@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200&family=Teko:wght@300&display=swap');
#mgex {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif KR', serif;
	color: #fff;
	background-color: #000;
	/*
	overflow: hidden;
	*/
}
#mgex .fontEn {
	font-family: 'Teko', sans-serif;
	font-weight: 300!important;
}
#mgex img.cover {
	width: 100%;
	height: auto;
}
#mgex .dispWide {
	display: block;
}
#mgex .dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	#mgex .dispWide,
	#mgex .blank {
		display: none;
	}
	#mgex .dispNarrow {
		display: block;
	}
}
::selection {
	color: #fff;
	background-color: #f1c600;
}
#mgex .alignCenter {
	text-align: center;
}
#mgex .alignCenter > .blockText,
#mgex .alignRight > .blockText {
	display: inline-block;
}
#mgex .alignRight {
	text-align: right;
}
#mgex .alignLeft {
	text-align: left;
}
#mgex .textIndent {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
#mgex .lineHeight100 {
	line-height: 1;
}
#mgex .lineHeight120 {
	line-height: 1.2;
}
#mgex .lineHeight154 {
	line-height: 1.54;
}
#mgex .lineHeight175 {
	line-height: 1.75;
}
#mgex .lineHeight200 {
	line-height: 2;
}
#mgex .lineHeight220 {
	line-height: 2.2;
}
#mgex .letterSpacing0 {
	letter-spacing: 0;
}
#mgex .marginTop0 {
	margin-top: 0!important;
}
#mgex .marginTopHalf {
	margin-top: 0.5em!important;
}
#mgex .marginTop1 {
	margin-top: 1em!important;
}
#mgex .marginTop1half {
	margin-top: 1.5em!important;
}
#mgex .marginTop2 {
	margin-top: 2em!important;
}
#mgex .marginTop3 {
	margin-top: 3em!important;
}
#mgex .marginTop4 {
	margin-top: 4em!important;
}
#mgex .marginTopAuto {
	margin-top: auto!important;
}
#mgex .paddingVerticalHalf {
	padding: 0.5em 0;
}
#mgex .paddingVertical1 {
	padding: 1em 0;
}
#mgex .paddingVertical2 {
	padding: 2em 0;
}
#mgex .paddingVertical3 {
	padding: 3em 0;
}
#mgex .paddingVertical5 {
	padding: 5em 0;
}
#mgex .paddingHorizontalHalf {
	padding: 0 0.5em;
}
#mgex .paddingHorizontal1 {
	padding: 0 1em;
}
#mgex .paddingHorizontal1half {
	padding: 0 1.5em;
}
#mgex .paddingHorizontal2 {
	padding: 0 2em;
}
#mgex .text111 {
	font-size: 111px;
}
#mgex .text50 {
	font-size: 50px;
}
#mgex .text40 {
	font-size: 40px;
}
#mgex .text30 {
	font-size: 30px;
}
#mgex .text20 {
	font-size: 20px;
}
#mgex .text15 {
	font-size: 15px;
}
#mgex .text12 {
	font-size: 12px;
}
#mgex .text10 {
	font-size: 10px;
}
#mgex .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex .text111 {
		font-size: 7.4vw;
	}
	#mgex .text50 {
		font-size: 3.333333vw;
	}
	#mgex .text40 {
		font-size: 2.666666vw;
	}
	#mgex .text30 {
		font-size: 2vw;
	}
	#mgex .text20 {
		font-size: 1.333333vw;
	}
	#mgex .text15 {
		font-size: 1vw;
	}
	#mgex .text12 {
		font-size: 0.8vw;
	}
	#mgex .text10 {
		font-size: 0.666666vw;
	}
}
@media screen and (max-width: 800px) {
	#mgex .text111 {
		/*
		font-size: 20vw;
		*/
		font-size: 10vw;
	}
	#mgex .text50,
	#mgex .text30.fontEn,
	#mgex .text40 {
		font-size: 6.5vw;
	}
	#mgex .sectionTitleWithIcon.text50,
	#mgex #sec02 .text40,
	#mgex .text30 {
		font-size: 5vw;
	}
	#mgex #sec05 .text30,
	#mgex #sec01 ul.text30,
	#mgex #sec01 .text20 {
		font-size: 4vw;
	}
	#mgex .text20,
	#mgex .text15 {
		font-size: 3vw;
	}
	#mgex #sec04point01 h2.text40,
	#mgex .text12,
	#mgex .text10 {
		font-size: 2vw;
	}
}
/*枠組み*/
#mgex .sectionWrapper {
	position: relative;
	overflow: hidden;
}
#mgex .sectionWrapper .objAbsolute {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
#mgex .sectionWrapper .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#mgex .widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	z-index: 10;
}
#mgex .widthWrapper .insideWrapper {
	position: relative;
	width: 80%;
	margin: 0 auto;
	z-index: 20;
}
#mgex .paraBox,
#mgex .paraBox img {
	position: relative;
	width: 50vw;
	max-width: 600px;
	height: auto;
}
#mgex .paraBox img {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 800px) {
	#mgex .widthWrapper {
		width: 100%;
	}
	#mgex .widthWrapper .insideWrapper {
		width: 90%;
	}
	#mgex .paraBox,
	#mgex .paraBox img {
		width: 50vw;
		max-width: inherit;
	}
}
/*flexbox指定*/
#mgex .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	margin: 0 auto;
}
#mgex .flexColumn {
	flex-direction: column;
}
#mgex .flexStart {
	justify-content: flex-start;
}
#mgex .flexBetween {
	justify-content: space-between;
}
#mgex .flexEnd {
	justify-content: flex-end;
}
#mgex .flexStretch {
	align-items: stretch;
}
#mgex .flexAlignCenter {
	align-items: center;
}
#mgex .flexReverse {
	flex-direction: row-reverse;
}
#mgex .flexSplit > div {
	width: 50%;
}
#mgex .flexList2 > div {
	width: 47.5%;
}
#mgex .flexList5 > li {
	width: 19.333333%;
	margin-left: 0.833333%;
}
#mgex .flexList5 > li:nth-child(5n + 1) {
	margin-left: 0;
}
@media screen and (max-width: 800px) {
	#mgex .flexSplit > div {
		width: 100%;
	}
	#mgex .flexList2 > div {
		width: 100%;
	}
	#mgex .flexList5 > li {
		width: 32%;
		margin-left: 0;
		margin-right: 2%;
	}
	#mgex .flexList5 > li:nth-child(5n + 3) {
		margin-right: 0;
	}
	#mgex .flexList5 > li:nth-child(n + 4) {
		margin-top: 0.5em;
	}
}
/*リンク装飾*/
#mgex a {
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	cursor: pointer!important;
	transition: all 0.5s ease;
}
#mgex a.hover {
	color: #fff;
	text-decoration: none;
	transition: all 0.15s ease;
}
#mgex a.hoverOpacity {
	opacity: 1;
	transition: all 0.5s ease;
}
#mgex a.hoverOpacity.hover {
	opacity: 0.75;
	transition: all 0.15s ease;
}
/*デフォルト文字色*/
#mgex .textWhite,
#mgex .textWhite a,
#mgex a .textWhite {
	color: #fff;
}
#mgex .textThemeColor,
#mgex .textThemeColor a,
#mgex a .textThemeColor {
	color: #cba907;
}
#mgex .textThemeColorGradient {
	color: #cba907;
	background: linear-gradient(0deg, #bc8f05 0%, #cba907 45%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#mgex .textRed,
#mgex .textRed a,
#mgex a .textRed {
	color: #fd0000;
}
/*テキスト装飾*/
#mgex .sectionTitle {
	position: relative;
	margin-bottom: 0.5em;
	padding: 1em 0 0 10%;
	z-index: 20;
}
#mgex .sectionTitle::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 26.666666vw;
	max-width: 400px;
	height: 2px;
	background-color: #cba907;
}
#mgex .sectionTitle.sectionTitleWithIcon {
	position: relative;
	padding: 1em 0 0 1.5em;
	z-index: 20;
}
#mgex .sectionTitle.sectionTitleWithIcon::before {
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	top: 50%;
	width: 0.8vw;
	max-width: 12px;
	height: 1em;
	background-image: url("../images/_svg/iconTitle.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 1em;
}
#mgex .sectionTitle.sectionTitleWithIcon::after {
	display: none;
}
#mgex .sectionTitle.sectionTitleWithIcon span {
	display: inline-block;
	height: 1em;
	margin-left: 1.5em;
	background-size: contain;
}
#mgex .textWithUnderline {
	display: inline-block;
	position: relative;
	padding-bottom: 0.75em;
}
#mgex .textWithUnderline::before,
#mgex .textWithUnderline::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0.25em;
}
#mgex .textWithUnderline::before {
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
#mgex .textWithUnderline.textWithSpritline {
	display: block;
}
#mgex .textWithUnderline.textWithSpritline::before {
	width: 50%;
	height: 4px;
	background-color: #cba907;
}
#mgex .textWithUnderline.textWithSpritline::after {
	right: 0;
	bottom: calc(0.25em + 2px);
	width: 50%;
	height: 1px;
	background-color: #a1a1a1;
}
#mgex .photoWithBorder {
	width: 100%;
	border: 1px solid #7f6a17;
	box-sizing: border-box;
}
#mgex .textWithImage {
	background-position: left 1.25em bottom;
	background-repeat: no-repeat;
	background-size: auto 36px;
}
#mgex .textWithImage2line {
	background-position: left 1.25em bottom;
	background-repeat: no-repeat;
	background-size: auto 69px;
}
#mgex .textWithImage.alignRight {
	background-position: right 2.25em bottom;
	background-repeat: no-repeat;
	background-size: auto 36px;
}
#mgex #sec04point02block01 .textWithImage2line {
	background-position: left 3.25em bottom;
}
#mgex #sec04point03block01 .textWithImage {
	background-position: left 2em bottom;
	background-size: auto 30px;
}
#mgex .textWithBox {
	position: relative;
	height: 2.5em;
	background-image: url("../images/_svg/sec04titleSubBgR.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#mgex .flexEnd .textWithBox {
	background-image: url("../images/_svg/sec04titleSubBgL.svg");
	background-position: right center;
}
#mgex .textWithBox span {
	display: block;
}
#mgex .textWithBox > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex .textWithImage {
		background-size: auto 2.4vw;
	}
	#mgex .textWithImage2line {
		background-size: auto 4.6vw;
	}
	#mgex .textWithImage.alignRight {
		background-size: auto 2.4vw;
	}
	#mgex #sec04point03block01 .textWithImage {
		background-size: auto 2vw;
	}
}
@media screen and (max-width: 800px) {
	#mgex .sectionTitle {
		padding: 1em 0 0 5%;
	}
	#mgex .sectionTitle::after {
		width: 33.5vw;
	}
	#mgex .sectionTitle.sectionTitleWithIcon {
		padding: 1em 0 0 1em;
	}
	#mgex .sectionTitle.sectionTitleWithIcon::before {
		left: 0.5em;
	}
	#mgex .sectionTitle.sectionTitleWithIcon span {
		margin-left: 0;
	}
	#mgex .textWithImage {
		background-position: left 1em bottom;
		background-size: auto 6.5vw;
	}
	#mgex .textWithImage2line {
		background-position: left 1em bottom;
		background-size: auto 10vw;
	}
	#mgex .textWithImage.alignRight {
		background-position: right 2.1em bottom;
		background-size: auto 6.5vw;
	}
	#mgex #sec04point03block01 .textWithImage {
		background-size: auto 6.5vw;
	}
}
#mgex .titleExtremePoint {
	width: 30%;
	max-width: 360px;
}
@media screen and (max-width: 800px) {
	#mgex .titleExtremePoint {
		width: 45%;
		max-width: inherit;
	}
}
#mgex .btn {
	width: 49.2vw;
	max-width: 738px;
	margin-left: auto;
	margin-right: auto;
}
#mgex .btn > a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #110000;
	background-image: url("../images/_svg/iconArrowRed.svg");
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-size: auto 1em;
	border: 1px solid #fd0000;
}
#mgex .btn.btnThemeColor > a {
	background-color: rgba(0,0,0,0.4);
	background-image: url("../images/_svg/iconArrow.svg");
	border-color: #b59b35;
}
#mgex .btn > a.hover {
	background-position: right 0.5em center;
}
#mgex .btn > a > span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em 0;
	background-image: url("../images/_svg/iconBtnRed.svg");
	background-position: left -1px top -1px;
	background-repeat: no-repeat;
	background-size: 1.5em auto;
	transition: all 0.5s ease;
}
#mgex .btn.btnThemeColor > a > span {
	background-image: url("../images/_svg/iconBtn.svg");
}
#mgex .btnLineup {
	width: 64vw;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 800px) {
	#mgex .btn,
	#mgex .btnLineup {
		width: 90%;
		max-width: inherit;
	}
}
/*背景色*/
#mgex .bgWhite {
	background-color: #fff;
}
#mgex .bgBlack {
	background-color: #000;
}
#mgex .bgGray {
	background-color: #333333;
}
/*YouTube*/
#mgex .videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	box-sizing: border-box;
	overflow: hidden;
}
#mgex .videoWrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 101%;
	min-height: 101%;
	transform: translate(-50%, -50%);
}
#mgex .movieEmbedWrapper {
	position: relative;
	width: 80%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 44.82%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#mgex .movieEmbedWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mgex .movieWrapper {
	position: relative;
	width: 80%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 44.82%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #b59b35;
	box-sizing: border-box;
	overflow: hidden;
}
#mgex .movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mgex .movieWrapper span,
#mgex .movieWrapper span img,
#mgex .movieWrapper span span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mgex .movieWrapper span {
	background-image: url("../images/_svg/iconPlay.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10% auto;
	transition: all 0.5s ease;
}
#mgex .movieWrapper.hover span {
	background-size: 12% auto;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) {
	#mgex .movieEmbedWrapper,
	#mgex .movieWrapper {
		width: 100%;
		padding-top: 56.25%;
	}
	#mgex .movieWrapper span {
		background-size: 25% auto;
	}
}
/*kv*/
#mgex #kv {
	position: relative;
	width: 100%;
	height: 54vw;
	overflow: hidden;
}
#mgex #kv .objAbsolute {
	background-size: contain;
}
#mgex #kv #kvBg {
	background-image: url("../images/_imagesWide/sec00bg.2205.jpg");
	z-index: 2;
	animation: fadeIn 1s linear 3.5s forwards;
}
#mgex #kv #particles {
	z-index: 5;
	animation: fadeIn 2s linear 4.5s forwards;
}
#mgex #kv #kvObj {
	background-image: url("../images/_imagesWide/sec00obj.2206.png");
	z-index: 3;
	animation: fadeIn 0.2s linear 2.5s forwards;
}
#mgex #kv #kvObjSilhouette {
	background-image: url("../images/_imagesWide/sec00objSilhouette.2205.jpg");
	z-index: 4;
	animation: kvObjSilhouette 1.5s linear 2s forwards;
}
@keyframes kvObjSilhouette {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#mgex #kv #kvEffect {
	background-image: url("../images/_imagesWide/sec00effect.2205.png");
	z-index: 6;
	animation: fadeInEffect 0.45s linear 2.5s forwards;
}
@keyframes fadeInEffect {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0.85;
	}
	100% {
		opacity: 0.7;
	}
}
#mgex #kv #kvFrame {
	background-image: url("../images/_imagesWide/sec00catch.2205.png");
	z-index: 6;
	animation: fadeIn 1.5s linear 0.75s forwards;
}
#mgex #kv #kvText {
	background-image: url("../images/_imagesWide/sec00text.2205.png");
	z-index: 7;
	animation: fadeIn 0.5s linear 3.75s forwards;
}
#mgex #kv #kvLogo {
	background-image: url("../images/_imagesWide/sec00logo.2205.png");
	z-index: 8;
	animation: fadeIn 0.5s linear 3.5s forwards;
}
#mgex #kv p {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 2.533333vw;
	max-width: 38px;
	height: 4vw;
	max-height: 60px;
}
#mgex #kv p a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/_svg/scroll.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transform: translateX(-50%);
	z-index: 10;
}
#mgex #kv p a.hover {
	background-position: center bottom -15px;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex #kv #kvBg {
		background-image: url("../images/_imagesMiddle/sec00bg.2205.jpg");
	}
	#mgex #kv #kvObj {
		background-image: url("../images/_imagesMiddle/sec00obj.2206.png");
	}
	#mgex #kv #kvObjSilhouette {
		background-image: url("../images/_imagesMiddle/sec00objSilhouette.2205.jpg");
	}
	#mgex #kv #kvEffect {
		background-image: url("../images/_imagesMiddle/sec00effect.2205.png");
	}
	#mgex #kv #kvFrame {
		background-image: url("../images/_imagesMiddle/sec00catch.2205.png");
	}
	#mgex #kv #kvText {
		background-image: url("../images/_imagesMiddle/sec00text.2205.png");
	}
	#mgex #kv #kvLogo {
		background-image: url("../images/_imagesMiddle/sec00logo.2205.png");
	}
	#mgex #kv p a.hover {
		background-position: center bottom -1vw;
	}
}
@media screen and (max-width: 800px) {
	#mgex #kv {
		height: 200vw;
	}
	#mgex #kv #kvBg {
		background-image: url("../images/_imagesNarrow/sec00bg.2205.jpg");
	}
	#mgex #kv #kvObj {
		background-image: url("../images/_imagesNarrow/sec00obj.2206.png");
	}
	#mgex #kv #kvObjSilhouette {
		background-image: url("../images/_imagesNarrow/sec00objSilhouette.2205.jpg");
	}
	#mgex #kv #kvEffect {
		background-image: url("../images/_imagesNarrow/sec00effect.2205.png");
	}
	#mgex #kv #kvFrame {
		background-image: url("../images/_imagesNarrow/sec00catch.2205.png");
	}
	#mgex #kv #kvText {
		background-image: url("../images/_imagesNarrow/sec00text.2205.png");
	}
	#mgex #kv #kvLogo {
		background-image: url("../images/_imagesNarrow/sec00logo.2205.png");
	}
	#mgex #kv p {
		left: 10%;
		width: 9.5vw;
		max-width: inherit;
		height: 15vw;
		max-height: inherit;
	}
}
/*sec01*/
#mgex #sec01 {
	padding-bottom: 1.5em;
}
#mgex #sec01 .bgPara {
	background-image: url("../images/_imagesWide/sec01bg.2205.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#mgex #sec01 .objAbsolute {
	background-image: url("../images/sec01obj.220509.png"), url("../images/_svg/sec01text.svg");
	background-position: center top, left 52.5% top 330px;
	background-repeat: no-repeat, no-repeat;
	background-size: auto auto, 444px auto;
}
#mgex #sec01.action .objAbsolute {
	animation: fadeIn 1.5s linear 0.25s forwards;
}
#mgex #sec01 .paraBox,
#mgex #sec01 .paraBox img {
	width: 33.333333vw;
	max-width: 500px;
	height: 44vw;
	max-height: 660px;
}
#mgex #sec01 ul li {
	width: 24vw;
	max-width: 360px;
	height: 1.2em;
	margin: 0;
}
#mgex #sec01 ul li:nth-child(even) {
	width: 46vw;
	max-width: 690px;
}
#mgex #sec01 ul li > span {
	display: inline-block;
}
#mgex #sec01 ul li > span:nth-child(1) {
	width: 10vw;
	max-width: 150px;
	height: 1.2em;
	padding-right: 0.5em;
}
#mgex #sec01 ul li > span:nth-child(2) {
	width: 13vw;
	max-width: 195px;
	height: 1.2em;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 0.8em;
}
#mgex #sec01 ul li:nth-child(even) > span:nth-child(2) {
	width: 32vw;
	max-width: 480px;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex #sec01 .bg {
		background-image: url("../images/_imagesMiddle/sec01bg.2205.jpg");
	}
	#mgex #sec01 .objAbsolute {
		background-position: center top, left 52.5% top 22vw;
		background-size: 170.066666% auto, 30% auto;
	}
}
@media screen and (max-width: 800px) {
	#mgex #sec01 .objAbsolute {
		background-position: right -48vw top 38vw, left 6vw top 70vw;
		background-size: auto 90vw, 50vw auto;
	}
	#mgex #sec01 .paraBox,
	#mgex #sec01 .paraBox img {
		width: 60.5vw;
		max-width: inherit;
		height: 79.86vw;
		max-height: inherit;
	}
	#mgex #sec01 h2 + p {
		width: 100%;
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 20%, rgba(0,0,0,0.75) 80%, rgba(0,0,0,0) 100%);
	}
	#mgex #sec01 ul {
		padding-top: 0!important;
	}
	#mgex #sec01 ul li,
	#mgex #sec01 ul li:nth-child(even) {
		width: 90vw;
		max-width: inherit;
	}
	#mgex #sec01 ul li > span:nth-child(1) {
		width: 22.5vw;
		max-width: inherit;
	}
	#mgex #sec01 ul li > span:nth-child(2),
	#mgex #sec01 ul li:nth-child(even) > span:nth-child(2) {
		width: 65vw;
		max-width: inherit;
		background-size: auto 0.65em;
	}
	#mgex #sec01 + .bgBlack > article.paddingVertical1 {
		padding: 0!important;
	}
}
/*sec02*/
#mgex #sec02to03wrapperBg > .bg {
	top: 240px;
	background-image: url("../images/sec02obj01.png"), url("../images/sec02obj02.png"), url("../images/bgGold.jpg");
	background-position: center top, center top, center top;
	background-repeat: no-repeat;
	background-size: auto auto, auto auto, auto auto;
}
#mgex #sec02 {
	padding-top: 1.5em;
}
#mgex #sec02 .widthWrapper {
	height: 82.4vw;
	max-height: 1236px;
	background-image: url("../images/_svg/sec02text.svg");
	background-position: right 39px bottom 84px;
	background-repeat: no-repeat;
	background-size: 549px auto;
}
#mgex #sec02 .widthWrapper .insideWrapper .flexBlock {
	margin-top: -51px;
}
#mgex #sec02 .paraBox,
#mgex #sec02 .paraBox img {
	position: relative;
	width: 28vw;
	max-width: 420px;
	margin-left: auto;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex #sec02to03wrapperBg > .bg {
		top: 16vw;
		background-size: 170.066666% auto, 170.066666% auto, 120% auto;
	}
	#mgex #sec02 .widthWrapper {
		background-position: right 2.6vw bottom 5.6vw;
		background-size: 36.6vw auto;
	}
	#mgex #sec02 .widthWrapper .insideWrapper .flexBlock {
		margin-top: -3.4vw;
	}
}
@media screen and (max-width: 800px) {
	#mgex #sec02to03wrapperBg > .bg {
		top: 30vw;
		background-image: url("../images/sec02obj01.png"), url("../images/sec02obj02.png"), url("../images/bgGold.jpg");
		background-position: left -45vw top, center top 4vw, left -45vw top;
		background-size: 200% auto, 180% auto, 150% auto;
	}
	#mgex #sec02 .widthWrapper {
		height: 114vw;
		max-height: inherit;
		background-position: right 2.6vw bottom 20vw;
		background-size: 46vw auto;
	}
	#mgex #sec02 .widthWrapper .insideWrapper .flexBlock {
		margin-top: 0;
	}
	#mgex #sec02 .paraBox,
	#mgex #sec02 .paraBox img {
		position: relative;
		width: 50vw;
		max-width: inherit;
		margin-left: auto;
	}
	#mgex #sec02 .paraBox + p {
		margin-top: 10em;
	}
}
/*sec03*/
#mgex #sec03pointWrapper > .bgPara {
	background-image: url("../images/_imagesWide/bgTriangle01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#mgex #sec03pointWrapper > .objAbsolute {
	background-image: url("../images/sec03point01.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
}
#mgex #sec03point02 {
	height: 64vw;
	max-height: 960px;
}
#mgex #sec03point02 > .objAbsolute {
	background-image: url("../images/sec03point04.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
}
#mgex #sec03point02 .insideWrapper > div.init {
	width: 65%;
	margin-left: auto;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex #sec03pointWrapper > .bgPara {
		background-image: url("../images/_imagesMiddle/bgTriangle01.jpg");
	}
	#mgex #sec03pointWrapper > .objAbsolute {
		background-size: 120% auto;
	}
	#mgex #sec03point > .objAbsolute {
		background-size: 120% auto;
	}
	#mgex #sec03point02 > .objAbsolute {
		background-size: 100% auto;
	}
}
@media screen and (max-width: 800px) {
	#mgex #sec03pointWrapper > .bgPara {
		background-image: url("../images/_imagesMiddle/bgTriangle01.jpg");
		background-position: right top;
		background-size: 200% auto;
	}
	#mgex #sec03point02 {
		height: 115vw;
		max-height: inherit;
		margin-top: 3em;
	}
	#mgex #sec03pointWrapper > .objAbsolute {
		background-image: url("../images/sec03point01.png");
		background-position: left -25vw top 4vw;
		background-repeat: no-repeat;
		background-size: 240% auto;
	}
	#mgex #sec03point01 .flexList2 > div {
		padding-bottom: 68vw;
	}
	#mgex #sec03point01 .flexList2 > div + div {
		padding-bottom: 0;
	}
	#mgex #sec03point02 > .objAbsolute {
		background-position: left -5vw top 20vw;
		background-size: 160% auto;
	}
	#mgex #sec03point02 .insideWrapper > div.init {
		width: 100%;
		margin-left: auto;
	}
	#mgex #sec03point02 .insideWrapper > div.init h3 {
		letter-spacing: 0.02em;
	}
	#mgex #sec03point03 .flexSplit > div {
		width: 50%;
	}
}
/*sec04point01*/
#mgex #sec04point01 {
	position: relative;
	height: 76vw;
	max-height: 1140px;
}
#mgex #sec04point01 > .bg {
	/*
	background-attachment: fixed;
	*/
	background-image: url("../images/_imagesWide/bgBlue.jpg");
	background-position: left top 210px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#mgex #sec04point01 > .bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14vw;
	max-height: 210px;
	background-color: #000;
}
#mgex #sec04point01 > .bg::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 120px;
	width: 100%;
	height: 14vw;
	max-height: 210px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
