@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

.bg{
	width: 100%;
	background: url("../images/bg.jpg");
	background-size: cover;
}
#aj_wrap{
    max-width: 800px;
	text-align: center;
    padding: 0 0 0 0;
    margin: 0 auto ;
    overflow: hidden;
	color: #ffffff;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", sans-serif;
	background: #404040;
}

#aj_wrap a {
    text-decoration: none;
}

#aj_wrap a:hover{
    text-decoration: none;
}

#aj_wrap img {
    width: 100%;
    line-height: 0;
    position: relative;
}

#aj_head{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 5% 0 0;
}

#aj_head .head{
    position: relative;
    text-align: center;
    margin: 0% auto;
}

#aj_head .head .image_stack .title{
    position: absolute;
	width: 60%;
	top: 55%;
	left: 19%;
	z-index: 15;
}

#aj_contents{
	margin: 20% 0 5%;
    text-align: center;
}

#aj_contents .look_wrap{
    margin: 10% 0;
}

#aj_contents .style_box{
    width: 60%;
	margin: 0 auto;
	position: relative;
}

#aj_contents .style_box .main_img{
    border: 1px solid #ffffff;
	box-sizing: border-box;
}

#aj_contents .no01{
    position: absolute;
	width: 95px;
	top: 2%;
	left: 3%;
}

#aj_contents .no02{
    position: absolute;
	width: 95px;
	top: 2%;
	right: 3%;
}

#aj_contents .aj_wrapper{
    overflow: hidden;
}

#aj_contents .credit_wrap{
    margin: 2% 0;
}

#aj_contents .credit_wrap .btn{
    margin: 2% 0;
}

#aj_contents .credit_wrap .btn a{
    border: 1px solid #ffffff;
	background: #ffffff;
	color: #404040;
	padding: 5px 70px;
	font-size: 13px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* ============ scroll ============ */
.scroll_area{
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* スクロールダウンの位置 */
.scroll_area .scroll {
  position: relative;
	margin: 15% auto;
}

/* 線のアニメーション部分 */
.scroll_area .scroll::before {
  animation: scroll 2s infinite;
  background-color: #ffffff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* ============ stack ============ */
.image_stack {
	width: 85%;
	margin: 0 auto;
    position: relative;
	aspect-ratio: 1100 / 1210;
    overflow: hidden;
}

.image_stack img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fade_image {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeIn 1.8s ease forwards;
    animation-delay: var(--delay, 0s);
	z-index: 1;
}

.fade_image:nth-child(1) { z-index: 1; }
.fade_image:nth-child(2) { z-index: 2; }
.fade_image:nth-child(3) { z-index: 3; }
.fade_image:nth-child(4) { z-index: 4; }
.fade_image:nth-child(5) { z-index: 5; }
.fade_image:nth-child(6) { z-index: 6; }
.fade_image:nth-child(7) { z-index: 7; }
.fade_image:nth-child(8) { z-index: 8; }

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* ============ other ============ */
.small{
    font-size: 80%;
}

.pc{
	display: block;
}
.sp{
	display: none;
}


/************************************************************
 sp
************************************************************/

@media only screen and (max-width:767px){
	#aj_wrap {
        width: 100%;
	}
	
    #aj_head{
        padding: 0 0 3%;
    }
	
    #aj_head .head{
        width: 100%;
    }
	
    .image_stack {
        width: 95%;
        margin: 10% auto 5%;
    } 

    #aj_contents{
        margin: 25% 0 5%;
    }
	
    #aj_contents .style_box{
        width: 90%;
    }
	
	#aj_contents .look_wrap{
        margin: 20% 0;
    }
	
	#aj_contents .look_wrap:nth-child(1) {
        margin: 25% 0 10%;
    }
	
    #aj_contents .no01 {
        width: 80px;
    }
	
    #aj_contents .credit_wrap {
        font-size: 14px;
		margin-top: 4%;
    }	
	
    #aj_contents .credit_wrap .btn{
       margin: 3% 0;
    }	
	
    #aj_contents .credit_wrap .btn a {
		font-size: 12px;
        padding: 5px 75px;
    }
	
    .scroll_area{
        font-size: 15px;
    }	

    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
}
