@charset "utf-8";

/* CSS Document */
:root {
  --col-ble: #00acea;
  --col-org: #ed6c00;
  --col-grn: #79bc29;
  --col-lt-ble: #e4f3f8;
  --fm-btn-ble: #007DB8;
  --col-fm-grn: #00a33e;
  --col-fm-ble: #008cd6;
  --base-wht: #fff;
  --base-blk: #231815;
}

body {
  overflow-x: hidden;
  margin: 0;
}

/*===============================================
●共通
===============================================*/
/* ============ common =========== */
#asafamima_cp_2609 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#asafamima_cp_2609 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#asafamima_cp_2609 :is(ul, ol, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}

#asafamima_cp_2609 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#asafamima_cp_2609 img {
  max-width: 100%;
  display: block;
  height: auto;
}



/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/

#asafamima_cp_2609 .item-grp {
  visibility: hidden;
  opacity: 0;
  will-change: transform;
}

#tvshow_2609 .ttl_h2,
#tvshow_2609 .js-item {
  visibility: hidden;
}

#asafamima_cp_2609 .kv-sun-group,
#asafamima_cp_2609 .sun-circle-css,
#asafamima_cp_2609 .kv-title,
#asafamima_cp_2609 .kv-food-box,
#asafamima_cp_2609 .kv-drink-box,
#asafamima_cp_2609 .kv-price {
  opacity: 0;
  visibility: hidden;
}

/*=================== info-area（告知エリア） ===================*/
#asafamima_cp_2609 .yokoku {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  background: var(--fm-btn-ble);
  color: var(--base-wht);
  text-align: center;
  padding: 1rem;
  font-weight: 700;
}

#asafamima_cp_2609 .info-area {
  background-color: var(--col-lt-ble);
  padding: 1rem 0;
  position: relative;
  z-index: 10;
}

#asafamima_cp_2609 .info-inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}

#asafamima_cp_2609 .info-box {
  padding: 0 0.5rem;
}

/* メインテキストの装飾 */
#asafamima_cp_2609 .info-txt {
  color: var(--base-blk);
  font-size: clamp(0.78rem, 1.5vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

/* ===================== text関連 ===================== */
#asafamima_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 #fcc906, 0 4px 0 #fff4bf, 0 4px 10px rgba(0, 0, 0, .2);*/
}

#asafamima_cp_2609 .text-area .leadB span {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.02rem, 1.7vw, 1.6rem);
  display: block;
  /*  text-shadow: 2px 1px 0 #fff4bf;*/
  margin: 0.5rem 0 0;
}

#asafamima_cp_2609 .text-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  margin: 0 0 1.5rem;
}

#asafamima_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;
}

#asafamima_cp_2609 .item .name {
  text-align: left;
  font-size: clamp(0.95rem, 1.3vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

#asafamima_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;
}

#asafamima_cp_2609 .item .price {
  text-align: left;
  font-size: clamp(0.92rem, 1.4vw, 1.1rem);
  font-weight: 600;
}

#asafamima_cp_2609 .item .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 500;
}

#asafamima_cp_2609 .item .txt {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  text-align: left;
  line-height: 1.6;
  margin-top: .7rem;
}

#asafamima_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;
}

#asafamima_cp_2609 .ttl_h2 {
  width: min(100%, 1200px);
  font-weight: 800;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  position: relative;
  margin: 3rem auto 0;
  padding: 0 .8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  color: var(--base-wht);
  text-shadow: var(--base-blk) 2px 0,
    var(--base-blk) -2px 0,
    var(--base-blk) 0 -2px,
    var(--base-blk) 0 2px,
    var(--base-blk) 2px 2px,
    var(--base-blk) -2px 2px,
    var(--base-blk) 2px -2px,
    var(--base-blk) -2px -2px,
    var(--base-blk) 1px 2px,
    var(--base-blk) -1px 2px,
    var(--base-blk) 1px -2px,
    var(--base-blk) -1px -2px,
    var(--base-blk) 2px 1px,
    var(--base-blk) -2px 1px,
    var(--base-blk) 2px -1px,
    var(--base-blk) -2px -1px;
}

