:root {
--site-max-width: 1275px;

--sp-font-size-h2: 1.5rem;
--sp-font-size-h3: 1.25rem;
--sp-font-size-p: 1rem;

--sp-line-height-h2: 1.8rem;
--sp-line-height-h3: 1.6rem;
--sp-line-height-p: 1.5rem;

--sp-hedding-block-margin-bottom: 2rem;

--sp-x-padding: 10px;
--topic-row-min-height: 50px;
}

/* 既存スタイルの調整 */
body, input, textarea {
font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "ヒラギノ角ゴシック W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.content_width, .localnav .navlist {
max-width: var(--site-max-width);
margin: 0 auto;
padding: unset;
}
.section_inner.wideSection {
max-width: var(--site-max-width);
margin: 0 auto;
padding: 50px 0 70px 0;
}
.footer_wrp {
background: unset;
}
.footer_wrp .content_width {
max-width: unset;
padding: unset;
margin: 0 auto;
}
.footer_wrp .free_area {
margin: 0;
}
.l-productListItem {
box-sizing: border-box;
}
.m-itemDetailSideBox-inner {
box-sizing: border-box;
}
.popbox.active .popbox_body .popbox_inner h3,
.popbox.active .popbox_body .popbox_inner p {
color: #fff;
}
@media screen and (max-width: 767px) {
    .wrapper {
        padding: 0!important;
    }
    .m-FeaturedProducts {
        padding: 0 20px;
    }
    .section_inner.wideSection {
        padding: 0 20px;
    }
    /* .footer.cf {
        display: none;
    } */
}


/* 塗りつぶしのボタン */
.btn_detail.btn_next a,
.btn_detail.btn_next button,
.btn_detail.btn_next input,
.btn_detail.regist a,
.btn_detail.widget-store-payment-save a,
.btn_detail.print a {
display: inline-block;
padding: 14px 30px;
font-family: "Noto Sans JP";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-decoration: none;
border-radius: 50px;
border: 2px solid #fff;
background: #F39800;
color: #fff;
text-align: center;
transition: all 0.3s ease;
}
.btn_detail.btn_next:after,
.btn_detail.regist:after {
border-right: solid 2px #fff;
border-bottom: solid 2px #fff;
transition: all 0.3s ease;
}
.btn_detail.btn_next a:hover,
.btn_detail.btn_next button:hover,
.btn_detail.btn_next input:hover,
.btn_detail.regist a:hover,
.btn_detail.widget-store-payment-save a:hover,
.btn_detail.print a:hover {
opacity: .5;
}

/* ダウンロードボタン用 */
.btn_detail.btn_next.download:before {
background: #fff;
}


/* 白塗りのボタン（角丸いやつ） */
.btn_detail.btn_prev a {
display: inline-block;
padding: 14px 30px;
font-family: "Noto Sans JP";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-decoration: none;
border-radius: 50px;
border: 2px solid #F39800;
background: #fff;
color: #F39800;
text-align: center;
transition: all 0.3s ease;
}
.btn_detail.btn_prev:after {
border-right: solid 2px #F39800;
border-bottom: solid 2px #F39800;
}
.btn_detail.btn_prev a:hover {
opacity: .5;
color: #F39800;
background: #fff;
}

/* 商品一覧 詳細ページへボタン */
.m-charges-model .o-btn-modelDetail {
border: 1px solid #fff;
background: #F39800;
transition: all 0.3s ease;
}
.m-charges-model .o-btn-modelDetail span {
color: #fff;
font-size: 14px;
font-weight: 700;
transition: all 0.3s ease;
}
.m-charges-model .o-btn-modelDetail::after {
border-right: solid 2px #fff;
border-bottom: solid 2px #fff;
}
.m-charges-model .o-btn-modelDetail:hover {
opacity: .5;
background: #F39800;
}
.m-charges-model .o-btn-modelDetail:hover span {
color: #fff;
}

/* 商品詳細 カートに追加ボタン */
.nextPageBtn {
border: 2px solid #fff;
background: #F39800;
transition: all 0.3s ease;
}
.nextPageBtn span {
color: #fff;
font-size: 18px;
font-weight: 700;
transition: all 0.3s ease;
}
.nextPageBtn::after {
border-right: solid 2px #fff;
border-bottom: solid 2px #fff;
}
.nextPageBtn:hover {
opacity: .5;
background: #F39800;
}
.nextPageBtn:hover span {
color: #fff;
}

/* 商品詳細 商品一覧へ戻るボタン */
.prevPageBtn {
border: 2px solid #F39800;
background: #fff;
transition: all 0.3s ease;
}
.prevPageBtn span {
color: #F39800;
font-size: 18px;
font-weight: 700;
transition: all 0.3s ease;
}
.prevPageBtn::after {
border-right: solid 2px #F39800;
border-bottom: solid 2px #F39800;
}
.prevPageBtn:hover {
opacity: .5;
background: #fff;
}
.prevPageBtn:hover span {
color: #F39800;
}

/* この見積もり内容で注文するボタンだけ二行になるので調整... */
.submit_btns .btn_detail.btn_estimate {
    width: 34%;
}

