@charset "utf-8";

#ContentsWrap  {
	padding-bottom:0;
}

@media screen and (min-width: 561px)  {
	#ContentsWrap {
		margin:0 auto;
		max-width:1600px;
		position:relative;
		left:50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	@media screen and (min-width: 1601px)  {
		#ContentsWrap {
			left:auto;
			-webkit-transform: translateX(0%);
			-ms-transform: translateX(0%);
			transform: translateX(0%);
		}
	}
}


.twDefault {
	position:relative;
	opacity:0;
	left:50px;
	transition:1s;
}
.twDefault.twEnd {
	position:relative;
	opacity:1;
	left:0;
	transition:1s;
}

/* // AboutWrap
----------------------------------------------- */
#AboutWrap  {
	width:100%;
}
#AboutWrap .issue  {
	position:relative;
}
#AboutWrap .issue.fix{	min-height: 700px;}

#AboutWrap .issue.right .text  {
	padding-left:570px;
}
#AboutWrap .issue.left .text  {
	padding-right:380px;
	padding-left: 100px;
	position: relative;
}
#AboutWrap .issue.fix .text  {
	padding-left:450px;
	position: relative;
}
#AboutWrap .issue.fix .text .inner.last {
	position: absolute;
	right: 0;
	top: 285px;
	padding: 50px 40px 50px 85px;
	/*border:1px solid #000;*/
	width: 640px;
}

#AboutWrap .issue .image  {
	position:absolute;
	top:0;
}
#AboutWrap .issue.right .image  {
	max-width: 700px;
}
#AboutWrap .issue.left .image  {
	max-width: 525px;
}
#AboutWrap .issue.left .image  {
	right:0;
}
#AboutWrap .issue.right .image  {
	left:0;
}
#AboutWrap .issue .image .inner  {
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
#AboutWrap .issue.right .image .inner  {
	height: 411px;
}
#AboutWrap .issue.left .image .inner  {
	height: 460px;
}


#AboutWrap .issue .text .title{
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 24px;
	font-weight: 100;
}

#AboutWrap .issue.fix .text .inner.last .title {
	font-size: 40px;
}
#AboutWrap .issue .why{
	position: absolute;
	left: 0;
	top: -120px;
}


#AboutWrap .frame span {
	position:absolute;
	display:block;
	background-color:#333;
}
#AboutWrap .frame span.top {
	top:0;
	left:0;
	height:1px;
	width:100%;
	transition: 0.25s;
	transition-delay: 0s;
}
#AboutWrap .frame span.right {
	top:0;
	right:0;
	height:100%;
	width:1px;
	transition: 0.15s;
	transition-delay: 0.25s;
}
#AboutWrap .frame span.bottom {
	bottom:0;
	right:0;
	height:1px;
	width:100%;
	transition: 0.25s;
	transition-delay: 0.4s;
}
#AboutWrap .frame span.left {
	bottom:0;
	left:0;
	height:100%;
	width:1px;
	transition: 0.15s;
	transition-delay: 0.65s;
}
#AboutWrap .inner.last.default .frame span.top,
#AboutWrap .inner.last.default .frame span.bottom {
	width:0%;
}
#AboutWrap .inner.last.default .frame span.left,
#AboutWrap .inner.last.default .frame span.right {
	height:0%;
}
#AboutWrap .frame:after {
	content:' ';
	display:block;
	position:absolute;
	top:440px;
	right:370px;
	width:630px;
	height:9px;
	background-color:#000;
	transition: 0.3s ease-out;
}
#About.default .frame:after {
	width:0;
}
#AboutWrap .frame:after {
	transition-delay: 0.9s;
}


#AboutWrap .why img {
	transition-delay: 0.25s;
	position:relative;
	top:0;
	filter: blur(0);
	transition: 0.8s ease-out;
	opacity:1;
}
#AboutWrap .issue.default .why img {
	position:relative;
	top:-20px;
	filter: blur(15px);
	opacity:0;
}


.thanks{
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
}
.thanks p:not(.contact){
	font-size: 18px;
	line-height: 2.2;
	color: #fff;
	text-align: center;
}
.thanks p{
	color: #fff;
	text-align: center;
}
.thanks p.contact{
	margin: 30px auto 0 auto;
	padding-top: 30px;
	border-top: 1px solid rgba(255,255,255,.3);
}