#asafamima_cp_2609 .ttl_h2::before,
#asafamima_cp_2609 .ttl_h2::after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: var(--base-wht);
  box-shadow: 0 0 0 2px var(--base-blk);
}

#asafamima_cp_2609 .cp_name,
#asafamima_cp_2609 .ttl_h3 {
  text-align: left;
  font-weight: 700;
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  position: relative;
}

#asafamima_cp_2609 .tab-content-group .ttl_h3 {
  margin: 0 -2rem 2rem;
  padding: 0.5rem 2rem;
  background: var(--base-wht);
}

#asafamima_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;
}

#asafamima_cp_2609 #tab1 .ttl_h4 {
  background: #fd9b5e;
}

#asafamima_cp_2609 #tab2 .ttl_h4 {
  background: #98d153;
}

#asafamima_cp_2609 .lead-area .kome-area {
  margin-top: 0;
}

#asafamima_cp_2609 .kome-area {
  margin-top: .3rem;
}


#asafamima_cp_2609 .kome-area .kome {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
}

#asafamima_cp_2609 .lead-area .kome-area .kome {
  text-align: center;
}

#asafamima_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;
  } */

#asafamima_cp_2609 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  min-height: 100%;
  padding-bottom: 0rem;
  color: var(--base-blk);
  font-feature-settings: "palt", "tnum";
  letter-spacing: 0.05em;
  background: var(--col-ble);
  background-attachment: fixed;
  padding-bottom: 4rem;
}

#asafamima_cp_2609 main {
  width: 100%;
  height: auto;
  position: relative;
}

#asafamima_cp_2609 .imgbox {
  position: relative;
  z-index: 3;
}

#asafamima_cp_2609 .imgbox .kv {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#asafamima_cp_2609 .text-area {
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 3;
  background: var(--col-lt-ble);
  color: var(--base-blk);
}

#asafamima_cp_2609 .lead-area {
  width: min(100%, 1200px);
  margin: 0 auto;
}


/* ======================= cpn ===================== */
#asafamima_cp_2609 .section-inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}

#asafamima_cp_2609 .cpn-content {
  display: flex;
  gap: 1.5rem;
  background: var(--col-lt-ble);
  padding: 1.5rem;
  border-radius: 1rem;
  border: 6px solid var(--base-wht);
}

#asafamima_cp_2609 .cpn-content .cp_date div {
  display: flex;
}

#asafamima_cp_2609 .cpn-content .c-txt {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

#asafamima_cp_2609 .cpn-content .btn a {
  display: block;
  background: var(--fm-btn-ble);
  color: var(--base-wht);
  padding: 1rem;
  text-align: center;
  border-radius: 50px;
  font-weight: 500;
  position: relative;
  margin-top: 1rem;
}

#asafamima_cp_2609 .cpn-content .btn a::after {
  content: '\e905';
  font-family: "icn_font";
  font-weight: normal;
  position: absolute;
  right: 1rem;
}


#asafamima_cp_2609 .section-inner .ttl_h2 {
  margin: 3rem 0 1.5rem;

}

/*=============== movie ===============*/
#asafamima_cp_2609 .cm-area {
  margin-bottom: 3rem;
  background: var(--col-lt-ble);
  padding: .1rem 0 3rem;
}

#movie_area {
  width: 75%;
  margin: 0 auto;
  background: var(--base-blk);
  padding: 1.2rem;
  border-radius: 1rem;
}

#movie_area .movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0;
}

#movie_area .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* ===============================================
   KVアニメーション用（仮組み）
=============================================== */

#asafamima_cp_2609 .kv-dummy-area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  min-height: auto;
  overflow: hidden;
}

/* 太陽グループの配置 */
#asafamima_cp_2609 .kv-sun-group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: min(90%, 1200px);
  margin: 0 auto;
}

/* 最初に出るキレイな丸 */
#asafamima_cp_2609 .sun-circle-css {
  width: 150px;
  height: 150px;
  background-color: #fabe01;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
}

/* 後から出る画像たち（最初は非表示） */
#asafamima_cp_2609 .sun-circle-img,
#asafamima_cp_2609 .sun-rays {
  position: absolute;
  opacity: 0;
}


/* 太陽のテキスト */
#asafamima_cp_2609 .sun-text-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
}

