/* ---------- reset --------- */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@300&family=Noto+Serif+JP:wght@400;700&family=Sawarabi+Gothic&display=swap");
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 700;
}

/* ---------- Base --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- font --------- */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 400;
  color: #FFF;
  -webkit-font-feature-settings: 'palt', auto;
  font-feature-settings: 'palt', auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #C8CDB7;
  position: relative;
  min-width: 1300px;
  background: #f7f6f1;
}

.en-txt {
  font-family: 'Fira Sans Extra Condensed', sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.1em !important;
}

img.iep {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sp {
  display: none !important;
}

a {
  color: #C8CDB7;
  text-decoration: none;
}
a:active {
  color: #000;
}
a:hover {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: none;
}
a.nolink {
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px), print {
  body {
    min-width: 100%;
    cursor: auto;
  }

  a, input[type=radio], input[type=checkbox], input[type=submit], button, select {
    cursor: auto !important;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
/* =============================================================

Animation

* ============================================================= */
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes blockfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes blockfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes blockfadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* =============================================================

Wrapper

* ============================================================= */
.wrap {
  min-width: 1200px;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .wrap {
    min-width: 100%;
  }
}

.pace-done .wrap {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

/* =============================================================

Pace

* ============================================================= */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 15000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #C8CDB7;
  overflow: hidden;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.pace .pace-progress {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto 0;
  background: #000;
  z-index: 2000;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace.pace-inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* =============================================================

  header

* ============================================================= */
header {
  width: 100%;
  position: fixed;
  z-index: 80;
}
@media screen and (max-width: 767px), print {
  header {
    position: static;
  }
}
header .__inner {
  width: 100%;
  position: relative;
}
header .logo {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 767px), print {
  header .logo {
    position: fixed;
    top: 14.95vw;
    width: 18.69vw;
    height: 18.69vw;
    z-index: 80;
  }
}
header .logo a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo-mark.svg) no-repeat 0 0;
  background-size: 100% auto;
}
header .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.navigation-box {
  position: absolute;
  top: 70px;
  left: 70px;
}
.navigation-box.change_color .gnavi a {
  color: #C8CDB7;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-box.change_color .gnavi a #icon_insta #icon_insta_11619,
.navigation-box.change_color .gnavi a #icon_insta #icon_insta_11618 {
  stroke: #C8CDB7;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-box.change_color .gnavi a #icon_insta #icon_insta_3 {
  fill: #C8CDB7;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px), print {
  .navigation-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    background: #C8CDB7;
    width: 100%;
  }
  .navigation-box .navigation-inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    padding: 0 9.4vw;
    overflow-y: auto;
  }
}
.navigation-box .gnavi {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px), print {
  .navigation-box .gnavi {
    padding-bottom: 14vw;
  }
}
.navigation-box .gnavi li:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px), print {
  .navigation-box .gnavi li:not(:last-child) {
    margin-bottom: 5.6vw;
  }
}
.navigation-box .gnavi li.sns {
  margin-top: 7px;
}
@media screen and (max-width: 767px), print {
  .navigation-box .gnavi li.sns {
    margin-top: 2.34vw;
  }
}
.navigation-box .gnavi #icon_insta {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px), print {
  .navigation-box .gnavi #icon_insta {
    width: 8.17vw;
    height: 8.17vw;
  }
}
.navigation-box .gnavi a {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.0;
  display: inline-block;
  color: #25412C;
}
@media screen and (max-width: 767px), print {
  .navigation-box .gnavi a {
    font-size: 2.8rem;
  }
}
.navigation-box .gnavi a:hover {
  color: #C9A063;
}
.navigation-box .gnavi a:hover #icon_insta #icon_insta_11619,
.navigation-box .gnavi a:hover #icon_insta #icon_insta_11618 {
  stroke: #C9A063;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-box .gnavi a:hover #icon_insta #icon_insta_3 {
  fill: #C9A063;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.is-drawer-open .navigation-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}

