@charset "UTF-8";
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 14 / 393 * 100vw, 16px);
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden;
  color: #ffffff;
  background-color: #000000;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.br-sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: inline-block;
  }
}

.section {
  position: relative;
  z-index: 1000;
  background: transparent;
}

html {
  margin-top: 0 !important;
}

header {
  display: block;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.back-to-top {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: absolute;
  right: 20px;
  bottom: 80px;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top .arrow {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .back-to-top .arrow {
    font-size: 16px;
  }
}
.back-to-top .text {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .back-to-top .text {
    font-size: 16px;
  }
}
.back-to-top:hover {
  background-color: #ffffff;
  color: #1d1d1d;
  border-color: #1d1d1d;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
.section-title {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.section-title__main {
  display: block;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(28px, 32 / 393 * 100vw, 40px);
  color: #ffffff;
  line-height: 1;
}
.section-title__sub {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(10px, 12 / 393 * 100vw, 14px);
  color: #ffffff;
  padding-bottom: 0.625rem;
}
.section-title.is-line-expand .section-title__sub {
  padding-top: 1.5625rem;
}
.section-title .js-title-animated .section-title__main .char {
  display: inline-block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.section-title .js-title-animated .section-title__main .char-space {
  display: inline-block;
  width: 0.625rem;
}
.section-title .js-title-animated .section-title__sub {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.header__container {
  margin: 0 auto;
  max-width: 1500px;
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 1;
}
.header__container.is-scrolling {
  opacity: 0.1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media screen and (min-width: 960px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  margin-top: 0.625rem;
  padding: 0 15px;
  border-radius: 10px;
}
.header__logo {
  visibility: hidden;
  width: 25%;
  max-width: 60px;
  top: 30px;
  z-index: 10000;
}
.header__logo img {
  vertical-align: bottom;
}
@media screen and (min-width: 960px) {
  .header__logo img {
    vertical-align: top;
  }
}
.header .nav-box {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .header .nav-box {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.header__toggle {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #000000;
}
.header__toggle.active {
  background-color: transparent;
}
.header__toggle-border {
  display: inline-block;
  position: absolute;
  height: 2px;
  left: 5px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__toggle-border:nth-of-type(1) {
  top: 15px;
  width: 80%;
}
.header__toggle-border:nth-of-type(2) {
  top: 25px;
  width: 80%;
}
.header__toggle-border:nth-of-type(3) {
  top: 35px;
  width: 80%;
}

.header__toggle.active span:nth-of-type(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 80%;
}

.header__toggle.active span:nth-of-type(2) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 80%;
}

.header__toggle.active span:nth-of-type(3) {
  display: none;
}

.footer {
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 5rem 0;
  }
}
.footer {
  position: relative;
  z-index: 1000;
}
.footer__container {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .footer__container {
    width: 90%;
  }
}
.footer__container {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer__container {
    text-align: center;
  }
}
.footer {
  /* ナビゲーション */
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.3125rem 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__nav-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
}
@media screen and (min-width: 768px) {
  .footer__nav-list a {
    font-size: clamp(10px, 12 / 393 * 100vw, 14px);
  }
}
.footer__disclaimer {
  padding-top: 1.25rem;
  font-size: clamp(10px, 10 / 393 * 100vw, 12px);
  line-height: 1.6;
  color: #ffffff;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .footer__disclaimer {
    margin: 0 auto;
  }
}
.footer__copyright {
  font-size: clamp(10px, 10 / 393 * 100vw, 12px);
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.footer__img {
  padding-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__img img {
  display: block;
  max-width: 500px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__img {
    padding-top: 0.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000000;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@media screen and (min-width: 768px) {
  .header__nav-menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__nav.open .header__nav-menu {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  overflow: auto;
}
.header__nav-img {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav-img img {
  display: block;
  max-width: 500px;
}

.mainvisual {
  width: 100%;
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
}
.mainvisual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mainvisual__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mainvisual__container {
  position: relative;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mainvisual__items {
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mainvisual__items {
    width: 120%;
  }
}
.mainvisual__items.mv-logo {
  z-index: 100;
}
.mainvisual__items.mv-tari {
  z-index: 200;
}
.mainvisual__items.mv-date {
  z-index: 200;
}
.mainvisual__items.mv-eve {
  z-index: 200;
}
.mainvisual__catch {
  position: absolute;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(100px, 90 / 393 * 100vw, 300px);
  line-height: 1;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .mainvisual__catch {
    opacity: 0.5;
  }
}
.mainvisual__catch > span {
  display: block;
}
.mainvisual__catch.left {
  left: 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.mainvisual__catch.right {
  right: 0;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.mainvisual__catch.left .char3 {
  line-height: 0;
  text-align: right;
}
.mainvisual__catch.right .char3 {
  line-height: 0;
  text-align: right;
}

.contents-list {
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .contents-list {
    padding: 5rem 0 1.875rem;
  }
}
.contents-list__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .contents-list__container {
    max-width: 1000px;
  }
}
.contents-list__lineup {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .contents-list__lineup {
    margin-top: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.contents-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  min-height: 12.5rem;
}
.contents-list__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-list .font__circle {
  background-color: #ffffff;
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1;
  padding-top: 1px;
}

.access {
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 5rem 0 1.875rem;
  }
}
.access__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .access__container {
    max-width: 1000px;
  }
}
.access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .access__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .access__list {
    gap: 2rem;
  }
}
.access__list {
  width: 100%;
  max-width: 700px;
}
.access__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .access__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0;
  }
}
.access__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1d1d1d;
}
.access__item:last-child {
  border-bottom: none;
}
.access__item::after {
  background-color: #ffffff;
}
.access__label {
  font-weight: 500;
  color: #1d1d1d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .access__label {
    width: 100px;
    margin-bottom: 0;
  }
}
.access__label {
  color: #ffffff;
}
.access__content {
  white-space: pre-line;
  color: #1d1d1d;
}
@media screen and (min-width: 768px) {
  .access__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.access__content {
  color: #ffffff;
}
.access__map {
  width: 100%;
}
.access__map .disp-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .access__map .disp-sp {
    display: none;
  }
}
.access__map .disp-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .access__map .disp-pc {
    display: block;
  }
}
.access {
  /* 共通 */
}
.access__map iframe {
  width: 100%;
  height: 300px; /* SP デフォルト */
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 450px;
  }
}

.header__nav .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__nav .menu-nav {
    gap: 1.875rem 6.25rem;
    height: 300px;
  }
}
.header__nav .menu-nav__title {
  display: block;
  font-size: clamp(20px, 24 / 393 * 100vw, 24px);
  color: #ffffff;
  line-height: 1;
}

/*
 * page
 * -------------------------------------------------------------------
 */
.about {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .about {
    width: 90%;
  }
}
.about {
  background-color: #000000;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 5rem;
  }
}
.about__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .about__container {
    max-width: 1000px;
  }
}
.about__lead {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.about__lead__catch {
  color: #ffffff;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.about__lead__text {
  line-height: 1.5;
  white-space: pre-line;
  text-align: left;
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__list {
    gap: 2rem;
  }
}
.about__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0;
  }
}
.about__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1d1d1d;
}
.about__item:last-child {
  border-bottom: none;
}
.about__item::after {
  background-color: #ffffff;
}
.about__label {
  font-weight: 500;
  color: #1d1d1d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .about__label {
    width: 150px;
    margin-bottom: 0;
  }
}
.about__label {
  color: #ffffff;
}
.about__content {
  white-space: pre-line;
  color: #1d1d1d;
}
@media screen and (min-width: 768px) {
  .about__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.about__content {
  color: #ffffff;
}

.booth {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .booth {
    width: 90%;
  }
}
.booth {
  background-color: #000000;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .booth {
    padding: 5rem 0 1.875rem;
  }
}
.booth__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
.booth__areamap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .booth__areamap {
    width: 90%;
  }
}

