@charset "UTF-8";
/* =========================================================
media query
========================================================= */
/* =========================================================
body
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #2E2E2E;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  background-image: linear-gradient(#F7F7F7 1px, transparent 1px), linear-gradient(90deg, #F7F7F7 1px, transparent 1px);
  background-size: 41px 41px;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.noto-font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.img-box {
  text-align: center;
}

img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

.hover-item {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hover-item:hover {
  opacity: 0.7;
}

/* =========================================================
default
========================================================= */
/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.phd__in {
  height: 55px;
  margin: 0 auto;
  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;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}

.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}

.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.phd__sns li {
  margin-right: 8px;
}

.phd__sns li:last-child {
  margin-right: 0;
}

.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}
.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}
.phd__sns li .phd__sns__item__link-tiktok {
  background: #000000;
}

.phd__sns li .phd__sns__item__link-tiktok svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-tiktok svg {
    height: 17px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    margin-top: 85px;
    padding: 50px 0 40px;
  }
}
.pft__in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}
.pft__logo {
  text-align: center;
  max-width: 137px;
  margin: 0 auto;
}
.pft__logo svg {
  fill: #fff;
}
.pft__logo a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
}
.pft__logo__txt {
  width: 14px;
  height: 32px;
  margin-right: 4px;
}
.pft__logo__img {
  width: 120px;
  height: 36px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.pft__logo__img.parcoya-ueno {
  width: 205px;
  height: 34px;
}
.pft__logo.nagoya .pft__logo__txt {
  margin-right: 5px;
}
.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    margin: 0;
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #FFF;
    border-radius: 50%;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8;
  color: #000000;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

@-webkit-keyframes title-slider-img {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes title-slider-img {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* =========================================================
layout
========================================================= */
.lead {
  padding: 48px 0 110px;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 48px 0 30px;
  }
}
.lead p {
  text-align: center;
  font-size: 16px;
}

.content-inner {
  width: calc(100% - 64px);
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-inner {
    width: calc(100% - 48px);
  }
}

.splide__pagination {
  margin-top: 7px;
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  gap: 6px;
}
.splide__pagination li .splide__pagination__page {
  opacity: 1;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.splide__pagination li .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #373332;
}

.button {
  overflow: hidden;
  border-radius: 9999px;
  background-color: #000;
  width: 100%;
  height: 60px;
}
.button a,
.button p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .button a,
  .button p {
    text-align: center;
  }
}
.button a img,
.button p img {
  width: 32px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.button a:hover img,
.button p:hover img {
  right: 21px;
}

.main {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-bottom: 58px;
  }
}
.main .section {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .main .section {
    width: calc(100% - 48px);
    padding: 0 0 40px;
  }
}
.main .section::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .main .section::before {
    border-radius: 20px;
  }
}
.main .section.event {
  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;
}
.main .section.event::before {
  height: calc(100% - 62px);
  background-image: url(../images/common/bg_event_pc.jpg);
}
@media screen and (max-width: 768px) {
  .main .section.event::before {
    height: calc(100% - 30px);
    background-image: url(../images/common/bg_event_sp.jpg);
  }
}
.main .section.event .event-title {
  display: inline-block;
  padding: 12px 97px 14px;
  color: #1A1919;
  font-family: "aviano-sans", sans-serif;
  font-size: 64px;
  line-height: 1;
  background-color: #fff;
  border-bottom: #000 2px solid;
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .main .section.event .event-title {
    padding: 10px 28px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.main .section.event .event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .main .section.event .event-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
}
.main .section.event .event-box .event-left {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .main .section.event .event-box .event-left {
    width: 100%;
  }
}
.main .section.event .event-box .event-left .event-slider .splide__track {
  overflow: hidden;
  border-radius: 20px;
}
.main .section.event .event-box .event-right {
  width: calc(100% - 420px - 64px);
}
@media screen and (max-width: 768px) {
  .main .section.event .event-box .event-right {
    width: 100%;
  }
}
.main .section.event .event-box .event-right .event-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .main .section.event .event-box .event-right .event-name {
    font-size: 20px;
  }
}
.main .section.event .event-box .event-right .event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  line-height: 1;
}
.main .section.event .event-box .event-right .event-info::before {
  display: inline-block;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 9999px;
  white-space: nowrap;
}
.main .section.event .event-box .event-right .event-info.event-date {
  margin-bottom: 8px;
}
.main .section.event .event-box .event-right .event-info.event-date::before {
  content: "期間";
}
.main .section.event .event-box .event-right .event-info.event-place {
  margin-bottom: 24px;
}
.main .section.event .event-box .event-right .event-info.event-place::before {
  content: "会場";
}
.main .section.event .event-box .event-right .event-text {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .main .section.event .event-box .event-right .event-text {
    margin-bottom: 16px;
  }
}
.main .section.event .event-box .event-right .event-button {
  max-width: 260px;
}
.main .section.event .line-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main .section.event .line-up {
    gap: 8px;
    margin-bottom: 48px;
  }
}
.main .section.event .line-up .line-up-title {
  color: #1A1919;
  font-family: "aviano-sans", sans-serif;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .main .section.event .line-up .line-up-title {
    font-size: 36px;
  }
}
.main .section.event .line-up .line-up-slider .splide__track .splide__list .splide__slide,
.main .section.event .line-up .line-up-slider-reverse .splide__track .splide__list .splide__slide {
  overflow: hidden;
  border-radius: 20px;
}
.main .section.event .line-up .line-up-slider .splide__track .splide__list .splide__slide.line-up-slide[data-modal-number],
.main .section.event .line-up .line-up-slider-reverse .splide__track .splide__list .splide__slide.line-up-slide[data-modal-number] {
  cursor: pointer;
}
.main .section.event .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .main .section.event .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .section.event .profile .profile-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #1A1919;
  font-family: "aviano-sans", sans-serif;
  font-size: 54px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .main .section.event .profile .profile-title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 36px;
  }
}
.main .section.event .profile .profile-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 20px;
  background-color: #fff;
  padding: 45px;
}
@media screen and (max-width: 768px) {
  .main .section.event .profile .profile-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 24px;
  }
}
.main .section.event .profile .profile-box .profile-left .img-box {
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E8E8E8;
}
.main .section.event .profile .profile-box .profile-right .profile-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .main .section.event .profile .profile-box .profile-right .profile-name {
    font-size: 20px;
  }
}
.main .section.event .profile .profile-box .profile-right .profile-text {
  margin-bottom: 8px;
}
.main .section.event .profile .profile-box .profile-right .profile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.main .section.corner {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .main .section.corner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main .section.corner::before {
  height: calc(100% - 30px);
  background-image: url(../images/common/bg_corner_pc.jpg);
}
@media screen and (max-width: 768px) {
  .main .section.corner::before {
    height: calc(100% - 54px);
    background-image: url(../images/common/bg_corner_sp.jpg);
  }
}
.main .section.corner .corner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 72px;
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.main .section.corner .corner-box .corner-title {
  position: sticky;
  top: 24px;
  z-index: 1;
  display: inline-block;
  padding: 40px 23px;
  background-color: #fff;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  padding: 20px 16px 20px;
  color: #1A1919;
  font-family: "aviano-sans", sans-serif;
  font-size: 64px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box .corner-title {
    position: relative;
    top: unset;
    margin: 0 auto;
    padding: 7px 20px 0;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #000;
    font-size: 40px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-orientation: unset;
  }
}
.main .section.corner .corner-box .corner-right {
  margin-top: 30px;
}
.main .section.corner .corner-box .corner-right .corner-text {
  margin-top: 80px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box .corner-right .corner-text {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
.main .section.corner .corner-box .corner-right .corner-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  line-height: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box .corner-right .corner-place {
    margin-bottom: 24px;
  }
}
.main .section.corner .corner-box .corner-right .corner-place::before {
  content: "会場";
  display: inline-block;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 9999px;
  white-space: nowrap;
}
.main .section.corner .corner-box .corner-right .corner-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box .corner-right .corner-content-box {
    gap: 16px;
  }
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 32px) / 2);
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box .corner-right .corner-content-box .corner-content {
    width: 100%;
    padding: 24px;
  }
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .corner-slider {
  margin-bottom: 32px;
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .corner-slider .splide__track {
  border-radius: 20px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .corner-slider .splide__pagination li .splide__pagination__page {
  background-color: #E3E3E3;
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .corner-slider .splide__pagination li .splide__pagination__page.is-active {
  background-color: #373332;
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .open-text {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  padding: 2px 8px;
  background-color: #58BEA7;
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .name-text {
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 24px;
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box {
    -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;
  }
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box .logo-img {
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E8E8E8;
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box .logo-img {
    width: 100px;
  }
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box .logo-text-box {
  width: calc(100% - 90px - 16px);
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box .logo-text-box {
    width: 100%;
  }
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box .logo-text-box .logo-text {
  margin-bottom: 8px;
  font-size: 13px;
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box .logo-text-box .corner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box .logo-text-box .corner-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .logo-box .logo-text-box .corner-link li {
  width: 44px;
  aspect-ratio: 1/1;
}
.main .section.corner .corner-box .corner-right .corner-content-box .corner-content .corner-button {
  margin-top: auto;
}
.main .title-slider-wrapper {
  position: relative;
  padding: 45px 0 35px;
}
@media screen and (max-width: 768px) {
  .main .title-slider-wrapper {
    padding: 20px 0 20px;
  }
}
.main .title-slider-wrapper .title-slider-img {
  position: relative;
  width: 420px;
  margin: 0 auto;
  -webkit-animation: title-slider-img 15s linear infinite;
          animation: title-slider-img 15s linear infinite;
}
@media screen and (max-width: 768px) {
  .main .title-slider-wrapper .title-slider-img {
    width: 182px;
  }
}
.main .title-slider-wrapper .title-slider {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main .title-slider-wrapper .title-slider .splide__track {
  width: 80%;
  overflow: visible;
}
.main .note-text {
  padding: 20px 0 0;
  width: calc(100% - 60px);
  max-width: 1220px;
  margin: 0 auto;
}

.modal {
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1024px;
  width: calc(100% - 100px);
  background-color: #D6EDDE;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content {
    margin: 0 auto;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: none;
            transform: none;
    margin-top: 50px;
    max-width: 400px;
    width: calc(100% - 50px);
    border-radius: 20px;
  }
}
.modal .modal-content .close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  aspect-ratio: 1/1;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .close-button {
    position: relative;
    -webkit-transform: translate(0%, calc(-100% - 12px));
            transform: translate(0%, calc(-100% - 12px));
    width: 24px;
    margin-left: auto;
  }
}
.modal .modal-content .modal-content-inner {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 56px;
  max-height: calc(100vh - 84px);
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-content-inner {
    padding: 24px;
    margin-bottom: 56px;
    max-height: unset;
  }
}
.modal .modal-content .modal-content-inner.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-content-inner.is-active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal .modal-content .modal-content-inner .modal-img {
  width: 48%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-content-inner .modal-img {
    width: 100%;
    margin-bottom: 12px;
  }
}
.modal .modal-content .modal-content-inner .modal-text-box {
  width: calc(52% - 48px);
  max-height: calc(100vh - 112px);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-content-inner .modal-text-box {
    width: 100%;
    height: unset;
    max-height: unset;
    overflow-y: unset;
  }
}
.modal .modal-content .modal-content-inner.line-up-modal .modal-text-box .modal-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-content-inner.line-up-modal .modal-text-box .modal-name {
    font-size: 20px;
  }
}
.modal .modal-content .modal-content-inner.line-up-modal .modal-text-box .modal-text {
  margin-bottom: 8px;
}
.modal .modal-content .modal-content-inner.corner-modal .modal-text-box .modal-open {
  display: inline-block;
  padding: 2px 8px;
  background-color: #58BEA7;
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-content-inner.corner-modal .modal-text-box .modal-open {
    margin-bottom: 8px;
  }
}
.modal .modal-content .modal-content-inner.corner-modal .modal-text-box .modal-brand-text {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-content-inner.corner-modal .modal-text-box .modal-brand-text {
    margin-bottom: 24px;
  }
}
.modal .modal-content .modal-content-inner.corner-modal .modal-text-box .modal-name {
  font-size: 18px;
  border-bottom: 2px solid #000;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .modal .modal-content .modal-content-inner.corner-modal .modal-text-box .modal-name {
    font-size: 20px;
  }
}
.modal .modal-content .modal-content-inner.corner-modal .modal-text-box .modal-text {
  font-size: 13px;
}

.footer {
  width: 100%;
  background-color: #222222;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 52px 0 40px;
  }
}
.footer .footer-inner {
  width: calc(100% - 48px);
  max-width: 327px;
  margin: 0 auto;
}
.footer .footer-inner .footer-logo {
  width: 100%;
  max-width: 178px;
  margin: 0 auto 24px;
}
.footer .footer-inner .footer-logo .img-box {
  width: 100%;
}
.footer .footer-inner .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.footer .footer-inner .footer-link li {
  width: 32px;
  aspect-ratio: 1/1;
}
.footer .footer-inner .footer-text {
  color: #fff;
  font-family: "aviano-sans", sans-serif;
  text-align: center;
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */