
/* -------------------------------------
	ページ：スマートフォンゲーム
----------------------------------------*/
.articles__container {
	margin-bottom: 4%;
	font-weight: bold;
}

.articles__container .common__text-with-underline {
	font-size: 1.65vw;
}
@media screen and (max-width: 750px) {
	.articles__container .common__text-with-underline {
		font-size: 4.8vw;
	}
}

.smartphoneGame__area-link {
	text-align: right;
	font-size: 0.9vw;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-link {
		font-size: 2.8vw;
	}
}

.smartphoneGame__area-link a {
	display: inline-block;
	background-image: url(/images/common/common_icon_link_bk.png);
	background-position: bottom 50% right;
	background-size: auto 60%;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-right: 8%;
	border-bottom: 1px solid #efefef;
	color: #1e1e1e;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-link a {
		background-position: bottom 50% right;
		padding-right: 6%;
	}
}

.smartphoneGame__area-store {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-store {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 3vw;
	}
}

.smartphoneGame__area-store-box {
	display: flex;
	justify-content: space-between;
#	width: 48%;
#	gap: 1vw;
	width: 91%;
	gap: 1.2vw;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-store-box {
		width: 100%;
		gap: 2.9vw;
	}
}

.smartphoneGame__area-store-image.disabled {
	visibility: hidden;
}



.smartphoneGame__area {
	font-size: 1.1vw;
	margin-top: 3%;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area {
		font-size: 3.3vw;
		margin-top: 0;
	}
}

.smartphoneGame__area-box-wrap {
	display: flex;
	flex-direction: column;
	gap: 4vw;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-box-wrap {
		gap: 13vw;
		margin-bottom: 5%;
	}
}

.smartphoneGame__area-box {
	width: 100%;
	margin: 0 auto;
	padding: 4%;
	border-radius: 5px;
	background: #fff;
	border-top: 1px solid #babdc5;
	border-left: 5px solid #2a333b;
	border-right: 5px solid #7f828e;
	border-bottom: 1px solid #babdc5;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-box {
		padding: 5.5%;
		border-top: 5px solid #babdc5;
		border-left: 1px solid #babdc5;
		border-right: 1px solid #babdc5;
		border-bottom: 1px solid #babdc5;
	}
}

.smartphoneGame__area-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-wrap {
		flex-direction: column;
		row-gap: 5vw;
		margin-bottom: 2%;
	}
}

.smartphoneGame__area-image {
	width: 47%;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-image {
		width: 100%;
		padding: 0;
	}
}

.smartphoneGame__area-title {
	width: 50%;
	font-size: 1.4vw;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-title {
		width: 100%;
		font-size: 4.3vw;
	}
}

.smartphoneGame__area-text {
	line-height: 1.9;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-text {
#		margin-bottom: 10%;
	}
}

.smartphoneGame__area-copy {
	font-size: 0.8vw;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__area-copy {
#		margin-bottom: 10%;
		font-size: 2.2vw;
	}
}

.smartphoneGame__flex-container {
	display: flex;
	width: 100%;
	align-items: end;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__flex-container {
	        flex-direction: column;
	        align-items: flex-start;
	        row-gap: 3vw;
	}
}

.smartphoneGame__flex-item-1 {
	width: 60%;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__flex-item-1 {
		width: 100%;
	}
}

.smartphoneGame__flex-item-2 {
	width: 40%;
}
@media screen and (max-width: 750px) {
	.smartphoneGame__flex-item-2 {
		width: 100%;
	}
}


