@charset "utf-8";

html {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    color: #4a3a2c;
    line-height: 1.8;
    letter-spacing: 1px;
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.txt {
    line-height: 1.8;
}
@media (max-width: 599px) {
    .txt {
        font-size: 14px;
    }
}

:root {
    --color01: #4a3a2c;
    --color02: #f6f3ef;
    --color03: #e7e2dc;
    --radius: 20px;
    --famiry: "Noto Serif JP", serif;
    --famiry02: "Playfair Display", serif;
}

/*===================================
  基本設定
===================================*/

/* indent-cmn */
.indent-cmn-01 {
    padding-left: 1em;
    text-indent: -1em;
}

/* テキスト改行 */
.w-txt {
    overflow-wrap: anywhere;
    word-break: keep-all;
}

[class*="deco_"] {
    display: inline-block;
    position: absolute;
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
    --section-xlarge: 150px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

.section-my-xlarge {
    margin-top: var(--section-xlarge);
    margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-top: var(--section-large);
    margin-bottom: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-top: var(--section-medium);
    margin-bottom: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-top: var(--section-small);
    margin-bottom: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-top: var(--section-xsmall);
    margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.8);
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.8);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.8);
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.8);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.8);
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.8);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.6);
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.6);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.6);
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.6);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.6);
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.6);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

.section-py-xlarge {
    padding-top: var(--section-xlarge);
    padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-top: var(--section-large);
    padding-bottom: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-top: var(--section-medium);
    padding-bottom: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-top: var(--section-small);
    padding-bottom: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.8);
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.8);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.8);
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.8);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.8);
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.8);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.6);
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.6);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.6);
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.6);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.6);
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.6);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

/* =========================
ここからヘッダー
============================ */
.h1-text {
    display: none;
}

main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.wrapper {
    position: relative;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.5em;
    padding-left: 4em;
    padding-right: 4em;
    transition: all 0.4s ease;
}

.header .contents .right .hlist01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .contents .right .hitem01 a {
    padding: 0.7em;
}

.hitemmin {
    display: block;
}

.hlist02 {
    width: 300px;
    visibility: hidden;
    text-align: center;
    background: rgb(255 255 255 / 85%) content-box;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 200;
}

.hitem02 a {
    display: block;
    padding: 1em;
    position: relative;
}

.hitem02 a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    top: 30px;
    left: 20px;
}

.hlist02 .hitem02 {
    border-bottom: 2px dotted #fff;
}

.hlist02 .hitem02:last-child {
    border-bottom: none;
}

.hlist01 .hitem01.up-pos-rel:hover .hlist02 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.right {
    margin-left: auto;
}

/* ハンバーガーメニュー */
.hamburger {
    width: 50px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-top: 1em; */
    margin-left: 3em;
    cursor: pointer;
}

