:root{
  --maxw: 480px;
  --gold: #c99a2a;
  --black: #070707;
  --wine: #c95d59;
  --navy: #121a3a;
}

/* ===== Base ===== */
*{ box-sizing: border-box; }
html, body{
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.7;
  overflow: hidden; /* 背景固定＋中身だけスクロール */
  -webkit-text-size-adjust: 100%;
}
img{ max-width:100%; height:auto; display:block; }

/* ===== BG fixed ===== */
.background{
  position: fixed;
  inset: 0;
  background: url('../img/main-visual.jpg') center/cover no-repeat;
  z-index: 0;
  filter: saturate(1.05);
}
.background::after{
  content:"";
  position:absolute;
  inset:0;
  /*背景黒のせ*/
  /*background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.55));*/
}

/* ===== Scroll area ===== */
.content{
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow-y: auto;

  /* ★中央寄せの本体 */
  display: flex;
  justify-content: center;
}

/* ===== Center paper ===== */
.inner{
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  background: #fff;

  /* ★ここ重要 */
  box-shadow: 0 0 40px rgba(0,0,0,.25);
}

/* ===== Section common ===== */
.sec{ padding: 26px 18px; }
.center{ text-align:center; }

/* ===== image title ===== */
.imgTitle{
  margin: 0 0 14px;
  display: grid;
  place-items: center;
}
.imgTitle img{
  width: min(430px, 100%);
  height: auto;
}
.imgTitle--onBlack img{ filter: drop-shadow(0 10px 18px rgba(0,0,0,.35)); }
.imgTitle--onWine img{ filter: drop-shadow(0 10px 18px rgba(0,0,0,.25)); }

/* ===== Hero (3 columns) ===== */
.hero{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:0;
}
.hero__cell{
  aspect-ratio: 1 / 1;
  overflow:hidden;
  background:#ddd;
}
.hero__cell img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ===== Kodawari (gold) ===== */
.kodawari{
  background: #efe0bf;
  color:#1a1a1a;
}
.circlePhoto{
  width: 100%;
  margin: 10px auto 10px;
}
.circlePhoto img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.kodawari__lead{
  margin: 0 0 14px;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}
.noteBox{
  /*background: rgba(255,255,255,.35);*/
  border-radius: 10px;
  padding: 12px 12px;
}
.noteBox p{
  writing-mode: vertical-rl;   /* 右から左へ縦書き */
  text-orientation: upright;   /* 英数字も立てる */
  font-family: "Noto Serif JP", sans-serif;
  line-height: 2.2rem;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding: 1.2em 0;
}
.noteBox img{
  width: 100%;
  height: auto;
}
.kodawari__shop{
  margin: 14px 0 0;
  /*border-radius: 10px;*/
  overflow:hidden;
  /*box-shadow: 0 10px 25px rgba(0,0,0,.18);*/
  letter-spacing: 0.05em;
  text-align: center;
}


.nowrap {
	white-space: nowrap;
}

/* ===== Osusume (black) ===== */
.recommendTitleArea {
  position: relative;
  height: 150px;
  margin: -30px 0 48px;
  text-align: center;
  overflow: hidden;
  background: transparent;
}

.recommendTitleArea::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -250px;
  transform: translateX(-50%);
  width: 350px;
  height: 370px;
  background: #c99a2a;
  border-radius: 50%;
  z-index: 1;
}

.recommendTitle {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-top: 62px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.2;
  white-space: nowrap;
}

.osusume{
  position: relative;
  background: var(--black);
  color:#fff;
  overflow: hidden;
}
.menuItem{
  padding: 20px 0 24px;
  /*border-top: 1px solid rgba(255,255,255,.12);*/
}
.menuItem:first-of-type{
  border-top:0;
  padding-top:0;
}
.menuItem__no{
  font-size: 44px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  opacity: .95;
}
.menuItem__name{
  margin: 8px 0 14px;
}
.menuItem__nameImg{
  width: min(240px, 100%);
  height: auto;
}

/* 金リング（ブラシ画像） */
.ringPhoto{
  position: relative;
  display:grid;
  place-items: center;
  margin: 0 0 14px;
  padding: 10px 0;
}
.ringPhoto__brush{
  position:absolute;
  width: 270px;         /* ブラシ画像の大きさ */
  max-width: 86%;
  height: auto;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.45));
}
.ringPhoto__img{
  max-width: 100%;
}

.menuItem__desc{
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255,255,255,.82);
  font-family: serif;
}

/* 魚アイコン（装飾） */
.osusume__fish{
  position: absolute;
  right: 10px;
  bottom: 18px;
  width: 110px;
  opacity: .85;
  pointer-events: none;
  user-select: none;
}

