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

a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

video#bgvid {
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; 
	background: url(../images/1.jpg) no-repeat;
	background-size: cover;
	z-index: -100;
}

.pattern {
	width: 100%;
	height: 100%;
	background: url(../images/pattern.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
}

.pattern2 {
	width: 100%;
	height: 100%;
	background: url(../images/pattern2.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
}

.header {
	position: relative;
	width: 100%;
	border-bottom: 1px #d5d5d5 solid;
	background-color: #fff;
}

.header__inner {
	position: relative;
	height:110px;
	background:url(../images/01_header_bg.png);
}

.header__logo {
	position: relative;
	left: 0;
	margin-left: 0;
	text-align: center;
}

.header__logo img {
	width: 50%;
	max-width:360px;
}

.header__nav {
	position: absolute;
	left: -9999px;
}

.header__nav {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	max-width:1200px;
	margin: -20px auto 0;
}

.header__nav ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.header__nav ul li {
	float: left;
}
.header__nav ul li:nth-child(1) {
	width: 100px;
	margin-right: 20px;
}
.header__nav ul li:nth-child(2) {
	width: 140px;
	margin-right: 20px;
}
.header__nav ul li:nth-child(3) {
	width: 90px;
	margin-right: 420px;
}
.header__nav ul li:nth-child(4) {
	width: 108px;
	margin-right: 20px;
}
.header__nav ul li:nth-child(5) {
	width: 90px;
	margin-right: 20px;
}
.header__nav ul li:nth-child(6) {
	width: 125px;
}

.header__nav ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	text-align: center;
	overflow: hidden;
	text-decoration:none;
}

.header__nav ul li a span {
	position: relative;
	height: 45px;
	margin: 0;
	font-weight:600;
	color: #ea5c31;
}

.header__nav ul li a span.en {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	visibility: visible;
}

.header__nav ul li a span.en img {
	height:40px;
}

.header__nav ul li a:hover span.en {
	visibility: hidden;
}

.header__nav ul li a span.jp {
	width: 100%;
	font-size: 2rem;
	visibility: hidden;
	padding:10px 0;
	}

.header__nav ul li a:hover span.jp {
	visibility: visible;
}

.header__nav ul li a span.jp:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ea5c31;
	-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
					transform: scaleX(0);
	-webkit-transition: all 400ms ease;
	transition:all 400ms ease;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
}

.header__nav ul li a:hover span.jp:after {
	-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
					transform: scaleX(1);
	visibility: visible;
}

.box {
	opacity:0;
}
	
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		right: 20px;
		top: 42px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 1;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #ea5c31;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}

.white_bg {
	margin-top:55%;
	background-color: rgba( 255, 255, 255, 0.8 );
	padding-bottom:40px;
}

.white2_bg {
	background-color: rgba( 255, 255, 255, 0.8 );
	padding-bottom:40px;
}

.black_bg {
	background-color: rgba( 0, 0, 0, 0.8 );
	padding-bottom:40px;
}

.orange_bg {
	background-color: rgba( 234, 92, 49, 0.8 );
	padding-bottom:40px;
}

.news_bg {
	background-color: rgba( 253, 236, 212, 1 );
	padding-bottom:40px;
}

.footer {
	padding:30px 0 10px 0;
	text-align:center;
	background-color: rgba( 243, 134, 104, 1 );	
}

.footer p {
	color:#fff;
}

.footer__logo {
	position: relative;
	left: 0;
	margin-left: 0;
	text-align: center;
}

.footer__logo img {
	width: 25%;
	max-width:175px;
	min-width:130px;
}

.footer__nav {
	width:100%;
}

.footer__nav a {
	display: block;
	font-size:1.6rem;
	color:#fff;
	text-decoration:none;
}

.footer__nav a:hover {
	color:#f00;
}



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

.header__nav ul li a.active span.en {
	visibility: hidden;
}

.header__nav ul li a.active span.jp {
	visibility: visible;
}