#asafamima_cp_2609 .sun-text {
  position: absolute;
  top: 10px;
  left: 25px;
  width: auto;
  height: auto;
  z-index: 2;
  text-align: left;
  font-size: 2rem;
  color: #333;
  opacity: 0;
  line-height: 1.1;
}

#asafamima_cp_2609 .sun-text-center,
#asafamima_cp_2609 .sun-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}

#asafamima_cp_2609 .sun-text .break-line {
  display: block;
}

#asafamima_cp_2609 .sun-circle-img {
  position: absolute;
  top: -90px;
  left: -100px;
  width: 340px;
}

#asafamima_cp_2609 .kv-content-inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  width: min(90%, 1200px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0 4.5rem;

}

#asafamima_cp_2609 .kv-title {
  position: relative;
  width: 100%;
}

/* 商品枠の absolute 指定を解除 */
#asafamima_cp_2609 .kv-items {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  z-index: 5;
}

#asafamima_cp_2609 .kv-food-box,
#asafamima_cp_2609 .kv-drink-box {
  flex: 1;
}

#asafamima_cp_2609 .kv-items img {
  width: 100%;
  height: auto;
  display: block;
}

#asafamima_cp_2609 .kv-price {
  position: absolute;
  top: -9%;
  left: -6px;
  right: 0;
  margin: auto;
  z-index: 6;
  flex: 0 1 20%;
  width: clamp(220px, 20vw, 240px);
}

/* 雲の共通設定 */
#asafamima_cp_2609 .kv-cloud {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

/* 左側の雲 */
#asafamima_cp_2609 .kv-cloud-left {
  left: max(0px, calc(50% - 730px));
  width: clamp(190px, 55vw, 470px);
}

#asafamima_cp_2609 .kv-cloud-left img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右側の雲 */
#asafamima_cp_2609 .kv-cloud-right {
  right: max(0px, calc(50% - 730px));
  width: clamp(190px, 55vw, 470px);
}

#asafamima_cp_2609 .kv-cloud-right img {
  width: 100%;
  height: auto;
  display: block;
}

/*=================== item-area ===================*/
#asafamima_cp_2609 .tab-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2rem 0 0;
  margin: 0px auto;
  cursor: pointer;
  width: min(90%, 1200px);
  gap: 1rem;
}

#asafamima_cp_2609 .tab-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  border-top: 6px solid var(--base-wht);
  border-left: 6px solid var(--base-wht);
  border-right: 6px solid var(--base-wht);
  font-weight: 700;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  color: var(--base-wht);
  text-shadow: var(--base-blk) 2px 0,
    var(--base-blk) -2px 0,
    var(--base-blk) 0 -2px,
    var(--base-blk) 0 2px,
    var(--base-blk) 2px 2px,
    var(--base-blk) -2px 2px,
    var(--base-blk) 2px -2px,
    var(--base-blk) -2px -2px,
    var(--base-blk) 1px 2px,
    var(--base-blk) -1px 2px,
    var(--base-blk) 1px -2px,
    var(--base-blk) -1px -2px,
    var(--base-blk) 2px 1px,
    var(--base-blk) -2px 1px,
    var(--base-blk) 2px -1px,
    var(--base-blk) -2px -1px;
}

#asafamima_cp_2609 .tab-item.omu {
  background: var(--col-org);
}

#asafamima_cp_2609 .tab-item.coffee {
  background: var(--col-grn);
}

#asafamima_cp_2609 .tab-item .one {
  background: var(--col-grn);
  padding: .2rem 1rem;
  border-radius: 50px;
  margin-right: 1rem;
}

#asafamima_cp_2609 .tab-item .two {
  background: var(--col-org);
  padding: .2rem 1rem;
  border-radius: 50px;
  margin-right: 1rem;
}


#asafamima_cp_2609 .tab-content-group {
  width: min(90%, 1200px);
  margin: 0 auto 3rem;
}

#asafamima_cp_2609 .tab-content {
  display: none;
  border-bottom: 6px solid var(--base-wht);
  border-left: 6px solid var(--base-wht);
  border-right: 6px solid var(--base-wht);
  padding: 2rem;
  border-radius: 0 0 1rem 1rem;
}

#asafamima_cp_2609 .tab-content.active {
  display: block;
}

