@charset "UTF-8";

/* CONTENTS */
.inner {
  width: 102.4rem;
  max-width: 80%;
  margin: auto;
  position: relative;
  z-index: 0;
}

@media screen and (max-width:768px){
  .c-sp{
    display:block;
  }

  .invalid-c-sp{
    display:none;
  }
}

/* FV */
.fv {
  width: 100%;
  background: linear-gradient(to bottom, white max(29rem,65vw), #fcf7fc max(29rem,65vw));
}

.fv-inner {
  width: 102.4rem;
  max-width: 90%;
  margin: auto;
  padding: max(10rem, 15vw) 0 0;
}

.fv-inner > h2 > img {
  width: 45.4vw;
  margin: 0 0 3vw;
}

.fv-inner > p {
  font-size: 3.2vw;
  color: #c6a4cf;
  margin: 0 0 6.7vw;
  letter-spacing: 0.5vw;
}

.concept-box {
  display: flex;
  gap: 1.5vw;
  margin: 0 0 5vw;
}

.concept-box__image1 {
  width: 30%;
}

.concept-box__image2 {
  width: 70%;
  height: 35vw;
}

.concept-box__image2 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-image-list {
  width: 100%;
}

.concept-image-list li {
  width: 100%;
  height: 35vw;
}

.concept-image-list li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.concept-text {
  display: flex;
  color: #3c3c3c;
  gap: 0;
  width: 110rem;
  max-width: 100%;
  margin: auto;
  padding: 0 0 5vw;
  flex-direction: column;
}

.concept-text li:nth-of-type(1) {
  background: url(../../asset/images/bg_fv_concept.png) no-repeat top
    min(-1vw, 0rem) left -2vw / max(33rem, 64vw);
  padding: 5vw 0 17.6vw 6.4vw;
  width: 100%;
}

.concept-text li:nth-of-type(2) {
  width: 100%;
  padding: 0 6.4vw 0;
}

.concept-text li:nth-of-type(1) > p {
  font-size: max(1.6rem, 2.6vw);
  line-height: 1.8;
  letter-spacing: 0.2vw;
  font-weight: 500;
  letter-spacing: 5.06px;
}

.concept-text li:nth-of-type(2) > p {
  font-size: max(1.4rem, 2.4vw);
  font-weight: 500;
  line-height: 1.8;
  margin: 0 0 8vw;
  letter-spacing: 1.65px;
}

/* FEATURES */
.features {
  padding: 12vw 0 5vw;
}

.features-inner {
  width: 102.4rem;
  max-width: 90%;
  margin: auto;
}

.features-inner > h2 {
  font-size: max(1.8rem,2.8vw);
  color: #c6a4cf;
  margin: 0 0 6vw;
  letter-spacing: 2.7px;
}

.features-box {
  width: 100%;
}

.features-box-inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15vw;
  flex-direction: column-reverse;
  gap: 5vw;
}

.features-box-inner__text {
  width: 100%;
  color: #3c3c3c;
}

.features-box-inner__text > h2 {
  font-size: max(1.7rem,4vw);
  position: relative;
  padding: 4vw 0 0 0.5vw;
  z-index: 0;
  font-weight: 500;
  margin: 0 0 4vw;
  letter-spacing: 4.56px;
}

.features-box-inner__text > h2.features01::before {
  position: absolute;
  content: "";
  background: url(../../asset/images/title_features01.png) no-repeat;
  width: 13.1vw;
  height: 13.1vw;
  top: 0;
  left: -5vw;
  background-size: 13.1vw;
  z-index: -1;
}

.features-box-inner__text > h2.features02::before {
  position: absolute;
  content: "";
  background: url(../../asset/images/title_features02.png) no-repeat;
  width: 13.1vw;
  height: 13.1vw;
  top: 0;
  left: -6vw;
  background-size: 13.1vw;
  z-index: -1;
}

.features-box-inner__text > h2.features03::before {
  position: absolute;
  content: "";
  background: url(../../asset/images/title_features03.png) no-repeat;
  width: 13.1vw;
  height: 13.1vw;
  top: 0;
  left: -5vw;
  background-size: 13.1vw;
  z-index: -1;
}

.features-list {
  font-size: max(1.4rem,2.2vw);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin: 0 0 0 2vw;
  letter-spacing: 2.4px;
}

.features-list li {
  position: relative;
  line-height: 1.7;
  padding: 0 0 0 5vw;
}

.features-list li:before {
  position: absolute;
  content: "";
  background: url(../../asset/images/icon_features_list.png) no-repeat;
  width: 3vw;
  height: 3vw;
  top: 0.6rem;
  left: 0;
  background-size: 3vw;
}

@media screen and (min-width: 480px) {
  .features-list li:before {
    top: 0;
  }
}

.features-box-inner__image {
  width: 100%;
}

