@charset "UTF-8";
/* =========================
   Foundation
========================= */
.pc-hidden {
  display: block;
}
@media screen and (min-width: 1000px) {
  .pc-hidden {
    display: none;
  }
}

@font-face {
  font-family: "MOBO"; /* 好きなフォント名 */
  src: url("/fonts/MOBO-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示設定 */
}
/* =========================
   Layout
========================= */
/* =========================
   Foundation
========================= */
/* =========================
   Component
========================= */
/* =========================
   Custom Font
========================= */
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MOBO";
  src: url("../fonts/MOBO-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MOBO";
  src: url("../fonts/MOBO-SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.anim-box.popup.is-animated {
  -webkit-animation: popup 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: popup 2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
            transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.slide-up {
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: transform, opacity;
}

.slide-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header {
  width: 100%;
  background-color: #002a32;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
@media screen and (min-width: 1000px) {
  header {
    height: 80px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: min(5.34vw, 39px);
  padding-inline: min(6.986vw, 51px);
}
@media screen and (min-width: 1000px) {
  .header__inner {
    padding-inline: 114px;
    padding-block: 0;
    height: 100%;
  }
}

.header__logo {
  width: min(48.4vw, 354px);
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .header__logo {
    width: 195px;
  }
}

.header__button-sp {
  width: min(6.16vw, 45px);
  height: min(5.5vw, 40px);
}
.header__button-sp img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .header__button-sp {
    display: none;
  }
}

.header__cta-wrap {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header__cta-wrap {
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  .header__cta {
    display: block;
    width: 200px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 20px;
    background-color: #fed600;
    border-radius: 999px;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .header__cta:hover {
    opacity: 0.5;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}

.header__cta-text {
  font-family: "MOBO", sans-serif;
  font-weight: bold;
  color: #002a32;
  white-space: nowrap;
  font-size: 38px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1000px) {
  .header__cta-text {
    display: block;
    font-size: 17px;
  }
}

.header__cta-icon {
  position: relative;
  width: min(5.75vw, 42px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .header__cta-icon {
    width: 20px;
    display: block;
  }
}
.header__cta-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.header__cta-icon--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

@media screen and (min-width: 1000px) {
  .fv {
    margin-top: 80px;
  }
}

.fv__video {
  position: relative;
  width: 100%;
}
.fv__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.era {
  position: relative;
  width: 100%;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px), url(../img/era-sample@4x.png);
  background-size: 17px 17px, 17px 17px, cover;
}

.era__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
}
.era__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.era__title {
  position: relative;
  z-index: 5;
  padding-top: 75px;
  width: min(63.97vw, 467px);
  margin-inline: auto;
  aspect-ratio: 1909/827;
}
.era__title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .era__title {
    width: 601px;
    padding-top: 94px;
  }
}

.era__inner {
  padding-inline: 18.0821917808%;
}
.era__text {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.era__text p {
  display: block;
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(16px, 2.054vw, 20px);
  line-height: 2.1;
  color: #000;
  letter-spacing: 0.15px;
}
@media screen and (min-width: 1000px) {
  .era__text {
    margin: 0 auto;
    margin-top: -3px;
  }
}

.era__img {
  width: min(54.79vw, 400px);
  margin: 0 auto;
  margin-top: 25px;
}
.era__img img {
  display: block;
  width: 100%;
  height: auto;
}

.worries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px), #afbebf;
  background-size: 17px 17px;
  padding-top: 65px;
  padding-bottom: 56px;
  padding-inline: 18.3561643836%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .worries {
    padding-top: 92px;
    padding-bottom: 87px;
  }
}

.worries__title {
  max-width: 450px;
}
.worries__title img {
  width: 100%;
  height: auto;
}

.worries__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
@media screen and (min-width: 1000px) {
  .worries__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 656px;
  }
}
@media screen and (min-width: 1000px) {
  .worries__wrap {
    gap: 34px;
  }
}

.worries__list {
  max-width: 463px;
  margin-top: 40px;
}
.worries__list img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .worries__list {
    width: 390px;
    margin-top: 60px;
  }
}

.worries__img--men {
  width: min(23.84vw, 174px);
}
.worries__img--men img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .worries__img--men {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 229px;
    margin-top: 22px;
  }
}

.worries__img--yazirudhi {
  position: absolute;
  top: 45%;
  left: calc(50% - 263px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  width: min(11.095vw, 81px);
}
.worries__img--yazirudhi img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .worries__img--yazirudhi {
    display: none;
  }
}

.worries__img--arrow {
  display: none;
}
@media screen and (min-width: 1000px) {
  .worries__img--arrow {
    display: block;
    width: 52px;
    margin-top: 17px;
  }
  .worries__img--arrow img {
    width: 100%;
    height: auto;
  }
}

.worries__text {
  position: relative;
  margin-top: 31px;
  max-width: 462px;
  z-index: 1;
}
.worries__text::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 12px;
  background-color: #fff;
  z-index: 0;
}
.worries__text img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .worries__text {
    display: block;
    max-width: 585px;
    margin-top: 27px;
  }
}

