@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}

/*=============================================================
リセット
=============================================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

._colorWhite {
  color: #fff;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*=============================================================
共通
=============================================================*/
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

body {
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
  height: 100%;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Clear fix */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.none {
  display: none;
}

@media (min-width: 600px) {
  .pc-show {
    display: block;
  }

  .pc-none {
    display: none;
  }
}

.wrapper {
  display: none;
  align-items: center;
  min-height: 100%;
}

.wrapper._roulette {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_yellow {
  background-image: url(/img/roulette_bg-y.jpg);
}
.bg_orange {
  background-image: url(/img/roulette_bg-or.jpg);
}
.bg_green {
  background-image: url(/img/roulette_bg-gr.jpg);
}
.bg_pink {
  background-image: url(/img/roulette_bg-pi.jpg);
}
.bg_blue {
  background-image: url(/img/roulette_bg-bl.jpg);
}
.bg_white {
  background-image: url(/img/roulette_bg-gy.jpg);
}

.wrapper._error {
  background: url("/img/roulette_bg.png") no-repeat;
  background-size: cover;
}

@media (min-width: 600px) {
  .wrapper._error {
    background: url("/img/roulette_bg_pc.png") no-repeat;
    background-size: cover;
  }
}

.wrapper._open {
  display: flex;
}

/*=================================
	ヘッダー
=================================*/
header.header {
  width: 100%;
  padding: 12px 0 0;
  height: 40px;
  background: #fff;
  z-index: 2;
  position: relative;
}

@media (min-width: 600px) {
  header.header {
    padding: 15px 0 0;
    height: 60px;
  }
}

header.header .-logo {
  text-align: center;
}

header.header .-logo img {
  width: 33%;
}

@media (min-width: 600px) {
  header.header .-logo img {
    width: 210px;
  }

}


/*=================================
	共通パーツ
=================================*/
.textArea {
  background: #ffcc00;
  text-align: center;
  width: 100%;
  color: #111;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8;
}

.textArea a {
  color: #fff;
}

@media (min-width: 600px) {
  .textArea {
    padding: 15px 0;
    font-size: 1.2rem;
    line-height: 2;
  }
}

/*=================================
	メイン
=================================*/
main.main {
  padding: clamp(30px, 8vw, 60px) 0;
  width: 100%;
  overflow: hidden;
}

.roulette_ttl._none {
  display: none;
}

main.main .roulette_ttl {
  margin: 0 auto clamp(15px, 4vw, 30px);
  padding: clamp(20px, 5.333333333333334vw, 40px);
  width: 90%;
  height: 100%;
  max-width: 690px;
  max-height: 154px;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 10px;
  box-shadow: #000 0px 4px ,0 13px 20px rgba(0, 0, 0, 0.17);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  font-weight: 800;
  font-size: min(6.4vw, 48px);
  color: #e83434;
}

main.main p.subttl {
  color: #000;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: min(4.8vw, 36px);
  line-height: 1.5;
  margin: 0 auto 28px;
  padding: 0 5%;
}

main.main .top_img {
  width: 90%;
  margin: 10px auto;
}
main.main .top_img._none {
  display: none;
}

main.main .top_img img {
  width: 100%;
  height: auto;
}

main.main .top_img p {
  width: 90%;
  color: #000;
  font-size: 3.47vw;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}



@media (min-width: 600px) {

  main.main h1 img {
    width: 350px;
  }

  main.main .top_img p {
    font-size: 26px;
  }
}

main.main .-banmenArea {
  position: relative;
  margin-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  background: center/contain no-repeat url(/img/deco.png);
}

main.main .-banmenArea:after {
  content: "";
  background: url(/img/waku.png) no-repeat;
  width: 290px;
  height: 290px;
  background-size: 290px auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.17);
  border-radius: 50%;
}

@media (min-width: 600px) {
  main.main .-banmenArea:after {
    width: 426px;
    height: 426px;
    background-size: 100%;
  }
}

main.main .-banmenArea .-banmen {
  position: relative;
  margin: auto;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  overflow: hidden;
  background: center/contain no-repeat;
}
@media (min-width: 600px) {
  main.main .-banmenArea .-banmen {
    width: 426px;
    height: 426px;
  }
}

main.main .-banmenArea .-banmen._yellow._4cut {
  background-image: url(/img/banmen-y4.png);
}
main.main .-banmenArea .-banmen._yellow._6cut {
  background-image: url(/img/banmen-y6.png);
}
main.main .-banmenArea .-banmen._yellow._8cut {
  background-image: url(/img/banmen-y8.png);
}
main.main .-banmenArea .-banmen._red._4cut {
  background-image: url(/img/banmen-rd4.png);
}
main.main .-banmenArea .-banmen._red._6cut {
  background-image: url(/img/banmen-rd6.png);
}
main.main .-banmenArea .-banmen._red._8cut {
  background-image: url(/img/banmen-rd8.png);
}
main.main .-banmenArea .-banmen._green._4cut {
  background-image: url(/img/banmen-gr4.png);
}
main.main .-banmenArea .-banmen._green._6cut {
  background-image: url(/img/banmen-gr6.png);
}
main.main .-banmenArea .-banmen._green._8cut {
  background-image: url(/img/banmen-gr8.png);
}
main.main .-banmenArea .-banmen._blue._4cut {
  background-image: url(/img/banmen-bl4.png);
}
main.main .-banmenArea .-banmen._blue._6cut {
  background-image: url(/img/banmen-bl6.png);
}
main.main .-banmenArea .-banmen._blue._8cut {
  background-image: url(/img/banmen-bl8.png);
}
main.main .-banmenArea .-banmen._gray._4cut {
  background-image: url(/img/banmen-gy4.png);
}
main.main .-banmenArea .-banmen._gray._6cut {
  background-image: url(/img/banmen-gy6.png);
}
main.main .-banmenArea .-banmen._gray._8cut {
  background-image: url(/img/banmen-gy8.png);
}
main.main .-banmenArea .-banmen._orange._4cut {
  background-image: url(/img/banmen-or4.png);
}
main.main .-banmenArea .-banmen._orange._6cut {
  background-image: url(/img/banmen-or6.png);
}
main.main .-banmenArea .-banmen._orange._8cut {
  background-image: url(/img/banmen-or8.png);
}
main.main .-banmenArea .-banmen._pink._4cut {
  background-image: url(/img/banmen-pi4.png);
}
main.main .-banmenArea .-banmen._pink._6cut {
  background-image: url(/img/banmen-pi6.png);
}
main.main .-banmenArea .-banmen._pink._8cut {
  background-image: url(/img/banmen-pi8.png);
}
main.main .-banmenArea .-banmen li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 145px;
  transform-origin: 50% 145px;
}
@media (min-width: 600px) {
  main.main .-banmenArea .-banmen li {
    height: 213px;
    transform-origin: 50% 213px;
  }
}
main.main .-banmenArea .-banmen li img {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 55px;
  height: 55px;
  object-fit: contain;
}
main.main .-banmenArea .-banmen._6cut li img {
  top: 22%;
}
main.main .-banmenArea .-banmen._8cut li img {
  top: 20%;
}
@media (min-width: 600px) {
  main.main .-banmenArea .-banmen li img {
    width: 100px;
    height: 100px;
  }
  main.main .-banmenArea .-banmen._6cut li img {
    top: 18%;
  }
  main.main .-banmenArea .-banmen._8cut li img {
    top: 18%;
    width: 80px;
    height: 80px;
  }
}
main.main .-banmenArea .-banmen._4cut li:nth-of-type(1) {
  transform: rotate(calc((4 * (360deg / 4)) - 45deg));
}
main.main .-banmenArea .-banmen._4cut li:nth-of-type(2) {
  transform: rotate(calc((2 * (360deg / 4)) - 45deg));
}
main.main .-banmenArea .-banmen._4cut li:nth-of-type(3) {
  transform: rotate(calc((1 * (360deg / 4)) - 45deg));
}
main.main .-banmenArea .-banmen._4cut li:nth-of-type(4) {
  transform: rotate(calc((3 * (360deg / 4)) - 45deg));
}
main.main .-banmenArea .-banmen._6cut li:nth-of-type(1) {
  transform: rotate(calc((6 * (360deg / 6)) - 30deg));
}
main.main .-banmenArea .-banmen._6cut li:nth-of-type(2) {
  transform: rotate(calc((3 * (360deg / 6)) - 30deg));
}
main.main .-banmenArea .-banmen._6cut li:nth-of-type(3) {
  transform: rotate(calc((2 * (360deg / 6)) - 30deg));
}
main.main .-banmenArea .-banmen._6cut li:nth-of-type(4) {
  transform: rotate(calc((5 * (360deg / 6)) - 30deg));
}
main.main .-banmenArea .-banmen._6cut li:nth-of-type(5) {
  transform: rotate(calc((4 * (360deg / 6)) - 30deg));
}
main.main .-banmenArea .-banmen._6cut li:nth-of-type(6) {
  transform: rotate(calc((1 * (360deg / 6)) - 30deg));
}
main.main .-banmenArea .-banmen._8cut li:nth-of-type(1) {
  transform: rotate(calc((8 * (360deg / 8)) - 22.5deg));
}
main.main .-banmenArea .-banmen._8cut li:nth-of-type(2) {
  transform: rotate(calc((4 * (360deg / 8)) - 22.5deg));
}
main.main .-banmenArea .-banmen._8cut li:nth-of-type(3) {
  transform: rotate(calc((2 * (360deg / 8)) - 22.5deg));
}
main.main .-banmenArea .-banmen._8cut li:nth-of-type(4) {
  transform: rotate(calc((6 * (360deg / 8)) - 22.5deg));
}
main.main .-banmenArea .-banmen._8cut li:nth-of-type(5) {
  transform: rotate(calc((3 * (360deg / 8)) - 22.5deg));
}
main.main .-banmenArea .-banmen._8cut li:nth-of-type(6) {
  transform: rotate(calc((7 * (360deg / 8)) - 22.5deg));
}
main.main .-banmenArea .-banmen._8cut li:nth-of-type(7) {
  transform: rotate(calc((5 * (360deg / 8)) - 22.5deg));
}
main.main .-banmenArea .-banmen._8cut li:nth-of-type(8) {
  transform: rotate(calc((1 * (360deg / 8)) - 22.5deg));
}

