@charset "UTF-8";
/*------------------------------------------------
STYLE CSS

------------------------------------------------*/

/* Modern CSS Reset */
/* デフォルトのマージンを削除、作成するCSSの制御を改善するため */
h1,
h2,
h3,
h4,
blockquote {
  margin: 0;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 5ex;
}

/* 共通CSS */
html {
  scroll-behavior: smooth;
}

/* 全体のスタイル */
.header__nav.open {
  display: block;
  animation: slideDown 0.5s forwards; /* 開くアニメーション */
}

.header__nav.close {
  animation: slideUp 0.3s forwards; /* 閉じるアニメーション */
}

.header__nav .nav__item a:hover::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}

/* バツマークのスタイル */
.header__hamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.header__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* HEADER INFO */
.header__phone___inquiry dd:hover::before {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}

/* HERO IMAGE */
.hero__inquiry___catering a:hover::before {
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
}

/* セクション */
.section {
  padding: 60px 0;
}

/* 折りたたみ領域の描画を遅延（初回レイアウト負荷軽減） */
main > section:not(:first-of-type) {
  content-visibility: auto;
  contain-intrinsic-size: 1px 1000px;
}

/* 見出し（H2） */
section .container h2 {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 1.2em;
  color: #534741;
  background: rgba(254, 225, 73, 1);
}

section .container h2 span {
  position: relative;
  display: flex;
  align-items: center;
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  padding: .3em 0;
}

section .container h2 strong {
  display: flex;
  order: 2;
  flex: 1;
  min-width: 0;
  width: 78%;
  min-width: 0;
  padding-left: 3%;
  font-weight: 700;
  font-size: clamp(16px, 6.15vw, 38px);
  line-height: 1.3;
}

section .container h2 strong small {
  font-size: clamp(12px, 5.12vw, 28px);
  line-height: 1.3;
}

section .container h2 em {
  display: flex;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 22%;
  aspect-ratio: 1;
  color: #fff;
  font-size: clamp(16px, 4.61vw, 38px);
  font-style: normal;
  background: rgba(83,71,65,1);
  border-radius: 50%;
}

section p {
  color: #534741;
}

/* CATCHFPHRASE */
.catchphrase {
  padding-bottom: 2em;
  font-size: clamp(16px, 6.41vw, 38px);
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

.catchphrase em {
  padding-right: .2em;
  padding-left: .2em;
  font-style: normal;
  background: linear-gradient(transparent 75%, rgba(254, 225, 73, 1) 75%);
}

.catchphrase em:nth-last-of-type(1) {
  padding-left: 0;
}

.catchphrase em:nth-last-of-type(2) {
  padding-right: 0;
}

br.tb-dt {
  display: none;
}

/* READ SENTENCE */
.lead__sentence {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  font-size: clamp(16px, 5.64vw, 22px);
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .002rem;
}

.lead__sentence.txt__left {
  text-align: justify;
}

/* ケータリング事例写真（カルーセル） */
.case__study {
  position: relative;
  width: 100vw;
  margin: 3em calc(50% - 50vw) 0;
  padding: 2em 0;
  background: rgba(245,225,73,.5);
}

.case__study p {
  font-size: clamp(16px, 5.64vw, 38px);
  font-weight: 700;
  text-align: center;
  letter-spacing: .08em;
}

/* ケータリング過去ご利用企業様 */
.customer__list {
  margin: 11.53vw 0;
  padding: 6.41vw 0;
  border: 1px solid rgba(83,71,65,1);
  border-radius: 5.12vw;
}

.customer__list___title {
  font-size: clamp(10px, 4.61vw, 18px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.customer__list__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.56vw;
  padding: 0;
  margin: 6.41vw 0 2.56vw 0;
  list-style: none;
}

.customer__list__items li {
  padding: 0;
  color: #534741;
  font-size: clamp(10px, 4.1vw, 16px);
  text-align: center;
  line-height: 1.4;
}

/* ケータリングサービスをご検討されている方へ */
section#worries {
  padding-bottom: 0;
}

.those__considering {
  position: relative;
  padding: 7rem 0 11.5rem 0;
  background: url('./../img/those__considering_img1.webp') no-repeat top 10px right/ 150px 150px;
}

.those__considering::before {
  position: absolute;
  content: "";
  width: 150px;
  aspect-ratio: 1;
  bottom: 0;
  left: 0;
  background: url('./../img/those__considering_img2.webp') no-repeat center center / cover;
}

.those__considering::after {
  position: absolute;
  content: "";
  width: 150px;
  aspect-ratio: 1;
  bottom: 0;
  right: 0;
  margin-bottom: 60px;
  background: url('./../img/those__considering_img3.webp') no-repeat center center / cover;
}

.those__considering p {
  padding: 0 4% 1.8rem 4%;
  font-size: clamp(10px, 4.1vw, 16px);
  text-align: justify;
  line-height: 2;
}

.those__considering p:nth-last-of-type(1) {
  padding-bottom: 0;
}

.those__considering p strong {
  color: #9b493f;
  font-weight: 700;
}

.those__considering p.those__considering___title {
  width: 70%;
  font-size: clamp(16px, 5.12vw, 24px);
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}

.those__considering p.those__considering___title strong {
  color: #534741;
  font-weight: 700;
}

/* ケータリングサービスでの失敗 */
ul.bittersweet__experience {
  list-style-type: none;
  padding: 2em 4%;
}

ul.bittersweet__experience li {
  position: relative;
  padding: 0 0 3em 11.79%;
}

ul.bittersweet__experience li:nth-last-of-type(1) {
  padding-bottom: 0;
}

ul.bittersweet__experience li::before {
  position: absolute;
  content: "";
  width: 9.23%;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin: .5em 0 0 .2em;
  background-color: rgba(245, 225, 73, 1);
}

ul.bittersweet__experience li::after {
  position: absolute;
  content: "";
  width: 9.23%;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin-top: .3em;
  border: 2px solid rgba(62, 58, 57, 1);
}

ul.bittersweet__experience li p {
  position: relative;
  font-size: clamp(12px, 4.61vw, 20px);
  font-weight: 700;
  text-align: justify;
}

ul.bittersweet__experience li p::before {
  position: absolute;
  content: "";
  width: 10%;
  aspect-ratio: 3 / 1;
  top: 0;
  left: 0;
  margin: .4em 0 0 -1.9em;
  border-bottom: 3px solid rgba(62, 58, 57, 1);
  border-left: 3px solid rgba(62, 58, 57, 1);
  transform: rotate(-45deg);
}

ul.bittersweet__experience li p strong {
  color: #9b493f;
}

/*-- 失敗しない7つのポイント --*/
section#points {
  padding-top: 0;
  padding-bottom: 0;
}

.keypoints__avoid___failure {
  counter-reset: rank 0;
}

.keypoints__avoid___failure .keypoint h3 {
  position: relative;
  width: 100vw;
  margin: 2.5em calc(50% - 50vw) .5em;
  padding: 1em 1em 1em 6em;
  color: #fff;
  font-size: clamp(12px, 4.61vw, 20px);
  background: rgba(83, 71, 65, 1);
}

.keypoints__avoid___failure .keypoint h3::after {
  position: absolute;
  display: inline;
  counter-increment: rank;
  content: "ケース" counter(rank);
  height: 1.6em;
  top: 50%;
  left: 0;
  width: auto;
  margin: -.8em 0 0 4%;
  padding: 0 .5em;
  color: #534741;
  font-size: clamp(12px, 4.61vw, 20px);
  line-height: 1.6em;
  background: rgba(252, 238, 33, 1);
  border-radius: 30px;
}

.keypoints__avoid___failure .keypoint h3 span {
  display: block;
  width: 100%;
}

.keypoints__avoid___failure .keypoint p {
  font-size: clamp(12px, 4.1vw, 16px);
  text-align: justify;
  line-height: 1.8;
}

.keypoints__avoid___failure .keypoint .like__this {
  display: flex;
  flex-direction: column;
  padding-top: 1em;
}

.keypoint__image {
  display: flex;
}

.keypoint__answer {
  display: flex;
}

.keypoints__avoid___failure .keypoint:nth-of-type(odd) .like__this .keypoint__image {
  order: 1;
}

.keypoints__avoid___failure .keypoint:nth-of-type(odd) .like__this .keypoint__answer {
  order: 2;
}

.keypoints__avoid___failure .keypoint:nth-of-type(even) .like__this .keypoint__image {
  order: 2;
}

.keypoints__avoid___failure .keypoint:nth-of-type(even) .like__this .keypoint__answer {
  order: 1;
}

.keypoint__answer dl {
  margin: 0;
  padding: 1em;
  font-size: clamp(12px, 4.1vw, 16px);
  background: rgba(245, 225, 73, .5);
}

.keypoint__answer dl::before,
.keypoint__answer dl::after {
  content:"";
  display:table;
}

.keypoint__answer dl::after {
  clear:both;
}

.keypoint__answer dt {
  float: left;
  margin-right: .5em;
  padding: 0 .5em;
  color: #fcee21;
  font-weight: 700;
  line-height: 1.8em;
  background: rgba(83, 71, 65, 1);
  border-radius: 30px;
}

.keypoint__answer dd {
  color: #534741;
  text-align: justify;
  line-height: 1.8em;
}

.keypoint__image picture {
  display: block;
  width: 50%;
  aspect-ratio: 3 / 2;
  margin: 0 auto;
}

/*-- 利用シーンセクション --*/
section#scenes {
  padding-bottom: 0;
}

section#scenes ul {
  position: relative;
  width: 100%;
  aspect-ratio: 36 / 55;
  margin: 0;
  padding: 0;
}

