@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7em;
  color: #6b615c;
  --sans: 18px; }

h1,
h2,
h3,
h4,
h5,
h6,
input,
button {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7em; }

.min {
  font-size: .8em; }

.strong {
  font-size: 1.2em; }

#catch {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }

#news {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }

.sub-head {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 1.1em; }

.about-item-in {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }

.line-box {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }
  .line-box h3 {
    font-size: 1.2em; }

.confirm-item a {
  font-weight: 200; }

.reserve-flex {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }

.reserve-btn {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.7em; }

.ac-btn-in {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }

.sche-ac {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }
  .sche-ac .strong {
    font-weight: bold; }

.room-head {
  font-size: 1.2em;
  font-weight: bold; }

.room-price .strong {
  font-weight: 600; }

.price-min {
  font-size: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 2px; }

.story-text {
  font-size: 1.1em; }

.story-ac-btn {
  font-size: 0.9em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }

.info-item p {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }
.info-item .strong {
  font-weight: bold; }

.notice-ac {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }
  .notice-ac .notice-link {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.7em; }

.copy-text {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.7em; }

.model-head {
  font-size: 1.5em;
  font-weight: bold; }

.bld {
  font-weight: bold; }

.confirm-head {
  font-size: --sans;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.7em; }

@media screen and (max-width: 900px) {
  body {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.7em;
    --sans: 16px; } }
@media screen and (max-width: 540px) {
  .copy-text {
    font-size: 11px;
    font-weight: bold; }

  .min {
    font-size: 12px; }

  #menu a {
    font-size: 14px; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fade {
  opacity: 0; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

html,
body {
  width: 100%;
  height: 100%;
  background-position: center;
  background-blend-mode: lighten;
  background-attachment: fixed;
  overflow-x: clip; }

header {
  width: 100%;
  z-index: 1;
  position: relative; }

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

section {
  display: block;
  position: relative;
  z-index: 0;
  padding: 120px 0; }

.inner-wrap {
  max-width: 1200px;
  width: calc(100% - 2em);
  padding: 0 1em;
  margin: 0 auto; }

.bg {
  background: url(../images/bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.head-box {
  max-width: 700px;
  margin: 0 auto 40px; }

.sub-head {
  /*   background: #7c615c;
  padding: 1em;
  border-radius: 50px; */
  color: #fff;
  text-align: center;
  position: relative; }
  .sub-head::before {
    content: "";
    background: url(../images/sub-head.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -5px;
    top: 10px;
    z-index: 1;
    width: 100px;
    height: 100px; }
  .sub-head::after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #bc8445 0%, #e1b86b 61%, #f0dcb6 81%, #e4bf7a 100%);
    padding: 4px;
    z-index: -1;
    border-radius: 8px; }
  .sub-head .sub-head-in {
    background: #7c615c;
    border-radius: 50px;
    padding: 1em; }

#menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: #ab6414;
  display: none; }
  #menu.menu-active {
    display: block; }
  #menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background: url(../images/info.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: -webkit-linear-gradient(270deg, black 0%, black 15%, transparent);
    z-index: -1;
    opacity: .2; }
  #menu .menu-in {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 540px;
    width: 100%; }
    #menu .menu-in .head-box {
      max-width: 320px;
      margin: 0 auto; }
    #menu .menu-in ul {
      width: calc(100% - 2em);
      margin: 0 auto; }
      #menu .menu-in ul li {
        border-bottom: solid 1px #fff; }
        #menu .menu-in ul li a {
          padding: 1em;
          color: #fff;
          display: block;
          transition-duration: .3s; }
          #menu .menu-in ul li a:hover {
            opacity: .8; }

.menu-btn {
  position: fixed;
  top: 1em;
  right: 1em;
  width: 32px;
  height: 32px;
  z-index: 16;
  cursor: pointer; }
  .menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    border: solid 2px #bc8f40;
    transition: 0.3s ease-in-out;
    z-index: 12; }
    .menu-btn span:nth-of-type(1) {
      top: 0; }
    .menu-btn span:nth-of-type(2) {
      top: 15px; }
    .menu-btn span:nth-of-type(3) {
      top: 30px; }
  .menu-btn.menu-active {
    display: block !important; }
    .menu-btn.menu-active span {
      border: solid 2px #bc8f40; }
      .menu-btn.menu-active span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 10px; }
      .menu-btn.menu-active span:nth-of-type(2) {
        display: none; }
      .menu-btn.menu-active span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 10px; }

.fix-reserv {
  position: fixed;
  right: 5px;
  bottom: 5px;
  max-width: 50px;
  z-index: 10;
  transition-duration: .3s;
  filter: drop-shadow(3px 3px 3px rgba(140, 103, 28, 0.5)); }
  .fix-reserv:hover {
    filter: drop-shadow(3px 3px 3px rgba(140, 103, 28, 0)); }

.sns-btn {
  position: fixed;
  right: calc(5px + 5px);
  bottom: 250px;
  max-width: 40px;
  z-index: 10; }
  .sns-btn a {
    width: 40px;
    height: 40px;
    display: block;
    border: solid 1px #fff;
    border-radius: 40px;
    margin-bottom: .5em;
    transition-duration: .3s; }
    .sns-btn a.ico-x {
      background: #000; }
    .sns-btn a.ico-line {
      background: #00C300; }
    .sns-btn a.ico-fb {
      background: #1877F2; }
    .sns-btn a:hover.ico-x {
      background: rgba(0, 0, 0, 0); }
    .sns-btn a:hover.ico-line {
      background: rgba(0, 0, 0, 0); }
    .sns-btn a:hover.ico-fb {
      background: rgba(0, 0, 0, 0); }

#top {
  position: relative;
  z-index: 2;
  /* 
  &::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: url(../images/yarn/yarn-1.svg);
    right: 0;
    top: -5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
  } */
  /* 
  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: #cb584f;
    left: 0;
    bottom: -25px;
  } */ }
  #top .main-v-logo {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 80%;
    max-width: 180px; }
  #top .main-catch {
    width: 90%;
    max-width: 700px;
    z-index: 5;
    margin: 120px auto 0;
    /*  position: absolute;
    left: 0;
    right: 0;
    bottom: -250px; */ }
  #top .date {
    max-width: 480px;
    margin: 20px auto 0; }
  #top .sp-catch {
    display: none; }

