@charset "UTF-8";

/* ----------------
	base
----------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	user-select:none;
	moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}

.clearfix{
	overflow: hidden;
	*zoom: 1;
}

a {
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #ff294c;
}

img a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

body {
	background-color: #ffc5cf;
	font-family: YuGothic, /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
	font-size: 100%;
	color: #000;
	line-height: 1.8;
}

#wrapper {
	width: 100%;
	margin: 0;
	margin: 0 auto;
}


/* ----------------
	nav
----------------*/

.menu-title{
	display: none;
}

nav {
	background-color: #ff294c;
	overflow: hidden;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;	
}

nav ul {
	clear: both;
	margin: 0 auto;
	width: 800px;
	height: 40px;
	list-style: none;
}

nav ul li{
	float: left;
	padding-right: 85px;
	vertical-align: top;
	height: 40px;
	text-align: center;
}

nav ul li:last-child {
	padding-right: 0;
}


nav ul li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
	text-decoration: none;
  color: #FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	letter-spacing:.1em;
}

nav ul li a:hover { 
	color: #000;
}

/* ----------------
	main
----------------*/

#top {
	margin: 0;
	padding: 0;
	padding-bottom: 40px;
	text-align: center;
	background-color: #ffc5cf;
	background-size: cover;
}

#top h1 {
	margin: 0;
	padding-top: 80px;
	margin-bottom: -10px;
} 

#top p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 150%;
	letter-spacing: .2em;
	color:#fff;
	text-align: center;
} 

#top p img {
	border-radius: 5px;
}

/* ----------------
	section共通
----------------*/

h2 {
	width: 800px;
	margin: 0 auto 20px auto;
	padding-top: 40px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 150%;
	letter-spacing: .1em;
	color: #ff294c;
	border-bottom: 2px solid #ff294c;
}

.clear{
	margin: 0;
	clear: both;
}

/* ----------------
	section_
	works/illustration
----------------*/
#works {
	width: 100%;
	background-image: url("../images/bg_st.gif");
	padding-bottom: 80px;
}

#works .box {
	width: 800px;
	margin: 0 auto;
}

#illustration {
	width: 100%;
	background-image: url("../images/bg_plaid.png");
	padding-bottom: 80px;
}

#illustration .box {
	width: 800px;
	margin: 0 auto;
}

figure{
	margin: 0 0 20px 8px;
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	float: left;
	border-radius: 5px;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255, 20, 59, 0.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	border-radius: 5px;
}

figure:hover figcaption {
	opacity: 1;
}

a figcaption h3,p {
	color: #fff;
	font-size: 80%;
	line-height: 1.5;
	margin-top: 5px;
	margin-left: 5px;
	text-align: left;
}

/* ----------------
	section_
	movie
----------------*/

#movie {
	width: 100%;
	padding-bottom: 80px;
	text-align: left;
	background-image: url("../images/bg_dot.png");
}

#movie .box {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#movie .box iframe {
	width: 500px;
	margin: 0 150px 30px 150px;
	border-radius: 5px;
}

#movie .box video {
	width: 500px;
	margin: 0 150px 30px 150px;
	border-radius: 5px;
}

#movie .box p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#movie .box p img {
	margin-bottom: 30px;
	padding: 0;
	border-radius: 5px;
	border: 1px solid #000;
}

#movie .box p.caption {
	width: 490px;
	background-color: #ff294c;
	margin: 30px auto 10px auto;
	padding: 5px 0 5px 10px;
	color: #fff;
	text-align: left;
	border-radius: 5px;
}

/* ----------------
	section_
	biography 
----------------*/
#biography {
	width: 100%;
	background-image: url("../images/bg_random.png");
	padding-bottom: 40px;
}

#biography .box {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	color: #000;
}

#biography .bio h3 {
	font-size: 120%;
	letter-spacing: .2em;
	font-family:"Arial Black", Gadget, sans-serif;
}

#biography .bio p {
	font-size: 90%;
	color: #000;
}

#biography .profile {
	margin-bottom: 10px;
}

#biography .history_eng {
	width: 740px;
	margin: 0;
	margin-bottom: 20px;
	padding: 30px;
	background-color: #fce7eb;
	border-radius: 5px;
}

#biography .history_jp{
	width: 800px;
	margin: 0;
	margin-bottom: 20px;
	padding: 30px;
	background-color: #fce7eb;
	border-radius: 5px;
}

#biography .history_jp tr{
	padding-bottom: 10px;
	font-size: 80%;
}

#biography .history_jp td a {
	color: #ff294c;
	text-decoration:underline;
}

a:hover {
	color: #ff294c;
	text-decoration:none;
}


#biography .history_jp td.year{
	padding-right: 10px;
	letter-spacing: .2em;
	font-weight: bold;
}

#biography .link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#biography .link p {
	font-family: "Arial Black", Gadget, sans-serif;
	float: left;
	width: 390px;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	letter-spacing: .2em;
	font-size: 120%;
	color: #fff;
	background-color: #000;
	border-radius: 5px;
}

#biography .link p:nth-child(even) {
	margin-right: 0;
}
	
#biography .link p:hover {
	color: #ff294c;
}

#biography .form {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

#biography .form p {
	margin: 0;
	padding: 0;
	padding: 10px 0;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #000;
	color: #fff;
	text-align: center;
	letter-spacing: .2em;
	font-size: 120%;
	border-radius: 5px;
}

#biography .form p:after{
	content: "▶";
	color: #ff294c;
	font-size: 90%;
	padding-left: 10px;
}

#biography .form p span {
	padding-left: 10px;
	font-size: 80%;
	letter-spacing: 0;
}

#biography .form:hover {
	color: #ff294c;
}

/* ----------------
	footer
----------------*/
footer {
	width: 100%;
	height: 40px;
	background-color: #ff294c;
}

footer p{
	margin: 0;
	padding: 10px 0;
	color: #fff;
	font-size: 90%;
	letter-spacing:.1em;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}

/* ----------------
	pagetop
----------------*/

#page-top {
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
 
#page-top p {
	margin: 0;
	padding: 0 10px 4px 10px;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #ff294c;
	border: 3px solid #ffc5cf;
	border-radius: 40px
}
 
#page-top p:hover {
	color: #000;
}
 
#move-page-top {
	color: #fff;
	/*line-height: 40px;*/
	text-decoration: none;
	display: block;
	cursor: pointer;
}