/* ==============================================
   Gift Page - Mobile-First CSS
   Breakpoint: 768px
   ============================================== */
   body{
    color: #000 !important;
    font-family: Noto Sans JP, sans-serif !important;
   }
   img {
    height: auto;
}
h3 {
  margin-top: 0;
}
/* ---------------------------------------------
   Utility Classes
   --------------------------------------------- */
.u-sp-only {
  display: block;
}

/* ---------------------------------------------
   Layout
   --------------------------------------------- */
.l-section {
  padding: 0 15px;
}
.l-free-main{
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 0;
  }
}

/* ---------------------------------------------
   Button Component
   --------------------------------------------- */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-button--black {
  background: #BE1313;
  color: #fff;
  border: none;
}

.c-button--black:hover {
  background: #555;
}


/* ---------------------------------------------
   Hero Section
   --------------------------------------------- */
.s-hero {
  margin-bottom: 46px;
  padding-top: 100px;
  text-align: center;
}

/* ---------------------------------------------
   Tab System
   --------------------------------------------- */
.s-tab {
  margin: auto;
  padding: 0 15px;
}

.c-multitab__wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  flex-direction: column;
  align-items: center;
}

.c-multitab__wrap .c-multitab {
  flex: 1;
  width: 100%;
}

.c-multitab__wrap .c-multitab a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 20px;
  background: #b5202e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease, transform 0.2s ease;
  min-height: 85px;
}

.c-multitab__wrap .c-multitab a:hover {
  background: #9a1a26;
  transform: translateY(-2px);
}

.c-multitab__wrap .c-multitab a span {
  color: #fff;
}

.c-multitab__icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

/* ---------------------------------------------
   Heading Group
   --------------------------------------------- */
.s-hgroup {
  text-align: center;
  font-size: 28px;
}

.s-hgroup__lead {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}

/* ---------------------------------------------
   Gift Section
   --------------------------------------------- */
.s-gift {
  margin: 0 auto;
  padding: 40px 15px 50px;
  text-align: center;
  position: relative;
  overflow: visible;
}

.s-gift::before,
.s-gift::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 400px;
  background-image: url('images/gift-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  display: none;
}

.s-gift::before {
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  transform: rotate(190deg);
}

.s-gift::after {
  top: 50%;
  right: 30px;
  transform: translateY(-50%) scaleX(-1);
}

.s-gift-bg {
  display: none;
}

.s-gift-img {
  width: 100%;
  margin: auto;
}

.s-gift-body {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.s-gift-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #5B3D13;
}

.s-gift-title__img {
  position: relative;
  z-index: 10;
  width: 272px;
}

.s-gift-title__text {
  display: block;
  position: relative;
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: bold;
}

.s-gift-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}

.s-gift-text:last-child {
  margin-bottom: 20px;
}

/* ---------------------------------------------
   Point Section
   --------------------------------------------- */
.s-point {
  padding: 58px 0 50px;
  background: #F5F5F5;
  text-align: center;
}

.s-point-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 44px auto 32px;
  padding: 0 4.61538%;
}

.s-point-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
}

.s-point-list__label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
  font-family: Noto Sans JP, sans-serif;
}

.s-point-list__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}

.s-point-list__img {
  max-width: 100%;
  max-height: 100%;
}

