main {
  overflow: unset;
}

#key {
  background: #0f0e0d;
  margin-bottom: -100vw;
  overflow: hidden;
}

#key .ob-img {
  height: 130vw;
}

#key .catch {
  font-size: 7.27vw;
  position: absolute;
  top: 8vw;
  z-index: 2;
  color: #fff;
  left: 5vw;
  letter-spacing: 0px;
}

#key .catch::after {
  content: "";
  border-top: 1px solid #fff;
  width: 14vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 104%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #key {
    margin-bottom: -337px;
  }

  #key .ob-img {
    height: 100vh;
  }

  #key .catch {
    font-size: 40px;
    width: 376px;
    position: absolute;
    top: 336px;
    left: calc(50% - 533px);
    letter-spacing: -4px;
  }

  #key .catch::after {
    width: 110px;
    left: 100%;
    top: 64%;
  }
}

#lead {
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 5vw;
  z-index: 3;
}

#lead::before {
  content: "";
  /* background: #0f0e0d; */
  position: absolute;
  top: 118px;
  left: 0;
  right: 0;
  bottom: 0;
}

#lead .lead__wrap::before {
  content: "";
  background: url("../img/index/lead_bg_sp.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1394px;
}

#lead .lead__wrap::after {
  content: "";
  background: url("../img/index/lead_deco.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 542px;
  height: 725px;
  opacity: 0;
  z-index: 4;
}

#lead .set1 {
  position: relative;
  padding-top: 13vw;
  margin-bottom: 20vw;
}

#lead .set1 h2 {
  width: 45vw;
  margin: 0 auto 10vw;
}

#lead .set1 .photo {
  width: 55vw;
  height: 80vw;
  position: relative;
  margin: 0 auto 10vw;
}

#lead .set1 .text {
  line-height: 2.4;
}

#lead .set1 .text span {
  display: inline-block;
  font-size: 40px;
  position: relative;
  top: 8px;
  line-height: 1;
}

#lead .set2 {
  position: relative;
}

#lead .set2 h3 {
  position: relative;
  z-index: 2;
  font-size: 7.18vw;
  margin-bottom: 2vw;
}


#lead .set2 .text {
  line-height: 2.4;
}

#lead .set2 .text span {
  display: inline-block;
  font-size: 37px;
  position: relative;
  top: 8px;
  line-height: 1;
  margin-right: 5px;
}



#lead .set2 .photo {
  position: relative;
  margin: 0 -5vw -4vw -14vw;
}

#lead .set2 .text {
  margin-bottom: 13vw;
}

#lead .set2 .text p+p {
  margin-top: 0;
}

#lead .set2 .bnr__shared {}

@media screen and (min-width: 768px) {
  #lead {
    margin-bottom: 0;
    padding-bottom: 323px;
  }

  #lead .lead__wrap::before {
    background: url("../img/index/lead_bg.png") no-repeat top center;
    background-size: 100% auto;
    top: 118px;
    left: 0;
    height: 1394px;
  }

  #lead .lead__wrap::after {
    opacity: 1;
  }

  #lead .set1 {
    margin-bottom: 278px;
    padding-top: 0;
  }

  #lead .set1 h2 {
    width: 241px;
    margin: 0 222px 47px auto;
  }

  #lead .set1 .photo {
    width: 424px;
    height: 593px;
    position: absolute;
    top: 276px;
    left: 82px;
    margin: 0;
  }

  #lead .set1 .text {
    width: 444px;
    margin-left: auto;
    padding-right: 105px;
    line-height: 40px;
    letter-spacing: -0.5px;
  }

  #lead .set1 .text span {
    font-size: 48px;
    top: 2px;
  }

  #lead .set2 {
    margin-bottom: 0;
  }

  #lead .set2 h3 {
    position: absolute;
    top: -35px;
    left: calc(50% - 31px);
    width: 173px;
    height: 380px;
    font-size: 34px;
    line-height: 61px;
    margin-bottom: 0;
  }


  #lead .set2 .photo {
    position: absolute;
    margin: 0;
    right: -151px;
    top: 32px;
  }

  #lead .set2 .text {
    width: 448px;
    padding-left: 62px;
    margin-bottom: 90px;
    letter-spacing: -0.5px;
    line-height: 40px;
  }

  #lead .set2 .text span {
    font-size: 48px;
    top: 2px;
    left: -2px;
  }



  #lead .set2 .text p+p {
    margin-top: 40px;
  }

  #lead .set2 .bnr__shared {
    margin-left: 66px;
    width: 390px;
  }
}

.c-image {}

#reco {
  margin-bottom: 0;
  position: relative;
}

