@charset "UTF-8";
/*! 編集は src/scss/ 配下のみ。public/css/style.css はビルド生成物です */
img {
  width: 100%;
  vertical-align: top;
}

a {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

html {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #222;
}

h3,
h4 {
  line-height: 1.5;
}

body {
  width: 100%;
}

.inner {
  position: relative;
  display: block;
  max-width: calc(100vw - 3rem);
  margin: 0 auto;
}
@media (width >= 768px) {
  .inner {
    max-width: 44rem;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow: clip;
}

footer {
  padding: 1.25rem 0;
  font-size: 0.75rem;
  line-height: 1.75;
}
@media (width >= 768px) {
  footer {
    padding: 0.625rem 0;
  }
}

.f-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
}

.c-stripe-box {
  position: relative;
  padding: 10.4166666667vw 8.3333333333vw;
  margin-top: 8.3333333333vw;
  background-color: #f8d2e2;
  box-shadow: 1.0416666667vw 1.0416666667vw 2.0833333333vw rgba(0, 0, 0, 0.35);
}
@media (width >= 768px) {
  .c-stripe-box {
    padding: 5rem 4rem;
    margin-top: 4rem;
    box-shadow: 0.5rem 0.5rem 1rem 0 rgba(0, 0, 0, 0.35);
  }
}
.c-stripe-box::before, .c-stripe-box::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.3333333333vw;
  content: "";
  background-color: #f8d2e2;
  background-image: repeating-linear-gradient(96deg, transparent, transparent 1.0416666667vw, rgb(255, 255, 255) 1.0416666667vw, rgb(255, 255, 255) 2.0833333333vw);
  background-size: auto auto;
}
@media (width >= 768px) {
  .c-stripe-box::before, .c-stripe-box::after {
    height: 4rem;
    background-image: repeating-linear-gradient(96deg, transparent, transparent 0.5rem, rgb(255, 255, 255) 0.5rem, rgb(255, 255, 255) 1rem);
  }
}
.c-stripe-box::before {
  top: 0;
}
.c-stripe-box::after {
  bottom: 0;
}

