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

#main {
	margin: 0;
	padding: 0;
}




/* topMain
-------------------------------------------------- */
.topMain {
	position: relative;
	border-bottom: 1px solid #dbdbdb;
}
.topMain .topMainLink {
	display: block;
}
.topMain .topMainImg {
	display: block;
}
.topMain .topMainBtn {
	position: absolute;
	display: block;
}

video {
    min-width: 100%;
    z-index: 1;
}
..i4ewOd-pzNkMb-haAclf {
	background-color: rgb(128,128,128)

}


/* commonTitle
-------------------- */
.topConTitle {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}	
.topConSubTitle {
	color: #777;
}

/* moreBtn
-------------------------------------------------- */
.moreBox {
	display: flex;
	justify-content: flex-end;
}
.moreBox .moreLink {
	font-family: 'Oswald', sans-serif;		
	color: #fff;
	line-height: 1.0;
	position: relative;
	background: #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}



/* EVENT
-------------------------------------------------- */
#event {
}

.eventTxtBox01 {
	color: #777;
}
.eventTxtBox02 {
	font-weight: bold;
}
	
.sliderMov {
	position:relative;
	width:100%;
	height:0;
	padding-top:56%;
	margin-bottom: 20px;
}
.sliderMov iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/* SERIES LECTURE
-------------------------------------------------- */
#series {
}



/* NEWS
-------------------------------------------------- */
#news {
}
#news .newsBox {
	border-top: 1px solid #dbdbdb;
	margin: 50px 0;
}
#news .newsListItem {
	border-bottom: 1px solid #dbdbdb;
}
#news .newsItem {
	display: flex;
}
#news .newsItem .newsItem01 {
	display: flex;
    align-items: center;
	line-height: 1.0;
}
#news .newsItem .newsItem02 {
	display: flex;
    align-items: center;
	line-height: 1.0;
}
#news .newsItem .newsItem02 .newIcon {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #000;
	color: #fff;
}
#news .newsItem .newsItem03 .newsLink {
	background-image: linear-gradient(90deg, #000, #000);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 1px;
	transition: background-size 0.6s;
}
#news .newsItem .newsItem03 .newsLink:hover {
	background-size: 100% 1px;
}


/* MEMBERSHIP
-------------------------------------------------- */
#membership {
}

.membershipLeft .membershipImg {
	display: block;
	width: 100%;
}
.membershipTitle {
	font-weight: 500;
}


/* ACCESS
-------------------------------------------------- */
#access {
}
.accessInfo {
	display: flex;
}
.accessInfoLeft {
}
.accessInfoLeft .accessInfoLeft01 {
	color: #000;
	line-height: 1.0;
}
.accessInfoLeft .accessInfoLeft02 {
	color: #000;
}
.topMap {
	display: block;
	width: 100%;
}


/* modal
-------------------------------------------------- */
.modalBox01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 10100;
}
.modalContents01 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
}
.modalWrap {
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	margin: 0;
	text-align: center;
	line-height: 1.6;
}
.closeBtn {
	position: absolute;
	top: -5vw;
	right: -5vw;
}
.closeBtn .modalClose {
	display: block;
	width: 2vw;
	height: 2vw;
}
.closeBtn .modalClose:before,
.closeBtn .modalClose:after {
	display: block;
	content: "";
	position: absolute;
	top: 345%;
	right: 300%;
	width: 100%;
	height: 10%;
	background: #333;
}
.closeBtn .modalClose:before {
	transform: rotate(-45deg);
}
.closeBtn .modalClose:after {
	transform: rotate(45deg);
}

.modalWrap a {
	color: #f00;
}
.modalImg {
	display: block;
	width: 100%;
	/*min-width: 530px;*/
	margin-bottom: 20px;
}


