@charset "UTF-8";

/* =========================================
   共通変数・基本設定
========================================= */
:root {
    --font-2xl: min(3vw, 40px);
    --font-xl: min(2.4vw, 24px);
    --font-l: min(2vw, 22px);
    --font-m: min(1.6vw, 20px);
    --font-s: min(1.4vw, 16px);
    --theme_color: #e60012;
    /* グレースケール・白黒 */
    --color-black: #272727;
    --color-gray-dark: #bbbbbb;
    --color-gray-medium: #dddddd;
    --color-gray-light: #f3f3f3;
    --color-white: #ffffff;
    --color-red: #d00000;
    --color-pink: #ffeded;
    --color-blue-dark: #2a58ac;
    --color-blue-bright: #0080ff;
    --color-yellow: #e5bd1c;
    --color-beige: #f7ecdb;

    --border-radius-s: 1.09cqw;
    --border-radius-m: 2.68cqw;
    --border-radius-l: 5.43cqw;

    --w-min: 375;
    --w-max: 1920;

    --border-thin: 0.5px;
    --border-thick: 1px;
}

.cmn_spacer {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    :root {
        --font-2xl: 6vw;
        --font-xl: 5.2vw;
        --font-l: 3.6vw;
        --font-m: 3vw;
        --font-s: 2.8vw;
    }

    .cmn_spacer {
        margin-top: 2.8rem;
    }
}

/* =========================================
   全カテゴリスタイル適用
========================================= */
.titleMain--main>span,
.wd_searchtitle,
.cta .ctaAdd .ctaAdd__lead,
.cta .ctaAdd .ctaAdd__text>em,
.voicelist__header--name,
.titleHeading>span,
.flex__content .content__item .content--title,
.flex__content .content__item .content--price,
.include-accordion a,
.btn__more>*,
.wd_resultflex_tabitem.wd_active,
.wd_resultflex_item_price,
.wd_resultflex_item_reftitle,
#headbox strong,
.titleMain--main>span,
.wd_carattable_flex_kind,
.wd_carattable_flex_arrowtext,
.brandinfo__body__text .red--b,
.brandinfo__body__text .red--r,
.text--colorRed02,
.numbox__slide_inside--text,
.kaitoriDetail .kaitoriDetail__definition .text.price,
.form__answer .sumTitle {
    color: var(--theme_color) !important;
}

.titleSub,
.enhanced_additional_wrap .enhanced_additional_tabitem:hover,
.enhanced_additional_wrap .enhanced_additional_tabitem.wd_active,
.gram_market_price .js-toggle .morePriceBtn,
#app_contents_detail .blog__article>p a.text_link,
.titlesub span,
.first_link_design2_top_text,
.flex__tab .tab__item.active a,
.free_text,
.transformation_description_content_text,
.cta_section_content_text_area_wrap h4,
.reason_section_content span,
.cta_section_content_ttl span,
.qa__list__q,
.newsList__item:hover a,
.newsList__item:hover p,
.newsList__item:hover .news-item__time,
.newsList__item:hover .news-item__title,
.theme_color {
    color: #e60012;
}

.cls-2_design1 {
    stroke: #e60012;
}

.cls-2_first_link_img_text {
    fill: #e60012;
}

a.img__link:hover .img::before,
.btn__red>a,
.titleMain:before,
.cta .ctaAdd .ctaAdd__header__title,
.numbox .numbox__slide--img>span,
.numbox .numbox__slide--title::before,
.voicelist__pagenation--item>*.current,
.voicelist__pagenation--item>a:hover,
.flex--slide__pagenation .pagenation--arrows .slick-arrow,
.qa__list__button button,
.otakaraya_shop_map .area_btn,
.shop_area button::before,
section.expert_recent_comment .ex_comment_headline,
.brandinfo__header,
.wd_resultflex_tabarea .wd_resultflex_tabitem,
.wd_resultflex_pagelink_wrap .wd_resultflex_pagelink,
.news-item__meta .news-item__category,
.flex__tab .tab__item a,
.enhanced_additional_wrap .enhanced_additional_tabitem,
.enhanced_additional_wrap .enhanced_additional_tabitem_circle,
.wd_brandinfo_item .wd_brandinfo_title .wd_brandinfo_item,
.is-sp.flex--slide__pagenation,
.flex--slide__pagenation,
.btn__red button.souba,
#jewelry .jewelrySoubaBox__form .btn__red button.souba,
#jewelry_category .jewelrySoubaBox__form .btn__red button.souba,
#app_contents_detail .blog__article>h3 span::before {
    background-color: var(--theme_color);
}

span.span_theme_color {
    color: var(--theme_color);
}

.theme_b_color,
.more_btn_bg {
    background-color: var(--theme_color);
    color: #fff;
}

.is-sp.flex--slide__pagenation {
    background-color: #e6001200;
}

.jewelrySoubaBox__title,
.num-content__list::before,
.list_katakana_brand_tab_title,
.wd_brandinfo_title {
    background-color: var(--theme_color) !important;
}

.horizonnumblist .horizonlist--img span,
.numbox__slide--img span {
    background: var(--theme_color) !important;
}

li .w_tabs .w_tab.active div.tabbox.active,
div.tabbox.active {
    background: var(--theme_color);
}

.wd_searchtitle,
.common_header_searchinput,
.notices a:hover,
.news-item__meta .news-item__category,
.voicelist__pagenation--item>*.current,
#faq .faq-accordion__ttl::before,
#faq .faq-accordion__ttl::after,
.fshoplist-trigger--item a:hover,
dd ul li a:hover {
    border-color: var(--theme_color) !important;
}

.btn__red>a,
#jewelry_category .jewelrySoubaBox__form .btn__red button.souba {
    border-color: var(--theme_color);
}

.form__liner select,
.form__liner input {
    border: 2px solid var(--theme_color) !important;
}

.btn__red button.souba,
#jewelry_category .jewelrySoubaBox__form .btn__red button.souba {
    border: 2px solid var(--theme_color);
}

.btn__more>*:hover {
    border: 1px solid var(--theme_color);
}

.first_link_design2_top_text {
    border: 1px solid var(--theme_color);
}

.shop-leader_head p.bordersitecolor {
    background-color: var(--theme_color) !important;
    border-color: var(--theme_color) !important;
}

#shop-leader02 .shop-leader_container {
    border-top: 6px solid var(--theme_color);
}

.result-brand__wrap .btn__more a {
    color: #545454 !important;
}