section#scenes ul::before {
  position: absolute;
  content: "";
  width: 36%;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin-top: calc(100vw * .05);
  margin-left: 4%;
  background: url('./../img/scenes_img1.webp') no-repeat center center / cover;
}

section#scenes ul::after {
  position: absolute;
  content: "";
  width: 36%;
  aspect-ratio: 1;
  top: 50%;
  right: 0;
  margin-top: calc(100vw * .92 * .18 * -1 );
  margin-right: 4%;
  background: url('./../img/scenes_img2.webp') no-repeat center center / cover;
}

section#scenes ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(83, 71, 65, 1);
  border-radius: 50%;
}

section#scenes ul li:nth-of-type(1) {
  position: absolute;
  right: 0;
  margin-left: -27%;
}

section#scenes ul li:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: calc(100vw * .92 * .27 * -1);
}

section#scenes ul li:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 0;
}

section#scenes ul li p {
  margin: .05em 0;
  padding: 0 .5em;
  font-size: clamp(12px, 4.61vw, 24px);
  font-weight: 700;
  text-align: center;
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, .5) 60%);
}

section#scenes dl {
  margin: 1em 0;
  padding: 1.5em 0;
  text-align: center;
  background: rgba(245, 225, 73, .5);
}

section#scenes dt {
  display: inline-block;
  margin-bottom: .5em;
  padding: .3em 1.5em;
  color: #fff;
  font-size: clamp(12px, 5.12vw, 22px);
  font-weight: 700;
  line-height: 1;
  background: rgba(83, 71, 65, 1);
}

section#scenes dd {
  display: block;
  padding: 0;
  color: #534741;
  font-size: clamp(12px, 4.61vw, 22px);
  font-weight: 700;
  line-height: 2.5;
}

section#scenes dd::before {
  display: inline-block;
  content: "";
  width: 3.4%;
  aspect-ratio: 1;
  margin-right: .3em;
  background: rgba(83, 71, 65, 1);
}

/*-- シェフの想いセクション --*/
section#chef{
  padding-bottom: 0;
}

.about-us__concept {
  margin-top: 2em;
}

.about-us__concept dl::before,
.about-us__concept dl::after {
  content:"";
  display:table;
}

.about-us__concept dl::after {
  clear:both;
}

.about-us__concept picture {
  width: 100%;
  margin-bottom: 1.5em;
}

.about-us__concept picture img {
  width: 69.67%;
  aspect-ratio: 1;
  margin: 0 auto;
}

.about-us__concept p {
  width: 100%;
  padding: 0 4.73% 2em;
  font-size: clamp(12px, 4.1vw, 16px);
  text-align: justify;
  line-height: 1.8;
}

.about-us__concept p:nth-last-of-type(1) {
  padding: 1.5em 4.73% 0;
}

.about-us__concept p strong {
  color: #9b493f;
  font-weight: 700;
}

.about-us__concept dl {
  position: relative;
  width: 92%;
  height: auto;
  margin: .5em auto 1.5em;
  padding: 1em;
  color: #fff;
  font-size: clamp(14px, 4.61vw, 20px);
  font-weight: 700;
  background: rgba(83, 71, 65, 1);
}

.about-us__concept dl::before,
.about-us__concept dl::after {
  position: absolute;
  width: 21.53%;
  aspect-ratio: 50 / 29;
  background: url('./../img/adhesive_tape01.webp') no-repeat center center / cover;
}

.about-us__concept dl::before {
  top: 0;
  left: 0;
  margin: -1em 0 0 -4%;
}

.about-us__concept dl::after {
  right: 0;
  bottom: 0;
  margin: 0 -4% -1em 0;
}

.about-us__concept dt {
  text-align: center;
  padding: 0 0 1em 0;
}

.about-us__concept dd {
  position: relative;
  padding: 0 0 .3em 1em;
  text-align: justify;
  line-height: 1.5;
}

.about-us__concept dd::before {
  position: absolute;
  content: "";
  width: 2%;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin-top: .7em;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

/*-- ケータリングメニュー --*/
section#menu {
  padding-bottom: 0;
}

.plan__example {
  position: relative;
  margin-top: 2.5em;
  padding-bottom: 0;
}

.plan__example::before {
  position: absolute;
  content: "";
  width: 44%;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin-top: calc(100vw * .15);
  background: url('./../img/menu_img1.webp') no-repeat center center / cover;
  z-index: -1;
}

.plan__example::after {
  position: absolute;
  content: "";
  width: 34%;
  aspect-ratio: 1;
  top: 0;
  right: 0;
  margin-top: calc(100vw * .27);
  background: url('./../img/menu_img2.webp') no-repeat center center / cover;
  z-index: -2;
}

.plan__example .plan__annotation {
  margin-bottom: 10em;
  color: #534741;
  font-size: clamp(10px, 3.58vw, 17px);
  text-align: center;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}

h3.plan__example___title {
  color: #534741;
  font-size: clamp(16px, 5.64vw, 24px);
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}

.plan__example___get-together {
  margin-top: 2em;
  padding: 1em;
  border: 1px solid rgba(83, 71, 65, 1);
  border-radius: 10px;
}

.plan__example___get-together {
  padding: 1em;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(83, 71, 65, 1);
  border-radius: 10px;
}

.plan__example___get-together h4 {
  display: block;
  margin: 0;
  padding: .3em 0;
  color: #fff;
  font-size: clamp(16px, 5.12vw, 22px);
  text-align: center;
  line-height: 1.3;
  background: rgba(83, 71, 65, 1);;
}

.plan__example___get-together .plan__example___title____sub {
  display: block;
  margin: 0;
  padding: .3em;
  color: #333;
  font-size: clamp(10px, 3.58vw, 16px);
  text-align: center;
  background: rgba(230, 230, 230, 1);
}

.plan__example___get-together .plan__example___title____sub strong {
  font-weight: 700;
}

.plan__example___details {
  display: flex;
  flex-direction: column;
}

.plan__example___details____contents {
  padding: 1em .8em;
}

.plan__example___details____contents dl {
  padding-bottom: 2em;
  color: #333;
  font-size: clamp(10px, 3.58vw, 16px);
  text-align: justify;
  line-height: 1.8;
}

.plan__example___details____contents dt {
  margin-left: -.5em;
  font-weight: 700;
}

.plan__example___details____contents dd {
  position: relative;
  padding-left: 1em;
  
}

.plan__example___details____contents dd::before {
  position: absolute;
  content: "";
  width: .6em;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin: .6em 0 0 .1em;
  border: 2px solid rgba(51, 51, 51, .5);
  border-radius: 50%;
}

.plan__example___details____contents p {
  padding: .1em 0;
  color: #333;
  font-size: clamp(10px, 3.58vw, 16px);
  text-align: justify;
  line-height: 1.6;
}

.plan__example___details____contents p strong {
  margin-left: -.4em;
  color: #333;
  font-weight: 700;
}

.plan__example___details____image picture {
  width: 100%;
  margin-bottom: .3em;
  text-align: center;
}

.plan__example___details____image picture img {
  width: 80%;
  aspect-ratio: 1;
  margin: 0 auto;
}

.plan__example___details____image p {
  margin-bottom: .3em;
  color: #333;
  font-size: clamp(10px, 3.58vw, 16px);
  text-align: center;
  line-height: 1.5;
}

.plan__example___link {
  margin-bottom: 2.5em;
  padding-top: .5em;
  text-align: right;
}

.plan__example___link a  {
  color: #0000ff;
  font-size: clamp(10px, 4.61vw, 20px);
}

/*-- デリバリーメニュー --*/
.menu__items {
  display: grid; 
  grid-auto-columns: 1fr; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
  gap: 2.5em 1em;
  width: 72.46%;
  margin: 2.5em auto 3.5em;
}

.menu__items article {
  position: relative;
}

