@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/* reset */

/* reset */

html{
	touch-action: manipulation;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

ul {
	list-style: none;
}

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

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

object, embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img, abbr, acronym, fieldset {
	border: 0;
}

body {
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a {
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active {
	text-decoration: underline;
}

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




/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-weight: bold;
	text-align: center;
}

/*ロゴ*/
a#logo {
    max-width: 350px;
    text-align: center;
    margin: 5px auto 0;
    height: auto;
    display: block;
}


/*検索窓*/
/*==虫眼鏡の設定*/
.fa-search:before {
    content: "\f002";
	margin: 0 0 0 5px;
}

.seach_form {
	max-width: 500px;
	margin: auto;
	padding: 1rem;
}

.search_container {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #999;
	background: #ffffff;
	margin: 0 auto;
	padding-left: .5rem;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6px;
	
}
.search_container input[type="text"] {
    border: none;
		height: 2.0em;
		font-size:16px;
		width: 100%;
}

.search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 16px;
    border: none;
    background: none;
    color: #3879D9;
    position: absolute;
    width: 3em;
    height: 3em;
    right: 0;
    top: -10px;
    outline: none;
}

/*他のゲームのガチャ確率バナー*/
.top_heder {
    margin: 70px 0 0;
    display: block;
    text-align: center;
    background: antiquewhite;
}

.inner_heder {
    padding: 40px;
    margin: 0 auto;
}

h2.other_gl_link {
    position: relative;
    padding: 0 65px;
    text-align: center;
	max-width: 900px;
    margin: 0 auto;
}

h2.other_gl_link:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
}

span#h_design {
    position: relative;
    padding: 0 1em;
	font-size: 1.5em;
    background: #faebd7;
}

a#gl_link,a#gl_link2 {
   max-width: 600px;
    height: auto;
    text-align: center;
    margin: auto;
    display: block;
}

/*sec01,02,03,04,05共通*/
section#sec01,section#sec02,section#sec03,section#sec04,section#sec05 {
	padding: 0;
    display: block;
}

.sec01_warp,.sec02_warp,.sec03_warp,.sec04_warp,.sec05_warp   {
    text-align: center;
    margin: 0 auto;
    padding: 80px 40px 80px;
	max-width: 900px;
}


span#h_design_s1,span#h_design_s2,span#h_design_s3,span#h_design_s4,span#h_design_s5 {
	position: relative;
	padding: 0 1em;
	font-size: 1.5em;
	top: 3px;
}

.sec01_menu,.sec02_menu,.sec03_menu {
    background: #ffffff;
    padding: 40px 20px;
}
.sec02_menu,.sec03_menu {
    margin: 15px 0 0;
}

/*sec01 本日のガチャ総回数*/
section#sec01 {
  background-image: url("../img/bac01.jpg");
	background-repeat: repeat;
	background-size: cover;
}

.sec01_warp {
  background-color: #FFFFFF; 
}

.sec01_menu {
    margin: 0 auto;
}

.oll_info {
    font-size: 2.5em;
    text-align: center;
    font-weight: bold;
    color: #2F2E2E;
    margin-bottom: 0.8em;
}

ul.time_navi {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    font-size: 0;
}

li.time_li {
    font-size: 18px;
    width: 25%;
		display: inline-block;
    letter-spacing: 0.1em;
    transition: .4s;
    text-align: center;
		border-right: 1px solid #ff0081;
    box-sizing: border-box;
    vertical-align: top;
    background: #EEEEEE;
    padding: .5em 0;
}

li.time_li:last-child{
		border-right:none;
}

li.time_li:hover, .time_li_hover {
    background-color: #ff0081 !important;
    color: #FFFFFF !important;
		border-color: #ff0081 !important;
		/* border-bottom: 2px solid #ff0081 !important; */
}



span#h_design_s1{
background: #ffffff;	
}

h2.sec01_midsi{
    position: relative;
    padding: 0 65px;
    text-align: center;
	color: #fe3535;
	max-width: 900px;
    margin: 0 auto;
}

h2.sec01_midsi:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
	background:#fe3535;
}

/*sec02 ウマ娘排出キャラ*/
section#sec02 {
    background-color: #f6f6f6;
}

span#h_design_s2{
background: #f6f6f6;	
}

h2.sec02_midsi{
    position: relative;
    padding: 0 65px;
    text-align: center;
	color: #ff53ad;
	max-width: 900px;
    margin: 0 auto;
}

h2.sec02_midsi:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
	background: #ff53ad;
}



/*sec03 24時間以内のSSR排出率TOP10*/
section#sec03 {
   background-color: #EDE9E1;
}

span#h_design_s3{
background: #eee9e1;	
}

