@charset "UTF-8";
/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
  display: none;
}

/* ---------------------------------------------------------------

	リセット

--------------------------------------------------------------- */
.ec-featureRole *,
.ec-featureRole *::before,
.ec-featureRole *::after {
  font-size: inherit;
}

.ec-featureRole__head {
  display: none !important;
}

.ec-featureRole__headdescription {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ec-featureItems {
  margin: 0 auto min(30px, 3.91vw);
  gap: min(10px, 1.3vw) 1.3%;
}

@media only screen and (max-width: 767px) {
  .ec-featureItems {
    margin-bottom: min(60px, 7.82vw);
    gap: min(30px, 3.91vw) 4%;
  }
}
.ec-featureItems .ec-featureItem {
  min-height: 70px;
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .ec-featureItems .ec-featureItem {
    width: 48%;
  }
}
.ec-featureItems .ec-featureItem > a {
  display: grid;
  place-items: center;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
label {
  margin: inherit;
  line-height: inherit;
}

figure,
picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}

figure img,
picture img {
  max-width: 100%;
}

/* ---------------------------------------------------------------

	基本・汎用クラス

--------------------------------------------------------------- */
.hp_pcOnly {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none;
  }
}
.hp_spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hp_spOnly {
    display: inline-block;
  }
}
.hp_tac {
  text-align: center !important;
}

.hp_textindent {
  padding-left: 1em;
  text-indent: -1em;
}

.hp_fontSize-l {
  font-size: 1.2em !important;
}

.hp_fontSize-s {
  font-size: 0.8em !important;
}

.hp_fontSize-14px {
  font-size: 0.88em !important;
}

.hp_fontColor-red {
  color: #ed1c24 !important;
}

.hp_mt5 {
  margin-top: min(5px, 0.65vw) !important;
}

.hp_mt20 {
  margin-top: min(20px, 2.6vw) !important;
}

.hp_mt30 {
  margin-top: min(30px, 3.91vw) !important;
}

.hp_mt40 {
  margin-top: min(40px, 5.21vw) !important;
}

.hp_mt60 {
  margin-top: min(60px, 7.82vw) !important;
}

.hp_mt80 {
  margin-top: min(80px, 10.43vw) !important;
}

