@charset "UTF-8";
/* =========================================
top
========================================= */
/* =========================================
pg_mv_column
========================================= */
:root {
  --vp-width: calc(100vw - var(--scrollbar-width));
}

.pg_mv_wrap {
  position: relative;
  min-width: 1200px;
  overflow: hidden;
  aspect-ratio: 1500/980;
}
.pg_mv_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.pg_mv_title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
.pg_mv_title .visually_hidden {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
}

.pg_mv {
  position: relative;
  z-index: 1;
}
.pg_mv .splide__slide,
.pg_mv .splide__track,
.pg_mv .splide__list {
  cursor: default;
}

.pg_mv_item {
  position: relative;
}

.pg_mv_item::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1.5px 1.5px, #000 0 0.5px, transparent 0.5px);
  background-size: 3px 3px;
  pointer-events: none;
  opacity: 0.4;
  z-index: 2;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768.999px) {
  .pg_mv_wrap {
    min-width: initial;
    aspect-ratio: 750/1040;
  }
}
/* =========================================
pg_nav_pc
========================================= */
.pg_nav_pc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 70px;
  padding: 1.4em;
  background-color: #53090e;
}

.pg_nav_pc a {
  display: block;
  min-width: 215px;
  padding: 0.2em 0 0.25em 0.5em;
  background-color: #f1dd9b;
  border-radius: 9999px;
  color: #53090e;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0;
  transition: opacity 0.15s;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768.999px) {
  .pg_nav_pc {
    display: none;
  }
}
/* =========================================
pg_intro
========================================= */
.pg_intro {
  background: #a05102 url(../../img/common/bg_pattern.png) repeat center 22px/170px;
}

.pg_intro_inner {
  padding: 30px 0 48px;
}

.pg_intro_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
}

.pg_intro_illust {
  position: relative;
  left: -25px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 52px;
}

.pg_intro_read_text {
  position: relative;
  left: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 42px;
}
.pg_intro_read_text img {
  display: block;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
}

.pg_intro_detail {
  position: relative;
  left: 25px;
  z-index: 2;
  max-width: 605px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: justify;
}

.pg_intro_detail_illust {
  position: absolute;
  top: -52px;
  left: -320px;
  display: block;
  width: 1172px;
  pointer-events: none;
}

/* SP調整 ------------------ */
@media screen and (max-width: 768.999px) {
  .pg_intro {
    background-size: 107px;
  }
  .pg_intro_inner {
    padding: 7vw 15px 5vw;
  }
  .pg_intro_title {
    max-width: 344px;
    margin: 0 auto 20px;
  }
  .pg_intro_illust {
    left: 5px;
    max-width: 277px;
    margin: 0 auto 33px;
  }
  .pg_intro_read_text {
    position: static;
    max-width: 364px;
    margin: 0 auto 31px;
  }
  .pg_intro_detail {
    left: 0;
    max-width: initial;
    margin: 0 auto;
    padding: 0 12px;
    color: #fff;
    text-align: left;
    font-feature-settings: "palt";
    font-size: 1rem;
    line-height: 1.5625;
  }
  .pg_intro_detail_illust {
    position: relative;
    top: 0;
    left: 2px;
    width: 100%;
    max-width: 310px;
    margin: 15px auto 0;
  }
}
/* =========================================
pg_event / フレーム
========================================= */
.pg_event {
  padding: 74px 16px;
  background: url(../../img/common/bg_pattern_2.jpg) repeat center 0;
}
.pg_event:nth-of-type(odd) {
  background-image: url(../../img/common/bg_pattern_3.jpg);
}

.pg_event_inner {
  position: relative;
  max-width: 1142px;
  margin: 0 auto;
}

.pg_event_close {
  position: absolute;
  inset: 0;
  width: 300px;
  aspect-ratio: 1/1;
  margin: auto;
  mix-blend-mode: multiply;
  z-index: 10;
  pointer-events: none;
}
.pg_event_close img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.pg_event_decoration_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.pg_event_decoration {
  position: relative;
  height: 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: url(../../img/common/dec_loop_cols.png) repeat-x;
}
.pg_event_decoration::before, .pg_event_decoration::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../../img/common/dec_corner.png) no-repeat 0 0/contain;
}
.pg_event_decoration::before {
  left: -20px;
}
.pg_event_decoration::after {
  right: -20px;
  transform: scale(-1, 1);
}
.pg_event_decoration.__bottom {
  transform: scale(1, -1);
}

.pg_event_decoration_contents {
  flex: 1;
  position: relative;
  width: 100%;
  min-height: 312px;
  padding: 0 50px;
}
.pg_event_decoration_contents::before, .pg_event_decoration_contents::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  background: url(../../img/common/dec_loop_rows.png) repeat-y 0 0/contain;
}
.pg_event_decoration_contents::before {
  left: 0;
}
.pg_event_decoration_contents::after {
  right: 0;
  transform: scale(-1, 1);
}

