@charset "utf-8";


:root {
  --base-lt-org: #f9b92a;
  --base-org: #f29100;
  --base-dk-org: #de5a01;
  --base-yew: #FFD200;
  --base-red: #e60036;
  --base-dk-red: #8a0000;
  --base-wht: #fff;
  --base-blk: #313131;
}

body {
  overflow-x: hidden;
}

/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/
#giant-allstar_cp_2606 .js-kv picture img,
#giant-allstar_cp_2606 .js-ttl,
#giant-allstar_cp_2606 .js-item,
#giant-allstar_cp_2606 .js-confetti,
#giant-allstar_cp_2606 .js-fadein {
  opacity: 0;
  visibility: hidden;
}

/*===============================================
●共通
===============================================*/

/* ============ common =========== */
#giant-allstar_cp_2606 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#giant-allstar_cp_2606 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#giant-allstar_cp_2606 :is(ul, ol, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}

#giant-allstar_cp_2606 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#giant-allstar_cp_2606 img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* ============ text関連 =========== */
#giant-allstar_cp_2606 .lead-area .leadB {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.8vw, 2.2rem);
  margin-bottom: 2rem;
  /* text-shadow: 0 0px 0 #e3ba9d, 0 2px 0 #e4cbb9, 0 2px 7px rgba(81, 20, 6, 0.3); */
  color: var(--base-wht);
  text-shadow:
    /* ① 2pxのフチドリ（8方向でしっかり囲む） */
    2px 2px 0px var(--base-dk-red),
    -2px -2px 0px var(--base-dk-red),
    -2px 2px 0px var(--base-dk-red),
    2px -2px 0px var(--base-dk-red),
    2px 0px 0px var(--base-dk-red),
    -2px 0px 0px var(--base-dk-red),
    0px 2px 0px var(--base-dk-red),
    0px -2px 0px var(--base-dk-red),
    /* ② ダークレッドの影（少しだけぼかして、ギザギザ感を消す！） */
    5px 5px 2px var(--base-dk-red);
}

#giant-allstar_cp_2606 .lead-area .leadB span {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.3vw, 1.6rem);
  display: block;
  /* text-shadow: 0 0px 0 #e3ba9d, 0 2px 0 #e4cbb9, 0 2px 7px rgba(81, 20, 6, 0.3); */
  margin: 0 0 0.5rem;
}

#giant-allstar_cp_2606 .lead-area .leadB .maru {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  margin: 0 0 2rem;
}

#giant-allstar_cp_2606 .lead-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  padding: 0;
}

#giant-allstar_cp_2606 .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  color: #fff;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}

#giant-allstar_cp_2606 .item-area .date {
  text-align: center;
  background: var(--base-dk-red);
  padding: 0.2rem .8rem;
  width: fit-content;
  font-size: clamp(0.85rem, 1.3vw, 0.9rem);
  color: var(--base-wht);
  border-radius: 50px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: .7rem;
}

#giant-allstar_cp_2606 .item-area .name {
  text-align: left;
  font-size: clamp(1.1rem, 0.9vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;

}

#giant-allstar_cp_2606 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.4;
  margin-right: 0.5rem;
}

#giant-allstar_cp_2606 .item-area .name .db {
  display: block;
}

#giant-allstar_cp_2606 .item-area .price {
  text-align: left;
  font-size: clamp(1.1rem, 0.85vw, 1.15rem);
  font-weight: 600;
}

#giant-allstar_cp_2606 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}

#giant-allstar_cp_2606 .item-area .txt {
  font-size: clamp(1rem, 0.8vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  margin: 1rem 0;
}

#giant-allstar_cp_2606 .item-area .item_txt_area ul li,
#giant-allstar_cp_2606 .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;
}

#giant-allstar_cp_2606 .item-area .item_txt_area ul li::before,
#giant-allstar_cp_2606 .item-area .txt span::before {
  content: '\203b';
}

#giant-allstar_cp_2606 .item-area .area span::before {
  content: '販売地域';
  position: absolute;
  top: -40%;
  left: -1%;
  font-weight: bold;
  padding: 0.2rem 1rem;
  background: #fabe01;
  color: #231815;
  border-radius: 15px;
  display: inline-block;
}




/*====================== main-area =======================*/

div#contents {
  background: linear-gradient(0deg, var(--base-dk-org)30%, var(--base-org)60%, var(--base-lt-org)100%);
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}

