@charset "UTF-8";
/* CSS Document */

html,body { height: 100%;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #222;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;	
}
body#index { overflow: hidden;}

/*////////////////////////////////////////////////////////////////////////////////
	 common
////////////////////////////////////////////////////////////////////////////////*/
#menu {
	position: fixed;
	top: 50%;
	left: 50%;
	border: #8f764f solid 1px;
	background-color: #222;
	z-index: 8000;
    padding: 130px 200px;
	width: 660px;
	height: 690px;
	margin-top: -345px;
	margin-left: -330px;
	text-align: center;
	box-sizing: border-box;
	display: none;
}
#menu ul li {
	margin-bottom: 20px;
}
#menu ul li:last-child { margin-bottom: 0;}
#menu ul li a {
	color: #8f764f;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 10px;
}
#menu ul li a:hover { color: #fff;}

/* menu icon
//////////////////////////////////////////////////////*/
#menuButton {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 8000;
}
#menuButton span {
    display: block;
    background: #fff;
    width: 24px;
    height: 3px;
    position: absolute;
    left: 3px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton p {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

#menuButton span:first-child { top: 6px;}
#menuButton span:nth-child(2) { bottom: 6px;}
#menuButton.active span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

.antiLigature { letter-spacing:0;}

#soundBtn,
#soundBtnOff {
	position: fixed;
    top: 30px;
    right: 30px;
	z-index: 8000;
	width: 60px;
}
#soundBtn img, #soundBtnOff img { width: 100%; height: auto;}
#soundBtnOff { display: none;}

/*////////////////////////////////////////////////////////////////////////////////
	 top page opening
////////////////////////////////////////////////////////////////////////////////*/
#opening {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #222;
	top: 0;
	left: 0;
	z-index: 9999;
}
#opening #opningAnime {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -115px;
	margin-left: -85px;
}
#opening #opningAnime .opKoike {
	float: left;
	position: relative;
}
#opening #opningAnime .opParc {
	float: left;
	position: relative;
}



#opening #opningAnime .opKoike .img1 {
	-webkit-animation:opkoike1 6s linear 0s infinite;
    -moz-animation:opkoike1 6s linear 0s infinite;
    animation:opkoike1 6s linear 0s infinite;
}
@-webkit-keyframes opkoike1{ 0% {opacity:1;} 20% {opacity:1;} 25% {opacity:0;} 45% {opacity:0;} 50% {opacity:1;} 70% {opacity:1;} 75% {opacity:0;} 95% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes opkoike1{ 0% {opacity:1;} 20% {opacity:1;} 25% {opacity:0;} 45% {opacity:0;} 50% {opacity:1;} 70% {opacity:1;} 75% {opacity:0;} 95% {opacity:0;} 100% {opacity:1;}}
@keyframes opkoike1{ 0% {opacity:1;} 20% {opacity:1;} 25% {opacity:0;} 45% {opacity:0;} 50% {opacity:1;} 70% {opacity:1;} 75% {opacity:0;} 95% {opacity:0;} 100% {opacity:1;}}

#opening #opningAnime .opKoike .img2 {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:opkoike2 6s linear 0s infinite;
    -moz-animation:opkoike2 6s linear 0s infinite;
    animation:opkoike2 6s linear 0s infinite;
}
@-webkit-keyframes opkoike2{ 0% {opacity:0;} 20% {opacity:0;} 25% {opacity:1;} 45% {opacity:1;} 50% {opacity:0;} 70% {opacity:0;} 75% {opacity:1;} 95% {opacity:1;} 100% {opacity:0;}}
@-moz-keyframes opkoike2{ 0% {opacity:0;} 20% {opacity:0;} 25% {opacity:1;} 45% {opacity:1;} 50% {opacity:0;} 70% {opacity:0;} 75% {opacity:1;} 95% {opacity:1;} 100% {opacity:0;}}
@keyframes opkoike2{ 0% {opacity:0;} 20% {opacity:0;} 25% {opacity:1;} 45% {opacity:1;} 50% {opacity:0;} 70% {opacity:0;} 75% {opacity:1;} 95% {opacity:1;} 100% {opacity:0;}}




#opening #opningAnime .opParc .img1 {
	-webkit-animation:op1 6s linear 0s infinite;
    -moz-animation:op1 6s linear 0s infinite;
    animation:op1 6s linear 0s infinite;
}
@-webkit-keyframes op1{ 0% {opacity:1;} 20% {opacity:1;} 25% {opacity:0;} 95% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes op1{ 0% {opacity:1;} 20% {opacity:1;} 25% {opacity:0;} 95% {opacity:0;} 100% {opacity:1;}}
@keyframes op1{ 0% {opacity:1;} 20% {opacity:1;} 25% {opacity:0;} 95% {opacity:0;} 100% {opacity:1;}}

#opening #opningAnime .opParc .img2 {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:op2 6s linear 0s infinite;
    -moz-animation:op2 6s linear 0s infinite;
    animation:op2 6s linear 0s infinite;
}
@-webkit-keyframes op2{ 0% {opacity:0;} 20% {opacity:0;} 25% {opacity:1;} 45% {opacity:1;} 50% {opacity:0;} 100% {opacity:0;}}
@-moz-keyframes op2{ 0% {opacity:0;} 20% {opacity:0;} 25% {opacity:1;} 45% {opacity:1;} 50% {opacity:0;} 100% {opacity:0;}}
@keyframes op2{ 0% {opacity:0;} 20% {opacity:0;} 25% {opacity:1;} 45% {opacity:1;} 50% {opacity:0;} 100% {opacity:0;}}


