@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@100;200;300;400;500;600;700&family=Libre+Baskerville:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #000000;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}
#ap_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ap_wrap li{
	list-style: none;
}
#ap_wrap a{
    text-decoration: none;
    color: #000000;
}
#ap_wrap a:hover{
    text-decoration: none;
}
#ap_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}


/************************************************************
                main 
************************************************************/
#ap_head .contents {
	width: 100%;
	margin: 0 auto;
}
#ap_head .section::after {
	display: block;
	clear: both;
	content: "";
}
#ap_head .section .single {
	width:100%;
	float: right;
	padding-right: 0%;
}
#ap_head .section .single .main {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0% auto;
}

#ap_head .section .single .main img {
	opacity: 0;
}
#ap_head .section .single .main::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	background: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
}
#ap_head .section.ac .single .main img {
    -webkit-animation: fade 0.5s forwards 1s ease;
    animation: fade 0.5s forwards 1s ease;
}
#ap_head .section.ac .single .main::before {
    -webkit-animation: slidein 1.2s forwards 0s ease;
    animation: slidein 1.2s forwards 0s ease;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slidein {
    0% {
		  left: -100%
	  }
	  40% {
		  left: 0;
		}
		60% {
			left: 0%;
		}
		100% {
			left: 100%;
		}
		
	}
	@keyframes slideup {
	  0% {
		  top: 0%
	  }
		100% {
			top: -100%;
		}
		
	}
	@keyframes open {
	  0% {
		  opacity: 1;
	  }
	  100% {
		  opacity: 0;
		}
	}
#ap_head .section .single .main .title{
    width: 35%;
    position: absolute;
    left: 32.5%;
    top: 50%;
    transform: translate(0%,-50%);
}
#ap_head .section .single .main .logo{
    position: absolute;
    width: 10%;
    left: 45%;
    bottom: 10%;
}

/************************************************************
               contents
************************************************************/
#ap_content{
    width: 70%;
    text-align: center;
    margin: 15% auto 0;
    position: relative;
    display: block;
}



/*--------LOOK1--------*/

#ap_content .look1{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ap_content .look1 .main_img{
    width: 80%;
    float: right;
}
#ap_content .look1 .title{
    width: 7%;
    float: left;
}
#ap_content .look1 .sub_box{
    width: 60%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    float: left;
}
#ap_content .look1 .sub_box .img_l{
    width: 49%;
    float: left;
}
#ap_content .look1 .sub_box .img_r{
    width: 49%;
    float: right;
}


#ap_content .look1 .credit_box{
    width: 35%;
    float: right;
    display: inline-block;
    margin: 30% auto 0%;
}
/*--------LOOK2--------*/

#ap_content .look2{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 15% auto;
    position: relative;
}
#ap_content .look2 .main_img{
    width: 60%;
    float: left
}
#ap_content .look2 .title{
    width: 35%;
    float: right;
    display: inline-block;
    margin: 0 auto;
}
#ap_content .look2 .title img{
    width: 45%;
    float: left;
    margin: 0 auto;
}
#ap_content .look2 .sub_box{
    width: 35%;
    float: right;
    margin: 5% auto;
}
#ap_content .look2 .credit_box{
    width: 35%;
    float: right;
    display: inline-block;
    margin: 5% auto 0%;
}

/*--------LOOK3--------*/


#ap_content .look3{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ap_content .look3 .main_img{
    width: 60%;
    float: right;
}
#ap_content .look3 .title{
    width: 6%;
    float: left;
}
#ap_content .look3 .sub_box{
    width: 60%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    float: left;
}
#ap_content .look3 .sub_box .img_l{
    width: 49%;
    float: left;
}
#ap_content .look3 .sub_box .img_r{
    width: 49%;
    float: right;
}
#ap_content .look3 .credit_box{
    width: 35%;
    float: right;
    display: inline-block;
    margin: 45% auto 0%;
}




#ap_content .link a,#ap_content .link div {
	display: block;
	font-size: 14px;
	margin: 10px 0;
	font-family: 'Libre Baskerville', serif;
	position: relative;
    text-align: left;
}


