@import url("https://fonts.googleapis.com/css2?family=Cherry+Bomb+One&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --ch: "Cherry Bomb One", system-ui;
  --noto: "Noto Sans JP", sans-serif;
  --black: #111111;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: var(--noto);
  color: var(--black);
  background-color: #f8cfdd;
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
}

a {
  color: #fff;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

p {
  font-size: 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

header {
  position: absolute;
  top: 30px;
  right: 20px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
}

.header__nav-list {
  display: flex;
  gap: 20px;
}
.header__nav-list li {
  height: 21px;
}
.header__nav-list li a {
  display: block;
  height: 100%;
}
.header__nav-list li img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 834px) {
  header {
    top: 60vw;
    right: 10px;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  body {
    overflow-x: hidden;
  }
}
#mv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 1200px;
  z-index: 1;
}

.mv__ttl-logo {
  width: 300px;
}

.mv__ttl-meets {
  width: 87px;
  margin-bottom: 20px;
}

.mv__ttl-bunny {
  width: 363px;
}
.mv__ttl-bunny img {
  width: 100%;
}

.mv__ttl {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mv__ttl {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.mv__main-img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.mv__main-img .img {
  height: calc(100vh - 280px);
  position: relative;
  top: 280px;
  width: -moz-fit-content;
  width: fit-content;
}
.mv__main-img .img > img {
  height: 100%;
  width: auto;
}
.mv__main-img .img .float-fukidashi {
  width: 212px;
  left: -160px;
  top: 100px;
  position: absolute;
}
.mv__main-img .img .float-en {
  font-size: 1.2rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  left: -231px;
  top: 250px;
  position: absolute;
}
.mv__main-img .img .float-set {
  width: 448px;
  right: -348px;
  top: 20%;
  position: absolute;
}
.mv__main-img .img .float-set img {
  width: 100%;
}
.mv__main-img .img .float-bath {
  width: 321px;
  bottom: 20px;
  left: -300px;
  position: absolute;
}
.mv__main-img .img .float-bath img {
  width: 100%;
}

.mv__right-bunny {
  width: 208px;
  position: absolute;
  right: 0;
  top: 150px;
}

.mv__btn {
  display: flex;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background-color: #ff86b6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  right: 50px;
  left: auto;
  transition-duration: 0.3s;
}
.mv__btn:hover {
  transform: scale(0.97);
  transition-duration: 0.3s;
}
.mv__btn .small {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.mv__btn .txt {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.mv__btn .icon {
  width: 42px;
}

@media screen and (max-width: 1649px) {
  .mv__ttl-bunny {
    width: 320px;
  }
  .mv__ttl-logo {
    width: 250px;
  }
  .mv__ttl-meets {
    width: 75px;
    margin-bottom: 15px;
  }
  .mv__main-img .img {
    height: calc(100vh - 240px);
    top: 240px;
  }
  .mv__right-bunny {
    width: 165px;
    right: 0;
    top: 80px;
  }
  .mv__main-img .img .float-set {
    width: 358px;
    right: -285px;
  }
  .mv__main-img .img .float-bath {
    width: 260px;
    left: -240px;
  }
  .mv__main-img .img .float-en {
    top: 124px;
  }
  .mv__main-img .img .float-fukidashi {
    width: 160px;
    left: -118px;
    top: 23px;
  }
  .mv__btn {
    width: 180px;
    height: 180px;
    bottom: 25px;
    right: 25px;
  }
  .mv__btn .small {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .mv__btn .txt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .mv__btn .icon {
    width: 30px;
  }
}
@media screen and (max-width: 1349px) {
  .mv__main-img .img .float-set {
    width: 300px;
    right: -244px;
  }
}
@media screen and (max-width: 1199px) {
  .mv__right-bunny {
    width: 108px;
    right: 0;
  }
  .mv__ttl-logo {
    width: 210px;
  }
  .mv__ttl-meets {
    width: 64px;
    margin-bottom: 13px;
  }
  .mv__ttl-bunny {
    width: 275px;
  }
  .mv__main-img .img {
    height: calc(100vh - 215px);
    top: 215px;
  }
  .mv__main-img .img .float-set {
    width: 60%;
    right: -34%;
    top: 100px;
  }
  .mv__btn {
    width: 150px;
    height: 150px;
    bottom: 20px;
    right: 20px;
  }
  .mv__btn .small {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
  .mv__btn .txt {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
  .mv__btn .icon {
    width: 23px;
  }
  .mv__main-img .img .float-bath {
    width: 60%;
    left: -53%;
  }
  .mv__main-img .img .float-fukidashi {
    width: 160px;
    left: -81px;
    top: 23px;
  }
  .mv__main-img .img .float-en {
    left: -195px;
  }
}
@media screen and (max-width: 834px) {
  .mv__ttl {
    top: 20px;
    flex-direction: row;
    gap: 2vw;
  }
  .mv__ttl-logo {
    width: 34vw;
    display: block;
  }
  .mv__ttl-meets {
    width: 11vw;
    display: block;
  }
  .mv__ttl-bunny {
    width: 36vw;
    display: block;
  }
  .mv__main-img .img {
    height: auto;
    top: 15vw;
    width: 61vw;
  }
  .mv__main-img .img > img {
    height: auto;
    width: 100%;
  }
  .mv__btn {
    width: 400px;
    height: 100px;
    bottom: 27vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    border-radius: 100px;
  }
  .mv__btn .small br {
    display: none;
  }
  #mv {
    height: 200vw;
    max-height: initial;
  }
  .mv__main-img .img .float-set {
    width: 100%;
    right: 0;
    top: auto;
    bottom: -54vw;
  }
  .mv__main-img .img .float-en {
    display: none;
  }
  .mv__main-img .img .float-bath {
    width: 53%;
    left: -27%;
    bottom: 6vw;
  }
  .mv__right-bunny {
    width: 19vw;
    right: 0;
    top: 21vw;
  }
  .mv__btn .txt {
    font-size: 1.8rem;
  }
  .mv__btn .small {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .mv__btn .icon {
    width: 35px;
    position: absolute;
    right: 26px;
  }
}
@media screen and (max-width: 639px) {
  .mv__btn {
    height: 85px;
    bottom: 22vw;
    max-width: 80%;
  }
  .mv__main-img .img .float-fukidashi {
    width: 130px;
    left: -67px;
    top: 40px;
  }
  .mv__main-img .img .float-set {
    width: 110%;
    bottom: -57vw;
    transform: translateX(5%);
  }
  .mv__btn {
    bottom: 19vw;
  }
}
@media screen and (max-width: 449px) {
  .mv__main-img .img .float-fukidashi {
    width: 115px;
    left: -55px;
  }
  .mv__btn {
    bottom: 14vw;
    max-width: 90%;
  }
  .mv__btn .icon {
    width: 26px;
    right: 15px;
  }
  .mv__btn .txt {
    font-size: 1.7rem;
  }
}
#collabo {
  background-position: top 0 left 50%;
  padding-top: 200px;
  position: relative;
  z-index: 0;
  margin-top: -120px;
  padding-bottom: 120px;
  overflow: hidden;
}
#collabo::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1703/1433;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/bg-under.svg);
  background-size: 101%;
  background-position: top 0 left 50%;
}
#collabo::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #fefafc;
}
#collabo .inner {
  width: 1100px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.collabo__left {
  color: #fdedf2;
  font-family: var(--ch);
  font-size: 12rem;
  transform: rotate(90deg);
  position: absolute;
  left: -620px;
  top: 500px;
}

.collabo__right {
  color: #fdedf2;
  font-family: var(--ch);
  font-size: 12rem;
  transform: rotate(-90deg);
  position: absolute;
  right: -620px;
  top: 500px;
}

.collabo__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  position: relative;
}
.collabo__ttl::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: var(--black);
  position: absolute;
  display: block;
  top: 50%;
  left: -40px;
  transform: translateY(-40%) rotate(-20deg);
}
.collabo__ttl::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: var(--black);
  position: absolute;
  display: block;
  top: 50%;
  right: -40px;
  transform: translateY(-40%) rotate(20deg);
}

.collabo__flex {
  display: flex;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
.collabo__flex .fukidashi__left {
  position: absolute;
  width: 172px;
  height: 118px;
  left: -200px;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #ee86b3;
  background-image: url(../img/fukidashi.svg);
  background-size: contain;
  padding-bottom: 10px;
}
.collabo__flex .fukidashi__right {
  position: absolute;
  width: 172px;
  height: 118px;
  right: -200px;
  top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #ee86b3;
  background-image: url(../img/fukidashi.svg);
  background-size: contain;
  padding-bottom: 10px;
}

.collabo__logos-ttl {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
.collabo__logos-ttl .ymme {
  width: 209px;
  padding-top: 20px;
}
.collabo__logos-ttl .plus {
  width: 38px;
  height: 38px;
  position: relative;
}
.collabo__logos-ttl .plus::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.collabo__logos-ttl .plus::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.collabo__logos-ttl .esther-bunny {
  width: 253px;
}
.collabo__logos-ttl .esther-bunny img {
  width: 100%;
}

.collabo-main-img {
  margin-bottom: 50px;
}

.collabo__travel-set-ttl {
  position: relative;
  font-family: var(--ch);
  color: #fff;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--black);
  font-size: 4.8rem;
  margin: 0 auto 15px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}

.collabo__travel-set-txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.collabo__float-tag {
  position: absolute;
  top: -10px;
  left: calc(50% - 350px);
  border: 1px solid #ff86b6;
  color: #ff86b6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  width: 115px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.collabo__travel-set-bl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.buy-now-btn {
  width: 532px;
  height: 157px;
  border-radius: 100px;
  background-color: #ee86b3;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  flex-direction: column;
  padding-bottom: 10px;
  transition-duration: 0.3s;
}
.buy-now-btn:hover {
  transform: scale(0.97);
  transition-duration: 0.3s;
}
.buy-now-btn .txt-en {
  color: #fff;
  font-family: var(--ch);
  font-size: 3.6rem;
  text-align: center;
}
.buy-now-btn .txt-ja {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.buy-now-btn .icon01 {
  position: absolute;
  display: block;
  width: 61px;
  top: -20px;
  left: 15px;
}
.buy-now-btn .icon02 {
  position: absolute;
  display: block;
  width: 162px;
  bottom: -30px;
  right: -40px;
}

.under639 {
  display: none;
}

@media screen and (max-width: 1499px) {
  #collabo .inner {
    width: 900px;
  }
  .collabo__right {
    font-size: 10rem;
    right: -500px;
  }
  .collabo__left {
    font-size: 10rem;
    left: -500px;
  }
}
@media screen and (max-width: 1199px) {
  .collabo__ttl {
    font-size: 2.6rem;
    margin: 0 auto 45px;
  }
  .collabo__logos-ttl .esther-bunny {
    width: 210px;
  }
  .collabo__logos-ttl .ymme {
    width: 175px;
  }
  .collabo__logos-ttl .plus {
    width: 29px;
    height: 29px;
  }
  .collabo__logos-ttl {
    gap: 15px;
  }
  .collabo__flex .fukidashi__left {
    width: 155px;
    left: -174px;
    font-size: 1.3rem;
    padding-bottom: 18px;
  }
  .collabo__flex .fukidashi__right {
    width: 155px;
    right: -175px;
    font-size: 1.3rem;
    padding-bottom: 17px;
  }
  .collabo__flex {
    margin: 0 auto 40px;
  }
  .collabo-main-img {
    width: 85%;
    margin: 0 auto 50px;
  }
  .collabo__left {
    font-size: 8rem;
    left: -320px;
    top: 371px;
  }
  .collabo__right {
    font-size: 8rem;
    right: -320px;
    top: 371px;
  }
  #collabo::after {
    aspect-ratio: 1/1;
  }
  .buy-now-btn {
    width: 450px;
    height: 130px;
    padding-bottom: 2px;
  }
  .buy-now-btn .txt-en {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .buy-now-btn .txt-ja {
    font-size: 1.4rem;
  }
  .buy-now-btn .icon01 {
    width: 50px;
    top: -20px;
    left: 15px;
  }
  .buy-now-btn .icon02 {
    width: 117px;
    bottom: -21px;
    right: -23px;
  }
  .collabo__travel-set-ttl {
    font-size: 3.8rem;
    margin: 0 auto 10px;
  }
  .collabo__travel-set-txt {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .collabo__float-tag {
    left: calc(50% - 287px);
    font-size: 1.5rem;
    line-height: 1.5;
    width: 100px;
  }
}
@media screen and (max-width: 999px) {
  .collabo__right {
    font-size: 7vw;
    right: -33%;
    top: 371px;
  }
  .collabo__left {
    font-size: 7vw;
    left: -31%;
    top: 371px;
  }
}
@media screen and (max-width: 834px) {
  #collabo {
    padding-top: 102vw;
    margin-top: -115vw;
    padding-bottom: 34vw;
  }
  #collabo::after {
    aspect-ratio: 1/2.2;
  }
  .collabo__ttl {
    font-size: clamp(2rem, 3.6vw, 2.6rem);
  }
  .collabo__logos-ttl .ymme {
    width: 34vw;
    display: block;
  }
  .collabo__logos-ttl .plus {
    width: 6vw;
    height: 6vw;
  }
  .collabo__logos-ttl .esther-bunny {
    width: 36vw;
    display: block;
  }
  .collabo__flex {
    margin: 0 auto 150px;
  }
  .collabo__flex .fukidashi__right {
    width: 155px;
    right: calc(50% - 165px);
    top: auto;
    bottom: -134px;
    padding-bottom: 17px;
  }
  .collabo__flex .fukidashi__left {
    width: 155px;
    left: calc(50% - 165px);
    top: auto;
    bottom: -111px;
    padding-bottom: 18px;
  }
  .collabo__right,
  .collabo__left {
    display: none;
  }
  .collabo-main-img {
    width: 100%;
  }
  .collabo__float-tag {
    left: calc(50% - 190px);
    font-size: 1.2rem;
    line-height: 1.5;
    width: 70px;
    top: -37px;
  }
  .collabo__travel-set-ttl {
    font-size: 2.8rem;
  }
  .buy-now-btn {
    max-width: 90%;
    height: 120px;
  }
  #collabo::before {
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  #collabo::after {
    aspect-ratio: 1/2.6;
  }
  .collabo__ttl {
    font-size: 1.9rem;
    text-align: center;
  }
  .collabo__ttl::before {
    height: 70px;
    left: -18px;
    top: 44%;
  }
  .collabo__ttl::after {
    height: 70px;
    right: -18px;
    top: 44%;
  }
  #collabo .inner {
    padding-top: 30px;
  }
  .under639 {
    display: inline-block;
  }
  .collabo__float-tag {
    left: 50%;
    font-size: 1.2rem;
    line-height: 1.5;
    width: -moz-fit-content;
    width: fit-content;
    top: -31px;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 2px 12px;
    border-radius: 30px;
    aspect-ratio: initial;
  }
  .collabo__float-tag br {
    display: none;
  }
}
@media screen and (max-width: 449px) {
  #collabo::after {
    aspect-ratio: 1/3.3;
  }
  .buy-now-btn {
    max-width: 100%;
  }
  .buy-now-btn .icon02 {
    width: 74px;
    bottom: -9px;
    right: -2px;
  }
  .buy-now-btn .icon01 {
    width: 43px;
    top: -20px;
    left: 20px;
  }
}
.sp {
  display: none;
}

