@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@400;700&display=swap');

/*
 * ヘッダー
 * 共通タイトル
 * special-contents01
 * special-contents02
 * 詳細
 * 注意事項
 * バナーエリア
 * 下のロゴ
 * リール停止位置の三角
 * 各リール
 * playボタン
 * スロットがそろった時
 * アニメーション
 * 応募回数の上限に達しましたテキスト
 * ポップアップ
 */

body {
  opacity: 0;
  transition: 1s;
}

.l-container {
  width: 100%;
}

.feature {
  width: 100%;
  text-align: center;
}
.feature *,
.feature a {
  color: #000;
}

.split {
  visibility: hidden;
}
.textSplitLoad {
  display: inline-block;
}

.slot-machine-title {
  margin: 0 0 -40px;
  position: relative;
  z-index: 20;
}

/* =========================================================
ヘッダー
========================================================= */
.hdr {
  box-sizing: border-box;
  width: 1140px;
  height: 1068px;
  background: url(../img/bg_main.png) no-repeat;
  padding: 112px 0 0;
  margin: 0 auto 20px;
}

.hdr-seventh {
  margin: 0 0 -44px;
}


.hdr-anniversary {
  width: 420px;
  height: 92px;
  opacity: 0;
}
.hdr-anniversary .path {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

.hdr-text {
  margin: 55px 0 73px;
}
.hdr-text p {
  font-size: 18px;
  line-height: 2.25;
}
.hdr-text p + p {
  margin: 40px 0 0;
}

.logo {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.logo::before {
  content: "";
  width: 140%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -160%;
  opacity: 0.5;
  transform: skewX(-45deg);
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
}
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}


/* =========================================================
共通タイトル
========================================================= */
.section-title {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.section-title span {
  font-size: 62px;
  display: block;
}
.section-title::after {
  content: '';
  width: 46px;
  height: 1px;
  display: block;
  background: #000;
  margin: 7px auto 0;
}


/* =========================================================
special-contents01
========================================================= */
.special-contents01 {
  background: url(../img/line.png) repeat-x center top,
              url(../img/line.png) repeat-x center bottom;
  padding: 40px 0 45px;
}
.special-contents01 .section-title {
  margin: 0 0 45px;
}
.special-contents01 p {
  font-size: 24px;
  font-weight: 500;
}
.special-contents01 img {
  margin: 35px 0 44px;
}

.coupon-button {
  width: 450px;
  margin: 54px auto 0;
}
.coupon-button a {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  display: block;
  background: #e2884b url(../img/arrow_right.png) no-repeat right 75px center;
  padding: 18px 52px 18px 0;
}
.coupon-button a:hover {
  opacity: .6;
}


/* =========================================================
special-contents02
========================================================= */
.special-contents02 {
  padding: 190px 0 0;
}
.special-contents02 .section-title {
  margin: 0 0 22px;
}
.special-contents02-text01 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 8px;
}
.special-contents02-text01 span {
  font-weight: bold;
  margin: 0 0 10px;
}
.special-contents02-text02 {
  font-size: 28px;
  margin: 0 0 40px;
}


/* =========================================================
詳細
========================================================= */
.detail {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  position: relative;
  padding: 30px 0 43px;
}
.detail > p {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 26px;
}
.prize-table {
  width: 540px;
  margin: 0 auto 47px;
}
.prize-table table {
  width: 100%;
}
.prize-table tr th,
.prize-table tr td {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border: 1px solid #000;
}
.prize-table tr th {
  width: 114px;
  height: 151px;
  font-size: 27px;
}
.prize-table tr th span {
  font-size: 45px;
}
.prize-table tr th + td {
  box-sizing: border-box;
  width: 150px;
  border-right: none;
  padding: 5px 7px;
}
.prize-table tr td + td {
  border-left: none;
  background: #f5f5f5;
}
.prize-table tr td p {
  font-size: 30px;
}
.prize-table tr td p span {
  font-size: 45px;
}

.prize-usagi h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  letter-spacing: 0.2em;
}
.prize-usagi h3 span {
  font-size: 40px;
}
.prize-usagi-text01 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
}
.prize-usagi-text02 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.2em;
  margin: 0 0 15px;
}
.prize-usagi-text02 span {
  font-size: 50px;
}

.prize-usagi ul {
  display: flex;
  justify-content: center;
}



/* =========================================================
注意事項
========================================================= */
.attention {
  background: #f5f5f5;
  padding: 30px 0 30px;
  margin: 0 0 149px;
}
.attention h2 {
  width: 156px;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 0 6px;
  border: 1px solid #000;
  margin: 0 auto 22px;
}
.attention ul {
  display: inline-block;
}
.attention ul li {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
}


/* =========================================================
バナーエリア
========================================================= */
.block {
  margin: 0 0 155px;
}
.block .section-title {
  margin: 0 0 40px;
}
.block p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.09em;
  margin: 0 0 28px;
}


/* =========================================================
下のロゴ
========================================================= */
.ftr {
  margin: 0 0 100px;
}
.ftr-text {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin: 17px 0 0;
}




/* =========================================================
リール停止位置の三角
========================================================= */
.jSlots-wrapper {
  width: 800px;
  letter-spacing: -.4em;
  margin: 0 auto 60px;
  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 #df6b19;
  left: 0;
}
.jSlots-wrapper::after {
  border-right: 25px solid #df6b19;
  right: 0;
}


/* =========================================================
各リール
========================================================= */
.reel-wrap {
  width: 240px;
  height: 240px;
  border: 1px solid #df6b19;
  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 #df6b19;
  border-right: 1px solid #df6b19;
  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,.7) 0,transparent 40%,transparent 70%,rgba(255,255,255,.7) 100%);
}

.reel {
  width: 240px;
}


/* =========================================================
playボタン
========================================================= */
.btn {
  box-sizing: border-box;
  width: 500px;
  height: 80px;
  line-height: 80px;
  letter-spacing: 0.1em;
  position: relative;
  border-radius: 50px;
  margin: 0 auto 110px;
  cursor: pointer;
}
.btn .btn-inr {
  font-family: 'Ibarra Real Nova', serif;
  font-size: 37px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 50px;
  background: #e2884b;
  animation: pulse .5s ease infinite alternate;
  user-select: none;
}

.btn-small-text .btn-inr {
  font-size: 33px;
}

.btn .btn-inr:hover {
  opacity: .6;
}

.btn.disable {
  pointer-events: none;
}
.btn.disable .btn-inr {
  animation: none;
}


/* =========================================================
スロットがそろった時
========================================================= */
.win .jSlots-wrapper {
  animation: flash .2s linear 10;
  animation-fill-mode: both;
}
.reel li.zoom img {
  animation: zoom .5s ease infinite alternate;
}


/* =========================================================
アニメーション
========================================================= */
@keyframes flash {
  0% { box-shadow: 0 0 35px 35px #fde631; background: #fde631; }
  50% { box-shadow: none; background: #ebd0bd; }
  100% { box-shadow: 0 0 25px 25px #fde631; background: #fde631; }
}
@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,.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;
}
