@charset "euc-jp";

.titLv1 {
  line-height: 1.2;
  font-size: 27px;
}

#evArea .text {
  box-shadow: 0 0 0 3px #100c11 inset, 0 0 0 6px #f95794 inset;
}

.text dt,.kikan dt { color: #fccf00; }

.text .rates span {
  color: #fff;
  background: #ff0055;
  display: block;
  width: 360px;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 3px;
  margin-top: 3px;
}


/*10日開催の場合*/
.schedule {
  margin-top: 40px;
  width: 100%;
  border-collapse:collapse;
}

.schedule:first-child {
  margin-top: 40px;
  width: 100%;
  border-collapse:collapse;
}

.schedule-days { border-bottom: #100c11 1px solid; }

.schedule-days__dating {
  padding: 14px 0;
  font-size: 22px;
  text-align: center;
  color: #fff;
  border-left: #100c11 1px solid;
}

.schedule-days__dating:nth-child(even) {
  background: #ff55ab;
  border-radius: 8px 8px 0px 0px;
}

.schedule-days__dating:nth-child(3) {
  background: #4678fd;
  border-radius: 8px 8px 0px 0px;
}

.schedule-gymnastics-girls-wrap { border-bottom: #100c11 1px solid; }

.schedule-gymnastics-girls__time {
  padding: 0;
  width: 121px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.3;
  border: none;
  border-radius: 8px 0px 0px 8px;
}

.schedule-gymnastics-girls__time.is_daytime { background: #f66721; }

.schedule-gymnastics-girls__time.is_daytime::before {
  content: '';
  display: block;
  margin: 0 auto 10px;
  width: 60px;
  height: 60px;
  background: url(https://livede55.com/event/img/radio_gymnastics/icon_daytime.png) no-repeat;
}

.schedule-gymnastics-girls__time.is_nighttime { background: #412bca; }

.schedule-gymnastics-girls__time.is_nighttime::before {
  content: '';
  display: block;
  margin: 0 auto 10px;
  width: 42px;
  height: 43px;
  background: url(https://livede55.com/event/img/radio_gymnastics/icon_nighttime.png) no-repeat;
}

.schedule-gymnastics-girls {
  position: relative;
  padding: 0;
  width: 212px;
  height: 194px;
  background: #fff;
  border: none;
  border-left: #100c11 1px solid;
}

.schedule-gymnastics-girls-picture {
  display: block;
  margin: auto;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.schedule-gymnastics-girls__name {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  transform: rotate(-8deg);
  margin: auto;
  padding: 5px 0 10px;
  width: 80%;
  background: #ff55ab;
  font-size: 20px;
  text-align: center;
}

.schedule-gymnastics-girls:nth-child(3) .schedule-gymnastics-girls__name { background: #4678fd; }

.schedule-gymnastics-girls__name::before {
  content: '';
  position: absolute;
  bottom: 33px;
  left: 0;
  transform: rotate(-1deg);
  height: 10px;
  width: 100%;
  background: linear-gradient(to bottom left, transparent 50%, #ff55ab 50.1%) top right / 100% 100% no-repeat;
}

.schedule-gymnastics-girls:nth-child(3) .schedule-gymnastics-girls__name::before { background: linear-gradient(to bottom left, transparent 50%, #4678fd 50.1%) top right / 100% 100% no-repeat;}

.attendance-card {
  position: relative;
  padding: 24px;
  margin: auto;
  width: 680px;
  background: url(https://livede55.com/event/img/radio_gymnastics/card_bg.png) repeat;
  border-radius: 3px;
}

.attendance-card::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  width: 32px;
  height: 32px;
  background: url(https://livede55.com/event/img/radio_gymnastics/card_bg_parts.png) no-repeat;
}

.attendance-card-title {
  padding-bottom: 25px;
  text-align: center;
}

.attendance-card-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px;
  background: #fff;
}

.attendance-card-list::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 70px;
  width: 111px;
  height: 130px;
  background: url(https://livede55.com/event/img/radio_gymnastics/card_start.png) no-repeat;
}

.attendance-card-list-item {
  position: relative;
  margin: 0 -1px -1px 0;
  width: 212px;
  height: 154px;
  border: #c6c6c6 1px solid;
}

.attendance-card-list-item__stamp { display: none; }

.attendance-card-list-item.is_achieved .attendance-card-list-item__stamp {
  display: block;
  text-align: center;
  margin-top: 7px;
}

.attendance-card-list-item:first-child {
  margin: 0px -1px 0px 2px;
  border: none;
}

.attendance-card-list-item__title {
  padding: 8px;
  background: #ff55ab;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}


/*5日開催&女性コメントあり*/
.girl-list-item {
  margin-bottom: 60px;
}

.girl-list-item:last-child {
  margin-bottom: initial;
}

.girl-list-item__time {
  padding: 10px 0;
  background-color: #4678fd;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.girl-list-item:nth-child(even) .girl-list-item__time {
  background-color: #ff55ab;
}

.girl-list-item-inner {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}

.girl-list-item-inner-thumbnail {
  position: relative;
  width: 260px;
}

.girl-list-item-inner-thumbnail__image {
  display: block;
  margin-left: 10px;
  width: 180px;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.girl-list-item-inner-thumbnail__name {
  position: absolute;
  top: 158px;
  left: 4px;
  transform: rotate(-8deg);
  margin: auto;
  padding: 5px 0 10px;
  width: 80%;
  background: #4678fd;
  font-size: 20px;
  text-align: center;
}

.girl-list-item-inner-thumbnail__name:before {
  content: '';
  position: absolute;
  bottom: 33px;
  left: 0;
  transform: rotate(-1deg);
  height: 10px;
  width: 100%;
  background: linear-gradient(to bottom left, transparent 50%, #4678fd 50.1%) top right / 100% 100% no-repeat;
}

.girl-list-item:nth-child(even) .girl-list-item-inner-thumbnail__name {
  background: #ff55ab;
}

.girl-list-item:nth-child(even) .girl-list-item-inner-thumbnail__name:before {
  background: linear-gradient(to bottom left, transparent 50%, #ff55ab 50.1%) top right / 100% 100% no-repeat;
}

.girl-list-item-inner-summary {
  flex-basis: 500px;
}

.girl-list-item-inner-summary__comment {
  position: relative;
  box-sizing: border-box;
  min-height: 170px;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #4678fd;
  border-radius: 6px;
  color: #444444 !important;
}

.girl-list-item-inner-summary__comment:before {
  position: absolute;
  top: 70px;
  left: -31px;
  z-index: 2;
  content: '';
  border: 15px solid transparent;
  border-right: 15px solid #4678fd;
}

.girl-list-item:nth-child(even) .girl-list-item-inner-summary__comment {
  border: 2px solid #ff55ab;
}

.girl-list-item:nth-child(even) .girl-list-item-inner-summary__comment:before {
  border-right: 15px solid #ff55ab;
}

.girl-list-item-inner-summary__comment:after {
  position: absolute;
  top: 68px;
  left: -30px;
  z-index: 2;
  content: '';
  border: 17px solid transparent;
  border-right: 17px solid #ffffff;
}

.girl-list-item-inner-summary__btn {
  display: block;
  padding: 10px;
  background-color: #fc4658;
  border-bottom: 3px solid #ca3846;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.girl-list-item-inner-summary__btn:hover {
  background-color: #fc5969;
  border-bottom: 3px solid #cf4c59;
  text-decoration: none;
}

.girl-list-item-inner-summary__btn:after {
  display: inline-block;
  content: '';
  margin-left: 8px;
  border: 8px solid transparent;
  border-left: 12px solid #ffffff;
}
