@charset "utf-8";
/* ==========================================================================
   1. 基本設定・変数
   ========================================================================== */ :root {
  --primary-color: #eb7457;
  --primary-inverse-color: #2b8c5f;
  --secondary-color: #eb7457;
  --secondary-inverse-color: #fff;
  --accent-color: #fbaf4c;
  --accent-inverse-color: #fff;
  --accent-background-color: #f9f1c2;
  --global-space: 20px;
}
/* 全体のリセットとベース */
body * {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  font-size: 25px;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic Medium", "YuGothic", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 2.5;
  background: #ed7157;
  color: var(--primary-inverse-color);
  overflow-x: hidden;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: inherit;
  transition: 0.3s;
  text-decoration: none;
}
/* ==========================================================================
   2. レイアウト構造 (Wrapper & Boxline)
   ========================================================================== */
#wrapper {
  width: 100%;
  transition: all 0.3s ease;
}
.boxline {
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.3s ease;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}

#wrapper .boxline .startday{
		text-align: center;
		background-color:#2b8c5f;
		text-align: center;
		font-size: .6rem;
		color: white;
		padding: .32em;
		margin: 0!important;
}

/* --- 1470px以上：左側に固定スペースを確保 --- */
@media screen and (min-width: 1470px) {
  #wrapper {
    padding-left: 900px; /* 左側にロゴ用の空間を作る */
    display: flex;
    justify-content: flex-start;
  }
  .boxline {
    width: 700px; /* コンテンツ幅を固定 */
    margin: 40px 2rem 40px 0;
    border: solid #2b8c5f;
    border-width: 3px 2px 5px 3px;
    box-shadow: 7px 7px 0px 0px rgba(43, 140, 95, 1);
    padding: 50px;
    padding-bottom: 100px;
  }

}
/* --- 1470px未満 〜 681px以上：中央寄せ --- */
@media screen and (max-width: 1469px) and (min-width: 681px) {
  #wrapper {
    padding-left: 0;
  }
  .boxline {
    max-width: 560px;
    margin: 40px auto !important;
    border: solid #2b8c5f;
    border-width: 3px 2px 5px 3px;
    box-shadow: 7px 7px 0px 0px rgba(43, 140, 95, 1);
    padding: 1.8%;
  }
}
/* --- 680px以下：枠線を消してスマホ最適化 --- */
@media screen and (max-width: 680px) {
  .boxline {
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    width: 100% !important;
    padding: 0%;
  }
  .contents {
    max-width: none !important;
    margin: 0 !important;
  }
}
/* ==========================================================================
   .contents_fvbox の出し分け（1470pxを境界に移動）
   ========================================================================== */
