.l-wrapper .is-sp {
  display: none;
}
@media (max-width: 750px) {
  .l-wrapper .is-sp {
    display: block;
  }
}
.l-wrapper .is-pc {
  display: block;
}
@media (max-width: 750px) {
  .l-wrapper .is-pc {
    display: none;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 91px;
  padding-right: 91px;
  background: #fff;
}
@media (max-width: 750px) {
  .l-header {
    height: 64px;
    padding-right: 64px;
  }
}
.l-header__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 850px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__nav-list-item {
  margin: 0 10px;
}
.l-header__nav-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #001572;
  font-size: 25px;
  line-height: 1;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 1050px) {
  .l-header__nav-link {
    font-size: 20px;
  }
}
@media (min-width: 751px) {
  .l-header__nav-link:hover {
    color: #d7859f;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 94.5%;
  margin: 0 auto;
  padding-top: 29px;
  padding-bottom: 30px;
}
@media (max-width: 1050px) {
  .l-header__inner {
    padding-top: 32px;
    padding-bottom: 33px;
  }
}
@media (max-width: 850px) {
  .l-header__inner {
    padding-top: 36px;
    padding-bottom: 33px;
  }
}
@media (max-width: 750px) {
  .l-header__inner {
    width: 90.5%;
    height: 100%;
  }
}
.l-header__logo {
  width: 330px;
}
@media (max-width: 1050px) {
  .l-header__logo {
    width: 280px;
  }
}
@media (max-width: 750px) {
  .l-header__logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 81.5%;
    max-width: 320px;
  }
}
.l-header__sns {
  margin-right: 1.1%;
}
@media (max-width: 850px) {
  .l-header__sns {
    display: none;
  }
}
.l-header__sns-list {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.l-header__sns-list-item {
  width: 32px;
  margin-left: 21px;
}
@media (max-width: 1050px) {
  .l-header__sns-list-item {
    width: 26px;
  }
}
.l-header__sns-link {
  display: block;
  position: relative;
}
@media (min-width: 751px) {
  .l-header__sns-link:hover .l-header__sns-icon::after {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .l-header__sns-link:hover .l-header__sns-icon img {
    opacity: 0;
  }
}
.l-header__sns-icon {
  display: block;
  position: relative;
  width: 100%;
}
.l-header__sns-icon.--x::after {
  background-image: url(../img/sns/sns_x_pink.svg);
}
.l-header__sns-icon.--insta::after {
  background-image: url(../img/sns/sns_ig_pink.svg);
}
.l-header__sns-icon.--youtube::after {
  background-image: url(../img/sns/sns_youtube_pink.svg);
}
.l-header__sns-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-header__sns-icon img {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-side_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 31px;
  top: 50.8%;
  transform: translate(calc(50% + 62px), -50%) rotate(90deg);
  z-index: 1;
}
.on-load .p-side_nav {
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transform: translate(50%, -50%) rotate(90deg);
}
@media (max-width: 750px) {
  .on-load .p-side_nav {
    transform: translate(-50%, 0);
  }
}
@media (max-height: 800px) and (min-width: 751px) {
  .p-side_nav {
    right: 25px;
    top: 55%;
  }
}
@media (max-width: 750px) {
  .p-side_nav {
    position: absolute;
    top: auto;
    right: auto;
    justify-content: flex-start;
    transform: translate(-50%, 100%);
    bottom: 0;
    left: 50%;
    width: 92%;
  }
}
.p-side_nav__item {
  width: 265px;
  height: 62px;
  margin: 0 15px;
}
@media (max-height: 800px) and (min-width: 751px) {
  .p-side_nav__item {
    width: 220px;
    height: 50px;
    margin: 0 8px;
  }
}
@media (max-width: 750px) {
  .p-side_nav__item {
    width: 48%;
    height: 11.7333333333vw;
    margin: 0;
  }
}
@media (max-width: 750px) {
  .p-side_nav__item:nth-child(even) {
    margin-left: 4%;
  }
}
.p-side_nav__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 16, 39, 0.4);
  text-align: center;
  text-decoration: none;
}
@media (max-width: 750px) {
  .p-side_nav__link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.--sticker .p-side_nav__link {
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.--sticker .p-side_nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 31px;
  transform: rotate(-90deg);
  width: 12px;
  height: 100%;
  background: url(../img/top/arrow_white.svg) no-repeat center center/100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-height: 800px) and (min-width: 751px) {
  .--sticker .p-side_nav__link::before {
    right: 24px;
    width: 10px;
  }
}
@media (min-width: 751px) {
  .--sticker .p-side_nav__link:hover {
    background: #001572;
  }
}
@media (min-width: 751px) {
  .--sticker .p-side_nav__link:hover::before {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .--sticker .p-side_nav__link:hover::after {
    opacity: 0;
  }
}
@media (min-width: 751px) {
  .--sticker .p-side_nav__link:hover .p-side_nav__link-text {
    color: #fff;
  }
}
.--audition .p-side_nav__link {
  background: linear-gradient(to right, #5d64de, #d7859f);
}
@media (max-width: 750px) {
  .--audition .p-side_nav__link {
    background: linear-gradient(to bottom, #5d64de, #d7859f);
  }
}
@media (min-width: 751px) {
  .--audition .p-side_nav__link:hover::before {
    opacity: 1;
  }
}
.--audition .p-side_nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #5d64de, #d7859f);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-side_nav__link::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 31px;
  transform: rotate(-90deg);
  width: 12px;
  height: 100%;
  background: url(../img/top/arrow.svg) no-repeat center center/100% auto;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-height: 800px) and (min-width: 751px) {
  .p-side_nav__link::after {
    right: 24px;
    width: 10px;
  }
}
@media (max-width: 750px) {
  .p-side_nav__link::after {
    top: 0;
    right: 2.6666666667vw;
    transform: none;
    width: 1.6vw;
  }
}
.--audition .p-side_nav__link::after {
  background: url(../img/top/arrow_white.svg) no-repeat center center/100% auto;
}
.p-side_nav__link-text {
  position: absolute;
  top: 49%;
  left: 45.5%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #001572;
  font-size: 23px;
  line-height: 1;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-height: 800px) and (min-width: 751px) {
  .p-side_nav__link-text {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .p-side_nav__link-text {
    top: 50%;
    left: 50%;
    font-size: 4.2666666667vw;
    letter-spacing: -0.02em;
  }
}
.--audition .p-side_nav__link-text {
  width: 55%;
  top: 49%;
  left: 43%;
}
@media (max-width: 750px) {
  .--audition .p-side_nav__link-text {
    width: 58%;
    top: 50%;
    left: 50%;
  }
}

.l-content__wrapper {
  position: relative;
  width: 100%;
}
.l-content__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0b3dce, #00a386);
}
.l-content__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_fillter_repeat.jpg) repeat top center/auto auto;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
.l-content__inner {
  position: relative;
}

.p-visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding-top: 90px;
  background: linear-gradient(to bottom, #0029b5, #009376);
}
@media (max-width: 750px) {
  .p-visual {
    padding-top: 63px;
  }
}
.p-visual__img {
  transform: scale(1.1);
  opacity: 0;
}
.on-load .p-visual__img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1);
  opacity: 1;
}
.p-visual__img img {
  width: 100%;
}
@media (min-width: 1920px) {
  .p-visual__img img {
    width: 80%;
    margin: 0 auto;
  }
}

