﻿@charset "UTF-8";

#tblLayout {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

ol,
ul,
li {
    list-style: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    line-height: 1;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.inner {
    max-width: 92.4rem;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1.2rem;
}

.subinner {
    max-width: 70rem;
    margin: 0 auto;
    padding: 1rem 0;
}

.mgt_30 {
    margin-top: 3rem;
}

.mgt_60 {
    margin-top: 6rem;
}

.mgt_100 {
    margin-top: 10rem;
}

@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .subinner {
        padding: 0 1.6rem;
    }

    .mgt_30 {
        margin-top: 2rem;
    }

    .mgt_60 {
        margin-top: 2rem;
    }

    .mgt_100 {
        margin-top: 5rem;
    }
}

/* ==== mv ==== */
.mv {
    background: url(/Contents/ImagesPkg/portal/p-bf_advance/202511/pc/mv_bg.png) center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 2rem;
}


.mv .inner {
    max-width: 103.2rem;
}

.mvTxt {
    font-size: 2.4rem;
    line-height: 1.25;
    text-align: center;
    margin-top: 2rem;
    color: #fff;
}

.mvTxt_blackfont {
    font-size: 4.4rem;
    line-height: 1.25;
    text-align: center;
    margin-top: 6rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .mv {
        background: url(/Contents/ImagesPkg/portal/p-bf_advance/202511/common/mv_bg_sp_1201.png) center top no-repeat;
        background-size: cover;
        padding-bottom: 1rem;
    }

    .mv .inner {
        padding: 0;
    }

    .mvTxt {
        font-size: 1.2rem;
        margin-top: 1.5rem;
    }
    .mvTxt_blackfont {
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }
}


/* ==== ナビゲーションボタン ==== */
.navBox {
    position: relative;
    z-index: 10;
    padding-bottom: 1rem;
    margin: 16rem 0 10rem;
}

.shopNav {
    position: relative;
    z-index: 2;
}

.shopNav::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background: linear-gradient(to right, #E5BF5C,#FEE690,#E3BC58);
    transform: translateX(-50%);
}

.shopNavItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.shopBox li {
    width: 20%;
    text-align: center;
    position: relative;
    border: .1rem solid #231815;
}

.shopBox li {
    border-left: 0;
}

.shopBox li:first-child {
    border-left: .1rem solid #231815;
}

.shopBox li a {
    display: block;
    position: relative;
}


.shopNavItem li img {
    width: 100%;
    height: auto;
}

.navBox.sticky {
    background: none;
    position: sticky;
    z-index: 20;
}

.fixedNav {
    width: 100%;
    display: block;
    width: 100%;
}

.fixedNavItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 1 auto;
    gap: .5rem;
}

ul.fixedNavItem li a img {
    width: 100%;
    height: auto;
}

.floatNav {
    display: none;
}

.floatNavItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.floatBox {
    display: block;
}

.navBox.sticky .navback {
    display: none;
}

.navBox.sticky .fixedNav {
    display: none;
}

.navBox.sticky .floatNav {
    display: block;
}


/*　上に上がる動き　*/
.navBox.sticky .floatBox.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10rem);
    }
}

/*　下に下がる動き　*/

.navBox.sticky .floatBox.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-10rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shopBox li a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}

.shopBox li a:hover {
    opacity: 1;
}

.shopBox li a:hover::after {
    opacity: .5;
}

.js-curnav-switch.is-current {
    position: relative;
}
/* 
.js-curnav-switch.is-current {
    opacity: .7;
} */

a.js-curnav-switch.is-current::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    .fixedNav {
        padding: 0;
    }

    .floatBox {
        padding: 0;
    }

    .floatNav {
        padding: 0;
    }

}

/* ===== comming soon ===== */
li.comingSoon a {
    position: relative;
    display: block;
    pointer-events: none;
}

li.comingSoon a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    z-index: 2;
}

li.comingSoon a:after {
    position: absolute;
    width: 100%;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    content: "coming soon";
    display: inline-block;
    color: #c0c0c0;
    font-size: 4.4rem;
    line-height: 1.4;
    z-index: 3;
    font-weight: 600;
    /* padding-top: .5rem; */
    letter-spacing: .2rem;
    white-space: pre-line;
    padding: 1rem;
    text-align: center;
}

@media screen and (max-width: 767px) {

    /* coming soon */
    li.comingSoon a {
        position: relative;
    }

    li.comingSoon a:before {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        content: "";
        opacity: 0.5;
        z-index: 2;
    }

    li.comingSoon a:after {
        position: absolute;
        width: 100%;
        height: auto;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        content: "coming soon";
        display: inline-block;
        color: #c0c0c0;
        font-size: 4.4rem;
        line-height: 1.4;
        z-index: 3;
        font-weight: 600;
        /* padding-top: .5rem; */
        letter-spacing: .2rem;
        white-space: pre-line;
        padding: 1rem;
        text-align: center;
    }

    .comingSoon:before {
        display: none !important;
    }

    .comingSoon:after {
        display: none !important;
    }

    .comingSoon:before {
        display: none;
    }

    .comingSoon:after {
        display: none;
    }

}

/* ===== popup ===== */
.yen-symbol {
    font-size: 1.2rem;
    /* 任意のサイズに変更 */
    margin-left: 1.25px;
}

.commonItem.commonItem--ranking {
    background: #fff;
    padding: .5rem;
    /* border: 1px solid #707070; */
}

.commonItem-list__ranking-img {
    /* border-bottom: solid .1rem #000; */
    padding-bottom: .5rem;
}

.commonItem__txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.commonItem__name {
    margin-top: .8rem;
}

.commonItem__price {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 1rem;
}

.commonItem__price dt {
    color: red;
    font-size: 1.2rem;
    width: 2.8rem;
}

.commonItem__price dd {
    font-size: 3.6rem;
    color: red;
    font-weight: 600;
    letter-spacing: -2.5px;
    margin-left: -3px;
}

