
/* Content */
#main-top {
	width:100%;
	height:70vh;
	position:relative;
	padding:0 50px;
	box-sizing:border-box;
}
#main-top .image{
	position:absolute;
	top:0;
	right: 5%;
	width: 90%;
	height:100%;
	background:url(../img/top.jpg?20240825) no-repeat center;
	background-size:cover;
}
#main-top .main-text{
	background: #000;
	padding: 30px;
	position:absolute;
	/* left: calc(20% - 50px); */
    left: calc(25% - 50px);
	left: -webkit-calc(25% - 50px);
	top: 30%;
	transform:translate(-50%,-50%);
	z-index:5;
	text-align:center;
}
#main-top .main-text h2{
	font-family: 'Abel', sans-serif;
	font-size:2.1em;
	letter-spacing:0.4em;
	margin-left: 0.0em;color: #fff;
}
#main-top .main-text h3{
	color:#777;
	font-weight:normal;
}

#contents{
	width:100%;
}
#cnt-copy1{
	width:100%;
	background: linear-gradient(to top,#c6c6ce 90%, rgba(247, 246, 244, 1) 10%);
	position:relative;
	padding-bottom:100px;
}
#cnt-copy1 .text-box{
	max-width:1280px;
	margin:100px auto 0;
	box-sizing:border-box;
	background:#fff;
	padding:100px 260px;
	text-align:center;
}
#cnt-copy1 .text-box h2{
	font-size:2.2em;
	color:#333;
	opacity:0.9;
	font-weight:700;
	line-height: 1.3em;
	letter-spacing:.2em;
	font-family: 'Abel', sans-serif;
}
#cnt-copy1 .text-box p{
	margin-top:50px;
}
#cnt-copy1 .text-box .text-box-in dl{
	margin-top:50px;
	display: table;
	width:100%;
	text-align:left;
	font-size:1.1em;
}
#cnt-copy1 .text-box .text-box-in dl dt{
	margin-top:20px;
	padding:20px;
	/* width:200px; */
	/* float:left; */
	clear: both;
	box-sizing: border-box;
	position:relative;
	font-weight:700;
}
#cnt-copy1 .text-box .text-box-in dl dt.dt-icn-box{
	text-align: center;
    float: none;
    margin: 20px auto 0;
    padding-top: 40px;
}
#cnt-copy1 .text-box .text-box-in dl dt:after{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	left:0;
	bottom:0;
	background:#333;
}
#cnt-copy1 .text-box .text-box-in dl dd{
	margin-top:20px;
	padding:20px;
	/* float:left; */
	/* width: calc(100% - 200px); */
	position:relative;
	box-sizing: border-box;
}
#cnt-copy1 .text-box .text-box-in dl dd:after{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	left:0;
	bottom:0;
	background:#ccc;
}
#cnt-copy1 .text-box h2{
	font-family: 'Abel', sans-serif;
    color: #333;
	text-align:center;
    opacity: 0.9;
	font-weight: 700;
    line-height: 1.3em;
    box-sizing: border-box;
	font-size:2em;
	letter-spacing:0.2em;
}
#cnt-copy1 .text-box h3{
	font-size:0.8em;
	letter-spacing:0.3em;
	font-weight:normal;
	text-align:center;
	color:#777;
}
#cnt-copy1 .icon-facebook:before {
  content: "\ea90";
}
#cnt-copy1 .icon-instagram:before {
  content: "\ea92";
}
#cnt-copy1 .instagram,
#cnt-copy1 .facebook{
	width:16px;
	padding: 5px;
	color: #7f7f7f;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
#cnt-copy1 .instagram:hover,
#cnt-copy1 .facebook:hover{
	color:#222;
}
.link-style {
	margin:0 auto;
}
.link-style a{
	position:relative;
	transition: all ease 0.4s;
	width:320px;
	display:block;
	margin:50px auto 0;
	text-align:center;
	padding:30px;
	box-sizing:border-box;
	border:1px solid #aaa;
	border-bottom:none;
	overflow:hidden;
}
.link-style a span{
	transition: all ease 0.4s;
	margin-left:-40px;
}
.link-style a svg.icn_link-arrow{
	display:inline-block;
	width:20px;
	opacity:0;
	margin-right:20px;
	fill:#90596a;
	transition: all ease 0.4s;
}
.link-style a svg.icn_new_window{
	display:inline-block;
	width:10px;
	margin-left:10px;
	fill:#333;
	transition: all ease 0.4s;
}
.link-style a:before{
	content:"";
	position:absolute;
	height:1px;
	width:100%;
	bottom:0;
	left:0;
	background:#90596a;
	transition: width .4s cubic-bezier(.25,.1,.25,1);
}
.link-style a:after{
	content:"";
	position:absolute;
	height:1px;
	width:100%;
	bottom:0;
	left:0;
	background:#aaa;
	transition: width .4s cubic-bezier(.25,.1,.25,1);
}

