.liquor {
  font-family: Georgia, 'Times New Roman', Times, serif;
  background: #000000;
  color: #fff;
  padding-top: 80px;
}
.inner {
  padding: 0 20px;
  max-width: 1200px;
  margin: auto;
}
.inner_1100 {
  padding: 0 20px;
  max-width: 1100px;
  margin: auto;
}
.flex {
  display: flex;
}
.relative {
    position: relative;
} 
/* .liquor .kv {
  text-align: center;
  min-height: calc(100vh - 80px);
  background: url(/img/liquor/lp/bg_kv2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
} */
.liquor .kv {
  text-align: center;
  min-height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
/* 1枚目 */
.liquor .kv::before,
.liquor .kv::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  transition: opacity 3s ease-in-out;
  z-index: 0;
}
.liquor .kv::before {
  background-image: url(/img/liquor/lp/bg_kv.jpg);
  opacity: 1;
}
.liquor .kv::after {
  background-image: url(/img/liquor/lp/bg_kv2.jpg);
  opacity: 0;
}
/* 切り替え */
.liquor .kv.bg2::after {
  opacity: 1;
}
.ttl_top {
  position: absolute;
  top: calc(50% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  white-space: nowrap;
  z-index: 3;
}
.ttl_top .ttl {
  font-size: clamp(2.2rem, 6vw, 5rem);
}
.ttl_top .ttl2 {
  font-size: clamp(2.2rem, 6vw, 5rem);
}
.ttl_top .ttl_sub {
  color: #c9a84c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  font-size: clamp(0.85rem, 2vw, 1.5rem);
}
.ttl_top .ttl_sub::before,
.ttl_top .ttl_sub::after {
  content: "";
  height: 1px;
  background-color: #c9a84c;
  flex-basis: 50px;
}
.ttl_top .ttl_sub::before {
  margin-right: 15px;
  /* 文字と左の線の間隔 */
}
.ttl_top .ttl_sub::after {
  margin-left: 15px;
  /* 文字と右の線の間隔 */
}
.ttl_top .ttl2 {
  background-image: linear-gradient(70deg,
      #f7c532 45%,
      #fff 50%,
      #f7c532 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 4s infinite;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.kv .flex {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.kv .flex li {
  border: solid 1px #ffffff;
  letter-spacing: 0.12em;
  padding: 14px 36px;
  flex: 0 0 200px;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}
/* ホバー */
.kv .flex li:hover {
  border-color: #c9a84c;
}
/* 選択中 */
.kv .flex li.active {
  background: #f7c532;
  border-color: #f7c532;
  color: #16120f;
  font-weight: bold;
}
/* 選択中はホバーしても維持 */
.kv .flex li.active:hover {
  background: #f7c532;
  border-color: #f7c532;
  color: #16120f;
}
/* タブ切り替え */
.product_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
  letter-spacing: 1.5;
}
.product_tabs li {
  min-width: 90px;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: .3s;
  font-size: 12px;
}
.product_tabs li:hover {
  border-color: #c9a84c;
}
.product_tabs li.active {
  background: #f7c532;
  border-color: #f7c532;
  color: #16120f;
  font-weight: bold;
}
/* 商品一覧 */
#product {
  background-color: #000;
  margin-bottom: 50px;
}
.product_title {
  text-align: center;
  margin-bottom: 60px;
}
.product_title h2 {
  font-size: 48px;
  letter-spacing: .1em;
}
.product_title p {
  margin-top: 10px;
  font-size: 18px;
}
.product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: serif;
}
.product_card {
  background: linear-gradient(180deg, #1f1811 0%, #16120f 100%);
}
.product_item {
  width: calc((100% - 80px) / 5);
}
.product_item {
  display: block;
}
.product_item[style*="none"] {
  display: none !important;
}
/* タブレット */
@media screen and (max-width:1200px) {
  .product_item {
    width: calc((100% - 60px) / 4);
  }
}
/* タブレット小 */
@media screen and (max-width:900px) {
  .product_item {
    width: calc((100% - 40px) / 3);
  }
}
/* スマホ */
@media screen and (max-width:767px) {
  .product_item {
    width: calc((100% - 20px) / 2);
  }
  .product_tabs {
    gap: 10px;
  }
  .product_tabs li {
    min-width: 130px;
    font-size: 14px;
  }
  .product_name {
    font-size: 22px;
  }
  .product_price {
    font-size: 28px;
  }
  .product_footer {
    flex-direction: column;
    gap: 15px;
  }
}
/* 商品カード */
.product_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #16120f;
  border: 1px solid #4d3814;
  color: #d7b866;
  transition: .3s;
}
.product_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}
.product_card:hover .product_image img {
  transform: scale(1.2);
}
.product_image {
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
}
.product_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .8s;
  transform: scale(1.05);
}
.product_badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #d8b54b;
  color: #16120f;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 14px;
  z-index: 1;
}
.product_info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product_category {
  display: flex;
  gap: 15px;
  font-size: 14px;
}
.product_category span {
  font-size: 14px;
}
.product_category span:first-child {
  color: #d8b54b;
  font-weight: bold;
}
.product_name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.product_en {
  color: #a18a5d;
  font-size: 12px;
  margin-top: auto;
}
.product_review {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.product_review .star {
  color: #d8b54b;
  letter-spacing: 2px;
}
.product_review .count {
  color: #9d8b64;
}
.product_spec {
  color: #b79e67;
  font-size: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #4d3814;
}
.product_footer {
  display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-end;
    margin-right: 8px;
}
.product_price {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  /* display: flex;
    align-items: flex-end; */
    font-family:'Times New Roman', Times, serif;
}
.product_price .yen {
  font-size: 16px;
}
.product_price small {
  font-size: 12px;
  color: #b79e67;
  display: flex;
  justify-content: flex-end;
  margin-left: 5px;
}
.cart_btn {
  border: 1px solid #d8b54b;
  color: #d8b54b;
  text-decoration: none;
  padding: 5px 5px;
  transition: .3s;
  margin: 15px 0;
  font-size: 12px;
}
.cart_btn:hover {
  background: #d8b54b;
  color: #16120f;
}
/* もっと見るボタン */
.more_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  border: 1px solid #4d3814;
  background:
    linear-gradient(180deg,
      #1f1811 0%,
      #16120f 100%);
  transition: .4s;
}
.more_link:hover {
  border-color: #f7c532;
  background:
    linear-gradient(180deg,
      #2a2115 0%,
      #1b1510 100%);
  transform: translateY(-3px);
}
.more_en {
  color: #c9a84c;
  font-size: 14px;
  letter-spacing: .2em;
}
.more_jp {
  margin-top: 15px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
}
.arrow {
  margin-top: 25px;
  color: #f7c532;
  font-size: 50px;
  transition: .3s;
}
.more_link:hover .arrow {
  transform: translateX(10px);
}
/* 特集 */
#feature {
  background: #2a231c;
  width: 100%;
  padding-bottom: 50px;
}
.feature_title {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
}
.feature_title h2 {
  font-size: 48px;
  letter-spacing: .1em;
}
.feature_title h2::before {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  text-shadow: 4px 4px #333;
  -webkit-text-stroke: 4px #333;
}
.feature_title p {
  margin-top: 10px;
  font-size: 18px;
}
.feature_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feature_list li {
  width: 100%;
}
.feature_list a {
  display: block;
}
.feature_list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: #f7c5325c 0px 0px 12px 0px;
}
@media (max-width: 1024px) {
  .feature_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .feature_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .feature_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 文化 */
#culture {
  /* background-color: #16120f; */
  background-image: url(/img/liquor/lp/bg2.jpg);
  background-size: contain;
}
#culture .bg_bk {
  background-color: #000000bd;
  padding-top: 50px;
  padding-bottom: 50px;
}
#culture .culture_ttl .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
#culture .culture_ttl .flex li {
  width: 45%;
}
#culture .culture_ttl .flex li:first-child {
  border: 1px solid #d8b54b;
}
#culture .culture_ttl .flex img {
  transform: translate3d(10px, -10px, 10px);
}
#culture .ttl {
  font-size: clamp(2.2rem, 5vw, 5rem);
}
#culture .ttl2 {
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: normal;
}
#culture .ttl3 {
    font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-weight: normal;
}
#culture .ttl4 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: normal;
  color: #fdcd5dd6;
}
#culture .ttl5 {
  font-size: clamp(2.2rem, 3vw, 2.5rem);
  font-weight: normal;
}
#culture .center {
  text-align: center;
  max-width: 800px;
  margin: 50px auto;
}
#culture .ttl_sub {
  color: #c9a84c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 25px auto;
  font-size: clamp(0.85rem, 2vw, 1.5rem);
}
#culture .ttl_sub::before {
  content: "";
  height: 1px;
  background-color: #c9a84c;
  flex-basis: 50px;
}
#culture .ttl_sub::before {
  margin-right: 15px;
  /* 文字と左の線の間隔 */
}
#culture .text {
    color: #d2d2d2;
    margin: 25px auto;
    font-size: clamp(0.85rem, 2vw, 1.5rem);
    font-family: serif;
}
#culture .ttl2 {
  background-image: linear-gradient(70deg,
      #f7c532 45%,
      #fff 50%,
      #f7c532 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 4s infinite;
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* 各県別 */
.prefecture {
    display: flex;
    align-items: center;
    gap: 70px;
    margin: 80px auto;
    justify-content: center;
}
.prefecture .flex_row {
  display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
  flex-direction: row;
  border-bottom: solid 1px #fff;
}
.prefecture .flex_row_end {
  display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
  flex-direction: row;
      text-align: end;
      border-bottom: solid 1px #fff;
}
.prefecture .flex_row img {
  width: 80px;
}
.prefecture .flex_row_end img {
  width: 80px;
}
.prefecture .flex_column {
  display: flex;
  flex-direction: column;
}
.prefecture .abs {
    position: absolute;
    height: 300px;
    width: auto;
    left: -20px;
    top: 10px;
    z-index: 1;
}
/* 
.prefecture .prefecture_img{
   border: 1px solid #d8b54b;
} */
.prefecture .prefecture_img img{
    width: 330px;
    filter: drop-shadow(6px 6px 8px #00000075);
    transform: translate3d(10px, -10px, 10px);
}
.pagetop {
  font-size: 14px;
  color: #d8b54b;
  background: #2a231c;
  width: 50px;
  height: 50px;
  border-width: 2px;
}
.stop .flex {
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 10px 30px;
}
.stop div {
  font-size: 12px;
}
/*年齢確認*/
#modal_top {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.modal_box {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 90%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
}
#modal_top .modal_box p {
  font-size: 1.2em;
  line-height: 1.8;
  font-family: 'Yu Gothic UI', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}
