@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #333;
  font-family: "Cormorant Garamond", "Noto Serif JP", "Noto Sans JP", serif;
  line-height: 1.8;
  letter-spacing: 0.02 em;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 600px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 16px;
  }
}

.section-space {
  margin-top: 148px;
}
@media screen and (max-width: 600px) {
  .section-space {
    margin-top: 72px;
  }
}

.section-title {
  line-height: 1;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  width: 52px;
  height: 1px;
  background-color: #B69356;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 48px;
  }
}

.section-title .en {
  font-family: "Cormorant Garamond";
  color: #B69356;
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .section-title .en {
    font-size: 24px;
    margin-bottom: 4px;
  }
}

.section-title .ja {
  font-family: "Noto Serif JP";
  display: block;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .section-title .ja {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.headline-en {
  font-size: clamp(1.25rem, 0.25rem + 2.67vw, 1.75rem);
  font-family: "Cormorant Garamond", "Noto Serif JP";
  color: #B69356;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .headline-en {
    margin-bottom: 10px;
  }
}

.headline-ja {
  font-size: clamp(1.5rem, 0.5rem + 2.67vw, 2rem);
  font-family: "Noto Serif JP";
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .headline-ja {
    margin-bottom: 32px;
  }
}

.util-button {
  position: relative;
  font-size: 18px;
  color: #B69356;
  border: solid 1px #B69356;
  font-family: "Noto Sans JP";
  background: #fff;
  display: inline-block;
  padding: 16px 80px;
  text-align: center;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (max-width: 600px) {
  .util-button {
    width: 100%;
    padding: 16px 40px;
  }
}
.util-button::after {
  content: "";
  position: absolute;
  background: url("../img/arrow-gold.svg") no-repeat;
  width: 30px;
  height: 10px;
  top: 40%;
  right: 4.5%;
}
.util-button:hover {
  background: #B69356;
  color: #fff;
}
.util-button:hover::after {
  background: url("../img/arrow-white.svg") no-repeat;
}

.attention {
  font-size: 12px;
  color: #E7728E;
  vertical-align: super;
  line-height: 1;
}

.contact {
  background: url(../img/contact.jpg) center center/cover;
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .contact {
    padding: 36px 0;
  }
}
.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.contact-wrapper {
  position: relative;
}

.contact-message {
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 2;
  letter-spacing: 0.05em;
}

.contact-button-inner {
  width: 90%;
  margin: 60px auto 0;
}
@media screen and (min-width: 960px) {
  .contact-button-inner {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
}

.contact-button {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans JP";
  background: #B69356;
  border: solid 1px #B69356;
  color: #fff;
  display: inline-block;
  padding: 16px 80px;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.25);
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 960px) {
  .contact-button {
    width: 48.4%;
  }
}
@media screen and (max-width: 959px) {
  .contact-button + .contact-button {
    margin-top: 20px;
  }
}
.contact-button::after {
  content: "";
  position: absolute;
  background: url("../img/arrow-white.svg") no-repeat;
  width: 30px;
  height: 10px;
  top: 40%;
  right: 4.5%;
}
.contact-button:hover {
  background: #fff;
  color: #B69356;
}
.contact-button:hover::after {
  background: url("../img/arrow-gold.svg") no-repeat;
}

.footer {
  background-color: #FFF8F8;
}
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer-wrapper {
  margin: 0 auto;
  padding: 60px 16px;
}
@media screen and (min-width: 960px) {
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  .footer-wrapper {
    text-align: center;
  }
}

.footer-logo {
  width: 155px;
}

.footer-shop-describe {
  margin: 8px;
  color: #B69356;
  line-height: 1.5;
  font-family: "Noto Serif JP";
}

.footer-nav-list {
  display: flex;
  align-items: center;
  height: 48px;
}
@media screen and (max-width: 959px) {
  .footer-nav-list {
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}

.footer-nav-item {
  color: #B69356;
}
.footer-nav-item + .footer-nav-item {
  margin-left: 30px;
}

.footer-link {
  position: relative;
  height: 48px;
  line-height: 48px;
  display: block;
}
.footer-link::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #B69356;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.footer-link:hover::after {
  transform: scale(1, 1);
}

.sns-link:hover {
  opacity: 0.6;
}
.sns-link:hover::after {
  transform: scale(0, 1);
}

.sns-icon {
  width: 30px;
  fill: #B69356;
}

.footer-copy-right {
  text-align: center;
  font-size: 12px;
  padding-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .footer-copy-right {
    margin-top: 60px;
    padding-bottom: 16px;
  }
}

.sp-reserve-nav {
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  z-index: 500;
  padding: 16px;
}
@media screen and (min-width: 960px) {
  .sp-reserve-nav {
    display: none;
  }
}

.sp-reserve-nav-wrapper {
  display: flex;
  justify-content: space-between;
}

.reserve-button {
  width: 48%;
}

.reserve-link {
  text-align: center;
  font-size: clamp(1rem, 0.167rem + 2.22vw, 1.5rem);
  padding: 10px 0;
  display: block;
  color: #fff;
  background-color: #B69356;
  transition: background-color 0.4s, color 0.4s;
}
.reserve-link:hover {
  background-color: #fff;
  color: #B69356;
  border: 1px solid #B69356;
}

.yukiritual-logo {
  position: absolute;
  top: 0;
  left: 1.4%;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .yukiritual-logo {
    top: 10px;
    left: 0.4%;
  }
}

.logo-link img {
  width: 180px;
}
@media screen and (max-width: 600px) {
  .logo-link img {
    width: 140px;
  }
}

.page-title-img {
  padding-top: 24%;
  border-radius: 30px 0 0 30px;
  opacity: 0.7;
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .page-title-img {
    padding-top: 50%;
  }
}

.page-title {
  position: relative;
  margin-top: 16px;
}

.en {
  display: block;
  font-family: "Cormorant Garamond";
  color: #B69356;
  font-size: clamp(2.5rem, 0.75rem + 4.67vw, 3.375rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.ja {
  display: block;
  font-family: "Noto Serif JP";
  font-size: clamp(0.875rem, 0.458rem + 1.11vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.page-title-area {
  position: relative;
}

.page-title-text {
  width: 90%;
  margin-left: auto;
  align-self: center;
  position: relative;
}

.sp-reserve-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  z-index: 500;
  padding: 16px;
  padding-bottom: env(safe-area-inset-bottom);
}
@media screen and (min-width: 960px) {
  .sp-reserve-nav {
    display: none;
  }
}

.sp-reserve-nav-wrapper {
  display: flex;
  justify-content: space-between;
}

.reserve-button {
  width: 48%;
}

.reserve-link {
  text-align: center;
  font-size: clamp(1rem, 0.167rem + 2.22vw, 1.5rem);
  padding: 10px 0;
  display: block;
  color: #fff;
  background-color: #B69356;
  transition: background-color 0.4s, color 0.4s;
}
.reserve-link:hover {
  background-color: #fff;
  color: #B69356;
  border: 1px solid #B69356;
}

.fadeInTrigger,
.fadeInUpTrigger {
  opacity: 0;
}

.delay-time1 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-time2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-time3 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-time4 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#pagetop span {
  position: relative;
  z-index: 500;
  color: #B69356;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  writing-mode: vertical-rl;
}
#pagetop::before {
  content: "";
  position: absolute;
  bottom: 95px;
  right: 6px;
  width: 1px;
  height: 14px;
  background: #B69356;
  transform: skewX(31deg);
}
#pagetop::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 11px;
  width: 1px;
  height: 50px;
  background: #B69356;
}

.page-title-img {
  background: url(../img/ih-title.jpg) center center/cover;
}

@media screen and (min-width: 960px) {
  .concept-wrapper {
    position: relative;
    display: flex;
    margin-right: 15%;
  }
}
@media screen and (max-width: 959px) {
  .concept-wrapper {
    padding: 0 5%;
  }
}

.concept-img-list {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .concept-img-list {
    margin-right: 8%;
    width: 60%;
  }
}

.ih-concept-img1 {
  position: absolute;
}
@media screen and (max-width: 959px) {
  .ih-concept-img1 {
    width: 80%;
    position: relative;
  }
}

.ih-concept-img2 {
  position: absolute;
  margin-left: auto;
  width: 40%;
  right: -30px;
  top: 230px;
}
@media screen and (max-width: 959px) {
  .ih-concept-img2 {
    right: -4%;
    top: 70%;
  }
}

@media screen and (min-width: 960px) {
  .concept-texts {
    flex: 0 1 45%;
    max-width: 500px;
  }
}
@media screen and (max-width: 959px) {
  .concept-texts {
    width: 70%;
    margin-top: 25%;
  }
}
@media screen and (max-width: 600px) {
  .concept-texts {
    width: 100%;
  }
}

.concept-texts .headline-ja {
  white-space: nowrap;
}

.concept-message {
  font-family: "Noto Sans JP";
  line-height: 2.2;
}

@media screen and (min-width: 960px) {
  .about-ih {
    margin-top: 180px;
  }
}

@media screen and (min-width: 960px) {
  .about-ih-wrapper {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin-left: 15%;
  }
}
@media screen and (max-width: 959px) {
  .about-ih-wrapper {
    padding: 0 5%;
  }
}

@media screen and (min-width: 960px) {
  .about-ih-img {
    margin-left: 8%;
    width: 60%;
  }
}

@media screen and (max-width: 959px) {
  .about-ih-texts-inner {
    margin-top: 10%;
  }
}
.about-ih-texts-inner .ja {
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Serif JP";
}

.about-ih-message {
  font-family: "Noto Sans JP";
  line-height: 2.2;
}
@media screen and (min-width: 960px) {
  .about-ih-message {
    flex: 0 1 45%;
    max-width: 500px;
  }
}
@media screen and (max-width: 959px) {
  .about-ih-message {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .about-ih-message {
    width: 100%;
  }
}

.trouble {
  margin-top: 120px;
  text-align: center;
}

.trouble-box {
  border: 1px solid #B69356;
  padding: 30px 60px;
  margin: 60px 10%;
}
@media screen and (max-width: 959px) {
  .trouble-box {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .trouble-box {
    padding: 30px 20px;
  }
}

.trouble-box-title {
  width: 55%;
  margin: -46px auto 30px;
  background-color: #fff;
  text-align: center;
  font-size: clamp(1rem, 2.67vw, 1.5rem);
  color: #B69356;
}
@media screen and (max-width: 600px) {
  .trouble-box-title {
    width: 90%;
  }
}

.trouble-list {
  text-align: left;
  font-family: "Noto Sans JP";
}

.trouble-item {
  position: relative;
  padding-left: 20px;
}
.trouble-item + .trouble-item {
  margin-top: 12px;
}
.trouble-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 30%;
  width: 10px;
  height: 5px;
  border-left: 2px solid #B69356;
  border-bottom: 2px solid #B69356;
  transform: rotate(-45deg);
}

.trouble-message {
  margin-top: 32px;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 0.375rem + 2vw, 1.5rem);
}
.trouble-message .message-color {
  color: #B69356;
}

@media screen and (min-width: 960px) {
  .subconscious-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .subconscious-wrapper {
    padding: 0 5%;
  }
}

.subconsciousーimg {
  margin-top: 10%;
}
@media screen and (min-width: 960px) {
  .subconsciousーimg {
    width: 50%;
    margin: auto;
  }
}

@media screen and (min-width: 960px) {
  .subconscious-texts {
    flex: 0 1 45%;
    max-width: 500px;
  }
}
@media screen and (max-width: 959px) {
  .subconscious-texts {
    width: 100%;
  }
}

.subconscious-message {
  font-family: "Noto Sans JP";
  line-height: 2.2;
}

@media screen and (min-width: 960px) {
  .subconscious2-wrapper {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin-left: 15%;
  }
}
@media screen and (max-width: 959px) {
  .subconscious2-wrapper {
    padding: 0 5%;
  }
}

@media screen and (min-width: 960px) {
  .subconscious2-texts {
    flex: 0 1 45%;
    max-width: 500px;
  }
}
@media screen and (max-width: 959px) {
  .subconscious2-texts {
    width: 70%;
    margin-top: 25%;
  }
}
@media screen and (max-width: 600px) {
  .subconscious2-texts {
    width: 100%;
  }
}

.subconscious2-message {
  font-family: "Noto Sans JP";
  line-height: 2.2;
}
@media screen and (min-width: 960px) {
  .subconscious2-message {
    flex: 0 1 45%;
    max-width: 500px;
  }
}

.subconscious2-img-list {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .subconscious2-img-list {
    margin-left: 8%;
    width: 60%;
  }
}

.subconscious2-img1 {
  position: absolute;
  width: 90%;
  right: 0;
}
@media screen and (max-width: 959px) {
  .subconscious2-img1 {
    width: 70%;
    position: relative;
  }
}

.subconscious2-img2 {
  position: absolute;
  margin-left: auto;
  width: 60%;
  right: 42%;
  top: 200px;
}
@media screen and (max-width: 959px) {
  .subconscious2-img2 {
    right: -4%;
    top: 70%;
  }
}

.recomend {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #FFF8F8 30%, #FFF8F8 100%);
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .recomend {
    padding-bottom: 80px;
  }
}

.headline-recomend {
  font-family: "Noto Serif JP";
  color: #B69356;
  display: inline-block;
  font-size: 24px;
  border-bottom: solid 1px #B69356;
  padding-bottom: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .headline-recomend {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.recomend-wrapper {
  margin: 0 auto;
  background-color: #fff;
  width: 90%;
  max-width: 1000px;
  padding: 40px 100px;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
}
@media screen and (min-width: 960px) {
  .recomend-wrapper {
    padding: 40px 180px;
  }
}
@media screen and (max-width: 600px) {
  .recomend-wrapper {
    width: 90%;
    padding: 32px 24px;
  }
}

.recomend-list {
  text-align: left;
  font-family: "Noto Sans JP";
}

.recomend-item {
  position: relative;
  padding-left: 20px;
}
.recomend-item + .recomend-item {
  margin-top: 12px;
}
.recomend-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 30%;
  width: 10px;
  height: 5px;
  border-left: 2px solid #B69356;
  border-bottom: 2px solid #B69356;
  transform: rotate(-45deg);
}

.feature-inner {
  margin-bottom: 120px;
}
@media screen and (min-width: 960px) {
  .feature-inner {
    display: flex;
    justify-content: space-between;
  }
}
.feature-inner:nth-of-type(2) {
  flex-direction: row-reverse;
}
.feature-inner:nth-of-type(4) {
  flex-direction: row-reverse;
}

.feature-picture {
  flex: 0 0 50%;
}

.feature-message {
  flex: 0 1 45%;
}
@media screen and (max-width: 959px) {
  .feature-message {
    margin-top: 32px;
  }
}

.feature-message-title {
  font-family: "Noto Serif JP";
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
}

.feature-number {
  display: block;
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: normal;
  color: #B69356;
}

.feature-message-text {
  font-family: "Noto Sans JP";
  line-height: 2;
}

.session-enviroment {
  text-align: center;
}

.session-enviroment-title {
  font-size: clamp(1.25rem, 0.75rem + 1.33vw, 1.5rem);
  color: #B69356;
  margin-bottom: 32px;
}

.session-enviroment-list {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.session-enviroment-item {
  width: 24%;
  background-color: #FFF8F8;
  padding: 2.8rem 1rem;
  border-radius: 20px;
  font-family: "Noto Sans JP";
  white-space: nowrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .session-enviroment-item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .session-enviroment-item {
    white-space: normal;
    padding: 2rem 1rem;
  }
}

.price-info {
  background: #FFF8F8;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  .price-info {
    padding: 80px 0;
  }
}

@media screen and (min-width: 960px) {
  .price-info-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.price-card {
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
  overflow: hidden;
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .price-card {
    width: 80%;
    margin: 0 auto;
  }
  .price-card + .price-card {
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .price-card {
    width: 100%;
  }
}

.ih-card-pict1 {
  overflow: hidden;
  padding-top: 60%;
  background: url(../img/menu-ih.jpg) center center/cover;
}

.ih-card-pict2 {
  overflow: hidden;
  padding-top: 60%;
  background: url(../img/ih-menu2.jpg) center center/cover;
}

.card-textbox {
  padding: 1rem 3rem;
  text-align: center;
  font-family: "Noto Serif JP";
  flex-grow: 1;
}
@media screen and (max-width: 959px) {
  .card-textbox {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .card-textbox {
    padding: 1rem 1.5rem;
  }
}

.card-title {
  color: #B69356;
  font-size: clamp(1.625rem, 0.875rem + 2vw, 2rem);
}

.card-price-time {
  font-size: clamp(1.5rem, 0.75rem + 2vw, 1.875rem);
}
.card-price-time .time {
  margin-left: 6%;
  font-size: clamp(1.25rem, 0.75rem + 1.33vw, 1.5rem);
}

.card-message {
  flex-grow: 1;
  margin-top: 30px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
}

.price-tag {
  font-family: "Noto Sans JP";
  display: inline-block;
  padding: 0 15px;
  border-radius: 10px;
  background-color: #B69356;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 0.03em;
  margin-top: 8px;
  float: right;
}

.card-footer {
  text-align: center;
  padding: 1rem 3rem;
}
@media screen and (max-width: 959px) {
  .card-footer {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .card-footer {
    padding: 1rem 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .message-wrapper {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin-left: 6%;
  }
  .message-wrapper:nth-of-type(2) {
    flex-direction: row;
    margin-left: 0;
    margin-right: 6%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 959px) {
  .message-wrapper {
    padding: 0 5%;
  }
}

.message-img {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .message-img {
    margin-left: 4%;
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  .message-img-blcok2 {
    margin-left: 0;
    margin-right: 4%;
  }
}
@media screen and (max-width: 959px) {
  .message-img-blcok2 {
    margin-top: 5%;
  }
}

.message-describe {
  width: 100%;
  margin-top: 10%;
}
@media screen and (min-width: 960px) {
  .message-describe {
    flex: 0 1 50%;
    max-width: 700px;
    margin-top: 0;
  }
}

.message-describe .headline-ja {
  white-space: nowrap;
}

.message-text {
  font-family: "Noto Sans JP";
  line-height: 2.2;
}

.text-link {
  color: #B69356;
}
.text-link:hover {
  opacity: 0.6;
}

.profile-yukina {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.profile-img {
  width: 180px;
}

.profile-describe {
  margin-left: 30px;
}
.profile-describe .name {
  font-size: clamp(1.5rem, 0.667rem + 2.22vw, 2rem);
  color: #B69356;
}
.profile-describe .certification {
  margin-top: 16px;
  font-family: "Noto Sans JP";
}

.review {
  background-image: url(../img/beach-1846235_1920.jpg);
  padding-top: 74%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-left: 10vw;
  padding: 120px 0;
  position: relative;
}
.review::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .review {
    margin-left: 0;
    padding: 80px 0;
  }
}

.review .section-title {
  z-index: 50;
}

.review-swiper {
  overflow: hidden;
}
.review-swiper .swiper {
  overflow: visible;
}

.l-inner {
  width: 100%;
  position: relative;
  box-sizing: content-box;
  z-index: 50;
}

.swiper-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-bottom: 10px;
}

.review-slide .swiper-slide {
  width: 25rem;
  max-width: 400px;
  height: auto;
}
@media screen and (max-width: 600px) {
  .review-slide .swiper-slide {
    width: 20rem;
    max-width: 300px;
  }
}

.review-card {
  width: 25rem;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 5px 12px rgba(62, 62, 62, 0.2);
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}

.review-card-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.review-img {
  width: 100px;
}

.review-person {
  font-size: 20px;
  font-family: "Noto Serif JP";
  line-height: 1.5;
  font-weight: 600;
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .review-person {
    font-size: 18px;
    margin-left: 16px;
  }
}

.review-text {
  margin-top: 40px;
  font-family: "Noto Sans JP";
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .review-text {
    font-size: 14px;
  }
}

.review-message {
  flex-grow: 1;
}

.swiper-controller {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3.2rem;
}

.swiper-pagination {
  position: relative !important;
  display: flex;
  justify-content: flex-start;
  margin-left: 3.2rem;
}

.review-swiper .swiper-button-prev::after {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 3px solid #B69356;
  border-top: 3px solid #B69356;
  transform: rotate(-45deg);
  top: 3px;
  left: 18px;
}
.review-swiper .swiper-button-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid #B69356;
  border-top: 3px solid #B69356;
  transform: rotate(45deg);
  top: 8px;
  left: -4px;
}

.review-swiper .swiper-pagination-bullet {
  background: #674605;
  width: 12px;
  height: 12px;
}
.review-swiper .swiper-pagination-bullet-active {
  background: #B69356;
}

.qanda-wrapper {
  max-width: min(90%, 1000px);
  margin: 60px auto 0;
}

.qanda-item {
  background-color: #FFF8F8;
  margin-bottom: 32px;
  border-radius: 4px;
  padding: 0 16px;
  font-family: "Noto Sans JP";
}

.question {
  margin-left: 40px;
  position: relative;
  line-height: 1.8;
  padding: 18px 0 15px 10px;
  font-size: clamp(1rem, 0.5rem + 1.33vw, 1.25rem);
}
@media screen and (max-width: 600px) {
  .question {
    padding-right: 20px;
  }
}
.question::before {
  content: "Q";
  font-family: "Cormorant Garamond";
  position: absolute;
  display: inline-block;
  color: #fff;
  background: #B69356;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.qa-box-icon {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.qa-box-icon.close .qa-icon-bar2 {
  transform: rotate(90deg);
}

.qa-icon-bar1 {
  width: 17px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background: #B69356;
  border-radius: 20px;
}

.qa-icon-bar2 {
  width: 2px;
  height: 17px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0px;
  background: #B69356;
  border-radius: 20px;
  transition: all 0.3s ease 0s;
}

.answer {
  display: none;
  padding-bottom: 18px;
  margin: 0;
}

.answer-message {
  position: relative;
  margin-left: 40px;
  padding: 10px 16px;
  line-height: 1.8;
}
.answer-message::before {
  content: "A";
  font-family: "Cormorant Garamond";
  position: absolute;
  display: inline-block;
  color: #B69356;
  background: #fff;
  border-radius: 100px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  left: -40px;
  top: 10px;
}