.worries__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 48px;
  background-color: #fed600;
  border-radius: 999px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  margin-top: 49px;
}
.worries__cta:hover {
  background-color: #002a32;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.worries__cta:hover .worries__cta-text {
  color: #fed600;
}
.worries__cta:hover .worries__cta-icon--default {
  opacity: 0;
}
.worries__cta:hover .worries__cta-icon--hover {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .worries__cta {
    margin-top: 33px;
  }
}

.worries__cta-text {
  font-family: "MOBO", sans-serif;
  font-weight: bold;
  color: #002a32;
  white-space: nowrap;
  font-size: min(5.75vw, 42px);
  letter-spacing: 1.5px;
}
@media screen and (min-width: 1000px) {
  .worries__cta-text {
    font-size: 38px;
    letter-spacing: 0;
  }
}

.worries__cta-icon {
  position: relative;
  width: min(5.75vw, 42px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .worries__cta-icon {
    width: 49px;
  }
}
.worries__cta-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.worries__cta-icon--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
@media screen and (min-width: 1000px) {
  .worries__cta-icon {
    width: 40px;
  }
}

.free-cta {
  position: fixed;
  bottom: 1%;
  left: 34%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 最大サイズ */
  width: min(199.65px, 32vw);
  height: min(205.284px, 32vw);
  display: block;
  z-index: 1000;
  /* 初期は非表示 */
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (min-width: 1000px) {
  .free-cta {
    left: 43%;
    bottom: 1%;
  }
}

/* 表示状態 */
.free-cta.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

/* 外側（回転） */
.free-cta__outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
@media screen and (min-width: 1000px) {
  .free-cta__outer {
    width: 150px;
    height: 150px;
  }
}

.free-cta__outer img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 内側（固定） */
.free-cta__inner {
  position: absolute;
  top: 51%;
  left: 51%;
  /* 元サイズ 180 / 200 = 90% */
  width: 93%;
  aspect-ratio: 1/1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .free-cta__inner {
    top: 38%;
    left: 38%;
    width: 140px;
    height: 140px;
  }
}

.free-cta__inner img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1/1;
}

/* 回転アニメーション */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.merit {
  position: relative;
  padding-top: 60px;
  padding-bottom: 63px;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 17px 17px, 17px 17px, auto;
  padding-inline: 13.698630137%;
}
@media screen and (min-width: 1000px) {
  .merit {
    padding-top: 100px;
    padding-inline: 0;
    padding-bottom: 92px;
  }
}

.merit__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.merit__bg-img img {
  width: 100%;
  height: 100%;
}

.merit__inner {
  margin-inline: auto;
  max-width: 471px;
}
@media screen and (min-width: 1000px) {
  .merit__inner {
    max-width: 584px;
  }
}

.merit__title {
  margin: 0 auto;
  width: min(57.945vw, 423px);
}
.merit__title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .merit__title {
    width: 584.4px;
  }
}