#app_contents_detail .blog__article>p a:not(.text_link) {
    background-color: var(--theme_color);
    border: 2px solid var(--theme_color);
}

.gold-top-fv .annotation-list {
    padding: 5px 2.5cqw 0;
    line-height: 1.2;
    font-size: 2.4vw;
}

.gold-top-fv .annotation-item {
    margin-bottom: 0.2em;
}

@media (min-width: 768px) {
    .nav__wrap .nav .gnav__item.current>a {
        color: var(--theme_color) !important;
    }

    .nav .gnav__item.current>a {
        border-color: var(--theme_color);
    }
}

.nav .gnav__item a .is-wrap {
    display: none;
}

@media (min-width: 768px) and (max-width: 950px) {
    .nav .gnav__item a .is-wrap {
        display: block;
    }

    .has-submenu.active>a::after {
        bottom: -8px !important;
    }
}

@media (max-width: 767px) {
    .flex--slide__pagenation {
        background-color: #e6001200;
    }

    .latest_results_content_wrap .btn__wrap.btn__more span {
        color: #fff !important;
    }

    #brand .enhanced_additional_tabitem {
        height: auto;
    }
}

/* フッダー文字余白調整 */
#footer .footer__foot--inner {
    padding: 50px 24px 20px;
}

@media (max-width: 767px) {

    .corporate_info_business_wrap a,
    #footer .footer__foot--inner .corporate__link>.item {
        margin-top: 5px !important;
    }

    #footer .footer__foot--permit,
    .corporate_info_business_wrap,
    .corporate_info_business_wrap,
    #footer .footer__foot--inner .corporate__name,
    #footer .footer__foot--inner .corporate__link {
        margin-top: 20px !important;
    }

    #footer .footer__foot--inner {
        padding: 30px 30px !important;
    }
}

/* よくある質問スタイル変更 */
.qa__wrap .qa__list__a::before {
    background-color: #ffffff;
    border: 1px solid var(--theme_color);
    color: var(--theme_color);
}

.qa__wrap .qa__list__q {
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.qa__wrap .qa__list__a {
    font-size: 1rem;
    color: #000000;
}

.qa__wrap .qa__list {
    padding: 2rem 1.25rem;
    border-radius: 1.5rem;
    background-color: #ffffff;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    padding-right: 0;
}

.qa__list__button {
    display: none;
}

.qa__wrap+.btn__more>* {
    padding: .75rem .75rem;
    color: #fff !important;
    border: none;
    background-color: var(--theme_color);
    padding-right: 2rem;
}

.qa__wrap+.btn__more {
    max-width: 200px !important;
}

.qa__wrap+.btn__more>*::after {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 10%;
    width: 2em;
    height: 2em;
    transform: translateY(-50%);
    background-size: 1em;
    background-color: #fff;
    border-radius: 50%;
}

.qa__list__q::before {
    background-color: #d82300 !important;
}

.qa__list__inner {
    min-height: auto;
}

.qa__list+.qa__list {
    margin-top: 0;
}

.qa__list__q,
.qa__list__a {
    padding-right: 0;
    padding-left: 2.5rem;
}

@media (min-width: 768px) {
    .qa__wrap {
        margin: 1rem auto 0;
    }

    .tel_text {
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        font-size: clamp(0.4rem, 2.8vw, 5rem);
        font-weight: 600;
    }

    .header_tel_wrap {
        display: flex;
        align-items: center;
        line-height: 1;
        justify-content: flex-end;
    }

    #header {
        padding: 0.5% 0 0;
    }

    #header .header__head {
        padding: 10px 0.5%;
    }

    #header .header__head .logo__wrap {
        justify-content: flex-start;
    }

    #header .header__head .logo__text {
        margin-left: 0.5859375vw;
        margin-right: 0.625vw;
        font-size: clamp(0.4rem, 0.9vw, 3rem);
    }
}

@media (max-width: 767px) {
    .faq_section.renew_2024 .qa__list {
        background-color: #ffffff !important;
        border-radius: 0px !important;
    }

    .faq_section.renew_2024 .qa__list__a::before {
        background-color: var(--theme_color);
    }

    .faq_section.renew_2024 .qa__list__q,
    .faq_section.renew_2024 .qa__list__a {
        padding: 0px 0px 0px 40px !important;
    }

    .faq_section.renew_2024 .qa__list__q {
        color: var(--theme_color) !important;
    }

    .faq_section.renew_2024 .qa__list__q::before,
    .faq_section.renew_2024 .qa__list__a::before {
        width: 1.5rem !important;
        height: 1.5rem !important;
        line-height: 1.5rem !important;
    }

    .qa__wrap+.btn__more {
        max-width: 250px !important;
    }

    .qa__wrap+.btn__more>* {
        padding: 1.3rem .75rem;
    }

    .qa__wrap .qa__list__q {
        align-items: flex-start;
        line-height: 1.1;
    }
}

