/* ============================================================
   KAITORI ELITE LP
   PSD: 750px @2x → CSS: 375px @1x
   ============================================================ */

:root {
  --blue: #1470e9;
  --blue-light: #ecf4ff;
  --blue-mid: #4298fe;
  --green: #06c755;
  --yellow: #fff000;
  --dark: #1a1a2e;
  --mid: #555;
  --light: #999;
  --border: #e0e0e0;
  --bg: #f5f5f5;
  --white: #fff;
  --r: 10px;
  --shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

/* ---------- Reset ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--dark);
  background: #d7e8ff;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0
}

img {
  max-width: 100%;
  display: block
}

.wrapper {
  width: 100%;
  padding-bottom: 80px;
  background: #f3f3f3;
  position: relative;
}

/* ---------- PSD image sections ---------- */
.section-img {
  width: 100%;
  display: block
}

.img-section {
  display: block;
  padding: 0 20px 40px;
}

.img-section-link {
  display: block;
  cursor: pointer
}

.hero-img-section {
  display: block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
}

.hero-title,
.hero-sub-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-img-area {
  position: relative;
}

.hero-img-area .en-msg,
.hero-img-area .ja-msg,
.hero-img-area .sub-ja-msg {
  position: absolute;
  left: 4.6%;
  z-index: 2;
  color: #000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
}

.hero-img-area .en-msg {
  top: 10%;
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .015em;
  white-space: nowrap;
}

.hero-img-area .ja-msg {
  top: 15.2%;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.48;
  letter-spacing: .01em;
}

.hero-img-area .sub-ja-msg {
  top: 35.2%;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: .015em;
}

.campaign-area {
  padding: 40px 10px 30px;
}

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.campaign-card {
  display: flex;
  align-items: center;
  gap: 7px;
  aspect-ratio: 1.68;
  padding: 8px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .07);
}

.campaign-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48%;
}

.campaign-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.campaign-card:nth-child(1) img {
  width: 65px;
}

.campaign-card:nth-child(2) img {
  width: 49px;
}

.campaign-card:nth-child(3) img {
  width: 74px;
}

.campaign-card:nth-child(4) img {
  width: 33.5px;
}

.campaign-info {
  flex: 1;
  min-width: 0;
}

.campaign-name {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}

.campaign-rate {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #0058fa;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.campaign-number {
  font-size: 44px;
}

.campaign-unit {
  font-size: 16px;
  line-height: 1.1;
}

.campaign-area+.line-cta-img-link {
  margin-top: 0;
}

.scroll-area {
  padding: 30px 0 0px;
}

.scroll-area .scroll-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
  gap: 10px;
}

.scroll-area .scroll-head .head1 {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 57px;
  background-color: #cad9f9;
}

.scroll-area .scroll-head .head2 {
  font-size: 20px;
  font-weight: 900;
}

.scroll-area .scroll-text {
  text-align: center;
  font-size: 10px;
  padding-bottom: 2px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.scroll-area .scroll-img img {
  margin: auto;
  width: 10px;
}


.line-cta-img-link {
  display: block;
  margin-top: 10px;
}

/* ---------- Header ---------- */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  z-index: 400;
  display: block;
  pointer-events: none;
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px 16px;
  height: 52px;
  z-index: 400;
  pointer-events: none;
}

/* 2-line hamburger → X */
.header__menu-btn {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 4px 6px;
  pointer-events: auto;
}

.header__menu-btn.is-blue span {
  background: #000;
}

.header__menu-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
}

.header__menu-btn.open span:nth-child(1) {
  transform: translateY(4px) rotate(35deg);
  background: var(--blue);
}

.header__menu-btn.open span:nth-child(2) {
  transform: translateY(-4px) rotate(-35deg);
  background: var(--blue);
}

/* ---------- Drawer ---------- */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: rgba(255, 255, 255, .72);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 300;
  overflow-y: auto;
  padding: 52px 0 20px;
  transform: translateX(100%);
  opacity: 0;
  transition: transform .45s cubic-bezier(.4, 0, .2, 1), opacity .3s ease;
  pointer-events: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  will-change: transform;
}

.drawer.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.drawer__list {
  padding: 40px 30px 30px;
  list-style: none;
}

.drawer__list li {
  border-bottom: 1px solid var(--blue-light)
}

.drawer__list a {
  display: block;
  position: relative;
  padding: 15px 30px 15px 0;
  font-size: 14px;
  color: #2d2d36;
  font-weight: 400;
}

.drawer__list a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url("img/menu_arrow.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.drawer__btns {
  padding: 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 4px
}

.drawer__btn {
  display: block;
  padding: 18px 18px;
  border-radius: var(--r);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.drawer__btn small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 3px 20px;
  color: rgba(20, 112, 233, .85);
  width: fit-content;
}

.drawer__btn.drawer__btn--green small {
  color: var(--green)
}

.drawer__btn .btm-area {
  position: relative;
}

.drawer__btn .btm-area::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url("img/blue_arrow.png") center / contain no-repeat;
}

.drawer__btn.drawer__btn--green .btm-area::before {
  background: url("img/green_arrow.png") center / contain no-repeat;
}

.drawer__btn--blue {
  background: var(--blue)
}

.drawer__btn--green {
  background: var(--green)
}

/* ---------- Buttons ---------- */
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: opacity .2s;
  width: 100%;
  border: none;
  font-family: "Poppins", sans-serif;
  height: 40px;
  max-width: 200px;
  margin: auto;
  position: relative;
}

.btn-primary::before {
  content: "";
  position: absolute;
  right: 18px;
  width: 4px;
  height: 6px;
  background: url(img/white_arrow.png) center / contain no-repeat;
}

#simPanel3 .btn-primary::before {
  right: auto;
  left: 18px;
  transform: rotate(180deg);
}

.btn-primary:disabled {
  background: #aac6f7;
  cursor: default
}

.btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
  padding: 14px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s;
  width: 100%;
}

.btn-line {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #fff;
  padding: 16px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: opacity .2s;
}

.btn-large {
  padding: 18px;
  font-size: 17px
}

.btn-full {
  width: 100%
}