.merit__feature-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 42px;
  margin-inline: auto;
}
@media screen and (min-width: 1000px) {
  .merit__feature-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

.merit__feature-icon.poyoyon.is-animated {
  -webkit-animation: poyoyon 2.5s ease-in-out 1;
          animation: poyoyon 2.5s ease-in-out 1;
  opacity: 1;
}

@-webkit-keyframes poyoyon {
  0%, 40% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 5deg);
            transform: skew(5deg, 5deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -4deg);
            transform: skew(-4deg, -4deg);
  }
  15% {
    -webkit-transform: skew(3deg, 3deg);
            transform: skew(3deg, 3deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -2deg);
            transform: skew(-2deg, -2deg);
  }
  25% {
    -webkit-transform: skew(1deg, 1deg);
            transform: skew(1deg, 1deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
}

@keyframes poyoyon {
  0%, 40% {
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
  }
  5% {
    -webkit-transform: skew(5deg, 5deg);
            transform: skew(5deg, 5deg);
  }
  10% {
    -webkit-transform: skew(-4deg, -4deg);
            transform: skew(-4deg, -4deg);
  }
  15% {
    -webkit-transform: skew(3deg, 3deg);
            transform: skew(3deg, 3deg);
  }
  20% {
    -webkit-transform: skew(-2deg, -2deg);
            transform: skew(-2deg, -2deg);
  }
  25% {
    -webkit-transform: skew(1deg, 1deg);
            transform: skew(1deg, 1deg);
  }
  30% {
    -webkit-transform: skew(-0.6deg, -0.6deg);
            transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    -webkit-transform: skew(0.3deg, 0.3deg);
            transform: skew(0.3deg, 0.3deg);
  }
}
.merit__feature-icon {
  width: min(32.603vw, 238px);
}
.merit__feature-icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .merit__feature-icon {
    display: block;
    width: 300px;
  }
}

.merit__text {
  margin-top: 25px;
  text-align: left;
}
.merit__text p {
  display: block;
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(16px, 2.054vw, 20px);
  line-height: 2.1;
  color: #000;
  letter-spacing: 0.15px;
}
@media screen and (min-width: 1000px) {
  .merit__text {
    width: 543.1px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.merit__features {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 1000px) {
  .merit__features {
    gap: 50px;
  }
}

.merit__feature {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .merit__feature {
    grid-template-columns: auto 1fr;
    grid-template-areas: "img title" "img text" "sep sep";
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    row-gap: 1px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (min-width: 1000px) {
  .grid-reverse {
    grid-template-columns: 1fr auto;
    grid-template-areas: "title img" "text img" "sep sep";
  }
}

.merit__feature--img {
  width: 90px;
  grid-column: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.merit__feature--img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .merit__feature--img img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1000px) {
  .merit__feature--img {
    width: 106px;
    grid-area: img;
    align-self: stretch;
  }
}

.merit__feature--title {
  width: min(47.945vw, 350px);
  grid-column: 2;
}
.merit__feature--title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .merit__feature--title {
    grid-area: title;
    align-self: start;
    width: 430px;
  }
}

@media screen and (min-width: 1000px) {
  .width-280 {
    width: 280px;
  }
}

.merit__feature--text {
  grid-column: 1/-1;
}
.merit__feature--text p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(16px, 2.054vw, 20px);
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .merit__feature--text p {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1000px) {
  .merit__feature--text {
    grid-area: text;
    align-self: start;
  }
}

.merit__feature--text-gray {
  font-family: "LINE Seed JP", sans-serif;
  font-size: min(2.5vw, 13px);
  line-height: 1.5;
  color: #666;
}

.merit__separator {
  max-width: 464px;
  grid-column: 1/-1;
}
.merit__separator img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .merit__separator {
    display: none;
  }
}

.record {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 17px 17px, 17px 17px, auto;
  z-index: 1;
  overflow: hidden;
}
.record::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px), url(../img/record-bg-icon.webp) center/cover no-repeat, url(../img/record-bg-yellow.webp) center/cover no-repeat;
  background-size: 17px 17px, 17px 17px, cover, cover;
  z-index: 0;
}

.record__inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 56px;
  padding-inline: 16.4383561644%;
  margin: 0 auto;
  z-index: 1;
}
.record__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72.3%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px), url(../img/record-bg-white.webp) center center/cover no-repeat;
  background-size: 17px 17px, 17px 17px, cover;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .record__inner::after {
    width: 65.3%;
  }
}
@media screen and (min-width: 1000px) {
  .record__inner {
    padding-top: 28px;
    padding-bottom: 97px;
  }
}

