@charset "UTF-8";
/*--------------------------------------------------------------
# 変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ミックスイン
--------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/store_tob/NotoSansJP-400.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/store_tob/NotoSansJP-500.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/store_tob/NotoSansJP-600.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/store_tob/NotoSansJP-700.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/store_tob/NotoSansJP-800.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/store_tob/NotoSansJP-900.woff2) format("woff2");
}

/* line 11, app/assets/stylesheets/store_tob.scss */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
  max-width: 100%;
}

/* line 21, app/assets/stylesheets/store_tob/_index.scss */
.store-lp {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
  line-height: 1.6;
  overflow-x: clip;
}

/* line 27, app/assets/stylesheets/store_tob/_index.scss */
.store-lp *,
.store-lp *::before,
.store-lp *::after {
  box-sizing: border-box;
}

/* line 33, app/assets/stylesheets/store_tob/_index.scss */
.store-lp img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 39, app/assets/stylesheets/store_tob/_index.scss */
.store-lp a {
  text-decoration: none;
  color: inherit;
}

/* line 47, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0;
  z-index: 1000;
}

/* line 55, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-header__inner {
  max-width: 1340px;
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

/* line 73, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

/* line 78, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-header__logo img {
  width: 116px;
  height: auto;
}

/* line 84, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-header__cta {
  display: flex;
  gap: 12px;
}

@media screen and (max-width: 897px) {
  /* line 47, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .l-header {
    padding: 12px 12px 0;
  }
  /* line 92, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .l-header__inner {
    height: 54px;
    padding: 0 16px;
    border-radius: 10px;
  }
  /* line 99, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .l-header__logo img {
    width: 92px;
    height: auto;
  }
}

/* line 107, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 40px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn span {
  position: relative;
  z-index: 2;
}

/* line 125, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  z-index: 1;
}

/* line 134, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn:hover::before {
  transform: scaleY(0.92);
  border-color: transparent;
}

/* line 139, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn:active::before {
  transform: scaleY(0.88);
}

/* line 143, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn--dl {
  color: #fff;
}

/* line 146, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn--dl::before {
  background: #f07200;
  border: 2px solid #f07200;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}

/* line 152, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn--dl:hover::before {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 157, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn--contact {
  color: #3f3277;
}

/* line 160, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn--contact::before {
  background: #fff;
  border: 2px solid #3f3277;
  box-shadow: 0 3px 0 rgba(63, 50, 119, 0.15);
}

/* line 166, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .l-btn--contact:hover::before {
  box-shadow: 0 1px 0 rgba(63, 50, 119, 0.1);
}

@media screen and (max-width: 897px) {
  /* line 173, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .l-btn--dl {
    display: none;
  }
  /* line 177, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .l-btn--contact {
    width: auto;
    height: 30px;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 14px;
  }
  /* line 184, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .l-btn--contact::before {
    border-radius: 3px;
  }
}

/* line 194, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv {
  position: relative;
  overflow: hidden;
  background: #f2f2f3;
}

/* line 199, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* line 206, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__bg-canvas {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1544px;
  height: 766px;
  transform: translateX(-720px);
}

/* line 215, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__visual {
  position: absolute;
  display: block;
  max-width: none;
}

/* line 220, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__visual--pc {
  left: 782px;
  top: 0;
  width: 762px;
  height: 766px;
}

/* line 227, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__visual--sp {
  display: none;
}

/* line 232, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__inner {
  position: relative;
  z-index: 1;
  left: 50%;
  width: 1440px;
  max-width: none;
  height: 766px;
  min-height: 766px;
  margin: 0;
  padding: 0;
  transform: translateX(-720px);
}

/* line 245, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__col {
  position: relative;
  max-width: none;
}

/* line 250, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__body {
  position: absolute;
  left: 92px;
  top: 170px;
  width: 745px;
}

/* line 258, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
}

/* line 268, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-sub {
  display: flex;
  align-items: baseline;
}

/* line 272, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-sub-lg {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}

/* line 278, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-sub-sm {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
}

/* line 285, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 291, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}

/* line 299, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__hl {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #3f3277;
  box-sizing: border-box;
  height: 80px;
  padding: 0 15px;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

/* line 313, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-row--first .fv__hl:nth-of-type(1) {
  width: 335px;
}

/* line 317, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-row--first .fv__hl:nth-of-type(2) {
  width: 284px;
}

/* line 322, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-mark, .store-lp .fv__title-tail {
  color: #222222;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

/* line 331, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-row--second {
  gap: 5px;
}

/* line 335, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-row--second .fv__title-tail {
  font-size: 45px;
}

/* line 341, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__title-logo {
  width: 217px;
  height: 60px;
  object-fit: contain;
}

/* line 348, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__lead {
  position: absolute;
  left: 92px;
  top: 406px;
  width: 683px;
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

/* line 362, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__lead-text {
  color: #222222;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
}

/* line 369, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__lead-num {
  color: #3f3277;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0.1em;
  position: relative;
  top: 3px;
}

/* line 381, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__lead-unit {
  color: #3f3277;
  font-size: 23px;
  line-height: 1.2;
  margin-right: 0.15em;
}

/* line 389, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__cta {
  position: absolute;
  left: 92px;
  top: 494px;
  width: 398px;
  max-width: none;
}

/* line 398, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__mock {
  position: absolute;
  left: 730px;
  top: 358px;
  width: 700px;
  height: 391px;
  z-index: 1;
  pointer-events: none;
}

/* line 408, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__mock-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

/* line 414, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__mock-img--sp {
  display: none;
}

/* line 423, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__mock-anim {
  position: absolute;
  left: calc(50% - 50px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1030px;
  height: 507px;
}

/* line 431, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__mock-anim svg {
  display: block;
}

/* line 435, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__mock-badge {
  display: none;
}

/* line 439, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv__stats {
  display: none;
}

/* line 443, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-cards {
  width: 398px;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}

/* line 453, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card {
  width: 398px;
  height: 100px;
  aspect-ratio: auto;
  border-radius: 8px;
  box-shadow: 24px 24px 30px rgba(0, 0, 0, 0.08);
}

/* line 461, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__lead {
  font-size: 13px;
}

/* line 465, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__main {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* line 471, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__main-sm {
  font-size: 20px;
}

/* line 475, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__badge {
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
}

/* line 482, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__body {
  left: 20px;
  gap: 5px;
  align-items: center;
  text-align: center;
}

/* line 489, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card--purple .cta-card__body {
  left: 27px;
  width: 196px;
  gap: 5px;
  transform: translateY(-50%);
}

/* line 496, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card--purple .cta-card__lead {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* line 502, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card--purple .cta-card__main-lg,
.store-lp .fv .fv__cta .cta-card--purple .cta-card__main-sm {
  font-size: 20px;
}

/* line 507, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__papers {
  left: 238px;
  right: auto;
  top: 13px;
  width: 124px;
  height: 81px;
}

/* line 515, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__paper {
  width: 94px;
  border-width: 1px;
  border-radius: 0;
}

/* line 521, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__paper--back {
  left: 11px;
  top: 0;
  right: auto;
  bottom: auto;
  transform: rotate(0deg);
}

/* line 529, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__paper--mid {
  left: 22px;
  top: 11px;
  right: auto;
  bottom: auto;
  transform: rotate(10.7deg);
}

/* line 537, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__paper--front {
  left: 0;
  top: 28px;
  right: auto;
  bottom: auto;
  transform: rotate(-0.32deg);
}

/* line 545, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__mac {
  left: 217px;
  right: auto;
  width: 160px;
}

/* line 551, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__pop {
  display: none;
}

/* line 555, app/assets/stylesheets/store_tob/_index.scss */
.store-lp .fv .fv__cta .cta-card__icon {
  right: 10px;
  bottom: 9px;
  top: auto;
  width: 32px;
}

