@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* =============================================

基本設定

============================================= */
html {
  font-size: 0.5em;
}

body {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1;
  background: #182d76;
}

img {
  width: 100%;
  max-width: none;
  height: auto;
}

.sp {
  display: none;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

em {
  font-style: normal;
}

.fadein {
  opacity: 0;
  transition: opacity 2s;
}
.fadein.is-showin {
  opacity: 1;
}

/* =============================================

ラッパー

============================================= */
.contents {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  overflow: hidden;
}

/* =============================================

メインビジュアル

============================================= */
.mainvisual {
  position: relative;
}
.mainvisual__ear {
  width: 38.4rem;
  position: absolute;
  top: 44rem;
  left: 31.2rem;
}
.mainvisual__ear img {
  position: absolute;
}
.mainvisual__heat {
  z-index: 1;
  animation: heat 1.5s ease-in-out infinite alternate forwards;
}
.mainvisual__pad {
  z-index: 2;
}
.mainvisual__breath {
  width: 25rem;
  position: absolute;
  top: 87rem;
  left: 23.6rem;
  transform-origin: right top;
  opacity: 0;
}
.mainvisual__breath img {
  position: absolute;
}
.mainvisual__shoulder {
  width: 54rem;
  position: absolute;
  top: 68.1rem;
  left: 58.8rem;
  transform-origin: left center;
}
.mainvisual__catch {
  width: 33.8rem;
  position: absolute;
  top: 4.2rem;
  left: 5.5rem;
  opacity: 0;
  transition: opacity 1s 2s;
}
.mainvisual__catch.is-showin {
  opacity: 1;
}
.mainvisual__title {
  width: 66.6rem;
  position: absolute;
  bottom: 16rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1s 3s;
}
.mainvisual__overlay {
  background: #182d76;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 5s;
  opacity: 1;
}
.mainvisual.is-showin .mainvisual__catch {
  opacity: 1;
}
.mainvisual.is-showin .mainvisual__breath {
  animation: breath 4s 1s ease-in-out infinite forwards;
}
.mainvisual.is-showin .mainvisual__shoulder {
  animation: shoulder 4.5s 1s ease-in infinite forwards;
}
.mainvisual.is-showin .mainvisual__title {
  opacity: 1;
}
.mainvisual.is-showin .mainvisual__overlay {
  opacity: 0;
}

@keyframes heat {
  0% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1.02, 1.02);
  }
}
@keyframes breath {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes shoulder {
  0% {
    transform: scale(1, 1) rotate(0deg);
  }
  30% {
    transform: scale(1.03, 1.02) rotate(1deg);
  }
  60% {
    transform: scale(1.03, 1.02) rotate(1deg);
  }
  80% {
    transform: scale(1, 1) rotate(0deg);
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}
.concept {
  color: #fff;
  background: url("../img/bg-concept.webp") no-repeat top center/cover;
  min-height: 260rem;
  padding-top: 34rem;
}
.concept__title {
  width: 73.4rem;
  margin: 0 auto 11rem;
  transform: translateY(2rem);
  opacity: 0;
  transition: all 4s;
}
.concept__title.is-showin {
  transform: translateY(0);
  opacity: 1;
}
.concept__txt {
  font-size: 4.1rem;
  line-height: 2.8536585366;
  width: 73.4rem;
  margin: 0 auto 30rem;
  transform: translateY(2rem);
  opacity: 0;
  transition: all 4s;
}
.concept__txt.is-showin {
  transform: translateY(0);
  opacity: 1;
}
.concept__moon {
  width: 24.2rem;
  margin-left: 41rem;
  margin-bottom: 9rem;
  transform: translateY(5rem);
  opacity: 0;
  transition: all 1s ease-out;
}
.concept__moon.is-showin {
  transform: translateY(0);
  opacity: 1;
}
.concept-product {
  text-align: center;
  margin-bottom: 18rem;
  opacity: 0;
  transition: all 1s 1s;
}
.concept-product.is-showin {
  opacity: 1;
}
.concept-product__heading {
  font-size: 4.1rem;
  letter-spacing: -0.03em;
  margin-bottom: 5rem;
  text-shadow: 0 0 2.2rem rgba(254, 230, 255, 0.8);
  mix-blend-mode: screen;
}
.concept-product__name {
  font-size: 9.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 3.5rem;
  margin-right: -0.2em;
  text-shadow: 0 0 2.2rem rgba(254, 230, 255, 0.8);
  mix-blend-mode: screen;
}
.concept-product__logo {
  width: 20.8rem;
  margin: 0 auto;
  filter: drop-shadow(0 0 2.2rem rgba(254, 230, 255, 0.8));
}

.btn {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.8rem;
  width: 67.4rem;
  height: 13.4rem;
  margin: 0 auto;
}
.btn a {
  color: #fff;
  background: #495aa8;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about {
  color: #fff;
  background: #495aa8;
  padding-top: 19rem;
  padding-bottom: 10rem;
}
.about__intro {
  font-size: 3.6rem;
  font-weight: 700;
  width: 75rem;
  margin: 0 auto 5rem;
}
.about__intro em {
  font-size: 4.9rem;
}
.about-character {
  font-size: 3rem;
  line-height: 1.5333333333;
  color: #2a2d4e;
  font-weight: 700;
  text-align: center;
  width: 91rem;
  margin: 0 auto 2.5rem;
}
.about-character__item {
  background: #bbb9e4;
  padding: 2.5rem 3.5rem;
  margin-bottom: 3rem;
  border-radius: 9999px;
  box-shadow: 0.2rem 0.2rem 0 #f3981c;
}
.about-character__item:last-child {
  margin-bottom: 0;
}
.about-character__item span {
  text-align: left;
  display: inline-block;
}
.about-character__item sup {
  font-size: 1.8rem;
  vertical-align: 0.5em;
}
.about-character__notice {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  color: #bbb9e4;
  text-align: center;
  width: 91rem;
  margin: 0 auto 24rem;
}
.about-description {
  letter-spacing: -0.05em;
  text-align: center;
}
.about-description__heading {
  position: relative;
}
.about-description--01 {
  width: 54rem;
  margin-right: 5rem;
  margin-left: auto;
}
.about-description--01 .about-description__heading {
  width: 38rem;
  height: 5.5rem;
  margin-bottom: 3rem;
}
.about-description--01 .about-description__heading img {
  position: absolute;
  top: -6.5rem;
  left: 3rem;
}
.about-description--02 {
  width: 58rem;
  margin-left: auto;
  margin-right: 18rem;
  position: relative;
  z-index: 1;
}
.about-description--02 .about-description__heading {
  width: 55.5rem;
  height: 5.5rem;
  margin-bottom: 3rem;
}
.about-description--02 .about-description__heading img {
  position: absolute;
  top: -6.5rem;
  left: -4rem;
}
.about-description__txt {
  font-size: 2.8rem;
  line-height: 1.9285714286;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.about-description__txt em {
  font-size: 3.4rem;
}
.about__img {
  position: relative;
}
.about__img--01 {
  width: 84.4rem;
  margin-bottom: 20rem;
}
.about__img--01 figcaption {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
  position: absolute;
  left: 8.5rem;
  bottom: 0;
}
.about__img--02 {
  width: 87rem;
  margin-top: -30rem;
  margin-bottom: 12rem;
  margin-left: auto;
  position: relative;
}
.about__img--02 img:nth-of-type(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about__img--02 figcaption {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
  position: absolute;
  right: 4rem;
  bottom: 13rem;
}
.about-product .concept-product {
  margin-bottom: 12rem;
}
.about-product .concept-product__heading {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  text-shadow: 0 0 2.2rem rgb(254, 230, 255);
}
.about-product .concept-product__name {
  font-size: 6.4rem;
  margin-bottom: 2rem;
}
.about-product .concept-product__logo {
  width: 14rem;
}

.multiply {
  mix-blend-mode: multiply;
}

.recommend {
  width: 93rem;
  padding: 9rem 0rem 7rem;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 3.5rem;
}
.recommend__title {
  font-size: 5.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10rem;
}
.recommend__title span {
  position: relative;
}
.recommend__title span::before, .recommend__title span::after {
  content: "";
  width: 4rem;
  height: 5.4rem;
  position: absolute;
  top: 1.6rem;
}
.recommend__title span::before {
  background: url("../img/bg-ornament-01.png") no-repeat center center/cover;
  left: -5rem;
}
.recommend__title span::after {
  background: url("../img/bg-ornament-02.png") no-repeat center center/cover;
  right: -5rem;
}
.recommend__img {
  margin-bottom: 5rem;
}
.recommend__img--01 {
  width: 93.4rem;
  margin-right: -3.6rem;
  margin-left: auto;
}
.recommend__img--02 {
  width: 95.2rem;
  margin-left: -3.6rem;
}
.recommend__btn a {
  background: #263b7a;
}

.use {
  background: url("../img/bg-use.webp") no-repeat top center/cover;
  padding-top: 10rem;
  padding-bottom: 20rem;
}
.use__title {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: #ffb351;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 6.5rem;
}
.use__inner {
  background: #fff;
  width: 89rem;
  padding-top: 6rem;
  padding-bottom: 4rem;
  margin: 0 auto 4rem;
  border-radius: 6rem;
}
.use-step {
  text-align: center;
  margin-bottom: 4rem;
}
.use-step__heading {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.use-step__txt {
  font-size: 4.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 1.4rem;
  text-decoration-thickness: 0.8rem;
  text-decoration-color: #ccc6de;
}
.use-step__supplement {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 6rem;
}
.use__img {
  width: 86.6rem;
  margin: 0 auto 4.5rem;
}
.use__footer {
  width: 38.2rem;
  margin: 14rem auto 0;
}

.products {
  width: 77.6rem;
  margin: 0 auto;
}
.products figcaption {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  color: #364e7a;
  text-align: right;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
  html {
    font-size: 1vw;
  }
}
/* =============================================

マージン設定

============================================= */
@media only screen and (min-width: 751px) {
  .mb0pc {
    margin-bottom: 0rem;
  }
  .mb5pc {
    margin-bottom: 0.5rem;
  }
  .mb10pc {
    margin-bottom: 1rem;
  }
  .mb15pc {
    margin-bottom: 1.5rem;
  }
  .mb20pc {
    margin-bottom: 2rem;
  }
  .mb25pc {
    margin-bottom: 2.5rem;
  }
  .mb30pc {
    margin-bottom: 3rem;
  }
  .mb35pc {
    margin-bottom: 3.5rem;
  }
  .mb40pc {
    margin-bottom: 4rem;
  }
  .mb45pc {
    margin-bottom: 4.5rem;
  }
  .mb50pc {
    margin-bottom: 5rem;
  }
  .mb55pc {
    margin-bottom: 5.5rem;
  }
  .mb60pc {
    margin-bottom: 6rem;
  }
  .mb65pc {
    margin-bottom: 6.5rem;
  }
  .mb70pc {
    margin-bottom: 7rem;
  }
  .mb75pc {
    margin-bottom: 7.5rem;
  }
  .mb80pc {
    margin-bottom: 8rem;
  }
  .mb85pc {
    margin-bottom: 8.5rem;
  }
  .mb90pc {
    margin-bottom: 9rem;
  }
  .mb95pc {
    margin-bottom: 9.5rem;
  }
  .mb100pc {
    margin-bottom: 10rem;
  }
  .mb105pc {
    margin-bottom: 10.5rem;
  }
  .mb110pc {
    margin-bottom: 11rem;
  }
  .mb115pc {
    margin-bottom: 11.5rem;
  }
  .mb120pc {
    margin-bottom: 12rem;
  }
  .mb125pc {
    margin-bottom: 12.5rem;
  }
  .mb130pc {
    margin-bottom: 13rem;
  }
  .mb135pc {
    margin-bottom: 13.5rem;
  }
  .mb140pc {
    margin-bottom: 14rem;
  }
  .mb145pc {
    margin-bottom: 14.5rem;
  }
  .mb150pc {
    margin-bottom: 15rem;
  }
  .mb155pc {
    margin-bottom: 15.5rem;
  }
  .mb160pc {
    margin-bottom: 16rem;
  }
  .mb165pc {
    margin-bottom: 16.5rem;
  }
  .mb170pc {
    margin-bottom: 17rem;
  }
  .mb175pc {
    margin-bottom: 17.5rem;
  }
  .mb180pc {
    margin-bottom: 18rem;
  }
  .mb185pc {
    margin-bottom: 18.5rem;
  }
  .mb190pc {
    margin-bottom: 19rem;
  }
  .mb195pc {
    margin-bottom: 19.5rem;
  }
  .mb200pc {
    margin-bottom: 20rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  .mb0sp {
    margin-bottom: 0rem;
  }
  .mb5sp {
    margin-bottom: 0.5rem;
  }
  .mb10sp {
    margin-bottom: 1rem;
  }
  .mb15sp {
    margin-bottom: 1.5rem;
  }
  .mb20sp {
    margin-bottom: 2rem;
  }
  .mb25sp {
    margin-bottom: 2.5rem;
  }
  .mb30sp {
    margin-bottom: 3rem;
  }
  .mb35sp {
    margin-bottom: 3.5rem;
  }
  .mb40sp {
    margin-bottom: 4rem;
  }
  .mb45sp {
    margin-bottom: 4.5rem;
  }
  .mb50sp {
    margin-bottom: 5rem;
  }
  .mb55sp {
    margin-bottom: 5.5rem;
  }
  .mb60sp {
    margin-bottom: 6rem;
  }
  .mb65sp {
    margin-bottom: 6.5rem;
  }
  .mb70sp {
    margin-bottom: 7rem;
  }
  .mb75sp {
    margin-bottom: 7.5rem;
  }
  .mb80sp {
    margin-bottom: 8rem;
  }
  .mb85sp {
    margin-bottom: 8.5rem;
  }
  .mb90sp {
    margin-bottom: 9rem;
  }
  .mb95sp {
    margin-bottom: 9.5rem;
  }
  .mb100sp {
    margin-bottom: 10rem;
  }
  .mb105sp {
    margin-bottom: 10.5rem;
  }
  .mb110sp {
    margin-bottom: 11rem;
  }
  .mb115sp {
    margin-bottom: 11.5rem;
  }
  .mb120sp {
    margin-bottom: 12rem;
  }
  .mb125sp {
    margin-bottom: 12.5rem;
  }
  .mb130sp {
    margin-bottom: 13rem;
  }
  .mb135sp {
    margin-bottom: 13.5rem;
  }
  .mb140sp {
    margin-bottom: 14rem;
  }
  .mb145sp {
    margin-bottom: 14.5rem;
  }
  .mb150sp {
    margin-bottom: 15rem;
  }
  .mb155sp {
    margin-bottom: 15.5rem;
  }
  .mb160sp {
    margin-bottom: 16rem;
  }
  .mb165sp {
    margin-bottom: 16.5rem;
  }
  .mb170sp {
    margin-bottom: 17rem;
  }
  .mb175sp {
    margin-bottom: 17.5rem;
  }
  .mb180sp {
    margin-bottom: 18rem;
  }
  .mb185sp {
    margin-bottom: 18.5rem;
  }
  .mb190sp {
    margin-bottom: 19rem;
  }
  .mb195sp {
    margin-bottom: 19.5rem;
  }
  .mb200sp {
    margin-bottom: 20rem;
  }
}/*# sourceMappingURL=style.css.map */