/* --- 1470px以上：緑の枠の外（左側900pxエリア）に表示 --- */
@media screen and (min-width: 1470px) {
  .contents_fvbox {
    /* 枠の中から飛び出させて左側に固定 */
    position: fixed;
    top: 0;
    left: 0;
    width: 900px;
    height: 100vh;
    z-index: 100;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../images/mv_bg_img.png");
    background-repeat: no-repeat;
    background-position: -19px 13vh;
    background-size: 100% auto;
  }
  /* 山笠の画像設定 */
  .contents_fvbox::after {
    content: "";
    position: absolute;
    /* 右端に固定。基準が .contents_fvbox なので、常にその右側に現れます */
    right: 0px;
    top: 60%;
    transform: translateY(-50%);
    /* 画像サイズ */
    width: 280px;
    height: 248px;
    background: url("../images/yamakasa_move1.png") no-repeat center center;
    background-size: contain;
    /* アニメーションの指定 */
    animation: yamakasa-bounce 1.5s infinite ease-in-out;
    pointer-events: none; /* 画像がボタンに重なってもクリックを邪魔しない */
    z-index: -1; /* FV内の他の要素より前面に */
  }
  /* ぴょんぴょんはねるアニメーション */
  @keyframes yamakasa-bounce {
    0%, 100% {
      /* 基本位置：少し前傾 */
      transform: translateY(-40%) rotate(-2deg);
    }
    50% {
      /* 跳ね上がった位置：少し上に移動し、逆方向に傾ける */
      transform: translateY(-60%) rotate(3deg);
    }
  }
  .contents_fvbox h1 {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 690px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
  }
  .contents_fvbox h1 span {
    display: block;
  }
  .logo-fair {
    padding-top: .4rem;
  }
  .logo-bariuma {
    margin-top: -1rem;
    display: inline-block; /* 動きを適用させるために必要 */
    /* 支点を「下中央」に設定（旗の持ち手があるイメージ） */
    transform-origin: center bottom;
    /* アニメーションの指定（2秒かけて1往復、滑らかに繰り返す） */
    animation: flag-swing 2s infinite ease-in-out;
    /* 画像のサイズや余白は適宜調整してください */
    vertical-align: middle;
  }
  @keyframes flag-swing {
    0%, 100% {
      /* 開始と終了：少し左に傾き、少し歪ませる */
      transform: rotate(-5deg) skewX(-2deg);
    }
    50% {
      /* 中間：少し右に傾き、逆方向に歪ませる */
      transform: rotate(5deg) skewX(2deg);
    }
  }
  /* ホバーした時に少し勢いを増す設定（お好みで） */
  .logo-flag:hover {
    animation-duration: 0.8s; /* 振るスピードを速める */
  }
  .contents_fvbox .tabeho_fix {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 200px;
  }
  .contents_fvbox nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 1rem 0 0;
    padding: 0 1rem;
  }
  .contents_fvbox nav ul li {
    margin-right: 2px;
  }
  .contents_fvbox nav ul li:last-child {
    margin-right: 0px;
  }
  .contents_fvbox nav ul li a {
    display: block;
    transition: all 0.2s ease; /* 戻る時の動きを少し速めに */
  }
  .contents_fvbox nav ul li a:hover {
    /* 2〜3px下に移動 */
    transform: translateY(3px);
    /* 影を薄く/小さくして、地面に近づいたように見せる */
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }
}
/* --- 1470px以上：緑の枠の外（左側900pxエリアでかつウィンドウの高さが840px以下の場合に適用される）に表示 --- */
@media screen and (min-width: 1470px) and (max-height: 840px) {
	.contents_fvbox{		
		background-position:-19px 6vh;
	}
	.fv_middle {
		height: 400px;
		display: flex;
		justify-content: center;
		flex-direction: row;
		padding: 1rem 0 0;
	}
	.fv_middle h2{
		padding: 1rem 0;
	}
	.fv_middle h2 img{
		height: 120%;
		width: auto;
	}
}
/* --- 1469px以下：緑の枠（.boxline）の中に納まる --- */
@media screen and (max-width: 1469px) {
  .contents_fvbox {
    position: relative;
    width: 100%;
    padding: 0px;
    background: transparent; /* 枠内の背景に馴染ませる */
    background-image: url(../images/mv_bg_img_sp.png);
    background-repeat: no-repeat;
    background-position: 0px -15px;
    background-size: 101% auto;
  }
  .contents_fvbox h1 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
  }
  .contents_fvbox h1 span {
    display: block;
  }
  .contents_fvbox .tabeho_fix {
    display: none;
  }
  .logo-bariuma {
    transform-origin: center bottom;
    animation: flag-swing 2s infinite ease-in-out;
    vertical-align: middle;
  }
  @keyframes flag-swing {
    0%, 100% {
      /* 開始と終了：少し左に傾き、少し歪ませる */
      transform: rotate(-5deg) skewX(-2deg);
    }
    50% {
      /* 中間：少し右に傾き、逆方向に歪ませる */
      transform: rotate(5deg) skewX(2deg);
    }
  }
  .contents_fvbox h2 {
    text-align: center;
  }
  .contents_fvbox nav {
    padding: 4rem 0 1rem;
  }
  .contents_fvbox nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可する */
    flex-direction: row; /* 横並びベース */
    justify-content: space-between; /* 1・2個目を両端に寄せる */
    padding: 0;
    margin: 1rem 0 0;
    width: 100%;
  }
  .contents_fvbox nav ul li img {
    width: 100%;
  }
  /* 1番目と2番目の要素（48%幅） */
  .contents_fvbox nav ul li:nth-child(1), .contents_fvbox nav ul li:nth-child(2) {
    width: 49.3%;
  }
  /* 3番目以降の要素（100%幅で折り返し） */
  .contents_fvbox nav ul li:nth-child(3) {
    width: 100%;
    margin-top: 10px; /* 必要に応じて上下の隙間を調整 */
  }
  /* 山笠の画像設定 */
  .contents_fvbox::after {
    content: "";
    position: absolute;
    /* 右端に固定。基準が .contents_fvbox なので、常にその右側に現れます */
    right: 3%;
    bottom: 20%;
    transform: translateY(-50%);
    /* 画像サイズ */
    width: 225px;
    height: 200px;
    background: url("../images/yamakasa_move1.png") no-repeat center center;
    background-size: contain;
    /* アニメーションの指定 */
    animation: yamakasa-bounce 1.4s infinite ease-in-out;
    pointer-events: none; /* 画像がボタンに重なってもクリックを邪魔しない */
    z-index: 2; /* FV内の他の要素より前面に */
  }
  /* ぴょんぴょんはねるアニメーション */
  @keyframes yamakasa-bounce {
    0%, 100% {
      /* 基本位置：少し前傾 */
      transform: translateY(-40%) rotate(-2deg);
    }
    50% {
      /* 跳ね上がった位置：少し上に移動し、逆方向に傾ける */
      transform: translateY(-60%) rotate(3deg);
    }
  }
}
/* --- 680px以下：スマホ時の微調整 --- */
@media screen and (max-width: 680px) {
  .contents_fvbox {
    padding: 0px;
    width: 100%;
    background-size: 100% auto;
  }
  .contents_fvbox h2 {
    margin-top: 3.5rem;
  }
  .contents_fvbox nav {
    margin-top: 19.1vw; /* 背景画像の高さ分だけマージンを空ける */
    padding-right: .5rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
  }
  .contents_fvbox::after {
    width: 245px;
    height: 220px;
  }
}
@media screen and (max-width: 620px) {
  .contents_fvbox h1 {
    padding: 0 0 0 0%;
    width: 100%;
  }
  .contents_fvbox nav {
    padding-left: .6rem;
    padding-right: .9rem;
  }
  .contents_fvbox::after {
    width: 215px;
    height: 190px;
    right: 3%;
  }
}
@media screen and (max-width: 570px) {
  .contents_fvbox nav {
    margin-top: -4.9vw; /* 背景画像の高さ分だけマージンを空ける */
  }
}
@media screen and (max-width: 520px) {
  .contents_fvbox nav {
    margin-top: -13.9vw; /* 背景画像の高さ分だけマージンを空ける */
  }
}
@media screen and (max-width: 480px) {
  .contents_fvbox {
    background-position: 3px 13px;
  }
  .contents_fvbox nav {
    margin-top: 15.1vw; /* 背景画像の高さ分だけマージンを空ける */
  }
  .contents_fvbox h2 {
    margin-top: 1.5rem;
  }
  .contents_fvbox h2 img {
    width: 100px;
  }
  .contents_fvbox::after {
    bottom: 19%;
    width: 200px;
    height: 175px;
    z-index: 1;
  }
}
@media screen and (max-width: 450px) {
  .contents_fvbox nav {
    margin-top: 7.1vw; /* 背景画像の高さ分だけマージンを空ける */
  }
}
@media screen and (max-width: 375px) {
  .contents_fvbox {
    background-position: 3px 13px;
  }
  .contents_fvbox nav {
    margin-top: -21.9vw; /* 背景画像の高さ分だけマージンを空ける */
  }
  .contents_fvbox h2 {
    margin-top: 1.5rem;
  }
  .contents_fvbox h2 img {
    width: 95px;
  }
  .contents_fvbox::after {
    bottom: 17%;
    width: 150px;
    height: 125px;
    z-index: 1;
  }
}
/* ==========================================================================
   3. 各セクション・コンテンツの設定
   ========================================================================== */