#reco::before {
  content: "";
  background: url("../img/index/background_shadow_sp.png") repeat-x bottom left;
  height: 269px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  display: none;
}

.bg-active #reco::before {
  opacity: 0;
}

#reco #point-row1.section.dark-section .row1 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #reco {
    margin: 0 50px;
  }

  #reco::before {
    top: -123px;
    left: -50px;
    right: -50px;

    background: url("../img/index/background_shadow.png") repeat-x bottom left;
    height: 319px;
    position: absolute;
    top: -123px;


  }

  #reco #point-row1.section.dark-section .row1 {
    margin-bottom: 0;
  }
}

.cl-white {
  color: #fff;
}

#point-row1 {
  position: relative;
}

#point-row1 .row1 {
  position: relative;
  height: 300vh;
}

#point-row1 .row1:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}

#point-row1 .row1 .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#point-row1 .row1 .heading .text {
  margin-bottom: 10vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

#point-row1 .row1 .heading h2 {
  position: relative;
  z-index: 1;
  width: 82vw;
  margin: 0 auto 8vw;
}

#point-row1 .row1 .heading .bnr__shared,
#point-row1 .row1 .heading .text,
#point-row1 .row1 .heading h2 {
  transition: all 0.5s linear;
  opacity: 0;
  transform: translateY(30px);
}

#point-row1 .row1 .heading .bnr__shared {
  width: 88%;
  margin: 0 auto;


}

#point-row1 .row1.is-background:after {
  opacity: 1;
}

/* #point-row1 .row1.is-active .heading .bnr__shared,
#point-row1 .row1.is-active .heading .text,
#point-row1 .row1.is-active .heading h2 {
  transition-delay: 0.3s;
} */

#point-row1 .row1.is-active .heading .bnr__shared,
#point-row1 .row1.is-active .heading .text,
#point-row1 .row1.is-active .heading h2 {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (min-width: 768px) {
  #point-row1 .row1 .heading .text {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  #point-row1 .row1 .heading h2 {
    letter-spacing: -0.01em;
    margin-bottom: 36px;
    width: auto;
  }

  #point-row1 .row1 .heading .bnr__shared {
    width: 390px;
    margin: 0 auto;
  }
}

.object-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

.c-splash-yerba_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-splash-yerba_background_sticky_area {
  position: absolute;
  top: -100vh;
  bottom: -100vh;

  left: 0;
  width: 100%;
}

.c-splash-yerba_background_sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}

.c-splash-yerba_background_visual {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 1px);
  overflow: hidden;
}

.c-splash-yerba_background_visual:first-child {
  left: 0;
}

.c-splash-yerba_background_visual:last-child {
  right: 0;
}

.c-splash-yerba_background_visual_img {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
}

.c-splash-yerba_background_visual:first-child .c-splash-yerba_background_visual_img {
  left: 0;
}

.c-splash-yerba_background_visual:last-child .c-splash-yerba_background_visual_img {
  right: 0;
}

#scene {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #d7cdc4;
}

#scene::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/index/scene_bg.jpg") no-repeat center top;
  background-size: cover;
  height: 1028px;
}

#scene .set {
  position: relative;
  color: #fff;
  background: #000000;
  z-index: 2;
}

#scene .set .photo {
  position: relative;
  margin-bottom: -8vw;
}

#scene .set .photo img {
  object-position: 50% 50%;
}

#scene .set .box {
  color: #fff;
  position: relative;
  z-index: 2;
}

#scene .set .box h3 {
  font-size: 7.18vw;
  margin-bottom: 12vw;
  position: relative;
}

#scene .set .box h3::before,
#scene .set .box h3::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  opacity: .6;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: -5px;
  right: 0;
}

#scene .set .box h3::before {
  right: auto;
  width: 14vw;
}

#scene .set .box h3 a {
  display: block;
  position: relative;
}

#scene .set .box h3 a::after {
  content: "";
  background: url("../img/shared/arrow02.png") no-repeat center;
  background-size: 100% auto;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#scene .set .box .bnr__shared {
  margin-top: 72px;
  display: none;
  margin-left: 5px;
}

#scene .set .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: 3;
  pointer-events: none;
}

#scene #course.set {
  margin-bottom: 0;
}

#scene #course.set .box {
  padding: 0 5vw 15vw;
}

#scene #party.set .box {
  padding: 0 5vw 15vw;
}