.record__ramen {
  margin: 0 auto;
}

.record__raimon--top {
  max-width: 470px;
  margin: 0 auto;
}
.record__raimon--top img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__raimon--top {
    max-width: 654px;
  }
}

.record__ramen--title {
  max-width: 470px;
  margin: 0 auto;
  margin-top: 47px;
}
.record__ramen--title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__ramen--title {
    max-width: 596px;
  }
}

.record__ramen--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.2602739726vw;
  margin-top: 34px;
}
@media screen and (min-width: 1000px) {
  .record__ramen--content {
    margin-top: 18px;
  }
}

.record__ramen--logo {
  width: min(26.527vw, 193px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.record__ramen--logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__ramen--logo {
    width: 240px;
  }
}

.record__ramen--points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.record__ramen--point-kuchikomi {
  width: min(24.11vw, 176px);
  margin-left: min(-24px, -3.28vw);
}
.record__ramen--point-kuchikomi img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__ramen--point-kuchikomi {
    width: 218px;
  }
}

.record__ramen--point-sales {
  width: min(24.11vw, 176px);
  margin-left: min(6.84vw, 50px);
}
.record__ramen--point-sales img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__ramen--point-sales {
    width: 218px;
  }
}

.record__ramen--point-fc {
  width: min(24.11vw, 176px);
  margin-left: min(-24px, -3.28vw);
}
.record__ramen--point-fc img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__ramen--point-fc {
    width: 218px;
  }
}

.record__ramen--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 29px;
}
@media screen and (min-width: 1000px) {
  .record__ramen--wrap {
    margin-top: 29px;
  }
}

.record__ramen--men-img {
  width: min(30.27vw, 221px);
  position: relative;
  top: -15px;
  left: 7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: -2;
}
.record__ramen--men-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__ramen--men-img {
    width: 178px;
    left: 3%;
  }
}

.record__ramen--text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: min(48.63vw, 355px);
  margin-left: -19.7260273973vw;
  margin-top: -2px;
}
@media screen and (min-width: 1000px) {
  .record__ramen--text-content {
    width: 427px;
    margin-right: -2%;
    gap: 16px;
  }
}

.record__ramen--text p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(16px, 2.054vw, 20px);
  line-height: 2.1;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .record__ramen--text p {
    line-height: 2;
  }
}

.record__ramen--men-name {
  width: min(41.36vw, 302px);
  margin-left: auto;
}
.record__ramen--men-name img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__ramen--men-name {
    width: 343px;
  }
}

.record__raimon--bottom {
  max-width: 470px;
  margin: 0 auto;
}
.record__raimon--bottom img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__raimon--bottom {
    max-width: 654px;
    margin-top: -3px;
  }
}

.record__sample {
  margin-top: 54px;
  padding-inline: 10.2739726027%;
}
@media screen and (min-width: 1000px) {
  .record__sample {
    margin-top: 32px;
  }
}

.record__sample--title {
  margin: 0 auto;
  width: min(50.68vw, 370px);
}
.record__sample--title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__sample--title {
    width: 420px;
  }
}

.record__sample--shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
  gap: 30px;
}
@media screen and (min-width: 1000px) {
  .record__sample--shops {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 13.5px;
    margin-top: 10px;
  }
}

.record__sample--shop-card {
  background-color: #fff;
  border-radius: 8px;
  width: min(52.054vw, 380px);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .record__sample--shop-card {
    width: 185px;
  }
}

.record__sample--shop-card-inner {
  padding-top: 10px;
  padding-inline: 10px;
  padding-bottom: 10%;
}

.record__sample--shop-card-img {
  width: min(49.315vw, 360px);
}
.record__sample--shop-card-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__sample--shop-card-img {
    width: 170px;
  }
}

.record__sample--shop-card-name {
  width: min(40.136vw, 293px);
  margin: 0 auto;
  margin-top: 4%;
}
.record__sample--shop-card-name img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__sample--shop-card-name {
    width: 144px;
  }
}

.record__sample--shop-card-name-momitsubo {
  width: min(45.79vw, 334px);
  margin: 0 auto;
  margin-top: 4%;
}
.record__sample--shop-card-name-momitsubo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .record__sample--shop-card-name-momitsubo {
    width: 164px;
  }
}

