@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dt, dd, p, td, th {
  margin: 0;
  padding: 0;
}
html, body, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dt, dd, p, td, th, span, a, input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border-width: medium;
}
html {
  font-size: 62.5%;
  line-height: 1;
  height: 100%;
  width: 100%;
}
body {
  color: #111111;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  background-color: #fff;
  max-width: none;
}
a {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #414042;
}
a.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sp_block {
  display: none;
}
.pc_block {
  display: block;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
/* inview basic */
.js-inview {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1);
  will-change: opacity, transform;
}
.js-inview.is-show {
  opacity: 1;
  transform: none;
}
.inview-zoom {
  opacity: 0;
  transform: scale(.9);
  transition:
    opacity 1s ease, transform 1s cubic-bezier(.2, .8, .2, 1);
}
.inview-zoom.is-show {
  opacity: 1;
  transform: scale(1);
}
.inview-blur {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(20px);
  transition:
    opacity .8s ease, filter .8s ease, transform .8s cubic-bezier(.2, .8, .2, 1);
  will-change: opacity, filter, transform;
}
.inview-blur.is-show {
  opacity: 1;
  filter: blur(0);
  transform: none;
}
.change-time1 {
  transition-delay: .15s;
}
.change-time2 {
  transition-delay: .3s;
}
.change-time3 {
  transition-delay: .45s;
}
.change-time4 {
  transition-delay: .6s;
}
.change-time5 {
  transition-delay: .75s;
}
/*ヘッダー*/
#header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding-top: 20px;
  font-family: "Oswald", sans-serif;
}
#header .logo {
  position: absolute;
  left: 15px;
  width: 21%;
  z-index: 1;
  margin: 0;
  vertical-align: top;
  max-width: 200px;
}
#header .logo img {
  display: block;
}
#header.dnone {
  opacity: 0;
}
#header.dnone.panelactive {
  opacity: 1;
}
#navi ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#navi ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 15px;
  letter-spacing: 0.1rem;
  font-size: 16px;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#navi ul li a span {
  color: #777777;
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0px;
  transition: .3s ease-in-out;
}
#navi ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 0;
  transition: .3s ease-in-out;
}
#navi ul li a:hover:before {
  height: 100%;
  background-color: #000;
}
#navi ul li a:hover span {
  color: #fff;
}
#navi ul li {
  text-align: center;
}
#navi ul li.twitter a::before, #navi ul li.insta a::before, #navi ul li.youtube a::before {
  display: none;
}
#navi ul li.twitter a, #navi ul li.insta a {
  margin: 0 auto;
  width: 50px;
  padding: 10px;
  background-image: none;
}
#navi ul li.youtube a {
  margin: 0 auto;
  width: 55px;
  padding: 10px;
  background-image: none;
}
#navi ul li.current a, #navi ul li a:hover {
  color: #ededee;
}
#header.dnone #navi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
}
#header.panelactive #navi {
  opacity: 1;
  z-index: 3;
  background-color: #000;
}
#header.panelactive #navi ul {
  display: block;
  width: 100%;
}
#header.dnone.panelactive #navi li {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.20);
  width: 100%;
  display: block;
}
#header.dnone.panelactive #navi li:last-child {
  border-bottom: 0;
}
#header.dnone.panelactive #navi li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  font-size: 2rem;
}
#header.dnone.panelactive #navi ul li.twitter a {
  margin: 0 auto;
  width: 80px;
}
.openbtn {
  display: none;
}
@media (max-width: 768px) {
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  #header .logo {
    width: 30%;
  }
  #header #navi {
    display: none;
  }
  #header.panelactive #navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.4s;
    opacity: 1;
    z-index: 3;
    background-color: hsla(0, 0%, 100%, 0.95);
  }
  #header.panelactive #navi li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.3s;
    font-size: 1.8rem;
  }
  #header.panelactive #navi ul {
    display: block;
    width: 100%;
  }
  #header.panelactive #navi li {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: block;
  }
  #header.panelactive #navi ul li.twitter, #header.panelactive #navi ul li.insta, #header.panelactive #navi ul li.youtube {
    display: inline-block;
    border: 0;
    width: auto;
  }
  #header.panelactive #navi ul li:last-child {
    border-bottom: 0;
  }
  #header {
    height: 60px;
  }
  #header.panelactive.dnone {
    display: flex;
  }
  #header.dnone {
    opacity: 1;
  }
  #header.panelactive, #navi ul {
    display: block;
  }
  .openbtn {
    position: fixed;
    /* [disabled]background-color: hsla(0, 0%, 100%, 0.80); */
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: block;
    right: 10px;
    top: 10px;
    z-index: 99;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    width: 45%;
    -webkit-box-shadow: 0px 0px 3px hsla(0, 0%, 0%, 0.90);
    box-shadow: 0px 0px 3px hsla(0, 0%, 0%, 0.90);
  }
  .openbtn span:nth-of-type(1) {
    top: 17px;
  }
  .openbtn span:nth-of-type(2) {
    top: 24px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
#top {
  background: #fff;
  padding-bottom: 140px;
}
.mv {
  position: relative;
  overflow: hidden;
}
.mv_inner {
  position: relative;
  z-index: 2;
  padding-top: 35vh;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  min-height: 90vh;
}
.mv_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.mv_circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  will-change: transform;
}
.mv_circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_circle--left {
  left: -8vw;
  bottom: 8vw;
  width: 28vw;
  aspect-ratio: 1 / 1;
}
.mv_circle--right {
  right: -6vw;
  top: -4vw;
  width: 34vw;
  aspect-ratio: 1 / 1;
}
.mv_mark {
  opacity: 0;
  transform: translateY(40px) scale(.94);
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition-delay: .2s;
  will-change: transform, opacity;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0;
  bottom: 0px;
  width: 30%;
  margin: auto;
  max-width: 300px;
  display: flex;
  align-items: center;
}
.mv.is-show .mv_mark {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.mv_logo {
  text-align: center;
}
.mv_logoLine img {
  display: block;
}
.mv_logoLine {
  position: relative;
}
/* 上下の行 */
.mv_logoLine--top, .mv_logoLine--bottom {
  opacity: 0;
  transition: all .8s ease;
}
.mv_logoLine--top {
  transform: translateX(-60px);
  max-width: 582px;
  margin: 0 auto 20px;
}
.mv_logoLine--bottom {
  transform: translateX(60px);
  margin: 0 auto 20px;
  max-width: 640px;
}
/* 真ん中行 */
.mv_logoLine--middle {
  position: relative;
  display: inline-block;
  max-width: 494px;
  margin-bottom: 20px;
}
/* 黒文字 */
.mv_logoText {
  display: block;
  opacity: 0;
  transform: translateX(-40px);
  transition: all .8s ease;
  transition-delay: .5s;
}
/* クリッピング画像 */
.mv_logoClip {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.mv_logoClip img {
  opacity: 0;
  transition: all 1s cubic-bezier(.2, .8, .2, 1);
  transition-delay: 1.5s;
}
.mv.is-show .mv_logoText img {
  opacity: 0;
  transition: all 1s cubic-bezier(.2, .8, .2, 1);
  transition-delay: 1.7s;
}
/* inview発火 */
.mv.is-show .mv_logoLine--top {
  opacity: 1;
  transform: translateX(0);
}
.mv.is-show .mv_logoLine--bottom {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .8s;
}
.mv.is-show .mv_logoText {
  opacity: 1;
  transform: translateX(0);
}
.mv.is-show .mv_logoClip img {
  opacity: 1;
  transform: translateX(0);
}
.mv_scroll {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.mv_scrollIcon {
  position: relative;
  display: inline-block;
}
.mv_scrollIcon img {
  display: block;
  width: 30px;
}
/* 縦線 */
.mv_scrollLine {
  position: absolute;
  left: 50%;
  top: 11px;
  width: 2px;
  height: 10px;
  background: #333;
  transform: translateX(-50%);
  animation: scrollLine 1.8s ease-in-out infinite;
}
@keyframes scrollLine {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  40% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
}
.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.concept {
  padding: 60px 0 0;
  text-align: center;
}
.concept h2 {
  margin-bottom: 30px;
}
.concept h3 {
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
}
.concept h3::after {
  width: 60px;
  border-top: 3px dotted #000;
  margin: 20px auto;
  display: block;
  content: "";
}
.concept p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #top {
    padding-bottom: 60px;
  }
  .mv_logoLine--top {
    width: 70%;
  }
  .mv_logoLine--middle {
    width: 60%;
  }
  .mv_logoLine--bottom {
    width: 80%;
  }
  .mv_circle--left {
    left: -1vw;
    bottom: 50vw;
    width: 40vw;
    aspect-ratio: 1 / 1;
  }
  .mv_circle--right {
    right: -8vw;
    top: 7vw;
    width: 40vw;
    aspect-ratio: 1 / 1;
  }
  .mv_inner {
    min-height: 80vh;
  }
  .concept h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .mv_circle--left {
    left: -5vw;
    bottom: 130vw;
    width: 36vw;
  }
  .mv_circle--right {
    right: -8vw;
    top: 7vw;
    width: 40vw;
  }
}
#lineup {
  position: relative;
  padding: 120px 20px 140px;
  overflow: hidden;
  background-image: url(../images/bg_lineup.png);
  background-repeat: no-repeat;
  background-position: 105% bottom;
  background-size: auto 80vh;
  background-attachment: fixed;
}
.lineup_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.sec-title {
  position: relative;
  margin-bottom: 90px;
  text-align: center;
}
.sec-title::before, .sec-title::after {
  content: "";
  position: absolute;
  top: 24px;
  width: calc(50% - 200px);
  border-top: 7px dotted #231f20;
}
.sec-title::before {
  left: 0;
}
.sec-title::after {
  right: 0;
}
#lineup .sec-title h2 {
  max-width: 300px;
  margin: 0 auto;
}
#floormap .sec-title h2 {
  max-width: 454px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#floormap .sec-title h2::after {
  width: 25%;
  max-width: 127px;
  height: 202px;
  z-index: -1;
  display: block;
  background-image: url(../images/bg_title.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -50px;
}
#floormap .sec-title::before, #floormap .sec-title::after {
  width: calc(50% - 250px);
}
.lineup_title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.lineup_titleEn {
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.lineup_titleJa {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 500;
}
.lineup_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  max-width: 1220px;
  margin: 0 auto;
}
.lineup_card {
  display: flex;
  flex-direction: column;
  background: #d8d8d8;
  border-radius: 0 0 20px 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.lineup_cardLink {
  display: block;
  color: inherit;
  text-decoration: none;
}
.lineup_thumb {
  position: relative;
  aspect-ratio: 368 / 260;
  overflow: hidden;
  background: #ccc;
}
.lineup_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lineup_name {
  padding: 12px 16px;
  background: #4a474b;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.lineup_body {
  min-height: 190px;
  padding: 20px;
  background: #d8d8d8;
}
.lineup_text {
  font-size: 1.6rem;
  line-height: 1.9;
}
.lineup_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: auto;
}
.lineup_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.lineup_btn:hover {
  opacity: 0.8;
}
.lineup_btn--white {
  background: #fff;
  color: #231f20;
}
.lineup_btn--gray {
  background: #7d7d80;
  color: #fff;
}
.lineup_thumb--comingSoon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
}
.lineup_comingSoon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.lineup_body--comingSoon {
  position: relative;
}
.lineup_body--comingSoon .lineup_comingSoon {
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .lineup_titleEn {
    font-size: 5.6rem;
  }
  .lineup_head::before, .lineup_head::after {
    width: calc(50% - 180px);
  }
  .lineup_list {
    gap: 24px;
  }
  .lineup_body {
    padding: 24px 24px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 60px;
  }
  .sec-title::before, .sec-title::after {
    content: "";
    position: absolute;
    top: 24px;
    width: calc(50% - 200px);
    border-top: 3px dotted #231f20;
  }
  #lineup {
    background-attachment: scroll;
    background-size: auto 300px;
    background-position: 107% top;
    padding: 60px 0;
  }
  #lineup .sec-title h2 {
    max-width: 200px;
    margin: 0 auto;
    width: 60%;
  }
  #lineup .sec-title::before, #lineup .sec-title::after {
    top: 22px;
    width: calc(50% - 120px);
    border-top-width: 5px;
  }
  .lineup_titleEn {
    font-size: 3.8rem;
  }
  .lineup_titleJa {
    font-size: 1.6rem;
  }
  .lineup_list {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 420px;
  }
  .lineup_name {
    font-size: 1.6rem;
  }
  .lineup_body {
    min-height: auto;
    padding: 20px 20px 18px;
  }
  .lineup_text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .lineup_btn {
    min-height: 56px;
    font-size: 1.4rem;
  }
  .lineup_comingSoon {
    font-size: 1.6rem;
  }
}
#floormap {
  position: relative;
}
#floormap h3 {
  margin: 120px 0;
  text-align: center;
}
#floormap .sec-image img {
  width: 100%;
  max-width: none;
}
#floormap .sec-image {
  margin-bottom: 90px;
}
#floormap .floor-bg {
  display: block;
  position: absolute;
  top: 20%;
  left: 10px;
  z-index: 2;
  width: 70px;
}
.floor_inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 30px;
  align-items: start;
  max-width: 1300px;
  margin: 0 0 0 auto;
  width: 80%;
}
.floor_mapArea {
  margin: -10% -10% 0 0;
  z-index: 2;
  position: relative;
}
.floor_overview {
  border: 0;
  background-color: transparent;
  position: absolute;
  width: 50%;
  max-width: 100px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.floor_map {
  position: relative;
}
.floor_map img {
  display: block;
  width: 100%;
  height: auto;
  border-width: medium;
}
.floor_point {
  position: absolute;
  border: 0;
  box-shadow: inset 0 0 0 2px #231f20;
  -webkit-box-shadow: inset 0 0 0 2px #231f20;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  transition: background .3s ease, box-shadow .3s ease;
  font-family: "Oswald", sans-serif;
  padding: 3px 8px;
  letter-spacing: 1px;
  border-radius: 15px;
  color: #231f20;
  font-weight: 500;
  line-height: 1.1;
}
.floor_point:hover, .floor_point.is-active {
  color: #fff;
  background-color: #6d6e71;
  box-shadow: inset 0 0 0 2px #6d6e71;
  -webkit-box-shadow: inset 0 0 0 2px #6d6e71;
}
.floor_point--01 {
  top: 32%;
  right: 6.5%;
}
.floor_point--02 {
  top: 56%;
  right: 0.5%;
}
.floor_point--03 {
  bottom: 20.5%;
  left: 43.5%;
}
.floor_point--04 {
  left: 3%;
  bottom: 30.5%;
}
.floor_point--05 {
  left: 21%;
  top: 43%;
}
.floor_point--06 {
  left: 21%;
  top: 15%;
}
.floor_point--07 {
  left: 48%;
  top: 4%;
}
.floor_point--08 {
  left: 4%;
  bottom: 15.5%;
}
.floor_point--09 {
  left: 37%;
  bottom: 5%;
}
.floor_detail {
  position: relative;
  min-height: 700px;
}
.floor_panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
  letter-spacing: 0px;
}
.floor_panel.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.floor_txtbox {
  max-width: 490px;
  margin: 0 auto;
  width: 80%;
}
.floor_photo {
  margin-right: 20px;
}
.floor_label {
  color: #fff;
  background-color: #6d6e71;
  padding: 5px 30px;
  border-radius: 20px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}