/* マイページ > 見積もり一覧 > 見積もり詳細 確認画面へ進むボタン */
.tabaccordionbody .btn_detail.btn_next .custom_items_button {
    background: #F39800;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}
.tabaccordionbody .btn_detail.btn_next .custom_items_button:hover {
    background: #F39800;
    color: #fff;
    opacity: .5;
}


/* ログイン判定による非表示切り替えに使用 */
.show-if-logged-in {
    display: none;
}
.show-if-logged-out {
    display: unset;
}


a {
    color: #333;
    text-decoration: none;
}
a:hover {
    opacity: .5;
}



/* ヘッダー1 */
.header1 {
    background: #fff;
}
.header1 .inner {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header1 .inner .left img {
    width: 115px;
    height: 20px;
    vertical-align: middle;
}
.header1 .inner .right #menu-toggle {
    /* bplats側でimportant使われてるのでつけないとNG... */
    display: none!important;
}
.header1 .inner .right .menu-icon {
    display: none;
}
.header1 .inner .right .menu {
    display: none;
}
@media screen and (max-width: 768px) {
    .header1 .inner {
        padding: 10px var(--sp-x-padding);
    }
    .header1 .inner .left img {
        width: 85px;
        height: auto;
    }
    .header1 .inner .right .menu-icon {
        display: block;
        font-size: 30px;
        cursor: pointer;
    }
    .header1 .inner .right .menu-icon span::before {
        content: "☰";
        position: relative;
        top: -2px;
    }
    .header1 .inner .right #menu-toggle:checked + .menu-icon span::before {
        content: "×";
    }
    .header1 .inner .right .menu {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
    }
    .header1 .inner .right #menu-toggle:checked + .menu-icon + .menu {
        display: block;
    }
    .header1 .inner .right .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .header1 .inner .right .menu ul li {
        z-index: 10;
    }
    .header1 .inner .right .menu ul li a {
        color: #343434;
        text-decoration: none;
        padding: 10px 15px;
        display: block;
        background: #f2f2f2;
        position: relative;
        font-size: .9rem;
    }
    .header1 .inner .right .menu ul li a:hover {
        opacity: 1;
    }
    .header1 .inner .right .menu ul li a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 17px;
        width: 8px;
        height: 8px;
        border-bottom: 1.5px solid #343434;
        border-left: 1.5px solid #343434;
        transform: rotate(225deg) translateY(50%);
    }
}




