@charset "utf-8";

*,*::before,*::after{box-sizing:border-box;}
body,h1,h2,h3,h4,p,ul,ol,li,figure,figcaption,blockquote,dl,dd{margin:0;}
ul,ol{list-style:none;padding:0;}
a{color:inherit;text-decoration:inherit;text-decoration-skip-ink:auto;}
img,svg,video,iframe{vertical-align:middle;}
img,video{max-width:100%;}
img[height]{height:auto;}
input,button,textarea,select{font:inherit;}
@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}}
html {
	scroll-behavior: auto;
	font-size: 62.5%;
}
body {
	color: black;
	font-size: 1.6em;
	line-height: 1.6;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	padding: 0;
}
body.is-fixed {
	position: fixed;
	width: 100%;
}
/* 共通項目 */
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
.weight100 {
  font-weight:100
}
.weight300 {
  font-weight:300
}
.weight400 {
  font-weight:400
}
.weight500 {
  font-weight:500
}
.weight700 {
  font-weight:700
}
.pc-only {
	display: block !important;
}
.sp-only {
	display: none !important;
}
@media only screen and (max-width: 667px) {
	.pc-only {
		display: none !important;
	}
	.sp-only {
			display: block !important;
	}
}
/**
 * prefix について
 * c- cssだけでことたるスタイル（使いまわせる）
 * l- ページレイアウト（z-indexの基礎として）
 * o- jsも伴う動的なスタイル（使いまわせないが汎用的）
 * p- 固有のブロックスタイル（主にmain/sectionに附帯）
 * a- 唯一のスタイル（≡ MenuとかScrollとか）
 * no prefix コンポーネント内の要素
 * js- documentsByClassNameのためのclass
 * -------------------------------------------------- */
.l-main { z-index: 1; }
.l-nav { z-index: 2; }
.l-loading { z-index: 3; }

