@CHARSET "UTF-8";
/*
Theme Name: akechi デフォルトテーマ
Author: Akemi Obana
date: 2014.4.17
*/



/* = icomoon 
-------------------------------------------------------------- */ 

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-zfxdgk');
	src:url('fonts/icomoon.eot?#iefix-zfxdgk') format('embedded-opentype'),
		url('fonts/icomoon.woff?-zfxdgk') format('woff'),
		url('fonts/icomoon.ttf?-zfxdgk') format('truetype'),
		url('fonts/icomoon.svg?-zfxdgk#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-menu:before{
	font-family: icomoon;
	font-size: 40px;
	content: "\e117";
	color: #b5b5b5;
	transition: .5s;
	-weblit-transition: .5s;
	padding: 3px;
	width: 40px;
	height: 40px;
	border: transparent dashed 1px;
	border-radius: 5px;
}
dt.open .icon-menu:before{
	content: "\e120";
}
.icon-menu:hover:before{
	border: #c6acc3 dashed 1px;
}

.icon-facebook:before {
	content: "\ea8d";
	font-family: icomoon;
	color: #ccc;
	font-size: 20px;
	transition: .5s;
	-weblit-transition: .5s;
}
.icon-facebook:hover:before{
	color: #004986;
}
.icon-twitter:before {
	content: "\ea92";
	font-family: icomoon;
	font-size: 20px;
	color: #ccc;
	transition: .5s;
	-weblit-transition: .5s;
}
.icon-twitter:hover:before{
	color: #00ffff;
}
.icon-tumblr:before {
	content: "\eabc";
	font-family: icomoon;
	font-size: 20px;
	color: #ccc;
	transition: .5s;
	-weblit-transition: .5s;
}
.icon-tumblr:hover:before{
	color: #005982;
}
.icon-pinterest:before {
	content: "\ead1";
	font-family: icomoon;
	font-size: 20px;
	color: #ccc;
	transition: .5s;
	-weblit-transition: .5s;
}
.icon-pinterest:hover:before{
	color: #e60012;
}
.icon-instagram:before {
	content: "\ea90";
	font-family: icomoon;
	font-size: 20px;
	color: #ccc;
	transition: .5s;
	-weblit-transition: .5s;
}
.icon-instagram:hover:before{
	color: #517fa4;
}
.icon-paperplane:before {
	content: "\e600";
	font-family: icomoon;
	font-size: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	z-index: -1;
}

.icon-cross:before {
	content: "\e117";
}





/* Flopdesign font */
/*
@font-face {
  font-family: 'fd-font';
  src: url('fonts/FlopDesignFONT.eot') format('eot'),
       	url('fonts/FlopDesignFONT.woff') format('woff'),
  		url('fonts/FlopDesignFONT.otf') format('opentype'),
        url('fonts/FlopDesignFONT.ttf') format('truetype');
}*/
@font-face {
  font-family: 'fd-font';
  src: url('fonts/AikoWeb.eot') format('eot'),
       	url('fonts/AikoWeb.woff') format('woff'),
  		url('fonts/AikoWeb.otf') format('opentype'),
        url('fonts/AikoWeb.ttf') format('truetype');
}


 
/* =Basic structure
-------------------------------------------------------------- */

body {
	margin: 0;
	overflow: hidden;
	color: #535353;
	line-height: 1.7;
	/*letter-spacing: 1px;*/
	width: 100%;
	font-family : 'fd-font','Hiragino Kaku Gothic ProN', Meiryo,'メイリオ',sans-serif;
	/*font-family : 'Noto Sans Japanese','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#page{
	position: relative;
	height: 100%;
}

.blog_wrapper{
	width: 720px;
	margin: 0 auto;
}




/* =Common Setting
-------------------------------------------------------------- */

/* sns */
.sns_btn{
	position: relative;
	height: 30px;
}
.sns_btn span{
	position: absolute;
	top: 0;
	display: inline-block;
}
.sns_btn span.fb{
	right: 70px;
	width: 100px;
}
.sns_btn span.tw{
	right: 180px;
}
.sns_btn span.google1{
	right: 0;
	width: 60px;
}

#sns_share{
	text-align: right;
	margin-right: 50px;
}
#sns_share a{
	display: inline-block;
	width: 27px;
	height: 27px;
}
#sns_share .icon-twitter:before,
#sns_share .icon-facebook:before{
	font-size: 25px;
}




