@charset "utf-8";

/* CSS Document */
:root {
  --base-vio: #4a3286;
  --col-vio: #3d0a76;
  --col-vio2: #371d8c;

  --col-fm-grn: #00a33e;
  --col-fm-ble: #008cd6;
  --base-wht: #fff;
  --base-blk: #231815;
}

body {
  overflow-x: hidden;
  margin: 0;
}

/*===============================================
●共通
===============================================*/
/* ============ common =========== */
#haitoku_cp_2609 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#haitoku_cp_2609 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#haitoku_cp_2609 :is(ul, ol, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}

#haitoku_cp_2609 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#haitoku_cp_2609 img {
  max-width: 100%;
  display: block;
  height: auto;
}

/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/

#haitoku_cp_2609 .ttl_h2,
#haitoku_cp_2609 .js-item,
#haitoku_cp_2609 .js-fadein,
#haitoku_cp_2609 .js-mrk,
#haitoku_cp_2609 .kv-cheese,
#haitoku_cp_2609 .kv-title,
#haitoku_cp_2609 .kv-items {
  visibility: hidden;
  opacity: 0;
}

/* ===================== text関連 ===================== */
#haitoku_cp_2609 .text-area .leadB {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.3rem, 2.8vw, 2.2rem);
  margin: 0 0 1.5rem;
  text-shadow: 0 0px 0 #4a3480,
    0 4px 0 #4a3480,
    0 4px 10px rgba(0, 0, 0, .2);
}

#haitoku_cp_2609 .lead-area span {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.02rem, 1.7vw, 1.3rem);
  display: block;
  text-shadow: 0 0px 0 #4a3480,
    0 4px 0 #4a3480,
    0 4px 10px rgba(0, 0, 0, .2);
  margin: 0.5rem 0 0;
}

#haitoku_cp_2609 .text-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  margin: 0.5rem 0;
}

#haitoku_cp_2609 .text-area .leadT span {
  margin: 5px auto 0;
  display: block;
  color: #fff;
  font-size: clamp(0.8rem, 2vw, 0.95rem);
  padding: 0 1rem;
}

#haitoku_cp_2609 .item .name {
  text-align: left;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

#haitoku_cp_2609 .item .name span {
  text-align: left;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  display: block;
}

#haitoku_cp_2609 .item .price {
  text-align: left;
  font-size: clamp(0.9rem, 1.4vw, 1.2rem);
  font-weight: 600;
}

#haitoku_cp_2609 .item .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 500;
}

#haitoku_cp_2609 .item .txt {
  font-size: clamp(0.92rem, 1.3vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
  margin-top: .7rem;
}

#haitoku_cp_2609 .item .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0 0;
}

#haitoku_cp_2609 .ttl_h2 {
  width: 100%;
  max-width: 300px;
  position: relative;
  margin: 3rem auto 2rem;
  padding: 0 .8rem;
  filter: drop-shadow(2px 4px 0px rgba(254, 217, 0, .5));
  will-change: filter;
}

#haitoku_cp_2609 .ttl_h3 {
  text-align: left;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  position: relative;
}

#haitoku_cp_2609 .tab-content-group .ttl_h3 {
  margin: 0 -2rem 2rem;
  padding: 0.5rem 2rem;
  background: var(--base-wht);
}

#haitoku_cp_2609 .ttl_h4 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  position: relative;
  margin: 0 auto 1.5rem;
  border-bottom: 3px dashed var(--base-blk);
  border-top: 3px dashed var(--base-blk);
  padding: .5rem;
}


#haitoku_cp_2609 .kome-area {
  margin-top: .3rem;
}

#haitoku_cp_2609 .kome-area .kome {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
}

#haitoku_cp_2609 .kome-area .kome::before {
  content: "\203b";
}

/*===============================================
●mainコンテンツ
===============================================*/

/*=============== main-area ===============*/

/* div#contents {
    background: #cf000e;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 5%, 10%;
    background-position: center center;
  } */

