@charset "euc-jp";

.titLv1 {
  font-size: 28px;
}

.text strong, .text b {
  font-weight: bold;
  color: #00b7ff;
}

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

.text dt {
  color: #fff600;
}

.event-btn-link {
  display: block;
  width: 360px;
  margin: 0 auto;
}

.event-btn-link:hover {
  filter: brightness(110%);
}

.event-btn-link.is_event-end:hover {
  filter: initial;
}

.event-btn-link__image {
  display: block;
  width: 100%;
}

.event-banner-link {
  display: block;
  width: 480px;
}

.event-banner-link__image {
  display: block;
  width: 100%;
}


/* 出演女性 */
.performer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
  width: 320px;
  margin: 25px auto 0;
}

.performer-list-item {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 142px;
  padding: 15px 10px 10px;
  background-color: #ffffff;
  border-radius: 6px;
}

.performer-list-item:hover {
  filter: brightness(110%);
  cursor: pointer;
}

.performer-list-item-link {
  display: block;
}

.performer-list-item__image {
  display: block;
  width: 122px;
  border-radius: 6px;
}

.performer-list-item__name {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 108px;
  height: 26px;
  margin: auto;
  background-color: #00b7ff;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
}

.performer-list-item__name::before {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 1;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00b7ff transparent;
  border-width: 13px 0px 13px 8px;
}

.performer-list-item__name::after {
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 1;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00b7ff transparent;
  border-width: 13px 8px 13px 0px;
}


/* 当選番号 */
.winning-lottery {
  margin: 50px 0 30px;
  padding-top: 40px;
  background-color: #08141d;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.winning-lottery-title {
  width: 277px;
  margin: 0 auto;
  border-bottom: initial;
}

.winning-lottery-text {
  margin: 30px 20px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

.winning-lottery-title__image {
  display: block;
  width: 100%;
}

.winning-lottery-list {
  width: 690px;
  padding: 60px 33px;
  border-bottom: 2px dashed #ffffff;
}

.winning-lottery-list.is_1st-prize {
  padding: 40px 33px 60px;
}

.winning-lottery-list:last-child {
  padding: 60px 33px 30px;
  border-bottom: initial;
}

.text dt.winning-lottery-list-term {
  margin: 0 0 16px;
}

.winning-lottery-list-term__image {
  display: block;
  width: 100%;
}

.text dd.winning-lottery-list-description {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.text dd.winning-lottery-list-description:last-child {
  margin: initial;
}

.winning-lottery-list.is_1st-prize dd.winning-lottery-list-description {
  justify-content: space-around;
}

.winning-lottery-list.is_2nd-prize dd.winning-lottery-list-description {
  justify-content: space-around;
}

.main p.winning-lottery-list-description-number-wrap {
  position: relative;
  width: 138px;
  height: 45px;
}

.winning-lottery-list-description-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
}

.text .text-youtube { color: #ff0000; }
.text .text-point { font-size: 18px; }


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

.dialog-wrap-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 202;
  width: 100%;
  height: 100%;
  background-color: rgba(30,14,22,0.6);
}

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

.dialog-item-summary {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 130px;
  padding: 30px 40px;
  background-color: #00b7ff;
  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;
  font-weight: bold;
  color: #ffffff;
}

.dialog-item-data {
  padding: 30px 20px 0 30px;
}

.dialog-item-data__text {
  box-sizing: border-box;
  height: 320px;
  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: #ffffff;
}

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

/* 戻る進む */
.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 {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: inline-block;
  content: '';
  width: 0;
  height: 60px;
  border-left: 8px solid #ffffff;
  border-radius: 10px;
}

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

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

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