#catch {
  padding-bottom: 0;
  text-align: center;
  position: relative;
  /* 
  &::before {
    content: "";
    position: absolute;
    width: 140%;
    height: 1450px;
    background: url(../images/yarn/yarn-2-pc.svg);
    right: 0%;
    top: -85%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
  } */ }
  #catch .inner-wrap {
    max-width: 700px; }
  #catch .copy {
    max-width: 600px;
    margin: 0 auto 20px;
    filter: drop-shadow(5px 5px 5px rgba(140, 103, 28, 0.3)); }

#news {
  padding-top: 80px;
  padding-bottom: 120px; }
  #news .news-box {
    max-width: 700px;
    margin: 0 auto; }
    #news .news-box .news-list {
      margin: 0 auto 1em;
      display: block;
      position: relative;
      text-align: center;
      padding-bottom: 1em;
      border-bottom: solid 1px #7c615c; }
      #news .news-box .news-list:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
      #news .news-box .news-list:first-child {
        padding-bottom: 1em;
        border-bottom: solid 1px #7c615c; }

#mv {
  z-index: 1;
  padding-top: 0px;
  /* 
  &::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 1200px;
    background: url(../images/yarn/yarn-3-pc.svg);
    right: -20%;
    top: -25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
  } */ }
  #mv .mv-box {
    position: relative;
    z-index: 0;
    max-width: 650px;
    margin: 0 auto;
    z-index: 2; }
    #mv .mv-box:after {
      content: "";
      position: absolute;
      left: -4px;
      top: -4px;
      width: 100%;
      height: 250px;
      border-radius: 250px;
      background: linear-gradient(90deg, #efcb9b 0%, #fae3aa 38%, #b3732b 100%);
      padding: 4px;
      z-index: -1; }
    #mv .mv-box .mv-parts {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
      #mv .mv-box .mv-parts .mv-play {
        width: 120px;
        right: -2em;
        bottom: -15px;
        position: absolute;
        cursor: pointer; }
      #mv .mv-box .mv-parts:before {
        content: "";
        position: absolute;
        right: -5%;
        top: -20%;
        z-index: -1;
        width: 50%;
        height: 100%;
        background: url(../images/mv-flower-top.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right top; }
      #mv .mv-box .mv-parts:after {
        content: "";
        position: absolute;
        left: -5%;
        bottom: -20%;
        z-index: -1;
        width: 50%;
        height: 100%;
        background: url(../images/mv-flower-bottom.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom; }
    #mv .mv-box .mv-box-in {
      border-radius: 250px;
      height: 250px;
      overflow: hidden; }
      #mv .mv-box .mv-box-in img {
        width: 100%;
        height: 250px;
        object-fit: cover; }

.mv-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 30;
  display: none; }
  .mv-pop .mv-pop-in {
    max-width: 1024px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2em); }
    .mv-pop .mv-pop-in iframe {
      display: block;
      width: 100%;
      height: 100%;
      aspect-ratio: 16 / 9; }
    .mv-pop .mv-pop-in .mv-close {
      position: absolute;
      right: 0;
      top: -40px;
      cursor: pointer;
      width: 30px;
      height: 30px; }
      .mv-pop .mv-pop-in .mv-close span {
        display: block;
        position: absolute;
        width: 30px;
        border: solid 2px #bc8f40;
        transition: 0.3s ease-in-out;
        z-index: 12; }
        .mv-pop .mv-pop-in .mv-close span:nth-of-type(1) {
          transform: rotate(45deg);
          top: 10px; }
        .mv-pop .mv-pop-in .mv-close span:nth-of-type(2) {
          display: none; }
        .mv-pop .mv-pop-in .mv-close span:nth-of-type(3) {
          transform: rotate(-45deg);
          top: 10px; }