.btn-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-light);
  color: var(--blue);
  border-radius: 6px;
  padding: 7px 25px 7px 16px;
  font-size: 12px;
  font-weight: 600;
}

.btn-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
}

.btn-outline-sm {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid var(--blue);
  color: var(--blue);
  border-radius: var(--r);
  padding: 12px 10px;
  font-size: 13px;
  line-height: 1.4;
}

.btn-line-sm {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--green);
  color: #fff;
  border-radius: var(--r);
  padding: 12px 10px;
  font-size: 13px;
  line-height: 1.4;
}

/* ---------- Section commons ---------- */
.section-en-title {
  font-size: 14px;
  padding-bottom: 2px;
  text-align: center;
  font-weight: 400;
}

.section-title {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.4
}

.section-en-title,
.section-title {
  display: block;
}

.section-en {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  color: var(--blue);
  text-align: center;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}

.section-lead {
  font-size: 13px;
  color: #2d2d36;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* ---------- Purchase price list ---------- */
.purchase-list {
  padding: 0 10px 40px;
}

.purchase-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 13px;
}

.purchase-tab {
  padding: 10px 2px;
  border: 1px solid #cad9f9;
  border-radius: 3px;
  background: #fff;
  color: #2d2d36;
  font-size: 12px;
  font-weight: 500;
}

.purchase-tab[aria-selected="true"] {
  border-color: #3281ea;
  background: #ecf4ff;
}

.purchase-tab:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.purchase-card {
  padding: 12px 15px 16px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.purchase-model {
  margin-bottom: 12px;
  color: #2d2d36;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.purchase-card-body {
  display: grid;
  grid-template-columns: 25% minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  min-height: 90px;
}

.purchase-image {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  width: 100%;
  height: auto;
}

.purchase-table-wrap {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  grid-template-rows: subgrid;
  min-width: 0;
  overflow-x: auto;
}

.purchase-inquiry {
  align-self: start;
  font-size: 14px;
  font-weight: 700;
}

.purchase-table {
  align-self: start;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  color: var(--blue);
  font-weight: 700;
}

.purchase-table th,
.purchase-table td {
  padding: 1px 4px;
}

.purchase-table td {
  text-align: right;
}

.purchase-table tr>*+* {
  border-left: 1px solid #cad9f9;
}

.purchase-table thead {
  background: #ecf4ff;
  color: #2d2d36;
  font-size: 10px;
}

.purchase-table thead th {
  padding: 4px;
}

.purchase-table tbody tr:nth-child(even) {
  background: #f3f3f3;
}

/* ---------- Simulator ---------- */
.simulator {
  padding: 27px 20px 40px;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
}

.sim-card {
  border: 1.5px solid var(--blue);
  border-radius: 20px;
  padding: 15px 20px 30px;
  background-color: var(--white);
}

/* Panel header (inline step number) */
.sim-panel-hd {
  margin-bottom: 25px
}

.sim-panel-num {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--blue);
  border-bottom: 2.5px solid var(--blue);
  padding-bottom: 0px;
  margin-bottom: 1px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}

.sim-panel-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center
}

/* Panels */
.sim-panel {
  display: none
}

.sim-panel.active {
  display: block
}

/* Category grid */
.cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 30px
}

.cat-btn {
  display: grid;
  flex-direction: row;
  grid-template-columns: 3fr 7fr;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--dark);
  background: #fff;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
  text-align: left;
}

.cat-grid .cat-btn:last-child {
  display: flex;
}

.cat-btn.selected {
  border-color: var(--blue);
  background: var(--blue-light);
  color: var(--blue)
}

.cat-icon {
  flex-shrink: 0
}

.cat-grid .cat-btn:nth-of-type(1) .cat-icon {
  width: 17px;
}

.cat-grid .cat-btn:nth-of-type(2) .cat-icon {
  width: 23px;
}

.cat-grid .cat-btn:nth-of-type(3) .cat-icon {
  width: 36px;
}

.cat-grid .cat-btn:nth-of-type(4) .cat-icon {
  width: 18px;
}

.cat-grid .cat-btn:nth-of-type(5) .cat-icon {
  width: 22px;
}

.cat-icon svg {
  width: 32px;
  height: 32px
}

/* Selects */
.sim-selects {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.sim-select-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px
}

.sim-select-wrap {
  position: relative
}

.sim-select-wrap.is-disabled {
  opacity: .55;
}

.sim-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url(img/select_arrow.png) center / contain no-repeat;
  transform: translateY(-50%) rotate(90deg);
}

.sim-select-wrap select {
  width: 100%;
  padding: 18px 40px 18px 30px;
  border: 1.5px solid var(--blue);
  border-radius: 10px;
  font-size: 13px;
  color: var(--dark);
  background: var(--blue-light);
  appearance: none;
  font-family: inherit;
}

.sim-select-wrap select:disabled {
  cursor: not-allowed;
}

.sim-select-wrap select:focus {
  outline: none;
  border-color: var(--blue)
}

.sim-note-link {
  font-size: 12px;
  color: #0271e4;
  margin-bottom: 13px;
  text-align: center;
}

.sim-note-link a {
  text-decoration: underline
}

