/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
}

/* 共通 */
.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

/* =====================
   レスポンシブ
===================== */
@media screen and (max-width: 900px) {
  body {
    transform: scale(0.7);
    transform-origin: top left;
    width: 142.86%;
  }
}

/* =====================
   フォント設定
===================== */

/* 見出し */
.heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900; /* Black */
  font-size: 36px;
  color: #FFFFFF;
}

/* リード文 */
.lead {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300; /* Light */
  font-size: 22px;
  line-height: 38px;
  color: #907C7C;
}

/* 飾り文字 */
.decor {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; /* Medium */
  font-size: 27px;
  line-height: 52px;
  color: #F48CA2;
}

/* =====================
   ヘッダー
===================== */
.header {
  background: #EED221;
  height: 65px;
  display: flex;
  align-items: center;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.logo {
  height: 53px;
  display: block;
}

.head-title {
  height: 29px;
  display: block;
}

/* =====================
   FV
===================== */
.fv {
  background: url("../images/01_bg.png") no-repeat center top / cover;
  height: 640px;
  display: flex;
  align-items: center;
}

.fv-inner {
  position: relative;
}

.fv-catch {
  display: block;
  margin: 0 auto 5px;
  height: 63px;
}

/* heroの基準箱 */
.fv-hero-wrap{
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.fv-hero {
  display: block;
  height: 526px;
}

/* バッジ */
.fv-badge-pc{
  position: absolute;
  width: 150px;
  height: 150px;
  left: 3%;
  top: 67%;
  z-index: 10;
  perspective: 1000px;
}

/* コイン本体 */
.coin{
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: coinSpin 7s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

/* 表裏共通 */
.coin-face{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* 画像 */
.coin-face img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

/* 表 */
.coin-front{
  transform: rotateY(0deg);
}

/* 裏 */
.coin-back{
  transform: rotateY(180deg);
}

/* 回転アニメーション */
@keyframes coinSpin {
  0% {
    transform: rotateY(0deg);
  }

  20% {
    transform: rotateY(360deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* =====================
   FVだけ微調整
   1000px～900px付近で切れないようにする
===================== */
@media screen and (max-width: 1060px) {
  .fv {
    height: auto;
    aspect-ratio: 1440 / 640;
    background: url("../images/01_bg.png") no-repeat center top / 100% 100%;
    display: block;
  }

  .fv-inner {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
  }

  .fv-catch {
    height: auto;
    width: 62%;
    margin: 0 auto;
  }

 .fv-hero-wrap{
    width: 66.5%;
  }
    
  .fv-hero {
    width: 100%;
    height: auto;
  }

/* コイン本体 */
.coin{
  width: 85%;
  height: 85%;
  margin: auto;
}
    
  .fv-badge-pc{
    width: 18%;
    height: auto;
    aspect-ratio: 1 / 1;
    left: 3%;
    top: 67%;
  }
}

/* =====================
   FV下
===================== */
.fv-bottom {
  background: #EED221;
  height: 90px;
  display: flex;
  align-items: center;
}

.fv-banner {
  display: block;
  margin: 0 auto;
  height: 59px;
}

/* =====================
   02_1
===================== */
.sec-02-1 {
  background: url("../images/02_bg.png") repeat-y center top;
  background-size: 100% auto;
}

.sec-02-1-inner {
  position: relative;
  height: 880px; /* 必要に応じて調整 */
}

/* ① 写真（右） */
.sec-02-1-photo {
  position: absolute;
  right: 0;
  top: 0;
  height: 660px;
  z-index: 1;
}

/* ② テキスト（左） */
.sec-02-1-textimg {
  position: absolute;
  left: 0;
  top: 200px;
  height: 669px;
  z-index: 2;
}

/* ③ 装飾（左上） */
.sec-02-1-deco {
  position: absolute;
  left: 0;
  top: 0;
  height: 233px;
  z-index: 3;
}

/* =====================
   02_2
===================== */
.sec-02-2 {
  background: url("../images/02_bg.png") repeat-y center top;
  background-size: 100% auto;
}

.sec-02-2-inner {
  text-align: center;
}

.sec-02-2-img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.sec-02-2-img1 {
  height: 143px;
}

.sec-02-2-img2 {
  height: 389px;
}

.sec-02-2-img3 {
  height: 221px;
}

.sec-02-2-img4 {
  height: 103px;
}

/* =====================
   02_3
===================== */
.sec-02-3 {
  background: url("../images/02_bg.png") repeat-y center top;
  background-size: 100% auto;
}

.sec-02-3-inner {
  text-align: center;
}

.sec-02-3-figure {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.sec-02-3-base {
  display: block;
  height: 764px;
  width: auto;
}

.sec-02-3-textbox {
  position: absolute;
  width: 250px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #907C7C;
  text-align: left;
}

/* 縦位置はCSSで固定 */
.textbox-01 {
  top: 162px;
}

.textbox-02 {
  top: 258px;
}

.textbox-03 {
  top: 390px;
}

/* =====================
   02_4
===================== */
.sec-02-4 {
  background: url("../images/02_bg.png") repeat-y center top;
  background-size: 100% auto;
}

.sec-02-4-inner {
  text-align: center;
}

.sec-02-4-img {
  display: block;
  margin: 0 auto;
  height: 97px;
  width: auto;
}
/* =====================
   ko_top
===================== */
.ko-top {
  background: url("../images/ko_top.png") no-repeat center top / cover;
  height: 178px;
  display: flex;
  align-items: center;
}

.ko-top-inner {
  text-align: center;
}

.ko-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #FFFFFF;
}

/* =====================
   ko-main
===================== */
.ko-main {
  background: #F58AA0;
  margin-top: -1px;
}

/* 白カード */
.ko-card {
  background: #ffffff;
  border-radius: 36px;
  width: 720px;
  padding: 40px 40px;
}

/* タイトル */
.ko-title {
  display: block;
  margin: 0 auto;
  height: 117px;
}

/* 横並び */
.ko-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* 左画像 */
.ko-photo {
  height: 317px;
}

/* 右テキスト */
.ko-profile {
  width: 290px;
}

.ko-profile-item {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  text-align: left;
  margin-bottom: 6px;
  color: #907C7C;
}

/* テキスト箱03 */
.ko-textbox {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 46px;
  color: #907C7C;
}

/* 下画像 */
.ko-bottom-img {
  display: block;
  margin: 0 auto;
  height: 236px;
}

/* =====================
   04 共通
===================== */
.sec-04-1,
.sec-04-2,
.sec-04-3 {
  background: url("../images/04_bg.png") repeat-y center top;
  background-size: 100% auto;
}

.text-box-04 {
  width: 600px;
  margin: 0 auto;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 56px;
  text-align: center;
  color: #907C7C;
}

/* =====================
   04_1
===================== */
.sec-04-1-inner {
  text-align: center;
}

.sec-04-1-img1,
.sec-04-1-img2,
.sec-04-1-img3 {
  display: block;
  margin: 0 auto;
  width: auto;
}

/* 1000～900px帯で大きさ可変 */
.sec-04-1-img1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1060px; /* この値で調整 */
  height: auto;
}

.sec-04-1-img2 {
  height: 400px;
}

.sec-04-1-img3 {
  height: 54px;
}

/* =====================
   04_2
===================== */
.sec-04-2-inner {
  width: 100%;
}

.sec-04-2-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-box-04-2 {
  width: 480px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-right: -140px;
}

.sec-04-2-img {
  display: block;
  height: 500px;
  width: auto;
  position: relative;
  z-index: 1;
}

/* =====================
   04_3
===================== */
.sec-04-3-inner {
  text-align: center;
}

.sec-04-3-img {
  display: block;
  margin: 0 auto;
  height: 500px;
  width: auto;
}

/* =====================
   04_4
===================== */
.sec-04-4 {
  background: url("../images/04_bg.png") repeat-y center top;
  background-size: 100% auto;
}

.sec-04-4-inner {
  position: relative;
}

.sec-04-4-base {
  position: relative;
  width: min(100%, 1080px);
  margin: 0 auto;
}

.base-img {
  display: block;
  width: 100%;
  height: auto;
}

/* 吹き出し */
.fuki {
  position: absolute;
  height: auto;
  z-index: 2;
}

@media screen and (max-width: 1060px) {
  .sec-04-4-base {
    width: 90%;
  }

  .base-img {
    width: 100%;
    height: auto;
  }
}

/* =====================
   アニメーション
===================== */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.2s ease;
}

/* 表示時 */
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* =====================
   06 border
===================== */
.sec-06-border {
  background: url("../images/border_1.png") repeat-x center top;
  height: 35px;
}

/* =====================
   06 全体背景
===================== */
.sec-06 {
  background: #FFF8D6;
}

.sec-06-inner {
  text-align: center;
}

.sec-06-topimg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1056px;
  height: auto;
}

/* =====================
   枠 上
===================== */
.sec--061 {
  margin: 0 auto;
  background: url("../images/06_1.png") no-repeat center top;
  height: 203px;
}

.sec--062 {
  margin: 0 auto;
  background: url("../images/06_2.png") no-repeat center top;
  height: 220px;
}

.sec--063 {
  margin: 0 auto;
  background: url("../images/06_3.png") no-repeat center top;
  height: 208px;
}
/* =====================
   枠 中
===================== */
.sec-bg06 {
  width: 690px;
  margin: 0px auto 0;
  background: url("../images/06_wrap.png") repeat-y center top;
}

/* =====================
   枠 下
===================== */
.sec--065 {
  width: 690px;
  height: 60px;
  margin: 0 auto;
  background: url("../images/06_w-under.png") no-repeat center top;
}

/* =====================
   テキスト
===================== */
.heading-text-02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}

.heading-text-03 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 27px;
  color: #907C7C;
  text-align: center;
}

.text-box-05 {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
  color: #907C7C;
  text-align: left;
}

/* =====================
   ka_top
===================== */
.sec-ka-top {
  background: url("../images/ka_top.png") no-repeat center top / cover;
  height: 220px;
}

/* =====================
   白背景-1
===================== */
.sec-white-1 {
  background: #FFFFFF;
}

.text-box-07 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  font-size: 28px;
  line-height: 54px;
  color: #F48CA2;
  width: 640px;
  margin: 0 auto;
}

/* =====================
   ka_2
===================== */
.sec-ka-2 {
  background: url("../images/ka_2.png") no-repeat center top;
  height: 260px;
}

.sec-ka-priceimg {
  display: block;
  margin: 0 auto;
  height: 199px;
}

/* =====================
   ka_3
===================== */
.sec-ka-3 {
  background: url("../images/ka_3.png") no-repeat center top;
  height: 450px;
}

/* =====================
   ka_4
===================== */
.sec-ka-4 {
  background: url("../images/ka_4.png") no-repeat center top;
  height: 290px;
}

.sec-ka-4 .container {
  text-align: center;
}

/* =====================
   白背景-2
===================== */
.sec-white-2 {
  background: #FFFFFF;
}

.sec-white-2-img1,
.sec-white-2-img2,
.sec-white-2-img3 {
  display: block;
  margin: 0 auto;
}

.sec-white-2-img1 {
  height: 47px;
}

.sec-white-2-img2 {
  height: 410px;
}

.sec-white-2-img3 {
  height: 145px;
}

/* =====================
   08_4
===================== */
.sec-08-4 {
  background: url("../images/08_4.png") no-repeat center top / cover;
  height: 500px;
}

/* =====================
   09
===================== */
.sec-09 {
  background: #FFF8D6;
}

.sec-09-inner {
  text-align: center;
}

.sec-09-topimg {
  display: block;
  margin: 0 auto;
  height: 60px;
}

/* 見出しテキスト04 */
.heading-text-04 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 47px;
  color: #907C7C;
  text-align: center;
}