#about {
  padding-top: 0px;
  /* 
  &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000px;
    background: url(../images/yarn/yarn-5.svg);
    right: 0;
    bottom: -300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;

    pointer-events: none;
  } */
  /*  .confirmation {
    text-align: center;
    max-width: 700px;
    margin: 40px auto;
    background: linear-gradient(0deg, rgba(179, 115, 43, 1) 0%, rgba(225, 184, 107, 1) 62%, rgba(240, 220, 182, 1) 81%, rgba(240, 220, 182, 1) 100%);
    padding: 1em;
    position: relative;

    &::after {
      content: "";
      position: absolute;
      left: -4px;
      top: -4px;
      width: 100%;
      height: 100%;
      background: linear-gradient(270deg, rgba(188, 132, 69, 1) 0%, rgba(225, 184, 107, 1) 61%, rgba(240, 220, 182, 1) 81%, rgba(228, 191, 122, 1) 100%);
      padding: 4px;
      z-index: -1;
    }

    .confirm-head {
      color: #cc3325;
    }

    .confirm-in {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 1em auto 0;
      background: #7c615c;
      position: relative;
      z-index: 0;

      .confirm-item {
        width: 31%;
        margin: 1%;
        position: relative;

        &:after {
          content: "";
          width: 1px;
          height: 80%;
          background: linear-gradient(0deg, rgba(188, 132, 69, 1) 0%, rgba(225, 184, 107, 1) 61%, rgba(240, 220, 182, 1) 81%, rgba(228, 191, 122, 1) 100%);
          top: 10%;
          right: calc(-3% + -1px);
          position: absolute;
          z-index: 1;
        }

        &:last-of-type {
          &::after {
            display: none;
          }
        }

        a {
          color: #fff;
          width: 100%;
          display: block;
          padding: .5em 0;

          &:hover {
            opacity: .8;
          }
        }
      }

      &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #7c615c;
        z-index: 0;
        border-radius: 6px;
      }

      &::after {
        content: "";
        position: absolute;
        left: -1px;
        top: -1px;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(188, 132, 69, 1) 0%, rgba(225, 184, 107, 1) 61%, rgba(240, 220, 182, 1) 81%, rgba(228, 191, 122, 1) 100%);
        padding: 1px;
        z-index: -1;
        border-radius: 6px;
      }
    }
  } */ }
  #about .about-bg-box {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #e2ddd8;
    position: relative;
    z-index: 0;
    /* 
    &::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1000px;
      background: url(../images/yarn/yarn-4.svg);
      right: 0;
      //bottom: -25%;
      bottom: -500px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      z-index: 1;
    } */ }
    #about .about-bg-box .inner-wrap {
      z-index: 2;
      position: relative; }
    #about .about-bg-box::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 600px;
      background: url(../images/about.webp);
      background-position: center bottom;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-mask-image: -webkit-linear-gradient(270deg, black 0%, black 0%, transparent);
      z-index: -1; }
  #about .about-box {
    display: flex;
    flex-flow: wrap; }
  #about .about-item {
    width: 46%;
    margin: 2%; }
    #about .about-item .about-item-in {
      margin: 20px auto 0;
      text-align: center; }
      #about .about-item .about-item-in img {
        margin-bottom: 1em;
        max-width: 450px; }
      #about .about-item .about-item-in .about-flex {
        display: flex;
        align-items: flex-start; }
        #about .about-item .about-item-in .about-flex p {
          width: 100%;
          text-align: center;
          margin-left: 1em; }
  #about .line-box {
    max-width: 700px;
    margin: 120px auto 0;
    position: relative; }
    #about .line-box .sp {
      display: none; }
    #about .line-box .line-flex {
      max-width: 600px;
      margin: 0 auto 1em;
      display: flex;
      align-items: center;
      text-align: center; }
      #about .line-box .line-flex .col-l {
        max-width: 130px; }
      #about .line-box .line-flex .col-r {
        width: calc(98% - 130px);
        margin: 1%; }
    #about .line-box .line-ac-box {
      display: none;
      margin-top: 40px; }
    #about .line-box .line-ac-btn {
      border-top: solid 1px #6b615c;
      margin-top: 20px; }
      #about .line-box .line-ac-btn legend {
        padding: 0 3em;
        padding-left: 2em;
        text-align: center;
        position: relative;
        cursor: pointer;
        min-width: 100px; }
        #about .line-box .line-ac-btn legend:after {
          content: "";
          position: absolute;
          right: 1em;
          top: 50%;
          transform: translateY(-50%);
          width: .8em;
          height: .8em;
          background: url(../images/ac-arrow-b.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          transition-duration: .3s; }
      #about .line-box .line-ac-btn.line-active legend:after {
        transform: translateY(-50%) rotate(180deg); }
  #about .confirmation-box {
    margin: 80px auto 0; }
    #about .confirmation-box .confirm-head {
      text-align: center;
      margin-bottom: .5em; }
    #about .confirmation-box .confirm-wrap {
      background: linear-gradient(0deg, #b3732b 0%, #e1b86b 62%, #f0dcb6 81%, #f0dcb6 100%);
      padding: 1em;
      max-width: 700px;
      margin: 0 auto;
      position: relative; }
      #about .confirmation-box .confirm-wrap::after {
        content: "";
        position: absolute;
        left: -4px;
        top: -4px;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, #bc8445 0%, #e1b86b 61%, #f0dcb6 81%, #e4bf7a 100%);
        padding: 4px;
        z-index: -1; }
    #about .confirmation-box .confirm-in {
      position: relative; }
      #about .confirmation-box .confirm-in::after {
        content: "";
        position: absolute;
        left: -4px;
        top: -4px;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #bc8445 0%, #e1b86b 61%, #f0dcb6 81%, #e4bf7a 100%);
        padding: 4px;
        z-index: 0; }
    #about .confirmation-box .confirm-item {
      width: 100%;
      position: relative;
      z-index: 1; }
      #about .confirmation-box .confirm-item a {
        position: absolute;
        left: 0;
        top: 0;
        width: 28%;
        height: 100%;
        text-align: center;
        background: rgba(107, 97, 92, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding: 0 1em;
        transition-duration: .3s; }
        #about .confirmation-box .confirm-item a:hover {
          width: calc(100% - 2em); }
      #about .confirmation-box .confirm-item:nth-last-of-type(2) a {
        left: initial;
        right: 0; }
    #about .confirmation-box .confirm-btn {
      position: relative;
      z-index: 0;
      margin: 1em auto 0;
      max-width: 400px;
      width: 80%;
      cursor: pointer;
      margin-top: 1em;
      filter: drop-shadow(3px 3px 3px rgba(140, 103, 28, 0.5)); }
      #about .confirmation-box .confirm-btn::after {
        content: "";
        position: absolute;
        left: -2px;
        top: -2px;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #bc8445 0%, #e1b86b 61%, #f0dcb6 81%, #e4bf7a 100%);
        padding: 2px;
        z-index: -1;
        border-radius: 50px; }
      #about .confirmation-box .confirm-btn .confirm-btn-in {
        text-align: center;
        padding: 1em;
        background: #cc3325;
        color: #fff;
        border-radius: 50px;
        margin: 0 auto;
        position: relative;
        z-index: 0;
        display: block; }
        #about .confirmation-box .confirm-btn .confirm-btn-in:after {
          content: "";
          position: absolute;
          right: 1.5em;
          top: 50%;
          transform: translateY(-50%) rotate(-90deg);
          background: url(../images/notice-arrow.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 1.5em;
          height: 1.5em;
          transition-duration: .3s; }
      #about .confirmation-box .confirm-btn:hover .confirm-btn-in::after {
        right: 1em; }
  #about .point {
    text-align: center;
    margin: 40px auto 20px;
    max-width: 600px; }
    #about .point p {
      padding: 0 1.5em; }
    #about .point .point-box {
      text-align: left; }
      #about .point .point-box p {
        margin-bottom: .5em;
        position: relative; }
        #about .point .point-box p::before {
          content: "・";
          position: absolute;
          left: .5em;
          top: 0; }
    #about .point .begi-ico {
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      background: #fff;
      border-radius: 80px;
      margin-bottom: 1em; }
      #about .point .begi-ico img {
        max-width: 30px; }
    #about .point .point-head {
      margin-bottom: 1em; }

