@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&display=swap");
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 769px) {
  html {
    min-width: 1020px;
  }
}

body {
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

.content-inner {
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (max-width: 768px) {
  .content-inner {
    max-width: none;
    padding: 0 18px;
  }
}

/* ------------------------------------------
  component
--------------------------------------- */
.is-open {
  overflow: hidden;
}

.fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: all 1.3s;
}
.fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

@media screen and (max-width: 1039px) {
  html.is-active {
    overflow: hidden;
  }
}

/* -------------------------------------- */
img {
  vertical-align: bottom;
  width: 100%;
}

a {
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

.header {
  position: fixed;
  top: 14px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
  z-index: 2;
}
@media screen and (max-width: 1039px) {
  .header {
    padding: 0 20px;
    top: 48px;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0 44px;
  background-color: #f1f1f1;
  border-radius: 28px;
  max-width: 1120px;
  min-height: 57px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .header__wrapper {
    width: 100%;
    padding: 0 21px;
    min-height: 50px;
  }
}
.header__logo {
  width: 243px;
}
@media screen and (max-width: 1039px) {
  .header__logo {
    width: 194px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__instagram {
  width: 30px;
  margin-right: 34px;
}
@media screen and (max-width: 1039px) {
  .header__instagram {
    margin-right: 50px;
  }
}
.header__instagram--sp {
  display: none;
}
@media screen and (max-width: 1039px) {
  .header__instagram--sp {
    display: block;
    width: 30px;
    margin-left: auto;
  }
}
.header__burger {
  display: none;
}
@media screen and (max-width: 1039px) {
  .header__burger {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    z-index: 6;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 21px;
  }
  .header__burger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(40deg);
    width: 28px;
    margin-bottom: 0;
  }
  .header__burger.is-active span:nth-child(2) {
    display: none;
  }
  .header__burger.is-active span:nth-child(3) {
    transform: translateY(-11px) rotate(-40deg);
    width: 28px;
    margin-bottom: 0;
  }
  .header__burger span {
    width: 24px;
    height: 3px;
    background-color: #000;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.2s ease;
  }
}
.header__menu {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 1039px) {
  .header__menu {
    position: absolute;
    top: -48px;
    right: -20px;
    background-color: #f1f1f1;
    width: 100vw;
    height: 100vh;
    padding: 264px 43px 75px;
    z-index: 5;
    box-sizing: border-box;
    flex-flow: column;
    gap: 50px;
    overflow: auto;
  }
}
@media screen and (max-width: 1039px) {
  .header__menu li {
    text-align: right;
  }
}
.header__menu li a {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1039px) {
  .header__menu li a {
    font-size: 2.4rem;
  }
}

.mv__img {
  width: 695px;
  margin: 66px auto 84px;
}
@media screen and (max-width: 768px) {
  .mv__img {
    margin-top: 180px;
    width: auto;
  }
}
.mv__text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 170px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .mv__text {
    margin-bottom: 90px;
  }
}

.section__inner {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section__inner {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.section__inner.w650 {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .section__inner.w650 {
    width: auto;
    margin: 0;
  }
}

.lead__heading {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .lead__heading {
    font-size: 2.4rem;
  }
}
.lead__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .lead__text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.lead__info {
  background-color: #F1F1F1;
  border-radius: 14px;
  padding: 45px 60px;
  margin: 100px auto 154px;
  box-sizing: border-box;
  width: 694px;
}
@media screen and (max-width: 768px) {
  .lead__info {
    margin: 55px 0 70px;
    width: auto;
    padding: 24px 12px;
  }
}
.lead__info dl {
  display: flex;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .lead__info dl {
    width: auto;
    font-size: 1.6rem;
  }
}
.lead__info dl:not(:last-child) {
  margin-bottom: 12px;
}
.lead__info dl dt {
  width: 110px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lead__info dl dt {
    width: 70px;
  }
}
.lead__info dl dd {
  margin: 0;
  flex-grow: 1;
}

.tmcb {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tmcb {
    height: 340px;
    margin: 0 -18px;
    width: 100vw;
  }
}
.tmcb__img {
  width: 387px;
  margin: 0 auto;
  padding: 62px 0 46px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .tmcb__img {
    width: 244px;
  }
}
.tmcb__img img {
  width: 100%;
  display: block;
}
.tmcb__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 525px;
  z-index: 0;
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .tmcb__bg {
    height: 437px;
  }
}
.tmcb__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .tmcb__bg img {
    -o-object-position: 50% 100px;
       object-position: 50% 100px;
  }
}

.bg-gray {
  padding: 153px 0 96px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .bg-gray {
    margin: 0 -18px;
    padding-bottom: 75px;
  }
}

.program__heading {
  width: 364px;
  height: auto;
  margin: 0 auto 126px;
}
@media screen and (max-width: 768px) {
  .program__heading {
    width: 255px;
    margin-bottom: 90px;
  }
}
.program__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .program__title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.program__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .program__text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.program__cafe {
  margin: 58px 0 164px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .program__cafe {
    display: flex;
    flex-flow: column;
    gap: 47px;
    margin-bottom: 100px;
  }
}
.program__cafe li {
  padding: 24px 24px 36px;
  background-color: #fff;
  border-radius: 10px;
}
.program__cafe--title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .program__cafe--title {
    font-size: 2rem;
  }
}
.program__cafe--img {
  margin: 24px 0 14px;
}
@media screen and (max-width: 768px) {
  .program__cafe--img {
    margin: 14px 0;
  }
}
.program__cafe--text {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .program__cafe--text {
    font-size: 1.6rem;
  }
}
.program__cafe--link {
  color: #666 !important;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .program__cafe--link {
    font-size: 1.6rem;
  }
}
.program__info {
  background-color: #fff;
  border-radius: 14px;
  padding: 32px 50px;
  margin: 34px 0 67px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .program__info {
    margin: 50px 0;
    padding: 13px 17px;
  }
}
.program__info--text {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 0;
}
.program__info--payment {
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 768px) {
  .program__info--payment {
    flex-flow: column;
    gap: 6px;
  }
}
.program__info--payment p {
  margin-top: 0;
}
.program__info--payment img {
  display: block;
}
.program__info--payment li {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .program__info--payment li {
    font-size: 1.6rem;
  }
}
.program__info--icon {
  margin-right: 16px;
}
.program__info--cash div {
  width: 32px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .program__info--cash div {
    width: 33px;
  }
}
.program__info--credit div {
  width: 29px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .program__info--credit div {
    width: 33px;
  }
}
.program__info--barcode div {
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .program__info--barcode div {
    width: 33px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .program__info--barcode div img {
    width: 20px;
  }
}

.shop {
  margin-bottom: 56px;
}
.shop__wrapper {
  margin-bottom: 152px;
}
@media screen and (max-width: 768px) {
  .shop__wrapper {
    margin-bottom: 100px;
  }
}
.shop__date {
  margin: 48px 0 26px;
}
.shop__date img {
  width: auto;
  height: 43px;
}
@media screen and (max-width: 768px) {
  .shop__date img {
    height: 34px;
  }
}
.shop__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
}
@media screen and (max-width: 768px) {
  .shop__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 18px;
  }
}
.shop__card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.shop__name {
  background-color: #fff;
  font-size: 1.8rem;
  width: 100%;
  min-height: 32px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .shop__name {
    font-size: 1.4rem;
    padding: 4px 8px;
    letter-spacing: -0.1px;
  }
}
.shop__instagram {
  width: 24px;
}
.shop__tag {
  margin: 12px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .shop__tag {
    font-size: 1.4rem;
  }
}
.shop__payment {
  display: flex;
  gap: 8px;
  flex-flow: wrap;
}
.shop__payment img {
  width: auto;
  height: 19px;
}