#opening #opningAnime .opParc .img3 {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:op3 6s linear 0s infinite;
    -moz-animation:op3 6s linear 0s infinite;
    animation:op3 6s linear 0s infinite;
}
@-webkit-keyframes op3{ 0% {opacity:0;} 45% {opacity:0;} 50% {opacity:1;} 70% {opacity:1;} 75% {opacity:0;} 100% {opacity:0;}}
@-moz-keyframes op3{ 0% {opacity:0;} 45% {opacity:0;} 50% {opacity:1;} 70% {opacity:1;} 75% {opacity:0;} 100% {opacity:0;}}
@keyframes op3{ 0% {opacity:0;} 45% {opacity:0;} 50% {opacity:1;} 70% {opacity:1;} 75% {opacity:0;} 100% {opacity:0;}}

#opening #opningAnime .opParc .img4 {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation:op4 6s linear 0s infinite;
    -moz-animation:op4 6s linear 0s infinite;
    animation:op4 6s linear 0s infinite;
}
@-webkit-keyframes op4{ 0% {opacity:0;} 70% {opacity:0;} 75% {opacity:1;} 95% {opacity:1;} 100% {opacity:0;}}
@-moz-keyframes op4{ 0% {opacity:0;} 70% {opacity:0;} 75% {opacity:1;} 95% {opacity:1;} 100% {opacity:0;}}
@keyframes op4{ 0% {opacity:0;} 70% {opacity:0;} 75% {opacity:1;} 95% {opacity:1;} 100% {opacity:0;}}




.iloveyou01 {
	position: absolute;
    top: -50px;
    left: 100px;
	color: #8f764f;
	font-weight: bold;
	font-size: 16px;
    width: 100px;
	-webkit-animation:love1 6s ease-in-out 0s infinite;
    -moz-animation:love1 6s ease-in-out 0s infinite;
    animation:love1 6s ease-in-out 0s infinite;
}
@-webkit-keyframes love1{ 0% {opacity:0;} 20% {opacity:0;} 25% {opacity:1;} 45% {opacity:1;} 50% {opacity:0;} 70% {opacity:0;} 75% {opacity:1;} 95% {opacity:1;} 100% {opacity:0;}}
@-moz-keyframes love1{ 0% {opacity:0;} 20% {opacity:0;} 25% {opacity:1;} 45% {opacity:1;} 50% {opacity:0;} 70% {opacity:0;} 75% {opacity:1;} 95% {opacity:1;} 100% {opacity:0;}}
@keyframes love1{ 0% {opacity:0;} 20% {opacity:0;} 25% {opacity:1;} 45% {opacity:1;} 50% {opacity:0;} 70% {opacity:0;} 75% {opacity:1;} 95% {opacity:1;} 100% {opacity:0;}}
.iloveyou02 {
	position: absolute;
    top: 10px;
    left: 200px;
	color: #8f764f;
	font-weight: bold;
	font-size: 16px;
    width: 100px;
	-webkit-animation:love2 6s ease-in-out 0s infinite;
    -moz-animation:love2 6s ease-in-out 0s infinite;
    animation:love2 6s ease-in-out 0s infinite;
}
@-webkit-keyframes love2{ 0% {opacity:1;} 20% {opacity:1;} 25% {opacity:0;} 45% {opacity:0;} 50% {opacity:1;} 70% {opacity:1;} 75% {opacity:0;} 95% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes love2{ 0% {opacity:1;} 20% {opacity:1;} 25% {opacity:0;} 45% {opacity:0;} 50% {opacity:1;} 70% {opacity:1;} 75% {opacity:0;} 95% {opacity:0;} 100% {opacity:1;}}
@keyframes love2{ 0% {opacity:1;} 20% {opacity:1;} 25% {opacity:0;} 45% {opacity:0;} 50% {opacity:1;} 70% {opacity:1;} 75% {opacity:0;} 95% {opacity:0;} 100% {opacity:1;}}


/*////////////////////////////////////////////////////////////////////////////////
	 top page
////////////////////////////////////////////////////////////////////////////////*/
#index #menu {
	padding: 170px 200px;
}
h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 10px;
}
h2 span { font-weight: 800;}

#silhouette {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#walk01 {
	position: fixed;
	bottom: 70px;
	/*left: 1%;*/
    z-index: 100;
}
#walk01.walkScroll { background: url(../../images/walk_parc02.png) no-repeat left top;}
.walkScroll img { opacity: 0;}
#walk02 {
	position: fixed;
	bottom: 70px;
	/*left: 5%;*/
    z-index: 100;
}
#walk02.walkScroll { background: url(../../images/walk_koike02.png) no-repeat left top;}

