@charset "utf-8";
/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
	background: #ccc;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #666;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
	padding: 0;
}
/*以下はコンテンツ内のレイアウト*/
.modaal-content-container {
	padding: 12px 8px;
}
.modaal-inner-wrapper {
	padding: 40px 12px;
}
.modaal-wrapper .txt {
	position: relative;
	background-color: #2d81ea;
	padding: 12px 0;
}
.modaal-wrapper .txt p {
	color: #fff;
	letter-spacing: 0;
	line-height: 1.5;
	padding-left: 72px;
	font-weight: bold;
}
.modaal-wrapper .txt p.name {
	font-size: 24px;
}
.modaal-wrapper .txt .sn01 {
	position: absolute;
	width: 48px;
	top: 0;
	left: 20px;
}
.modaal-wrapper .txt .sn01 img, .modaal-wrapper .txt .sn02 img {
	width: 100%;
	height: auto;
}
.modaal-wrapper .txt .sn02 {
	position: absolute;
	width: 100px;
	top: -40px;
	right: 20px;
}
.modaal-wrapper .priceArea {
	margin: 8px auto 0;
	width: 90%;
}
.modaal-wrapper .priceArea p span.cost {
	font-size: 38px;
	letter-spacing: 0px;
	font-weight: 600;
	margin-left: 6px;
	margin-right: 6px;
	color: #ff0000;
}
.modaal-wrapper .priceArea p span.vp {
	font-size: 8px;
}
.modaal-wrapper .priceArea p ruby {
	font-size: 28px;
	color: #ff0000;
}
.modaal-wrapper .priceArea p ruby rt {
	color: #000;
}
.modaal-wrapper .priceArea p .mp {
	font-size: 28px;
	color: #ff0000;
}
.modaal-wrapper .priceArea p .times,
.modaal-wrapper .priceArea p .unit {
	font-size: 30px;
	font-weight: 500;
	color: #ff0000;
}
.modaal-wrapper .priceArea p.bonus span,
.modaal-wrapper .priceArea p.rv span,
.modaal-wrapper .priceArea p.total span {
	margin-left: 8px;
}
@media (min-width: 414px) {
	.modaal-wrapper .priceArea p span.vp {
		border: solid 1px #e83937;
		writing-mode: vertical-rl;
		margin-left: auto;
		margin-right: auto;
		padding: 4px 0px;
		font-weight: bold;
		color: #e83937;
		font-size: 14px;
	}
	.modaal-wrapper .priceArea p span.cost {
		font-size: 46px;
		letter-spacing: 0px;
		font-weight: 600;
		margin-left: 6px;
		margin-right: 6px;
		color: #ff0000;
	}
}
@media (min-width: 800px) {
	.modaal-inner-wrapper {
		padding: 40px;
	}
	.modaal-content-container {
		padding: 12px 8px 40px;
	}
}
@media (min-width:1024px) {
	.modaal-inner-wrapper {
		padding: 40px;
	}
	.modaal-content-container {
		padding: 12px 8px 40px;
	}
}
@media (min-width:1300px) {
	.modaal-container {
		max-width: 1000px;
	}
	.modaal-content-container .img {
		width: 590px;
		margin: 0 auto;
	}
	.modaal-content-container {
		padding: 0px 32px 40px;
	}
	.modaal-wrapper .txt p {
		color: #fff;
		letter-spacing: 0;
		line-height: 1.5;
		padding-left: 88px;
		font-weight: bold;
	}
}