.popup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  margin: 40px 0 170px;
}
@media screen and (max-width: 768px) {
  .popup {
    margin: 18px 0 60px;
    display: flex;
    gap: 48px;
    flex-flow: column;
  }
}
.popup__name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.popup__text {
  font-size: 1.8rem;
  font-weight: 400;
}
.popup__img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .popup__img {
    margin-top: 29px;
  }
}

.artist {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 40px 0 230px;
}
@media screen and (max-width: 768px) {
  .artist {
    flex-flow: column;
    gap: 26px;
    margin: 20px 0 80px;
  }
}
.artist__img {
  width: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .artist__img {
    width: 209px;
  }
}
.artist dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .artist dl dt {
    margin-bottom: 11px;
  }
}
.artist dl dd {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .artist dl dd {
    font-size: 1.6rem;
  }
}

.map {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .map {
    margin-bottom: 110px;
  }
}
.map__heading {
  width: 156px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 768px) {
  .map__heading {
    margin-bottom: 44px;
    width: 110px;
  }
}
.map__img {
  width: 790px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .map__img {
    width: auto;
  }
}

.access {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .access {
    margin-bottom: 120px;
  }
}
.access__heading {
  width: 284px;
  margin: 0 auto 43px;
}
@media screen and (max-width: 768px) {
  .access__heading {
    width: 200px;
    margin-bottom: 36px;
  }
}
.access iframe {
  width: 700px;
  height: 394px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .access iframe {
    width: 100%;
    aspect-ratio: 1/1;
  }
}

