/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

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

fieldset {
  border: 0;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;

  src: url("/biwako/assets/font/NotoSansJP-Medium.woff2") format("woff2"), url("/biwako/assets/font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;

  src: url("/biwako/assets/font/NotoSansJP-Regular.woff2") format("woff2"), url("/biwako/assets/font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-style: normal;

  src: url("/biwako/assets/font/NotoSerifJP-Bold.woff2") format("woff2"), url("/biwako/assets/font/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-style: normal;

  src: url("/biwako/assets/font/NotoSerifJP-Regular.woff2") format("woff2"), url("/biwako/assets/font/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-style: normal;

  src: url("/biwako/assets/font/NotoSerifJP-SemiBold.woff2") format("woff2"), url("/biwako/assets/font/NotoSerifJP-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Sorts Mill Goudy";
  font-style: normal;

  src: url("/biwako/assets/font/SortsMillGoudy-Regular.ttf") format("truetype");
  font-display: swap;
}
/* ------------------------
  Base Settings
------------------------ */
:root {
  --height: 100vh;
}

html {
  height: -webkit-fill-available;
  font-size: 100%;
}
html.is_iPhone {
  height: var(--height);
}

body {
  overflow-x: hidden;
  /*
  mobile viewport bug fix
  https://coliss.com/articles/build-websites/operation/css/css-fix-for-100vh-in-ios.html
  */
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  letter-spacing: 0.06em;
  word-wrap: break-word;
  color: #404756;
  font-family: YakuHanMPs, "Sorts Mill Goudy", "Noto Serif JP", serif;
  line-height: 2;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: auto;
  }
  a[href^="tel:"]:hover,
  a[href^="tel:"]:focus {
    opacity: 1;
  }
}

[type=submit],
[type=button] {
  border: 0;
  min-height: auto;
  cursor: pointer;
  background-color: transparent;
}

[data-whatinput=mouse] a:focus,
[data-whatinput=touch] a:focus,
[data-whatinput=mouse] [type=submit]:focus,
[data-whatinput=touch] [type=submit]:focus,
[data-whatinput=mouse] [type=button]:focus,
[data-whatinput=touch] [type=button]:focus,
[data-whatinput=mouse] select:focus,
[data-whatinput=touch] select:focus,
[data-whatinput=mouse] [role=tabpanel]:focus,
[data-whatinput=touch] [role=tabpanel]:focus,
[data-whatinput=mouse] [role=checkbox]:focus,
[data-whatinput=touch] [role=checkbox]:focus,
[data-whatinput=mouse] [role=dialog]:focus,
[data-whatinput=touch] [role=dialog]:focus {
  outline: none;
}

.location main,
.price main,
.outline main {
  padding: 11.6838487973vw 0;
  min-height: 100%;
  background: url(/biwako/assets/img/module/modal_bg.png) center top/100% auto no-repeat;
}
@media (max-width: 767.98px) {
  .location main,
  .price main,
  .outline main {
    padding: 28.2666666667vw 0;
    background-image: url(/biwako/assets/img/module/modal_bg_sm.png);
  }
}

@-webkit-keyframes hideLeftRight {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

@keyframes hideLeftRight {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@-webkit-keyframes showLeftRight {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@keyframes showLeftRight {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@-webkit-keyframes roundLeftRight {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  50.0001% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@keyframes roundLeftRight {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  50.0001% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@-webkit-keyframes hideRightLeft {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@keyframes hideRightLeft {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@-webkit-keyframes showRightLeft {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes showRightLeft {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@-webkit-keyframes roundRightLeft {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50.0001% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes roundRightLeft {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  50.0001% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  position: relative;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.el_menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 2.0618556701vw;
  left: 2.0618556701vw;
  transition: color 0.3s, opacity 0.3s;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .el_menu {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
}
.bl_drawer .el_menu {
  color: #fff;
}
.el_menu.el_menu__header {
  display: block;
  align-items: baseline;
  justify-content: space-between;
  z-index: 30;
  width: 67px;
  height: 50px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  text-align: left;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .el_menu.el_menu__header {
    width: 58px;
    height: 37px;
  }
}
.el_menu.el_menu__header span {
  pointer-events: none;
}
.location .el_menu.el_menu__header .el_menu_line,
.outline .el_menu.el_menu__header .el_menu_line,
.price .el_menu.el_menu__header .el_menu_line,
.el_menu.el_menu__header[aria-expanded=true] .el_menu_line {
  background-color: #fff;
}
.location .el_menu.el_menu__header .el_menu_line:nth-child(1),
.outline .el_menu.el_menu__header .el_menu_line:nth-child(1),
.price .el_menu.el_menu__header .el_menu_line:nth-child(1),
.el_menu.el_menu__header[aria-expanded=true] .el_menu_line:nth-child(1) {
  width: 67px;
  -webkit-transform: translate(0, 9px) rotate(-15deg);
          transform: translate(0, 9px) rotate(-15deg);
}
.location .el_menu.el_menu__header .el_menu_line:nth-child(2),
.outline .el_menu.el_menu__header .el_menu_line:nth-child(2),
.price .el_menu.el_menu__header .el_menu_line:nth-child(2),
.el_menu.el_menu__header[aria-expanded=true] .el_menu_line:nth-child(2) {
  opacity: 0;
}
.location .el_menu.el_menu__header .el_menu_line:nth-child(3),
.outline .el_menu.el_menu__header .el_menu_line:nth-child(3),
.price .el_menu.el_menu__header .el_menu_line:nth-child(3),
.el_menu.el_menu__header[aria-expanded=true] .el_menu_line:nth-child(3) {
  width: 67px;
  -webkit-transform: translate(0, -9px) rotate(15deg);
          transform: translate(0, -9px) rotate(15deg);
}
.location .el_menu.el_menu__header .el_menu_txt,
.outline .el_menu.el_menu__header .el_menu_txt,
.price .el_menu.el_menu__header .el_menu_txt,
.el_menu.el_menu__header[aria-expanded=true] .el_menu_txt {
  opacity: 0;
}
.location .el_menu.el_menu__header .el_menu_line,
.outline .el_menu.el_menu__header .el_menu_line,
.price .el_menu.el_menu__header .el_menu_line {
  background-color: #404756;
}
.enter .el_menu.el_menu__header[aria-expanded=true] .el_menu_txt {
  color: #f2ebdc;
}
.ent_header.is_openDrawer .el_menu.el_menu__header[aria-expanded=false],
.bl_header.is_openDrawer .el_menu.el_menu__header[aria-expanded=false],
.ent_header.is_scroll .el_menu.el_menu__header[aria-expanded=false],
.bl_header.is_scroll .el_menu.el_menu__header[aria-expanded=false] {
  color: #404756;
}
.ent_header.is_openDrawer .el_menu.el_menu__header[aria-expanded=false] .el_menu_line,
.bl_header.is_openDrawer .el_menu.el_menu__header[aria-expanded=false] .el_menu_line,
.ent_header.is_scroll .el_menu.el_menu__header[aria-expanded=false] .el_menu_line,
.bl_header.is_scroll .el_menu.el_menu__header[aria-expanded=false] .el_menu_line {
  background-color: #404756;
}
.bl_header.is_hide .el_menu.el_menu__header {
  visibility: hidden;
  opacity: 0 !important;
  transition: opacity 0.3s, visibility 0.3s;
}
.el_menu::before {
  content: "";
  position: absolute;
  top: -1.3745704467vw;
  right: -1.3745704467vw;
  bottom: -1.3745704467vw;
  left: -1.3745704467vw;
}
@media (max-width: 767.98px) {
  .el_menu::before {
    top: -2.6666666667vw;
    right: -2.6666666667vw;
    bottom: -2.6666666667vw;
    left: -2.6666666667vw;
  }
}
.el_menu.el_menu_modal {
  display: block;
  width: 67px;
  height: 18px;
}
@media (max-width: 767.98px) {
  .el_menu.el_menu_modal {
    width: 58px;
    height: 16px;
  }
}
.el_menu.el_menu_modal .el_menu_line {
  transition: none;
  background-color: #404756;
}
.el_menu.el_menu_modal .el_menu_line:nth-child(1) {
  width: 67px;
  -webkit-transform: translate(0, 9px) rotate(-15deg);
          transform: translate(0, 9px) rotate(-15deg);
}
.el_menu.el_menu_modal .el_menu_line:nth-child(2) {
  opacity: 0;
}
.el_menu.el_menu_modal .el_menu_line:nth-child(3) {
  width: 67px;
  -webkit-transform: translate(0, -9px) rotate(15deg);
          transform: translate(0, -9px) rotate(15deg);
}
@media (hover: hover) {
  [data-whatinput=keyboard] .el_menu:focus.el_menu__header .el_menu_line:nth-child(2),
  [data-whatinput=keyboard] .el_menu:focus.el_menu__header .el_menu_line:nth-child(3),
  .el_menu:hover.el_menu__header .el_menu_line:nth-child(2),
  .el_menu:hover.el_menu__header .el_menu_line:nth-child(3) {
    width: 67px;
  }
}

.el_menu_line {
  display: block;
  position: absolute;
  left: 0;
  border-radius: 9999px;
  height: 1px;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s, background-color 0.3s, -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s, transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s;
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s, transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s, -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #fff;
}
.el_menu_line:nth-child(1) {
  top: 0px;
  width: 67px;
}
@media (max-width: 767.98px) {
  .el_menu_line:nth-child(1) {
    width: 58px;
  }
}
.el_menu_line:nth-child(2) {
  top: 9px;
  width: 45px;
}
@media (max-width: 767.98px) {
  .el_menu_line:nth-child(2) {
    width: 40px;
  }
}
.el_menu_line:nth-child(3) {
  top: 18px;
  width: 27px;
}
@media (max-width: 767.98px) {
  .el_menu_line:nth-child(3) {
    width: 24px;
  }
}

.el_menu_txtWrapper {
  overflow: hidden;
  position: absolute;
  top: 36px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .el_menu_txtWrapper {
    top: 27px;
    font-size: 10px;
  }
}

.el_menu_txt {
  display: inline-block;
  transition: opacity 0.3s;
}

/* ------------------------
  enter page drawer
------------------------ */
.ent_drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_drawer[aria-hidden] {
  transition: visibility 0.5s;
}
.ent_drawer[aria-hidden] .ent_drawerNav {
  transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ent_drawer[aria-hidden=false] {
  visibility: visible;
  transition-delay: 0s;
}
.ent_drawer[aria-hidden=false] .ent_drawerNav {
  opacity: 1;
}
.ent_drawer[aria-hidden=true] {
  visibility: hidden;
}
.ent_drawer[aria-hidden=true] .ent_drawerNav {
  opacity: 0;
}

.ent_drawerNav {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at var(--left) var(--top), #efd3b1 var(--start), #c39f7b var(--end));

  --top: 0;
  --left: 100%;
  --start: 0%;
  --end: 0%;
  -webkit-overflow-scrolling: touch;
}

.ent_drawerNav_inner {
  padding: 21.3333333333vw 10.1333333333vw;
}

.ent_drawerNav_item.ent_drawerNav_item__inside + .ent_drawerNav_item.ent_drawerNav_item__inside {
  margin-top: 2.9333333333vw;
}
.ent_drawerNav_item.ent_drawerNav_item__awajishima {
  margin-top: 8vw;
}
.ent_drawerNav_item.ent_drawerNav_item__kanazawa {
  margin-top: 1.8666666667vw;
}
.ent_drawerNav_item.ent_drawerNav_item__yatsugatake {
  margin-top: 1.8666666667vw;
}
.ent_drawerNav_item.ent_drawerNav_item__nikko {
  margin-top: 1.8666666667vw;
}
.ent_drawerNav_item.ent_drawerNav_item__biwako {
  margin-top: 1.8666666667vw;
}
.ent_drawerNav_item.ent_drawerNav_item__takayama {
  margin-top: 1.8666666667vw;
}
.ent_drawerNav_item.ent_drawerNav_item__contact {
  margin-top: 13.3333333333vw;
}

.ent_drawerNav_link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 5.3333333333vw;
  letter-spacing: 0.18em;
  color: #f2ebdc;
  font-size: 3.2vw;
}
.ent_drawerNav_link > svg {
  pointer-events: none;

  fill: #f2ebdc;
}
.ent_drawerNav_item__inside .ent_drawerNav_link {
  border-bottom: 1px solid #f2ebdc;
}
.ent_drawerNav_link.ent_drawerNav_link__lineup > svg {
  width: 34.6666666667vw;
}
.ent_drawerNav_link.ent_drawerNav_link__about > svg {
  width: 30.6666666667vw;
}
.ent_drawerNav_link.ent_drawerNav_link__system > svg {
  width: 36.2666666667vw;
}
.ent_drawerNav_link.ent_drawerNav_link__scene > svg {
  width: 29.3333333333vw;
}
.ent_drawerNav_link.ent_drawerNav_link__awajishima {
  display: flex;
  flex-direction: column;
}
.ent_drawerNav_link.ent_drawerNav_link__awajishima > svg {
  width: 57.6vw;
}
.ent_drawerNav_link.ent_drawerNav_link__kanazawa {
  display: flex;
  flex-direction: column;
}
.ent_drawerNav_link.ent_drawerNav_link__kanazawa > svg {
  width: 52.8vw;
}
.ent_drawerNav_link.ent_drawerNav_link__yatsugatake {
  display: flex;
  flex-direction: column;
}
.ent_drawerNav_link.ent_drawerNav_link__yatsugatake > svg {
  width: 66.6666666667vw;
}
.ent_drawerNav_link.ent_drawerNav_link__nikko {
  display: flex;
  flex-direction: column;
}
.ent_drawerNav_link.ent_drawerNav_link__nikko > svg {
  width: 28vw;
}
.ent_drawerNav_link.ent_drawerNav_link__biwako {
  display: flex;
  flex-direction: column;
}
.ent_drawerNav_link.ent_drawerNav_link__biwako > svg {
  width: 36.2666666667vw;
}
.ent_drawerNav_link.ent_drawerNav_link__takayama {
  display: flex;
  flex-direction: column;
}
.ent_drawerNav_link.ent_drawerNav_link__takayama > svg {
  width: 49.0666666667vw;
}
.ent_drawerNav_link.ent_drawerNav_link__contact {
  position: relative;
  padding: 4.8vw 5.0666666667vw 3.2vw;
  border: 1px solid #f2ebdc;
  letter-spacing: 0.1em;
  color: #f2ebdc;
  font-size: 3.7333333333vw;
}

.ent_drawerNav_newWinBody {
  position: relative;
  top: -0.2666666667vw;
  padding: 4.2666666667vw 4vw 0;
  width: 100%;
  background-color: #f2ebdc;
  letter-spacing: 0.05em;
}

.ent_drawerNav_newWinLabel {
  display: block;
  color: #ac9681;
  font-size: 2.6666666667vw;
  line-height: 1;
}

.ent_drawerNav_newWinName {
  color: #ac9681;
  font-size: 4.2666666667vw;
}

.ent_drawerNav_newWinIcn {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.1333333333vw;
  width: 3.2vw;

  fill: #ac9681;
}

.ent_drawerNav_arw {
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  width: 13.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  fill: #8e7f6f;
}

/* ------------------------
  enter page header
------------------------ */
.ent_header {
  opacity: 0;
  position: fixed;
  z-index: 30;
  top: 0;
}
@media (min-width: 768px) {
  .ent_header {
    right: 0;
    left: 0;
    height: 4.8109965636vw;
    background-color: #fff;
  }
}
body.is_visitedEnterPage .ent_header {
  opacity: 1;
  transition: opacity 1s;
}

.ent_header_menu {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 5.3333333333vw;
  left: 5.3333333333vw;
  width: 15.7333333333vw;
  height: 9.8666666667vw;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1;
}
.ent_header_menu > svg {
  width: 15.7333333333vw;

  fill: #fff;
}
.ent_header_menu::before {
  content: "";
  position: absolute;
  top: -5.3333333333vw;
  right: -5.3333333333vw;
  bottom: -5.3333333333vw;
  left: -5.3333333333vw;
}

.ent_headerNav {
  margin: auto;
  width: 60%;
  height: 100%;
}

.ent_headerNav_inner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.ent_headerNav_link {
  padding: 1.3745704467vw;
}
.ent_headerNav_link > svg {
  transition: fill 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;

  fill: #404756;
}
@media (hover: hover) {
  .ent_headerNav_link:focus > svg,
  .ent_headerNav_link:hover > svg {
    fill: #b59a74;
  }
}
.ent_headerNav_link.ent_headerNav_link__lineup > svg {
  width: 5.0171821306vw;
}
.ent_headerNav_link.ent_headerNav_link__about > svg {
  width: 4.4673539519vw;
}
.ent_headerNav_link.ent_headerNav_link__logo > svg {
  width: 2.0618556701vw;
}
.ent_headerNav_link.ent_headerNav_link__system > svg {
  width: 5.2233676976vw;
}
.ent_headerNav_link.ent_headerNav_link__scene > svg {
  width: 4.2611683849vw;
}

/* ------------------------
  enter page footer
------------------------ */
.ent_footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5.3333333333vw;
  height: 48vw;
  background: url(/assets/img/ftr_bg_sm.jpg) center/cover no-repeat;
}
@media (min-width: 768px) {
  .ent_footer {
    padding-bottom: 0.6872852234vw;
    height: 33.8144329897vw;
    background: url(/assets/img/ftr_bg_lg.jpg) center/cover no-repeat;
  }
}

@media (min-width: 768px) {
  .ent_footer_logo {
    margin-bottom: 1.3745704467vw;
  }
}
.ent_footer_logo img {
  width: 45.3333333333vw;
}
@media (min-width: 768px) {
  .ent_footer_logo img {
    width: 11.6838487973vw;
  }
}

.ent_footer_copyright {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
}
@media (min-width: 768px) {
  .ent_footer_copyright {
    font-size: 0.6872852234vw;
  }
}
.ent_footer_copyright > span {
  font-family: Verdana, Arial;
}

/* ------------------------
  enter page Main Visual
------------------------ */
.ent_mv {
  width: 100%;
  height: calc(100vh - 16vw);
}
html:not(.is_safari) .ent_mv {
  position: sticky;
  top: 0;
}
@media (min-width: 768px) {
  .ent_mv {
    top: 4.8611111111vw;
    margin-top: 4.8109965636vw;
    height: calc(100vh - 4.8611111111vw);
  }
}

.ent_mv_ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 41.6%;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ent_mv_ttl {
    top: 38.3%;
  }
}
.ent_mv_ttl > svg {
  width: 53.3333333333vw;

  fill: #404756;
}
@media (min-width: 768px) {
  .ent_mv_ttl > svg {
    width: 21.4432989691vw;
  }
}
body.is_visitedEnterPage .ent_mv_ttl > svg {
  transition: fill 1s;

  fill: #fff;
}

.ent_mv_sliderWrapper {
  display: none;
  opacity: 0;
  height: 100%;
}
.ent_mv_sliderWrapper.is_initialized {
  display: block;
  opacity: 1;
  transition: opacity 1s linear;
}

.ent_mv_slider {
  position: relative;
  height: 100%;
}
.ent_mv_slider .slick-list,
.ent_mv_slider .slick-track,
.ent_mv_slider .slick-slide > div {
  height: 100%;
}
.ent_mv_slider img {
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.ent_mv_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
}
body.is_visitedEnterPage .ent_mv_mask {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 1s;
}

.ent_cta {
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #b59a74;
  height: 16vw;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s linear;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s linear;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s linear, -webkit-transform 0.3s linear;
  background-color: #b59a74;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ent_cta {
    top: 0;
    left: auto;
    margin: auto;
    width: 4.1237113402vw;
    height: 21.3058419244vw;
    min-height: 210px;
  }
}
.ent_cta.is_hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (hover: hover) {
  .ent_cta:focus,
  .ent_cta:hover {
    background-color: #fff;
  }
  .ent_cta:focus .ent_cta_txt,
  .ent_cta:hover .ent_cta_txt {
    color: #b59a74;
  }
}
body.is_visitedEnterPage .ent_cta,
body.is_visited .ent_cta {
  opacity: 1;
  transition: opacity 1s;
}

.ent_cta_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #fff;
  font-size: 4vw;
}
@media (min-width: 768px) {
  .ent_cta_txt {
    letter-spacing: 0.3em;
    font-size: 0.9621993127vw;

    -webkit-writing-mode: vertical-rl;

        -ms-writing-mode: tb-rl;

            writing-mode: vertical-rl;
  }
}

.ent_cta_ttl_icn {
  margin-right: 1.8666666667vw;
  width: 4.8vw;
  -webkit-transform: translateY(-0.5333333333vw);
          transform: translateY(-0.5333333333vw);

  fill: #fff;
}

.ent_lineup_inner {
  display: flex;
  justify-content: space-between;
}

.ent_lineup_ttl {
  position: sticky;
  top: 21.3333333333vw;
  width: 14.9333333333vw;
  height: 40vw;
}
@media (min-width: 768px) {
  .ent_lineup_ttl {
    top: 10.3092783505vw;
    width: 6.2542955326vw;
    height: 17.6632302405vw;
  }
}
.ent_lineup_ttl img {
  width: 100%;
}

.ent_lineupMediaUnit {
  width: 66.6666666667vw;
}
@media (min-width: 768px) {
  .ent_lineupMediaUnit {
    width: 61.8556701031vw;
  }
}

.ent_lineupMedia + .ent_lineupMedia {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .ent_lineupMedia + .ent_lineupMedia {
    margin-top: 2.1993127148vw;
  }
}

@media (min-width: 768px) {
  .ent_lineupMedia_link {
    display: -ms-grid;
    display: grid;
    background-color: #f5f5f5;

    -ms-grid-columns: 25.4295532646vw 36.4261168385vw;

    grid-template-columns: 25.4295532646vw 36.4261168385vw;
    -ms-grid-rows: 5.1546391753vw 10.6529209622vw;
    grid-template-rows: 5.1546391753vw 10.6529209622vw;
        grid-template-areas: "label img" "body img";
  }
}
@media (min-width: 768px) and (hover: hover) {
  .ent_lineupMedia_link:focus .ent_lineupMedia_img,
  .ent_lineupMedia_link:hover .ent_lineupMedia_img {
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (min-width: 768px) {
  .ent_lineupMedia_imgWrapper {
    overflow: hidden;

    grid-area: img;
  }
  .ent_lineupMedia_imgWrapper > img {
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);

    -o-object-fit: cover;

       object-fit: cover;
  }
}

.ent_lineupMedia_label {
  padding: 5.3333333333vw 9.3333333333vw 2.6666666667vw;
  background-color: #f5f5f5;
}
.ent_lineupMedia_label > p {
  background-color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .ent_lineupMedia_label > p {
    padding: 0.5498281787vw 0 0.412371134vw;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .ent_lineupMedia_label {
    padding: 4.8109965636vw;

    grid-area: label;
  }
}

.ent_lineupMedia_label_svg {
  fill: #8e7f6f;
}
.ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__biwako {
  width: 21.3333333333vw;
}
@media (min-width: 768px) {
  .ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__biwako {
    width: 7.147766323vw;
  }
}
.ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__nikko {
  width: 26.6666666667vw;
}
@media (min-width: 768px) {
  .ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__nikko {
    width: 9.3470790378vw;
  }
}
.ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__takayama {
  width: 21.3333333333vw;
}
@media (min-width: 768px) {
  .ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__takayama {
    width: 7.147766323vw;
  }
}
.ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__yatsugatake {
  width: 26.6666666667vw;
}
@media (min-width: 768px) {
  .ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__yatsugatake {
    width: 9.4158075601vw;
  }
}
.ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__kanazawa {
  width: 26.6666666667vw;
}
@media (min-width: 768px) {
  .ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__kanazawa {
    width: 9.4158075601vw;
  }
}
.ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__awajishima {
  width: 27.7333333333vw;
}
@media (min-width: 768px) {
  .ent_lineupMedia_label_svg.ent_lineupMedia_label_svg__awajishima {
    width: 10.0343642612vw;
  }
}

.ent_lineupMedia_body {
  position: relative;
  padding: 0.5333333333vw 5.3333333333vw 5.3333333333vw;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .ent_lineupMedia_body {
    margin-top: 3.4364261168vw;
    padding: 0;

    grid-area: body;
  }
}
@media (min-width: 768px) {
  .ent_lineupMedia_imgWrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .ent_lineupMedia_label {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ent_lineupMedia_body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

.ent_lineupMedia_ttl {
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .ent_lineupMedia_ttl {
    letter-spacing: 0.05em;
    font-size: 1.3745704467vw;
    line-height: 1.3;
  }
}

.ent_lineupMedia_icn {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  width: 3.2vw;

  fill: #000;
}
@media (min-width: 768px) {
  .ent_lineupMedia_icn {
    right: 1.0309278351vw;
    bottom: 1.0309278351vw;
    width: 0.9621993127vw;
  }
}

.ent_lineup_btnWrapper {
  margin-top: 10.6666666667vw;
  margin-left: auto;
  width: 66.6666666667vw;
}
@media (min-width: 768px) {
  .ent_lineup_btnWrapper {
    margin-top: 5.4982817869vw;
    width: 61.8556701031vw;
  }
}

.ent_lineup_btn {
  display: inline-flex;
  position: relative;
  padding: 5.0666666667vw 5.3333333333vw 2.9333333333vw;
  border: 1px solid #8e7f6f;
  width: 100%;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #8e7f6f;
  font-size: 3.7333333333vw;
}
@media (min-width: 768px) {
  .ent_lineup_btn {
    padding: 2.6116838488vw 3.4364261168vw 2.0618556701vw;
    font-size: 1.3745704467vw;
  }
}
@media (hover: hover) {
  .ent_lineup_btn:focus,
  .ent_lineup_btn:hover {
    background-color: #8e7f6f;
    color: #fff;
  }
  .ent_lineup_btn:focus .ent_lineup_btnArw,
  .ent_lineup_btn:hover .ent_lineup_btnArw {
    fill: #fff;
  }
}

.ent_lineup_btnArw {
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  width: 13.3333333333vw;
  transition: fill 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  fill: #8e7f6f;
}
@media (min-width: 768px) {
  .ent_lineup_btnArw {
    right: 2.0618556701vw;
    width: 6.1855670103vw;
  }
}

.ent_about_inner {
  position: relative;
}

.ent_about_ttl {
  position: absolute;
  z-index: 1;
  top: -11.7333333333vw;
  right: 5.0666666667vw;
  width: 14.4vw;

  fill: #8e7f6f;
}
@media (min-width: 768px) {
  .ent_about_ttl {
    top: -5.1546391753vw;
    right: 11.8213058419vw;
    width: 6.1855670103vw;
  }
}
.ent_about_mask .ent_about_ttl {
  z-index: 3;
}

.ent_about_mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ent_about_movie {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 66.6666666667vw;
}
@media (min-width: 768px) {
  .ent_about_movie {
    height: 44.6735395189vw;
  }
}
.ent_about_movie > video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -o-object-fit: cover;

     object-fit: cover;
}
.ent_about_movie > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vw;
  -webkit-transform: translate(-50%, -13%);
          transform: translate(-50%, -13%);

  fill: #bcbaac;
}
@media (min-width: 768px) {
  .ent_about_movie > svg {
    width: 20.618556701vw;
    -webkit-transform: translate(-50%, -44%);
            transform: translate(-50%, -44%);
  }
}

.ent_aboutCardUnit {
  margin-top: 10.6666666667vw;
  padding: 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .ent_aboutCardUnit {
    margin-top: 0;
    padding: 0 11.6838487973vw;
  }
}

.ent_aboutCard + .ent_aboutCard {
  margin-top: 21.3333333333vw;
}
@media (min-width: 768px) {
  .ent_aboutCard + .ent_aboutCard {
    margin-top: 10.3092783505vw;
  }
}
@media (min-width: 768px) {
  .ent_aboutCard {
    display: flex;
    align-items: flex-end;
  }
  .ent_aboutCard.ent_aboutCard__rev {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .ent_aboutCard_imgWrapper {
    width: 52.2336769759vw;
  }
}
.ent_aboutCard_imgWrapper > img {
  width: 100%;
}

@media (min-width: 768px) {
  .ent_aboutCard_body {
    margin-left: -4.1237113402vw;
    padding: 3.4364261168vw 4.3986254296vw 0.6872852234vw;
    width: 27.4914089347vw;
    -webkit-transform: translateY(8.9347079038vw);
            transform: translateY(8.9347079038vw);
    background-color: #fff;
  }
  .ent_aboutCard__rev .ent_aboutCard_body {
    margin-right: -4.1237113402vw;
    margin-left: 0;
    -webkit-transform: translateY(0.6872852234vw);
            transform: translateY(0.6872852234vw);
  }
}

.ent_aboutCard_ttl {
  display: flex;
  flex-direction: column;
  margin-top: 7.4666666667vw;
  font-size: 5.3333333333vw;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .ent_aboutCard_ttl {
    margin-top: 0;
    font-size: 1.6494845361vw;
    line-height: 1.25;
  }
}
.ent_aboutCard_ttl > svg {
  -webkit-transform: translateX(0.2666666667vw);
          transform: translateX(0.2666666667vw);

  fill: #8e7f6f;
}
@media (min-width: 768px) {
  .ent_aboutCard_ttl > svg {
    margin-top: 10px;
    -webkit-transform: translateX(0.0687285223vw);
            transform: translateX(0.0687285223vw);
  }
}
.ent_aboutCard_ttl.ent_aboutCard_ttl__destination > svg {
  width: 26.6666666667vw;
}
@media (min-width: 768px) {
  .ent_aboutCard_ttl.ent_aboutCard_ttl__destination > svg {
    width: 8.7972508591vw;
  }
}
.ent_aboutCard_ttl.ent_aboutCard_ttl__membership > svg {
  width: 20.2666666667vw;
}
@media (min-width: 768px) {
  .ent_aboutCard_ttl.ent_aboutCard_ttl__membership > svg {
    width: 6.735395189vw;
  }
}

.ent_aboutCard_txt {
  margin-top: 6.6666666667vw;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 2.2857142857;
}
@media (min-width: 768px) {
  .ent_aboutCard_txt {
    margin-top: 1.7869415808vw;
    font-size: 0.9621993127vw;
  }
}

.ent_aboutCard_txt_note {
  margin-top: 3.7333333333vw;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .ent_aboutCard_txt_note {
    margin-top: 1.0996563574vw;
    font-size: 0.824742268vw;
  }
}

.ent_system {
  display: flex;
  justify-content: space-between;
}

.ent_system_ttl {
  position: sticky;
  top: 21.3333333333vw;
  width: 13.8666666667vw;
  height: 40vw;
}
@media (min-width: 768px) {
  .ent_system_ttl {
    top: 10.3092783505vw;
    width: 6.2542955326vw;
    height: 19.6563573883vw;
  }
}
.ent_system_ttl img {
  width: 100%;
}

.ent_systemFeaturesUnit {
  width: 67.4666666667vw;
}
@media (min-width: 768px) {
  .ent_systemFeaturesUnit {
    display: flex;
    flex-wrap: wrap;
    width: 61.8556701031vw;
  }
}

@media (max-width: 767.98px) {
  .ent_systemFeatures {
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
  .ent_systemFeatures:first-child {
    padding-top: 0;
  }
  .ent_systemFeatures:last-child {
    padding-bottom: 0;
  }
  .ent_systemFeatures:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 768px) {
  .ent_systemFeatures {
    position: relative;
    width: 50%;
  }
  .ent_systemFeatures:nth-child(1) {
    padding: 0 3.4364261168vw 2.7491408935vw 0;
  }
  .ent_systemFeatures:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 27.4914089347vw;
    height: 1px;
    background-color: #ddd;
  }
  .ent_systemFeatures:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 1px;
    height: 24.8797250859vw;
    background-color: #ddd;
  }
  .ent_systemFeatures:nth-child(2) {
    padding: 0 0 2.7491408935vw 3.4364261168vw;
  }
  .ent_systemFeatures:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 27.4914089347vw;
    height: 1px;
    background-color: #ddd;
  }
  .ent_systemFeatures:nth-child(3) {
    padding: 3.4364261168vw 3.4364261168vw 0 0;
  }
  .ent_systemFeatures:nth-child(3)::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 38.3505154639vw;
    background-color: #ddd;
  }
  .ent_systemFeatures:nth-child(4) {
    padding: 3.4364261168vw 0 1.0996563574vw 3.4364261168vw;
  }
}

.ent_systemFeatures_label {
  width: 28vw;
  font-size: 0;
}
@media (min-width: 768px) {
  .ent_systemFeatures_label {
    width: 7.2164948454vw;
  }
}

.ent_systemFeatures_ttl {
  margin-top: 5.3333333333vw;
  letter-spacing: 0.05em;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 1.5;
}
.ent_systemFeatures_ttl > span {
  font-size: 3.7333333333vw;
}
@media (min-width: 768px) {
  .ent_systemFeatures_ttl {
    margin-top: 1.0309278351vw;
    font-size: 2.1993127148vw;
    line-height: 1.25;
  }
  .ent_systemFeatures_ttl > span {
    font-size: 1.3745704467vw;
  }
}

.ent_systemFeatures_txt {
  margin-top: 5.3333333333vw;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 2.2857142857;
}
@media (min-width: 768px) {
  .ent_systemFeatures_txt {
    margin-top: 1.6494845361vw;
    font-size: 0.9621993127vw;
  }
}

.ent_systemFeatures_note {
  margin-top: 3.7333333333vw;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .ent_systemFeatures_note {
    margin-top: 1.0996563574vw;
    font-size: 0.824742268vw;
  }
}

.ent_systemFacilities {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .ent_systemFacilities {
    margin-top: 2.0618556701vw;
  }
}

.ent_systemFacilities_item + .ent_systemFacilities_item {
  margin-top: 4.2666666667vw;
}
@media (min-width: 768px) {
  .ent_systemFacilities_item + .ent_systemFacilities_item {
    margin-top: 1.3745704467vw;
  }
}

.ent_systemFacilities_link {
  display: inline-flex;
  position: relative;
  padding: 2.6666666667vw 5.3333333333vw;
  border: 1px solid #8e7f6f;
  width: 100%;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  letter-spacing: 0;
  color: #8e7f6f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
}
@media (min-width: 768px) {
  .ent_systemFacilities_link {
    padding: 0.8934707904vw 1.3058419244vw 0.7560137457vw;
    font-size: 0.824742268vw;
  }
}
@media (hover: hover) {
  .ent_systemFacilities_link:focus,
  .ent_systemFacilities_link:hover {
    background-color: #8e7f6f;
    color: #fff;
  }
  .ent_systemFacilities_link:focus .ent_systemFacilities_arw,
  .ent_systemFacilities_link:hover .ent_systemFacilities_arw {
    fill: #fff;
  }
}

.ent_systemFacilities_arw {
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  width: 13.3333333333vw;
  transition: fill 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  fill: #8e7f6f;
}
@media (min-width: 768px) {
  .ent_systemFacilities_arw {
    right: 1.3745704467vw;
    width: 4.8109965636vw;
  }
}

.ent_scene {
  position: relative;
}

.ent_scene_ttl {
  position: absolute;
  z-index: 1;
  top: 21.3333333333vw;
  right: 5.3333333333vw;
}
@media (max-width: 767.98px) {
  .ent_scene_ttl::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: -12.8vw;
    left: -8vw;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .ent_scene_ttl {
    top: 10.5841924399vw;
    right: 11.8900343643vw;
  }
}
.ent_scene_ttl img {
  width: 14.9333333333vw;
}
@media (min-width: 768px) {
  .ent_scene_ttl img {
    width: 6.2542955326vw;
  }
}

.ent_sceneSlider_wrapper {
  display: none;
  position: relative;
  width: 82.6666666667vw;
}
@media (min-width: 768px) {
  .ent_sceneSlider_wrapper {
    padding-bottom: 0.4810996564vw;
    width: 65.9793814433vw;
  }
}
.ent_sceneSlider_wrapper.is_initialized {
  display: block;
}
@media (min-width: 768px) {
  .ent_sceneSlider_wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: auto;
    left: 0;
    left: -11.6838487973vw;
    margin: auto;
    width: 100%;
    width: 11.6838487973vw;
    height: 100%;
    height: 47.9037800687vw;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .ent_sceneSlider_wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    right: -14.4329896907vw;
    bottom: auto;
    margin: auto;
    width: 100%;
    width: 14.4329896907vw;
    height: 100%;
    height: 41.2371134021vw;
    background-color: #fff;
  }
}

@media (max-width: 767.98px) {
  .ent_sceneSlider {
    overflow: hidden;
  }
}
.ent_sceneSlider .slick-list {
  overflow: visible;
}
.ent_sceneSlider .slick-slide {
  overflow: hidden;
}
.ent_sceneSlider .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .ent_sceneSlider .slick-slide img {
    height: 40.5498281787vw;
  }
}

.ent_sceneSlider_progress {
  margin: 2.4vw 0 0 1.0666666667vw;
}
@media (min-width: 768px) {
  .ent_sceneSlider_progress {
    margin: 4.2611683849vw 3.6426116838vw 0.2749140893vw 0;
    text-align: right;
  }
}

.ent_sceneSlider_progress_bar {
  display: inline-block;
  position: relative;
  width: 0;
  height: 1px;
  transition: width 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateY(-1.0666666667vw);
          transform: translateY(-1.0666666667vw);
  background-color: #d0d0d0;
}
@media (min-width: 768px) {
  .ent_sceneSlider_progress_bar {
    -webkit-transform: translateY(-0.3436426117vw);
            transform: translateY(-0.3436426117vw);
  }
}
.ent_sceneSlider_progress_bar:not(:last-child) {
  margin-right: 1.6vw;
}
@media (min-width: 768px) {
  .ent_sceneSlider_progress_bar:not(:last-child) {
    margin-right: 0.4810996564vw;
  }
}
.ent_sceneSlider_progress_bar.is_current {
  width: 18.6666666667vw;
}
@media (min-width: 768px) {
  .ent_sceneSlider_progress_bar.is_current {
    width: 6.8728522337vw;
  }
}
.ent_sceneSlider_progress_bar > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #404756;
}

.ent_sceneSlider_progress_txt {
  position: relative;
  transition: color 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #d0d0d0;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .ent_sceneSlider_progress_txt {
    font-size: 1.0996563574vw;
  }
}
.ent_sceneSlider_progress_txt.is_current {
  color: #404756;
}
.ent_sceneSlider_progress_txt::before {
  content: "";
  position: absolute;
  top: -0.3436426117vw;
  right: -0.3436426117vw;
  bottom: -0.3436426117vw;
  left: -0.3436426117vw;
}
@media (max-width: 767.98px) {
  .ent_sceneSlider_progress_txt::before {
    top: -1.3333333333vw;
    right: -1.3333333333vw;
    bottom: -1.3333333333vw;
    left: -1.3333333333vw;
  }
}

.ent_sceneSlider_arw {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 4.1237113402vw;
}
@media (max-width: 767.98px) {
  .ent_sceneSlider_arw {
    width: 9.0666666667vw;
  }
}
.ent_sceneSlider_arw > svg {
  width: 100%;
  height: 100%;
  transition: fill 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);

  fill: #707070;
}
@media (hover: hover) {
  [data-whatinput=keyboard] .ent_sceneSlider_arw:focus > svg,
  .ent_sceneSlider_arw:hover > svg {
    fill: #b59a74;
  }
}
.ent_sceneSlider_arw.ent_sceneSlider_arw__prev {
  right: 13.6vw;
}
@media (min-width: 768px) {
  .ent_sceneSlider_arw.ent_sceneSlider_arw__prev {
    right: -3.9862542955vw;
  }
}
.ent_sceneSlider_arw.ent_sceneSlider_arw__next {
  right: 0;
}
@media (min-width: 768px) {
  .ent_sceneSlider_arw.ent_sceneSlider_arw__next {
    right: -9.4158075601vw;
  }
}

.ent_sceneSlider_txtAreaUnit {
  position: relative;
  margin-top: 9.3333333333vw;
  height: 45.3333333333vw;
}
@media (min-width: 768px) {
  .ent_sceneSlider_txtAreaUnit {
    margin-top: -13.6082474227vw;
    width: 30.2405498282vw;
    height: 15.6701030928vw;
    background-color: #fff;
  }
}

.ent_sceneSlider_txtArea {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ent_sceneSlider_txtArea.is_current {
  opacity: 1;
}
@media (min-width: 768px) {
  .ent_sceneSlider_txtArea {
    padding: 3.4364261168vw 2.7491408935vw 0 0;
  }
}

.ent_sceneSlider_lead {
  letter-spacing: 0.05em;
  font-size: 5.3333333333vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .ent_sceneSlider_lead {
    font-size: 1.6494845361vw;
    line-height: 1.25;
  }
}

.ent_sceneSlider_txt {
  margin-top: 2.6666666667vw;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 2.2857142857;
}
@media (min-width: 768px) {
  .ent_sceneSlider_txt {
    margin-top: 0.824742268vw;
    font-size: 0.9621993127vw;
  }
}

/* ------------------------
  enter page movie
------------------------ */
.ent_movie {
  padding-top: 4.6735395189vw;
  text-align: center;
}
@media (max-width: 767.98px) {
  .ent_movie {
    padding-top: 35.7333333333vw;
  }
}

.ent_movie_ttl {
  margin: auto;
  width: 9.6219931271vw;
}
@media (max-width: 767.98px) {
  .ent_movie_ttl {
    width: 37.3333333333vw;
  }
}
.ent_movie_ttl img {
  width: 100%;
}

.ent_video {
  display: block;
  position: relative;
  margin: 1.7182130584vw auto 0;
  width: 47.2852233677vw;
}
@media (max-width: 767.98px) {
  .ent_video {
    margin-top: 8vw;
    width: 89.3333333333vw;
  }
}

.ent_video_inner {
  width: 100%;

  aspect-ratio: 16/9;
}
.ent_video_inner .video-js {
  width: 100%;
  height: 100%;
}

.vjs-dock-text {
  opacity: 0;
}

.bc-iframe,
.bc-iframe body,
.bc-player-default_default {
  background-color: #fff;
}

.vjs-poster {
  background-color: #fff;
}

.ent_sec {
  position: relative;
  padding-top: 21.3333333333vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .ent_sec {
    padding-top: 10.3092783505vw;
  }
}
.ent_sec.ent_sec__lineup {
  padding-right: 5.3333333333vw;
  padding-bottom: 10.6666666667vw;
  padding-left: 5.3333333333vw;
}
@media (min-width: 768px) {
  .ent_sec.ent_sec__lineup {
    padding-right: 11.6838487973vw;
    padding-bottom: 1.7182130584vw;
    padding-left: 11.6838487973vw;
  }
}
.ent_sec.ent_sec__about {
  padding-top: 32vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .ent_sec.ent_sec__about {
    padding-top: 15.4639175258vw;
    padding-bottom: 8.9347079038vw;
  }
}
.ent_sec.ent_sec__system {
  padding-right: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  padding-left: 5.3333333333vw;
}
@media (min-width: 768px) {
  .ent_sec.ent_sec__system {
    padding-right: 11.6838487973vw;
    padding-bottom: 6.5979381443vw;
    padding-left: 11.6838487973vw;
  }
}
.ent_sec.ent_sec__scene {
  padding-right: 5.3333333333vw;
  padding-bottom: 22.4vw;
  padding-left: 5.3333333333vw;
}
@media (max-width: 767.98px) {
  .ent_sec.ent_sec__scene {
    padding-top: 34.6666666667vw;
  }
}
@media (min-width: 768px) {
  .ent_sec.ent_sec__scene {
    padding-right: 11.6838487973vw;
    padding-bottom: 17.1821305842vw;
    padding-left: 11.6838487973vw;
  }
}

/* ------------------------
  helper Classes
------------------------ */
.hp_hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .hp_hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.hp_hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .hp_hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1454.98px) {
  .hp_hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .hp_hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1454.98px) {
  .hp_hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1455px) {
  .hp_hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1455px) {
  .hp_hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.hp_hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.hp_visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.hp_visuallyhidden.focusable:active,
.hp_visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.hp_invisible {
  visibility: hidden;
}

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

.hp_ttUppercase {
  text-transform: uppercase !important;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
* enter page
* main.css
*/