@charset "utf-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
}

/* ----- common parts ----- */
@media screen and (width < 768px) {
  .l {
    display: none;
  }
}
@media screen and (768px <= width) {
  .s {
    display: none;
  }
}

.ticketBtn {
  background: linear-gradient(90deg, rgba(240, 109, 37, 1) 0%, rgba(238, 50, 1, 1) 100%);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fafafa;
}
@media (hover: hover) {
  .ticketBtn {
    transition: padding-right 0.3s, width 0.3s;
  }
  .ticketBtn:hover {
    width: 230px;
    padding-right: 50px;
  }
}

@media (hover: hover) {
  .nomalBtn::before {
    background-color: #fafafa;
  }
  .nomalBtn._event:hover span {
    color: #010101;
  }
  .nomalBtn._ticket:hover span {
    color: #ee5000;
  }
}
.nomalBtn._event {
  background-color: #010101;
  border-color: #010101;
  color: #fafafa;
}
.nomalBtn._ticket {
  background-color: #ee5000;
  border-color: #ee5000;
  color: #fff;
}

.scrollUpBtn {
  background: linear-gradient(90deg, rgba(238, 85, 0, 1) 0%, rgba(238, 50, 1, 1) 100%);
  transform: skewY(-4deg);
}
.scrollUpBtn::after {
  border-color: #fff;
}

/* sec common */
.sec-ttl {
  margin-bottom: 20px;
}

/* ----- header ----- */
.header-hamburgerBtn {
  top: 16px;
  right: 16px;
}
.hamburgerBtn {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #4c1900;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #4c1900;
}
.hamburgerBtn > span {
  left: 9px;
  width: 50%;
  background-color: #4c1900;
}
.hamburgerBtn > span:nth-of-type(1) {
  top: 10px;
}
.hamburgerBtn > span:nth-of-type(2) {
  top: 17px;
}
.hamburgerBtn > span:nth-of-type(3) {
  top: 24px;
}
/* active */
.hamburgerBtn.is-active span:nth-of-type(1),
.hamburgerBtn.is-active span:nth-of-type(3) {
  top: 17px;
}
@media screen and (min-width: 768px) {
  .header-hamburgerBtn.is-active {
    right: 36px;
  }
}

