@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
  * ress.css • v1.1.2
  * MIT License
  * github.com/filipelinhares/ress
  */
/* # =================================================================
  # Global selectors
  # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
  # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}
/* # =================================================================
  # Forms
  # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
  # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
  # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
  # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  letter-spacing: -0.4em;
}
ul li {
  letter-spacing: normal;
}

:root {
  background-size: 400px 400px;
  background-repeat: repeat;
}

html {
  margin: 0;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media only screen and (min-width: 1025px) {
  html {
    width: var(--content-width, 100vw);
  }
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  color: #131313;
  font-optical-sizing: auto;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  padding: 0;
  text-align: left;
  font-weight: inherit;
}

td {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-weight: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
}

button {
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}

:where(input[type=email], input[type=submit], input[type=tel], input[type=text], textarea) {
  border-radius: 0;
}

:where(input[type=submit]) {
  background: transparent;
}

:where([type=email], input[type=search], input[type=tel], input[type=text], textarea) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

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

img {
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

summary::-webkit-details-marker {
  list-style: none;
  display: none;
}

.fadein {
  opacity: 0;
}
.fadein.fadein-has-started {
  opacity: 1;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.have-fadein {
  opacity: 0;
}
.have-fadein.fadein-has-started {
  opacity: 1;
  -webkit-transition: opacity 2s 0.2s;
  transition: opacity 2s 0.2s;
}

@media only screen and (min-width: 768px) {
  .hover-opacity {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .hover-opacity:hover {
    opacity: 0.5;
  }
}

html.drawer-is-open {
  overflow: hidden;
}

.drawer-is-open body {
  overflow: hidden;
}

.header {
  position: absolute;
}
.header--home {
  top: 53px;
  left: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  z-index: 5;
  opacity: 0;
}
.intro-has-done .header--home {
  opacity: 1;
  -webkit-transition: opacity 1.4s 1.4s;
  transition: opacity 1.4s 1.4s;
}
@media only screen and (min-width: 1025px) {
  .header--home {
    top: 85px;
    left: 80px;
    width: 43px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
}
.header--lower {
  top: 40px;
  left: 25px;
  display: -ms-grid;
  display: grid;
  row-gap: 90px;
  width: 24px;
  height: 223px;
  opacity: 0;
}
.header--lower:has(.header__text--rental) {
  row-gap: 88px;
}
@media only screen and (min-width: 1025px) {
  .header--lower:has(.header__text--rental) {
    row-gap: 128px;
  }
}
@media only screen and (min-width: 1025px) {
  .header--lower {
    position: fixed;
    top: 65px;
    left: 65px;
    row-gap: 130px;
    width: 28px;
    height: 281px;
  }
}

.load-fadein-has-started {
  opacity: 1;
  -webkit-transition: opacity 1.4s 0.8s;
  transition: opacity 1.4s 0.8s;
}

.header--home .header__logo {
  width: 35px;
  height: 140px;
}
@media only screen and (min-width: 1025px) {
  .header--home .header__logo {
    width: 43px;
    height: auto;
  }
}
.header--home .header__logo a {
  display: block;
}
.header--home .header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header--home .header__text {
  font-family: adobe-garamond-pro, serif;
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1025px) {
  .header--home .header__text {
    padding-left: 5px;
    font-size: 1rem;
  }
}

.header--lower {
  z-index: 5;
}
.header--lower .header__logo {
  position: relative;
  width: 23px;
  height: 92px;
}
@media only screen and (min-width: 1025px) {
  .header--lower .header__logo {
    width: 27.5px;
    height: 110px;
  }
}
.header--lower .header__logo a {
  display: block;
}
.header--lower .header__logo svg {
  width: 23px;
  height: 92px;
  fill: #131313;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
@media only screen and (min-width: 1025px) {
  .header--lower .header__logo svg {
    width: 27.5px;
    height: 110px;
  }
}
.dark-mode .header--lower .header__logo svg {
  fill: rgba(255, 255, 255, 0.65);
}
.header--lower .header__logo::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #adadad;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.dark-mode .header--lower .header__logo::after {
  background-color: rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 1025px) {
  .header--lower .header__logo::after {
    bottom: -105px;
    height: 80px;
  }
}
.header--lower .header__logo--no-text::after {
  content: "";
  display: none;
}
.header--lower .header__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.header--lower .header__text span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N B";
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.55em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  color: #131313;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.dark-mode .header--lower .header__text span {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 1025px) {
  .header--lower .header__text span {
    font-size: 1.7rem;
  }
  .header--lower .header__text span.dark-mode {
    color: rgba(255, 255, 255, 0.7);
  }
}
.header--lower .header__text--rental {
  display: -ms-grid;
  display: grid;
}
.header--lower .header__text--rental span {
  display: block;
  line-height: 1.4;
  letter-spacing: 0.39em;
}

.header__logo.dark-mode::after {
  background-color: rgba(255, 255, 255, 0.25);
}
.header__logo.dark-mode svg {
  fill: rgba(255, 255, 255, 0.65);
}

.header__text.dark-mode {
  color: rgba(255, 255, 255, 0.7);
}

.drawer__button {
  position: fixed;
  cursor: pointer;
}
.drawer__button--open {
  top: 40px;
  right: 30px;
  width: 13px;
  height: 30px;
  z-index: 5;
}
@media only screen and (min-width: 1025px) {
  .drawer__button--open {
    top: auto;
    bottom: 70px;
    left: 70px;
    right: auto;
    width: 17px;
    height: 40px;
  }
}
.drawer__button--close {
  top: 40px;
  right: 30px;
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 1025px) {
  .drawer__button--close {
    top: 50px;
    right: 40px;
  }
}

.drawer__button--open span {
  position: absolute;
  top: 0;
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(19, 19, 19, 0.55);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (min-width: 1025px) {
  .drawer__button--open span {
    height: 40px;
  }
}
.dark-mode .drawer__button--open span {
  background-color: rgba(255, 255, 255, 0.5);
}
.drawer__button--open span:nth-child(1) {
  left: 0;
}
.drawer__button--open span:nth-child(2) {
  left: 6px;
}
@media only screen and (min-width: 1025px) {
  .drawer__button--open span:nth-child(2) {
    left: 8px;
  }
}
.drawer__button--open span:nth-child(3) {
  right: 0;
}

.lower-button {
  opacity: 0;
}
.lower-button.load-fadein-has-started {
  opacity: 1;
  -webkit-transition: opacity 1.4s 0.8s;
  transition: opacity 1.4s 0.8s;
}

.drawer__button--open.dark-mode span {
  background-color: rgba(255, 255, 255, 0.5);
}

.drawer__button--close {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.3s;
  transition: opacity 0.8s 0.3s;
}
.drawer-is-open .drawer__button--close {
  opacity: 1;
}
.drawer__button--close span {
  position: absolute;
  top: -3px;
  display: block;
  width: 1px;
  height: 21px;
  background-color: rgba(19, 19, 19, 0.7);
}
.drawer__button--close span:nth-child(1) {
  left: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer__button--close span:nth-child(2) {
  right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 1025px) {
  .drawer-bg {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10;
    -webkit-transition: opacity 1s, visibility 0s 1s;
    transition: opacity 1s, visibility 0s 1s;
  }
  .drawer-is-open .drawer-bg {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
}

.drawer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  z-index: 15;
}
@media only screen and (min-width: 1025px) {
  .drawer {
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 453px;
    height: 100vh;
  }
}
.drawer[aria-hidden=true] {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s 1s, visibility 0s 1s;
  transition: opacity 0s 1s, visibility 0s 1s;
}
.drawer[aria-hidden=false] {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s, visibility 0s;
  transition: opacity 0.8s, visibility 0s;
}

.drawerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../images/common/bg_gray.png);
  background-size: 400px 400px;
  background-repeat: repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: hidden;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.drawer-is-open .drawerInner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.insta-link {
  position: absolute;
  top: 40px;
  left: 30px;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .insta-link {
    top: 50px;
    left: 40px;
  }
}
.insta-link a {
  display: block;
  font-family: adobe-garamond-pro, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #282828;
}
.insta-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #282828;
}
.drawer-is-open .insta-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
}
@media only screen and (min-width: 1025px) {
  .footer {
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 93px;
  }
}
.footer--home {
  opacity: 0;
  -webkit-transition: opacity 1.2s 0.8s;
  transition: opacity 1.2s 0.8s;
}
.intro-has-done .footer--home {
  opacity: 1;
}

.footerInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 111px 70px 1fr;
  grid-template-columns: 111px 70px 1fr;
  width: 84.6153846154%;
  margin-inline: auto;
  padding-top: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1025px) {
  .footerInner {
    width: 228px;
    margin-inline: auto 70px;
    padding-top: 0;
  }
}
.footer--lower .footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}
@media only screen and (min-width: 1025px) {
  .footer--lower .footerInner {
    width: auto;
    margin-inline: auto 50px;
    -webkit-padding-start: 5px;
            padding-inline-start: 5px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.policy-link,
.copy-right {
  display: inline-block;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #5c5c58;
}

.copy-right {
  padding-left: 10px;
}
.footer--lower .copy-right {
  padding-left: 0;
}

.insta {
  width: 18px;
  height: 18px;
  margin-left: auto;
}
.insta img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav {
  width: 100%;
}
.drawer .nav {
  padding-top: 18px;
}

.nav-listWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
.nav__list--sub {
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
}
@media only screen and (min-width: 1025px) {
  .nav__list--sub {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.nav__item {
  width: 20px;
}
.nav__list--sub .nav__item {
  width: 13px;
}
.nav__item a,
.nav__item div {
  display: block;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N B";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.7em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media only screen and (min-width: 1025px) {
  .nav__item a,
  .nav__item div {
    letter-spacing: 0.6em;
  }
}
.nav__list--sub .nav__item a,
.nav__list--sub .nav__item div {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 1025px) {
  .nav__list--sub .nav__item a,
  .nav__list--sub .nav__item div {
    letter-spacing: 0.12em;
  }
}

.notification {
  cursor: pointer;
}

.main .newsletter {
  width: 100%;
  height: 0;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  .main .newsletter {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.newsletter-is-open .main .newsletter {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media only screen and (min-width: 1025px) {
  .newsletter-is-open .main .newsletter {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
}
.main .newsletterInner {
  padding: 30px 30px 0 !important;
}
@media only screen and (min-width: 1025px) {
  .main .newsletterInner {
    padding: 110px 0 0 0 !important;
  }
}

.drawer .newsletter {
  position: absolute;
  bottom: 60px;
  left: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
@media only screen and (min-width: 1025px) {
  .drawer .newsletter {
    bottom: 70px;
  }
}
.drawer .is-open {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.drawer .newsletterInner {
  width: 330px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .drawer .newsletterInner {
    width: 314px;
  }
}

.newsletter fieldset {
  padding: 0;
}
.newsletter fieldset span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N M";
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.newsletter fieldset input {
  margin: 30px 0 0;
  padding: 0 0 17px 0;
  border-bottom: 1px solid rgba(19, 19, 19, 0.5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: "Shippori Mincho B1", serif !important;
  font-size: 1.4rem !important;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #131313;
}
@media only screen and (min-width: 1025px) {
  .newsletter fieldset input {
    margin: 40px 0 0;
    padding: 0 0 13px 0;
  }
}
.newsletter fieldset input::-webkit-input-placeholder {
  font-family: "Shippori Mincho B1", serif !important;
  font-size: 1.4rem !important;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #979692 !important;
}
.newsletter fieldset input::-moz-placeholder {
  font-family: "Shippori Mincho B1", serif !important;
  font-size: 1.4rem !important;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #979692 !important;
}
.newsletter fieldset input:-ms-input-placeholder {
  font-family: "Shippori Mincho B1", serif !important;
  font-size: 1.4rem !important;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #979692 !important;
}
.newsletter fieldset input::-ms-input-placeholder {
  font-family: "Shippori Mincho B1", serif !important;
  font-size: 1.4rem !important;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #979692 !important;
}
.newsletter fieldset input::placeholder {
  font-family: "Shippori Mincho B1", serif !important;
  font-size: 1.4rem !important;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #979692 !important;
}

.subscribe {
  position: absolute !important;
  right: 0;
  bottom: 17px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: #131313;
}

.u-none {
  display: none;
}

.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-grid {
  display: -ms-grid;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .u-md-none {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-md-inline {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .u-md-block {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .u-md-inline-block {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .u-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1025px) {
  .u-lg-none {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .u-lg-inline {
    display: inline;
  }
}

@media only screen and (min-width: 1025px) {
  .u-lg-block {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .u-lg-inline-block {
    display: inline-block;
  }
}

@media only screen and (min-width: 1025px) {
  .u-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1025px) {
  .u-lg-grid {
    display: -ms-grid;
    display: grid;
  }
}

.u-visuallyHidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}