@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@400&family=Source+Han+Sans:wght@300;400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap);
@charset "UTF-8";
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Source Han Sans", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.6;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

[lang=en],
.english,
h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/*  --------------------------------------------------------------------------------
  _common.scss
--------------------------------------------------------------------------------  */
.cmn-cvBtBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  z-index: 999;
}
.cmn-cvBtBox a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 14.0186915888vw;
}
.cmn-cvBtBox a p {
  color: #fff;
  font-size: 4.6728971963vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 7.9439252336vw;
}
.cmn-cvBtBox a.is-tel {
  background: #1eaddd;
}
.cmn-cvBtBox a.is-tel p {
  background: url(../img/top/ico_sec03_01.svg) no-repeat center left/4.6728971963vw auto;
}
.cmn-cvBtBox a.is-web {
  background: #14288c;
}
.cmn-cvBtBox a.is-web p {
  background: url(../img/top/ico_sec03_02.svg) no-repeat center left/4.6728971963vw auto;
}

.cmn-inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1308px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    padding: 0 4.6728971963vw;
  }
}
.cmn-inner.w-780 {
  max-width: 810px;
}
.cmn-inner.w-1000 {
  max-width: 1030px;
}
.cmn-inner.w-1440 {
  max-width: 1470px;
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 100%;
  }
  .cmn-inner.w-810 {
    max-width: 100%;
  }
  .cmn-inner.w-1000 {
    max-width: 100%;
  }
  .cmn-inner.w-1440 {
    max-width: 100%;
  }
}

.c-inner01 {
  margin: 0 auto;
  max-width: 1070px;
  width: 100%;
  padding: 0 15px;
}

.cmn-ttl {
  position: relative;
  z-index: 2;
}
.cmn-ttl.is-center {
  text-align: center;
}
.cmn-ttl.is-wht .cmn-ttl__en {
  color: #fff;
}
.cmn-ttl.is-wht .cmn-ttl__jp {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    text-align: center;
  }
}
.cmn-ttl__en {
  color: #1eaddd;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .cmn-ttl__en {
    font-size: 3.2710280374vw;
    margin-top: 2.3364485981vw;
  }
}
.cmn-ttl__en.is-orange {
  color: #c14700;
}
.cmn-ttl__jp {
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ec9693;
  position: relative;
}
.cmn-ttl__jp::before {
  content: "";
  position: absolute;
  top: 2em;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ec9693;
}
@media screen and (max-width: 768px) {
  .cmn-ttl__jp {
    font-size: 7.0093457944vw;
  }
}