.commonItem__tax-included {
    display: flex;
    margin-top: .3rem;
}

.commonItem__price dd.price-size {
    font-size: 2rem;
    letter-spacing: -.1rem;
}


/* モーダルを開くボタン */
.modal-open {
    cursor: pointer;
}

/* モーダル本体の指定 + モーダル外側の背景の指定 */
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 4rem 2rem;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

/* モーダル本体の擬似要素の指定 */
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/* モーダル本体に「active」クラス付与した時のスタイル */
.modal-container.active {
    opacity: 1;
    visibility: visible;
}

/* モーダル枠の指定 */
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 36rem;
    width: 90%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -4rem;
    right: -4rem;
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
}

/* モーダル内のコンテンツの指定 */
.modal-content {
    text-align: left;
}

ul.modal-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}


.modalBox+.modalBox {
    margin-top: 1rem;
}

.modalBox {
    margin-top: 1rem;
    width: 100%;
    background: #fff;
    border: .4rem solid #707070;
}

.modalBox a {
    display: block;
    padding: 2rem 1rem;
}

p.modalTxt {
    font-size: 2rem;
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
}

p.price {
    padding: .5rem;
}

.modal_text {
    width: 100%;
}

p.modal-tit {
    background: #fff;
    color: #fff;
    padding: .7rem .5rem;
}

.modal-tit {
    display: none;
}

p.modal_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.6rem;
}


.sizeEng {
    background: #626262;
    width: 8rem;
    height: 3.6rem;
    font-size: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 1rem;
}

.modal-container .priceItem {
    display: flex;
    margin-top: 1.5rem;
}

.modal-container dl {
    display: flex;
    align-items: flex-end;
}

.modal-container .priceDl01,
.modal-container .priceDl02 {
    width: 50%;
}

.modal-container dt {
    width: 20%;
    margin-right: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
}

.modal-container dd {
    width: calc(80% - .5rem);
}

.modal-container .priceDl01 {
    color: #FF0000;
}

.modal-container .priceDl01 dt {
    padding-bottom: .4rem;
}

.modal-container .priceDl02 dt {
    font-size: 1.2rem;
    padding-bottom: .2rem;
}

.modal-container .priceDl01 dd {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: "Roboto", sans-serif;
}

.modal-container .priceDl01 dd small {
    font-size: 1.2rem;
}

.modal-container .priceDl02 {
    margin-top: .5rem;
}

.modal-container .priceDl02 dd {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.modal-container .priceDl02 dd small {
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .modal-close {
        top: -1.6rem;
        right: -.4rem;
    }

    .modal-body {
        width: 98%;
        top: 4%;
    }

    .modalBox a {
        padding: 1rem;
    }

    .modal-content {
        padding: 2vw 2vw 4vw;
    }

    p.price {
        font-size: 1.4rem;
    }

    p.modalTxt {
        font-size: 1.4rem;
    }

    .modal-container .priceDl01 dd {
        font-size: 2.6rem;
    }

    .modal-container .priceDl02 dd {
        font-size: 1.8rem;
    }

    .sizeEng {
        width: 4rem;
        height: 2rem;
        font-size: 1.6rem;
    }
    
    .commonItem__price dd.price-size {
        font-size: 1.6rem;
        letter-spacing: -.1rem;
    }
}

/* ======= content ======= */
.titback.titbg {
    padding-top: 10rem;
    position: relative;
    z-index: 1;
}

#centerpiece {
    padding-bottom: 12rem;
}

.secHd {
    /* max-width: 77%; */
    width: 100%;
    margin: auto;
}

.centerpieceItemHead {
    margin: 0 auto 10rem;
}


/* 完売御礼 */
li.ov a {
    position: relative;
    pointer-events: none;
}

li.ov a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.7;
    z-index: 7;
}

li.ov a::after {
    content: "完売御礼";
    position: absolute;
    width: 70%;
    height: auto;
    background-color: red;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4;
    z-index: 8;
    font-weight: 600;
    padding-top: .5rem;
    letter-spacing: .2rem;
}

/* ====== 目玉商品 ====== */
/* .centerpieceItem .inner {
    max-width: 120rem;
} */

.arecomendation {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 1rem;
}

.arecomendation > li {
    width: calc(50% - .5rem);
    position: relative;
    border-bottom: .3rem solid rgba(209, 160, 53, 0.6);
}

.contentItem {
    background: #fff;
    overflow: hidden;
    padding: 1.6rem;
    display: block;
    position: relative;
}

.contentItem .headBox {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    color: #774343;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 1rem;
    word-break: break-all;
}

.contentItem .headBox.head01 {
    font-size: 2rem;
}

.contentItem .headBox.head01.small {
    font-size: 1.8rem;
}

.contentItem .headBox span {
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 1.2;
    width: 100%;
    /* min-height: 9rem; */
}

.contentItem .imageBox {
    position: relative;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0rem solid #707070;
}

.contentItem .imageBox .imageP img {
    max-height: 45rem;
    width: auto;
}

.contentItem .limitedLogo,
.contentItem .shoplogo {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 3;
}

.contentItem .limitedLogo li {
    width: 10rem;
}

.contentItem .shoplogo {
    width: 14rem;
    left: auto;
    top: auto;
    right: 1rem;
    bottom: 1rem;
}

.contentItem .shoplogo.logo2 {
    width: 12rem;
}

.contentItem .infoBox {
    padding: 1rem 0 2rem;
    color: #353535;
    background: #fff;
}

.contentItem .infoBox .limitedUl {
    /* display: flex;
    flex-wrap: wrap; */
    margin-bottom: 1.5rem;
}

.contentItem .infoBox .limitedUl li span {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    padding: .1rem .3rem;
    color: #fff;
}

.contentItem .infoBox .limitedUl li span.pink {
    background: #EB4168;
}

.contentItem .infoBox .limitedUl li span.blue {
    background: #495596;
}

.contentItem .infoBox .limitedUl li span.red {
    background: #AC1A3C;
}

