@charset "utf-8";

.sp {
	display: none!important;
}

.tablet {
	display: none!important;
}

/* -------------------------------------------------- */
/* メインスライダー */
/* -------------------------------------------------- */
#sliderWrap {
	padding: 15px 0 10px;
	position: relative;
}

#mv .sp-thumbnails-container {
	width: 710px!important;
	text-align: left;
}

#mv .sp-thumbnails {
	display: inline-block;
}

#mv .sp-slide a,
#mv .sp-slide .sliderOverRay {
	display: block;
	position: relative;
	transform: scale(0.9);
	transition-delay: 0.3s!important;
	transition-property: all!important;
	transition-duration: 0.3s!important;
	max-height: 520px;
	max-width: 1000px;
	overflow: hidden;
}

.noClick {
	cursor: default;
}

#mv .sp-slide a:after,
#mv .sp-slide .sliderOverRay:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	transition: all 0.3s ease-in-out 0s;
}

#mv .sp-slide.sp-selected a:after,
#mv .sp-slide.sp-selected .sliderOverRay:after
{
	height: 25%;
}

#mv .sp-slide a:hover:after,
#mv .sp-slide .sliderOverRay:hover:after {
	opacity: 0;
}

#mv .sp-selected a,
#mv .sp-selected .sliderOverRay {
	transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
}

#mv .sp-slide .sliderInfo {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out 0s;
	z-index: 300;
}

#mv .sp-slide .sliderCat {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding-left: 60px;
}

#mv .sp-slide .sliderCat span {
	padding-right: 5px;
}

#mv .sp-slide .sliderCat:before {
	content: "";
	margin-top: -1px;
	display: block;
	height: 2px;
	width: 50px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
}

#mv .sp-slide .sliderCat {
	font-size: 1.6rem;
	font-weight: bold;
}

#mv .sp-slide .sliderDate {
	font-size: 1.5rem;
	font-weight: bold;
}

#mv .sp-slide .sliderTit {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}

#mv .sp-selected .sliderInfo {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #FFFFFF;
	z-index: 200;
}

#mv .sp-selected .sliderCat {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding-left: 60px;
}

#mv .sp-selected .sliderCat:before {
	content: "";
	margin-top: -1px;
	display: block;
	height: 2px;
	width: 50px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
}

#mv .sp-selected .sliderCat {
	font-size: 1.6rem;
	font-weight: bold;
}

#mv .sp-selected .sliderDate {
	font-size: 1.5rem;
	font-weight: bold;
}

#mv .sp-selected .sliderTit {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}

#mv .sp-bottom-thumbnails {
	margin: 15px 0 0 -500px;
	padding-left: 50%;
}

#mv .sp-thumbnail-container {
	position: relative;
}

#mv .sp-thumbnail-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	transition: all 0.3s ease-in-out 0s;
}

#mv .sp-thumbnail-container:hover:before,
.sp-selected-thumbnail:before {
	opacity: 0;
}

#mvBnr {
	position: absolute;
	left: 50%;
	bottom: 16px;
	margin-left: 222px;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	display: none;
}

.sp-previous-arrow {
	width: 47px;
	height: 47px;
	background: url(../../img/top/arrow_prev.jpg) 0 0 no-repeat;
	border: none;
}

.sp-next-arrow {
	width: 47px;
	height: 47px;
	background: url(../../img/top/arrow_next.jpg) 0 0 no-repeat;
	border: none;
}

#mainActivity {
	margin-bottom: 80px;
}


/* -------------------------------------------------- */
/* 事業 */
/* -------------------------------------------------- */
#eventWrap {
	padding-bottom: 80px;
	position: relative;
}

#eventListLink {
	position: absolute;
	top: 0;
	right: 50px;
}

.listLink a {
	display: block;
	padding: 8px 10px 10px;
	border: 1px #666666 solid;
	transition: all 0.3s ease-in-out 0s;
}

.listLink a:hover {
	background: #666666;
	border: 1px #666666 solid;
}