#travel {
  padding: 120px 0;
  background-image: url(../img/travel-bg.webp);
  background-size: cover;
}

.travel__flex {
  display: flex;
  gap: 7%;
  width: 1350px;
  max-width: 90%;
  margin: 0 auto;
}

.travel__flex-left {
  width: 37%;
  position: relative;
}

.plane-bunny {
  position: relative;
  transform: translate(29px, -75px);
  width: 80%;
  margin: 0 0 0 auto;
}

.travel__flex-right {
  width: 56%;
}

.travel__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 35px;
}

.travel__txt {
  margin-bottom: 60px;
  line-height: 1.8;
  padding-right: 180px;
}

.travel__flex-right-img-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}

.car-bunny {
  width: 235px;
  position: absolute;
  top: -160px;
  right: -60px;
}

.travel__txt-bl {
  margin-top: 20px;
}

.travel__txt-en {
  text-align: center;
  color: #fff;
  font-size: 6rem;
  font-family: var(--ch);
  margin-bottom: 10px;
}

.travel__txt-ja {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 1499px) {
  .car-bunny {
    width: 210px;
    right: -51px;
  }
}
@media screen and (max-width: 1199px) {
  #travel {
    padding: 80px 0;
  }
  .travel__ttl {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
  .car-bunny {
    width: 156px;
    top: -111px;
    right: -34px;
  }
  .travel__txt {
    margin-bottom: 100px;
    padding-right: 0;
  }
  .travel__txt-en {
    font-size: 5rem;
    margin-bottom: 5px;
  }
  .travel__txt-ja {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .travel__flex-right {
    width: 100%;
  }
  .travel__flex-left {
    width: 100%;
    position: absolute;
  }
  .plane-img {
    width: 50%;
    top: -50vw;
    position: absolute;
  }
  .plane-bunny {
    position: absolute;
    transform: translate(0, 0);
    width: 40%;
    margin: 0;
    top: -53vw;
    left: 41%;
  }
  .travel__ttl {
    margin-bottom: 25px;
    width: 42%;
    margin: 0 0 25px auto;
    transform: translateY(-16vw);
  }
  .sp {
    display: inline-block;
  }
  #travel {
    padding: 40vw 0 80px;
  }
  .travel__flex-right-img-flex {
    gap: 10px;
    width: 90%;
    margin-left: 5%;
  }
  .car-bunny {
    width: 130px;
    top: auto;
    bottom: -30px;
    right: -5vw;
  }
  .travel__txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 639px) {
  .travel__ttl {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
  }
  .travel__txt-en {
    font-size: 8vw;
  }
}
@media screen and (max-width: 449px) {
  .travel__ttl {
    width: 46%;
  }
  .plane-img {
    width: 47%;
  }
  .travel__txt {
    margin-top: -30px;
  }
  #travel {
    padding: 40vw 0 50px;
  }
}
#scene {
  background-color: #fef6fa;
  padding: 30px 0;
  position: relative;
}
#scene::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1696/1430;
  background-image: url(../img/sleep-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  background-position: bottom 0 left 50%;
  bottom: -200px;
  left: 0;
  display: block;
  z-index: 0;
}