.cmn-decoration-en {
  text-align: center;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  font-size: 150px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, right bottom, from(#ec9693), color-stop(45%, #473e42), to(#473e42));
  background: linear-gradient(to bottom right, #ec9693 0%, #473e42 45%, #473e42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 768px) {
  .cmn-decoration-en {
    font-size: 14.0186915888vw;
    margin-bottom: 5.6074766355vw;
  }
}

.cmn-bt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bababa;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;
  max-width: 150px;
  width: 100%;
  height: 40px;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .cmn-bt01 {
    margin: auto;
    max-width: 70.0934579439vw;
    height: 11.6822429907vw;
    font-size: 3.738317757vw;
    padding-left: 4.6728971963vw;
  }
}
.cmn-bt01::before {
  background: url(../img/cmn/ico_arrow02_wht.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 12px 0 auto;
  margin: auto;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .cmn-bt01::before {
    width: 4.6728971963vw;
    height: 4.6728971963vw;
  }
}

.cmn-newsList {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-newsList {
    max-width: 100%;
    width: 100%;
  }
}
.cmn-newsList-item {
  width: 100%;
}
.cmn-newsList-item a {
  border-bottom: solid #bababa 1px;
  display: -ms-grid;
  display: grid;
  gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 20px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-newsList-item a {
    padding: 4.6728971963vw 0;
    gap: 0 2.3364485981vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 18.691588785vw auto;
    grid-template-columns: 18.691588785vw auto;
  }
}
.cmn-newsList-item-dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmn-newsList-item-dateBox .date {
  color: #473e42;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .cmn-newsList-item-dateBox .date {
    font-size: 2.8037383178vw;
  }
}
.cmn-newsList-item-ttlBox {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-newsList-item-ttlBox {
    overflow: hidden;
  }
}
.cmn-newsList-item-ttlBox h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  word-break: break-all;
  color: #473e42;
}
@media screen and (max-width: 768px) {
  .cmn-newsList-item-ttlBox h2 {
    font-size: 3.2710280374vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.cmn-access {
  background: #f7f5f2;
  padding: 120px 50px 225px;
  position: relative;
}
.cmn-access::before {
  background: #fff;
  border-radius: 120px 0 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-access {
    padding: 60px 20px 270px;
  }
  .cmn-access::before {
    border-radius: 0 60px 0 0;
  }
}
.cmn-access .cmn-inner {
  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;
  position: relative;
  z-index: 2;
}
.cmn-access .cmn-inner.access01 {
  margin-bottom: 100px;
}
.cmn-access .cmn-inner.access02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cmn-access .cmn-inner {
    display: block;
  }
  .cmn-access .cmn-inner.access01 {
    margin-bottom: 80px;
  }
}
.cmn-access-txtBox {
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-access-txtBox {
    max-width: 100%;
  }
}
.cmn-access-txtBox__logo {
  margin-bottom: 32px;
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn-access-txtBox__logo {
    margin: 0 auto 32px;
  }
}
.cmn-access-txtBox-list-item {
  border-bottom: solid #c7c7c7 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.cmn-access-txtBox-list-item p {
  font-size: 16px;
  line-height: 1.6;
}
.cmn-access-txtBox-list-item p.ttl {
  font-weight: bold;
  width: 110px;
}
.cmn-access-txtBox-list-item p.txt {
  font-weight: 500;
  width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
  .cmn-access-txtBox-list-item {
    border-bottom: none;
    display: block;
    margin-bottom: 32px;
    padding-bottom: 0;
  }
  .cmn-access-txtBox-list-item p.ttl {
    border-bottom: solid #c7c7c7 1px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    width: 100%;
  }
  .cmn-access-txtBox-list-item p.txt {
    width: 100%;
  }
}
.cmn-access-mapBox {
  max-width: 600px;
  width: 100%;
}
.cmn-access-mapBox-map {
  border-radius: 30px;
  margin-bottom: 40px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.cmn-access-mapBox-map iframe {
  width: 100%;
  height: 100%;
}
.cmn-access-mapBox-bt {
  text-align: center;
}
.cmn-access-mapBox-bt a {
  padding-left: 30px;
  position: relative;
}
.cmn-access-mapBox-bt a::before {
  background: url(../img/cmn/ico_arrow02_org.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 3px auto 0 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.cmn-access-mapBox-bt a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .cmn-access-mapBox-map {
    border-radius: 20px;
    margin: 40px 0;
    height: 200px;
  }
}
.cmn-access-mapBox02 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cmn-access-mapBox02 {
    border-radius: 20px;
    margin-top: 30px;
    overflow: hidden;
  }
}

.cmn-cta {
  padding: 80px 15px;
}
@media screen and (max-width: 768px) {
  .cmn-cta {
    padding: 9.3457943925vw 0;
  }
}
.cmn-cta .cmn-cta-ttl {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.cmn-cta .cmn-cta-ttl span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: "EB Garamond", serif;
}
.cmn-cta .cmn-inner {
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 80px 15px;
  position: relative;
}
.cmn-cta .cmn-inner::before {
  content: "";
  background: url(../img/top/shadow_sec02.webp) no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85vw;
  height: 6vw;
  z-index: -1;
  max-width: 1090px;
  max-height: 73px;
}
.cmn-cta-reservationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservationList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4.6728971963vw;
    margin-top: 4.6728971963vw;
  }
}
.cmn-cta-reservationList__item a {
  background: #ec9693;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  color: #fff;
  text-align: center;
  height: 100px;
  width: 340px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservationList__item a {
    height: 46.7289719626vw;
  }
}
@media (hover: hover) {
  .cmn-cta-reservationList__item a:hover {
    opacity: 0.9;
  }
  .cmn-cta-reservationList__item a:hover .sec03-reservationList__btn {
    background: #fff;
    color: #14288c;
    border-color: #14288c;
  }
}
.cmn-cta-reservationList__icoBox {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservationList__icoBox img {
    width: auto;
    height: 9.3457943925vw;
  }
}
.cmn-cta-reservationList__ttl {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservationList__ttl {
    font-size: 4.6728971963vw;
    margin-top: 4.6728971963vw;
  }
}
.cmn-cta-reservationList__btn {
  border: 1px solid #fff;
  border-radius: 50vw;
  font-weight: 500;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 235px;
  height: 31px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .cmn-cta-reservationList__btn {
    font-size: 3.738317757vw;
    width: 54.9065420561vw;
    height: 7.2429906542vw;
    margin: 4.6728971963vw auto 0;
  }
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}
.site-header .container {
  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;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .site-header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.site-header .site-logo {
  display: block;
}
.site-header .site-logo img {
  height: 38px;
  width: auto;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .site-header .site-nav {
    display: none;
  }
}
.site-header .site-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-header .site-nav__list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0);
    pointer-events: none;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .site-header .site-nav__list li {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .site-nav__list li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .site-header .site-nav__list li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .site-header .site-nav__list li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .site-header .site-nav__list li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .site-header .site-nav__list li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .site-header .site-nav__list li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .site-header .site-nav.is-navOn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .site-header .site-nav.is-navOn .site-nav__list {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .site-header .site-nav.is-navOn .site-nav__list li {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.site-header .site-nav__toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-header .site-nav__toggle {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1002;
    position: relative;
  }
  .site-header .site-nav__toggle .hamburger {
    width: 24px;
    height: 18px;
    position: relative;
  }
  .site-header .site-nav__toggle .hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .site-header .site-nav__toggle .hamburger span:nth-child(1) {
    top: calc(50% - 8px);
  }
  .site-header .site-nav__toggle .hamburger span:nth-child(2) {
    top: 50%;
  }
  .site-header .site-nav__toggle .hamburger span:nth-child(3) {
    top: calc(50% + 8px);
  }
  .site-header .site-nav__toggle.is-navOn .hamburger {
    -webkit-transform: translateX(65px);
            transform: translateX(65px);
  }
  .site-header .site-nav__toggle.is-navOn .hamburger span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .site-header .site-nav__toggle.is-navOn .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .site-header .site-nav__toggle.is-navOn .hamburger span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
.site-header .site-nav a {
  padding: 0.5rem;
  display: block;
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .site-header .site-nav a {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .site-header .site-nav a:last-child {
    border-bottom: none;
  }
}
.site-header .site-nav a:hover {
  color: #d97a1d;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background: #000;
  color: #fff;
  padding: 2rem 1rem;
}
.footer-bnrList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .footer-bnrList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.6074766355vw;
    padding: 14.0186915888vw 7.9439252336vw;
  }
}
.footer-bnrList__item a {
  display: block;
}
.footer-topBox {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#fff4f4));
  background: linear-gradient(to bottom, #f5f5f5, #fff4f4);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .footer-topBox {
    padding: 9.3457943925vw 0;
  }
}
.footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 7.0093457944vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-contactBox {
    padding: 9.3457943925vw 5.8411214953vw;
  }
}
.footer-contactBox__logo {
  color: #4d3113;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-contactBox__logo {
    font-size: 7.0093457944vw;
  }
}
.footer-addressTable {
  width: 100%;
  border-collapse: separate;
}
@media screen and (max-width: 768px) {
  .footer-addressTable {
    margin-top: 7.0093457944vw;
  }
  .footer-addressTable tr th:first-child {
    width: 25%;
  }
}
.footer-addressTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-addressTable th {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .footer-addressTable th {
    font-size: 3.738317757vw;
  }
}
.footer-addressTable td {
  margin-left: 28px;
  width: 100%;
}
.footer-addressTable td span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.footer-addressTable th,
.footer-addressTable td {
  border-bottom: solid #ddd9d4 1px;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0px 20px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .footer-addressTable th,
  .footer-addressTable td {
    padding: 7.0093457944vw 2.3364485981vw;
    font-size: 3.2710280374vw;
  }
}
.footer-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    max-width: 100%;
  }
}
.footer-contactList {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-contactList {
    margin-top: 9.3457943925vw;
  }
}
.footer-contactList__item.is-tel a p {
  background-image: url(../img/top/ico_sec03_01.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item.is-tel a p {
    background-position: center top;
    background-size: 9.3457943925vw auto;
  }
}
.footer-contactList__item.is-web a p {
  background-image: url(../img/top/ico_sec03_02.svg);
  background-repeat: no-repeat;
  background-size: 27px auto;
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item.is-web a p {
    background-position: center top;
    background-size: 8.4112149533vw auto;
  }
}
.footer-contactList__item a {
  background: #14288c;
  border-radius: 10px;
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  place-content: center;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item a {
    gap: 4.6728971963vw;
    height: 46.7289719626vw;
  }
}
@media (hover: hover) {
  .footer-contactList__item a:hover {
    opacity: 0.9;
  }
  .footer-contactList__item a:hover span {
    background-color: #fff;
    color: #14288c;
  }
}
.footer-contactList__item a p {
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, -apple-system, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item a p {
    font-size: 4.6728971963vw;
    padding-left: 0;
    padding-top: 14.0186915888vw;
  }
}
.footer-contactList__item a span {
  background-color: #1eaddd;
  border: solid #fff 1px;
  border-radius: 50vw;
  color: #fff;
  font-size: 16px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 5px 0;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 auto;
  max-width: 235px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item a span {
    max-width: 54.9065420561vw;
    font-size: 3.738317757vw;
    padding: 1.1682242991vw 0;
  }
}
.footer-contactList__item + .footer-contactList__item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-contactList__item + .footer-contactList__item {
    margin-top: 4.6728971963vw;
  }
}
@media screen and (max-width: 768px) {
  .footer-mapBox iframe {
    height: 52.8037383178vw;
  }
}
.footer__btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    margin-top: 4.6728971963vw;
  }
}
.footer-calendarBox {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .footer-calendarBox {
    margin-top: 7.0093457944vw;
  }
}
.footer-calendarBox table {
  width: 100%;
}
.footer-calendarBox table tr th:first-child {
  width: 25%;
}
.footer-calendarBox table tr td:first-child {
  font-weight: bold;
}
.footer-calendarBox table th {
  background-color: #ffe9e8;
  font-weight: bold;
}
.footer-calendarBox table td {
  background-color: #fff;
  border-bottom: solid #bababa 1px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer-calendarBox table th {
    font-size: 3.738317757vw;
  }
}
.footer-calendarBox table th,
.footer-calendarBox table td {
  font-size: 16px;
  line-height: 1.3;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .footer-calendarBox table th,
  .footer-calendarBox table td {
    font-size: 3.2710280374vw;
    padding: 1.8691588785vw 0;
  }
}
.footer-calendarBox__txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer-calendarBox__txt {
    font-size: 3.738317757vw;
    margin-top: 4.6728971963vw;
  }
}
.footer-btm {
  background: #ec9693;
  color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .footer-btm {
    padding: 14.0186915888vw 0 23.3644859813vw;
  }
}
.footer-navListBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer-navListBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.3364485981vw;
  }
}
.footer-logo {
  max-width: 262px;
  width: 100%;
}
.footer-navList__item a {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer-navList__item a {
    font-size: 3.738317757vw;
  }
}
.footer-navList__item + .footer-navList__item {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .footer-navList__item + .footer-navList__item {
    margin-top: 2.3364485981vw;
  }
}
.footer-navList__item.is-child a {
  font-size: 14px;
  font-weight: 400;
}
.footer-navList__item.is-child a::before {
  content: "-";
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer-navList__item.is-child a::before {
    margin-right: 2.3364485981vw;
  }
}
.footer__copyright {
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  margin-top: 40px;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.3364485981vw;
    margin-top: 9.3457943925vw;
  }
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.section {
  padding: 7rem 1rem;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 4rem 1rem;
  }
}
.section__ttl {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .section__ttl {
    font-size: 2rem;
  }
}
.section--about {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .section--about {
    padding: 3rem 1rem;
  }
}
.section--about .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .section--about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.section--about .about-text {
  text-align: left;
}
.section--about .about-text .about-subtitle {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #222;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section--about .about-text .about-subtitle {
    font-size: 2.5rem;
  }
}
.section--about .about-text .about-catchphrase {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 2rem;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section--about .about-text .about-catchphrase {
    font-size: 1.3rem;
  }
}
.section--about .about-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .section--about .about-text p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.section--about .about-image {
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .section--about .about-image {
    width: 50%;
  }
}
.section--about .about-image img {
  width: 100%;
  height: auto;
}
.section--music {
  background: #f5f5f5;
  color: #222;
}
@media screen and (max-width: 768px) {
  .section--music {
    padding: 3rem 1rem;
  }
}
.section--music .section__ttl {
  color: #222;
}
.section--music .music-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .section--music .music-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.section--music .music-column {
  background: #fff;
  padding: 1rem;
}
.section--music .music-column .music-subtitle {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .section--music .music-column .music-subtitle {
    font-size: 1.25rem;
  }
}
.section--music .music-column .music-embed,
.section--music .music-column .video-embed {
  margin-bottom: 1rem;
}
.section--music .music-column .music-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--music .music-column .music-links .music-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: 2px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section--music .music-column .music-links .music-link:hover {
  background: #d97a1d;
  color: #fff;
  border-color: #d97a1d;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(217, 122, 29, 0.3);
          box-shadow: 0 4px 12px rgba(217, 122, 29, 0.3);
}
.section--music .music-column .music-links .music-link svg {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .section--music .music-column .music-links .music-link {
    padding: 0.625rem 1.25rem;
    font-size: 0.8rem;
  }
}
.section--music .music-column .video-info .video-title {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .section--music .music-column .video-info .video-title {
    font-size: 1.25rem;
  }
}
.section--music .music-column .video-info .video-description {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.section--music .music-column .video-info .video-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.section--music .music-column .video-info .video-stats .views,
.section--music .music-column .video-info .video-stats .likes {
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
}
.section--music .music-column .video-info .video-stats .views::before,
.section--music .music-column .video-info .video-stats .likes::before {
  margin-right: 0.5rem;
}
.section--music .music-column .video-info .video-stats .views::before {
  content: "👁";
}
.section--music .music-column .video-info .video-stats .likes::before {
  content: "👍";
}
.section--live {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section--live {
    padding: 3rem 1rem;
  }
}
.section--live .section__ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
.section--live .live-card {
  max-width: 600px;
  margin: 0 auto;
  border: 2px solid #fff;
  background: #000;
  padding: 2rem;
  text-align: center;
}
.section--live .live-card__header {
  margin-bottom: 1.5rem;
}
.section--live .live-card__label {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.section--live .live-card__content .live-card__title {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .section--live .live-card__content .live-card__title {
    font-size: 2rem;
  }
}
.section--live .live-card__details {
  margin-bottom: 2rem;
}
.section--live .live-card__info {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section--live .live-card__date {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .section--live .live-card__date {
    font-size: 1.6rem;
  }
}
.section--live .live-card__venue {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #d97a1d;
  margin-top: -0.2rem;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section--live .live-card__venue {
    font-size: 1.4rem;
  }
}
.section--live .live-card__details .live-card__message-jp {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section--live .live-card__details .live-card__message-jp {
    font-size: 1.1rem;
  }
}
.section--live .live-card__details .live-card__message {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section--live .live-card__details .live-card__message {
    font-size: 1.1rem;
  }
}
.section--live .live-card__details .live-card__submessage {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section--live .live-card__details .live-card__submessage {
    font-size: 0.9rem;
  }
}
.section--live .live-card__button {
  background: #d97a1d;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.section--live .live-card__button:hover {
  background: rgb(172.012195122, 96.7073170732, 22.987804878);
}
@media screen and (max-width: 768px) {
  .section--live .live-card__button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}
.section--contact {
  background: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section--contact {
    padding: 3rem 1rem;
  }
}
.section--contact .section__ttl {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .section--contact .section__ttl {
    font-size: 2rem;
  }
}
.section--contact .contact-subtitle {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .section--contact .contact-subtitle {
    font-size: 1.25rem;
  }
}
.section--contact .contact-email {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section--contact .contact-email {
    font-size: 1rem;
  }
}
.section--contact .contact-actions {
  margin-bottom: 3rem;
}
.section--contact .contact-actions .contact-button {
  display: inline-block;
  background: #d97a1d;
  color: #fff;
  padding: 1rem 2.5rem;
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #d97a1d;
}
.section--contact .contact-actions .contact-button:hover {
  background: transparent;
  color: #d97a1d;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(217, 122, 29, 0.3);
          box-shadow: 0 4px 12px rgba(217, 122, 29, 0.3);
}
@media screen and (max-width: 768px) {
  .section--contact .contact-actions .contact-button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}
.section--contact .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.section--contact .social-links .social-link {
  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;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section--contact .social-links .social-link:hover {
  background: #d97a1d;
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.section--contact .social-links .social-link svg {
  width: 24px;
  height: 24px;
}
.section--beer {
  background: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section--beer {
    padding: 3rem 1rem;
  }
}
.section--beer .beer-intro {
  text-align: center;
  margin-bottom: min(6vh, 40px);
}
.section--beer .beer-intro .beer-lead {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 18px;
}
.section--beer .beer-intro .beer-lead strong {
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section--beer .beer-intro .beer-lead {
    font-size: 3.738317757vw;
  }
}
.section--beer .beer-intro .beer-logos {
  margin: 20px 0 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
.section--beer .beer-intro .beer-logos .beer-logo {
  height: 120px;
  width: auto;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.section--beer .beer-intro .beer-logos .beer-logo:hover {
  -webkit-filter: grayscale(0) brightness(1.1);
          filter: grayscale(0) brightness(1.1);
}
.section--beer .beer-intro .beer-logos .beer-x {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 100px;
  color: #000;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .section--beer .beer-intro .beer-logos {
    gap: 20px;
  }
  .section--beer .beer-intro .beer-logos .beer-logo {
    height: 90px;
  }
  .section--beer .beer-intro .beer-logos .beer-x {
    font-size: 14.0186915888vw;
  }
}
.section--beer .beer-release-info {
  font-size: 1.1rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section--beer .beer-release-info {
    font-size: 1rem;
  }
}
.section--beer .beer-content {
  max-width: 1160px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .section--beer .beer-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
}
.section--beer .beer-image {
  text-align: center;
  overflow: hidden;
}
.section--beer .beer-image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 768px) {
  .section--beer .beer-image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.section--beer .beer-details {
  background: #fff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--beer .beer-details .beer-name {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .section--beer .beer-details .beer-name {
    font-size: 2rem;
  }
}
.section--beer .beer-details .beer-specs .spec-item {
  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;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.section--beer .beer-details .beer-specs .spec-item:last-child {
  border-bottom: none;
}
.section--beer .beer-details .beer-specs .spec-item .spec-label {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .section--beer .beer-details .beer-specs .spec-item .spec-label {
    font-size: 1rem;
  }
}
.section--beer .beer-details .beer-specs .spec-item .spec-value {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 768px) {
  .section--beer .beer-details .beer-specs .spec-item .spec-value {
    font-size: 1rem;
  }
}
.section--beer .beer-details .taste {
  margin-top: 0;
  text-align: left;
}
.section--beer .beer-details .taste .taste__ttl {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .section--beer .beer-details .taste .taste__ttl {
    font-size: 1.1rem;
  }
}
.section--beer .beer-details .taste .taste__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section--beer .beer-details .taste .taste__list li {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  position: relative;
}
.section--beer .beer-details .taste .taste__list li:before {
  content: "•";
  color: #d97a1d;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.section--beer .beer-details .taste .taste__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section--beer .beer-details .taste .taste__list li {
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
  }
}
.section--contact {
  background: #000;
  color: #fff;
  border-bottom: 1px solid #333;
}
.section--contact .section__ttl {
  color: #fff;
}
.section--contact a {
  color: #fff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.section--contact a:hover {
  color: #d97a1d;
}

.liveList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.liveItem {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.liveItem time {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #d97a1d;
}
.liveItem__band {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.liveItem__place, .liveItem__genre, .liveItem__note {
  font-size: 0.95rem;
  margin: 0.25rem 0;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
}

.embedGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 769px) {
  .embedGrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.embedGrid .embed {
  width: 100%;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.5rem;
  background: #d97a1d;
  color: #fff;
  text-decoration: none;
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #d97a1d;
  min-width: 150px;
}
.btn:hover {
  background: transparent;
  color: #d97a1d;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 25px rgba(217, 122, 29, 0.4);
          box-shadow: 0 8px 25px rgba(217, 122, 29, 0.4);
}
.btn.btn--outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn--outline:hover {
  background: #fff;
  color: #222;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
          box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}
.btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero__video {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.hero__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(1.6);
          transform: translate(-50%, -50%) scale(1.6);
}
@media screen and (max-width: 768px) {
  .hero__video iframe {
    width: 177.78vh;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
  }
}
@media screen and (min-width: 769px) {
  .hero {
    height: 56.25vw;
    max-height: 100vh;
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 100vh;
  }
}
.hero__overlay {
  position: relative;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
  backdrop-filter: blur(1px);
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .hero__overlay {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding: 2rem 0;
  }
}
.hero__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.hero__ttl {
  font-family: "Oswald", "Arial Black", "Arial", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: 0.02em;
  margin: 0 0 1.5rem 0;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  line-height: 1.1;
  text-transform: none !important;
}
.hero__ttl.hero__ttl {
  text-transform: none !important;
}
@media screen and (max-width: 768px) {
  .hero__ttl {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
  }
}
.hero__lead {
  font-family: "Bebas Neue", "Arial Black", "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.hero__lead .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero__lead .sp-only {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .hero__lead {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hero__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}

/*# sourceMappingURL=style.css.map*/