@charset "utf-8";

/* CSS Document */
:root {
  --col-yew: #FEDB00;
  --col-lt-yew: #fff9be;
  --col-yew01: #feea6e;
  --col-brn: #935c2a;
  --col-fm-grn: #00a33e;
  --col-fm-ble: #008cd6;
  --base-wht: #fff;
  --base-blk: #231815;
  --base-brn: #6a4015;
  --sbw: 0px;

}

body {
  overflow-x: hidden;
}

/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/
#tbanana_cp_2608 .imgbox .layer-base-design,
#tbanana_cp_2608 .imgbox .c-kv-ttl01,
#tbanana_cp_2608 .js-kv-ribbon-banana {
  visibility: hidden;
  opacity: 0;
}

/*===============================================
●共通
===============================================*/
/* ============ common =========== */
#tbanana_cp_2608 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#tbanana_cp_2608 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#tbanana_cp_2608 :is(ul, ol, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}

#tbanana_cp_2608 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#tbanana_cp_2608 img {
  max-width: 100%;
  display: block;
  height: auto;
}


/*====================== text関連 ========================*/
#tbanana_cp_2608 .lead-area .leadB {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 3.8vw, 2.5rem);
  margin: 0 0 1.5rem;
}

#tbanana_cp_2608 .lead-area .leadB span {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  display: block;
  margin: 0;
  color: #008132;
}

#tbanana_cp_2608 .lead-area .leadB .ble {
  display: inline-block;
  color: #0171a6;
}


#tbanana_cp_2608 .lead-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
}

#tbanana_cp_2608 .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}

#tbanana_cp_2608 .date {
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  font-weight: 600;
  background: #d7c28d;
  color: #313131;
  border-radius: 1rem;
  max-width: 160px;
  padding: 0.2rem 0;
  border: 1px solid #fff;
}

#tbanana_cp_2608 .item-area .name {
  text-align: left;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

#tbanana_cp_2608 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  display: block;
}

#tbanana_cp_2608 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

#tbanana_cp_2608 .item-area .price {
  text-align: left;
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  font-weight: 600;
}

#tbanana_cp_2608 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}

#tbanana_cp_2608 .item-area .txt {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
  margin-top: .8rem;
}

#tbanana_cp_2608 .item-area .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;
}

#tbanana_cp_2608 .ttl_h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

#tbanana_cp_2608 .ttl_h3 {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  text-align: left;
}

#tbanana_cp_2608 .ttl_h4 {
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  margin: 0 0 0.6rem;
  padding: 0 0 0.5rem;
}

#tbanana_cp_2608 .kome-area {
  margin-top: .3rem;
}

#tbanana_cp_2608 .kome-area .kome {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
}



/*=======================  main-area =======================*/
/* div#contents {
  background: url(../images/bg.webp) repeat;
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
} */

#tbanana_cp_2608 {
  width: calc(100vw - var(--sbw));
  left: calc((100vw - var(--sbw)) / -2 + 50%);
  margin: 0;
  position: relative;
  min-height: 100%;
  padding: 0;
  background: var(--col-lt-yew);
  font-feature-settings: "palt", "tnum";
  letter-spacing: 0.05em;
}

#tbanana_cp_2608 main {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 0;
  overflow: clip;
}


#tbanana_cp_2608 section {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#tbanana_cp_2608 .imgbox {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--col-yew);
}


#tbanana_cp_2608 .imgbox .kv-inner {
  position: relative;
  padding: 0 .3vw;
}

#tbanana_cp_2608 .imgbox .c-banana-dot {
  position: absolute;
  width: 50%;
  z-index: -1;
}

#tbanana_cp_2608 .imgbox .bn-lt {
  position: absolute;
  top: -28%;
  left: 9vw;
}

#tbanana_cp_2608 .imgbox .bn-lb {
  top: -22%;
  left: -22vw;
  transform: rotate(-28deg);
}

#tbanana_cp_2608 .imgbox .bn-rt {
  position: absolute;
  top: auto;
  bottom: 4%;
  right: -17vw;
  transform: rotate(-33deg);
}

#tbanana_cp_2608 .imgbox .bn-rb {
  position: absolute;
  top: auto;
  bottom: -28%;
  left: -11vw;
  transform: rotate(-158deg);
}

/* ===== ファミマ枠（緑・白・青・太い白） ===== */
#tbanana_cp_2608 .kv-fm-frame {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  box-sizing: border-box;
  border: 3px solid var(--col-fm-grn);
  box-shadow:
    inset 0 0 0 2px #ffffff,
    /* 【白】 緑の内側に6px */
    inset 0 0 0 5px var(--col-fm-ble),
    /* 【青】 白(6px)＋青(6px) ＝ 12px */
    inset 0 0 0 10px #ffffff;
  /* 【太い白】 青までの12px ＋ 太めの白(16px) ＝ 28px */
}

