@charset "UTF-8";


#index.lp #content {
	width: 100%;
}

.color-yellow {
	color: rgb(211, 176, 85)!important;
}
.bg-yellow {
	background-color: rgba(211, 176, 85 , 1.0)!important;
}


#index.lp #visual {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(0, 0, 0, .8), rgba(20, 83, 150, .3)),  url("../img/bg_main.jpg?ver=1.0.1") center center;
	padding: 80px 30px 60px 30px;
}
#index.lp .logo {
	text-align: left;
	margin-bottom: 90px;	
}

#index.lp #visual .titlebox {
	border: 4px solid #d3b055;
	padding: 50px 0px 70px 0px;
	margin: 0 auto 40px auto;
	display: inline-block;
	position: relative;
	width: 80%;
}

#index.lp #visual .titlebox:after{
  content: "";
  border: solid 1px #d3b055;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
#index.lp #visual h1 {
	/*text-indent: -9999px;*/
	text-align: center;
	font-size: 100px;
	line-height: 140px;
	/*text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,0.6);*/
	color: transparent;
	
	/*background: linear-gradient( 45deg, #ffff00 0% 40%, #ffff82 60% 100% );*/
	
	background: linear-gradient( 0deg, #d3b055 0% 60% , #d3b055 60% 100%);
	
	-webkit-background-clip: text;
	letter-spacing: 8px;
}
#index.lp #visual h2 {
	color: #d3b055;
	margin-bottom: 20px;
}
#index.lp #visual p {
	font-size: 26px;
	line-height: 40px;
	letter-spacing: 3px;
}
.font-ex ,
#index.lp h2 {
	font-size: 32px;
	line-height: 54px;
	text-align: center;
	letter-spacing: 0.1em;
}
#index.lp h3 {
	font-size: 30px!important;
	line-height: 46px!important;
}

.heading-marker {
	padding: 80px 0 20px 0;
}
.heading-marker p {
	font-family: 'WebSubsetFont';
	display: inline-block;
	font-size: 28px;
	line-height: 44px;
	padding: 3px 30px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #111;
	background-color: rgba(211, 176, 85 , 1.0)!important;
}

#index.lp .section .section-body {
	margin-bottom: 60px;
}
#index.lp .section .section-body p {
	font-size: 20px;
	line-height: 44px;
	margin-bottom: 1.6em;
    font-family: "WebSubsetFont"!important;
	color: rgb(10, 17, 62);
}
#index.lp .section .section-body p strong {
	font-size: 26px;
}

.inner {
	width: 980px;
	margin: 0 auto;
}

.heading {
	background-color: rgba(35, 11, 5, 0.8);
	padding: 1.6em;
	margin-bottom: 1em;
	position: relative;
}
.heading::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 30px solid transparent;
  border-top: 30px solid rgba(35, 11, 5, 0.8);
  border-bottom-width: 0;
}


#index.lp #sec01 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(10, 17, 62, 1.0), rgba(10, 17, 62, 0.4)),
  url("../img/bg01.jpg") top center;
}
#index.lp #sec02 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.2)),
  url("../img/bg02.jpg") bottom center;
}
#index.lp #sec03 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(10, 17, 62, 1.0), rgba(10, 17, 62, 0.6)),
  url("../img/bg03.jpg") top center;
}
#index.lp #sec04 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8)),
  url("../img/bg04.jpg") center center;
}
#index.lp #sec05 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(10, 17, 62, 0.2), rgba(10, 17, 62, 0.6)),
  url("../img/bg05.jpg") top center;
}
#index.lp #sec05 .heading {
	background: linear-gradient(-45deg, rgba(211, 176, 85, 1.0), rgba(211, 176, 85, .4));
}
#index.lp #sec05 .heading::before {
  border-top: 30px solid rgba(211, 176, 85, 0.7);
}

#index.lp #sec06 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(0,0,0, .7), rgba(0,0,0, .5)),
  url("../img/bg03.jpg") top center;
	padding-top: 60px;
}


#index.lp #sec07 {
	background-size: cover!important;
	background: linear-gradient(-45deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.2)),
  url("../img/bg02.jpg") bottom center;
}
