/* ##### レイアウト調整ここから ##### */

/* 1カラムレイアウト調整 */
.one-column #contents {
    width: 100%;
    max-width: none;
    padding: 0;
}

.one-column #main-column {
    padding: 0;
}

.one-column section#itemDetail-wrap table.spec tr {
    display: flex;
    align-items: center;
}

.one-column #itemDetail-wrap {
    background: #fafafa;
}

.one-column.bk02 #itemDetail-wrap {
    background: #fff;
}


/* 2カラムレイアウト調整 */
.two-column #wrapper {
    overflow: visible;
}

.two-column.bk02 #wrapper {
    background: #fafafa;
}

.two-column #contents {
    width: 94%;
    max-width: 1560px;
    overflow: visible;
}

.two-column #itemDetail-cont {
    overflow: visible;

}

@media only screen and (max-width: 768px) {
    .two-column #wrapper {
        overflow: hidden;
    }
}

.two-column #itemDetail-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
    margin: 0 auto;
}

.two-column #itemDetail-cont .main-content {
    max-width: 1080px;
    width: 70%;
}

.two-column #itemDetail-cont .main-content .inner {
    width: 100%;
    padding: 0;
}

.two-column #itemDetail-cont .itemOutline {
    width: 25%;
}

.two-column #itemDetail-cont .itemOutline .sticky {
    position: sticky;
    top: 20px;
    font-size: 20px;
}

@media only screen and (max-width: 1100px) {
    .two-column #itemDetail-cont .main-content {
        width: 60%;
    }

    .two-column #itemDetail-cont .itemOutline {
        width: 35%;
    }

    .two-column #itemDetail-cont .itemOutline .sticky {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .two-column #itemDetail-cont {
        padding: 30px 0;
    }

    .two-column #itemDetail-cont .main-content {
        width: 100%;
        max-height: none;
        overflow: visible;
    }

    .two-column #itemDetail-cont .itemOutline {
        width: 100%;
        max-width: 500px;
        margin: 30px auto 0;
        position: relative;
        top: auto;
    }

    .two-column #itemDetail-cont .itemOutline .sticky {
        position: relative;
    }
}

@media only screen and (max-width: 599px) {
    .two-column #itemDetail-cont .itemOutline {
        max-width: 450px;
    }
}

.two-column section#itemDetail-wrap table.special th {
    font-size: 110%;
    font-weight: bold;
}

.two-column section#itemDetail-wrap table.special td {
    font-size: 110%;
    font-weight: bold;
    color: #dc2626;
}

/* ##### レイアウト調整ここまで ##### */

/* ##### キャンペーンページここから ##### */

/*cp共通*/
.campaign-title01 {
    background-color: #000;
    color: #fff;
}

.campaign-title01 .txt01 {
    color: #60a5fa;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
}

.campaign-title01 .txt02 {
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 5em;
    line-height: 120%;
}

.campaign-title01 .txt03 {
    color: #fde047;
    text-align: center;
    font-weight: bold;
    font-size: 6.8em;
    line-height: 120%;
}

.campaign-title01 .btn01 {
    background: #60a5fa;
    border-radius: 50px;
    padding: 25px 35px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2px;
    margin-top: 30px;
}

.campaign-title01 .txt04 {
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    margin-top: 15px;
}

.campaign-title01 .txt05 {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    margin-top: 15px;
    animation: blink 4s linear infinite;
}


/* 点滅アニメーションを定義します */
@keyframes blink {
    0% {
        color: #ff0000;
    }

    50% {
        color: #ffffff;
    }

    100% {
        color: #ff0000;
    }
}

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

    .campaign-title01 .txt04 {
        font-size: 1.6em;
    }

    .campaign-title01 .txt05 {
        font-size: 1.7em;
    }
}


@media only screen and (max-width:599px) {
    .campaign-title01 .txt01 {
        font-size: 3em;
    }

    .campaign-title01 .txt02 {
        font-size: 6vw;
        line-height: 160%;
    }

    .campaign-title01 .txt02.big {
        font-size: 6.7vw;
    }

    .campaign-title01 .btn01 {
        padding: 15px 25px;
        font-size: 14px;
    }

    .campaign-title01 .txt04 {
        font-size: 2.2em;
    }

    .campaign-title01 .txt05 {
        font-size: 2.4em;
    }
}

.campaign-tbox01 {
    width: 94%;
    margin: 60px auto 20px;
}

.campaign-tbox01 .text01 {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    color: #000;
    line-height: 145%;
}

.campaign-tbox01 .text02 {
    font-size: 24px;
    text-align: center;
    color: #7e7373;
    margin-top: 25px;
}


@media only screen and (max-width:1024px) {
    .campaign-tbox01 .text01 {
        font-size: 32px;
    }

    .campaign-tbox01 .text02 {
        font-size: 20px;
    }
}

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

    .campaign-tbox01 {
        margin: 60px auto 10px;
    }

    .campaign-tbox01 .text01 {
        font-size: 4.2vw;
    }

    .campaign-tbox01 .text02 {
        font-size: 3.5vw;
        margin-top: 15px;
    }
}

.campaign-tbox02 {
    margin-bottom: 50px;
}


@media only screen and (max-width:599px) {
    .campaign-tbox02 {
        margin-bottom: 20px;
    }
}

.campaign-tbox02 .title01 {
    font-size: 39px;
    text-align: center;
    font-weight: 600;
    color: #18181b;
    margin-bottom: 10px;
    line-height: 150%;
    letter-spacing: -1px;
}

@media only screen and (max-width:1350px) {
    .campaign-tbox02 .title01 {
        font-size: 45px;
    }
}


@media only screen and (max-width:1024px) {
    .campaign-tbox02 .title01 {
        font-size: 4.2vw;
    }
}


@media only screen and (max-width:768px) {
    .campaign-tbox02 .title01 {
        font-size: 5vw;
    }
}