@media screen and (min-width: 768px) {
  #scene {
    padding: 110px 45px 153px;
  }

  #scene::after {
    height: 1028px;
  }

  #scene .set {
    margin-bottom: 0;
    background: transparent;
  }

  #scene .set .photo {
    margin-bottom: 0;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  #scene .set .photo img {
    object-position: 50% 50%;
  }

  #scene .set .box {
    width: 335px;
    margin-left: auto;
    margin-right: 110px;
  }

  #scene .set .box h3 {
    font-size: 34px;
    margin-bottom: 79px;
    letter-spacing: -1px;
  }

  #scene .set .box h3::after {
    bottom: -33px;
    left: -4px;
    right: 0;
  }

  #scene .set .box h3::before {
    display: none;

  }

  #scene .set .box h3 a {
    pointer-events: none;
  }

  #scene .set .box h3 a::after {
    display: none;
  }

  #scene .set .box .bnr__shared {
    display: block;
  }

  #scene .set .link {
    z-index: 3;
    pointer-events: auto;
  }

  #scene .set:hover .box .bnr__shared a {
    color: #000;
  }

  #scene .set:hover .box .bnr__shared .hvr-radial-out:before {
    transform: scale(2);
  }

  #scene .set:hover .box .bnr__shared .hvr-radial-out::after {
    filter: none;
  }

  #scene #course.set {
    margin-bottom: 64px;
  }

  #scene #course.set .box {
    padding: 156px 0 70px;
    letter-spacing: -0.5px;
  }

  #scene #party.set .box {
    padding: 183px 0 135px;
  }

  #scene #party.set .box h3 {
    margin-bottom: 69px;
  }

  #scene #party.set .box .bnr__shared {
    margin-top: 50px;
  }


}

#floor {
  position: relative;
  overflow: hidden;
  background: #d7cdc4;
  margin-bottom: -1px;
}

#floor .set1 {
  position: relative;
}

#floor .set1 .bg-parallax-pc {
  height: 100vw;
}

#floor .set1 h3 {
  position: absolute;
  bottom: 11vw;
  right: 6vw;
  color: #fff;
}

#floor .set1 h3 span {
  font-size: 6.27vw;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-top: 5vw;
}

#floor .set1 h3 span::after {
  content: "";
  border-bottom: 1px solid #948e8c;
  position: absolute;
  bottom: 0;
  right: -10vw;
  width: 59vw;
}

#floor .set1 h3 span.tt-2::after {
  left: -8vw;
  right: auto;
}

#floor .set2 {
  position: relative;
  padding-top: 10vw;
}

#floor .set2 .row-1 {
  flex-direction: row-reverse;
  margin-bottom: 15vw;
}

#floor .set2 .row-1 .photo__group {
  display: flex;
  justify-content: space-between;
}

#floor .set2 .row-1 .photo__group .photo {
  width: 44vw;
  height: 44vw;
}

#floor .set2 .row-1 .photo__group .photo+.photo {
  margin-top: 0px;
}

#floor .set2 .row-1 .info {
  padding-top: 8vw;
}

#floor .set2 .row-1 .info h3 {
  font-size: 6.82vw;
  margin-bottom: 5vw;
  text-align: center;
  letter-spacing: 0.05em;
}

#floor .set2 .row-1 .info .text {
  margin-bottom: 7vw;
}

#floor .set2 .row-1 .info .price {
  border: 1px solid #948e8c;
  padding: 2px 7px;
  font-size: 14px;
  margin-bottom: 5vw;
  text-align: center;
}

#floor .set2 .row-1 .info .price span {
  font-size: 18px;
}

#floor .set2 .row-1 .info .price small {
  font-size: 12px;
}

#floor .set2 .row-1 .info .note {
  font-size: 14px;
}

#floor .set2 .row-2 {
  position: relative;
  margin-bottom: 14vw;
}

#floor .set2 .row-2 h3 {
  font-size: 7.45vw;
  line-height: 1;
  margin-bottom: 9vw;
}

#floor .set2 .row-2 h3 span {
  position: relative;
  padding-left: 5vw;
}

#floor .set2 .row-2 h3 span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #948e8c;
}

#floor .set2 .row-2 h3 span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120%;
  width: 75vw;
  height: 5px;
  background: url("../img/shared/line_gradient.png") repeat-y top center;
  background-size: 100% auto;
}

#floor .set2 .row-2 .photo-1 {
  height: 60vw;
  margin-bottom: 5vw;
}

#floor .set2 .row-2 .photo-2 {
  height: 60vw;
  position: relative;
  margin-bottom: 7vw;
}

#floor .set2 .row-2 dl {
  margin-bottom: 9vw;
}

#floor .set2 .row-2 dl dt {
  font-size: 6.73vw;
  line-height: 2;
  margin-bottom: 3vw;
}

#floor .set2 .row-2 dl dd {
  line-height: 36px;
}

#floor .set2 .row-2 .floor {
  position: relative;
}