.features-box-inner__image > img {
  width: 80%;
}

.rowReverse{
  flex-direction: column-reverse;
}

.boxRight{
  display: flex;
  justify-content: end;
}

.sp-right{
  text-align: right;
}

/* RESERVATION */
.reservation{
  width: 100%;
}

.reservation-inner{
  width: 90rem;
  max-width: 100%;
  margin: auto;
}

.reservation-box{
  background: url(../../asset/images/bg_sp_reservation.png) no-repeat center / cover;
  height: max(46rem,115vw);
  padding: 27vw 5vw;
}

.reservation-box > p:nth-of-type(1){
  font-size: max(1.4rem,2.4vw);
  color: #3C3C3C;
  text-align: center;
  line-height: 2.3;
  font-weight: 500;
  margin: 0 0 4vw;
  letter-spacing: 2px;
}

.reservation-box > p:nth-of-type(2){
  font-size: max(1.5rem,2.5vw);
  color: #B98DE1;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.95px;
}

.bt-reservation{
  /* font-size: max(1.7rem,2.7vw); */
  color: #B98DE1;
  background: #FFF;
  width: 50vw;
  box-shadow: 0 0 5px #EAEAEA;
  text-align: center;
  margin: 0 auto 2vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5vw;
}

.bt-reservation > a{
  display: block;
  padding: 5vw;
}

/* PROFILE */
.profile{
  width: 100%;
}

.profile-inner{
  width: 102.4rem;
  max-width: 90%;
  margin: auto;
  padding: 15vw 0;
}

.profile-inner > h2{
  font-size: max(2rem,3vw);
  color: #C6A4CF;
  margin: 0 0 2vw;
  letter-spacing: 0.5vw;
}

.profile-list{
  display: flex;
  gap: 4vw;
  color: #3C3C3C;
  font-weight: 500;
  align-items: center;
  flex-direction: column;
}

.profile-list li:nth-of-type(1){
  width: 100%;
}