#run01,
#run02,
#run03,
#run04,
#run05,
#run06 {
	position: absolute;
	z-index: 100;
}
.walkScroll img { opacity: 0;}

#run01.walkScroll { background: url(../../images/run_parc02.png) no-repeat left top;}
#run02.walkScroll { background: url(../../images/run_koike02.png) no-repeat left top;}
#run03.walkScroll { background: url(../../images/run_parc04.png) no-repeat left top;}
#run04.walkScroll { background: url(../../images/run_koike04.png) no-repeat left top;}

#run05 { bottom: 80px; left: -5%;}
#run06 { bottom: 80px; left: -10%;}
#run05.walkScroll { background: url(../../images/run_parc02.png) no-repeat left top;}
#run06.walkScroll { background: url(../../images/run_koike02.png) no-repeat left top;}

/* titleArea
--------------------------------------------------------------------------------*/

#titleArea {
	width: 100%;
	height: 100%;
	max-height: 900px;
	position: relative;
	z-index: 2;
}
#titleArea h1 {
	text-align: center;
	position: absolute;
	top: 12%;
	left: 0;
	width: 100%;
	z-index: 100;
}
#titleArea .titleEn {
	position: fixed;
	top: 50%;
	right: -50px;
	color: #545454;
	letter-spacing: 3px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#titleArea #earth {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 60%;
	left: 50%;
	margin: -200px 0 0 -200px;
	z-index: 90;
}

#titleArea #moon {
	position: absolute;
	top: 40%;
	left: 20%;
}

#titleArea #sun {
	position: absolute;
	top: 73%;
	right: 15%;
}

#titleArea #sun .sunRotate {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sun 15s linear infinite;
    -moz-animation: sun 15s linear infinite;
    animation: sun 15s linear infinite;
}
@-webkit-keyframes sun { 0% {-webkit-transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);}}
@-moz-keyframes sun { 0% {-moz-transform: rotate(0deg);} 100% {-moz-transform: rotate(360deg);}}
@keyframes sun { 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}

#titleArea .scroll {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	width: 70px;
	margin-left: -35px;
	margin-top: -20px;
}
#titleArea .scroll a {
	color: #fff;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 3px;
	padding-bottom: 30px;
	background: url(../../images/scroll_arrow.png) no-repeat center bottom;
}

/* biography
--------------------------------------------------------------------------------*/
#biography {
	width: 100%;
	max-width: 960px;
	height: 100%;
	max-height: 900px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
#biography h2 {
	position: absolute;
	top: 30%;
    right: 10%;
}

#biography .bioTxt {
	position: absolute;
	top: 50%;
	left: 0%;
    margin-top: -220px;
    width: 440px;
    height: 440px;
    padding: 85px 65px;
	box-sizing: border-box;
	letter-spacing: 1px;
	border: #8f764f solid 2px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.bioPhoto {
	margin-top: 20px;
}
.bioPhoto a {
	color: #8f764f;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	background: url(../images/arrow.png) no-repeat right center;
    width: 240px;
}
.bioPhoto a:hover {
	-webkit-animation: bioPhoto 0.2s ease-out alternate forwards;
    -moz-animation: bioPhoto 0.2s ease-out alternate forwards;
    animation: bioPhoto 0.2s ease-out alternate forwards;
}
@-webkit-keyframes bioPhoto { 0% {margin-left: 0;} 100% {margin-left: 10px;}}
@-moz-keyframes bioPhoto { 0% {margin-left: 0;} 100% {margin-left: 10px;}}
@keyframes bioPhoto { 0% {margin-left: 0;} 100% {margin-left: 10px;}}

.bioPhoto a span {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.lighthouse {
	position: absolute;
    top: 50%;
    right: 17%;
}
.light01 {
	position: absolute;
	top: 32%;
    right: 30%;
	height: 2px;
	width: 60%;
	background-color: #8f764f;
	-webkit-transform: rotate(29deg);
	-moz-transform: rotate(29deg);
	transform: rotate(29deg);
}

.light02 {
	position: absolute;
    top: 67.8%;
    right: 30%;
	height: 2px;
	width: 60%;
	background-color: #8f764f;
	-webkit-transform: rotate(-29deg);
	-moz-transform: rotate(-29deg);
	transform: rotate(-29deg);
}
.wave {
	position: absolute;
    top: 52%;
    right: 0%;
}



/* profile
--------------------------------------------------------------------------------*/
#profile {
	width: 100%;
	max-width: 960px;
	height: 100%;
	max-height: 900px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
#profile h2 {
	position: absolute;
    top: 27%;
    left: 2%;
}

#memberList {
	position: absolute;
	top: 30%;
	right: 0%;
	max-width: 320px;
	width: 40%;
}
#memberList li {
	border-bottom: #444 solid 1px;
}
#memberList li a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	letter-spacing: 4px;
	background: url(../../images/arrow.png) no-repeat right center;
	position: relative;
}
#memberList li a:hover {
	-webkit-animation: mamber 0.2s ease-out alternate forwards;
    -moz-animation: mamber 0.2s ease-out alternate forwards;
    animation: mamber 0.2s ease-out alternate forwards;
}
@-webkit-keyframes mamber { 0% {margin-left: 0;} 100% {margin-left: 10px;}}
@-moz-keyframes mamber { 0% {margin-left: 0;} 100% {margin-left: 10px;}}
@keyframes mamber { 0% {margin-left: 0;} 100% {margin-left: 10px;}}
#memberList li a p.nameEn { color: #a18457; font-size: 16px; font-weight: bold;}
#memberList li a p.nameJp { color: #ffffff; font-size: 12px;}

