@charset "utf-8";

/* BASE */
#lp_japanese2 {
  color: #000;
  overflow-x: hidden;
}
#lp_japanese2 * {
  box-sizing: border-box;
}
#lp_japanese2 img {
  height: auto;
  max-width: 100%;
}

/* 非表示コンテンツ */
#header,
header.narita,
header.haneda,
#globalnav_frame,
#globalnav,
#footer,
.wrapper_ + footer {
  display: none;
}

/* 変数 */
:root {
  --theme1-color: #9E44B0;
  --theme2-color: #209383;
  --ff-mulish: "Mulish", sans-serif;
}

/* 共通モジュール */
.sec-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
.sec-inner > *:last-child {
  margin-bottom: 0;
}
.sec-title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .008em;
  line-height: 1;
  padding-bottom: 45px;
  text-align: center;
  position: relative;
  margin-bottom: 37px;
}
.sec-title::after {
  content: '';
  background: linear-gradient(90deg, var(--theme1-color) 0%, var(--theme1-color) 50%, var(--theme2-color) 50%, var(--theme2-color) 100%);
  height: 4px;
  width: 96px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
.sec-lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .024em;
  line-height: 1.778;
  text-align: center;
  margin-bottom: 45px;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

/* ヘッダ */
.jp-header {
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-block: 24px;
}

/* ファーストビュー */
.firstview {
  background-color: #F2F6F8;
  padding-block: 48px 56px;
}
.firstview-inner {
  display: grid;
  grid-template-columns: 60.625% 1fr;
  gap: 3.8%;
  margin-inline: auto;
  max-width: 1920px;
  width: 100%;
}
.firstview-head {
  padding-right: 5.67%;
  position: relative;
}
.firstview-head::after {
  content: '';
  background: linear-gradient(90deg, rgba(242, 246, 248, 0) 0%, #f2f6f8 15.48%, #f2f6f8 83.36%, rgba(241, 245, 247, 0) 100%);
  box-shadow: -20px 0 24px rgba(213, 223, 227, .9);
  height: 100%;
  width: 11px;
  position: absolute;
  top: 0;
  right: 0;
}
.firstview-body {
  padding-top: 70px;
}
.firstview-h1 {
  color: #000;
  font-family: serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: .048em;
  line-height: 1.48;
  margin-bottom: 14px;
}
.firstview-h1-grad {
  background: linear-gradient(90deg, #c57de9 0%, #3d9cc2 50.96%, #3dc8c2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: .048em;
}
.firstview-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .024em;
  line-height: 2;
  margin-bottom: 33px;
}
.step1 {
  max-width: 566px;
  width: 100%;
}
.step1-title {
  background-color: #7896A5;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.5;
  text-align: center;
  padding: 10px 10px 13px;
  margin-bottom: 12px;
}
.step1-list {
  border-color: #4E595F;
  border-style: solid;
  border-width: 0 1px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}
.step1-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
}
.step1-item + .step1-item {
  position: relative;
}
.step1-item + .step1-item::before {
  content: '';
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/step1-bg.png');
  background-size: 100%;
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  left: -18px;
}
.step1-num {
  font-family: var(--ff-mulish);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 11px;
}
.step1-list .step1-item:nth-child(1) .step1-num {
  color: #C57DE9;
}
.step1-list .step1-item:nth-child(2) .step1-num {
  color: #3D9CC2;
}
.step1-list .step1-item:nth-child(3) .step1-num {
  color: #3DC8C2;
}
.step1-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.step1-item-title-main {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1;
}
.step1-item-title-sub {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .024em;
  line-height: 1.5;
}

/* 商品を探す */
.sec-search {
  background: linear-gradient(135deg, rgba(197,125,233,.34) 0%, rgba(61,156,194,.34) 50.96%, rgba(61,200,194,.34) 100%);
  padding-block: 58px 56px;
}
.sec-search-title {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 27px;
}
.sec-search-title-inner {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1.333;
  padding-left: 10px;
  position: relative;
}
.sec-search-title-inner::before {
  content: '';
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/search-title-icon.png');
  background-size: 100%;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 3px;
  left: -28px;
}
.search-btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.search-btn-list > * {
  width: 344px;
}
.search-btn-list.-wide > * {
  width: calc((100% - 16px) / 2);
}
.search-btn {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 8px;
  padding: 22px 10px 26px 58px;
  text-decoration: none!important;
  transition: opacity .3s;
}
.search-btn:hover {
  opacity: .5;
}
.search-btn.-theme1 {
  background: linear-gradient(rgba(204,101,225,1) 0%, rgba(135,53,151,1) 100%);
}
.search-btn.-theme2 {
  background: linear-gradient(rgba(57,181,164,1) 0%, rgba(7,113,98,1) 100%);
}
.search-btn-main {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1.333;
  position: relative;
}
.search-btn-main::before {
  content: '';
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/search-btn-icon.png');
  background-size: 100%;
  height: 30px;
  width: 32px;
  position: absolute;
  top: calc(50% - 14px);
  left: -44px;
}
.search-btn-sub {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1.778;
}

/* オンライン予約 */
.sec-online {
  background-color: #F2F6F8;
  padding-block: 129px 80px;
}
.sec-online .sec-inner {
  max-width: 1588px;
}
.sec-online .swiper {
  position: static;
}
.sec-online .swiper-wrapper {
  position: static;
}
.sec-online .swiper-button-prev,
.sec-online .swiper-button-next {
  position: absolute;
  top: 170px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 85px;
  height: 85px;
}
.sec-online .swiper-button-prev {
  left: -85px;
  background: url(../../common/arrow_prev.png);
}
.sec-online .swiper-button-next {
  right: -85px;
  background: url(../../common/arrow_next.png);
}
.sec-online .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px 0 0;
}
.sec-online .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 20px 0 0;
  width: auto;
}
.sec-online .swiper-pagination-bullet {
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 !important;
  background: #D1D1D1;
  opacity: 1;
}
.sec-online .swiper-pagination-bullet-active {
  background: #BA80E6;
}
.sec-online .slider-controls button {
  border: 0;
  background: none;
  -webkit-appearance: none;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.sec-online .slider-controls #slider-pause {
  border: none;
  width: 15px;
  height: 17px;
  border-left: 4px solid #D1D1D1;
  border-right: 4px solid #D1D1D1;
}
.sec-online .slider-controls #slider-play {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #D1D1D1;
}
.point-list {
  position: relative;
  height: 100%;
}
.point {
  width: 496px;
  height: auto;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: inset 4px 4px 24px rgba(220, 230, 234, .88);
  padding: 22px 32px 28px;
  margin: 0 50px 0 0;
}
.point:not(.-special) .point-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.point:not(.-special) .point-head,
.point:not(.-special) .point-body {
  display: contents;
}
.point:not(.-special) .point-img {
  order: 2;
  margin-bottom: 16px;
  width: 417px;
}
.point-num {
  background: linear-gradient(90deg, #c57de9 0%, #3d9cc2 51.23%, #3dc8c2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 30px;
  font-family: var(--ff-mulish);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
}
.point:not(.-special) .point-num {
  order: 1;
  margin-bottom: 7px;
}
.point-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.455;
  margin-bottom: 9px;
}
.point:not(.-special) .point-txt-wrap {
  order: 3;
}
.point-title em {
  color: #DC040F;
  font-weight: bold;
  font-style: normal;
}
.point-txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .024em;
  line-height: 1.867;
}
.point-caution {
  color: #838383;
  font-size: 11px;
  margin: 5px 0 0;
}
.point.-special {
  background: linear-gradient(90deg, #c57de9 0%, #3d9cc2 48.28%, #3dc8c2 100%);
  border-radius: 32px;
  box-shadow: none;
  grid-column: 1 / 4;
  padding: 8px;
}
.point.-special .point-inner {
  background-color: #fff;
  border-radius: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: 488px 1fr;
  gap: 39px;
  padding: 45px 30px 39px 52px;
}
.point.-special .point-num {
  font-size: 40px;
  line-height: 1;
  text-align: left;
  margin-bottom: 15px;
  margin-left: 0;
}
.discount-txt-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 5px;
}
.discount-txt1 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.75;
}
.discount-img {
  position: relative;
  top: 4px;
}
.discount-txt2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .064em;
  line-height: 1.667;
  margin-bottom: 1px;
}
.discount-txt3 {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .024em;
  line-height: 2;
}

