:root {
  --main: #2f78b7;
  --main-dark: #1f5f96;
  --main-deep: #16406f;
  --accent: #d70040;
  --accent-dark: #b90035;
  --gold: #f4d987;
  --gold-deep: #d6aa42;
  --beige: #fff6df;
  --orange-soft: #f6b15b;
  --green-soft: #8fb89b;
  --ink: #102b4c;
  --ink-soft: #405f7b;
  --muted: #73879a;
  --line: #d7e6f3;
  --bg: #f4f9fd;
  --bg-blue: #eaf4fb;
  --white: #ffffff;
  --shadow: 0 2px 12px rgba(22, 64, 111, 0.11);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}
#pagearea .lp-wrap {
  overflow: hidden;
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
  background: #fff;
  letter-spacing: 0.02em;
}
#pagearea .lp-wrap a:link, #pagearea .lp-wrap a:hover {
  text-decoration: none;
}
#pagearea .container {
  width: 980px;
  margin: 0 auto;
}
#pagearea .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 80px;
  padding: 0px 80px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.2;
  font-size: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
#pagearea .btn-small {
  font-size: 18px;
  padding: 0 20px 0 40px;
  min-height: 70px;
}
#pagearea .btn::after {
  content: "\e315";
  font-family: 'Material Icons';
  color: white;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  display: block;
}
#pagearea .btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
  color: white;
}
#pagearea a.btn-red {
  color: #fff;
  background: linear-gradient(95deg, #F94285 0%, #F87064 100%);
  box-shadow: 0 2px 10px rgba(22, 64, 111, 0.24);
}
#pagearea a.btn-orange {
  color: #fff;
  background: linear-gradient(95deg, #F57866 0%, #EB953E 100%);
  box-shadow: 0 2px 10px rgba(22, 64, 111, 0.24);
}
#pagearea .btn-blue {
  color: #fff;
  background: linear-gradient(135deg, #16406f 0%, #2f78b7 100%);
  box-shadow: 0 2px 10px rgba(22, 64, 111, 0.22);
}
#pagearea .btn-purple {
  color: #fff;
  background: linear-gradient(135deg, #5965B9 0%, #2E93C3 100%);
  box-shadow: 0 2px 10px rgba(22, 64, 111, 0.22);
}
#pagearea .hero {
  position: relative;
  padding: 160px 0 0;
  background: url(https://gigaplus.makeshop.jp/thsnet/images/page/treatment-sup/main.jpg) no-repeat top center;
  background-size: auto;
  background-color: #DDF5F5;
}
.hero-copy {
  text-align: left;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 46px;
  position: relative;
  align-items: center;
}
.hero-grid::after {
  content: "";
  top: -30px;
  left: 50%;
  margin-left: -273px;
  display: block;
  position: relative;
  width: 831px;
  height: 176px;
  background: url(https://gigaplus.makeshop.jp/thsnet/images/page/treatment-sup/pc_img-merit.png) no-repeat center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #005AAC;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 0 100px;
  position: relative;
}
.eyebrow::before {
  background: url(https://gigaplus.makeshop.jp/thsnet/images/page/treatment-sup/img-micon.png) no-repeat center;
  position: absolute;
  width: 173px;
  height: 105px;
  bottom: 40px;
  content: "";
  display: block;
}
#pagearea .hero h1 {
  letter-spacing: -2px;
  margin: 0;
  line-height: 1.4;
  font-size: 52px;
  font-family: 'Noto Sans JP';
  background: none;
  border: none;
  padding: 0;
}
.hero h1 .blue {
  color: #005AAC;
}
.hero-lead {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 20px;
  font-weight: 700;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.hero-visual {
  position: relative;
}
.section {
  padding: 72px 0;
}
.section-blue {
  background: linear-gradient(180deg, #f1fbfe 0%, #ffffff 100%);
}
#pagearea h2.section-title {
  background: none;
  margin: 0 0 30px;
  text-align: center;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.35;
  font-weight: 900;
  color: var(--main-deep);
  border: none;
}
#pagearea .section-lead {
  max-width: 760px;
  margin: -14px auto 34px;
  text-align: center;
  color: var(--ink-soft);
  font-weight: 700;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.cat-card, .product-card, .faq-item, .step-card {
  border: 1px solid var(--line);
}
.cat-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: white;
}
.cat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 10px rgba(8, 125, 163, 0.12);
}
#pagearea .cat-img img {
  height: 200px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cat-body {
  padding: 22px 18px 20px;
  text-align: center;
  font-size: 14px;
}
#pagearea .cat-body h3 {
  background: none;
  margin: 0 0 8px;
  font-size: 19px;
  color: var(--ink);
  font-weight: 900;
}
.cat-body p {
  margin: 0 14px 14px 14px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
}
.text-link {
  color: var(--main-deep);
  font-weight: 900;
  font-size: 16px;
}
.cta-band {
  padding: 36px 0;
  background: linear-gradient(135deg, #16406f 0%, #2f78b7 100%);
  color: #fff;
}
.cta-band-inner {
  display: flex;
  align-items: center;
    gap:20px;
}
.cta-band-copy {
  display: block;
  align-items: center;
  gap: 15px;
}
.cta-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.64);
  border-radius: 18px;
}
#pagearea .cta-band h2 {
  background: none;
  border: none;
  margin: 0 0 20px;
  padding: 0px;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 900;
}
.cta-band p {
  margin: 0;
  font-weight: 700;
  opacity: 0.94;
  text-align: left;
  font-size: 15px;
}
.ranking-head {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 30px;
}
.ranking-head .note {
  font-size: 13px;
  color: var(--muted);
  font-weight: 800;
}
.ranking-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.product-card {
  position: relative;
  padding: 10px;
  overflow: hidden;
}
.product-img {
  position: relative;
  margin-bottom: 10px;
}
/* 三角のランキングアイコン(ジャンル別) */
.product-img::before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  z-index: 100;
  width: 4em;
  height: 4em;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
