*{
  box-sizing:border-box;
}

html{
  font-size:100%;
}

body{
  margin:0;
  font-family:"Noto Sans JP", sans-serif;
  font-weight:500;
  line-height:1.8;
  color:#111;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
	padding-bottom: 0;
}

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

a{
  color:#111;
  text-decoration:none;
}

a:visited,
a:hover,
a:active{
  color:#111;
}

p,h1,h2,h3,ul,figure{
  margin:0;
}

.page{
  width:100%;
	background: #fff;
}

.container{
  width:min(100%, 1125px);
  margin-inline:auto;
  padding-inline:clamp(24px, 6.93vw, 78px);
}



/* common */
.section{
  padding-block:clamp(28px, 5vw, 56px);
}

.center{
  text-align:center;
}

.section-head{
  text-align:center;
  margin-bottom:clamp(26px, 4vw, 38px);
}

.section-title-en{
  font-family:"Inter", sans-serif;
  font-weight:900;
  font-style:italic;
  letter-spacing:-0.02em;
}

.section-title-ja{
  font-size:14px;
  font-weight:700;
}

.intro-copy{
  font-size:clamp(14px, 1.5vw, 18px);
  line-height:2;
  padding-bottom:clamp(26px, 4vw, 36px);
  border-bottom:1px solid rgba(0,0,0,.10);
}

/* class blocks */
.classes{
  padding-top:0;
}

.class-block{
  display:block;
  margin-bottom:clamp(34px, 6vw, 56px);
}

.class-image{
  width:100%;
  margin-bottom:18px;
}

.class-image img{
  width:100%;
  aspect-ratio:969 / 518;
  object-fit:cover;
}

.class-image.placeholder{
  aspect-ratio:969 / 518;
  background:#bfbfbf;
}

.class-copy{
  width:100%;
}

.class-title{
  position:relative;
  font-size:clamp(18px, 2.2vw, 28px);
  line-height:1.4;
  font-weight:700;
  padding-left:14px;
  margin-bottom:12px;
}

.class-title::before{
  content:"";
  position:absolute;
  left:0;
  top:.2em;
  width:4px;
  height:1.4em;
}

.class-title-pink::before{
	background: #f7d3dc;
}

.class-title-blue::before{
  background:#000;
}

.class-title-red::before{
  background:#d96565;
}

.class-copy p{
  font-size:clamp(14px, 1.45vw, 18px);
  line-height:2;
}

/* trial */
.trial{
  padding-top:0;
}

.trial-card{
  padding-top:clamp(18px, 3vw, 28px);
  border-top:1px solid rgba(0,0,0,.10);
}

.trial-card img{
  width:100%;
  margin-bottom:14px;
}

.trial-title{
  font-size:clamp(18px, 2.2vw, 28px);
  line-height:1.4;
  font-weight:700;
  margin-bottom:10px;
}

.trial-text{
  font-size:clamp(13px, 1.35vw, 17px);
  line-height:1.9;
}

/* instagram */
.instagram{
  padding-top:clamp(26px, 5vw, 44px);
  padding-bottom:clamp(26px, 5vw, 44px);
}

.instagram-icon{
  width:clamp(54px, 7vw, 76px);
  margin-inline:auto;
  margin-bottom:12px;
}

.instagram-text{
  font-size:clamp(14px, 1.5vw, 18px);
  font-weight:700;
}

/* footer */
.footer{
  margin-top:0;
}

.footer :where(h1,h2,h3,h4,p,ul,li){
  margin:0;
  padding:0;
}

.footer :where(ul){
  list-style:none;
}

.footer-inner{
  width:min(92vw, 1125px);
  margin-inline:auto;
  padding-inline:clamp(24px, 6.93vw, 78px);
}

.footer-notice{
  background:#efefef;
  padding:clamp(28px, 6vw, 52px) 0;
}

.footer-title{
  font-size:16px;
  font-weight:700;
  margin-bottom:16px;
}

.footer-list{
  display:grid;
  gap:8px;
}

.footer-list li{
  position:relative;
  padding-left:1em;
  font-size:12px;
  line-height:1.9;
}

.footer-list li::before{
  content:"・";
  position:absolute;
  left:0;
  top:0;
}

.footer-info{
  background:#efefef;
  text-align:center;
  padding:22px 0 24px;
  border-top:1px solid rgba(0,0,0,.08);
}

.footer-address{
  font-size:12px;
  line-height:1.8;
  margin-bottom:6px;
}

.footer-copy{
  font-size:12px;
}