/* 見出しテキスト05 */
.heading-text-05 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
}

/* テキスト箱06 */
.text-box-06 {
  width: 200px;
  font-family: 'Kaisei Opti', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #907C7C;
  text-align: left;
}

/* =====================
   voice border
===================== */
.sec-voice-border {
  background: url("../images/border_3.png") repeat-x center top;
  height: 28px;
}

/* =====================
   voice main
===================== */
.sec-voice {
  background: url("../images/11_bg.png") repeat-y center top;
  background-size: 100% auto;
}

.sec-voice-inner {
  text-align: center;
}

.sec-voice-topimg {
  display: block;
  margin: 0 auto;
  height: 82px;
}

/* 上3枚 */
.voice-top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.voice-top-card {
  display: block;
}

.voice-top-card.card-02 {
  height: 291px;
}

.voice-top-card.card-03 {
  height: 290px;
}

.voice-top-card.card-04 {
  height: 286px;
}

/* ライトブラウン枠 */
.voice-frame {
  background: #E9E0D3;
  width: 1050px;        /* ←全体幅調整 */
  margin: 0 auto;
}

/* 中のカード並び */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;                 /* ←カード間の隙間決める */
  justify-items: center;
  width: 100%;
  padding: 0 30px;           /* ←これで左右余白を作る */
}