.ham-line {
    height: 1px;
    display: block;
    background-color: var(--color01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ham-line:nth-child(1) {
    width: 100%;
}

.ham-line:nth-child(2) {
    width: 60%;
}

.ham-line:nth-child(3) {
    width: 100%;
}


body.drawer-active .ham-line:nth-child(1) {
    width: 100%;
    -webkit-transform: translateY(11.5px) rotate(45deg);
    transform: translateY(11.5px) rotate(45deg);
}

body.drawer-active .ham-line:nth-child(2) {
    width: 0;
    opacity: 0;
}

body.drawer-active .ham-line:nth-child(3) {
    width: 100%;
    -webkit-transform: translateY(-11.5px) rotate(-45deg);
    transform: translateY(-11.5px) rotate(-45deg);
}
.hamburger:hover .ham-line:nth-child(2) {
    width: 100%;
}

body.drawer-active .hamburger:hover .ham-line:nth-child(2) {
    width: 0;
}

.is-drawer-only,
.gnav-left,
.gnav-right-logo,
.gnav-btn-group,
.overlay {
    display: none;
}

body.drawer-active .is-drawer-only,
body.drawer-active .gnav-left,
body.drawer-active .gnav-right-logo,
body.drawer-active .gnav-btn-group {
    display: block !important;
}
body.drawer-active .gnav-right-logo  a {
    display: block;
}
body.drawer-active .gnav {
    width: 100%;
    height: 100vh;
    display: block !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #f1ede4 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
body.drawer-active .header .contents .right .hitem01 a {
    padding: 0.5em;
}
body.drawer-active .gnav-inner {
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 3%;

    gap: 50px;
}


body.drawer-active .gnav-left {
    width: 60%;
    display: block;
}
.gnav-info-img img {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 40px;
    border: 1px solid #dcd7cc;
    border-radius: 10px;
    aspect-ratio: 10 / 10;
    object-fit: cover;
    object-position: center;
}
.gnav-tel {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 26px;
}
.gnav-note {
    margin-bottom: 25px;
    font-size: 11px;
    color: #888;
}
.gnav-address,
.gnav-access {
    margin-bottom: 12px;
    font-size: 14px;
}
.gnav-maps-link {
    font-size: 14px;
}

body.drawer-active .gnav-right {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}


.gnav-tel {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
}
.gnav-note {
    margin-bottom: 20px;
    font-size: 11px;
    color: #888;
}
.gnav-address,
.gnav-access {
    margin-bottom: 10px;
    font-size: 13px;
    font-style: normal;
    line-height: 1.6;
}
.gnav-maps-link {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

body.drawer-active .gnav-right {
    width: 50% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body.drawer-active .gnav-right-logo img {
    width: 90px;
    margin-bottom: 30px;
}

body.drawer-active .nav-list {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
}

body.drawer-active .nav-list .hitem01 {
    width: 50% !important;
    margin-bottom: 15px;
    position: relative;
}

body.drawer-active .nav-list .hitem01.up-pos-rel {
    width: 100% !important;
}

body.drawer-active .nav-list .hitem01>a {
    display: inline-block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}
/* body.drawer-active .header .contents .right .hitem01 a {
    text-align: left;
} */

body.drawer-active .hlist01 .hitem01 .hlist02 .hitem02 a::before {
    content: none;
    display: none;
}
body.drawer-active .hlist01 .hitem01 .hlist02 .hitem02 a {
    margin-left: 2em;
    text-align: start;
}
body.drawer-active .hlist01 .hitem01 .hlist02 {
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    margin: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: static !important;
    transition: none;
}

body.drawer-active .hitem02 {
    width: 100%;
    margin-bottom: 5px;
}

body.drawer-active .hitem02 a {
    padding: 2px 0;
    font-weight: normal;
    color: #4a3a2c;
}

body.drawer-active .hitemmin {
    display: inline;
    font-size: 11px;
    color: #888;
}
.hlist02 .hitem02 {
    border-bottom: none;
}

.gnav-btn-dark a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 18px 20px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    background-color: #3e332a;
}

.btn-arrow {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #3e332a;
    border-radius: 50%;
    background-color: #fff;
}

.btn-subtext {
    margin-bottom: 20px;
    font-size: 10px;
    color: #666;
    line-height: 1.5;
}

.hamburger {
    position: relative;
    z-index: 1000;
}
.gnav-sns-group {
    display: none;
}

body.drawer-active .gnav-sns-group {
    width: 100%;
    display: block;
    margin-top: 30px;
}

body.drawer-active .sns-label {
    margin-bottom: 12px;
    font-size: 10px;
    color: #888;
    letter-spacing: 0.1em;
}

body.drawer-active .sns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 12px;
}

body.drawer-active .sns-item {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

body.drawer-active .sns-item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

body.drawer-active .sns-item a img {
    height: auto;
    display: block;
}

body.drawer-active .sns-item:hover {
    border-color: #3e332a;
}

body.drawer-active {
    overflow: hidden;
}

body.drawer-active .gnav {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
}


.header {
    -webkit-transition: background-color 0.3s, -webkit-transform 0.4s ease-in-out;
    transition: background-color 0.3s, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, background-color 0.3s;
    transition: transform 0.4s ease-in-out, background-color 0.3s, -webkit-transform 0.4s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


body.drop .header {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


body.rising .header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


body.drawer-active .header {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}



.h1 {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, margin 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, margin 0.3s ease, visibility 0.3s ease;
}

body.scrolled .h1,
body.fixed.rising .h1,
body.fixed.drop .h1{
    height: 0;
    visibility: hidden;
    overflow: hidden;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    opacity: 0;
}
body.scrolled .header,
body.fixed.rising .header,
body.fixed.drop .header{
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}


@media (max-width: 1024px) {
    .header .contents {
      padding-top: 1em;
      align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hlist01:not(body.drawer-active .hlist01) {
        display: none !important;
    }
    body.drawer-active .gnav-inner {
        padding: 60px 5% !important;
    }

    body.drawer-active .gnav-left {
        width: 45% !important;
    }

    body.drawer-active .gnav-right {
        width: 50% !important;
    }

    .gnav-tel {
        font-size: 20px;
    }
    body.drawer-active .hlist01 .hitem01 .hlist02 .hitem02 a {
        margin-left: 0;
    }
}

@media (max-width: 599px) {
    body.drawer-active .gnav-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 80px 15px !important;
    }

    body.drawer-active .gnav-left {
        width: 100% !important;
        text-align: center;
    }

    body.drawer-active .gnav-info-img {
        display: none;
    }

    .gnav-tel {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .gnav-address,
    .gnav-access {
        margin-bottom: 5px;
        font-size: 12px;
    }

    body.drawer-active .gnav-right {
        width: 100% !important;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    body.drawer-active .gnav-right-logo img {
        width: 90px;
        margin: 0 auto 30px;
    }

    body.drawer-active .nav-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px !important;
        text-align: center;
    }

    body.drawer-active .nav-list .hitem01 {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    body.drawer-active .nav-list .hitem01>a {
        font-size: 16px !important;
    }

    body.drawer-active .hlist02 {
        padding: 5px 0 !important;
    }

    body.drawer-active .gnav-btn-group {
        width: 100%;
        max-width: 320px;
    }

    .gnav-btn-dark {
        padding: 15px 20px;
    }

    body.drawer-active .sns-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    body.drawer-active .sns-label {
        text-align: center;
    }
    .btn-subtext {
        text-align: center;
    }
}
/* --------------------
ヘッダーここまで
----------------------- */

/* --------------------
ここからfooter
----------------------- */
footer {
    border-top: 1px solid #e8e3dc;
    background: #fff;
}

.footer-main {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin: 0 auto;
    padding: 30px 40px;
    border-bottom: 1px solid #e8e3dc;

    gap: 44px;
}

.footer-logo-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}

.footer-logo-mark {
    margin-bottom: 2px;
    font-size: 58px;
    line-height: 1;
}

.footer-brand {
    margin-bottom: 18px;
    letter-spacing: 0.44em;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-top: 50px;

    gap: 12px;
}

.footer-logo a {
    width: 100%;
    display: block;
}

.footer-logo img {
    width: 100px;
}

.social-icon {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #555;
    border: 1px solid #666;
    -webkit-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.social-icon svg {
    width: 13px;
    height: 13px;
}

.social-ameba {
    padding: 4px 8px;
    font-size: 10px;
    color: #555;
    line-height: 1;
    letter-spacing: 0.04em;
    border: 1px solid #666;
    -webkit-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.social-ameba:hover {
    color: #fff;
    border-color: #333;
    background: #333;
}

/* ナビ3列 */
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;

/* justify-content: space-around; */

    gap: 44px;
}

.footer-nav-col ul {
    list-style: none;
}

.footer-nav-col ul li {
    margin-bottom: 9px;
    margin-left: 1em;
}

.a-tit a {
    width: 100%;
    display: block;
    margin-bottom: 9px;
}

/* ─ セクション2: 住所・営業時間・MAP ─ */
.footer-info {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin: 0 auto;
    padding: 40px 40px 44px;
    border-bottom: 1px solid #e8e3dc;

    gap: 48px;
}

.footer-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 28px;
}

/* 地図 */
.footer-map-col {
    width: 100%;
    height: 300px;
}

.map-wrap {
    width: 100%;
    height: 100%;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

/* ─ コピーライト ─ */
.footer-bottom .copy-right {
    padding: 2em 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #3c3a37;
}

/* -------------------
footerここまで
---------------------- */

/* ------------------
tit aタグ 共通要素
--------------------- */
.main-tit {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 40px;
}

.tit-deco {
    display: block;
    padding-left: 3em;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.tit-deco::before {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    background-color: #555;
    position: absolute;
    top: 16px;
    left: 0;
}

/* ボタン */
.button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 30px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #4a3c31;
    border-radius: 50px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 var(--color01);
    box-shadow: 4px 4px 0 var(--color01);
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    position: relative;

    gap: 20px;
    will-change: transform;
}

.button a .fa-chevron-right {
    font-size: 0.9rem;
    position: relative;
    top: -1px;
}

.button a:hover {
    -webkit-box-shadow: 0px 0px 0 rgba(74, 60, 49, 0);
    box-shadow: 0px 0px 0 rgba(74, 60, 49, 0);
    opacity: 1;
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
}

.thin-tit {
    font-weight: 400;
}

/* ---------------------
共通要素ここまで
------------------------ */

/* ---------------------
ここからメインビジュアル
------------------------ */
.main-visual {
    height: 95vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.main-img {
    width: 70%;
    max-width: 1000px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.main-img .img img {
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
    aspect-ratio: 13 / 9;
    object-fit: cover;
    object-position: center;
}

.main-visual::after {
    content: "";
    width: 55%;
    height: 95%;
    display: block;
    border-bottom-right-radius: var(--radius);
    background-color: var(--color02);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}

.catch {
    font-weight: 500;
    font-size: 48px;
    text-shadow: 0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 34%;
    z-index: 10;
}

.sub-catch {
    display: block;
    font-size: 20px;
    text-shadow: 0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff;
}

.scroll {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 200px;
    left: 100px;
}

.scroll::before {
    content: "";
    width: 1px;
    height: 100px;
    margin: auto;
    background-color: #000;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
    position: absolute;
    bottom: -115px;
    left: 0;
    right: 0;
    z-index: 2;
}

.scroll::after {
    content: "";
    width: 1px;
    height: 100px;
    margin: auto;
    background-color: #ccc;
    position: absolute;
    bottom: -115px;
    left: 0;
    right: 0;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    51% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    100% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    51% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    100% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
}

/* メインビジュアル　スワイパー */
.slider-container {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

.top-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-pagination {
    width: 100% !important;
    margin-top: 15px;
    text-align: left !important;
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 10px !important;
    border: 1px solid #333;
    background: transparent;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #333;
}

.swiper-slide {
    cursor: default !important;
}

/* スワイパーここまで */
/* メインビジュアルここまで */

/* conseptここから */
.concept-left .pic {
    width: 400px;
    margin-left: -40%;
}

.concept-right .pic {
    width: 500px;
}

.concept-left .pic02 {
    width: 300px;
    margin-top: 70px;
    margin-left: 25px;
}

.concept-left .pic .img img,
.concept-left .pic02 .img img,
.concept-right .pic .img img {
    border-radius: var(--radius);
}

.concept-wrap {
    display: grid;

    gap: 30px;
    grid-template-columns: 20rem auto 20rem;
}

.concept-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.concept-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* conceptここまで */

/* aboutここから */
.about {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

.about::before {
    content: "";
    width: 90%;
    height: 750px;
    display: block;
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    background-color: var(--color03);
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -10;
}

.custom-horizontal-section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    position: relative;
    z-index: 10;

    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.custom-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    padding-left: 10vw;
    -webkit-transition: none !important;
    transition: none !important;

    will-change: transform;
}

.custom-slide {
    width: 830px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 50px;
}

.card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.card-txt {
    width: 460px;
    padding: 2em;
    border-radius: var(--radius);
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.card-txt .tit {
    font-size: 24px;
    line-height: 1.2;
}

.tit-num {
    margin-right: 10px;
    font-family: var(--famiry02);
    font-size: 40px;
}

.card-item .card-img {
    width: 400px;
    margin-top: -50px;
    margin-left: -30px;
    z-index: 1;
}

.card-item .card-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--radius);
}

.custom-pagination {
    width: 60%;
    height: 1px;
    overflow: visible;
    margin: 60px auto 0;
    background: #d1cbc5;
    position: relative;
}

.custom-pagination::after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color01);
    -webkit-transform: scaleX(var(--progress, 0));
    transform: scaleX(var(--progress, 0));
    -webkit-transform-origin: left;
    transform-origin: left;
    position: absolute;
    top: -0.5px;
    left: 0;

    will-change: transform;
}

.about .inner1200 {
    margin-bottom: 60px !important;
}

/* aboutここまで */

/* style galleryここから */
.sw-patern01 {
    margin-bottom: 50px;
    padding-left: 10%;
}

.sw-patern01 .contents {
    width: 100%;
    padding: 10px 0 50px 100px;
    border-radius: 20px 0 0 20px;
    background: var(--color02);
}

.sw-patern01 .contents>div:first-child {
    width: 85%;
}

.style-gallery-swiper,
.staff-swiper,
.instagram-swiper {
    overflow: visible;
}

.style-gallery-swiper .swiper-slide,
.staff-swiper .swiper-slide,
.instagram-swiper .swiper-slide {
    width: 200px;
    margin-right: 20px;
}

.style-gallery-swiper .swiper-slide img,
.staff-swiper .swiper-slide img,
.instagram-swiper .swiper-slide img {
    border-radius: var(--radius);
}

.style-gallery-swiper .swiper-slide .block-txt,
.staff-swiper .swiper-slide .block-txt,
.instagram-swiper .swiper-slide .block-txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.style-gallery-swiper a:hover,
.staff-swiper a:hover,
.instagram-swiper a:hover {
    opacity: 1;
}

.style-gallery-swiper a:hover .block-txt,
.staff-swiper a:hover .block-txt,
.instagram-swiper a:hover .block-txt {
    visibility: visible;
    opacity: 1;
}

.style-gallery-swiper a:hover .img,
.staff-swiper a:hover .img,
.instagram-swiper a:hover .img {
    opacity: 0.5;
}

.style-gallery-swiper .swiper-wrapper,
.staff-swiper .swiper-wrapper,
.instagram-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

/* justify-content: space-between; */
    margin-bottom: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    position: relative;
    z-index: 1;
}

.tag02>span {
    margin: 0 2px 1px 0;
    padding: 1px 10px;
    font-size: 12px;
    border: #95908b 1px solid;
    border-radius: 3px;
    background-color: transparent;
}

.cat02 {
    width: calc(100% - 82px);
}

/* style-galleryここまで */

/* staffここから */
.sw-patern01.staff .contents {
    background: none;
}

.staff-swiper-slide,
.style-swiper-slide {
    width: 280px !important;
}

/* staffここまで */

/* Instagramここから */
.sw-patern02 .contents {
    width: 85%;
    padding: 60px 0 100px 10%;
    border-radius: 0 20px 20px 0;
    background: var(--color03);
    position: relative;
}


.instagram-swiper {
    width: 100%;
    max-width: 1260px;
    overflow: hidden;
    margin-right: -90px;
}

.style-swiper-pagination,
.staff-swiper-pagination,
.instagram-swiper-pagination {
    width: 100% !important;
    height: 1px !important;
    display: block !important;
    overflow: hidden;
    margin-top: 30px !important;
    background: #e0e0e0 !important;
    position: relative !important;
    top: auto !important;
    z-index: 10;
}

.style-swiper-pagination .swiper-pagination-progressbar-fill,
.staff-swiper-pagination .swiper-pagination-progressbar-fill,
.instagram-swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--color01) !important;
}


/* ここまで */

/* WOMAN SUPPORTここから */
.woman {
    padding: 30px 20px;
    background: var(--color02);
}

.woman .inbox {
    gap: 30px;
}

.woman-inner {
    width: 60%;
}

.woman .btn-box {
    margin-top: 50px;

    gap: 30px;
}

.woman .button {
    width: 250px;
}

.woman .button a {
    width: 100%;
    padding: 1em;
}

.button02 a {
    color: #fff;
    background-color: var(--color01);
    -webkit-box-shadow: 4px 4px 0 #9d9995;
    box-shadow: 4px 4px 0 #9d9995;
}

.woman-img {
    width: 40%;
}

.woman-img .pic img {
    border-radius: 20px;
}

/* ここまで */
/* ここからSALON MOVIE */
.youtube-content {
    overflow: hidden;
    margin: auto;
    padding-top: 50%;
    position: relative;
}

.youtube-content iframe {
    width: 90%;
    max-width: initial;
    height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* ここまでSALON MOVIE */
/* ここからRECRUIT */
.top-recruit-list .list-item {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.top-recruit-list .list-item .bubble {
    width: 100%;
    padding: 26px 16px 22px;
    border: 2px solid #3f3636;
    border-radius: 7px;
    background: var(--color02);
    position: relative;
}

.top-recruit-list .list-item .bubble::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid #3f3636;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -12px;
    left: 50%;
    z-index: 2;
}

.top-recruit-list .list-item .bubble::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid #3f3636;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: -14px;
    left: 50%;
    z-index: 1;
}

.top-recruit-list {
    gap: 30px;
}

.top-recruit-list .list-item .txt {
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
}

.rcruit {
    overflow: hidden;
    position: relative;
}

.rcruit .content {
    padding: 35px 0;
    position: relative;
    z-index: 2;
}

.bg {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.bg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: top center;";
}

.bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
    left top, right top,
    from(rgba(235, 226, 213, 0.6)),
    color-stop(25%, rgba(235, 226, 213, 0.85)),
    color-stop(50%, rgba(240, 230, 215, 85%)),
    to(rgba(240, 230, 215, 1)));
    background: linear-gradient(to right,
    rgba(235, 226, 213, 0.6) 0%,
    rgba(235, 226, 213, 0.85) 25%,
    rgba(240, 230, 215, 85%) 50%,
    rgba(240, 230, 215, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.button03 a {
    background-color: var(--color02);
}

.bubble .en {
    font-weight: 600;
    font-size: 20px;
}

.bubble .js {
    font-size: 18px;
}

/* ここまでRECRUIT */
/* ここからPRODUCT */
.product-content {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-left: auto;
    padding-right: 2em;
}

.product {
    overflow: hidden;
    position: relative;
}

.product .content {
    padding: 5em 0;
    position: relative;
    z-index: 2;
}

.bg02 {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.bg02 img {
    width: 60%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: contain; object-position: top center;";
    border-radius: 10px;
}

.bg02:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -webkit-gradient(linear,
    left top, right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0)),
    color-stop(55%, rgba(252, 250, 248)),
    color-stop(65%, rgba(252, 250, 248, 1)),
    to(rgba(252, 250, 248, 1)));
    background: linear-gradient(to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(252, 250, 248) 55%,
    rgba(252, 250, 248, 1) 65%,
    rgba(252, 250, 248, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* ここまでPRODUCT */
/* ここからNEWS＆BLOG */
.and {
    font-family: var(--famiry);
}

.cat01 {
    width: calc(100% - 90px);
}

.tag>span {
    margin: 0 2px 1px 0;
    padding: 1px 10px;
    font-size: 12px;
    border: #e7e2dc 1px solid;
    border-radius: 3px;
    background-color: transparent;
}

.new-item a,
.blog-item a {
    width: 100%;
    display: block;
}

.blog-left {
    width: 90px;
    padding-right: 10px;
}

.blog-right {
    width: calc(100% - 90px);
}

.blog-left .pic img {
    border-radius: 10px;
}

.newsblog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new-item,
.blog-item {
    padding: 20px 0;
    border-bottom: 1px solid var(--color03);
}

.new-item:first-child,
.blog-item:first-child {
    border-top: 1px solid var(--color03);
}

.newsblog-recommend {
    background-color: var(--color02);
}

/* ここまでNEWS＆BLOG */

/* ここからvoice */
.voice {
    padding: 5em 0 8em 0;
    background-color: var(--color03);
}

.voice-left {
    width: 250px;
    margin-right: 20px;
}

.voice-right {
    width: calc(100% - 90px);
}

.voice-left .pic img {
    border-radius: 10px;
}

.voice-box {
    width: 480px !important;
    padding: 2em 1em;
    border-radius: 10px;
    background-color: #fff;
}

.swiper-voice {
    width: 80%;
    overflow: visible;
}

.swiper-horizontal>.swiper-scrollbar {
    width: 700px !important;
    max-width: 80% !important;
    height: 2px !important;
    margin: 70px auto 0 !important;
    background-color: #d1cdc9 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 600px !important;
    max-width: 80% !important;
    height: 2px !important;
    margin: 70px auto 0 !important;
    background-color: #d1cdc9 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

/* ここまでvoice */
/* ここからcontact */
.content-area {
    padding: 4em 0 4em 7em;
    border-radius: 10px;
    background-color: var(--color02);
}

.content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-area .contact-content {
    -webkit-box-flex: 1.1;
    -ms-flex: 1.1;
    flex: 1.1;
}

.content-area .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;

    gap: 20px;
}

.content-area .left .conatct-tel,
.content-area .left .conatct-tel i {
    font-size: 27px;
}

.content-area .left .button a {
    padding: 1em;
}

/* ここまでcontact */
/* ------------------
TOPここまで
--------------------- */
/* パンくずリスト */
.breadcrumb .item {
    display: inline-block;
    font-size: 14px;
}

.breadcrumb .item:not(:last-of-type):after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.breadcrumb .item {
    display: inline-block;
    font-size: 14px;
}

.breadcrumb {
    padding-bottom: 1em;
    border-bottom: 1px solid #e8e3dc;
}

/* -----------------
ここからunder-visual
-------------------- */
.under-visual {
    overflow: hidden;

/* padding-top: 12rem;
    padding-bottom: 20px; */
    padding-top: 10rem;
    padding-bottom: 30px;
    position: relative;
}

.heading {
    /* max-width: 1200px;
    margin-left: auto;
    margin-right: 5%; */
    padding-left: 0;
    text-align: right;
    position: relative;
    z-index: 2;
}

.heading .title {
    display: inline-block;
    font-weight: 500;
    font-size: 2.5rem;
    font-size: max(2.5rem, 30px);
    line-height: 1.65;
    letter-spacing: 0.04em;
    position: relative;
}

.heading img {
    width: 300px;
    position: absolute;
    top: 60px;
    left: auto;
    right: 0;
}

.under-img {
    width: 75rem;
    max-width: 90%;
    height: auto;
    display: block;
    margin-top: 2rem;

/* margin-top: 3.125rem; */
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;

    aspect-ratio: 1312 / 400;
    margin-inline: auto;
}

.under-img .img,
.under-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.under-img::after {
    content: "";
    width: 60%;
    height: 100%;
    display: block;
    border-radius: 10px;
    background-color: var(--color02);
    position: absolute;
    top: -180px;
    left: -140px;
    z-index: -1;
}

.under-img::before {
    content: "";
    width: 80%;
    height: 120%;
    display: block;
    border-radius: 10px;
    background-color: var(--color03);
    position: absolute;
    top: -250px;

/* 高さを削った分、調整 */
    right: -10%;
    z-index: -1;
}

/* @media (max-width: 599px) {
    .under-img {
        width: 33.125rem;
        margin-top: 5.625rem;
        margin-right: auto;

        aspect-ratio: 330 / 300;
        margin-inline: inherit;
    }
} */

/* -----------------
ここまでunder-visual
-------------------- */

/* -----------------
ここからSALON INFO
-------------------- */
/* ここからconcept */
.deco_01 {
    top: -60px;
    right: 0;
    z-index: -1;
}

.deco_02 {
    bottom: -70px;
    left: 0;
    z-index: -1;
}

/* ここまでconcept */
/* ここからowner */
.owner {
    background-color: var(--color03);
}

.owner .content {
    padding: 3em 0;
}

.owner-g {
    padding: 0 2em;
}

.owner-img .pic img {
    border-radius: 10px;
}

/* ここまでowner */
/* ここからinformation */
.information {
    background-color: var(--color02);
}

.information-item .item-tit {
    font-weight: bold;
}

.information-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    gap: 30px;
}

.information-img {
    width: 40rem;
    height: auto;
    margin-top: -30px;
    margin-right: calc(50% - 50vw);
}

.information-img .pic img {
    border-radius: 10px;
}

.information-item .item-tit {
    padding: 0.3em 0;
    color: #333;
    border-bottom: solid 3px #d1cbc5;
    position: relative;
}

.information-item .item-tit::after {
    content: "";
    width: 30%;
    display: block;
    border-bottom: solid 3px var(--color01);
    position: absolute;
    bottom: -3px;
}

.information-item .item01 {
    padding: 1em 0 1em 0.5em;
}

/* ここまでinformation */
/* ここからaccess */
.iframe iframe {
    width: 80%;
    max-width: initial;
    height: 100%;
    margin: auto;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* ここまでaccess */
/* ここからinterior */
.interior {
    padding-top: 30px;
    background-color: var(--color03);
}
.interior .content {
    position: relative;
    z-index: 2;
}

.deco_03 {
    top: 0;
    right: 0;
    z-index: 1;
}

/* ここまでinterior */
/* ------------------- 
ここまでSALON INFO
----------------------*/

/* ------------------
ここからmenu
--------------------- */
/* ここからページ内リンク */
.menuitem {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2px;
}

.menuitem a {
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75em 2.25em;
    line-height: 1.4;
    text-align: center;
    border: 1px solid;
    position: relative;
}

.menuitem a:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 1.1em;
}

.menuitem a:after {
    content: "";
    width: 1em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

/* ここからfirst */
.first {
    background-color: var(--color03);
    position: relative;
}
.first .content{
  position: relative;
  z-index: 2;
}
.first .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 30px;
}

.first-img {
    width: 40%;
}

.first-img .pic img {
    border-radius: 10px;
}

.btn-box02 {
    gap: 30px;
}

.deco_first01 {
    width: 200px;
    top: 20px;
    left: 0;
    z-index: 1;
}

/* ここまでfirst */
/* ここからmenu-list */
.menu-txt-tit {
    padding-right: 10px;
    font-size: 25px;
    position: relative;
}

.menu-txt-tit>span {
    display: inline-block;
    padding-right: 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.menu-txt-tit::after {
    content: "";
    width: 99%;
    height: 2px;
    display: inline-block;
    background-color: var(--color01);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    position: absolute;
    top: 49%;
    left: 1%;
}

.cmnmenulist .cmnmenuitem:nth-of-type(odd) {
    background-color: var(--color03);
}

.cmnmenulist .cmnmenuitem:nth-of-type(even) {
    background-color: var(--color02);
}

.cmnmenuitem {
    min-height: 8.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 1.5em;
}

.cmnmenuitem .price {
    width: 12em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 2em;
    border-left: 2px solid;
}

.fc02 {
    color: var(--color01);
}

/* ここまでmenu-list */
/* ------------------
ここまでmenu
--------------------- */

/* -----------------
ここからCUT
--------------------- */
/* ここからabout02 */
.about02-item-tit {
    margin-bottom: 10px;
    padding: 0.5em 1em;
    position: relative;
}

.about02-item-tit::before {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--color03);
    position: absolute;
    bottom: 0;
    left: 0;
}

.about02-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about02-list .item .left {
    width: 60%;
}
.about02-list03 .item .left {
    width: 60%;
}

.about02-list .item .about02-right {
    width: 35%;
}

.about02-list .item+.item {
    margin-top: 50px;
}

.deco_about02 {
    top: 20px;
    right: 0;
    z-index: -1;
}

.deco_about02-left {
    top: 150px;
    left: 0;
    z-index: -1;
}

.about02-right .pic img {
    border-radius: 10px;
}

/* ここまでabout02 */
/* ここからtrouble */
.trouble {
    background-color: var(--color03);
}

.dot01 {
    padding-left: 1.5em;
    position: relative;
}

.dot01::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #4a3a2c;
    position: absolute;
    top: 2px;
    left: 0;
}

.trouble .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.troble-img {
    width: 48%;
}
.troble-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    border-radius: 10px;
}

.troble-content {
    width: 48%;
}

.troble-tit {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    border-bottom: var(--color01) solid 1px;
}

.trouble .tit {
    background-color: var(--color02);
    position: relative;
}
.trouble .tit .main-tit {
    width: 98%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.trouble .tit::before,
.trouble .tit::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: var(--color02);
    position: absolute;
}

.trouble .tit::before {
    top: -10px;
    left: 0;
}

.trouble .tit::after {
    bottom: -10px;
    left: 0;
}

.deco_quarity {
    top: 35px;
    left: 0;
    z-index: -1;
}

/* ここまでtrouble */
/* ここからdesign */
.design {
    background-color: var(--color03);
}
.design .inner1200 {
    position: relative;
    z-index: 2;
}

.deco_design {
    top: 0;
    right: 5px;
    z-index: 1;
}

.about02-list {
    position: relative;
    z-index: 10;
}

.design-tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: var(--color01) 1px solid;
}

/* ここまでdesign */
/* -----------------
ここまでCUT
--------------------- */

/* -----------------
ここからCOLOR
--------------------- */
/* ここからabout03 */
.about03 .concept-wrap {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.about03 .concept-left .pic02 {
    width: 260px;
}

/* -----------------
ここまでCOLOR
--------------------- */
/* -----------------
ここからwoman support
--------------------- */
/* ここからmessage */
.message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.message-content .txt {
    width: 55%;
}

.message-img {
    width: 40%;
}

.message-img .pic img {
    border-radius: 10px;
}

/* ここまでmessage */
/* ここからtab01 */
.tab001,
.tab002 {
    padding: 2em 4em 3em;
    border: solid 1px var(--color01);
    background-color: var(--color02);
}

.heading-tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

.num01 {
    height: 0.8em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-right: 20px;
    font-family: var(--famiry02);
    font-size: max(5.75rem, 80px);
    color: #938b83;
    line-height: 1;
    -webkit-transform: translateY(-0.2em);
    transform: translateY(-0.2em);
}

.support-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.support-content .txt {
    width: 100%;
}

.support-img {
    width: 100%;
    margin-bottom: 20px;
}

.support-img .pic img {
    border-radius: 20px;
}

.tab-item {
    display: none;
}

.tab-item:first-child {
    display: block;
}

.tab-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;

    gap: 20px;
}

.tab-btn {
    min-width: 300px;
    padding: 10px 50px;
    font-weight: 500;
    font-size: 16px;
    color: #4a3a2c;
    letter-spacing: 0.15em;
    text-align: center;
    border: 1px solid #d1c4b2;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab-btn.on {
    color: #fff;
    border-color: #4a3a2c;
    background-color: #4a3a2c;
}

.tab-btn:hover:not(.on) {
    border-color: #4a3a2c;
    background-color: #fdfaf5;
}

/* ここまでtab01 */
/* ここからtab02　タブ事態の設定は一緒 */
.change-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.change-content .box02 {
    width: 55%;
}

.change-content .change-img {
    width: 40%;
}

.change-content .change-img .pic>img {
    border-radius: 10px;
}

.change-content+.change-content {
    margin-top: 40px;
}

/* ここまでtab03 */
/* ここからtab04　タブ事態の設定は一緒 */
.tab003 {
    overflow: hidden;
    border: 1px solid var(--color01);
    position: relative;
}

.tab003-item {
    padding: 5em 3em;
    position: relative;
    z-index: 2;
}

.bg002::before {
    background: #f6f3efcf;
}
[data-element-id] .tab003-item{
  padding: 0;
  margin: 5em 3em;
}
/* ここまでtab04 */
/* ここからcase */
.case {
    background-color: var(--color03);
}

.case-item-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    font-weight: 500;
    font-size: 1.375rem;
    font-size: max(1.375rem, 18px);
    line-height: 1.6;
    letter-spacing: 0.04em;
    background-image: linear-gradient(to right, #4a3a2c 1px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;

    gap: 0.875rem;
}

.case-box {
    padding: 2em 1em;
    border-radius: 10px;
    background-color: #fff;
}

.case-item-num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 300;
    font-size: 4rem;
    color: #a59b90;
    line-height: 1;
    letter-spacing: 0em;
}

.case-box .txt {
    margin-top: 1.375rem;
    text-align: justify;
}

.case-area {
    display: -ms-grid;
    display: grid;
    position: relative;
    z-index: 2;

    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8em;
}

.case-tit {
    margin-bottom: 10px;
    padding-left: 2em;
    font-weight: bold;
    font-size: 24px;
    position: relative;
}

.case-tit::before,
.case-tit::after {
    content: "";
    border-radius: 50%;
    background: #4a3a2c;
    opacity: 0.5;
    position: absolute;
}

.case-tit::before {
    width: 1.1em;
    height: 1.1em;
    top: 0.3em;
    left: 0.2em;
    z-index: 2;
}

.case-tit::after {
    width: 0.7em;
    height: 0.7em;
    top: 0.8em;
    left: 0.8em;
}

.deco_case {
    top: 0;
    right: 0;
    z-index: 1;
}

/* ここまでcase */
/* -----------------
ここまでwoman support
--------------------- */

/* -----------------
ここからrecruit
--------------------- */
/* ここからowner-message */
.owner-message .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    border-radius: 10px;
    background-color: var(--color02);

    gap: 40px;
}

.owner-message-tit {
    padding: 2em;
}

.owner-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.split-img {
    max-width: 600px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    line-height: 0;

    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.split-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ここまでowner-message */
/* ここからWHAT YOU GET */
.case-item-tit.ver02 .case-item-num {
    color: var(--color01);
}

.case-box02 .txt {
    margin-top: 10px;
}

.get-img .pic img {
    border-radius: 10px;
}

/* ここまでWHAT YOU GET */
/* ここからOPEN POSITIONS */
.open {
    background-color: var(--color03);
}

.open-area-item {
    width: 49%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: var(--color02);
    position: relative;
    z-index: 2;
}

.open-area-item a {
    display: block;
    padding: 3em;
}

.open-area-tit {
    font-size: 24px;
}

.open-area-min {
    margin-top: 50px;
    font-weight: bold;
}

.min-line {
    padding-left: 3em;
    position: relative;
}

.min-line::before {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 11px;
    left: 15px;
}

.arrow {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    margin-left: auto;
}

.arrow i {
    margin-left: 10px;
    font-size: 12px;
}

.deco_open {
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* ここまでOPEN POSITIONS */
/* ここから募集要項 */
.recruit-item {
    width: 33%;
    border: 1px solid var(--color01);
    border-radius: 10px;
    background-color: var(--color02);
    margin-bottom: 10px;
}

.recruit-item .recruit-txt:first-of-type {
    margin-bottom: 10px;
}

.recruit-item a {
    display: block;
    padding: 2em;
}

.recruit-tit {
    margin-bottom: 20px;
    font-size: 18px;
}

.recruit-txt {
    padding-left: 5em;
    position: relative;
}

.recruit-txt-min,
.recruit-txt-min02 {
    font-size: 12px;
    line-height: 2.5;
    position: absolute;
    top: 0;
    left: 0;
}

.next {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.next i {
    display: inline-block;
    margin-left: 20px;
    padding: 4px;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    background-color: var(--color01);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.next::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #4a3a2c;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.recruit-item a:hover {
    opacity: 1;
}

.recruit-item:hover .next::after {
    width: 100%;
}

.recruit-item:hover .next i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

/* ここまで募集要項 */
/* ここからよくある質問 */
.fqa {
    background-color: var(--color03);
}

/* ここまでよくある質問 */
/* -----------------
ここまでrecruit
--------------------- */

/* -----------------
ここからeducation
--------------------- */
/* ここからINTRO */
.intro .content {
    padding: 4em 2em;
    border: 1px solid #ccc;
    background: none;
    position: relative;
}

.intro .content::after {
    content: "";
    width: 100%;
    height: 100%;
    border: none;
    background-color: #eee;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: -1;
}

/* ここまでINTRO */
/* ここから育成の考え方 */
.overview {
    background-color: var(--color02);
}

.overview-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.overview-item-tit {
    margin-bottom: 10px;
    padding-left: 2em;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

.overview-item-tit::before,
.overview-item-tit::after {
    content: "";
    border-radius: 50%;
    background: #4a3a2c;
    opacity: 0.5;
    position: absolute;
}

.overview-item-tit::before {
    width: 1.1em;
    height: 1.1em;
    top: 0.3em;
    left: 0.2em;
    z-index: 2;
}

.overview-item-tit::after {
    width: 0.7em;
    height: 0.7em;
    top: 0.8em;
    left: 0.8em;
}

.overview-item .txt {
    padding-left: 2.5em;
}

.overview-item+.overview-item {
    margin-top: 40px;
}

.overview-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

/* ここまで育成の考え方 */
/* ここからSTEP CURRICULUM */
.curriculum {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.curriculum table {
    width: 1000px;
    margin: auto;
    margin-bottom: 20px;
    border-collapse: collapse;
}

table {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-collapse: separate;
    border-color: gray;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}

.curriculum thead .year,
.curriculum thead .cate {
    border: none;
    background: none;
}

.curriculum .year {
    width: 66px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: #333;
}

.curriculum thead .year,
.curriculum thead .cate {
    border: none;
    background: none;
}

.curriculum thead .monthly {
    padding: 6px 5px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background: var(--color01);
}

.curriculum .monthly {
    width: 69.67px;
    padding: 7px 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 120%;
    text-align: center;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}

.curriculum .year {
    width: 66px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: var(--color01);
}

.curriculum .cate {
    width: 98px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background: var(--color03);
}

.curriculum tbody .monthly {
    border: 1px solid #e6e6e6;
}

.fs12 {
    font-size: 12px;
}

.fw600 {
    font-weight: 600;
}

.fs14 {
    font-size: 14px;
}

.curriculum tbody .monthly .emu {
    max-width: 85%;
    margin: auto;
}

.curriculum tbody .monthly .emu li {
    margin: 0 10px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.curriculum tbody .monthly .emu {
    max-width: 85%;
    margin: auto;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.inline_b {
    display: inline-block;
}


/* ここまでSTEP CURRICULUM */
/* ここからVOICE */
.about02-item-tit02::before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--color01);
    position: absolute;
    bottom: 0;
    left: 0;
}
.recruit-voice {
    background-color: var(--color03);
}
.recruit-voice .inner1200 {
    position: relative;
    z-index: 2;
}

.deco_recruit-voice {
    top: 0;
    right: 0;
    z-index: 1;
}

/* ここまでVOICE */
/* -----------------
ここまでeducation
--------------------- */

/* -----------------
ここからcareer
--------------------- */
/* ここからVISION */
.diagram-area {
    width: 600px;
    height: 550px;
    margin: auto;
    position: relative;
}

.circle {
    width: 350px;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3em;
    text-align: center;
    border: 1px solid #d1cfc0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
}

.circle.top {
    top: 0;
    left: 125px;
}

.circle.left {
    bottom: -40px;
    left: -38px;
}

.circle.right {
    bottom: -40px;
    right: -38px;
}

.vision-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #5d534a;
}

.vision-text {
    font-size: 14px;
    color: #5d534a;
    line-height: 1.6;
}

.dot02 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1cfc0;
    position: absolute;
}

.top .dot02 {
    top: -4px;
}

.left .dot02 {
    bottom: 50px;
    left: 42px;
}

.right .dot02 {
    bottom: 50px;
    right: 42px;
}

.vision {
    background-color: var(--color03);
}

/* ここまでVISION */
/* ここからWHY CHANGE */
.change {
    background-color: var(--color02);
}

.change-txt {
    padding: 3em 0;
    border: var(--color01) 1px dotted;
    border-radius: 10px;
    background-color: #fff;
}

/* ここまでWHY CHANGE */
/* -----------------
ここまでcareer
--------------------- */

/* -----------------
ここからcareer support
--------------------- */
/* ここからSUPPORT */
.support-item-tit {
    margin-bottom: 10px;
    padding-left: 2em;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

.support-min {
    font-family: var(--famiry02);
    font-size: 40px;
    position: absolute;
    top: -23px;
    left: 0;
}

/* ここまでSUPPORT */
/* ここからROADMAP */
.roadmap-column {
    width: 33%;
    margin-top: 20px;
    padding: 30px 20px;
    border-radius: 15px;
    background: var(--color02);
}
.roadmap-header {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}

.roadmap-header .model {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #bcaaa4;
}

.roadmap-header .roadmap-tit {
    margin: 0;
    font-size: 17px;
    color: #8d7365;
    line-height: 1.5;
}

.step-list {
    list-style: none;
    margin: 0;
    padding-left: 30px;
    position: relative;
}

.step-list::before {
    content: "";
    width: 1px;
    background-color: #e0dcd0;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 10px;
}

.step-item {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
}

.step-item::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1cfc0;
    position: absolute;
    top: 6px;
    left: -24px;
    z-index: 2;
}

.step-item:last-child {
    margin-bottom: 0;
    font-weight: bold;
    color: #8d7365;
}

@media (max-width: 599px) {
    .roadmap-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .roadmap-header {
        min-height: auto;
        margin-bottom: 20px;
    }
}

.road {
    background-color: var(--color03);
}

/* ここまでROADMAP */
/* ここからCHECK */
.check-list-box {
    padding: 40px;
    border: 1px solid var(--color03);
    border-radius: 30px;
    background-color: var(--color02);
}

.check-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(209, 207, 192, 0.3);
}

.check-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.check-icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    border: 1px solid #bcaaa4;
    border-radius: 50%;
    position: relative;
}

.check-icon::after {
    content: "";
    width: 5px;
    height: 10px;
    border-bottom: 1px solid #bcaaa4;
    border-right: 1px solid #bcaaa4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 8px;
}

.check-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 24px;
    letter-spacing: 0.05em;
}

.check-sub {
    margin-left: 10px;
    font-size: 16px;
    color: #796b67;
}

/* ここまでCHECK */
/* ここからcontact */
.btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
}

