@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..600&display=swap");
/* ------------------------------
sitecore overwrite
------------------------------ */
html, body {
  color: #333;
}

p {
  line-height: 1.83333;
}

h1, button {
  margin: 0;
}

.o-main {
  padding: 0 0 0 !important;
  max-width: none !important;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -ms-user-drag: none;
  /* IE対応 */
}

.t-general {
  padding-bottom: 0;
}

.o-main-sitecore {
  border-top: 4px solid #2C3D8A;
  display: block;
  max-width: initial;
  padding: 0 0 0;
  margin: 0 auto;
  position: relative;
  left: initial;
  transition: none;
}

body {
  min-width: 100%;
  letter-spacing: 0.055em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

p {
  margin-bottom: 0px;
}

.o-section {
  margin-top: 0px;
  padding-bottom: 60px;
}

.o-section ~ .o-section {
  margin-top: 0px;
}

body.is-pc a.u-gradation_hover:focus, body.is-pc a.u-gradation_hover:hover {
  opacity: 1 !important;
}

body.is-pc a.u-gradation_hover02:focus, body.is-pc a.u-gradation_hover02:hover {
  opacity: 1 !important;
}

/* ------------------------------
frame
------------------------------ */
.o-main {
  overflow: hidden;
}

.o-section_inner,
.o-footer {
  max-width: 1380px;
  margin: auto;
  padding: 0 50px;
}

/* ------------------------------
components　utility
------------------------------ */
.c-sp_show {
  display: none;
}

.c-image {
  width: 100%;
}

.c-max_image {
  max-width: 100%;
}

.c-width_01 {
  max-width: 1040px;
  margin: 0 auto;
}

.c-block_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ------------------------------
components head・list
------------------------------ */
.m-heading_h1 {
  text-align: center;
}

.m-heading_h1 img {
  max-width: 1250px;
}

.c-h2_style {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 1px 0 0;
  border-top: 1px solid #1B1447;
  border-bottom: 1px solid #1B1447;
  margin-bottom: 30px;
  width: 400px;
  color: #1B1447;
  padding-bottom: 2px;
}

.c-h2_style.c-h2_badge {
  position: relative;
  padding-left: 6%;
}

.c-heading-notice {
  display: inline-block;
  position: absolute;
  width: 161px;
  height: 161px;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.15;
  font-size: 30px;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5%;
}

.c-h3_style {
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  padding: 0 0 15px;
}

.c-h3_style::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#d1d4d8), to(#eae9ee));
  background-image: -webkit-linear-gradient(left, #d1d4d8, #eae9ee);
  background-image: linear-gradient(to right, #d1d4d8, #eae9ee);
}

.c-h3_style_karute {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  padding: 10px 0 12px;
  margin-top: 40px;
}

.c-h4_style_karute {
  padding: 3px 20px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
  background: #DCDCDC;
}

.c-h5_style_karute {
  margin: 20px 0 5px;
}

.c-head_style_br {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.c-head_style_br:before,
.c-head_style_br:after {
  content: '';
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#d1d4d8), to(#eae9ee));
  background-image: -webkit-linear-gradient(left, #d1d4d8, #eae9ee);
  background-image: linear-gradient(to right, #d1d4d8, #eae9ee);
}

.c-head_style_br:before {
  margin-right: 1rem;
}

.c-head_style_br:after {
  margin-left: 1rem;
}

.c-annotation_01 {
  font-size: 12px;
  color: #666666;
}

.c-annotation_02 {
  font-size: 12px;
  color: #a7257e;
}

.c-txt_list_01 li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.c-txt_list_01 li:not(:first-of-type) {
  margin-top: 3px;
}

.c-txt_list_01 li a {
  display: inline;
}

.c-txt_list_02 {
  padding-left: 20px;
  position: relative;
}

.c-txt_list_02 li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.c-lead_txt {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* ------------------------------
components button
------------------------------ */
.c-btn {
  display: inline-block;
  letter-spacing: 0.02em;
  position: relative;
  margin: 50px 0 0 0;
}

.c-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.c-btn a .c-arrow_01 {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-follow_btn {
  z-index: 999;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(212, 215, 219, 0.9);
  padding: 12px 0 11px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-follow_btn a {
  display: inline-block;
  position: relative;
  padding: 20px 25px 18px;
  border-radius: 50px;
  background: linear-gradient(to right, #F29EB6, #F47B9D);
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 497px;
  width: 100%;
}

.c-follow_btn a span {
  display: block;
  font-size: 23px;
  font-weight: bold;
}

.c-follow_btn a i {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 20px;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 12px solid #fff;
  border-right: 8px solid transparent;
}

.c-follow_btn.c-follow_btn__direct a i {
  border-top: 8px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 8px solid transparent;
}

.c-follow_btn.c-follow_btn_change {
  opacity: 0;
}

.c-top_btn {
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 60px;
  overflow: hidden;
  height: 60px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* ------------------------------
components　parts
------------------------------ */
.c-gradation_border {
  position: relative;
  padding: 30px 0;
}

.c-gradation_border::before,
.c-gradation_border::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#d1d4d8), to(#eae9ee));
  background: -webkit-linear-gradient(left, #d1d4d8, #eae9ee);
  background: linear-gradient(to right, #d1d4d8, #eae9ee);
  position: absolute;
}

.c-gradation_border::before {
  top: 0;
}

.c-gradation_border::after {
  bottom: 0;
}

.c-contents_style {
  background-color: #F7F7F7;
  padding: 60px 60px 80px;
  max-width: 980px;
  margin: auto;
}

.c-banner_style {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 3px;
}

.c-banner_style .qx-unit__banner_peirod {
  font-size: 15px;
  line-height: 1;
  padding: 5px;
  display: inline-block;
  padding-right: 30px;
  border-right: 1px solid #ffffff;
}

.c-banner_style .qx-unit__banner_peirod_detial {
  font-size: 16px;
  padding-left: 30px;
}

.c-banner_style .qx-unit__banner_peirod_detial strong {
  font-size: 140%;
}

.c-img_2column {
  width: 50%;
  margin: auto;
}

.qx-tab__wrapper {
  margin-bottom: 50px;
}

.qx-tab__lab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.qx-tab__lab li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.qx-txt--emp {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.qx-txt--emp:before,
.qx-txt--emp:after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  margin-right: 15px;
  background-color: #000;
  transform: rotate(-40deg);
}

.qx-txt--emp:after {
  margin-right: 0;
  margin-left: 15px;
  transform: rotate(40deg);
}

/* ------------------------------
components　accordion
------------------------------ */
.c-accodion .c-accodion_title {
  min-height: 70px;
  font-size: 25px;
  line-height: 1.27;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  padding: 10px 40px;
}

.c-accodion .c-accodion_title span {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.c-accodion .c-accodion_title:hover {
  cursor: pointer;
}

.c-accodion .c-accodion_title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 15px 10px 0 10px;
  border-style: solid;
  top: 40%;
  right: 20px;
}

.c-accodion .js-accodion_active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-accodion .c-accodion_content {
  display: none;
}

.c-accodion .js-accodion_open {
  display: block;
}

/* ------------------------------
(Changeable) accordion arrowcolor
------------------------------ */
.c-accodion .c-accodion_title.js-accodion_active::after {
  border-color: #ffffff transparent transparent transparent;
}

@media (min-width: 1024px) {
  .c-accodion .c-accodion_title:hover::after {
    border-color: #ffffff transparent transparent transparent;
  }
}

.c-accodion .c-accodion_title::after {
  border-color: #666666 transparent transparent transparent;
}

/* ------------------------------
(Changeable) accordion arrowcolor
------------------------------ */
/* ------------------------------
components　tab
------------------------------ */
.c-tab_switching {
  margin-top: 60px;
}

.c-tab_switching .c-tab_title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  border-bottom: 1px solid #333333;
}

.c-tab_switching .c-tab_title_wrap .c-tab_title {
  width: 180px;
  font-size: 14px;
  border-radius: 5px 5px 0 0;
  padding: 9px 0 11px;
  text-align: center;
  line-height: 1.2222222222;
  cursor: pointer;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  font-weight: bold;
}

.c-tab_switching .c-tab_title_wrap .c-tab_title.js-tab_active {
  width: 210px;
  font-size: 18px;
  padding: 11px 0 13px;
}

.qx-unit_state_wrapper {
  position: relative;
  margin: 0 5px;
}

.qx-unit_state {
  display: inline-block;
  background: #000000;
  position: absolute;
  width: 164px;
  color: #ffffff;
  font-size: 10px;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -150%);
}

.qx-unit_state::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border-top: 4px solid #000000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.c-tab_switching .c-tab_content_inner {
  display: none;
}

.c-tab_switching .js-tab_content_active {
  display: block;
}

.qx-js-tab__lab.qx-js-tab--active {
  background: url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/icon_vector.png) no-repeat 95% center, linear-gradient(to right top, #C85185, #9F3B74);
  background-size: 32px, 100%;
}

.qx-js-tab__content {
  display: none;
}

.qx-js-tab__content.qx-js-content--active {
  display: block;
}

/* ------------------------------
components　method_process
------------------------------ */
.c-method_process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-method_process li {
  width: 32%;
  margin-right: 15px;
  background-color: #fff8fd;
  padding: 25px 15px 30px;
  position: relative;
}

.c-method_process li:last-of-type {
  margin-right: 0;
}

.c-method_process li .c-method_process_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(60%, -50%);
  transform: translate(60%, -50%);
  z-index: 99;
}

.c-method_process li .c-method_process_img {
  text-align: center;
  min-height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-method_process li .c-method_process_img img {
  max-width: 100%;
}

.c-method_process li .c-method_process_txt p {
  font-weight: 700;
}

.c-method_process li .c-method_process_txt {
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 20px;
  font-size: 19px;
  text-align: center;
  min-height: 104px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-method_process li .c-target_card_height4 {
  min-height: 148px;
}

.c-method_process li .c-method_process_txt span {
  font-size: 27px;
  font-weight: 700;
}

.c-cp_num {
  text-align: right;
}

.c-cp_num span {
  display: inline-block;
  padding: 10px 15px;
  font-size: 18px;
  border: 1px solid #707070;
  color: #1b1447;
}

.c-campaign_overview {
  background-color: #fff8fd;
}

.c-campaign_overview p {
  text-align: center;
}

.c-campaign_overview {
  padding: 25px;
}

.c-campaign_overview .c-overview_content_wrap {
  width: 420px;
  margin: auto;
}

.c-campaign_overview .c-overview_content_wrap .c-overview_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-campaign_overview .c-overview_content_wrap .c-overview_content li {
  text-align: center;
}

.c-campaign_overview .c-overview_content_wrap .c-overview_content li:first-of-type {
  margin-right: 70px;
}

.c-campaign_overview .c-overview_content_wrap .c-overview_content li div {
  margin-top: 10px;
}

.c-campaign_overview .c-overview_content_wrap .c-overview_content li a {
  display: inline-block;
}

.c-copy_input {
  float: left;
  opacity: 0;
  position: absolute;
  z-index: -10;
  left: 0;
  bottom: 0;
}

.c-campaign_overview .c-copy-text {
  margin-top: 20px;
  visibility: hidden;
  font-weight: 700;
  text-align: center;
  display: none;
}

.c-campaign_overview .c-copy-text.js-is_show {
  visibility: visible;
  display: block;
}

.c-link_txt {
  color: #104cd3;
  text-decoration: underline;
  display: inline-block;
}

.c-link_txt img {
  vertical-align: middle;
  margin-left: 2px;
}

/* ------------------------------
components　target_card
------------------------------ */
.c-target_card {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-target_card li {
  width: 50%;
  text-align: center;
}

.c-target_card li:first-of-type {
  margin-right: 70px;
}

.c-target_card li .c-target_card_state {
  text-align: left;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .c-target_card {
    width: 80%;
  }
  .c-target_card li:first-of-type {
    margin-right: 40px;
  }
  .c-target_card li .c-target_card_name {
    text-align: center;
  }
  .c-btn_06 {
    font-size: 18px;
  }
}

/* ------------------------------
components　karutetable
------------------------------ */
.c-table {
  width: 100%;
}

.c-table th {
  font-size: 16px;
  padding: 20px 10px;
}

.c-table td {
  font-size: 12px;
  padding: 10px;
}

.c-table th,
.c-table td {
  border: 1px solid #707070;
  text-align: center;
}

.c-is_show {
  opacity: 1;
}

/* ------------------------------
components　popup
------------------------------ */
.c-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  overflow: auto;
}

.c-popup .c-popup_inner {
  position: relative;
  width: 60%;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 80px 30px 40px;
  margin: 100px auto;
  height: 758px;
  min-width: 600px;
}

.c-popup .c-popup_inner .c-popup_close {
  position: absolute;
  font-size: 20px;
  right: 30px;
  top: 20px;
  font-weight: 500;
  cursor: pointer;
}

.c-popup .c-popup_inner .c-popup_content {
  height: 470px;
  overflow-y: scroll;
}

.c-popup_content #i-karute_inner .c-h4_style_karute {
  font-weight: 700;
}

#i-karute {
  padding-top: 0;
}

.c-btn_07 {
  background-color: #b60081;
  width: 494px;
  height: 100px;
  border-radius: 50px;
  margin-top: 40px;
}

.c-btn_07 a {
  font-size: 12px;
  color: #ffffff;
}

.c-btn_07 a span {
  font-size: 24px;
  display: block;
}

.c-btn_07 .c-arrow_01 {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
}

.c-btn_07_inner {
  padding: 17px 0;
}

.c-popup_link {
  display: none;
}

/* ------------------------------
units
------------------------------ */
#sakurazaka.o-main {
  max-width: initial;
  padding: 0 0 0;
  margin: 0 0;
}

#sakurazaka .o-section ~ .o-section {
  margin-top: 0;
}

.qx-unit__banner {
  width: 400px;
  color: #ffffff;
  background-image: linear-gradient(to right, #DF6ECB, #B2B6E1);
  font-size: 18px;
  line-height: 1.2;
  padding: 9px 8px 8px;
  text-align: center;
  font-weight: 600;
  margin: auto;
  position: relative;
}

.qx-unit__banner:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border-top: 10px solid #C993D7;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.qx-unit__banner span {
  font-size: 14px;
}

.qx-unit__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.qx-unit__flex.qx-unit__flex--column {
  flex-direction: column;
}

.qx-unit__flex a, .qx-unit__flex button {
  margin: 10px;
}

.qx-unit__flex_intax {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.qx-unit__flex_intax li {
  margin: 0 8px;
  max-width: 145px;
}

.qx-unit__flex_intax li img {
  width: 100%;
}

.qx-unit__flex_intax li {
  position: relative;
}

.qx-unit__flex_intax li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.qx-unit__flex_intax li[data-intax="aichi"]:after {
  background: url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/instax_01.png);
  background-size: 100%;
}

.qx-unit__flex_intax li[data-intax="fukuoka"]:after {
  background: url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/instax_02.png);
  background-size: 100%;
}

.qx-unit__flex_intax li[data-intax="hirosima"]:after {
  background: url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/instax_03.png);
  background-size: 100%;
}

.qx-unit__flex_intax li[data-intax="tokyo"]:after {
  background: url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/instax_04.png);
  background-size: 100%;
}

.qx-unit__flex_intax li[data-intax="ohsaka"]:after {
  background: url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/instax_05.png);
  background-size: 100%;
}

.qx-bg {
  max-width: 1280px;
  margin: auto;
  overflow: hidden;
  background: url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/bg_line_left.png) repeat-y 15px top, url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/bg_line_right.png) repeat-y calc(100% - 15px) top, url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/bg_kv_bottom.png) no-repeat center top, url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/light_left.png) repeat-y left 350px, url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/light_right.png) repeat-y right 350px;
}

