/**********

common

************/
.none_sp{
    display: block;
}
.none_pc{
    display: none;
}
/**********

subtitle

************/
.sub-title-buy{
	background-color: #E0B392;
	font-weight: 300;	
}
.sub-title-download h1{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 14px;
    line-height: 30px;
}
.sub-title-senction h2{
	text-align: center;
	padding-bottom: 24px;
	color: #6bb84e;
	font-weight: 400;	
}
.topAll{
	display: flex;
    justify-content: space-between;
}
.topAll > *{
    vertical-align: middle;
}
.topRight{
    background:linear-gradient(to top left, rgba(255,255,255,0) 50%, #F8E9DE 50.5%) no-repeat top left/100% 100%;
    width: 114px;
    height: 114px;
}
.topLeft{
    background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #F8E9DE 50.5%) no-repeat top right/100% 100%;
    width: 114px;
    height: 114px;
}
.sub-title-senction{
	padding: 80px 0;
    font-weight: 300;
}
.topMiddle{
    width: calc(100vw - 90px - 90px);
    height: 120px;
}
.sub-title-section{
    text-align: center;
}
/**********

now

************/
.now-wrap{
    border-bottom: 8px solid #F5A46B;
    border-top: 8px solid #F5A46B;
    padding: 24px 0;
}
.now-wrap h2{
    background-color: #F5A46B;
    padding: 16px 32px;
    color: #ffffff;
    -webkit-border-radius: 24px 24px 0px 0px;
    -moz-border-radius: 24px 24px 0px 0px;
    border-radius: 24px 24px 0px 0px;
    font-size: 28px;
    font-weight: 300;   
}
.now-wrap-title{
    background-color: #F7F2E2;
    padding: 16px 35px 0;
    text-align: left;
}
.now-wrap-title2{
    background-color: #F7F2E2;
    padding: 140px 35px 0;
    text-align: left;
}
.now-wrap h3{
    color: #f0904d;
    text-decoration: underline;
    padding: 30px 0 0;
    text-align: left;
}


.now-wrap-box{
    display: grid;
    display: -ms-flexbox;
    justify-content: space-between;
    background-color: #F7F2E2;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-area: 1 / 1 / 1 / 1;
    align-items: end;
    -ms-flex-align: end;     
}
.now-wrap-box-content{
    padding: 32px 0;
}
@media all and (-ms-high-contrast: none){
    .now-wrap-box-content{
        padding: 32px 12px;
    }
}
.now-wrap-box-content dl dt{
    font-weight: 400;
    padding-top: 8px;
}
.now-wrap-box-content dl dt.long{
    padding-top: 0;
    line-height: 20px;     
}
.now-wrap-box-content dl dt span{
    font-weight: 100;
    font-size: 12px;  
}
.now-wrap-box-content dl dd{
    font-weight: 200;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
}
.now-wrap-box-content dl dt a{
    color: #6BB84E;
    font-size: 14px;
    text-decoration: underline;
    padding-top: 24px;
    display: block;    
}

.now-wrap-box-content dl dt a:hover img.buyProductImg{
    opacity: 0.7;
}

.productIcon,
.buyProductIcon{
    vertical-align: text-top;
    margin-right: 4px;
}
.now-wrap-box-content dl dd a{
    background-color: #FF9D00;
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 40px;
    transition: .4s;
    margin-top: 16px;
}
.now-wrap-box-content .grayout{
    background-color: lightgray;
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 40px;
    transition: .4s;
    margin-top: 16px;
}
.now-wrap-box-content dl dd a:hover{
    background-color: #8B5A38;
}
.now-wrap-box-content .grayout:hover{
    background-color: lightgray;
}
/**********

later

************/
.later-wrap{
    border-bottom: 8px solid #C98961;
    border-top: 8px solid #C98961;
    padding: 24px 0;
}
.later-wrap-content{
    background-color: #F7F2E2;
    padding: 24px;
}
.later-wrap-box{
    background-color: #BEE1AF;
    display: flex;
    padding: 12px;
    text-align: left;  
    align-items: center;  
}
.later-wrap-box-title{    
    width: 50%;
}
.later-wrap-box-title h2{   
    width: 11em; 
    font-size: 34px;
}
.later-wrap-box-title h2 p{    
    font-weight: 300;
    text-align: center;
}
.later-wrap-box-txt{
    background-color: #ffffff;
    width: 50%;
    padding: 12px;
    border-radius: 12px;
}
.later-wrap-content-border{
    background-color: #ffffff;
    padding: 24px;
}
.later-wrap-title{
    display: flex;
    align-items: center;
    padding: 24px 0;
    position: relative;
}
.later-wrap-title-img-right{
    position: absolute;
    right: 0;
    bottom: 0;
}
.later-wrap-title-img-left img{
    width: 165px;
}
.later-wrap-title-img-right img{
    width: 250px;
}
.later-wrap-title-box p{
    padding: 24px 24px 24px 64px;
    border-radius: 75px;
    background-color: #A2E9FF;
    width: 530px;
    margin:24px auto;
    font-size: 22px;
    text-align: left;
}
.later-wrap-title-box p span{
    font-size: 18px;
}
.later-wrap-recommend{
    display: grid;
    display: -ms-flexbox;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    grid-area: 1 / 1 / 1;
    background-color: #F0FFEA;
    border-radius: 24px;    
}
.later-wrap-recommend-box{
    padding: 24px;
}
.later-wrap-recommend-box dd a{
    background-color: #F0FFEA;
    display: block; 
}
.later-wrap-recommend-box dl dd p{
    background-color: #ffffff;
    padding: 12px 0;
    margin:12px 0;
    font-size: 20px;
}
span.green{
    color:#6BB84E;
    font-weight: bold;
}
span.orange{
    color:  #F7A73B;
    font-weight: bold;
}
span.blue{
    color: #4DBFB9;
    font-weight: bold;
}
/**********

tab

************/
.buy-tabs {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}
.buy-tab-item {
    width: 400px;
    padding: 12.5px 15px;
    text-align: center;
    color: #565656;
    display: inline-block;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 60px;
    font-weight: 300;
    position: relative;
}
.buy-tab-item:first-of-type {   
    margin-right: 24px; 
}
.buy-tab-item h2{
    font-size: 38px;
    line-height: 40px;
}
.buy-tab-item h2 span{
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
}
input[name="buy-tab-item"]{
  display: none;
}
.later-click01::after{
    bottom: 951px!important
}
.later-click02::after{
    bottom: 951px!important
}
.later-click03::after{
    bottom: 908px!important;
}
.buy-tab-content {
    display: none;
    overflow: hidden;
    justify-content: space-between; 
    width: 1040px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 62px 0;
}
.later-clickbg{
    background-color: #ffffff;
}
#now:checked ~ #now-content,
#later:checked ~ #later-content {
  display: block;
}
.buy-tabs input + label::before{
    content: "";
    display: none;
    position: absolute;
    right: calc(50% - 24px);
    bottom: calc(0rem - 62px);
    border-radius: 24px 24px 0 0;
    width: 48px;
    height: 24px;
    z-index: 2;
}
#now:checked + label::before{
    display: block;
    background: #F5A46B;
}
#later:checked + label::before{
    display: block;
    background: #C98961;
}
.buy-tabs input:checked + label::after{
    content: "";
    border: 12px solid transparent;
    position: absolute;
    right: calc(50% - 12px);
    bottom: -32px;
    z-index: 2;
    transition: all 0.2s ease;
}
#now:checked + label::after{
    border-top: 24px solid #F5A46B;
}
#now:checked + label:hover::after{
    border-top: 24px solid #A8836A;
}
#later:checked + label::after{
    border-top: 24px solid #C98961;
}
#later:checked + label:hover::after{
    border-top: 24px solid #766256;
}
.buy-tab-orange{
  background-color: #F5A46B;
  color: #fff;  
}
.buy-tab-orange:hover{
    background-color: #A8836A;
}
.buy-tab-brown{
  background-color: #C98961;
  color: #fff;
}
.buy-tab-brown:hover{
    background-color: #766256;
}
.buy-tab-item span{
    font-size: 18px;
    color: #fff;
    display: block;
}
.buy-title{
    text-align: center;
    margin-top: -40px;
}
.now-wrap-box-content dt.small{
    font-size: 2.8vw;
    display: none;
}
.buyDetailImg2{
    margin: 22px 0;
}   
@media screen and (max-width: 1080px) {
    .buy-tab-content{
        width: 288vw;
        max-width: 100%;        
    }
    .buy-tab-item{
        width: 280px;
    }
    #now-content::after{
        right: 45vw;
    }
    #now-content::before{
        right: 21vw;
    }
    .sub-title-section{
        padding: 0 12vw;
    }
    .later-wrap-title-box p{
        width: 50vw;
        padding: 2.5vw 2.5vw 2.5vw 6.5vw;
        font-size: 2.4vw;
    }
    .later-wrap-title-box p span{
        font-size: 1.8vw;
    }
    .later-wrap-title-img-right {
        bottom: 0;
    }
    .later-wrap-title-img-left img{
        width: 15vw;
    }
    .later-wrap-title-img-right img{
        width: 20vw;
    }
    .buyDetailImg{
        width: 90vw;
    }
    .buyDetailImg2{
        width: 90vw;
    }    
}