.header2 {
    background: linear-gradient(180deg, #FFBB4A 0%, #FEDC1D 29.81%, #FFF1BC 100%);
}
.header2 a {
    color: #343434;
}
.header2 .inner {
    padding: 0;
    max-width: var(--site-max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header2 .inner .left {
    display: flex;
    align-items: center;
}
.header2 .inner .left .logo {
    font-size: 22px;
    font-weight: 700;
}
.header2 .inner .left img {
    width: 180px;
}
.header2 .inner .right .nav {
    list-style: none;
    display: flex;
    gap: 0;
    align-self: center;
}
.header2 .inner .right .nav li a {
    padding: 15px 24px;
    height: 30px;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    transition: all 0.3s ease;
}
.header2 .inner .right .nav li a:hover {
    background: #fff;
    color: #F39800;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .header2 .inner {
        padding: 0 var(--sp-x-padding);
    }
    .header2 .inner .left {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* TOPのみロゴを非表示 */
    #page_top_page_index .header2 {
        height: 45px;
    }
    #page_top_page_index .header2 .inner .left .logo,
    #page_top_page_index .header2 .inner .left img {
        display: none;
    }

    .header2 .inner .left .logo {
        font-size: 20px;
    }
    .header2 .inner .left img {
        width: 140px;
    }
    .header2 .inner .right {
        display: none;
    }
}



.footer {
background: #E5E5E5;
}
.footer .inner {
max-width: var(--site-max-width);
margin: 0 auto;
padding: 15px 0;
font-size: 12px;
color: #666;
}
.footer .inner {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer .inner .left p {
font-size: 10px;
}
.footer .inner .right ul {
list-style: none;
display: flex;
align-items: center;
gap: 20px;
}
.footer .inner .right ul li {
margin-top: 0;
}
.footer .inner .right ul li a {
font-size: 11px;
color: #333;
font-weight: normal;
}
@media screen and (max-width: 767px) {
.footer {
    padding: 0 20px;
}
.footer .inner {
    flex-direction: column-reverse;
    gap: 14px;
}
.footer .inner .right ul {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
    row-gap: 0;
}
}



/* 通常の設定 */
:root {
--color-primary: #0080B1;
--color-secondary: #1c1c1e;
--color-tertiary: #c5c5c5;
--color-quaternary: #f2f2f7;
--color-quinary: #e5e5ea;
--color-senary: #ffffff;
--color-septenary: #000000;
--color-octonary: hsl(62, 100%, 72%);
--color-nonary: #ffcc00;
--color-decimal: #34c759;
--color-cta-button: #555;
--color-h2: #343434;
--color-h3: #343434;
--color-p: #343434;

--font-size-h2: 36px;
--font-weight-h2: 700;
--line-height-h2: 42px;

--font-size-h3: 24px;
--font-weight-h3: 700;
--line-height-h3: 30px;

--font-size-p: 18px;
--font-weight-p: 400;
--line-height-p: 24px;

--font-size-intro: 18px;
--font-weight-intro: 400;
--line-height-intro: 24px;

--font-size-subtext: 18px;
--font-weight-subtext: 400;
--line-height-subtext: 24px;

--font-size-summary: 24px;
--font-weight-summary: 400;
--line-height-summary: 30px;

--sp-font-size-h2: 1.4rem;
--sp-font-weight-h2: 700;
--sp-line-height-h2: 1.6;

--sp-font-size-h3: 1.2rem;
--sp-font-weight-h3: 700;
--sp-line-height-h3: 1.4;

--sp-font-size-p: 1rem;
--sp-font-weight-p: 400;
--sp-line-height-p: 1.4;

--sp-font-size-intro: 1rem;
--sp-font-weight-intro: 400;
--sp-line-height-intro: 1.4;

--sp-font-size-subtext: 1rem;
--sp-font-weight-subtext: 400;
--sp-line-height-subtext: 1.4;

--sp-font-size-summary: 1.2rem;
--sp-font-weight-summary: 400;
--sp-line-height-summary: 1.4;

--section-padding-top: 60px;
--section-padding-bottom: 60px;
--site-width: 965px;
--hedding-block-margin-bottom: 47px;
--intro-margin-bottom: 30px;
--subtext-margin-top: 30px;
--content-bolock-margin-bottom: 0;
--summary-block-margin-bottom: 0;
}
h2 {
margin: 0;
font-size: var(--font-size-h2);
font-weight: var(--font-weight-h2);
line-height: var(--line-height-h2);
color: var(--color-h2)
}
h2 span {
background: none;
display: unset;
font-weight: unset;
padding: unset;
}
h3 {
margin: 0;
padding: 0;
border: none;
background: none;
font-size: var(--font-size-h3);
font-weight: var(--font-weight-h3);
line-height: var(--line-height-h3);
color: var(--color-h3)
}
p {
margin: 0;
font-size: var(--font-size-p);
font-weight: var(--font-weight-p);
line-height: var(--line-height-p);
color: var(--color-p)
}
.hedding-block {
margin-bottom: var(--hedding-block-margin-bottom);
}
.hedding-block h2,
.hedding-block .intro,
.hedding-block .subtext {
text-align: center;
}
.hedding-block h2.underline::after {
content: "";
display: block;
width: 102px;
height: 6px;
background: linear-gradient(113deg, #AC020E 26.99%, #91000A 85.99%);
border-radius: 3px;
margin: 30px auto 0;
}
.hedding-block h2.line-left {
text-align: left;
}
.hedding-block h2.line-left::before {
content: '';
display: inline-block;
width: 4px;
height: 1.5em;
background-color: var(--color-tertiary);
margin-right: 12px;
vertical-align: middle;
}
.hedding-block .intro {
margin-bottom: var(--intro-margin-bottom);
font-size: var(--font-size-intro);
font-weight: var(--font-weight-intro);
line-height: var(--line-height-intro);
}
.hedding-block .subtext {
margin-top: var(--subtext-margin-top);
font-size: var(--font-size-subtext);
font-weight: var(--font-weight-subtext);
line-height: var(--line-height-subtext);
}
.content-block {
margin-bottom: var(--content-bolock-margin-bottom);
}
.summary-block {
text-align: center;
margin-bottom: var(--summary-block-margin-bottom);
}
.summary {
font-size: var(--font-size-summary);
font-weight: var(--font-weight-summary);
line-height: var(--line-height-summary);
color: var(--color-summary);
}
.sp-only {
display: none;
}
@media screen and (max-width: 767px) {
h2 {
    font-size: var(--sp-font-size-h2);
    font-weight: var(--sp-font-weight-h2);
    line-height: var(--sp-line-height-h2);
}
h3 {
    font-size: var(--sp-font-size-h3);
    font-weight: var(--sp-font-weight-h3);
    line-height: var(--sp-line-height-h3);
}
p {
    font-size: var(--sp-font-size-p);
    font-weight: var(--sp-font-weight-p);
    line-height: var(--sp-line-height-p);
}
.wrapper {
    padding: 0 20px;
    overflow: hidden;
}
.hedding-block .intro {
    font-size: var(--sp-font-size-intro);
    font-weight: var(--sp-font-weight-intro);
    line-height: var(--sp-line-height-intro);
}
.hedding-block .subtext {
    font-size: var(--sp-font-size-subtext);
    font-weight: var(--sp-font-weight-subtext);
    line-height: var(--sp-line-height-subtext);
}
.summary {
    font-size: var(--sp-font-size-summary);
    font-weight: var(--sp-font-weight-summary);
    line-height: var(--sp-line-height-summary);
}
.pc-only {
    display: none;
}
.sp-only {
    display: block;
}
}


/* メインビジュアル */
.main-visual {
    margin-top: -5px;
    padding: 0;
    background: linear-gradient(180deg, #FFF1BC 0%, #fdd823 100%);
    position: relative;
}
.main-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("/image/main_visual_bg_top.png") repeat-x;
    background-size: contain;
}
.main-visual .inner {
    margin: auto;
    padding: 0;
    max-width: var(--site-max-width);
    display: flex;
    justify-content: space-between;
}
.main-visual .inner .content-block {
    padding: 0;
    margin: 40px auto 8px;
    max-width: 680px;
    text-align: center;
    position: relative;
}
.main-visual .inner .content-block::before {
    content: "";
    position: absolute;
    top: -7%;
    left: calc((357.3px + 50px) * -1);
    width: 357.3px;
    height: 382.85px;
    background: url("/image/main_visual_bg_left.png") no-repeat center center;
    background-size: contain;
    z-index: 1;
}
.main-visual .inner .content-block::after {
    content: "";
    position: absolute;
    top: -7%;
    right: calc((360.22px + 50px) * -1);
    width: 360.22px;
    height: 399.49px;
    background: url("/image/main_visual_bg_right.png") no-repeat center center;
    background-size: contain;
    z-index: 1;
}
.main-visual .inner .content-block h1 {
    margin-top: 80px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
}
.main-visual .inner .content-block p {
    margin-top: 35px;
    color: #343434;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.main-visual .inner .content-block .cta-block {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
}
.main-visual .inner .content-block .cta-block .button1,
.main-visual .inner .content-block .cta-block .button2 {
    display: inline-block;
    width: 204px;
    padding: 10px 0;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
}
.main-visual .inner .content-block .cta-block .button1 {
    background-color: #fff;
    border: 1px solid #F39800;
    color: #F39800;
    transition: all 0.3s ease;
}
.main-visual .inner .content-block .cta-block .button2 {
    background-color: #F39800;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s ease;
}
.main-visual .inner .content-block .cta-block .button1:hover,
.main-visual .inner .content-block .cta-block .button2:hover {
    opacity: .5;
}
@media screen and (max-width: 768px) {    
    .main-visual {
        margin-bottom: -1px;
        z-index: 1;
    }
    .main-visual::before {
        display: none;
    }
    .main-visual .inner {
        padding: 0 var(--sp-x-padding);
    }
    .main-visual .inner::before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 100%;
        height: 125px;
        background: url("/image/sp_main_visual_bg_top.png") no-repeat center center;
        background-size: cover;
        z-index: 1;
    }
    .main-visual .inner::after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 100%;
        height: 125px;
        background: url("/image/sp_main_visual_bg_bottom.png") no-repeat center center;
        background-size: cover;
        z-index: 1;
    }
    .main-visual .inner .content-block {
        width: 100%;
        margin-bottom: 130px;
    }
    .main-visual .inner .content-block::before {
        display: none;
    }
    .main-visual .inner .content-block::after {
        display: none;
    }
    /* TOPページのみヘッダーロゴを非表示にするので、余白の調整 */
    #page_top_page_index .header2 .main-visual .inner .content-block h1 {
        margin-top: calc(50px + 2rem);
    }
    .main-visual .inner .content-block h1 {
        margin-top: calc(75px + 2rem);
        font-size: 2.4rem;
    }
    .main-visual .inner .content-block h1 img {
        width: 80%;
    }
    .main-visual .inner .content-block p {
        font-size: 1rem;
    }
    .main-visual .inner .content-block .cta-block {
        flex-direction: column;
        gap: 15px;
    }
    .main-visual .inner .content-block .cta-block .button1,
    .main-visual .inner .content-block .cta-block .button2 {
        width: 250px;
    }
}