.contentItem .infoBox .limitedUl li span.pink.op {
    opacity: 0;
}

.contentItem .infoBox .limitedUl li+li {
    /* margin-left: 1rem; */
    margin-top: 1rem;
}

.contentItem .infoBox .info_txt {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.14;
    word-break: break-all;
}

.contentItem .infoBox .info_txt small {
    font-size: 1.6rem;
}

.contentItem .infoBox .info_name {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.42;
}

.contentItem .infoBox .info_txt.largeRed {
    color: #FF0000;
    font-size: 5rem;
}

.underline {
    text-decoration: underline;
}

.contentItem .infoBox .info_note {
    font-size: 1.2rem;
}

.contentItem .infoBox .titImage {
    max-width: 26rem;
    width: 100%;
}

.contentItem .infoBox .iconLogo {
    max-width: 8.6rem;
    width: 100%;
    margin-bottom: 1rem;
}

.contentItem .infoBox .note {
    font-size: 1.6rem;
    display: block;
}

.contentItem .infoBox .point_box {
    margin-top: 3rem;
}

.contentItem .infoBox .point_box .point_img {
    width: 95%;
}

.contentItem .infoBox .point_box .point_txt {
    display: inline-block;
    font-size: 2rem;
    border: .1rem solid #707070;
    font-weight: 700;
    padding: .1rem .3rem;
    margin: .2rem 0;
}

.contentItem .infoBox .point_box .point_txt strong {
    font-size: 2.4rem;
}

.contentItem .infoBox dl {
    display: flex;
    align-items: flex-end;
}

.contentItem .infoBox dt {
    width: 2.2em;
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
}

.contentItem .infoBox dd {
    width: calc(100% - 2.2em);
}

.contentItem .infoBox .priceDl01 {
    color: #FF0000;
}

.contentItem .infoBox .priceDl01 dt {
    padding-bottom: .4rem;
}

.contentItem .infoBox .priceDl02 dt {
    font-size: 1.8rem;
    padding-bottom: .2rem;
}

.contentItem .infoBox .priceDl01 dd {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: "Roboto", sans-serif;
}

.contentItem .infoBox .priceDl01 dd small {
    font-size: 2rem;
}

.contentItem .infoBox .priceDl02 {
    margin-top: .5rem;
}

