@charset "UTF-8";
/*
$black: #221E1D;
$dblack:#0A0606;
$blue:  #247090;
$skyb:  #59AAD3;
$l-skyb: #00b3ff15;
$l-skyb2:#EFF8FC;
$gray:  #8F999F;
$l-gray:#D5D5D5;
*/
html {
  scroll-behavior: smooth;
}
html body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  background-color: #f5e8cb;
  background-image: url("../image/bg-dot.webp");
  background-repeat: repeat;
  background-size: auto;
}

figure {
  font-size: 0;
}

/* 赤文字デザイン用 */
b {
  font-weight: inherit;
  color: #b84240;
}

#navArea {
  /* SP */
  height: 60px;
  padding: 0;
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  transition: 0.3s;
  z-index: 5000;
}
#navArea p.title {
  display: flex;
  align-items: center;
  padding: 0 0 0 1em;
  height: 58px;
  position: relative;
  z-index: 6000;
  background-color: #fff;
}
#navArea p.title img {
  height: 21px;
  width: auto;
}
#navArea p.title-pc {
  display: none;
}
#navArea.is-show {
  top: -2px;
}
#navArea nav {
  z-index: 900;
  position: fixed;
  left: 100vw;
  top: 0px;
  width: 100vw;
  display: block;
  height: 100vh;
  padding: 120px 1em 0;
  margin-top: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
}
#navArea nav ul li {
  color: #fff;
  text-align: right;
  display: block;
}
#navArea nav ul li a {
  display: block;
  color: #fff;
  border: none;
  width: 100%;
  padding: 0 0 1em;
}
#navArea nav ul li a p {
  font-size: 24px;
  line-height: 1;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.2em;
}
#navArea nav ul li a span {
  font-size: 12px;
  line-height: 2.6;
  color: #808080;
}

#menu-btn-check {
  display: none;
}

/* SP */
.menu-btn {
  /* ハンバーガー */
  position: absolute;
  z-index: 6100;
  top: 10px;
  right: 5px;
  display: block;
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.menu-btn span {
  position: absolute;
  display: block;
  top: 16px;
  left: 5px;
  height: 2px;
  width: 22px;
  border-radius: 3px;
  background-color: #b84240;
}
.menu-btn span::before, .menu-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 3px;
  background-color: #b84240;
  position: absolute;
  transition: all 0.3s ease-out;
}
.menu-btn span::before {
  bottom: 8px;
}
.menu-btn span::after {
  top: 8px;
}

#menu-btn-check:checked ~ * .menu-btn {
  /* クリックされたハンバーガーメニュー */
  position: fixed;
}
#menu-btn-check:checked ~ * .menu-btn span {
  /* ハンバーガーメニューのバー */
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s ease-out;
}
#menu-btn-check:checked ~ * .menu-btn span::before {
  transition: all 0.3s ease-out;
  bottom: -1px;
  transform: rotate(44deg);
}
#menu-btn-check:checked ~ * .menu-btn span::after {
  transition: all 0.3s ease-out;
  top: -1px;
  transform: rotate(-44deg);
}
#menu-btn-check:checked ~ * nav {
  left: 0;
}
#menu-btn-check:checked ~ body {
  overflow: hidden; /* チェックボックスがチェックされたらスクロールを禁止 */
}

h1.main-logo {
  width: 100vw;
  height: 130vw;
  background-image: url("../image/drinkimg.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: relative;
}
h1.main-logo img {
  padding: 10% 5%;
  display: block;
  width: 100vw;
}

div.kumo {
  position: absolute;
  z-index: -1;
  top: 1vw;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../image/kumo.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

p.lead {
  text-align: center;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: 4.8vw;
  line-height: 1.5;
}
p.lead strong {
  font-weight: 800;
  display: block;
  color: #b84240;
  font-size: 7.5vw;
}

#DateTime {
  width: 88%;
  margin: 1em auto;
}
#DateTime p.Year {
  text-align: center;
  font-size: 13vw;
  line-height: 1.5;
  font-family: "din1451alt", sans-serif;
  letter-spacing: 0.05em;
}
#DateTime .EventDateWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: YakuHanJPs, "din1451alt", "Noto Sans JP", sans-serif;
  position: relative;
}
#DateTime .EventDateWrap p.EventDate {
  line-height: 1.1;
}
#DateTime .EventDateWrap p.EventDate strong {
  line-height: 1;
  display: inline-block;
  font-size: 17vw;
  margin-left: -0.04em;
  letter-spacing: 0.03em;
  position: relative;
}
#DateTime .EventDateWrap p.EventDate strong::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../image/fri.webp");
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 18%;
  left: calc(100% + 0.2vw);
  height: 75%;
  width: 6vw;
}
#DateTime .EventDateWrap p.EventDate strong.second::after {
  background-image: url("../image/sat.webp");
}
#DateTime .EventDateWrap p.EventDate span.EventTime {
  display: block;
  font-size: 7vw;
}
#DateTime .EventDateWrap p.EventDate span.EventTime i {
  display: inline-block;
  font-style: normal;
  transform: translateY(-11%);
}
#DateTime .EventDateWrap p.EventDate span.EventTime span.last {
  display: block;
  font-size: 4.4vw;
}
#DateTime .EventDateWrap p.EventDate span.EventTime span.last u {
  text-decoration: none;
  font-size: 3.8vw;
}
#DateTime .EventDateWrap::after {
  /* センターライン */
  position: absolute;
  content: "";
  top: 5%;
  height: 95%;
  left: 50%;
  width: 1px;
  background-color: #000;
}