/* ---------- Modal ---------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}

.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.modal__body {
  position: relative;
  background: #fff;
  border-radius: 20px;
}

.modal__close {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1470e9;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.condition-modal {
  padding: 35px 20px 65px 35px;
}

.condition-modal__scroll {
  max-height: min(72vh, 860px);
  overflow-y: auto;
  padding: 0px 20px 0px 0px;
  border-radius: 2px;
  scrollbar-width: thin;
  scrollbar-color: #cad9f9 transparent;
}

.condition-modal__scroll::-webkit-scrollbar {
  width: 6px;
}

.condition-modal__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.condition-modal__scroll::-webkit-scrollbar-thumb {
  background: #cad9f9;
  border-radius: 999px;
}

.condition-modal__section {
  padding: 20px 0;
  border-bottom: 1px solid #cad9f9;
}

.condition-modal__section:first-child {
  padding-top: 0px;
}

.condition-modal__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.condition-modal__title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #1470e9;
  margin-bottom: 8px;
}

.condition-modal__text {
  font-size: 12px;
  line-height: 1.5;
  color: #2d2d36;
}

.phone-area-modal {
  padding: 28px 20px 72px;
}

.phone-area-modal__inner {
  padding-top: 4px;
}

.phone-area-modal__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #2d2d36;
  text-align: center;
  margin-bottom: 4px;
}

.phone-area-modal__subtitle {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #1470e9;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.phone-area-modal__list {
  border-top: 1px solid #cad9f9;
}

.phone-area-modal__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 5px;
  border-bottom: 1px solid #cad9f9;
}

.phone-area-modal__shop {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #2d2d36;
}

.phone-area-modal__shop-note {
  font-size: 10px;
  font-weight: 500;
}

.phone-area-modal__tel {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: #1470e9;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}

.sim-back {
  font-size: 12px;
  padding: 12px;
  position: absolute;
  left: 25px;
  color: var(--blue);
  display: flex;
  gap: 8px;
  align-items: center;
}

.sim-back img {
  width: 5px;
  transform: rotate(180deg);
  margin-top: 2px;
}

/* Result */
.sim-result-price {
  font-size: 25px;
  font-weight: 500;
  color: var(--blue);
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  background: var(--bg);
  padding: 20px 20px;
  line-height: 1.4;
}

.sim-result-price span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--blue);
  font-family: 'Noto Sans JP', sans-serif;
}

.sim-result-price .sim-result-model,
.sim-result-price .sim-result-details {
  color: var(--dark);
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.sim-result-price .sim-result-limit {
  margin-top: 10px;
}

.sim-result-price .sim-result-inquiry {
  font-size: 19px;
}

.sim-result-note {
  font-size: 10px;
  color: #1d1d1f;
  line-height: 1.7;
  margin-bottom: 20px
}

/* Dots */
.sim-dots {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: fit-content;
  margin: 17px auto 0;
  background: #f5f5f7;
}

.sim-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: background .25s;
  border: 2px solid var(--blue);
  background-color: #fff;
}

.sim-dot.active {
  background: var(--blue)
}

/* ---------- LINE Register ---------- */
.line-reg {
  background: var(--green);
  padding: 32px 20px;
  color: #fff;
  text-align: center
}

.line-reg__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 20px
}

.coupon {
  background: rgba(255, 255, 255, .18);
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 20px;
  display: inline-block;
  min-width: 200px;
}

.coupon__from {
  font-size: 13px;
  opacity: .9;
  margin-bottom: 4px
}

.coupon__body {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px
}

.coupon__label {
  font-size: 16px;
  font-weight: 700
}

.coupon__num {
  font-size: 60px;
  font-weight: 900;
  line-height: 1
}

.coupon__num span {
  font-size: 24px
}

.coupon__up {
  font-size: 22px;
  font-weight: 900
}

.coupon__present {
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px
}

.line-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px
}

.line-flow__step {
  text-align: center;
  font-size: 12px
}

.line-flow__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto 6px;
}

.line-flow__arr {
  font-size: 18px;
  opacity: .7
}

.line-reg .btn-line {
  background: rgba(255, 255, 255, .25);
  border: 2px solid #fff;
  color: #fff;
  margin-bottom: 12px;
  border-radius: 50px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-reg__note {
  font-size: 11px;
  opacity: .8
}

/* ---------- Reservation ---------- */
.reservation {
  padding: 0 20px;
}

.reservation#rereservation {
  padding: 50px 20px 50px;
}

.res-tabs {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.res-tab {
  flex: 1;
  min-height: 50px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: none;
  background: #fff;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  position: relative;
  transition: 0s;
}

.res-tab[data-rtab="rline"] {
  color: #06c755;
  border: 1px solid #06c755;
  border-bottom: 1px solid #1470e9 !important;
}

.res-tab[data-rtab="rphone"] {
  color: #1470e9;
  border: 1px solid #1470e9;
  border-bottom: 1px solid #06c755 !important;
}

.res-tab[data-rtab="rline"].active {
  color: #fff;
  background: #06c755;
  border-color: #06c755;
  z-index: 2;
  border-bottom: 1px solid #06c755 !important;
}

.res-tab[data-rtab="rphone"].active {
  color: #fff;
  background: linear-gradient(180deg, #2f7ff3 0%, #1470e9 100%);
  border-color: #1470e9;
  z-index: 2;
  border-bottom: 1px solid #1470e9 !important;
}

.res-panel {
  display: none;
  position: relative;
  margin-top: -1px;
  padding: 9px 9px;
  background: #06c755;
  overflow: hidden;
}

.res-panel[data-rpanel="rline"] {
  background: #06c755;
}

.res-panel[data-rpanel="rphone"] {
  background: #1470e9;
}

.res-panel::before {
  content: "";
  position: absolute;
  inset: 7px 7px 7px;
  background: #fff;
  border-radius: 20px;
  z-index: 0;
}

.res-panel.active {
  display: block
}

.res-panel>* {
  position: relative;
  z-index: 1;
}

/* Area tabs */
.area-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px
}

.area-tab {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--mid);
  border: 1px solid var(--border);
  background: #fff;
  cursor: pointer;
  transition: .2s;
}

.area-tab.active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue)
}

.area-panel {
  display: none
}

.area-panel.active {
  display: block
}

.area-en {
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 2px
}

.area-name {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px
}

/* Store cards */
.store-card {
  border-radius: 10px;
}

.store-card h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px
}

.store-card dl div {
  display: flex;
  gap: 8px;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 4px
}

.store-card dt {
  flex-shrink: 0;
  font-weight: 700;
  color: var(--mid);
  min-width: 52px
}

.store-card dd {
  color: var(--dark)
}

.store-card .btn-map {
  margin-top: 10px
}

/* Phone reservation */
.phone-panel {
  padding: 20px;
}

.phone-panel__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.phone-panel__icon {
  width: 35px;
  height: 35px;
}

.phone-panel__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #1470e9;
}

.phone-lead {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #2d2d36;
  margin-bottom: 3px
}