@media (max-width: 767px) {
    #header {
        width: 100%;
        padding: 6px 2.2% !important;
    }

    #header.open .nav-close {
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        top: 0;
        left: 0;
        position: fixed;
        z-index: 1;
    }

    #header.open .nav__wrap {
        padding: 0 0 30vw !important;
        height: 100vh !important;
        width: calc(100vw - 70px);
    }

    #header .common_header_head {
        padding: 5vw 0 5vw 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #header .common_header_body {
        overflow: hidden;
    }

    #header .common_logo_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 18%;
    }

    #header p.common_logo_img {
        width: 47.0667vw;
        padding-left: 2px;
    }

    #header .common_logo_text {
        width: 55%;
        margin-left: 3.8%;
        font-size: 10px;
    }

    #header .header__head .logo__wrap {
        margin-right: 0;
        width: 74%;
        display: block;
    }

    #header .header__head .logo__img {
        width: 41.2% !important;
        padding-left: 2px;
        margin-bottom: 2%;
    }

    #header.open .header__head {
        display: block;
    }

    #header .header__head {
        height: 5rem;
    }

    #header #nav_toggle {
        width: 40px;
        height: auto;
        position: inherit;
        top: 5px !important;
        right: 5px !important;
    }

    #header.active #nav_toggle {
        width: 60px;
        position: fixed;
    }

    #header.active #nav_toggle .menu_open {
        border-radius: 6px;
        overflow: hidden;
    }

    #header.open #nav_toggle {
        position: fixed;
        top: 6px;
        right: 1.6%;
        z-index: 999999;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }

    #header .common_header_privacy {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 0.7rem;
    }

    #header .common_header_privacy a {
        width: 100px;
    }

    #header .common_header_tel_btn,
    #header .common_header_mail_btn {
        width: 100%;
        text-align: center;
        margin: 24px 0 0;
        padding: 0 5%;
        font-weight: 500;
    }

    #header .common_header_tel_btn p {
        font-size: 3.4973vw;
        color: #E50012;
    }

    #header .common_header_mail_btn p {
        font-size: 3.4973vw;
        color: #009651;
    }

    #header p.tel__text {
        text-align: left !important;
    }

    #header .acd_red {
        background-color: #D82300;
        color: white;
    }

    #header .acd_red .acod__contentsNav {
        color: #000000;
    }

    #header .acd_red .acod__switchNav::after {
        background: url(/assets/img/icon_plus_white01.png) no-repeat right center;
        background-size: contain;
    }

    #header .acd_red .acod__switchNav.open::after {
        background: url(/assets/img/icon_minus_white01.png) no-repeat right center;
        background-size: contain;
    }

    #header .shop_link {
        color: #e50012;
        font-size: 18px;
        border: 1px solid #e50012;
        border-radius: 10px;
        box-shadow: 3px 3px 5px 0.8px rgba(4, 0, 0, 0.26);
        padding: 12px 0 12px 66px;
        margin: 0px 5% 10px;
        font-weight: bold;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background: url(/assets/img/side-icon/shop.png) no-repeat 14px center / 45px;
    }

    #header .shop_link::before {
        content: "";
        width: 35px;
        height: 100%;
        background: #e50012;
        top: 0;
        right: 0;
        position: absolute;
        z-index: 1;
    }

    #header .shop_link::after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 16px;
        background: #FFF;
        background-image: none !important;
        clip-path: polygon(0 0, 0 100%, 100% 50%);
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        position: absolute;
        z-index: 2;
    }

    #header p.header__title {
        font-size: 4.6667vw;
        color: #FFFFFF;
        font-weight: bold;
        padding: 12px 0 12px 5%;
        position: relative;
        margin-bottom: 0 !important;
    }

    #header p.header__title::after {
        content: "";
        width: 88.4vw;
        height: 100%;
        background-color: #e50012;
        left: -5vw;
        top: 0;
        position: absolute;
        z-index: -1;
    }

    #header .sidebar__nav.about__nav {
        margin-top: 32px;
    }

    #header .sidebar__nav .sideAcod__switchNav,
    #header .sidebar__nav .single a {
        display: flex;
        align-items: center;
        padding: 0.6vw 0;
        margin: 0 5%;
        position: relative;
        border-bottom: 1px solid #7A7A7A;
    }

    #header .sidebar__nav .sideAcod__nav:last-child .sideAcod__switchNav,
    #header .sidebar__nav .single:last-child a {
        border: 0;
    }

    #header .sidebar__nav.about__nav a {
        padding: 10px 0;
    }

    #header .sidebar__nav .sideAcod__switchNav::before,
    #header .sidebar__nav .single a::before {
        content: "";
        background: #000;
        width: 4.5333vw;
        height: 4.5333vw;
        border-radius: 50%;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        position: absolute;
        z-index: 1;
    }

    #header .sidebar__nav .sideAcod__switchNav::after,
    #header .sidebar__nav .single a::after {
        content: "";
        display: inline-block;
        width: 2.2667vw;
        height: 1.4667vw;
        background: #FFF;
        clip-path: polygon(0 0, 100% 0%, 50% 100%);
        top: 50%;
        right: 2.266vw;
        transform: translate(50%, -50%);
        position: absolute;
        z-index: 1;
    }

    #header .sidebar__nav .sideAcod__switchNav.open::after {
        transform: scale(1, -1) translate(50%, -50%);
        top: 42%;
    }

    #header .sidebar__nav .single a::after {
        width: 1.4667vw;
        height: 2.2667vw;
        clip-path: polygon(0 0, 0 100%, 100% 50%);
    }

    #header .sidebar__nav .sideAcod__switchNav .icon,
    #header .sidebar__nav .single a .icon {
        width: 13vw;
        height: 16vw;
        margin-right: 2vw;
    }

    #header .sidebar__nav.about__nav .single a .icon {
        width: 8vw;
        height: 8vw;
    }

    #header .sidebar__nav .sideAcod__switchNav .icon img,
    #header .sidebar__nav .single a .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #header .sidebar__nav .sideAcod__switchNav p,
    #header .sidebar__nav .single a {
        font-size: 4vw;
        font-weight: bold;
    }

    #header .sidebar__nav h3 {
        margin: 15px 0 15px 5%;
        border-left: 5px solid #e50012;
        line-height: 1.2;
        font-weight: 600;
        font-size: 3.7vw;
        margin: 16px 0;
        padding-left: 8px;
    }

    #header .sideAcod__nav .sideAcod__contentsNav ul li {
        position: relative;
        padding: 0 5%;
        background-color: #f3f2ee;
        margin-bottom: 3px;
    }

    #sp_sidebar_block {
        padding: 10px;
    }

    #header .sideAcod__nav .sideAcod__contentsNav ul li a {
        font-size: 3.3333vw;
        font-weight: bold;
        padding: 6% 0;
        display: block;
    }

    #header .sideAcod__nav .sideAcod__contentsNav ul li a::before,
    #header .sideAcod__nav .sideAcod__contentsNav ul li a::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 5%;
        width: 8.1px;
        height: 2px;
        border-radius: 9999px;
        background-color: #e50012;
        transform-origin: calc(100% - 1px) 50%;
    }

    #header .sideAcod__nav .sideAcod__contentsNav ul li a::before {
        transform: rotate(37.5deg);
    }

    #header .sideAcod__nav .sideAcod__contentsNav ul li a::after {
        transform: rotate(-37.5deg);
    }
}

#watch_cta .cta-section {
    gap: 24px 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

#watch_cta .cta-phone img {
    max-width: 100%;
}

#watch_cta .cta-card {
    position: relative;
}

#watch_cta .cta-phone a {
    display: block;
    position: relative;
}

#watch_cta .cta-card img {
    max-width: 100%;
}

#watch_cta img.cta_btn {
    cursor: pointer;
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 40%;
}

#watch_cta .cta_link_btn {
    width: fit-content;
    margin: 1rem auto;
    display: flex;
    align-items: center;
    position: relative;
}

#watch_cta .cta_link_btn a {
    width: 300px;
    display: block;
    background-color: white;
    margin: auto;
    padding: 12px 24px;
    border-radius: 48px;
    border: solid 2px black;
    box-shadow: 1px 3px #0000006b;
}