#Venue {
  width: 88%;
  margin: 8vw auto;
  position: relative;
  display: flex;
}
#Venue h4 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 4vw;
  width: 12vw;
  height: 12vw;
  border-radius: 8px;
  margin-right: 8px;
}
#Venue p {
  display: block;
  font-size: 5vw;
  line-height: 1;
  font-size: 6vw;
  font-weight: 800;
}
#Venue p span {
  display: block;
  padding-top: 4px;
  letter-spacing: -0.1px;
  font-size: 4vw;
}
#Venue p strong {
  display: flex;
  width: 20vw;
  height: 20vw;
  position: absolute;
  top: -5vw;
  right: 0;
  font-weight: 600;
  font-size: 5.3vw;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-image: url("../image/uneune.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(10deg);
}

.slideshow-container {
  width: 100%;
  height: 240px; /* スライドショーの高さ */
  padding: 1em 0 1em;
  overflow: hidden;
}

.slideshow {
  display: flex;
  height: 100%;
}

.slide {
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}

/* 各スライドの背景画像を設定 */
.slide1 {
  background-image: url("../image/slideshow/image1.webp");
}

.slide2 {
  background-image: url("../image/slideshow/image2.webp");
}

.slide3 {
  background-image: url("../image/slideshow/image3.webp");
}

.slide4 {
  background-image: url("../image/slideshow/image4.webp");
}

.slide5 {
  background-image: url("../image/slideshow/image5.webp");
}

.slide6 {
  background-image: url("../image/slideshow/image6.webp");
}

.slide7 {
  background-image: url("../image/slideshow/image7.webp");
}

.slide8 {
  background-image: url("../image/slideshow/image8.webp");
}

/* ======================== */
/* モバイル設定 */
/* ======================== */
.slideshow-container {
  height: 240px;
}

.slideshow {
  width: 257.1428571429%;
  animation: slide-scroll-mobile 40s infinite linear;
}

.slide {
  width: 28.5714285714%; /* 1枚のスライドがコンテナの1/2.5の幅を占める */
}

@keyframes slide-scroll-mobile {
  0% {
    transform: translateX(0);
  }
  12.5% {
    transform: translateX(-28.5714285714%);
  }
  25% {
    transform: translateX(-57.1428571429%);
  }
  37.5% {
    transform: translateX(-85.7142857143%);
  }
  50% {
    transform: translateX(-114.2857142857%);
  }
  62.5% {
    transform: translateX(-142.8571428571%);
  }
  75% {
    transform: translateX(-171.4285714286%);
  }
  87.5% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-228.5714285714%);
  }
}
#leadmesse {
  width: 88%;
  margin: 0 auto 8vw;
}
#leadmesse h4 {
  display: inline-block;
  color: #b84240;
  padding-top: 2em;
  text-align: center;
  padding-bottom: 1em;
  font-size: 4.6vw;
  line-height: 1.5;
  position: relative;
}
#leadmesse h4 span {
  display: inline-block;
}
#leadmesse h4::before, #leadmesse h4::after {
  content: "";
  width: 3px;
  height: 50%;
  background-color: #b84240;
  position: absolute;
  bottom: 0.8em;
}
#leadmesse h4::before {
  left: 1em;
  transform: rotate(-25deg);
}
#leadmesse h4::after {
  right: 1em;
  transform: rotate(25deg);
}
#leadmesse p {
  line-height: 1.5;
  font-size: 3.5vw;
  padding: 0 1em;
}

main.second {
  padding-top: 2em;
}

.backboard {
  display: block;
  padding: 0 0 6vw;
  margin: 0 auto 10vw;
  background-color: #fff;
  width: 88%;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

#how-to-enjoy {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
#how-to-enjoy h2 {
  padding: 1em 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 7vw;
  line-height: 1.4;
}
#how-to-enjoy h2 span {
  display: inline-block;
}
#how-to-enjoy h2 b {
  color: #b84240;
}
#how-to-enjoy h3 {
  color: #b84240;
  text-align: center;
  font-size: 5vw;
}
#how-to-enjoy h3 strong {
  font-size: 1.2em;
  display: block;
}
#how-to-enjoy .wrap {
  padding: 1em 0;
  width: 90%;
  margin: 0 auto;
  display: block;
  gap: 1em;
}
#how-to-enjoy .wrap .booth {
  border: 6px solid #b84240;
  margin-top: 1em;
  padding: 1em 1.5em;
  border-radius: 1em;
  text-align: justify;
}
#how-to-enjoy .wrap .booth h4 {
  text-align: center;
  color: #b84240;
  font-size: min(8vw, 32px);
  border-bottom: 3px solid #b84240;
}
#how-to-enjoy .wrap .booth ol {
  list-style: none;
  padding-left: 1.2em;
  margin: 0;
}
#how-to-enjoy .wrap .booth ol li {
  font-size: 4vw;
  position: relative;
}
#how-to-enjoy .wrap .booth ol li::before {
  position: absolute;
  font-size: 1.2em;
  top: 0.65em;
  left: -1.2em;
  content: "❶";
  color: #b84240;
  font-weight: bold;
}
#how-to-enjoy .wrap .booth ol li:last-child::before {
  content: "❷";
}
#how-to-enjoy .wrap .booth p {
  font-size: 4vw;
  padding-top: 1em;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