/* 商品一覧 */
.items {
    padding-top: calc(var(--section-padding-top) + 120px);
    background: #FFFBE2;
    position: relative;
}
.items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, #fdd823 0%, #fdbc48 100%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.items .inner {
    max-width: 965px;
    margin: 0 auto;
}
.items .inner .link-block {
    text-align: center;
    margin-bottom: 40px;
}
.items .inner .link-block ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 32px;
}
.items .inner .link-block ul li a {
    display: inline-block;
    padding: 7px 33px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 10px;
    border: 2px solid #D2D2D2;
    color: #D2D2D2;
    background: #fff;
    transition: all 0.3s ease;
}
.items .inner .link-block ul li a:hover {
    border: 2px solid #F39800;
    color: #F39800;
    background: #fff;
    opacity: 1;
}
.items .inner .link-block ul li a.current {
    border: 2px solid #F39800;
    color: #F39800;
    background: #fff;
    transition: all 0.3s ease;
}
.items .inner .link-block ul li a.current:hover {
    border: 2px solid #F39800;
    color: #fff;
    background: #F39800;
    opacity: 1;
}
.items .inner .content-block ul {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    gap: 31px;
}
.items .inner .content-block ul li {
    width: 300px;
    padding: 18px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #F39800;
    border-radius: 20px;
}
.items .inner .content-block ul li .image-box {
    margin-bottom: 18px;
    padding: 10px;

    width: 100%;
    height: 160px;

    border: 1px solid #ddd;
    border-radius: 10px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
    box-sizing: border-box;
}
.items .inner .content-block ul li a .image-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    transition: all 0.3s ease;
}
.items .inner .content-block ul li a:hover .image-box img {
    transform: scale(1.05);
    opacity: 1;
}
.items .inner .content-block ul li .text-box {
    min-height: 276px;
}
.items .inner .content-block ul li .text-box h3 a {
    margin-bottom: 18px;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.items .inner .content-block ul li .text-box h3 a:hover {
    text-decoration: underline;
    opacity: 1;
}
.items .inner .content-block ul li .text-box p {
    margin-bottom: 18px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.7px;
}
.items .inner .content-block ul li .btn-block {
    text-align: center;
}
.items .inner .content-block ul li .btn-block a {
    display: inline-block;
    padding: 18px 75px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 50px;
    background: linear-gradient(0deg, #FFBB4A 40.87%, #FEDC1D 100%);
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}
.items .inner .content-block .btn-block {
    text-align: center;
    margin-top: 30px;
}
.items .inner .content-block .btn-block .btn-item-list {
    display: inline-block;
    padding: 18px 75px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-decoration: none;
    border: 2px solid #F39800;
    border-radius: 50px;
    color: #F39800;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    top: 30px;
    z-index: 1;
}
.items .inner .content-block .btn-block .btn-item-list:hover {
    border: 2px solid #F39800;
    background: #F39800;
    color: #fff;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .items::before {
        height: 60px;
    }
    .items {
        padding-top: calc(var(--section-padding-top) + 60px);
    }
    .items .inner {
        padding: 0 var(--sp-x-padding);
    }
    .items .inner .link-block ul {
        gap: 10px;
        flex-wrap: wrap;
    }
    .items .inner .content-block ul li {
        width: 100%;
    }
    .items .inner .link-block ul li a {
        padding: 7px 18px;
        font-size: 1rem;
    }
    .items .inner .content-block ul li .text-box {
        min-height: unset;
    }
    .items .inner .content-block .btn-block .btn-item-list {
        top: 15px;
    }
}



/* 掲載予定 */
.to-be-published {
    padding: calc(var(--section-padding-top) + 50px) 0 0;
    background: #FFFBE2;
}
.to-be-published .inner {
    max-width: 965px;
    margin: 0 auto;
}
.to-be-published .hedding-block h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -112px;
    transform: translateY(-50%);
    width: 112px;
    height: 87px;
    background: url(/image/to_be_published_before.png) no-repeat center center;
    background-size: contain;
}
.to-be-published .hedding-block h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -112px;
    transform: translateY(-50%);
    width: 112px;
    height: 87px;
    background: url(/image/to_be_published_after.png) no-repeat center center;
    background-size: contain;
}
.to-be-published .content-block .description {
    margin-bottom: 60px;
    color: #343434;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
}
.to-be-published .inner .content-block ul {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    gap: 31px;
}
.to-be-published .inner .content-block ul li a {
    display: inline-block;
    width: 300px;
    height: 100%;
    padding: 18px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #F39800;
    border-radius: 20px;
}
.to-be-published .inner .content-block ul li a:hover {
    opacity: .8;
}
.to-be-published .inner .content-block ul li a .image-box {
    margin-bottom: 18px;
    padding: 10px;

    width: 100%;
    height: 160px;

    border: 1px solid #ddd;
    border-radius: 10px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
    box-sizing: border-box;
}
.to-be-published .inner .content-block ul li a .image-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    transition: all 0.3s ease;
}
.to-be-published .inner .content-block ul li a:hover .image-box img {
    transform: scale(1.05);
    opacity: 1;
}
.to-be-published .inner .content-block ul li a .text-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.to-be-published .inner .content-block ul li a .text-box .date {
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.7px;
}
.to-be-published .inner .content-block ul li a .text-box h3 {
    color: #4E4E4E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
}
.to-be-published .inner .content-block .btn-block {
    text-align: center;
    margin-top: 30px;
}
.to-be-published .inner .content-block .btn-block .btn-item-list {
    display: inline-block;
    padding: 18px 39px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-decoration: none;
    border: 2px solid #F39800;
    border-radius: 50px;
    color: #F39800;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    top: 30px;
    z-index: 1;
}
.to-be-published .inner .content-block .btn-block .btn-item-list:hover {
    border: 2px solid #F39800;
    background: #F39800;
    color: #fff;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .to-be-published {
        padding-bottom: calc(var(--section-padding-bottom) + -30px);
    }
    .to-be-published .inner {
        padding: 0 var(--sp-x-padding);
    }
    .to-be-published .hedding-block h2::before {
        left: -36px;
        width: 60px;
        height: 40px;
    }
    .to-be-published .hedding-block h2::after {
        right: -36px;
        width: 60px;
        height: 40px;
    }
    .to-be-published .inner .content-block ul li a {
        width: 100%;
    }
    .to-be-published .content-block .description {
        margin-bottom: 2rem;
    }
}