.sponsor {
  margin-bottom: 130px;
}
.sponsor__heading {
  margin: 0 auto 64px;
  width: 340px;
}
@media screen and (max-width: 768px) {
  .sponsor__heading {
    width: 240px;
  }
}
.sponsor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 144px;
  max-width: 646px;
  margin: 0 auto;
  padding: 0 63px;
}
@media screen and (max-width: 768px) {
  .sponsor__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 85px;
  }
}
.sponsor__name {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 16px;
}

.contact {
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: 90px;
  }
}
.contact__heading {
  width: 187px;
  margin: 0 auto 54px;
}
@media screen and (max-width: 768px) {
  .contact__heading {
    width: 174px;
    margin-bottom: 43px;
  }
}
.contact__info {
  background-color: #fff;
  padding: 44px 110px;
  max-width: 646px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .contact__info {
    padding: 32px 40px;
  }
}
.contact__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 1.6rem;
  }
}
.contact dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact dl {
    flex-flow: column;
    align-items: flex-start;
  }
}
.contact dl dt {
  font-size: 1.8rem;
  font-weight: 400;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .contact dl dt {
    font-size: 1.6rem;
    width: auto;
  }
}
.contact dl dd {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact dl dd {
    font-size: 1.6rem;
    margin-left: 0;
  }
}

.overview__heading {
  width: 124px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 768px) {
  .overview__heading {
  	width: 122px;
    margin-bottom: 48px;
  }
}
.overview__info {
  background-color: #fff;
  padding: 44px 100px 44px 128px;
  max-width: 646px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .overview__info {
    padding: 32px 40px;
  }
}
.overview dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .overview dl {
    flex-flow: column;
    align-items: flex-start;
  }
}
.overview dl dt {
  font-size: 1.8rem;
  font-weight: 400;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .overview dl dt {
    font-size: 1.6rem;
  }
}
.overview dl dd {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .overview dl dd {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.overview__text {
  font-size: 1.8rem;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .overview__text {
    font-size: 1.6rem;
    margin-top: 65px;
  }
}

.footer {
  background-color: #808080;
  padding: 62px 24px 24px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 18px 25px;
  }
}
.footer__inner {
  max-width: 1118px;
  margin: 0 auto;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-flow: column;
    align-items: flex-start;
    gap: 29px;
    margin-bottom: 45px;
  }
}
.footer__logo {
  max-width: 423px;
}
.footer__instagram {
  width: 40px;
}
.footer__bottom {
  padding-top: 20px;
  border-top: solid 1px #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    flex-flow: column;
    gap: 25px;
    align-items: flex-start;
  }
}
.footer__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
  }
}