.floor_title {
  text-align: center;
  padding: 20px 0;
  font-size: 2.5rem;
}
.floor_text {
  margin-bottom: 20px;
  text-align: justify;
}
.floor_modal {
  display: none;
  max-width: 720px;
  padding: 24px 20px 20px;
  border-radius: 20px;
  background: #fff;
}
.photoFlow {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.photoFlow_track {
  display: flex;
  width: max-content;
  animation: photoFlowLoop 40s linear infinite;
}
.photoFlow_group {
  display: flex;
  gap: 18px;
}
.photoFlow_item {
  flex: 0 0 auto;
  height: 400px;
  overflow: hidden;
}
.photoFlow_item figure {
  position: relative;
  margin: 0;
  height: 100%;
}
.photoFlow_item img {
	display: block;
	height: 100%;
	width: auto;
	object-fit: cover;
}
.photoFlow_item figcaption {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.2rem;
	color: #fff;
	text-align: left;
	line-height: 1;
	text-shadow: 0px 0px 5px #000;
}
/* 無限ループ */
@keyframes photoFlowLoop {
  to {
    transform: translateX(-50%);
  }
}
/* sp */
@media screen and (max-width: 767px) {
  #floormap .sec-title h2 {
    max-width: 350px;
    width: 60%;
  }
  #floormap .sec-title::before, #floormap .sec-title::after {
    top: 22px;
    width: calc(50% - 200px);
  }
  .floor_point {
    font-size: 2vw;
  }
  .floor_point:hover, .floor_point.is-active {
    color: #231f20;
    box-shadow: inset 0 0 0 2px #231f20;
    -webkit-box-shadow: inset 0 0 0 2px #231f20;
    background-color: transparent;
  }
  .floor_modalWrap {
    display: none;
  }
  .floor_map {
    margin-bottom: 60px;
  }
  .floor_modal .floor_label {
    margin-bottom: 12px;
  }
  .floor_modal .floor_title {
    padding: 0 0 16px;
    font-size: 2.2rem;
  }
  .floor_modal .floor_text {
    margin-bottom: 16px;
  }
  .floor_photo {
    margin: 0px;
  }
  .floor_modal .floor_photo img {
    display: block;
    width: 100%;
    height: auto;
  }
  #floormap .floor-bg {
    display: block;
    position: absolute;
    top: 10%;
    left: 10px;
    width: 8%;
  }
  .floor_inner {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .floor_mapArea {
    margin: 0;
  }
  .floor_detail {
    display: none;
  }
  .floor_overview {
    max-width: 84px;
    width: 22%;
    top: -10px;
    right: 0;
  }
  .photoFlow_item {
    flex: 0 0 auto;
    height: 200px;
  }
  .photoFlow_item figcaption {
    font-size: 1rem;
    right: 4px;
    bottom: 4px;
  }
  .floor_txtbox {
    max-width: none;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #floormap .sec-title::before, #floormap .sec-title::after {
    top: 22px;
    width: calc(50% - 150px);
  }
}
#access {
  padding: 120px 0 140px;
  overflow: hidden;
}
#access .sec-title h2 {
  max-width: 686px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#access .sec-title::before, #access .sec-title::after {
  width: calc(50% - 380px);
}
.access_layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0px;
  align-items: start;
}
.access_content {
  padding-top: 30px;
}
.access_lead {
  max-width: 400px;
  margin: 0 0 30px 59px;
}
.access_leadMain {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.9;
}
.access_leadSub {
  margin-top: 22px;
  font-size: 1.7rem;
  line-height: 2;
}
.access_info {
  position: relative;
  max-width: 590px;
  margin-top: 40px;
  padding: 48px 54px 52px;
  background-color: #e6e7e8;
  border: 1px solid #939598;
  border-radius: 0 0 30px 30px;
}
.access_block + .access_block {
  margin-top: 42px;
}
.access_infoTitle {
  margin-bottom: 18px;
  font-size: 2.1rem;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
}
.access_text {
  font-size: 1.7rem;
  line-height: 1.9;
}
.access_mapBtnWrap {
  margin-top: 26px;
  font-family: "Oswald", sans-serif;
}
.access_mapBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 64px;
  padding: 12px 24px;
  background: #6f6f73;
  border-radius: 10px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.access_mapBtn:hover {
  opacity: 0.8;
}
.access_mapWrap {
  position: relative;
  padding-top: 30px;
  margin-left: -70px;
}
.access_map {
  overflow: hidden;
}
.access_map img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .access_layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .access_content {
    padding-top: 0;
  }
  .access_lead {
    max-width: none;
    margin: 0 0 28px;
  }
  .access_leadMain {
    font-size: 2rem;
    line-height: 1.8;
  }
  .access_leadSub {
    margin-top: 16px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .access_info {
    max-width: none;
    margin-top: 0;
    padding: 28px 20px 32px;
    border-radius: 0 0 22px 22px;
  }
  .access_block + .access_block {
    margin-top: 28px;
  }
  .access_infoTitle {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .access_text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .access_mapBtn {
    min-width: 180px;
    min-height: 54px;
    font-size: 1.5rem;
  }
  .access_mapWrap {
    margin: 0 auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #access {
    padding: 60px 0;
  }
  #access .sec-title h2 {
    max-width: 350px;
    width: 70%;
  }
  #access .sec-title::before, #access .sec-title::after {
    top: 22px;
    width: calc(50% - 200px);
  }
}
@media screen and (max-width: 480px) {
  #access .sec-title::before, #access .sec-title::after {
    top: 22px;
    width: calc(50% - 150px);
  }
}
#mirai-bathroom {
  padding: 120px 0;
}
#mirai-bathroom .bnr figure {
  margin: 0;
  position: relative;
}
#mirai-bathroom .bnr figcaption {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
#mirai-bathroom .sec-title h2 {
  max-width: 686px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#mirai-bathroom .sec-title::before, #mirai-bathroom .sec-title::after {
  width: calc(50% - 380px);
}
@media screen and (max-width: 767px) {
  #mirai-bathroom {
    padding: 60px 0;
  }
  #mirai-bathroom .sec-title h2 {
    max-width: 350px;
    width: 70%;
  }
  #mirai-bathroom .sec-title::before, #mirai-bathroom .sec-title::after {
    top: 22px;
    width: calc(50% - 200px);
  }
}
@media screen and (max-width: 480px) {
  #mirai-bathroom .sec-title::before, #mirai-bathroom .sec-title::after {
    top: 22px;
    width: calc(50% - 150px);
  }
}
#brand {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
#brand .sec-title h2 {
  max-width: 267px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#brand .sec-title h2::after {
  width: 25%;
  max-width: 127px;
  height: 202px;
  z-index: -1;
  display: block;
  background-image: url(../images/bg_title.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -70px;
  left: -20px;
}
#brand .sec-title::before, #brand .sec-title::after {
  width: calc(50% - 150px);
}
.brand_inner {
  max-width: 980px;
  margin: 0 auto;
}
.brand_head {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.brand_head::before, .brand_head::after {
  content: "";
  position: absolute;
  top: 34px;
  width: calc(50% - 210px);
  border-top: 7px dotted #231f20;
}
.brand_head::before {
  left: 0;
}
.brand_head::after {
  right: 0;
}
.brand_title {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.brand_titleEn {
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.brand_titleJa {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 500;
}
.brand_logo {
  max-width: 470px;
  margin: 0 auto 56px;
  text-align: center;
}
.brand_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.brand_lead {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.brand_leadMain {
  font-size: 2.8rem;
  line-height: 1.8;
}
.brand_leadText {
  max-width: 740px;
  margin: 28px auto 0;
  font-size: 1.7rem;
  line-height: 2;
  text-align: left;
}
.brand_rank {
  max-width: 720px;
  margin: 44px auto 24px;
  text-align: center;
}
.brand_rank img {
  display: block;
  width: 100%;
  height: auto;
}
.brand_supply {
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
}
.brand_supply img {
  display: block;
  width: 100%;
  height: auto;
}
.brand_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 16px;
}
.brand_card {
  margin: 0;
}
.brand_thumb {
  overflow: hidden;
  background: #ddd;
}
.brand_thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.brand_caption {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.brand_caption span {
  display: inline-block;
  font-size: 1.2rem;
}
footer {
  padding: 60px 0;
  text-align: center;
}
.foot_caption {
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.2rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 1100px) {
  .brand_titleEn {
    font-size: 5.6rem;
  }
  .brand_head::before, .brand_head::after {
    width: calc(50% - 170px);
  }
  .brand_leadMain {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #brand .sec-title h2 {
    max-width: 150px;
    width: 40%;
  }
  #brand .sec-title::before, #brand .sec-title::after {
    top: 22px;
    width: calc(50% - 100px);
  }
  .brand {
    padding: 80px 16px 100px;
  }
  .brand_head {
    margin-bottom: 40px;
  }
  .brand_head::before, .brand_head::after {
    top: 22px;
    width: calc(50% - 110px);
    border-top-width: 5px;
  }
  .brand_titleEn {
    font-size: 3.8rem;
  }
  .brand_titleJa {
    font-size: 1.6rem;
  }
  .brand_logo {
    max-width: 280px;
    margin-bottom: 36px;
  }
  .brand_leadMain {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .brand_leadText {
    margin-top: 18px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .brand_rank {
    max-width: 320px;
    margin: 32px auto 18px;
  }
  .brand_supply {
    max-width: 320px;
    margin-bottom: 48px;
  }
  .brand_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
  }
  .brand_caption {
    font-size: 1.2rem;
  }
  .brand_caption span {
    font-size: 1.1rem;
  }
  #brand {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
  }
}
