@charset "UTF-8";



/* ----------------------------------
  common
------------------------------------ */
@font-face {
  font-family: 'SoDoSans';
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/SoDoSans/SoDoSans-Regular.woff") format("woff2");
}

@font-face {
  font-family: 'SoDoSans';
  font-style: normal;
  font-weight: 600;
  src: url("/common/fonts/SoDoSans/SoDoSans-SemiBold.woff") format("woff2");
}


@font-face {
  font-family: 'SoDoSans';
  font-style: normal;
  font-weight: 700;
  src: url("/common/fonts/SoDoSans/SoDoSans-Bold.woff") format("woff2");
}

.mod-en {
  font-family: 'SoDoSans';
}


body {
  height: 100%;
  overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.breadcrumb-wrap {
  position: relative;
  z-index: 2;
}

@media print,
screen and (min-width: 1024px) {
  .mod-pc {
    display: block;
  }
  .mod-sp {
    display: none;
  }

  .pageInner {
    width: 315px;
    margin: 0 auto;
  }
}

@media print,
screen and (max-width: 1023px) {
  .mod-pc {
    display: none;
  }
  .mod-sp {
    display: block;
  }
}

/* ----------------------------------
  mainContents
------------------------------------ */

.mainContents {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  --color-green: #006241;
  --color-dark: #1E3932;
  --color-gold: #E1AB4F;
  --color-beige: #F2F0EB;
  --color-white: #fff;
  --section-px: 33px;
  --hover-opacity: 0.85;
  --border-dark: 1.3px solid #1E3932;
}
.mainContents p:not([class]) {
  margin: 0;
}
.ContentInner a {
  opacity: 1;
  transition: .3s all;
}
.ContentInner a:hover {
  opacity: .8;
}

@media print, screen and (min-width: 1024px) {
  /* ----------------------------------
    mainContents
  ------------------------------------ */
  .mainContents {
    position: relative;
    overflow: visible;
  }
  .mainContentsIn {
    position: relative;
    background-color: transparent;
    overflow: visible;
  }
  /*----------------------------------
    ContentInner
  ------------------------------------*/
  .ContentInner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }

    /* ----------------------------------
    block-wrap（PC 3カラムレイアウト）
  ------------------------------------ */
  .block-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    -webkit-font-smoothing: antialiased;
    --content-width: 410px;
    --content-half: 205px;
  }

  .block-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    z-index: -1;
    background-color: #1e3932;
    background-image: url("/rewards/limited-goods/images/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .block-content {
    position: relative;
    flex-shrink: 0;
    width: var(--content-width);
    margin: 0 auto;
    background: #fff;
    overflow: clip;
    z-index: 1;
    margin-top: 85px;
    margin-bottom: 160px;
    border-radius: 20px;
    border: 1.5px solid #E1AB4F;
    box-sizing: border-box;
  }

  .pc-left_content,
  .pc-right_content {
    position: relative;
    display: block;
    flex-shrink: 0;
    align-self: flex-start;
    height: 0;
    width: calc(50vw - var(--content-half));
    visibility: visible;
    opacity: 1;
    z-index: 0;
  }
  .pc-left_content.is-follow:not(.is-stop) .pc-left_contentIn,
  .pc-right_content.is-follow:not(.is-stop) .pc-right_contentIn {
    z-index: 0;
  }
  .pc-left_content.is-follow.is-stop .pc-left_contentIn,
  .pc-right_content.is-follow.is-stop .pc-right_contentIn {
    position: absolute;
    z-index: 0;
  }
  .pc-left_contentIn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: calc(50vw - var(--content-half));
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc-left_contentIn img {
    width: 311px;
    margin-top: -132.33px;
    margin-left: 14.93px;
  }
  .pc-right_contentIn {
    position: absolute;
    top: 0;
    right: 34.4px;
    left: 0;
    width: calc(50vw - var(--content-half) - 34.4px);
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
  }
  ._nav-pc {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 240px;
    margin: 0 auto;
    margin-top: -127px;
    position: relative;
    left: 15px;
  }
  .mod-nav-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 8px 7px 20px;
    border-radius: 999px;
    background-color: #E1AB4F;
    color: #1e3932;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: opacity 0.2s;
  }
  .mod-nav-btn:hover {
    opacity: 0.85;
  }
  .mod-nav-btn::after {
    content: "";
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-image: url("/rewards/limited-goods/images/btn_arrow02.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media print, screen and (max-width: 1023px) {
  .block-kv_logo img,
  .block-pickup_line img,
  .block-pickup_slider_item img,
  .block-item_badge img,
  .block-item_slider_item img {
    width: 100%;
  }
  /* ----------------------------------
    mainContents
  ------------------------------------ */
  .mainContents {
    position: relative;
    overflow-x: hidden;
  }
  .mainContentsIn {
    position: relative;
    background-color: #F2F0EB;
    overflow: hidden;
  }

  .block-wrap {
    position: relative;
  }
  .block-bg {
    display: none;
  }
  .pc-left_content,
  .pc-right_content {
    display: none;
  }
  .block-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: clip;
  }
}

.block-section {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F2F0EB;
}
.block-section::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 66.6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-section._separate01::before {
  background-image: url("/rewards/limited-goods/images/separate01.webp");
}
.block-section._separate02::before {
  background-image: url("/rewards/limited-goods/images/separate02.webp");
}

.block-section .block_title {
  font-size: 47px;
  line-height: 1.6;
  font-weight: 700;
  color: #006241;
  text-align: center;
}

/* ----------------------------------
  mod（共通コンポーネント）
------------------------------------ */
.mod-section-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.mod-hover-opacity {
  transition: opacity 0.2s;
}
.mod-hover-opacity:hover {
  opacity: var(--hover-opacity);
}

.mod-img-fluid {
  display: block;
  width: 100%;
  height: auto;
}

.mod-accordion_head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.mod-accordion_head::-webkit-details-marker {
  display: none;
}