footer {
  width: 100%;
  background: #25412C;
  position: relative;
}
@media screen and (max-width: 767px), print {
  footer {
    padding: 0;
  }
}
footer .pagetop {
  position: absolute;
  left: 70px;
  bottom: 40px;
}
@media screen and (max-width: 767px), print {
  footer .pagetop {
    left: calc(100% - 9.4vw - 17.58vw);
    bottom: 22.48vw;
  }
}
footer .pagetop #pagetop_pc {
  width: 212px;
  height: 25px;
  cursor: pointer;
}
footer .pagetop #pagetop_pc .cls-1 {
  isolation: isolate;
}
footer .pagetop #pagetop_pc .cls-2 {
  fill: #c8cdb7;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .pagetop #pagetop_pc .cls-3 {
  fill: none;
  stroke: #c8cdb7;
  stroke-miterlimit: 10;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .pagetop #pagetop_pc:hover .cls-2 {
  fill: #C9A063;
}
footer .pagetop #pagetop_pc:hover .cls-3 {
  fill: none;
  stroke: #C9A063;
  stroke-miterlimit: 10;
}
footer .pagetop.sp a {
  width: 17.58vw;
  height: 10.04vw;
  background: url(../img/pagetop-sp.svg) no-repeat 0 0;
  background-size: 100% auto;
  display: block;
  text-indent: -9999px;
}
footer .copy {
  padding: 100px 0 40px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px), print {
  footer .copy {
    font-size: 1.2rem;
    padding: 14.95vw 0 4.7vw;
  }
}

/* =============================================================

Drawer

* ============================================================= */
/*
  hamburger
=============================== */
.drawer-hamburger {
  position: fixed;
  top: 20.32vw;
  right: 4.7vw;
  z-index: 99;
  width: 10.6vw;
  height: 7vw;
}

.is-drawer-open .drawer-hamburger {
  z-index: 9999;
}

.l-header-hamburger {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -moz-transition: opacity 0.25s linear 0.75s;
  -o-transition: opacity 0.25s linear 0.75s;
  -webkit-transition: opacity 0.25s linear;
  -webkit-transition-delay: 0.75s;
  transition: opacity 0.25s linear 0.75s;
}

.l-header-hamburger > p {
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  display: none;
}

.l-header-hamburger > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #C9A063;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-header-hamburger > span._top {
  top: 0;
  -moz-animation: hamburger-top 0.75s forwards;
  -webkit-animation: hamburger-top 0.75s forwards;
  animation: hamburger-top 0.75s forwards;
}

.is-drawer-open .l-header-hamburger > span._top {
  -moz-animation: active-hamburger-top 0.75s forwards;
  -webkit-animation: active-hamburger-top 0.75s forwards;
  animation: active-hamburger-top 0.75s forwards;
}

