/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #111;
  color: #fff;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul, li {
  list-style: none;
}

ul {
  padding-left: 0;
}

img {
  max-width: 100%;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  body {
    text-rendering: optimizeLegibility;
    -webkit-font-kerning: normal;
            font-kerning: normal;
    -webkit-font-variant-ligatures: common-ligatures contextual;
            font-variant-ligatures: common-ligatures contextual;
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
            font-feature-settings: "kern", "liga", "clig", "calt";
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fvTitle {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 1%;
    -webkit-mask-position: bottom center;
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-mask-position: top center;
  }
}
@keyframes fvTitle {
  0% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 1%;
    -webkit-mask-position: bottom center;
  }
  1% {
    opacity: 1;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-mask-position: top center;
  }
}
@-webkit-keyframes imageOpen {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes imageOpen {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.js-animation-trigger.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.js-animation-trigger.fadeInUpLarge {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.animated.fadeInUp {
  -webkit-animation: fadeInUp 2s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: fadeInUp 2s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.animated.fadeInUpLarge {
  -webkit-animation: fadeInUpLarge 2s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: fadeInUpLarge 2s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.site-header {
  position: fixed;
  width: 100%;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6.6666vw;
  z-index: 9;
  opacity: 0;
  -webkit-animation: fadeIn 2s 3s ease-out forwards;
          animation: fadeIn 2s 3s ease-out forwards;
}
.site-header .lg-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .lg-left .copyright, .site-header .lg-left .sns {
  display: none;
}
.site-header .lg-left .site-title {
  margin: 0;
}
.site-header .lg-right {
  margin-left: auto;
}
.site-header .lg-right #nav-btn {
  z-index: 10;
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  top: 0;
  right: 6.6666vw;
}
.site-header .lg-right #nav-btn::before, .site-header .lg-right #nav-btn::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.site-header .lg-right #nav-btn::before {
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}
.site-header .lg-right #nav-btn::after {
  -webkit-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
}
.site-header .lg-right #nav-btn.opened::before {
  -webkit-transform: translate(-50%, 50%) rotate(-210deg);
          transform: translate(-50%, 50%) rotate(-210deg);
}
.site-header .lg-right #nav-btn.opened::after {
  -webkit-transform: translate(-50%, 50%) rotate(210deg);
          transform: translate(-50%, 50%) rotate(210deg);
}
.site-header .lg-right .main-navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow-y: auto;
  padding: 30px 6.6666vw;
}
.site-header .lg-right .main-navigation .logo {
  position: absolute;
  top: 30px;
  left: 6.6666vw;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.site-header .lg-right .main-navigation .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px 0;
}
.site-header .lg-right .main-navigation .inner .animation {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.site-header .lg-right .main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 140px;
  gap: 40px;
  margin: 0 0 100px;
}
.site-header .lg-right .main-navigation .menu a {
  font-family: "Zen Old Mincho", serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
.site-header .lg-right .main-navigation .sns a {
  letter-spacing: 0.1em;
}
.site-header .lg-right .main-navigation .sns .insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .lg-right .main-navigation .sns .insta::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(./images/icon-insta.svg) no-repeat center center;
  background-size: contain;
  margin-right: 20px;
}
.site-header .lg-right .main-navigation.opened .logo {
  -webkit-animation: fadeInUp 1s forwards ease;
          animation: fadeInUp 1s forwards ease;
}
.site-header .lg-right .main-navigation.opened .inner .animation {
  -webkit-animation: fadeInUp 1s 0.5s forwards ease;
          animation: fadeInUp 1s 0.5s forwards ease;
}