.btn-item .button {
    padding-left: 1em;
}

/* ここまでcontact */
/* -----------------
ここまでcareer support
--------------------- */

/* -----------------
ここからproduct
--------------------- */
/* ここからオンライン購入の案内 */
.buy {
    background-color: var(--color03);
}

.buy-item .tit {
    padding: 0.5em 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background-color: var(--color02);
}

.buy-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.buy-img .img a {
    display: block;
}

.buy-img .img {
    width: 45%;
}

.buy-img .img img {
    width: 150px;
}

.buy-img .img01 img {
    border: 1px solid var(--color01);
}

.happy-txt {
    text-align: start;
}

.happy-txt .txt-2 {
    background-color: #fffbf6;
    border: 1px solid var(--color01);
    padding: 0.5em;
}

.ap-tit {
    position: relative;
    border-bottom: 2px solid var(--color01);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.ap-tit .num10 {
    font-family: var(--famiry02);
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: -4px;
    left: 0;
}

.ap-tit .tit10 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 2.5em;
}

.buy-img02 {
    display: flex;
    justify-content: space-between;
}

.buy-img02 .img a {
    display: block;
}

.buy-img02 .img img {
    width: 140px;
    border: 1px solid var(--color01);
}

.buy-img02 .img .sub {
    display: block;
    text-align: center;
    font-weight: bold;
}