#giant-allstar_cp_2606 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  min-height: 100%;
  padding: 0;
  position: relative;
  color: var(--text-main);
  box-sizing: border-box;
}


#giant-allstar_cp_2606 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}

#giant-allstar_cp_2606 main {
  padding: 0;
  position: relative;
  z-index: 3;
}

#giant-allstar_cp_2606 .text-area {
  margin: 0 auto;
  color: var(--base-sub1);
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
  background: var(--base-yew);
}

#giant-allstar_cp_2606 .lead-area {
  width: min(100%, 1100px);
  padding: 0;
  margin: 0 auto;
}

#giant-allstar_cp_2606 .ttl_h2 {
  text-align: center;
  margin: 2rem auto;
  padding: 0;
  width: 100%;
}

#giant-allstar_cp_2606 .ttl_h2 {
  text-align: center;
  margin: 2rem auto;
  padding: 0;
  width: 100%;
}

#giant-allstar_cp_2606 .ttl_h2 span {
  display: inline-block;
  color: var(--base-yew);
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-shadow:
    2px 2px 0px var(--base-dk-red),
    -2px -2px 0px var(--base-dk-red),
    -2px 2px 0px var(--base-dk-red),
    2px -2px 0px var(--base-dk-red),
    2px 0px 0px var(--base-dk-red),
    -2px 0px 0px var(--base-dk-red),
    0px 2px 0px var(--base-dk-red),
    0px -2px 0px var(--base-dk-red),
    5px 5px 2px var(--base-dk-red);
}

/* 絵文字専用の装飾 */
#giant-allstar_cp_2606 .filter-btn .emoji {
  font-size: 1.3em;
  margin-right: 4px;
  vertical-align: middle;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
}

#giant-allstar_cp_2606 .ttl_h3 {
  text-align: left;
  font-weight: 600;
  font-size: clamp(1.1rem, 1.4vw, 1.1rem);
  border-bottom: dotted 4px var(--base-col02);
  padding-bottom: .5rem;
}


/*===== item-area ======*/

#giant-allstar_cp_2606 .items {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 2rem 3rem;
  position: relative;
  overflow: hidden;
}

#giant-allstar_cp_2606 .item-area {
  width: min(100%, 1200px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 350px));
  justify-content: center;
  margin: 0 auto;
  position: relative;
  gap: 2rem 1rem;
}

#giant-allstar_cp_2606 .item-area .item {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(6px 6px 0px var(--base-dk-red));
  transition: transform 0.1s ease, filter 0.1s ease;
  will-change: transform, filter;
}

/* #giant-allstar_cp_2606 .item-area .item:active {
  transform: translate(6px, 3px);
  filter: drop-shadow(3px 3px 0px var(--base-dk-red));
  transition: transform 0.05s ease, filter 0.05s ease;
} */

#giant-allstar_cp_2606 .item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.2s ease,
    box-shadow 0.2s ease;
}


#giant-allstar_cp_2606 .item-area .item .item_txt_area {
  background: var(--base-yew);
  color: var(--base-blk);
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  margin-top: -35px;
  padding: 3rem 1.2rem 1rem 1.2rem;
  position: relative;
  z-index: 2;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}


#giant-allstar_cp_2606 .pic {
  position: relative;
  z-index: 2;
}

#giant-allstar_cp_2606 .kome {
  margin: 0 auto 2rem;
  width: min(100%, 1000px);
  text-align: center;
  font-weight: 600;
}

#giant-allstar_cp_2606 .kome::before {
  content: "\203b";
}

#giant-allstar_cp_2606 .pic {
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url(../images/syutyu.webp)no-repeat;
  background-position: center;
  padding: 0 0 2rem;
}

#giant-allstar_cp_2606 .c-pic-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

#giant-allstar_cp_2606 .c-pic-item img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
  will-change: filter;
}

#giant-allstar_cp_2606 .btn-tap {
  background: var(--base-dk-red);
  color: var(--base-wht);
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
}

#giant-allstar_cp_2606 .btn-tap-txt {
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
  letter-spacing: 1px;
}

#giant-allstar_cp_2606 .item-area .item .item-content {
  display: flex;
  flex-direction: column;
}

#giant-allstar_cp_2606 .item-area .item .pic {
  order: 1;
}

#giant-allstar_cp_2606 .item-area .item .btn-tap {
  order: 2;
}