/* ===== Teiban (wine) ===== */


.teibanIntro {
  position: relative;
  background: linear-gradient(
    to bottom,
    #070707 0%,
    #070707 42%,
    #c95d59 42%,
    #c95d59 100%
  );
  color: #fff;
  padding: 54px 18px 36px;
}

.teibanIntro__inner {
  position: relative;
  min-height: 270px;
}

.teibanIntro__title {
  position: absolute;
  right: 28px;
  top: 0;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}

.teibanIntro__text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 28px;
  padding-right: 90px;
}

.teibanIntro__text p {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.18em;
}

.teiban {
  position: relative;
  background: var(--wine);
  color: #fff;
  padding-bottom: 85px;
}

.teibanFish {
  position: absolute;
  right: 10px;
  bottom: -120px; /* ←かなり下げる */
  width: 180px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  opacity: 0.95;
}

.teibanGrid{
  display:grid;
  gap: 60px;
}

.teibanCard{
  position:relative;
  display:block;
  border-radius: 10px;
  overflow:hidden;
  text-decoration:none;
  color:#fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

.teibanCard img{
  width:100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  display: block;
}

.teibanCard__label{
  position:absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  font-size: 12px;
  letter-spacing: .08em;
  white-space: nowrap;
}

/* ===== Shop ===== */
.shop{
  position: relative;
  background: #000;
  color: #fff;
  padding-bottom: 40px;
  overflow: hidden;
}

.shopFish {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 170px;
  height: auto;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  opacity: 0.95;
}

.shopCard{
  background: var(--navy);
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
  margin: 100px 0 0; /* ←ここ追加 */
  position: relative; 
  z-index: 2;
}

.shopList{ margin:0; }

.shopRow{
  display:grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.shopRow:last-child{ border-bottom:0; }

.shopRow dt{
  font-size: 12px;
  opacity: .85;
  letter-spacing: .12em;
}
.shopRow dd{
  margin:0;
  font-size: 13px;
  line-height: 1.7;
}
.shopRow a{ color:#fff; text-decoration:none; }

.follow{
  margin-top: 16px;
  display:grid;
  gap: 10px;
  place-items:center;
}
.follow__ttl{
  font-style: italic;
  letter-spacing: .12em;
  opacity: .9;
}
.follow__btn{
  display:inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color:#fff;
  text-decoration:none;
}

.brandEnd{
  margin-top: 18px;
  display:grid;
  place-items:center;
  gap: 10px;
}
.brandEnd img{ width: 160px; }
.copyright{
  font-size: 11px;
  opacity: .55;
  padding-bottom: 10px;
}


.shopInfo {
  background: #000;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.shopInfoCard {
  width: min(530px, 90%);
  margin: 0 auto;
  padding: 48px 36px;

  border-radius: 18px;

  background: linear-gradient(
    to bottom,
    #101d5a 0%,
    #14246a 55%,
    #d9d9dd 100%
  );

  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.shopInfoBlock {
  margin-bottom: 42px;
}

.shopInfoTitle {
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.shopInfoBlock p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.shopInfoTel {
  font-size: 24px;
  font-weight: 700;
}

.shopInfoLink {
  display: inline-block;
  margin-top: 10px;

  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.shopInfoFollow {
  text-align: center;
  margin-top: 50px;
}

.followTitle {
  margin: 0 0 18px;
  font-size: 54px;
  font-style: italic;
  font-weight: 500;
  color: #f2dd63;
  font-family: "Times New Roman", serif;
}

.instagramBtn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #333;
  text-decoration: none;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
}

.instagramBtn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .shopInfoCard {
    padding: 36px 24px;
  }

  .shopInfoTitle {
    font-size: 28px;
  }

  .shopInfoBlock p {
    font-size: 16px;
  }

  .followTitle {
    font-size: 42px;
  }
}


/* ===== Responsive small ===== */
@media (max-width: 360px){
  .menuItem__no{ font-size: 40px; }
  .ringPhoto__img{ width: 200px; }
  .osusume__fish{ width: 96px; }
}


.recommendBack {
	position: absolute;
	top: 20px;
	left: 18px;
	z-index: 10;

	display: inline-flex;
	align-items: center;
	gap: 7px;

	padding: 8px 14px;

	background: rgba(255,255,255,.75);
	border: 1px solid rgba(165,31,36,.35);
	border-radius: 30px;

	color: #6b302b;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .05em;
	text-decoration: none;
}

.recommendBack::before {
	content: "←";
	font-size: 14px;
	transition: transform .3s ease;
}

.recommendBack:hover::before {
	transform: translateX(-3px);
}

.floatingMenuBtn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  padding: 12px 22px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.ooedoCommitment {
	padding: 70px 20px 80px;
	background: #735c32;
	color: #fff;
}


.ooedoCommitmentItem {
	padding: 0 0 36px;
	margin-bottom: 28px;
	border-bottom: 1px solid rgba(205, 161, 45, .45);
}

.ooedoCommitmentItem__grid {
	display: grid;
	grid-template-columns: 1fr 210px;
	align-items: center;
	gap: 20px;
}

.ooedoCommitmentItem__head {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	margin-bottom: 10px;
}

.ooedoCommitmentItem__number {
	margin: 0;
	color: #d0a329;
	font-family: "Noto Serif JP", serif;
	font-size: 50px;
	line-height: .9;
}

.ooedoCommitmentItem__en {
	margin: 0 0 3px;
	color: #d0a329;
	font-size: 8px;
	letter-spacing: .15em;
}

.ooedoCommitmentItem__head h3 {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .06em;
}

.ooedoCommitmentItem__catch {
	margin: 0 0 14px;
	color: #d0a329;
	font-family: "Noto Serif JP", serif;
	font-size: 13px;
	line-height: 1.6;
}

.ooedoCommitmentItem__text {
	color: #fff;
	font-size: clamp(12px, .8vw, 14px);
	line-height: 1.9;
}

.ooedoCommitmentItem__text .nowrap  {
	font-size: clamp(11px, .72vw, 13px);
	white-space: nowrap;
}

.ooedoCommitmentItem__text p {
	margin: 0;
}


/* 写真 */

.ooedoCommitmentItem__photo {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0;
	border-radius: 50%;
}

.ooedoCommitmentItem__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}



/* 金色の円 */

.ooedoCommitmentItem__photo::before {
	content: "";
	position: absolute;
	inset: -7px;
	z-index: 2;
	border: 2px solid #d0a329;
	border-radius: 47% 53% 48% 52%;
	transform: rotate(-7deg);
	pointer-events: none;
}

/* 左側にある写真 */
.ooedoCommitmentItem__grid > .ooedoCommitmentItem__photo:first-child {
	justify-self: start;
	margin-left: 8px;
}


/* 右側にある写真 */
.ooedoCommitmentItem__grid > .ooedoCommitmentItem__photo:last-child {
	justify-self: end;
	margin-right: 8px;
}

/* 01 鮮魚のみ位置調整 */
.ooedoCommitmentItem__photo--fish {
	transform: translateX(-23px);
}


/* =========================
   大江戸 定番メニュー
========================= */

.ooedoStandard {
	position: relative;
	padding: 76px 28px 86px;
	background: #0d0c0b;
	color: #fff;
}


/* -------------------------
   heading
------------------------- */

.ooedoStandard__heading {
	margin-bottom: 28px;
	text-align: center;
}

.ooedoStandard__en {
	margin: 0 0 7px;
	color: #cda12d;
	font-size: 9px;
	line-height: 1.5;
	letter-spacing: .22em;
}

.ooedoStandard__title {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .12em;
}

.ooedoStandard__line {
	display: block;
	width: 86px;
	height: 1px;
	margin: 18px auto 0;
	background: #a51f24;
}


/* -------------------------
   lead
------------------------- */

.ooedoStandard__lead {
	margin-bottom: 42px;
	text-align: center;
	color: rgba(255, 255, 255, .88);
	font-size: 11px;
	line-height: 2;
	letter-spacing: .06em;
}

.ooedoStandard__lead p {
	margin: 0 0 10px;
}

.ooedoStandard__lead p:last-child {
	margin-bottom: 0;
}


/* -------------------------
   cards
------------------------- */

.ooedoStandard__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.ooedoStandardCard {
	display: block;
	overflow: hidden;
	background: #f4ecdf;
	color: #2d211d;
	text-decoration: none;
	transition:
		transform .3s ease,
		box-shadow .3s ease;
}

.ooedoStandardCard:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, .22);
}


/* photo */

.ooedoStandardCard__image {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #ddd3c4;
}

.ooedoStandardCard__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.ooedoStandardCard:hover .ooedoStandardCard__image img {
	transform: scale(1.035);
}


/* body */

.ooedoStandardCard__body {
	position: relative;
	padding: 20px 22px 22px;
}

.ooedoStandardCard__body::after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -28px;
	width: 110px;
	height: 110px;
	border: 1px solid rgba(165, 31, 36, .10);
	border-radius: 50%;
}

