@charset "utf-8";
/* CSS Document commonlayout*/
/* ****************************************************

@group layout
1: common
2: header(nav)
3: categoryHeader
4: #mainWrapper
5: #topicPath
6: footer
7: mq(1280px<)
8: sp

***************************************************** */
/* 1: common
=========================================*/
* {
	margin: 0;
}
html {
	margin: 0;
}
body {
	width: 100%;
	min-width: 1000px;
	font-size: 16px;
	line-height: 1.75;
	font-family: source-han-serif-japanese, serif;
	color: #000;
	letter-spacing: 0.03em;
	background-color: #000;
	word-wrap: break-word;
	font-weight: 400;
}
body, #wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
footer {
	margin-top: auto;
}
#loading {
	width: 54px;
	height: 55px;
	display: none;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -23px;
	margin-left: -23px;
	z-index: 9999999999;
	background-image: url("../images/common/loader.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
#fade {
	width: 100%;
	height: 100vh;
	display: none;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
p {
  font-size: 14px
}
 @-webkit-keyframes my-fade-in {
 100% {
 opacity: 1;
}
}
@keyframes my-fade-in {
 100% {
 opacity: 1;
}
}
.inner {
	margin: 0 auto;
	width: 1000px;
}
img {max-width: 100%;height: auto}
/* sp
=========================================*/
@media screen and (max-width: 750px) {
/* 1: common
  ========================================*/
* {
	-webkit-appearance: none;
}
body {
	font-size: 14px;
	line-height: 1.6;
	background: none;
	padding-top: 0;
	border-top: none;
}
body, html, body {
	width: 100%;
	min-width: 100%;
}
body, html, body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	word-break: break-all;
}

#wrapper {margin-top: 0px}
.inner {
	width: 100%;
}

}
/* 1-1: Link
========================================*/
a, a:link {
	color: #000;
	text-decoration: none;
	outline: none;
	transition: 0.3s
}
a:visited {
}
a:hover, a:active {
}
a.alpha:hover {
	opacity: 0.8
}
/* 1-2: h,title
========================================*/


/* 1-3: スマホ、PC切替用
========================================*/
.sp-none {
	display: block;
}
.sp-only {
	display: none;
}
/* sp
=========================================*/
@media only screen and (max-width: 750px) {
.sp-none {
	display: none;
}
.sp-only {
	display: block;
}  
}

/* 1-4: button
=========================================*/

/* 1-5: box
=========================================*/

/* 1-6: list
=========================================*/

/* 1-7: table
=========================================*/


/* 1-8: input
=========================================*/

/* 1-9: dl
=========================================*/

/* 1-10: icon
=========================================*/


/* 2: header
=========================================*/
#header {
	width: 100%;
	top: 0px;
	padding: 0px;
	z-index: 9999999;
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
}
#header:after {
	content: "";
	clear: both;
	display: block;
}
#header .logo {
	width: 283px;
	margin: 20px auto 5px;
}
#header .info {
	background-color: #0C1B3C;
	padding: 10px 0;
	text-align: center;
}
#header .info img {margin: 0 auto}
#header .info a {
  color: #FFF
}
#header .info a:hover{opacity: 0.7}
#header.scroll {
  position: fixed;
  top: 0px;
  left: 0px;
}
#header.scroll .logo {display: none}
/* sp
=========================================*/
@media screen and (max-width: 750px) {
#header {
	width: 100%;
	background-color: rgba(0,0,0,0.00);
}
#header .logo {
	display: none;
}
#header .info {
	padding: 10px 4%;
}
}
/* 2-1: header scroll
=========================================*/
#header.scroll {
	position: fixed;
}
#header #gnav.scroll {
	position: fixed;
}
/* 3: gnav
=========================================*/
#nav_toggle {
	display: none;
}
#gnav {
	text-align: center;
	position: relative;
	top: 0px;
	overflow: visible !important;
	background-image: url(../images/gnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
#gnav nav {}
#gnav * {
	vertical-align: top;
}
#gnav {
	width: 100%;
}
#gnav ul li {
	position: relative;
	width: 50%;
	text-align: center;
	float: left;
}
#gnav ul > li > a {
	padding: 15px 80px 20px 100px;
	display: block;
	position: relative;transition: 0.3s
}
#gnav ul > li > a img {transition: 0.3s;vertical-align: middle}
#gnav ul > li a:hover img{
	filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.7));}
