/*
1100px↓
スマホ版

1100px↑
PC版
*/


@charset "UTF-8";
/*================
汎用
=================*/
a{
    color: #03a9f4;
}
body{
	max-width: 100%;
    line-height: 1.2;
    margin: 0;
}
p{
    margin: 0;
}

.red{
    color: red;
}
.blue{
    color: #03a9f4;
}
.bold{
    font-weight: bold;
}
.big{
    font-size: 50px;
    line-height: 80px;
}
.more.big{
    font-size: 55px;
}
.mid{
    font-size: 44px;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width:1100px) {
    .big{
        font-size: 5vw;
        line-height: 8vw;
    }
    .more.big{
        font-size: 5.5vw;
    }
    .mid{
        font-size: 4.4vw;
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/*~=-~=-~=-~=-~=-~=-~=-~=-~=-~=-~=-~=-~=-~=-*/

#header {
    width: 100%;
    background: url(../img/home/bg_header.png) repeat;
    background-position: center;
    background-size: contain;
}
#main{
    width: 100%;
    margin: 0 auto;

}
@media screen and (max-width:1100px) {
    #main{
        margin: unset;
    }
}
#contents {
    margin-bottom: 0;
    padding: 0px 0 0px;
    background: url(../img/home/bg_content.png) repeat 0 0;
    background-position: center;
}
#footer {
    clear: both;
    background: #232323;
    color: #FFF;
    font-size: 12px;
}
/*PC*/
@media screen and (min-width:1100px) {
    #footer .footerInner {
        clear: both;
        text-align: center;
        width: 1080px;
        margin: auto;
    }
}
/*SP*/
@media screen and (max-width:1100px) {
    .footerInner img{
        width:100%;
    }
}

/*=======
header 
=========*/
@media screen and (max-width:1100px) {
    #header {
        height: 65px;
        position: relative;
    }
    #header a{
        position: absolute;
        top: 2.5px;
        left: 1%;
        width: auto;
        height: 60px;
    }
    #header img{
        height: 100%;
    }
}


/*=======
main contents
=========*/

.topSection{
    width: 850px;
    margin: 0 auto;
    padding: 30px 91px;
    background: #FFF;
}
/*SP*/
@media screen and (max-width:1100px) {
    .topSection{
        width: 95%;
        margin: 1% auto;
        padding: 0;
    }
    
}


.amz_top_text{
	text-align: center;
	width: 100%;
    margin: 15px auto;
	color: black;
    font-size: 34px;
}

@media screen and (max-width:1100px) {
    .amz_top_text{
        font-size: 3.4vw;
        margin: 2vw 0 1.5vw;
    }
}


.amz_flex {
    display: grid;
    grid-template-columns: 2fr 2.7fr;
    align-items: center;
    width: 80%;
    margin: auto;
    gap: 5%;
}


.goods_lineup img{
    width: 100%;
}

.amz_relative{
	position: relative;
}
.video img{
	position: absolute;
    cursor: pointer;
	z-index: 2;
	top: 0;
    width: 100%;
}
.movie .moviespace{
    height: 0;
    padding: 4% 0;
}
@media screen and (max-width:1100px) {
    .amz_top_text{
        font-size: 3.4vw;
        margin: 2vw 0 1.5vw;
    }
}


.movie iframe{
    visibility: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 289 / 173;
}

.amz_high_review{
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin: 50px auto 0;
}
.about_kansma{
    font-size: 40px;
    font-weight: bold;
}
/*SP*/
@media screen and (max-width:1100px) {
    .amz_high_review{
        font-size: 3.2vw;
        margin: 5vw auto 0;
    }
    .about_kansma{
        font-size: 4vw;
    }
}
.review_attension{
    text-align: center;
    width: 100%;
    color: red;
    font-size: 26px;
}
/*SP*/
@media screen and (max-width:1100px) {
    .review_attension{
        font-size: 3.2vw;
    }
}

