@charset "UTF-8";
/**** 共通カラー ****/
.section-mv {
  position: relative;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.section-mv .swiper-slide-active .swiper-img,
.section-mv .swiper-slide-duplicate-active .swiper-img,
.section-mv .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.section-mv .swiper-slide img {
  height: auto;
  width: 100%;
}
.section-mv .swiper-img {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-mv .swiper-img {
    flex-direction: column;
  }
}
.section-mv .swiper-img span {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-mv .swiper-img span {
    width: 100%;
  }
}
.section-mv .catch_tittle {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  left: 4.1666666667vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-mv .catch_tittle {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
  }
}
.section-mv .catch_tittle h1 span {
  display: block;
  color: #fff;
}
.section-mv .catch_tittle h1 span:first-child {
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .section-mv .catch_tittle h1 span:first-child {
    font-size: 1.8rem;
  }
}
.section-mv .catch_tittle h1 span:nth-child(2) {
  font-size: clamp(5rem, 6vw, 6rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-mv .catch_tittle h1 span:nth-child(2) {
    font-size: 4.2rem;
  }
}
.section-mv .catch_tittle h1 span:last-child {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .section-mv .catch_tittle h1 span:last-child {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}

.section_about {
  padding: 200px 0 198px 0;
  background-color: #f0efe9;
}
@media screen and (max-width: 768px) {
  .section_about {
    padding: 80px 0 98px 0;
  }
}
.section_about .about_wrap {
  position: relative;
}
.section_about .about_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../image/about_decoration.webp);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 375px;
  max-height: 250px;
  width: 26.0416666667vw;
  height: 17.3611111111vw;
}
@media screen and (max-width: 992px) {
  .section_about .about_wrap::after {
    max-width: 180px;
    max-height: 120px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .section_about .about_wrap::after {
    bottom: auto;
    top: 106.6666666667vw;
    width: 100%;
    max-width: 140px;
    height: 93.5px;
  }
}
.section_about .about_contents {
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section_about .about_contents {
    flex-direction: column;
  }
}
.section_about .about_contents h2 {
  position: relative;
  margin-right: 2.3611111111vw;
}
@media screen and (max-width: 768px) {
  .section_about .about_contents h2 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section_about .about_contents h2 span {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  transform: rotate(90deg) translateY(50%);
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f0efe9;
  position: relative;
  z-index: 1;
}
.section_about .about_contents h2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: #333333;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-8px);
}
.section_about .about_contents h3 {
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  line-height: 1.8;
  margin-right: 8.6805555556vw;
}
@media screen and (max-width: 768px) {
  .section_about .about_contents h3 {
    font-size: 2.8rem;
    margin-left: 40px;
    margin-right: 0;
  }
}
.section_about .about_contents p {
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section_about .about_contents p {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-left: 40px;
  }
}

.section_features {
  background-image: url(../image/features_bg.webp);
  background-size: cover;
  padding-top: 134px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .section_features {
    padding-top: 98px;
    background-image: url(../image/features_bg_sp.webp);
  }
}
.section_features h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "NotoSerifJP-Regular";
  text-align: center;
  font-size: clamp(2.8rem, 3.1vw, 3.6rem);
  color: #fff;
  margin: 0 auto 68px;
}
@media screen and (max-width: 768px) {
  .section_features h2 {
    font-size: 2.8rem;
  }
}
.section_features h2 span {
  font-size: clamp(1.8rem, 1.39vw, 2rem);
  display: block;
  padding: 4px;
  border-bottom: solid 1px #ffffff;
}
@media screen and (max-width: 768px) {
  .section_features h2 span {
    font-size: 1.6rem;
  }
}
.section_features h2 .accent {
  font-size: clamp(4rem, 3.7vw, 4.6rem);
  display: inline-block;
  line-height: 1.2;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .section_features h2 .accent {
    font-size: 3.6rem;
  }
}
.section_features .features_list {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section_features .features_list {
    flex-direction: column;
    padding: 0 20px;
  }
}
.section_features .features_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.5%;
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .section_features .features_list li {
    width: 100%;
    margin-bottom: 60px;
  }
}
.section_features .features_list li:nth-child(2n) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section_features .features_list li:nth-child(2n) {
    margin-top: 0;
  }
}
.section_features .features_list li .number {
  font-size: clamp(3.8rem, 3.4vw, 4.2rem);
  transform: translateY(-11px);
}
@media screen and (max-width: 768px) {
  .section_features .features_list li .number {
    font-size: 4.5rem;
    transform: translateY(-18px);
  }
}
.section_features .features_list li p {
  margin-top: 18px;
  font-size: clamp(1.8rem, 1.39vw, 2rem);
}
@media screen and (max-width: 768px) {
  .section_features .features_list li p {
    font-size: 1.8rem;
  }
}