.contentItem .infoBox .priceDl02 dd {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.contentItem .infoBox .priceDl02 dd small {
    font-size: 1.6rem;
}

.contentItem .priceBox {
    margin-top: 3rem;
}

.contentItem .priceBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contentItem .priceBox .price-bg {
    margin-bottom: 1.6rem;
}

.contentItem .priceBox .price-bg span {
    display: inline-block;
    text-align: center;
    background: #FB0001;
    color: #fff;
    line-height: 1.2;
    font-size: 2rem;
    font-weight: 700;
    padding: .2rem 2rem;
}

.contentItem .priceBox.off {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 10rem;
}

.contentItem .priceBox.off dl {
    align-items: center;
}

.contentItem .priceBox.off dt {
    width: 12rem;
    font-size: 1.6rem;
}

.contentItem .priceBox.off .priceTxt {
    font-size: 1.6rem;
    font-weight: 700;
}

.contentItem .priceBox.off .offBox {
    font-size: 5rem;
    font-weight: 700;
    color: #FF0000;
}

.contentItem .priceBox.off .offBox small {
    font-size: 2.5rem;
}

.contentItem .priceBox.off .offBox small.off {
    font-size: 4rem;
}


.priceCont {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contentItem .priceBox .priceImage {
    /* width: 50%; */
    margin-bottom: 1.6rem;
}

.contentItem .infoBox .typeDl {
    align-items: flex-start;
}

.contentItem .infoBox .typeDl dt {
    width: 12rem;
    margin-right: 2rem;
    font-size: 1.6rem;
    border: .1rem solid #000;
    background: #fff;
    text-align: center;
    padding: .1rem;
}

.contentItem .infoBox .typeDl dd {
    width: calc(100% - 16rem);
    font-size: 1.4rem;
    display: flex;
    font-weight: 700;
    border: .1rem solid #000;
    background: #fff;
}

.contentItem .infoBox .typeDl dd .ttl {
    width: 4em;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    padding: .1rem .3rem;
}

.contentItem .infoBox .typeDl dd .txt {
    padding: .3rem;
}

.contentItem .infoBox .number {
    font-size: 1.4rem;
}


/* coupon クーポンご利用で */
.priceCoupon {
    /* background: #B50080; */
    background: #3D3D3D;
    padding: 1.5rem 1rem;
    color: #fff;
    position: relative;
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
}

.priceCoupon::before {
    content: "";
    position: absolute;
    left: 14rem;
    top: 0;
    z-index: 1;
    width: 3rem;
    height: 3.2rem;
    background: #3D3D3D;
    transform: translateY(-70%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.priceCouponEng {
    display: none;
    position: absolute;
    right: .6rem;
    top: 1rem;
    z-index: 2;
}

.priceCouponEng span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    font-size: 1.6rem;
    font-weight: 700;
    background: #fff;
    padding: 0rem .5rem;
}

.priceCouponTtl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    /* color: #FFF60F; */
    /* color: #dfa233; */
    color: #E3BC58;
}

.priceCouponFlex {
    display: flex;
}

.contentItem .infoBox .priceCoupon .priceDl01 {
    width: 50%;
}

.contentItem .infoBox .priceCoupon .priceDl02 {
    width: calc(50% - 1rem);
    margin-left: 1rem;
}

.contentItem .infoBox .priceCoupon .priceDl01,
.contentItem .infoBox .priceCoupon .priceDl02 {
    color: #fff;
}

.contentItem .infoBox .priceCoupon dt {
    width: 18%;
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
}

.contentItem .infoBox .priceCoupon .priceDl01 dd {
    font-size: 3.8rem;
    width: 82%;
}

.contentItem .infoBox .priceCoupon .priceDl02 dd {
    width: 82%;
}

.contentItem .infoBox .priceCoupon .priceDl02 dd small,
.contentItem .infoBox .priceCoupon .priceDl01 dd small {
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    #centerpiece {
        padding-bottom: 5rem;
    }

    .titback.titbg {
        padding-top: 7rem;
    }

    .titback.titbg .inner {
        padding: 0;
    }

    .secHd {
        max-width: 100%;
    }

    .centerpieceItemHead {
        margin: 0 auto 1.5rem;
    }

    .arecomendation {
        display: block;
        margin-top: 0;
    }

    .arecomendation > li {
        width: 100%;
        display: block;
        padding: 0;
        border-bottom-width: .2rem;
    }

    .contentItem .headBox {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    .contentItem .headBox.head01 {
        font-size: 1.2rem;
    }

    .contentItem .headBox.head01.small {
        font-size: 1.1rem;
    }

    .contentItem .headBox span {
        width: 100%;
        height: auto;
        min-height: unset;
    }

    .contentItem .imageBox {
        height: auto;
        padding: .8rem 0;
    }

    .contentItem .imageBox .imageP img {
        max-height: unset;
        width: auto;
        height: auto;
    }

    .contentItem .limitedLogo li {
        width: 6rem;
    }

    .contentItem .limitedLogo,
    .contentItem .shoplogo {
        left: .5rem;
        top: .5rem;
    }

    .contentItem .shoplogo {
        width: 10rem;
        left: auto;
        top: auto;
        right: .8rem;
        bottom: .8rem;
    }

    .contentItem .shoplogo.logo2 {
        width: 7rem;
    }

    .contentItem .infoBox {
        padding: 1rem 0 0;
    }

    .contentItem .infoBox .limitedUl {
        margin-bottom: .9rem;
    }

    .contentItem .infoBox .limitedUl li span {
        font-size: 1.2rem;
        line-height: 1;
        font-weight: 700;
        padding: .1rem .4rem;
    }

    .contentItem .infoBox .limitedUl li+li {
        margin-top: .8rem;
    }

    .contentItem .infoBox .info_txt {
        font-size: 1.6rem;
    }

    .contentItem .infoBox .info_txt small {
        font-size: 1.2rem;
    }
    

    .contentItem .infoBox .info_name {
        font-size: 1.2rem;
    }

    .contentItem .infoBox .note {
        font-size: 1.4rem;
    }

    .contentItem .infoBox dt {
        font-size: 1.2rem;
    }

    .contentItem .infoBox .priceDl01 dd {
        font-size: 3.6rem;
    }

    .contentItem .infoBox .priceDl01 dd small {
        font-size: 1.2rem;
    }

    .contentItem .infoBox .priceDl02 {
        margin-top: .5rem;
    }

    .contentItem .infoBox .priceDl02 dt {
        font-size: 1.2rem;
    }

    .contentItem .infoBox .priceDl02 dd {
        font-size: 2rem;
    }

    .contentItem .infoBox .priceDl02 dd small {
        font-size: 1.2rem;
    }

    .contentItem .infoBox.hlg02,
    .contentItem .infoBox .info.hlg04 {
        height: auto !important;
    }

    .centerpieceItem.special {
        margin-top: 2rem;
    }

    .contentItem {
        padding: 2rem 0;
    }

    .contentItem .infoBox .point_box .point_txt {
        font-size: 1.4rem;
    }

    .contentItem .infoBox .point_box .point_txt strong {
        font-size: 1.6rem;
    }

    .contentItem .priceBox.off {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 10rem;
    }
    
    .contentItem .priceBox.off dl {
        align-items: center;
    }
    
    .contentItem .priceBox.off dt {
        width: 6rem;
        font-size: 1.2rem;
    }
    
    .contentItem .priceBox.off .priceTxt {
        font-size: 1.2rem;
        font-weight: 700;
    }
    
    .contentItem .priceBox.off .offBox {
        font-size: 4rem;
    }
    
    .contentItem .priceBox.off .offBox small {
        font-size: 2rem;
    }
    
    .contentItem .priceBox.off .offBox small.off {
        font-size: 3rem;
    }

    /* 定期購入がおトク */
    .centerpieceItem.buy {
        margin-top: 6rem;
        padding: 1.2rem 0 3rem;
    }

    .centerpieceItem.buy .buyLink {
        max-width: 95%;
    }

    /* coupon クーポンご利用で */
    .priceCoupon {
        padding: 1.4rem .6rem 1rem;
    }

    .priceCont {
        margin-top: 1rem;
    }

    .priceCoupon::before {
        left: 12rem;
        width: 1.8rem;
        height: 2rem;
        transform: translateY(-70%);
        clip-path: polygon(50% 0, 0 100%, 100% 100%);
    }

    .contentItem .priceBox .priceImage {
        margin-bottom: 1rem;
    }

    .priceCouponEng {
        right: .6rem;
        top: .6rem;
    }

    .priceCouponEng span {
        font-size: 1.4rem;
    }

    .priceCouponTtl {
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
    }

    .contentItem .infoBox .priceCoupon .priceDl01 dd {
        font-size: 3.2rem;
    }

    .contentItem .infoBox .priceCoupon .priceDl02 dd small,
    .contentItem .infoBox .priceCoupon .priceDl01 dd small {
        font-size: 1.4rem;
    }
}

/* ======= おすすめ商品 ======= */
.goodsBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40rem;
    height: 7rem;
    width: 100%;
    margin: 5rem auto 0;
    background: #DFB657;
    color: #1A1A1A;
    font-size: 2.8rem;
    font-weight: 700;
    border: .1rem solid #707070;
    border-radius: 1rem;
    position: relative;
    padding: 0 2rem;
}

.goodsBtn a::before{
    content: "▶︎";
    position: absolute;
    right: 1rem;
    height: 100%;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
}


/* ==== background ==== */
.area {
    padding: 3rem 0 5rem;
}

.Category_title {
    text-align: center;
}

.categoryinner {
    max-width: 70%;
    width: 100%;
    margin: 0 auto 4rem;
}

.outWrap+.outWrap {
    margin-top: 10rem;
}

.outWrap .areaHead h2 {
    color: #2E2E2E;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 1rem;
    margin: 3rem auto 1.5rem;
    text-align: center;
    border-bottom: .2rem #D1A035 dashed;
    max-width: 80%;
    width: 100%;
}

.outWrap .areaHead h2.colantotteH2 {
    border: none;
    margin-top: 10rem;
}

.outWrap .areaHead h2.colantotteH2 .colantotteHdImg {
    display: block;
    border-bottom: .2rem #D1A035 dashed;
    padding-bottom: 1rem;
}

.outWrap .areaHead h2.colantotteH2 .colantotteHdImg img {
    max-width: 70%;
    width: 100%;
    margin: auto;
}

.colantotteHdTxt {
    display: inline-block;
    font-size: 3rem;
    line-height: 1.2;
    padding-top: 1rem;
    text-align: left;
}

.colantotteTxt {
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    padding-top: 1rem;
    font-weight: 700;
    text-align: left;
    color: #774343;
    max-width: 85%;
    width: 100%;
    margin: auto;
}

.contLinksList {
    position: relative;
}

.outWrap .contLinksList .contentItem {
    padding: 0;
}

ul.contentBox {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2rem;
    width: 100%;
}

ul.contentBox li {
    width: calc(100% / 3);
    /* border: .1rem solid #707070; */
    position: relative;
    padding: .5rem;
}

ul.contentBox > li::before {
    content: "";
    position: absolute;
    left: .5rem;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 1rem);
    height: .1rem;
    background: #D5D5D5;
}

