@charset "Shift_JIS";

/* --------------------------------------------------------------------
基本設定CSS
--------------------------------------------------------------------- */

/* ページ内リンクのスクロール用 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

/* 文字数オーバー時に改行させる */
.mainframe_ .inblock,
.wrapper_:not(:has(.mainframe_)) .inblock {
  display: inline-block;
}

/* 【GTM】計測対象の子要素のポインターイベントの無効化 */
.mainframe_ [data-gtm-action] *,
.wrapper_:not(:has(.mainframe_)) [data-gtm-action] * {
  pointer-events: none;
}

/* フォントサイズ（デフォルト） */
#event_wrap_top,
#event_wrap_btm {
  font-size: 1.6rem;
  line-height: 1.4;
}

/* アニメーション設定 */
#event_wrap_top *,
#event_wrap_btm * {
  transition: opacity 0.3s ease, color 0.3s ease, border 0.3s ease, background 0.3s ease, transform 0.3s ease, background-size 0.3s ease;
}

/* マウスオーバー設定（PCのみ） */
.mainframe_ #event_wrap_top a:hover,
.mainframe_ #event_wrap_btm a:hover {
  opacity: .7;
  text-decoration: none;
}

/* --------------------------------------------------------------------
【PC】「特集一覧」ページ用CSS / .mainframe_ #event_wrap_btm.featurelist
--------------------------------------------------------------------- */

/* 初期設定
--------------------------------- */

/* 自動出力エリア：タイトル表示 */
.mainframe_ > .m-title01_.m-title01_ev_ {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: end;
  height: 40px;
  margin: 0 0 20px;
  padding: 3px 5px;
  border-top: none;
  border-bottom: 1px solid #333;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  color: #000;
  letter-spacing: 0.20rem;
}

.mainframe_ > .m-title01_.m-title01_ev_::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  width: auto;
  height: 40px;
  aspect-ratio: 290 / 60;
  background: url("/contents/shop/featurelist/img/logo.png") 0 0 / contain no-repeat;
}

/* フリースペースの余白 */
.mainframe_ #event_wrap_top,
.mainframe_ #event_wrap_btm {
  margin-bottom: 40px;
}

/* コンテンツタイトル */
.mainframe_ .title_box {
  margin: 40px 0 0;
  padding: 20px 0;
  border-top: 1px dashed #8E8E8E;
}

.mainframe_ .title_box .ja {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 2.6rem;
  text-align: center;
  color: #0a0a0a;
  clear: both;
}

/*  ピックアップバナー（.pickup_bnr）
--------------------------------- */
.mainframe_ .pickup_bnr {
  width: 660px;
  margin: 15px auto;
}

.mainframe_ .pickup_bnr a {
  display: block;
}

.mainframe_ .pickup_bnr img {
  width: 100%;
}

/* ナビメニュー(#navi_menu)
--------------------------------- */
.mainframe_ #event_wrap_btm.featurelist #navi_menu ul {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.mainframe_ #event_wrap_btm.featurelist #navi_menu ul li {
  position: relative;
  min-width: 0;
  flex: 1 1 calc(25% - 4.5px); /* (100% - gap×3) ÷ 4列 */
}

.mainframe_ #event_wrap_btm.featurelist #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #fff;
  border: 1px solid #777;
  border-radius: 6px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  color: #111;
}

/* マウスオーバー */
.mainframe_ #event_wrap_btm.featurelist #navi_menu ul li button:hover a {
  background: #f2ebeb;
}

/* アクティブ時 */
.mainframe_ #event_wrap_btm.featurelist #navi_menu ul li button.active-item a {
  background: #333;
  border-color: #333;
  color: #fff;
}

/*  特集(#features)
--------------------------------- */

/* 初期表示を非表示（表示崩れ防止） */
.mainframe_ #event_wrap_btm.featurelist #features .title_list > * {
  display: none;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list > .inner > * {
  display: none;
  width: 100%;
}

/*  アイテム並び（.item_list） */
.mainframe_ #event_wrap_btm.featurelist #features .item_list > .inner {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(20%, 1fr));
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list > .inner > * img {
  display: block;
  width: 100%;
  height: auto;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list > .inner li a img {
  order: 1;
  border: 1px solid #ccc;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list > .inner li a .icon {
  order: 2;
  position: static;
  display: inline-flex;
  align-items: center;
  height: 16px;
  margin: 0 0 8px;
  padding: 0 5px;
  border-left: 4px solid #ceb271;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #8d6404;
  align-self: start;
  align-content: center;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list > .inner li a h3 {
  order: 3;
  min-height: calc(1.5rem * 1.6 * 2);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  color: #111;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list > .inner li a p:not([class*="icon"]) {
  order: 4;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
}

/* 期間限定 */
.mainframe_ #event_wrap_btm.featurelist #features .item_list > .inner li a .icon.red {
  color: #bf0d0d !important;
  border-color: #bf0d0d !important;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list .inner {
  gap: 30px 20px;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list .inner li a {
  display: flex;
  flex-direction: column;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list .inner li a img {
  order: -1;
  margin-bottom: 8px;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list .inner li a h3 {
  margin-top: 0;
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list .inner li:not(:has(.icon)) a h3 {
  margin-top: calc(16px + 8px);
}

.mainframe_ #event_wrap_btm.featurelist #features .item_list .inner li a p:not([class*="icon"]) {
  margin-top: 10px;
}

/* 回遊ボタン（#around_button_wrap）
--------------------------------- */
.mainframe_ #around_button_wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* トップに戻るボタン */
.mainframe_ #around_button_wrap .btn_pageback {
  width: 400px;
  margin: 0 auto 20px;
}

.mainframe_ #around_button_wrap .btn_pageback > a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 30px;
  background: #000;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #fff;
}

/* 左矢印（＜） */
.mainframe_ #around_button_wrap .btn_pageback a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(135deg);
}

.mainframe_ #around_button_wrap .btn_pageback a span {
  margin: 0 auto;
  text-align: center;
}

