@charset "utf-8";
/* CSS Document */
body {
  line-height: 1.4;
}

*,*::before,*::after {
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
}

article {
	font-size:16px;
	font-size:1.6rem;
}

/* お知らせ用 */
.information {
	line-height: 1.2;
	color: #333;
	font-size: calc(2.5vw + 2px);
	padding: 3.125%;
	background-color: #f9e9eb;
}
.text_indent {
	text-indent: -1em;
	margin-left: 1em;
}
/* /お知らせ用 */

/* コンテンツ */
.cont_main {
	padding:0;
}

.cont_bnr {
	background:-webkit-gradient(linear, left top, left bottom, from(#daef23), to(#e4ef17));
	background:-o-linear-gradient(top, #daef23, #e4ef17);
	background:linear-gradient(to bottom, #daef23, #e4ef17);
	padding:1em 0;
}

.box_bnr {
	width:90%;
	background-color:#ffffff;
	border:5px solid #fff2c7;
	margin:0 auto;
	padding:2vw;
}

.category_box {
	margin-top:8%;
	padding:0 8%;
}

.cont_main > section:first-of-type {
	margin-top:6%;
}

.cat_lead {
	padding:0.8em 0.8em 0.6em;
	margin-top:5%;
	font-size:4.0vw;
	background-color:#f3f7b3;
	text-align:center;
	font-weight:bold;
	line-height:1.6;
}

.game_detail {
	margin-top:2%;
	padding-bottom:6%;
	border-bottom:1px dotted #dddddd;
}

.game_detail:last-child {
	border-bottom:none;
}

.cat_lead + .game_detail {
	margin-top:0;
}

.game_icon {
	padding-top:6%;
	width:50%;
	margin:0 auto;
}

.game_icon a {
	display:block;
}

.game_link_box {
	margin-top:4%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.game_link_box li {
	width:49%;
}

.app_link {
	text-align:right;
}

.gp_link {
	text-align:left;
}

.pc_link {
	width:100%;
	text-align:center;
	margin-top:0.5rem;
}

.app_link img, .gp_link img,.pc_link img {
	height:100%;
	max-height:38px;
	width:auto;
}

.game_title {
	margin-top:4%;
	font-size:4.2vw;
	font-weight:bold;
}

.game_lead {
	margin-top:5px;
	font-size:3.8vw;
}

.game_copy {
	margin-top:5px;
	font-size:3.4vw;
}

.cont_another {
	margin-top:30px;
}

.cont_bnrbox {
	width:90%;
	max-width:460px;
	margin:0 auto;
}

.pc_info {
	font-size:3.6vw;
	width:75%;
	margin:1.8rem auto 0;
	text-align:left;
}

.pc_info a {
	display:block;
	text-align:center;
	padding:1rem;
	margin:0.5rem 0 0;
	color:#444444;
	border:1px solid #444444;
	position:relative;
}

.pc_info a:after {
	content:"";
	width:0.5em;
	height:0.5em;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
	-webkit-transform:translateY(-50%) rotate(-45deg);
	    -ms-transform:translateY(-50%) rotate(-45deg);
	        transform:translateY(-50%) rotate(-45deg);
	z-index:1;
	position:absolute;
	right:1em;
	top:50%;
}
/* /コンテンツ */

/* 画面幅641px以上ここから */
@media (min-width: 640px) {
	.game_title {
		font-size:20px;
		font-size:2.0rem;
	}
	
	.box_bnr {
		width:80%;
		padding:1em;
	}
	
	.cat_lead {
		font-size:20px;
		font-size:2.0rem;
	}
	
	.game_lead {
		font-size:18px;
		font-size:1.8rem;
	}
	
	.game_copy {
		font-size:14px;
		font-size:1.4rem;
	}
	
	.pc_info {
		font-size:16px;
		font-size:1.6rem;
		width:50%;
	}
	
	.app_link img, .gp_link img {
		height:auto;
		max-height:none;
		width:100%;
	}
	
	.pc_link img {
		height:47px;
		max-height:none;
		width:auto;
	}
}