@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
    --main-color: #000;
    --sub-color: #fff;
}

.font_en {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html,
button,
input,
select,
textarea {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

.top_page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.top_page .logo {
    margin-bottom: 30px;
}

.top_page .coming_soon {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1em;
}

/* 口コミ */

.common_reviews_page {
    padding: 100px 0;
}

.common_reviews_page .head_box {
    margin-bottom: 110px;
}

.common_reviews_page .head_box .logo {
    text-align: center;
    margin-bottom: 60px;
}

.common_reviews_page .head_box .logo img {
    width: 200px;
}

.common_reviews_page .head_box .lead {
    text-align: center;
    line-height: 2;
    letter-spacing: .05em;
}

.common_reviews_page .contents {
    background: #ececec;
    padding: 80px 85px;
}

.page_reviews .contents .lead {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.common_reviews_page .contents .button a {
    display: block;
    width: 250px;
    line-height: 60px;
    background: #040000;
    color: #fff;
    text-align: center;
    border-radius: 16px;
    margin: 0 auto;
    font-size: 18px;
}

.common_reviews_page .stars {
    margin-bottom: 70px;
}

.common_reviews_page .stars span {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    justify-content: center;

}

.common_reviews_page .stars input[type='radio'] {
    display: none;
}

.common_reviews_page .stars label {
    color: #fff;
    font-size: 45px;
    padding: 0 5px;
    cursor: pointer;
}

.common_reviews_page .stars input[type='radio']:checked ~ label {
    color: #F8C601;
}

.page_reviews_good .contents .in_title {
    text-align: center;
    margin-bottom: 80px;
    font-size: 35px;
    font-weight: 700;
}

.page_reviews_good .contents .in_title span {
    border-bottom: 2px dashed;
    padding: 0 .5em;
    padding-bottom: .4em;
}

.page_reviews_good .contents .in_wrap {
    align-items: center;
}

.page_reviews_good .contents .image {
    width: 260px;
}

.page_reviews_good .contents .text_box {
    width: calc( 100% - 260px );
    padding-left: 70px;
}

.page_reviews_good .contents .text_box ol li + li {
    margin-top: 40px;
}

.page_reviews_good .contents .text_box ol li {
    position: relative;
    z-index: 2;
}

.page_reviews_good .contents .text_box ol li:before {
    content: "";
    width: 3px;
    height: calc( 100% + 40px );
    background: #bf272c;
    position: absolute;
    left: 28.5px;
    top: 0;
    z-index: -1;
}

.page_reviews_good .contents .text_box ol li:last-child::before {
    display: none;
}

.page_reviews_good .contents .text_box ol li .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #bf272c;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.page_reviews_good .contents .text_box ol li .in_text {
    width: calc( 100% - 60px );
    padding-left: 23px;
    padding-top: 10px;
}

.page_reviews_good .contents .text_box ol li .in_text .title {
    font-size: 25px;
    color: #bf272c;
    margin-bottom: 1em;
}

.page_reviews_good .contents .text_box ol li .in_text .text {
    font-size: 14px;
}

.page_reviews_good .contents .text_box ol li .in_text .text a.link {
    display: inline-block;
    margin-top: 1em;
    text-decoration: underline;
    font-size: 16px;
    color: #004CCA;
}

.page_reviews_good .contents .attention_box {
    background: #fff;
    padding: 50px 30px;
    margin-top: 60px;
    text-align: center;
}

.page_reviews_good .contents .attention_box .title {
    font-size: 20px;
    margin-bottom: 1em;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.page_reviews_good .contents .attention_box .lead {
    font-size: 14px;
}

.page_reviews_good .contents .attention_box ol {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.page_reviews_good .contents .attention_box ol li {
    position: relative;
}

.page_reviews_good .contents .attention_box ol li .image {
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.page_reviews_good .contents .attention_box ol li .image:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #bf272c;
    border-right: 0;
    position: absolute;
    right: -30px;
    top: 50%;
}

.page_reviews_good .contents .attention_box ol li:last-child .image::after {
    display: none;
}

.page_reviews_good .contents .attention_box ol li .info_box .num {
    width: 35px;
    line-height: 35px;
    background: #bf272c;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    display: none;
}

.page_reviews_good .contents .attention_box ol li .info_box .text {
    font-size: 15px;
    background: #bf272c;
    color: #fff;
    padding: 20px 10px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page_reviews_good .contents .attention_box ol li .info_box .text:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #bf272c;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.page_reviews_input .contents .comments .logged-in-as {
    display: none;
}

.page_reviews_input .contents .comments textarea {
    background: #fff;
    width: 100%;
    height: 365px;
    padding: 1em;
}

.page_reviews_input .contents .comments textarea::placeholder {
    color: #9d9d9d;
}

.page_reviews_input .contents .comments input#submit {
    display: block;
    width: 250px;
    line-height: 60px;
    background: #040000;
    color: #fff;
    text-align: center;
    border-radius: 16px;
    margin: 55px auto 0 auto;
    font-size: 18px;
}

.page_reviews_input #submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page_reviews_input .g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.page_reviews_input .comment-form-cookies-consent {
    display: none;
}

.page_reviews #nextLink.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

section.section_fv {
    position: relative;
    padding-top: 150px;
}

section.section_fv .flex_box {
    gap: 115px;
}

section.section_fv .picture_box {
    width: 620px;
    position: relative;
    z-index: 2;
}

section.section_fv .picture_box .mask {
    content: "";
    width: 100%;
    height: 100%;
    background: #E8E8E8;
    background: linear-gradient(133deg,rgba(232, 232, 232, 1) 100%, rgba(255, 255, 255, 1) 0%);
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: -1;
}

section.section_fv .picture_box .picture {
    width: 100%;
    height: 100%;
}

section.section_fv .picture_box .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_fv .text_box {
    position: relative;
}

section.section_fv .text_box .paint {
    position: absolute;
}

section.section_fv .text_box .paint.large {
    width: 445px;
    top: -200px;
    left: -280px;
}

section.section_fv .text_box .paint.medium {
    width: 377px;
    bottom: -70px;
    left: -100px;
}

section.section_fv .text_box .paint.small {
    width: 277px;
    top: -100px;
    right: -100px;
}

section.section_fv .text_box .en {
    font-size: 41px;
    margin-bottom: 100px;
}

section.section_fv .text_box .catch {
    font-size: 62px;
    letter-spacing: .1em;
    margin-bottom: 170px;
}

section.section_fv .text_box .catch .accent {
    background: linear-gradient(transparent 70%, #bad3d3 70%);
    padding: 0 10px 5px 10px;
}

section.section_fv .text_box .catch .accent.last {
    padding-right: 0;
}

section.section_fv .text_box .scroll {
    position: relative;
    padding-left: 10px;
}

section.section_fv .text_box .scroll .bar {
    width: 2px;
    height: 110px;
    background: #efefef;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; /* ← これ重要 */
}

section.section_fv .text_box .scroll .bar:before {
    content: "";
    width: 2px;
    height: 55px;
    background: #000000;
    position: absolute;
    left: 0;
    top: -55px; /* 上からスタート */
    animation: scrollBarMove 2s ease-in-out infinite;
}

@keyframes scrollBarMove {
    0% {
        top: -55px;
    }
    50% {
        top: 110px;
    }
    100% {
        top: -55px;
    }
}


section.section_fv .text_box .scroll .text {
    font-size: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

section.section_fv .scroll_text {
    margin-top: 217px;
}

section.section_fv .scroll_text .text {
    font-size: 70px;
    color: #ebebeb;
    padding-right: 50px;
}

section.section_fv .scroll_text {
    overflow: hidden;
    white-space: nowrap;
}

section.section_fv .scroll_inner {
    display: flex;
    width: max-content;
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


section.section_worries .head_box {
    background: url(./image/marble.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 150px 0;
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

section.section_worries .title_box {
    text-align: center;
    letter-spacing: .1em;
    margin-bottom: 70px;
}

section.section_worries .title_box .title {
    font-weight: 600;
    color: #333333;
    font-size: 30px;
}

section.section_worries .title_box .title small {
    font-size: 25px;
    display: inline-block;
    margin-bottom: 10px;
}

section.section_worries .title_box .title small .dotted {
    position: relative;
}

section.section_worries .title_box .title small .dotted:before {
    content: "・・";
    position: absolute;
    left: 0;
    top: -1.5em;
}

section.section_worries .title_box .title .accent {
    background: #bad3d3;
    color: #fff;
    display: inline-block;
    padding: 0 .4em;
    margin-right: .5em;
}

section.section_worries ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
}

section.section_worries ul li {
    height: 220px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
}

section.section_worries ul li .text .accent {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

section.section_worries ul li.sp {
    display: none;
}

section.section_worries .bottom_box {
    background: #bad3d3;
    text-align: center;
    color: #fff;
    padding: 200px 0 80px;
    margin-top: -100px;
}

section.section_worries .bottom_box .lead {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .13em;
}

section.section_worries .bottom_box .lead .dotted {
    position: relative;
}

section.section_worries .bottom_box .lead .dotted:before {
    content: "・・・・";
    position: absolute;
    left: 0;
    top: -1.2em;
}

section.section_about .contents .text_box {
    padding: 115px 0;
    text-align: center;
}

section.section_about .contents .text_box .title {
    font-size: 28px;
    margin-bottom: 50px;
    letter-spacing: .2em;
    line-height: 2;
}

section.section_about .contents .text_box .lead {
    line-height: 2.4;
    letter-spacing: .04em;
}

.common_slider_box {
    overflow: hidden;
}

.common_slider_box .slider_track {
    display: flex;
    width: max-content;
    animation: sliderScroll 30s linear infinite;
}

.common_slider_box.reverse .slider_track {
    animation: sliderScroll 30s linear infinite reverse;
}

.common_slider_box ul li {
    width: 400px;
    height: 400px;
    flex-shrink: 0;
}

.common_slider_box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes sliderScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


.common_title_box {
    text-align: center;
    margin-bottom: 60px;
    color: #444444;
}

.common_title_box .en {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
}

.common_title_box .title {
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 600;
}

section.section_features {
    padding: 200px 0;
}

section.section_features .common_title_box {
    margin-bottom: 110px;
}

section.section_features .contents .box + .box {
    margin-top: 150px;
}

section.section_features .contents .box .picture {
    width: 600px;
    position: relative;
}

.common_mask {
    position: relative;
    overflow: hidden;
}

.common_mask .mask {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(.77,0,.18,1);
}

.common_mask.is_show .mask {
    transform: translateX(100%);
}

section.section_features .contents .box:nth-child(even) .picture {
    order: 2;
}

section.section_features .contents .box .text_box {
    width: 600px;
    position: relative;
}

section.section_features .contents .box .text_box .paint {
    position: absolute;
    z-index: -1;
}

section.section_features .contents .box:nth-child(1) .text_box .paint {
    top: -120px;
    left: 100px;
}

section.section_features .contents .box:nth-child(2) .text_box .paint {
    top: -150px;
    left: -20px;
}

section.section_features .contents .box:nth-child(3) .text_box .paint {
    top: -120px;
    left: -20px;
}

section.section_features .contents .box:nth-child(4) .text_box .paint {
    top: -150px;
    left: -20px;
}

section.section_features .contents .box .text_box .title_box {
    gap: 60px;
    margin-bottom: 30px;
}

section.section_features .contents .box .text_box .title_box .num {
    color: #bad3d3;
    font-size: 80px;
    line-height: 1;
    position: relative;
}

section.section_features .contents .box .text_box .title_box .num:after {
    content: "";
    width: 1px;
    height: 100px;
    background: #bad3d3;
    transform: rotate(35deg);
    position: absolute;
    right: -20px;
    top: 0;
}

section.section_features .contents .box .text_box .title_box .title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .05em;
}

section.section_features .contents .box .text_box .lead {
    font-size: 15px;
}

section.section_reviews {
    background: url(./image/marble.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}

section.section_reviews .contents {
    background: #fff;
    padding: 90px 70px 70px;
    margin-bottom: 70px;
}

section.section_reviews .contents .lead {
    text-align: center;
    margin-bottom:50px;
    font-size: 25px;
    letter-spacing: .1em;
    line-height: 1.3;
    color: #444444;
}

section.section_reviews .contents ul {
    background: #f2f2f2;
    padding: 50px;
    height: 700px;
    overflow: scroll;
    border: 1px solid #dfdfdf;
}

section.section_reviews .contents ul li {
    background: #fff;
    padding: 35px;
}

section.section_reviews .contents ul li + li {
    margin-top: 30px;
}

section.section_reviews .contents ul li .head_box {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-start;
    gap: 30px;
}

section.section_reviews .contents ul li .head_box .name {
    font-size: 20px;
}

section.section_reviews .contents ul li .head_box .name small {
    font-size: 12px;
}

section.section_reviews .contents ul li .head_box .star {
    color: #922547;
    font-size: 20px;
    order: -1;
}

section.section_reviews .contents ul li .bottom_box .text {
    font-size: 14px;
}

section.section_reviews .contents .attention {
    font-size: 12px;
    text-align: right;
    margin-top: 1em;
    color: #585858;
    letter-spacing: .05em;
}

section.section_menu {
    padding: 130px 0 150px 0;
}

section.section_menu .contents {
    background: #f9f9f9;
    padding: 70px;
}

section.section_menu .contents .grid_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    margin-bottom: 80px;
}

section.section_menu .contents .grid_box .box .title_box {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

section.section_menu .contents .grid_box .box .title_box:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #545454;
    position: absolute;
    left: 0;
    bottom: 0;
}

section.section_menu .contents .grid_box .box .title_box .en {
    font-weight: 700;
    font-size: 30px;
}

section.section_menu .contents .grid_box .box .title_box .title {
    letter-spacing: .1em;
}

section.section_menu .contents .grid_box .box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    color: #545454;
}

section.section_menu .contents .grid_box .box table th {
    width: 75%;
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
}

section.section_menu .contents .grid_box .box table th small {
    display: block;
}

section.section_menu .contents .grid_box .box table td {
    width: 25%;
    padding-left: 2em;
    vertical-align: middle;
}

section.section_menu .contents .attention {
    text-align: center;
    font-size: 12px;
    color: #545454;
    margin-bottom: 60px;
}

.common_view_more {
    width: 300px;
    position: relative;
    margin: 0 auto;
}

.common_view_more a {
    display: block;
    width: 100%;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    color: #545454;
}

.common_view_more.en a  {
    font-family: "Cormorant", serif;
}

.common_view_more.blank a  {
    padding-right: 20px;
    background-image: url(./image/icon_blank.png);
    background-position: 90%;
    background-size: 25px;
    background-repeat: no-repeat;l
}

.common_view_more .accent {
    position: absolute;
    font-family: "Cormorant", serif;
    line-height: 1;
    font-size: 20px;
}

.common_view_more .accent.left {
    left: -14px;
}

.common_view_more .accent.right.top,
.common_view_more .accent.left.bottom {
    transform: scale(-1, 1);
}

.common_view_more .accent.right {
    right: -14px;
}

.common_view_more .accent.top {
    top: 0;
}

.common_view_more .accent.bottom {
    bottom: -3px;
}

section.section_staff ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

section.section_staff ul li .image {
    width: 100%;
    height: 454px;
    margin-bottom: 25px;
}

section.section_staff ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_staff ul li .text_box {
    color: #333333;
}

section.section_staff ul li .text_box .name {
    font-size: 25px;
    margin-bottom: 15px;
}

section.section_staff ul li .text_box .instagram img {
    width: 25px;
}

section.section_salon {
    padding: 150px 0;
}

section.section_salon .flex_box {
    align-items: center;
}

section.section_salon .image {
    width: 500px;
}

section.section_salon .text_box {
    width: 580px;
}

section.section_salon .text_box table {
    width: 100%;
}

section.section_salon .text_box table tr {
    border-bottom: 1px solid #d6d6d6;
}

section.section_salon .text_box table th,
section.section_salon .text_box table td {
    padding: .5em 1em;
    font-weight: 500;
    vertical-align: middle;
}

section.section_salon .text_box table td {
    font-size: 14px;
}

section.section_access .map {
    margin-bottom: 60px;
}

section.section_access .map iframe {
    width: 100%;
    height: 460px;
}

section.section_faq {
    padding: 150px 0;
}

section.section_faq .contents dl + dl {
    margin-top: 30px;
}

section.section_faq .contents dl {
    color: #444444;
}

section.section_faq .contents dl dt {
    position: relative;
    padding-left: 110px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

section.section_faq .contents dl dt:after {
    content: "+";
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

section.section_faq .contents dl dt.nowOpen:after {
    transform: translateY(-50%) rotate(45deg);
}

section.section_faq .contents dl dt:before {
    content: "Q.";
    font-family: "Cormorant", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: 40px;
    top: -.1em;
}

section.section_faq .contents dl dt .title {
    font-weight: 500;
    font-size: 20px;
}

section.section_faq .contents dl dd {
    position: relative;
    background: #f9f9f9;
    padding: 40px 40px 40px 100px;
    font-size: 14px;
    line-height: 1.8;
}

section.section_faq .contents dl dd:before {
    content: "A.";
    font-family: "Cormorant", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: 40px;
    top: 40px;
}

section.section_faq .contents dl dd .closeBtnHat {
    display: none;
}

section.section_last {
    padding-bottom: 470px;
}

section.section_last .slider_box ul {
    display: flex;
}

section.section_last .slider_box ul li {
    width: 400px;
    height: 400px;
}

section.section_last .slider_box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_last .contents {
    padding-top: 130px;
}

section.section_last .contents .flex_box {
    justify-content: center;
    gap: 110px;
    align-items: center;
}

section.section_last .contents .text_box .catch {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: .1em;
}

section.section_last .contents .text_box .lead {
    letter-spacing: .05em;
    line-height: 2.2;
}

footer#main_footer {
    background: url(./image/marble.webp) no-repeat;
    background-size:cover;
    background-position: center;
    position: relative;
    padding-top: 350px;
    padding-bottom: 40px;
}

footer#main_footer .contact_box {
    position: absolute;
    left: 50%;
    top: -270px;
    transform: translateX(-50%);
    width: 1240px;
    padding: 70px 35px 35px;
    overflow: hidden;
}

footer#main_footer .contact_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #B3D3D2;
    background: linear-gradient(88deg,rgba(179, 211, 210, 1) 0%, rgba(92, 169, 167, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .8;
}

footer#main_footer .contact_box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    background: url(./image/S__159334409_0.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(5px);
}

footer#main_footer .contact_box .common_title_box {
    color: #fff;
    margin-bottom: 30px;
}

footer#main_footer .contact_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 88px;
}

footer#main_footer .contact_box ul li:nth-child(2) {
    position: relative;
}

footer#main_footer .contact_box ul li:nth-child(2):before,
footer#main_footer .contact_box ul li:nth-child(2):after {
    content: "";
    width: 1px;
    height: 290px;
    background: #fff;
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%);
}

