*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  min-height: 100vh;
}

html {
  overflow-y: scroll;
  scrollbar-width: thin;
  font-size: 62.5%;
}

body {
/*
  background: radial-gradient(#434242, #302e2e);
  background-size: 8px 8px;
  perspective: 300px;
*/
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.jpg");
  background-size: cover; /*背景画像のサイズ指定*/
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 1px;
}

.container {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: columin nowrap;
  justify-content: center;
  align-items: start;
}

.index {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: columin nowrap;
  justify-content: center;
  align-items: center;
}
.result {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: columin nowrap;
  justify-content: center;
  align-items: center;
}
.doropholder-outer {
  margin: 0;
  padding: 0;
}
.loto-dropholder,
.batch-dropholder,
.epoch-dropholder,
.limit-dropholder,
.repeat-dropholder {
  width: 300px;
  height: 60px;
  margin: 30px 0 0;
  padding: 0;
  position: relative;
  border-radius: 10px;
  animation: move 3s ease-in-out infinite;
}

.loto-dropholder {
  z-index: 50;
}
.batch-dropholder {
  z-index: 40;
}
.epoch-dropholder {
  z-index: 30;
}
.limit-dropholder {
  z-index: 20;
}
.repeat-dropholder {
  z-index: 10;
}
.loto-dropholder:hover,
.loto-dropholder:hover:after,
.batch-dropholder:hover,
.batch-dropholder:hover:after,
.epoch-dropholder:hover,
.epoch-dropholder:hover:after,
.limit-dropholder:hover,
.limit-dropholder:hover:after,
.repeat-dropholder:hover,
.repeat-dropholder:hover:after {
  animation-play-state: paused;
}

/* 影 */
.loto-dropholder:after,
.batch-dropholder:after,
.epoch-dropholder:after,
.limit-dropholder:after,
.repeat-dropholder:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  display: block;
  width: 250px;
  height: 5px;
  position: absolute;
  top: 100px;
  left: 37px;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  animation: moveShadow 3s ease-in-out infinite;
}


/* Select レイアウト崩れの原因 */
.loto-dropholder p.select,
.batch-dropholder p.select,
.epoch-dropholder p.select,
.limit-dropholder p.select,
.repeat-dropholder p.select {
  width: 82px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  color: transparent;
  background: #000;
  text-shadow: 1px 1px 1px rgba( 255, 255, 255, 5);
  background-clip: text;
  -webkit-background-clip: text;
}

