@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 a {
    color: #958989;
}
.font-type2, .headline-font-type {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
p, .post-content p {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 2.2;
}
.post-content ul {
    font-size: 0.95em;
    list-style: none;
}
.post-content 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: 0;
}
.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_img.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;
    background: #000;
}
.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: #000;
}
.logo-image {
    top: 8px;
    left: 20px;
    width: 100px;
    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: #fff;
    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: 75px;
        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: 15px;
    bottom: 20px;
    width: 45px;
    height: 45px;
}
.pagetop a {
    background: none;
    color: #958989;
    position: relative;
    width: 45px;
    height: 45px;
    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: 15px;
    }
    .pagetop a {
        font-size: 11px;
    }
    .pagetop a::before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        bottom: 0;
    }
}
@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 */
.dp-footer-bar a{
    background: #000;
    color: #fff;
}
/* 固定ページ */
.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 h2 {
    font-size: 1.6em;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-top: 0;
    font-weight: 400;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #cfc0c2;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 15px auto 0;
}
.post-content h3 {
    font-size: 1.3em;
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
}
.post-content h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
    color: #84676b;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content 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 th {
    width: 20%;
    text-align: left;
    border-right: none;
}
.post-content 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 th, .post-content td {
        padding: 14px 4px 10px;
        line-height: 1.5;
        display: block;
        box-sizing: border-box;
        margin-top: -1px;
        width: 100% !important;
    }
    .post-content th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .post-content td {
        border-top: none;
    }
    .post-content h2 {
        font-size: 1.3em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post-content h2::after {
        margin-top: 12px;
    }
    .post-content 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;
}

/* =======================================================================
   トップページ リニューアル  ( s_style / scalp ink )
   テーマ：白ベース＋黒＋ベージュ／見出し明朝／全体アニメーション
   ※ 旧 .front_original01 .content02 .front_original03 等の指定は front-page.php
     で使用しなくなったため未適用（参照用に残置）
======================================================================= */
.ss-top {
    --ss-black:   #1d1b19;
    --ss-ink:     #2a2620;
    --ss-text:    #423c34;
    --ss-sub:     #7c7368;
    --ss-beige:   #c9b79c;
    --ss-beige-d: #b29a78;
    --ss-gold:    #b1936a;
    --ss-cream:   #f7f2ea;
    --ss-cream2:  #efe6d8;
    --ss-line:    #e5ddd0;
    --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);
    background: var(--ss-white);
    overflow: hidden;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.ss-top *,
.ss-top *::before,
.ss-top *::after { box-sizing: border-box; }
.ss-top p {
    line-height: 2.1;
    letter-spacing: .04em;
    color: var(--ss-text);
}
.ss-top .ss-cta p{
    color: #fff;
}
.ss-top a { color: var(--ss-text); text-decoration: none; }
.ss-top img { max-width: 100%; height: auto; vertical-align: bottom; }
.ss-inner { width: 88%; max-width: 1080px; margin: 0 auto; }
.ss-mincho { font-family: var(--ss-serif-jp); font-weight: 600; letter-spacing: .08em; line-height: 1.55; }
.ss-sp { display: none; }

/* ---- 英語ラベル ---- */
.ss-label {
    font-family: var(--ss-serif-en);
    font-size: clamp(13px,1.1vw,15px);
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--ss-gold);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 20px;
}
.ss-label--center { justify-content: center; }
.ss-label--light { color: var(--ss-beige); }
.ss-label__line {
    display: inline-block;
    width: 44px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1s .25s cubic-bezier(.22,1,.36,1);
}
.ss-label--center .ss-label__line:last-child { transform-origin: right center; }
.ss-reveal.is-visible .ss-label__line,
.ss-reveal.is-visible.ss-label .ss-label__line { transform: scaleX(1); }

/* ---- セクション見出し ---- */
.ss-head { text-align: center; margin: 0 0 clamp(40px,5vw,66px); }
.ss-head__title {
    font-size: clamp(25px,3.4vw,40px);
    color: var(--ss-ink);
    margin: 0;
    line-height: 1.5;
}
.ss-price .ss-head__title { color: #fff; }

/* ---- 受賞バッジ（AWARD / front-page.php） ---- */
.ss-award {
    background: linear-gradient(180deg, var(--ss-cream) 0%, var(--ss-cream2) 100%);
    padding: clamp(34px,5vw,58px) 0;
    border-bottom: 1px solid var(--ss-line);
}
.ss-award__inner { display: flex; justify-content: center; }
.ss-award__badge {
    display: inline-flex;
    align-items: center;
    gap: clamp(14px,2.4vw,30px);
    padding: clamp(16px,2.4vw,26px) clamp(26px,4vw,54px);
    background: var(--ss-white);
    border: 1px solid rgba(177,147,106,.4);
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(42,38,32,.12);
    position: relative;
}
.ss-award__badge::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(177,147,106,.32);
    border-radius: 9px;
    pointer-events: none;
}
.ss-award__laurel {
    flex: 0 0 auto;
    width: clamp(34px,4vw,50px);
    height: clamp(50px,5.8vw,72px);
    color: var(--ss-gold);
}
.ss-award__laurel--r { transform: scaleX(-1); }
.ss-award__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.25;
}
.ss-award__en {
    font-family: var(--ss-serif-en);
    font-size: clamp(11px,1.5vw,17px);
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ss-gold);
    white-space: nowrap;
}
.ss-award__jp {
    font-family: var(--ss-serif-jp);
    font-size: clamp(24px,3.6vw,40px);
    font-weight: 700;
    letter-spacing: .3em;
    color: var(--ss-ink);
    margin-top: 6px;
    padding-left: .3em;
}
@media only screen and (max-width: 600px) {
    .ss-award__badge { gap: 10px; padding: 14px 18px; }
    .ss-award__en { font-size: 10px; letter-spacing: .1em; }
    .ss-award__jp { font-size: 22px; letter-spacing: .26em; }
    .ss-award__laurel { width: 28px; height: 40px; }
}

/* ---- スクロールアニメーション ---- */
.ss-reveal {
    opacity: 0;
    transform: translateY(46px);
    transition: opacity 1.05s cubic-bezier(.22,1,.36,1), transform 1.05s cubic-bezier(.22,1,.36,1);
    will-change: opacity, transform;
}
.ss-reveal--left  { transform: translateX(-52px); }
.ss-reveal--right { transform: translateX(52px); }
.ss-reveal--scale { transform: scale(.9); }
.ss-reveal[data-d="1"] { transition-delay: .14s; }
.ss-reveal[data-d="2"] { transition-delay: .28s; }
.ss-reveal[data-d="3"] { transition-delay: .42s; }
.ss-reveal[data-d="4"] { transition-delay: .56s; }
.ss-reveal[data-d="5"] { transition-delay: .70s; }
.ss-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .ss-top *, .ss-top *::before, .ss-top *::after { animation: none !important; }
    .ss-reveal { opacity: 1 !important; transform: none !important; }
    .ss-label__line { transform: scaleX(1) !important; }
}