#haitoku_cp_2609 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  min-height: 100%;
  color: var(--base-blk);
  font-feature-settings: "palt", "tnum";
  letter-spacing: 0.05em;
  clip-path: inset(0);
  background-color: var(--base-vio);
}

#haitoku_cp_2609::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--base-vio) url(../images/bg.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  /* will-change: transform; */
  transform: translateZ(0);
}

#haitoku_cp_2609 main {
  width: 100%;
  height: auto;
  position: relative;
}

#haitoku_cp_2609 .imgbox {
  position: relative;
  z-index: 3;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

#haitoku_cp_2609 .imgbox .kv img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#haitoku_cp_2609 .kv-anim-area {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  overflow: hidden;
}

#haitoku_cp_2609 .kv-anim-area picture.kv-items {
  display: block;
  position: relative;
  width: 100%;
  will-change: transform;
}

#haitoku_cp_2609 .kv-anim-area .kv-cheese,
#haitoku_cp_2609 .kv-anim-area .kv-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  will-change: transform;
}


#haitoku_cp_2609 .kv-anim-area .kv-cheese {
  z-index: 2;
  width: 51%;
}

#haitoku_cp_2609 .kv-anim-area .kv-items {
  z-index: 1;
}

#haitoku_cp_2609 .kv-anim-area .kv-title {
  top: -3%;
  width: 40%;
  z-index: 3;
}


#haitoku_cp_2609 .text-area {
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 3;
  color: var(--base-wht);
  background: var(--base-blk);
}

#haitoku_cp_2609 .lead-area {
  width: min(100%, 1200px);
  margin: 0 auto;
}

/*item*/
#haitoku_cp_2609 .item-area {
  padding-bottom: 4rem;
}

#haitoku_cp_2609 .item-area .item-list {
  color: var(--base-wht);
  width: min(100%, 1200px);
  margin: 0 auto;
}

#haitoku_cp_2609 .item-list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}

#haitoku_cp_2609 .item .inner {
  width: min(90%, 1200px);
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "img txt";
  justify-content: center;
  position: relative;
  z-index: 1;
  will-change: transform;
}

#haitoku_cp_2609 .item .inner .c-pic {
  grid-area: img;
}

#haitoku_cp_2609 .item .inner .c-text {
  grid-area: txt;
}

#haitoku_cp_2609 .item:nth-child(even) .inner {
  grid-template-areas: "txt img";
}

#haitoku_cp_2609 .item-list .item::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--col-vio);
  transform: skewY(0.5deg);
  z-index: 0;
}

#haitoku_cp_2609 .item-list .re::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--col-vio2);
  transform: skewY(-0.5deg);
  z-index: 0;
}

#haitoku_cp_2609 .item-list .item .c-pic {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .8));
}

#haitoku_cp_2609 .item-list .item .c-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  gap: 0.5rem;
}

#haitoku_cp_2609 .item-list .item .bg,
#haitoku_cp_2609 .item-list .re .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

#haitoku_cp_2609 .item-list .catch {
  color: #2e2b77;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  font-weight: 900;
  padding: 0.4rem 1rem .2rem;
  display: inline-block;
  width: fit-content;
  transform: rotate(-3deg);
  border-radius: 1px;
  filter: drop-shadow(2px 4px 0px rgba(254, 217, 0, .5));
  margin-bottom: 0.5rem;
  position: relative;
  left: -1rem;
  will-change: filter;
}

#haitoku_cp_2609 .item-list .catch span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fed900;
  width: 100%;
  height: 100%;
  transform: skewX(-15deg);
  z-index: -1;

}

#haitoku_cp_2609 .item-area .c-ht {
  width: 30%;
  margin: 0 auto;
  will-change: transform;
}


/*===== animation-area ======*/
#haitoku_cp_2609 .c-steam01,
#haitoku_cp_2609 .c-steam02,
#haitoku_cp_2609 .c-steam03 {
  position: absolute;
}