/* =Header
-------------------------------------------------------------- */

#loader {
	width: 90px;
	height: 102px;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -45px; /* heightの半分のマイナス値 */
	margin-left: -51px; /* widthの半分のマイナス値 */
	z-index: 9999;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

/*
#site_header{
	position: fixed;
	background: #e5e5e5;
	height: 70px;
	width: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 99;
}

#main_navigation ul li{
	display: inline;
	margin: 0 45px;
}
*/

#menu_wrap dt{
	position: fixed;
	top: 5%;
	left: 5%;
	z-index: 99;
	cursor: pointer;
	width: 50px;
	height: 36px;
}
#menu_wrap dt,
#menu_wrap dt span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

#menu_wrap dt span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
#menu_wrap dt span:nth-of-type(1) {
	top: 0;
}
#menu_wrap dt span:nth-of-type(2) {
	top: 16px;
}
#menu_wrap dt span:nth-of-type(3) {
	bottom: 0;
}
#menu_wrap dt span:nth-of-type(1) {
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(16px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(16px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(16px) rotate(45deg);
	}
	50% {
		transform: translateY(16px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
#menu_wrap dt span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
#menu_wrap dt span:nth-of-type(3) {
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-16px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-16px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-16px) rotate(-45deg);
	}
	50% {
		transform: translateY(-16px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
#menu_wrap dt.open span:nth-of-type(1) {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(16px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(16px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(16px) rotate(0);
	}
	100% {
		transform: translateY(16px) rotate(45deg);
	}
}
#menu_wrap dt.open span:nth-of-type(2) {
	opacity: 0;
}
#menu_wrap dt.open span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-16px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-16px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-16px) rotate(0);
	}
	100% {
		transform: translateY(-16px) rotate(-45deg);
	}
}

#main_navigation{
	display: none;
	position: fixed;
	width: 96%;
	height: 96%;
	background: rgba(255,255,255,.8);
	text-align: center;
	z-index: 80;
	top: 2%;
	left: 2%;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#main_menu{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);		
}
#main_navigation li a{
	display: block;
	width: 100%;
	height: 70px;
	border-top: transparent dashed 1px;
	border-bottom: transparent dashed 1px;
	transition: .5s;
	-weblit-transition: .5s;
}
#main_navigation li a:hover{
	border-top: #c6acc3 dashed 1px;
	border-bottom: #c6acc3 dashed 1px;
	/*border-top: #fff dashed 1px;
	border-bottom: #fff dashed 1px;*/
}



/* =Front page
-------------------------------------------------------------- */

#fullpage,
.section{
	height: 100%;
}
.section p{
	text-align: center;
}
#sp_front h1{
	margin: 0 0 20px;
	border-bottom: #ccc solid 2px;
	/*font-family: Georgia;*/
	padding-top: 50px;
	text-align: center;
}

@keyframes bg-color {
  0% { -webkit-filter:hue-rotate(0deg); filter:hue-rotate(0deg); }
  100% { -webkit-filter:hue-rotate(360deg); filter:hue-rotate(360deg);}
}

