@charset "UTF-8";
/* ---------- CSS reset ---------- */
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

div, h1, button, p {
  margin: 0;
  padding: 0;
}

button {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

a:active, a:focus {
  outline: 0;
}

body, input, select, textarea {
  font: 18px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  text-align: center;
  font-size: 1.75em;
  font-weight: normal;
  color: #bbb;
}

img {
  max-width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (min-width: 320px) and (max-width: 911px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

#sm {
  position: relative;
  background-image: url(../img/bg.png);
  background-position: center top;
  background-size: auto 100%;
  background-repeat: repeat-x;
  margin: 55px 0 0;
  padding-top: 45px;
}

@media (min-width: 320px) and (max-width: 374px) {
  #sm {
    background-image: url(../img/bg_sp.png);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    padding-top: 20px;
    margin: 31px 0 0;
  }
}
@media (min-width: 375px) and (max-width: 911px) {
  #sm {
    background-image: url(../img/bg_sp.png);
    background-position: center top;
    background-size: 880px;
    background-repeat: no-repeat;
    padding-top: 20px;
    margin: 31px 0 0;
  }
}
@media (min-width: 375px) and (max-width: 1024px) {
  #sm {
    margin: 29px 0 0;
  }
}

#sm h1 img {
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 911px) {
  #sm h1 img {
    width: 300px;
  }
}

#sm .group {
  border-radius: 30px;
  padding: 10px 20px 20px 20px;
  display: block;
  text-align: center;
}

#sm .group:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 320px) and (max-width: 911px) {
  #sm .group {
    box-sizing: border-box;
    margin: 0 auto;
    width: 320px;
    padding: 5px 5px 5px 5px;
  }
}

#sm .group .reel {
  background-color: #fff;
  background-size: 100% 100%;
  box-shadow: 0 -10px 10px -6px #ece6c5 inset,0 10px 10px -6px #ece6c5 inset;
  border: 4px solid #fff;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  width: 170px;
  height: 380px;
  overflow: hidden;
  margin: 23px 3px  0  3px;
  border-radius: 10px;
}

#sm .group .reel div {
  position: relative;
  top: -60px;
}

#sm .group .reel p {
  font-weight: bold;
  height: 140px;
  line-height: 140px;
  padding: 10px 0;
  font-size: 50px;
}

#sm .group .reel p:nth-child(1) {
  color: #c60;
}

#sm .group .reel p:nth-child(2) {
  color: #690;
}

#sm .group .reel p:nth-child(3) {
  color: #630;
}

#sm .group .reel p img {
  height: 140px;
}

@media (min-width: 320px) and (max-width: 911px) {
  #sm .group .reel {
    padding: 0 10px;
    width: 65px;
    height: 180px;
    margin: 3% 2px  0  2px;
  }
  #sm .group .reel div {
    top: -30px;
  }
  #sm .group .reel p {
    height: 60px;
    line-height: 60px;
  }
  #sm .group .reel p img {
    height: 60px;
  }
}

#sm .lever {
  display: block;
  padding-right: 20px;
}

#sm .lever button {
  margin: 0 auto;
  text-align: center;
  border: none;
  background: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#sm .lever button:active, #sm .lever button:focus {
  color: #900;
  border: none;
  outline: none;
}

#sm .lever div {
  margin: 0 auto;
  text-align: center;
  border: none;
  background: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (min-width: 320px) and (max-width: 911px) {
  #sm .lever {
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 5px 20px 5px;
  }
  #sm .lever button {
    width: 220px;
  }
  #sm .lever div {
    width: 220px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  #sm .lever button {
    width: 204px;
  }
  #sm .lever div {
    width: 204px;
  }
}

#sm .rule {
  text-align: center;
  padding-bottom: 38px;
  padding-top: 25px;
}

#sm .rule img {
  margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 911px) {
  #sm .rule {
    padding: 0 0 35px 0;
    width: 300px;
    margin: 0 auto;
  }
}

#sm .msg {
  text-align: center;
  color: #bbb;
  font-size: 1.8em;
  padding: 25px 0 5px;
}

