body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  cursor: pointer;
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.wrapper > * {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.wrapper > * > * {
  position: relative;
  height: 100%;
  background-size: cover;
}
.wrapper > * > * .cont {
  max-width: none;
  width: 100% !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.wrapper > * > * .cont > * {
  z-index: 1;
}
.wrapper .main .cont, .wrapper .btn .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-block img {
  display: block;
  width: 100%;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.flex {
  display: flex;
}

.fadeInUpTrigger, .fadeInTrigger {
  opacity: 0;
}

.in-view {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in.show {
  opacity: 1;
}

@keyframes backInDownCustom {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-1200px) scale(0.7);
  }
  80% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1.1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.animate__backInDown {
  animation: backInDownCustom 1s ease-out !important;
}

.btn .cont {
  padding: 0;
}
.btn .cont .flex {
  flex-direction: column;
  align-items: center;
}

.header .mv {
  width: 100%;
  height: 710px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header .mv {
    width: 100%;
    height: 109.8958333333vw;
  }
}
.header .mv .cont, .header .mv .back {
  padding: 0;
}
.header .mv .back {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 710px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .header .mv .back {
    width: 100%;
    height: auto;
  }
}
.header .mv .back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header .mv .cont {
  position: absolute;
  top: 0;
}
.header .mv .catch {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 862px;
}
@media screen and (max-width: 960px) {
  .header .mv .catch {
    width: 89.7916666667vw;
    top: 4%;
  }
}
.header .mv .human {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 466px;
}
@media screen and (max-width: 768px) {
  .header .mv .human {
    max-width: 686px;
    width: 100%;
    height: auto;
    padding: 0 2%;
  }
}
.header .btn {
  background-image: url(../img/bg_pattern.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .header .btn {
    max-width: 763px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 2%;
  }
}
.header .btn .flex {
  margin-top: -50px;
  margin-bottom: 30px;
}

.top .main {
  padding: 0;
}

.nayami .image-block, .kasegu .image-block, .bonus .image-block, .limit .image-block {
  width: 1920px;
}
@media screen and (max-width: 768px) {
  .nayami .image-block, .kasegu .image-block, .bonus .image-block, .limit .image-block {
    width: 100%;
  }
}
.nayami .image-block img, .kasegu .image-block img, .bonus .image-block img, .limit .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nayami {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.nayami .back {
  width: 100%;
  max-width: 1920px;
  height: 675px;
  display: flex;
  justify-content: center;
}
.nayami .back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nayami .cont {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .nayami .cont {
    position: relative;
  }
}
.nayami .paisley {
  position: relative;
}
.nayami .paisley .image-block:first-child {
  max-width: 814px;
  width: 100%;
  padding: 5% 3% 0;
}
@media screen and (max-width: 768px) {
  .nayami .paisley .image-block:first-child {
    padding: 0;
  }
}
.nayami .paisley .btn {
  position: absolute;
  top: 130px;
  left: 170px;
}
@media screen and (max-width: 768px) {
  .nayami .paisley .btn {
    top: 23.2774674115vw;
    left: 8.3798882682vw;
  }
}
.nayami .paisley .btn .image-block {
  width: 178px;
}
@media screen and (max-width: 768px) {
  .nayami .paisley .btn .image-block {
    max-width: 240px;
    width: 31.25vw;
  }
}

.kasegu .image-block {
  height: 1069px;
}
@media screen and (max-width: 768px) {
  .kasegu .image-block {
    height: auto;
  }
}

.bonus .image-block {
  height: 459px;
}
@media screen and (max-width: 768px) {
  .bonus .image-block {
    height: auto;
  }
}

.limit {
  margin-top: 20px;
}
.limit .image-block {
  height: 808px;
}
@media screen and (max-width: 768px) {
  .limit .image-block {
    height: auto;
  }
}

.nayami + .btn, .limit + .btn {
  padding: 20px 0 30px;
  min-width: 473px;
}
@media screen and (max-width: 768px) {
  .nayami + .btn, .limit + .btn {
    padding: 5% 0 3%;
    min-width: auto;
    max-width: 755px;
    width: 98.3072916667vw;
  }
}

.nayami + .btn {
  background-color: #FFFF64;
}

.footer {
  padding: 20px 0 30px;
  background-color: #003BA4;
  color: #ffffff;
  text-align: center;
}
.footer .lists {
  margin-bottom: 16px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .footer .lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 960px) {
  .footer .lists .list {
    margin-bottom: 10px;
  }
}
.footer .lists .list > .link {
  padding: 10px 20px;
}
.footer .lists .list:nth-child(2) > .link {
  position: relative;
}
.footer .lists .list:nth-child(2) > .link::before, .footer .lists .list:nth-child(2) > .link::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .footer .lists .list:nth-child(2) > .link::before, .footer .lists .list:nth-child(2) > .link::after {
    display: none;
  }
}
.footer .lists .list:nth-child(2) > .link::before {
  top: 13px;
  left: 0;
}
.footer .lists .list:nth-child(2) > .link::after {
  top: 13px;
  left: 197px;
}
.footer .copyright {
  font-size: 16px;
}

#short .bonus + .btn {
  padding: 20px 0 30px;
  min-width: 473px;
}
@media screen and (max-width: 768px) {
  #short .bonus + .btn {
    padding: 5% 0 3%;
    min-width: auto;
    max-width: 755px;
    width: 98.3072916667vw;
  }
}

.policy, .sctl, .tos {
  line-height: 1.8;
}
.policy .header .cont, .policy .main .cont, .sctl .header .cont, .sctl .main .cont, .tos .header .cont, .tos .main .cont {
  max-width: none;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  padding: 20px 30px;
}
@media screen and (max-width: 960px) {
  .policy .header .cont, .policy .main .cont, .sctl .header .cont, .sctl .main .cont, .tos .header .cont, .tos .main .cont {
    padding: 2% 3%;
  }
}
.policy .header, .sctl .header, .tos .header {
  background-color: #003BA4;
}
.policy .header .box, .sctl .header .box, .tos .header .box {
  padding: 0 3%;
  background-color: #003BA4;
}
.policy .header .cont, .sctl .header .cont, .tos .header .cont {
  background-color: transparent;
}
.policy .header .title, .sctl .header .title, .tos .header .title {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  font-size: 30px;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .policy .header .title, .sctl .header .title, .tos .header .title {
    font-size: clamp(22px, 6.28vw, 30px);
  }
}
.policy .header .text, .sctl .header .text, .tos .header .text {
  padding: 5% 0;
  font-weight: bold;
  text-align: center;
}
.policy .main .kiyaku, .sctl .main .kiyaku, .tos .main .kiyaku {
  padding: 0 3%;
}
.policy .main .kiyaku .item, .sctl .main .kiyaku .item, .tos .main .kiyaku .item {
  max-width: 1200px;
  width: 100%;
}
.policy .main .kiyaku .item-title, .sctl .main .kiyaku .item-title, .tos .main .kiyaku .item-title {
  border-bottom: solid 4px #003BA4;
  padding: 10px 2%;
  margin: 20px 0;
}
.policy .main .kiyaku .item-title .title, .sctl .main .kiyaku .item-title .title, .tos .main .kiyaku .item-title .title {
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .policy .main .kiyaku .item-title .title, .sctl .main .kiyaku .item-title .title, .tos .main .kiyaku .item-title .title {
    font-size: clamp(18px, 5.14vw, 20px);
  }
}
.policy .main .kiyaku .item-desc, .policy .main .kiyaku .item-ul, .policy .main .kiyaku .item-ol, .policy .main .kiyaku .item-ol2, .policy .main .kiyaku .item-info, .sctl .main .kiyaku .item-desc, .sctl .main .kiyaku .item-ul, .sctl .main .kiyaku .item-ol, .sctl .main .kiyaku .item-ol2, .sctl .main .kiyaku .item-info, .tos .main .kiyaku .item-desc, .tos .main .kiyaku .item-ul, .tos .main .kiyaku .item-ol, .tos .main .kiyaku .item-ol2, .tos .main .kiyaku .item-info {
  padding: 10px 2%;
}
.policy .main .kiyaku .item-ul, .sctl .main .kiyaku .item-ul, .tos .main .kiyaku .item-ul {
  list-style-type: disc;
}
.policy .main .kiyaku .item-ul .list, .sctl .main .kiyaku .item-ul .list, .tos .main .kiyaku .item-ul .list {
  margin-left: 17px;
}
.policy .footer, .sctl .footer, .tos .footer {
  background-color: #003BA4;
  color: #ffffff;
}
.policy .footer .lists .list:nth-child(2) .link::before, .policy .footer .lists .list:nth-child(2) .link::after, .sctl .footer .lists .list:nth-child(2) .link::before, .sctl .footer .lists .list:nth-child(2) .link::after, .tos .footer .lists .list:nth-child(2) .link::before, .tos .footer .lists .list:nth-child(2) .link::after {
  background-color: #ffffff;
}

.sctl .header .title {
  border-bottom: solid 4px #003BA4;
}
.sctl .hyou {
  padding: 0 3%;
}
.sctl .hyou .overview {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  padding: 0 2%;
}
.sctl .hyou .overview .dl {
  width: 100%;
  border: solid 1px #dbdbdb;
}
.sctl .hyou .overview .dl_flex {
  display: flex;
  align-items: center;
  border-collapse: collapse;
  border-top: solid 1px #dbdbdb;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sctl .hyou .overview .dl_flex {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.sctl .hyou .overview .dl_flex .dt_wrap {
  width: 30%;
  font-weight: normal;
  background-color: #f5f5f5;
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .sctl .hyou .overview .dl_flex .dt_wrap {
    width: 100%;
    padding: 10px 0;
  }
}
.sctl .hyou .overview .dl_flex .dt_wrap .dt {
  margin-left: 8%;
}
@media screen and (max-width: 960px) {
  .sctl .hyou .overview .dl_flex .dt_wrap .dt {
    width: 100%;
    font-size: clamp(0.75rem, 0.545rem + 0.94vw, 1.125rem);
    margin-left: 0;
    padding-left: 5%;
  }
}
.sctl .hyou .overview .dl_flex .dd {
  width: 70%;
  margin: 0;
  margin-left: 5%;
}
@media screen and (max-width: 960px) {
  .sctl .hyou .overview .dl_flex .dd {
    width: 100%;
    font-size: clamp(0.75rem, 0.545rem + 0.94vw, 1.125rem);
    padding: 15px 0;
    margin-left: 0;
    padding-left: 5%;
  }
}/*# sourceMappingURL=style.css.map */