.l-header-hamburger > span._middle {
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-drawer-open .l-header-hamburger > span._middle {
  -moz-transition: opacity 0.375s 0.375s, background 0.375s;
  -o-transition: opacity 0.375s 0.375s, background 0.375s;
  -webkit-transition: opacity 0.375s, background 0.375s;
  -webkit-transition-delay: 0.375s, 0s;
  transition: opacity 0.375s 0.375s, background 0.375s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.l-header-hamburger > span._bottom {
  bottom: 0;
  -moz-animation: hamburger-bottom 0.75s forwards;
  -webkit-animation: hamburger-bottom 0.75s forwards;
  animation: hamburger-bottom 0.75s forwards;
}

.is-drawer-open .l-header-hamburger > span._bottom {
  -moz-animation: active-hamburger-bottom 0.75s forwards;
  -webkit-animation: active-hamburger-bottom 0.75s forwards;
  animation: active-hamburger-bottom 0.75s forwards;
}

@-moz-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(30deg);
    transform: translateY(3.5vw) rotate(30deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(0);
    transform: translateY(3.5vw) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(30deg);
    transform: translateY(3.5vw) rotate(30deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(0);
    transform: translateY(3.5vw) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-top {
  0% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(30deg);
    transform: translateY(3.5vw) rotate(30deg);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(0);
    transform: translateY(3.5vw) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(-30deg);
    transform: translateY(-3.5vw) rotate(-30deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(0);
    transform: translateY(-3.5vw) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(-30deg);
    transform: translateY(-3.5vw) rotate(-30deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(0);
    transform: translateY(-3.5vw) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes hamburger-bottom {
  0% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(-30deg);
    transform: translateY(-3.5vw) rotate(-30deg);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(0);
    transform: translateY(-3.5vw) rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(0);
    transform: translateY(3.5vw) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(30deg);
    transform: translateY(3.5vw) rotate(30deg);
  }
}
@-webkit-keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(0);
    transform: translateY(3.5vw) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(30deg);
    transform: translateY(3.5vw) rotate(30deg);
  }
}
@keyframes active-hamburger-top {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(0);
    transform: translateY(3.5vw) rotate(0);
  }
  100% {
    top: -1px;
    -webkit-transform: translateY(3.5vw) rotate(30deg);
    transform: translateY(3.5vw) rotate(30deg);
  }
}
@-moz-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(0);
    transform: translateY(-3.5vw) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(-30deg);
    transform: translateY(-3.5vw) rotate(-30deg);
  }
}
@-webkit-keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(0);
    transform: translateY(-3.5vw) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(-30deg);
    transform: translateY(-3.5vw) rotate(-30deg);
  }
}
@keyframes active-hamburger-bottom {
  0% {
    bottom: 0;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(0);
    transform: translateY(-3.5vw) rotate(0);
  }
  100% {
    bottom: -1px;
    -webkit-transform: translateY(-3.5vw) rotate(-30deg);
    transform: translateY(-3.5vw) rotate(-30deg);
  }
}
#land-scape-caution {
  display: none;
}
#land-scape-caution .__inner {
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  z-index: 1000000;
  background: #FFF;
  top: 0;
  left: 0;
}
#land-scape-caution p {
  text-align: center;
  font-size: calc(calc(100vw -80px) / 34);
  line-height: 2.0;
}
#land-scape-caution p.en {
  margin-top: -10vh;
  font-size: calc(calc(100vw -80px) / 20);
}

/* =============================================================

 TOP

* ============================================================= */
#first {
  width: 100%;
  height: 100vh;
  min-height: 768px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px), print {
  #first {
    height: auto;
    min-height: auto;
  }
}
#first h1 {
  display: block;
  width: 236px;
  height: 341px;
  background: url(../img/logo.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px), print {
  #first h1 {
    width: 47.42vw;
    height: 71.26vw;
  }
}
#first .pic-w-box {
  position: absolute;
  z-index: -1;
}
#first .pic-w-box li {
  width: 100%;
  height: 100vh;
  min-height: 768px;
}
@media screen and (max-width: 767px), print {
  #first .pic-w-box li {
    height: auto;
    min-height: auto;
  }
}
#first .video-bk {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  z-index: -100;
}
@media screen and (max-width: 767px), print {
  #first .video-bk {
    height: auto;
    min-height: auto;
  }
}
#first .video-bk #js-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#first .video-bk .video-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 768px;
}
@media screen and (max-width: 767px), print {
  #first .video-bk .video-mask {
    height: auto;
    min-height: auto;
  }
}
#first .click-scroll {
  position: absolute;
  bottom: 50px;
  display: block;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px), print {
  #first .click-scroll {
    bottom: 12.14vw;
  }
}
#first .click-scroll #btn_scroll {
  width: 200px;
  height: 34px;
  margin: 0 auto;
}
@media screen and (max-width: 767px), print {
  #first .click-scroll #btn_scroll {
    width: 41vw;
    height: 7vw;
  }
}
#first .click-scroll #btn_scroll .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.7px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#first .click-scroll #btn_scroll .cls-2 {
  isolation: isolate;
}
#first .click-scroll #btn_scroll .cls-3 {
  fill: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#first .click-scroll a:hover #btn_scroll .cls-1 {
  stroke: #C9A063;
}
#first .click-scroll a:hover #btn_scroll .cls-3 {
  fill: #C9A063;
}

.pic-w-box {
  width: 100%;
  overflow: hidden;
}
.pic-w-box img {
  width: 100%;
  height: 100%;
}

