/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
html,button,input,select,textarea{font-family:sans-serif;}
body{margin:0;}
a:focus{outline:thin dotted;}
a:hover,a:active{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
h2{font-size:1.5em;margin:0.83em 0;}
h3{font-size:1.17em;margin:1em 0;}
h4{font-size:1em;margin:1.33em 0;}
h5{font-size:0.83em;margin:1.67em 0;}
h6{font-size:0.75em;margin:2.33em 0;}
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
blockquote{margin:1em 40px;}
dfn{font-style:italic;}
mark{background:#ff0;color:#000;}
p,pre{margin:1em 0;}
pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
q{quotes:none;}
q:before,q:after{content:'';content:none;}
small{font-size:75%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
dl,menu,ol,ul{margin:1em 0;}
dd{margin:0 0 0 40px;}
menu,ol,ul{padding:0 0 0 40px;}
nav ul,nav ol{list-style:none;list-style-image:none;}
img{border:0;-ms-interpolation-mode:bicubic;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
form{margin:0;}
fieldset{border:1px solid#c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
button,input{line-height:normal;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible;}
button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}


/* 
* HTML5 Boilerplate - minimal base styles 
*/

html,body{
height: 100%;
width: 100%;
}
h1,h2{margin: 0;padding: 0;}
ul,li,dl,dt,dd{margin: 0;padding: 0;list-style: none;}
::-moz-selection{background:#ffb0c0;color:#555;text-shadow:none;}
::selection{background:#ffb0c0;color:#555;text-shadow:none;}
*{outline: none;}


/* Common
------------------------------------------------------------------------*/
body{
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/bg.jpg) repeat 0 0;
}
a{
	text-decoration:none;
	color: #000;
}

#wrapper{
	position: relative;
	width: 100%;
	min-height: 100%;
	min-width: 1100px;
	margin: 0;
	overflow: auto;
}
#main{
	margin: 0 auto 0;
	width: 100%;
	overflow: hidden;
}
#main section,
#main article{
	margin-top: 50px;
}


/* Header
------------------------------------------------------------------------*/
header{
	position: relative;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 180px;
	margin: 0 auto;
	z-index: 10;
}

#logo{
	position: absolute;
	top: 50px;
	left: 50%;
	margin: 0 0 0 -200px;
	z-index: 5;
	text-align: center;
	width: 400px;
	height: 75px;
}
#logo a img{
	-webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9);
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;
	vertical-align: bottom;
}
#logo a:hover img{
	-webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0);
	-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;
}

#gnav{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
#gnav li{
	-webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8);
	-webkit-transition: All 0.15s ease-out; -moz-transition: All 0.15s ease-out;	-o-transition: All 0.15s ease-out; transition: All 0.15s ease-out;
	z-index: 5;
}
#gnav li:hover,
#gnav li.active{
	-webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0);
}
#nav_about,#nav_works,#nav_gallery,#nav_contact{
	position: absolute;
	width: 181px;
	height: 111px;
}
#nav_about{
	top: 5px;
	left: 50%;
	margin-left: -550px;
}
#nav_gallery{
	top: 70px;
	left: 50%;
	margin-left: -400px;
}
#nav_works{
	top: 65px;
	left: 50%;
	margin-left: 200px;
}
#nav_contact{
	top: 15px;
	left: 50%;
	margin-left: 350px;
}
#gnav li a{
	position: absolute;
	top: 0;
	left: 0;
	display:  block;
	width: 181px;
	height: 111px;
	font-size: 2.4em;
	font-family: 'Fredoka One', cursive;
	font-weight: bold;
	line-height: 95px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #62afb7;
	outline: none;
}
#nav_works a, #nav_gallery a{
	background: url(../images/nav_cloud01.png) no-repeat 0 0;
}
#nav_about a, #nav_contact a{
	background: url(../images/nav_cloud02.png) no-repeat 0 0;
}
#gnav li a:hover{
	color: #ffb74e;
}
#gnav li.active a{
	color: #fed700;
	background: url(../images/obj_bird-red.png) no-repeat 45% 0, url(../images/nav_cloud01.png) no-repeat 0 0;
	cursor: default;
}
#gnav li .animate-l{	
	-webkit-animation: flow-big 2s ease-in-out infinite alternate; -moz-animation: flow-big 2s ease-in-out infinite alternate; -o-animation: flow-big 2s ease-in-out infinite alternate; animation: flow-big 2s ease-in-out infinite alternate;
}
@-webkit-keyframes flow-big {
	0% { margin-left : 0px; }
	100% { margin-left : -20px; }
}
@-moz-keyframes flow-big {
	0% { margin-left : 0px; }
	100% { margin-left : -20px; }
}
@-o-keyframes flow-big {
	0% { margin-left : 0px; }
	100% { margin-left : -20px; }
}
@keyframes flow-big {
	0% { margin-left : 0px; }
	100% { margin-left : -20px; }
}

