@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:wght@900&display=swap");

/* CSS Document */
:root {
  --content-color-base: #2c2a29;
  --content-color-link: #3064d5;
  --content-color-red: #990707;
  --content-color-wine: #6c0000;
  --content-color-khaki: #654b00;
  --content-color-gold: #856401;
  --bg-img-setting: no-repeat center center / cover;
  --content-width-sp: calc(335vw / 3.75);
  --content-width-pc: 1104px;
  --content-width: min(var(--content-width-sp), var(--content-width-pc));
  --content-bg-width-pc: max(100%, 1920px);
  --font-size-pc: 14px;
  --font-size-sp: calc(14vw / 3.75);
  --font-sans: "Noto Sans JP", serif;
  --font-serif: "Noto Serif JP", serif;
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --content-hover-speed: 0.3s;
  --content-arrow-down: url(/cmn/icon2/expand_more.svg);
  --content-arrow-up: url(/cmn/icon2/expand_less.svg);
  --content-arrow-right: url(/cmn/icon2/chevron_right.svg);
  --content-border-1: 1px solid;
  --content-border-2: 2px solid;
  --content-border-4: 4px solid;
}

.is-sp,
.is-tb {
  display: none;
}
.is-pc.is-tb {
  display: block;
}
.main {
  font-family: var(--font-sans);
  font-size: var(--content-font-size);
  color: var(--content-color-base);
  line-height: 1.3;
  position: relative;
}
.main * {
  box-sizing: border-box;
}
.inner {
  width: var(--content-width);
  margin: auto;
  position: relative;
}
a {
  transition: var(--content-hover-speed);
}