.event {
	width: 100%;
	background: #f8f5f5;
	border: 1px #dcdcdc solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.eventTab {
	padding: 42px;
	letter-spacing: -0.4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.eventBox {
	width: 25%;
	padding: 0 8px;
	letter-spacing: normal;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}

.eventBox a {
	display: block;
	transition: all 0.3s ease-in-out 0s;
}

.eventBox a:hover {
	opacity: 0.7;
	color: #333333;
}

.eventImg {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.eventImg img {
	width: 100%;
	height: auto;
}

#eventTabBtn {
	margin-left: 50px;
	letter-spacing: -0.4em;
}

#eventTabBtn li {
	width: 200px;
	margin-right: 10px;
	margin-bottom: -1px;
	font-size: 1.8rem;
	padding: 20px;
	display: inline-block;
	letter-spacing: normal;
	border: 1px #dcdcdc solid;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

#eventTabBtn li.active,
#eventTabBtn li:hover {
	margin-bottom: -1px;
	background: #f8f5f5;
	border-bottom: 1px #f8f5f5 solid;
	color: #df4242;
}

#eventEnd {
	display: none;
}

.eventInfo {
	padding: 10px;
	background: #FFFFFF;
}

.eventTit {
	padding-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}

.eventCat {
	text-align: right;
	font-size: 1.2rem;
}

.eventPlace {
	font-size: 1.2rem;
	color: #666666;
}


/* -------------------------------------------------- */
/* インタビュー */
/* -------------------------------------------------- */
#interviewWrap {
	padding: 0 50px 80px;
	position: relative;
}

#ivListLink {
	position: absolute;
	top: 0;
	right: 50px;
}

#ivLarge {
	width: 100%;
	height: auto;
}

.iv a {
	width: 100%;
	height: 100%;
	display: block;
	color: #FFFFFF;
}

.iv a:hover {
	color: #FFFFFF;
}

.iv {
	width: 50%;
	height: 300px;
	float: left;
	position: relative;
	overflow: hidden;
}

#ivLarge .ivImg {
	width: 100%;
}

.ivImg {
	width: 100%;
	height: 100%;
}

#ivLarge .ivImg img {
	width: 100%;
	height: auto;
	vertical-align: top;
	min-height: 420px;
}

.ivImg img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.ivInner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 210px;
	left: 0;
	background: rgba(0,0,0,0.5);
}

#ivLarge .ivInner {
	top: 69%;
	left: 0;
}

#ivLarge .ivNameWrap {
	padding: 20px 0 0 30px;
}

.ivNameWrap {
	padding: 10px 0 0 30px;
}

.ivNum {
	padding-right: 10px;
	line-height: 1;
	font-size: 2.5rem;
	font-weight: bold;
	display: inline-block;
}

#ivLarge .ivNum {
	padding-right: 5px;
}

.ivNum .large {
	font-size: 4.0rem;
}

#ivLarge .ivNum {
	font-size: 5.5rem;
}

#ivLarge .ivNum .large {
	font-size: 7.0rem;
}

.ivName {
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
}

.ivName .large {
	font-size: 1.7rem;
}

#ivLarge .ivName {
	font-size: 2.0rem;
}

#ivLarge .ivName .large {
	font-size: 2.8rem;
}

.ivCat {
	position: relative;
	padding: 10px 0;
}

.ivCat li {
	display: inline-block;
	margin-right: 10px;
}

#ivLarge .ivCat {
	font-size: 1.8rem;
}

#ivLarge .ivCat:before {
	content:"";
	display: inline-block;
	height: 1px;
	width: 60px;
	margin-right: 10px;
	background: #FFFFFF;
	vertical-align: middle;
}

.ivCat:before {
	content:"";
	display: inline-block;
	height: 1px;
	width: 30px;
	margin-right: 10px;
	background: #FFFFFF;
	vertical-align: middle;
}

#ivLarge .ivTitWrap {
	font-size: 2.8rem;
	line-height: 1.2;
	top: 35%;
	left: 30px;
}

.ivTitWrap {
	width: 60%;
	position: absolute;
	top: 100px;
	left: 30px;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.2;
}

