@charset "UTF-8";
/* 共通部分 */
body {
    color: #958989;
    overflow: hidden;
    font-size: 15px;
    font-size: clamp(16px, 0.75vw, 20px);
    letter-spacing: .05em;
    counter-reset: number 0 counter-reset1 counter-reset2;
}
a,
.post-content:where(:not(:has(.ic-top))) a {
    color: #958989;
}
.font-type2, .headline-font-type {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p,
.post-content:where(:not(:has(.ic-top))) p {
    font-size: 0.95em;
    font-weight: 400;
    line-height: 2.2;
}
.post-content:where(:not(:has(.ic-top))) ul {
    font-size: 0.95em;
    list-style: none;
}
.post-content:where(:not(:has(.ic-top))) ul li{
    position: relative;
}
.breadcrumb-wrapper {
    background: none;
}
.breadcrumb.inner {
    font-size: 0.8em;
    width: fit-content;
    display: block;
    height: 35px;
    line-height: 35px;
}
.breadcrumb li a, .breadcrumb li {
    color: #fff;
}
.breadcrumb li a:hover {
    color: #cfc0c2;
}
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 110px;
}
.signage {
    width: calc(100% - 100px);
    margin: auto;
    height: 330px;
    position: relative;
    z-index: 0;
}
.signage::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/header_signage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
}
.signage-title.headline-font-type, .signage-title-sub {
    text-align: center;
    text-shadow: none;
}
.signage-title.headline-font-type {
    letter-spacing: .05em;
    margin-bottom: 12px;
    font-size: 3.2em !important;
    font-weight: 600;
    font-family: 'Lora', serif;
}
.signage-title-sub {
    font-size: 0.9em !important;
    letter-spacing: .08em;
    line-height: 1;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
        margin-top: 55px;
    }
    .signage {
        width: calc(100% - 20px);
        height: 250px;
    }
}
@media only screen and (max-width: 768px) {
    .signage {
        height: 180px;
    }
    .signage-title.headline-font-type {
        font-size: 2em !important;
    }
    .signage-title-sub {
        font-size: 0.7em !important;
    }
}
/* 共通部分 END */
/* ナビ */
.header::after {
    content: '';
    position: absolute;
    background: #f7f5f5;
    width: 100%;
    height: 60%;
    bottom: -10%;
    left: 0;
    z-index: -2;
}
.header-bar {
    z-index: 50;
    box-shadow: none;
    height: 115px;
    background: #fff;
}
.logo-image {
    top: 24px;
    left: 20px;
    width: 250px;
    height: auto;
    position: absolute;
    box-sizing: border-box;
}
img.h_logo {
    width: 100%;
}
.global-nav {
    padding-right: 30px;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a {
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: 600;
    padding: 0px 20px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    color: #000;
    font-family: 'Lora', serif;
}
.global-nav > ul > li > a::before {
    content: "";
    left: 44%;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    top: 20px;
    position: absolute;
    transition: all 0.5s;
    z-index: 1;
}
.global-nav > ul > li > a:hover::before {
    background: #d5c9c2;
}
.global-nav > ul > li > a::after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 30px;
    line-height: 1;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    color: #95816f;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.global-nav > ul > li > a span {
    position: relative;
    text-align: center;
    display: block;
    bottom: 30px;
    line-height: 1;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    color: #95816f;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.global-nav > ul > li.global-menu-home > a::after {
    content: "ホーム";
}
.global-nav > ul > li.global-menu-menu > a::after {
    content: "メニュー";
}
.global-nav > ul > li.global-menu-greeting > a::after {
    content: "ごあいさつ";
}
.global-nav > ul > li.global-menu-information > a::after {
    content: "店舗案内";
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: "お問い合わせ";
}
.global-nav .sub-menu {
    left: auto;
    right: 0px !important;
}
.global-nav .sub-menu a {
    font-size: 12px;
    font-weight: 400;
    color: #958989;
    background: #fff !important;
}
.global-nav .sub-menu a:hover {
    color: #fff !important;
    background: #958989 !important;
}
.global-nav .sub-menu a:hover::before {
    content: none;
}
@media only screen and (max-width: 1200px) {
    .logo-image {
        top: 0;
        width: 130px;
        left: -5px;
    }
    .header-bar {
        border-bottom: 1px solid #fff;
        height: 55px;
    }
    .global-nav-button {
        border-left: 0px;
        background: none;
    }
    .global-nav-button:before {
        color: #958989;
    }
    .global-nav-button:hover:before {
        color: #84676b;
    }
    .global-nav > ul > li > a {
        font-size: 12px;
        letter-spacing: 1px;
        text-shadow: none;
        text-align: left;
        padding: 0px 0px 0px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #dedede;
    }
    .global-nav > ul > li > a::after {
        text-align: left;
        line-height: 0;
        bottom: 25px;
        padding-left: 120px;
    }
    .global-nav > ul > li > a span {
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        line-height: 0;
        bottom: 15px;
        padding-left: 0;
    }
    .global-nav a {
        background: #fff;
        color: #958989 !important;
    }
    .global-nav .sub-menu a {
        font-size: 11px;
        background: #fff !important;
        color: #958989 !important;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        background: #fff !important;
        color: #84676b !important;
    }
    .global-nav > ul > li > a::before {
        content: none !important;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #958989;
    }
}
@media only screen and (max-width: 820px) {
    img.s_logo {
        width: 100%;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-youtube-overlay {
    background: linear-gradient(0deg, #d2c3b2 0%, #5f4f4f 100%);
    opacity: 0.5;
}
.top-slider-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    width: 100% !important;
    height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.top-slider-content-inner p {
    display: none;
}
.top-slider-content-inner:after {
    content: none;
}
.front-slider-box {
    width: 86%;
    margin: 0 auto;
}
.front-copy-img {
    width: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.top-slider-wrapper {
    width: 100%;
    margin: 0 auto;
}
.top-slider-wrapper::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background: #fff;
    bottom: 0;
    left: 50%;
    z-index: 10;
}
.top-slider-wrapper::after {
    content: 'Scroll';
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1;
    z-index: 2;
    font-family: 'Lora', serif;
}
div#content01::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background: #fff;
    left: 12.3%;
    z-index: 10;
}
.front_original01 {
    padding: 5em 0 6em;
    background: #f7f5f5;
}
.front-original01-inner {
    width: 86%;
    max-width: 1050px;
    margin: 0 auto;
}
.front-original01__title {
    width: 35%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original01__text {
    width: 65%;
    padding-left: 1em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original01__title h2 {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.2;
    width: 100%;
}
.front-original01__text p {
    margin-bottom: 20px;
    width: 100%;
}
.front-original01__text p:last-of-type {
    margin-bottom: 0;
}
.content02 {
    background: none;
    position: relative;
    z-index: 0;
}
.content02::after {
    content: '';
    position: absolute;
    background: #f7f5f5;
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
    z-index: -1;
}
.content02-inner {
    width: 86%;
    padding: 0;
    padding-bottom: 80px;
}
.content02-item {
    margin-left: 5%;
    width: 33.3333%;
    padding: 0;
}
.content02-img {
    width: 80%;
    max-width: 250px;
    height: auto;
    border-radius: 100%;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    z-index: 0;
}
.content02-img img {
    /* border-radius: 100%; */
}
.content02-img-inner {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    color: #fff;
}
h2.content02-img_title {
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: .08em;
    margin: 0;
    font-family: 'Lora', serif;
}
h2.content02-img_title span {
    font-size: 0.4em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 10px;
    display: block;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.content02-img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #92878180;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.content02-img:hover .mask {
    opacity: 1;
}
.content02-title, .content02-text {
    color: #958989;
}
.content02-title {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 12px;
}
.content02-title::before {
    content: 'Greeting';
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Lora', serif;
    color: #cfc0c2;
}
.content02-item:nth-of-type(2) .content02-title::before {
    content: 'Menu';
}
.content02-item:nth-of-type(3) .content02-title::before {
    content: 'Flow';
}
.content02-text {
    line-height: 2.2;
}
.content02-button {
    font-size: 0.95em;
    overflow: hidden;
    text-align: left;
    width: 80%;
    max-width: 220px;
    height: 50px;
    line-height: 55px;
    position: relative;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 0;
    background: none;
    box-sizing: border-box;
    transition: 0.5s;
    color: #958989;
    z-index: 1;
}
.content02-button::before {
    width: 50px;
    height: 1px;
    position: absolute;
    content: '';
    background: #958989;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
}
.content02-button::after {
    content: '\ea3c';
    color: #84676b;
    text-align: center;
    font-size: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    border: 1px solid #84676b;
    position: absolute;
    font-weight: 400;
    bottom: 0;
    right: 20px;
    font-family: 'design_plus';
    transition: 0.5s;
}
.content02-button:hover {
    color: #84676b;
    background: none;
}
.content02-button:hover::before {
    width: 120px;
    background: #84676b;
}
.content02-button:hover::after {
    color: #fff;
    background: #84676b;
    border-color: #84676b;
    right: 0;
}
.front_original02 {
    width: calc(100% - 50px);
    margin-left: auto;
    padding: 5em 0;
    background: #584d4d;
    color: #fff;
    position: relative;
    z-index: 5;
}
.front_original02::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url("img/front-original02_img.jpg");
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.45;
}
.front-original02-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}
.front-original02__text {
    margin-left: 55%;
}
.front-original02__text h2 {
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: .1em;
    margin-bottom: 40px;
    line-height: 1.5;
    width: 100%;
}
.front-original02__text p {
    margin-bottom: 20px;
    width: 100%;
}
.front-original02__text p:last-child {
    margin-bottom: 0;
}
.front-original03-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.third-box {
    margin-bottom: 30px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    width: 40%;
    height: fit-content;
    padding: 30px 40px;
    margin: auto 0;
    background: #f7f5f5;
    box-sizing: border-box;
    z-index: 0;
}
.front-third-text::before {
    counter-increment: number 1;
    content: "Point."counter(number) "";
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 15px;
    font-family: 'Lora', serif;
    color: #cfc0c2;
}
.third-box:nth-of-type(even) .front-third-text {
    margin-left: 60%;
}
.front-third-img {
    width: 70%;
    z-index: -1;
}
.third-box:nth-of-type(odd) .front-third-img {
    margin-left: -10%;
}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}
.front-third-text p {
    line-height: 2.4;
    width: 100%;
}
h3.third_title {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 15px;
    width: 100%;
}
.front_topics {
    padding: 9em 0 6em;
}
.front-topics-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
h2.front_topics_title {
    font-size: 2em;
    letter-spacing: .08em;
    margin-bottom: 50px;
    font-family: 'Lora', serif;
    font-weight: 600;
    text-align: center;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin-top: 0;
    background: #f7f5f5;
}
.footer_contact_sec {
    padding: 4em 0;
}
.footer_contact_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    display: block;
}
.footer_contact_bg {
    width: 70%;
    box-sizing: border-box;
}
.footer_menu_bg {
    width: 30%;
    padding-left: 12em;
    box-sizing: border-box;
}
h2.footer-logo-name {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 20px;
}
dl.address_body {
    width: auto;
    font-size: 0.8em;
    line-height: 1.6;
    display: flex;
    margin-bottom: 8px;
}
dl.address_body:last-of-type {
    margin-bottom: 15px;
}
dt.address_title {
    width: 12%;
}
dd.address_text {
    width: 88%;
}
span.caution.footer-caution {
    display: block;
}
address.footer_tel {
    font-size: 1.7em;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .08em;
    margin-bottom: 12px;
    font-family: 'Lora', serif;
}
span.footer_tel_sub {
    font-size: 0.5em;
    margin-right: 4px;
    letter-spacing: 1px;
}
p.footer-con-caution {
    font-size: 0.75em;
    width: fit-content;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
    margin-bottom: 0;
}
p.footer-con-caution::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #ff5353;
}
ul.sns__links {
    width: 100%;
    max-width: 220px;
    display: flex;
    margin-top: 20px;
}
li.sns__links-item {
    width: 50%;
    margin-right: 25px;
}
li.sns__links-item:last-child {
    margin-right: 0;
}
a.footer_sns {
    display: block;
    text-align: center;
}
a.footer_sns::before {
    content: "";
    font-family: design_plus;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all 0.5s;
    z-index: 1;
}
a.footer_mail_but::before {
    content: '\f0e0';
    background: #958989;
}
a.footer_line_but::before {
    content: '\e909';
    background: #00b900;
}
a.footer_insta_but::before {
    content: "\ea92";
    background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_sns:hover {
    background: none;
}
a.footer_mail_but:hover {
    color: #958989;
}
a.footer_line_but:hover {
    color: #00b900;
}
a.footer_insta_but:hover {
    color: #ff0357;
}
a.footer_sns:hover::before {
    opacity: 0.8;
}
a.footer_sns span {
    margin-top: 8px;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Lora', serif;
}
ul.footer-content-list-outer {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
ul.footer-content-list-outer:last-child {
    padding-right: 0;
    margin-bottom: 0;
}
ul.footer-content-list-outer li {
    font-size: 0.85em;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #958989;
    top: 9px;
    left: 0;
    transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
    padding-left: 8px;
}
ul.footer-content-list-outer li a:hover {
    color: #84676b;
}
ul.footer-content-list-outer li a span{
    display: none;
}
.footer-content {
    display: none;
}
.pagetop {
    right: 60px;
    bottom: 20px;
}
.pagetop a {
    background: none;
    color: #958989;
    position: relative;
    width: auto;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Lora', serif;
}
.pagetop a::before {
    position: absolute;
    display: block;
    color: #fff;
    background: #cfc0c2;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    text-align: center;
    border-radius: 100px;
    right: 0;
    top: auto;
    bottom: 20px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.pagetop a:hover {
    color: #958989;
    background: none;
}
.pagetop a:hover::before {
    bottom: 25px;
    background: #cfc0c2;
}
.copyright {
    font-size: 11px;
    color: #958989;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: none;
}
@media only screen and (max-width: 1200px) {
    .header-youtube {
        height: calc(80vh - 80px);
    }
    .top-slider-wrapper {
        width: 100%;
    }
    .front_original01, .front_original02 {
        padding: 3em 0;
    }
    .front_original02 {
        width: calc(100% - 20px);
    }
    .front-original02__text {
        margin-left: 0;
    }
    .front-original02__text h2 {
        margin-bottom: 25px;
    }
    .front-original01__text p, .front-original02__text p {
        line-height: 2;
        margin-bottom: 12px;
    }
    .content02-inner {
        padding-bottom: 50px;
    }
    .front-third-text {
        width: 100%;
        padding: 20px 25px;
    }
    .third-box:nth-of-type(even) .front-third-text {
        margin-left: 0;
    }
    .front-third-img {
        width: 100%;
    }
    .third-box:nth-of-type(odd) .front-third-img, .third-box:nth-of-type(even) .front-third-img {
        margin-left: 0;
    }
    .front-third-text::before {
        margin-bottom: 10px;
    }
    .front-third-text p {
        line-height: 2;
    }
    h3.third_title {
        font-size: 1.3em;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .front_topics {
        padding: 5em 0 4em;
    }
    h2.front_topics_title {
        margin-bottom: 30px;
    }
    .footer_contact_sec {
        padding: 2.5em 0;
    }
    .footer_menu_bg {
        padding-left: 4.5em;
    }
}
@media only screen and (max-width: 970px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 55px);
    }
    .front-original01__title {
        width: 100%;
        margin-bottom: 1.5em;
    }
    .front-original01__text {
        width: 100%;
        padding-left: 0;
    }
    .front-original01__title h2 {
        font-size: 1.5em;
        line-height: 1.5;
    }
    .front-original01__title h2 br {
        display: contents;
    }
    .content02::after {
        height: 8%;
    }
    .content02-inner {
        display: block;
        padding-bottom: 110px;
    }
    .content02-item {
        width: 100%;
        margin-left: 0;
    }
    .content02-item:nth-of-type(2) {
        top: 30px;
    }
    .content02-item:nth-of-type(3) {
        top: 60px;
    }
    dl.address_body {
        display: block;
    }
    dt.address_title, dd.address_text {
        width: 100%;
    }
    ul.footer-content-list-outer {
        width: 100%;
        padding-right: 0;
        margin-bottom: 8px;
    }
    .dp-footer-bar {
        background: #b1936a !important;
        border-top: 1px solid #b1936a !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #fff !important;
    }
    .home .footer .dp-footer-bar .dp-footer-bar-item a {
        color: #fff;
    }
    .dp-footer-bar-item {
        font-size: 11px;
    }
    .dp-footer-bar-icon:before {
        font-weight: 400;
    }
    .icon-file-text:before {
        content: "\e909";
    }
}
@media only screen and (max-width: 768px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100vh - 55px);
    }
    .front-copy-img {
        width: 50%;
    }
    .top-slider-wrapper::before {
        height: 20px;
    }
    .top-slider-wrapper::after {
        font-size: 10px;
        bottom: 30px;
    }
    .front_original01, .front_original02 {
        padding: 2em 0;
    }
    .front-original01__title h2, .front-original02__text h2 {
        font-size: 1.3em;
    }
    .front_topics {
        padding: 3em 0 2em;
    }
    h2.front_topics_title {
        font-size: 2em;
    }
    .footer_contact_sec {
        padding-top: 2em;
    }
    .footer_contact_bg, .footer_menu_bg {
        width: 100%;
    }
    .footer_menu_bg {
        padding-left: 0;
        margin-top: 2em;
    }
    ul.footer-content-list-outer {
        width: 30%;
        margin-bottom: 0;
    }
    .social-nav {
        width: 90%;
        margin: auto;
    }
    .pagetop {
        bottom: 80px !important;
        right: 50px;
    }
    .pagetop a {
        font-size: 11px;
    }
    .pagetop a::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        bottom: 15px;
    }
}
@media only screen and (max-width: 485px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 60px);
    }
    .front-copy-img {
        width: 90%;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
}
@media only screen and (max-height: 400px) {
    .top-slider {
        height: 100vh;
    }
}
/* トップ・フッター END */
/* -----------------------------------------------------------------------
   ▼ .post-content の既定スタイルについて（2026-09-09）
   WordPressの固定ページ「本文」にHTMLを貼り付けて作ったページは、
   中身が .post-content の内側に入ります。すると下記の旧デザインの既定
   （h2を中央寄せ＋ピンクの丸、pを0.95em、テーブルのドット罫線 など）が
   ic- のデザインに全部かぶってしまい、見出しが中央に寄る／小さくなる／
   丸が付く といった崩れが出ます（例：/shop/）。
   そこで各セレクタに :where(:not(:has(.ic-top))) を付けて、
   「本文の中に .ic-top が無いページだけ」に効くようにしています。
   :where() で囲んでいるのは詳細度を上げないためです
   （.ss-menu 等の後段の打ち消しCSSを壊さないようにするため）。

   ※これはあくまで保険です。ここで無効化できるのは original.css 内の分だけで、
     親テーマ story_tcd041 の design-plus.css と子テーマ style.css にある
     .post-content h2 / ul / p などの既定スタイルは残ります
     （h2が140%に縮む、ul に「・」と字下げが付く、等）。
     ＝ ic- のデザインは .post-content の中に置かないのが正解です。
     下層ページは page-*.php 側で .flex_layout / .primary / .post-content を
     使わず、get_header() → <div class="main ic-top"> の素の構造にしてください。
----------------------------------------------------------------------- */
/* 固定ページ */
.page .post-header {
    margin: 0px;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.post-content:where(:not(:has(.ic-top))) h2 {
    font-size: 1.6em;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-top: 0;
    font-weight: 400;
    text-align: center;
}
.post-content:where(:not(:has(.ic-top))) h2::after {
    content: "";
    display: block;
    background: #cfc0c2;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 15px auto 0;
}
.post-content:where(:not(:has(.ic-top))) h3 {
    font-size: 1.3em;
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
}
.post-content:where(:not(:has(.ic-top))) h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
    color: #84676b;
}
.post-content:where(:not(:has(.ic-top))) table {
    margin: 0;
}
.post-content:where(:not(:has(.ic-top))) th,
.post-content:where(:not(:has(.ic-top))) td {
    font-size: 0.95em;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.8;
    padding: 22px 2px 18px;
    background: none;
    border: 0;
    border-bottom: 1px #b9a8aa dotted;
}
.post-content:where(:not(:has(.ic-top))) th {
    width: 20%;
    text-align: left;
    border-right: none;
}
.post-content:where(:not(:has(.ic-top))) td {
    border-left: none;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 768px) {
    .content_inner {
        padding: 50px 0;
    }
    .post-content:where(:not(:has(.ic-top))) th,
.post-content:where(:not(:has(.ic-top))) td {
        padding: 14px 4px 10px;
        line-height: 1.5;
        display: block;
        box-sizing: border-box;
        margin-top: -1px;
        width: 100% !important;
    }
    .post-content:where(:not(:has(.ic-top))) th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .post-content:where(:not(:has(.ic-top))) td {
        border-top: none;
    }
    .post-content:where(:not(:has(.ic-top))) h2 {
        font-size: 1.3em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post-content:where(:not(:has(.ic-top))) h2::after {
        margin-top: 12px;
    }
    .post-content:where(:not(:has(.ic-top))) h3 {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 100px;
}
h2.archive-title {
    font-weight: 400;
    color: #958989;
}
.archive-header {
    margin: 90px 0px 40px;
}
.article03 {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #cfc0c2;
}
.article03-content {
    padding: 15px 20px;
}
.article03-title {
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.5;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-category {
    font-weight: 400;
}
.post-title, .post-meta {
    color: #958989;
    font-weight: 400;
}
.share-top {
    margin-bottom: 20px;
}
.nav-links01 {
    border-top: 1px solid #cfc0c2;
    border-bottom: 1px solid #cfc0c2;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #cfc0c2;
}
.article01-title a {
    font-size: 0.9em;
    font-weight: 400;
    color: #958989;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #f7f5f5;
}
.post-meta-box-item::before {
    color: #958989;
}
.primary {
    width: 100%;
}
.headline-bar {
    color: #958989;
    font-weight: 400;
    background: #f7f5f5;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 80px;
    }
    .article03-title {
        margin: 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-meta-box-item {
        padding: 8px 0px 8px 20px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 30px;
    }
    .archive-header {
        margin: 50px 0px 30px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    .post-title, .post-meta {
        text-align: left;
    }
    h1.post-title {
        font-size: 1.2em !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: #958989;
    }
    .article03-title {
        font-size: 10px;
        margin-top: 0;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px solid #cfc0c2;
    }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
p.caution {
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}
p.caution:last-of-type {
    margin-bottom: 0;
}
p.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #ff5353;
}
span.caution {
    position: relative;
    padding-left: 18px;
    line-height: 1.8;
    box-sizing: border-box;
    display: inline-block;
}
span.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    color: #ff5353;
}
ul.list {
    margin: 0;
    list-style: none;
}
ul.list li {
    padding-left: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}
ul.list li:last-child {
    margin-bottom: 0;
}
ul.list li::before {
    content: '';
    position: absolute;
    background: #958989;
    width: 7px;
    height: 7px;
    top: 11px;
    left: 0;
}
ul.list.caution_list li::before {
    content: '※';
    background: none;
    top: 0;
}
/* コンテンツ 共通 END */
/* メニュー */
.menu_sec:first-of-type {
    background: #f7f5f5;
}
.menu_sec:first-of-type .content_inner {
    max-width: 900px;
}
.price_box, .beginners_box {
    margin-bottom: 40px;
    padding: 25px 35px;
    border: 1px dotted #b9a8aa;
    background: #fff;
    box-sizing: border-box;
}
.beginners_box {
    background: #f7f5f5;
}
.price_box:last-of-type, .beginners_box:last-of-type {
    margin-bottom: 0;
}
.price_box p, .beginners_box p {
    margin-bottom: 15px;
}
.price_box p:last-child, .beginners_box p:last-child {
    margin-bottom: 0;
}
.price_box h2 {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 10px;
}
.price_box h2::after {
    content: none;
}
p.price {
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    color: #84676b;
}
ul.make_caution_list {
    margin-bottom: 20px;
}
ul.difference_list {
    margin-bottom: 25px;
}
ul.list li.difference_box {
    width: calc(50% - 10px);
    margin-right: 20px;
    padding-left: 0;
    padding: 20px;
    background: #fff;
    margin-bottom: 0;
}
ul.list li.difference_box:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 0;
}
ul.list li.difference_box::before {
    content: none;
}
ul.list li.difference_box h4 {
    padding-left: 35px;
    position: relative;
    padding-top: 1px;
    margin-bottom: 20px;
}
ul.list li.difference_box h4::before {
    counter-increment: number 1;
    content: ""counter(number) "";
    position: absolute;
    color: #fff;
    background: #84676b;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100px;
    text-align: center;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 768px) {
    .price_box, .beginners_box {
        padding: 20px 25px;
        margin-bottom: 20px;
    }
    ul.list li.difference_box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
/* メニュー END */
/* 施術の流れ */
.flow_sec .content_inner {
    max-width: 1000px;
}
.flow {
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 50px;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
}
.flow:last-of-type {
    padding-bottom: 0;
}
.flow::before {
    counter-increment: number 1;
    content: counter(number)"";
    position: absolute;
    text-align: center;
    width: 50px;
    height: 55px;
    line-height: 51px;
    border-top: 1px solid #cfc0c2;
    border-bottom: 1px solid #cfc0c2;
    font-size: 2em;
    font-weight: 600;
    font-family: 'Lora', serif;
    color: #84676b;
    background: #fff;
    box-sizing: border-box;
    top: 0px;
    left: 0;
    z-index: 0;
}
.flow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    width: 1px;
    height: 100%;
    background: #cfc0c2;
    z-index: -1;
}
.flow:last-of-type::after {
    display: none;
}
.flow h2 {
    font-size: 1.3em;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #84676b;
}
.flow h2::after {
    content: none;
}
.flow p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .flow {
        padding-left: 55px;
        padding-top: 7px;
        padding-bottom: 30px;
    }
    .flow::before {
        width: 40px;
        height: 45px;
        line-height: 41px;
        font-size: 1.5em;
    }
    .flow::after {
        left: 20px;
    }
}
/* 施術の流れ END */
/* ごあいさつ */
.greeting_inner {
    margin-bottom: 40px;
}
.greeting_inner:last-of-type {
    margin-bottom: 0;
}
.greeting__text {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting_inner:nth-of-type(odd) .greeting__text {
    margin-left: 55%;
}
.greeting__img {
    width: 55%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: -1;
}
.greeting_inner:nth-of-type(odd) .greeting__img {
    margin-left: -100%;
    padding-right: 2.5em;
}
.greeting_inner:nth-of-type(even) .greeting__img {
    padding-left: 2em;
}
.greeting__text h2, .greeting__text h3, .greeting__text p, .greeting__text ul.list {
    width: 100%;
}
.greeting__text h2 {
    font-size: 1.4em;
    text-align: left;
    margin-bottom: 15px;
}
.greeting__text h2::after {
    width: 70px;
    height: 1px;
    margin-left: 0;
}
.greeting__text h3 {
    font-size: 1.1em;
    margin-top: 20px;
    margin-bottom: 5px;
}
.greeting__text p {
    margin-bottom: 15px;
}
.greeting__text p:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .greeting_inner {
        margin-bottom: 30px;
    }
    .greeting__text, .greeting__img {
        width: 100%;
    }
    .greeting__text {
        margin-bottom: 1.5em;
    }
    .greeting_inner:nth-of-type(odd) .greeting__img, .greeting_inner:nth-of-type(even) .greeting__img {
        padding: 0;
    }
    .greeting_inner:nth-of-type(odd) .greeting__img, .greeting_inner:nth-of-type(odd) .greeting__text {
        margin-left: 0;
    }
    .greeting__text h2 br {
        display: contents;
    }
    .greeting__text p {
        margin-bottom: 10px;
        line-height: 2;
    }
}
/* ごあいさつ END */
/* 運営概要 */
.info_sec .content_inner {
    max-width: 900px;
}
table.info_tbl th {
    width: 22%;
}
span.caution.info-caution {
    font-size: 0.85em;
    display: block;
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 950px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 60px;
    box-sizing: border-box;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
p.con-time {
    width: fit-content;
    line-height: 1.5;
    font-size: 1em;
    font-weight: 600;
    margin: 0 auto 10px;
}
p.con-time span {
    display: inline-block;
    margin-right: 10px;
    color: #84676b;
}
address.con_tel {
    font-size: 2.5em;
    font-style: normal;
    letter-spacing: .05em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
    color: #84676b;
    font-family: 'Lora', serif;
}
address.con_tel a {
    color: #84676b;
}
span.con_tel_sub {
    font-size: 0.5em;
    margin-right: 5px;
    color: #958989;
}
p.caution.con-caution {
    width: fit-content;
    margin: 0 auto 10px;
}
p.con-time:last-of-type, p.caution.con-caution:last-of-type {
    margin-bottom: 0;
}
.con_line_box {
    color: #fff;
    background: #00b900;
    padding: 30px;
    box-sizing: border-box;
}
.con_line_box h2 {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff;
}
.con_line_box h2::after {
    content: none;
}
.con_line_box p {
    text-align: center;
    line-height: 2;
}
a.con_line_but {
    width: 100%;
    max-width: 350px;
    padding: 15px 25px;
    font-size: 1em;
    font-weight: 600;
    color: #00b900;
    background: #fff;
    border-radius: 100px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 15px auto 0;
}
a.con_line_but::before {
    content: '\e909';
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    font-family: "design_plus";
    right: 25px;
}
a.con_line_but:hover {
    background: #84676b;
    color: #fff !important;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    line-height: 2;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .con__inner {
        margin-bottom: 30px;
    }
    .con_line_box {
        padding: 20px;
    }
    .con_line_box p {
        text-align: left;
    }
    address.con_tel {
        font-size: 2em;
    }
}
/* お問い合わせ END */

/* インスタ埋め込み */
.front_insta {
    padding: 5em 0 8em;
    position: relative;
    z-index: 0;
}
.front_insta::before {
    content: '';
    position: absolute;
    background: #f7f5f5;
    width: 150%;
    height: 100%;
    bottom: 50%;
    left: -10%;
    z-index: -10;
}
.front-insta-inner {
    width: 86%;
    max-width: 950px;
    margin: auto;
}
.front_insta_title {
    width: 35%;
    margin-left: 65%;
    padding-left: 1em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front_insta_img {
    width: 65%;
    margin-left: -100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front_insta_title h2 {
    font-size: 2em;
    letter-spacing: .05em;
    margin-bottom: 0;
    font-family: 'Lora', serif;
    font-weight: 600;
    text-align: center;
}
a.front_insta_but {
    font-size: 0.95em;
    text-align: left;
    display: block;
    width: 80%;
    max-width: 140px;
    position: relative;
    margin: 40px auto 0;
    padding: 15px 0;
    box-sizing: border-box;
    transition: 0.5s;
    color: #958989;
}
a.front_insta_but::after {
    content: '\ea3c';
    color: #84676b;
    text-align: center;
    font-size: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    border: 1px solid #84676b;
    position: absolute;
    font-weight: 400;
    top: auto;
    bottom: 7px;
    right: 10px;
    font-family: 'design_plus';
    transition: 0.5s;
}
a.front_insta_but:hover {
    color: #84676b;
    background: none;
}
a.front_insta_but:hover::after {
    color: #fff;
    background: #84676b;
    border-color: #84676b;
    right: 0;
}
@media only screen and (max-width: 1200px) {
    .front_insta {
        padding: 3em 0;
    }
}
@media only screen and (max-width: 768px) {
    .front_insta {
        padding: 2em 0 1em;
    }
    .front_insta_title, .front_insta_img {
        width: 100%;
        margin-left: 0;
    }
    .front_insta_title {
        padding-left: 0;
        margin-bottom: 5px;
    }
    a.front_insta_but {
        margin-top: 20px;
    }
}
/* インスタ埋め込み END */
/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}
/* ブログ記事の画像 END */
/* スマホ動画 */
video {display:block;}
#bg-video {
    right:0;
    bottom:0;
    z-index:-1;
}

/* =======================================================================
   ICHI.from plus un ／ スカルプインク専門サイト
   トップページ一式  ( front-page.php / template-parts/top-slider.php / footer.php )
   ------------------------------------------------------------------
   ■ デザインコンセプト
     ・白ベース ＋ アンティークゴールドの一点アクセント
     ・「ドットの塊（点描クラスター）」を薄く敷いた柔らかい背景
       → スカルプインク＝“点で描く”技術そのものをモチーフ化
     ・明朝（Shippori Mincho）× Jost の余白の効いたミニマル設計
     ・清潔感／信頼感／完全個室のプライベートサロンらしい落ち着き
     ・かっこよすぎない、悩みを持つ方がスッと入ってこられる親しみやすさ
   ■ 命名規則
     ・接頭辞 .ic- で統一。旧ソース（.ss- / .sf-）とは一切干渉しません。
======================================================================= */

:root {
    /* ---- color ---------------------------------------------------- */
    --ic-white:   #ffffff;
    --ic-paper:   #faf8f4;              /* 淡いアイボリー（交互背景） */
    --ic-paper2:  #f4f0e8;              /* 一段濃いアイボリー */
    --ic-ink:     #171412;              /* 見出し・締めの黒 */
    --ic-text:    #55504a;              /* 本文 */
    --ic-mute:    #948d82;              /* 補足 */
    --ic-line:    #e9e3d8;              /* 罫線 */
    --ic-gold:    #b08a4f;              /* アクセント：アンティークゴールド */
    --ic-gold-d:  #8c6c39;
    --ic-gold-l:  #f6f0e4;
    --ic-line-g:  #06c755;              /* LINEブランドカラー */
    --ic-dot:     rgba(176, 138, 79, .55);
    --ic-dot-ink: rgba(23, 20, 18, .28);

    /* ---- type ------------------------------------------------------ */
    --ic-mincho: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    --ic-en:     "Cormorant Garamond", "Times New Roman", serif;
    --ic-sans:   "Jost", "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;

    /* ---- motion / shape -------------------------------------------- */
    --ic-ease:   cubic-bezier(.22, 1, .36, 1);
    --ic-r:      18px;
    --ic-r-s:    10px;
    --ic-sec:    clamp(76px, 9vw, 148px);
    --ic-headerh: 115px;
}

/* -----------------------------------------------------------------------
   0. 旧テーマ装飾の無効化 ＆ 共通ベース
----------------------------------------------------------------------- */
.header::after { content: none; }
.top-slider-wrapper::before,
.top-slider-wrapper::after,
div#content01::before { content: none; }

.ic-fv,
.ic-top,
.footer.ic-footer {
    position: relative;
    z-index: 0;
    background: var(--ic-white);
    color: var(--ic-text);
    font-family: var(--ic-sans);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    overflow: hidden;
}
.ic-fv *, .ic-fv *::before, .ic-fv *::after,
.ic-top *, .ic-top *::before, .ic-top *::after,
.ic-footer *, .ic-footer *::before, .ic-footer *::after { box-sizing: border-box; }

/* 各セクションを .ic-dots 等の絶対配置要素の基準にするための共通ルール。
   .ic-top 直下（front-page.php）／ネストして配置される下層ページの両方に対応するため
   子孫セレクタで指定しています（.ic-top > section だと下層ページに効きません）。 */
.ic-top section { position: relative; }

.ic-top p,
.ic-fv p,
.ic-footer p {
    font-size: clamp(14px, 1.02vw, 15.5px);
    line-height: 2.1;
    letter-spacing: .05em;
    font-weight: 400;
    color: var(--ic-text);
    margin: 0;
}
.ic-top a, .ic-fv a, .ic-footer a { color: inherit; text-decoration: none; }
.ic-top img, .ic-fv img, .ic-footer img { max-width: 100%; height: auto; vertical-align: bottom; }
.ic-top ul, .ic-top ol, .ic-fv ul, .ic-footer ul { list-style: none; margin: 0; padding: 0; }
.ic-top strong { font-weight: 700; color: var(--ic-ink); }
.ic-top em { font-style: normal; font-weight: 700; color: var(--ic-gold-d); }

.ic-inner { width: min(88%, 1140px); margin-inline: auto; position: relative; z-index: 1; }
.ic-inner--narrow { width: min(88%, 880px); }
.ic-sp { display: none; }
.ic-pcbr { display: inline; }
.ic-anchor { scroll-margin-top: 96px; }

/* -----------------------------------------------------------------------
   1. ドットの塊（背景モチーフ）
   ・radial-gradient の点描を mask でふんわり減衰させ、“にじんだ点の塊”に。
   ・::after で粒径違いをもう一枚重ね、機械的なグリッド感を消しています。
----------------------------------------------------------------------- */
.ic-dots {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    color: var(--ic-dot);
    background-image: radial-gradient(currentColor 1.15px, transparent 1.25px);
    background-size: 14px 14px;
    opacity: .5;
    -webkit-mask-image: radial-gradient(closest-side, #000 0%, rgba(0, 0, 0, .72) 40%, rgba(0, 0, 0, .22) 70%, transparent 100%);
    mask-image: radial-gradient(closest-side, #000 0%, rgba(0, 0, 0, .72) 40%, rgba(0, 0, 0, .22) 70%, transparent 100%);
}
.ic-dots::after {
    content: "";
    position: absolute;
    inset: -12% -10% auto auto;
    width: 62%;
    height: 62%;
    background-image: radial-gradient(currentColor 1.6px, transparent 1.7px);
    background-size: 22px 22px;
    opacity: .8;
    -webkit-mask-image: radial-gradient(closest-side, #000 0%, transparent 100%);
    mask-image: radial-gradient(closest-side, #000 0%, transparent 100%);
}
/* 配置バリエーション */
.ic-dots--tr { top: -8%;  right: -10%; width: min(58vw, 560px); height: min(58vw, 560px); }
.ic-dots--tl { top: -12%; left: -12%;  width: min(52vw, 500px); height: min(52vw, 500px); }
.ic-dots--bl { bottom: -14%; left: -10%; width: min(60vw, 580px); height: min(60vw, 580px); }
.ic-dots--br { bottom: -12%; right: -12%; width: min(54vw, 520px); height: min(54vw, 520px); }
.ic-dots--c  { top: 50%; left: 50%; width: min(90vw, 900px); height: min(90vw, 700px); transform: translate(-50%, -50%); opacity: .34; }
.ic-dots--ink { color: var(--ic-dot-ink); }

/* 密度グラデーションの罫線（スカルプインクの“密度”の比喩） */
.ic-density {
    display: block;
    height: 26px;
    margin: 0 auto;
    color: var(--ic-dot);
    background-image: radial-gradient(currentColor 1.2px, transparent 1.3px);
    background-size: 11px 11px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
    opacity: .55;
}

/* -----------------------------------------------------------------------
   2. 共通パーツ（見出し・ラベル・ボタン・リンク）
----------------------------------------------------------------------- */
.ic-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ic-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--ic-gold-d);
    margin: 0 0 18px;
}
.ic-eyebrow::before {
    content: "";
    width: 22px;
    height: 6px;
    flex: none;
    color: var(--ic-gold);
    background-image: radial-gradient(currentColor 1.4px, transparent 1.5px);
    background-size: 6px 6px;
}
.ic-eyebrow--c { justify-content: center; }

.ic-h2 {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(23px, 3.3vw, 41px);
    line-height: 1.6;
    letter-spacing: .07em;
    color: var(--ic-ink);
    margin: 0 0 24px;
}
.ic-h2--c { text-align: center; }
.ic-h3 {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.7;
    letter-spacing: .06em;
    color: var(--ic-ink);
    margin: 0 0 12px;
}
.ic-head { margin-bottom: clamp(36px, 4.4vw, 62px); }
.ic-head--c { text-align: center; }
.ic-head__lead { max-width: 720px; margin-inline: auto !important; }
.ic-head--c .ic-head__lead { text-align: center; }

.ic-num {
    font-family: var(--ic-en);
    font-size: clamp(30px, 3.6vw, 46px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: .04em;
    color: var(--ic-gold);
}
.ic-note {
    font-size: 12px !important;
    line-height: 1.9 !important;
    color: var(--ic-mute) !important;
    letter-spacing: .04em;
}

/* --- 矢印 --- */
.ic-arrow {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 1px;
    background: currentColor;
    flex: none;
    transition: transform .5s var(--ic-ease);
}
.ic-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 1px;
    background: currentColor;
    transform-origin: right center;
    transform: rotate(38deg);
}

/* --- ボタン --- */
.ic-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 262px;
    padding: 19px 30px;
    border-radius: 999px;
    font-family: var(--ic-sans);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.5;
    text-align: center;
    transition: background-color .45s var(--ic-ease), color .45s var(--ic-ease), border-color .45s var(--ic-ease), box-shadow .45s var(--ic-ease), transform .45s var(--ic-ease);
}
.ic-btn:hover { transform: translateY(-2px); }
.ic-btn:hover .ic-arrow { transform: translateX(5px); }

.ic-top .ic-btn--line,
.ic-fv .ic-btn--line,
.ic-footer .ic-btn--line {
    background: var(--ic-line-g);
    color: #fff;
    box-shadow: 0 12px 30px rgba(6, 199, 85, .22);
}
.ic-top .ic-btn--line:hover,
.ic-fv .ic-btn--line:hover,
.ic-footer .ic-btn--line:hover { background: #05b34c; box-shadow: 0 18px 38px rgba(6, 199, 85, .3); }

.ic-top .ic-btn--gold,
.ic-fv .ic-btn--gold,
.ic-footer .ic-btn--gold {
    background: var(--ic-gold);
    color: #fff;
    box-shadow: 0 12px 30px rgba(176, 138, 79, .24);
}
.ic-top .ic-btn--gold:hover,
.ic-fv .ic-btn--gold:hover,
.ic-footer .ic-btn--gold:hover { background: var(--ic-gold-d); }

.ic-top .ic-btn--ghost,
.ic-fv .ic-btn--ghost,
.ic-footer .ic-btn--ghost {
    background: transparent;
    color: var(--ic-ink);
    border: 1px solid var(--ic-line);
}
.ic-top .ic-btn--ghost:hover,
.ic-fv .ic-btn--ghost:hover,
.ic-footer .ic-btn--ghost:hover { border-color: var(--ic-gold); color: var(--ic-gold-d); background: var(--ic-gold-l); }

/* --- 電話ボタン --- */
.ic-tel {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 12px 34px;
    border: 1px solid var(--ic-line);
    border-radius: 999px;
    background: #fff;
    transition: border-color .45s var(--ic-ease), box-shadow .45s var(--ic-ease);
}
.ic-tel:hover { border-color: var(--ic-gold); box-shadow: 0 12px 28px rgba(23, 20, 18, .06); }
.ic-tel__label { font-size: 10px; letter-spacing: .24em; color: var(--ic-mute); }
.ic-tel__num {
    font-family: var(--ic-en);
    font-size: clamp(24px, 2.4vw, 31px);
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.15;
    color: var(--ic-ink);
}

/* --- テキストリンク --- */
.ic-top .ic-textlink,
.ic-footer .ic-textlink {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .14em;
    color: var(--ic-gold-d);
    transition: color .4s var(--ic-ease);
}
.ic-top .ic-textlink:hover .ic-arrow { transform: translateX(5px); }
.ic-top .ic-textlink--boxed {
    padding: 13px 22px;
    border: 1px solid var(--ic-line);
    border-radius: 999px;
    transition: color .4s var(--ic-ease), border-color .4s var(--ic-ease), background-color .4s var(--ic-ease);
}
.ic-top .ic-textlink--boxed:hover { border-color: var(--ic-gold); background: var(--ic-gold-l); }

/* -----------------------------------------------------------------------
   3. スクロールアニメーション
----------------------------------------------------------------------- */
.ic-rv {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 1s var(--ic-ease), transform 1s var(--ic-ease);
    transition-delay: 0s;
}
.ic-rv.is-in { opacity: 1; transform: none; }
.ic-rv[data-d="1"] { transition-delay: .1s; }
.ic-rv[data-d="2"] { transition-delay: .2s; }
.ic-rv[data-d="3"] { transition-delay: .3s; }
.ic-rv[data-d="4"] { transition-delay: .4s; }
.ic-rv[data-d="5"] { transition-delay: .5s; }

/* 画像のワイプイン */
.ic-rv-img { overflow: hidden; }
.ic-rv-img img {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transform: scale(1.1);
    transition: clip-path 1.25s var(--ic-ease), -webkit-clip-path 1.25s var(--ic-ease), transform 1.6s var(--ic-ease);
}
.ic-rv-img.is-in img {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: none;
}

/* 行単位のマスクリビール（大見出し用） */
.ic-rv-line span { display: block; overflow: hidden; }
.ic-rv-line span > i {
    display: block;
    font-style: inherit;
    transform: translateY(105%);
    transition: transform 1.1s var(--ic-ease);
}
.ic-rv-line.is-in span > i { transform: none; }
.ic-rv-line.is-in span:nth-child(2) > i { transition-delay: .12s; }
.ic-rv-line.is-in span:nth-child(3) > i { transition-delay: .24s; }
.ic-rv-line.is-in span:nth-child(4) > i { transition-delay: .36s; }

/* -----------------------------------------------------------------------
   4. FV（ファーストビュー）  template-parts/top-slider.php
   ------------------------------------------------------------------
   横幅いっぱいの写真を背景にしたフルブリードのヒーロー。
   下部に暗いグラデーションを重ね、その上に白文字でコピーを配置します。
----------------------------------------------------------------------- */
.header-bar-fixed ~ .ic-fv { margin-top: var(--ic-headerh); }

.ic-fv {
    position: relative;
    width: 100%;
    min-height: min(94vh, 880px);
    overflow: hidden;
    color: #fff;
}

/* --- 背景メディア --- */
.ic-fv__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.ic-fv__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transform: scale(1.06);
    opacity: 0;
    animation: ic-fv-zoom 1.8s var(--ic-ease) forwards;
}
/* YouTube背景動画（PC・スマホ両対応・め組完全準拠） */
.ic-fv__yt-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}
.ic-fv__yt-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
    max-width: none;
    width: 100vw;
    height: 56.25vw; /* 16:9 ratio */
    min-width: 100%;
    min-height: 100%;
}
@media (max-aspect-ratio: 16/9) {
    .ic-fv__yt-player {
        width: 177.78vh;
        height: 100%;
    }
}
@media (min-aspect-ratio: 16/9) {
    .ic-fv__yt-player {
        width: 100%;
        height: 56.25vw;
    }
}
.ic-fv__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(15, 12, 10, .22) 0%, rgba(15, 12, 10, .02) 30%, rgba(15, 12, 10, .3) 66%, rgba(12, 10, 8, .8) 100%);
}