#front_sec,
#sp_top{
	/*
	background: url(images/front/top_bg.png);*/
	background: linear-gradient(-135deg, rgba(241,158,194,.95), rgba(126,206,244,.95));
	background: -webkit-gradient(linear, -135deg, rgba(241,158,194,.95), rgba(126,206,244,.95));
	animation:bg-color 10s ease-in-out infinite alternate;
	position: relative;
}
#front_bg{
	background: url('images/front/front_bg.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .4;
}
#front_sec #main_title{
	position: relative;
	/*height: 100%;*/
	text-align: center;
	/*border-top: #000 solid 2px;
	border-bottom: #000 solid 2px;*/
	padding: 60px 0;
	/*max-width: 500px;
	width: 50%;*/
	margin: 0 auto;
	/*background: rgba(0,0,0,.3);*/
	/*border-radius: 10px;*/
}
#main_title img{
	vertical-align: bottom;
}
#sp_top #main_title{
	position: relative;
	height: 100%;
}
#sp_top #main_title img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	z-index: 50;
}
#sp_top #main_title img{
	width: 80%;
}
#main_title p{
	position: absolute;
	bottom: 50px;
	text-align:center;
	width: 100%;
}
/*
#about_sec{
	background: url('images/front/wall_bk.jpg');
	background-size: cover;
}*/
#about_sec,
#sp_about{
	background: url('images/about_bg.png');
}
#sp_about{
	padding: 50px 10px;
}
#about_sec .wrapper{
	position: relative;
	/*height: 100%;*/
	background: rgba(255,255,255,.7);
	padding: 50px 50px 20px;
	max-width: 700px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	border-radius: 10px;
}
#about_sec h2{
	border-bottom: #e9e9e9 solid 2px;
	padding-left: 50px;
}
#about_sec h3{
	font-weight: normal;
	margin-bottom: 10px;
	font-family: Georgia;
	color: #aaa;
	padding-left: 50px;
}
#about_sec ul{
	margin-bottom: 30px;
	padding-left: 70px;
	font-family: Georgia;
	font-style: Italic;
	color: #aaa;
}
.about_mess{
	position: absolute;
	border: rgba(255,255,255,.5) solid 2px;
	padding: 20px 30px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1) inset,-1px -1px 2px rgba(0,0,0,.1) inset,0 0 1px rgba(0,0,0,.1);
	font-size: 15px;
	/*background: rgba(0,0,0,.1);*/
}
#sp_about .about_mess{
	margin-bottom: 20px;
}
#my_mess.about_mess{
	border: 0;
	box-shadow: none;
	background: none;
}
.about_mess h2{
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: rgba(255,255,255,.5) solid 2px;
	box-shadow: 0px 2px 2px -2px rgba(0,0,0,.3);
	/*font-family: 'Georgia';*/
}
.about_mess dt{
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
#about_sec #my_date dt{
	width: 200px;
}
#sp_about #my_date dt,
#sp_about #my_date dd{
	margin-bottom: 10px;
	line-height: 1.2;
	vertical-align: middle;
}
#sp_about #my_date dd{
	
}
.about_mess dd{
	display: inline-block;
}
.about_mess p{
	margin: 0;
}
#about_sec #my_mess{
	position: absolute;
	bottom: 150px;
	left: 650px;
}
#about_sec #my_mess img{
	height: 0;
	width: 0;
}
#sp_about #my_mess {
	position: absolute;
	top: -50px;
	left: 140px;
	padding: 0;
}
#sp_about #my_mess img{
	width: 200px;
}
#about_sec #my_date{
	top: 15%;
	left: -100%;
}
#about_sec #my_skills{
	bottom: 10%;
	left: -100%;
}
#about_sec #i_like{
	bottom: 10%;
	right: -100%;
}


#about_wall{
	margin-top: 100px;
	width: 980px;
	height: 511px;
/*	border: rgba(0,0,0,.1) solid 1px;
	box-shadow: 1px 1px 2px rgba(255,255,255,.2) inset,-1px -1px 2px rgba(255,255,255,.2) inset,0 0 2px rgba(0,0,0,.5);*/
}
/*
#about_wall img{
	border: rgba(255,255,255,.5) solid 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5) inset,-1px -1px 2px rgba(0,0,0,.3) inset,0 0 1px rgba(0,0,0,.3);
}
*/

/* 2015newyear */
#dancing img.daruma_ribbon{
	position: absolute;
	top: -40px;
	left: -20px;
	z-index: 10;
}
#dancing{
	position: relative;;
}
#about_sec #dancing{
	position: absolute;
	bottom: 100px;
	left: 500px;
	z-index: 2;
	width: 145px;
	height: 148px;
}