.campaign-tbox02 .text01-2 {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: #7e7373;
}

@media only screen and (max-width:1024px) {
    .campaign-tbox02 .text01-2 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width:820px) {
    .campaign-tbox02 .text01-2 .sp02 {
        display: block;
    }
}

@media only screen and (max-width:599px) {
    .campaign-tbox02 .text01-2 {
        font-size: 12px;
        text-align: center;
    }

    .campaign-tbox02 .text01-2 .sp02 {
        display: none;
    }
}



/*CP01メインビジュアル*/
@media only screen and (max-width: 768px) {
    .cp01-banner01 {
        padding: 20px 10px !important;
    }
}

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


    .cp01-banner01 .txt01 {
        font-size: 5.5vw;
    }

    .cp01-banner01 .txt02 {
        font-size: 6.5vw;
    }

    .cp01-banner01 .txt03 {
        font-size: 4vw;
    }

    .cp01-banner01 .list01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        gap: 0;
    }

    .cp01-banner01 .item01 {
        width: 31%;
        height: auto;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 15px 8px 15px 5px;
    }

    .cp01-banner01 .item01 * {
        margin: 0;
        padding: 0;
        flex-wrap: nowrap;
    }

    .cp01-banner01 .item01 .txt01 .tt01 {
        font-size: 2.5vw;
        line-height: 130%;
    }

    .cp01-banner01 .item01 .txt01 .tt02 {
        font-size: 35px;
        margin: 0 4px;
        vertical-align: top;
        padding-bottom: 3px;
    }

    .cp01-banner01 .item01 .txt01 .tt03 {
        font-size: 9px;
        line-height: 140%;
    }
}

.campaign01 .text01 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.campaign01 .tab01 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 30px;
}

.campaign01 .tab01 .item01 a {
    text-align: center;
    border-right: 1px solid #e5e7eb;
    font-size: 18px;
    margin-right: 0px;
    display: inline-block;
    padding: 10px 20px;
}

.campaign01 .tab02 .item01 .tt01 {
    display: block;
    font-size: 12px;
}
.campaign01 .text02 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.campaign01 .tab02 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 30px;
}

.campaign01 .tab02 .item01 a {
    text-align: center;
    border-right: 1px solid #e5e7eb;
    font-size: 18px;
    margin-right: 0px;
    display: inline-block;
    padding: 10px;
}

.campaign01 .tab02 .item01 .tt01 {
    display: block;
    font-size: 12px;
}
.campaign01 .tab02 .item01:last-of-type a {
    margin-right: 0;
}