@media screen and (min-width: 1470px) {
  .section {
    min-width: 485px;
    border: solid 3px #388c62;
  }
}
@media screen and (max-width: 1469px) {
  .section {
    min-width: auto;
    border: solid 3px #388c62;
  }
}
.contents {
  padding: var(--global-space);
  position: relative;
}
/* 共通のコンテンツ幅（枠内の調整） */
@media screen and (min-width: 681px) {
  .contents {
    max-width: 100%; /* boxlineに合わせる */
    margin: 0 auto;
  }
}
/* ヘッダー内 FV設定 */
header .contents {
  height: 100vh;
  display: flex;
  align-items: flex-start;
}
header #logo-container .logo-inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-size: auto 82%;
  background-repeat: no-repeat;
  background-position: center 0;
}
/* イントロダクション */
#introduction .contents {
  animation: parapara-coma 1.5s infinite step-end;
  background-size: 95% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f9f1c2;
  text-align: center;
  padding: 2rem 0;
  position: relative;
  overflow: visible !important;
}
@keyframes parapara-coma {
  0% {
    background-image: url("../images/sec1_coma1.png");
  }
  50% {
    background-image: url("../images/sec1_coma2.png");
  }
}
#introduction .contents::after {
  content: "";
  position: absolute;
  /* 右下からの配置：マイナス値を大きくするほど枠の外へはみ出します */
  right: -34px;
  bottom: -34px;
  /* 画像サイズ（適宜調整してください） */
  width: 137px;
  height: 144px;
  background: url("../images/yamakasa_hito.png") no-repeat center bottom;
  background-size: contain;
  transform-origin: left bottom;
  pointer-events: none;
  z-index: 10;
}
#introduction .contents p {
  margin: .3rem auto auto;
  padding: 0;
  max-width: 70%; /* 最大幅を70%に制限 */
  width: fit-content; /* 中身のサイズに合わせる */
}
#introduction .contents p.line2 {
  margin-top: -12px;
}
#introduction .contents p.line4 {
  margin-top: -5px;
}
#introduction .contents p.line6, #introduction .contents p.line7 {
  margin-top: -20px;
}
@media screen and (max-width: 680px) {
  main {
    padding-left: 1.5rem;
    padding-right: 2rem;
  }
  #introduction .contents::after {
    content: "";
    position: absolute;
    /* 右下からの配置：マイナス値を大きくするほど枠の外へはみ出します */
    right: 3px;
    bottom: -40px;
    /* 画像サイズ（適宜調整してください） */
    width: 107px;
    height: 234px;
    background: url("../images/yamakasa_hito.png") no-repeat center bottom;
    background-size: contain;
    transform-origin: left bottom;
    pointer-events: none;
    z-index: 10;
  }
}
@media screen and (max-width: 600px) {
  #introduction .contents {
    height: auto;
    background-color: #f5e8be;
  }
}
@media screen and (max-width: 500px) {
  main {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
  #introduction .contents p.line5 img {
    width: 80%;
  }
  #introduction .contents p.line1 img {
    width: 75%;
  }
  #introduction .contents p.line7 img {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  main {
    padding-left: .4rem;
    padding-right: .4rem;
  }
}
/* メニューセクション */
.menu_outline .contents {
  background-color: #f9f1c2;
}
.menu_outline .contents h2.menu_bigtitle {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -2.5rem;
  z-index: 10;
}
.menu_outline .contents h3 {
  text-align: center;
}
.contents_inner h4 {
  /* 親のh4は中央寄せの箱として機能させる */
  text-align: center;
  margin: 0 auto .8rem;
  line-height: 1.2em;
}
.contents_inner h4 span.wave_line {
  /* フォント設定 */
  font-family: "Yu Gothic Medium", "YuGothic", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: var(--primary-inverse-color);
  font-size: 1.3rem;
  font-weight: normal;
  display: inline-block;
  /* 波線を表示するためのスペースを確保 */
  padding-bottom: 18px;
  /* 波線の設定：spanの幅に合わせて表示される */
  background-image: url("../images/wave_line.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: contain;
}
@media screen and (max-width: 500px) {
.contents_inner h4 span.wave_line span.ka{
display: inline-block;
}
}
.contents_inner .point_img {
  text-align: center;
}
.contents_inner .taste_desc {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.contents_inner .taste_img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contents_inner .taste_desc span {
  text-align: left;
  display: inline-block;
  line-height: 1.2em;
}
.menu_images_wrapper {
  text-align: center;
}
.menu_images_wrapper img {
  width: 93%;
  margin: 0 auto;
}
.menu_outline section {
  margin-top: 2.5rem;
}
.contents_inner.fv {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 1rem;
  background-repeat: no-repeat;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
/* 親要素の設定：reverseを解除して正順(column)にする */
#menu_03 .contents_inner.fv, #menu_03 .contents_inner.thi, #menu_03 .contents_inner.fif, #menu_03 .contents_inner.six, #menu_03 .contents_inner.sev {
  display: flex;
  flex-direction: column; /* reverseをやめて上から下へ */
}
/* --- 子要素の順番指定 --- */
/* 1番上にしたい要素（例：タイトルや画像） */
#menu_03 .contents_inner.fv > .child-C, #menu_03 .contents_inner.thi > .child-C, #menu_03 .contents_inner.fif > .child-C, #menu_03 .contents_inner.six > .child-C, #menu_03 .contents_inner.sev > .child-C {
  order: 1;
}
/* 2番目にしたい要素（例：テキストなど） */
#menu_03 .contents_inner.fv > .child-B, #menu_03 .contents_inner.thi > .child-B, #menu_03 .contents_inner.fif > .child-B, #menu_03 .contents_inner.six > .child-B, #menu_03 .contents_inner.sev > .child-B {
  order: 2;
}
/* 3番目にしたい要素 */
#menu_03 .contents_inner.fv > .child-A, #menu_03 .contents_inner.thi > .child-A, #menu_03 .contents_inner.fif > .child-A, #menu_03 .contents_inner.six > .child-A, #menu_03 .contents_inner.sev > .child-A {
  order: 3;
}
.contents_inner.fv h3 {
  margin-top: .3rem;
  margin-bottom: 0;
}
.contents_inner.fv .menu_images_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
#menu_01 .contents_inner.fv {
  animation-name: parapara-coma-menu_01-1;
  background-position: top center;
  background-size: contain;
  background-image: url("../images/sec2_coma1.png");
  padding: 0 20px;
  margin: -42px 0 0;
}
@keyframes parapara-coma-menu_01-1 {
  0% {
    background-image: url("../images/sec2_coma1.png");
  }
  50% {
    background-image: url("../images/sec2_coma2.png");
  }
}
.contents_inner.se {
  background-repeat: no-repeat;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
#menu_01 .contents {
  background-image: url(../images/menu01_img_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding-bottom: 280px;
  padding-left: 0;
  padding-right: 0;
}
/* --- 1470px以上：左側に固定スペースを確保 --- */
@media screen and (min-width: 1470px) {
  #menu_01 .contents {
    padding-bottom: 330px;
  }
}
/* --- 1470px未満 〜 681px以上：中央寄せ --- */
@media screen and (max-width: 1469px) and (min-width: 681px) {
  #menu_01 .contents {
    padding-bottom: 280px;
  }
}
/* --- 680px以下：スマホ時の微調整 --- */
@media screen and (max-width: 755px) {
  #menu_01 .contents {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 680px) {
  #menu_01 .contents {
    padding-bottom: 350px;
  }
}
@media screen and (max-width: 600px) {
  #menu_01 .contents {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 495px) {
  #menu_01 .contents {
    padding-bottom: 280px;
  }
}
@media screen and (max-width: 405px) {
  #menu_01 .contents {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 375px) {
  #menu_01 .contents {
    padding-bottom: 192px;
  }
}
#menu_01 .contents_inner.se {
  animation-name: parapara-coma-menu_01-2;
  background-position: center center;
  background-size: contain;
  background-image: url("../images/sec2_po1_coma1.png");
  padding: 0 20px;
}
@keyframes parapara-coma-menu_01-2 {
  0% {
    background-image: url("../images/sec2_po1_coma1.png");
  }
  50% {
    background-image: url("../images/sec2_po1_coma1.png");
  }
}
#menu_01 .contents_inner.thi {
  background-position: 88% 74%;
  background-size: auto 22%;
  background-repeat: no-repeat;
  background-image: url("../images/icon_mayo.png");
  padding: 0 20px;
}
@media screen and (max-width: 400px) {
#menu_01 .contents_inner.thi {
  background-size: auto 14%;
}	
}
#menu_01 .contents_inner.fou {
  position: relative;
  padding: 0 20px;
}
#menu_01 .contents_inner.fou::after {
  content: "　";
  position: absolute;
  left: -1.8rem;
  top: 2.8rem;
  width: 102px;
  height: 93px;
  display: inline-block;
  background-image: url("../images/icon_cheese.png");
  transform-origin: bottom center;
  animation: cheese-swing-2coma 1.1s infinite step-start;
}
@media screen and (max-width: 680px) {
  #menu_01 .contents_inner.fou::after {
    left: 0rem;
    top: 2.8rem;
    width: 70px;
    height: 63px;
    background-size: contain;
  }
}
@media screen and (max-width: 445px) {
  #menu_01 .contents_inner.fou::after {
    left: 0rem;
    top: 1.2rem;
    width: 60px;
    height: 53px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 380px) {
  #menu_01 .contents_inner.fou::after {
    top: 0.2rem;
  }
}
@keyframes cheese-swing-2coma {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(10px) rotate(-10deg);
  }
}
#menu_02 .contents {
  background-image: url(../images/menu02_img_bottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding-bottom: 345px;
  padding-left: 0;
  padding-right: 0;
}
/* --- 1470px以上：左側に固定スペースを確保 --- */
@media screen and (min-width: 1470px) {
  #menu_02 .contents {
    padding-bottom: 395px;
  }
}
/* --- 1470px未満 〜 681px以上：中央寄せ --- */
@media screen and (max-width: 1469px) and (min-width: 681px) {
  #menu_02 .contents {
    padding-bottom: 345px;
  }
}
/* --- 680px以下：スマホ時の微調整 --- */
@media screen and (max-width: 680px) {
  #menu_02 .contents {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 570px) {
  #menu_02 .contents {
    padding-bottom: 345px;
  }
}
@media screen and (max-width: 490px) {
  #menu_02 .contents {
    padding-bottom: 295px;
  }
}
@media screen and (max-width: 390px) {
  #menu_02 .contents {
    padding-bottom: 230px;
  }
}
#menu_02 .contents_inner.fv {
  padding: 0 20px;
  margin: -42px 0 0;
}
#menu_02 .contents_inner.fv::after {
  content: "　";
  position: absolute;
  right: 1rem;
  top: 3.8rem;
  width: 92px;
  height: 83px;
  background-size: contain;
  display: inline-block;
  background-image: url("../images/icon_cheese.png");
  transform-origin: bottom;
  animation: cheese-swing-2coma 1.1s infinite step-start;
}
#menu_02 .contents_inner.se {
  padding: 0 20px;
}
#menu_03 .contents {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#menu_03 .contents_inner_wrapper01 .contents_inner {
  padding: 0 20px;
}
#menu_03 .contents .contents_inner_wrapper01 {
  background-image: url(../images/menu03_img_bottom1.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding-bottom: 345px;
  padding-left: 0;
  padding-right: 0;
  margin-top: -49px;
}
/* --- 1625px以上：さらに広い画面用の設定（追加） --- */
@media screen and (min-width: 1625px) {
  #menu_03 .contents .contents_inner_wrapper01 {
    padding-bottom: 420px;
  }
}
/* --- 1470px以上 1624px以下：左側に固定スペースを確保（範囲を調整） --- */
@media screen and (min-width: 1470px) and (max-width: 1624px) {
  #menu_03 .contents .contents_inner_wrapper01 {
    padding-bottom: 345px;
  }
}
/* --- 1470px未満 〜 681px以上：中央寄せ --- */
@media screen and (max-width: 1469px) and (min-width: 681px) {
  #menu_03 .contents .contents_inner_wrapper01 {
    padding-bottom: 345px;
  }
}
/* --- 680px以下：スマホ時の微調整 --- */
@media screen and (max-width: 680px) {
  #menu_03 .contents .contents_inner_wrapper01 {
    padding-bottom: 315px;
  }
}
/* --- 680px以下：スマホ時の微調整 --- */
@media screen and (max-width: 660px) {
  #menu_03 .contents .contents_inner_wrapper01 {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 600px) {
  #menu_03 .contents .contents_inner_wrapper01 {
    padding-bottom: 315px;
  }
}
@media screen and (max-width: 424px) {
  #menu_03 .contents .contents_inner_wrapper01 {
    padding-bottom: 220px;
  }
}
#menu_03 .contents .contents_inner_wrapper02 {
  background-image: url(../images/menu03_img_bottom2.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding-bottom: 345px;
  padding-left: 0;
  padding-right: 0;
}
/* --- 1625px以上：さらに広い画面用の設定（追加） --- */
@media screen and (min-width: 1625px) {
  #menu_03 .contents .contents_inner_wrapper02 {
    padding-bottom: 420px;
  }
}
/* --- 1470px以上 1624px以下：左側に固定スペースを確保（範囲を調整） --- */
@media screen and (min-width: 1470px) and (max-width: 1624px) {
  #menu_03 .contents .contents_inner_wrapper02 {
    padding-bottom: 345px;
  }
}
/* --- 1470px未満 ? 681px以上：中央寄せ --- */
@media screen and (max-width: 1469px) and (min-width: 681px) {
  #menu_03 .contents .contents_inner_wrapper02 {
    padding-bottom: 345px;
  }
}
/* --- 680px以下：スマホ時の微調整 --- */
@media screen and (max-width: 680px) {
  #menu_03 .contents .contents_inner_wrapper02 {
    padding-bottom: 315px;
  }
}
#menu_03 .contents .contents_inner .child-B {
  margin: -1.5rem auto 0 auto;
}
#menu_03 .contents .contents_inner .child-C img {
  width: 80%;
}
#menu_03 .contents .contents_inner span.child-A {
  display: block;
  text-align: center;
}
#menu_03 .contents .contents_inner span.child-A img {
  margin: 0 auto;
}
/* アニメーション関連 */
.slideimg {
  transform: translateY(50px);
  transition: 1.5s;
  opacity: 0;
}
.slideimg.anim {
  opacity: 1;
  transform: translateY(0px);
}
.marker {
  font-weight: 800;
  background: linear-gradient(left, rgb(253, 230, 77) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em;
  background-position: 100% .5em;
  transition: 2s;
}
.marker.is-active {
  background-position: 0% .5em;
}
/* ==========================================================================
   4. ナビゲーション・パーツ
   ========================================================================== */
#menubar_hdr {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 0;
  padding: 16px 14px;
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: scale(2);
  transform-origin: right top;
  mix-blend-mode: exclusion;
  cursor: pointer;
}
#menubar_hdr span {
  border-top: 1px solid #11fa00;
  display: block;
  transition: 0.3s;
}
#menubar {
  display: none;
}
.small-screen #menubar.display-block {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  padding: 90px 10vw;
}
/* --- 1590px以下で非表示 --- */
@media screen and (max-width: 1590px) {
  .footer_ikanne {
    display: none;
  }
}
/* --- 1591px以上での表示設定 --- */
@media screen and (min-width: 1591px) {
  .footer_ikanne {
    display: block;
    width: 100%;
    position: relative;
    height: 200px; /* 画像の高さに合わせて調整してください */
  }
  .footer_ikanne img {
    width: 450px;
    position: absolute;
    right: calc(11% + (100vw - 1753px) * 0.5);
    top: 0;
  }
}
/* footerのテキスト（コピーライト） */
footer {
  position: relative;
  width: 100%;
  padding-top: 50px; /* 画像とかぶらないよう調整 */
}
footer div {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: var(--primary-inverse-color);
}
@media screen and (max-width: 680px) {
  footer div {
    font-size: 12px;
  }
}