#tbanana_cp_2608 .imgbox .kv-notes {
  display: flex;
  justify-content: flex-end;
  font-size: clamp(0.75rem, 1.1vw, 0.95rem);
  position: relative;
  top: -8px;
  right: 15px;
  z-index: 1;
}

#tbanana_cp_2608 .imgbox .kv-notes li {
  text-shadow: 2px 2px 0px var(--base-wht),
    -2px -2px 0px var(--base-wht),
    -2px 2px 0px var(--base-wht),
    2px -2px 0px var(--base-wht),
    2px 0px 0px var(--base-wht),
    -2px 0px 0px var(--base-wht),
    0px 2px 0px var(--base-wht),
    0px -2px 0px var(--base-wht),
    2px 2px 2px var(--base-wht);
}

#tbanana_cp_2608 .imgbox .kv-notes li::before {
  content: "\203b";

}

/*==================== text-area ====================*/
#tbanana_cp_2608 .text-area {
  width: 100%;
  padding: 2rem 0;
  color: var(--base-blk);
  /* background: var(--col-lt-yew);
  border-bottom: 10px solid var(--col-brn); */
}


#tbanana_cp_2608 .lead-area {
  width: min(90%, 1200px);
  padding: 0;
  margin: 0 auto;
}

#tbanana_cp_2608 .text-area .comment-area {
  width: min(90%, 1100px);
  padding: 0;
  margin: 0 auto;
}

#tbanana_cp_2608 .text-area .comment-area dl {
  background: #fedb0024;
  text-align: left;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-top: 2rem;
  border: 3px solid var(--col-brn);
}

#tbanana_cp_2608 .text-area .comment-area dl dt {
  font-weight: 600;
  border-bottom: dotted 3px var(--col-brn);
  margin-bottom: .7rem;
  padding-bottom: .5rem;
}

#tbanana_cp_2608 .text-area .comment-area dd span {
  display: block;
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  margin-top: .3rem;
}

#tbanana_cp_2608 .sp-readmore-btn,
#tbanana_cp_2608 .sp-readmore-fade {
  display: none;
}

#tbanana_cp_2608 .ttl_h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-weight: 600;
  position: relative;
  /* color: var(--base-brn); */
  z-index: 2;
  width: fit-content;
  padding: 0.3rem 3rem;
  margin: 3rem auto 4rem;

}

#tbanana_cp_2608 .ttl_h2::before,
#tbanana_cp_2608 .ttl_h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 9px;
  background: linear-gradient(to bottom,
      #00a040 0%, #00a040 33.3%,
      /* 上：緑 */
      #ffffff 33.3%, #ffffff 66.6%,
      /* 中：白 */
      #009ada 66.6%, #009ada 100%
      /* 下：青 */
    );
}


/*==================== item-area =====================*/

#tbanana_cp_2608 .item-area {
  --arch-y: 0.1vw;
  --bg-y: 0px;
  width: 100%;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, transparent calc(15vw + var(--bg-y)), var(--col-yew) calc(15vw + var(--bg-y))) !important;
  padding: 1rem 0 6rem;
  margin-top: 1rem;
}

#tbanana_cp_2608 .item-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(-100vw + 50%);
  width: 200vw;
  height: 100vw;
  border-radius: 50% 50% 0 0 / var(--arch-y) var(--arch-y) 0 0;
  background-color: var(--col-yew);
  z-index: -1;
}

#tbanana_cp_2608 .item-wrap {
  width: min(90%, 1200px);
  margin: 0 auto;
  position: relative;
}

#tbanana_cp_2608 .bg-banana-wrap {
  position: sticky;
  top: 0;
  height: 100svh;
  margin-bottom: -100svh;
  z-index: 0;
  pointer-events: none;
}

#tbanana_cp_2608 .item-area .bg-deco-banana {
  position: absolute;
  opacity: 0.8;
}

/* 1個目：左上 */
#tbanana_cp_2608 .item-area .deco-left-top {
  top: -15%;
  left: -48vw;
  width: 90%;
  /* max-width: 1050px; */
  transform: rotate(-30deg);
}

/* 2個目：右上 */
#tbanana_cp_2608 .item-area .deco-right-top {
  top: -2%;
  right: -61vw;
  width: 90%;
  /* max-width: 400px; */
  transform: rotate(22deg);
}

/* 3個目：左下 */
#tbanana_cp_2608 .item-area .deco-left-bottom {
  top: 45%;
  left: -35vw;
  width: 90%;
  /* max-width: 400px; */
  transform: rotate(50deg);
}