#watch_cta .shop_icon::before {
    content: "";
    background: url(/assets/img/icon/shop_cta_icon.png);
    width: 20px;
    height: 28px;
    display: block;
    position: absolute;
    background-size: cover;
    left: 24px;
    z-index: 1;
}

#watch_cta .cta_link_btn a::after {
    content: "▶";
}

▶ #watch_cta .cta-button:hover {
    background-color: #218838;
}

#watch_cta .cta-flex .cta-card {
    flex: 1;
}

.theme_color_border {
    border: 2px solid var(--theme_color);
}

@media (min-width: 768px) {
    #watch_cta .cta-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #watch_cta .cta-container {
        border-radius: 24px;
        width: 48%;
        position: relative;
    }

    #watch_cta .cta-header {
        background-color: var(--theme_color);
        border-right: solid 4px var(--theme_color);
        border-left: solid 4px var(--theme_color);
        border-radius: 24px 24px 0 0;
    }

    #watch_cta h3 {
        color: black;
        font-weight: bold;
        text-align: center;
        font-size: 32px;
        padding: 6px 0;
        margin: auto;
    }

    #watch_cta .cta-headline {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin: auto;
    }

    #watch_cta h3::before,
    #watch_cta h3::after {
        content: "▼";
        color: black;
    }

    #watch_cta .cta-flex h4 {
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 24px;
        padding: 6px 0;
    }

    #watch_cta img.card_photo {
        width: 100%;
    }

    #watch_cta .cta-text {
        background-color: white;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding: 1rem 0;
        border-radius: 0 0 24px 24px;
        border-right: solid 4px var(--theme_color);
        border-left: solid 4px var(--theme_color);
        border-bottom: solid 4px var(--theme_color);
        position: relative;
    }

    #header .tel_icon {
        width: 3.5546875vw;
        max-width: 80px;
        margin-top: 0.5vw;
    }
}

@media (max-width: 1200px) {
    #watch_cta h3 {
        font-size: 22px;
    }

    #watch_cta .cta-headline {
        font-size: 20px;
    }

    #watch_cta .cta-text {
        font-size: 16px;
    }

    #watch_cta .cta_link_btn a {
        font-size: 12px;
        width: 100%;
    }

    #watch_cta .shop_icon::before {
        left: 12px;
    }
}

@media (max-width: 767px) {

    #watch_cta .cta-phone,
    #watch_cta .cta-card {
        margin-bottom: 2rem;
    }

    #watch_cta img.cta_btn {
        bottom: 3%;
        width: 80%;
    }

    #watch_cta h3 {
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: 28px;
        margin: auto;
        top: -20px;
        display: block;
        position: absolute;
        line-height: 1.2;
        width: 100%;
    }

    #watch_cta .text_frame {
        -webkit-text-stroke: 10px var(--theme_color);
        z-index: -1;
    }

    #watch_cta span.span_theme_color {
        color: #f6ff00;
    }

    #watch_cta .cta-flex {
        background-color: var(--theme_color);
        padding: 1rem;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        border-radius: 0 0 24px 24px;
    }

    #watch_cta .cta-text {
        position: relative;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    #watch_cta .cta-headline {
        position: relative;
        background: var(--theme_color);
        width: 100%;
        color: white;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        padding-top: 60px;
        border-radius: 24px 24px 0 0;
    }

    #watch_cta .cta-container {
        background: white;
        border-radius: 24px;
    }

    #watch_cta img.card_photo {
        border: solid 4px white;
        border-radius: 24px 24px 0 0;
        max-width: 100%;
    }

    #watch_cta .cta-flex h4 {
        color: var(--theme_color);
        font-weight: bold;
        text-align: center;
        font-size: 24px;
        padding: 6px 0;
    }

    #watch_cta img.call_btn {
        cursor: pointer;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    #watch_cta .cta-section {
        gap: 0;
    }
}

.scaleUpDown_anim {
    animation: scaleUpDown 2s infinite ease-in-out;
}

@keyframes scaleUpDown {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

#watch_cta a {
    transition: all 0.3s ease;
}

#watch_cta a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
}

/* MENUボタン */
#header.open {
    z-index: 1000 !important;
}

#header #nav_toggle .menu_open {
    display: block;
}

#header.open #nav_toggle .menu_open {
    display: none;
}

#header #nav_toggle .menu_close {
    display: none;
}

#header.open #nav_toggle .menu_close {
    display: block;
}

/* 見出し、リード分統一 */
.titleMain--lead,
p.titleHeading+h3,
p.titleMain--main+p {
    font-weight: 500;
    width: fit-content;
    margin: auto;
    margin-top: 2%;
    font-size: var(--font-l) !important;
    text-align: left !important;
}

