@charset "euc-jp";

.event-detail {
    max-width: 1920px;
    min-width: 1280px;
    margin: 97px auto 0;
}

.event-detail,
.dialog {
    font-family: "Hiragino Kaku Gothic ProN","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

.event-detail span,
.event-detail p,
.event-detail a {
    font-size: 16px;
}

.event-detail img {
    display: block;
    max-width: 100%;
}

.event-detail a:hover {
    text-decoration: none;
}

.hero {
    background: url(https://livede55.com/event/img/18th/hero.png) no-repeat center / cover;
    width: 100%;
    margin-top: 97px;
    padding-top: 48%;
}

.section {
    background: url(https://livede55.com/event/img/18th/bg_section.png) repeat;
    padding: 90px 0 120px;
}
.section.is_introduction { background-color: #fff449; }
.section.is_comment { background-color: #27c5ff; }
.section.is_event { background-color: #1ac56f; }

.section-inner-title {
    text-align: center;
    margin-bottom: 44px;
}

.section-inner-title__inner {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #ff399e;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
}

.section-inner-title span {
    font-size: 36px;
    font-weight: bold;
}

.section-inner-title__inner::before {
    content: '';
    position: absolute;
    background: url(https://livede55.com/event/img/17th/title_ribbon.png);
    width: 60px;
    height: 70px;
    top: 0px;
    left: -60px;
}

.section-inner-title__inner::after {
    content: '';
    position: absolute;
    background: url(https://livede55.com/event/img/17th/title_ribbon.png);
    width: 60px;
    height: 70px;
    transform: scale(-1, 1);
    top: 0px;
    right: -60px;
}


.section-inner-data {
    position: relative;
    width: 1280px;
    margin: auto;
    line-height: 50px;
}

.section-inner-data::after {
    position: absolute;
    content: '';
    top: -5px;
    right: 0;
    width: 400px;
    height: 550px;
    background: url(https://livede55.com/event/img/18th/lisa.png) 0 0 no-repeat;
}

.section-inner-data span {
    font-size: 18px;
    font-weight: normal;
}

.event-detail .section-inner-data__text {
    width: 840px;
    line-height: 45px;
}

.section-inner-data__text:not(:nth-last-child(1)) {
    margin-bottom: 25px;
}

.text.is_emphasis {
    color: #ff399e;
    font-weight: bold;
}

.text.is_marker {
    background-color: #fff;
    border-radius: 6px;
    line-height: 36px;
    padding: 8px 10px;
}

.performer-list {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
}

/*** カード ***/
.performer-list-item {
    position: relative;
    width: 145px;
    margin-left: 30px;
    padding: 22px 15px 15px;
    background-color: #fff;
    border-radius: 9px;
    z-index: 1;
}

.performer-list-item {
    margin-bottom: 40px;
}
.performer-list-item:nth-child(6n+1) {
    margin-left: 0;
}

/* カードシャドウ */
.performer-list-item::before,
.event-list-item::before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background-size: 6px 6px;
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent);
    top: 5px;
    left: 5px;
}
.event-list-item::before {
    border-radius: 12px;
    top: 8px;
    left: 8px;
}

.performer-list-item__image {
    width: 145px;
}

.event-list-wrap {
    margin-top: 64px;
}

.event-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
}

.event-list-item {
    position: relative;
    height: 285px;
    width: 480px;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px 0px;
    z-index: 1;
}

.event-list-item:not(:nth-last-child(1)) {
    margin-bottom: 80px;
}

.event-list-item-inner {
    display: block;
}

.event-list-item-inner p:nth-of-type(1) {
    font-size: 18px;
}

.event-list-item-inner__text {
    line-height: 1.35;
}


/*** カードタイトルリボン ***/
.performer-list-item__name,
.event-list-item-inner__time {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 134px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    background-color: #ff399e;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.event-list-item-inner__time {
    top: -19px;
    width: 430px;
    height: 38px;
    line-height: 38px;
    background-color: #fff152;
    color: #222222;
}

.performer-list-item__name::before,
.performer-list-item__name::after,
.event-list-item-inner__time::before,
.event-list-item-inner__time::after {
    position: absolute;
    content: '';
    background: url(https://livede55.com/event/img/18th/name_ribbon.svg) 0 0 no-repeat;
    height: 30px;
    width: 10px;
}
.performer-list-item__name::before { left: -10px; }
.performer-list-item__name::after {
    transform: scale(-1, 1);
    right: -10px;
}

.event-list-item-inner__time::before {
    background-image: url(https://livede55.com/event/img/18th/date_ribbon.svg);
    height: 38px;
    width: 11px;
    left: -10px;
}
.event-list-item-inner__time::after {
    background-image: url(https://livede55.com/event/img/18th/date_ribbon.svg);
    transform: scale(-1, 1);
    height: 38px;
    width: 11px;
    right: -10px;
}

.event-list-item-inner__image {
    display: block; 
    width: 480px;
    height: 120px;
    margin-bottom: 12px;
}

.event-list-item-inner__link {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    height: 40px;
    line-height: 40px;
    width: 160px;
    margin: auto;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #1ac56f;
    border-radius: 6px;
    transition: 0.1s ease;
}

.event-list-item-inner__link:hover {
    transform: scale(105%);
    background-color: #21ce77;
}

.link.is_arrow {
    position: relative;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #008d46;
    top: 1px;
    vertical-align: text-bottom;
    margin-left: 6px;
}
.link.is_arrow::after {
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-radius: 25%;
    transform: rotate(45deg);
    top: 5px;
    left: 4px;
}

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

.event-list-item.is_soon .event-list-item-inner__link {
    background-color: #dedede;
}


/*** ダイアログ ***/
.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(30,14,22,0.6);
}

.dialog {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 102;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 840px;
  height: 620px;
  border-radius: 10px;
  background-color: #fff;
}

.dialog-item-summary {
  display: flex;
  align-items: center;
  height: 130px;
  padding: 30px 40px;
  background-color: #ff399e;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
.dialog-item-summary:link, .dialog-item-summary:visited {
  text-decoration: none;
  color: inherit;
}

.dialog-item-summary:hover {
  text-decoration: none;
  color: inherit;
}

.dialog-item-summary__image {
  display: block;
  width: 80px;
  border-radius: 4px;
}

.dialog-item-summary__name {
  margin-left: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.dialog-item-data {
  padding: 30px 20px 0 30px;
}
.dialog-item-data__text {
  box-sizing: border-box;
  height: 440px;
  padding-right: 15px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5em;
  text-align: initial;
  overflow-y: auto;
}

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

.dialog-item-data__text::-webkit-scrollbar-track {
  background: #ffe5f2;
}

.dialog-item-data__text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ffb2d9;
}

/* 戻る進む */
.dialog-performer-message-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 110px;
  cursor: pointer;
}

.dialog-performer-message-arrow.is_prev {
  left: -120px;
}
.dialog-performer-message-arrow.is_next {
  right: -120px;
}

.dialog-performer-message-arrow.is_prev::before,
.dialog-performer-message-arrow.is_prev::after,
.dialog-performer-message-arrow.is_next::before,
.dialog-performer-message-arrow.is_next::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 0;
  height: 60px;
  border-radius: 10px;
}
.dialog-performer-message-arrow.is_prev::before {
  top: 6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-left: 8px solid #fff;
}
.dialog-performer-message-arrow.is_prev::after {
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  border-left: 8px solid #fff;
}
.dialog-performer-message-arrow.is_next::before {
  top: 6px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  border-left: 8px solid #fff;
}
.dialog-performer-message-arrow.is_next::after {
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-left: 8px solid #fff;
}