/* --- コピー --- */
.ic-fv__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: min(94vh, 880px);
    padding-bottom: clamp(56px, 7vw, 96px);
}
.ic-fv__inner { width: min(90%, 1080px); margin-inline: auto; position: static; }

.ic-fv__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .22em;
    color: #ffffff !important;
    text-shadow: none !important;
    margin: 0 0 24px;
    opacity: 0;
    animation: ic-fade-up 1s var(--ic-ease) .55s forwards;
}
.ic-fv__eyebrow::before {
    content: "";
    width: 28px;
    height: 6px;
    color: #ffffff !important;
    background-image: radial-gradient(currentColor 1.4px, transparent 1.5px);
    background-size: 6px 6px;
}
.ic-fv__title {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(30px, 4.2vw, 58px);
    line-height: 1.44;
    letter-spacing: .045em;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, .18);
    margin: 0 0 30px;
}
.ic-fv__title span { display: block; overflow: hidden; }
.ic-fv__title span > i {
    display: block;
    font-style: normal;
    transform: translateY(108%);
    animation: ic-line-up 1.15s var(--ic-ease) forwards;
}
.ic-fv__title span:nth-child(1) > i { animation-delay: .65s; }
.ic-fv__title span:nth-child(2) > i { animation-delay: .77s; }
.ic-fv__title span:nth-child(3) > i { animation-delay: .89s; }
.ic-fv__title b { font-weight: 600; color: var(--ic-gold); }

