@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*:focus {
  outline: none;
}

#ap_wrap{
    width: 100%;
	text-align: center;
	margin: 0% auto;
	color: #333333;
    display: block;
    background: #efefef;
    padding: 50px 0 0;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
#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 a:link{
    opacity: 1;
}

#ap_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}
#ap_main{
    max-width: 1000px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
	background: #d7d7d7;
}
#ap_main .img{
    width: 45%;
    float: left;
    margin: 5%;
}
#ap_main .txt_box{
    width: 45%;
    float: right;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#ap_main .txt_box .inner{
    width: 70%;
    margin: 25% 10%;
}
#ap_main .credit{
    font-size: 20px;
    line-height: 2em;
    font-weight: 600;
}
#ap_main .point{
    width: 100%;
    display: inline-block;
    margin: 10% auto;
}
#ap_main .point ul li{
    width: 100%;
    display: inline-block;
    margin: 1% auto;
    font-size: 15px;
    text-align: left;
}
#ap_main .point img{
    width: 9%;
    float: left;
    margin-right: 1%;
    margin-top: 1%;
}

#ap_wrap .title{
    font-weight: 600;
	font-family: "avenir-lt-pro", sans-serif;
	font-size: 45px;
	letter-spacing: .5px;
}

#ap_wrap .lead{
	font-size: 18px;
	text-align: center;
    display: inline-block;
    margin: 1% auto 2%;
    position: relative;
	letter-spacing: .2em;
    font-weight: 500;
}

#ap_wrap .sub_lead{
    font-size: 16px;
    text-align: center;
    line-height: 2em;
    margin: 1% auto 6%;
    letter-spacing: 2px;
}

.co_box{
	margin: 5% 0;
}

/************************************************************
               contents
************************************************************/
#ap_contents{
    max-width: 1000px;
	width: 100%;
    margin: 5% auto 0;
}
#ap_contents .ap_box{
    width: 100%;
    margin: 0% auto;
    position: relative;
    display: inline-block;
}
#ap_contents .style{
    width: 90%;
    display: inline-block;
    text-align: center;
    margin: 5% auto 0;
}
/*#ap_contents .style ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3%;
}*/
/*#ap_contents .style ul li{
    display: inline-block;
    position: relative;
    margin: 5% auto 10%;
}*/

.style_wrap{
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
	justify-content: center;
}
.style_wrap .style_box{
	width: 46%;
	margin-bottom: 6%;
}

#ap_contents .style .ttl{
    width: 100%;
    font-size: 30px;
    text-align: left;
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: baseline;
    margin-bottom: 2%;
	border-bottom: 1px solid #333333;
}

#ap_contents .style span.month{
    font-size: 65%!important;
	font-weight: 600!important;
	margin-left: 2%;
}

.color01{
    font-size: 12px;
	font-family: "Poppins", sans-serif;
	text-align: right;
	margin-bottom: 5%;
}

#ap_contents .style .ttl span{
    font-weight: 300;
    font-size: 80%;
}

.item_lead{
	font-size: 13px;
	margin: 5% 0 8%;
	line-height: 1.6;
	text-align: left;
}


#ap_contents .style p{
    width: 100%;
    text-align: center;
    line-height: 2em;
    margin: 4% auto;
    position: relative;
    display: inline-block;
    letter-spacing: 0px;
    font-size: 13px;
    
}

.credit_wrap{
	margin: 4% auto;
}

.credit_box{
	display: flex;
	justify-content: space-between;
	margin: 1% auto;
	font-size: 12px;
	width: 85%;
	float: left;
}

.btn_buy a{
	color: #ffffff;
	background: #a29f9a;
	padding: 2px 20px;
	font-size: 10px;
}


.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 8% auto 0;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #606060;
    color: #FFFFFF;
}

/************************************************************
               Swiper
************************************************************/
.swiper{
	margin-top: 0;
}

.swiper_box{
    width: 100%;
	margin: 0 auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #ffffff;
  font-size: 20px!important;
}

.swiper{
	margin-top: 8px;
}