/* :::::: main :::::: */
.l-main {
	display: block;
	max-width: 1240px;
	margin: 0 auto;
}
@media only screen and (max-width: 667px) {
	.l-main {
		padding-bottom: 110px;
	}
}
/* :::::: loading :::::: */
.l-loading {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.l-loading.is-loaded {
	opacity: 0;
	transition: opacity .3s;
}
.loader .svg {
	width: 40px;
	height: 40px;
	fill: none;
	stroke: #81141d;
	stroke-width: 10;
	stroke-linecap: round;
	stroke-dasharray: 230 230;
	animation: loader 1.4s infinite cubic-bezier(.4,0,.3,1), loading 1.2s infinite linear;
}
@keyframes loader {
	from { stroke-dashoffset: 230; }
	to { stroke-dashoffset: -230; }
}
@keyframes loading {
	from { transform: none; }
	to { transform: rotate(360deg); }
}
@media screen and (max-width: 480px) {
	.loader .svg {
		width: 32px;
		height: 32px;
	}
}

/* TSUKASA NEBOKE */
.a-logo {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
}
@media screen and (max-width: 480px) {
	.a-logo {
		right: calc(24vw / 4.8);
		width: calc(75vw / 4.8);
	}
}
@media screen and (min-width: 481px) and (max-width: 1240px) {
	.a-logo {
		right: calc(48vw / 12.4);
		width: calc(150vw / 12.4);
	}
}
@media screen and (min-width: 1241px) {
	.a-logo {
		right: calc(24vw / 4.8);
	}
}

/* @media screen and (min-width: 1241px) {
  .a-logo {
      left: 85px;
  }
}
@media screen and (max-width: 480px) {
  .a-logo {
      left: calc(20vw / 4.8);
      width: calc(83vw / 4.8);
  }
} */

/* コンポーネント */
.c-container {
	max-width: 1240px;
  margin: 0 auto;
}

/**
 * ファーストビュー
 * ---------------------------------------- */
 .p-firstview .view_top {
	background-image: url('/common/campaign/teiki/2025/img/bg_top.webp');
	/* min-height: 633px; */
	aspect-ratio: 124 / 61;
}
 .p-firstview .view_bottom {
	background-image: url('/common/campaign/teiki/2025/img/bg_tenpo.webp');
	/* min-height: 610px; */
	aspect-ratio: 1240 / 589;
}
.p-firstview .view_top,
.p-firstview .view_bottom {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.p-firstview__title {
	position: absolute;
	top: 4rem;
	left: 0rem;
	width: 780px;
	max-width: 100%;
}
.p-firstview__description {
	position: absolute;
	bottom: 5rem;
	left: 5rem;
	color: #211815;
	font-size: 3.7rem;
	text-align: left;
	line-height: 1.8;
}
.p-firstview__tenpo-title {
	position: absolute;
	top: 9rem;
	right: 6rem;
	width: 620px;
	max-width: 100%;
}
.p-firstview__tenpo-description {
	position: absolute;
	bottom: 7rem;
	right: 5rem;
	color: #211815;
	font-size: 3.7rem;
	text-align: right;
	line-height: 2.0;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
.p-firstview__title img,
.p-firstview__tenpo-title img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1240px) {
  .p-firstview .view_top {
    /* min-height: 400px; */
    padding: 2rem 1rem;
  }
	.p-firstview__title {
		top: 2rem;
		width: 63%;
	}
  .p-firstview__description {
    bottom: 2rem;
    left: 3rem;
    font-size: 2.7rem;
    line-height: 1.6;
  }

  .p-firstview .view_bottom {
    /* min-height: 400px; */
  }

	.p-firstview__tenpo-title {
		top: 4rem;
    right: 4rem;
    width: 50%;
	}
	.p-firstview__tenpo-title img {
		/* width: 69%; */
	}
  .p-firstview__tenpo-description {
    bottom: 5rem;
    right: 3rem;
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .p-firstview .view_top {
		background-image: url('/common/campaign/teiki/2025/img/bg_top_sp.webp');
    padding: 1rem 0.5rem;
  }
  .p-firstview__title {
    top: 1rem;
  }
  .p-firstview__description {
		bottom: 1rem;
		left: 1rem;
		font-size: 1.25rem;
		line-height: 1.6;
  }

  .p-firstview .view_bottom {
		background-image: url('/common/campaign/teiki/2025/img/bg_tenpo.webp');
    /* min-height: 300px; */
  }

  .p-firstview__tenpo-title {
    top: 3rem;
    right: 1rem;
  }

  .p-firstview__tenpo-description {
		bottom: 1rem;
		right: 1rem;
		font-size: 1.25rem;
		line-height: 1.8;
  }

  .a-logo {
    width: 50px; /* モバイルでロゴを小さく */
    top: 0.5rem;
    right: 0.5rem;
  }
}
/**
 * 定期便 3つのメリット
 * ---------------------------------------- */
 .p-merit {
	background-image: url('/common/campaign/teiki/2025/img/bg_merit.webp');
	/* background-size: cover; */
	background-position: center;
	/* background-repeat: no-repeat; */
	position: relative;
	/* aspect-ratio: 1240 / 812; */
	background-size: contain;
	background-repeat: repeat;
}
/* .p-merit__title {
	color: #fff;
	background-color: #c67138;
	width: 100%;
	padding: 5rem 0rem;
	opacity: 85%;
	text-align: center;
} */
.p-merit__title {
	background-color: #c67138;
	width: 100%;
	opacity: 85%;
	color: #fff;
	text-align: center;
	font-size: 10rem;
	font-weight: 500;
	padding: 3rem 1rem;
	font-family: "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", "Times New Roman", serif !important;
}
.p-merit__title img {
	width: 70%;
}
.p-merit__wrap {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 5rem 5.5rem;
}
.p-merit__card {
	width: 33.33%;
	height: 520px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4rem 2rem;
	margin-right: 1.5rem;
}
.p-merit__card:last-child {
	margin-right: 0rem;
}
.p-merit__card p {
	color: #543314;
	font-size: 4.0rem;
	font-weight: 500;
	margin-bottom: 3rem;
	text-align: center;
	line-height: 1.4;
}
.p-merit__card p span {
	color: #a33024;
	font-size: 5.5rem;
}
.p-merit__card img {
	max-height: 250px;
	display: block;
	margin: auto;
}
@media screen and (max-width: 1240px) {
	.p-merit__title {
    background-color: #c67138;
    font-size: 7rem;
	}
	/* .p-merit__title img {
		width: 80%;
	} */
	.p-merit__wrap {
		padding: 2rem 2rem;
	}
	.p-merit__card {
		height: 310px;
		padding: 2rem 1rem;
	}
	.p-merit__card p {
    font-size: 2.25rem;
		margin-bottom: 2rem;
	}
	.p-merit__card p span {
		font-size: 2.75rem;
	}
	.p-merit__card img {
    max-height: 180px;
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.p-merit {
		background-image: url('/common/campaign/teiki/2025/img/bg_merit_sp.webp');
		/* aspect-ratio: 750 / 493; */
		margin-bottom: 1rem;
	}
	.p-merit__title {
		font-size: 3.25rem;
		padding: 1.5rem 0rem;
	}
	.p-merit__title img {
		width: 70%;
	}
	.p-merit__wrap {
    padding: 3rem 1rem;
	}
	.p-merit__card {
    height: 160px;
    padding: 1rem 1rem;
    margin-right: 1rem;
	}
	.p-merit__card p {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.p-merit__card p span {
		font-size: 1.5rem;
	}
}
/**
 * 商品エリア
 * ---------------------------------------- */
section.p-item {
	padding: 5rem 8rem;
}
section.p-item > figure {
	margin-bottom: 4rem;
}

h3.p-item__title,
h3.p-item__title_sp {
	font-size: 6rem;
	font-family: "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", "Times New Roman", serif !important;
	margin-bottom: 2rem;
}
h3.p-item__title_sp {
	display: none;
}
.p-item__wrap {
	display: flex;
	width: 100%;
}
p.p-item__badge-wrap {
	margin-bottom: 3rem;
}
.p-item__left {
	width: 52%;
}
.p-item__right {
	width: 48%;
}
.p-item__badge-wrap span {
	font-size: 3rem;
	font-weight: bold;
	background-color: #962a2a;
	border: 1px solid #962a2a;
	border-radius: 30px;
	color: #fff;
	padding: 8px 30px;
	margin-right: 2rem;
}
.p-item__badge-wrap span:last-child {
	background-color: #874f13;
	border: 1px solid #874f13;
}
.p-item__info {
 	font-size: 3.25rem;
}
@media screen and (max-width: 1240px) {
	section.p-item {
    padding: 3rem 5rem;
	}
	h3.p-item__title, h3.p-item__title_sp {
    font-size: 4rem;
	}
	.p-item__badge-wrap span {
    font-size: 2rem;
    padding: 8px 20px;
    margin-right: 1rem;
	}
	.p-item__info {
    font-size: 2rem;
    font-weight: bold;
	}
}

@media screen and (max-width: 480px) {
	section.p-item {
    padding: 2rem 2rem;
	}
	section.p-item > figure {
    margin-bottom: 2rem;
	}
	h3.p-item__title_sp {
		display: block;
    font-size: 3rem;
		margin-bottom: 1rem;
	}
	h3.p-item__title {
    display: none;
	}
	p.p-item__badge-wrap {
    margin-bottom: 1rem;
	}
	.p-item__badge-wrap span {
		font-size: 1.2rem;
    padding: 2px 6px;
    margin-right: 0.25rem;
	}
	.p-item__info {
    font-size: 1.25rem;
	}
}

/**
 * 定期便　初回お届け価格
 * ---------------------------------------- */
 .p-price {
	margin-bottom: 7rem;
}
.p-price__wrapper {
	padding: 4rem 4rem;
}
 h3.p-price__title {
	background-color: #962a2a;
	color: #fff;
	text-align: center;
	font-size: 7rem;
	font-weight: 500;
	padding: 3rem 1rem;
}
.p-price__inner {
	margin-bottom: 5rem;
}
.p-price__inner h4 {
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.p-price__inner:first-child img.p-price__sub {
	max-width: 80%;
}
a.p-price__btn {
	color: #fff;
	font-size: 6.0rem;
	font-weight: 500;
	background-color: #962a2a;
	padding: 1rem 1rem;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 130px;
	margin-bottom: 3rem;
	text-decoration: none;
}
a.p-price__btn:hover {
	opacity: 0.8;
}
p.p-price__info {
	color: #962a2a;
	font-size: 3.25rem;
	font-weight: 500;
	padding: 0rem 4rem;
	margin-bottom: 2rem;
}
.p-price__tel-box {
	border: 1px solid #962a2a;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 2rem 2rem;
}
.p-price__tel-left {
	width: 75%;
}
.p-price__tel-left p {
	font-size: 4rem;
	font-weight: bold;
	color: #962a2a;
	text-align: center;
	margin-bottom: 1rem;
}
.p-price__tel-left a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-price__tel-left a:hover {
	opacity: 0.8;
}
.p-price__tel-left a img {
	width: 740px;
}
.p-price__tel-right {
	background-color: #962a2a;
	color: #fff;
	padding: 1rem 2rem;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.3;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media screen and (max-width: 1240px) {
	.p-price {
    margin-bottom: 1rem;
	}
	h3.p-price__title {
    font-size: 5rem;
	}
	a.p-price__btn {
    font-size: 3.75rem;
    min-height: 90px;
    margin-bottom: 2rem;
	}
	p.p-price__info {
    font-size: 2.7rem;
		padding: 0rem 2rem;
	}
	.p-price__tel-left p {
    font-size: 2.7rem;
	}
	.p-price__tel-left a img {
    width: 90%;
	}
	.p-price__tel-right {
    font-size: 2rem;
	}
}

@media screen and (max-width: 480px) {
	.p-price {
    margin-bottom: 3rem;
}
	h3.p-price__title {
    background-color: #962a2a;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 1rem 1rem;
	}
	.p-price__wrapper {
    padding: 1rem 2rem;
	}
	.p-price__inner {
		margin-bottom: 2rem;
	}
	.p-price__inner h4 {
		margin-top: 0rem;
		margin-bottom: 1rem;
	}
	a.p-price__btn {
		font-size: 1.8rem;
		padding: 1rem 1rem;
		border-radius: 18px;
		min-height: 5rem;
		margin-bottom: 1rem;
	}
	p.p-price__info {
		color: #962a2a;
		font-size: 1.25rem;
		font-weight: 500;
		padding: 0rem 1rem;
		margin-bottom: 1rem;
	}
	.p-price__tel-box {
		padding: 0.45rem 0.45rem;
	}
	.p-price__tel-left a img {
		width: 90%;
	}
	.p-price__tel-left p {
		font-size: 1.25rem;
		font-weight: bold;
		color: #962a2a;
		text-align: center;
		margin-bottom: 0.5rem;
	}
	.p-price__tel-right {
		padding: 0.25rem 1.25rem;
		font-size: 1rem;
	}
}
/**
 * ご注文方法
 * ---------------------------------------- */
 h3.p-order__title {
	background-color: #6e9e30;
	color: #fff;
	text-align: center;
	font-size: 7rem;
	font-weight: 500;
	padding: 3rem 1rem;
	font-family: "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", "Times New Roman", serif !important;
}
/* セクション全体のスタイリング */
.p-order {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center; /* 中央揃え */
  padding: 20px 0;
}

.p-order__title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.p-order__step {
  position: relative;
	margin-bottom: 4rem;
}

.p-order__step-number {
  position: relative;
  text-align: center;
  display: block; /* コンテンツ幅に合わせる */
  margin: 0 auto;
	margin-bottom: 2rem;
}

.p-order__line {
  position: absolute;
  top: 50%; /* 画像の垂直中央 */
  left: 0;
  right: 0;
  height: 1px;
  background-color: #6b9843; /* 線の色 */
  z-index: 1; /* 画像の下に配置 */
}

.p-order__image {
  position: relative;
  display: inline-block;
  z-index: 2; /* 線の上に配置 */
  background-color: #fff; /* 画像の背景色 */
  border-radius: 50%; /* 丸い背景 */
  padding: 5px; /* 必要に応じて背景と画像間のスペース */
}
.p-order__step-content {
	width: 80%;
	display: block;
	margin: auto;
}
h4.p-order__step-title {
	color: #6e9e30;
	font-size: 5rem;
	font-family: "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", "Times New Roman", serif !important;
	margin-bottom: 3rem;
}
p.p-order__step-description {
	font-size: 3.25rem;
	line-height: 2.3;
	margin-bottom: 2rem;
}
p.p-order__step-note {
	color: #962a2a;
	font-size: 3.25rem;
	border: 1px solid #962a2a;
	padding: 1rem 2rem;
	font-weight: bold;
	text-align: left;
}
@media screen and (max-width: 1240px) {
	.p-order__step-content {
    width: 90%;
	}
	h3.p-order__title {
    font-size: 5rem;
		padding: 2rem 1rem;
	}
	p.p-order__step-description {
		font-size: 2.7rem;
    line-height: 1.3;
	}
}

@media screen and (max-width: 480px) {
	.p-order {
    padding: 0px 0;
		margin-bottom: 3rem;
	}
	h3.p-order__title {
    font-size: 2.6rem;
    padding: 1rem 1rem;
	}
	.p-order__step {
    margin-bottom: 2rem;
	}
	.p-order__image {
    max-width: 60px;
	}
	h4.p-order__step-title {
    font-size: 2.6rem;
    margin-bottom: 1rem;
	}
	.p-order__step-content {
    width: 90%;
	}
	p.p-order__step-description {
    font-size: 1.4rem;
    line-height: 2.0;
    margin-bottom: 1rem;
	}
	p.p-order__step-note {
    font-size: 1.4rem;
    padding: 1rem 1rem;
	}
}

/**
 * よくあるご質問
 * ---------------------------------------- */
 .p-faq {
	margin-bottom: 3rem;
}
 h3.p-faq__title {
	background-color: #593b2b;
	color: #fff;
	text-align: center;
	font-size: 7rem;
	font-weight: 500;
	padding: 3rem 1rem;
	font-family: "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", "Times New Roman", serif !important;
}
.p-faq__box {
	padding: 4rem 4rem;
	background-color: #f2f0eb;
}
.p-faq__item {
  margin-bottom: 5rem;
}
.p-faq__question,
.p-faq__answer {
  font-size: 3.25rem; /* ベースフォントサイズ */
  padding: 2rem 2rem;
}
.p-faq__question {
  background-color: #eee5ba; /* Qの背景色 */
  font-weight: bold;
  margin: 0;
}
.p-faq__answer {
  background-color: #fff; /* Aの背景色 */
  margin: 0;
}
.p-faq__item a:link {
	color: #2a6fc4;
	text-decoration: underline;
}
.p-faq__item a:visited {
	color: #578ac9;
	text-decoration: underline;
 }
.p-faq__item a:hover {
	color: #0c5fc4;
}
.p-faq__item a:active {
	color: #0c5fc4;
	text-decoration: underline;
}
@media screen and (max-width: 1240px) {
	h3.p-faq__title {
    font-size: 5rem;
    padding: 2rem 1rem;
	}
	.p-faq__question, .p-faq__answer {
    font-size: 2.7rem;
	}
}

@media screen and (max-width: 480px) {
	h3.p-faq__title {
    font-size: 2.6rem;
    padding: 1rem 1rem;
	}
	.p-faq__box {
    padding: 2rem 2rem;
	}
	.p-faq__item {
    margin-bottom: 1.4rem;
	}
	.p-faq__question, .p-faq__answer {
    font-size: 1.4rem;
    padding: 1rem 1rem;
	}
}


/**
 * こだわり
 * ---------------------------------------- */
.p-kodawari {
	margin-bottom: 3rem;
}
.p-kodawari .p-kodawari__box {
	position: relative;
}
.p-kodawari .p-kodawari__text {
	top: 0;
	left: 0;
	padding: 0px 80px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: absolute;
}
h3.p-kodawari__title {
	background-color: #81141d;
	color: #fff;
	text-align: center;
	font-size: 7rem;
	font-weight: 500;
	padding: 3rem 1rem;
	font-family: "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", "Times New Roman", serif !important;
}
.p-kodawari__box .belt {
	padding: calc(32 / 124* 10vw);
	padding-right: calc(80 / 124* 10vw);
	padding-left: calc(80 / 124* 10vw);
	margin: 0;
	line-height: 0;
	text-align: center;
	background: #81141d;
}
.p-kodawari__box .belt img {
	max-height: 78px;
}
.p-kodawari__box .p-kodawari__bottom-text {
	bottom: 3%;
	left: 0;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 4rem 1.5rem;
	font-size: 40px;
	background-image: url('/common/campaign/teiki/2025/img/img_kodawari_bg.webp');
	background-size: contain;
	background-repeat: repeat;
}

.p-kodawari__box .p-kodawari__bottom-text .p-kodawari__bottom-title {
	font-family: "Times New Roman", "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", serif !important;
	text-align: center;
	margin-bottom: 20px;
	font-size: 5rem;
	line-height: 1.4;
}
.p-kodawari__box .p-kodawari__bottom-text p {
	font-size: 3.25rem;
	padding-right: calc(80 / 124* 10vw);
	padding-left: calc(80 / 124* 10vw);
}

@media screen and (max-width: 1024px) {
	.p-kodawari__box .belt img {
			max-height: 58px;
	}
	.p-kodawari__box .p-kodawari__bottom-text .p-kodawari__bottom-title {
		font-size: 58px;
	}
}
@media screen and (max-width: 480px) {
	.p-kodawari .p-kodawari__text {
			top: 11%;
			left: 0;
			padding: 0px 1.5rem;
			width: 50%;
			height: auto;
	}
	h3.p-kodawari__title {
		font-size: 2.6rem;
		padding: 1rem 1rem;
	}
	.p-kodawari__box .belt {
		padding: calc(9 / 37.5* 10vw);
		padding-right: calc(57 / 37.5* 10vw);
		padding-left: calc(57 / 37.5* 10vw);
	}
	.p-kodawari__box .p-kodawari__bottom-text {
		bottom: 2%;
		left: 0;
		font-weight: bold;
		padding: 1.5rem;
	}
	.p-kodawari__box .p-kodawari__bottom-text .p-kodawari__bottom-title {
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 7px;
		font-size: 2.6rem;
		line-height: 1.4;
	}
	.p-kodawari__box .p-kodawari__bottom-text p {
		padding-right: 0px;
		padding-left: 0px;
		font-size: 1.4rem;
	}
}
/* お召し上がり方 */
.p-meshiagari {
	background-image: url('/common/campaign/teiki/2025/img/bg_meshiagari.webp');
	background-position: center;
	position: relative;
	background-size: contain;
	background-repeat: repeat;
	padding-top: 80px;
	padding-right: calc(80 / 124* 10vw);
	padding-bottom: calc(64 / 124* 10vw);
	padding-left: calc(80 / 124* 10vw);
}
.p-meshiagari .meshiagari_top {
	display: flex;
}
.p-meshiagari .step_cont, .p-meshiagari .meshiagari_top {
	margin-bottom: 80px;
}
.p-meshiagari .meshiagari_top .meshiagari_text {
	font-size: 110px;
	width: 77%;
	font-family: "Times New Roman", 游明朝体, YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HGS明朝B, serif !important;
}
.p-meshiagari .meshiagari_top img {
	width: 23%;
}
.p-meshiagari .step_img_area {
	display: flex;
	align-items: flex-start;
}
.p-meshiagari .step_img_area {
	margin-bottom: 20px;
}
.p-meshiagari .step_img_l {
	margin-right: 30px;
}
.p-meshiagari .step_text {
	font-size: 40px;
}
.p-meshiagari .step_text span {
	color: #b31920;
}
.p-meshiagari .step_book {
	position: relative;
}
.p-meshiagari .step_book .book_img {
	position: absolute;
	bottom: 0%;
	right: 0%;
	max-width: 207px;
}
@media screen and (max-width: 480px) {
	.p-meshiagari {
		background-image: url('/common/campaign/teiki/2025/img/bg_meshiagari_sp.webp');
		padding-top: 1rem;
		padding-right: 2rem;
		padding-left: 2rem;
		padding-bottom: 2rem;
	}
	.p-meshiagari .step_cont, .p-meshiagari .meshiagari_top {
		margin-bottom: 20px;
	}
		.p-meshiagari .meshiagari_top .meshiagari_text {
			font-size: 34px;
		}
		.p-meshiagari .step_img_area {
			margin-bottom: 10px;
	}
	.p-meshiagari .step_img_l {
		margin-right: 10px;
	}
	.p-meshiagari .step_text {
		font-size: 18px;
	}
	.p-meshiagari .step_book .text_img {
		width: 70%;
	}
	.p-meshiagari .step_book .book_img {
		bottom: 0%;
		right: 0%;
		max-width: 77px;
	}
}
/* 盛り付け動画 */
.p-moritsuke {
	background-image: url('/common/campaign/teiki/2025/img/bg_moritsuke.webp');
	background-position: center;
	position: relative;
	background-size: contain;
	background-repeat: repeat;
	padding-top: 50px;
	padding-right: calc(80 / 124* 10vw);
	padding-bottom: calc(64 / 124* 10vw);
	padding-left: calc(80 / 124* 10vw);
}
.p-moritsuke .yt_midashi {
	font-family: "Times New Roman", "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", serif !important;
	text-align: center;
	margin-bottom: 20px;
	font-size: 78px;
	line-height: 1.4;
}
.p-moritsuke .yt-wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background: #1a1a1a;
}
.p-moritsuke .yt-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 480px) {
	.p-moritsuke {
		background-image: url('/common/campaign/teiki/2025/img/bg_moritsuke_sp.webp');
		padding-top: 1rem;
		padding-right: 2rem;
		padding-left: 2rem;
		padding-bottom: 2rem;
	}
	.p-moritsuke .yt_midashi {
		font-family: "Times New Roman", "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", serif !important;
		text-align: center;
		margin-bottom: 10px;
		font-size: 30px;
		margin-top: 10px;
	}
}



/* 下部固定ボタン */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fixed-cta {
	display: none; /* 初期状態は非表示 */
	bottom: 0;
	width: 100%;
  position: fixed;
  width: 100%;
  background: rgba(216, 216, 207, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 12px 0;
  text-align: center;
  z-index: 1000;
}
/* .fixed-cta.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
} */
@supports not ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
  .fixed-cta {
    background: rgba(100, 148, 185, 0.9);
  }
}

.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* ボタンとテキストの間隔 */
}

.fixed-cta a {
  background: #962a2a;
  color: #fff;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.cta-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.fixed-cta a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* モバイル時は縦配置 */
@media (max-width: 768px) {
  .fixed-cta {
    padding: 10px 0;
  }
  .cta-container {
    flex-direction: column;
    gap: 5px;
  }
  .cta-text {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