h2.sec03_midsi{
    position: relative;
    padding: 0 65px;
    text-align: center;
	color: #ff7e00;
	max-width: 900px;
    margin: 0 auto;
}

h2.sec03_midsi:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
	background: #ff7e00;
}


/*sec04　サイト説明*/
section#sec04 {
    background-color: #dbdde6;
}

p.sec04_text {
    background: aliceblue;
    padding: 40px 20px;
    margin: 15px 0 0;
}

span#h_design_s4{
background: #dbdde6;	
}

h2.sec04_midsi{
    position: relative;
    padding: 0 65px;
    text-align: center;
	color: #35a4fe;
	max-width: 900px;
    margin: 0 auto;
}

h2.sec04_midsi:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
	background: #35a4fe;
}

p.sec04_text {
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.01em;
    line-height: 1.5;
    font-weight: 400;
}


/*sec05　リンク集*/

span#h_design_s5{
background: #ffffff;	
}

nav#footnav {
    max-width: 900px;
    display: block;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: 0.2em;
}

h2.sec05_midsi{
    position: relative;
    padding: 0 65px;
    text-align: center;
	color: #00e257;
	max-width: 900px;
    margin: 0 auto;
}

h2.sec05_midsi:before {
   position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background: #00e257;
}

.btn,
a.btn,
button.btn {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
 border-bottom: 2px solid #ccc100;
}

a.btn--yellow:hover {
 color: #8a5a00;
    text-decoration: none;
    background: #fffbb1;
    border-bottom: 2px solid #fffdd1;
}



/*SNS*/

section#sns {
    display: block;
    background: #ffabfa;
}

div#sns_btn {
    text-align: center;
    margin: 0 auto;
    padding: 40px;
}

.sns_menu_btn {
    display: block;
    margin: 0 auto;
    text-align: center;
}

div#social-icon {
    display: inline-block;
}

#social-icon a {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  color: #fff;
}

#social-icon i {
 width: 50px;
    height: 50px;
    margin: 0;
    background: #ff7bf7;
    line-height: 50px;
    text-align: center;
}

#social-icon i:before { padding 0; line-height: 50px; }
#social-icon a:hover .fa-twitter { background: #00a1e9; }
#social-icon a:hover .fa-facebook { background: #3b5998; }
#social-icon a:hover .fa-rss { background: #ff8c00; }



/*フッターメニュー*/
.footmenu {
    background: #2d2d2d;
    color: #ffffff;
    display: flex;
}

p.contact_text {
    text-align: center;
}
a#line {
    font-weight: bold;
    color: #60bcff;
}


li.footnav_menu {
	text-align: center;
	height: 50px;
	margin: 0 20px;
	line-height: 50px;
	margin-right: 2px;
	display: flex;
}
.footnav_menu a{
	color: #FFF;
}
ul.top_5col {
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
}
	
img.item_img {
	width: 130px;
}

li.ireko {
	text-align: left;
	width: 100%;
	padding: 0 .5rem .5rem;
	display: flex;
}

li.ireko a{
	color: #000;
}

li.ireko .data{
	padding-left: .3rem;
}

li.ireko:nth-of-type(1) {
	color: gold;
	font-size: 16px;
	font-weight: 700;
}

li.ireko:nth-of-type(2) {
	color: silver;
	font-size: 16px;
	font-weight: 700;
}

li.ireko:nth-of-type(3) {
	color: orangered;
	font-size: 16px;
	font-weight: 700;
}

.data_kakuritu{
	font-size: 14px;
	color: black;
	font-weight: 300;
}

