@charset "UTF-8";
body {
  font-family: "NotoSansJP-Regular", "NotoSansJP", "Noto Sans JP", Sans-serif;
  background-color: #e7e7e7;
  padding: 0;
  margin: 0;
}
body * {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
body:has(#banner_details_modal_trigger:checked) {
  overflow: hidden;
}

body.carrier-select-page {
  --carrier-pink: #f22f68;
  --carrier-au: #ff8a22;
  --carrier-docomo: #db0041;
  --carrier-softbank: #818181;
  --carrier-text: #242424;
  min-height: 100vh;
  min-height: 100dvh;
  background: #f5f3f3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 0;
  -webkit-font-smoothing: antialiased;
}
body.carrier-select-page .carrier-select-shell,
body.carrier-select-page .carrier-select-shell * {
  box-sizing: border-box;
}
body.carrier-select-page .carrier-select-shell {
  width: calc(100vw - 12px);
  max-width: 480px;
  min-height: calc(100vh - 10px);
  min-height: calc(100dvh - 10px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.16);
  padding: 24px 10px 18px;
  overflow: hidden;
}
body.carrier-select-page .carrier-select-header {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 46px;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  margin: 20px 0 30px;
}
body.carrier-select-page .carrier-select-header__icon {
  display: block;
  width: 64px;
  height: auto;
}
body.carrier-select-page .carrier-select-header__title {
  color: var(--carrier-pink);
  font-size: clamp(17px, 4.6vw, 22px);
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
body.carrier-select-page .carrier-select-header__splash {
  display: block;
  width: 45px;
  height: auto;
  margin-left: auto;
  transform: translateY(4px);
}
body.carrier-select-page .carrier-select-options {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
body.carrier-select-page .carrier-option {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 106px;
  border: 1.5px solid currentColor;
  border-radius: 12px;
  background: #fff;
  color: var(--carrier-text);
  display: grid;
  grid-template-columns: 75px minmax(0, 1fr) 47px;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 0 14px 0 17px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  text-align: left;
  font: inherit;
  -webkit-tap-highlight-color: rgba(242, 47, 104, 0.12);
}
body.carrier-select-page .carrier-option--au {
  border-color: var(--carrier-au);
}
body.carrier-select-page .carrier-option--docomo {
  border-color: var(--carrier-docomo);
}
body.carrier-select-page .carrier-option--softbank {
  border-color: #9e9e9e;
}
body.carrier-select-page .carrier-option__logo {
  display: block;
  width: 74px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.carrier-select-page .carrier-option--docomo .carrier-option__logo {
  width: 63px;
  margin-left: 6px;
}
body.carrier-select-page .carrier-option--softbank .carrier-option__logo {
  width: 69px;
  margin-left: 2px;
}
body.carrier-select-page .carrier-option__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
}
body.carrier-select-page .carrier-option__name {
  color: var(--carrier-text);
  font-size: clamp(17px, 4.7vw, 23px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
body.carrier-select-page .carrier-option--softbank .carrier-option__name {
  font-size: clamp(13px, 3.55vw, 17px);
  letter-spacing: 0;
}
body.carrier-select-page .carrier-option__badge {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-height: 27px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 13px 4px;
  font-size: clamp(13px, 3.6vw, 17px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
body.carrier-select-page .carrier-option--au .carrier-option__badge {
  color: #c96a1d;
  background: #fff0e6;
}
body.carrier-select-page .carrier-option--docomo .carrier-option__badge {
  color: #c2003a;
  background: #ffe7f0;
}
body.carrier-select-page .carrier-option--softbank .carrier-option__badge {
  color: #666;
  background: #f0f0f0;
  font-size: clamp(12px, 3.2vw, 15px);
  letter-spacing: 0;
}
body.carrier-select-page .carrier-option__arrow {
  justify-self: end;
  width: 47px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
body.carrier-select-page .carrier-option__arrow::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  border-radius: 2px;
  transform: translateX(-3px) rotate(45deg);
}
body.carrier-select-page .carrier-option--au .carrier-option__arrow {
  background: var(--carrier-au);
}
body.carrier-select-page .carrier-option--docomo .carrier-option__arrow {
  background: var(--carrier-docomo);
}
body.carrier-select-page .carrier-option--softbank .carrier-option__arrow {
  background: var(--carrier-softbank);
}
body.carrier-select-page .carrier-select-secure {
  min-height: 72px;
  border: 1px solid #fde1eb;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 59px 1fr;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  padding: 11px 16px;
  margin-top: 24px;
  box-shadow: 0 1px 5px rgba(242, 47, 104, 0.08);
}
body.carrier-select-page .carrier-select-secure__icon {
  display: block;
  width: 52px;
  height: auto;
}
body.carrier-select-page .carrier-select-secure__title {
  color: var(--carrier-pink);
  font-size: clamp(15px, 4vw, 20px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
body.carrier-select-page .carrier-select-secure__note {
  color: #555;
  font-size: clamp(10px, 2.8vw, 13px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
  margin-top: 5px;
  white-space: nowrap;
}
@media (max-width: 374px) {
  body.carrier-select-page .carrier-select-shell {
    padding-inline: 8px;
  }
  body.carrier-select-page .carrier-select-header {
    grid-template-columns: 58px minmax(0, 1fr) 38px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  body.carrier-select-page .carrier-select-header__icon {
    width: 57px;
  }
  body.carrier-select-page .carrier-select-header__splash {
    width: 38px;
  }
  body.carrier-select-page .carrier-option {
    grid-template-columns: 68px minmax(0, 1fr) 45px;
    -moz-column-gap: 7px;
         column-gap: 7px;
    padding-inline: 13px;
  }
  body.carrier-select-page .carrier-option__logo {
    width: 67px;
  }
  body.carrier-select-page .carrier-option--docomo .carrier-option__logo {
    width: 58px;
    margin-left: 4px;
  }
  body.carrier-select-page .carrier-option--softbank .carrier-option__logo {
    width: 63px;
    margin-left: 0;
  }
  body.carrier-select-page .carrier-option__text {
    gap: 10px;
  }
  body.carrier-select-page .carrier-option__badge {
    padding-inline: 9px;
  }
  body.carrier-select-page .carrier-option__arrow {
    width: 42px;
  }
  body.carrier-select-page .carrier-select-secure {
    grid-template-columns: 47px 1fr;
    -moz-column-gap: 7px;
         column-gap: 7px;
    padding-inline: 12px;
  }
  body.carrier-select-page .carrier-select-secure__icon {
    width: 44px;
  }
}

.btn__wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em 2em;
}
.btn__wrap button {
  width: 100%;
  border: 1px solid #555;
  color: #555;
  font-size: 3.8vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1em 1.7em;
  border-radius: 0.5em;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.231372549);
}
.btn__wrap button img {
  width: auto;
  height: 1.25em;
}

section {
  font-size: clamp(12px, 3.2vw, 15px);
}
section#page_head__wrap {
  background-color: #fff;
  box-shadow: 0 0 0.5em #aaa;
}
section#page_head__wrap .sec__inner .media_banner__wrap {
  width: 100%;
}
section#page_head__wrap .sec__inner .media_banner__wrap img {
  width: 100%;
  height: auto;
}
section#page_head__wrap .sec__inner .payment_method_selector__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  position: relative;
}
section#page_head__wrap .sec__inner .payment_method_selector__wrap h2 {
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
section#page_head__wrap .sec__inner .payment_method_selector__wrap select {
  width: auto;
  max-width: calc(100% - 2em);
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 0.125em 1.5em 0.125em 0.5em;
  border-radius: 0.5em 0 0 0.5em;
  border: 1px solid #ccc;
  border-right: none !important;
  box-shadow: 0.125em 0.125em 0.25em #aaa;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 calc(-50% - 0.125em);
}
section#tab_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  box-shadow: 0 0 0.5em #aaa;
}
section#tab_nav .sec__inner nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #fff;
}
section#tab_nav .sec__inner nav label {
  width: 24.5%;
  padding: 0.5em 0;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0.5em #fff;
  font-size: 1.125em;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border-top: 1px solid #777;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5568627451);
}
section#tab_nav .sec__inner nav label input {
  display: none;
}
section#tab_nav .sec__inner nav label img {
  width: 2.5em;
}
section#tab_nav .sec__inner nav label:has(input:checked) {
  background: rgba(255, 99, 71, 0.235);
  box-shadow: none;
  box-shadow: inset 0.3em 0.3em 0.3em #aaa;
  font-weight: bold;
  color: rgb(119, 18, 0);
  border-top: #aaa 1px solid;
}
section#tab_nav .sec__inner nav label + label {
  position: relative;
}
section#tab_nav:has(#tab_top:checked) ~ #tab_content__container .tab_top {
  display: block;
}
section#tab_nav:has(#tab_new:checked) ~ #tab_content__container .tab_new {
  display: block;
}
section#tab_nav:has(#tab_free:checked) ~ #tab_content__container .tab_free {
  display: block;
}
section#tab_nav:has(#tab_much:checked) ~ #tab_content__container .tab_much {
  display: block;
}
section#tab_content__container {
  padding-bottom: 5rem;
}
section#tab_content__container .sec__inner .container_body {
  display: none;
}
section#tab_content__container .sec__inner .container_body ul.point_banner__wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1em;
}
section#tab_content__container .sec__inner .container_body ul.point_banner__wrap.__limited {
  margin-bottom: 2em;
}
section#tab_content__container .sec__inner .container_body ul.point_banner__wrap.__limited .label_wiz_timer {
  font-size: 1.125em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#tab_content__container .sec__inner .container_body ul.point_banner__wrap.__limited .label_wiz_timer p {
  background: #ff3c00;
  color: #fff;
  padding: 0.5em 1em;
}
section#tab_content__container .sec__inner .container_body ul.point_banner__wrap.__limited .label_wiz_timer p.limited_timer {
  color: #111;
  background: #fff;
  border-radius: 3em 0 0 3em;
  box-shadow: 0.25em 0.25em 0.5em #aaa;
}
section#tab_content__container .sec__inner .container_body ul.point_banner__wrap.__limited:not(:has(li)) {
  display: none !important;
}
section#tab_content__container .sec__inner .container_body ul.point_banner__wrap .no_result {
  padding: 1em;
  color: #666;
  font-size: 1.25em;
}
section#tab_content__container .sec__inner .container_body.tab_top {
  display: block;
}
section .point_banner {
  display: flex;
  gap: 1em;
  padding: 1em;
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0.25em 0.25em 0.5em #aaa;
  overflow: hidden;
  position: relative;
}
section .point_banner .repeatable_ribon {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background: orangered;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  padding: 0.25em 3em;
  translate: -2.95em 0.75em;
  rotate: -25deg;
}
section .point_banner .adv_banner_img__wrap {
  width: 22.5%;
  aspect-ratio: 1/1;
  border-radius: 0.5em;
  overflow: hidden;
}
section .point_banner .adv_banner_img__wrap img {
  width: 100%;
}
section .point_banner .adv_banner_dtl__wrap {
  width: calc(80% - 1em);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  flex: 1;
}
section .point_banner .adv_banner_dtl__wrap #point_banner_name {
  width: 100%;
  font-size: 1.085em;
  font-weight: 700;
  padding: 0.25em 0 0.25em 0.5em;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