.profile-list li:nth-of-type(2){
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-list li > img{
  width: 100%;
}

.profile-list li > h3{
  font-size: max(2rem,3vw);
  display: flex;
  align-items: center;
  margin: 0 0 3vw;
  gap: 3vw;
  letter-spacing: 3px;
}

.profile-list li > h3 > a > img{
  width: max(1.8rem,2.8vw);
  display: block;
}

.profile-list li > p{
  font-size: max(1.4rem,2.4vw);
  line-height: 2;
  letter-spacing: 1.65px;
}

@media screen and (min-width: 769px) {
  /* CONTENTS */
  .inner {
    width: 102.4rem;
    max-width: 80%;
    margin: auto;
    position: relative;
    z-index: 0;
  }

  /* FV */
  .fv {
    width: 100%;
    background: linear-gradient(to bottom, white max(47rem,50vw), #fcf7fc max(47rem,50vw));
  }

  .fv-inner {
    width: 102.4rem;
    max-width: 80%;
    margin: auto;
    padding: max(20rem, 15vw) 0 0;
  }

  .fv-inner > h2 > img {
    width: 16.6vw;
    margin: 0 0 1vw;
  }

  .fv-inner > p {
    font-size: 1.2vw;
    color: #c6a4cf;
    margin: 0 0 6.7vw;
    letter-spacing: 0.2vw;
  }

  .concept-box {
    display: flex;
    gap: 1.5vw;
    margin: 0 0 5vw;
  }

  .concept-box__image1 {
    width: 30%;
  }

  .concept-box__image2 {
    width: 70%;
    height: 30vw;
  }

  .concept-box__image2 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .concept-image-list {
    width: 100%;
  }

  .concept-image-list li {
    width: 100%;
    height: 30vw;
  }

  .concept-image-list li > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .concept-text {
    display: flex;
    color: #3c3c3c;
    gap: 0vw;
    width: 110rem;
    max-width: 85%;
    margin: auto;
    padding: 0 0 5vw;
    flex-direction: row;
  }

  .concept-text li:nth-of-type(1) {
    background: url(../../asset/images/bg_fv_concept.png) no-repeat top
      min(4vw, 4rem) left 0 / max(25rem, 28vw);
    padding: 0 0 0 2.5vw;
    width: 37%;
  }

  .concept-text li:nth-of-type(2) {
    width: 63%;
    padding: 0;
  }

  .concept-text li:nth-of-type(1) > p {
    font-size: max(1.4rem, 1.4vw);
    line-height: 1.8;
    letter-spacing: 0.2vw;
    font-weight: 500;
    letter-spacing: 5.06px;
  }

  .concept-text li:nth-of-type(2) > p {
    font-size: max(1.1rem, 1vw);
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 1.5vw;
    letter-spacing: 1.65px;
  }

  /* FEATURES */
  .features {
    padding: 10vw 0 5vw;
  }

  .features-inner {
    width: 120rem;
    max-width: 90%;
    margin: auto;
  }

  .features-inner > h2 {
    font-size: 1.2vw;
    color: #c6a4cf;
    margin: 0 0 3vw;
    letter-spacing: 2.7px;
  }

  .features-box {
    width: 100%;
  }

  .features-box-inner {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 4vw;
    flex-direction: row;
    gap: 3vw;
  }

  .features-box-inner__text {
    width: 65%;
    color: #3c3c3c;
  }

  .features-box-inner__text > h2 {
    font-size: 1.6vw;
    position: relative;
    padding: 1.9vw 0 0 1.5vw;
    z-index: 0;
    font-weight: 500;
    margin: 0 0 1vw;
    letter-spacing: 4.56px;
  }

  .features-box-inner__text > h2.features01::before {
    position: absolute;
    content: "";
    background: url(../../asset/images/title_features01.png) no-repeat;
    width: 4.7vw;
    height: 4.7vw;
    top: 0;
    left: 0;
    background-size: 4.7vw;
    z-index: -1;
  }

  .features-box-inner__text > h2.features02::before {
    position: absolute;
    content: "";
    background: url(../../asset/images/title_features02.png) no-repeat;
    width: 4.7vw;
    height: 4.7vw;
    top: 0;
    left: 0;
    background-size: 4.7vw;
    z-index: -1;
  }

  .features-box-inner__text > h2.features03::before {
    position: absolute;
    content: "";
    background: url(../../asset/images/title_features03.png) no-repeat;
    width: 4.7vw;
    height: 4.7vw;
    top: 0;
    left: 0;
    background-size: 4.7vw;
    z-index: -1;
  }

  .features-list {
    font-size: max(1rem,1.05vw);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 1.1vw;
    margin: 0 0 0 2vw;
    letter-spacing: 2.4px;
  }

  .features-list li {
    position: relative;
    line-height: 1.7;
    padding: 0 0 0 1.5vw;
  }

  .features-list li:before {
    position: absolute;
    content: "";
    background: url(../../asset/images/icon_features_list.png) no-repeat;
    width: 1.3vw;
    height: 1.3vw;
    top: 0.4vw;
    left: 0;
    background-size: 1vw;
  }

  .features-box-inner__image {
    width: 31%;
  }

  .features-box-inner__image > img {
    width: 100%;
  }

  .rowReverse{
    flex-direction: row-reverse;
  }

  .boxRight{
    display: flex;
    justify-content: end;
  }

  .sp-right{
    text-align: initial;
  }

  /* RESERVATION */
  .reservation{
    width: 100%;
  }

  .reservation-inner{
    width: 90rem;
    max-width: 80%;
    margin: auto;
  }

  .reservation-box{
    background: url(../../asset/images/bg_reservation.png) no-repeat center / cover;
    height: max(28rem,28vw);
    padding: 5vw 0;
  }

  .reservation-box > p:nth-of-type(1){
    font-size: max(1.1rem,1vw);
    color: #3C3C3C;
    text-align: center;
    line-height: 2.3;
    font-weight: 500;
    margin: 0 0 2vw;
    letter-spacing: 2.25px;
  }

  .reservation-box > p:nth-of-type(2){
    font-size: max(1.1rem,1vw);
    color: #B98DE1;
    text-align: center;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.95px;
  }

  .bt-reservation{
    font-size: 1.4rem;
    color: #B98DE1;
    background: #FFF;
    width: 20rem;
    box-shadow: 0 0 5px #EAEAEA;
    text-align: center;
    margin: 0 auto 1vw;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2vw;
  }

  .bt-reservation > a{
    display: block;
    padding: 1.4rem;
  }

  /* PROFILE */
  .profile{
    width: 100%;
  }

  .profile-inner{
    width: 102.4rem;
    max-width: 80%;
    margin: auto;
    padding: 10vw 0;
  }

  .profile-inner > h2{
    font-size: 1.3vw;
    color: #C6A4CF;
    margin: 0 0 2vw;
    letter-spacing: 0.2vw;
  }

  .profile-list{
    display: flex;
    gap: 4vw;
    color: #3C3C3C;
    font-weight: 500;
    align-items: center;
    flex-direction: row;
  }

  .profile-list li:nth-of-type(1){
    width: 35%;
  }

  .profile-list li:nth-of-type(2){
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .profile-list li > img{
    width: 100%;
  }

  .profile-list li > h3{
    font-size: 1.3vw;
    display: flex;
    align-items: center;
    margin: 0 0 1vw;
    gap: 0.5vw;
    letter-spacing: 3px;
  }

  .profile-list li > h3 > a > img{
    width: 1.2vw;
    display: block;
  }

  .profile-list li > p{
    font-size: 1vw;
    line-height: 2;
    letter-spacing: 1.65px;
  }
}