.amz_voice{
    text-align: left;
    width: 70%;
    font-size: 30px;
    margin: 40px auto;
}
/*SP*/
@media screen and (max-width:1100px) {
    .amz_voice{
        width: 65%;
        font-size: 3vw;
        margin: 4vw auto;
        line-height: 2;
    }
}

.exp_link{
    text-decoration: underline;
    font-weight: bold;
    font-size: 26px;
}
@media screen and (max-width:1100px) {
    .exp_link{
        font-size: 3vw;
    }
}

.amz_coupon{
    text-align: center;
    width: 100%;
    color: red;
    font-weight: bold;
    font-size: 44px;
    margin: 20px auto;
}
@media screen and (max-width:1100px) {
    .amz_coupon{
        font-size: 4.4vw;
        margin: 5vw auto;
    }
}


.amz_coupon_code{
	text-align: center;
	width: 100%;
	color: black;
	font-weight: bold;
    font-size: 30px;
    margin: 30px auto 0;
    color: #03a9f4;
}

@media screen and (max-width:1100px) {
    .amz_coupon_code{
        font-size: 4vw;
        margin: 2vw auto 0;
    }
}

.amz_coupon_limit{
	text-align: center;
	width: 100%;
	color: red;
	font-weight: bold;
    font-size: 21px;
}

@media screen and (max-width:1100px) {
    .amz_coupon_limit{
        font-size: 3vw;
    }
}


.amz_coupon_code_number{
	text-align: center;
    width: 50%;
    color: black;
    font-weight: bold;
    font-size: 40px;
    margin: 10px auto;
    padding: 10px 0;
    border: 4px solid #03a9f4;
}
@media screen and (max-width:1100px) {
    .amz_coupon_code_number{
        font-size: 5vw;
        margin: 1vw auto;
        padding: 2.5vw 3vw;
        width: 28%;
    }
}

.amz_coupon_text{
    text-align: left;
    color: black;
    width: 94%;
    font-size: 33px;
    margin: 25px 3% 0;
    line-height: 40px;
    height: auto;
}
@media screen and (max-width:1100px) {
    .amz_coupon_text{
        width: 90%;
        height: 20vw;
        font-size: 3.3vw;
        line-height: 5vw;
        margin: 5% 5% 3%
    }
}
/*PC*/
@media screen and (min-width:1100px) {
    .amz_coupon_image{
        text-align: center;
        width: 100%;
        margin: 0 auto 40px;
    }
}
.amz_coupon_howto{
	text-align: center;
	width: 100%;
    margin: 40px auto;
    font-size:21px;
}
@media screen and (max-width:1100px) {
    .amz_coupon_howto{
        margin: 1vw auto 0.2vw;
        font-size:2.4vw;
    }
}

.amz_coupon_howto a{
	font-weight: bold;
    font-size:30px;
}
@media screen and (max-width:1100px) {
    .amz_coupon_howto a{
        font-size:3vw;
    }
}


.amz_coupon_purchase{
	text-align: center;
	width: 100%;
    font-size: 29px;
    margin: 40px auto;
}

.amz_coupon_purchase img{
	width: 80%;
	margin: auto;
}
.amz_coupon_purchase_notice{
    width: 74%;
    margin: auto;
    text-align: left;
}
.amz_coupon_purchase_notice span{
    display: block;
}

.acpn_text{
    display: flex;
    gap: 15px;
}

@media screen and (max-width:1100px) {
    .amz_coupon_purchase{
        width: 100%;
        margin: 4vw auto;
        font-size: 3.5vw;
    }
    .amz_coupon_purchase img{
        width: 72%;
    }
    .acpn_text{
        gap: 2vw;
    }

}

.amz_to_top{
	width: 30%;
    text-align: center;
    margin: 100px 35% 30px;
    font-size: 30px;
}
@media screen and (max-width:1100px) {
    .amz_to_top{
        margin: 10vw 35% 3vw;
        font-size: 3vw;
    }
}
.amz_to_top a{
    color: black;
    text-decoration: none;
}