@media only screen and (max-width:599px) {
    .campaign01 .text01 {
        font-size: 18px;
        text-align: left;
    }

    .campaign01 .tab01 {
        justify-content: flex-start;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .campaign01 .tab01 .item01 {
        width: 48%;
    }

    .campaign01 .tab01 .item01 a {
        width: 100%;
        display: block;
        font-size: 16px;
        padding: 5px 10px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .campaign01 .tab01 .item01:nth-of-type(2n) a {
        border-right: none;
    }


    .campaign01 .tab01 .item01 .tt01 {
        font-size: 10px;
    }

}

/* CP01コンテンツ */
.campaign01 .inner {
    padding: 0;
}

.campaign01 .box01 {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 18px;
    overflow: scroll;
}

.campaign01 .box01 .tit01 {
    font-size: 1em;
    border-radius: 8px 8px 0 0;
    padding: 10px 10px;
    color: #000;
    background: #e5e7eb;
}

.campaign01 .box01 .tit01 .tt01 {
    font-size: 0.9em;
    display: inline-block;
    margin-left: 10px;
}

.campaign01 .box01 .table01 {
    z-index: 0;
    position: relative;
}


@media only screen and (max-width: 599px) {
    .campaign01 .box01 .tit01 {
        padding: 15px 10px;
    }

    .campaign01 .box01 .tit01.single01 .tt01 {
        display: block;
        width: 100%;
        margin-left: 0px;
    }
}

.campaign01 .box01 .table01 .cel {
    width: 13%;
    background: #fcfcfc;
    border-right: 1px solid #000;
}


.campaign01 .box01 .table01 .cel:last-of-type {
    border-right: none;
}

.campaign01 .box01 .table01.single01 .cel {
    width: 25%;
}

.campaign01 .box01 .table01.single01 .cel:nth-of-type(3) {
    width: 50%;
}

@media only screen and (max-width: 599px) {
    .campaign01 .box01 .table01.single01 .cel {
        width: 40%;
    }
}


.campaign01 .box01 .table01 .ja .tr,
.campaign01 .box01 .table01 .ja .td {
    background: #fbdfd9 !important;
}

.campaign01 .box01 .table01 .jb .tr,
.campaign01 .box01 .table01 .jb .td {
    background: #d7edf8 !important;
}

.campaign01 .box01 .table01 .g1 .tr,
.campaign01 .box01 .table01 .g1 .td {
    background: #fefed2 !important;
}

.campaign01 .box01 .table01 .g2 .tr,
.campaign01 .box01 .table01 .g2 .td {
    background: #d7f1d7 !important;
}

.campaign01 .box01 .table01 .jd .tr,
.campaign01 .box01 .table01 .jd .td {
    background: #e5d8ef !important;
}

.campaign01 .box01 .table01 .jk .tr,
.campaign01 .box01 .table01 .jk .td {
    background: #f6e1f2 !important;
}

.campaign01 .box01 .table01 .jh .tr,
.campaign01 .box01 .table01 .jh .td {
    background: #eee1f6 !important;
}

.campaign01 .box01 .table01 .jb .tr,
.campaign01 .box01 .table01 .jb .td {
    background: #e4e1f6 !important;
}

.campaign01 .box01 .table01 .jf .tr,
.campaign01 .box01 .table01 .jf .td {
    background: #e1f3f6 !important;
}



.campaign01 .box01 .table01 .min .tr,
.campaign01 .box01 .table01 .min .td {
    background: #fee1c9 !important;
}

.campaign01 .box01.box02 .table01 .ja .tr,
.campaign01 .box01.box02 .table01 .ja .td {
    background: #fff4e7 !important;
}

.campaign01 .box01.box02 .table01 .jb .tr,
.campaign01 .box01.box02 .table01 .jb .td {
    background: #f3fbff !important;
}

.campaign01 .box01.box02 .table01 .g1 .tr,
.campaign01 .box01.box02 .table01 .g1 .td {
    background: #fffee7 !important;
}

.campaign01 .box01.box02 .table01 .g2 .tr,
.campaign01 .box01.box02 .table01 .g2 .td {
    background: #f1ffe7 !important;
}

.campaign01 .box01.box02 .table01 .jd .tr,
.campaign01 .box01.box02 .table01 .jd .td {
    background: #f9effe !important;
}

.campaign01 .box01.box02 .table01 .jk .tr,
.campaign01 .box01.box02 .table01 .jk .td {
    background: #fffafa !important;
}

.campaign01 .box01.box02 .table01 .min .tr,
.campaign01 .box01.box02 .table01 .min .td {
    background: #fcf5e2 !important;
}



@media only screen and (max-width: 1100px) {
    .campaign01 .scroll01 .tit01 {
        width: 1100px;
    }

    .campaign01 .scroll01 .tit01.single01 {
        width: auto;
    }

    .campaign01 .scroll01 .table01 {
        width: 1100px;
    }

    .campaign01 .scroll01 .table01.single01 {
        width: auto;
    }

    .campaign01 .scroll01 .table01 .cel01 {
        position: sticky;
        left: 0;
        z-index: 1;
    }
}

@media only screen and (max-width: 599px) {
    .campaign01 .scroll01 .tit01 {
        width: 1150px;
    }

    .campaign01 .scroll01 .tit01.single01 {
        width: auto;
    }

    .campaign01 .scroll01 .table01 {
        width: 1150px;
    }

    .campaign01 .scroll01 .table01.single01 {
        width: auto;
    }
}

.campaign01 .box01 .table01 .cel .th {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px 3px 10px;
    overflow: hidden;
    z-index: 0;
    min-height: 110px;
    max-height: 110px;
}

.campaign01 .box01 .table01.single01 .cel .th {
    min-height: 130px;
    max-height: 130px;
}

.campaign01 .box01 .table01 .cel .th .txt01 {
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

.campaign01 .box01 .table01 .cel01 .th .txt01 {
    text-align: center;
}

.campaign01 .box01 .table01 .cel .th .pix01 {
    position: relative;
    width: 55%;
    max-width: 75px;
    margin: -8% auto;
}

.campaign01 .box01 .table01.single01 .cel .th .pix01 {
    margin: -1% auto -2%;
}

.campaign01 .box01 .table01 .cel .th .txt02 {
    font-size: 0.82em;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);

}

.campaign01 .box01 .table01 .cel .th .txt03 {
    font-size: 0.82em;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
}

.campaign01 .box01 .table01 .cel .th .txt03 a {
    color: #3d62ad;
}

.campaign01 .box01 .table01 .cel .th .txt03 a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f08e";
    font-size: 11px;
    font-weight: 600;
    color: #3d62ad;
    margin-right: 3px;
}

.campaign01 .box01 .table01 .cel .tr {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    min-height: 110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



.campaign01 .box01 .table01 .cel .tr:nth-of-type(2) {
    min-height: 110px;
}

.campaign01 .box01 .table01 .cel .tr:nth-of-type(3) {
    min-height: 220px;
}

.campaign01 .box01 .table01 .cel .tr:nth-of-type(4) {
    min-height: 220px;
}

.campaign01 .box01 .table01 .cel08 .tr:nth-of-type(1) {
    min-height: 330px;
}

.campaign01 .box01 .table01 .cel08 .tr:nth-of-type(2) {
    min-height: 330px;
}

.campaign01 .box01 .table01 .cel01.min_type .tr {
    min-height: 330px;
}

.campaign01 .box01 .table01 .cel01.min_type .tr:nth-of-type(2) {
    min-height: 330px;
}


@media only screen and (max-width: 599px) {
    .campaign01 .box01 .table01 .cel08 .tr:nth-of-type(1) {
        min-height: 337px;
    }

    .campaign01 .box01 .table01 .cel08 .tr:nth-of-type(2) {
        min-height: 328px;
    }

    .campaign01 .box01 .table01 .cel01.min_type .tr {
        min-height: 337px;
    }

    .campaign01 .box01 .table01 .cel01.min_type .tr:nth-of-type(2) {
        min-height: 328px;
    }
}

.campaign01 .box01 .table01 .cel .tr+.tr {
    border-top: 0;
    /* background: #000; */
}

.campaign01 .box01 .table01 .cel .td {
    padding: 2px 2px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    align-content: center;
}

.campaign01 .box01 .table01 .cel .tr .td:nth-of-type(2n) {
    background: #e6e6e6;
}

.campaign01 .box01 .table01 .cel .td .txt01 {
    font-size: 0.85em;
    display: block;
    width: 100%;
    white-space: nowrap;
}

@media only screen and (max-width: 599px) {
    .campaign01 .box01 .table01 .cel .tr {
        min-height: 115px;
    }

    .campaign01 .box01 .table01 .cel .td .txt01 {
        font-size: 0.9em;
    }
}

.campaign01 .box01 .table01.single01 .cel:last-of-type .td .txt01 {
    width: auto;
    margin-right: 8px;
}

.campaign01 .box01 .table01.single01 .cel .td .txt01 .tt01 {
    font-size: 0.9em;
}

@media only screen and (max-width: 599px) {
    .campaign01 .box01 .table01.single01 .cel .td .txt01 .tt01 {
        display: block;
    }
}

.campaign01 .box01 .table01 .cel .tr .td+.td {
    border-top: 1px solid #000;
}

.campaign01 .box01 .table01 .cel .td .sel01 {
    display: flex;
}

.campaign01 .box01 .table01 .cel .td .sel01 select {
    /* border: none; */
    background: #fff;
    padding: 0;
    height: auto;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign01 .box01 .table01 .cel .td .sel01 .tt01 {
    font-size: 0.8em;
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: auto;
}

.campaign01 .box01 .table01 .cel08 .td .txts01 {
    font-size: 0.5em;
    display: flex;
    background: #fff;
    width: 70%;
    padding: 1px 2px 1px;
    border-radius: 0 0 3px 0;
}

.campaign01 .box01 .table01 .cel08 .td .txts01 .tt01 {
    text-align: center;
    line-height: 140%;
    position: relative;
    display: inline-block;
}

.campaign01 .box01 .table01 .cel08 .td .txts01 .tt01+.tt01 {
    margin-left: 10px;
}

.campaign01 .box01 .table01 .cel08 .td .txts01 .tt01+.tt01::after {
    content: "✕";
    position: absolute;
    left: -5px;
    transform: translateX(-50%);
}

.campaign01 .box01 .table01 .cel08 .td .txts01 .tt01 .tt02 {
    font-size: 1.4em;
}

.campaign01 .box01 .table01 .cel09 {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 0 5px;
}

.campaign01 .box01 .table01 .cel09 .txt03 {
    border-radius: 5px;
    border: 2px solid #ff951c;
    padding: 5px;
    font-size: 0.75em;
    font-weight: bold;
}

.campaign01 .box01 .table01 .cel09 .txt03 .tt01 {
    font-weight: normal;
    display: block;
    width: 100%;
}

.campaign01 .box01 .table01 .cel09 .txt03 .tt02 {
    text-align: center;
    color: #ff951c;
    font-size: 0.85em;
}

.campaign01 .box01 .table01 .cel09 .txt03 .tt03 {
    font-size: 1.3em;
}

.campaign01 .box01 .table01 .cel09 .tbox01 {

    width: 100%;
}

.campaign01 .box01 .table01 .cel09 .tbox01 .inn01 {
    background: #eafaff;
    padding: 5px 5px;
}

.campaign01 .box01 .table01 .cel09 .tbox01 .txt04 {
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
    padding-bottom: 3px;

}

.campaign01 .box01 .table01 .cel09 .tbox01 .txt04 .txts01 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.campaign01 .box01 .table01 .cel09 .tbox01 .txt04 .txts01 .tt02 {
    font-size: 1.15em;
}

.campaign01 .box01 .table01 .cel09 .tbox01 .txt04 .txts01 .tt03 {
    background: #fff;
    display: block;
    padding: 0 5px;
    font-size: 1.2em;
    min-width: 85px;
    min-height: 30px;
    text-align: right;
    margin-left: 2px;
    margin-right: 2px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 2px;
}

.campaign01 .box01 .table01 .cel09 .tbox01 .txt04.ord .txts01 .tt03 {
    min-width: 50px;
    padding-top: 5px;
}

.campaign01 .box01 .table01 .cel09 .tbox01 .txt04.spe .tt01 {
    color: #ff951c;
}

.campaign01 .box01 .table01 .cel09 .tbox01 .txt04.spe .tt02 {
    color: #ff951c;
}

.campaign01 .box01 .table01 .cel09 .tbox01 .txt04.spe .tt03 {
    color: #ff951c;
}

.campaign01 .box01 .table01 .cel09 .tbox01 .txt05 {
    font-size: 0.6em;
}

.campaign01 .box01+.box02 {
    margin-top: 20px;
}

/* CP02コンテンツ */
.campaign02 .title-wrap {
    width: 100%;
    font-size: 25px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
    .campaign02 .title-wrap {
        font-size: 23px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 599px) {
    .campaign02 .title-wrap {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.campaign02 .two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.campaign02 .two .product {
    width: 48%;
}

.campaign02 .six {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.campaign02 .six .product {
    width: 15%;
}

@media only screen and (max-width: 1024px) {
    .campaign02 .six .product {
        width: 31%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .campaign02 .six .product {
        width: 45%;
        margin-bottom: 10px;
    }
}

.campaign02 .product form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.campaign02 .product .ibox01-wrap {
    width: 45%;
    padding: 25px;
}

.campaign02 .two .product .ibox01-wrap {
    padding: 15px;
}

@media only screen and (max-width: 1024px) {
    .campaign02 .two .product .ibox01-wrap {
        padding: 15px 5px;
    }
}

.campaign02 .six .product .ibox01-wrap {
    width: 100%;
    padding: 15px;
}

.campaign02 .product .itemOutline {
    width: 50%;
    font-size: 25px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.campaign02 .product .itemOutline h1 {
    margin-bottom: 0 !important;
}

.campaign02 .two .product .itemOutline {
    font-size: 20px;
}

.campaign02 .six .product .itemOutline {
    width: 100%;
    font-size: 16px;
}

.campaign02 .product .ibox01 {
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .campaign02 .product .itemOutline {
        font-size: 24px;
    }

    .campaign02 .two .product .itemOutline {
        font-size: 18px;
    }

    .campaign02 .six .product .itemOutline {
        font-size: 18px;
    }
}


@media only screen and (max-width: 820px) {
    .campaign02 .two .product .ibox01-wrap {
        width: 100%;
    }
}

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

    .campaign02 .product .ibox01-wrap {
        width: 100%;
    }

    .campaign02 .two .product .ibox01-wrap {
        padding: 5px;
    }

    .campaign02 .six .product .ibox01-wrap {
        padding: 5px;
    }

    .campaign02 .six .product .itemOutline {
        font-size: 14px;
    }

}

.campaign02 .six .product .itemOutline .price {
    margin-bottom: 0 !important;
}

.campaign02 .product .itemOutline select {
    width: 50px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign02 .two .product .itemOutline select {
    width: 40px;
    height: 30px;
    margin-right: 10px;
}

.campaign02 .six .product .itemOutline select {
    width: 40px;
    height: 30px;
    margin-right: 10px;
}

.campaign02 .product .itemOutline table.spec td {
    display: flex;
    align-items: center;
}

.campaign02 .product .itemOutline .cartArea {
    max-width: 450px;
}

.campaign02 .product .itemOutline .cancel {
    width: 100%;
}

.campaign02 .two .product .itemOutline .cancel {
    font-size: 75% !important;
}

.campaign02 .six .product .itemOutline .cancel {
    font-size: 75% !important;
}

.campaign02 .two .product .itemOutline .cartArea {
    max-width: none;
}

.campaign02 .product table.price tr.price span.selling_price.special,
.campaign02 .product table.price tr.price span.taxin.special {
    color: #dc2626;
}

@media only screen and (max-width: 599px) {
    .campaign02 .six .product .itemOutline .cancel {
        font-size: 75% !important;
    }
}


.campaign02 .product .off {
    width: 100px;
    padding: 5px 15px;
    border-radius: 30px;
    background: #dc2626;
    color: #fff;
    text-align: center;
    margin-left: 15px;
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
}

.campaign02 .two .product .off {
    margin-left: 0;
    margin-top: 10px;
}

.campaign02 .six .product .off {
    margin-left: 0;
    margin-top: 10px;
}

@media only screen and (max-width: 820px) {
    .campaign02 .two .product .itemOutline {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .campaign02 .product .itemOutline {
        font-size: 20px;
    }

    .campaign02 .two .product .itemOutline {
        font-size: 14px;
    }

    .campaign02 .product .itemOutline {
        width: 100%;
    }

    .campaign02 .product .itemOutline .cartArea {
        max-width: 100%;
    }

    .campaign02 .product .off {
        margin-left: 0;
        margin-top: 10px;
    }
}

.campaign02 .six .title {
    min-height: 110px;
}

@media only screen and (max-width: 1024px) {
    .campaign02 .six .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .campaign02 .six .title {
        min-height: auto;
        font-size: 14px;
    }
}

/* CP03コンテンツ */
.campaign03 .box01+.box01 {
    margin-top: 80px;
}

@media only screen and (max-width:1024px) {
    .campaign03 .box01+.box01 {
        margin-top: 60px;
    }
}


@media only screen and (max-width:599px) {
    .campaign03 .box01+.box01 {
        margin-top: 40px;
    }
}

.campaign03 .box01 {
    font-size: 20px;
}

.campaign03 .table01 {
    overflow-x: scroll;
}

.campaign03 .table01 .line01 {
    width: 100%;
    padding: 15px 15px 15px 15px;
    background: #fff;
    border-bottom: 1px solid #000;
}


.campaign03 .table01 .line01.th {
    border-bottom: none;
    background: none;
}

.campaign03 .table01 .line01 .th01 {
    width: 30%;
    background: #fafafa;
}

.campaign03 .table01 .line01 .th02 {
    width: 10%;
}

.campaign03 .table01 .line01 .th03 {
    width: 15%;
}

.campaign03 .table01 .line01 .th04 {
    width: 10%;
}

.campaign03 .table01 .line01 .th05 {
    width: 15%;
}

@media only screen and (max-width:599px) {
    .campaign03 .table01 .line01 .th01 {
        width: auto;
    }

    .campaign03 .table01 .line01 .th02 {
        width: auto;
        display: none;
    }

    .campaign03 .table01 .line01 .th03 {
        width: auto;
        display: none;
    }

    .campaign03 .table01 .line01 .th04 {
        width: auto;
        display: none;
    }

    .campaign03 .table01 .line01 .th05 {
        width: 0;
        display: none;
    }
}

.campaign03 .table01 .line01 .td {
    display: flex;
    align-items: center;
}

.campaign03 .table01 .line01 .td01 {
    width: 30%;
    background: #fff;
}

.campaign03 .table01 .line01 .td01 .pix01 {
    width: 80px;
    margin-right: 15px;
    border-radius: 5px;
    background: #fff;
    border: 3px solid #f4f4f5;
}

.campaign03 .table01 .line01 .td01 .tbox01 {
    width: calc(100% - 80px);
}

.campaign03 .table01 .line01 .td01 .txt01 {
    font-size: 14px;
    font-weight: bold;
}

.campaign03 .table01 .line01 .td01 .txt01 a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.campaign03 .table01 .line01 .td01 .txt01 a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f08e";
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    color: #3d62ad;
}

.campaign03 .table01 .line01 .td01 .txt02 {
    font-size: 12px;
    color: #828282;
}

.campaign03 .table01 .line01 .td02 {
    width: 10%;
}

.campaign03 .table01 .line01 .td02 .txt01 {
    font-weight: bold;
}

.campaign03 .table01 .line01 .td03 {
    width: 15%;
}

.campaign03 .table01 .line01 .tag01 {
    display: flex;
}

.campaign03 .table01 .line01 .tag01 .item01 {
    padding: 2px 7px;
    display: inline-block;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.campaign03 .table01 .line01 .tag01 .item01.ja {
    color: #991b1b;
    background: #fee2e2;
}

.campaign03 .table01 .line01 .tag01 .item01.jb {
    color: #1e40af;
    background: #dbeafe;
}

.campaign03 .table01 .line01 .tag01 .item01.jd {
    color: #930674;
    background: #ffe8fa;
}

.campaign03 .table01 .line01 .tag01 .item01.g1 {
    color: #000000;
    background: #efffa1;
}

.campaign03 .table01 .line01 .tag01 .item01.g2 {
    color: #166534;
    background: #dcfce7;
}

.campaign03 .table01 .line01 .tag01 .item01.min {
    color: #854d0e;
    background: #fef9c3;
}

.campaign03 .table01 .line01 .tag01 .item01.q1 {
    color: #6b21a8;
    background: #f3e8ff;
}

.campaign03 .table01 .line01 .tag01 .item01.gp {
    color: #9d174d;
    background: #fce7f3;
}

.campaign03 .table01 .line01 .tag01 .item01.jk {
    color: #000000;
    background: #ffabed;
}


.campaign03 .table01 .line01 .tag01 .item01+.item01 {
    margin-left: 3px;
}

.campaign03 .table01 .line01 .td04 {
    width: 10%;
}

.campaign03 .table01 .line01 .td04 select {
    width: 45px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign03 .table01 .line01 .td05 {
    width: 15%;
}

.campaign03 .table01 .line01 .td05 .cartArea {
    margin-bottom: 0px !important;
}

@media only screen and (max-width:599px) {
    .campaign03 .table01 .line01 .td01 {
        width: 75%;
        margin-bottom: 10px;
    }

    .campaign03 .table01 .line01 .td02 {
        width: 20%;
    }

    .campaign03 .table01 .line01 .td03 {
        width: auto;
    }

    .campaign03 .table01 .line01 .td04 {
        width: auto;
    }

    .campaign03 .table01 .line01 .td05 {
        width: 45%;
    }
}


/* CP04コンテンツ*/
.campaign04 .c-box01 {
    font-size: 20px;
}

.campaign04 .c-tit01 {
    display: flex;
    align-items: center;
    font-size: 1em;
}

.campaign04 .c-tit01 .c-num01 {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 0.9em;
}

.campaign04 .box01 {
    margin-bottom: 40px;
}


.campaign04 .box01 .list01 .item01 {
    margin-bottom: 40px;
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    transition: 0.2s;
    border: 3px solid transparent;
    cursor: pointer;
}

.campaign04 .box01 .list01 .item01.active {
    border: 3px solid #60a5fa;
}

.campaign04 .box01 .list01 .item01 .ibox01 {
    width: 30%;
}

.campaign04 .box01 .list01 .item01 .tbox01 {
    width: 65%;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width:599px) {
    .campaign04 .box01 .list01 .item01 .ibox01 {
        width: 100%;
        margin-bottom: 20px;
    }

    .campaign04 .box01 .list01 .item01 .tbox01 {
        width: 100%;
        font-size: 18px;
    }
}

.campaign04 .box01 .list01 .item01 .tbox01 .txt01 {
    width: 100%;
    font-size: 1em;
    margin-bottom: 10px;
}

.campaign04 .box01 .list01 .item01 .tbox01 .tag01 {
    background: #fde047;
    display: inline-block;
    width: auto;
    color: #854d0e;
    padding: 10px 15px;
    border-radius: 35px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.8em;
    line-height: 100%;
}

.campaign04 .box01 .list01 .item01 .sets01 {
    width: 100%;
}

.campaign04 .box01 .list01 .item01 .sets01 .set01 {
    position: relative;
    font-size: 1em;
}

.campaign04 .box01 .list01 .item01 .sets01 .set01::before {
    content: "・";
}


.campaign04 .box01 .list01 .item01 .price01 {
    color: #dc2626;
    font-size: 1.4em;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
}

.campaign04 .box01 .list01 .item01 .price01 .tt01 {
    color: #52525b;
    font-size: 0.6em;
    line-height: 100%;
    font-weight: normal;
    text-decoration-line: line-through;
    margin-top: 3px;
    margin-right: 10px;
    display: inline-block;
}

.campaign04 .box01 .list01 .item01 .price01 .tt02 {
    font-size: 0.6em;
    vertical-align: bottom;
}

@media only screen and (max-width:820px) {
    .campaign04 .box01 .list01 .item01 .price01 {
        font-size: 1em;
    }
}

@media only screen and (max-width:599px) {
    .campaign04 .box01 .list01 .item01 .price01 {
        font-size: 1.4em;
    }
}

.campaign04 .box01 .list01 .item01 .btn01 {
    background: #e5e7eb;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9em;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;

}

.campaign04 .box01 .list01 .item01 .btn01::after {
    content: "する";
}

.campaign04 .box01 .list01 .item01.active .btn01::after {
    content: "中";
}


.campaign04 .box02 {
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

.campaign04 .box02 .tbox01 {
    font-size: 20px;
}

@media only screen and (max-width:599px) {
    .campaign04 .box02 .tbox01 {
        font-size: 18px;
    }
}

.campaign04 .box02 .tbox01 .tit01 {
    font-size: 1em;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.campaign04 .box02 .tbox01 .txt01 {
    font-size: 0.8em;
    margin-bottom: 10px;
    color: #52525b;
}


.campaign04 .box02 .list01 .item01 {
    position: relative;
    font-size: 16px;
    width: 50%;
}

.campaign04 .box02 .list01 .item01::before {
    content: "・";
}

.campaign04 .box03 {
    visibility: hidden;
    overflow-x: scroll;
    transition: 0.2s;
    opacity: 0;
    height: 0;
}

.campaign04 .box03.active {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.campaign04 .box03 .tbox01 .txt01 .tt01 {
    display: block;
}

.campaign04 .table01 .line01 {
    padding: 15px 15px 15px 0;
    background: #fff;
    border-bottom: 1px solid #000;
}

@media only screen and (max-width:1024px) {
    .campaign04 .table01 .line01 {
        width: 700px;
    }
}

@media only screen and (max-width:599px) {
    .campaign04 .table01 .line01 {
        width: 100%;
    }
}

@media only screen and (max-width:320px) {
    .campaign04 .table01 .line01 {
        width: 400px;
    }
}


.campaign04 .table01 .line01.th {
    border-bottom: none;
    background: #fafafa;
}

.campaign04 .table01 .line01 .th01 {
    width: 40%;
    position: sticky;
    left: 0;
    padding-left: 15px;
    background: #fafafa;
}

.campaign04 .table01 .line01 .th02 {
    width: 40%;
}

.campaign04 .table01 .line01 .th03 {
    width: 20%;
}


@media only screen and (max-width:599px) {
    .campaign04 .table01 .line01 .th01 {
        width: auto;
        position: relative;
    }

    .campaign04 .table01 .line01 .th02 {
        width: auto;
    }

    .campaign04 .table01 .line01 .th03 {
        width: auto;
    }
}

@media only screen and (max-width:320px) {
    .campaign04 .table01 .line01 .th01 {
        width: 30%;
        position: sticky;
        padding-right: 15px;
    }
}

.campaign04 .table01 .line01 .td {
    display: flex;
    align-items: center;
}

.campaign04 .table01 .line01 .td01 {
    width: 40%;
    position: sticky;
    left: 0;
    background: #fff;
    padding-left: 15px;
}

.campaign04 .table01 .line01 .td01 .pix01 {
    width: 80px;
    margin-right: 15px;
    border-radius: 5px;
    background: #fff;
    border: 3px solid #f4f4f5;
}

.campaign04 .table01 .line01 .td01 .txt01 {
    font-size: 14px;
    font-weight: bold;
}

.campaign04 .table01 .line01 .td01 .txt02 {
    font-size: 12px;
    color: #828282;
}

@media only screen and (max-width:599px) {
    .campaign04 .table01 .line01 .td01 {
        width: auto;
        position: relative;
    }
}

@media only screen and (max-width:320px) {
    .campaign04 .table01 .line01 .td01 {
        width: 30%;
        position: sticky;
        padding-right: 15px;
    }
}

.campaign04 .table01 .line01 .td02 {
    width: 40%;
}

.campaign04 .table01 .line01 .td02 .txt01 {
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (max-width:599px) {
    .campaign04 .table01 .line01 .td02 {
        width: 35%;
    }
}


.campaign04 .table01 .line01 .td03 {
    width: 20%;
}

.campaign04 .table01 .line01 .td03 select {
    width: 45px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width:599px) {
    .campaign04 .table01 .line01 .td03 {
        width: 15%;
    }
}


/* カート部分 */
#itemDetail-cont.cp04 .itemOutline .cart-txt01 {
    font-size: 20px;
    margin-bottom: 20px;
}

#itemDetail-cont.cp04 .itemOutline .cart-txt02 {
    font-size: 20px;
    margin-bottom: 20px;
}

#itemDetail-cont.cp04 .itemOutline .cart-txt02.hide {
    display: none;
}

#itemDetail-cont.cp04 .itemOutline form {
    font-size: 20px;
}

#itemDetail-cont.cp04 .itemOutline table.spec {
    display: none;
}

#itemDetail-cont.cp04 .itemOutline table.price td {
    line-height: 200%;
}

#itemDetail-cont.cp04 .itemOutline table.price .line-through {
    text-decoration: line-through;
}

#itemDetail-cont.cp04 .itemOutline tr.price.special td span.selling_price {
    color: #dc2626;
}

#itemDetail-cont.cp04 .itemOutline tr.price.special td span.taxin {
    color: #dc2626;
}


#itemDetail-cont.cp04 .shopping_form {
    display: none;
    transition: 0.2s;
}

#itemDetail-cont.cp04 .shopping_form.show {
    display: block;
    height: 100%;
}

#itemDetail-cont.cp04 .itemOutline #cartButton {
    opacity: 0.3;
    background: #52525b;
    pointer-events: none;
}

#itemDetail-cont.cp04 .itemOutline #cartButton.active {
    opacity: 1;
    background: none;
    pointer-events: all;
}

#itemDetail-cont.cp04 .itemOutline #error-message {
    text-align: center;
    color: rgb(255, 0, 0);
    margin-top: 10px;
    font-size: 18px;
}

/* ##### キャンペーンページここまで ##### */


/* ##### カタログページここから ##### */

/*ページ内容*/
.catalog01 .sel-box01 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.catalog01 .sel-box01 .select01 {
    display: flex;
    align-items: center;
}

.catalog01 .sel-box01 .select01+.select01 {
    margin-left: 35px;
}

.catalog01 .sel-box01 .select01 .sel01 label {
    font-size: 18px;
    letter-spacing: 1px;
}

.catalog01 .sel-box01 .select01 .sel02 {
    margin-left: 5px;
}

.catalog01 .sel-box01 .select01 .sel02 select {
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid #cfcfcf;
    font-size: 16px;
    position: relative;
}

@media only screen and (max-width:820px) {
    .catalog01 .sel-box01 .select01 .sel01 label {
        font-size: 16px;
    }

    .catalog01 .sel-box01 .select01 .sel02 select {
        font-size: 14px;
    }
}

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

    .catalog01 .sel-box01 .select01+.select01 {
        margin-left: 15px;
    }

    .catalog01 .sel-box01 .select01 .sel01 label {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .catalog01 .sel-box01 .select01 .sel02 select {
        padding: 8px 2%;
        font-size: 10px;
    }
}

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

    .catalog01 .sel-box01 .select01 {
        width: 100%;
        display: block;
    }


    .catalog01 .sel-box01 .select01 .sel02 {
        margin-left: 0px;
    }
}

