@charset "utf-8";

/* font */
@font-face {
    font-family: 'Avenir Demi';
    src: url('../font/AvenirNextLTPro-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Medium';
    src: url('../font/AvenirLTStd-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
}

/* ==========================================================================================
	--common
========================================================================================== */
html {
	font-size:62.5%;
}
body {
	font-size:14px;
	font-size:1.4rem;
	font-family:'Poppins','Helvetica Neue', 'Noto Sans JP','Segoe UI', YuGothic, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Verdana, Meiryo, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #4D4D4D;
	background: #FCE3F0;
}

a:link {color: #4D4D4D;}
a:visited {color: #4D4D4D;}
a:hover {color: #777;}
a:active {color: #777;}

select::-ms-expand {
    display: none;
}

header {
	padding: 6px;
}

header h1 {
	/*margin-top: 5px;*/
	margin: 5px auto 0;
	width: 40%;
	max-width: 200px;
	/*padding-left: 15px;*/
	/*float: left;*/
}

main h2 {
	padding: .5em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #a1c3fb;
background-image: linear-gradient(75deg, #a1c3fb 0%, #fbb3cc 100%);
}
main section {
	margin: 0 auto;
	padding: 30px 15px;
	max-width: 640px;
}
main section > p {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.7;
}
main section > p strong {
	font-size: 1.6rem;
	font-weight: bold;
}
main section > p strong a {
	color: #FF36A4!important;
}

.btn {
	margin: 20px auto 0;
	min-width: fit-content;
}
.btn a {
	padding: .7em;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background: #FF36A4;
	border-radius: 4px;
	display: block;
}

.btn.reset {
	width: 65%;
}
.btn.reset a {
	padding: 1em;
	font-size: 1.2rem;
	background: #808080;
}

.btn.password {
	margin-top: 40px;
}
.btn.password a::before {
	content: '';
	margin-right: .4em;
	width: 20px;
	height: 14px;
	vertical-align: middle;
	background-image: url(../cast_img/ico_mail_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
}

.err {
	color: #ff3445;
	font-size: 1.2rem;
	text-align: left;
}

/* form */
form dl {
	margin-bottom: 20px;
}
form dt {
    font-weight: bold;
    line-height: 20px;
}
form dt br {
	display: none;
}
form dt span {
	margin-left: .5em;
	font-size: 1.2rem;
	font-weight: normal;
}
form dt img {
    margin-left: 5px;
}
form dt strong {
	color: #FF36A4;
}
form dd {
    margin-top: 10px;
}
form dd label {
	width: 20px;
	display: inline-block;
}
form dd dt label {
	width: 100%;
}
form dd.txt {
	line-height: 1.5;
}
form input,
form select,
form textarea {
    padding: 10px;
    width: 100%;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	display: inline-block;
}
form #age,
form #height,
form #bust,
form #waist,
form #hip,
form #shoe,
form #gakunen2 {
	width: 90px;
}
form input:focus,
form select:focus,
form textarea:focus {
    border: 1px solid #ff3472;
}
form select {
	width: auto;
}
form select#team_color {
	width: auto;
}
form textarea {
	line-height: 1.5;
	resize: vertical;
}
form #age,
form #height,
form #bust,
form #waist,
form #hip,
form #shoe {
	width: 90px;
}
form #password {
	width: 145px;
}
form #twitter {
	margin-left: .2em;
	width: -webkit-calc(100% - 1.2em);
	width: calc(100% - 1.2em);
}
form dd input[type=checkbox] {
	display: none;
}
form dd input[type=checkbox] + label {
	margin-left: 10px;
    padding: 0 0 0 24px;
	width: auto;
	line-height: 40px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
form dd input[type=checkbox] + label:before {
	content: "";
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: #fff;
    border: 1px solid #aaa;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
}
form dd input[type=checkbox]:checked + label:after {
	content: "";
	margin-top: -8px;
	width: 16px;
	height: 8px;
    border-left: 4px solid #111;
    border-bottom: 4px solid #111;
	position: absolute;
	top: 50%;
	left: 3px;
	display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
form #sns {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
form #sns input[type=radio] {
    display: none;
}
form #sns label {
    padding: 14px;
    width: 50%;
    color: #5e5e5e;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    background: #e2e2e2;
    float: left;
    display: block;
    cursor: pointer;
}
form #sns label:first-of-type {
    border-radius: 4px 0 0 4px;
}
form #sns label:last-of-type {
    border-radius: 0 4px 4px 0;
}
form #sns input[type="radio"]:checked + .switch-off {
    background-color: #777;
    color: #fff;
}
form #sns input[type="radio"]:checked + .switch-on {
    background-color: #FF36A4;
    color: #fff;
}
form button {
    margin: 40px auto 0;
    width: 65%;
    height: 44px;
    color: #fff;
    font-size: 1.6rem;
    background: #FF36A4;
    border: none;
    border-radius: 4px;
    display: block;
    cursor: pointer;
}
form ul {
	overflow: hidden;
}
form li {
	width: 47%;
    float: left;
}
form li button {
	width: 100%;
}
form li.return button {
    background: #777;
}
form li:nth-of-type(2n) {
    float: right;
}
form > div {
	margin-bottom: 30px;
	padding: 15px;
	background: #f1f1f1;
}
form > div p {
	margin-top: 30px;
	text-align: center;
	line-height: 1.7;
}
form > div p br {
	display: none;
}
form > div p a {
	margin-left: 10px;
}
form > div .office {
	margin-top: 0;
}

/* footer_contact */
.footer_contact {
	margin-top: 40px;
	padding: 0;
	max-width: none;
}
.footer_contact h3 {
	margin-bottom: 20px;
	padding: .5em;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: #4d4d4d;
}
.footer_contact > div {
	padding: 0 15px;
}
.footer_contact > div > p:not(:first-of-type) {
	margin-top: 1em;
}
.footer_contact > div .btn a {
	padding: 1em;
	color: #4d4d4d;
	text-align: center;
	background: #fff;
	border: 1px solid #4d4d4d;
	border-radius: 4px;
	display: block;
}
.footer_contact > div .btn a::before {
	content: '';
	margin-right: .4em;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
}
.footer_contact > div .mail a::before {
	height: 14px;
	background-image: url(../cast_img/ico_mail.svg);
}
.footer_contact > div .tel a::before {
	height: 20px;
	background-image: url(../cast_img/ico_tel.svg);
}
.footer_contact > div .line a::before {
	height: 20px;
	background-image: url(../cast_img/line.png);
}

/* footer */
footer {
	padding-bottom: 20px;
	text-align: center;
}
footer small {
	font-size: 1rem;
}

a[href^="tel:"] {
    pointer-events: none;
}

	/* ==========================================================================================
		--SP
	========================================================================================== */
	@media screen and (max-width: 640px) {
		header {
			padding: 10px;
		}
		main h2 {
			padding: 5px;
			font-size: 1.6rem;
		}
		main section {
			padding: 15px;
		}
		form dt br {
			display: inherit;
		}
		form > div p br {
			display: inherit;
		}
		form > div .office {
			margin-top: 10px;
		}
		form > div .office a {
			margin: 0 auto;
			width: 70%;
			height: 44px;
			color: #fff;
			font-size: 1.8rem;
			background: #111;
			line-height: 44px;
			border: none;
			border-radius: 4px;
			display: block;
		}
		footer {
			padding-bottom: 10px;
		}
		a[href^="tel:"] {
			pointer-events: auto;
		}
		dd.align-left{
			text-align:left;
		}
	}