@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "american-typewriter-regular";
  src: url("../assets/font/american-typewriter-regular.ttf");
}
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* cqi変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #bc262f;
  background-color: #f2ebe1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.ja_m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ja_b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.en {
  font-family: "cooper-black-std", serif;
  font-weight: 400;
  font-style: normal;
}

.enWriter {
  font-family: "american-typewriter-regular";
  font-weight: 400;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f2ebe1;
  z-index: 999;
}
#loading-bg .loading_images {
  width: 80vw;
  position: absolute;
  translate: -50% -50%;
  top: 45%;
  left: 50%;
  height: 89.3333333333vw;
}
#loading-bg .loading_images li {
  position: absolute;
  inset: 0;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  #loading-bg .loading_images {
    width: 20.8333333333vw;
    height: 29.1666666667vw;
    top: 55%;
  }
}

/*-------------------
* コンテンツのスタイル
-------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv .sub_title p {
  background-color: #fff;
  border-radius: 5px;
}

.index {
  padding-bottom: 26.6666666667cqi;
}
.index .index_title {
  width: 77.3333333333cqi;
  margin: 0 auto 8.5333333333cqi 14.4cqi;
  position: relative;
}
.index .index_title:after {
  content: "";
  position: absolute;
  top: -6.4cqi;
  right: -2.1333333333cqi;
  width: 19.2cqi;
  height: 13.8666666667cqi;
  background-image: url(../assets/images/tap.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: spin 3s linear infinite;
}
.index .index_link {
  margin: 0 2.1333333333cqi;
  display: grid;
  grid-template-columns: 37.3333333333cqi 29.3333333333cqi 29.3333333333cqi;
}

@media screen and (max-width: 768px) {
  .fv {
    margin-top: 40px;
    position: relative;
  }
  .fv h1 {
    position: absolute;
    width: 74.6666666667cqi;
    translate: -50% 0;
    left: 50%;
    top: 16cqi;
    z-index: 10;
  }
  .fv .left_title {
    width: 11.2cqi;
    position: absolute;
    top: 4.5333333333cqi;
    left: 3.4666666667cqi;
    z-index: 10;
  }
  .fv .right_title {
    width: 12cqi;
    position: absolute;
    top: 4.5333333333cqi;
    right: 3.4666666667cqi;
    z-index: 10;
  }
  .fv .sub_title {
    position: absolute;
    width: 22.9333333333cqi;
    height: 69.3333333333cqi;
    right: 5.8666666667cqi;
    bottom: 28cqi;
    z-index: 10;
  }
  .fv .sub_title p {
    padding: 3.7333333333vw 2.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.2;
    writing-mode: vertical-rl;
    letter-spacing: 0.16em;
  }
  .fv .sub_title .sub_title_right {
    rotate: 4.6deg;
    position: absolute;
    top: 0;
    right: 0;
  }
  .fv .sub_title .sub_title_left {
    rotate: -4.6deg;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .fv .circle {
    position: absolute;
    width: 36cqi;
    left: -8.5333333333cqi;
    bottom: -17.0666666667cqi;
    z-index: 10;
  }
  .fv .star {
    position: absolute;
    z-index: 20;
  }
  .fv .star.star1 {
    width: 10.1333333333cqi;
    top: 46.1333333333vw;
    right: 5.3333333333vw;
  }
  .fv .star.star2 {
    width: 8cqi;
    bottom: 19.7333333333vw;
    left: 19.4666666667vw;
  }
  .lead {
    padding-top: 25.0666666667cqi;
    position: relative;
  }
  .lead .star {
    position: absolute;
  }
  .lead .star.star1 {
    width: 8vw;
    top: 13.8666666667vw;
    right: 8.5333333333vw;
  }
  .lead .star.star2 {
    width: 6.4vw;
    top: 53.3333333333vw;
    left: 5.3333333333vw;
  }
  .lead .star.star3 {
    width: 8vw;
    bottom: 2.1333333333vw;
    right: 9.3333333333vw;
  }
  .lead .lead_text {
    display: grid;
    gap: 8cqi;
  }
  .lead p {
    text-align: center;
    font-size: 3.4666666667cqi;
    line-height: 2;
  }
  .lead .arrow {
    width: 5.3333333333cqi;
    margin: 10.6666666667cqi auto 5.3333333333cqi;
  }
  .index {
    position: relative;
  }
  .index:after {
    content: "";
    width: 8vw;
    height: 8vw;
    background-image: url(../assets/images/star1.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 12.2666666667vw;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    position: relative;
  }
  .fv .fade_slider {
    width: 44.4444444444vw;
    margin: 6.9444444444vw 12.5vw 4.8611111111vw auto;
  }
  .fv .fade_slider img {
    border-radius: 30px;
  }
  .fv .title_wrap {
    position: absolute;
    width: 25vw;
    translate: 0 -50%;
    top: 50%;
    left: 9.0277777778vw;
  }
  .fv .title_wrap:after {
    content: "Scroll";
    font-size: 0.9722222222vw;
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    bottom: -10.4166666667vw;
    translate: -50% 0;
    left: 50%;
  }
  .fv .circle {
    position: absolute;
    right: 8.3333333333vw;
    bottom: -4.1666666667vw;
    width: 13.1944444444vw;
    z-index: 10;
  }
  .fv .sub_title {
    margin-top: 3.3333333333vw;
  }
  .fv .sub_title p {
    font-size: 1.8055555556vw;
    padding: 0.5555555556vw 1.1111111111vw;
    width: fit-content;
    line-height: 1.3846153846;
    letter-spacing: 0.1em;
  }
  .fv .sub_title p.sub_title_right {
    rotate: 3deg;
    margin: 0 auto 0 1.6666666667vw;
  }
  .fv .sub_title p.sub_title_left {
    rotate: -5.6deg;
    margin: 0 1.6666666667vw 0 auto;
  }
  .fv .star {
    position: absolute;
    z-index: 20;
  }
  .fv .star.star1 {
    width: 3.8194444444vw;
    top: 10.4166666667vw;
    right: 5.1388888889vw;
  }
  .fv .star.star2 {
    width: 2.0833333333vw;
    bottom: 12.1527777778vw;
    left: 6.3888888889vw;
  }
  .index {
    height: 100vh;
    position: sticky;
    display: grid;
    place-content: center;
    top: 0;
  }
  .index_inner {
    container-type: inline-size;
    width: 23.9583333333vw;
    margin-inline: auto;
  }
  .lead {
    position: relative;
    padding-top: 5.5555555556vw;
  }
  .lead .star {
    position: absolute;
  }
  .lead .star.star1 {
    width: 2.0833333333vw;
    top: 3.125vw;
    right: 20.1388888889vw;
  }
  .lead .star.star2 {
    width: 1.6666666667vw;
    top: 11.3888888889vw;
    left: 17.5694444444vw;
  }
  .lead .star.star3 {
    width: 2.0833333333vw;
    bottom: 1.6666666667vw;
    right: 28.75vw;
  }
  .lead_text {
    display: grid;
    gap: 2.4305555556vw;
  }
  .lead p {
    font-size: 1.1111111111vw;
    line-height: 2.25;
    text-align: center;
  }
  .lead .arrow {
    width: 1.4583333333vw;
    margin: 4.4444444444vw auto 5.5555555556vw;
  }
  .pc_grid {
    display: grid;
    grid-template-columns: 11fr 10fr 11fr;
  }
  .left_fixed {
    height: 100vh;
    border-left: 10px solid #bc262f;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
  }
  .left_fixed figure {
    position: absolute;
    z-index: 10;
    width: 5vw;
    top: 70px;
    left: 40px;
  }
  .right_fixed {
    height: 100vh;
    border-right: 10px solid #bc262f;
    position: fixed;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 10;
  }
  .right_fixed figure {
    position: absolute;
    z-index: 10;
    width: 5.4166666667vw;
    top: 70px;
    right: 40px;
  }
}
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.opacity {
  opacity: 0;
}

@keyframes maskLeft {
  0% {
    mask-position: left;
    -webkit-mask-position: left;
  }
  100% {
    mask-position: right;
    -webkit-mask-position: right;
  }
}
@keyframes maskRight {
  0% {
    mask-position: right;
    -webkit-mask-position: right;
  }
  100% {
    mask-position: left;
    -webkit-mask-position: left;
  }
}
.mask_left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.mask_right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mask_full {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
figure.zoom {
  overflow: hidden;
}

/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.top_btn {
  width: 12.8cqi;
  position: fixed;
  bottom: 5.8666666667cqi;
  right: 3.2cqi;
  z-index: 99;
}

.section {
  padding: 29.3333333333cqi 0 19.2cqi;
  position: relative;
  box-shadow: 0 -1.6cqi 0 0 rgba(0, 0, 0, 0.12);
  border-radius: 20px 20px 0 0;
  color: #fff;
  /* 価格
  ===================================================== */
}
.section:before {
  content: "";
  background-image: url(../assets/images/ring.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 5.8666666667cqi;
  position: absolute;
  top: -1.6cqi;
}
.section .section_container {
  position: relative;
}
.section .section_container:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 5.0666666667cqi;
  height: 5.8666666667cqi;
  top: -13.8666666667cqi;
  right: 16cqi;
  background-image: url(../assets/images/star2.svg);
}
.section .section_container:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 15.4666666667cqi;
  height: 10.6666666667cqi;
  top: 29.3333333333cqi;
  left: 7.4666666667cqi;
  background-image: url(../assets/images/star4.svg);
}
.section#section1 {
  background-color: #3c7049;
}
.section#section2 {
  background-color: #bc262f;
  margin-top: -24px;
}
.section#section3 {
  background-color: #2a3c62;
  margin-top: -24px;
}
.section .title {
  width: 83.4666666667cqi;
  margin: 0 auto 20cqi;
}
.section .main_wrap {
  position: relative;
  overflow: hidden;
}
.section .main_wrap .fade_slider {
  border-radius: 100vmax;
  z-index: 0;
}
.section .section_title {
  font-size: 4.8cqi;
}
.section .section_title p {
  line-height: 1.3888888889;
  padding: 1.8666666667cqi 3.2cqi 2.1333333333cqi 3.2cqi;
  background-color: #fff;
  color: #3c7049;
  width: fit-content;
  letter-spacing: 0.1em;
  border-radius: 3px;
  z-index: 20;
}
.section .main_bottom_comment {
  font-size: 3.4666666667cqi;
  text-align: center;
  line-height: 2.2307692308;
  letter-spacing: 0.08em;
}
.section .credit_grid {
  margin-top: 10.6666666667cqi;
}
.section .credit_grid ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6666666667cqi 3.7333333333cqi;
  width: 90.6666666667cqi;
  margin-inline: auto;
}
.section .credit_grid ul li a {
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: grid;
  grid-template-columns: 12cqi auto;
  gap: 1.0666666667cqi 2.6666666667cqi;
  font-size: 2.6666666667cqi;
}
.section .credit_grid ul li a:has(.nolink) {
  display: block;
}
.section .credit_grid ul li a:has(.nolink) figure {
  display: none;
}
.section .credit_grid ul li a:has(.nolink) .buy {
  display: none;
}
.section .credit_grid ul figure {
  grid-row: 1/3;
}
.section .credit_grid ul .creditAjax_price {
  text-decoration: underline;
  grid-column: 2/3;
  grid-row: 2/3;
}
.section .credit_list {
  width: 78.6666666667cqi;
  margin: 8cqi auto 0;
}
.section .credit_list ul {
  display: grid;
  gap: 2.6666666667cqi;
}
.section .credit_list li a {
  display: grid;
  grid-template-columns: 12cqi auto 10.6666666667cqi;
  gap: 2.6666666667cqi;
  font-size: 2.6666666667cqi;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  align-items: center;
}
.section .credit_list li a .com {
  display: none;
  font-size: 2.6666666667cqi;
  padding: 0.8cqi 1.0666666667cqi;
  height: fit-content;
  letter-spacing: 0.04em;
  background-color: #fff;
  color: #2a3c62;
  border-radius: 100vmax;
  text-align: center;
}
.section .credit_list li a:has(.coming_soon) {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section .credit_list li a:has(.nolink) {
  display: block;
}
.section .credit_list li a:has(.nolink) .com {
  display: block;
}
.section .credit_list li a:has(.nolink) figure {
  display: none;
}
.section .credit_list li a:has(.nolink) .buy {
  display: none;
}
.section .credit_list li a:has(.coming_soon) {
  display: flex;
}
.section .credit_list .buy {
  font-size: 2.6666666667cqi;
  padding: 0.8cqi 0;
  height: fit-content;
  letter-spacing: 0.04em;
  border: 1px solid #fff;
  border-radius: 100vmax;
  text-align: center;
}
.section .recommended_wrapper {
  margin-top: 21.3333333333cqi;
}
.section .wave {
  width: 84cqi;
  margin-inline: auto;
}
.section .wave.top_wave {
  padding-bottom: 16cqi;
}
.section .wave.bottom_wave {
  padding-top: 16cqi;
}
.section .recommended_title {
  font-size: 6.9333333333cqi;
  text-align: center;
  padding-bottom: 10.6666666667cqi;
}
.section .recommend_slider a {
  color: #fff;
  font-size: 2.6666666667cqi;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
}
.section .recommend_slider img {
  padding-bottom: 2.9333333333cqi;
}
.section .recommend_slider .check {
  color: #fff;
  font-size: 2.6666666667cqi;
  text-align: center;
  padding-top: 1.6cqi;
  padding-bottom: 1.0666666667cqi;
  border-bottom: 1px solid #fff;
  width: fit-content;
  margin: 0 auto;
}
.section .view_btn {
  border: 1px solid #fff;
  text-align: center;
  font-size: 3.7333333333cqi;
  width: 48cqi;
  margin: 10.6666666667cqi auto 0;
  color: #fff;
  padding: 3.2cqi 0;
  border-radius: 100vmax;
}
.section .box {
  font-size: 2.6666666667cqi;
}
.section .box p {
  margin-bottom: 3.2cqi;
}
.section .box_list {
  display: grid;
  gap: 1.0666666667cqi;
}
.section .box_list a {
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.section .box_list .creditAjax_price {
  text-decoration: underline;
}
.section .creditAjax_price__proper::before,
.section .creditAjax_price__sale::before {
  content: "¥";
}
.section .creditAjax_price__sale {
  color: red;
  margin-left: 5px;
}
.section .creditAjax_price__off {
  color: red;
}
.section .creditAjax_price__off::before {
  content: "(";
}
.section .creditAjax_price__off::after {
  content: ")";
}
.section .creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}
.section .nolink {
  font-size: 2.4cqi;
  opacity: 0.6;
}

#section1 .section1_title {
  width: 88cqi;
  margin: -6.4cqi auto 0;
}
#section1 .section_title1 {
  rotate: 2.7deg;
  position: absolute;
  z-index: 10;
  top: 4.2666666667cqi;
  left: 3.2cqi;
}
#section1 .section_title2 {
  rotate: -4deg;
  position: absolute;
  z-index: 10;
  top: 17.0666666667cqi;
  left: 14.9333333333cqi;
  white-space: nowrap;
}
#section1 .main_wrap {
  padding-bottom: 18.1333333333cqi;
}
#section1 .main_wrap:after {
  content: "";
  position: absolute;
  bottom: 8.5333333333cqi;
  right: 3.2cqi;
  background-image: url(../assets/images/star1_1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14.1333333333cqi;
  height: 20cqi;
}
#section1 .img1 {
  width: 64cqi;
  margin: 14.4cqi 0 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#section1 .back_text {
  font-size: 2.6666666667cqi;
  margin: -11.4666666667cqi 0 0 12.8cqi;
  line-height: 1.7;
  position: relative;
}
#section1 .back_text:before {
  content: "";
  position: absolute;
  top: -26.6666666667cqi;
  left: -4.8cqi;
  background-image: url(../assets/images/star1_2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 9.0666666667cqi;
  height: 9.3333333333cqi;
}
#section1 .back_text:after {
  content: "";
  position: absolute;
  bottom: -72cqi;
  right: 8.5333333333cqi;
  background-image: url(../assets/images/star1_3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12.2666666667cqi;
  height: 17.3333333333cqi;
}
#section1 .img2 {
  width: 80cqi;
  margin-top: 3.7333333333cqi;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