/* 取り扱いブランド */
.sec-brand {
  background-color: #F2F6F8;
  padding-block: 80px 161px;
}
.brand-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  max-width: 1192px;
  margin-inline: auto;
  margin-bottom: 80px;
  width: 100%;
}
.brand-logo {
  display: block;
  margin-bottom: 17px;
}
.brand-logo picture {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 280/172;
  overflow: hidden;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(201, 218, 224, .5);
}
.brand-logo img {
  max-width: 100%;
  max-height: 100%;
}
.brand-txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1.333;
  text-align: center;
}
.txt-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 48px;
}
a.txt-link {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1.556;
  text-decoration: underline;
  text-decoration-color: #5F5F5F;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  position: relative;
  padding-left: 31px;
}
a.txt-link::before {
  content: '';
  background-size: 100%;
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  translate: 0 -50%;
}
a.txt-link.-theme1::before {
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/txt-link-icon-theme1.png');
}
a.txt-link.-theme2::before {
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/txt-link-icon-theme2.png');
}
a.txt-link:hover {
  color: inherit;
  text-decoration: none;
}

/* ご利用ガイド */
.sec-guide {
  background-color: #F2F6F8;
  padding-block: 129px 193px;
}
.sec-guide .sec-inner {
  max-width: 960px;
}
.step3 {
  padding-bottom: 103px;
  position: relative;
  margin-bottom: 40px;
}
.step3::after {
  content: '';
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/step3-bg.png');
  background-size: 100%;
  height: 39px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.step3-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 784px;
  margin-inline: auto;
  gap: 56px;
}
.step3-item {
  text-align: center;
}
.step3-item-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1;
  margin-bottom: 19px;
}
.step3-item-icon {
  margin-bottom: 10px;
}
.step3-item-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .024em;
  line-height: 1.5;
}
.guide-title {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 33px;
}
.guide-title-inner {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1.333;
  padding-left: 10px;
  position: relative;
}
.guide-title-inner::before {
  content: '';
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/guide-title-icon.png');
  background-size: 100%;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 3px;
  left: -28px;
}
.guide-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.guide-item {
  border-radius: 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 56px;
  box-shadow: inset 4px 4px 24px rgba(220, 230, 234, .88);
  display: flex;
  flex-direction: column;
  padding: 47px 48px 40px;
  position: relative;
}
.guide-item.-theme1 {
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/guide-item-bg-theme1.png');
}
.guide-item.-theme2 {
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/guide-item-bg-theme2.png');
}
.guide-item > *:last-child {
  margin-top: auto;
}
.guide-item-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 23px;
}
.guide-item-title::after {
  background-color: #333;
  content: '';
  height: 4px;
  width: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.guide-item-title.-theme1::after {
  background-color: var(--theme1-color);
}
.guide-item-title.-theme2::after {
  background-color: var(--theme2-color);
}
.guide-item-title-main {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1;
}
.guide-item-title-sub {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1;
}
.bullet-list {
  padding-left: 20px;
  margin-bottom: 40px;
}
.bullet-list > li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.bullet-list > li::before {
  content: '';
  background-color: #94A7B1;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 9px;
  left: -20px;
}
.bullet-list > li + li {
  margin-top: 23px;
}
.bullet-list-main {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1.2;
}
.bullet-list-sub {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .024em;
  line-height: 1.5;
}

/* 便利でお得な～ */
.sec-welcome {
  background-image: url('/img/usr/freepage/lp_japanese_2/pc/sec-welcome-bg.jpg');
  background-size: cover;
  padding-block: 152px 155px;
}
.sec-welcome-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .024em;
  line-height: 1.6;
  text-shadow: 0px 0px 20px rgba(26, 26, 26, 0.64);
  text-align: center;
  margin-bottom: 45px;
}