.s-point-list__text {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

/* ---------------------------------------------
   Example Section
   --------------------------------------------- */
.s-example {
  padding: 58px 0 60px;
}

.s-example-title {
  margin-bottom: 60px;
}

.s-example-card {
  margin: 0 auto 18px;
  position: relative;
}

.s-example-card::after {
  content: "";
  display: block;
  clear: both;
}

.s-example-card__img {
  position: relative;
}

.s-example-card__img--right {
  padding-left: 7.69231%;
  text-align: right;
}

.s-example-card__img--left {
  padding-right: 7.69231%;
  text-align: left;
}

.s-example-card__box {
  position: relative;
  top: -31px;
  z-index: 2;
  width: 80%;
  padding: 21px 19px 19px;
  border: 2px solid #6E1111;
  background: rgba(255, 255, 255, 0.9);
}

.s-example-card__box::before {
  display: none;
}

.s-example-card__box--right {
  float: right;
  margin-right: 4.61538%;
}

.s-example-card__box--right::before,
.s-example-card__box--left::before {
  left: 4.61538%;
}

.s-example-card__box--left {
  margin-left: 4.61538%;
}

.s-example-card__label {
  display: inline-block;
  font-family: 'Koulen', sans-serif;
  color: #b5202e;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
}

.s-example-card__hgroupText {
  display: inline-block;
  margin-bottom: 14px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #b5202e;
}

.s-example-card__text {
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.s-example-card__textBold {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

.s-example-card .c-button {
  width: 100%;
}

/* ---------------------------------------------
   Purchase Section
   --------------------------------------------- */
.s-purchase {
  padding: 58px 0 60px;
  background: rgba(220, 189, 159, 0.1);
}

.s-purchase__title {
  margin-bottom: 36px;
}

/* ---------------------------------------------
   Step Section
   --------------------------------------------- */
.s-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  padding: 0 15px;
}

.s-step__list {
  position: relative;
  min-width: 200px;
  text-align: center;
  max-width: 100%;
}
.s-step__list::marker{
  content: none;
}
.s-step__label {
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 10px;
  color: #6E1111;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  font-family: 'Noto Sans JP', sans-serif;
}

.s-step__img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 12px;
}

.s-step__text {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.s-step__note {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.7;
  color: #666;
}

/* ---------------------------------------------
   How-To Section
   --------------------------------------------- */
.s-howto {
  padding: 32px 0 60px;
  background: #F5F5F5;
}

.s-howto__title {
  margin-bottom: 35px;
}

/* ---------------------------------------------
   Check Section (used with s-howto)
   --------------------------------------------- 
.s-check {
  padding: 58px 0 64px;
  background: rgba(220, 189, 159, 0.1);
}*/

/* ---------------------------------------------
   FAQ Section
   --------------------------------------------- */
.s-faq {
  padding: 48px 0 90px;
}

.s-faq__title {
  margin-bottom: 32px;
}

.s-faq__item {
  margin: 0 4.61538% 15px;
  text-align: left;
  border: 1px solid #565656;
  overflow: hidden;
}

.s-faq__item.is-open .s-faq__answer {
  display: block;
}

.s-faq__item.is-open .s-faq__question::after {
  transform: translateY(-50%) rotate(-45deg);
}

.s-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 50px 0 0;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}

.s-faq__question::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #BE1313;
  border-right: 3px solid #BE1313;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease;
}

.s-faq__questionIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  width: 58px;
  height: 58px;
  margin-right: 12px;
  background: #b5202e;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-family: 'Aclonica', sans-serif;
}

.s-faq__questionIcon::before {
  content: "Q";
}

.s-faq__questionText {
  flex: 1;
}

.s-faq__answer {
  display: none;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}

.s-faq__answerInner {
  display: flex;
  align-items: flex-start;
}

.s-faq__answerIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  width: 58px;
  height: 58px;
  color: #b5202e;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-family: 'Aclonica', sans-serif;
}

.s-faq__answerIcon::before {
  content: "A";
}

.s-faq__answerText {
  flex: 1;
  font-size: 13px;
  line-height: 1.7;
  padding: 0 15px;
}


/* ==============================================
   Desktop Styles (min-width: 768px)
   ============================================== */

