@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
:root {
    --fs8: 0.5rem;
    --fs9: 0.5625rem;
    --fs10: 0.625rem;
    --fs11: 0.6875rem;
    --fs12: 0.75rem;
    --fs13: 0.8125rem;
    --fs14: 0.875rem;
    --fs15: 0.9375rem;
    --fs16: 1rem;
    --fs17: 1.0625rem;
    --fs18: 1.125rem;
    --fs19: 1.1875rem;
    --fs20: 1.25rem;
    --fs21: 1.3125rem;
    --fs22: 1.375rem;
    --fs23: 1.4375rem;
    --fs24: 1.5rem;
    --fs25: 1.5625rem;
    --fs26: 1.625rem;
    --fs27: 1.6875rem;
    --fs28: 1.75rem;
    --fs29: 1.8125rem;
    --fs30: 1.875rem;
    --fs31: 1.9375rem;
    --fs32: 2rem;
    --fs33: 2.0625rem;
    --fs34: 2.125rem;
    --fs35: 2.1875rem;
    --fs36: 2.25rem;
    --fs37: 2.3125rem;
    --fs38: 2.375rem;
    --fs39: 2.4375rem;
    --fs40: 2.5rem;
    --header-height: 70px;
    --ff-fot-tbom-pr6-l: "FOT-筑紫Bオールド明朝 Pr6 L";
    --ff-fot-tbom-pr6-r: "FOT-筑紫Bオールド明朝 Pr6 R";
    --ff-fot-tbom-pr6-m: "FOT-筑紫Bオールド明朝 Pr6 M";
    --ff-fot-tbom-pr6-b: "FOT-筑紫Bオールド明朝 Pr6 B";
    --ff-gpp-r: "GaramondPremrPro";
    --ff-gpp-m: "GaramondPremrPro-Med";
}

@media (min-width: 768px) {
    :root {
        --header-height: 60px;
    }
}

body {
    color: #000000;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: var(--fs14);
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: var(--fs16);
    }
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    color: inherit;
    cursor: pointer;
}

picture,
figure,
figcaption {
    display: block;
    margin: 0;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Animation
-------------------- */
.js-fadeIn,
.js-fadeInUp {
    opacity: 0;
}

/* --------------------
 Layout
-------------------- */
.layout {
    padding: var(--header-height) 0 0;
}

/* --------------------
 Lenis
-------------------- */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: #ffffff;
    height: var(--header-height);
    left: 0;
    padding: 26px 0 12px;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 99;
}

@media (min-width: 768px) {
    .header {
        padding: 26px 0 16px;
    }
}

.header-container {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .header-container {
        padding: 0 30px;
    }
}