/* フッタ */
.jp-footer {
  background-color: #365869;
  border-color: #707070;
  border-style: solid;
  border-width: 1px 0;
  display: flex;
  justify-content: center;
  padding-block: 25px;
}
.jp-footer-copy {
  color: #fff;
  font-family: var(--ff-mulish);
  font-size: 16px;
  letter-spacing: .048em;
  line-height: 1.25;
}
  /* マンガ誘導バナー */
  .sec-manga {
    background-color: #F2F6F8;
    padding-block: 50px 0px;
    text-align: center;
}


@media screen and (max-width: 767px) {
  /* 共通モジュール */
  .sec-inner {
    max-width: none;
  }
  .sec-title {
    font-size: 24px;
    line-height: 1.333;
    padding-bottom: 19px;
    margin-bottom: 24px;
  }
  .sec-title::after {
    height: 2px;
    width: 48px;
  }
  .sec-lead {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 28px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }

  /* ヘッダ */
  .jp-header {
    padding-block: 13px;
  }

  /* ファーストビュー */
  .firstview {
    padding-block: 16px 56px;
    padding-inline: 20px;
  }
  .firstview-inner {
    display: block;
    max-width: auto;
  }
  .firstview-head {
    padding-right: unset;
  }
  .firstview-head::after {
    content: none;
  }
  .firstview-body {
    padding-top: 17px;
  }
  .firstview-h1 {
    font-size: 24px;
    letter-spacing: .12em;
    line-height: 1.4;
    margin-bottom: 18px;
    text-align: center;
  }
  .firstview-h1-grad {
    font-size: 36px;
    letter-spacing: 0em;
    padding-right: 6px;
  }
  .firstview-txt {
    font-size: 14px;
    letter-spacing: .024em;
    line-height: 1.714;
    margin-bottom: 15px;
  }
  .step1 {
    max-width: none;
  }
  .step1-title {
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.429;
    padding: 13px 10px 15px;
    margin-bottom: 8px;
  }
  .step1-list {
    border-color: #8799A3;
    gap: 10px;
  }
  .step1-item {
    padding-block: 12px 8px;
  }
  .step1-item + .step1-item::before {
    background-image: url('/img/usr/freepage/lp_japanese_2/sp/step1-bg.png');
    background-size: 100% 100%;
    left: -14px;
  }
  .step1-num {
    font-family: var(--ff-mulish);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 6px;
  }
  .step1-item-title {
    gap: 2px;
    margin-bottom: 9px;
  }
  .step1-item-title-main {
    font-size: 22px;
  }
  .step1-item-title-sub {
    font-size: 14px;
    line-height: 1.714;
  }

  /* 商品を探す */
  .sec-search {
    padding-block: 37px 40px;
    padding-inline: 20px;
  }
  .sec-search-title {
    margin-bottom: 21px;
  }
  .sec-search-title-inner {
    font-size: 18px;
    line-height: 1.778;
    padding-left: 26px;
  }
  .sec-search-title-inner::before {
    background-image: url('/img/usr/freepage/lp_japanese_2/sp/search-title-icon.png');
    height: 18px;
    width: 18px;
    top: 8px;
    left: 0;
  }
  .search-btn-list {
    flex-direction: column;
    gap: 20px;
  }
  .search-btn-list > *,
  .search-btn-list.-wide > * {
    width: auto;
  }
  .search-btn {
    gap: 0 7px;
    padding: 16px 10px 16px 49px;
  }
  .search-btn-main {
    font-size: 20px;
    line-height: 1.6;
  }
  .search-btn-main::before {
    background-image: url('/img/usr/freepage/lp_japanese_2/sp/search-btn-icon.png');
    height: 24px;
    width: 26px;
    top: calc(50% - 12px);
    left: -38px;
  }
  .search-btn-sub {
    font-size: 16px;
    line-height: 2;
  }

  /* オンライン予約 */
  .sec-online {
    padding-block: 74px 34px;
    padding-inline: 20px;
  }
  .sec-online .swiper {
    overflow: visible;
  }
  .sec-online .pagination {
    margin: 15px 0 0;
  }
  .sec-online .swiper-pagination {
    gap: 7px;
    margin: 0 14px 0 0;
  }
  .sec-online .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .sec-online .slider-controls {
    margin: 1px 0 0;
  }
  .sec-online .slider-controls #slider-pause {
    width: 12px;
    height: 15px;
  }
  .sec-online .slider-controls #slider-play {
    border-width: 7px 0 7px 12px;
  }
  .sec-online .swiper-button-prev,
  .sec-online .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  .sec-online .swiper-button-prev {
    left: -5px;
    background: url(../../sb/common/arrow_prev.png) no-repeat center / 100%;
  }
  .sec-online .swiper-button-next {
    right: -5px;
    background: url(../../sb/common/arrow_next.png) no-repeat center / 100%;
  }
  .point-list {
    display: block;
  }
  .point {
    width: 100%;
    border-radius: 16px;
    box-shadow: inset 4px 4px 8px rgba(220, 230, 234, .88);
    padding: 15px 24px 22px;
  }
  .point:not(.-special) .point-img {
    width: 100%;
    margin-bottom: 12px;
  }
  .point-num {
    font-size: 25px;
  }
  .point-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .point:not(.-special) .point-txt-wrap {
    order: 3;
  }
  .point-txt {
    font-size: 12px;
    line-height:  1.667;
  }
  .point.-special {
    border-radius: 20px;
    padding: 8px;
  }
  .point.-special .point-inner {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 21px 16px 27px;
  }
  .point.-special .point-head,
  .point.-special .point-body {
    display: contents;
  }
  .point.-special .point-img {
    order: 2;
    margin-bottom: 12px;
  }
  .point.-special .point-num {
    order: 1;
    font-size: 25px;
    text-align: left;
    margin-bottom: 14px;
    margin-inline: auto;
  }
  .point.-special .point-txt-wrap {
    order: 3;
  }
  .discount-txt-wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
  }
  .discount-txt1 {
    font-size: 16px;
    line-height: 1.47;
  }
  .discount-img {
    top: 2px;
    flex: 1;
  }
  .discount-txt2 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .discount-txt3 {
    font-size: 10px;
    line-height: 1.6;
  }

  /* 取り扱いブランド */
  .sec-brand {
    padding-block: 40px 72px;
    padding-inline: 20px;
  }
  .brand-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 15px;
    max-width: none;
    margin-bottom: 54px;
  }
  a.brand {
    text-decoration: none!important;
  }
  .brand-logo {
    box-shadow: 0 0 24px rgba(201, 218, 224, .5);
    margin-bottom: 9px;
  }
  .brand-txt {
    font-size: 12px;
  }
  .txt-link-list {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  a.txt-link {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 27px;
  }
  a.txt-link::before {
    height: 20px;
    width: 20px;
    top: calc(50% + 2px);
  }
  a.txt-link.-theme1::before {
    background-image: url('/img/usr/freepage/lp_japanese_2/pc/txt-link-icon-theme1.png');
  }
  a.txt-link.-theme2::before {
    background-image: url('/img/usr/freepage/lp_japanese_2/pc/txt-link-icon-theme2.png');
  }
  a.txt-link:hover {
    color: inherit;
    text-decoration: none;
  }

  /* ご利用ガイド */
  .sec-guide {
    padding-block: 74px 80px;
    padding-inline: 20px;
  }
  .sec-guide .sec-inner {
    max-width: none;
  }
  .step3 {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 11px;
    padding-bottom: 38px;
    margin-bottom: 28px;
  }
  .step3::after {
    background-image: url('/img/usr/freepage/lp_japanese_2/sp/step3-bg.png');
    background-size: 100% 14px;
    background-repeat: no-repeat;
    height: 14px;
  }
  .step3-list {
    display: block;
    max-width: none;
    padding-top: 25px;
    width: 100%;
  }
  .step3-item {
    text-align: left;
  }
  .step3-item + .step3-item {
    margin-top: 25px;
  }
  .step3-item-head {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
  }
  .step3-item-title {
    font-size: 24px;
    margin-bottom: unset;
  }
  .step3-item-icon {
    flex-shrink: 0;
    margin-bottom: unset;
  }
  .step3-item-txt {
    font-size: 12px;
    line-height: 1.667;
  }
  .guide-title {
    margin-bottom: 13px;
  }
  .guide-title-inner {
    font-size: 18px;
    line-height: 1.778;
    padding-left: 26px;
  }
  .guide-title-inner::before {
    background-image: url('/img/usr/freepage/lp_japanese_2/sp/guide-title-icon.png');
    height: 18px;
    width: 18px;
    top: 8px;
    left: 0;
  }
  .guide-list {
    display: block;
    padding-inline: 17px;
  }
  .guide-item {
    background-position: calc(100% - 3px) 11px;
    background-size: 166px 178px;
    border-radius: 12px;
    box-shadow: inset 4px 4px 8px rgba(220, 230, 234, .88);
    padding: 25px 24px 20px;
  }
  .guide-item + .guide-item {
    margin-top: 16px;
  }
  .guide-item.-theme1 {
    background-image: url('/img/usr/freepage/lp_japanese_2/sp/guide-item-bg-theme1.png');
  }
  .guide-item.-theme2 {
    background-image: url('/img/usr/freepage/lp_japanese_2/sp/guide-item-bg-theme2.png');
  }
  .guide-item-title {
    gap: 10px;
    padding-bottom: 18px;
    margin-bottom: 12px;
  }
  .guide-item-title::after {
    height: 2px;
    width: 32px;
  }
  .guide-item-title.-theme1::after {
    background-color: var(--theme1-color);
  }
  .guide-item-title.-theme2::after {
    background-color: var(--theme2-color);
  }
  .guide-item-title-main {
    font-size: 20px;
  }
  .guide-item-title-sub {
    font-size: 16px;
  }
  .guide-item .search-btn {
    gap: 0 4px;
    padding: 11px 10px 11px 40px;
  }
  .guide-item .search-btn-main {
    font-size: 16px;
  }
  .guide-item .search-btn-main::before {
    height: 18px;
    width: 20px;
    top: calc(50% - 10px);
    left: -28px;
  }
  .guide-item .search-btn-sub {
    font-size: 12px;
  }
  .bullet-list {
    padding-left: 8px;
    margin-bottom: 16px;
  }
  .bullet-list > li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
  }
  .bullet-list > li::before {
    height: 4px;
    width: 4px;
    top: 11px;
    left: -8px;
  }
  .bullet-list > li + li {
    margin-top: 16px;
  }
  .bullet-list-main {
    font-size: 16px;
    line-height: 1.5;
  }
  .bullet-list-sub {
    font-size: 11px;
    line-height: 1.455;
  }

  /* 便利でお得な～ */
  .sec-welcome {
    background-image: url('/img/usr/freepage/lp_japanese_2/sp/sec-welcome-bg.jpg');
    padding-block: 45px 59px;
    padding-inline: 20px;
  }
  .sec-welcome-title {
    font-size: 22px;
    letter-spacing: .048em;
    line-height: 1.818;
    margin-bottom: 27px;
  }

  /* フッタ */
  .jp-footer {
    padding-block: 15px 13px;
  }
  .jp-footer-copy {
    font-size: 10px;
    line-height: 1;
  }
    /* マンガ誘導バナー */
  .sec-manga {
    padding-block: 30px 0px;
  }

}