.phone-hours {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #2d2d36;
  margin-bottom: 15px
}

.phone-area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.phone-area-card {
  position: relative;
  padding: 13px;
  border: 1px solid #cad9f9;
  border-radius: 10px;
  background: #fff;
  text-align: left;
}

.phone-area-card__name {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #2d2d36;
  margin-bottom: 7px;
}

.phone-area-card__en {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
  color: #1470e9;
  font-family: "Poppins", sans-serif;
}

.phone-area-card__plus {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 17px;
  height: 17px;
  display: block;
  background: url(img/plus.png) center / contain no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/* ---------- Method ---------- */
.method {
  padding: 36px 0 0px;
}

.method-badge,
.campaign-title {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.method-badge span, .method-badge {
  font-size: 12px
}

.method-badge::before, .method-badge::after {
  content: none
}

.method-badge,
.campaign-title {
  background: var(--yellow);
  color: #0058fa;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 20px;
  width: fit-content;
  margin: -15px auto 30px;
}

.method-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 0 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.method-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 10px;
  border: none;
  border-radius: 10px 10px 0 0;
  background: #cad9f9;
  cursor: pointer;
  transition: .2s ease;
  position: relative;
}

.method-tab.active {
  background: #1470e9;
}

.method-tab__sub {
  font-size: 13px;
  color: #1470e9;
  font-weight: 500;
  margin-bottom: 2px;
}

.method-tab__main {
  font-size: 20px;
  font-weight: 700;
  color: #1470e9;
  line-height: 1.15;
}

.method-tab.active .method-tab__sub {
  color: #fff;
}

.method-tab.active .method-tab__main {
  color: #fff;
}

.method-tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #1470e9;
}

.method-panel {
  display: none;
  position: relative;
  border-top: 2px solid #1470e9;
  padding: 40px 20px 50px;
}

.method-panel.active {
  display: block;
}

.method-panel__eyebrow {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #2d2d36;
  text-align: center;
  margin-bottom: 6px;
}

.method-panel__title {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #2d2d36;
  text-align: center;
  margin-bottom: 20px;
}

.method-panel__body {
  font-size: 12px;
  color: #2d2d36;
  line-height: 1.8;
  margin-bottom: 20px;
}

.region-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
  padding: 0 2px;
}

.region-tab {
  min-width: calc(33.333% - 7px);
  padding: 10px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #2d2d36;
  border: 1px solid #cad9f9;
  background: #fff;
  cursor: pointer;
  transition: .2s;
}

.region-tab.active {
  background: #ecf4ff;
  border-color: #3281ea;
}

.store-region-panel {
  display: none;
}

.store-region-panel.active {
  display: block;
}

.store-region-empty {
  padding: 28px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(26, 42, 84, .06);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  color: #2d2d36;
  text-align: center;
}

.store-carousel,
.delivery-carousel {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 0 20px;
  margin: 0 -20px 0 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background-color: #f3f3f3;
}

.store-carousel::-webkit-scrollbar,
.delivery-carousel::-webkit-scrollbar {
  display: none;
}

.store-carousel:has(> .store-card:only-child),
.delivery-carousel:has(> .delivery-item:only-child) {
  justify-content: center;
}

.store-card,
.delivery-item {
  flex: 0 0 85%;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(26, 42, 84, .06);
}

.store-card__image,
.delivery-item__image {
  width: 100%;
  aspect-ratio: 106 / 64;
  object-fit: cover;
  display: block;
}

.store-card__image--shinjuku {
  /* object-position: center 35%; */
}

.store-card__body,
.delivery-item__body {
  padding: 20px 18px 24px;
}

.store-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.store-card h4 {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 800;
  margin-bottom: 15px;
  color: #2d2d36;
}

.store-card h4 span {
  font-size: 11px;
  padding-left: 10px;
}

.store-card dl div {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.store-card dt {
  min-width: 58px;
  font-size: 12px;
  line-height: 1.7;
  color: #2d2d36;
  font-weight: 800;
}

.store-card dd {
  font-size: 12px;
  line-height: 1.7;
  color: #4b4b57;
}

.store-card__meta {}

.store-card .btn-map {
  width: 150px;
  max-width: 100%;
  height: 30px;
  margin: auto auto 0;
  border-radius: 30px;
  background: #1470e9;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  line-height: 1;
}

.store-card .btn-map img {
  width: 12px;
}

.delivery-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  background: #cad9f9;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 25px;
}

.delivery-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.delivery-feature p {
  font-size: 15px;
  line-height: 1.45;
  color: #2d2d36;
  font-weight: 700;
}

.delivery-section h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #2d2d36;
  margin-bottom: 18px;
}

.delivery-item__body strong {
  display: block;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
  text-align: center;
  color: #2d2d36;
  margin-bottom: 16px;
}

.delivery-item__body p {
  font-size: 12px;
  line-height: 2;
  color: #4b4b57;
}

.method-cta {
  max-width: 250px;
  margin: 40px auto 0;
  border-radius: 999px;
  min-height: 50px;
  font-size: 13px;
  font-weight: 700;
  background: #06c755;
}

/* ---------- Sliders ---------- */
.slider-wrap {
  position: relative
}

.slider-clip {
  overflow: hidden
}

.slider {
  display: flex;
  align-items: stretch;
  transition: transform .35s ease;
  will-change: transform
}

.slide {
  flex: 0 0 100%;
  display: flex;
  padding: 0 14px
}

.slide-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid var(--blue);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 4px
}

.reason .slide-card {
  background-color: #ecf4ff;
}

.slide-thumb {
  width: 100%;
  aspect-ratio: 298 / 179;
  object-fit: cover;
  display: block
}

.slide-body {
  padding: 20px 23px;
}

.slide-num {
  display: flex;
  gap: 17px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}

.num-badge {
  font-size: 20px;
  font-weight: 400;
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

.slide-body p {
  font-size: 12px;
  color: var(--mid);
  line-height: 1.7
}

.slider-prev, .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #3281ea;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 5;
  cursor: pointer;
}

.slider-prev {
  left: -5px
}

.slider-next {
  right: -5px
}

