@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	min-height: 100%;
}
html {
	position: relative;
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 100;
	font-size: 1.6rem;
	word-break: break-all;
	word-wrap: break-word;
	background: #000;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
}


/* a */
a, a:hover {
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	transition: 0.5s;
}
a:active {
	text-decoration: none;
}

/* img */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}
li {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

ins {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}

mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
	background-color: #ff9;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	margin: 1em 0;
	height: 1px;
	border: 0;
}

#wrapper {
	min-height: 100%;
	background-color: #040867;
	background-image: url(../images/body_bg.jpg);
	background-size: cover;
}
#wrapper #contents {
	margin: 0 auto;
	max-width: 980px;
	text-align: center;
	background-color: #245575;
}
.header {
	background-color: #151549;
	background-image: url(../images/header_bg.jpg);
	background-position: center;
	background-size: cover;
}

main {
	padding: 0 3%;
	background-image: url(../images/main_bg.jpg);
	background-position: bottom;
	background-size: cover;
}
.top_text {
	padding: 5% 3%;
}
.top_text img {}
/* top */
.zodiac ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.zodiac li {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	padding: 1%;
}

.zd_selected {
	padding: 6%;
}
.zd_selected .inner {
	padding: 5%;
	background-color: rgba(255,255,255,0.6);
	box-shadow: 0 0 min(5vw, 48px) rgba(255,255,255,0.6);
	border: min(5px, 0.5vw) solid #808080;
	border-radius: 2em;
}
.zd_selected .inner p {
	color: #fff;
	font-size: 1.4em;
	text-shadow: 0 0 5px #06044a, 0 0 5px #06044a, 0 0 5px #06044a, 0 0 5px #06044a, 0 0 5px #06044a, 0 0 5px #06044a, 0 0 5px #06044a, 0 0 5px #06044a, 0 0 5px #06044a, 0 0 5px #06044a;
}

/* step共通 */
input,
select {
	padding: 0.2em;
	font-size: min(3em, 10vw);
	border: 2px solid #ccc;
	border-radius: 0.1em;
}
.validate {
	font-weight: 600;
}
.red {
	color: #f00;
}

.btn_area {
	padding: 2em 0;
}
.genderArea img,
.btn_area img {
	cursor: pointer;
	transition: all 0.3s;
}
.genderArea img:active,
.genderArea img:focus,
.genderArea img:hover,
.btn_area img:active,
.btn_area img:focus,
.btn_area img:hover {
	opacity: 0.9;
	filter: drop-shadow(0 0 10px #ff0);
	transform: translateY(2%);
}

/* step1 */
.genderArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 50px;
}
.genderArea label {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}
.genderArea img {
	cursor: pointer;
}
.genderArea img + input {
	display: none;
}

/* step2 */
.bd_wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bd_wrap li {
	padding: 0 1%;
}
.bd_wrap span {
	padding-left: 0.2em;
	color: #fff;
	vertical-align: bottom;
}

/* step3 */
input#name {
	width: 100%;
	max-width: 720px;
}

/* step4 */
.step4 {
	padding-top: 3em;
}
.whitebox {
	margin: auto;
	padding: 3%;
	width: 100%;
	max-width: 720px;
	background: #fff;
	border: 1px solid #000;
}
.whitebox dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #555;
	font-size: min(1.6em, 6vw);
}
.whitebox dt {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	text-align: right;
}
.whitebox dd {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	text-align: left;
}



.loader {
	display: none;
}



.copyright {
	padding: 1.2em 0;
	color: #fff;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "yu-mincho-pr6", serif;
	font-size: 0.8em;
	text-align: center;
	background-color: #18182d;
}


.gender_active {
	opacity: 0.9;
	filter: drop-shadow(0 0 10px #ff0);
	transform: translateY(2%);
}