#how-to-enjoy .wrap .booth p strong {
  font-size: 1.1em;
}
#how-to-enjoy .wrap .booth p span {
  display: block;
  font-size: 0.75em;
  padding: 0.5em 0 1em;
}
#how-to-enjoy .tickets-needed {
  width: 80%;
  margin: 0 auto;
  padding-top: 2em;
}
#how-to-enjoy .tickets-needed h3 {
  padding-bottom: 0.5em;
}
#how-to-enjoy .tickets-needed p {
  line-height: 1.6;
  font-size: 4vw;
}

#information h1.vendors {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  padding-top: 2em;
  font-size: 8vw;
}
#information h1.vendors span {
  display: inline-block;
}
#information p.vendors {
  text-align: center;
  padding-top: 1em;
}
#information p.clickopen {
  color: #b84240;
}
#information p.clickopen span {
  display: inline-block;
}
#information p.clickopen b::after {
  content: "タップ";
}
#information p.kome {
  font-size: 0.8em;
}
#information h2 {
  /* 各ブロックのタイトル */
  text-align: center;
  padding-top: 2em;
  font-size: 7vw;
  position: relative;
  display: block;
}
#information h2.brewery_category {
  font-size: 5vw;
}
#information h2 span {
  display: block;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 3vw;
  letter-spacing: -0.01em;
  padding-bottom: 1.5em;
}
#information h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 7vw;
  background-color: #000;
}
#information #tasting_ticket {
  width: 84%;
  margin: 0 auto;
  position: relative;
}
#information #tasting_ticket p.BuyNow {
  position: absolute;
  right: -1.5em;
  top: -0.5em;
  display: flex;
  align-items: center;
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  background-color: #b84240;
  padding: 0.2em 0.5em;
  transform: rotate(10deg);
  box-shadow: 5px 5px 5px #ccc;
}
#information #tasting_ticket li {
  display: grid;
  grid-template-columns: 16vw 1fr;
  gap: 3vw;
  border-bottom: #b84240 solid 1px;
  margin-bottom: 2em;
}
#information #tasting_ticket li .type p {
  display: flex;
  width: 18vw;
  background-color: #b84240;
  font-size: 4.5vw;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
#information #tasting_ticket li .type span {
  display: block;
  font-size: 3.8vw;
  width: 18vw;
  text-align: center;
  font-weight: 700;
  color: #b84240;
}
#information #tasting_ticket li .price {
  display: block;
  font-family: YakuHanJPs, "din1451alt", "Noto Sans JP", sans-serif;
  text-align: right;
  line-height: 1;
  font-weight: 700;
  font-size: 17vw;
  color: #b84240;
  transform: translateY(-0.15em);
}
#information #tasting_ticket li .price i {
  font-style: normal;
  display: inline-block;
  transform: translateX(-0.05em);
}
#information #tasting_ticket li .price span {
  display: inline-block;
  font-size: 50%;
  font-weight: 900;
  transform: translateY(-0.15em);
}
#information #tasting_ticket li.DoorTicket {
  border-bottom: #286885 solid 1px;
}
#information #tasting_ticket li.DoorTicket .type p {
  background-color: #286885;
}
#information #tasting_ticket li.DoorTicket .type span {
  color: #286885;
}
#information #tasting_ticket li.DoorTicket .price {
  color: #286885;
}
#information #tasting_ticket li.DoorTicketHalf {
  border-bottom: #c89611 solid 1px;
}
#information #tasting_ticket li.DoorTicketHalf .type p {
  background-color: #c89611;
}
#information #tasting_ticket li.DoorTicketHalf .type span {
  color: #c89611;
}
#information #tasting_ticket li.DoorTicketHalf .price {
  color: #c89611;
}
#information #tasting_ticket p.TicketSalesSchedule {
  font-size: 3.4vw;
  letter-spacing: -0.01em;
}
#information #news {
  width: 84%;
  margin: 0 auto;
}
#information #news ul {
  padding-top: 2em;
}
#information #news ul li {
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3.8vw;
  line-height: 1.6;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}