.menu__items article a {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.menu__items picture {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.menu__items figure img {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  opacity: 1;
  transition: all 0.4s ease;
}

.menu__items figure:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.menu__items .special__courses figure:hover img {
  transform: scale(1);
}

.menu__items .special__courses figcaption {
  padding: 0 .6em .5em .6em;
  background: rgba(83, 71, 65, 1);
}

.menu__items .item__name {
  font-size: clamp(13px, 4.61vw, 20px);
  font-weight: 700;
  letter-spacing: -.01em;
}

.menu__items .item__detail {
  font-size: clamp(10px, 3.58vw, 18px);
  min-height: 4.5em;
}

.menu__items .item__price {
  font-size: clamp(13px, 4.61vw, 20px);
  font-weight: 700;
  text-align: right;
}

.menu__items .special__courses .item__name {
  color: #ff0;
  min-height: 4em;
  letter-spacing: 0;
}

.menu__items .special__courses .item__detail {
  color: #fff;
  min-height: 3em;
}

.menu__items .menu__annotation {
  margin: 0;
  padding: 1.5em 4.73% 0;
  color: #534741;
  font-size: clamp(12px, 4.1vw, 20px);
  text-align: center;
}

/* ケータリングメニュー */
.catering__menus {
  margin-bottom: 11.538vw;
}

.catering__menus article {
  display: flex;
  flex-direction: column;
  width: 92%;
  margin: 11.538vw auto 0 auto;
  padding: 3.589vw;
  border: 1px solid rgb(83, 71, 65);
}

.catering__menus article div {
  margin: 0;
  padding: 0;
}

.catering__menus--class {
  margin-bottom: 3.589vw;
  padding: 2.564vw 0;
  color: #fff;
  font-size: clamp(12px, 4.35vw, 17px);
  font-weight: 700;
  text-align: center;
  background: rgb(153, 134, 117);
}

.catering__menus article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catering__menus article dl {
  margin: 5.128vw 0 0 0;
  padding: 2.564vw 1.794vw 2.564vw 0;
  background: rgba(199, 178, 153, .2);
}

.catering__menus article li,
.catering__menus article dd {
  position: relative;
  margin: .25em 0;
  padding: 0 0 0 6.153vw;
  color: #534741;
  font-size: clamp(8px, 3.589vw, 15px);
}

.catering__menus article li::before,
.catering__menus article dd::before {
  position: absolute;
  content: '';
  width: 1.538vw;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin: 2.307vw 0 0 2.564vw;
  background: rgb(83, 71, 65);
  border-radius: 50%;
}

.catering__menus article dt {
  position: relative;
  margin: 0;
  padding: 0;
  color: #534741;
  font-size: clamp(8px, 3.589vw, 15px);
}

.catering__menus article dt::before {
  content: '【';
  margin: 0 .2em 0 .512vw;
}

.catering__menus article dt::after {
  content: '】';
  margin: 0 0 0 .2em;
}

/* オプション */
.menu__options {
  margin-top: 3em;
}

.menu__options dl::before,
.menu__options dl::after {
  content:"";
  display:table;
}

.menu__options dl::after {
  clear:both;
}

.menu__options dl {
  position: relative;
  width: 100%;
  height: auto;
  margin: 2.5em auto;
  padding: 1em;
  color: #534741;
  background: rgba(245, 225, 73, 1);
}

.menu__options dl::before,
.menu__options dl::after {
  position: absolute;
  width: 21.53%;
  aspect-ratio: 100 / 53;
  background: url('./../img/adhesive_tape02.webp') no-repeat center center / cover;
}

.menu__options dl::before {
  top: 0;
  left: 0;
  margin: -1em 0 0 -4%;
}

.menu__options dl::after {
  right: 0;
  bottom: 0;
  margin: 0 -4% -1em 0;
}

.menu__options  dt {
  font-size: clamp(14px, 4.1vw, 20px);
  font-weight: 700;
  text-align: center;
  padding: 0 0 1em 0;
}

.menu__options  dd {
  padding: 0 0 1em 0;
  font-size: clamp(12px, 3.84vw, 20px);
  text-align: center;
  line-height: 1.5;
}

.menu__options  dd.free-flowing__pb {
  padding: 0 0 .5em 0;
}

.menu__options  dd:nth-last-of-type(1) {
  padding-bottom: 0;
}

.menu__options  dd strong {
  color: #9b493f;
  font-size: clamp(12px, 3.58vw, 20px);
  text-align: center;
  line-height: 1.5;
  letter-spacing: -.03em;
}

.menu__options ul {
  width: 100%;
  height: auto;
  margin: 2.5em auto 2.5em;
  padding: 1em;
  color: #534741;
  font-size: clamp(14px, 4.1vw, 20px);
  text-align: justify;
  line-height: 1.3;
  list-style-type: none;
  border: 1px solid rgba(83, 71, 65, 1);
}

.menu__options ul li {
  position: relative;
  padding: 0 0 .5em 1em;

}
.menu__options ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}

.menu__options ul li::before {
  position: absolute;
  content: "";
  width: 2%;
  aspect-ratio: 1;
  top: 0;
  left: 0;
  margin-top: .5em;
  background: rgba(83, 71, 65, 1);
  border-radius: 50%;
}

.menu__options article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 22.13% 0;
}

.menu__options article p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 4 / 1;
  font-size: clamp(14px, 4.61vw, 18px);
  font-weight: 700;
  line-height: 1;
  background-color: rgba(245, 225, 73, 1);
  margin-bottom: 2.6em;
}

.menu__options article p::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -1.5em -.5em;
  font-size: clamp(14px, 5.64vw, 22px);
}

.menu__options article p:nth-of-type(1)::after,
.menu__options article p:nth-of-type(2)::after {
  content: "+";
}

.menu__options article p:nth-of-type(3)::after {
  content: "=";
}

.menu__options article p:nth-last-of-type(1) {
  margin-bottom: 0;
  color: #fff;
  background: rgba(83, 71, 65, 1);
}

.menu__options ul li.font-size__notes {
  font-size: 81.818%;
  padding: .2em 0 .3em 0;
}
.menu__options ul li.font-size__notes::before {
  width: 0;
  margin-top: 0;
  background: rgba(83, 71, 65, 0);
}

/*--- キャンペーン ---*/
.menu__campaigns {
  width: 100vw;
  margin: 3.5em calc(50% - 50vw) 0;
  padding: 1em 0 2em 0;
  background: rgba(245, 225, 73, .5);
}

.menu__campaigns___example {
  position: relative;
  width: 92%;
  margin: 1em auto 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(83, 71, 65, 1)
}

.menu__campaigns___icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  aspect-ratio: 1;
  top: 0;
  right: 0;
  margin: 2em 1em 0 0 ;
  color: #f5e149;
  font-size: clamp(12px, 4.1vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  background: rgba(83, 71, 65, 1);
  border-radius: 50%;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
  transform: rotate(10deg);
  z-index: 1;
}

.menu__campaigns___title {
  position: relative;
  padding: .4em 0;
  background: rgba(245, 225, 73, 1);
}

.menu__campaigns___title p {
  color: #534741;
  font-size: clamp(12px, 5.12vw, 30px);
  font-weight: 700;
  text-align: center;
}

.menu__campaigns___title p::before,
.menu__campaigns___title p::after {
  position: absolute;
  content: "";
  width:0;
  height:0;
  top: 0;
  margin-top: .65em;
  border-style:solid;
  border-width: 25px 2px 0 2px;
  border-color: rgba(83, 71, 65, 1) transparent transparent transparent;
}

.menu__campaigns___title p::before {
  margin-left: -.5em;
  transform: rotate(-20deg);
}

.menu__campaigns___title p::after {
  margin-left: .25em;
  transform: rotate(20deg);
}

.menu__campaigns___photo {
  padding: 1em;
}

.menu__campaigns___photo img {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.menu__campaigns___photo p {
  padding-top: 1.5em;
  color: #534741;
  font-size: clamp(12px, 4.1vw, 18px);
  text-align: justify;
}

.menu__campaigns___photo p strong {
  font-weight: 700;
  text-decoration: underline;
}

/*--- ご利用の流れ ---*/
section#flow {
  padding-bottom: 0;
}

.flow__steps > dl {
  counter-reset: rank 0;
  margin: 2.5em 0 0;
}

.flow__steps > dl > dt {
  position: relative;
  display: inline-block;
  min-width: 51.28%;
  margin: 0 0 .3em 0;
  padding: .2em .6em .2em 5em;
  color: #fff;
  font-size: clamp(12px, 4.1vw, 20px);
  font-weight: 700;
  background: rgba(83, 71, 65, 1);
}

.flow__steps > dl > dt::before {
  position: absolute;
  display: inline;
  counter-increment: rank;
  content: "STEP0" counter(rank);
  height: 1.6em;
  top: 50%;
  left: 0;
  width: auto;
  margin: -.8em 0 0 0;
  padding: 0 .5em;
  color: #fff;
  font-size: clamp(12px, 4.1vw, 20px);
  line-height: 1.6em;
}

.flow__steps > dl > dt span {
  font-size: clamp(10px, 3.58vw, 18px);
}

.flow__steps > dl > dd {
  width: 100%;
  padding: 0 4.73% 2em;
  font-size: clamp(12px, 4.1vw, 18px);
}

.flow__steps:nth-last-of-type(1) > dl > dd:nth-last-of-type(1) {
  padding-bottom: 0;
}

.flow__steps > dl > dd p {
  padding: 0 0 1em 0;
  text-align: justify;
}

.flow__steps > dl > dd p.font-size__notes {
  margin-top: .8em;
  font-size: 83.333%;
}

.flow__steps:nth-last-of-type(1) > dl > dd:nth-last-of-type(1) p {
  padding: 0
}

.flow__steps > dl > dd a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51.28%;
  aspect-ratio: 5 / 1;
  margin-bottom: 1em;
  padding: 0;
  color: #534741;
  font-size: clamp(12px, 3.84vw, 20px);
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  letter-spacing: .1em;
  background: rgba(245, 225, 73, 1);
  border: 2px solid rgba(83, 71, 65, 1);
  border-radius: 5px;
}

.flow__steps > dl > dd a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, .4);
  opacity: 0;
  transition: all .5s;
}

.flow__steps > dl > dd a:hover::before {
  width: 100%;
  opacity: 1;
}

.flow__steps > dl > dd > dl {
  margin-bottom: 1em;
}

.flow__steps > dl > dd > dl::before,
.flow__steps > dl > dd > dl::after {
  content:"";
  display:table;
}

.flow__steps > dl > dd > dl::after {
  clear:both;
}

.flow__steps > dl > dd > dl > dt {
  color: #534741;
  font-size: clamp(12px, 4.1vw, 20px);
  font-weight: 700;
}

.flow__steps > dl > dd > dl > dd {
  display: inline-block;
  margin-right: .1em;
  padding: .05em .5em;
  color: #534741;
  font-size: clamp(12px, 4.1vw, 20px);
  font-weight: 700;
  background: rgba(245, 225, 73, 1);
}

/*--- 配送エリアセ ---*/
section#area {
  padding-bottom: 0;
}

.area__tokyo {
  width: 100%;
  padding: 03em 4.73% 0;
  font-size: clamp(10px, 3.33vw, 18px);
  text-align: center;
  line-height: 2;
}

.area__tokyo___notoe {
  width: 100%;
  padding: 03em 4.73% 0;
  color: #9b493f;
  font-size: clamp(10px, 3.33vw, 18px);
  text-align: center;
  line-height: 2;
}

/*--- ご利用ガイド ---*/
section#guide {
  padding-bottom: 3.5em;
}

.user_guide > dl {
  margin: 2.5em 0 0;
}