.header-nav {
  min-height: 70%;
  background: top/cover no-repeat url(img/nav_bg.webp);
  border: none;
  color: #4c1900;
}
.header-nav ul li + li {
  margin-top: 15px;
}
.header-nav ul li a h2 {
  margin-bottom: 10px;
  width: fit-content;
  padding: 2px 8px;
  background: linear-gradient(90deg, rgba(238, 85, 0, 1) 0%, rgba(238, 50, 1, 1) 100%);
  transform: skewY(-3deg);
  box-shadow: 2px 4px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.header-nav p {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #4c1900;
}

@media screen and (768px <= width) {
  .header-nav ul li + li {
    margin-top: 30px;
  }
}

.header-menu .series {
  min-height: 30%;
  background: center/cover repeat url(img/series_bg.webp);
}
.header-menu .series h2 {
  color: #fff;
}
@media (hover: hover) {
  .series ul li::before,
  .series ul li::after {
    background: linear-gradient(90deg, rgba(238, 85, 0, 1) 0%, rgba(238, 50, 1, 1) 100%);
  }
  .series ul li a::before,
  .series ul li a::after {
    background: linear-gradient(90deg, rgba(238, 85, 0, 1) 0%, rgba(238, 50, 1, 1) 100%);
  }
}

/* ----- mv ----- */
.mv-opening {
  padding: 12px 3.2vw 40px;
  background-image: url(img/opening_bg.webp);
  color: #4c1900;
}
.mv-openingFrame {
  margin-bottom: calc(20px + 4px);
  padding: 20px 10px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 6px #4c1900;
  border: 2px solid #4c1900;
}
.mv-openingTtl {
  line-height: 1.25;
  font-size: 1.8rem;
  color: #ee5500;
}
.mv-openingTtl span {
  display: block;
  font-size: 1.5em;
}
.mv-openingTxt {
  margin-inline: auto;
  max-width: 310px;
  text-align: left;
  line-height: 1.5;
  font-size: 1.3rem;
}
.mv-openingTxt span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 1.5em;
  font-weight: 600;
}
.mv-openingTxt span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background: center/contain no-repeat url(img/opening-maker1.webp);
}
.mv-openingTxt span:nth-of-type(2):before {
  background-image: url(img/opening-maker2.webp);
}
.mv-openingList {
  display: flex;
  justify-content: center;
  gap: 2%;
}
.mv-openingList li {
  position: relative;
  width: 32%;
  max-width: 250px;
  box-shadow: 2px 2px 0 0 #1a0800;
  border: 2px solid #1a0800;
  cursor: pointer;
}
.mv-openingList li:first-child {
  background-color: #ff8118;
}
.mv-openingList li:nth-child(2) {
  background-color: #ee3201;
}
.mv-openingList li:last-child {
  background-color: #492f32;
}
.mv-openingList li:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: 45deg;
}
.mv-openingList li._finish {
  pointer-events: none;
}
.mv-openingList li._finish::before {
  content: 'イベント終了';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 60%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
}
.mv-openingList a {
  display: block;
  padding: 12px 5px 20px;
  color: #fff;
}
.mv-openingList p {
  position: relative;
  padding-bottom: 2px;
  font-size: 1.2rem;
  font-weight: 600;
}
.mv-openingList p::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: center/contain no-repeat;
}
.mv-openingList li:first-child p::before {
  background-image: url(img/anchor1-maker.webp);
}
.mv-openingList li:nth-child(2) p::before {
  background-image: url(img/anchor2-maker.webp);
}
.mv-openingList li:last-child p::before {
  background-image: url(img/anchor3-maker.webp);
}
.mv-openingList h3 {
  font-size: 1.5rem;
  font-weight: 900;
}
@media (hover: hover) {
  .mv-openingList li:after {
    transition: bottom 0.3s;
  }
  .mv-openingList li:hover:after {
    bottom: 5px;
  }
}

@media screen and (768px <= width) {
  .mv-opening {
    padding: 24px 3.2vw 60px;
  }
  .mv-openingFrame {
    margin-bottom: calc(40px + 4px);
    padding: 30px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 12px #4c1900;
    border-width: 4px;
  }
  .mv-openingTtl {
    font-size: 3.2rem;
  }
  .mv-openingTtl span {
    font-size: 2.4em;
  }
  .mv-openingTxt {
    max-width: 1000px;
    font-size: 1.8rem;
  }
  .mv-openingTxt span {
    padding-bottom: 4px;
  }
  .mv-openingTxt span::before {
    height: 16px;
  }
  .mv-openingList {
    display: flex;
    justify-content: center;
    gap: min(2%, 30px);
  }
  .mv-openingList li {
    position: relative;
    width: 32%;
    max-width: 250px;
    box-shadow: 4px 4px 0 0 #1a0800;
    border-width: 4px;
  }
  .mv-openingList li._finish::before {
    font-size: 2rem;
  }
  .mv-openingList p {
    padding-bottom: 4px;
    font-size: 1.6rem;
  }
  .mv-openingList p::before {
    height: 14px;
  }
  .mv-openingList h3 {
    font-size: 2rem;
  }
}

