@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;
}

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;
}

address,
details,
picture {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
:root {
    --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;
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-brown: #3a1f01;
    --color-brown-rgb: 58, 31, 1;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --color-bronze: #AF9548;
    --color-bronze-rgb: 175, 149, 72;
    --container-width: 1164px;
    --c-pad: 20px;
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --header-height: 12.0320855615vw;
    --ff-notosans: Noto Sans JP;
    --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 {
        --c-pad: 30px;
        --header-height: 55px;
    }
}

html {
    overflow-y: scroll;
}

@media (max-width: 767px) {
    html {
        font-size: 4.2780748663vw;
    }
}

@media (max-width: 991px) {
    html.-scroll-locked {
        overflow: hidden;
    }
}

body {
    background-color: var(--color-white);
    color: var(--color-black);
    font-family: var(--ff-notosans), -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: var(--fs14);
    font-weight: 300;
    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);
    }
}

body.-scroll-locked {
    bottom: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: auto;
}

* {
    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;
}

.js-fadeInCharsVertical,
.js-fadeInChars {
    opacity: 0;
    will-change: transform;
}

.js-fadeInCharsVertical *,
.js-fadeInChars * {
    display: inline-block;
    line-height: 1.05;
    will-change: transform;
}

.js-fadeInLinesVertical {
    opacity: 0;
    will-change: transform;
}

.js-fadeInLinesVertical__item * {
    display: inline-block;
    line-height: 1.05;
    will-change: transform;
}

.js-fadeInLinesVertical__item span[data-horizontal] {
    margin-bottom: 0.2em;
    padding-left: 0.1em;
    writing-mode: horizontal-tb;
}

.js-fadeInLines {
    opacity: 0;
    will-change: transform;
}

.js-fadeInLines__item * {
    display: inline-block;
    line-height: 1.05;
    will-change: transform;
}

@keyframes heroScroll {
    0% {
        transform: scaleY(0);
        transform-origin: center top;
    }

    20% {
        transform: scaleY(1);
        transform-origin: center top;
    }

    21% {
        transform: scaleY(1);
        transform-origin: center bottom;
    }

    40% {
        transform: scaleY(0);
        transform-origin: center bottom;
    }

    100% {
        transform: scaleY(0);
        transform-origin: center bottom;
    }
}