#floor .set2 .row-2 .floor h4 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

#floor .set2 .row-3 {
  position: relative;
  margin-bottom: 15vw;
}

#floor .set2 .row-3 h3 {
  font-size: 7.45vw;
  line-height: 1;
  margin-bottom: 9vw;
}

#floor .set2 .row-3 h3 span {
  position: relative;
  padding-left: 18px;
}

#floor .set2 .row-3 h3 span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background: #948e8c;
}

#floor .set2 .row-3 h3 span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/shared/line_gradient.png") repeat-y top center;
  background-size: 100% auto;
  left: 120%;
  width: 75vw;
  height: 5px;
}

#floor .set2 .row-3 .photo-1 {
  height: 60vw;
  margin-bottom: 5vw;
}

#floor .set2 .row-3 .photo-2 {
  height: 70vw;
  margin-bottom: 7vw;
}

#floor .set2 .row-3 dl {
  margin-bottom: 10vw;
}

#floor .set2 .row-3 dl dt {
  font-size: 6.73vw;
  line-height: 2;
  margin-bottom: 3vw;
}

#floor .set2 .row-3 dl dd {
  line-height: 36px;
}

#floor .set2 .row-3 .floor {}

#floor .set2 .row-3 .floor h4 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5vw;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #floor {}

  #floor .set1 {
    margin-bottom: 0;
  }

  #floor .set1 .bg-parallax-pc {
    height: 800px;
  }

  #floor .set1 h3 {
    top: 141px;
    left: 100px;
    bottom: auto;
    right: auto;
  }

  #floor .set1 h3 span {
    font-size: 40px;
    line-height: 72px;
    margin-top: 0;
  }

  #floor .set1 h3 span::after {
    bottom: 15px;
    right: -37px;
    width: 378px;
  }

  #floor .set1 h3 span.tt-2::after {
    left: -83px;
  }

  #floor .set2 {
    padding-top: 123px;
  }

  #floor .set2 .row-1 {
    margin-bottom: 142px;
  }

  #floor .set2 .row-1 .photo__group {
    width: 841px;
    margin-left: auto;
    margin-right: -104px;
  }

  #floor .set2 .row-1 .photo__group .photo {
    width: 413px;
    height: 392px;
  }

  #floor .set2 .row-1 .photo__group .photo+.photo {
    margin-top: 0px;
  }

  #floor .set2 .row-1 .info {
    width: 407px;
    padding-top: 11px;
    padding-left: 0;
  }

  #floor .set2 .row-1 .info h3 {
    font-size: 32px;
    margin-bottom: 42px;
    text-align: left;
    letter-spacing: 2px;
  }

  #floor .set2 .row-1 .info .text {
    margin-bottom: 32px;
  }

  #floor .set2 .row-1 .info .price {
    padding: 7px 0px 7px 12px;
    font-size: 16px;
    margin-bottom: 19px;
    line-height: 1;
    text-align: left;
    letter-spacing: 1px;
    margin-right: 27px;
  }

  #floor .set2 .row-1 .info .price span {
    font-size: 20px;
  }

  #floor .set2 .row-1 .info .price small {
    font-size: 14px;
  }

  #floor .set2 .row-1 .info .note {
    padding-left: 4px;
    letter-spacing: 0;
  }

  #floor .set2 .row-2 {
    margin-bottom: 168px;
  }

  #floor .set2 .row-2 h3 {
    font-size: 30px;
    margin-bottom: 73px;
    margin-left: 9px;
  }

  #floor .set2 .row-2 h3 span {
    padding-left: 20px;
    letter-spacing: 6px;
  }

  #floor .set2 .row-2 h3 span::before {
    left: -7px;
    width: 8px;
    height: 8px;
  }

  #floor .set2 .row-2 h3 span::after {
    left: 115%;
    width: 260px;
    height: 8px;
  }

  #floor .set2 .row-2 .photo-1 {
    width: 553px;
    height: 409px;
    margin-bottom: 44px;
  }

  #floor .set2 .row-2 .photo-2 {
    width: 526px;
    height: 378px;
    position: absolute;
    top: 20px;
    right: 0;
    margin-bottom: 0;
  }

  #floor .set2 .row-2 dl {
    margin-bottom: 0;
  }

  #floor .set2 .row-2 dl dt {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 25px;
    letter-spacing: 0px;
  }

  #floor .set2 .row-2 dl dd {
    line-height: 36px;
  }

  #floor .set2 .row-2 .floor {
    position: absolute;
    top: 490px;
    right: 14px;
    width: 546px;
  }

  #floor .set2 .row-2 .floor h4 {
    font-size: 18px;
    margin-bottom: -8px;
    margin-left: 9px;
  }

  #floor .set2 .row-3 {
    margin-bottom: 0;
  }

  #floor .set2 .row-3 h3 {
    font-size: 30px;
    margin-bottom: 84px;
    margin-left: 10px;
    letter-spacing: 6px;
  }

  #floor .set2 .row-3 h3 span {
    padding-left: 20px;
  }

  #floor .set2 .row-3 h3 span::before {
    left: -7px;
    width: 8px;
    height: 8px;
  }

  #floor .set2 .row-3 h3 span::after {
    left: 113%;
    width: 260px;
    height: 8px;
  }

  #floor .set2 .row-3 .photo-1 {
    width: 553px;
    height: 409px;
    margin-bottom: 77px;
  }

  #floor .set2 .row-3 .photo-2 {
    width: 526px;
    height: 378px;
    position: absolute;
    top: 83px;
    right: 0;
    margin-bottom: 0;
  }

  #floor .set2 .row-3 dl {
    width: 520px;
    margin-bottom: 0;
  }

  #floor .set2 .row-3 dl dt {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 29px;
    letter-spacing: 2px;
  }

  #floor .set2 .row-3 dl dd {
    padding-left: 5px;
    letter-spacing: -0.05em;
  }

  #floor .set2 .row-3 .floor {
    position: absolute;
    top: 579px;
    right: 13px;
    width: 546px;
  }

  #floor .set2 .row-3 .floor h4 {
    font-size: 18px;
    margin-bottom: 21px;
    letter-spacing: 0;
    padding-left: 6px;
  }
}