.voice-grid-card {
  display: block;
}

.voice-grid-card.card-05 {
  height: 436px;
}

.voice-grid-card.card-06 {
  height: 436px;
}

.voice-grid-card.card-07 {
  height: 508px;
  grid-column: 1 / -1;
}

/* 画像の基準箱 */
.voice-wrap{
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

/* 下の大きい画像 */
.voice-message {
  display: block;
  margin: 0 auto;
  height: 677px;
}

/* 吹き出し */
.voice-badge-pc{
  position: absolute;
  width: 277px;
  height: 167px;
  left: 350px;
  top: 630px;
  z-index: 10;
  transform-origin: left top;
  animation: poyonScale 7s ease-in-out infinite;
}

/* ぽよんアニメ */
@keyframes poyonScale {
  0%, 80%, 100% {
    transform: scale(1);
  }

  85% {
    transform: scale(1.10);
  }

  90% {
    transform: scale(0.97);
  }

  95% {
    transform: scale(1.03);
  }
}

/* 最後の飾り */
.voice-bottom-deco {
  display: block;
  height: 66px;
}

/* 1000px未満で1列 */
@media screen and (max-width: 999px) {
  .voice-frame {
    width: 560px;
  }

  .voice-grid {
    grid-template-columns: 1fr;
  }

  .voice-grid-card.card-07 {
    grid-column: auto;
  }
}

/* =====================
   vo_2
===================== */
.sec-vo-2 {
  background: url("../images/vo_2.png") no-repeat center top;
  height: 450px;
}

/* =====================
   白背景-3
===================== */
.sec-white-3 {
  background: #FFFFFF;
}

/* テキスト箱07（今回の色違い版） */
.text-box-07-green-big {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  width: 640px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 56px;
  color: #3ED6B8;
}

.text-box-07-green {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  width: 640px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 56px;
  color: #3ED6B8;
}

/* =====================
   LINE誘導セクション
===================== */
.sec-line-border {
  background: url("../images/line_border.png") repeat-x center top;
  height: 40px;
}

.sec-line-pc {
  background: #ffffdc;
}

.line-pc-inner {
  text-align: center;
}

.line-pc-head {
  display: block;
  width: 553px;
  height: 93px;
  margin: 0 auto;
}

.line-pc-02 {
  display: block;
  width: 524px;
  height: 42px;
  margin: 0 auto;
}

.line-pc-qr {
  display: block;
  width: 241px;
  height: 241px;
  margin: 0 auto;
}

.line-pc-text {
  width: 800px;
  margin: 0 auto;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 38px;
  color: #907C7C;
  text-align: center;
}

.line-pc-btn-wrap {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.line-pc-btn {
  display: block;
  width: 410px;
  height: 125px;
  transition: opacity 0.3s ease;
}

.line-pc-btn-on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.line-pc-btn-wrap:hover .line-pc-btn-on {
  opacity: 1;
}

.line-pc-btn-wrap:hover .line-pc-btn-off {
  opacity: 0;
}

/* =====================
   13_1
===================== */
.sec-13-1 {
  background: url("../images/13_1.png") no-repeat center top;
  height: 680px;
}

.text-08 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  color: #6B7783;
}

/* =====================
   13_2
===================== */
.sec-13-2 {
  background: url("../images/13_2.png") no-repeat center top;
  height: 489px;
}

/* =====================
   13_3
===================== */
.sec-13-3 {
  background: url("../images/13_3.png") no-repeat center top;
  height: 486px;
}

/* テキスト箱09-1 */
.text-box-09-1 {
  font-family: 'Kaisei Opti', serif;
  font-weight: 400;
  text-align: center;
  color: #6B7783;
}

/* テキスト箱09-2 */
.text-box-09-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  text-align: left;
  color: #6B7783;
}