/* でじたる横丁とは */
.about {
    padding: calc(var(--section-padding-top) + 120px) 0 var(--section-padding-bottom);
    background: #fff;
    position: relative;
}
.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #FFFBE2;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.about .content-block {
    max-width: 965px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 36px;
}
.about .content-block .image-box {
    width: 470px;
    overflow: hidden;
}
.about .content-block .image-box img {
    width: 100%;
    height: auto;
}
.about .content-block .text-box {
    padding: 0;
    max-width: 460px;
}
.about .content-block .text-box p {
    color: #343434;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 1.44px;
}
.about .content-block .text-box .btn-block {
    text-align: center;
    margin-top: 40px;
}
.about .content-block .text-box .btn-block a {
    display: inline-block;
    padding: 18px 75px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-decoration: none;
    border: 2px solid #F39800;
    border-radius: 50px;
    color: #F39800;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
}
.about .content-block .text-box .btn-block a:hover {
    border: 2px solid #F39800;
    background: #F39800;
    color: #fff;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .about {
        padding: calc(var(--section-padding-top) + 60px) 0 var(--section-padding-bottom);
    }
    .about::before {
        height: 60px;
    }
    .about .inner {
        padding: 0 var(--sp-x-padding);
    }
    .about .content-block {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .about .content-block .image-box {
        width: 100%;
        max-width: 470px;
        margin-bottom: 0;
    }
    .about .content-block .text-box {
        max-width: 100%;
    }
    .about .content-block .text-box p {
        font-size: var(--sp-font-size-p);
        line-height: var(--sp-line-height-p);
    }
}

/* note */
.note {
    padding: 20px 0;
    background: #fffbe2;
}
.note .inner {
    max-width: 965px;
    margin: 0 auto;
}
.note .content-block p {
    font-size: 12px;
}