@media screen and (max-width: 960px) {
    .now-wrap-box-content dl dd a{
        width: 16vw;
        font-size: 1.6vw;
    }
    .now-wrap-box-content .grayout{
        width: 16vw;
        font-size: 1.6vw;
    }
    .buyProductImg{
        width: 15vw;
    }
    .buyProductIcon{
        width: 3vw;
    }
    .recommendImg{
        width: 20vw;
    }
    .later-wrap-recommend-box dl dd p{
        font-size: 1.6vw;
    }
    .later-wrap-recommend-box{
        padding: 1.6vw;
    }
    .buy-tab-item{
        width: 40%;
    }
    .buy-tab-item:first-of-type{
        margin-right: 0;
    }
    .later-wrap-box-txt p{
        font-size: 2.2vw;
    }
    .buy-tab-item h2{
        font-size: 4.2vw;
        line-height: 5.5vw;
    }
    .buy-tab-item h2 span{
        font-size: 3vw;
        line-height: 5vw;
    }
    .later-wrap-box-title h2{
        font-size: 3.6vw;
    }
    .buyLinkImg{
        width: 25vw;
    }
    .later-wrap-title{
        background-size: 25vw;
    }
}
@media screen and (max-width: 680px) {
    .none_sp{
        display: none;
    }
    .none_pc{
        display: block;
    }
    .buy-title{
        margin-top: -5vw;
    }
    .sub-title-section{
        padding: 0 3.2vw;
    }
    .topRight{
        height: 80px;
        margin-right: 50%;
    }
    .topLeft{
        height: 80px;
        margin-left: 20%;       
    } 
    .buy-tab-item{
        width: 38%;
        font-size: 4.6vw;
        padding: 2.1vw 3.7333vw;
    }
    .buy-tab-item span{
        font-size: 2.1vw;
        display: block;
    }
    .now-wrap h2 {
        padding: 4vw;
        font-size: 4.8vw;
    }
    .now-wrap-box{
        grid-template-columns: 1fr 1fr;
        grid-area: 1 / 1;
    } 
    .buyProductImg {
        width: 35vw;
    }
    .buy-tabs input + label::before{
        right: calc(50% - 4vw);
        bottom: calc(0rem - 10vw);
        border-radius: 4vw 4vw 0 0;
        width: 8vw;
        height: 4vw;
    }
    .buy-tabs input:checked + label::after{
        bottom: -2.1rem;
    }    
    .buy-tab-content{
        padding: 9.6vw 0 0 0;
    }
    .now-wrap-box-content dl dd a {
        width: 32vw;
        font-size: 3.2vw;
        padding: 3px 10px;
    }
    .now-wrap-box-content .grayout{
        width: 32vw;
        font-size: 3.2vw;
        padding: 3px 10px;
    }
    .now-wrap-box-content dl dt{
        font-size: 3.2vw;
        padding-top: 0;        
    }
    .now-wrap-box-content dl dd {
        font-size: 2.6vw;
    }
    .now-wrap-box-content dl dt a{
        padding-top: 0;
        font-size: 3.2vw;
    }
    .buyProductIcon {
        width: 6vw;
        vertical-align: text-bottom;
    }
    .now-wrap-box-content dl dt.long span{
        font-size: 2.8vw;
        display: block;
        line-height: 2.8vw;      
    }
    .now-wrap-box-content dl dt.long{
        line-height: 4.8vw;
        font-size: 3.4vw;
    }
    .now-wrap-box-content dl dt.h_fix_sp{
        height: 12.6vw;
    }
    .now-wrap-box-content{
        padding: 6.4vw 0 4.8vw;
    }
    .now-wrap-box-content dl + dl{
        margin-top: 10px;
    }
    .common-btn{
        width: 80vw;
        margin:3.2vw auto;
        font-size: 3.2vw;
        display: block;
    }
    .buy-tab-content .common-btn{
        margin:3.2vw auto 6.4vw;
    }
    #now-content::after{
        bottom: 784vw;
        right: 25vw;
    }
    #later-content::after{
        bottom: 2284vw;
        left: 25vw;
    }
    .later-wrap-content-border,
    .later-wrap-box-txt{
        padding: 2.1vw;
    }
    .later-wrap-content{
        padding: 0;
    }
    .later-wrap-title{
        padding: 2.1vw 0;
    }
    .later-wrap-title-box p {
        width: 50vw;
        margin:0 auto;
    }
    .recommendImg {
        width: 25vw;
    }
    .buy-tabs{
        padding-top: 3.2vw;
    }
    .buyDetailImg{
        width: 90vw;
    }
    .buyDetailImg2{
        width: 90vw;
    }    
    .now-wrap-box{
        margin-top: 0;
    }
}