.c-stripe-box__ornament {
  position: absolute;
  top: 4.1666666667vw;
  left: -2.0833333333vw;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (width >= 768px) {
  .c-stripe-box__ornament {
    top: 2rem;
    left: -1rem;
  }
}
.c-stripe-box__ornament.c-stripe-box__ornament--1 {
  width: 13.3463541667vw;
  aspect-ratio: 205/155;
  background-image: url(/img/repetame2608/ornament-1.webp);
}
@media (width >= 768px) {
  .c-stripe-box__ornament.c-stripe-box__ornament--1 {
    width: 6.40625rem;
  }
}
.c-stripe-box__ornament.c-stripe-box__ornament--2 {
  width: 14.84375vw;
  aspect-ratio: 228/173;
  background-image: url(/img/repetame2608/ornament-2.webp);
}
@media (width >= 768px) {
  .c-stripe-box__ornament.c-stripe-box__ornament--2 {
    width: 7.125rem;
  }
}

a.link {
  text-decoration: underline;
}

.p-lead {
  text-align: center;
}

.mv {
  position: relative;
}

.mv img {
  width: 100%;
}

.loading {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: all;
  background: #fff;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.loading img {
  animation: loadingRotate 2s linear infinite;
}

@keyframes loadingRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-appeal {
  padding-top: 6.25vw;
  padding-bottom: calc(15.8531823506% + 10.4166666667vw);
  background-color: #fffdce;
}
@media (width >= 768px) {
  .p-appeal {
    padding-top: 3rem;
    padding-bottom: calc(15.8531823506% + 5rem);
  }
}

.p-quota__heading {
  display: block;
  width: 66.6666666667vw;
  margin: 0 auto;
}
@media (width >= 768px) {
  .p-quota__heading {
    width: 32rem;
  }
}

.p-quota__box {
  width: 100%;
  margin: 0 auto;
}

.p-quota__remain {
  font-size: 9.375vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (width >= 768px) {
  .p-quota__remain {
    font-size: 4.5rem;
  }
}

.p-quota__count {
  display: inline-block;
  font-size: max(12px, 20.8333333333vw);
  font-weight: 900;
  line-height: 1;
  color: #4884ba;
  transform: translateY(1.0416666667vw);
}
@media (width >= 768px) {
  .p-quota__count {
    font-size: 10rem;
    transform: translateY(0.5rem);
  }
}

.p-quota__time {
  margin-top: 2.0833333333vw;
  font-size: max(12px, 3.125vw);
  line-height: normal;
  text-align: right;
}
@media (width >= 768px) {
  .p-quota__time {
    margin-top: 1em;
    font-size: 1.5rem;
  }
}

.p-quota__note {
  display: table;
  padding-left: 1em;
  margin: 1.25em auto 0;
  font-weight: 500;
  line-height: 1.7;
  color: #e5003c;
  text-align: left;
  text-indent: -1em;
}

.p-login__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 56.25vw;
  height: 10.4166666667vw;
  margin-top: 3.125vw;
  margin-right: auto;
  margin-left: auto;
  font-size: max(12px, 4.1666666667vw);
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #4884ba;
  border-radius: 1.25vw;
}
@media (width >= 768px) {
  .p-login__btn {
    max-width: 27rem;
    height: 5rem;
    margin-top: 1.5rem;
    font-size: 2rem;
    border-radius: 0.6rem;
  }
}

.p-login__ornament {
  max-width: 18.75vw;
  margin-right: auto;
  margin-bottom: 2.0833333333vw;
  margin-left: auto;
}
@media (width >= 768px) {
  .p-login__ornament {
    max-width: 9rem;
    margin-bottom: 1em;
  }
}

.p-login__heading {
  max-width: 50vw;
  margin-right: auto;
  margin-bottom: 2.0833333333vw;
  margin-left: auto;
}
@media (width >= 768px) {
  .p-login__heading {
    max-width: 25rem;
    margin-bottom: 1em;
  }
}

.p-login__note {
  display: table;
  margin-top: 2.0833333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 768px) {
  .p-login__note {
    margin-top: 1rem;
  }
}

.p-settlement {
  padding-top: 20.8333333333vw;
  padding-bottom: 20.8333333333vw;
}
@media (width >= 768px) {
  .p-settlement {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-settlement__heading {
  display: block;
  max-width: 66.6666666667vw;
  margin-right: auto;
  margin-bottom: 4.1666666667vw;
  margin-left: auto;
}
@media (width >= 768px) {
  .p-settlement__heading {
    max-width: 32rem;
    margin-bottom: 2rem;
  }
}

.p-settlement__count {
  font-size: 14.5833333333vw;
  font-weight: 900;
  line-height: 1;
  color: #4884ba;
  text-align: center;
}
@media (width >= 768px) {
  .p-settlement__count {
    font-size: 7rem;
  }
}

.p-details {
  position: relative;
  padding-top: 5.2083333333vw;
  padding-bottom: 10.4166666667vw;
  color: #fff;
  background-color: #20b8ec;
}
@media (width >= 768px) {
  .p-details {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
.p-details:before, .p-details:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-details:before {
  bottom: calc(100% - 2px);
  aspect-ratio: 2561/406;
  background-image: url(/img/repetame2608/bg01.webp);
  background-position: center bottom;
}
.p-details:after {
  top: calc(100% - 2px);
  z-index: 1;
  aspect-ratio: 2561/270;
  background-image: url(/img/repetame2608/bg02.webp);
  background-position: center top;
}

.p-details__overview-list {
  padding-bottom: 10.4166666667vw;
  margin-top: 6.25vw;
  font-weight: 700;
  background-image: url(/img/repetame2608/suikapocke.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
@media (width >= 768px) {
  .p-details__overview-list {
    padding-bottom: 5rem;
    margin-top: 3rem;
  }
}

.p-details__overview-term {
  margin-top: 1rem;
}

.p-details__overview-note {
  font-weight: 400;
}

.p-details__notes {
  padding: 6.25vw;
  margin-top: 6.25vw;
  font-weight: 700;
  color: #222;
  background: #fff;
  border-color: #40210f;
  border-style: solid;
  border-width: 3px;
  border-width: 0.390625vw;
  border-radius: 2.0833333333vw;
}
@media (width >= 768px) {
  .p-details__notes {
    padding: 3rem;
    margin-top: 3rem;
    border-width: 0.1875rem;
    border-radius: 2rem;
  }
}

.p-details__notes-heading {
  display: block;
  max-width: 45.8333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 768px) {
  .p-details__notes-heading {
    max-width: 22rem;
  }
}

.p-details__notes-lists {
  padding-left: 1em;
  margin-top: 4.1666666667vw;
  line-height: 1.75;
  text-indent: -1em;
}
@media (width >= 768px) {
  .p-details__notes-lists {
    margin-top: 2rem;
  }
}

.p-details__notes-list:not(:first-child) {
  margin-top: 1rem;
}

.p-header {
  padding: 2.0833333333vw 0;
  background-color: #fff;
}
@media (width >= 768px) {
  .p-header {
    padding: 0.5rem 0;
  }
}

.p-header__logo {
  display: block;
  max-width: 25vw;
}
@media (width >= 768px) {
  .p-header__logo {
    max-width: 12rem;
  }
}

.p-categories {
  position: relative;
  padding-top: 10.5427567357%;
  padding-bottom: 20.8333333333vw;
  color: #fff;
  background-color: #20b8ec;
  background-image: url(/img/repetame2608/bg05.webp);
  background-size: cover;
}
@media (width >= 768px) {
  .p-categories {
    padding-top: 10.5427567357%;
    padding-bottom: 10rem;
    background-repeat: repeat;
    background-position: center;
    background-size: 1305.5px 100%;
  }
}

.p-categories__title {
  display: block;
  margin-top: 6.25vw;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 768px) {
  .p-categories__title {
    margin-top: 3rem;
  }
}

.p-categories__subtitle {
  display: block;
  max-width: 41.6666666667vw;
  margin-top: 8.3333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media (width >= 768px) {
  .p-categories__subtitle {
    max-width: 20rem;
    margin-top: 4rem;
  }
}

.p-categories__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10.4166666667vw;
  align-items: center;
  justify-content: center;
  margin-top: 6.25vw;
}
@media (width >= 768px) {
  .p-categories__lists {
    gap: 5rem;
    margin-top: 3rem;
  }
}

.red {
  color: #ff0000 !important;
}

.u-text-16 {
  font-size: max(12px, 2.0833333333vw);
  line-height: 1.65;
}
@media (width >= 768px) {
  .u-text-16 {
    font-size: 1rem;
  }
}

.u-text-18 {
  font-size: max(12px, 2.34375vw);
  line-height: 1.65;
}
@media (width >= 768px) {
  .u-text-18 {
    font-size: 1.125rem;
  }
}

.u-text-22 {
  font-size: max(12px, 2.8645833333vw);
  line-height: 1.65;
}
@media (width >= 768px) {
  .u-text-22 {
    font-size: 1.375rem;
  }
}

.u-text-26 {
  font-size: max(12px, 3.3854166667vw);
  line-height: 1.65;
}
@media (width >= 768px) {
  .u-text-26 {
    font-size: 1.625rem;
  }
}

.u-text-28 {
  font-size: max(12px, 3.6458333333vw);
  line-height: 1.65;
}
@media (width >= 768px) {
  .u-text-28 {
    font-size: 1.75rem;
  }
}