#information #news ul li a {
  color: #000;
  letter-spacing: -0.01em;
  font-weight: 400;
  width: 100%;
}
#information #news ul li a .day {
  color: #286885;
  line-height: 3;
  font-weight: 600;
  letter-spacing: -0.01em;
}
#information #news ul li a p.txt {
  color: #000;
  letter-spacing: -0.01em;
  font-weight: 400;
  text-align: justify;
}
#information #news .more-link {
  text-align: center;
  padding-bottom: 1em;
}
#information #news .more-link a {
  font-size: 3.6vw;
  color: #000;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.3em 1em;
}
#information #special-events {
  width: 84%;
  margin: 0 auto;
}
#information #special-events .eventslist h3 {
  color: #b84240;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto 0.5em;
  line-height: 1.5;
  padding: 1rem 1rem 0.3em;
}
#information #special-events .eventslist .events {
  clear: both;
  margin: 1em 0;
  padding: 0em;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#information #special-events .eventslist .events h3 {
  width: 90%;
  border-bottom: 2px solid #b84240;
}
#information #special-events .eventslist .events p {
  line-height: 1.5;
  padding: 0 1rem 1rem;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#information #special-events .eventslist .events p a {
  font-weight: bolder;
  padding: 0 0.3em;
  color: #286885;
  text-decoration: underline;
}
#information #special-events .eventslist .events img.image-float {
  float: right;
  width: 150px;
  height: auto;
  shape-outside: url("../image/shimizu.webp"); /* 透明部分を持つ画像のパス */
  shape-margin: 6px;
}
#information #special-events .eventslist .events img.image-float2 {
  float: right;
  width: 180px;
  height: auto;
  padding-right: 1em;
}
#information #special-events .eventslist .events .trip-plan-link {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 1rem;
}
#information #special-events .eventslist .events .trip-plan-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 2px solid #ccc;
  border-radius: 6px;
}
#information #special-events .eventslist .events .trip-plan-link a img {
  -o-object-fit: contain;
     object-fit: contain;
}
#information #special-events .eventslist .events br.clear {
  clear: both;
  font-size: 1px;
  height: 0px;
  line-height: 1;
}
#information #vendorslist {
  text-align: center;
  padding-top: 2em;
}
#information #vendorslist a {
  display: inline-block;
  margin: 0 auto;
  padding: 0.6em 1em;
  text-align: center;
  font-style: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #b84240;
  color: #fff;
  border-radius: 5px;
  font-size: 4.5vw;
  font-weight: bold;
}
#information #faq {
  width: 84%;
  margin: 0 auto;
}
#information #faq li {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
#information #faq li details h3 {
  font-size: 4.2vw;
  letter-spacing: -0.01em;
  padding: 1vw 0 1em 7vw;
  color: #b84240;
  position: relative;
  font-weight: 700;
}
#information #faq li details h3::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5.5vw;
}
#information #faq li details h3::after {
  content: "+";
  color: #000;
  position: absolute;
  right: 0;
  transition: 0.3s;
}
#information #faq li details h3 span {
  display: inline-block;
}
#information #faq li details p {
  font-size: 3.8vw;
  letter-spacing: -0.01em;
  line-height: 1.5;
  padding: 1vw 0 1em 7vw;
  font-weight: 400;
  position: relative;
  text-align: justify;
}
#information #faq li details p::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5.5vw;
  font-weight: 700;
}
#information #faq li details p strong {
  padding: 0.8em 0 0.5em;
  display: inline-block;
}
#information #faq li details[open] h3::after {
  transform: rotate(45deg);
}
#information #cautions {
  width: 84%;
  margin: 0 auto;
}
#information #cautions ul {
  padding: 1em 0;
}
#information #cautions ul li {
  font-size: 3.8vw;
  letter-spacing: -0.01em;
  font-weight: 400;
  padding-left: 1em;
  margin-bottom: 0.4em;
  line-height: 1.6;
  text-align: justify;
  position: relative;
}
#information #cautions ul li::before {
  content: "・";
  margin-left: -1em;
}
#information #access iframe {
  height: 60vw;
  margin: 5vw 0;
}
#information #access .accessInfo {
  width: 90%;
  margin: 0 auto;
}
#information #access .accessInfo .from-takasaki {
  display: inline-block;
  margin: 0.25em 0;
  align-items: center;
  width: 100%;
  background-color: #f2f2f2;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 4.4vw;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 1vw 0 2vw;
  letter-spacing: -0.01em;
}
#information #access .accessInfo .from-takasaki strong {
  color: #b84240;
}
#information #access .accessInfo .from-takasaki strong b {
  font-size: 1.5em;
  font-weight: 600;
  display: inline-block;
  transform: translateY(0.05em);
}
#information #access .accessInfo .shuttle-bus {
  display: inline-block;
  margin: 0.25em 0;
  width: 100%;
  background-color: #b84240;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  font-size: 4.2vw;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  padding: 3vw 0 3vw;
}
#information #access .accessInfo .shuttle-bus span {
  background-color: #fff;
  color: #000;
  font-size: 0.8em;
  padding: 0.2em;
}
#information #flyer {
  padding: 5em 0 2em;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#information #flyer a {
  width: 80%;
  display: block;
  margin: 0 auto;
}
#information #flyer a img {
  width: 100%;
}
#information .js-modal-content {
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 8px;
  padding: 2em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 16000;
  overflow-y: auto;
  max-height: 90vh;
}
#information .js-modal-content.is-open {
  opacity: 1;
  visibility: visible;
}
#information .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
#information h2.modal-title {
  padding-top: 0;
  margin: 0;
  font-size: 1.5rem;
  display: block;
  width: 100%;
}
#information h2.modal-title::after {
  width: 100%;
}
#information .close-button, #information .js-modal-close {
  border: none;
  background: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
  line-height: 1;
  padding: 0;
}
#information .modal-body {
  position: relative;
}
#information .modal-body .modal-logo {
  display: block;
  margin: 0 auto 1.5em;
  max-width: 150px;
  height: auto;
}
#information .modal-body .modal-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #information .modal-body .modal-info-grid {
    grid-template-columns: 1fr 1fr;
  }
}
#information .modal-body p {
  margin: 0;
  line-height: 1.5;
}
#information .modal-body p.comingsoon {
  padding-top: 0.5em;
  font-size: 0.9em;
}
#information .modal-body p.message-notice {
  padding: 1em 0;
  font-size: 0.8em;
}
#information .modal-body strong {
  display: block;
  font-weight: bold;
  padding-bottom: 0.5em;
}
#information .modal-body .modal-content-text p {
  margin-bottom: 1em;
}
#information .modal-body .modal-content-text-food {
  font-size: 0.9em;
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #ccc;
}
#information .modal-body .modal-content-text-food p {
  max-width: 600px;
}
#information .modal-body ul {
  padding-top: 0.5em;
}
#information .modal-body ul li {
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 1.5em;
  margin-right: -1em;
  list-style: circle;
  padding-bottom: 0.3em;
}
#information .modal-body .official-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8em;
}
#information .modal-body .official-link a {
  background-color: #fff;
  color: #b84240;
  border: 1px solid #b84240;
  padding: 0.2em 1em;
  border-radius: 1em;
  transition: 0.3s;
}
#information .modal-body .official-link a:hover {
  background-color: #b84240;
  color: #fff;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 15999;
}
.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