.top-content-box {
  width: 100%;
  min-width: 1300px;
}
@media screen and (max-width: 767px), print {
  .top-content-box {
    min-width: 100%;
  }
}
.top-content-box .inner-box {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px), print {
  .top-content-box .inner-box {
    padding: 0 4.7vw;
  }
}
.top-content-box .pic-box, .top-content-box .pic {
  overflow: hidden;
}
.top-content-box .pic-box img, .top-content-box .pic img {
  width: 100%;
  height: 100%;
}
.top-content-box .txt-box.__t-center h2, .top-content-box .txt-box.__t-center p {
  text-align: center;
}
.top-content-box .txt-box h2 {
  font-size: 3.1rem;
  line-height: 1.0;
  margin-bottom: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px), print {
  .top-content-box .txt-box h2 {
    font-size: 2.0rem;
    margin-bottom: 6vw;
  }
}
.top-content-box .txt-box p {
  font-size: 1.9rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .top-content-box .txt-box p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
.top-content-box .__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 260px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap {
    display: block;
    padding-bottom: 17.52vw;
  }
}
.top-content-box .__wrap .pic-box {
  width: 50%;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap .pic-box {
    width: 100%;
    margin-bottom: 11.68vw;
  }
}
.top-content-box .__wrap .txt-box {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 195px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap .txt-box {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
}
.top-content-box .__wrap2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 200px 0 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap2 {
    display: block;
    padding: 11.52vw 0 15.52vw;
  }
}
.top-content-box .__wrap2 .pic-box {
  width: 50%;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap2 .pic-box {
    width: 100%;
    margin-bottom: 4.68vw;
  }
}
.top-content-box .__wrap2 .pic-box img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.top-content-box .__wrap2 .txt-box {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap2 .txt-box {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.top-content-box .__wrap3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 95px 0 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap3 {
    display: block;
    padding: 40vw 4.7vw 0;
  }
}
.top-content-box .__wrap3 .pic-box {
  width: 50%;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap3 .pic-box {
    width: 100%;
    margin-bottom: 2.6vw;
  }
}
.top-content-box .__wrap3 .txt-box {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-content-box .__wrap3 .txt-box h2 {
  margin-top: -80px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap3 .txt-box {
    width: 100%;
    display: block;
  }
  .top-content-box .__wrap3 .txt-box h2 {
    margin-top: 0;
    margin-bottom: 5vw;
    text-align: center;
  }
}
.top-content-box .__wrap4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: -5.7vw 0 0;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap4 {
    display: block;
    margin: 0;
  }
}
.top-content-box .__wrap4 .pic-box {
  width: 60%;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap4 .pic-box {
    width: 100%;
  }
}
.top-content-box .__wrap4 .txt-box {
  width: 40%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10vw 0 0 70px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__wrap4 .txt-box {
    width: 100%;
    padding: 11.68vw 0 0 4.7vw;
  }
}
.top-content-box .__list-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__list-wrap {
    padding: 0 9.4vw 16.35vw;
    display: block;
  }
}
.top-content-box .__list-wrap .item {
  margin: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__list-wrap .item {
    margin: 0 0 11.68vw;
  }
}
.top-content-box .__list-wrap .pic {
  width: 20.52vw;
  min-width: 295px;
  margin: 0 auto 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__list-wrap .pic {
    min-width: auto;
    width: 63vw;
    margin: 0 auto 6vw;
  }
}
.top-content-box .__list-wrap h3 {
  font-size: 2.1rem;
  line-height: 1.0;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__list-wrap h3 {
    font-size: 2.0rem;
    margin-bottom: 4.67vw;
  }
}
.top-content-box .__list-wrap p {
  font-size: 1.9rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .top-content-box .__list-wrap p {
    font-size: 1.3rem;
  }
}
.top-content-box .link {
  padding: 0 0 100px;
  font-size: 2.6rem;
  text-align: center;
}
.top-content-box .lineup-lists h2 {
  font-size: 3.1rem;
  line-height: 1.0;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: -50px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px), print {
  .top-content-box .lineup-lists h2 {
    margin-top: 0;
    margin-bottom: 7.7vw;
    font-size: 2.5rem;
  }
}
.top-content-box .lineup-lists ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 7.2vw 80px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .lineup-lists ul {
    padding: 0 4.7vw 11.68vw;
  }
}
.top-content-box .lineup-lists ul::after {
  display: block;
  content: "";
}
@media screen and (min-width: 768px), print {
  .top-content-box .lineup-lists ul::after {
    width: calc(184px * 2);
  }
}
@media screen and (min-width: 1505px), print {
  .top-content-box .lineup-lists ul::after {
    width: 184px;
  }
}
@media screen and (min-width: 1720px), print {
  .top-content-box .lineup-lists ul::after {
    width: calc(184px * 6);
  }
}
@media screen and (min-width: 1935px), print {
  .top-content-box .lineup-lists ul::after {
    width: calc(184px * 2);
  }
}
@media screen and (min-width: 2150px), print {
  .top-content-box .lineup-lists ul::after {
    width: calc(184px * 6);
  }
}
.top-content-box .lineup-lists li {
  width: 144px;
  margin: 0 20px 46px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .lineup-lists li {
    width: 28vw;
    margin: 0 0 4.6vw;
  }
}
.top-content-box .lineup-lists li .p {
  width: 100%;
  height: 86px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px), print {
  .top-content-box .lineup-lists li .p {
    height: 16.35vw;
    margin-bottom: 2.6vw;
  }
}
.top-content-box .lineup-lists li .p img {
  width: 100%;
  height: auto;
}
.top-content-box .lineup-lists li .t h3 {
  font-size: 1.6rem;
  line-height: 1.0;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px), print {
  .top-content-box .lineup-lists li .t h3 {
    font-size: 1.3rem;
  }
}
.top-content-box#about {
  padding: 280px 0 150px;
  background: #C8CDB7;
}
@media screen and (max-width: 767px), print {
  .top-content-box#about {
    padding: 44.39vw 0 15.68vw;
  }
}
.top-content-box#about .pic-box {
  width: 75vw;
  margin-left: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px), print {
  .top-content-box#about .pic-box {
    width: 100%;
    margin-bottom: 16.35vw;
  }
}
.top-content-box#about h2, .top-content-box#about p {
  color: #25412C;
}
.top-content-box#menu {
  background: #5F5D43;
}
@media screen and (max-width: 767px), print {
  .top-content-box#menu .link {
    display: none;
  }
}
.top-content-box#story {
  padding: 270px 0 0;
  background: #625d43;
}
.top-content-box#story .pic-box.__2 {
  width: 50%;
  margin: 0 auto 100px;
}
.top-content-box#story .yohaku {
  height: 260px;
  margin-top: -260px;
  display: block;
  content: "";
}
@media screen and (max-width: 767px), print {
  .top-content-box#story .yohaku {
    height: 40vw;
    margin-top: -40vw;
  }
}
@media screen and (max-width: 767px), print {
  .top-content-box#story {
    padding: 40vw 0 0;
  }
  .top-content-box#story .pic-box.__2 {
    width: 100%;
    margin: 0 auto 11.68vw;
  }
}
.top-content-box#kyonamafu {
  background: #625d43;
}
.top-content-box#shop {
  background: #25412C;
}
.top-content-box#shop p {
  font-family: "Sawarabi Gothic", sans-serif !important;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px), print {
  .top-content-box#shop p {
    font-size: 1.3rem;
  }
}

.insta-btn {
  padding: 35px 0 0;
}
@media screen and (max-width: 767px), print {
  .insta-btn {
    padding: 16.35vw 0 0;
  }
}
.insta-btn #btn_insta {
  width: 160px;
  height: 35px;
}
@media screen and (max-width: 767px), print {
  .insta-btn #btn_insta {
    width: 35.51vw;
    height: 8.1vw;
  }
}
.insta-btn #btn_insta .cls-1 {
  isolation: isolate;
}
.insta-btn #btn_insta .cls-2 {
  fill: #c8cdb7;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.insta-btn #btn_insta .cls-3 {
  fill: none;
  stroke: #c8cdb7;
  stroke-miterlimit: 10;
  stroke-width: 1.7px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.insta-btn a:hover #btn_insta .cls-2 {
  fill: #C9A063;
}
.insta-btn a:hover #btn_insta .cls-3 {
  fill: none;
  stroke: #C9A063;
  stroke-miterlimit: 10;
  stroke-width: 1.7px;
}
