video{
    max-width: 100%;
    height: auto;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}


img{
    width: 100%;
}

@media screen and (max-width:740px) {
    video{
        margin-bottom: 0;
    }
}/* max-width:740px */
/*==============================
キャッチ
==============================*/
.key_text{
    background:linear-gradient(to bottom, #000 10%,transparent 40%),url(../img/lp01.png);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-position: center center;
    height: 500px;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}


@media screen and (max-width:960px) {
    
    .key_text{
        margin-bottom: 0px;
    }

}/* max-width:960px */

h2,
.catch1{
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.catch2{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.5rem;
}

h3,
.catch3{
    font-size: 3rem;
    letter-spacing: 0.08em;
    font-weight: bold;
}

h4,
.catch4{
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.catch2 span{
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 5;
}

.catch3 span{
    font-size: 4rem;
    margin-left: 10px;
    margin-right: 10px;
}

.t-left{
    text-align: left;
}

@media screen and (max-width:740px) {
    h3,
.catch3{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

.catch3 span{
    font-size: 3rem;
    margin-left: 5px;
    margin-right: 5px;
}

    .catch2 span{
        font-size: 1.8rem;
        font-weight: bold;
        line-height:3;
    }

    h4,
.catch4{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

}/* max-width:740px */

/*==============================
商品画像
==============================*/
.item{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 100px;
}

.item_text{
    text-align: center;
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
}

.btn{
    text-align: center;
    display: block;
    max-width: 280px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    line-height: 3;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
}

@media screen and (max-width:960px) {
    


    .item{
        display: block;
        margin-bottom: 30px;
    }

    .item_text{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 30px auto;
    }
}/* max-width:960px */

/*==============================
text
==============================*/
.text{
    text-align: center;
    margin-bottom: 100px;
}

.bg{
    background:linear-gradient(to bottom, #000 40%,transparent 70%),url(../img/lp02.png);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100% 100%,contain;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 1000px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width:960px) {

    .text{
        margin-bottom: 30px;
    }

    .bg{
        background-image: none;
        height: auto;
    }
}/* max-width:960px */

/*==============================
VOICE
==============================*/
.voice {
    font-family: 'Nanum Gothic', sans-serif;
    text-align: center;
    letter-spacing: 1em;
}


.voice_sp{
    display: none;
}

.user{
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.5;
}

.title span{
    font-size: 8rem;
    font-weight: 800;
}

.voice .catch3{
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    letter-spacing: 0.01em;
    font-size: 2.5rem;
}

.voice_text{
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 130px;
    margin-bottom: 50px;
}


.voice1{
    background-image: url(../img/back01.png);
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}

.voice2{
    background-image: url(../img/back02.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between
}

.voice1 img,
.voice2 img{
    margin-top: 100px;
    width: 420px;
}

.voice_sp .voice_title .img{
    width: 70vw;
    max-width: 500px;
    height: auto;
    margin-right: 5%;
}

.voice_sp .voice_title .img img{
    width: 100%;
}


.voice_title{
    writing-mode: vertical-rl;
    padding-top: 50px;
}


.voice_title p{
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;
    font-size: 7rem;
    line-height: 0.8;
    letter-spacing: 0.2em;
}


.right{
    padding-right: 50px;
}

.left{
    padding-left: 50px;
}

.voice_title span{
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 1.3rem;
    padding-top: 180px;
    letter-spacing: 0.05em;
}

.voice_sp .voice_title{
    padding-top: 0px;
}

.voice_sp .right{
    padding-right: 0;
}

.voice_sp .voice_title span{
    padding-top: 100px;
}

.voice_sp .voice_text{
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.attention,
.attention_right{
    font-size: 1rem;
    margin-top: 20px;
}

.attention_right{
    text-align: right;
}

.voice_img{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 100px;
}

.voice_img_sp{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.voice_img_sp img{
    width: 45%;
}

.big{
    max-width: 400px;
    margin-bottom: 100px;
}

@media screen and (max-width:960px) {
    .user{
        font-size: 3rem;
    }

    .user span{
        font-size: 5rem;
    }

    .voice_img{
        display: none;
    }

        .voice1,
        .voice2{
            display: none;
        }
        
        .voice_sp{
            display: block;
        }
    
        .voice_text{
            margin-bottom: 30px;
        }

        .big{
            margin-bottom: 50px;
        }

}/* max-width:960px */

@media screen and (max-width:740px) {
    .voice .catch3{
        letter-spacing: 0.01em;
        font-size: 2rem;
    }

    .voice_sp .voice_title p{
        font-size: 3rem;
    }
    .voice_sp .voice_title span{
        padding-top: 20px;
    }
}/* max-width:740px */
/*==============================
商品詳細
==============================*/
.gray{
    background-color: #dcdce1;
    padding: 100px;
}



.desc1{
    background-color: #1d1d1e;
    padding: 50px;
    text-align: center;
}

.desc1 img{
    max-width: 550px;
    margin-bottom: 30px;
}

.desc_text,
.desc_text2{
    text-align: left;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
}

.desc2{
    text-align: center;
    padding: 100px;
}

.desc_img{
    width: 100%;
    margin-top: 100px;
}

.desc_text2{
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.desc_table{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    flex-wrap: wrap;
}


.desc_title{
    background-color: #686868;
    color: #000;
    font-weight: bold;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 380px;
    text-align: center;
    line-height: 1.5;
}

.desc_text2{
    width: 350px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
    margin: 10px 0 30px 0;
}

.desc_icon{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.icon_wrap{
    display: flex;
    align-items: center;
}

.icon_wrap p{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
padding-left: 5px;
}

@media screen and (max-width:740px) {
    .desc_img{
        margin-top: 30px;
    }

    .desc_table{
        display: block;
    }

    .desc_wrap{
        width: 80%;
        margin: 0 auto;
    }

    .desc_title,
    .desc_text2{
        width: 100%;
    }

    .desc_text2{
        margin: 10px 0;
    }

}/* max-width:740px */

@media screen and (max-width:350px) {
    .desc_icon{
        display:block;
        margin: 0 auto;
    }

}/* max-width:350px */

/*==============================
よくあるご質問
==============================*/
.qa{
    background-color: #fff;
    color: #000;
    padding: 100px;
}

.qa .catch3{
    text-align: center;
}

.q_wrap{
    width: 40%;
    display: flex;
    justify-content: end;
    text-align: left;
    align-items: center;
}

.question{
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 30px;
}

.qa_wrap{
    display: flex;
}

.answer{
    width: 60%;
    padding-left: 30px;
    border-left: 1px solid #000;
}

@media screen and (max-width:960px) {
    
.qa_wrap{
    display: block;
}

.q_wrap{
    width: 80%;
    
    margin-bottom: 20px;
}

.answer{
    width: 80%;
    padding-left: 0;
    border: none;
    margin: 0 auto;
}


.br{
    display: none;
}
}/* max-width:960px */

/*==============================
商品価格
==============================*/
.desc3{
    padding: 100px 100px 0px 100px;
    text-align: center;
}

.desc3 img{
    margin-top: 50px;
    margin-bottom: 50px;
}

.desc3 p{
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.8rem;
}

.desc3 .price{
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.desc3 .tax{
    font-size: 1.3rem;
}

.desc3 .price_wrap{
    margin-bottom: 30px;
}

.desc3 .cm{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.desc3 .cm p{
    text-align: left;
    font-size: 1.6rem;
}

/*==============================
SPEC
==============================*/
.spec{
    background-color: #6f737c;
    color: #fff;
    text-align: center;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 100px;
}

.spec h3{
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.spec .spec_title{
    display: block;
    border-bottom: 1px solid;
    margin: 50px auto 10px auto;
    padding-bottom: 10px;
}

.cal_wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

.seibun_wrap{
    display: flex;
    white-space: nowrap;
    margin: 0 auto;
    width: 250px;
}

.seibun_wrap p{
    padding-right: 10px;
    text-align: left;
}

.seibun_wrap > p{
    width: 100px;
}



.spec .cal table{
    width: 70%;
    margin: 0 auto 50px auto;
    text-align: left;
}

.spec table td{
    padding: 3px 0px 3px 30px;
}

.spec table td span{
    font-size: 1rem;
}

.spec .detail table{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
}

.spec .detail table tr{
    border-bottom: 1px solid;
}

.spec table tr:last-child{
    border: none;
}

.spec .detail table th,
.spec .detail table td{
    vertical-align: middle;
}


.spec .detail table th{
    width: 20%;
    padding: 10px;
}

.spec .detail table td{
    padding: 10px 10px 10px 20px;
    border-left: 1px solid;
}

.spec table img{
    width: 20px;
    margin-bottom: 5px;
}

@media screen and (max-width:540px) {
    .spec .detail table{
        width: 80%;
    }

    .spec .detail table td{
        display: block;
        width: 100%;
    }

    .spec .detail table th{
        display: block;
        width: 100%;
    }

    .spec .detail table tr{
        border-bottom: 1px solid;
    }

}/* max-width:540px */

/*==============================
FOOTER
==============================*/
footer{
    padding: 100px 100px 50px 100px;
    text-align: center;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

footer .social{
    margin-bottom: 50px;
}

footer .social img{
    width: 30px;
}

footer .menu{
    margin-bottom: 50px;
}

footer .logo img{
    width: 100px;
    margin-bottom: 50px;
}

@media screen and (max-width:960px) {

    .gray,
    .desc1,
    .desc2,
    .qa,
    .desc3,
    .spec,
    footer{
        padding: 20px;
    }

}/* max-width:960px */

/* キャンペーン */

.camp_LINE{
    text-align: center;
}

.camp_LINE .camp img{
    width: 90%;
    margin-bottom: 20px;
}

.camp_LINE a img{
    width: 232px;
    height: 72px;
    margin-bottom: 50px;
}


.camp_LINE.footer a img{
    width: 150px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
}