footer#main_footer .contact_box ul li:nth-child(2):after {
    left: auto;
    right: -44px;
}

footer#main_footer .contact_box ul li .icon {
    width: 125px;
    height: 125px;
    background: rgba(255,255,255,.3);
    border-radius: 100%;
    margin: 0 auto 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer#main_footer .contact_box ul li .title {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 1em;
}

footer#main_footer .contact_box ul li p.tel {
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 1;
    margin-bottom: .2em;
}

footer#main_footer .contact_box ul li .time {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

footer#main_footer .logo {
    text-align: center;
    margin-bottom: 50px;
}

footer#main_footer .logo .text {
    color: initial;
    margin-bottom: 1em;
    letter-spacing: .1em;
}

footer#main_footer .logo img {
    transform: translateX(-30px);
}

footer#main_footer .instagram {
    text-align: center;
    margin-bottom: 85px;
}

footer#main_footer .instagram img {
    width: 25px;
}

footer#main_footer .footer_nav ul {
    justify-content: center;
    gap: 40px;
    width: fit-content;
    margin: 0 auto 60px;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 60px 20px;
}

footer#main_footer .footer_nav ul li a {
    color: #444444;
    font-size: 18px;
    font-family: "Cormorant", serif;
    font-weight: 400;
}

footer#main_footer .copyright {
    text-align: center;
}