#asafamima_cp_2609 .tab-content#tab1.active {
  background: var(--col-org);
}

#asafamima_cp_2609 .tab-content#tab2.active {
  background: var(--col-grn);

}

#asafamima_cp_2609 .tab-content .item-wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

#asafamima_cp_2609 .tab-content .content-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 600;
  text-align: center;
  color: var(--base-wht);
  margin: 1rem 0;
}

#asafamima_cp_2609 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: var(--base-wht);
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
  gap: .5rem;
}

#asafamima_cp_2609 #tab2 .item {
  gap: 1rem;
}

#asafamima_cp_2609 .item .text {
  padding: 0;
  width: 100%;
}

#asafamima_cp_2609 .tea_item,
#asafamima_cp_2609 .omusubi_item {
  margin-bottom: 4rem;
}

#asafamima_cp_2609 .btn-area {
  width: 100%;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#asafamima_cp_2609 .btn-area a {
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 1.5rem;
  border-radius: 50px;
  transition: all .2s ease-in-out;
  min-width: 340px;
}

#asafamima_cp_2609 #tab1 .btn-area a {
  background: var(--col-grn);
  border: 3px solid var(--base-wht);
  color: var(--base-blk);
  font-weight: 700;
  text-align: center;
}

#asafamima_cp_2609 #tab2 .btn-area a {
  background: var(--col-org);
  border: 3px solid var(--base-wht);
  color: var(--base-blk);
  font-weight: 700;
  text-align: center;
}

#asafamima_cp_2609 .btn-area a::after {
  content: '\e903';
  font-family: 'icn_font';
  font-weight: normal;
  position: absolute;
  right: 15px;
}

/*===== animation-area ======*/
#asafamima_cp_2609 #tab2 .pic img,
#asafamima_cp_2609 #tab1 .pic img {
  will-change: filter;
  filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.3));
}

/* ===============================================
   フローティングバナー（画面下部に帯状で追従）
=============================================== */
#asafamima_cp_2609 .floating-btn-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--col-ble);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
}

#asafamima_cp_2609 .floating-inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* テキストと画像を横並びにして中央揃え */
#asafamima_cp_2609 .floating-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 10px 35px;
  text-decoration: none;
  gap: 10px;
}

#asafamima_cp_2609 .floating-text {
  color: var(--base-blk);
  font-weight: 900;
  font-size: clamp(1.2rem, 3.5vw, 2rem);
  line-height: 1;
  letter-spacing: 0.05em;
}

#asafamima_cp_2609 .floating-price-img {
  height: clamp(35px, 8vw, 60px);
  width: auto;
  display: block;
}

#asafamima_cp_2609 .floating-close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  transition: all 0.2s;
}