.scene__list {
  width: 1320px;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  z-index: 3;
}
.scene__list li {
  display: flex;
  gap: 7%;
  padding: 120px 0;
}
.scene__list li:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.scene__list-cont {
  width: 43%;
}

.scene__list-img {
  width: 50%;
}

.scene__list-ttl {
  display: flex;
  gap: 20px;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 30px;
}
.scene__list-ttl .am8 {
  width: 181px;
}
.scene__list-ttl .am11 {
  width: 202px;
}
.scene__list-ttl .pm5 {
  width: 174px;
}
.scene__list-ttl .pm10 {
  width: 232px;
}

.scene__list-ttl-big {
  font-size: 3.6rem;
  font-family: var(--ch);
  display: block;
}

.scene__list-ttl-pink {
  text-align: center;
  font-size: 2.4rem;
  color: #f19ec2;
  font-family: var(--ch);
  display: block;
}

.scene__list-ttl-middle {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.scene__list-txt {
  font-size: 1.5rem;
  margin-bottom: 60px;
  line-height: 1.8;
  padding-right: 160px;
}

.scene__list-sub-img {
  position: relative;
  margin-bottom: 20px;
}

.s01-float01 {
  position: absolute;
  width: 131px;
  top: -180px;
  right: -60px;
}

.scene__list-sub-bl {
  display: flex;
  gap: 7%;
}

.scene__list-sub-bl-img {
  width: 35%;
  transform: translateY(-39px);
}
.scene__list-sub-bl-img.p2 {
  transform: translateY(-50px);
}
.scene__list-sub-bl-img.p2 img {
  width: 60%;
  margin: 0 0 0 auto;
  display: block;
}
.scene__list-sub-bl-img.p3 {
  transform: translateY(-50px);
}
.scene__list-sub-bl-img.p3 img {
  width: 80%;
  margin: 0 0 0 auto;
  display: block;
}

.scene__list-sub-bl-cont {
  width: 58%;
}

.scene__list-sub-bl-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  font-family: var(--ch);
  font-size: 2rem;
  color: #f19ec2;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.scene__list-sub-bl-ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/heart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -20px;
  top: 70%;
  transform: translateY(-50%);
}
.scene__list-sub-bl-ttl::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/heart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: -20px;
  top: 70%;
  transform: translateY(-50%);
}