footer#main_footer .copyright small {
    font-size: 12px;
    color: #444444;
}

.contact_fixed {
    width: 200px;
    right: calc((100vw - 1240px) / 2);
    z-index: 10;
    top: 570px;
    opacity: 1;
}

.contact_fixed.absolute {
    position: absolute;
}

.contact_fixed.fixed {
    position: fixed;
    bottom: 30px;
    top: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
}

.contact_fixed.fixed.is_show {
    opacity: 1;
    visibility: visible;
}

.contact_fixed a {
    display: block;
    width: 200px;
    height: 200px;
    background: #D3BBBB;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    letter-spacing: .2em;
}

.contact_fixed .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    transform: translate(-50%,-50%);
    animation: rotateText 10s linear infinite;
    z-index: -1;
}

.contact_fixed .text img {
    max-width: unset;
    width: 100%;
}

@keyframes rotateText {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

header#pc_header {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 20px;
}

header#pc_header .logo img {
    width: 180px;
}

header#pc_header .logo .text {
    font-size: 14px;
    letter-spacing: .1em;
    margin-bottom: .4em;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100dvh;
    background: #fff;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.loading .logo_icon {
    margin-bottom: 30px;
}

.loading .logo_icon svg {
    overflow: visible;
}

.loading .logo_text img {
    width: 200px;
}