/* ページTOPへ戻る
------------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #bcbcbc;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.twitter_timeline{
	text-align: center;
}
/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	text-align: center;
	font-size: 12px;
	background-color: #2d2d2d;
	color: #ffffff;
}

span.red {
	font-weight: bold;
	color: #ff1d1d;
}

ul.summary {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
  text-align: center;
}
li.first {
	padding: 0.5em;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
}
span.color_f {
  font-weight: bold;
  color: #ebc40e;
}

span.color_f_con {
  font-size: 1.2em;
  font-weight: bold;
  color: #f08f13;
}

span.color_f_con＿kitaiti {
  font-weight: bold;
  color: #D00D1E;
}
a.reload_btn {
	text-decoration: none;
}

.reload_btn {
	display: inline-block;
	font-size: 1.5em;
	background-color: #ff0000;
	border-radius: 5px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.1em;
	width: 80%;
	height: 40px;
	transition: .4s;
	margin: 10px 0;
}

.reload_btn:hover {
  background-color: #ff5656;
  color: #FFFFFF;
}

.item_slider {
	background-color: #dec59c;
	padding: 40px;
	border-radius: 10px;
	border: double 5px #c59e62;
}
.item_slider a{
	text-decoration: none;
	color: #000;
}

.slide .box{
	margin: 0 .8rem .8rem;
	color: #000;
	text-decoration: none;
}

a.link_button {
	text-decoration: none;
	display: inline-block;
	text-align: left;
	border: 3px solid #000000;
	font-size: 14px;
	background-color: #000000;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 8px 16px;
	transition: .4s;
	margin: 10px 5px 5px;
}

.link_button:hover {
	background-color: #02b5f0;
	color: #FFFFFF;
	border-color: #02b5f0;
}

.box01 img{
	width: 400px;
	max-width: 90%;
	margin: 0 auto;
}

#bbs_block .board{
	width: 100%;
	background-color: #2d2d2d;
	color: #DCDDDE;
	padding: .5em .8em;
	border-bottom: 1px solid #666;
	box-sizing: border-box;
	font-size: 16px;
}
#bbs_block .board:last-child{
	border-bottom: none;
}
#bbs_block .board span{
	display: inline-block;
}
.bbs_name{
	font-weight: bold;
	padding: 0 .5em;
	color: #ffeb3b;
	font-size: 110%;
}
.bbs_time{
	color: #aaa;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
/* ###################### 480px以上 ###################### */
@media only screen and (min-width: 480px){

}
	

/* ###################### 599px以下 ###################### */

@media (max-width: 599px) {
	
	h2.other_gl_link,h2.sec01_midsi,h2.sec02_midsi,h2.sec03_midsi,h2.sec04_midsi,h2.sec05_midsi {
		font-size: 0.7em;
		padding: 0 1em;
}
	
	
}	

/* ###################### 640px以下 ###################### */

@media only screen and (max-width: 640px){	

btn, a.btn, button.btn {
   letter-spacing: 0em;
}
}

/* ###################### 641px以上 ###################### */
@media only screen and (min-width: 641px){
		
}

/* ###################### 799px以下 ###################### */

@media only screen and (max-width: 799px){

	#mainnav .logo {
		margin: 3px 0px 0px;
}

	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #171717;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #171717;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	li#searth {
    padding: 0 0 10px;
}

	
	
	/*ロゴ*/
	a#logo {
    max-width: 250px !important;
		padding: 5px 0 0 !important;
		position: relative;
		z-index: 501;
}

.sec01_menu, .sec02_menu, .sec03_menu {
   padding: 0 !important;
}		
	
	
	/*他のゲームのガチャ確率バナー*/
	.top_heder {
    margin: 0px 0 !important;
}
	h2.other_gl_link {
    padding: 0 !important;
}
	.inner_heder {
    padding: 10px 40px;
}
	
	
/*sec01 本日のガチャ総回数*/	
.oll_info {
    font-size: 1.5em !important;
}
	
li.time_li {
    font-size: 12px;
    width: 25% !important;
}	
	
/*フッターメニュー*/
	
.footmenu {
   padding: 40px 0 50px;
}
	
li.footnav_menu {
	height: 30px;
	margin: 0;
}	
	
#footer{
	padding: 10px;
}
}


/* ###################### 800px以上 ###################### */
@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	.panel {
    display: block !important;
}
	
  a#menu{
		display:none;
	}	

	#mainnav{
		position:fixed;
		width:100%;
		z-index:500;
	}

	#mainnav ul{
		text-align: center;
    background-color: #ffffff;
	}

	#mainnav li{
	display: inline-flex;
		padding: 20px 10px 10px;
		font-size: 14px;
		font-weight: 300;
	}
	
  #mainnav a{
	color: #000;
    font-weight: 500;
    letter-spacing: 0.1em;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
		margin: 0 auto;
	}
	
	#mainnav.changeNav li {
    padding: 20px 10px;
}
	li#searth {
    padding: 0 0 10px !important;
}
	
	#mainnav .logo {
	padding: 3px 0px 0px 10px;
}

	.search_container{
		margin-top: 0;
	}
	
	

/*フッターメニュー*/

li.footnav_menu {
	float: left;
}
	
	
.footmenu {
    padding: 40px;
}
	
#footer{
		padding: 30px 10px 20px 0;
	}
}

/* ###################### 960px以上 ###################### */

@media only screen and (min-width: 960px){
	section h2 {
    font-size: 20px;
	}

	li.ireko {
		width: 48%;
	}
}

/* ###################### 1199px以下 ###################### */

@media only screen and (max-width: 1199px){

}

/* ###################### 1200px以上 ###################### */

@media only screen and (min-width: 1200px) {

}

@media (max-width: 500px) {
	.sec01_warp, .sec02_warp, .sec03_warp, .sec04_warp, .sec05_warp {
		padding: 1.5rem 1rem 1rem;
		max-width: 900px;
	}

}
