@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
#top .site-header .text {
  color: #fff;
}
#top .top-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
#top .top-movie video {
  height: 56.25vw;
}
@media screen and (min-width: 769px) {
  #top .swipe-mark {
    display: none !important;
  }
}
#top .scroll-mark {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #fff;
  position: fixed;
  bottom: 80px;
  left: 4%;
  padding-bottom: 25px;
  line-height: 1.5;
  letter-spacing: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 1s;
}
#top .scroll-mark.on {
  opacity: 1;
}
@keyframes circle {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  30% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes circle2 {
  50% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
#top .scroll-mark .circle {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 0;
  left: 50%;
  transform: translateX(-55%);
  border-radius: 50%;
  background-color: rgba(246, 202, 70, 0.6);
  overflow: hidden;
}
#top .scroll-mark .circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background-color: rgba(246, 202, 70, 0.6);
  animation: circle 2s infinite forwards linear;
}
#top .scroll-mark .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background-color: #fff;
  animation: circle2 2s infinite forwards linear;
  z-index: 2;
}
#top .top-infoes-wrap {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0 4px;
  z-index: 99;
}
#top .top-infoes-wrap.none {
  display: none !important;
}
#top .top-infoes-wrap .btns {
  margin: 0;
  padding-top: 8px;
  float: right;
  display: none;
}
#top .top-infoes-wrap .btns li {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
  border: none;
}
#top .top-infoes-wrap .btns li:not(:last-child) {
  margin-right: 1px;
}
#top .top-infoes-wrap .btns li a {
  border-color: #000;
  color: #000;
}
@media (min-width: 1025px) {
  #top .top-infoes-wrap .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
}
#top .top-infoes-wrap .btns li .caption {
  position: absolute;
  right: 1%;
  bottom: 1%;
  line-height: 1;
  font-size: 10px;
  color: #000;
}
#top .top-infoes-wrap .links {
  float: right;
  padding: 18px 10px 0 0;
  font-size: 11px;
  letter-spacing: 0.12em;
}
#top .top-infoes-wrap .links li a {
  position: relative;
  padding-left: 8px;
  color: #000;
  overflow-x: hidden;
}
#top .top-infoes-wrap .links li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  #top .top-infoes-wrap .links li a:hover {
    opacity: 0.7;
  }
}
#top .top-infoes-wrap .links li:first-child {
  padding-bottom: 8px;
}
#top .top-infoes-wrap .infoes-base {
  position: relative;
  height: 80px;
  z-index: 20;
}
#top .top-infoes-wrap .base {
  position: absolute;
  padding: 10px 5% 6px 5%;
  left: 0;
  bottom: 0;
  width: 90%;
  color: #000;
  z-index: 20;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: opacity 0.9s;
}
#top .top-infoes-wrap .base.fadeIn {
  opacity: 1;
}
#top .top-infoes-wrap .base:not(.fixed) {
  opacity: 1;
  display: block;
}
#top .top-infoes-wrap .base.fixed {
  position: fixed;
}
#top .top-infoes-wrap .inner {
  margin: 0 auto;
  max-width: 1200px;
}
#top .top-infoes-wrap .inner:after {
  content: "";
  width: 1px;
  height: 1px;
  display: table;
  clear: both;
}
#top .top-infoes-wrap .inner {
  margin: 0 auto;
  max-width: 900px;
}
#top .top-infoes-wrap a {
  transition: opacity 0.7s;
}
#top .top-infoes-wrap a:hover {
  opacity: 0.65;
}
#top .top-infoes-wrap img {
  max-width: 100%;
  height: auto;
}
#top .top-infoes-wrap .contact .num {
  pointer-events: none;
}
#top .top-infoes-wrap .contact {
  margin-bottom: 0;
  padding: 0 0 0;
  float: left;
  width: 54%;
  letter-spacing: 0.1em;
  text-align: left;
}
#top .top-infoes-wrap .contact a {
  color: #000;
}
#top .top-infoes-wrap .contact .title {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 12px;
}
#top .top-infoes-wrap .contact .number {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  font-size: 36px;
}
#top .top-infoes-wrap .contact .number span.pc {
  line-height: 0.8;
}
@media screen and (min-width: 1025px) {
  #top .top-infoes-wrap .contact .number span.pc {
    display: inline-block !important;
  }
}
#top .top-infoes-wrap .contact .number a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
#top .top-infoes-wrap .contact .number a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 33px;
  height: 25px;
  background: url(../common/imgs/icon-freecall.svg) no-repeat;
}
#top .top-infoes-wrap .contact .businessHours {
  display: inline-block;
  padding-top: 8px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  #top .top-infoes-wrap {
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
  }
  #top .top-infoes-wrap .infoes-base {
    height: auto;
    background: none;
  }
  #top .top-infoes-wrap .links {
    display: none;
  }
  #top .top-infoes-wrap .btns {
    float: none;
    margin: 0 auto;
    padding-top: 0;
    width: 70%;
  }
  #top .top-infoes-wrap .btns li {
    float: none;
    margin-right: 0 !important;
  }
  #top .top-infoes-wrap .btns li a {
    width: auto;
  }
  #top .top-infoes-wrap .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
  #top .top-infoes-wrap .base {
    position: static !important;
    background: none;
  }
  #top .top-infoes-wrap .contact {
    float: none;
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  #top .top-infoes-wrap .contact .title {
    float: none;
    width: auto;
    line-height: 1.4;
  }
  #top .top-infoes-wrap .contact .title img {
    margin-bottom: 0;
  }
  #top .top-infoes-wrap .contact .businessHours {
    padding-top: 0;
    float: none;
    width: auto;
  }
  #top .top-infoes-wrap .contact .businessHours span.sp {
    display: inline !important;
  }
  #top .top-infoes-wrap .contact .businessHours br {
    display: none;
  }
  #top .top-infoes-wrap .contact .businessHours img {
    margin: 0 auto;
    height: auto;
  }
  #top .top-infoes-wrap .btns {
    padding-bottom: 30px;
  }
  #top .top-infoes-wrap .btns li {
    float: none;
    width: auto;
    height: auto;
  }
  #top .top-infoes-wrap .btns li:not(:last-child) {
    margin-bottom: 10px;
    padding: 0;
  }
  #top .top-infoes-wrap .btns li img {
    margin: 0 0 0 auto;
  }
  #top .top-infoes-wrap .contact {
    float: none;
    clear: both;
    width: auto;
  }
  #top .top-infoes-wrap .contact .title {
    padding-bottom: 10px;
  }
  #top .top-infoes-wrap .contact .title .pc {
    display: none !important;
  }
  #top .top-infoes-wrap .contact .title .sp {
    display: block !important;
  }
  #top .top-infoes-wrap .contact .number {
    float: none;
    clear: both;
    padding: 0 0px 10px 0;
    position: relative;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  #top .top-infoes-wrap .contact .number span.pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  #top .top-infoes-wrap .contact .number a {
    box-sizing: border-box;
    padding: 18px 0 18px 28px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    background: #212933;
  }
  #top .top-infoes-wrap .contact .number a .sp {
    display: inline-block !important;
    width: auto;
  }
  #top .top-infoes-wrap .contact .number a:before {
    left: 50%;
    margin: -14px 0 0 -110px;
    width: 28px;
    height: 27px;
    background-image: url("../imgs/icon_tel.png");
    background-size: 100% auto;
  }
  #top .top-infoes-wrap .contact .businessHours {
    font-size: 10px;
  }
}
#top .infoes .bg {
  display: block;
  position: relative;
  padding-bottom: 430px;
  background: url(../imgs/footer-bg.jpg) no-repeat top center;
  background-size: cover;
}
#top .infoes .bg .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
  line-height: 20px;
  background: rgba(43, 43, 43, 0.74);
  text-align: center;
}
#top .all-wrap-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
#top .sp-container {
  display: block;
}
@media screen and (min-width: 768px) {
  #top .sp-container {
    transform: translateY(0) !important;
  }
}
#top .image {
  position: relative;
}
#top .main-visual {
  position: relative;
  width: 100%;
  height: auto;
  transition: opacity 1.8s;
  overflow: hidden;
}
#top .main-visual img {
  width: 100vw;
  max-width: inherit;
}
#top .main-visual .main-visual-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main-visual .main-visual-slide-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main-visual .bg {
  opacity: 0;
}
#top .main-visual .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.8s, transform 1.8s;
  overflow: hidden;
  transform: scale(1);
  transform-origin: center !important;
}
#top .main-visual .slides.on {
  opacity: 1;
}
#top .main-visual .slides.on .image {
  transform: scale(1) translate(-50%, -50%);
  transform-origin: center;
}
#top .main-visual .slides .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  opacity: 0;
  transition: opacity 1.6s;
}
#top .main-visual .slides .img.on {
  opacity: 1;
}
#top .main-visual .slides .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: scale(1.03) translate(-50%, -50%);
  transform-origin: left !important;
  transition: transform 1.8s;
}
#top .main-visual .caption.left {
  right: auto;
  left: 0;
}
#top .main-visual .caption.right01 {
  right: 68.25%;
}
#top .main-visual .caption.right02 {
  right: 50%;
}
#top .main-visual .caption.right03 {
  right: 31.7%;
}
#top .main-visual .caption.top01 {
  bottom: 32%;
}
#top .main-visual .caption.top02 {
  bottom: 67.95%;
}
#top .main-visual-slide-sp .slides .img02,
#top .main-visual-slide .slides .img02 {
  height: 0;
  transition: height 3s;
  overflow: hidden;
}
#top .main-visual-slide-sp .slides .img02.on,
#top .main-visual-slide .slides .img02.on {
  height: 100%;
}
#top .main-visual-slide-sp .slides .img02 {
  transition: height 2s;
}
#top .pageAnnotationArea {
  z-index: 9;
  background-color: #f1efeb;
}
#top .top-annotation {
  padding: 96px 0 130px;
  padding: 0 0 168px;
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
}
#top .content-wrap-upper {
  background: url(../imgs/bg00.jpg) center;
  background-size: cover;
  color: #fff;
}
#top .apeal {
  padding-bottom: 225px;
}
#top .apeal .list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: auto;
  border-right: 1px solid #b1a18b;
}
#top .apeal .list li {
  width: 24.4%;
  padding: 20px 20px 15px;
  border-left: 1px solid #b1a18b;
}
#top .apeal .list .common-button03 {
  width: 90%;
  margin-top: 20px;
  border: 1px solid #0b0f0f;
}
#top .apeal .list .common-button03 .texts {
  color: #0b0f0f;
}
#top .apeal .list .common-button03:after {
  width: 80%;
  background: none;
}
#top .apeal a.none {
  pointer-events: none;
}
#top .information {
  padding: 0 0 100px;
  text-align: center;
}
#top .information .title {
  padding-bottom: 30px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: normal;
}
#top .information .lead {
  padding-bottom: 40px;
  font-size: 24px;
  line-height: 1.7;
}
#top .information .text01 {
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 1.7;
}
#top .information .text01.pb30 {
  padding-bottom: 30px;
}
#top .information .text02 {
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 2;
}
#top .information .text03 {
  padding-bottom: 38px;
  font-size: 14px;
  line-height: 2;
}
#top .information .text03 span {
  margin-right: 10px;
}
#top .information .text03 span:last-child {
  margin-right: auto;
}
#top .information .text04 {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 40px;
}
#top .information .text05 {
  font-size: 12px;
  line-height: 2.2;
  margin-bottom: 40px;
}
#top .information .text06 {
  font-size: 15px;
  line-height: 2;
  margin: 20px auto 20px;
}
#top .information .holiday {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.9;
  border: 1px solid;
  display: inline-block;
  padding: 10px 20px;
}
#top .information .button {
  padding-top: 20px;
  padding-bottom: 45px;
}
#top .information .line {
  position: relative;
  padding-bottom: 40px;
}
#top .information .line:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  background: #fff;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#top .remote-bnr {
  text-align: center;
  max-width: 770px;
  margin: 0 auto 100px;
}
#top .page-content .content-title {
  position: relative;
  padding-bottom: 75px;
  font-size: 22px;
  color: #c9bda9;
  text-align: center;
  font-weight: normal;
}
#top .page-content .content-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 55px;
  background-color: #c9bda9;
}
#top .concept-section {
  position: relative;
  width: 100%;
  height: 500vh;
  top: 0;
  left: 0;
  z-index: 1;
}
#top .concept-section .caption {
  z-index: 2;
}
#top .concept-section .fix-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}
#top .concept-section.on .fix-wrap {
  position: fixed;
}
#top .concept-section .bg-video {
  position: relative;
  width: 100%;
  height: 100vh;
  transition: transform 0.1s linear;
}
#top .concept-section .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .concept-section .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
}
#top .concept-section .block01 {
  position: absolute;
  top: 45vh;
  left: 10%;
  width: 80%;
  text-align: center;
  color: #fff;
  padding-top: 0vh;
  z-index: 2;
  font-size: 52px;
  font-weight: normal;
  opacity: 1;
  transition: opacity 0.5s;
}
#top .concept-section .block01.on {
  opacity: 0;
}
#top .concept-section .block01.scroll-mark {
  display: inline-block;
  display: none;
  width: 3%;
  min-width: 60px;
  top: 70vh;
  left: 48.5%;
}
#top .concept-section .block02 {
  padding-top: 230vh;
  height: 60vh;
  margin: 0 auto;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  line-height: 2.1;
  opacity: 0;
  transition: opacity 0.5s;
}
#top .concept-section .block02.on {
  opacity: 1;
}
#top .concept-section .block03 {
  padding-top: 0vh;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s;
}
#top .concept-section .block03 .text03 {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 2.6;
}
#top .concept-section .block03.on {
  opacity: 1;
}
#top .concept-section .block04 {
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(50px);
  transition-delay: 0.25s;
}
#top .concept-section .block04.on {
  opacity: 1;
  transform: translateY(0);
}
#top .panels-wrap {
  position: relative;
  z-index: 3;
  background-color: #000;
}
#top .panels-wrap a:hover {
  opacity: 1;
}
#top .panels-wrap .none {
  pointer-events: none;
}
#top .fix-box-inner {
  left: 0;
}
#top .pageAnnotationArea {
  position: relative;
  z-index: 11;
}
#top .commonBannerArea {
  position: relative;
  z-index: 11;
}
#top .panels {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 230vh;
  z-index: 2;
}
#top .panels .panel-inner {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#top .panels .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#top .panels .page-name {
  position: absolute;
  top: 30vh;
  left: 0;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  z-index: 3;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