@media screen and (max-width: 897px) {
  /* line 194, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv {
    padding-bottom: 50px;
  }
  /* line 569, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__bg {
    left: 50%;
    right: auto;
    width: 100vw;
    overflow: hidden;
    transform: translateX(-50%);
  }
  /* line 577, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__inner {
    left: 50%;
    top: 2vw;
    width: 430px;
    height: 924px;
    min-height: 924px;
    padding: 0;
    transform: translateX(-50%);
  }
  /* line 587, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__col {
    max-width: none;
  }
  /* line 592, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__bg-canvas {
    left: 50%;
    top: 0;
    width: 430px;
    height: 938px;
    transform: translateX(-50%);
  }
  /* line 601, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__visual--pc {
    display: none;
  }
  /* line 605, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__visual--sp {
    display: block;
    left: 202px;
    top: 0;
    width: 340px;
    height: 494px;
  }
  /* line 614, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__body {
    left: 16px;
    top: 100px;
    width: 398px;
  }
  /* line 620, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title {
    gap: 10px;
  }
  /* line 624, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-sub {
    padding-left: 8px;
  }
  /* line 627, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-sub-lg {
    font-size: 20px;
    line-height: 1.2;
  }
  /* line 632, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-sub-sm {
    font-size: 20px;
    line-height: 1.2;
  }
  /* line 638, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-main {
    gap: 15px;
  }
  /* line 642, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first {
    position: relative;
    display: block;
    width: 263px;
    height: 132px;
  }
  /* line 649, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__hl {
    height: 62px;
    padding: 0 10px;
    font-size: 35px;
    line-height: 1.2;
  }
  /* line 656, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first .fv__hl:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 234px;
  }
  /* line 663, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first .fv__hl:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 70px;
    width: 198px;
  }
  /* line 670, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first .fv__title-mark {
    position: absolute;
    left: 239px;
    top: 12px;
    width: 24px;
  }
  /* line 677, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first .fv__title-tail {
    position: absolute;
    left: 203px;
    top: 82px;
    width: 49px;
  }
  /* line 684, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-mark {
    font-size: 32px;
    line-height: 1.2;
  }
  /* line 689, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-tail {
    font-size: min(32px, 5.4vw);
    line-height: 1.2;
  }
  /* line 694, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--second {
    gap: 5px;
    margin-left: 5px;
  }
  /* line 699, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-logo {
    width: 80px;
    height: 22px;
  }
  /* line 704, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--second .fv__title-tail {
    font-size: 14px;
    line-height: 1.2;
  }
  /* line 709, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__lead {
    left: 23.5px;
    top: 560.855px;
    width: 383px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    text-align: center;
  }
  /* line 719, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__lead-text {
    font-size: 14px;
    padding-top: 2.855px;
  }
  /* line 724, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__lead-num {
    font-size: 18px;
    top: 0;
  }
  /* line 731, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__lead-unit {
    font-size: 14px;
    padding-top: 2.855px;
  }
  /* line 736, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__mock {
    left: 0;
    top: 293px;
    width: 430px;
    height: 307px;
  }
  /* line 745, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__mock-anim {
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    width: 610px;
    height: 300px;
  }
  /* line 754, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__mock-badge {
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
    width: 116px;
    height: auto;
    z-index: 3;
  }
  /* line 764, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__stats {
    display: block;
    position: absolute;
    left: 42px;
    top: 598px;
    width: 347px;
    height: 65px;
    z-index: 2;
  }
  /* line 773, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__stats img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 781, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__cta {
    left: 18px;
    top: 693px;
    width: 398px;
  }
  /* line 787, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-cards {
    gap: 20px;
  }
  /* line 791, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card {
    height: 100px;
  }
  /* line 795, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__icon {
    top: auto;
  }
}

@media (max-width: 430px) {
  /* line 194, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv {
    padding-bottom: calc(50 / 430 * 100vw);
  }
  /* line 803, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__bg {
    left: 0;
    width: 100vw;
    transform: none;
  }
  /* line 809, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__inner {
    width: 100vw;
    height: calc(924 / 430 * 100vw);
    min-height: calc(924 / 430 * 100vw);
  }
  /* line 815, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__bg-canvas {
    width: 100vw;
    height: calc(938 / 430 * 100vw);
  }
  /* line 820, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__visual--sp {
    left: 47vw;
    width: calc(340 / 430 * 100vw);
    height: calc(494 / 430 * 100vw);
  }
  /* line 826, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__body {
    left: calc(16 / 430 * 100vw);
    top: calc(100 / 430 * 100vw);
    width: calc(398 / 430 * 100vw);
  }
  /* line 832, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title {
    gap: calc(10 / 430 * 100vw);
  }
  /* line 836, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-sub {
    padding-left: calc(8 / 430 * 100vw);
  }
  /* line 839, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-sub-lg, .store-lp .fv__title-sub-sm {
    font-size: calc(20 / 430 * 100vw);
  }
  /* line 845, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-main {
    gap: calc(15 / 430 * 100vw);
  }
  /* line 849, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first {
    width: calc(263 / 430 * 100vw);
    height: calc(132 / 430 * 100vw);
  }
  /* line 854, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__hl {
    height: calc(62 / 430 * 100vw);
    padding: 0 calc(10 / 430 * 100vw);
    font-size: calc(35 / 430 * 100vw);
  }
  /* line 860, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first .fv__hl:nth-of-type(1) {
    width: calc(234 / 430 * 100vw);
  }
  /* line 864, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first .fv__hl:nth-of-type(2) {
    top: calc(70 / 430 * 100vw);
    width: calc(198 / 430 * 100vw);
  }
  /* line 869, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first .fv__title-mark {
    left: calc(239 / 430 * 100vw);
    top: calc(12 / 430 * 100vw);
    width: calc(24 / 430 * 100vw);
  }
  /* line 875, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--first .fv__title-tail {
    left: calc(203 / 430 * 100vw);
    top: calc(82 / 430 * 100vw);
    width: calc(49 / 430 * 100vw);
  }
  /* line 881, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-mark {
    font-size: calc(32 / 430 * 100vw);
  }
  /* line 885, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-tail {
    font-size: 5.4vw;
  }
  /* line 889, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--second {
    gap: calc(5 / 430 * 100vw);
    margin-left: calc(5 / 430 * 100vw);
  }
  /* line 894, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-logo {
    width: calc(80 / 430 * 100vw);
    height: calc(22 / 430 * 100vw);
  }
  /* line 899, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__title-row--second .fv__title-tail {
    font-size: calc(14 / 430 * 100vw);
  }
  /* line 903, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__lead {
    left: calc(23.5 / 430 * 100vw);
    top: calc(560.855 / 430 * 100vw);
    width: calc(383 / 430 * 100vw);
    align-items: flex-start;
  }
  /* line 910, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__lead-text, .store-lp .fv__lead-unit {
    font-size: calc(14 / 430 * 100vw);
    padding-top: calc(2.855 / 430 * 100vw);
  }
  /* line 916, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__lead-num {
    font-size: calc(18 / 430 * 100vw);
  }
  /* line 920, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__mock {
    top: calc(293 / 430 * 100vw);
    width: 100vw;
    height: calc(307 / 430 * 100vw);
  }
  /* line 927, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__mock-anim {
    top: calc(-15.4 / 430 * 100vw);
    width: calc(610 / 430 * 100vw);
    height: calc(300 / 430 * 100vw);
  }
  /* line 933, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__mock-badge {
    right: calc(30 / 430 * 100vw);
    width: calc(116 / 430 * 100vw);
  }
  /* line 938, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__stats {
    left: calc(42 / 430 * 100vw);
    top: calc(598 / 430 * 100vw);
    width: calc(347 / 430 * 100vw);
    height: calc(65 / 430 * 100vw);
  }
  /* line 945, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv__cta {
    left: calc(18 / 430 * 100vw);
    top: calc(693 / 430 * 100vw);
    width: calc(398 / 430 * 100vw);
  }
  /* line 951, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-cards {
    width: calc(398 / 430 * 100vw);
    gap: calc(20 / 430 * 100vw);
  }
  /* line 956, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card {
    width: calc(398 / 430 * 100vw);
    height: calc(100 / 430 * 100vw);
  }
  /* line 961, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__lead,
.store-lp .fv .fv__cta .cta-card__badge {
    font-size: calc(13 / 430 * 100vw);
  }
  /* line 966, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__main,
.store-lp .fv .fv__cta .cta-card__main-sm {
    font-size: calc(20 / 430 * 100vw);
  }
  /* line 971, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__badge {
    padding: calc(3 / 430 * 100vw) calc(10 / 430 * 100vw);
  }
  /* line 975, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__body {
    left: calc(20 / 430 * 100vw);
    gap: calc(5 / 430 * 100vw);
  }
  /* line 980, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card--purple .cta-card__body {
    left: calc(27 / 430 * 100vw);
    width: calc(196 / 430 * 100vw);
  }
  /* line 985, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card--purple .cta-card__lead {
    font-size: calc(13 / 430 * 100vw);
  }
  /* line 989, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card--purple .cta-card__main-lg {
    font-size: calc(20 / 430 * 100vw);
  }
  /* line 993, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card--purple .cta-card__main-sm {
    font-size: calc(18 / 430 * 100vw);
  }
  /* line 997, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__papers {
    left: calc(232 / 430 * 100vw);
    top: calc(9 / 430 * 100vw);
    width: calc(124 / 430 * 100vw);
    height: calc(81 / 430 * 100vw);
  }
  /* line 1004, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__paper {
    width: calc(94 / 430 * 100vw);
  }
  /* line 1008, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__paper--back {
    left: calc(11 / 430 * 100vw);
  }
  /* line 1012, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__paper--mid {
    left: calc(22 / 430 * 100vw);
    top: calc(11 / 430 * 100vw);
  }
  /* line 1017, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__paper--front {
    top: calc(28 / 430 * 100vw);
  }
  /* line 1021, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__mac {
    left: calc(210 / 430 * 100vw);
    width: calc(174 / 430 * 100vw);
  }
  /* line 1026, app/assets/stylesheets/store_tob/_index.scss */
  .store-lp .fv .fv__cta .cta-card__icon {
    right: calc(10 / 430 * 100vw);
    bottom: calc(9 / 430 * 100vw);
    width: calc(32 / 430 * 100vw);
  }
}

