/*
	Theme Name: shigerukishida
	Theme URI: https://shigerukishida.com/
	Description: WordPress Theme for Shigeru Kishida official website.
	Version: 1.0.0
	Author URI: https://shigerukishida.com/
*/

/*------------------------------------*\
    RESET
\*------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 14px/1 "Martel","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
	color:#000;
	background: #F8F8F8;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#exfooter{
  min-height: calc(100vh - 165px);
}
footer {
  height: 165px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.container{
	width: 100%;
	position: relative;
	opacity: 0;
}

.inner{
	width: 1080px;
	margin: 0 auto;
}

/* wrapper */
.wrapper {
	/*max-width:1280px;
	width:95%;*/
	/*width:1000px;*/
	width:100%;
	margin:0 auto;
	position:relative;
	padding:228px 0px 90px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
	padding: 96px 0px;
	background: #FFF;
	position: fixed;
	width: 100%;
	z-index: 999;
	top:0;
	transition: .3s;
}

body.home header{
	background: none;
}

body.home header.is-animation,
header.is-animation {
	padding: 36px 0px;
	background: #FFF;
}

section{

}

nav#header-nav{
	width: 1080px;
	margin: 0 auto;
}

nav#header-nav ul{
}

nav#header-nav h1{
	font-size: 20px;
}

nav#header-nav ul li.fll{
	font-size: 12px;
	margin-left: 40px;
}

nav#header-nav ul li.fll.ml20{
	margin-left:20px;
}

nav#header-nav ul li a.nav-current{
	border-bottom: 1px #000 solid;
}

nav#header-nav ul li a:not(.nav-current),
ul#sort-subcat li a:not(.current),
footer a{
	position: relative;
	display: inline-block;
	transition: .3s;
	padding-bottom:.5em;
}
ul#sort-subcat li a:not(.current){
	padding-bottom: 0em;
}

nav#header-nav ul li a:not(.nav-current)::after,
ul#sort-subcat li a:not(.current)::after,
footer a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
}
nav#header-nav ul li a:hover::after,
ul#sort-subcat li a:hover::after,
footer a:hover::after {
	width: 100%;
}


header div#hamburger{
	display: none;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer{
	padding: 80px 0 70px;
	border-top:#EEE 1px solid;
	background: #fff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
div.entry-content{
	line-height: 190%;
	font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}

div.entry-content a{
	text-decoration: underline;
}

div.entry-content a:hover{
	text-decoration: none;
}

div.entry-content p{
	margin-bottom: 30px;
}

div.entry-content p.mb50{
	margin-bottom: 50px;
}

div.entry-content p.mb140{
	margin-bottom: 140px;
}

div.entry-content img,
div.entry-content iframe{
	margin: 10px 0;
}

/*------------------------------------*\
    TOP
\*------------------------------------*/

div#top-main{
	position: relative;
	height:100%;
	background-color: #fff;
}

div#top-main a{
	width: 400px;
	height: 407px;
	display: block;
	background-image: url("./img/top/logo_gakudan.svg");
	background-size: 400px 407px;
	background-repeat: no-repeat;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -200px;
	margin-top: -180px;
}

div#top-wrapper{
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
}

div#top-wrapper p{
	line-height: 180%;
}

body.home .wrapper{
	width: 100%;
	padding:0px 0px 0px;
}

div.post-date{
	float: left;
	width: 120px;
}

div.post-date-schedule{
	float: left;
	width: 150px;
}

div.post-title{
	float: left;
	width: 530px;
}

div.post-title-l{
	float: left;
	width: 640px;
}

div.post-title-schedule{
	float: left;
	width: 500px;
}

div#bnr-top{
	width: 370px;
	height: 146px;
	position: fixed;
	bottom:15px;
	right:15px;
	z-index: 10;
}

div#bnr-top.dn{
	display: none;
}

div#bnr-top div#btn-close-bnr{
	position: absolute;
	top:-30px;
	right:0;
	width: 30px;
	height: 30px;
	background: url("./img/top/btn_close.png") no-repeat center center;
	cursor: pointer;
}

/*------------------------------------*\
    SECOND
\*------------------------------------*/
div#second-wrapper{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

h2#sec-left{
	width: 300px;
	float: left;
}

section.sec-right{
	width: 770px;
	margin: 0 auto;
	float: right;
}


/*------------------------------------*\
    ARCHIVE
\*------------------------------------*/

section#sec-archive-index{
	margin-left: -36px;
}

article.archive-box{
	width: 240px;
}

article.archive-box span.archive-box-img{
	width: 240px;
	height:240px;
	overflow: hidden;
	display: block;
	border: #EBEBEB 1px solid;
	margin-bottom: 10px;
}

