.main__content .first-screen {
  height: 712px;
  background: url("./../../images/top/first-screen_bk_img.png") no-repeat center;
  background-size: 100% 100%;
  background-position: 50% 18%;
  position: relative;
}
.main__content .first-screen::after {
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(19, 25, 36, 0), rgb(19, 25, 36), rgba(19, 25, 36, 0));
  bottom: -20px;
  content: "";
  position: absolute;
}
.main__content .first-screen .first-screen__main_title {
  padding-top: 223px;
}
@media only screen and (max-width: 959px) {
  .main__content .first-screen .first-screen__main_title {
    padding-top: 56.3131313131vw;
  }
}
.main__content .first-screen .first-screen__main_title img {
  width: 283px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 959px) {
  .main__content .first-screen .first-screen__main_title img {
    width: 71.4646464646vw;
  }
}
.main__content .first-screen .first-screen__reservation {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 20px;
  width: 220px;
  height: 52px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 7.1px rgba(255, 255, 255, 0.25);
  border-radius: 92.5px;
}
.main__content .first-screen .first-screen__reservation a {
  width: 100%;
  height: 100%;
  padding: 18px;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.main__content .first-screen .first-screen__circle-button-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 2px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0px 0px 7.1px rgba(255, 255, 255, 0.25);
  border-radius: 92.5px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  position: relative;
  cursor: pointer;
}
.main__content .first-screen .first-screen__circle-button-container .label {
  position: absolute;
  text-align: center;
}
.main__content .first-screen .first-screen__circle-button-container.sound .label {
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" on;
  color: #fff;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.main__content .first-screen .first-screen__circle-button-container.sound img {
  width: 20px;
  height: 21px;
}
.main__content .first-screen .first-screen__circle-button-container.scroll {
  margin-top: 95px;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0;
  box-shadow: inset 0px 0px 7.1px rgba(0, 0, 0, 0);
  cursor: auto;
}
.main__content .first-screen .first-screen__circle-button-container.scroll .label {
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.main__content .first-screen .first-screen__circle-button-container.scroll::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  background: #ffffff;
  border-radius: 0.5px;
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  .main__content .first-screen {
    height: 179.797979798vw;
  }
  .main__content .first-screen .first-screen__reservation {
    margin-top: 9.595959596vw;
    gap: 5.0505050505vw;
    width: 55.5555555556vw;
    height: 13.1313131313vw;
    box-shadow: inset 0px 0px 1.7929292929vw rgba(255, 255, 255, 0.25);
    border-radius: 23.3585858586vw;
  }
  .main__content .first-screen .first-screen__reservation a {
    padding: 4.5454545455vw;
    font-size: 4.0404040404vw;
  }
  .main__content .first-screen .first-screen__circle-button-container {
    margin-top: 5.0505050505vw;
    gap: 0.5050505051vw;
    width: 12.1212121212vw;
    height: 12.1212121212vw;
    box-shadow: inset 0px 0px 1.7929292929vw rgba(255, 255, 255, 0.25);
    border-radius: 23.3585858586vw;
  }
  .main__content .first-screen .first-screen__circle-button-container.sound .label {
    bottom: -4.0404040404vw;
    height: 2.5252525253vw;
    font-size: 2.5252525253vw;
  }
  .main__content .first-screen .first-screen__circle-button-container.sound img {
    width: 5.0505050505vw;
    height: 5.303030303vw;
  }
  .main__content .first-screen .first-screen__circle-button-container.scroll {
    margin-top: 23.9898989899vw;
  }
  .main__content .first-screen .first-screen__circle-button-container.scroll .label {
    top: -7.3232323232vw;
    height: 2.0202020202vw;
    font-size: 2.0202020202vw;
  }
  .main__content .first-screen .first-screen__circle-button-container.scroll::before {
    width: 0.2525252525vw;
    height: 3.2828282828vw;
    top: -3.2828282828vw;
    border-radius: 0.1262626263vw;
  }
}
.recommend {
  margin-top: 96px;
}
.recommend .recommend__inner {
  width: 360px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 226px;
  position: relative;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0px 0px 27.7px rgba(255, 255, 255, 0.25);
}
.recommend .recommend__inner .recommend__title {
  text-align: center;
  font-size: 24px;
}
.recommend .recommend__inner .recommend__text {
  width: 288px;
  margin: 0 auto;
  margin-top: 56px;
}
.recommend .recommend__inner .recommend__text ul li {
  margin-bottom: 24px;
  display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 18px;
  height: 16px;
  border-radius: 0px;
  flex: none;
  order: 5;
  flex-grow: 0;
}
.recommend .recommend__inner .recommend__text ul li .recommend__li_icon {
  width: 14px;
  height: 14px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.recommend .recommend__inner .recommend__text ul li .recommend__li_icon img {
  width: 100%;
  height: 100%;
}
.recommend .recommend__inner .recommend__text ul li .recommend__li_text {
  height: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  font-feature-settings: "palt" on;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.recommend__image {
  width: 100%;
  margin-top: -290px;
  position: relative;
  z-index: 2;
}
.recommend__image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 959px) {
  .recommend {
    margin-top: 24.2424242424vw;
  }
  .recommend .recommend__inner {
    width: 90.9090909091vw;
    padding-top: 18.1818181818vw;
    padding-bottom: 57.0707070707vw;
    border-radius: 6.0606060606vw;
    border: 0.2525252525vw solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 6.9949494949vw rgba(255, 255, 255, 0.25);
  }
  .recommend .recommend__inner .recommend__title {
    font-size: 6.0606060606vw;
  }
  .recommend .recommend__inner .recommend__text {
    width: 72.7272727273vw;
    margin-top: 14.1414141414vw;
  }
  .recommend .recommend__inner .recommend__text ul li {
    margin-bottom: 6.0606060606vw;
    gap: 4.5454545455vw;
    height: 4.0404040404vw;
  }
  .recommend .recommend__inner .recommend__text ul li .recommend__li_icon {
    width: 3.5353535354vw;
    height: 3.5353535354vw;
  }
  .recommend .recommend__inner .recommend__text ul li .recommend__li_text {
    height: 4.0404040404vw;
    font-size: 4.0404040404vw;
  }
  .recommend__image {
    margin-top: -73.2323232323vw;
  }
}
.feature {
  margin-top: -23px;
}
.feature .feature__inner .feature__subtitle {
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.feature .feature__inner .feature__subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 42px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6), transparent);
  border-radius: 2px;
}
@media only screen and (max-width: 959px) {
  .feature .feature__inner .feature__subtitle::after {
    bottom: -4.5454545455vw;
    border-radius: 0.5050505051vw;
  }
}
.feature .feature__inner .feature__title {
  text-align: center;
  font-size: 24px;
  padding-top: 79px;
  margin-bottom: 60px;
}
.feature .feature__inner .sleep-effect {
  color: #fff;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.feature .feature__inner .sleep-effect__container {
  width: 361px;
  margin-left: auto;
  margin-right: auto;
  background: radial-gradient(ellipse at center, #0f1a2d 0%, #0a0f1a 100%);
  position: relative;
  margin-bottom: 72px;
  border-radius: 24px;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 84px 18px;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(48, 36, 108, 0.2) 0%, rgba(47, 119, 177, 0.2) 100%), linear-gradient(180deg, rgba(48, 36, 108, 0.2) 0%, rgba(47, 119, 177, 0.2) 100%);
  border-radius: 24px;
}
.feature .feature__inner .sleep-effect__number {
  position: absolute;
  top: -31px;
  left: 0;
}
.feature .feature__inner .sleep-effect__number img {
  width: 144px;
}
.feature .feature__inner .sleep-effect__subtitle {
  font-size: 14px;
  text-align: center;
}
.feature .feature__inner .sleep-effect__title {
  font-size: 24px;
  margin-top: 12px;
  text-align: center;
}
.feature .feature__inner .sleep-effect__image {
  position: relative;
  text-align: center;
  margin-top: 24px;
}
.feature .feature__inner .sleep-effect__image img {
  width: 100%;
  height: auto;
}
.feature .feature__inner .sleep-effect__image.image01 {
  width: 345px;
}
.feature .feature__inner .sleep-effect__image.image02 {
  width: 345px;
}
.feature .feature__inner .sleep-effect__image.image03 {
  width: 322px;
}
.feature .feature__inner .sleep-effect__text {
  font-size: 16px;
  line-height: 2;
  width: 325px;
  margin-top: 24px;
}
.feature .feature__inner .accent-red {
  color: #ff8ca7;
}
.feature .feature__inner .accent-blue {
  color: #85baff;
}