/* 4個目：右下 */
#tbanana_cp_2608 .item-area .deco-right-bottom {
  top: auto;
  bottom: 5%;
  right: -39vw;
  width: 90%;
  /* max-width: 500px; */
  transform: rotate(311deg);
}

#tbanana_cp_2608 .item-area .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  row-gap: 3rem;
}

#tbanana_cp_2608 .c-pic-item {
  position: relative;
}

#tbanana_cp_2608 .item-area .c-inner {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#tbanana_cp_2608 .c-pic {
  position: relative;
  filter: drop-shadow(2px 0px 8px rgba(35, 24, 21, 0.3));
  will-change: filter;
}

#tbanana_cp_2608 .catch {
  width: 26%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#tbanana_cp_2608 .catch.ph1 {
  top: 8%;
  left: 67%;
}

#tbanana_cp_2608 .catch.ph2 {
  top: 13%;
  left: 69%;
}

#tbanana_cp_2608 .catch.ph3 {
  top: 8%;
  left: 78%;
}

#tbanana_cp_2608 .catch.ph4 {
  top: 9%;
  left: 69%;
}

#tbanana_cp_2608 .catch.ph5 {
  top: 8%;
  left: 73%;
}

#tbanana_cp_2608 .catch.ph6 {
  top: 10%;
  left: 63%;
}

#tbanana_cp_2608 .catch.ph7 {
  top: 7%;
  left: 56%;
}

#tbanana_cp_2608 .c-txt {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  will-change: transform;
  background: var(--col-lt-yew);
  padding: 1.5rem;
  border-radius: 1rem;
  flex-grow: 1;
}

#tbanana_cp_2608 .c-txt::before {
  content: "";
  display: block;
  background: var(--col-lt-yew);
  width: 90px;
  height: 40px;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

#tbanana_cp_2608 .item-area .js-item {
  will-change: transform;
}



/*===== animation-area ======*/

#tbanana_cp_2608 .layer-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  /* 画像より手前、ファミマ枠より奥に設定 */
  pointer-events: none;
  /* 重なって下の要素が触れなくなるのを防ぐ */
}

#tbanana_cp_2608 .imgbox .c-kv-ttl01 {
  position: absolute;
  top: 6.5%;
  left: 0;
  right: 0;
  width: 13%;
  margin: 0 auto;
  will-change: transform;
  filter: drop-shadow(2px 0 8px rgba(35, 34, 21, .3));
  will-change: transform;
}

#tbanana_cp_2608 .imgbox .c-kv-ribbon-banana {
  position: absolute;
  top: 52%;
  left: 7%;
  right: 0;
  width: 14%;
  margin: 0 auto;
  filter: drop-shadow(2px 0 8px rgba(0, 0, 0, .3));
  will-change: transform;
}


/*===== aem ======*/
.others {
  background: var(--base-wht);
  padding: 1rem 2rem;
}

.ly-contents-area {
  padding: 10px 0 0;
}