.user_guide > dl > dt {
  position: relative;
  display: inline-block;
  min-width: 51.28%;
  margin: 0 0 .3em 0;
  padding: .2em .6em .2em .6em;
  color: #fff;
  font-size: clamp(12px, 4.1vw, 20px);
  font-weight: 700;
  background: rgba(83, 71, 65, 1);
}

.user_guide > dl > dt span {
  font-size: clamp(10px, 3.58vw, 18px);
}

.user_guide > dl > dd {
  width: 100%;
  padding: 0 4.73% 2em;
  font-size: clamp(12px, 4.1vw, 20px);
}

.user_guide:nth-last-of-type(1) > dl > dd:nth-last-of-type(1) {
  padding-bottom: 0;
}

.user_guide > dl > dd p {
  padding: 0 0 1em 0;
  text-align: justify;
}

.user_guide:nth-last-of-type(1) > dl > dd:nth-last-of-type(1) p:nth-last-of-type(1) {
  padding: 0
}

.user_guide > dl > dd p strong {
  font-weight: 700;
}


/*-------- FOOTER --------*/
.footer {
  background-color: rgba(83, 71, 65, 1);
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.footer::after {
  display: inline-block;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 39 / 7;
  max-height: 140px;
}

/*----- FIXED MENU -----*/
.fixed-menu {
  position: fixed;
  display: flex;
  width: 100%;
  left: 0;
  bottom: -100px;
  padding: 0;
  opacity: 0;
  background-color: rgba(198, 76, 31, 1);
  transition: bottom 0.6s ease-in-out, opacity 0.6s ease-in-out;
  z-index: 20;
}

.fixed-menu.show {
  bottom: 0;
  /* スクロール時に表示 */
  opacity: 1;
  /* スクロール時に不透明 */
}

.fixed-menu nav {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.fixed-menu article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 50%;
  aspect-ratio: 39 / 14;
  margin: 0 auto;
  padding: 0 .5em;
  color: #fff;
}

.fixed-menu article:nth-of-type(1) {
  border-right: 1px solid rgba(255, 255, 255, 1);
}

.fixed-menu article:nth-of-type(2) {
  border-left: 1px solid rgba(255, 255, 255, 1);
}

.fixed-menu article .inquire__about {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 .25em 0;
  font-size: clamp(15px, 5.38vw, 32px);
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.fixed-menu article .inquire__about___info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .25em 0 0 0;
  font-size: clamp(8px, 3.07vw, 32px);
  line-height: 1.2;
  min-height: 2rem;
}

.fixed-menu article .inquire__about___info i.hour24 {
  content: "";
  display: inline-block;
  width: 12%;
  aspect-ratio: 1;
  margin-right: .5em;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22200%22%20height%3D%22200%22%20version%3D%221.1%22%20viewBox%3D%220%200%20200%20200%22%3E%20%3Cg%3E%20%3Cg%20id%3D%22_x32_4h%22%3E%20%3Cpath%20id%3D%22_x32_%22%20d%3D%22M62.9%2C119.3l-.8%2C1v8.2h32.1v-7.7h-22.8c3.4-4.4%2C10-12.8%2C18-22.8%2C4.8-6%2C6-12.6%2C3.4-18-2.4-5.1-8-8.5-13.9-8.5-8.8%2C0-16%2C6.9-16%2C15.4h7.7c0-4.3%2C3.7-7.7%2C8.3-7.7s5.8%2C1.7%2C6.9%2C4.1c1.3%2C2.8.5%2C6.3-2.4%2C9.9-11.7%2C14.7-20.5%2C26-20.5%2C26Z%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpolygon%20id%3D%22_x34_%22%20points%3D%22130.5%20128.5%20130.5%20122.1%20137.9%20122.1%20137.9%20114.4%20130.5%20114.4%20130.5%20100%20122.8%20100%20122.8%20114.4%20109.9%20114.4%20129.7%2073.7%20121.1%2073.7%20101.3%20114.6%20101.3%20122.1%20122.8%20122.1%20122.8%20128.5%20130.5%20128.5%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22c%22%20d%3D%22M196.8%2C96.8c-1.8%2C0-3.2%2C1.5-3.2%2C3.2%2C0%2C51.6-41.9%2C93.5-93.5%2C93.5S6.5%2C151.6%2C6.5%2C100%2C48.4%2C6.5%2C100%2C6.5s58.3%2C14.4%2C75.9%2C38.8h-17.2c-1.8%2C0-3.2%2C1.5-3.2%2C3.2s1.5%2C3.2%2C3.2%2C3.2h23.3s0%2C0%2C0%2C0c.4%2C0%2C.7%2C0%2C1.1-.2%2C0%2C0%2C0%2C0%2C0%2C0%2C.2%2C0%2C.4-.2.6-.3.1%2C0%2C.2-.1.3-.2%2C0%2C0%2C0%2C0%2C.1-.1.3-.2.5-.5.6-.7%2C0%2C0%2C0%2C0%2C0-.1.2-.3.3-.6.3-.9%2C0%2C0%2C0%2C0%2C0%2C0l4.2-24.6c.3-1.8-.9-3.4-2.7-3.8-1.7-.3-3.4.9-3.8%2C2.7l-2.9%2C16.8C161.3%2C14.9%2C131.9%2C0%2C100%2C0%2C44.9%2C0%2C0%2C44.9%2C0%2C100s44.9%2C100%2C100%2C100%2C100-44.9%2C100-100-1.5-3.2-3.2-3.2Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed-menu article p {
  text-align: center;
}

.fixed-menu article .inquire__about___info p {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
}

.fixed-menu a {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fixed-menu article p.tb-dt {
  display: none;
}

/*----- トップに戻るボタン -----*/
#backToTop {
  position: fixed;
  display: block;
  cursor: pointer;
  opacity: 0;
  width: 50px;
  aspect-ratio: 1;
  right: -50px; /* 初期位置を画面外に設定 */
  bottom: 0;
  margin: 0 0 85px 0;
  border-radius: 5px;
  background: rgba(83,71,65,1);
  transition: right 0.6s ease-in-out, opacity 0.6s ease-in-out;
  z-index: 30;
}

#backToTop.show {
  right: 0; /* 表示時の位置 */
  opacity: 1;
}

#backToTop::before {
  position: absolute;
  content: "";
  width:0;
  height:0;
  right: 0;
  bottom: 0;
  margin: 0 13px 17px 0;
  border-style:solid;
  border-width: 0 12px 20.8px 12px;
  border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
}

