/* 共通 */
.liquor_common {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #000046;
  overflow: hidden;
  text-align: center;
}
.liquor_common p {
  font-size: 18px;
}
.liquor_common .ttl {
  font-size: 6vw;
  line-height: 85%;
  font-stretch: normal;
  text-decoration: none;
  font-family: fantasy, serif, sans-serif;
  font-weight: 400;
  padding: 20px 0;
  color: #11a9e0;
}
.liquor_common .ttl2 {
  font-size: 48px;
  line-height: 90%;
  font-stretch: normal;
  text-decoration: none;
  font-family: serif;
  font-weight: 800;
  padding: 20px 0;
  color: #11a9e0;
  letter-spacing: -5px;
}
.liquor_common 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_common h3 {
  font-size: 30px;
  text-align: center;
  margin: 20px auto;
}
.ttl_sub {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 20px;
}
.dewars_bg_iv {
  background: #fdf8f4;
}
.inner {
  max-width: 1000px;
  margin: auto;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
}
.column {
  display: flex;
  flex-direction: column;
}
.text_center {
  text-align: center;
}
.pagetop {
  background: #00c3f2;
}
.top_bn {
  margin-bottom: 50px;
}
.bg_bombay {
  background-image: url(/img/liquor/bombay/bg_bombay_img.jpg);
  background-attachment: fixed;
  height: 50vw;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100vw;
}
/* 個別 */
.bombay .logo {
  margin: auto;
  max-width: 50%;
}
.bombay .flex {
  align-items: center;
  justify-content: space-between;
}
.bombay .flex li {
  width: calc(100% / 2 - 100px);
}
.bombay .flex li img {
  width: 70%;
  min-width: 350px;
  margin-bottom: -30px;
  border-radius: 20px 0 20px 0;
}
.bombay .flex .column {
  align-items: center;
  justify-content: space-evenly;
  margin: 0px 50px 20px 0px;
}
.bombay .abs {
  position: absolute;
  /* width: 300px; */
  left: 50%;
  transform: translateX(-50%);
}
.bombay .abs img {
  width: 300px;
}
/* 商品のこだわり */
/* .product {
  position: relative;
} */
.product .flex {
  gap: 25px 2%;
  justify-content: center;
  align-items: end;
  margin: -75px auto 0;
  padding-bottom: 50px;
}
.product .flex .column {
  margin-bottom: 30px;
}
.product .flex li {
  width: 48%;
}
.ttl_movie_sub {
  font-size: 18px;
}
.commitment .flex {
  align-items: center;
  justify-content: center;
  gap: 2%;
  margin-bottom: 90px;
}
.commitment .flex img {
  max-width: 300px;
  border-radius: 20px 0 20px 0;
}
/* 動画 */
.movie {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.movie video {
  width: 100%;
  height: auto;
  display: block;
}
/* テイスティングノート */
.tasting {
  position: relative;
  background: linear-gradient(#ffffff00, #b5f4fd);
  /* margin-bottom: 30px; */
}
.tasting_bg {
  background-image: url(/img/liquor/bombay/bg_bombay.svg);
  /* padding-bottom: 20px; */
}
.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: 30px auto;
}
.flex_item img {
  max-width: 650px;
  margin: auto;
}
/* テイスティングテーブル */
table {
  width: 100%;
  border-collapse: collapse;
  color: #000046;
}
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 #000046;
  ;
}
td {
  display: flex;
  align-items: center;
  gap: 20px;
}
td::before {
  content: "―";
  flex-shrink: 0;
  color: #000046;
}
/*購入ボタン*/
.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;
}
.buy_button2 a {
  display: flex;
  background: linear-gradient(to right, #00104e 50%, #d11b10 50%);
  background-size: 200% 100%;
  background-position: left;
  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;
  border: solid 1px #00104e;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.buy_button2 a:hover {
  background-position: right;
  color: #ffffff;
  opacity: 1;
  border: solid 2px #00104e;
}
/* 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 {
  background: #000046;
  color: #FFF;
}
.stop_bg {
  background-image: url(/img/liquor/bombay/bg_footer.png);
  background-size: contain;
}
.stop .flex {
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 10px 30px;
}
.stop div {
  font-size: 12px;
}
.logo_stircreativity img {
  width: 90%;
  margin: auto;
  padding: 80px 0;
  max-width: 700px;
}
/*年齢確認*/
#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) {
  .bombay {
    background: linear-gradient(#b5f4fd, #FFF);
  }
  .bombay .sp img {
    width: 150px;
    margin: auto;
  }
  .liquor_common h2 {
    padding-top: 10px;
    font-size: 50px;
  }
  .liquor_common h3 {
    font-size: 24px;
  }
  .liquor_dewars p {
    font-size: 16px;
  }
  .inner {
    padding: 0 10px;
  }
  .ttl_sub {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .top_bn {
    margin-bottom: 0;
  }
  .bombay .flex {
    flex-direction: column;
  }
  .bombay .flex li {
    width: 100%;
  }
  .bombay .flex li img {
    width: 80%;
    margin: 10px auto 0;
  }
  .bombay .flex .column {
    margin: 0 auto 10px;
  }
  .bombay .logo {
    max-width: 90%;
  }
  .bg_bombay {
    height: 50%;
    background-position: center;
    background-size: 130%;
  }
  .liquor_common p {
    font-size: 16px;
  }
  .liquor_common .ttl {
    font-size: 46px;
    line-height: 95%;
  }
  .liquor_common .ttl2 {
    font-size: 36px;
    text-shadow: #FFF 1px 1px 0px;
    line-height: 95%;
  }
  .product .flex {
    flex-direction: column;
    gap: 0;
    margin: auto;
  }
  .product .flex li {
    margin: auto;
    width: 90%;
  }
  .commitment .flex {
    gap: 2%;
    margin-bottom: 40px;
  }
  .commitment .flex:nth-of-type(1),
  .commitment .flex:nth-of-type(3) {
    flex-direction: column-reverse;
  }
  .commitment .flex:nth-of-type(2),
  .commitment .flex:nth-of-type(4) {
    flex-direction: column;
  }
  .commitment .flex img {
    max-width: 350px;
  }
  .scroll-indicator span {
    margin-top: -40px;
  }
  .movie {
    padding-top: 20px;
  }
  .video-content {
    max-width: 98%;
    max-height: 98%;
  }
  .ttl_movie {
    font-size: 45px;
  }
  .border_bottom {
    margin: 20px 40px 10px;
  }
  .tasting_bg {
    padding-bottom: 0px;
  }
  .tasting h3 {
    font-size: 22px;
  }
  .tasting .flex {
    display: flex;
    flex-direction: column;
  }
  .tasting_flex_left {
    width: 50%;
    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;
  }
}