/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  #tbanana_cp_2608 .pc-none {
    display: none;
  }


}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #tbanana_cp_2608 .sp-none {
    display: none;
  }

  #tbanana_cp_2608 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    left: 0;
  }

  #tbanana_cp_2608 .imgbox .kv-inner {
    padding: 3.3vw;
  }

  #tbanana_cp_2608 .imgbox .c-banana-dot {
    width: 80%;
  }

  #tbanana_cp_2608 .imgbox .bn-lt {
    position: absolute;
    top: -6%;
  }

  #tbanana_cp_2608 .imgbox .bn-lb {
    top: 18%;
    left: -35vw;
  }

  #tbanana_cp_2608 .imgbox .bn-rt {
    bottom: 4%;
    right: -22vw;
    transform: rotate(-44deg);
  }

  #tbanana_cp_2608 .imgbox .bn-rb {
    bottom: -7%;
    left: -17vw;
    transform: rotate(-138deg);
  }

  #tbanana_cp_2608 .text-area {
    padding: 1rem 0.8rem;
  }

  #tbanana_cp_2608 .text-area .logo {
    width: 15%;
  }

  #tbanana_cp_2608 .lead-area {
    width: 100%;
  }

  #tbanana_cp_2608 .lead-area .leadT {
    text-align: left;
  }


  #tbanana_cp_2608 .item-area {
    width: 100%;
    overflow: visible;
  }

  #tbanana_cp_2608 .item-wrap {
    width: 85%;
  }

  #tbanana_cp_2608 .item-area .item-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin: 0 auto;
  }

  #tbanana_cp_2608 .item-area .c-inner {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1rem 0 2rem;
    gap: 1.5rem;
  }

  #tbanana_cp_2608 .c-txt {
    padding: 1rem;
  }

  #tbanana_cp_2608 .item-area .deco-left-top {
    width: 160%;
    top: -13%;
    left: -85vw;
  }

  #tbanana_cp_2608 .item-area .deco-right-top {
    width: 160%;
    top: -22%;
    right: -69vw;
    transform: rotate(52deg);
  }

  #tbanana_cp_2608 .item-area .deco-left-bottom {
    width: 160%;
    top: 68%;
    left: -56vw;
    transform: rotate(50deg);
  }

  #tbanana_cp_2608 .item-area .deco-right-bottom {
    width: 160%;
    bottom: -10%;
    right: -82vw;
    transform: rotate(168deg);
  }


  #tbanana_cp_2608 .ttl_h2 {
    margin: 1rem auto;
    padding: .3rem 2rem;
  }

  #tbanana_cp_2608 .ttl_h2 span {
    padding: 0.5rem;
    transform: skewX(-30deg);
  }


  #tbanana_cp_2608 .c-pic {
    filter: drop-shadow(2px 0px 6px rgba(35, 24, 21, 0.3));
    will-change: filter;
  }

  #tbanana_cp_2608 .item-area {
    padding: 1rem 0;
  }

  #tbanana_cp_2608 .item-area .c-txt::after {
    opacity: 0.07;
  }

  #tbanana_cp_2608 .imgbox .kv-notes {
    justify-content: flex-start;
    top: 2px;
    right: 0px;
    flex-wrap: wrap;
    line-height: 1.3;
  }

  #tbanana_cp_2608 .text-area .comment-area {
    width: 100%;
  }

  #tbanana_cp_2608 .text-area .comment-area dl {
    padding: 1rem;
    border: 2px solid var(--col-brn);
  }

  #tbanana_cp_2608 .text-area .comment-area dl dt {
    text-align: center;
  }


  /*===== animation-area ======*/

  #tbanana_cp_2608 .imgbox .c-kv-ttl01 {
    top: 22%;
    width: 32%;
    filter: drop-shadow(2px 0 5px rgba(35, 34, 21, .3));
  }

  #tbanana_cp_2608 .imgbox .c-kv-ribbon-banana {
    top: 51%;
    left: 21%;
    right: 0;
    width: 31%;
    filter: drop-shadow(2px 0 5px rgba(0, 0, 0, .3));
  }

  /*===== aem ======*/
  .others {
    padding: 0.5rem 0.8rem;
    color: #313131;
    background: var(--base-wht);
  }

  /* .ly-btn-pagetop {
    background: #fff;
  }
  .ly-foot-top-area2 {
    background: #fff;
  }
  .ly-foot-sns-area2 {
    background: #fff;
    padding: 0px 0 20px;
    margin: 0;
  } */
  /* .ly-foot-bottom-area2 {
    margin: 0;
  } */
}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/

@media screen and (min-width: 737px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #tbanana_cp_2608 .imgbox .kv-inner {
    padding: 1vw;
  }

  #tbanana_cp_2608 .imgbox .kv-notes {
    top: -1px;
    right: 2px;
  }

  #tbanana_cp_2608 .imgbox .c-kv-ribbon-banana {
    top: 49%;
  }

  #tbanana_cp_2608 .item-area .deco-left-top {
    top: 5%;
    left: -58vw;
    width: 100%;
    transform: rotate(-60deg);
  }

  #tbanana_cp_2608 .item-area .deco-right-top {
    top: 18%;
    right: -51vw;
    width: 100%;
    transform: rotate(82deg);
  }

  #tbanana_cp_2608 .item-area .deco-right-bottom {
    bottom: 5%;
    right: -36vw;
    width: 100%;
    transform: rotate(-48deg);
  }

  #tbanana_cp_2608 .item-area .deco-left-bottom {
    top: 70%;
    left: -37vw;
    width: 100%;
    transform: rotate(65deg);
  }

}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #tbanana_cp_2608 .imgbox .kv-inner {
    padding: .3vw;
  }

  #tbanana_cp_2608 .item-area .deco-left-top {
    top: 5%;
    left: -58vw;
    width: 100%;
    transform: rotate(-60deg);
  }

  #tbanana_cp_2608 .item-area .deco-right-top {
    top: 18%;
    right: -51vw;
    width: 100%;
    transform: rotate(82deg);
  }

  #tbanana_cp_2608 .item-area .deco-right-bottom {
    bottom: 5%;
    right: -36vw;
    width: 100%;
    transform: rotate(-48deg);
  }

  #tbanana_cp_2608 .item-area .deco-left-bottom {
    top: 70%;
    left: -37vw;
    width: 100%;
    transform: rotate(65deg);
  }



}