#ap_content .link a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 5px;
	height: 10px;
	background: url("../images/arrow_r.svg") no-repeat center center;
	background-size: 100%;
}





/************************************************************
                footer
************************************************************/
#ap_footer {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 12% auto;
}

#ap_footer .allitem-btn {
    text-align: center;
    display: block;
    width: 40%;
    color: #000;
    text-decoration: none;
    margin: 0% auto;
    font-family: 'EB Garamond', serif;
    font-weight: 400;

}
#ap_footer .allitem-btn .btn-ttl {
    position: relative;
    font-size: 30px;
    padding-bottom: 8.5px;
}
#ap_footer .allitem-btn .btn-ttl::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid #000;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 15px;
    right: 20px;
}
#ap_footer .allitem-btn .btn-ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
#ap_footer .allitem-btn .btn-subttl {
    font-size: 18px;
    letter-spacing: .06em;
    padding-top: 5px;

}
#ap_footer .staff_wrap{
    width: 100%;
    background-color: #2a2a2a;
    display: inline-block;
    margin: 6% auto;
    padding: 2% 0;
}
#ap_footer .staff_wrap .staff{
    font-family: 'Inter', sans-serif;
    text-align: center;
    line-height: 2.5em;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;
    
}
#ap_footer .logo{
    width: 10%;
    text-align: center;
    display: block;
    margin: 2% auto;
    position: relative;
}

.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.small2{
	font-size:80%;
    margin-left: 20px;
}
.Left{
    float: left;
}
.Right{
    float: right;
}

.clear {
	clear: both;
}

/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
    }
	#ap_head .section .single {
		width:100%;
		float: right;
		padding-right: 0%;
		margin:0% auto 0
	}
	#ap_head .section .single .main {
		width: 100%;
	}
    
    
    
    #ap_head .section .single .main .title{
        width: 70%;
        left: 15%;
    }
    #ap_head .section .single .main .logo{
        width: 25%;
        left: 37.5%;
    }
    #ap_content{
        width: 100%;
        margin: 25% auto;
    }
    #ap_content .look1 .title{
        width: 8%;
        margin-left: 3%;
    }
    #ap_content .look1 .sub_box{
        width: 75%;
    }
    #ap_content .look1 .credit_box{
        width: 64%;
        float: left;
        margin: 5% auto 0;
        padding-left: 9%;
    }
    #ap_content .look2 .main_img{
        width: 80%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    #ap_content .look2 .title{
        width: 80%;
        float: none;
        margin: 5% auto;
        text-align: center;
        display: inline-block;
    }
    #ap_content .look2 .title img{
        width: 25%;
    }
    #ap_content .look2 .sub_box{
        width: 60%;
        float: none;
        text-align: center;
        display: block;
        margin: 0% auto;
    }
    #ap_content .look2 .credit_box{
        width: 60%;
        float: none;
        padding: 0;
        margin: 5% auto;
    }
    #ap_content .look3 .main_img{
        width: 80%;
        float: left;
    }
    #ap_content .look3 .title{
        float: right;
        margin-right: 5%;
    }
    #ap_content .look3 .sub_box{
        width: 75%;
        float: right;
    }
    #ap_content .look3 .credit_box{
        width: 64%;
        float: right;
        margin: 5% auto 0;
        padding-right: 9%;
    }
    
    
    #ap_content .link a, #ap_content .link div{
        font-size: 10px;
    }
    
    
    #ap_footer{
        margin: 20% auto;
    }
    #ap_footer .allitem-btn{
        width: 90%;
    }
    #ap_footer .allitem-btn .btn-ttl{
        font-size: 22px;
    }
    #ap_footer .allitem-btn .btn-ttl::before{
        top: 10px;
    }
    #ap_footer .allitem-btn .btn-subttl{
        font-size: 13px;
    }
    #ap_footer .staff_wrap{
        margin: 10% auto 0%;
        padding: 5% 0;
    }
    #ap_footer .staff_wrap .staff{
        font-size: 10px;
        line-height: 2em;
    }
    #ap_footer .logo{
        width: 23%;
        margin-top: 15%;
    }
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    .small{
        font-size: 50%;
    }


    
	
}