#mgex #sec04point01 > .objAbsolute {
	width: 100%;
	max-width: 1500px;
	background-image:  url("../images/_svg/sec04name.svg");
	background-position: right 45px top 885px;
	background-size: 660px auto;
}
#mgex #sec04point01 > .objAbsolute::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -60px;
	width: 100%;
	height: 76vw;
	max-height: 1140px;
	background-image: url("../images/sec04obj01.2206.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
}
#mgex #sec04point01 .widthWrapper .insideWrapper .flexBlock > div {
	width: 35%;
}
#mgex #sec04point01 .paraBox,
#mgex #sec04point01 .paraBox img {
	position: relative;
	width: 100%;
	max-width: inherit;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex #sec04point01 > .bg::after {
		bottom: 8vw;
	}
	#mgex #sec04point01 > .bg {
		background-image: url("../images/_imagesMiddle/bgBlue.jpg");
	}
	#mgex #sec04point01 > .objAbsolute {
		background-position: right 3vw top 59vw;
		background-size: 44vw auto;
	}
	#mgex #sec04point01 > .objAbsolute::after {
		left: -4vw;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 800px) {
	#mgex #sec04point01 {
		position: relative;
		height: 200vw;
		max-height: inherit;
		margin-top: 2.5em;
	}
	#mgex #sec04point01 h2 + p {
		letter-spacing: 0.01em;
	}
	#mgex #sec04point01 > .bg {
		background-image: url("../images/_imagesMiddle/bgBlue.jpg");
		background-position: left top 36vw;
		background-repeat: no-repeat;
		background-size: 200% auto;
	}
	#mgex #sec04point01 > .bg::before {
		height: 36vw;
		max-height: inherit;
	}
	#mgex #sec04point01 > .bg::after {
		display: none;
	}
	#mgex #sec04point01 > .objAbsolute {
		background-position: left top 116vw;
		background-size: 100vw auto;
	}
	#mgex #sec04point01 > .objAbsolute::after {
		left: 0;
		height: 150vw;
		max-height: inherit;
		background-position: left -20vw top;
		background-size: 200% auto;
	}
	#mgex #sec04point01 .widthWrapper .insideWrapper .flexBlock > div {
		width: 100%;
		margin-top: 80vw;
	}
	#mgex #sec04point01 .paraBox {
		padding-top: 2em;
	}
	#mgex #sec04point01 .paraBox,
	#mgex #sec04point01 .paraBox img {
		width: 50vw;
	}
	#mgex #sec04point01 .paraBox + p {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 38vw;
	}
}
/*sec04point02*/
/*
#mgex #sec04point02 {
	margin-top: -120px;
}
*/
#mgex #sec04point02 #sec04point02wrapperBg > .bg {
	background-attachment: fixed;
	background-image: url("../images/_imagesWide/bgGoldLine.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
#mgex #sec04point02 #sec04point02wrapperBg > .bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14vw;
	max-height: 210px;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
#mgex #sec04point02 #sec04point02wrapperBg > .objAbsolute {
	margin-left: 210px;
	background-image: url("../images/sec04obj02.png");
	background-position: center top;
	background-size: auto auto;
}
#mgex #sec04point02wrapper {
	position: relative;
	/*
	padding-top: 90px;
	*/
}
#mgex #sec04point02wrapper::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20vw;
	max-height: 300px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
}
#mgex #sec04point02wrapper .textWithImage2line {
	background-image: url("../images/_svg/sec04title01.svg");
}
#mgex #sec04point02block01 {
	height: 41.4vw;
	max-height: 621px;
}
#mgex #sec04point02block02 {
	height: 75.2vw;
	max-height: 1128px;
}
#mgex #sec04point02block02 #sec04point02block02mov {
	padding-top: 60.7018%;
}
#mgex #sec04point02block02.flexList2 > div + div {
	margin-top: 372px;
}
#mgex #sec04point02block03 #sec04point02block03mov {
	padding-top: 78.94737%;
}
#mgex #sec04point02block04 {
	margin-top: -90px;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	/*
	#mgex #sec04point02 {
		margin-top: -8vw;
	}
	*/
	#mgex #sec04point02 #sec04point02wrapperBg > .bg {
		background-image: url("../images/_imagesMiddle/bgGoldLine.jpg");
	}
	#mgex #sec04point02 #sec04point02wrapperBg > .objAbsolute {
		margin-left: 0;
		background-position: right -14vw top;
		background-size: 100% auto;
	}
	/*
	#mgex #sec04point02wrapper {
		padding-top: 6vw;
	}
	*/
	#mgex #sec04point02block02.flexList2 > div + div {
		margin-top: 24.8vw;
	}
	#mgex #sec04point02block04 {
		margin-top: -6vw;
	}
}
@media screen and (max-width: 800px) {
	#mgex #sec04point02 {
		margin-top: -10vw;
	}
	#mgex #sec04point02 #sec04point02wrapperBg > .bg {
		background-attachment: scroll;
		background-image: url("../images/_imagesMiddle/bgGoldLine.jpg");
		background-position: left top;
		background-repeat: repeat-y;
		background-size: 200% auto;
	}
	#mgex #sec04point02 #sec04point02wrapperBg > .bg::before {
		display: none;
	}
	#mgex #sec04point02 #sec04point02wrapperBg > .objAbsolute {
		margin-left: 0;
		background-position: center top 45vw;
		background-size: 200% auto;
	}
	#mgex #sec04point02wrapper {
		padding-top: 0;
	}
	#mgex #sec04point02wrapper::after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 20vw;
		max-height: 300px;
		background: linear-gradient(0deg, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
	}
	#mgex #sec04point02wrapper .textWithImage2line {
		background-image: url("../images/_svg/sec04title01.svg");
	}
	#mgex #sec04point02block01 {
		height: 160vw;
		max-height: inherit;
	}
	#mgex #sec04point02block01 p {
		margin-top: 0.5em;
	}
	#mgex #sec04point02block02 {
		height: 280vw;
		max-height: inherit;
	}
	#mgex #sec04point02block02 #sec04point02block02mov {
		padding-top: 60.7018%;
	}
	#mgex #sec04point02block02.flexList2 > div + div {
		margin-top: 0;
	}
	#mgex #sec04point02block02.flexList2 > div + div .flexList2 > div {
		width: 47.5%;
	}
	#mgex #sec04point02block03 #sec04point02block03mov {
		padding-top: 70%;
	}
	#mgex #sec04point02block04 {
		width: 200%;
		margin-top: -10vw;
		margin-left: -70%;
	}
}
/*sec04point03*/
#mgex #sec04point03 #sec04point03wrapperBg > .bg {
	background-attachment: fixed;
	background-image: url("../images/_imagesWide/bgBlueLine.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
#mgex #sec04point03 #sec04point03wrapperBg > .objAbsolute {
	margin-left: 390px;
	background-image: url("../images/sec04obj03.2206.png");
	background-position: center top 2em;
	background-size: auto auto;
}
#mgex #sec04point03wrapper {
	position: relative;
	padding-top: 2em;
}
#mgex #sec04point03wrapper::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14vw;
	max-height: 210px;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