/* line 131, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  font-size: clamp(24px, 2.43vw, 35px);
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

/* line 143, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .section-title::after {
  content: "";
  width: 51px;
  height: 4px;
  background: #f07200;
  border-radius: 0;
}

/* line 151, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .section-title__logo {
  color: #3f3277;
  font-weight: 800;
}

/* line 157, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .section-head {
  text-align: center;
}

/* line 160, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .section-head__sub {
  margin: clamp(16px, 2vw, 24px) 0 0;
  font-size: clamp(15px, 1.7vw, 30px);
  font-weight: 500;
  color: #222222;
}

/* line 169, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .fig-placeholder {
  background: repeating-linear-gradient(45deg, #ece9f4, #ece9f4 10px, #e4e0ef 10px, #e4e0ef 20px);
  border-radius: 8px;
  min-height: 160px;
}

/* line 174, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .fig-placeholder--lg {
  width: 100%;
  min-height: clamp(260px, 32vw, 440px);
}

@keyframes tobMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* line 186, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .under {
  background: #fff;
  padding: clamp(36px, 4vw, 50px) 0;
}

/* line 190, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .under__stats {
  text-align: center;
  padding: 0 20px;
}

/* line 195, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .under__stats-img {
  width: auto;
  height: auto;
}

/* line 199, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .under__stats-img--pc {
  display: inline-block;
  height: 80px;
  width: auto;
  max-width: 100%;
}

/* line 206, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .under__stats-img--sp {
  display: none;
  max-width: 100%;
}

/* line 212, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .under__logos {
  margin-top: clamp(24px, 3vw, 40px);
  overflow: hidden;
}

/* line 217, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .under__logos-track {
  display: flex;
  width: max-content;
  animation: tobMarquee 40s linear infinite;
}

/* line 223, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .under__logos-img {
  flex: 0 0 auto;
  height: 91px;
  width: auto;
  padding: 0 16px;
}

/* line 229, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .under__logos-img--sp {
  display: none;
}

@media screen and (max-width: 897px) {
  /* line 234, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__stats {
    display: none;
  }
  /* line 235, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__logos {
    margin-top: 0;
  }
  /* line 236, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__logos-img {
    height: 17vw;
    padding: 0 10px;
  }
  /* line 237, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__logos-img--pc {
    display: none;
  }
  /* line 238, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__logos-img--sp {
    display: inline-block;
  }
}

/* line 243, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  padding: clamp(56px, 7vw, 100px) 20px;
}

/* line 249, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  max-width: none;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

/* line 261, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 268, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__head {
  text-align: center;
  font-size: clamp(18px, 2.43vw, 35px);
  font-weight: 700;
  color: #393939;
  line-height: 1.3;
  margin-bottom: clamp(20px, 3vw, 44px);
  letter-spacing: 0.02em;
}

/* line 278, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__head-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

/* line 285, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__badge {
  background: #f07200;
  color: #fff;
  padding: 0.28em 0.42em;
  line-height: 1.2;
}

/* line 292, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(35, 34, 31, 0.2);
  border-radius: 15px;
  padding: clamp(28px, 4vw, 50px) clamp(20px, 4vw, 52px) clamp(150px, 19vw, 230px);
}

/* line 300, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__cols {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

/* line 306, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  padding: clamp(20px, 3vw, 50px) 0;
  text-align: center;
}

/* line 316, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__divider {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

/* line 321, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__divider img {
  height: clamp(220px, 28vw, 400px);
  width: 1px;
}

/* line 327, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__col-label {
  border: 1px solid rgba(35, 34, 31, 0.2);
  border-radius: 100px;
  padding: 8px 20px;
  min-width: clamp(140px, 14vw, 200px);
  font-weight: 700;
  font-size: clamp(12px, 1.1vw, 16px);
  color: #222222;
}

/* line 338, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__circle {
  position: relative;
  width: clamp(140px, 15vw, 216px);
  aspect-ratio: 1;
}

/* line 344, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__circle-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* line 351, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__circle-pic {
  position: absolute;
  left: 13.4%;
  top: 16.7%;
  width: 73.6%;
  height: 67.1%;
  overflow: hidden;
}

/* line 359, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__circle-pic img {
  position: absolute;
  max-width: none;
  width: 297.1%;
  height: 218.34%;
}

/* line 366, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__circle-pic.is-portal img {
  left: -5.8%;
  top: -45.31%;
}

/* line 367, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__circle-pic.is-flyer img {
  left: -100.76%;
  top: -45.31%;
}

/* line 368, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__circle-pic.is-listing img {
  left: -192.4%;
  top: -48.57%;
}

/* line 371, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__col-text {
  margin: 0;
  font-size: clamp(15px, 1.94vw, 28px);
  line-height: 1.6;
  color: #222222;
}

/* line 377, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__col-text span {
  display: block;
  font-weight: 500;
}

/* line 382, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__col-text strong {
  display: inline;
  font-weight: 700;
  background: linear-gradient(transparent 58%, #d5d3e7 58%);
}

/* line 390, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__bottom {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: clamp(-200px, -17vw, -140px) auto 0;
  padding: 0 clamp(20px, 4vw, 52px);
}

/* line 398, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__arrow {
  display: flex;
  justify-content: center;
}

/* line 402, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__arrow img {
  width: clamp(120px, 11.6vw, 167px);
  height: auto;
  aspect-ratio: 203 / 88;
}

/* line 409, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__summary {
  margin: clamp(10px, 1.5vw, 18px) 0 0;
  text-align: center;
  font-size: clamp(15px, 2.08vw, 30px);
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
}

/* line 418, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__summary-hl {
  color: #685ba8;
  font-weight: 700;
  border-bottom: 3px solid #d5d3e7;
  padding-bottom: 6px;
}

/* line 425, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__summary-hl-line {
  display: inline;
}

/* line 430, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .issue__summary-hl-br {
  display: none;
}

/* line 436, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: calc(clamp(56px, 7vw, 100px) + clamp(40px, 6vw, 84px)) 20px clamp(56px, 7vw, 100px);
}

/* line 443, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: clamp(40px, 6vw, 84px) solid #f8f8f8;
  z-index: 1;
}

/* line 457, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 464, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service__heading {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.2vw, 16px);
  font-size: clamp(20px, 2vw, 30px);
}

/* line 472, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service__heading::after {
  display: none;
}

/* line 475, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service__heading-tail {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 1vw, 14px);
}

/* line 481, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service__heading-logo {
  height: clamp(34px, 3.6vw, 52px);
  width: auto;
}

/* line 486, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service__flow {
  margin-top: clamp(40px, 5vw, 70px);
  text-align: center;
}

/* line 491, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service__flow-pc {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}

/* line 499, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .service__flow-sp {
  display: none;
}

/* line 505, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength {
  background: #f2f2f3;
  padding: clamp(56px, 7vw, 100px) 20px;
}

/* line 509, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 514, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__list {
  margin-top: clamp(30px, 5vw, 60px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 60px);
}

/* line 521, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__item {
  background: #fff;
  border: 1px solid rgba(35, 34, 31, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 40px rgba(33, 33, 59, 0.08);
  padding: 34px 50px;
  min-height: 309px;
  display: grid;
  grid-template-columns: 7fr 3fr;
  grid-template-areas: "num fig" "title fig" "desc fig";
  column-gap: clamp(20px, 3vw, 50px);
  row-gap: clamp(8px, 1vw, 14px);
  align-items: center;
}

/* line 539, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__num {
  grid-area: num;
}

/* line 540, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__title {
  grid-area: title;
}

/* line 541, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__desc {
  grid-area: desc;
}

/* line 543, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__item-fig {
  grid-area: fig;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 550, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__item-fig img {
  max-width: 100%;
  max-height: 241px;
  width: auto;
  height: auto;
}

/* line 558, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__num {
  color: #685ba8;
  font-weight: 500;
  font-size: clamp(16px, 1.4vw, 20px);
}

/* line 564, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__title {
  font-size: clamp(20px, 1.94vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

/* line 570, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__title-sub {
  color: #626262;
  font-size: clamp(13px, 1.4vw, 20px);
  font-weight: 500;
  margin-left: 8px;
}

/* line 578, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__br-sp {
  display: none;
}

/* line 580, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .strength__desc {
  font-size: clamp(14px, 1.4vw, 20px);
  color: #222222;
  line-height: 1.6;
  font-weight: 400;
  min-height: clamp(80px, 8vw, 116px);
}

/* line 591, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause {
  background: #f8f8f8;
  padding: clamp(56px, 7vw, 100px) 0;
}

/* line 595, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 601, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__scroll {
  margin-top: clamp(30px, 5vw, 50px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

/* line 607, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__scroll::-webkit-scrollbar {
  display: none;
}

/* line 610, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__table {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  min-width: 800px;
}

/* line 617, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__rowhead {
  flex: 0 0 auto;
  width: clamp(150px, 17vw, 250px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 625, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__rowhead-corner {
  height: 102px;
  flex: 0 0 auto;
}

/* line 630, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__rh {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(13px, 1.4vw, 20px);
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
  border-top: 1px solid #b3b3b3;
  padding: 0 12px;
}

/* line 643, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__rh:last-child {
  border-bottom: 1px solid #b3b3b3;
}

/* line 646, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__col {
  flex: 1;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 653, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__col--gaiheki {
  outline: 4px solid #3f3277;
  outline-offset: -2px;
}

/* line 660, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__col-head {
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d5d3e7;
  color: #3f3277;
  font-size: clamp(16px, 1.67vw, 24px);
  font-weight: 500;
}

/* line 671, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__col-head-logo {
  height: clamp(32px, 3.3vw, 56px);
  width: auto;
}

/* line 676, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__col--gaiheki .cause__col-head {
  height: 102px;
  background: #3f3277;
  color: #fff;
  font-size: clamp(22px, 2.78vw, 40px);
  font-weight: 700;
}

/* line 684, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__cell {
  height: 94px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  text-align: center;
  font-size: clamp(12px, 1.25vw, 18px);
  font-weight: 500;
  color: #222222;
  line-height: 1.3;
}

/* line 701, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__rowhead > .store-lp .cause__rh:nth-child(4), .store-lp .cause__col > .store-lp .cause__cell:nth-child(4) {
  height: 126px;
}

/* line 706, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__mark {
  color: #f07200;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1;
}

/* line 714, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__scrollbar {
  display: none;
}

/* line 716, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__scrollbar-track {
  position: relative;
  background: #d5d3e7;
  border-radius: 99px;
  cursor: pointer;
  touch-action: none;
}

/* line 724, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__scrollbar-thumb {
  position: absolute;
  background: #3f3277;
  border-radius: 99px;
  cursor: grab;
  touch-action: none;
}

/* line 731, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cause__scrollbar-thumb:active {
  cursor: grabbing;
}

@media screen and (max-width: 897px) {
  /* line 735, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scroll {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
  /* line 741, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__table {
    min-width: 600px;
  }
  /* line 742, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__col {
    min-width: 50vw;
  }
  /* line 743, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__rowhead {
    width: 90px;
  }
  /* line 744, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__rowhead-corner {
    height: 72px;
  }
  /* line 745, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__rh {
    font-size: 3vw;
    padding: 0 6px;
    height: 76px;
  }
  /* line 746, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__col-head {
    height: 56px;
    font-size: 4vw;
  }
  /* line 747, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__col--gaiheki .cause__col-head {
    height: 72px;
    font-size: 6vw;
  }
  /* line 748, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__cell {
    height: 76px;
    font-size: 3vw;
  }
  /* line 749, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__rowhead > .store-lp .cause__rh:nth-child(4), .store-lp .cause__col > .store-lp .cause__cell:nth-child(4) {
    height: 104px;
  }
  /* line 752, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    margin-top: 6vw;
  }
  /* line 760, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar-label {
    position: relative;
    margin: 0;
    padding: 0 24px;
    font-size: 3.4vw;
    font-weight: 500;
    color: #626262;
  }
  /* line 768, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar-label::before, .store-lp .cause__scrollbar-label::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 14px;
    background: #626262;
  }
  /* line 778, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar-label::before {
    left: 4px;
    transform: translateY(-50%) rotate(-22deg);
  }
  /* line 779, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar-label::after {
    right: 4px;
    transform: translateY(-50%) rotate(22deg);
  }
  /* line 782, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar-track {
    width: 60vw;
    height: 5vw;
  }
  /* line 787, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar-thumb {
    top: 0.8vw;
    left: 0;
    height: calc(5vw - 1.6vw);
    width: 30%;
  }
}

/* line 797, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-set {
  padding: clamp(56px, 7vw, 100px) 20px;
  background: linear-gradient(#f8f8f8 50%, #fff 50%);
}

/* line 802, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-cards {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  justify-content: center;
  flex-wrap: wrap;
}

/* line 814, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card {
  position: relative;
  overflow: hidden;
  width: 580px;
  max-width: 100%;
  aspect-ratio: 580 / 208;
  border-radius: 10px;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #fff;
  isolation: isolate;
}

/* line 827, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--orange {
  background: linear-gradient(-57.09deg, #f07200 0%, #ff9636 100%);
}

/* line 834, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--orange::before, .store-lp .cta-card--purple::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: url(/images/store_tob/cta_noise.png) center/cover no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.2;
  pointer-events: none;
}

/* line 846, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple {
  border-radius: 15px;
  box-shadow: 24px 24px 30px rgba(0, 0, 0, 0.08);
  background: linear-gradient(-57.09deg, #3f3277 0%, #7c6cb6 100%);
}

/* line 851, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__body--center {
  left: 32.5%;
  top: 50%;
  width: 315px;
  transform: translate(-50%, -50%);
  gap: 10px;
}

/* line 859, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__lead {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* line 870, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__lead-bang {
  display: inline-block;
  transform: rotate(5deg);
  transform-origin: center;
  font-size: 1.05em;
  line-height: 1.2;
}

/* line 878, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__main {
  gap: 0;
  align-items: baseline;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* line 886, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__main-lg {
  font-size: 30px;
  font-weight: 700;
}

/* line 891, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__main-sm {
  font-size: 25px;
  font-weight: 700;
}

/* line 896, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__mac {
  left: 50.86%;
  right: auto;
  top: 50%;
  width: 65.5%;
}

/* line 903, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__mac img {
  filter: none;
}

/* line 907, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__icon {
  right: 3.45%;
  bottom: 9.13%;
  width: 7.93%;
  box-shadow: 0 0 10px rgba(33, 33, 59, 0.4);
}

/* line 916, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__body {
  position: absolute;
  z-index: 5;
  left: 4.5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1.2vw, 10px);
}

/* line 926, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__body--center {
  left: 6.9%;
  align-items: center;
  text-align: center;
}

/* line 933, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__row {
  display: flex;
  align-items: center;
  gap: clamp(5px, 1vw, 8px);
}

/* line 939, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__badge {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28em 0.9em;
  border-radius: 999px;
  background: #fff;
  color: #f07200;
  font-size: clamp(10px, 1.1vw, 13px);
  font-weight: 700;
}

/* line 952, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__lead {
  font-size: clamp(13px, 1.4vw, 20px);
  font-weight: 600;
  line-height: 1.2;
}

/* line 958, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__main {
  font-size: clamp(18px, 2.08vw, 30px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

/* line 967, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__lead {
  font-weight: 500;
  margin-bottom: 0;
}

/* line 972, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple .cta-card__main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  font-weight: 900;
}

/* line 980, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__main-sm {
  font-size: clamp(15px, 1.7vw, 25px);
  font-weight: 800;
}

/* line 986, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__papers {
  position: absolute;
  right: 12%;
  top: 9.6%;
  width: 44.8%;
  height: 72%;
  z-index: 2;
  pointer-events: none;
}

/* line 996, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__paper {
  position: absolute;
  width: 66.5%;
  border: clamp(2px, 0.7vw, 4px) solid #fff;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(33, 33, 59, 0.15);
  transition: transform 0.45s ease;
  background-color: #fff;
}

/* line 1006, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__paper--front {
  bottom: -13%;
  right: -2%;
  transform: rotate(0deg);
  z-index: 3;
}

/* line 1007, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__paper--mid {
  top: 28%;
  right: -20%;
  transform: rotate(8deg);
  z-index: 2;
}

/* line 1008, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__paper--back {
  top: 5%;
  right: -8%;
  transform: rotate(-8deg);
  z-index: 1;
}

/* line 1012, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__mac {
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: 42%;
  z-index: 2;
  pointer-events: none;
}

/* line 1021, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__mac img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

/* line 1029, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__pop {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px) scale(0.92);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

/* line 1037, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__pop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* line 1046, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__pop--notify {
  left: 56%;
  top: 22%;
  width: 23%;
  aspect-ratio: 259 / 98;
  transition-delay: 0.05s;
}

/* line 1054, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__pop--graph {
  left: 80%;
  top: 33%;
  width: 21%;
  aspect-ratio: 269 / 190;
  transition-delay: 0.15s;
}

/* line 1062, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__pop--pie {
  left: 78%;
  top: 47%;
  width: 8.5%;
  aspect-ratio: 1 / 1;
  transition-delay: 0.25s;
}

/* line 1071, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__icon {
  position: absolute;
  right: 3%;
  bottom: 8%;
  width: 7.9%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(33, 33, 59, 0.4);
  z-index: 6;
}

/* line 1086, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card__icon-svg {
  width: 48%;
  height: 48%;
  transition: transform 0.35s ease;
}

/* line 1093, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--orange:hover .cta-card__paper--front {
  transform: translate(0, -6%) rotate(0deg);
}

/* line 1094, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--orange:hover .cta-card__paper--mid {
  transform: translate(4%, -12%) rotate(8deg);
}

/* line 1095, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--orange:hover .cta-card__paper--back {
  transform: translate(-4%, -12%) rotate(-8deg);
}

/* line 1096, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--orange:hover .cta-card__icon-svg {
  transform: translateY(18%);
}

/* line 1098, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple:hover .cta-card__pop {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* line 1099, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--purple:hover .cta-card__icon-svg {
  transform: translateX(18%);
}

/* line 1103, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact {
  aspect-ratio: 398 / 100;
  width: 398px;
  height: 100px;
  border-radius: 8px;
  box-shadow: 24px 24px 30px rgba(0, 0, 0, 0.08);
}

/* line 18, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__body {
  left: 5.025%;
  gap: 5px;
  align-items: center;
  text-align: center;
}

/* line 25, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__body--center {
  left: 6.784%;
  width: 49.246%;
  transform: translateY(-50%);
}

/* line 31, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__row {
  gap: 5px;
}

/* line 35, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__badge {
  height: 22px;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* line 45, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__lead {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* line 54, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__main {
  font-size: clamp(15px, 4.65vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
}

/* line 61, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__main-lg {
  font-size: clamp(15px, 4.65vw, 20px);
  letter-spacing: 0.02em;
}

/* line 66, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__main-sm {
  font-size: clamp(14px, 4.19vw, 18px);
  letter-spacing: 0.02em;
}

/* line 71, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__papers {
  left: 58.291%;
  right: auto;
  top: 9%;
  width: 31.156%;
  height: 81%;
}

/* line 79, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__paper {
  width: 75.806%;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
}

/* line 87, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__paper--back {
  left: 8.871%;
  top: 0;
  right: auto;
  bottom: auto;
  transform: rotate(0deg);
}

/* line 95, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__paper--mid {
  left: 17.742%;
  top: 13.58%;
  right: auto;
  bottom: auto;
  transform: rotate(10.7deg);
}

/* line 103, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__paper--front {
  left: 0;
  top: 34.568%;
  right: auto;
  bottom: auto;
  transform: rotate(-0.32deg);
}

/* line 112, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__mac {
  left: 52.764%;
  right: auto;
  top: 50%;
  width: 43.719%;
}

/* line 120, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__pop {
  display: none;
}

/* line 122, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .cta-card--compact .cta-card__icon {
  right: 2.513%;
  bottom: 9%;
  width: 8.04%;
}

/* line 1108, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store {
  background: #fff;
  padding: clamp(56px, 7vw, 100px) 20px;
}

/* line 1112, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(30px, 5vw, 60px);
}

/* line 1121, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__head {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

/* line 1128, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__badge {
  display: inline-block;
  vertical-align: middle;
  background: #3f3277;
  color: #fff;
  font-size: clamp(28px, 2.64vw, 38px);
  line-height: 1.2;
  padding: 0.4em 0.42em;
  margin-right: clamp(6px, 1vw, 15px);
}

/* line 1139, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__head-text {
  vertical-align: middle;
  font-size: clamp(20px, 2.22vw, 32px);
  color: #222222;
}

/* line 1146, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__head-br {
  display: none;
}

/* line 1150, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__logos {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

/* line 1157, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__logos-track {
  display: flex;
  width: max-content;
  animation: tobMarquee 40s linear infinite;
}

/* line 1163, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__logos-img {
  flex: 0 0 auto;
  height: 91px;
  width: auto;
  padding: 0 16px;
}

/* line 1169, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__logos-img--sp {
  display: none;
}

/* line 1173, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__stats {
  text-align: center;
}

/* line 1177, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__stats-img {
  width: auto;
  height: auto;
}

/* line 1181, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__stats-img--pc {
  display: inline-block;
  height: 80px;
  width: auto;
  max-width: 100%;
}

/* line 1188, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .store__stats-img--sp {
  display: none;
  max-width: 100%;
}

@media screen and (max-width: 897px) {
  /* line 1196, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__badge {
    padding: 0.18em 0.36em;
  }
  /* line 1197, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__head {
    line-height: 2.1;
  }
  /* line 1198, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__head-br {
    display: inline;
  }
  /* line 1200, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__logos-img {
    height: 17vw;
    padding: 0 10px;
  }
  /* line 1201, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__logos-img--pc {
    display: none;
  }
  /* line 1202, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__logos-img--sp {
    display: inline-block;
  }
  /* line 1203, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__stats-img--pc {
    display: none;
  }
  /* line 1204, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__stats-img--sp {
    display: inline-block;
  }
}

/* line 1209, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice {
  background: #f8f8f8;
  padding: clamp(56px, 7vw, 100px) 20px;
}

/* line 1213, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 1219, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__sub-br {
  display: none;
}

/* line 1222, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__case {
  position: relative;
  max-width: 1200px;
  margin: clamp(48px, 6.5vw, 110px) auto 0;
}

/* line 1229, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__back {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 15px;
  background: linear-gradient(-77.55deg, #3f3277 0%, #7c6cb6 100%);
  transform: rotate(5.16deg);
  transform-origin: center;
  top: -18px;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), top 1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 1241, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__case.is-active .voice__back {
  transform: rotate(0deg);
  top: 0;
}

/* line 1247, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__card {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 24px 40px rgba(33, 33, 59, 0.08);
}

/* line 1257, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__thumb {
  position: relative;
  aspect-ratio: 1200 / 469;
  overflow: hidden;
}

/* line 1263, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 1269, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__thumb-img--sp {
  display: none;
}

/* line 1272, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

/* line 1279, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__company {
  position: absolute;
  left: clamp(20px, 4.1vw, 50px);
  bottom: clamp(16px, 2.5vw, 30px);
  z-index: 1;
  color: #fff;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* line 1291, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__close--sp {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: none;
}

/* line 1304, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__close--sp::before, .store-lp .voice__close--sp::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #393939;
}

/* line 1314, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__close--sp::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 1315, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__close--sp::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 1319, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__content {
  padding: clamp(28px, 4vw, 50px) clamp(24px, 5vw, 60px);
}

/* line 1323, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__quote {
  display: block;
  width: clamp(28px, 2.6vw, 38px);
  height: auto;
}

/* line 1329, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__catch {
  font-size: clamp(18px, 1.67vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  margin: 8px 0 clamp(24px, 3vw, 40px);
}

/* line 1337, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__sec {
  margin-bottom: clamp(36px, 4vw, 60px);
}

/* line 1340, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__sec:last-child {
  margin-bottom: 0;
}

/* line 1343, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 12px;
}

/* line 1353, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__tag-mark {
  flex: none;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  transform: rotate(45deg);
  background: linear-gradient(-80deg, #3f3277 0%, #7c6cb6 100%);
}

/* line 1364, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__sec-title {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  color: #222222;
  margin: 0 0 15px;
}

/* line 1372, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__sec-text {
  font-size: 14px;
  line-height: 1.85;
  color: #222222;
}

/* line 1377, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__sec-text p {
  margin: 0 0 14px;
}

/* line 1377, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__sec-text p:last-child {
  margin-bottom: 0;
}

/* line 1380, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__list {
  margin: 14px 0 0;
  padding-left: 1.4em;
}

/* line 1384, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__list li {
  font-size: 14px;
  line-height: 1.85;
}

/* line 1388, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__sec:first-child .voice__sec-text {
  position: relative;
  max-height: 8.5em;
  overflow: hidden;
  transition: max-height 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1394, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__sec:first-child .voice__sec-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3em;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  transition: opacity 0.4s ease;
}

/* line 1407, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__expand {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
}

/* line 1414, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__case.is-open .voice__expand {
  max-height: 4000px;
  opacity: 1;
  margin-top: clamp(36px, 4vw, 60px);
}

/* line 1420, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__case.is-open .voice__sec:first-child .voice__sec-text {
  max-height: 400em;
}

/* line 1423, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__case.is-open .voice__sec:first-child .voice__sec-text::after {
  opacity: 0;
}

/* line 1427, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  border: 1px solid rgba(35, 34, 31, 0.2);
  border-radius: 999px;
  background: #fff;
  padding: 0 30px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  cursor: pointer;
  transition: background 0.2s, transform 0.35s ease, opacity 0.35s ease;
}

/* line 1444, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__more:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
}

/* line 1447, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__more-icon {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

/* line 1453, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__more-icon::before {
  content: "+";
}

/* line 1456, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__case.is-open .voice__more {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
}

/* line 1463, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__close--pc {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: clamp(32px, 4vw, 50px) auto 0;
  border: 1px solid rgba(35, 34, 31, 0.2);
  border-radius: 999px;
  background: #fff;
  padding: 0 30px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  cursor: pointer;
  transition: background 0.2s;
}

/* line 1480, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__close--pc:hover {
  background: #f5f5f5;
}

/* line 1483, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__close-x {
  font-size: 18px;
  line-height: 1;
}

/* line 1485, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .voice__case.is-open .voice__close--pc {
  display: flex;
}

@media screen and (max-width: 897px) {
  /* line 1489, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__case {
    margin-top: clamp(24px, 5vw, 40px);
  }
  /* line 1490, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__back {
    display: none;
  }
  /* line 1492, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__sub-br {
    display: inline;
  }
  /* line 1493, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__thumb {
    aspect-ratio: 398 / 265;
  }
  /* line 1494, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__thumb-img--pc {
    display: none;
  }
  /* line 1495, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__thumb-img--sp {
    display: block;
  }
  /* line 1497, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__content {
    padding: 24px 20px 28px;
  }
  /* line 1499, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__sec {
    margin-bottom: 12px;
  }
  /* line 1500, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__more {
    height: 50px;
  }
  /* line 1502, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__case.is-open .voice__back {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: block;
    border-radius: 0;
    background: rgba(34, 34, 34, 0.58);
    transform: none;
    top: 0;
  }
  /* line 1514, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__case.is-open .voice__card {
    position: fixed;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    z-index: 9999;
    width: calc(100vw - 32px);
    max-width: 398px;
    max-height: calc(100dvh - 48px);
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 24px 40px rgba(33, 33, 59, 0.24);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
  }
  /* line 1533, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__case.is-open .voice__thumb {
    flex: 0 0 auto;
  }
  /* line 1534, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__case.is-open .voice__content {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1540, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__case.is-open .voice__close--sp {
    display: block;
  }
  /* line 1542, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .voice__close--pc {
    display: none !important;
  }
}

/* line 1547, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow {
  background: #fff;
  padding: clamp(56px, 7vw, 100px) 20px;
}

/* line 1551, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 1556, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow .section-title {
  margin: 0;
  gap: 30px;
  font-size: 35px;
  line-height: 1.2;
}

/* line 1562, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow .section-title::after {
  width: 70px;
  height: 3px;
  border-radius: 0;
}

/* line 1570, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__title-br {
  display: none;
}

/* line 1572, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__3step {
  background: linear-gradient(-28deg, #f07200 0%, #ff9636 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* line 1579, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__steps {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 345px 16px 345px 16px 345px;
  column-gap: 33px;
  align-items: start;
  justify-content: center;
}

/* line 1588, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__step {
  position: relative;
  width: 345px;
  min-height: 468px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(33, 33, 59, 0.1);
  padding: 55px 0 25px;
  margin-top: 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

/* line 1605, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__step-badge {
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #685ba8;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

/* line 1622, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__step-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

/* line 1623, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__step-num {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* line 1625, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__step-title {
  font-size: 30px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}

/* line 1634, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__step-img {
  display: block;
  width: 345px;
  height: 200px;
  max-width: none;
  object-fit: cover;
}

/* line 1642, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__step-text {
  width: 300px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #626262;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: left;
}

/* line 1653, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__step-note {
  width: 277px;
  margin: -13px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #626262;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: left;
}

/* line 1664, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__arrow {
  width: 16px;
  height: 25px;
  margin-top: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1673, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .flow__arrow-icon {
  width: 25px;
  height: 16px;
  max-width: none;
  transform: rotate(-90deg);
  transform-origin: center;
}

/* line 1683, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq {
  background: #f8f8f8;
  padding: clamp(56px, 7vw, 100px) 20px;
}

/* line 1687, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 1692, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__list {
  margin-top: clamp(40px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 1700, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__item {
  background: #fff;
  box-shadow: 0 2px 0 #ccc;
  overflow: hidden;
}

/* line 1706, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

/* line 1719, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__q-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}

/* line 1725, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__q-text {
  flex: 1;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 500;
  color: #222222;
  line-height: 1.6;
}

/* line 1734, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__toggle {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* line 1741, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__toggle::before, .store-lp .faq__toggle::after {
  content: "";
  position: absolute;
  background: #f07200;
}

/* line 1748, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__toggle::before {
  left: 0;
  top: 9px;
  width: 20px;
  height: 2px;
}

/* line 1749, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__toggle::after {
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
}

/* line 1752, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__item.is-open .faq__toggle {
  transform: rotate(45deg);
}

/* line 1754, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* line 1760, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__a-inner {
  padding: 0 24px;
  border-top: 1px solid #ededed;
}

/* line 1764, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__a-inner p {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 16px);
  color: #222222;
  line-height: 1.7;
}

/* line 1770, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__a-inner p:first-child {
  padding-top: 20px;
}

/* line 1771, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__a-inner p:last-child {
  padding-bottom: 24px;
}

/* line 1775, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__item.is-open .faq__a {
  max-height: 60em;
}

/* line 1778, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__more-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 1784, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .faq__more {
  display: none;
}

@media screen and (max-width: 897px) {
  /* line 1787, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .faq__more-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  /* line 1793, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .faq.is-expanded .faq__more-wrap {
    max-height: 4000px;
  }
  /* line 1795, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .faq__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 28px auto 0;
    padding: 0 32px;
    height: 52px;
    background: #fff;
    border: 1px solid rgba(35, 34, 31, 0.2);
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
  }
  /* line 1811, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .faq__more-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
  }
  /* line 1819, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .faq__list > .faq__item:nth-of-type(5), .store-lp .faq__more-wrap .faq__item:last-child {
    border-bottom: 2px solid #ccc;
    box-shadow: none;
  }
  /* line 1825, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .faq.is-expanded .faq__more {
    display: none;
  }
}

/* line 1830, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .last-cta {
  padding: clamp(56px, 7vw, 80px) 20px;
  background: linear-gradient(#fff 58%, #f8f8f8 58%);
}

/* line 1834, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .last-cta__copy {
  text-align: center;
  font-size: clamp(19px, 2.2vw, 32px);
  font-weight: 500;
  color: #393939;
  line-height: 1.6;
  margin-bottom: clamp(30px, 4vw, 50px);
}

/* line 1842, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .last-cta__copy p {
  margin: 0;
}

/* line 1845, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .last-cta__hl {
  color: #f07200;
  font-weight: 700;
  font-size: 1.18em;
}

/* line 1853, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .l-footer {
  background: #f8f8f8;
  padding: clamp(30px, 4vw, 40px) 20px clamp(40px, 6vw, 100px);
}

/* line 1857, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* line 1865, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .l-footer__logo {
  height: 36px;
  width: auto;
  aspect-ratio: 131.613 / 36.22;
}

/* line 1867, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .l-footer__nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}

/* line 1875, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .l-footer__nav li {
  padding: 0 16px;
  border-right: 1px solid #222;
}

/* line 1879, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .l-footer__nav li:last-child {
  border-right: none;
}

/* line 1882, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .l-footer__nav a {
  font-size: 14px;
  color: #222222;
}

/* line 1888, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .l-footer__pmark {
  width: 60px;
  height: auto;
}

/* line 1890, app/assets/stylesheets/store_tob/_sections.scss */
.store-lp .l-footer__copy {
  font-size: 12px;
  color: #626262;
  margin: 0;
}