.o-footer {
  position: static;
  max-width: initial;
}

.qx-txt--strong {
  font-size: 20px;
  font-weight: bold;
  color: #F95974;
}

.qx-part__title {
  text-align: center;
  margin-bottom: 20px;
}

/* ------------------------------
add parts
------------------------------ */
.c-btn-noactive {
  font-size: 18px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 10px 10px 13px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 35px;
  color: #ffffff;
  font-weight: 500;
  background: url(/-/media/aeoncard/campaign/lp/sakurazaka46/nationaltour2025/images/icon_vector.png) no-repeat 95% center, #000000;
  background-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-btn-noactive small {
  font-size: 10px;
}

.c-btn-noactive.qx-btn-noactive--noicon {
  background-image: none;
}

.c-btn-noactive.qx-btn-noactive--border {
  background: #fff;
  border: 1px solid #000000;
  color: #333;
}

.c-btn-noactive.qx-btn-noactive--borderpink {
  background: #fff;
  border: 1px solid #FBE4ED;
  color: #D95789;
}

.c-btn-noactive.qx-btn-noactive--purple {
  background-color: #B60081;
}

.c-btn-default {
  max-width: 497px;
  width: 100%;
  height: auto;
  min-height: 70px;
  text-align: center;
  padding: 10px 10px 10px 15px;
  border-radius: 50px;
  background-color: #323333;
  font-size: 22px;
  color: #ffffff;
  line-height: 1.27;
  display: table;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.c-btn-default span {
  display: table-cell;
  vertical-align: middle;
}

.c-btn-default.c-btn-default-outline {
  background-color: #fff;
  border: 1px solid #666666;
}

.c-btn-default.c-btn-default-outline.c-btn-arrow::after {
  border-left-color: #666666;
}

.c-btn-default.c-btn-default-outline.c-btn-arrow.c-btn-arrow-up::after {
  border-bottom-color: #666666;
}

.c-btn-default.c-btn-default-outline.c-btn-arrow.c-btn-arrow-down::after {
  border-top-color: #666666;
}

.c-btn-default.c-btn-default-small {
  font-size: 14px;
  line-height: 1.2142857143;
  min-height: 38px;
  background-color: #b60081;
  letter-spacing: 0.02em;
}

.c-btn-default.c-btn-default-small:hover {
  opacity: 0.5;
}

.c-btn-default.c-btn-default-small.c-btn-arrow::after {
  right: 8px;
  border-left-width: 6px;
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.c-btn-default.c-btn-default-small.c-btn-arrow.c-btn-arrow-up::after {
  border-left-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 6px;
  border-top: none;
}

.c-btn-default.c-btn-default-small.c-btn-arrow.c-btn-arrow-down::after {
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-width: 6px;
  border-bottom: none;
}

.c-btn-default.c-btn-default-middle {
  max-width: 405px;
}

.c-btn-default.c-btn-default-popup {
  font-size: 18px;
  line-height: 0.875;
  min-height: 65px;
  background-color: #b60081;
}

.c-btn-default.c-btn-default-popup:hover {
  opacity: 0.5;
}

.c-btn-default.c-btn-arrow {
  position: relative;
  padding-right: 30px;
}

.c-btn-default.c-btn-arrow::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.c-btn-default.c-btn-arrow.c-btn-arrow-up::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-top: none;
}

.c-btn-default.c-btn-arrow.c-btn-arrow-down::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: none;
}

.c-btn-nav {
  max-width: 497px;
  width: 100%;
  height: 100%;
  min-height: 70px;
  text-align: center;
  padding: 10px 30px 10px 16px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 2px solid #322b63;
  line-height: 1.27;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  display: table;
}

.c-btn-nav span {
  display: table-cell;
  vertical-align: middle;
}

.c-btn-nav::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
}