article.archive-box-top,
article.archive-single-box{
	width: 150px;
	height: 150px;
	overflow: hidden;
	border: #EBEBEB 1px solid;
}

article.archive-box img{
	min-width: 240px;
}

article.archive-box-top img,
article.archive-single-box img{
	min-width: 150px;
}

article.archive-box:hover span.archive-box-img{
	border: #D5D5D5 1px solid;
}

article.archive-single-box{
	margin: 0 0 0px 36px;
}

article.archive-single-box:hover{
	border: #D5D5D5 1px solid;
}

article.archive-box{
	margin: 0 0 55px 39px;
}

body.post-type-archive article.cat_archive-participationworks{
	display: none;
}

article.archive-box-top{
	margin-right:16px;
}

article.archive-box-top:nth-child(4n){
	margin-right:0px;
}

ul#sort-subcat a.current{
	border-bottom: 1px #000 solid;
}

div#archive-left{
	width: 452px;
	float: left;
}

div#archive-left img{
	border: #EBEBEB 1px solid;
}

div#archive-right{
	width: 550px;
	float: right;
}

div#archive-right a{
	text-decoration: underline;
}

div#archive-right a:hover{
	text-decoration: none;
}

p#kishidadetail{
	background: #fff;
	padding: 33px 25px;
}

ul#pagination li.close{
	position: absolute;
	left:50%;
	margin-left: -11px;
}

/*------------------------------------*\
    SCHEDULE
\*------------------------------------*/

body.post-type-archive-schedule article{
	margin-top:-130px;
	padding-top:130px;
}

p#navi-schedule img{
	vertical-align: middle;
}

/*------------------------------------*\
    MOVIE
\*------------------------------------*/

div.movie-box-top iframe{
	width: 770px;
	height: 435px;
}

/*------------------------------------*\
    SPECIAL
\*------------------------------------*/

body.single-special h2#sec-left span.fs12{
	display: inline-block;
	margin-top: 13px;
}

body.single-special article h3{
	font-size:18px;
	font-weight: bold;
	margin-bottom: 35px;
}

article.special-box-top{
	position: relative;
	width: 370px;
	height: 146px;
}

article.special-box-top img{
	position: absolute;
}

article.special-box-top.fll span{
	width: 63px;
	height: 63px;
	display: block;
	background: url("./img/top/icon_new.png") no-repeat;
	background-size: 63px 63px;
	position: absolute;
	top:0;
	right: 0;
}

article.special-box{
	position: relative;
	width: 770px;
	height: 300px;
}

article.special-box img{
	position: absolute;
}

article.special-box:nth-child(1) span{
	width: 74px;
	height: 74px;
	display: block;
	background: url("./img/top/icon_new.png") no-repeat;
	position: absolute;
	top:0;
	right: 0;
}

/*------------------------------------*\
    Contact
\*------------------------------------*/
input.wpcf7-text,
textarea.wpcf7-textarea{
	padding: 5px 10px;
	border:1px solid #C8C8C8;
	font-size:14px;
	font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
}

input.wpcf7-text{
	width: 300px;
}

textarea.wpcf7-textarea{
	width: 770px;
	resize: none;
}