ul.contentBox > li::after {
    content: "";
    position: absolute;
    right: 0;
    top: .5rem;
    z-index: 1;
    width: .1rem;
    height: calc(100% - 1rem);;
    background: #D5D5D5;
}


ul.contentBox.rows-4 > li:nth-last-child(1)::before,
ul.contentBox.rows-4 > li:nth-last-child(2)::before,
ul.contentBox.rows-4 > li:nth-last-child(3)::before,
ul.contentBox.rows-4 > li:nth-last-child(4)::before {
    content: unset;
}

ul.contentBox.rows-4 > li.empty-item::after {
    content: unset;
}

ul.contentBox.rows-4 > li:nth-child(4n)::after {
    content: unset;
}

ul.contentBox li img {
    width: auto;
    margin: auto;
}

ul.contentBox.rows-4 li {
    width: calc(100% / 4);
}

ul.contentBox.rows-4 li.twoItem {
    width: 48.2%;
}

ul.contentBox.rows-4 li.threeItem {
    width: 73.7%;
}

.contLinksList {
    position: relative;
}

/* .contLinksList.show::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3rem;
    z-index: 1;
    width: 100%;
    height: 43rem;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(128, 226, 246, 1) 50%, rgba(128, 226, 246, 1) 90%, rgba(255, 255, 255, 0) 100%);
} */

.outWrap {
    position: relative;
}

.outWrap .contentBox li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    max-height: 60rem;
}

.outWrap .contentBox li.hidden {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.outWrap .contentBox li img {
    width: auto;
    margin: auto;
}

.noteList ul {
    max-width: 96%;
    width: 100%;
    margin: 1rem auto 0;
}

.noteList li {
    font-size: 2rem;
    text-indent: -1em;
    margin-left: 1em;
    font-weight: 700;
    line-height: 1.32;
    color: #1A1A1A;
}

@media screen and (max-width: 767px) {

    .shopBox {
        padding: 0;
        margin: 5rem 0 2.5rem;
    }

    .shopBox .inner {
        padding: 0;
    }

    .area {
        padding: 2rem 0 3rem;
        margin-top: 0;
    }

    .categoryinner {
        max-width: 100%;
        margin: 0 auto 1.2rem;
    }
    
    .outWrap+.outWrap {
        margin-top: 4.5rem;
    }

    .outWrap .areaHead h2 {
        max-width: 90%;
        width: 100%;
        font-size: 2rem;
        border-bottom-width: .1rem;
        margin: 2rem auto .2rem;
        padding-bottom: .5rem;
    }

    .outWrap .areaHead h2.colantotteH2 {
        margin-top: 5rem;
    }
    
    .outWrap .areaHead h2.colantotteH2 .colantotteHdImg {
        display: block;
        border-bottom-width: .1rem;
    }
    
    .outWrap .areaHead h2.colantotteH2 .colantotteHdImg img {
        max-width: 90%;
    }
    
    .colantotteHdTxt {
        font-size: 1.4rem;
        max-width: 90%;
        width: 100%;
        margin: auto;
    }

    .colantotteTxt {
        font-size: 1.2rem;
        max-width: 100%;
    }

    ul.contentBox {
        gap: 0;
        padding: 1.2rem 0 0;
        margin: 0;
    }

    .outWrap .contLinksList.show .contentBox li {
        max-height: 300rem;
        transition: all 0.4s ease-in-out;
    }

    .outWrap .contLinksList .contentBox li {
        max-height: 300rem;
        transition: all 0.4s ease-in-out;
    }

    .outWrap .contLinksList.show .contentBox li.hidden {
        max-height: 0;
    }

    ul.contentBox li {
        width: 50%;
        border-top: none;
        border-left: none;
    }

    ul.contentBox > li::after {
        content: "";
        position: absolute;
        right: 0;
        top: .5rem;
        z-index: 1;
        width: .1rem;
        height: calc(100% - 1rem);;
        background: #D5D5D5;
    }
    
    ul.contentBox.rows-4 > li:nth-last-child(3)::before,
    ul.contentBox.rows-4 > li:nth-last-child(4)::before {
        content: "";
    }
    
    ul.contentBox.rows-4 > li.no-right::after {
        content: unset;
    }
    
    ul.contentBox.rows-4 > li:nth-child(4n)::after {
        content: "";
    }

    ul.contentBox.rows-4 > li:nth-child(2n)::after {
        content: unset;
    }

    ul.contentBox.rows-4 li {
        width: 50%;
    }

    /* .contLinksList.show::before {
        bottom: -1rem;
        height: 18rem;
    } */

    .goodsBtn a {
        max-width: 80%;
        height: 6rem;
        width: 100%;
        margin: 3rem auto 0;
        font-size: 2rem;
    }

    
    .goodsBtn a::before{
        font-size: 1.8rem;
    }


    .noteList ul {
        max-width: 100%;
        margin: 2rem auto 0;
    }
    
    .noteList li {
        font-size: 1.2rem;
    }
    
}



/* 開催中のセール */
.addinner {
    margin-top: 11rem;
}

/* .featureList__contentsTtl {
    height: 4rem;
    background: var(--color-secondary);
    border-radius: 1rem 1rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
} */

.featureList__contentsTtl {
    max-width: 80%;
    width: 100%;
    margin: auto;
}

.featureList-top__inner {
    padding: 1rem;
    background: #fefaf4;
    margin-top: 3rem;
}

ul.grid-featureList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.3rem;
}