@media only screen and (max-width: 767px) {
  .hp_mt0-sp {
    margin-top: 0 !important;
  }
}
.hp_marker {
  background: #fdee39;
  background: linear-gradient(0deg, #fdee39 50%, transparent 50%);
}

.bonus {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .bonus {
    max-width: 1160px;
  }
}
@media only screen and (max-width: 767px) {
  .bonus {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .bonus #mainVisual h1 {
    margin: 0 -4.27vw;
  }
}
.bonus #mainVisual ul {
  margin: 10px 0 !important;
  padding: 0;
  padding-left: 1em !important;
  text-indent: -1em;
}
.bonus #mainVisual ul li {
  margin-bottom: 3px;
  list-style: none;
  font-size: 0.8em;
}
.bonus #mainVisual ul li ul {
  padding-left: 1em !important;
  text-indent: -1em;
  margin: 0 !important;
}
.bonus #mainVisual ul li ul li {
  margin-top: 3px;
  font-size: inherit;
}
.bonus .anchorlink {
  display: grid;
  grid-template-columns: 3fr;
  grid-template-rows: 1fr;
  gap: 12px;
}
.bonus .anchorlink .anchorlink_shop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 5px;
}
.bonus .anchorlink .anchorlink_shop .anchorlink-item {
  height: 100%;
}
.bonus .anchorlink .anchorlink_shop .anchorlink-item a {
  position: relative;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
  background-color: #fbb03c;
  box-shadow: 0 9px #aa6f15;
  border-radius: 50vh;
  font-size: 2rem;
  font-weight: 600;
  color: #3a0107;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .bonus .anchorlink .anchorlink_shop .anchorlink-item a {
    font-size: 3vw;
    padding: 2vw 2vw;
    height: 15vw;
    box-shadow: 0 4px #aa6f15;
  }
}
.bonus .anchorlink .anchorlink_shop .anchorlink-item a:hover {
  top: 9px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #aa6f15; /* 影を0pxにする */
}
@media only screen and (max-width: 767px) {
  .bonus .anchorlink .anchorlink_shop .anchorlink-item a:hover {
    top: 4px; /* 元の位置から9px分下げる */
  }
}
.bonus .text-bold {
  font-weight: 600;
}
.bonus .leadText {
  text-align: center;
  line-height: 2;
}
.bonus .leadText sup {
  font-size: 0.7em !important;
}
.bonus .leadText .cp-period {
  margin-top: 1em !important;
}
.bonus .cp-period {
  color: #ffffff;
  background: #ed1c24;
  padding: 3px 15px;
  display: inline-block;
  font-size: 1.2em;
}
.bonus .coupon_note {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 3%;
  text-align: left;
  background: #ffeaea;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .bonus .coupon_note {
    padding: 5%;
    border-radius: 10px;
  }
}
.bonus .coupon_note p {
  font-size: 1.1em;
}
.bonus .coupon_note ol {
  list-style: none;
  line-height: 1.8;
  padding: 0px;
  margin: 1.2em 0;
}
.bonus .coupon_note ol li {
  margin-top: 0.4em;
  font-size: 1.1em;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 600;
}
.bonus .u-center {
  text-align: center;
}
.bonus .ttl {
  margin: min(120px, 15.64vw) auto min(40px, 5.21vw);
  padding: min(20px, 2.6vw) 0 0;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
  text-shadow: 0.08em 0.08em 0px #ffffff;
}
@media only screen and (max-width: 767px) {
  .bonus .ttl {
    margin-bottom: min(30px, 4.82vw);
    font-size: clamp(1.88rem, 1.13rem + 3.13vw, 2.63rem);
  }
}
.bonus .ttl__head {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 0.75em;
}
.bonus .ttl__head:before, .bonus .ttl__head:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  background: #000;
  top: 0;
  box-shadow: 0.08em 0.08em 0px #ffffff;
}
@media only screen and (max-width: 767px) {
  .bonus .ttl__head:before, .bonus .ttl__head:after {
    width: 3px;
  }
}
.bonus .ttl__head:before {
  transform: rotate(-30deg);
  left: -10px;
}
.bonus .ttl__head:after {
  transform: rotate(30deg);
  right: -10px;
}
.bonus .ttl__head.c-red {
  color: #e60012;
}
.bonus .ttl__head.c-red:before, .bonus .ttl__head.c-red:after {
  background: #e60012;
}
.bonus .ttl__head.t-big {
  font-size: 1em;
}
.bonus .ttl .hp_marker {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .bonus .ttl .hp_marker {
    min-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .bonus .ttl .hp_marker {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.bonus .ttl .kome {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}
.bonus .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(12px, 1.56vw);
  padding: 0.1em 60px 0.1em 40px;
  color: #103063;
  background: #dcff31;
  border-radius: 50vw;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 2px 2px 0px #ffffff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s ease background;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .bonus .btn {
    min-width: 400px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .bonus .btn {
    min-width: 240px;
    min-height: 50px;
    padding: 0.6em 40px 0.6em 30px;
    font-size: clamp(1.38rem, 1.13rem + 1.04vw, 1.63rem);
  }
}
.bonus .btn:after {
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23103063%3B%7D.b%2C.c%7Bstroke-width%3A0px%3B%7D.c%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M32%2C0v32H0V0h32ZM16.791%2C31.011l-.015.003-.095.047-.027.005-.019-.005-.095-.047c-.013-.005-.025-.001-.032.007l-.005.013-.023.571.007.027.013.017.139.099.02.005.016-.005.139-.099.016-.021.005-.023-.023-.569c-.003-.013-.012-.023-.023-.024ZM17.144%2C30.86l-.017.003-.247.124-.013.013-.004.015.024.573.007.016.011.009.268.124c.016.005.031%2C0%2C.039-.011l.005-.019-.045-.819c-.004-.016-.013-.027-.027-.029ZM16.191%2C30.863c-.012-.006-.027-.002-.036.008l-.008.019-.045.819c0%2C.016.009.027.023.032l.02-.003.268-.124.013-.011.005-.015.023-.573-.004-.016-.013-.013s-.245-.123-.245-.123Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M20.08%2C7.044l7.543%2C7.543c.78.781.78%2C2.046%2C0%2C2.827l-7.541%2C7.544c-.781.781-2.048.781-2.829%2C0s-.781-2.048%2C0-2.829l4.128-4.128H6c-1.105%2C0-2-.895-2-2s.895-2%2C2-2h15.38l-4.127-4.128c-.781-.781-.781-2.048%2C0-2.829.781-.781%2C2.048-.781%2C2.829%2C0h-.003Z%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s ease all;
}
@media only screen and (max-width: 767px) {
  .bonus .btn:after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
.bonus .btn[target=_blank]:after {
  transform: rotate(-45deg);
}
.bonus .btn:hover:after {
  right: 14px;
}
@media only screen and (max-width: 767px) {
  .bonus .btn:hover:after {
    right: 4px;
  }
}
.bonus .btn:hover[target=_blank]:after {
  bottom: 6px;
  right: 14px;
}
@media only screen and (max-width: 767px) {
  .bonus .btn:hover[target=_blank]:after {
    right: 4px;
  }
}
.bonus .btn-entry {
  font-size: 1.56em;
  background: rgb(77, 192, 8);
  background: linear-gradient(180deg, rgb(77, 192, 8) 0%, rgb(7, 118, 67) 100%);
  border: 2px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .bonus .btn-entry {
    min-width: 580px;
    min-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .bonus .btn-entry {
    min-width: 270px;
    min-height: 70px;
    font-size: clamp(1.25rem, 0.38rem + 3.65vw, 2.13rem);
  }
}
.bonus .btn-entry:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23ffffff%3B%7D.b%2C.c%7Bstroke-width%3A0px%3B%7D.c%7Bfill%3Anone%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M32%2C0v32H0V0h32ZM16.791%2C31.011l-.015.003-.095.047-.027.005-.019-.005-.095-.047c-.013-.005-.025-.001-.032.007l-.005.013-.023.571.007.027.013.017.139.099.02.005.016-.005.139-.099.016-.021.005-.023-.023-.569c-.003-.013-.012-.023-.023-.024ZM17.144%2C30.86l-.017.003-.247.124-.013.013-.004.015.024.573.007.016.011.009.268.124c.016.005.031%2C0%2C.039-.011l.005-.019-.045-.819c-.004-.016-.013-.027-.027-.029ZM16.191%2C30.863c-.012-.006-.027-.002-.036.008l-.008.019-.045.819c0%2C.016.009.027.023.032l.02-.003.268-.124.013-.011.005-.015.023-.573-.004-.016-.013-.013s-.245-.123-.245-.123Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M20.08%2C7.044l7.543%2C7.543c.78.781.78%2C2.046%2C0%2C2.827l-7.541%2C7.544c-.781.781-2.048.781-2.829%2C0s-.781-2.048%2C0-2.829l4.128-4.128H6c-1.105%2C0-2-.895-2-2s.895-2%2C2-2h15.38l-4.127-4.128c-.781-.781-.781-2.048%2C0-2.829.781-.781%2C2.048-.781%2C2.829%2C0h-.003Z%22%2F%3E%3C%2Fsvg%3E");
}
.bonus .btn-entry:before {
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M27.642%2C4.495c-.814-.852-1.913-1.335-3.092-1.361-1.183-.023-2.296.409-3.163%2C1.239L5.07%2C20.69c-.514.513-.86%2C1.161-1.003%2C1.873l-1.048%2C5.24c-.065.328.037.667.273.903.189.189.444.293.707.293.065%2C0%2C.131-.006.196-.02l5.238-1.048c.713-.143%2C1.36-.49%2C1.874-1.003L27.643%2C10.597c1.637-1.71%2C1.636-4.391%2C0-6.102ZM9.895%2C25.516c-.233.233-.528.391-.853.456l-3.768.753.754-3.769c.065-.324.223-.619.456-.852l12.436-12.437%2C3.412%2C3.412-12.437%2C12.436ZM26.213%2C9.198l-2.467%2C2.467-3.412-3.412%2C2.451-2.451c.452-.433%2C1.042-.669%2C1.667-.669.018%2C0%2C.036%2C0%2C.055%2C0%2C.644.014%2C1.244.278%2C1.689.744.896.936.896%2C2.401.017%2C3.321Z%22%2F%3E%3C%2Fsvg%3E");
  transform: translateY(-0.1em);
}
@media only screen and (max-width: 767px) {
  .bonus .btn-entry:before {
    width: 24px;
    height: 24px;
  }
}
.bonus .campaignInfo {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
}
.bonus .campaignInfo > * {
  box-sizing: border-box;
  padding: min(24px, 3.12vw) min(30px, 3.91vw);
}
.bonus .campaignInfo .campaignInfo-ttl {
  width: 20%;
  margin: 0;
  padding-right: 0;
  color: #000;
  font-weight: bold;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .bonus .campaignInfo .campaignInfo-ttl {
    display: block;
    width: 100%;
    margin-bottom: -0.4em;
    padding-bottom: 0;
    font-size: clamp(1.25rem, 0.88rem + 1.56vw, 1.63rem);
  }
}
.bonus .campaignInfo .campaignInfo-text {
  width: 80%;
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .bonus .campaignInfo .campaignInfo-text {
    display: block;
    width: 100%;
    padding: min(40px, 5.21vw) min(30px, 3.91vw);
    border-top: 1px solid transparent;
  }
}
.bonus .campaignInfo .campaignInfo-text ul {
  margin: 0;
  padding-left: 1.25em;
}
.bonus .campaignInfo .campaignInfo-text strong {
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .bonus .campaignInfo {
    display: block;
  }
}
.bonus .link-text {
  text-decoration: underline !important;
  color: #000;
}
.bonus .notes {
  padding-left: 1em !important;
  text-indent: -1em;
}
.bonus .notes > * {
  font-size: inherit;
}
.bonus .notes ul {
  padding-left: 1em !important;
  text-indent: -1em;
}
.bonus .notes ul > * {
  font-size: inherit;
}
.bonus .overview_tbl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .bonus .overview_tbl {
    gap: 10px;
    flex-direction: column;
  }
}
.bonus .overview_tbl .head {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 1em;
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
  border: 2px solid #000;
  border-radius: 50vw;
}
@media only screen and (max-width: 767px) {
  .bonus .overview_tbl .head {
    padding: 0.2em 1em;
    font-size: clamp(1.38rem, 0.88rem + 2.09vw, 1.88rem);
  }
}
.bonus .overview_tbl .period {
  font-size: 2.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .bonus .overview_tbl .period {
    font-size: 2rem;
  }
}
.bonus .featureWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content;
  gap: min(22px, 2.86vw);
}
@media only screen and (max-width: 767px) {
  .bonus .featureWrap {
    grid-template-columns: 1fr;
  }
}
.bonus .view-card-benefit .benefit-box .note-4, .bonus .summer-bonus .benefit-box .note-4, .bonus .view-card-benefit .benefit-box .note-3, .bonus .summer-bonus .benefit-box .note-3, .bonus .donation-bonus .bonus-box .note-2, .bonus .donation-bonus .bonus-box .note-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .bonus .view-card-benefit .benefit-box .note-4, .bonus .summer-bonus .benefit-box .note-4, .bonus .view-card-benefit .benefit-box .note-3, .bonus .summer-bonus .benefit-box .note-3, .bonus .donation-bonus .bonus-box .note-2, .bonus .donation-bonus .bonus-box .note-1 {
    flex-direction: column;
    padding: 1rem 2rem;
  }
}
.bonus .view-card-benefit .benefit-box .note-4 .tag, .bonus .summer-bonus .benefit-box .note-4 .tag, .bonus .view-card-benefit .benefit-box .note-3 .tag, .bonus .summer-bonus .benefit-box .note-3 .tag, .bonus .donation-bonus .bonus-box .note-2 .tag, .bonus .donation-bonus .bonus-box .note-1 .tag {
  font-size: clamp(1.4rem, 3vw, 3rem);
  line-height: 1;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 50vh;
  color: #fff;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .bonus .view-card-benefit .benefit-box .note-4 .tag, .bonus .summer-bonus .benefit-box .note-4 .tag, .bonus .view-card-benefit .benefit-box .note-3 .tag, .bonus .summer-bonus .benefit-box .note-3 .tag, .bonus .donation-bonus .bonus-box .note-2 .tag, .bonus .donation-bonus .bonus-box .note-1 .tag {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 2vw 6vw;
  }
}
.bonus .view-card-benefit .benefit-box .note-4 .note-text p, .bonus .summer-bonus .benefit-box .note-4 .note-text p, .bonus .view-card-benefit .benefit-box .note-3 .note-text p, .bonus .summer-bonus .benefit-box .note-3 .note-text p, .bonus .donation-bonus .bonus-box .note-2 .note-text p, .bonus .donation-bonus .bonus-box .note-1 .note-text p {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin: 0;
  font-weight: 600;
  color: #000;
}
.bonus .view-card-benefit .benefit-box .note-4 .note-text small, .bonus .summer-bonus .benefit-box .note-4 .note-text small, .bonus .view-card-benefit .benefit-box .note-3 .note-text small, .bonus .summer-bonus .benefit-box .note-3 .note-text small, .bonus .donation-bonus .bonus-box .note-2 .note-text small, .bonus .donation-bonus .bonus-box .note-1 .note-text small {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  display: block;
  margin-top: 0.25rem;
  font-weight: 600;
  color: #000;
}
.bonus .donation-bonus {
  margin: 20px auto 50px !important;
}
.bonus .donation-bonus,
.bonus .view-card-benefit,
.bonus .summer-bonus,
.bonus .pointmax {
  max-width: 1160px;
  margin: 50px auto 50px;
  padding: 0 0 50px;
  border-radius: 20px;
  text-align: center;
  font-family: sans-serif;
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus,
  .bonus .view-card-benefit,
  .bonus .summer-bonus,
  .bonus .pointmax {
    border-radius: 10px;
  }
}
.bonus .donation-bonus .title,
.bonus .view-card-benefit .title,
.bonus .summer-bonus .title,
.bonus .pointmax .title {
  font-size: clamp(3vw, 5vw, 4.5rem);
  color: #fff;
  background: #000;
  border-radius: 20px 20px 0 0;
  margin: 0 auto 6.5rem;
  text-align: left;
  font-weight: 600;
  display: flex;
  padding: 20px 5%;
  gap: 20px;
  align-items: center;
  line-height: 1;
}
@media only screen and (min-width: 1660px) {
  .bonus .donation-bonus .title,
  .bonus .view-card-benefit .title,
  .bonus .summer-bonus .title,
  .bonus .pointmax .title {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .title,
  .bonus .view-card-benefit .title,
  .bonus .summer-bonus .title,
  .bonus .pointmax .title {
    margin: 0 auto 3.5rem;
    border-radius: 10px 10px 0 0;
    gap: 2vw;
  }
}
.bonus .donation-bonus .title .titleicon,
.bonus .view-card-benefit .title .titleicon,
.bonus .summer-bonus .title .titleicon,
.bonus .pointmax .title .titleicon {
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .title .titleicon,
  .bonus .view-card-benefit .title .titleicon,
  .bonus .summer-bonus .title .titleicon,
  .bonus .pointmax .title .titleicon {
    width: 10vw;
    height: 10vw;
  }
}
.bonus .donation-bonus .title .text,
.bonus .view-card-benefit .title .text,
.bonus .summer-bonus .title .text,
.bonus .pointmax .title .text {
  transform-origin: left;
  display: flex;
  flex-direction: column;
}
.bonus .donation-bonus .title .text .top,
.bonus .view-card-benefit .title .text .top,
.bonus .summer-bonus .title .text .top,
.bonus .pointmax .title .text .top {
  font-size: 0.75em;
}
.bonus .donation-bonus .title .text .bottom,
.bonus .view-card-benefit .title .text .bottom,
.bonus .summer-bonus .title .text .bottom,
.bonus .pointmax .title .text .bottom {
  font-size: 0.35em;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .title .text .bottom,
  .bonus .view-card-benefit .title .text .bottom,
  .bonus .summer-bonus .title .text .bottom,
  .bonus .pointmax .title .text .bottom {
    font-size: clamp(1rem, 2vw, 1.6rem);
  }
}
.bonus .donation-bonus .plus-sign,
.bonus .donation-bonus .arrow,
.bonus .view-card-benefit .plus-sign,
.bonus .view-card-benefit .arrow,
.bonus .summer-bonus .plus-sign,
.bonus .summer-bonus .arrow,
.bonus .pointmax .plus-sign,
.bonus .pointmax .arrow {
  font-size: clamp(5rem, 7vw, 10rem);
  line-height: 1;
  font-weight: 600;
  margin: 1rem 0;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .plus-sign,
  .bonus .donation-bonus .arrow,
  .bonus .view-card-benefit .plus-sign,
  .bonus .view-card-benefit .arrow,
  .bonus .summer-bonus .plus-sign,
  .bonus .summer-bonus .arrow,
  .bonus .pointmax .plus-sign,
  .bonus .pointmax .arrow {
    margin: 1rem 0 1.2rem;
  }
}
.bonus .donation-bonus .arrow,
.bonus .view-card-benefit .arrow,
.bonus .summer-bonus .arrow,
.bonus .pointmax .arrow {
  transform: scaleY(0.5);
}
.bonus .donation-bonus .final,
.bonus .view-card-benefit .final,
.bonus .summer-bonus .final,
.bonus .pointmax .final {
  text-align: center;
  max-width: 90%;
  margin: auto;
}
.bonus .donation-bonus .final img,
.bonus .view-card-benefit .final img,
.bonus .summer-bonus .final img,
.bonus .pointmax .final img {
  max-width: 100%;
  height: auto;
}
.bonus .donation-bonus {
  background-color: #fcee82;
}
.bonus .donation-bonus .bonus-box {
  position: relative;
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 20px;
  margin: 0 auto 1.5rem;
  max-width: 90%;
}
.bonus .donation-bonus .bonus-box .textbadge {
  position: absolute;
  top: -5rem;
  left: 0.4rem;
  padding: 0.25rem 0.75rem;
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .bonus-box .textbadge {
    top: -7vw;
    height: 14vw;
  }
}
.bonus .donation-bonus .bonus-box .textbadge img {
  height: inherit;
}
.bonus .donation-bonus .bonus-box .box-content {
  display: flex;
  justify-content: center;
  padding: 4rem 2rem 4rem;
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .bonus-box .box-content {
    padding: 4rem 0rem 2rem;
  }
}
.bonus .donation-bonus .bonus-box .box-content .rate-block {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bonus .donation-bonus .bonus-box .box-content .rate-block:first-child {
  border-right: 0.2rem dashed #d1d1d1;
}
.bonus .donation-bonus .bonus-box .box-content .rate-block.large {
  flex: none !important;
}
.bonus .donation-bonus .bonus-box .box-content .rate-block .label {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin: 0;
  color: #000;
  text-align: center;
  display: block;
}
.bonus .donation-bonus .bonus-box .box-content .rate-block .label.campaign {
  color: #0077cc;
}
.bonus .donation-bonus .bonus-box .box-content .rate-block .percent {
  font-size: clamp(6rem, 12vw, 12rem);
  font-weight: bolder;
  line-height: 1;
  margin-top: auto;
  color: #000;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.bonus .donation-bonus .bonus-box .box-content .rate-block .percent .unit {
  font-size: 0.6em;
}
.bonus .donation-bonus .bonus-box .box-content .divider {
  border-left: 0.1rem dashed #000;
  height: 15rem;
  margin: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .bonus-box .box-content .divider {
    height: 21vw;
  }
}
.bonus .donation-bonus .bonus-box .box-content .icon-text {
  display: flex;
  align-items: center;
  margin-right: clamp(2rem, 5vw, 70px);
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .bonus-box .box-content .icon-text {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3vw;
    justify-content: center;
  }
}
.bonus .donation-bonus .bonus-box .box-content .icon-text .icon {
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .bonus-box .box-content .icon-text .icon {
    width: 10vw;
    margin-right: 1rem;
  }
}
.bonus .donation-bonus .bonus-box .box-content .icon-text .highlight {
  font-size: clamp(1.2rem, 3vw, 3rem);
  color: #279300;
  font-weight: bold;
  text-align: left;
}
.bonus .donation-bonus .bonus-box .box-content .icon-text .desc {
  font-size: clamp(1.2rem, 2vw, 2rem);
  color: #000;
  text-align: left;
  margin: 0;
}
.bonus .donation-bonus .bonus-box .box-content .icon-text .desc sup {
  font-size: 0.85em;
}
@media only screen and (max-width: 767px) {
  .bonus .donation-bonus .bonus-box .box-content.sp-column {
    flex-direction: column;
  }
}
.bonus .donation-bonus .bonus-box .note-1 {
  background-color: #d0eaff;
  border-radius: 0 0 15px 15px;
}
.bonus .donation-bonus .bonus-box .note-1 .tag {
  background-color: #0077cc;
}
.bonus .donation-bonus .bonus-box .note-2 {
  background-color: #c5eac0;
  border-radius: 0 0 15px 15px;
}
.bonus .donation-bonus .bonus-box .note-2 .tag {
  background-color: #279300;
}
.bonus .donation-bonus .bonus-box .plus-sign {
  font-size: clamp(4rem, 8vw, 6.5rem);
  margin: 2rem 0;
  transform: none;
}
.bonus .view-card-benefit, .bonus .summer-bonus {
  background-color: #c0e7ea;
}
.bonus .view-card-benefit .benefit-box, .bonus .summer-bonus .benefit-box {
  position: relative;
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 20px;
  margin: 0 auto 1.5rem;
  max-width: 90%;
  overflow: hidden;
}
.bonus .view-card-benefit .benefit-box .benefit-grid, .bonus .summer-bonus .benefit-box .benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 0.3rem solid #000;
  padding: 4rem 2rem 4rem;
}
.bonus .view-card-benefit .benefit-box .benefit-grid.grid5, .bonus .summer-bonus .benefit-box .benefit-grid.grid5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1240px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid.grid5, .bonus .summer-bonus .benefit-box .benefit-grid.grid5 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 1240px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid.grid5 .cell:nth-child(1), .bonus .summer-bonus .benefit-box .benefit-grid.grid5 .cell:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .bonus .view-card-benefit .benefit-box .benefit-grid.grid5 .cell:nth-child(2), .bonus .summer-bonus .benefit-box .benefit-grid.grid5 .cell:nth-child(2) {
    grid-area: 1/2/2/3;
    border-right: none;
  }
  .bonus .view-card-benefit .benefit-box .benefit-grid.grid5 .cell:nth-child(3), .bonus .summer-bonus .benefit-box .benefit-grid.grid5 .cell:nth-child(3) {
    grid-area: 2/1/3/2;
    border-top: 0.2rem dashed #d1d1d1;
  }
  .bonus .view-card-benefit .benefit-box .benefit-grid.grid5 .cell:nth-child(4), .bonus .summer-bonus .benefit-box .benefit-grid.grid5 .cell:nth-child(4) {
    grid-area: 2/2/3/3;
    border-right: none;
  }
  .bonus .view-card-benefit .benefit-box .benefit-grid.grid5 .cell:nth-child(5), .bonus .summer-bonus .benefit-box .benefit-grid.grid5 .cell:nth-child(5) {
    grid-area: 3/1/4/3;
    border-top: 0.2rem dashed #d1d1d1;
  }
}
@media only screen and (max-width: 767px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid.grid5 .cell .label.feature3, .bonus .summer-bonus .benefit-box .benefit-grid.grid5 .cell .label.feature3 {
    font-size: inherit;
  }
}
@media (max-width: 1240px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid, .bonus .summer-bonus .benefit-box .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid, .bonus .summer-bonus .benefit-box .benefit-grid {
    padding: 2rem;
  }
}
.bonus .view-card-benefit .benefit-box .benefit-grid .cell, .bonus .summer-bonus .benefit-box .benefit-grid .cell {
  padding: 2rem 0rem;
  background-color: #fff;
  border-right: 0.2rem dashed #d1d1d1;
  display: flex;
  flex-direction: column;
}
.bonus .view-card-benefit .benefit-box .benefit-grid .cell:last-child, .bonus .summer-bonus .benefit-box .benefit-grid .cell:last-child {
  border-right: none;
}
@media (max-width: 1240px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid .cell:nth-child(2), .bonus .summer-bonus .benefit-box .benefit-grid .cell:nth-child(2) {
    border-right: none;
  }
  .bonus .view-card-benefit .benefit-box .benefit-grid .cell:nth-child(3), .bonus .summer-bonus .benefit-box .benefit-grid .cell:nth-child(3) {
    border-top: 0.2rem dashed #d1d1d1;
  }
  .bonus .view-card-benefit .benefit-box .benefit-grid .cell:nth-child(4), .bonus .summer-bonus .benefit-box .benefit-grid .cell:nth-child(4) {
    border-top: 0.2rem dashed #d1d1d1;
  }
}
@media only screen and (max-width: 767px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid .cell, .bonus .summer-bonus .benefit-box .benefit-grid .cell {
    padding: 1rem 0rem;
  }
  .bonus .view-card-benefit .benefit-box .benefit-grid .cell:nth-child(3), .bonus .summer-bonus .benefit-box .benefit-grid .cell:nth-child(3) {
    padding: 1.4rem 0rem 0rem;
  }
  .bonus .view-card-benefit .benefit-box .benefit-grid .cell:nth-child(4), .bonus .summer-bonus .benefit-box .benefit-grid .cell:nth-child(4) {
    padding: 1.4rem 0rem 0rem;
  }
}
.bonus .view-card-benefit .benefit-box .benefit-grid .cell .label, .bonus .summer-bonus .benefit-box .benefit-grid .cell .label {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin: 0;
  font-weight: 600;
  color: #000;
  text-align: center;
  display: block;
}
.bonus .view-card-benefit .benefit-box .benefit-grid .cell .label.feature1, .bonus .summer-bonus .benefit-box .benefit-grid .cell .label.feature1 {
  color: #0077cc;
}
.bonus .view-card-benefit .benefit-box .benefit-grid .cell .label.feature2, .bonus .summer-bonus .benefit-box .benefit-grid .cell .label.feature2 {
  color: #279300;
}
.bonus .view-card-benefit .benefit-box .benefit-grid .cell .label.feature3, .bonus .summer-bonus .benefit-box .benefit-grid .cell .label.feature3 {
  color: #ff5621;
}
@media only screen and (max-width: 767px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid .cell .label.feature3, .bonus .summer-bonus .benefit-box .benefit-grid .cell .label.feature3 {
    font-size: 1rem;
  }
}
.bonus .view-card-benefit .benefit-box .benefit-grid .cell .label.feature4, .bonus .summer-bonus .benefit-box .benefit-grid .cell .label.feature4 {
  color: #e60012;
}
@media only screen and (max-width: 767px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid .cell .label.feature4 span, .bonus .summer-bonus .benefit-box .benefit-grid .cell .label.feature4 span {
    font-size: 1rem;
  }
}
.bonus .view-card-benefit .benefit-box .benefit-grid .cell .percent, .bonus .summer-bonus .benefit-box .benefit-grid .cell .percent {
  font-size: clamp(5rem, 10vw, 10rem);
  margin-top: auto;
  font-weight: bold;
  color: #000;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.bonus .view-card-benefit .benefit-box .benefit-grid .cell .percent .unit, .bonus .summer-bonus .benefit-box .benefit-grid .cell .percent .unit {
  font-size: 0.6em;
}
@media only screen and (min-width: 768px) {
  .bonus .view-card-benefit .benefit-box .benefit-grid .cell small, .bonus .summer-bonus .benefit-box .benefit-grid .cell small {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
  }
}
.bonus .view-card-benefit .benefit-box .note-3, .bonus .summer-bonus .benefit-box .note-3 {
  background-color: #ffd290;
  border-radius: 0 0 15px 15px;
  margin-top: -0.5rem;
}
.bonus .view-card-benefit .benefit-box .note-3 .tag, .bonus .summer-bonus .benefit-box .note-3 .tag {
  background-color: #ff5621;
}
.bonus .view-card-benefit .benefit-box .note-4, .bonus .summer-bonus .benefit-box .note-4 {
  background-color: #fffe90;
  border-radius: 0 0 15px 15px;
  margin-top: -0.5rem;
}
.bonus .view-card-benefit .benefit-box .note-4 .tag, .bonus .summer-bonus .benefit-box .note-4 .tag {
  background-color: #e60012;
}
.bonus .summer-bonus {
  background-color: #ffd6d6;
  margin: 10px auto 50px;
}
.bonus .summer-bonus .kome {
  margin: 10px auto 0;
}
.bonus .summer-bonus .leadText {
  font-size: 3rem;
  font-weight: 600;
  margin: 40px auto 0;
  max-width: 90%;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .bonus .summer-bonus .leadText {
    font-size: 2.2rem;
    margin: 20px auto 0;
  }
}
.bonus .summer-bonus .bnr {
  margin: 20px auto 0;
  display: block;
  max-width: 90%;
}
.bonus .pointmax {
  background-color: #fff2cf;
}
.bonus .pointmax .title .text {
  display: block;
}
.bonus .pointmax .title .text span {
  font-size: 1.4em;
  padding: 0 0.1em;
}
.bonus .pointmax .fukidashi {
  position: relative;
  display: inline-block;
  background-color: #ed1c24;
  padding: 16px;
  width: 90%;
  max-width: 550px;
  text-align: center;
  border-radius: 50vh;
  color: #fff;
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .bonus .pointmax .fukidashi {
    font-size: 2rem;
  }
}
.bonus .pointmax .fukidashi:before {
  content: "";
  position: absolute;
  border: solid 12px transparent;
  border-top: solid 12px #ed1c24;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bonus .pointmax .fukidashi p {
  margin: 0;
  padding: 0;
}
.bonus .pointmax .fukidashi .kome {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  display: block;
}
.bonus .pointmax .fukidashi small {
  font-size: 0.75em;
}
.bonus .pointmax .leadText {
  font-size: 3rem;
  font-weight: 600;
  margin: 0 auto;
  max-width: 90%;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .bonus .pointmax .leadText {
    font-size: 2.2rem;
  }
}
.bonus .pointmax .pointmax-box {
  margin: 1.5rem auto 0rem;
  max-width: 90%;
}
.bonus .pointmax .pointmaxtable + .pointmaxtable {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .bonus .pointmax .pointmaxtable + .pointmaxtable {
    margin-top: 20px;
  }
}
.bonus .wchance {
  background-image: url("/html/upload/user_data/feature/summer/img/2025/wchance_bg_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .bonus .wchance {
    background-image: url("/html/upload/user_data/feature/summer/img/2025/wchance_bg_sp.jpg");
  }
}/*# sourceMappingURL=style2025.css.map */