/*---------------------------------------------
  font-smoothings
----------------------------------------------- */
/*.thumbnail,.relation_word_thumbnail,.relation_article_thumbnail {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.diver-thumb .excerpt,.item .title{-webkit-font-smoothing: subpixel-antialiased;-moz-osx-font-smoothing: auto;}*/
/*--------------------------------------------
  common
----------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100%;
}

#wrapper {
  display: none;
}

.start {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
          animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: visible !important;
}

a.over {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.over:hover {
  opacity: 0.7;
}

.sp_only {
  display: none;
}

/*--------------------------------------------
  header
----------------------------------------------*/
#header {
  width: 100%;
}
#header h1 {
  position: fixed;
  z-index: 500;
  top: 65px;
  left: 80px;
}
#header nav {
  position: fixed;
  z-index: 500;
  top: 70px;
  right: 80px;
}
#header nav ul li {
  float: right;
  margin-left: 35px;
}

/*--------------------------------------------
  slider
----------------------------------------------*/
#slider li {
  position: fixed;
}
#slider li img {
  position: absolute;
}

#slider_button {
  position: fixed;
  z-index: 100;
  top: 95%;
  left: calc(50% - 35px);
}
#slider_button a {
  opacity: 0.3;
  background-color: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
#slider_button a:hover, #slider_button a.choice {
  opacity: 1;
}

/*--------------------------------------------
  contents
----------------------------------------------*/
#contents {
  position: relative;
  line-height: 1em;
  z-index: 600;
  background-color: #fff;
  width: 100%;
}
#contents section {
  width: 1200px;
  position: relative;
  padding-top: 160px;
}

/*--------------------------------------------
  nav contents
----------------------------------------------*/
#nav_contents {
  position: fixed;
  z-index: 500;
  top: 65px;
  right: 78px;
  visibility: hidden;
}

#nav_contents ul li {
  float: right;
  margin-left: 31px;
  background-color: #fff;
  padding: 5px 2px;
}

/*--------------------------------------------
  about
----------------------------------------------*/
#about {
  height: 500px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
#about h2 {
  left: 250px;
  width: 170px;
  position: absolute;
  text-align: center;
  visibility: hidden;
}
#about .img_1 {
  left: -250px;
  position: absolute;
  visibility: hidden;
}
#about .right_block {
  width: 700px;
  position: absolute;
  right: 80px;
  top: 160px;
  visibility: hidden;
}
#about .right_block p {
  height: 222px;
  padding-top: 58px;
  line-height: 2.5em;
  letter-spacing: 2px;
}
#about .img_2 {
  margin-right: 40px;
  visibility: hidden;
}

/*--------------------------------------------
  menu
----------------------------------------------*/
#menu {
  height: 530px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
#menu h2 {
  right: 250px;
  width: 170px;
  position: absolute;
  text-align: center;
  visibility: hidden;
}
#menu .img_1 {
  right: -250px;
  position: absolute;
  visibility: hidden;
}
#menu .left_block {
  width: 700px;
  position: absolute;
  left: 80px;
  top: 160px;
  visibility: hidden;
}
#menu .left_block .text {
  height: 310px;
  line-height: 2.2em;
  letter-spacing: 1px;
}
#menu .left_block .text tr td:nth-of-type(1) {
  width: 210px;
}
#menu .left_block .text tr td:nth-of-type(2) {
  width: 80px;
}
#menu .left_block .text sup {
  font-size: 6px;
  font-size: 0.6rem;
}
#menu .left_block ul {
  margin-top: 20px;
}
#menu .left_block table.fl_left {
  margin-right: 80px;
  float: left;
}
#menu .img_2 {
  margin-right: 40px;
  visibility: hidden;
}

/*--------------------------------------------
  information
----------------------------------------------*/
#information {
  height: 280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
#information h2 {
  left: 40px;
  top: 70px;
  width: 170px;
  position: absolute;
  text-align: center;
  visibility: hidden;
}
#information .right_block {
  position: absolute;
  left: 240px;
  top: 70px;
  line-height: 2.2em;
  letter-spacing: 1px;
  visibility: hidden;
}
#information .right_block h3 {
  margin-bottom: 10px;
  padding-top: 60px;
}
#information .right_block .inner {
  border-left: 1px solid #dfdfdf;
  padding-left: 20px;
}
#information .right_block table tr td {
  vertical-align: top;
}
#information .right_block table tr td:nth-of-type(1) {
  width: 80px;
}
#information #map {
  visibility: hidden;
}
#information a {
  border-bottom: solid 1px #000;
  padding-bottom: 2px;
}

/*--------------------------------------------
  footer
----------------------------------------------*/
footer {
  width: 100%;
  height: 50px;
  padding-top: 40px;
  z-index: 1000;
  position: relative;
  background-color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 1px;
  color: #333;
}

/*--------------------------------------------
  CSS Animation
----------------------------------------------*/
.delay_1s {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.delay_2s {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay_3s {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay_4s {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay_5s {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.delay_6s {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay_7s {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.delay_8s {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.delay_9s {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.delay_10s {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.delay_11s {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.delay_12s {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.delay_13s {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.delay_14s {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.delay_15s {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeIn {
  -webkit-animation: fadeIn 0.8s ease 0s 1 normal;
          animation: fadeIn 0.8s ease 0s 1 normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: visible !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  -webkit-animation: fadeOut 0.2s ease 0s 1 normal;
          animation: fadeOut 0.2s ease 0s 1 normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden !important;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 12000;
  top: 0;
  left: 0;
}
#overlay #loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
}
#overlay #loader #spinner {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 26px;
  height: 26px;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
#overlay #loader #mask {
  width: 12px;
  height: 12px;
  overflow: hidden;
}
#overlay #loader #maskedCircle {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 3px solid #000;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
