/*全体*/

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin: 0px;
    clear: #221815;
}


header {
    background-image: url(../img/mvBackA.jpg);
    background-size: cover;
    padding: 40px 0 0 0;
    margin-bottom: 0;
    width: 100%;
}

h1 {
    width: 140px;
    position: absolute;
    top: -21px;
    left: -49px;
    margin: 0;
}

h2 {
    font-size: 28px;
    letter-spacing: 5px;
    margin: 0px auto;

}

.mainConteH2 {
    background-image: url(../img/backH.png);
    color: #fff;
    text-align: center;
    padding: 16px 0px;
    line-height: 1;
    border-bottom: 2px solid #d59f2c;
    margin: 0px 0px 60px;
    font-weight: 400;
    letter-spacing: 1px;
}

h3 {
    text-align: center;
    width: 100%;
}

h4 {
    font-size: 20px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #9d8020;
    margin: 0px 0px 20px 0px;
}

p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}

section {
    margin-bottom: 100px;
}

section:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0;
}

img {
    display: block;
    width: 100%;
}

/*キャンペーン部分*/

.mvConte {
    width: 720px;
    margin: 0 auto;
    text-align: center;
    padding: 35px 0 40px 0;
    margin-bottom: 50px;
    background: linear-gradient(-135deg, transparent 30px, #fff 10px);
    position: relative;
}

.mvConteImgSp {
    display: none;
}

.mvConteCopy {
    margin: 0px auto;
    margin-bottom: 13px;
    width: 550px;
}

.mvConteText {
    margin: 0px 0px 15px 0px;
    font-size: 20px;
    text-align: center;
}

.mvConteImg {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0px auto;
    margin-bottom: 30px;
    padding: 0;
}


.mvConteImgItem {
    width: 275px;
    border-right: 2px solid #fff;
}

.mvSubconte {
    display: flex;
    align-items: center;
    background-color: #221815;
}

.mvSubconteImg {
    background-image: url(../img/mvSubBack.jpg);
    background-size: cover;
    width: 50%;
    text-align: center;
    padding: 20px 0;
}

.mvSubconteImg img {
    display: block;
    margin: 0px auto;
    width: 430px;
}


.mvSubconteText {
    font-size: 20px;
    color: #fff;
    width: 50%;
    padding: 15px;
    text-align: center;
}

/*全体の大きさ*/

.mainConte {
    margin: 0 auto;
}

.conte,
.subconteWrap,
.itemQCale,
.introSub,
.payQConte,
.campaignConte,
.flowConte,
.contactConte {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.logo {
    display: none;
}

/*まるごと高知定期便説明*/

.intro {
    width: 620px;
    margin: 100px auto;
    text-align: center;
    position: relative;
    padding: 50px 0;

}

#intro {
    background-image: url(../img/backA.png);
    background-repeat: no-repeat;
    background-position: right 0px top 0px
}

.intro:before,
.intro:after {
    content: '';
    width: 132px;
    height: 260px;
    position: absolute;
    display: inline-block;
}

.intro:before {
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    top: -30px;
    left: 0;
}

.intro:after {
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    bottom: -20px;
    right: 0;
    clear: both;
}

.introImg {
    position: relative;
    width: 310px;
    top: -80px;
    right: -520px;
    z-index: 1;
}

.introIitle {
    margin-top: -362px;
    text-align: center;
}

.introText {
    width: 513px;
    margin: 30px auto;
    text-align: center;
}

.introCopy {
    width: 513px;
    margin: 30px auto;
    text-align: center;
}

.introSub li {
    width: 242px;
    list-style: none;
}

/*四季折々*/

.introSub li img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.introSubTitle {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}


/*ナビ部分*/

.header {
    background: #eee;
    padding: 20px 0;
}

.nav-button {
    display: none;
}

.nav-wrap.open {
    display: block;
}

.nav-wrap.close {
    display: none;
}

nav ul {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
}

nav ul li {
    list-style: none;
    padding: 0 35px 0 14px;
    text-align: center;
    border-right: 1px solid #000;
}

nav ul li:first-child {
    border-left: 1px solid #000;
}

nav ul li a {
    text-decoration: none;
    color: #221815;
    text-align: center;
    transition: .5s;
    display: block;
    font-size: 16px;
    line-height: 1.3;
}

nav ul li a:hover {
    color: #908b8a;
}

/*どんな商品*/

.itemQ {
    background-image: url(../img/backB.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.itemQCale p {
    text-align: center;
}

.itemQCale img {
    width: auto;
    margin: 0 auto;
}

.itemQCale_list{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    padding: 30px 30px 10px;
    box-sizing: border-box;
    list-style: none;
    background-color: #f5f3f1;
}

.itemQCale_list > li{
    width: 32%;
    margin-bottom: 20px;
}

.itemQCale_list > li >span{
    margin-right: 10px;
    padding: 4px 7px;
    border-radius: 3px;
    background-color: #481b2c;
    color: #fff;
}

.itemQTable {
    text-align: left;
    border-collapse: collapse;

}

.itemQTable th,
.itemQTable td {
    padding: 15px 20px;
    border-bottom: 10px solid #fff;
    background-color: #f5f3f1;
}

.itemQTable th {
    width: 90px;
}

.itemQTable td {
    background-color: #f5f3f1;
    background: linear-gradient(-135deg, transparent 15px, #f5f3f1 10px);
    padding-right: 30px;
}

/*お支払い*/

.payQConte p {
    text-align: center;
}

.payQConteCard {
    width: 550px;
    margin: 50px auto;
}

.payQConteCard h4 {
    text-align: center;
    margin-bottom: 10px
}

.payQConteCard img {
    width: 350px;
    margin: 0 auto 20px;
}

.price {
    font-size: 30px;
    margin: 10px 0;
}

.payQConteCard span {
    font-size: 15px;
}

.payQConteCard .btnLWrap {
    display: block;
    margin: 0 auto;
}

.itemQSub {
    background-image: url(../img/backC.png);
    background-repeat: no-repeat;
    background-position: right top 40%;
}

/*こんな人にオススメ*/

.recomend {
    background-image: url(../img/backD.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.recomend ul {
    padding: 0;
}

.recomend li {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0;
    margin-left: 20px;
}

/*料金*/

.howQ {
    background-image: url(../img/backE.png);
    background-repeat: no-repeat;
    background-position: left top 80px;
}

/*キャンペーン*/

.campaign {
    background-image: url(../img/campaignBack.jpg);
    padding: 90px 0 30px;
}

.campaignConte {
    background-color: #fff;
    padding-bottom: 1px;
}

.campaignConte h2 {
    background: none;
    border: 0;
    width: 100%;
    margin: 0 auto 20px;
    ;
}

.campaignConte h2 > div {
    width: 600px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.campaignConte h3,
.campaignConte h2 p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #221815;
    padding: 8px 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
}

.campaignConte p {
    text-align: center;
}

.campaignConte ul {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
    clear: both;
}

.campaignConte ul li {
    padding: 0 10px;
    list-style: none;
    width: 50%;
    box-sizing: border-box;
}

.campaignConte ul img {
    margin-bottom: 20px;
}

.campaignConte ul p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.campaignConte h4 {
    margin-bottom: 10px;
}

.campaignConteItem {
    margin-bottom: 50px;
}

.campaignConteItemRimid {
    font-size: 25px;
    line-height: 1.3;
    color: #c0272d;
}

.campaignConteItemFlow .flowConte .grayBox p {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.campaignConteItemBnr {
    width: 752px;
    margin: 70px auto;
    transition: .5s;
}

.bnrSp {
    display: none;
    transition: .5s;
}

.campaignConteItemBnr:hover,
.bnrSp:hover {
    opacity: 0.7;
}



/*お届けの流れ*/

.flowConte .grayBox p {
    text-align: center;
    width: 100%;
    padding: 0 30px;
}

.flowConte .grayBox {
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.flowConte .grayBox:after {
    background-size: 30px 16px;
    height: 16px;
    width: 30px;
    content: "";
    background-image: url(../img/flowArrow.png);
    position: absolute;
    left: 50%;
    bottom: -32px;
}

.flowConte .grayBox:last-child:after {
    content: none;
}

/*//////フッター///////*/

/*オンラインショップ*/

.onlineShop {
    background-color: #f5f3f1;
    padding: 20px 0;
    margin-bottom: 0;
}

.onlineShopTiele {
    font-size: 18px;
}

.onlineShop p {
    text-align: center;
}

.onlineShop a img:hover {
    opacity: 0.7;
}

.onlineShopLogo {
    width: 180px;
    margin: 0 auto 20px;
    transition: .5s;
}

.onlineShopText {
    font-size: 15px;
}

/*お問い合わせ*/

.contact {
    background-color: #221815;
    overflow: hidden;
    margin-bottom: 0;
}

.contactConte {
    margin-bottom: 20px;
}

.contactConte h2 {
    background: none;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 20px 0;
    font-size: 19px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
}

.contactConte ul {
    display: flex;
    justify-content: space-between;
}

.contactConte ul li {
    background-color: #fff;
    width: 522px;
    text-align: center;
    list-style: none;
    background: linear-gradient(-135deg, transparent 20px, #fff 10px);
}

.contactConte ul li p {
    text-align: center;
}

.phone {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 30px 5px;
    left: 18px;
    position: relative;
    display: inline-block;
}

.phone:before {
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    content: "";
    background-image: url(../img/phone.png);
    position: absolute;
    left: -35px;
    top: -5px;
}

.phonInfo {
    margin: 0 30px 15px;
}

.form {
    font-size: 23px;
    font-weight: 600;

}

.form a {
    display: block;
    text-decoration: none;
    color: #221815;
    position: relative;
    top: 10px;
    transition: .5s;
    margin: 20px;
}

.form a:hover {
    color: #908b8a;
}

/*メインフッター*/

.mainFooterConte {
    background-color: #221815;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 30px;


}

.mainFooterConteImg {
    width: 100px;
    margin-right: 10px;
}

.mainFooterConte p {
    color: #fff;
}

/*コピーライト*/

.copy {
    background-color: #f5f3f1;
    font-size: 13px;
    text-align: center;
    padding: 5px 0;
}

/*文字*/

.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "小塚明朝 Pro B", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
}

.texL {
    font-size: 26px;
    margin-top: 0px;
}

.textM {
    font-size: 20px;
    line-height: 1, 8;
}



.conteInfo {
    width: 513px;
}

.contImg {
    width: 480px;
}

.contImg img {
    width: 100%;
}

.conte,
.subconte,
.introSub {
    display: flex;
    justify-content: space-between;

}

.subconte {
    margin: 50px 70px;
}

.subconteTitle {
    margin: 0 auto;
}

.subconteInfo {
    width: 460px;
}

.subconteImg {
    width: 410px;
}

.subconteImg img {
    width: 100%;
}

/*サブエリアデザイン*/

.bracketsBox {
    position: relative;
    width: 1080px;
    padding: 50px 0;
}

.bracketsBox:before,
.bracketsBox:after {
    content: '';
    width: 333px;
    height: 300px;
    position: absolute;
    display: inline-block;
}

.bracketsBox:before {
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    top: 0;
    left: 0;
}

.bracketsBox:after {
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    bottom: 0;
    right: 0;
    clear: both;
}

.grayBox {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    margin: 0 auto 50px;
    width: 842px;
    background: linear-gradient(-135deg, transparent 30px, #f5f3f1 10px);
}

.grayBoxInfo {
    width: 600px;
    border-right: solid 1px #221815;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
}

.grayBoxInfo:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #f5f3f1;
    z-index: 2;
}

.grayBoxInfo:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -13px;
    border: 13px solid transparent;
    border-left: 13px solid #221815;
    z-index: 1;

}

.grayBoxInfo p {
    margin: 0px;
    padding: 0px;
}

.grayBoxImg {
    width: 182px;
}

.grayBoxImg img {
    margin-bottom: 10px;
}

.grayBoxImg p {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.payQ .grayBox {
    display: block;
    padding: 30px 50px;
    margin: 0 auto 50px;
    width: 842px;
    background: linear-gradient(-135deg, transparent 30px, #f5f3f1 10px)
}

/*ボタン*/

.btnS {
    height: 36px;
    border: 1px solid #000;
    line-height: 36px;
    display: inline-block;
    padding: 0 40px;
    border-radius: 18px;
    text-decoration: none;
    color: #221815;
    transition: .5s;
}

.btnSWrap a:hover {
    border: 1px solid #ddd;
    color: #ddd;
}


.btnLWrap,
.btnSWrap {
    position: relative;
    display: inline-block;
}

.btnL {
    position: relative;
    width: 310px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 48px;
    height: 48px;
    background-color: #74515e;
    margin: 0 auto 10px;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
    transition: background-color .5s;
}

.btnL:hover {
    background-color: #481b2c;

}

.page:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -2px;
    content: ' ';
    background-image: url('../img/pageW.svg');
    background-size: 14px 7px;
    height: 7px;
    width: 14px;
    color: #fff;
}

.pageLink:after {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -9px;
    content: ' ';
    background-image: url('../img/pageLink.svg');
    background-size: 20px 18px;
    height: 18px;
    width: 20px;
    color: #fff;
}

.pageNav:after,
.pageB:after {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    content: ' ';
    background-image: url('../img/page.svg');
    background-size: 12px 6px;
    height: 6px;
    width: 12px;
}

.bnrB {
    width: 940px;
    margin: 70px auto;
    transition: .5s;
}

.bnrB:hover {
    opacity: 0.7;

}

.pageTop {
    width: 70px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 100;
    background-color: #fff;
    border-radius: 35px;
    transition: .5s;
    opacity: 0;
}


}

.pageTop img {
    transition: .5s;
}


.pageTop img:hover {
    opacity: 0.7;
}


.brSp {
    display: none;
}

.brTab {
    display: none;
}


.z {
    z-index: 1;
}


/*1080px以下*/

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

    .mvSubconteImg img {
        width: 80%
    }

    .mvSubconteText {
        font-size: 17px;
    }

    .mainConte {
        width: 100%;
    }

    .conte,
    .itemQCale,
    .payQConte,
    .introSub,
    .payQConte,
    .payQ .grayBox,
    .flowConte,
    .contactConte {
        width: 95%;
    }

    .bracketsBox {
        width: 95%;
    }

    .campaign{
        padding: 60px 0;
    }
    
    .campaignConte {
        width: 90%;
        margin-bottom: 0;
    }

    .conteInfo,
    .subconteInfo {
        width: 50%;
    }

    .intro {
        margin: 50px auto;
    }


    .intro::before {
        top: 0px;
    }

    .introSub ul {
        width: 100%;
    }

    .introSub li {
        width: 23%;
        margin-left: 10px;
        border-right: 1px solid #fff;
    }


    .contImg,
    .subconteImg {
        width: 45%;
    }

    .itemQCale img {
        width: 100%;
    }

    .subconte {
        margin: 40px
    }

    .header {
        width: 100%;
        padding: 16px 0 24px;
    }

    nav ul {
        width: 90%;
        padding: 0;
    }

    nav ul li {
        list-style: none;
        padding: 0 20px;
        text-align: center;
        border-right: 1px solid #000;
    }

    nav ul li:first-child {
        border-left: 1px solid #000;
    }

    .nav-wrap {
        width: 100%;
    }

    .introIitle {
        margin: 0 auto;
    }

    .introImg {
        display: none;
    }

    .campaignConteItemBnr {
        width: 85%;
    }

    .contactConte ul {
        justify-content: center;
    }

    .contactConte ul li {
        margin: 0 10px;
        width: 45%;
    }

    .pageNav:after {
        position: relative;
        bottom: -10px;
        right: -42%;
        display: block;
        content: ' ';
        background-image: url('../img/page.svg');
        background-size: 12px 6px;
        height: 6px;
        width: 12px;
    }

    .grayBox {
        display: flex;
        justify-content: space-between;
        padding: 30px;
        margin: 0 auto 50px;
        width: 85%;
        background: linear-gradient(-135deg, transparent 30px, #f5f3f1 10px)
    }

    .grayBoxInfo {
        width: 65%;
    }




    .grayBoxImg {
        width: 30%;
    }

    .payQ .grayBox {
        padding: 0;
        overflow: hidden;
    }

    .payQ .grayBox h4 {
        margin: 20px;
    }

    .payQ .grayBox p {
        padding: 0 20px;
    }

    .campaignConteItemFlow .flowConte .grayBox p {
        width: 85%;
    }

    .bnrB {
        width: 80%;
    }



    /*821pxpx以下*/

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

        header {
            background-image: none;
            padding: 58px 0 0 0;
            margin-bottom: 0;
            width: 100%;
        }

        h1 {
            display: none;
        }

        .mvSubconte {
            display: block;
        }

        .mvSubconteImg {
            width: 100%;
        }

        .mvSubconteImg img {
            width: 50%;
        }

        .mvSubconteText {
            width: 100%;
        }

        .mvConte {
            width: 100%;
            margin-bottom: 0;
            padding: 0;
        }

        .mvConteCopy {
            width: 85%;
        }

        .mvConteText {
            margin-bottom: 25px;
        }

        .mvConteImgSp {
            display: block;
            width: 92%;
            height: 140px;
            overflow: hidden;
            margin: 0 auto 30px;
        }

        .mvConteImg {
            width: 95%;
        }

        .mvConteImg img {
            width: 100%;
        }

        .mvConteImgItem {
            width: 48%;
            border-right: 1px solid #fff;
        }

        nav ul {
            display: block;
            margin: 0;
            margin-top: 80px;
            padding: 0;
            width: 100%;
        }

        nav ul li {
            width: 100%;
            margin: 0;
            padding: 20px 0;
            border: none;
            border-bottom: 1px solid #fff;
        }

        nav ul li a {
            color: #fff;
            font-size: 18px;
        }

        .conte,
        .itemQCale,
        .payQConte,
        .introSub,
        .payQConte,
        .payQ .grayBox,
        .flowConte,
        .contactConte {
            width: 80%;
        }

        .bracketsBox {
            width: 80%;
        }

        .bracketsBox:before,
        .bracketsBox:after {
            width: 100%;
            height: 40px;
            border-right: solid 1px #000;
            border-left: solid 1px #000;
        }

        .bracketsBox .texL {
            width: 80%;
        }

        .itemQ .grayBox {
            display: block;
            width: 75%;
            margin: 30px auto;
        }
        
        .itemQCale_list {
            padding: 15px 15px 5px;
        }
        
        .itemQCale_list > li >span{
            display: block;
            margin: 0 0 15px 0;
            text-align: center;
        }

        .grayBoxInfo {

            border-right: 0;
            margin-bottom: 20px;
            padding: 0;
            width: 100%;
            position: relative;
        }

        .grayBoxInfo:before {
            content: none;
        }

        .grayBoxInfo:after {
            content: none;
        }

        nav .btnLWrap {
            width: 100%;
        }


        .btnLWrap {
            position: relative;
            width: 92%;
        }

        .pageNav:after {
            position: absolute;
            content: ' ';
            background-image: url('../img/pageW.svg');
            top: 30px;
            right: 20px;
            background-size: 16px 8px;
            height: 8px;
            width: 16px;


        }

        .mainConte {
            width: 100%;
        }

        .intro {
            width: 80%;
            padding: 30px;
        }

        .introIitle {
            margin: 0px auto;
        }

        .introImg {
            display: none;
        }

        .introSub {
            flex-wrap: wrap;
            justify-content: center;
        }

        .introSub li {
            width: 46%;
            margin-left: 10px;
            border-right: 1px solid #fff;
        }

        .conte,
        .subconte {
            display: block;
        }

            {
            width: 100%;
        }

        .contImg,
        .subconteImg,
        .subconteInfo,
        .conteInfo,
        .introCopy,
        .introText,
        .contactConte {
            width: 100%;
        }

        .conteInfo {
            margin-bottom: 30px;
        }


        .itemQTable {
            margin: 30px auto 0;
        }

        .subconteImg {
            margin-bottom: 30px;
        }

        .payQConteCard {
            width: 90%;
        }

        .campaignConte h2 > div {
            width: 80%;
        }

        .campaignConte ul {
            display: block;
            padding: 0 50px;
            margin-top: 30px;
            overflow: hidden;
        }

        .campaignConte ul li {
            display: flex;
            justify-content: space-between;
            padding: 0px 5px;
            width: 100%;
        }

        .campaignConteImg {
            width: 50%;
        }

        .campaignConteInfo {
            width: 45%;
        }

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

        .pageTop {
            right: 10px;
            bottom: 10px;

        }

        .brTab {
            display: inline;
        }

        .texL {
            text-align: center;
        }

        .campaignConteItemFlow p,
        .campaignConteItemRimid {
            margin: 0 30px;
        }

        .campaignConteItemFlow .flowConte .grayBox {
            width: 100%;
        }



        /*    ナビ部分*/
        .header {
            position: fixed;
            left: 0;
            top: 0;
            background-image: url(../img/backH.png);
            height: 68px;
            padding: 0px;
            z-index: 999;
            border-bottom: 2px solid #d59f2c;
        }

        .nav-button {
            margin-right: 20px;
            display: block;
            cursor: pointer;
            position: fixed;
            top: 15px;
            right: 20px;

        }

        .nav-wrap {
            position: fixed;
            right: 0;
            top: 0;
            display: none;
            z-index: 998;
            background-color: rgba(0, 0, 0, 0.9);
            width: 70%;
            height: 100%;
        }

        .logo {
            display: block;
            width: 95px;
            margin: 4px 0 0 20px;
        }

        /*メニューボタンのエフェクト*/
        .nav-button,
        .nav-button span {
            display: inline-block;
            transition: all 0.4s;
            box-sizing: border-box;
        }

        .nav-button {
            z-index: 999;
            width: 40px;
            height: 36px;
        }

        .nav-button span {
            position: absolute;
            left: 20px;
            width: 100%;
            height: 4px;
            background-color: #fff;
            border-radius: 4px;
        }

        .nav-button span:nth-of-type(1) {
            top: 0;
        }

        .nav-button span:nth-of-type(2) {
            top: 16px;
        }

        .nav-button span:nth-of-type(3) {
            bottom: 0;
        }

        .nav-button.active span:nth-of-type(1) {
            -webkit-transform: translateY(16px) rotate(-45deg);
            transform: translateY(16px) rotate(-45deg);
        }

        .nav-button.active span:nth-of-type(2) {
            opacity: 0;
        }

        .nav-button.active span:nth-of-type(3) {
            -webkit-transform: translateY(-16px) rotate(45deg);
            transform: translateY(-16px) rotate(45deg);
        }

        .btnL {
            width: 100%;
            margin: 0 0 25px;
        }

        .page:after {
            right: 40px;
        }
    }


    @media screen and (min-width: 822px) {
        .nav-wrap {
            display: block !important;
        }
    }


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

        section {
            margin-bottom: 50px;
        }

        .mvConteImgSp {
            display: block;
            width: 100%;
            height: auto;
            margin-bottom: 30px;
        }

        .mvConteCopy {
            width: 90%;
        }

        .mvConteImg {
            width: 100%;
            margin-bottom: 25px;
        }

        .mvConteImgItem {
            width: 50%;
        }

        .mvConteText {
            font-size: 18px;
            line-height: 1.3;
            margin-bottom: 25px;
        }

        .mvSubconteImg img {
            width: 90%;
        }

        .mvSubconteText {
            padding: 15px 20px;
            box-sizing: border-box;
            font-size: 18px;
        }

        .mvBtn {
            width: 85%;
            margin: 20px auto 27px;
        }

        .conte,
        .itemQCale,
        .payQConte,
        .introSub,
        .payQConte,
        .payQ .grayBox,
        .flowConte,
        .contactConte,
        .payQConteCard {
            width: 90%;
        }

        .intro {
            padding: 0px 15px 30px;
            width: 90%;
            margin-top: 90px;
        }

        .intro:before {
            border-left: solid 1px #000;
            border-top: solid 1px #000;
            top: -40px;
            left: 0;
        }

        .introIitle {
            line-height: 1.4;
        }

        .introText,
        .introCopy {

            margin: 20px auto;
        }

        .introSub {
            display: block;
        }

        .introSub li {
            width: 100%;
            margin-bottom: 30px;
            border: 0;
            margin-left: 0;
        }
        
        .itemQCale_list > li{
            width: 48%;
            margin-bottom: 10px;
        }
        
        .itemQCale_list > li >span{
            margin-bottom: 10px;
        }

        .itemQTable {
            margin: 30px auto 0;
        }

        .itemQTable tr,
        .itemQTable th,
        .itemQTable td {
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .itemQTable th,
        .itemQTable td {
            padding: 15px;
            background: #f5f3f1;
        }

        .itemQTable th {
            border-bottom: 4px #fff solid;
        }

        .background {}

        .payQConteCard img {
            width: 100%;
        }

        .subconte {
            margin: 25px 0 25px;
        }

        .subconteImg {
            margin-bottom: 30px;
        }

        .campaign {
            padding: 10px 0;
        }
        
        .campaignConte{
            width: 95%;
        }

        .campaignConte ul {
            padding: 0 20px;

        }

        .campaignConte ul li {
            display: block;
            width: 100%;
            padding: 0;
            margin-bottom: 50px;
        }

        .campaignConteImg,
        .campaignConteInfo {
            width: 100%;
        }

        .campaignConteItem {
            margin-bottom: 30px;
        }

        .campaignConteItem:last-child {
            margin-bottom: 0
        }

        .campaignConteItemBnr {
            width: 100%;
            margin: 0;
        }

        .contactConte ul {
            display: block;
            width: 90%;
            margin: 0 auto;

        }

        .contactConte ul li {
            width: 100%;
            padding: 1px 0;
            margin: 0 0 20px 0;
        }

        .form a {
            top: 0;
        }

        .form {
            padding: 20px 0;
        }

        .campaignConteItemFlow p {
            text-align: left;
        }

        .flow .grayBox {
            width: 100%;
            padding: 20px;
            box-sizing: border-box;
        }

        .flow .grayBox p {
            width: auto;
            text-align: left;
            margin: 0;
            padding: 0;
        }

        .bracketsBox {
            width: 90%;
            padding: 30px 0;
        }

        .bracketsBox .grayBox {
            width: 100%;
            margin: 0 0 50px;
        }


        .grayBox {
            box-sizing: border-box;
            display: block;
            padding: 30px 20px;
            background: linear-gradient(-135deg, transparent 20px, #f5f3f1 20px)
        }


        .grayBoxInfo {
            width: 100%;
            margin-bottom: 20px;
            margin: 0px 0 20px 0;
        }
        
        .grayBoxInfo p{
            font-size: 14px;
        }


        .grayBoxImg {
            width: 100%;
        }

        .bnrB,
        .campaignConteItemBnr {
            display: none;
        }

        .bnrSp {
            display: block;

        }


        .brSp {
            display: inline;
        }

        .brPc {
            display: none;
        }

        .btnSWrap {
            display: block;
        }

        .btnS {
            height: 50px;
            border-radius: 25px;
            line-height: 1.3;
            width: 100%;
            padding: 0;
            padding-top: 6px;
        }

        .btnLWrap {
            margin: 0 auto;
            width: 100%;
        }

        .btnL {
            width: 100%;
            margin: 10px auto;
            padding: 0;
            font-size: 16px;
        }

        .page:after {
            margin-top: -2px;
            right: 15px;
        }

        .pageLink:after {
            margin-top: -8px;
            right: 18px;
        }

        .texL {
            font-size: 22px;
            line-height: 1.6;
        }

        .bnrB {
            width: 100%;
        }

        header {
            margin-bottom: 30px;
            padding-top: 60px;
        }

        .mainConteH2 {
            margin-bottom: 55px;
            padding: 10px 0;
        }

        p {
            font-size: 15px;
            line-height: 1.8;

        }
    }

    @media screen and (max-width: 320px) {
        .mvSubconteText {
            padding: 15px;
            font-size: 16px;
        }


    }