/* --------------------
 Commons
-------------------- */
.com-line {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.com-line span {
    background-color: var(--color-brown);
    display: block;
    inset: 0;
    position: absolute;
}

.com-line span:nth-child(1) {
    bottom: auto;
    height: 1.6042780749vw;
}

@media (min-width: 768px) {
    .com-line span:nth-child(1) {
        height: 5px;
    }
}

.com-line span:nth-child(2) {
    left: auto;
    width: 1.3368983957vw;
}

@media (min-width: 768px) {
    .com-line span:nth-child(2) {
        width: 5px;
    }
}

.com-line span:nth-child(3) {
    height: 1.6042780749vw;
}

@media (min-width: 768px) {
    .com-line span:nth-child(3) {
        height: 5px;
    }
}

.com-line span:nth-child(3) {
    top: auto;
}

.com-line span:nth-child(4) {
    right: auto;
    width: 1.3368983957vw;
}

@media (min-width: 768px) {
    .com-line span:nth-child(4) {
        width: 5px;
    }
}

.com-menu-container {
    margin: 0 auto;
    max-width: calc(1164px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.com-menu__item-wrapper {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap-reverse;
    gap: 10.6951871658vw;
    justify-content: center;
    width: 100%;
}

@media (min-width: 768px) {
    .com-menu__item-wrapper {
        flex-wrap: nowrap;
        gap: 42px;
    }
}

.com-menu__item {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .com-menu__item {
        flex: 0 0 calc(50% - 21px);
    }
}

.com-menu__item__reason {
    aspect-ratio: 334/280;
    color: inherit;
    display: block;
    height: auto;
    padding: 2.6737967914vw 5.3475935829vw 0;
    position: relative;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-menu__item__reason {
        aspect-ratio: 561/660;
        padding: 24px 30px 0;
    }
}

.com-menu__item__reason:before {
    background-image: url(../images/commons/com-menu-reason-mb.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-menu__item__reason:before {
        background-image: url(../images/commons/com-menu-reason.webp);
    }
}

.com-menu__item__reason__head {
    position: relative;
    width: 100%;
    z-index: 1;
}

.com-menu__item__reason__head__title {
    align-items: flex-end;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}

.com-menu__item__reason__head__title__en {
    font-family: var(--ff-gpp-r);
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.105em;
    line-height: 1.4;
    margin: 0 0 4.2780748663vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-menu__item__reason__head__title__en {
        font-size: var(--fs20);
        margin: 0 0 16px;
    }
}

.com-menu__item__reason__head__title__ja {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.24em;
    line-height: 1.4;
    margin: 0 0 0 auto;
    text-orientation: upright;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: fit-content;
    writing-mode: vertical-rl;
}

@media (min-width: 768px) {
    .com-menu__item__reason__head__title__ja {
        font-size: var(--fs18);
    }
}

.com-menu__item__reason__head__title__ja > span {
    display: block;
}

.com-menu__item__reason__head__action {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs13);
    font-weight: 400;
    left: 0;
    letter-spacing: 0.32em;
    line-height: 1.33;
    padding: 17.3796791444vw 0 0;
    position: absolute;
    text-orientation: upright;
    top: 1.0695187166vw;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

@media (min-width: 768px) {
    .com-menu__item__reason__head__action {
        font-size: var(--fs15);
        left: 6px;
        padding: 65px 0 0;
        top: 4px;
    }
}

.com-menu__item__reason__head__action:before {
    background-color: var(--color-black);
    bottom: auto;
    content: "";
    display: block;
    height: 13.3689839572vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.2673796791vw;
}

@media (min-width: 768px) {
    .com-menu__item__reason__head__action:before {
        height: 50px;
        width: 1px;
    }
}

.com-menu__item__reason__head__action > span {
    display: block;
}

.com-menu__item__reason:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .com-menu__item__reason:hover {
        opacity: 0.7;
    }
}

.com-menu__item__feature {
    aspect-ratio: 334/280;
    color: inherit;
    display: block;
    height: auto;
    padding: 2.6737967914vw 5.3475935829vw 0;
    position: relative;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-menu__item__feature {
        aspect-ratio: 561/660;
        padding: 24px 30px 0;
    }
}

.com-menu__item__feature:before {
    background-image: url(../images/commons/com-menu-feature-mb.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-menu__item__feature:before {
        background-image: url(../images/commons/com-menu-feature.webp);
    }
}

.com-menu__item__feature__head {
    position: relative;
    width: 100%;
    z-index: 1;
}

.com-menu__item__feature__head__title {
    align-items: flex-end;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}

.com-menu__item__feature__head__title__en {
    font-family: var(--ff-gpp-r);
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.105em;
    line-height: 1.4;
    margin: 0 0 4.2780748663vw;
}

@media (min-width: 768px) {
    .com-menu__item__feature__head__title__en {
        font-size: var(--fs20);
        margin: 0 0 16px;
    }
}

.com-menu__item__feature__head__title__ja {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.24em;
    line-height: 1.4;
    margin: 0 0 0 auto;
    text-orientation: upright;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: fit-content;
    writing-mode: vertical-rl;
}

@media (min-width: 768px) {
    .com-menu__item__feature__head__title__ja {
        font-size: var(--fs18);
    }
}

.com-menu__item__feature__head__title__ja > span {
    display: block;
}

.com-menu__item__feature__head__action {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs13);
    font-weight: 400;
    left: 0;
    letter-spacing: 0.32em;
    line-height: 1.33;
    padding: 17.3796791444vw 0 0;
    position: absolute;
    text-orientation: upright;
    top: 1.0695187166vw;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

@media (min-width: 768px) {
    .com-menu__item__feature__head__action {
        font-size: var(--fs15);
        left: 6px;
        padding: 65px 0 0;
        top: 4px;
    }
}

.com-menu__item__feature__head__action:before {
    background-color: var(--color-black);
    bottom: auto;
    content: "";
    display: block;
    height: 13.3689839572vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.2673796791vw;
}

@media (min-width: 768px) {
    .com-menu__item__feature__head__action:before {
        height: 50px;
        width: 1px;
    }
}

.com-menu__item__feature__head__action > span {
    display: block;
}

.com-menu__item__feature:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .com-menu__item__feature:hover {
        opacity: 0.7;
    }
}

.com-product-container {
    margin: 0 auto;
    max-width: calc(1164px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.com-product__item {
    aspect-ratio: 334/480;
    color: inherit;
    display: block;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .com-product__item {
        aspect-ratio: 1164/660;
    }
}

.com-product__item:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: auto;
}

.com-product__item--gaku:before {
    background-image: url(../images/commons/com-product-01-mb.webp);
}

@media (min-width: 768px) {
    .com-product__item--gaku:before {
        background-image: url(../images/commons/com-product-01.webp);
    }
}

.com-product__item__head {
    left: 4.8128342246vw;
    position: absolute;
    top: 3.2085561497vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-product__item__head {
        left: 40px;
        top: 40px;
    }
}

.com-product__item__head__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: 10px;
    justify-content: flex-start;
    margin: 0 0 4.2780748663vw;
}

@media (min-width: 768px) {
    .com-product__item__head__title {
        margin: 0 0 28px;
    }
}

.com-product__item__head__title__logo {
    margin-right: 5.8823529412vw;
}

@media (min-width: 768px) {
    .com-product__item__head__title__logo {
        margin-right: 22px;
    }
}

.com-product__item__head__title__logo img {
    width: 33.422459893vw;
}

@media (min-width: 768px) {
    .com-product__item__head__title__logo img {
        width: 142px;
    }
}

.com-product__item__head__title__ja {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs30);
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0 2.1390374332vw 0 0;
}

@media (min-width: 768px) {
    .com-product__item__head__title__ja {
        font-size: var(--fs33);
        margin: 0 8px 0 0;
    }
}

.com-product__item__head__title__en {
    font-size: var(--fs11);
    font-weight: inherit;
    letter-spacing: 0.105em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .com-product__item__head__title__en {
        font-size: var(--fs24);
        transform: translateY(0.15em);
    }
}

.com-product__item__head__title__en em {
    font-family: var(--ff-gpp-r);
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0.105em;
}

.com-product__item__head__action {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 1.33;
    padding: 17.3796791444vw 0 0;
    position: relative;
    text-orientation: upright;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

@media (min-width: 768px) {
    .com-product__item__head__action {
        font-size: var(--fs15);
        padding: 65px 0 0;
    }
}

.com-product__item__head__action:before {
    background-color: var(--color-black);
    bottom: auto;
    content: "";
    display: block;
    height: 13.3689839572vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.2673796791vw;
}

@media (min-width: 768px) {
    .com-product__item__head__action:before {
        height: 50px;
        width: 1px;
    }
}

.com-product__item__head__action > span {
    display: block;
}

.com-product__item:focus:before {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .com-product__item:hover:before {
        opacity: 0.7;
    }
}

.com-pager {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 2.564102564102564vw;
    justify-content: center;
}

@media (min-width: 768px) {
    .com-pager {
        gap: 10px;
    }
}

.com-pager__prev, .com-pager__next {
    width: 6.153846153846154vw;
}

@media (min-width: 768px) {
    .com-pager__prev, .com-pager__next {
        width: 24px;
    }
}

.com-pager__prev a, .com-pager__next a {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 7.6923076923076925vw;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 6.153846153846154vw;
}

@media (min-width: 768px) {
    .com-pager__prev a, .com-pager__next a {
        height: 30px;
        width: 24px;
    }
}

.com-pager__prev a:focus, .com-pager__next a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__prev a:hover, .com-pager__next a:hover {
        opacity: 0.65;
    }
}

.com-pager__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    flex-shrink: 1;
    gap: 1.282051282051282vw 2.564102564102564vw;
    justify-content: center;
}

@media (min-width: 768px) {
    .com-pager__list {
        gap: 5px 10px;
    }
}

.com-pager__list__item a, .com-pager__list__item span {
    align-items: center;
    color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    height: 6.153846153846154vw;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 1.2;
    min-width: 6.153846153846154vw;
    text-align: center;
    text-decoration: none;
}

@media (min-width: 768px) {
    .com-pager__list__item a, .com-pager__list__item span {
        height: 24px;
        min-width: 24px;
    }
}

.com-pager__list__item a {
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.com-pager__list__item a:focus {
    color: #000000;
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__list__item a:hover {
        color: #000000;
    }
}

.com-pager__list__item.current a, .com-pager__list__item.current span {
    color: #000;
    pointer-events: none;
}


/* --------------------
 Header
-------------------- */
.header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.header-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: var(--header-height);
    justify-content: space-between;
    margin: 0 auto;
    padding: 1.3368983957vw var(--c-pad) 0;
    width: 100%;
}

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

.header__logo a {
    display: block;
    font-size: 10px;
    text-decoration: none;
}

.header__logo a:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .header__logo a:hover {
        opacity: 0.7;
    }
}

