.top__concert .p-mv__inner {
  position: relative;
}
.top__concert .p-mv__text__box {
  position: absolute;
  top: 48.5%;
  left: 50%;
  z-index: 2;
  width: 100%;
  padding: 50px 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
}
.top__concert .p-mv__text__box__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.024em;
}
.top__concert .p-mv__text__box__title._jp {
  font-size: 18px;
  font-size: 1.125rem;
}
.top__concert .p-mv__slide__content {
  position: relative;
  width: 100%;
}
.top__concert .p-mv__slide__content::before {
  display: block;
  padding-top: 40.666%;
  content: "";
}
.top__concert .p-mv__slide__content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.top__concert .concertmvSlider {
  position: relative;
}
.top__concert .concertmvSlider .swiper-button-prev,
.top__concert .concertmvSlider .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 51px;
  height: 51px;
  cursor: pointer;
  background: url(/common/img/concert/icon__button.png) no-repeat center center/contain;
}
.top__concert .concertmvSlider .swiper-button-prev::after,
.top__concert .concertmvSlider .swiper-button-next::after {
  display: none;
}
.top__concert .concertmvSlider .swiper-button-next {
  transform: scale(-1, 1);
}
.top__concert .concertmvSlider .swiper-pagination {
  bottom: 20px;
}
.top__concert .concertmvSlider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px !important;
  background: #fff;
  opacity: 1;
}
.top__concert .concertmvSlider .swiper-pagination-bullet-active {
  background: #0c3b2c;
}
.top__concert .concertmvSlider .swiper-slide {
  position: relative;
}
.top__concert .bg {
  padding: 30px 0 100px;
  background: #f7f7f5;
}
.top__concert .p-important__label {
  width: 156px;
  height: 33px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  background: #d83a3a;
  border-radius: 40px;
}
.top__concert .p-important__label span {
  position: relative;
  padding-left: 27px;
  color: #fff;
}
.top__concert .p-important__label span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 19px;
  content: "";
  background: url(/common/img/concert/icon__important.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
.top__concert .p-important__contents {
  padding-bottom: 12px;
  border-bottom: 1px solid #0c3b2c;
}
.top__concert .p-important__content {
  display: flex;
  padding: 16px 20px 21px;
}
.top__concert .p-important__content:not(:first-child) {
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 4px 1px;
}
.top__concert .p-important__content a {
  align-items: center;
  line-height: 1.375;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.top__concert .p-important__content a:hover {
  text-decoration: underline;
}
.top__concert .p-important__content__date {
  position: relative;
  padding-left: 12px;
  white-space: nowrap;
}
.top__concert .p-important__content__date::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  transform: translateY(-50%);
}
.top__concert .p-important__content__title {
  margin-left: 20px;
}
.top__concert .l-searches {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 53px auto 0;
}
.top__concert .p-searches__inner {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
@media not all and (min-width: 1080px) {
  .top__concert .p-searches__inner {
    width: 100%;
  }
}
.top__concert .p-searches__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 5px;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-searches__content {
    display: block;
    padding: 25px 20px;
  }
}
.top__concert .p-searches__content form {
  position: relative;
  margin-left: 20px;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-searches__content form {
    margin-top: 20px;
  }
}
.top__concert .p-searches__content form .box {
  width: 330px;
  max-width: 100%;
  height: 44px;
  padding: 0 10px;
  padding-right: 30px;
  line-height: 42px;
  resize: none;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-searches__content form .box {
    width: 100%;
  }
}
.top__concert .p-searches__content form .submit {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  font-size: 0;
  cursor: pointer;
  background: url(/common/img/global/icon__search.png) no-repeat center center/contain;
  border: none;
  transform: translateY(-50%);
}
@media not all and (min-width: 1080px) {
  .top__concert .p-searches__content__title {
    text-align: center;
  }
}
.top__concert .p-searches__content__title span {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.top__concert .p-searches__content__title span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  content: "";
  background: url(/common/img/concert/icon__calendar.png) no-repeat center center/contain;
  transform: translateY(-50%);
}
.top__concert .p-searches__content__btns {
  display: flex;
}
@media (min-width: 1080px) {
  .top__concert .p-searches__content__btns {
    margin-left: 10px;
  }
}
@media not all and (min-width: 1080px) {
  .top__concert .p-searches__content__btns {
    margin-top: 20px;
  }
}
.top__concert .p-searches__content__calendar-btn {
  display: none;
}
.top__concert .p-searches__content__calendar-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0c3b2c;
}
.top__concert .p-searches__content__calendar-btn a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 13px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
          mask: url(/common/img/global/icon__arrow.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.top__concert .p-searches__content__calendar-btn a span {
  position: relative;
  padding-left: 28px;
}
.top__concert .p-searches__content__calendar-btn a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/concert/icon__calendar.svg) no-repeat center center/contain;
          mask: url(/common/img/concert/icon__calendar.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.top__concert .p-searches__content__calendar {
  margin-left: 10px;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-searches__content__calendar {
    width: 50%;
  }
}
.top__concert .p-searches__content__list {
  width: 127px;
  margin-left: 5px;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-searches__content__list {
    width: 50%;
    margin-left: 10px;
  }
}
.top__concert .p-searches__content__seat {
  width: 143px;
  height: 38px;
  margin-left: 15px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #0c3b2c;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-searches__content__seat {
    width: 80%;
    height: 47px;
    margin: 20px auto 0;
    line-height: 45px;
  }
}
.top__concert .p-searches__content__seat a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #0c3b2c;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.top__concert .p-searches__content__seat a span {
  position: relative;
  padding-left: 35px;
}
.top__concert .p-searches__content__seat a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background-color: #0c3b2c;
  -webkit-mask: url(/common/img/concert/icon__seat.svg) no-repeat center center/contain;
          mask: url(/common/img/concert/icon__seat.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.top__concert .p-searches__content__seat a:hover {
  color: #fff;
  background: #0c3b2c;
}
.top__concert .p-searches__content__seat a:hover span::before {
  background-color: #fff;
}
.top__concert .l-performance {
  margin-top: 30px;
}
.top__concert .p-performance__box {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
.top__concert .p-performance__box__titles {
  display: flex;
  align-items: baseline;
  padding: 20px 35px 13px;
  color: #fff;
  background: #0c3b2c;
}
.top__concert .p-performance__box__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.top__concert .p-performance__box__date {
  margin-left: 28px;
}
.top__concert .p-performance__box__contents {
  position: relative;
  display: flex;
  padding: 30px 0 10px;
}
.top__concert .p-performance__box__contents:not(:first-child)::before {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: calc(100% - 65px);
  content: "";
  background: #eee;
  transform: translateX(-50%);
}
@media not all and (min-width: 1080px) {
  .top__concert .p-performance__box__contents {
    padding: 30px 15px;
  }
}
.top__concert .p-performance__box__content {
  width: 50%;
  max-width: 500px;
  padding: 0 10px;
  margin: 0 auto;
}
.top__concert .p-performance__box__content._concert .p-performance__box__content__title span::before {
  background: #7eb5b8;
}
.top__concert .p-performance__box__content._concert .p-performance__box__content__list__time {
  background: #7eb5b8;
}
.top__concert .p-performance__box__content._recital .p-performance__box__content__title span::before {
  background: #d67a00;
}
.top__concert .p-performance__box__content._recital .p-performance__box__content__list__time {
  background: #d67a00;
}
.top__concert .p-performance__box__content__title {
  position: relative;
  padding-bottom: 14px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.top__concert .p-performance__box__content__title span {
  position: relative;
  padding-left: 23px;
}
.top__concert .p-performance__box__content__title span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
}
.top__concert .p-performance__box__content__title::before {
  position: absolute;
  bottom: -15px;
  left: 20px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 15px solid #000;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(-50%);
}
.top__concert .p-performance__box__content__title::after {
  position: absolute;
  bottom: -14px;
  left: 20px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 15px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(-50%);
}
.top__concert .p-performance__box__content__lists {
  margin-top: 3px;
}
.top__concert .p-performance__box__content__list {
  padding: 25px;
}
.top__concert .p-performance__box__content__list:not(:last-child) {
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 4px 1px;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-performance__box__content__list {
    padding: 20px 0;
  }
}
.top__concert .p-performance__box__content__list__time {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  border-radius: 14px;
}
.top__concert .p-performance__box__content__list__title {
  font-weight: 700;
}
.top__concert .p-performance__box__content__list__title a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.top__concert .p-performance__box__content__list__title a:hover {
  text-decoration: underline;
}
.top__concert .l-btns {
  margin-top: 44px;
}
.top__concert .p-btn__inner.l-inner {
  display: flex;
}
.top__concert .c-btn-howtogo {
  width: 50%;
}
.top__concert .c-btn-howtogo a {
  width: 100%;
  height: 60px;
  font-weight: 700;
  line-height: 58px;
  background: #fff;
  border: 1px solid #ccc;
}
.top__concert .c-btn-howtogo._concert a {
  color: #0c3b2c;
}
.top__concert .c-btn-howtogo._concert a span::before {
  background-color: #0c3b2c;
}
.top__concert .c-btn-howtogo._concert a:hover {
  color: #fff;
  background: #0c3b2c;
}
.top__concert .c-btn-howtogo._concert a:hover span::before {
  background-color: #fff;
}
.top__concert .c-btn-howtogo._ag {
  margin-left: 20px;
}
.top__concert .c-btn-howtogo._ag a {
  color: #d67a00;
}
.top__concert .c-btn-howtogo._ag a span::before {
  background-color: #d67a00;
}
.top__concert .c-btn-howtogo._ag a:hover {
  color: #fff;
  background: #d67a00;
}
.top__concert .c-btn-howtogo._ag a:hover span::before {
  background-color: #fff;
}
.top__concert .l-news {
  background: #0c3b2c;
}
.top__concert .p-news__inner.l-inner {
  max-width: 1230px;
  padding: 60px 0 29px;
}
.top__concert .concertnewsslider-wrap {
  position: relative;
}
.top__concert .concertnewsslider-wrap .swiper-button-prev,
.top__concert .concertnewsslider-wrap .swiper-button-next {
  position: absolute;
  top: 36%;
  z-index: 10;
  width: 51px;
  height: 51px;
  cursor: pointer;
  background: url(/common/img/concert/icon__button.png) no-repeat center center/contain;
}
.top__concert .concertnewsslider-wrap .swiper-button-prev::after,
.top__concert .concertnewsslider-wrap .swiper-button-next::after {
  display: none;
}
.top__concert .concertnewsslider-wrap .swiper-button-next {
  transform: scale(-1, 1);
}
.top__concert .concertnewsSlider {
  position: static;
  max-width: 1230px;
  margin: 0 65px;
}
.top__concert .concertnewsSlider:not(.swiper-initialized) .swiper-wrapper {
  gap: 0 20px;
  justify-content: center;
}
.top__concert .concertnewsSlider:not(.swiper-initialized) .swiper-slide {
  width: calc(33.3% - 13.3333333333px);
}
.top__concert .concertnewsSlider:not(.swiper-initialized) .swiper-button-prev,
.top__concert .concertnewsSlider:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.top__concert .p-news__contents {
  transition: all 0.3s ease 0s;
}
.top__concert .p-news__contents:hover {
  opacity: 0.7;
}
.top__concert .p-news__contents a {
  text-decoration: none;
}
.top__concert .p-news_img {
  position: relative;
  width: 100%;
}
.top__concert .p-news_img::before {
  display: block;
  padding-top: 69.23%;
  content: "";
}
.top__concert .p-news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__concert .p-news_title {
  margin-top: 13px;
  line-height: 1.6875;
  color: #fff;
}
.top__concert .p-topics__inner.l-inner {
  display: flex;
  padding: 71px 0;
}
.top__concert .p-topics-and-mailbanner {
  width: calc(100% - 330px);
  max-width: 700px;
  margin-right: 67px;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-topics-and-mailbanner {
    margin-right: 30px;
  }
}
.top__concert .p-topics__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.top__concert .p-topics__lists {
  margin-top: 12px;
}
.top__concert .p-topics__list {
  display: flex;
  padding: 18px 0;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 4px 1px;
}
.top__concert .p-topics__list__title {
  margin-left: 20px;
  line-height: 1.5;
}
.top__concert .p-topics__list__title a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.top__concert .p-topics__list__title a:hover {
  color: #0c3b2c;
  text-decoration: underline;
}
.top__concert .p-topics__more-btn {
  width: 155px;
  margin: 35px auto 0;
}
.top__concert .c-mailnews {
  margin-top: 35px;
}
.top__concert .c-mailnews a {
  color: #0c3b2c;
  border-color: #0c3b2c;
}
.top__concert .c-mailnews:hover a {
  color: #fff;
  background: #0c3b2c;
}
.top__concert .c-mailnews:hover a::after {
  border-color: #fff;
}
.top__concert .c-mailnews:hover a .c-mailnews__title::before {
  background-color: #fff;
}
.top__concert .p-twitter {
  width: 330px;
  margin-top: 70px;
  margin-left: auto;
}
.top__concert .l-organizer {
  background: #f7f7f5;
}
.top__concert .p-organizer_inner {
  padding: 84px 0;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-organizer_inner {
    width: 100%;
  }
}
.top__concert .p-organizer__title {
  font-size: 45px;
  font-size: 2.8125rem;
  text-align: center;
  letter-spacing: 0.054em;
}
.top__concert .p-organizer__title._btoc {
  margin-top: 91px;
}
.top__concert .p-organizer__title._btoc span {
  font-weight: normal;
}
.top__concert .p-organizer_text {
  margin-bottom: 12px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7083333333;
  text-align: center;
}
.top__concert .p-organiazer__btn {
  width: 155px;
  margin: 1px auto 0;
}
.top__concert .p-organizer__contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-organizer__contents {
    display: none;
  }
}
.top__concert .p-concertcardslider-wrap {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-concertcardslider-wrap {
    position: relative;
    padding-bottom: 70px;
  }
  .top__concert .p-concertcardslider-wrap::before, .top__concert .p-concertcardslider-wrap::after {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 80px;
    height: 100%;
    content: "";
    transform: translateY(-50%);
  }
  .top__concert .p-concertcardslider-wrap::before {
    left: 0;
    background: rgba(255, 255, 255, 0) linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 245, 0.8) 100px, #f8f8f5 300px);
  }
  .top__concert .p-concertcardslider-wrap::after {
    right: 0;
    background: rgba(255, 255, 255, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(248, 248, 245, 0.8) 100px, #f8f8f5 300px);
  }
}
.top__concert .p-concertcardslider-wrap .swiper-button-prev,
.top__concert .p-concertcardslider-wrap .swiper-button-next {
  position: absolute;
  top: calc(50% - 70px);
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(/common/img/concert/icon__button__concert.png) no-repeat center center/contain;
}
.top__concert .p-concertcardslider-wrap .swiper-button-prev::after,
.top__concert .p-concertcardslider-wrap .swiper-button-next::after {
  display: none;
}
.top__concert .p-concertcardslider-wrap .swiper-slide {
  height: auto;
}
.top__concert .p-concertcardslider-wrap .c-card__content {
  height: 100%;
}
.top__concert .p-concertcardslider-wrap .swiper-button-next {
  transform: scale(-1, 1);
}
.top__concert .p-organizer__links {
  margin-top: 60px;
}
.top__concert .p-organizer__links__inner {
  max-width: 715px;
  margin: 0 auto;
}
.top__concert .p-organizer__links__btns {
  display: flex;
}
.top__concert .p-organizer__links__btn {
  width: 50%;
}
.top__concert .p-organizer__links__btn:not(:first-child) {
  margin-left: 19px;
}
.top__concert .p-organizer__links__btn a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 348px;
  max-width: 100%;
  height: 74px;
  font-weight: 700;
  line-height: 0.1;
  color: #0c3b2c;
  text-decoration: none;
  background: #fff;
  border: 1px solid #0c3b2c;
  transition: all 0.3s ease 0s;
}
.top__concert .p-organizer__links__btn a:hover {
  color: #fff;
  background: #0c3b2c;
}
.top__concert .p-organizer__links__btn a:hover span._internet::before, .top__concert .p-organizer__links__btn a:hover span._ticket::before {
  background-color: #fff;
}
.top__concert .p-organizer__links__btn a span._big {
  line-height: 1.375;
}
.top__concert .p-organizer__links__btn a span._small {
  padding-left: 75px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.6666666667;
}
.top__concert .p-organizer__links__btn a span._internet {
  position: relative;
  padding-left: 40px;
}
.top__concert .p-organizer__links__btn a span._internet::before {
  position: absolute;
  top: 40%;
  left: 0;
  width: 29px;
  height: 29px;
  content: "";
  background-color: #0c3b2c;
  -webkit-mask: url(/common/img/concert/icon__pc.svg) no-repeat center center/contain;
          mask: url(/common/img/concert/icon__pc.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
}
.top__concert .p-organizer__links__btn a span._ticket {
  position: relative;
  padding-left: 40px;
}
.top__concert .p-organizer__links__btn a span._ticket::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background-color: #0c3b2c;
  -webkit-mask: url(/common/img/concert/icon__ticket.svg) no-repeat center center/contain;
          mask: url(/common/img/concert/icon__ticket.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.top__concert .p-organizer__links__toru-takemitsu {
  margin-top: 32px;
}
.top__concert .p-organizer__links__toru-takemitsu a {
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
  line-height: 83px;
  color: #fff;
  text-decoration: none;
  background: #0c3b2c;
  border: 1px solid #0c3b2c;
  transition: all 0.3s ease 0s;
}
.top__concert .p-organizer__links__toru-takemitsu a:hover {
  color: #0c3b2c;
  background: #fff;
}
.top__concert .p-organizer__links__toru-takemitsu a:hover::after {
  border-color: #0c3b2c;
}
.top__concert .p-organizer__links__toru-takemitsu a:hover span::before {
  background-color: #0c3b2c;
}
.top__concert .p-organizer__links__toru-takemitsu a::after {
  position: absolute;
  top: 45%;
  right: 36px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
@media not all and (min-width: 1080px) {
  .top__concert .p-organizer__links__toru-takemitsu a::after {
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
.top__concert .p-organizer__links__toru-takemitsu a span::before {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 15px;
  height: 63px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(/common/img/concert/icon__torutakemitsu.svg) no-repeat center center/contain;
          mask: url(/common/img/concert/icon__torutakemitsu.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.top__concert .p-organizer__links__toru-takemitsu a span._big {
  position: relative;
  padding-left: 100px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.top__concert .p-organizer__links__toru-takemitsu a span._small {
  margin-left: 25px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media not all and (min-width: 1080px) {
  .top__concert .p-organizer__links__toru-takemitsu a span._small {
    font-size: 13.5px;
    font-size: 0.84375rem;
  }
}
@media not all and (min-width: 1080px) {
  .top__concert .concertcardSlider {
    position: static;
    width: 70vw;
    overflow: visible;
  }
}
.top__concert .concertcardSlider:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1080px) {
  .top__concert .concertcardSlider:not(.swiper-initialized) .swiper-slide {
    width: calc(50% - 10px);
  }
  .top__concert .concertcardSlider:not(.swiper-initialized) .swiper-slide .c-card__content {
    width: 100%;
  }
}
@media not all and (min-width: 1080px) {
  .top__concert .concertcardSlider:not(.swiper-initialized) .swiper-slide {
    width: 100%;
  }
}
.top__concert .concertcardSlider:not(.swiper-initialized) .swiper-button-prev,
.top__concert .concertcardSlider:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.top__concert .concertcardSlider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__concert .concertcardSlider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #0c3b2c;
  opacity: 1;
}
.top__concert .concertcardSlider .swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  background: #0c3b2c;
}
.top__concert .l-institution {
  background: url(/common/img/concert/bg__institution.jpg) no-repeat center center/cover;
}
.top__concert .p-institution__inner.l-inner {
  padding: 107px 0 124px;
}
.top__concert .p-institution__lists {
  display: flex;
}
.top__concert .p-institution__list {
  width: 50%;
}
.top__concert .p-institution__list:not(:first-child) {
  margin-left: 16px;
}
.top__concert .p-institution__list a {
  position: relative;
  display: block;
  height: 83px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 83px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
.top__concert .p-institution__list a::after {
  position: absolute;
  top: 42%;
  right: 30px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.top__concert .p-institution__list a:hover {
  opacity: 0.7;
}
.top__concert .l-arts-and-support {
  background: #001e46;
}
.top__concert .p-arts-and-support__inner {
  padding: 60px 0;
}
.top__concert .p-arts-and-support__lists {
  display: flex;
  justify-content: center;
}
.top__concert .p-arts-and-support__lists__list {
  width: 50%;
  max-width: 348px;
}
.top__concert .p-arts-and-support__lists__list:not(:first-child) {
  margin-left: 50px;
}
.top__concert .p-arts-and-support__lists__list a {
  position: relative;
  display: block;
  width: 348px;
  max-width: 100%;
  height: 74px;
  font-weight: 700;
  line-height: 70px;
  color: #001e46;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #fff;
  transition: all 0.3s ease 0s;
}
.top__concert .p-arts-and-support__lists__list a::after {
  position: absolute;
  top: 40%;
  right: 30px;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #001e46;
  border-right: 2px solid #001e46;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.top__concert .p-arts-and-support__lists__list a:hover {
  color: #fff;
  background: #001e46;
}
.top__concert .p-arts-and-support__lists__list a:hover::after {
  border-color: #fff;
}

@media (min-width: 1080px) {
  .top__concert._en .p-searches__content__seat {
    width: 160px;
  }
}
.top__concert._en .p-organizer__title {
  font-size: 32px;
  font-size: 2rem;
}
.top__concert._en .p-organizer__links__toru-takemitsu a {
  text-align: center;
}
.top__concert._en .p-organizer__links__toru-takemitsu a span {
  padding-left: 40px;
}
.top__concert._en .p-organizer__links__toru-takemitsu a span::before {
  left: 0;
}
.top__concert._en .p-institution__lists {
  justify-content: center;
}