#reserve {
  padding: 0; }
  #reserve .head-bg-box {
    padding: 80px 0 40px;
    background: linear-gradient(0deg, rgba(171, 100, 20, 0.9) 0%, rgba(225, 184, 107, 0.5) 62%, rgba(240, 220, 182, 0) 100%); }
  #reserve .sub-head {
    max-width: 700px;
    margin: 0 auto; }
  #reserve .reserve-bg-box {
    background: linear-gradient(0deg, #ab6414 0%, #ab6414 90%, rgba(171, 100, 20, 0.9) 100%);
    padding: 40px 0; }
    #reserve .reserve-bg-box .reserve-flow {
      position: relative;
      max-width: 700px;
      margin: 60px auto 120px;
      z-index: 0; }
      #reserve .reserve-bg-box .reserve-flow:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -100px;
        height: 200px;
        width: 100%;
        background: url(../images/flow-bg.webp);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1; }
      #reserve .reserve-bg-box .reserve-flow .reserve-btn-flex {
        display: flex;
        align-items: center;
        max-width: 700px;
        width: calc(96% - 2em);
        max-width: 700px;
        position: absolute;
        left: 0;
        right: 0;
        top: -33px;
        margin: 0 auto;
        z-index: 1; }
        #reserve .reserve-bg-box .reserve-flow .reserve-btn-flex .reserve-btn {
          width: calc(48% - 1em);
          margin: 1%;
          text-align: center;
          border-radius: 50px;
          padding: .5em;
          background: #998675;
          color: #fff;
          filter: drop-shadow(5px 5px 5px rgba(140, 103, 28, 0.3)); }
          #reserve .reserve-bg-box .reserve-flow .reserve-btn-flex .reserve-btn.reserve-active {
            background-color: #fff;
            color: #c68716; }
    #reserve .reserve-bg-box .reserve-box {
      width: calc(100% - 2em);
      background: #fff;
      margin: 0 auto;
      max-width: 700px;
      padding-top: 30px;
      padding-bottom: 30px;
      position: relative;
      z-index: 0;
      /* display: none; */ }
      #reserve .reserve-bg-box .reserve-box.reserve-active {
        display: block; }
      #reserve .reserve-bg-box .reserve-box .text-link {
        color: #cc3325;
        text-decoration: underline; }
        #reserve .reserve-bg-box .reserve-box .text-link:hover {
          text-decoration: none; }
    #reserve .reserve-bg-box .reserve-item {
      padding: 1em;
      position: relative; }
      #reserve .reserve-bg-box .reserve-item .r-num {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        border-radius: 3px;
        background: #6b615c;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px; }
      #reserve .reserve-bg-box .reserve-item .reserve-flex {
        display: flex;
        align-items: center; }
      #reserve .reserve-bg-box .reserve-item .col-l {
        width: 48%;
        margin: 1%; }
      #reserve .reserve-bg-box .reserve-item .col-r {
        width: 48%;
        margin: 1%; }

