/* 共通 */
.liquor_dewars {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.liquor_dewars p {
  font-size: 18px;
}
.dewars_bg_iv {
  /* background: #fdf8f4; */
  background: linear-gradient(#fffaf5, #fdf8f4);
}
.dewars_bg_br {
  background: url(/img/liquor/dewars/bg_dewars.png);
  background-attachment: fixed;
  background-position: center;
}
.inner {
  max-width: 1300px;
  margin: auto;
}
.flex {
  display: flex;
}
.column {
  display: flex;
  flex-direction: column;
}
.text_wh {
  color: #fff;
}
.text_wh span {
  font-size: 18px;
  text-shadow: #000 2px 2px 2px;
}
.text_br {
  color: #8d3a26;
}
.text_br span {
  font-size: 18px;
  /* text-shadow: #00000024 1px 1px 1px; */
}
.text_bl {
  color: #191963;
}
.text_bl span {
  font-size: 18px;
  text-shadow: #00000024 1px 1px 1px;
}
.text_center {
  text-align: center;
}
.pagetop {
  background: #884d20;
}
/* 動画 */
.movie {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.movie video {
  width: 100%;
  height: auto;
  display: block;
}
/* ラインナップ */
.lineup .flex {
  margin-bottom: -50px;
  justify-content: space-evenly;
}
.lineup .flex div {
  width: 15%;
}
.lineup .flex div:first-child {
  margin-top: 2%;
}
.lineup .flex img:nth-child(2) {
  width: 80%;
}
.lineup .column {
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
}
.lineup a img:hover {
  transition: transform 0.5s ease;
  transform: scale(1.05);
}
.scroll-indicator {
  display: flex;
  flex-direction: column;
  /* ▼を縦に並べる */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: fadeLoop 1.5s infinite;
}
.scroll-indicator span {
  font-size: 32px;
  color: #ffffff;
  /* 必要に応じて変更 */
  opacity: 0.5;
  animation: blink 1.5s infinite;
  margin-top: -45px;
}
/* ▼が順番に点滅する */
.scroll-indicator span:nth-child(1) {
  animation-delay: 0s;
}
.scroll-indicator span:nth-child(2) {
  animation-delay: 0.5s;
}
.scroll-indicator span:nth-child(3) {
  animation-delay: 1s;
}
@keyframes blink {
  0%,
  80%,
  100% {
    opacity: 0.5;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(5px);
    /* 軽く下に動かす */
  }
}
/* ストーリー */
.story {
  color: #8d3a26;
}
.story_img {
  width: 75%;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.story .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.story .column {
  width: 50%;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  margin: 40px;
}
.story .column img {
  width: 50%;
}
/* 製法 */
.blend {
  color: #fff;
  /* padding: 30px 0px */
}
.blend h2 {
  font-size: 36px;
  text-align: center;
  margin: 30px auto;
}
.blend h3 {
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
}
.blend .border {
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: #FFF;
  padding: 0 20px;
}
.blend p {
  padding: 0 20px;
  margin: 0 auto 20px;
  min-width: 300px;
}
.blend .flex {
  align-items: center;
}
.blend .flex img {
  max-width: 400px;
}
.blend_img img {
  max-width: 80%;
  margin: 30px auto 40px;
}
.DD_img img {
  max-width: 600px;
  margin: auto;
}
.blend_img2 {
  padding: 10px 50px 60px;
}
.blend .blend_img2 img {
  border-radius: 20px;
  max-width: 300px;
}
/* テイスティングノート */
.tasting {
  color: #8d3a26;
  /* padding-bottom: 100px; */
}
.tasting .dewars_bg_iv {
  padding: 0 20px;
}
.tasting span {
  text-align: center;
  max-width: 650px;
}
.tasting h2 {
  font-size: 36px;
  text-align: center;
  padding-top: 20px;
}
.tasting h3 {
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
}
.tasting .flex {
  justify-content: center;
}
.tasting_flex_left {
  width: 26%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.tasting_flex_right {
  width: 70%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.flex_item {
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.flex_item img {
  max-width: 350px;
  margin: auto;
  padding: 10px;
}
/* テイスティングテーブル */
table {
  width: 100%;
  border-collapse: collapse;
  color: #8d3a26;
}
th,
td {
  padding: 12px 8px;
  vertical-align: middle;
  font-size: 18px;
}
th {
  width: 100px;
  font-weight: normal;
  text-align: left;
}
tr {
  border-bottom: 1.4px solid #8d3a26;
}
td {
  display: flex;
  align-items: center;
  gap: 20px;
}
td::before {
  content: "―";
  flex-shrink: 0;
  color: #8d3a26;
}
/* ダブルダブル */
.double_double {
  color: #fff;
  /* padding: 30px 0px */
}
.double_double h2 {
  font-size: 36px;
  text-align: center;
  margin: 30px auto;
}
.double_double h3 {
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
}
.double_double .border {
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: #FFF;
  padding: 0 20px;
}
.border_bottom {
  border-bottom-color: #8d3a26;
  border-bottom-style: dotted;
  border-bottom-width: 5px;
  margin: 20px 100px 0;
}
.double_double p {
  padding: 0 20px;
  margin: 0 auto 20px;
  min-width: 300px;
}
.double_double .flex {
  align-items: center;
}
.double_double img {
  max-width: 550px;
  margin: auto;
}
.double_double .movie {
  width: 80%;
  margin: auto;
  max-width: 80%;
  overflow: hidden;
  padding: 50px 0;
}
/* .double_double .movie video {
  width: 100%;
  height: auto;
  display: block;
} */
/*購入ボタン*/
.buy_button a {
  display: flex;
  background: linear-gradient(to right, #5b1402a1 50%, #e10d00 50%);
  background-size: 200% 100%;
  background-position: left;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-position 0.4s ease, color 0.4s ease;
  width: 200px;
  margin: 15px auto 0;
  text-align: center;
  font-size: 22px;
  justify-content: center;
  border: solid 4px #8d3a26;
}
.buy_button a:hover {
  background-position: right;
  color: #fff;
  opacity: 1;
}
/* liquor_topバナー */
.liquor_top {
  max-width: 800px;
  width: 90%;
  margin: 50px auto 30px;
  text-align: center;
  padding: 10px;
  background-color: #fffaf5;
  border-radius: 10px;
}
.liquor_top img {
  border-radius: 10px;
}
.linktext {
  color: transparent;
  font-size: 18px;
  background: linear-gradient(to right, orange 50%, #000000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 1s;
}
.linktext:hover {
  background-position: 0 100%;
}
/* 未成年 */
.stop {
  color: #FFF;
}
.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;
}
@media screen and (max-width: 767px) {
  .liquor_dewars p {
    font-size: 16px;
  }
  .text_br span {
    font-size: 16px;
  }
  .scroll-indicator span {
    margin-top: -40px;
  }
  .story .flex {
    display: flex;
    flex-direction: column;
  }
  .story_img {
    width: 100%;
  }
  .story .column {
    width: 100%;
    margin: auto;
    padding: 20px;
  }
  .story .column img {
    margin-bottom: 20px;
  }
  .lineup .flex {
    margin-bottom: -20px;
  }
  .movie {
    padding-top: 20px;
  }
  .blend h3 {
    font-size: 22px;
  }
  .blend .flex {
    flex-direction: column;
  }
  .blend .flex img {
    max-width: 70%;
    margin: auto;
  }
  .blend_img img {
    max-width: 100%;
  }
  .blend_img2 {
    padding: 10px 20px 40px;
  }
  .blend .blend_img2 img {
    max-width: 350px;
    margin-bottom: 20px;
  }
  .double_double h3 {
    font-size: 22px;
  }
  .double_double .flex {
    flex-direction: column;
  }
  .double_double .movie {
    width: 95%;
    max-width: 95%;
  }
  .border_bottom {
    margin: 20px 40px 10px;
  }
  .tasting h3 {
    font-size: 22px;
  }
  .tasting .inner .flex {
    display: flex;
    flex-direction: column;
  }
  .tasting_flex_left {
    width: 70%;
    margin: auto;
  }
  .tasting_flex_right {
    width: 100%;
  }
  .flex_item img {
    max-width: 50%;
  }
  th {
    width: 70px;
    padding: 5px;
  }
  .text_wh span {
    font-size: 16px;
  }
  .text_bl span {
    font-size: 16px;
  }
  th,
  td {
    font-size: 14px;
  }
  .stop div {
    font-size: 10px;
  }
  .liquor_top {
    width: 100%;
    margin: 25px auto;
    padding: 5px;
  }
  .buy_button a {
    padding: 8px 8px;
    border-radius: 4px;
    width: 160px;
    font-size: 18px;
    border: solid 2px #8d3a26;
  }
}