#instaLink {
  width: 84%;
  margin: 0 auto;
  padding: 1em 0 3em;
}
#instaLink a {
  color: #000;
  display: block;
  transition: 0.3s;
}
#instaLink a h4 {
  font-size: 6vw;
  font-weight: 800;
  display: flex;
  padding-left: 1.6em;
  padding-bottom: 1em;
  margin: 0 auto;
  line-height: 1;
  position: relative;
  align-items: center;
  width: 7em;
}
#instaLink a h4::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("../image/instagram_glyph_gradient.png");
  background-size: cover;
  left: 0;
  top: 0;
  height: 1.2em;
  width: 1.2em;
}
#instaLink a p {
  font-size: 3.8vw;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.05em;
}
#instaLink a:hover {
  color: #b84240;
}

#instaIcon {
  display: flex;
  height: 42px;
  width: auto;
  align-items: center;
  color: #000;
  padding: 0 42px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  position: fixed;
  left: calc(100vw - 42px);
  top: calc(100vh - 72px);
  z-index: 15000;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.0666666667), 0 4px 4px rgba(0, 0, 0, 0.0666666667), -4px 0 4px rgba(0, 0, 0, 0.0666666667); /* 左の影 */
  transition: 0.3s;
}
#instaIcon::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 6px;
  background-image: url("../image/instagram_glyph_gradient.png");
  background-size: cover;
}

#yama {
  width: 100vw;
  height: 20vw;
  background-image: url("../image/yama.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: sticky;
  bottom: 0;
  right: 0;
}

#yama-pc {
  display: none;
}

footer #footerWrap {
  display: block;
  position: relative;
  background-color: #286885;
  background-size: cover;
  color: #fff;
  /*
      -------------------------------------------
      バナーレイアウト：モバイルファースト
      -------------------------------------------
  */
}
footer #footerWrap h3 {
  width: 70vw;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
}
footer #footerWrap h4,
footer #footerWrap p {
  font-size: 3.4vw;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
footer #footerWrap h4 {
  padding-top: 3em;
  font-weight: 400;
}
footer #footerWrap ul {
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
footer #footerWrap ul.text-only {
  text-align: center;
  padding-bottom: 1em;
}
footer #footerWrap ul.text-only li {
  display: inline-block;
}
footer #footerWrap ul.text-only li p {
  display: inline-block;
}
footer #footerWrap ul.text-only li p::after {
  content: "/";
  padding: 0 0.5em;
}
footer #footerWrap ul.text-only li:last-child p::after {
  content: "";
}
footer #footerWrap .AsOfDate {
  padding-top: 2em;
}
footer #footerWrap .copy {
  font-size: 3vw;
  padding: 4em 0 2em;
}
footer #footerWrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 3px;
  top: -2px;
  left: 0;
  display: block;
  background-color: #286885;
}
footer #footerWrap .banner-display {
  list-style: none;
  margin: 0 auto;
  padding: 4em 0 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 3つ以下の場合のセンタリング */
  gap: 10px; /* バナー間の隙間 */
}
footer #footerWrap .banner-display li {
  font-size: 3.4vw;
  line-height: 1.4;
  flex: 1 0 calc(50% - 5px); /* スマホで横2列表示 */
  max-width: calc(50% - 5px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}
footer #footerWrap .banner-display a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  padding: 0.4em 0;
}
footer #footerWrap .banner-display span {
  max-width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footerWrap .banner-display img {
  max-width: 90%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer #footerWrap .banner-display img.link-icon {
  max-width: 90%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px; /* アイコンのサイズ調整 */
  height: auto;
  opacity: 0.3;
}

#buyticket {
  padding-bottom: 3em;
}
#buyticket .ticketlink {
  vertical-align: bottom;
  display: flex;
  align-items: top;
  justify-content: center;
  gap: 16px;
}
#buyticket .ticketlink a p.but {
  font-size: 4vw;
  font-weight: bold;
  color: #4d4d4d;
  width: 140px;
  height: 50px;
  display: flex; /*テキストを真ん中にするためにflexを使用*/
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
#buyticket p {
  font-size: 3.8vw;
  line-height: 1.5;
  text-align: center;
}