.top_p_text,
.titleMain--main,
.titleHeading,
.sub_title_2024,
p.titleSub {
    font-size: var(--font-2xl) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

@media (max-width: 767px) {

    .top_p_text,
    .titleMain--main,
    .titleHeading,
    .sub_title_2024,
    p.titleSub {
        margin: 4.5% 0;
        line-height: 1.2;
        letter-spacing: 0.03em;
    }
}


/* =========================================
   中間CTAスタイル一箇所で適用させる
========================================= */
.middle_cta_section {
    font-size: clamp(6.5px, 1vw, 14.3px);
    padding-top: 1.8rem;
}

.speech_bubble_cta {
    position: relative;
    background: #fff;
    border: 4px solid #00b462;
    border-radius: 0.9em;
    padding: 0.4em 1.2em;
    width: fit-content;
    margin: auto;
    font-weight: 600;
    font-size: 1.6em;
}

.speech_bubble_cta::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 10px 5px 0px 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

.assessment_cta_head_area {
    background-color: #07b462;
    border-radius: 15px 15px 0 0;
    padding: 3em 0 2em 2em;
    position: relative;
}

.speech_bubble_cta_wrap {
    position: absolute;
    top: -2em;
}

.middle_cta_yellow {
    color: #fefc1b;
}

.cta_head_top_text,
.cta_head_bottom_text {
    color: #fff;
}

.cta_head_top_text .middle_cta_yellow {
    font-size: 1.2em;
    margin: 0 -0.4em;
}

.cta_head_top_text {
    font-size: 2.3em;
}

.cta_head_text_wrap {
    text-align: center;
    width: 75%;
    font-weight: 500;
    line-height: 1.2;
}

.cta_head_bottom_text {
    font-size: 4em;
    font-weight: 900;
    margin-top: 0.1em;
}

img.img_kinta {
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 28%;
}

.cta_head_bottom_text .middle_cta_yellow {
    font-size: 01.2em;
}

.assessment_cta_bottom_area a img {
    animation: anime_cv_btn 0.5s ease 0s infinite alternate;
    transform-origin: center;
}

.assessment_cta_bottom_area {
    border: 4px solid #00b462;
    border-top: none;
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: space-between;
    padding: 2em 1.5em;
    text-align: center;
    align-items: center;
}

.free_tel {
    background-color: #e40013;
    color: #ffffff;
    padding: 0.1em 0.5em;
    border-radius: 3px;
    margin-right: 0.5em;
}

.assessment_cta_bottom_text_area {
    width: 60%;
}

.assessment_cta_bottom_area a {
    width: 40%;
}

.assessment_cta_bottom_area a img {
    width: 100%;
}

.tel_icon {
    width: 5em;
}

.assessment_cta_bottom_area_text {
    font-size: 1.5em;
    font-weight: 600;
}

.tel_area {
    display: flex;
    align-items: center;
    gap: 0% 2%;
    justify-content: center;
}

p.tel_area_text {
    font-size: 4em;
    font-weight: 900;
}

@keyframes anime_cv_btn {
    from {
        transform: scale(0.9, 0.9);
    }

    to {
        transform: scale(1, 1);
    }
}

@media (max-width: 767px) {
    @keyframes anime_cv_btn {
        from {
            transform: scale(0.95, 0.95);
        }

        to {
            transform: scale(1, 1);
        }
    }

    .assessment_cta_bottom_area {
        background-color: #07b462;
        flex-direction: column;
        padding: 0em 1.5em 2em 1.5em;
        border: 0px solid #00b462;
    }

    .speech_bubble_cta {
        font-size: 2.7vw;
    }

    .cta_call_wrap,
    .cta_mail_wrap {
        background-color: #ffffff;
        width: 100%;
        padding: 2em 0;
        border-radius: 20px;
        position: relative;
    }

    .assessment_cta_bottom_area a {
        width: 90%;
        display: block;
        margin: auto;
    }

    .assessment_cta_bottom_area .assessment_cta_time {
        font-size: 3vw;
        margin-top: 1em;
    }

    .assessment_cta_bottom_area .cta_read_text {
        font-size: 4vw;
        margin-bottom: 0.5em;
        font-weight: 600;
    }

    .cta_call_wrap {
        margin-bottom: 2em;
    }

    img.img_kinta {
        bottom: -10%;
    }

    .assessment_cta_head_area {
        padding: 7vw 0 2em 2em;
    }

    .speech_bubble_cta::before {
        bottom: -7px;
    }

    .cta_head_top_text {
        font-size: 4vw;
    }

    .cta_head_bottom_text {
        font-size: 6.3vw;
    }

    .middle_cta_section {
        padding-top: 0.8rem;
    }
}


/* =========================================
   最初のコンテンツをサイドバーの位置と同じ高さにする
========================================= */
@media (min-width: 768px) {
    .contents__left> :first-child {
        margin-top: 0 !important;
    }
}

/* =========================================
   svgテキストを隠しておく用
========================================= */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}


/* =========================================
   ヘッダーエリア
========================================= */
#header .header__head .logo__img {
    width: 15.625vw;
    max-width: 400px;
}

#header .header__head .logo__img a {
    display: flex;
}

#header .header__head .logo__img img {
    width: 100%;
    height: auto;
}

#header .header__head .tel__text {
    font-size: clamp(0.4rem, 0.9vw, 3rem);
    line-height: 1;
    text-align: left;
    margin: 0;
    color: #000 !important;
}

#header .header__head .tel__text span {
    border: 1px solid #000;
    display: block;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 2px;
}

#header .search_box_wrap {
    padding-left: 0.625vw;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

#header .search_box_wrap .wd_searchbox {
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header .search_box_wrap .wd_searchbox span {
    font-size: .75cqw;
    color: var(--theme_color);
    font-weight: bold;
}

#header .search_box_wrap .wd_searchbox .gtm_form_search_result_sidebar {
    position: relative;
}

#header .search_box_wrap .wd_searchbox .gtm_form_search_result_sidebar::after {
    content: "";
    position: absolute;
    top: 50%;
    left: max(0.390625vw, 4px);
    transform: translateY(-50%);
    width: max(0.859375vw, 12px);
    aspect-ratio: 0.87;
    background-image: none !important;
    background-color: var(--theme_color);
    -webkit-mask: url("/assets/img/header/search_icon.png") no-repeat center center / contain;
    mask: url("/assets/img/header/search_icon.png") no-repeat center center / contain;
    width: 8%;
    z-index: 2;
    filter: drop-shadow(0 0 0.5px var(--theme_color)) drop-shadow(0 0 0.5px var(--theme_color));
}

#header .search_box_wrap .wd_searchbox .wd_searchinput {
    font-size: clamp(0.4rem, 0.9vw, 3rem);
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 18.203125vw;
    height: auto !important;
    aspect-ratio: 7.766666666666667;
    border: 2.5px solid var(--theme_color);
    background-color: #FFFFFF;
    padding: 0px 8px 0 max(1.9625vw, 18px);
    border-radius: 0.390625vw;
}

#header .search_box_wrap .wd_searchbox .wd_searchinput::placeholder {
    font-weight: bold;
}

#header .search_box_wrap .wd_searchbox .wd_searchinput:focus {
    outline: none;
    border-color: var(--theme_color) !important;
}

/* 検索ボックス上のテキストにスラッシュを疑似要素で追加 */
.header__head .wd_searchbox span::before {
    content: "";
    width: 2px;
    height: 1em;
    background-color: currentColor;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-25deg);
}

.header__head .wd_searchbox span::after {
    content: "";
    width: 2px;
    height: 1em;
    background-color: currentColor;
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(25deg);
}