#backToTop a {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*----- BREAKPOINT MIN-WIDTH:768PX -----*/
@media (min-width: 768px) {
  .header__nav.open {
    display: block;
  }

  /* 見出し（H2） */
  section .container h2 {
    margin-bottom: 1.8em;
  }

  section .container h2 span {
    padding: .5em 0;
  }

  section .container h2 strong {
    font-size: clamp(24px, 3.45vw, 36px);
    line-height: 1;
  }

  section .container h2 em {
    width: 13%;
    font-size: clamp(18px, 2.68vw, 28px);
  }

  section .container h2 br {
    display: none;
  }

  br.onlySp {
    display: none;
  }

  br.tb-dt {
    display: inline;
  }

  .catchphrase {
    padding-bottom: 2em;
    font-size: clamp(22px, 4.63vw, 48px);
  }

  .catchphrase em:nth-of-type(1) {
    padding-right: 0;
  }

  .catchphrase em:nth-of-type(2) {
    padding-left: 0;
  }

  .catchphrase em:nth-last-of-type(1) {
    padding-left: .2em;
  }

  .catchphrase em:nth-last-of-type(2) {
    padding-right: .2em;
    padding-left: 0;
  }

  .catchphrase em:nth-last-of-type(3) {
    padding-right: 0;
  }

  /* READ SENTENCE */
  .lead__sentence {
    font-size: clamp(22px, 2.68vw, 30px);
    text-align: center;
    letter-spacing: .05em;
  }

  .lead__sentence.txt__left {
    text-align: center;
  }

  /* ケータリング事例写真（カルーセル） */
  .case__study {
    margin-top: 4em;
  }

  .case__study p {
    font-size: clamp(22px, 2.92vw, 32px);
  }

  /* ケータリング過去ご利用企業様 */
  .customer__list {
    margin: 7.31vw 6%;
    padding: 2.92vw;
    border-radius: 2.43vw;
  }

  .customer__list___title {
    font-size: clamp(10px, 2.19vw, 24px);
  }

  .customer__list___title br {
    display: none;
  }

  .customer__list__items {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.92vw;
    grid-row-gap: 1.46vw;
    margin: 2.92vw 0 0 0;
  }

  .customer__list__items li {
    display: flex;
    align-items: center;
    font-size: clamp(12px, 1.82vw, 19px);
    text-align: left;
    line-height: 1.2;
  }


  /* ケータリングサービスをご検討されている方へ */
  .those__considering {
    padding: 7rem 0 15rem 0;
    background-size: 200px 200px;
  }
  
  .those__considering::before {
    width: 200px;
  }
  
  .those__considering::after {
    width: 240px;
    margin-bottom: 10px;
  }
  
  .those__considering p {
    padding: 0 6% 1.8rem 6%;
    font-size: clamp(16px, 1.95vw, 24px);
    letter-spacing: .05em;
  }
  
  .those__considering p strong {
    font-size: clamp(16px, 2.31vw, 28px);
  }
  
  .those__considering p.those__considering___title {
    width: 100%;
    font-size: clamp(16px, 1.95vw, 24px);
    padding-bottom: 0;
  }
  
  .those__considering p.those__considering___title strong {
    color: #534741;
    font-weight: 700;
  }

  /* ケータリングサービスでの失敗 */
  ul.bittersweet__experience {
    max-width: 87.48%;
    margin: 0 auto;
    padding: 3em 0 4em;
  }
  
  ul.bittersweet__experience li {
    position: relative;
    padding: 0 0 3.5em 9.69%;
  }

  ul.bittersweet__experience li::before {
    width: 6.66%;
    margin: .8em 0 0 .3em;
  }
  
  ul.bittersweet__experience li::after {
    width: 6.66%;
    margin-top: .45em;
    border-width: 3px;
  }
  
  ul.bittersweet__experience li p {
    font-size: clamp(18px, 2.43vw, 29px);
  }
  
  ul.bittersweet__experience li p::before {
    width: 8%;
    margin: .6em 0 0 -2.8em;
    border-bottom-width: 4px;
    border-left-width: 4px;
  }

  /*-- 失敗しない7つのポイント --*/
  .keypoints__avoid___failure .keypoint {
    padding-top: 3em;
  }

  .keypoints__avoid___failure .keypoint h3 {
    position: relative;
    width: 87.48%;
    max-width: 960px;
    margin: 0 auto .5em;
    padding: .8em .8em .8em 6.5em;
    font-size: clamp(16px, 2.43vw, 28px);
  }
  
  .keypoints__avoid___failure .keypoint h3::after {
    position: absolute;
    display: inline;
    counter-increment: rank;
    content: "ケース" counter(rank);
    height: 1.6em;
    top: 50%;
    left: 0;
    width: auto;
    margin: -.8em 0 0 4%;
    padding: 0 .5em;
    color: #534741;
    font-size: clamp(12px, 4.61vw, 20px);
    line-height: 1.6em;
    background: rgba(252, 238, 33, 1);
    border-radius: 30px;
  }

  .keypoints__avoid___failure .keypoint p {
    width: 87.48%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 3%;
    font-size: clamp(16px, 1.95vw, 24px);
  }

  .keypoints__avoid___failure .keypoint .keypoint__Case___study {
    max-width: 1080px;
  }

  .keypoints__avoid___failure .keypoint:nth-of-type(odd) .keypoint__Case___study {
    padding-right: 6.26%;
    margin: 0 auto 0 0;
  }

  .keypoints__avoid___failure .keypoint:nth-of-type(even) .keypoint__Case___study {
    margin: 0 0 0 auto;
    padding-left: 6.26%;
  }

  .keypoints__avoid___failure .keypoint .like__this {
    display: flex;
    flex-direction: row;
    padding-top: 1em;
    max-width: 1080px;
  }

  .keypoint__image {
    align-items: flex-end;
    width: 32%;
  }
  
  .keypoint__answer {
    width: 68%;
    padding-bottom: 3.8em;
  }

  .keypoint__answer dl {
    padding: 1.2em 1.4em;
    font-size: clamp(16px, 1.95vw, 24px);
  }
  
  .keypoint__answer dt {
    margin-right: .5em;
    padding: 0 .5em;
    line-height: 1.8em;
  }
  
  .keypoint__answer dd {
    line-height: 1.8em;
  }
  
  .keypoint__image picture {
    width: 100%;
  }

  /*-- 利用シーンセクション --*/
  section#scenes ul {
    aspect-ratio: 19 / 13;
  }
  
  section#scenes ul::before {
    width: 31.7%;
    max-width: 350px;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    background: url('./../img/scenes_img1.webp') no-repeat center center / cover;
  }
  
  section#scenes ul::after {
    width: 31.7%;
    max-width: 350px;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    background: url('./../img/scenes_img2.webp') no-repeat center center / cover;
  }
  
  section#scenes ul li {
    width: 31.7%;
    max-width: 350px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(83, 71, 65, 1);
    border-radius: 50%;
  }
  
  section#scenes ul li:nth-of-type(1) {
    position: absolute;
    left: 50%;
    margin-top: calc(100vw * .0487);
    margin-left: calc(100vw * .92 * .1585 * -1);
  }
  
  section#scenes ul li:nth-of-type(2) {
    position: absolute;
    top: auto;
    left: 0;
    margin-left: 7.69%;
    bottom: 0;
  }
  
  section#scenes ul li:nth-of-type(3) {
    position: absolute;
    right: 0;
    margin-right: 7.69%;
    bottom: 0;
  }
  
  section#scenes ul li p {
    margin: .05em 0;
    padding: 0 .5em;
    font-size: clamp(18px, 2.92vw, 32px);
    background: linear-gradient(transparent 75%, rgba(252, 238, 33, .5) 75%);
  }
  
  section#scenes dl {
    max-width: 960px;
    margin: 2em 6.57% 0;
    padding: 2em 0;
  }
  
  section#scenes dt {
    margin-bottom: .5em;
    padding: .5em 2.5em;
    font-size: clamp(12px, 2.68vw, 28px);
  }
  
  section#scenes dd {
    font-size: clamp(12px, 2.68vw, 28px);
    line-height: 2.5;
  }
  
  section#scenes dd::before {
    width: 2.43%;
    margin-right: .3em;
    background: rgba(83, 71, 65, 1);
  }

  /*-- シェフの想いセクション --*/
  .about-us__concept {
    max-width: 960px;
    margin: 2.5em 6.57% 0;
  }
  
  .about-us__concept picture {
    float: left;
    width: 30%;
    margin: 0 6% 0 0;
    padding-top: .5em;
  }

  .about-us__concept picture img {
    width: 100%;
  }

  .about-us__concept p {
    width: 100%;
    padding: 0 0 2em;
    font-size: clamp(16px, 2.07vw, 24px);
    line-height: 2;
  }

  .about-us__concept p:nth-last-of-type(1) {
    padding: 1.5em 0 0;
  }

  .about-us__concept dl {
    width: 92%;
    margin: .5em auto 1.5em;
    padding: 1em 3em;
    font-size: clamp(18px, 2.43vw, 28px);
  }

  .about-us__concept dl::before,
  .about-us__concept dl::after {
    max-width: 150px;
  }

  .about-us__concept dl::before {
    margin: -1.7em 0 0 -4%;
  }

  .about-us__concept dl::after {
    margin: 0 -4% -1.7em 0;
  }

  .about-us__concept dd {
    padding: 0 0 .3em 1em;
  }

  .about-us__concept dd::before {
    width: 1.4%;
    margin-top: .6em;
  }

  /*-- ケータリングメニュー --*/
  .plan__example {
    margin-top: 3.5em;
  }

  .plan__example::before {
    width: 25%;
    max-width: 280px;
    margin-top: calc(100vw * .02);
  }
  
  .plan__example::after {
    width: 20%;
    max-width: 230px;
    margin-top: calc(100vw * .07);
  }
  
  .plan__example .plan__annotation {
    margin-bottom: 3em;
    font-size: clamp(15px, 2.19vw, 24px);
  }
  
  h3.plan__example___title {
    font-size: clamp(20px, 2.92vw, 32px);
  }

  .plan__example___get-together {
    width: 87.48%;
    max-width: 960px;
    margin: 4em auto 0;
    padding: 1.5em;
    border-radius: 15px;
  }
  
  .plan__example___get-together h4 {
    display: block;
    margin: 0;
    padding: .4em 0;
    color: #fff;
    font-size: clamp(16px, 2.56vw, 30px);
    text-align: center;
    line-height: 1.3;
    background: rgba(83, 71, 65, 1);;
  }
  
  .plan__example___get-together .plan__example___title____sub {
    padding: .4em;
    font-size: clamp(14px, 1.95vw, 22px);
  }

  .plan__example___details {
    flex-direction: row;
    justify-content: space-between;
    padding: 2em 0 0 0;
  }
  
  .plan__example___details____contents {
    width: 51.5%;
    padding: 0;
  }
  
  .plan__example___details____contents dl {
    padding-bottom: 2em;
    font-size: clamp(10px, 1.82vw, 22px);
  }

  .plan__example___details____contents dd {
    padding-left: 1em;
  }
  
  .plan__example___details____contents dd::before {
    width: .6em;
    margin: .6em 0 0 .1em;
    border: 2px solid rgba(51, 51, 51, .5);
  }
  
  .plan__example___details____contents p {
    font-size: clamp(10px, 1.82vw, 22px);
  }

  .plan__example___details____contents p strong {
    margin-left: -.4em;
  }

  .plan__example___details____image {
    width: 45%;
  }

  .plan__example___details____image picture {
    margin-bottom: .5em;
  }
  
  .plan__example___details____image picture img {
    width: 100%;
    aspect-ratio: 3 / 4;
    padding-top: .4em;
  }
  
  .plan__example___details____image p {
    font-size: clamp(14px, 1.82vw, 22px);
    text-align: right;
  }
  
  .plan__example___link {
    width: 87.48%;
    margin: 0 auto 3em;
    padding-top: 1em;
    text-align: right;
  }

  /*-- デリバリーメニュー --*/
  .menu__items {
    display: grid; 
    grid-auto-columns: 1fr; 
    grid-template-columns: 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr 1fr; 
    gap: 4em 1.8em;
    width: 87.48%;
    max-width: 960px;
  }

  .menu__items .item__name {
    min-height: 2.4em;
    padding-top: .6em;
    font-size: clamp(13px, 1.7vw, 21px);
    line-height: 1.2;
  }
  
  .menu__items .item__detail {
    min-height: 5em;
    font-size: clamp(10px, 1.58vw, 20px);
  }
  
  .menu__items .item__price {
    font-size: clamp(13px, 1.95vw, 30px);
    font-weight: 700;
    text-align: right;
  }
  
  .menu__items .special__courses .item__name {
    min-height: 4.7em;
    padding-top: .3em;
    color: #ff0;
    font-size: clamp(13px, 2.07vw, 28px);
    line-height: 1.2;
    letter-spacing: 0;
  }
  
  .menu__items .special__courses .item__detail {
    color: #fff;
    min-height: 3em;
  }

  .menu__annotation {
    padding: 0em 4.73% 1em;
    font-size: clamp(16px, 2.43vw, 20px);
    text-align: center;
  }

  /* ケータリングメニュー */
  .catering__menus {
    margin-bottom: 7.317vw;
  }

  .catering__menus article {
    flex-direction: row;
    justify-content: space-between;
    width: 87.48%;
    max-width: 960px;
    margin: 7.317vw auto 0 auto;
    padding: 2.926vw;
    border-radius: 1.219vw;
  }

  .catering__menus article div {
    width: calc((100% - 3.17vw) / 2);
  }

  .catering__menus article div:nth-last-of-type(1) {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }

  .catering__menus--class {
    margin-bottom: 1.707vw;
    padding: 1.219vw 0;
    font-size: clamp(12px, 2.073vw, 24px);
  }

  .catering__menus article ul,
  .catering__menus article dl {
    width: 100%;

  }
  
  .catering__menus article ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .catering__menus article dl {
    margin: 0;
    padding: 1.585vw 1.794vw 1.585vw 0;
  }
  
  .catering__menus article li,
  .catering__menus article dd {
    margin: .25em 0;
    padding: 0 0 0 2.439vw;
    font-size: clamp(8px, 1.829vw, 20px);
    line-height: 1.4;
    letter-spacing: -.05em;
  }
  
  .catering__menus article li::before,
  .catering__menus article dd::before {
    width: .975vw;
    margin: .975vw 0 0 .731vw;
  }
  
  .catering__menus article dt {
    font-size: clamp(8px, 1.829vw, 20px);
  }
  
  .catering__menus article dt::before {
    margin: 0 .2em 0 .487vw;
  }
  
  .catering__menus article dt::after {
    margin: 0 0 0 .2em;
  }

  /* オプション */
  .menu__options .lead__sentence {
    padding-bottom: 2em;
  }

  .menu__options dl {
    width: 79.91%;
    max-width: 880px;
    margin: 3em auto;
    padding: 2em;
  }

  .menu__options dl:nth-last-of-type(1) {
    margin-bottom: 5em;
  }

  .menu__options dl::before, .menu__options dl::after {
    max-width: 150px;
  }

  .menu__options dl::before {
    margin: -1.9em 0 0 -4%;
  }

  .menu__options dl::after {
    margin: 0 -4% -1.9em 0;
  }

  .menu__options  dt {
    font-size: clamp(16px, 2.07vw, 24px);
    padding: 0 0 1em 0;
  }
  
  .menu__options  dd {
    padding: 0 0 1.5em 0;
    font-size: clamp(14px, 2.07vw, 24px);
  }
  
  .menu__options  dd strong {
    font-size: clamp(14px, 2.07vw, 24px);
  }

  .menu__options ul {
    width: 79.91%;
    margin: 1em auto 2.5em;
    padding: 1.5em;
    font-size: clamp(16px, 2.07vw, 22px);
  }

  .menu__options ul li::before {
    width: 1.5%;
    margin-top: .5em;
  }

  .menu__options article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 0 0;
  }
  
  .menu__options article p {
    width: calc((100% - 18%) / 4);
    aspect-ratio: 8 / 5;
    font-size: clamp(18px, 2.07vw, 26px);
    margin-bottom: 0;
  }
  
  .menu__options article p::after {
    top: 50%;
    right: 0;
    left: auto;
    margin: -.5em -1.3em 0 0;
    font-size: clamp(18px, 2.68vw, 30px);
  }

  /*--- キャンペーン ---*/
  .menu__campaigns {
    width: 100vw;
    margin: 3.5em calc(50% - 50vw) 0;
    padding: 3.5em 0 4.5em 0;
    background: rgba(245, 225, 73, .5);
  }
  
  .menu__campaigns___example {
    position: relative;
    width: 73.51%;
    max-width: 960px;
    margin: 1em auto 0 auto;
    padding: 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(83, 71, 65, 1)
  }
  
  .menu__campaigns___icon {
    width: 26%;
    max-width: 200px;
    margin: -2em -2em 0 0 ;
    font-size: clamp(14px, 2.68vw, 28px);
  }
  
  .menu__campaigns___title {
    padding-left: 2.5em;
  }
  
  .menu__campaigns___title p {
    color: #534741;
    font-size: clamp(20px, 3.65vw, 36px);
    font-weight: 700;
    text-align: left;
  }
  
  .menu__campaigns___title p::before,
  .menu__campaigns___title p::after {
    margin-top: .6em;
    border-width: 30px 3px 0 3px;
  }

  .menu__campaigns___photo {
    display: block;
    padding: 1em 1.5em 1.5em;
  }

  .menu__campaigns___photo::before,
  .menu__campaigns___photo::after {
    content:"";
    display:table;
  }

  .menu__campaigns___photo::after {
    clear:both;
  }

  .menu__campaigns___photo picture {
    float: left;
    width: 50%;
    margin: .5em 5% .5em 0;
  }

  .menu__campaigns___photo picture img {
    width: 100%;
  }
  
  .menu__campaigns___photo p {
    padding-top: 1.2em;
    color: #534741;
    font-size: clamp(16px, 2.19vw, 24px);
  }

  .menu__campaigns___photo p:nth-of-type(1) {
    padding-top: 0;
  }

  /*--- ご利用の流れ ---*/
  .flow__steps > dl {
    margin: 3.5em 0 0;
  }
  .flow__steps > dl > dt {
    min-width: 38.72%;
    margin: 0 0 .5em 0;
    padding: .4em .8em .4em 5em;
    font-size: clamp(15px, 2.19vw, 24px);
  }
  
  .flow__steps > dl > dt::before {
    padding: 0 .8em;
    font-size: clamp(15px, 2.19vw, 24px);
  }
  
  .flow__steps > dl > dt span {
    font-size: clamp(10px, 1.82vw, 20px);
  }
  
  .flow__steps > dl > dd {
    padding: 0 6.3% 2em;
    font-size: clamp(15px, 2.19vw, 24px);
  }

  .flow__steps > dl > dd p {
    padding: 0 0 1em 0;
    line-height: 1.8;
  }

  .flow__steps > dl > dd a {
    width: 29.17%;
    aspect-ratio: 44 / 9;
    font-size: clamp(13px, 2.07vw, 23px);
    letter-spacing: 0;
    border: 2px solid rgba(83, 71, 65, 1);
    border-radius: 8px;
  }
  
  .flow__steps > dl > dd > dl {
    margin-bottom: 1em;
  }

  .flow__steps > dl > dd > dl > dt {
    display: inline-block;
    padding: .05em 1em .05em 0;
    font-size: clamp(15px, 2.19vw, 24px);
  }
  
  .flow__steps > dl > dd > dl > dd {
    font-size: clamp(15px, 2.19vw, 24px);
  }

  /*--- 配送エリア ---*/
  .area__tokyo {
    padding: 3em 4.73% 0;
    font-size: clamp(12px, 2.19vw, 24px);
  }

  .area__tokyo___notoe {
    padding: 2em 4.73% 1em;
    font-size: clamp(12px, 1.95vw, 22px);
  }

  .area__tokyo___notoe br {
    display: none;
  }

  /*--- ご利用ガイド ---*/
  section#guide {
    padding-bottom: 3.5em;
  }
  
  .user_guide > dl {
    margin: 3em 0 0;
  }

  .user_guide > dl > dt {
    min-width: 38.72%;
    margin: 0 0 .5em 0;
    padding: .4em .8em .4em .8;
    font-size: clamp(15px, 2.19vw, 24px);
  }
  
  .user_guide > dl > dd {
    padding: 0 6.3% 2em;
    font-size: clamp(15px, 2.19vw, 24px);
  }

  .user_guide > dl > dd p {
    padding: 0 0 1em 0;
    line-height: 1.8;
  }

  /*----- FOOTER -----*/
  .footer::after {
    aspect-ratio: 410 / 61;
  }

  /*----- FIXED MENU -----*/
  .fixed-menu article {
    aspect-ratio: 27 / 8;
    padding: 0 1em;
  }

  .fixed-menu article .inquire__about {
    padding: 0 0 .25em 0;
    font-size: clamp(24px, 3.65vw, 40px);
  }

  .fixed-menu article .inquire__about p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: .2em;
  }

  .fixed-menu article .inquire__about p i.hour24 {
    content: "";
    display: inline-block;
    width: 16%;
    aspect-ratio: 1;
    margin-right: .2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22200%22%20height%3D%22200%22%20version%3D%221.1%22%20viewBox%3D%220%200%20200%20200%22%3E%20%3Cg%3E%20%3Cg%20id%3D%22_x32_4h%22%3E%20%3Cpath%20id%3D%22_x32_%22%20d%3D%22M62.9%2C119.3l-.8%2C1v8.2h32.1v-7.7h-22.8c3.4-4.4%2C10-12.8%2C18-22.8%2C4.8-6%2C6-12.6%2C3.4-18-2.4-5.1-8-8.5-13.9-8.5-8.8%2C0-16%2C6.9-16%2C15.4h7.7c0-4.3%2C3.7-7.7%2C8.3-7.7s5.8%2C1.7%2C6.9%2C4.1c1.3%2C2.8.5%2C6.3-2.4%2C9.9-11.7%2C14.7-20.5%2C26-20.5%2C26Z%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpolygon%20id%3D%22_x34_%22%20points%3D%22130.5%20128.5%20130.5%20122.1%20137.9%20122.1%20137.9%20114.4%20130.5%20114.4%20130.5%20100%20122.8%20100%20122.8%20114.4%20109.9%20114.4%20129.7%2073.7%20121.1%2073.7%20101.3%20114.6%20101.3%20122.1%20122.8%20122.1%20122.8%20128.5%20130.5%20128.5%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22c%22%20d%3D%22M196.8%2C96.8c-1.8%2C0-3.2%2C1.5-3.2%2C3.2%2C0%2C51.6-41.9%2C93.5-93.5%2C93.5S6.5%2C151.6%2C6.5%2C100%2C48.4%2C6.5%2C100%2C6.5s58.3%2C14.4%2C75.9%2C38.8h-17.2c-1.8%2C0-3.2%2C1.5-3.2%2C3.2s1.5%2C3.2%2C3.2%2C3.2h23.3s0%2C0%2C0%2C0c.4%2C0%2C.7%2C0%2C1.1-.2%2C0%2C0%2C0%2C0%2C0%2C0%2C.2%2C0%2C.4-.2.6-.3.1%2C0%2C.2-.1.3-.2%2C0%2C0%2C0%2C0%2C.1-.1.3-.2.5-.5.6-.7%2C0%2C0%2C0%2C0%2C0-.1.2-.3.3-.6.3-.9%2C0%2C0%2C0%2C0%2C0%2C0l4.2-24.6c.3-1.8-.9-3.4-2.7-3.8-1.7-.3-3.4.9-3.8%2C2.7l-2.9%2C16.8C161.3%2C14.9%2C131.9%2C0%2C100%2C0%2C44.9%2C0%2C0%2C44.9%2C0%2C100s44.9%2C100%2C100%2C100%2C100-44.9%2C100-100-1.5-3.2-3.2-3.2Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fixed-menu article .inquire__about p span.consultation {
    width: 4em;
  }

  .fixed-menu article .inquire__about p span.number {
    width: 10em;
    font-size: clamp(24px, 4.39vw, 46px);
    letter-spacing: .1em;
  }

  .fixed-menu article .inquire__about em {
    width: 10em;
    padding: 0;
    font-size: clamp(18px, 2.68vw, 30px);
    font-style: normal;
  }
  
  .fixed-menu article .inquire__about___info {
    padding: .5em 0 0 0;
    font-size: clamp(12px, 1.82vw, 19px);
    line-height: 1.2;
    min-height: 2rem;
  }

  .fixed-menu article p.phone__number {
    font-family: "Cardo", serif;
  }

  .fixed-menu article .inquire__about p.phone__number i.phone {
    content: "";
    display: inline-block;
    width: 14%;
    aspect-ratio: 1;
    margin-right: .05em;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22200%22%20height%3D%22200%22%20version%3D%221.1%22%20viewBox%3D%220%200%20200%20200%22%3E%20%3Cg%3E%20%3Cg%20id%3D%22phone%22%3E%20%3Cg%20id%3D%22p%22%3E%20%3Cpath%20d%3D%22M9.4%2C18.1c-50.7%2C50.5%2C118.8%2C225.4%2C172.5%2C171.9%2C0%2C0%2C0%2C0%2C0%2C0l16.1-16c2.8-2.7%2C2.8-7.2%2C0-9.9l-32.1-32c-2.8-2.7-7.2-2.7-10%2C0%2C0%2C0-18.5%2C18.7-19.5%2C20.2-35.7-4.5-81.1-59.3-89.1-88.7%2C1.5-1%2C20.3-19.5%2C20.3-19.5%2C2.8-2.7%2C2.8-7.2%2C0-9.9L35.4%2C2.1c-2.8-2.7-7.2-2.7-10%2C0L9.4%2C18.1h0Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: cover;
  }

    /*----- FIXED MENU -----*/
  .fixed-menu article p.onlySp,
  .fixed-menu article .inquire__about___info p.onlySp {
    display: none;
  }

  .fixed-menu article p.tb-dt {
    display: flex;
  }

  .fixed-menu article p {
    text-align: center;
  }

  /*----- トップに戻るボタン -----*/
  #backToTop {
    margin-bottom: calc(100vw * .15 + 10px);
  }

}