.loading .logo_icon svg path {
    fill: #000;
    fill-opacity: 0;   /* ← ここがポイント */
    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawLogo 2.5s ease forwards;
}

@keyframes drawLogo {
    to {
        stroke-dashoffset: 0;
    }
}

.loading .logo_icon svg path.is_fill {
    transition: fill-opacity 0.8s ease;
    fill-opacity: 1;
}


.loading .logo_text {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .8s ease, transform .8s ease;
}

.loading .logo_text.is_show {
    opacity: 1;
    transform: translateY(0);
}

.loading.fade_out {
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

body.single-post #content,
body.archive #content {
    padding-top: 200px;
    padding-bottom: 300px;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.2vw;
        overflow: hidden;
    }

    /* SPヘッダー */

    #sp_header {
        padding: 5vw;
        padding-bottom: 0;
    }

    #sp_header .logo img {
        width: 40vw
    }

    #sp_header .logo .text {
        font-size: 3vw;
        margin-bottom: .5em;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* 口コミ */
    
    .common_reviews_page {
        padding: 20vw 0;
    }
    
    .common_reviews_page .head_box {
        margin-bottom: 20vw;
    }
    
    .common_reviews_page .head_box .logo {
        margin-bottom: 10vw;
    }

    .common_reviews_page .head_box .logo img {
        width: 40vw;
    }
    
    .common_reviews_page .contents {
        padding: 10vw 6vw;
    }
    
    .page_reviews .contents .lead {
        font-size: 3.4vw;
        margin-bottom: 5vw;
    }
    
    .common_reviews_page .contents .button a {
        width: 40vw;
        line-height: 12vw;
        font-size: 3.5vw;
    }
    
    .common_reviews_page .stars {
        margin-bottom: 10vw;
    }
    
    .common_reviews_page .stars label {
        font-size: 9vw;
        padding: 0 1vw;
    }

    .page_reviews_good .contents .in_title {
        margin-bottom: 15vw;
        font-size: 5vw;
    }
    
    .page_reviews_good .contents .text_box {
        width: 100%;
        padding-left: 0;
    }
    
    .page_reviews_good .contents .text_box ol li + li {
        margin-top: 7vw;
    }
    
    .page_reviews_good .contents .text_box ol li:before {
        height: calc( 100% + 7vw );
        left: calc( 5.5vw - 1.5px );
    }
    
    .page_reviews_good .contents .text_box ol li .num {
        width: 11vw;
        height: 11vw;
        line-height: 11vw;
        font-size: 5vw;
    }
    
    .page_reviews_good .contents .text_box ol li .in_text {
        width: calc( 100% - 11vw );
        padding-left: 4vw;
        padding-top: 2vw;
    }
    
    .page_reviews_good .contents .text_box ol li .in_text .title {
        font-size: 4vw;
    }
    
    .page_reviews_good .contents .text_box ol li .in_text .text {
        font-size: 3.2vw;
    }

    .page_reviews_good .contents .text_box ol li .in_text .button a {
        margin: 5vw 0 0 0;
    }

    .page_reviews_good .contents .attention_box {
        padding: 7vw 4vw;
        margin-top: 10vw;
    }
    
    .page_reviews_good .contents .attention_box .title {
        font-size: 4vw;
    }
    
    .page_reviews_good .contents .attention_box .lead {
        font-size: 3.3vw;
    }
    
    .page_reviews_good .contents .attention_box ol {
        margin: 10vw 0;
        display: block;
    }
    
    .page_reviews_good .contents .attention_box ol li {
        padding: 4vw;
    }

    .page_reviews_good .contents .attention_box ol li + li {
        margin-top: 5vw;
    }

    .page_reviews_good .contents .attention_box ol li .image {
        margin-top: 20px;
    }

    .page_reviews_good .contents .attention_box ol li .image:after {
        display: none;
    }

    .page_reviews_good .contents .attention_box ol li .image img {
        max-width: 100%;
    }
    
    .page_reviews_good .contents .attention_box ol li .info_box .num {
        width: 8vw;
        line-height: 8vw;
        left: -2vw;
        top: -2vw;
        font-size: 4vw;
    }
    
    .page_reviews_good .contents .attention_box ol li .info_box .text {
        font-size: 3.3vw;
        padding: 4vw;
        min-height: unset;
    }

    .page_reviews_input .contents .comments textarea {
        height: 50vw;
    }

    .page_reviews_input .contents .comments textarea::placeholder {
        font-size: 3.3vw;
    }
    
    .page_reviews_input .contents .comments input#submit {
        width: 40vw;
        line-height: 12vw;
        font-size: 3.5vw;
    }

    section.section_fv {
        padding-top: 10vw;
    }
    
    section.section_fv .flex_box {
        gap: 0;
    }
    
    section.section_fv .picture_box {
        width: 100%;
        margin-bottom: 10vw;
        margin-left: 10vw;
    }
    
    section.section_fv .picture_box .mask {
        left: 2vw;
        top: 2vw;
        z-index: -1;
    }
    
    section.section_fv .text_box .paint.large {
        width: 100vw;
        top: -32vw;
        left: -60vw;
    }
    
    section.section_fv .text_box .paint.medium {
        width: 90vw;
        bottom: auto;
        top: 0;
        left: 50vw;
    }
    
    section.section_fv .text_box .paint.small {
        display: none;
    }
    
    section.section_fv .text_box .en {
        font-size: 6vw;
        margin-bottom: 4vw;
    }
    
    section.section_fv .text_box .catch {
        font-size: 8vw;
        margin-bottom: 0;
    }
    
    section.section_fv .text_box .catch .accent {
        background: linear-gradient(transparent 70%, #bad3d3 70%);
        padding: 0 10px 5px 10px;
    }
    
    section.section_fv .text_box .catch .accent.last {
        padding-right: 0;
    }
    
    section.section_fv .text_box .scroll {
        position: absolute;
        padding-left: 3vw;
        left: 0;
        top: -40vw;
    }
    
    section.section_fv .text_box .scroll .bar {
        height: 20vw;
    }
    
    section.section_fv .text_box .scroll .bar:before {
        height: 10vw;
        top: -10vw;
    }
    
    @keyframes scrollBarMove {
        0% {
            top: -10vw;
        }
        50% {
            top: 20vw;
        }
        100% {
            top: -10vw;
        }
    }
    
    
    section.section_fv .text_box .scroll .text {
        font-size: 4vw;
    }
    
    section.section_fv .scroll_text {
        margin-top: 10vw;
    }
    
    section.section_fv .scroll_text .text {
        font-size: 12vw;
        padding-right: 4vw;
    }
    
    section.section_worries .head_box {
        padding: 20vw 0 30vw 0;
        clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
    }
    
    section.section_worries .title_box {
        margin-bottom: 10vw;
    }
    
    section.section_worries .title_box .title {
        font-size: 5vw;
    }
    
    section.section_worries .title_box .title small {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    section.section_worries .title_box .title .accent {
        font-size: 6vw;
    }
    
    section.section_worries ul {
        gap: 6vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    section.section_worries ul li {
        width: 41vw;
        height: 41vw;
    }

    section.section_worries ul li.sp {
        display: flex;
    }
    
    section.section_worries .bottom_box {
        padding: 40vw 0 20vw;
        margin-top: -20vw;
    }
    
    section.section_worries .bottom_box .lead {
        font-size: 6vw;
        line-height: 2.1;
    }
    
    section.section_worries .bottom_box .lead .dotted:before {
        top: -1.5em;
    }
    
    section.section_about .contents .text_box {
        padding: 20vw 0;
    }
    
    section.section_about .contents .text_box .title {
        font-size: 5vw;
        margin-bottom: 10vw;
    }
    
    section.section_about .contents .text_box .lead {
        line-height: 2.2;
    }
    
    .common_slider_box ul li {
        width: 50vw;
        height: 50vw;
        flex-shrink: 0;
    }
    
    .common_title_box {
        margin-bottom: 5vw;
    }
    
    .common_title_box .en {
        font-size: 12vw;
    }
    
    .common_title_box .title {
        font-size: 4vw;
    }
    
    section.section_features {
        padding: 20vw 0;
    }
    
    section.section_features .common_title_box {
        margin-bottom: 5vw;
    }
    
    section.section_features .contents .box + .box {
        margin-top: 20vw;
    }
    
    section.section_features .contents .box .picture {
        width: 100%;
        margin-bottom: 10vw;
    }
    
    section.section_features .contents .box:nth-child(even) .picture {
        order: -1;
    }
    
    section.section_features .contents .box .text_box {
        width: 100%;
    }
    
    section.section_features .contents .box .text_box .paint img {
        width: 60vw;
    }
    
    section.section_features .contents .box:nth-child(1) .text_box .paint {
        top: -25vw;
        left: auto;
        right: -20vw;
    }
    
    section.section_features .contents .box:nth-child(2) .text_box .paint {
        top: -25vw;
        left: auto;
        right: -20vw;
    }
    
    section.section_features .contents .box:nth-child(3) .text_box .paint {
        top: -25vw;
        left: auto;
        right: -20vw;
    }
    
    section.section_features .contents .box:nth-child(4) .text_box .paint {
        top: -25vw;
        left: auto;
        right: -20vw;
    }
    
    section.section_features .contents .box .text_box .title_box {
        gap: 5vw;
        margin-bottom: 6vw;
    }
    
    section.section_features .contents .box .text_box .title_box .num {
        font-size: 11vw;
    }
    
    section.section_features .contents .box .text_box .title_box .num:after {
        display: none;
    }
    
    section.section_features .contents .box .text_box .title_box .title {
        font-size: 4.5vw;
    }
    
    section.section_features .contents .box .text_box .lead {
        font-size: 3.5vw;
    }
    
    section.section_reviews {
        padding: 20vw 0;
    }
    
    section.section_reviews .contents {
        padding: 8vw 4vw 4vw;
        margin-bottom: 8vw;
    }
    
    section.section_reviews .contents .lead {
        margin-bottom: 4vw;
        font-size: 3.4vw;
        letter-spacing: 0;
    }
    
    section.section_reviews .contents ul {
        height: 100vw;
        padding: 4vw;
        gap: 4vw;
    }
    
    section.section_reviews .contents ul li {
        padding: 4vw;
    }
    
    section.section_reviews .contents ul li + li {
        margin-top: 0;
    }
    
    section.section_reviews .contents ul li .head_box {
        padding-bottom: 3vw;
        margin-bottom: 3vw;
        gap: 0;
    }
    
    section.section_reviews .contents ul li .head_box .name {
        font-size: 4vw;
        width: 100%;
    }
    
    section.section_reviews .contents ul li .head_box .name small {
        font-size: 3vw;
        display: block;
    }
    
    section.section_reviews .contents ul li .head_box .star {
        font-size: 4vw;
    }
    
    section.section_reviews .contents ul li .bottom_box .text {
        font-size: 3.2vw;
    }
    
    section.section_reviews .contents .attention {
        font-size: 3vw;
    }
    
    section.section_menu {
        padding: 20vw 0;
    }
    
    section.section_menu .contents {
        padding: 7vw;
    }
    
    section.section_menu .contents .grid_box {
        grid-template-columns: repeat(1, 1fr);
        gap: 10vw;
        margin-bottom: 15vw;
    }
    
    section.section_menu .contents .grid_box .box .title_box {
        margin-bottom: 5vw;
        padding-bottom: 4vw;
    }
    
    section.section_menu .contents .grid_box .box .title_box:before {
        width: 6vw;
    }
    
    section.section_menu .contents .grid_box .box .title_box .en {
        font-size: 7vw;
    }
    
    section.section_menu .contents .grid_box .box table {
        border-spacing: 0 2vw;
    }
    
    section.section_menu .contents .grid_box .box table th {
        font-size: 3vw;
    }
    
    section.section_menu .contents .grid_box .box table td {
        padding-left: 2em;
    }
    
    section.section_menu .contents .attention {
        font-size: 3vw;
        margin-bottom: 10vw;
    }
    
    .common_view_more {
        width: 60vw;
    }
    
    .common_view_more a {
        line-height: 12vw;
    }
    
    .common_view_more.blank a  {
        padding-right: 5vw;
        background-size: 5vw;
    }
    
    .common_view_more .accent {
        font-size: 5vw;
    }
    
    .common_view_more .accent.left {
        left: -3.4vw;
    }
    
    .common_view_more .accent.right {
        right: -3.4vw;
    }
    
    .common_view_more .accent.bottom {
        bottom: -1vw;
    }
    
    section.section_staff ul {
        display: block;
        white-space: nowrap;
        overflow: scroll;
    }

    section.section_staff ul li {
        display: inline-block;
        width: 65vw;
        white-space: initial;
        vertical-align: top;
    }

    section.section_staff ul li + li {
        margin-left: 3vw;
    }
    
    section.section_staff ul li .image {
        height: 80vw;
        margin-bottom: 4vw;
    }
    
    section.section_staff ul li .text_box .name {
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    
    section.section_staff ul li .text_box .instagram img {
        width: 4vw;
    }
    
    section.section_salon {
        padding: 20vw 0;
    }
    
    section.section_salon .flex_box {
        display: block;
    }
    
    section.section_salon .image {
        width: 100%;
        margin-bottom: 5vw;
    }
    
    section.section_salon .text_box {
        width: 100%;
    }
    
    section.section_salon .text_box table td {
        font-size: 3.2vw;
    }

    section.section_salon .text_box table td a {
        color: initial;
    }
    
    section.section_access .map {
        margin-bottom: 10vw;
    }
    
    section.section_access .map iframe {
        height: 60vw;
    }
    
    section.section_faq {
        padding: 20vw 0;
    }
    
    section.section_faq .common_title_box {
        margin-bottom: 10vw;
    }
    
    section.section_faq .contents dl + dl {
        margin-top: 7vw;
    }
    
    section.section_faq .contents dl dt {
        padding-left: 10vw;
        padding-bottom: 4vw;
        margin-bottom: 5vw;
        padding-right: 5vw;
    }
    
    section.section_faq .contents dl dt:after {
        font-size: 6vw;
        right: 0;
        top: 30%;
    }
    
    section.section_faq .contents dl dt:before {
        font-size: 6vw;
        left: 0;
        top: 0;
    }

    section.section_faq .contents dl dd:before {
        display: none;
    }
    
    section.section_faq .contents dl dt .title {
        font-size: 3.8vw;
    }
    
    section.section_faq .contents dl dd {
        padding: 4vw;
        font-size: 3.2vw;
    }
    
    section.section_last {
        padding-bottom: 20vw;
    }
    
    section.section_last .slider_box ul li {
        width: 35vw;
        height: 35vw;
    }
    
    section.section_last .contents {
        padding-top: 20vw;
    }
    
    section.section_last .contents .flex_box {
        display: block;
    }

    section.section_last .contents .logo {
        text-align: center;
        margin-bottom: 6vw;
    }

    section.section_last .contents .logo img {
        width: 40vw;
    }

    section.section_last .contents .text_box {
        text-align: center;
    }
    
    section.section_last .contents .text_box .catch {
        font-size: 6vw;
        margin-bottom: 7vw;
    }
    
    footer#main_footer {
        padding-top: 0;
        padding-bottom: 0;
        background: none;
    }

    footer#main_footer .bottom_box {
        background: url(./image/marble.webp) no-repeat;
        background-size:cover;
        background-position: center;
        padding-bottom: 35vw;
        padding-top: 20vw;
    }
    
    footer#main_footer .wrap {
        max-width: 100%;
    }
    
    footer#main_footer .contact_box {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        padding: 12vw 6vw 16vw 6vw;
        transform: translateX(0);
        margin: 0 auto;
    }
    
    footer#main_footer .contact_box .common_title_box {
        margin-bottom: 10vw;
    }
    
    footer#main_footer .contact_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 8vw;
    }
    
    footer#main_footer .contact_box ul li:nth-child(2):before,
    footer#main_footer .contact_box ul li:nth-child(2):after {
        display: none;
    }
    
    footer#main_footer .contact_box ul li .icon {
        width: 23vw;
        height: 23vw;
        margin: 0 auto 4vw;
        position: relative;
        display: none;
    }

    footer#main_footer .contact_box ul li .icon.web img {
        width: 45%;
    }

    footer#main_footer .contact_box ul li .icon.line img {
        width: 45%;
    }

    footer#main_footer .contact_box ul li .icon.tel img {
        width: 30%;
    }
    
    footer#main_footer .contact_box ul li .title {
        font-size: 4vw;
        margin-bottom: .8em;
    }
    
    footer#main_footer .contact_box ul li .time {
        font-size: 3vw;
        margin-top: 1em;
    }
    
    footer#main_footer .logo {
        margin-bottom: 10vw;
    }

    footer#main_footer .logo img {
        transform: translateX(-4vw);
    }
    
    footer#main_footer .logo img {
        width: 45%;
    }
    
    footer#main_footer .instagram {
        margin-bottom: 10vw;
    }
    
    footer#main_footer .instagram img {
        width: 6vw;
    }
    
    footer#main_footer .footer_nav ul {
        gap: 3vw;
        margin: 0 auto 10vw;
        padding: 0 5vw 3vw;
    }
    
    footer#main_footer .footer_nav ul li a {
        font-size: 3.4vw;
    }
    
    footer#main_footer .copyright small {
        font-size: 3vw;
    }
    
    .loading .logo_icon {
        margin-bottom: 4vw;
    }

    .loading .logo_icon svg {
        width: 40vw;
    }
    
    .loading .logo_text img {
        width: 30vw;
    }

    .contact_fixed_bottom {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #D3BBBB;
        padding-top: 3vw;
    }

    .contact_fixed_bottom .title {
        text-align: center;
        font-size: 4vw;
        color: #fff;
        width: fit-content;
        margin: 0 auto 3vw auto;
        padding-left: 8vw;
        background: url(./image/icon_calendar.svg) no-repeat;
        background-size: 5vw;
        background-position: 0;
    }

    .contact_fixed_bottom ul {
        display: flex;
    }

    .contact_fixed_bottom ul li.web {
        width: 50%;
    }

    .contact_fixed_bottom ul li.line,
    .contact_fixed_bottom ul li.tel {
        width: 25%;
    }

    .contact_fixed_bottom ul li a {
        display: block;
        background: #f1f1f1;
        line-height: 12vw;
        color: #333;
        position: relative;
        padding-left: 4vw;
        border-right: 1px solid #ccc;
        font-family: "Cormorant", serif;
        font-size: 4vw;
    }

    .contact_fixed_bottom ul li:last-child a {
        border-right: none;
    }

    .contact_fixed_bottom ul li a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 3vw;
        width: 1.5vw;
        height: 1.5vw;
        margin: auto;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
        box-sizing: border-box;
    }

    .contact_fixed {
        width: 20vw;
        right: 8vw;
        top: 8vw;
    }
    
    .contact_fixed a {
        width: 100%;
        height: 20vw;
        font-size: 3vw;
    }
    
    .contact_fixed .text {
        width: 24vw;
    }

    body.single-post #content,
    body.archive #content {
        padding-top: 30px;
        padding-bottom: 0;
    }


}