@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..600&display=swap");
.t-general {
  background: url(../images/bg.png) #426ce3 repeat;
  position: relative;
  animation: diagonal-scroll 30s linear infinite;
}

.t-general::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000 10%, #81c2ff 50%, #000 90%);
  opacity: .35;
}

.t-general .js-headercontainer {
  background-color: #fff;
  position: relative;
}

.t-general .o-main {
  color: #333;
  padding-top: 30px;
}

.t-general .p-newcampaigncontentsbody .o-section ~ .o-section {
  margin-top: 0;
}

.t-general .footer-banner-aeoncardwaon p {
  font-size: 30px !important;
  color: #fff !important;
  font-weight: 500 !important;
}

@media (max-width: 768px) {
  .t-general {
    background-size: 500px auto;
    animation: diagonal-scroll 40s linear infinite;
  }
  .t-general .o-main {
    padding-top: 0;
    padding-inline: 4.53333vw;
  }
  .t-general .p-newcampaigncontentsbody_inner {
    margin-top: 15px;
  }
  .t-general .footer-banner-aeoncardwaon p {
    font-size: 15px !important;
  }
}

@keyframes diagonal-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1303px 1225px;
    /* 斜め45度に進む */
  }
}

/* 10pxから60pxまで、10px刻みでクラスを生成 */
.qx-mt10 {
  margin-top: 10px;
}

.qx-mt20 {
  margin-top: 20px;
}

.qx-mt30 {
  margin-top: 30px;
}

.qx-mt40 {
  margin-top: 40px;
}

.qx-mt50 {
  margin-top: 50px;
}

.qx-mt60 {
  margin-top: 60px;
}

.qx-ttl {
  width: fit-content;
  margin-top: 0;
  margin-inline: auto;
}

.qx-ttl--m {
  text-align: center;
  margin-top: 0;
}

.qx-ttl--s {
  margin-top: min(5.33333vw, 40px);
  height: 23px;
}

.qx-ttl--s img {
  width: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .qx-ttl {
    margin-bottom: 4vw;
  }
  .qx-ttl--m {
    height: 10.13333vw;
    margin-top: 2vw;
  }
  .qx-ttl--m img {
    width: auto;
    height: 100%;
  }
  .qx-ttl--s {
    height: 4.66667vw;
  }
}

.qx-txt--red {
  color: #9e0000;
}

.qx-txt--blue {
  color: #203f94;
}

.qx-subttl {
  text-align: center;
  margin-block: min(4vw, 40px) min(4.66667vw, 30px);
}

@media (max-width: 768px) {
  .qx-subttl {
    height: 5.33333vw;
  }
  .qx-subttl img {
    width: auto;
    height: 100%;
  }
}

.qx-img {
  width: fit-content;
  margin-inline: auto;
}

.qx-btn {
  width: fit-content;
  margin-inline: auto;
  margin-top: min(5.33333vw, 40px);
  display: block;
  box-shadow: 8px 10px 10px rgba(46, 46, 46, 0.2);
  transition: .4s;
}

.qx-btn:hover {
  box-shadow: none;
}

@media (max-width: 768px) {
  .qx-btn {
    max-width: 550px;
    width: 73.33333vw;
  }
}

.qx-box {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: min(4vw, 30px);
}

