@charset "UTF-8";

html.lock {
	position: fixed;
	left: 0;
	right: 0;
	height: 100%;
}

/* --------------------------------------

		リードコンテンツ

---------------------------------------- */
#stage .wrp-contents-top {
	margin-bottom: 136px;
}

#stage .wrp-contents-top .mod-h1 {
	margin-top: 25px;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #0039a6;
}

#stage .wrp-contents-top .lead {
	max-width: 658px;
	margin: auto;
	font-size: 16px;
	line-height: 1.8;
}

/* --------------------------------------

		特典について

---------------------------------------- */
#stage .wrp-privilege {
	position: relative;
	margin-left: -500%;
	margin-right: -500%;
	padding: 40px 0;
	background: #e1f3ff;
}

#stage .wrp-privilege:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 220px;
	height: 158px;
	margin: 0 auto -26px;
	background: url(/member/img/img_character.png) no-repeat center bottom;
	background-size: contain;
}

#stage .wrp-privilege .inner-contents {
	position: relative;
	max-width: 1000px;
	margin: auto;
}

#stage .wrp-privilege .list-privilege > li {
	float: left;
	width: 480px;
	padding: 14px 32px 14px;
	background: #fff;
	border-top: 2px solid #0039a6;
	box-sizing: border-box;
}

#stage .wrp-privilege .list-privilege > li:nth-child(2n+1) {
	margin-right: 40px;
}

#stage .wrp-privilege .stit {
	margin-bottom: 12px;
	letter-spacing: -0.5em;
}

#stage .wrp-privilege .stit .icon {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 60px;
	height: 60px;
	padding: 23px 0;
	margin-right: 17px;
	border-radius: 50%;
	background: #0139a6;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
}

#stage .wrp-privilege .stit .txt{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 330px;
	font-size: 16px;
	line-height: 1.6;
}

#stage .wrp-privilege .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#stage .wrp-privilege .list-img.column-2 li {
	width: 200px;
}

#stage .wrp-privilege .list-img.column-2 li:nth-child(2n+1) {
	float: left;
}

#stage .wrp-privilege .list-img.column-2 li:nth-child(2n) {
	float: right;
}

#stage .wrp-privilege .link {
	margin-top: 15px;
}

/* --------------------------------------

		登録と規約

---------------------------------------- */
#stage .wrp-rules {}

#stage .wrp-rules .inner-contents {
	max-width: 658px;
	margin: auto;
}

#stage .wrp-rules .area-rules {
	padding: 60px 0 50px;
	text-align: center;
}

#stage .wrp-rules .area-rules .lead {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.8;
}

#stage .wrp-rules .area-modal {
	display: none;
}

#stage .wrp-rules .area-registered-member {
	padding: 32px 32px 25px;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 2;
}

#stage .wrp-rules .area-registered-member .stit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8;
}

#stage .wrp-rules .area-registered-member .area-menu {
	margin-top: 20px;
	margin-bottom: -8px;
	padding-top: 25px;
	border-top: 1px solid #ccc;
}

#stage .wrp-rules .area-registered-member .area-menu .list-menu li {
	float: left;
	margin-bottom: 8px;
}

#stage .wrp-rules .area-registered-member .area-menu .list-menu li:nth-child(2n+1) {
	width: 220px;
	margin-right: 10px;
}

#stage .wrp-rules .area-registered-member .area-menu .list-menu li:nth-child(2n) {
	width: 354px;
}

/* 規約確認 */
#stage .area-confirmation {
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 0;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
}

#stage .area-confirmation .inner-confirmation {
	margin: auto;
}

#stage .area-confirmation .area-terms {
	height: 460px;
	overflow-y: auto;
}

#stage .area-confirmation .mod-h2 {
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	background: #0039a6;
	border: none;
}

#stage .area-confirmation .mod-h3 {
	margin-bottom: 20px;
	text-align: left;
	color: #333;
	font-size: 20px;
	line-height: 1.5;
	background: none;
	border: none;
}

#stage .area-confirmation .rule-list {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 1.8;
}

#stage .area-confirmation .rule-list .title {
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
}

#stage .area-confirmation .rule-list p.txt {
	margin-bottom: 5px;
}

#stage .area-confirmation .rule-list  ul.txt > li {
	margin-bottom: 5px;
}

#stage .area-confirmation .rule-list ul.txt > li > ol {
	margin-left: 1.5em;
}

#stage .area-confirmation  .indent-alpha {
	text-indent: -1em;
	margin-left: 1em;
}

#stage .area-confirmation hr {
	display: block;
	margin-top: 35px;
	margin-bottom: 60px;
	padding-top: 2px;
	background: #0039a6;
	border: none;
}