@media screen and (min-width: 1080px) {
  .site-header {
    padding: 0;
    height: auto;
    position: absolute;
  }
  .site-header .lg-left {
    padding: 45px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 13%;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header .lg-left::after {
    content: "";
    width: 1px;
    height: calc(100% - 90px);
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .site-header .lg-left .inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-header .lg-left .inner .copyright, .site-header .lg-left .inner .sns {
    display: block;
  }
  .site-header .lg-left .inner .site-branding img {
    width: min(10vw, 130px);
  }
  .site-header .lg-left .inner .copyright {
    opacity: 0.7;
    letter-spacing: 0.2em;
    font-size: 12px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .site-header .lg-right #nav-btn {
    display: none;
  }
  .site-header .lg-right .main-navigation {
    display: block;
    background-color: transparent;
    width: 87vw;
    height: auto;
    margin-left: auto;
    padding: 45px 6.25vw 0 0;
    position: static;
  }
  .site-header .lg-right .main-navigation .logo {
    display: none;
  }
  .site-header .lg-right .main-navigation .inner {
    position: static;
    width: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
  .site-header .lg-right .main-navigation .inner .animation {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: unset;
            animation: unset;
  }
  .site-header .lg-right .main-navigation .menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 0;
  }
  .site-header .lg-right .main-navigation .menu a {
    font-size: max(15px, 0.9375vw);
  }
  .site-header .lg-right .main-navigation .menu li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .lg-right .main-navigation .menu:hover li:not(:hover) {
    opacity: 0.2;
  }
  .site-header .lg-right .main-navigation .sns {
    display: none;
  }
}
.site-footer {
  padding: 0 6.6666vw;
}
.site-footer .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.site-footer .site-info .left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer .site-info .left h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 50px;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.site-footer .site-info .left h2::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.site-footer .site-info .left .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 18vw;
  gap: 40px;
  margin: 0;
}
.site-footer .site-info .left .menu a {
  font-family: "Zen Old Mincho", serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
.site-footer .site-info .left .sns {
  margin-top: 30px;
}
.site-footer .site-info .left .sns a {
  letter-spacing: 0.1em;
}
.site-footer .site-info .left .sns .insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-info .left .sns .insta::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(./images/icon-insta.svg) no-repeat center center;
  background-size: contain;
  margin-right: 20px;
}
.site-footer .copyright {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 30px 0;
}

@media screen and (min-width: 1080px) {
  .site-footer {
    padding: 0 10.4166666vw 50px 0;
    width: 67.7083333vw;
    margin-left: auto;
  }
  .site-footer .site-info {
    gap: 80px;
  }
  .site-footer .site-info .left h2 {
    padding-bottom: 80px;
    margin-bottom: 80px;
    font-size: max(24px, 1.4583333vw);
  }
  .site-footer .site-info .left .menu {
    padding-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .site-footer .site-info .left .menu a {
    font-size: max(15px, 0.9375vw);
  }
  .site-footer .site-info .left .menu li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-footer .site-info .left .menu:hover li:not(:hover) {
    opacity: 0.2;
  }
  .site-footer .copyright {
    display: none;
  }
}
.fv {
  margin-left: calc((50vw - 50%) * -1);
  width: 100vw;
  margin-bottom: 50px;
}

.top-content > section {
  margin-bottom: 80px;
}

.news {
  margin-bottom: 50px !important;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: max(15px, 1.25vw);
}

.concept-main .description {
  margin-bottom: 50px;
}
.concept-main h3 {
  letter-spacing: 0.1em;
  font-size: 30px;
}
.concept-main .description-en {
  position: relative;
  z-index: 9;
  font-size: 18px;
}
.concept-main .concept-slider-wrap {
  margin-top: -50px;
}

.media-heading {
  margin-bottom: 50px;
}
.media-heading picture {
  overflow: hidden;
  margin: 0 -6.6666vw 0 0;
  position: relative;
}
.media-heading picture::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.media-heading picture::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.media-heading picture.animated::after {
  -webkit-animation: imageOpen 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: imageOpen 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.media-heading .heading-unite {
  margin-top: -100px;
  position: relative;
}

.menu .menu-slider-wrap {
  margin-left: calc((50vw - 50%) * -1);
  width: 100vw;
}

.info .heading-unite h2 span {
  display: none;
}
.info .googlemap {
  margin-left: calc((50vw - 50%) * -1);
  width: 100vw;
  aspect-ratio: 1/1;
  -webkit-filter: grayscale(1) brightness(0.7) contrast(1.1);
          filter: grayscale(1) brightness(0.7) contrast(1.1);
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.info .googlemap iframe {
  width: 100%;
  height: 100%;
}
.info .googlemap::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.info .googlemap.animated::after {
  -webkit-animation: imageOpen 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: imageOpen 1.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.info .description h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}
.info .description .head {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.info .description .head::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.info .description .head h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.info .description .head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  padding-bottom: 0.25em;
}
.info .description .head a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(./images/icon-pig.svg) no-repeat center center;
  background-size: contain;
  margin-right: 0.5em;
}
.info .description .head a::after {
  content: "";
  width: calc(100% - 20px - 0.5em);
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.info .description .main > div {
  margin-bottom: 50px;
}
.info .description .main h3 {
  margin-top: 0;
  font-size: 22px;
}
.info .description .main .tel {
  font-size: 22px;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  display: block;
}
.info .description .main .tel span {
  font-size: 28px;
}
.info .description .main .tel + p {
  line-height: 2;
}

.gallery .gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.gallery .gallery-container a {
  display: block;
  -ms-flex-preferred-size: calc(50% - 2.5px);
      flex-basis: calc(50% - 2.5px);
}
.gallery .gallery-container a img {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .info .description .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
  .info .description .main > div {
    margin: 0;
  }

  .gallery .gallery-container {
    gap: 10px;
  }
  .gallery .gallery-container a {
    -ms-flex-preferred-size: calc(25% - 7.5px);
        flex-basis: calc(25% - 7.5px);
  }
}
@media screen and (min-width: 1080px) {
  .fv {
    margin-bottom: max(50px, 7.8125vw);
    margin-left: -19.25vw;
  }

  .top-content > section {
    margin-bottom: max(80px, 7.8125vw);
  }

  .news {
    margin-left: -19.25vw;
    width: 100vw;
    margin-bottom: max(50px, 7.8125vw) !important;
  }

  .media-heading {
    margin-right: -6.25vw;
    position: relative;
    margin-bottom: max(50px, 5.2083333vw);
  }
  .media-heading picture {
    margin-right: 0;
    width: 84%;
    margin-left: auto;
  }
  .media-heading picture::before {
    opacity: 1;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(rgba(0, 0, 0, 0.15)), to(black));
    background-image: linear-gradient(90deg, black, rgba(0, 0, 0, 0.15), black);
  }
  .media-heading .heading-unite {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .concept-main {
    margin-left: -19.25vw;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    overflow: hidden;
    gap: max(50px, 5.2083333vw);
  }
  .concept-main .concept-slider-wrap {
    width: 26.0416666vw;
    margin-right: auto;
    margin-top: 12.5vw;
  }
  .concept-main .description {
    padding-right: 14vw;
  }
  .concept-main .description h3 {
    font-size: max(30px, 1.9791666vw);
    margin: 0 0 max(30px, 5.2083333vw);
  }
  .concept-main .description p {
    font-size: max(15px, 1.0416666vw);
    line-height: 2;
  }
  .concept-main .description-en {
    font-size: max(18px, 1.25vw);
    letter-spacing: 0.1em;
  }

  .menu .menu-slider-wrap {
    margin-left: -19.25vw;
  }

  .info .heading-unite h2 span {
    display: inline;
  }
  .info .shop-info {
    margin-left: -19.25vw;
    width: 89.5833333vw;
    position: relative;
  }
  .info .googlemap {
    aspect-ratio: 43/25;
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .info .googlemap iframe {
    height: 150%;
    width: 200%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-65%, -50%);
            transform: translate(-65%, -50%);
  }
  .info .googlemap iframe.lg {
    display: inline;
  }
  .info .googlemap iframe.sm {
    display: none;
  }
  .info .description {
    background-color: #111;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 57.2916666vw;
    padding: 5.2083333vw 0 0 5.2083333vw;
  }
  .info .description p {
    font-size: max(15px, 1.0416666vw);
  }
  .info .description .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
  .info .description .head * {
    margin: 0 !important;
  }
  .info .description .head h3 {
    font-size: max(24px, 1.4583333vw);
  }
  .info .description .head a {
    font-size: max(13px, 0.83333333vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .info .description .head a:hover {
    opacity: 0.7;
  }
  .info .description .head a::before {
    width: 30px;
    height: 30px;
    margin-right: 1em;
  }
  .info .description .head a::after {
    width: calc(100% - 30px - 1em);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .info .description .head a:hover::after {
    opacity: 0;
  }

  .gallery {
    margin-right: -6.25vw;
    padding-right: 3.6458333vw;
  }
  .gallery .gallery-container {
    width: 64.0625vw;
    margin-left: auto;
  }

  .reserve {
    margin-left: -19.25vw;
    width: 100vw;
  }
}
.site-main {
  min-height: 100vh;
  padding: 0 6.6666vw;
}

@media screen and (min-width: 1080px) {
  .site-main {
    width: 87%;
    margin-left: auto;
    padding: 0 6.25vw;
  }
}
p {
  margin: 0;
  line-height: 1.5;
}

br.lg {
  display: none;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 1080px) {
  br.sm {
    display: none;
  }

  br.lg {
    display: inline;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #fff;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (min-width: 1080px) {
  .btn {
    font-size: 18px;
    height: 60px;
    padding: 0 3em;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .btn span {
    z-index: 1;
  }
  .btn:hover {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #000;
  }
  .btn:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
h2, h3, h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
}

.heading-unite {
  margin-bottom: 50px;
}
.heading-unite h2 {
  margin: 0 0 0.15em;
  font-family: "Zen Old Mincho", serif;
  font-size: 70px;
}
.heading-unite h2 + p {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 24px;
}

@media screen and (min-width: 1080px) {
  .heading-unite h2 {
    font-size: max(70px, 6.25vw);
  }
}
picture {
  display: block;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fv-wrap {
  position: relative;
}
.fv-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.fv-wrap .fv-slider {
  opacity: 0;
  -webkit-animation: fadeIn 2s 3s ease-out forwards;
          animation: fadeIn 2s 3s ease-out forwards;
}
.fv-wrap .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 8;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(66.6%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(#000 33.3%, rgba(0, 0, 0, 0) 66.6%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(33.3%, #000), color-stop(66.6%, rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(#000 33.3%, rgba(0, 0, 0, 0) 66.6%);
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-animation: fvTitle 6s 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: fvTitle 6s 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.fv-wrap .swiper-slide {
  overflow: hidden;
}
.fv-wrap .swiper-slide picture {
  width: 100%;
  height: 100svh;
  display: block;
}
.fv-wrap .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.fv-wrap .swiper-slide-active picture, .fv-wrap .swiper-slide-duplicate-active picture {
  -webkit-animation: zoomOut 6s ease-out;
          animation: zoomOut 6s ease-out;
}

.concept-slider .swiper-slide {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.concept-slider .swiper-slide figure {
  width: min(64vw, 500px);
  margin: 0 auto;
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}

.menu-slider-wrap {
  position: relative;
}
.menu-slider-wrap::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(./images/icon-zoom.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 7;
  opacity: 0.7;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.menu-slider {
  padding: 6% 0 !important;
}
.menu-slider .swiper-slide figure {
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
  margin: 0;
  opacity: 0.8;
}
.menu-slider .swiper-slide-active, .menu-slider .swiper-slide-duplicate-active {
  z-index: 1;
}
.menu-slider .swiper-slide-active figure, .menu-slider .swiper-slide-duplicate-active figure {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 10;
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}

@media screen and (min-width: 1080px) {
  .fv-wrap::before {
    opacity: 1;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(rgba(0, 0, 0, 0.15)), to(black));
    background-image: linear-gradient(90deg, black, rgba(0, 0, 0, 0.15), black);
  }
  .fv-wrap .logo img {
    width: max(200px, 20.833333vw);
    height: auto;
  }

  .concept-slider {
    overflow: visible !important;
  }
  .concept-slider .swiper-slide figure {
    width: 100%;
  }

  .menu-slider {
    padding: 4% 0 !important;
  }
  .menu-slider .swiper-slide img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-slider .swiper-slide img:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
.alignfull {
  margin-left: calc((50vw - 50%) * -1);
  width: 100vw;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb-sm {
  margin-bottom: 15px !important;
}

.mt-sm {
  margin-top: 15px !important;
}

.mt-lg {
  margin-top: 30px !important;
}

.mb-lg {
  margin-bottom: 30px !important;
}

.mb-normal {
  margin-bottom: 20px !important;
}

.p0 {
  padding: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.max-w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.max-w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1080px) {
  .alignfull {
    margin-left: -12vw;
    width: 100vw;
  }

  .mb-normal {
    margin-bottom: 30px !important;
  }

  .mt-lg {
    margin-top: 50px !important;
  }

  .mb-lg {
    margin-bottom: 50px !important;
  }
}