@media (max-width: 767px) {
    #header .ex_link_wrap_top {
        right: 0px !important;
        top: 0px !important;
        position: inherit !important;
        width: 100% !important;
    }

    #header .p_text.is-sp {
        font-size: 0.5rem;
    }

    #header.open .nav__wrap .tel__wrap {
        position: relative;
    }

    #header .ex_link_wrap_top a {
        width: 70px;
        display: block;
        margin: auto;
    }

    #header .search_box_wrap {
        display: none;
    }

    #header.active .header__head .logo__wrap {
        width: 36px;
        margin-right: 10px;
    }

    #header.active .header__head .logo__img {
        width: 100% !important;
    }

    #header .header__head .sp-folloed-logo {
        display: none;
    }

    #header.active .header__head .logo {
        display: none;
    }

    #header.active .header__head .sp-folloed-logo {
        display: block;
    }

    #header.active .search_box_wrap {
        display: block;
        padding: 0;
        border: 0;
    }

    #header.active .search_box_wrap .wd_searchbox .wd_searchinput {
        height: 35px;
        width: 70.53vw;
        border-radius: 10px;
        font-size: 14px;
    }

    #header.active .logo__wrap .logo__text {
        display: none;
    }

    #header .sp-nav-wrap {
        margin: 0 3.5% 10px 3.5%;
    }

    #header .sp-nav-wrap a {
        position: relative;
        display: block;
        container-type: inline-size;
    }

    #header .sp-nav-wrap a p {
        position: absolute;
        top: 53%;
        font-size: 4cqw;
        left: 21%;
        color: #fff;
        font-weight: 500;
    }

    #header .header__head .p-mark {
        width: 12%;
        margin-right: 4%;
    }
}

@media (max-width: 1180px) {
    #header .search_box_wrap .wd_searchbox .wd_searchinput {
        border: 1px solid var(--theme_color);
        width: 19.203125vw;
        padding: 0px 8px 0 max(2.5625vw, 18px);
    }
}


/* =========================================
   検索関連スタイル
========================================= */
.common_header_searchtitle {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 0 5px 5%;
    font-size: 4vw;
    font-weight: 700;
    padding-left: 7%;
    background: url(/assets/img/header-sp/search-icon.png) no-repeat left center / 16px;
}

.common_header_searchtitle.wd_margintop {
    padding-top: 40px;
}

.common_header_searchbox {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 864px;
    margin: 0px auto 0px;
    padding: 0 12px;
}

.common_header_searchbox.wd_marginbottom {
    padding-bottom: 40px;
}

.common_header_searchinput {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 2px solid #D82300;
    background-color: #FFFFFF;
    padding: 0px 10px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
}

@media(max-width:767px) {
    #sp_sidebar_block .sideAcod__contentsNav P {
        margin: auto 0 auto 16px;
        font-size: 4vw;
        font-weight: bold;
        border-left: 5px solid #e50012;
        padding-left: 8px;
        margin: 16px 0;
    }

    .common_header_searchinput {
        font-size: 14px;
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 30px;
        border: 1px solid #333333 !important;
        background-color: #FFFFFF;
        padding: 0px 8px;
        border-radius: 5px;
    }

    .common_header_searchbox {
        position: relative;
        display: block;
        box-sizing: border-box;
        margin: 0px 5% 20px;
        padding: 0;
        width: auto;
    }

    form.header_form_search_result {
        gap: 5px;
    }

    .common_header_searchbox input[type="submit"] {
        background: #00b3e7;
        color: #FFF;
        padding: 0 15px;
        box-shadow: 2px 2px 0 #00607c;
        border-radius: 5px;
        font-size: 14px;
    }

    .common_header_searchbutton::before {
        background-image: none !important;
    }
}

.common_header_searchinput:focus::placeholder {
    color: transparent;
}

form.header_form_search_result {
    display: flex;
}

.common_header_searchbutton {
    border-radius: 0px 6px 6px 0px;
    text-align: right;
    cursor: pointer;
    position: relative;
    width: 100px;
}

.common_header_searchbutton::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/assets/img/search_magnifying_glass.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.common_header_searchbutton input {
    letter-spacing: 4px;
    color: white;
    line-height: 40px;
    margin-right: 6px;
}

/* アコーディオン説明文 */
.acc_wrapper .item_block {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto 0px !important;
}

.acc_wrapper .item_block_sub {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 15px;
    background-color: var(--theme_color) !important;
    border-radius: 24px 24px 24px 24px;
    font-size: clamp(16px, 1.3em, 30px);
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    transition: border-radius 0.3s ease;
    margin-top: 2em;
}

.acc_wrapper .open .item_block_sub {
    border-radius: 24px 24px 0px 0px;
}

.acc_wrapper .item_block_sub h3 {
    padding-right: 20px;
    font-size: 1em;
}

.acc_wrapper .item_block_text {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #fcf1db;
    border-radius: 0px 0px 24px 24px;
    font-size: 16px;
    color: #545454;
    padding: 2rem 3.75rem;
}

.acc_wrapper .item_block_text .red--b {
    color: var(--theme_color) !important;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.2;
}

.acc_wrapper .fshoplist-target__list {
    padding: 0;
    background-color: #fff;
}

.acc_wrapper .fshoplist-target--ttl::before {
    top: 50%;
    right: 40px;
    position: absolute;
    width: 2px;
    height: 1rem;
    content: "";
    border-radius: 3px;
    background: #fff;
    z-index: 1;
}

.acc_wrapper .fshoplist-target--ttl::after {
    right: 40px;
    background: #fff;
    position: absolute;
    width: 2px;
    height: 0.89em;
    content: "";
    border-radius: 3px;
    transform: translateY(0%);
    top: 0;
    bottom: 0;
    margin: auto;
}

.acc_wrapper .open .fshoplist-target--ttl::after {
    display: none;
}

@media(max-width: 767px) {
    .acc_wrapper .item_block_text {
        padding: 2rem 1.75rem;
    }

    .acc_wrapper .item_block_sub {
        padding: 0.6em 15px;
        margin-top: 1em;
    }

    .acc_wrapper .item_block_sub h3 {
        font-size: 1rem;
    }

    .acc_wrapper .item_block_text p {
        font-size: 0.8em;
    }

    .acc_wrapper .item_block_text .red--b {
        font-size: 1rem;
    }

    .acc_wrapper .fshoplist-target--ttl::before {
        right: 22px;
    }

    .acc_wrapper .fshoplist-target--ttl::after {
        right: 22px;
        height: 16px;
    }
}

/* SP版検索ボックスのデザイン適用 */
.common_header_searchbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5% 10px !important;
    width: 90% !important;
    max-width: none !important;
}