@media screen and (min-width: 768px) {
	.topContent {
	}
	.topContentInn {
		width: 1250px;
		margin-right: auto;
		margin-left: auto;
	}
	.topConTitle {
		width: 1250px;
		font-size: 50px;
		margin-right: auto;
		margin-left: auto;
	}
	
	/*safari
	_::-webkit-full-page-media, _:future, :root .topConTitle {
		font-weight: normal;
	}*/
	
	.topConSubTitle {
		width: 1250px;
		font-size: 16px;
		line-height: 1.0;
		margin: 0;
		padding: 0;
		margin-right: auto;
		margin-left: auto;
	}
	.moreBox {
	}
	.moreBox .moreLink {
		font-size: 22px;
		margin: 0;
		padding: 14px 23px 14px 50px;
	}
	.moreBox .moreLink:hover {
		background: rgba(0,0,0,0.6);
	}
	/*Arrow*/
	.thinright {
	}
	.thinright::before {
		content: "";
		display: block;
		position: absolute;
		top: 25px;
		left: 20px;
		width: 20px;
		height: 1px;
		background: #fff;
	}
	.thinright::after {
		content: "";
		display: block;
		position: absolute;
		top: 22px;
		left: 32px;
		width: 6px;
		height: 5px;
		border: 1px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(-135deg);
	}

	/* topMain
	-------------------------------------------------- */
	.topMain {
		margin-bottom: 140px;
		padding-top: 180px;
	}
	.topMain .topMainImg {
		width: 100%;
	}
	.topMain .topMainBtn {
		bottom: 2%;
		right: 1%;
		width: 12%;
		max-width: 180px;
	}

	/* EVENT
	-------------------------------------------------- */
	#event {
		margin-top: -180px;
		padding-top: 180px;
		margin-bottom: 140px;
	}
	.slider {
		margin-top: 30px;
		padding: 0;
	}
	.slick-slide {
		margin-right: 14px;
		margin-left: 14px;
	}
	.slick-track {
		display: flex;
	}
	.sliderInn {
		width: 530px;
	}
	.sliderLink {
		display: block;
	}
	.sliderLink::focus { outline: none !important; }
	.sliderLink:hover {
		outline: none;
	}
	.sliderImg {
		display: block;
		width: 100%;
		/*min-width: 530px;*/
		margin-bottom: 20px;
	}
	.eventTxtBox01 {
		font-size: 12px;
	}
	.eventTxtBox02 {
		font-size: 18px;
	}
	.eventTxtBox03 {
		font-size: 16px;
	}
	.slick-track {
		margin-bottom: 40px;
	}
	.slide-dots {
		display: flex;
		justify-content: center;
	}
	.slide-dots > li {
		margin: 0 3px;
	}
	.slide-dots > li button {
		width: 12px;
		height: 12px;
		background: #f00;
		border: none;
		border-radius: 12px;
		outline: none;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: -9999px;
	}
	.slide-dots li.slick-active button {
		background: #000;
	}

	/* ComingSoon
	-------------------- */
	.eventComingSoon {
		margin-top: 30px;
		font-size: 18px;	
	}


	/* SERIES LECTURE
	-------------------------------------------------- */
	#series {
		margin-top: -180px;
		padding-top: 180px;
		margin-bottom: 140px;
	}


	/* NEWS
	-------------------------------------------------- */
	#news {
		margin-top: -180px;
		padding-top: 180px;
		margin-bottom: 140px;
	}
	#news .newsListItem {
		padding: 30px 0;
	}
	#news .newsItem .newsItem01 {
		width: 120px;
	}
	#news .newsItem .newsItem02 {
		width: 150px;
	}
	#news .newsItem .newsItem02 .newIcon {
		font-size: 14px;
		margin: 0px;
		padding: 4px 12px;
	}
	#news .newsItem .newsItem03 {
		font-size: 18px;
		width: 980px;
	}


	/* MEMBERSHIP
	-------------------------------------------------- */
	#membership {
		margin-bottom: 140px;
	}
	.membershipBox {
		display: flex;
		margin-top: 60px;
	}
	.membershipLeft {
		width: 190px;
		display: flex;
		align-items: center;
		order: 2;
	}
	.membershipRight {
		width: 1060px;
		padding-right: 80px;
		order: 1;
	}
	.membershipLeft .membershipImg {
	}
	.membershipTitle {
		font-size: 34px;
		line-height: 1.0;
		margin: 0 0 40px;
	}
	.membershipTxt {
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 23px;
	}


	/* ACCESS
	-------------------------------------------------- */
	#access {
	}
	.accessInfo {
		justify-content: space-between;
		align-items: flex-end;
		width: 1250px;
		margin: 45px auto 25px;
	}
	.accessInfoLeft {
		display: flex;
		align-items: baseline;
	}
	.accessInfoLeft .accessInfoLeft01 {
		font-size: 34px;
		margin-right: 30px;
		padding: 0;
	}
	.accessInfoLeft .accessInfoLeft02 {
		font-size: 18px;
		margin: 0;
		padding: 0;
		line-height: 1.5;
	}
	.topMap {
		height: 668px;
	}
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}

	/* modal
	-------------------------------------------------- */	
	.modalWrap {
		font-size: 1.3vw;
		padding: 35px;
	}
	.modalInn {
		width: 50%;
		margin: 0 auto;
	}
}