#pagearea .product-img img {
  height: auto;
  margin: 0;
}
.product-img::after {
  font-weight: bold;
  font-size: 1.3em;
  display: block;
  top: 0px;
  color: #fff;
  right: 8px;
  position: absolute;
  z-index: 101;
}
/* カテゴリー1位 */
.product-img.rank1::before {
  background: linear-gradient(90deg, #edcb22 0%, #DEB10F 100%);
}
.product-img.rank1::after {
  content: "1";
}
/* カテゴリー2位 */
.product-img.rank2::before {
  background: linear-gradient(90deg, #D3D2D3 0%, #B8B8B8 100%);
}
.product-img.rank2::after {
  content: "2";
}
/* カテゴリー3位 */
.product-img.rank3::before {
  background: linear-gradient(90deg, #EFBB7E 0%, #CB985D 100%);
}
.product-img.rank3::after {
  content: "3";
}
/* カテゴリー4位 */
.product-img.rank4::before {
  background-color: #C4C4C4;
}
.product-img.rank4::after {
  content: "4";
}
/* カテゴリー5位 */
.product-img.rank5::before {
  background-color: #C4C4C4;
}
.product-img.rank5::after {
  content: "5";
}
#pagearea .product-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
  color: var(--ink);
  background: none;
  border: none;
  padding: 0;
}
.product-desc {
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}
.price {
  text-align: right;
  color: #FF9C00;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}
.price span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}
.stars {
  margin-top: 6px;
  color: #f4a800;
  font-size: 13px;
  font-weight: 900;
}
.product-list-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.list-card {
  display: grid;
  gap: 12px;
  padding: 14px 12px 18px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(8, 125, 163, 0.06);
  transition: transform 0.2s ease;
}
.list-card:hover {
  transform: translateY(-3px);
}
.list-img {
  height: 98px;
  border-radius: 12px;
  background: #eef7fa center/cover no-repeat;
}
.product-list-grid .list-card:nth-child(1) .list-img {
  background-image: url("https://via.placeholder.com/240x160/f3efe8/bb9a82?text=Taping");
}
.product-list-grid .list-card:nth-child(2) .list-img {
  background-image: url("https://via.placeholder.com/240x160/f6f2ea/b9a379?text=Moxa");
}
.product-list-grid .list-card:nth-child(3) .list-img {
  background-image: url("https://via.placeholder.com/240x160/eff8fb/75a9bd?text=Needles");
}
.product-list-grid .list-card:nth-child(4) .list-img {
  background-image: url("https://via.placeholder.com/240x160/f2f6f8/8da8b4?text=Bed+Goods");
}
.product-list-grid .list-card:nth-child(5) .list-img {
  background-image: url("https://via.placeholder.com/240x160/f3fbfd/75b8c7?text=Hygiene");
}
.product-list-grid .list-card:nth-child(6) .list-img {
  background-image: url("https://via.placeholder.com/240x160/eef4f8/365f83?text=Scrub");
}
#pagearea .list-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}
.guide-section {
  padding: 68px 0;
  background: #ffffff;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.guide-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 125, 163, 0.08);
}
.guide-video {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #eef8fb center/cover no-repeat;
  overflow: hidden;
}
.guide-card:nth-child(1) .guide-video {
  background-image: url("https://i.ytimg.com/vi/kEMl6N_GdDI/maxresdefault.jpg");
}
.guide-card:nth-child(2) .guide-video {
  background-image: url("https://i.ytimg.com/vi/nEbaaYkfYSE/maxresdefault.jpg");
}
.guide-card:nth-child(3) .guide-video {
  background-image: url("https://i.ytimg.com/vi/eXiD60pI7t4/maxresdefault.jpg");
}
.guide-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 48, 68, 0.04) 0%, rgba(18, 48, 68, 0.28) 100%);
}
.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(18, 48, 68, 0.22);
  display: grid;
  place-items: center;
  color: var(--accent);
  z-index: 2;
}
#pagearea .btn-video {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 500;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px;
  position: relative;
  text-indent: -20px;
  text-align: center;
}
#pagearea .btn-video::after {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -9px;
  content: "\e315";
  font-family: 'Material Icons';
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  display: block;
}
#pagearea .btn-video {}
.play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid currentColor;
  margin-left: 5px;
}
.video-time {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(18, 48, 68, 0.74);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.video-open {
  width: 100%;
  border: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  text-align: left;
  background: transparent;
  color: inherit;
}
.video-open:hover .play-button {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 14px 34px rgba(18, 48, 68, 0.28);
}
.video-open:focus-visible {
  outline: 3px solid rgba(66, 185, 209, 0.45);
  outline-offset: 4px;
  border-radius: 24px;
}
.movie-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 28, 40, 0.72);
}
.movie-modal.is-active {
  display: flex;
}
.movie-modal__dialog {
  position: relative;
  width: min(100%, 960px);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}