#gnav li .animate-s{	
	-webkit-animation: flow-small 3s ease-in-out infinite alternate; -moz-animation: flow-small 3s ease-in-out infinite alternate; -o-animation: flow-small 3s ease-in-out infinite alternate; animation: flow-small 3s ease-in-out infinite alternate;
}
@-webkit-keyframes flow-small {
	0% { margin-left : 0px; }
	100% { margin-left : -20px; }
}
@-moz-keyframes flow-small {
	0% { margin-left : 0px; }
	100% { margin-left : -15px; }
}
@-o-keyframes flow-small {
	0% { margin-left : 0px; }
	100% { margin-left : -15px; }
}
@keyframes flow-small {
	0% { margin-left : 0px; }
	100% { margin-left : -15px; }
}


/* Footer
------------------------------------------------------------------------*/
#gfooter{
	position: absolute;
	bottom:  0;
	width: 100%;
	height: 280px;
	background: url(../images/bg_footer.png) no-repeat 50% 100%;
	z-index: 7;
}

.movTsukasa{
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 10;
	margin:  0 0 0 -150px;
	display: block;
}
.movMisaki{
	position: absolute;
	left: 50%;
	bottom: 70px;
	z-index: 10;
	margin:  0 0 0 90px;
	display: block;
}
.movKurumi{
	position: absolute;
	left: 50%;
	bottom: 32px;
	z-index: 10;
	margin:  0 0 0 350px;
	display: block;
}

#totop{
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 62px;
	height: 70px;
	margin: 0 0 0 -380px;
}
#totop img{
  position: absolute;
  bottom: 0;
	-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg);
}
#totop:hover{
	cursor: pointer;
}
#totop:hover img{
	-webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); transform: rotate(10deg);
}
.topcursor{
	background: url(../images/cursor-top.png) no-repeat 50% 95%;
  -webkit-transition: 0.1s ease-out; -moz-transition: All 0.15s ease-out; -o-transition: All 0.15s ease-out; transition: All 0.15s ease-out;
}
.topcursor:hover{
  background-position: 50% 0;
  -webkit-transition: 0.2s ease-out; -moz-transition: All 0.15s ease-out; -o-transition: All 0.15s ease-out; transition: All 0.15s ease-out;
}

#obj_grass{
	position: absolute;
	left: 50%;
	bottom: 5px;
	margin: 0 0 0 -470px;
}
#obj_flower{
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin: 0 0 0 -290px;
}
#ft_inner{
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 1000px;
	margin:  0 0 0 -500px;
	font-family: 'Comfortaa', cursive;
	letter-spacing: 0.1em;
}
#credit{
	position: absolute;
	bottom: 0;
	left: 10px;
	color: #fff;
	font-size: 1.1em;
}
#copyright{
	position: absolute;
	bottom: 0;
	right: 40px;
	color: #fff;
	font-size: 1.1em;
}



/* Contents
------------------------------------------------------------------------*/
#contents{
	width: 100%;
	padding: 0 0 300px;
	z-index: 5;
	overflow: auto;
}
.ring{
	position: absolute;
	top: 10px;
	left: -13px;
	width: 40px;
	background: url(../images/bg_ring.png) repeat-y 0 0;
}