.life-button {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #a39689;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.life-button:hover {
    background-color: #ffffff;
    color: #a39689;
    border-color: #a39689;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.life-button::after {
    content: '→';
    position: absolute;
    right: -20px;
    opacity: 0;
    transition: all 0.4s ease;
}

.life-button:hover::after {
    right: 15px;
    opacity: 1;
}

.life-button:hover {
    padding-right: 50px;
    padding-left: 30px;
}

.next-area {
    display: none;
}

.code-item {
    border: 1px solid var(--color01);
    text-align: center;
    width: 48%;
}

.code-tit {
    display: block;
    background-color: var(--color01);
    color: #fff;
}

.code-content {
    display: block;
    font-weight: bold;
    font-size: 20px;
    padding: 0.5em 0;
    background-color: #fffbf6;
}
@media (max-width: 599px){
  .buy-img02 .img img{
    width: 110px;
  }
}
[data-element-id] .next-area{
  display: block;
}
/* ここまでオンライン購入の案内 */

/* ここからproduct */
.rowlist {
    width: 100%;
}

.row5 {
    width: 25%;
    margin: 1%;
}

.product01navitem a {
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em 0;
    text-align: center;
    border: 1px solid var(--color01);
}

.product01item {
    padding: 0 3% 20px;
}

.product01item .pbox{
  margin-bottom: 10px;
}