#section1 .img3 {
  width: 90.6666666667cqi;
  margin: 0 auto 0;
  border-radius: 10px;
  overflow: hidden;
}
#section1 .wave_text1_1 {
  width: 74.6666666667cqi;
  position: relative;
  z-index: 3;
  margin: 10.6666666667cqi auto -14.9333333333cqi 0;
}
#section1 .wave_text1_2 {
  width: 40cqi;
  position: relative;
  z-index: 3;
  margin: 25.6cqi 0 -26.6666666667cqi auto;
}
#section1 .wave_text1_2:after {
  content: "";
  position: absolute;
  bottom: -48cqi;
  left: -53.3333333333cqi;
  background-image: url(../assets/images/star1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8cqi;
  height: 8cqi;
}
#section1 .img4 {
  width: 59.7333333333cqi;
  transform: translateX(-8.5333333333cqi);
  pointer-events: none;
}
#section1 .box_wrap {
  position: relative;
}
#section1 .box_wrap figure {
  position: relative;
  z-index: 2;
}
#section1 .box_wrap .box {
  position: absolute;
  width: 45cqi;
  padding: 6.6666666667cqi;
  border: 1px solid transparent;
  border-image: repeating-linear-gradient(45deg, #fff 0 2px, transparent 2px 8px) 1;
  border-radius: 10px;
  right: 5cqi;
  top: 16cqi;
}
#section1 .img5 {
  margin-top: 26.6666666667cqi;
  width: 80cqi;
  margin-inline: auto;
  position: relative;
}
#section1 .img5 .scale {
  border-radius: 10px;
  overflow: hidden;
}
#section1 .img5 .slider_text {
  position: absolute;
  z-index: 10;
  rotate: 12deg;
  top: -1.0666666667cqi;
  right: -3.2cqi;
}
#section1 .img6 {
  margin-top: 6.6666666667cqi;
  width: 80cqi;
  margin-inline: auto;
  position: relative;
}
#section1 .img6 .slider_text {
  position: absolute;
  rotate: -15deg;
  top: -2.1333333333cqi;
  left: -6.4cqi;
  z-index: 10;
  width: 48cqi;
}
#section1 .img6 .scale {
  border-radius: 10px;
  overflow: hidden;
}
#section1 .bottom_box {
  width: 78.6666666667cqi;
  margin: 8cqi auto 0;
}
#section1 .reco_bottom {
  margin-top: 21.3333333333cqi;
  overflow: hidden;
  padding: 6.4cqi 0;
  position: relative;
}
#section1 .reco_bottom .reco_bottom_inner {
  width: 100cqi;
  height: 77.3333333333cqi;
  position: relative;
  translate: -50% 0;
  left: 50%;
}
#section1 .reco_bottom .reco_bottom_image {
  width: 52cqi;
  position: absolute;
}
#section1 .reco_bottom .reco_bottom_image:nth-child(1) {
  rotate: 21deg;
  top: 0;
  left: -10.6666666667cqi;
  z-index: 3;
}
#section1 .reco_bottom .reco_bottom_image:nth-child(2) {
  rotate: -10deg;
  top: 8.5333333333cqi;
  left: 23.4666666667cqi;
  z-index: 2;
}
#section1 .reco_bottom .reco_bottom_image:nth-child(3) {
  rotate: 11deg;
  right: -6.4cqi;
  top: 2.1333333333cqi;
  z-index: 1;
}
#section1 .reco_bottom:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8cqi;
  background-color: #fff;
  width: 1.3333333333cqi;
  height: 1.3333333333cqi;
  border-radius: 100vmax;
}
#section1 .reco_bottom:before {
  content: "";
  position: absolute;
  bottom: 14.9333333333cqi;
  left: 6.4cqi;
  width: 10.6666666667cqi;
  height: 12cqi;
  background-image: url(../assets/images/star1_5.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#section1 .star1_4 {
  width: 5.0666666667cqi;
  margin: 5.3333333333cqi 24cqi 0 auto;
}