@media only screen and (max-width: 959px) {
  .feature {
    margin-top: -5.8080808081vw;
  }
  .feature .feature__inner .feature__subtitle {
    font-size: 3.5353535354vw;
    position: relative;
    z-index: 2;
  }
  .feature .feature__inner .feature__subtitle::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 10.6060606061vw;
    height: 0.2525252525vw;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6), transparent);
    border-radius: 2px;
  }
}
@media only screen and (max-width: 959px) and (max-width: 959px) {
  .feature .feature__inner .feature__subtitle::after {
    bottom: -4.5454545455vw;
    border-radius: 0.5050505051vw;
  }
}
@media only screen and (max-width: 959px) {
  .feature .feature__inner .feature__title {
    font-size: 6.0606060606vw;
    padding-top: 19.9494949495vw;
    margin-bottom: 15.1515151515vw;
  }
  .feature .feature__inner .sleep-effect__container {
    width: 91.1616161616vw;
    margin-bottom: 18.1818181818vw;
    border-radius: 6.0606060606vw;
    border: 0.2525252525vw solid #fff;
    padding: 21.2121212121vw 4.5454545455vw;
    border-radius: 6.0606060606vw;
  }
  .feature .feature__inner .sleep-effect__number {
    top: -7.8282828283vw;
  }
  .feature .feature__inner .sleep-effect__number img {
    width: 36.3636363636vw;
  }
  .feature .feature__inner .sleep-effect__subtitle {
    font-size: 3.5353535354vw;
  }
  .feature .feature__inner .sleep-effect__title {
    font-size: 6.0606060606vw;
    margin-top: 3.0303030303vw;
  }
  .feature .feature__inner .sleep-effect__image {
    margin-top: 6.0606060606vw;
  }
  .feature .feature__inner .sleep-effect__image.image01 {
    width: 87.1212121212vw;
  }
  .feature .feature__inner .sleep-effect__image.image02 {
    width: 87.1212121212vw;
  }
  .feature .feature__inner .sleep-effect__image.image03 {
    width: 81.3131313131vw;
  }
  .feature .feature__inner .sleep-effect__text {
    font-size: 4.0404040404vw;
    width: 82.0707070707vw;
    margin-top: 6.0606060606vw;
  }
}

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