.category {
    padding: 0.5em 1em;
    background-color: var(--color02);
}

.link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

.link a i {
    display: inline-block;
    margin-left: 5px;
    padding-left: 0.5em;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.link:hover a i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.product01item .tbox .tac {
    margin-bottom: 5px;
}

/* ここまでproduct */
/* -----------------
ここまでproduct
--------------------- */

/* -----------------
ここからstaff一覧
--------------------- */
/* MESSAGE */
.staff-right .pic img {
    border-radius: 10px;
}

.staff-right .pic {
    position: relative;
    z-index: 1;
}

.staff-right .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--color03);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}

.staff-right .pic img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}

/* ここからMEMBERS */
.member-img {
    width: 50%;
}

.txt-box {
    width: 45%;
}

.of_img {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.of_img:before {
    content: "";
    display: block;
    padding-top: 85%;
}

.of_img img {
    width: 80%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.member-item01 .txt-box .name .name-js {
    font-weight: bold;
    font-size: 30px;
    margin-right: 10px;
}

.member-item01 .txt-box dl {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px var(--color01);
}

.message-txt-tit {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}

.member-item+.member-item {
    margin-top: 150px;
}

.member-item a {
    opacity: 1;
    display: block;
}

.member-item img {
    opacity: 0.8;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}
.member-item-2 img{
  opacity: 1;
}
.member-item08:hover img {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.member-item08:hover .name-js,
.member-item08:hover .name-en{
    color: #d1b56a; 
}
/* -----------------
ここまでstaff一覧
--------------------- */

/* -----------------
ここからstaff詳細
--------------------- */
.message-txt-tit02 {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.txt-detail {
    padding-left: 2em;
    position: relative;
}

.txt-detail::before {
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 14px;
    left: 0;
}

.message-txt+.message-txt {
    margin-top: 20px;
}

.sns-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;

    gap: 12px;
}

.sns-box a {
    width: 20%;
}

.sns-box a img{
    height:50px;
    object-fit:contain
}

/* -----------------
ここまでstaff詳細
--------------------- */
/* -----------------
ここからSTYLE GALLERY一覧
--------------------- */
.list-gallery01 a {
    display: block;
    position: relative;
}

.list-gallery01 .img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.up-ofi-130 img {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.list-gallery01 .block-txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.list-gallery01 .head {
    font-size: 18px;
}

.list-gallery01 a:hover {
    opacity: 1;
}

.list-gallery01 a:hover .img {
    opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
    visibility: visible;
    opacity: 1;
}

.cate-wrap .ttl {
    margin-bottom: 30px;
    padding: 20px 10px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    border: solid 1px var(--color01);
    border-radius: 10px;
    background-color: var(--color02);
}

.cate-wrap:nth-of-type(2) .ttl {
    background-color: var(--color03);
}

.cate-wrap .list {
    list-style: disc;
    padding-left: 1.5em;
}

.cate-wrap .list .item {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
}

.cate-wrap+.cate-wrap {
    margin-top: 60px;
}

/* ページネーション */
.pagenation {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pagenation ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation .number a,
.pagenation .now {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .item>*,
.pagenation .now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .number a:hover,
.pagenation .now {
    border: 1px solid var(--color01);
    opacity: 1;
}

.pagenation .next {
    margin-left: 20px;
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

/* -----------------
ここからSTYLE GALLERY詳細
--------------------- */
.staff_box {
    padding: 2em;
    border-radius: 10px;
    background-color: var(--color02);
}

.itemcenter .up-fz-18 {
    border-bottom: 1px solid var(--color01);
}

.item02 {
    padding-bottom: 1em;
    border-bottom: 1px solid var(--color01);
}

/* -----------------
ここまでSTYLE GALLERY詳細
--------------------- */
/* -----------------
ここからNEWS・BLOG一覧
--------------------- */
.newsblog-item-detail {
    padding: 2em 0;
}

/* -----------------
ここからNEWS・BLOG詳細
--------------------- */
.up-content-area h3 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 30px;
    color: var(--color01);
    border-bottom: 1px solid #bfb7ac;
}

.up-content-area ul>li::before {
    background-color: #bfb7ac;
    top: 6px;
}

.up-content-area ol li::before {
    font-weight: bold;
    color: #bfb7ac;
}

.up-content-area h2 {
    font-size: 24px;
    background-color: #bfb7ac;
}

.up-content-area h3 {
    color: #bfb7ac;
}

.up-content-area h4::before {
    display: none;
}

.up-content-area h4 {
    padding-left: 0.5em;
    color: #bfb7ac;
    border-left: 10px solid #bfb7ac;
}

/* -----------------
ここまでNEWS・BLOG
--------------------- */
/* -----------------
ここからよくある質問
--------------------- */
.fag-list-tit {
    margin-bottom: 2em;
    padding: 0.5em 0;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.faq-list .item .datattl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    border-bottom: solid 1px var(--color01);
    position: relative;
}

.faq-list .label {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    border-radius: 50%;
    background: var(--color01);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.faq-list .datattl .question {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: left;
}

.faq-list .item .datattl::after {
    content: "+";
    width: 20px;
    height: 20px;
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #656565;
    line-height: 20px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    top: 10px;
    right: 0;
}

.faq-list .datattl,
.faq-list .data-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
}

.js-toggle {
    cursor: pointer;
}

.faq-list .data {
    display: none;
    margin-top: 20px;
}

.faq-list .data .answer {
    font-size: 16px;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}

.faq-list .item+.item {
    margin-top: 50px;
}

.faq-list .item .is-parent.datattl::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq-list+.faq-list {
    margin-top: 60px;
}

/* -----------------
ここまでよくある質問
--------------------- */
/* -----------------
ここからvoice
--------------------- */
.voice-list-head {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid var(--color01);
}

.voice-list+.voice-list {
    margin-top: 100px;
}

/* -----------------
ここからrecruit
--------------------- */
.recruit04list {
    max-width: 800px;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
}

.recruit04item {
    padding: 2em 3em;
    border-bottom: 1px solid #e9e9e9;
}

.aic {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.flexsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.flexsb:last-child {
    margin-bottom: 0;
}

.recruit04item dt {
    width: 9em;
    color: var(--color01);
}

.recruit04item dt+dd {
    width: calc(100% - 10em);
}

.re-btn {
    width: 300px;
    height: auto;
    position: relative;
}

.re-btn a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.5em;
    line-height: 2.2;
    text-align: center;
    border: var(--color01) 1px solid;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
}

.re-btn {
    position: relative;
}

.re-btn a::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid var(--color01);
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(#fff, #fff);
    background-size: 15px 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color01);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 25px;
}

.re-btn a::after {
    content: "" !important;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-61%) rotate(222deg);
    position: absolute;
    top: 52%;
    left: 33px;
}

.re-btn a:hover::before {
    -webkit-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px);
}

.re-btn a:hover::after {
    -webkit-transform: translateY(-62%) translateX(-5px) rotate(-135deg);
    transform: translateY(-62%) translateX(-5px) rotate(-135deg);
}

.btn2 {
    width: 300px;
    height: auto;
    position: relative;
}

.btn2::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid var(--color01);
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(#fff, #fff);
    background-size: 15px 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color01);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
}

.btn2::after {
    content: "" !important;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 33px;
}

.btn2:hover::before {
    -webkit-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
}

.btn2:hover::after {
    -webkit-transform: translateY(-50%) translateX(4px) rotate(45deg);
    transform: translateY(-50%) translateX(4px) rotate(45deg);
}

.btn2 a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em 3.5em 0.5em 2em;
    line-height: 2.2;
    text-align: center;
    border: var(--color01) 1px solid;
    border-radius: 10px;
    background-color: #fff;
    opacity: 1;
}


a,
button {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

@media (max-width:599px) {
    .recruit04item {
        padding: 20px 10px 20px 0;
    }

    .recruit04item dt {
        width: 6em;
    }

    .recruit04item dt+dd {
        width: calc(100% - 6em);
    }
}

/* -----------------
ここまでrecruit
--------------------- */
/* -----------------
ここからcontact
--------------------- */
.contact-text {
    padding-left: 1.5em;
    position: relative;
}

.contact-num {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-text {
    line-height: 1.8;
}

/* .formlist {
    max-width: 900px;
} */

.formitem {
    padding: 2em 0;
}

.formitem dt {
    width: 30%;
}

.formitem dt {
    white-space: nowrap;
}

.formitem .reqw {
    margin-left: 1em;
    padding: 2px 5px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color01);
}

.formitem dd {
    width: 66%;
}

.formitem dd input {
    width: 100%;
    padding: 0.5em 0.5em;
}

formitem button,
.formitem input,
.formitem select,
.formitem textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #888;
    border-radius: 3px;
    background-color: #fff;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

.up-d-iblock {
    display: inline-block;
}

.formitem dd .inputlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 1em;
}

.formitem dd .inputlist li input[class="p-postal-code"] {
    width: 150px;
}

.form01 .formlist .formitem .checkboxer input {
    display: none;
}

.formitem dd input {
    width: 100%;
    min-height: 40px;
    padding: 0.5em 0.5em;
}

.formitem button,
.formitem input,
.formitem select,
.formitem textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #888;
    border-radius: 3px;
    background-color: #fff;
}