@media screen and (max-width: 897px) {
  /* line 1901, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .section-title {
    gap: 12px;
  }
  /* line 1904, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__stats {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 1910, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__numbers {
    gap: 4vw;
  }
  /* line 1911, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__num-deco {
    font-size: 9vw;
  }
  /* line 1912, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__num-label {
    font-size: 3vw;
  }
  /* line 1913, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__num-figure {
    font-size: 8vw;
  }
  /* line 1914, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__num-unit {
    font-size: 4vw;
  }
  /* line 1915, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__logo {
    width: 28vw;
    height: 13vw;
  }
  /* line 1916, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .under__logos-img {
    height: min(17vw, 73.1px);
  }
  /* line 1919, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue {
    --issue-card-width: min(398px, calc(100vw - 32px));
    --issue-label-width: clamp(172px, 46.5vw, 200px);
    --issue-circle-size: clamp(98px, 26.5vw, 114px);
    --issue-text-width: clamp(176px, 47.44vw, 204px);
    --issue-divider-width: clamp(284px, 76.74vw, 330px);
    padding: 56px 0 36px;
  }
  /* line 1928, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__bg {
    display: none;
  }
  /* line 1929, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__inner {
    max-width: 430px;
  }
  /* line 1931, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 0 0 42px;
    font-size: clamp(18px, 4.65vw, 20px);
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  /* line 1941, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__head p {
    margin: 0;
  }
  /* line 1944, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__head-row {
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(6px, 1.86vw, 8px);
    margin-top: 0;
    white-space: nowrap;
  }
  /* line 1952, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__badge {
    padding: 8px 10px;
    line-height: 1.2;
  }
  /* line 1957, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__card {
    width: var(--issue-card-width);
    margin: 0 auto;
    padding: 0;
  }
  /* line 1963, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__cols {
    flex-direction: column;
    align-items: center;
  }
  /* line 1969, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__col {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: clamp(16px, 4.65vw, 20px);
    row-gap: 20px;
    text-align: left;
    padding: clamp(26px, 6.98vw, 30px) 0;
  }
  /* line 1982, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__col-label {
    flex: 0 0 var(--issue-label-width);
    box-sizing: border-box;
    min-width: 0;
    width: var(--issue-label-width);
    margin-right: calc((100% - var(--issue-label-width)) / 2);
    margin-left: calc((100% - var(--issue-label-width)) / 2);
    padding: clamp(8px, 2.33vw, 10px) 0;
    font-size: clamp(15px, 3.72vw, 16px);
    line-height: 1.2;
    text-align: center;
  }
  /* line 1995, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--issue-divider-width);
    height: 0;
    margin: 0 auto;
  }
  /* line 2003, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__divider img {
    width: 1px;
    height: var(--issue-divider-width);
    transform: rotate(90deg);
  }
  /* line 2010, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__circle {
    width: var(--issue-circle-size);
    flex: 0 0 var(--issue-circle-size);
  }
  /* line 2015, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__col-text {
    flex: 0 0 auto;
    width: var(--issue-text-width);
    font-size: clamp(17px, 4.65vw, 20px);
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }
  /* line 2025, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__bottom {
    width: var(--issue-card-width);
    margin: 42px auto 0;
    padding: 0;
  }
  /* line 2031, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__arrow img {
    width: clamp(86px, 23.26vw, 100px);
  }
  /* line 2033, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 33px;
    font-size: clamp(16px, 4.19vw, 18px);
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  /* line 2043, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__summary > span {
    display: block;
  }
  /* line 2046, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__summary-hl {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0;
    padding-bottom: 0;
    font-size: clamp(18px, 4.65vw, 20px);
    line-height: 1.6;
  }
  /* line 2056, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .issue__summary-hl-line {
    display: inline-block;
    border-bottom: 3px solid #d5d3e7;
    padding: 0 3px 1px;
  }
  /* line 2063, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .service {
    padding-right: 16px;
    padding-left: 16px;
  }
  /* line 2067, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .service__inner {
    max-width: 398px;
  }
  /* line 2071, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .service__heading {
    font-size: min(4.6vw, 19.78px);
    gap: min(1.5vw, 6.45px);
    flex-direction: column;
  }
  /* line 2077, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .service__heading-logo {
    height: min(7vw, 30.1px);
  }
  /* line 2078, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .service__flow-pc {
    display: none;
  }
  /* line 2079, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .service__flow-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(2vw, 8.6px);
  }
  /* line 2085, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .service__flow-sp img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  /* line 2091, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .service__flow-sp-arrow {
    width: min(30vw, 120px) !important;
    max-width: 120px !important;
  }
  /* line 2096, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .service__flow-sp-center {
    width: 100% !important;
    max-width: 398px !important;
  }
  /* line 2102, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength {
    padding: 56px 16px;
  }
  /* line 2105, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength .section-title {
    gap: 10px;
    font-size: 28px;
    letter-spacing: 0.02em;
  }
  /* line 2111, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__inner {
    max-width: 398px;
  }
  /* line 2115, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__list {
    align-items: center;
    gap: 20px;
    margin-top: 42px;
  }
  /* line 2121, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-template-areas: none;
    width: min(398px, 100%);
    min-height: 0;
    padding: clamp(30px, 7.91vw, 34px) clamp(28px, 7.44vw, 32px);
    gap: clamp(35px, 9.3vw, 40px);
    box-shadow: 0 24px 20px rgba(33, 33, 59, 0.08);
  }
  /* line 2133, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__num {
    font-size: clamp(18px, 4.65vw, 20px);
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  /* line 2139, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__title {
    width: 100%;
    font-size: clamp(20px, 5.35vw, 23px);
    line-height: 1.6;
    white-space: normal;
  }
  /* line 2146, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__title-sub {
    margin-left: 0;
    color: #626262;
    font-size: clamp(15px, 4.19vw, 18px);
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  /* line 2154, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__br-sp {
    display: block;
  }
  /* line 2156, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__item-fig {
    align-self: stretch;
    width: 100%;
    height: clamp(198px, 51.86vw, 223px);
    padding: 0;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 2166, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__item-fig img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  /* line 2174, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__item:nth-child(1) .strength__item-fig img {
    width: min(322px, 100%);
  }
  /* line 2175, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__item:nth-child(2) .strength__item-fig img {
    width: min(220px, 68%);
  }
  /* line 2176, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__item:nth-child(3) .strength__item-fig img {
    width: min(309px, 100%);
  }
  /* line 2177, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__item:nth-child(4) .strength__item-fig img {
    width: min(314px, 100%);
  }
  /* line 2178, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__item:nth-child(5) .strength__item-fig img {
    width: min(266px, 86%);
  }
  /* line 2180, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .strength__desc {
    min-height: 0;
    font-size: clamp(14px, 3.72vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  /* line 2189, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__inner {
    max-width: 430px;
    padding: 0 16px;
  }
  /* line 2194, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scroll {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 calc((100vw - min(100vw, 430px)) / 2 + 16px);
  }
  /* line 2200, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__table {
    width: 648.4px;
    min-width: 648.4px;
    padding-bottom: 8px;
  }
  /* line 2206, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__rowhead {
    width: 146.2px;
  }
  /* line 2207, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__col {
    min-width: 163.4px;
  }
  /* line 2208, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__rh {
    font-size: 12.9px;
  }
  /* line 2209, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__col-head {
    font-size: 17.2px;
  }
  /* line 2210, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__col--gaiheki .cause__col-head {
    font-size: 25.8px;
  }
  /* line 2211, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__cell {
    font-size: 12.9px;
  }
  /* line 2213, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar {
    gap: 12.9px;
    margin-top: 25.8px;
  }
  /* line 2218, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar-label {
    font-size: 14.62px;
  }
  /* line 2222, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar-track {
    width: 258px;
    height: 21.5px;
  }
  /* line 2227, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cause__scrollbar-thumb {
    top: 3.44px;
    height: 14.62px;
  }
  /* line 2233, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set {
    padding: 56px 16px;
  }
  /* line 2235, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-cards {
    width: min(398px, 100%);
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  /* line 2243, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card {
    aspect-ratio: 398 / 100;
    width: 398px;
    height: 100px;
    border-radius: 8px;
    box-shadow: 24px 24px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: auto;
  }
  /* line 18, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__body {
    left: 5.025%;
    gap: 5px;
    align-items: center;
    text-align: center;
  }
  /* line 25, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__body--center {
    left: 6.784%;
    width: 49.246%;
    transform: translateY(-50%);
  }
  /* line 31, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__row {
    gap: 5px;
  }
  /* line 35, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__badge {
    height: 22px;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  /* line 45, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__lead {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  /* line 54, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__main {
    font-size: clamp(15px, 4.65vw, 20px);
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
  }
  /* line 61, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__main-lg {
    font-size: clamp(15px, 4.65vw, 20px);
    letter-spacing: 0.02em;
  }
  /* line 66, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__main-sm {
    font-size: clamp(14px, 4.19vw, 18px);
    letter-spacing: 0.02em;
  }
  /* line 71, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__papers {
    left: 58.291%;
    right: auto;
    top: 9%;
    width: 31.156%;
    height: 81%;
  }
  /* line 79, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__paper {
    width: 75.806%;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
  }
  /* line 87, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__paper--back {
    left: 8.871%;
    top: 0;
    right: auto;
    bottom: auto;
    transform: rotate(0deg);
  }
  /* line 95, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__paper--mid {
    left: 17.742%;
    top: 13.58%;
    right: auto;
    bottom: auto;
    transform: rotate(10.7deg);
  }
  /* line 103, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__paper--front {
    left: 0;
    top: 34.568%;
    right: auto;
    bottom: auto;
    transform: rotate(-0.32deg);
  }
  /* line 112, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__mac {
    left: 52.764%;
    right: auto;
    top: 50%;
    width: 43.719%;
  }
  /* line 120, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__pop {
    display: none;
  }
  /* line 122, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-card .cta-card__icon {
    right: 2.513%;
    bottom: 9%;
    width: 8.04%;
  }
}

@media screen and (max-width: 897px) and (max-width: 430px) {
  /* line 2249, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set {
    padding: calc(56 / 430 * 100vw) calc(16 / 430 * 100vw);
  }
  /* line 2253, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-cards {
    width: calc(398 / 430 * 100vw);
    gap: calc(20 / 430 * 100vw);
  }
  /* line 2258, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card {
    width: calc(398 / 430 * 100vw);
    height: calc(100 / 430 * 100vw);
  }
  /* line 2263, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__lead,
.store-lp .cta-set .cta-card .cta-card__badge {
    font-size: calc(13 / 430 * 100vw);
  }
  /* line 2268, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__main,
.store-lp .cta-set .cta-card .cta-card__main-lg {
    font-size: calc(20 / 430 * 100vw);
  }
  /* line 2273, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__main-sm {
    font-size: calc(18 / 430 * 100vw);
  }
  /* line 2277, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__badge {
    height: calc(22 / 430 * 100vw);
    padding: calc(3 / 430 * 100vw) calc(10 / 430 * 100vw);
    border-radius: calc(8 / 430 * 100vw);
  }
  /* line 2283, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__row,
.store-lp .cta-set .cta-card .cta-card__body {
    gap: calc(5 / 430 * 100vw);
  }
  /* line 2288, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__body {
    left: calc(20 / 430 * 100vw);
  }
  /* line 2292, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card--purple .cta-card__body {
    left: calc(27 / 430 * 100vw);
    width: calc(196 / 430 * 100vw);
  }
  /* line 2297, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__papers {
    left: calc(232 / 430 * 100vw);
    top: calc(9 / 430 * 100vw);
    width: calc(124 / 430 * 100vw);
    height: calc(81 / 430 * 100vw);
  }
  /* line 2304, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__paper {
    width: calc(94 / 430 * 100vw);
  }
  /* line 2308, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__paper--back {
    left: calc(11 / 430 * 100vw);
  }
  /* line 2312, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__paper--mid {
    left: calc(22 / 430 * 100vw);
    top: calc(11 / 430 * 100vw);
  }
  /* line 2317, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__paper--front {
    top: calc(28 / 430 * 100vw);
  }
  /* line 2321, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__mac {
    left: calc(210 / 430 * 100vw);
    width: calc(174 / 430 * 100vw);
  }
  /* line 2326, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .cta-set .cta-card .cta-card__icon {
    right: calc(10 / 430 * 100vw);
    bottom: calc(9 / 430 * 100vw);
    width: calc(32 / 430 * 100vw);
  }
}

@media screen and (max-width: 897px) {
  /* line 2334, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta {
    padding: 0;
    background: #f8f8f8;
  }
  /* line 2338, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__copy {
    margin-bottom: 0;
    padding: 56px 16px 0;
    background: #fff;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  /* line 2347, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__copy p {
    margin: 0;
  }
  /* line 2350, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__lead, .store-lp .last-cta__proposal {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 2357, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__proposal {
    margin-top: 20px;
  }
  /* line 2361, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__hl {
    background: linear-gradient(126deg, #f07200 0%, #ff9636 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  /* line 2371, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons {
    padding: 56px 16px;
    background: linear-gradient(#fff 50%, #f8f8f8 50%);
  }
  /* line 2375, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-cards {
    width: min(398px, 100%);
    gap: 20px;
  }
  /* line 2380, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card {
    aspect-ratio: 398 / 100;
    width: 398px;
    height: 100px;
    border-radius: 8px;
    box-shadow: 24px 24px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: auto;
  }
  /* line 18, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__body {
    left: 5.025%;
    gap: 5px;
    align-items: center;
    text-align: center;
  }
  /* line 25, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__body--center {
    left: 6.784%;
    width: 49.246%;
    transform: translateY(-50%);
  }
  /* line 31, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__row {
    gap: 5px;
  }
  /* line 35, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__badge {
    height: 22px;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  /* line 45, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__lead {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  /* line 54, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__main {
    font-size: clamp(15px, 4.65vw, 20px);
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
  }
  /* line 61, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__main-lg {
    font-size: clamp(15px, 4.65vw, 20px);
    letter-spacing: 0.02em;
  }
  /* line 66, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__main-sm {
    font-size: clamp(14px, 4.19vw, 18px);
    letter-spacing: 0.02em;
  }
  /* line 71, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__papers {
    left: 58.291%;
    right: auto;
    top: 9%;
    width: 31.156%;
    height: 81%;
  }
  /* line 79, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__paper {
    width: 75.806%;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff;
  }
  /* line 87, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__paper--back {
    left: 8.871%;
    top: 0;
    right: auto;
    bottom: auto;
    transform: rotate(0deg);
  }
  /* line 95, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__paper--mid {
    left: 17.742%;
    top: 13.58%;
    right: auto;
    bottom: auto;
    transform: rotate(10.7deg);
  }
  /* line 103, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__paper--front {
    left: 0;
    top: 34.568%;
    right: auto;
    bottom: auto;
    transform: rotate(-0.32deg);
  }
  /* line 112, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__mac {
    left: 52.764%;
    right: auto;
    top: 50%;
    width: 43.719%;
  }
  /* line 120, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__pop {
    display: none;
  }
  /* line 122, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__icon {
    right: 2.513%;
    bottom: 9%;
    width: 8.04%;
  }
}

@media screen and (max-width: 897px) and (max-width: 430px) {
  /* line 2388, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__copy {
    padding: calc(56 / 430 * 100vw) calc(16 / 430 * 100vw) 0;
    font-size: calc(24 / 430 * 100vw);
  }
  /* line 2393, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__proposal {
    margin-top: calc(20 / 430 * 100vw);
  }
  /* line 2397, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__hl {
    font-size: calc(28 / 430 * 100vw);
  }
  /* line 2401, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons {
    padding: calc(56 / 430 * 100vw) calc(16 / 430 * 100vw);
  }
  /* line 2404, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-cards {
    width: calc(398 / 430 * 100vw);
    gap: calc(20 / 430 * 100vw);
  }
  /* line 2409, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card {
    width: calc(398 / 430 * 100vw);
    height: calc(100 / 430 * 100vw);
  }
  /* line 2414, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__lead,
.store-lp .last-cta__buttons .cta-card .cta-card__badge {
    font-size: calc(13 / 430 * 100vw);
  }
  /* line 2419, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__main {
    font-size: calc(20 / 430 * 100vw);
  }
  /* line 2423, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__main-sm {
    font-size: calc(18 / 430 * 100vw);
  }
  /* line 2427, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__badge {
    height: calc(22 / 430 * 100vw);
    padding: calc(3 / 430 * 100vw) calc(10 / 430 * 100vw);
    border-radius: calc(8 / 430 * 100vw);
  }
  /* line 2433, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__row,
.store-lp .last-cta__buttons .cta-card .cta-card__body {
    gap: calc(5 / 430 * 100vw);
  }
  /* line 2438, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__body {
    left: calc(20 / 430 * 100vw);
  }
  /* line 2442, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card--purple .cta-card__body {
    left: calc(27 / 430 * 100vw);
    width: calc(196 / 430 * 100vw);
  }
  /* line 2447, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__papers {
    left: calc(232 / 430 * 100vw);
    top: calc(9 / 430 * 100vw);
    width: calc(124 / 430 * 100vw);
    height: calc(81 / 430 * 100vw);
  }
  /* line 2454, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__paper {
    width: calc(94 / 430 * 100vw);
  }
  /* line 2458, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__paper--back {
    left: calc(11 / 430 * 100vw);
  }
  /* line 2462, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__paper--mid {
    left: calc(22 / 430 * 100vw);
    top: calc(11 / 430 * 100vw);
  }
  /* line 2467, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__paper--front {
    top: calc(28 / 430 * 100vw);
  }
  /* line 2471, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__mac {
    left: calc(210 / 430 * 100vw);
    width: calc(174 / 430 * 100vw);
  }
  /* line 2476, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .last-cta__buttons .cta-card .cta-card__icon {
    right: calc(10 / 430 * 100vw);
    bottom: calc(9 / 430 * 100vw);
    width: calc(32 / 430 * 100vw);
  }
}

@media screen and (max-width: 897px) {
  /* line 2485, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store {
    padding-right: 16px;
    padding-left: 16px;
  }
  /* line 2489, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__inner {
    max-width: 398px;
  }
  /* line 2493, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__head {
    font-size: inherit;
  }
  /* line 2497, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__badge {
    font-size: min(6.51vw, 28px);
  }
  /* line 2501, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__head-text {
    font-size: min(4.65vw, 20px);
  }
  /* line 2505, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__logos {
    width: 100vw;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  /* line 2512, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__logos-img {
    height: min(17vw, 73.1px);
  }
  /* line 2516, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__stats-img--sp {
    width: min(100%, 398px);
  }
  /* line 2521, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .store__numbers {
    gap: min(8vw, 34.4px);
  }
  /* line 2523, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow {
    padding: 56px 16px;
  }
  /* line 2526, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__inner {
    max-width: 398px;
  }
  /* line 2530, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow .section-title {
    gap: 10px;
    font-size: 28px;
    line-height: 1.2;
  }
  /* line 2535, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow .section-title::after {
    width: 70px;
    height: 3px;
  }
  /* line 2541, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__title-br {
    display: inline;
  }
  /* line 2543, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__steps {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  /* line 2551, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__step {
    max-width: 100%;
    width: 100%;
    margin-top: 26px;
    min-height: 0;
    padding: 35px 0 25px;
    text-align: center;
    gap: 25px;
    box-shadow: 0 24px 40px rgba(33, 33, 59, 0.08);
  }
  /* line 2563, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__step-head {
    margin-bottom: 0;
  }
  /* line 2564, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__step-badge {
    top: -26px;
    left: 23px;
    transform: none;
    width: 70px;
    height: 70px;
  }
  /* line 2571, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__step-num {
    font-size: 20px;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
  }
  /* line 2576, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__step-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  /* line 2583, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__step-img {
    width: min(345px, calc(100vw - 85px));
    height: auto;
    aspect-ratio: 345 / 200;
    margin: 0;
    border-radius: 0;
  }
  /* line 2591, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__step-text, .store-lp .flow__step-note {
    width: min(326px, calc(100vw - 69px));
  }
  /* line 2596, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__step-note {
    margin-top: -13px;
  }
  /* line 2600, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__arrow {
    width: 25px;
    height: 36px;
    margin-top: 0;
  }
  /* line 2606, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .flow__arrow-icon {
    width: 25px;
    height: 16px;
    transform: none;
  }
  /* line 2613, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .l-footer {
    padding: 20px 0;
  }
  /* line 2616, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .l-footer__inner {
    width: 100%;
    max-width: 430px;
    gap: 0;
    margin: 0 auto;
  }
  /* line 2623, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .l-footer__logo {
    width: 131.313px;
    height: 36.33px;
    margin-bottom: 30px;
  }
  /* line 2629, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
    border-top: 0.556px solid #000;
    margin-bottom: 12px;
  }
  /* line 2638, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .l-footer__nav li {
    width: 100%;
    height: 47.31px;
    padding: 0;
    border-right: 0.556px solid #000;
    border-bottom: 0.556px solid #000;
    background: #fff;
  }
  /* line 2647, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .l-footer__nav a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 27px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
  }
  /* line 2661, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .l-footer__nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 29px;
    width: 10px;
    height: 10px;
    border-top: 0.556px solid #000;
    border-right: 0.556px solid #000;
    transform: translateY(-50%) rotate(45deg);
  }
  /* line 2674, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .l-footer__pmark {
    width: 60px;
    height: 60px;
    margin-bottom: 23px;
  }
  /* line 2680, app/assets/stylesheets/store_tob/_sections.scss */
  .store-lp .l-footer__copy {
    font-size: 12px;
    line-height: 1.2;
  }
}