.scene__list-sub-bl-txt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.scene__list-sub-bl-btn {
  width: 205px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  background-color: #f19ec2;
  transition-duration: 0.3s;
}
.scene__list-sub-bl-btn:hover {
  transform: scale(0.97);
  transition-duration: 0.3s;
}

.s02-float01 {
  position: absolute;
  top: -160px;
  right: -75px;
  width: 220px;
}

.s03-float01 {
  position: absolute;
  top: -120px;
  right: -40px;
  width: 144px;
}

.s04-float01 {
  position: absolute;
  top: -140px;
  right: -75px;
  width: 221px;
}
.s04-float01 img {
  width: 100%;
}

.s04-float-fukidashi {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 156px;
}

.scene__sleep-bl {
  position: absolute;
  bottom: -280px;
  left: 50%;
  transform: translateX(-50%);
}

.scene__sleep-img {
  width: 200px;
  margin: 0 auto;
}

.scene__sleep-ttl {
  font-family: var(--ch);
  font-size: 3rem;
  text-align: center;
  color: #f8cfdd;
  margin-bottom: 20px;
}

@media screen and (max-width: 1499px) {
  .scene__list li {
    padding: 50px 0;
  }
  #scene {
    padding: 70px 0;
  }
  .s04-float01 {
    right: -52px;
    width: 185px;
  }
  .s02-float01 {
    top: -138px;
    right: -45px;
    width: 179px;
  }
  .s03-float01 {
    top: -108px;
    right: -38px;
    width: 122px;
  }
}
@media screen and (max-width: 1199px) {
  .scene__list-ttl-big {
    font-size: 3rem;
  }
  .scene__list-ttl-pink {
    font-size: 2rem;
  }
  .scene__list-ttl .am8 {
    width: 135px;
  }
  .scene__list-cont {
    width: 45%;
  }
  .scene__list li {
    gap: 5%;
  }
  .scene__list-ttl {
    margin-bottom: 20px;
  }
  .scene__list-ttl-middle {
    font-size: clamp(1.9rem, 2.3vw, 2.4rem);
    margin-bottom: 20px;
  }
  .scene__list-txt {
    margin-bottom: 80px;
    padding-right: 0;
  }
  .s01-float01 {
    width: 87px;
    top: -72px;
    right: -24px;
  }
  .scene__list-sub-bl-txt {
    font-size: 1.4rem;
  }
  .scene__list-sub-bl-btn {
    width: 185px;
    height: 50px;
    font-size: 1.5rem;
  }
  .scene__list-ttl .am11 {
    width: 160px;
  }
  .scene__list-ttl .pm5 {
    width: 150px;
  }
  .scene__list-ttl .pm10 {
    width: 165px;
  }
  .smb30 {
    margin-bottom: 30px;
  }
  .s04-float01 {
    right: -34px;
    width: 136px;
    top: -75px;
  }
  .scene__sleep-ttl {
    white-space: nowrap;
  }
  .s02-float01 {
    top: -74px;
    right: -23px;
    width: 114px;
  }
  .s03-float01 {
    top: -79px;
    right: -24px;
    width: 90px;
  }
}
@media screen and (max-width: 834px) {
  .scene__list {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
  .scene__list-img {
    width: 60%;
  }
  .scene__list-ttl {
    display: block;
    position: absolute;
    top: 65px;
    width: 35%;
  }
  .scene__list-ttl .am8 {
    display: block;
    width: 135px;
    margin: 16px auto 0;
  }
  .scene__list-ttl-big {
    text-align: center;
  }
  .scene__list li {
    position: relative;
    flex-direction: column-reverse;
    align-items: flex-end;
    width: 95%;
    margin-left: auto;
    margin-right: 0;
  }
  .scene__list-cont {
    width: 100%;
    margin-top: 60px;
  }
  .scene__list-sub-img {
    position: absolute;
    top: 62vw;
    margin-bottom: 20px;
    width: 52%;
  }
  .s01-float01 {
    width: 61px;
    top: -60px;
    right: auto;
    left: -12px;
  }
  .scene__list-ttl-middle {
    font-size: 2.4rem;
    padding-right: 4%;
  }
  .scene__list-txt {
    margin-bottom: 60px;
    padding-right: 4%;
  }
  .scene__list-sub-bl {
    gap: 5%;
    justify-content: center;
  }
  .scene__list-sub-bl-cont {
    width: -moz-fit-content;
    width: fit-content;
  }
  .scene__list li:nth-of-type(2n) {
    flex-direction: column-reverse;
    margin-right: auto;
    margin-left: 0;
  }
  .scene__list li:nth-of-type(2n) .scene__list-img {
    margin-left: 0;
    margin-right: auto;
  }
  .scene__list li:nth-of-type(2n) .scene__list-ttl {
    right: 0;
  }
  .scene__list li:nth-of-type(2n) .scene__list-sub-img {
    right: 0;
  }
  .scene__list li:nth-of-type(2n) .scene__list-ttl-middle {
    padding-left: 4%;
    padding-right: 0;
  }
  .scene__list li:nth-of-type(2n) .scene__list-txt {
    padding-left: 4%;
    padding-right: 0;
  }
  .scene__list-sub-bl-img.p2 {
    transform: translate(-20px, -18px);
  }
  .scene__list-ttl .am11,
  .scene__list-ttl .pm5,
  .scene__list-ttl .pm10 {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .scene__list-sub-bl-img.p3 {
    transform: translate(-20px, -13px);
  }
  .scene__list-sub-bl-img {
    width: 35%;
    transform: translate(-20px, 8px);
  }
  .scene__list-txt {
    margin-bottom: 35px;
  }
  #scene::before {
    bottom: -110px;
  }
  .scene__sleep-bl {
    bottom: -163px;
  }
  .scene__sleep-ttl {
    font-size: 2.4rem;
  }
  .scene__sleep-img {
    width: 150px;
  }
  .s04-float-fukidashi {
    top: 60px;
    left: -64px;
    width: 130px;
  }
  .s04-float01 {
    right: -28px;
    width: 114px;
    top: -71px;
  }
  .s03-float01 {
    right: auto;
    left: -15px;
  }
}
@media screen and (max-width: 639px) {
  #scene {
    padding: 30px 0;
  }
  .s01-float01 {
    width: 49px;
    top: -37px;
  }
  .scene__list-ttl-middle {
    font-size: 2.1rem;
  }
  .scene__list-cont {
    margin-top: 8vw;
  }
  .scene__list-ttl .am11 {
    width: 145px;
  }
  .scene__list-ttl .am8 {
    width: 125px;
  }
  .scene__list-ttl .pm5 {
    width: 128px;
  }
  .scene__list-ttl .pm10 {
    width: 140px;
  }
  .s04-float01 {
    right: -17px;
    width: 97px;
    top: -59px;
  }
  .scene__list li {
    padding: 30px 0;
  }
  .s04-float-fukidashi {
    top: 34px;
  }
  .s02-float01 {
    top: -36px;
    right: -15px;
    width: 62px;
  }
  .s03-float01 {
    top: -33px;
    right: auto;
    width: 53px;
    left: -15px;
  }
}
@media screen and (max-width: 449px) {
  .scene__list-ttl-big {
    font-size: 6.5vw;
  }
  .scene__list-ttl {
    top: 40px;
  }
  .scene__list-ttl .am8 {
    width: 106px;
    margin: 10px auto 0;
  }
  .scene__list-ttl-middle {
    font-size: 1.8rem;
  }
  .scene__list-cont {
    margin-top: 10vw;
  }
  .scene__list-ttl-pink {
    font-size: 1.8rem;
  }
  .scene__list-sub-bl-img {
    width: 35%;
    transform: translate(0px, 8px);
  }
  .scene__list-txt {
    margin-bottom: 20px;
  }
  .scene__list-ttl .am11 {
    width: 118px;
    margin-top: 15px;
  }
  .scene__list-ttl .pm5 {
    width: 110px;
    margin-top: 15px;
  }
  .scene__list-ttl .pm10 {
    width: 118px;
    margin-top: 15px;
  }
  .scene__sleep-ttl {
    font-size: 5vw;
  }
}
#qol {
  background-color: #fbe6ed;
  padding: 400px 0;
}
#qol .buy-now-btn {
  margin-top: 50px;
}