.form01 .formlist .formitem .checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    margin-right: 15px;
    padding: 0 10px 0 24px;
    position: relative;
}

.form01 .formlist .formitem .checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #888;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 3px;
    left: 0;
}

.form01 .formlist .formitem .checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--color01);
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 5px;
    left: 2px;
}

.formitem dd input[type="radio"]:checked+label {
    border-bottom: 1px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.formitem dd input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    line-height: 200%;
    position: relative;
}

.formitem dd textarea {
    width: 100%;
    height: 250px;
    padding: 0.25em 0.5em;
}

.formitem dl input[type="file"] {
    margin-top: 20px;
}

.formitem+.formitem {
    border-top: 1px dotted #c0c0c0;
}

.formbtn2 li {
    max-width: 250px;
}

.formbtn li {
    /*  width: 100%; */
    max-width: 320px;
    margin: auto;
}

.formbtn li button,
.formbtn li input {
    width: 260px;
    max-width: 100%;
    display: inline-block;
    padding: 1.25em 0.5em;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 10px;
    background-color: var(--color01);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width:599px) {
    .formitem {
        padding: 0 0 1em;
    }

    .formitem+.formitem {
        border: none;
    }

    .contact .formitem dl {
        display: block;
    }

    .contact .formitem dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact .formitem dd {
        width: 100%;
    }

    .formitem dl input[type="file"] {
        margin: 0 0 10px;
    }

    .form01 .formlist .formitem .checkboxer label::before {
        top: 2px;
    }
}

