
/* Content */
#main-top {
	width:100%;
	height: 50vh;
	position:relative;
	padding: 0 20px;
	box-sizing:border-box;
	margin-bottom: 40px;
}
#main-top .image{
	position:
	absolute;
	top:0;
	right: 0;
	left: 0;
	width: 100%;
	height:100%;
	/* margin: 0 5%; */
	background: url(../img/item_top.jpg) no-repeat center;
	background-size:
	cover;
	margin-bottom: 20px;
}
#main-top .main-text{
	background: #02010a;
	padding:70px;
	position:absolute;
	left: calc(20% - 50px);
	left: -webkit-calc(20% - 50px);
	top:50%;
	transform:translate(-50%,-50%);
	z-index:5;
	text-align:center;
}
#main-top .main-text h2{
	/* font-family: 'Abel', sans-serif; */
	font-size: 1.5rem;
	letter-spacing:0.4em;
	margin-left:0.4em;
	line-height: 2.5;
	color: #fff;
}
#main-top .main-text h3{
	color: #fff;
	font-weight:
	normal;
	/* font-family: "Century Gothic",'Abel', sans-serif; */
}

#contents{
	width:100%;
}
#cnt-copy1{
	width:100%;
	background: linear-gradient(to top,#dee2e2 50%, rgba(247, 246, 244, 1) 50%);
	position:relative;
}
#cnt-copy1 .text-box{
	max-width:1280px;
	margin:100px auto 0;
	box-sizing:border-box;
	background:#fff;
	padding:100px 120px;
	color: #000;
}
#cnt-copy1 .text-box h2{
	font-size:2.2em;
	color:#333;
	opacity:0.9;
	font-weight:normal;
	line-height: 1.3em;
}
#cnt-copy1 .text-box p{
	margin-top:50px;
}
#cnt-item-box{
	background: #eee;
	display: grid;
	padding:50px 0 100px;
}
#cnt-item-box .cnt-item{
	max-width:1280px;
	width:100%;
	height:500px;
	margin:50px auto 0;
	padding:50px;
	box-sizing:border-box;
	background:#fff;
	display:flex;
	position:relative;
}



#cnt-item-box .cnt-item .text-box{
	width: 50%;
	order: 2;
	box-sizing:border-box;
	padding: 10px;
}
#cnt-item-box .cnt-item .text-box .text-box-in{
	top:50%;
	transform:translate(0,-50%);
	position:relative;
	
}
#cnt-item-box .cnt-item .text-box h2{
	/* font-family: 'Abel', sans-serif; */
	/* font-family: "Century Gothic",'Abel', sans-serif; */
	color: #333;
	opacity: 0.9;
	font-weight: 500;
	line-height: 1.3em;
	box-sizing: border-box;
	font-size:2em;
	letter-spacing: 0.1em;
}
#cnt-item-box .cnt-item .text-box h3{
	font-size:0.8em;
	letter-spacing:0.3em;
	font-weight:
	normal;
	line-height: 2.5;color:#777;
	/* font-family: "Century Gothic",'Abel', sans-serif; */
}
#cnt-item-box .cnt-item .text-box p{
	margin-top:30px;
	color: #000;
}


#cnt-item-box .cnt-item:nth-child(odd){ flex-direction: row; }   
#cnt-item-box .cnt-item:nth-child(even) { flex-direction: row-reverse; }

#cnt-item-box .cnt-item:nth-child(even) { flex-direction: row-reverse; }

#cnt-item-box .cnt-item .image-box:nth-child(odd){
	width:55%;
	padding-right:70px;
	padding-left:70px;
	box-sizing:border-box;
/* 	order: 1; */
}

#cnt-item-box .cnt-item .image-box:nth-child(even){
	/* width: 50%; */
	padding-left: 0;
	padding-right: 0;
	padding: 0 10px;
}



p.link a{
	position:relative;
    letter-spacing: .2em;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    font-size:1em;
    -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;
	overflow:hidden;
}
p.link a:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:1px;
	background: #050126;
	width:100%;
	display:block;
	transition: width .4s cubic-bezier(.25,.1,.25,1);
}
p.link a svg.icn_new_window{
	display:inline-block;
	width:10px;
	height:10px;
	margin-left:10px;
	fill:#333;
	transition: all ease 0.4s;
}
p.link a:hover{
	color:#777;
}
p.link a:hover:after{
	width:0;
	left:100%;
	transition:all .4s cubic-bezier(.25,.1,.25,1);
}
#cnt-item-box .cnt-item .image-box{
	/* width:55%; */
	/* padding-right:70px; */
	/* box-sizing:border-box; */
	padding: 0 30px;
	order: 1;
}