/**********

modal

************/

.modals-ymj {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.modal-howtobuy {
	width: 600px;
	padding: 36px;
	background-color: rgba(142,142,142,1);
    position: fixed;
    top: calc(50% - 225px);
    left: calc(50% - 300px);
    z-index: 9500;
}
.overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9200;
    background: rgba(255,255,255,0.8);
}
.modalClose {
    position: absolute;
    top: 5px;
    right: 5px;
	font-size: 28px;
    line-height: 28px;
    color: #ffffff;
}
a.modalOpen-ymj {
	font-size: 13px;
}
.modal-howtobuy h2 {
    text-align: center;
	color: #ffffff;
}
.modal-howtobuy dl{
	display: grid;
	grid-template-columns: 1fr 2fr;
	text-align: left;
	padding-top: 24px;
	color: #ffffff;
}
.modal-howtobuy p{
	color: #fff;
    padding: 30px 0 30px 0;
    font-size: 20px;
	text-align: center;
}


@media screen and (max-width: 980px) {
	.modal {
		left: -8vw;
	}
	.overLay{
        left: -12vw;

	}
}

@media screen and (max-width: 680px) {
	.modal,
	.overLay{
		width: 90%;
		left: 16vw;
	}
	.modal-howtobuy {
		width: 80vw;
		padding: 8.6vw 4.2vw;
		background-color: rgba(142, 142, 142, 1.0);
		position: fixed;
		top: calc(100% - 85%);
		left: calc(100% - 95%);
		z-index: 9500;
		font-size: 3.2vw;
	}
	.modal-howtobuy p {
		font-size: 3.2vw;
	}
	.modalClose {
	    position: absolute;
	    top: 2px;
	    right: 8px;
	    color: #ffffff;
	    font-size: 5.6vw;
	}
}






/**********

footer

************/
@media screen and (min-width : 1080px){
 .pc-words {
	display: block;
 }
 .sp-words {
	display: none;
 }
}


@media screen and (max-width : 1079px){
 .pc-words {
	display: none;
 }
 .sp-words {
	display: block;
 }
}