#section2 .section_title p {
  color: #bc262f;
  padding: 3.2vw 2.1333333333vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.24em;
}
#section2 .section_title1 {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 8vw;
}
#section2 .section_title2 {
  position: absolute;
  z-index: 10;
  top: 29.3333333333vw;
  right: 17.6vw;
}
#section2 .main_wrap {
  margin-top: -6.6666666667cqi;
  padding-top: 6.6666666667cqi;
  padding-bottom: 16cqi;
}
#section2 .main_wrap .circle {
  width: 42.6666666667cqi;
  position: absolute;
  left: -10.6666666667cqi;
  bottom: 0;
  z-index: 2;
}
#section2 .main_wrap:after {
  content: "";
  position: absolute;
  bottom: 4.2666666667cqi;
  right: 12.8cqi;
  background-image: url(../assets/images/star2_1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10.1333333333cqi;
  height: 8.2666666667cqi;
}
#section2 .img1 {
  display: flex;
  gap: 8.2666666667cqi;
  width: fit-content;
  margin: 10.6666666667cqi 4cqi 0 auto;
  position: relative;
}
#section2 .img1 .main_bottom_comment {
  text-align: right;
  padding-top: 8.5333333333cqi;
}
#section2 .img1 figure {
  width: 42.6666666667cqi;
  border-radius: 10px;
  overflow: hidden;
}
#section2 .img2 {
  width: 85.3333333333cqi;
  margin: -10.6666666667cqi auto 0 0;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
