@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 14px;
	line-height: 1.9;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

body>#wrapper {
	height: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {

	html,
	html body {
		overflow: visible !important;
	}
}

/* アクセシビリティ */
.guidance {
	left: -999px;
	position: absolute;
	width: 990px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
}

/* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0;
	/* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0;
	/* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}

/* リンク */
a {
	display: inline-block;
}

a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none !important;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	overflow: hidden;
}

header .container {
	max-width: 100%;
	padding: 0 80px 0 70px;
}

.menu {
	display: none;
}

/* グローバルナビゲーション */
#gnav {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

#gnav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#gnav .nav_list {
	width: 60%;
}

#gnav ul>li {}

#gnav ul>li a {
	display: flex;
	text-decoration: none;
	padding: 30px 10px;
	align-items: center;
}

#gnav ul.h_sns_list>li a {
	padding: 30px 15px;
}

#gnav ul>li a:hover {
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/* parallax
======================================================*/
/* #home {
	background: url(../img/bg_pc.png) no-repeat top center/cover;
	background-attachment: fixed;
} */

/* #home {
	padding: 0 0 100vw;
} */

.flex_box {
	display: flex;
	justify-content: space-between;
}

.container {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.container .upper_wrap {
	margin-bottom: 113px;
	position: relative;
}


.container .text2 {
	width: 670px;
	margin: 220px auto 0;
}

.scrolldown1 {
	position: absolute;
	left: 50%;
	bottom: -60%;
	height: 50px;
}

.scrolldown1 span {
	position: absolute;
	left: -62px;
	top: -45px;
	width: 130px;
}

.scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}

@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}

	30% {
		height: 30px;
		opacity: 1;
	}

	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}

#link_wrap .left_area {
	width: 50%;
	background-color: #000;
	color: #FFF;
}

#link_wrap .right_area {
	width: 50%;
	background: url(../img/live_bg.jpg)no-repeat top center / cover;
}

#link_wrap>div {
	padding: 60px 5vw;
}

#link_wrap>div .title {
	margin-bottom: 25px;
}

#link_wrap .left_area .news {
	margin-bottom: 20px;
}

#link_wrap .left_area .date {
	margin-bottom: 10px;
	letter-spacing: 2px;
}

#link_wrap .right_area .live {
	margin-bottom: 15px;
}

#link_wrap .right_area .live a {
	display: flex;
}

.live .date_wrap {
	width: 66px;
	min-width: 66px;
	margin-right: 15px;
}

.live .date_wrap span {
	display: block;
	background-color: #000;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
}

.live .date_wrap .year {
	padding-top: 8px;
	font-size: 10px;
	line-height: 1;
}

.live .date_wrap .date {
	font-size: 16px;
	line-height: 1.8;
}

.live .date_wrap .day {
	font-size: 10px;
	border-top: 1px solid #FFF;
	line-height: 1.8;
}

.live .place {
	display: flex;
	padding: 8px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

.live .place dt {
	padding-right: 10px;
	border-right: 1px solid #000;
}

.live .place dd {
	padding-left: 10px;
}

.live .detail {
	font-size: 12px;
}

.bg {
	padding: 120px 0 65px;
	background: url(../img/bg_bottom.png)no-repeat top center / cover;
}

.btn {
	margin-bottom: 130px;
}

.btn a {
	display: flex;
	width: 600px;
	height: 90px;
	border: 1px solid #FFF;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

#service {
	padding: 30px 20px 40px;
	margin-bottom: 100px;
	background: #000;
}


#service p {
	color: #FFF;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

#service ul {
	justify-content: center;
}

#service ul li {
	margin: 0 10px;
}

#service ul li img {
	height: 30px;
}

.youtube {
	position: relative;
	width: 100%;
	max-width: 1000px;
	padding-top: 56.25%;
	margin: 0 auto 230px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.f_sns_list {
	display: flex;
	margin-bottom: 60px;
	justify-content: center;
}

.f_sns_list li a {
	padding: 0 25px;
}

#copyright {
	width: 222px;
	margin: 0 auto;
}