.event {
  background-color: #000000;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .event {
    padding: 5rem 0 1.875rem;
  }
}
.event {
  padding-bottom: 0;
}
.event__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
.event .event-card-box {
  background-color: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.event .event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .event .event-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.event .event-card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .event .event-card__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}
.event .event-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.event .event-card__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .event .event-card__lead {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 1rem 1rem 0 2rem;
  }
}
.event .event-card__lead__catch {
  color: #1d1d1d;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .event .event-card__lead__catch {
    margin-bottom: 0.75rem;
  }
}
.event .event-card__lead__text {
  line-height: 1.5;
  text-align: left;
  color: #1d1d1d;
}
.event .event-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .event .event-card__list {
    gap: 2rem;
  }
}
.event .event-card__list {
  text-align: left;
  margin: 20px auto;
  gap: 0.5rem;
  border-top: 1px solid #1d1d1d;
}
@media screen and (min-width: 768px) {
  .event .event-card__list {
    gap: 0.2rem;
  }
}
.event .event-card__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media screen and (min-width: 768px) {
  .event .event-card__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0;
  }
}
.event .event-card__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1d1d1d;
}
.event .event-card__item:last-child {
  border-bottom: none;
}
.event .event-card__label {
  font-weight: 500;
  color: #1d1d1d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .event .event-card__label {
    width: 60px;
    margin-bottom: 0;
  }
}
.event .event-card__content {
  white-space: pre-line;
  color: #1d1d1d;
}
@media screen and (min-width: 768px) {
  .event .event-card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .event .event-card__content .small {
    font-size: clamp(10px, 12 / 393 * 100vw, 14px);
  }
}
.event .event-card__btn-wrap {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event .event-card__btn-wrap {
    text-align: left;
  }
}
.event .event-card__btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background-color: #1d1d1d;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.event .event-card__btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .event .event-card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.gourmet {
  background-color: #000000;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .gourmet {
    padding: 5rem 0 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .gourmet {
    padding-bottom: 0;
  }
}
.gourmet__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .gourmet__container {
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gourmet__container {
    max-width: 1000px;
  }
}
.gourmet__lead {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  text-align: center;
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .gourmet__lead {
    max-width: 1000px;
  }
}
.gourmet__lead__catch {
  color: #1d1d1d;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.gourmet__lead__text {
  line-height: 1.5;
  white-space: pre-line;
  text-align: left;
}
.gourmet .gourmet-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card-box {
    row-gap: 1rem;
  }
}
.gourmet .gourmet-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gourmet .gourmet-card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__image {
    max-width: 50%;
  }
}
.gourmet .gourmet-card__image .gourmet__swiper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gourmet .gourmet-card__image .swiper-pagination {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0.3rem 0;
}
.gourmet .gourmet-card__image .swiper-pagination-bullet {
  background-color: #000000;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  width: 0.6rem;
  height: 0.6rem;
}
.gourmet .gourmet-card__image .swiper-pagination-bullet-active {
  background-color: #1d1d1d;
  opacity: 1;
}
.gourmet .gourmet-card__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  padding: 0 1rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__lead {
    max-width: 50%;
    padding: 1rem 1rem 2rem 2rem;
  }
}
.gourmet .gourmet-card__lead__logo-image {
  width: 70%;
  max-width: 11.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__lead__logo-image {
    max-width: 14.375rem;
    margin-top: 0;
  }
}
.gourmet .gourmet-card__lead__catch {
  color: #1d1d1d;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: clamp(14px, 14 / 393 * 100vw, 16px);
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__lead__catch {
    margin-bottom: 0.75rem;
  }
}
.gourmet .gourmet-card__lead__text {
  line-height: 1.5;
  text-align: left;
  color: #1d1d1d;
}
.gourmet .gourmet-card__lead__link {
  margin-top: 1rem;
  line-height: 1.5;
  text-align: left;
  color: #1d1d1d;
}
.gourmet .gourmet-card__lead__link a {
  color: blue;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gourmet .gourmet-card__lead__link a::after {
  content: "↗";
  font-size: 0.9em;
  line-height: 1.5;
}
.gourmet .gourmet-card__lead__price {
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-top: 0.5rem;
}
.gourmet .gourmet-card__lead__catch-point {
  color: #1d1d1d;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-top: 1.2rem;
  margin-bottom: 0;
  padding-top: 0.8rem;
  border-top: 1px solid #1d1d1d;
  font-size: clamp(14px, 14 / 393 * 100vw, 16px);
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__lead__catch-point {
    margin-bottom: 0.2rem;
  }
}
.gourmet .gourmet-card__list {
  text-align: left;
}

.guest {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .guest {
    width: 90%;
  }
}
.guest {
  background-color: #000000;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .guest {
    padding: 5rem 0 1.875rem;
  }
}
.guest__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .guest__container {
    max-width: 1000px;
  }
}
.guest__lead {
  max-width: 700px;
  margin: 4rem auto 1rem;
  text-align: center;
}
.guest__lead__catch {
  color: #ffffff;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.guest__appear {
  position: relative;
  text-align: center;
}
.guest__appear__catch {
  color: #ffffff;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
}
.guest__appear__list {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .guest__appear__list {
    gap: 2rem;
  }
}
.guest__appear__list {
  text-align: left;
  margin: 0.5rem auto;
  gap: 0.5rem;
}
.guest__appear__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media screen and (min-width: 768px) {
  .guest__appear__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0;
  }
}
.guest__appear__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1d1d1d;
}
.guest__appear__item:last-child {
  border-bottom: none;
}
.guest__appear__item::after {
  background-color: #ffffff;
}
.guest__appear__label {
  font-weight: 500;
  color: #1d1d1d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .guest__appear__label {
    width: 150px;
    margin-bottom: 0;
  }
}
.guest__appear__label {
  color: #ffffff;
}
.guest__appear__content {
  white-space: pre-line;
  color: #1d1d1d;
}
@media screen and (min-width: 768px) {
  .guest__appear__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.guest__appear__content {
  color: #ffffff;
}

.news {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .news {
    width: 90%;
  }
}
.news {
  background-color: #000000;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 5rem 0 1.875rem;
  }
}
.news__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .news__container {
    max-width: 1000px;
  }
}
.news__container {
  margin-bottom: 30px;
}
.news__list {
  position: relative;
}
.news__list::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: url("../img/common/latte04.png") no-repeat center/contain;
  pointer-events: none;
  z-index: 1000;
  -webkit-transform: translate(30%, 75%);
          transform: translate(30%, 75%);
}
@media screen and (min-width: 768px) {
  .news__list::before {
    -webkit-transform: translate(10%, 80%);
            transform: translate(10%, 80%);
  }
}
.news__item {
  border-bottom: 1px solid #ffffff;
}
.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 1rem 0;
}
.news__header:hover {
  opacity: 0.8;
}
.news__date {
  margin-right: 1rem;
}
.news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__toggle {
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
}
.news__content {
  display: none;
  padding: 0.5rem 0 1rem 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.news__content.is-active {
  display: block;
}
.news__empty {
  text-align: center;
  padding: 2rem 0;
}

.schedule {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .schedule {
    width: 90%;
  }
}
.schedule {
  background-color: #000000;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .schedule {
    padding: 5rem 0 1.875rem;
  }
}
.schedule__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .schedule__container {
    max-width: 1000px;
  }
}
.schedule__timetable {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule__timetable {
    width: 90%;
  }
}
.schedule__timetable .disp-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .schedule__timetable .disp-sp {
    display: none;
  }
}
.schedule__timetable .disp-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .schedule__timetable .disp-pc {
    display: block;
  }
}

.eve {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .eve {
    width: 90%;
  }
}
.eve {
  background-color: #000000;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .eve {
    padding: 5rem 0 1.875rem;
  }
}
.eve__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .eve__container {
    max-width: 1000px;
  }
}
.eve__timetable {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .eve__timetable {
    width: 90%;
    max-width: 600px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.eve__timetable-img {
  text-align: center;
}
.eve__btn-wrap {
  padding-top: 1.875rem;
  text-align: center;
}
.eve__btn {
  display: inline-block;
  padding: 0.9375rem 5rem;
  background-color: #ffffff;
  color: #1d1d1d;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .eve__btn {
    padding: 1.875rem 9.375rem;
  }
}
.eve__btn:hover {
  opacity: 0.8;
}

.contents-list {
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .contents-list {
    padding: 5rem 0 1.875rem;
  }
}
.contents-list__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .contents-list__container {
    max-width: 1000px;
  }
}
.contents-list__container {
  margin-top: initial;
}
.contents-list__lineup {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .contents-list__lineup {
    margin-top: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.contents-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  min-height: 12.5rem;
}
.contents-list__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-list .font__circle {
  background-color: #ffffff;
  color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1;
  padding-top: 1px;
}/*# sourceMappingURL=style.css.map */