.section_features_second {
  background-image: url(../image/section_features_second_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 148px;
}
@media screen and (max-width: 768px) {
  .section_features_second {
    padding-top: 94px;
    padding-bottom: 120px;
    background-image: url(../image/section_features_second_bg_sp.webp);
  }
}
.section_features_second .features_second_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_features_second .features_second_wrap {
    padding: 0 20px;
    height: 198.6666666667vw;
  }
}
.section_features_second .features_second_wrap .features_decoration01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20.8333333333vw;
  height: 27.7777777778vw;
  max-width: 300px;
  max-height: 400px;
}
@media screen and (max-width: 768px) {
  .section_features_second .features_second_wrap .features_decoration01 {
    width: 49.8666666667vw;
    height: 85.3333333333vw;
    max-width: 187px;
    max-height: 320px;
  }
}
.section_features_second .features_second_wrap .features_decoration01::after {
  content: "";
  position: absolute;
  background-image: url(../image/features_second_decoration01.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /* ▼ 中央から開く初期状態 */
  -webkit-clip-path: inset(50% 50% 50% 50%);
          clip-path: inset(50% 50% 50% 50%);
  opacity: 0;
  transition: opacity 1.2s ease-out, -webkit-clip-path 1.2s ease-out;
  transition: clip-path 1.2s ease-out, opacity 1.2s ease-out;
  transition: clip-path 1.2s ease-out, opacity 1.2s ease-out, -webkit-clip-path 1.2s ease-out;
}
.section_features_second .features_second_wrap .features_decoration01.show::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
  transition-delay: 0.6s;
}
.section_features_second .features_second_wrap .features_decoration02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20.8333333333vw;
  height: 37.0370138889vw;
  max-width: 300px;
  max-height: 533px;
}
@media screen and (max-width: 768px) {
  .section_features_second .features_second_wrap .features_decoration02 {
    width: 37.3333333333vw;
    height: 66.6666666667vw;
    max-width: 140px;
    max-height: 250px;
    bottom: 34.6666666667vw;
  }
}
.section_features_second .features_second_wrap .features_decoration02::after {
  content: "";
  position: absolute;
  background-image: url(../image/features_second_decoration02.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /* ▼ 中央から開く初期状態 */
  -webkit-clip-path: inset(50% 50% 50% 50%);
          clip-path: inset(50% 50% 50% 50%);
  opacity: 0;
  transition: opacity 1.2s ease-out, -webkit-clip-path 1.2s ease-out;
  transition: clip-path 1.2s ease-out, opacity 1.2s ease-out;
  transition: clip-path 1.2s ease-out, opacity 1.2s ease-out, -webkit-clip-path 1.2s ease-out;
}
.section_features_second .features_second_wrap .features_decoration02.show::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
  transition-delay: 0.2s;
}
.section_features_second .features_second_wrap .features_second_item {
  width: 390px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section_features_second .features_second_wrap .features_second_item {
    width: 100%;
  }
}
.section_features_second .features_second_wrap .features_second_item h2 {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 48px;
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .section_features_second .features_second_wrap .features_second_item h2 {
    margin-top: 0;
  }
}
.section_features_second .features_second_wrap .features_second_item h2 span {
  position: relative;
  display: inline-block;
}
.section_features_second .features_second_wrap .features_second_item h2 span::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #333333;
  vertical-align: middle;
  margin-left: 8px;
}
.section_features_second .features_second_wrap .features_second_item h3 {
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  margin-bottom: 38px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section_features_second .features_second_wrap .features_second_item h3 {
    font-size: 2.8rem;
    margin-bottom: 28px;
  }
}
.section_features_second .features_second_wrap .features_second_item .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section_features_second .features_second_wrap .features_second_item .description {
    font-size: 1.4rem;
  }
}
.section_features_second .feature_youtube_wrap {
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfaf4;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .section_features_second .feature_youtube_wrap {
    margin-top: 75px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100vw;
  }
}
.section_features_second .feature_youtube_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../image/decorate_left.webp);
  background-repeat: repeat-y;
  background-size: contain;
  width: 51px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section_features_second .feature_youtube_wrap::before {
    width: 20px;
  }
}
.section_features_second .feature_youtube_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../image/decorate_right.webp);
  background-repeat: repeat-y;
  background-size: contain;
  width: 51px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section_features_second .feature_youtube_wrap::after {
    width: 20px;
  }
}
.section_features_second .feature_youtube_wrap .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.section_features_second .feature_youtube_wrap .feature_second_tittle {
  position: absolute;
  top: -40px;
  left: 60px;
  font-size: clamp(1.8rem, 1.39vw, 2rem);
  padding: 9px 22px 11px;
  border: solid 1px #c79f4f;
  background-color: #fcfaf4;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section_features_second .feature_youtube_wrap .feature_second_tittle {
    top: -60px;
    left: auto;
    right: 20px;
    line-height: 1.6;
    font-size: 1.3rem;
    padding: 6px 9px 6px 6px;
  }
}
.section_features_second .youtube-container {
  position: relative;
  width: 75%;
  max-width: 900px;
  padding-top: 40.22%;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section_features_second .youtube-container {
    width: 78%;
    padding-top: 56.25%;
  }
}
.section_features_second .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_reasons {
  position: relative;
  padding-top: 140px;
  padding-bottom: 150;
  background-color: #f7f1e8;
}
@media screen and (max-width: 768px) {
  .section_reasons {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.section_reasons .w1200 {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section_reasons .w1200 {
    width: calc(100% - 40px);
  }
  .section_reasons .w1200::after {
    content: "";
    position: absolute;
    background-color: #eee1ca;
    width: 100vw;
    height: 50vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.section_reasons::before {
  content: "";
  position: absolute;
  background-image: url(../image/review_bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 36.25vw;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .section_reasons::before {
    background-image: url(../image/review_bg_sp.webp);
    height: 123.2vw;
    bottom: 100vw;
  }
}
.section_reasons::after {
  content: "";
  position: absolute;
  background-image: url(../image/review_cover.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 9.7222222222vw;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section_reasons::after {
    background-image: url(../image/review_cover_sp.webp);
    height: 140.5333333333vw;
    bottom: 25vw;
  }
}
.section_reasons .reasons_tittle {
  display: flex;
  align-items: center;
  margin: 0 auto 15px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.section_reasons .reasons_tittle::before {
  content: "";
  background-image: url(../image/reasons_left.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 77.1px;
  height: 128px;
}
@media screen and (max-width: 768px) {
  .section_reasons .reasons_tittle::before {
    width: 41.64px;
    height: 69.13px;
  }
}
.section_reasons .reasons_tittle::after {
  content: "";
  background-image: url(../image/reasons_right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 77.1px;
  height: 128px;
}
@media screen and (max-width: 768px) {
  .section_reasons .reasons_tittle::after {
    width: 41.64px;
    height: 69.13px;
  }
}
.section_reasons h2 {
  font-size: clamp(2.7rem, 2.99vw, 3.3rem);
  text-align: center;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .section_reasons h2 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    font-size: 2rem;
    margin: 0;
  }
}
.section_reasons h2 span {
  font-size: clamp(3.2rem, 3.1vw, 3.8rem);
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .section_reasons h2 span {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 8px;
  }
}
.section_reasons h2 .sales {
  color: #c79f4f;
  font-size: 7.3rem;
  display: inline-block;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .section_reasons h2 .sales {
    font-size: 3.8rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 6px;
  }
}
.section_reasons .reveiw_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section_reasons .reveiw_flex {
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .section_reasons .reveiw_flex .komebukuro {
    order: -1;
  }
}
.section_reasons .reveiw_flex .rakuen_review {
  width: 30.2083333333vw;
}
@media screen and (max-width: 768px) {
  .section_reasons .reveiw_flex .rakuen_review {
    width: 100%;
    margin-bottom: 30px;
  }
  .section_reasons .reveiw_flex .rakuen_review .sp_bg {
    display: block;
    background-color: #fcfaf4;
    border-radius: 10px;
    overflow: hidden;
  }
}
.section_reasons .reveiw_flex .komebukuro {
  width: 15.625vw;
  margin: 0 52.5px 0;
}
@media screen and (max-width: 768px) {
  .section_reasons .reveiw_flex .komebukuro {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_reasons .reveiw_flex .amazon_review {
  width: 30.2083333333vw;
}
.section_reasons .reveiw_flex .amazon_review .day {
  display: block;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section_reasons .reveiw_flex .amazon_review {
    width: 100%;
    margin-bottom: 20px;
  }
  .section_reasons .reveiw_flex .amazon_review .sp_bg {
    display: block;
    background-color: #fcfaf4;
    border-radius: 10px;
    overflow: hidden;
  }
}

.section_voice {
  background-color: #eee1ca;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
.section_voice::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(../image/section_voice_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21.8055555556vw;
  height: 21.8055555556vw;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .section_voice::before {
    width: 344px;
    height: 344px;
  }
}
.section_voice::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20%;
  background-image: url(../image/section_voice_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21.8055555556vw;
  height: 21.8055555556vw;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 768px) {
  .section_voice::after {
    width: 344px;
    height: 344px;
    bottom: auto;
    top: -10%;
  }
}
.section_voice h2 {
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section_voice h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.section_voice .voice_wrap {
  max-width: 880px;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_voice .voice_wrap {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.section_voice .voice_wrap:last-of-type {
  margin-bottom: 0;
}
.section_voice .voice_wrap.inversion {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section_voice .voice_wrap.inversion {
    flex-direction: column;
  }
}
.section_voice .voice_wrap .user-image {
  margin-bottom: 10px;
}
.section_voice .voice_wrap .purchaser {
  max-width: 100px;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  text-align: center;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section_voice .voice_wrap .purchaser {
    margin: 0;
    max-width: 80px;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: 20px;
    transform: translateY(50%);
    z-index: 2;
  }
}
.section_voice .voice_wrap .purchaser.inversion {
  margin-left: 40px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .section_voice .voice_wrap .purchaser.inversion {
    margin: 0;
    max-width: 80px;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: 20px;
    transform: translateY(50%);
    z-index: 2;
  }
}
.section_voice .voice_wrap .voice_item {
  background-color: #f7f1e8;
  position: relative;
  padding: 40px 28px 40px 40px;
}
@media screen and (max-width: 768px) {
  .section_voice .voice_wrap .voice_item {
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
  }
}
.section_voice .voice_wrap .voice_item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 26.25px solid #f7f1e8;
  border-right: 0;
  bottom: 0;
  top: 0;
  left: -15px;
  rotate: 60deg;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section_voice .voice_wrap .voice_item::before {
    display: none;
  }
}
.section_voice .voice_wrap .voice_item.inversion::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 26.25px solid #f7f1e8;
  border-right: 0;
  bottom: 0;
  top: 0;
  right: -15px;
  left: auto;
  rotate: 120deg;
  margin: auto;
}
.section_voice .voice_wrap .voice_item .star_group {
  position: relative;
  padding-bottom: 12.5px;
  margin-bottom: 7.5px;
}
.section_voice .voice_wrap .voice_item .star_group .star {
  content: "";
  display: inline-block;
  background-image: url(../image/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}
.section_voice .voice_wrap .voice_item .star_group::after {
  content: "";
  position: absolute;
  background-image: url(../image/border.webp);
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  background-size: contain;
  bottom: 0;
  left: 0;
}
.section_voice .voice_wrap .voice_item .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section_voice .voice_wrap .voice_item .description {
    font-size: 1.4rem;
  }
}
.section_voice .voice_wrap .voice_item .description .marker {
  background-color: #e9d9ba;
}

.section-howto {
  padding-top: 197px;
  padding-bottom: 140px;
  background-color: #f7f1e8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-howto {
    padding-top: 92px;
    padding-bottom: 0;
  }
}
.section-howto::before {
  content: "";
  position: absolute;
  background-image: url(../image/review_cover.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 9.7222222222vw;
  top: -2px;
  left: 0;
  transform: scale(-1, -1);
}
.section-howto h2 {
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-howto h2 {
    font-size: 2.4rem;
  }
}
.section-howto .howto-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .section-howto .howto-wrap {
    flex-direction: column;
    margin-top: 56px;
  }
}
.section-howto .howto-wrap:before {
  content: "";
  display: block;
  width: 37.5%;
  aspect-ratio: 450/675;
  background-image: url(../image/howto-wrap.webp);
  background-size: cover;
  background-position: 50% 50%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: opacity 0.8s ease-out, -webkit-clip-path 0.8s ease-out;
  transition: clip-path 0.8s ease-out, opacity 0.8s ease-out;
  transition: clip-path 0.8s ease-out, opacity 0.8s ease-out, -webkit-clip-path 0.8s ease-out;
}
@media screen and (max-width: 768px) {
  .section-howto .howto-wrap:before {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../image/howto-wrap_sp.webp);
    order: 3;
    aspect-ratio: auto;
    height: 66.6666666667vw;
  }
}
.section-howto .howto-wrap.show::before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
  transition-delay: 0.1s;
}
.section-howto .howto-content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-howto .howto-content {
    width: 100%;
  }
}
.section-howto .howto-content ol {
  background-image: url(../image/border.webp);
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-position: 0% 0%;
  counter-reset: listnum;
}
.section-howto .howto-content ol > li {
  background-image: url(../image/border.webp);
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-position: 0% 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-howto .howto-content ol > li {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.4rem;
  }
}
.section-howto .howto-content ol > li:before {
  flex-shrink: 0;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e9d9ba;
  margin-right: 37px;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: italic;
  counter-increment: listnum;
  content: "0" counter(listnum);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
}
@media screen and (max-width: 768px) {
  .section-howto .howto-content ol > li:before {
    width: 40px;
    margin-right: 20px;
  }
}
.section-howto .howto-content dl {
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-howto .howto-content dl {
    margin-bottom: 100px;
  }
}
.section-howto .howto-content dl dt {
  background-color: #e9d9ba;
  height: 40px;
  font-family: "NotoSerifJP-Regular";
  font-weight: 400;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-howto .howto-content dl dd {
  padding: 20px 30px 17px;
  background-color: #fbf7f1;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .section-howto .howto-content dl dd {
    flex-direction: column;
  }
}
.section-howto .howto-content dl dd:last-of-type {
  background-image: url(../image/border.webp);
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-position: 0% 0%;
}
.section-howto .howto-content dl .howto-size {
  width: 80px;
  height: 28px;
  border: 1px solid #c79f4f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NotoSerifJP-Regular";
  font-weight: 400;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .section-howto .howto-content dl .howto-size {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}
.section-howto .howto-content dl .howto-comment {
  width: calc(100% - 80px - 20px);
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-howto .howto-content dl .howto-comment {
    font-size: 1.6rem;
    width: 100%;
  }
}

.section-note {
  background-color: #fcfaf4;
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .section-note {
    padding-top: 92px;
  }
}
.section-note h2 {
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-note h2 {
    font-size: 2.4rem;
  }
}
.section-note ul {
  margin-top: 74px;
  background-image: url(../image/border.webp);
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-position: 0% 0%;
}
@media screen and (max-width: 768px) {
  .section-note ul {
    margin-top: 54px;
  }
}
.section-note ul > li {
  background-image: url(../image/border.webp);
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-position: 0% 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-note ul > li {
    flex-direction: column;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.section-note ul > li:before {
  content: "";
  display: block;
  width: 33.3333333333%;
  aspect-ratio: 600/400;
  margin-right: 4.4444444444%;
  background-image: url(../image/note-img01.webp);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .section-note ul > li:before {
    width: 100%;
    aspect-ratio: auto;
    height: 52.8vw;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.section-note ul > li:first-of-type:before {
  background-image: url(../image/note-img01.webp);
}
.section-note ul > li:nth-of-type(2):before {
  background-image: url(../image/note-img02.webp);
}
.section-note ul > li:nth-of-type(3):before {
  background-image: url(../image/note-img03.webp);
}
.section-note ul > li:nth-of-type(4):before {
  background-image: url(../image/note-img04.webp);
}
.section-note ul > li:last-of-type:before {
  background-image: url(../image/note-img05.webp);
}
.section-note ul > li > span {
  width: 62.2222222222%;
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-note ul > li > span {
    width: 100%;
    font-size: 1.4rem;
  }
}
.section-note .note-gallery {
  margin-top: 140px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-note .note-gallery {
    margin-top: 100px;
  }
}
.section-note .note-gallery > img {
  width: 50%;
}

.section-faq {
  background-color: #f0efe9;
  padding-top: 129px;
  padding-bottom: 214px;
}
@media screen and (max-width: 768px) {
  .section-faq {
    padding-top: 90px;
    padding-bottom: 104px;
  }
}
.section-faq h2 {
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-faq h2 {
    font-size: 2.4rem;
  }
}
.section-faq dl {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .section-faq dl {
    margin-top: 48px;
  }
}
.section-faq dl > div {
  background-color: #fcf9f6;
  border-radius: 10px;
  margin-top: 20px;
}
.section-faq dl > div:first-of-type {
  margin-top: 0;
}
.section-faq dl > div dt > a {
  padding: 24px 40px 24px 60px;
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .section-faq dl > div dt > a {
    padding: 17px 54px 17px 76px;
    font-size: 1.4rem;
  }
}
.section-faq dl > div dt > a:before {
  content: "Q";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  color: #fff;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c79f4f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border: 1px solid #c79f4f;
}
.section-faq dl > div dt > a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/icon-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s;
}
.section-faq dl > div dt > a.is-open:after {
  background-image: url(../image/icon-minus.svg);
}
.section-faq dl > div dd {
  padding: 24px 40px 24px 60px;
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
  position: relative;
  border-top: 2px solid #fff;
  display: none;
}
@media screen and (max-width: 768px) {
  .section-faq dl > div dd {
    padding: 17px 54px 17px 76px;
    font-size: 1.4rem;
  }
}
.section-faq dl > div dd:before {
  content: "A";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  color: #c79f4f;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border: 1px solid #c79f4f;
}

.section-buy {
  background-color: #f0efe9;
}
.section-buy .w1200 {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-buy .w1200 {
    flex-direction: column;
  }
}
.section-buy .w1200:before {
  content: "";
  width: calc((100vw - 100%) / 2);
  height: 100%;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
}
@media screen and (max-width: 768px) {
  .section-buy .w1200:before {
    display: none;
  }
}
.section-buy h2 {
  width: 32.5%;
  background-color: #333333;
  border-radius: 0 10px 0 0;
  padding-top: 130px;
  padding-bottom: 220px;
  font-family: "NotoSerifJP-Regular";
  color: #fff;
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-buy h2 {
    background-color: transparent;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    padding: 0;
    color: #333;
  }
}
.section-buy h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #333333;
}
@media screen and (max-width: 768px) {
  .section-buy h2:before {
    display: none;
  }
}
.section-buy h2:after {
  content: "";
  width: 57.6923076923%;
  aspect-ratio: 225/300;
  background-image: url(../image/buy-ttl.webp);
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: -28.8461538462%;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .section-buy h2:after {
    right: -43.2692307692%;
  }
}
@media screen and (max-width: 768px) {
  .section-buy h2:after {
    width: 100%;
    max-width: 225px;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    display: block;
    transform: none;
    z-index: 1;
    margin-top: 34px;
  }
}
.section-buy .buy-wrap {
  background-color: #f0efe9;
  border-radius: 0 0 0 10px;
  width: 67.5%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .section-buy .buy-wrap {
    width: 100%;
    padding-bottom: 100px;
  }
}
.section-buy ul {
  width: 74.0740740741%;
  border-top: 1px solid #c79f4f;
}
@media screen and (max-width: 768px) {
  .section-buy ul {
    width: 100%;
    margin-top: 34px;
  }
}
.section-buy ul > li.buy-list-rakuten > a {
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .section-buy ul > li.buy-list-rakuten > a {
    font-size: 2rem;
  }
}
.section-buy ul > li.buy-list-rakuten > a img {
  width: 137px;
}
.section-buy ul > li.buy-list-amazon img {
  width: 93px;
  margin-right: 10px;
  margin-top: 6px;
}
.section-buy ul > li > a {
  border-bottom: 1px solid #c79f4f;
  height: 77px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: clamp(1.8rem, 1.39vw, 2rem);
  position: relative;
}
.section-buy ul > li > a:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-color: #c79f4f;
  border-radius: 50%;
  border: 1px solid #c79f4f;
  background-image: url(../image/icon-open-white.svg);
  background-size: 10px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.section-buy ul > li > a:hover:after {
  background-color: transparent;
  background-image: url(../image/icon-open-orange.svg);
}
.section-buy ul > li > a img {
  display: inline-block;
}

.section-company {
  background-color: #333333;
  padding-top: 130px;
  padding-bottom: 145px;
}
@media screen and (max-width: 768px) {
  .section-company {
    padding-top: 98px;
    padding-bottom: 100px;
  }
}
.section-company .w1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-company .w1200 {
    flex-direction: column;
  }
}
.section-company .w1200:after {
  content: "";
  display: block;
  width: 37.5%;
  aspect-ratio: 450/450;
  background-image: url(../image/company.webp);
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-company .w1200:after {
    width: 100%;
    aspect-ratio: auto;
    height: 89.3333333333vw;
    margin-top: 30px;
  }
}
.section-company .company-wrap {
  width: 50%;
  min-width: 340px;
}
@media screen and (max-width: 768px) {
  .section-company .company-wrap {
    width: 100%;
    min-width: 0;
  }
}
.section-company h2 {
  font-family: "NotoSerifJP-Regular";
  color: #fff;
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
}
@media screen and (max-width: 768px) {
  .section-company h2 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.section-company dl {
  margin-top: 54px;
  border-bottom: 1px solid #fff;
}
.section-company dl > div {
  border-top: 1px solid #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}
.section-company dl > div dt {
  color: #fff;
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 400;
  width: 25%;
  min-width: 120px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-company dl > div dt {
    font-size: 1.4rem;
  }
}
.section-company dl > div dd {
  color: #fff;
  font-family: "NotoSerifJP-Regular";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 400;
  width: 75%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-company dl > div dd {
    font-size: 1.4rem;
  }
}

.loop-slider {
  overflow: hidden;
  width: 100%;
}

.loop-slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loopScroll 30s linear infinite;
}

.slide {
  flex: 0 0 auto;
  width: 50vw;
}
.slide img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .slide {
    width: 89.3333333333vw;
  }
}

@keyframes loopScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cv-btn {
  position: fixed;
  bottom: 25px;
  right: 30px;
  width: 220px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  opacity: 0.9;
  box-shadow: 0px 0px 10px #fff;
  z-index: 98;
  text-align: center;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .cv-btn {
    bottom: 10px;
    right: 10px;
  }
}
.cv-btn a {
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.cv-btn a::before {
  content: "";
  display: inline-block;
  background-image: url(../image/cv-btn.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 50px;
  margin-right: 6px;
}
.cv-btn a::after {
  content: "";
  position: absolute;
  background-image: url(../image/arrow.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  bottom: 50%;
  right: 20px;
  transform: translateY(50%);
  transition: 0.3s;
}
.cv-btn a:hover::after {
  right: 15px;
}/*# sourceMappingURL=top.css.map */