@charset "utf-8";

/* =========================================================
   Base / Variables
========================================================= */
:root {
  /* 色 */
  --main-green: #21A937;
  --accent-green: #99E5A5;
  --dark-gray: #444444;
  --theme-red: #B03B3B;
  --base-brown: #413630;
  --theme-brown: #3e1906;
  --theme-yellow: #FDCD00;
  --theme-light-yellow: #EAE8D9;
  --camera-black: #2D2D2C;

  /* 幅 */
  --inner-max-width: 1440px;
}

/* reset */
* { margin:0; padding:0; box-sizing:border-box; }
button,input,textarea,select { font-family: inherit; }
ul { list-style:none; }
a { text-decoration:none; color:inherit; }
a:hover { opacity: .6; }

html, body { margin:0; padding:0; min-height:100%; }

/* ========== PC：レイアウトをこれ以上縮めない ========== */
@media (min-width: 1401px){
  html, body{ min-width: 1401px;}
  /* body{overflow-x: auto;} */
}

body{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: var(--theme-brown);
  font-size: 14px;
  background: linear-gradient(to bottom, #fbf9f0 0%, #f8f2f0 50%, #eeead6 100%);
}

/* util */
.visually-hidden{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
.font-poppins{ font-family:'Poppins',sans-serif; font-weight:800; font-style:normal; }
.font_red{ color: var(--theme-red); }
.font_white{ color:#fff; }

.pc-br{ display:block; }
.tb-br,.sp-br{ display:none; }

/* underline hover */
.under_line{ border-bottom:1px solid #fff; padding-bottom:3px; }
.under_line_dot{
  border-bottom: 1px dotted #afaaaa;
  padding: 0 5px 3px;
  display:inline-block;
  max-width:max-content;
  position:relative;
  overflow:hidden;
  z-index:0;
}
.under_line_dot::before{
  content:"";
  position:absolute;
  left:50%; top:50%;
  width:0; height:0;
  background:#F2DC77;
  border-radius:50%;
  transform:translate(-50%,-50%) scale(0);
  transition: transform .35s ease-out;
  z-index:-1;
}
.under_line_dot:hover::before{
  cursor:pointer;
  width:200px; height:200px;
  transform:translate(-50%,-50%) scale(1);
}

/* =========================================================
   Layout containers
========================================================= */
.header_inner,
.content_inner,
.main,
.main_gallery{
  max-width: var(--inner-max-width);
  margin-left:auto;
  margin-right:auto;
  /* background-color: var(--theme-light-yellow); */
  background: linear-gradient(to bottom, #e9e6d7 0%, #faede9 50%, #fef4cb 100%);
}

/* 本文の影（PCだけ） */
.content_inner{
  box-shadow: -40px 0 80px rgba(0,0,0,.25), 40px 0 80px rgba(0,0,0,.25);
}

/* =========================================================
   Header
========================================================= */
.bottom-bar-inner .header_logo_text{
  font-size:24px;
  letter-spacing:.05em;
}

/* 右側 */
.header_right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}
.header_right img{
  width:25px; height:25px;
  margin-right:6px;
  margin-bottom:5px;
  vertical-align:middle;
}
.header_right p:last-child{
  font-weight:700;
  font-size:24px;
  color:var(--main-green);
  vertical-align:middle;
}

/* =========================================================
   Menu
========================================================= */
.menu-bar{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding-right:20px;
  position:relative;
  width:100%;
}
.menu-bar ul{
  display:flex;
  gap:30px;
  margin:0; padding:0;
}
.menu-bar li a{
  padding-bottom:4px;
  font-size:20px;
}
.menu-bar li a:hover{ border-bottom:1px solid #333; }
.menu-bar li a>span:hover{ color:var(--theme-red); }

.menu-bar.fixed{
  position:fixed;
  top:0; left:0;
  width:100%;
  z-index:999;
  box-shadow:0 2px 5px rgba(0,0,0,.05);
  padding-right:100px;
  height:100px;
}

/* GSAP用初期状態 */
.menu-bar ul li{ opacity:0; transform:translateY(-40px); }
.menu-bar ul li a .char{ display:inline-block; }

/* =========================================================
   Section common
========================================================= */
.section-inner{
  max-width:1280px;
  margin:0 auto;
  padding:100px 20px;
}
.section-title{
  text-align:center;
  font-size:40px;
  font-weight:700;
  margin-bottom:35px;
  color:#b03b3b;
  letter-spacing:.02em;
}

/* =========================================================
   HERO  (PC基準)
   写真は max-width:1440 の箱にぴったり（横100%）
========================================================= */
.hero-section{
  background-color:transparent;
  position:relative;
  width:100%;
  overflow:hidden;
}
.hero-reading-order{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* 写真の箱：1440pxで中央 */
.hero-photo{
  position:relative;
  max-width: var(--inner-max-width);
  margin:0 auto;
  overflow:hidden;
}
.hero-photo picture{ display:block; width:100%; }

/* 写真：横100%、縦auto（比率維持） */
.hero-main-photo{
  display:block;
  width:100%;
  height:auto;
  max-width:none;
  position:relative;
  z-index:1;
  box-shadow: -40px 0 80px rgba(0,0,0,.25), 40px 0 80px rgba(0,0,0,.25);
}

/* 上下バー */
.hero-bar{
  position:absolute;
  left:0;
  width:100%;
  height:120px;
  z-index:10;
  overflow:hidden;
}
.hero-bar-bg{ width:100%; height:100%; display:block; }
.top-bar{ top:0; }
.bottom-bar{ bottom:0; }

.top-bar-inner{
  position:absolute; inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-sub-copy{ max-height:80%; height:auto; display:block; }

/* 下バー内 */
.bottom-bar-inner{
  position:absolute; inset:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-left:30px;
  z-index:10;
}

/* コピー位置（PC基準） */
.hero-section{
  --main-x: 25%;
  --main-y: 31%;
  --sub-x:  50%;
  --sub-y:  40px;
}
.hero-main-copy-wrap,
.hero-sub-copy-wrap{
  position:absolute;
  transform: translateX(-50%);
  max-width:100%;
}
.hero-main-copy-wrap{ left:var(--main-x); top:var(--main-y); z-index:20; overflow:visible; line-height:0; }
.hero-sub-copy-wrap { left:var(--sub-x);  top:var(--sub-y);  z-index:30; line-height:0; }

.hero-main-copy-wrap img{ display:block; width:min(70vw, 600px); height:auto; }
.hero-sub-copy-wrap  img{ display:block; width:min(90vw,1100px); height:auto; }

/* Sparkle layer */
.sparkle-burst{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:visible;
  z-index:3;
}
.sparkle-twinkle{
  position:absolute;
  width:8px; height:8px;
  transform:translate(-50%,-50%) rotate(45deg);
  border-radius:2px;
  opacity:0;
  background: radial-gradient(circle, rgba(255,255,255,.8) 0%, rgba(255,255,255,.4) 35%, rgba(255,255,255,0) 70%);
  filter: blur(1.2px);
  mix-blend-mode: screen;
  pointer-events:none;
}

/* JS有効時だけ：初期（オープニングアニメ開始前の）チラ見え防止 */
html.js .hero-main-photo,
html.js .hero-main-copy-wrap,
html.js .hero-sub-copy,
html.js .top-bar,
html.js .bottom-bar { opacity: 0; }

/* PCだけ：バー初期退避（アニメ前提） */
@media (min-width: 769px){
  .top-bar{ opacity:0; transform:translateY(-24px); }
  .bottom-bar{ opacity:0; transform:translateY(24px); }
}

/* =========================================================
   Features Section（PC基準）
========================================================= */
.features-section{
  padding:140px 82px 30px;
  text-align:center;
}
.features-section .section-title{
  position:relative;
  display:inline-block;
  padding:0 60px;
  opacity:0;
  transform:translateY(32px);
}
.features-section .section-title::before,
.features-section .section-title::after{
  content:"";
  position:absolute;
  top:50%;
  width:70px; height:70px;
  transform:translateY(-50%);
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}
.features-section .section-title::before{
  left:-75px;
  background-image:url("../img/features_section_title_left.png");
}
.features-section .section-title::after{
  right:-75px;
  background-image:url("../img/features_section_title_right.png");
}
.features-section h2{
  color:#3e1906;
  font-weight:700;
  margin-bottom:60px;
  font-size:45px;
}
.features-box{
  display:flex;
  justify-content:center;
  gap:24px;
  flex-wrap:wrap;
}
.feature-item{
  width:30%;
  min-width:370px;
  display:grid;
}
.feature-item img,
.feature-item p{ grid-area:1/1; }
.feature-item img{ width:100%; border-radius:8px; }
.feature-item p{
  margin:40px 0 0;
  text-align:center;
  font-size:30px;
  font-weight:700;
  color:var(--theme-red);
  padding:6px 0;
  width:fit-content;
  justify-self:center;
  border-radius:6px;
}
.feature-item .small{ font-size:23px; letter-spacing:-.05em; line-height:1.3; }
.features-text{ margin-top:55px; font-size:32px; color:var(--theme-red); font-weight:700; }
.features-text_sub{ 
  margin-top:40px; 
  font-size:26px; 
  color:var(--base-brown); 
  line-height:1.5;
  white-space: nowrap;
  margin-left: -70px;
}







/* =========================================================
   Video Section（PC基準）
========================================================= */
.video-section{
  padding: 100px 82px 30px;
  text-align: center;
}

.video-lead{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
  color: var(--theme-brown);
}

/* グレー背景 */
.video-bg{
  border-radius: 20px;
  max-width: 1169px;
  margin: 0 50px;
  background: rgb(249, 245, 240, 0.5);
  padding: 0 24px;
}

/* =========================================================
   動画フレーム
========================================================= */
.video-frame{
  width: 100%;
  overflow: hidden;
  background: #000;
  aspect-ratio: 9 / 16;
  position: relative;
}

/* 動画本体 */
.video-frame .lp-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  display: block;
}

/* =========================================================
   音声ON/OFFボタン
========================================================= */
.video-sound-toggle{
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-height: 48px;
  padding: 0 16px;

  border: 3px solid #fff;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;

  cursor: pointer;
  transition: background .3s ease, transform .3s ease;

  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.video-sound-toggle:hover{
  background: rgba(255,255,255,0.18);
  transform: translateY(-2px);
}

/* アイコン */
.video-sound-toggle i{
  font-size: 18px;
  line-height: 1;
}

/* テキスト */
.video-sound-toggle__text{
  display: inline-block;
  line-height: 1;
  transform: translateY(1px);
}

/* =========================================================
   PC
========================================================= */
@media (min-width: 769px){
  .video-frame{
    max-width: 378px;
    margin: 0 auto;
    border-radius: 0;
  }
}








/* =========================================================
   Service cards（PC基準）
========================================================= */
.service-section{
  margin-top: 80px;
}
.service-lead{
  font-size:28px;
  font-weight: 500;
  text-align:center;
  color:#555;
  margin-top:50px;
  margin-bottom:0px;
  margin-left: -20px;
}
.service-cards{
  display:flex;
  justify-content:space-between;
  align-items:center;
  text-align:center;
  gap:55px;
}
.service-card{
  width:339px;
  height:588px;
  flex:1 1 0;
  background:#fff;
  border-radius:16px;
  padding:30px 20px 0;
  text-align:center;
}
.service-card__image img{ width:250px; height:250px; object-fit:contain; }
.service-card__title{
  font-size:30px;
  font-weight:700;
  color:#c5593d;
  height:170px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.service-card__text{ font-size:20px; line-height:1.2; color:#555; }

/* =========================================================
   Creator Section（PC基準）
========================================================= */
.creator-heading{
  background:linear-gradient(to right,#df8f3c,#e44b36);
  color:#fff;
  text-align:center;
  padding:16px 10px;
  font-size:48px;
  font-weight:bold;
  line-height:3;
  letter-spacing:.1em;
  position:relative;
}
.creator-inner{ padding:40px; }
.creator-profile{
  display:flex;
  gap:70px;
  align-items:flex-start;
  justify-content:center;
}
.creator-photo{ flex:0 0 435px; position:relative; }
/* .creator-photo__placeholder{
  width:100%;
  padding-top:120%;
  background:#d5d5d5;
  border-radius:12px;
} */
.creator-photo_img{ width: 450px;}
.creator-photo .sns_logo_icon{ position:absolute; bottom:-15px; right:0; }

.creator-text{ flex:1; position:relative; }
.creator-name{ font-size:34px; font-weight:700; margin:20px 0 30px; }
.creator-name span{ font-size:30px; margin-left:1em; }
.creator-body{ font-size:24px; font-weight: 400; line-height:1.5; margin-bottom:16px; }
.creator-body p{ margin-bottom:20px; }
.creator-social{
  margin-top:60px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:10px;
  width:100%;
  flex-wrap:nowrap;
}
.creator-quote{
  margin-bottom:50px;
  font-size:25px;
  font-weight: bold;
  font-style: italic;
  color: var(--theme-brown);
  text-align: center;
  letter-spacing: -0.03;
}
.creator-quote span{
  font-size:31px;
  letter-spacing: -0.01;
}

/* Sparkle for creator heading（既存の内容を維持） */
.creator-heading .sparkle-burst{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
}
.sparkle-twinkle_contents{
  position:absolute;
  width:8px;
  height:8px;
  transform:translate(-50%,-50%) rotate(45deg);
  border-radius:2px;
  opacity:0;
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,230,219,.8) 35%, rgba(255,255,255,0) 70%);
  filter: blur(1.2px);
  mix-blend-mode: screen;
  pointer-events:none;
  z-index:2;
}

/* =========================================================
   Plan Section（PC基準）
========================================================= */
.plan-steps{
  display:flex;
  justify-content:center;
  gap:55px;
  padding:55px 0 0;
  margin:32px 0 50px;
  flex-wrap:wrap;
}
.plan-step{
  position:relative;
  width:254px;
  height:220px;
  background:#fff;
  border-radius:5px;
  padding:32px 20px 20px;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  text-align:center;
}
.step-badge{
  position:absolute;
  top:-34px; left:-34px;
  width:84px; height:84px;
  border-radius:50%;
  background:linear-gradient(180deg,#e44b36,#df8f3c);
  color:#fff;
  font-size:28px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;

  /* アニメ初期 */
  transform:scale(0);
  opacity:0;
  transform-origin:center;
  will-change:transform, opacity;
}
.step-content{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;

  /* アニメ初期 */
  transform:scale(0);
  opacity:0;
  transform-origin:center;
  will-change:transform, opacity;
}
.step-icon img{
  width:120px;
  height:120px;
  object-fit:contain;
}
.step-icon.last_step-icon img{
  margin: 10px 0 10px;
  width:142px;
  height:auto;
  object-fit:contain;
}
.step-text{ font-size:22px; color:#444; }

.plan-cards{
  display:flex;
  gap:95px;
  justify-content:center;
  flex-wrap:wrap;
}
.plan-card{
  flex:1 1 0;
  width:550px;
  min-height:400px;
  background:#fff;
  border-radius:10px;
  padding:50px 20px 20px;
  box-shadow:0 6px 18px rgba(0,0,0,.03);
  text-align:center;
}
.plan-card__title{
  font-size:30px;
  font-weight:700;
  color:#c5593d;
  margin-bottom:30px;
}
.plan-card__catch{
  font-size:24px;
  font-weight:500;
  color:#413630;
  line-height:1.4;
  margin-bottom:30px;
}
.plan-card__detail{
  padding:0;
  margin:0;
  font-size:24px;
  text-align:center;
  line-height:1.3;
}
.plan-card__detail li{ margin-bottom:28px; }

/* =========================================================
   Checklist Section（PC基準）
========================================================= */
.checklist-section{ text-align:center; }
.checklist-section .pc-title__ink{ white-space:normal; }

.checklist-section .section-title{
  position:relative;
  display:inline-block;
  padding:0 60px;
  color:#3e1906;
  font-weight:700;
  font-size:35px;
  line-height:1.4;
  margin-bottom:60px;

  opacity:0;
  transform:translateY(32px);
}
.checklist-section .section-title::before,
.checklist-section .section-title::after{
  content:"";
  position:absolute;
  top:50%;
  width:70px;
  height:70px;
  transform:translateY(-50%);
  background: url("../img/features_section_title_left.png") no-repeat center/contain;
}
.checklist-section .section-title::before{ left:-40px; }
.checklist-section .section-title::after{
  right:-40px;
  background-image:url("../img/features_section_title_right.png");
}

.checklist-section .pc-title__ink{ display:inline-block; }
.checklist-section .split-line{ display:block; }

/* SP想定見出し（PCでは出してもOKのまま） */
.checklist-section .sp-title__bg{
  display:inline-block;
  padding:14px 16px;
  border-radius:12px;
  background: linear-gradient(90deg,#f26b4f 0%,#f6a55b 100%);
  color:#fff;
  font-size:22px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.08em;
}

.checklist{
  background:#fbf0d6;
  padding: clamp(32px, 6vw, 72px) 16px;
  color:#3e1906;
}
.checklist__ttl{
  text-align:center;
  font-size:clamp(22px,2.8vw,34px);
  line-height:1.25;
  margin:0 0 clamp(18px,4vw,36px);
  font-weight:800;
}
.checklist__grid{
  max-width:980px;
  margin:0 auto;
  display:grid;
  gap: clamp(18px,3vw,34px);
}
.row{
  display:grid;
  grid-template-columns: 1fr minmax(120px,200px);
  gap: clamp(14px,2.4vw,26px);
  align-items:center;
}
.row--illust-first{ grid-template-columns: minmax(120px,200px) 1fr; }

.media{ margin:60px 0 0; display:flex; justify-content:center; }
.media__img{ height:auto; display:block; }
.media__img1{ width:260px; }
.media__img2{ width:200px; }
.media__img3{ width:124px; }

.speech{
  display:grid;
  grid-template-areas:"stack";
  align-items:center;
}
.speech__img{ grid-area:stack; width:100%; height:auto; display:block; }
.speech__text{
  grid-area:stack;
  padding: 20px 78px;
  max-width:100%;
  z-index:2;
  text-align: left;
}
.speech__hd{
  margin:0 0 6px;
  font-size: clamp(23px,4vw,24px);
  color:#b0453a;
  font-weight:800;
}
.speech__tx{
  margin:0;
  font-size: clamp(16px,4vw,19px);
  line-height:1.7;
  letter-spacing: -0.1em;
}

/* PCだけ：上の余白増やす指定（あなたの意図を維持） */
@media (min-width: 769px){
  .speech__text{ padding-top: clamp(28px, 3vw, 44px); }
}

/* =========================================================
   Contact / Footer
========================================================= */
.contact_contents{
  padding:100px 80px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.contact-box{
  text-align:center;
  width:100%;
  max-width:820px;
}
.contact-box label{
  text-align:left;
  display:block;
  font-size:18px;
  margin-bottom:8px;
}
.contact-lead{
  margin:30px 0 20px;
  font-size:30px;
  text-align:center;
}
.contact-box input,
.contact-box textarea{
  width:100%;
  padding:8px 10px;
  border:none;
  border-radius:5px;
  margin-top:23px;
  margin-bottom:23px;
}
.contact-box input{ height:65px; }
.contact-box textarea{ height:153px; }

.contact-submit{
  display:block;
  width:379px;
  height:62px;
  margin:24px auto 0;
  border:none;
  border-radius:10px;
  background:#f1b800;
  font-weight:700;
  font-size:36px;
  color:var(--theme-brown);
  cursor:pointer;

  opacity:0; /* GSAP用 */
  position:relative;
  overflow:hidden;
}
.contact-submit::after{
  content:"";
  position:absolute;
  top:-60%;
  left:-60%;
  width:80%;
  height:220%;
  background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.8) 50%, transparent 100%);
  transform:translateX(-150%);
  pointer-events:none;
}
.contact-submit:hover::after{ animation: shine-sweep .7s ease-in-out; }
@keyframes shine-sweep{
  0%{ transform:translateX(-150%); }
  100%{ transform:translateX(200%); }
}

/* honeypot */
.contact-hp{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.contact-status{ min-height:1.5em; margin-bottom:5px; font-size:14px; }
.contact-status--info{ color:#555; }
.contact-status--success{ color:#1a7f3b; }
.contact-status--error{ color:#b00020; }

/* footer */
footer{
  height:169px;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  background-image:url(../img/footer_bg.png);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.footer_info{
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
}
.footer_info p{ text-align:left; line-height:1.6; }
.footer_info img{ width:262px; margin-right:30px; }
.footer_info a{ border-bottom:1px solid #fff; color:#fff; }
.footer_link{ margin-bottom:5px; }

/* hover（GSAP側で制御したい想定を維持） */
.about_icon_box .icon:hover,
.gallery_insta_icon .icon:hover,
.contact-submit:hover{
  opacity:1;
  cursor:pointer;
}

/* アイコン揺れ用 */
.about_icon_box .icon-link{
  display:inline-block;
  transform-origin:50% 100%;
}

/* loading screen */

/* Loading：文字色を1文字ずつ指定可（当めど変化があるので同じ色でもグラデ感あり） */
/* オレンジと茶色 */
.font_red_gradation-1{ color: #D0744D; }
.font_red_gradation-2{ color: var(--theme-brown); }
.font_red_gradation-3{ color: var(--theme-brown); }
.font_red_gradation-4{ color: var(--theme-brown); }
.font_red_gradation-5{ color: var(--theme-brown); }
.font_red_gradation-6{ color: var(--theme-brown); }
/* 赤とグレージュ */
/* .font_red_gradation-1{ color: var(--theme-red); }
.font_red_gradation-2{ color: #A89885; }
.font_red_gradation-3{ color: #A89885; }
.font_red_gradation-4{ color: #A89885; }
.font_red_gradation-5{ color: #A89885; }
.font_red_gradation-6{ color: #A89885; } */
/* ピンクオレンジグラデ */
/* .font_red_gradation-1{ color: #E2634F; }
.font_red_gradation-2{ color: #E2634F; }
.font_red_gradation-3{ color: #E2634F; }
.font_red_gradation-4{ color: #E2634F; }
.font_red_gradation-5{ color: #E2634F; }
.font_red_gradation-6{ color: #E2634F; } */


.loading-screen{
  position:fixed;
  inset:0;
  background:#EEE8DC;
  z-index:9999;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.loading-text{
  color:var(--theme-brown);
  display:flex;
  gap:.12em;
  font-size:28px;
  font-weight:600;
  letter-spacing:.1em;
}
.loading-text span{ display:inline-block; opacity:.6; }








/* ==================
  Reserve Section
================== */

/* --- セクション土台 --- */
.reserve-section{ padding:0; }
.reserve-hero{
  position:relative;
  width:100%;
  overflow:hidden;
}

/* 背景画像（締めビジュアル） */
.reserve-hero__img{
  width:100%;
  height:auto;       /* 比率維持 */
  max-width:100%;
  display:block;     /* 余白・ズレ防止 */
}

/* =========================
  予約パネル（画像の上に重ねる）
========================= */
.reserve-panel{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:40px 48px;
  color:#3e1906;
  align-items:center;
  text-align:center;
}

/* パネル中身（縮小などはここに寄せる） */
.reserve-panel-inner{
  width:100%;
  transform-origin:center top;
}

/* --- 予約ボタン（共通） --- */
.reserve-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:140px;
  border-radius:60px;

  background-image:url("../img/btn_reserve.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;

  color:#fff;
  font-weight:600;
  text-decoration:none;
  letter-spacing:.04em;
  font-size:30px;
}
.reserve-btn:hover{ filter:brightness(1.03); }

/* --- SNSボタン（共通の並び） --- */
.reserve-sns{
  display:flex;
  gap:50px;
  align-items:center;
  justify-content:center;
  margin-top: 30px;
}
.sns-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:14px;
}
.sns-btn img{
  display:block;
  width:100%;
  height:auto;
}






/* ==================
  Hero Section
================== */

/* ヒーローボタン：共通 */
.hero-btn__img{
  width:100%;
  height:auto;
  display:block;
}
.hero-btn__text{
  font-size:32px;
  line-height:1.3;
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:800;
  letter-spacing:.06em;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
  pointer-events:none;
  font-style: italic;
}
/* PC専用 */
@media (min-width:769px){
  /* ロゴ（h1）は下バー上に配置 */
  .site-logo{
    position: absolute;
    left: 30px;
    bottom: 32px;
    z-index: 20;
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .05em;
  }
  /* PCボタン */
  .hero-btn--pc{
    position: absolute;
    left: 60px;
    bottom: 180px;
    z-index: 30;
  }
}







.lp_instagram_links {
    background: #ede9dd;
    padding: 100px 0 120px;
}

.lp_instagram_links__inner {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 0 20px;
}

.lp_instagram_links__lead {
    margin-bottom: 0px;
    padding-left: 18%;
}

.lp_instagram_links__lead h2 {
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.6;
    font-weight: 700;
    color: #3d352c;
    margin-bottom: 20px;
}

.lp_instagram_links__lead h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.lp_instagram_links__lead h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.08em;
    width: 100%;
    height: 0.35em;
    background: #f3a000;
    z-index: -1;
}

.lp_instagram_links__lead p {
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 2;
    font-weight: 600;
    color: #3d352c;
}

.lp_instagram_links__list {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.lp_instagram_links__item {
    display: flex;
    align-items: flex-end;
    
    text-decoration: none;
    color: inherit;
    position: relative;
    width: fit-content;
}

.lp_instagram_links__item--left {
    justify-content: flex-start;
    left: 20px;
}

.lp_instagram_links__item--right {
    justify-content: flex-end;
    margin-left: auto;
    flex-direction: row-reverse;
    right: 100px;
}

.lp_instagram_links__item img {
    width: 100%;
    max-width: 260px;
    height: auto;
    display: block;
    flex-shrink: 0;
    position: relative;
    top: 37px;
    z-index: 2;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.lp_instagram_links__item--right img {
    max-width: 290px;
}

.lp_instagram_links__item:hover img {
    transform: translateY(-4px);
    opacity: 0.92;
}

.lp_instagram_links__text {
    background: rgba(255, 255, 255, 0.4);
    padding: 10px 30px;
    min-height: 120px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    min-width: 450px;
}

.lp_instagram_links__item--left .lp_instagram_links__text {
    margin-left: -70px;
    padding-left: 95px;
}

.lp_instagram_links__item--right .lp_instagram_links__text {
    margin-right: -70px;
    padding-right: 95px;
}

.lp_instagram_links__text p {
    font-size: 15px;
    line-height: 2;
    font-weight: 700;
    color: #3d352c;
}

/* =========================
   SP
========================= */
@media screen and (max-width: 768px) {
    .lp_instagram_links {
        padding: 70px 0 90px;
    }

    .lp_instagram_links__inner {
        padding: 0 16px;
    }

    .lp_instagram_links__lead {
      text-align: center;
      letter-spacing: -0.15em;
        margin-bottom: 0px;
      padding-left: 0;
    }

    .lp_instagram_links__lead h2 {
        font-size: 20px;
        line-height: 1.7;
    }

    .lp_instagram_links__lead h2 > span{
        font-size: 24px;
    }

    .lp_instagram_links__lead p {
        font-size: 14px;
        line-height: 1.9;
    }

    .lp_instagram_links__list {
        gap: 20px;
    }

    .lp_instagram_links__item,
    .lp_instagram_links__item--right {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        text-align: center;
    }

    .lp_instagram_links__item img {
        margin-left: 20px;
        margin-bottom: 30px;
        max-width: 230px;
    }
    .lp_instagram_links__item--right img {
        max-width: 260px;
    }

    .lp_instagram_links__text {
        background: #faf5e9;
        min-width: auto;
        min-height: auto;
        margin: 0;
        display: block;
        width: 100%;
    }

    .lp_instagram_links__item--left .lp_instagram_links__text,
    .lp_instagram_links__item--right .lp_instagram_links__text {
        margin: -50px  0 0;
        padding: 60px 0 20px;
    }

    .lp_instagram_links__text p {
        font-size: 14px;
        line-height: 1.9;
        text-align: center;
    }

    .lp_instagram_links__item--left {
        left: 0px;
    }

    .lp_instagram_links__item--right {
        right: 0px;
    }

}


.lp_instagram_links__block{
    display: inline-block;
}

.lp_instagram_links__sub_link{
    display: inline-block;
    margin-top: 20px;
    margin-left: 35%;
    font-size: 16px;
    font-weight: 700;
    color: #494441;
    text-decoration: none;
    transition: opacity .3s;
}

.lp_instagram_links__sub_link span{
    color: #ee9912;
}

.lp_instagram_links__sub_link p{
    color: #ee9912;
    margin-top: 5px;
    margin-left: 4em;
}


.lp_instagram_links__sub_link:hover{
    opacity: .7;
}