#mgex #sec04point03wrapper .textWithImage {
	background-image: url("../images/_svg/sec04title02.svg");
}
#mgex #sec04point03block02 {
	margin-top: -60px;
}
#mgex #sec04point03block02 > div {
	width: 43.25%;
}
#mgex #sec04point03block02 > div > .photoWithBorder {
	width: 54%;
	max-width: 280px;
}
#mgex #sec04point03block02 > div > .photoWithBorder + .photoWithBorder {
	width: 65.5%;
	max-width: 340px;
}
#mgex #sec04point03block02 #sec04point03block02mov01 {
	padding-top: 94.11765%;
}
#mgex #sec04point03block02 > div + div {
	width: 47.5%;
}
#mgex #sec04point03block02 > div + div .flexBlock > div {
	width: 43.86%;
	max-width: 250px;
}
#mgex #sec04point03block02 > div + div .flexBlock > div + div {
	width: 49.123%;
	max-width: 280px;
}
#mgex #sec04point03block02 #sec04point03block02mov02 {
	padding-top: 114.286%;
}
#mgex #sec04point03block03 {
	position: relative;
	margin-top: -390px;
	padding-bottom: 2.5em;
}
#mgex #sec04point03block03::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 14vw;
	max-height: 210px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
#mgex #sec04point03block03 > .objAbsolute {
	margin-left: -300px;
	background-image: url("../images/sec04obj04.png");
	/*
	background-position: left -300px top;
	*/
	background-position: center top;
	background-size: auto auto;
}
#mgex #sec04point03block03 > .widthWrapper {
	padding-top: 195px;
}
#mgex #sec04point03block03 #sec04point03block03mov {
	padding-top: 82.6087%;
}
#mgex #sec04point03block03 .flexBlock > div > div {
	width: 81%;
	max-width: 460px;
	margin-left: auto;
}
#mgex #sec04point03block03 .flexBlock > div > div + div {
	width: 100%;
	max-width: inherit;
}
#mgex #sec04point03block03 .floatBlock {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 47.5%;
}
#mgex #sec04point03block03 .floatBlock p {
	width: 100%;
	height: 34vw;
	max-height: 510px;
}
#mgex #sec04point03block03 .floatBlock p img {
	position: absolute;
	left: -45px;
	top: 180px;
}
#mgex #sec04point03block03 .floatBlock p + p {
	height: auto;
	max-height: inherit;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex #sec04point03 #sec04point03wrapperBg > .bg {
		background-image: url("../images/_imagesMiddle/bgBlueLine.jpg");
	}
	#mgex #sec04point03 #sec04point03wrapperBg > .objAbsolute {
		margin-left: 0;
		background-position: right -31vw top 2em;
		background-size: 110% auto;
	}
	#mgex #sec04point03block02 {
		margin-top: -4vw;
	}
	#mgex #sec04point03block03 {
		margin-top: -26vw;
	}
	#mgex #sec04point03block03 > .objAbsolute {
		margin-left: 0;
		background-position: left -20vw top;
		background-size: 100% auto;
	}
	#mgex #sec04point03block03 > .widthWrapper {
		padding-top: 13vw;
	}
	#mgex #sec04point03block03 .floatBlock p img {
		position: absolute;
		left: -3vw;
		top: 12vw;
	}
}
@media screen and (max-width: 800px) {
	#mgex #sec04point03block01 h2 + p {
		margin-top: 0.5em;
	}
	
	#mgex #sec04point03 #sec04point03wrapperBg > .bg {
		background-attachment: scroll;
		background-image: url("../images/_imagesMiddle/bgBlueLine.jpg");
		background-position: left top;
		background-repeat: repeat-y;
		background-size: 200% auto;
	}
	#mgex #sec04point03 #sec04point03wrapperBg > .objAbsolute {
		margin-left: 0;
		background-position: left 52% top -12vw;
		background-size: 200% auto;
	}
	/*
	#mgex #sec04point03wrapper {
		position: relative;
		padding-top: 2em;
	}
	#mgex #sec04point03wrapper::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 14vw;
		max-height: 210px;
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	}
	*/
	#mgex #sec04point03block01 > .flexList2 > div {
		padding-bottom: 140vw;
	}
	#mgex #sec04point03block01 > .flexList2 > div + div {
		padding-bottom: 0;
	}
	#mgex #sec04point03block01 > .flexList2 > div + div > .flexList2 > div {
		width: 47.5%;
	}
	#mgex #sec04point03block01 .alignRight {
		text-align: left;
	}
	#mgex #sec04point03block02 {
		margin-top: 0;
	}
	#mgex #sec04point03block02 > div.delay01 {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
		flex-shrink: 0;
		list-style: none;
		width: 100%;
		margin: 0 auto;
	}
	#mgex #sec04point03block02 > div.delay01 > h3 {
		width: 100%;
	}
	#mgex #sec04point03block02 > div.delay01 > .photoWithBorder {
		width: 43.2%;
		max-width: inherit;
	}
	#mgex #sec04point03block02 > div.delay01 > .photoWithBorder + .photoWithBorder {
		width: 52.4%;
		max-width: inherit;
	}
	#mgex #sec04point03block02 #sec04point03block02mov01 {
		padding-top: 108.30129%;
	}
	#mgex #sec04point03block02 > div + div {
		width: 100%;
	}
	#mgex #sec04point03block02 .alignRight {
		text-align: left;
	}
	#mgex #sec04point03block02 #sec04point03block02mov02 {
		padding-top: 114.286%;
	}
	#mgex #sec04point03block03 {
		position: relative;
		margin-top: -50vw;
		padding-bottom: 2.5em;
	}
	#mgex #sec04point03block03 > .objAbsolute {
		margin-left: 0;
		background-position: left -32vw top;
		background-size: 200% auto;
	}
	#mgex #sec04point03block03 > .objAbsolute::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 54vw;
		max-height: inherit;
		background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%);
	}
	#mgex #sec04point03block03 > .widthWrapper {
		padding-top: 152vw;
	}
	/*
	#mgex #sec04point03block03 #sec04point03block03mov {
		padding-top: 82.6087%;
	}
	*/
	#mgex #sec04point03block03 .flexBlock > div > div,
	#mgex #sec04point03block03 .flexBlock > div > div + div {
		width: 100%;
		max-width: inherit;
	}
	#mgex #sec04point03block03 .flexBlock > div > div.delay02 + div {
		width: 47.5%;
		max-width: inherit;
	}
	#mgex #sec04point03block03 .floatBlock {
		bottom: 1em;
		width: 47.5%;
	}
	#mgex #sec04point03block03 .floatBlock p {
		width: 100%;
		height: auto;
		max-height: inherit;
	}
	#mgex #sec04point03block03 .floatBlock p img {
		position: relative;
		left: 0;
		top: 0;
	}
}
/*sec04point04*/
#mgex #sec04point04 {
	padding: 4em 0 0;
}
#mgex #sec04point04 #sec04point04wrapperBg > .bg {
	background-color: #000;
	background-image: url("../images/_imagesWide/bgLine.jpg");
	background-position: left top 5em;
	background-repeat: no-repeat;
	background-size: cover;
}
#mgex #sec04point04block01 {
	padding-bottom: 18em;
	z-index: 10;
}
#mgex #sec04point04block01 > .objAbsolute {
	height: 80vw;
	max-height: 1200px;
	margin-left: -180px;
	background-image: url("../images/sec04obj05.2206.png");
	background-position: center top;
	background-size: auto auto;
}
#mgex #sec04point04block01 .textWithImage {
	background-image: url("../images/_svg/sec04title03.svg");
}
#mgex #sec04point04block01 .flexBlock {
	padding-top: 3.5em;
}
#mgex #sec04point04block01 .flexBlock .textWithBox > span > span + span {
	transform: translateX(4em);
}
#mgex #sec04point04block01 .flexBlock .photo {
	transform: translateX(150px);
}
#mgex #sec04point04block02 {
	margin-top: -18em;
	padding-bottom: 4em;
	z-index: 5;
}
#mgex #sec04point04block02 > .objAbsolute {
	margin-left: 90px;
	background-image: url("../images/sec04obj06.png");
	background-position: center top;
	background-size: auto auto;
}
#mgex #sec04point04block02 .flexBlock {
	padding-top: 20em;
}
#mgex #sec04point04block02 .flexBlock .photo {
	transform: translateX(-90px);
}
#mgex #sec04point04block03 {
	margin-top: -8em;
	padding-bottom: 10em;
}
#mgex #sec04point04block03 > .objAbsolute {
	background-image: url("../images/sec04obj07.png");
	background-position: center top;
	background-size: auto auto;
	z-index: 10;
}
#mgex #sec04point04block03 > .widthWrapper {
	position: relative;
	z-index: 5;
}
#mgex #sec04point04block03 .flexBlock {
	padding-top: 4em;
}
#mgex #sec04point04block03 .flexBlock > div > div h3 > span {
	width: 60%;
}
#mgex #sec04point04block03 .flexBlock > div > div p {
	padding-right: 2.5em;
}
#mgex #sec04point04block03 .flexBlock > div > div + div {
	/*
	padding-top: 5.5em;
	*/
	padding-top: 8em;
}
#mgex #sec04point04block03 .flexBlock > div > div + div h3 > span {
	width: 80%;
}
#mgex #sec04point04block03 .flexBlock > div > div + div h3 > span > span {
	padding-right: 1em;
}
#mgex #sec04point04block03 .flexBlock > div > div + div h3 > span > span + span {
	padding-right: 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex #sec04point04 #sec04point04wrapperBg > .bg {
		background-image: url("../images/_imagesMiddle/bgLine.jpg");
	}
	#mgex #sec04point04block01 > .objAbsolute {
		margin-left: 0;
		background-position: left -12vw top;
		background-size: 100% auto;
	}
	#mgex #sec04point04block01 .flexBlock .photo {
		transform: translateX(10vw);
	}
	#mgex #sec04point04block02 > .objAbsolute {
		margin-left: 0;
		background-position: right -6vw top;
		background-size: 100% auto;
	}
	#mgex #sec04point04block02 .flexBlock .photo {
		transform: translateX(-6vw);
	}
	#mgex #sec04point04block03 > .objAbsolute {
		background-size: 100% auto;
	}
}
@media screen and (max-width: 800px) {
	#mgex #sec04point04 {
		padding: 1em 0 0;
	}
	#mgex #sec04point04 #sec04point04wrapperBg > .bg {
		background-position: center top 4em;
		background-repeat: repeat-y;
		background-size: 400% auto;
	}
	#mgex #sec04point04block01 {
		padding-bottom: 0;
	}
	#mgex #sec04point04block01 > .objAbsolute {
		height: 130vw;
		max-height: inherit;
		margin-left: 0;
		background-position: left -10vw top;
		background-size: 160% auto;
	}
	#mgex #sec04point04block01 .flexBlock {
		padding-top: 18em;
	}
	#mgex #sec04point04block01 .textWithBox > span {
		left: 40%;
	}
	#mgex #sec04point04block01 .flexBlock .photo {
		transform: translateX(0);
	}
	#mgex #sec04point04block02 {
		margin-top: -20vw;
		padding-bottom: 0;
	}
	#mgex #sec04point04block02 > .objAbsolute {
		height: 130vw;
		max-height: inherit;
		margin-left: 0;
		background-position: right -5vw top;
		background-size: 160% auto;
	}
	#mgex #sec04point04block02 .textWithBox > span {
		width: 70%;
	}
	#mgex #sec04point04block02 .flexBlock {
		padding-top: 20em;
	}
	#mgex #sec04point04block02 .flexBlock .photo {
		transform: translateX(0);
	}
	#mgex #sec04point04block03 {
		margin-top: -2em;
		padding-bottom: 0;
	}
	#mgex #sec04point04block03 > .objAbsolute {
		height: 130vw;
		max-height: inherit;
		margin-left: 0;
		background-position: left -20vw top;
		background-size: 160% auto;
		z-index: 4;
	}
	#mgex #sec04point04block03 .flexBlock {
		padding-top: 16em;
	}
	#mgex #sec04point04block03 .flexBlock > div > div + div {
		padding-top: 1em;
	}
}
/* gallery */
#mgex #gallery .gallerySlider {
	position: relative;
	width: 100%;
	height: 55vw;
	overflow: hidden;
	z-index: 20;
}
#mgex #gallery .gallerySlider .gallerySlidePhoto {
	width: 55vw;
	opacity: 0.5;
	transition: all 0.5s ease;
}
#mgex #gallery .gallerySlider .gallerySlidePhoto.slick-active,
#mgex #gallery .gallerySlider .gallerySlidePhoto.slick-current {
	opacity: 1;
	transition: all 0.5s ease;
}
@media screen and (max-width: 800px) {
	#mgex #gallery .gallerySlider,
	#mgex #gallery .gallerySlider,
	#mgex #gallery .gallerySlider .slick-list .gallerySlidePhoto {
		height: 100vw;
	}
	#mgex #gallery .gallerySlider .slick-list .gallerySlidePhoto {
		width: 100vw;
	}
}
/* Arrows */
[type='reset'], [type='submit'] {
	-webkit-appearance: button;
}
#mgex .slick-prev,
#mgex .slick-next {
	display: block;
	position: absolute;
	top: 0;
	width: 4vw;
	height: 100%;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	opacity: 1;
	z-index: 2;
}
#mgex .slick-prev:hover,
#mgex .slick-next:hover {
	background-color: transparent;
}
#mgex .slick-prev {
	left: 18.5vw;
	transform: rotate(180deg);
}
#mgex .slick-next {
	right: 18.5vw;
}
#mgex .slick-prev::before,
#mgex .slick-next::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 4vw;
	height: 4vw;
	background-color: transparent;
	background-image: url('../images/_svg/slideArrowWhite.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto;
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mgex .slick-prev:hover::before,
#mgex .slick-next:hover::before {
	background-color: transparent;
	opacity: 0.75;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) {
	#mgex .slick-prev,
	#mgex .slick-next {
		width: 11vw;
		max-width: inherit;
	}
	#mgex .gallerySlider .slick-prev {
		left: 0;
	}
	#mgex .gallerySlider .slick-next {
		right: 0;
	}
	#mgex .slick-prev::before,
	#mgex .slick-next::before {
		width: 11vw;
		max-width: inherit;
		height: 11vw;
		max-height: inherit;
	}
	#mgex .slick-prev:hover::before,
	#mgex .slick-next:hover::before {
		background-color: transparent;
		opacity: 1;
	}
}
/*dots*/
#mgex #gallery .gallerySlider .slick-dots {
	position: absolute;
	top: 0.5em;
	left: 50%;
	display: block;
	width: 58vw;
	height: 4px;
	padding: 0;
	line-height: 0;
	list-style: none;
	text-align: center;
	pointer-events: none;
	transform: translateX(-50%);
}
#mgex #gallery .gallerySlider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 4.8vw;
	/*
	width: 2.5vw;
	*/
	max-width: 72px;
	height: 4px;
	margin: 0 0.2vw!important;
	padding: 0;
	opacity: 1!important;
	background-color: transparent!important;
	pointer-events: auto;
	cursor: pointer;
}
#mgex #gallery .gallerySlider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 4px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	outline: none;
	background-color: #515151;
	border: none;
	box-sizing: border-box;
	transition: all 0.4s ease-out;
}
#mgex #gallery .gallerySlider .slick-dots li button:hover,
#mgex #gallery .gallerySlider .slick-dots li.slick-active button {
	background-color: #eb0b32;
}
@media screen and (max-width: 800px) {
	#mgex #gallery .gallerySlider .slick-dots {
		width: 92vw;
	}
	#mgex #gallery .gallerySlider .slick-dots li {
		width: 6.5vw;
		/*
		width: 3.5vw;
		*/
		max-width: inherit;
		margin: 0 0.4vw!important;
	}
}
/*sec05*/
#mgex #sec05 {
	padding-top: 3em;
	overflow: hidden;
}
#mgex #sec05 .bgPara {
	background-image: url("../images/_imagesWide/bgTriangle02.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/*deco*/
#mgex #sec05 .box {
	position: relative;
	width: 100%;
	height: 62vw;
	max-height: 930px;
	z-index: 4;
}
#mgex #sec05 .box > div {
	height: 100%;
}
#mgex #sec05 .box > div > div {
	position: relative;
	height: 100%;
	background-image: url("../images/_imagesMiddle/sec05.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #cba907;
	box-sizing: border-box;
	z-index: 10;
}
#mgex #sec05 .box::before,
#mgex #sec05 .box::after,
#mgex #sec05 .box > div::before,
#mgex #sec05 .box > div::after {
	display: block;
	content: "";
	position: absolute;
	width: 6.8vw;
	max-width: 102px;
	height: 6.8vw;
	max-height: 102px;
	background-image: url("../images/boxDeco.png");
	background-position: left top;
	z-index: 3;
}
#mgex #sec05 .box::before {
	top: -5px;
	left: -5px;
}
#mgex #sec05 .box::after {
	bottom: -6px;
	right: -5px;
}
#mgex #sec05 .box > div::before {
	bottom: -6px;
	left: -5px;
}
#mgex #sec05 .box > div::after {
	top: -5px;
	right: -5px;
}
#mgex #sec05 .box h2 {
	width: 91.23%;
	max-width: 520px;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex #sec05 .bgPara {
		background-image: url("../images/_imagesMiddle/bgTriangle02.jpg");
		ackground-size: 150% auto;
	}
}
@media screen and (max-width: 800px) {
	#mgex #sec05 .box {
		height: 165vw;
		max-height: inherit;
	}
	#mgex #sec05 .box::before,
	#mgex #sec05 .box::after,
	#mgex #sec05 .box > div::before,
	#mgex #sec05 .box > div::after {
		width: 14vw;
		max-width: inherit;
		height: 14vw;
		max-height: inherit;
	}
	#mgex #sec05 .box::before {
		top: -3px;
		left: -3px;
	}
	#mgex #sec05 .box::after {
		bottom: -4px;
		right: -3px;
	}
	#mgex #sec05 .box > div::before {
		bottom: -4px;
		left: -3px;
	}
	#mgex #sec05 .box > div::after {
		top: -3px;
		right: -3px;
	}
	#mgex #sec05 .box > div > div {
		align-items: flex-start;
		padding-top: 85%;
		background-color: #000;
		background-image: url("../images/_imagesNarrow/sec05.jpg");
		background-position: center top;
		background-size: 120%;
		box-sizing: border-box;
	}
	#mgex #sec05 .box > div > div > div {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#mgex #sec05 .box .marginTop1 {
		margin-top: 0.75em!important;
	}
	#mgex #sec05 .box .marginTop2 {
		margin-top: 1em!important;
	}
	#mgex #sec05 .box .marginTop3 {
		margin-top: 1.25em!important;
	}
	#mgex #sec05 .box h2 {
		width: 100%;
		max-width: inherit;
	}
}
#mgex #goToTop {
	position: absolute;
	right: 24px;
	bottom: 30px;
	width: 4vw;
	max-width: 60px;
	height: 4vw;
	max-height: 60px;
	z-index: 15;
}
#mgex #goToTop > a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../images/_svg/goToTop.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#mgex #sec05 .insideWrapper {
	position: relative;
	z-index: 5;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#mgex #goToTop {
		right: 1.6vw;
		bottom: 2vw;
	}
}
@media screen and (max-width: 800px) {
	#mgex #goToTop {
		right: 4vw;
		bottom: 5vw;
		width: 10vw;
		max-width: inherit;
		height: 10vw;
		max-height: inherit;
	}
}
/* sns */
#mgex .snsBlock {
	position: relative;
	width: 100%;
	height: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0.4em 0;
}
#mgex .snsBlock .snsBtn {
	display: block;
	height: 1em;
	margin: 0 0.2em 0 0;
}
/* animation */
#mgex .init {
	opacity: 0;
}
#mgex .action .delay01 {
	animation: fadeIn 0.5s linear 0.2s forwards;
}
#mgex .action .delay02 {
	animation: fadeIn 0.5s linear 0.4s forwards;
}
#mgex .action .delay03 {
	animation: fadeIn 0.5s linear 0.6s forwards;
}
#mgex .action .delay04 {
	animation: fadeIn 0.5s linear 0.8s forwards;
}
#mgex .action .delay05 {
	animation: fadeIn 0.5s linear 1s forwards;
}
#mgex .action .delay06 {
	animation: fadeIn 0.5s linear 1.2s forwards;
}
#mgex .action .delay07 {
	animation: fadeIn 0.5s linear 1.4s forwards;
}
#mgex .action .delay08 {
	animation: fadeIn 0.5s linear 1.6s forwards;
}
#mgex .action .delay09 {
	animation: fadeIn 0.5s linear 1.8s forwards;
}
#mgex .action .delay10 {
	animation: fadeIn 0.5s linear 2s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#mgex .action .delayMotion01 {
	animation: fadeAndSlideIn 0.5s linear 0.2s forwards;
}
#mgex .action .delayMotion02 {
	animation: fadeAndSlideIn 0.5s linear 0.4s forwards;
}
#mgex .action .delayMotion03 {
	animation: fadeAndSlideIn 0.5s linear 0.6s forwards;
}
#mgex .action .delayMotion04 {
	animation: fadeAndSlideIn 0.5s linear 0.8s forwards;
}
#mgex .action .delayMotion05 {
	animation: fadeAndSlideIn 0.5s linear 1s forwards;
}
#mgex .action .delayMotion06 {
	animation: fadeAndSlideIn 0.5s linear 1.2s forwards;
}
#mgex .action .delayMotion07 {
	animation: fadeAndSlideIn 0.5s linear 1.4s forwards;
}
#mgex .action .delayMotion08 {
	animation: fadeAndSlideIn 0.5s linear 1.6s forwards;
}
#mgex .action .delayMotion09 {
	animation: fadeAndSlideIn 0.5s linear 1.8s forwards;
}
#mgex .action .delayMotion10 {
	animation: fadeAndSlideIn 0.5s linear 2s forwards;
}
@keyframes fadeAndSlideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}