@media screen and (min-width: 768px) {

  /* Hero */
  .s-hero {
    margin-bottom: 94px;
  }

  /* Tab System */
  .s-tab {
    max-width: 1200px;
    padding: 0;
  }

  .c-multitab__wrap {
    gap: 30px;
    max-width: 700px;
    margin-bottom: 60px;
    flex-direction: row;
      
  }

  .c-multitab__wrap .c-multitab {
    max-width: 320px;
  }

  .c-multitab__wrap .c-multitab a {
    padding: 20px;
    font-size: 18px;
    gap: 15px;
  }

  .c-multitab__icon {
    width: 32px;
    height: 32px;
  }
  .c-multitab__icon.card {
    width: 50px;
    height: 40px;
  }

  /* Heading */
  .s-hgroup {
    font-size: 36px;
  }

  .s-hgroup__lead {
    margin-top: 15px;
    font-size: 18px;
  }

  /* Gift Section */
  .s-gift {
    max-width: 1200px;
    padding: 40px 40px 80px;
  }

  .s-gift::before,
  .s-gift::after {
    display: block;
    width: 220px;
    height: 500px;
  }

  .s-gift::before {
    left: -30px;
    top: 0;
    margin-top: -160px;
  }

  .s-gift::after {
    right: -60px;
    top: 60%;
  }

  .s-gift-title {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .s-gift-title__text {
    margin: 20px 0 0;
    font-size: 20px;
  }

  .s-gift-text,
  .s-gift-text:last-child {
    margin-bottom: 30px;
    font-size: 16px;
  }

  /* Point Section */
  .s-point {
    padding: 100px 0 90px;
  }

  .s-point-list {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    margin: 75px auto 93px;
    padding: 0;
  }

  .s-point-list__item {
    flex: 1;
    max-width: 400px;
    padding: 40px 30px;
  }

  .s-point-list__label {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .s-point-list__icon-wrap {
    margin-bottom: 25px;
  }

  .s-point-list__text {
    line-height: 2;
  }

  /* Example Section */
  .s-example {
    padding: 100px 0 120px;
  }

  .s-example-title {
    margin-bottom: 58px;
  }

  .s-example-card {
    width: 1200px;
    margin: 0 auto 60px;
    max-width: 100%;
  }

  .s-example-card__img--right {
    padding-left: 0;
    margin-right: 60px;
  }

  .s-example-card__img--left {
    padding-right: 0;
    margin-left: 60px;
  }

  .s-example-card__box {
    top: auto;
    width: 450px;
    min-height: 400px;
    margin-top: -314px;
    padding: 34px 32px 34px 38px;
    border-width: 4px;
  }

  .s-example-card__box--right {
    margin-right: 0;
  }

  .s-example-card__box--left {
    margin-left: 0;
  }

  .s-example-card__label {
    font-size: 20px;
    padding: 8px 0;
  }

  .s-example-card__hgroupText {
    margin-bottom: 17px;
    font-size: 28px;
  }

  .s-example-card__text {
    margin-bottom: 31px;
    font-size: 14px;
    line-height: 2;
  }

  .s-example-card__textBold {
    margin-bottom: 11px;
    font-size: 14px;
  }

  /* Purchase Section */
  .s-purchase {
    padding: 100px 0 90px;
  }

  .s-purchase__title {
    margin-bottom: 80px;
  }

  /* Step Section */
  .s-step {
    flex-wrap: nowrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0;
  }

  .s-step__list {
    min-width: auto;
    max-width: 260px;
  }

  .s-step__label {
    font-size: 16px;
    padding: 6px 16px;
  }

  .s-step__img {
    margin-bottom: 18px;
  }

  .s-step__text {
    font-size: 14px;
  }

  .s-step__note {
    font-size: 12px;
    margin-top: 10px;
  }

  /* How-To Section */
  .s-howto {
    padding: 100px 0 120px;
  }

  .s-howto__title {
    margin-bottom: 80px;
  }

  /* Check Section 
  .s-check {
    padding: 100px 0 120px;
  }*/

  /* FAQ Section */
  .s-faq {
    padding: 100px 0 90px;
  }

  .s-faq__title {
    margin-bottom: 64px;
  }

  .s-faq__item {
    max-width: 900px;
    margin: 0 auto 15px;
  }

  .s-faq__question {
    font-size: 16px;
  }

  .s-faq__question::after {
    right: 25px;
  }

  .s-faq__questionIcon {
    min-width: 70px;
    width: 72px;
    height: 72px;
    margin-right: 15px;
    font-size: 30px;
  }

  .s-faq__answerInner {
    padding: 15px 20px;
  }

  .s-faq__answerIcon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 30px;
  }

  .s-faq__answerText {
    font-size: 15px;
  }
}
