/* 共通 */
.liquor_common {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #1e2345;
}
.top {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
/* 全スライド共通設定 */
.top .slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}
/* 各スライドの背景指定 */
.top .slide1 {
  background-image: url(/img/liquor/bacardi/top_img01.jpg);
  background-position: left;
}
.slide2 {
  background-image: url(/img/liquor/bacardi/top_img02.jpg);
}
.slide3 {
  background-image: url(/img/liquor/bacardi/top_img03.jpg);
}
.slide4 {
  background-image: url(/img/liquor/bacardi/top_img04.jpg);
}
/* アクティブ時に表示 */
.top .slide.active {
  opacity: 1;
  z-index: 1;
}
/* PNG画像（上に重ねる） */
.top .slide img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
.liquor_common .bg_blur {
  background: #091b4159;
  margin-top: 100vh;
  backdrop-filter: blur(5px);
}
.liquor_common p {
  font-size: 18px;
}
.liquor_common .ttl {
  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: 100px;
  color: #00000000;
  -webkit-text-stroke: 2px #606081;
  text-shadow: 5px 5px #1e2345;
}
.liquor_common .ttl_sub {
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 20px;
}
.liquor_common h3 {
  font-size: 30px;
  text-align: center;
  margin: 20px auto;
}
.liquor_common .text_blue {
  color: #1e2345;
}
.inner {
  max-width: 1100px;
  margin: auto;
  padding: 10px;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
}
.column {
  display: flex;
  flex-direction: column;
}
.pagetop {
  background: #fdf8f4;
  color: #b1915a;
  right: 32px;
}
/* 動画 */
.movie {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: -30px;
}
.movie video {
  width: 100%;
  height: auto;
  display: block;
}
/* 縦横線 */
.liquor_common .border_top {
  border-width: 2px 0px 0 0px;
  border-style: solid;
  border-color: #b1915a;
  transform: translateY(80px);
  padding: 0 60px;
  margin-bottom: 80px;
  background: #fdf8f4;
}
.liquor_common .border_side {
  border-width: 0px 2px 0 2px;
  border-style: solid;
  border-color: #b1915a;
  margin: -80px auto 0;
}
.liquor_common .border_side2 {
  border-width: 0px 2px 0 2px;
  border-style: solid;
  border-color: #b1915a;
  margin: 0px auto -60px;
  padding-bottom: 50px;
}
.liquor_common .border_bottom {
  border-width: 0px 0px 2px 0;
  border-style: solid;
  border-color: #b1915a;
}
.liquor_common .border_none {
  padding: 0 60px 30px;
}
/* LINEUP */
.lineup {
  margin-top: 100vh;
  background: linear-gradient(#FFF, #fdf9f6);
}
.lineup .flex {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.lineup .flex li {
  width: calc(100% / 3 - 10px);
  box-shadow: #0000006b 1px 1px 6px 0px;
  border-radius: 20px;
}
.lineup .flex li img {
  border-radius: 20px;
}
/* バナー各種 */
.banner .flex {
  flex-wrap: wrap;
}
.banner .flex li {
  width: calc(100% / 2);
}
/* テイスティングノート */
.border_dots {
  border-bottom-color: #1e2345;
  border-bottom-style: dotted;
  border-bottom-width: 5px;
  margin: 30px 30px 0;
}
.tasting {
  background: #fdf8f4;
  padding-bottom: 30px;
  margin-bottom: 100vh;
}
.tasting .dewars_bg_iv {
  padding: 0 20px;
}
.tasting span {
  text-align: center;
  max-width: 650px;
}
.tasting .flex {
  justify-content: space-evenly;
}
.br1 {
  border-radius: 200px 200px 0 0;
}
.tasting_flex_left {
  width: 40%;
  max-width: 400px;
  box-sizing: border-box;
  display: flex;
  background: #b1915a;
}
.flex_left2 {
  border-radius: 0px;
}
.flex_left3 {
  border-radius: 0 0 200px 200px;
}
.tasting_flex_left img {
  position: sticky;
  top: 0%;
  padding: 80px 0px;
  max-width: 350px;
  height: fit-content;
  margin: 0 auto;
}
.tasting_flex_right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
}
.tasting_flex_right p {
  /* margin-bottom: 10px; */
  /* border-bottom: solid 1px; */
  padding: 12px 8px;
}
.tasting_flex_right .finish {
  border: solid 1px #1e2345;
  border-radius: 25px;
  text-align: center;
  padding: 5px 30px;
  margin: 0px auto 15px;
}
.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: #1e2345;
}
th,
td {
  padding: 25px 10px;
  vertical-align: middle;
  font-size: 18px;
}
th {
  width: 100px;
  font-weight: normal;
  text-align: left;
}
tr {
  border-bottom: 1.4px solid #1e2345;
}
td {
  display: flex;
  align-items: center;
  gap: 20px;
}
td::before {
  content: "―";
  flex-shrink: 0;
  color: #1e2345;
}
.award {
  margin-bottom: -20px;
}
.award p {
  text-align: center;
  margin-top: 10px;
}
.award .flex {
  align-items: center;
  gap: 10px;
  margin: 10px;
}
.award .flex img {
  max-width: 100px;
}
/*購入ボタン*/
.buy_button a {
  display: flex;
  background: linear-gradient(to right, #1e2345 50%, #dc0000 50%);
  background-size: 200% 100%;
  background-position: left;
  color: #ffffff;
  padding: 7px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-position 0.4s ease, color 0.4s ease;
  width: 200px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 20px;
  justify-content: center;
  /* border: solid 3px #1e2345; */
}
.buy_button a:hover {
  background-position: right;
  color: #ffffff;
  opacity: 1;
  /* border: solid 3px #ffffff; */
}
.footerbn {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url(/img/liquor/royalbrackla/top_img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
  transition: background-image 1s ease-in-out, opacity 1s ease-in-out;
}
/* 未成年 */
.stop {
  position: fixed;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  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_common .ttl {
    font-size: 80px;
    padding-top: 50px;
    text-shadow: 2px 2px #1e2345;
  }
  .liquor_common p {
    font-size: 16px;
  }
  .liquor_common h2 {
    padding-top: 10px;
    font-size: 50px;
  }
  .liquor_common h3 {
    font-size: 24px;
  }
  .ttl_sub {
    font-size: 24px;
    margin-bottom: 0px;
  }
  /* 縦横線 */
  .liquor_common .border_top {
    transform: translateY(30px);
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .liquor_common .border_side {
    margin: -30px auto 0;
  }
  .liquor_common .border_side2 {
    margin: 0px auto -32px;
    padding-bottom: 0px;
  }
  .liquor_common .border_bottom {
    border-width: 0px 0px 2px 0;
    border-style: solid;
    border-color: #b1915a;
  }
  .liquor_common .border_none {
    padding: 0 5px 0px;
  }
  /* LINEUP */
  .lineup .flex li {
    width: calc(100% / 2 - 10px);
  }
  /* バナー各種 */
  .banner .flex li {
    width: 100%;
    background: #FFF;
  }
  /* テイスティングノート */
  .tasting h3 {
    font-size: 22px;
  }
  .tasting .flex {
    display: flex;
    flex-direction: column;
  }
  .tasting_flex_left {
    width: 60%;
    margin: auto;
    border-radius: 150px;
  }
  .tasting_flex_left img {
    max-width: 300px;
  }
  .tasting_flex_right {
    width: 100%;
    padding: 10px 10px 50px;
  }
  .award .flex img {
    max-width: 150px;
  }
  .border_dots {
    margin: 20px 40px 10px;
  }
  th {
    width: 70px;
    padding: 5px;
  }
  .text_wh span {
    font-size: 16px;
  }
  .text_bl span {
    font-size: 16px;
  }
  th,
  td {
    font-size: 14px;
  }
  .sp .stop {
    position: absolute;
    bottom: -100px;
  }
  .stop div {
    font-size: 10px;
  }
  .buy_button a {
    padding: 8px 8px;
    border-radius: 4px;
    width: 160px;
    font-size: 18px;
  }
}
