@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.45;
  font-optical-sizing: auto;
  font-size: 14px;
  color: #010101;
  scroll-behavior: smooth;
}

button:hover, a:hover {
  opacity: .8;
  transition: .5s ease-in-out;
}

h1, h2, h3, h4 {
  margin: 0;
}

p {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

button {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-transform: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

ul, li {
  list-style: none;
}

.qx-c-group_a {
  color: #1a7ed1;
  text-decoration: underline;
}

.qx-c-group_colorRed {
  color: #FF0000;
}

.qx-f-group_frame {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.qx-f-group_frame_kv {
  max-width: 1280px;
  margin: 0 auto;
}

.qx-c-group_kv {
  background: #d3edfb;
}

.qx-c-group_kv img {
  width: 100%;
}

.qx-c-group_kv_wrapper {
  background: #d3edfb;
}

.qx-c-group_period_wrapper {
  background: #2a4198;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.qx-c-group_period_content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.qx-c-group_period_content_01 {
  font-size: 25px;
  padding-right: 25px;
}

.qx-c-group_period_content_02 {
  padding-left: 25px;
  border-left: 2px solid #fff;
  padding-bottom: 10px;
}

.qx-c-group_period_content_02 .cp-point-list li {
  text-align: center;
}

.qx-c-group_period_content_02_inner {
  font-size: 28px;
}

.qx-c-group_period_content_02_inner span {
  font-size: 140%;
}

.qx-c-group_shop_wrapper {
  margin: 120px 0 50px;
  background: #ecedf4;
}

.qx-c-group_shop_inner {
  padding: 50px 70px 35px;
  position: relative;
}

.qx-c-group_shop_title {
  color: #fff;
  font-size: 34px;
  text-align: center;
  background: #2a4198;
  padding: 5px 35px 7px;
  position: absolute;
  font-weight: 500;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qx-c-group_shop_title_h3 {
  font-size: 22px;
}

.qx-c-group_shop_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.qx-c-group_shop_list li {
  font-size: 17px;
  width: calc(1 / 3 * 100%);
}

.qx-c-group_shop_brand li img {
  max-height: 50px;
}

.qx-c-group_shop_brand {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  margin-top: 40px;
  margin-bottom: 30px;
}

.qx-c-group_shop_brand li {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  font-size: 23px;
  height: 65px;
  line-height: 1.1;
}

.qx-c-group_shop_brand li:nth-of-type(2n+1) {
  justify-content: center;
}

.qx-c-group_shop_brand li:nth-of-type(2n) {
  border-left: 0;
  position: relative;
}

.qx-c-group_shop_brand li:nth-of-type(2n)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, #707070 0%, #707070 5%, #fff 5%, #fff 15%, #707070 15%, #707070 25%, #fff 25%, #fff 35%, #707070 35%, #707070 45%, #fff 45%, #fff 55%, #707070 55%, #707070 65%, #fff 65%, #fff 75%, #707070 75%, #707070 85%, #fff 85%, #fff 95%, #707070 95%, #707070 100%);
  left: 0;
  top: 0;
}

.qx-c-group_discount {
  border: 1px solid #707070;
  width: 600px;
  margin-top: 20px;
}

.qx-c-group_discount th, .qx-c-group_discount td {
  padding: 3px;
}

.qx-c-group_discount th {
  color: #fff;
  background: #707070;
  font-size: 18px;
  text-align: center;
}

.qx-c-group_discount td {
  border-top: 1px solid #707070;
  position: relative;
  text-align: center;
}

.qx-c-group_discount td:nth-of-type(2n+1)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, #707070 0%, #707070 5%, #fff 5%, #fff 30%, #707070 30%, #707070 45%, #fff 45%, #fff 60%, #707070 60%, #707070 75%, #fff 75%, #fff 90%, #707070 90%, #707070 100%);
  right: 0;
  top: 0;
}

.qx-c-group_discount_ttl {
  border-left: 1px solid #fff;
}

.qx-c-group_txt {
  margin-bottom: 5px;
}

.qx-c-group_point_list + .qx-c-group_txt, .qx-c-group_txt ~ .qx-c-group_txt {
  margin-top: 20px;
}

.qx-c-group_txt_content {
  margin-bottom: 40px;
}

.cp-point-list + .qx-c-group_txt {
  margin-top: 15px;
}

.m-heading-typeh2 {
  margin-bottom: 15px;
}

.qx-c-group_banner {
  text-align: center;
  margin: 90px 0 40px;
}

.qx-c-group_banner img {
  max-width: 480px;
  width: 100%;
}

.qx-c-group_close_wrapper {
  padding: 30px;
  background: #2C3E8A;
}

.qx-c-group_close_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qx-c-group_close_btn {
  width: 310px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  border-radius: 6px;
  display: inline-block;
  border: 2px solid #707070;
  background: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/point_btn_close.png") no-repeat 6% center/16px, #fff;
}

.qx-c-group_lead_wrappr {
  margin: 40px 0;
}

.qx-c-group_lead {
  font-size: 16px;
  margin-bottom: 20px;
}

.qx-c-group_lead span {
  color: #B60081;
  font-size: 150%;
}

.qx-c-group_cp_num {
  text-align: right;
}

.qx-c-group_cp_num span {
  display: inline-block;
  padding: 5px 10px 7px;
  border: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .qx-c-group_shop_inner {
    padding-top: 35px;
  }
  .qx-c-group_shop_title_h3 {
    font-size: 18px;
  }
  .qx-c-group_lead_wrappr {
    margin: 10.66667vw 0 16vw;
  }
  .qx-c-group_lead {
    font-size: 14px;
    margin-bottom: 5.33333vw;
  }
  .qx-f-group_frame {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .qx-f-group_frame_kv {
    padding: 0;
  }
  .qx-c-group_period_content_01 {
    font-size: 3.73333vw;
    padding-right: 2vw;
    flex: 1;
  }
  .qx-c-group_period_content_02 {
    padding-left: 5.33333vw;
    flex: 3;
    padding-bottom: 2vw;
  }
  .qx-c-group_period_content_02 .cp-point-list {
    text-align: center;
    margin-top: 1.5vw;
  }
  .qx-c-group_period_content_02 .cp-point-list li {
    font-size: 2.1vw;
  }
  .qx-c-group_shop_brand {
    margin-top: 5.33333vw;
    margin-bottom: 4vw;
  }
  .qx-c-group_period_content_02_inner {
    font-size: 5vw;
  }
  .qx-c-group_shop_title {
    font-size: 4vw;
    padding: 1.06667vw 8vw 1.6vw;
  }
  .qx-c-group_shop_wrapper {
    margin: 13.33333vw 0 8vw;
  }
  .qx-c-group_shop_list li {
    font-size: 14px;
    width: 100%;
  }
  .qx-c-group_shop_brand li {
    max-height: 12vw;
    font-size: 4.53333vw;
    padding: 0 2.66667vw;
    line-height: 1;
  }
  .qx-c-group_shop_brand li:nth-of-type(2n+1) {
    width: 35%;
  }
  .qx-c-group_shop_brand li:nth-of-type(2n) {
    width: 65%;
  }
  .qx-c-group_shop_brand li img {
    max-height: 8vw;
  }
  .qx-c-group_discount {
    width: 100%;
  }
  .qx-c-group_discount td {
    text-align: center;
    font-size: 2.4vw;
  }
}

.boderimg {
  border-radius: 5px;
  border: 1px solid #707070;
}

.tgc-line {
  border: 1px solid #eee;
  border-radius: 8px;
}

.qx-f-group_card_title {
  font-size: 42px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-weight: 700;
}

.accordion_bg {
  background-color: #e2e5f2;
  border: 1px solid #415093;
}

.accordion-title {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 50px;
}

.accordion-title button {
  text-align: center;
}

.accord_small_text {
  font-size: 25px;
  position: relative;
  top: -1px;
}

.accordion-icon {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 15px;
  background-image: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/icon_line_open.png");
  background-repeat: no-repeat;
  background-position: right 0;
  letter-spacing: 0.025em;
  pointer-events: none;
  color: #000;
  font-weight: 600;
  line-height: 1;
  font-size: 13px;
  background-size: 12px 12px;
}

.accordion-body.-open {
  display: block;
}

.accordion-body {
  background-color: #fff;
  border: 1px solid #4057A3;
}

.newcard-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newcard-list [class^=newcard-box] {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.newcard-box {
  transition: 1s;
}

.newcard-box .u-mb30 {
  padding: 0 4%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.u-txt-size-18 {
  font-size: 18px !important;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-fontweight_bold {
  font-weight: bold !important;
}

.cp-card-label {
  display: block;
  margin-bottom: 10px;
}

.cp-card-label01 {
  max-width: 91.5px !important;
}

.cp-card-label01 + .cp-card-label02 {
  margin-left: 25px;
}

.newcard-dl {
  display: table;
  width: 100%;
  margin-top: 0;
}

.newcard-dl dt, .newcard-dl dd {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  text-align: center;
}

.newcard-dl dt {
  padding: 0 20px;
}

.newcard-dl dd {
  padding: 0 10px;
}

.hlg04 {
  flex-grow: 1;
}

.newcard-mess {
  color: #2c3d8a;
}

.u-txt-size-18 {
  font-size: 18px !important;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-fontweight_bold {
  font-weight: bold !important;
}

.u-txt-size-16 {
  font-size: 16px !important;
}

.cp-point-box {
  margin-top: 40px;
  border: 2px solid #2c3d8a;
}

.cp-point-hdg {
  padding: 4px 0 6px;
  text-align: center;
  color: #fff;
  background-color: #2c3d8a;
  font-weight: bold;
}

.cp-point-text {
  padding: 15px;
}

.cp-point-list {
  margin-top: 0;
}

.cp-point-list > li, .qx-c-group_point_list > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  font-size: 14px;
}

.cp-point-list > .notes {
  font-size: 12px;
}

.newcard-btn_wrapper .newcard-btn {
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: -20px;
}

.newcard-btn .link {
  flex: 0 0 40%;
}

.newcard-btn_wrapper .newcard-btn li:first-of-type {
  margin-top: 15px;
}

.newcard-btn .link a, .newcard-btn .btn a {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #4057A3;
  color: #4057A3;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  position: relative;
}

.newcard-btn_wrapper .newcard-btn .link a {
  border: 0;
  background: none;
  color: #777;
  text-decoration: underline;
  text-align: right;
  font-weight: normal;
}

.newcard-btn_wrapper .newcard-btn .btn {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}

.newcard-btn .link a, .newcard-btn .btn a {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #4057A3;
  color: #4057A3;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
  position: relative;
}

.newcard-btn .btn a {
  background-color: #FFA000;
  border: 1px solid #FFA000;
  color: #fff;
}

.newcard-btn .btn a {
  background: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/icon_btn_arrow.svg") no-repeat 93% center/8px, #ff8a24;
}

.newcard-btn_wrapper .newcard-btn .btn a {
  width: 72%;
}

.newcard-out {
  text-decoration: underline;
  color: #002e9b;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.newcard-btn_wrapper .newcard-out {
  color: #787878;
}

.accordion-title {
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 65px 17px 15px;
  line-height: 1.5;
}

.newcard-box {
  flex: 0 0 50%;
}

.campcard-company-logo {
  margin: 0 auto 5px;
}

.campcard-company-logo li {
  display: inline-block;
  margin: 0 3px;
}

.cp-card-support01, .cp-card-support02, .cp-card-support03 {
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: 7px 50%;
  padding: 9px 7px 8px 42px;
  max-width: 200px;
  margin: 0 auto 5px;
}

.cp-card-support01 {
  background-color: #FFEEF7;
  background-image: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/icon_card_support_01.png");
}

.cp-card-support02 {
  background-color: #e2e5f2;
  background-image: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/icon_card_support_02.png");
}

.cp-card-support03 {
  background-color: #fff5d6;
  background-image: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/icon_card_support_03.png");
  position: relative;
}

.newcard-dl .cp-card-support03 {
  margin-bottom: 20px;
}

.cp-card-support03::after {
  content: '※条件あり';
  position: absolute;
  right: 0;
  bottom: -20px;
}

.cp-card-label02 {
  max-width: 108px !important;
}

.newcard-copywrite {
  font-size: 10px;
  text-align: right;
}

.accordion-body-inner {
  padding: 20px 15px;
  width: 100%;
  border: 1px solid transparent;
  border-top: none;
}

.campcard-img__adjust {
  max-height: 138px;
}

.accordion-title button {
  text-align: left;
}

.-isActive .accordion-icon {
  background-image: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/icon_line.png");
  background-size: 12px auto;
  background-position: right 45%;
}

.cashless__contents .cashless__wallet_wrapper .-isActive .accordion-icon {
  background-image: url("/-/media/AeonCard/campaign/lp/_assets/images/icon_line.svg");
  background-size: 12px auto;
  background-position: right 45%;
}

.-isActive .accordion-icon {
  background-image: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/icon_line.png");
  background-size: 12px auto;
  background-position: right 45%;
}

.-isActive .cp_detail_11_icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.js-card_inner {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .-isActive .accordion-icon {
    background-image: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/icon_line.png");
    background-size: 12px auto;
    background-position: right 40%;
  }
  .-isActive .accordion-icon {
    background-image: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/icon_line.png");
    background-size: 12px auto;
    background-position: right 40%;
  }
  .hightTall {
    min-height: 198px;
  }
  .a-pc-mh285 {
    min-height: 285px;
  }
  .campcard-company-logo li {
    margin: 0 5px;
  }
  .accordion-title {
    min-height: auto;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 25px;
    padding: 17px 95px;
  }
  .spOnly {
    display: none !important;
  }
  .accordion-item {
    margin-bottom: 50px;
  }
  .accordion-icon {
    right: 20px;
    padding-right: 20px;
    background-size: 13px auto;
    font-size: 16px;
    background-position: right 0;
  }
  .accordion-body-inner {
    padding: 50px 20px;
  }
  .a-pc-mh285 {
    min-height: 285px;
  }
  .hlg02 {
    min-height: 56px;
    line-height: 1.5;
  }
  .campcard-img__adjust {
    max-height: 198px;
  }
  .newcard-list .hr__nonesp {
    border-bottom: none !important;
    padding-bottom: 0;
  }
}

.accordion-title-01 {
  background-image: url("/-/media/AeonCard/campaign/lp/aeongroup_hokkaido/images/accordion_icon_01.png");
}

@media screen and (max-width: 768px) {
  .qx-f-group_card_title {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .newcard-list .hr__nonesp:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
  }
  .cp-card-label02 {
    max-width: 72px !important;
  }
  .cp-card-label01 + .cp-card-label02 {
    margin-left: 12px;
  }
  .cp-card-label01 {
    max-width: 61px !important;
  }
  .accordion-title {
    padding: 3.5vw 17vw 3.2vw 21vw;
    background-position: 4vw 50%;
    background-size: 12vw;
  }
  .accordion-title button {
    font-size: 4vw;
  }
  .accord_small_text {
    font-size: 3.6vw;
  }
  .newcard-item {
    padding: 0;
  }
  .newcard-list .newcard-box {
    padding-bottom: 30px;
  }
  .newcard-box .u-mb30 {
    padding: 0;
  }
  .u-txtsp-size-14 {
    font-size: 14px !important;
  }
  .u-mbsp20 {
    margin-bottom: 20px;
  }
  .newcard-dl dt {
    padding: 0 10px;
  }
  .newcard-dl dd {
    padding: 0;
  }
  .cp-card-support01, .cp-card-support02, .cp-card-support03 {
    font-size: 9px;
    margin: 0 auto 3px;
  }
  .cp-card-support03::after {
    bottom: 0;
    transform: translateY(120%);
  }
  .newcard-btn_wrapper .newcard-btn {
    margin-top: 0;
  }
  .newcard-btn_wrapper .newcard-out {
    color: #777;
  }
  .newcard-list {
    display: block;
  }
  .cp-point-list > li {
    font-size: 12px;
  }
  .qx-c-group_point_list > li {
    font-size: 14px;
  }
  .qx-c-group_banner {
    margin: 12vw 0 5.33333vw;
  }
}

/* ---------------------------------------
  20250301 new style
--------------------------------------- */
.kv__text {
  max-width: 1040px;
  padding: 50px 20px;
  margin: 0 auto;
}

.kv__text > p {
  margin-top: 5px;
}

.kv__text > p:first-child {
  margin-top: 0;
}

.kv__text > p > a {
  color: #015EC5;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .kv__text {
    padding: 10px 20px 30px;
  }
}

.phishing-bnr {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .phishing-bnr {
    margin-top: 30px;
  }
}

section[data-color="gray"] {
  background-color: #E2E5F2;
  padding: 30px 20px 50px;
}

.qx-a-pt50 {
  padding-top: 50px;
}

.hdg-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c3d8a;
  transform: skewX(-25deg);
  width: 580px;
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}

.hdg-bnr > div {
  padding: 14px 6px;
  color: white;
  font-size: 24px;
  transform: skewX(25deg);
  display: inline-flex;
  align-items: center;
}

.hdg-bnr > div > span {
  margin: 0 10px 0 0;
  padding: 1px 5px;
  border: 2px solid #fff;
}

.hdg-bnr::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 20px 11px 0;
  border-color: #2c3d8a transparent transparent transparent;
  border-style: solid;
  bottom: 5px;
  left: 50%;
  transform: skewX(25deg) translate(-50%, 100%);
}

@media screen and (max-width: 768px) {
  .hdg-bnr {
    width: 95%;
    margin-bottom: 5vw;
    transform: skewX(-10deg);
  }
  .hdg-bnr > div {
    font-size: 4.4vw;
    transform: skewX(10deg);
  }
  .hdg-bnr::after {
    border-width: 15px 8px 0;
    transform: skewX(10deg) translate(-50%, 100%);
  }
}

.shop {
  margin: 20px auto 0;
  width: 100%;
  max-width: 1000px;
  padding: 30px 25px 50px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .shop {
    padding: 20px;
  }
}

.shop__hdg {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  color: #2C3E8A;
}

.shop__hdg:first-child {
  margin-top: 0;
}

.shop__hdg > h3 {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.shop__hdg > h3::before {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: #2C3E8A;
  margin: 0 20px 0 0;
  transform: rotate(-45deg) translateY(5px);
}

.shop__hdg > h3::after {
  content: '';
  display: block;
  width: 2px;
  height: 30px;
  background-color: #2C3E8A;
  margin: 0 0 0 20px;
  transform: rotate(45deg) translateY(5px);
}

.shop__hdg > h3 > span {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .shop__hdg {
    font-size: 3.2vw;
    margin: 30px 0 20px;
  }
  .shop__hdg > h3::before {
    height: 5.33333vw;
    margin: 0 3vw 0 0;
  }
  .shop__hdg > h3::after {
    height: 5.33333vw;
    margin: 0 0 0 3vw;
  }
  .shop__hdg > h3 > span {
    font-size: 4.8vw;
  }
}

.shop__img {
  margin: 30px auto;
  width: 100%;
  max-width: 300px;
  display: block;
}

@media screen and (max-width: 768px) {
  .shop__img__img {
    margin: 20px auto;
  }
}

.shop p {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .shop p {
    margin-top: 5px;
  }
}

.shop__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  max-width: 300px;
  height: 50px;
  background-color: #FF8A24;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.shop__btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: solid transparent;
  border-width: 5px 0 5px 7px;
  border-left-color: #fff;
}

.step-box {
  margin: 30px auto 0;
  max-width: 420px;
  border: 2px solid #2C3E8A;
}

.step-box__hdg {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #E2E5F2;
  border-bottom: 2px solid #2C3E8A;
}

.step-box__hdg > label {
  background-color: #2C3E8A;
  padding: 0 20px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}

.step-box__hdg > label > span {
  font-size: 26px;
}

.step-box__hdg > label::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-bottom: 50px solid #2C3E8A;
}

.step-box__hdg > h4 {
  padding-left: 40px;
  color: #2C3E8A;
  font-weight: normal;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .step-box__hdg {
    height: 40px;
    background-color: #E2E5F2;
    border-bottom: 2px solid #2C3E8A;
  }
  .step-box__hdg > label {
    padding: 0 10px;
    font-size: clamp(10px,2.66667vw,12px);
  }
  .step-box__hdg > label > span {
    font-size: clamp(18px, 4.8vw, 26px);
  }
  .step-box__hdg > label::after {
    content: "";
    right: -23.5px;
    border-right: 24px solid transparent;
    border-bottom: 40px solid #2C3E8A;
  }
  .step-box__hdg > h4 {
    padding-left: clamp(30px,6vw,40px);
    font-size: clamp(12px, 4vw, 20px);
  }
}

@media screen and (min-width: 768px) and (max-width: 769px) {
  .step-box__hdg > label {
    font-size: 1.6vw;
  }
  .step-box__hdg > label > span {
    font-size: 4vw;
  }
  .step-box__hdg > h4 {
    font-size: 2.66667vw;
  }
}

.step-box__txt {
  padding: 20px;
  max-width: 420px;
  margin: 0 auto;
}

.step-box__txt sup {
  font-size: 70%;
}

.step-box__txt p > span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgba(255, 230, 38, 0.5) 70%);
}

