@charset "UTF-8";


div.container {
  width: 100%;
}

/*----------------------------------------------------
	KEY
----------------------------------------------------*/

div#key {
  width: 100%;
  border-bottom: 1px #DBD2CA solid;
}

/****************** default ********************/

div#key div.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
}

div#key div.inner div.read {
  width: 345px;
  position: absolute;
  top: 200px;
  left: 30px;
  z-index: 1;
}

div#key div.inner div.read h1 {
  width: auto;
  padding: 0 0 20px 0;
  text-align: center;
}

div#key div.inner div.read p.key_read {
  width: auto;
  text-align: center;
}

div#key div.inner span.visual {
  width: 680px;
  display: block;
  margin: 0 0 0 320px;
  position: relative;
  z-index: 0;
}

/****************** default ********************/

/****************** inner2 ********************/


div#key div.inner2 {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
}

div#key div.inner2 div.read {
  width: 345px;
  position: absolute;
  top: 200px;
  left: 80px;
  z-index: 1;
}

div#key div.inner2 div.read h1 {
  width: auto;
  padding: 0 0 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

div#key div.inner2 div.read p.key_read {
  width: auto;
  text-align: center;
}

div#key div.inner2 div.read p.key_img {
  width: auto;
  text-align: center;
  position: relative;
  top: -60px;
  left: 30px;
  z-index: 0;
}

div#key div.inner2 span.visual {
  width: 620px;
  display: block;
  margin: 0 0 0 380px;
  position: relative;
  z-index: 0;
}

div#key div.inner2 span.visual img {width: 100%;}

/****************** inner2 ********************/




/****************** inner3 ********************/


div#key div.inner3 {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0 50px 0;
  position: relative;
}

div#key div.inner3 div.read {
  width: 345px;
  position: absolute;
  top: 150px;
  left: 80px;
  z-index: 1;
}

div#key div.inner3 div.read h1 {
  width: auto;
  padding: 0 0 5px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

div#key div.inner3 div.read p.key_read {
  width: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

div#key div.inner3 div.read p.key_img {
  width: auto;
  text-align: center;
  position: relative;
  top: -25px;
  left: 120px;
  z-index: 0;
}

div#key div.inner3 span.visual {
  width: 620px;
  display: block;
  margin: 0 0 0 380px;
  position: relative;
  z-index: 0;
}

div#key div.inner3 span.visual img {width: 100%;}

/****************** inner3 ********************/








div#key div.key_attention {
  width: auto;
  padding: 0 0 100px 0;
}

div#key div.key_attention p {
  width: auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  animation: txt-color 10s infinite;
  -webkit-animation: txt-color 10s infinite;
}

@-webkit-keyframes txt-color {
  0% { color: #e74c3c; }
  20% { color: #f1c40f; }
  40% { color: #1abc9c; }
  60% { color: #3498db; }
  80% { color: #9b59b6; }
  100% { color: #e74c3c; }
}
@keyframes txt-color {
  0% { color: #e74c3c; }
  20% { color: #f1c40f; }
  40% { color: #1abc9c; }
  60% { color: #3498db; }
  80% { color: #9b59b6; }
  100% { color: #e74c3c; }
}

div#key div.key_attention i.chevron {
  margin-top: 20px;
  display: block;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  color: #FF4081;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

div#key div.key_attention i.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: top;
  width: 20px;
}

div#key div.key_attention i.chevron.right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

div#key div.key_attention i.chevron.bottom:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

div#key div.key_attention i.chevron.left:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
   transform: rotate(-135deg);
}




/*----------------------------------------------------
	BLOCK01
----------------------------------------------------*/

div#bl01 div.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: left;
}

div#bl01 div.inner span.img {
  width: 384px;
  display: block;
  float: left;
}

div#bl01 div.inner div.text {
  width: 580px;
  float: right;
  background: transparent url(../images/bl01_bg.png) no-repeat bottom right;
}

div#bl01 div.inner div.text h2 {
  width: auto;
  padding: 0 0 10px 0;
  text-align: right;
  border-bottom: 1px #DBD2CA solid;
}

div#bl01 div.inner div.text p.intro {
  width: auto;
  padding: 45px 0 50px 0;
}

div#bl01 div.inner ul.car_lis {
  width: auto;
  padding: 0 0 10px 0;
  text-align: center;
}

div#bl01 div.inner ul.car_lis li {
  width: 130px;
  float: left;
  text-align: center;
}

div#bl01 div.inner ul.car_lis li img {width: 120px;}






/*----------------------------------------------------
	BLOCK02
----------------------------------------------------*/

div#bl02 {
  padding: 80px 0;
}

div#bl02 div.inner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  background: transparent url(../images/bl02_bg.png) no-repeat 50px 20px;
}

div#bl02 div.inner h2 {
  width: auto;
  height:72px;
  text-align: center;
}

