@charset "UTF-8";
body:has([popover]:popover-open) {
  pointer-events: none;
}

[popover]:popover-open {
  pointer-events: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --black: #1a1818;
  --black2: #101921;
  --black2_rgb: 16, 25, 33;
  --red: #c10020;
}

body {
  background-color: #f2eee8;
  color: var(--black);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
  font-weight: 400;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a:not([class]) {
  color: #436ed9;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.inner.nofull {
  width: 90%;
}

.fv_catch {
  position: relative;
  overflow: hidden;
}
.fv_catch img {
  vertical-align: bottom;
}

.fv_catch_text {
  font-size: 2.38vw;
  font-weight: bold;
  left: 50%;
  top: 50%;
  translate: -50% 0;
  position: absolute;
  color: #fff;
}
.fv_catch_text.pos_under {
  color: #fff;
  top: 85%;
  text-shadow: 0 0 6px var(--black);
}
@media screen and (max-width: 767px) {
  .fv_catch_text.pos_under {
    font-size: 3.2vw;
    width: 100%;
    text-align: center;
    top: 82%;
  }
}

.fv_subttl {
  background-color: var(--black);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 30px;
  padding: 30px 10px;
  width: 100%;
  text-align: center;
}
.fv_subttl .ttl {
  font-size: 1.5vw;
  font-weight: bold;
}
.fv_subttl .ttl.lg {
  font-size: 1.88vw;
}
.fv_subttl .period_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
}
.fv_subttl .text_campaign {
  background-color: var(--red);
  display: inline-block;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  padding: 6px 10px;
}
.fv_subttl .period {
  font-size: 20px;
  font-size: 1.25vw;
  font-weight: bold;
}
.fv_subttl .period .num {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 2.13vw;
}

@media screen and (max-width: 767px) {
  .fv_subttl {
    font-size: 4.27vw;
    padding: 20px 10px;
  }
  .fv_subttl .ttl {
    font-size: 4.54vw;
  }
  .fv_subttl .ttl.lg {
    font-size: 4.54vw;
  }
  .fv_subttl .period_wrap {
    gap: 10px 14px;
  }
  .fv_subttl .text_campaign {
    font-size: 2.94vw;
  }
  .fv_subttl .period {
    font-size: 2.67vw;
  }
  .fv_subttl .period .num {
    font-size: 4.54vw;
  }
}
.section_ttl {
  text-align: center;
}
.section_ttl .ttl_img {
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .section_ttl .ttl_img {
    font-size: 28px;
  }
}

.campaign_summary {
  padding: 100px 0 130px;
}
.campaign_summary .ttl_img {
  width: 8em;
}

.campaign_box {
  background-color: #fffaf6;
  border: 6px solid var(--red);
  margin-top: 70px;
  padding-bottom: 70px;
}
.campaign_box .ttl_box {
  background: var(--red);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 20px;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .campaign_box .ttl_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 150px;
  }
}
.campaign_box .ttl_box .logo {
  width: clamp(80px, 20vw, 200px);
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .campaign_box .ttl_box .logo {
    width: 38%;
    max-width: 200px;
  }
}

.campaign_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 92%;
  margin: 70px auto 0;
  position: relative;
}
.campaign_detail .detail_items {
  padding: 10px 0;
}
.campaign_detail img {
  display: block;
}
.campaign_detail .detail_ttl_img {
  margin-bottom: 16px;
}
.campaign_detail .img_1-1 {
  margin: 40px 0 40px;
}
.campaign_detail .img_2-1 {
  width: 90%;
  margin: 0 auto;
}
.campaign_detail .campaign_note_items {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .campaign_detail::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    display: block;
    background: var(--red);
    left: 50%;
  }
  .campaign_detail .detail_items {
    width: 45%;
  }
  .campaign_detail .detail_ttl_img {
    height: min(10vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .campaign_box {
    margin-top: 54px;
  }
  .campaign_detail {
    max-width: 500px;
  }
  .campaign_summary {
    padding: 80px 0 120px;
  }
  .campaign_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px 0;
    width: 78%;
  }
  .detail_ttl_img {
    height: min(17.6vw, 114px);
  }
  .note_text_img {
    width: 50%;
  }
}
.campaign_area {
  background-color: #fff9f4;
  padding: 110px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .campaign_area {
    padding: 100px 0 50px;
  }
}
.campaign_area .ttl_img {
  width: 12em;
}