#cnt-item-box .cnt-item .bridal .image{
	width:100%;
	height:100%;
	background: url(../item01/img/item01_img_top.jpg) no-repeat top;
	background-size:cover;
}
#cnt-item-box .cnt-item .item01 .image{
	width:100%;
	height:100%;
	background: url(../img/item01_index.jpg) no-repeat top;
	background-size:cover;
}
#cnt-item-box .cnt-item .item02 .image{
	width:100%;
	height:100%;
	background: url(../img/item02_index.jpg) no-repeat top;
	background-size:cover;
}
#cnt-item-box .cnt-item .item03 .image{
	width:100%;
	height:100%;
	background: url(../img/item03_index.jpg) no-repeat top;
	background-size:cover;
}
#cnt-item-box .cnt-item .item04 .image{
	width:100%;
	height:100%;
	background: url(../img/item04_index.jpg) no-repeat top;
	background-size:cover;
}
#cnt-item-box .cnt-item .item05 .image{
	width:100%;
	height:100%;
	background: url(../img/item05_index.jpg) no-repeat top;
	background-size:cover;
}
#cnt-item-box .cnt-item .item06 .image{
	width:100%;
	height:100%;
	background: url(../img/item06_index.jpg) no-repeat top;
	background-size:cover;
}

@media screen and (max-width: 1580px) , (max-device-width : 1580px) {
	#cnt-copy1 .text-box,
	#cnt-item-box .cnt-item{
		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);
	}
}
@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: 90%; */
	}
	#main-top .main-text{
		left: 0;
		transform:translate(0%,-50%);
	}
}
@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#cnt-copy1 .text-box p br{
		display:none;
	}
}
@media screen and (max-width: 920px) , (max-device-width : 920px) {
	#cnt-item-box .cnt-item{
		display:block;
		height:auto;
	}
	#cnt-item-box .cnt-item .text-box{
		width:100%;
	}
	#cnt-item-box .cnt-item .text-box .text-box-in{
		top:0;
		padding: 0 20px;
		transform: translate(0,0);
	}
	#cnt-item-box .cnt-item .image-box{
		width:100%;
		height:400px;
		padding:0;
		margin-top:30px;
	}
}
@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;
	}
	#cnt-item-box .cnt-item .image-box{
		height:350px;
	}
}
@media screen and (max-width: 700px) , (max-device-width : 700px) {
	#main-top .main-text{
		padding: 50px;
	}
	#cnt-copy1 .text-box,
	#cnt-item-box .cnt-item{
		width: calc(100% - 200px);
		width: -webkit-calc(100% - 200px);
	}
	#cnt-copy1 .text-box h2{
		font-size:1.7em;
	}
	#cnt-copy1 .text-box p{
		margin-top:30px;
	}
	#cnt-item-box .cnt-item .image-box{
		height:300px;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px) {
	#main-top{
		height:100%;
		padding: 0 0;
	}
	#main-top .image{
		width: 100%;
		right: 0;
		height:370px;
		position: relative;
		left: 0;
	}
	#main-top .main-text{
		top: 0;
		transform: translate(0%);
		position: relative;
		padding: 40px;
		/* background: #eaeaea; */
	}
	#main-top .main-text h2{
		font-size: 1.2em;
	}
	#main-top .main-text h3{
		font-size: 1.5em;
	}
	#cnt-copy1{
		margin: 40px auto 0;
	}
	#cnt-item-box{
		padding: 10px 0 40px;
		width:100%;
		box-sizing:border-box;
	}
	#cnt-copy1 .text-box,
	#cnt-item-box .cnt-item{
		padding: 40px 20px;
		box-sizing:border-box;
		margin: 40px auto 0;
		width: calc(100% - 40px);
    	width: -webkit-calc(100% - 40px);
	}
	#cnt-item-box .cnt-item{
		margin: 30px auto 0;
	}
	#cnt-copy1 .text-box h2{
		font-size:1.5em;
	}
	#cnt-item-box .cnt-item .text-box .text-box-in{
		padding:0;
	}
	#cnt-item-box .cnt-item .text-box h2{
		font-size:1.4em;
	}
	#cnt-item-box .cnt-item .text-box h3,
	#cnt-item-box .cnt-item .text-box p{
		text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	#cnt-item-box .cnt-item .image-box {
		height: 250px;
	}
	p.link a{
		letter-spacing:0;
	}
	
}
@media screen and (max-width: 400px) , (max-device-width : 400px) {
	.link-style a{
		font-size:.8em;
		padding:20px;
	}
}