/* =====================
   13_4
===================== */
.sec-13-4 {
  background: url("../images/13_4.png") no-repeat center top;
  height: 384px;
}

/* =====================
   13_5
===================== */
.sec-13-5 {
  background: url("../images/13_5.png") no-repeat center top;
  height: 260px;
}

/* =====================
   13_6
===================== */
.sec-13-6 {
  background: url("../images/13_6.png") no-repeat center top;
  height: 337px;
}

/* =====================
   13_7
===================== */
.sec-13-7 {
  background: url("../images/13_7.png") no-repeat center top;
  height: 403px;
}

/* =====================
   13_8
===================== */
.sec-13-8 {
  background: url("../images/13_8.png") no-repeat center top;
  height: 386px;
}

/* テキスト箱10 */
.text-box-10 {
  width: 280px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  color: #6B7783;
  text-align: left;
}

/* =====================
   1px隙間対策
===================== */
.sec-13-1,
.sec-13-2,
.sec-13-3,
.sec-13-4,
.sec-13-5,
.sec-13-6,
.sec-13-7,
.sec-13-8 {
  margin-top: -1px;
}

/* =====================
   背景色 03-3
===================== */
.sec-bg-03-3 {
  background: #FFF8D6;
}

/* =====================
   フッター
===================== */
.footer {
  background: #E9E3D8;
  height: 100px;
}

