@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: 450px;
	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: 10px;
	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: 2rem;
	font-weight: bold;
	line-height: 1.2;
}

#mv .sp-selected .sliderInfo {
	position: absolute;
	bottom: 10px;
	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: 2rem;
	font-weight: bold;
	line-height: 1.2;
}

#mv .sp-bottom-thumbnails {
	margin: 15px auto 0;
/* 	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;
}


/* -------------------------------------------------- */
/* ご入会について・日本JCじゃがいもクラブ */
/* -------------------------------------------------- */

#mainActivityLeft {
	width: 49%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
}

#mainActivityRight {
	width: 49%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mainActiveBnr {
	text-align: center;
	padding: 0;
	display: block;
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	line-height: 1.2;
	font-weight: bold;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.mainActiveBnr2 {
	text-align: center;
	padding: 0;
	display: block;
	border: 1px #FFFFFF solid;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
}

.mcIn {
	padding: 15px 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

#mainActivityLeft .mainActiveBnr {
	background: url(../../img/top/bg_admission.jpg) center center no-repeat !important;
	background-size: cover !important;
	padding: 0;
}

#mainActivityLeft .mainActiveBnr2 {
	background: url(../../img/common/icon3.png) 95% center no-repeat #FFF;
	padding: 0 0 0 40%;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#mainActivityLeft .mainActiveBnr2:before {
	content:"";
	width: 288px;
	height: 70px;
	background: url(../../img/top/g20_yea_summit.jpg) 0 0 no-repeat;
	position: absolute;
	top: 5px;
	left: 10%;
}

@media screen and (max-width: 1470px) {
/*
	#mainActivityLeft .mainActiveBnr2 {
		width: 100%;
		background: #FFF;
	}
	
	#mainActivityLeft a:hover {
		background: #FFF!important;
	}
	
	#mainActivityLeft .mainActiveBnr2:before {
		content:"";
		width: 200px;
		height: 70px;
		background: url(../../img/top/g20_yea_summit.jpg) 0 center no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		position: absolute;
		top: 5px;
		left: 2vw;
	}
*/
}

@media screen and (max-width: 1200px) {
/*
	#mainActivityLeft .mainActiveBnr2 {
		width: 100%;
		height: 100%;
		display: table;
	}
	
	#mainActivityLeft .mcIn {
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: middle;
		padding: 0;
	}
	
	#mainActivityLeft .mainActiveBnr2 {
		font-size: 1.6rem;
	}
	
	#mainActivityLeft .mainActiveBnr2:before {
		width: 175px;
	}
*/
}

#mainActivityLeft .mainActiveBnr2 .en {
	letter-spacing: 0em;
}

#mainActivityLeft .mainActiveBnr2 .small2 {
	font-size: 60%;
	letter-spacing: 0em;
	color: #666;
}

#mainActivityRight .mainActiveBnr {
/*	background: url(../../img/top/bg_medama.jpg) right center no-repeat !important;*/
	background: url(../../img/top/bg_medama2.jpg) right center no-repeat !important;
	background-size: cover !important;
	padding: 0;
}

#mainActivityRight .mainActiveBnr.ir {
	background: url(../../img/top/blog54_bg.jpg) right center no-repeat !important;
	background-size: cover !important;
	padding: 0;
}

#mainActivityLeft .mainActiveBnr .small {
	background-color: #ca1818;
	border: none;
}

#mainActivityLeft a:hover .small {
	border: none;
}

#mainActivityRight a:hover .small {
	border: 1px #FFFFFF solid;
}

#mainActivityLeft a:hover,
#mainActivityRight a:hover {
	color: #FFF;
}

#mainActivityLeft a.mainActiveBnr2:hover {
	color: #333;
	opacity: 0.7;
}

#mainActivityLeft a:hover:after,
#mainActivityRight a:hover:after {
	opacity: 0;
}


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

#eventListLink {
	position: absolute;
	top: 0px;
	left: calc(50% + 340px);
}

.listLink a {
	display: block;
	padding: 6px 20px;
	border: 1px #2abc42 solid;
	border-radius: 3px;
	transition: all 0.3s ease-in-out 0s;
	background-image: url(../../img/common/icon_next_midori.png);
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 4px 7px;
	margin-top: 15px;
	color: #2abc42;
}

.listLink a:hover {
	background-image: url(../../img/common/icon_next_white.png);
	color: #fff;
	background-color: #2abc42;
}

.event {
	width: calc(100% - 100px);
	margin: 0 auto;
	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 {
	width: calc(100% - 90px);
	margin: 0 auto;
	letter-spacing: -0.4em;
}

#eventTabBtn li {
	width: calc(50% - 50px);
	margin: 0 5px;
	margin-bottom: -1px;
	font-size: 1.8rem;
	padding: 20px;
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	background: #a0a0a0;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

#eventTabBtn li.active,
#eventTabBtn li:hover {
	margin-bottom: -1px;
/*
	background: #f8f5f5;
	border-bottom: 1px #f8f5f5 solid;
	color: #df4242;
*/
	background-color: #2abc42 !important;
	color: #fff;
}