.ooedoStandardCard__body h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 9px;
	color: #6f1d21;
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .08em;
}

.ooedoStandardCard__body p {
	position: relative;
	z-index: 1;
	margin: 0 0 18px;
	color: #4b3c34;
	font-size: clamp(14px, 1vw, 16px);
	line-height: 1.8;
	letter-spacing: .05em;
}


/* link */

.ooedoStandardCard__link {
	position: relative;
	z-index: 1;
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding-right: 24px;
	color: #8e2429;
	font-size: clamp(14px, 1vw, 16px);
	font-weight: 600;
	letter-spacing: .08em;
	border-bottom: 1px solid rgba(142, 36, 41, .45);
}

.ooedoStandardCard__link::after {
	content: "→";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: right .25s ease;
}

.ooedoStandardCard:hover .ooedoStandardCard__link::after {
	right: -4px;
}


/* =========================
   大江戸 店舗情報
========================= */

.ooedoShopInfo {
	position: relative;
	padding: 76px 38px 46px;
	background: #0d0c0b;
	color: #fff;
}


/* heading */

.ooedoShopInfo__heading {
	margin-bottom: 44px;
	text-align: center;
}

.ooedoShopInfo__en {
	margin: 0 0 8px;
	color: #cda12d;
	font-size: 10px;
	letter-spacing: .22em;
}