.header__logo__link {
    align-items: flex-end;
    color: var(--color, #000000);
    display: flex;
    flex-flow: row nowrap;
    font-size: 10px;
    font-weight: 400;
    gap: 20px;
    justify-content: flex-start;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__logo__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .header__logo__link:hover {
        opacity: 0.65;
    }
}

.header__logo__link:before {
    aspect-ratio: 146/26;
    background-color: var(--color, #000000);
    content: "";
    display: block;
    height: auto;
    -webkit-mask-image: url(../images/logos/logo.svg);
    mask-image: url(../images/logos/logo.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 114px;
}

@media (min-width: 768px) {
    .header__logo__link:before {
        width: 146px;
    }
}

.header__logo__link__text {
    display: none;
}

@media (min-width: 768px) {
    .header__logo__link__text {
        display: block;
        transform: translateY(1px);
    }
}

.header__logo__link__text__ja {
    display: block;
    font-family: var(--ff-fot-tbom-pr6-b);
    font-size: 11px;
    letter-spacing: 0.4em;
    line-height: 1.05;
    margin: 0 0 6px;
}

.header__logo__link__text__en {
    display: block;
    font-family: var(--ff-gpp-m);
    font-size: 8px;
    letter-spacing: 0.105em;
    line-height: 1.05;
    margin: 0;
}

.header__nav__contact a {
    color: var(--color, #000000);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.05;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .header__nav__contact a {
        font-size: 12px;
    }
}

.header__nav__contact a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__contact a:hover {
        opacity: 0.65;
    }
}

.header__nav__contact a.-active:after {
    background-color: var(--color, #000000);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: auto;
}

.header.-white {
    --color: #ffffff;
}

.header.-black {
    --color: #000000;
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #3A1F01;
    color: #AF9548;
    padding: 90px 0 20px;
}

@media (min-width: 768px) {
    .footer {
        padding: 90px 0 30px;
    }
}

@media (min-width: 992px) {
    .footer {
        padding: 90px 0 56px;
    }
}

.footer-container {
    margin: 0 auto;
    max-width: 1104px;
    padding: 0 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-container {
        padding: 0 30px;
    }
}

.footer__logo {
    margin: 0 0 12vw;
}

@media (min-width: 768px) {
    .footer__logo {
        margin: 0 0 min(45px, 5.126953125vw);
    }
}

.footer__logo__link {
    color: inherit;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs10);
    font-weight: 400;
    gap: 4.2666666667vw;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .footer__logo__link {
        align-items: flex-end;
        flex-direction: row;
        gap: 16px 20px;
        justify-content: flex-start;
    }
}

.footer__logo__link:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__logo__link:hover {
        opacity: 0.65;
    }
}

.footer__logo__link:before {
    aspect-ratio: 108/24;
    background-color: #AF9548;
    content: "";
    display: block;
    height: auto;
    -webkit-mask-image: url(../images/logos/logo-text.svg);
    mask-image: url(../images/logos/logo-text.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 44.2666666667vw;
}

@media (min-width: 768px) {
    .footer__logo__link:before {
        width: min(146px, 16.6341145833vw);
    }
}

.footer__logo__link__text {
    display: block;
}

@media (min-width: 768px) {
    .footer__logo__link__text {
        transform: translateY(1px);
    }
}

.footer__logo__link__text__ja {
    display: block;
    font-family: var(--ff-fot-tbom-pr6-b);
    font-size: var(--fs12);
    letter-spacing: 0.4em;
    line-height: 1.05;
    margin: 0 0 2.1333333333vw;
}

@media (min-width: 768px) {
    .footer__logo__link__text__ja {
        font-size: min(12px, 1.3671875vw);
        margin: 0 0 8px;
    }
}

.footer__logo__link__text__en {
    display: block;
    font-family: var(--ff-gpp-m);
    font-size: var(--fs9);
    letter-spacing: 0.105em;
    line-height: 1.05;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__logo__link__text__en {
        font-size: min(9px, 1.025390625vw);
    }
}

.footer__flx {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 0 24px;
}

@media (min-width: 768px) {
    .footer__flx {
        flex-flow: row wrap;
        gap: 0 min(24px, 2.734375vw);
        justify-content: space-between;
    }
}

.footer__flx__main {
    margin: 0 0 21.3333333333vw;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__flx__main {
        margin: 0;
        width: auto;
    }
}

.footer__flx__main__contents {
    margin: 0 0 11.7333333333vw;
}

@media (min-width: 768px) {
    .footer__flx__main__contents {
        margin: 0 0 min(44px, 5.0130208333vw);
    }
}

.footer__flx__main__contents__en p {
    font-family: var(--ff-gpp-r);
    font-size: var(--fs14);
    letter-spacing: 0.11em;
    line-height: 1.4;
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .footer__flx__main__contents__en p {
        font-size: min(16px, 1.8229166667vw);
        margin: 0 0 20px;
    }
}

.footer__flx__main__contents__ja p {
    font-family: var(--ff-fot-tbom-pr6-b);
    font-size: var(--fs13);
    letter-spacing: 0.32em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__flx__main__contents__ja p {
        font-size: min(14px, 1.5950520833vw);
    }
}

.footer__flx__main__sns__item a {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs12);
    font-weight: 700;
    gap: 3.2vw;
    justify-content: flex-start;
    letter-spacing: 0.11em;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .footer__flx__main__sns__item a {
        font-size: min(12px, 1.3671875vw);
        gap: min(20px, 2.2786458333vw);
    }
}

.footer__flx__main__sns__item a span {
    display: block;
    transform: translateY(2px);
}

.footer__flx__main__sns__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__flx__main__sns__item a:hover {
        opacity: 0.65;
    }
}

.footer__flx__main__sns__item a ._instagram {
    width: 6.4vw;
}

@media (min-width: 768px) {
    .footer__flx__main__sns__item a ._instagram {
        width: min(30px, 3.41796875vw);
    }
}

.footer__flx__info {
    margin: 0 0 11.7333333333vw;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__flx__info {
        margin: 0 0 0 auto;
        width: auto;
    }
}

.footer__flx__info__address {
    display: block;
    font-size: var(--fs11);
    letter-spacing: 0.15em;
    line-height: 2;
    margin: 0 0 6.4vw;
}

@media (min-width: 768px) {
    .footer__flx__info__address {
        font-size: min(12px, 1.3671875vw);
        line-height: 2;
        margin: 0 0 24px;
    }
}

.footer__flx__info__address a {
    color: inherit;
    text-decoration: none;
}

.footer__flx__info__links__title {
    font-size: var(--fs12);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 4.2666666667vw;
}

@media (min-width: 768px) {
    .footer__flx__info__links__title {
        font-size: min(12px, 1.3671875vw);
        margin: 0 0 16px;
    }
}

.footer__flx__info__links__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 5.3333333333vw;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .footer__flx__info__links__list {
        gap: 20px;
    }
}

.footer__flx__info__links__list__item a {
    display: block;
    font-size: var(--fs10);
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .footer__flx__info__links__list__item a {
        font-size: min(10px, 1.1393229167vw);
    }
}

.footer__flx__info__links__list__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__flx__info__links__list__item a:hover {
        opacity: 0.65;
    }
}

.footer__flx__info__links__list__item a ._wellnest-rd {
    width: 58.6666666667vw;
}

@media (min-width: 768px) {
    .footer__flx__info__links__list__item a ._wellnest-rd {
        width: 220px;
    }
}

.footer__flx__copyright {
    align-self: flex-end;
    display: block;
    font-size: var(--fs10);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__flx__copyright {
        font-size: min(10px, 1.1393229167vw);
        margin: 60px 0 0;
    }
}

@media (min-width: 992px) {
    .footer__flx__copyright {
        margin: 0;
        width: auto;
    }
}