.qx-box__ttl {
  background: linear-gradient(to right, #f7f2c2, #d9c17f);
  text-align: center;
  padding: min(1.33333vw, 10px) min(2.66667vw, 10px);
}

.qx-box__ttl--full {
  margin-bottom: 0;
}

.qx-box__body {
  margin: 0;
  padding-inline: 80px;
  padding-block: min(4vw, 20px) min(8vw, 60px);
}

.qx-box__inner {
  margin-inline: auto;
  padding-block: min(2.66667vw, 30px) min(8vw, 70px);
  padding-inline: 80px;
}

@media (max-width: 768px) {
  .qx-box {
    border-radius: 10px;
  }
  .qx-box__body {
    padding-inline: 4vw;
  }
  .qx-box__inner {
    padding-inline: 4vw;
  }
  .qx-box__ttl--full:not(:first-child) {
    margin-top: 0;
  }
}

.qx-line {
  margin-left: calc((100vw - 100% - 280px) / -2);
  margin-right: calc((100vw - 100%) / -2);
  max-width: calc(100vw - 280px);
  min-width: 1024px;
  margin-top: min(4vw, 40px);
}

@media (max-width: 1365px) {
  .qx-line {
    margin-left: calc((100vw - 100%) / -2);
    max-width: initial;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .qx-line {
    margin-left: calc((100vw - 100% - (1024px / 2)) / 2);
    margin-right: calc((100vw - 100% - (1024px / 2)) / 2);
  }
}

@media (max-width: 768px) {
  .qx-line {
    min-width: 0;
  }
}

.qx-line img {
  width: 100%;
}

@media (max-width: 768px) {
  .qx-attention {
    max-width: 500px;
  }
}

.qx-part2__ttl {
  text-align: center;
  font-size: min(3.73333vw, 28px);
}

.qx-part2__ttl--m {
  font-size: 1.25em;
}

.qx-part2__ttl--l {
  font-size: 1.42em;
}

.qx-part2__ttl--xl {
  font-size: 1.6em;
}

.qx-special__subttl {
  background-color: #203f94;
  color: #fff;
  font-size: min(4.53333vw, 28px);
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-block: min(2.66667vw, 10px);
  padding-inline: min(2.93333vw, 17px);
  margin-block: min(6vw, 35px) min(3.2vw, 15px);
  line-height: 1.2;
}

.qx-special__subttl img {
  margin-right: 10px;
  width: min(6.66667vw, 36px);
}

.qx-special__lead {
  font-size: min(3.73333vw, 20px);
}

.qx-special-box {
  background-color: #e9f1f7;
  padding: min(4vw, 20px);
  margin-top: min(5.06667vw, 30px);
}

.qx-step_box {
  border-color: #dbc482;
  max-width: 760px;
  margin-inline: auto;
}

.qx-step_box:not(:last-child)::after {
  border-top-color: #dbc482;
}

.qx-step__ttl {
  padding-block: 18px 13px;
}

@media (max-width: 768px) {
  .qx-step__ttl {
    width: 57.73333vw;
    padding-block: 10px 8px;
    margin-inline: auto;
  }
}

.qx-step__text {
  font-size: min(4vw, 22px);
  text-align: center;
}

.c-step_num {
  background-color: #dbc482;
}

.c-step_num::before {
  background-color: #231815;
}

.qx-step__text--strong {
  color: #e62d8e;
}

@media (max-width: 768px) {
  .qx-show__ttl {
    width: 42.66667vw;
  }
}

.qx-show__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

@media (max-width: 768px) {
  .qx-show__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.33333vw;
  }
}

.qx-show__item {
  border: 4px solid #ccd1ed;
  padding: min(2.66667vw, 18px);
  color: #1c215d;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  min-height: 362px;
}

.qx-show__item-img {
  margin-bottom: 5px;
}

.qx-show__item-img img {
  width: 100%;
}

.qx-show__item-info {
  font-size: min(3.2vw, 14px);
  margin-bottom: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}

.qx-show__item-genre {
  font-size: min(4.53333vw, 24px);
  font-weight: 600;
}

@media (max-width: 768px) {
  .qx-show__item {
    border-width: 2px;
    min-height: 0;
  }
}

.qx-show__item-icons {
  display: flex;
  font-size: min(3.2vw, 18px);
  justify-content: end;
}

.qx-show__item-icons--clock, .qx-show__item-icons--people {
  display: flex;
  align-items: center;
}

.qx-show__item-icons--clock::before, .qx-show__item-icons--people::before {
  display: block;
  content: '';
  margin-right: 5px;
}

.qx-show__item-icons--clock {
  margin-right: 15px;
}

.qx-show__item-icons--clock::before {
  width: min(4.66667vw, 28px);
  height: min(4.66667vw, 28px);
  background: url(../images/show_item_icon_clock.png) no-repeat center center;
  background-size: 100% auto;
}

.qx-show__item-icons--people::before {
  width: min(3.2vw, 19px);
  height: min(4vw, 24px);
  background: url(../images/show_item_icon_people.png) no-repeat center center;
  background-size: 100% auto;
}

.qx-tips__ttl {
  text-align: center;
  margin-top: 0;
}

.qx-tips__illustration {
  margin-top: 20px;
  width: fit-content;
  margin-inline: auto;
}

.qx-tips__btnTxt {
  width: fit-content;
  margin-inline: auto;
  margin-top: min(6.66667vw, 50px);
}

.qx-tips__box {
  background-color: #eef1fd;
  padding: 20px 30px;
  margin-top: 40px;
  position: relative;
}

.qx-tips__boxFrame--top, .qx-tips__boxFrame--bottom {
  width: 100%;
  height: 5px;
}

.qx-tips__boxFrame--top::before, .qx-tips__boxFrame--top::after, .qx-tips__boxFrame--bottom::before, .qx-tips__boxFrame--bottom::after {
  display: block;
  content: '';
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.qx-tips__boxFrame--top::before, .qx-tips__boxFrame--bottom::before {
  position: absolute;
  top: 0;
  left: 0;
}

.qx-tips__boxFrame--top::after, .qx-tips__boxFrame--bottom::after {
  position: absolute;
  top: 0;
  right: 0;
}

.qx-tips__boxFrame--top {
  position: absolute;
  top: 0;
  left: 0;
}

.qx-tips__boxFrame--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.qx-tips__txt {
  color: #1c215d;
  font-size: 20px;
  font-weight: 600;
}

.qx-tips__txt span {
  color: #e62e8b;
}

@media (max-width: 768px) {
  .qx-tips__ttl {
    margin-inline: -16px;
  }
  .qx-tips__illustration {
    width: 76.8vw;
  }
  .qx-tips__btnTxt {
    width: 72.4vw;
  }
  .qx-tips__box {
    padding: 10px 15px;
    margin-top: 30px;
  }
  .qx-tips__txt {
    font-size: 16px;
  }
}

.qx-btn-bottom {
  margin-top: 60px;
}

.qx-btn-bottom img {
  width: 100%;
}

.qx-btn-bottom .bnr-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  color: #b60081;
}

.qx-btn-bottom .bnr-txt:before, .qx-btn-bottom .bnr-txt:after {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  margin-right: 15px;
  background-color: #b60081;
  transform: rotate(-40deg);
}

.qx-btn-bottom .bnr-txt:after {
  margin-right: 0;
  margin-left: 15px;
  transform: rotate(40deg);
}

.qx-part2__ttl-space {
  margin-top: 50px;
  display: inline-block;
}

@media (max-width: 768px) {
  .qx-part2__ttl-space {
    margin-top: 30px
  }
  .qx-btn-bottom {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .qx-btn-bottom .bnr-txt {
    font-size: clamp(14px, 4.4vw, 21px);
  }
  .qx-btn-bottom .bnr-txt:before, .qx-btn-bottom .bnr-txt:after {
    margin-right: 20px;
    height: 55px;
  }
  .qx-btn-bottom .bnr-txt:after {
    margin-right: 0;
    margin-left: 20px;
  }
}

.qx-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}

.qx-modal.is-open {
  display: block;
}

.qx-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

.qx-modal__content {
  position: relative;
  max-width: 960px;
  width: 90%;
  margin: 4vh auto;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.qx-modal__content .qx-modal__player,
.qx-modal__content .qx-modal__player iframe {
  width: 100%;
  height: 100%;
}

.qx-modal__content .qx-modal__close {
  position: absolute;
  top: -12px;
  right: -4px;
  font-size: 2rem;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

.video-thumb {
  position: relative;
}

.video-thumb__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-thumb__icon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