.header__nav ul li a.active span.jp:after {
	-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
					transform: scaleX(1);
	visibility: visible;
}

	.dropdown{
		display:none;
		position:fixed;
		top:110px;
		left:0px;
		width: 100%;
		background-color:#fff;
		z-index:-1;
	}
	
	.dropdown ul{
		display: block;
		margin:0 auto;
		padding:0;
		width:1200px;
	}
	
	.dropdown ul:before,
	.dropdown ul:after { display: table; line-height: 0; content: "";}
	.dropdown ul:after { clear: both; }
	
	.dropdown ul li{
	}
	.dropdown ul li:nth-child(1) {
		width: 200px;
		margin-right:0;
	}
	.dropdown ul li:nth-child(2) {
		width: 200px;
		margin-right:400px;
	}
	.dropdown ul li:nth-child(3) {
		width: 200px;
		margin-right:0;
	}
	.dropdown ul li:nth-child(4) {
		width: 200px;
		margin-right:0;
	}
	
	.dropdown li a{
		font-size:1.8rem;
		color:#000;
		padding:5px;
	}
	
	.dropdown li a:hover{
		background-color:#000;
	}

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


.wrapper {
	width:1200px;
	margin:0 auto;
}

.title {
	margin:0 auto;
	width:1084px;
	padding-top:20px;
	text-align: center;
	position:relative;
}