.ic-fv__lead {
    max-width: 34em;
    color: rgba(255, 255, 255, .88) !important;
    margin: 0 0 34px !important;
    opacity: 0;
    animation: ic-fade-up 1s var(--ic-ease) 1.1s forwards;
}
.ic-fv__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    opacity: 0;
    animation: ic-fade-up 1s var(--ic-ease) 1.28s forwards;
}
.ic-fv__cta .ic-btn { min-width: 244px; }

.ic-tel--on-dark {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .32);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.ic-tel--on-dark:hover { border-color: var(--ic-gold); box-shadow: none; }
.ic-tel--on-dark .ic-tel__label { color: rgba(255, 255, 255, .68); }
.ic-tel--on-dark .ic-tel__num { color: #fff; }

/* --- スクロールガイド --- */
.ic-fv__scroll {
    align-self: flex-end;
    margin: 44px min(2%, 14px) 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: var(--ic-en);
    font-size: 11px;
    letter-spacing: .24em;
    color: rgba(255, 255, 255, .7);
    writing-mode: vertical-rl;
    opacity: 0;
    animation: ic-fade-up 1s var(--ic-ease) 1.5s forwards;
}
.ic-fv__scroll::after {
    content: "";
    width: 1px;
    height: 54px;
    background: linear-gradient(180deg, var(--ic-gold), transparent);
    animation: ic-scrollline 2.2s var(--ic-ease) infinite;
}

@keyframes ic-fade-up   { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes ic-fade-in   { from { opacity: 0; } to { opacity: 1; } }
@keyframes ic-line-up   { to { transform: none; } }
@keyframes ic-fv-zoom   { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes ic-scrollline{ 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* -----------------------------------------------------------------------
   5. スクロール進捗バー
----------------------------------------------------------------------- */
.ic-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 999;
    pointer-events: none;
}
.ic-progress__bar {
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--ic-gold), var(--ic-gold-d));
    transform: scaleX(0);
    transform-origin: left center;
}

/* -----------------------------------------------------------------------
   6. CONCEPT
----------------------------------------------------------------------- */
.ic-concept { padding: var(--ic-sec) 0; text-align: center; }
.ic-concept__title {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(24px, 3.8vw, 48px);
    line-height: 1.66;
    letter-spacing: .07em;
    color: var(--ic-ink);
    margin: 0 0 34px;
}
.ic-concept__title b { font-weight: 600; color: var(--ic-gold-d); }
.ic-concept__lead > p + p { margin-top: 1.6em !important; }
.ic-concept__lead { max-width: 700px; margin-inline: auto; }
.ic-concept .ic-density { margin-top: clamp(40px, 5vw, 66px); max-width: 620px; }

/* -----------------------------------------------------------------------
   7. WORRY（お悩み共感）
----------------------------------------------------------------------- */
.ic-worry { padding: var(--ic-sec) 0; background: var(--ic-paper); }
.ic-worry__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.ic-worry__item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 26px 24px;
    background: #fff;
    border-radius: var(--ic-r-s);
    font-size: 14.5px;
    line-height: 1.75;
    letter-spacing: .04em;
    color: var(--ic-ink);
    box-shadow: 0 2px 16px rgba(23, 20, 18, .035);
}
.ic-worry__item::before {
    content: "";
    flex: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ic-gold);
}
.ic-worry__bridge {
    margin-top: clamp(38px, 4.6vw, 62px) !important;
    text-align: center;
    font-family: var(--ic-mincho);
    font-size: clamp(19px, 2.4vw, 30px) !important;
    line-height: 1.8 !important;
    letter-spacing: .07em;
    color: var(--ic-ink) !important;
}
.ic-worry__bridge em { color: var(--ic-gold-d); }
.ic-worry__bridge small {
    display: block;
    margin-top: 14px;
    font-family: var(--ic-sans);
    font-size: 13px;
    letter-spacing: .06em;
    color: var(--ic-mute);
}

