/*--------------------------history--------------------------*/
#wrap-top #about-top{
	width:100%;
	height:600px;
	position:relative;
	background:#93887e;
}
#wrap-top #about-top .photo-box{
	position:absolute;
	width:100%;
	height:480px;
	left:0;
	bottom:0;
	background:url(../img/thought_main.jpg) no-repeat top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity:0;
}
#wrap-top #about-top .photo-box::before{
	background-color:rgba(0,0,0,0);
	width:100%;
	height:480px;
	position:absolute;
	z-index: 2;
	top:0;
	content: '';
	display: block;
}
#wrap-top  #about-top .text-erea{
	position:absolute;
	width:96%;
	left:2%;
	height:600px;
	z-index:10;
}
#wrap-top  #about-top .text-erea h2{
	padding:50px;
	width:19px;
	float:left;
	height:500px;
	background:#000;
	position:relative;
}
#wrap-top ul{
	height:200px;
}
#wrap-top ul li{
	float:left;
	width:116px;
	height:100px;
}
#wrap-top ul li .active,
#wrap-top ul li a{
	width:116px;
	height:100px;
	display:block;
	position:relative;
}
#wrap-top ul li a{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#wrap-top ul li.thought .active{
	background:#93887e;
}
#wrap-top ul li p{
	text-indent:-100000px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#wrap-top ul li.history p{
	background:url(../img/index_btn_h1_1.svg) no-repeat;
	width:13px;
	height:28px;
}
#wrap-top ul li.history a{
	background:#3f2f3e;
}
#wrap-top ul li.thought p{
	background:url(../img/index_btn_h1_2.svg) no-repeat;
	width:13px;
	height:28px;
}
#wrap-top ul li.mt a{
	background:#2a6875;
}
#wrap-top ul li.mt a p{
	background:url(../img/index_btn_h1_3.svg) no-repeat;
	width:13px;
	height:57px;
}
#wrap-top ul li a:hover{
	color:#d6ccb6;
	text-decoration:none;
	background-color:rgba(143,106,38,1);
}
#wrap-top  #about-top .text-erea h2 span{
	text-indent:-100000px;
	background:url(../img/title_main.svg) no-repeat;
	display:block;
	background-size:16px 219px;
	width:16px;
	height:219px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#wrap-top  #about-top .text-erea h1{
	text-indent:-100000px;
	margin-top:60px;
	width:91px;
	height:141px;
	background:url(../img/title_thought.svg) no-repeat;
	background-size:91px 141px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	opacity:0;
}
/*--------------------------WRAP-CNT--------------------------*/
#wrap-cnt{
	width:100%;
	opacity:0;
}
#wrap-top,
#footer-main{
	opacity:0;
}

/*-------------cnt-main-------------*/
#cnt-main{
	position:relative;
	width:100%;
	background:#93887e;
	overflow:hidden;
	padding:120px 0;
	color:#eee;
}
#cnt-main .text-box{
	margin:0 auto;
	text-align:center;
}
#cnt-main .text-box .line{
	border-bottom:1px solid #ddd;
	width:50px;
	margin:70px auto;
}
#cnt-main h1{
	font-size:2em;
	font-weight:500;
	line-height:1.4em;
}
#cnt-main .text-box p{
}

