@charset "utf-8";
/* CSS Document */
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #FFF;
  text-align: center;
}
#splash.is-active {
  opacity: 0;
  visibility: hidden;
}
/* Loading画像中央配置　*/
#splash_logo {
  color: #333;
  font-size: 2.0rem;
  line-height: 2.4em;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: text_anime_on 1s ease-out 0.5s forwards;
  margin: 0 auto;
  width: 100vw;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#splash_logo span {
  opacity: 0;
}
#splash_logo.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width:786px) {
  #splash_logo {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 以下をさわる*/
.top__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
  margin: 0 24px;
  margin-bottom: 200px;
}
.top__image {
  max-width: 820px;
}
.top__image img {
  width: 100%;
}
.top h2 {
  color: #ae7c4d;
  font-size: 3.0rem;
  line-height: 56px;
  white-space: nowrap;
  padding-bottom: 60px;
}
.howto__waves-top {
  position: relative;
}
.howto__wave-top {
  display: block;
  transform: translateY(2px);
}
.yomogimushi__introduction {
  background-color: #feeeed;
}
.yomogimushi__introduction h2 {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
}
.yomogimushi__introduction h2::after {
  content: "";
  display: inline-block;
  background-image: url("../img/others/title_en/whats_yomogimushi@2x.png");
  background-repeat: no-repeat;
  aspect-ratio: 247/69;
  width: auto;
  height: 90px;
  background-size: cover;
  position: absolute;
  vertical-align: top;
  left: 48%;
  top: 33%;
  z-index: -1;
}
.onkatsu_image img {
  max-width: 700px;
  height: auto;
}
.onkatsu__discription {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5e3d26;
  line-height: 5.6rem;
  padding: 0 20px;
  padding-top: 80px;
  padding-bottom: 120px;
}
.onkatsu__discription_break {
  display: none;
}
.howto__waves-bottom {
  position: relative;
  top: -2px;
  margin-bottom: 140px;
}
.howto__wave-bottom {
  display: block;
  transform: scale(1, -1);
}
@media(max-width:1010px) {
  .yomogimushi__introduction {
    padding: 24px 0;
    position: relative;
    z-index: -2;
  }
  .yomogimushi__introduction h2 {
    text-align: center;
    margin: 0 auto;
    margin: 60px 0px 10px 0px;
  }
  .yomogimushi__introduction h2::after {
    height: 50px;
    left: 46%;
    top: 40%;
  }
  .onkatsu__discription {
    font-size: 2.0rem;
    letter-spacing: 0.06em;
    line-height: 4.0rem;
  }
  .onkatsu__discription_break {
    display: block
  }
}
@media(max-width: 500px) {
  .onkatsu_image img {
    width: 60%;
  }
  .onkatsu__discription br {
    display: none;
  }
}
.efficacy h2 {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}
.efficacy h2::after {
  content: "";
  display: inline-block;
  background-image: url("../img/others/title_en/just_for_you@2x.png");
  background-repeat: no-repeat;
  aspect-ratio: 3541/1099;
  width: auto;
  height: 70px;
  background-size: cover;
  position: absolute;
  vertical-align: top;
  left: 49%;
  top: 30%;
  z-index: -1;
}
.efficacy__for {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap-reverse;
}
.efficacy__for h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 30px;
  display: inline-block;
}
.efficacy__for h3:after {
  display: inline-block;
  content: '';
  position: absolute;
  background-image: url("../img/others/menu_line.png");
  width: 120%;
  height: 20px;
  background-size: 100% 100%;
  top: 14px;
  left: -10%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}