.loto-dropdown,
.loto-dropholder,
.batch-dropdown,
.batch-dropholder,
.epoch-dropdown,
.epoch-dropholder,
.limit-dropdown,
.limit-dropholder,
.repeat-dropdown,
.repeat-dropholder {
  background: linear-gradient(#fac970, #b67a11);
}
/* Pタグ Please が乗っかる領域 */
.loto-dropdown,
.batch-dropdown,
.epoch-dropdown,
.limit-dropdown,
.repeat-dropdown {
  width: 218px;
  height: 60px;
  position: relative;
  margin: 0 0 0 82px;
  border-left: 1px solid #fff;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.loto-dropdown:hover,
.batch-dropdown:hover,
.epoch-dropdown:hover,
.limit-dropdown:hover,
.repeat-dropdown:hover {
  background: linear-gradient(#e8b459, #e8b459);
}

.loto-dropdown:after,
.batch-dropdown:after,
.epoch-dropdown:after,
.limit-dropdown:after,
.repeat-dropdown:after {
  content: "▾";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
}
p.please-lottery,
p.please-batch,
p.please-epoch,
p.please-limit,
p.please-repeat {
  height: 18px;
  position: absolute;
  top: 10px;
  left: 7px;
  font-weight: bold;
  color: transparent;
  background: #000;
  text-shadow: 1px 1px 1px rgba( 255, 255, 255, 5);
  background-clip: text;
  -webkit-background-clip: text;
}
.loto-menu, .batch-menu, .epoch-menu, .limit-menu, .repeat-menu {
  width: 218px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 64px;
  cursor: pointer;
  opacity: 0;
  transform-style: preserve-3d;
  transform: rotatey(180deg) rotateX(5deg) translatey(100px);
  backface-visibility: hidden;
  background: linear-gradient(#393636, #212020);
  border: 2px solid #393636;
  border-radius: 10px;
  transition: all 0.8s;
  z-index: 100;
  overflow: hidden;
  text-align: left;
}

.loto-menu li, .batch-menu li, .epoch-menu li, .limit-menu li, .repeat-menu li {
  padding: 15px 10px;
  border-bottom: 1px dotted #fff;
  color: #e8f8ff;
  transition: all 0.3s;
}

.loto-menu li:hover, .batch-menu li:hover, .epoch-menu li:hover, .limit-menu li:hover, .repear-menu li:hover {
  background: #4d4a4a;
  padding-left: 20px;
}

.loto-menu li:last-child, .batch-menu li:last-child, .epoch-menu li:last-child, .limit-menu li:last-child, .repeat-menu li:last-child {
  border: none;
}

.showMenu {
  opacity: 1;
  transform: rotateX(0deg) translatey(0px);
}

li>i {
  float: left;
  padding-top: 3px;
  padding-right: 8px;
}

p>i {
  position: relative;
  top: 2px;
}

i {
  opacity: 0.7;
}

@keyframes move {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
}

@keyframes moveShadow {
  0%, 100% {
    transform: translateY(10px);
    opacity: 0.4;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
}

.loader {
  font-size: 10px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.1s infinite linear;
  animation: load3 1.1s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: radial-gradient(#434242, #302e2e);
  background-size: 4px 4px;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.standby {
  animation: blink-fast .4s linear infinite;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

@keyframes blink-fast {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }
}
#progress-outer {
  width: 310px;
  margin: 78px auto 0;
  display: flex;
  justify-content: space-between;
  /* アイテムの水平方向の位置 */
  align-items: center;
  /* アイテムの垂直方向の位置 */
}

#progress-container {
  width: 96%;
  margin: 0;
  background-color: #312f2f;
}

#progress-bar {
  width: 0%;
  height: 7px;
  background-color: #1add16;
}

#parsent {
  width: 3%;
  color: #fff;
}
.exec {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: columin nowrap;
  justify-content: center;
  align-items: flex-start;
}
.ai {
  width: 100%;
  margin: 1.0em 0;
  padding: 0 0 2.0em;
}

.numflow {
  width: 100%;
  margin: 0 0 1.0em;
  padding: 0;
  font-size: 1.75rem;
}

dl.acMenu { 
  width: 100%;
  margin: 0 0 1.0em;
  padding: 0;
}
dl.acMenu dt {
	background: #590258;
	padding: 10px 0.5em;
	margin: 0 0.5em 0.5em;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
dl.acMenu dt::after {
	content: "OPEN";
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #000;
	border-radius: 100%;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
}
dl.acMenu dt.active::after {
	content: "CLOSE";
}
dl.acMenu dd {
	padding: 10px 1.0em;
	margin: 0 0 5px 0;
	display: none;
	color: #fff;
}
.Menu01 {
}
.Menu02 {
	background: #1B9AAA;
}
.Menu03 {
	background: #EF476F;
}

/* Exec 用 */
div.ai-result {
  width: 100%;
  margin: 0;
  padding: 0 1.0em;
}

div.ai-result p {
  margin: 0 0 0.5em 0;
}
/* Ajax Fetch 用 */
ul.ai-result {
  width: 310px;
  margin: 30px auto 0;
}

ul.ai-result li {
  margin: 0 0 0.5em 0;
  list-style: none;
}

table.predisplay {
  width: 90%;
  margin: 0;
}
table.predisplay th.kai {
  padding: 0.5em 0;
  text-align: left;
}
table.predisplay td {
  width: 30%;
  padding: 0.5em 0;
  border: 1px solid #fff;
  text-align: center;
}
.sector {
	background: #ffffff;
	margin: 1% auto;
	color: #364e96;/*文字色*/
	padding: 0.25em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	font-weight: bold;
	text-align: center;
}
.separate-menu {
	width: 99%;
	margin: 1% auto;
	font-size: 1.7vw;
	text-align: center;
}
.num3-sector {
	width: 33%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.num3-sector-half {
	width: 50%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.num3-sector-4 {
	width: 25%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.num3-sector-6 {
	width: 16%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.num4-sector {
	width: 25%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.num4-sector-half {
	width: 50%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.num4-sector-4 {
	width: 25%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.num4-sector-8 {
	width: 12.5%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.miniloto-sector {
	width: 18%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.miniloto-sector5 {
	width: 19.7%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.loto6-sector {
	width: 14.2%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.loto6-sector6 {
	width: 16.2%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.loto7-sector {
	width: 11%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.loto7-sector7 {
	width: 14%;
	float: left;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
#return {
  margin: 2.0em auto 0;
  width: 150px;
  height: 46px;
}

.ad {
  margin: 2.0em auto 0;
  width: 320px;
  height: 50px;
}

hr {
  width: 100%;
  margin: 0 0 2%;
  padding: 0;
  clear: both;
  /* floatを解除する */
  height: 0;
  /* ＜hr＞の実線を消す */
  border: none;
  /* モダンブラウザはここまでで消えます */
}

* html hr {
  /* * htmlでIEのみに読ませる */
  border-top: 1px solid;
  /* ここが苦肉の策・・・・（汗） */
}

*:first-child+html hr {
  /* for IE7 */
  border-top: 1px solid;
}

.clear {
  border: 1px solid #000;
  width: 100%;
  clear: both;
}

.clear hr {
  display: none;
}


/* micro clearfx */

.cf:before, .cf:after {
  content: "";
  display: table
}

.cf:after {
  clear: both
}

/*********************************************************************
	19.5 - smartphone 300px from
*********************************************************************/

@media only screen
          and (min-width: 300px)
          and (-webkit-min-device-pixel-ratio: 2)
          and (orientation: portrait) {
	
	html {
		-webkit-text-size-adjust: 100%;
	}
	
	body {
	}
	
	.ai {
	}
	
	dl.acMenu dt::after {
	}
	
	.numflow {
	}
}

/*********************************************************************
	19.5 - smartphone 700px from
*********************************************************************/

@media only screen
          and (min-width: 700px)
          and (-webkit-min-device-pixel-ratio: 2)
          and (orientation: landscape) {
	
	html {
		-webkit-text-size-adjust: 100%;
	}
	
	body {
	}
	.ai {
	}
	
	dl.acMenu dt {
	}
	
	dl.acMenu dt::after {
	}
	
	.numflow {
	}
}