.title img {
	width: 50%;
	max-width:420px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

	.title_news {
		margin:0 auto;
		width:1084px;
		padding-top:20px;
		text-align: center;
		position:relative;
	}
	
	.title_news img {
		width: 85%;
		max-width:600px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		padding-bottom:10px;
	}


.title_left {
	margin-top:78px;
	float:left;
	width:30%;
	height:40px;
	border-top: 2px solid #ea5c31;
	border-left: 2px solid #ea5c31;
}

.title_right {
	margin-top:78px;
	float:right;
	width:30%;
	height:40px;
	border-top: 2px solid #ea5c31;
	border-right: 2px solid #ea5c31;
}

.title_left_white {
	margin-top:78px;
	float:left;
	width:30%;
	height:40px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.title_right_white {
	margin-top:78px;
	float:right;
	width:30%;
	height:40px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.featured_panel {
	margin:0 auto;
	padding:0 20px 20px 20px;
	width:1040px;
	border-left: 2px solid #ea5c31;
	border-right: 2px solid #ea5c31;
	border-bottom: 2px solid #ea5c31;
	display:flex;
	flex-wrap: wrap;
}

.featured_panel_img {
	margin:10px;
	width:240px;
}

.featured_panel_img img {
	width:100%;
}

	.news_board {
		margin:0 auto;
		padding:0;
		width:1040px;
		display:flex;
		flex-wrap: wrap;
	}
	
	.blog_panel {
		width:510px;
		padding-right:20px;
		text-align:left;
	}
	
	.blog_box {
		display: table-cell;
		vertical-align: middle;
		font-weight:300;
		height:60px;
	}
	
	.blog_panel h3 {
		font-size:2rem;
		text-align:center;
		background-color:#ff7e58;
		font-weight:400;
		color:#fff;
		height:40px;
		line-height:37px;
		border-radius: 20px;        /* CSS3草案 */  
		-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 20px;   /* Firefox用 */
	}
	
	.blog_panel a {
		text-decoration:none;
	}
	
	.blog_panel a:hover h3 {
		background-color:#ea5c31;
	}
	
	.blog_panel .post-date {
		color:#ea5c31;
		font-size:1.4rem;
	}
	
	.blog_panel .post-title {
		font-size:1.8rem;
		line-height:2.4rem;
		padding:0.5% 0 2% 0;
	}
	
	.blog_panel .post-title a {
		color:#000;
	}
	
	.blog_panel .post-title a:hover {
		color:#ff7e58;
	}
	
	.blog_panel hr {
		height: 1px;
		border: none;
		border-top: 1px #aeaeae dotted;
	}
		
	.twitter_panel {
		width:510px;
		height:600px;
	}
	
	.twitter-timeline {
		width:510px;
		height:600px;
	}

	.thamnail {
		float:left;
		padding-right:15px;
	}

	.thamnail img {
		width:100px;
		height:100px;
	}



.trailer_board {
	margin:0 auto;
	padding:0 20px 20px 20px;
	width:1040px;
	border-left: 2px solid #ea5c31;
	border-right: 2px solid #ea5c31;
	border-bottom: 2px solid #ea5c31;
}

.trailer_panel {
	background-color:#fff;
	display:flex;
	flex-wrap: wrap;
}

.trailer_panel a {
	text-decoration:none;
	color:#000;
}

.trailer_panel a.select {
	background-color: rgba( 253, 236, 212, 0.8 );
}

.trailer_panel_img {
	margin:15px;
	width:315px;
}

.trailer_panel_img h3 {
	font-size:2rem;
	line-height:2.8rem;
	color:#ea5c31;
	font-weight:600;
	margin:3%;
}

.trailer_panel_img p {
	text-align:left;
	padding:0 1% 0 4%;
	margin:3%;
}

.trailer_panel_img img {
	width:100%;
}

.video{
	position:relative;
	width:100%;
	height:600px;
}

.video iframe{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.staff_panel {
	margin:0 auto;
	padding:0 20px 20px 20px;
	width:1040px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display:flex;
	flex-wrap: wrap;
}

.staff_panel_img {
	margin:10px;
	width:240px;
}

.staff_panel_img img {
	width:100%;
}


.works_panel {
	margin:0 auto;
	padding:0 20px 20px 20px;
	width:1040px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display:flex;
	flex-wrap: wrap;
}

.works_panel_img {
	margin:7px;
	width:194px;
}

.works_panel_img img {
	width:100%;
}

.footer__nav ul {
	margin:30px auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__nav li {
	width:100px;
}

.about {
	padding-top:150px;
}

.aisatsu {
	width:900px;
	margin:0 auto;
}

.aisatsu h3 {
	font-size:5.3rem;
	font-weight:900;
	margin:40px 0;
}

.aisatsu h4 {
	font-size:1.8rem;
	font-weight:600;
	text-align:left;
	margin-top:30px;
	color:#FF5019
}

.aisatsu p {
	font-size:1.6rem;
	text-justify:auto;
	text-align:left;
	line-height:3rem;
}

.aisatsu h2 {
	font-size:2.2rem;
	font-weight:600;
	color:#fff;
	background-color: rgba( 234, 92, 49, 0.8 );
	margin:60px 0 40px 0;
	padding:0.3rem;
	letter-spacing:0.1rem;
}

.t_about {
	margin:0 auto;
	width:90%;
}

.t_about p {
	font-size:1.4rem;
	text-align:left;
	font-weight:400;
	line-height:2.4rem;
	margin-top:30px;
}

.t_about tr:nth-child(odd) {
	background-color: rgba( 253, 236, 212, 0.6 );
}

.t_about tr:nth-child(even) {
	background-color: rgba( 255, 255, 255, 0.6 );
}

.t_about th {
	padding: 10px;
	text-align:left;
	font-size:1.4rem;
	font-weight:400;
	border: 0px;
	color:#000;
	width:8rem;
}

.t_about td {
	padding: 10px;
	text-align:left;
	font-size:1.4rem;
	font-weight:300;
	border: 0px;
	line-height:2rem;
}

.animediv th {
	width:25rem;
}

.fooddiv th {
	width:15rem;
}

.mailform dt.mfp {
	font-size:1.2rem!important;
}

.mailform dd.mfp {
	font-size:1.2rem!important;
}

.form1{
	width:100%;
	height:20px;
	font-size:1.4rem;
}

.form2{
	width:100%;
	font-size:1.4rem;
}

}

@media screen and (min-width: 600px) and ( max-width:1100px) {

.inner {
	width:100%;
	margin:0 auto;
}

    .header__nav {
        position:absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background:  rgba( 255, 255, 255, 0.8 );
        width: 100%;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
	
    .header__nav ul li {
        float: none;
    }
	
    #top-head .header__nav ul li a {
        padding: 10px 0;
    }
	
    #nav-toggle {
        display: block;
    }
	
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* . スライドアニメーション */
    .open .header__nav {
        /* .header__nav top + #mobile-head height */
        -moz-transform: translateY(520px);
        -webkit-transform: translateY(520px);
        transform: translateY(520px);
    }

	
.wrapper {
	width:90%;
	margin:0 auto;
}

.title {
	position:relative;
	margin:0 auto;
	width:100%;
	padding-top:10px;
	text-align: center;
}

.title img {
	width: 40%;
	max-width:360px;
	min-width:200px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

	.title_news {
		margin:0 auto;
		width:100%;
		padding-top:10px;
		text-align: center;
		position:relative;
	}
	
	.title_news img {
		width: 75%;
		max-width:500px;
		min-width:400px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		padding-bottom:7px;
	}


.title_left {
	margin-top:52px;
	float:left;
	width:25%;
	height:42px;
	border-top: 2px solid #ea5c31;
	border-left: 2px solid #ea5c31;
}

.title_right {
	margin-top:52px;
	float:right;
	width:25%;
	height:42px;
	border-top: 2px solid #ea5c31;
	border-right: 2px solid #ea5c31;
}

.title_left_white {
	margin-top:52px;
	float:left;
	width:25%;
	height:42px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.title_right_white {
	margin-top:52px;
	float:right;
	width:25%;
	height:42px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


.featured_panel {
	margin:0 auto;
	padding:0 2% 2% 2%;
	border-left: 2px solid #ea5c31;
	border-right: 2px solid #ea5c31;
	border-bottom: 2px solid #ea5c31;
	display:flex;
	flex-wrap: wrap;
}

.featured_panel a {
	display: block;
}

.featured_panel_img {
	margin:1.5%;
	width:30%;
}

.featured_panel_img img{
	width:100%;
}

	.news_board {
		margin:0 auto;
		padding:0;
		display:flex;
		flex-wrap: wrap;
	}
	
	.blog_panel {
		width:48%;
		padding-right:2%;
		text-align:left;
	}
	
	.blog_box {
		display: table-cell;
		vertical-align: middle;
		font-weight:300;
		height:45px;
	}
	
	.blog_panel h3 {
		font-size:1.8rem;
		text-align:center;
		background-color:#ff7e58;
		font-weight:400;
		color:#fff;
		height:35px;
		line-height:33px;
		border-radius: 20px;        /* CSS3草案 */  
		-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 20px;   /* Firefox用 */
	}
	
	.blog_panel a {
		text-decoration:none;
	}
	
	.blog_panel a:hover h3 {
		background-color:#ea5c31;
	}
	
	.blog_panel .post-date {
		color:#ea5c31;
		font-size:1.1rem;
	}
	
	.blog_panel .post-title {
		font-size:1.4rem;
		line-height:1.8rem;
		padding:0.5% 0 2% 0;
	}
	
	.blog_panel .post-title a {
		color:#000;
	}
	
	.blog_panel .post-title a:hover {
		color:#ff7e58;
	}
	
	.blog_panel hr {
		height: 1px;
		border: none;
		border-top: 1px #aeaeae dotted;
	}

	.twitter_panel {
		width:48%;
	}
	
	.twitter-timeline {
		width:100%;
		height:600px;
	}

	/*Twitter対策*/
	    .twitter-timeline{
			height:500px!important;
	    }

	.thamnail {
		float:left;
		padding-right:12px;
	}

	.thamnail img {
		width:75px;
		height:75px;
	}

.trailer_board {
	margin:0 auto;
	padding:0 2% 2% 2%;
	border-left: 2px solid #ea5c31;
	border-right: 2px solid #ea5c31;
	border-bottom: 2px solid #ea5c31;
}

.trailer_panel {
	background-color:#fff;
	display:flex;
	flex-wrap: wrap;
}

.trailer_panel a {
	text-decoration:none;
	color:#000;
	width:50%;
}

.trailer_panel a.select {
	background-color: rgba( 253, 236, 212, 0.8 );
}

.trailer_panel_img {
	margin:3% 5%;
	width:90%;
}


.trailer_panel_img h3 {
	font-size:1.8rem;
	line-height:2.4rem;
	color:#ea5c31;
	font-weight:600;
	margin:3%;
}

.trailer_panel_img p {
	text-align:left;
	padding:0 1% 0 4%;
	margin:3%;
}

.trailer_panel_img img {
	width:100%;
}

.video{
	position:relative;
	width:100%;
	height:450px;
}

.video iframe{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.staff_panel {
	margin:0 auto;
	padding:0 2% 2% 2%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display:flex;
	flex-wrap: wrap;
}

.staff_panel a {
	display: block;
}

.staff_panel_img {
	margin:1.5%;
	width:30%;
}

.staff_panel_img img{
	width:100%;
}

.works_panel {
	margin:0 auto;
	padding:0 2% 2% 2%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display:flex;
	flex-wrap: wrap;
}

.works_panel_img {
	margin:1%;
	width:23%;
}

.works_panel_img img {
	width:100%;
}


.footer__nav ul {
	margin:30px auto;
	display:flex;
	justify-content: center;
}

.footer__nav li {
	width:80px;
}

.about {
	padding-top:150px;
}

.aisatsu {
	width:90%;
	margin:0 auto;
}

.aisatsu h3 {
	font-size:4rem;
	font-weight:900;
	margin:30px 0;
}

.aisatsu h4 {
	font-size:1.8rem;
	font-weight:600;
	text-align:left;
	margin-top:30px;
	color:#FF5019
}

.aisatsu p {
	font-size:1.6rem;
	text-justify:auto;
	text-align:left;
	line-height:2.6rem;
}

.aisatsu h2 {
	font-size:2.2rem;
	font-weight:600;
	color:#fff;
	background-color: rgba( 234, 92, 49, 0.8 );
	margin:60px 0 40px 0;
	padding:0.3rem;
	letter-spacing:0.1rem;
}

.t_about {
	margin:0 auto;
	width:90%;
}

.t_about p {
	font-size:1.4rem;
	text-align:left;
	font-weight:400;
	line-height:2.4rem;
	margin-top:30px;
}

.t_about tr:nth-child(odd) {
	background-color: rgba( 253, 236, 212, 0.6 );
}

.t_about tr:nth-child(even) {
	background-color: rgba( 255, 255, 255, 0.6 );
}

.t_about th {
	padding: 10px;
	text-align:left;
	font-size:1.4rem;
	font-weight:400;
	border: 0px;
	color:#000;
	width:8rem;
}

.t_about td {
	padding: 10px;
	text-align:left;
	font-size:1.4rem;
	font-weight:300;
	border: 0px;
	line-height:2rem;
}

.animediv th {
	width:22rem;
}

.fooddiv th {
	width:14rem;
}

.mailform dt.mfp {
	font-size:1.2rem!important;
}

.mailform dd.mfp {
	font-size:1.2rem!important;
}

.form1{
	width:100%;
	height:20px;
	font-size:1.4rem;
}

.form2{
	width:100%;
	font-size:1.4rem;
}


}

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

.header__inner {
	position: relative;
	height:60px;
	background:url(../images/01_header_bg.png);
}

.header__nav ul li a span.en img {
	height:30px;
}

.header__nav ul li a span.jp {
	width: 100%;
	font-size: 1.5rem;
	visibility: hidden;
	height:20px;
	padding:10px 0;
}

.header__nav ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	overflow: hidden;
	text-decoration:none;
}

.header__nav ul li a span {
	position: relative;
	display: inline-block;
	height: 30px;
	margin: 0;
	font-weight:600;
	color: #ea5c31;
}

.header__nav ul li:nth-child(1) {
	width: 80px;
	margin-right: 20px;
}
.header__nav ul li:nth-child(2) {
	width: 112px;
	margin-right: 20px;
}
.header__nav ul li:nth-child(3) {
	width: 72px;
	margin-right: 420px;
}
.header__nav ul li:nth-child(4) {
	width: 100px;
	margin-right: 20px;
}
.header__nav ul li:nth-child(5) {
	width: 87px;
	margin-right: 20px;
}
.header__nav ul li:nth-child(6) {
	width: 110px;
}



	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		right: 20px;
		top: 18px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 2;
	}


.wrapper {
	width:90%;
	margin:0 auto;
}

    .header__nav {
        position:absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background:  rgba( 255, 255, 255, 0.8 );
        width: 100%;
        padding: 5px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		z-index:1;
    }
	
    .header__nav ul li {
        float: none;
    }
	
    #top-head .header__nav ul li a {
        padding: 10px 0;
    }
	
    #nav-toggle {
        display: block;
    }
	
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* . スライドアニメーション */
    .open .header__nav {
        /* .header__nav top + #mobile-head height */
        -moz-transform: translateY(520px);
        -webkit-transform: translateY(520px);
        transform: translateY(520px);
    }




.title {
	position:relative;
	margin:0 auto;
	width:100%;
	padding-top:10px;
	text-align: center;
}

.title img {
	width: 45%;
	max-width:300px;
	min-width:160px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding:5%;
}

	.title_news {
		margin:0 auto -15px auto;
		width:100%;
		padding-top:10px;
		text-align: center;
		position:relative;
	}
	
	.title_news img {
		width: 65%;
		max-width:450px;
		min-width:250px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
}


.title_left {
	margin-top:30px;
	float:left;
	width:20%;
	height:20px;
	border-top: 2px solid #ea5c31;
	border-left: 2px solid #ea5c31;
}

.title_right {
	margin-top:30px;
	float:right;
	width:20%;
	height:20px;
	border-top: 2px solid #ea5c31;
	border-right: 2px solid #ea5c31;
}

.title_left_white {
	margin-top:30px;
	float:left;
	width:20%;
	height:20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.title_right_white {
	margin-top:30px;
	float:right;
	width:20%;
	height:20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


.featured_panel {
	margin:0 auto;
	padding:0 2% 2% 2%;
	border-left: 2px solid #ea5c31;
	border-right: 2px solid #ea5c31;
	border-bottom: 2px solid #ea5c31;
	display:flex;
	flex-wrap: wrap;
}

.featured_panel_img {
	margin:2%;
	width:46%;
}

.featured_panel_img img{
	width:100%;
}

.news_board {
	margin:0 auto;
	padding:0;
	width:100%;
	height:650px;
}

	.news_board {
		margin:0 auto;
		padding:0;
		width:100%;
		flex-wrap: wrap;
	}
	
	.blog_panel {
		width:100%;
		text-align:left;
		padding:20px 0;
	}
	
	.blog_box {
		display: table-cell;
		vertical-align: middle;
		font-weight:300;
		height:30px;
	}
	
	.blog_panel h3 {
		font-size:1.4rem;
		text-align:center;
		background-color:#ff7e58;
		font-weight:400;
		color:#fff;
		height:30px;
		line-height:27px;
		border-radius: 15px;        /* CSS3草案 */  
		-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 15px;   /* Firefox用 */
	}
	
	.blog_panel a {
		text-decoration:none;
	}
	
	.blog_panel a:hover h3 {
		background-color:#ea5c31;
	}
	
	.blog_panel .post-date {
		color:#ea5c31;
		font-size:1.1rem;
	}
	
	.blog_panel .post-title {
		font-size:1.2rem;
		line-height:1.6rem;
		padding:0.5% 0 1% 0;
	}
	
	.blog_panel .post-title a {
		color:#000;
	}
	
	.blog_panel .post-title a:hover {
		color:#ff7e58;
	}
	
	.blog_panel hr {
		height: 1px;
		border: none;
		border-top: 1px #aeaeae dotted;
	}

	.twitter_panel {
		width:100%;
	}
	
	.twitter-timeline {
		width:100%;
		height:600px;
	}

	.thamnail {
		float:left;
		padding-right:10px;
	}

	.thamnail img {
		width:55px;
		height:55px;
	}

.trailer_board {
	margin:0 auto;
	padding:0 2% 2% 2%;
	border-left: 2px solid #ea5c31;
	border-right: 2px solid #ea5c31;
	border-bottom: 2px solid #ea5c31;
}

.trailer_panel {
	background-color:#fff;
	padding:1px 0;
	display:flex;
	flex-wrap: wrap;
}

.trailer_panel a {
	text-decoration:none;
	color:#000;
	width:100%
}

.trailer_panel a.select {
	background-color: rgba( 253, 236, 212, 0.8 );
}

.trailer_panel_img {
	margin:3% auto;
	width:100%;
}

.trailer_panel_img h3 {
	font-size:1.8rem;
	line-height:2.4rem;
	color:#ea5c31;
	font-weight:600;
	margin:3%;
}

.trailer_panel_img p {
	text-align:left;
	padding:0 1% 0 4%;
	margin:3%;
}

.trailer_panel_img img {
	width:100%;
}

.video{
	position:relative;
	width:100%;
	height:300px;
}

	/*Twitter対策*/
	    .twitter-timeline{
			height:300px!important;
	    }


.video iframe{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.staff_panel {
	margin:0 auto;
	padding:0 2% 2% 2%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display:flex;
	flex-wrap: wrap;
}

.staff_panel_img {
	margin:2%;
	width:46%;
}

.staff_panel_img img{
	width:100%;
}

.works_panel {
	margin:0 auto;
	padding:0 2% 2% 2%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display:flex;
	flex-wrap: wrap;
}

.works_panel_img {
	margin:2%;
	width:46%;
}

.works_panel_img img {
	width:100%;
}


.footer__nav ul {
	margin:30px auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__nav li {
	width:80px;
}

.about {
	padding-top:18%;
}

.aisatsu {
	width:95%;
	margin:0 auto;
}

.aisatsu h3 {
	font-size:2.6rem;
	font-weight:900;
	margin:20px 0;
}

.aisatsu h4 {
	font-size:1.4rem;
	font-weight:600;
	text-align:left;
	margin-top:30px;
	color:#FF5019
}

.aisatsu p {
	font-size:1.3rem;
	text-justify:auto;
	text-align:left;
	line-height:2.2rem;
}

.aisatsu h2 {
	font-size:1.8rem;
	font-weight:600;
	color:#fff;
	background-color: rgba( 234, 92, 49, 0.8 );
	margin:40px 0 20px 0;
	padding:0.3rem;
	letter-spacing:0.1rem;
}

.t_about {
	margin:0 auto;
	width:100%;
}

.t_about p {
	font-size:1.4rem;
	text-align:left;
	font-weight:400;
	line-height:2.4rem;
	margin-top:30px;
}

.t_about tr:nth-child(odd) {
	background-color: rgba( 253, 236, 212, 0.6 );
}

.t_about tr:nth-child(even) {
	background-color: rgba( 255, 255, 255, 0.6 );
}

.t_about th {
	padding: 10px;
	text-align:left;
	font-size:1.2rem;
	font-weight:400;
	border: 0px;
	color:#000;
	width:6rem;
}

.t_about td {
	padding: 10px;
	text-align:left;
	font-size:1.2rem;
	font-weight:300;
	border: 0px;
	line-height:1.8rem;
}

.animediv th {
	width:14rem;
}

.fooddiv th {
	width:12rem;
}

.mailform dt.mfp {
	font-size:1.2rem!important;
}

.mailform dd.mfp {
	font-size:1.2rem!important;
}

.form1{
	width:100%;
	height:20px;
	font-size:1.4rem;
}

.form2{
	width:100%;
	font-size:1.4rem;
}

}

	/*Twitter対策　iphone6+*/
	@media screen and (max-width: 414px) {
	    .twitter-timeline{
	        width: 384px!important;
			height:300px!important;
	    }
	}
	/*Twitter対策　iphone6*/
	@media screen and (max-width: 375px) {
	    .twitter-timeline{
	        width: 345px!important;
			height:300px!important;
	    }
	}
	 
	/*Twitter対策　iphone5*/
	@media screen and (max-width: 320px) {
	    .twitter-timeline{
	        width: 290px!important;
			height:300px!important;
	    }
	}