@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600&display=swap");

/*
ヘッダー
詳細
注意事項
リール停止位置の三角
各リール
playボタン
スロットがそろった時
アニメーション
応募回数の上限に達しましたテキスト
ポップアップ
 */

.l-container {
  width: 100%;
}

.l-footer,
.pc-footer {
  padding: 0;
  margin: 0;
}

.feature {
  width: 100%;
  text-align: center;
}
.feature *,
.feature a {
  color: #000;
}

.slot {
  padding: 115px 0 91px;
}
.slot-machine-title {
  margin-bottom: -12px;
  position: relative;
  z-index: 20;
}

/* =========================================================
ヘッダー
========================================================= */
.bg-color {
  background: url(../img/bg.png) no-repeat center top;
  background-size: cover;
}

.hdr {
  width: 100%;
  background-size: cover;
  padding-top: 125px;
}

.hdr-text {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  margin: 21px 0 65px 20px;
}
.hdr-text-number {
  font-size: 31px;
  font-weight: bold;
  margin: 0 10px;
}
.hdr-text-pink {
  color: #e7768e;
}

.hdr-text img {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: 8px;
  left: 0;
}
.hdr-date {
  font-size: 23px;
  font-weight: 500;
  color: #494949;
}

/* =========================================================
詳細
========================================================= */
.detail {
  width: 990px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 90px 0 65px;
  margin: 92px auto 240px;
}
.detail > p {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 26px;
}
.prize-table {
  width: 718px;
  margin: 0 auto 54px;
}
.prize-table table {
  width: 100%;
}
.prize-table tr th,
.prize-table tr td {
  border: 1px solid #000;
}
.prize-table tr th {
  width: 152px;
  height: 145px;
  font-size: 28px;
}
.prize-table tr th span {
  font-family: "Jost", sans-serif;
  font-size: 46px;
  font-weight: 400;
}
.prize-table tr th + td {
  box-sizing: border-box;
  width: 150px;
  border-right: none;
  padding: 3px 33px;
}
.prize-table tr td + td {
  border-left: none;
  background: #faf9f2;
}
.prize-table tr td p {
  font-size: 28px;
}
.prize-table tr td p span {
  font-family: "Jost", sans-serif;
  font-size: 43px;
}

.prize-usagi h3 {
  font-size: 36px;
  letter-spacing: 0.1em;
}
.prize-usagi h3 span {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 400;
}
.prize-usagi-text01 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 18px;
}
.prize-usagi-text02 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.2em;
  margin-bottom: 13px;
}
.prize-usagi-text02 span {
  font-family: "Jost", sans-serif;
  font-size: 50px;
}

.prize-usagi ul {
  display: flex;
  justify-content: center;
}

.prize-color-first {
  color: #f4607f;
}
.prize-color-second {
  color: #6e6e6e;
}
.prize-color-third {
  color: #ac7f63;
}
.prize-color span {
  color: inherit;
}

/* =========================================================
注意事項
========================================================= */
.attention {
  background: #f9f9f9;
  padding: 41px 0 41px;
}
.attention h2 {
  width: 130px;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 0 7px;
  border: 1px solid #000;
  margin: 0 auto 20px;
}
.attention ul {
  display: inline-block;
}
.attention ul li {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

/* =========================================================
リール停止位置の三角
========================================================= */
.jSlots-wrapper {
  width: 800px;
  letter-spacing: -0.4em;
  margin: 0 auto 53px;
  position: relative;
}
.jSlots-wrapper::before,
.jSlots-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  border: 15px solid transparent;
  top: calc(50% - 15px);
}
.jSlots-wrapper::before {
  border-left: 25px solid #fb6f87;
  left: 0;
}
.jSlots-wrapper::after {
  border-right: 25px solid #fb6f87;
  right: 0;
}

/* =========================================================
各リール
========================================================= */
.reel-wrap {
  width: 240px;
  height: 240px;
  border: 1px solid #f0295d;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 5px;
  padding: 120px 7px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.reel-wrap::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 94%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  border-left: 1px solid #f0295d;
  border-right: 1px solid #f0295d;
  z-index: 2;
}

.reel-wrap::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.reel-wrap::after {
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.7) 0,
    transparent 40%,
    transparent 70%,
    rgba(255, 255, 255, 0.7) 100%
  );
}

.reel {
  width: 240px;
}
.reel li {
  background-color: white;
}

/* =========================================================
playボタン
========================================================= */
.btn {
  box-sizing: border-box;
  width: 386px;
  height: 88px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.btn .btn-inr {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-image: url(../img/bg_btn.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  user-select: none;
}

.btn-small-text .btn-inr {
  font-size: 22px;
}

.btn .btn-inr:hover {
  background-image: url(../img/bg_btn.png);
  background-position: 0 -88px;
  color: #fff;
}

.btn.disable {
  pointer-events: none;
}

/* =========================================================
スロットがそろった時
========================================================= */
.win .jSlots-wrapper {
  animation: flash 0.2s linear 10;
  animation-fill-mode: both;
}
.reel li.zoom img {
  animation: zoom 0.5s ease infinite alternate;
}

/* =========================================================
アニメーション
========================================================= */
@keyframes flash {
  0% {
    box-shadow: 0 0 35px 35px #fff290;
    background: #fff290;
  }
  50% {
    box-shadow: none;
    background: #ebd0bd;
  }
  100% {
    box-shadow: 0 0 25px 25px #fff290;
    background: #fff290;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}

/* =========================================================
応募回数の上限に達しましたテキスト
========================================================= */
.no-more-text {
  font-size: 20px;
  margin: 100px 0;
}

/* =========================================================
ポップアップ
========================================================= */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  z-index: 100;
  display: none;
}
.popup.open {
  display: block;
}

.popup-table {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: table;
  padding: 50px 0;
}
.popup-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.popup-content {
  width: 800px;
  display: inline-block;
  position: relative;
}
.popup-content::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/close.png) no-repeat;
  position: absolute;
  top: -20px;
  right: -60px;
}

.popup-content a {
  display: block;
  background: #000;
}