.link-style a:hover svg.icn_link-arrow {
	opacity:1;
}
.link-style a:hover svg.icn_new_window{
	fill:#90596a;
}
.link-style a:hover span{
	margin-left:0px;
	color:#90596a;
}
.link-style a:hover:after{
	left:100%;
	width:100px;
	transition:all .4s cubic-bezier(.25,.1,.25,1);
}

@media screen and (max-width: 1580px) , (max-device-width : 1580px) {
	#cnt-copy1 .text-box{
		width: calc(100% - 200px);
		width: -webkit-calc(100% - 200px);
	}
}
@media screen and (max-width: 1380px) , (max-device-width : 1380px) {
	#cnt-copy1 .text-box{
	    width: calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		padding: 100px 160px;
	}
	.link-style a{
		width:100%;
		max-width: 250px;
	}
}
@media screen and (max-width: 1280px) , (max-device-width : 1280px) {
	#main-top .image{
		/* width: 70%; */
	}
	#main-top .main-text{
		left: calc(30% - 50px);
		left: -webkit-calc(30% - 50px);
	}
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#main-top .image{
		/* width: 80%; */
	}
	#main-top .main-text{
		left: 0;
		transform:translate(0%,-50%);
	}
	#cnt-copy1 .text-box{
		padding:100px 120px;
	}
}
@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#cnt-copy1 .text-box p br{
		display:none;
	}
	#cnt-copy1 .text-box{
		padding:100px 120px;
	}
	#cnt-copy1 .text-box .text-box-in dl dt,
	#cnt-copy1 .text-box .text-box-in dl dd{
		float:none;
		width:100%;
		margin-top:0;
	}
	#cnt-copy1 .text-box .text-box-in dl dt:before{
		content:"";
		position:absolute;
		width:100%;
		height:1px;
		left:0;
		top:0;
		background:#333;
	}
	#cnt-copy1 .text-box .text-box-in dl dt:after,
	#cnt-copy1 .text-box .text-box-in dl dd:after{
		height:0;
	}
	#cnt-copy1 .text-box .text-box-in dl dd:before{
		content:"";
		position:absolute;
		width:100%;
		height:1px;
		left:0;
		top:0;
		background:#ccc;
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#main-top .image{
		width:calc(100% - 100px);
		width:-webkit-calc(100% - 100px);
	}
	#main-top .main-text{
		padding: 70px;
	}
	#cnt-copy1 .text-box{
		padding:80px;
	}
	#cnt-copy1 .text-box h2{
		font-size:2em;
	}
}
@media screen and (max-width: 700px) , (max-device-width : 700px) {
	#main-top .main-text{
		padding: 50px;
	}
	#cnt-copy1 .text-box{
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
	}
	#cnt-copy1 .text-box h2{
		font-size:1.7em;
	}
	#cnt-copy1 .text-box p{
		margin-top:30px;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px) {
	#main-top{
		height:100%;
		padding:0 10px;
	}
	#main-top .image{
		width: 100%;
    	right: 0;
		height:370px;
		position: relative;
	}
	#main-top .main-text{
		top: 0;
		transform: translate(0%);
		position: relative;
		padding: 40px;
    	/* background: #eaeaea; */
	}
	#main-top .main-text h2{
		font-size: 1.7em;
	}
	#main-top .main-text h3{
		font-size:0.8em;
	}
	#cnt-copy1{
		margin: 40px auto 0;
		padding-bottom:40px;
	}
	#cnt-copy1 .text-box{
		padding: 40px 20px;
		margin: 40px auto 0;
		width: calc(100% - 40px);
    	width: -webkit-calc(100% - 40px);
	}
	#cnt-copy1 .text-box .text-box-in dl{
		font-size:1em;
	}
	#cnt-copy1 .text-box .text-box-in dl dt.dt-icn-box{
		padding-top: 20px;
		margin:0 auto;
	}
	.link-style a{
		margin:30px auto 0;
	}
	#cnt-copy1 .text-box h2{
		font-size:1.4em;
	}
	p.link a{
		letter-spacing:0;
	}
	
}
@media screen and (max-width: 400px) , (max-device-width : 400px) {
	.link-style a{
		font-size:.8em;
		padding:20px;
	}
}