.efficacy__for_content {
  width: 500px;
  margin: 20px;
}
.efficacy__for p {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  line-height: 1.8em;
  height: 100px;
}
.efficacy__others {
  display: flex;
  flex-direction: column;
  padding-bottom: 160px;
}
.efficacy__others h3 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 0 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.efficacy__others br {
  display: none;
}
.btntransform__yomogi {
  /*丸の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  padding: 0 0 0 28px;
  line-height: 50px;
  color: #333;
  text-decoration: none;
  outline: none;
  font-size: 2.4rem;
  font-weight: 500;
}
/* 丸が動く */
.btntransform__yomogi::before {
  content: '';
  /*絶対配置で丸の位置を決める*/
  position: absolute;
  left: 0;
  z-index: -1;
  /*丸の形状*/
  width: 54px;
  height: 54px;
  background: #f48533;
  border-radius: 28px;
  /*アニメーションの指定*/
  transition: .3s ease-out;
}
/*hoverした際の形状*/
.btntransform__yomogi:hover::before {
  width: 346px;
}
/* 矢印の形状 */
.btntransform__yomogi::after {
  position: absolute;
  content: '';
  top: 0.8em;
  right: -24px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.yomogi__course_copy {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.0em;
  padding-top: 60px;
  margin-bottom: 160px;
}
.yomogi__course_emphasize {
  font-size: 2.8rem;
  font-weight: 500;
}
.yomogi__course_emphasize br {
  display: none;
}
.yomogi__course_minite {
  font-size: 3.0rem;
  font-family: Arial, Helvetica, "sans-serif";
}
@media (max-width:1010px) {
  .efficacy h2::after {
    height: 50px;
    top: 34%;
    left: 50%;
  }
  .efficacy__for h3 {
    font-size: 2.6rem;
  }
  .efficacy__for p {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .efficacy__others {
    padding-bottom: 120px;
  }
  .efficacy__others h3 {
    font-size: 2.6rem;
  }
  .btntransform__yomogi {
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: -20px;
  }
  .btntransform__yomogi:hover::before {
    width: 252px;
  }
  .btntransform__yomogi::after {
    top: 1.2em;
    right: -20px;
    width: 10px;
    height: 10px;
  }
  .yomogi__course_copy {
    font-size: 2.0rem;
    letter-spacing: 0.06em;
    line-height: 2.0em;
  }
  .yomogi__course_emphasize {
    font-size: 2.4rem;
  }
  .yomogi__course_emphasize br {
    display: block;
  }
  .yomogi__course_minite {
    font-size: 2.8rem;
  }
}
@media(max-width:700px) {
  .efficacy__for h3 {
    font-size: 2.2rem;
    letter-spacing: -0.02em;
  }
  .efficacy__others h3 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 1.6em;
  }
  .efficacy__others br {
    display: block;
  }
  .yomogi__course_emphasize {
    font-size: 2.0rem;
  }
  .yomogi__course_minite {
    font-size: 2.4rem;
  }
}
@media(max-width: 450px){
  .efficacy__others h3{
    letter-spacing: -0.02em;
    padding: 0 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .yomogi__course_copy p {
    letter-spacing: 0.02em;
  }
}
  
  .items__body {
  background-color: #feeeed;
}
.items__body h2 {
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
}
.items__body h2::after {
  content: "";
  display: inline-block;
  background-image: url("../img/others/title_en/curated_items@2x.png");
  background-repeat: no-repeat;
  aspect-ratio: 4351/1350;
  width: auto;
  height: 90px;
  background-size: cover;
  position: absolute;
  vertical-align: top;
  left: 48%;
  top: 33%;
  z-index: -1;
}
.items__body ol {
  padding-top: 120px;
}
.items__content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0 160px;
  padding-bottom: 140px;
}
.items__content:nth-child(even) {
  flex-direction: row-reverse;
}
.items__content img {
  margin-bottom: 40px;
}
.items__content_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 240px;
}
.items__content_text p {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.8em;
}
@media(max-width:1010px) {
  .items__body h2::after {
    height: 50px;
    top: 44%;
  }
  .items__body ol {
    padding-top: 20px;
  }
  .items__content img {
    margin-bottom: 20px;
  }
  .items__content {
    padding: 0 120px;
    padding-bottom: 60px;
  }
  .items__content:first-child {
    padding-bottom: 140px;
  }
  .items__content:last-child {
    padding-bottom: 160px;
  }
  .items__content_text {
    font-size: 2.2rem;
    align-items: flex-start;
  }
}
@media(max-width:800px) {
  .items__body h2 {
    padding-bottom: 80px;
  }
  .items__content {
    padding: 0 16px;
  }
  .items__content:first-child {
    padding-bottom: 100px;
  }
  .items__content:last-child {
    padding-bottom: 120px;
  }
  .items__content_text p {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 1.8em;
  }
  .items__content_text br {
    display: none;
  }
}
.yomogi__faq {
  max-width: 1040px;
  margin: 0px auto;
  padding: 0px 24px;
  margin-bottom: 240px;
}
.yomogi__faq h2 {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
}
.yomogi__faq h2::after {
  content: "";
  display: inline-block;
  background-image: url("../img/others/title_en/faq@2x.png");
  background-repeat: no-repeat;
  aspect-ratio: 2103/1114;
  width: auto;
  height: 70px;
  background-size: cover;
  position: absolute;
  vertical-align: top;
  left: 63%;
  top: 38%;
  z-index: -1;
}
.yomogi__faqcontent {
  border-bottom: dashed 2px #c9c0bc;
  padding-bottom: 20px;
}
.yomogi__faqcontent:last-child {
  border-bottom: none;
}
.yomogi__faqcontent__item {
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.yomogi__faqcontent__box_question {
  display: flex;
  padding-top: 52px;
}
.yomogi__faqcontent__box_Qicon {
  padding-right: 30px;
}
.yomogi__faqcontent__box_Q {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  line-height: 2em;
  letter-spacing: 0.1em;
  padding-top: 20px;
}
.yomogi__faqcontent__box_answer {
  display: flex;
}
.yomogi__faqcontent__box_Aicon {
  padding-right: 30px;
}
.yomogi__faqcontent__box_A {
  font-size: 2.0rem;
  text-align: left;
  line-height: 2em;
}
.yomogi__faqcontent__box_A p {
  padding-top: 24px;
}
@media (max-width:1010px) {
  .yomogi__faq {
    margin-bottom: 100px;
  }
  .yomogi__faq h2 {
    letter-spacing: -0.04em;
  }
  .yomogi__faq h2::after {
    height: 50px;
    left: 62%;
    top: 44%;
  }
  .yomogi__faqcontent__box_Qicon {
    padding-right: 12px;
  }
  .yomogi__faqcontent__box_Qicon img {
    aspect-ratio: 64/71;
    width: 50px;
    height: auto;
  }
  .yomogi__faqcontent__box_Q {
    font-size: 2.0rem;
    line-height: 2em;
    padding-top: 14px;
  }
  .yomogi__faqcontent__box_Aicon {
    padding-right: 12px;
  }
  .yomogi__faqcontent__box_Aicon img {
    aspect-ratio: 64/71;
    width: 50px;
    height: auto;
  }
  .yomogi__faqcontent__box_A {
    font-size: 1.6rem;
    line-height: 2em;
  }
  .yomogi__faqcontent__box_A p {
    padding-top: 20px;
  }
}
.reservation__wave-top {
  display: block;
  margin-top: 200px;
  position: relative;
  z-index: -3;
}
.reservation__text {
  background-color: #FEEEED;
  padding-top: 60px;
  position: relative;
  z-index: -3;
}
.reservation__way-box {
  background-color: #FEEEED;
  padding-bottom: 20px;
}