.ooedoShopInfo__title {
	margin: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .14em;
}

.ooedoShopInfo__line {
	display: block;
	width: 90px;
	height: 1px;
	margin: 18px auto 0;
	background: #a51f24;
}


/* information */

.ooedoShopInfo__list {
	border-top: 1px solid rgba(205, 161, 45, .45);
}

.ooedoShopInfo__block {
	padding: 25px 4px;
	border-bottom: 1px solid rgba(205, 161, 45, .45);
}

.ooedoShopInfo__block h3 {
	margin: 0 0 10px;
	color: #cda12d;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(13px, .9vw, 15px);
	font-weight: 500;
	letter-spacing: .1em;
}

.ooedoShopInfo__block p {
	margin: 0;
	color: rgba(255,255,255,.9);
	font-size: clamp(12px, .85vw, 14px);
	line-height: 1.9;
	letter-spacing: .05em;
}

.ooedoShopInfo__block a {
	color: inherit;
	text-decoration: none;
}

.ooedoShopInfo__tel {
	margin-bottom: 10px !important;
}


/* contact link */

.ooedoShopInfo__contact {
	position: relative;
	display: inline-block;
	padding: 0 22px 4px 0;
	color: #fff !important;
	font-size: 11px;
	letter-spacing: .05em;
	border-bottom: 1px solid rgba(255,255,255,.45);
}

.ooedoShopInfo__contact::after {
	content: "→";
	position: absolute;
	right: 0;
	top: 0;
	color: #cda12d;
}


/* =========================
   follow us
========================= */

.ooedoFollow {
	padding: 48px 0 46px;
	border-bottom: 1px solid rgba(205, 161, 45, .45);
	text-align: center;
}

.ooedoFollow__heading p {
	margin: 0;
	color: #cda12d;
	font-family: "Noto Serif JP", serif;
	font-size: 13px;
	letter-spacing: .2em;
}

.ooedoFollow__heading span {
	display: block;
	width: 70px;
	height: 1px;
	margin: 15px auto 28px;
	background: #a51f24;
}


/* SNS */

.ooedoFollow__sns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.ooedoFollow__sns a {
	display: block;
	width: 92px;
}

.ooedoFollow__sns img {
	display: block;
	width: 100%;
	height: auto;
}


/* =========================
   brand end
========================= */

.ooedoShopInfo__brand {
	padding-top: 46px;
	text-align: center;
}

.ooedoShopInfo__logo {
	display: block;
	width: 180px;
	max-width: 70%;
	height: auto;
	margin: 0 auto 24px;
}

.ooedoShopInfo__brand p {
	margin: 0 0 18px;
	color: rgba(255,255,255,.72);
	font-size: 9px;
	line-height: 1.9;
	letter-spacing: .04em;
}

.ooedoShopInfo__copyright {
	display: block;
	color: rgba(255,255,255,.52);
	font-size: 8px;
	letter-spacing: .04em;
}

/* -------------------------
   大江戸のこだわり 見出し
------------------------- */

.commitmentHeading {
	position: relative;
	display: flex;
	align-items: stretch;
	gap: 18px;
	margin-bottom: 42px;
}

.commitmentHeading__line {
	width: 2px;
	flex-shrink: 0;
	background: linear-gradient(
		to bottom,
		#a51f24 0%,
		#a51f24 58%,
		#c99b38 100%
	);
}

