@charset "UTF-8";
/* ------------------------------------------------------------ */
/* 全デバイス/画面サイズに共通 かつ
　　479：スマートフォン縦：基本・レイアウト指定 */
/* ------------------------------------------------------------ */
* html body {
  background: url(null) fixed;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background: var(--wh-clr);
  color: var(--blk-color);
  font-size: 16px;
  line-height: normal;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
}
main {
  background: var(--wh-clr);
}
@media (min-width: 751px) {
  /*電話番号リンクをスマホのみ有効にする*/
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
:root {
  --wh-clr: #FFF;
  --bk-clr: #000;
  --ylw-clr: #F4F25A;
  --lit-ylw-clr: #F3F2B5;
  --gy-clr: #848484;
  --drk-gy-clr: #5C5C5C;
  --lit-gy-clr: #F0F0F0;
  --bl-clr: #385168;
  --lit-bl-clr: #5B7580;
}
.tilt-prism {
  font-family: "Tilt Prism", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "XROT"0, "YROT"0;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.vertical {
  /*ブロックの進行方向*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*文字の向き*/
  /*-webkit-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;*/
  margin: 0 0 0 auto;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.inner {
  width: 90%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 2;
}
.base {
  position: relative;
  z-index: 2;
}
.flex-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
picture {
  display: block;
}
h2.tilt-prism {
  text-align: center;
  font-size: 60px;
  line-height: normal;
  letter-spacing: 6px;
  margin-bottom: 65px;
}
/* ------------------------------------------------------------ */
/* スライダー */
/* Swiperスライダー */
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ループスライダー */
.loop-slider {
  overflow: hidden;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 100%;
}
.loop-slider img {
  width: 100%;
}
.loop-slider .flex-area {
  flex-wrap: nowrap;
}
.roomsize-slider ul {
  animation: roomsize-slider 70s infinite linear 0.5s both;
}
.roomsize-slider li {
  width: calc(100vw / 0.5);
}
@keyframes roomsize-slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.planning-slider ul {
  animation: planning-slider 70s infinite linear 0.5s both;
}
.planning-slider li {
  width: calc(100vw / 0.5);
}
@keyframes planning-slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 背景 */
.clip_bg {
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  height: 100%;
  width: auto;
}
.clip_bg .clip_img_box {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
.clip_bg .clip_img {
  position: fixed;
  z-index: -1;
  text-align: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ------------------------------------------------------------ */
/* 矢印 */
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: var(--bk-clr);
  line-height: 1;
  position: relative;
  right: -15px;
  width: 15px;
  height: 1px;
  background: currentColor;
}
.dli-arrow-right::before {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.5px;
  box-sizing: border-box;
}
/* ------------------------------------------------------------ */
/* animation */
/* フェードイン */
.FadeIn {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
.FadeIn.is-show {
  opacity: 1;
}
/* 上へ */
.InUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1s;
}
.InUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* 左へ */
.InLft {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  transition: 1s;
}
.InLft.is-show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* 右へ */
.InRgt {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  transition: 1s;
}
.InRgt.is-show {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* シール左へ */
.StickerLft {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.StickerLft.is-show {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}
/* シール右へ */
.StickerRgt {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.StickerRgt.is-show {
  webkit-clip-path: inset(0);
  clip-path: inset(0);
}
/* シール下へ */
.StickerDw {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.StickerDw.is-show {
  clip-path: inset(0);
}
/* 文字がぬるりと現れる */
.matrix .bg-wrap {
  display: flex;
  overflow: hidden;
  max-width: -webkit-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
.matrix.is-show .bg-wrap {
  opacity: 1;
}
.matrix.is-show .bg-wrap .inn {
  transform: translateY(5em);
  animation: textanimation 0.8s forwards;
}
@keyframes textanimation {
  0% {
    transform: translateY(5em);
  }
  100% {
    transform: translateY(0);
  }
}
/* フォーカス */
.FocusIn {
  opacity: 0;
}
.FocusIn.is-show {
  -webkit-animation: FocusIn 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
  animation: FocusIn 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.2s both;
}
@-webkit-keyframes FocusIn {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes FocusIn {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/* 表示までの時間 */
.in01 {
  animation-delay: .3s !important;
  transition-delay: .3s !important;
}
.in02 {
  animation-delay: .6s !important;
  transition-delay: .6s !important;
}
/* ------------------------------------------------------------ */
/* loading */
.site_loading {
  width: 100%;
  height: 100vh;
  height: 100svh;
  transition: all 1s;
  background: var(--wh-clr);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.site_loading.is-active {
  opacity: 0;
  visibility: hidden;
}
.site_loading .site_loading_ttl .logo {
  max-width: 250px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.site_loading .inner {
  width: 90%;
}
.site_loading-inview {
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ------------------------------------------------------------ */
/* hero */
.hero {
  color: var(--wh-clr);
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  height: auto;
  padding: 0;
  text-align: center;
}
.hero .logo-area {
  background: var(--wh-clr);
  padding: 40px 0 42px;
  text-align: center;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hero .logo {
  width: 123px;
  margin: 0 auto;
}
.hero .content {
  padding-top: 223px;
  height: 100vh;
}
.hero .content .inner {
  max-width: 1258px;
  height: 100%;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.hero .ttl-area {
  max-width: max-content;
  margin: 0 auto;
}
.hero .ttl-area .ttl {
  font-size: 100px;
  line-height: 85px;
  margin: 0 auto 77px;
  color: var(--ylw-clr);
}
.hero .ttl-area .txt {
  width: 52%;
  max-width: 435px;
  margin: 0 auto;
}
.hero .ttl-area .fuki {
  width: 25%;
  max-width: 204px;
  position: absolute;
  bottom: -109px;
  left: -188px;
}
.hero .scrolldown {
  position: absolute;
  left: 30px;
  bottom: 34px;
  width: 18px;
  height: 153px;
  z-index: 2;
}
.hero .scrolldown::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: var(--wh-clr);
  right: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 153px;
  animation: scrolldown 2.5s infinite;
}
@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.hero .scrolldown::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: var(--wh-clr);
  right: 6px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-radius: 100px;
}
.hero .scrolldown img {
  position: absolute;
  top: 0;
  left: -10px;
  margin: 0;
  height: auto;
  width: 9px;
}
.hero .matrix.is-show .bg-wrap .inn {
  transform: translateY(10em);
  animation-duration: 1.1s;
}
/* ------------------------------------------------------------ */
/* intro */
.intro {
  background: var(--wh-clr);
  padding: 217px 0 355px;
  text-align: center;
}
.intro .inner {
  max-width: 1112px;
}
.intro .txt-area {
  color: var(--bk-clr);
}
.intro .txt-area p {
  font-size: 25px;
  font-style: normal;
  line-height: 65px;
  letter-spacing: 2.5px;
}
.intro .deco {
  position: absolute;
}
.intro .deco-01 {
  width: 15%;
  max-width: 166px;
  top: -125px;
  right: 65px;
}
.intro .deco-02 {
  width: 11%;
  max-width: 117px;
  bottom: 54px;
  left: 0;
}
.intro .deco-03 {
  width: 29%;
  max-width: 324px;
  bottom: -253px;
  left: 0;
}
/* ------------------------------------------------------------ */
/* discovery */
.discovery {
  padding: 194px 0 276px;
  margin-bottom: 247px;
  color: var(--wh-clr);
}
.discovery .inner {
  max-width: 1156px;
}
.discovery .ttl-area h2 {
  width: 100%;
  margin-bottom: 101px;
}
.discovery .ttl-area p {
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.9px;
}
.discovery .swiper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------ */
/* roomsize */
.roomsize {
  padding: 190px 0 197px;
  background: var(--lit-gy-clr);
  margin-bottom: 274px;
}
.roomsize .ttl-area {
  margin-bottom: 99px;
}
.roomsize .ttl-area h2 {
  color: var(--lit-bl-clr);
}
.roomsize .ttl-area p {
  width: 34%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
/* ------------------------------------------------------------ */
/* planning */
.planning {
  padding: 190px 0 197px;
  background: var(--wh-clr);
  margin-bottom: 218px;
}
.planning .ttl-area {
  margin-bottom: 165px;
}
.planning .ttl-area h2 {
  color: var(--lit-bl-clr);
}
.planning .ttl-area p {
  width: 40%;
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
}
/* ------------------------------------------------------------ */
/* design */
.design {
  background: var(--wh-clr);
  margin-bottom: 250px;
}
.design .ttl-area {
  background: var(--wh-clr);
  padding: 81px 37px 123px;
  width: 500px;
  height: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.design .ttl-area h2 {
  color: var(--lit-bl-clr);
  margin-bottom: 45px;
}
.design .ttl-area p {
  width: 95%;
  max-width: 402px;
  margin: 0 auto;
  text-align: center;
}
.design .merit-list {
  flex-wrap: wrap;
}
.design .merit-list .list-item {
  width: calc(50% - 5px);
  height: auto;
  aspect-ratio: 55 / 39;
}
.design .merit-list .list-item img {
  width: 100%;
}
.design .merit-list .list-item:nth-of-type(odd) {
  margin-right: 10px;
}
.design .merit-list .list-item:nth-of-type(1), .design .merit-list .list-item:nth-of-type(2) {
  margin-bottom: 10px;
}
/* ------------------------------------------------------------ */
/* material */
.material {
  background: var(--drk-gy-clr);
  color: var(--wh-clr);
  padding: 189px 0 201px;
}
.material .inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.material .ttl-area {
  max-width: 401px;
  width: 50%;
  margin: 0 9% 0 10%;
}
.material .ttl-area h2 {
  color: var(--ylw-clr);
  text-align: left;
}
.material .ttl-area p {
  width: 95%;
  max-width: 379px;
}
.material .img-list {
  align-items: normal;
  flex: 1;
}
.material .img-list .list-item-area {
  width: 50%;
  height: 100%;
  flex-wrap: wrap;
}
.material .img-list .list-item-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.material .img-list .list-item-area.lft {
  aspect-ratio: 242 / 317;
  width: 60%;
}
.material .img-list .list-item-area.lf li:nth-of-type(1) {
  aspect-ratio: 484 / 317;
}
.material .img-list .list-item-area.lft li:nth-of-type(2) {
  aspect-ratio: 484 / 317;
}
.material .img-list .list-item-area.rgt {
  aspect-ratio: 163 / 317;
  width: 40%;
}
.material .img-list .list-item-area.rgt li:nth-of-type(1) {
  aspect-ratio: 163 / 122;
}
.material .img-list .list-item-area.rgt li:nth-of-type(2) {
  aspect-ratio: 163 / 195;
}
/* ------------------------------------------------------------ */
/* go */
.go {
  background: var(--wh-clr);
  color: var(--bk-clr);
  padding: 327px 0 0;
}
.go .inner {
  max-width: 1440px;
}
.go .top-area {
  color: var(--wh-clr);
  width: 88%;
  max-width: 1272px;
  margin: 0 0 0 auto;
  background: url(../img/go_img-01.jpg)center / cover no-repeat;
  padding: 227px 0 260px;
}
.go .top-area p {
  max-width: max-content;
  margin: 0 5% 0 auto;
  display: block;
  font-size: 23px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 4.6px;
}
.go .top-area p .large {
  width: 146px;
  height: 92px;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  left: -8px;
}
.go .btm-area {
  padding: 353px 0 758px;
  margin: 0 auto;
  max-width: 1102px;
  width: 100%;
}
.go .btm-area .ttl-area h2 {
  font-size: 26.875px;
  font-style: normal;
  line-height: 70px;
  letter-spacing: 10.75px;
  position: relative;
  z-index: 2;
  max-width: max-content;
  height: max-content;
  margin: 0 auto;
}
.go .btm-area .img-list .list-item {
  position: absolute;
  height: max-content;
}
.go .btm-area .img-list .list-item.one {
  max-width: 199px;
  top: 216px;
  right: 123px;
}
.go .btm-area .img-list .list-item.two {
  max-width: 268px;
  top: 444px;
  left: 0;
}
.go .btm-area .img-list .list-item.three {
  max-width: 276px;
  bottom: 581px;
  right: 0;
}
.go .btm-area .img-list .list-item.four {
  max-width: 422px;
  bottom: 262px;
  left: 225px;
}
/* ------------------------------------------------------------ */
/* present */
.present {
  background: var(--lit-ylw-clr);
  color: var(--bk-clr);
  padding: 139px 0 245px;
}
.present .inner {
  max-width: 1012px;
}
.present .txt-area {
  max-width: max-content;
  /*margin-right: 10%;*/
  margin: 0 auto;
}
.present .txt-area h2 {
  width: 68%;
  max-width: 273px;
  margin: 0 auto 67px;
}
.present .txt-area p {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0;
}
.present .img-area {
  width: 49%;
  max-width: 498px;
}
.present::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  mask-image: url("../img/common_img-02.svg");
  mask-repeat: no-repeat;
  mask-position: 0 100%;
  mask-size: 100%;
  background: var(--wh-clr);
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
}
/* ------------------------------------------------------------ */
/* access */
.access {
  background: var(--wh-clr);
  color: var(--bk-clr);
  padding: 88px 0 165px;
  text-align: center;
}
.access .inner {
  max-width: 100%;
  width: 100%;
}
.access .tit-area {
  margin-bottom: 78px;
}
.access .tit-area h2 {
  font-size: 30px;
  letter-spacing: 4px;
}
.access .map-area .map {
  height: 500px;
}
.access .map-area .map iframe {
  width: 100%;
  height: 100%;
}
.access .txt-area {
  max-width: 1099px;
  width: 100%;
  margin: 76px auto 0;
}
.access .txt-area a {
  display: inline-block;
  font-size: 16px;
  max-width: max-content;
  width: 100%;
  height: max-content;
  padding: 19px 45px 19px 35px;
  border: 1px solid var(--bk-clr);
  background: var(--wh-clr);
}
/* ------------------------------------------------------------ */
/* calendar */
.ui-widget-header {
  background: var(--bl-clr) !important;
  color: var(--wh-clr) !important;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
  padding: 10px 5px;
  font-size: 15px;
}
.ui-icon-circle-triangle-w, .ui-icon-circle-triangle-e {
  display: none !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: none !important;
  background: none !important;
}
.ui-widget.ui-widget-content {
  z-index: 100 !important;
  border: 1px solid var(--bk-clr) !important;
  background: var(--wh-clr);
  color: var(--bk-clr);
  font-size: 13px;
  width: auto;
}
.ui-datepicker-calendar th {
  padding: 10px !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: 10px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active {
  color: var(--wh-clr) !important;
  border: 1px solid var(--bk-clr) !important;
  background: var(--bk-clr) !important;
}
.ui-datepicker-prev, .ui-datepicker-prev:hover, .ui-datepicker-next, .ui-datepicker-next:hover {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 16px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
}
.ui-datepicker-prev, .ui-datepicker-prev:hover {
  left: 5px;
}
.ui-datepicker-next, .ui-datepicker-next:hover {
  right: 5px;
}
.ui-datepicker-prev {
  background-image: url("../img/contact_icon_pref_off.svg") !important;
}
.ui-datepicker-prev:hover {
  background-image: url("../img/contact_icon_pref_on.svg") !important;
}
.ui-datepicker-next {
  background-image: url("../img/contact_icon_next_off.svg") !important;
}
.ui-datepicker-next:hover {
  background-image: url("../img/contact_icon_next_on.svg") !important;
}
.ui-state-disabled {
  opacity: 0.4;
}
.contact {
  background: var(--lit-bl-clr);
  color: var(--wh-clr);
  padding: 146px 0 155px;
}
.contact .inner {
  max-width: 1000px;
}
.contact-cont .ttl-area {
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
.contact-cont .ttl-area .ttl-box {
  margin-bottom: 71px;
}
.contact-cont .ttl-area .ttl-box h2 {
  max-width: -webkit-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
}
.contact-cont .ttl-area span {
  display: inline-block;
}
.contact-cont .ttl-area .ttl-box h2 .small {
  font-size: 19px;
  line-height: 43px;
  margin-bottom: 50px;
  letter-spacing: 3px;
  display: block;
}
.contact-cont .ttl-area .ttl-box h2 .large {
  border-bottom: 1px solid var(--ylw-clr);
  color: var(--ylw-clr);
  font-size: 24px;
  line-height: 43px;
  padding-bottom: 5px;
  letter-spacing: 4px;
}
.contact-cont .ttl-area .txt-box {
  max-width: -webkit-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
}
.contact-cont .ttl-area .txt-box .small {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.contact-cont .ttl-area .txt-box .tel-box {
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
}
.contact-cont .input-area {
  width: 100%;
  background: var(--wh-clr);
  color: #000;
  padding: 75px 75px 83px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 5px;
}
.contact-cont .att-box {
  max-width: 552px;
  width: 100%;
  margin: 0 auto 52px;
  border: 1px solid var(--bk-clr);
  border-left: none;
  border-right: none;
  padding: 25px 0;
  font-size: 12px;
  line-height: 22px;
}
.contact-list {
  padding: 65px;
  background: var(--lgy-clr);
}
.contact-list-01 {
  padding-bottom: 30px;
}
.contact-list-02 {
  padding-top: 0;
  margin-bottom: 32px;
}
/* form#mail_form, dl, dt, dd */
form#mail_form * {
  box-sizing: border-box;
  letter-spacing: 1px;
}
form#mail_form {
  width: 100%;
}
form#mail_form dl {
  width: 100%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
}
form#mail_form dl.flex-start {
  align-items: flex-start;
}
form#mail_form .contact-list-01 dl {
  margin: 0 auto;
}
form#mail_form dl:after, form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
form#mail_form dl dt {
  max-width: 240px;
  width: 40%;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
}
form#mail_form dl dt .dummy-required {
  background: var(--bl-clr);
  color: var(--wh-clr);
  font-size: 11px;
  padding: 2px 5px;
  margin-left: 10px;
}
form#mail_form dl dd {
  width: 100%;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  flex: 1;
}
form#mail_form dl .calendar {
  width: 100%;
}
form#mail_form dl .calendar::before {
  content: "";
  background: url("../img/icon_contact.svg") center / cover no-repeat;
  width: 16px;
  height: 18px;
  position: absolute;
  z-index: 2;
  right: 3%;
  top: -5px;
  bottom: 0;
  margin: auto 0;
}
form#mail_form dl .time::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: var(--bk-clr);
  line-height: 1;
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  z-index: 2;
  right: 3.5%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
form#mail_form dl dt i {
  float: left;
  position: relative;
  top: -2px;
}
/* span.required, span.optional */
form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: 85%;
  color: var(--wh-clr);
  padding: 4px 10px;
}
form#mail_form dl dt span.required {
  display: none;
}
form#mail_form dl dt span.optional {
  display: none;
}
/* error message */
form#mail_form dl dd span.error_blank, form#mail_form dl dd span.error_format, form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
  font-size: 14px;
  width: 100%;
}
/* loading */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid var(--wh-clr);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* input, select, textarea */
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
  width: 100%;
  padding: 13px 3%;
  border: 1px solid var(--bk-clr);
  background: var(--wh-clr);
  -webkit-appearance: none;
  font-size: 13px;
  font-family: inherit;
  line-height: normal;
  flex: 1;
}
form#mail_form input[type="text"]:focus, form#mail_form input[type="email"]:focus, form#mail_form input[type="tel"]:focus, form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: var(--wh-clr);
}
form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"] {
  margin: 0 10px 0 0;
}
form#mail_form select {
  padding: 13px 3%;
  border: 1px solid var(--bk-clr);
  background: var(--wh-clr);
  font-size: 13px;
  font-family: inherit;
  line-height: normal;
  color: #000 !important;
}
form#mail_form textarea {
  display: block;
  width: 100%;
  height: 175px;
  padding: 13px 3%;
  resize: vertical;
  border: 1px solid var(--bk-clr);
  background: var(--wh-clr);
  -webkit-appearance: none;
  font-size: 13px;
  font-family: inherit;
  line-height: normal;
}
/* ul, li */
form#mail_form ul {
  list-style-type: none;
  width: 100%;
  display: flex;
}
form#mail_form ul li:not(:last-of-type) {
  margin-right: 5%;
}
/* ドメイン */
form#mail_form .domain-box {
  padding: 45px 65px;
  border: 1px solid var(--bk-clr);
}
form#mail_form .domain-box h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
form#mail_form .domain-box p {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: 2px;
}
/* カスタマイズ */
form#mail_form ul li:not(:last-of-type) span {
  margin-bottom: 0;
}
form#mail_form ul li label input {
  display: none; /* デフォルトのinputは非表示にする */
}
form#mail_form ul li label span {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0 0 0 25px;
  display: block;
  position: relative;
}
form#mail_form ul li label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid var(--bk-clr);
  background: var(--wh-clr);
  border-radius: 100px;
  width: 16px;
  height: 16px;
}
form#mail_form ul li label span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--bl-clr);
  border-radius: 100px;
  width: 8px;
  height: 8px;
  opacity: 0;
}
form#mail_form ul li label input:checked + span::after {
  opacity: 1;
}
/* input design */
form#mail_form input[name="postal"] {
  width: calc(100% - 110px);
  margin-right: 2%;
}
form#mail_form input[name="mail_address"], form#mail_form input[name="mail_address_confirm"] {
  width: 100%;
}
form#mail_form input[name="postal"] + div.auto {
  display: inline-block;
  padding: 13px 3%;
  border: 1px solid var(--gy-clr);
  background: var(--gy-clr);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  color: var(--wh-clr);
  text-decoration: none;
  flex: 1;
  text-align: center;
  cursor: pointer;
  max-width: 126px;
  transition: 0.3s;
}
/* button */
form#mail_form p#form_submit {
  padding: 68px 0 0;
  text-align: center;
}
form#mail_form input[type="button"] {
  padding: 28px 67px;
  border: 1px solid var(--bl-clr);
  background: var(--bl-clr);
  font-size: 19px;
  letter-spacing: 2px;
  color: var(--wh-clr);
  font-family: inherit;
  -webkit-appearance: none;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 3px;
}
form#mail_form input[type="button"]:hover {
  opacity: 0.6;
}
#thanks {
  color: var(--bk-clr);
  background: var(--wh-clr);
  padding: 287px 0 342px;
}
#thanks .inner {
  max-width: -webkit-max-content;
  max-width: max-content;
  width: 90%;
  text-align: justify;
}
#thanks h1 {
  font-size: 20px;
  line-height: 40px;
  margin: 0 auto 30px;
  text-align: center;
}
#thanks p {
  font-size: 15px;
  line-height: 33px;
  text-align: justify;
}
#thanks a {
  display: block;
  max-width: -webkit-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
}
#thanks .bak_btn a {
  color: var(--wh-clr);
  background: var(--bl-clr);
  padding: 13px 60px;
  border: 1px solid var(--bl-clr);
  font-size: 13px;
  font-family: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  max-width: -webkit-max-content;
  max-width: max-content;
  width: 100%;
  margin: 40px auto 0;
  transition: 0.5s;
}
#thanks .bak_btn a:hover {
  opacity: 0.6;
}
/* ------------------------------------------------------------ */
/* footer */
footer {
  background: var(--wh-clr);
  color: var(--bk-clr);
  padding: 107px 0;
}
footer .inner {
  display: flex;
  max-width: 809px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
footer .logo {
  max-width: 292px;
}
footer p {
  font-size: 15px;
  line-height: 29px;
  padding-left: 5%;
}
footer p span {
  display: inline-block;
}
footer p .bold {
  margin-bottom: 10px;
  font-weight: bold;
}
/* ------------------------------------------------------------ */
/* menu_btn */
.menu_btn {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 990;
  -webkit-transition: all .5s;
  transition: all .5s;
  transform: translateY(100%);
}
.menu_btn.is-btn-fixed {
  transform: translateY(0%);
}
.menu_btn.is-btn-hide {
  transform: translateY(100%);
}
.menu_btn .col02 {
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.menu_btn .col02 a {
  width: calc(100% / 2 - 1px);
  background: var(--ylw-clr);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.menu_btn .col02 a:last-of-type {
  margin-right: 0;
}
.menu_btn a:hover {
  opacity: 0.7;
}
.menu_btn .col02 a img {
  max-width: 598px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  /* ------------------------------------------------------------ */
  /* hero */
  .hero .ttl-area .fuki {
    left: -5%;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------------ */
  /* hero */
  .hero .ttl-area {
    height: 100%;
  }
  .hero .ttl-area .fuki {
    left: auto;
    right: 0;
    bottom: 28px;
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  /* ------------------------------------------------------------ */
  /* 共通 */
  h2.tilt-prism {
    font-size: 25px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  /* ------------------------------------------------------------ */
  /* animation */
  .in01, .in02 {
    animation-delay: 0s !important;
    transition-delay: 0s !important;
  }
  /* ------------------------------------------------------------ */
  /* loading */
  .site_loading .site_loading_ttl .logo {
    max-width: 160px;
  }
  /* ------------------------------------------------------------ */
  /* hero */
  .hero {
    min-height: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 40 / 71;
  }
  .hero .logo-area {
    padding: 21px 0 24px;
  }
  .hero .logo {
    width: 90px;
    line-height: 0;
  }
  .hero .content {
    padding-top: 107px;
    height: 100%;
  }
  .hero .ttl-area {
    font-size: 100px;
    line-height: 75px;
    width: 100%;
    max-width: 100%;
  }
  .hero .ttl-area .ttl {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .hero .ttl-area .txt {
    width: 214px;
  }
  .hero .scrolldown {
    left: 0;
    height: 92px;
  }
  .hero .scrolldown::after {
    height: 92px;
  }
  .hero .scrolldown img {
    width: 8px;
    left: -6px;
  }
  /* ------------------------------------------------------------ */
  /* intro */
  .intro {
    padding: 73px 0 232px;
  }
  .intro .txt-area p {
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 1px;
  }
  .intro .deco-01 {
    width: 68px;
    top: -55px;
    right: 0;
  }
  .intro .deco-02 {
    width: 94px;
    bottom: -111px;
    left: 10%;
  }
  .intro .deco-03 {
    width: 163px;
    bottom: -177px;
    right: 0;
    margin: 0 auto;
  }
  /* ------------------------------------------------------------ */
  /* discovery */
  .discovery {
    padding: 67px 0 76px;
    margin-bottom: 100px;
  }
  .discovery .ttl-area h2 {
    margin-bottom: 43px;
  }
  .discovery .ttl-area p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    width: 90%;
    margin: 0 auto;
  }
  /* ------------------------------------------------------------ */
  /* roomsize */
  .roomsize {
    padding: 93px 0 109px;
    margin-bottom: 100px;
  }
  .roomsize .ttl-area {
    margin-bottom: 50px;
  }
  .roomsize .ttl-area p {
    width: 100%;
  }
  .roomsize-slider li {
    width: calc(100vw / 0.45);
  }
  /* ------------------------------------------------------------ */
  /* planning */
  .planning {
    padding: 93px 0 109px;
    margin-bottom: 100px;
  }
  .planning .ttl-area {
    margin-bottom: 50px;
  }
  .planning .ttl-area p {
    width: 100%;
  }
  .planning-slider li {
    width: calc(100vw / 0.3);
  }
  /* ------------------------------------------------------------ */
  /* design */
  .design {
    margin-bottom: 100px;
  }
  .design .ttl-area {
    width: 229px;
    padding: 40px 37px 44px;
    border-radius: 15px;
  }
  .design .ttl-area h2 {
    margin-bottom: 25px;
  }
  .design .ttl-area p {
    width: 100%;
  }
  .design .merit-list .list-item {
    aspect-ratio: 40 / 71;
    width: 50%;
  }
  .design .merit-list .list-item:nth-of-type(odd) {
    margin-right: 0;
  }
  .design .merit-list .list-item:nth-of-type(1), .design .merit-list .list-item:nth-of-type(2) {
    margin-bottom: 0;
  }
  /* ------------------------------------------------------------ */
  /* material */
  .material {
    padding: 65px 0;
    margin-bottom: 100px;
  }
  .material .inner {
    display: block;
  }
  .material .ttl-area {
    width: 100%;
    margin: 0 auto 50px;
  }
  .material .ttl-area h2 {
    text-align: center;
  }
  .material .ttl-area p {
    text-align: center;
  }
  /* ------------------------------------------------------------ */
  /* go */
  .go {
    padding: 0;
  }
  .go .inner {
    max-width: 100%;
    width: 100%;
  }
  .go .top-area {
    width: 100%;
    background: url(../img/go_img-01_sp.jpg)center / cover no-repeat;
    padding: 179px 0 174px;
  }
  .go .top-area p {
    font-size: 15px;
    line-height: 40px;
    margin: 0 auto;
    letter-spacing: 2px;
  }
  .go .top-area p .large {
    width: 78px;
    height: 49px;
    top: -5px;
  }
  .go .btm-area {
    padding: 213px 0 324px;
    max-width: 325px;
    margin: 0 auto;
  }
  .go .btm-area .ttl-area h2 {
    font-size: 14.74px;
    line-height: 37px;
    letter-spacing: 5px;
  }
  .go .btm-area .img-list .list-item.one {
    max-width: 107px;
    top: 68px;
    right: 5%;
  }
  .go .btm-area .img-list .list-item.two {
    max-width: 82px;
    top: 143px;
    left: 0;
  }
  .go .btm-area .img-list .list-item.three {
    max-width: 108px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
  .go .btm-area .img-list .list-item.four {
    max-width: 210px;
    bottom: 105px;
    right: 10%;
    left: 0;
    margin: 0 auto;
  }
  /* ------------------------------------------------------------ */
  /* present */
  .present {
    padding: 96px 0 132px;
  }
  .present .flex-area {
    display: block;
  }
  .present .txt-area {
    margin: 0 auto 33px;
  }
  .present .txt-area h2 {
    max-width: 140px;
    margin: 0 auto 34px;
  }
  .present .txt-area p {
    text-align: center;
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 1.5px;
  }
  .present::before {
    mask-image: url("../img/common_img-02_sp.svg");
  }
  .present .img-area {
    max-width: 295px;
    width: 100%;
    margin: 0 auto;
  }
  /* ------------------------------------------------------------ */
  /* access */
  .access {
    padding: 45px 0 71px;
  }
  .access .tit-area {
    margin-bottom: 45px;
  }
  .access .tit-area h2 {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .access .map-area .map {
    width: 100%;
    height: 100%;
    aspect-ratio: 32 / 25;
  }
  .access .txt-area {
    max-width: 90%;
    margin: 21px auto 0;
    display: block;
  }
  .access .txt-area p {
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 37px;
  }
  .access .txt-area a {
    font-size: 14px;
    padding: 16px 35px 16px 24px;
  }
  /* ------------------------------------------------------------ */
  /* contact */
  .contact {
    padding: 100px 0 70px;
  }
  .contact-cont .ttl-area .ttl-box h2 .small {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 4px;
    margin-bottom: 35px;
    display: block;
  }
  .contact-cont .ttl-area .ttl-box h2 .large {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .contact-cont .ttl-area .ttl-box {
    margin-bottom: 40px;
  }
  .contact-cont .ttl-area .txt-box .small {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .contact-cont .ttl-area .txt-box .tel-box {
    max-width: 246px;
  }
  .contact-cont .input-area {
    padding: 50px 8%;
  }
  .contact-cont .att-box {
    margin: 0 auto 35px;
  }
  .contact-list {
    padding: 0;
    background: var(--wh-clr);
  }
  .contact-list-01 {
    padding-bottom: 30px;
  }
  .contact-list-02 {
    margin-bottom: 55px;
  }
  form#mail_form .contact-list-01 dl dt {
    margin-bottom: 25px;
  }
  form#mail_form ul {
    flex-wrap: wrap;
  }
  form#mail_form ul li {
    width: 100%;
  }
  form#mail_form ul li:not(:last-of-type) {
    margin: 0 0 15px 0;
  }
  form#mail_form dl {
    margin: 0 auto 25px;
    flex-wrap: wrap;
    display: block;
  }
  form#mail_form dl dt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    line-height: 23px;
  }
  form#mail_form dl dd {
    max-width: 100%;
    width: 100%;
  }
  form#mail_form dl dd.calendar::before {
    width: 12px;
    height: 13px;
  }
  form#mail_form p#form_submit {
    padding: 42px 0 0;
  }
  form#mail_form .domain-box {
    padding: 40px 8%;
  }
  form#mail_form input[name="postal"] + div.auto {
    max-width: 110px;
  }
  form#mail_form input[type="button"] {
    padding: 18px 37px;
    font-size: 16px;
    letter-spacing: 4px;
  }
  #thanks {
    padding: 88px 0 121px;
  }
  #thanks h1 {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0;
  }
  #thanks p {
    font-size: 14px;
    line-height: 28px;
  }
  /* ------------------------------------------------------------ */
  /* footer */
  footer {
    padding: 81px 0;
  }
  footer .inner {
    flex-wrap: wrap;
  }
  footer .logo {
    max-width: 134px;
    margin: 0 auto 25px;
  }
  footer p .bold {
    font-size: 15px;
  }
  footer p {
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
  }
}
@media screen and (max-width: 798px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {}
@media screen and (max-width: 427px) {}
@media only screen and (orientation: landscape) and (max-height: 900px) {
  /* ------------------------------------------------------------ */
  /* hero */
  .hero {
    min-height: 850px;
  }
}