@charset "UTF-8";

.lucky-day {
  width: 100%;
  min-width: 1024px;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-family: Avenir, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "ＭＳ Ｐゴシック", sans-serif;
}

.line-b {
  padding-top: 1px;
  background-color: #005afc;
}

.ld-hero-inner {
  max-width: 2560px;
  margin: 0 auto;
}

.ld-hero-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ld-inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
}

/* .ld-about */
.ld-about-inner {
  position: relative;
  left: 22%;
  width: 425px;
  margin: 0;
  padding: 80px 0;
}

.ld-about-head {
  display: inline-block;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 3.5rem;
}

.ld-about-title {
  width: 420px;
  margin-bottom: 50px;
}

.ld-about-title img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* 文字の場合 */
.ld-about-title-1 {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.ld-about-title-2 {
  font-weight: bold;
  font-size: 5.8rem;
  margin-bottom: 50px;
}

.ld-about-txt {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2;
}

/* .ld-event-calender */
.ld-event-calender-inner {
  position: relative;
  min-height: 350px;
  padding: 80px 0;
  box-sizing: border-box;
  background-image: url("../../../img/lp/lucky_day/bg-pc.png");
  background-size: cover;
}

.ld-event-calender-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 3.5rem;
  text-align: center;
}

.ld-event-calender-box {
  display: flex;
  justify-content: center;
}

.ld-event-calender-box::-webkit-scrollbar {
  display: none;
}

.ld-event-calender-list {
  width: 180px;
  height: auto;
  margin-right: 25px;
  flex-shrink: 0;
}

.ld-event-calender-list a {
  display: block;
}

.ld-event-calender-list a:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}

.ld-event-calender-list.fourth {
  margin-right: 0;
}

.ld-event-calender-list-img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* .ld-content */

.pc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 0;
}

.ld-content {
  width: 42%;
}

.ld-content-inner {
  padding: 30px 30px 50px;
}

.ld-close {
  display: inline-block;
  position: relative;
  left: 22%;
  margin: 30px 0 0;
  padding: 15px 30px;
  background: #222;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: bold;
}

.ld-close .c-text1 {
  display: inline-block;
}

.ld-close .c-text2 {
  display: inline-block;
  margin-top: 5px;
}

.ld-content-index {
  margin: 30px 0;
}

.ld-content-title {
  font-weight: 900;
  font-size: 4.4rem;
  margin-bottom: 22px;
}

/* stylelint-disable-next-line selector-type-no-unknown */
_:lang(x) + _:-webkit-full-screen-document,
.ld-content-title {
  font-weight: bold;
}

.ld-content-title .num {
  margin-right: 11px;
  color: #000;
  font-size: 6.8rem;
  -webkit-text-stroke: 1px #fff;
}

.ld-content-title .num .size-l {
  font-size: 8.2rem;
}

.ld-content-catch {
  font-weight: bold;
  font-size: 2.1rem;
}

.ld-content-detail-period,
.ld-content-detail-member {
  margin-bottom: 25px;
}

.ld-content-detail-head {
  display: inline-block;
  margin-bottom: 13px;
  padding: 5px 3px 3px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 1.7rem;
}

.ld-content-detail-lead {
  font-weight: bold;
  font-size: 1.7rem;
}

.ld-content-detail-rank-box {
  margin: 13px 0;
  padding: 16px;
  background-color: #4d4d4d;
}

.ld-content-detail-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.ld-content-detail-list li {
  font-size: 2rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}

.ld-content-detail-list li:nth-child(n + 2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px 1px;
  background-color: #000102;
}

.rank-bronze {
  color: #723b12;
}

.rank-silver {
  color: #686d73;
}

.rank-gold {
  color: #d7b44c;
}

.rank-platinum {
  color: #282828;
}

.rank-platinum span {
  position: absolute;
  transform: translateY(4.3px);
  margin-left: 10px;
  font-size: 1.4rem;
}

.ld-content-detail-note {
  margin-bottom: 25px;
  color: #999;
  font-size: 1.3rem;
}

.ld-content-detail-btn {
  width: 100%;
  border: 1.5px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}

/* stylelint-disable-next-line no-descending-specificity */
.ld-content-detail-btn a {
  display: block;
  padding: 17px 0 15px;
  background-color: rgb(255 255 255 / 0%);
  color: #fff;
  font-size: 1.4rem;
}

.ld-content-detail-btn a:hover {
  background-color: rgb(255 255 255 / 20%);
  transition: 0.3s ease;
}

/* .ld-info */
.ld-inner-pc {
  background-color: #151515;
}

.ld-info-inner {
  width: 620px;
  margin: 0 auto;
  padding: 30px 0 100px;
}

.ld-info-title {
  margin-top: 50px;
  font-weight: bold;
  font-size: 1.7rem;
}

.ld-info-title::after {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  margin: 13px 0 13px 1px;
  background-color: #fff;
}

.ld-info-month {
  width: 490px;
  margin: 0 auto;
  color: #999;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}

.ld-info-txt {
  color: #999;
  font-size: 1.3rem;
  line-height: 1.5;
}

.ld-info-box .ld-info-list {
  width: 500px;
  margin: 0 auto;
}

.ld-info-list li {
  padding-left: 10px;
  text-indent: -10px;
  color: #999;
  font-size: 1.3rem;
  line-height: 1.5;
}

/* stylelint-disable-next-line no-descending-specificity */
.ld-info-list li::before {
  content: "・";
  display: block;
  width: 0;
  height: 0;
}

.ld-info-box {
  margin: 20px 0;
  padding: 40px 0;
  background-color: #222;
  border-radius: 10px;
}

.ld-info-month.through,
.ld-info-list.cp-schedule.through li {
  text-decoration: line-through;
}

.ld-info-list.cp-schedule .bt-line::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  margin: 15px 0;
  background: #999;
}

.ld-info a.link-keihin {
  color: #005afc;
  text-decoration: underline;
}

/* マーカー */

.lineMarker.scroll-in {
  background-position: -100% 1.4rem;
}

.lineMarker {
  background-image: linear-gradient(to left, transparent 50%, #005afc 10%);
  background-repeat: repeat-x;
  background-size: 200% 1.4rem;
  background-position: 0 1.4rem;
  transition: all 0.3s ease;
}

/* シェア */
.share-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.share-box ul {
  display: inline-block;
}

/* stylelint-disable-next-line no-descending-specificity */
.share-box ul li {
  display: inline-block;
  margin: 10px 0 0 5px;
}

/* postponed */
.ld-postponed-inner {
  position: relative;
  padding: 52px 30px 50px;
  background: #fff;
  color: #000;
  text-align: center;
}

.ld-postponed-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.ld-postponed-txt {
  display: inline-block;
  margin: 0 auto;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}

.ld-linkbox-btn {
  text-align: center;
  margin-top: 40px;
}

/* stylelint-disable-next-line no-descending-specificity */
.ld-linkbox-btn a {
  display: inline-block;
  padding: 15px 25px 14px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  text-decoration: underline;
  line-height: 1.5;
}

.ld-list-postponed {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 480px;
  margin: 15px auto;
  padding: 10px 10px 9px;
  border: 1px solid #e1205f;
  border-radius: 10px;
  background: #4a1f2d;
  color: #fff;
  font-size: 1.3rem;
  white-space: nowrap;
}
