/** Shopify CDN: Minification failed

Line 368:0 Unexpected "}"
Line 370:2 Unexpected "0%"
Line 371:2 Unexpected "70%"
Line 372:2 Unexpected "100%"

**/
/* ============ Base Layout ============ */
.o2-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 20px;
}

.o2-hero,
.o2-section {
  text-align: center;             /* 文字を中央揃え */
  margin: 0 auto 56px;
}

.o2-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 0 12px;
}

.o2-lead {
  font-size: 1.05rem;
  line-height: 1.9;
  margin: 0 0 24px;
}

.o2-hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.o2-h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 12px;
}

.o2-h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 16px 0 8px;
}

.o2-txt {
  font-size: 1rem;
  line-height: 1.9;
  margin: 0;
}

.o2-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.o2-img--wide {
  border-radius: 18px;
}

.o2-figure {
  margin: 0;
}

.o2-cap {
  font-size: 0.9rem;
  opacity: .8;
  margin-top: 8px;
}

/* ============ Split (PC 2-column / SP 1-column) ============ */
.o2-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  justify-items: center;   /* 中央寄せ */
  margin-bottom: 56px;
  text-align: center;      /* テキスト中央 */
}

.o2-split__item {
  max-width: 540px;        /* 画像と文字の最大幅を揃える */
}

/* ============ Button ============ */
.o2-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 9999px;
  text-decoration: none;
  border: 1px solid currentColor;
  transition: transform .2s ease, opacity .2s ease;
  margin-top: 18px;
}

.o2-btn:hover {
  transform: translateY(-1px);
  opacity: .9;
}

/* =========================
   Base（共通）
   ========================= */
.o2-wrap {
  max-width: 980px;        /* テキスト行の最大幅 */
  margin: 0 auto;
  padding: 36px 18px;
  text-align: center;      /* 文字は中央揃え */
}

/* 画像は基本 600px を超えない・中央寄せ */
.o2-hero-img,
.o2-img {
  max-width: 600px;        /* ★ご要望：上限600px */
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 14px;
}

/* 見出し・本文 */
.o2-ttl { font-size: 2rem; font-weight: 700; margin: 0 0 12px; }
.o2-lead { font-size: 0.98rem; line-height: 1.9; margin: 0 0 20px; }
.o2-h2 { font-size: 1.4rem; font-weight: 700; margin: 0 0 10px; }
.o2-h3 { font-size: 1.05rem; font-weight: 700; margin: 14px 0 8px; }
.o2-txt { font-size: 0.96rem; line-height: 1.9; margin: 0; }

/* PC/SP 画像の出し分け（デフォはPC表示） */
.img-pc { display: block; }
.img-sp { display: none; }

/* 2カラム → SPは縦積み */
.o2-split {
  display: grid;
  grid-template-columns: 1fr; /* SPで縦積み */
  gap: 28px;
  justify-items: center;      /* 中央寄せ */
  margin: 0 auto 40px;
}
.o2-split__item { width: 100%; max-width: 600px; }

/* =========================
   PC (>=1025px)
   ========================= */
@media screen and (min-width: 1025px) {
  .o2-wrap { padding: 48px 20px; }

  .o2-ttl { font-size: 3rem; }
  .o2-lead { font-size: 1.15rem; }
  .o2-h2   { font-size: 1.8rem; }
  .o2-h3   { font-size: 1.25rem; }
  .o2-txt  { font-size: 1.05rem; }

  .o2-split {
    grid-template-columns: 1fr 1fr;  /* PCで2カラム */
    gap: 40px;
  }
}

/* =========================
   SP (<=1024px)
   ========================= */
@media screen and (max-width: 1024px) {
  /* 画像出し分け：SPで逆転 */
  .img-pc { display: none; }
  .img-sp { display: block; }
}
.container {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
}.oredr-pop {
  background: #1c1c1c;
  position: fixed;
  bottom: 0;
  left: 10px;
  color: #fff;
  font-size: 10px;
  padding: 7px 30px;
  z-index: 10;
  text-align: center;
  border-top-right-radius: 20px;
  width: 100%;
  border-top-left-radius: 20px;
  width: auto;
  opacity: 0.9;
}
.teltxt {
  font-size: 9px;
  letter-spacing: 0.3rem;
  line-height: 2em;}

  .tt1 {
  display: grid;
  grid-template-columns: 1fr 1fr;}

  .oredr-pop {
  background: #1c1c1c;
  position: fixed;
  bottom: 0;
  left: 10px;
  color: #fff;
  font-size: 10px;
  padding: 7px 30px;
  z-index: 10;
  text-align: center;
  border-top-right-radius: 20px;
  width: 100%;
  border-top-left-radius: 20px;
  width: auto;
  opacity: 0.9;
}
.oredr-pop:hover {
  opacity: 0.8;
  color: #f2e0e1;
  transition: ease all 0.5s;
}
.oredr-pop:hover {
  padding: 7px 30px 15px;
}
.oredr-pop {
  left: 0;
  padding: 7px 0;
  width: 100%;
  padding-right: 40px;
}
.oredr-pop:hover {
  padding: 7px 40px 7px 0;
}
/* ロゴだけは巨大化させない：幅の上限をつけて中央に */
.order-info .orderlogo img {
  width: auto !important;           /* 既存の width:100% を無効化 */
  max-width: 160px;                 /* PCでの上限（お好みで） */
  height: auto;
  display: block;
  margin: 0 auto 16px;              /* 中央寄せ＋下余白 */
}