/*スライダーリセット*/
#interview {
	overflow: hidden;
}

#interview .sp-slide {
	display: block;
	left: auto!important;
	width: 50%!important;
	height: 300px!important;
}

#interview #ivLarge.sp-slide {
	width: 100%!important;
	height: auto!important;
}

#interview .sp-slides {
	transform:none!important;
}

#interview .sp-grab {
	height: auto!important;
}

/* -------------------------------------------------- */
/* ニュースリリース */
/* -------------------------------------------------- */
#newsReleaseWrap {
	width: 1000px;
	margin: 0 auto 80px;
	position: relative;
}

#newsListLink {
	position: absolute;
	top: 0;
	right: 0px;
}

#newsReleaseWrap h2 {
	text-align: center;
}

.nr a {
	display: block;
	padding: 20px;
	background: #f6f6f6;
	transition: all 0.3s ease-in-out 0s;
	font-size: 1.5rem;
}

.nr a.even {
	background: #FFFFFF;
	font-size: 1.5rem;
}

.nr a:hover {
	color: #333333;
	 box-shadow: 0 0 6px rgba(0,0,0,0.3);
	position: relative;
	z-index: 100;
}

/*
.nr a:hover .newsTit {
	color: #ea8080;
}
*/

.newsName {
	margin-right: 10px;
	display: inline-block;
	font-size: 1.3rem;
}

.newsName:before {
	content: "";
	display: inline-block;
	height: 1px;
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
}



.director {
	color: #df4242;
}

.director:before {
	background: #df4242;
}

.staff {
	color: #5498b6;
}

.staff:before {
	background: #5498b6;
}

.committee {
	color: #e3a33d;
}

.committee:before {
	background: #e3a33d;
}

.information {
	color: #17b423;
}

.information:before {
	background: #17b423;
}

.newsDate {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.newsCat {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.newsCat li {
	padding: 0 10px;
	background: #dcdcdc ;
	font-size: 1.2rem;
}

.newsTit {
	display: inline-block;
	vertical-align: middle;
}


/* -------------------------------------------------- */
/* スローガン */
/* -------------------------------------------------- */
#sloganWrap {
	width: 100%;
	position: relative;
	padding: 100px 0 100px;
	margin-bottom: 80px;
}

#sloganWrap:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../img/common/movie_bg.png) 0 0 repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#slogan {
	width: 1000px;
	height: 60vh;
	margin: 0 auto;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: rgba(0,0,0,0.6);
	position: relative;
	z-index: 2;
}

#sloganIn {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: left;
}


#sloganTxt {
	color: #FFFFFF;
	line-height: 2;
}

.sloganSub {
	padding: 30px 10px;
	display: inline-block;
	background: #FFFFFF;
	font-size: 1.6rem;
}

.sloganTit {
	display: block;
	width: 59px;
	height: 161px;
	margin: 30% 30px 0;
	background: url(../../img/top/slogan_tit.png) 0 0 no-repeat;
	text-indent: -100%;
	overflow: hidden;
}

#sloganName {
	padding: 0 20px 0 0;
	color: #FFFFFF;
	text-align: right;
	line-height: 2;
}

#messageBtn {
	padding: 30px 0 0 0;
	text-align: center;
	letter-spacing: 1em;
	position: relative;
	z-index: 2;
}

@media screen and (min-height: 676px) and (max-height: 790px) {
	
	#sloganTxt {
		line-height: 1.7;
	}
}

@media screen and (min-height: 501px) and (max-height: 675px) {
	
	#sloganTxt {
		line-height: 1.5;
	}
	
	#slogan {
		padding: 20px;
	}
}

@media screen and (max-height: 500px) {
	#slogan {
		padding: 20px;
	}
	
	#sloganIn .sloganSub {
		font-size: 1.2rem;
	}
	
	#sloganTxt {
		line-height: 1.4;
	}
}

/* -------------------------------------------------- */
/* リンク */
/* -------------------------------------------------- */
#Links {
	padding: 0 42px 80px;
	letter-spacing: -0.4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.linkBox {
	width: 25%;
	display: inline-block;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px;
	vertical-align: top;
}

