@charset "UTF-8";
@media (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-show {
    display: none !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  body {
    filter: brightness(1.02) saturate(1.2);
  }
}

button {
  appearance: none;
  /* ブラウザ独自のスタイル（立体感など）を解除 */
  background: transparent;
  /* 背景色を透明に */
  border: none;
  /* 枠線を消去 */
  padding: 0;
  /* 内側の余白をゼロに */
  margin: 0;
  /* 外側の余白をゼロに */
  outline: none;
  /* クリック時の青い枠などを制御（※注） */
  font: inherit;
  /* フォント関連を親要素から継承 */
  color: inherit;
  /* 文字色を親要素から継承 */
  cursor: pointer;
  /* ボタンだと分かるように指マークにするのが一般的 */
  text-align: inherit;
  /* テキストの揃えを継承 */
}

img {
  width: 100%;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: calc(100% + 100px) center;
  background-attachment: fixed;
  /* 念のため追加：スクロールしても背景画像を固定 */
  z-index: 1;
  animation: bg-slider 20s infinite;
}

.pc_logo_set {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  /* 最前面 */
  pointer-events: none;
}
.pc_logo_set .pc_logo01 {
  position: absolute;
  top: 5vh;
  right: 1%;
  width: auto;
  height: 91vh;
}
.pc_logo_set .pc_logo01 img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.pc_logo_set .pc_logo02 {
  position: absolute;
  bottom: 5%;
  left: calc(10px + 35vw + 20px);
  width: 12%;
  min-width: 100px;
}

/* 3. 固定装飾(mm)：底に固定 */
.pc_mm {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 70vw;
  z-index: 2;
  pointer-events: none;
}
.pc_mm img {
  width: 100%;
  display: block;
}

.wrap {
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .wrap {
    position: relative;
    z-index: 5;
    width: 35vw;
    top: 0;
    left: 0;
    height: auto;
    filter: brightness(1.02) saturate(1.2);
  }
}

.btns {
  width: 86.3%;
  margin: 0% 0% 0% 6.8%;
  padding: 0% 0% 0% 0%;
}

.kv {
  position: relative;
  padding: 0 0 2.1%;
  background: #f9c1c3;
}
.kv .logo_pc {
  width: 97.2%;
  margin: 0 0 0 1.6%;
  padding: 4% 0 0 0;
}
.kv .kv_pc {
  width: 97.7%;
  margin: -6.1% 0 7.6% 0.2%;
  padding: 4% 0 0 0;
}
.kv .kv_prd {
  width: 100%;
  margin: -12.9% 0% 1.2% 0%;
}
.kv .kv_text01 {
  width: 66%;
  margin: 0% 0% 4% 17%;
}
.kv .kv_text02 {
  width: 50.6%;
  margin: 0% 0% 5.8% 24.6%;
}
.kv .btns.btns01 {
  margin-bottom: 16.7%;
}
.kv .kv_img01 {
  width: 90.3%;
  margin: 0% 0% 4.5% 4.5%;
}
.kv .kv_text03 {
  width: 77%;
  margin: 0% 0% 4.5% 13.1%;
}
.kv .kv_text04 {
  width: 62%;
  margin: 0% 0% 11.6% 19.5%;
}
.kv .kv_text05 {
  width: 4.43%;
  margin: 0% 0% 0% 2.5%;
  position: absolute;
}
.kv .kv_img02 {
  width: 75%;
  margin: -3.3% 0% 7.2% 12.7%;
}
.kv .kv_img03 {
  width: 64.6%;
  margin: -14.6% 0% 0% 0%;
}
.kv .kv_img04 {
  width: 59.9%;
  margin: -91% 0% 0% 38.4%;
}
.kv .kv_img05 {
  width: 70.7%;
  margin: -20.4% 0% 0% 29.5%;
}
.kv .kv_img06 {
  width: 59%;
  margin: -70.4% 0% 10.8% 6.7%;
}
.kv .kv_btn_head {
  width: 78.6%;
  margin: 0% 0% 2.8% 10.6%;
}
.kv .btns.btns02 {
  margin-bottom: 0;
}

.sec01 {
  position: relative;
  padding: 21.4% 0 12%;
  background-image: url(../img/webp/sec01_bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.sec01 .sec01_title01 {
  width: 63.5%;
  margin: 0% 0% 7.6% 14.1%;
}
.sec01 .sec01_list01 {
  width: 70.2%;
  margin: 0% 0% 5.2% 13.7%;
}
.sec01 .sec01_img01 {
  width: 80.5%;
  margin: 0% 0% 5.6% 12.4%;
}
.sec01 .sec01_title02 {
  width: 81.9%;
  margin: 0% 0% 1% 13.9%;
}
.sec01 .sec01_list02 {
  width: 73.3%;
  margin: 0% 0% 3.4% 13.5%;
}
.sec01 .prd_box ul {
  display: flex;
  flex-wrap: wrap;
  width: 81.3%;
  margin: 0% 0% 28.3% 13.5%;
}
.sec01 .prd_box ul li {
  width: 50%;
}
.sec01 .prd_box ul li .sec01_img02 {
  width: 100.4%;
  margin: 11% 0% 3.2% -0.3%;
}
.sec01 .prd_box ul li .sec01_prd_name01 {
  width: 73%;
  margin: 0% 0% 8.3% 1.6%;
}
.sec01 .prd_box ul li .sec01_prd_text01 {
  width: 81.5%;
  margin: 0% 0% 2.8% -2.5%;
}
.sec01 .prd_box ul li .sec01_img03 {
  width: 98.8%;
  margin: 11% 0% 2.4% 1%;
}
.sec01 .prd_box ul li .sec01_prd_name02 {
  width: 87.4%;
  margin: 0% 0% 7.9% 1%;
}
.sec01 .prd_box ul li .sec01_prd_text02 {
  width: 83.6%;
  margin: 0% 0% 2.8% 2.3%;
}
.sec01 .prd_box ul li .sec01_img04 {
  width: 100.1%;
  margin: 12.6% 0% 7% -1.9%;
}
.sec01 .prd_box ul li .sec01_prd_name03 {
  width: 65.8%;
  margin: 0% 0% 8.5% 4.3%;
}
.sec01 .prd_box ul li .sec01_prd_text03 {
  width: 87.9%;
  margin: 0% 0% 0% -3.3%;
}
.sec01 .prd_box ul li .sec01_img05 {
  width: 73.5%;
  margin: 14.7% 0% 10.3% 3.4%;
}
.sec01 .prd_box ul li .sec01_prd_name04 {
  width: 67%;
  margin: 0% 0% 8.3% 11.2%;
}
.sec01 .prd_box ul li .sec01_prd_text04 {
  width: 90.5%;
  margin: 0% 0% 0% 3.8%;
}
.sec01 .sec01_title03 {
  width: 72.5%;
  margin: 0% 0% 3.5% 14.1%;
}
.sec01 .sec01_list03 {
  width: 69.3%;
  margin: 0% 0% 0% 13.5%;
}
.sec01 .sec01_img06 {
  width: 82%;
  margin: -6.1% 0% 5.8% 12.9%;
}

.sec01_note01 {
  width: 72.8%;
  margin: 0% 0% 9% 13.2%;
}

.sec01_note02 {
  width: 70%;
  margin: 0% 0% 0% 15.1%;
}

.sec02 {
  position: relative;
  padding: 5.6% 0 25.6%;
  background-image: url(../img/webp/sec02_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.sec02 .sec02_title {
  width: 59.2%;
  margin: 0% 0% 13% 20.2%;
}
.sec02 .sec02_img {
  width: 92.8%;
  margin: 15.3% 0% -7.6% 2.9%;
}
.sec02 .sec02_btn_head {
  width: 78.5%;
  margin: 0% 0% 2.6% 10.7%;
}
.sec02 .btns {
  margin-bottom: 1%;
}

.sec03 {
  position: relative;
  background-image: url(../img/webp/sec03_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0 0 24%;
  background-position: 0% 0%;
}
.sec03 .sec03_01_note {
  position: absolute;
  width: 2.06%;
  margin: 0% 0% 3.4% 94.6%;
}

.sec04 {
  position: relative;
  padding: 22.3% 0 20%;
  background: #f5f2e9;
}
.sec04 .sec04_img01 {
  width: 46.3%;
  margin: 0% 0% 6.8% 26.7%;
}
.sec04 .sec04_no1 {
  position: absolute;
  width: 23.2%;
  margin: -10.4% 0% 0% 6.8%;
}
.sec04 .sec04_img02 {
  width: 33.2%;
  margin: 0% 0% 6.6% 33.3%;
}
.sec04 .sec04_level01 {
  width: 25.1%;
  margin: 0% 0% 6.4% 37.6%;
}
.sec04 .sec04_img03 {
  width: 74.2%;
  margin: 0% 0% 8% 12%;
}
.sec04 .prd_box1 {
  overflow-x: hidden;
  margin-bottom: 13.3%;
}
.sec04 .prd_box1 ul {
  width: 97.4%;
  margin: 0% 0% 3.4% 0%;
  display: flex;
}
.sec04 .prd_box1 ul li .sec04_prd01 {
  width: 133.5%;
  margin: 0.3% 0% 3.4% -1%;
}
.sec04 .prd_box1 ul li .sec04_prd02 {
  width: 133.3%;
  margin: 0.7% 0% 3.4% -5.5%;
}
.sec04 .prd_box1 ul li .sec04_prd03 {
  width: 133.2%;
  margin: 0% 0% 3.4% -11%;
}
.sec04 .prd_box1 ul li .sec04_prd04 {
  width: 133%;
  margin: -0.7% 0% 3.4% -19.6%;
}
.sec04 .prd_box2 {
  margin-bottom: 9.7%;
}
.sec04 .prd_box2 ul {
  width: 100%;
  margin: 0% 0% 3.4% 0%;
  display: flex;
}
.sec04 .prd_box2 ul li {
  width: 50%;
}
.sec04 .prd_box2 ul li .sec04_title01 {
  width: 80.3%;
  margin: 4.4% 0% 12.7% 12.7%;
}
.sec04 .prd_box2 ul li .sec04_level02 {
  width: 49.7%;
  margin: 0% 0% 10.4% 27.8%;
}
.sec04 .prd_box2 ul li .sec04_prd05 {
  width: 64.2%;
  margin: 0% 0% 3.4% 20%;
}
.sec04 .prd_box2 ul li .sec04_title02 {
  width: 80.9%;
  margin: 0% 0% 12.6% 5.5%;
}
.sec04 .prd_box2 ul li .sec04_level03 {
  width: 50.2%;
  margin: 0% 0% 11.3% 21%;
}
.sec04 .prd_box2 ul li .sec04_prd06 {
  width: 63%;
  margin: 0% 0% 0% 15.5%;
}
.sec04 .sec04_note {
  width: 2.23%;
  margin: -22.8% 0% 0% 93.2%;
  position: absolute;
}
.sec04 .sec04_btn_head {
  width: 78.6%;
  margin: 14.3% 0% 2.5% 10.7%;
}

.sec05 {
  position: relative;
  padding: 26.5% 0 16.3%;
  background: #b81c22;
}
.sec05 .sec05_title {
  width: 83.3%;
  margin: 0% 0% 5.4% 8.2%;
}
.sec05 .sec05_text01 {
  width: 21.4%;
  margin: 0% 0% 4.1% 39.3%;
}
.sec05 .sec05_line {
  width: 83.7%;
  margin: 0% 0% 2.2% 8.1%;
}
.sec05 .sec05_text02 {
  width: 49.2%;
  margin: 0% 0% 3.2% 25.9%;
}
.sec05 .sec05_text03 {
  width: 54.1%;
  margin: 0% 0% 3.2% 23.2%;
}
.sec05 .sec05_text04 {
  width: 50.2%;
  margin: 0% 0% 3.3% 25%;
}
.sec05 .sec05_text05 {
  width: 79%;
  margin: 0% 0% 4.1% 10.6%;
}
.sec05 .sec05_text06 {
  width: 31%;
  margin: 0% 0% 6.2% 34.4%;
}

.sec06 {
  position: relative;
  padding: 22.8% 0 23.6%;
  background-image: url(../img/webp/sec06_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.sec06 .qa_box {
  width: 100%;
  margin: 0%;
}
.sec06 .qa_box .qa {
  position: relative;
  cursor: pointer;
}
.sec06 .qa_box .qa .q_title {
  position: relative;
}
.sec06 .qa_box .qa .q_title .arrow {
  position: absolute;
  width: 6%;
  right: 7.5%;
  top: 61.4%;
  transform: translateY(0) rotate(0deg);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.sec06 .qa_box .qa .a_text {
  display: none;
}
.sec06 .qa_box .qa .a_text.is-open {
  display: block;
}
.sec06 .qa_box .qa .q_title {
  margin-bottom: 4.5%;
}
.sec06 .qa_box .qa .q_title.q01 {
  margin: 0% auto 4.5%;
}
.sec06 .qa_box .qa .q_title.q02 {
  margin: 0% auto 4.9%;
}
.sec06 .qa_box .qa .q_title.q03 {
  margin: 0% auto 4.9%;
}
.sec06 .qa_box .qa .q_title.q04 {
  margin: 0% auto 4.8%;
}
.sec06 .qa_box .qa .q_title.q05 {
  margin: 0% auto 4.5%;
}
.sec06 .qa_box .qa .q_title.q05 .arrow {
  top: 71.8%;
}
.sec06 .qa_box .qa .sec06_line {
  width: 84.5%;
  margin: 0% auto 4%;
}
.sec06 .qa_box .qa .a_text {
  margin: 7% auto 15%;
}

.sec07 {
  position: relative;
  padding: 26.5% 0 29%;
  background: #f5f2e9;
}
.sec07 .sec07_img {
  width: 62.7%;
  margin: -50.5% 0% 3.4% 43.4%;
}
.sec07 .sec07_text01 {
  width: 77.7%;
  margin: -6.4% 0% 31.7% 10.3%;
}
.sec07 .sec07_text02 {
  width: 75.6%;
  margin: 0% 0% 8.3% 12%;
}

.footer {
  padding: 65.3% 0 4.4%;
  background-image: url(../img/webp/footer_img.webp);
  background-size: 100%;
}
.footer .footer_logo {
  width: 66.7%;
  margin: 0 auto 7.2%;
}
.footer .footerlink {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
  text-align: center;
  color: #000;
  margin-bottom: 11.3%;
}
@media (max-width: 767px) {
  .footer .footerlink {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .footer .footerlink {
    font-size: 1.3em;
  }
}
.footer .footerlink span {
  padding: 0 0.8% 0 2%;
  color: #000;
}
.footer .footerlink a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  line-height: 1.7em;
}
.footer .copyright {
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 0.7em;
  }
}
@media (min-width: 768px) {
  .footer .copyright {
    font-size: 0.8em;
  }
}

.shop_dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  position: absolute;
  background: #57afb3;
  padding: 8px;
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media (max-width: 767px) {
  .shop_dropdown {
    left: 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .shop_dropdown {
    left: 51%;
    width: 35%;
  }
}
.shop_dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #57afb3;
}
.shop_dropdown.is-open {
  opacity: 1;
  visibility: visible;
}

.shop_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop_list li {
  margin-bottom: 5px;
}
.shop_list li:last-child {
  margin-bottom: 0;
}
.shop_list li a {
  display: block;
  background: #fff;
  color: #d71618;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.shop_list li a:hover {
  opacity: 0.8;
}

/* =============================================
   1. ふわっと登場・背景伸びる (Reveal系)
   ============================================= */
.reveal {
  opacity: 0;
  visibility: hidden;
  transform: var(--original-transform, ) translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  visibility: visible;
  transform: var(--original-transform, ) translateY(0);
}

.bg-reveal {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.bg-reveal.active {
  clip-path: inset(0 0 0 0);
}

/* 登場遅延 */
.delay-1 {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-3 {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-4 {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-5 {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

/* =============================================
   2. ぷるるん (Purun系)
   ============================================= */
@keyframes purun-v2 {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.08, 1);
  }
  50% {
    transform: scale(0.96, 1);
  }
  75% {
    transform: scale(1.02, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* 画面に入った時に1回 */
.purun {
  /* 1. absolute のままでOK */
  /* 2. pointer-events を邪魔しない程度に、
        ブラウザが「ここに要素がある」と認識しやすくする */
  min-width: 1px;
  min-height: 1px;
  /* 3. absolute要素の揺れの基点を「下」に固定する場合 */
  transform-origin: center bottom;
}

/* absolute要素が重なり順で負けて、判定が隠れてしまうのを防ぐ */
.purun.absolute-style {
  z-index: 10;
}

.purun.is-show {
  animation: purun-v2 0.6s cubic-bezier(0.28, 0.84, 0.42, 1) forwards;
  transform-origin: center center;
}

@keyframes purun-periodic {
  0%, 20%, 100% {
    transform: scale(1, 1);
  }
  5% {
    transform: scale(1.06, 1);
  }
  10% {
    transform: scale(0.98, 1);
  }
  15% {
    transform: scale(1.01, 1);
  }
}
/* 2秒おきにずっと（無限） */
.purun2 {
  animation: purun-periodic 2s ease-in-out infinite;
  transform-origin: center bottom;
}

/* =============================================
   3. 小刻みな震え (Shake系)
   ============================================= */
@keyframes shake-vibrating {
  0%, 100% {
    transform: translate(0, 0);
  }
  10%, 30%, 50% {
    transform: translate(-2px, 0);
  }
  20%, 40%, 60% {
    transform: translate(2px, 0);
  }
  70%, 90% {
    transform: translate(-0.5px, 0);
  }
  80% {
    transform: translate(0.5px, 0);
  }
}
/* 画面に入った時に1回 */
.shake.is-show {
  animation: shake-vibrating 0.3s ease-in-out forwards;
  display: inline-block;
}

@keyframes shake-vibrating-periodic {
  0%, 15%, 100% {
    transform: translateX(0);
  }
  3%, 9% {
    transform: translateX(-2px);
  }
  6%, 12% {
    transform: translateX(2px);
  }
}
/* 2秒おきにずっと（無限） */
.shake2 {
  animation: shake-vibrating-periodic 2s linear infinite;
  transform-origin: center center;
  display: inline-block;
}

/* 定期実行の遅延 */
.delay2-1 {
  animation-delay: 1s;
}

.delay2-2 {
  animation-delay: 2.5s;
}

.delay2-3 {
  animation-delay: 4s;
}

/* =============================================
   4. 回転 (Rotate系)
   ============================================= */
@keyframes spin-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rota {
  animation: spin-infinite 10s linear infinite;
  display: inline-block;
  transform-origin: center center;
}

@keyframes bg-slider {
  /* 0% 〜 15%: 1枚目表示 */
  0%, 15% {
    background-image: url("../img/pc_img01.jpg");
    opacity: 1;
  }
  /* 20% 〜 35%: 2枚目表示 (15%-20%の間でフェード) */
  20%, 35% {
    background-image: url("../img/pc_img02.jpg");
  }
  /* 40% 〜 55%: 3枚目表示 */
  40%, 55% {
    background-image: url("../img/pc_img03.jpg");
  }
  /* 60% 〜 75%: 4枚目表示 */
  60%, 75% {
    background-image: url("../img/pc_img04.jpg");
  }
  /* 80% 〜 95%: 5枚目表示 */
  80%, 95% {
    background-image: url("../img/pc_img05.jpg");
  }
  /* 100%: 1枚目に戻る準備 */
  100% {
    background-image: url("../img/pc_img01.jpg");
  }
}/*# sourceMappingURL=style.css.map */