/* ------------------------------
(Changeable) button hovercolor
------------------------------ */
.c-btn-default.c-btn-default-outline:hover.c-btn-arrow::after {
  border-left: 10px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.c-btn-default.c-btn-default-outline:hover.c-btn-arrow.c-btn-arrow-up::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-top: none;
}

.c-btn-default.c-btn-default-outline:hover.c-btn-arrow.c-btn-arrow-down::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: none;
}

.c-btn-nav::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #322b63;
}

.c-btn-nav:hover {
  opacity: 1;
  color: #fff;
}

.c-btn-nav:hover::after {
  border-top: 10px solid #fff;
}

/* ------------------------------
(Changeable) button hovercolor
------------------------------ */
.c-table-top {
  width: 100%;
}

.c-table-top th {
  font-size: 18px;
  padding: 20px 10px;
  color: #fff;
  font-weight: bold;
}

.c-table-top td {
  font-size: 16px;
  padding: 10px;
  background-color: #f2f2f2;
}

.c-table-top th,
.c-table-top td {
  border: 1px solid #fff;
  text-align: center;
}

/* ------------------------------
utility
------------------------------ */
/* ---------------
grid
--------------- */
.u-grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-grid-row.u-grid-gutter-x-1 {
  margin-right: -2px;
  margin-left: -2px;
}