/* ----- cokefes ----- */
#cokefes {
  padding-top: 35px;
  background: top/cover no-repeat url(img/cokefes_bg.webp);
  overflow: hidden;
}
.cokefes-ttl {
  margin-bottom: 15px;
}
.cokefes-ttl img {
  aspect-ratio: 1000 / 337;
}
.cokefes-subttl {
  margin-block: min(4vw, 30px) min(6.4vw, 40px);
  transform: skewY(-4deg);
}
.cokefes-subttl span:first-child {
  margin-bottom: 5px;
  display: block;
  width: fit-content;
  padding: 7px 10px;
  background: linear-gradient(90deg, rgba(238, 85, 0, 1) 0%, rgba(238, 50, 1, 1) 100%);
  box-shadow: 2px 4px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 2.7rem;
  font-weight: 500;
  color: #fff;
}
.cokefes-subttl span:last-child {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  color: #4c1900;
}
.cokefes-info {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.cokefes-info dl {
  display: table-row;
}
.cokefes-info dt {
  display: table-cell;
  width: 64px;
  padding: 3px 8px;
  background-color: #4c1900;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #fff;
}
.cokefes-info dd {
  display: table-cell;
  width: calc(100% - 64px);
  padding-inline-start: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #4c1900;
}
.cokefes-info dd p + p {
  margin-top: 1em;
}

@media screen and (768px <= width) {
  #cokefes {
    padding-top: 70px;
  }
  .cokefes-ttl {
    margin-inline: auto;
    margin-bottom: 30px;
    max-width: 800px;
  }
  .cokefes-subttl {
    margin-block: 60px;
    transform: skewY(-3deg);
  }
  .cokefes-subttl span:first-child {
    margin-bottom: 10px;
    padding: 14px 20px;
    font-size: 5rem;
  }
  .cokefes-subttl span:last-child {
    font-size: 2.8rem;
  }
  .cokefes-info dt {
    width: 128px;
    font-size: 1.6rem;
  }
  .cokefes-info dd {
    width: calc(100% - 128px);
    padding-inline-start: 20px;
    font-size: 1.8rem;
  }
  .cokefes-date {
    gap: 10px;
    height: 36px;
  }
}

#zankara {
  margin-top: -30px;
  padding-top: 30px;
}
.zankara-mv {
  margin: 15px -5.333333333333334vw 30px;
}

.zankara-container {
  margin-inline: -5.333333333333334vw;
}
.zankara-ttl {
  margin-inline: 5.333333333333334vw;
  font-size: 2.6rem;
  font-weight: 900;
  color: #4c1900;
}
.zankara-ttl span {
  margin-block-start: 5px;
  display: block;
  font-size: 0.6em;
  font-weight: 600;
}

@media screen and (768px <= width) {
  .zankara-mv {
    margin: 30px 0 60px;
  }

  .zankara-container {
    margin-inline: 0;
  }
  .zankara-ttl {
    margin-inline: 0;
    font-size: 5rem;
  }
  .zankara-ttl span {
    margin-block-start: 10px;
  }
}