.movie-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  background: #f7fcfe;
}
.movie-modal__title {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.45;
}
.movie-modal__close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 5px 14px rgba(8, 125, 163, 0.12);
}
.movie-modal__close:hover {
  background: #eaf8fc;
}
.movie-modal__tabs {
  display: flex;
  gap: 8px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  overflow-x: auto;
}
.movie-tab {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #cfeaf2;
  border-radius: 999px;
  background: #fff;
  color: var(--main-deep);
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}
.movie-tab:hover {
  background: #f1fbfe;
}
.movie-tab.is-active {
  color: #fff;
  background: var(--main-deep);
  border-color: var(--main-deep);
}
.movie-modal__body {
  aspect-ratio: 16 / 9;
  background: #000;
}
.movie-modal__body iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.movie-modal__caption {
  padding: 14px 20px 18px;
  background: #fff;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.guide-body {
  padding: 24px 22px 26px;
  text-align: left;
}
.guide-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #eaf8fc;
  color: var(--main-deep);
  font-size: 12px;
  font-weight: 900;
}
#pagearea .guide-body h3 {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 900;
}
#pagearea .guide-body p {
  margin: 0 0 16px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
}
.uniform-section {
  padding: 66px 0;
}
.uniform-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 44px;
}
#pagearea .uniform-box h2 {
  margin: 0 0 10px;
  color: var(--main-deep);
  font-size: 28px;
  padding: 0px;
  line-height: 1.32;
  font-weight: 900;
  background: none;
  border: none;
}
#pagearea .uniform-box p {
  font-size: 20px;
  font-weight: bold;
  color: #4AA0C7;
  text-align: left;
  margin-bottom: 15px;
}
#pagearea .uniform-box h2 span {
  background: linear-gradient(transparent 60%, #FCDFCE 0%);
  font-size: 32px;
}
.uniform-box .lead {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 16px;
  text-align: left;
  font-weight: 800;
}
#pagearea .check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  text-align: left;
}
#pagearea .check-list li {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  color: var(--ink-soft);
  font-weight: 800;
}
.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #4AA0C7;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.support-section {
  padding: 0 0 72px;
}
.support-box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #FFFFFF;
  border-bottom: 0;
  top: 0px;
  left: 50%;
}
.support-box {
  position: relative;
  background-color: #EAF9FA;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 58px 38px 38px 38px;
}
.support-box .check-list li::before {
  background-color: #F47767;
}
#pagearea .support-box h2 {
  margin: 0 0 12px;
  background: none;
  border: none;
  color: var(--main-deep);
  width: 100%;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 900;
}
.phone-card {
  padding: 26px 20px;
  border-radius: 22px;
  background: #ffffff;
  text-align: center;
}
.phone-label {
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 900;
}
.phone-number {
  margin: 0 0 6px;
  color: var(--main-deep);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
.phone-time {
  margin: 0 0 18px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
}
.faq {
  padding: 66px 0;
  background: #fff;
}
.faq-list {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.faq-item {
  overflow: hidden;
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border: 0;
  font-size: 16px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}
.faq-q span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.faq-q span:first-child::before {
  content: "Q";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf8fc;
  color: var(--main-deep);
  font-size: 16px;
  font-weight: 900;
  flex: 0 0 auto;
}
.faq-a {
  display: none;
  padding: 0 56px 20px 56px;
  color: var(--ink-soft);
  font-weight: 700;
  text-align: left;
  font-size: 16px;
}
.faq-item.is-open .faq-a {
  display: block;
}
.faq-item.is-open .faq-mark {
  transform: rotate(45deg);
}
.faq-mark {
  color: var(--main-deep);
  font-size: 22px;
  transition: transform 0.2s ease;
  line-height: 1;
}
.form-section {
  padding: 74px 0 80px;
  background: linear-gradient(180deg, #f0faff 0%, #ffffff 100%);
}
#pagearea .form-title {
  background: none;
  margin: 0 0 30px;
  text-align: center;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.35;
  font-weight: 900;
  color: var(--main-deep);
  border: none;
}
.form-lead {
  max-width: 760px;
  margin: -14px auto 34px;
  text-align: center;
  color: var(--ink-soft);
  font-weight: 700;
}