.catalog01 .list01 .item01 {
    padding: 35px 2%;
    width: 23%;
    background: #fff;
    border-radius: 30px;
    margin: 0 1% 25px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}

.catalog01 .list01 .item01 .pix01 {
    width: 62%;
    margin: 0 auto 20px;
}

.catalog01 .list01 .item01 .txt01 {
    font-size: 20px;
}

.catalog01 .list01 .item01 .txt02 {
    font-size: 16px;
    color: #52525b;
}

.catalog01 .list01 .item01 .btn01 {
    text-align: center;
}

.catalog01 .list01 .item01 .btn01 a {
    background: #3d62ad;
    display: block;
    text-align: center;
    color: #fff;
    margin: 15px auto 0;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
}

@media only screen and (max-width:1024px) {
    .catalog01 .list01 .item01 .pix01 {
        width: 82%;
        margin: 0 auto 15px;
    }
}

@media only screen and (max-width:820px) {
    .catalog01 .list01 .item01 {
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px;
    }

    .catalog01 .list01 .item01 .txt01 {
        font-size: 16px;
    }

    .catalog01 .list01 .item01 .txt02 {
        font-size: 14px;
    }

    .catalog01 .list01 .item01 .btn01 a {
        margin-top: 15px;
        font-size: 12px;
        padding: 10px 10px;
    }
}