/* SP調整 ------------------ */
@media screen and (max-width: 768.999px) {
  .pg_event {
    padding: 15px;
  }
  .pg_event_close {
    top: -8vw;
    width: 72.8vw;
    max-width: 350px;
    margin: auto;
  }
  .pg_event_decoration_contents {
    min-height: initial;
    padding: 0 20px;
  }
}
/* =========================================
pg_event / 詳細
========================================= */
.pg_event_header {
  position: relative;
  max-width: 430px;
  min-height: 140px;
  margin-bottom: 47px;
}

.pg_event_icon {
  position: absolute;
  top: 5px;
  left: -15px;
}

.pg_event_title {
  padding-top: 23px;
  margin-left: 160px;
  color: #53090e;
}
.pg_event_title .en {
  display: block;
  min-height: 48px;
  margin-bottom: 2px;
  border-bottom: 2px solid #53090e;
}
.pg_event_title .ja {
  display: block;
  position: relative;
  margin-left: -0.2em;
  font-size: 2.25rem;
  letter-spacing: 0;
}
.pg_event_title::after {
  content: "";
  display: block;
  position: absolute;
}
.pg_event_title.__drink_1::after {
  top: 13px;
  right: -48px;
  width: 68px;
  height: 121px;
  background: url(../../img/top/event_icon_drink_1.png) no-repeat 0 0/contain;
}
.pg_event_title.__drink_2::after {
  top: 5px;
  right: -55px;
  width: 82px;
  height: 131px;
  background: url(../../img/top/event_icon_drink_2.png) no-repeat 0 0/contain;
}

.pg_event_date {
  margin-bottom: 27px;
}

.pg_event_photo {
  position: absolute;
  top: 0;
  right: 20px;
}

.pg_event_link {
  display: grid;
  place-content: center;
  background-color: #d50044;
  color: #fff;
  max-width: 260px;
  min-height: 50px;
}

.pg_event_info {
  display: flex;
  align-items: center;
  margin: -1.6em 0 1em 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d50044;
  font-size: 0.875rem;
}

.pg_event_info_cat {
  min-width: 3.7em;
  margin-right: 0.7em;
  padding: 0.2em;
  background-color: #d50044;
  color: #fff;
  text-align: center;
}

/* hoverデバイス ----------- */
@media (any-hover: hover) {
  .pg_event_link:hover {
    opacity: 0.6;
  }
}
/* SP調整 ------------------ */
@media screen and (max-width: 768.999px) {
  .pg_event_header {
    position: relative;
    max-width: initial;
    min-height: initial;
    margin-bottom: 33px;
    padding: 3px 8px 0;
  }
  .pg_event_icon {
    position: static;
    max-width: 138px;
    margin: 0 auto 27px;
  }
  .pg_event_title {
    padding-top: 0;
    margin-left: 0;
  }
  .pg_event_title .en {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #53090e;
  }
  .pg_event_title .en img {
    display: block;
    margin: 0 auto;
  }
  .pg_event_title .ja {
    position: static;
    font-size: 2rem;
    text-align: center;
  }
  .pg_event_title::after {
    display: none;
  }
  .pg_event_date {
    margin-bottom: 28px;
  }
  .pg_event_date img {
    position: relative;
    left: 3px;
    width: auto;
    height: 115px;
    margin: 0 auto;
  }
  .pg_event_photo {
    position: static;
  }
  .pg_event_link {
    max-width: initial;
    min-height: 40px;
  }
  .pg_event_link img {
    width: 103px;
  }
  .pg_event_info {
    margin: 5px 0 2em 5px;
    font-size: 0.8125rem;
  }
  .pg_event.__mito .pg_event_title .en img {
    max-width: 114px;
  }
  .pg_event.__keyaki .pg_event_title .en img {
    max-width: 134px;
  }
  .pg_event.__ueno .pg_event_title .en img {
    max-width: 101px;
  }
}
/* =========================================
pg_latest
========================================= */
.pg_latest {
  position: relative;
  min-height: 415px;
  padding-top: 80px;
  background: url(../../img/common/bg_pattern_01.jpg) 0 center repeat;
}
.pg_latest.__bg_yellow {
  background-image: none;
  background-color: #f4e4b0;
}

.pg_latest::before {
  content: "";
  display: block;
  position: absolute;
  top: 105px;
  left: calc(50% - 535px);
  width: 1066px;
  height: 259px;
  background: url(../../img/top/latest_img.png) no-repeat 0 0/contain;
}

.pg_latest_inner {
  position: relative;
  width: 728px;
  margin: 0 auto;
  padding: 67px 0 59px;
}
.pg_latest_inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: url(../../img/top/latest_decoration_top.png) no-repeat 0 0/contain;
}
.pg_latest_inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../../img/top/latest_decoration_bottom.png) no-repeat 0 0/contain;
}