.step-box__list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 8px;
}

.step-box__list li > span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgba(255, 230, 38, 0.5) 70%);
}

.step-box__list li:first-child {
  margin-top: 0;
}

.step-box__list[data-size="small"] li {
  font-size: 90%;
}

.step-box__link {
  margin-top: 12px;
  padding-left: 1em;
  color: #015EC5;
  text-decoration: underline;
  display: inline-block;
}

.step-box__icon {
  margin: 10px auto 20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2C3E8A;
}

.sponsor {
  margin: 0 auto;
  padding: 30px 20px 50px;
  max-width: 1040px;
  text-align: center;
}

.sponsor__logo {
  max-width: 340px;
  margin: 20px auto 10px;
  display: block;
}

.sponsor__copy {
  margin-top: 0;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sponsor {
    text-align: left;
  }
  .sponsor__logo {
    margin: 20px auto 10px;
    width: 100%;
    max-width: 340px;
    display: block;
  }
  .sponsor__copy {
    font-size: 2.93333vw;
  }
}

html {
  scroll-padding-top: auto;
  /* 固定ヘッダの高さを指定 */
}

.o-header {
  position: relative;
  top: auto;
  left: auto;
}

#contentMain {
  margin-top: 0;
}

.modal__text-area.rule {
  padding-bottom: 30px;
}

#rules {
  padding-top: 50px;
}

.modal-only {
  display: none;
}

.modal__text-area .modal-only {
  display: block;
}

.link__blue {
  color: #015EC5;
  text-decoration: underline;
}