/***** MV・ナビ *****/
.mv-wrapper {
  width: 100%;
  height: 350px;
  background: url("../img/ttl_bg.webp") no-repeat center top / cover;
}
.title-logo {
  height: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.nav-list > li > a {
  display: block;
  padding: 8px 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.nav-list > li > a:hover {
  color: var(--content-color-red);
}
.nav-list > li > a:hover::after {
  content: "";
  background: var(--content-color-red);
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/***** メインコンテンツ *****/
.main-container {
  width: 100%;
}
.container {
  width: 100%;
  padding-bottom: 64px;
}
.content-wrapper {
  display: grid;
  gap: 40px;
}
.head-title {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 24px 0;
}

.sub-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.bodycopy {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.catchcopy {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
.leadcopy {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.note-txt {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px !important;
  font-weight: normal !important;
}
.note-txt > a {
  text-decoration: underline;
  color: var(--content-color-link);
}
.note-txt > a:hover {
  text-decoration: none;
}
.copyright {
  font-size: 12px;
  text-align: right;
}
.is-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container.about .inner,
.container.info .inner {
  padding-top: 64px;
  display: grid;
  gap: 64px;
}
.content-box {
  display: grid;
  gap: 24px;
}
.content-midashi {
  font-size: 26px;
  text-align: center;
}
.midashi-txt {
  font-size: 26px;
  font-weight: bold;
}
.midashi-txt > small {
  font-size: 16px;
}
.txt-data {
  line-height: 1.5;
}
.txt-box {
  background: #fff;
  padding: 24px;
  line-height: 1.5;
}
.link-button {
  margin: 24px auto 0;
  width: min(100%, 528px);
  height: 48px;
}
.link-button:empty {
  display: none;
}
.link-button > a {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--content-color-khaki);
  border-radius: 999px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-left: 24px;
}
.link-button > a::after {
  content: "";
  mask: var(--content-arrow-right) var(--bg-img-setting);
  background: #fff;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.link-button > a:hover {
  background: var(--content-color-gold);
}
.link-button.is-white > a {
  background: #fff;
  color: var(--content-color-base);
}
.link-button.is-white > a::after {
  background: var(--content-color-base);
}
.link-button.is-white > a:hover {
  background: #d5d4d4;
}

/*** 動画 ***/
.container.movie {
  background: var(--content-color-base);
}
#movie-wrapper {
  margin: auto;
  position: relative;
  text-align: center;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
#youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
#youtube-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}
.container.movie .inner {
  display: grid;
  gap: 16px;
  padding-top: 16px;
}
.container.movie .copyright {
  color: #fff;
}
.anchor-button {
  width: 352px;
  height: 48px;
  margin: auto;
}
.anchor-button > a {
  display: flex;
  height: 100%;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 999px;
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
}
.anchor-button > a::after {
  content: "";
  mask: var(--content-arrow-down) var(--bg-img-setting);
  background: var(--content-color-base);
  width: 24px;
  height: 24px;
  display: inline-block;
}
.anchor-button > a:hover {
  background: #d5d4d4;
}

/*** ツアー ***/
.container.tour {
  padding-top: 64px;
  background:
    url(../img/bg_tour.webp) no-repeat center bottom / cover,
    var(--content-color-base);
}
.head-title#tour {
  font-size: 36px;
  font-weight: bold;
  padding-top: 0;
}
.link-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
}

/*** 祭り情報 ***/
.container.about {
  background: linear-gradient(to bottom, #ffdbdb 0, #fff9f9 8%);
}
.container.about .head-title {
  background: var(--content-color-wine);
}
.container.about .inner .sub-title {
  background:
    url(../img/bg_title_info.png) no-repeat right bottom / contain,
    var(--content-color-red);
  padding: 24px;
  color: #fff;
}
.seat-info-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: flex-start;
}
.seat-info {
  display: grid;
  gap: 16px;
}
.seat-info-box {
  display: grid;
  gap: 8px;
}
.seat-list,
.seat-list > li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.seat-txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.title-wrapper {
  display: grid;
  gap: 24px;
}
.point-list {
  display: grid;
  gap: 40px 16px;
  grid-template-columns: repeat(10, 1fr);
  align-items: flex-start;
}
.point-list li {
  display: grid;
  gap: 8px;
}
.point-list li:nth-child(-n + 2) {
  grid-column: span 5;
}
.point-list li:nth-child(n + 3) {
  grid-column: span 2;
}
.point-list li .point-item {
  display: contents;
}
.point-list li .midashi-txt {
  text-align: center;
}
.skill-no {
  background: var(--content-color-gold);
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.copyright-link {
  text-align: right;
}
.copyright-link > a {
  font-size: 12px;
  color: var(--content-color-link);
  text-decoration: underline;
}
.content-box.schedule {
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}
.content-inbox {
  display: grid;
  gap: 8px;
}
.content-inbox table {
  width: 100%;
  table-layout: fixed;
  border-top: var(--content-border-1) #c0c5cc;
  border-left: var(--content-border-1) #c0c5cc;
  background: #fff;
}
.content-inbox table caption {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4px;
}
.content-inbox table tr th,
.content-inbox table tr td {
  border-right: var(--content-border-1) #c0c5cc;
  border-bottom: var(--content-border-1) #c0c5cc;
  padding: 16px;
  line-height: 1.5;
}
.content-inbox table tr th {
  width: 10em;
  background: #e9ecf2;
  font-weight: bold;
  text-align: center;
}
.content-box.review .midashi-txt {
  font-weight: normal;
  text-align: center;
}
.review-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-list > li {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #fff;
  padding: 16px;
}
.review-list > li::before {
  content: "";
  background: url(../img/ico_people.svg) var(--bg-img-setting);
  width: 40px;
  height: 40px;
  display: block;
}
.review-list > li > span {
  flex: 1;
}

/*** 関連情報 ***/
.container.info {
  background:
    url(../img/bg_other.webp) no-repeat center bottom / 100%,
    #fbf9ef;
}
.head-title#info {
  background: var(--content-color-khaki);
}
.container.info .inner .sub-title {
  background:
    url(../img/bg_title_other.png) no-repeat right bottom / contain,
    var(--content-color-gold);
  padding: 24px;
  color: #fff;
}
.tri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tri-grid > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 8px;
}
.tri-grid .grid-img {
  height: 239px;
  position: relative;
}
.grid-item {
  display: contents;
}
.grid-item .midashi-txt {
  text-align: center;
}
.grid-item .copyright {
  display: block;
  text-align: left;
}
.four-grid,
.article-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.article-list > li {
  position: relative;
}
.article-list > li::after {
  content: "";
  background: var(--content-color-gold);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.article-list > li:hover::after {
  background: var(--content-color-khaki);
}
.article-list > li > a {
  display: grid;
  gap: 8px;
}
.article-list > li .midashi-txt {
  font-size: 20px;
  text-align: left;
}
.four-grid {
  align-items: flex-start;
}
.four-grid > li {
  display: grid;
  gap: 8px;
}
.four-grid > li .midashi-txt {
  font-size: 20px;
}
.faq-list {
  display: grid;
  gap: 24px;
}
.faq-list > li {
  display: grid;
  gap: 16px;
}
.que-txt {
  font-size: 16px;
  font-weight: bold;
  color: var(--content-color-khaki);
  display: flex;
  gap: 8px;
}
.que-txt::before {
  content: "Q";
  display: inline-block;
}
.ans-txt {
  background: #fff;
  padding: 16px;
}

.line-midashi {
  background: #06c755;
  padding: 8px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.line-item {
  border: var(--content-border-1) #939dad;
  border-top: none;
  background: #fff;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.line-txt {
  flex: 1;
  display: grid;
  gap: 8px;
  font-size: 20px;
  font-weight: bold;
}
.line-txt > span {
  display: block;
  font-size: 26px;
  color: #bc1410;
}
.line-qrcode {
  width: 120px;
}

/*** フッター ***/
.container.search {
  padding-bottom: 0;
}
.search-wrapper {
  padding: 64px 0;
  background: url("../img/bg_search.webp") no-repeat center / cover;
}
.search-wrapper .inner {
  max-width: 1104px;
  margin: auto;
  display: block;
}
.search-wrapper .inner .sub-title {
  font-weight: normal;
  color: #fff;
  margin-bottom: 16px;
}

@media (768px <= width <= 1024px) {
  .is-pc {
    display: none;
  }
  .is-tb {
    display: block;
  }
  .leadcopy {
    font-size: 18px;
  }
  .container.tour {
    padding-top: 0;
  }
  .seat-list {
    align-items: flex-start;
  }
  .seat-list > li {
    display: grid;
    grid-template-columns: auto;
    gap: 8px;
  }
  .seat-txt {
    line-height: 1.5;
  }
  .point-list {
    gap: 40px 8px;
  }
  .is-schedule .content-inbox table:first-child tr {
    display: grid;
    grid-template-rows: auto;
  }
  .is-schedule .content-inbox table:first-child tr th {
    width: 100%;
  }
  .container.info .midashi-txt {
    font-size: 20px;
  }
  .tri-grid .grid-img {
    height: auto;
  }
  .tri-grid .link-button > a {
    padding-left: 8px;
  }
  .article-list > li {
    padding-bottom: 16px;
  }
  .container.info .article-list > li .midashi-txt,
  .container.info .four-grid > li .midashi-txt {
    font-size: 16px;
  }
  .line-item {
    flex-direction: column;
  }
  .line-item .link-button {
    margin-top: 0;
  }
  .line-item .link-button > a {
    border: #939dad var(--content-border-1);
  }
}