#giant-allstar_cp_2606 .item-area .item .item_txt_area {
  order: 3;
}

#giant-allstar_cp_2606 .item-area .item .btn-tap {
  position: relative;
  z-index: 10;
  width: 100%;
  left: 0%;
  transform: skewY(7deg);
  margin-top: -2.5rem;
  justify-content: center;
  gap: 15px;
}

/*===============================================
● カフェの味わい3タイプ：段階的なコーヒーグラデーション
===============================================*/
/* ① 1番目：軽め ／ ミルクリッチ（ミルク感たっぷりの優しいクリームベージュ） */
#giant-allstar_cp_2606 .item-area .item .item_txt_area dl dd:nth-of-type(1) {
  background-color: #fff8ed !important;
  color: var(--base-blk) !important;
}

/* ② 2番目：普通 ／ レギュラー（王道のマイルドなコーヒーブラウン） */
#giant-allstar_cp_2606 .item-area .item .item_txt_area dl dd:nth-of-type(2) {
  background-color: #e1c29e !important;
  color: var(--base-blk) !important;
}

/* ③ 3番目：濃いめ ／ コーヒーリッチ（ガツンとビターな深煎りダークブラウン） */
#giant-allstar_cp_2606 .item-area .item .item_txt_area dl dd:nth-of-type(3) {
  background-color: #51331e !important;
  color: #ffffff !important;
  /* ★ここだけ文字を白反転させて、圧倒的な「濃さ」を演出しつつ読みやすく！ */
}

/*===============================================
● カフェ専用ゾーン ＆ 独立した関連リンクの美化
===============================================*/
#giant-allstar_cp_2606 .item-area .item .item_txt_area dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  flex-grow: 1;
  gap: 1rem 0.3rem;

}

#giant-allstar_cp_2606 .item-area .item .item_txt_area dl dt {
  grid-column: -1/1;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  font-weight: 500;
  line-height: 1.4;
  color: var(--base-blk);
}

#giant-allstar_cp_2606 .item-area .item .item_txt_area dl dd {
  background: var(--base-wht);
  border: 2px solid var(--base-blk);
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.65rem, 1vw, 0.75rem);
  font-weight: 500;
  line-height: 1.2;
  padding: 0.5rem 0.2rem;
  height: 100%;
}

#giant-allstar_cp_2606 .coffee-zone {
  margin-top: auto;
  text-align: left;
  background: #f8f8f8;
  padding: 1rem;
  gap: 1rem 0.3rem;
  border-radius: 8px;
  border: 2px dashed var(--base-blk);
}

#giant-allstar_cp_2606 .coffee-related-link {
  display: inline-block;
  margin-top: .5rem;
  color: #0171a6 !important;
  font-weight: 600;
  font-size: clamp(0.8rem, 0.85vw, 0.9rem);
  text-decoration: underline !important;
  transition: opacity 0.2s ease;
}

#giant-allstar_cp_2606 .coffee-related-link:hover {
  opacity: 0.6;
}


/*===== animation-area ======*/

#giant-allstar_cp_2606 .kv {
  will-change: transform;
}

#giant-allstar_cp_2606 .c-mv-ttl {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 67%;
  will-change: transform;
}

#giant-allstar_cp_2606 .kv-confetti {
  position: absolute;
  top: -4%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  object-fit: contain;
  pointer-events: none;
  will-change: transform;
}



/*===============================================
●フィルターナビ
===============================================*/

#giant-allstar_cp_2606 .filter-scroll-guide {
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 0.85rem);
  font-weight: 800;
  color: var(--base-wht);
  margin: 0 auto -0.5rem;
  letter-spacing: 0.05em;
  /* 世界観に合わせた、なじむフチドリ */
  text-shadow:
    1px 1px 0px var(--base-dk-red),
    -1px -1px 0px var(--base-dk-red),
    -1px 1px 0px var(--base-dk-red),
    1px -1px 0px var(--base-dk-red);
}

#giant-allstar_cp_2606 .filter-nav {
  padding: 1rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2rem;
}

#giant-allstar_cp_2606 .filter-nav::-webkit-scrollbar {
  display: none;
  /* スクロールバー非表示 */
}

#giant-allstar_cp_2606 .filter-buttons {
  display: flex;
  gap: 10px;
  width: max-content;
  padding: 0 1rem;
  margin: 0 auto;
}