.header__logo a img {
    width: 24.064171123vw;
}

@media (min-width: 768px) {
    .header__logo a img {
        width: 146px;
    }
}

.header__nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 8.5561497326vw;
    justify-content: flex-end;
    padding: 0 10.6951871658vw 0 0;
}

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

@media (min-width: 992px) {
    .header__nav {
        gap: 32px;
    }
}

.header__nav__menu {
    display: none;
}

@media (min-width: 768px) {
    .header__nav__menu {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 20px;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .header__nav__menu {
        gap: 32px;
    }
}

.header__nav__menu__item a {
    color: inherit;
    display: block;
    font-family: var(--ff-fot-tbom-pr6-b);
    font-size: var(--fs12);
    letter-spacing: 0.2em;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .header__nav__menu__item a {
        font-size: var(--fs12);
    }
}

.header__nav__menu__item a:before {
    background-color: var(--color-black);
    bottom: -0.8021390374vw;
    content: "";
    display: block;
    height: 0.2673796791vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transition: width var(--duration) var(--cubic) 0s;
    width: 0%;
}

@media (min-width: 768px) {
    .header__nav__menu__item a:before {
        bottom: -3px;
        height: 1px;
    }
}

.header__nav__menu__item a:focus:before {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item a:hover:before {
        width: 100%;
    }
}

.header__nav__menu__item a.--active:before {
    width: 100%;
}

.header__nav__contact {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 1.6042780749vw;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .header__nav__contact {
        gap: 8px;
    }
}

@media (min-width: 992px) {
    .header__nav__contact {
        gap: 20px;
    }
}

.header__nav__contact a {
    align-items: center;
    background-color: var(--color-brown);
    border: 0.2673796791vw solid var(--color-brown);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.5rem;
    height: 6.6844919786vw;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 2.61;
    margin: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 29.4117647059vw;
}

@media (min-width: 768px) {
    .header__nav__contact a {
        border-width: 1px;
        font-size: var(--fs10);
        height: 35px;
        width: 137px;
    }
}

@media (min-width: 992px) {
    .header__nav__contact a {
        font-size: var(--fs13);
        width: 200px;
    }
}

@media (max-width: 767px) {
    .header__nav__contact a[data-local="01"] {
        width: 17.3796791444vw;
    }
}

.header__nav__contact a:focus {
    background-color: var(--color-white);
    color: var(--color-brown);
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__contact a:hover {
        background-color: var(--color-white);
        color: var(--color-brown);
    }
}

.header__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 4.0106951872vw;
    left: auto;
    margin: auto;
    padding: 0;
    position: absolute;
    right: var(--c-pad);
    -webkit-tap-highlight-color: transparent;
    top: 4.5454545455vw;
    width: 6.6844919786vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .header__burger {
        display: none;
    }
}