#faq {
  padding-top: 10vw;
  padding-bottom: 20vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #d7cdc4;
}

#faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/index/moutain.png") no-repeat center top;
  background-size: cover;
  height: 396px;
  z-index: -1;
}

#faq .wrap {
  z-index: 3;
  position: relative;
}

#faq h2 {
  position: relative;
  font-size: 7.18vw;
  text-align: center;
  margin-bottom: 14vw;
}

#faq h2::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #514942;
  height: 1px;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 16vw;
  margin: 0 auto;
}

#faq .list {}

#faq .list dl {
  padding-left: 25px;
}

#faq .list dl dt {
  font-size: 19px;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  line-height: 160%;
  color: #000;
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 400;
  position: relative;
}

#faq .list dl dt span {
  font-size: 26px;
  display: block;
  position: absolute;
  top: 0;
  left: -31px;
  line-height: 1;
}

#faq .list dl dd {
  font-size: 16px;
  line-height: 2;
  color: #726961;
  padding-left: 0px;
}

#faq .list dl+dl {
  margin-top: 10vw;
}

@media screen and (min-width: 768px) {
  #faq {
    padding-top: 145px;
    padding-bottom: 133px;
  }

  #faq::after {
    bottom: 0;
    left: 0;
    right: 0;
    height: 396px;
  }

  #faq .wrap {
    display: flex;
    justify-content: space-between;
  }

  #faq h2 {
    width: 45px;
    height: 240px;
    font-size: 34px;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 3px;
    line-height: 45px;
  }

  #faq h2::after {
    width: 1px;
    bottom: 5px;
    right: -13px;
    top: 0;
    border-bottom: none;
    border-right: 1px solid #514942;
    height: auto;
    left: auto;
  }

  #faq .list {
    width: calc(100% - 120px);
    padding-top: 31px;
  }

  #faq .list dl {
    padding-left: 38px;
  }

  #faq .list dl dt {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 160%;
    letter-spacing: 0px;
  }

  #faq .list dl dt span {
    font-size: 30px;
    top: 0;
    left: -35px;
  }

  #faq .list dl dd {
    font-size: 16px;
    line-height: 40px;
    padding-left: 28px;
    letter-spacing: -0.5px;
  }

  #faq .list dl+dl {
    margin-top: 30px;
  }
}

#shopinfo {
  padding: 0 0 20vw;
  background: #bbada1;
}

#shopinfo .set1 {
  margin-bottom: 17vw;
}

#shopinfo .set1 .left {
  margin: 0 -5vw;
}

#shopinfo .set1 .sticky {
  position: relative;
}

#shopinfo .set1 .sticky .photo {
  height: 140vw;
}

#shopinfo .set1 .right {
  padding-top: 10vw;
}

#shopinfo .set1 .right .row-1 {
  display: block;
  margin-bottom: 10vw;
  flex-wrap: wrap;
  position: relative;
}

#shopinfo .set1 .right .row-1 .shopinfo__logo {
  width: 18vw;
  margin: 0 auto 8vw;
}

#shopinfo .set1 .right .row-1 .tel__contact {
  margin-bottom: 6vw;
  color: #000000;
  position: relative;
  text-align: center;
}