/* line 4, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
}

/* line 11, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__br-sp {
  display: none;
}

/* line 14, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__header {
  background: #f2f2f3;
  padding: clamp(24px, 3vw, 40px) clamp(20px, 3vw, 40px) 0;
}

/* line 19, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__logo img {
  height: clamp(28px, 2.5vw, 36px);
  width: auto;
  display: block;
}

/* line 26, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__hero {
  background: #f2f2f3;
  padding: 0 clamp(16px, 3vw, 20px) clamp(48px, 6vw, 80px);
}

/* line 32, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__hero-inner {
  max-width: 720px;
  margin: 0 auto;
  padding-top: clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 4vw, 36px);
}

/* line 43, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__title {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  color: #f07200;
  line-height: 1.3;
  text-align: center;
}

/* line 52, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__desc {
  text-align: center;
}

/* line 55, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__desc p {
  margin: 0;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 500;
  color: #222222;
  line-height: 1.7;
}

/* line 65, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__email {
  width: clamp(170px, 22vw, 208px);
  height: auto;
  display: block;
}

/* line 71, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__note {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 400;
  color: #626262;
  line-height: 1.7;
  text-align: center;
}

/* line 81, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__support {
  width: 100%;
  max-width: 638px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 7px;
  box-shadow: 0 30px 29px rgba(63, 50, 119, 0.08);
  padding: clamp(20px, 2.5vw, 24px) clamp(20px, 4vw, 48px) clamp(22px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* line 94, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__support-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px 12px;
}

/* line 103, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* line 109, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__phone-icon {
  flex: none;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #685ba8;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 119, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__phone-icon img {
  width: 17px;
  height: 17px;
}

/* line 122, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__phone-num {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  color: #685ba8;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* line 130, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__phone-note {
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 500;
  color: #222222;
  white-space: nowrap;
}

/* line 137, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__hours {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 143, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__hours-label {
  border: 1px solid #b3b3b3;
  border-radius: 81px;
  padding: 4px 16px;
  font-size: clamp(13px, 1.1vw, 16px);
  color: #626262;
}

/* line 151, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__hours-text {
  font-size: clamp(13px, 1.1vw, 16px);
  color: #626262;
}

/* line 157, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 20px;
}

/* line 162, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting-inner {
  max-width: 706px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 3vw, 36px);
}

/* line 171, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting-lead p {
  margin: 0;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 500;
  color: #222222;
  line-height: 1.7;
  text-align: center;
}

/* line 181, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: clamp(280px, 30vw, 310px);
  height: 69px;
  padding: 0 34px;
  border-radius: 8px;
  background: #f07200;
  color: #fff;
  text-decoration: none;
  transition: filter 0.25s ease;
}

/* line 195, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting-btn:hover {
  filter: brightness(0.92);
}

/* line 198, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting-btn:hover .thanks__meeting-btn-arrow {
  transform: translateX(4px);
}

/* line 202, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting-btn-label {
  color: #fff;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* line 210, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting-btn-arrow {
  flex-shrink: 0;
  width: 19px;
  height: 11.7px;
  transition: transform 0.25s ease;
}

/* line 217, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting-notes {
  text-align: center;
}

/* line 220, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__meeting-notes p {
  margin: 0;
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 400;
  color: #626262;
  line-height: 1.7;
}

/* line 230, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__footer {
  background: #f8f8f8;
  padding: clamp(36px, 4vw, 50px) 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* line 239, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 245, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__footer-logo {
  height: 48px;
  width: auto;
}

/* line 246, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__footer-pmark {
  width: 60px;
  height: 60px;
}

/* line 248, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__copy {
  margin: 0;
  font-size: 12px;
  color: #626262;
}

/* line 255, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 50;
  width: 466px;
  max-width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 28px 36px;
  background: rgba(251, 250, 255, 0.92);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 35px rgba(33, 33, 59, 0.2);
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}

/* line 276, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* line 283, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  cursor: pointer;
}

/* line 293, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-close::before, .thanks__banner-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #888;
}

/* line 303, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 304, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 307, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-info {
  text-align: center;
}

/* line 310, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-info p {
  margin: 0;
}

/* line 313, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-lead {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  color: #3f3277;
  line-height: 1.3;
}

/* line 320, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-sub {
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 500;
  color: #222222;
  line-height: 1.3;
}

/* line 328, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 394px;
  aspect-ratio: 394 / 86;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(-53deg, #7c6cb6 0%, #3f3277 100%);
  box-shadow: 0 4px 4px rgba(33, 33, 59, 0.15);
  text-decoration: none;
  transition: filter 0.25s ease;
}

/* line 341, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn:hover {
  filter: brightness(0.92);
}

/* line 344, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn:hover .thanks__banner-btn-arrow {
  transform: translateY(-50%) translateX(4px);
}

/* line 348, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn-mac {
  position: absolute;
  left: -2%;
  top: 50%;
  transform: translateY(-50%);
  width: 38%;
  pointer-events: none;
}

/* line 356, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn-mac img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 4px 4px rgba(33, 33, 59, 0.15));
}

/* line 363, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn-text {
  position: absolute;
  left: 33%;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-align: center;
}

/* line 377, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn-micro {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

/* line 384, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn-main {
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

/* line 390, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn-main-lg {
  font-size: 20px;
}

/* line 391, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn-main-sm {
  font-size: 18px;
}

/* line 393, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks__banner-btn-arrow {
  position: absolute;
  right: 5%;
  top: 50%;
  width: 24px;
  height: 16px;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}

@media screen and (max-width: 897px) {
  /* line 405, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__br-sp {
    display: inline;
  }
  /* line 407, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__note {
    text-align: left;
  }
  /* line 408, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__meeting-notes {
    text-align: left;
  }
  /* line 411, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__meeting-btn {
    gap: 8px;
  }
  /* line 412, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__meeting-btn-arrow {
    width: 16px;
  }
  /* line 414, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__support-contact {
    flex-direction: column;
    gap: 6px;
  }
  /* line 417, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__banner {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    gap: 10px;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
    border-radius: 0;
  }
  /* line 428, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__banner-btn {
    max-width: 360px;
  }
  /* line 433, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__banner-btn-micro {
    display: none;
  }
  /* line 434, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__banner-btn-text {
    left: 28%;
    right: 12%;
    gap: 0;
  }
  /* line 439, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__banner-btn-main-lg {
    font-size: clamp(15px, 4.9vw, 18px);
  }
  /* line 440, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks__banner-btn-main-sm {
    font-size: clamp(13px, 4.4vw, 16px);
  }
}

/* line 446, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks .thanks__meeting-btn-arrow {
  height: 11.7px;
}

/* line 450, app/assets/stylesheets/store_tob/_thanks.scss */
.thanks .thanks__banner-btn-arrow {
  height: 16px;
}