/* ▼▼▼ 480px〜768px
----------------------------------------　*/
@media screen and (max-width: 768px) {

	body {
		font-size: 14px;
	}

	body.wrap {
		overflow: hidden;
	}


	#wrapper {
		width: 100%;
	}

	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 200;
	}

	.container {
		padding: 0 27px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		padding: 0;
		background-color: #000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	.header_inner {
		width: 100%;
		height: 90px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		display: block !important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		background-color: #000;
		padding-top: 90px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
	}

	#gnav.open {
		-moz-transform: translateY(1000px);
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}

	#gnav ul.nav_list {
		display: block !important;
		width: 100% !important;
		background-color: #000;
		margin-bottom: 60px;
	}

	#gnav ul>li {
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
		text-indent: 0;
	}

	#gnav ul>li>a {
		height: 60px !important;
		background-size: 10px 10px !important;
		padding: 0 15px;
		color: #333;
		line-height: 70px;
		font-weight: bold;
	}

	#gnav ul>li>a:hover {
		text-decoration: none;
		opacity: 1;
	}

	#gnav ul>li>a img {
		margin: 0 auto;
	}

	#gnav ul>li:nth-child(2)>a img {
		width: 60px;
	}

	#gnav ul>li:nth-child(3)>a img {
		width: 50px;
	}

	#gnav ul>li:nth-child(4)>a img {
		width: 126px;
	}

	#gnav ul>li:nth-child(5)>a img {
		width: 156px;
	}

	#gnav ul>li:nth-child(6)>a img {
		width: 104px;
	}

	#gnav .h_sns_list {
		display: flex;
		width: 70%;
		margin: 0 auto 40px;
	}

	#gnav .h_sns_list li a img {
		height: 25px;
	}

	#gnav .tohome {
		text-align: center;

	}

	#gnav .tohome a {
		padding-bottom: 26px;
	}

	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		width: 90px;
		height: 90px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2000;
	}

	.menu .icon {
		display: block;
		width: 36px;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 27px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.menu .icon:before,
	.menu .icon:after {
		content: '';
		width: 36px;
		border-top: 1px solid #fff;
		position: absolute;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		right: 0;
	}

	.menu .icon:before {
		top: -7px;
	}

	.menu .icon:after {
		bottom: -5px;
	}

	.menu .icon.active {
		border-color: #000;
	}

	.menu .icon.active:before {
		-moz-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: -1px;
		right: 0;
	}

	.menu .icon.active:after {
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		bottom: 1px;
		right: 0;
	}

	.menu .icon span:before {
		content: "";
		color: #fff;
		font-size: 12px;
		position: absolute;
		left: 50%;
		bottom: -24px;
		transform: translate(-50%, -0%);
		-webkit-transform: translate(-50%, -0%);
	}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,
	#contents,
	#side,
	footer,
	#footer_inner {
		float: none;
		width: 100%;
	}

	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}


	/* #home::before {
		content: "";
		background: url(../img/bg_sp.png) no-repeat top center;
		background-size: cover;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
	} */

	.container .text2 {
		width: 100%;
		padding: 264px 0;
		margin-top: 0;
	}

	.scrolldown1 {
		bottom: -70px
	}

	.scrolldown1 span {
		left: -52px;
		width: 106px;
	}

	.btn {

		margin: 0 27px 60px;
	}

	.btn a {
		width: 100%;
		height: 70px;
		padding-right: 20px;
	}

	.btn a img {
		width: 104px;
	}

	#link_wrap {
		display: block;
	}

	#link_wrap .left_area,
	#link_wrap .right_area {
		width: 100%;
		padding: 60px 27px;
	}

	#link_wrap>div .title div:first-of-type img {
		width: 98px;
	}

	#link_wrap>div .title div:nth-of-type(2) img {
		width: 62px;
	}

	.live .place {
		padding-top: 0
	}

	.live .detail {
		line-height: 1.5;
	}

	.bg {
		padding: 60px 0 40px;
	}

	#disco_wrap .container {
		padding: 0;
	}

	#disco_wrap h2 img {
		width: 266px;
	}

	#service {
		padding: 20px 10px 30px;
		margin-bottom: 60px;
	}

	#service p {
		font-size: 16px;
		margin-bottom: 0px;
	}

	#service ul {
		flex-wrap: wrap;
	}

	#service ul li img {
		height: 16px;
	}

	.youtube {
		width: 85.5%;
		margin: 0 auto 40px;
	}

	.f_sns_list {
		margin-bottom: 40px;
	}

	.f_sns_list li a {
		padding: 0 12px;
	}

	.f_sns_list li a img {
		height: 20px;
	}


	#copyright {
		width: 186px;
	}

}