.slider-arrow {
  width: 7px;
}

.slider-prev .slider-arrow {
  transform: rotate(180deg);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 15px 0 0
}

.sdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c6d9f1;
  cursor: pointer;
  transition: background .25s
}

.sdot.active {
  background: var(--blue)
}

/* Points / Reason section bg */
.points {
  padding: 36px 25px 50px;
  background: #ecf4ff;
}

.points .slider-wrap {
  padding: 0 4px
}

.reason {
  padding: 36px 25px 50px;
  background: #fff;
}

.reason .slider-wrap {
  padding: 0 4px
}

/* ---------- Voice ---------- */
.voice {
  padding: 36px 25px 50px;
}

.voice .section-en, .voice .section-title {
  padding: 0 14px
}

.voice-card {
  background: #fff;
  border: 1.5px solid var(--blue);
  border-radius: 10px;
  padding: 20px 23px 30px;
  margin-bottom: 2px;
}

.voice-card__head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px
}

.voice-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f3f3
}

.voice-avatar img {
  width: 100%;
}

.voice-name-badge {
  display: inline-block;
  padding: 5px 17px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #2d2d36;
  background: #ecf4ff;
}

.voice-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5
}

.voice-text {
  font-size: 12px;
  color: #2d2d36;
  line-height: 1.7
}

/* ---------- Damage ---------- */
.damage {
  background: var(--blue);
  padding: 40px 20px 50px;
  margin-bottom: 50px;
  border-radius: 30px;
}

.damage__title {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
  line-height: 1.5
}

.damage-panel__body {
  font-size: 12px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 20px;
}

.damage-slider {
  position: relative;
  margin: 0 -20px;
  overflow: hidden;
  touch-action: pan-y;
}

.damage-grid {
  display: flex;
  gap: 10.5%;
  transition: transform .35s ease;
}

.damage-card {
  flex: 0 0 57%;
  min-width: 0;
}

.damage-card[aria-hidden="true"] .damage-label {
  visibility: hidden;
}

.damage-img {
  width: 100%;
  aspect-ratio: 7/5;
  border-radius: 5px;
  display: block;
  object-fit: cover
}

.damage-label {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 4px 0;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
}

.damage-controls {
  position: absolute;
  top: 0;
  left: 21.5%;
  width: 57%;
  aspect-ratio: 7 / 5;
  pointer-events: none;
}

.damage-prev,
.damage-next {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #cad9f9;
  pointer-events: auto;
}

.damage-prev {
  left: 0;
  transform: translate(-75%, -50%);
}

.damage-next {
  right: 0;
  transform: translate(75%, -50%);
}

.damage-prev img,
.damage-next img {
  width: 7px;
  height: auto;
}

.damage-prev img {
  transform: rotate(180deg);
}

.damage-counter {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/* ---------- FAQ ---------- */
.faq {
  padding: 36px 20px 50px;
  background: #fff
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.faq-item {
  background: var(--blue-light);
  border-radius: 5px;
  overflow: hidden
}

.faq-q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  cursor: pointer;
  list-style: none;
}

.faq-q__mark {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--blue);
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.faq-q__text {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  color: #2d2d36;
}

/* CSS-drawn +/− icon */
.faq-toggle {
  flex-shrink: 0;
  width: 13px;
  height: 14px;
  position: relative;
  margin-left: 8px;
  margin-top: 1px;
}

.faq-toggle::before, .faq-toggle::after {
  content: '';
  position: absolute;
  background: var(--blue);
  border-radius: 2px;
}

.faq-toggle::before {
  left: 0;
  right: -1px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%)
}

.faq-toggle::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  transition: transform .3s ease, opacity .3s ease;
}

.faq-item.open .faq-toggle::after {
  transform: translateX(-50%) scaleY(0);
  opacity: 0
}

/* Smooth accordion */
.faq-a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  border-radius: 5px;
  margin: 0 12px;
  padding: 0 14px;
  font-size: 13px;
  color: #2d2d36;
  line-height: 1.7;
  transition: max-height .35s ease, opacity .25s ease, padding .35s ease, margin-bottom .35s ease;
}

.faq-item.open .faq-a {
  max-height: 400px;
  opacity: 1;
  padding: 14px;
  margin-bottom: 12px;
}

.faq-item .faq-q {
  cursor: pointer
}

/* ---------- Footer ---------- */
.footer {
  background: var(--bg);
  padding: 40px 16px 0px;
  text-align: center
}

.footer__logo {
  margin-bottom: 12px
}

.footer__logo-img {
  margin: 0 auto;
  max-width: 221px;
}

.footer__company {
  font-size: 12px;
  color: #113100;
  line-height: 1.7;
  margin-bottom: 16px;
}

.footer__site-btn {
  max-width: 250px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 18px;
  border-radius: 25px;
  background-color: #2d2d36;
  color: #fff;
  font-size: 12px;
}

.footer__site-btn::before {
  content: "";
  position: absolute;
  right: 18px;
  width: 13px;
  height: 13px;
  background: url(img/expand.png) center / contain no-repeat;
}

.footer__copy {
  font-size: 10px;
  color: #113100;
  line-height: 1.6;
}

/* ---------- Fixed bottom CTA ---------- */
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 150;
}

.fixed-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 8px 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.fixed-cta__btn small {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 3px;
  display: block
}

.fixed-cta__btn--blue {
  background: var(--blue)
}

.fixed-cta__btn--green {
  background: var(--green)
}

.desktop-side-nav {
  display: none;
}

@keyframes pcBgLogoMarquee {
  from {
    background-position: 132px 0;
  }

  to {
    background-position: calc(132px - var(--pc-bg-logo-tile-width)) 0;
  }
}