#modal_top .modal_box ul {
  justify-content: center;
}
#modal_top .modal_box ul li {
  width: 45%;
  max-width: 200px;
  text-align: center;
  box-sizing: border-box;
  background: #8e0108;
  margin: 0 3%;
  padding: 15px 0;
  border-radius: 5px;
}
#modal_top .modal_box ul li a {
  color: #fff;
  display: block;
  font-family: 'Yu Gothic UI', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}
/* 固定するナビゲーションのスタイル */
.top_fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
  z-index: 1000;
  background: #16120f;
  height: 65px;
  width: 100%;
  border-bottom: 1px solid #674f08d9;
}
/* 非表示時のスタイル */
.top_fixed.hide {
  opacity: 0;
}
/* 完全に非表示の時のスタイル */
.top_fixed.hidden {
  display: none;
}
.top_menu_wrap {
  display: flex;
  align-items: center;
  margin-right: 70px;
  height: 65px;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.top_menu_logo img {
  display: block;
  max-width: 160px;
  height: auto;
}
.top_menu_wrap ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  /* width: calc(100% - 200px); */
}
.top_menu_wrap li:not(:last-child) {
  margin-right: 50px;
}
.top_menu_wrap li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.top_menu_wrap li a:hover {
  color: #8b7b1c;
}
/* .top_menu_wrap li a span {
  color: #8b7b1c;
  font-size: 13px;
} */
/* イオン鹿児島店から発送追加こここら */
#kagoshima_info{
  background-color: #efe0dc;
  color: #4d4d4d;
    width: 100%;
  padding-bottom: 100px;
}
.kagoshima_info{
    padding: 0 20px;
  max-width: 1100px;
  margin: auto;
}
#kagoshima_info .image-container{
display: flex;
  flex-wrap: nowrap;       /* ★ここを「nowrap（絶対折り返さない）」に変更！ */
  justify-content: center; /* 4枚全体を真ん中に寄せます */
  align-items: center;     /* 縦方向の真ん中で揃えます */
  width: 100%;             
  max-width: 1000px;       
  margin: 0 auto;          
  gap: 10px;               /* 画像同士の間隔 */
  box-sizing: border-box;
}
#kagoshima_info .image-container img {
 flex: 0 1 auto;          /* ★伸びない(0)、画面が狭いときだけ縮む(1)、サイズは自動(auto) */
  width: auto;             /* 画像本来の縦横比に基づいて横幅を決める */
  max-width: 100%;         
  height: 200px;           /* 高さを固定することで、横幅が比率通り（長短そのまま）になります */
  object-fit: contain;
  margin-top: 20px;
}
#kagoshima_info .ttl3 {
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
#kagoshima_info .ttl3 .highlight{
    font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-weight: bold;  /* 太字にする */
  color: #c49100;
}
@media screen and (max-width: 1000px) {
  .top_menu_wrap {
    margin-right: 10px;
    height: 70px;
  }
  .top_menu_wrap ul {
    width: calc(100% - 100px);
  }
  .top_menu_wrap li:not(:last-child) {
    margin-right: 5px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .top_fixed {
    height: 70px;
  }
  .top_menu_wrap li a {
    font-size: 12px;
  }
.prefecture {
    flex-direction: column; 
  }
  /* 画像1番最初にする */
  .prefecture .relative {
    order: 1;
  }
  /* テキストブロックを2番目にする */
  .prefecture .flex_column {
    order: 2;
  }
  #culture .bg_bk .text{
    font-size: 12px;
  }
  .product_item h3 {
    font-size: 16px;
  }
  .product_category span {
  font-size: 12px;
}
/* イオン鹿児島店から発送追加こここら */
#kagoshima_info .image-container {
  flex-wrap: wrap;       /* スマホのときだけ折り返しを許可 */
    gap: 10px;
    align-items: center; 
  }
#kagoshima_info .image-container img {
  flex: none;             
    width: calc(50% - 5px); 
    max-width: 100%;        
    height: auto;          /* スマホでは高さも自動にして比率キープのまま2列 */
    object-fit: contain;     /* 2枚きっちり並べるため、スマホ時のみ『cover』にしてトリミングすると綺麗に揃います */
  }
  #kagoshima_info .image-container img:nth-child(1) {
    width: 100%;           /* 横幅いっぱいに広げる */
  } 
  #kagoshima_info .image-container img:nth-child(4) {
    height: 250px;
  } 
}