div#bl02 div.inner div.comming_text {
  width: auto;
  padding: 50px 0 100px 0;
}

div#bl02 div.inner div.comming_text p.text {
  width: auto;
  padding: 0 0 15px 0;
  line-height: 1.6em;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

div#bl02 div.inner div.comming_text p.coming {
  width: auto;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  animation: txt-color 10s infinite;
  -webkit-animation: txt-color 10s infinite;
}

div#bl02 div.inner div.comming_text2 {display: none;}

div#bl02 div.move_wrapp {
  width: 854px;
  margin: 0 auto;
  padding: 0 0 35px 0;
  overflow: hidden;
}

div#bl02 div.move_wrapp div.move_inner {
  width: auto;
  padding: 0 0 35px 0;
}

div#bl02 div.move_wrapp p.text {
  width: auto;
  padding: 0 0 15px 0;
  line-height: 1.6em;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

div#bl02 div.move_wrapp p.coming {
  width: auto;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  animation: txt-color 10s infinite;
  -webkit-animation: txt-color 10s infinite;
}

div#bl02 div.move_wrapp ul.mlist {
  width: auto;
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
}

div#bl02 div.move_wrapp ul.mlist li.title {
  width: auto;
  padding: 0 0 10px 0;
  font-size: 26px;
  font-weight: bold;
}

div#bl02 div.move_wrapp ul.mlist li.date {
  width: auto;
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
}

div#bl02 div.move_wrapp ul.mlist li.link {
  width: 320px;
  margin: 0 auto;
  padding: 25px 0 0 0;
}




div#bl02 div.move_wrapp ul.mlist li.link a {
  display: block;
  width: 320px;
  height: 54px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
div#bl02 div.move_wrapp ul.mlist li.link a::before,
div#bl02 div.move_wrapp ul.mlist li.link a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
div#bl02 div.move_wrapp ul.mlist li.link a,
div#bl02 div.move_wrapp ul.mlist li.link a::before,
div#bl02 div.move_wrapp ul.mlist li.link a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


div#bl02 div.move_wrapp ul.mlist li.link a:link,
div#bl02 div.move_wrapp ul.mlist li.link a:visited {
/*
  background-color: #49a9d4;
  border: 2px solid #49a9d4;
*/
  background-color: #e74c3c;
  border: 2px solid #e74c3c;
  color: #fff;
  line-height: 54px;
}
div#bl02 div.move_wrapp ul.mlist li.link a:hover {
  background-color: #FFF8DC;
  border-color: #F4A460;
  color: #F4A460;
}


/*
  0% { color: #e74c3c; }
  20% { color: #f1c40f; }
  40% { color: #1abc9c; }
  60% { color: #3498db; }
  80% { color: #9b59b6; }
  100% { color: #e74c3c; }
*/


div#bl02 div.move_wrapp2 {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
  overflow: hidden;
  border-top: 3px #C19D71 dotted;
}

div#bl02 div.move_wrapp2 ul {
  width: 1050px;
  margin: 0 -50px 0 0;
  padding: 35px 0 0 0;
}

div#bl02 div.move_wrapp2 ul li {
  width: 475px;
  float: left;
  margin: 0 50px 0 0;
}

div#bl02 div.move_wrapp2 ul li dl {
  width: auto;
}

div#bl02 div.move_wrapp2 ul li dl dt {
  width: auto;
  padding: 10px 0;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 22px;
}

div#bl02 div.move_wrapp2 ul li:nth-child(odd) dl dt {
  border-top: 3px #FFCC00 solid;
}

div#bl02 div.move_wrapp2 ul li:nth-child(even) dl dt {
  border-top: 3px #E32227 solid;
}


div#bl02 div.move_wrapp2 ul li dd.thumb {
  width: auto;
  margin: 0 0 20px 0;
  padding: 2px;
  border: 1px #C19D71 solid;
}

div#bl02 div.move_wrapp2 ul li dd.thumb img {width: 100%;}

div#bl02 div.move_wrapp2 ul li dd.bt {
  width: 70%;
  margin: 0 auto;
  padding: 7px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

div#bl02 div.move_wrapp2 ul li:nth-child(odd) dl dd.bt {background-color: #FFCC00;}
div#bl02 div.move_wrapp2 ul li:nth-child(even) dl dd.bt {background-color: #E32227;}

div#bl02 div.move_wrapp2 ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}








/*----------------------------------------------------
	BLOCK03
----------------------------------------------------*/