/* Top Page - Infomation
------------------------------------------------------------------------*/
#info{
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 370px;
	background: url(../images/infoboard_btm.png) 0 100% no-repeat;
	margin-left: -500px;
	padding-bottom: 168px;
}
#info dl{
	background: url(../images/infoboard_top.png) 0 0 no-repeat;
	margin: 0;
	overflow: hidden;
	padding: 105px 0 10px;
}
#info dt{
	float: left;
	width: 100px;
	margin: 0 0 0 35px;
	text-align: right;
}
#info dt a img{
	border: 3px solid #fff;
	padding: 2px;
}
#info dt a:hover img{
	border: 3px solid #f36381;
}
#info dd{
	float: left;
	width: 180px;
	margin: 0 0 0 20px;
	color: #613a00;
	font-size: 1.2em;
}
#info dd p{
	margin: 5px 0 0 0;
}
#info .date{
	display: block;
	background: url(../images/li_flower.png) no-repeat 50% 0;
	font-family: 'Fredoka One', cursive;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	color: #613a00;
	padding: 0;
	text-align: center;
	line-height: 25px;
	vertical-align: top;
}

#obj_tree{
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: 190px;
	z-index: -1;
}


/* About
------------------------------------------------------------------------*/
#pg_about{
  position: relative;
	width: 1000px;
	background: url(../images/bg_skech.jpg) repeat 0 0;
	margin: 30px auto 0;
	-webkit-box-shadow: 0px 0px 10px #403c33;	box-shadow: 0px 0px 30px #888;
	-webkit-border-radius: 5px; border-radius: 5px;
}
#pg_about .ring{
	height: 650px;
	top: 5px;
}
#pg_about .inner{
	text-align: center;
	margin: 0 30px 0 40px;
	padding: 50px 0 20px 0;
	color: #666;
}
#pg_about h2{
	margin: 0;
}
#pg_about .desc{
	font-size: 1.3em;
	margin: 30px 0 0 0;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#linkset{
	margin-top: 10px;
	font-size:1.2em;
}
#linkset li{
	margin-top: 15px;
}
#linkset li:first-letter{
	color: #613a00;
	margin-right: 2px;
}
#linkset a{
	color: #268bab;
	border-bottom: 1px dotted #268bab;
	margin: 0 3px;
}
#linkset a:hover{
	border: none;
}

#lnkGallery a, #lnkWorks a{
	background: url(../images/cursor.png) no-repeat 0 50%;
	padding: 0 0 0 23px;
	margin: 5px 0 0 0;
	font-family: 'Fredoka One', cursive;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #613a00;
	border: none;
	display: inline-block;
}
#lnkGallery a:hover, #lnkWorks a:hover{
	color: #ffa630;
	background-position-x: 3px;
	-webkit-transition: none 0 ease 0.5s; -moz-transition: none 0 ease 0.5s; -o-transition: none 0 ease 0.5s; transition: none 0 ease 0.5s;
}


/* PROFILE */
#profile{
	overflow:hidden;
	width: 100%;
	margin: 50px 0 0;
}
#profile li{
	display: inline;
	float: left;	
	width: 33.33%;
	background: url(../images/bg_dot-y.png) no-repeat 100% 50px;
	text-align: justify;
	text-justify: distribute;
}
#profile h3{
	margin: 0;
	text-align: center;
}
#profile .text{
  padding: 0 15px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#profile .text p{
	margin: 20px 0 10px;
	font-size: 1.3em;
	text-align: left;
	letter-spacing: 0.05em;
}
#profile .text p img{
	float: right;
}

#profile #kurumi{
	background: none;
}


/* Gallery & Works
------------------------------------------------------------------------*/
.hd_cloud{
	-webkit-animation: flow-top 2s ease-in-out infinite alternate; -moz-animation: flow-top 2s ease-in-out infinite alternate; -o-animation: flow-top 2s ease-in-out infinite alternate; animation: flow-top 2s ease-in-out infinite alternate;
}
@-webkit-keyframes flow-top {
	0% { margin-top : 15px; }
	100% { margin-top : 5px; }
}
@-moz-keyframes flow-top {
	0% { margin-top : 15px; }
	100% { margin-top : 5px; }
}
@-o-keyframes flow-top {
	0% { margin-top : 15px; }
	100% { margin-top : 5px; }
}
@keyframes flow-top {
	0% { margin-top : 15px; }
	100% { margin-top : 5px; }
}