.commitmentHeading__text {
	position: relative;
	padding: 2px 0 15px;
}

.commitmentHeading__en {
	margin: 0 0 12px;
	color: #d6aa3a;
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .18em;
}

.commitmentHeading h2 {
	margin: 0;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: .08em;
}

/* 金色の短いライン */
.commitmentHeading__ornament {
	display: block;
	width: 48px;
	height: 1px;
	margin-top: 17px;
	background: #d6aa3a;
}

@media screen and (max-width: 767px) {

	.floatingMenuBtn {
		left: 50%;
		right: auto;
		bottom: 18px;

		width: calc(100% - 36px);
		max-width: 340px;

		transform: translateX(-50%);

		display: flex;
		align-items: center;
		justify-content: center;

		padding: 15px 20px;

		background: #8e2429;
		border: 1px solid rgba(255,255,255,.3);
		box-shadow: 0 5px 18px rgba(60,30,20,.22);

		color: #fff;
		font-size: clamp(14px, 3.8vw, 16px);
		font-weight: 600;
		letter-spacing: .12em;
		border-radius: 6px;
	}

	.floatingMenuBtn::after {
		content: "→";
		margin-left: 12px;
		font-size: 16px;
	}
	.noteBox {
		width: calc(100% - 36px);
		margin: 0 auto;
		overflow: hidden;
	}

	.ooedoCommitmentItem {
		padding-bottom: 60px;
		margin-bottom: 45px;
	}

	.noteBox p {
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		width: 100%;
		height: 380px;
		margin: 0;
		padding: 20px 4px;
		font-size: clamp(15px, 4.2vw, 17px);
		line-height: 1.6;
		letter-spacing: .2em;
		box-sizing: border-box;
	}

	.ooedoCommitmentItem__grid {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	.ooedoCommitmentItem__content {
		width: 100%;
	}

	.ooedoCommitmentItem__photo {
		width: min(82vw, 300px);
		height: min(82vw, 300px);
		margin-left: auto;
		margin-right: auto;
		border-radius: 50%;
	}

	.ooedoCommitmentItem__photo img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 50%;
	}

	.ooedoCommitmentItem__head {
		display: flex;
		align-items: flex-end;
		gap: 14px;
	}

	.ooedoCommitmentItem__number {
		font-size: clamp(38px, 11vw, 46px);
		line-height: 1;
	}

	.ooedoCommitmentItem__en {
		font-size: clamp(10px, 2.8vw, 12px);
		letter-spacing: .12em;
	}

	.ooedoCommitmentItem__head h3 {
		font-size: clamp(24px, 6.5vw, 28px);
		line-height: 1.4;
	}

	.ooedoCommitmentItem__catch {
		margin-top: 14px;
		font-size: clamp(15px, 4vw, 17px);
		line-height: 1.8;
	}

	.ooedoCommitmentItem__text {
		margin-top: 18px;
	}

	.ooedoCommitmentItem__text p {
		font-size: clamp(15px, 4vw, 17px);
		line-height: 2;
		letter-spacing: .04em;
	}

	/* ========================================
	   こだわり
	   SP：全項目「文章 → 画像」
	======================================== */

	.ooedoCommitmentItem__grid {
		display: flex;
		flex-direction: column;
	}

	.ooedoCommitmentItem__content {
		order: 1;
		width: 100%;
	}

	.ooedoCommitmentItem__photo {
		order: 2;
		margin: 28px auto 0;
	}

	.ooedoCommitmentItem__text .nowrap {
	    font-size: clamp(15px, 4vw, 17px);
	    white-space: nowrap;
	}
	
	.ooedoStandard__lead {
	    margin-bottom: 42px;
	    text-align: center;
	    color: rgba(255, 255, 255, .88);
	    font-size: clamp(15px, 4vw, 17px);
	    line-height: 2;
	    letter-spacing: .06em;
	}

	.ooedoStandardCard__body p {
	    position: relative;
	    z-index: 1;
	    margin: 0 0 18px;
	    color: #4b3c34;
	    font-size: clamp(15px, 4vw, 17px);
	    line-height: 1.8;
	    letter-spacing: .05em;
	}
	.ooedoStandardCard__link {
	    position: relative;
	    z-index: 1;
	    display: block;
	    width: fit-content;
	    margin: 0 auto;
	    padding-right: 24px;
	    color: #8e2429;
	    font-size: clamp(15px, 4vw, 17px);
	    font-weight: 600;
	    letter-spacing: .08em;
	    border-bottom: 1px solid rgba(142, 36, 41, .45);
	}
}