input.wpcf7-submit{
	background-color: #000;
	color:#fff;
	padding: 30px 70px;
	font-weight: bold;
	border:none;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,div.wpcf7-mail-sent-ok{
	display: none !important;
}

/*------------------------------------*\
    404
\*------------------------------------*/
body.error404{
	overflow: hidden;
}

body.error404 .container{
	opacity: 1;
}


body.error404 header{
	display: none;
}

div#page404{
	position: relative;
	width: 100%;
	padding-top:10%;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

blockquote {
	padding: 2em 2em 2em 2em;
	margin: 20px 0;
	background: #FFF;
	color:#b94389;
}


/*------------------------------------*\
    COMMON
\*------------------------------------*/

/* -- Modern Browsers -- */

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* -- IE7 -- */

.clearfix {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.fll{float: left;}
.flr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.uppercase{text-transform: uppercase;}
.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb7{margin-bottom: 7px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.mb130{margin-bottom: 130px;}
.mb140{margin-bottom: 140px;}
.mb170{margin-bottom: 170px;}
.mb270{margin-bottom: 270px;}
.mt-10{margin-top: -10px;}
.mt3{margin-top: 3px;}
.mt7{margin-top: 7px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
.mt110{margin-top: 110px;}
.ml5{margin-left: 5px;}
.ml8{margin-left: 8px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr22{margin-right: 22px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.pl5{padding-left: 5px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt55{padding-top: 55px;}
.pt80{padding-top: 80px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb50{padding-bottom: 50px;}
.pb100{padding-bottom: 100px;}
.p20{padding: 0 20px;}
.fs10{font-size: 10px;}
.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs30{font-size: 30px;}
.fs32{font-size: 32px;}
.fs35{font-size: 35px;}
.fs55{font-size: 55px;}
.fcg{color:#9b9b9b;}
.fcp{color:#be5693;}
.fcr{color:#D90000;}
a.fcp{color:#be5693;}
a.ulhover:hover{text-decoration: underline;}
.lh140{line-height: 140%;}
.lh160{line-height: 160%;}
.lh180{line-height: 180%;}
.lh200{line-height: 200%;}
.lh220{line-height: 220%;}
.ls08{letter-spacing: 0.08em;}
.fwb{font-weight: bold;}
.fwn{font-weight: normal;}
.fsm{-webkit-font-smoothing: 2em;-moz-osx-font-smoothing: 2em;}
.fw300{font-weight: 300;}
.vam{vertical-align: middle;}
hr.dotline{border: none;border-top:1px dotted #0b3a7f;}
hr.grayline{border: none;border-top:1px solid #C8C8C8;}
.yugothic{font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;}
.martel{font-family:"Martel","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;}
.tdu{border-bottom: 1px solid #0b3a7f;padding-bottom: 5px;}
.curp{cursor: pointer;}
.bcg{background-color: #F7F7F7;}
.bcw{background-color: #FFF;}
.op2{opacity: 0.2;}
.pc{display: block;}
.sp{display: none;}

.contentsbox-l{
	width: 300px;
	float: left;
}

.contentsbox-r{
	width: 770px;
	float: right;
}

.contentsbox-r .contentsbox-r-l{
	width: 650px;
	float: left;
}

.contentsbox-r .contentsbox-r-r{
	width: 70px;
	float: right;
}

.linkbox{
    position:relative;
}

.linkbox a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}


/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media screen and (max-width: 750px) {

	.fs10{font-size: 20px;}
	.fs11{font-size: 21px;}
	.fs12{font-size: 22px;}
	.fs13{font-size: 23px;}
	.fs14{font-size: 24px;}
	.fs15{font-size: 25px;}
	.fs16{font-size: 26px;}
	.fs17{font-size: 27px;}
	.fs18{font-size: 28px;}
	.fs19{font-size: 29px;}
	.fs20{font-size: 30px;}
	.fs21{font-size: 31px;}
	.fs22{font-size: 32px;}
	.fs23{font-size: 33px;}
	.fs24{font-size: 34px;}
	.fs25{font-size: 35px;}
	.fs26{font-size: 36px;}
	.fs30{font-size: 44px;}
	.fs32{font-size: 46px;}
	.fs35{font-size: 48px;}
	.fs55{font-size: 68px;}

	.pc{display: none;}
	.sp{display: block;}

	.inner{
		width: 700px;
		margin: 0 auto;
	}

	.contentsbox-l,
	.contentsbox-r,
	.contentsbox-r .contentsbox-r-l,
	.contentsbox-r .contentsbox-r-r
	{
		width: 100%;
		float: none;
	}

	.contentsbox-l{
		margin-bottom: 30px;
	}

	.contentsbox-r-r{
		margin-top: 20px;
	}

	body{
		font-size: 24px;
	}

	.wrapper {
		width:750px;
		padding:140px 0px 150px;
	}

	header{
		position: fixed;
		width:750px;
		background: #fff;
		padding: 20px 0 15px 20px;
		z-index: 998;
		top:0;
		left: 0;
		max-height:none;
		height: 120px;
	}

	body.home header{
		background: #fff;
	}

	header nav#header-nav{
		display: none;
		margin-left: 10px;
		margin-right: 10px;
	}

	body.openmenu header{
		background: #F8F8F8;
		height: 100%;
	}

	header nav#header-nav div.sp{
		width: 700px;
		margin-top: 40px;
	}

	body.openmenu header nav#header-nav{
		display: block;
		margin-top: 27px;
	}

	header nav#header-nav h1.fll,
	header nav#header-nav ul.flr
	{
		float: none;
	}

	header nav#header-nav h1{
		font-size: 40px;
		margin: 0 0 50px;
	}

	header nav#header-nav ul{
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

	header nav#header-nav ul li.fll{
		margin: 0 0 35px;
		float: none;
		font-size: 28px;
	}

	nav#header-nav ul li.fll.ml20{
		margin-left:40px;
	}

	nav#header-nav ul li.fll.icon{
		float: left;
		margin-top: 30px;
	}

	nav#header-nav ul li a.nav-current{
		border-bottom: none;
	}

	nav#header-nav ul li a:not(.nav-current){
		padding-bottom: 0;
	}

	nav#header-nav ul li a:not(.nav-current)::after,
	ul#sort-subcat li a:not(.current)::after,
	footer a::after{
		width: 100%;
		background: none;
	}

	header div#header-logo-sp{
		font-size: 40px;
		margin: 27px 0 0 10px;
	}

	body.openmenu header div#header-logo-sp{
		display: none;
	}

	header div#hamburger{
		display: block;
		position: fixed;
		top:39px;
		right: 35px;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 50px;
		height: 42px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger span:nth-of-type(1) {
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}
	@-webkit-keyframes menu-bar01 {
		0% {
			-webkit-transform: translateY(20px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(20px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar01 {
		0% {
			transform: translateY(20px) rotate(45deg);
		}
		50% {
			transform: translateY(20px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	.menu-trigger span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	.menu-trigger span:nth-of-type(3) {
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}
	@-webkit-keyframes menu-bar02 {
		0% {
			-webkit-transform: translateY(-20px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-20px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}
	@keyframes menu-bar02 {
		0% {
			transform: translateY(-20px) rotate(-45deg);
		}
		50% {
			transform: translateY(-20px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}
	.menu-trigger.active 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(20px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(20px) rotate(45deg);
		}
	}
	@keyframes active-menu-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(20px) rotate(0);
		}
		100% {
			transform: translateY(20px) rotate(45deg);
		}
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active 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(-20px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-20px) rotate(-45deg);
		}
	}
	@keyframes active-menu-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-20px) rotate(0);
		}
		100% {
			transform: translateY(-20px) rotate(-45deg);
		}
	}

	nav#header-nav ul li a.nav-current{
		opacity: 1;
	}

	/*------------------------------------*\
	    TOP
	\*------------------------------------*/

	div#top-main{
		position: relative;
		margin-top: 90px;
	}

	div#top-main a{
		margin-top: -240px;
	}

	div#top-wrapper{
		background: #F8F8F8;
		width: 100%;
		padding-top: 120px;
		padding-bottom: 120px;
	}

	div#top-wrapper p{
		line-height: 180%;
	}

	body.home .wrapper{
		width: 100%;
		padding:0px 0px 0px;
	}

	div.post-date,
	div.post-date-schedule,
	div.post-title,
	div.post-title-l,
	div.post-title-schedule{
		float: none;
		width: 100%;
	}

	/*------------------------------------*\
	    SECOND
	\*------------------------------------*/
	div#second-wrapper{
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	h2#sec-left{
		width: 100%;
		float: none;
		margin-bottom: 50px;
		text-align: center;
	}

	h2.fs16,
	h2#sec-left.fs16{
		font-size: 36px;
	}

	section.sec-right{
		width: 100%;
		float: none;
	}

	/*------------------------------------*\
	    BIOGRAPHY
	\*------------------------------------*/

	body.biography div.entry-content p img{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

	/*------------------------------------*\
	    ARCHIVE
	\*------------------------------------*/

	body.home article.archive-box,
	body.home article.archive-box-top{
		width: 162px;
		height: 162px;
	}

	body.home article.archive-box img,
	body.home article.archive-box-top img{
		min-width: 162px;
	}

	article.archive-box span.archive-box-img{
		width: 326px;
		height:326px;
	}

	article.archive-box{
		width: 326px;
	}
	article.archive-box-top,
	article.archive-single-box{
		width: 208px;
		height: 208px;
	}

	article.archive-box img{
		min-width: 326px;
	}
	article.archive-box-top img,
	article.archive-single-box img{
		min-width: 208px;
	}

	article.archive-single-box:nth-child(1),
	article.archive-single-box:nth-child(2),
	article.archive-single-box:nth-child(3){
		margin-bottom: 36px;
	}

	div#archive-left{
		width: 100%;
		float: none;
		margin-bottom: 50px;
		text-align: center;
	}

	div#archive-right{
		width: 100%;
		float: none;
	}

	/*------------------------------------*\
	    DIARY
	\*------------------------------------*/

	body.post-type-archive-diary hr.mt10{
		margin-top: 20px;
	}

	/*------------------------------------*\
	    MOVIE
	\*------------------------------------*/

	div.movie-box-top iframe{
		width: 700px;
		height: 395px;
	}

	/*------------------------------------*\
	    SPECIAL
	\*------------------------------------*/

	body.single-special article h3{
		font-size:25px;
		font-weight: bold;
		margin-bottom: 35px;
	}

	article.special-box-top{
		position: relative;
		width: 340px;
		height: 134px;
	}

	article.special-box,
	article.special-box img{
		width: 700px;
		height: 272px;
	}

	/*------------------------------------*\
	    Contact
	\*------------------------------------*/
	input.wpcf7-text,
	textarea.wpcf7-textarea{
		font-size:24px;
	}

	textarea.wpcf7-textarea{
		width: 700px;
	}

	input.wpcf7-submit{
		font-size: 24px;
	}
}