@charset "euc-jp";

/* リセットcss */
body {
  min-width: 100% !important;
}

#headerMenu {
  display: flex;
  justify-content: center;
}

#head,
#containerWrap {
  width: auto;
  margin: 0 auto;
}

#containerWrap {
  padding-top: 84px;
}

#new_footer {
  width: auto;
  padding: 0;
}

#footer_main {
  width: auto;
}

#footer_main .box {
  margin: 0 auto;
}

#footer_bottom {
  width: auto;
}

#head ul#headerMenu {
  margin: 0 auto;
}

div.containerLogin {
  padding-top: 117px !important;
}

.event-detail p, .event-detail h1, .event-detail h2, .event-detail h3, .event-detail h4, .event-detail dl, .event-detail dt, .event-detail dd, .event-detail ul, .event-detail li {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}

.event-detail {
  position: relative;
  box-sizing: border-box;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/bg_repeat.jpg) repeat-y;
  background-size: 100%;
  text-align: center;
  overflow: hidden;
}

.event-detail::before {
  position: absolute;
  top: 60px;
  left: -100px;
  z-index: 29;
  display: inline-block;
  content: '';
  width: 460px;
  height: 3600px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_feather_left.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}

.event-detail::after {
  position: absolute;
  top: 60px;
  right: -100px;
  z-index: 29;
  display: inline-block;
  content: '';
  width: 460px;
  height: 3600px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_feather_right.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}


/* hero */
.section.is_hero {
  margin-bottom: 80px;
  padding-top: 100px;
}

.hero__image {
  display: block;
  margin: 0 auto;
}

.hero__image.is_active {
  animation: fadein 0.7s forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* セクション */
.section-inner {
  position: relative;
  transform: translateY(10px);
  opacity: 0;
}

.section.is_active .section-inner {
  animation: slideup 0.7s forwards;
}

@keyframes slideup {
  from {
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* セクションタイトル 共通 */
.section-inner-title {
  position: relative;
  display: inline-block;
  margin: 0 auto 40px;
  padding: 0 10px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1em;
}

.section-inner-title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewX(-15deg);
  content: '';
  background-color: #fff;
}

.section-inner-title::after {
  position: absolute;
  top: 6px;
  bottom: -6px;
  left: 6px;
  right: -6px;
  z-index: -2;
  transform: skewX(-15deg);
  content: '';
  background-color: rgba(255, 0, 231, 0.2);
}

.section-inner-title__text {
  color: rgba(255, 252, 138, 0);
}



/* ご挨拶 */
.section.is_introduction {
  margin-bottom: 100px;
  padding: 180px 0;
}

.is_introduction .section-inner-title {
  height: 60px;
  margin: 0 auto 50px;
  font-size: 42px;
  line-height: 60px;
}

.is_introduction .section-inner-title__text {
  background: linear-gradient(to right, #41c3ff 0%, #e96fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.section-inner-data {
  position: relative;
  margin: 0 120px 0;
}

.section-inner-data::before {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -10;
  content: '';
  min-width: 1100px;
  width: 90%;
  height: 120%;
  background: linear-gradient(to right, #5ed3ff 0%, #bca2ff 100%);
  border-radius: 0 10px 10px 0;
  opacity: 0.8;
}

.section-inner-data::after {
  position: absolute;
  top: -8%;
  right: 0;
  z-index: -10;
  content: '';
  min-width: 1100px;
  width: 90%;
  height: 120%;
  background: linear-gradient(to right, #ff84e8 0%, #ff7095 100%);
  border-radius: 10px 0 0 10px;
  opacity: 0.8;
}

.section-inner-data__text {
  max-width: 950px;
  margin: 0 auto 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #fff;
}

.section-inner-data__text:nth-of-type(1) {
  font-size: 32px;
}

.section-inner-data__text:last-of-type {
  margin-bottom: initial;
}

.text.is_emphasis {
  color: #ffff00;
}



/* お祝いメッセージ */
.section.is_performer-message {
  margin-bottom: 180px;
}

.is_performer-message .section-inner-title {
  height: 44px;
  margin: 0 auto 67px;
  font-size: 36px;
  line-height: 44px;
}

.is_performer-message .section-inner-title__text {
  background: linear-gradient(to right, #e367ff 0%, #ff69a8 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.performer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 30px;
  list-style-type: none;
  max-width: 1140px;
  margin: 0 auto;
}

.performer-list-item {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 260px;
  padding: 41px 20px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset, 6px 6px 0 rgba(255, 105, 168, 0.3) inset, 5px 5px rgba(227, 103, 255, 0.6);
  transition: all 300ms 0s ease;
}

.performer-list-item:hover {
  transform: scale(1.02);
  filter: brightness(110%);
  transition: all 80ms 0s ease-out;
  cursor: pointer;
}

.performer-list-item__name {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 44px;
  background: linear-gradient(to right, #ff69a8 0%, #e367ff 100%);
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.1em;
  color: #fff;
}

.performer-list-item__name::before {
  position: absolute;
  left: -13px;
  display: inline-block;
  content: '';
  width: 15px;
  height: 44px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_performer_edge_pink.png) no-repeat;
}

.performer-list-item__name::after {
  position: absolute;
  right: -13px;
  display: inline-block;
  content: '';
  width: 15px;
  height: 44px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_performer_edge_purple.png) no-repeat;
}

.performer-list-item-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 165px;
  overflow: hidden;
}

.performer-list-item-thumbnail__image {
  display: block;
  width: 100%;
}



/* イベント一覧 */
.section.is_event {
  margin-bottom: 170px;
}

.is_event .section-inner-title {
  height: 60px;
  margin: 0 auto 67px;
  font-size: 42px;
  line-height: 60px;
}

.is_event .section-inner-title__text {
  background: linear-gradient(to right, #ff70a1 0%, #ffa93d 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 50px;
  list-style-type: none;
  max-width: 1200px;
  margin: 0 auto;
}

.event-list-item {
  box-sizing: border-box;
  transition: .1s ease;
}

.event-list-item:hover {
  filter: brightness(110%);
  transition: all 80ms 0s ease-out;
}

.event-list-item-inner {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 520px;
  min-height: 330px;
  padding: 41px 20px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 1) inset, 7px 7px 0 rgba(255, 138, 0, 0.25) inset, 5px 5px rgba(255, 135, 246, 0.6);
  transition: all 300ms 0s ease;
}

.event-list-item-inner:link,
.event-list-item-inner:visited {
  text-decoration: none;
  color: inherit;
}

.event-list-item-inner:hover {
  text-decoration: inherit;
}

.event-list-item-inner__time {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 367px;
  height: 44px;
  background: linear-gradient(to right, #ffa93d 0%, #ff70a1 100%);
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.1em;
  color: #fff;
}

.event-list-item-inner__time::before {
  position: absolute;
  left: -13px;
  display: inline-block;
  content: '';
  width: 15px;
  height: 44px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_event_edge_orange.png) no-repeat;
}

.event-list-item-inner__time::after {
  position: absolute;
  right: -13px;
  display: inline-block;
  content: '';
  width: 15px;
  height: 44px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_event_edge_pink.png) no-repeat;
}

.event-list-item-inner__image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.event-list-item-inner__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  text-align: initial;
  color: #333;
}

.event-list-item-inner__link {
  width: fit-content;
  height: 34px;
  margin: 0 auto;
  padding: 0 20px;
  background: linear-gradient(to right, #72c9ff 0% , #d685ff 100% );
  border-radius: 17px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.1em;
  color: #fff;
}


.event-list-item.is_soon:hover {
  filter: none;
}

.event-list-item-inner.is_disabled {
  pointer-events: none;
}

.is_soon .event-list-item-inner__time {
  display: none;
}

.is_soon .event-list-item-inner__text {
  visibility: hidden;
}

.is_soon .event-list-item-inner__link {
  background: rgb(218, 218, 218);
}



/* ダイアログ */
.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
}

.dialog-wrap-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.dialog {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  box-sizing: border-box;
  width: 905px;
  height: 435px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/bg_dialog.png) no-repeat;
  border-radius: 10px;
}

.dialog::after {
  position: absolute;
  bottom: -32px;
  right: -50px;
  display: inline-block;
  content: '';
  width: 304px;
  height: 243px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_feather_dialog.png) no-repeat;
  pointer-events: none;
}

