@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Noto+Serif+SC:wght@300;400;500;600;700&&family=Noto+Serif+KR:wght@300;400;500;600;700&family=Roboto&family=Vollkorn&display=swap");
/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Noto+Serif+SC:wght@300;400;500;600;700&&family=Noto+Serif+KR:wght@300;400;500;600;700&family=Roboto&family=Vollkorn&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Noto+Serif+SC:wght@300;400;500;600;700&&family=Noto+Serif+KR:wght@300;400;500;600;700&family=Roboto&family=Vollkorn&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

th, strong, address {
  font-weight: normal;
}

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

/* basic class */
.clear {
  clear: both;
}

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0;
}

.acenter {
  text-align: center;
}

.aright {
  text-align: right;
}

.aleft {
  text-align: left;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1;
}

textarea {
  font-size: 100%;
}

/* for iphone */
* {
  -webkit-text-size-adjust: 100%;
}

/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}
body a, body button {
  cursor: pointer;
  color: #000000;
}
body a, body a:before, body a:after, body button, body button:before, body button:after {
  transition: 0.4s ease;
}
body a:hover {
  text-decoration: none;
}
body img {
  height: auto;
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

.tb,
.tb-flex,
.tb-inline-block {
  display: none !important;
}

.lg,
.lg-flex,
.lg-inline-block {
  display: none !important;
}

.sp,
.sp-flex,
.sp-inline-block {
  display: none !important;
}

.pc {
  display: block !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1090px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important;
  }
  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important;
  }
  .tb,
  .tb-flex,
  .tb-inline-block {
    display: none !important;
  }
  .lg {
    display: block !important;
  }
  .lg-inline-block {
    display: inline-block !important;
  }
  .lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important;
  }
  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important;
  }
  .lg,
  .lg-flex,
  .lg-inline-block {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tb-inline-block {
    display: inline-block !important;
  }
  .tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important;
  }
  .tb,
  .tb-inline-block,
  .tb-flex {
    display: none !important;
  }
  .lg,
  .lg-flex,
  .lg-inline-block {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.--lang-ja-show {
  display: none;
}

.--lang-ja .--lang-ja-show {
  display: block;
}
.--lang-ja .--lang-ja-hide {
  display: none;
}

.--lang-en-show {
  display: none;
}

.--lang-en .--lang-en-show {
  display: block;
}
.--lang-en .--lang-en-hide {
  display: none;
}

.--lang-ko-show {
  display: none;
}

.--lang-ko .--lang-ko-show {
  display: block;
}
.--lang-ko .--lang-ko-hide {
  display: none;
}

.--lang-zh-CN-show {
  display: none;
}

.--lang-zh-CN .--lang-zh-CN-show {
  display: block;
}
.--lang-zh-CN .--lang-zh-CN-hide {
  display: none;
}

.--lang-zh-TW-show {
  display: none;
}

.--lang-zh-TW .--lang-zh-TW-show {
  display: block;
}
.--lang-zh-TW .--lang-zh-TW-hide {
  display: none;
}

/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: center center;
  width: 100%;
  height: 100%;
}

.btn-arrow a {
  position: relative;
  display: block;
  padding-left: 31px;
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.btn-arrow a:before {
  background: url("../img/base/arrow-r.svg") left center no-repeat;
  background-size: contain;
  content: "";
  width: 26px;
  height: 12px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
  transition: 0.4s ease;
}
@media screen and (min-width: 901px) {
  .btn-arrow a:hover:before {
    left: 5px;
  }
}
@media screen and (max-width: 600px) {
  .btn-arrow a {
    font-size: 15px;
  }
}

.label {
  position: relative;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  height: 0;
}
.label__inner {
  position: absolute;
  top: 0;
  left: 20px;
}
.label__en {
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-size: 40px;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-bottom: 9px;
}
.label__ja {
  font-family: "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
  left: -2px;
}

@media screen and (max-width: 600px) {
  .label__inner {
    left: 26px;
  }
  .label__en {
    font-size: 28px;
    margin-bottom: 6px;
  }
  .label__ja {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.cmn-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 11px;
}
.cmn-ttl__main {
  margin-right: 21px;
}
.cmn-ttl__en {
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-size: 30px;
  letter-spacing: 0.03em;
}
.cmn-ttl__ja {
  font-family: "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: -2px;
}
.cmn-ttl__notes {
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin-top: 4px;
}

@media screen and (max-width: 600px) {
  .cmn-ttl {
    display: block;
    margin-bottom: 38px;
  }
  .cmn-ttl__main {
    margin: 0;
  }
  .cmn-ttl__en {
    font-size: 30px;
    letter-spacing: 0.03em;
  }
  .cmn-ttl__ja {
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-top: 0;
  }
  .cmn-ttl__notes {
    margin: 8px 0 -1px;
    letter-spacing: 0.05em;
    display: block;
  }
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.69, 0, 0.64, 1);
  transition: opacity 0.5s cubic-bezier(0.69, 0, 0.64, 1);
}

body.fadeout::after {
  opacity: 1;
}

@media screen and (max-width: 1090px) {
  .sp-inline-block {
    display: inline-block !important;
  }
}

@keyframes bodyFade {
  0% {
    opacity: 1;
  }
  100% {
    pointer-events: none;
    opacity: 0;
  }
}
body {
  background: #000 !important;
}
body:after {
  animation: bodyFade 0.8s ease 0.3s both;
  background: #000;
}

body.--lang-en {
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
}

a[href^=tel] {
  -webkit-text-decoration-skip: none;
}

.smScene .fp-tableCell {
  z-index: 0;
}
.smScene:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(24, 16, 16, 0.6);
  transition: 1.5s ease 0.6s;
  pointer-events: none;
}
.smScene.active:before {
  opacity: 0;
}

.loader {
  background: url("../img/kanazawa/bg-loading.jpg.webp") center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  opacity: 1;
  will-change: opacity, visibility;
}
.loader:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #F4F4F4;
  transition: 0.8s ease;
  will-change: opacity;
  perspective: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
.loader img, .loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.01;
  transition: 1.4s ease 0s;
  filter: blur(10px);
  will-change: filter, opacity;
  z-index: 1;
  perspective: 1px;
}
.loader.is-active {
  transition: 1.2s linear;
}
.loader.is-active:before {
  opacity: 0.01;
}
.loader.is-active img, .loader.is-active svg {
  opacity: 1;
  filter: none;
}
.loader.is-hide {
  transition: 1.2s linear;
  visibility: hidden;
  opacity: 0.01;
  pointer-events: none;
}
.loader.is-hide img, .loader.is-hide svg {
  will-change: auto;
}
.loader.is-hide:before {
  will-change: auto;
}
@media screen and (max-width: 1090px) {
  .loader img, .loader svg {
    width: 56px;
  }
}

.ivFade {
  opacity: 0;
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0, 15px);
}
@media screen and (max-width: 900px) {
  .ivFade {
    transform: translate(0, 0);
  }
}
.ivFade.is-view {
  opacity: 1;
  transform: translate(0, 0);
}

.ivFadeDelay {
  opacity: 0;
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0, 15px);
  transition-delay: 0.2s;
}
@media screen and (max-width: 900px) {
  .ivFadeDelay {
    transform: translate(0, 0);
  }
}
.ivFadeDelay.is-view {
  opacity: 1;
  transform: translate(0, 0);
}