.u-grid-row.u-grid-gutter-x-1 [class^=u-grid-col] {
  padding-right: 2px;
  padding-left: 2px;
}

.u-grid-row.u-grid-gutter-y-1 {
  margin-top: -5px;
}

.u-grid-row.u-grid-gutter-y-1 [class^=u-grid-col] {
  margin-top: 5px;
}

.u-grid-row.u-grid-gutter-x-2 {
  margin-right: -4px;
  margin-left: -4px;
}

.u-grid-row.u-grid-gutter-x-2 [class^=u-grid-col] {
  padding-right: 4px;
  padding-left: 4px;
}

.u-grid-row.u-grid-gutter-y-2 {
  margin-top: -10px;
}

.u-grid-row.u-grid-gutter-y-2 [class^=u-grid-col] {
  margin-top: 10px;
}

.u-grid-row.u-grid-gutter-x-3 {
  margin-right: -6px;
  margin-left: -6px;
}

.u-grid-row.u-grid-gutter-x-3 [class^=u-grid-col] {
  padding-right: 6px;
  padding-left: 6px;
}

.u-grid-row.u-grid-gutter-y-3 {
  margin-top: -15px;
}

.u-grid-row.u-grid-gutter-y-3 [class^=u-grid-col] {
  margin-top: 15px;
}