/* CTA */
.cta {
    padding: 120px 0 60px;
    background: linear-gradient(0deg, #FFBB4A 0%, #FEDC1D 29.81%, #FFF1BC 100%);
    position: relative;
}
.cta::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url("/image/main_visual_bg_top.png") repeat-x;
    background-size: contain;
}
.cta .hedding-block {
    margin-bottom: 24px;
}
.cta .hedding-block .lead {
    color: #343434;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; 
}
.cta .hedding-block h2 {
    margin-top: 25px;
}
.cta .hedding-block h2::before,
.cta .hedding-block h2::after {
    display: none;
}
.cta .hedding-block .subtext {
    margin-top: 40px;
    color: #343434;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.cta .show-if-logged-out .btn-block {
    text-align: center;
}
.cta .show-if-logged-in .btn-block {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.cta .btn-block a.button1 {
    display: inline-block;
    padding: 14px 30px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #F39800;
    background: #fff;
    color: #F39800;
    text-align: center;
    transition: all 0.3s ease;
}
.cta .btn-block a.button1:hover {
    background: #F39800;
    color: #fff;
    opacity: 1;
}
.cta .btn-block a.button2 {
    display: inline-block;
    width: 170px;
    padding: 14px 30px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #F39800;
    background: #fff;
    color: #F39800;
    text-align: center;
    transition: all 0.3s ease;
}
.cta .btn-block a.button3 {
    display: inline-block;
    width: 170px;
    padding: 14px 30px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #fff;
    background: #F39800;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}
.cta .btn-block a.button2:hover,
.cta .btn-block a.button3:hover {
    opacity: .5;
}
.cta .btn-block a.link-login {
    padding: 0;
    margin-top: 24px;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 183.333% */
    letter-spacing: 0.6px;
    text-decoration: underline;
    color: #343434;
    text-align: center;
    transition: all 0.3s ease;
}
.cta .btn-block a.link-login:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .cta {
        padding: 85px 0 40px;
    }
    .cta::before {
        background-size: cover;
    }
    .cta .inner {
        padding: 0 var(--sp-x-padding);
    }
    .cta .hedding-block .lead {
        font-size: 1.2rem;
        line-height: 1.4; 
    }
    .cta .hedding-block h2 {
        font-size: 2rem;
        line-height: 1.2;
    }
    .cta .hedding-block h2 img {
        width: 100%;
    }
    .cta .hedding-block .subtext {
        font-size: 1rem;
    }
    .cta .show-if-logged-in .btn-block {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}



/* おすすめ商品 */
.recommend {
    padding: 60px 0;
}
.recommend .inner {
    max-width: 965px;
    margin: 0 auto;
    padding: 0;
}
.recommend .inner .content-block .head {
    margin-bottom: 38px;
    margin-top: 60px;
    text-align: center;
}
.recommend .inner .content-block:first-child .head {
    margin-top: 0;
}
.recommend .inner .content-block .head h3 {
    display: inline-block;
    color: #F39800;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}
.recommend .inner .content-block h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 4px;
    background: #F39800;
    border-radius: 100px;
}
.recommend .inner .content-block ul {
    padding: 0;
    list-style: none;
}
.recommend .inner .content-block ul li {
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 30px;
    border: 2px solid #F39800;
    border-radius: 20px;
    background: #fff;
}
.recommend .inner .content-block ul li:last-child {
    margin-bottom: 0;
}
.recommend .inner .content-block ul li .image-box {
    width: 436px;
}
.recommend .inner .content-block ul li .image-box img {
    width: 100%;
    height: auto;
}
.recommend .inner .content-block ul li .text-box {
    max-width: 440px;
}
.recommend .inner .content-block ul li .text-box h4 {
    color: #343434;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.recommend .inner .content-block ul li .text-box p {
    margin-top: 20px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 1.44px;
}
.recommend .inner .content-block ul li .text-box .btn-box {
    /* text-align: center; */
    margin-top: 38px;
}
.recommend .inner .content-block ul li .text-box .btn-box a {
    display: inline-block;
    padding: 18px 75px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-decoration: none;
    border: 2px solid #F39800;
    border-radius: 50px;
    color: #F39800;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
}
.recommend .inner .content-block ul li .text-box .btn-box a:hover {
    border: 2px solid #F39800;
    background: #F39800;
    color: #fff;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .recommend .inner {
        padding: 0 var(--sp-x-padding);
    }
    .recommend .inner .content-block ul li {
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .recommend .inner .content-block ul li .image-box {
        width: 100%;
        max-width: 436px;
    }
    .recommend .inner .content-block ul li .text-box {
        max-width: 100%;
    }
    .recommend .inner .content-block ul li .text-box h4 {
        font-size: var(--sp-font-size-h3);
        line-height: var(--sp-line-height-h3);
    }
    .recommend .inner .content-block ul li .text-box p {
        margin-top: 1rem;
        font-size: var(--sp-font-size-p);
        line-height: var(--sp-line-height-p);
    }
    .recommend .inner .content-block ul li .text-box .btn-box {
        margin-top: 1rem;
        text-align: center;
    }
}


/* お知らせ */
.topics {
    margin: 0;
    padding: var(--section-padding-top) 0 var(--section-padding-bottom);
    max-width: unset;
    background: #FFFBE2;
}
.topics .cf:before,
.topics .cf:after {
    content: "";
    display: none;
}
.topics .headline {
    max-width: 965px;
    margin: 0 auto 60px;
}
.topics .headline .btn_more a {
    border: 2px solid #F39800;
    border-radius: 8px;
    color: #F39800;
    background: #fff;
    font-weight: 700;
    position: absolute;
    top: 10px;
    padding: 0px 20px;
}
.topics .headline .btn_more a:hover {
    color: #fff;
    background: #F39800;
    opacity: 1;
}
.topics h3.title {
    display: none;
}
.topics dl.topic_list {
    max-width: 965px;
    margin: 0 auto;
    border-top: 2px solid #F39800;
    border-bottom: 2px solid #F39800;        
}
.topics dl.topic_list dt,
.topics dl.topic_list dd {
    background: #fff;
    font-size: 18px;
}
.topics dl.topic_list dd:last-child {
    border-bottom: none;
}
.topics dl.topic_list dt {
    text-align: center;
    line-height: 1.8;
}
.topics dl.topic_list dt .icon {
    display: none;
}
.topics dl.topic_list dd a {
    display: block;
    width: 95%;
    position: relative;
    transition: all 0.3s ease;
}
.topics dl.topic_list dd a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -18px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-bottom: 2px solid #F39800;
    border-left: 2px solid #F39800;
    transform: rotate(225deg);
    transition: all 0.25s ease;
}
.topics dl.topic_list dd a:hover {
    text-decoration: underline;
}
.topics dl.topic_list dd a:hover::after {
    right: -20px;
}
@media screen and (max-width: 768px) {
    .topics {
        padding-left: var(--sp-x-padding);
        padding-right: var(--sp-x-padding);
    }
    .topics .headline {
        margin-bottom: var(--sp-hedding-block-margin-bottom);
    }
    .topics .headline .btn_more {
        width: 100px;
        height: 25px;
        top: 22px;
        right: -21px;
    }
    .topics .headline .btn_more a {
        padding: 0px 8px;
    }
    .topics dl.topic_list {
        overflow: hidden;
    }
    .topics dl.topic_list dt {
        padding: 10px;
        min-height: unset;
        text-align: left;
        line-height: 1;
    }
    .topics dl.topic_list dd {
        padding: 0 10px 10px 10px;
    }
    .topics dl.topic_list dd a {
        width: unset;
        text-decoration: underline;
    }
    .topics dl.topic_list dd a::after {
        display: none;
    }
}


/* レコメンドパーツ */
.m-FeaturedProducts {
    background: #fff;
}
.m-FeaturedProducts .headline {
    border-bottom: none;
}
.m-FeaturedProducts .headline .title {
    color: #F39800;
}
.m-FeaturedProducts .bx-wrapper .slide_img a {
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #F39800;
    border-radius: 20px;
}
.m-FeaturedProducts .bx-wrapper .slide_img a img {
    transition: all 0.3s ease;
}
.m-FeaturedProducts .bx-wrapper .slide_img a:hover img {
    transform: scale(1.05);
    opacity: 1;
}
.m-FeaturedProducts .mainvisual_slider .slide_img + a {
    font-size: 18px;
}
.m-FeaturedProducts .bx-wrapper .bx-controls-direction a {
    background: #FFFBE2;
    border: 1px solid #F39800;
}
.m-FeaturedProducts .bx-wrapper .bx-controls-direction a:hover {
    background: #fff;
}
.m-FeaturedProducts .bx-wrapper .bx-next:after,
.m-FeaturedProducts .bx-wrapper .bx-prev:after {
    border-right: solid 3px #F39800;
    border-bottom: solid 3px #F39800;
}
.m-FeaturedProducts .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -60px;
}
.m-FeaturedProducts .bx-wrapper .bx-controls-direction a.bx-next {
    right: -60px;
}
@media screen and (max-width: 768px) {
    .m-FeaturedProducts {
        padding: var(--section-padding-top) var(--sp-x-padding) var(--section-padding-bottom);
    }
    .m-FeaturedProducts .section_inner.wideSection {
        padding: 0;
    }
    .m-FeaturedProducts .mainvisual_slider .slide_img + a {
        font-size: .8rem;
    }
    .m-FeaturedProducts .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -20px;
    }
    .m-FeaturedProducts .bx-wrapper .bx-controls-direction a.bx-next {
        right: -20px;
    }
}