/*#memberList li a::before {
	content: "";
	height: 100%;
	width: 0%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.05);
}
#memberList li a:hover::before {
	-webkit-animation: member 0.5s ease linear alternate;
    -moz-animation: member 0.5s ease linear alternate;
    animation: member 0.5s ease linear alternate;
}
@-webkit-keyframes member { 0% {width: 0%;} 100% {width: 100%;}}
@-moz-keyframes member { 0% {width: 0%;} 100% {width: 100%;}}
@keyframes member { 0% {width: 0%;} 100% {width: 100%;}}*/

.pyramid01 {
	position: absolute;
    top: 33%;
    left: 18%;
}
.pyramid02 {
	position: absolute;
    top: 45%;
    left: 0%;
}


/* schedule
--------------------------------------------------------------------------------*/
#schedule {
	width: 100%;
	max-width: 960px;
	height: 100%;
	max-height: 900px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
#schedule h2 {
	position: absolute;
	top: 20%;
	right: 3%;
}

#scheduleList {
	max-width: 420px;
	position: absolute;
	top: 20%;
	left: 0%;
}
#scheduleList li {
	border-bottom: #444 solid 1px;
	display: table;
	height: 70px;
    width: 100%;
	padding: 15px 0;
}
#scheduleList li p {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}
#scheduleList li p.date {
	width: 70px;
	height: 70px;
	text-align: center;
	border: #8f764f solid 1px;
	color: #8f764f;
}
#scheduleList li p.entryTitle {
	padding: 0 20px 0 40px;
	background: url(../images/arrow_news.png) no-repeat 10px center;
}
#scheduleList li p.entryTitle a { color: #fff; text-decoration: none;}
#scheduleList li p.entryTitle a:hover { color: #8f764f; text-decoration: none;}

#scheduleList li.more {
	border-bottom: none;
	width: 100%;
	height: auto;
	text-align: right;
}
#scheduleList li.more a {
	background: url(../../images/arrow.png) no-repeat right center;
	padding-right: 20px;
	color: #8f764f;
	font-size: 16px;
	text-decoration: none;
}
#scheduleList li.more a:hover { color: #fff;}

.tree {
	position: absolute;
    top: 35%;
    right: 4%;
}
.pond {
	position: absolute;
    top: 62%;
    right: 20%;
}
.bird {
	position: absolute;
    top: 69%;
    right: 1%;
}


/* sns
--------------------------------------------------------------------------------*/
#sns {
	width: 100%;
	max-width: 960px;
	height: 100%;
	max-height: 900px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}
#sns h2 {
	position: absolute;
	top: 20%;
	left: 3%;
}

#snsList {
	position: absolute;
	top: 20%;
	right: 0;
	width: 37.5%;
}
#snsList li {
	border-bottom: #444444 solid 1px;
	padding: 15px 0;
	overflow: hidden;
}
#snsList li p {
	float: left;
	color: #8f764f;
	font-size: 16px;
	line-height: 25px;
	width: 45%;
}
#snsList li ul {
	float: right;
	width: 55%;
	padding: 5px 0;
}
#snsList li ul li {
	float: left;
	padding: 0;
	border-bottom: none;
	width: 33%;
}
#snsList li ul li a {
	display: block;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	border: #8f764f solid 1px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#snsList li ul li.btnYoutube a { background: url(../../images/icon_yt.png) no-repeat center center;}
#snsList li ul li.btnLineBlog a { background: url(../../images/icon_blog.png) no-repeat center center;}
#snsList li ul li.btnInstagram a { background: url(../../images/icon_in.png) no-repeat center center;}
#snsList li ul li.btnTwitter a { background: url(../../images/icon_tw.png) no-repeat center center;}
#snsList li ul li.btnFacebook a { background: url(../../images/icon_fb.png) no-repeat center center;}

#snsList li ul li a:hover { background-color: #8f764f;}

.asakusa {
	position: absolute;
    top: 39%;
    left: 0%;
}
.tower {
	position: absolute;
    top: 23%;
    left: 15%;
}
.building {
	position: absolute;
    top: 32.7%;
    left: 21%;
}
.wheel {
	position: absolute;
    top: -64px;
    left: 140px;
	-webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
@-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);}}
@-moz-keyframes spin { 0% {-moz-transform: rotate(0deg);} 100% {-moz-transform: rotate(360deg);}}
@keyframes spin { 0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}

.marukyu {
	position: absolute;
    top: 37%;
    left: 46%;
}
.tk {
	position: absolute;
    top: 45.5%;
    left: 44.2%;
}