/* ---------- Desktop ---------- */
@media screen and (min-width: 701px) {
  :root {
    --pc-wrapper-max-width: 500px;
    --pc-side-width: 235px;
    --pc-side-gap: 26px;
    --pc-bg-logo-tile-width: 2176px;
  }

  a:hover,
  .cat-btn:not(.selected):hover,
  .region-tab:not(.active):hover,
  .btn-primary:hover,
  .sim-back:hover,
  .btn-line:hover,
  .btn-line-sm:hover,
  .modal__close:hover,
  .phone-area-card:hover,
  .res-tab:not(.active):hover {
    opacity: .5;
    cursor: pointer;
  }

  body {
    background: url(img/pc_bg.png) center / contain no-repeat;
    background-size: 100% 100%;
    position: relative;
  }

  body::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 73px;
    background-image: url(img/pc_bg_logo_gap.png);
    background-repeat: repeat-x;
    background-size: var(--pc-bg-logo-tile-width) 100%;
    pointer-events: none;
    z-index: 0;
    background-position: 132px 0;
    animation: pcBgLogoMarquee 28s linear infinite;
  }

  .header {
    display: none;
  }

  .drawer,
  .drawer.open {
    /* desktop-specific drawer behavior */
  }

  .fixed-cta {
    display: none;
  }

  .wrapper {
    max-width: var(--pc-wrapper-max-width);
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .desktop-side-nav {
    display: flex;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 120;
  }

  .desktop-side-nav--left {
    left: max(10px, calc(50% - (var(--pc-wrapper-max-width) / 2) - var(--pc-side-gap) - var(--pc-side-width)));
    flex-direction: column;
    gap: 20px;
  }

  .desktop-side-nav--right {
    right: max(10px, calc(50% - (var(--pc-wrapper-max-width) / 2) - var(--pc-side-gap) - var(--pc-side-width)));
    flex-direction: column;
    gap: 6px;
  }

  .desktop-side-cta {
    position: relative;
    display: block;
    padding: 18px 57px 18px 15px;
    width: var(--pc-side-width);
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 8px 24px rgba(29, 80, 155, .14);
  }

  .desktop-side-cta small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 12px;
    white-space: nowrap;
  }

  .desktop-side-cta span {
    display: block;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    white-space: nowrap;
  }

  .desktop-side-cta::after {
    content: "";
    position: absolute;
    right: 17px;
    bottom: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95) url("img/blue_arrow.png") center / 30px 30px no-repeat;
    transform: translateY(-50%);
  }

  .desktop-side-cta--blue {
    background: #1470e9;
  }

  .desktop-side-cta--blue small {
    color: #1470e9;
  }

  .desktop-side-cta--green {
    background: #06c755;
  }

  .desktop-side-cta--green small {
    color: #06c755;
  }

  .desktop-side-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 20px 44px 20px 20px;
    width: var(--pc-side-width);
    border-radius: 10px;
    background: rgba(255, 255, 255, .9);
    color: #2d2d36;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(29, 80, 155, .08);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .desktop-side-link::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #4a92f1;
    border-radius: 50%;
    background: url("img/blue_arrow.png") center / 20px 20px no-repeat;
    transform: translateY(-50%) rotate(90deg);
  }
}