/* -----------------------------------------------------------------------
   8. ABOUT（スカルプインクとは）
----------------------------------------------------------------------- */
.ic-about { padding: var(--ic-sec) 0; }
.ic-about__inner {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
    gap: clamp(30px, 5vw, 76px);
    align-items: center;
}
.ic-about__fig {
    margin: 0;
    border-radius: var(--ic-r);
    overflow: hidden;
    aspect-ratio: 4 / 4.4;
    background: var(--ic-paper2);
}
.ic-about__fig img { width: 100%; height: 100%; object-fit: cover; }
.ic-about__body p + p { margin-top: 1.5em !important; }
.ic-about__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px !important;
}
.ic-about__tags li {
    padding: 8px 15px;
    border-radius: 999px;
    background: var(--ic-gold-l);
    color: var(--ic-gold-d);
    font-size: 12px;
    letter-spacing: .06em;
}

/* --- 3つのポイント --- */
.ic-point { padding: 0 0 var(--ic-sec); }
.ic-point__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(18px, 2.4vw, 34px);
}
.ic-point__item {
    position: relative;
    padding: 34px 30px 36px;
    background: #fff;
    border: 1px solid rgba(176, 138, 79, .4);
    border-radius: var(--ic-r);
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(23, 20, 18, .07);
}
.ic-point__item::after {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 150px;
    height: 150px;
    color: var(--ic-dot);
    background-image: radial-gradient(currentColor 1.2px, transparent 1.3px);
    background-size: 12px 12px;
    opacity: .35;
    -webkit-mask-image: radial-gradient(closest-side, #000, transparent);
    mask-image: radial-gradient(closest-side, #000, transparent);
}
.ic-point__no {
    display: block;
    font-family: var(--ic-en);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    color: var(--ic-gold);
    margin-bottom: 14px;
}
.ic-point__title {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(17px, 1.7vw, 22px);
    line-height: 1.66;
    letter-spacing: .06em;
    color: var(--ic-ink);
    margin: 0 0 14px;
    position: relative;
    z-index: 1;
}
.ic-point__item p small { display: block; margin-top: 8px; font-size: 11.5px; color: var(--ic-mute); }

/* -----------------------------------------------------------------------
   9. COMPARE（比較表）
----------------------------------------------------------------------- */
.ic-compare { padding: var(--ic-sec) 0; background: var(--ic-paper); }
.ic-compare__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 6px; }
.ic-compare__swipe { display: none; text-align: center; margin-bottom: 12px !important; letter-spacing: .1em; }
.ic-compare__table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: var(--ic-r);
    overflow: hidden;
    font-size: 13.5px;
    letter-spacing: .04em;
}
.ic-compare__table th,
.ic-compare__table td {
    padding: 20px 16px;
    text-align: center;
    border-bottom: 1px solid var(--ic-line);
    vertical-align: middle;
    line-height: 1.7;
}
.ic-compare__table thead th:first-child { background: var(--ic-paper); }
.ic-compare__table thead th {
    font-family: var(--ic-sans);
    font-weight: 500;
    font-size: 13px;
    color: var(--ic-mute);
    background: #fff;
    padding-top: 26px;
    padding-bottom: 22px;
}
.ic-compare__table tbody th {
    text-align: left;
    font-weight: 500;
    color: var(--ic-ink);
    background: var(--ic-paper);
    white-space: nowrap;
    width: 168px;
}
.ic-compare__table tr:last-child th,
.ic-compare__table tr:last-child td { border-bottom: 0; }
.ic-compare__main {
    position: relative;
    background: var(--ic-gold-l) !important;
    box-shadow: inset 0 3px 0 var(--ic-gold);
}
.ic-compare__pick {
    display: inline-block;
    font-family: var(--ic-mincho);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .06em;
    color: var(--ic-gold-d);
}
.ic-compare__pick small {
    display: block;
    font-family: var(--ic-en);
    font-size: 10px;
    letter-spacing: .2em;
    color: var(--ic-gold);
    margin-top: 3px;
}
.ic-compare__table td.is-main {
    background: var(--ic-gold-l);
    color: var(--ic-ink);
    font-weight: 500;
}
.ic-mark {
    display: inline-block;
    font-family: var(--ic-en);
    font-size: 19px;
    line-height: 1;
    color: var(--ic-gold);
    margin-bottom: 4px;
}
.ic-mark--w { color: var(--ic-mute); }
.ic-compare__txt { display: block; font-size: 12px; color: var(--ic-text); }
.ic-compare__hint { text-align: center; margin-top: 16px !important; }

/* -----------------------------------------------------------------------
   10. REASON（選ばれる理由）
----------------------------------------------------------------------- */
.ic-reason { padding: var(--ic-sec) 0; background: var(--ic-paper); }
.ic-reason__list { display: grid; gap: clamp(30px, 4vw, 56px); }
.ic-reason__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(24px, 4vw, 62px);
    align-items: center;
}
.ic-reason__item:nth-child(even) .ic-reason__fig { order: 2; }
.ic-reason__fig {
    margin: 0;
    border-radius: var(--ic-r);
    overflow: hidden;
    aspect-ratio: 16 / 11;
    background: var(--ic-paper2);
}
.ic-reason__fig img { width: 100%; height: 100%; object-fit: cover; }
.ic-reason__head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 14px; }
.ic-reason__body .ic-textlink { margin-top: 18px; }
.ic-reason__en {
    font-family: var(--ic-en);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--ic-gold);
}

/* -----------------------------------------------------------------------
   10.5 VOICE（お客様の声）
----------------------------------------------------------------------- */
.ic-voice { padding: var(--ic-sec) 0; background: var(--ic-paper); }
.ic-voice__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(18px, 2.4vw, 30px);
}
.ic-voice__item {
    position: relative;
    padding: 38px 30px 28px;
    background: #fff;
    border-radius: var(--ic-r);
    box-shadow: 0 2px 16px rgba(23, 20, 18, .035);
}
.ic-voice__item::before {
    content: "”";
    position: absolute;
    top: 12px;
    left: 26px;
    font-family: var(--ic-en);
    font-size: 54px;
    line-height: 1;
    color: var(--ic-gold);
    opacity: .35;
}
.ic-voice__quote {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: .04em;
    color: var(--ic-ink);
    margin: 0 0 18px !important;
}
.ic-voice__who {
    font-family: var(--ic-en);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    color: var(--ic-gold-d);
    margin: 0 !important;
}