#schedule {
  background: #ab6414;
  color: #fff;
  position: relative;
  /* &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000px;
    background: url(../images/yarn/yarn-6.svg);
    right: 0;
    top: -500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
    pointer-events: none;
  } */ }
  #schedule .no-reserve {
    text-align: center;
    margin: 20px auto; }
  #schedule .inner-wrap {
    max-width: 700px;
    margin: 1em auto; }
  #schedule .sche-btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
    #schedule .sche-btn-flex .sche-btn {
      padding: 1em;
      text-align: center;
      color: #fff;
      background: #998675;
      width: 31%;
      margin: 1%;
      border-radius: 50px;
      cursor: pointer; }
      #schedule .sche-btn-flex .sche-btn.sche-active {
        color: #c68716;
        background: #fff; }
  #schedule .sche-box {
    display: none;
    position: relative;
    z-index: 0; }
    #schedule .sche-box.sche-active {
      display: block; }
  #schedule .sche-item {
    margin: 0 auto;
    padding: 40px 1em 1em;
    background: #fff;
    color: #333;
    position: relative;
    z-index: 1; }
  #schedule .sche-desc {
    text-align: center;
    margin: 40px auto; }
  #schedule .sche-ac {
    display: none; }
    #schedule .sche-ac.sche-ac-active {
      display: block; }
  #schedule .sche-link-btn {
    position: relative;
    z-index: 0;
    margin: 1em auto 2em;
    max-width: 400px;
    width: 100%;
    cursor: pointer;
    filter: drop-shadow(3px 3px 3px rgba(140, 103, 28, 0.5)); }
    #schedule .sche-link-btn.coming {
      pointer-events: none;
      filter: grayscale(1); }
    #schedule .sche-link-btn::after {
      content: "";
      position: absolute;
      left: -2px;
      top: -2px;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #bc8445 0%, #e1b86b 61%, #f0dcb6 81%, #e4bf7a 100%);
      padding: 2px;
      z-index: -1;
      border-radius: 50px; }
    #schedule .sche-link-btn .sche-link-btn-in {
      text-align: center;
      padding: 1em;
      background: #cc3325;
      color: #fff;
      border-radius: 50px;
      margin: 0 auto;
      position: relative;
      z-index: 0;
      display: block; }
      #schedule .sche-link-btn .sche-link-btn-in:after {
        content: "";
        position: absolute;
        right: 1.5em;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        background: url(../images/notice-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.5em;
        height: 1.5em;
        transition-duration: .3s; }
    #schedule .sche-link-btn:hover .sche-link-btn-in::after {
      right: 1em; }
  #schedule .notice-box {
    background: #fff;
    padding: 2em 0;
    margin-top: -1px; }
    #schedule .notice-box.notice-active {
      padding-bottom: 0; }
  #schedule .notice-btn {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    max-width: 400px;
    width: calc(100% - 2em);
    cursor: pointer;
    filter: drop-shadow(3px 3px 3px rgba(140, 103, 28, 0.5)); }
    #schedule .notice-btn::after {
      content: "";
      position: absolute;
      left: -2px;
      top: -2px;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #bc8445 0%, #e1b86b 61%, #f0dcb6 81%, #e4bf7a 100%);
      padding: 2px;
      z-index: -1;
      border-radius: 50px; }
    #schedule .notice-btn .notice-btn-in {
      text-align: center;
      padding: 1em;
      background: #cc3325;
      color: #fff;
      border-radius: 50px;
      margin: 0 auto;
      position: relative;
      z-index: 0;
      padding-right: 2em; }
      #schedule .notice-btn .notice-btn-in:after {
        content: "";
        position: absolute;
        right: 1.5em;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/notice-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.5em;
        height: 1.5em;
        transition-duration: .3s; }
    #schedule .notice-btn.notcie-active {
      margin-bottom: 2em; }
      #schedule .notice-btn.notcie-active .notice-btn-in::after {
        transform: translateY(-50%) rotate(180deg); }
  #schedule .notice-ac {
    display: none;
    margin-top: 20px; }
  #schedule .notice-desc {
    background: #ffe8ca;
    text-align: center;
    color: #333; }
    #schedule .notice-desc .notice-head {
      background: #6b615c;
      color: #fff;
      padding: .5em 1em; }
    #schedule .notice-desc .notice-text-box {
      padding: 2em 1em; }
      #schedule .notice-desc .notice-text-box p {
        margin-bottom: 1em; }
      #schedule .notice-desc .notice-text-box ul li {
        text-align: left;
        padding-top: 1em;
        border-top: solid 1px #6b615c;
        margin-top: 1em; }
        #schedule .notice-desc .notice-text-box ul li:first-child {
          margin-top: 0;
          padding-top: 0;
          border-top: 0; }
    #schedule .notice-desc .notice-link {
      color: #c68716;
      background: #fff;
      border-radius: 150px;
      max-width: 320px;
      text-align: center;
      padding: 1em;
      filter: drop-shadow(5px 5px 5px rgba(140, 103, 28, 0.3));
      display: block;
      margin: 1em auto; }
  #schedule .fc-box {
    margin: 1em auto 40px;
    max-width: 500px;
    text-align: center; }
    #schedule .fc-box p {
      margin-bottom: .5em; }
  #schedule .sche-ac-btn {
    position: relative;
    margin: 40px auto 0; }
    #schedule .sche-ac-btn:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background: #fff;
      transform: translateY(-50%);
      z-index: -1; }
    #schedule .sche-ac-btn .ac-btn-in {
      background: #ab6414;
      padding: 0 1em;
      padding-right: 2.5em;
      width: fit-content;
      margin: 0 auto;
      position: relative;
      cursor: pointer; }
      #schedule .sche-ac-btn .ac-btn-in:after {
        content: "";
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        width: .8em;
        height: .8em;
        background: url(../images/ac-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition-duration: .3s; }
    #schedule .sche-ac-btn.sche-ac-active .ac-btn-in:after {
      transform: translateY(-50%) rotate(180deg); }
  #schedule .sche-reserv-link {
    padding: 1em;
    padding-left: 4em;
    border-radius: 150px;
    background: #cc3325;
    filter: drop-shadow(5px 5px 5px rgba(140, 103, 28, 0.3));
    display: block;
    margin: 1em auto;
    color: #fff;
    text-align: center;
    max-width: 280px;
    transition-duration: .3s; }
    #schedule .sche-reserv-link:hover {
      background: #fa9389; }
    #schedule .sche-reserv-link::after {
      content: "";
      background: url(../images/check.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      left: 2em;
      top: 50%;
      transform: translateY(-50%); }