/*----- BREAKPOINT MIN-WIDTH:1025PX -----*/
@media (min-width: 1025px) {
  /* 見出し（H2） */
  section .container h2 {
    margin-bottom: 3em;
    width: calc(100vw - 8px);
  }

  section .container h2 em {
    width: 14%;
    max-width: 130px;
    font-size: clamp(18px, 2.68vw, 28px);
  }

  /* ケータリング事例写真（カルーセル） */
  .case__study {
    margin-top: 5em;
    width: calc(100vw - 8px);
  }

  /* ケータリング過去ご利用企業様 */
  .customer__list {
    max-width: 960px;
    margin: 90px auto;
    padding: 40px 74px;
    border-radius: 20px;
  }

  .customer__list__items {
    grid-column-gap: 54px;
    grid-row-gap: 18px;
    margin: 36px 0 0 0;
  }

  /* ケータリングサービスをご検討されている方へ */
  .those__considering {
    padding: 8rem 0 17rem 0;
    background-size: 240px 240px;
    background-position: top 20px right;
  }
  
  .those__considering::before {
    width: 240px;
  }
  
  .those__considering::after {
    width: 300px;
    margin-bottom: 0;
  }
  
  .those__considering p {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 1.8rem 0;
    font-size: clamp(16px, 1.95vw, 24px);
    letter-spacing: .05em;
  }
  
  .those__considering p strong {
    font-size: clamp(16px, 2.31vw, 28px);
  }
  
  .those__considering p.those__considering___title {
    width: 100%;
    font-size: clamp(16px, 1.95vw, 24px);
    padding-bottom: 0;
  }
  
  .those__considering p.those__considering___title strong {
    color: #534741;
    font-weight: 700;
  }

  /* ケータリングサービスでの失敗 */
  ul.bittersweet__experience {
    max-width: 960px;
    padding: 4em 0 5.5em 0;
  }
  
  ul.bittersweet__experience li {
    padding: 0 0 5em 9.69%;
  }

  ul.bittersweet__experience li::before {
    max-width: 66px;
    margin: .8em 0 0 .3em;
  }
  
  ul.bittersweet__experience li::after {
    max-width: 66%;
    margin-top: .45em;
    border-width: 4px;
  }
  
  ul.bittersweet__experience li p {
    font-size: clamp(18px, 2.43vw, 29px);
  }
  
  ul.bittersweet__experience li p::before {
    width: 10%;
    max-width: 70px;
    margin: .5em 0 0 -2.8em;
    border-bottom-width: 6px;
    border-left-width: 6px;
  }

  /*-- 失敗しない7つのポイント --*/
  .keypoints__avoid___failure .keypoint {
    padding-top: 4.5em;
  }

  .keypoints__avoid___failure .keypoint:nth-of-type(odd) .keypoint__Case___study {
    padding-right: 0;
    margin: 0 auto 0 0;
  }

  .keypoints__avoid___failure .keypoint:nth-of-type(even) .keypoint__Case___study {
    margin: 0 0 0 auto;
    padding-left: 0;
  }

  .keypoints__avoid___failure .keypoint .like__this {
    padding-top: 2em;
  }

  .keypoint__image {
    align-items: flex-end;
    width: 34%;
  }
  
  .keypoint__answer {
    width: 66%;
    padding-bottom: 5.5em;
  }

  .keypoint__answer dt {
    margin-right: .8em;
  }

  /*-- 利用シーンセクション --*/
  section#scenes ul {
    aspect-ratio: 5 / 3;
  }

  section#scenes ul::before {
    width: 31.7%;
    max-width: 350px;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    background: url('./../img/scenes_img1.webp') no-repeat center center / cover;
  }
  
  section#scenes ul::after {
    width: 31.7%;
    max-width: 350px;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    background: url('./../img/scenes_img2.webp') no-repeat center center / cover;
  }
  
  section#scenes ul li {
    width: 31.7%;
    max-width: 350px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(83, 71, 65, 1);
    border-radius: 50%;
  }
  
  section#scenes ul li:nth-of-type(1) {
    position: absolute;
    left: 50%;
    margin-top: 0;
    margin-left: -175px;
  }
  
  section#scenes ul li:nth-of-type(2) {
    margin-left: 190px;
    bottom: 0;
  }
  
  section#scenes ul li:nth-of-type(3) {
    margin-right: 190px;
    bottom: 0;
  }

  section#scenes dl {
    max-width: 960px;
    margin: 4em auto 2em;
    padding: 2em 0;
  }
  
  section#scenes dt {
    margin-bottom: .5em;
    padding: .5em 2.5em;
  }

  section#scenes dd::before {
    width: 20px;
  }

  /*-- シェフの想いセクション --*/
  .about-us__concept {
    margin: 3.5em auto 0;
  }
  
  .about-us__concept picture {
    float: left;
    width: 30%;
    margin: 0 6% 0 0;
    padding-top: .5em;
  }

  .about-us__concept picture img {
    width: 100%;
  }

  .about-us__concept p {
    width: 100%;
    padding: 0 0 2em;
    font-size: clamp(16px, 2.07vw, 24px);
    line-height: 2;
  }

  .about-us__concept p:nth-last-of-type(1) {
    padding: 1.5em 0 0;
  }

  .about-us__concept dl {
    width: 92%;
    margin: .5em auto 1.5em;
    padding: 1em 3em;
    font-size: clamp(18px, 2.43vw, 28px);
  }

  .about-us__concept dl::before,
  .about-us__concept dl::after {
    max-width: 150px;
  }

  .about-us__concept dl::before {
    margin: -1.7em 0 0 -4%;
  }

  .about-us__concept dl::after {
    margin: 0 -4% -1.7em 0;
  }

  .about-us__concept dd {
    padding: 0 0 .3em 1em;
  }
  
  .about-us__concept dd::before {
    width: 1.4%;
    margin-top: .6em;
  }

  /*-- ケータリングメニュー --*/
  .plan__example {
    margin-top: 4em;
  }

  .plan__example::before {
    margin-top: 0;
  }
  
  .plan__example::after {
    margin-top: calc(100vw * .02);
  }
  
  .plan__example .plan__annotation {
    margin-bottom: 3em;
  }

  .plan__example___get-together {
    margin: 4.5em auto 0;
    padding: 2em;
    border-radius: 20px;
  }
  
  .plan__example___get-together h4 {
    display: block;
    margin: 0;
    padding: .4em 0;
    color: #fff;
    font-size: clamp(16px, 2.56vw, 30px);
    text-align: center;
    line-height: 1.3;
    background: rgba(83, 71, 65, 1);;
  }
  
  .plan__example___get-together .plan__example___title____sub {
    padding: .4em;
    font-size: clamp(14px, 1.95vw, 22px);
  }

  .plan__example___details {
    flex-direction: row;
    justify-content: space-between;
    padding: 2.5em 0 0 0;
  }
  
  .plan__example___details____contents {
    width: 51.8%;
    padding: 0;
  }

  .plan__example___details____image {
    width: 45%;
  }

  .plan__example___details____image picture {
    margin-bottom: .8em;
  }
  
  .plan__example___details____image picture img {
    aspect-ratio: 400 / 533;
    padding-top: .6em;
  }
  
  .plan__example___link {
    max-width: 960px;
    margin: 0 auto 3em;
    padding-top: 1em;
    text-align: right;
  }

  /*-- デリバリーメニュー --*/
  .menu__items {
    gap: 5em 1.8em;
  }

  .menu__items .special__courses figcaption {
    padding: 0 1em .5em 1em;
  }

  .menu__items .item__name {
    min-height: 2.4em;
    padding-top: .6em;
    line-height: 1.2;
  }
  
  .menu__items .item__detail {
    min-height: 5em;
  }

  .menu__items .special__courses .item__name {
    min-height: 4.5em;
    padding-top: .3em;
    line-height: 1.25;
  }
  
  .menu__items .special__courses .item__detail {
    color: #fff;
    min-height: 3em;
  }

  /* ケータリングメニュー */
  .catering__menus {
    margin-bottom: 90px;
  }

  .catering__menus article {
    margin: 90px auto 0 auto;
    padding: 2em;
    border-radius: 20px;
  }

  .catering__menus article div {
    width: calc((100% - 50px) / 2);
  }

  .catering__menus article div:nth-last-of-type(1) {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }

  .catering__menus--class {
    margin-bottom: 20px;
    padding: 14px 0;
    font-size: clamp(12px, 2.073vw, 24px);
  }

  .catering__menus article dl {
    margin: 0;
    padding: 18px 34px 18px 0;
  }

  .catering__menus article li,
  .catering__menus article dd {
    margin: 10px 0;
    padding: 0 0 0 34px;
    letter-spacing: 0;
  }

  .catering__menus article li::before,
  .catering__menus article dd::before {
    width: 12px;
    margin: 9px 0 0 12px;
  }

  .catering__menus article dt::before {
    margin: 0 .2em 0 2px;
  }

  /* オプション */
  .menu__options dl:nth-last-of-type(1) {
    margin-bottom: 6em;
  }

  .menu__options ul {
    margin: 3em auto 3.5em;
  }

  .menu__options ul li {
    line-height: 1.5;
  }

  .menu__options article p::after {
    top: 50%;
    right: 0;
    left: auto;
    margin: -.5em -18.5% 0 0;
    font-size: clamp(18px, 2.68vw, 30px);
  }

  /*--- キャンペーン ---*/
  .menu__campaigns {
    margin: 5em calc(50% - 50vw) 0;
    padding: 4.5em 0;
    background: rgba(245, 225, 73, .5);
  }
  
  .menu__campaigns___example {
    width: 73.51%;
    max-width: 960px;
    margin: 1em auto 0 auto;
    padding: 0;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(83, 71, 65, 1)
  }

  .menu__campaigns___title {
    padding: .5em 0 .5em 2.5em;
  }

  .menu__campaigns___title p::before,
  .menu__campaigns___title p::after {
    margin-top: .6em;
    border-width: 38px 4px 0 4px;
  }

  .menu__campaigns___photo {
    display: block;
    padding: 1.5em 2em 2em;
  }

  .menu__campaigns___photo picture {
    float: left;
    width: 45%;
    margin: .5em 5% .5em 0;
  }

  /*--- ご利用の流れ ---*/
  section#flow {
    padding-bottom: 4.5em;
  }

  .flow__steps {
    max-width: 960px;
    margin: 0 auto;
  }

  .flow__steps > dl {
    margin: 4.5em 0 0;
  }

  .flow__steps > dl > dt {
    min-width: 31.66%;
    margin: 0 0 .5em 0;
    padding: .4em .8em .4em 5em;
  }

  .flow__steps > dl > dt::before {
    padding: 0 .8em;
  }

  .flow__steps > dl > dd {
    padding: 0 0 2em 2em;
  }

  .flow__steps > dl > dd p {
    padding: 0 0 1em 0;
    line-height: 1.8;
  }

  .flow__steps > dl > dd a {
    width: 28%;
  }
  
  .flow__steps > dl > dd > dl {
    margin-bottom: 1em;
  }

  /*--- 配送エリア ---*/
  .area__tokyo {
    padding: 3em 4.73% 0;
  }

  .area__tokyo___notoe {
    padding: 2em 4.73% 1em;
  }

  /*--- ご利用ガイド ---*/
  section#guide {
    padding-bottom: 4.5em;
  }

  .user_guide {
    max-width: 960px;
    margin: 0 auto;
  }

  .user_guide > dl {
    margin: 3em 0 0;
  }

  .user_guide > dl > dt {
    min-width: 31.66%;
    margin: 0 0 .5em 0;
    padding: .4em .8em .4em .8;
    font-size: clamp(15px, 2.19vw, 24px);
  }
  
  .user_guide > dl > dd {
    padding: 0 0 2em 2em;
    font-size: clamp(15px, 2.19vw, 24px);
  }

  .user_guide > dl > dd p {
    padding: 0 0 1em 0;
    line-height: 1.8;
  }

  /*----- FIXED MENU -----*/
  .fixed-menu article {
    aspect-ratio: 48 / 7;
    padding: 0 3em;
  }

  .fixed-menu article .inquire__about p i.hour24 {
    width: 12%;
  }

  .fixed-menu article .inquire__about p.phone__number i.phone {
    width: 12%;
  }

  /*----- トップに戻るボタン -----*/
  #backToTop {
    margin-bottom: calc(100vw * .085 + 10px);
  }

}