.footer-sponsor{
  background:#000;
  color:#fff;
  text-align:center;
  padding:32px 16px 40px;
}

.sponsor-label{
  font-size:12px;
  margin-bottom:14px;
}

.sponsor-logo{
  width:clamp(130px, 18vw, 220px);
  margin-inline:auto;
}

/* desktop */
@media (min-width: 1024px){

  .header-nav{
    max-width:1125px;
    margin-inline:auto;
  }

  .header-nav a{
    font-size:14px;
    padding:16px 12px;
  }

  .intro-copy{
    max-width:969px;
    margin-inline:auto;
  }

  .class-block{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(300px, 0.9fr);
    gap:36px;
    align-items:start;
  }

  .class-block:nth-child(even) .class-image{
    order:2;
  }

  .class-block:nth-child(even) .class-copy{
    order:1;
  }

  .trial-card,
  .instagram .container{
    max-width:969px;
    margin-inline:auto;
  }
}


/* =========================
   無料体験会 固定バナー
   ========================= */
.cta {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 9999;
  width: calc(100% - 32px);
  max-width: 720px;
  transform: translateX(-50%) scale(0.8);
  transform-origin: bottom center;
}

.cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 76px;
  padding: 0 22px;
  box-sizing: border-box;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(20, 155, 245, 0.95);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.cta__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 54px;
  line-height: 1;
  color: #fff;
  transform: translateY(-8px); /* ← ここで視覚補正 */
}

.cta__copy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  line-height: 1;
}

.cta__main {
  color: #ffffff;
  font-size: clamp(1.65rem, 6vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.cta__sub {
  color: #ffffff;
  font-size: clamp(1.05rem, 4vw, 1.95rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}

body {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .cta {
    bottom: 18px;
    width: min(calc(100% - 48px), 720px);
  }

  .cta__link {
    min-height: 92px;
    padding: 0 34px;
    gap: 18px;
  }

  .cta__arrow {
    font-size: 66px;
  }

  .cta__copy {
    gap: 12px;
  }

  .cta__main {
    font-size: clamp(2.1rem, 3vw, 3rem);
  }

  .cta__sub {
    font-size: clamp(1.35rem, 1.9vw, 2.1rem);
  }

}



/* =========================
   home page
   ========================= */

.home-page {
  width: 100%;
	background: #fff;
}

.home-page__container {
  width: min(100% - 32px, 78rem);
  margin: 0 auto;
}

/* hero */

.home-page__hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
}

.home-page__hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-page__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.02) 46%,
    rgba(0, 0, 0, 0.14) 100%
  );
}

.home-page__hero-logo {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: min(58vw, 300px);
  transform: translate(-50%, -50%);
}

.home-page__hero-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* message */

.home-page__message {
  padding: 34px 0;
}

