/* 共通 */
.liquor_common {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #fff;
}
/* .liquor_common .top_bn {
  position: fixed;
  top: 0;
  left: 0;
  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: -1;
} */
.liquor_common .top_bn {
  position: fixed;
  top: 0;
  left: 0;
  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;
}
.liquor_common .top_bn2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(/img/liquor/royalbrackla/kv02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -3;
}
/* 各テキストを重ねる */
.text-container .flex {
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.text-container .flex.active {
  opacity: 1;
}
.liquor_common .top_logo .flex .text1 {
  position: fixed;
  top: 55%;
  min-width: 250px;
  color: #e6d5ab;
  padding-left: 60%;
  margin-right: 10px;
  z-index: -1;
}
.liquor_common .top_logo .flex .text2 {
  position: fixed;
  top: 15%;
  min-width: 250px;
  color: #e6d5ab;
  padding-left: 65%;
  margin-right: 10px;
  z-index: -1;
}
.liquor_common .top_logo img:nth-child(1) {
  width: 400px;
  position: fixed;
  top: calc(70px + 5%);
  left: 10%;
  z-index: -1;
  mix-blend-mode: difference;
}
.liquor_common .top_logo img:nth-child(2) {
  max-width: 25%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  min-width: 250px;
  z-index: -1;
}
.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;
}
.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: #FFF;
  color: #b1915a;
  right: 32px;
}
.top_bn {
  margin-bottom: 50px;
}
/* 縦横線 */
.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;
}
.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;
}
/* ブランドストーリー */
.brandstory .logo {
  width: 50%;
  margin: 0 auto 50px;
}
.brandstory .flex {
  margin: 0 25px 50px;
  gap: 20px;
  align-items: center;
}
.brandstory .flex img {
  max-width: 500px;
  width: 40%;
  border-radius: 10px;
}
/* ロゴストーリー */
.logostory {
  background: #FFF;
}
/* テイスティングノート */
.border_dots {
  border-bottom-color: #1e2345;
  border-bottom-style: dotted;
  border-bottom-width: 5px;
  margin: 50px 30px 0;
}
.tasting {
  background: #FFF;
  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;
  border-radius: 200px 200px 0 0;
}
.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 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: 15px 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; */
}
/* 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 {
  position: fixed;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 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_common .top_logo img:nth-child(1) {
    width: 60%;
    top: calc(100px + 5%);
    left: 50%;
    transform: translateX(-50%);
  }
  .liquor_common .top_logo img:nth-child(2) {
    max-width: 20%;
    position: fixed;
    top: calc(100px + 7%);
    min-width: 185px;
    left: 50%;
    transform: translateX(-50%);
  }
  .liquor_common .top_logo .flex .text1 {
    position: fixed;
    min-width: 90%;
    padding-left: 0;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    top: auto;
  }
  .liquor_common .top_logo .flex .text2 {
    position: fixed;
    min-width: 90%;
    padding-left: 0;
    margin-right: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    top: auto;
  }
  .liquor_common .ttl {
    font-size: 40px;
    padding-top: 50px;
  }
  .liquor_common p {
    font-size: 16px;
  }
  .liquor_common h2 {
    padding-top: 10px;
    font-size: 50px;
  }
  .liquor_common h3 {
    font-size: 24px;
  }
  .liquor_common .text-container h3 {
    font-size: 20px;
    margin: auto;
  }
  .liquor_common .text-container p {
    font-size: 14px;
  }
  .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;
  }
  /* ブランドストーリー */
  .brandstory .flex:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
  .brandstory .flex:nth-child(2n) {
    flex-direction: column;
  }
  .brandstory .flex {
    margin: 0 0px 50px
  }
  .brandstory .flex .column {
    margin: 0 15px 10px;
  }
  .brandstory .flex img {
    width: 100%;
    margin: auto;
  }
  /* テイスティングノート */
  .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;
  }
  .liquor_top {
    width: 100%;
    margin: 25px auto;
    padding: 5px;
  }
  .buy_button a {
    padding: 8px 8px;
    border-radius: 4px;
    width: 160px;
    font-size: 18px;
  }
}