#section2 .img3 {
  width: 90.6666666667cqi;
  margin: 26.6666666667cqi 0 0 auto;
}
#section2 .img3 figure {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#section2 .img3 .box {
  padding: 5.8666666667cqi 0 0 8cqi;
}
#section2 .img4 {
  width: 88.8cqi;
  margin: 10.6666666667cqi 0 10.6666666667cqi auto;
}
#section2 .img5 {
  width: 90.6666666667cqi;
  margin: 0 auto 0 0;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
#section2 .bottom_box {
  width: 78.6666666667cqi;
  margin: 8cqi auto 0;
}
#section2 .infinity_slider .swiper-wrapper {
  transition-timing-function: linear;
}
#section2 .reco_bottom {
  margin: 24cqi 0 17.0666666667cqi;
  position: relative;
}
#section2 .reco_bottom .swiper {
  margin-top: -34.6666666667cqi;
}
#section2 .reco_bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 18.9333333333cqi;
  background-image: url(../assets/images/star2_3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8cqi;
  height: 8cqi;
}
#section2 .bg_text2_1 {
  width: 48cqi;
  position: relative;
  z-index: 3;
  rotate: -15deg;
}
#section2 .bg_text2_1 .slider_text {
  top: 30.6666666667cqi;
  left: -6.4cqi;
}
#section2 .bg_text2_1 .slider_text .bg p {
  color: #bc262f;
}
#section2 .bg_text2_2 {
  position: relative;
  z-index: 3;
  rotate: 12deg;
  width: fit-content;
  top: 8.5333333333cqi;
  margin: 0 3.2cqi 0 auto;
}
#section2 .bg_text2_2 .slider_text {
  width: 48cqi;
}
#section2 .bg_text2_2 .slider_text .bg p {
  color: #bc262f;
}
#section2 .bg_text2_3 {
  position: absolute;
  width: 50.6666666667cqi;
  top: 10.6666666667cqi;
  left: 6.4cqi;
}

