@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;
    padding: 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;
    letter-spacing: 1px;
}
@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;
}

/************************************************************
               contents
************************************************************/
#ap_contents{
	width: 100%;
    margin: 0 auto;
}
#ap_contents .ap_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
#ap_contents .ap_box .inner{
    max-width:1000px;
    width: 100%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
}
#ap_contents .item_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
#ap_contents .item_box img{
    width: 48%;
    float: left;
}

.title{
	text-align: center;
    line-height: 1.3em;
    font-weight: 500;
    font-size: 24px;
}

.lead{
	display: inline-block;
    text-align: center;
    line-height: 2em;
    font-weight: 500;
    font-size: 14px;
    margin: 5% auto;
	padding: 0 2%;
}

.lead span{
	background: #ffffff;
}

.detail{
	display: inline-block;
    text-align: center;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 13px;
    margin: 5% auto 4%;
	font-family: "Poppins", sans-serif;
}

.detail span{
    font-size: 10px;
}

#ap_contents .item_box .credit_box{
    width: 38%;
    float: right;
    display: inline-block;
    margin: 13% auto 0;
    position: relative;
}

.style_section{
	width: 800px;
	margin: 0 auto 10%;
}

.style_wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #333333;
    margin-bottom: 8px;
    padding-bottom: 8px;
    gap: 20px;
    width: 100%;
}

.style_no {
    font-size: 24px;
    font-weight: 600;
    padding-right: 15px;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
}

.head-line {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
}

.style_title {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
}

.price_wrap{
	width: 100%;
	text-align: right;
}

.price{
	font-size: 13px;
	font-family: "Poppins", sans-serif;
	margin: 0 auto;
}

.price span.tax{
	font-size: 10px;
}

span.pt {
	font-family: "Poppins", sans-serif;
	background: #e9eaea;
}

.style_box{
	width: 100%;
	margin: 5% auto 0;
	display: flex;
	column-gap: 5%;
	align-items: flex-end;
}

.style_img{
	width: 50%;
}

.style_credit{
	width: 50%;
	font-family: "Poppins", sans-serif;	
	line-height: 1.8;
	font-size: 13px;
	letter-spacing: .6px!important;
}

.credit_box{
	display: flex;
	column-gap: 5%;
	justify-content: space-between;
    width: 40%;
}

.style_credit .buy a{
	background: #333333;
	color: #ffffff;
	font-size: 12px;
	padding: 0 10px;
}

.style_section.reverse .style_wrap {
	flex-direction: row-reverse;
}

.style_section.reverse .price_wrap { 
	text-align: left; 
}

.style_section.reverse .style_box {
	flex-direction: row-reverse; 
}

.style_section.reverse .credit_box{
	width: auto;
    justify-content: flex-end;
}

.style_credit .right{
	align-items: flex-end;
}

.style_credit.right .credit_cate {
    text-align: right;
}

.sub_img{
	width: 70%;
    margin-bottom: 18.5%;
}

.img_right{
	margin-right: 0;
    margin-left: auto;
}

.footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    padding: 1% 0;
    line-height: 1em;
    background: #353535;
    color: #FFFFFF;
}


/************************************************************
               ボタン
************************************************************/
.btn_00 a{
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 74%;
    margin: 5% auto 0%;
    padding: 3% 0%;
    background: #353535;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    transition: 0.5s;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;
}

.btn_01 a{
	display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
	text-decoration: underline!important;
}

.btn_all a {
    background: #353535;
    color: #FFFFFF;
    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
}


.sp {
	display:none;
}
.pc{
    display: block;
}
.small{
	font-size: 70%;
}
.hr{
    border-bottom: #BCBABA dotted 1px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.clear {
	clear: both;
}
.Bg_Gray{
    background: #F5F5F5;
}


/************************************************************
                SP
************************************************************/

@media only screen and (max-width:768px){
	#ap_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
    }
	
    .title{
        font-size: 20px;
    }	
	
    .lead{
        font-size: 14px;
    }
	
	
    .detail{
        display: inline-block;
        text-align: center;
        line-height: 1.8em;
        font-weight: 400;
        font-size: 12px;
        margin: 5% auto 4%;
    }
	
    #ap_contents .ap_box{
        margin: 0% auto;
        padding: 10% 0 10%;
    }
    
    #ap_contents .ap_box .inner{
        width: 90%;
		margin: 0;
    }
    #ap_contents .item_box .ttl_box{
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    #ap_contents .item_box .ttl_box .txt_box .txt{
        width: 100%;
    }
    #ap_contents .item_box img{
        width: 90%;
        text-align: center;
        float: none;
    }
    #ap_contents .item_box .credit_box{
        width: 100%;
        float: none;
        text-align: center;
        margin: 10% auto 0;
        display: inline-block;
    } 
	
	.style_section .style_box { 
		display: block;
		margin: 10% auto 0;
	}	
	
    .style_img {
        width: 100%;
		margin: 0 auto;
    }	
	
	.style_section.reverse .style_box { 
		flex-direction: column; 
	}	
	
    .style_section {
        width: 100%;
    }	
	
    .style_no {
        font-size: 20px;
    }	
	
    .style_title {
        font-size: 13px;
    }	
	
    .price {
        font-size: 12px;
    }	
	
    .style_credit{
        width: 100%;
		margin: 5% auto 15%;
    }
	
    .credit_box {
        width: 50%;
        margin-right: auto;
        margin-left: 0;
    }	
	
    .style_section.reverse .credit_box {
		column-gap: 15%;
    }	
	
    .sub_img {
        margin-bottom: 5%;
    }	
	
    .footer{
        font-size: 11px;
        padding: 3% 0;
    }
    .btn_01 a{
		font-size: 12px;
        width: 80%;
        text-align: center;
        margin: 5% auto;
        float: none;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .lead_p{
		display: none;
	}
   
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
	
}