@media only screen and (max-width:599px) {
    .catalog01 .list01 .item01 {
        width: 46%;
        padding-left: 4%;
        padding-right: 4%;
        margin: 0 2% 15px;
    }

    .catalog01 .list01 .item01 .pix01 {
        margin: 0 auto 15px;
    }

    .catalog01 .list01 .item01 .txt01 {
        font-size: 16px;
    }

    .catalog01 .list01 .item01 .txt02 {
        font-size: 14px;
    }

    .catalog01 .list01 .item01 .btn01 a {
        width: 100%;
    }
}

/* ##### カタログページここまで ##### */



/* ##### 動画マニュアルページここから ##### */


.move-manual01 .list01 .item01 {
    padding: 35px 0;
    width: 23%;
    background: #fff;
    border-radius: 30px;
    margin: 0 1% 25px;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}

.move-manual01 .list01 .item01 .pix01 {
    width: 100%;
    margin: 0 auto 20px;
}

.move-manual01 .list01 .item01 .txt01 {
    font-size: 20px;
    padding: 0 4.5%;
}

.move-manual01 .list01 .item01 .txt02 {
    font-size: 16px;
    padding: 0 4.5%;
    color: #52525b;
}

@media only screen and (max-width:820px) {
    .move-manual01 .list01 .item01 {
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px;
    }

    .move-manual01 .list01 .item01 .txt01 {
        font-size: 16px;
    }

    .move-manual01 .list01 .item01 .txt02 {
        font-size: 14px;
    }
}