main.main .-banmenArea .-pin,
main.main .-banmenArea .-pinTop {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 600px) {
  main.main .-banmenArea .-pin {
    width: 70px;
  }
}

main.main .-banmenArea .-pinTop {
  top: -2px;
  bottom: auto;
  z-index: 1;
}

@media (min-width: 600px) {
  main.main .-banmenArea .-pinTop {
    width: 54px;
  }
}

main.main .-notice {
  display: none;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.3;
  margin-top: 12px;
  margin-bottom: 12px;
}

main.main .-btn {
  width: 100%;
  text-align: center;
}

main.main .-btn._disabled {
  opacity: .4;
  pointer-events: none;
}

@media (min-width: 600px) {
  main.main .-btn {
    position: relative;
  }
}

main.main .-btn img {
  cursor: pointer;
}

@media (min-width: 600px) {
  main.main .-btn img {
    width: 382px;
  }
}

main.main .-btn #js-stop {
  display: none;
}

.resultArea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.resultArea .-hazure {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(/img/hazure_bg.jpg);
  text-align: center;
}

.resultArea .-hazure .-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.resultArea .-hazure .-textArea {
  padding: 10px;
}

.resultArea .-hazure .-textArea h3 {
  margin-bottom: 40px;
  font-size: 7.34vw;
  font-weight: 800;
}