section .point_banner .adv_banner_dtl__wrap .payment_method__wrap {
  font-size: 0.95em;
  display: flex;
  align-items: center;
  gap: 0.75em;
  position: relative;
}
section .point_banner .adv_banner_dtl__wrap .payment_method__wrap li {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  overflow: hidden;
}
section .point_banner .adv_banner_dtl__wrap .payment_method__wrap li.credit {
  padding: 0.125em 0.5em 0.25em;
  border: 1px solid #bb00ff;
  color: #bb00ff;
}
section .point_banner .adv_banner_dtl__wrap .payment_method__wrap li img {
  height: 1.75lh;
}
section .point_banner .adv_banner_dtl__wrap .dsc__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
section .point_banner .adv_banner_dtl__wrap .dsc__wrap .adv_banner_text {
  width: calc(100% - 5em);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
}
section .point_banner .adv_banner_dtl__wrap .dsc__wrap .banner_unit_price {
  font-size: 0.9em;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}
section .point_banner .adv_banner_dtl__wrap .dsc__wrap .banner_unit_price span.action_unit_price {
  display: inline-block;
  color: red;
  font-size: 2.5em;
  letter-spacing: 0.025em;
  padding-right: 0.125em;
  margin-bottom: -0.125em;
}
section .point_banner .banner_details_modal_trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: 0.75em 0.75em;
  padding: 1.25em 0.5em 0;
  line-height: 1.5;
  border-radius: 1em 0 0 0;
  width: 100%;
  height: 100%;
  border: 5px double #fff;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.5em;
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}
section .point_banner .banner_details_modal_trigger span {
  position: absolute;
  top: 14%;
  left: 50%;
  translate: -55% 0;
  display: block;
  font-size: 0.5em;
  font-weight: 900;
  -webkit-text-stroke: 0.25em #fff;
  line-height: 1.35;
  letter-spacing: 0.5em;
}
section .point_banner .banner_details_modal_trigger:hover {
  opacity: 0.5;
}
section .point_banner .banner_details_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  justify-content: center;
}
section .point_banner .banner_details_modal:has(:checked) {
  display: flex;
}
section .point_banner .banner_details_modal button.banner_details_modal_close {
  position: fixed;
  right: 0;
  bottom: 75vw;
  translate: 0 100%;
  color: #000;
  letter-spacing: 0.25em;
  padding: 0.5em 0.5em 0.5em 0.75em;
  background: rgba(218, 218, 218, 0.4196078431);
  backdrop-filter: blur(1px);
  border: solid 1px #aaa;
  border-radius: 1em 0 0 1em;
  box-shadow: 0.25em 0.25em 0.5em #555;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.35em;
}
section .point_banner .banner_details_modal button.banner_details_modal_close img {
  width: 3.5em;
  height: auto;
}
section .point_banner .banner_details_modal button.banner_details_modal_close span {
  font-size: 0.95em;
  letter-spacing: 0.25em;
}
section .point_banner .banner_details_modal button.banner_details_modal_close input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section .point_banner .banner_details_modal .banner_details_content {
  margin: 2.5vw 2.5vw 0;
  width: 100%;
  height: 87.5vh;
  background: #fff;
  border: 1px solid tomato;
  border-radius: 0.5em;
  overflow: hidden;
  padding: 1.5em 1.5em 20vw;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
section .point_banner .banner_details_modal .banner_details_content .dsc__wrap {
  padding-right: 0;
}
section .point_banner .banner_details_modal .banner_details_content table.details__wrap {
  max-height: 100%;
  overflow-y: auto;
}
section .point_banner .banner_details_modal .banner_details_content table.details__wrap tr th {
  width: 7em;
}
section .point_banner .banner_details_modal .banner_details_content table.details__wrap tr th,
section .point_banner .banner_details_modal .banner_details_content table.details__wrap tr td {
  line-height: 1.25;
  padding: 0.25em 0;
  text-align: justify;
}
section .point_banner .banner_details_modal .banner_details_content table.details__wrap tr th span,
section .point_banner .banner_details_modal .banner_details_content table.details__wrap tr td span {
  display: block;
  width: 6em;
  text-align: center;
  letter-spacing: 0.125em;
  border-radius: 0.25em;
  background: #e0e0e0;
  padding: 0.25em 0;
}
section .point_banner .banner_details_modal .banner_details_content table.details__wrap tr th p,
section .point_banner .banner_details_modal .banner_details_content table.details__wrap tr td p {
  line-height: 1.6;
}
section .point_banner .banner_details_modal .banner_details_content a.link_to_reciever {
  width: 90%;
  margin: 0 auto;
  padding: 0.75em 0;
  background: tomato;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5em;
  font-size: 2em;
  position: fixed;
  bottom: 26vw;
  left: 50%;
  translate: -50% 0;
  box-shadow: 0.25em 0.25em 0.5em #555;
}
section .point_banner .banner_details_modal .banner_details_content a.link_to_reciever.relative {
  position: relative;
  width: 100%;
  bottom: unset;
}
section .point_banner:has(.recommend_label) {
  padding-top: 3em !important;
  border: solid 0.25em #c7a400;
}
section .point_banner:has(.recommend_label) .recommend_label {
  position: absolute;
  top: 0;
  left: 0;
  color: #493400;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
  width: 100%;
  text-align: center;
  background: linear-gradient(45deg, #c7a400, #fff1cf 40%, #fff1cf 60%, #c7a400);
  z-index: 2;
}
section .point_banner:has(.recommend_label) .repeatable_ribon.__top {
  top: 2em;
  z-index: 1;
}

.floating-banner {
  position: fixed;
  bottom: 6em;
  right: 1em;
  z-index: 999;
  cursor: pointer;
  animation: bounce 2s infinite;
}

.banner-content {
  background: linear-gradient(135deg, #ff1493, #ff69b4);
  color: white;
  padding: 15px 25px;
  border-radius: 30px 30px 30px 5px;
  box-shadow: 0 4px 15px rgba(255, 20, 147, 0.4);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.banner-icon {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.banner-ribbon {
  position: absolute;
  top: -8px;
  left: -8px;
  background: #ff1493;
  color: white;
  padding: 3px 10px;
  font-size: 11px;
  border-radius: 3px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* バウンスアニメーション */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* モーダルオーバーレイ */
.guide-modal-overlay {
  display: none;
  box-sizing: border-box;
  padding-bottom: clamp(5em, 3.5vw + 4em, 10em);
  position: fixed;
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  animation: fadeIn 0.3s;
}

.guide-modal-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* モーダルコンテンツ */
.guide-modal {
  background: white;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  max-height: 85dvh;
  position: relative;
  animation: slideUp 0.3s;
  display: flex;
  flex-direction: column;
}

.guide-modal-header {
  background: linear-gradient(135deg, #ff1493, #ff69b4);
  color: white;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  position: relative;
}
.guide-modal-header > img {
  border-radius: 1rem 1rem 0 0;
  width: 100%;
}

.guide-modal-title {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.guide-modal-subtitle {
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0.5em 0 0 0;
}

.guide-modal-close {
  position: absolute;
  bottom: 0;
  right: 0;
  translate: -12.5% -12.5%;
  width: 2em;
  height: 2em;
  background: white;
  border: 3px solid #ff1493;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  color: #ff1493;
  transition: all 0.3s;
  z-index: 10;
}

.guide-modal-close:hover {
  background: #ff1493;
  color: white;
  transform: translateX(-50%) scale(1.1);
}

/* スクロール可能なコンテンツエリア */
.guide-modal-body {
  padding: 40px 20px 20px;
  overflow-y: auto;
  max-height: calc(85dvh - 100px);
}

/* ステップカード */
.step-card {
  margin-bottom: 30px;
}

.step-header {
  color: #ff1493;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 0.5em;
  margin: 0 auto 0.5em;
  border-bottom: 1px solid #ffc2e2;
  width: -moz-max-content;
  width: max-content;
}

.step-content {
  background: #f8f9fa;
  border-radius: 1em;
  padding: 1.5em;
  text-align: center;
}

.step-title {
  font-size: 1em;
  color: #333;
  margin-bottom: 1em;
  line-height: 1.4;
}

.step-image {
  position: relative;
  width: 100%;
  aspect-ratio: 8/7;
  background: white;
  border-radius: 0.75em;
  margin: 1em 0;
  min-height: 12.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9ecef;
}

.step-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.step-card > img {
  width: 100%;
}

.step-icon {
  position: absolute;
  font-size: 4em;
}

.step-buttons {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  margin-top: 1em;
  flex-wrap: wrap;
}

.step-button {
  background: linear-gradient(135deg, #ff1493, #ff69b4);
  color: white;
  padding: 0.5em 1.5em;
  border-radius: 1.5em;
  font-size: 1em;
  font-weight: bold;
  border: none;
  box-shadow: 0 2px 8px rgba(255, 20, 147, 0.3);
}

.step-note {
  background: white;
  border-left: 3px solid #ff1493;
  padding: 0.5em 1.5em;
  margin-top: 15px;
  font-size: 1em;
  color: #666;
  line-height: 1.6;
  text-align: left;
}

.coins-icon {
  font-size: 5em;
}

/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .floating-banner {
    bottom: 5em;
    right: 1em;
  }
  .banner-content {
    padding: 0.75em 1.5em;
    font-size: 1em;
  }
  .banner-icon {
    width: 2.5em;
    height: 2.5em;
    font-size: 1.25em;
  }
  .guide-modal-overlay {
    padding-bottom: calc(3.5vw + 4em);
  }
  .guide-modal {
    width: 95%;
  }
}/*# sourceMappingURL=style.css.map */