#giant-allstar_cp_2606 .filter-btn {
  appearance: none;
  border: none;
  background: #fff;
  padding: 0.8rem 1.2rem;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.1s;
  white-space: nowrap;
}

#giant-allstar_cp_2606 .filter-btn.active {
  background: var(--base-red);
  color: #fff;
  box-shadow: none;
  transform: translateY(2px);
}

.others {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: var(--base-wht);
  padding: 1rem;
  box-sizing: border-box;
}

.others .inner {
  width: min(100%, 1200px);
  margin: 0 auto;

}

.ly-contents-area {
  padding: 10px 0 0;
}


/*===============================================
●Flip用：非表示状態の定義
===============================================*/
/* JSでフィルタリングする際に使用します */
#giant-allstar_cp_2606 .js-item.is-hidden {
  display: none;
}


/*===============================================
● モーダル全体の大枠と背景
===============================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overscroll-behavior: none;
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  z-index: 100;
}

.modal-content {
  position: fixed !important;
  background: #ffffff !important;
  z-index: 10000 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
}

.modal-inner {
  padding: 0;
  height: 100%;
  overflow: visible;
}

.modal-badge-wrap {
  position: absolute !important;
  top: 17% !important;
  right: 18% !important;
  width: 25% !important;
  max-width: 140px !important;
  min-width: 90px !important;
  z-index: 99 !important;
  display: none;
  transform-origin: center center !important;
}

.modal-badge-wrap img {
  width: 100% !important;
  height: auto !important;
  filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.15)) !important;
}

.modal-pic {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 背景：集中線 */
.modal-blast-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: radial-gradient(circle at center, #ffffff 10%, var(--base-yew, #FFD200) 70%) !important;
}

.modal-blast-bg .blast-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vh;
  height: 140vh;
  max-width: none;
  object-fit: cover;
}

.modal-product-stage {
  position: relative;
  z-index: 2;
  width: min(85%, 460px);
  aspect-ratio: 1 / 1;
  margin-bottom: 40px;
}


.modal-normal-img,
.modal-product-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-normal-img {
  z-index: 2;
}

.modal-product-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 3;
  filter: drop-shadow(-10px 15px 15px rgba(0, 0, 0, 0.3));
  transform: scale(1.15);
}

.size-tag {
  position: absolute;
  bottom: -20%;
  right: -8%;
  z-index: 4;
  font-size: clamp(0.6rem, 1.8vw, 0.8rem);
  font-weight: bold;
  color: #444;
  background: #fff;
  padding: .2rem .6rem;
  border-radius: 20px;
  border: 2px solid #888;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-note {
  position: absolute !important;
  bottom: 20px !important;
  left: 0 !important;
  width: 100% !important;
  text-align: center !important;
  font-size: clamp(0.8rem, 1.2vw, 1rem) !important;
  color: var(--base-dk-red) !important;
  font-weight: normal !important;
  letter-spacing: 0.05em !important;
  z-index: 5 !important;
  margin: 0 !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
}

/*===============================================

●pc.css 画面の横幅が737px以上

===============================================*/
@media screen and (min-width: 737px) {

  /*===== common ======*/
  #giant-allstar_cp_2606 .pc-none {
    display: none;
  }

  /*======●PC：サイドドロワー（右から）=========*/
  .modal-content {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    width: 50vw !important;
    max-width: 1200px !important;
    min-width: 450px !important;
    height: 100% !important;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3) !important;
    transform: translateX(100%) !important;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  }

  #js-modal.is-open .modal-content {
    transform: translateX(0) !important;
  }

  #giant-allstar_cp_2606 .item-area .item:hover {
    filter: drop-shadow(9px 9px 0px var(--base-dk-red));
  }

  #giant-allstar_cp_2606 .item-area .item:hover .item-content {
    transform: translate(-3px, -3px);
  }

  #giant-allstar_cp_2606 .item-area .item:active {
    filter: drop-shadow(3px 3px 0px var(--base-dk-red)) !important;
  }

  #giant-allstar_cp_2606 .item-area .item:active .item-content {
    transform: translate(3px, 3px) !important;
  }

  #js-modal-close {
    position: absolute !important;
    top: 25px !important;
    right: 25px !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer !important;
    z-index: 10010 !important;
  }

  #js-modal-close::before,
  #js-modal-close::after {
    content: '' !important;
    position: absolute !important;
    top: 14px !important;
    left: 0 !important;
    width: 30px !important;
    height: 3px !important;
    background-color: var(--base-blk) !important;
    border-radius: 2px !important;
  }

  #js-modal-close::before {
    transform: rotate(45deg) !important;
  }

  #js-modal-close::after {
    transform: rotate(-45deg) !important;
  }

}

