@charset "utf-8";/* ←これは文字コード */
.kaisei-opti-regular {
  font-family: "Kaisei Opti", serif;
  font-weight: 400;
  font-style: normal;
}

.kaisei-opti-medium {
  font-family: "Kaisei Opti", serif;
  font-weight: 500;
  font-style: normal;
}

.kaisei-opti-bold {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.yusei-magic-regular {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*基本設定★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 画面に隙間ができないようにするおまじない----------------- */
html, body { 
  margin: 0px;
  padding: 0px;
 }

/* サイト全体に係わる設定----------------- */
body {
    font-family: "筑紫A丸ゴシック"; /* フォントの指定 */
    font-size: 1em; /* フォントサイズの指定 */
    line-height:1.8em; /* 行間の指定 */
    background-color: #01354a; /* 背景色の指定 */
    background-image: url(../back.png); /* 外側背景に表示させている画像 */
}

a{
    text-decoration: none; /* リンクの文字に下線を表示させない */
    color: #ffffff; /* リンクの文字には白色 */
}



/*コンテンツ内の細々した設定★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 中央のコンテンツ表示部分の設定 ----------------------------*/
#container{ 
   margin: 0 auto;
    width: 100%;
    max-width: 390px;              /* iPhone12Proの実際の画面幅 */
    height: 844px;                 /* iPhone12Proの実際の画面高さ */
    text-align: center;
    background-image: url("syouhinari.jpg");
    background-size: contain;      /* ←画像全体を表示（切れない） */
    background-repeat: no-repeat;  /* ←繰り返し防止 */
    background-position: center center; /* ←中央配置 */
    background-attachment: scroll; /* ←スクロール時に動く */
    background-color: #6dbbbe;     /* ←余白ができたときの背景色 */

}


html, body {
   height: 100%;        /* 高さを明示 */
   overflow-y: auto;    /* ←縦スクロールON */
}

#container {
   min-height: 100vh;   /* 画面全体分の高さを確保 */
   overflow-y: auto;    /* コンテンツが長ければスクロールできる */
   overflow-x: hidden;
   position: relative;   /* ←これが重要 */
}

/* ぎざぎざ楕円 */
.burst-oval {
  position: absolute;
  top: -25px;
  left: -57px;

  width: 500px;   /* PNGの見た目に合わせて調整 */
  height: auto;

}

/* 文字（上） */
.burst-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);

  margin: 0;
  text-align: center;

  font-size: 48px;
  letter-spacing: 0.08em;
  font-family: "Yusei Magic", sans-serif;
  font-weight: bold;
  color: #000000;

  z-index: 2;
  pointer-events: none; /* 装飾なのでクリック不可 */
}

.burst-text2 {
  position: absolute;
  top: 16.5%;
  left: 50%;
  transform: translate(-50%, -50%);

  margin: 0;
  text-align: center;

  font-size: 58px;
  letter-spacing: 0.08em;
  font-family: "Yusei Magic", sans-serif;
  font-weight: bold;
  color: #000000;

  z-index: 2;
  pointer-events: none; /* 装飾なのでクリック不可 */
}

.burst-text3 {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);

  margin: 0;
  text-align: center;

  font-size: 68px;
  letter-spacing: 0.08em;
  font-family: "Yusei Magic", sans-serif;
  font-weight: bold;
  color: #000000;

  z-index: 2;
  pointer-events: none; /* 装飾なのでクリック不可 */
}

/* ハンバーガーボタン全体 */
.hamburger-btn {
  position: absolute;        /* 画面左上に固定 */
  top: 16px;
  left: 16px;
  width: 44px;            /* 正方形 */
  height: 44px;
  background-color: #3ECCFF; /* 四角形の背景 */
  border: 2px solid #01354a;  /* ← 枠線を追加 */
  padding: 0;
  cursor: pointer;
  z-index: 1000;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 三本線 */
.hamburger-btn span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #01354a; /* 線の色 */
  margin: 3px 0;
}

.kyattikopi-wrap {
  text-align: center;
}

.kyattikopi-image {
  width: 340px;      /* 調整 */
  margin-bottom: 0px;
  margin-top: 350px; /* 画像と文字の間隔 */
}

.kyattikopi {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%)skewY(-12deg) rotate(12deg);
  white-space: nowrap; /* ←強制1行 */

  margin: 0;
  text-align: center;
  line-height: 1;
  font-size: 28px;
  
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000000;

  z-index: 2;
  pointer-events: none; /* 装飾なのでクリック不可 */
}

.taitoru-en {
  position: absolute;
  top: 111%;
  left: 50%;
  transform: translate(-50%, -50%)skewY(-12deg) rotate(12deg);

  margin: 0;
  text-align: center;
  line-height: 0.9;
  letter-spacing: 0.04em;
  font-size: 78px;
  
  font-family: "Yusei Magic", sans-serif;
  font-weight: bold;
  color: #000000;

  z-index: 2;
  pointer-events: none; /* 装飾なのでクリック不可 */
}

/* 全体の並び */
.giza-list {
  display: flex;
  flex-wrap: wrap;              /* 折り返す */
  justify-content: space-around;
  gap: 15px;
  margin-top: 250px;

  padding: 40px 20px;
}

/* 1個ずつのギザ */
.giza-item {
  position: relative;           /* ←文字重ねの基準 */
  width: 165px;                 /* ギザのサイズ */
  height: 165px;
}