.home-page__lead {
  margin: 0;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.home-page__sublead {
  margin: 10px 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.home-page__text {
  width: min(100%, 72ch);
  margin: 24px auto 0;
}

.home-page__text p {
  margin: 0;
}

.home-page__name {
  width: min(100%, 72ch);
  margin: 18px auto 0;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: right;
}

.home-page__button-wrap {
  margin: 28px 0 0;
  text-align: center;
}

.home-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14ch;
  min-height: 3.2rem;
  padding: 0.85rem 1.6rem;
  border: 2px solid #1592f3;
  border-radius: 999px;
  color: #111;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.home-page__button:hover {
  color: #111;
  text-decoration: none;
}

/* schedule */

.home-page__schedule {
  padding: 34px 0;
}

.home-page__schedule-heading {
  margin: 0 0 22px;
  text-align: center;
}

.home-page__schedule-en {
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(2.1rem, 8vw, 3rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
}

.home-page__schedule-ja {
  margin: 6px 0 0;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.home-page__schedule-shell {
  width: calc(100% - 16px);
  margin-left: 16px;
  margin-right: 0;
}

.home-page__schedule-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.home-page__schedule-table {
  width: max-content;
  min-width: 860px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #efefef;
}

.home-page__schedule-table th,
.home-page__schedule-table td {
  border: 1px solid #d6d6d6;
  padding: 0.72rem 0.5rem;
  font-size: 0.82rem;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.home-page__schedule-table thead th {
  background: #b8b8b8;
  color: #fff;
  font-weight: 700;
}

.home-page__schedule-table tbody th {
  width: 4.8rem;
  background: #f3f3f3;
  color: #111;
  font-weight: 500;
}

.home-page__schedule-table td {
  min-width: 7.2rem;
  background: #e9e9e9;
}

/* desktop */

@media (min-width: 768px) {
  .home-page__hero {
    aspect-ratio: 16 / 9;
    max-height: 860px;
  }

  .home-page__hero-logo {
    width: min(28vw, 420px);
  }

  .home-page__message {
    padding: 56px 0;
  }

  .home-page__schedule {
    padding: 56px 0;
  }

  .home-page__schedule-shell {
    width: calc(100% - max(16px, (100vw - min(100vw - 32px, 78rem)) / 2));
    margin-left: max(16px, (100vw - min(100vw - 32px, 78rem)) / 2);
    margin-right: 0;
  }

  .home-page__schedule-table {
    min-width: 980px;
  }

  .home-page__schedule-table th,
  .home-page__schedule-table td {
    padding: 0.85rem 0.55rem;
    font-size: 0.9rem;
  }
}


/* =========================
   message page
   ========================= */

.message-page {
  width: 100%;
	background: #fff;
}

.message-page .section.intro {
  text-align: center;
}

.message-page__body {
  width: min(100% - 60px, 969px);
  margin: 0 auto;
}

.message-page__row {
  margin: 40px 0;
}

.message-page__figure {
  margin: 0;
}

.message-page__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.message-page__text-block {
  margin: 16px 0;
}

.message-page__text-block p {
	font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* PC only */
@media (min-width: 768px) {
  .message-page__body {
    width: min(calc(100% - 156px), 969px);
  }

  .message-page__row {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 56px;
  }

  .message-page__figure,
  .message-page__text-block {
    width: calc((100% - 32px) / 2);
  }

  .message-page__text-block {
    margin-top: 0;
  }

  .message-page__row:nth-child(even) {
    flex-direction: row-reverse;
  }
}




/* =========================
   access page
   ========================= */

.access-page {
  width: 100%;
	background: #fff;
}

.access-page .section.intro {
  text-align: center;
}

.access-page__body {
  width: min(100% - 40px, 969px);
  margin: 0 auto;
}

.access-page__map-wrap {
  margin: 0 0 22px;
}

.access-page__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.access-page__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.access-page__section {
  padding: 16px 0 18px;
  border-top: 1px solid #d8d8d8;
}

.access-page__section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.access-page__title {
  margin: 0 0 10px;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.access-page__address-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 500;
}

.access-page__section p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 2;
  font-weight: 500;
}

/* PC */
@media (min-width: 768px) {
  .access-page__body {
    width: min(calc(100% - 156px), 969px);
  }

  .access-page__map-wrap {
    margin-bottom: 28px;
  }

  .access-page__section {
    padding: 22px 0 24px;
  }
}

/* =========================
   ACCESS PAGE
========================= */

.access-hero {
  padding: 32px 20px 20px;
  text-align: center;
}

.access-hero .page-hero__inner h1 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

.access-hero .page-hero__inner p {
  margin: 10px 0 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.access-content {
  padding: 0 20px 80px;
}

.access-content__inner {
  width: min(100%, 760px);
  margin: 0 auto;
}

.access-map {
  aspect-ratio: 16 / 12;
  background: #050505;
  overflow: hidden;
  margin: 0 0 28px;
}

.access-block {
  padding: 0 0 28px;
  margin: 0 0 28px;
  border-bottom: 1px solid #d8d8d8;
}

.access-block h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.access-block h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.access-block p,
.access-note,
.access-address {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.9;
  color: #111;
	
}

.access-photo-group {
  margin: 0 0 28px;
}

.access-photo {
  margin: 0 0 16px;
}

.access-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.access-note {
  margin-top: -2px;
	
}

.access-route__item + .access-route__item {
  margin-top: 22px;
	
}
.access-car {
	padding-top: 22px;
  border-top: 1px solid #d8d8d8;
}

@media (max-width: 767px) {
  .access-content {
    padding: 0 18px 64px;
  }

  .access-hero {
    padding: 24px 18px 18px;
  }

  .access-hero .page-hero__inner h1 {
    font-size: 2.2rem;
  }

  .access-block h2 {
    font-size: 1.35rem;
  }

  .access-block p,
  .access-note,
  .access-address {
    font-size: 0.92rem;
    line-height: 1.85;
  }
}


/* =========================
   home notice
   ========================= */
/* .home-notice {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.home-notice__video {
  position: absolute;
  inset: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  object-fit: cover;
  object-position: center center;
  filter: blur(18px);
  opacity: 0.4;
  transform: scale(1.08);
}

.home-notice__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.100);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.home-notice__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 969px);
  margin: 0 auto;
  padding: 18px 0 22px;
  text-align: center;
}

.home-notice__date,
.home-notice__headline,
.home-notice__subline {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home-notice__date {
  color: #ff545c;
  font-size: 1.1rem;
  line-height: 1.15;
}

.home-notice__headline {
  margin-top: 10px;
	margin-bottom: 10px;
  color: #ff545c;
  font-size: 1.75rem;
  line-height: 1.12;
}

.home-notice__subline {
  color: #fff;
  font-size: 1rem;
  line-height: 1.18;
}

.home-notice__subline:first-of-type {
  margin-top: 18px;
}

.home-notice__subline + .home-notice__subline {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .home-notice__inner {
    width: min(calc(100% - 156px), 969px);
    padding: 24px 0 28px;
  }

  .home-notice__video {
    filter: blur(22px);
    opacity: 0.4;
  }

  .home-notice__shade {
    background: rgba(0, 0, 0, 0.100);
  }

  .home-notice__date {
    font-size: 1.9rem;
    line-height: 1.1;
  }

  .home-notice__headline {
    margin-top: 12px;
    font-size: 3rem;
    line-height: 1.08;
  }

  .home-notice__subline {
    font-size: 1.5rem;
    line-height: 1.12;
  }

  .home-notice__subline:first-of-type {
    margin-top: 20px;
  }

  .home-notice__subline + .home-notice__subline {
    margin-top: 6px;
  }
}

*/

.home-notice {
  width: 100%;
  background: #000;
}

.home-notice__inner {
  width: min(100% - 32px, 969px);
  margin: 0 auto;
  padding: 18px 0 22px;
  text-align: center;
}

.home-notice__date,
.home-notice__headline,
.home-notice__subline {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home-notice__date {
  color: #ff545c;
  font-size: 1.1rem;
  line-height: 1.15;
}

.home-notice__headline {
  margin-top: 5px;
	margin-bottom: 10px;
  color: #ff545c;
  font-size: 1.75rem;
  line-height: 1.12;
}

.home-notice__subline {
  color: #fff;
  font-size: 1rem;
  line-height: 1.18;
}

.home-notice__subline:first-of-type {
  margin-top: 18px;
}

.home-notice__subline + .home-notice__subline {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .home-notice__inner {
    width: min(calc(100% - 156px), 969px);
    padding: 24px 0 28px;
  }

  .home-notice__date {
    font-size: 1.9rem;
    line-height: 1.1;
  }

  .home-notice__headline {
    margin-top: 12px;
    font-size: 3rem;
    line-height: 1.08;
  }

  .home-notice__subline {
    font-size: 1.5rem;
    line-height: 1.12;
  }

  .home-notice__subline:first-of-type {
    margin-top: 20px;
  }

  .home-notice__subline + .home-notice__subline {
    margin-top: 6px;
  }
}




/* =========================
   price page
   ========================= */

.price-page {
  width: 100%;
	background: #fff;
}

.price-page__intro-head,
.price-page__intro,
.price-page__block {
  width: min(100% - 40px, 969px);
  margin-left: auto;
  margin-right: auto;
	font-size:clamp(14px, 1.5vw, 18px);
  line-height:2;
}

.price-page .section.intro {
  text-align: center;
}

.price-page__intro {
  margin-bottom: 34px;
}

.price-page__intro p {
  margin: 0;
}

.price-page__block {
  margin-bottom: 34px;
	padding-bottom: 30px;
	border-bottom:1px solid rgba(0,0,0,.10);
}

.price-page__heading {
  margin: 0 0 14px;
  letter-spacing: -0.01em;
	font-size:clamp(18px, 2.2vw, 28px);
  line-height:1.4;
  font-weight:700;
}

.price-page__heading span {
  font-size: 0.7rem;
  font-weight: 500;
}


.price-page__heading_intro {
	margin-bottom: 15px;
}

.price-table {
  display: grid;
  gap: 2px;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
  min-height: 44px;
  padding: 0 14px;
  /*font-size: 0.92rem;
  font-weight: 600;*/
  line-height: 1.4;
}

.price-row:nth-child(odd) {
  background: #dcdcdc;
}

.price-row:nth-child(even) {
  background: #e8e8e8;
}

.price-value {
  text-align: right;
  white-space: nowrap;
  /*font-weight: 700;*/
}

.price-table--three .price-row {
  grid-template-columns: 1fr 1fr auto;
}

.price-term {
  text-align: center;
  white-space: nowrap;
  /*font-weight: 600;*/
}

.price-block--text p {
  margin: 0 0 4px;
}

.price-linkline a {
  color: #1592f3;
  text-decoration: none;
}

.price-linkline a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .price-page__intro-head,
  .price-page__intro,
  .price-page__block {
    width: min(calc(100% - 156px), 969px);
  }

  .price-page__intro {
    margin-bottom: 42px;
  }

  .price-page__block {
    margin-bottom: 42px;
  }
}


/* =========================
   schedule page
   ========================= */

.schedule-page {
  width: 100%;
}

.schedule-page .section.intro {
  text-align: center;
}
.schedule-pdf {
  width: min(100% - 40px, 969px);
  margin: 0 auto 40px;
}

.schedule-pdf__frame {
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.schedule-pdf__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.schedule-pdf__link-wrap {
  margin: 16px 0 0;
  text-align: center;
}

.schedule-pdf__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12ch;
  min-height: 3rem;
  padding: 0.8rem 1.4rem;
  border: 2px solid #1592f3;
  border-radius: 999px;
  color: #111;
  text-decoration: none;
  font-weight: 700;
}

@media (min-width: 768px) {
  .schedule-pdf {
    width: min(calc(100% - 156px), 969px);
  }

  .schedule-pdf__frame {
    aspect-ratio: 16 / 10;
  }
}
/* =========================
   header
   ========================= */

.header {
  border-bottom: 1px solid #ddd;
  background: #fff;
  position: relative;
}

.header__inner {
  width: min(100% - 40px, 1125px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  position: relative;
  z-index: 1001; /* ナビより上 */
  background: #fff;
}

/* ロゴ */
.header__logo img {
  height: 40px;
  display: block;
}

/* --- 全サイズ共通：ナビゲーションの設定 --- */
.nav {
  display: flex; 
  flex-direction: column;
  position: fixed; /* 画面に固定 */
  top: 64px; 
  left: 0;
  width: 100%;
  /* background: #fff; */
	background: rgba(255, 255, 255, 0.95);
  
  /* 1. 初期状態：画面の上に完全に追い出す */
  transform: translateY(-150%); 
  /* 2. アニメーションの設定 */
  transition: transform 0.4s ease-in-out, visibility 0.4s;
  /* 3. 隠れている間はクリック不可 */
  visibility: hidden; 
  
  z-index: 999;
}

/* 開いた時の状態 */
.nav.is-active {
  transform: translateY(0);
  visibility: visible;
}

.nav a {
  padding: 20px 40px; /* PCでも見栄えが良いように少し広めに */
  border-bottom: 1px solid #eee;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 16px; /* 文字を少し大きく */
  text-align: center; /* 中央寄せにするとPCでも違和感が少ないです */
}

/* ホバー時に少し色を変える（PC用） */
.nav a:hover {
  background-color: #f9f9f9;
}

/* --- ハンバーガーボタン：全サイズで表示 --- */
.hamburger {
  display: block; /* PCでも表示する */
  position: relative;
  z-index: 1002;
  border: none;
  background: none;
  cursor: pointer;
  padding: 10px;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #333;
  margin-bottom: 6px;
  transition: all 0.4s ease-in-out;
}

.hamburger span:last-child { margin-bottom: 0; }

/* ×への変化 */
#js-hamburger.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
#js-hamburger.is-active span:nth-child(2) { opacity: 0; }
#js-hamburger.is-active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }



/* 料金ページ専用スタイル */



.highlight-box {
    margin-bottom: 24px;
	padding-bottom: 24px;
	width: min(100% - 40px, 969px);
  margin-left: auto;
  margin-right: auto;
	font-size:clamp(14px, 1.5vw, 18px);
  line-height:2;
	border-bottom:1px solid rgba(0,0,0,.10);
}

.main-copy {
    color: #ff6666; /* デザイン案の赤色 */
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
	text-align: center;
}

.points-area {
    border-radius: 10px;
    margin-bottom: 50px;
	width: min(100% - 40px, 969px);
  margin-left: auto;
  margin-right: auto;
	font-size:clamp(14px, 1.5vw, 18px);
  line-height:2;
	border-bottom:1px solid rgba(0,0,0,.10);
	padding-bottom: 30px;
}

.points-area h3 {
    text-align: center;
    background: #ff4d4d;
    color: #fff;
    display: table;
    margin: 0 auto 30px;
    padding: 5px 20px;
    border-radius: 50px;
	margin-bottom: 0px;
	
}

.point-item {
    margin-bottom: 0px;
}

.point-item .tag {
    background: #ff4d4d;
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 10px;
}

.point-item h4 {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}