@media screen and (min-width: 1300px) {
  .purchase-list {
    padding: 0 20px 70px;
  }

  .purchase-tabs {
    gap: 14px;
    margin-bottom: 26px;
    padding-top: 20px;
  }

  .purchase-tab {
    padding: 20px 4px;
    border-width: 2px;
    border-radius: 6px;
    font-size: 24px;
  }

  .purchase-card {
    padding: 24px 30px 40px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .purchase-model {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .purchase-card-body {
    column-gap: 24px;
    min-height: 180px;
  }

  .purchase-inquiry {
    font-size: 22px;
  }

  .purchase-table {
    font-size: 24px;
  }

  .purchase-table th,
  .purchase-table td {
    padding: 2px 8px;
  }

  .purchase-table tr>*+* {
    border-left-width: 2px;
  }

  .purchase-table thead {
    font-size: 20px;
  }

  .purchase-table thead th {
    padding: 8px;
  }

  .hero-img-area .en-msg {
    font-size: 23px;
  }

  .hero-img-area .ja-msg {
    font-size: 54px;
  }

  .hero-img-area .sub-ja-msg {
    font-size: 27px;
  }

  .campaign-area {
    padding: 70px 20px 50px;
  }

  .campaign-grid {
    gap: 20px;
  }

  .campaign-card {
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .campaign-card:nth-child(1) img {
    width: 130px;
  }

  .campaign-card:nth-child(2) img {
    width: 98px;
  }

  .campaign-card:nth-child(3) img {
    width: 148px;
  }

  .campaign-card:nth-child(4) img {
    width: 67px;
  }

  .campaign-name {
    min-height: 56px;
    margin-bottom: 8px;
    font-size: 24px;
  }

  .campaign-rate {
    gap: 4px;
  }

  .campaign-number {
    font-size: 88px;
  }

  .campaign-unit {
    font-size: 34px;
  }

  :root {
    --pc-wrapper-max-width: 750px;
    --pc-side-gap: 26px;
  }

  .scroll-area {
    padding: 50px 0 0px;
  }

  .scroll-area .scroll-head {
    padding-bottom: 10px;
    gap: 15px;
  }

  .scroll-area .scroll-head .head1 {
    font-size: 24px;
    padding: 5px 15px;
    border-radius: 57px;
  }

  .scroll-area .scroll-head .head2 {
    font-size: 40px;
  }

  .scroll-area .scroll-text {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .scroll-area .scroll-img img {
    margin: auto;
    width: 19px;
  }

  .simulator {
    padding: 50px 20px 60px;
  }

  .section-en-title {
    font-size: 28px;
    padding-bottom: 5px;
  }

  .section-title {
    font-size: 50px;
  }

  .section-en {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .sim-panel-num {
    font-size: 30px;
    border-bottom: 4px solid var(--blue);
  }

  .sim-panel-hd {
    margin-bottom: 40px;
  }

  .sim-card {
    border: 2px solid var(--blue);
    border-radius: 40px;
    padding: 20px 30px 50px;
  }

  .cat-grid {
    gap: 20px;
    margin-bottom: 40px;
  }

  .cat-btn {
    padding: 40px 35px;
    border: 2px solid var(--border);
    border-radius: 20px;
    font-size: 24px;
    gap: 20px;
  }

  .cat-grid .cat-btn:nth-of-type(1) .cat-icon {
    width: 34px;
  }

  .sim-panel-title {
    font-size: 32px;
  }

  .cat-grid .cat-btn:nth-of-type(2) .cat-icon {
    width: 46px;
  }

  .cat-grid .cat-btn:nth-of-type(3) .cat-icon {
    width: 72px;
  }

  .cat-grid .cat-btn:nth-of-type(4) .cat-icon {
    width: 36px;
  }

  .cat-grid .cat-btn:nth-of-type(5) .cat-icon {
    width: 44px;
  }

  .btn-primary {
    font-size: 24px;
    height: 80px;
    max-width: 500px;
  }

  .btn-primary::before {
    right: 40px;
    width: 8px;
    height: 12px;
  }

  .sim-dots {
    gap: 50px;
    margin: 30px auto 0;
  }

  .sim-dot {
    width: 12px;
    height: 12px;
  }

  .sim-select-wrap select {
    padding: 30px 40px 30px 30px;
    border: 2px solid var(--blue);
    border-radius: 20px;
    font-size: 25px;
  }

  .sim-selects {
    gap: 15px;
    margin-bottom: 20px;
  }

  .sim-note-link {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .sim-back {
    font-size: 24px;
    padding: 20px 30px;
  }

  .sim-result-price {
    font-size: 50px;
    margin-bottom: 40px;
    border-radius: 20px;
    padding: 30px 20px;
  }

  .sim-result-price span {
    font-size: 28px;
  }

  .sim-result-price .sim-result-limit {
    margin-top: 20px;
  }

  .sim-result-price .sim-result-inquiry {
    font-size: 38px;
  }

  .sim-result-price .sim-result-model,
  .sim-result-price .sim-result-details {
    font-size: 24px;
  }

  .sim-result-note {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .reservation#rereservation {
    padding: 70px 25px 70px;
  }

  .res-tab {
    min-height: 100px;
    font-size: 26px;
  }

  .res-tabs {
    gap: 30px;
  }

  .phone-panel {
    padding: 40px;
  }

  .phone-panel__title {
    font-size: 50px;
  }

  .phone-panel__icon {
    width: 70px;
    height: 70px;
  }

  .phone-lead {
    font-size: 30px;
  }

  .phone-hours {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .phone-area-grid {
    gap: 20px;
  }

  .phone-area-card {
    padding: 30px;
    border: 2px solid #cad9f9;
    border-radius: 20px;
  }

  .phone-area-card__name {
    font-size: 28px;
  }

  .phone-area-card__en {
    font-size: 20px;
  }

  .phone-area-card__plus {
    top: 30px;
    right: 20px;
    width: 34px;
    height: 34px;
  }

  .method-badge,
  .campaign-title {
    font-size: 28px;
    padding: 16px 40px;
    border-radius: 40px;
    margin: -15px auto 50px;
    min-width: 570px;
  }

  .method-tab {
    min-height: 140px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }

  .method-tab__sub {
    font-size: 26px;
  }

  .method-tab__main {
    font-size: 40px;
  }

  .method-panel__eyebrow {
    font-size: 28px;
  }

  .method-panel__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .method-panel__body {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .region-tabs {
    margin-bottom: 30px;
  }

  .region-tab {
    padding: 20px;
    border-radius: 6px;
    font-size: 26px;
    border: 2px solid #cad9f9;
  }

  .region-tab.active {
    background: #ecf4ff;
    border-color: #3281ea;
  }

  .store-region-panel {
    display: none;
  }

  .store-region-panel.active {
    display: block;
  }

  .store-region-empty {
    font-size: 28px;
  }

  .store-carousel,
  .delivery-carousel {
    gap: 20px;
  }

  .store-card,
  .delivery-item {
    border-radius: 20px;
  }

  .store-card h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .store-card h4 span {
    font-size: 24px;
    padding-left: 15px;
  }

  .store-card dl div {
    gap: 30px;
    margin-bottom: 20px;
  }

  .store-card dt {
    font-size: 24px;
    min-width: 96px;
  }

  .store-card dd {
    font-size: 24px;
  }

  .store-card__meta {}

  .btn-map {
    padding: 7px 25px 7px 16px;
  }

  .store-card .btn-map {
    width: 300px;
    height: 60px;
    border-radius: 60px;
    font-size: 24px;
    gap: 20px;
  }

  .store-card .btn-map img {
    width: 24px;
  }

  .delivery-features {
    gap: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 25px;
  }

  .delivery-feature {
    min-height: 80px;
    padding: 20px;
    border-radius: 20px;
  }

  .delivery-feature p {
    font-size: 30px;
  }

  .delivery-section h4 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .delivery-item__body strong {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .delivery-item__body p {
    font-size: 24px;
  }

  .store-card__body, .delivery-item__body {
    padding: 30px 25px 40px;
  }

  .method-cta {
    max-width: 500px;
    margin: 40px auto 0;
    min-height: 60px;
    font-size: 26px;
  }

  .slide-card {
    border-radius: 20px;
  }

  .slide-body {
    padding: 50px
  }

  .slide-num {
    gap: 17px;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .num-badge {
    font-size: 40px;
  }

  .slide-body p {
    font-size: 24px;
  }

  .slider-prev, .slider-next {
    width: 70px;
    height: 70px;
    top: 58%;
  }

  .slider-prev {
    left: -10px
  }

  .slider-next {
    right: -10px
  }

  .slider-arrow {
    width: 14px;
  }

  .slide {
    padding: 0 24px;
  }

  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 0 0
  }

  .sdot {
    width: 14px;
    height: 14px;
  }

  .points {
    padding: 40px 25px 70px;
  }

  .section-lead {
    font-size: 26px;
  }

  .reason {
    padding: 40px 25px 70px;
  }

  .voice {
    padding: 40px 25px 70px;
  }

  .voice-card {
    border-radius: 20px;
    padding: 40px 50px 70px;
  }

  .voice-card__head {
    margin-bottom: 40px;
    gap: 30px;
  }

  .voice-avatar {
    width: 150px;
    height: 150px;
  }

  .voice-name-badge {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 26px;
  }

  .voice-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .voice-text {
    font-size: 24px;
  }

  .damage {
    padding: 70px 25px 70px;
    margin-bottom: 90px;
    border-radius: 60px;
  }

  .damage__title {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .damage-panel__body {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .damage-slider {
    margin: 0 -25px;
  }

  .damage-img {
    border-radius: 10px;
  }

  .damage-label {
    font-size: 30px;
    padding: 40px 4px 0;
  }

  .damage-prev,
  .damage-next {
    width: 70px;
    height: 70px;
  }

  .damage-prev img,
  .damage-next img {
    width: 13px;
  }

  .damage-counter {
    margin-top: 20px;
    font-size: 24px;
  }

  /* ---------- FAQ ---------- */
  .faq {
    padding: 40px 25px 70px;
  }

  .faq-list {
    gap: 20px
  }

  .faq-item {
    border-radius: 10px;
  }

  .faq-q {
    gap: 20px;
    padding: 30px 20px;
  }

  .faq-q__mark {
    font-size: 36px;
  }

  .faq-q__text {
    font-size: 26px;
  }

  .faq-toggle {
    width: 26px;
    height: 28px;
    margin-left: 16px;
    margin-top: 6px;
  }

  .faq-toggle::before, .faq-toggle::after {
    border-radius: 4px;
  }

  .faq-toggle::before {
    left: 0;
    right: -1px;
    top: 50%;
    height: 4px;
    transform: translateY(-50%)
  }

  .faq-toggle::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    transform: translateX(-50%);
    transition: transform .3s ease, opacity .3s ease;
  }

  .faq-item.open .faq-toggle::after {
    transform: translateX(-50%) scaleY(0);
    opacity: 0
  }

  .faq-a {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: #fff;
    border-radius: 5px;
    margin: 0 20px;
    padding: 0 14px;
    font-size: 26px;
    color: #2d2d36;
    line-height: 1.7;
    transition: max-height .35s ease, opacity .25s ease, padding .35s ease, margin-bottom .35s ease;
  }

  .faq-item.open .faq-a {
    max-height: 600px;
    opacity: 1;
    padding: 28px;
    margin-bottom: 25px;
  }

  .faq-item .faq-q {
    cursor: pointer
  }

  .footer {
    padding: 60px 20px 0px;
  }

  .footer__logo {
    margin-bottom: 12px
  }

  .footer__logo-img {
    margin: 0 auto;
    max-width: 441px;
  }

  .footer__company {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .footer__site-btn {
    max-width: 500px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 18px;
    border-radius: 100px;
    background-color: #2d2d36;
    color: #fff;
    font-size: 24px;
  }

  .footer__site-btn::before {
    content: "";
    position: absolute;
    right: 18px;
    width: 26px;
    height: 26px;
    background: url(img/expand.png) center / contain no-repeat;
  }

  .footer__copy {
    font-size: 20px;
    color: #113100;
    line-height: 1.6;
  }

  .sim-back img {
    width: 10px;
  }
}

@media screen and (max-width: 1319px) {
  :root {
    --pc-wrapper-max-width: 460px;
    /* --pc-side-width: 220px;
    --pc-side-gap: 18px; */
  }
}

@media screen and (max-width: 1199px) {
  :root {
    --pc-wrapper-max-width: 420px;
    /* --pc-side-width: 195px;
    --pc-side-gap: 12px; */
  }
}

@media screen and (max-width: 999px) {
  :root {
    --pc-wrapper-max-width: 375px;
    --pc-side-width: 200px;
    --pc-side-gap: 8px;
  }

  .header {
    display: none;
  }

  .wrapper {
    margin: 0 auto;
  }

  .desktop-side-cta {
    padding: 14px 42px 14px 12px;
  }

  .desktop-side-cta small {
    min-width: 122px;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .desktop-side-cta span {
    font-size: 16px;
  }

  .desktop-side-cta::after {
    right: 12px;
    bottom: 12px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }

  .desktop-side-link {
    min-height: 58px;
    padding: 16px 34px 16px 14px;
    font-size: 13px;
  }

  .desktop-side-link::after {
    right: 11px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}

@media screen and (max-width: 859px) {
  :root {
    --pc-wrapper-max-width: 375px;
    --pc-side-width: 150px;
    --pc-side-gap: 8px;
  }

  .desktop-side-nav--left {
    gap: 14px;
  }

  .desktop-side-nav--right {
    gap: 5px;
  }

  .desktop-side-cta {
    padding: 12px 38px 12px 10px;
  }

  .desktop-side-cta small {
    min-width: 108px;
    padding: 3px 8px;
    font-size: 10px;
    margin-bottom: 8px;
  }

  .desktop-side-cta span {
    font-size: 14px;
    line-height: 1.35;
  }

  .desktop-side-link {
    min-height: 50px;
    padding: 12px 28px 12px 12px;
    font-size: 12px;
  }

  .desktop-side-cta::after {
    right: 6px;
    bottom: 11px;
    width: 17px;
    height: 17px;
    background-size: 24px 24px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --pc-wrapper-max-width: 375px;
    --pc-side-width: 140px;
    --pc-side-gap: 6px;
  }

  .desktop-side-cta {
    padding: 10px 32px 10px 8px;
    border-radius: 8px;
  }

  .desktop-side-cta small {
    min-width: 100px;
    font-size: 9px;
    margin-bottom: 7px;
  }

  .desktop-side-cta span {
    font-size: 12px;
  }

  .desktop-side-cta::after {
    right: 8px;
    bottom: 8px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .desktop-side-link {
    min-height: 44px;
    padding: 10px 24px 10px 10px;
    border-radius: 8px;
    font-size: 11px;
  }

  .desktop-side-link::after {
    right: 8px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}

@media screen and (max-width: 700px) {
  .header {
    display: block;
  }

  .fixed-cta {
    display: grid;
  }

  .desktop-side-nav {
    display: none;
  }

  .wrapper {
    max-width: none;
  }
}

/* ---------- Utilities ---------- */
@media(prefers-reduced-motion:reduce) {
  * {
    transition: none !important;
    animation: none !important
  }
}