/* -----------------------------------------------------------------------
   11. CASE（Before / After）
----------------------------------------------------------------------- */
.ic-case { padding: var(--ic-sec) 0; background: var(--ic-paper); }
.ic-case__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2.2vw, 30px);
}
.ic-case__card { margin: 0; }
.ic-case__view {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: var(--ic-r-s);
    overflow: hidden;
    background: var(--ic-paper2);
    aspect-ratio: 4 / 3.2;
    cursor: pointer;
}
.ic-case__img { position: absolute; inset: 0; }
.ic-case__img img { width: 100%; height: 100%; object-fit: cover; }
.ic-case__img--after {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition: clip-path .85s var(--ic-ease), -webkit-clip-path .85s var(--ic-ease);
}
.ic-case__view:hover .ic-case__img--after,
.ic-case__card.is-after .ic-case__img--after {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.ic-case__tag {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    display: block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    font-family: var(--ic-en);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .18em;
    color: var(--ic-ink);
}
.ic-case__tag i { font-style: normal; }
.ic-case__tag .is-a { display: none; color: var(--ic-gold-d); }
.ic-case__view:hover .ic-case__tag .is-b,
.ic-case__card.is-after .ic-case__tag .is-b { display: none; }
.ic-case__view:hover .ic-case__tag .is-a,
.ic-case__card.is-after .ic-case__tag .is-a { display: inline; }
.ic-case__cap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
    font-size: 13.5px;
    letter-spacing: .05em;
    color: var(--ic-ink);
}
.ic-case__cap span {
    font-family: var(--ic-en);
    font-size: 11px;
    letter-spacing: .16em;
    color: var(--ic-gold);
}
.ic-more { text-align: center; margin-top: clamp(34px, 4vw, 54px); }

/* -----------------------------------------------------------------------
   12. MESSAGE（代表挨拶）
----------------------------------------------------------------------- */
.ic-message { padding: var(--ic-sec) 0; }
.ic-message__inner {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 76px);
    align-items: center;
}
.ic-message__fig {
    position: relative;
    margin: 0;
    border-radius: clamp(120px, 15vw, 200px) clamp(120px, 15vw, 200px) var(--ic-r) var(--ic-r);
    overflow: hidden;
    aspect-ratio: 4 / 4.8;
    background: var(--ic-paper2);
}
.ic-message__fig img { width: 100%; height: 100%; object-fit: cover; }
.ic-message__quote {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(21px, 2.9vw, 36px);
    line-height: 1.68;
    letter-spacing: .07em;
    color: var(--ic-ink);
    margin: 0 0 26px;
}
.ic-message__body p + p { margin-top: 1.5em !important; }
.ic-message__sign {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 28px !important;
    font-size: 13px !important;
    letter-spacing: .08em;
    color: var(--ic-mute) !important;
}
.ic-message__sign b {
    font-family: var(--ic-mincho);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .1em;
    color: var(--ic-ink);
}
.ic-message__more { margin-top: 32px; }

/* -----------------------------------------------------------------------
   13. FLOW（施術の流れ）
----------------------------------------------------------------------- */
.ic-flow { padding: var(--ic-sec) 0; background: var(--ic-paper); }
.ic-flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(14px, 2vw, 26px);
    counter-reset: icflow;
}
.ic-flow__item {
    position: relative;
    padding: 32px 24px 34px;
    background: #fff;
    border-radius: var(--ic-r-s);
}
.ic-flow__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--ic-gold);
    border-right: 1px solid var(--ic-gold);
    transform: translateY(-50%) rotate(45deg);
}
.ic-flow__item:last-child::after { content: none; }
.ic-flow__no {
    display: block;
    font-family: var(--ic-en);
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .04em;
    color: var(--ic-gold);
    margin-bottom: 14px;
}
.ic-flow__item p { font-size: 13px !important; line-height: 1.95 !important; }
.ic-flow__fig {
    margin: 14px 0 16px;
    border-radius: var(--ic-r-s);
    overflow: hidden;
    aspect-ratio: 16 / 11;
    background: var(--ic-paper2);
}
.ic-flow__fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* -----------------------------------------------------------------------
   16. APP（公式アプリ）
----------------------------------------------------------------------- */
.ic-app { padding: var(--ic-sec) 0; }
.ic-app__box {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
    gap: clamp(26px, 4vw, 60px);
    align-items: center;
    padding: clamp(34px, 4.4vw, 60px);
    border-radius: var(--ic-r);
    background: var(--ic-ink);
    overflow: hidden;
}
.ic-app__box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url(img/renew/app_phone.jpg);
    background-size: cover;
    background-position: center 35%;
    filter: blur(3px) saturate(.85);
    opacity: .4;
    transform: scale(1.03);
}
.ic-app__box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(120deg, var(--ic-ink) 15%, rgba(23, 20, 18, .4) 55%, rgba(23, 20, 18, .2) 100%);
}
.ic-app__box .ic-dots { color: rgba(255, 255, 255, .38); opacity: .35; z-index: 1; }
.ic-app__body, .ic-app__side { position: relative; z-index: 2; }
.ic-app__box .ic-eyebrow { color: var(--ic-gold); }
.ic-app__box .ic-eyebrow::before { color: var(--ic-gold); }
.ic-app__title {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(21px, 2.5vw, 32px);
    line-height: 1.66;
    letter-spacing: .07em;
    color: #fff;
    margin: 0 0 20px;
}
.ic-app__box p { color: rgba(255, 255, 255, .74) !important; }
.ic-app__feats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}
.ic-app__feats li {
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    font-size: 11.5px;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .86);
}
.ic-app__side { text-align: center; }
.ic-app__side .ic-btn { width: 100%; min-width: 0; }
.ic-app__side .ic-btn + .ic-btn { margin-top: 12px; }
.ic-app__box .ic-btn--ghost { color: #fff; border-color: rgba(255, 255, 255, .3); }
.ic-app__box .ic-btn--ghost:hover { background: rgba(255, 255, 255, .08); color: #fff; border-color: var(--ic-gold); }

/* -----------------------------------------------------------------------
   18. NEWS / BLOG
----------------------------------------------------------------------- */
.ic-news { padding: var(--ic-sec) 0; background: var(--ic-paper); }
.ic-news--blog { background: var(--ic-white); }
.ic-news__list { max-width: 940px; margin-inline: auto; border-top: 1px solid var(--ic-line); }
.ic-news__link {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 30px;
    gap: 22px;
    align-items: center;
    padding: 20px 6px;
    border-bottom: 1px solid var(--ic-line);
    transition: background-color .4s var(--ic-ease);
}
.ic-news__link:hover { background: rgba(176, 138, 79, .05); }
.ic-news__link:hover .ic-arrow { transform: translateX(5px); }
.ic-news__thumb { display: block; width: 92px; height: 66px; overflow: hidden; border-radius: 6px; background: var(--ic-paper2); }
.ic-news__thumb img { width: 100%; height: 100%; object-fit: cover; }
.ic-news__date {
    display: block;
    font-family: var(--ic-en);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .12em;
    color: var(--ic-gold);
    margin-bottom: 5px;
}
.ic-news__title { display: block; font-size: 14.5px; line-height: 1.75; letter-spacing: .04em; color: var(--ic-ink); }
.ic-news__link .ic-arrow { color: var(--ic-gold); }

.ic-blog__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.2vw, 30px); }
.ic-blog__link { display: block; }
.ic-blog__thumb { display: block; overflow: hidden; border-radius: var(--ic-r-s); aspect-ratio: 4 / 2.8; background: var(--ic-paper2); }
.ic-blog__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ic-ease); }
.ic-blog__link:hover .ic-blog__thumb img { transform: scale(1.05); }
.ic-blog__body { display: block; padding-top: 14px; }
.ic-blog__title { display: block; font-size: 14.5px; line-height: 1.75; letter-spacing: .04em; color: var(--ic-ink); }

/* -----------------------------------------------------------------------
   19.5 NOTICE（ご利用にあたって）
----------------------------------------------------------------------- */
.ic-disclaimer { padding: clamp(36px, 4vw, 56px) 0; }
.ic-disclaimer__list { display: grid; gap: 8px; }
.ic-disclaimer__list li {
    position: relative;
    padding-left: 16px;
    font-size: 11.5px;
    line-height: 1.85;
    letter-spacing: .03em;
    color: var(--ic-mute);
}
.ic-disclaimer__list li::before {
    content: "※";
    position: absolute;
    left: 0;
}

/* -----------------------------------------------------------------------
   20. CTA
----------------------------------------------------------------------- */
.ic-cta { padding: var(--ic-sec) 0; background: var(--ic-paper); text-align: center; overflow: hidden; }
.ic-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url(img/renew/cta_treatment.jpg);
    background-size: cover;
    background-position: center 28%;
    filter: blur(3px);
    opacity: .34;
    transform: scale(1.03);
}
.ic-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, var(--ic-paper) 0%, rgba(250, 248, 244, .2) 45%, var(--ic-paper) 100%);
}
.ic-cta .ic-dots { z-index: 1; }
.ic-cta__title {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(23px, 3.4vw, 42px);
    line-height: 1.62;
    letter-spacing: .07em;
    color: var(--ic-ink);
    margin: 0 0 24px;
}
.ic-cta__lead { max-width: 640px; margin-inline: auto !important; }
.ic-cta__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: clamp(32px, 3.8vw, 48px);
}
.ic-cta__note { margin-top: 22px !important; }

/* -----------------------------------------------------------------------
   21. スマホ固定CTA
----------------------------------------------------------------------- */
.ic-fixbar { display: none; }

/* -----------------------------------------------------------------------
   22. FOOTER  footer.php
----------------------------------------------------------------------- */
.footer.ic-footer { margin-top: 0; background: var(--ic-ink); color: rgba(255, 255, 255, .68); }
.ic-footer .ic-dots { color: rgba(255, 255, 255, .34); opacity: .3; }
.ic-footer__inner {
    width: min(88%, 1140px);
    margin-inline: auto;
    padding: clamp(56px, 7vw, 96px) 0 clamp(40px, 5vw, 62px);
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .78fr);
    gap: clamp(34px, 5vw, 80px);
    position: relative;
    z-index: 1;
}
.ic-footer__logo { margin: 0 0 20px; }
.ic-footer__logo img { max-width: 230px; }
.ic-footer__name {
    font-family: var(--ic-mincho);
    font-size: clamp(20px, 2.2vw, 27px);
    font-weight: 600;
    letter-spacing: .09em;
    color: #fff;
    margin: 0 0 8px;
}
.ic-footer__kana { font-size: 11px !important; letter-spacing: .2em; color: var(--ic-gold) !important; margin-bottom: 22px !important; }
.ic-footer__lead { color: rgba(255, 255, 255, .66) !important; margin-bottom: 28px !important; }

.ic-footer__info { display: grid; gap: 0; margin: 0 0 28px; max-width: 480px; }
.ic-footer__row {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.ic-footer__row:first-child { border-top: 1px solid rgba(255, 255, 255, .1); }
.ic-footer__row dt {
    font-family: var(--ic-en);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ic-gold);
    padding-top: .3em;
}
.ic-footer__row dd { margin: 0; font-size: 13.5px; line-height: 1.8; letter-spacing: .04em; color: rgba(255, 255, 255, .82); }
.ic-footer__row dd small { display: block; font-size: 11.5px; color: rgba(255, 255, 255, .5); margin-top: 3px; }

.ic-footer .ic-tel {
    background: transparent;
    border-color: rgba(255, 255, 255, .22);
    padding: 14px 30px;
}
.ic-footer .ic-tel:hover { border-color: var(--ic-gold); box-shadow: none; }
.ic-footer .ic-tel__label { color: rgba(255, 255, 255, .55); }
.ic-footer .ic-tel__num { color: #fff; }
.ic-footer__caution { font-size: 11.5px !important; color: rgba(255, 255, 255, .42) !important; margin-top: 14px !important; }

.ic-footer__sns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.ic-footer__sns a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .84);
    transition: background-color .4s var(--ic-ease), border-color .4s var(--ic-ease), color .4s var(--ic-ease);
}
.ic-footer__sns a:hover { background: rgba(255, 255, 255, .07); border-color: var(--ic-gold); color: #fff; }
.ic-footer__sns svg { width: 17px; height: 17px; flex: none; }
.ic-footer__sns .is-line:hover { background: var(--ic-line-g); border-color: var(--ic-line-g); }
.ic-footer__sns .is-youtube:hover { background: #ff0000; border-color: #ff0000; color: #fff; }

.ic-footer__nav { position: relative; z-index: 1; }
.ic-footer__nav-label {
    font-family: var(--ic-en);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--ic-gold);
    margin: 0 0 20px !important;
}
.ic-footer__nav .ic-footer__nav-list { display: grid; gap: 2px; }
.ic-footer__nav-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 13.5px;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .8);
    transition: color .4s var(--ic-ease), padding-left .4s var(--ic-ease);
}
.ic-footer__nav-list li a::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ic-gold);
    opacity: .55;
    flex: none;
}
.ic-footer__nav-list li a:hover { color: #fff; padding-left: 6px; }
/* ヘッダーと同じメニューをフッターにも出しているが、メニューラベル内の
   <span>（ヘッダーでは主ラベルの下に小さく出る日本語サブラベル。
   original.css の .global-nav > ul > li > a span を参照）は
   フッターでは不要なので、フッター側だけ非表示にする。
   ※ヘッダー（.global-nav）には影響しません。 */
.ic-footer__nav a span { display: none; }

.ic-footer__bar {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.ic-footer__bar-inner {
    width: min(88%, 1140px);
    margin-inline: auto;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.ic-footer__copy {
    font-family: var(--ic-en);
    font-size: 11.5px;
    letter-spacing: .12em;
    color: rgba(255, 255, 255, .42);
}
.ic-footer__copy small { font-size: inherit; }
.ic-footer__pagetop a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ic-en);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, .6);
    transition: color .4s var(--ic-ease);
}
.ic-footer__pagetop a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--ic-gold);
    border-right: 1px solid var(--ic-gold);
    transform: rotate(-45deg);
}
.ic-footer__pagetop a:hover { color: #fff; }

/* -----------------------------------------------------------------------
   23. Responsive
----------------------------------------------------------------------- */
@media screen and (max-width: 1100px) {
    .ic-worry__list { grid-template-columns: repeat(2, 1fr); }
    .ic-flow__list { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
    .ic-flow__item:nth-child(2)::after { content: none; }
}

@media screen and (max-width: 991px) {
    :root { --ic-headerh: 55px; }
    .ic-sp { display: inline; }
    .ic-pcbr { display: none; }
    .ic-inner { width: 88%; }

    /* FV */
    .ic-fv { min-height: min(100vh, 720px); }
    .ic-fv__content { min-height: min(100vh, 720px); padding-bottom: 40px; }
    .ic-fv__title { font-size: clamp(28px, 8vw, 40px); }
    .ic-fv__cta { flex-direction: column; align-items: stretch; }
    .ic-fv__cta .ic-btn, .ic-fv__cta .ic-tel { width: 100%; min-width: 0; }
    .ic-fv__scroll { display: none; }

    /* レイアウト 1カラム化 */
    .ic-about__inner,
    .ic-message__inner,
    .ic-app__box,
    .ic-footer__inner { grid-template-columns: 1fr; }
    .ic-reason__item { grid-template-columns: 1fr; gap: 20px; }
    .ic-reason__item:nth-child(even) .ic-reason__fig { order: 0; }
    .ic-about__fig, .ic-message__fig { aspect-ratio: 4 / 3.4; border-radius: var(--ic-r); }

    .ic-point__list { grid-template-columns: 1fr; gap: 14px; }
    .ic-voice__list { grid-template-columns: 1fr; gap: 14px; }
    .ic-case__grid { grid-template-columns: repeat(2, 1fr); }
    .ic-blog__list { grid-template-columns: repeat(2, 1fr); }

    .ic-news__link { grid-template-columns: 72px minmax(0, 1fr) 22px; gap: 14px; }
    .ic-news__thumb { width: 72px; height: 54px; }

    .ic-compare__table tbody th { width: 130px; font-size: 12.5px; }
    .ic-compare__swipe { display: block; }

    /* 固定CTA（SP） */
    .ic-fixbar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 90;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        background: rgba(23, 20, 18, .1);
        transform: translateY(102%);
        transition: transform .55s var(--ic-ease);
        padding-bottom: env(safe-area-inset-bottom);
    }
    .ic-fixbar.is-on { transform: none; }
    .ic-fixbar a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px 8px;
        font-size: 13.5px;
        font-weight: 500;
        letter-spacing: .06em;
        color: #fff;
    }
    .ic-fixbar__line { background: var(--ic-line-g); }
    .ic-fixbar__tel { background: var(--ic-ink); }
    .ic-fixbar svg { width: 17px; height: 17px; flex: none; }
    .ic-top { padding-bottom: 0; }
    .footer.ic-footer { padding-bottom: 58px; }
}

