@charset "UTF-8";
/*******************************
 1.Common
 2.Loading
 3.Main Image
 4.Entrance Navigation
 5.Entrance Show
 5.Interaction
 8.LineModal
*******************************/
/*******************************
 1.Common
*******************************/
* {
  color: inherit;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1em;
}

html, body {
  color: #000;
}

a {
  text-decoration: none;
}

.cf:after {
  content: ' ';
  display: block;
  clear: both;
}

/*******************************
 2.Loading
*******************************/
#loading {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loading_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 560px;
  height: 400px;
  margin: auto;
}
#loading_content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loading_bg01 {
  display: none;
  position: absolute;
  top: -180px;
  left: -134px;
  right: 0;
  bottom: 0;
  margin: auto;
}

#loading_bg02 {
  display: none;
  position: absolute;
  top: -290px;
  left: 310px;
  right: 0;
  bottom: 0;
  margin: auto;
}

#loading_bg03 {
  display: none;
  position: absolute;
  top: -74px;
  left: 208px;
  right: 0;
  bottom: 0;
  margin: auto;
}

#loading_bg04 {
  display: none;
  position: absolute;
  top: -84px;
  left: -426px;
  right: 0;
  bottom: 0;
  margin: auto;
}

#loading_bg05 {
  display: none;
  position: absolute;
  top: 182px;
  left: -284px;
  right: 0;
  bottom: 0;
  margin: auto;
}

#loading_bg06 {
  display: none;
  position: absolute;
  top: 236px;
  left: 64px;
  right: 0;
  bottom: 0;
  margin: auto;
}

#loading_bg07 {
  display: none;
  position: absolute;
  top: 204px;
  left: 336px;
  right: 0;
  bottom: 0;
  margin: auto;
}

#loading_text01 {
  display: none;
  position: absolute;
  top: 96px;
  left: 314px;
}

#loading_text02 {
  display: none;
  position: absolute;
  top: 96px;
  left: 226px;
}

/*******************************
 3.Main Image
*******************************/
html, body, #content {
  position: relative;
  z-index: 1;
  min-width: 768px;
  height: 100%;
}

#main_image {
  position: relative;
  width: 100%;
  height: 640px;
  height: calc(100% - 281px);
  height: -webkit-calc(100% - 281px);
  padding-top: 5px;
}

#main_slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
#main_slider li {
  z-index: 0;
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  opacity: 0;
  -webkit-filter: blur(0);
  filter: blur(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 0.8s ease-in, -webkit-filter 0.8s linear;
  -moz-transition: opacity 0.8s ease-in, filter 0.8s linear;
  -ms-transition: opacity 0.8s ease-in, filter 0.8s linear;
  -o-transition: opacity 0.8s ease-in, filter 0.8s linear;
  transition: opacity 0.8s ease-in, filter 0.8s linear, -webkit-filter 0.8s linear;
  -webkit-transform: translate(0);
}
#main_slider li.next {
  z-index: 1;
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
#main_slider li.on {
  z-index: 2;
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
#main_slider li.prev {
  z-index: 3;
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  opacity: 0;
  -webkit-filter: blur(0);
  filter: blur(0);
}
#main_slider img {
  width: 100%;
}

#main_slider:before,
#main_slider:after {
  z-index: 5;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  width: 5px;
  min-height: 620px;
  height: 100%;
  background-color: #FFF;
}

#main_slider:before {
  left: 0;
}

#main_slider:after {
  right: 0;
}

#main_link_os {
  overflow: hidden;
  display: block;
  z-index: 3;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 130px;
  height: 38px;
}

#main_slider_nav {
  margin: 20px auto 20px 32px;
}
#main_slider_nav li {
  float: left;
  width: 4px;
  height: 4px;
  margin-right: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #CCC;
}
#main_slider_nav li.on {
  background-color: #ED5735;
}

/*******************************
 4.Entrance Navigation
*******************************/
#enav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 232px;
}

#enav_right {
  float: right;
  min-width: 325px;
  max-width: 486px;
  width: 27.1%;
  margin-right: 9%;
}

#site_title {
  float: right;
}

#enav_inner_link {
  float: right;
  width: 67.7%;
  margin-top: 32px;
  margin-right: 13.5%;
}
#enav_inner_link li {
  float: right;
  width: 12px;
  margin-left: 14.5%;
}

#enav_left {
  float: left;
  width: 176px;
  margin-left: 11%;
}

#enav_outer_link {
  width: 100%;
  margin-top: 32px;
}
#enav_outer_link li {
  float: right;
  width: 12px;
  margin-right: 32px;
}

#enav_bottom {
  position: absolute;
  bottom: 0;
  height: 40px;
  padding: 18px;
}

#enav_link_en {
  margin-bottom: 14px;
  font-size: 10px;
}
#enav_link_en a {
  position: relative;
  padding-left: 8px;
}
#enav_link_en a:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 3px solid transparent;
  border-left: 3px solid #333;
}

