body {
	position: relative;
}
body .line01 {
	width: 1px;
	position: absolute;
	left: 50%;
	background: #fff;
	content: "";
	z-index: 8;
	transition: all 0.3s linear;
}
footer {
	background: rgba(0,0,0,0.5);
}
#key li:nth-child(1) {
	background: url(../img/index/key1.jpg) no-repeat center/cover;
}
#key li:nth-child(2) {
	background: url(../img/index/key2.jpg) no-repeat center/cover;
}
#key li:nth-child(3) {
	background: url(../img/index/key3.jpg) no-repeat center/cover;
}
#key .ttl {
	position: absolute;
	top: 434px;
	left: 320px;
	z-index: 90;
}
#hotpepper {
	position: relative;
	z-index: 99999;
	height: 115px;
}
#hotpepper .main {
	padding: 30px 0 0 150px;
}
#sec1 {
	padding-top: 187px;
}
#sec1 h2 {
	padding: 44px 0 21px;
}
#sec1 .link {
	text-align: right;
	position: relative;
	z-index: 5;
	padding: 97px 51px 265px 0;
}
#sec1 .box {
	z-index: 99999;
	padding-bottom: 39px;
	text-align: center;
	background: url(../img/index/sec1_bgbox_02.png) repeat-y center top;
	width: 650px;
	margin-left: 173px;
	position: relative;
}
#sec1 .box:before {
	content: url(../img/index/sec1_bgbox_01.png);
	position: absolute;
	top: -37px;
	left: 0;
}
#sec1 .box:after {
	content: url(../img/index/sec1_bgbox_03.png);
	position: absolute;
	bottom: -47px;
	left: 0;
}
#sec1 .item1 {
	position: absolute;
	top: -186px;
	left: -299px;
}
#sec1 .item1 dt {
	position: absolute;
	top: 28px;
	right: -49px;
	z-index: 1;
}
#sec1 .item2 {
	position: absolute;
	top: 393px;
	left: -3px;
}
#sec1 .item2 dt {
	position: absolute;
	top: 480px;
	left: -172px;
	z-index: 3;
}
#sec2 .box {
	background: url(../img/index/sec2-bg.jpg) no-repeat center top/cover;
	margin-left: -211px;
	color: #000;
	position: relative;
	z-index: 9999999;
}
#sec2 h2 {
	padding: 100px 0 12px;
	text-align: center;
}
#sec2 .txt {
	text-align: center;
}
#sec2 .link {
	position: relative;
	z-index: 13;
}
#sec2 .block {
	padding: 31px 258px 151px;
}
#sec2 .block dl {
	position: relative;
}
#sec2 .block dl:first-child {
	float: left;
}
#sec2 .block dl:first-child dt {
	z-index: 3;
	position: absolute;
	top: -56px;
	left: -51px;
}
#sec2 .block dl:first-child .pt {
	position: absolute;
	top: -528px;
	left: -102px;
}
#sec2 .block dl:last-child {
	float: right;
}
#sec2 .block dl:last-child dt {
	z-index: 3;
	position: absolute;
	top: -55px;
	left: 196px;
}
#sec2 .block dl:last-child .pt {
	position: absolute;
	top: -527px;
	left: 119px;
}
#sec3{
	min-height: 800px;
}

#sec3 h2 {
	padding: 288px 0 27px;
}
#sec3 .ttl1 {
	margin: 64px 0 0 -90px;
	position: relative;
	z-index: 9999999;
	padding-bottom: 54px;
}
#sec3 .ttl2 {
	position: absolute;
	top: -64px;
	left: 327px;
	z-index: 999999;
}
#sec3 .link {
	position: absolute;
	bottom: 100px;
	right: 0;
	z-index: 99999999;
}
#sec4 {
	background: url(../img/shared/bg2.jpg) repeat center top;
	padding-bottom: 20px;
}
#sec4 h3 {
	text-align: center;
}
#sec4 .btn {
	padding: 28px 0 87px 46%;
}
#sec4 h4 {
	position: absolute;
	top: 191px;
	left: 20.7%;
}
#sec4 .txt {
	padding: 23px 0 0 46%;
	position: relative;
	z-index: 5;
	width: 300px;
}
#sec4 .fl > h3 {
	transition: all 0.5s ease;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
	text-align: center;
}
#sec4 .fl {
	position: relative;
	min-height: 458px;
	width: calc(50% - 34px);
}
#sec4 .fl:first-child {
	margin: 20px 14px 0 18px;
	background: url(../img/index/sec4_bg1.jpg) no-repeat center/cover;
}
#sec4 .fl:first-child:before {
	opacity: 0;
	transition: all 0.5s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/index/sec4_bg1_on.jpg) no-repeat center/cover;
}
#sec4 .fl:last-child {
	margin: 20px 14px 0 18px;
	background: url(../img/index/sec4_bg2.jpg) no-repeat center/cover;
}
#sec4 .fl:last-child:before {
	opacity: 0;
	transition: all 0.5s ease;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/index/sec4_bg2_on.jpg) no-repeat center/cover;
}
#sec4 .ct h3 {
	padding-top: 108px;
}
#sec4 .fl:hover:before, #sec4 .fl:hover .ct {
	opacity: 1;
}
#sec4 .fl:hover {
	cursor: pointer;
}
#sec4 .fl:hover > h3 {
	opacity: 0;
}
#sec4 .ct {
	transition: all 0.5s ease;
	opacity: 0;
}
#sec4 .bd {
	z-index: 89;
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 37px;
	right: 37px;
	border: 1px #b08e5b solid;
	border-left: 0;
	border-right: 0;
}
#sec4 .bd:before {
	content: "";
	position: absolute;
	top: -13px;
	bottom: -13px;
	left: -36px;
	width: 36px;
	background: url(../img/index/border_01.png) no-repeat left top/100% 100%;
}
#sec4 .bd:after {
	content: "";
	position: absolute;
	top: -13px;
	bottom: -13px;
	right: -36px;
	width: 36px;
	background: url(../img/index/border_03.png) no-repeat left top/100% 100%;
}
#sec5 h2 {
	text-align: center;
	padding-top: 100px;
}
#sec5 #feed {
	width: 500px;
    line-height: 45px;
    padding: 50px 0 420px 0;
}
#sec5 .facebook{
	width: 400px;
	position: absolute;
	right: 50px;
	top: 270px;
}
#sec5 dt {
	float: left;
	text-decoration: underline;
	width: 118px;
}
#sec5 dd {
	float: left;
}

@media screen and (max-width:1450px) {
#sec4 h4 {
	width: 22%;
	left: 8.7%;
}
#sec4 h4 img {
	max-width: 100%;
	height: auto;
}
#sec4 .txt {
	padding: 23px 0 0 36%;
	width: 57%;
}
}

.news_box {
	position:relative;
	background-color: rgba(0, 0, 0, 0.9);
    width: 860px;
    margin: 50px auto;
    line-height: 2.2em;
    padding-bottom:39px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	z-index: 9999999 !important;
}
.news_box .ttl {
	color: #fff;
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 24px;
    width: 660px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
.news_box .txt {
	color: #fff;
	padding: 20px 50px 0;
	text-align: center;
	font-size: 18px;
}