.mod-accordion_icon {
  flex-shrink: 0;
  position: relative;
  width: 16px;
  height: 16px;
}
.mod-accordion_icon::before,
.mod-accordion_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-dark);
  transform: translate(-50%, -50%);
}
.mod-accordion_icon::before {
  width: 14px;
  height: 2px;
}
details:not([open]) > summary .mod-accordion_icon::after {
  width: 2px;
  height: 14px;
}

.mod-btn-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  box-sizing: border-box;
  transition: opacity 0.2s;
}
.mod-btn-pill:hover {
  opacity: var(--hover-opacity);
}

.mod-btn-pill_txt {
  text-align: center;
  font-weight: 600;
}

.mod-btn-arrow01::after {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-image: url("/rewards/limited-goods/images/btn_arrow01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mod-btn-arrow03::after {
  content: "";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url("/rewards/limited-goods/images/btn_arrow03.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mod-btn-green {
  background-color: var(--color-green);
  color: var(--color-white);
}

.mod-btn-dark {
  background-color: var(--color-dark);
  color: var(--color-white);
}

.mod-btn-gold {
  background-color: var(--color-gold);
  color: var(--color-dark);
}

@media print, screen and (min-width: 1024px) {
  /* ----------------------------------
    PC common
  ------------------------------------ */
  .mod-lead-dark {
    margin: 0;
    padding: 0 var(--section-px);
    font-size: 14px;
    line-height: calc(26 / 14);
    font-weight: 700;
    color: var(--color-dark);
    text-align: center;
  }

  .mod-body-txt {
    font-size: 14px;
    line-height: calc(24 / 14);
    font-weight: 500;
    color: var(--color-dark);
    text-align: left;
  }

  .mod-note-list {
    padding: 0;
    list-style: none;
  }
  .mod-note-list li {
    font-size: 12px;
    line-height: calc(21 / 12);
    font-weight: 400;
    color: var(--color-dark);
    text-align: left;
  }

  .mod-btn-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }

  .mod-btn-green-full,
  .block-live_btn,
  .block-guide_btn,
  .block-faq_more_btn {
    gap: 8px;
    width: 100%;
    padding: 8px 8px 8px 16px;
    font-size: 12px;
    line-height: calc(18 / 12);
    letter-spacing: 0.02em;
  }
  .block-live_btn {
    font-size: 13px;
    line-height: calc(18 / 13);
  }
  .block-live_btn_txt,
  .block-guide_btn_txt {
    font-weight: 700;
  }

  .mod-btn-dark-arrow01,
  .block-pickup_btn {
    gap: 8px;
    width: 216px;
    margin: 38px auto 0;
    padding: 8px 8px 8px 24px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }

  .mod-btn-gold-full,
  .block-item_btn {
    gap: 6px;
    width: 100%;
    margin-top: auto;
    padding: 7px 7px 7px 18px;
    font-size: 13.5px;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }

  .mod-btn-green-center,
  .block-item_more_btn {
    gap: 8px;
    width: 216px;
    padding: 10px 8px 10px 24px;
    margin: 0 auto;
  }

  .block-pickup_note,
  .block-live_note,
  .block-guide_notes {
    padding: 0;
    list-style: none;
  }

  .block-live_btns,
  .block-guide_btns {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
  }

  .mod-px-33 {
    padding-left: var(--section-px);
    padding-right: var(--section-px);
  }

  /* ----------------------------------
    block-kv
  ------------------------------------ */
  .block-kv {
    background-image: url("/rewards/limited-goods/images/kv/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 466px;
  }
  .block-kv_logo {
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    width: 158px;
    height: 35px;
  }

  /* ----------------------------------
    block-lead
  ------------------------------------ */
  .block-lead {
    width: 100%;
    height: 100%;
    background-color: var(--color-dark);
    padding: 68px 0 98px;
  }
  .block-lead_txt {
    margin: 0;
    font-size: 16px;
    line-height: calc(30/16);
    font-weight: 700;
    color: var(--color-beige);
    text-align: center;
  }
  /* ----------------------------------
    block-pickup
  ------------------------------------ */
  .block-pickup {
    width: 100%;
    height: 100%;
    padding: 58px 0 130px;
  }
  .block-pickup .block_title {
    margin-bottom: 25px;
  }
  .block-pickup_slider {
    position: relative;
    width: 100%;
  }
  .block-pickup_slider_view {
    position: relative;
    width: 351px;
    height: 346px;
    margin: 0 auto;
    overflow: hidden;
  }
  .block-pickup_slider_bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 351px;
    height: 346px;
    background-image: url("/rewards/limited-goods/images/pickup/bg.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }
  .block-pickup_slider_cards {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .block-pickup_slider_cards .swiper-wrapper {
    align-items: center;
  }
  .block-pickup_slider_cards .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 307px;
  }
  .block-pickup_slider_item {
    position: relative;
    width: 307px;
    height: 307px;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
  }
  .block-pickup_slider_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .block-pickup_slider_btn {
    position: absolute;
    top: 47%;
    z-index: 2;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .block-pickup_slider_btn._prev {
    left: 1px;
    background-image: url("/rewards/limited-goods/images/pickup/prev.webp");
  }
  .block-pickup_slider_btn._next {
    right: 1px;
    background-image: url("/rewards/limited-goods/images/pickup/next.webp");
  }
  .block-pickup_slider_btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
  }
  .block-pickup_detail {
    margin-top: 17px;
    text-align: center;
  }
  .block-pickup_detail_item {
    margin: 0;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-dark);
  }
  .block-pickup_detail_price {
    margin: 6px 0 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-dark);
  }
  .block-pickup_body {
    margin-top: 36px;
    padding: 0 var(--section-px);
  }
  .block-pickup_line {
    width: 100%;
  }
  .block-pickup_line._top {
    margin-bottom: 33px;
  }
  .block-pickup_line._bottom {
    margin-top: 54px;
  }
  .block-pickup_catch {
    font-size: 18px;
    line-height: calc(33 / 18);
    font-weight: 700;
    color: var(--color-dark);
    text-align: center;
  }
  .block-pickup_txt {
    margin: 9px 0 0;
    font-size: 14px;
    line-height: calc(29 / 14);
    font-weight: 700;
    color: var(--color-dark);
    text-align: left;
  }
  .block-pickup_note {
    margin: 25px 0 0;
  }
  .block-pickup_note li {
    line-height: calc(22 / 12);
    font-weight: 700;
  }
  .block-pickup_note a {
    color: var(--color-dark);
    font-weight: 700;
    text-decoration: underline;
  }
  .block-pickup_note a:hover {
    opacity: 0.8;
  }
  .block-pickup_btn {
    gap: 8px;
    width: 181px;
    margin: 38px auto 0;
    padding: 8px 8px 8px 24px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }

  /* ----------------------------------
    block-item
  ------------------------------------ */
  .block-item {
    width: 100%;
    height: 100%;
    padding: 62px 0 116px;
    background-color: var(--color-dark);
    background-image: url("/rewards/limited-goods/images/item/bg.webp");
    background-size: cover;
    background-position: 1px -38px;
    background-repeat: no-repeat;
  }
  .block-item .block_title {
    margin-bottom: 44px;
    color: var(--color-gold);
  }
  .block-item::after {
    content: "";
    position: absolute;
    top: -13px;
    left: var(--section-px);
    width: 51px;
    height: 75px;
    background-image: url("/rewards/limited-goods/images/item/star.webp");
    background-size: cover;
    z-index: 2;
  }
  .block-item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 62px 14px;
    margin: 0;
    padding: 0 var(--section-px);
    list-style: none;
  }
  .block-item_card {
    display: flex;
    flex-direction: column;
    width: calc((100% - 22px) / 2);
  }
  .block-item_slider {
    width: 100%;
  }
  .block-item_slider_view {
    position: relative;
    width: 100%;
  }
  .block-item_badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    width: 37px;
    pointer-events: none;
  }
  .block-item_slider_cards {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .block-item_slider_cards .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 165px;
  }
  .block-item_slider_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
    border-radius: 10px;
    background-color: var(--color-white);
    overflow: hidden;
  }
  .block-item_slider_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .block-item_slider_pagination.swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 6px;
    width: 100%;
  }
  .block-item_slider_pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.35);
    opacity: 1;
    transition: background-color 0.2s;
  }
  .block-item_slider_pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .block-item_name {
    margin: 16px 0 0 2px;
    font-size: 14.5px;
    line-height: calc(20 / 14.5);
    font-weight: 700;
    color: var(--color-white);
    text-align: left;
  }
  .block-item_price {
    margin: 8px 0 0;
    padding-bottom: 28px;
    font-size: 14.5px;
    line-height: calc(20 / 14.5);
    font-weight: 500;
    color: var(--color-white);
    text-align: left;
  }
  .block-item_btn {
    gap: 6px;
    width: 100%;
    margin-top: auto;
    padding: 7px 7px 7px 18px;
    font-size: 13.5px;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .block-item_btn_icon {
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 24px;
  }
  .block-item_more {
    width: 100%;
    margin-top: 61px;
    padding: 0 var(--section-px);
    box-sizing: border-box;
  }
  .block-item_more_btn {
    gap: 8px;
    width: 216px;
    padding: 10px 8px 10px 24px;
    margin: 0 auto;
  }
  .block-item_more_btn_txt {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: var(--color-white);
    font-weight: 600;
  }
  .block-item_more_btn_icon {
    flex-shrink: 0;
    display: block;
    width: 34px;
    height: 34px;
  }
  /* ----------------------------------
    block-live
  ------------------------------------ */
  .block-live {
    width: 100%;
    height: 100%;
    padding: 63px 0 111px;
    background-color: var(--color-beige);
  }
  .block-live .block_title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .block-live_video {
    width: calc(100% - 58px);
    max-width: 320px;
    margin: 36px auto 0;
  }
  .block-live_video .fw-lock {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    margin: 0 auto;
    overflow: hidden; 
  }

  .block-live_video fw-storyblock {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .block-live_video_btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }
  .block-live_video_btn img {
    border-radius: 14px;
  }
  .block-live_howto {
    margin-top: 36px;
    padding: 0 var(--section-px);
  }
  .block-live_howto_title {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--color-dark);
    text-align: center;
  }
  .block-live_accordion {
    border-top: var(--border-dark);
  }
  .block-live_accordion_item {
    border-bottom: var(--border-dark);
  }
  .block-live_accordion_item:last-child {
    border-bottom: none;
  }
  .block-live_accordion_head {
    align-items: center;
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-dark);
  }
  .block-live_accordion_label {
    font-weight: 700;
    flex: 1;
    text-align: left;
  }
  .block-live_accordion_body {
    padding: 0 0 29px;
  }
  .block-live_txt {
    margin: 0;
  }
  .block-live_txt + .block-live_txt,
  .block-live_fig + .block-live_txt {
    margin-top: 11px;
  }
  .block-live_note {
    margin: 8px 0 0;
  }
  .block-live_note_item {
    margin: 2px 0 0;
    font-size: 12px;
    line-height: calc(21 / 12);
    font-weight: 500;
    color: var(--color-green);
    text-align: left;
  }
  .block-live_link {
    margin: 9px 0 0;
    font-size: 14px;
    line-height: calc(24 / 14);
    font-weight: 500;
    color: var(--color-green);
    text-align: left;
  }
  .block-live_fig {
    margin-top: 13px;
  }
  .block-live_btns li + li {
    margin-top: 12px;
  }
  .block-live_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
  }
  .block-live_sns_link {
    display: block;
  }
  .block-live_sns_link img {
    width: auto;
    height: 27.5px;
  }
  /* ----------------------------------
    block-guide
  ------------------------------------ */
  .block-guide {
    width: 100%;
    height: 100%;
    padding: 63px 0 123px;
    background-color: var(--color-dark);
  }
  .block-guide .block_title {
    margin-bottom: -2px;
    color: var(--color-gold);
  }
  .block-guide_lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-white);
    text-align: center;
  }
  .block-guide_body {
    --block-guide-padding-x: 19px;
    --block-guide-padding-y-top: 21px;
    --block-guide-padding-y-bottom: 25px;
    margin: 47px 30px 0;
    padding: var(--block-guide-padding-y-top) var(--block-guide-padding-x) var(--block-guide-padding-y-bottom);
    border-radius: 11px;
    background-color: var(--color-white);
    box-sizing: border-box;
    overflow: hidden;
  }
  .block-guide_section_title {
    margin: 0;
    font-size: 15px;
    line-height: calc(26 / 15);
    font-weight: 700;
    color: var(--color-dark);
    text-align: left;
  }
  .block-guide_steps {
    width: calc(100% + (var(--block-guide-padding-x) * 2));
    margin-top: 22px;
    margin-left: calc(var(--block-guide-padding-x) * -1);
    margin-right: calc(var(--block-guide-padding-x) * -1);
    overflow: hidden;
  }
  .block-guide_steps_cards {
    width: 100%;
    overflow: visible;
  }
  .block-guide_steps_cards .swiper-slide {
    width: 214px;
    height: 214px;
  }
  .block-guide_steps_item {
    width: 214px;
    height: 214px;
  }
  .block-guide_steps_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .block-guide_note {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: calc(22 / 12);
    font-weight: 400;
    color: var(--color-dark);
    text-align: left;
  }
  .block-guide_line {
    width: calc(100% + (var(--block-guide-padding-x) * 2));
    margin: 23px calc(var(--block-guide-padding-x) * -1) 18px;
  }
  .block-guide_txt {
    margin: 7px 0 0;
  }
  .block-guide_btns li + li {
    margin-top: 10px;
  }
  .block-guide_notes li + li {
    margin-top: 1px;
  }

  /* ----------------------------------
    block-faq
  ------------------------------------ */
  .block-faq {
    width: 100%;
    height: 100%;
    padding: 72px 0 104px;
    background-color: var(--color-beige);
  }
  .block-faq .block_title {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .block-faq_list {
    margin-top: 46px;
    padding: 0 var(--section-px);
  }
  .block-faq_item {
    border-top: var(--border-dark);
  }
  .block-faq_item:last-child {
    border-bottom: var(--border-dark);
  }
  .block-faq_head {
    align-items: flex-start;
    padding: 19px 0 20px;
  }
  .block-faq_q {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    min-width: 0;
  }
  .block-faq_q_icon {
    flex-shrink: 0;
    display: block;
    width: 28px;
    height: 28px;
  }
  .block-faq_q_txt {
    flex: 1;
    font-size: 14px;
    line-height: calc(24 / 14);
    font-weight: 700;
    color: var(--color-dark);
    text-align: left;
    margin-top: 2px;
  }
  .block-faq_icon {
    margin-top: 6px;
  }
  .block-faq_body {
    padding: 0 0 22px;
  }
  .block-faq_a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .block-faq_a_icon {
    flex-shrink: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  .block-faq_a_txt {
    flex: 1;
    margin: 0;
    margin-top: -4px;
    font-size: 13px;
    line-height: calc(22.8 / 13);
    font-weight: 700;
    color: var(--color-green);
    text-align: left;
  }
  .block-faq_a_link {
    display: inline-block;
    color: var(--color-green);
    text-decoration: underline;
    font-weight: 700;
  }
  .block-faq_a_note {
    font-size: 12px;
    line-height: calc(18 / 12);
    font-weight: 700;
    margin-top: 7px;
    display: inline-block;
  }
  .block-faq_more {
    margin-top: 53px;
    padding: 0 var(--section-px);
  }
  .block-faq_banner {
    margin-top: 80px;
    padding: 0 var(--section-px);
  }
  .block-faq_banner_link {
    display: block;
    text-decoration: none;
  }
  .block-faq_banner img {
    border-radius: 10px;
    overflow: hidden;
  }
}

@media print, screen and (max-width: 1023px) {
  /* ----------------------------------
    SP common（410px 基準・PC block-content 内と同一レイアウト）
  ------------------------------------ */
  .mainContents {
    --sp-w: 410;
    --sp-base: 100vw;
    --section-px: calc(33 / var(--sp-w) * var(--sp-base));
    --border-dark: 1px solid var(--color-dark);
  }

  .block-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: clip;
  }

  .section_border._end {
    height: 0;
    overflow: hidden;
  }

  .block-section::before {
    top: calc(-25 / var(--sp-w) * var(--sp-base));
    height: calc(66.6 / var(--sp-w) * var(--sp-base));
  }

  .block-section .block_title {
    font-size: calc(47 / var(--sp-w) * var(--sp-base));
  }

  .mod-accordion_head {
    gap: calc(12 / var(--sp-w) * var(--sp-base));
  }
  .mod-accordion_icon {
    width: calc(16 / var(--sp-w) * var(--sp-base));
    height: calc(16 / var(--sp-w) * var(--sp-base));
  }
  .mod-accordion_icon::before {
    width: calc(14 / var(--sp-w) * var(--sp-base));
    height: calc(2 / var(--sp-w) * var(--sp-base));
  }
  details:not([open]) > summary .mod-accordion_icon::after {
    width: calc(2 / var(--sp-w) * var(--sp-base));
    height: calc(14 / var(--sp-w) * var(--sp-base));
  }

  .mod-btn-arrow01::after {
    width: calc(32 / var(--sp-w) * var(--sp-base));
    height: calc(32 / var(--sp-w) * var(--sp-base));
  }
  .mod-btn-arrow03::after {
    width: calc(28 / var(--sp-w) * var(--sp-base));
    height: calc(28 / var(--sp-w) * var(--sp-base));
  }

  .mod-lead-dark {
    margin: 0;
    padding: 0 var(--section-px);
    font-size: calc(14 / var(--sp-w) * var(--sp-base));
    line-height: calc(26 / 14);
    font-weight: 700;
    color: var(--color-dark);
    text-align: center;
  }

  .mod-body-txt {
    font-size: calc(14 / var(--sp-w) * var(--sp-base));
    line-height: calc(24 / 14);
    font-weight: 500;
    color: var(--color-dark);
    text-align: left;
  }

  .mod-note-list {
    padding: 0;
    list-style: none;
  }
  .mod-note-list li {
    font-size: calc(12 / var(--sp-w) * var(--sp-base));
    line-height: calc(21 / 12);
    font-weight: 400;
    color: var(--color-dark);
    text-align: left;
  }

  .mod-btn-list {
    margin: calc(22 / var(--sp-w) * var(--sp-base)) 0 0;
    padding: 0;
    list-style: none;
  }

  .mod-btn-green-full,
  .block-live_btn,
  .block-guide_btn,
  .block-faq_more_btn {
    gap: calc(8 / var(--sp-w) * var(--sp-base));
    width: 100%;
    padding: calc(8 / var(--sp-w) * var(--sp-base)) calc(8 / var(--sp-w) * var(--sp-base)) calc(8 / var(--sp-w) * var(--sp-base)) calc(16 / var(--sp-w) * var(--sp-base));
    font-size: calc(12 / var(--sp-w) * var(--sp-base));
    line-height: calc(18 / 12);
    letter-spacing: 0.02em;
  }
  .block-live_btn {
    font-size: calc(13 / var(--sp-w) * var(--sp-base));
    line-height: calc(18 / 13);
  }
  .block-live_btn_txt,
  .block-guide_btn_txt {
    font-weight: 700;
  }

  .mod-btn-dark-arrow01,
  .block-pickup_btn {
    gap: calc(8 / var(--sp-w) * var(--sp-base));
    width: calc(215 / var(--sp-w) * var(--sp-base));
    margin: calc(38 / var(--sp-w) * var(--sp-base)) auto 0;
    padding: calc(8 / var(--sp-w) * var(--sp-base)) calc(8 / var(--sp-w) * var(--sp-base)) calc(8 / var(--sp-w) * var(--sp-base)) calc(24 / var(--sp-w) * var(--sp-base));
    font-size: calc(14 / var(--sp-w) * var(--sp-base));
    line-height: 1.2;
    letter-spacing: 0.04em;
  }

  .mod-btn-gold-full,
  .block-item_btn {
    gap: calc(6 / var(--sp-w) * var(--sp-base));
    width: 100%;
    margin-top: auto;
    padding: calc(7 / var(--sp-w) * var(--sp-base)) calc(7 / var(--sp-w) * var(--sp-base)) calc(7 / var(--sp-w) * var(--sp-base)) calc(18 / var(--sp-w) * var(--sp-base));
    font-size: calc(13.5 / var(--sp-w) * var(--sp-base));
    line-height: 1.2;
    letter-spacing: 0.04em;
  }

  .mod-btn-green-center,
  .block-item_more_btn {
    gap: calc(8 / var(--sp-w) * var(--sp-base));
    width: calc(216 / var(--sp-w) * var(--sp-base));
    padding: calc(10 / var(--sp-w) * var(--sp-base)) calc(8 / var(--sp-w) * var(--sp-base)) calc(10 / var(--sp-w) * var(--sp-base)) calc(24 / var(--sp-w) * var(--sp-base));
    margin: 0 auto;
  }

  .block-pickup_note,
  .block-live_note,
  .block-guide_notes {
    padding: 0;
    list-style: none;
  }

  .block-live_btns,
  .block-guide_btns {
    margin: calc(22 / var(--sp-w) * var(--sp-base)) 0 0;
    padding: 0;
    list-style: none;
  }

  /* ----------------------------------
    block-kv
  ------------------------------------ */
  .block-kv {
    background-image: url("/rewards/limited-goods/images/kv/sp/bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(619 / var(--sp-w) * var(--sp-base));
  }
  .block-kv_logo {
    position: absolute;
    top: calc(31 / var(--sp-w) * var(--sp-base));
    left: 50%;
    transform: translateX(-50%);
    width: calc(122 / var(--sp-w) * var(--sp-base));
  }
  .block-kv_title {
    position: absolute;
    top: calc(88 / var(--sp-w) * var(--sp-base));
    left: 50%;
    transform: translateX(-50%);
    width: calc(305 / var(--sp-w) * var(--sp-base));
  }

  /* ----------------------------------
    block-lead
  ------------------------------------ */
  .block-lead {
    background-color: var(--color-dark);
    padding: calc(68 / var(--sp-w) * var(--sp-base)) 0 calc(98 / var(--sp-w) * var(--sp-base));
  }
  .block-lead_txt {
    margin: 0;
    padding: 0 var(--section-px);
    font-size: calc(16 / var(--sp-w) * var(--sp-base));
    line-height: calc(30 / 16);
    font-weight: 700;
    color: var(--color-beige);
    text-align: center;
    white-space: nowrap;
  }

  /* ----------------------------------
    block-pickup
  ------------------------------------ */
  .block-pickup {
    padding: calc(58 / var(--sp-w) * var(--sp-base)) 0 calc(142 / var(--sp-w) * var(--sp-base));
  }
  .block-pickup .block_title {
    margin-bottom: calc(25 / var(--sp-w) * var(--sp-base));
  }
  .block-pickup_slider {
    position: relative;
    width: 100%;
  }
  .block-pickup_slider_view {
    position: relative;
    width: calc(351 / var(--sp-w) * var(--sp-base));
    height: calc(346 / var(--sp-w) * var(--sp-base));
    margin: 0 auto;
    overflow: hidden;
  }
  .block-pickup_slider_bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(351 / var(--sp-w) * var(--sp-base));
    height: calc(346 / var(--sp-w) * var(--sp-base));
    background-image: url("/rewards/limited-goods/images/pickup/bg.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
  }
  .block-pickup_slider_cards {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .block-pickup_slider_cards .swiper-wrapper {
    align-items: center;
  }
  .block-pickup_slider_cards .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(307 / var(--sp-w) * var(--sp-base));
  }
  .block-pickup_slider_item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: calc(307 / var(--sp-w) * var(--sp-base));
    height: calc(307 / var(--sp-w) * var(--sp-base));
    border-radius: calc(18 / var(--sp-w) * var(--sp-base));
  }
  .block-pickup_slider_btn {
    position: absolute;
    top: 47%;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    cursor: pointer;
    width: calc(45 / var(--sp-w) * var(--sp-base));
    height: calc(45 / var(--sp-w) * var(--sp-base));
  }
  .block-pickup_slider_btn._prev {
    left: calc(1 / var(--sp-w) * var(--sp-base));
    background-image: url("/rewards/limited-goods/images/pickup/prev.webp");
  }
  .block-pickup_slider_btn._next {
    right: calc(1 / var(--sp-w) * var(--sp-base));
    background-image: url("/rewards/limited-goods/images/pickup/next.webp");
  }
  .block-pickup_slider_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .block-pickup_slider_btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
  }
  .block-pickup_detail {
    margin-top: calc(17 / var(--sp-w) * var(--sp-base));
    text-align: center;
  }
  .block-pickup_detail_item {
    margin: 0;
    font-size: calc(19 / var(--sp-w) * var(--sp-base));
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-dark);
  }
  .block-pickup_detail_price {
    margin: calc(6 / var(--sp-w) * var(--sp-base)) 0 0;
    font-size: calc(16 / var(--sp-w) * var(--sp-base));
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-dark);
  }
  .block-pickup_body {
    margin-top: calc(36 / var(--sp-w) * var(--sp-base));
    padding: 0 var(--section-px);
  }
  .block-pickup_line._top {
    margin-bottom: calc(33 / var(--sp-w) * var(--sp-base));
  }
  .block-pickup_line._bottom {
    margin-top: calc(54 / var(--sp-w) * var(--sp-base));
  }
  .block-pickup_catch {
    font-size: calc(18 / var(--sp-w) * var(--sp-base));
    line-height: calc(33 / 18);
    font-weight: 700;
    color: var(--color-dark);
    text-align: center;
  }
  .block-pickup_txt {
    margin: calc(9 / var(--sp-w) * var(--sp-base)) 0 0;
    font-size: calc(14 / var(--sp-w) * var(--sp-base));
    line-height: calc(29.5 / 14);
    font-weight: 700;
    color: var(--color-dark);
    text-align: left;
  }
  .block-pickup_note {
    margin-top: calc(25 / var(--sp-w) * var(--sp-base));
  }
  .block-pickup_note li {
    line-height: calc(22 / 12);
    font-weight: 700;
  }
  .block-pickup_note a {
    color: var(--color-dark);
    font-weight: 700;
    text-decoration: underline;
  }
  .block-pickup_note a:hover {
    opacity: 0.8;
  }

  /* ----------------------------------
    block-item
  ------------------------------------ */
  .block-item {
    position: relative;
    padding: calc(62 / var(--sp-w) * var(--sp-base)) 0 calc(116 / var(--sp-w) * var(--sp-base));
    background-color: var(--color-dark);
    background-image: url("/rewards/limited-goods/images/item/bg.webp");
    background-size: cover;
    background-position: calc(1 / var(--sp-w) * var(--sp-base)) calc(-38 / var(--sp-w) * var(--sp-base));
    background-repeat: no-repeat;
  }
  .block-item .block_title {
    margin-bottom: calc(44 / var(--sp-w) * var(--sp-base));
    color: var(--color-gold);
  }
  .block-item::after {
    content: "";
    position: absolute;
    top: calc(-13 / var(--sp-w) * var(--sp-base));
    left: var(--section-px);
    width: calc(51 / var(--sp-w) * var(--sp-base));
    height: calc(75 / var(--sp-w) * var(--sp-base));
    background-image: url("/rewards/limited-goods/images/item/star.webp");
    background-size: cover;
    z-index: 2;
  }
  .block-item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    list-style: none;
    gap: calc(62 / var(--sp-w) * var(--sp-base)) calc(14 / var(--sp-w) * var(--sp-base));
    padding: 0 var(--section-px);
  }
  .block-item_card {
    display: flex;
    flex-direction: column;
    width: calc((100% - calc(14 / var(--sp-w) * var(--sp-base))) / 2);
  }
  .block-item_slider_view {
    position: relative;
    width: 100%;
  }
  .block-item_slider_cards {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .block-item_badge {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    top: calc(8 / var(--sp-w) * var(--sp-base));
    left: calc(8 / var(--sp-w) * var(--sp-base));
    width: calc(37 / var(--sp-w) * var(--sp-base));
  }
  .block-item_slider_cards .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(165 / var(--sp-w) * var(--sp-base));
  }
  .block-item_slider_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(160 / var(--sp-w) * var(--sp-base));
    border-radius: calc(10 / var(--sp-w) * var(--sp-base));
    background-color: var(--color-white);
    overflow: hidden;
  }
  .block-item_slider_pagination.swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: calc(5 / var(--sp-w) * var(--sp-base));
    margin-top: calc(6 / var(--sp-w) * var(--sp-base));
    width: 100%;
  }
  .block-item_slider_pagination .swiper-pagination-bullet {
    width: calc(5 / var(--sp-w) * var(--sp-base));
    height: calc(5 / var(--sp-w) * var(--sp-base));
  }
  .block-item_slider_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .block-item_slider_pagination .swiper-pagination-bullet {
    margin: 0 !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.35);
    opacity: 1;
    transition: background-color 0.2s;
  }
  .block-item_slider_pagination .swiper-pagination-bullet-active {
    background-color: var(--color-white);
  }
  .block-item_name {
    margin: calc(16 / var(--sp-w) * var(--sp-base)) 0 0 calc(2 / var(--sp-w) * var(--sp-base));
    font-size: calc(14.5 / var(--sp-w) * var(--sp-base));
    line-height: calc(20 / 14.5);
    font-weight: 700;
    color: var(--color-white);
    text-align: left;
  }
  .block-item_price {
    margin: calc(10 / var(--sp-w) * var(--sp-base)) 0 0;
    padding-bottom: calc(28 / var(--sp-w) * var(--sp-base));
    font-size: calc(14.5 / var(--sp-w) * var(--sp-base));
    line-height: calc(20 / 14.5);
    font-weight: 500;
    color: var(--color-white);
    text-align: left;
  }
  .block-item_btn_icon {
    flex-shrink: 0;
    display: block;
    width: calc(24 / var(--sp-w) * var(--sp-base));
    height: calc(24 / var(--sp-w) * var(--sp-base));
  }
  .block-item_more {
    margin-top: calc(61 / var(--sp-w) * var(--sp-base));
    padding: 0 var(--section-px);
  }
  .block-item_more_btn_txt {
    font-size: calc(14 / var(--sp-w) * var(--sp-base));
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--color-white);
    text-align: center;
  }
  .block-item_more_btn_icon {
    flex-shrink: 0;
    display: block;
    width: calc(34 / var(--sp-w) * var(--sp-base));
    height: calc(34 / var(--sp-w) * var(--sp-base));
  }

  /* ----------------------------------
    block-live
  ------------------------------------ */
  .block-live {
    padding: calc(63 / var(--sp-w) * var(--sp-base)) 0 calc(111 / var(--sp-w) * var(--sp-base));
    background-color: var(--color-beige);
  }
  .block-live .block_title {
    font-size: calc(40 / var(--sp-w) * var(--sp-base));
    line-height: 1.1;
    margin-bottom: calc(12 / var(--sp-w) * var(--sp-base));
  }
  .block-live_video {
    width: calc(100% - (58 / var(--sp-w) * var(--sp-base)));
    max-width: 352px;
    margin: calc(36 / var(--sp-w) * var(--sp-base)) auto 0;
  }
  .block-live_video fw-storyblock {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .block-live_video_btn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }
  .block-live_video_btn img {
    border-radius: calc(14 / var(--sp-w) * var(--sp-base));
  }
  .block-live_howto {
    margin-top: calc(36 / var(--sp-w) * var(--sp-base));
    padding: 0 var(--section-px);
  }
  .block-live_howto_title {
    margin: 0 0 calc(20 / var(--sp-w) * var(--sp-base));
    font-size: calc(22 / var(--sp-w) * var(--sp-base));
    line-height: 1.4;
    font-weight: 700;
    color: var(--color-dark);
    text-align: center;
  }
  .block-live_accordion {
    border-top: var(--border-dark);
  }
  .block-live_accordion_item {
    border-bottom: var(--border-dark);
  }
  .block-live_accordion_item:last-child {
    border-bottom: none;
  }
  .block-live_accordion_head {
    align-items: center;
    padding: calc(14 / var(--sp-w) * var(--sp-base)) 0;
    font-size: calc(16 / var(--sp-w) * var(--sp-base));
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-dark);
  }
  .block-live_accordion_label {
    flex: 1;
    font-weight: 700;
    text-align: left;
  }
  .block-live_accordion_body {
    padding: 0 0 calc(29 / var(--sp-w) * var(--sp-base));
  }
  .block-live_txt {
    margin: 0;
  }
  .block-live_txt + .block-live_txt,
  .block-live_fig + .block-live_txt {
    margin-top: calc(11 / var(--sp-w) * var(--sp-base));
  }
  .block-live_note {
    margin-top: calc(8 / var(--sp-w) * var(--sp-base));
  }
  .block-live_note_item {
    margin: 0;
    margin-top: calc(2 / var(--sp-w) * var(--sp-base));
    font-size: calc(12 / var(--sp-w) * var(--sp-base));
    line-height: calc(21 / 12);
    font-weight: 500;
    color: var(--color-green);
    text-align: left;
  }
  .block-live_link {
    margin: 0;
    margin-top: calc(9 / var(--sp-w) * var(--sp-base));
    font-size: calc(14 / var(--sp-w) * var(--sp-base));
    line-height: calc(24 / 14);
    font-weight: 500;
    color: var(--color-green);
    text-align: left;
  }
  .block-live_fig {
    margin: 0;
    margin-top: calc(13 / var(--sp-w) * var(--sp-base));
  }
  .block-live_btns li + li {
    margin-top: calc(12 / var(--sp-w) * var(--sp-base));
  }
  .block-live_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
    gap: calc(37 / var(--sp-w) * var(--sp-base));
    margin-top: calc(14 / var(--sp-w) * var(--sp-base));
  }
  .block-live_sns_link img {
    height: calc(27.5 / var(--sp-w) * var(--sp-base));
  }

  /* ----------------------------------
    block-guide
  ------------------------------------ */
  .block-guide {
    padding: calc(63 / var(--sp-w) * var(--sp-base)) 0 calc(123 / var(--sp-w) * var(--sp-base));
    background-color: var(--color-dark);
  }
  .block-guide .block_title {
    margin-bottom: calc(-2 / var(--sp-w) * var(--sp-base));
    color: var(--color-gold);
  }
  .block-guide_lead {
    margin: 0;
    font-size: calc(14 / var(--sp-w) * var(--sp-base));
    line-height: 1.5;
    font-weight: 700;
    color: var(--color-white);
    text-align: center;
  }
  .block-guide_body {
    --block-guide-padding-x: calc(19 / var(--sp-w) * var(--sp-base));
    --block-guide-padding-y-top: calc(21 / var(--sp-w) * var(--sp-base));
    --block-guide-padding-y-bottom: calc(25 / var(--sp-w) * var(--sp-base));
    margin: calc(47 / var(--sp-w) * var(--sp-base)) calc(30 / var(--sp-w) * var(--sp-base)) 0;
    padding: var(--block-guide-padding-y-top) var(--block-guide-padding-x) var(--block-guide-padding-y-bottom);
    border-radius: calc(11 / var(--sp-w) * var(--sp-base));
    background-color: var(--color-white);
    box-sizing: border-box;
    overflow: hidden;
  }
  .block-guide_section_title {
    margin: 0;
    font-size: calc(15 / var(--sp-w) * var(--sp-base));
    line-height: calc(26 / 15);
    font-weight: 700;
    color: var(--color-dark);
    text-align: left;
  }
  .block-guide_steps {
    width: calc(100% + (var(--block-guide-padding-x) * 2));
    margin-top: calc(22 / var(--sp-w) * var(--sp-base));
    margin-left: calc(var(--block-guide-padding-x) * -1);
    margin-right: calc(var(--block-guide-padding-x) * -1);
    overflow: hidden;
  }
  .block-guide_steps_cards {
    width: 100%;
    overflow: visible;
  }
  .block-guide_line {
    width: calc(100% + (var(--block-guide-padding-x) * 2));
    margin: calc(23 / var(--sp-w) * var(--sp-base)) calc(var(--block-guide-padding-x) * -1) calc(18 / var(--sp-w) * var(--sp-base));
  }
  .block-guide_steps_cards .swiper-slide,
  .block-guide_steps_item {
    width: calc(214 / var(--sp-w) * var(--sp-base));
    height: calc(214 / var(--sp-w) * var(--sp-base));
  }
  .block-guide_steps_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .block-guide_note {
    margin: 0;
    margin-top: calc(16 / var(--sp-w) * var(--sp-base));
    font-size: calc(12 / var(--sp-w) * var(--sp-base));
    line-height: calc(22 / 12);
    font-weight: 400;
    color: var(--color-dark);
    text-align: left;
  }
  .block-guide_txt {
    margin: 0;
    margin-top: calc(7 / var(--sp-w) * var(--sp-base));
  }
  .block-guide_btns li + li {
    margin-top: calc(10 / var(--sp-w) * var(--sp-base));
  }
  .block-guide_notes li + li {
    margin-top: calc(1 / var(--sp-w) * var(--sp-base));
  }

  /* ----------------------------------
    block-faq
  ------------------------------------ */
  .block-faq {
    padding: calc(53 / var(--sp-w) * var(--sp-base)) 0 calc(76 / var(--sp-w) * var(--sp-base));
    background-color: var(--color-beige);
  }
  .block-faq .block_title {
    font-size: calc(49 / var(--sp-w) * var(--sp-base));
    line-height: 1.1;
    margin-bottom: calc(10 / var(--sp-w) * var(--sp-base));
  }
  .block-faq_list {
    margin-top: calc(46 / var(--sp-w) * var(--sp-base));
    padding: 0 var(--section-px);
  }
  .block-faq_item {
    border-top: var(--border-dark);
  }
  .block-faq_item:last-child {
    border-bottom: var(--border-dark);
  }
  .block-faq_head {
    align-items: flex-start;
    padding: calc(19 / var(--sp-w) * var(--sp-base)) 0 calc(20 / var(--sp-w) * var(--sp-base));
  }
  .block-faq_q {
    display: flex;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
    gap: calc(10 / var(--sp-w) * var(--sp-base));
  }
  .block-faq_q_icon {
    width: calc(28 / var(--sp-w) * var(--sp-base));
    height: calc(28 / var(--sp-w) * var(--sp-base));
  }
  .block-faq_q_txt {
    flex: 1;
    font-size: calc(14 / var(--sp-w) * var(--sp-base));
    line-height: calc(24 / 14);
    font-weight: 700;
    color: var(--color-dark);
    text-align: left;
    margin-top: calc(2 / var(--sp-w) * var(--sp-base));
  }
  .block-faq_icon {
    margin-top: calc(6 / var(--sp-w) * var(--sp-base));
  }
  .block-faq_body {
    padding: 0 0 calc(22 / var(--sp-w) * var(--sp-base));
  }
  .block-faq_a {
    display: flex;
    align-items: flex-start;
    gap: calc(10 / var(--sp-w) * var(--sp-base));
  }
  .block-faq_a_icon {
    width: calc(12 / var(--sp-w) * var(--sp-base));
    height: calc(12 / var(--sp-w) * var(--sp-base));
    margin: 0 calc(6 / var(--sp-w) * var(--sp-base));
  }
  .block-faq_a_txt {
    flex: 1;
    margin: 0;
    margin-top: calc(-4 / var(--sp-w) * var(--sp-base));
    font-size: calc(13 / var(--sp-w) * var(--sp-base));
    line-height: calc(22.8 / 13);
    font-weight: 700;
    color: var(--color-green);
    text-align: left;
  }
  .block-faq_a_link {
    display: inline-block;
    color: var(--color-green);
    text-decoration: underline;
    font-weight: 700;
  }
  .block-faq_a_note {
    font-size: calc(12 / var(--sp-w) * var(--sp-base));
    line-height: calc(18 / 12);
    font-weight: 700;
    margin-top: calc(7 / var(--sp-w) * var(--sp-base));
    display: inline-block;
  }
  .block-faq_more {
    margin-top: calc(53 / var(--sp-w) * var(--sp-base));
    padding: 0 var(--section-px);
  }
  .block-faq_banner {
    margin-top: calc(80 / var(--sp-w) * var(--sp-base));
    padding: 0 var(--section-px);
  }
  .block-faq_banner img {
    border-radius: calc(10 / var(--sp-w) * var(--sp-base));
    overflow: hidden;
  }
}