#haitoku_cp_2609 .c-steam01 {
  position: absolute;
  right: 12%;
  animation: steam01 10s infinite linear;
  opacity: 0;
  top: 10%;
  z-index: 1;
}

#haitoku_cp_2609 .c-steam02 {
  position: absolute;
  left: 20%;
  animation: steam02 14s infinite linear;
  opacity: 0;
  top: 0;
  z-index: 1;
}

#haitoku_cp_2609 .c-steam03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0;
  top: 0;
  z-index: 1;
}

#haitoku_cp_2609 .c-steam01 img,
#haitoku_cp_2609 .c-steam02 img,
#haitoku_cp_2609 .c-steam03 img {
  width: 300px;
  height: 200px;
}

#haitoku_cp_2609.c-pic-item {
  position: relative;
  z-index: -1;
  padding: 1rem 0;
}

/* ==================================================
   湯気（静止バージョン） - PC・共通
   ================================================== */
#haitoku_cp_2609 .c-steam01,
#haitoku_cp_2609 .c-steam02,
#haitoku_cp_2609 .c-steam03 {
  position: absolute;
  z-index: 1;
  animation: none;
  /* ★アニメーションを完全にストップ */
  opacity: 0.45;
  /* ★常に半透明で見える状態にする（数値を上げると濃くなります） */
  filter: blur(12px);
  /* ★少しぼかして湯気のリアルさを出す */
}

/* それぞれの位置と、少しだけ傾けて自然な形に固定 */
#haitoku_cp_2609 .c-steam01 {
  right: 12%;
  top: 10%;
  transform: rotate(15deg) scale(0.9, 1.2);
}

#haitoku_cp_2609 .c-steam02 {
  left: 20%;
  top: 0;
  transform: rotate(-10deg) scale(0.8, 1);
}

#haitoku_cp_2609 .c-steam03 {
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  transform: rotate(5deg) scale(1, 1.2);
}

#haitoku_cp_2609 .c-steam01 img,
#haitoku_cp_2609 .c-steam02 img,
#haitoku_cp_2609 .c-steam03 img {
  width: 300px;
  height: 200px;
}

/*===============================================
●AEM
===============================================*/