.dialog-item {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 40px 36px;
  overflow: hidden;
}

.dialog-item__name {
  position: relative;
  width: 200px;
  height: 44px;
  margin: 0 auto 36px;
  background: linear-gradient(to right, #ff69a8 0%, #e367ff 100%);
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.1em;
  color: #fff;
}

.dialog-item__name::before {
  position: absolute;
  left: -13px;
  display: inline-block;
  content: '';
  width: 15px;
  height: 44px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_performer_edge_pink.png) no-repeat;
}

.dialog-item__name::after {
  position: absolute;
  right: -13px;
  display: inline-block;
  content: '';
  width: 15px;
  height: 44px;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_performer_edge_purple.png) no-repeat;
}

.dialog-item-data {
  display: flex;
}

.dialog-item-data-link {
  display: block;
  width: 260px;
  margin-right: 24px;
}

.dialog-item-data-link:link,
.dialog-item-data-link:hover,
.dialog-item-data-link:active,
.dialog-item-data-link:visited {
  text-decoration: none;
  color: #fff;
}

.dialog-item-data-link__image {
  display: block;
  width: 260px;
}

.dialog-item-data__text {
  width: 549px;
  height: 240px;
  padding-right: 6px;
  font-size: 16px;
  font-weight: bold;
  text-align: initial;
  color: #333;
  overflow-y: auto;
}

.dialog-item-data__text::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.dialog-item-data__text::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(255, 75, 228 , 0.3);
}

.dialog-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
}

.dialog-arrow.is_prev {
  left: -100px;
}

.dialog-arrow.is_next {
  right: -100px;
}

.dialog-arrow::before {
  position: absolute;
  display: block;
  content: '';
  width: 60px;
  height:60px;
  margin: auto;
  background: url(https://assets.angel-live.com/common/event/img/21th_anniversary/img_circle_arrow.png) no-repeat;
  background-size: contain;
}

.dialog-arrow.is_prev::before{
  transform: scaleX(-1);
}



@media (max-width: 1600px) {
  .event-detail::before {
    left: -120px;
  }

  .event-detail::after {
    right: -220px;
  }
}

@media (max-width: 1280px) {
  .hero__image {
    width: 100%;
  }

  .performer-list {
    max-width: 930px;
  }
}

@media (max-width: 1080px) {
  .event-detail::before {
    left: -160px;
  }

  .event-detail::after {
    right: -260px;
  }

  .performer-list {
    max-width: 900px;
  }

  .event-list {
    justify-content: center;
    max-width: 900px;
  }

  .dialog-arrow.is_next {
    right: -70px;
  }

  .dialog-arrow.is_prev {
    left: -70px;
  }
}