/************************************************************
               ボタン
************************************************************/
.btn_01 a{
    background: #FFFFFF;;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto 5%;
    width: 80%;
    padding: 2% 2%;
    color: #333333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    float: none;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;

}
.btn_01 a:hover {
    color: #FFFFFF;
    background: #333333;
}

.btn_01 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_01 a:hover:after {
    border-color: #FFFFFF;
}
.btn_02 a{
    background: #333333;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10% auto;
    width: 70%;
    padding: 4% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border: #333333 solid 1px;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;

}
.btn_02 a:hover {
    color: #FFFFFF;
    background: #333333;
}
.btn_03 a{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 40%;
    padding: 1% 2%;
    color: #333333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    float:none;
    text-align: center;
    border-bottom: #333333 2px solid;
    line-height: 1.5em;

}



.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.hr{
    border-bottom:solid 1px #737373;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}

.Inter{
    font-family: "Inter", sans-serif;
}
.Lato{
    font-family: "Lato", sans-serif;
}
.Poppins{
    font-family: "Poppins", sans-serif;
}

/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        padding: 10% 0 0;
    }
    #ap_main{
        width: 95%;
    }
    #ap_main .img{
        width: 90%;
        margin: 5% auto;
        float: none;
        text-align: center;
    }
    #ap_main .txt_box{
        width: 100%;
        float: none;
        text-align: center;
    }
    #ap_main .txt_box .inner{
        width: 90%;
        margin: 0 auto;
    }
    #ap_main .credit{
        font-size: 15px;
        line-height: 1.6em;
        text-align: center;
    }
    #ap_main .point{
        width: 70%;
        margin-top: 5%;
        margin-left: 15%;
        margin-bottom: 5%;
    }
    #ap_main .point ul li{
        font-size: 13px;
    }
    #ap_main .point img{
        width: 10%;
    }

    #ap_contents{
        margin: 10% auto 0;
    }
	
	.style_wrap{
		display: block!important;
		width: 90%;
		margin: 0 auto;
	}
	
	.style_box{
		width: 100%!important;
		overflow: hidden;
		margin-bottom: 15%!important;
	}

    #ap_contents .style{
        width: 92%;
    }
    #ap_contents .style .ttl{
        width: 100%;
        font-size: 25px;
        letter-spacing: 0px;
        margin-bottom: 3%;
    }
    #ap_contents .style ul{
        grid-column-gap: 2%;
		grid-template-columns: 1fr;
    }
    #ap_contents .style ul li{
        margin-bottom: 15%;
    }
    #ap_contents .style p{
        font-size: 10px;
        text-align: left;
        
    }
	
    #ap_wrap .title{
        font-size: 33px;
    }

    #ap_wrap .lead{
        font-size: 15px;
		margin: 4% auto 6%;
    }

    #ap_wrap .sub_lead{
        font-size: 13px;
		margin: 3% auto 9%;
    }
	
	.credit_box{
		width: 100%;
		text-align: left;
		font-size: 11px;
	}
	
    .swiper_box {
		width: 100%;
		margin-bottom: 10%;
		
    }

	.swiper-button-prev::after,
	.swiper-button-next::after {
        font-size: 15px !important;
    }
	
    .swiper-button-prev,
	.swiper-rtl
	.swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 2px)!important;
        right: auto;
    }	
	
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 2px)!important;
        left: auto;
    }	
	
	.color01{
		font-size: 10px;
	}
	
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
	
	.btn_buy a{
		padding: 1px 20px;
	}
	
    .btn_01 a{
        font-size: 10px;
        width: 90%;
        padding: 3% 2%;
        
    }
    .btn_01 a:after{
        width: 5px;
        height: 5px;
        
    }
    .btn_02 a{
        float: none;
        text-align: center;
        margin: 0 auto 10%;
        padding: 3% 0;
        font-size: 11px;
        width: 90%;
    }
    .btn_03 a{
        width: 70%;
        font-size: 12px;
    }
	
    .btn_all a {
        background: #ffffff;
        color: #353535;
        border: 1px solid #353535;
        font-size: 14px;
        font-weight: 500;
        width: 90%;
        line-height: 2em;
        letter-spacing: 1px;
        margin: 15% auto 10%;
        display: inline-block;
        border-radius: 3px;
        padding: 4.5% 0
    }
	
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
	
}