/* ギザギザ画像 */
.giza-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 中央の文字 */
.giza-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
  line-height: 1.3;

  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000;
}

/* 全体の帯 */
.section-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 重ねる基準 */
.title-wrap {
  position: relative;   /* ←ここ重要 */
  flex: 1;
  text-align: center;
}

/* 上に重ねる ka-ten */
.title-deco {
  position: absolute;
  top: 200px;           /* ←文字より上 */
  left: 50%;
  transform: translateX(-50%);

  width: 180px;         /* サイズ調整 */
  height: auto;

  z-index: 2;
  pointer-events: none;
}

/* 文字 */
.section-title {
  margin: 0;

  font-size: 23px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000;

  position: absolute;
  top: 225px;          
  left: 38%;
  z-index: 1;
}

/* ふきだしわん */
.hukidasione-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 重ねる基準 */
.hukidasione-wrap {
  position: relative;   /* ←ここ重要 */
  flex: 1;
  text-align: center;
}

/* 上に重ねる hukidasi */
.hukidasione-deco {
  position: absolute;
  top: 320px;           /* ←文字より上 */
  left: 50%;
  transform: translateX(-50%);

  width: 350px;         /* サイズ調整 */
  height: auto;

  z-index: 1;
  pointer-events: none;
}

/* 文字 */
.hukidasione-title {
  margin: 0;

  font-size: 17px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000;

  position: absolute;
  text-align:left;
  top: 335px;          
  left: 18%;
  z-index: 2;
}

/* ふきだしつー */
.hukidasitwo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 重ねる基準 */
.hukidasitwo-wrap {
  position: relative;   /* ←ここ重要 */
  flex: 1;
  text-align: center;
}

/* 上に重ねる hukidasi */
.hukidasitwo-deco {
  position: absolute;
  top: 430px;           /* ←文字より上 */
  left: 50%;
  transform: translateX(-50%);

  width: 350px;         /* サイズ調整 */
  height: auto;

  z-index: 1;
  pointer-events: none;
}

/* 文字 */
.hukidasitwo-title {
  margin: 0;

  font-size: 17px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000;

  position: absolute;
  text-align:left;
  top: 445px;          
  left: 13%;
  z-index: 2;
}

/* ふきだしすり */
.hukidasithr-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 重ねる基準 */
.hukidasithr-wrap {
  position: relative;   /* ←ここ重要 */
  flex: 1;
  text-align: center;
}

/* 上に重ねる hukidasi */
.hukidasithr-deco {
  position: absolute;
  top: 540px;           /* ←文字より上 */
  left: 50%;
  transform: translateX(-50%);

  width: 350px;         /* サイズ調整 */
  height: auto;

  z-index: 1;
  pointer-events: none;
}

/* 文字 */
.hukidasithr-title {
  margin: 0;

  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000;

  position: absolute;
  text-align:left;
  top: 555px;          
  left: 18%;
  z-index: 2;
}

/* ふきだしふぉ */
.hukidasifo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 重ねる基準 */
.hukidasifo-wrap {
  position: relative;   /* ←ここ重要 */
  flex: 1;
  text-align: center;
}

/* 上に重ねる hukidasi */
.hukidasifo-deco {
  position: absolute;
  top: 650px;           /* ←文字より上 */
  left: 50%;
  transform: translateX(-50%);

  width: 350px;         /* サイズ調整 */
  height: auto;

  z-index: 1;
  pointer-events: none;
}

/* 文字 */
.hukidasifo-title {
  margin: 0;

  font-size: 27px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000;

  position: absolute;
  text-align:left;
  top: 680px;          
  left: 27%;
  z-index: 2;
}

.syaki {
  position: absolute;
  top: 295%;
  left: 50%;
  transform: translate(-50%, -50%)skewY(-12deg) rotate(12deg);
  white-space: nowrap;

  margin: 0;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-size: 58px;
  
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000000;

  z-index: 2;
  pointer-events: none; /* 装飾なのでクリック不可 */
}

/* 商品 */
.syouhin {
  position: absolute;
  top: 2570px;
  left: 3px;

  width: 380px;   /* PNGの見た目に合わせて調整 */
  height: auto;

}

.setumei {
  position: absolute;
  top: 355%;
  left: 50%;
  transform: translate(-50%, -50%)skewY(-12deg) rotate(12deg);
  white-space: nowrap;

  margin: 0;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 35px;
  
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000000;

  z-index: 2;
  pointer-events: none; /* 装飾なのでクリック不可 */
}

.setumeitwo {
  position: absolute;
  text-align:left;
  top: 368%;
  left: 50%;
  transform: translate(-50%, -50%)skewY(-12deg) rotate(12deg);
  white-space: nowrap;

  margin: 0;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 19px;
  
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000000;

  z-index: 2;
  pointer-events: none; /* 装飾なのでクリック不可 */
}

.modoru {
  position: absolute;
  text-align:left;
  top: 408%;
  left: 50%;
  transform: translate(-50%, -50%)skewY(-12deg) rotate(12deg);
  white-space: nowrap;

  margin: 0;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 22px;
  
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000000;

  z-index: 2;
  pointer-events: none; /* 装飾なのでクリック不可 */
}


.footer-box {
  position: relative;      /* ←文字を重ねる基準 */
  width: 100%;
  height: 80px;            /* フッター高さ */
  background-color: #000000; /* 四角形の色 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1900px;
}

/* フッター文字 */
.footer-text {
  margin: 0;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
  z-index: 1;
}