/*----- DISPLAY DELAY -----*/
.display-bottom__up, .display-bottom__up, .display-right__left, .display-left__right {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.display-fade-in {
  opacity: 0;
  transition: all 0.8s ease;
}

.display-bottom__up.show, .display-right__left.show, .display-left__right.show, .display-fade-in.show {
  animation-delay: .5s;
  opacity: 1;
}

.display-bottom__up.show {
  transform: translateY(0);
}

.display-right__left.show {
  transform: translateX(0);
}

.display-left__right.show {
  transform: translateX(0);
}

.display-bottom__up.show {
  transform: translateY(0);
}

/* 初期位置を設定 */
.display-bottom__up {
  transform: translateY(80px);
}

.display-right__left {
  transform: translateX(80px);
}

.display-left__right {
  transform: translateX(-80px);
}

.display-bottom__up.delay-01.show {
  transition-delay: 0s;
}

.display-bottom__up.delay-02.show {
  transition-delay: 0s;
}

/* 親要素にoverflow: hiddenを追加 */
.parent-element {
  overflow: hidden;
}

@media (min-width: 768px) {
  .display-bottom__up.delay-01.show {
    transition-delay: .3s;
  }
  
  .display-bottom__up.delay-02.show {
    transition-delay: .6s;
  }
}


/*----- CAROUSEL SLIDER -----*/
.carousel {
  position: relative;
  width: 100vw;
  max-width: 1280px;
  margin: 2em auto;
  padding-bottom: 20px;
  overflow: hidden;
}

.carousel__inner {
  display: flex;
  
  transition: transform 0.5s ease;
  will-change: transform;
}

.carousel__inner picture {
  min-width: 100%;
}

.carousel__inner picture img {
  width: 80%;
  margin: auto;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.carousel button {
  background-color: rgba(0, 0, 0, 0);
}

.carousel__prev,
.carousel__next {
  color: agba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width:0;
  height:0;
  cursor: pointer;
  z-index: 10;
}

.carousel__prev {
  left: 0;
  width:0;
  height:0;
  border-style: solid;
  border-width: 19px 32.9px 19px 0;
  border-color: transparent rgba(245, 225, 73, 1) transparent transparent;
}

.carousel__next {
  right: 0;
  width:0;
  height:0;
  border-style: solid;
  border-width: 19px 0 19px 32.9px;
  border-color: transparent transparent transparent rgba(245, 225, 73, 1);
}

@media (min-width: 768px) {
  .carousel__inner picture {
    min-width: 50%;
  }
}

@media (min-width: 1025px) {
  .carousel__prev,
  .carousel__next {
    margin-top: -46px;
  }

  .carousel__prev {
    border-width: 32px 55.4px 32px 0;
    border-color: transparent rgba(245, 225, 73, 1) transparent transparent;
  }

  .carousel__next {
    border-width: 32px 0 32px 55.4px;
    border-color: transparent transparent transparent rgba(245, 225, 73, 1);
  }
}

@media (min-width: 1280px) {
  .carousel__prev {
    margin-left: -12px;
  }

  .carousel__next {
    margin-right: -12px;
  }
}


/*----- キーフレームアニメーション -----*/
@keyframes slideDown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes slideUp {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}