.zankara-map {
  position: relative;
  z-index: 1;
  margin: -15px auto -20px;
  width: calc(701px / 2);
}
.zankara-map img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  aspect-ratio: 701 / 694;
}
.zankara-mapNumber li {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  background-color: #ee3201;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
@media (hover: hover) {
  .zankara-mapNumber li {
    scale: 1;
    transition: scale 0.3s;
  }
  .zankara-mapNumber li:hover {
    scale: 1.3;
  }
}
.zankara-mapNumber li:nth-child(1) {
  top: 11%;
  left: 66%;
}
.zankara-mapNumber li:nth-child(2) {
  top: 19%;
  left: 68%;
}
.zankara-mapNumber li:nth-child(3) {
  top: 16%;
  left: 79%;
}
.zankara-mapNumber li:nth-child(4) {
  top: 37%;
  left: 68%;
}
.zankara-mapNumber li:nth-child(5) {
  top: 59%;
  left: 56%;
}
.zankara-mapNumber li:nth-child(6) {
  top: 68%;
  left: 44%;
}
.zankara-mapNumber li:nth-child(7) {
  top: 68%;
  left: 31%;
}
.zankara-mapNumber li:nth-child(8) {
  top: 73%;
  left: 17%;
}
.zankara-mapNumber li:nth-child(9) {
  top: 79%;
  left: 9%;
}
.zankara-mapNumber li:nth-child(10) {
  top: 83%;
  left: 16%;
}
.zankara-deco {
  position: absolute;
  z-index: 0;
}
.zankara-deco._1 {
  top: 12%;
  right: 225px;
  width: calc(469px / 2);
}
.zankara-deco._1 img {
  aspect-ratio: 469 / 352;
}
.zankara-deco._2 {
  top: 40%;
  left: 225px;
  width: calc(404px / 2);
}
.zankara-deco._2 img {
  aspect-ratio: 404 / 228;
}
.zankara-deco._3 {
  top: 10%;
  left: 605px;
  width: 222px;
}
.zankara-deco._3 img {
  aspect-ratio: 222 / 230;
}
@media screen and (768px <= width) {
  .zankara-map {
    margin: -30px auto -40px;
    width: 701px;
  }
  .zankara-mapNumber li {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
  .zankara-deco._1 {
    right: 465px;
    width: 350px;
  }
  .zankara-deco._2 {
    top: 60%;
    left: 550px;
    width: 350px;
  }
}

.zankara-slider {
  overflow: visible;
}
.zankara-slider .gourmetCard-text {
  padding: 10px 5px;
}
.zankara-slider .gourmetCard h3 {
  font-size: 1.2rem;
}
.zankara-slider .gourmetCard img {
  aspect-ratio: 1 / 1;
}
.zankara-slider .swiper-slide-active {
  border: 4px solid #ee5000;
}
@media screen and (768px <= width) {
  .zankara-slider .gourmetCard {
    width: 300px;
  }
  .zankara-slider .gourmetCard::after {
    height: 90px;
  }
  .zankara-slider .gourmetCard-text {
    height: 90px;
    padding: 15px 20px;
  }
  .zankara-slider .gourmetCard h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .zankara-slider .gourmetCard p {
    font-size: 1.6rem;
  }
}

.zankara-credit {
  margin: 10px 5.333333333333334vw 0 0;
  text-align: right;
  font-size: 1.2rem;
  color: #4c1900;
}

.zankara-youtube {
  margin-top: 30px;
  padding-inline: 5.333333333333334vw;
}
.zankara-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media screen and (768px <= width) {
  .zankara-youtube {
    padding-inline: 40px;
  }
}

#tokachi-slider {
  margin: 30px -5.333333333333334vw 0;
}
#tokachi-slider .gourmetCard h3 {
  margin-bottom: 5px;
  line-height: 1.25;
}
#tokachi-slider .swiper-slide-active {
  border: none;
}

.zankara-detailBtn {
  margin: 30px auto 30px;
  display: block;
  width: 200px;
  padding: 15px 20px;
  background-color: #ee3201;
  border-radius: 100px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
@media (hover: hover) {
  .zankara-detailBtn:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0);
    translate: 2px 2px;
  }
}
@media screen and (768px <= width) {
  .zankara-detailBtn {
    width: 300px;
    font-size: 1.8rem;
  }
}

#tokachi {
  margin-top: -30px;
  padding-top: 30px;
  margin-bottom: 80px;
}
.zankara-bnr {
  margin: 15px -5.333333333333334vw 0;
  display: block;
}
.zankara-bnr img {
  aspect-ratio: 16 / 9;
}
@media (hover: hover) {
  .zankara-bnr {
    opacity: 1;
    transition: opacity 0.2s;
  }
  .zankara-bnr:hover {
    opacity: 0.8;
  }
}
@media screen and (768px <= width) {
  #tokachi {
    margin-bottom: 100px;
  }

  .zankara-credit {
    margin: 10px 0 0;
  }

  .zankara-bnr {
    margin: 30px 0 0;
  }
}