.campaign_area_map_wrap {
  padding: 0 0 min(20vw, 184px);
  max-width: 1100px;
  margin: 70px auto 0;
  position: relative;
}
.campaign_area_map_wrap .japan_map {
  position: relative;
  left: 9%;
  top: 1%;
  width: min(68vw, 780px);
}
.campaign_area_map_wrap .map_pos_item {
  position: absolute;
  width: min(28vw, 286px);
}
.campaign_area_map_wrap .map_pos_item.fukuoka {
  top: 32%;
  left: 3%;
}
.campaign_area_map_wrap .map_pos_item.nagoya {
  top: 70%;
  left: 31%;
}
.campaign_area_map_wrap .map_pos_item.shinsaibashi {
  top: 0%;
  left: 23%;
}
.campaign_area_map_wrap .map_pos_item.sakai {
  top: 16%;
  left: 23%;
}
.campaign_area_map_wrap .map_pos_item.sapporo {
  top: -6%;
  right: 0%;
}
.campaign_area_map_wrap .map_pos_item.sendai {
  top: 32%;
  right: 0%;
}
.campaign_area_map_wrap .map_pos_item.ebisu {
  top: 49%;
  right: 9%;
}

.about_bacardi {
  background-image: url(../img/about_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .about_bacardi {
    padding: 80px 0 100px;
  }
}

.about_bd_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.about_bd_mv .bd_logo {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .about_bd_mv .bd_logo {
    width: 180px;
  }
}
.about_bd_mv .text_collab {
  background-color: var(--black);
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 40px auto 90px;
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  .about_bd_mv .text_collab {
    font-size: 20px;
    margin: 30px auto 70px;
  }
}
.about_bd_mv .mv_link_wrap {
  background-color: #fff;
  position: relative;
}
.about_bd_mv .mv_link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about_bd_mv .mv_link:hover {
  opacity: 0.7;
}
.about_bd_mv .text_play {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 28%;
}

.about_bacardi_box {
  background-color: rgba(242, 238, 232, 0.95);
  border-radius: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .about_bacardi_box {
    border-radius: 30px;
  }
}

.about_bacardi_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .about_bacardi_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
  }
}

.about_bacardi_text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_bacardi_text {
    width: 57%;
  }
}
.about_bacardi_text .ttl_logo {
  width: 90%;
  max-width: 380px;
}
.about_bacardi_text .intro1 {
  border-bottom: 1px dashed var(--black);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 36px;
  padding-bottom: 30px;
}
.about_bacardi_text .intro2 {
  font-size: clamp(10px, 1.17vw, 14px);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about_bacardi_text .intro2 {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .about_main_img {
    max-height: 108%;
    height: 68vw;
    width: 38%;
    position: absolute;
    right: 0;
    bottom: -4%;
  }
  .about_main_img img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about_main_img {
    width: 50%;
    margin: 0 auto;
    max-width: 250px;
    position: relative;
    bottom: clamp(-78px, -10.4vw, -52px);
  }
  .about_main_img img {
    height: auto;
  }
}

.about_btn {
  background-color: var(--red);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(14px, 1.34vw, 16px);
  height: 74px;
  max-width: 430px;
  width: 100%;
  margin: 40px auto 0;
}

.about_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  margin: 30px auto 0;
}
.about_sns a {
  display: inline-block;
}