.hd_cloud2{	
	-webkit-animation: flow-top2 2s ease-in-out infinite alternate; -moz-animation: flow-top2 2s ease-in-out infinite alternate; -o-animation: flow-top2 2s ease-in-out infinite alternate; animation: flow-top2 2s ease-in-out infinite alternate;
}
@-webkit-keyframes flow-top2 {
	0% { margin-top : 5px; }
	100% { margin-top : 15px; }
}
@-moz-keyframes flow-top2 {
	0% { margin-top : 5px; }
	100% { margin-top : 15px; }
}
@-o-keyframes flow-top2 {
	0% { margin-top : 5px; }
	100% { margin-top : 15px; }
}
@keyframes flow-top2 {
	0% { margin-top : 5px; }
	100% { margin-top : 15px; }
}

.setModal{
	z-index: 10;
}

.workset{
  overflow: hidden;
  margin: 0 auto;
  max-width: 1100px;
}
.hd_cloud, .hd_cloud2{
  background: url(../images/hd_cloud.png) no-repeat 0 0;
  height: 71px;
  width: 115px;
  line-height: 68px;
  text-align: center;
  font-size: 1.6em;
  font-family: 'Fredoka One', cursive;
  color: #4e2500;
  float: left;
  margin: 15px 10px 0 0;
}
.lst_thumb{
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 10px;
}
.lst_thumb li{
  float: left;
  margin: 0 10px 0 0;
  padding-top: 17px;
}
.lst_thumb img{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 7px #888; box-shadow: 0px 0px 7px #888;
  -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9);
  -webkit-transition: All 0.15s ease-out; -moz-transition: All 0.15s ease-out; -o-transition: All 0.15s ease-out; transition: All 0.15s ease-out;
}
.lst_thumb img:hover{
  -webkit-box-shadow: 0px 0px 12px #888; box-shadow: 0px 0px 12px #888;
  -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0);
}
.new{
	background: url(../images/new.gif) no-repeat 50% 0;
}



/* Modal Window
------------------------------------------------------------------------*/

.overlay-container {
	display: none;
	height: 100%;
	width: 100%;
	min-width: 1100px;
	overflow: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;
	background: url(../images/bg_paper.png) repeat 0 0;
	text-align: center;
}

.window-container {
	position: relative;
	display: inline-block;
	background: url(../images/bg_skech.jpg) repeat 0 0;
	margin: 150px auto 0;
	padding: 50px 30px 80px 60px;
	text-align: left;
	z-index: 20;
	-webkit-box-shadow: 0px 0px 30px #888;
	box-shadow: 0px 0px 30px #888;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}

.window-container .ring{
	height: 340px;
	top: 15px;
}


.filter{
	-webkit-filter: blur(2px);
/*	filter: blur(2px);*/
}

.setImg{
	max-width: 700px;
	height: 250px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
.setImg img{
  width: 100%;
  height: auto;
}
.setImg .amazon{
  display: block;
  text-align: center;
}
.setImg .amazon img{
  width: auto;
  float: none;
  margin: 15px auto;
}

.setInfo{
	width: 300px;
  float: left;
	color: #4e2500;
}
.setInfo li{
  line-height: 1.6;
  color: #4e2500;
}
.setInfo .title{
	margin: 0 0 20px;
  font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.setInfo .title small{
font-size: 12px;
}

.setInfo .category{
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
}
.setInfo .publish{
  margin-bottom: 30px;
  font-size: 1.3em;
  font-weight: bold;
}
.comment{
	margin: 0;
	font-size: 1.3em;
}
.setInfo em{
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  width: 90px;
}

.amazon img,
.close{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.close {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.amazon a:hover img,
.close:hover{
  opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* Gallery用上書き */
#pg_gallery .window-container{
  padding: 50px 40px 50px 60px;
}
#pg_gallery .window-container .ring{
  height: 480px;
}
#pg_gallery .setImg{
  float: none;
  margin: 0;
  height: 350px;
  max-width: 1000px;
  text-align: center;
}
#pg_gallery .setImg img{
	width: auto;
	height: 100%;
}
#pg_gallery .setInfo{
  float: none;
  margin: 15px 0 0 0;
  width: 100%;
}
#pg_gallery .setInfo .title{
  margin: 0 0 10px 0;
}
#pg_gallery .setInfo .comment{
  font-size: 1.3em;
  margin: 0;
}
#pg_gallery .close{
  right: 40px;
  bottom: 30px;
}