.resultArea .-hazure .-textArea .hazure_ttl {
  margin: 0 auto;
  width: 80%;
  height: 60vw;
  max-width: 350px;
  max-height: 350px;
}
.resultArea .-hazure .-textArea .hazure_ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.resultArea .-hazure .-btnArea .-btn {
  border: none;
  width: 83%;
}

.resultArea .-hazure .-btnArea .-btn img {
  width: 100%;
}

.resultArea .-hazure .-textArea h2 {
  color: #af3f28;
  font-size: 2.4rem;
}

.resultArea .-hazure .-textArea p {
  font-size: 5.07vw;
  color: #000;
  line-height: 2;
  font-weight: 800;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-top: 20px;
}
.resultArea .-hazure .-textArea p.-text {
  font-size: 3.74vw;
}

.resultArea .-hazure .-textArea p.hazure_coin_txt {
  margin: -10px auto 20px;
  padding: 10px 0 20px;
  font-size: 8vw;
  background: center/contain no-repeat url(/img/hazure_fukidashi.png);
}
.resultArea .-hazure .-textArea p.hazure_coin_txt span {
  font-size: 10vw;
}

.resultArea .-hazure .-btn {
  width: 183px;
  height: 52px;
  border: solid 2px #af3f28;
  font-weight: bold;
  color: #af3f28;
  margin: 20px auto 0;
  line-height: 2.8;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
}

