@charset "utf-8";

body {
	font-size: 14px;
	line-height: 175%;
	overflow-x: hidden;
}
* html body {
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}
*:first-child+html body {  
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}  

img{
	width :auto;
}


.hover {
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}
.img_hover a img{
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.img_hover a img:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

.link_hover a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.link_hover a img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}


/* nav btn ------------------------- */

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	width: 26px;
	height: 26px;
	right: 30px;
	top: 24px;
	z-index: 15000;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	height: 2px;
	background-color: #000000;
	width: 100%;
}

.menu-trigger span:nth-of-type(1) {
	left: 0px;
	top: 8px;
}
.menu-trigger span:nth-of-type(2) {
	display: none;
	
}
.menu-trigger span:nth-of-type(3) {
	left: 0px;
	bottom: 8px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
}

.menu-trigger_top span {
	background-color: #fff;
}


/* loading ------------------------- */


/* site -------------------- */

.contents{

}

.pc_block{
	display: block;
}

.sp_only{
	display: none;
}

.contents_w{
	width: 85%;
/*	max-width: 1200px;*/
	margin-left: auto;
	margin-right:auto;
	position: relative;
}

/*
@media screen and (max-width:1320px){
	.contents_w{
		width: 94%;
		max-width: 1160px;
	}
}

@media screen and (max-width:1270px){
	.contents_w{
		width: 94%;
		max-width: 1060px;
	}
}
@media screen and (max-width:1100px){
	.contents_w{
		width: 84%;
	}
}
*/