/* 全体調整 */
.hedding-block,
#page_top_page_index .headline {
    text-align: center;
}
.hedding-block h2,
#page_top_page_index .headline .title,
#page_products_index .headline .title {
    padding: 0 32px;
    display: inline-block;
    position: relative;
    color: #F39800;
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    border-bottom: unset;
}
.hedding-block h2::before,
#page_top_page_index .headline .title::before,
#page_products_index .headline .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 33.5px;
    height: 43.5px;
    background: url("/image/h2_bg_left.svg") no-repeat center center;
    background-size: contain;
}
.hedding-block h2::after,
#page_top_page_index .headline .title::after,
#page_products_index .headline .title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 33.5px;
    height: 43.5px;
    background: url("/image/h2_bg_right.svg") no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .hedding-block,
    #page_top_page_index .headline {
        margin-bottom: var(--sp-hedding-block-margin-bottom);
    }
    .hedding-block h2,
    #page_top_page_index .headline .title {
        font-size: var(--sp-font-size-h2);
        line-height: var(--sp-line-height-h2);
    }
    .hedding-block h2::before,
    #page_top_page_index .headline .title::before {
        left: 0;
        width: 28px;
        height: 28px;
    }
    .hedding-block h2::after,
    #page_top_page_index .headline .title::after {
        right: 0;
        width: 28px;
        height: 28px;
    }
    h3 {
        font-size: var(--sp-font-size-h3);
        line-height: var(--sp-line-height-h3);
    }
    p,a {
        font-size: var(--sp-font-size-p);
        line-height: var(--sp-line-height-p);
    }
}

/* お知らせ一覧は背景色を指定しない（TOPとHTML構造が異なるので） */
#page_news_index .topics {
    background: none;
}

/* 管理画面から追加可能なフッター領域調整 */
.footer_wrp {
    background: #e5e5e5;
}
.footer.cf {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding-bottom: 15px;
}
.foote_link > li > a {
    color: var(--color-p);
    transition: all 0.3s ease;
}
.foote_link > li > a::after {
    border-right: solid 1px var(--color-p);
    border-bottom: solid 1px var(--color-p);
}
.foote_link > li > a:hover {
    opacity: .5;
    color: var(--color-p);
}
.l-footer-left {
    padding-left: 0;
}
.l-footer-right {
    padding-right: 0;
}


/* ご利用ガイド */
.guide {
    padding: 80px 0;
}
.guide .inner {
    max-width: 965px;
    margin: 0 auto;
}
.guide .hedding-block h2 {
    color: #333;
}
.guide .hedding-block h2::before {
    background: url("/image/h2_bg_left_black.svg") no-repeat center center;
    background-size: contain;
}
.guide .hedding-block h2::after {
    background: url("/image/h2_bg_right_black.svg") no-repeat center center;
    background-size: contain;
}
.guide .content-block {
    margin-top: 80px;
}
.guide .content-block .hedding-box {
    text-align: center;
}
.guide .content-block .hedding-box h3 {
    display: inline-block;
    position: relative;

    color: #F39800;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.guide .content-block .hedding-box h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #F39800;
    border-radius: 10px;
}
.guide .content-block ul {
    margin-top: 60px;
    padding: 0;
    list-style: none;

    display: flex;
    justify-content: center;
    gap: 90px;
}
.guide .content-block ul li p {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}
.guide .content-block .description {
    padding: 60px 121px;
    
    border-radius: 20px;
    background: #FFFBE2;
}
.guide .content-block .description .text-box {
    margin-top: 60px;
}
.guide .content-block .description .text-box .hedding-box {
    display: flex;
    align-items: center;
    gap: 16px;
}
.guide .content-block .description .text-box .hedding-box img {
    width: 61px;
    height: 61px;
}
.guide .content-block .description .text-box .hedding-box h4 {
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
}
.guide .content-block .description .text-box p {
    padding-left: 77px;

    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.7px;
}
.guide .content-block .description .image-box img {
    margin-top: 30px;
    width: 100%;
}
.guide .content-block .description .image-box p {
    margin-top: 30px;
    padding-left: 10px;
    
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.7px;
}
@media screen and (max-width: 768px) {
    .guide {
        padding: 60px 0;
    }
    .guide .inner {
        padding-left: var(--sp-x-padding);
        padding-right: var(--sp-x-padding);
    }
    .guide .content-block {
        text-align: center;
    }
    .guide .content-block .hedding-box h3 {
        font-size: var(--sp-font-size-h3);
        line-height: var(--sp-line-height-h3);
    }
    .guide .content-block ul {
        flex-direction: column;
    }
    .guide .content-block .description {
        padding: 1rem;
    }
    .guide .content-block .description .text-box {
        padding: 0 .5rem;
    }
    .guide .content-block .description .text-box p {
        padding-left: 0;
        margin-top: 1rem;
        text-align: left;
    }
    .guide .content-block .description p {
        text-align: left;
    }
}