ul.grid-featureList li {
    width: calc((100% / 4) - 1rem);
}

div#onGoingSale {
    max-width: 102rem;
    width: 100%;
    margin: 3rem auto;
}

.featureList__fukubukuro {
    max-width: 80%;
    width: 100%;
    margin: 3rem auto;
}

.featureList__fukubukuro li+li {
    margin-top: 4rem;
}

/* イオンスタイルオンライン */
.onlineBtn {
    width: 65%;
    margin: 3rem auto 3rem;
}

@media screen and (max-width: 767px) {

    /* 開催中のセール */
    .featureList__contentsTtl {
        max-width: 100%;
    }
    
    .addinner {
        margin-top: 3rem;
    }

    .featureList__fukubukuro {
        max-width: 100%;
        margin: 1.5rem auto;
    }

    ul.grid-featureList li {
        width: calc((100% / 2) - .7rem);
    }
    
    .featureList__fukubukuro li+li {
        margin-top: 2rem;
    }


    /* イオンスタイルオンライン */
    .onlineBtn {
        width: 80%;
        margin: 8rem auto 2rem;
        padding-bottom: 2rem;
    }
}


/* tab */
.pointSec {
    margin-top: 5rem;
}

.tabTtl {
    background: #434237;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
    font-weight: 700;
    padding: 0.5rem;
    line-height: 1.5;
}

.js-toggle-target span {
    display: inline-block;
    position: relative;
}

.js-toggle-target span::before,
.js-toggle-target span::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    z-index: 3;
    width: 1.6rem;
    height: .2rem;
    background: #1A1A1A;
    transform: translateY(-50%);
}

.js-toggle-target span::after {
    transform: translateY(-50%) rotate(90deg) ;
    transition: transform .5s ease;
}

.js-toggle-target.is-active span::after {
    transform: translateY(-50%) rotate(0);
    transition: transform .5s ease;
}

.js-toggle-box {
    display: block;
}

.tabBox {
    background: #fff;
    border-top: none;
    color: #434237;
    line-height: 1.2;
    font-size: 2rem;
    padding: 2rem 2.6rem;
    font-weight: 500;
}

.tabBox ul li {
    color: #434237;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
    text-indent: -1em;
    padding-left: 1em;
}

.tabBox .tit {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    margin-top: 1em;
    margin-bottom: .5rem;
}

.tabBox .tit:first-child {
    margin-top: 0;
}

.pointLink {
    margin-top: 3rem;
    text-align: right;
}

.pointLink img {
    display: inline;
    width: auto;
    height: 3rem;
}

.tabBox ul.number_symbol li {
    text-indent: -2em;
    padding-left: 2em;
}

.pointBtn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
    height: 8rem;
    margin: 3rem auto 0;
    border: .1rem solid #707070;
    border-radius: 2rem;
    font-size: 3rem;
    font-weight: 700;
    color: #1A1A1A;
    padding-right: 2rem;
}

@media screen and (max-width: 767px) {
    .pointSec {
        margin-top: 3rem;
    }

    .pontHead {
        margin-bottom: 1.2rem;
    }

    .pointBox {
        margin-top: 0;
        padding: 1.5rem 1rem;
    }

    .pointBox .pointTtl {
        max-width: 100%;
        margin: 0 auto .8rem;
    }

    .pointBox .pontBanner {
        max-width: 100%;
        margin: 0 auto 2.1rem;
    }

    .pointTtl {
        margin-bottom: 1.5rem;
    }

    .tabTtl {
        font-size: 1.8rem;
    }

    .js-toggle-target span::before,
    .js-toggle-target span::after {
        width: 1rem;
        height: .2rem;
        right: 1rem;
    }

    .pointBox+.pointBox {
        margin-top: 1.6rem;
    }

    .tabBox {
        font-size: 1.1rem;
        padding: 1rem .8rem 1.2rem;
    }

    .tabBox ul li {
        font-size: 1.1rem;
    }

    .tabBox .tit {
        font-size: 1.1rem;
        margin-top: 1.1rem;
    }

    .pointBtn span {
        width: 12.5rem;
        height: 4rem;
        margin: 1.5rem auto 0;
        border-radius: .6rem;
        font-size: 1.5rem;
    }

    .tit:first-child {
        margin-top: 0;
    }

    .pointLink {
        margin-top: 1rem;
    }

    .pointLink img {
        height: 1.4rem;
    }
}

/* クーポン·キャンペーン  activity */
.activityArea .inner {
    width: 95%;
}

.activityBox {
    margin: 6rem auto 0;
    padding: 2.4rem 2.4rem 4rem;
    background: #fff;
    border: .5rem solid #B40780;
    border-bottom: none;
}