/*===============================================
●hover
===============================================*/
@media (hover: hover) {
  #asafamima_cp_2609 #tab1 .btn-area a:hover {
    background: var(--base-wht);
  }

  #asafamima_cp_2609 #tab2 .btn-area a:hover {
    background: var(--base-wht);
  }

  #asafamima_cp_2609 .floating-close:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*===== common ======*/
  #asafamima_cp_2609 .pc-none {
    display: none;
  }

  /* [id^="group"] {
    scroll-margin-top: 95px;
  } */


}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {

  /*===== common ======*/
  #asafamima_cp_2609 .sp-none {
    display: none;
  }

  #asafamima_cp_2609 {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }

  /* [id^="group"] {
    scroll-margin-top: 54px;
  } */

  #asafamima_cp_2609 .yokoku {
    padding: 0.8rem;
  }

  #asafamima_cp_2609 .info-area {
    padding: 0.5rem;
  }

  #asafamima_cp_2609 .info-inner {
    width: 100%;
    padding: 0;
  }

  #asafamima_cp_2609 .info-box {
    padding: 0;
  }

  #asafamima_cp_2609 .info-txt {
    text-align: left;
  }

  #asafamima_cp_2609 .text-area {
    padding: 1rem 0.8rem;
  }

  #asafamima_cp_2609 .ttl_h2 {
    margin: 2rem auto 0;
    padding: 0;
    gap: 1.5rem;
  }

  #asafamima_cp_2609 .ttl_h2::before,
  #asafamima_cp_2609 .ttl_h2::after {
    width: 50px;
  }

  #asafamima_cp_2609 .section-inner .ttl_h2 {
    margin: 3rem auto 1rem;
  }

  #asafamima_cp_2609 .cpn-content {
    flex-direction: column;
    padding: 1rem;
    border: 3px solid var(--base-wht);
  }

  #asafamima_cp_2609 .lead-area .kome-area .kome {
    text-align: left;
  }

  /*===== main-area ======*/
  #asafamima_cp_2609 .tab-content-group {
    width: 100%;
    padding: 0 .8rem 1rem;
    margin: 0 auto 1rem;
  }

  #asafamima_cp_2609 .tab-list {
    padding: 1rem .8rem 0;
    width: 100%;
    gap: .5rem;
  }

  #asafamima_cp_2609 .tab-content {
    padding: 1rem 0.8rem;
  }

  #asafamima_cp_2609 .tab-item {
    padding: 1rem .5rem;
    border-radius: .5rem .5rem 0 0;
    border-top: 3px solid var(--base-wht);
    border-left: 3px solid var(--base-wht);
    border-right: 3px solid var(--base-wht);
  }

  #asafamima_cp_2609 .tab-item span {
    text-align: center;
  }

  #asafamima_cp_2609 .tab-content {
    border-bottom: 3px solid var(--base-wht);
    border-left: 3px solid var(--base-wht);
    border-right: 3px solid var(--base-wht);
  }

  #asafamima_cp_2609 .tab-content-group .ttl_h3 {
    margin: 0px -.9rem 2rem;
    padding: .5rem .8rem;
  }

  #asafamima_cp_2609 .tab-item .two,
  #asafamima_cp_2609 .tab-item .one {
    display: block;
    text-align: center;
    margin: 0 auto .3rem;
    width: fit-content;
    padding: .2rem 1.5rem;
  }

  #asafamima_cp_2609 .item {
    padding: .8rem;
  }

  #asafamima_cp_2609 .tab-content .item-wrap {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: .8rem;
  }

  #asafamima_cp_2609 .tea_item,
  #asafamima_cp_2609 .omusubi_item {
    margin-bottom: 3rem;
  }

  #asafamima_cp_2609 .btn-area {
    justify-content: center;
    margin-top: 2rem;
  }

  #asafamima_cp_2609 .btn-area a {
    min-width: 320px;
  }

  #asafamima_cp_2609 .floating-content {
    justify-content: flex-start;
  }

  #asafamima_cp_2609 .floating-close {
    right: 14px;
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
  }

  #asafamima_cp_2609 .section-inner {
    width: 100%;
    padding: 0 .8rem;
  }

  /* アニメーション */

  #asafamima_cp_2609 .kv-content-inner {
    width: 100%;
    gap: 2rem;
    padding: .4rem 0 1rem;
  }

  #asafamima_cp_2609 .kv-sun-group {
    width: 100%;
  }

  #asafamima_cp_2609 .sun-circle-img {
    left: -83px;
    top: -74px;
    width: 240px;
  }

  #asafamima_cp_2609 .sun-circle-css {
    width: 100px;
    height: 100px;
  }

  #asafamima_cp_2609 .sun-text {
    top: 3px;
    left: 12px;
    font-size: 1.2rem;
  }

  #asafamima_cp_2609 .kv-cloud-left {
    left: -60px;
  }

  #asafamima_cp_2609 .kv-cloud-right {
    right: -60px;
  }


  #asafamima_cp_2609 .kv-title {
    width: 100%;
    top: 7px;
  }

  #asafamima_cp_2609 .kv-items {
    bottom: 19%;
    width: 97%;
    max-width: 100%;
  }

  #asafamima_cp_2609 .kv-price {
    top: -23px;
    left: 7px;
    max-width: 110px;
  }

  /* ============ cm-area ========== */
  #asafamima_cp_2609 .cm-area {
    margin-bottom: 2rem;
  }

  #movie_area {
    width: 100%;
    padding: .5rem;
    border-radius: .5rem;
  }


  /* ============ 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 0.8rem;
  }
}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #asafamima_cp_2609 .tb-none {
    display: none;
  }
}

@media screen and (min-width: 737px) and (max-width: 1023px) {}