#room-rate {
  background: #ab6414;
  position: relative;
  padding-bottom: 0;
  /* &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000px;
    background: url(../images/yarn/yarn-7.svg);
    right: 0;
    top: -580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
    pointer-events: none;
  } */ }
  #room-rate .price-min {
    text-align: center;
    color: #fff; }
  #room-rate .room-flex {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0 auto 1em; }
  #room-rate .room-item {
    text-align: center;
    position: relative;
    max-width: 300px;
    margin: 1%;
    width: 48%; }
    #room-rate .room-item::after {
      content: "";
      position: absolute;
      left: -4px;
      top: -4px;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, #bc8445 0%, #e1b86b 61%, #f0dcb6 81%, #e4bf7a 100%);
      padding: 4px;
      z-index: -1;
      border-radius: 74px; }
    #room-rate .room-item .room-item-in {
      border-radius: 74px;
      overflow: hidden;
      background: #fff; }
      #room-rate .room-item .room-item-in .room-head {
        background: #c68716;
        padding: 1em;
        margin-bottom: 2em;
        color: #fff;
        width: calc(100% - 4px - 2em);
        margin: 2px auto 0;
        border-radius: 74px 74px 0 0; }
      #room-rate .room-item .room-item-in .room-price {
        margin: 0 auto;
        margin-bottom: 1em;
        padding-bottom: 1em;
        border-bottom: solid 1px #6b615c;
        padding: 1em;
        width: calc(100% - 4em);
        position: relative; }
        #room-rate .room-item .room-item-in .room-price.g-value::after {
          content: "";
          width: 2.5em;
          height: 2.5em;
          position: absolute;
          background: url(../images/badge-value.svg);
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        #room-rate .room-item .room-item-in .room-price:last-of-type {
          border-bottom: 0;
          margin-bottom: 2em; }

#story {
  position: relative;
  /* &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 700px;
    background: url(../images/yarn/yarn-8.svg);
    left: 0%;
    bottom: -120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
    pointer-events: none;
  } */ }
  #story::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 80%;
    background: url(../images/story.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: -webkit-linear-gradient(270deg, black 0%, black 0%, transparent);
    z-index: -1; }
  #story .story-head {
    max-width: 280px;
    margin: 0 auto 60px; }
  #story .story-text {
    max-width: 600px;
    margin: 1em auto; }
    #story .story-text p {
      padding: 2em 1em 0; }
      #story .story-text p:first-child {
        margin-top: 0; }
  #story .story-ac {
    display: none;
    margin-top: 2em; }
  #story .story-ac-btn {
    border-top: solid 1px #6b615c;
    margin-top: 60px; }
    #story .story-ac-btn legend {
      padding: 0 3em;
      padding-left: 2em;
      text-align: center;
      position: relative;
      cursor: pointer;
      min-width: 100px; }
      #story .story-ac-btn legend:after {
        content: "";
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%);
        width: .8em;
        height: .8em;
        background: url(../images/ac-arrow-b.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition-duration: .3s; }
    #story .story-ac-btn.story-active legend:after {
      transform: translateY(-50%) rotate(180deg); }

#info {
  position: relative;
  background-color: #ab6414;
  padding-top: 300px;
  padding-bottom: 40px; }
  #info .info-item a {
    color: #fff; }
  #info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background: url(../images/info.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask-image: -webkit-linear-gradient(270deg, black 0%, black 15%, transparent);
    z-index: -1; }
  #info .info-item {
    margin: 40px auto 80px;
    text-align: center;
    color: #fff;
    max-width: 700px; }
    #info .info-item .sub-head {
      margin-bottom: 20px; }
  #info .notice-box {
    max-width: 700px;
    margin: 0 auto; }
    #info .notice-box .notice-item {
      margin-bottom: 40px; }
      #info .notice-box .notice-item .notice-ac {
        display: none; }
        #info .notice-box .notice-item .notice-ac.notcie-active {
          display: block; }
    #info .notice-box .notice-btn {
      position: relative;
      z-index: 0;
      margin: 2em auto;
      max-width: 400px;
      width: 100%;
      cursor: pointer;
      filter: drop-shadow(3px 3px 3px rgba(140, 103, 28, 0.5)); }
      #info .notice-box .notice-btn::after {
        content: "";
        position: absolute;
        left: -2px;
        top: -2px;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #bc8445 0%, #e1b86b 61%, #f0dcb6 81%, #e4bf7a 100%);
        padding: 2px;
        z-index: -1;
        border-radius: 50px; }
      #info .notice-box .notice-btn .notice-btn-in {
        text-align: center;
        padding: 1em;
        background: #cc3325;
        color: #fff;
        border-radius: 50px;
        margin: 0 auto;
        position: relative;
        z-index: 0; }
        #info .notice-box .notice-btn .notice-btn-in:after {
          content: "";
          position: absolute;
          right: 1.5em;
          top: 50%;
          transform: translateY(-50%);
          background: url(../images/notice-arrow.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 1.5em;
          height: 1.5em;
          transition-duration: .3s; }
      #info .notice-box .notice-btn.notcie-active .notice-btn-in::after {
        transform: translateY(-50%) rotate(180deg); }
    #info .notice-box .notice-desc {
      background: #ffe8ca;
      text-align: center; }
      #info .notice-box .notice-desc .notice-head {
        background: #6b615c;
        color: #fff;
        padding: .5em 1em; }
      #info .notice-box .notice-desc .notice-text-box {
        padding: 2em 1.5em; }
        #info .notice-box .notice-desc .notice-text-box .sp {
          display: none; }
        #info .notice-box .notice-desc .notice-text-box p {
          margin-bottom: 1em; }
        #info .notice-box .notice-desc .notice-text-box ul li {
          text-align: left;
          padding-top: 1em;
          border-top: solid 1px #6b615c;
          margin-top: 1em; }
          #info .notice-box .notice-desc .notice-text-box ul li:first-child {
            margin-top: 0;
            padding-top: 0;
            border-top: 0; }
      #info .notice-box .notice-desc .notice-link {
        color: #c68716;
        background: #fff;
        border-radius: 150px;
        max-width: 320px;
        text-align: center;
        padding: 1em;
        filter: drop-shadow(5px 5px 5px rgba(140, 103, 28, 0.3));
        display: block;
        margin: 1em auto; }
  #info .text-link {
    color: #cc3325;
    text-decoration: underline; }
    #info .text-link:hover {
      text-decoration: none; }