/*-------------cnt-image-------------*/
#cnt-image{
	width:100%;
	margin:0 auto;
}
#cnt-image .l-box{
	float:left;
	width:50%;
	height:600px;
	text-indent:-100000px;
	background:url(../img/thought_1.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-image .r-box{
	float:right;
	width:50%;
	height:600px;
	text-indent:-100000px;
	background:url(../img/thought_2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*-------------cnt2-------------*/
#cnt2{
	position:relative;
	width:100%;
	background:#fff;
	overflow:hidden;
	color:#333;
}
#cnt2 .text-box{
	margin:0 auto;
	padding:120px 0;
	text-align:center;
}
#cnt2 .text-box .line{
	border-bottom:1px solid #777;
	width:50px;
	margin:70px auto;
}
#cnt2 h1{
	font-size:2em;
	font-weight:500;
	line-height:1.4em;
}
#cnt2 .text-box h1 br{
	display:none;
}
#cnt2 .photo-box{
	width:100%;
	height:600px;
	background:url(../img/thought_3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*-------------cnt-link-------------*/
#cnt-link{
	position:relative;
	width:100%;
	margin:0 auto;
	line-height:1.5;
}
#cnt-link .link1{
	width:100%;
}
#cnt-link .link1 .btn-box1{
	width:50%;
	float:left;
	position:relative;
}
#cnt-link .link1 .btn-box2{
	width:50%;
	float:left;
	position:relative;
}
#cnt-link .link1 .btn-box1 .text-box,
#cnt-link .link1 .btn-box2 .text-box{
	display:block;
	height:160px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	color:#efefef;
}
#cnt-link .link1 .btn-box1 .text-box{
	background:#3f2f3e;
}
#cnt-link .link1 .btn-box2 .text-box{
	background:#2a6875;
}
#cnt-link .link1 .btn-box1 .text-box .text{
	padding-left:70px;
	position:absolute;
	display:block;
	top: 50%;
	right: 50px;
	-webkit-transform: translate(0%, -50%); /* Safari用 */
	transform: translate(0%, -50%);
}
#cnt-link .link1 .btn-box2 .text-box .text{
	padding-right:70px;
	position:absolute;
	display:block;
	top: 50%;
	left: 50px;
	-webkit-transform: translate(0%, -50%); /* Safari用 */
	transform: translate(0%, -50%);
}
#cnt-link .link1 .btn-box1 .text-box .text::before{
	position: absolute;
	top: 6px;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 3px;
	width: 41px;
	height: 41px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#cnt-link .link1 .btn-box2 .text-box .text::before{
	position: absolute;
	top: 6px;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 3px;
	width: 41px;
	height: 41px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cnt-link .link1 .btn-box1 .text-box .text h1,
#cnt-link .link1 .btn-box2 .text-box .text h1{
	font-size:1.5em;
	font-weight:500;
}
#cnt-link .link1 .btn-box1 .text p,
#cnt-link .link1 .btn-box2 .text p{
	font-size:0.9em;
	display:block;
	color:#eee;
	line-height:1.4em;
}
#cnt-link .btn-box3{
	width:100%;
	clear:both;
}
#cnt-link .btn-box3 .text-box{
	display:block;
	color:#eee;
	background:#040000;
	text-align:center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#cnt-link .btn-box3 .text-box .text{
	padding-left:10px;
	position:relative;
	display: inline-block;
}
#cnt-link .btn-box3 .text-box .text::before{
	position: absolute;
	top: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 3px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#cnt-link .btn-box3 .text-box .text h1{
	font-size:1em;
	padding:20px;
}
#cnt-link .link1 .btn-box1 .text-box:hover,
#cnt-link .link1 .btn-box2 .text-box:hover,
#cnt-link .btn-box3 .text-box:hover{
	color:#d6ccb6;
	text-decoration:none;
	background-color:rgba(143,106,38,1);
}
#cnt-link .link1 .btn-box1 .text-box:hover .text p span,
#cnt-link .link1 .btn-box2 .text-box:hover .text p span,
#cnt-link .btn-box3 .text-box:hover .text p span{
	color:#d6ccb6;
}
/*----------------------SP ----------------------*/
@media screen and (max-width: 1500px) , (max-device-width : 1500px) {
	#cnt-image .l-box{
		background:url(../img/thought_1.jpg) no-repeat center left;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#cnt2 .photo-box{
		background:url(../img/thought_3.jpg) no-repeat center left;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#cnt-main .text-box,
	#cnt2 .text-box{
		width:80%;
	}
	#cnt-main .text-box p br,
	#cnt2 .text-box p br{
		display:none;
	}
	#cnt-main .text-box p,
	#cnt2 .text-box p{
		text-align:left;
	}
}