/* line 455, app/assets/stylesheets/store_tob/_thanks.scss */
.store-lp .thanks__footer-logo {
  height: 48px;
}

@media screen and (max-width: 897px) {
  /* line 460, app/assets/stylesheets/store_tob/_thanks.scss */
  .store-lp .thanks__footer-logo {
    height: 30px;
  }
  /* line 465, app/assets/stylesheets/store_tob/_thanks.scss */
  .thanks .thanks__meeting-btn-arrow {
    height: 9.9px;
  }
}

/* line 5, app/assets/stylesheets/store_tob/_trial.scss */
.trial {
  background: #f2f2f3;
  min-height: 100vh;
}

/* line 9, app/assets/stylesheets/store_tob/_trial.scss */
.trial-main {
  display: block;
}

/* line 12, app/assets/stylesheets/store_tob/_trial.scss */
.trial-section {
  padding: clamp(32px, 5vw, 50px) clamp(16px, 8vw, 120px) clamp(56px, 6vw, 80px);
}

/* line 15, app/assets/stylesheets/store_tob/_trial.scss */
.trial-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 5vw, 56px);
}

@media screen and (min-width: 897px) {
  /* line 15, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-section__inner {
    gap: 84px;
  }
}

/* line 26, app/assets/stylesheets/store_tob/_trial.scss */
.trial-section__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.4;
  color: #f07200;
  text-align: center;
}