#gnav ul > li:first-child a:hover {
	/*background-image: url(../images/nav_bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: rgba(45,35,57,0.3);
}
#gnav ul > li:nth-child(2)  a:hover {
	/*background-image: url(../images/nav_bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: rgba(45,35,57,0.3);
}
#gnav .slide .subMenu {
	display: none;
  transition: 0.3s;
}
/*#gnav .slide:hover .subMenu {
	display: block;
  opacity: 1.0
}*/
#gnav ul.subMenu {
	position: absolute;
	top: 46px;
	right: 0px;
}
#gnav ul.subMenu li{
	display: block;
	width: 167px;
	margin-bottom: 1px;
}
#gnav ul.subMenu li a{
	padding: 5px 10px;
	font-size: 13px;
	display: block;
	border-bottom: 0px solid #060F20;
	background-repeat: no-repeat;
	background-image: url("../images/common/arrow01.png");
	background-position: 90% 50%;
	text-align: left;
	background-color: rgba(21,29,48,0.90);
}
#gnav ul.subMenu > a:hover {
	text-shadow: 0 0 5px rgba(239,249,255,0.7),0 0 5px #edf8ff,0 0 0.30px #edf8ff;
	background-color: rgba(30,45,74,0.90);
	border-bottom: 0px solid #2355AA;
}

/* sp
=========================================*/
@media only screen and (max-width: 750px) {
#gnav {
	width: 100%;
	margin-top: 0px;
	background-color: rgba(0,0,0,0.80);
}
#gnav nav {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0;
	margin: 0;
	background-color: rgba(0,0,0,0.80);
}
#gnav nav ul {
	display: block;
	margin: 0 auto;
	width: 100%;
	background: rgba(0,0,0,0.80);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.80) 0%, rgba(30,20,30,0.80) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.80) 0%, rgba(30,20,30,0.80) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.80) 0%, rgba(30,20,30,0.80) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#1E141E', GradientType=0 ); /* IE6-9 */
	padding-top: 50px;
	border-top: 1px solid #373737;
}
#gnav nav ul li:nth-child(3){
	border-top: 1px solid #373737;}
#gnav nav ul li {
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #373737;
	width: 100%;
}
#gnav ul li.toggle {
	display: block
}
#gnav ul.subMenu li {
    display: block;
    width: 100%;
    margin-bottom: 1px;
    background-color: #151D30;
}
  #gnav ul.subMenu li a {
	background-image: none !important;padding: 10px 10px;
} 
#gnav ul li.toggle a {
	display: block;
	background-image: url(../images/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	width: 100%;
}
#gnav nav ul li a {
	padding: 0.7em 4%;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
#gnav ul {
	display: block;
	float: none;
	margin: 0;
}
#gnav ul li {
}
#gnav ul li a {
	padding: 0 10px;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em
}
#nav_toggle {
	float: right;
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 0px;
	z-index: 100;
	padding: 10px 5px;
	background-color: #000;
	cursor: pointer;
	right: 0px;
}
.open #nav_toggle {
	top: 5px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	width: 70%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	margin: 0 15%;
}
#nav_toggle span:nth-child(1) {
	top: 10px;
}
#nav_toggle span:nth-child(2) {
	top: 23px;
}
#nav_toggle span:nth-child(3) {
	top: 36px;
}
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 25px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 25px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#gnav nav ul li a {
	padding: 0.6em 4%;
	display: block;
	font-size: 16px;
	font-weight: 400;
}
.open #gnav nav{
    height: 100vh; /* 環境にあわせる */
    overflow-x: scroll !important;
  overflow: auto !important;
 -webkit-overflow-scrolling: touch;

}  
.open #nav_toggle {top:-4px;}

}

/* 6: footer
=========================================*/
a.goTop {
	background-color: #FFFFFF;
	border: 1px solid #0C1B3C;
	height: 35px;
	border-radius: 70px;
	width: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	position: fixed;
	right: 20px;
  z-index: 999999
}
a.goTop img {
	width: 40%;
	vertical-align: middle;
	margin-top: -5px;
}
#footer {
	width: 100%;
	padding: 0px;
	background-color: #000;
	display: block;
	position: relative;
}
#footer a:hover {
  opacity: 0.7
}
#footer .footerNav {
	float: left;
}
#footer .footerNav ul {
	font-size: 0;
}
#footer .footerNav li {
	position: relative;
	width: 185px;
	float: left;
	border-right: 1px solid #333333;
}
#footer .footerNav li img {vertical-align: middle}
#footer .footerNav li.moviste {
	width: 323px;
}
#footer .footerNav li.moviste a {
}
#footer .footerNav li a {
	padding: 20px;
	display: block;
	color: #fff;
	font-size: 11px;
	text-align: center;
	font-weight: 300;
}

#footer .footerNav li .ttl {
	margin-top: 10px;}