@media only screen and (max-width:599px) {
    .move-manual01 .list01 .item01 {
        width: 46%;
        margin: 0 2% 15px;
    }

    .move-manual01 .list01 .item01 .pix01 {
        margin: 0 auto 15px;
    }

    .move-manual01 .list01 .item01 .txt01 {
        font-size: 16px;
    }

    .move-manual01 .list01 .item01.txt02 {
        font-size: 14px;
    }

}

/* ##### 動画マニュアルページここまで ##### */


/* --------------------------------------------------
   Summer Campaign 2025 Product Highlight
-------------------------------------------------- */

/* 製品画像コンテナ：中央揃えで適切な余白を確保 */
.ps-product-highlight-wrap {
  display: block;
  text-align: center;
  margin-top: 0px;     /* ロゴ・ナビからの余白 */
  margin-bottom: 30px;  /* テキストへの余白 */
  padding: 0 20px;      /* スマホ時の左右パディング */
}

/* 製品画像：サイズと表示設定 */
.ps-product-image {
  max-width: 100%;       /* 親要素を超えない */
  height: auto;          /* アスペクト比を維持 */
  max-height: 200px;     /* 高すぎないように制限 */
  display: inline-block; /* text-align: center を効かせる */
}

/* 画像とテキストのバランス調整（必要に応じて） */
.campaign-title01 .txt02 {
  margin-top: 10px; /* 画像の下のテキストの上部余白を調整 */
}