.activityHead {
    background: #B40780;
    color: #fff;
    text-align: center;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.activityBox .activityNote {
    max-width: 90%;
    width: 100%;
    margin: 6rem auto 0;
}

/* featured */
.featuredItem {
    margin-top: 7rem;
}

.featuredLink {
    max-width: 70rem;
    width: 100%;
    margin: 4rem auto 0;
}

/* クーポンコード */
.couponSec .inner {
    /* max-width: 103.2rem; */
}

.copon-box {
    max-width: 52rem;
    width: 100%;
	margin: 3rem auto 0;
    border: .6rem solid #434237;
}

/* .copon-box__info {
    width: 60%;
}

.copon-box__button {
    width: 40%;
} */

.code-box__head {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
    background: #434237;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem .5rem;
}

.code-box__head .head-box {
	position: relative;
	display: inline-block;
}

.copy-box {
	background: #fff;
	/* padding: .2rem; */
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-box__name {
	color: #2E2E2E;
	font-size: 4.2rem;
	line-height: 1.2;
	font-weight: 700;
	width: 60%;
    margin: auto;
    text-align: center;
}

.copy-box__button {
    display: block;
	background: #E6BE37;
	/* border-radius: .5rem; */
	font-size: 3rem;
	font-weight: 700;
    padding: 1.2rem 1rem;
	/* width: 20rem; */
    width: 100%;
    height: 100%;
	color: #2E2E2E;
	text-align: center;
	cursor: pointer;
    /* border-radius: 0 .5rem .5rem 0; */
    
}

.couponAbout {
    border: .2rem solid #707070;
    padding: .8rem 1rem;
    color: #1A1A1A;
    width: 100%;
    margin: 5rem auto 0;
}

.couponAbout .aboutTit {
    text-align: center;
    margin-bottom: 1.2rem;
    font-weight: 900;
    font-size: 2rem;
}

.couponAbout .aboutTxt {
    font-size: 1.8rem;
    line-height: 1.12;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    /* クーポン·キャンペーン  activity */
    .activityArea .inner {
        width: 100%;
    }

    .activityBox {
        margin: 1rem auto 0;
        padding: 1rem;
        border: .3rem solid #B40780;
        border-bottom: none;
    }

    .activityHead {
        margin-bottom: .5rem;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.5;
    }

    .activityBox .activityNote {
        max-width: 100%;
        margin: 1.5rem auto 1rem;
    }

    /* featured */
    .featuredItem {
        margin-top: 2rem;
    }

    .featuredLink {
        margin: 2rem auto 0;
    }

    /* クーポンコード */
    .copon-box {
        max-width: 90%;
        width: 100%;
        margin: 1rem auto 0;
        /* display: block;
        border: .25rem solid #434237; */
        border: .2rem solid #434237;
    }


    .code-box__head {
        font-size: 2rem;
        width: 100%;
        padding: .5rem;
    }

    .code-box__head .head-box {
        position: relative;
        display: inline-block;
    }

    .copy-box {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .copy-box__name {
        font-size: 3rem;
        width: 65%;
        margin: auto;
        display: flex;
        justify-content: center;
        /* padding-right: 6%; */
    }

    .copy-box__button {
        font-size: 1.8rem;
        /* width: 12rem; */
        padding: 1rem .2rem;
        /* border-radius: 0 .25rem .25rem 0; */
    }

    
    .couponAbout {
        border: .1rem solid #707070;
        padding: .8rem 1rem;
        margin: 1rem auto 0;
    }

    .couponAbout .aboutTit {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .couponAbout .aboutTxt {
        font-size: 1.2rem;
    }   
}

/* セール商品にも使える！ */
.couponSec {
    margin-top: 4.7rem;
}

.couponSec .couponHd {
    text-align: center;
    max-width: 70%;
    width: 100%;
    margin: 0 auto 2rem;
}

.couponSec .couponHd span {
    display: inline-flex;
    align-items: flex-end;
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    color: #2E2E2E;
    padding: 0 4rem;
}

.couponSec .couponHd span::before,
.couponSec .couponHd span::after {
    content: "";
    width: 3.9rem;
    height: 5.6rem;
    background: url("/Contents/ImagesPkg/portal/p-bf_advance/202511/common/icon_mark.png") center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.couponSec .couponHd span::after {
    left: auto;
    right: 0;
    transform: scale(-1,1);
}

.couponSec .couponHd strong {
    font-size: 5rem;
}

.couponSec .image {
    padding: 0 5% 2rem;
}

.coupontxt {
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 2.4rem 0;
}

.coponImages {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    /* セール商品にも使える！ */
    .couponSec {
        margin-top: 2.5rem;
    }

    .couponSec .couponHd {
        max-width: 100%;
    }

    .couponSec .couponHd span {
        font-size: 1.8rem;
        padding: 0 2rem;
    }
    
    .couponSec .couponHd span::before,
    .couponSec .couponHd span::after {
        width: 1.6rem;
        height: 2rem;
    }
    
    .couponSec .couponHd strong {
        font-size: 2.2rem;
    }
    
    .coponImages {
        max-width: 100%;
    }

    .couponSec .image {
        padding: 0;
    }

    .coupontxt {
        font-size: 1.24rem;
        margin: 1.2rem 0 2rem;
    }


}

/* クーポン活用方法 */
.methodSec {
    margin-top: 10rem;
}

.stepItem {
    margin: 3rem 0 6rem;
}

.methodHd {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.methodStepHd {
    width: 50%;
    margin: 0 auto 2.6rem;
}

.methodTxt {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3rem;
    color: #2e2e2e;
}

.methodImage {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}

.methodImage2 {
    max-width: 100%;
}

.methodcoupon {
    max-width: 70%;
    width: 100%;
    margin: 3rem auto 16rem;
}

.methodcoupon .note {
    margin-top: 1rem;
}

.methodCont+.methodCont {
    margin-top: 10rem;
}

.methodCont h4 {
    max-width: 70%;
    width: 100%;
    margin: 0 auto 6rem;
}

.methodCont ul {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.methodCont ul li+li {
    margin-top: 4rem;
}

.methodCont .methodLinks {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3rem;
}

.methodCont .methodLinks li+li {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    /* クーポン活用方法 */
    .methodSec {
        margin-top: 5rem;
    }

    .stepItem {
        margin: 1.5rem 0 3rem;
    }

    .methodHd {
        max-width: 90%;
        width: 100%;
        margin: auto;
    }

    .methodStepHd {
        width: 70%;
        margin: 0 auto 2.6rem;
    }

    .methodTxt {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .methodImage {
        max-width: 90%;
    }

    .methodcoupon {
        max-width: 90%;
        width: 100%;
        margin: 2rem auto 8rem;
    }

    .methodcoupon .note {
        font-size: 1rem;
    }

    .methodCont+.methodCont {
        margin-top: 7rem;
    }

    .methodCont h4 {
        max-width: 90%;
        margin: 0 auto 3rem;
    }

    .methodCont ul {
        max-width: 100%;
    }

    .methodCont ul li+li {
        margin-top: 2.4rem;
    }
}

/* キャンベーン */
.cpHd {
    margin-bottom: 5rem;
}

.scheduleSec {
    max-width: 90%;
    width: 100_5;
}

.cpSec ul {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.cpSec ul li+li {
    margin-top: 4rem;
}

.TopjackFeature-slick {
    max-width: 70%;
    width: 100%;
    margin: auto;
}

.TopjackFeature-slick > div {
    margin: 2rem auto;
}
@media screen and (max-width: 767px) {
    /* キャンベーン */
    .cpHd {
        max-width: 100%;
        margin-bottom: 3rem;
    }

    .scheduleSec {
        margin-bottom: 2rem;
    }

    .cpSec {
        margin-top: 1rem;
    }

    .cpSec ul {
        max-width: 100%;
    }

    .cpSec ul li+li {
        margin-top: 2.4rem;
    }

    .TopjackFeature-slick {
        max-width: 100%;
    }

}

/* おすすめカテゴリ */
.categorySec {
    padding-bottom: 10rem;
}

.methodCont ul {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.methodCont ul li+li {
    margin-top: 4rem;
}

.methodCont .methodLinks {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3rem;
}

.methodCont .methodLinks li+li {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .categorySec {
        padding-bottom: 5rem;
    }

    .methodCont .methodLinks {
        grid-template-columns: repeat(2, 1fr);
        max-width: 80%;
    }

    .methodCont ul li+li {
        margin-top: 2.4rem;
    }
}

/* waon point 35 */
.waonSec {
    padding-bottom: 18rem;
}

.outWrap .areaHead h2 .waonHd {
    color: #DB003F;
    line-height: 1.2;
}

.outWrap .areaHead h2 .waonHdTxt {
    font-size: 3.6rem;
    margin-top: 1.4rem;
}

.outWrap .areaHead h2 span {
    display: block;
}

.outWrap .areaHead .waonTxt {
    font-size: 3.6rem;
    margin-top: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #DB003F;
    text-align: center;
}

.productList {
    margin-top: 3rem;
    display: block;
}

.productList ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem 1.5rem;
}

.productList ul li {
    width: calc((100% / 4) - 1.5rem);
}

.productList a {
    font-size: 1.8rem;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 6rem;
    border: .2rem solid #D1A035;
    box-shadow: .4rem .4rem 0 rgba(209, 160, 53, 0.7);
    border-radius: 1rem;
    color: #1A1A1A;
    font-weight: 700;
    text-align: center;
}

.product-btn {
    background: #D5A747;
    border: .4rem solid #937637;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    max-width: 40rem;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    margin: 8rem auto 0;
    transition: .3s ease-in;
}

.product-btn:hover {
    opacity: .5;
    transition: .3s ease-in;
    cursor: pointer;
}

.product-btn span {
    width: 100%;
    position: relative;
}

.product-btn span::before, 
.product-btn span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: 2.2rem;
    height: .2rem;
    background: #fff;
}

.product-btn span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .3s ease-in;
}

.product-btn.active span::after {
    transform: translateY(-50%) rotate(0);
    transition: .3s ease-in;
}

.productList li:nth-child(n+9) {
    display: none;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease-in;

}

.productList.expanded li {
    display: block;
    opacity: 1;
    transition: all .5s ease-in;
    overflow: visible;
}

@media screen and (max-width: 767px) {
    .waonSec {
        padding-bottom: 3rem;
    }
    
    .outWrap .areaHead h2 .waonHdTxt {
        font-size: 1.6rem;
        margin-top: 1rem;
    }

    .outWrap .areaHead .waonTxt {
        font-size: 1.6rem;
        margin-top: 1rem;
    }
    
    .productList {
        margin-top: 2rem;
    }
    
    .productList ul {
        gap: 1.5rem 1.5rem;
    }
    
    .productList ul li {
        width: calc((100% / 2) - 1.5rem);
    }
    
    .productList a {
        font-size: 1.4rem;
        height: 4.6rem;
        border: .2rem solid #D1A035;
        box-shadow: .2rem .2rem 0 rgba(209, 160, 53, 0.7);
        border-radius: 1rem;
    }
    
    .product-btn {
        border: .2rem solid #937637;
        font-size: 1.8rem;
        max-width: 70%;
        height: 6rem;
        margin: 4rem auto 0;
    }
    
    .product-btn span::before, 
    .product-btn span::after {
        width: 1.4rem;
    }
    
}

/* 本セールバナー */
.saleSec {
    margin-top: 5rem;
}

.saleBanner {
    max-width: 80%;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .saleSec {
        margin-top: 2.5rem;
    }
    
    .saleBanner {
        max-width: 100%;
    }

}

/* fixedCoupn */
.fixedCoupn {
    position: fixed;
    right: 0;
    right: 1rem;
    bottom: 6rem;
    width: 10rem;
    z-index: 99;
}

@media screen and (max-width: 767px) {
    .fixedCoupn {
        right: .6rem;
        bottom: 12rem;
        width: 6rem;
    }
}