.footer-inner {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 300;
  color: #907C7C;
  text-align: center;
}

.footer-link {
  font-size: 15px;
  line-height: 28px;
  color: #907C7C;
  text-decoration: underline;
}

.footer-copy {
  font-size: 13px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-sep {
  font-size: 14px;
  color: #907C7C;
}

.footer-link:hover {
  opacity: 0.7;
}

/* =====================
   CTA
===================== */

.cta-text {
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  font-size: 23px;
  color: #EF5E60;
  text-align: center;
}

.cta-btn-wrap {
  position: relative;
  display: inline-block; 
  margin: 0 auto;
  overflow: hidden; /* ←キランはみ出しを軽減 */
}

.cta-btn {
  display: block;
  height: 119px;
  transition: opacity 0.3s ease;
}

/* hoverで画像差し替え風 */
.cta-btn-wrap .cta-btn-on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.cta-btn-wrap:hover .cta-btn-on {
  opacity: 1;
}

.cta-btn-wrap:hover .cta-btn-off {
  opacity: 0;
}

/* キラン */
.cta-btn-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 17%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.75) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  animation: ctaShine 2.4s infinite;
  pointer-events: none;
}

@keyframes ctaShine {
  0% {
    left: -30%;
  }
  60% {
    left: 115%;
  }
  100% {
    left: 115%;
  }
}