div#bl03 div.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 150px 0;
  text-align: left;
}

div#bl03 div.inner h2 {
  width: auto;
  padding: 0 0 50px 0;
  text-align: center;
}

div#bl03 div.inner div.cara_container {
  width: auto;
}

div#bl03 div.inner div.left {
  width: 670px;
  float: left;
}

div#bl03 div.inner div.left div.areaTop {
  width: auto;
  position: relative;
}

div#bl03 div.inner div.left div.areaTop span.img {
  width: 169px;
  display: block;
  position: relative;
  z-index: 0;
}

div#bl03 div.inner div.left div.areaTop dl {
  width: 320px;
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 1;
}

div#bl03 div.inner div.left div.areaTop dl dt {
  width: auto;
  padding: 0 0 2px 40px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8em;
  border-bottom: 1px #DBD2CA solid;
}

div#bl03 div.inner div.left div.areaTop dl dd {
  width: auto;
  padding: 15px 0 0 40px;
  font-size: 14px;
  line-height: 1.8em;
}


div#bl03 div.inner div.left div.areaUnder {
  width: auto;
  padding: 70px 0 0 0;
  position: relative;
}

div#bl03 div.inner div.left div.areaUnder span.img {
  width: 188px;
  display: block;
  margin: 0 0 0 482px;
  position: relative;
  z-index: 0;
}

div#bl03 div.inner div.left div.areaUnder dl {
  width: 300px;
  position: absolute;
  top: 110px;
  left: 220px;
  z-index: 1;
}

div#bl03 div.inner div.left div.areaUnder dl dt {
  width: auto;
  padding: 0 40px 2px 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8em;
  border-bottom: 1px #DBD2CA solid;
}

div#bl03 div.inner div.left div.areaUnder dl dd {
  width: auto;
  padding: 15px 40px 0 10px;
  font-size: 14px;
  line-height: 1.8em;
}


div#bl03 div.inner div.right {
  width: 290px;
  float: right;
}

div#bl03 div.inner div.right div.area {
  width: auto;
  position: relative;
}

div#bl03 div.inner div.right div.area span.img {
  width: 225px;
  display: block;
  position: relative;
  z-index: 0;
}

div#bl03 div.inner div.right div.area dl {
  width: auto;
  padding: 50px 5px 30px 25px;
  border-left: 1px #DBD2CA solid;
  position: absolute;
  top: 120px;
  left: 25px;
  z-index: 1;
}

div#bl03 div.inner div.right div.area dl dt {
  width: auto;
  padding: 0 0 15px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8em;
}

div#bl03 div.inner div.right div.area dl dd {
  width: auto;
  font-size: 14px;
  line-height: 1.8em;
}

/*----------------------------------------------------
	BLOCK04
----------------------------------------------------*/

div#bl04 div.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 100px 0;
  background: transparent url(../images/bl04_bg.png) no-repeat 250px 0;
}

div#bl04 div.inner h2 {
  width: auto;
  padding: 0 0 50px 0;
}

div#bl04 div.inner div.area {
  width: auto;
  padding: 20px 0;
}

div#bl04 div.inner div.area h3 {
  width: auto;
  font-weight: bold;
  font-size: 16px;
}

div#bl04 div.inner div.area ul {
  width: auto;
}

div#bl04 div.inner div.area ul li {
  width: auto;
  line-height: 2.8em;
  font-weight: bold;
  font-size: 15px;
}


/*----------------------------------------------------
	BLOCK05
----------------------------------------------------*/

div#bl05 div.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0 180px 0;
  background: transparent url(../images/bl05_bg.png) no-repeat center 180px;
}

div#bl05 div.inner div.imgList {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

div#bl05 div.inner div.imgList ul {
  width: auto;
  padding: 80px 0 500px 0;
  position: relative;
}

div#bl05 div.inner div.imgList ul li {
  width: 200px;
}

div#bl05 div.inner div.imgList ul li img {
  width: 100%;
}

div#bl05 div.inner div.imgList ul li#las01 {
  position: absolute;
  top: 0;
  left: 210px;
}

div#bl05 div.inner div.imgList ul li#las02 {
  position: absolute;
  top: 100px;
  left: 0;
}

div#bl05 div.inner div.imgList ul li#las03 {
  position: absolute;
  top: 100px;
  right: 0;
}


/*
div#bl05 div.inner div.imgList ul li {
  width: 130px;
  float: left;
  text-align: center;
}

div#bl05 div.inner div.imgList ul li img {width: 120px;}
*/

p.foot_txt {
  width: 100%;
  padding: 0 0 20px 0;
  font-size: 10px;
  text-align: center;
}

