@charset "UTF-8";
/* ============================================
	KV
============================================ */
.kvArea{
	position:relative;
	width: 100%;
	min-width: 1135px;
}
@media only screen and (max-width: 1135px) {
	.kvArea{.challenge .inner .contents .txtarea h3 img
		min-width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.kvArea{
		min-width: 100%;
	}
}
.kvArea__img img{
	width:100%;
	height:auto;
	vertical-align:top;
	max-width:none;
}

/* ============================================
	ナビ
============================================ */
#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 100;
}
.nav{
	position: relative;
	width:100%;
	margin:0px auto 0px auto;
	padding: 50px 0% 0px 0%;
	background-size: contain;
	background-image: linear-gradient(90deg, rgba(4, 28, 75, 1), rgba(3, 20, 52, 1));
}
@media only screen and (max-width: 1135px) {
	.nav{
		padding: 5px 0% 5px 0%;
	}
}
@media only screen and (max-width: 640px) {
	.nav{
		padding: 10px 0% 10px 0%;
	}
}
.nav .list{
	margin:0 auto;
	padding: 0px 0% 0px 0%;
	width: 1135px;
}
@media only screen and (max-width: 1135px) {
	.nav .list{
		width: 95%;
	}
}
@media only screen and (max-width: 640px) {
	.nav .list{
		width: 95%;
	}
}
.nav .list:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.nav .list li{
	float: left;
}
@media only screen and (max-width: 1135px) {
	.nav .list li{
		width: 14.2%;
		margin: 0px;
	}
}
@media only screen and (max-width: 640px) {
	.nav .list li{
		width: 14.2%;
		margin: 0px;
	}
}
.nav .list li a{
	position: relative;
	display:block;
	width: 162px;
	font-style: oblique;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
	line-height:1;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 1135px) {
	.nav .list li a{
		width: 100%;
		line-height:0;
	}
}
@media only screen and (max-width: 640px) {
	.nav .list li a{
		width: 100%;
	}
}
.nav .list li a .year{
	margin: 0px auto 10px auto;
	height: 61px;
	transition:all .2s ease;
}
@media only screen and (max-width: 1135px) {
	.nav .list li a .year{
		margin: 0px auto 5px auto;
		height: 5vw;
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	.nav .list li a .year{
		margin: 0px auto 5px auto;
		height: 4vw;
		display: block;
	}
}
.nav .list li a .ball{
	width: 50%;
	transition:all .2s ease;
}
@media only screen and (max-width: 640px) {
	.nav .list li a .ball{
		width: 30%;
	}
}
.nav .list li a:hover .ball{
	transform: scale(1.2);
}
.anchor, .anchor02{
	position:absolute;
	top: -150px;
}
@media only screen and (max-width: 640px) {
	.anchor{
		position:absolute;
		top: -50px;
	}
	.anchor02{
		position:absolute;
		top: 10px;
	}
}

.m_fixed.nav{
	padding: 10px 0% 10px 0%;
}
@media only screen and (max-width: 640px) {
	.m_fixed.nav{
		padding: 5px 0% 5px 0%;
		/*height: 35px !important;*/
	}
}
.m_fixed.nav .list li a .year{
	margin: 0px auto 5px auto;
	height: 23px;
    display: block;
}
@media only screen and (max-width: 1135px) {
	.m_fixed.nav .list li a .year{
		height: 2vw;
	}
}
@media only screen and (max-width: 640px) {
	.m_fixed.nav .list li a .year{
		margin: 0px auto 2px auto;
		height: 4vw;
	}
}
.m_fixed.nav .list li a .ball{
	width: 20%;
}
@media only screen and (max-width: 640px) {
	.m_fixed.nav .list li a .ball{
		width: 30%;
	}
}
/* ============================================
	PROLOGUE
============================================ */
.prologue {
	display: block;
	width: 100%;
	margin: auto;
	padding: 200px 0px 0px 0px;
	background: url("../images/prologue_bg.png") no-repeat top center;
	background-size: contain;
}
@media only screen and (max-width: 1135px) {
	.prologue {
		margin: 0vw auto 0px auto;
		padding: 18vw 0px 0px 0px;
	}
}
@media only screen and (max-width: 640px) {
	.prologue {
		margin: -2vw auto 0px auto;
		padding: 80px 0px 0px 0px;
	}
}
.prologue .inner {
	max-width: 1135px;
	width: 1135px;
	margin: 0px auto;
}
@media only screen and (max-width: 1135px) {
	.prologue .inner {
		width: 95%;
	}
}
@media only screen and (max-width: 640px) {
	.prologue .inner {
		width: 90%;
	}
}
.prologue .inner .contents {
	position: relative;
	width: 100%;
	margin: 100px auto 2px auto;
}
@media only screen and (max-width: 1135px) {
	.prologue .inner .contents {
		margin: 0px auto 2px auto;
	}
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents {
		margin: 0px auto 2px auto;
	}
}
.prologue .inner .contents .txtarea {
	position: relative;
	width: 57%;
	height: 400px;
	margin: 0px;
	background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1135px) {
	.prologue .inner .contents .txtarea {
		height: 35vw;
		margin: 10vw 0px 0px 0px;
	}
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .txtarea {
		width: 95%;
		height: 70vw;
		margin: 10vw 0px 0px 0px;
	}
}
.prologue .inner .contents .txtarea .box{
	position: absolute;
    top: -9%;
    left: 5%;
	display: inline-block;
    margin: auto;
    z-index: 0;
}
@media only screen and (max-width: 1135px) {
	.prologue .inner .contents .txtarea .box{
	    top: -18%;
	}
}
.prologue .inner .contents .txtarea.mgn01 {
	margin: 0px 0px 0px 43%;
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .txtarea.mgn01 {
		margin: 20vw 0px 0px 5%;
	}
}
.prologue .inner .contents .txtarea.mgn01 .box{
    left: 20%;
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .txtarea.mgn01 .box{
	    left: 5%;
	}
}
.prologue .inner .contents .txtarea h3{
	display: inline-block;
	font-size: 180px;
	line-height: 1;
	margin: 0;
	z-index: 1;
	font-weight: normal;
	background: url("../images/bg_txture.png") no-repeat center center/cover #031841;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
@media only screen and (max-width: 1135px) {
	.prologue .inner .contents .txtarea h3{
		font-size: 16vw;
	}
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .txtarea h3{
		font-size: 20vw;
	}
}
.prologue .inner .contents .txtarea p.title{
	display: inline-block;
	font-size: 24px;
	line-height: 1.7;
	margin: 3% 0px 10px 3%;
	color: #041c4b;
	z-index: 1;
	font-weight: 700;
}
@media only screen and (max-width: 1135px) {
	.prologue .inner .contents .txtarea p.title{
		font-size: 2vw;
		margin: 2% 0px 10px 3%;
	}
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .txtarea p.title{
		font-size: 4vw;
		margin: 2% 0px 10px 3%;
	}
}
.prologue .inner .contents .txtarea p.result{
	display: block;
	font-size: 16px;
	line-height: 1;
	margin: 0px 0px 10px 3%;
	color: #041c4b;
	z-index: 1;
	font-weight: 700;
}
@media only screen and (max-width: 1135px) {
	.prologue .inner .contents .txtarea p.result{
		font-size: 1.5vw;
	}
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .txtarea p.result{
		font-size: 12px;
	}
}
.prologue .inner .contents .txtarea p.place{
	display: block;
	font-size: 16px;
	line-height: 1;
	margin: 0px 0px 10px 3%;
	color: #041c4b;
	z-index: 1;
	font-weight: 700;
}
@media only screen and (max-width: 1135px) {
	.prologue .inner .contents .txtarea p.place{
		font-size: 1.5vw;
	}
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .txtarea p.place{
		font-size: 12px;
	}
}
.prologue .inner .contents .txtarea ul{
	margin: 0px 0px 0px 3%;
	list-style: none;
	display: block;
}
.prologue .inner .contents .txtarea ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.prologue .inner .contents .txtarea ul li{
	margin: 0px;
	display: block;
	width: 35%;
	font-size: 16px;
	line-height: 1.7;
	color: #041c4b;
	z-index: 1;
	font-weight: 700;
	float: left;
}
@media only screen and (max-width: 1135px) {
	.prologue .inner .contents .txtarea ul li{
		width: 40%;
		font-size: 1.5vw;
	}
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .txtarea ul li{
		width: 40%;
		font-size: 12px;
	}
}
@media only screen and (max-width: 400px) {
	.prologue .inner .contents .txtarea ul li{
		width: 45%;
	}
}

.prologue .inner .contents .imgarea {
	position: absolute;
	top: -40px;
	right: 0;
	width: 50%;
	margin: 0px;
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .imgarea {
		position: relative;
		top: -10vw;
		width: 80%;
		margin: 0px 0px 0px 20%;
	}
}
@media only screen and (max-width: 400px) {
	.prologue .inner .contents .imgarea {
		top: -5vw;
	}
}
.prologue .inner .contents .imgarea02 {
	position: absolute;
	top: -40px;
	left: 0;
	width: 50%;
	margin: 0px;
}
@media only screen and (max-width: 640px) {
	.prologue .inner .contents .imgarea02 { 
		position: relative;
		top: -8vw;
		width: 80%;
	}
}
@media only screen and (max-width: 400px) {
	.prologue .inner .contents .imgarea02 {
		top: 0vw;
	}
}
.prologue .inner .contents .imgarea a img, .prologue .inner .contents .imgarea02 a img{
	transition:all .2s ease;
}
.prologue .inner .contents .imgarea a:hover img, .prologue .inner .contents .imgarea02 a:hover img{
	transform: scale(1.05);
}

.prologue .inner .contents .imgarea img, .prologue .inner .contents .imgarea02 img{
	width: 100%;
}

/* ============================================
	PHOTO
============================================ */
.photo {
	width: 100%;
	padding: 80px 10% 50px 10%;
    margin: 0px 0px 120px 0px;
	background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1135px) {
	.photo {
		padding: 5% 5% 5% 5%;
	}
}
@media only screen and (max-width: 640px) {
	.photo {
		padding: 5% 5% 5% 5%;
	    margin: -3vw 0px 5vw 0px;
	}
}
.photo p{
	display: block;
	font-size: 18px;
	line-height: 1.7;
	margin: 0px 0px 20px 0px;
	color: #041c4b;
	font-weight: 700;
}
@media only screen and (max-width: 640px) {
	.photo p{
		font-size: 14px;
		line-height: 1.8;
		margin: 0px 0px 15px 0px;
	}
}
.photo p.coution{
	font-size: 12px;
    line-height: 1.6;
    margin: -15px 0px 20px 0px;
}
@media only screen and (max-width: 1135px) {
	.photo p.coution{
		font-size: 6px;
		margin: -5px 0px 15px 0px;
	}
}
@media only screen and (max-width: 640px) {
	.photo p.coution{
		font-size: 10px;
		margin: -5px 0px 15px 0px;
	}
}

.photo__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 40px auto 0px auto;
}
.photo__list li {
	width: 23.5%;
  margin: 0px 2% 2% 0px;
}
@media only screen and (max-width: 640px) {
	.photo__list li {
		width: 49%;
	}
}
.photo__list li:nth-child(4n) {
  margin: 0px 0px 2% 0px;
}
@media only screen and (max-width: 640px) {
	.photo__list li:nth-child(2n) {
	  margin: 0px 0px 2% 0px;
	}
}
.photo__list li a {
  width: 100%;
  text-align: center;
  margin: 0px;
  display: block;
}
.photo__list li a img {
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.photo__list li a img:hover {
  transform: scale(1.05);
}

.mfp-zoom, .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close, button.mfp-close, button.mfp-arrow, .mfp-close {
  cursor: pointer !important;
}

/* ============================================
	CHALLENGE
============================================ */
.challenge {
	display: block;
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
}
.challenge .inner {
	width: 100%;
	margin: 0px auto;
	min-width: 1600px;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner {
		min-width: 100%;
	}
}
.challenge .inner .contents {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto 270px auto;
	padding: 0px 0px 0px 0px;
	/*overflow: hidden;*/
	z-index: 2;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner .contents {
		margin: 0px auto 17vw auto;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents {
		margin: 0px auto 25vw auto;
	}
}
.challenge .inner .contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	margin: 10% -10% 0;
	background: url("../images/challenge_bg_left.png") no-repeat 7% top #041a47;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
	z-index: -1;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner .contents:before {
		width: 130%;
		margin: 10% -15% 0;
	}
}
.challenge .inner .contents .contents_inner {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 100px auto 0px auto;
	box-sizing: boder-box;
	height: 100%;
	padding: 0px;
	width: 1600px;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner .contents .contents_inner {
		width: 100%;
		max-width: 100%;
		margin: 9vw auto 0px auto;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .contents_inner {
		margin: 15vw auto 0px auto;
	}
}
.challenge .inner .contents .txtarea {
	position: relative;
	width: 45%;
	height: 550px;
	margin: 0px;
	z-index: 1;
	text-align: right;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner .contents .txtarea {
		height: 37vw;
	}
}
@media only screen and (max-width: 1200px) {
	.challenge .inner .contents .txtarea {
		width: 50%;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea {
		width: 100%;
		height: auto;
	}
}
.challenge .inner .contents .txtarea.mgn01 {
	margin: 0px 0px 0px 55%;
	text-align: left;
}
@media only screen and (max-width: 1200px) {
	.challenge .inner .contents .txtarea.mgn01 {
		margin: 0px 0px 0px 50%;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea.mgn01 {
		margin: 0px 0px 0px 0%;
		text-align: right;
	}
}
.challenge .inner .contents .txtarea .box{
	position: absolute;
    top: -10%;
    left: 0%;
	display: inline-block;
    margin: auto;
    z-index: 0;
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea .box{
		position: relative;
	    margin: -50px 0px 0px 0px;
	}
}
.challenge .inner .contents .txtarea h3{
	display: inline-block;
	line-height: 1;
	margin: 0;
	z-index: 1;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 2px 2px 10px #333333;
}
.challenge .inner .contents .txtarea h3.france{
	font-size: 200px;
}
.challenge .inner .contents .txtarea h3.japan{
	font-size: 145px;
}
.challenge .inner .contents .txtarea h3.germany{
	font-size: 200px;
}
.challenge .inner .contents .txtarea h3.africa{
	font-size: 140px;
}
.challenge .inner .contents .txtarea h3.brazil{
	font-size: 200px;
}
.challenge .inner .contents .txtarea h3.russia{
	font-size: 200px;
}
.challenge .inner .contents .txtarea h3.qatar{
	font-size: 200px;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner .contents .txtarea h3.france, .challenge .inner .contents .txtarea h3.germany, .challenge .inner .contents .txtarea h3.brazil, .challenge .inner .contents .txtarea h3.russia, .challenge .inner .contents .txtarea h3.qatar{
		font-size: 12vw;
	}
	.challenge .inner .contents .txtarea h3.japan, .challenge .inner .contents .txtarea h3.africa{
		font-size: 8.5vw;
		text-align: left;
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea h3.france, .challenge .inner .contents .txtarea h3.germany, .challenge .inner .contents .txtarea h3.brazil, .challenge .inner .contents .txtarea h3.russia, .challenge .inner .contents .txtarea h3.qatar{
		font-size: 20vw;
	}
	.challenge .inner .contents .txtarea h3.japan, .challenge .inner .contents .txtarea h3.africa{
		font-size: 16vw;
		text-align: left;
		display: block;
	}
}
.challenge .inner .contents .txtarea h3 img{
	height: 215px;
	display: inline-block;
	margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner .contents .txtarea h3 img{
		display: block;
		height: 13vw;
		margin: 0px 0px 0.7vw 0px;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea h3 img{
		height: 16vw;
		margin: 0px 0px 0px 0px;
		display: block;
	}
}
.challenge .inner .contents .txtarea img.pic{
	width: 80%;
	margin: -70px auto 0px auto;
	position: relative;
	z-index: -1;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner .contents .txtarea img.pic{
		margin: -5vw auto 0px auto;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea img.pic{
		margin: -6vw auto 0px auto;
	}
}
.challenge .inner .contents .txtarea p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.8; 
	margin: 1% 12% 0px 0%;
	color: #ffffff;
	z-index: 1;
	font-weight: 400;
	text-shadow: 2px 2px 10px #333333;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner .contents .txtarea p{
		font-size: 1vw;
		line-height: 1.6; 
	}
}
@media only screen and (max-width: 1200px) {
	.challenge .inner .contents .txtarea p{
		font-size: 1.25vw;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea p{
		margin: 3% 2% 0px 0%;
		font-size: 2.9vw;
	}
}
.challenge .inner .contents .txtarea.mgn01 p{
	margin: 1% 0% 0px 15%;
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea.mgn01 p{
		margin: 3% 0% 0px 2%;
		text-align: left;
		display: block;
	}
}

.challenge .inner .contents .txtarea a{
	display: inline-block;
	width: 480px;
	margin: 5% 0px 0px 0%;
	color: #dc0821;
	text-decoration: none;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	box-shadow: 7px 7px 0px 0px rgba(220,8,33,1);
	transition:all .2s ease;
}
@media only screen and (max-width: 1600px) {
	.challenge .inner .contents .txtarea a{
		width: 30vw;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea a{
		width: 60vw;
		margin: 5% auto 0px auto;
	}
}
.challenge .inner .contents .txtarea a span{
	width: 100%;
	font-size: 48px;
	line-height: 1;	
	padding: 25px 0px 25px 0px;
	display: block;
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea a span{
		font-size: 8vw;
		padding: 5vw 0px 5vw 0px;
	}
}
.challenge .inner .contents .txtarea a span::before,
.challenge .inner .contents .txtarea a span::after {
	content: "";
	width: 24px;
	height: 5px;
	display: inline-block;
	border-radius: 10px;
	background: #dc0821;
	position: absolute;
	right: 5%;
	transition: all .2s ease;
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea a span::before,
	.challenge .inner .contents .txtarea a span::after {
		width: 12px;
		height: 2.5px;
	}
}
.challenge .inner .contents .txtarea a span::before {
	top: calc(50% - 10px);
	transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea a span::before {
		top: calc(50% - 5px);
	}
}
.challenge .inner .contents .txtarea a span::after {
	bottom: calc(50% - 10px);
	transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .txtarea a span::after {
		bottom: calc(50% - 5px);
	}
}
.challenge .inner .contents .txtarea a:hover{
	color: #ffffff;
	background-color: #dc0821;
	box-shadow: 7px 7px 0px 0px rgba(255,255,255,1);
}
.challenge .inner .contents .txtarea a:hover span::before,
.challenge .inner .contents .txtarea a:hover span::after {
	background: #ffffff;
	right: 3%;
}
.challenge .inner .contents .txtarea a.coming{
	color: #ffffff;
	background-color: #cccccc;
	box-shadow: 7px 7px 0px 0px rgba(153,153,153,1);
	pointer-events: none;
}
.challenge .inner .contents .txtarea a.coming span::before,
.challenge .inner .contents .txtarea a.coming span::after {
	background: #ffffff;
}
.challenge .inner .contents .imgarea {
	position: absolute;
	top: -15px;
	right: 0;
	width: 60%;
	max-width: 960px;
	margin: 0px;
	box-shadow: 0px 0px 20px 0px rgba(10,10,10,0.8);
	background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
	.challenge .inner .contents .imgarea {
		width: 55%;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .imgarea {
		display: none;
	}
}
.challenge .inner .contents .imgarea02 {
	position: absolute;
	top: -40px;
	left: 0;
	width: 60%;
	max-width: 960px;
	margin: 0px;
	box-shadow: 0px 0px 20px 0px rgba(10,10,10,0.8);
	background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
	.challenge .inner .contents .imgarea02 {
		width: 55%;
	}
}
@media only screen and (max-width: 640px) {
	.challenge .inner .contents .imgarea02 {
		display: none;
	}
}
.challenge .inner .contents .imgarea img, .challenge .inner .contents .imgarea02 img{
	width: 100%;
}

/* ============================================
	NEXT
============================================ */
.next {
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
	min-width: 1135px;
}
@media only screen and (max-width: 1135px) {
	.next {
		width: 95%;
		min-width: 95%;
		padding: 10vw 0px 0px 0px;
	}
}
@media only screen and (max-width: 640px) {
	.next {
		width: 90%;
		min-width: 90%;
		padding: 0vw 0px 0px 0px;
	}
}
.next .inner {
	max-width: 1135px;
	width: 100%;
	margin: 0px auto;
}
.next .inner .contents {
	position: relative;
	width: 100%;
	margin: 0px auto 0px auto;
}
@media only screen and (max-width: 640px) {
	.next .inner .contents {
		margin: 0px auto 60vw auto;
	}
}
.next .inner .contents .txtarea {
	position: relative;
	width: 57%;
	height: 500px;
	margin: 0px;
	background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1135px) {
	.next .inner .contents .txtarea {
		height: 44vw;
	}
}
@media only screen and (max-width: 640px) {
	.next .inner .contents .txtarea {
		width: 90%;
		height: 75vw;
	}
}
.next .inner .contents .txtarea .box{
	position: absolute;
    top: -5%;
    left: 5%;
	display: inline-block;
    margin: auto;
    z-index: 1;
}
@media only screen and (max-width: 640px) {
	.next .inner .contents .txtarea .box{
	    top: -3%;
	}
}
.next .inner .contents .txtarea h3{
	display: inline-block;
	font-size: 180px;
	line-height: 1;
	margin: 0;
	z-index: 1;
	font-weight: normal;
	background: url("../images/bg_txture.png") no-repeat center center/cover #031841;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
@media only screen and (max-width: 1135px) {
	.next .inner .contents .txtarea h3{
		font-size: 16vw;
	}
}
@media only screen and (max-width: 640px) {
	.next .inner .contents .txtarea h3{
		font-size: 22vw;
	}
}
.next .inner .contents .txtarea h3 span{
	display: block;
}
.next .inner .contents .txtarea p{
	display: inline-block;
	font-size: 24px;
	line-height: 1.7;
	margin: 3% 0px 0px 3%;
	color: #041c4b;
	z-index: 1;
	font-weight: 700;
}
@media only screen and (max-width: 1135px) {
	.next .inner .contents .txtarea p{
		font-size: 1.9vw;
		margin: 3% 0px 0px 0%;
	}
}
@media only screen and (max-width: 640px) {
	.next .inner .contents .txtarea p{
		font-size: 3.5vw;
		margin: 3% 0px 0px 0%;
	}
}
.next .inner .contents .imgarea {
	position: absolute;
	top: -40px;
	right: 0;
	width: 50%;
	margin: 0px;
}
@media only screen and (max-width: 1135px) {
	.next .inner .contents .imgarea {
		top: -4vw;
	}
}
@media only screen and (max-width: 640px) {
	.next .inner .contents .imgarea {
		top: 65vw;
		width: 80%;
		margin: 0px 0px 0px 20%;
		z-index: 0;
	}
}
.next .inner .contents .imgarea img{
	width: 100%;
}
.next .inner .contents .imgarea a{
	display: inline-block;
    width: 480px;
    margin: 5% 0px 0px 0%;
    color: #dc0821;
    text-decoration: none;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    box-shadow: 7px 7px 0px 0px rgb(220 8 33);
    transition: all .2s ease;	
}

@media only screen and (max-width: 1600px) {
	.next .inner .contents .imgarea a{
		width: 30vw;
	}
}
@media only screen and (max-width: 640px) {
	.next .inner .contents .imgarea a{
		width: 60vw;
		margin: 5% auto 0px auto;
	}
}
.next .inner .contents .imgarea a img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 220px;
	margin: auto;
	opacity: 0;
	transition:all .2s ease;
}
@media only screen and (max-width: 640px) {
	.next .inner .contents .imgarea a img{
		width: 28vw;
	}
}
.next .inner .contents .imgarea a:hover img{
	opacity: 1;
}
.next .inner .contents .imgarea a span{
	width: 100%;
	font-size: 48px;
	line-height: 1;	
	padding: 25px 0px 25px 0px;
	display: block;
}
@media only screen and (max-width: 640px) {
	.next .inner .contents .imgarea a span{
		font-size: 8vw;
	}
}
.next .inner .contents .imgarea a span::before,
.next .inner .contents .imgarea a span::after {
	content: "";
	width: 24px;
	height: 5px;
	display: inline-block;
	border-radius: 10px;
	background: #dc0821;
	position: absolute;
	right: 5%;
	transition: all .2s ease;
}

.next .inner .contents .imgarea a span::before {
	top: calc(50% - 10px);
	transform: rotate(45deg);
}

.next .inner .contents .imgarea a span::after {
	bottom: calc(50% - 10px);
	transform: rotate(-45deg);
}

.next .inner .contents .imgarea a:hover{
	/*color: #ffffff;*/
	background-color: #dc0821;
	box-shadow: 7px 7px 0px 0px rgba(255,255,255,1);
}
.next .inner .contents .imgarea a:hover span::before,
.next .inner .contents .imgarea a:hover span::after {
	background: #ffffff;
	right: 3%;
}

@media only screen and (max-width: 988px) {

}