footer {
  padding-top: 300px;
  position: relative;
  text-align: center;
  /* &::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 450px;
    background: url(../images/yarn/yarn-9-pc.svg);
    left: 0%;
    bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    pointer-events: none;
  } */ }
  footer a {
    transition-duration: .3s; }
    footer a:hover {
      opacity: .8; }
  footer::before {
    content: "";
    width: 100%;
    height: 300px;
    background: url(../images/footer.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  footer .inner-wrap {
    max-width: 500px;
    padding: 80px 1em 40px; }
  footer .rdg-tar {
    margin: 40px auto;
    cursor: pointer;
    transition-duration: .3s; }
    footer .rdg-tar:hover {
      opacity: .8; }
  footer .ft-logo {
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 80px auto; }
    footer .ft-logo a {
      display: block;
      width: 40%;
      margin: 1% auto; }
  footer .ft-bnr {
    max-width: 400px;
    margin: 40px auto 0; }
    footer .ft-bnr a {
      display: block;
      margin: 1em auto; }
  footer .copy-text {
    margin-top: 120px;
    position: relative; }

#rdg-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
  display: none;
  color: #1a1a1a; }
  #rdg-pop .close-bt {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #fff;
    border: solid 2px #cc3325;
    padding: 2px; }
    #rdg-pop .close-bt:before {
      content: "";
      width: 100%;
      height: 3px;
      background: #cc3325;
      position: absolute;
      right: 0;
      top: 50%;
      transform: rotate(-45deg); }
    #rdg-pop .close-bt:after {
      content: "";
      width: 100%;
      height: 3px;
      background: #cc3325;
      position: absolute;
      right: 0;
      top: 50%;
      transform: rotate(45deg); }
  #rdg-pop p {
    margin-bottom: 1em; }
  #rdg-pop .rdg-box {
    max-height: 70dvh;
    overflow-x: auto; }
  #rdg-pop .rdg-in {
    width: calc(90% - 2em - 6px);
    padding: 1em;
    border: solid 3px #cc3325;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff; }
  #rdg-pop .youtube iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: block; }
  #rdg-pop .img {
    width: 100%;
    height: auto; }
  #rdg-pop .rdg-text {
    margin: 1em auto; }
  #rdg-pop .btn {
    max-width: 280px;
    text-align: center;
    padding: .5em;
    display: block;
    width: calc(100% - 3em - 4px);
    background: #cc3325;
    color: #fff;
    margin: 0 auto;
    transition-duration: .3s;
    border: solid 2px #cc3325;
    padding-right: 2.5em;
    position: relative; }
    #rdg-pop .btn:after {
      content: "";
      width: 1em;
      height: 1em;
      background-image: url(../images/tri.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
      transition-duration: .3s; }
    #rdg-pop .btn:hover {
      background: rgba(0, 0, 0, 0);
      color: #cc3325; }
      #rdg-pop .btn:hover::after {
        background-image: url(../images/tri-br.svg);
        right: .5em; }
  #rdg-pop .x-btn {
    max-width: 280px;
    text-align: center;
    padding: .5em;
    display: block;
    width: calc(100% - 3em - 4px);
    background: #000;
    color: #fff;
    margin: 0 auto;
    transition-duration: .3s;
    border: solid 2px #000;
    padding-right: 2.5em;
    position: relative;
    margin-top: 1em; }
    #rdg-pop .x-btn:after {
      content: "";
      width: 1.5em;
      height: 1.5em;
      background-image: url(../images/btn-x.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
      transition-duration: .3s; }
    #rdg-pop .x-btn:hover {
      background: rgba(0, 0, 0, 0);
      color: #000; }
      #rdg-pop .x-btn:hover::after {
        background-image: url(../images/btn-x-blk.svg); }
  #rdg-pop .pop-logo-box {
    width: 50%;
    max-width: 280px;
    margin: 0 auto 1em; }

#model .inner-wrap {
  max-width: 900px;
  margin: 0 auto; }
#model .head-box {
  margin-bottom: 80px;
  text-align: center; }
#model .model-item {
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
  padding: 1em;
  width: calc(100% - 2em);
  background: #ffe8ca; }
#model .model-head {
  text-align: center; }
#model .model-desc {
  padding: 1em 0; }
  #model .model-desc p {
    margin-bottom: 1em; }
#model .time-head {
  text-align: center;
  background: #fff;
  color: #ba9258;
  padding: 0.5em;
  width: calc(100% - 1em);
  font-size: 1.5em;
  position: relative;
  margin-bottom: 20px; }
  #model .time-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat; }
  #model .time-head.ti-16::after {
    background-image: url(../images/model/time-16.svg); }
  #model .time-head.ti-1610::after {
    background-image: url(../images/model/time-1610.svg); }
  #model .time-head.ti-1730::after {
    background-image: url(../images/model/time-1730.svg); }
  #model .time-head.ti-1740::after {
    background-image: url(../images/model/time-1740.svg); }
  #model .time-head.ti-20::after {
    background-image: url(../images/model/time-20.svg); }
  #model .time-head.ti-21::after {
    background-image: url(../images/model/time-21.svg); }
  #model .time-head.ti-2230::after {
    background-image: url(../images/model/time-2230.svg); }
  #model .time-head.ti-23::after {
    background-image: url(../images/model/time-23.svg); }
  #model .time-head.ti-2330::after {
    background-image: url(../images/model/time-2330.svg); }
  #model .time-head.ti-2340::after {
    background-image: url(../images/model/time-2340.svg); }