.finishedSlot {
  position: absolute;
  z-index: 299;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.finishedSlot .coupon {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  margin: 40px auto;
  width: 580px;
  height: auto;
  background-color: #fff;
  border: 10px solid #e30920;
  border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 911px) {
  .finishedSlot .coupon {
    width: 90%;
    height: auto;
    padding: 30px 20px 10px 20px;
  }
}

.finishedSlot .coupon_top p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #e30920;
  padding-bottom: 10px;
}

.finishedSlot .coupon_text {
  text-align: center;
}

.finishedSlot .coupon_btn {
  background-color: #e30920;
  text-align: center;
  margin-top: 20px;
  padding: 20px 0;
}

@media (min-width: 320px) and (max-width: 911px) {
  .finishedSlot .coupon_btn {
    padding: 10px 0;
  }
}

.finishedSlot .coupon_code .text {
  font-size: 12px;
  color: #fff;
}

.finishedSlot .coupon_code .code {
  color: #fff;
  font-size: 52px;
  line-height: 1.1;
}

@media (min-width: 320px) and (max-width: 911px) {
  .finishedSlot .coupon_code .text {
    font-size: 11px;
  }
  .finishedSlot .coupon_code .code {
    font-size: 27px;
  }
}

.finishedSlot .coupon_attention p {
  padding: 14px 0 5px;
  text-align: center;
  color: #e30920;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.finishedSlot p.coupon_caption {
  font-size: 12px;
}

@media (min-width: 320px) and (max-width: 911px) {
  .finishedSlot .coupon_attention p {
    font-size: 12px;
    letter-spacing: 0;
  }
  .finishedSlot .coupon_attention p br {
    display: none;
  }
  .finishedSlot p.coupon_caption {
    font-size: 10px;
  }
}

.finishedSlot .coupon_tomorrow {
  text-align: center;
  margin-top: 20px;
}

.finishedSlot .coupon2 {
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
  margin: 40px auto;
  width: 580px;
  height: auto;
  background-color: #fff;
  border: 10px solid #e30920;
  border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 911px) {
  .finishedSlot .coupon2 {
    width: 90%;
    height: auto;
    padding: 30px 20px 10px 20px;
  }
}

.finishedSlot .coupon2_text {
  text-align: center;
}

.finishedSlot .coupon2_btn {
  text-align: center;
  margin-top: 20px;
}

.autumnTime {
  margin: 50px 0;
}

.autumnTime__container_title h2 {
  line-height: 36px;
  font-size: 36px;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.autumnTime__container_title h3 {
  line-height: 24px;
  font-size: 24px;
  padding-top: 20px;
}

.autumnTime__container_text {
  padding: 20px 0;
}

.autumnTime__container_text p {
  font-size: 18px;
}

@media (min-width: 320px) and (max-width: 911px) {
  .autumnTime {
    padding: 0 15px;
  }
  .autumnTime__container_title h2 {
    line-height: 22px;
    font-size: 22px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  .autumnTime__container_title h3 {
    line-height: 18px;
    font-size: 18px;
    padding-top: 10px;
  }
  .autumnTime__container_text {
    padding: 5px 0;
  }
  .autumnTime__container_text p {
    font-size: 14px;
  }
}

.autumnAttention {
  margin-bottom: 50px;
}

.autumnAttention__container_title h2 {
  line-height: 36px;
  font-size: 36px;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

.autumnAttention__container_text {
  padding: 20px 0;
}

.autumnAttention__container_text p {
  font-size: 18px;
}

.autumnAttention__container_list li {
  font-size: 16px;
  padding: 3px 0;
  line-height: 1.2;
}

.autumnAttention__container_list li:before {
  content: "※";
  font-size: 18px;
  padding-right: 2px;
}

@media (min-width: 320px) and (max-width: 911px) {
  .autumnAttention {
    padding: 0 15px;
  }
  .autumnAttention__container_title h2 {
    line-height: 22px;
    font-size: 22px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  .autumnAttention__container_text {
    padding: 10px 0;
  }
  .autumnAttention__container_text p {
    font-size: 14px;
  }
  .autumnAttention__container_list li {
    font-size: 14px;
    line-height: 1.2;
    padding: 3px 0;
  }
  .autumnAttention__container_list li:before {
    content: "※";
    font-size: 14px;
    padding-right: 2px;
  }
}