.rotate{
	position: relative;
	width: 145px;
	height: 148px;
	display: block;
    perspective: 300px;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
}
.rotate span{
	position: absolute;
	width: 145px;
	height: 148px;
	display: block;
	top: 0;
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: 0.8s;
    -weblit-transition: .8s;
}
.rotate .bk{
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}
.rotate:hover .front{
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}
.rotate:hover .bk{
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
}

#sp_about .about_mess{
	position: relative;
}

#works_sec,
#sp_works{
	background: url(images/front/top_bg.png);
	/*background: url('images/front/works_bg.jpg');*/
}
#sp_works{
	padding: 50px 0;
}

#works_content{
	padding-top: 50px;
	position: relative;
}
#works_content #works_title{
	position: absolute;
	top: -50px;
	left: 0;
	border-bottom: #e9e9e9 solid 2px;
	width: 100%;
	padding-left: 30px;
}
#works_content .works_box{
	width: 300px;
	float: left;
	margin: 0 13px;
}
#sp_works #works_content .works_box{
	margin: 0;
	float: none;
}
#works_content a.works_arc{
  margin-top: 30px;
}
.works_box img:hover{
	box-shadow: 0 0 5px #ccc;
}
.controlArrow.prev{
	left: -50px !important;
}
.controlArrow.next{
	right: -50px !important;
}

div.wpcf7{
	padding-top: 100px;
	margin-bottom: 50px;
}
#contact_sec table{
	max-width: 600px;
	margin: 0 auto 50px;
}
#contact_sec table tr{

}
#contact_sec table th{
	width: 100px;
	vertical-align: middle;
	font-weight: normal;
}
#contact_sec table td{
	border-bottom: #ccc dotted 1px;
	padding: 10px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea{
	border: 0;
	width: 480px;
}
.wpcf7 textarea{
	height: 100px;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus{
	outline: none;
}

.wpcf7 p.icon-paperplane{
	width: 100px;
	height: 50px;
	margin: 0 auto;
}
input[type="submit"].wpcf7-submit{
	background: none;
	border: #ccc solid 2px;
	height: 50px;
	width: 100px;
	border-radius: 3px;
}

input[type="submit"].wpcf7-submit:hover{
	border: #7f2d00 solid 2px;
}

div.wpcf7-response-output{
	width: 600px;
	margin: 10px auto !important;
	text-align: center;
}


#front_footer a{
	font-size: 20px;
	color: #ccc;
}
#front_footer a.icon_insta:hover{
	color: #517fa4;
}
#front_footer a.icon_fb:hover{
	color: #004986;
}
#front_footer a.icon_tw:hover{
	color: #00ffff;
}
#front_footer a.icon_pin:hover{
	color: #e60012;
}


.form_recaptcha{
	border: #999 solid 1px;
	padding: 20px 5%;
	margin: 0 auto;
	max-width: 500px;
	font-size: 12px;
}
.form_recaptcha p{
	margin: 0;
	text-align: left;
}
.form_recaptcha p a{
	text-decoration: underline;
	margin: 0 5px;
}
.grecaptcha-badge{
	visibility: hidden;
}


/* =Works
-------------------------------------------------------------- */