/* ---- ドット装飾（ブランドモチーフ） ---- */
.ss-dots {
    position: absolute;
    width: 190px;
    height: 190px;
    background-image: radial-gradient(var(--ss-beige) 1.7px, transparent 1.8px);
    background-size: 15px 15px;
    opacity: .55;
    z-index: 0;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(closest-side, #000 55%, transparent);
    mask-image: radial-gradient(closest-side, #000 55%, transparent);
    animation: ssFloat 9s ease-in-out infinite;
}
.ss-dots--tl { top: 34px;  left: -46px; }
.ss-dots--br { right: -46px; bottom: 24px; animation-delay: -4.5s; }
.ss-dots--price, .ss-dots--cta { top: 30px; right: -50px; opacity: .18; }
@keyframes ssFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }

/* ---- 共通ボタン ---- */
.ss-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 17px 30px;
    font-family: var(--ss-sans);
    font-size: 15px;
    letter-spacing: .12em;
    color: var(--ss-ink);
    border: 1px solid var(--ss-ink);
    background: transparent;
    border-radius: 2px;
    overflow: hidden;
    transition: color .45s ease;
    z-index: 0;
}
.ss-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--ss-ink);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .45s cubic-bezier(.65,0,.35,1);
    z-index: -1;
}
.ss-btn:hover { color: #fff; }
.ss-btn:hover::before { transform: scaleX(1); }
.ss-btn__arrow { width: 26px; height: 1px; background: currentColor; position: relative; transition: width .45s; }
.ss-btn__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);
}
.ss-btn:hover .ss-btn__arrow { width: 36px; }
.ss-btn--fill { color: #fff; border-color: var(--ss-beige); }
.ss-btn--fill::before { background: var(--ss-beige-d); transform: scaleX(1); }
.ss-btn--fill:hover { color: var(--ss-ink); }
.ss-btn--fill:hover::before { background: #fff; }
.ss-btn--ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.ss-btn--ghost::before { background: #fff; }
.ss-btn--ghost:hover { color: var(--ss-ink); }
.ss-btn--insta { color: var(--ss-ink); border-color: var(--ss-beige-d); }

.ss-cta .ss-btn--ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.ss-cta .ss-btn--ghost::before { background: #fff; }
.ss-cta .ss-btn--ghost:hover { color: var(--ss-ink); }

.ss-cta .ss-btn--fill { color: #fff; border-color: var(--ss-beige); }
.ss-cta .ss-btn--fill::before { background: var(--ss-beige-d); transform: scaleX(1); }
.ss-cta .ss-btn--fill:hover { color: var(--ss-ink); }
.ss-cta .ss-btn--fill:hover::before { background: #fff; }
/* ====================== CONCEPT ====================== */
.ss-concept {
    position: relative;
    padding: clamp(82px,11vw,140px) 0 clamp(64px,8vw,104px);
    background: linear-gradient(180deg, #ffffff 0%, var(--ss-cream) 100%);
    text-align: center;
}
.ss-concept__inner { position: relative; z-index: 1; max-width: 920px; }
.ss-concept__title {
    font-size: clamp(29px,5vw,52px);
    line-height: 1.55;
    color: var(--ss-ink);
    margin: 0 0 clamp(30px,4vw,46px);
}
.ss-concept__lead p { max-width: 700px; margin: 0 auto 1.3em; color: var(--ss-sub); }
.ss-concept__lead p:last-child { margin-bottom: 0; }
.ss-concept__lead strong { color: var(--ss-ink); font-weight: 600; }
.ss-concept__lead em { font-style: normal; color: var(--ss-gold); font-weight: 600; }

/* ====================== WORRY ====================== */
.ss-worry { padding: clamp(66px,9vw,112px) 0; background: var(--ss-white); }
.ss-worry__list {
    list-style: none;
    margin: 0; padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(14px,1.6vw,22px);
}
.ss-worry__item {
    position: relative;
    background: var(--ss-cream);
    border: 1px solid var(--ss-line);
    border-radius: 4px;
    padding: 28px 26px 28px 60px;
    font-size: clamp(14px,1.35vw,16px);
    line-height: 1.7;
    letter-spacing: .03em;
    color: var(--ss-ink);
    transition: transform .5s, box-shadow .5s, background .5s;
    display: flex;
    align-items: center;
}
.ss-worry__item::before {
    content: "";
    position: absolute;
    left: 26px; top: 50%;
    width: 9px; height: 9px;
    margin-top: -4px;
    border-radius: 50%;
    background: var(--ss-gold);
    box-shadow: 0 0 0 5px rgba(177,147,106,.16);
}
.ss-worry__item:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 44px -24px rgba(60,45,25,.5);
    background: #fff;
}
.ss-worry__bridge {
    text-align: center;
    font-size: clamp(20px,2.9vw,31px);
    line-height: 1.7;
    color: var(--ss-ink);
    margin: clamp(42px,5vw,62px) 0 0;
}
.ss-worry__bridge em {
    font-style: normal;
    color: var(--ss-gold);
    border-bottom: 2px solid var(--ss-beige);
    padding-bottom: 3px;
}

/* ====================== STRENGTH（強み） ====================== */
.ss-strength {
    padding: clamp(66px,9vw,112px) 0;
    background: linear-gradient(180deg, var(--ss-white) 0%, var(--ss-cream) 100%);
}
.ss-strength__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(22px,2.6vw,38px);
}
.ss-strength__item {
    background: #fff;
    border: 1px solid var(--ss-line);
    border-radius: 6px;
    /*padding: clamp(32px,3.4vw,46px) clamp(24px,2.6vw,34px);*/
    text-align: center;
    transition: transform .55s cubic-bezier(.22,1,.36,1), box-shadow .55s;
}
.ss-strength__item-inner{
    padding: clamp(32px,3.4vw,46px) clamp(24px,2.6vw,34px);
}
.ss-strength__item:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 50px -28px rgba(60,45,25,.5);
}
.ss-strength__icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 22px;
    border-radius: 50%;
    border: 1px solid var(--ss-beige);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ss-strength__icon::before {
    content: "";
    position: absolute;
    inset: 9px;
    border-radius: 50%;
    background-image: radial-gradient(var(--ss-beige) 1.2px, transparent 1.3px);
    background-size: 9px 9px;
    opacity: .4;
    -webkit-mask-image: radial-gradient(closest-side, #000 58%, transparent);
    mask-image: radial-gradient(closest-side, #000 58%, transparent);
}
.ss-strength__no {
    position: relative;
    font-family: var(--ss-serif-en);
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    color: var(--ss-gold);
}
.ss-strength__en {
    display: block;
    font-family: var(--ss-serif-en);
    font-size: 12px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--ss-gold);
    margin-block: 12px;
}
.ss-strength__title {
    font-size: clamp(18px,2vw,23px);
    color: var(--ss-ink);
    margin: 0;
    line-height: 1.6;
}
.ss-strength__title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: var(--ss-beige);
    margin: 16px auto 18px;
}
.ss-strength__item p {
    text-align: left;
    color: var(--ss-sub);
    font-size: 14px;
    line-height: 1.95;
    letter-spacing: .03em;
    margin: 0;
}
@media only screen and (max-width: 960px) {
    .ss-strength__list { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
    .ss-strength__item {  }
    .ss-strength__item-inner{padding: 30px 28px;}
}

/* ====================== ABOUT ====================== */
.ss-about {
    position: relative;
    padding: clamp(86px,11vw,150px) 0;
    color: #fff;
    overflow: hidden;
}
.ss-about__bg {
    position: absolute; inset: 0;
    background: url(img/front-original02_img.jpg) center/cover no-repeat;
    z-index: 0;
    animation: ssKen 20s ease-in-out infinite alternate;
}
.ss-about::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20,18,15,.82), rgba(20,18,15,.68));
    z-index: 1;
}
@keyframes ssKen { from { transform: scale(1); } to { transform: scale(1.13); } }
.ss-about__inner { position: relative; z-index: 2; max-width: 760px; }
.ss-about__body .ss-label { color: var(--ss-beige); }
.ss-about__title { font-size: clamp(27px,4vw,42px); color: #fff; margin: 0 0 28px; }
.ss-about__body p { color: rgba(255,255,255,.86); margin-bottom: 1.4em; }
.ss-about__body p:last-child { margin-bottom: 0; }

/* ====================== REASON ====================== */
.ss-reason { padding: clamp(72px,9vw,120px) 0; background: linear-gradient(180deg, var(--ss-cream) 0%, #fff 100%); }
.ss-reason__row {
    display: flex;
    align-items: center;
    gap: clamp(32px,5vw,72px);
    margin-bottom: clamp(52px,7vw,92px);
}
.ss-reason__row:last-child { margin-bottom: 0; }
.ss-reason__row:nth-child(odd) { flex-direction: row-reverse; }
.ss-reason__img { position: relative; width: 50%; flex: 0 0 50%; }
.ss-reason__img img {
    width: 100%;
    height: clamp(250px,32vw,420px);
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.ss-reason__img::after {
    content: "";
    position: absolute;
    top: 18px; bottom: -18px; left: 18px; right: -18px;
    border: 1px solid var(--ss-beige);
    border-radius: 6px;
    z-index: -1;
}
.ss-reason__row:nth-child(odd) .ss-reason__img::after { left: -18px; right: 18px; }
.ss-reason__body { width: 50%; }
.ss-reason__no {
    display: block;
    font-family: var(--ss-serif-en);
    font-size: clamp(42px,6vw,82px);
    font-weight: 500;
    line-height: 1;
    color: var(--ss-beige);
    margin-bottom: 8px;
}
.ss-reason__title { font-size: clamp(21px,2.6vw,30px); color: var(--ss-ink); margin: 0 0 18px; }
.ss-reason__body p { color: var(--ss-sub); }

/* ====================== GUIDE ====================== */
.ss-guide { padding: clamp(66px,9vw,112px) 0; background: #fff; }
.ss-guide__table { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--ss-line); }
.ss-guide__row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    align-items: center;
    gap: 12px;
    padding: 22px 12px;
    border-bottom: 1px solid var(--ss-line);
}
.ss-guide__row--head {
    border-bottom: 1px solid var(--ss-ink);
    padding: 12px;
}
.ss-guide__row--head .ss-guide__name,
.ss-guide__row--head .ss-guide__val {
    font-family: var(--ss-sans);
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ss-sub);
    font-weight: 500;
}
.ss-guide__name {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    color: var(--ss-ink);
    font-size: clamp(15px,1.6vw,18px);
    letter-spacing: .04em;
}
.ss-guide__name span {
    display: block;
    font-family: var(--ss-sans);
    font-weight: 400;
    font-size: .76em;
    color: var(--ss-sub);
    margin-top: 5px;
    letter-spacing: .02em;
}
.ss-guide__val { text-align: center; font-size: clamp(14px,1.4vw,16px); color: var(--ss-text); }
.ss-guide__val b { font-family: var(--ss-serif-en); font-size: 1.55em; font-weight: 600; color: var(--ss-gold); margin-right: 3px; }
.ss-guide__note { text-align: center; font-size: 13px; color: var(--ss-sub); margin: 26px 0 0; }

/* ====================== PRICE ====================== */
.ss-price { position: relative; padding: clamp(74px,9vw,122px) 0; background: var(--ss-ink); color: #fff; overflow: hidden; }
.ss-price .ss-inner { position: relative; z-index: 1; }
.ss-price__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px,2.5vw,34px); }
.ss-price__card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    padding: clamp(30px,3.5vw,48px);
    transition: transform .5s, border-color .5s;
}
.ss-price__card:hover { transform: translateY(-6px); }
.ss-price__card--wide { grid-column: 1 / -1; }
.ss-price__card--monitor {
    position: relative;
    border-color: var(--ss-beige);
    background: linear-gradient(180deg, rgba(177,147,106,.18), rgba(177,147,106,.04));
}
.ss-price__badge {
    position: absolute;
    top: -15px; left: 50%;
    transform: translateX(-50%);
    background: var(--ss-beige-d);
    color: #fff;
    font-size: 12px;
    letter-spacing: .14em;
    padding: 7px 20px;
    border-radius: 100px;
    white-space: nowrap;
}
.ss-price__name { font-family: var(--ss-serif-en); font-size: clamp(20px,2.1vw,26px); letter-spacing: .2em; color: var(--ss-beige); margin: 0; }
.ss-price__sub { font-size: 13px; letter-spacing: .1em; color: rgba(255,255,255,.6); margin: 6px 0 18px; }
.ss-price__list { margin: 0; }
.ss-price__row { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-bottom: 1px dotted rgba(255,255,255,.2); }
.ss-price__list--row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(20px,3vw,40px); }
.ss-price__list--row .ss-price__row:nth-last-child(-n+2) { }
.ss-price__row dt { color: rgba(255,255,255,.82); font-size: .95em; margin: 0; }
.ss-price__row dd { font-family: var(--ss-serif-en); font-size: 1.35em; letter-spacing: .04em; margin: 0; color: #fff; }
.ss-price__note { text-align: center; font-size: 13px; color: rgba(255,255,255,.6); margin: 30px 0 0; line-height: 1.8; }

/* ====================== FLOW ====================== */
.post-content h2.ss-head__title:after,.post-content h2.ss-head__title:before{
    display: none;
}
.ss-flow { padding: clamp(70px,9vw,118px) 0; background: #fff; }
.post-content .ss-flow__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px,2.4vw,34px); }
.ss-flow__item { position: relative; text-align: center; padding: 0 6px; }
.ss-flow__item::after {
    content: "";
    position: absolute;
    top: 26px; right: -17%;
    width: 34%; height: 1px;
    background: var(--ss-line);
}
.ss-flow__list .ss-flow__item:last-child::after { display: none; }
.ss-flow__no {
    display: inline-flex;
    align-items: center; justify-content: center;
    width: 54px; height: 54px;
    margin: 0 auto 18px;
    font-family: var(--ss-serif-en);
    font-size: 22px;
    font-weight: 600;
    color: var(--ss-gold);
    border: 1px solid var(--ss-beige);
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
}
.ss-flow__title { font-size: clamp(16px,1.7vw,19px); color: var(--ss-ink); margin: 0 0 12px; }
.ss-flow__item p { font-size: 14px; line-height: 1.85; color: var(--ss-sub); text-align: left; }

/* ====================== CONTENTS NAV ====================== */
.ss-nav3 { padding: clamp(20px,4vw,60px) 0 clamp(70px,9vw,118px); background: linear-gradient(180deg,#fff 0%, var(--ss-cream) 100%); }
.ss-nav3__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px,4vw,56px); max-width: 880px; margin: 0 auto; }
.ss-nav3__item { text-align: center; display: block; }
.ss-nav3__img {
    display: block;
    width: clamp(150px,18vw,220px);
    height: clamp(150px,18vw,220px);
    margin: 0 auto 22px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.ss-nav3__img::after {
    content: "";
    position: absolute; inset: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.6), 0 0 0 1px var(--ss-line);
    transition: background .5s;
}
.ss-nav3__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.ss-nav3__item:hover .ss-nav3__img img { transform: scale(1.1); }
.ss-nav3__item:hover .ss-nav3__img::after { background: rgba(29,27,25,.18); }
.ss-nav3__en { display: block; font-family: var(--ss-serif-en); font-size: 22px; letter-spacing: .12em; color: var(--ss-gold); }
.ss-nav3__ja { display: block; font-family: var(--ss-serif-jp); font-weight: 600; font-size: 15px; letter-spacing: .08em; color: var(--ss-ink); margin-top: 6px; }

/* ====================== SALON INFO ====================== */
.ss-salon { padding: clamp(72px,9vw,120px) 0; background: var(--ss-cream); }
.ss-salon__inner { display: flex; align-items: center; gap: clamp(36px,6vw,80px); }
.ss-salon__text { width: 46%; }
.ss-salon__info { width: 54%; }
.ss-salon__title { font-size: clamp(23px,3vw,34px); color: var(--ss-ink); margin: 0 0 22px; line-height: 1.55; }
.ss-salon__text p { color: var(--ss-sub); }
.ss-info { background: #fff; border: 1px solid var(--ss-line); border-radius: 6px; padding: clamp(20px,2.5vw,38px) clamp(24px,3vw,44px); margin: 0; }
.ss-info__row { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--ss-line); }
.ss-info__row:last-child { border-bottom: 0; }
.ss-info__row dt { flex: 0 0 84px; font-family: var(--ss-sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ss-gold); padding-top: 4px; margin: 0; }
.ss-info__row dd { margin: 0; font-size: clamp(15px,1.5vw,17px); color: var(--ss-ink); letter-spacing: .04em; }
.ss-info__row dd a { color: var(--ss-ink); }

/* ====================== INSTAGRAM ====================== */
.ss-insta { padding: clamp(70px,9vw,118px) 0; background: linear-gradient(180deg, var(--ss-cream) 0%, #fff 100%); }
.ss-insta__inner { text-align: center; max-width: 720px; }
.ss-insta__title { font-size: clamp(23px,3.2vw,38px); color: var(--ss-ink); margin: 0 0 18px; }
.ss-insta__lead { color: var(--ss-sub); margin: 0 0 34px; }

/* ====================== NEWS / BLOG ====================== */
.ss-news { padding: clamp(70px,9vw,118px) 0; background: var(--ss-cream); }
.ss-news--blog { background: #fff; }
.ss-news__list { max-width: 840px; margin: 0 auto; }
.ss-news__item { border-bottom: 1px solid var(--ss-line); }
.ss-news__item:first-child { border-top: 1px solid var(--ss-line); }
.ss-news__link { display: flex; align-items: center; gap: 24px; padding: 24px 8px; transition: background .4s, padding-left .4s; }
.ss-news__link:hover { background: #fff; padding-left: 18px; }
.ss-news--blog .ss-news__link:hover { background: var(--ss-cream); }
.ss-news__thumb { flex: 0 0 92px; width: 92px; height: 64px; border-radius: 4px; overflow: hidden; background: var(--ss-cream2); }
.ss-news__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.ss-news__link:hover .ss-news__thumb img { transform: scale(1.08); }
.ss-news__body { display: flex; flex-direction: column; gap: 7px; }
.ss-news__date { font-family: var(--ss-serif-en); font-size: 15px; letter-spacing: .1em; color: var(--ss-gold); }
.ss-news__title { font-size: clamp(15px,1.5vw,17px); color: var(--ss-ink); line-height: 1.6; font-weight: 600; }
.ss-news__more { text-align: center; margin-top: 44px; }

/* ブログ：カード型 */
.ss-news__list--blog { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px,2.5vw,32px); max-width: 1080px; }
.ss-news__list--blog .ss-blog__item { border: 0; }
.ss-blog__link { display: block; }
.ss-blog__thumb { display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: 6px; overflow: hidden; background: var(--ss-cream2); margin-bottom: 16px; }
.ss-blog__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.ss-blog__link:hover .ss-blog__thumb img { transform: scale(1.07); }
.ss-blog__body { display: block; }
.ss-blog__title { display: block; font-size: clamp(15px,1.5vw,17px); color: var(--ss-ink); line-height: 1.6; font-weight: 600; margin-top: 8px; }

/* ====================== CTA ====================== */
.ss-cta { position: relative; padding: clamp(80px,10vw,140px) 0; background: var(--ss-black); color: #fff; overflow: hidden;z-index: 1; }
.ss-cta:before{position: absolute;;left: 0;top: 0;width: 100%;height: 100%;content: "";background: url(img/vidu-image-3325946905699389.jpg) left top no-repeat;z-index: -1;opacity: 0.2;}
.ss-cta__inner { position: relative; z-index: 1; text-align: center; max-width: 760px; }
.ss-cta__title { font-size: clamp(27px,4vw,46px); color: #fff; margin: 0 0 22px; line-height: 1.5; }
.ss-cta__lead { color: rgba(255,255,255,.78); margin: 0 0 38px; }
.ss-cta__btns { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* ====================== フッターをトップページのトーンに調整 ====================== */
.home .footer { background: var(--ss-cream, #f7f2ea); }
.home .footer,
.home .footer p,
.home .footer a,
.home .footer dt.address_title,
.home .footer dd.address_text { color: #423c34; }
.home h2.footer-logo-name { font-family: "Shippori Mincho","Yu Mincho",serif; color: #2a2620; }
.home address.footer_tel,
.home a.footer_sns span,
.home .pagetop a { font-family: "Cormorant Garamond", serif; color: #b1936a; }
.home ul.footer-content-list-outer li:before { background: #b1936a; }
.home ul.footer-content-list-outer li a:hover,
.home .breadcrumb li a:hover { color: #b29a78; }
.home .pagetop a::before { background: #b29a78; }

/* ====================== レスポンシブ ====================== */
@media only screen and (max-width: 960px) {
    .ss-worry__list { grid-template-columns: repeat(2, 1fr); }
    .ss-reason__row,
    .ss-reason__row:nth-child(odd) { flex-direction: column; gap: 26px; }
    .ss-reason__img, .ss-reason__body { width: 100%; flex: none; }
    .ss-reason__img::after,
    .ss-reason__row:nth-child(odd) .ss-reason__img::after { left: 12px; right: 12px; top: 12px; bottom: -12px; }
    .ss-flow__list { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
    .ss-flow__item:nth-child(2)::after { display: none; }
    .ss-salon__inner { flex-direction: column; align-items: stretch; gap: 32px; }
    .ss-salon__text, .ss-salon__info { width: 100%; }
    .ss-news__list--blog { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 600px) {
    .ss-sp { display: block; }
    .ss-inner { width: 88%; }
    .ss-worry__list { grid-template-columns: 1fr; }
    .ss-worry__item { padding: 22px 22px 22px 52px; }
    .ss-worry__item::before { left: 22px; }
    .ss-price__grid { grid-template-columns: 1fr; }
    .ss-price__list--row { grid-template-columns: 1fr; }
    .ss-flow__list { grid-template-columns: 1fr; gap: 30px; }
    .ss-flow__item::after { display: none; }
    .ss-flow__item p { text-align: center; }
    .ss-nav3__list { grid-template-columns: 1fr; gap: 34px; }
    .ss-guide__row { grid-template-columns: 1fr; gap: 6px; text-align: center; padding: 18px 6px; }
    .ss-guide__row--head { display: none; }
    .ss-guide__name span { display: inline; margin-left: 6px; }
    .ss-guide__val { text-align: center; }
    .ss-news__link { gap: 16px; }
    .ss-news__thumb { flex: 0 0 76px; width: 76px; height: 56px; }
    .ss-news__list--blog { grid-template-columns: 1fr; max-width: 380px; }
    .ss-cta__btns { flex-direction: column; }
    .ss-cta__btns .ss-btn { justify-content: center; }
    .ss-dots { width: 130px; height: 130px; }
}

/* =======================================================================
   ファーストビュー（FV / top-slider.php）
   背景：徐々に拡大ズーム／白系マスク＋ぼかしでソフトに／コピーははっきり
======================================================================= */
.ss-fv-wrapper {
    --ss-ink:    #2a2620;
    --ss-gold:   #b1936a;
    --ss-beige:  #c9b79c;
    --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-fv {
    position: relative;
    height: calc(100svw * 9 / 16);
    overflow: hidden;
    background: #f7f2ea;
}
/* 背景画像（ぼかし＋ゆっくり拡大） */
.ss-fv__bg {
    position: absolute;
    inset: 0;
    background-position: 50% 42%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.06);
    filter: blur(2.5px) saturate(.92) brightness(1.03);
    -webkit-filter: blur(2.5px) saturate(.92) brightness(1.03);
    animation: ssFvZoom 22s ease-in-out infinite alternate;
    z-index: 0;
}
@keyframes ssFvZoom {
    from { transform: scale(1.06); }
    to   { transform: scale(1.20); }
}
/* 白系マスク（半透明＋クリーム） */
.ss-fv__mask {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(120% 85% at 50% 48%, rgba(255,255,255,.40) 0%, rgba(255,255,255,.60) 58%, rgba(247,242,234,.74) 100%),
        linear-gradient(180deg, rgba(255,255,255,.50) 0%, rgba(247,242,234,.52) 100%);
}
/* コピー */
.ss-fv__inner {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 0 26px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ss-fv__label,
.ss-fv__copy,
.ss-fv__sub {
    opacity: 0;
    animation: ssFvUp 1.15s cubic-bezier(.22,1,.36,1) forwards;
}
.ss-fv__label { animation-delay: .25s; }
.ss-fv__copy  { animation-delay: .50s; }
.ss-fv__sub   { animation-delay: .88s; }
@keyframes ssFvUp {
    from { opacity: 0; transform: translateY(32px); }
    to   { opacity: 1; transform: none; }
}
.ss-fv__label {
    display: inline-block;
    font-family: var(--ss-serif-en);
    font-size: clamp(14px,1.3vw,17px);
    letter-spacing: .42em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 24px;
    text-shadow: 0 1px 14px rgba(0,0,0,.45);
}
.ss-fv__reg {
    font-size: .55em;
    letter-spacing: 0;
    vertical-align: super;
    margin-left: .12em;
}
.ss-fv__label::before,
.ss-fv__label::after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 1px;
    background: currentColor;
    vertical-align: middle;
    margin: 0 18px;
}
.ss-fv__copy {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    color: #fff;
    font-size: clamp(31px,6vw,45px);
    line-height: 1.55;
    letter-spacing: .1em;
    margin: 0 0 26px;
    text-shadow: 0 2px 28px rgba(0,0,0,.45), 0 0 2px rgba(0,0,0,.35);
}
.ss-fv__sub {
    font-family: var(--ss-serif-jp);
    font-weight: 500;
    color: #fff;
    font-size: clamp(14px,1.55vw,18px);
    line-height: 2;
    letter-spacing: .08em;
    margin: 0;
    text-shadow: 0 1px 16px rgba(0,0,0,.45);
}
.ss-fv-br { display: none; }
/* Scroll インジケーター（テーマ既存の擬似要素をFV用に配色変更） */
.ss-fv-wrapper.top-slider-wrapper::before {
    background: var(--ss-gold);
    height: 46px;
    bottom: 0;
    animation: ssFvScroll 2s ease-in-out infinite;
}
.ss-fv-wrapper.top-slider-wrapper::after {
    content: 'Scroll';
    color: #fff;
    text-shadow: 0 1px 12px rgba(0,0,0,.45);
    font-family: var(--ss-serif-en);
    font-weight: 600;
    letter-spacing: .3em;
    bottom: 58px;
}
@keyframes ssFvScroll {
    0%      { transform: scaleY(.25); transform-origin: top; }
    49.9%   { transform: scaleY(1);   transform-origin: top; }
    50%     { transform: scaleY(1);   transform-origin: bottom; }
    100%    { transform: scaleY(.25); transform-origin: bottom; }
}
@media only screen and (max-width: 1200px) {
    .ss-fv { height: calc(100svw * 9 / 16); }
    .header-youtube, .header-video, .top-slider {
        height: calc(100svw * 9 / 16);
    }
}
@media only screen and (max-width: 768px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100svw * 9 / 16);
    }
    .ss-fv__bg { background-position: 50% 38%; filter: blur(2px) saturate(.92) brightness(1.03); -webkit-filter: blur(2px) saturate(.92) brightness(1.03); }
    .ss-fv__copy { letter-spacing: .06em; }
}
@media only screen and (max-width: 600px) {
    .ss-fv { height: calc(100svw * 9 / 16); min-height: 320px; }
    .ss-fv-br { display: block; }
    .ss-fv__label::before, .ss-fv__label::after { width: 24px; margin: 0 12px; }
    .header-youtube, .header-video, .top-slider {
        height: calc(100svw * 9 / 16);
        min-height: 320px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .ss-fv__bg { animation: none; transform: scale(1.06); }
    .ss-fv__label, .ss-fv__copy, .ss-fv__sub { animation: none; opacity: 1; }
    .ss-fv-wrapper.top-slider-wrapper::before { animation: none; }
}

/* =======================================================================
   メニュー・料金ページ（固定ページ本文 / .ss-menu）
   トップと同じトンマナ：白/黒/ベージュ・明朝・Cormorant・ドット・アニメーション
   ※画像はCSS背景（original.css からの相対パス）で各メニューに設定
======================================================================= */
.ss-menu {
    --ss-black:   #1d1b19;
    --ss-ink:     #2a2620;
    --ss-text:    #423c34;
    --ss-sub:     #7c7368;
    --ss-beige:   #c9b79c;
    --ss-beige-d: #b29a78;
    --ss-gold:    #b1936a;
    --ss-cream:   #f7f2ea;
    --ss-cream2:  #efe6d8;
    --ss-line:    #e5ddd0;
    --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;
}
.post-content p.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/fv_main.jpg); }
.ss-menu__hero--exo   { background-image: url(img/fv_main-2.jpg); }

/* モニター情報カード */
.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); }
.ss-menu-item__media--crown    { background-image: url(img/menu02-img.jpg); }
.ss-menu-item__media--allover  { background-image: url(img/menu03-img.jpg); background-color: var(--ss-cream2); }
.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 td.is-monitor sub{
    line-height: 1;
    font-size: 12px;
}
.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); margin-bottom: 30px;}
.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; }

/* =======================================================================
   施術タイプ・目安 ＋ 発数プライスリスト（.ss-typeguide / .ss-pricelist）
======================================================================= */
/* 共通サブ見出し */
.ss-subhead { text-align: center; margin-bottom: clamp(22px,2.8vw,36px); }
.ss-subhead__no {
    display: block;
    font-family: var(--ss-serif-en);
    font-size: 14px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--ss-gold);
    margin-bottom: 8px;
}
.ss-subhead__ttl {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(20px,2.4vw,28px);
    color: var(--ss-ink);
    letter-spacing: .05em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.ss-subhead__ttl::before,
.ss-subhead__ttl::after { content: none; display: none; }
.ss-subhead__lead {
    max-width: 660px;
    margin: 14px auto 0;
    color: var(--ss-sub);
    font-size: 14px;
    line-height: 1.95;
}

/* 施術タイプ・目安 */
.ss-typeguide { margin-top: clamp(44px,6vw,80px); }
.ss-type {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(14px,1.8vw,22px);
}
.ss-type__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: clamp(22px,2.6vw,32px);
    padding-left: clamp(28px,3vw,40px);
    background: #fff;
    border: 1px solid var(--ss-line);
    border-radius: 8px;
    overflow: hidden;
}
.ss-type__item::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(var(--ss-beige), var(--ss-gold));
}
/* 奇数個の最後（5番目）は横幅いっぱいで横並び */
.ss-type__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.ss-type__name {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(17px,1.9vw,20px);
    color: var(--ss-ink);
    line-height: 1.5;
    letter-spacing: .03em;
    margin: 0;
}
.ss-type__name span {
    display: block;
    font-size: .78em;
    font-weight: 500;
    color: var(--ss-sub);
    letter-spacing: .02em;
    margin-top: 5px;
}
.ss-type__data {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 20px;
    padding-top: 14px;
    border-top: 1px dashed var(--ss-line);
}
.ss-type__item:last-child:nth-child(odd) .ss-type__data {
    padding-top: 0;
    border-top: 0;
    justify-content: flex-end;
    text-align: right;
}
.ss-type__amount {
    margin: 0;
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: 15px;
    color: var(--ss-gold);
    letter-spacing: .03em;
}
.ss-type__amount b {
    font-family: var(--ss-serif-en);
    font-weight: 600;
    font-size: 1.7em;
    margin: 0 3px;
    letter-spacing: 0;
}
.ss-type__count { margin: 0; font-size: 14px; color: var(--ss-sub); letter-spacing: .02em; }

/* 発数プライスリスト（通常／モニターの2カラム） */
.ss-priceblock { margin-top: clamp(44px,6vw,80px); }
.ss-pricelist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(24px,3.4vw,48px);
}
.ss-pricelist__cap {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--ss-ink);
}
.ss-pricelist__en {
    font-family: var(--ss-serif-en);
    font-size: 20px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ss-ink);
}
.ss-pricelist__tag {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .06em;
    color: var(--ss-sub);
}
.ss-pricelist__tag--monitor { color: var(--ss-gold); }
.ss-pricelist .ss-price-table { border-top: 0; margin: 0; }
.ss-price-table--dot th { width: 50% !important; }
.ss-price-table tr.is-gap td {
    text-align: center;
    padding: 6px 4px;
    font-family: var(--ss-serif-en);
    font-size: 16px;
    letter-spacing: .3em;
    color: var(--ss-beige-d);
}
.ss-pricenote { margin-top: clamp(20px,2.4vw,30px); }

@media only screen and (max-width: 768px) {
    .ss-type { grid-template-columns: 1fr; }
    .ss-type__item:last-child:nth-child(odd) { flex-direction: column; align-items: stretch; }
    .ss-type__item:last-child:nth-child(odd) .ss-type__data {
        padding-top: 14px; border-top: 1px dashed var(--ss-line);
        justify-content: flex-start; text-align: left;
    }
    .ss-pricelist { grid-template-columns: 1fr; }
}

/* =======================================================================
   対応エリア（.ss-area）
======================================================================= */
.ss-area {
    padding: clamp(70px,9vw,118px) 0;
    background: linear-gradient(180deg, var(--ss-cream) 0%, #fff 100%);
}
.ss-area__card {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: clamp(30px,4vw,54px) clamp(22px,4vw,56px);
    background: #fff;
    border: 1px solid var(--ss-line);
    border-radius: 12px;
    box-shadow: 0 18px 46px -34px rgba(45,40,34,.42);
    text-align: center;
}
.ss-area__lead {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(15px,1.7vw,18px);
    color: var(--ss-ink);
    letter-spacing: .05em;
    line-height: 1.95;
    margin: 0 0 clamp(24px,3vw,36px);
}
.post-content ul.ss-area__list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(10px,1.4vw,16px);
}
.ss-area__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: clamp(13px,1.7vw,17px) 8px;
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(14px,1.5vw,16px);
    color: var(--ss-ink);
    letter-spacing: .04em;
    background: var(--ss-cream);
    border: 1px solid var(--ss-line);
    border-radius: 6px;
    transition: border-color .4s ease, background .4s ease, transform .4s ease;
}
.ss-area__item::before {
    content: "";
    flex: none;
    width: 8px; height: 8px;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    background: linear-gradient(var(--ss-beige), var(--ss-gold));
}
.ss-area__item:hover {
    background: #fff;
    border-color: var(--ss-beige);
    transform: translateY(-2px);
}
.ss-area__note {
    margin: clamp(24px,3vw,34px) 0 0;
    font-size: 14px;
    line-height: 1.95;
    color: var(--ss-sub);
    letter-spacing: .03em;
}
@media only screen and (max-width: 768px) {
    .post-content ul.ss-area__list { grid-template-columns: repeat(2, 1fr); }
    .ss-area__br { display: none; }
}
@media only screen and (max-width: 380px) {
    .post-content ul.ss-area__list { grid-template-columns: 1fr; }
}

/* =======================================================================
   ごあいさつページ（固定ページ本文 / .ss-greet）
   トップと同じトンマナ：白/黒/ベージュ・明朝・Cormorant・ベージュ装飾
======================================================================= */
.ss-greet {
    --ss-black:   #1d1b19;
    --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-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-greet *, .ss-greet *::before, .ss-greet *::after { box-sizing: border-box; }
.ss-greet__inner { width: min(92%, 1000px); margin: 0 auto; }
.ss-greet__inner--narrow { max-width: 760px; }
.ss-greet-sec { padding: clamp(44px,6vw,76px) 0; }
.ss-greet-sec--msg {
    background: var(--ss-cream);
    border-radius: 10px;
    margin-top: clamp(30px,4vw,52px);
}

/* プロフィール */
.ss-greet-intro { display: flex; align-items: center; gap: clamp(30px,5vw,64px); }
.ss-greet-intro__img { position: relative; flex: 0 0 44%; width: 44%; z-index: 0; }
.ss-greet-intro__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.ss-greet-intro__img::after {
    content: "";
    position: absolute;
    left: -16px; bottom: -16px;
    width: 62%; height: 62%;
    border: 1px solid var(--ss-beige);
    border-radius: 8px;
    z-index: -1;
}
.ss-greet-intro__body { flex: 1 1 auto; }
.ss-greet-intro__catch {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(24px,3vw,36px);
    color: var(--ss-ink);
    line-height: 1.5;
    letter-spacing: .06em;
    text-align: left;
    margin: 6px 0 14px;
    padding: 0;
}
.ss-greet-intro__sub {
    font-family: var(--ss-serif-jp);
    color: var(--ss-gold);
    font-size: clamp(15px,1.6vw,18px);
    letter-spacing: .06em;
    margin: 0 0 24px;
}
.ss-greet-intro__name {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 14px;
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(20px,2.3vw,26px);
    color: var(--ss-ink);
    letter-spacing: .08em;
    line-height: 1.4;
    margin: 0 0 26px;
    padding: 0 0 26px;
    border-bottom: 1px solid var(--ss-line);
}
.ss-greet-intro__role {
    font-family: var(--ss-sans);
    font-size: 11px;
    letter-spacing: .16em;
    color: var(--ss-gold);
    border: 1px solid var(--ss-beige);
    padding: 5px 11px;
    border-radius: 2px;
    align-self: center;
}
.ss-greet-intro__reading {
    font-family: var(--ss-serif-en);
    font-size: .58em;
    letter-spacing: .12em;
    color: var(--ss-sub);
}
.ss-greet-history { margin: 0; }
.ss-greet-history__item { margin-bottom: 18px; }
.ss-greet-history__item:last-child { margin-bottom: 0; }
.ss-greet-history__item dt {
    position: relative;
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: 15px;
    color: var(--ss-ink);
    letter-spacing: .04em;
    margin: 0 0 6px;
    padding-left: 22px;
}
.ss-greet-history__item dt::before {
    content: "";
    position: absolute;
    left: 0; top: 17px;
    width: 14px; height: 2px;
    background: var(--ss-gold);
}
.ss-greet-history__item dd { margin: 0; color: var(--ss-sub); font-size: 14px; line-height: 1.9; }

/* メッセージ本文 */
.ss-greet-msg__head { text-align: center; margin-bottom: clamp(28px,4vw,46px); }
.ss-greet-msg__title {
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    font-size: clamp(24px,3.2vw,36px);
    color: var(--ss-ink);
    text-align: center;
    margin: 0;
    padding: 0;
}
.ss-greet-msg__body p {
    color: var(--ss-text);
    font-size: 15px;
    line-height: 2.15;
    letter-spacing: .04em;
    margin: 0 0 1.6em;
}
.ss-greet-msg__body p:last-child { margin-bottom: 0; }
.ss-greet-sign {
    text-align: right;
    font-family: var(--ss-serif-jp);
    font-weight: 600;
    color: var(--ss-ink);
    letter-spacing: .08em;
    font-size: clamp(15px,1.6vw,18px);
    margin: clamp(28px,4vw,40px) 0 0;
}
.ss-greet-cta {
    text-align: center;
    margin-top: clamp(34px,5vw,54px);
    padding-top: clamp(30px,4vw,44px);
    border-top: 1px solid var(--ss-line);
}
.ss-greet-cta__lead {
    font-family: var(--ss-serif-jp);
    color: var(--ss-ink);
    font-size: clamp(16px,1.8vw,20px);
    letter-spacing: .04em;
    margin: 0 0 22px;
}

/* レスポンシブ */
@media only screen and (max-width: 768px) {
    .ss-greet-intro { flex-direction: column; gap: 32px; }
    .ss-greet-intro__img, .ss-greet-intro__body { width: 100%; flex: none; }
    .ss-greet-intro__img { max-width: 440px; margin: 0 auto; }
    .ss-greet-intro__img::after { left: -10px; bottom: -10px; }
}

/* .post-content 既定スタイルの打ち消し（詳細度引き上げ） */
.ss-menu .ss-label, .ss-greet .ss-label { font-size: clamp(13px,1.1vw,15px); }
.ss-greet .ss-greet-intro__catch { font-size: clamp(18px,2.5vw,24px); font-weight: 600; text-align: left; margin: 6px 0 14px; padding: 0; }
.ss-greet .ss-greet-intro__catch::before,
.ss-greet .ss-greet-intro__catch::after,
.ss-greet .ss-greet-msg__title::before,
.ss-greet .ss-greet-msg__title::after { content: none; display: none; background: none; }
.ss-greet .ss-greet-msg__title { font-size: clamp(24px,3.2vw,36px); font-weight: 600; padding: 0; }
.ss-greet .ss-greet-intro__name { font-size: clamp(20px,2.3vw,26px); font-weight: 600; line-height: 1.4; }
.ss-greet .ss-greet-intro__sub { font-size: clamp(15px,1.6vw,18px); }
.ss-greet .ss-greet-history__item dt { font-weight: 600; font-size: 15px; }
.ss-greet .ss-greet-msg__body p { font-size: 15px; line-height: 2.15; }
.ss-greet .ss-greet-cta__lead { font-size: clamp(16px,1.8vw,20px); }
.ss-greet a.ss-btn { color: var(--ss-ink); }
.ss-greet a.ss-btn:hover { color: #fff; }
.ss-greet a.ss-btn--fill { color: #fff; }
.ss-greet a.ss-btn--fill:hover { color: var(--ss-ink); }
#main-image {
    background-color: rgba(0, 0, 0, 0);
}
video {
    min-height: 20%;
    min-height: 20vh;
    min-width: 20%;
    min-width: 20vw;
    width:100%;
    height:auto;
    background: url('https://cosmetic-tattoo-okinawa.com/wp-content/uploads/2023/11/main_img-scaled.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
@media only screen and (max-width: 768px){
    .top-slider-wrapper::after {
        display: none;
    }
}

/* 20241115 */
.con_note_box {
    background: #fdf8f8;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.con_note_box_sec {
    background: #f7f5f5;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 70px;
}

/* menu */
.menu__sec .content_inner {
    max-width: 900px;
}

.post-content h2::before {
    width: 50px;
    height: 2px;
    position: absolute;
    content: '';
    background-color: #f9e4e4;
    bottom: -2px;
    left: 0;
}

.monitor__inner {
    box-sizing: border-box;
    border: 1px solid #a5a5a5;
    padding: 2.5em 3em;
    margin: 2em auto 0;
    font-size: 0.9em;
}

.monitoe__box {
    width: 50%;
    box-sizing: border-box;
}

.monitoe__box:nth-of-type(odd) {
    padding-right: 2.5em;
    border-right: 1px solid #a5a5a5;
}

.monitoe__box:nth-of-type(even) {
    padding-left: 2.5em;
}

ul.monitor__list li {
    padding-left: 1.5em;
}

ul.monitor__list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #e8aeae;
}

.monitor__inner h3 {
    text-align: center;
}

p.monitor__price {
    text-align: center;
    margin: 0 auto 1em !IMPORTANT;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.6;
    color: #d36464;
}

.menu__box {
    margin: 3em auto 0;
}

.menu__box::before {
    counter-increment: number 1;
    content: "MENU "counter(number) " ";
    display: block;
    font-family: "Rozha One", serif;
    color: #c39191;
}

.menu__box table {
    margin-bottom: 1em;
}

.roma-pink .menu__box::before {
    content: none;
    display: none;
}

p.caution__text {
    margin: 0;
    font-size: 0.8em;
    padding-left: 1.25em;
    line-height: 2;
    position: relative;
}

p.caution__text::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #d36464;
}

section.content_full.menu__sec {
    border-bottom: 1px solid #e8aeae;
}

span.monitor__menu {
    font-weight: 700;
    color: #d36464;
    display: block;
    font-size: 1.1em;
}

span.monitor__menu::before {
    font-size: 0.8em;
    content: 'モニター価格';
    margin-right: 0.25em;
}

.menu__box table td {
    text-align: right;
}

.effect_box {
    background: #ffffff;
    box-sizing: border-box;
    padding: 2em 2.5em;
    margin: 2em auto;
}

@media only screen and (max-width: 485px) {
    .monitoe__box, .monitoe__box:nth-of-type(odd), .monitoe__box:nth-of-type(even) {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .monitoe__box:nth-of-type(odd) {
        border-right: none;
        border-bottom: 1px solid #a5a5a5;
        padding-bottom: 2em;
        margin-bottom: 2em;
    }

    span.monitor__menu {
        margin: 0;
        display: block;
    }
}
/* よくある質問（トンマナ：白/黒/ベージュ・明朝・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: 80px 0;
}
.faq_sec .content_inner {
    width: min(92%, 860px);
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
}
.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;
}
/* greeting */
.greeting_intro-img {
    width: 40%;
    box-sizing: border-box;
}

.greeting_intro-title {
    width: calc(60% - 4em);
    margin-left: 4em;
}

.greeting_intro {
    align-items: start;
}

.greeting_intro-title h2 {
    padding: 0;
    margin: 0;
    border: none;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    text-align: left;
}

.greeting_intro-title h2::after {
    display: none;
}

.greeting_intro-title h3 {
    margin-top: 2em;
    border: none;
    padding: 0;
    margin-bottom: 0;
    color: #1c1c1c;
}

span.greeting_intro-name {
    display: block;
    font-size: 0.8em;
    color: #c39191;
}

.greeting-text {
    margin: 4em auto 0;
}

.greeting_intro-title h2::before {
    display: none;
}

.history {
    font-size: 0.8em;
    margin-top: 1.5em;
}

.history h4 {
    color: #c39191;
}

@media only screen and (max-width: 485px) {
    .greeting_intro-img {
        width: 100%;
    }

    .greeting_intro-title {
        width: 100%;
        margin: 2em auto 0;
    }

    .greeting-text {
        margin-top: 3em;
    }
}

/* greeting END */

/* コンタクトフォーム */
.wpcf7 {
    border: none;
    background: none;
    max-width: 800px;
    margin: 0 auto !important;
}
.wpcf7 form {
    margin: 0;
}
table.contact_form th, table.contact_form td {
    font-size: 16px;
    padding: 30px 0;
}
table.contact_form th {
    padding-right: 15px;
    font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
    padding: 20px;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #1d1d1d;
}
.wpcf7 .wpcf7-not-valid {
    background: #1d1d1d;
    border-color: #be0504;
}
span.any {
    background: #e8e8e8;
    font-size: 0.7em;
    padding: 2px 5px;
    margin-left: 10px;
}
span.required {
    background: #e63e3e;
    color: #ffffff;
    font-size: 0.7em;
    padding: 2px 5px;
    margin-left: 10px;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 14px;
}
span.wpcf7-list-item {
    display: block;
    margin: 0;
    font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
    width: 400px;
    line-height: 1em;
    height: 70px;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Jaldi', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background: none;
    color: #1d1d1d;
    box-sizing: border-box;
    border: 1px solid #1d1d1d !important;
}
.wpcf7 input.wpcf7-submit:hover {
    background: #1d1d1d;
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    table.contact_form th {
        width: 30%;
    }
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        width: 80%;
    }
}
@media only screen and (max-width: 485px) {
    table.contact_form th, table.contact_form td {
        display: block;
    }
    table.contact_form th {
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
    }
    table.contact_form td {
        padding-top: 5px;
        padding-bottom: 25px;
    }
    .wpcf7 input.wpcf7-submit {
        width: 100%;
    }
    .wpcf7 select, .wpcf7 .wpcf7-list-item-label {
        font-size: 12px;
    }
}
/* END コンタクトフォーム */
/* contact */
address.contact-tel {
    text-align: center;
    font-size: 1.75em;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
}
address.contact-tel span{
    font-size: 60%;
}
@media only screen and (min-width: 768px){
    address.contact-tel{
        font-size: 2.4em;
    }
}
p.contact-time {
    text-align: center;
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 0;
}
p.contact-time span {
    margin-right: 10px;
}
p.contact-caution {
    text-align: center;
    margin-bottom: 50px;
}
.wpcf7 p {
    margin-bottom: 20px;
}
.mail-caution {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
/* Instagram お問い合わせ */
.insta-box {
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
}
.insta-box .insta-lead {
    text-align: center;
    margin-bottom: 30px;
}
.insta-box .ss-btn {
    margin: 0 auto;
}
.insta-box .ss-btn--insta {
    color: #fff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 10px 24px -12px rgba(188, 24, 136, 0.6);
}
.insta-box .ss-btn--insta::before {
    display: none;
}
.insta-box .ss-btn--insta:hover {
    color: #fff;
    opacity: 0.9;
}
@media only screen and (max-width: 767px){
    .insta-box .ss-btn--insta{
        padding-inline: 10px;
    }
}
/* contact END */

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

@media only screen and (max-width: 767px){
    .post-content .ss-flow__list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 420px){
    .post-content .ss-flow__list{
        grid-template-columns: repeat(1, 1fr);
    }
}

.post-content .s_table{
    white-space: normal;
}

/* ----------------------------------------------------------------------
 ギャラリー
---------------------------------------------------------------------- */
.gallery-category {
    background: #f6f6f6;
}

.archive-gallery {
    background: #eee;
    padding-bottom: 150px;
}
.archive-gallery .page-navi {
    text-align: center;
}
.archive-gallery .article05.active {
    -webkit-animation: imageAnimation03 1.25s ease forwards;
    animation: imageAnimation03 1.25s ease forwards;
}

.gallery_single {
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 60px;
    margin: 0 auto;
}
.gallery_single img {
    vertical-align: middle;
}

.gallery01_single {
    margin: 0 auto;
    margin-bottom: 3px;
    width: calc(100% - 70px);
}
.gallery01_single .slick-list {
    margin-left: -3px;
    position: relative;
    z-index: 1;
}
.gallery01_single .slick-arrow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000;
    transition-property: background;
    transition: 0.35s;
    width: 35px;
    height: 100%;
    z-index: 2;
}
.gallery01_single .slick-arrow:focus {
    background: #000;
}
.gallery01_single .slick-arrow:before {
    color: #fff;
    font-family: "design_plus";
    font-size: 18px;
}
.gallery01_single .slick-prev {
    color: #fff;
    left: -35px;
}
.gallery01_single .slick-prev:before {
    content: "\e90f";
    opacity: 1;
}
.gallery01_single .slick-next {
    color: #fff;
    right: -35px;
}
.gallery01_single .slick-next:before {
    content: "\e910";
    opacity: 1;
}

.gallery01-item_single {
    opacity: 1;
    overflow: hidden;
    position: relative;
    height: 72px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 10;
}
.gallery01-item_single:hover {
    opacity: .5;
}
.gallery01-item_single img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    width: auto;
    height: auto;
    z-index: 10;
}

.gallery01-item-inner_single {
    background: #eaeaea;
    border-left: 3px solid #fff;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery02_single .gallery02-item_single {
    background: #eaeaea;
    position: relative;
    width: 1030px;
    height: 710px;
}
.gallery02_single .gallery02-item_single img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.gallery02_single .slick-arrow {
    text-align: center;
}
.gallery02_single .slick-arrow:hover:before {
    color: #000;
}
.gallery02_single .slick-arrow:before {
    color: #aaa;
    font-family: "design_plus";
    font-size: 18px;
    opacity: 1;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.gallery02_single .slick-prev {
    left: -40px;
}
.gallery02_single .slick-prev:before {
    content: "\e90f";
}
.gallery02_single .slick-next {
    right: -40px;
}
.gallery02_single .slick-next:before {
    content: "\e910";
}
.gallery02_single img {
    width: 100%;
    height: auto;
}


.archive-gallery{
    margin-block: 100px 100px;
    background: #fff;
}

@media only screen and (min-width: 1200px){
    .mbYTP_wrapper iframe{
        width: 100% !important;
        height: calc(100svw * 9 / 16) !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 603px){
    .ss-insta__title,
    .ss-head__title,
    .ss-about__title,
    .ss-concept__title{
        font-size: 4.5vw;
    }
    .ss-btn{
        font-size: 3.5vw;
    }
}