/* 共通 */
.liquor_ew {
  font-family: Georgia, 'Times New Roman', Times, serif;
  background: url(/img/liquor/evan-williams/bg_ew.jpg);
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  background-position: center 70px;
}
.liquor_ew p {
  font-size: 18px;
}
.liquor_ew h2 {
  font-size: 10vw;
  text-align: center;
  margin: auto;
  line-height: 85%;
  font-stretch: normal;
  text-decoration: none;
  font-family: fantasy;
  font-weight: 400;
  padding-top: 70px;
}
.liquor_ew h3 {
  font-size: 30px;
  text-align: center;
  margin: 20px auto;
}
.liquor_ew .border {
  border-width: 3px 3px 0 3px;
  border-style: solid;
  border-color: #FFF;
  padding: 0 20px;
  margin-left: 5%;
  margin-right: 5%;
}
.liquor_ew .border_2 {
  border-width: 0px 3px 0 3px;
  border-style: solid;
  border-color: #FFF;
  padding: 0 20px;
  margin-left: 5%;
  margin-right: 5%;
}
.liquor_ew .border_3 {
  border-width: 0px 3px 3px 3px;
  border-style: solid;
  border-color: #FFF;
  padding: 0 20px;
  margin-left: 5%;
  margin-right: 5%;
}
.ttl_sub {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 20px;
}
.dewars_bg_iv {
  background: #fdf8f4;
}
.dewars_bg_br {
  background: url(/img/liquor/dewars/bg_dewars.png);
  background-attachment: fixed;
  background-position: center;
}
.inner {
  max-width: 1000px;
  margin: auto;
}
.relative {
  position: relative;
}
.abs_line {
  position: absolute;
  z-index: 0;
  margin: auto;
  overflow: hidden;
  top: -5%;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
}
.abs_line2 {
  position: absolute;
  z-index: 0;
  margin: auto;
  overflow: hidden;
  top: 5%;
  left: 50%;
  transform: translateX(-50%) rotate(182deg);
}
.abs_line3 {
  position: absolute;
  z-index: 0;
  margin: auto;
  overflow: hidden;
  top: 2%;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
}
.abs_line img,
.abs_line2 img,
.abs_line3 img {
  overflow: hidden;
  width: 110vw;
}
.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_center {
  text-align: center;
}
.pagetop {
  background: #e3880b;
}
.top_bn {
  margin-bottom: 50px;
}
/* マスター */
.master {
  /* padding: 30px 0px */
  position: relative;
}
.master p {
  padding: 0 20px;
  margin: 0 auto 20px;
  min-width: 300px;
}
.master .flex {
  align-items: center;
  background: #00000059;
}
.master .flex img {
  max-width: 500px;
}
.master_img img {
  max-width: 80%;
  margin: 30px auto 40px;
}
.master_img2 {
  padding: 10px 50px 60px;
}
.master .master_img2 img {
  border-radius: 20px;
  max-width: 300px;
}
/* 商品のこだわり */
.product {
  position: relative;
}
.product .flex {
  flex-wrap: wrap;
  gap: 30px 2%;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  padding-bottom: 50px;
}
.product .flex li {
  width: 48%;
}
.abs_movie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% /2);
  z-index: 1;
}
.ttl_movie {
  font-size: 60px;
  font-stretch: normal;
  text-decoration: none;
  font-family: fantasy;
  font-weight: 400;
}
.ttl_movie_sub {
  font-size: 18px;
}
/* 動画 */
.movie {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.movie video {
  width: 100%;
  height: auto;
  display: block;
}
.movie-thumb {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s;
}
.movie-thumb:hover {
  transform: scale(1.05);
}
.movie-thumb .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  text-shadow: 0 0 10px black;
}
/* モーダル（非表示状態） */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
/* モーダル内の動画 */
.video-content {
  position: relative;
  max-width: 80%;
  max-height: 80%;
}
.video-content video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: -60px;
  right: 0px;
  color: white;
  font-size: 56px;
  cursor: pointer;
}
/* テイスティングノート */
.tasting {
  position: relative;
  background: linear-gradient(#ffffff00, #000000);
  padding-bottom: 30px;
}
.tasting .dewars_bg_iv {
  padding: 0 20px;
}
.tasting span {
  text-align: center;
  max-width: 650px;
}
.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: center;
}
.tasting_flex_right p {
  /* margin-bottom: 10px; */
  border-bottom: solid 1px;
  padding: 12px 8px;
}
.tasting_flex_right sub {
  font-family: none;
}
.flex_item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.flex_item img {
  max-width: 450px;
  margin: auto;
}
/* テイスティングテーブル */
table {
  width: 100%;
  border-collapse: collapse;
  color: #FFF;
}
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 #FFF;
}
td {
  display: flex;
  align-items: center;
  gap: 20px;
}
td::before {
  content: "―";
  flex-shrink: 0;
  color: #FFF;
}
/*購入ボタン*/
.buy_button a {
  display: flex;
  background: linear-gradient(to right, #ffffff 50%, #dc0000 50%);
  background-size: 200% 100%;
  background-position: left;
  color: #e00000;
  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 3px #ec0202;
}
.buy_button a:hover {
  background-position: right;
  color: #ffffff;
  opacity: 1;
  border: solid 3px #ffffff;
}
/* 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%, #ffffff 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 1s;
}
.linktext:hover {
  background-position: 0 100%;
}
/* 未成年 */
.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_ew h2 {
    padding-top: 10px;
    font-size: 50px;
  }
  .liquor_ew h3 {
    font-size: 24px;
  }
  .liquor_dewars p {
    font-size: 16px;
  }
  .ttl_sub {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .liquor_ew .border {
    padding: 0 10px;
    margin-left: 2%;
    margin-right: 2%;
  }
  .liquor_ew .border_2 {
    padding: 0 10px;
    margin-left: 2%;
    margin-right: 2%;
  }
  .liquor_ew .border_3 {
    padding: 0 10px;
    margin-left: 2%;
    margin-right: 2%;
  }
  .abs_line {
    top: 0%;
    width: 135%;
  }
  .abs_line2 {
    top: 2%;
    width: 145%;
  }
  .abs_line3 {
    top: 1%;
    width: 135%;
  }
  .abs_line img,
  .abs_line2 img,
  .abs_line3 img {
    overflow: hidden;
    width: 130vw;
  }
  .tasting_flex_right sub {
    font-size: 12px;
  }
  .text_br span {
    font-size: 16px;
  }
  .product .flex li {
    width: 100%;
  }
  .scroll-indicator span {
    margin-top: -40px;
  }
  .movie {
    padding-top: 20px;
  }
  .video-content {
    max-width: 98%;
    max-height: 98%;
  }
  .ttl_movie {
    font-size: 45px;
  }
  .master p {
    padding: 0px 10px;
  }
  .master .flex {
    flex-direction: column;
    background: none;
  }
  .master .flex img {
    max-width: 90%;
    margin: 0 auto 20px;
  }
  .master_img img {
    max-width: 100%;
  }
  .master_img2 {
    padding: 10px 20px 40px;
  }
  .master .master_img2 img {
    max-width: 350px;
    margin-bottom: 20px;
  }
  .border_bottom {
    margin: 20px 40px 10px;
  }
  .tasting h3 {
    font-size: 22px;
  }
  .tasting .flex {
    display: flex;
    flex-direction: column;
  }
  .tasting_flex_left {
    width: 60%;
    margin: auto;
  }
  .tasting_flex_right {
    width: 100%;
  }
  .flex_item img {
    max-width: 90%;
  }
  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;
  }
}