#enav_copyright {
  float: left;
  font-size: 10px;
  line-height: 14px;
}

#enav_link_etc {
  float: left;
  margin-left: 1em;
}
#enav_link_etc li {
  float: left;
  margin-right: 0;
}
#enav_link_etc li > a {
  padding: 7px;
}

/*******************************
 5.Entrance Show
*******************************/
#site_title,
#main_slider,
#main_slider_nav > li,
#enav_inner_link > li,
#enav_outer_link > li,
#enav_link_en,
#enav_link_etc > li {
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#main_image .news {
  -ms-filter: "alpha(opacity=0)";
  /* ie 8 */
  opacity: 0;
  -moz-transition: opacity 0.6s ease-in-out, height 0.32s cubic-bezier(0.775, 0, 0.175, 1);
  -o-transition: opacity 0.6s ease-in-out, height 0.32s cubic-bezier(0.775, 0, 0.175, 1);
  -webkit-transition: opacity 0.6s ease-in-out, height 0.32s cubic-bezier(0.775, 0, 0.175, 1);
  transition: opacity 0.6s ease-in-out, height 0.32s cubic-bezier(0.775, 0, 0.175, 1);
  pointer-events: none;
}

#site_title.show {
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
}

#main_slider.show {
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
}

#main_slider_nav > li.show {
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
}

#enav_inner_link > li.show {
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
}

#enav_outer_link > li.show {
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
}

#enav_link_en.show {
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
}

#enav_link_etc > li.show {
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
}

#main_image .news.show {
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  opacity: 1;
  pointer-events: auto;
}

#main_link_os > div {
  -webkit-transition: all 0.30s ease-out;
  -moz-transition: all 0.30s ease-out;
  -ms-transition: all 0.30s ease-out;
  -o-transition: all 0.30s ease-out;
  transition: all 0.30s ease-out;
  -webkit-transform: translate3D(0, -100%, 0);
  -moz-transform: translate3D(0, -100%, 0);
  -ms-transform: translate3D(0, -100%, 0);
  -o-transform: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0);
}

#main_link_os.show > div {
  -webkit-transform: translate3D(0, 0, 0);
  -moz-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  -o-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

/*******************************
 6.Interaction
*******************************/
.mo_sideline {
  display: block;
  position: relative;
}

.mo_sideline:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  height: 0;
  border-right: 1px solid #333;
}

.mo_sideline:hover:after {
  -webkit-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  -ms-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;
  height: 100%;
}

.transition {
  -webkit-transition: all 0.16s linear;
  -moz-transition: all 0.16s linear;
  -ms-transition: all 0.16s linear;
  -o-transition: all 0.16s linear;
  transition: all 0.16s linear;
}

.mo_fade:hover {
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  opacity: 0.7;
}

#main_link_os.show > div:hover:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/resource/pc/image/index/btn_os_ov.gif") no-repeat left top;
}

/*******************************
 7.news
*******************************/
#main_image .news {
  z-index: 10;
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: 0;
  box-sizing: border-box;
  width: 340px;
  height: 160px;
  padding: 18px 22px;
  background-color: #EEE;
}
#main_image .news.close {
  height: 42px;
}
#main_image .news.close .btn {
  background-image: url("/resource/pc/image/index/ico_open.png");
}
#main_image .news:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #000;
  border-left: 7px solid #000;
}
#main_image .news .btn {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 4px;
  width: 47px;
  height: 47px;
  background-image: url("/resource/pc/image/index/ico_close.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#main_image .news > .ttl {
  margin-bottom: 12px;
  font-size: 12px;
}
#main_image .news .list > li {
  position: relative;
  padding: 0 4px;
  border-top: 1px solid #CCC;
  color: #666;
  font-size: 12px;
  line-height: 34px;
}
#main_image .news .list > li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 208px;
}
#main_image .news .list > li a:hover {
  text-decoration: underline;
}

/*******************************
 8.LineModal
*******************************/
.mModal-modal {
  display: none;
}
.mModal-modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.7);
}
.mModal-modal.open .box {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.mModal-modal .box {
  -moz-transition: all 800ms;
  -o-transition: all 800ms;
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 600px;
  height: 600px;
  padding: 96px 90px 50px;
  margin: auto;
  background-color: #FFF;
  text-align: center;
}
.mModal-modal .box .mModal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background: #000;
  cursor: pointer;
}
.mModal-modal .box .mModal-close:before, .mModal-modal .box .mModal-close:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 0;
  margin: auto;
  border-top: 1px solid #FFF;
}
.mModal-modal .box .mModal-close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mModal-modal .box .mModal-close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mModal-modal .box > .image {
  width: 350px;
  margin: 0 auto 20px;
}
.mModal-modal .box > .txt {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.6em;
}
.mModal-modal .box > .main {
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  background-color: #DDD;
}
