﻿@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: 1085px;
	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: 'Rounded Mplus 1c';*/
	font-family: 'mplus-light';
  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: 'Rounded Mplus 1c';*/
	font-family: 'mplus-regular';
  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-medium';
  /*font-family: 'Rounded Mplus 1c';*/
  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-bold';
  /*font-family: 'Rounded Mplus 1c';*/
  font-style: normal;
  /*font-weight: 700;*/
  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');
}

body {font-family: 'mplus-light';}
.mplus-light {font-family: 'mplus-light';}
.mplus-regular {font-family: 'mplus-regular';}
.mplus-medium {font-family: 'mplus-medium';}
.mplus-bold {font-family: 'mplus-bold';}
.marugo {font-family: "heisei-maru-gothic-std",sans-serif;}
/* ========== ========== ========== ========== ========== */
/* HEADER */
/* ========== ========== ========== ========== ========== */
header {
	position: absolute;
	text-align: left;
	display: block;
	height: 110px;
	background-image: url(../_img/header_bg.png);
	background-repeat: repeat-x;
	z-index: 5;
	animation: staranime 15s linear infinite;
}
@keyframes staranime {
	0% { background-position: 0 0;}
	100% { background-position: 192px 0px;}
}
@-webkit-keyframes staranime {
	0% { background-position: 0 0;}
	100% { background-position: 192px 0px;}
}
@-moz-keyframes staranime {
	0% { background-position: 0 0;}
	100% { background-position: 192px 0px;}
}
header nav, header ul {
	display: block;
	width: 100%; height: 100%;
}
header ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
header nav li {
	height: 100%;
	/*float: left;*/
}
header nav li:nth-of-type(1) {width: 210px;}
header nav li a {
	display: block;
	height: 50px;
	padding-top: 50px;
	line-height: 25px;
	color: #ffffff;
	font-size: 25px;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'mplus-bold';
	text-shadow: 0 0 5px #000000;
	background-position: 50% 50%;
	transform: rotate(0.05deg);
}
header nav li a[href^='javascript'] {
	cursor: default;
	color: #cccccc;
}
header nav li a[href^='javascript']:hover {
	color: #cccccc;
	opacity: 1;
}
header nav li a[href^='javascript']::after {
	content: "準備中";
	position: absolute;
	top: 50px; left: 0;
	display: block;
	width: 100%; height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #ffffff;
	background-color: #f069a3;
	text-align: center;
	transform: rotate(10deg);
	text-shadow: 0 0 0 rgba(255,255,255,0.1);
	opacity: 0.9;
}
header nav li:nth-of-type(1) a {background-image: url(../_img/header_logo.png);
	height: 100%;
	background-position: 50% 0%;
}
header nav li:nth-of-type(2) a {background-image: url(../_img/header_concept.png);}
header nav li:nth-of-type(3) a {background-image: url(../_img/header_character.png);}
header nav li:nth-of-type(4) a {background-image: url(../_img/header_gallery.png);}
header nav li:nth-of-type(5) a {background-image: url(../_img/header_download.png);}
header nav li:nth-of-type(6) a {background-image: url(../_img/header_shop.png);}
header nav li:nth-of-type(7) a {background-image: url(../_img/header_special.png);}
header nav li a:hover {
	opacity: 0.6;
	color: #ffffff;
}
header nav li:nth-of-type(2) a:first-letter {color:#f3a7c9;}
header nav li:nth-of-type(3) a:first-letter {color:#8ccd9f;}
header nav li:nth-of-type(4) a:first-letter {color:#91b9dc;}
header nav li:nth-of-type(5) a:first-letter {color:#f4a77f;}
header nav li:nth-of-type(6) a:first-letter {color:#ae5da1;}
header nav li:nth-of-type(7) a:first-letter {color:#ffff00;}
header nav li a span {
	display: block;
	font-size: 18px;
	text-align: center;
	font-family: 'mplus-regular';
}
header nav ul::after {
	content: "";
	display: block;
	clear: both;
}

#background_attachment {
	display: block;
	width: 100%; height: 100%;
	position: fixed;
	background-attachment: fixed;
	background-image: url(../_img/body_bg.png);
	background-repeat: repeat;
	z-index: -10;
}
.pc #background_attachment {
	animation: bganime 45s linear infinite;
}
@keyframes bganime {
	0% { background-position: 0 0;}
	100% { background-position: 600px -1200px;}
}
@-webkit-keyframes bganime {
	0% { background-position: 0 0;}
	100% { background-position: 600px -1200px;}
}
@-moz-keyframes bganime {
	0% { background-position: 0 0;}
	100% { background-position: 600px -1200px;}
}
/* ========== ========== ========== ========== ========== */
/* 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;
}

/* ========== ========== ========== ========== ========== */
/* FOOTER */
/* ========== ========== ========== ========== ========== */
footer::before {
	content: "";
	position: absolute;
	top: -117px; left: 0;
	width: 100%;
	height: 120px;
	background-image: url(../_img/footer_upper.png);
	background-position: 50%;
	background-repeat: no-repeat;
}
footer {
	margin-top: 150px;
	padding-top: 20px;
	height: 320px;
	text-align: center;
	background-color: #91b9dc;
}
footer span {
	display: none;
}
footer li {
	display: inline-block;
}
footer li + li::before {
	content: "|";
	display: inline;
	padding: 0 1em;
	color: #ffffff;
}
footer li a {
	color: #ffffff;
}
footer li a:hover {
	color: #f069a3;
	text-shadow: 0 0 1px #f069a3;
}
#copy {
	width: 250px;
	margin: 40px auto;
}
#copy:hover {
	opacity: 0.5;
}
#copy span {
	display: block;
	color: #ffffff;
}
#footer_twitterbtn {
	display: block;
	margin: 40px auto 0;
	width: 80px; height: 20px;
	line-height: 20px;
	text-indent: 20px;
	font-size: 12px;
	color: #91b9dc;
	background-color: #ffffff;
	background-image: url(../_img/footer_anago.png);
	background-size: 18px;
	background-position: 3px 100%;
	border-radius: 3px;
}
#footer_twitterbtn:hover {
	color: #91b9dc;
	opacity: 0.6;
}
/* ========== ========== ========== ========== ========== */
.pagetop {
	position: fixed;
	cursor: pointer;
	bottom: -120px;
	right: 10px;
	width: 110px;
	height: 110px;
	background-image: url(../../_img/pagetop.png);
	z-index: 10;
}
.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;
}