@media screen and (max-width: 599px) {
    :root { --ic-sec: 62px; }
    .ic-worry__list { grid-template-columns: 1fr; }
    .ic-worry__item { padding: 20px 18px; font-size: 13.5px; }
    .ic-flow__list { grid-template-columns: 1fr; }
    .ic-flow__item::after { top: auto; right: 50%; bottom: -15px; transform: translateX(50%) rotate(135deg); }
    .ic-case__grid { grid-template-columns: 1fr; }
    .ic-blog__list { grid-template-columns: 1fr; }
    .ic-footer__row { grid-template-columns: 80px minmax(0, 1fr); gap: 10px; }
    .ic-cta__btns { flex-direction: column; align-items: stretch; }
    .ic-cta__btns .ic-btn, .ic-cta__btns .ic-tel { width: 100%; min-width: 0; }
    .ic-footer__sns a { flex: 1 1 auto; justify-content: center; }
    .ic-h2 { font-size: clamp(20px, 5.8vw, 26px); word-break: keep-all; overflow-wrap: break-word; }
}

/* -----------------------------------------------------------------------
   24. モーション低減設定への配慮
----------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .ic-top *, .ic-top *::before, .ic-top *::after,
    .ic-fv *, .ic-fv *::before, .ic-fv *::after,
    .ic-footer *, .ic-footer *::before, .ic-footer *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
    .ic-fv__bg { transform: none; }
    .ic-rv-img img { -webkit-clip-path: none; clip-path: none; transform: none; }
    .ic-fv__title span > i, .ic-rv-line span > i { transform: none; }
    .ic-fv__eyebrow, .ic-fv__lead, .ic-fv__cta, .ic-fv__scroll { opacity: 1; }
}

/* =======================================================================
   25. 下層ページ共通コンポーネント（page-company / page-contact /
       page-greeting / page-qa / page-works）
   ------------------------------------------------------------------
   すべて .ic-top でラップして使用します（front-page.php と同じ
   フォント・カラー・ボタン等の基底スタイルを継承するため）。
======================================================================= */

/* --- ページヒーロー --- */
.ic-hero { padding: clamp(64px, 8vw, 108px) 0 clamp(40px, 5vw, 64px); }
.ic-hero__inner { max-width: 760px; }
.ic-hero__title {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.5;
    letter-spacing: .06em;
    color: var(--ic-ink);
    margin: 0 0 22px;
}
.ic-hero__title:last-child { margin-bottom: 0; }
.ic-hero__lead { max-width: 46em; }

/* --- 情報リスト（会社情報・お問い合わせ等） --- */
.ic-infolist { display: grid; gap: 0; margin: 0; max-width: 640px; }
.ic-infolist__row {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--ic-line);
}
.ic-infolist__row:first-child { border-top: 1px solid var(--ic-line); }
.ic-infolist__row dt {
    font-family: var(--ic-en);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ic-gold);
    padding-top: .3em;
}
.ic-infolist__row dd {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.9;
    letter-spacing: .04em;
    color: var(--ic-ink);
}
.ic-infolist__row dd small { display: block; margin-top: 4px; font-size: 12px; color: var(--ic-mute); }
.ic-infolist__row dd a { color: var(--ic-gold-d); text-decoration: underline; text-underline-offset: 3px; }

/* --- FAQ（page-qa.php 用） --- */
.ic-faq__list { max-width: 900px; margin: 0; display: grid; gap: 12px; }
.ic-faq__item { background: #fff; border: 1px solid var(--ic-line); border-radius: var(--ic-r-s); overflow: hidden; }
.ic-faq__q {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 58px 22px 24px;
    position: relative;
    cursor: pointer;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.7;
    color: var(--ic-ink);
}
.ic-faq__q::-webkit-details-marker { display: none; }
.ic-faq__qmark { flex: none; font-family: var(--ic-en); font-size: 19px; font-weight: 600; color: var(--ic-gold); line-height: 1; }
.ic-faq__icon { position: absolute; right: 24px; top: 50%; width: 13px; height: 13px; transform: translateY(-50%); }
.ic-faq__icon::before, .ic-faq__icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 1px;
    background: var(--ic-gold);
    transition: transform .45s var(--ic-ease);
}
.ic-faq__icon::after { transform: rotate(90deg); }
.ic-faq__item[open] .ic-faq__icon::after { transform: rotate(0deg); }
.ic-faq__a { padding: 0 24px 26px 56px; }
.ic-faq__a p { font-size: 13.5px !important; }

/* --- メニューカード（page-works.php 用。ic-point__list の拡張） --- */
.ic-menu__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 30px); }
.ic-menu__item {
    position: relative;
    padding: 30px 26px 32px;
    background: #fff;
    border: 1px solid var(--ic-line);
    border-radius: var(--ic-r);
}
.ic-menu__no { display: block; font-family: var(--ic-en); font-size: 12.5px; font-weight: 600; letter-spacing: .18em; color: var(--ic-gold); margin-bottom: 12px; }
.ic-menu__title { font-family: var(--ic-mincho); font-weight: 600; font-size: 18px; letter-spacing: .05em; color: var(--ic-ink); margin: 0 0 10px; }
.ic-menu__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; }
.ic-menu__meta li { padding: 5px 12px; border-radius: 999px; background: var(--ic-gold-l); color: var(--ic-gold-d); font-size: 11px; letter-spacing: .04em; }

.ic-menu__offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: clamp(30px, 4vw, 48px);
    padding: clamp(26px, 3vw, 38px) clamp(24px, 3vw, 40px);
    background: var(--ic-gold-l);
    border-radius: var(--ic-r);
}
.ic-menu__offer-label { font-family: var(--ic-en); font-size: 11px; font-weight: 600; letter-spacing: .2em; color: var(--ic-gold-d); margin: 0 0 8px !important; }
.ic-menu__offer-price { font-family: var(--ic-mincho); font-size: clamp(22px, 2.6vw, 30px); font-weight: 600; color: var(--ic-ink); margin: 0 !important; }
.ic-menu__offer-price small { font-family: var(--ic-sans); font-size: 13px; font-weight: 400; color: var(--ic-text); margin-left: 8px; }

@media screen and (max-width: 991px) {
    .ic-infolist__row { grid-template-columns: 108px minmax(0, 1fr); gap: 12px; }
    .ic-menu__list { grid-template-columns: 1fr; }
    .ic-menu__offer { flex-direction: column; align-items: flex-start; }
}



/* =======================================================================
   26. 下層ページ 追加コンポーネント（2026-08-28）
   ------------------------------------------------------------------
   ・page-*.php をトップページ（front-page.php）と同じ構造
     （get_header → .main.ic-top → section → get_footer）に統一した際に
     追加した分です。旧テーマの .post-content / .primary / .flex_layout は
     各テンプレートから撤去済みなので、打ち消し用のCSSは不要になりました。
======================================================================= */

/* --- 汎用セクション（front-page の各セクションと同じ上下余白） --- */
.ic-sec { padding: var(--ic-sec) 0; }
.ic-sec--paper { background: var(--ic-paper); }
/* ヒーロー直後だけは、詰まって見えないよう上余白を控えめに */
.ic-hero + .ic-sec { padding-top: clamp(26px, 3.2vw, 46px); }
.ic-hero--greeting { padding-bottom: clamp(14px, 2vw, 28px); }
.ic-hero--greeting + .ic-message { padding-top: clamp(20px, 3vw, 40px); }

.ic-note--c { text-align: center; margin-top: 22px !important; }

/* CTA内の補助リンク（トップページ「よくあるご質問を見る」など） */
.ic-cta__sub { margin: 26px 0 0 !important; }

/* --- 情報リスト・ワイド版（運営概要／プロフィール用） --- */
/* 下層ページの「店舗情報」など、項目数が多くて内容も長いリスト。
   860px で止めると .ic-inner（1140px）の右側が大きく余って
   左に寄って見えるため、内側の幅いっぱいまで使います。 */
.ic-infolist--wide { max-width: none; }
/* ラベル列は画面幅に追従（スマホ108px 〜 PC168px）。
   メディアクエリだと、後ろに書いたこの指定に負けて効かないため clamp() で。 */
.ic-infolist--wide .ic-infolist__row {
    grid-template-columns: clamp(108px, 12vw, 168px) minmax(0, 1fr);
    gap: clamp(12px, 1.6vw, 24px);
}

/* --- 営業時間（曜日別） --- */
.ic-hours { max-width: 640px; }
.ic-hours__row {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid var(--ic-line);
}
.ic-hours__row:first-child { border-top: 1px solid var(--ic-line); }
.ic-hours__day {
    font-family: var(--ic-mincho);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .14em;
    color: var(--ic-ink);
}
.ic-hours__time {
    font-size: 14.5px;
    letter-spacing: .04em;
    color: var(--ic-ink);
}
.ic-hours__time small { display: block; margin-top: 5px; font-size: 12px; color: var(--ic-mute); }
.ic-hours__row.is-closed .ic-hours__day,
.ic-hours__row.is-closed .ic-hours__time { color: var(--ic-mute); }

/* --- アクセス（情報＋Googleマップ） --- */
.ic-access {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(26px, 3.2vw, 52px);
    align-items: start;
}
.ic-access__body .ic-btn { margin-top: 28px; }
.ic-map {
    position: relative;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--ic-line);
    border-radius: var(--ic-r);
    overflow: hidden;
    background: var(--ic-paper);
}
.ic-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: saturate(.45);
}

/* --- サロン外観・内観ギャラリー --- */
.ic-salon-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2.4vw, 32px);
    margin-top: clamp(28px, 4vw, 48px);
}
.ic-salon-gallery__item {
    margin: 0;
    border-radius: var(--ic-r);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ic-line);
    box-shadow: 0 4px 20px rgba(23, 20, 18, .04);
}
.ic-salon-gallery__item img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}
.ic-salon-gallery__item figcaption {
    padding: 14px 18px;
    font-size: 13px;
    letter-spacing: .06em;
    color: var(--ic-ink);
    background: #fff;
    text-align: center;
    font-weight: 500;
}

/* --- お問い合わせ 2つの窓口 --- */
.ic-contact__ways {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(18px, 2.4vw, 30px);
}
.ic-contact__way {
    display: flex;
    flex-direction: column;
    padding: clamp(28px, 3vw, 42px) clamp(24px, 3vw, 38px);
    background: #fff;
    border: 1px solid rgba(176, 138, 79, .4);
    border-radius: var(--ic-r);
    box-shadow: 0 24px 50px rgba(23, 20, 18, .07);
}
.ic-contact__en {
    display: block;
    font-family: var(--ic-en);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    color: var(--ic-gold);
}
.ic-contact__title {
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: clamp(19px, 2.1vw, 23px);
    letter-spacing: .05em;
    line-height: 1.6;
    color: var(--ic-ink);
    margin: 10px 0 14px;
}
.ic-contact__way p { flex: 1 1 auto; }
.ic-contact__way .ic-btn,
.ic-contact__way .ic-tel { margin-top: 26px; align-self: flex-start; }

/* --- SNS・公式アプリのリンクカード --- */
.ic-linkcards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(14px, 1.8vw, 22px);
}
.ic-linkcard > a {
    position: relative;
    display: block;
    height: 100%;
    padding: 26px 60px 28px 26px;
    background: #fff;
    border: 1px solid var(--ic-line);
    border-radius: var(--ic-r-s);
    transition: border-color .45s var(--ic-ease), box-shadow .45s var(--ic-ease), transform .45s var(--ic-ease);
}
.ic-linkcard > a:hover {
    border-color: var(--ic-gold);
    box-shadow: 0 14px 34px rgba(23, 20, 18, .06);
    transform: translateY(-2px);
}
.ic-linkcard__en {
    display: block;
    font-family: var(--ic-en);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .18em;
    color: var(--ic-gold);
}
.ic-linkcard__name {
    display: block;
    font-family: var(--ic-mincho);
    font-weight: 600;
    font-size: 17px;
    letter-spacing: .05em;
    color: var(--ic-ink);
    margin: 8px 0 10px;
}
.ic-linkcard__text {
    display: block;
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: .04em;
    color: var(--ic-text);
}
.ic-linkcard .ic-arrow { position: absolute; right: 26px; top: 34px; color: var(--ic-gold); }
.ic-linkcard > a:hover .ic-arrow { transform: translateX(5px); }

