
body > * {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease;
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
}
body.visible > * {
  opacity: 1;
  visibility: visible;
}

body.visible #open {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
body.intro {
  background: #000;
  overflow: hidden;
}

body.intro #open {
  pointer-events: visible;
  opacity: 1;
  visibility: visible;
}

#open {
   width: 100%;
    position: fixed;
    height: 100%;
    overflow: hidden;
    opacity:0;
    visibility:hidden;
}
#open .bg {
  background: url(../img/shared/top_off.jpg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: 100; */
}
#open .onimgcenter {
  background: url(../img/shared/top_center.jpg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
}
#open .onimg {
  background: url(../img/shared/top_on.jpg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
}
/* @-webkit-keyframes flash {
0% {
  opacity: 0;
}
20% {
  opacity: 0.4;
}
30% {
  opacity: 0;
}
40% {
  opacity: 0.4;
}
45% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@keyframes flash {
0% {
  opacity: 0;
}
20% {
  opacity: 0.4;
}
30% {
  opacity: 0;
}
40% {
  opacity: 0.4;
}
45% {
  opacity: 0;
}
 100% {
  opacity: 1;
}
} */




header #key {
  background: url(../img/index/key.jpg) no-repeat center center;
  min-height: 570px;
  margin: 0 100px;
}

#lead {
  background: url(../img/index/lead_bg.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 85px;
}

#lead h2 {
  text-align: center;
  padding: 173px 0 164px;
}

#lead .txt {
  height: 420px;
  padding-left: 240px;
  letter-spacing: 4.2px;
}

#okaeri {
  padding: 215px 0 185px;
  background: url(../img/index/okaeri_bg.png) no-repeat top center;
}

#okaeri .info {
  padding-bottom: 46px;
}

#okaeri .info .photo {
  float: left;
  margin-left: -32px;
}

#okaeri .info .txt {
  height: 617px;
  padding-top: 46px;
  padding-left: 55px;
  float: left;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 4.2px;
}

#okaeri .info h2 {
  position: absolute;
  right: 51px;
  top: 0;
}

#okaeri .bnr {
  text-align: center;
}

#section {
  padding-bottom: 90px;
}

#section .line {
  margin-left: -160px;
}

#section .photo {
  margin-left: -160px;
}

#section .info {
  position: relative;
}

#section .info ul {
  width: 446px;
  float: left;
  padding-top: 60px;
}

#section .info ul li {
  padding-bottom: 29px;
}

#section .info .txt {
  height: 488px;
  padding-top: 115px;
  float: left;
  padding-left: 96px;
  letter-spacing: 4.2px;
  line-height: 36px;
}

#section .info h2 {
  position: absolute;
  top: 78px;
  right: 56px;
}

#section .wrap:before {
  content: url(../img/index/section_deco.png);
  position: absolute;
  top: 366px;
  right: -260px;
}

#news {
  padding: 52px 0 148px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #323a4e;
}

#news h2 {
  padding-bottom: 20px;
  text-align: center;
}

#news #feed {
  width: 500px;
  margin: 0 auto;
}

#news #feed dl {
  background: url(../img/index/news_line.png) repeat-x bottom center;
}

#news #feed dl dt {
  float: left;
  margin-left: 54px;
  padding-left: 19px;
  width: 120px;
  background: url(../img/index/icon_arrow.png) no-repeat top 17px left;
}

#news #feed dl dd {
  float: left;
  width: 270px;
}

.oshirase{
    width: 650px;
    margin: 30px auto;
    border: 2px solid;
    padding: 40px 50px;
    background: rgba(255,255,255 ,0.1);
    text-align: left;
}

.oshirase h3{
	font-size: 24px;
	font-weight: bold;
}

.oshirase p{
	font-size: 13px;
	line-height: 30px;
}

.tabiiro{
	width: 750px;
	margin: 40px auto 20px;
}

.link a{
	width: 250px;
	margin: 10px 0;
	display: block;
	color:#000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	border-radius: 0px;
	padding: 5px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 15px;
	letter-spacing: 2px;
    border:solid 1px #FFF;
    font-weight: bold;
}

.btn_txt a{
	margin: 30px auto;
	width: 600px;
	display: block;
	color:#b7a343;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 24px;
	border-radius: 0px;
	padding: 15px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 35px;
	letter-spacing: 2px;
    border:solid 1px #b7a343;
    font-weight: bold;
	background-color: rgba(0, 0, 0, 0.3);
}

.btn_txt a:hover{
    text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}