/* ========== ========== ========== ========== ========== */
/* <h1> <h2> */
/* ========== ========== ========== ========== ========== */
h1.pagetitle {
	padding-top: 165px;
	line-height: 68px;
	font-size: 68px;
	letter-spacing: 40px;
	text-align: center;
	color: #f069a3;
}
h1.pagetitle::before {
	content: "";
	position: relative;
	top: -10px;
	display: inline-block;
	width: 22px; height: 22px;
	margin-right: 20px;
	background-color: #f069a3;
	border-radius: 50%;
}
h1.pagetitle::after {
	content: "";
	position: relative;
	top: -10px;
	display: inline-block;
	width: 22px; height: 22px;
	margin-left: -20px;
	background-color: #f069a3;
	border-radius: 50%;
}
.pagesubtitle {
	margin-bottom: 40px;
	letter-spacing: 15px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #f069a3;
}
h2.square {
	margin-top: 20px;
	padding-left: 50px;
	height: 68px;
	line-height: 68px;
	font-size: 50px;
	text-align: left;
	letter-spacing: 1px;
	color: #f069a3;
	background-image: url(../_img/square.svg);
	background-position: left 0 bottom 12px;
	border-bottom: 1px solid #f3a7c9;
}
h2.square span {
	top: -5px;
	letter-spacing: 5px;
	font-size: 20px;
	transform: rotate(0.05deg);
}
h3.title {
	margin: 40px auto;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	letter-spacing: 5px;
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	background-color: #ea68a2;
	border-radius: 20px;
}

.banner a {
	background-color: #ffffff;
	margin-top: 20px;
	border-radius: 10px;
}
.banner a:hover img {
	opacity: 0.6;
}
.banner a[href^=javascript] {cursor: default;}
.banner a[href^=javascript]:hover img { opacity: 1;}
.banner a.new::before {
	content: "NEW";
	background-color: #ea68a2;
	position: absolute;
	top: 6px; right: 0px;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	z-index: 1;
}
.banner img {
	height: 120px;
	border-radius: 10px;
	border: 2px solid #ffffff;
	box-shadow: 0 0 0 1px #7e0043;
}
.noborder img {
	border: none 0 !important;
	box-shadow: none !important;
}

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

