@charset "utf-8";

.mainVisual {
	margin-bottom: 0
}
.pageTop {
	position: relative;
	z-index: 1000;
	margin-top: -39px;
}
#GLM #main {
	position: relative;
	width: 100%;
	max-width: 1300px;
}

#GLM .Min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#GLM .HeadCopy {
	max-width: 1300px;
	height: 231px;
	margin: 0 auto 90px;
	text-align: center;
	background: url("../../img/event/ev/bg.svg") no-repeat center bottom;
	background-size: 100% 231px;
	padding-top: 80px;
	box-sizing: border-box;
}
#GLM .HeadCopy .pageLogo .pc {
	display: inline;
}

#GLM .ContentsTitle {
	text-align: center;
	color: #231815;
	font-size: 27px;
	letter-spacing: 0.2em;
	margin-top: 90px;
}
#GLM .ContentsTitle img {
	margin-top: 30px;
}

#GLM .Concept {
	margin: 110px 0 90px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#GLM .Concept .TextWrap {
	flex: 1;
	padding-left: calc(150/1300*100%);
	padding-right: calc(60/1300*100%);
	height: 100%;
	
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
#GLM .Concept .TextWrap dt {
	font-size: 33px;
	line-height: 1.85;
	letter-spacing: 0.173em;
	margin-bottom: auto;
}
#GLM .Concept .TextWrap dd {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
}
#GLM .Concept .Image {
		width: calc(750/1300*100%);
}
#GLM .Concept .Image img {
	max-width: 100%;
	height: auto;
}

#GLM .Movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin: 90px 0 45px;
}
#GLM .Movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#GLM .Outline {
	margin: 90px calc(280/1300*100%) 0;
}
#GLM .Outline table {}
#GLM .Outline table th {
	width: 138px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-right: 20px;
}
#GLM .Outline table th span {
	display: block;
	background: #231815;
	line-height: 22px;
}
#GLM .Outline table td {
	font-size: 22px;
}
#GLM .Outline table th,
#GLM .Outline table td {
	padding-bottom: 30px;
}

#GLM .Outline .Note {
	list-style: none;
	margin-left: 2em;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-top: 40px;
}
#GLM .Outline .Note li {
	text-indent: -2em;
}
#GLM .Outline .Note li + li {
	margin-top: 0.5em;
}

#GLM .LinkButton {
	margin: 70px calc(40/1300*100%) 0;
}
#GLM .LinkButton a {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 74px;
	letter-spacing: 0.3em;
	font-weight: bold;
	color: #FFF;
	background: #93b9e2;
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 640px)  {	
	#GLM #main {
		width: auto;
	}
	#GLM .HeadCopy {
		height: auto;
		margin: 0 auto 45px;
		background: none;
		padding-top: 20px;
	}
	#GLM .HeadCopy .pageLogo img {
		width: 100%;
		height: auto;
	}

	#GLM .ContentsTitle {
		font-size: 14px;
		margin-top: 45px;
	}
	#GLM .ContentsTitle img {
		margin-top: 15px;
		width: 70%;
		height: auto;
	}

	#GLM .Concept {
		margin: 55px 0 45px;
		flex-direction: column-reverse;
	}
	#GLM .Concept .TextWrap {
		padding-left: 0;
		padding-right: 0;
		height: auto;
		display: block;
	}
	#GLM .Concept .TextWrap dt {
		font-size: 17px;
		margin-top: 1em;
		margin-bottom: 0.5em;
	}
	#GLM .Concept .TextWrap dd {
		font-size: 12px;
	}
	#GLM .Concept .Image {
			width: 100%;
	}

	#GLM .GLMlogo img {
		width: 50%;
		height: auto;
	}

	#GLM .Photo img {
		width: 100%;
		height: auto;
	}
	
	#GLM .Movie {
		margin: 45px 0 20px;
	}

	#GLM .Outline {
		margin: 45px 0 0;
	}
	#GLM .Outline table {}
	#GLM .Outline table th {
		width: auto;
		font-size: 12px;
		padding-right: 20px;
	}
	#GLM .Outline table th span {
		line-height: 1;
		padding: 10px;
		white-space: nowrap;
	}
	#GLM .Outline table td {
		font-size: 14px;
	}
	#GLM .Outline table th,
	#GLM .Outline table td {
		padding-bottom: 15px;
	}

	#GLM .Outline .Note {
		font-size: 10px;
		margin-top: 20px;
	}
	#GLM .Outline .Note li {
	}
	#GLM .Outline .Note li + li {
	}

	#GLM .LinkButton {
		margin: 35px 0 90px;
	}
	#GLM .LinkButton a {
		font-size: 14px;
		line-height: 37px;
	}
}