.u-grid-row.u-grid-gutter-x-4 {
  margin-right: -8px;
  margin-left: -8px;
}

.u-grid-row.u-grid-gutter-x-4 [class^=u-grid-col] {
  padding-right: 8px;
  padding-left: 8px;
}

.u-grid-row.u-grid-gutter-y-4 {
  margin-top: -20px;
}

.u-grid-row.u-grid-gutter-y-4 [class^=u-grid-col] {
  margin-top: 20px;
}

.u-grid-row.u-grid-gutter-x-5 {
  margin-right: -10px;
  margin-left: -10px;
}

.u-grid-row.u-grid-gutter-x-5 [class^=u-grid-col] {
  padding-right: 10px;
  padding-left: 10px;
}

.u-grid-row.u-grid-gutter-y-5 {
  margin-top: -25px;
}

.u-grid-row.u-grid-gutter-y-5 [class^=u-grid-col] {
  margin-top: 25px;
}

.u-grid-row.u-grid-gutter-x-6 {
  margin-right: -12px;
  margin-left: -12px;
}

.u-grid-row.u-grid-gutter-x-6 [class^=u-grid-col] {
  padding-right: 12px;
  padding-left: 12px;
}

.u-grid-row.u-grid-gutter-y-6 {
  margin-top: -30px;
}

.u-grid-row.u-grid-gutter-y-6 [class^=u-grid-col] {
  margin-top: 30px;
}

.u-grid-row.u-grid-gutter-x-7 {
  margin-right: -14px;
  margin-left: -14px;
}

.u-grid-row.u-grid-gutter-x-7 [class^=u-grid-col] {
  padding-right: 14px;
  padding-left: 14px;
}

.u-grid-row.u-grid-gutter-y-7 {
  margin-top: -35px;
}

.u-grid-row.u-grid-gutter-y-7 [class^=u-grid-col] {
  margin-top: 35px;
}

.u-grid-row.u-grid-gutter-x-8 {
  margin-right: -16px;
  margin-left: -16px;
}

.u-grid-row.u-grid-gutter-x-8 [class^=u-grid-col] {
  padding-right: 16px;
  padding-left: 16px;
}

.u-grid-row.u-grid-gutter-y-8 {
  margin-top: -40px;
}

.u-grid-row.u-grid-gutter-y-8 [class^=u-grid-col] {
  margin-top: 40px;
}

.u-grid-row.u-grid-img-full img {
  width: 100%;
  height: auto;
}

.u-grid-col-1 {
  width: 8.3333333333%;
}

.u-grid-col-2 {
  width: 16.6666666667%;
}

.u-grid-col-3 {
  width: 25%;
}

.u-grid-col-4 {
  width: 33.3333333333%;
}

.u-grid-col-5 {
  width: 41.6666666667%;
}

.u-grid-col-6 {
  width: 50%;
}

.u-grid-col-7 {
  width: 58.3333333333%;
}

.u-grid-col-8 {
  width: 66.6666666667%;
}

.u-grid-col-9 {
  width: 75%;
}

.u-grid-col-10 {
  width: 83.3333333333%;
}

.u-grid-col-11 {
  width: 91.6666666667%;
}

.u-grid-col-12 {
  width: 100%;
}

/* ---------------
Changeable01 fontcolor
--------------- */
/* ---------------
color
--------------- */
.u-default_txt_color {
  color: #1B1447;
}

.qx-karute_h3_color {
  color: #ffff;
}

.u-link_txt_color {
  color: #2DA7FF;
}

.u-emphasis_underline_color {
  color: #faff81;
}

.u-emphasis_txt_color {
  color: #b60081;
}