.record__sample--shop-comment {
  margin-top: 3%;
}
.record__sample--shop-comment p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(16px, 2.054vw, 20px);
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .record__sample--shop-comment p {
    font-size: 10px;
  }
}

.record__cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  .record__cta-wrap {
    margin-top: 21px;
  }
}

.record__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(3.84vw, 14px) min(7.26vw, 53px);
  background-color: #002a32;
  border-radius: 999px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.record__cta:hover {
  background-color: #fed600;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.record__cta:hover .record__cta-text {
  color: #002a32;
}
.record__cta:hover .record__cta-icon--default {
  opacity: 0;
}
.record__cta:hover .record__cta-icon--hover {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .record__cta {
    padding: 8px 32px;
  }
}

.record__cta-text {
  font-family: "MOBO", sans-serif;
  font-weight: bold;
  color: #fed600;
  white-space: nowrap;
  font-size: min(5.61vw, 41px);
  letter-spacing: 1.5px;
}
@media screen and (min-width: 1000px) {
  .record__cta-text {
    font-size: 24px;
  }
}

.record__cta-icon {
  position: relative;
  width: min(5.75vw, 42px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1000px) {
  .record__cta-icon {
    width: 29px;
  }
}
.record__cta-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.record__cta-icon--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.message {
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 17px 17px, 17px 17px, auto;
  padding-bottom: 60px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .message {
    padding-bottom: 95px;
  }
}

.message__top {
  width: 100%;
}
.message__top video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message__contents {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1000px) {
  .message__contents {
    padding-top: 52px;
  }
}

.message__contents--inner {
  padding-inline: 17.8082191781%;
  margin: 0 auto;
}

.message__contents--title {
  width: min(64.38vw, 470px);
  margin: 0 auto;
}
.message__contents--title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .message__contents--title {
    width: 470px;
  }
}
@media screen and (min-width: 1000px) {
  .message__contents--title {
    width: 418px;
  }
}

.message__contents--text {
  margin-top: 13px;
  max-width: 465px;
}
.message__contents--text p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(16px, 2.054vw, 20px);
  line-height: 2.1;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .message__contents--text {
    max-width: 573px;
    margin-top: 16px;
  }
}

.campaign {
  --zig-size: 72px;
  --zig-hight: 47px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px), url(../img/campaign-icon-bg.webp), #002a32;
  margin-top: -35px;
  background-size: 17px 17px, 17px 17px, cover, auto;
  background-position: 0 0, 0 0, center center, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  z-index: 8;
  -webkit-mask: linear-gradient(#000 0 0) center/100% calc(100% - var(--zig-hight) * 2) no-repeat, linear-gradient(150deg, transparent 50%, #000 50%) 0 0/var(--zig-size) var(--zig-hight) repeat-x, linear-gradient(-150deg, transparent 50%, #000 50%) 0 0/var(--zig-size) var(--zig-hight) repeat-x, linear-gradient(30deg, transparent 50%, #000 50%) 0 100%/var(--zig-size) var(--zig-hight) repeat-x, linear-gradient(-30deg, transparent 50%, #000 50%) 0 100%/var(--zig-size) var(--zig-hight) repeat-x;
  mask: linear-gradient(#000 0 0) center/100% calc(100% - var(--zig-hight) * 2) no-repeat, linear-gradient(150deg, transparent 50%, #000 50%) 0 0/var(--zig-size) var(--zig-hight) repeat-x, linear-gradient(-150deg, transparent 50%, #000 50%) 0 0/var(--zig-size) var(--zig-hight) repeat-x, linear-gradient(30deg, transparent 50%, #000 50%) 0 100%/var(--zig-size) var(--zig-hight) repeat-x, linear-gradient(-30deg, transparent 50%, #000 50%) 0 100%/var(--zig-size) var(--zig-hight) repeat-x;
}

.campaign__inner {
  margin-inline: 13.698630137%;
  padding-bottom: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px), #fed600;
  background-size: 17px 17px, 17px 17px, cover;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .campaign__inner {
    margin-inline: auto;
    max-width: 780px;
    padding-bottom: 128px;
  }
}