.common_header_searchbox span {
    font-size: 3vw;
    color: var(--theme_color);
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

form.header_form_search_result {
    position: relative;
    width: 100%;
    display: block;
}

.common_header_searchbox .common_header_searchinput {
    border: 2.5px solid var(--theme_color) !important;
    border-radius: 10px;
    height: 45px;
    width: 100%;
    font-size: 14px;
    padding: 0 10px 0 40px !important;
    box-sizing: border-box;
    background-color: #fff;
}

.common_header_searchbox .common_header_searchinput::placeholder {
    font-weight: bold;
}

.common_header_searchbox .common_header_searchinput:focus {
    outline: none;
    border-color: var(--theme_color) !important;
}

.common_header_searchbox form.header_form_search_result::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 34px;
    height: 30px;
    background-color: var(--theme_color);
    -webkit-mask: url("/assets/img/header/search_icon.png") no-repeat center center / contain;
    mask: url("/assets/img/header/search_icon.png") no-repeat center center / contain;
    z-index: 2;
    pointer-events: none;
}

.common_header_searchbox .wd_searchbox span::before,
.common_header_searchbox span::before {
    content: "\\";
    margin-right: 0.5em;
    display: inline-block;
    font-weight: 900;
    transform: rotate(-15deg);
}

.common_header_searchbox .wd_searchbox span::after,
.common_header_searchbox span::after {
    content: "/";
    margin-left: 0.5em;
    display: inline-block;
    font-weight: 900;
    transform: rotate(15deg);
}