.pg_latest_title {
  margin-bottom: 33px;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.pg_sns_lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pg_sns_lists li {
  width: 28%;
}

.pg_sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.15s;
}

.pg_sns_link .qr {
  margin-left: 22px;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768.999px) {
  .pg_latest {
    display: none;
  }
}
/* =========================================
pg_staff
========================================= */
.pg_staff {
  background: linear-gradient(to bottom, #e50012 0%, #9a0000 100%);
  color: #fff;
}

.pg_staff_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 62px 0 52px;
}

.pg_staff_title {
  max-width: 1084px;
  margin: 0 auto 20px;
}

.pg_staff_text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
}

.pg_staff_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pg_staff_lists {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg_staff_lists li + li {
  margin-left: 16px;
}

.pg_staff_button {
  position: relative;
  display: block;
  width: 386px;
  border-radius: 15px;
  overflow: hidden;
  transition: background-color 0.15s;
  z-index: 2;
}
.pg_staff_button img {
  transition: opacity 0.15s;
}

/* hoverデバイス ----------- */
@media (any-hover: hover) {
  .pg_staff_button:hover {
    opacity: 1;
    background-color: #fff;
  }
  .pg_staff_button:hover img {
    opacity: 0.8;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768.999px) {
  .pg_staff_inner {
    max-width: 320px;
    margin: 0 auto;
    padding: 30px 15px;
  }
  .pg_staff_title {
    margin: 0 auto 16px;
  }
  .pg_staff_text {
    width: auto;
    max-width: min(311px, 87.813vw);
    margin: 0 auto 8px;
  }
  .pg_staff_column {
    display: block;
  }
  .pg_staff_lists {
    margin-bottom: 16px;
  }
  .pg_staff_lists li + li {
    margin-left: 2px;
  }
  .pg_staff_button {
    max-width: min(200px, 62.5vw);
    margin: 0 auto;
    border-radius: 5px;
  }
}
/* =========================================
pg_inquiry
========================================= */
.pg_inquiry_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 85px 0;
  text-align: center;
}

.pg_inquiry_title {
  margin-bottom: 52px;
}

.pg_inquiry_text {
  margin-bottom: 57px;
  padding-left: 0.1em;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: var(--font_weight_base);
}

.pg_inquiry_lists {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  color: #b36741;
  font-weight: var(--font_weight_base);
}
.pg_inquiry_lists li {
  width: 445px;
}
.pg_inquiry_lists .link_tel, .pg_inquiry_lists .link_mail {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 78px;
  letter-spacing: 0.1em;
  transition: opacity 0.15s;
  min-height: 54px;
  line-height: 1.2;
}
.pg_inquiry_lists .link_tel::before, .pg_inquiry_lists .link_mail::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 58px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
}
.pg_inquiry_lists .link_tel {
  font-size: 2.25rem;
}
.pg_inquiry_lists .link_tel::before {
  background-image: url(../../img/common/icon_tel.svg);
}
.pg_inquiry_lists .link_mail {
  transform: translateX(44px);
  font-size: 1.5625rem;
}
.pg_inquiry_lists .link_mail::before {
  background-image: url(../../img/common/icon_mail.svg);
}

.pg_inquiry_footer {
  padding: 25px 0;
  border-top: 1px solid #b36741;
  border-bottom: 1px solid #b36741;
}

.pg_inquiry_footer_text {
  padding-left: 0.1em;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: var(--font_weight_base);
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768.999px) {
  .pg_inquiry_inner {
    margin: 0 auto;
    padding: 40px 15px 50px;
    text-align: center;
  }
  .pg_inquiry_title {
    margin-bottom: 32px;
  }
  .pg_inquiry_text {
    margin-bottom: 18px;
    font-size: 0.9375rem;
  }
  .pg_inquiry_lists {
    display: block;
    margin-bottom: 29px;
  }
  .pg_inquiry_lists li {
    width: 246px;
    margin: 0 auto;
  }
  .pg_inquiry_lists li + li {
    margin-top: 16px;
  }
  .pg_inquiry_lists .link_tel, .pg_inquiry_lists .link_mail {
    min-height: 42px;
    padding-left: 48px;
    white-space: nowrap;
  }
  .pg_inquiry_lists .link_tel::before, .pg_inquiry_lists .link_mail::before {
    top: 4px;
    width: 38px;
    height: 30px;
  }
  .pg_inquiry_lists .link_tel {
    font-size: 1.5rem;
  }
  .pg_inquiry_lists .link_mail {
    transform: translateX(0);
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  .pg_inquiry_footer {
    padding: 12px 0;
  }
  .pg_inquiry_footer_text {
    font-size: 0.9375rem;
  }
}