/* 掲載予定の商品紹介 */
.upcoming-products {
    padding: 80px 0;
}
.upcoming-products .inner {
    max-width: 965px;
    margin: 0 auto;
}
.upcoming-products .hedding-block h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -112px;
    transform: translateY(-50%);
    width: 112px;
    height: 87px;
    background: url(/image/to_be_published_before.png) no-repeat center center;
    background-size: contain;
}
.upcoming-products .hedding-block h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -112px;
    transform: translateY(-50%);
    width: 112px;
    height: 87px;
    background: url(/image/to_be_published_after.png) no-repeat center center;
    background-size: contain;
}
.upcoming-products .description {
    margin-top: 20px;
    margin-bottom: 60px;
    color: #343434;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.upcoming-products .link-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.upcoming-products .link-list .link a {
    display: inline-block;
    padding: 7px 45px 7px 18px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.7px;
    border: 2px solid #F39800;
    border-radius: 10px;
    color: #343434;
    background: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}
.upcoming-products .link-list .link a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #343434;
    border-left: 1px solid #343434;
    transition: all 0.3s ease;
}
.upcoming-products .link-list .link a:hover {
    border: 2px solid #F39800;
    background: #F39800;
    color: #fff;
    opacity: 1;
}
.upcoming-products .link-list .link a:hover::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.upcoming-products .item-block {
    padding-top: 60px;
    text-align: center;
}
.upcoming-products .item-block h3 {
    display: inline-block;
    margin-bottom: 40px;
    color: #F39800;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}
.upcoming-products .item-block h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 4px;
    background: #F39800;
    border-radius: 100px;
}
.upcoming-products .item-block .card-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.upcoming-products .item-block .card-list .card {
    padding: 18px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #F39800;
    border-radius: 20px;
    display: flex;
    gap: 40px;
}
.upcoming-products .item-block .card-list .card .image-box {
    max-width: 365px;
}
.upcoming-products .item-block .card-list .card .image-box img {
    width: 100%;
    border-radius: 10px;
}
.upcoming-products .item-block .card-list .card .text-box {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.upcoming-products .item-block .card-list .card .text-box h4 {
    color: #343434;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}
.upcoming-products .item-block .card-list .card .text-box .text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
    letter-spacing: 1.44px;
}
.upcoming-products .item-block .card-list .card .text-box .info-box {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    row-gap: 0;
}
.upcoming-products .item-block .card-list .card .text-box .info-box .title {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.upcoming-products .item-block .card-list .card .text-box .info-box .detail {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.upcoming-products .item-block .card-list .card .text-box .info-box .url {
    margin-top: 3px;
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.upcoming-products .cta-block {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.upcoming-products .cta-block .button-white,
.upcoming-products .cta-block .button-orange {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 345px;
    height: 73px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 50px;
}
.upcoming-products .cta-block .button-white {
    border: 2px solid #F39800;
    color: #F39800;
    background: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.upcoming-products .cta-block .button-white:hover {
    background: #F39800;
    color: #fff;
    opacity: 1;
}
.upcoming-products .cta-block .button-orange {
    border: 2px solid #F39800;
    color: #fff;
    background: #F39800;
    transition: all 0.3s ease;
}
.upcoming-products .cta-block .button-orange:hover {
    color: #F39800;
    background: #fff;
    opacity: 1;
}
@media screen and (max-width: 965px) {
    .upcoming-products .inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .upcoming-products {
        padding: 60px 0;
    }
    .upcoming-products .inner {
        padding: 0 var(--sp-x-padding);
    }
    .upcoming-products .hedding-block h2::before {
        left: -36px;
        width: 60px;
        height: 40px;
    }
    .upcoming-products .hedding-block h2::after {
        right: -36px;
        width: 60px;
        height: 40px;
    }
    .upcoming-products .link-list {
        gap: .5rem;
    }
    .upcoming-products .link-list .link a {
        padding: .5rem;
        font-size: .8rem;
    }
    .upcoming-products .link-list .link a::after {
        display: none;
    }
    .upcoming-products .item-block .card-list .card {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .upcoming-products .item-block .card-list .card .text-box h4 {
        font-size: 1.2rem;
    }
    .upcoming-products .item-block .card-list .card .text-box .text {
        font-size: 1rem;
    }
    .upcoming-products .item-block .card-list .card .text-box .info-box {
        grid-template-columns: 1fr;
    }
    .upcoming-products .item-block .card-list .card .text-box .info-box .title {
        margin-top: 10px;
    }
    .upcoming-products .item-block .card-list .card .text-box .info-box .title,
    .upcoming-products .item-block .card-list .card .text-box .info-box .detail {
        font-size: .9rem;
    }
    .upcoming-products .item-block .card-list .card .text-box .info-box .url {
        margin-top: 0;
        font-size: .7rem;
    }
    .upcoming-products .cta-block {
        margin-top: 3rem;
        flex-direction: column;
        gap: 1rem;
    }
    .upcoming-products .cta-block .button-white,
    .upcoming-products .cta-block .button-orange {
        width: 280px;
        height: 56px;
        font-size: 1.1rem;
    }
}