/*===============================================

●sp.css  画面の横幅が736pxまで

===============================================*/
@media screen and (max-width: 736px) {

  /*===== common ======*/
  #giant-allstar_cp_2606 .sp-none {
    display: none;
  }

  #giant-allstar_cp_2606 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  #giant-allstar_cp_2606 .text-area {
    padding: 1.5rem 0.8rem;
  }

  #giant-allstar_cp_2606 .filter-buttons {
    padding: 0;
    gap: .5rem;
  }

  #giant-allstar_cp_2606 .item-area {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 1rem 0;
    position: relative;
    z-index: 1;
    background: var(--base-col02);
  }

  #giant-allstar_cp_2606 .items {
    padding: 0 2rem 2rem;
  }


  #giant-allstar_cp_2606 .ttl_h2 {
    margin: 1rem auto;
    padding: 0;
    width: 100%;
  }

  #giant-allstar_cp_2606 .ttl_h2 span {
    padding: 0;
    width: auto;
    border-width: 3px;
  }

  #giant-allstar_cp_2606 .kome {
    margin: 0 auto 1rem;
    padding: 1rem;
    box-sizing: border-box;
    text-align: left;
  }

  #giant-allstar_cp_2606 .item-area .item .item_txt_area {
    padding: 3rem 1rem 1rem;
  }

  #giant-allstar_cp_2606 .item-area .txt {
    margin: .5rem 0 0;
  }

  #giant-allstar_cp_2606 .item-area .name span {
    display: block;
    margin: 0;
  }

  #giant-allstar_cp_2606 .c-pic-item {
    width: 80%;
  }

  #giant-allstar_cp_2606 .item-area .item .item_txt_area dl {
    margin-top: .5rem;
  }

  #giant-allstar_cp_2606 .item-area .item .btn-tap {
    margin-top: -2rem;
    padding: .4rem;
  }

  #giant-allstar_cp_2606 .filter-btn {
    padding: 0.5rem;
    font-size: 0.7rem;
  }

  #giant-allstar_cp_2606 .filter-nav {
    margin-bottom: 1rem;
  }

  /* ① 通常時のItemに、指を離したときに滑らかに「100%のサイズ」に戻る設定を足す */
  #giant-allstar_cp_2606 .item-area .item {
    transition: transform 0.1s ease;
  }

  #giant-allstar_cp_2606 .item-area .js-item:active {
    transform: scale(0.96) !important;
    filter: none !important;
    transition: transform 0.04s ease, filter 0.04s ease !important;
  }

  .others {
    padding: 0.8rem;
  }

  /*===============================================
●モーダル
===============================================*/
  .normal-silhouette .size-tag {
    font-size: 0.6rem;
  }

  .modal-product-stage {
    width: 68% !important;
    margin-bottom: 15px !important;
  }

  .modal-product-img {
    width: 100%;
  }

  .modal-note {
    bottom: 10px !important;
  }

  .modal-badge-wrap {
    position: absolute !important;
    top: 7% !important;
    right: 6% !important;
  }

  .modal-product-img {
    filter: drop-shadow(-6px 10px 10px rgba(0, 0, 0, 0.2));
  }

  /*==========●SP：ボトムシート（下から）==================*/
  .modal-content {
    top: auto !important;
    right: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 80vh !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(100%) !important;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    overscroll-behavior: none;
    overflow: hidden !important;
  }

  html.modal-open,
  body.modal-open {
    overflow: hidden !important;
  }

  #js-modal.is-open .modal-content {
    transform: translateY(0) !important;
  }

  .modal-close-bar {
    width: 40px;
    height: 5px;
    background: #ccc;
    border-radius: 10px;
    margin: 10px auto;
    cursor: pointer;
  }

  /*===== animation-area ======*/
  #giant-allstar_cp_2606 .c-mv-ttl {
    top: 8%;
    left: 0;
    right: 0;
    width: 97%;
  }

}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {}

@media screen and (min-width: 737px) and (max-width: 1023px) {}