.reverse{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.page_link{
	padding-top: 60px;
	margin-top: -60px;
}



.head_mg{
	height: 75px;
}

/* header ----------------------- */

.gheader{
	height: 75px;
}
.logo{
	position: fixed;
	top:32px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	line-height: 0;
	z-index: 2000;
}
.logo_icon{
	position: fixed;
	left: 20px;
	top: 25px;
	width: 24px;
	z-index: 2000;
}
.head_nav{
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 60px;
	top: 28px;
	z-index: 500;
}
.head_nav li{
	margin-right: 20px;
	font-weight: 700;
	font-size: 16px;
}

.head_nav li a {
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
}

.head_nav li a::after{
	content: "";
	display: block;
	height: 2px;
	width: 0%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.head_nav li a:hover::after{
	width: 100%;
}

.gheader_top .head_nav li a{
	color: #fff;
}
.gheader_top .logo{
	top:50%;
	left: 5%;
	width: 90%;
	margin-left: 0px;
	margin-top: -5%;
}

.gheader_top .head_nav li a::after{
	background: #fff;
}


/* gnav ----------------- */

.gnav{
	padding-top: 80px;
}
.gnav li{
	margin-top: 30px;
	font-size: 19px;
}

/* top ----------------- */
.index_main .slide video{
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
	
}

@media screen and (orientation: portrait) {
	.index_main .slide video{
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 177.77777778vh;
		height: 56.25vw;
		min-height: 100%;
		min-width: 100%;
	}
}

.index_main .index_slide-pagination{
	bottom: 30px !important;
}

.index_slide_mg{
	height: calc(100vh - 70px);
}

.ttl_l{
	font-size: 30px;
}

.top_ambs_area{
	margin-top: 100px;
}
.ambs_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ambs_list li{
	width: calc(50% - 20px);
}
.ambs_list li .name{
	position: absolute;
	left: 30px;
	bottom: 25px;
	color: #fff;
	font-weight: 600;
	font-size: 19px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}
.ambs_list li:hover .name{
	opacity: 0;
}
.ambs_list li .name02{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top:48%;
	color: #fff;
	font-weight: 600;
	font-size: 27px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}
.ambs_list li:hover .name02{
	opacity: 1;
}
.ambs_list li .link{
	position: absolute;
	right: 25px;
	bottom: 25px;
	background: #fff;
	width: 100px;
	line-height: 25px;
	height: 25px;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
	padding-top: 3px;
}
.ambs_list li:hover .img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.top_story_outer{
	margin-top: 100px;
	width: 100%;
	overflow: hidden;
}
.top_story_area{
	overflow: visible;
}
.top_story_area .swiper-container{
	overflow: visible;
}
.story_slide{
	margin-top: 50px;
}
 
.story_list li:hover .img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.story_list .txt_area{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
	font-weight: 700;
	position: absolute;
	font-size: 19px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.story_list .txt_area01{
	bottom: 20px;
	opacity: 1;
}
.story_list li:hover .txt_area01{
	opacity: 0;
}
.story_list .txt_area .name{
	margin-top: 10px;
}
.story_list li .txt_area02{
	bottom:40%;
	text-align: center;
	opacity: 0;
	font-size: 22px;
}
.story_list li:hover .txt_area02{
	opacity: 1;
}

.top_story_area .swiper-button-prev{
/*	margin-top: 30px;*/
	margin-top: -25px;
}
.top_story_area .swiper-button-next{
/*	margin-top: 30px;*/
	margin-top: -25px;
}

.top_blog_area{
	margin-top: 100px;
}

.btn_more{
	width: 23%;
	min-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	opacity: 1 !important;
}
.btn_more a{
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #000;
	color: #fff;
	border-radius: 10px;
	font-size: 19px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: 700;
	letter-spacing: 1px;
}
.btn_more a:hover{
	font-size: 20px;
	opacity: 1 !important;
}

.top_blog_area{
	margin-top: 100px;
}

.blog_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px;
}
.blog_list li{
	width: 24.1%;
	margin-right: 1.2%;
	margin-top: 20px;
}
.blog_list li:nth-child(4n){
	margin-right: 0;
}

.blog_list li h3{
	font-size: 19px;
	margin-bottom: 20px;
}
.blog_list li .txt{
	font-size: 17px;
}

.blog_list li .day{
	position: absolute;
	left: 20px;
	bottom: 15px;
	font-size: 14px;
}
.blog_list li:hover .txt_area{
	top:20px;
	color: #fff;
}

.blog_list li:hover .img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.blog_list li .img_overlay{
	position: absolute;
	left: 0;
	top:0;
	line-height: 0;
	width: 100%;
	height: 0;
	padding-top: 57.1%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #000;
	opacity: 0;
}
.blog_list li:hover .img_overlay{
	opacity: 0.4;
}

@media screen and (max-width:1500px){
	.blog_list li a{
		padding-top: 130%;
	}
}
@media screen and (max-width:1400px){
	.blog_list li a{
		padding-top: 140%;
	}
	.blog_list li .txt_area{
		top:45%;
	}
}

@media screen and (max-width:1200px){
	.story_list h3,.blog_list li h3,.story_list .txt_area .name,.ambs_list li .name{
		font-size: 16px;
	}
	.blog_list li .txt{
		font-size: 14px;
	}
}



/* footer ----------------- */

.gfooter{
	margin-top: 130px;
	padding-top: 120px;
	padding-bottom: 30px;
}

.gfooter_inner{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 150px;
}
.footer_logo{
	width: 150px;
}
.footer_nav li{
	margin-bottom: 10px;
	font-size: 17px;
}

.footer_nav li a {
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
}

.footer_nav li a::after{
	content: "";
	display: block;
	height: 2px;
	width: 0%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer_nav li a:hover::after{
	width: 100%;
}


.pagetop{
	right: 30px;
	bottom: 30px;
	font-size: 32px;
	cursor: pointer;
}

/* BLOG ----------------- */

.ttl_C{
	font-size: 30px;
	text-align: center;
	letter-spacing: 20px;
	padding-left: 20px;
	margin-top: 80px;
}

.blog_cat_outer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.blog_cat_area{
	width: 170px;
	margin-top: 50px;
}
.blog_cat_tgl{
	font-size: 17px;
	cursor: pointer;
}

.cat_open{
	top:30px;
	padding: 0px 0 10px 15px;
}

.story_main_area{
	margin-top: 70px;
}
.story_main_area .txt_area h3{
	font-size: 30px;
	font-weight: normal;
}
.story_main_area .txt_area .name{
	font-size: 15px;
	margin-top: 40px;
}
.bread{
	margin-top: 50px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.article_cont{
	padding: 50px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

.article_cont .txt,.article_cont .img{
	margin-top: 50px;
}

.article_cont .img img{
	width: 100%;
}

.article_nav_area{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.article_nav_area p{
	width: 65px;
/*	font-size: 15px;*/
	height: 30px;
}
.article_nav_area p a{
	line-height: 30px;
	height: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.article_nav_area .prev_next{
	width: 132px;
}

.article_nav_area p a:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.1);
}

.ttl_blog{
	font-size: 27px;
	margin-bottom: 50px;
}


.page_story_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page_story_list li{
	width: 24.1%;
	margin-right: 1.2%;
	margin-top: 20px;
}
.page_story_list li:nth-child(4n){
	margin-right: 0;
}

.youtube_area{
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.ttl_players{
	letter-spacing: 5px;
}

.sub_ttl_players{
	margin-top: 70px;
	margin-bottom: 30px;
}

.player_page_img{
	margin-top: 70px;
}
/*
.player_page_profile{
	margin-top: 70px;
}*/