.header__burger:before {
    content: "";
    display: block;
    height: 12.8342245989vw;
    inset: 50% auto auto 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 12.8342245989vw;
}

.header__burger__box {
    display: block;
    height: 4.0106951872vw;
    margin: 0 auto;
    position: relative;
    width: 6.6844919786vw;
}

.header__burger__box__line {
    display: block;
    margin: -0.1336898396vw 0 0;
    top: calc(50% - 0.13369vw);
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
    background-color: var(--color-black);
    height: 0.2673796791vw;
    position: absolute;
    width: 6.6844919786vw;
}

.header__burger__box__line:before, .header__burger__box__line:after {
    content: "";
    display: block;
}

.header__burger__box__line:before {
    top: -1.871657754vw;
    transform-origin: left bottom;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.header__burger__box__line:after {
    top: 1.871657754vw;
    transform-origin: left top;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.header__burger.-active .header__burger__box__line {
    background-color: rgba(var(--color-black), 0);
    transform: translate3d(0.4010695187vw, 0, 0);
}

.header__burger.-active .header__burger__box__line:before {
    transform: rotate(33deg);
}

.header__burger.-active .header__burger__box__line:after {
    transform: rotate(-33deg);
}

.mbnav {
    background-color: var(--color-white);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}

@media (min-width: 768px) {
    .mbnav {
        display: none !important;
    }
}

.mbnav-container {
    height: 100%;
    overflow-y: auto;
    padding: 144px 0 30px;
}

.mbnav__menu {
    margin: 0 0 70px;
    padding: 0;
}

.mbnav__menu__item {
    margin: 0 0 42px;
    text-align: center;
}

.mbnav__menu__item:last-child {
    margin-bottom: 0;
}

.mbnav__menu__item a {
    color: inherit;
    font-family: var(--ff-fot-tbom-pr6-b);
    font-size: var(--fs20);
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.mbnav__menu__item a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__menu__item a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.mbnav__sns {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 8.0213903743vw;
    justify-content: center;
}

@media (min-width: 768px) {
    .mbnav__sns {
        gap: 30px;
    }
}

.mbnav__sns__item a {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row wrap;
    font-family: var(--ff-fot-tbom-pr6-b);
    font-size: var(--fs12);
    gap: 3.2085561497vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .mbnav__sns__item a {
        font-size: var(--fs12);
        gap: 12px;
    }
}

.mbnav__sns__item a img[data-local=instagram] {
    width: 6.9518716578vw;
}

@media (min-width: 768px) {
    .mbnav__sns__item a img[data-local=instagram] {
        width: 26px;
    }
}

.mbnav__sns__item a > span {
    display: block;
}

.mbnav__sns__item a:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__sns__item a:hover {
        opacity: 0.7;
    }
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: var(--color-brown);
    padding: 17.3796791444vw 0 10.6951871658vw;
}

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

.footer-container {
    margin: 0 auto;
    max-width: calc(904px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.footer-container-inner {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap-reverse;
    gap: 13.3689839572vw;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .footer-container-inner {
        flex-wrap: nowrap;
        gap: 0;
    }
}

.footer__main {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .footer__main {
        flex: 1 1 auto;
    }
}

.footer__main__logo {
    font-size: 10px;
    margin: 0 0 8.5561497326vw;
}

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

.footer__main__logo a {
    display: block;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

.footer__main__logo a:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__logo a:hover {
        opacity: 0.7;
    }
}

.footer__main__logo a img {
    width: 37.4331550802vw;
}

@media (min-width: 768px) {
    .footer__main__logo a img {
        width: 164px;
    }
}

.footer__main__address {
    color: var(--color-white);
    display: block;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.83;
    margin: 0 0 7.486631016vw;
}

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

.footer__main__address a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.8021390374vw;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .footer__main__address a {
        text-underline-offset: 3px;
    }
}

.footer__main__address a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__address a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

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

@media (min-width: 768px) {
    .footer__main__sns {
        gap: 30px;
    }
}

.footer__main__sns__item a {
    align-items: center;
    color: var(--color-white);
    display: flex;
    flex-flow: row wrap;
    font-size: var(--fs12);
    gap: 3.2085561497vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .footer__main__sns__item a {
        gap: 12px;
    }
}

.footer__main__sns__item a img[data-local=instagram] {
    width: 6.9518716578vw;
}

@media (min-width: 768px) {
    .footer__main__sns__item a img[data-local=instagram] {
        width: 26px;
    }
}

.footer__main__sns__item a > span {
    display: block;
}

.footer__main__sns__item a:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__sns__item a:hover {
        opacity: 0.7;
    }
}

.footer__nav {
    flex: 0 0 100%;
}

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

.footer__nav__contact {
    margin: 0 0 11.7647058824vw;
}

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

.footer__nav__contact a {
    align-items: center;
    background-color: var(--color-brown);
    border: 0.2673796791vw solid var(--color-white);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs13);
    height: 13.3689839572vw;
    justify-content: center;
    letter-spacing: 0.15em;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 66.8449197861vw;
}

@media (min-width: 768px) {
    .footer__nav__contact a {
        border-width: 1px;
        height: 50px;
        margin: 0 0 0 auto;
        width: 250px;
    }
}

.footer__nav__contact a:focus {
    background-color: var(--color-white);
    color: var(--color-brown);
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__contact a:hover {
        background-color: var(--color-white);
        color: var(--color-brown);
    }
}

.footer__nav__menu {
    margin: 0 0 14.4385026738vw;
}

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

.footer__nav__menu__item {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 6.4171122995vw;
    justify-content: center;
    margin: 0 0 5.3475935829vw;
}

@media (min-width: 768px) {
    .footer__nav__menu__item {
        gap: 24px;
        justify-content: flex-end;
        margin: 0 0 20px;
    }
}

.footer__nav__menu__item:last-child {
    margin-bottom: 0;
}

.footer__nav__menu__item a {
    color: var(--color-white);
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 0.8021390374vw;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .footer__nav__menu__item a {
        text-underline-offset: 3px;
    }
}

.footer__nav__menu__item a:focus {
    -webkit-text-decoration: currentColor;
    text-decoration: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__menu__item a:hover {
        -webkit-text-decoration: currentColor;
        text-decoration: currentColor;
    }
}

.footer__copyright {
    color: var(--color-white);
    display: block;
    font-size: var(--fs10);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 9.6256684492vw 0 0;
    pointer-events: none;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__copyright {
        margin: -12px 0 0;
        text-align: right;
    }
}