@charset "utf-8";

/* ==========================================================
Landing CSS 2018.11
==========================================================*/
body {
	background:#ffe9c3 url("../img/bg.jpg");
	font-family:Meiryo,'メイリオ', 'ヒラギノ角ゴ ProN W3', Arial,Helvetica,sans-serif,Osaka;
	font-size: 12px;
	line-height: 1.5;
	color:#441d17;
}

img { vertical-align: bottom; }

a:link, a:visited {
	text-decoration: none;
	color: #603d2e;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ff4f91;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

/* ==========================================================
wrapMain
==========================================================*/
#wrapMain {
	max-width:1000px;
	margin:0 auto;
	padding-bottom: 20px;
	background:#fff2db url("../img/bg_wrapmain.gif");
}

h1 {
	line-height: 0;
	text-align: center;
}

h1 img {
	max-width: 994px;
}

/* max1000 ---------- */
@media screen and (max-width:1000px){
	#wrapMain{
		width:100%;
		background:#fef2da;
	}
	#wrapMain h1 img {
		max-width:100%;
		padding:0;
		margin:0;
	}
}

/* --------------- アプリ情報 & DLアイコン --------------- */
.appInfo {
	max-width: 994px;
	margin: 0 auto;
	padding: 1em 0;
	display: flex;
		display: -ms-flex;
		display: -webkit-flex;
	justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
	background:url("../img/bg_getapp.jpg");
}

.compatibleModels { /* ケリ姫スイーツ配信中 */
	margin:0 1em;
	max-width:450px;
}

.appInfo .compatibleModels .icon {
	max-width: 96px;
	float: left;
}

.appInfo .compatibleModels .gamespec {
	max-width: 350px;
}

.compatibleModels dl {
	margin-left:96px;
	width:350px;
}

.compatibleModels dt,
.compatibleModels dd {
	color:#3F2700;
	font-weight: bold;
	font-size:12px;
}

.compatibleModels dt {
	float:left;
	text-align: right;
	width: 6em;
}

.compatibleModels dd {
	margin-left: 6em;
	white-space: nowrap;
}

.compatibleModels dd a {
	color:#ff4f91;
	font-weight: bold;
}

.getApp { /* アプリDLボタン */
	display: -webkit-box;/* Androidブラウザ用 */
	-webkit-box-pack: center;/* Androidブラウザ用 */
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	align-items: center; /* 縦方向中央揃え */
		-ms-align-items: center;
		-webkit-align-items: center;
	justify-content: center; /* 横方向中央揃え */
		-ms-justify-content: center;
		-webkit-justify-content: center;
}

.getApp .badge_iOS {
	max-width: 186px;
	margin:0 0.5em;
}

.getApp .badge_android {
	max-width: 220px;
	margin:0 0.5em;
}

.getApp img {
	width: 100%;
}


/* max800 ---------- */
@media screen and (max-width:799px){
	.appInfo .compatibleModels .icon {
		width: 20%;
	}

	.appInfo .compatibleModels .gamespec {
		max-width: 78%;
	}

	.compatibleModels dl {
		margin-left:20%;
		width:78%;
	}

	.compatibleModels dt,
	.compatibleModels dd {
		font-size: 9px;
	}

	.appInfo {
		display: block;
		padding: 1em;
	}
	.compatibleModels {
		margin: 0 auto 1em;
	}
}

/* --------------- 運営サイト & 公式SNS --------------- */
.linkArea {
	margin-top: 1em;
	padding: 0 1em;
	text-align: center;
	display: flex;
		display: -ms-flex;
		display: -webkit-flex;
	justify-content: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
}

.forMember {
	padding: 0 1%;
}

.forMember img {
	width: 100%;
	max-width: 480px;
}

.snsBtn {
	padding: 0 1%;
	padding-top: 20px;
}

.snsBtn li img {
	width: 100%;
	max-width: 456px;
}

/* max800 ---------- */
@media screen and (max-width:799px){
	.linkArea {
		display: block;
		text-align: center;
	}
}
/* iPhone+iPad ---------- */
.iOS .linkArea {
	display: block;
	text-align: center;
}

/* --------------- トレイラー --------------- */
.movie {
	width: 60%;
	margin: 10px auto;
}

.movieInner {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.movieInner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
}

/* max800 ---------- */
@media screen and (max-width:799px){
	.movie{
		width: 80%;
	}
}

/* --------------- ケリ姫スイーツとは？ --------------- */
.aboutKPS .title {
	background:url("../img/hr.gif") top repeat-x,url("../img/hr.gif") bottom repeat-x;
	margin: 3px;
	padding: 16px 0;
	text-align: center;
}

.aboutKPS .aboutSS {
	display: flex;
		display: -ms-flex;
		display: -webkit-flex;
	justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
	margin: 10px;
}

.aboutKPS .aboutSS li {
	margin: 5px;
	-ms-flex: 0 1 auto;
}

.aboutKPS .aboutSS li img {
	width: 100%;
	max-width: 640px;
}

/* max800 ---------- */
@media screen and (max-width:799px){
	.aboutKPS .aboutSS {
		flex-wrap:wrap;
			-ms-flex-wrap:wrap;
			-webkit-flex-wrap:wrap;
	}
	.aboutKPS .aboutSS li {
		width: 46%;
		display: inline-block;
	}
}

/* ==========================================================
Footer
==========================================================*/
footer {
	background: url("../img/footer_line.gif") top center repeat-x,url("../img/bg_yellow.jpg");
	width:100%;
	height: auto;
	margin:0;
	padding:0;
}

footer hr {
	border: 0;
	border-top:3px #963 dashed;
}
/* --------------- ガンホーのスマーフォンゲーム --------------- */

.goe_list {
    width: 75%;
    max-width: 300px;
		margin: 15px auto 0px;
}

.gamelineup {
	margin:0px auto;
	padding: 10px 0 0;
	text-align:center;
}

.gamelineup .title { /* 見出し */
	max-width:600px;
	color:#FFF;
	padding:5px;
	text-align:center;
	font-size:120%;
	margin:20px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #643b25;
}

.gamelineup .bnrArea li {
	width:100px;
	vertical-align:top;
	display: inline-block;
	text-align:center;
	font-size: 10px;
	line-height: 1.2;
}

.gamelineup .bnrArea li img {
	width:80px;
	margin-bottom: 5px;
}

/* --------------- バナーエリア --------------- */
.otherLink {
	max-width:1000px;
	margin:10px auto;
	padding:5px;
	text-align:center;
}

.otherLink .bnrList {
	display: flex;
		display: -ms-flex;
		display: -webkit-flex;
	flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
}

.otherLink .bnrList li {
	margin: 4px;
}

.otherLink .bnrList img {
	width: 100%;
}

@media screen and (max-width:500px){
	.otherLink .bnrList li {
		width: 48%;
		margin: 1%;
		display: inline-block;
	}
}


/* --------------- レギュレーションリンク --------------- */
.regList {
	max-width:860px;
	margin:2em auto;
	text-align: center;
	display: flex;
		display: -ms-flex;
		display: -webkit-flex;
	flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
}

.regList li:not(:first-child):before {
	content:"｜";
	padding: 0 0.5em;
}

.copy {
	padding:1em 0.5em 2em;
	color:#603d2e;
	text-align:center;
}

/* max800 ---------- */
@media screen and (max-width:799px){
	.regList li {
		padding:0.5em 0;
		font-size: 80%;
		display: inline-block;
	}
	.regList li:before {
		padding:0 !important;
	}
	.copy {
		font-size: 80%;
	}
}