.tit-under002 {
    font-size: 18px;
}

@media (max-width: 1024px) {
    .contact-area .btn-box {
        gap: 20px;
    }
}

/* ご予約 */
.reservation {
    background-color: var(--color02);
}

.reservation-btn {
    gap: 20px;
}

.reservation-btn01 a {
    width: 260px;
    max-width: 100%;
    display: block;
    display: inline-block;
    padding: 1em 0.5em;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 10px;
    background-color: var(--color01);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* プライバシーポリシー */
.contact_01 {
    padding: 80px 0;
    position: relative;
}

.contact_list dl:not(:last-of-type) {
    margin-bottom: 30px;
}

.contact_list dt {
    width: 25%;
    padding-right: 4%;
    font-size: 20px;
    color: #3d5e59;
}

.contact_list dd {
    width: 75%;
}

input,
textarea {
    width: 100%;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
}

.btn_list button,
.btn_list a {
    width: 236px;
    display: inline-block;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border: none;
    background: #3d5e59;
    cursor: pointer;
}

.btn_list .return button {
    background: #404040;
}

.btn_list li {
    margin: 1%;
}

.policy_text dl:not(:last-of-type) {
    margin-bottom: 50px;
}

.policy_text dt {
    font-size: 19px;
    color: var(--color01);
}

.policy_text ul {
    margin-top: 20px;
}

.policy_text li {
    list-style: disc;
    list-style-position: inside;
}

.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    opacity: 0.6;
    cursor: pointer;
}

.slick-slide:focus {
    outline: none;
}

.up-d-flex dd {
    width: 100%;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .contact_list dt,
    .contact_list dd {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .contact_01 {
        padding: 40px 0;
    }

    .contact_list dt {
        font-size: 18px;
    }
}

/* 追従ボタン */

.fix-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99;

    gap: 12px;
}

.fix-btn {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--color01);
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fix-btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.fix-btn i {
    font-size: 24px;
}
.fix-btn.totop i {
    font-weight: 600;
    font-size: 16px;
}

.fix-btn span {
    color: #fff;
}

.fix-btn:hover {
    background-color: #5d4a3b;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.tel-btn {
    position: relative;
}

.tel-number {
    height: 40px;
    padding: 0 2em;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 41px;
    white-space: nowrap;
    border-radius: 50px;
    background-color: #4a3a2c;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    pointer-events: none;
    position: absolute;
    top: 15px;
    right: 32px;
    z-index: 1;
}

.tel-btn:hover .tel-number {
    opacity: 1;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.fix-btn.modal-open {
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}

.fix-btn.modal-open a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.modal-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center; /* 上下中央 */
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    background: rgba(74, 58, 44, 0.7);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}

.modal-container.active {
    visibility: visible;
    opacity: 1;
}

