@charset "UTF-8";
@import "_reset-1.css";

::selection { background: rgba(243,167,201,0.4); }
::-moz-selection { background: rgba(243,167,201,0.4) }
body {
	background-color: #ffffff;
	min-width: 1240px;
}
body.pc * { transition: all 400ms }
.contents {
	width: 1200px;
	margin: auto;
	text-align: left;
}
.contents_wrap {
	width: 1240px;
	margin: auto;
	text-align: center;
}
.parent {
	min-width: 1240px;
	width: 100%;
}
a { color: #1565C0 }
a:hover { color: #E91E63 }
.sp .sponly { display: inline }
.sp .pconly { display: none !important }
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
p, dd {transform: rotate(0.05deg);}
@font-face {
	font-family: 'mplus';
	font-style: normal;
	font-weight: 200;
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Thin.eot);
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Thin-1.eot) format('embedded-opentype'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Thin.woff2) format('woff2'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Thin.woff) format('woff'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Thin.ttf) format('truetype');
}
@font-face {
	font-family: 'mplus';
	font-style: normal;
	font-weight: 300;
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Light.eot);
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Light-1.eot) format('embedded-opentype'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Light.woff2) format('woff2'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Light.woff) format('woff'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Light.ttf) format('truetype');
}
@font-face {
	font-family: 'mplus';
	font-style: normal;
	font-weight:  400;
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Regular.eot);
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Regular-1.eot) format('embedded-opentype'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Regular.woff2) format('woff2'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Regular.woff) format('woff'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'mplus';
	font-style: normal;
	font-weight: 500;
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Medium.eot);
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Medium-1.eot) format('embedded-opentype'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Medium.woff2) format('woff2'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Medium.woff) format('woff'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Medium.ttf) format('truetype');
}
@font-face {
	font-family: 'mplus';
	font-style: normal;
	font-weight: 600;
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Bold.eot);
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Bold-1.eot) format('embedded-opentype'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Bold.woff2) format('woff2'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Bold.woff) format('woff'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'mplus';
	font-style: normal;
	font-weight: 700;
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-ExtraBold.eot);
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-ExtraBold-1.eot) format('embedded-opentype'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-ExtraBold.woff2) format('woff2'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-ExtraBold.woff) format('woff'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-ExtraBold.ttf) format('truetype');
}
@font-face {
	font-family: 'mplus';
	font-style: normal;
	font-weight: 800;
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Black.eot);
	src: url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Black-1.eot) format('embedded-opentype'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Black.woff2) format('woff2'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Black.woff) format('woff'),
		url(../../ea/roundedmplus1c/v1/RoundedMplus1c-Black.ttf) format('truetype');
}
body, pre {font-family: 'mplus'; font-weight: 400;}

/* ========== ========== ========== ========== ========== */
/* AUTHENTICATION */
/* ========== ========== ========== ========== ========== */
#authentication {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 200;
}
#authentication-dialog {
	overflow: hidden;
	display: block;
	width: 700px;
	height: 300px;
	padding: 0;
	border: 2px solid #f069a3;
	background-color: #ffffff;
	/*background-image: url(../../_img/h2-bg.png);*/
	background-repeat: repeat-x;
	border-radius: 4px;
}
#authentication-title {
	margin: 10px auto 0;
	width: 95%; height: 30px;
	line-height: 30px;
	font-size: 18px;
	padding: 0 ;
	color: #ffffff;
	background-color: #f069a3;
	border-radius: 15px;
}
#authentication-dialog p:first-of-type {
	padding-top: 30px;
}
#authentication-dialog p {
	line-height: 2;
}
#authentication-dialog p.check {
	padding-top: 30px;
	padding-bottom: 10px;
}
#authentication-dialog p.eng {
	padding-top: 10px;
}
#authentication-no {background-color: #588dcb;}
#authentication-yes {background-color: #f069a3;}
#authentication-no a {
	display: block;
	height: 100%;
	color: #ffffff;
}
#authentication-dialog span {
	cursor: pointer;
	display: inline-block;
	margin: 20px;
	padding: 8px 20px;
	color: #ffffff;
	border-radius: 5px;
}