/* line 35, app/assets/stylesheets/store_tob/_trial.scss */
.trial-section__title-br {
  display: none;
}

/* line 37, app/assets/stylesheets/store_tob/_trial.scss */
.trial-section__columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(32px, 3.5vw, 44px);
  width: 100%;
}

/* line 45, app/assets/stylesheets/store_tob/_trial.scss */
.trial-section__left {
  flex: 1;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 3vw, 32px);
}

/* line 54, app/assets/stylesheets/store_tob/_trial.scss */
.trial-section__right {
  flex-shrink: 0;
  width: 578px;
  max-width: 100%;
}

/* line 60, app/assets/stylesheets/store_tob/_trial.scss */
.trial-section__visual {
  width: 100%;
  max-width: 508px;
  height: auto;
  display: block;
}

/* line 69, app/assets/stylesheets/store_tob/_trial.scss */
.trial-highlight {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 76, app/assets/stylesheets/store_tob/_trial.scss */
.trial-highlight__lead p {
  margin: 0;
  font-weight: 700;
  font-size: clamp(15px, 1.8vw, 22px);
  line-height: 1.6;
  color: #222222;
  white-space: nowrap;
}

/* line 85, app/assets/stylesheets/store_tob/_trial.scss */
.trial-highlight__sub p {
  margin: 0;
  font-weight: 400;
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 1.6;
  color: #626262;
  white-space: nowrap;
}

/* line 96, app/assets/stylesheets/store_tob/_trial.scss */
.trial-knowledge {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

@media screen and (max-width: 897px) {
  /* line 104, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-knowledge--pc-only {
    display: none;
  }
}

/* line 108, app/assets/stylesheets/store_tob/_trial.scss */
.trial-knowledge__heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #b3b3b3;
  padding: 0 16px 8px;
}

/* line 116, app/assets/stylesheets/store_tob/_trial.scss */
.trial-knowledge__heading-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #222222;
}

/* line 123, app/assets/stylesheets/store_tob/_trial.scss */
.trial-knowledge__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

/* line 134, app/assets/stylesheets/store_tob/_trial.scss */
.trial-knowledge__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 140, app/assets/stylesheets/store_tob/_trial.scss */
.trial-knowledge__check {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #0071ff;
}

/* line 148, app/assets/stylesheets/store_tob/_trial.scss */
.trial-knowledge__check::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 161, app/assets/stylesheets/store_tob/_trial.scss */
.trial-knowledge__text {
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
}

/* line 169, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 30px 30px rgba(63, 50, 119, 0.08);
  padding: clamp(32px, 3.5vw, 48px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 3vw, 40px);
}

/* line 180, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form-card__desc {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.6;
  color: #222222;
}

/* line 188, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form-card__desc span {
  display: block;
  white-space: nowrap;
}

/* line 193, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* line 200, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__errors {
  width: 100%;
  border: 1px solid #e0b4b4;
  border-radius: 8px;
  background: #fdf4f4;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 211, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__error {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.6;
  color: #c0392b;
}

/* line 218, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 224, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__label {
  font-weight: 500;
  font-size: clamp(13px, 1.1vw, 16px);
  color: #222222;
}

/* line 230, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__input {
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
  background: #fff;
  font-family: inherit;
}

/* line 241, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__input::placeholder {
  color: #b3b3b3;
}

/* line 243, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__input:focus {
  outline: none;
  border-color: #685ba8;
}

/* line 249, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__consent {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-top: 8px;
}

/* line 257, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__checkbox {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  accent-color: #685ba8;
  cursor: pointer;
}

/* line 265, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__consent-text {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.6;
  color: #222222;
}

/* line 271, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__submit-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 277, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 335px;
  max-width: 100%;
  height: 73px;
  padding: 16px 36px;
  border: 0;
  border-radius: 8px;
  background: #3f3277;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(17px, 1.7vw, 22px);
  cursor: pointer;
  transition: filter 0.25s ease;
}

/* line 296, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__submit:hover {
  filter: brightness(0.92);
}

/* line 299, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__submit:hover .trial-form__submit-arrow {
  transform: translateX(4px);
}

/* line 303, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__submit-label {
  font-weight: 700;
  white-space: nowrap;
}

/* line 305, app/assets/stylesheets/store_tob/_trial.scss */
.trial-form__submit-arrow {
  width: 24px;
  height: 16px;
  transition: transform 0.25s ease;
}

/* line 313, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 50;
  width: 466px;
  max-width: calc(100% - 80px);
  padding: 18px 20px 22px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 35px rgba(33, 33, 59, 0.2);
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}

/* line 330, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* line 336, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  cursor: pointer;
}

/* line 346, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__close::before, .trial-banner__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #888;
}

/* line 356, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 357, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 360, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

/* line 368, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn-bonus {
  position: relative;
  font-size: clamp(15px, 1.7vw, 19px);
  font-weight: 700;
  color: #f07200;
}

/* line 374, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn-bonus::before, .trial-banner__btn-bonus::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 14px;
  background: #f07200;
}

/* line 383, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn-bonus::before {
  left: -12px;
  transform: translateY(-50%) rotate(-20deg);
}

/* line 384, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn-bonus::after {
  right: -12px;
  transform: translateY(-50%) rotate(20deg);
}

/* line 388, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 394px;
  height: 86px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f07200 0%, #ff9636 100%);
  transition: filter 0.25s ease;
}

/* line 400, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn-doc {
  position: absolute;
  left: 3%;
  top: 55%;
  transform: translateY(-50%);
  width: auto;
  height: 60px;
  pointer-events: none;
}

/* line 410, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn-label {
  position: absolute;
  left: 28%;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

/* line 423, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  transition: transform 0.25s ease;
}

/* line 434, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn:hover .trial-banner__btn-main {
  filter: brightness(0.93);
}

/* line 435, app/assets/stylesheets/store_tob/_trial.scss */
.trial-banner__btn:hover .trial-banner__btn-icon {
  transform: translateY(calc(-50% + 4px));
}

@media screen and (max-width: 897px) {
  /* line 440, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-section__title-br {
    display: inline;
  }
  /* line 443, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 445, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-section__columns {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  /* line 451, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-section__right {
    width: 100%;
  }
  /* line 454, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-form-card {
    padding: 32px 16px;
  }
  /* line 456, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-highlight__lead p {
    white-space: normal;
  }
  /* line 457, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-highlight__sub p {
    white-space: normal;
  }
  /* line 460, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-form-card__desc span {
    display: block;
    white-space: normal;
  }
  /* line 464, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-banner__btn-main {
    height: auto;
    aspect-ratio: 394 / 86;
  }
  /* line 468, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-banner__btn-label {
    left: 27%;
    font-size: clamp(16px, 4.6vw, 19px);
  }
  /* line 473, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-form__submit {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 18px 24px;
    border-radius: 8px;
  }
  /* line 482, app/assets/stylesheets/store_tob/_trial.scss */
  .trial-banner {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    border-radius: 0;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  }
}

/* line 495, app/assets/stylesheets/store_tob/_trial.scss */
.trial .trial-form__submit-arrow {
  height: 16px;
}

/* line 496, app/assets/stylesheets/store_tob/_trial.scss */
.trial .trial-banner__btn-icon {
  height: 22px;
}

/* line 497, app/assets/stylesheets/store_tob/_trial.scss */
.trial .trial-banner__btn-doc {
  height: 60px;
}

@media screen and (max-width: 897px) {
  /* line 501, app/assets/stylesheets/store_tob/_trial.scss */
  .trial .trial-banner__btn-doc {
    height: 70%;
  }
}

/* line 5, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

/* line 18, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 24, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 33, 59, 0.5);
}

/* line 31, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__dialog {
  position: relative;
  width: 578px;
  max-width: 100%;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 3.2vw, 42px);
  padding: clamp(40px, 4vw, 48px);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(33, 33, 59, 0.25);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.28s ease;
}

/* line 50, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal.is-open .dl-modal__dialog {
  transform: none;
}

/* line 53, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 34px;
  height: 34px;
  border: none;
  background: none;
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__close::before, .dl-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #9a9a9a;
  transition: background 0.2s ease;
}

/* line 74, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 75, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 77, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__close:hover::before, .dl-modal__close:hover::after {
  background: #666;
}

/* line 82, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

/* line 90, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* line 98, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__title-text {
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.6;
  color: #f07200;
}

/* line 105, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__title-badge {
  flex-shrink: 0;
  padding: 3px 10px;
  border-radius: 15px;
  background: #f07200;
  color: #fff;
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

/* line 117, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__desc {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: clamp(15px, 1.8vw, 20px);
  line-height: 1.6;
  color: #626262;
  letter-spacing: 0.02em;
}

/* line 127, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__desc-br {
  display: inline;
}

/* line 130, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 137, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__errors {
  border: 1px solid #e0b4b4;
  border-radius: 8px;
  background: #fdf4f4;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 147, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__error {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.6;
  color: #c0392b;
}

/* line 154, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 160, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #222222;
}

/* line 168, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__input {
  width: 100%;
  box-sizing: border-box;
  height: 58px;
  padding: 12px 16px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
  color: #222222;
}

/* line 181, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__input::placeholder {
  color: #b3b3b3;
}

/* line 183, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__input:focus {
  outline: none;
  border-color: #f07200;
}

/* line 190, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__submit-wrap {
  margin-top: 4px;
  display: flex;
  justify-content: center;
}

/* line 196, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 357px;
  max-width: 100%;
  height: 73px;
  padding: 16px 29px;
  border: 0;
  border-radius: 8px;
  background: #f07200;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  transition: filter 0.25s ease;
}

/* line 213, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__submit:hover {
  filter: brightness(0.93);
}

/* line 216, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__submit-label {
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* line 224, app/assets/stylesheets/store_tob/_dl_modal.scss */
.dl-modal__submit-badge {
  flex-shrink: 0;
  padding: 3px 10px;
  border-radius: 15px;
  background: #fff;
  color: #f07200;
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 897px) {
  /* line 238, app/assets/stylesheets/store_tob/_dl_modal.scss */
  .dl-modal__dialog {
    gap: 24px;
    padding: 36px 20px 32px;
  }
  /* line 243, app/assets/stylesheets/store_tob/_dl_modal.scss */
  .dl-modal__heading {
    gap: 16px;
  }
  /* line 245, app/assets/stylesheets/store_tob/_dl_modal.scss */
  .dl-modal__submit {
    width: 100%;
    height: auto;
    padding: 18px 20px;
  }
}
