@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap';
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 160%;
  color: #1f1f1f;
}

.l-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-container {
  width: 100%;
  max-width: 1264px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .l-container {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.l-bg-gradation {
  padding-bottom: 54px;
  background: linear-gradient(45deg, #f00 0%, #ff9565 100%);
}
@media screen and (min-width: 768px) {
  .l-bg-gradation {
    padding-bottom: 8.9583333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-bg-gradation {
    padding-bottom: 129px;
  }
}

.l-bg-light-pink {
  padding-top: 37px;
  padding-bottom: 80px;
  background: #fffbfb;
}
@media screen and (min-width: 768px) {
  .l-bg-light-pink {
    padding-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-bg-light-pink {
    padding-top: 100px;
  }
}

.l-footer {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background-color: #454545;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  align-items: center;
  height: 56px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 88px;
  }
}
.l-header .l-header__row {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__row {
    grid-template-columns: max-content 1fr max-content;
    grid-column-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header .l-header__row {
    grid-column-gap: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header .l-header__row {
    grid-column-gap: 40px;
  }
}
.l-header .l-header__logo {
  max-width: 145px;
}
@media screen and (min-width: 1024px) {
  .l-header .l-header__logo {
    max-width: 219px;
  }
}
.l-header .l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__nav {
    display: block;
  }
}
.l-header .l-header__nav-row {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  justify-content: end;
  justify-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__nav-row {
    grid-column-gap: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header .l-header__nav-row {
    grid-column-gap: 32px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header .l-header__nav-row {
    grid-column-gap: 40px;
  }
}
.l-header .l-header__button {
  margin-left: auto;
}

.l-main {
  flex: 1;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-right: 0;
    padding-left: 0;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .l-main {
    width: calc(100% - 320px);
    margin-top: 32px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .l-main {
    margin-right: 20px;
  }
}

.c-button.c-button--header {
  display: grid;
  align-content: center;
  justify-content: center;
  width: 176px;
  height: 54px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 9999px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  width: 88px;
  height: 27px;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .c-button.c-button--header {
    width: 176px;
    height: 54px;
    font-size: 18px;
  }
}
/* .c-button.c-button--lg */
.c-button.c-button--lg {
  display: grid;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 68px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 9999px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 274px;
  height: 84px;
  font-size: 12px;
  line-height: 130%;
  border-width: 2px;
  border-color: red;
  border-style: solid;
}

@media screen and (min-width: 375px) {
  .c-button.c-button--lg {
    width: 100%;
    max-width: 358px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .c-button.c-button--lg {
    max-width: 420px;
    height: 96px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .c-button.c-button--lg {
    max-width: 460px;
  }
}

.c-button.c-button--lg.c-button--lg--opposite {
  color: red;
  background-color: #fff;
  border-color: red;
  margin-top: 16px;
  height: 67px;
}
@media screen and (min-width: 1440px) {
  .c-button.c-button--lg.c-button--lg--opposite {
    height: 74px;
  }
}

.c-button.c-button--lg .c-button--lg__strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (min-width: 375px) {
  .c-button.c-button--lg .c-button--lg__strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-button.c-button--lg .c-button--lg__strong {
    font-size: 24px;
  }
}
.c-button.c-button--lg .c-button--lg__text-sm {
  font-size: 16px;
}
/* /.c-button.c-button--lg */

.c-row-top-items--default {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -8px;
}
.c-row-top-items--default .c-col-top-item--default {
  width: 50%;
  padding: 0 8px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .c-row-top-items--default .c-col-top-item--default {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1440px) {
  .c-row-top-items--default .c-col-top-item--default {
    width: 25%;
  }
}
.c-row-top-items--default .c-col-top-item--eyecatch--tame:nth-child(n+7) {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-row-top-items--default .c-col-top-item--eyecatch--tame:nth-child(n+7) {
    display: list-item;
  }
}
.c-row-top-items--default .c-col-top-item--thumbnail {
  width: 33.3333333333%;
}
@media screen and (min-width: 768px) {
  .c-row-top-items--default .c-col-top-item--thumbnail {
    width: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .c-row-top-items--default .c-col-top-item--thumbnail {
    width: 16.6666666667%;
  }
}
.c-row-top-items--default .c-col-top-item--wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-row-top-items--default .c-col-top-item--wide {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-row-top-items--default .c-col-top-item--variable:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .c-row-top-items--default .c-col-top-item--variable:nth-child(n+4) {
    display: inherit;
  }
}

.c-item-list-nav {
  display: flex;
  width: 100%;
  padding-left: 0;
  margin-bottom: 32px;
  font-size: 12px;
  list-style: none;
  border: 1px solid #707070;
}
.c-item-list-nav .c-item-list-nav__list {
  width: 212px;
  width: 33.3333%;
  line-height: 1.35;
  text-align: center;
  border-right: 1px solid #707070;
}
.c-item-list-nav .c-item-list-nav__list:last-child {
  border-right: none;
}
.c-item-list-nav .c-item-list-nav__anchor {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 12px;
  color: #000;
  text-decoration: none;
}
.c-item-list-nav .c-item-list-nav__anchor.c-item-list-nav__anchor--active {
  color: #fff;
  background-color: #8cbc00;
}
.c-item-list-nav .c-item-list-nav__anchor:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  background-color: #8cbc00;
}

.js-item {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(20px);
}

.js-fade {
  will-change: opacity, transform;
}

.c-paper {
  background-color: #fff;
  border-radius: 20px;
}

.c-pill {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  border-radius: 10px;
}
.c-pill.c-pill--light-pink {
  background-color: #fdebe8;
}
.c-pill.c-pill--light-blue {
  background-color: #e7f4fb;
}
@media screen and (min-width: 768px) {
  .c-pill {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .c-pill {
    width: 140px;
    height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
}

.c-hgroup {
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.c-hgroup .c-hgroup__catch {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  -webkit-text-stroke: 1px #f00;
}
@media screen and (min-width: 768px) {
  .c-hgroup .c-hgroup__catch {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .c-hgroup .c-hgroup__catch {
    font-size: 24px;
  }
}
.c-hgroup .c-hgroup__heading {
  margin-top: 8px;
  font-size: 21px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .c-hgroup .c-hgroup__heading {
    margin-top: 0;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .c-hgroup .c-hgroup__heading {
    margin-top: 8px;
  }
}
@media screen and (min-width: 425px) {
  .c-hgroup .c-hgroup__heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .c-hgroup .c-hgroup__heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-hgroup .c-hgroup__heading {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-hgroup.c-hgroup--features {
    margin-bottom: unset;
  }
}
.c-hgroup.c-hgroup--features .c-hgroup__catch {
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #fff;
}
.c-hgroup.c-hgroup--features .c-hgroup__heading {
  margin-top: 8px;
  color: #fff;
}

.c-heading-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading-3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-heading-3 {
    font-size: 28px;
  }
}

.c-heading-4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

.c-paragraph {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 1024px) {
  .c-paragraph {
    font-size: 16px;
  }
}

.c-top-carousel-banner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .swiper-slide {
    width: 638px;
  }
}

.p-about {
  padding: 32px 16px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about {
    padding: 40px 70px 47px;
  }
}
.p-about .p-about__lead {
  display: grid;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__lead {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__lead {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .p-about .p-about__lead {
    grid-template-columns: 1fr 455px;
  }
}
.p-about .p-about__lead .p-about__lead__logo-group {
  text-align: center;
}
.p-about .p-about__lead .p-about__lead__catch {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__lead .p-about__lead__catch {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__lead .p-about__lead__catch {
    font-size: 24px;
  }
}
.p-about .p-about__lead .p-about__lead__paragraph {
  margin-top: 8px;
  font-size: 14px;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__lead .p-about__lead__paragraph {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__lead .p-about__lead__paragraph {
    font-size: 24px;
  }
}
.p-about .p-about__lead .p-about__lead__image {
  width: 100%;
  max-width: 455px;
  height: auto;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__lead .p-about__lead__image {
    margin-top: unset;
  }
}
.p-about .p-about__genre {
  margin-top: 42px;
}
.p-about .p-about__genre .p-about__genre__lead {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__genre .p-about__genre__lead {
    margin-top: 16px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__genre .p-about__genre__lead {
    margin-top: 20px;
    font-size: 20px;
  }
}
.p-about .p-about__genre .p-about__genre__grid {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  grid-column-gap: 16px;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__genre .p-about__genre__grid {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__genre .p-about__genre__grid {
    grid-gap: 28px;
  }
}
.p-about .p-about__genre .p-about__genre__card-heading {
  margin-top: 8px;
  margin-right: -8px;
  margin-left: -8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 160%;
  color: #f00;
  text-align: center;
}
@media screen and (min-width: 425px) {
  .p-about .p-about__genre .p-about__genre__card-heading {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__genre .p-about__genre__card-heading {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .p-about .p-about__genre .p-about__genre__card-heading {
    margin-right: unset;
    margin-left: unset;
    font-size: 16px;
  }
}
.p-about .p-about__genre .p-about__genre__card-paragraph {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__genre .p-about__genre__card-paragraph {
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }
}
.p-about .p-about__figures {
  margin-top: 59px;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__figures {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__figures {
    margin-top: 80px;
  }
}
.p-about .p-about__figures .p-about__figures__row {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  margin-top: 32px;
  margin-right: auto;
  margin-right: -8px;
  margin-left: auto;
  margin-left: -8px;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__figures .p-about__figures__row {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__figures .p-about__figures__row {
    grid-gap: 44px;
  }
}
.p-about .p-about__figures .p-about__figures__paragraph {
  margin-top: 38px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #f00;
  text-align: center;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__figures .p-about__figures__paragraph {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__figures .p-about__figures__paragraph {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .p-about .p-about__figures .p-about__figures__paragraph {
    font-size: 26px;
  }
}
.p-about .p-about__profiles {
  margin-top: 60px;
}
.p-about .p-about__profiles .p-about__profiles__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 452px;
  margin-right: -8px;
  margin-right: auto;
  margin-left: -8px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__profiles .p-about__profiles__row {
    max-width: unset;
    margin-top: -20px;
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__profiles .p-about__profiles__row {
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media screen and (min-width: 1440px) {
  .p-about .p-about__profiles .p-about__profiles__row {
    margin-right: -40px;
    margin-left: -40px;
  }
}
.p-about .p-about__profiles .p-about__profile-col {
  width: 50%;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__profiles .p-about__profile-col {
    width: 33.3333333333%;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-about .p-about__profiles .p-about__profile-col {
    width: 33.3333333333%;
    padding-right: 32px;
    padding-left: 32px;
    margin-top: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .p-about .p-about__profiles .p-about__profile-col {
    width: 33.3333333333%;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 52px;
  }
}
.p-about .p-about__profiles .p-about__profile-image {
  width: 100%;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-about .p-about__profiles .p-about__profile-image {
    max-width: unset;
  }
}

.p-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity;
}

.p-cta {
  padding-top: 38px;
  padding-bottom: 38px;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.p-cta .p-cta__lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__lead {
    font-size: 32px;
  }
}
.p-cta .p-cta__paragraph {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 375px) {
  .p-cta .p-cta__paragraph {
    margin-top: unset;
    margin-top: 24px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-cta .p-cta__paragraph {
    margin-top: 20px;
    font-size: 20px;
  }
}
.p-cta .c-button--lg {
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}


.p-contact {
  display: block;
  padding: 24px 16px 45px;
  margin-top: 40px;
  border: 3px solid #f00;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 32px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact {
    padding: 32px 7.5vw;
    margin-top: 139px;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact {
    padding: 23px 108px 43px;
  }
}
.p-contact .p-contact__row {
  display: grid;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__row {
    grid-template-rows: 1fr;
    grid-template-columns: 33.8888888889vw 1fr;
    grid-column-gap: 16px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact .p-contact__row {
    grid-template-rows: 1fr;
    grid-template-columns: 33.8888888889vw 1fr;
    grid-column-gap: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact .p-contact__row {
    grid-template-columns: 488px 1fr;
    grid-column-gap: 80px;
  }
}
.p-contact .p-contact__catch {
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #f00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__catch {
    margin-top: 24px;
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact .p-contact__catch {
    font-size: 24px;
  }
}
.p-contact .p-contact__button {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 425px) {
  .p-contact .p-contact__button {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__button {
    margin-right: unset;
    margin-left: unset;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact .p-contact__button {
    width: 420px;
  }
}
.p-contact .p-contact__image {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__image {
    margin-bottom: unset;
  }
}

.p-main-visual {
  position: relative;
  padding-bottom: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-main-visual {
    /* height: 53.75vw; */
    padding-bottom: unset;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual {
    height: 774px;
  }
}
.p-main-visual::before, .p-main-visual::after {
  position: absolute;
  display: block;
  width: 627px;
  height: 627px;
  content: "";
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-main-visual::before, .p-main-visual::after {
    width: 92.7777777778vw;
    height: 92.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual::before, .p-main-visual::after {
    width: 1336px;
    height: 1336px;
  }
}
.p-main-visual::before {
  top: -56px;
  right: 50%;
  z-index: 1;
  margin-right: -208px;
  background-color: #f00;
}
@media screen and (min-width: 768px) {
  .p-main-visual::before {
    top: unset;
    bottom: 0;
    margin-right: -24.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual::before {
    margin-right: -348px;
  }
}
.p-main-visual::after {
  top: -77.54px;
  right: 50%;
  z-index: 2;
  margin-right: -190.64px;
  background-color: #fffbfb;
}
@media screen and (min-width: 768px) {
  .p-main-visual::after {
    top: unset;
    bottom: 3.1944444444vw;
    margin-right: -21.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual::after {
    bottom: 46px;
    margin-right: -311px;
  }
}
.p-main-visual .p-main-visual__col {
  position: relative;
  z-index: 3;
}
.p-main-visual .p-main-visual__eyecatch {
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  z-index: 4;
  max-width: 362px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-main-visual .p-main-visual__eyecatch {
    top: 12.1527777778vw;
    right: unset;
    left: 50%;
    max-width: 48.3333333333vw;
    margin-left: 3.0555555556vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-main-visual .p-main-visual__eyecatch {
    top: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual .p-main-visual__eyecatch {
    top: 175px;
    max-width: 696px;
    margin-left: 44px;
  }
}
.p-main-visual .p-main-visual__copy {
  margin-top: 322px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .p-main-visual .p-main-visual__copy {
    margin-top: 8.75vw;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-main-visual .p-main-visual__copy {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual .p-main-visual__copy {
    margin-top: 126px;
    font-size: 28px;
  }
}
.p-main-visual .p-main-visual__copy .p-main-visual__copy__lg {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .p-main-visual .p-main-visual__copy .p-main-visual__copy__lg {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-main-visual .p-main-visual__copy .p-main-visual__copy__lg {
    font-size: 33px;
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual .p-main-visual__copy .p-main-visual__copy__lg {
    font-size: 40px;
  }
}
.p-main-visual .p-main-visual__copy .p-main-visual__copy__xl {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .p-main-visual .p-main-visual__copy .p-main-visual__copy__xl {
    font-size: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .p-main-visual .p-main-visual__copy .p-main-visual__copy__xl {
    font-size: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual .p-main-visual__copy .p-main-visual__copy__xl {
    font-size: 56px;
  }
}
.p-main-visual .p-main-visual__paragraph {
  max-width: 578px;
  margin-top: 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .p-main-visual .p-main-visual__paragraph {
    max-width: 50vw;
    margin-top: 1.1111111111vw;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-main-visual .p-main-visual__paragraph {
    max-width: 40.9722222222vw;
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .p-main-visual .p-main-visual__paragraph {
    max-width: 590px;
    margin-top: 16px;
    font-size: 16px;
  }
}
.p-main-visual .p-main-visual__button {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-main-visual .p-main-visual__button {
    margin-top: 4.7916666667vw;
    margin-right: unset;
    margin-left: unset;
  }
}
@media screen and (min-width: 1024px) {
  .p-main-visual .p-main-visual__button {
    margin-top: 54px;
  }
}

.link-black {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .link-black {
    width: 418px;
  }
}
@media screen and (min-width: 768px) {
  .link-black {
    width: 418px;
  }
}
.link-black a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .link-black a {
    font-size: 18px;
  }
}
.link-black a:hover {
  text-decoration: none;
}

.p-merit {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .p-merit {
    margin-top: 14.4444444444vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-merit {
    margin-top: 208px;
  }
}
.p-merit .p-merit__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media screen and (min-width: 1440px) {
  .p-merit .p-merit__row {
    margin-right: -24px;
    margin-left: -24px;
  }
}
.p-merit .p-merit__col {
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__col {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .p-merit .p-merit__col {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.p-merit .p-merit__col.p-merit__col--full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__col.tablet\:p-merit__col--1\/2 {
    width: 50%;
  }
}
.p-merit .p-merit__card {
  padding: 24px 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card {
    padding: 32px;
    margin-top: 48px;
  }
}
.p-merit .p-merit__card.p-merit__card--1 {
  padding: 32px 16px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card.p-merit__card--1 {
    padding: 32px 0;
  }
}
.p-merit .p-merit__card-hgroup {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-hgroup {
    margin-bottom: 24px;
  }
}
.p-merit .p-merit__card-heading-number {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #f00;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-heading-number {
    font-size: 40px;
  }
}
.p-merit .p-merit__card-heading {
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 425px) {
  .p-merit .p-merit__card-heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-heading {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-merit .p-merit__card-heading {
    font-size: 24px;
  }
}
.p-merit .p-merit__card-grid {
  display: grid;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-grid {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1px;
  }
}
@media screen and (min-width: 1440px) {
  .p-merit .p-merit__card-grid {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1px;
  }
}
.p-merit .p-merit__card-col {
  position: relative;
  margin-top: 48px;
}
.p-merit .p-merit__card-col:first-child {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-col:first-child {
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-col {
    padding-right: 32px;
    padding-left: 32px;
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-col::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #bfbfbf;
  }
}
.p-merit .p-merit__card-col:last-child::after {
  display: none;
}
.p-merit .p-merit__card-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 36px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  background-color: #f00;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-pill {
    width: 200px;
    height: 40px;
    font-size: 20px;
  }
}
.p-merit .p-merit__card-lead {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #1f1f1f;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-lead {
    display: grid;
    align-items: center;
    height: 57.6px;
    font-size: 18px;
    text-align: left;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  .p-merit .p-merit__card-lead {
    font-size: 20px;
  }
}
.p-merit .p-merit__card-image {
  width: 100%;
  max-width: 512px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-merit .p-merit__card-paragraph {
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .p-merit .p-merit__card-paragraph {
    font-size: 16px;
  }
}

.p-promotion .p-promotion__lead {
  display: grid;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-promotion .p-promotion__lead {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 320px;
    grid-column-gap: 16px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-promotion .p-promotion__lead {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .p-promotion .p-promotion__lead {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 416px;
    grid-column-gap: 133px;
    margin-top: 40px;
  }
}
.p-promotion .p-promotion__lead-heading {
  margin-bottom: 24px;
  text-align: left;
}
.p-promotion .p-promotion__lead-image {
  width: 100%;
  max-width: 416px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-promotion .p-promotion__lead-image {
    margin-top: 0;
  }
}
.p-promotion .p-promotion__row {
  display: grid;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 1fr;
  grid-column-gap: 36px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-promotion .p-promotion__row {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-promotion .p-promotion__row {
    grid-column-gap: 36px;
    margin-top: 66px;
  }
}
.p-promotion .p-promotion__col {
  margin-top: 32px;
}
.p-promotion .p-promotion__col:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-promotion .p-promotion__col {
    margin-top: unset;
  }
}
.p-promotion .p-promotion__card {
  padding: 24px 20px;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-promotion .p-promotion__card {
    padding: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-promotion .p-promotion__card {
    padding: 36px 20px 23px;
  }
}
.p-promotion .p-promotion__card-heading {
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 67.2px;
  font-size: 21px;
  font-weight: 700;
  line-height: 140%;
  color: #f00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-promotion .p-promotion__card-heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .p-promotion .p-promotion__card-heading {
    font-size: 24px;
  }
}
.p-promotion .p-promotion__card-image {
  display: block;
  width: auto;
  max-height: 205px;
  margin: 16px auto 24px;
}
@media screen and (min-width: 768px) {
  .p-promotion .p-promotion__card-image {
    max-height: 162px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .p-promotion .p-promotion__card-image {
    max-height: 250px;
    margin-top: 36px;
  }
}
.p-scene {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-scene {
    margin-top: 64px;
  }
}
.p-scene .p-scene__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 480px;
  margin-top: 16px;
  margin-right: -8px;
  margin-right: auto;
  margin-left: -8px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-scene .p-scene__row {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: max-content max-content max-content max-content max-content;
    grid-column-gap: 16px;
    justify-content: center;
    max-width: unset;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .p-scene .p-scene__row {
    display: grid;
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    justify-content: center;
    max-width: unset;
    margin-top: 24px;
  }
}
.p-scene .p-scene__col {
  box-sizing: content-box;
  max-width: 80px;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 16px;
}
@media screen and (min-width: 375px) {
  .p-scene .p-scene__col {
    max-width: 100px;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-scene .p-scene__col {
    max-width: 130px;
    padding-right: unset;
    padding-left: unset;
    margin-top: 16px;
    margin-top: unset;
  }
}
@media screen and (min-width: 1024px) {
  .p-scene .p-scene__col {
    max-width: 160px;
    margin-top: 0;
  }
}
.u-scroll-spacing {
  display: block;
  height: 56px;
  margin-top: -56px;
}
@media screen and (min-width: 1024px) {
  .u-scroll-spacing {
    height: 88px;
    margin-top: -88px;
  }
}/*# sourceMappingURL=style.css.map */