#works_single{
	padding: 10% 0;
}
#works_single #works_title{
	border-bottom: #e9e9e9 solid 1px;
	width: 100%;
	text-align: center;
}
#works_container{
	text-align: center;
	padding: 10%;
}
#works_container .works_box{
	margin-bottom: 50px;
}
#works_container .works_thumb{
	display: block;
	height: 450px;
	width: 600px;
	margin: 0 auto 20px;
}
#works_container .works_thumb:hover{

}
.works_arcBox a img, #works_content .works_box img,
#works_container .works_thumb img{
	transition: .3s;
	-webkit-transition: .3s;	
}
.works_arcBox a img, #works_content .works_box img{
	width: 300px;
}
#works_container .works_thumb:hover img{
	margin-top: -5px;
	box-shadow: 0 12px 10px -3px rgba(0,0,0,.3);
}
#works_container h1{
	text-align: center;
	margin: 10px 0 30px;
}
#works_container table{
	width: 70%;
	margin: 0 auto 50px;
}
#works_container table tr{
	border-bottom: #ccc solid 1px;
}
#works_container table th{
	vertical-align: middle;
	width: 10%;
}
#works_container table td{
	padding: 10px;
	word-break: break-all;
}
#works_container table td p{
	margin: 0;
	text-align: left;
}

a.works_arc{
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	border: #b5b5b5 solid 1px;
	color: #b5b5b5;
	padding: 3px 0;
	border-radius: 5px;
	text-align: center;
	transition: .3s;
	-webkit-transition: .3s;
}
a.works_arc:hover{
	background: #ccc;
	color: #fff !important;
}

#sp_works #works_container{
	width: 90%;
}
#sp_works #works_container table th{
	width: auto;
}

#works_mess{
	border: #ccc solid 1px;
	border-radius: 5px;
	padding: 10px;
	width: 80%;
	margin: 50px auto;
	text-align: left;
}


#works_arc{
	margin-top: 50px;
}
.works_arcBox{
	float: left;
	max-width: 300px;
	height: 240px;
	margin: 0 10px 50px;
}
.works_arcBox a img,
#works_content .works_box img{
	display: block;
}
.works_arcBox a:hover img,
#works_content .works_box:hover img{
	margin-top: -5px;
	box-shadow: 0 12px 10px -3px rgba(0,0,0,.3);
}
.works_arcBox p{
	text-align: center;
}
#works_arc p{
	text-align: center;
}




/* =Blog
-------------------------------------------------------------- */

#blog_content{
	padding-top: 100px;
	margin-bottom: 100px;
}
.entry_content{
	margin-bottom: 100px;
	padding: 0 15px;
}
.entry_date p{
	font-weight: normal;
	/*font-family: Georgia;*/
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #d2d2d2 solid 2px;
	font-size: 14px;
}
.entry_date p span{
	margin-left: 80px;
	font-size: 12px;
}
#blog_content h1{
	/*font-family: "Georgia","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E",Meiryo;*/
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: normal;
}
.entry_content p{
	margin-bottom: 30px;
	word-break: break-all;
}
.entry_content img{
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}
.entry_content figure{
	margin: 0;
}
.entry_content img.alignleft{
	margin-right: 15px;
}
.entry_content p a,
.nav-single a{
	margin: 0 5px;
	border-bottom: 1px dotted #ff0;
	background: transparent;
	transition: .5s;
	-webkit-transition: .5s;
}
.entry_content p a:hover,
.nav-single a:hover{
	letter-spacing: 2px;
	background:  #f6e4d1;
}
#blog_arc h1{
	/*border-bottom: #d2d2d2 solid 2px;*/
	margin: 0;
	color: #d2d2d2;
	/*box-shadow: 0px 2px 2px -2px rgba(0,0,0,.3);*/
	text-align: center;
}
#blog_arc h1 img{
	width: 125px;
	height: 15px;
}
.arc_box{
	position: relative;
	max-width: 300px;
	margin: 0 13px 20px;
	float: left;
	background: #fff;
	transition: 1s;
	-webkit-transition: 1s;
}
.arc_box:hover{
	background: #000;
}
.arc_box a.arc_img{
	display: block;
	max-width: 300px;
	overflow: hidden;
}
.arc_box a.arc_img img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	opacity: 1;
}
.arc_box a.arc_img:hover img{
	/*-webkit-filter: blur(3px);
    filter: blur(3px);*/
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6;
}
.arc_box span{
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 20;
	text-shadow: 0 0 6px #000;
	color: #fff;
	/*font-family: Georgia;*/
	font-size: 11px;
}
.arc_box span a:hover{
	color: #fff !important;
}
.arc_box .arc_title{
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	font-size: 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	color: #fff;
	font-weight: normal;
	margin: 0;
}
.arc_box:hover .arc_title{
	opacity: 1;
	font-size: 14px;
}
#infscr-loading{
	position: relative;
}
#infscr-loading img{
	position: absolute;
	bottom: 100px;
	left: 50%;
	z-index: 10;
	width: 80px;
	height: 80px;
}
.nav-single{
	clear: both;
	margin: 30px 0;
}
.nav-single .nav-previous{
	float: left;
}
.nav-single .nav-next{
	float: right;
	text-align: right;
}