@media all and (max-width: 767px) {
	.topContent {
		padding: 6vw 0;
	}
	.topContentInn {
		padding: 0 4vw;
	}
	.topConTitle {
		padding: 0 4vw;
		font-size: 6.5vw;
	}
	.topConSubTitle {
		font-size: 3vw;
		line-height: 1.0;
		margin: 0 0 4.5vw 0;
		padding: 0 4vw;
	}
	.moreBox {
	}
	.moreBox .moreLink {
		font-size: 4vw;
		margin: 0;
		padding: 1.25vw 3vw 1.25vw 7vw;
	}
	/*Arrow*/
	.thinright {
	}
	.thinright::before {
		content: "";
		display: block;
		position: absolute;
		top: 3vw;
		left: 3vw;
		width: 3vw;
		height: 0.5vw;
		background: #fff;
	}
	.thinright::after {
		content: "";
		display: block;
		position: absolute;
		top: 2.02vw;
		left: 3.5vw;
		width: 1.5vw;
		height: 1.5vw;
		border: 0.5vw solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(-135deg);
	}




	/* topMain
	-------------------------------------------------- */
	.topMain {
		display: flex;
		justify-content: center;
		padding-top: 60px;
		overflow: hidden;
	}
	.topMain .topMainImg {
		height: 38vh;
		position: relative;
		/*left: 27vw;*/
	}
	.topMain .topMainBtn {
		bottom: 2.5vw;
		right: 2.5vw;
		width: 22.5vw;
	}


	/* EVENT
	-------------------------------------------------- */
	#event {
		margin-top: -60px;
		padding-top: 80px;
	}
	.slider {
		margin: 4vw 0 0 !important;
		padding: 0;
	}
	.slick-slide {
		margin-right: 1vw;
		margin-left: 1vw;
	}
	.slick-track {
		display: flex;
	}
	.sliderInn {
	}
	.sliderImg {
		width: 100%;
		margin-bottom: 2vw;
	}
	.eventTxtBox01 {
		font-size: 3vw;
	}
	.eventTxtBox02 {
		font-size: 4.5vw;
	}
	.eventTxtBox03 {
		font-size: 4vw;
		/*white-space: nowrap;*/
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.slick-track {
		margin-bottom: 2vw;
	}
	.slide-dots {
		display: flex;
		justify-content: center;
	}
	.slide-dots > li {
		margin: 0 1vw;
	}
	.slide-dots > li button {
		width: 2.5vw;
		height: 2.5vw;
		background: #f00;
		border: none;
		border-radius: 8vw;
		outline: none;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: -9999px;
	}
	.slide-dots li.slick-active button {
		background: #000;
	}


	/* SERIES LECTURE
	-------------------------------------------------- */
	#series {
		margin-top: -60px;
		padding-top: 80px;
	}


	/* NEWS
	-------------------------------------------------- */
	#news {
		margin-top: -60px;
		padding-top: 80px;
	}
	#news .newsBox {
		margin: 4vw 0 3vw;
	}
	#news .newsListItem {
		padding: 4vw 0;
	}
	#news .newsItem {
		flex-wrap: wrap;
	}
	#news .newsItem .newsItem01 {
		font-size: 4vw;
		font-weight: bold;
		margin: 0 0 1.5vw 0;
	}
	#news .newsItem .newsItem02 {
		padding: 0 0 1.5vw 3vw;
	}
	#news .newsItem .newsItem02 .newIcon {
		font-size: 2.75vw;
		margin: 0;
		padding: 0.75vw 1.5vw;
	}
	#news .newsItem .newsItem03 {
		font-size: 4vw;
		line-height: 1.4;
	}


	/* MEMBERSHIP
	-------------------------------------------------- */
	.membershipBox {
		display: flex;
		margin: 4vw 0 0;
	}
	.membershipLeft {
		width: 30%;
		display: flex;
		align-items: center;
	}
	.membershipLeft .membershipImg {
		display: block;
		width: 100%;
	}
	.membershipRight {
		width: 70%;
		padding-left: 4%;
	}
	.membershipTitle {
		font-size: 4.5vw;
		line-height: 1.0;
		margin: 0 0 2vw;
	}
	.membershipTxt {
		font-size: 3.5vw;
		margin-bottom: 3vw;
	}


	/* ACCESS
	-------------------------------------------------- */
	#access {
	}
	.accessInfo {
		margin: 4vw 0 3vw;
		padding: 0 4vw;
		position: relative;
	}
	.accessInfo .moreBox {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0 4vw 0 0;
	}
	.accessInfoLeft {
	}
	.accessInfoLeft .accessInfoLeft01 {
		font-size: 4.5vw;
		font-weight: bold;
		margin: 0 0 2vw;
		padding: 0;
	}
	.accessInfoLeft .accessInfoLeft02 {
		font-size: 3.5vw;
		margin: 0 0 1.5vw;
		padding: 0;
		width: 70%;
		line-height: 1.5;
	}
	.accessInfoLeft .accessInfoLeft02:last-child {
		margin: 0;
	}
	.topMap {
		height: 400px;
	}
	
	/* modal
	-------------------------------------------------- */
	.modalWrap {
		font-size: 2vw;
		padding: 7vw;
	}
	.modalInn {
		width: 100%;
		margin: 0 auto;
	}
}