#top .panels .page-name::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 190px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
#top .panels .page-name span {
  position: relative;
  display: block;
  padding-left: 200px;
  z-index: 3;
}
#top .panels .title {
  position: absolute;
  top: 50%;
  left: 360px;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  font-weight: normal;
  transform: translateY(-50%);
  color: #fff;
  z-index: 3;
}
#top .panels .title .num {
  text-combine-upright: all;
  font-style: normal;
  display: inline-block;
  margin-left: -0.5em;
  margin-bottom: 0.2em;
}
#top .panels .title .subs {
  display: inline-block;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 0.5s;
  line-height: 2;
}
#top .panels .title .sub02 {
  transition-delay: 0.3s;
}
#top .panels .body {
  position: absolute;
  top: 50%;
  right: 14%;
  width: 30%;
  color: #fff;
  transform: translateY(-50%);
  z-index: 3;
}
#top .panels .common-button03 {
  margin-right: 0;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 1.5s;
}
#top .panels .common-button03::after {
  background: linear-gradient(90deg, #cba97d, #887253);
}
#top .panels .text01 {
  font-size: 22px;
  line-height: 1.8;
  padding-bottom: 22px;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 0.75s;
}
#top .panels .text02 {
  font-size: 14px;
  line-height: 2.6;
  padding-bottom: 45px;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 1.05s;
}
#top .panels.on .panel-inner {
  position: fixed;
}
#top .panels.on .page-name {
  opacity: 1;
  transform: translateY(0);
}
#top .panels.on .title .subs {
  opacity: 1;
  transform: translateY(0);
}
#top .panels.on .common-button03 {
  opacity: 1;
  transform: translateY(0);
}
#top .panels.on .text02 {
  opacity: 1;
  transform: translateY(0);
}
#top .panels.on .text01 {
  opacity: 1;
  transform: translateY(0);
}
#top .panels .bg-video {
  position: relative;
  width: 100%;
  height: 100vh;
}
#top .panels .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .panels .bgs {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../imgs/bg01.jpg) center;
  background-size: cover;
}
#top .section-location {
  z-index: 5;
}
#top .section-location .bgs {
  background-image: url(../imgs/bg02.jpg);
}
#top .section-concept {
  z-index: 3;
}
#top .section-concept .bgs {
  background-image: url(../imgs/bg05.jpg);
}
#top .section-plan {
  z-index: 4;
}
#top .section-plan .bgs {
  background-image: url(../imgs/bg03.jpg);
}
#top .section-design {
  z-index: 7;
}
#top .section-design .bgs {
  background-image: url(../imgs/bg04.jpg);
}
#top .section-access {
  z-index: 6;
}
#top .section-location {
  z-index: 5;
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .image {
    position: relative;
  }
  #top .main-visual-wrap {
    position: relative;
  }
  #top .main-visual-wrap .bg {
    opacity: 0;
  }
  #top .sp-container {
    display: none;
    padding: 0 10px;
  }
  #top .sp-container-content {
    padding: 20px 0;
  }
  #top .sp-container-content .information {
    padding: 0 0 40px;
  }
  #top .sp-container-content .information .title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 9px;
    line-height: 1.2;
  }
  #top .sp-container-content .information .lead {
    padding-bottom: 10px;
    font-size: 12px;
  }
  #top .sp-container-content .information .text01 {
    padding-bottom: 10px;
    font-size: 12px;
  }
  #top .sp-container-content .information .text01.pb20 {
    padding-bottom: 20px;
  }
  #top .sp-container-content .information .text02 {
    font-size: 10px;
    padding-bottom: 20px;
  }
  #top .sp-container-content .information .text03 {
    padding-bottom: 10px;
    font-size: 11px;
  }
  #top .sp-container-content .information .text04 {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #top .sp-container-content .information .text05 {
    font-size: 10px;
    line-height: 1.6;
  }
  #top .sp-container-content .information .text06 {
    font-size: 12px;
    padding-bottom: 10px;
    margin: auto;
  }
  #top .sp-container-content .information .holiday {
    font-size: 12px;
  }
  #top .sp-container-content .information .inner {
    border: none;
  }
  #top .sp-container-content .information .button {
    padding-top: 20px;
  }
  #top .sp-container-content .information .line {
    position: relative;
    padding-bottom: 20px;
  }
  #top .main-visual {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 92px;
  }
  #top .main-visual .top-movie video {
    height: 84vw;
  }
  #top .main-visual .caption.top01 {
    bottom: 40.5%;
  }
  #top .main-visual .caption.top02 {
    bottom: 79.5%;
  }
  #top .main-visual .caption.right01 {
    right: 47%;
  }
  #top .main-visual .caption.right03 {
    right: 0;
    bottom: 20%;
  }
  #top .content-wrap {
    z-index: 99;
  }
  #top .top-annotation {
    padding: 0px 0 20px;
    font-size: 11px;
    line-height: 1.9;
  }
  #top .apeal .list {
    display: block;
    border: none;
    padding-top: 30px;
  }
  #top .apeal .list li {
    width: 80%;
    margin: 0 auto;
    border: none;
  }
  #top .content-wrap-upper {
    background-image: url(../imgs/bg00-sp.jpg);
  }
  #top .content-wrap-upper .common-button03 {
    border: none;
  }
  #top .content-wrap-upper .common-button03::after {
    opacity: 1;
  }
  #top .information {
    padding: 0 0 40px;
  }
  #top .information .title {
    padding-bottom: 10px;
    font-size: 9px;
    line-height: 1.2;
  }
  #top .information .lead {
    padding-bottom: 15px;
    font-size: 14px;
  }
  #top .information .text01 {
    padding-bottom: 10px;
    font-size: 14px;
  }
  #top .information .text02 {
    font-size: 12px;
    padding-bottom: 30px;
  }
  #top .information .text03 {
    padding-bottom: 10px;
    font-size: 14px;
  }
  #top .information .text04 {
    font-size: 12px;
    line-height: 1.9;
    margin-bottom: 20px;
  }
  #top .information .text06 {
    font-size: 14px;
    padding-bottom: 10px;
    margin: auto;
  }
  #top .information .holiday {
    font-size: 12px;
  }
  #top .information .inner {
    border: none;
  }
  #top .information .button {
    padding-top: 20px;
  }
  #top .information.sp-info {
    padding: 60px 0 0;
  }
  #top .information.sp-info .title {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 24px;
  }
  #top .information.sp-info .lead {
    font-size: 20px;
    line-height: 2;
  }
  #top .information.sp-info .lead.pb30 {
    padding-bottom: 30px;
  }
  #top .information.sp-info .txt01 {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #top .remote-bnr {
    margin: 60px auto 0;
  }
  #top .concept-section {
    height: 410vh;
  }
  #top .concept-section .block01 {
    top: 45vh;
    font-size: 34px;
    line-height: 1.7;
    transform: translateY(-70%);
  }
  #top .concept-section .block01.scroll-mark {
    width: 10%;
    top: 80vh;
    left: 45%;
  }
  #top .concept-section .block02 {
    padding-top: 110vh;
    height: 40vh;
    font-size: 24px;
    line-height: 2.1;
  }
  #top .concept-section .block03 {
    margin: 0 auto;
  }
  #top .concept-section .block03 .text03 {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 2.6;
  }
  #top .panels .page-name {
    top: 5vh;
  }
  #top .panels .page-name::after {
    width: 130px;
  }
  #top .panels .page-name span {
    padding-left: 150px;
  }
  #top .panels .title {
    position: absolute;
    top: 12vh;
    left: 50%;
    font-size: 24px;
    line-height: 2;
    transform: translateX(-50%);
  }
  #top .panels .title .num {
    text-combine-upright: all;
    font-style: normal;
  }
  #top .panels .body {
    position: absolute;
    top: 38vh;
    right: auto;
    left: 10%;
    width: 80%;
    transform: translateY(0%);
  }
  #top .panels .common-button03 {
    margin: 0 auto;
  }
  #top .panels .text01 {
    font-size: 22px;
    line-height: 1.8;
    padding-bottom: 22px;
  }
  #top .panels .text02 {
    font-size: 14px;
    line-height: 2.2;
    padding-bottom: 27px;
  }
  #top .panels .text02 br {
    display: none;
  }
  #top .panels .bgs {
    background-image: url(../imgs/bg01-sp.jpg);
  }
  #top .section-location .bgs {
    background-image: url(../imgs/bg02-sp.jpg);
  }
  #top .section-plan .bgs {
    background-image: url(../imgs/bg03-sp.jpg);
  }
  #top .section-design .bgs {
    background-image: url(../imgs/bg04-sp.jpg);
  }
  #top .section-concept .bgs {
    background-image: url(../imgs/bg05-sp.jpg);
  }
}/*# sourceMappingURL=top.css.map */