/* footer
--------------------------------------------------------------------------------*/
#footer {
	text-align: center;
	padding: 50px 0;
	position: relative;
	font-size: 10px;
	z-index: 7000;
}
#footer a { color: #fff; text-decoration: none;}
#footer a:hover { color: #ccc;}
#footer .pagetop {
	position: absolute;
	bottom: 65px;
	right: 30px;
	z-index: 1000;
}

#footer .rocketRide {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#ftrContact {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#ftrContact a {
	display: inline-block;
	width: 240px;
	color: #fff;
	background: url(../images/arrow.png) no-repeat 15px center;
	line-height: 50px;
	font-size: 16px;
	text-decoration: none;
	border: #8f764f solid 1px;
}
#ftrContact a:hover { background-color: #8f764f; color: #fff;}


/* star
--------------------------------------------------------------------------------*/
#star {
	width: 100%;
	height: 100%;
	max-height: 900px;
	position: fixed;
	z-index: 1;
}
#star div {
	position: absolute;
	width: 11px;
	height: 11px;
	line-height: 0;
	opacity: 0;
}
#star div.gold01 {
    top: 6%;
    left: 26%;
	-webkit-animation:blink1 1s ease-in-out 0s infinite alternate;
    -moz-animation:blink1 1s ease-in-out 0s infinite alternate;
    animation:blink1 1s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes blink1{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink1{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink1{ 0% {opacity:0;} 100% {opacity:1;}}

#star div.gold02 {
    top: 15%;
    left: 23%;
	-webkit-animation:blink2 1s ease-in-out 1s infinite alternate;
    -moz-animation:blink2 1s ease-in-out 1s infinite alternate;
    animation:blink2 1s ease-in-out 1s infinite alternate;
}
@-webkit-keyframes blink2{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink2{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink2{ 0% {opacity:0;} 100% {opacity:1;}}

#star div.gold03 {
    top: 15%;
    left: 35%;
	-webkit-animation:blink3 1s ease-in-out 0.5s infinite alternate;
    -moz-animation:blink3 1s ease-in-out 0.5s infinite alternate;
    animation:blink3 1s ease-in-out 0.5s infinite alternate;
}
@-webkit-keyframes blink3{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink3{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink3{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.gold04 {
    top: 24%;
    left: 8%;
	-webkit-animation:blink4 1s ease-in-out 1s infinite alternate;
    -moz-animation:blink4 1s ease-in-out 1s infinite alternate;
    animation:blink4 1s ease-in-out 1s infinite alternate;
}
@-webkit-keyframes blink4{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink4{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink4{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.gold05 {
    top: 24%;
    left: 20%;
	-webkit-animation:blink5 1s ease-in-out 0.6s infinite alternate;
    -moz-animation:blink5 1s ease-in-out 0.6s infinite alternate;
    animation:blink5 1s ease-in-out 0.6s infinite alternate;
}
@-webkit-keyframes blink5{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink5{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink5{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.gold06 {
    top: 24%;
    left: 32%;
	-webkit-animation:blink6 1s ease-in-out 1s infinite alternate;
    -moz-animation:blink6 1s ease-in-out 1s infinite alternate;
    animation:blink6 1s ease-in-out 1s infinite alternate;
}
@-webkit-keyframes blink6{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink6{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink6{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.gold07 {
    top: 33%;
    left: 5%;
	-webkit-animation:blink7 1s ease-in-out 0s infinite alternate;
    -moz-animation:blink7 1s ease-in-out 0s infinite alternate;
    animation:blink7 1s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes blink7{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink7{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink7{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.gold08 {
    top: 33%;
    left: 17%;
	-webkit-animation:blink8 1s ease-in-out 1.2s infinite alternate;
    -moz-animation:blink8 1s ease-in-out 1.2s infinite alternate;
    animation:blink8 1s ease-in-out 1.2s infinite alternate;
}
@-webkit-keyframes blink8{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink8{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink8{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.gold09 {
    top: 33%;
    left: 29%;
	-webkit-animation:blink9 1s ease-in-out 2s infinite alternate;
    -moz-animation:blink9 1s ease-in-out 2s infinite alternate;
    animation:blink9 1s ease-in-out 2s infinite alternate;
}
@-webkit-keyframes blink9{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink9{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink9{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.gold10 {
    top: 42%;
    left: 14%;
	-webkit-animation:blink10 1s ease-in-out 0.5s infinite alternate;
    -moz-animation:blink10 1s ease-in-out 0.5s infinite alternate;
    animation:blink10 1s ease-in-out 0.5s infinite alternate;
}
@-webkit-keyframes blink10{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink10{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink10{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.gold11 {
    top: 51%;
    left: 11%;
	-webkit-animation:blink11 1s ease-in-out 0s infinite alternate;
    -moz-animation:blink11 1s ease-in-out 0s infinite alternate;
    animation:blink11 1s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes blink11{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink11{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink11{ 0% {opacity:0;} 100% {opacity:1;}}


#star div.silver01 {
    top: 6%;
    left: 32%;
	-webkit-animation:blink12 1s ease-in-out 1s infinite alternate;
    -moz-animation:blink12 1s ease-in-out 1s infinite alternate;
    animation:blink12 1s ease-in-out 1s infinite alternate;
}
@-webkit-keyframes blink12{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink12{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink12{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.silver02 {
    top: 15%;
    left: 17%;
	-webkit-animation:blink13 1s ease-in-out 0.5s infinite alternate;
    -moz-animation:blink13 1s ease-in-out 0.5s infinite alternate;
    animation:blink13 1s ease-in-out 0.5s infinite alternate;
}
@-webkit-keyframes blink13{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink13{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink13{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.silver03 {
    top: 15%;
    left: 29%;
	-webkit-animation:blink14 1s ease-in-out 0.8s infinite alternate;
    -moz-animation:blink14 1s ease-in-out 0.8s infinite alternate;
    animation:blink14 1s ease-in-out 0.8s infinite alternate;
}
@-webkit-keyframes blink14{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink14{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink14{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.silver04 {
    top: 24%;
    left: 14%;
	-webkit-animation:blink15 1s ease-in-out 1.5s infinite alternate;
    -moz-animation:blink15 1s ease-in-out 1.5s infinite alternate;
    animation:blink15 1s ease-in-out 1.5s infinite alternate;
}
@-webkit-keyframes blink15{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink15{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink15{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.silver05 {
    top: 24%;
    left: 26%;
	-webkit-animation:blink16 1s ease-in-out 2s infinite alternate;
    -moz-animation:blink16 1s ease-in-out 2s infinite alternate;
    animation:blink16 1s ease-in-out 2s infinite alternate;
}
@-webkit-keyframes blink16{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink16{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink16{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.silver06 {
    top: 33%;
    left: 11%;
	-webkit-animation:blink17 1s ease-in-out 1s infinite alternate;
    -moz-animation:blink17 1s ease-in-out 1s infinite alternate;
    animation:blink17 1s ease-in-out 1s infinite alternate;
}
@-webkit-keyframes blink17{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink17{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink17{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.silver07 {
    top: 33%;
    left: 23%;
	-webkit-animation:blink18 1s ease-in-out 0.2s infinite alternate;
    -moz-animation:blink18 1s ease-in-out 0.2s infinite alternate;
    animation:blink18 1s ease-in-out 0.2s infinite alternate;
}
@-webkit-keyframes blink18{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink18{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink18{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.silver08 {
    top: 42%;
    left: 8%;
	-webkit-animation:blink19 1s ease-in-out 1.7s infinite alternate;
    -moz-animation:blink19 1s ease-in-out 1.7s infinite alternate;
    animation:blink19 1s ease-in-out 1.7s infinite alternate;
}
@-webkit-keyframes blink19{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink19{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink19{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.silver09 {
    top: 42%;
    left: 20%;
	-webkit-animation:blink20 1s ease-in-out 1s infinite alternate;
    -moz-animation:blink20 1s ease-in-out 1s infinite alternate;
    animation:blink20 1s ease-in-out 1s infinite alternate;
}
@-webkit-keyframes blink20{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink20{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink20{ 0% {opacity:0;} 100% {opacity:1;}}
#star div.silver10 {
    top: 51%;
    left: 5%;
	-webkit-animation:blink21 1s ease-in-out 0s infinite alternate;
    -moz-animation:blink21 1s ease-in-out 0s infinite alternate;
    animation:blink21 1s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes blink21{ 0% {opacity:0;} 100% {opacity:1;}}
@-moz-keyframes blink21{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink21{ 0% {opacity:0;} 100% {opacity:1;}}



/*////////////////////////////////////////////////////////////////////////////////
	 schedule
////////////////////////////////////////////////////////////////////////////////*/

#container {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
	z-index: 100;
}

#container img { max-width: 100%; height: auto;}

#container h2 {
	text-align: center;
	margin-bottom: 80px;
}

#container #scheduleList {
    max-width: 100%;
    position: static;
}
#container #scheduleList li {
	width: 100%;
}

#container #pageTitle {
	display: table;
	margin-bottom: 60px;
}
#container #pageTitle .date {
	width: 70px;
    height: 70px;
    text-align: center;
    border: #8f764f solid 1px;
    color: #8f764f;
    display: table-cell;
    vertical-align: middle;
}
#container h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
    display: table-cell;
	/*padding-left: 30px;*/
}
#container h3 span {
	font-size: 18px;
	font-weight: normal;
}

.keyVisual {
	line-height: 0;
	margin-bottom: 50px;
}
.entry {
	font-size: 14px;
	line-height: 2.4;
	margin-bottom: 100px;
}

.entry a { color: #fff; text-decoration: underline;}
.entry a:hover { color: #ccc; text-decoration: none;}

.entry p { margin-bottom: 20px;}
.entry p:last-child { margin-bottom: 0;}

.back {
	text-align: center;
	margin-bottom: 60px;
}
.back a {
	color: #8f764f;
	text-decoration: none;
	font-size: 16px;
	background: url(../images/arrow_back.png) no-repeat left center;
	display: inline-block;
	padding-left: 30px;
    margin: 0 40px;
}
.back a:hover { color:#fff;}

.pager {
	padding-top: 50px;
	text-align: center;
}
.page-numbers {
	color: #8f764f;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px;
    border: #8f764f solid 1px;
}
.page-numbers.current,
.page-numbers:hover {
	background-color: #8f764f;
	color: #000;
}


/*////////////////////////////////////////////////////////////////////////////////
	 profile
////////////////////////////////////////////////////////////////////////////////*/

#profileContainer {
	max-width: 840px;
	margin: 0 auto;
}
#profileContainer #profilePhoto {
	float: left;
	margin-right: 4%;
	width: 45%;
	line-height: 0;
}
#profileContainer #profilePhoto img { max-width: 100%; height: auto;}
#profileContainer #profileTxt {
	float: left;
	width: 51%;
}
#profileContainer #profileTxt h3 {
	font-size: 20px;
	font-weight: bold;
	color: #8f764f;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #444444 solid 1px;
}
#profileContainer #profileTxt h3 span {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	display: block;
}
#profileContainer .profileSns {
	margin-top: 30px;
	padding-top: 30px;
	border-top: #444444 solid 1px;
}
#profileContainer .profileSns li {
	float: left;
	padding: 0;
	border-bottom: none;
	width: 12%;
}
#profileContainer .profileSns li a {
	display: block;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	border: #8f764f solid 1px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#profileContainer .profileSns li.btnYoutube a { background: url(../../images/icon_yt.png) no-repeat center center;}
#profileContainer .profileSns li.btnInstagram a { background: url(../../images/icon_in.png) no-repeat center center;}
#profileContainer .profileSns li.btnTwitter a { background: url(../../images/icon_tw.png) no-repeat center center;}
#profileContainer .profileSns li.btnFacebook a { background: url(../../images/icon_fb.png) no-repeat center center;}
#profileContainer .profileSns li a:hover { background-color: #8f764f;}

/*////////////////////////////////////////////////////////////////////////////////
	 404
////////////////////////////////////////////////////////////////////////////////*/
.notFound {
	padding: 100px 0 150px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
}



@media screen and (max-width: 736px) {
img { max-width: 100%; height: auto;}
body {
	font-size: 12px;
}

#menuButton {
    top: 20px;
    left: 20px;
}

#soundBtn, #soundBtnOff {
    top: 15px;
    right: 15px;
	width: 40px;
}

h2 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 5px;
	margin-bottom: 25px;
}

#star div {
    width: 8px;
    height: 8px;
}

#menu {
    top: 50%;
    left: 50%;
    padding: 30px;
    width: 80%;
    height: auto;
    margin-top: -50%;
    margin-left: -40%;
    box-sizing: border-box;
}
#menu ul li {
    margin-bottom: 15px;
}
#menu ul li a {
    font-size: 20px;
    letter-spacing: 5px;
}

/*////////////////////////////////////////////////////////////////////////////////
	 top page
////////////////////////////////////////////////////////////////////////////////*/
#opening #opningAnime {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -58px;
    margin-left: -44px;
}
#opening #opningAnime .opKoike { width: 39px;}
#opening #opningAnime .opParc { width: 58px;}

#index #menu {
    padding: 30px;
}
.iloveyou01 {
    top: -25px;
    left: 50px;
    font-size: 12px;
    width: 100px;
}
.iloveyou02 {
    top: 5px;
    left: 100px;
    font-size: 12px;
    width: 100px;
}

#silhouette {
	display: none;
}

/* titleArea
--------------------------------------------------------------------------------*/
#titleArea h1 {
    top: 45%;
    left: 10%;
    width: 80%;
}

#titleArea #earth {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
}
#titleArea .scroll {
    top: 130%;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    margin-top: -20px;
}
#titleArea #sun {
    top: 73%;
    right: 5%;
    width: 80px;
}
#titleArea #moon {
    top: 25%;
    left: 10%;
    width: 30px;
}


#titleArea .titleEn { display: none;}


/* biography
--------------------------------------------------------------------------------*/
#biography {
    height: auto;
    max-height: 900px;
    padding-bottom: 180px;
    padding-top: 40px;
}
#biography h2 {
    position: static;
	text-align: center;
	width: 100%;
}
#biography .bioTxt {
    position: static;
    margin-top: 0px;
    width: 100%;
    height: auto;
    padding: 0px 20px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.bioPhoto {
    width: 100%;
}

.light01, .light02 { display: none;}

.lighthouse {
    position: absolute;
    top: inherit;
    bottom: 50px;
    left: 23%;
    width: 100px;
}
.wave {
    position: absolute;
    top: inherit;
    bottom: 75px;
    right: 23%;
    width: 85px;
}

/* profile
--------------------------------------------------------------------------------*/
#profile {
    height: auto;
    margin: 0 auto;
    padding-bottom: 180px;
    padding-top: 40px;
}
#profile h2 {
    position: static;
	text-align: center;
	width: 100%;
}
#memberList {
    position: static;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#memberList li a p.nameEn {
    font-size: 14px;
}
#memberList li a p.nameJp {
    font-size: 10px;
}

.pyramid01 {
    width: 173px;
    top: inherit;
    bottom: 100px;
    left: 35%;
}
.pyramid02 {
    width: 190px;
    top: inherit;
    bottom: 50px;
    left: 11%;
}



/* schedule
--------------------------------------------------------------------------------*/
#schedule {
    height: auto;
    max-height: inherit;
    margin: 0 auto;
    padding-bottom: 250px;
    padding-top: 40px;
}
#schedule h2 {
    position: static;
	text-align: center;
	width: 100%;
}
#scheduleList {
    max-width: 100%;
    position: static;
    padding: 0 20px;
}
#scheduleList li {
    display: table;
    height: auto;
    padding: 10px 0;
}
#scheduleList li p { height: 60px;}
#scheduleList li p.date {
    width: 60px;
    height: 60px;
}
#scheduleList li p.entryTitle { padding: 0 15px 0 30px;}
#scheduleList li.more {
    text-align: center;
}


.tree {
    bottom: 110px;
    right: 24%;
    top: inherit;
    width: 100px;
}
.pond {
    top: inherit;
    bottom: 60px;
    right: 53%;
    width: 90px;
}
.bird {
    top: inherit;
    bottom: 44px;
    right: 21%;
    width: 80px;
}


/* sns
--------------------------------------------------------------------------------*/
#sns {
    height: auto;
    margin: 0 auto;
    padding-bottom: 270px;
    padding-top: 40px;
}
#sns h2 {
    position: static;
	text-align: center;
	width: 100%;
}
#snsList {
    position: static;
    top: 20%;
    right: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

#snsList li ul li.btnYoutube a {
    background: url(../../images/icon_yt_sp.png) no-repeat center center;
	background-size: 12px auto;
}
#snsList li ul li.btnLineBlog a {
    background: url(../../images/icon_blog_sp.png) no-repeat center center;
	background-size: 20px auto;
}
#snsList li ul li.btnInstagram a {
    background: url(../../images/icon_in_sp.png) no-repeat center center;
	background-size: 13px auto;
}
#snsList li ul li.btnTwitter a {
    background: url(../../images/icon_tw_sp.png) no-repeat center center;
	background-size: 12px auto;
}
#snsList li ul li.btnFacebook a {
    background: url(../../images/icon_fb_sp.png) no-repeat center center;
	background-size: 6px auto;
}

.asakusa {
    top: inherit;
    bottom: 90px;
    left: 5%;
    width: 70px;
}
.tower {
    top: inherit;
    bottom: 90px;
    left: 26%;
    width: 30px;
}
.building {
    top: inherit;
    bottom: 120px;
    left: 35%;
    width: 120px;
}
.wheel {
    top: -29px;
    left: 77px;
    width: 60px;
}
.marukyu {
    top: inherit;
    bottom: 90px;
    left: 74%;
    width: 60px;
}
.tk {
    top: inherit;
    bottom: 66px;
    left: 71.7%;
    width: 30px;
}

#footer .pagetop {
    position: absolute;
    bottom: 40px;
    right: 10px;
    z-index: 1000;
    width: 39px;
}

#ftrContact a {
    display: inline-block;
    width: 240px;
    color: #fff;
    background: url(../images/arrow.png) no-repeat 15px center;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    border: #8f764f solid 1px;
}

/*////////////////////////////////////////////////////////////////////////////////
	 schedule
////////////////////////////////////////////////////////////////////////////////*/
#container {
    padding: 40px 0;
}

#container #pageTitle {
	padding: 0 20px;
    margin-bottom: 30px;
}
#container #pageTitle .date {
    width: 60px;
    height: auto;
}
#container h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 10px;
}
#container h3 span {
    font-size: 12px;
	line-height: 1.7;
	display: block;
	margin-top: 5px;
}
.keyVisual {
    line-height: 0;
    margin-bottom: 30px;
    padding: 0 20px;
}
.entry {
    font-size: 13px;
    line-height: 2;
	padding: 0 20px;
    margin-bottom: 50px;
}
.back {
    margin-bottom: 50px;
}
.back a {
    font-size: 14px;
    background: url(../images/arrow_back.png) no-repeat left center;
	background-size: 6px auto;
    padding-left: 20px;
    margin: 0 40px 20px;
}


/*////////////////////////////////////////////////////////////////////////////////
	 profile
////////////////////////////////////////////////////////////////////////////////*/
#profileContainer #profilePhoto {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    line-height: 0;
    text-align: center;
}
#profileContainer #profilePhoto img {
    width: 185px;
}

#profileContainer #profileTxt {
    float: none;
    width: 100%;
}

#profileContainer .profileSns li {
    width: 20%;
}


#profileContainer .profileSns li.btnInstagram a {
    background: url(../../images/icon_in_sp.png) no-repeat center center;
	background-size: 13px auto;
}
#profileContainer .profileSns li.btnTwitter a {
    background: url(../../images/icon_tw_sp.png) no-repeat center center;
	background-size: 12px auto;
}
#profileContainer .profileSns li.btnFacebook a {
    background: url(../../images/icon_fb_sp.png) no-repeat center center;
	background-size: 6px auto;
}

/*////////////////////////////////////////////////////////////////////////////////
	 404
////////////////////////////////////////////////////////////////////////////////*/
.notFound {
	padding: 50px 0 100px;
	font-size: 12px;
}

}