/* 文字も中央に（保険） */
.order-info { text-align: center; }

/* 見出し・本文のサイズ微調整（任意） */
.order-info .main-title { font-size: 2.8rem; margin-bottom: 16px; }
.order-info .info-txt   { font-size: 1.2,rem; line-height: 2; }

/* SPではロゴを少し小さく */
@media (max-width: 1024px) {
  .order-info .orderlogo img { max-width: 120px; }
  .order-info .main-title { font-size: 2rem; }
}
/* ===== コールアウト（電話）バー ===== */
.o2-call{
  max-width: 980px;
  margin: 0 auto 28px;
  background: #2b2b2b;
  color: #fff;
  border-radius: 22px;
  padding: 14px 18px;
  text-align: center;
}

.o2-call__row{ display: flex; justify-content: center; align-items: center; gap: 12px; }

.o2-call__lead{
  font-size: 1.05rem;
  margin: 0;
}

/* 電話行：左右にラベルと番号を配置（PC） */
.o2-call__telrow{
  margin-top: 4px;
  gap: 18px;
}
.o2-call__label{ opacity: .9; letter-spacing: .12em; }
.o2-call__tel{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .35em;          /* 画像の雰囲気に近い字間 */
  padding: 2px 6px;
  border-radius: 8px;
}
.o2-call__tel:hover,
.o2-call__tel:focus{
  outline: none;
  background: rgba(255,255,255,.08);
  text-decoration: underline;
}

/* SPでは縦積み＆字間を少し弱める */
@media (max-width: 1024px){
  .o2-call{ padding: 12px 14px; border-radius: 16px; }
  .o2-call__row{ flex-wrap: wrap; }
  .o2-call__telrow{ gap: 8px; }
  .o2-call__tel{ letter-spacing: .2em; }
}
/* ===== Scroll インジケータ（縦書き＋矢印） ===== */
.scrolldown4{
  position: relative;       /* ← absolute をやめる */
  margin: 40px auto;        /* 上下余白を調整 */
  width: 60px;              /* 横幅を確保（中央寄せ用） */
  animation: arrowmove 1.3s ease-in-out infinite;
}

@keyframes arrowmove{
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

/* Scroll テキスト */
.scrolldown4 span{
  position: absolute;
  left: -20px;
  bottom: 10px;
  color: #999;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写（先端斜め） */
.scrolldown4::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -3px;
  width: 1px;
  height: 10px;
  background: #999;
  transform: skewX(-31deg);
}

/* 矢印の描写（縦の線） */
.scrolldown4::after{
  content:"";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background:#999;
}



/* アニメーション */
@keyframes arrowmove{
  0%   { transform: translateX(-50%) translateY(0) rotate(45deg); opacity: 1; }
  50%  { transform: translateX(-50%) translateY(8px) rotate(45deg); opacity: 0.3; }
  100% { transform: translateX(-50%) translateY(0) rotate(45deg); opacity: 1; }
}

}
@keyframes o2-scroll{
  0%   { transform: translate(-50%, 0);      opacity: .65; }
  70%  { transform: translate(-50%, 14px);   opacity: .0;  }
  100% { transform: translate(-50%, 0);      opacity: .65; }
}
/* 既存の o2-call の見た目はそのまま流用 */

/* === 下から出てくる固定バー版 === */
.o2-call--float{
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%, 120%);   /* 画面外に待機 */
  width: min(980px, calc(100% - 24px));
  z-index: 50;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  animation: o2-float-in .6s ease-out .2s forwards; /* ロード時に出現 */
}

/* PC/SPの位置・字間微調整 */
@media (max-width: 1024px){
  .o2-call--float{ bottom: 12px; width: calc(100% - 20px); }
  .o2-call__tel{ letter-spacing: .2em; }
}
@media (min-width: 1025px){
  .o2-call__tel{ letter-spacing: .35em; }
}

/* アニメーション */
@keyframes o2-float-in{
  0%   { transform: translate(-50%, 120%); opacity: 0; }
  100% { transform: translate(-50%,   0%); opacity: 1; }
}

/* 任意：PCでは固定バーを出さず、SPだけにしたい場合はこれを有効化
@media (min-width: 1025px){
  .o2-call--float{ display:none; }
}
*/

/* 任意：ページ最下部でフッターと重なるのが気になる場合の余白 */
body{ padding-bottom: 92px; } /* 固定バー高さ分の余白を確保（調整可） */

.o2-gallery img {
  max-width: 600px;   /* 最大600px */
  width: 100%;        /* 横幅いっぱいまで広がるけど上限600px */
  height: auto;
  display: block;
  margin: 0 auto 24px;
  border-radius: 12px;
}

/* =========================
   PCだけ画像サイズを900pxに拡大
   ========================= */
@media screen and (min-width: 1025px) {
  .o2-hero-img,
  .o2-img,
  .o2-gallery img {
    max-width: 750px;
  }
}