/* ========== ========== ========== ========== ========== */
.pagetop {
	position: fixed;
	cursor: pointer;
	bottom: -170px;
	right: 10px;
	width: 160px;
	height: 160px;
	z-index: 10;
	border: 2px solid #ffffff;
	border-radius: 50%;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.pagetop.type1 { background-image: url(../_img/pagetop1.png);}
.pagetop.type2 { background-image: url(../_img/pagetop2.png);}
.pagetop.type3 { background-image: url(../_img/pagetop3.png);}
.pagetop.type4 { background-image: url(../_img/pagetop4.png);}
.pagetop.active {bottom: 10px;}


/* ========== ========== ========== ========== ========== */
/* TWITTER BUTTON */
/* ========== ========== ========== ========== ========== */
.twitterbtn {
	cursor: pointer;
	margin: auto;
	width: 67px; height: 20px;
	line-height: 20px;
	display: block;
	background-color: #55acee;
	color: #ffffff;
	font-size: 10px;
	border-radius: 4px;
	text-indent: 20px;
	text-align: left;
	background-image: url(../_img/twitterbird.svg);
	background-size: 20px;
}
.twitterbtn:hover {
	opacity: 0.7;
	color: #ffffff;
}


/* ========== ========== ========== ========== ========== */
/* DL | DT | DD */
/* ========== ========== ========== ========== ========== */
dl::after {
	content: "";
	display: block;
	clear: both;
}
dt {
	clear: both;
	float: left;
}
dd { float: left }



/* ========== ========== ========== ========== ========== */
/* MODAL */
/* ========== ========== ========== ========== ========== */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -100;
	opacity: 0;
}

.modal.active {
	opacity: 1;
	z-index: 200;
}

#modal-trigger {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#modal-main {
	position: absolute;
	margin: auto;
	width: 800px;
	height: 450px;
	background-color: #ffffff;
	background-position: 50%;
	transition: none;
	/*box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);*/
	background-image: url(../_img/loading.gif);
	background-position: 50%;
}

#modalclosebtn {
	cursor: pointer;
	position: absolute;
	top: -35px;
	right: -35px;
	width: 70px;
	height: 70px;
	line-height: 65px;
	font-size: 60px;
	font-weight: 200;
	text-align: center;
	color: #000000;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	z-index: 10;
}
#modalclosebtn:hover {
	background-color: rgba(255,255,255,0.9);
}
#gallery_bg img {width: 100%;height: 100%;}
#modal-contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
#modal_title {
	position: absolute;
	top: -80px; left: 0;
	text-align: center;
	width: 100%; height: 60px;
	color: #ffffff;
	font-size: 53px;
	font-weight: 600;
}
#gallery_textarea {
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	transform: rotate(0.04deg);
}
#gallery_character {
	margin: auto;
	display: block;
	width: 218px; height: 33px;
	line-height: 33px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	background-image: url(../_img/gallery2prof.svg);
	background-size: 100%;
}
#gallery_character span {
	display: block;
	height: 100%;
	color: #ffffff;
	letter-spacing: 1px;
	text-indent: -10px;
	font-size: 15px;
}
#gallery_character span:hover {
	color: #4d4d4d;
	font-size: 15px;
}
#gallery_character::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%; height: 100%;
	background-image: url(../_img/gallery2prof-hover.svg);
	background-size: 100%;
	z-index: -1;
	transition: all 400ms;
	opacity: 0;
}
#gallery_character:hover::before {opacity: 1;}
.modal-prev {
	cursor: pointer;
	position: absolute;
	top: 0; left: -60px;
	width: 60px; height: 100%;
}
.modal-prev:hover {
	background: rgba(0, 0, 0, 0.5);
}
.modal-prev::before {
	content: "";
	position: absolute;
	top: 50%; left: 12px;
	margin-top: -6px;
	display: block;
	width: 0; height: 0;
	border-top: 13px solid transparent;
	border-right: 30px solid #ffffff;
	border-bottom: 13px solid transparent;
	border-left: 0px solid transparent;
}
.modal-next {
	cursor: pointer;
	position: absolute;
	top: 0; right: -60px;
	width: 60px; height: 100%;
}
.modal-next:hover {
	background: rgba(0, 0, 0, 0.5);
}
.modal-next::after {
	content: "";
	position: absolute;
	top: 50%; right: 12px;
	margin-top: -6px;
	display: block;
	width: 0; height: 0;
	border-top: 13px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 30px solid #ffffff;
}
/*.sp #modal-main {
	width: 80%;
	height: 80%;
}*/

/* ========== ========== ========== ========== ========== */
/* DEFINED CLASS */
/* ========== ========== ========== ========== ========== */
.sponly {
	display: none;
}