.l-section {
  position: relative;
  overflow: hidden;
}
.l-section--news::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.l-section__inner {
  position: relative;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 98px;
  padding-bottom: 106px;
}
@media (max-width: 750px) {
  .l-section__inner {
    padding-top: 90px;
    padding-bottom: 99px;
  }
}
.l-section--gigs .l-section__inner {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 0;
  max-width: none;
}
@media (max-width: 750px) {
  .l-section--gigs .l-section__inner {
    width: 100%;
    padding-top: 40px;
  }
}
.l-section--about .l-section__inner {
  padding-top: 155px;
  padding-bottom: 195px;
}
@media (max-width: 750px) {
  .l-section--about .l-section__inner {
    padding-top: 75px;
    padding-bottom: 87px;
  }
}
.l-section--gigs .l-section__head {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-section__title {
  transform: translateY(12px);
  opacity: 0;
}
.l-section.is-active .l-section__title {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.l-section--news .l-section__title {
  width: 30.8%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-section--news .l-section__title {
    width: 56%;
    max-width: 257px;
  }
}
.l-section--gigs .l-section__title {
  width: 26.4%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-section--gigs .l-section__title {
    width: 48%;
    max-width: 240px;
  }
}
.l-section--about .l-section__title {
  width: 35.5%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .l-section--about .l-section__title {
    width: 61%;
    max-width: 280px;
  }
}
.l-section__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-section__deco-item {
  position: absolute;
  opacity: 0;
}
.l-section__deco-item.item-1 {
  top: 10.9%;
  left: 19.5%;
  width: 15.2%;
  max-width: 213px;
  transform: translate(-68%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-1 {
    top: 4.4%;
    left: 12.3%;
    width: 24%;
  }
}
.l-section__deco-item.item-2 {
  top: 31%;
  left: 12.4%;
  width: 14.8%;
  max-width: 207px;
  transform: translate(-68%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-2 {
    top: 17.2%;
    left: 4%;
    width: 23.5%;
  }
}
.l-section__deco-item.item-3 {
  top: 56%;
  left: 11.3%;
  width: 13.8%;
  max-width: 193px;
  transform: translate(-68%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-3 {
    top: 40%;
    left: 3.2%;
    width: 22%;
  }
}
.l-section__deco-item.item-4 {
  top: 76.4%;
  left: 11%;
  width: 11.5%;
  max-width: 161px;
  transform: translate(-68%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-4 {
    top: 63.8%;
    left: 6.5%;
    width: 18%;
  }
}
.l-section__deco-item.item-5 {
  top: 88.3%;
  left: 24.8%;
  width: 14.5%;
  max-width: 203px;
  transform: translate(-68%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-5 {
    top: 77.8%;
    left: 6.3%;
    width: 23%;
  }
}
.l-section__deco-item.item-6 {
  top: 86.3%;
  left: 57.8%;
  width: 14.3%;
  max-width: 201px;
  transform: translate(-32%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-6 {
    top: 94.9%;
    left: 18.6%;
    width: 18%;
    transform: translate(-68%, -50%);
  }
}
.l-section__deco-item.item-7 {
  top: 14%;
  left: 82%;
  width: 22%;
  max-width: 308px;
  transform: translate(-32%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-7 {
    top: 4%;
    left: 97.7%;
    width: 35%;
  }
}
.l-section__deco-item.item-8 {
  top: 33.4%;
  left: 91.6%;
  width: 10.5%;
  max-width: 147px;
  transform: translate(-32%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-8 {
    top: 26.5%;
    left: 99.8%;
    width: 17%;
  }
}
.l-section__deco-item.item-9 {
  top: 53.6%;
  left: 87.8%;
  width: 13%;
  max-width: 182px;
  transform: translate(-32%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-9 {
    top: 50.6%;
    left: 101%;
    width: 20.5%;
  }
}
.l-section__deco-item.item-10 {
  top: 71.3%;
  left: 91%;
  width: 7.9%;
  max-width: 111px;
  transform: translate(-32%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-10 {
    top: 69.8%;
    left: 96.5%;
    width: 12.2%;
  }
}
.l-section__deco-item.item-11 {
  top: 89%;
  left: 82.7%;
  width: 22.2%;
  max-width: 311px;
  transform: translate(-32%, -50%);
}
@media (max-width: 750px) {
  .l-section__deco-item.item-11 {
    top: 92.4%;
    left: 93.2%;
    width: 35%;
  }
}
.l-section__deco-item.is-active {
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.p-news {
  padding-top: 42px;
}
@media (max-width: 750px) {
  .p-news {
    padding-top: 28px;
  }
}
.p-news__list-item {
  margin-top: 19px;
  transform: translateY(12px);
  opacity: 0;
}
.l-section.is-active .p-news__list-item {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.l-section.is-active .p-news__list-item:nth-child(1) {
  transition-delay: calc(0.15s * 0 + 0.2s);
}
.l-section.is-active .p-news__list-item:nth-child(2) {
  transition-delay: calc(0.15s * 1 + 0.2s);
}
.l-section.is-active .p-news__list-item:nth-child(3) {
  transition-delay: calc(0.15s * 2 + 0.2s);
}
@media (max-width: 750px) {
  .p-news__list-item {
    margin-top: 16px;
  }
}
.p-news__list-item:first-child {
  margin-top: 0;
}
.p-news__more {
  margin-top: 40px;
  transform: translateY(12px);
  opacity: 0;
}
.l-section.is-active .p-news__more {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.65s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.65s;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .p-news__more {
    margin-top: 20px;
  }
}
.p-news__more-btn {
  cursor: pointer;
  width: 61%;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid #fff;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 751px) {
  .p-news__more-btn:hover {
    background: #fff;
  }
}
@media (min-width: 751px) {
  .p-news__more-btn:hover .p-news__more-btn-text {
    color: #001572;
  }
}
@media (max-width: 750px) {
  .p-news__more-btn {
    padding-top: 3px;
    padding-bottom: 2px;
  }
}
.p-news__more-btn-text {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .p-news__more-btn-text {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.p-news_article {
  border-radius: 10px;
  background: #fff;
}
.p-news_article__head {
  position: relative;
  padding-top: 38px;
  padding-bottom: 29px;
}
@media (max-width: 750px) {
  .p-news_article__head {
    padding-top: 27px;
    padding-bottom: 22px;
  }
}
.p-news_article__head-inner {
  position: relative;
  width: 90.2%;
  margin: 0 auto;
  padding-right: 40px;
}
@media (max-width: 750px) {
  .p-news_article__head-inner {
    width: 88.5%;
    padding-right: 30px;
  }
}
.p-news_article__body-inner {
  position: relative;
  width: 90.5%;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 32px;
}
@media (max-width: 750px) {
  .p-news_article__body-inner {
    width: 89%;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.p-news_article__body-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #001572 2px, transparent 2px) repeat-x left center/4px 100%;
  opacity: 0.4;
}
@media (max-width: 750px) {
  .p-news_article__body-inner::before {
    height: 1px;
    background: linear-gradient(to right, #001572 2px, transparent 2px) repeat-x left center/4px 100%;
  }
}
.p-news_article__date {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #E352D1;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .p-news_article__date {
    font-size: 11px;
    letter-spacing: 0.03em;
  }
}
.p-news_article__title {
  margin-top: 2px;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.074em;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .p-news_article__title {
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1.37;
  }
}
@media (max-width: 750px) {
  .p-news_article__content {
    font-size: 13px;
    font-weight: 400;
  }
}
.p-news_article__content a {
  color: #001572;
}
.p-news_article__content img {
  margin-top: 25px;
  margin-bottom: 25px;
}
.p-news_article__links-list-item {
  margin-top: 3px;
}
@media (max-width: 750px) {
  .p-news_article__links-list-item {
    margin-top: 5px;
  }
}
.p-news_article__link {
  display: block;
  color: #001572;
  font-size: 19px;
}
@media (max-width: 750px) {
  .p-news_article__link {
    font-size: 13px;
    font-weight: 400;
  }
}

.p-gigs {
  padding-top: 42px;
}
@media (max-width: 750px) {
  .p-gigs {
    padding-top: 24px;
  }
}
.p-gigs__visual {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 89.5%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 8px 8px 10px 0px rgba(0, 16, 39, 0.4);
  transform: translateY(12px);
  opacity: 0;
}
.l-section.is-active .p-gigs__visual {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transform: translateY(0);
  opacity: 1;
}
.p-gigs__content {
  margin-top: 99px;
}
@media (max-width: 750px) {
  .p-gigs__content {
    margin-top: 78px;
  }
}
.p-gigs__content.--theme-white {
  position: relative;
  margin-top: 110px;
  padding-top: 108px;
  padding-bottom: 111px;
  background: url(../img/top/bg_white_repeat.jpg) repeat top center/auto auto;
}
@media (max-width: 750px) {
  .p-gigs__content.--theme-white {
    margin-top: 77px;
    padding-top: 65px;
    padding-bottom: 84px;
  }
}
.p-gigs__content-inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-gigs__block {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .p-gigs__block {
    margin-top: 78px;
  }
}
.p-gigs__block:first-child {
  margin-top: 0;
}
.p-gigs__block--timetable {
  margin-top: 105px;
}
@media (max-width: 750px) {
  .p-gigs__block--timetable {
    margin-top: 75px;
  }
}
.p-gigs__block--movie {
  margin-top: 105px;
}
@media (max-width: 750px) {
  .p-gigs__block--movie {
    margin-top: 68px;
  }
}
.p-gigs__block--notice {
  margin-top: 105px;
}
@media (max-width: 750px) {
  .p-gigs__block--notice {
    margin-top: 65px;
  }
}
.p-gigs__block--archive {
  margin-top: 58px;
}
@media (max-width: 750px) {
  .p-gigs__block--archive {
    margin-top: 38px;
  }
}
.p-gigs__block-title {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 46px;
  line-height: 1;
  transform: translateY(12px);
  opacity: 0;
}
.p-gigs__block.is-active .p-gigs__block-title {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .p-gigs__block-title {
    font-size: 36px;
    letter-spacing: 0.045em;
  }
}
.--theme-white .p-gigs__block-title {
  color: #001572;
}
.p-gigs__block-body {
  margin-top: 13px;
  transform: translateY(12px);
  opacity: 0;
}
.p-gigs__block.is-active .p-gigs__block-body {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .p-gigs__block-body {
    margin-top: 15px;
  }
}
.p-gigs__block--artist .p-gigs__block-body {
  margin-top: 33px;
}
@media (max-width: 750px) {
  .p-gigs__block--artist .p-gigs__block-body {
    margin-top: 14px;
  }
}
.p-gigs__block--timetable .p-gigs__block-body {
  margin-top: 33px;
}
@media (max-width: 750px) {
  .p-gigs__block--timetable .p-gigs__block-body {
    margin-top: 13px;
  }
}
.p-gigs__block--movie .p-gigs__block-body {
  margin-top: 33px;
}
@media (max-width: 750px) {
  .p-gigs__block--movie .p-gigs__block-body {
    margin-top: 13px;
  }
}
.p-gigs__block--support .p-gigs__block-body {
  margin-top: 33px;
}
@media (max-width: 750px) {
  .p-gigs__block--support .p-gigs__block-body {
    margin-top: 15px;
  }
}
.p-gigs__block--notice .p-gigs__block-body {
  margin-top: 26px;
}
@media (max-width: 750px) {
  .p-gigs__block--notice .p-gigs__block-body {
    margin-top: 10px;
  }
}
.p-gigs__block--archive .p-gigs__block-body {
  margin-top: 24px;
}
@media (max-width: 750px) {
  .p-gigs__block--archive .p-gigs__block-body {
    margin-top: 14px;
  }
}

.p-gigs_info {
  background: #fff;
  border-radius: 10px;
}
.p-gigs_info__inner {
  width: 90.5%;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 114px;
}
@media (max-width: 750px) {
  .p-gigs_info__inner {
    width: 89%;
    padding-top: 24px;
    padding-bottom: 63px;
  }
}
.p-gigs_info__list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 25px;
}
@media (max-width: 750px) {
  .p-gigs_info__list-item {
    display: block;
    padding-top: 19px;
    padding-bottom: 21px;
  }
}
.p-gigs_info__list-item:first-child {
  padding-top: 0;
}
.p-gigs_info__list-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #001572 2px, transparent 2px) repeat-x left center/4px 100%;
  opacity: 0.4;
}
@media (max-width: 750px) {
  .p-gigs_info__list-item::before {
    height: 1px;
  }
}
.p-gigs_info__label {
  width: 213px;
  color: #E352D1;
  font-size: 19px;
  font-weight: 800;
}
@media (max-width: 750px) {
  .p-gigs_info__label {
    width: 100%;
    font-size: 13px;
  }
}
.p-gigs_info__detail {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 750px) {
  .p-gigs_info__detail {
    margin-top: 3px;
  }
}
.p-gigs_info__description {
  margin-top: 29px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .p-gigs_info__description {
    margin-top: 22px;
    font-size: 13px;
  }
}
.p-gigs_info__description:first-child {
  margin-top: 0;
}
.p-gigs_info__map {
  margin-top: 30px;
  padding-bottom: 16px;
}
@media (max-width: 750px) {
  .p-gigs_info__map {
    margin-top: 20px;
    padding-bottom: 5px;
  }
}
.p-gigs_info__map iframe {
  width: 100%;
  max-width: 645px;
}
.p-gigs_info__more {
  margin-top: 54px;
}
@media (max-width: 750px) {
  .p-gigs_info__more {
    margin-top: 30px;
  }
}
.p-gigs_info__more-btn {
  width: 81%;
  max-width: 430px;
  margin: 0 auto;
}

.p-gigs_artist__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-gigs_artist__list-item {
  width: 31%;
  margin-left: 3.5%;
}
@media (max-width: 750px) {
  .p-gigs_artist__list-item {
    width: 47.8%;
    margin-left: 4.4%;
  }
}
.p-gigs_artist__list-item:nth-child(3n-2) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .p-gigs_artist__list-item:nth-child(3n-2) {
    margin-left: 4.4%;
  }
}
@media (max-width: 750px) {
  .p-gigs_artist__list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.p-gigs_artist__list-item:nth-child(n+4) {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .p-gigs_artist__list-item:nth-child(n+3) {
    margin-top: 29px;
  }
}
.p-gigs_artist__visual {
  cursor: pointer;
}
@media (min-width: 751px) {
  .p-gigs_artist__visual:hover .p-gigs_artist__photo img {
    transform: scale(1.1);
  }
}
.p-gigs_artist__photo {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .p-gigs_artist__photo {
    border-radius: 5px;
  }
}
.p-gigs_artist__photo img {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-gigs_artist__name {
  margin-top: 7px;
  margin-left: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
}
@media (max-width: 750px) {
  .p-gigs_artist__name {
    margin-top: 3px;
    margin-left: 3px;
    font-size: 13px;
    font-weight: 700;
  }
}
.p-gigs_artist__name p {
  font-size: 16px;
}
@media (max-width: 750px) {
  .p-gigs_artist__name p {
    font-size: 12px;
  }
}
.p-gigs_artist__sns {
  margin-top: 5px;
  margin-left: 7px;
}
@media (max-width: 750px) {
  .p-gigs_artist__sns {
    margin-top: 2px;
    margin-left: 4px;
  }
}
.p-gigs_artist__sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-gigs_artist__sns-list-item {
  width: 13.5%;
  margin-left: 2.8%;
}
.p-gigs_artist__sns-list-item:first-child {
  margin-left: 0;
}
.p-gigs_artist__sns-link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 751px) {
  .p-gigs_artist__sns-link:hover .p-gigs_artist__sns-icon::before {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .p-gigs_artist__sns-link:hover .p-gigs_artist__sns-icon img {
    opacity: 0;
  }
}
.p-gigs_artist__sns-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57%;
}
@media (max-width: 750px) {
  .p-gigs_artist__sns-icon {
    width: 60%;
  }
}
.p-gigs_artist__sns-icon.--x::before {
  background-image: url(../img/sns/sns_x_pink.svg);
}
.p-gigs_artist__sns-icon.--insta::before {
  background-image: url(../img/sns/sns_ig_pink.svg);
}
.p-gigs_artist__sns-icon.--youtube::before {
  background-image: url(../img/sns/sns_youtube_pink.svg);
}
.p-gigs_artist__sns-icon.--tiktok::before {
  background-image: url(../img/sns/sns_tiktok_pink.svg);
}
.p-gigs_artist__sns-icon.--facebook::before {
  background-image: url(../img/sns/sns_fb_pink.svg);
}
.p-gigs_artist__sns-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-gigs_artist__sns-icon img {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.m-modal {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #001572;
  font-size: 19px;
  line-height: 1.7;
}
.m-modal.m-modal-custom .m-modal__bg {
  cursor: auto;
  background: linear-gradient(to bottom, #0029b5, #009376);
}
.m-modal.m-modal-custom .m-modal__content {
  width: 81.5%;
  max-width: 1000px;
  margin: 0 auto;
}
.m-modal.m-modal-custom .m-modal__close-btn {
  top: 43px;
  right: 48px;
  width: 70px;
  height: 70px;
}
@media (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    top: 33px;
    right: 14px;
    width: 48px;
    height: 48px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  width: 10px;
  height: 100%;
}
@media (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
    width: 7px;
  }
}

.p-gigs_artist_modal {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal {
    padding-top: 110px;
    padding-bottom: 116px;
  }
}
.p-gigs_artist_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-gigs_artist_modal__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__inner {
    display: block;
  }
}
.p-gigs_artist_modal__visual {
  width: 40%;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__visual {
    width: 81.7%;
    margin: 0 auto;
  }
}
.p-gigs_artist_modal__info {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 5%;
  padding-top: 15px;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__info {
    margin-left: 0;
    padding-top: 0;
    margin-top: 23px;
  }
}
.p-gigs_artist_modal__info-head {
  position: relative;
  padding-bottom: 18px;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__info-head {
    padding-bottom: 10px;
  }
}
.p-gigs_artist_modal__info-head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff 2px, transparent 2px) repeat-x left center/4px 100%;
  opacity: 0.4;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__info-head::before {
    height: 1px;
  }
}
.p-gigs_artist_modal__info-body {
  padding-top: 29px;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__info-body {
    padding-top: 31px;
  }
}
.p-gigs_artist_modal__name {
  text-align: left;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #00ffa2;
  font-size: min(80px, 5.7142857143vw);
  line-height: 0.8;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__name {
    text-align: center;
    font-size: min(56px, 14vw);
    letter-spacing: 0.06em;
  }
}
.p-gigs_artist_modal__name.--size-small {
  font-size: min(72px, 5.1428571429vw);
  line-height: 1;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__name.--size-small {
    font-size: min(56px, 9vw);
  }
}
.p-gigs_artist_modal__sub {
  margin-top: 2px;
  text-align: left;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: min(20px, 1.4285714286vw);
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__sub {
    margin-top: 1px;
    text-align: center;
    font-size: min(14px, 3.5vw);
  }
}
.p-gigs_artist_modal__description {
  text-align: left;
  font-weight: 400;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__description {
    text-align: center;
    font-size: 12px;
    line-height: 1.86;
  }
}
.p-gigs_artist_modal__official {
  margin-top: 33px;
  padding: 16.5px 8%;
  border: 2px solid #fff;
  border-radius: 50px;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__official {
    display: block;
    margin-top: 32px;
    padding: 21px 5% 18px;
    border-radius: 10px;
  }
}
.p-gigs_artist_modal__sns {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__sns {
    margin-right: 0;
  }
}
.p-gigs_artist_modal__sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-gigs_artist_modal__sns-list-item {
  width: 6.9868995633%;
  margin: 0 2%;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__sns-list-item {
    width: 8.5%;
    margin: 0 4%;
  }
}
.p-gigs_artist_modal__sns-list-item:first-child {
  margin-left: 0;
}
.p-gigs_artist_modal__sns-list-item.--text {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__sns-list-item.--text {
    display: none;
  }
}
@media (min-width: 751px) {
  .p-gigs_artist_modal__sns-link:hover .p-gigs_artist_modal__sns-icon::before {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .p-gigs_artist_modal__sns-link:hover .p-gigs_artist_modal__sns-icon img {
    opacity: 0;
  }
}
.p-gigs_artist_modal__sns-icon {
  display: block;
  position: relative;
  width: 100%;
}
.p-gigs_artist_modal__sns-icon.--x::before {
  background-image: url(../img/sns/sns_x_pink.svg);
}
.p-gigs_artist_modal__sns-icon.--insta::before {
  background-image: url(../img/sns/sns_ig_pink.svg);
}
.p-gigs_artist_modal__sns-icon.--youtube::before {
  background-image: url(../img/sns/sns_youtube_pink.svg);
}
.p-gigs_artist_modal__sns-icon.--tiktok::before {
  background-image: url(../img/sns/sns_tiktok_pink.svg);
}
.p-gigs_artist_modal__sns-icon.--facebook::before {
  background-image: url(../img/sns/sns_fb_pink.svg);
}
.p-gigs_artist_modal__sns-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-gigs_artist_modal__sns-icon img {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-gigs_artist_modal__sns-text {
  text-decoration: none;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 1000px) {
  .p-gigs_artist_modal__sns-text {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .p-gigs_artist_modal__sns-text {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .p-gigs_artist_modal__sns-text {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__sns-text {
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 751px) {
  .p-gigs_artist_modal__sns-text:hover {
    color: #d7859f;
  }
}
.p-gigs_artist_modal__site {
  display: none;
  margin-top: 1px;
  text-align: center;
}
@media (max-width: 750px) {
  .p-gigs_artist_modal__site {
    display: block;
  }
}
.p-gigs_artist_modal__site-link {
  text-decoration: none;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-gigs_timetable__img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}

.p-gigs_movie {
  position: relative;
}
.p-gigs_movie__slide {
  position: relative;
}
.p-gigs_movie__slide .swiper {
  position: relative;
}
.p-gigs_movie__slide-link {
  display: block;
  position: relative;
}
@media (min-width: 751px) {
  .p-gigs_movie__slide-link:hover .p-gigs_movie__slide-thumbnail-img {
    transform: scale(1.08);
  }
}
.p-gigs_movie__slide-thumbnail {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .p-gigs_movie__slide-thumbnail {
    border-radius: 5px;
  }
}
.p-gigs_movie__slide-thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-gigs_movie__slide-thumbnail-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.p-gigs_movie__slide-thumbnail-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.8%;
}
@media (max-width: 750px) {
  .p-gigs_movie__slide-thumbnail-icon {
    width: 23%;
  }
}
.p-gigs_movie__slide-pagination.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.p-gigs_movie__slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
}
.p-gigs_movie__slide-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d7859f;
}

.p-gigs_support__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-gigs_support__list-item {
  width: 23%;
  margin-left: 2.6666666667%;
}
@media (max-width: 750px) {
  .p-gigs_support__list-item {
    width: 48%;
    margin-left: 4%;
  }
}
.p-gigs_support__list-item:nth-child(4n-3) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .p-gigs_support__list-item:nth-child(4n-3) {
    margin-left: 4%;
  }
}
@media (max-width: 750px) {
  .p-gigs_support__list-item:nth-child(odd) {
    margin-left: 0;
  }
}
.p-gigs_support__list-item:nth-child(n+5) {
  margin-top: 25px;
}
@media (max-width: 750px) {
  .p-gigs_support__list-item:nth-child(n+3) {
    margin-top: 14px;
  }
}
.p-gigs_support__logo {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}

.p-gigs_notice__info-block {
  position: relative;
  padding-top: 31px;
  padding-bottom: 37px;
}
@media (max-width: 750px) {
  .p-gigs_notice__info-block {
    padding-top: 25px;
    padding-bottom: 28px;
  }
}
.p-gigs_notice__info-block:first-child {
  padding-top: 0;
}
.p-gigs_notice__info-block:last-child::before {
  content: none;
}
.p-gigs_notice__info-block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #001572 2px, transparent 2px) repeat-x left center/4px 100%;
  opacity: 0.4;
}
@media (max-width: 750px) {
  .p-gigs_notice__info-block::before {
    height: 1px;
  }
}
@media (max-width: 750px) {
  .p-gigs_notice__info-heading {
    font-size: 13px;
    letter-spacing: 0.055em;
  }
}
.p-gigs_notice__info-description {
  margin-top: 13px;
  font-size: 15px;
}
@media (max-width: 750px) {
  .p-gigs_notice__info-description {
    margin-top: 9px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}

.p-gigs_archive__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-gigs_archive__list-item {
  width: 48.5%;
}
@media (max-width: 750px) {
  .p-gigs_archive__list-item {
    width: 100%;
  }
}
.p-gigs_archive__list-item:nth-child(even) {
  margin-left: 3%;
}
@media (max-width: 750px) {
  .p-gigs_archive__list-item:nth-child(even) {
    margin-left: 0;
  }
}
.p-gigs_archive__list-item:nth-child(n+3) {
  margin-top: 3%;
}
@media (max-width: 750px) {
  .p-gigs_archive__list-item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.p-gigs_archive__list-item:nth-child(4n-3) .p-gigs_archive__banner-link {
  background: url(../img/top/bg_archive_1.jpg) no-repeat center center/cover;
}
.p-gigs_archive__list-item:nth-child(4n-3) .p-gigs_archive__banner-link::before {
  background: url(../img/top/bg_archive_1.jpg) no-repeat center center/cover;
}
.p-gigs_archive__list-item:nth-child(4n-2) .p-gigs_archive__banner-link {
  background: url(../img/top/bg_archive_2.jpg) no-repeat center center/cover;
}
.p-gigs_archive__list-item:nth-child(4n-2) .p-gigs_archive__banner-link::before {
  background: url(../img/top/bg_archive_2.jpg) no-repeat center center/cover;
}
.p-gigs_archive__list-item:nth-child(4n-1) .p-gigs_archive__banner-link {
  background: url(../img/top/bg_archive_3.jpg) no-repeat center center/cover;
}
.p-gigs_archive__list-item:nth-child(4n-1) .p-gigs_archive__banner-link::before {
  background: url(../img/top/bg_archive_3.jpg) no-repeat center center/cover;
}
.p-gigs_archive__list-item:nth-child(4n) .p-gigs_archive__banner-link {
  background: url(../img/top/bg_archive_4.jpg) no-repeat center center/cover;
}
.p-gigs_archive__list-item:nth-child(4n) .p-gigs_archive__banner-link::before {
  background: url(../img/top/bg_archive_4.jpg) no-repeat center center/cover;
}
.p-gigs_archive__banner {
  width: 100%;
}
.p-gigs_archive__banner-link {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  padding-top: 41.3%;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .p-gigs_archive__banner-link {
    border-radius: 8px;
  }
}
@media (min-width: 751px) {
  .p-gigs_archive__banner-link:hover::before {
    opacity: 1;
  }
}
.p-gigs_archive__banner-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(-1);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-gigs_archive__banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 75px;
}
@media (max-width: 750px) {
  .p-gigs_archive__banner-text {
    font-size: 53px;
  }
}

.p-about {
  padding-top: 42px;
}
@media (max-width: 750px) {
  .p-about {
    padding-top: 25px;
  }
}
.p-about__lead {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.88;
  transform: translateY(12px);
  opacity: 0;
}
.l-section.is-active .p-about__lead {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .p-about__lead {
    font-size: 15px;
    line-height: 1.75;
  }
}
.p-about__more {
  margin-top: 44px;
  transform: translateY(12px);
  opacity: 0;
}
.l-section.is-active .p-about__more {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .p-about__more {
    margin-top: 19px;
  }
}
.p-about__more-btn {
  width: 86%;
  max-width: 600px;
  margin: 0 auto;
}
.p-about__more-btn-link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 35px;
  border: 2px solid #fff;
  border-radius: 100px;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .p-about__more-btn-link {
    padding-top: 23px;
    padding-bottom: 24px;
  }
}
@media (min-width: 751px) {
  .p-about__more-btn-link:hover {
    background: #001572;
    border-color: #001572;
  }
}
.p-about__more-btn-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 36px;
  width: 16px;
  height: 100%;
  background: url(../img/top/arrow_white.svg) no-repeat center center/100% auto;
}
@media (max-width: 750px) {
  .p-about__more-btn-link::after {
    right: 13px;
    width: 12px;
  }
}
.p-about__more-btn-link img {
  width: 38%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .p-about__more-btn-link img {
    width: 54%;
  }
}

.l-footer {
  background: #000;
}
.l-footer__inner {
  width: 92.5%;
  margin: 0 auto;
  padding-top: 69px;
  padding-bottom: 71px;
}
@media (max-width: 750px) {
  .l-footer__inner {
    padding-top: 72px;
    padding-bottom: 38px;
  }
}
.l-footer__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .l-footer__info {
    display: block;
  }
}
.l-footer__help-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 750px) {
  .l-footer__help-list {
    display: block;
    margin-top: 48px;
  }
}
.l-footer__help-list-item {
  margin-left: 41px;
}
@media (max-width: 750px) {
  .l-footer__help-list-item {
    margin-left: 0;
    margin-top: 5px;
  }
}
.l-footer__help-list-item:first-child {
  margin-left: 0;
}
@media (max-width: 750px) {
  .l-footer__help-list-item:first-child {
    margin-top: 0;
  }
}
.l-footer__help-link {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.02em;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .l-footer__help-link {
    margin: 0 auto;
    font-size: 20px;
  }
}
@media (min-width: 751px) {
  .l-footer__help-link:hover {
    color: #d7859f;
  }
}
@media (min-width: 751px) {
  .l-footer__help-link:hover::after {
    background: #d7859f;
  }
}
.l-footer__help-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .l-footer__help-link::after {
    bottom: 5px;
  }
}
.l-footer__sns {
  padding-top: 13px;
}
@media (max-width: 750px) {
  .l-footer__sns {
    padding-top: 0;
  }
}
.l-footer__sns-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 750px) {
  .l-footer__sns-list {
    justify-content: center;
  }
}
.l-footer__sns-list-item {
  width: 55px;
  margin-left: 60px;
}
@media (max-width: 750px) {
  .l-footer__sns-list-item {
    width: 13%;
    margin: 0 6.75%;
  }
}
@media (max-width: 750px) {
  .l-footer__sns-list-item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .l-footer__sns-list-item:last-child {
    margin-right: 0;
  }
}
.l-footer__sns-link {
  display: block;
  position: relative;
}
@media (min-width: 751px) {
  .l-footer__sns-link:hover .l-footer__sns-icon::after {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .l-footer__sns-link:hover .l-footer__sns-icon img {
    opacity: 0;
  }
}
.l-footer__sns-icon {
  display: block;
  position: relative;
  width: 100%;
}
.l-footer__sns-icon.--x::after {
  background-image: url(../img/sns/sns_x_pink.svg);
}
.l-footer__sns-icon.--insta::after {
  background-image: url(../img/sns/sns_ig_pink.svg);
}
.l-footer__sns-icon.--youtube::after {
  background-image: url(../img/sns/sns_youtube_pink.svg);
}
.l-footer__sns-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__sns-icon img {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__copy {
  margin-top: 12px;
}
@media (max-width: 750px) {
  .l-footer__copy {
    margin-top: 52px;
  }
}
.l-footer__copy-text {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.025em;
}
@media (max-width: 750px) {
  .l-footer__copy-text {
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.015em;
  }
}

.p-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #b3c0e9, #b3dfd6);
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-open .p-menu {
  opacity: 1;
}
.p-menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 81%;
  max-width: 1050px;
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  transform: translateX(20px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.menu-open .p-menu__wrapper {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 750px) {
  .p-menu__wrapper {
    display: block;
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
.p-menu__translation {
  position: absolute;
  top: 21px;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 750px) {
  .p-menu__translation {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    margin-left: 0;
  }
}
.p-menu__translation select {
  background: #fff;
}
.p-menu__inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .p-menu__inner {
    margin-top: 46px;
  }
}
.p-menu__nav-list-item {
  position: relative;
  padding-top: 36px;
  padding-bottom: 26px;
}
@media (max-width: 750px) {
  .p-menu__nav-list-item {
    padding-top: 28px;
    padding-bottom: 21px;
  }
}
.p-menu__nav-list-item:first-child {
  padding-top: 0;
}
.p-menu__nav-list-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #001572 2px, transparent 2px) repeat-x left center/4px 100%;
  opacity: 0.4;
}
.p-menu__nav-section {
  height: 46px;
}
@media (max-width: 750px) {
  .p-menu__nav-section {
    height: 38px;
  }
}
.p-menu__nav-section img {
  width: auto;
  max-width: none;
  height: 100%;
}
.p-menu__nav-detail {
  margin-top: 22px;
}
@media (max-width: 750px) {
  .p-menu__nav-detail {
    margin-top: 16px;
  }
}
.p-menu__nav-detail-list {
  display: grid;
  grid-template-columns: repeat(2, 273px);
  row-gap: 5px;
}
@media (max-width: 750px) {
  .p-menu__nav-detail-list {
    display: block;
  }
}
@media (max-width: 750px) {
  .p-menu__nav-detail-list-item {
    margin-top: 4px;
  }
}
.p-menu__nav-detail-list-item:nth-child(1) {
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (max-width: 750px) {
  .p-menu__nav-detail-list-item:nth-child(1) {
    margin-top: 0;
  }
}
.p-menu__nav-detail-list-item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.p-menu__nav-detail-list-item:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 3;
}
.p-menu__nav-detail-list-item:nth-child(4) {
  grid-column-start: 1;
  grid-row-start: 4;
}
.p-menu__nav-detail-list-item:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.p-menu__nav-detail-list-item:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 2;
}
.p-menu__nav-detail-list-item:nth-child(7) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.p-menu__link {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  text-decoration: none;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #001572;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.07em;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .p-menu__link {
    font-size: 20px;
  }
}
@media (min-width: 751px) {
  .p-menu__link:hover {
    color: #d7859f;
  }
}
@media (min-width: 751px) {
  .p-menu__link.--news:hover::after {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .p-menu__link.--news:hover img {
    opacity: 0;
  }
}
.p-menu__link.--news::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/title_news_pink.svg) no-repeat center center/100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 751px) {
  .p-menu__link.--gigs:hover::after {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .p-menu__link.--gigs:hover img {
    opacity: 0;
  }
}
.p-menu__link.--gigs::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/title_gigs_pink.svg) no-repeat center center/100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 751px) {
  .p-menu__link.--about:hover::after {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .p-menu__link.--about:hover img {
    opacity: 0;
  }
}
.p-menu__link.--about::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/title_about_pink.svg) no-repeat center center/100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-menu__link img {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-menu__sns {
  margin-top: 28px;
}
@media (max-width: 750px) {
  .p-menu__sns {
    margin-top: 22px;
  }
}
.p-menu__sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-menu__sns-list-item {
  width: 40px;
  margin-right: 38px;
}
@media (max-width: 750px) {
  .p-menu__sns-list-item {
    width: 11%;
    margin-right: 7%;
  }
}
.p-menu__sns-link {
  display: block;
  position: relative;
}
@media (min-width: 751px) {
  .p-menu__sns-link:hover .p-menu__sns-icon::after {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .p-menu__sns-link:hover .p-menu__sns-icon img {
    opacity: 0;
  }
}
.p-menu__sns-icon {
  display: block;
  position: relative;
  width: 100%;
}
.p-menu__sns-icon.--x::after {
  background-image: url(../img/sns/sns_x_pink.svg);
}
.p-menu__sns-icon.--insta::after {
  background-image: url(../img/sns/sns_ig_pink.svg);
}
.p-menu__sns-icon.--youtube::after {
  background-image: url(../img/sns/sns_youtube_pink.svg);
}
.p-menu__sns-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-menu__sns-icon img {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-ham {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 91px;
  height: 91px;
  background: #001572;
  cursor: pointer;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .p-ham {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 751px) {
  .p-ham:hover {
    background-color: #d7859f;
  }
}
.p-ham__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 27px;
}
@media (max-width: 750px) {
  .p-ham__icon {
    width: 35px;
    height: 20px;
  }
}
.p-ham__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 12px));
  width: 100%;
  height: 3px;
  background: #fff;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .p-ham__icon::before {
    transform: translateY(calc(-50% - 8px));
  }
}
.menu-open .p-ham__icon::before {
  transform: translateY(-50%) rotate(-45deg);
}
.p-ham__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 12px));
  width: 100%;
  height: 3px;
  background: #fff;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .p-ham__icon::after {
    transform: translateY(calc(-50% + 8px));
  }
}
.menu-open .p-ham__icon::after {
  transform: translateY(-50%) rotate(45deg);
}
.p-ham__icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-open .p-ham__icon span {
  opacity: 0;
}

.js-accordion-btn {
  position: relative;
  cursor: pointer;
}
@media (min-width: 751px) {
  .js-accordion-btn:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.js-accordion-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b3dce;
  opacity: 0.1;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-accordion-icon {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
@media (max-width: 750px) {
  .js-accordion-icon {
    right: 2px;
  }
}
.js-accordion-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #001572;
}
.is-open .js-accordion-icon::before {
  opacity: 0;
}
.js-accordion-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(90deg);
  width: 4px;
  height: 100%;
  background: #001572;
}
.js-accordion-content {
  height: 0;
  overflow: hidden;
}

.c-btn__link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 14px;
  border: 2px solid #001572;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 751px) {
  .c-btn__link:hover {
    background: #001572;
  }
}
@media (min-width: 751px) {
  .c-btn__link:hover::before {
    opacity: 1;
  }
}
@media (min-width: 751px) {
  .c-btn__link:hover::after {
    opacity: 0;
  }
}
.c-btn__link:hover .c-btn__text {
  color: #fff;
}
@media (max-width: 750px) {
  .c-btn__link {
    padding-top: 10px;
    padding-bottom: 11px;
  }
}
.c-btn__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 28px;
  width: 10px;
  height: 100%;
  background: url(../img/top/arrow_white.svg) no-repeat center center/100% auto;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .c-btn__link::before {
    right: 15px;
    width: 7px;
  }
}
.c-btn__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 28px;
  width: 10px;
  height: 100%;
  background: url(../img/top/arrow.svg) no-repeat center center/100% auto;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .c-btn__link::after {
    right: 15px;
    width: 7px;
  }
}
.c-btn__text {
  display: block;
  padding-right: 5px;
  text-align: center;
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #001572;
  font-size: 21px;
  letter-spacing: -0.02em;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .c-btn__text {
    font-size: 14px;
    letter-spacing: 0;
  }
}