.notice_section {
  background-color: #fff;
  padding: 130px 0;
  line-height: 2;
}
.notice_section .notice_ttl {
  border-bottom: 1px solid currentColor;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 14px;
}
.notice_section ul {
  font-size: 14px;
  letter-spacing: 0.06em;
  padding-left: 1.6em;
  margin: 28px 0 0;
}
.notice_section li::marker {
  content: "・ ";
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .notice_section {
    padding: 80px 0;
  }
  .notice_section .inner {
    width: 86%;
  }
  .notice_section .notice_ttl {
    font-size: 18px;
  }
  .notice_section ul {
    font-size: 12px;
  }
}
footer {
  background-image: url(../img/footer_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 20px;
  font-size: 14px;
  color: #fff;
}
footer .warning img {
  font-size: clamp(16px, 2.15vw, 22px);
  width: 20em;
}
footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .links li:not(:first-of-type) {
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}
footer .links a {
  color: currentColor;
}

.footer_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  footer {
    letter-spacing: 0;
    font-size: 12px;
    padding: 40px 20px;
  }
  footer .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.campaign_shop {
  background-color: #fff9f4;
  padding: 90px 0 110px;
}
@media screen and (max-width: 767px) {
  .campaign_shop {
    padding: 100px 0;
  }
}
.campaign_shop .ttl_img {
  width: 12em;
}

.shop_map {
  margin-top: 70px;
}
.shop_map iframe {
  width: 100%;
  height: 690px;
}
@media screen and (max-width: 767px) {
  .shop_map iframe {
    height: 410px;
  }
}

.shop_list_wrap {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 0 5%;
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .shop_list_wrap {
    grid-template-columns: repeat(2, 48%);
    gap: 0 4%;
  }
}
.shop_list_wrap .show_popup_text {
  color: var(--black);
  border-bottom: 1px solid currentColor;
  font-size: clamp(12px, 1.13vw, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  padding: 10px 1.4em 10px 0;
  width: 100%;
  height: 60px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shop_list_wrap .show_popup_text {
    height: 68px;
  }
}
.shop_list_wrap .show_popup_text::after {
  content: "";
  display: block;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  right: 0;
}
.shop_list_wrap .show_popup_text:hover {
  color: var(--red);
}
.shop_list_wrap .show_popup_text:hover::after {
  background-image: url(../img/arrow_red.png);
}

.popup_detail {
  position: fixed;
  width: 94%;
  max-width: 800px;
  height: 100%;
  background: transparent;
  border: none;
  margin: auto;
}

.popup_detail::-ms-backdrop {
  background: rgba(0, 0, 0, 0.1);
}

.popup_detail::backdrop {
  background: rgba(0, 0, 0, 0.1);
}

.popup_detail__button {
  cursor: pointer;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popup_detail__button .close_bar {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.popup_detail__button .close_bar::before, .popup_detail__button .close_bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: var(--black);
}
.popup_detail__button .close_bar::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup_detail__button .close_bar::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.shop_detail_box {
  width: calc(100% - 30px);
  inset: 0;
  background: #fff9f4;
  -webkit-box-shadow: 30px 30px 15px rgba(var(--black_rgb), 0.2);
          box-shadow: 30px 30px 15px rgba(var(--black_rgb), 0.2);
  overflow: auto;
  height: 420px;
  position: relative;
  top: 50px;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .shop_detail_box {
    width: calc(100% - 10px);
    -webkit-box-shadow: 10px 10px 15px rgba(var(--black_rgb), 0.2);
            box-shadow: 10px 10px 15px rgba(var(--black_rgb), 0.2);
    height: 390px;
    padding: 40px 20px;
  }
}

.shop_detail_inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shop_detail_inner {
    width: 90%;
  }
}

.shop_detail_title {
  border-bottom: 1px solid var(--black);
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .shop_detail_title {
    font-size: 18px;
  }
}

.shop_detail_summary {
  display: grid;
  grid-template-columns: 5em 1fr;
  row-gap: 26px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  line-height: 1.8;
}
.shop_detail_summary dt {
  background: var(--black);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: start;
}
.shop_detail_summary dd {
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .shop_detail_summary dt {
    font-size: 12px;
  }
  .shop_detail_summary dd {
    font-size: 13px;
  }
}
.mv_wrap {
  width: 100%;
  height: 50vw;
  position: relative;
  background-color: var(--black);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mv_wrap {
    width: 100%;
    height: 200px;
  }
}
.mv_wrap .mv_inner {
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_wrap .thumb {
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.mv_wrap .movie-player {
  position: relative;
  z-index: 10;
}