body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}



.hero {
  width: 100%;
  background-color: #F8680E;
  /* 好きな色 */

}

.hero .girl {
  padding-top: 77px;
  padding-left: 81px;
  padding-right: 81px
}

.intro {
  width: 100%;

  background-color: #FDC417;
}


.moyamoya-box {
  background-image: url("moya1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  padding: 68px 76px;
  text-align: center;
  margin-top: 69px;


  font-size: 24px;
  font-weight: bold;
  color: #E35700;

   opacity: 0;
  animation: smoke-fade-in 1.8s ease-out forwards;
}

@keyframes smoke-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    filter: blur(6px);
  }

  60% {
    opacity: 0.7;
    transform: translateY(-4px) scale(1.02);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.nomal-text {
  writing-mode: vertical-rl;
  /* 縦書き、右から左 */
  text-orientation: upright;
  /* 文字を立てて表示 */

  align-items: center;
  /* 縦方向中央 */
  font-size: 20px;
  font-weight: bold;
  color: #87421F;
  padding: 40px 20px;
  margin: 0 auto;
}

.komenai {
  display: block;
  margin-left: 32px;
  margin-bottom: 23px;
  margin-top: 3px;
}

.underline-box {
  width: 200px;
  /* 四角の幅 */
  height: 36px;
  /* 四角の高さ */
  background-color: #FFF1DC;
  /* 四角の色 */

  font-size: 16px;
  font-weight: bold;
  color: #7F391F;

  margin-left: 39px;

  display: flex;
  /* 文字を中央に配置 */
  justify-content: center;
  /* 横中央 */
  align-items: center;
  /* 縦中央 */

  text-align: center;
  /* 複数行文字も中央揃え */
  box-sizing: border-box;
  /* 幅と高さにpadding含めてもOK */
}


.unyo1-box {
  background-image: url("unyo1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  padding: 55px 63px;
  text-align: center;
  margin-top: 54px;
  margin-bottom: 53px;


  font-size: 24px;
  font-weight: 700;
  color: #FFF1DC;
}

.panaru {
  display: block;
  margin-left: 32px;
  margin-bottom: 23px;
}


.underline-box2 {
  width: 200px;
  /* 四角の幅 */
  height: 36px;
  /* 四角の高さ */
  background-color: #FFF1DC;
  /* 四角の色 */

  font-size: 16px;
  font-weight: bold;
  color: #7F391F;

  margin-left: 156px;

  display: flex;
  /* 文字を中央に配置 */
  justify-content: center;
  /* 横中央 */
  align-items: center;
  /* 縦中央 */

  text-align: center;
  /* 複数行文字も中央揃え */
  box-sizing: border-box;
  /* 幅と高さにpadding含めてもOK */
}

.toge1-box {
  background-image: url("toge1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  padding: 75px 83px;
  text-align: center;
  margin-top: 54px;


  font-size: 24px;
  font-weight: 700;
  color: #FFF1DC;
}

.setumei {
  margin: 0px;
  padding: 0px;
  ;
  width: 100%;
  background-color: #F8680E;
  /* 好きな色 */

}

.setsumeiunderimg {
  height: 44px;
  margin: 0px;
  padding: 0px;
  ;
}


.title-box {
  background-image: url("nutteyaitara.png");
  background-repeat: no-repeat;
  background-size: contain;

  height: 197px;
  padding: 0 40px;

  display: flex;
  align-items: flex-end;

  font-size: 24px;
  font-weight: 700;
  color: #AD5C3F;
}

.title-text {
  padding-bottom: 3px;
  /* ← 微調整だけここで */
}

.title-box1 {
  margin: 0px;
  width: 88px;
  /* 四角の幅 */
  height: 36px;
  /* 四角の高さ */
  display: inline-flex;
  /* ← ここがポイント */
  align-items: center;
  justify-content: center;
  background-color: #FFF1DC;
  /* 四角の色 */
}

.title-box2 {
  margin-top: 7px;
  margin-bottom: 0px;
  width: 300px;
  /* 四角の幅 */
  height: 36px;
  display: inline-flex;
  /* ← ここがポイント */
  align-items: center;
  justify-content: center;
  background-color: #FFF1DC;
  background-color: #FFF1DC;
  /* 四角の色 */
}

.toosuto {
  margin-bottom: 50px;
}


.pan-box {
  background-image: url("toge2.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;

  margin-top: 4px;
  padding-top: 30px;
  text-align: center;

}

.curry-1 {
  position: absolute;
  left: 0;
  bottom: 0;
   animation: curry-step 2s steps(1) infinite;
}

.curry-2 {
  position: absolute;
  right: 0;
 animation: curry-step 2s steps(1) infinite;
}

@keyframes curry-step {
  0%, 20% {
    transform: rotate(-8deg);
  }
  40%, 60% {
    transform: rotate(8deg);
  }
  80%, 100% {
    transform: rotate(0);
  }
}

.okao-1 {
  padding-left: 259px;
}

.nutte {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.nutte-text {
  padding-left: 74px;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 800;
  color: #FFECCD;
}

.okao-2 {
  padding-left: 36px;
}

.yaite-text {
  padding-left: 74px;
  margin-bottom: 12px;
  margin-top: 14px;
  font-size: 32px;
  font-weight: 800;
  color: #FFECCD;
}

.yaite {
  display: block;
  margin: 0 auto;
  margin-bottom: 45px;
}

.kansei-text {
  padding-left: 74px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 800;
  color: #FFECCD;
}

.kansei {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.last {
  width: 100%;

  padding-top: 50px;
  padding-bottom: 45px;

  background-color: #FFE3A8;

}

/*.hukidasi-box{
  background-image: url("hukidasi.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
 
margin-top: 4px;
    padding-top: 30px;
  text-align: center;
å
}
  */

.hukidasi-box {
  width: 100%;
  height: 100px;
  background-image: url("hukidasi.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;

  font-size: 20px;
  font-weight: 700;
  color: #7F391F;

}

.mouichimai {
  display: block;
  margin: 0 auto;
  margin-bottom: 45px;
}

.kemuri-box {
  background-image: url("moya2.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;

  padding: 55px 63px;
  text-align: center;
  margin: auto;

  font-size: 17.5px;
  font-weight: 700;
  color: #AD5C3F;
}

.syoukai {
  width: 100%;
  background-color: #4B51A4;
}

.name-box {
  width: 100%;
  height: 140px;
  background-image: url("nutteyaitara2.png");
  background-repeat: no-repeat;
  background-size: contain;

  display: flex;
  align-items: flex-end;

  font-size: 20px;
  font-weight: 700;
  color: #F8680E;
}

.name-box1 {
  margin: 0px;
  width: 80px;
  /* 四角の幅 */
  height: 36px;
  /* 四角の高さ */
  display: inline-flex;
  /* ← ここがポイント */
  align-items: center;
  justify-content: center;
  background-color: #FFF1DC;
  /* 四角の色 */
  margin-left: 40px;
}

.name-box2 {
  margin-top: 7px;
  margin-bottom: 0px;
  width: 235px;
  /* 四角の幅 */
  height: 36px;
  display: inline-flex;
  /* ← ここがポイント */
  align-items: center;
  justify-content: center;
  background-color: #FFF1DC;
  background-color: #FFF1DC;
  /* 四角の色 */
  margin-left: 40px;
}

.syoukai-img {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.name-text-2 {
  display: flex;
  justify-content: center;
  gap: 40px;
margin-top: 19px;

}

.name-text-2 p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #FFECCD;
}

.scroll-wrap {
  width: 100%;
  overflow: hidden; /* はみ出しを隠す */
  background-color: #4B51A4;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: loop 20s linear infinite;
}

.scroll-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content; /* 中身の幅分だけ広がる */

}

.item {
  font-size: clamp(70px, 13vw, 100px);
  font-weight: 700;
  color: #FDC417;
  padding: 16px 0; 
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.pan {
  height: 68px;   /* ← 高さ基準がおすすめ */
  width: auto;    /* ← 縦横比を保つ */
}

.panpan{
  height: 68px;   /* ← 高さ基準がおすすめ */
  width: auto;    /* ← 縦横比を保つ */
}

.item {
  white-space: nowrap; /* 文字の折り返し防止 */
}

.sns-icon {
  display: flex;
  justify-content: center;   /* 全体を中央に */
  align-items: center;
  gap: 30px;                 /* アイコン同士の間隔 */
  background-color: #4B51A4;
  padding: 30px 0; 
}