#shopinfo .set1 .right .row-1 .tel__contact dt {
  font-size: 16px;
  margin-bottom: 10px;
}

#shopinfo .set1 .right .row-1 .tel__contact .tel__num {
  font-size: 40px;
}

#shopinfo .set1 .right .row-1 .tel__contact .tel__num i {
  width: 30px;
  height: 29px;
}

#shopinfo .set1 .right .row-1 .tel__contact .tel__num i img {
  filter: brightness(0) invert(0);
}

#shopinfo .set1 .right .row-1 .tel__contact .desc {
  font-size: 11px;
  line-height: 20px;
  position: relative;
  text-align: center;
}

#shopinfo .set1 .right .row-1 .bnr__web {
  position: relative;
}

#shopinfo .set1 .right .row-1 .bnr__web a {
  font-size: 20px;
  padding: 16px 0px;
}

#shopinfo .set1 .right .row-1 .bnr__web a i {
  width: 25px;
  height: 24px;
}

#shopinfo .set1 .right .row-2 {
  margin-bottom: 20px;
}

#shopinfo .set1 .right .row-2 dl:first-child {
  border-top: 1px solid #838077;
}

#shopinfo .set1 .right .row-2 dl {
  border-bottom: 1px solid #838077;
  padding: 10px 0;
}

#shopinfo .set1 .right .row-2 dl dt {}

#shopinfo .set1 .right .row-2 dl dt,
#shopinfo .set1 .right .row-2 dl dd {
  font-size: 16px;
  line-height: 30px;
}

#shopinfo .set1 .right .row-2 dl dd {
  padding: 0 0px 0 10px;
  word-break: break-all;
}
#shopinfo .set1 .right .row-2 dl dd span {
    display: inline-block;
    position: relative;
    padding-right: 7px;
    width: 67px;
    letter-spacing: 0;
}
#shopinfo .set1 .right .row-2 dl dd a {
  display: inline-block;
  position: relative;
  padding-left: 9px;
  transition: opacity 0.3s ease;
  margin-left: 8px;
}

#shopinfo .set1 .right .row-2 dl dd a::before {
  content: "";
  border-left: 1px solid #000;
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 6px;
  width: 1px;
}

#shopinfo .set1 .right .row-2 dl dd a i {
  width: 11px;
  filter: brightness(0) invert(0);
  margin-right: 9px;
  position: relative;
  top: 1px;
}

#shopinfo .set1 .right .row-3 {
  padding: 0 10px 30px;
  border-bottom: 1px solid #838077;
}

#shopinfo .set1 .right .row-3 dl dt {
  margin-bottom: 0;
}

#shopinfo .set1 .right .row-3 dl dd {
  padding-left: 30px;
}

#shopinfo .set2 .row .left {
  width: 350px;
}

#shopinfo .set2 .row .left h3 {
  margin-bottom: 6vw;
  font-size: 7.55vw;
  text-align: center;
}

#shopinfo .set2 .row .left .text {
  margin-bottom: 10vw;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

#shopinfo .set2 .row .left .bnr__map a {
  display: inline-block;
  font-size: 18px;
  position: relative;
}

#shopinfo .set2 .row .left .bnr__map a::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #483822;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#shopinfo .set2 .row .left .bnr__map a i {
  width: 15px;
  height: 18px;
  margin-right: 5px;
}

#shopinfo .set2 .row .left .bnr__map a i img {
  filter: brightness(0) invert(0);
}

#shopinfo .set2 .row .left .bnr__map a:hover::after {
  opacity: 0;
}

#shopinfo .set2 .row .right {
  width: 100%;
}

#shopinfo .set2 .row .right .mmap {
  width: 100%;
  height: 85vw;
  margin-bottom: 7vw;
}

#shopinfo .set2 .row .right .mmap iframe {
  width: 100%;
  height: 100%;
}

#shopinfo .set2 .row .right .bnr__group {
  display: none;
}

#shopinfo .set2 .row .right .bnr__group span,
#shopinfo .set2 .row .right .bnr__group a {
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
  padding-right: 15px;
}

#shopinfo .set2 .row .right .bnr__group span::after,
#shopinfo .set2 .row .right .bnr__group a::after {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow_sm.png") no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 4 / 7;
  width: 4px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

#shopinfo .set2 .row .right .bnr__group span:hover,
#shopinfo .set2 .row .right .bnr__group a:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

#shopinfo .set2 .row .right .bnr__shared a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 600;
  position: relative;
  border: 1px solid #000;
  font-size: 18px;
  letter-spacing: 0;
  justify-content: center;
  padding: 16px 0;
}

