@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);
}

#information {
  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);
}
#information h2 {
  /* 各ブロックのタイトル */
  text-align: center;
  padding-top: 2em;
  margin-bottom: 1em;
  font-size: 7vw;
  position: relative;
  display: block;
}
#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;
}
#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 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 li .day {
  color: #286885;
  line-height: 3;
  font-weight: 600;
  letter-spacing: -0.01em;
}
#information #news li a {
  color: #000;
  letter-spacing: -0.01em;
  font-weight: 400;
  text-align: justify;
}
#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 h3 {
  font-size: 4.2vw;
  letter-spacing: -0.01em;
  padding: 1vw 0 1em 7vw;
  color: #b84240;
  position: relative;
  font-weight: 700;
}
#information #faq li h3::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5.5vw;
}
#information #faq li p {
  font-size: 3.8vw;
  letter-spacing: -0.01em;
  padding: 1vw 0 1em 7vw;
  font-weight: 400;
  position: relative;
  text-align: justify;
}
#information #faq li p::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5.5vw;
  font-weight: 700;
}
#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;
}

#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 {
  position: relative;
  background-color: #286885;
  background-size: cover;
  color: #fff;
}
footer h3 {
  width: 70vw;
  height: auto;
  margin: 0 auto;
  padding: 1em 0;
}
footer h4,
footer p,
footer li {
  font-size: 3.4vw;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
footer h4 {
  padding-top: 2em;
  font-weight: 400;
}
footer ul {
  width: 84%;
  margin: 0 auto;
  text-align: center;
}
footer ul li {
  display: inline-block;
}
footer ul li::after {
  content: " / ";
}
footer ul li:last-child::after {
  content: "";
}
footer .AsOfDate {
  padding-top: 2em;
}
footer .copy {
  font-size: 3vw;
  padding: 4em 0 2em;
}
footer::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 3px;
  top: -2px;
  left: 0;
  display: block;
  background-color: #286885;
}

@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;
  }
  #information {
    width: 100%;
    max-width: 600px;
    padding: 0 0 30px;
    margin: 0 auto 50px;
  }
  #information h2 {
    font-size: 35px;
  }
  #information h2 span {
    font-size: 15px;
  }
  #information h2::after {
    width: 35px;
  }
  #information #tasting_ticket {
    width: 340px;
  }
  #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 li {
    display: grid;
    grid-template-columns: 7em 1fr;
    font-size: 18px;
  }
  #information #news li .day, #information #news li a {
    line-height: 1.6;
  }
  #information #faq {
    width: 84%;
  }
  #information #faq li h3 {
    font-size: 20px;
    padding: 5px 0 10px 35px;
  }
  #information #faq li h3::before {
    font-size: 28px;
  }
  #information #faq li p {
    font-size: 18px;
    padding: 5px 0 10px 35px;
  }
  #information #faq li 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;
  }
  #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 {
    position: relative;
    z-index: 7000;
    padding: 2em 350px 5em 0;
    background-repeat: no-repeat;
  }
  footer h3 {
    width: 350px;
    padding: 0.5em 0;
    margin: 0 auto;
  }
  footer h4,
  footer p,
  footer li {
    font-size: 17px;
  }
  footer h4 {
    padding-top: 1em;
  }
  footer ul {
    width: 800px;
    max-width: calc(100vw - 400px);
  }
  footer .AsOfDate {
    padding-top: 1em;
  }
  footer .copy {
    font-size: 15px;
    padding: 2em 0 1em;
  }
}
#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;
}