.ivChildFade {
  opacity: 0;
  transform: translate(0, 25px);
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inView.is-view .ivChildFade {
  opacity: 1;
  transform: translate(0, 0);
}

body {
  font-family: "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
}

.header__logo {
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 40px;
}
.header__logo svg {
  height: auto;
}
.header__logo .logo-txt {
  height: auto;
}
@media screen and (max-width: 1090px) {
  .header .logo__en {
    top: calc(100% + 11px);
    left: -1px;
    font-size: 10px;
    writing-mode: vertical-rl;
  }
  .header__logo {
    top: 36px;
    left: auto;
    right: 20px;
  }
  .header__logo svg {
    width: 24px;
  }
  .header__nav-trg {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    width: 18px;
    height: 30px;
  }
  .header__nav-trg span {
    position: absolute;
    background: #E6E6E6;
    height: 100%;
    width: 1px;
    top: 0;
    transition: 0.4s ease 0.15s, background 0.4s ease;
  }
  .header__nav-trg span:nth-child(1) {
    left: 0;
  }
  .header__nav-trg span:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    transition-delay: 0s;
  }
  .header__nav-trg span:nth-child(3) {
    right: 0;
  }
  .header__nav-trg.is-active span {
    background: #3E3A39;
    height: 115%;
  }
  .header__nav-trg.is-active span:nth-child(1) {
    transform: rotate(27deg) translate(7px, -6px);
  }
  .header__nav-trg.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__nav-trg.is-active span:nth-child(3) {
    transform: rotate(-27deg) translate(-7px, -6px);
  }
  .header__lang, .header__reservation {
    display: block;
    position: fixed;
    z-index: 102;
    right: 41px;
    font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #E6E6E6;
    transition: 0.3s ease;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
  .header__lang {
    bottom: 158px;
  }
  .header__reservation {
    right: 47px;
    bottom: 36px;
    border: solid 1px #fff;
    padding: 8px 10px 6px;
  }
  .header__lang.is-active {
    color: #3E3A39 !important;
  }
  .header__lang.is-active + .header__reservation {
    color: #3E3A39;
    border-color: #3E3A39;
  }
  .header.is-navOpen .header__logo .logo-txt * {
    fill: #3E3A39;
  }
  .header.is-navOpen .logo__en {
    color: #3E3A39;
  }
  .header.is-navOpen .header__lang {
    color: #3E3A39;
  }
  .header.is-navOpen .header__reservation {
    color: #3E3A39;
    border-color: #3E3A39;
  }
}

.fp-viewing-p5 .header__logo svg .logo-txt *,
.fp-viewing-p7 .header__logo svg .logo-txt *,
.fp-viewing-p9 .header__logo svg .logo-txt *,
.fp-viewing-p11 .header__logo svg .logo-txt * {
  fill: #3E3A39;
}
.fp-viewing-p5 .header__logo .logo__en,
.fp-viewing-p7 .header__logo .logo__en,
.fp-viewing-p9 .header__logo .logo__en,
.fp-viewing-p11 .header__logo .logo__en {
  color: #3E3A39;
}
@media screen and (max-width: 1090px) {
  .fp-viewing-p5 .header__nav-trg span,
  .fp-viewing-p7 .header__nav-trg span,
  .fp-viewing-p9 .header__nav-trg span,
  .fp-viewing-p11 .header__nav-trg span {
    background: #3E3A39;
  }
  .fp-viewing-p5 .header__lang.lg,
  .fp-viewing-p7 .header__lang.lg,
  .fp-viewing-p9 .header__lang.lg,
  .fp-viewing-p11 .header__lang.lg {
    color: #3E3A39 !important;
  }
  .fp-viewing-p5 .header__reservation,
  .fp-viewing-p7 .header__reservation,
  .fp-viewing-p9 .header__reservation,
  .fp-viewing-p11 .header__reservation {
    color: #3E3A39;
    border-color: #3E3A39;
  }
}

.logo__en {
  position: absolute;
  top: 1px;
  left: calc(100% + 14px);
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #E6E6E6;
  white-space: nowrap;
}

.nav {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  width: 72px;
}
.nav__body {
  background: url("../img/kanazawa/bg-common.jpg") center no-repeat;
  background-size: cover;
  background-position: top right;
  height: 100%;
  padding: 40px 5px 35px 0;
}
@media screen and (max-width: 900px) {
  .nav__body {
    background-image: url("../img/kanazawa/sp/bg-common@2x.jpg");
  }
}
.nav__inner {
  height: inherit;
}
.nav__list {
  height: 100%;
  position: relative;
}
.nav__list-item {
  margin: 0 auto;
  text-align: center;
}
.nav__list-item + .nav__list-item {
  margin-top: 26px;
}
.nav__list-item a, .nav__list-item > span {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 16px;
  transition: 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .nav__list-item a:hover, .nav__list-item > span:hover {
    opacity: 0.5;
  }
}
.nav__list-item.--lang {
  width: 100%;
  position: absolute;
  left: 2px;
  bottom: 0;
}
.nav__list-item.--lang > span {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.nav__lang {
  background: url("../img/kanazawa/bg-common.jpg") center no-repeat;
  background-size: cover;
  background-size: 100vw 100vh;
  background-position: right bottom;
  position: fixed;
  bottom: 0;
  left: 101%;
  z-index: 98;
  padding: 35px 72px 29px 26px;
  transition: transform 0.6s cubic-bezier(0.16, 0.85, 0.45, 1);
  transform: none;
}
@media screen and (max-width: 900px) {
  .nav__lang {
    background-image: url("../img/kanazawa/sp/bg-common@2x.jpg");
  }
}
.nav__lang.is-active {
  left: 100%;
  transform: translateX(-100%);
  box-shadow: 0 0 20px rgba(62, 58, 57, 0.05);
}
.nav__lang-close {
  position: absolute;
  top: 11px;
  left: 11px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .nav__lang-close:hover {
    opacity: 0.5;
  }
}
.nav__lang-item {
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 28px;
  transition: 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .nav__lang-item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1090px) {
  .nav {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    visibility: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0;
    transition: 0.4s ease;
    padding-left: 80px;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav.is-open {
    visibility: visible;
    opacity: 1;
    transition: 1.2s ease;
  }
  .nav.is-open .nav__inner {
    transform: none;
    opacity: 1;
    transition: 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .nav__body {
    padding-right: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100%;
    height: auto;
    padding-top: 74px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1090px) and (max-width: 1090px) {
  .nav__body {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1090px) {
  .nav__inner {
    transform: translateY(15px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.6s;
  }
  .nav__list {
    height: auto;
  }
  .nav__list-item {
    text-align: left;
  }
  .nav__list-item + .nav__list-item {
    margin-top: 10px;
  }
  .nav__list-item a, .nav__list-item span {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.65;
    writing-mode: initial;
  }
  .nav__list-item.--lang {
    position: static;
  }
  .nav__ex {
    margin-top: 49px;
    display: flex;
    flex-direction: column;
  }
  .nav__ex-item {
    font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 28px;
  }
  .nav__ex-item.--ganesha {
    margin-bottom: 14px;
  }
  .nav__ex-item.--small {
    font-size: 12px;
  }
  .nav__ex-item:not(.nav__ex-item.--small) + .nav__ex-item.--small {
    margin-top: 20px;
  }
  .nav__ex-item.--other {
    order: 1;
  }
  .nav__ex-item:not(.nav__ex-item.--other) + .nav__ex-item.--other {
    margin-top: 22px;
  }
  .nav__ex-icn {
    margin-right: 4px;
    vertical-align: -2px;
  }
  .nav__ex-icn * {
    fill: #000000;
  }
  .nav__lang {
    z-index: 102;
    bottom: 36px;
    padding-right: 38px;
  }
  .nav__lang.is-active {
    box-shadow: 0 0 8px rgba(62, 58, 57, 0.16);
  }
  .nav__lang-item {
    line-height: 27px;
  }
}

body:not(.--lang-ja) .nav__list-item a, body:not(.--lang-ja) .nav__list-item > span {
  font-weight: 500;
}

.main {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: 0.8s ease;
  will-change: opacity;
}
.main.is-show {
  opacity: 1;
}
.main.is-showEnd {
  will-change: auto;
}

@keyframes fvImg {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fvProgress {
  0% {
    transform: scaleY(0);
  }
  98% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}
@keyframes fvScroll {
  0% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-4px);
  }
}
.fv {
  z-index: 1;
  color: #E6E6E6;
}
.fv__img-item {
  position: relative;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  z-index: 0;
}
.fv__img-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: fvImg 7s linear paused;
}
.fv__img-item.swiper-slide-active img {
  animation-play-state: running;
}
.fv__progress {
  position: absolute;
  left: 45px;
  top: 54%;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv__progress-bar {
  height: 80px;
  width: 1px;
  background: #E6E6E6;
  position: relative;
}
.fv__progress-bar:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top center;
  background: #3E3A39;
  z-index: 1;
  animation: fvProgress 18s linear infinite paused -0.2s;
}
.fv__progress-bar.is-active:before {
  animation-play-state: running;
}
.fv__progress-num {
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-size: 10px;
  line-height: 16px;
  color: #E6E6E6;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: static;
  margin-top: 8px;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
}
.fv__progress-num > * {
  letter-spacing: 0.1em;
}
.fv__copy {
  position: absolute;
  left: 40px;
  bottom: 36px;
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 16px;
  z-index: 1;
}
.fv__scroll {
  position: absolute;
  right: 114px;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv__scroll-txt {
  position: relative;
  writing-mode: vertical-rl;
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding-bottom: 17px;
  animation: fvScroll 1.5s ease-in-out alternate infinite;
  will-change: transformY;
}
.fv__scroll-txt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 4px;
  height: 4px;
  border: solid #E6E6E6;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg) translateX(-50%);
}
.fv__scroll-bar {
  position: relative;
  height: 27px;
  width: 1px;
  margin: 15px auto 0;
}
.fv__scroll-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E6E6E6;
}
@media screen and (max-width: 1090px) {
  .fv__progress {
    left: 29px;
  }
  .fv__copy {
    display: none;
  }
  .fv__scroll {
    right: auto;
    left: 32px;
  }
}

.feature__block {
  color: #E6E6E6;
}
.feature__block-inner {
  position: relative;
  z-index: 0;
  height: 100%;
}
.feature__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.feature__catch {
  position: absolute;
  top: 77px;
  right: 144px;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.feature__catch.is-view .txtTypewriter > * {
  opacity: 1;
}
.feature__catch-line {
  display: block;
}
.feature__catch-line > *:nth-child(1) {
  transition-delay: 0.35s;
}
.feature__catch-line > *:nth-child(2) {
  transition-delay: 0.4s;
}
.feature__catch-line > *:nth-child(3) {
  transition-delay: 0.45s;
}
.feature__catch-line > *:nth-child(4) {
  transition-delay: 0.5s;
}
.feature__catch-line > *:nth-child(5) {
  transition-delay: 0.55s;
}
.feature__catch-line > *:nth-child(6) {
  transition-delay: 0.6s;
}
.feature__catch-line > *:nth-child(7) {
  transition-delay: 0.65s;
}
.feature__catch-line > *:nth-child(8) {
  transition-delay: 0.7s;
}
.feature__catch-line > *:nth-child(9) {
  transition-delay: 0.75s;
}
.feature__catch-line > *:nth-child(10) {
  transition-delay: 0.8s;
}
.feature__catch-line > *:nth-child(11) {
  transition-delay: 0.85s;
}
.feature__catch-line > *:nth-child(12) {
  transition-delay: 0.9s;
}
.feature__catch-line > *:nth-child(13) {
  transition-delay: 0.95s;
}
.feature__catch-line > *:nth-child(14) {
  transition-delay: 1s;
}
.feature__catch-line > *:nth-child(15) {
  transition-delay: 1.05s;
}
.feature__catch-line > *:nth-child(16) {
  transition-delay: 1.1s;
}
.feature__catch-line > *:nth-child(17) {
  transition-delay: 1.15s;
}
.feature__catch-line > *:nth-child(18) {
  transition-delay: 1.2s;
}
.feature__catch-line > *:nth-child(19) {
  transition-delay: 1.25s;
}
.feature__catch-line > *:nth-child(20) {
  transition-delay: 1.3s;
}
.feature__catch-line > *:nth-child(21) {
  transition-delay: 1.35s;
}
.feature__catch-line > *:nth-child(22) {
  transition-delay: 1.4s;
}
.feature__catch-line > *:nth-child(23) {
  transition-delay: 1.45s;
}
.feature__catch-line > *:nth-child(24) {
  transition-delay: 1.5s;
}
.feature__catch-line > *:nth-child(25) {
  transition-delay: 1.55s;
}
.feature__catch-line > *:nth-child(26) {
  transition-delay: 1.6s;
}
.feature__catch-line > *:nth-child(27) {
  transition-delay: 1.65s;
}
.feature__catch-line > *:nth-child(28) {
  transition-delay: 1.7s;
}
.feature__catch-line > *:nth-child(29) {
  transition-delay: 1.75s;
}
.feature__catch-line > *:nth-child(30) {
  transition-delay: 1.8s;
}
.feature__catch-line > *:nth-child(31) {
  transition-delay: 1.85s;
}
.feature__catch-line > *:nth-child(32) {
  transition-delay: 1.9s;
}
.feature__catch-line > *:nth-child(33) {
  transition-delay: 1.95s;
}
.feature__catch-line > *:nth-child(34) {
  transition-delay: 2s;
}
.feature__catch-line > *:nth-child(35) {
  transition-delay: 2.05s;
}
.feature__catch-line > *:nth-child(36) {
  transition-delay: 2.1s;
}
.feature__catch-line > *:nth-child(37) {
  transition-delay: 2.15s;
}
.feature__catch-line > *:nth-child(38) {
  transition-delay: 2.2s;
}
.feature__catch-line > *:nth-child(39) {
  transition-delay: 2.25s;
}
.feature__catch-line > *:nth-child(40) {
  transition-delay: 2.3s;
}
.feature__catch-line + .feature__catch-line {
  margin-top: 1.1em;
}
.feature__catch-line + .feature__catch-line > *:nth-child(1) {
  transition-delay: 0.85s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(2) {
  transition-delay: 0.9s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(3) {
  transition-delay: 0.95s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(4) {
  transition-delay: 1s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(5) {
  transition-delay: 1.05s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(6) {
  transition-delay: 1.1s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(7) {
  transition-delay: 1.15s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(8) {
  transition-delay: 1.2s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(9) {
  transition-delay: 1.25s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(10) {
  transition-delay: 1.3s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(11) {
  transition-delay: 1.35s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(12) {
  transition-delay: 1.4s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(13) {
  transition-delay: 1.45s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(14) {
  transition-delay: 1.5s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(15) {
  transition-delay: 1.55s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(16) {
  transition-delay: 1.6s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(17) {
  transition-delay: 1.65s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(18) {
  transition-delay: 1.7s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(19) {
  transition-delay: 1.75s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(20) {
  transition-delay: 1.8s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(21) {
  transition-delay: 1.85s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(22) {
  transition-delay: 1.9s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(23) {
  transition-delay: 1.95s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(24) {
  transition-delay: 2s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(25) {
  transition-delay: 2.05s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(26) {
  transition-delay: 2.1s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(27) {
  transition-delay: 2.15s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(28) {
  transition-delay: 2.2s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(29) {
  transition-delay: 2.25s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(30) {
  transition-delay: 2.3s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(31) {
  transition-delay: 2.35s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(32) {
  transition-delay: 2.4s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(33) {
  transition-delay: 2.45s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(34) {
  transition-delay: 2.5s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(35) {
  transition-delay: 2.55s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(36) {
  transition-delay: 2.6s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(37) {
  transition-delay: 2.65s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(38) {
  transition-delay: 2.7s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(39) {
  transition-delay: 2.75s;
}
.feature__catch-line + .feature__catch-line > *:nth-child(40) {
  transition-delay: 2.8s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line {
  margin-top: 2.2em;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line.--kakko {
  margin-top: 1.8em;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(1) {
  transition-delay: 1.35s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(2) {
  transition-delay: 1.4s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(3) {
  transition-delay: 1.45s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(4) {
  transition-delay: 1.5s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(5) {
  transition-delay: 1.55s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(6) {
  transition-delay: 1.6s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(7) {
  transition-delay: 1.65s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(8) {
  transition-delay: 1.7s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(9) {
  transition-delay: 1.75s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(10) {
  transition-delay: 1.8s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(11) {
  transition-delay: 1.85s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(12) {
  transition-delay: 1.9s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(13) {
  transition-delay: 1.95s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(14) {
  transition-delay: 2s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(15) {
  transition-delay: 2.05s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(16) {
  transition-delay: 2.1s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(17) {
  transition-delay: 2.15s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(18) {
  transition-delay: 2.2s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(19) {
  transition-delay: 2.25s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(20) {
  transition-delay: 2.3s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(21) {
  transition-delay: 2.35s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(22) {
  transition-delay: 2.4s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(23) {
  transition-delay: 2.45s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(24) {
  transition-delay: 2.5s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(25) {
  transition-delay: 2.55s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(26) {
  transition-delay: 2.6s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(27) {
  transition-delay: 2.65s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(28) {
  transition-delay: 2.7s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(29) {
  transition-delay: 2.75s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(30) {
  transition-delay: 2.8s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(31) {
  transition-delay: 2.85s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(32) {
  transition-delay: 2.9s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(33) {
  transition-delay: 2.95s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(34) {
  transition-delay: 3s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(35) {
  transition-delay: 3.05s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(36) {
  transition-delay: 3.1s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(37) {
  transition-delay: 3.15s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(38) {
  transition-delay: 3.2s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(39) {
  transition-delay: 3.25s;
}
.feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(40) {
  transition-delay: 3.3s;
}
.feature__catch.--mid {
  top: 43%;
  transform: translateY(-50%);
}
.feature__catch.--bottom {
  top: auto;
  bottom: 72px;
}
.feature__catch.--lang-en-show {
  top: auto;
  right: auto;
  writing-mode: initial;
  text-align: left;
  bottom: 54px;
  left: 64px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.feature__catch.--lang-en-show .feature__catch-line {
  margin-top: 0 !important;
}
@media screen and (min-width: 1091px) {
  .feature__catch.--lang-en-show .feature__catch-line:nth-of-type(2) {
    margin-left: 0.8em;
  }
  .feature__catch.--lang-en-show .feature__catch-line:nth-of-type(3) {
    margin-left: 1.65em;
  }
}
@media screen and (min-width: 1091px) {
  .feature__block:nth-of-type(3) .feature__catch.--lang-en-show {
    left: 50%;
    transform: translateX(calc(-50% - 34px));
  }
  .feature__block:nth-of-type(4) .feature__catch.--lang-en-show {
    left: auto;
    right: 151px;
  }
}
@media screen and (max-width: 1090px) {
  .feature__catch {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.12em;
    top: auto !important;
    bottom: 72px !important;
  }
  .feature__catch-line > *:nth-child(1) {
    transition-delay: 0.32s;
  }
  .feature__catch-line > *:nth-child(2) {
    transition-delay: 0.34s;
  }
  .feature__catch-line > *:nth-child(3) {
    transition-delay: 0.36s;
  }
  .feature__catch-line > *:nth-child(4) {
    transition-delay: 0.38s;
  }
  .feature__catch-line > *:nth-child(5) {
    transition-delay: 0.4s;
  }
  .feature__catch-line > *:nth-child(6) {
    transition-delay: 0.42s;
  }
  .feature__catch-line > *:nth-child(7) {
    transition-delay: 0.44s;
  }
  .feature__catch-line > *:nth-child(8) {
    transition-delay: 0.46s;
  }
  .feature__catch-line > *:nth-child(9) {
    transition-delay: 0.48s;
  }
  .feature__catch-line > *:nth-child(10) {
    transition-delay: 0.5s;
  }
  .feature__catch-line > *:nth-child(11) {
    transition-delay: 0.52s;
  }
  .feature__catch-line > *:nth-child(12) {
    transition-delay: 0.54s;
  }
  .feature__catch-line > *:nth-child(13) {
    transition-delay: 0.56s;
  }
  .feature__catch-line > *:nth-child(14) {
    transition-delay: 0.58s;
  }
  .feature__catch-line > *:nth-child(15) {
    transition-delay: 0.6s;
  }
  .feature__catch-line > *:nth-child(16) {
    transition-delay: 0.62s;
  }
  .feature__catch-line > *:nth-child(17) {
    transition-delay: 0.64s;
  }
  .feature__catch-line > *:nth-child(18) {
    transition-delay: 0.66s;
  }
  .feature__catch-line > *:nth-child(19) {
    transition-delay: 0.68s;
  }
  .feature__catch-line > *:nth-child(20) {
    transition-delay: 0.7s;
  }
  .feature__catch-line > *:nth-child(21) {
    transition-delay: 0.72s;
  }
  .feature__catch-line > *:nth-child(22) {
    transition-delay: 0.74s;
  }
  .feature__catch-line > *:nth-child(23) {
    transition-delay: 0.76s;
  }
  .feature__catch-line > *:nth-child(24) {
    transition-delay: 0.78s;
  }
  .feature__catch-line > *:nth-child(25) {
    transition-delay: 0.8s;
  }
  .feature__catch-line > *:nth-child(26) {
    transition-delay: 0.82s;
  }
  .feature__catch-line > *:nth-child(27) {
    transition-delay: 0.84s;
  }
  .feature__catch-line > *:nth-child(28) {
    transition-delay: 0.86s;
  }
  .feature__catch-line > *:nth-child(29) {
    transition-delay: 0.88s;
  }
  .feature__catch-line > *:nth-child(30) {
    transition-delay: 0.9s;
  }
  .feature__catch-line > *:nth-child(31) {
    transition-delay: 0.92s;
  }
  .feature__catch-line > *:nth-child(32) {
    transition-delay: 0.94s;
  }
  .feature__catch-line > *:nth-child(33) {
    transition-delay: 0.96s;
  }
  .feature__catch-line > *:nth-child(34) {
    transition-delay: 0.98s;
  }
  .feature__catch-line > *:nth-child(35) {
    transition-delay: 1s;
  }
  .feature__catch-line > *:nth-child(36) {
    transition-delay: 1.02s;
  }
  .feature__catch-line > *:nth-child(37) {
    transition-delay: 1.04s;
  }
  .feature__catch-line > *:nth-child(38) {
    transition-delay: 1.06s;
  }
  .feature__catch-line > *:nth-child(39) {
    transition-delay: 1.08s;
  }
  .feature__catch-line > *:nth-child(40) {
    transition-delay: 1.1s;
  }
  .feature__catch-line + .feature__catch-line {
    margin-top: 1.5em;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(1) {
    transition-delay: 0.62s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(2) {
    transition-delay: 0.64s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(3) {
    transition-delay: 0.66s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(4) {
    transition-delay: 0.68s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(5) {
    transition-delay: 0.7s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(6) {
    transition-delay: 0.72s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(7) {
    transition-delay: 0.74s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(8) {
    transition-delay: 0.76s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(9) {
    transition-delay: 0.78s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(10) {
    transition-delay: 0.8s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(11) {
    transition-delay: 0.82s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(12) {
    transition-delay: 0.84s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(13) {
    transition-delay: 0.86s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(14) {
    transition-delay: 0.88s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(15) {
    transition-delay: 0.9s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(16) {
    transition-delay: 0.92s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(17) {
    transition-delay: 0.94s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(18) {
    transition-delay: 0.96s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(19) {
    transition-delay: 0.98s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(20) {
    transition-delay: 1s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(21) {
    transition-delay: 1.02s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(22) {
    transition-delay: 1.04s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(23) {
    transition-delay: 1.06s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(24) {
    transition-delay: 1.08s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(25) {
    transition-delay: 1.1s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(26) {
    transition-delay: 1.12s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(27) {
    transition-delay: 1.14s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(28) {
    transition-delay: 1.16s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(29) {
    transition-delay: 1.18s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(30) {
    transition-delay: 1.2s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(31) {
    transition-delay: 1.22s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(32) {
    transition-delay: 1.24s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(33) {
    transition-delay: 1.26s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(34) {
    transition-delay: 1.28s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(35) {
    transition-delay: 1.3s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(36) {
    transition-delay: 1.32s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(37) {
    transition-delay: 1.34s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(38) {
    transition-delay: 1.36s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(39) {
    transition-delay: 1.38s;
  }
  .feature__catch-line + .feature__catch-line > *:nth-child(40) {
    transition-delay: 1.4s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line {
    margin-top: 2.8em;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(1) {
    transition-delay: 0.92s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(2) {
    transition-delay: 0.94s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(3) {
    transition-delay: 0.96s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(4) {
    transition-delay: 0.98s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(5) {
    transition-delay: 1s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(6) {
    transition-delay: 1.02s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(7) {
    transition-delay: 1.04s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(8) {
    transition-delay: 1.06s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(9) {
    transition-delay: 1.08s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(10) {
    transition-delay: 1.1s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(11) {
    transition-delay: 1.12s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(12) {
    transition-delay: 1.14s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(13) {
    transition-delay: 1.16s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(14) {
    transition-delay: 1.18s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(15) {
    transition-delay: 1.2s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(16) {
    transition-delay: 1.22s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(17) {
    transition-delay: 1.24s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(18) {
    transition-delay: 1.26s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(19) {
    transition-delay: 1.28s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(20) {
    transition-delay: 1.3s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(21) {
    transition-delay: 1.32s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(22) {
    transition-delay: 1.34s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(23) {
    transition-delay: 1.36s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(24) {
    transition-delay: 1.38s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(25) {
    transition-delay: 1.4s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(26) {
    transition-delay: 1.42s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(27) {
    transition-delay: 1.44s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(28) {
    transition-delay: 1.46s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(29) {
    transition-delay: 1.48s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(30) {
    transition-delay: 1.5s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(31) {
    transition-delay: 1.52s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(32) {
    transition-delay: 1.54s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(33) {
    transition-delay: 1.56s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(34) {
    transition-delay: 1.58s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(35) {
    transition-delay: 1.6s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(36) {
    transition-delay: 1.62s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(37) {
    transition-delay: 1.64s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(38) {
    transition-delay: 1.66s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(39) {
    transition-delay: 1.68s;
  }
  .feature__catch-line + .feature__catch-line + .feature__catch-line > *:nth-child(40) {
    transition-delay: 1.7s;
  }
  .feature__catch.--top {
    right: auto;
    left: 32px;
    top: auto;
    bottom: auto;
  }
  .feature__catch.--bottom {
    right: auto;
    left: 32px;
    top: auto;
  }
  .feature__catch.--mid {
    right: auto;
    left: 32px;
    top: auto;
    transform: none;
  }
  .feature__catch.--lang-en-show {
    font-size: 16px;
    font-size: clamp(12px, 0.0516129032 * (100vw - 80px), 16px);
    line-height: 24px;
    left: 50%;
    bottom: auto !important;
    top: 80px !important;
    transform: translateX(-50%);
    max-width: 310px;
    width: calc(100% - 80px);
    text-align: left;
  }
}

.sec-bg {
  background: url("../img/kanazawa/bg-common.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .sec-bg {
    background-image: url("../img/kanazawa/sp/bg-common@2x.jpg");
  }
}

.sec-head {
  writing-mode: vertical-rl;
  display: flex;
}
.sec-head__ttl {
  display: flex;
  margin-top: 7px;
  height: 360px;
}
.sec-head__ttl.is-view .txtTypewriter > * {
  opacity: 1;
}
.sec-head__ja {
  font-weight: 600;
  font-size: 24px;
  line-height: 40/24;
}
.sec-head__en {
  margin: 28px 5px 0 0;
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.sec-head__en .txtTypewriter > *:nth-child(1) {
  transition-delay: 0.85s;
}
.sec-head__en .txtTypewriter > *:nth-child(2) {
  transition-delay: 0.9s;
}
.sec-head__en .txtTypewriter > *:nth-child(3) {
  transition-delay: 0.95s;
}
.sec-head__en .txtTypewriter > *:nth-child(4) {
  transition-delay: 1s;
}
.sec-head__en .txtTypewriter > *:nth-child(5) {
  transition-delay: 1.05s;
}
.sec-head__en .txtTypewriter > *:nth-child(6) {
  transition-delay: 1.1s;
}
.sec-head__en .txtTypewriter > *:nth-child(7) {
  transition-delay: 1.15s;
}
.sec-head__en .txtTypewriter > *:nth-child(8) {
  transition-delay: 1.2s;
}
.sec-head__en .txtTypewriter > *:nth-child(9) {
  transition-delay: 1.25s;
}
.sec-head__en .txtTypewriter > *:nth-child(10) {
  transition-delay: 1.3s;
}
.sec-head__en .txtTypewriter > *:nth-child(11) {
  transition-delay: 1.35s;
}
.sec-head__en .txtTypewriter > *:nth-child(12) {
  transition-delay: 1.4s;
}
.sec-head__en .txtTypewriter > *:nth-child(13) {
  transition-delay: 1.45s;
}
.sec-head__en .txtTypewriter > *:nth-child(14) {
  transition-delay: 1.5s;
}
.sec-head__en .txtTypewriter > *:nth-child(15) {
  transition-delay: 1.55s;
}
.sec-head__en .txtTypewriter > *:nth-child(16) {
  transition-delay: 1.6s;
}
.sec-head__en .txtTypewriter > *:nth-child(17) {
  transition-delay: 1.65s;
}
.sec-head__en .txtTypewriter > *:nth-child(18) {
  transition-delay: 1.7s;
}
.sec-head__en .txtTypewriter > *:nth-child(19) {
  transition-delay: 1.75s;
}
.sec-head__en .txtTypewriter > *:nth-child(20) {
  transition-delay: 1.8s;
}
.sec-head__en .txtTypewriter > *:nth-child(21) {
  transition-delay: 1.85s;
}
.sec-head__en .txtTypewriter > *:nth-child(22) {
  transition-delay: 1.9s;
}
.sec-head__en .txtTypewriter > *:nth-child(23) {
  transition-delay: 1.95s;
}
.sec-head__en .txtTypewriter > *:nth-child(24) {
  transition-delay: 2s;
}
.sec-head__en .txtTypewriter > *:nth-child(25) {
  transition-delay: 2.05s;
}
.sec-head__en .txtTypewriter > *:nth-child(26) {
  transition-delay: 2.1s;
}
.sec-head__en .txtTypewriter > *:nth-child(27) {
  transition-delay: 2.15s;
}
.sec-head__en .txtTypewriter > *:nth-child(28) {
  transition-delay: 2.2s;
}
.sec-head__en .txtTypewriter > *:nth-child(29) {
  transition-delay: 2.25s;
}
.sec-head__en .txtTypewriter > *:nth-child(30) {
  transition-delay: 2.3s;
}
.sec-head__en .txtTypewriter > *:nth-child(31) {
  transition-delay: 2.35s;
}
.sec-head__en .txtTypewriter > *:nth-child(32) {
  transition-delay: 2.4s;
}
.sec-head__en .txtTypewriter > *:nth-child(33) {
  transition-delay: 2.45s;
}
.sec-head__en .txtTypewriter > *:nth-child(34) {
  transition-delay: 2.5s;
}
.sec-head__en .txtTypewriter > *:nth-child(35) {
  transition-delay: 2.55s;
}
.sec-head__en .txtTypewriter > *:nth-child(36) {
  transition-delay: 2.6s;
}
.sec-head__en .txtTypewriter > *:nth-child(37) {
  transition-delay: 2.65s;
}
.sec-head__en .txtTypewriter > *:nth-child(38) {
  transition-delay: 2.7s;
}
.sec-head__en .txtTypewriter > *:nth-child(39) {
  transition-delay: 2.75s;
}
.sec-head__en .txtTypewriter > *:nth-child(40) {
  transition-delay: 2.8s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(1) {
  transition-delay: 1.05s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(2) {
  transition-delay: 1.1s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(3) {
  transition-delay: 1.15s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(4) {
  transition-delay: 1.2s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(5) {
  transition-delay: 1.25s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(6) {
  transition-delay: 1.3s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(7) {
  transition-delay: 1.35s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(8) {
  transition-delay: 1.4s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(9) {
  transition-delay: 1.45s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(10) {
  transition-delay: 1.5s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(11) {
  transition-delay: 1.55s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(12) {
  transition-delay: 1.6s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(13) {
  transition-delay: 1.65s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(14) {
  transition-delay: 1.7s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(15) {
  transition-delay: 1.75s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(16) {
  transition-delay: 1.8s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(17) {
  transition-delay: 1.85s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(18) {
  transition-delay: 1.9s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(19) {
  transition-delay: 1.95s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(20) {
  transition-delay: 2s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(21) {
  transition-delay: 2.05s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(22) {
  transition-delay: 2.1s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(23) {
  transition-delay: 2.15s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(24) {
  transition-delay: 2.2s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(25) {
  transition-delay: 2.25s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(26) {
  transition-delay: 2.3s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(27) {
  transition-delay: 2.35s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(28) {
  transition-delay: 2.4s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(29) {
  transition-delay: 2.45s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(30) {
  transition-delay: 2.5s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(31) {
  transition-delay: 2.55s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(32) {
  transition-delay: 2.6s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(33) {
  transition-delay: 2.65s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(34) {
  transition-delay: 2.7s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(35) {
  transition-delay: 2.75s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(36) {
  transition-delay: 2.8s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(37) {
  transition-delay: 2.85s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(38) {
  transition-delay: 2.9s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(39) {
  transition-delay: 2.95s;
}
.sec-head__en .txtTypewriter.--2 > *:nth-child(40) {
  transition-delay: 3s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(1) {
  transition-delay: 1.25s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(2) {
  transition-delay: 1.3s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(3) {
  transition-delay: 1.35s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(4) {
  transition-delay: 1.4s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(5) {
  transition-delay: 1.45s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(6) {
  transition-delay: 1.5s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(7) {
  transition-delay: 1.55s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(8) {
  transition-delay: 1.6s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(9) {
  transition-delay: 1.65s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(10) {
  transition-delay: 1.7s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(11) {
  transition-delay: 1.75s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(12) {
  transition-delay: 1.8s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(13) {
  transition-delay: 1.85s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(14) {
  transition-delay: 1.9s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(15) {
  transition-delay: 1.95s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(16) {
  transition-delay: 2s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(17) {
  transition-delay: 2.05s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(18) {
  transition-delay: 2.1s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(19) {
  transition-delay: 2.15s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(20) {
  transition-delay: 2.2s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(21) {
  transition-delay: 2.25s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(22) {
  transition-delay: 2.3s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(23) {
  transition-delay: 2.35s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(24) {
  transition-delay: 2.4s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(25) {
  transition-delay: 2.45s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(26) {
  transition-delay: 2.5s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(27) {
  transition-delay: 2.55s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(28) {
  transition-delay: 2.6s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(29) {
  transition-delay: 2.65s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(30) {
  transition-delay: 2.7s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(31) {
  transition-delay: 2.75s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(32) {
  transition-delay: 2.8s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(33) {
  transition-delay: 2.85s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(34) {
  transition-delay: 2.9s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(35) {
  transition-delay: 2.95s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(36) {
  transition-delay: 3s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(37) {
  transition-delay: 3.05s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(38) {
  transition-delay: 3.1s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(39) {
  transition-delay: 3.15s;
}
.sec-head__en .txtTypewriter.--3 > *:nth-child(40) {
  transition-delay: 3.2s;
}
.sec-head__txt {
  font-weight: 600;
  margin: 0 -4px 0 0;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.17em;
  text-orientation: upright;
  height: 285px;
}
.sec-head__txt-block + .sec-head__txt-block {
  margin-right: 6px;
}
@media screen and (max-height: 799px) and (min-width: 1091px) {
  .sec-head__ttl {
    height: 265px;
  }
}
@media screen and (max-width: 1090px) {
  .sec-head {
    writing-mode: initial;
    display: block;
  }
  .sec-head__ttl {
    margin: 0;
    height: auto !important;
  }
  .sec-head__ja {
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-right: 23px;
  }
  .sec-head__en {
    margin: 6px 0 0;
  }
  .sec-head__txt {
    margin: 26px 0 0;
    letter-spacing: 0.05em;
    line-height: 22px;
    height: auto;
  }
  .sec-head__txt + .sec-head__txt {
    margin: 0;
  }
}

body:not(.--lang-ja) .sec-head__ja, body:not(.--lang-ja) .sec-head__en, body:not(.--lang-ja) .sec-head__txt {
  font-weight: 400;
}

.sec-img__item {
  background-size: cover !important;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.sec-img__item.--1 {
  background: url("../img/kanazawa/img-sec1.jpg") no-repeat top left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .sec-img__item.--1 {
    background-image: url("../img/kanazawa/img-sec1@2x.jpg");
  }
}
.sec-img__item.--2 {
  background: url("../img/kanazawa/img-sec2.jpg") no-repeat top left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .sec-img__item.--2 {
    background-image: url("../img/kanazawa/img-sec2@2x.jpg");
  }
}
.sec-img__item.--3 {
  background: url("../img/kanazawa/img-sec3.jpg") no-repeat top left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .sec-img__item.--3 {
    background-image: url("../img/kanazawa/img-sec3@2x.jpg");
  }
}
.sec-img__item.--4 {
  background: url("../img/kanazawa/img-sec4.jpg") no-repeat top left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .sec-img__item.--4 {
    background-image: url("../img/kanazawa/img-sec4@2x.jpg");
  }
}
@media screen and (max-width: 1090px) {
  .sec-img {
    height: 100vh;
    height: 100dvh;
  }
  .sec-img__item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
  .sec-img__item.--1 {
    background: url("../img/kanazawa/sp/img-sec1.jpg") no-repeat top left;
  }
}
@media screen and (max-width: 1090px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1090px) and (min-resolution: 2dppx) {
  .sec-img__item.--1 {
    background-image: url("../img/kanazawa/sp/img-sec1@2x.jpg");
  }
}
@media screen and (max-width: 1090px) {
  .sec-img__item.--2 {
    background: url("../img/kanazawa/sp/img-sec2.jpg") no-repeat top left;
  }
}
@media screen and (max-width: 1090px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1090px) and (min-resolution: 2dppx) {
  .sec-img__item.--2 {
    background-image: url("../img/kanazawa/sp/img-sec2@2x.jpg");
  }
}
@media screen and (max-width: 1090px) {
  .sec-img__item.--3 {
    background: url("../img/kanazawa/sp/img-sec3.jpg") no-repeat top left;
  }
}
@media screen and (max-width: 1090px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1090px) and (min-resolution: 2dppx) {
  .sec-img__item.--3 {
    background-image: url("../img/kanazawa/sp/img-sec3@2x.jpg");
  }
}
@media screen and (max-width: 1090px) {
  .sec-img__item.--4 {
    background: url("../img/kanazawa/sp/img-sec4.jpg") no-repeat top left;
  }
}
@media screen and (max-width: 1090px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1090px) and (min-resolution: 2dppx) {
  .sec-img__item.--4 {
    background-image: url("../img/kanazawa/sp/img-sec4@2x.jpg");
  }
}
.sec-img.secImg-view .sec-img__item {
  opacity: 1;
}

.sec-inner {
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1800px;
  max-height: 800px;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding: 80px 152px 70px 120px;
}
@media screen and (max-width: 1090px) {
  .sec-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sec-inner__cont {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1279px) and (min-width: 1091px) {
  .sec-inner {
    padding-right: 112px;
    padding-left: 80px;
  }
}
@media screen and (max-height: 799px) and (min-width: 1091px) {
  .sec-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 1090px) {
  .sec-inner {
    transform: none;
    padding-top: 85px;
    padding-bottom: 78px;
    position: static;
    display: block;
    padding-right: 85px;
    height: auto;
    max-height: none;
  }
}

@media screen and (min-width: 1091px) {
  body:not(.--lang-ja) .sec-inner {
    flex-direction: row;
    max-height: 1000px;
  }
  body:not(.--lang-ja) .sec-inner__cont {
    margin: 0 0 0 auto;
  }
  body:not(.--lang-ja) .sec-head {
    writing-mode: initial;
    display: block;
    max-width: 250px;
    min-width: 150px;
    width: calc(100% - 900px);
  }
  body:not(.--lang-ja) .sec-head__ja {
    font-weight: 500;
  }
  body:not(.--lang-ja) .sec-head__ttl {
    margin-top: 4px;
    font-size: 22px;
    height: 344px;
  }
  body:not(.--lang-ja) .sec-head__txt {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
  body:not(.--lang-ja) .sec-head__txt-block {
    margin-bottom: 13px;
    margin-right: 0;
    font-weight: 500;
  }
}
@media screen and (max-width: 1091px) {
  body:not(.--lang-ja) .sec-head {
    margin-bottom: 36px;
  }
  body:not(.--lang-ja) .sec-head__txt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    margin-top: 27px;
  }
}

.menu {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
  max-height: 648px;
  max-width: 858px;
}
.menu__item {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
}
.menu__item:first-child {
  margin-right: -6px;
}
.menu__item + .menu__item {
  margin-right: 44px;
}
.menu__info {
  height: 280px;
}
.menu__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.12em;
}
.menu__name-small {
  font-size: 12px;
  margin-top: -1.4em;
}
.menu__catch {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.16em;
}
.menu__name + .menu__catch {
  margin-right: 9px;
}
.menu__detail {
  font-size: 12px;
  line-height: 20px;
  color: #4D4D4D;
  letter-spacing: 0.17em;
}
.menu__txt {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.17em;
  color: #4D4D4D;
}
.menu__name + .menu__txt, .menu__name + .menu_detail {
  margin-right: 17px;
}
.menu__catch + .menu__txt, .menu__catch + .menu__detail {
  margin-right: 14px;
}
.menu__price {
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  margin: 0 15px 3px 0;
}
.menu__partition {
  height: auto;
  border: 0;
  border-left: rgba(0, 0, 0, 0.2) solid 1px;
  margin: 0 36px;
}
.menu__img {
  margin-bottom: 68px;
  display: block;
  height: 300px;
}
.menu__img img {
  object-fit: cover;
  width: 100%;
}
.menu__etc {
  position: absolute;
  left: -48px;
  bottom: 8px;
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}
.menu__toggle-label {
  display: none;
}
.menu.--img .menu__item {
  width: calc(25% - 15px);
}
.menu.--img .menu__item + .menu__item {
  margin-right: 20px;
}
.menu.--img .menu__name {
  margin-right: -6px;
}
.menu.--img .menu__price {
  margin: 0 0 8px 0;
}
@media screen and (max-width: 1400px) {
  .menu__item + .menu__item {
    margin-right: 22px;
  }
  .menu__partition {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .menu__detail {
    line-height: 18px;
  }
}
@media screen and (max-height: 799px) and (min-width: 1091px) {
  .menu__img {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1090px) {
  .menu {
    max-height: initial;
    margin: 0;
    display: block;
  }
  .menu__item {
    writing-mode: initial;
    display: block;
  }
  .menu__item:first-child {
    margin-right: 0;
  }
  .menu__item + .menu__item {
    margin: 44px 0 0;
  }
  .menu__info {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .menu__name {
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .menu__name-small {
    font-size: 12px;
    margin-top: 0.05em;
  }
  .menu__catch {
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .menu__name + .menu__catch {
    margin: 8px 0 0;
  }
  .menu__detail {
    letter-spacing: 0.05em;
    margin: 11px 0 0;
    font-weight: 600;
    line-height: 20px;
  }
  .menu__txt {
    margin: 8px 0 0;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .menu__name + .menu__txt, .menu__name + .menu_detail, .menu__catch + .menu__txt, .menu__catch + .menu__detail {
    margin-right: 0;
  }
  .menu__price {
    text-align: initial;
    letter-spacing: 0.05em;
    margin: 12px 0 0;
  }
  .menu__price br {
    display: none !important;
  }
  .menu__img {
    margin: 0 0 22px -40px;
    width: calc(100% + 40px);
    height: auto;
  }
  .menu__img img {
    width: auto;
    max-width: 100%;
  }
  .menu__etc {
    font-weight: 500;
    position: static;
    text-align: right;
    margin-top: 37px;
    writing-mode: initial;
  }
  .menu__partition {
    border: 0;
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
    margin: 38px 0 36px;
  }
  .menu__toggle {
    order: 1;
    margin: 14px 0 10px;
  }
  .menu__toggle-label {
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .menu__toggle-label .--close {
    display: block;
  }
  .menu__toggle-label .--open {
    display: none;
  }
  .menu__toggle-label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    width: 8px;
    height: 8px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg) translateY(-100%);
  }
  .menu__toggle-item {
    padding: 12px 0 21px;
    display: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  .menu__toggle.is-active .menu__toggle-label .--close {
    display: none;
  }
  .menu__toggle.is-active .menu__toggle-label .--open {
    display: block;
  }
  .menu__toggle.is-active .menu__toggle-label:before {
    right: 3px;
    width: 12px;
    height: 0;
    border-width: 0 0 1px 0;
    transform: translateY(-50%);
  }
  .menu.--img .menu__item {
    width: auto;
  }
  .menu.--img .menu__item + .menu__item {
    margin: 54px 0 0;
  }
  .menu.--img .menu__name {
    margin-right: 0;
  }
  .menu.--img .menu__price {
    margin: 13px 0 0;
  }
}

body:not(.--lang-ja) .menu .menu__name {
  font-weight: 400;
}
body:not(.--lang-ja) .menu .menu__catch {
  font-weight: 400;
}
body:not(.--lang-ja) .menu .menu__detail {
  font-weight: 400;
}
body:not(.--lang-ja) .menu .menu__txt {
  font-weight: 400;
}
body:not(.--lang-ja) .menu .menu__price {
  font-weight: 400;
}
body:not(.--lang-ja) .menu .menu__toggle-label {
  font-weight: 400;
}
@media screen and (min-width: 1091px) {
  body:not(.--lang-ja) .menu {
    justify-content: space-between;
    gap: 0 35px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  body:not(.--lang-ja) .menu__item {
    writing-mode: initial;
    margin-right: 0;
    width: calc(33.3% - 24px);
  }
  body:not(.--lang-ja) .menu__item:last-of-type {
    width: 100%;
    margin-top: 29px;
    padding-top: 26px;
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
  }
  body:not(.--lang-ja) .menu__item:last-of-type .menu__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  body:not(.--lang-ja) .menu__item:last-of-type .menu__name {
    width: 100%;
  }
  body:not(.--lang-ja) .menu__item:last-of-type .menu__catch {
    width: 300px;
  }
  body:not(.--lang-ja) .menu__item:last-of-type .menu__detail {
    width: calc(100% - 320px);
  }
  body:not(.--lang-ja) .menu__item:last-of-type .menu__price {
    position: absolute;
    right: 0;
    top: 3px;
  }
  body:not(.--lang-ja) .menu__info {
    height: fit-content;
  }
  body:not(.--lang-ja) .menu__name {
    font-size: 18px;
    margin-bottom: 7px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  body:not(.--lang-ja) .menu__catch {
    margin-bottom: 9px;
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  body:not(.--lang-ja) .menu__detail {
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
  body:not(.--lang-ja) .menu__price {
    margin: 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  body:not(.--lang-ja) .menu__partition {
    display: none;
  }
}
@media screen and (max-width: 1091px) {
  body:not(.--lang-ja) .menu__name {
    font-size: 18px;
  }
  body:not(.--lang-ja) .menu__catch {
    font-size: 14px;
    margin-top: 6px;
    line-height: 18px;
  }
  body:not(.--lang-ja) .menu__detail {
    font-size: 14px;
    margin-top: 9px;
    line-height: 18px;
  }
  body:not(.--lang-ja) .menu__price {
    font-size: 14px;
    margin-top: 17px;
    line-height: 18px;
  }
  body:not(.--lang-ja) .menu__partition {
    margin: 42px 0 38px;
  }
}

.course__cont {
  width: calc(100% - 234px);
}
.course__img {
  margin-bottom: 68px;
}
.course__img img {
  width: 885px;
}
@media screen and (min-width: 1091px) {
  .course .sec-head__ttl {
    height: 388px;
    flex-shrink: 0;
  }
  .course .sec-head__txt {
    height: 280px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1279px) {
  .course__cont {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1400px) {
  .course .sec-head__ttl {
    height: 355px;
  }
  .course__img img {
    width: 796px;
  }
}
@media screen and (max-width: 1200px) {
  .course .sec-head__ttl {
    height: 344px;
  }
  .course__img img {
    width: 768px;
  }
}
@media screen and (max-height: 799px) and (min-width: 1091px) {
  .course__img {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1090px) {
  .course__cont {
    width: auto;
  }
  .course__head {
    margin-bottom: 33px;
  }
  .course__img {
    margin: 0 0 53px -40px;
    width: calc(100% + 40px);
    height: auto;
  }
  .course__img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1091px) {
  body:not(.--lang-ja) .course .sec-head__ttl {
    height: 362px;
  }
  body:not(.--lang-ja) .course__inner {
    padding-top: 73px;
  }
  body:not(.--lang-ja) .course__img {
    margin-bottom: 46px;
    text-align: right;
  }
  body:not(.--lang-ja) .course__img img {
    width: 858px;
  }
  body:not(.--lang-ja) .course .menu {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1091px) {
  body:not(.--lang-ja) .course__img {
    margin-bottom: 55px;
  }
}

.alacarte__cont {
  width: calc(100% - 190px);
}
@media screen and (max-width: 1279px) {
  .alacarte__cont {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1090px) {
  .alacarte__inner {
    padding-bottom: 83px;
  }
  .alacarte__cont {
    width: auto;
  }
  .alacarte__head {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 1091px) {
  body:not(.--lang-ja) .alacarte__cont {
    width: calc(100% - 188px);
    position: relative;
  }
  body:not(.--lang-ja) .alacarte .menu {
    flex-wrap: nowrap;
    gap: 0 20px;
    height: 100%;
    margin: 0 0 0 auto;
    position: static;
  }
  body:not(.--lang-ja) .alacarte .menu__img {
    margin-bottom: 73px;
  }
  body:not(.--lang-ja) .alacarte .menu__info {
    padding-right: 7px;
  }
  body:not(.--lang-ja) .alacarte .menu__item {
    display: block;
    margin-right: 0 !important;
  }
  body:not(.--lang-ja) .alacarte .menu__name {
    line-height: 24px;
    margin-bottom: 17px;
  }
  body:not(.--lang-ja) .alacarte .menu__txt {
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
  body:not(.--lang-ja) .alacarte .menu__price {
    margin: 0;
  }
  body:not(.--lang-ja) .alacarte .menu__etc {
    left: auto;
    right: 0;
    bottom: 0;
    writing-mode: initial;
  }
  body:not(.--lang-ja) .alacarte .sec-head__ttl {
    height: 370px;
  }
}
.space__inner {
  padding-top: 90px;
}
.space__cont {
  width: calc(100% - 142px);
}
.space__img {
  position: relative;
  --thisW: 906px;
  --thisWIni: 906;
  max-width: 906px;
  margin: 0 auto;
}
.space__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(620 / var(--thisWIni) * var(--thisW));
}
.space__img-inner {
  overflow: hidden;
}
.space__img-inner img {
  width: 100%;
}
.space__img-txt {
  position: absolute;
  top: 3px;
  right: calc(100% + 16px);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.17em;
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.space__img-item {
  position: absolute;
}
.space__img-item.--1 {
  width: calc(340 / var(--thisWIni) * var(--thisW));
  top: calc(20 / var(--thisWIni) * var(--thisW));
  left: calc(566 / var(--thisWIni) * var(--thisW));
  transition-delay: 0.3s;
}
.space__img-item.--2 {
  width: calc(200 / var(--thisWIni) * var(--thisW));
  top: calc(0 / var(--thisWIni) * var(--thisW));
  left: calc(0 / var(--thisWIni) * var(--thisW));
}
.space__img-item.--3 {
  width: calc(247 / var(--thisWIni) * var(--thisW));
  top: calc(133 / var(--thisWIni) * var(--thisW));
  left: calc(275 / var(--thisWIni) * var(--thisW));
  transition-delay: 0.9s;
}
.space__img-item.--4 {
  width: calc(230 / var(--thisWIni) * var(--thisW));
  top: calc(287 / var(--thisWIni) * var(--thisW));
  left: calc(636 / var(--thisWIni) * var(--thisW));
  transition-delay: 0.6s;
}
.space__img-item.--5 {
  width: calc(360 / var(--thisWIni) * var(--thisW));
  top: calc(350 / var(--thisWIni) * var(--thisW));
  left: calc(112 / var(--thisWIni) * var(--thisW));
  transition-delay: 0.9s;
}
@media screen and (max-width: 1279px) {
  .space__cont {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1090px) {
  .space__inner {
    padding-top: 85px;
  }
  .space__head {
    margin-bottom: 33px;
  }
  .space__cont {
    width: 100%;
  }
  .space__img {
    --thisWIni: 390;
    margin: 0 -40px;
    width: calc(100% + 40px + 85px);
  }
  .space__img:before {
    display: none;
  }
  .space__img-inner {
    overflow: hidden;
  }
  .space__img-inner img {
    width: 100%;
  }
  .space__img-txt {
    position: static;
    margin-top: 14px;
    letter-spacing: 0.05em;
    height: auto;
    writing-mode: initial;
    padding-right: 50px;
  }
  .space__img-item {
    position: static;
  }
  .space__img-item.--1 {
    width: calc(290 / var(--thisWIni) * var(--thisW));
    margin-left: calc(0 / var(--thisWIni) * var(--thisW));
    margin-bottom: 24px;
  }
  .space__img-item.--2 {
    width: calc(200 / var(--thisWIni) * var(--thisW));
    margin-left: calc(144 / var(--thisWIni) * var(--thisW));
    margin-bottom: 36px;
  }
  .space__img-item.--3 {
    width: calc(220 / var(--thisWIni) * var(--thisW));
    margin-left: calc(70 / var(--thisWIni) * var(--thisW));
    margin-bottom: 36px;
  }
  .space__img-item.--4 {
    width: calc(200 / var(--thisWIni) * var(--thisW));
    margin-left: calc(0 / var(--thisWIni) * var(--thisW));
    margin-bottom: 24px;
  }
  .space__img-item.--5 {
    width: calc(280 / var(--thisWIni) * var(--thisW));
    margin-left: calc(0 / var(--thisWIni) * var(--thisW));
    margin-left: auto;
  }
}

@media screen and (min-width: 1091px) {
  body:not(.--lang-ja) .space__img-txt {
    left: calc(100% + 16px);
    width: fit-content;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    top: 1px;
    text-orientation: initial;
  }
  body:not(.--lang-ja) .space .sec-head {
    width: calc(100% - 1000px);
  }
  body:not(.--lang-ja) .space .sec-head__ttl {
    height: 80px;
  }
  body:not(.--lang-ja) .space__inner {
    max-height: 100vh;
  }
}
@media screen and (max-width: 900px) {
  body:not(.--lang-ja) .space__img-txt {
    line-height: 18px;
  }
}

@keyframes linkLine {
  0% {
    transform-origin: center bottom;
    transform: scaleY(1);
  }
  30% {
    transform-origin: center bottom;
    transform: scaleY(0);
  }
  31% {
    transform-origin: center top;
    transform: scaleY(0);
  }
  100% {
    transform-origin: center top;
    transform: scaleY(1);
  }
}
@keyframes linkLine-vertical {
  0% {
    transform-origin: center right;
    transform: scaleX(1);
  }
  30% {
    transform-origin: center right;
    transform: scaleX(0);
  }
  31% {
    transform-origin: center left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: center left;
    transform: scaleX(1);
  }
}
.reservation__inner {
  padding-top: 90px;
  padding-bottom: 77px;
}
.reservation .sec-head__txt {
  height: 282px;
  margin-top: auto;
}
.reservation__cont {
  width: calc(100% - 112px);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.reservation__detail {
  writing-mode: vertical-rl;
  height: 282px;
}
.reservation__txt {
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.17em;
  text-orientation: upright;
}
.reservation__txt-block + .reservation__txt-block {
  margin-right: 6px;
}
.reservation__contact {
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.115em;
  margin-right: 26px;
}
.reservation__contact-en {
  letter-spacing: 0.08em;
}
.reservation__contact a {
  color: inherit;
  text-decoration: none;
}
.reservation__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.12em;
  margin: 0 32px 13px 0;
}
.reservation__link.--jp-sp {
  display: none;
}
.reservation__link a {
  display: inline-block;
  position: relative;
  padding: 3px 9px 3px 0;
}
.reservation__link a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #000000;
  transform-origin: center top;
}
@media screen and (min-width: 1025px) {
  .reservation__link a:hover:before {
    animation: linkLine 0.6s ease;
  }
}
.reservation__img {
  margin: 0 auto 0 0;
  max-width: calc(100% - 400px);
  height: 100%;
}
.reservation__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .reservation__cont {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1090px) {
  .reservation__inner {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .reservation__head {
    margin-bottom: 36px;
  }
  .reservation .sec-head__ttl {
    height: auto;
  }
  .reservation .sec-head__txt {
    height: auto;
    margin-top: 26px;
  }
  .reservation__cont {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .reservation__detail {
    writing-mode: initial;
    height: auto;
    order: 1;
  }
  .reservation__img {
    margin: 0 0 34px -40px;
    width: calc(100% + 40px);
    max-width: none;
    height: auto;
  }
  .reservation__img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .reservation__txt {
    line-height: 22px;
    letter-spacing: 0.05em;
  }
  .reservation__txt-block + .reservation__txt-block {
    margin-right: 0;
  }
  .reservation__contact {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    margin: 27px 0 0;
  }
  .reservation__contact-en {
    letter-spacing: 0.05em;
  }
  .reservation__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin: 21px 0 0 0;
    text-align: left;
  }
  .reservation__link.--jp-pc {
    display: none;
  }
  .reservation__link.--jp-sp {
    display: block;
  }
  .reservation__link a {
    display: inline-block;
    position: relative;
    padding: 0 0 7px 0;
  }
  .reservation__link a:before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

body:not(.--lang-ja) .--jp-pc, body:not(.--lang-ja) .--jp-sp {
  display: none !important;
}
@media screen and (min-width: 1091px) {
  body:not(.--lang-ja) .reservation__head {
    max-width: 250px;
    width: 250px;
    flex-shrink: 0;
  }
  body:not(.--lang-ja) .reservation__cont {
    flex-shrink: 0;
    width: calc(100% - 300px);
    flex-direction: row;
  }
  body:not(.--lang-ja) .reservation__detail {
    writing-mode: initial;
    width: 250px;
    height: auto;
  }
  body:not(.--lang-ja) .reservation__img {
    margin: 0 0 0 auto;
    height: 100%;
    max-width: 100%;
  }
  body:not(.--lang-ja) .reservation__link {
    font-weight: 500;
    margin-right: 0;
    text-align: left;
    margin-bottom: 11px;
    letter-spacing: 0.05em;
    font-size: 18px;
  }
  body:not(.--lang-ja) .reservation__link a:before {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media screen and (min-width: 1091px) and (min-width: 1025px) {
  body:not(.--lang-ja) .reservation__link a:hover:before {
    animation: linkLine-vertical 0.6s ease;
  }
}
@media screen and (min-width: 1091px) {
  body:not(.--lang-ja) .reservation__txt {
    margin-bottom: 31px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  body:not(.--lang-ja) .reservation__txt-block {
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    margin-right: 0;
  }
  body:not(.--lang-ja) .reservation__contact {
    margin-bottom: 31px;
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  body:not(.--lang-ja) .reservation .sec-head__ttl {
    height: 250px;
  }
  body:not(.--lang-ja) .reservation .sec-head__txt {
    height: auto;
  }
}
@media screen and (max-width: 1090px) {
  body:not(.--lang-ja) .reservation__txt-block {
    font-weight: 400;
  }
  body:not(.--lang-ja) .reservation__contact {
    font-weight: 400;
  }
  body:not(.--lang-ja) .reservation__link {
    font-weight: 400;
  }
}

.footer {
  width: 100%;
  background: #3E3A39;
  color: #E6E6E6;
  padding: 80px 72px 75px 0;
}
.footer .fp-tableCell {
  vertical-align: bottom;
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer__inner {
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  .footer__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__logo {
  position: relative;
  display: inline-block;
}
.footer__address {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 26px;
  margin-top: auto;
}
.footer__nav {
  font-family: "Vollkorn", "Noto Serif JP", "Noto Serif SC", "Noto Serif KR", serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: right;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 367px;
  height: 300px;
  gap: 0 48px;
  margin-top: -3px;
}
.footer__nav-item {
  min-width: 127px;
}
@media screen and (min-width: 1025px) {
  .footer__nav-item a:hover {
    opacity: 0.5;
  }
}
.footer__nav-item.--ganesha {
  margin-bottom: 30px;
}
.footer__nav-item.--small {
  font-size: 12px;
}
.footer__nav-item:not(.footer__nav-item.--small) + .footer__nav-item.--small {
  margin-top: auto;
}
.footer__nav-icn {
  margin-right: 4px;
  vertical-align: -2px;
}
@media screen and (max-width: 1090px) {
  .footer {
    position: relative;
    z-index: 0;
    padding: 80px 0 35px;
  }
  .footer__inner {
    display: block;
  }
  .footer__logo {
    margin-bottom: 28px;
  }
  .footer__left {
    margin-bottom: 60px;
  }
  .footer__nav {
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.04em;
    position: relative;
  }
  .footer__nav-item {
    min-width: 0;
  }
  .footer__nav-item.--ganesha {
    margin-bottom: 14px;
  }
  .footer__nav-item.--small {
    width: 50%;
    position: absolute;
    bottom: 30px;
    left: 50%;
  }
  .footer__nav-item.--small + .footer__nav-item.--small {
    bottom: 0;
  }
  .footer__nav-item.--other {
    width: 50%;
  }
  .footer__nav-item:not(.footer__nav-item.--other) + .footer__nav-item.--other {
    width: 50%;
    margin-top: 31px;
  }
}

@media screen and (min-width: 1091px) {
  .nav {
    transition: opacity 0.6s cubic-bezier(0.95, 0.05, 0.79, 0.035) 0.3s, transform 0.6s cubic-bezier(0.16, 0.85, 0.45, 1) 0.6s;
    transform: translateX(100%);
    opacity: 0;
  }
}

.fv__progress,
.fv__scroll,
.fv__copy {
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.95, 0.05, 0.79, 0.035);
}
@media screen and (max-width: 900px) {
  .fv__progress,
  .fv__scroll,
  .fv__copy {
    opacity: 1;
  }
}

@media screen and (min-width: 1091px) {
  .is-pageShow .nav {
    opacity: 1;
    transform: none;
  }
}
.is-pageShow .fv__progress,
.is-pageShow .fv__scroll,
.is-pageShow .fv__copy {
  opacity: 1;
}
.is-pageShow .logo__en .txtTypewriter > * {
  opacity: 1;
}

.to-sideways {
  text-orientation: sideways !important;
  vertical-align: 1px;
}

/*# sourceMappingURL=kanazawa.css.map */