#section3 {
  border-radius: 20px;
  position: relative;
  padding: 0;
}
#section3 .section_container {
  overflow: hidden;
  padding: 29.3333333333cqi 0 19.2cqi;
}
#section3 .section_container:before {
  top: 13.3333333333cqi;
}
#section3 .section_container:after {
  top: 58.6666666667cqi;
}
#section3 .section_wrap,
#section3 .main_wrap {
  position: relative;
  z-index: 10;
}
#section3 .slider_text .bg p {
  color: #2a3c62;
}
#section3 .blur {
  animation: scale-animation 2s ease-in-out infinite alternate;
  position: absolute;
  width: 25.6cqi;
  height: 25.6cqi;
  border-radius: 100vmax;
  z-index: 1;
  filter: blur(50px);
  background-color: #5287e0;
}
#section3 .blur.blur1 {
  top: 73.0666666667cqi;
  left: 2.1333333333cqi;
}
#section3 .blur.blur2 {
  top: 197.0666666667cqi;
  right: 0.5333333333cqi;
}
#section3 .blur.blur3 {
  top: 512.8cqi;
  right: 0.5333333333cqi;
}
#section3 .blur.blur4 {
  bottom: 519.4666666667cqi;
  left: 2.1333333333cqi;
}
#section3 .blur.blur5 {
  bottom: 64cqi;
  right: 5.3333333333cqi;
}
#section3 .section_title p {
  color: #2a3c62;
  padding: 3.2vw 2.1333333333vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.24em;
  white-space: nowrap;
}
#section3 .section_title1 {
  position: absolute;
  z-index: 10;
  top: 0.8vw;
  right: 6.4vw;
}
#section3 .section_title2 {
  position: absolute;
  z-index: 10;
  top: 88vw;
  left: 6.4vw;
}
#section3 .main_wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 6.1333333333cqi;
  background-image: url(../assets/images/star2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4.2666666667cqi;
  height: 5.0666666667cqi;
}
#section3 .main_bottom_comment {
  padding: 16cqi 0;
}
#section3 .img1 {
  display: grid;
  gap: 5.3333333333cqi;
  position: relative;
}
#section3 .img1:before {
  content: "";
  position: absolute;
  top: -5.3333333333cqi;
  left: 1.0666666667cqi;
  background-image: url(../assets/images/star3_1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12.2666666667cqi;
  height: 14.9333333333cqi;
}
#section3 .img1:after {
  content: "";
  position: absolute;
  bottom: -14.9333333333cqi;
  right: 10.6666666667cqi;
  background-image: url(../assets/images/star1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 7.2cqi;
  height: 7.2cqi;
}
#section3 .img1 .circle {
  position: absolute;
  width: 30.9333333333cqi;
  top: -10.6666666667cqi;
  right: -1.0666666667cqi;
  z-index: 10;
}
#section3 .img1 figure {
  margin-inline: auto;
  width: 76cqi;
  position: relative;
  z-index: 2;
}
#section3 .img1 figure img {
  border-radius: 8px;
}
#section3 .img1 p {
  width: 92cqi;
  opacity: 0.2;
  margin: -30.6666666667cqi auto 0;
  font-size: 2.4cqi;
  line-height: 2.2222222222;
}
#section3 .img2,
#section3 .img3 {
  width: 80cqi;
  margin: 24cqi auto 0;
}
#section3 .img2 .swiper-slide,
#section3 .img3 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
#section3 .img2 {
  position: relative;
}
#section3 .img2 .slider_text {
  position: absolute;
  rotate: -15deg;
  left: -6.4cqi;
  top: 2.1333333333cqi;
  z-index: 10;
}
#section3 .img3 {
  margin: 10.6666666667cqi auto 0;
  position: relative;
}
#section3 .img3 .swiper-slide {
  overflow: hidden;
}
#section3 .img3 .slider_text {
  position: absolute;
  rotate: 12deg;
  right: -6.4cqi;
  top: -2.1333333333cqi;
  z-index: 10;
}
#section3 .reco_bottom {
  margin: 21.3333333333cqi 0;
  position: relative;
  z-index: 10;
}
#section3 .reco_bottom p {
  font-size: 2.4cqi;
  line-height: 2.2222222222;
  width: 92cqi;
  position: absolute;
  translate: -50% -50%;
  top: 55%;
  left: 50%;
  opacity: 0.2;
}
#section3 .reco_bottom .reco_bottom_image {
  position: relative;
}
#section3 .reco_bottom .reco_bottom_image li {
  width: 42.6666666667cqi;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