/* =========================================
   サイドメニューバナーラッパー
========================================= */
.sp_menu_banner_wrap {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.sp_menu_banner_wrap li {
    margin-bottom: 16px;
}

.sp_menu_banner_wrap li img {
    max-width: 100%;
    width: 100%;
    height: auto;
}


/* =========================================
   PC ヘッダーナビ・その他スタイル
========================================= */
@media (min-width: 768px) {
    body.no-scroll {
        overflow: hidden;
    }

    #header .nav {
        background: #e50012;
        margin: 0.5% auto 0;
    }

    #header .nav .gnav__wrap {
        padding: 0 5%;
        justify-content: center !important;
        align-items: center;
        position: relative;
    }

    .nav .gnav__item {
        margin-left: 0;
        width: auto;
    }

    .nav__wrap .nav .gnav__item>a,
    .nav__wrap .nav .gnav__item.current>a {
        font-size: clamp(10px, 0.98vw, 25px);
        font-weight: 600;
        border: 0 !important;
        color: #fff !important;
        border-radius: 0 !important;
        padding: 1.171875vw 0 !important;
    }

    .nav__wrap .nav .gnav__item>a:hover,
    .nav__wrap .nav .gnav__item.current>a:hover {
        background: inherit !important;
    }

    .has-submenu>a .arrow {
        position: relative;
        display: inline-block;
        width: max(0.8203125vw, 10px);
        aspect-ratio: 2;
        margin-left: 8px;
    }

    .has-submenu>a .arrow::before,
    .has-submenu>a .arrow::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - 1.5px);
        width: 2px;
        height: 0.6133vw;
        border-radius: 9999px;
        background-color: #ffffff;
        transform-origin: 50% calc(100% - 1px);
    }

    .has-submenu>a .arrow::before {
        transform: rotate(52.45deg);
    }

    .has-submenu>a .arrow::after {
        transform: rotate(-52.45deg);
    }

    .nav__wrap .gnav__item>a>div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5%;
        padding: 0.25vw;
    }

    .nav__wrap .gnav__item--text {
        font-size: 1.0vw !important;
    }

    .nav__wrap .gnav__item--img img {
        width: 2vw;
    }

    .nav__wrap .nav .gnav__item>a {
        border-radius: 12px;
    }

    .nav__wrap .nav .gnav__item.current>a {
        color: #d82300;
    }

    #header .free_tell,
    .ex_link_wrap_top {
        width: 3.6vw;
    }

    #header .ex_link_wrap_top img {
        height: auto;
    }

    .tel__wrap {
        display: flex;
        max-width: 100% !important;
        align-items: center;
        gap: 10px;
        justify-content: flex-end;
        white-space: nowrap;
    }

    .header-menu a {
        color: #fff;
        text-decoration: none;
        padding: 10px;
        display: block;
    }

    .gnav__wrap a {
        transition: opacity 0.3s ease;
    }

    .gnav__wrap a:hover {
        opacity: 0.7;
    }

    .gnav__wrap .has-submenu>a:hover {
        opacity: 1;
    }

    .submenu-wrapper {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99999;
    }

    .submenu-wrapper .close-btn {
        position: absolute;
        top: 0;
        right: -45px;
        background: transparent;
        border: none;
        font-size: 30px;
        cursor: pointer;
        color: #fff;
    }

    .has-submenu .submenu {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        box-shadow: 0px 9px 7.38px 1.62px #0000005B;
        z-index: 999999;
        width: clamp(760px, 74.88vw, 1917px);
        flex-wrap: wrap;
    }

    .has-submenu a {
        overflow: visible !important;
        position: relative;
        cursor: pointer;
    }

    .has-submenu.active>a::after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 13px;
        background: #fff;
        clip-path: polygon(0 100%, 50% 0, 100% 100%);
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
    }

    .has-submenu.brand-menu .submenu::after {
        left: 70%;
    }

    .has-submenu .submenu ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .has-submenu.item-menu .submenu ul {
        column-gap: 1.17vw;
        row-gap: 1.17vw;
        padding: 1vw;
    }

    .has-submenu.item-menu .submenu li a {
        font-size: clamp(10px, 0.9vw, 23px);
        font-weight: 600;
        font-feature-settings: "palt";
        letter-spacing: 0.02em;
        text-align: left;
        border: 1px solid #858585;
        border-radius: 8px;
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
        padding-right: 25px;
        aspect-ratio: 5.30;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden !important;
    }

    .has-submenu.item-menu .submenu li a::before {
        content: '';
        width: 0.86875vw;
        aspect-ratio: 1;
        background-color: var(--theme_color);
        border-radius: 50%;
        position: absolute;
        right: 2%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .has-submenu.item-menu .submenu li a::after {
        content: "";
        width: 0.2734375vw;
        aspect-ratio: 0.5666666666666667;
        color: #fff;
        background: url(/assets/img/common/icon_arrow_white02.png) no-repeat top left;
        background-size: contain;
        position: absolute;
        display: block;
        right: 0.58vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .has-submenu.item-menu .submenu li a img {
        width: auto;
        height: clamp(16px, 2.8vw, 60px);
    }

    .has-submenu.item-menu .submenu li a img.p-bottom {
        margin-top: auto;
    }

    .has-submenu.brand-menu table {
        border-collapse: collapse;
    }

    .has-submenu.brand-menu table td {
        border-bottom: 1px solid #858585;
        border-right: 1px solid #858585;
        width: 25%;
    }

    .has-submenu.brand-menu table td:nth-child(4n) {
        border-right: none;
    }

    .has-submenu.brand-menu table tr:last-child td {
        border-bottom: none;
    }

    .has-submenu.brand-menu .submenu table td a {
        font-size: clamp(10px, 0.78vw, 20px);
        background-color: #FFFFFF;
        width: 100%;
        aspect-ratio: 3.18;
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }

    .has-submenu.brand-menu .submenu a img {
        width: 100%;
        margin-bottom: -10%;
    }

    .two_rows {
        display: flex;
        width: 100%;
    }

    .two_rows a {
        width: 50%
    }

    .submenu__footer a {
        color: #fff;
        font-size: clamp(12px, 0.98vw, 25px);
        font-weight: 600;
        text-align: center;
        padding: 20px 0;
        background-color: var(--theme_color);
        display: block;
        position: relative;
    }

    .submenu__footer a span {
        position: relative;
    }

    .submenu__footer a span::after {
        content: "";
        width: 0.5vw;
        aspect-ratio: 0.47368421052631576;
        color: #fff;
        background: url(/assets/img/common/icon_arrow_white02.png) no-repeat center;
        background-size: contain;
        display: inline-block;
        top: 52%;
        right: -1.7vw;
        transform: translateY(-50%);
        position: absolute;
        z-index: 2;
    }
}

@media(min-width: 768px) {

    .shop__detail--kaitori .acod__contents,
    .shopAcod .acod__contents,
    .shop__detail--shoplist .acod__contents,
    .gold-result-cat__item {
        display: block !important;
    }
}

/* =========================================
   新PCヘッダー (Figmaデザイン準拠・レスポンシブ)
========================================= */
@media (min-width: 768px) {

    /* --- ヘッダー上部（ロゴ〜電話番号） --- */
    .figma-header {
        max-width: 1600px;
        margin: 0 auto;
        position: relative;
        font-family: 'Noto Sans JP', sans-serif;
        display: block !important;
        width: 100%;
    }

    .figma-header .header__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 2%;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    .figma-header .header__top-left {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .figma-header .header__logo img {
        width: clamp(200px, 22vw, 350px);
        height: auto;
    }

    .figma-header .header__catch {
        font-size: clamp(12px, 1.25vw, 20px);
        font-weight: 600;
        color: #333333;
        line-height: 1.45;
        margin: 0;
    }

    .figma-header .header__top-right {
        display: flex;
        align-items: center;
        /* 右端の吊り下げボタン分のスペースを確保 */
        padding-right: clamp(130px, 12vw, 190px);
    }

    .figma-header .header__contact {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .figma-header .contact__badge {
        background: #019059;
        color: #FFFFFF;
        font-weight: 700;
        font-size: clamp(12px, 1.3vw, 22px);
        padding: 6px 12px;
        border-radius: 4.46px;
        white-space: nowrap;
    }

    .figma-header .contact__tel {
        color: #019059;
        font-weight: 900;
        font-size: clamp(24px, 2.8vw, 44px);
        text-decoration: none;
        line-height: 1.2;
    }

    .figma-header .contact__time {
        font-weight: 700;
        font-size: clamp(10px, 0.8vw, 14px);
        color: #333333;
        text-align: center;
        margin: 0;
        line-height: 1.2;
    }

    /* --- 右上固定の赤い吊り下げボタン --- */
    .figma-header .header__reserve-btn {
        background: #D80C18;
        color: #FFFFFF;
        font-weight: 700;
        font-size: clamp(14px, 1.25vw, 20px);
        text-align: center;
        padding: 15px 10px;
        border-radius: 0 0 8.33px 8.33px;
        position: absolute;
        top: 0;
        right: 2%;
        text-decoration: none;
        line-height: 1.2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: opacity 0.3s ease;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .figma-header .header__reserve-btn:hover {
        opacity: 0.8;
    }

    /* --- PCナビゲーション --- */
    #header .nav.figma-nav {
        background: #FFFFFF;
        margin: 10px auto;
        max-width: 1600px;
        display: block !important;
        width: 100%;
    }

    .figma-nav .gnav__wrap {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .figma-nav .gnav__item {
        position: relative;
    }

    /* 項目間の区切り線（最後の項目以外） */
    .figma-nav .gnav__item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 50%;
        background-color: #BABABA;
    }

    /* ナビゲーションテキスト */
    .nav__wrap .nav.figma-nav .gnav__item>a,
    .nav__wrap .nav.figma-nav .gnav__item.current>a {
        color: #333333 !important;
        font-weight: 900;
        font-size: clamp(13px, 1.5vw, 28px);
        padding: 15px clamp(10px, 1.6vw, 30px) !important;
        background: transparent !important;
        white-space: nowrap;
    }

    .nav__wrap .nav.figma-nav .gnav__item>a:hover {
        color: #D80C18 !important;
    }

    /* サブメニュー展開の矢印を黒に変更 */
    .figma-nav .has-submenu>a .arrow::before,
    .figma-nav .has-submenu>a .arrow::after {
        background-color: #333333;
    }

    .figma-nav .has-submenu>a:hover .arrow::before,
    .figma-nav .has-submenu>a:hover .arrow::after {
        background-color: #D80C18;
    }
}

/* --- SP用ヘッダーの干渉防止 --- */
@media (max-width: 767px) {
    .header__head-sp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}

/* =========================================
   メガメニュー（ドロップダウン）の位置ズレ修正
========================================= */

/* メニューアイテムの基準位置をリセット */
.figma-nav .gnav__item,
.figma-sticky .gnav__item {
    position: static !important;
}

/* ナビゲーション全体（コンテナ）をメガメニューの配置基準にする */
#header .nav.figma-nav,
.figma-sticky {
    position: relative;
}

/* サブメニューのラッパーをコンテナの幅に合わせて配置 */
.submenu-wrapper {
    left: 50% !important;
    transform: translateX(-50%);
    width: 100vw !important;
    height: 100vh;
}

/* =========================================
   区切り線の再設定（レイアウト崩れ防止）
========================================= */

/* aタグを区切り線の基準位置にする */
.figma-nav .gnav__item>a,
.figma-sticky .gnav__item>a {
    position: relative;
}

/* 元の gnav__item に付いていた区切り線を非表示 */
.figma-nav .gnav__item:not(:last-child)::after,
.figma-sticky .gnav__item:not(:last-child)::after {
    display: none !important;
}

/* 代わりに a タグに対して区切り線を設定 */
.figma-nav .gnav__item:not(:last-child)>a::after,
.figma-sticky .gnav__item:not(:last-child)>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #BABABA;
}