@media (min-width: 768px) and (max-width: 769px) {
  html {
    font-size: 0.6255729167vw;
  }
}

body {
  background-color: #FFF9CB;
}

.section-start {
  background-color: #FFF9CB;
  padding-bottom: 14.6875rem;
}
.section-start .start__title {
  padding: 2.5625rem 0 2.1875rem;
  width: 37.25rem;
  text-align: center;
}
.section-start .start__title--label {
  margin-bottom: 1rem;
  width: 23.25rem;
  display: inline-block;
  vertical-align: top;
}
.section-start .start__title--ttl {
  -webkit-animation: bound-in-infinite 5s ease-in-out infinite;
          animation: bound-in-infinite 5s ease-in-out infinite;
}
.section-start .box-slider {
  background-color: #fff;
  height: 57rem;
  padding: 5.625rem 0 5.3125rem;
}
.section-start .box-slider .item {
  width: 46.875rem;
  padding-block: 0.625rem;
  text-align: center;
}
.section-start .box-slider .item img {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.33);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.33);
  width: 26.625rem;
}
.section-start .box-slider .slick-dots {
  margin-top: 4.125rem;
}
.section-start .box-slider .slick-dots li {
  padding-inline: 0.46875rem;
}
.section-start .box-slider .slick-dots li button {
  background-color: rgba(215, 0, 15, 0.1);
  width: 1.25rem;
  height: 1.25rem;
}
.section-start .box-slider .slick-dots li.slick-active button {
  background-color: #D7000F;
}
.section-start .box-slider .slick-arrow {
  width: 4.125rem;
  height: 4.125rem;
}
.section-start .box-slider .slick-arrow.slick-prev {
  left: 2.1875rem;
}
.section-start .box-slider .slick-arrow.slick-next {
  right: 2.1875rem;
}
.section-start .box-check {
  background-color: #D7000F;
  border: 0.3125rem solid #D7000F;
  border-radius: 3.5rem;
  margin-top: 3.0625rem;
  margin-inline: auto;
  width: 36.125rem;
  text-align: center;
  position: relative;
}
.section-start .box-check:after {
  content: "";
  width: 8.3125rem;
  height: 10rem;
  background: url("../img/start/start_deco.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -2.1875rem;
  left: -2.0625rem;
  -webkit-animation: 2s rotate-15 1s steps(1, start) infinite;
          animation: 2s rotate-15 1s steps(1, start) infinite;
}
.section-start .box-check__title {
  font-size: 2.25rem;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.section-start .box-check__content {
  background-color: #fff;
  padding: 3.5rem 0.625rem 2.8125rem;
  border-bottom-left-radius: 3.375rem;
  border-bottom-right-radius: 3.375rem;
  min-height: 56rem;
}
.section-start .box-check__content .text {
  padding-left: 0.75rem;
  font-size: 1.5625rem;
  line-height: 1.64;
  font-weight: 500;
}
.section-start .box-check__content .link {
  margin: 3rem 0 3.25rem;
  display: inline-block;
  text-decoration: underline;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  letter-spacing: -0.043em;
  font-weight: bold;
  color: #4B5FCB;
}
.section-start .box-check__content .link.mb-nonote {
  margin-bottom: 5.625rem;
}
.section-start .box-check__content .note {
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: -0.043em;
  font-weight: 500;
  color: #D7000F;
}
.section-start .box-check__content .check {
  padding-left: 0.625rem;
  font-size: 2.375rem;
  line-height: 1;
  font-weight: bold;
}
.section-start .box-check .box-terms {
  background-color: rgba(253, 193, 214, 0.21);
  padding-block: 1.3125rem 1.5rem;
  margin: 2.875rem auto 1.375rem;
  width: 28.625rem;
  height: 25.75rem;
  overflow: hidden;
}
.section-start .box-check .box-terms .text {
  font-size: 1.25rem;
}
.section-start .box-check .box-terms h3 {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}
.section-start .box-check .box-terms__inner {
  padding-inline: 2.0625rem;
  text-align: left;
  width: 100%;
  height: 100%;
}
.section-start .box-check .box-terms__content {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 500;
}
.section-start .box-check .box-terms__content dl:not(:last-child) {
  margin-bottom: 1rem;
}
.section-start .box-check .box-terms__content dl dt {
  font-weight: 700;
}
.section-start .box-check .box-terms__content dl dd .number-list {
  list-style-type: none;
  counter-reset: section;
}
.section-start .box-check .box-terms__content dl dd .number-list li {
  padding-left: 1.875rem;
  position: relative;
}
.section-start .box-check .box-terms__content dl dd .number-list li:before {
  counter-increment: section;
  content: "(" counter(section) ")";
  position: absolute;
  top: 0;
  left: 0;
}
.section-start .box-check .box-terms__content dl dd .number-list.--other li {
  padding-left: 1.25rem;
}
.section-start .box-check .box-terms__content dl dd .number-list.--other li:before {
  counter-increment: section;
  content: counter(section);
}
.section-start .box-check .box-terms__content dl dd .note {
  color: inherit;
  padding-left: 2rem;
  text-indent: -2rem;
}
.section-start .box-collection {
  margin-top: 3.1875rem;
  text-align: center;
  border-radius: 3.125rem;
}
.section-start .box-collection .ttl {
  color: #D7000F;
  font-size: 2.75rem;
  letter-spacing: 0.037em;
  font-weight: 900;
}
.section-start .box-collection .txt {
  color: #E00B17;
  font-size: 1.75rem;
  letter-spacing: 0.034em;
  font-weight: 700;
  margin-top: 0.8125rem;
}
.section-start .box-collection .txt span {
  font-size: 2.125rem;
}
.section-start .box-collection .txt small {
  margin-left: 0.375rem;
  font-size: 1.25rem;
}
.section-start .box-collection .img {
  margin-top: -1.625rem;
}
.section-start .box-collection .img img {
  width: 26.5rem;
}
.section-start .box-collection .note {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.043em;
  margin-top: 1.0625rem;
  line-height: 1.3888888889;
}
.section-start .box-button {
  margin-block: 1.6875rem 4.0625rem;
  width: 26.625rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6875rem;
}
.section-start .box-button a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .section-start .box-button a:hover {
    opacity: 0.7;
  }
}
.section-start .box-button .btn-start {
  position: relative;
  pointer-events: none;
}
.section-start .box-button .btn-start .on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.section-start .box-button .btn-start.is-active {
  pointer-events: inherit;
}
.section-start .box-button .btn-start.is-active .off {
  opacity: 0;
}
.section-start .box-button .btn-start.is-active .on {
  opacity: 1;
}

.box-gray {
  height: 13.5rem;
  background-color: #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 900;
  color: #fff;
}

@-webkit-keyframes bound-in-infinite {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  3% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  6% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  9.01%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bound-in-infinite {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  3% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  6% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  9.01%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.modal.modal-terms {
  width: 54.25rem;
  border: none;
  border-radius: 0;
  background-color: #fff;
  padding: 2rem 0;
  height: 100%;
}
.modal.modal-terms .modal__content {
  height: 100%;
}
.modal.modal-terms .modal-terms__title {
  padding-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.modal.modal-terms .modal-terms__text {
  font-size: 2rem;
  line-height: 1.6875;
  font-weight: 500;
}
.modal.modal-terms .slimScrollDiv {
  height: calc(100% - 6rem) !important;
}
.modal.modal-terms .custom-scroll {
  height: 100% !important;
  padding-inline: 2rem;
}
.modal.modal-terms .close-modal {
  width: 4.5rem;
  height: 4.5rem;
  top: 0.9375rem;
  right: 0.9375rem;
  background-image: url("../img/common/icon_close2.png");
}