@charset "utf-8";

#contents{
	background: #fff;
	font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	line-height: 1.4;
	color: #4f2415;
	text-align: center;
	padding: 0;
	max-width: 760px;
	margin: auto;
}

a {
	color: #005aac;
	text-decoration: underline;
}
.mgT15{
	margin-top: 15px;
}

/* ============== 全体 =================== */
.content-wrap {
	width:100%;
	background: #fff45c;
}

/* ================= イチオシ枠 ====================== */
.recommend-area {
	margin: 12% 0 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/pp-beginners/recommend_bg.png) repeat #77e7ce;
	border-top: solid 7px #58CBB1;
	border-bottom: solid 7px #58CBB1;
	color: #080808;
}

.recommend-ttl {
	margin-top:-7%;
	width: 93%;
	margin-bottom: 2%;
}
.recommend-img {
	width: 78%;
	border: solid 5px #fff;
	margin-bottom: 3%;
}
.recommend-area .btn{
	width: 81%;
	margin: 4% auto 6%;
}

/* ================= ジャンルメニュー ====================== */
.menu {
	margin-top: 5%;
}
.menu-ttl {
	width: 93%;
}
.menu-btn {
	width: 94%;
	margin: auto;
	display: flex;
	-webkit-box-pack: justify;
 	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menu-btn a {
	margin: 1.5% 0.9%;
}

/* ================= 各コンテンツ ====================== */
.play_contents {
	margin: 6% 0;
}
.content-box {
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 15px;
	border: solid 2.5px #472929;
	padding: 3.5% 6% 4%;
	width: 93%;
	margin: 5% auto;
}
.content-box p{
	margin: 5% auto;
}
.content_ttl {
	font-size: 5.8vw;
	color: #71290c;
	margin-bottom: 4%;
}
.content_ttl span {
	display: inline-block;
	width: auto;
	position: relative;
}
.content_ttl span:before,
.content_ttl span:after {
	content: "";
	display:inline-block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/pp-beginners/ttl_ponta.png);
	background-size: contain;
	position: absolute;
	width: 22px;
	height: 20px;
	top:50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.content_ttl span:before {
	left: -28px;
}
.content_ttl span:after {
	right: -25px;
}
#ttl_gacha {
	font-size:4.6vw;
}

/* ================= 下部ボタン ====================== */
.btn_other-contents {
	width: 93%;
	margin: 0 auto;
}
.play-top {
	width: 45%;
	margin: 5% auto 2%;
}

@media screen and (min-width: 761px) {
	.content_ttl,#ttl_gacha {
	font-size: 2.0rem;
}
}