/* スマホ用ブレイクポイント（例: 767px以下）での調整 */
@media screen and (max-width: 767px) {
  .ps-product-image {
    max-height: 200px; /* スマホでは高さをさらに抑える */
  }
}


/* --- 骨造成ページのメッシュ画像を調整 --- */
/* ==========================================================================
   【最終解決版】画像サイズは完全維持、商品名の開始位置（ツラ）を15px下で統一
   ========================================================================== */

/* 1. 右側2つのメッシュ画像だけを約73%に縮小（左2つは元のサイズを完全維持） */
a[id="00020607"] img,
a[id="00020606"] img,
a[href="/SHOP/00020607.html"] img,
a[href="/SHOP/00020606.html"] img {
    width: 73% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
}

/* 2. 画像が入る白い枠：左の大きい画像の高さ（約190px）を「最低高さ」として全共通にする */
/* これにより、左の画像は潰れず、右の画像の下には必要な余白ができて商品名の位置が揃います */
.column4 .item-list-span-img {
    display: flex !important;
    align-items: center !important;     /* 枠内での画像の上下中央配置 */
    justify-content: center !important;   /* 枠内での画像の左右中央配置 */
    height: auto !important;            /* 高さは自動（潰れ防止） */
    min-height: 190px !important;       /* 左の大きな画像がそのまま収まる高さを最低保証 */
}

/* 3. 商品名エリア：ここも高さを一律に固定して、次の価格のスタート位置を揃える */
.column4 h2 {
    text-align: left !important;
    margin: 15px 0 0 0 !important;   /* 画像枠から一律15px下に配置 */
    padding: 0 !important;
    display: block !important;
    
    /* 商品名が2行（または3行）になってもズレないよう高さを固定 */
    height: 60px !important;         
    overflow: hidden !important;
}

/* 4. 価格エリア：ここも高さを揃えて、次のお気に入り（星）のツラを揃える */
.column4 .price {
    text-align: left !important;
    margin: 8px 0 0 0 !important;    
    padding: 0 !important;
    display: block !important;
    height: 20px !important;         
}

/* 5. お気に入り（星マーク）エリア */
.column4 p[class^="sps-wishArea_"] {
    margin: 10px 0 0 0 !important;   
    padding: 0 !important;
    text-align: right !important;
}