.campaign__title {
  width: min(64.38vw, 470px);
  margin: 0 auto;
  margin-top: 74px;
}
.campaign__title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .campaign__title {
    margin-top: 107px;
    width: 419px;
  }
}

.campaign__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: -4px;
}
@media screen and (min-width: 1000px) {
  .campaign__wrap {
    margin-top: 14px;
    gap: 24px;
  }
}

.campaign__icon {
  width: min(22.6vw, 165px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: -7px;
  left: -3%;
}
.campaign__icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .campaign__icon {
    width: 181px;
  }
}

.campaign__list {
  width: min(38.9vw, 284px);
}
.campaign__list img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .campaign__list {
    width: 350px;
  }
}

.campaign__text {
  padding-inline: 5.4794520548%;
  margin-top: 6px;
}
.campaign__text p {
  font-family: "LINE Seed JP", sans-serif;
  font-size: clamp(16px, 2.054vw, 20px);
  line-height: 2.1;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .campaign__text {
    margin-top: 21px;
  }
}

.campaign__cta-wrap {
  margin-top: 23px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .campaign__cta-wrap {
    margin-top: 45px;
  }
}

.campaign__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 41px;
  padding: min(1.64vw, 12px) min(5.62vw, 41px);
  background-color: #002a32;
  border-radius: 999px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.campaign__cta:hover {
  background-color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.campaign__cta:hover .campaign__cta-text {
  color: #fed600;
}
.campaign__cta:hover .campaign__cta-icon--default {
  opacity: 0;
}
.campaign__cta:hover .campaign__cta-icon--hover {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .campaign__cta {
    padding: 12px 51px;
  }
}

.campaign__cta-text {
  font-family: "MOBO", sans-serif;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  font-size: min(5.61vw, 41px);
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .campaign__cta-text {
    font-size: 37px;
  }
}

.campaign__cta-icon {
  position: relative;
  width: min(4.52vw, 33px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3px;
}
@media screen and (min-width: 1000px) {
  .campaign__cta-icon {
    width: 35px;
  }
}
.campaign__cta-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.campaign__cta-icon--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.qa {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 17px 17px, 17px 17px, auto;
  margin-top: -23px;
}
.qa::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px), url(../img/record-bg-icon.webp) center/cover no-repeat, url(../img/record-bg-yellow.webp) center/cover no-repeat;
  background-size: 17px 17px, 17px 17px, cover, cover;
  z-index: 0;
}

.qa__inner {
  position: relative;
  padding-top: 74px;
  padding-inline: 13.698630137%;
  padding-bottom: min(14.1vw, 103px);
  z-index: 1;
}
.qa__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72.3%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.08) 1px, transparent 1px), url(../img/record-bg-white.webp) center center/cover no-repeat;
  background-size: 17px 17px, 17px 17px, cover;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  .qa__inner::after {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .qa__inner {
    margin-inline: auto;
    max-width: 780px;
    padding-top: 98px;
    padding-bottom: 100px;
    padding-inline: 0.9166666667%;
  }
}

.qa__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1000px) {
  .qa__head {
    gap: 9px;
  }
}

.qa__head--icon {
  width: min(6.712vw, 49px);
}
.qa__head--icon img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .qa__head--icon {
    width: 60px;
  }
}

.qa__head--title {
  width: min(32.73vw, 239px);
}
.qa__head--title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .qa__head--title {
    width: 179px;
  }
}

.qa__contents {
  margin-top: 25px;
  padding-inline: 2.0547945205%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .qa__contents {
    padding-inline: 2.6666666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}

.qa__content {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .qa__content:nth-child(n+2) {
    margin-top: -1px;
  }
}

.qa__content--question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
  position: relative;
}

.qa__question-fukidashi {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: min(2.1917808219vw, 16px) min(2.1917808219vw, 16px) min(3.8356164384vw, 28px) min(1.6438356164vw, 12px);
  z-index: 0;
  top: min(1.36vw, 10px);
  background: url("../img/qa-q-fukidashi.png") center/100% 100% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: min(6.3vw, 46px);
}
@media screen and (min-width: 1000px) {
  .qa__question-fukidashi {
    margin-right: 80px;
  }
}

