@charset "UTF-8";

@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  br.pc {
    display: block;
  }
  br.sp {
    display: none;
  }
}

.module-banner-magazine {
  position: relative;
  margin-top: 10.13333vw;
}

@media (min-width: 768px) {
  .module-banner-magazine {
    margin-top: 10.10249vw;
  }
}

.module-banner-magazine.-about {
  margin-top: 8.19912vw;
  padding-bottom: 16vw;
}

@media (min-width: 768px) {
  .module-banner-magazine.-about {
    padding-bottom: 8.78477vw;
  }
}

.banner-magazine_head {
  margin-bottom: 7.2vw;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  .banner-magazine_head {
    margin-bottom: 2.48902vw;
    font-size: 1.31772vw;
  }
}

.banner-magazine_link {
  display: block;
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 80.8vw;
}

@media (min-width: 768px) {
  .banner-magazine_link {
    border: 2px solid #f4e6ea;
    width: 70.27818vw;
  }
}

@media (min-width: 768px) {
  .banner-magazine_link:hover .banner-magazine_image:nth-of-type(1)::before {
    background-color: rgba(252, 240, 243, 0.7);
  }
  .banner-magazine_link:hover .banner-magazine_image:nth-of-type(3) {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.banner-magazine_image {
  display: block;
}

.banner-magazine_image:nth-of-type(1) {
  position: relative;
}

.banner-magazine_image:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: transparent;
}

@media (min-width: 768px) {
  .banner-magazine_image:nth-of-type(2),
  .banner-magazine_image:nth-of-type(3) {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .banner-magazine_image:nth-of-type(3) {
    transition: -webkit-transform 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

.banner-magazine_text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 2.66667vw;
  bottom: 0;
  padding-top: 7.2vw;

  gap: 0;
}

@media (max-width: 767.98px) {
  .banner-magazine_text {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .banner-magazine_text {
    align-items: flex-start;
    justify-content: center;
    right: 6.22255vw;
    padding-top: 3.87994vw;

    gap: 4.02635vw;
  }
}

.banner-magazine_message {
  padding-top: 3.2vw;
  letter-spacing: 0.1em;
  font-size: 2.66667vw;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .banner-magazine_message {
    padding-top: 0;
    font-size: 1.1713vw;
    line-height: 2;
  }
}

.banner-magazine_title {
  display: grid;
  text-align: center;
  letter-spacing: 0.6em;
  font-size: 4.53333vw;
  font-weight: 500;
  line-height: 1.41176;

  gap: 2.4vw;
}

@media (min-width: 768px) {
  .banner-magazine_title {
    padding-top: 0.29283vw;
    font-size: 2.56223vw;
    line-height: 1.37143;

    gap: 0.73206vw;
  }
}

.banner-magazine_title .sub-title {
  width: 43.46667vw;
  line-height: 0;
}

@media (max-width: 767.98px) {
  .banner-magazine_title .sub-title {
    margin-right: 2.93333vw;
  }
}

@media (min-width: 768px) {
  .banner-magazine_title .sub-title {
    width: 19.03367vw;
  }
}

.module-btn {
  /* display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  width: 40vw;
  height: 40vw;
  font-weight: 600; */

  display: inline grid;
  grid-template-columns: 1fr auto;
  padding-inline: 4vw;
  width: 70.66666vw;
  height: 16vw;
  align-items: center;
  background-color: #e6bcc9;
}

.module-btn .arrow {
  display: grid;
  place-items: center;
  width: 5.38666vw;
  aspect-ratio: 1;
  border-radius: 100vmax;
  background-color: #fff;
}

.module-btn .arrow img {
  width: 2.26666vw;
  height: auto;
}

.module-btn .text {
  font-size: 4vw;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .module-btn {
    width: 20.4978vw;
    height: 4.48828vw;
    padding-inline: 1.09809vw;
  }

  .module-btn .arrow {
    width: 1.7855vw;
  }
  
  .module-btn .arrow img {
    width: 0.73206vw;
    height: auto;
  }
  
  .module-btn .text {
    font-size: 1.1713vw;
  }
}

/* module-btn old start */

/* .module-btn::before {
  content: "";
  position: absolute;
  border: 1px solid #d9cfd8;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: border 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.module-btn > .text {
  position: relative;
  top: -1.33333vw;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  .module-btn > .text {
    top: -0.80527vw;
    font-size: 1.0981vw;
  }
}

.module-btn > .text::before {
  content: "";
  position: absolute;
  bottom: -3.46667vw;
  left: 0vw;
  width: 45.33333vw;
  height: 0.26667vw;
  transition: background-color 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #878787;
  pointer-events: none;
}

@media (min-width: 768px) {
  .module-btn > .text::before {
    bottom: -1.53734vw;
    left: 0vw;
    width: 19.76574vw;
    height: 0.07321vw;
  }
} */

.module-btn.is-touched::before {
  border: 1px solid transparent;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #edd9da;
}

@media (min-width: 768px) {
  .module-btn.is-touched::before {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.module-btn.is-touched > .text::before {
  -webkit-transform: scaleX(0.38);
          transform: scaleX(0.38);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: anim-line 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: anim-line 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #9f9f9f;
}

.module-btn.is-touched.-guide > .text::before {
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  -webkit-animation: anim-line-guide 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: anim-line-guide 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.module-btn.is-touched.-buy > .text::before {
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  -webkit-animation: anim-line-buy 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: anim-line-buy 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.module-btn.is-touched.-question > .text::before {
  -webkit-transform: scaleX(0.75);
          transform: scaleX(0.75);
  -webkit-animation: anim-line-question 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: anim-line-question 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.module-btn.is-touched.-attention > .text::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-animation: anim-line-question 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: anim-line-question 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.module-btn.is-touched.-attention > .text::after {
  border: 1px solid transparent;
  -webkit-transform: scale(1.41935);
          transform: scale(1.41935);
  background-color: #edd9da;
}

.module-btn.is-touched.-product > .circle {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background-color: rgba(238, 223, 227, 0.8);
}

.module-btn.is-touched.-product > .text::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-animation: none;
          animation: none;
}

.module-btn.is-touched.-top-sakurae > .text::before {
  -webkit-transform: scaleX(0.48);
          transform: scaleX(0.48);
  -webkit-animation: anim-line-top-sakurae 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: anim-line-top-sakurae 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.module-btn.is-touched.-top-product > .text::before {
  -webkit-transform: scaleX(0.48);
          transform: scaleX(0.48);
  -webkit-animation: anim-line-top-product 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: anim-line-top-product 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.module-btn.is-touched.-top-guide > .text::before {
  -webkit-transform: scaleX(0.62);
          transform: scaleX(0.62);
  -webkit-animation: anim-line-top-guide 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: anim-line-top-guide 0.28s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.module-btn.-guide {
  width: 46.66667vw;
  height: 46.66667vw;
}

@media (min-width: 768px) {
  .module-btn.-guide {
    width: 19.18009vw;
    height: 19.18009vw;
  }
}

.module-btn.-guide > .text {
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .module-btn.-guide > .text {
    letter-spacing: 0em;
  }
}

.module-btn.-guide > .text::before {
  width: 56.53333vw;
}

@media (min-width: 768px) {
  .module-btn.-guide > .text::before {
    width: 20.4978vw;
  }
}

.module-btn.-top-guide > .text {
  line-height: 1.44346;
}

.module-btn.-top-guide > .text::before {
  bottom: -3.2vw;
  width: 40.26667vw;
}

@media (min-width: 768px) {
  .module-btn.-top-guide > .text::before {
    bottom: -1.53734vw;
    width: 19.76574vw;
  }
}

.module-btn.-buy {
  width: 29.33333vw;
  height: 29.33333vw;
}

@media (min-width: 768px) {
  .module-btn.-buy {
    width: 11.4202vw;
    height: 11.4202vw;
  }
}

.module-btn.-buy > .text {
  letter-spacing: 0.02em;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  .module-btn.-buy > .text {
    letter-spacing: 0.04em;
    font-size: 1.1713vw;
  }
}

.module-btn.-buy > .text::before {
  width: 40.8vw;
}

@media (min-width: 768px) {
  .module-btn.-buy > .text::before {
    width: 13.90922vw;
  }
}

.module-btn.-question {
  width: 48vw;
  height: 48vw;
}

@media (min-width: 768px) {
  .module-btn.-question {
    width: 15.22694vw;
    height: 15.22694vw;
  }
}

.module-btn.-question > .text {
  top: -2.93333vw;
  letter-spacing: 0.1em;
  font-size: 3.46667vw;
  line-height: 1.44346;
}

@media (min-width: 768px) {
  .module-btn.-question > .text {
    top: -0.80527vw;
    letter-spacing: 0.04em;
    font-size: 1.0981vw;
    line-height: 1.73333;
  }
}

.module-btn.-question > .text::before {
  bottom: -2.93333vw;
  width: 53.33333vw;
}

@media (min-width: 768px) {
  .module-btn.-question > .text::before {
    bottom: -0.73206vw;
    width: 15.66618vw;
  }
}

.module-btn.-attention {
  justify-content: left;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
}

.module-btn.-attention::before {
  display: none;
}

@media (min-width: 768px) {
  .module-btn.-attention {
    width: auto;
    height: auto;
  }
}

.module-btn.-attention > .text {
  letter-spacing: 0.1em;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  .module-btn.-attention > .text {
    letter-spacing: 0.1em;
    font-size: 0.95168vw;
  }
}

.module-btn.-attention > .text::before {
  z-index: 1;
  bottom: -1.33333vw;
  width: 50.66667vw;
}

@media (min-width: 768px) {
  .module-btn.-attention > .text::before {
    bottom: -0.87848vw;
    width: 14.64129vw;
  }
}

.module-btn.-attention > .text::after {
  content: "";
  position: absolute;
  bottom: -5.06667vw;
  left: 46.93333vw;
  border: 1px solid #d9cfd8;
  border-radius: 50%;
  width: 7.73333vw;
  height: 7.73333vw;
  transition: border 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}

@media (min-width: 768px) {
  .module-btn.-attention > .text::after {
    bottom: -1.90337vw;
    left: 13.76281vw;
    width: 2.2694vw;
    height: 2.2694vw;
  }
}

.module-btn.-product {
  border: none;
  border-radius: 50%;
  width: 25.86667vw;
  height: 25.86667vw;
}

@media (min-width: 768px) {
  .module-btn.-product {
    width: 11.78624vw;
    height: 11.78624vw;
  }
}

.module-btn.-product::after {
  display: none;
}

.module-btn.-product::before {
  display: none;
}

.module-btn.-product > .circle {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  border-radius: 50%;
  width: 25.86667vw;
  height: 25.86667vw;
  transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: rgba(238, 223, 227, 0.2);
}

@media (min-width: 768px) {
  .module-btn.-product > .circle {
    width: 11.78624vw;
    height: 11.78624vw;
  }
}

.module-btn.-product > .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.4vw;
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: 5s ease-in-out infinite alternate anim-circle-loop;
          animation: 5s ease-in-out infinite alternate anim-circle-loop;
  background-color: rgba(238, 223, 227, 0.15);
}

@media (min-width: 768px) {
  .module-btn.-product > .circle::before {
    left: -0.21962vw;
  }
}

.module-btn.-product > .circle::after {
  content: "";
  position: absolute;
  top: 0.4vw;
  left: 0.53333vw;
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: 7s ease-in-out 1s infinite alternate anim-circle-loop;
          animation: 7s ease-in-out 1s infinite alternate anim-circle-loop;
  background-color: rgba(238, 223, 227, 0.15);
}

@media (min-width: 768px) {
  .module-btn.-product > .circle::after {
    top: 0.21962vw;
    left: 0.29283vw;
  }
}

.module-btn.-product > .circle > .child {
  position: absolute;
  top: -0.53333vw;
  left: 0.26667vw;
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: 6s ease-in-out 3s infinite alternate anim-circle-loop;
          animation: 6s ease-in-out 3s infinite alternate anim-circle-loop;
  background-color: rgba(238, 223, 227, 0.15);
}

@media (min-width: 768px) {
  .module-btn.-product > .circle > .child {
    top: -0.29283vw;
    left: 0.14641vw;
  }
}

.module-btn.-product > .circle > .child::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.4vw;
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: 8s ease-in-out 6s infinite alternate anim-circle-loop;
          animation: 8s ease-in-out 6s infinite alternate anim-circle-loop;
  background-color: rgba(238, 223, 227, 0.15);
}

@media (min-width: 768px) {
  .module-btn.-product > .circle > .child::before {
    left: -0.21962vw;
  }
}

.module-btn.-product > .circle > .child::after {
  content: "";
  position: absolute;
  top: 0.4vw;
  left: 0.53333vw;
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: 7s ease-in-out 4s infinite alternate anim-circle-loop;
          animation: 7s ease-in-out 4s infinite alternate anim-circle-loop;
  background-color: rgba(238, 223, 227, 0.15);
}

@media (min-width: 768px) {
  .module-btn.-product > .circle > .child::after {
    top: 0.21962vw;
    left: 0.29283vw;
  }
}

.module-btn.-product > .text {
  top: 0;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 2.93333vw;
  line-height: 1.45455;
}

@media (min-width: 768px) {
  .module-btn.-product > .text {
    font-size: 1.24451vw;
    line-height: 1.29412;
  }
}

.module-btn.-product > .text::before {
  top: 0;
  bottom: 0;
  left: 16vw;
  margin: auto;
  width: 9.33333vw;
  background-color: #dcc3cb;
}

@media (min-width: 768px) {
  .module-btn.-product > .text::before {
    left: 7.32064vw;
    width: 3.95315vw;
  }
}

/* module-btn old end */

@-webkit-keyframes anim-line {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.38);
            transform: scaleX(0.38);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes anim-line {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.38);
            transform: scaleX(0.38);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes anim-line-guide {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes anim-line-guide {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes anim-line-top-sakurae {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.48);
            transform: scaleX(0.48);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes anim-line-top-sakurae {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.48);
            transform: scaleX(0.48);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes anim-line-top-guide {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.62);
            transform: scaleX(0.62);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes anim-line-top-guide {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.62);
            transform: scaleX(0.62);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes anim-line-top-product {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.48);
            transform: scaleX(0.48);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes anim-line-top-product {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.48);
            transform: scaleX(0.48);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes anim-line-buy {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes anim-line-buy {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.6);
            transform: scaleX(0.6);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes anim-line-question {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.75);
            transform: scaleX(0.75);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes anim-line-question {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.75);
            transform: scaleX(0.75);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes anim-line-attention {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.75);
            transform: scaleX(0.75);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes anim-line-attention {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(0.75);
            transform: scaleX(0.75);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@-webkit-keyframes anim-circle-loop {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1.1, 1.08) translate(0%, -0.5%);
            transform: scale(1.1, 1.08) translate(0%, -0.5%);
  }
  40% {
    -webkit-transform: scale(1, 1.05) translate(0.5%, 0%);
            transform: scale(1, 1.05) translate(0.5%, 0%);
  }
  60% {
    -webkit-transform: scale(0.95, 1) translate(0%, 0.5%);
            transform: scale(0.95, 1) translate(0%, 0.5%);
  }
  80% {
    -webkit-transform: scale(1.1, 0.9) translate(-0.5%, 0.3%);
            transform: scale(1.1, 0.9) translate(-0.5%, 0.3%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes anim-circle-loop {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1.1, 1.08) translate(0%, -0.5%);
            transform: scale(1.1, 1.08) translate(0%, -0.5%);
  }
  40% {
    -webkit-transform: scale(1, 1.05) translate(0.5%, 0%);
            transform: scale(1, 1.05) translate(0.5%, 0%);
  }
  60% {
    -webkit-transform: scale(0.95, 1) translate(0%, 0.5%);
            transform: scale(0.95, 1) translate(0%, 0.5%);
  }
  80% {
    -webkit-transform: scale(1.1, 0.9) translate(-0.5%, 0.3%);
            transform: scale(1.1, 0.9) translate(-0.5%, 0.3%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

.module-line {
  position: relative;
}

.module-line::before {
  content: "";
  position: absolute;
  bottom: -0.53333vw;
  border-bottom: 0.26667vw solid #bfbfbf;
  width: 100%;
  height: 1.33333vw;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media (min-width: 768px) {
  .module-line::before {
    bottom: -0.65886vw;
    border-bottom: 0.07321vw solid #bfbfbf;
    height: 0.73206vw;
  }
}

.module-line.-blur::before {
  content: "";
  position: absolute;
  bottom: 1.6vw;
  border-bottom: 0.26667vw solid #d36978;
  width: 100%;
  transition: 0.6s -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.6s transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.6s transform cubic-bezier(0.455, 0.03, 0.515, 0.955), 0.6s -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);

  -webkit-filter: blur(0.26667vw);

          filter: blur(0.26667vw);
}

@media (min-width: 768px) {
  .module-line.-blur::before {
    bottom: 0;
    border-bottom: 0.14641vw solid #d36978;

    -webkit-filter: blur(0.14641vw);

            filter: blur(0.14641vw);
  }
}

.module-line.-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.module-sakura {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

.module-sakura > .petal {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;

  will-change: transform;
}

.module-sakura > .petal.-img_01 {
  width: 5.46667vw;
}

@media (min-width: 768px) {
  .module-sakura > .petal.-img_01 {
    width: 1.50073vw;
  }
}

.module-sakura > .petal.-img_02 {
  width: 8.4vw;
}

@media (min-width: 768px) {
  .module-sakura > .petal.-img_02 {
    width: 2.306vw;
  }
}

.module-sakura > .petal.-img_03 {
  width: 10.26667vw;
}

@media (min-width: 768px) {
  .module-sakura > .petal.-img_03 {
    width: 2.81845vw;
  }
}

.module-sakura > .petal.-img_04 {
  width: 9.6vw;
}

@media (min-width: 768px) {
  .module-sakura > .petal.-img_04 {
    width: 2.63543vw;
  }
}

.module-sakura > .petal.-img_05 {
  width: 5.06667vw;
}

@media (min-width: 768px) {
  .module-sakura > .petal.-img_05 {
    width: 1.39092vw;
  }
}

.module-sakura > .petal.-img_06 {
  width: 8.26667vw;
}

@media (min-width: 768px) {
  .module-sakura > .petal.-img_06 {
    width: 2.2694vw;
  }
}

.module-wave {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.module-wave.-circle {
  top: 0vw;
}

@media (min-width: 768px) {
  .module-wave.-circle {
    top: 5.85652vw;
  }
}

.module-wave > .svg-box {
  position: absolute;
  width: 100%;
  height: 26.66667vw;
}

@media (min-width: 768px) {
  .module-wave > .svg-box {
    height: 14.64129vw;
  }
}

.module-wave > .svg-box .path {
  fill: none;
  stroke: #eddee2;
  stroke-width: 0.07321vw;
}

.bg-container {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 90.4vw;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .bg-container {
    top: 6.14934vw;
    width: 93.55783vw;
    height: 47.7306vw;
  }
}

.bg-container > .video {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}

.bg-container.-active {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .bg-container.-active {
    top: 0;
  }
}

.product-container {
  overflow: hidden;
  position: relative;
  margin: auto;
  padding: 0;
  padding: 0 0 16vw 0;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .product-container {
    padding: 0 0 5.12445vw 0;
    width: 93.55783vw;
  }
}

.product-container h1 {
  font-weight: 600;
}

.product-container h2 {
  font-weight: 400;
}

.product-container h3 {
  font-weight: 500;
}

.product-container h4 {
  font-weight: 500;
}

.product-container > .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin: 55.73333vw auto 0;
  width: 90.66667vw;
  height: 194.66667vw;
  background: url("/sakurae/assets/img/common/product_bg_sm.png") no-repeat center/cover;
}

@media (min-width: 768px) {
  .product-container > .bg {
    margin: 12.95754vw auto 0;
    width: 70.27818vw;
    height: 51.90337vw;
    background: url("/sakurae/assets/img/common/product_bg_lg.png") no-repeat center/cover;
  }
}

.product-container > .img-box {
  z-index: 1;
  margin: 55.73333vw auto 0;
}

@media (min-width: 768px) {
  .product-container > .img-box {
    margin: 12.95754vw auto 0;
  }
}

.product-container > .heading {
  position: absolute;
  z-index: 1;
  top: 15.33333vw;
  left: 9.06667vw;
  letter-spacing: 0.34em;
  color: #4d4d4d;
  font-size: 2.93333vw;
}

@media (min-width: 768px) {
  .product-container > .heading {
    top: 6.73499vw;
    left: 3.80673vw;
    font-size: 1.0981vw;
  }
}

.product-container > .buy-items {
  z-index: 1;
  margin: 8vw 0 0;
}

@media (min-width: 768px) {
  .product-container > .buy-items {
    margin: -3.4407vw 0 0 -5.27086vw;
  }
}

.contact-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0;
  padding: 0 0 20.8vw 0;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .contact-container {
    padding: 0 0 10.54173vw 0;
    width: 93.55783vw;
  }
}

.contact-container h1 {
  font-weight: 600;
}

.contact-container h2 {
  font-weight: 400;
}

.contact-container h3 {
  font-weight: 500;
}

.contact-container h4 {
  font-weight: 500;
}

.contact-container > .heading {
  position: absolute;
  z-index: 2;
  top: 2.66667vw;
  right: 5.33333vw;
  letter-spacing: 0.46em;
  color: #4d4d4d;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  .contact-container > .heading {
    top: 10.98097vw;
    right: 7.17423vw;
    font-size: 1.24451vw;
  }
}

.contact-container > .heading::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-top: 2.8vw;
  width: 1px;
  height: 8vw;
  background-color: #878787;
}

@media (min-width: 768px) {
  .contact-container > .heading::after {
    margin-top: 1.53734vw;
    width: 1px;
    height: 4.39239vw;
  }
}

.contact-container > .detail-box {
  margin: 29.2vw auto 0;
}

@media (min-width: 768px) {
  .contact-container > .detail-box {
    margin: 10.98097vw auto 0;
  }
}

.contact-container .btn-text {
  margin-top: 12vw;
  margin-bottom: 16vw;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  .contact-container .btn-text {
    margin-top: 2.19619vw;
    margin-bottom: 4.39239vw;
    font-size: 1.02489vw;
  }
}

/* --------------------------------
  detail
-------------------------------- */
.mv.-about-feature {
  padding-bottom: 10.13333vw;
}

@media (min-width: 768px) {
  .mv.-about-feature {
    padding-bottom: 1.46413vw;
  }
}

.mv_inner {
  position: relative;
}

.mv_title {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 15.73333vw;
  right: 9.6vw;
  white-space: nowrap;
  font-weight: 500;
  line-height: 2.3;
}

@media (min-width: 768px) {
  .mv_title {
    top: 9.0776vw;
    right: 12.73792vw;
    line-height: 2.2;
  }
}

.mv_title .main {
  display: block;
  letter-spacing: 0.22em;
  font-size: 4.53333vw;
  line-height: 2;
}

@media (min-width: 768px) {
  .mv_title .main {
    letter-spacing: 0.41em;
    font-size: 1.75695vw;
  }
}

@media (min-width: 768px) {
  .mv_title .main span:nth-of-type(2) {
    margin-top: 10.98097vw;
  }
}

.mv_title .sub {
  display: block;
  margin-top: 37.6vw;
  letter-spacing: 0.05em;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  .mv_title .sub {
    margin-top: 10.10249vw;
    margin-right: 1.68375vw;
    letter-spacing: 0.1em;
    font-size: 1.0981vw;
  }
}

.mv_title .space {
  margin-top: 0.4em;
}

@media (max-width: 767.98px) {
  .mv.-about-feature .mv_title {
    right: 10.13333vw;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .mv.-about-feature .mv_title .main > span:nth-of-type(3) {
    margin-top: 12.15227vw;
  }
}

.mv.-about-story .mv_title .sub {
  margin-top: 21.33333vw;
  letter-spacing: 0.14em;
}

@media (min-width: 768px) {
  .mv.-about-story .mv_title .sub {
    margin-top: 9.0776vw;
  }
}

@media (max-width: 767.98px) {
  .mv.-about-concept .mv_title .sub {
    margin-top: 10.66667vw;
    letter-spacing: 0.14em;
  }
}

.mv.-about-science .mv_title .sub {
  margin-top: 23.2vw;
}

@media (min-width: 768px) {
  .mv.-about-science .mv_title .sub {
    margin-top: 15.22694vw;
    letter-spacing: 0.14em;
  }
}

.mv.-guide .mv_title .main span:nth-of-type(2) {
  margin-top: 41.06667vw;
}

@media (min-width: 768px) {
  .mv.-guide .mv_title .main span:nth-of-type(2) {
    margin-top: 19.47291vw;
    letter-spacing: 0.4em;
  }
}

.mv_lead {
  position: absolute;
  top: 8.66666vw;
  left: 8.53333vw;
  letter-spacing: 0.46em;
  font-size: 2.53333vw;
}

@media (min-width: 768px) {
  .mv_lead {
    /* top: 9.00439vw; */
    top: 11.56661vw;
    left: 9.73646vw;
    letter-spacing: 0.45em;
    font-size: 1.24451vw;
  }
}

.mv_lead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.86667vw;
  left: 0;
  margin: auto;
  width: 1px;
  height: 8vw;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #878787;
}

@media (min-width: 768px) {
  .mv_lead::after {
    bottom: -0.58565vw;
    height: 4.39239vw;
  }
}

.mv_sakura {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mv_sakura.-left {
  left: 30vw;
}

.message {
  display: flex;
  opacity: 1;
  justify-content: center;
  position: relative;
  margin-bottom: -13.33333vw;
  /* padding-top: 25.86667vw; */
  padding-top: 18.93333vw;
  padding-bottom: 13.33333vw;
}

@media (min-width: 768px) {
  .message {
    margin-bottom: -7.32064vw;
    /* padding-top: 8.05270vw;*/
    padding-top: 7.17423vw;
    padding-bottom: 6.8814vw;
  }
}

.message_inner {
  display: inline-block;
  position: relative;
  padding: 0 13.73333vw;
}

.message_inner.-setPadding {
  padding: 0 14.4vw;
}

@media (min-width: 768px) {
  .message_inner.-setPadding {
    padding: 0 10.46852vw;
  }
}

.message_lead {
  /* letter-spacing: 0.1em; */
  letter-spacing: 0;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 2.571;
}

@media (min-width: 768px) {
  .message_lead {
    letter-spacing: 0;
    font-size: 1.24451vw;
    line-height: 2.352;
  }
}

.message_lead + .message_lead {
  margin-top: 9.33333vw;
}

@media (min-width: 768px) {
  .message_lead + .message_lead {
    margin-top: 2.78184vw;
  }
}

.message_lead.-caption {
  margin-top: 10.4vw;
  font-size: 3.2vw;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .message_lead.-caption {
    margin-top: 3.3675vw;
    font-size: 0.95168vw;
  }
}

.message_lead.-caption > span {
  display: flex;
}

.message_lead.-caption > span > span {
  margin-right: 1.86667vw;
}

@media (min-width: 768px) {
  .message_lead.-caption > span > span {
    margin-right: 0.51245vw;
  }
}

.message_lead.-caption > span > span:first-child {
  flex-shrink: 0;
}

.message_lead .line {
  position: relative;
}

.message_lead .line > i {
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e8b0b8;

  -webkit-filter: blur(2px);

          filter: blur(2px);
}

.message_sakura {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}

.message_sakura.-left {
  left: 30vw;
}

.related {
  text-align: center;
  background-color: #fff;
}
.related_inner {
  background-color: #fff;
  position: relative;
  padding: 10.66666vw;
}

@media (min-width: 768px) {
  .related_inner {
    padding: 5.85651vw 14.27525vw;
    display: flex;
    justify-content: space-between;
  }
}

.related_item {
  display: flex;
  width: 78.66666vw;
  transition-duration: .5s;
}

.related_item:hover {
  opacity: .7 !important;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .related_item:nth-child(n+2) {
    margin-top: 5.33333vw;
  }
}

.related_item img {
  width: 25.33333vw;
}

.related_text_wrap {
  width: 53.33333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 4vw;
  background-color: #e6bcc9;
}

@media screen and (min-width: 768px) {
  .related_item {
    width: 22.36822vw;
  }

  .related_item img {
    width: 7.33748vw;
  }
  
  .related_text_wrap {
    width: 15.03074vw;
    padding-inline: 1.09809vw;
  }
}

.related_text_inner .title {
  margin-top: 1.33333vw;
  font-size: 3.46666vw;
  line-height: 1.23;
  text-align: left;
  color: #FFF;
}

.related_text_inner .product_info {
  margin-top: 0.66666vw;
  font-size: 4.26666vw;
  text-align: left;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .related_text_inner .title {
    margin-top: 0;
    font-size: 1.09809vw;
    line-height: 1.333;
  }
  
  .related_text_inner .product_info {
    margin-top: 0;
    font-size: 1.31771vw;
  }
}

.related_text_wrap .arrow {
  width: 5.38666vw;
  aspect-ratio: 1 / 1;
  border-radius: 100vmax;
  display: grid;
  place-items: center;
  background-color: #fff;
}

.related_text_wrap .arrow img {
  width: 2.26666vw;
}

@media screen and (min-width: 768px) {
  .related_text_wrap .arrow {
    width: 1.78550vw;
    aspect-ratio: 1 / 1;
    border-radius: 100vmax;
    display: grid;
    place-items: center;
    background-color: #fff;
  }
  
  .related_text_wrap .arrow img {
    width: 0.73206vw;
  }
}

.about_link {
  margin-top: 44.8vw;
  text-align: center;
}

@media (min-width: 768px) {
  .about_link {
    margin-top: 11.34699vw;
  }
}

.about_link_inner {
  position: relative;
  background-color: #f7f5f6;
  padding: 7.06666vw 10.66666vw 10.66666vw;
}

@media (min-width: 768px) {
  .about_link_inner {
    padding: 4.39238vw 14.27525vw 5.85651vw;
  }
}

.about_link_ttl {
  font-size: 4.8vw;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #1a1a1a;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about_link_ttl {
    font-size: 1.66691vw;
  }
}

.about_link_list {
  position: relative;
  margin-top: 6.4vw;
}

@media (min-width: 768px) {
  .about_link_list {
    margin-top: 3.22108vw;
    display: flex;
    justify-content: space-between;
  }
}

.link_item {
  display: flex;
  width: 78.66666vw;
  transition-duration: .5s;
}

.link_item:hover {
  opacity: .7 !important;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .about_link_list > * + * {
    margin-top: 4vw;
  }
}

.link_item img {
  width: 25.33333vw;
}

.link_text_wrap {
  width: 53.33333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 4vw;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .link_item {
    width: 22.36822vw;
  }

  .link_item img {
    width: 7.46486vw;
  }
  
  .link_text_wrap {
    width: 14.88067vw;
    padding-inline: 1.75695vw 1.09809vw;
  }
}

.link_text_inner p {
  font-size: 4vw;
  line-height: 1.6;
  text-align: left;
  color: #1a1a1a;
}

@media screen and (min-width: 768px) {
  .link_text_inner p {
    font-size: 1.31771vw;
    line-height: 1.555;
  }
}

.link_text_wrap .arrow {
  width: 5.38666vw;
  aspect-ratio: 1 / 1;
  border-radius: 100vmax;
  display: grid;
  place-items: center;
  background-color: #e9a0b5;
}

.link_text_wrap .arrow img {
  width: 2.26666vw;
}

@media screen and (min-width: 768px) {
  .link_text_wrap .arrow {
    width: 1.78550vw;
  }
  
  .link_text_wrap .arrow img {
    width: 0.73206vw;
  }
}