footer {
  position: relative;
  background: var(--base-wht);
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width:737px) {

  /*===== common ======*/
  #haitoku_cp_2609 .pc-none {
    display: none;
  }

}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width:736px) {
  #haitoku_cp_2609 .sp-none {
    display: none;
  }

  #haitoku_cp_2609 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  #haitoku_cp_2609 .imgbox {
    width: 100%;
    margin-left: 0;
  }

  #haitoku_cp_2609 .kv-anim-area .kv-cheese {
    width: 100%;
    bottom: auto;
    transform: scale(1.16);
    transform-origin: top center;
  }

  #haitoku_cp_2609 .kv-anim-area .kv-title {
    top: -41%;
    width: 90%;
    z-index: 3;
    bottom: 0;
  }

  #haitoku_cp_2609 .text-area {
    padding: 1rem;
  }

  #haitoku_cp_2609 .ttl_h2 {
    max-width: 250px;
    margin: 2rem auto 1rem;
  }


  #haitoku_cp_2609 .item-area {
    color: var(--base-wht);
    overflow-x: hidden;
    width: 100%;
  }


  /* スマホ版のグリッド指定（縦並び） */
  #haitoku_cp_2609 .item .inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img"
      "txt";
    padding: 0 1rem;
    width: 97%;
  }

  #haitoku_cp_2609 .item:nth-child(even) .inner {
    grid-template-areas:
      "img"
      "txt";
  }

  #haitoku_cp_2609 .item-area .item-list {
    width: 90%;
  }

  #haitoku_cp_2609.item-area li {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 25px 10px 10px;
    box-sizing: border-box;
    /*overflow: hidden;*/
  }

  #haitoku_cp_2609.item-area li .pic,
  #haitoku_cp_2609.item-area li .text {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  #haitoku_cp_2609.item-area li .text {
    box-sizing: border-box;
    padding: 5% 5% 10%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    gap: 0.5rem;
  }

  #haitoku_cp_2609.item-area li .text.las {
    padding: 5%;
  }

  #haitoku_cp_2609.item-area li .bg,
  #haitoku_cp_2609.item-area .re .bg {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    width: 90%;
    will-change: transform;
  }

  #haitoku_cp_2609 .item-list .catch {
    left: -.3rem;
  }

  #haitoku_cp_2609.item-area .name {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
  }

  #haitoku_cp_2609.item-area .name .sm {
    font-size: 0.9rem;
    font-weight: bold;
  }

  #haitoku_cp_2609.item-area .price {
    text-align: right;
    font-size: 1.1rem;
    font-weight: 600;
  }

  #haitoku_cp_2609.item-area .txt {
    font-size: 0.95rem;
    text-align: left;
    line-height: 1.5;
  }

  #haitoku_cp_2609.item-area .txt span {
    font-size: 0.8rem;
  }

  #haitoku_cp_2609 .item-area .c-ht {
    width: 60%;
    margin: 0 auto;
  }

  #haitoku_cp_2609 .item-area {
    padding-bottom: 2.5rem;
  }


  #haitoku_cp_2609 .item:not(:first-child) .c-pic {
    padding-top: 1.5rem;
    overflow: visible;
  }

  /*===== animation-area ======*/
  /* #haitoku_cp_2609.c-steam01,
  #haitoku_cp_2609.c-steam02,
  #haitoku_cp_2609.c-steam03 {
    position: absolute;
  }

  #haitoku_cp_2609.c-steam01 {
    position: absolute;
    right: 12%;
    opacity: 0;
    top: 3%;
    z-index: 1;
  }

  #haitoku_cp_2609.c-steam02 {
    position: absolute;
    left: 20%;
    opacity: 0;
    top: 3%;
    z-index: 1;
  }

  #haitoku_cp_2609.c-steam03 {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: 1;
  }

  #haitoku_cp_2609.c-steam01 img,
  #haitoku_cp_2609.c-steam03 img {
    width: 200px;
    height: 140px;
  }

  #haitoku_cp_2609.c-steam02 img {
    width: 200px;
    height: 150px;
  } */

  /* ==================================================
  /  AEM
  / ================================================== */
  #contents {
    padding-top: 54px !important;
  }

  .ly-wrp-sp-cts {
    margin: 0;
  }

  .ly-contents-area {
    padding: 10px 0 0;
  }

  a.ly-mod-btn.ly-ta-c {
    padding: 14px 23px 14px 6px;
  }

  .others {
    padding: 0 .8rem;
  }

  /* ==================================================
     湯気（静止バージョン） - スマホ(SP)
     ================================================== */
  #haitoku_cp_2609 .c-steam01 {
    right: 12%;
    top: 3%;
    transform: scale(0.8);
  }

  #haitoku_cp_2609 .c-steam02 {
    left: 20%;
    top: 3%;
    transform: scale(0.8);
  }

  #haitoku_cp_2609 .c-steam03 {
    top: 0;
    transform: scale(0.8);
  }

  #haitoku_cp_2609 .c-steam01 img,
  #haitoku_cp_2609 .c-steam03 img {
    width: 200px;
    height: 140px;
  }

  #haitoku_cp_2609 .c-steam02 img {
    width: 200px;
    height: 150px;
  }
}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width:768px) and (max-width:1023px) {
  #haitoku_cp_2609.tb-block {
    display: block;
  }

  #haitoku_cp_2609h2 {
    width: 28%;
    top: 57px;
  }

  #haitoku_cp_2609.item-area li .pic,
  #haitoku_cp_2609.item-area li .text {
    width: calc(100% / 2 - 20px);
  }

  #haitoku_cp_2609.item-area .name {
    font-size: 1.2rem;
  }

  #haitoku_cp_2609.item-area .price {
    font-size: 1.1rem;
  }

  #haitoku_cp_2609.item-area .txt {
    font-size: 0.95rem;
  }
}