.mainframe_ #around_button_wrap .btn_pageback a:hover {
  text-decoration: none;
}

/* //PC ここまで */

/* --------------------------------------------------------------------
【SP】「特集一覧」ページ用CSS / .wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist
--------------------------------------------------------------------- */

/* 初期設定
--------------------------------- */

/* 自動出力エリア：タイトル表示 */
.wrapper_:not(:has(.mainframe_)) > .m-title03_ {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: end;
  height: 30px;
  margin: 0 0 12px;
  padding: 3px 1% 3px 38%;
  border-top: 2px solid #0a0a0a;
  border-bottom: 1px solid #333;
  font-family: initial;
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
  color: #000;
  flex-wrap: wrap;
}

.wrapper_:not(:has(.mainframe_)) > .m-title03_::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1%;
  display: block;
  width: auto;
  height: 20px;
  aspect-ratio: 290 / 60;
  margin: 10px 0 0;
  background: url("/contents/shop/featurelist/img/logo.png") 0 0 / contain no-repeat;
}

/* フリースペースの余白 */
.wrapper_:not(:has(.mainframe_)) #event_wrap_top,
.wrapper_:not(:has(.mainframe_)) #event_wrap_btm {
  margin-bottom: 40px;
}

/* コンテンツタイトル */
.wrapper_:not(:has(.mainframe_)) .title_box {
  margin: 40px 0 0;
  padding: 20px 10px;
  border-top: 1px dashed #8E8E8E;
}

.wrapper_:not(:has(.mainframe_)) .title_box .ja {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  font-size: 2.4rem;
  text-align: center;
  color: #0a0a0a;
}

/*  ピックアップバナー（.pickup_bnr）
--------------------------------- */
.wrapper_:not(:has(.mainframe_)) .pickup_bnr {
  margin: 10px 18px; 
}

.wrapper_:not(:has(.mainframe_)) .pickup_bnr a {
  display: block;
}

.wrapper_:not(:has(.mainframe_)) .pickup_bnr img {
  width: 100%; 
}

/* ナビメニュー(#navi_menu)
--------------------------------- */
.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #navi_menu ul {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
  flex-wrap: wrap;
  padding: 0 2%;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #navi_menu ul li {
  position: relative;
  min-width: 0;
  flex: 1 1 calc(50% - 3px); /* (100% - gap×1) ÷ 2列 */
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #fff;
  border: 1px solid #777;
  border-radius: 6px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  color: #111;
}

/* アクティブ時 */
.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #navi_menu ul li button.active-item a {
  background: #333;
  border-color: #333;
  color: #fff;
}

/* 特集(#feature)
--------------------------------- */

/* 初期表示を非表示（表示崩れ防止） */
.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .title_list > * {
  display: none;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list > .inner > * {
  display: none;
  width: 100%;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list > .inner {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 3%;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list > .inner > * img {
  display: block;
  width: 100%;
  height: auto;}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list > .inner li a img {
  order: 1;
  border: 1px solid #ccc;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list > .inner li a .icon {
  display: inline-flex;
  align-items: center;
  height: 14px;
  margin: 0 0 8px;
  padding: 4px;
  border-left: 4px solid #ceb271;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #8d6404;
  order: 2;
  grid-column: 2;
  align-self: start;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list > .inner li a h3 {
  order: 3;
  min-height: calc(1.5rem * 1.6 * 2);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  color: #111;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list > .inner li a p:not([class*="icon"]) {
  order: 4;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #555;
}

/* 期間限定 */
.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list > .inner li a .icon.red {
  color: #bf0d0d !important; 
  border-color: #bf0d0d !important;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list .inner {
  gap: 30px 4%;
  grid-template-columns: repeat(2, 1fr);
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list .inner li a {
  display: flex;
  flex-direction: column;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list .inner li a img {
  order: -1;
  margin-bottom: 6px;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list .inner li a h3 {
  margin-top: 0;
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list .inner li:not(:has(.icon)) a h3 {
  margin-top: calc(14px + 8px);
}

.wrapper_:not(:has(.mainframe_)) #event_wrap_btm.featurelist #features .item_list .inner li a p:not([class*="icon"]) {
  margin-top: 10px;
}

/* 回遊ボタン（#around_button_wrap）
--------------------------------- */
.wrapper_:not(:has(.mainframe_)) #around_button_wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* トップに戻るボタン */
.wrapper_:not(:has(.mainframe_)) #around_button_wrap .btn_pageback {
  width: 80%;
  margin: 0 auto 20px;
}

.wrapper_:not(:has(.mainframe_)) #around_button_wrap .btn_pageback > a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 30px;
  background: #000;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #fff;
}

/* 左矢印（＜） */
.wrapper_:not(:has(.mainframe_)) #around_button_wrap .btn_pageback a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(135deg);
}

.wrapper_:not(:has(.mainframe_)) #around_button_wrap .btn_pageback a span {
  margin: 0 auto;
  text-align: center;
}

/* //SP ここまで */