/* --- 料金表 --- */
.ic-price {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
    min-width: 460px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid var(--ic-line);
    border-radius: var(--ic-r-s);
    overflow: hidden;
}
.ic-price th,
.ic-price td {
    padding: 16px 22px;
    text-align: left;
    letter-spacing: .04em;
    border-bottom: 1px solid var(--ic-line);
}
.ic-price thead th {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .18em;
    color: var(--ic-gold-d);
    background: var(--ic-gold-l);
    border-bottom-color: transparent;
}
.ic-price tbody th {
    width: 36%;
    font-family: var(--ic-mincho);
    font-size: 15px;
    font-weight: 600;
    color: var(--ic-ink);
}
.ic-price tbody td { font-size: 14px; color: var(--ic-text); }
.ic-price tbody td:last-child {
    font-family: var(--ic-mincho);
    font-size: 16.5px;
    color: var(--ic-ink);
    text-align: right;
}
.ic-price thead th:last-child { text-align: right; }
.ic-price tbody tr:last-child th,
.ic-price tbody tr:last-child td { border-bottom: 0; }

/* --- 比較表：背景をアイボリーではなく白にしたいとき --- */
.ic-compare--plain { background: var(--ic-white); }

/* --- FAQ：質問テキスト（アイコン分の余白を確保して折り返す） --- */
.ic-faq__qtext { flex: 1 1 auto; min-width: 0; }

/* --- 店舗概要ページ：外観写真1枚＋重ねたインフォメーションプレート ---
   page-shop.php で使用。写真は img/shop_exterior.jpg を差し替えるだけで変わります。
   プレートは position:absolute ではなく「負のマージンで持ち上げる」方式にして、
   スマホでは自然に写真の下へ回り込むようにしています（はみ出し・重なり事故が起きません）。 */
.ic-shopvisual {
    padding: clamp(8px, 1.4vw, 20px) 0 clamp(28px, 3.4vw, 48px);
}
/* 外観写真の直後のセクションは、上余白を控えめにして間延びを防ぐ */
.ic-shopvisual + .ic-sec { padding-top: clamp(26px, 3.2vw, 46px); }
.ic-shopvisual__wrap { position: relative; }
/* 写真の左上に、1pxのゴールド枠を少しずらして重ねる装飾 */
.ic-shopvisual__wrap::before {
    content: "";
    position: absolute;
    top: clamp(-20px, -1.4vw, -12px);
    left: clamp(-20px, -1.4vw, -12px);
    width: min(38%, 320px);
    aspect-ratio: 1 / 1;
    border-top: 1px solid rgba(176, 138, 79, .45);
    border-left: 1px solid rgba(176, 138, 79, .45);
    border-top-left-radius: var(--ic-r);
    pointer-events: none;
}
.ic-shopvisual__fig {
    margin: 0;
    border-radius: var(--ic-r);
    overflow: hidden;
    background: var(--ic-paper);
    box-shadow: 0 26px 60px rgba(23, 20, 18, .10);
}
.ic-shopvisual__fig img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.ic-shopvisual__plate {
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: min(100%, 440px);
    margin-left: auto;
    margin-right: clamp(0px, 3vw, 44px);
    margin-top: clamp(-88px, -6vw, -44px);
    padding: clamp(24px, 2.6vw, 34px) clamp(24px, 2.6vw, 36px);
    background: #fff;
    border: 1px solid var(--ic-line);
    border-radius: var(--ic-r);
    box-shadow: 0 20px 50px rgba(23, 20, 18, .10);
}
/* プレート内のドットは、セクション用の巨大サイズだと収まらないので小さくする */
.ic-shopvisual__plate .ic-dots {
    width: 200px;
    height: 200px;
    right: -60px;
    bottom: -70px;
    opacity: .5;
}
.ic-shopvisual__en {
    position: relative;
    z-index: 1;
    font-family: var(--ic-en);
    font-size: 11px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--ic-gold-d);
}
.ic-shopvisual__name {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-family: var(--ic-mincho);
    font-size: clamp(19px, 1.7vw, 23px);
    letter-spacing: .06em;
    color: var(--ic-ink);
}
.ic-shopvisual__text {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.95;
    color: var(--ic-mute);
}

/* =======================================================================
   27. 固定ページ：旧テーマのヘッダー画像帯とパンくずの調整
   ------------------------------------------------------------------
   ・header.php は、トップページ以外で .signage（高さ330pxの画像帯）を
     必ず出力します。中身の画像は別サイトから流用された素材で、
     さらに .signage::after が参照している img/header_img.jpg は
     このテーマに存在しません（＝画像切れ）。
   ・下層ページの見出しは各 page-*.php の .ic-hero が担当するため、
     .signage は高さ0にして見えなくしています。
     ※ display:none にすると、ヘッダー固定時の余白
       （.header-bar-fixed ~ .signage の margin-top）まで消えてしまうため、
       あえて要素は残しています。
   ・パンくずは文字色が #fff のままで白背景に埋もれていたので、
     トップページのトンマナ（ミュートグレー＋ゴールドのホバー）に変更。
======================================================================= */
.page .signage { height: 0; min-height: 0; background: none !important; }
.page .signage::after { content: none; }
.page .signage-content { display: none; }

.page .breadcrumb-wrapper { background: none; }
.page .breadcrumb.inner {
    width: min(88%, 1140px);
    max-width: none;
    height: auto;
    line-height: 1.9;
    padding-top: 20px;
    font-size: 11.5px;
    letter-spacing: .08em;
}
.page .breadcrumb li,
.page .breadcrumb li a { color: var(--ic-mute); }
.page .breadcrumb li a:hover { color: var(--ic-gold-d); }

/* --- 下層ページ 追加コンポーネントのレスポンシブ --- */
@media screen and (max-width: 991px) {
    .ic-access { grid-template-columns: 1fr; }
    .ic-contact__ways { grid-template-columns: 1fr; }
    .ic-linkcards { grid-template-columns: 1fr; }
    .ic-hours__row { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; }
    .ic-linkcard .ic-arrow { top: 30px; right: 22px; }
}
@media screen and (max-width: 767px) {
    .ic-contact__way .ic-btn,
    .ic-contact__way .ic-tel { width: 100%; min-width: 0; align-self: stretch; }
    /* 料金表は3列だけなので、スマホでも横スクロールさせず画面内に収める */
    .ic-price { min-width: 0; }
    .ic-price th, .ic-price td { padding: 13px 10px; }
    .ic-price thead th { font-size: 10.5px; letter-spacing: .1em; }
    .ic-price tbody th { width: 38%; font-size: 13.5px; }
    .ic-price tbody td { font-size: 12.5px; }
    .ic-price tbody td:last-child { font-size: 14.5px; }
    .ic-salon-gallery { grid-template-columns: 1fr; }
    /* 外観写真：スマホでは写真を4:3にして、プレートは重ねず下に置く */
    .ic-shopvisual__fig img { aspect-ratio: 4 / 3; }
    .ic-shopvisual__plate {
        width: 100%;
        margin-right: 0;
        margin-top: -22px;
    }
    .ic-shopvisual__wrap::before { display: none; }
}


/* =======================================================================
   下層ページ用 共通ユーティリティ（旧デザインからの互換ブロック）
   ------------------------------------------------------------------
   .ss-menu（現在このローカルフォルダに対応する page-*.php はありません。
   WP管理画面側に該当ページが残っている場合に備えて残置）で使用している
   .ss-btn / .ss-arrow / .ss-inner / .ss-rv 等の基底スタイルです。
   ※ .ss-greet は page-greeting.php を ic- 系デザインへ書き換えた際に
     不要になったため削除済みです（2026-08-21）。
======================================================================= */
:root {
    /* --- color --- */
    --sc-white: #ffffff;
    --sc-paper: #f6f8f8;   /* ごく淡いグレー（セクション交互背景） */
    --sc-ink:   #12171a;   /* 見出し */
    --sc-text:  #525b61;   /* 本文 */
    --sc-mute:  #98a1a7;   /* 補足 */
    --sc-line:  #e6eaec;   /* 罫線 */
    --sc-ac:    #1e6a70;   /* アクセント（ディープティール／清潔感・信頼感） */
    --sc-ac-d:  #175056;
    --sc-ac-l:  #eef4f4;
    --sc-dot:   rgba(18, 23, 26, .16);
    --sc-dot-ac: rgba(30, 106, 112, .22);

    /* --- type --- */
    --sc-jp: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    --sc-en: "Inter", "Helvetica Neue", Arial, sans-serif;

    /* --- motion / shape --- */
    --sc-ease: cubic-bezier(.22, 1, .36, 1);
    --sc-r: 20px;
    --sc-r-s: 12px;
    --sc-sec: clamp(72px, 9vw, 140px);   /* セクション上下余白 */
}
/* -----------------------------------------------------------------------
   共通パーツ（下層ページ用）
----------------------------------------------------------------------- */
.ss-inner { width: min(88%, 1120px); margin-inline: auto; }
.ss-inner--narrow { width: min(88%, 900px); }
.ss-sp { display: none; }
.ss-pcbr { display: inline; }
@media screen and (max-width: 991px) {
    .ss-sp { display: inline; }
    .ss-pcbr { display: none; }
}

/* 見出しラベル（英字） */
.ss-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sc-en);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--sc-ac);
    margin: 0 0 18px;
    line-height: 1;
}
.ss-eyebrow--c { justify-content: center; }
.ss-eyebrow__dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: currentColor;
    flex: none;
    box-shadow: 0 0 0 4px rgba(30, 106, 112, .12);
}

/* 見出し */
.ss-h2 {
    font-size: clamp(24px, 3.1vw, 40px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .04em;
    color: var(--sc-ink);
    margin: 0 0 24px;
}
.ss-h2--c { text-align: center; }
.ss-h3 {
    font-size: clamp(18px, 1.9vw, 24px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .04em;
    color: var(--sc-ink);
    margin: 0 0 16px;
}
.ss-head { margin-bottom: clamp(36px, 4.5vw, 60px); }
.ss-head__lead {
    text-align: center;
    max-width: 760px;
    margin-inline: auto;
    color: var(--sc-text);
}
.ss-note {
    font-size: 12px !important;
    line-height: 1.9 !important;
    color: var(--sc-mute) !important;
    margin-top: 26px;
    text-align: center;
}
.ss-more { text-align: center; margin-top: clamp(36px, 4vw, 56px); }

/* 矢印 */
.ss-arrow {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 1px;
    background: currentColor;
    flex: none;
    transition: width .4s var(--sc-ease);
}
.ss-arrow::after {
    content: "";
    position: absolute;
    right: 0; top: 50%;
    width: 7px; height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: right center;
}

/* テキストリンク（.ss-top a より詳細度を上げるため .ss-top を付与） */
.ss-top .ss-textlink {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--sc-en);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .12em;
    color: var(--sc-ac);
    margin-top: 22px;
}
.ss-top .ss-textlink:hover { color: var(--sc-ac-d); }
.ss-textlink:hover .ss-arrow { width: 34px; }

/* ボタン */
.ss-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 260px;
    padding: 19px 32px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.4;
    overflow: hidden;
    transition: color .45s var(--sc-ease), border-color .45s var(--sc-ease), box-shadow .45s var(--sc-ease), transform .45s var(--sc-ease);
    z-index: 0;
}
.ss-btn > span:not(.ss-arrow) { position: relative; z-index: 2; }
.ss-btn .ss-arrow { position: relative; z-index: 2; }
.ss-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    transform: translateY(101%);
    transition: transform .5s var(--sc-ease);
}
.ss-btn:hover { transform: translateY(-2px); }
.ss-btn:hover::before { transform: translateY(0); }
.ss-btn:hover .ss-arrow { width: 32px; }