.qol__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 120px;
}
.qol__ttl::before {
  content: "";
  width: 437px;
  height: auto;
  aspect-ratio: 437/202;
  background-image: url(../img/water01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -200px;
  left: -415px;
  display: block;
  z-index: 1;
}
.qol__ttl::after {
  content: "";
  width: 437px;
  height: auto;
  aspect-ratio: 437/202;
  background-image: url(../img/water02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -200px;
  right: -415px;
  z-index: 1;
  display: block;
}
.qol__ttl .small {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: block;
}
.qol__ttl .big {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  display: block;
}
.qol__ttl .qol__ttl-en {
  text-align: center;
  position: absolute;
  z-index: 0;
  color: #fef4f7;
  font-size: 12rem;
  font-family: var(--ch);
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.qol__ymm-flex {
  width: 1100px;
  max-width: 90%;
  display: flex;
  gap: 7%;
  margin: 0 auto;
  z-index: 4;
  position: relative;
  margin-bottom: 100px;
}
.qol__ymm-flex .cont {
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qol__ymm-flex .cont .txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.qol__ymm-flex .cont .txt:last-child {
  margin-bottom: 0;
}
.qol__ymm-flex .img {
  width: 50%;
  position: relative;
}
.qol__ymm-flex .img .qol__img-tag {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background-color: rgba(246, 159, 171, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #fff;
  line-height: 1.4;
  color: #fff;
}

.qol__ymm-ttl .ja {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  display: block;
  font-weight: normal;
}
.qol__ymm-ttl .logo {
  width: 262px;
  margin: 0 auto 20px;
  display: block;
}

.qol__ymm-ttl-middle {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

.qol__set-bl {
  border-radius: 100px;
  padding: 100px;
  background-color: #fff;
  padding: 100px;
  width: 1350px;
  margin: 0 auto;
}

.qol__set-ttl {
  display: flex;
  justify-content: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  align-items: center;
  gap: 20px;
}
.qol__set-ttl .logo {
  width: 209px;
  padding-top: 20px;
}
.qol__set-ttl .plus {
  width: 38px;
  height: 38px;
  position: relative;
}
.qol__set-ttl .plus:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.qol__set-ttl .plus:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.qol__set-ttl .esther-bunny {
  width: 253px;
}
.qol__set-ttl .esther-bunny img {
  width: 100%;
}
.qol__set-ttl .tag {
  background-image: url(../img/tag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  aspect-ratio: 1/1;
  left: -200px;
  top: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.2rem;
  font-family: var(--ch);
  line-height: 1.1;
  text-align: center;
  letter-spacing: 2px;
}

.qol__set-ttl-middle {
  position: relative;
  font-family: var(--ch);
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--black);
  font-size: 4.8rem;
  margin: 0 auto 15px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-bottom: 50px;
}

.qol__set-flex {
  display: flex;
  gap: 7%;
}
.qol__set-flex .img {
  width: 50%;
}
.qol__set-flex .cont {
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qol__set-flex .cont .txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.qol__set-cont-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}

.qol__set-price-txt {
  font-size: 1.5rem;
  font-weight: bold;
}

.qol__set-price {
  font-size: 2.4rem;
  font-weight: bold;
}
.qol__set-price .yen {
  font-size: 1.2rem;
  font-weight: 400;
}

.qol__set-detail-list {
  padding: 50px;
  background-color: #f8cfdd;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 50px;
}
.qol__set-detail-list li {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 20px;
}

.qol__set-detail-list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.qol__set-detail-list-small {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.qol__set-detail-list-right .txt {
  font-size: 1.4rem;
}

.qol__set-detail-list-left.p3 img {
  width: 30%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1499px) {
  .qol__ttl::before {
    width: 330px;
    top: -161px;
    left: -26vw;
  }
  .qol__ttl::after {
    width: 331px;
    bottom: -189px;
    right: -26vw;
  }
  .qol__set-bl {
    padding: 100px 7%;
    max-width: 90%;
  }
  #qol {
    padding: 350px 0 250px;
  }
}
@media screen and (max-width: 1199px) {
  .qol__ttl .qol__ttl-en {
    font-size: 9rem;
  }
  .qol__ttl::before {
    width: 42%;
    top: -90px;
    left: -14vw;
  }
  .qol__ttl::after {
    width: 42%;
    bottom: -156px;
    right: -16vw;
  }
  .qol__ymm-ttl-middle {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
  .qol__ymm-ttl .logo {
    width: 230px;
    margin: 0 auto 20px;
  }
  .qol__ymm-flex {
    gap: 5%;
    margin-bottom: 60px;
  }
  .qol__ymm-flex .cont {
    width: 45%;
  }
  .qol__set-ttl {
    gap: 15px;
  }
  .qol__set-ttl .logo {
    width: 175px;
  }
  .qol__set-ttl .esther-bunny {
    width: 215px;
  }
  .qol__set-ttl .plus {
    width: 29px;
    height: 29px;
  }
  .qol__set-bl {
    padding: 60px 5%;
    max-width: 90%;
    border-radius: 60px;
  }
  .qol__set-ttl .tag {
    width: 110px;
    left: -130px;
    font-size: 1.8rem;
  }
  .qol__set-ttl-middle {
    font-size: 4rem;
  }
  .qol__set-flex .cont {
    width: 45%;
  }
  .qol__set-flex {
    gap: 5%;
  }
  .qol__set-cont-ttl {
    font-size: clamp(1.9rem, 2.2vw, 2.4rem);
    margin-bottom: 20px;
  }
  .qol__set-price {
    font-size: 2rem;
  }
  .qol__set-detail-list {
    padding: 40px 30px;
    gap: 40px 30px;
    margin-top: 40px;
  }
  .qol__set-detail-list-ttl {
    font-size: 1.6rem;
    margin-bottom: 1px;
  }
  .qol__set-detail-list-small {
    margin-bottom: 7px;
  }
  .qol__set-detail-list li {
    grid-template-columns: 36% 1fr;
  }
}
@media screen and (max-width: 834px) {
  #qol {
    padding: 250px 0 250px;
  }
  .qol__ttl .qol__ttl-en {
    font-size: 10.5vw;
    bottom: -9vw;
  }
  .qol__ttl::before {
    left: calc(50% - 45vw);
  }
  .qol__ttl::after {
    right: calc(50% - 46vw);
  }
  .qol__ymm-flex {
    gap: 30px;
    flex-direction: column-reverse;
    width: 600px;
    margin-bottom: 80px;
  }
  .qol__ymm-flex .img {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }
  .qol__ymm-flex .cont {
    width: 100%;
  }
  .qol__set-bl {
    padding: 60px 5%;
    max-width: 90%;
    border-radius: 45px;
  }
  .qol__set-ttl .logo {
    width: 33vw;
    display: block;
  }
  .qol__set-ttl .plus {
    width: 6vw;
    height: 6vw;
  }
  .qol__set-ttl .esther-bunny {
    width: 34vw;
    display: block;
  }
  .qol__set-ttl .tag {
    left: 50%;
    transform: translateX(-50%);
    top: -111px;
  }
  .qol__set-ttl-middle {
    font-size: 3rem;
    margin-bottom: 35px;
  }
  .qol__set-flex {
    gap: 20px;
    flex-direction: column;
  }
  .qol__set-flex .img {
    width: 100%;
  }
  .qol__set-flex .cont {
    width: 100%;
  }
  .qol__set-flex .cont .txt {
    margin-bottom: 6px;
  }
  .qol__set-detail-list {
    grid-template-columns: 1fr;
  }
  .qol__set-detail-list li:first-of-type {
    width: 380px;
    max-width: 100%;
    margin: auto;
  }
  .qol__set-detail-list li {
    grid-template-columns: 120px 1fr;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  .qol__ttl .big {
    font-size: clamp(2.2rem, 4.5vw, 3rem);
  }
  .qol__ttl .small {
    font-size: 1.7rem;
  }
  .qol__ttl {
    margin: 0 auto 70px;
  }
  .qol__ymm-ttl .logo {
    width: 210px;
    margin: 0px auto 10px;
  }
  .qol__ymm-ttl-middle {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .qol__set-ttl {
    gap: 4%;
    margin: 0 auto 20px;
  }
  .qol__set-ttl-middle {
    margin-bottom: 30px;
  }
  .qol__set-detail-list li:first-of-type {
    width: 100%;
    display: flex;
  }
  .qol__set-detail-list li:first-of-type .qol__set-detail-list-left {
    width: calc(40% - 10px);
  }
  .qol__set-detail-list li:first-of-type .qol__set-detail-list-right {
    width: calc(60% - 10px);
  }
  .qol__set-detail-list {
    gap: 20px;
  }
}
@media screen and (max-width: 449px) {
  .qol__ttl::before {
    top: -60px;
  }
  .qol__ttl::after {
    right: calc(50% - 44vw);
    bottom: -73px;
  }
  .qol__ymm-flex .img .qol__img-tag {
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
  }
  .qol__ymm-ttl .logo {
    width: 185px;
  }
  .qol__set-ttl .tag {
    top: -100px;
    font-size: 1.4rem;
  }
  .qol__set-ttl-middle {
    -webkit-text-stroke-width: 1px;
  }
  .qol__ymm-flex {
    margin-bottom: 60px;
  }
  .qol__set-detail-list li {
    grid-template-columns: 1fr;
  }
  .qol__set-detail-list-left {
    width: 150px;
    margin: 0 auto;
  }
  #qol .buy-now-btn {
    max-width: 90%;
  }
}
#info {
  padding-top: 200px;
  position: relative;
  z-index: 0;
  margin-top: -120px;
  padding-bottom: 120px;
}
#info::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1703/1433;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/bg-under.svg);
  background-size: 101%;
  background-position: top 0 left 50%;
}
#info::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #fefafc;
}
#info .inner {
  width: 1100px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.info-tag {
  width: 483px;
  aspect-ratio: 483/350;
  background-image: url(../img/sns-bg.svg);
  background-size: contain;
  position: absolute;
  top: 100px;
  right: 30px;
  z-index: 3;
}

.info-tag__wrapper {
  position: relative;
  padding-top: 120px;
}
.info-tag__wrapper .img {
  width: 227px;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
}
.info-tag__wrapper .check {
  display: block;
  width: 76px;
  margin: 10px auto 0;
}
.info-tag__wrapper .info-tag__icon {
  position: absolute;
  width: 104px;
  bottom: 10px;
  left: 50px;
}

.info-tag__ttl {
  margin: 0 auto 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: bold;
  color: #ee86b3;
  position: relative;
}
.info-tag__ttl::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: var(--black);
  position: absolute;
  display: block;
  top: 50%;
  left: -20px;
  transform: translateY(-40%) rotate(-20deg);
}
.info-tag__ttl::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: var(--black);
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  transform: translateY(-40%) rotate(20deg);
}

.info-tag__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.info-tag__flex .sns-link {
  display: block;
  width: 60px;
}

.info__ttl {
  width: 530px;
  margin: 0 auto 120px;
}

.info__list {
  padding-right: 18%;
}
.info__list li {
  display: flex;
  margin-bottom: 35px;
}
.info__list li .img {
  width: 35%;
}
.info__list li .cont {
  width: 65%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info__list li .cont .txt {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.info__list-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1649px) {
  .info-tag__ttl {
    margin: 0 auto 15px;
    font-size: 1.4rem;
  }
  .info-tag__ttl::before {
    height: 18px;
    left: -11px;
  }
  .info-tag__ttl::after {
    height: 18px;
    right: -11px;
  }
  .info-tag__wrapper {
    padding-top: 53px;
  }
  .info-tag {
    width: 286px;
    top: 100px;
  }
  .info-tag__wrapper .img {
    width: 160px;
    top: -123px;
  }
  .info-tag__flex {
    gap: 15px;
    margin-bottom: 10px;
  }
  .info-tag__flex .sns-link {
    width: 40px;
  }
  .info-tag__wrapper .info-tag__icon {
    width: 66px;
    bottom: -15px;
    left: 27px;
  }
  .info-tag__wrapper .check {
    width: 43px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 1199px) {
  .info-tag {
    width: 286px;
    top: -79px;
  }
  .info-tag__wrapper {
    padding-top: 53px;
    padding-left: 15px;
  }
  .info-tag__wrapper .img {
    width: 160px;
    top: 50%;
    left: -138px;
    transform: translateY(-50%);
  }
  #info {
    padding-top: 170px;
    padding-bottom: 80px;
  }
  .info__ttl {
    width: 480px;
    margin: 0 auto 70px;
  }
  .info__list {
    padding-right: 0;
  }
  .info__list-ttl {
    font-size: 2.1rem;
    margin-bottom: 12px;
  }
  .info__list li .cont .txt {
    margin-bottom: 15px;
  }
  #info::after {
    aspect-ratio: 4/3;
  }
  .about__bl {
    border-radius: 60px;
    padding: 50px 80px;
  }
}
@media screen and (max-width: 834px) {
  .info__ttl {
    width: 400px;
    margin: 0 auto 50px;
  }
  .info__list-ttl {
    font-size: 1.8rem;
  }
  #info::before {
    background-size: cover;
  }
}
@media screen and (max-width: 639px) {
  .info-tag__wrapper .img {
    width: 122px;
    left: -95px;
  }
  .info__ttl {
    width: 350px;
    margin: 0 auto 40px;
  }
  #info::after {
    aspect-ratio: 1/1.3;
  }
  #info {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 519px) {
  #info::after {
    aspect-ratio: 1/1.7;
  }
}
@media screen and (max-width: 449px) {
  .info-tag {
    width: 237px;
    top: -79px;
  }
  .info-tag__wrapper .img {
    width: 86px;
    left: -56px;
    top: 66%;
  }
  .info-tag__wrapper .info-tag__icon {
    width: 48px;
    bottom: -1px;
    left: 38px;
  }
  .info__ttl {
    max-width: 100%;
  }
  #info {
    padding-top: 145px;
  }
  .info__list-ttl {
    font-size: 1.7rem;
  }
  .info__list li {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .info__list li .cont {
    width: 100%;
  }
  .info__list li .img {
    width: 200px;
    margin: 0 auto 15px;
  }
  #info::after {
    aspect-ratio: 1/2.7;
  }
}
@media screen and (max-width: 389px) {
  #info::after {
    aspect-ratio: 1/3.2;
  }
}
#about {
  background-color: #f8cfdd;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.about__bl {
  background-color: #fbe6ed;
  border-radius: 75px;
  padding: 50px 100px;
  display: flex;
  gap: 7%;
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}
.about__bl .img {
  width: 25%;
}
.about__bl .cont {
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about__bl .cont .txt {
  font-size: 1.4rem;
}

.about__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .about__bl {
    border-radius: 45px;
    padding: 40px;
  }
}
@media screen and (max-width: 639px) {
  .about__bl {
    border-radius: 30px;
    padding: 30px 25px;
    flex-direction: column;
    align-items: center;
  }
  .about__bl .img {
    width: 125px;
  }
  .about__bl .cont {
    width: 100%;
  }
}
@media screen and (max-width: 449px) {
  .about__ttl {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}
footer {
  position: relative;
  background-color: #f0a2c4;
  padding: 60px 0 30px;
}

#to-top-btn {
  position: absolute;
  top: 100px;
  right: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: var(--ch);
  text-align: center;
  color: #fff;
  line-height: 1.1;
}
#to-top-btn::after {
  position: absolute;
  content: "";
  width: 63px;
  aspect-ratio: 63/76;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-image: url(../img/to-top-btn.svg);
  background-size: contain;
}

.footer__txt {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}

.footer__link {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ee86b3;
  width: 360px;
  height: 90px;
  border-radius: 100px;
  max-width: 100%;
  margin: 0 auto 25px;
  font-size: 1.8rem;
}

.footer__names {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.footer__copy {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

#license {
  padding: 60px 0;
  background-color: #fef6fa;
}

.license__txt {
  color: #999999;
  font-size: 1.2rem;
  width: 875px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .footer__link {
    width: 320px;
    height: 80px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  #to-top-btn {
    top: 35px;
    right: 25px;
    width: 85px;
    height: 85px;
    font-size: 1.5rem;
  }
  #license {
    padding: 40px 0;
  }
  #to-top-btn::after {
    width: 42px;
    bottom: -37px;
  }
}
@media screen and (max-width: 639px) {
  footer {
    padding: 120px 0 30px;
  }
}/*# sourceMappingURL=style.css.map */