.modal-body {
    width: 90%;
    max-width: 900px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 35px 30px 40px;
    border-radius: 5px;
    background: #fff;
    position: relative;

    scrollbar-width: thin;
}
.modal-close {
    font-size: 30px;
    text-align: right;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: -40px;
    right: 0;
    z-index: 20;
}
.modal-title {
    font-weight: bold;
    font-size: 20px;
}

.fix-btn.totop .totop-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.top-recruit-list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;

    gap: 20px;
}

@media (max-width: 1024px) {
    .fix-btn-wrap {
        bottom: 30px;
        right: 15px;
    }
    .fix-btn {
        width: 58px;
        height: 58px;
    }
    .fix-btn span {
        font-size: 12px;
    }
    .tel-number {
        display: none !important;
    }
    .modal-body {
        width: 95%;
        max-height: 90vh;
        padding: 10px 15px 50px;
    }
    .top-recruit-list02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }
    .top-recruit-list02 .bubble {
        width: 200px;
    }
}

@media (max-width: 599px) {
    .fix-btn-wrap {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row !important;
        bottom: 0;
        left: 0;
        right: 0;

        gap: 0;
    }
    .fix-btn.totop {
        display: none;
    }
    .fix-btn {
        border-radius: 0;
    }
    .fix-btn.recruit {
        width: 50%;
    }
    .fix-btn,
    .fix-btn.tel-btn,
    .fix-btn.reserve {
        width: 20%;
    }
    .fix-btn span {
        font-size: 14px;
    }
    .fix-btn-wrap .fix-btn {
        border-right: 1px solid #fff;
    }
    .fix-btn-wrap .fix-btn:first-child {
        border-left: 1px solid #fff;
    }
    .fix-btn-wrap {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

[data-element-id] .header{
  position: relative;
}


[data-element-id].swiper-wrapper.style-swiper-wrapper>div,
[data-element-id].swiper-wrapper.staff-swiper-wrapper>div,
[data-element-id].swiper.swiper-voice .swiper-wrapper>div{
  display:flex;
}

[data-element-id].blog-news-recommend .meta{
  flex-wrap:wrap;
}

.formitem dd input.mini1{
  max-width:250px;
}

.formitem dd input.mini2{
  width:80px;
  margin-right:10px;
}
/* abテスト */
.test-b .fix-btn,
.test-b .fix-btn .tel-number {
  background-color: #94a198;
}

/* 見たまま編集 */
[data-element-id] .contents .right .gnav {
    width: 100%;
    height: 100vh;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

[data-element-id] .contents .right .gnav {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 180px;
}
[data-element-id] .contents .right .gnav .gnav-inner{
      max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 3%;
    gap: 50px;
    background-color: #f1ede4 !important;
}
[data-element-id] .contents .right .gnav .gnav-inner .gnav-left {
    width: 60%;
    display: block;
}
[data-element-id] .contents .right .gnav .gnav-inner .gnav-right {
    width: 50% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
[data-element-id] .header .contents .right .hlist01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
[data-element-id] .gnav .gnav-inner .gnav-right .nav-list {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
}
[data-element-id] .gnav .gnav-inner .gnav-right .nav-list .hitem01 {
    width: 50% !important;
    margin-bottom: 15px;
    position: relative;
}
[data-element-id] .gnav .gnav-inner .gnav-right .nav-list .hitem01.up-pos-rel {
    width: 100% !important;
}
[data-element-id] .gnav .gnav-inner .gnav-right .nav-list .hitem01 {
    width: 50% !important;
    margin-bottom: 15px;
    position: relative;
}
[data-element-id] .gnav-right .hlist01 .hitem01 .hlist02 {
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
    margin: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: static !important;
}
[data-element-id] .gnav-right .hlist01 .hitem01 .hitem02 {
    width: 100%;
    margin-bottom: 5px;
}
[data-element-id] .gnav-right .hlist01 .hitem01 .hlist02 .hitem02 a {
    margin-left: 2em;
}
[data-element-id] .gnav-right .hlist01 .hitem01 a {
    text-align: left;
}
[data-element-id] .hitem02 a::before {
    display: none;
}
[data-element-id] .hitemmin {
    display: inline;
    font-size: 11px;
    color: #888;
}
[data-element-id] .gnav-right .hlist01 .hitem01>a {
    display: inline-block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}
[data-element-id] .gnav-right-logo img {
    width: 90px;
    margin-bottom: 30px;
}
[data-element-id] .gnav-sns-group{
      width: 100%;
    display: block;
    margin-top: 30px;
}
[data-element-id] .sns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

[data-element-id] .custom-horizontal-section {
  overflow-x: auto;
  padding-top: 60px;
}
[data-element-id] .custom-horizontal-section:after {
    content: "横にスクロールできます→";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ffbf00;
}
[data-element-id] .fix-btn-wrap{
  position: relative;
  max-width: 1200px;
  margin: auto;
}
[data-element-id] .tel-number {
  opacity: 1;
  right: 65px;
}
[data-element-id] .tel-btn:hover .tel-number {
    transform: none;
}
[data-element-id] a[href*='tel'] {
    pointer-events: auto;
}
[data-element-id] .tel-number{
  position: absolute;
  pointer-events: auto !important;
  width: 200px;
  transform: none;
}
[data-element-id] .modal-container{
  position: relative;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  width:900px;
}
[data-element-id] .modal-body{
  border: red 2px solid;
}
[data-element-id] .modal-body:after {
    content: "求人についてモーダルウィンドウ";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: red;
    text-align: center;
    background: #000;
}
[data-element-id] .is-drawer-only {
    display: block;
}
[data-element-id] .gnav-left {
  display: block;
}

[data-element-id ] .gnav-right-logo {
  display: block;
}

[data-element-id] .gnav-btn-group {
  display: block;
}

[data-element-id] .overlay {
  display: block;
}
[data-element-id] .h1-text{
  display: block;
  padding: 0 3em;
}

[data-element-id]#header {
  height: 1350px;
}

[data-element-id] [data-ab-test-contents]{
   padding: 6em 6em 0;
    max-width: 1200px;
    margin: auto;
}
[data-ab-test-block]{
    max-width: 1200px;
    margin: auto;
}
[data-element-id] .swiper.top-swiper{
  overflow-x: auto;
}
[data-element-id] .swiper.top-swiper:after {
    content: "横にスクロールできます→";
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ffbf00;
}


[data-element-id][data-ab-test-block]{
  width:300px;
  padding:0;
  margin:0;
}

[data-element-id][data-ab-test-contents]{
  width:100%;
  padding:0;
  margin:0px 0 0;
}

[data-element-id] .fix-btn-wrap{
  padding:30px 20px;
  bottom: 0px;
  right: 0px;
  align-items: flex-end;
}

[data-element-id].follow{
  display:flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
[data-element-id] .rcruit .content{
  padding: 0;
  margin: 65px;
}
[data-element-id] .h1 {
  display: none;
}

.footer-social a{
  display: block;
}
.block-img01 .thumbnail .item{
  cursor: pointer;
}

.stylistbox a {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.stylistbox a::after {
    content: "VIEW MORE →"; 
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}
.stylistbox a:hover{
  opacity: 1;
}
.stylistbox a:hover::after {
    opacity: 1;
    transform: translateX(0);
}














.insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 背景を少し暗く */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0; /* 通常時は非表示 */
  transition: opacity 0.3s ease;
  pointer-events: none; /* リンクの邪魔をしない */
}

/* ホバーしたら表示 */
.instagram-swiper-slide a:hover .insta-overlay {
  opacity: 1;
}

/* いいね数と日付の調整 */
.insta-like::before {
  content: '♥ '; /* ハートマークを付与 */
  color: #ff4d4d;
}

.insta-date {
  font-size: 0.8rem;
  margin-top: 5px;
}
.tel[data-ab-test-conversion-button=""]{
  pointer-events: auto;
}
.scrolled.rising .header,
.scrolled.drop .header,
.fixed.rising .header,
.fixed.drop .header{
  background-color: #ffffff85;
  backdrop-filter: blur(3px);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.scrolled.rising .header .contents,
.scrolled.drop .header .contents,
.fixed.rising .header .contents,
.fixed.drop .header .contents{
  padding-top: 0;
  align-items: center;
}
.hlogo a{
  display: block;
}
.scrolled.rising .header .contents .hlogo a img,
.scrolled.drop .header .contents .hlogo a img,
.fixed.rising .header .contents .hlogo a img,
.fixed.drop .header .contents .hlogo a img{
  width: 60px;
}
@media (max-width: 599px){
  .scrolled.rising .header .contents .hlogo a img,
.scrolled.drop .header .contents .hlogo a img,
.fixed.rising .header .contents .hlogo a img,
.fixed.drop .header .contents .hlogo a img,
.rising .header .contents .hlogo a img,
.fixed.drop .header .contents .hlogo a img{
  width: 50px;
}
}
body:not(.scrolled) .fix-btn-wrap,
body:not(.scrolled) .fix-btn {
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: none !important;
    transition: none !important;
}