#section3 .reco_bottom .reco_bottom_image li:not(li:nth-child(1)) {
  position: absolute;
  translate: -50% -50%;
}
#section3 .reco_bottom .reco_bottom_image li:nth-child(1) {
  rotate: -2deg;
  margin-inline: auto;
}
#section3 .reco_bottom .reco_bottom_image li:nth-child(2) {
  rotate: 13deg;
  top: 50%;
  left: 50%;
}
#section3 .reco_bottom .reco_bottom_image li:nth-child(3) {
  rotate: -9deg;
  top: 62%;
  left: 45%;
}
#section3 .reco_bottom .reco_bottom_image li:nth-child(4) {
  rotate: 3deg;
  top: 58%;
  left: 50%;
}
#section3 .star3_2 {
  width: 5.0666666667cqi;
  margin: 6.4cqi auto 0 5.0666666667cqi;
}

.slider_text {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  width: 100%;
  width: 50.6666666667cqi;
  padding: 2.6666666667cqi 2.6666666667cqi 1.0666666667cqi 2.6666666667cqi;
}

.slider_text .bg {
  display: inline-block;
  animation: scroll-left 15s linear infinite;
  white-space: nowrap;
  transform: translateX(100%);
}

.slider_text .bg p {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 4cqi;
  color: #3c7049;
  margin: 0 2.1333333333cqi;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scale-animation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
.footer_top {
  padding: 20.8cqi 0 0;
  container-type: inline-size;
}
.footer_top p {
  text-align: center;
  font-size: 3.2cqi;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
.footer_top .door {
  margin-top: 12.8cqi;
  position: relative;
}
.footer_top .door figure {
  width: 20.2666666667cqi;
  margin-inline: auto;
}
.footer_top .door p {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 5.3333333333cqi;
  color: #fff;
}

.circle {
  animation: spin 12s linear infinite;
}

footer {
  position: relative;
  z-index: 99;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 769px) {
  .sp_wrapper {
    container-type: inline-size;
    width: 31.25vw;
    box-shadow: 0 10px 14px 0 rgba(126, 89, 46, 0.4);
    border-radius: 0 0 20px 20px;
  }
  .fade_up_wrap {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .fade_up_wrap figure {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #section2 .section_title p {
    padding: 1.1111111111vw 0.8333333333vw;
  }
  #section2 .section_title1 {
    right: 2.5vw;
  }
  #section2 .section_title2 {
    right: 5.5555555556vw;
    top: 8.3333333333vw;
  }
  #section3 .section_title p {
    padding: 1.1111111111vw 0.8333333333vw;
  }
  #section3 .section_title1 {
    right: 1.9444444444vw;
  }
  #section3 .section_title2 {
    left: 1.9444444444vw;
    top: 26.3888888889vw;
  }
  .footer_top {
    width: 31.25vw;
    padding-top: 10.4166666667vw;
    margin-inline: auto;
  }
}/*# sourceMappingURL=style.css.map */