@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#wrap-top{
		padding-top:50px;
	}
	#wrap-top #about-top{
		width:100%;
		height:500px;
	}
	#wrap-top  #about-top .text-erea{
		width:100%;
		left:0%;
	}
	#wrap-top  #about-top .text-erea h1{
		width:80px;
		height:124px;
		background-size:80px 124px;
	}
	#cnt-main .text-box .line,
	#cnt2 .text-box .line{
		margin:60px auto;
	}
	#wrap-top #about-top .photo-box{
		width:100%;
		height:380px;
	}
	#wrap-top #about-top .photo-box::before{
		height:380px;
	}
	#wrap-top  #about-top .text-erea{
		height:500px;
	}
	#wrap-top  #about-top .text-erea h2{
		height:400px;
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#wrap-top  #about-top .text-erea h1{
		width:70px;
		height:108px;
		background-size:70px 108px;
	}
	#cnt-main,
	#cnt2 .text-box{
		padding:100px 0;
	}
	#cnt2 .text-box br{
		display:block;
	}
	#cnt-main .text-box .line,
	#cnt2 .text-box .line{
		margin:50px auto;
	}
	#cnt-main .text-box br{
		display:none;
	}
}
@media screen and (max-width: 750px) , (max-device-width : 750px) {
	#cnt-main h1,
	#cnt2 h1{
		font-size:1.5em;
	}
	#cnt-image .l-box,
	#cnt-image .r-box,
	#cnt2 .photo-box{
		height:400px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#cnt-link .link1 .btn-box1,
	#cnt-link .link1 .btn-box2{
		width:100%;
		overflow:hidden;
		float:none;
	}
	#cnt-link .link1 .btn-box1 .text-box .text,
	#cnt-link .link1 .btn-box2 .text-box .text{
		width:250px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
	}
	#cnt-link .l-box .btn-box1 .text-box .text,
	#cnt-link .l-box .btn-box2 .text-box .text,
	#cnt-link .r-box .btn-box1 .text-box .text{
		font-size:0.9rem;
	}
}
@media screen and (max-width: 500px) , (max-device-width : 500px){
	#wrap-top #about-top{
		height:400px;
	}
	#wrap-top  #about-top .text-erea h2{
		padding:0;
		width:100%;
		overflow:hidden;
		float:none;
		height:50px;
		background:#000;
		position:relative;
		font-size:1em;
		letter-spacing:2px;
	}
	#wrap-top  #about-top .text-erea h2 span{
		color:#ddd;
		text-indent:0px;
		background:none;
		text-align:center;
		width:100%;
		height: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
	}
	#wrap-top ul li{
		width:33.333%
	}
	#wrap-top ul li .active,
	#wrap-top ul li a{
		width:100%;
	}
	#wrap-top #about-top .photo-box{
		width:100%;
		height:250px;
	}
	#wrap-top #about-top .photo-box::before{
		height:250px;
	}
	#wrap-top  #about-top .text-erea{
		height:400px;
	}
	#wrap-top  #about-top .text-erea h1{
		margin-top:70px;
		width:50px;
		height:77px;
		background-size:50px 77px;
	}
	#cnt-main,
	#cnt2 .text-box{
		padding:70px 0;
	}
	#cnt-image .l-box,
	#cnt-image .r-box,
	#cnt2 .photo-box{
		height:250px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#cnt-link .link1 .btn-box1 .text-box,
	#cnt-link .link1 .btn-box2 .text-box{
		height:120px;
	}
	#cnt-main .text-box .line,
	#cnt2 .text-box .line{
		width:22px;
	}
}
@media screen and (max-width: 480px) , (max-device-width : 480px){
	#cnt-main h1,
	#cnt2 h1{
		font-size:1.4em;
	}
	#cnt-main .text-box br{
		display:block;
	}
	#cnt-main .text-box .line,
	#cnt2 .text-box .line{
		margin:40px auto;
	}
	#cnt-link .link1 .btn-box1 .text-box .text,
	#cnt-link .link1 .btn-box2 .text-box .text{
		width:200px;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
	}
	#cnt-link .l-box .btn-box1 .text-box .text,
	#cnt-link .l-box .btn-box2 .text-box .text,
	#cnt-link .r-box .btn-box1 .text-box .text{
		font-size:0.8rem;
	}
}
@media screen and (max-width: 350px) , (max-device-width : 350px){
	#cnt-main h1,
	#cnt2 h1{
		font-size:1.25em;
	}
}