#shopinfo .set2 .row .right .bnr__shared a::after {
  display: none;

}

#shopinfo .set2 .row .right .bnr__shared a i {
  width: 15px;
  height: 17px;
}

#shopinfo .set2 .row .right .bnr__shared a i img {
  filter: brightness(0) invert(0);
}

#shopinfo #news.set3 {
  padding-top: 20vw;
}

#shopinfo #news.set3 h2 {
  font-size: 7.55vw;
  line-height: 1;
  text-align: center;
  margin-bottom: 7vw;
}

#shopinfo #news.set3 #news__list {
  margin-bottom: 10vw;
}

#shopinfo #news.set3 #news__list #feed dl:first-child {
  padding-top: 0;
}

#shopinfo #news.set3 #news__list #feed dl {
  padding: 15px 0;
  border-bottom: 1px solid #999288;
}

#shopinfo #news.set3 #news__list #feed dl dt {
  color: #3b270a;
  font-size: 14px;
  padding-left: 0;
}

#shopinfo #news.set3 #news__list #feed dl dd {
  line-height: 1.6;
}

#shopinfo #news.set3 #news__list #feed dl dd a:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

#shopinfo #news.set3 .bnr__news a {
  display: block;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  padding: 16px 0;
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 500;
}

#shopinfo #news.set3 .bnr__news a span {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-right: 31px;
}

#shopinfo #news.set3 .bnr__news span::after {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow_sm.png") no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 4 / 7;
  width: 7px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

#shopinfo #news.set3 .bnr__news span::before {
  content: "";
}

@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 79px 0 213px;
  }

  #shopinfo .set1 {
    margin-bottom: 156px;
    display: flex;
    justify-content: space-between;
  }

  #shopinfo .set1 .left {
    margin: 0 0 0 -97px;
  }

  #shopinfo .set1 .sticky {
    position: sticky;
    top: 100px;
    left: 0;
  }

  #shopinfo .set1 .sticky .photo {
    width: 505px;
    height: 730px;
  }

  #shopinfo .set1 .right {
    width: 671px;
    padding-top: 100px;
  }

  #shopinfo .set1 .right .row-1 {
    display: flex;
    margin-bottom: 68px;
    flex-wrap: wrap;
  }

  #shopinfo .set1 .right .row-1 .shopinfo__logo {
    width: 102px;
    margin: 0 63px 0 0;
  }

  #shopinfo .set1 .right .row-1 .tel__contact {
    margin-bottom: 0;
    text-align: left;
    padding-top: 38px;
  }

  #shopinfo .set1 .right .row-1 .tel__contact dt {
    font-size: 18px;
    margin-bottom: 23px;
    letter-spacing: 1px;
  }

  #shopinfo .set1 .right .row-1 .tel__contact .tel__num {
    font-size: 46px;
  }

  #shopinfo .set1 .right .row-1 .tel__contact .tel__num i {
    width: 35px;
    height: 35px;
  }

  #shopinfo .set1 .right .row-1 .tel__contact .desc {
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 76px;
    right: -200px;
    letter-spacing: 0;
  }

  #shopinfo .set1 .right .row-1 .bnr__web {
    position: absolute;
    width: 300px;
    top: 150px;
    left: 167px;
  }

  #shopinfo .set1 .right .row-1 .bnr__web a {
    font-size: 20px;
    padding: 16px 0px;
  }

  #shopinfo .set1 .right .row-1 .bnr__web a i {
    width: 25px;
    height: 24px;
  }

  #shopinfo .set1 .right .row-2 {
    margin-bottom: 12px;
  }

  #shopinfo .set1 .right .row-2 dl:first-child {}

  #shopinfo .set1 .right .row-2 dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #838077;
    padding: 15px 10px;
    letter-spacing: 0px;
  }

  #shopinfo .set1 .right .row-2 dl dt {
    width: 169px;
  }

  #shopinfo .set1 .right .row-2 dl dt,
  #shopinfo .set1 .right .row-2 dl dd {
    font-size: 16px;
    line-height: 30px;
  }

  #shopinfo .set1 .right .row-2 dl dd {
    width: calc(100% - 175px);
    padding: 0;
  }