.entry-content {
  padding: 2em 0;
}

#breadcrumb {
  display: block;
  padding: 1em 0 0;
  margin: 0 auto;
  width: 80%;
}
#breadcrumb ul {
  font-size: 3vw;
}
#breadcrumb ul li {
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 8em;
  overflow: hidden;
  white-space: nowrap;
}
#breadcrumb ul li::after {
  content: " ＞ ";
  font-size: 0.8em;
}
#breadcrumb ul li:last-child::after {
  content: "";
}

.brewery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* SP: 1行2列 */
  gap: 10px; /* アイテム間の余白 */
  padding: 2em 1em 1em;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.brewery-list .brewery-item {
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  padding: 0.5em;
  position: relative;
}
.brewery-list .brewery-item a {
  height: 100%;
  padding-bottom: 2.5em;
  display: block;
  color: #333;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.brewery-list .brewery-item a .brewery-thumbnail {
  height: 100px;
}
.brewery-list .brewery-item a .brewery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brewery-list .brewery-item a .brewery-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.brewery-list .brewery-item a .brewery-content h3.entry-title {
  display: inline-block;
  text-align: left;
  font-size: 3.6vw;
  padding: 1em 0;
  line-height: 1.4;
}
.brewery-list .brewery-item a .area {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}
.brewery-list .brewery-item a .area p {
  margin: 0 auto;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: left;
  font-size: 3.2vw;
  line-height: 1.4;
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  #main-content-wrapper {
    padding-right: 350px;
    position: relative;
  }
  #content-area {
    margin: 0 auto; /* 中央揃え */
    position: relative;
    overflow-y: hidden;
  }
  body {
    background-size: auto 100%;
  }
  #navArea {
    /* PC */
    height: 100vh;
    position: fixed;
    width: 350px;
    top: 0;
    right: 0;
    left: initial;
    transition: none;
    background-color: #fff;
  }
  #navArea p.title {
    display: none;
  }
  #navArea p.title-pc {
    width: 100%;
    display: block;
  }
  #navArea p.title-pc img {
    width: 100%;
  }
  #navArea.is-show {
    top: auto;
  }
  #navArea nav {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    display: block;
    height: auto;
    padding: 0;
    margin-top: 0;
    transition: none;
    background-color: transparent;
  }
  #navArea nav ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 auto;
    width: 220px;
  }
  #navArea nav ul li {
    color: #000;
    text-align: center;
    display: block;
    margin: 0 0.2em;
  }
  #navArea nav ul li a {
    color: #000;
    border: none;
    width: auto;
    padding: 1em 0;
    writing-mode: vertical-rl;
  }
  #navArea nav ul li a p {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: inline-block;
    height: 10em;
    text-align: left;
    text-orientation: upright;
    transition: 0.3s;
  }
  #navArea nav ul li a span {
    border-top: solid #b3b3b3 1px;
    display: inline-block;
    width: 20px;
    text-align: center;
    padding-top: 1em;
    font-size: 12px;
    line-height: 1.6;
    color: #b3b3b3;
    transition: 0.3s;
  }
  #navArea nav ul li a:hover p {
    color: #b84240;
    transform: translateY(-0.2em);
    letter-spacing: 0.23em;
  }
  #navArea nav ul li a:hover span {
    border-top: solid #4d4d4d 1px;
    color: #4d4d4d;
    letter-spacing: 0.23em;
  }
  .menu-btn {
    display: none;
  }
  h1.main-logo {
    width: 100%;
    height: initial;
    margin: 0 auto;
    background-image: url("../image/drinkimg-pc.webp");
    background-position: center bottom;
    background-size: cover;
  }
  h1.main-logo img {
    padding: 5% 5%;
    width: 600px;
    height: initial;
    display: block;
    margin: 0 auto;
  }
  div.kumo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/kumo-pc.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
  }
  p.lead {
    font-size: 24px;
  }
  p.lead strong {
    font-size: 36px;
  }
  #DateTime {
    width: 460px;
    margin: 2em auto;
  }
  #DateTime p.Year {
    font-size: 60px;
  }
  #DateTime .EventDateWrap p.EventDate strong {
    font-size: 80px;
  }
  #DateTime .EventDateWrap p.EventDate strong::after {
    height: 60px;
    width: 33px;
    left: calc(100% + 7px);
  }
  #DateTime .EventDateWrap p.EventDate span.EventTime {
    font-size: 35px;
  }
  #DateTime .EventDateWrap p.EventDate span.EventTime span.last {
    font-size: 20px;
  }
  #DateTime .EventDateWrap p.EventDate span.EventTime span.last u {
    font-size: 18px;
  }
  #Venue {
    width: 460px;
    margin: 60px auto 100px;
  }
  #Venue h4 {
    font-size: 20px;
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  #Venue p {
    font-size: 30px;
  }
  #Venue p span {
    font-size: 20px;
  }
  #Venue p strong {
    width: 100px;
    height: 100px;
    top: -20px;
    font-size: 26px;
  }
  /* ======================== */
  /* 共通の基本設定           */
  /* ======================== */
  .slideshow-container {
    height: 360px; /* PCでの高さ */
    padding: 1em 0 1em;
  }
  .slideshow {
    width: 160%;
    animation: slide-scroll-pc 40s infinite linear;
  }
  .slide {
    width: 20%; /* 1枚のスライドがコンテナの1/4の幅を占める */
  }
  @keyframes slide-scroll-pc {
    /* 修正したキーフレームをここに追加 */
    0% {
      transform: translateX(0);
    }
    12.5% {
      transform: translateX(-20%);
    }
    25% {
      transform: translateX(-40%);
    }
    37.5% {
      transform: translateX(-60%);
    }
    50% {
      transform: translateX(-80%);
    }
    62.5% {
      transform: translateX(-100%);
    }
    75% {
      transform: translateX(-120%);
    }
    87.5% {
      transform: translateX(-140%);
    }
    100% {
      transform: translateX(-160%);
    }
  }
  #leadmesse {
    width: 600px;
    margin: 3em auto 4em;
  }
  #leadmesse h4 {
    display: inline-block;
    text-align: center;
    padding-bottom: 0.5em;
    font-size: 32px;
    line-height: 1.5;
  }
  #leadmesse h4 span {
    display: inline-block;
  }
  #leadmesse p {
    line-height: 1.5;
    font-size: 18px;
    padding: 0;
  }
  .backboard {
    max-width: 600px;
  }
  #how-to-enjoy h2 {
    padding: 1em 0;
    font-size: 40px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    line-height: 1.4;
  }
  #how-to-enjoy h2 span {
    display: inline-block;
  }
  #how-to-enjoy h2 b {
    color: #b84240;
  }
  #how-to-enjoy h3 {
    font-size: 32px;
    color: #b84240;
    text-align: center;
  }
  #how-to-enjoy h3 strong {
    font-size: 1.2em;
    display: block;
  }
  #how-to-enjoy .wrap {
    padding: 1em 0;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  #how-to-enjoy .wrap .booth {
    border: 6px solid #b84240;
    padding: 1em 1.5em;
    border-radius: 1em;
  }
  #how-to-enjoy .wrap .booth h4 {
    text-align: center;
    color: #b84240;
    border-bottom: 3px solid #b84240;
  }
  #how-to-enjoy .wrap .booth ol {
    list-style: none;
    padding-left: 1.2em;
    margin: 0;
  }
  #how-to-enjoy .wrap .booth ol li {
    font-size: 15px;
    position: relative;
  }
  #how-to-enjoy .wrap .booth ol li::before {
    position: absolute;
    font-size: 1.2em;
    top: 0.65em;
    left: -1.2em;
    content: "❶";
    color: #b84240;
    font-weight: bold;
  }
  #how-to-enjoy .wrap .booth ol li:last-child::before {
    content: "❷";
  }
  #how-to-enjoy .wrap .booth p {
    font-size: 15px;
    padding-top: 1em;
    line-height: 1.4;
  }
  #how-to-enjoy .wrap .booth p strong {
    font-size: 1.2em;
  }
  #how-to-enjoy .wrap .booth p span {
    display: block;
    font-size: 0.75em;
    padding: 0.5em 0 1em;
  }
  #how-to-enjoy .tickets-needed {
    width: 80%;
    margin: 0 auto;
    padding-top: 2em;
  }
  #how-to-enjoy .tickets-needed p {
    font-size: 16px;
    line-height: 1.6;
  }
  #information {
    width: 100%;
    max-width: 600px;
    min-height: 70vh;
    padding: 0 0 30px;
    margin: 0 auto 50px;
  }
  #information h1.vendors {
    font-size: 38px;
  }
  #information p.clickopen b::after {
    content: "クリック";
  }
  #information h2 {
    font-size: 35px;
  }
  #information h2.brewery_category {
    font-size: 28px;
  }
  #information h2 span {
    font-size: 15px;
  }
  #information h2::after {
    width: 35px;
  }
  #information #tasting_ticket {
    width: 340px;
  }
  #information #tasting_ticket p.BuyNow {
    font-size: 30px;
    right: -5em;
  }
  #information #tasting_ticket li {
    grid-template-columns: 100px 1fr;
    gap: 10px;
  }
  #information #tasting_ticket li .type p {
    width: 90px;
    font-size: 22px;
  }
  #information #tasting_ticket li .type span {
    width: 90px;
    font-size: 18px;
  }
  #information #tasting_ticket li .price {
    font-size: 80px;
  }
  #information #tasting_ticket li .price span {
    font-size: 35px;
  }
  #information #tasting_ticket p.TicketSalesSchedule {
    font-size: 16px;
  }
  #information #news {
    width: 84%;
  }
  #information #news ul li {
    font-size: 18px;
  }
  #information #news ul li a {
    display: grid;
    grid-template-columns: 7em 1fr;
  }
  #information #news ul li a .day {
    line-height: 1.6;
  }
  #information #news .more-link {
    text-align: center;
    padding-bottom: 1em;
  }
  #information #news .more-link a {
    font-size: 16px;
    color: #000;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.3em 1em;
  }
  #information #special-events .eventslist .events .trip-plan-link a {
    height: 80px;
  }
  #information #vendorslist a {
    font-size: 28px;
  }
  #information #faq {
    width: 84%;
  }
  #information #faq li details h3 {
    font-size: 20px;
    padding: 5px 0 10px 35px;
  }
  #information #faq li details h3::before {
    font-size: 28px;
  }
  #information #faq li details p {
    font-size: 18px;
    padding: 5px 0 10px 35px;
  }
  #information #faq li details p::before {
    font-size: 28px;
  }
  #information #cautions {
    width: 90%;
  }
  #information #cautions ul li {
    font-size: 18px;
  }
  #information #access iframe {
    height: 400px;
    margin: 25px auto;
    display: block;
  }
  #information #access .accessInfo {
    width: 90%;
  }
  #information #access .accessInfo .from-takasaki {
    font-size: 22px;
    padding: 5px 0 10px;
  }
  #information #access .accessInfo .from-takasaki strong b {
    font-size: 1.2em;
  }
  #information #access .accessInfo .shuttle-bus {
    font-size: 21px;
    padding: 15px 0;
  }
  #information .js-modal-content {
    width: auto;
    min-width: 400px;
    max-width: calc(90% - 350px);
    left: calc(50% - 175px);
  }
  #information .modal-body .official-link {
    right: 20px;
  }
  #instaLink {
    width: 100%;
    max-width: 600px;
  }
  #instaLink a h4 {
    font-size: 30px;
    font-weight: 800;
    display: flex;
    padding-left: 1.6em;
    padding-bottom: 1em;
    margin: 0 auto;
    line-height: 1;
    position: relative;
    align-items: center;
    width: 7em;
  }
  #instaLink a h4::before {
    position: absolute;
    display: block;
    content: "";
    background-image: url("../image/instagram_glyph_gradient.png");
    background-size: cover;
    left: 0;
    top: 0;
    height: 1.2em;
    width: 1.2em;
  }
  #instaLink a p {
    font-size: 16px;
  }
  #instaLink a:hover {
    color: #b84240;
  }
  #instaIcon {
    padding: 0 32px 0 48px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    position: fixed;
    left: initial;
    right: -130px;
    top: calc(90vh - 100px);
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.0666666667), 0 4px 4px rgba(0, 0, 0, 0.0666666667), -4px 0 4px rgba(0, 0, 0, 0.0666666667); /* 左の影 */
    font-weight: 700;
    transition: 0.3s;
  }
  #instaIcon::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 6px;
    background-image: url("../image/instagram_glyph_gradient.png");
    background-size: cover;
  }
  #instaIcon:hover {
    right: 0px;
  }
  #yama {
    display: none;
  }
  #yama-pc {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    width: 100vw;
    height: 150px;
    background-image: url("../image/yama-pc.webp");
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 10000;
  }
  footer #footerWrap {
    position: relative;
    z-index: 7000;
    padding: 2em 350px 5em 0;
    background-repeat: no-repeat;
    /* -------------------------------------------
        バナーレイアウト：PC表示時のレイアウト（4列）
        -------------------------------------------
    */
  }
  footer #footerWrap h3 {
    width: 350px;
    padding: 0.5em 0;
    margin: 0 auto;
  }
  footer #footerWrap h4,
  footer #footerWrap p {
    font-size: 17px;
  }
  footer #footerWrap h4 {
    padding-top: 1em;
  }
  footer #footerWrap ul {
    width: 800px;
    max-width: calc(100vw - 400px);
  }
  footer #footerWrap .banner-display {
    justify-content: flex-start; /* PCでは左寄せ */
  }
  footer #footerWrap .banner-display.center-items {
    justify-content: center; /* 3つ以下の場合のセンター表示 */
  }
  footer #footerWrap .banner-display li {
    font-size: 15px;
    flex: 1 0 calc(25% - 8px); /* PCで横4列表示 */
    max-width: calc(25% - 8px);
  }
  footer #footerWrap .AsOfDate {
    padding-top: 1em;
  }
  footer #footerWrap .copy {
    font-size: 15px;
    padding: 2em 0 1em;
  }
  #buyticket .ticketlink a p.but {
    font-size: 16px;
  }
  #buyticket p {
    font-size: 18px;
  }
  #breadcrumb {
    max-width: 600px;
  }
  #breadcrumb ul {
    font-size: 12px;
  }
  .brewery-list {
    grid-template-columns: repeat(4, 1fr); /* PC: 1行4列 */
  }
  .brewery-list .brewery-item {
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    padding: 0.5em;
  }
  .brewery-list .brewery-item a {
    position: relative;
    padding-bottom: 2.5em;
    display: block;
    color: #333;
    font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .brewery-list .brewery-item a:hover {
    cursor: pointer;
  }
  .brewery-list .brewery-item a .brewery-thumbnail {
    height: 100px;
  }
  .brewery-list .brewery-item a .brewery-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .brewery-list .brewery-item a .brewery-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
  }
  .brewery-list .brewery-item a .brewery-content h3.entry-title {
    display: inline-block;
    text-align: left;
    font-size: 13px;
  }
  .brewery-list .brewery-item a .area {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .brewery-list .brewery-item a .area p {
    font-size: 12px;
    line-height: 1.4;
  }
}
#navArea nav ul li.hide {
  color: #999;
}
#navArea nav ul li.hide a {
  position: relative;
  pointer-events: none;
}
#navArea nav ul li.hide a p {
  color: #999;
}
#navArea nav ul li.hide a span {
  color: #999;
}

div.hide {
  display: none;
}