#model .model-arrow {
  max-width: 30px;
  margin: 40px auto; }
#model .return-btn {
  position: relative;
  z-index: 0;
  margin: 1em auto;
  max-width: 400px;
  width: 80%;
  cursor: pointer;
  filter: drop-shadow(3px 3px 3px rgba(140, 103, 28, 0.5)); }
  #model .return-btn::after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #bc8445 0%, #e1b86b 61%, #f0dcb6 81%, #e4bf7a 100%);
    padding: 2px;
    z-index: -1;
    border-radius: 50px; }
  #model .return-btn .return-btn-in {
    text-align: center;
    padding: 1em;
    background: #cc3325;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: block; }
    #model .return-btn .return-btn-in:after {
      content: "";
      position: absolute;
      right: 1.5em;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      background: url(../images/notice-arrow.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 1.5em;
      height: 1.5em;
      transition-duration: .3s; }
  #model .return-btn:hover .return-btn-in::after {
    right: 1em; }

@media screen and (max-width: 900px) {
  #about .about-box {
    flex-direction: column; }
  #about .about-item {
    width: 100%;
    margin: 0 auto 40px; }
    #about .about-item:last-of-type {
      margin-bottom: 0; }
    #about .about-item .about-item-in {
      text-align: left; } }
@media screen and (max-width: 540px) {
  section {
    padding: 60px 0; }

  .head-box {
    /*  width: 108%;
    margin-left: -4%; */ }

  .sub-head:before {
    width: 80px;
    height: 50px;
    top: initial;
    bottom: -20px;
    right: 0px; }

  #top .main-v-logo {
    max-width: 120px; }
  #top:before {
    width: 200px;
    height: 200px; }
  #top .main-catch {
    width: 94%;
    margin-top: 60px; }
  #top .date {
    max-width: 280px; }
  #top .sp-catch {
    display: flex;
    width: 98%;
    margin: 40px auto 0; }
    #top .sp-catch img {
      width: 33%; }

  #catch {
    /* padding-top: 150px; */
    /* &:before {
      width: 100%;
      background: url(../images/yarn/yarn-2.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      top: -20%;
      height: 600px;
    } */ }

  #news {
    padding-top: 40px; }

  #mv {
    padding-top: 50px;
    /* &::before {
      width: 100%;
      height: 700px;
      background: url(../images/yarn/yarn-3.svg);
      right: 0%;
      top: -10%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
    } */ }
    #mv .mv-box::after {
      height: 150px; }
    #mv .mv-box .mv-box-in {
      height: 150px; }
      #mv .mv-box .mv-box-in img {
        height: 150px; }
    #mv .mv-box .mv-parts .mv-play {
      width: 80px;
      right: -1em; }

  #about:after {
    height: 750px;
    bottom: -220px; }
  #about .about-bg-box {
    padding-top: 60px; }
    #about .about-bg-box:before {
      width: 150%;
      height: 250px;
      right: 0%; }
  #about .confirmation-box {
    margin: 60px auto 0; }
  #about .line-box {
    width: calc(100% - 2em);
    margin-top: 80px; }
    #about .line-box .sp {
      display: block; }
    #about .line-box .line-flex .col-l {
      width: 100px; }
    #about .line-box .line-flex .col-r {
      width: calc(98% - 100px); }
  #about .about-item .about-item-in .about-flex p {
    margin: 0 auto;
    padding: 0 1.5em; }
  #about .about-item .about-item-in .about-flex .pc {
    display: none; }
  #about .confirmation-box .confirm-head {
    width: calc(100% - 2em);
    text-align: center;
    margin: 0 auto .5em; }

  #reserve .reserve-bg-box {
    padding-top: 5px; }
    #reserve .reserve-bg-box .reserve-item .reserve-flex {
      flex-direction: column; }
      #reserve .reserve-bg-box .reserve-item .reserve-flex .col-l {
        width: 100%;
        margin: 1em auto; }
      #reserve .reserve-bg-box .reserve-item .reserve-flex .col-r {
        width: 100%;
        margin: 1em auto;
        text-align: center; }
        #reserve .reserve-bg-box .reserve-item .reserve-flex .col-r br {
          display: none; }

  #schedule {
    padding-top: 5px;
    margin-top: -5px; }
    #schedule::after {
      height: 600px;
      top: -350px; }

  #room-rate {
    padding-top: 5px;
    margin-top: -5px; }
    #room-rate::after {
      width: 120%;
      height: 600px;
      top: -350px; }
    #room-rate .room-flex {
      flex-direction: column; }
      #room-rate .room-flex .room-item {
        width: 100%;
        max-width: 420px;
        margin: 60px auto 0; }
        #room-rate .room-flex .room-item:first-of-type {
          margin-top: 0; }
        #room-rate .room-flex .room-item .room-item-in .room-price.g-value::after {
          width: 4em;
          height: 4em; }

  #story {
    padding-bottom: 180px; }
    #story::after {
      height: 400px;
      bottom: -5%; }
    #story:before {
      height: 500px; }
    #story .story-head {
      max-width: 160px; }

  footer {
    padding-top: 150px;
    /* &::after {
      height: 100px;
      background: url(../images/yarn/yarn-9.svg);
      left: 0%;
      bottom: 150px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
    } */ }
    footer.low-page {
      padding-top: 0; }
      footer.low-page:before {
        display: none; }
    footer:before {
      height: 150px; }
    footer .inner-wrap {
      padding: 40px 0; }
    footer .ft-logo {
      margin: 60px auto; }
    footer .copy-text {
      margin-top: 160px; }

  #info .notice-box .notice-desc .notice-text-box .sp {
    display: block; }

  #rdg-pop .close-bt {
    right: -5px; } }

/*# sourceMappingURL=style.css.map */