@media (min-width: 600px) {
  .resultArea {
    max-width: 750px;
    right: 0;
    margin: auto;
  }

  .resultArea .-hazure .-textArea h3 {
    font-size: 55px;
    padding-top: 50px;
  }

  .resultArea .-hazure .-textArea p {
    font-size: 38px;
    margin-top: 40px;
  }
  .resultArea .-hazure .-textArea p.-text {
    font-size: 2rem;
  }

  .resultArea .-hazure .-textArea p.hazure_coin_txt {
    font-size: 40px;
  }
  .resultArea .-hazure .-textArea p.hazure_coin_txt span {
    font-size: 60px;
  }

  .resultArea .-hazure .-textArea .hazure_ttl {
    width: 100%;
  }

}

.resultArea .-atari {
  display: none;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
  padding: 0px 0 0;
  color: #000;
}

.result_bg_yellow {
  background-image: url(/img/atari_bg-y.jpg);
}

.result_bg_orange {
  background-image: url(/img/atari_bg-or.jpg);
}

.result_bg_green {
  background-image: url(/img/atari_bg-gr.jpg);
}

.result_bg_pink {
  background-image: url(/img/atari_bg-pi.jpg);
}

.result_bg_blue {
  background-image: url(/img/atari_bg-bl.jpg);
}

.result_bg_white {
  background-image: url(/img/atari_bg-gy.jpg);
}



.resultArea .-atari .-title img {
  width: 92%;
}


.resultArea .-atari .-grade img {
  width: 100%;
}


.resultArea .-atari .-container {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.resultArea .-atari .-textArea {
  width: 100%;
  max-width: 750px;
  padding: clamp(30px, 8vw, 60px) 0;
}

.resultArea .-atari h3 {
  font-size: 7.34vw;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  padding: 0 10px 40px;
}

.resultArea .-atari .atari_img {
  margin: 40px auto 20px;
  position: relative;
}

.resultArea .-atari .atari_img .fukidashi{
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-height: 209px;
  aspect-ratio: 750 / 209;
  background: center/contain no-repeat url(/img/fukidashi.png);
}
.resultArea .-atari .atari_img .coin-text {
  margin: auto;
  padding-bottom: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: min(5.333333333333334vw, 40px);
  font-weight: 800;
  color: #000;
}
.resultArea .-atari .atari_img .coin-text span {
  color: #e83434;
  font-size: min(8vw, 60px);
}

.resultArea .-atari .atari_img .kirakira{
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.resultArea .-atari .atari_img .kirakira img{
  width: 100%;
  max-width: 750px;
}

.resultArea .-atari .atari_img img.grade {
  width: 70%;
  padding-top: 70px;
  padding-bottom: 40px;
}
.resultArea .-atari .atari_img img.first_grade {
  width: 70%;
  padding-top: 0px;
  padding-bottom: 0px;
}


.resultArea .-atari .-text {
  font-size: 3.74vw;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  line-height: 1.6;
}

.resultArea .-atari .-btn {
  margin-top: 15px;
  display: block;
}

@media (min-width: 600px) {
  .resultArea .-atari h3 {
    font-size: 55px;
  }

  .resultArea .-atari .-text {
    font-size: 2rem;
    margin-top: 30px;
  }

  .resultArea .-atari .-btn {
    margin-top: 40px;
  }

  .resultArea .-atari .-btn img {
    width: 402px;
  }

  .resultArea .-atari .atari_img img {
    width: 70%;
  }

  .resultArea .-atari .atari_img .fukidashi{
    top: -12%;
  }
  .resultArea .-atari .atari_img .kirakira{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  
  .resultArea .-atari .atari_img .fukidashi img, 
  .resultArea .-atari .atari_img .kirakira img{
    width: 80%;
    max-width: 750px;
  }

  .resultArea .-atari .atari_img img.grade {
    width: 45%;
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .resultArea .-atari .atari_img img.first_grade {
    width: 55%;
    padding-top: 20px;
  }
}

@media (min-width: 600px) {
  .sp {
    display: none;
  }
}

/* 紙吹雪 */

#particles-js{ 
	/* position:fixed;描画固定 */
  position: absolute;
  top: 0;
  left: 0;
	z-index:-1;/*描画を一番下に*/
	width: 100%;
  max-width: 750px;
	height: 100vh;
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
  max-width: 750px;
	height: 100vh;
}


/* error */
.error-display {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: min(4%, 30px);
  width: 100%;
  height: 100%;
  max-width: 750px;
  background-color: #ffe100;
}
.error-message {
  width: 100%;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: min(4.266666666666667vw, 32px);
}

#error-message {
  display: none;
}
#error-message._show {
  display: flex;
}