/* ========== ========== ========== ========== ========== */
/* FORM */
/* ========== ========== ========== ========== ========== */
form dl {
	width: 860px;
	margin-left: 100px;
	border-bottom: 2px solid #FF5722;
}
form dt {
	width: 300px;
	line-height: 34px;
	padding: 8px 0;
	text-indent: 10px;
	border-top: 2px solid #FF5722;
}
form dt span {
	position: absolute;
	top: 8px; right: 16px;
	line-height: 20px;
	padding: 4px;
	font-size: 12px;
	text-indent: 0;
	color: #ffffff;
	background-color: #c79462;
	border-radius: 3px;
}
form dd {
	padding: 8px 0;
	width: 560px;
	border-top: 2px solid #FF5722;
}
button {
	background-color: #FF5722;
	border: 1px solid #FF5722;
	font-size: 20px;
}
input[type=text],input[type=email],
textarea, select {
	padding: 4px 8px;
	min-width: 400px;
	font-size: 16px;
	border: 1px solid #BDBDBD;
	background-color: #ffffff;
}
input[type=number] {
	padding: 4px 8px;
	min-width: 100px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #BDBDBD;
	background-color: #ffffff;
}
input[type=checkbox] {
	width: 20px; height: 20px;
	margin: 0 4px 4px 0;
	border: 1px solid #cccccc;
	vertical-align: top;
	background-position: 50%;
	background-size: 28px;
	transition: none;
}
input[type=checkbox]:checked {
	background-color: #000000;
}
select {
	width: 420px; height: 34px;
	background-image: url(../_img/icon/expand_more_black.png);
	background-position: 100% 50%;
	background-size: 40px;
}
textarea {
	min-height: 120px;
	resize: vertical;
}
button {
	display: block;
	margin: 20px auto;
	padding: 4px 8px;
	width: 200px;
	background-color: #7a4f24;
	color: #ffffff;
	border: 1px solid #7a4f24;
	outline: none;
}
/*input[required], textarea[required], select[required] {
	background-color: #fffde7;
}*/
input[required].ok, textarea[required].ok, select[required].ok {
	background-color: #F1F8E9;
}
input[type=text], input[type=email], input[type=submit],
textarea {
	transition: all 0ms !important;
}

/* ========== ========== ========== ========== ========== */
/* MODAL */
/* ========== ========== ========== ========== ========== */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.5);
	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: 1080px;
	height: 720px;
	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: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	padding-right: 4px;
	line-height: 20px;
	font-size: 28px;
	text-align: right;
	color: #ffffff;
	z-index: 10;
}
#modalclosebtn::after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 0; height: 0;
	border-top: 20px solid #000000;
	border-right: 20px solid #000000;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	z-index: -5;
}

#modalclosebtn:hover {
	opacity: 0.6;
}

#modal-contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

/*.sp #modal-main {
	width: 80%;
	height: 80%;
}*/

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

/* ========== ========== ========== ========== ========== */
/* DEFAULT MAIL FORM */
/* ========== ========== ========== ========== ========== */
/*input[required], textarea[required], select[required] {
	background-color: rgba(199,148,98,0.1);
}*/
.defaultmailform .mailform_title {
	margin-left: 100px;
	width: 860px; height: 28px;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background-color: #7a4f24;
}
.defaultmailform dl {
	width: 860px;
	margin-left: 100px;
	border-bottom: 2px solid #7a4f24;
}
.defaultmailform dt {
	clear: both;
	float: left;
	width: 300px;
	line-height: 34px;
	padding: 8px 0;
	text-indent: 10px;
	border-top: 2px solid #7a4f24;
}
.defaultmailform dd {
	float: left;
	padding: 8px 0;
	width: 560px;
	border-top: 2px solid #7a4f24;
}
.defaultmailform dt span {
	position: absolute;
	top: 8px;
	right: 16px;
	line-height: 20px;
	padding: 4px;
	font-size: 12px;
	text-indent: 0;
	color: #ffffff;
	background-color: #c79462;
	border-radius: 3px;
}
/*.defaultmailform dd input[type=text],
.defaultmailform dd input[type=email] {
	width: 500px;
}*/
.defaultmailform dd textarea {
	width: 500px;
	height: 200px;
}
.defaultmailform .check {
	cursor: pointer;
	display: block;
	margin: 0 auto 20px;
	min-width: 140px !important;
	width: 140px;
	height: 40px;
	/*line-height: 40px;*/
	text-align: center;
	color: #ffffff;
	background-color: #7a4f24;
	border-radius: 3px;
}
.defaultmailform .check:hover {
	opacity: .7;
}
.defaultmailform #err_message {
	text-align: center;
	color: #ec315a;
}