.linkImg {
	width: 100%;
}

.linkImg img {
	width: 100%;
	height: auto;
}

.linkIn {
	background: #f8f8f8;
	padding: 20px;
	text-align: center;
}

.linkIn h3 {
	padding-bottom: 2px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}

.linkIn h3 span {
	display: inline-block;
}

.linkTxt {
	text-align: left;
	padding-bottom: 20px;
}

.moreBtn a {
	display: inline-block;
	padding: 8px 40px;
	font-size: 1.4rem;
	font-weight: bold;
	border: 3px #ea8080 solid;
	border-radius: 26px;
	color: #ea8080;
	background: url(../../img/common/icon2.png) 95% center no-repeat;
	transition: all 0.3s ease-in-out 0s;
}

.moreBtn a:hover {
	color: #FFFFFF;
	background: url(../../img/common/icon1.png) 95% center no-repeat #ea8080;
}


/* -------------------------------------------------- */
/* 活動 */
/* -------------------------------------------------- */
#club {
	width: 1000px;
	margin: 0 auto 80px;
}

.lead {
	padding-bottom: 30px;
}

#clubList {
	
}

#clubList li {
	border: 1px #dcdcdc  solid;
	letter-spacing: -0.4em;
	margin-bottom: 10px;
}

.clubName {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding: 10px 20px;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	border-right: 1px #dcdcdc solid;
}

.official:before {
	content: "公式";
	background: #d94444;
	color: #FFFFFF;
	font-size: 1.3rem;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.clubNameDesc {
	width: 75%;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -------------------------------------------------- */
/* インスタグラム */
/* -------------------------------------------------- */
#instgram {
	padding-bottom: 80px;
}

#instgram h2 {
	padding-bottom: 20px;
	text-align: center;
}

#igSlider a {
	width: 100%;
	height: 100%;
	display: block;
}

#igSlider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*ie10以下*/
#igSlider img {
height: auto\9;
}
/*ie11*/
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, #igSlider img {
height: auto;
}
}
/*edge*/
@supports (-ms-accelerator:true) {
#igSlider img {
height: auto;
}
}


/* -------------------------------------------------- */
/* 募集 */
/* -------------------------------------------------- */
#recruitmentWrap {
	width: 100%;
	background: #f6f6f6;
	margin-bottom: 80px;
}

#recruitment {
	width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
}

#recIn {
	display: inline-block;
	text-align: left;
	margin-right: -13px;
}

#recruitment li {
	width: 240px;
	float: left;
	margin-right: 13px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../../img/top/bg2.jpg) 0 0 repeat;
}

#recruitment li .recBox {
	width: 100%;
	min-height: 220px;
	background: #FFFFFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.recTit {
	font-weight: bold;
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.recDesc {
	line-height: 1.2;
}

/* -------------------------------------------------- */
/* 動画*/
/* -------------------------------------------------- */
#movie {
	padding: 0 50px 80px;
	letter-spacing: -0.4em;
}

#movie .sp-slides {
	margin: 0 -1%;
}

#movie .sp-slide {
	position: static;
	width: 25%;
	padding: 0 1% 20px;
	display: inline-block;
	letter-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#movie .sp-slide img {
	width: 100%;
}

#movie .movieIcon {
	display: block;
	position: relative;
}

.movieIcon:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.3s ease-in-out 0s;
}


.movieIcon:hover:before {
	opacity: 0;
}


.movieIcon:after {
	content: "";
	display: block;
	width: 76px;
	height: 58px;
	background: url(../../img/common/movie_icon.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -29px 0 0 -38px;
	z-index: 200;
}

/*スライダーリセット*/
#movie{
	overflow: hidden;
}

#movie .sp-slide {
	display: inline-block;
	left: auto!important;
	width: 20%!important;
	height: auto!important;
}

#movie .sp-image-container {
	width: auto!important;
}

#movie .sp-slides {
	transform:none!important;
}

#movie .sp-grab {
	height: auto!important;
}

.movieTit {
	font-size: 1.2rem;
}