#footer .sns {
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-top:90px;
}
#footer .sns li {
	width: 22px;
	margin-right: 15px;
	display: inline-block;
}
#footer .copyrights {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	margin-top:90px;
	text-align: right;
}
#footer .copyrights span {
  font-size: 9px;
}
/* sp
=========================================*/
@media screen and (max-width: 750px) {
a.goTop img{
	width: 40%;
	margin: -5px auto 0
}
#footer .footerNav {
	float: left;
	width: 90%;
}
#footer .footerNav li {
	width: 30%;
}
#footer .footerNav li img {vertical-align: middle}
#footer .footerNav li.moviste {
	width: 40%;
}
#footer .footerNav li.moviste a {
}
#footer .footerNav li a {
	padding: 10px;
	font-size: 10px;
}
#footer .footerNav li .ttl {
	margin-top: 10px;}
#footer .sns {
	width: 10%;
	float: left;
	text-align: left;
	margin-left: 0px;
	padding: 10px;
	margin-top: 5px;
}
#footer .sns li {
	width: 22px;
	margin-right: 0px;
	display: inline-block;
	margin-bottom: 5px;
}
#footer .copyrights {
	float: none;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
#footer .copyrights span {
  font-size: 9px;
}
}


/* 7: contents
=========================================*/
.contents {
	background-image: url(../images/bg01.jpg);
}
/* 7-1: top
=========================================*/
#mainImg{
}

/* 7-2: news
=========================================*/
#news {
	padding: 100px 0;
	color: #FFFFFF;
}
#news .fL ,
#news .fR{
  width: 48%
}
#news .box {
	background-image: url(../images/news_bg02.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#news .box h3 {
	background-image: url(../images/news_bg01.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.2em
}
#news .box dl {
	padding: 20px;
}
#news .box dt,
#news .box dd {
  line-height: 1.2em}
#news .box dt a,
#news .box dd a{
	font-size: 11px;
	color: #FFFFFF; 
}
#news .box dd {
  margin-bottom: 10px;
}
#news .box dd:last-child {
  margin-bottom: 0px;}
#news .box.twitter {
	margin-bottom: 10px;
}
#news .box.twitter iframe {
}
#news .box.insta a{
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
}
#news .box.insta a {
	font-size: 20px;}
#news .box.insta a img {
	vertical-align: middle;
	margin-left: 10px;
}
#news .box.insta a .ttl {
	font-weight: 900;
	margin-right: 20px;
  letter-spacing: 0.1em
}
#news .box.insta a:hover {
	text-shadow: 0 0 5px rgba(239,249,255,0.7),0 0 5px #edf8ff,0 0 0.30px #edf8ff;}


/* sp
=========================================*/
@media only screen and (max-width: 750px) {
#news {
	background-size: auto 100%;
	padding: 40px 0;
}
#news .inner {padding: 0 4%}
#news .fL ,
#news .fR{
  width: 100%
}
#news .fL  {
	margin-bottom: 10px;
}
#news .box h3 {
	font-size: 16px;
	padding: 5px 0;
}
#news .box dl {
	padding: 10px;
}

#news .box.twitter iframe {
width: 740px !important; 
}

#news .box.insta a{
	height: 40px;
	line-height: 40px;
}
#news .box.insta a img {
	vertical-align: middle;
	margin-left: 10px;
	width: 17px;
}
#news .box.insta a {
	font-size: 16px;}
  }
/* 7-3: introduction
=========================================*/
#introduction {
	padding: 100px 0;
	background-image: url(../images/intro_bg.png);
	background-size: 100% auto;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
#introduction h2 {
	margin: 0 auto 75px;
	width: 700px;
}
#introduction h3 {
	margin: 0 auto 30px;
	width: 195px;
}
#introduction .red {
	color: #FF0000;
}
#introduction .f18 {font-size: 18px}
#introduction p {
	line-height: 2.3;
	color: #FFFFFF;
}
#introduction p.aC {margin-bottom: 40px}
#introduction .bold {font-weight: 700}

/* sp
=========================================*/
@media only screen and (max-width: 750px) {
#introduction {
	padding: 40px 0;
} 
  #introduction .inner {
	padding: 0 4%;    
  }
#introduction h2 {
	margin: 0 auto 20px;
	width: auto;
	height: 30px;
	text-align: center;
}
#introduction h2 img {
    height: 100%;
    width: auto
  }
#introduction h3 {
	margin-bottom: 20px;
}
#introduction .f18 {font-size: 15px !important}

#introduction p.aC {
	margin-bottom: 2.0em;
	text-align: left !important;
	line-height: 2.3;
}
  #introduction p {
	margin-bottom: 2.0em;
	line-height: 2.3;
	font-size: 14px;
}
  }