/* ----- shaufes ----- */
#shaufes {
  margin-block: 60px;
  position: relative;
  padding-top: 30px;
  background: top/cover no-repeat url(img/shaufes_bg.webp);
}
#shaufes::before,
#shaufes::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 60px;
  background-size: auto auto;
  background-color: rgba(73, 47, 50, 1);
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 20px,
    rgba(242, 197, 115, 1) 20px,
    rgba(242, 197, 115, 1) 40px
  );
}
#shaufes::before {
  top: -60px;
}
#shaufes::after {
  bottom: -60px;
}
.shaufes-ttl {
  margin-bottom: 30px;
  width: calc(594px / 2);
}
.shaufes-ttl img {
  aspect-ratio: 594 / 184;
}

#shaufes .eventCard {
  position: relative;
}
#shaufes .eventCard + .eventCard {
  margin-top: 60px;
  padding-top: 0;
  border: none;
}
#shaufes .eventCard figure img._aspect2 {
  aspect-ratio: 1 / 1;
}
#shaufes .presentCard-targetBorder {
  background-color: #492f32;
}
#shaufes .presentCard-target p {
  color: #fff;
}
#shaufes ._all p {
  font-size: 1.1rem;
}
#shaufes .eventCard-date span {
  background-color: #fff;
  color: #492f32;
}
#shaufes .eventCard-date span:first-child {
  background-color: #005a99;
  color: #fafafa;
}
#shaufes .presentCard h3 {
  color: #005a99;
}
#shaufes .eventCard-text {
  -webkit-line-clamp: 4;
}

@media screen and (768px <= width) {
  #shaufes {
    padding-top: 60px;
  }
  .shaufes-ttl {
    margin-bottom: 30px;
    width: 500px;
  }
}

.eventCard-youtube {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.eventCard-youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media screen and (768px <= width) {
  .eventCard-youtube {
    margin-bottom: 0;
    width: 45%;
  }
}

/* ----- schedule ----- */
.schedule {
  background: top/cover url(img/schedule_bg.webp);
}
.schedule .sec-ttl {
  color: #fff;
}
.schedule .sec-ttlE {
  color: #fff;
}

/* goods */
/* .goods {
  background-color: #f1f1f1;
  color: #010101;
}
.goods .moreBtn {
  top: 8px;
}
@media (hover: hover) {
  .goodsCard {
    position: relative;
    overflow: hidden;
  }
  .goodsCard::before,
  .goodsCard::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transition: transform 0.2s;
  }
  .goodsCard::before {
    top: 0;
    left: 0;
    border-top: 10px solid var(--first-font-color);
    border-left: 10px solid var(--first-font-color);
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translate(-100%, -100%);
  }
  .goodsCard::after {
    bottom: 0;
    right: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid var(--first-font-color);
    border-right: 10px solid var(--first-font-color);
    transform: translate(100%, 100%);
  }
  .goodsCard:hover:before,
  .goodsCard:hover::after {
    transform: translate(0, 0);
  }
} */

/* gourmet */
/* .gourmet {
  background-color: #f1f1f1;
} */

/* guest */
/* .guest {
  background-color: #010101;
  color: var(--font-white-color);
}
.guest .sec-ttlE {
  color: #ccc;
}
.guestCard img._sizeA {
  margin: auto;
  width: 60%;
}
.guestCard-date {
  background-color: #010101;
}
.guestCard-date span:first-child {
  background-color: var(--sub-color);
}
.guestCard h3 {
  color: var(--first-font-color);
} */

/* news */
.news .moreAcBtn {
  border-color: #4c1900;
  color: #4c1900;
}
@media (hover: hover) {
  .newsCard-ttl:after {
    background-color: #4c1900;
  }
}
@media screen and (min-width: 768px) {
  .news {
    background-color: #f1f1f1;
  }
  .news-list {
    background-color: #fff;
  }
  .news-list:last-of-type {
    border-radius: 10px;
  }
}

/* sponsor */
/* .sponsor {
  background-color: #f1f1f1;
}
.sponsor h2 {
  width: 50%;
  max-width: 351px;
} */

/* series _foot */
.series._foot {
  background-color: #1a1a1a;
  color: #fafafa;
}

/* footer */
.footer {
  background-color: #010101;
}