#sns_share img{
	width: 150px;
	height: 60px;
}

#yearly_arc{
	background: #eee;
	padding: 0 20px;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
	clear: both;
}
#yearly_arc li{
	float: left;
	font-size: 11px;
	color: #aaa;
	display: block;
	width: 60px;
	background: #eee;
	text-align: center;
}
#yearly_arc li a{
	transition: .5s;
	-weblit-transition: .5s;
	color: #aaa;
}
#yearly_arc li:hover{
	background: #aaa;
	color: #fff;
}
#yearly_arc li:hover a{
	color: #fff !important;	
}

.instagram-media{
	max-width: 300px !important;
}




/* =Footer
-------------------------------------------------------------- */

#front_footer{
	position: fixed;
	bottom: 50%;
	left: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
#front_footer p{
	text-align:center;
	writing-mode: tb-rl;
	margin: 0;
}
#front_footer p a{
	vertical-align: middle;
}
#front_footer p span.copyright{
	/*margin-left: 50px;*/
	font-size: 11px;
	vertical-align: middle;
}

#page-top{
	position: fixed;
	right: 50px;
}
#site_footer p{
	text-align: right;
	color: #a6937c;
}



/* HW */
#dancing img.body{
	padding-top: 110px;
	z-index: -2;
}
img.hw_goast{
	position: absolute;
	top: 200px;
	right: -1000px;
}




/* =media query
-------------------------------------------------------------- */

img,iframe{
	max-width: 100%;
}
img{
	height: auto;
}

/* sp */

@media screen and (max-width: 980px) {
	#blog_content{
		width: 660px;
		margin: 0 auto;
	}
	#sp_front .wrapper{
		width: 90%;
	}
	.wrapper{
		width: 90%;
	}
	#works_container .works_thumb{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 650px) {
	#blog_content{
		width: 90%;
		margin: 0 auto;
	}
	#sp_front #works_content{
		width: 300px;
		margin: 0 auto;
	}
	#sp_front #works_content p{
		text-align: center;
		font-size: 12px;
	}
	.arc_box{
		float: none;
		/*width: 300px;*/
		margin: 0 auto 20px;
	}
	.entry_content br{
		display: none;
	}
	#works_container table{
		width: 90%;
		margin: 0 auto 50px;
	}
	#works_container table td,
	#works_container table th{
		display: block;
	}
	.entry-content{
		width: 100%;
	}
	#works_arc{
		width: 300px;
		margin: 50px auto 0;
	}
	.works_arcBox{
		float: none;
	}
}

#illust_my{
	width: 300px !important;
	height: auto !important;
}



.page_container{
	padding: 60px 0;
	max-width: 800px;
}
.page_title{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.policy_block{
	margin-bottom: 40px;
}
.policy_block h2{
	padding-left: 15px;
	border-left: #000 solid 5px;
}

#footer_link{
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	margin-bottom: 30px;
	align-items: center;
}
#footer_link li{
	margin-left: 10px;
}

#law_table{
	font-size: 12px;
}
#law_table th{
	text-align: left;
	font-weight: normal;
	border: #ccc solid 1px;
	padding: 8px 5px;
	width: 30%;
	background: #efefef;
}
#law_table td{
	border: #ccc solid 1px;
	padding: 8px;
}
@media screen and (min-width: 768px) {
	#footer_link{
		margin: 30px auto 0;
	}
}