header.header-01-wrap.page-head {
  background: none;
}
.page-head .g-nav ul.gn-area li a {
  color: #FFFFFF;
}
.page-head .g-nav ul.gn-area li {
  border-right: 1px solid #FFFFFF;
}
.page-head .g-nav ul.gn-area li:first-child {
  border-left: 1px solid #FFFFFF;
}
@media screen and (max-width:768px) {
  .page-head .g-nav ul.gn-area li a {
    color: #000;
  }
  .page-head .g-nav ul.gn-area li {
    border-right-style: none;
  }
  .g-nav ul.gn-area li:first-child {
    border-left-style: none;
  }
}
section.bg-white {
  padding-top: 0px;
}
.contents {
  padding-top: 0px;
}
.contents h3 {
  max-width: 300px;
  margin: 0px auto 60px;
  width: 80%;
  text-align: center;
}
.mv-area {
  width: 100%;
  background-color: #EEEEEE;
  height: 100vh;
  background-image: url("../../top/mv.jpg");
  background-size: cover;
  background-position: left center;
  position: relative;
}
.tc p {
  position: absolute;
}
.tc p.mv-txt {
  max-width: 700px;
  top: 18%;
  left: 3%;
  width: 40%;
}
section.top-concept {
  padding: 0px;
  background-color: transparent;
  overflow-y: auto;
}
.tc {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: relative;
  pointer-events: none;
  z-index: -1;
}
.tc.active {
  pointer-events: all;
  z-index: 5;
}
.bg-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.tc-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 1s ease 0s;
  z-index: -1;
}
.tc-bg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.30);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
.tc-bg.tc00:after {
  content: "";
  display: none;
}
.tc-txt .viewmore {
  margin: 60px auto 0px;
  width: 70%;
  max-width: 160px;
  position: relative;
  z-index: 5;
}
.viewmore::before, .viewmore::after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  bottom: -20px;
  margin: auto;
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
  filter: none;
  z-index: -1;
}
.viewmore::after {
  animation-delay: 1s;
}
@keyframes pulsate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.tc-cap {
  text-align: right;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}
.active .tc-bg {
  opacity: 1;
}
.tc-bg.tc00 {
  background-image: url("../../top/mv.jpg");
  background-position: right bottom;
}
.tc-bg.tc01 {}
.tc-bg.tc02 {}
.tc-bg.tc3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.tc-bg.tc4 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.tc-txt {
  margin: 0 auto;
  max-width: 600px;
  opacity: 0;
  transition: all 2s ease 0s;
  width: 95%;
  z-index: 3;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .9));
}
.tc-txt img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.active .tc-txt {
  opacity: 1;
  pointer-events: all;
}
.tc-next {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  transition: all 2s ease 0s;
  max-width: 120px;
}
.tc-next a {
  display: block;
  line-height: 20px;
}
.video-bg {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mv-bg {
  max-height: initial;
  max-width: initial;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
}
#modelroom {
  padding: 140px 0px 0px;
  margin: 0px;
  background-color: transparent;
  position: relative;
  z-index: 6;
}
#modelroom .tc-txt {
  opacity: 1;
}
.mr-bnr {
  background-image: url("../../top/mr-bnr.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 400px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}
.mr-bnr .tc-txt {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-white {
  background-color: #FFFFFF;
  position: relative;
  z-index: 6;
}
.act-area p {
  margin-bottom: 40px;
}
.movie-bnr p {
  width: 33%;
}
.reservation-area {
  padding: 100px 0px 0px;
}
.reservation-area p a {
  max-width: 460px;
  width: 80%;
  display: block;
  margin: 20px auto 0px;
}
.info-area {
	margin: 80px auto 0px;
}
.info-area dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0px auto;
	max-width: 900px;
	align-items: flex-start;
}
.info-area dt.b-date {
  width: 90px;
}
.info-area dd.b-txt {
	width: calc(100% - 90px);
	margin-bottom: 10px;
}
/* ===============================================================================
youtube
=============================================================================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ===============================================================================
OP
=============================================================================== */
.op-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 0;
  transition: .6s;
  visibility: hidden;
}
.op-popup.op-show {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 1);
}
.op-popup-inr {
  position: absolute;
  z-index: 2;
  object-fit: contain;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.op-popup-inr video {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.op-popup-inr img {
  width: 100%;
}
.close-btn, .replay-btn {
  position: fixed;
  width: 30%;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  z-index: 1;
  background-color: #108d9c;
  transition: all 0.3s ease 0s;
  padding: 5px 10px;
  letter-spacing: normal;
  border-radius: 5px;
  color: #FFFFFF;
  max-width: 120px;
  left: 10px;
  bottom: 10px;
}
/* ===============================================================================
contents-nav
=============================================================================== */
.contents-nav {
  margin-top: 100px;
}
.contents-nav > div {
  width: 33.33%;
  position: relative;
}
.contents-nav > div a {
  display: block;
}
.contents-nav > div > .txt {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 5px #000);
}
.contents-nav .cn-img .img figure {
  position: relative;
}
.contents-nav .cn-img .img figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: normal;
  line-height: 14px;
}
.contents-nav .cn-img .img figcaption.blk {
  color: #000000;
}
.contents-nav .cn-img .viewmore {
  position: absolute;
  left: 70%;
  bottom: 40px;
  width: 240px;
  padding-left: 40px;
}
.contents-nav .img-cap {
  font-size: 10px;
}
@media screen and (max-width:768px) {
  .op-popup, .mv-area, .tc, .bg-slide, .tc-bg, .tc-bg.tc3, .tc-bg.tc4, .video-bg, .mv-bg {
    height: 100vh;
    height: 100dvh;
  }
  header.header-01-wrap.page-head {
    pointer-events: none;
  }
  header.header-01-wrap.page-head .menu-btn, header.header-01-wrap.page-head .g-nav {
    pointer-events: auto;
  }
  .tc-bg.tc00 {
    background-image: url("../../top/mv-sp.jpg");
    background-position: center bottom;
  }
  .tc {
  }
  .tc p.mv-txt {
    width: 90%;
    top: 15%;
  }
  .tc-next {
    bottom: 60px;
    left: 10px;
    width: 60px;
    transform: translate(0, 0);
  }
  .tc-next a:before {
    position: static;
  }
  .tc-cap {
    bottom: 50px;
  }
  #modelroom {
    padding: 60px 0px 0px;
  }
  .info-area {
    display: block;
    margin-top: 40px;
  }
  .info-area dl {
	margin: 0px auto;
	display: block;
	width: 100%;
  }
.info-area  dt.b-date,.info-area  dd.b-txt  {
    width: 100%;
  }
  .contents .info-area h3 {
    margin-bottom: 40px;
  }
  .movie-bnr .flex {
    justify-content: center;
  }
  .movie-bnr p {
    width: 90%;
  }
  .reservation-area {
    padding-top: 40px;
  }
  .contents-nav {
    margin-top: 40px;
  }
  .contents-nav > div {
    width: 100%;
  }
  .img-cap {
    font-size: 10px;
  }
  .replay-btn {
    bottom: auto;
    z-index: 999;
    left: auto;
    top: 25px;
    right: 10px;
  }
}