#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 40px;
	position: relative;
}

#newsRelease {
	letter-spacing: -.4em;
	margin-left: -10px;
	margin-right: -10px;
}

#newsRelease > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
	width: 490px;
}

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

#newsReleaseWrap h2 {
	text-align: center;
}

.nr a {
	display: block;
	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;
}
*/

.newsImg {
	float: left;
}

.newsImg img {
	width: 180px;
	height: 160px;
	object-fit: cover;
}

.newsTxt {
	float: right;
	width: 310px;
	height: 160px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

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

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

.director2019 {
	color: #df4242;
}

.director2019:after {
	background: #df4242;
}

.staff2019 {
	color: #5498b6;
}

.staff2019:after {
	background: #5498b6;
}

.committee2019 {
	color: #e3a33d;
}

.committee2019:after {
	background: #e3a33d;
}

.information2019 {
	color: #6e21ba;
}

.information2019:after {
	background: #6e21ba;
}

.birthday2019 {
	color: #17b423;
}

.birthday2019:after {
	background: #17b423;
}

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

.newsCat {
	display: block;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.newsCat li {
	padding: 10px;
	background: #dcdcdc ;
	font-size: 0.9rem;
	display: inline;
}

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


/* -------------------------------------------------- */
/* SNS埋め込み */
/* -------------------------------------------------- */
#snsEmbed {
	margin-bottom: 75px;
}

#snsEmbedInner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: table;
}

.snsEmbedHead {
	text-align: center;
	margin-bottom: 15px;
}

#snsEmbedFb {
	width: 50%;
	padding-right: 10px;
	display: table-cell;
}

#snsEmbedInsta {
	width: 50%;
	padding-left: 10px;
	display: table-cell;
}

/*
#snsEmbedInstaInner {
	height: 490px;
}
*/

#snsEmbedInsta ul {
	letter-spacing: -.4em;
	margin-left: -4px;
	margin-right: -4px;
}

#snsEmbedInsta ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 8px 4px;
	width: calc(33.33% - 4px*2);
}

#snsEmbedInsta ul li img {
	width: 156px;
	height: 156px;
	object-fit: cover;
}


/* -------------------------------------------------- */
/* 福岡JCチャンネル */
/* -------------------------------------------------- */
#jcchannelInner {
	width: 1000px;
	margin: 0 auto 110px;
	position: relative;
}

#jcchannelListLink {
	position: absolute;
	top: 0;
	right: 0;
}

#jcchannelList {
	letter-spacing: -.4em;
	margin-left: -5px;
	margin-right: -5px;
}

#jcchannelList li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px;
	width: calc(33.33% - 5px*2);
}


/* -------------------------------------------------- */
/* スローガン */
/* -------------------------------------------------- */
#sloganWrap {
	width: 100%;
	position: relative;
	padding: 160px 0 45px;
	margin-bottom: 80px;
	background-image: url(../../img/top/bg_slogan.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
#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: 800px;
	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: 75px;
	height: 180px;
	margin: 30% 30px 0;
	background: url(../../img/top/slogan_tit2019.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 2.5px;
	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;
	letter-spacing: 0.150em;
	margin-bottom: 10px;
}

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

.linkTxt {
	text-align: left;
	padding-bottom: 20px;
	font-size: 1.6rem;
}

.moreBtn a {
	display: inline-block;
	padding: 8px 50px;
	font-size: 1.7rem;
	letter-spacing: 0.050em;
	font-weight: bold;
	border: 3px #2abc42 solid;
	border-radius: 26px;
	color: #2abc42;
	background-color: #fff;
/* 	background: url(../../img/common/icon2.png) 95% center no-repeat; */
	background-image: url(../../img/common/icon_next_midori.png);
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-size: 7px 12px;
	transition: all 0.3s ease-in-out 0s;
}

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


/* -------------------------------------------------- */
/* 活動 */
/* -------------------------------------------------- */
#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: #2abc42;
	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_midori.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;
}


/* -------------------------------------------------- */
/* 各事業協賛*/
/* -------------------------------------------------- */

#sponsorInner {
	width: 1000px;
	margin: 0 auto 110px;
}

#sponsorList {
	letter-spacing: -.4em;
	margin-left: -10px;
	margin-right: -10px;
}

#sponsor li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 10px;
	width: calc(25% - 10px*2);
}

#sponsor li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sponsorLogoWrap {
	display: table;
	width: 100%;
	text-align: center;
	border: solid 1px #c9c9c9;
}

.sponsorLogo {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	min-height: 100px;
}

.sponsorLogo img {
	max-width: 75%;
	height: auto;
}