.ss-top .ss-btn--fill {
    background: var(--sc-ink);
    color: #fff;
    box-shadow: 0 10px 30px rgba(18, 23, 26, .16);
}
.ss-btn--fill::before { background: var(--sc-ac); }
.ss-top .ss-btn--fill:hover { color: #fff; box-shadow: 0 16px 36px rgba(30, 106, 112, .28); }

.ss-top .ss-btn--ghost {
    border: 1px solid var(--sc-line);
    background: var(--sc-white);
    color: var(--sc-ink);
}
.ss-btn--ghost::before { background: var(--sc-ink); }
.ss-top .ss-btn--ghost:hover { color: #fff; border-color: var(--sc-ink); }

.ss-top .ss-btn--line-ghost {
    border: 1px solid var(--sc-ink);
    color: var(--sc-ink);
    background: transparent;
}
.ss-btn--line-ghost::before { background: var(--sc-ink); }
.ss-top .ss-btn--line-ghost:hover { color: #fff; }

.ss-top .ss-btn--tel {
    border: 1px solid rgba(255, 255, 255, .38);
    color: #fff;
    font-family: var(--sc-en);
    letter-spacing: .1em;
}
.ss-btn--tel::before { background: rgba(255, 255, 255, .14); }

/* -----------------------------------------------------------------------
   4. アニメーション（スクロールリビール）
----------------------------------------------------------------------- */
.ss-rv {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .9s var(--sc-ease), transform .9s var(--sc-ease);
}
.ss-rv.is-in { opacity: 1; transform: none; }
.ss-rv[data-d="1"] { transition-delay: .08s; }
.ss-rv[data-d="2"] { transition-delay: .18s; }
.ss-rv[data-d="3"] { transition-delay: .28s; }
.ss-rv[data-d="4"] { transition-delay: .38s; }

/* 行ごとに立ち上がる見出し */
.ss-rv-line span { display: block; overflow: hidden; }
.ss-rv-line span i {
    display: block;
    font-style: normal;
    transform: translateY(110%);
    transition: transform 1s var(--sc-ease);
}
.ss-rv-line.is-in span:nth-child(1) i { transition-delay: .05s; }
.ss-rv-line.is-in span:nth-child(2) i { transition-delay: .16s; }
.ss-rv-line.is-in span:nth-child(3) i { transition-delay: .27s; }
.ss-rv-line.is-in span i { transform: translateY(0); }

/* 画像ワイプ＋スケール */
.ss-rv-img {
    overflow: hidden;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 1.1s var(--sc-ease), clip-path 1.1s var(--sc-ease);
}
.ss-rv-img img {
    transform: scale(1.14);
    transition: transform 1.5s var(--sc-ease);
}
.ss-rv-img.is-in { -webkit-clip-path: inset(0 0 0 0); clip-path: inset(0 0 0 0); }
.ss-rv-img.is-in img { transform: scale(1); }


/* =======================================================================
   メニュー・料金ページ（固定ページ本文 / .ss-menu）
   トップと同じトンマナ：白/黒/ベージュ・明朝・Cormorant・ドット・アニメーション
   ※画像はCSS背景（original.css からの相対パス）で各メニューに設定
======================================================================= */
.ss-menu {
    /* === 差別化リニューアル：黒×アンティークゴールド ===
       元サイト（ベージュ寄り）と差をつけるため、ダーク系を“締まった黒”に寄せ、
       アクセントを深みのあるアンティークゴールドへ変更。 */
    --ss-black:   #100d0a;   /* ほぼ真っ黒（最深部・フッター基調） */
    --ss-ink:     #1a1714;   /* 見出し・ボタンの引き締め色 */
    --ss-text:    #3a352d;
    --ss-sub:     #7c7368;
    --ss-beige:   #c2ad8c;
    --ss-beige-d: #a8814e;   /* 深ベージュ＝ゴールドと統一 */
    --ss-gold:    #a8814e;   /* アンティークゴールド（旧 #b1936a より深く上質に） */
    --ss-cream:   #f6f1e8;
    --ss-cream2:  #ece1d0;
    --ss-line:    #e3d9c9;
    --ss-white:   #ffffff;
    --ss-serif-jp: "Shippori Mincho","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro",serif;
    --ss-serif-en: "Cormorant Garamond","Times New Roman",serif;
    --ss-sans: "Jost","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
    color: var(--ss-text);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding: clamp(10px,3vw,28px) 0 0;
}
.ss-menu *, .ss-menu *::before, .ss-menu *::after { box-sizing: border-box; }
.ss-menu__inner { width: min(92%, 960px); margin: 0 auto; }

/* セクション見出し */
.ss-menu-sec { padding: clamp(44px,6vw,76px) 0; }
.ss-menu-sec__head { text-align: center; margin-bottom: clamp(10px,2vw,22px); }
.ss-menu-sec__title {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(24px,3.4vw,38px);
    color: var(--ss-ink);
    letter-spacing: .06em;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.ss-menu-sec__title::after { display: none; }
.ss-menu-sec__title small {
    display: block;
    font-family: var(--ss-serif-jp);
    font-size: .48em;
    font-weight: 500;
    color: var(--ss-sub);
    letter-spacing: .12em;
    margin-top: 12px;
}
.ss-menu-sec__lead { max-width: 700px; margin: 0 auto; color: var(--ss-sub); line-height: 2.05; }
.ss-menu-sec__head .ss-btn { margin-top: 28px; }

/* エクソソーム差別化バンド */
.ss-menu-sec--exo {
    background: var(--ss-cream);
    border-radius: 10px;
    margin: clamp(50px,7vw,90px) 0 0;
    padding: clamp(46px,6vw,80px) 0;
}
.ss-menu-sec--exo .ss-menu__inner { width: min(86%, 900px); }

/* ヒーロー画像（各セクション） */
.ss-menu__hero {
    width: 100%;
    aspect-ratio: 16 / 6;
    min-height: 200px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    margin: clamp(26px,3.4vw,42px) 0;
}
.ss-menu__hero--scalp { background-image: url(img/renew/fv_main.png); }
.ss-menu__hero--exo   { background-image: url(img/renew/fv_main-2.png); }

/* モニター情報カード */
.ss-monitor {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--ss-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    margin-top: clamp(28px,3.5vw,46px);
}
.ss-monitor--single { grid-template-columns: 1fr; }
.ss-monitor__box { padding: clamp(26px,3vw,40px); }
.ss-monitor__box + .ss-monitor__box { border-left: 1px solid var(--ss-line); }
.ss-monitor__ttl {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: 18px;
    color: var(--ss-ink);
    text-align: center;
    margin: 0 0 18px;
    padding: 0 0 14px;
    position: relative;
}
.ss-monitor__ttl::after {
    content: "";
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
    width: 34px; height: 2px;
    background: var(--ss-beige);
}
.ss-monitor__price {
    text-align: center;
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(18px,2vw,22px);
    color: var(--ss-gold);
    letter-spacing: .04em;
    margin: 0 0 14px;
    line-height: 1.6;
}
.ss-monitor__box > p { color: var(--ss-sub); font-size: 14px; line-height: 1.95; margin: 0; }

/* チェックリスト */
.ss-list { list-style: none; margin: 0; padding: 0; }
.ss-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--ss-text);
}
.ss-list li:last-child { margin-bottom: 0; }
.ss-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 7px;
    width: 14px; height: 14px;
    border-radius: 50%;
    border: 1px solid var(--ss-beige);
    background: radial-gradient(var(--ss-gold) 30%, transparent 34%);
}
.ss-list li span { display: block; font-size: .86em; color: var(--ss-sub); margin-top: 4px; }

/* メニュー項目（画像＋本文） */
.ss-menu-item {
    display: flex;
    align-items: center;
    gap: clamp(28px,4vw,54px);
    margin-top: clamp(38px,5vw,64px);
}
.ss-menu-item--rev { flex-direction: row-reverse; }
.ss-menu-item--full { display: block; }
.ss-menu-item__media {
    position: relative;
    flex: 0 0 42%;
    width: 42%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.ss-menu-item__media::after {
    content: "";
    position: absolute;
    top: 14px; left: 14px; right: -14px; bottom: -14px;
    border: 1px solid var(--ss-beige);
    border-radius: 8px;
    z-index: -1;
}
.ss-menu-item--rev .ss-menu-item__media::after { left: -14px; right: 14px; }
.ss-menu-item__media--hairline { background-image: url(img/menu01-img.jpg?v=20260916_1); }
.ss-menu-item__media--crown    { background-image: url(img/menu02-img.jpg?v=20260916_1); }
.ss-menu-item__body { flex: 1 1 auto; }
.ss-menu-item__no {
    display: block;
    font-family: var(--ss-serif-en);
    font-size: 14px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--ss-gold);
    margin-bottom: 10px;
}
.ss-menu-item__ttl {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(19px,2.2vw,26px);
    color: var(--ss-ink);
    line-height: 1.5;
    margin: 0 0 14px;
    padding: 0;
}
.ss-menu-item__ttl small {
    display: block;
    font-size: .58em;
    font-weight: 500;
    color: var(--ss-sub);
    letter-spacing: .04em;
    margin-top: 8px;
}
.ss-menu-item__body > p { color: var(--ss-sub); font-size: 15px; line-height: 2; margin: 0 0 18px; }

/* 料金表 */
.ss-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ss-price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 16px;
    border-top: 1px solid var(--ss-ink);
}
.ss-price-table th,
.ss-price-table td {
    border: 0;
    border-bottom: 1px solid var(--ss-line);
    padding: 16px 4px;
    background: none;
    vertical-align: middle;
    line-height: 1.6;
    display: table-cell;
}
.ss-price-table th {
    width: 56% !important;
    text-align: left;
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: 15px;
    color: var(--ss-ink);
    letter-spacing: .04em;
}
.ss-price-table td {
    width: auto !important;
    text-align: right;
    font-family: var(--ss-serif-en);
    font-size: 1.3em;
    color: var(--ss-text);
    letter-spacing: .03em;
}
.ss-price-table th.is-monitor,
.ss-price-table td.is-monitor { color: var(--ss-gold); }
.ss-price-table td.is-monitor { font-weight: 600; }
.ss-price-table th.is-monitor::before {
    content: "";
    display: inline-block;
    width: 7px; height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--ss-gold);
    vertical-align: middle;
}
.ss-price-normal { display: block; }
.ss-price-monitor {
    display: block;
    font-family: var(--ss-serif-jp);
    font-size: .56em;
    font-weight: 600;
    color: var(--ss-gold);
    letter-spacing: .04em;
    margin-top: 3px;
}

/* 注釈 */
.ss-note {
    position: relative;
    padding-left: 1.3em;
    margin: 4px 0 0;
    font-size: 12.5px;
    line-height: 1.9;
    color: var(--ss-sub);
}
.ss-note::before { content: "※"; position: absolute; left: 0; color: var(--ss-beige-d); }

/* 効果について */
.ss-effect {
    background: #fff;
    border: 1px solid var(--ss-line);
    border-radius: 8px;
    padding: clamp(24px,3vw,36px);
    margin: 24px 0;
}
.ss-effect__ttl {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: 17px;
    color: var(--ss-ink);
    margin: 0 0 12px;
    padding: 0;
}
.ss-effect p { color: var(--ss-sub); font-size: 14px; line-height: 1.95; margin: 0 0 8px; }
.ss-effect p:last-child { margin-bottom: 0; }

/* ページ下部CTA */
.ss-menu-cta {
    text-align: center;
    margin: clamp(54px,7vw,92px) 0 0;
    padding: clamp(48px,6vw,82px) 22px;
    background: var(--ss-black);
    border-radius: 10px;
}
.ss-menu-cta__lead { color: rgba(255,255,255,.82); line-height: 1.95; margin: 0 0 28px; }

/* レスポンシブ */
@media only screen and (max-width: 768px) {
    .ss-menu-item,
    .ss-menu-item--rev { flex-direction: column; gap: 30px; }
    .ss-menu-item__media { width: 100%; flex: none; aspect-ratio: 16 / 10; }
    .ss-menu-item__media::after,
    .ss-menu-item--rev .ss-menu-item__media::after { top: 10px; left: 10px; right: 10px; bottom: -10px; }
    .ss-monitor,
    .ss-monitor .ss-monitor__box { grid-template-columns: 1fr; }
    .ss-monitor__box + .ss-monitor__box { border-left: 0; border-top: 1px solid var(--ss-line); }
    .ss-menu__hero { aspect-ratio: 16 / 9; }
}
@media only screen and (max-width: 480px) {
    .ss-price-table th { width: 50% !important; font-size: 14px; }
    .ss-price-table td { font-size: 1.15em; }
}

/* --- .post-content の既定スタイル（旧デザイン）を打ち消し：詳細度を引き上げ --- */
.ss-menu .ss-menu-sec__title { font-size: clamp(24px,3.4vw,38px); font-weight: 600; padding: 0; }
.ss-menu .ss-menu-sec__title::before,
.ss-menu .ss-menu-sec__title::after { content: none; display: none; background: none; }
.ss-menu .ss-menu-item__ttl { font-size: clamp(19px,2.2vw,26px); font-weight: 600; padding: 0; }
.ss-menu .ss-monitor__ttl { font-size: 18px; font-weight: 600; padding: 0 0 14px; }
.ss-menu .ss-effect__ttl { color: var(--ss-ink); font-size: 17px; font-weight: 600; padding: 0; }
.ss-menu .ss-monitor__price { font-size: clamp(18px,2vw,22px); color: var(--ss-gold); }
.ss-menu .ss-price-table { margin: 0 0 16px; }
.ss-menu a.ss-btn { color: var(--ss-ink); }
.ss-menu a.ss-btn:hover { color: #fff; }
.ss-menu a.ss-btn--fill { color: #fff; }
.ss-menu a.ss-btn--fill:hover { color: var(--ss-ink); }
.ss-menu a.ss-btn--ghost { color: #fff; }
.ss-menu a.ss-btn--ghost:hover { color: var(--ss-ink); }
.ss-menu a.ss-btn--insta { color: var(--ss-ink); }
.ss-menu a.ss-btn--insta:hover { color: #fff; }

/* よくある質問（トンマナ：白/黒/ベージュ・明朝・Cormorant・カード型） */
.faq_sec {
  --ss-ink:    #2a2620;
  --ss-text:   #423c34;
  --ss-sub:    #7c7368;
  --ss-beige:  #c9b79c;
  --ss-beige-d:#b29a78;
  --ss-gold:   #b1936a;
  --ss-cream:  #f7f2ea;
  --ss-line:   #e5ddd0;
  --ss-serif-jp: "Shippori Mincho","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro",serif;
  --ss-serif-en: "Cormorant Garamond","Times New Roman",serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: clamp(10px,3vw,28px) 0 0;
}
.faq_sec .content_inner {
  width: min(92%, 860px);
  max-width: 860px;
  margin: 0 auto;
}
.faq_sec .content_inner::before {
  content: "Q & A";
  display: block;
  text-align: center;
  font-family: var(--ss-serif-en);
  font-size: clamp(13px,1.2vw,15px);
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ss-gold);
  margin: 0 0 clamp(28px,4vw,44px);
}
.faq {
  background: #fff;
  border: 1px solid var(--ss-line);
  border-radius: 8px;
  padding: clamp(22px,2.6vw,32px) clamp(22px,2.6vw,34px);
  margin-bottom: 16px;
  box-sizing: border-box;
  transition: box-shadow .45s, border-color .45s, transform .45s;
}
.faq:last-of-type { margin-bottom: 0; }
.faq:hover {
  border-color: var(--ss-beige);
  box-shadow: 0 18px 40px -26px rgba(60,45,25,.45);
  transform: translateY(-3px);
}
.faq h2 {
  position: relative;
  font-family: var(--ss-serif-jp);
  font-weight: 600;
  font-size: clamp(17px,2vw,21px);
  color: var(--ss-ink);
  line-height: 1.6;
  letter-spacing: .04em;
  text-align: left;
  margin: 0;
  padding: 4px 0 0 62px;
  min-height: 44px;
}
p.answer {
  position: relative;
  margin: 18px 0 0;
  padding: 18px 0 0 62px;
  border-top: 1px dashed var(--ss-line);
  color: var(--ss-sub);
  font-size: 15px;
  line-height: 2;
  letter-spacing: .03em;
}
.faq h2::before,
p.answer::before {
  content: "Q";
  position: absolute;
  left: 0; top: 0;
  width: 44px; height: 44px;
  line-height: 44px;
  text-align: center;
  font-family: var(--ss-serif-en);
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  background: var(--ss-gold);
  border-radius: 50%;
}
p.answer::before {
  content: "A";
  top: 16px;
  color: var(--ss-gold);
  background: #fff;
  border: 1px solid var(--ss-beige);
  line-height: 42px;
}
.faq h2::after { content: none; display: none; }
@media only screen and (max-width: 768px) {
  .faq { padding: 22px 20px; margin-bottom: 14px; }
  .faq h2 { padding-left: 52px; font-size: 16px; min-height: 40px; }
  p.answer { padding-left: 52px; }
  .faq h2::before, p.answer::before { width: 38px; height: 38px; line-height: 38px; font-size: 20px; }
  p.answer::before { line-height: 36px; }
}
/* よくある質問 END */
.map_sec{
    height: 400px;
}



@media screen and (min-width: 768px){
.pcbr { display:block; }
.spbr { display:none; }
}
@media screen and (max-width: 767px){
.pcbr { display:none; }
.spbr { display:block; }
}

/* FV Eyebrow final override */
.ic-fv .ic-fv__eyebrow {
    color: #ffffff !important;
    text-shadow: none !important;
}
.ic-fv .ic-fv__eyebrow::before {
    color: #ffffff !important;
}