.qa__question--icon,
.qa__answer--icon {
  width: min(2.73vw, 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa__question--icon img,
.qa__answer--icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .qa__question--icon,
  .qa__answer--icon {
    width: 25px;
  }
}

.qa__question--text {
  color: #fff;
}
.qa__question--text p {
  font-size: clamp(11px, 2.054vw, 20px);
  font-family: "MOBO", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .qa__question--text p {
    font-size: 23px;
  }
}

.qa__text-bold {
  font-weight: 700;
}

.qa__content--answer {
  margin-top: 1.6438356164vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: min(1.1vw, 8px);
}

.qa__answer-fukidashi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: min(1.507vw, 11px) min(2.055vw, 15px) min(2.192vw, 16px) min(0.959vw, 7px);
  z-index: 0;
  margin-left: min(6.43vw, 47px);
  top: min(-4px, -0.55vw);
  background: url("../img/qa-a-fukidashi.png") center/100% 100% no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .qa__answer-fukidashi {
    max-width: 100%;
    margin-left: 79px;
    padding: 11px 15px 23px 19px;
  }
}

.qa__answer-fukidashi-bg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 500px;
  height: 100%;
  z-index: -1;
  display: none;
}
.qa__answer-fukidashi-bg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .qa__answer-fukidashi-bg {
    max-width: 521px;
  }
}

.qa__answer--icon img {
  width: 100%;
  height: auto;
}

.qa__answer--text p {
  font-size: clamp(9px, 2.054vw, 20px);
  font-family: "LINE Seed JP", sans-serif;
}
@media screen and (min-width: 1000px) {
  .qa__answer--text p {
    font-size: 18px;
  }
}

.qa__text-bold {
  font-weight: 700;
}

.qa__question--men {
  width: min(7.53vw, 55px);
  position: relative;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: min(-23px, 3.15vw);
}
.qa__question--men img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .qa__question--men {
    width: 70px;
    margin-top: -45px;
  }
}

.qa__answer--character {
  width: min(9.17vw, 67px);
  position: absolute;
  top: 90%;
  left: 1%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.qa__answer--character img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .qa__answer--character {
    width: 84px;
    top: 81%;
  }
}

.qa__cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(10.41vw, 76px);
}
@media screen and (min-width: 1000px) {
  .qa__cta-wrap {
    margin-top: 21px;
  }
}

.qa__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(2.19vw, 16px) min(2.465vw, 18px);
  background-color: #fed600;
  border-radius: 999px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-box-shadow: 3.24px 3.24px 3.24px rgba(0, 0, 0, 0.25);
          box-shadow: 3.24px 3.24px 3.24px rgba(0, 0, 0, 0.25);
  width: min(48vw, 350px);
}
.qa__cta:hover {
  background-color: #002a32;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.qa__cta:hover .qa__cta-text {
  color: #fed600;
}
.qa__cta:hover .qa__cta-icon--default {
  opacity: 0;
}
.qa__cta:hover .qa__cta-icon--hover {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .qa__cta {
    padding: 16px 18px;
    width: 275.8px;
  }
}

.qa__cta-text {
  font-family: "MOBO", sans-serif;
  font-weight: bold;
  color: #002a32;
  white-space: nowrap;
  font-size: min(3.28vw, 24px);
}
@media screen and (min-width: 1000px) {
  .qa__cta-text {
    font-size: 18px;
    font-size: min(2.191vw, 16px);
    letter-spacing: normal;
    margin: 0 auto;
  }
}

footer {
  width: 100%;
}

.footer__head {
  position: relative;
}

.footer__head--img {
  position: relative;
  width: 100%;
  height: 100%;
}
.footer__head--img source {
  display: block;
  width: 100%;
  height: auto;
}
.footer__head--img img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__bottom {
  background-color: #002a32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding-block: 60px;
}
@media screen and (min-width: 1000px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__bottom--icon {
  width: min(16.43vw, 120px);
}
.footer__bottom--icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .footer__bottom--icon {
    margin-top: 5px;
    width: 131.6px;
  }
}

.footer__bottom--info {
  width: min(45.34vw, 331px);
}
.footer__bottom--info img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .footer__bottom--info {
    margin-top: 5px;
    width: 292px;
  }
}