#shopinfo .set1 .right .row-2 dl dd span {
    padding-right: 9px;
    width: 150px;
}
  #shopinfo .set1 .right .row-2 dl dd a {
    padding-left: 9px;
    margin-left: 8px;
  }

  #shopinfo .set1 .right .row-2 dl dd a::before {
    top: 8px;
    left: 0;
    bottom: 6px;
    width: 1px;
  }

  #shopinfo .set1 .right .row-2 dl dd a:hover {
    opacity: .5;
  }

  #shopinfo .set1 .right .row-2 dl dd a i {
    width: 11px;
    margin-right: 9px;
  }

  #shopinfo .set1 .right .row-3 {
    padding: 0 10px 30px;
  }

  #shopinfo .set1 .right .row-3 dl dt {
    margin-bottom: 0;
  }

  #shopinfo .set1 .right .row-3 dl dd {
    padding-left: 30px;
    line-height: 33px;
  }

  #shopinfo .set2 .row .left {
    width: 350px;
  }

  #shopinfo .set2 .row .left h3 {
    margin-bottom: 85px;
    font-size: 36px;
    text-align: left;
  }

  #shopinfo .set2 .row .left .text {
    margin-bottom: 77px;
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    letter-spacing: 0px;
  }

  #shopinfo .set2 .row .left .bnr__map a {
    font-size: 18px;
    padding: 0 11px;
    letter-spacing: 2px;
  }

  #shopinfo .set2 .row .left .bnr__map a::after {
    bottom: -7px;
    left: 9px;
    width: 90%;
    transition: width 0.3s ease-in-out;
    opacity: 1;
  }

  #shopinfo .set2 .row .left .bnr__map a:hover::after {
    width: 90%;
    opacity: 0;
  }

  #shopinfo .set2 .row .left .bnr__map a i {
    width: 15px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
  }

  #shopinfo .set2 .row .left .bnr__map a:hover::after {}

  #shopinfo .set2 .row .right {
    width: 680px;
    padding-top: 7px;
  }

  #shopinfo .set2 .row .right .mmap {
    width: 100%;
    height: 500px;
    margin-bottom: 19px;
  }

  #shopinfo .set2 .row .right .bnr__group {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-right: 11px;
  }

  #shopinfo .set2 .row .right .bnr__group span,
  #shopinfo .set2 .row .right .bnr__group a {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding-right: 15px;
  }

  #shopinfo .set2 .row .right .bnr__group span::after,
  #shopinfo .set2 .row .right .bnr__group a::after {
    width: 4px;
  }

  #shopinfo .set2 .row .right .bnr__group span:hover,
  #shopinfo .set2 .row .right .bnr__group a:hover {
    text-decoration-line: underline;
    text-underline-offset: 4px;
  }

  #shopinfo .set2 .row .right .bnr__shared a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    padding: 16px 0;
  }

  #shopinfo .set2 .row .right .bnr__shared a i {
    width: 20px;
    height: 20px;
  }

  #shopinfo #news.set3 {
    padding-top: 141px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  #shopinfo #news.set3 h2 {
    font-size: 36px;
    margin-bottom: 0;
    text-align: left;
  }

  #shopinfo #news.set3 #news__list {
    width: 678px;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 8px;
  }

  #shopinfo #news.set3 #news__list #feed dl:first-child {
    padding-top: 10px;
    line-height: 1;
    padding-bottom: 25px;
  }

  #shopinfo #news.set3 #news__list #feed dl {
    padding: 10px 0;
    display: flex;
  }

  #shopinfo #news.set3 #news__list #feed dl dt {
    font-size: 14px;
    width: 123px;
    padding-left: 3px;
    letter-spacing: 1px;
  }

  #shopinfo #news.set3 #news__list #feed dl dd {
    width: calc(100% - 150px);
    line-height: 1;
  }

  #shopinfo #news.set3 #news__list #feed dl dd a:hover {
    text-decoration-line: underline;
    text-underline-offset: 4px;
  }

  #shopinfo #news.set3 .bnr__news {
    position: absolute;
    top: 210px;
    left: 0;
  }

  #shopinfo #news.set3 .bnr__news a {
    border: none;
    background: transparent;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
  }

  #shopinfo #news.set3 .bnr__news span {
    font-size: 16px;
    padding-right: 20px;
  }

  #shopinfo #news.set3 .bnr__news span::after {
    width: 4px;
    height: auto;
    top: 0;
    right: 14px;
  }

  #shopinfo #news.set3 .bnr__news span::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  #shopinfo #news.set3 .bnr__news a:hover span:before {
    opacity: 0;
  }
}


@media screen and (max-width: 1299px) and (min-width: 768px) {
  #scene .set .box {
    margin-right: 50px;
  }

  #shopinfo,
  #faq,
  #floor .set2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  #floor .set2 .row-1 .photo__group {
    width: 64%;
    margin-right: -5%;
  }

  #floor .set2 .row-1 .photo__group .photo {
    width: 49%;
  }

  #faq .list {
    width: calc(100% - 170px);
    padding-right: 40px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #key {
    margin-bottom: -80vw;
  }
}