#stage .area-confirmation .confirmation-body {
	max-width: 658px;
	margin: auto;
	padding: 0 0 0;
}

#stage .area-confirmation .confirmation-footer {
	padding: 35px 0 35px;
}


/* モーダル */
/* #stage .area-modal,{
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 100px;
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
}

#stage .area-modal .inner-modal {
	margin: auto;
	overflow-y: auto;
}

#stage .area-modal .mod-h2 {
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	background: #0039a6;
	border: none;
}

#stage .area-modal .mod-h3 {
	margin-bottom: 20px;
	text-align: left;
	color: #333;
	font-size: 20px;
	line-height: 1.5;
	background: none;
	border: none;
}

#stage .area-modal .rule-list {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 1.8;
}

#stage .area-modal .rule-list .title {
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
}

#stage .area-modal .rule-list p.txt {
	margin-bottom: 5px;
}

#stage .area-modal .rule-list  ul.txt > li {
	margin-bottom: 5px;
}

#stage .area-modal .rule-list ul.txt > li > ol {
	margin-left: 1.5em;
}

#stage .area-modal  .indent-alpha {
	text-indent: -1em;
	margin-left: 1em;
}

#stage .area-modal hr {
	display: block;
	margin-top: 35px;
	margin-bottom: 60px;
	padding-top: 2px;
	background: #0039a6;
	border: none;
}

#stage .area-modal .modal-body {
	max-width: 658px;
	height: 460px;
	margin: auto;
	padding: 70px 0 0;
}

#stage .area-modal .modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 0 35px;
} */


@media screen and (max-width: 736px) {
	#stage .wrp-contents-top {
		margin-bottom: 95px;
	}

	#stage .wrp-contents-top .inner-contents-top {
		padding: 0 10px;
	}

	#stage .wrp-contents-top .mod-h1 {
		margin-bottom: 15px;
		font-size: 16px;
		/* text-align: left; */
	}

	#stage .wrp-contents-top .lead {
		font-size: 13px;
		line-height: 1.8;
	}

	#stage .wrp-privilege {
		margin-left: auto;
		margin-right: auto;
		padding: 20px 0;
	}

	#stage .wrp-privilege:after {
		width: 150px;
		height: 105px;
		margin-bottom: -13px;
	}

	#stage .wrp-privilege .inner-contents {
		padding: 0 10px;
	}

	#stage .wrp-privilege .list-privilege > li {
		float: none;
		width: auto;
		margin-left: auto!important;
		margin-right: auto!important;
		margin-bottom: 20px;
		padding: 12px 20px;
	}

	#stage .wrp-privilege .list-privilege > li:last-child {
		margin-bottom: 0;
	}

	#stage .wrp-privilege .stit .icon {
		width: 55px;
		height: 55px;
		margin-right: 12px;
		font-size: 13px;
	}

	#stage .wrp-privilege .stit .txt {
		width: calc(100% - 68px);
		font-size: 13px;
		line-height: 1.7;
	}

	#stage .wrp-privilege .img {
		margin-left: auto;
		margin-right: auto;
	}

	#stage .wrp-privilege .list-img.column-2 li {
		width: 48%;
	}

	#stage .wrp-rules .inner-contents {
		padding: 0 10px;
	}

	#stage .wrp-rules .area-rules {
		padding: 40px 0;
	}

	#stage .wrp-rules .area-rules .lead {
		padding: 0 10px;
		font-size: 13px;
		text-align: left;
	}

	#stage .wrp-rules .area-registered-member {
		padding: 20px;
		font-size: 13px;
	}

	#stage .wrp-rules .area-registered-member .stit {
		margin-bottom: 5px;
		font-size: 13px;
	}

	#stage .wrp-rules .area-registered-member .area-menu {
		margin-top: 12px;
		padding-top: 20px;
	}

	#stage .wrp-rules .area-registered-member .area-menu .list-menu li {
		float: none;
		width: auto!important;
		margin: auto!important;
	}

	#stage .area-modal{
		font-size: 13px;
	}

	#stage .area-modal .mod-h2 {
		font-size: 13px;
	}

	#stage .area-modal .mod-h3 {
		margin-bottom: 15px;
		text-align: center;
		font-size: 16px;
	}

	#stage .area-modal hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#stage .area-modal .rule-list {
		font-size: 13px;
	}

	#stage .area-modal .modal-body {
		height: 300px;
		padding: 20px;
		-webkit-overflow-scrolling: touch;
	}

	#stage .area-modal .modal-footer {
		padding: 20px;
	}

	#stage .mfp-content {
		padding: 0 10px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 736px) and (orientation: landscape) {
	#stage .area-modal .modal-body {
		height: 150px;
	}
}