.u-emphasis_underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(45%, #faff81));
  background: -webkit-linear-gradient(transparent 65%, #faff81 45%);
  background: linear-gradient(transparent 65%, #faff81 45%);
}

.u-attention_txt_color {
  color: #FF0000;
}

.u-color-white {
  color: #fff;
}

/* ---------------
Changeable01 fontcolor
--------------- */
/* ---------------
Changeable02 backgroundcolor
--------------- */
/* ---------------
bg
--------------- */
.u-main_bg_01 {
  background-color: #000000;
}

.u-main_bg_02 {
  background-color: #000000;
}

.u-main_bg_03 {
  background: #F95974;
}

/* ---------------
Changeable02 backgroundcolor
--------------- */
/* ---------------
Changeable03 gradationcolor
--------------- */
/* ---------------
gradation
--------------- */
.u-general_gradation01 {
  background: linear-gradient(to right, #E06DCA, #B2B6E2);
}

.u-general_gradation02 {
  background: linear-gradient(155deg, #000000, #2c2c2c, #393939, #525252, #e2e2e2);
}

.u-general_gradation03 {
  background: #ffffff;
  color: #757575;
}

.u-general_gradation_space {
  padding: 5px 10px;
}

@media (min-width: 769px) {
  .u-gradation_hover:hover {
    color: #fff !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#202a54), to(#602c89));
    background-image: -webkit-linear-gradient(left, #202a54, #602c89);
    background-image: linear-gradient(to right, #202a54, #602c89);
    opacity: 1;
  }
  .u-gradation_hover02:hover {
    color: #1b1447 !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1d4d8), to(#eae9ee));
    background-image: -webkit-linear-gradient(left, #d1d4d8, #eae9ee);
    background-image: linear-gradient(to right, #d1d4d8, #eae9ee);
    opacity: 1;
  }
}

/* ---------------
Changeable03 gradationcolor
--------------- */
/* ---------------
font-weight
--------------- */
.u-fontweight_100 {
  font-weight: 100;
}

.u-fontweight_200 {
  font-weight: 200;
}

.u-fontweight_300 {
  font-weight: 300;
}

.u-fontweight_400 {
  font-weight: 400;
}

.u-fontweight_500 {
  font-weight: 500;
}

.u-fontweight_600 {
  font-weight: 600;
}

.u-fontweight_700 {
  font-weight: 700;
}

.u-fontweight_800 {
  font-weight: 800;
}

.u-fontweight_900 {
  font-weight: 900;
}

.u-fontweight_normal {
  font-weight: normal;
}

.u-fontweight_bold {
  font-weight: bold;
}

/* ---------------
margin-top
--------------- */
.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt105 {
  margin-top: 105px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mt115 {
  margin-top: 115px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt125 {
  margin-top: 125px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mt135 {
  margin-top: 135px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt145 {
  margin-top: 145px;
}

.u-mt150 {
  margin-top: 150px;
}

.u-mti0 {
  margin-top: 0px !important;
}

.u-mti5 {
  margin-top: 5px !important;
}

.u-mti10 {
  margin-top: 10px !important;
}

.u-mti15 {
  margin-top: 15px !important;
}

.u-mti20 {
  margin-top: 20px !important;
}

.u-mti25 {
  margin-top: 25px !important;
}

.u-mti30 {
  margin-top: 30px !important;
}

.u-mti35 {
  margin-top: 35px !important;
}

.u-mti40 {
  margin-top: 40px !important;
}

.u-mti45 {
  margin-top: 45px !important;
}

.u-mti50 {
  margin-top: 50px !important;
}

.u-mti55 {
  margin-top: 55px !important;
}

.u-mti60 {
  margin-top: 60px !important;
}

.u-mti65 {
  margin-top: 65px !important;
}

.u-mti70 {
  margin-top: 70px !important;
}

.u-mti75 {
  margin-top: 75px !important;
}

.u-mti80 {
  margin-top: 80px !important;
}

.u-mti85 {
  margin-top: 85px !important;
}

.u-mti90 {
  margin-top: 90px !important;
}

.u-mti95 {
  margin-top: 95px !important;
}

.u-mti100 {
  margin-top: 100px !important;
}

.u-mti105 {
  margin-top: 105px !important;
}

.u-mti110 {
  margin-top: 110px !important;
}

.u-mti115 {
  margin-top: 115px !important;
}

.u-mti120 {
  margin-top: 120px !important;
}

.u-mti125 {
  margin-top: 125px !important;
}

.u-mti130 {
  margin-top: 130px !important;
}

.u-mti135 {
  margin-top: 135px !important;
}

.u-mti140 {
  margin-top: 140px !important;
}

.u-mti145 {
  margin-top: 145px !important;
}

.u-mti150 {
  margin-top: 150px !important;
}

/* ---------------
margin-bottom
--------------- */
.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb105 {
  margin-bottom: 105px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb115 {
  margin-bottom: 115px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb125 {
  margin-bottom: 125px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb135 {
  margin-bottom: 135px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb145 {
  margin-bottom: 145px;
}

.u-mb150 {
  margin-bottom: 150px;
}

.u-mbi0 {
  margin-bottom: 0px !important;
}

.u-mbi5 {
  margin-bottom: 5px !important;
}

.u-mbi10 {
  margin-bottom: 10px !important;
}

.u-mbi15 {
  margin-bottom: 15px !important;
}

.u-mbi20 {
  margin-bottom: 20px !important;
}

.u-mbi25 {
  margin-bottom: 25px !important;
}

.u-mbi30 {
  margin-bottom: 30px !important;
}

.u-mbi35 {
  margin-bottom: 35px !important;
}

.u-mbi40 {
  margin-bottom: 40px !important;
}

.u-mbi45 {
  margin-bottom: 45px !important;
}

.u-mbi50 {
  margin-bottom: 50px !important;
}

.u-mbi55 {
  margin-bottom: 55px !important;
}

.u-mbi60 {
  margin-bottom: 60px !important;
}

.u-mbi65 {
  margin-bottom: 65px !important;
}

.u-mbi70 {
  margin-bottom: 70px !important;
}

.u-mbi75 {
  margin-bottom: 75px !important;
}

.u-mbi80 {
  margin-bottom: 80px !important;
}

.u-mbi85 {
  margin-bottom: 85px !important;
}

.u-mbi90 {
  margin-bottom: 90px !important;
}

.u-mbi95 {
  margin-bottom: 95px !important;
}

.u-mbi100 {
  margin-bottom: 100px !important;
}

.u-mbi105 {
  margin-bottom: 105px !important;
}

.u-mbi110 {
  margin-bottom: 110px !important;
}

.u-mbi115 {
  margin-bottom: 115px !important;
}

.u-mbi120 {
  margin-bottom: 120px !important;
}

.u-mbi125 {
  margin-bottom: 125px !important;
}

.u-mbi130 {
  margin-bottom: 130px !important;
}

.u-mbi135 {
  margin-bottom: 135px !important;
}

.u-mbi140 {
  margin-bottom: 140px !important;
}

.u-mbi145 {
  margin-bottom: 145px !important;
}

.u-mbi150 {
  margin-bottom: 150px !important;
}

/* ---------------
padding-top
--------------- */
.u-pt0 {
  padding-top: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pt105 {
  padding-top: 105px;
}

.u-pt110 {
  padding-top: 110px;
}

.u-pt115 {
  padding-top: 115px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pt125 {
  padding-top: 125px;
}

.u-pt130 {
  padding-top: 130px;
}

.u-pt135 {
  padding-top: 135px;
}

.u-pt140 {
  padding-top: 140px;
}

.u-pt145 {
  padding-top: 145px;
}

.u-pt150 {
  padding-top: 150px;
}

.u-pti0 {
  padding-top: 0px !important;
}

.u-pti5 {
  padding-top: 5px !important;
}

.u-pti10 {
  padding-top: 10px !important;
}

.u-pti15 {
  padding-top: 15px !important;
}

.u-pti20 {
  padding-top: 20px !important;
}

.u-pti25 {
  padding-top: 25px !important;
}

.u-pti30 {
  padding-top: 30px !important;
}

.u-pti35 {
  padding-top: 35px !important;
}

.u-pti40 {
  padding-top: 40px !important;
}

.u-pti45 {
  padding-top: 45px !important;
}

.u-pti50 {
  padding-top: 50px !important;
}

.u-pti55 {
  padding-top: 55px !important;
}

.u-pti60 {
  padding-top: 60px !important;
}

.u-pti65 {
  padding-top: 65px !important;
}

.u-pti70 {
  padding-top: 70px !important;
}

.u-pti75 {
  padding-top: 75px !important;
}

.u-pti80 {
  padding-top: 80px !important;
}

.u-pti85 {
  padding-top: 85px !important;
}

.u-pti90 {
  padding-top: 90px !important;
}

.u-pti95 {
  padding-top: 95px !important;
}

.u-pti100 {
  padding-top: 100px !important;
}

.u-pti105 {
  padding-top: 105px !important;
}

.u-pti110 {
  padding-top: 110px !important;
}

.u-pti115 {
  padding-top: 115px !important;
}

.u-pti120 {
  padding-top: 120px !important;
}

.u-pti125 {
  padding-top: 125px !important;
}

.u-pti130 {
  padding-top: 130px !important;
}

.u-pti135 {
  padding-top: 135px !important;
}

.u-pti140 {
  padding-top: 140px !important;
}

.u-pti145 {
  padding-top: 145px !important;
}

.u-pti150 {
  padding-top: 150px !important;
}

/* ---------------
padding-bottom
--------------- */
.u-pb0 {
  padding-bottom: 0px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pb105 {
  padding-bottom: 105px;
}

.u-pb110 {
  padding-bottom: 110px;
}

.u-pb115 {
  padding-bottom: 115px;
}

.u-pb120 {
  padding-bottom: 120px;
}

.u-pb125 {
  padding-bottom: 125px;
}

.u-pb130 {
  padding-bottom: 130px;
}

.u-pb135 {
  padding-bottom: 135px;
}

.u-pb140 {
  padding-bottom: 140px;
}

.u-pb145 {
  padding-bottom: 145px;
}

.u-pb150 {
  padding-bottom: 150px;
}

.u-pbi0 {
  padding-bottom: 0px !important;
}

.u-pbi5 {
  padding-bottom: 5px !important;
}

.u-pbi10 {
  padding-bottom: 10px !important;
}

.u-pbi15 {
  padding-bottom: 15px !important;
}

.u-pbi20 {
  padding-bottom: 20px !important;
}

.u-pbi25 {
  padding-bottom: 25px !important;
}

.u-pbi30 {
  padding-bottom: 30px !important;
}

.u-pbi35 {
  padding-bottom: 35px !important;
}

.u-pbi40 {
  padding-bottom: 40px !important;
}

.u-pbi45 {
  padding-bottom: 45px !important;
}

.u-pbi50 {
  padding-bottom: 50px !important;
}

.u-pbi55 {
  padding-bottom: 55px !important;
}

.u-pbi60 {
  padding-bottom: 60px !important;
}

.u-pbi65 {
  padding-bottom: 65px !important;
}

.u-pbi70 {
  padding-bottom: 70px !important;
}

.u-pbi75 {
  padding-bottom: 75px !important;
}

.u-pbi80 {
  padding-bottom: 80px !important;
}

.u-pbi85 {
  padding-bottom: 85px !important;
}

.u-pbi90 {
  padding-bottom: 90px !important;
}

.u-pbi95 {
  padding-bottom: 95px !important;
}

.u-pbi100 {
  padding-bottom: 100px !important;
}

.u-pbi105 {
  padding-bottom: 105px !important;
}

.u-pbi110 {
  padding-bottom: 110px !important;
}

.u-pbi115 {
  padding-bottom: 115px !important;
}

.u-pbi120 {
  padding-bottom: 120px !important;
}

.u-pbi125 {
  padding-bottom: 125px !important;
}

.u-pbi130 {
  padding-bottom: 130px !important;
}

.u-pbi135 {
  padding-bottom: 135px !important;
}

.u-pbi140 {
  padding-bottom: 140px !important;
}

.u-pbi145 {
  padding-bottom: 145px !important;
}

.u-pbi150 {
  padding-bottom: 150px !important;
}

/* ---------------
font-size
--------------- */
.u-txt-size-10 {
  font-size: 10px !important;
}

.u-txt-size-12 {
  font-size: 12px !important;
}

.u-txt-size-14 {
  font-size: 14px !important;
}

.u-txt-size-16 {
  font-size: 16px !important;
}

.u-txt-size-18 {
  font-size: 18px !important;
}

.u-txt-size-20 {
  font-size: 20px !important;
}

.u-txt-size-22 {
  font-size: 22px !important;
}

.u-txt-size-24 {
  font-size: 24px !important;
}

.u-txt-size-26 {
  font-size: 26px !important;
}

.u-txt-size-28 {
  font-size: 28px !important;
  line-height: 1.4285714286 !important;
}

.u-txt-size-30 {
  font-size: 30px !important;
}

.u-txt-size-32 {
  font-size: 32px !important;
}

.u-txt-size-34 {
  font-size: 34px !important;
}

.u-txt-size-36 {
  font-size: 36px !important;
}

.u-txt-size-38 {
  font-size: 38px !important;
}

.u-txt-size-40 {
  font-size: 40px !important;
}

.u-txt-size-33 {
  font-size: 33px !important;
  line-height: 1.2121212121 !important;
}

/* ---------------
width
--------------- */
.u-width5 {
  width: 5%;
}

.u-width10 {
  width: 10%;
}

.u-width15 {
  width: 15%;
}

.u-width20 {
  width: 20%;
}

.u-width25 {
  width: 25%;
}

.u-width30 {
  width: 30%;
}

.u-width35 {
  width: 35%;
}

.u-width40 {
  width: 40%;
}

.u-width45 {
  width: 45%;
}

.u-width50 {
  width: 50%;
}

.u-width55 {
  width: 55%;
}

.u-width60 {
  width: 60%;
}

.u-width65 {
  width: 65%;
}

.u-width70 {
  width: 70%;
}

.u-width75 {
  width: 75%;
}

.u-width80 {
  width: 80%;
}

.u-width85 {
  width: 85%;
}

.u-width90 {
  width: 90%;
}

.u-width95 {
  width: 95%;
}

.u-width100 {
  width: 100%;
}

/* ---------------
border
--------------- */
.u-border {
  border: 1px solid #666666;
}

.u-border-top {
  border-top: 1px solid #666666;
}

.u-border-bottom {
  border-bottom: 1px solid #666666;
}

.u-border-hr {
  border-top: 1px solid #666666;
}

/* ---------------
vertical-align
--------------- */
.u-vertical_align {
  vertical-align: middle;
}

/* ---------------
text-align
--------------- */
.u-txt-left {
  text-align: left !important;
}

.u-txt-center {
  text-align: center !important;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-underline {
  text-decoration: underline;
}

/* ---------------
textdeceraton
--------------- */
.u-txt_underline {
  text-decoration: underline;
}

/* ---------------
word-break
--------------- */
.u-word-keep-all {
  word-break: keep-all;
}

/* ---------------
display
--------------- */
.u-inline_block {
  display: inline-block !important;
}

/* ---------------
kv
--------------- */
#i-top {
  padding-bottom: 0;
}

/* ---------------
benefits
--------------- */
#qx-sec__benefits {
  margin-top: 95px;
}

/* ---------------
特典のお受取り方法
--------------- */
.qx-require_area {
  padding: 30px 0;
  border-bottom: 1px solid #DCDCDC;
}

.qx-require_area:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.qx-require_ttl {
  color: #DF70CB;
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.qx-require_img {
  text-align: center;
  position: relative;
}

.qx-require_img > img {
  width: 114px;
}

.qx-require_img span img {
  position: absolute;
  top: 50%;
  left: calc(50% + 60px);
  transform: translateY(-50%);
}

.qx-require_txt {
  margin-top: 14px;
  text-align: center;
  letter-spacing: 0.035em;
  font-weight: 600;
}
