@charset "UTF-8";
/*-フォント読み込み&Clearfix-*/
@font-face {
  font-family: 'c-sans_l';
  src: url("../../font/CathaySans_JP_W_Lt.woff2") format("woff2"), url("../../font/CathaySans_JP_W_Lt.woff") format("woff"), url("../../font/CathaySans_JP_W_Lt.eot") format("eot"); }

@font-face {
  font-family: 'c-sans_r';
  src: url("../../font/CathaySans_JP_W_Rg.woff2") format("woff2"), url("../../font/CathaySans_JP_W_Rg.woff") format("woff"), url("../../font/CathaySans_JP_W_Rg.eot") format("eot"); }

@font-face {
  font-family: 'c-sans_m';
  src: url("../../font/CathaySans_JP_W_Md.woff2") format("woff2"), url("../../font/CathaySans_JP_W_Md.woff") format("woff"), url("../../font/CathaySans_JP_W_Md.eot") format("eot"); }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

* {
  font-family: 'c-sans_r'; }

a {
  font-family: 'c-sans_r';
  text-decoration: none; }

img {
  width: 100%; }

header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/hd-bg.jpg) left;
  background-size: cover;
  background-color: #fff;
  margin: 0;
  opacity: 0;
  z-index: 1; }
  header .bnr {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 60%;
    padding: 15px 0;
    color: #fff;
    background-color: #016064;
    display: none;
    margin: auto;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    opacity: .8;
    z-index: 10;
    font-family: 'c-sans_r'; }
  header h1 {
    position: absolute;
    font-family: 'c-sans_m';
    line-height: 1.4;
    left: 20px;
    top: 20%;
    font-size: 29px;
    color: #fff; }

article nav {
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 70px;
  transition: .3s; }
  article nav.scrl {
    background-color: rgba(0, 0, 0, 0.3);
    top: 0; }
  article nav .logo {
    width: 200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    article nav .logo svg {
      fill: #fff; }
  article nav .menu {
    position: absolute;
    width: 35px;
    height: 30px;
    right: 15px;
    top: 20px;
    transition: .8s;
    z-index: 1; }
    article nav .menu span {
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #fff;
      transition: .3s; }
      article nav .menu span:nth-child(2) {
        top: 12px; }
      article nav .menu span:last-child {
        top: 24px; }
    article nav .menu.current span {
      transform: rotate(-45deg);
      top: 12px; }
      article nav .menu.current span:nth-child(2) {
        top: 12px;
        transform: rotate(45deg); }
      article nav .menu.current span:last-child {
        top: 12px;
        opacity: 0; }
  article nav ul {
    display: none;
    position: relative;
    padding: 70px 0 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
    article nav ul li {
      padding: 20px;
      text-align: center;
      list-style: none;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-family: 'c-sans_r'; }

article p {
  margin-bottom: 1.5em;
  line-height: 1.8;
  padding: 0 5%;
  font-size: 15px;
  text-indent: 0;
  font-family: 'c-sans_r';
  color: #333; }
  article p.pr {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 55px;
    font-size: 18px;
    color: #fff;
    opacity: 1; }

div.hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0; }

section {
  background-color: #ebedec;
  width: 100%;
  overflow: hidden;
  position: relative; }
  section#lead {
    padding-top: 1.5em;
    background-color: #fff; }
  section img {
    transition: .8s;
    opacity: 0; }
    section img.main {
      width: 90%;
      margin-bottom: 3em;
      left: -50px;
      position: relative; }
    section img.main-left {
      margin-left: 0 !important; }
    section img.main-right {
      margin-top: 3em;
      margin-left: 20%; }
    section img.fadeIn {
      opacity: 1; }
    section img.main-default {
      opacity: 1;
      left: 0;
      margin-left: 10%; }
  section .ws {
    background-color: #fff; }
    section .ws p {
      padding: 0 6% 1em;
      margin-bottom: 0; }
      section .ws p:first-child {
        padding-top: 1em; }
  section .subtitle {
    width: 90%;
    margin-left: 5%;
    color: #016064;
    margin-bottom: -3px;
    font-size: 20px;
    font-family: 'c-sans_r'; }
    section .subtitle strong {
      font-size: 125%; }
  section h2 {
    font-size: 18px;
    margin: 0 0 1em;
    color: #fff;
    background-color: #016064;
    padding: 10px;
    font-family: 'c-sans_m';
    line-height: 1.4;
    transition: .8s; }
  section p {
    padding: 1em 6%; }
  section .right h2 {
    margin-left: 5%; }
    section .right h2.leftIn {
      margin-left: -100%; }
  section .left .subtitle {
    text-align: right; }
  section .left h2 {
    text-align: right;
    margin-right: 5%; }
    section .left h2.rightIn {
      margin-right: -100%; }
  section .photo {
    text-align: center;
    margin: 0 0 1em;
    padding: 0 5%; }
    section .photo img.p1 {
      width: 55%; }
    section .photo img.p2 {
      width: 40%; }
    section .photo img.p3 {
      width: 65%; }
  section .sub {
    text-align: center;
    padding: 0 5% .5em;
    margin: 1.5em 0 3em; }
    section .sub img {
      width: 49%; }
    section .sub div {
      padding: 0; }
    section .sub p {
      text-align: left;
      font-size: 12px;
      padding: 0; }
  section#sep {
    width: 100%;
    height: 60vh; }
    section#sep.sep1 {
      background: url(../../images/img-sep1.jpg) center fixed no-repeat;
      background-size: cover; }
    section#sep.sep2 {
      background: url(../../images/img-sep2.jpg) center fixed no-repeat;
      background-size: cover; }
  section#section3 {
    background-color: #fff; }
    section#section3 .subtitle {
      margin-top: 2em;
      text-align: center; }
    section#section3 h2 {
      color: #016064;
      background-color: transparent;
      text-align: center; }
    section#section3 p.graphtitle {
      font-size: 18px; }
    section#section3 p.ticket {
      font-size: 21px;
      line-height: 1.5;
      margin-bottom: 0;
      padding: 0; }
    section#section3 p.graphtitle, section#section3 p.ticket {
      color: #016064;
      margin-top: 1em; }
    section#section3 p.price {
      font-family: 'c-sans_m';
      font-size: 24px;
      padding: 0; }
    section#section3 p.graphtitle, section#section3 p.ticket, section#section3 p.price {
      text-align: center;
      line-height: 1.5; }
    section#section3 a {
      display: block;
      width: 250px;
      margin: 0 auto 2em;
      text-align: center;
      padding: 20px 50px;
      color: #016064;
      background-color: #ebedec; }
  section .graph {
    margin: 0 5% 50px; }
    section .graph img {
      opacity: 1 !important; }

#slider {
  width: 100%;
  height: 30vh;
  overflow: hidden; }
  #slider div img {
    width: 100%; }

nav.tko {
  top: 60px; }

#pagetop {
  margin: .7em 0 .5em 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box; }
  #pagetop img {
    opacity: 1;
    z-index: 1;
    position: relative; }
  #pagetop .logo {
    width: 144px;
    margin: 0 auto;
    float: left;
    padding-left: 10px; }
    #pagetop .logo img.ad {
      position: absolute;
      top: 25%;
      right: 5%;
      width: 27px;
      height: auto; }

nav#footernav {
  padding: 0; }
  nav#footernav ul {
    width: 100%;
    border-top: solid 1px #c7c7c7; }
    nav#footernav ul::after {
      content: "";
      display: block;
      clear: both; }
    nav#footernav ul li {
      width: 50%;
      float: left;
      box-sizing: border-box;
      text-align: center;
      line-height: 36px;
      border-bottom: solid 1px #c7c7c7;
      list-style: none; }
      nav#footernav ul li a {
        color: #000;
        text-decoration: none;
        font-size: 14px; }
      nav#footernav ul li span {
        display: block;
        margin: .4em 0; }
      nav#footernav ul li:nth-child(odd) span {
        border-right: solid 1px #c7c7c7; }
      nav#footernav ul li:nth-child(5) {
        float: none;
        width: auto;
        clear: both; }
        nav#footernav ul li:nth-child(5) span {
          border-style: none;
          margin-top: 0;
          clear: both;
          padding-top: .4em; }

footer {
  display: block;
  background-color: #fff; }
  footer p#footerlogo {
    padding: 1.5em 0 1em;
    text-align: center; }
    footer p#footerlogo img {
      width: auto; }

/*----------------------------------------------------------------
	Footer
----------------------------------------------------------------*/
footer.jb {
  position: relative;
  background-color: #fff;
  z-index: 10;
  color: #3E2B24; }
  footer.jb h1, footer.jb h2, footer.jb h3, footer.jb h4, footer.jb h5, footer.jb h6 {
    color: #fff; }
  footer.jb a {
    color: #545766;
    text-decoration: none; }
    footer.jb a:hover {
      color: #fff; }
  footer.jb .meta-social ul li a {
    border-color: #545766;
    color: #545766; }
    footer.jb .meta-social ul li a:hover {
      color: #fff; }

#top-footer {
  text-align: center; }
  #top-footer .widget {
    text-align: center !important;
    margin-bottom: 0;
    font-size: 0.778em; }
    #top-footer .widget h4 {
      margin-top: 1.34em; }
      #top-footer .widget h4 img {
        display: inline;
        opacity: 1;
        width: auto; }
    #top-footer .widget p {
      color: #00478E;
      opacity: 1; }

footer .row-content.buffer {
  padding-top: 2%;
  padding-bottom: 0; }

#bottom-footer {
  padding: 1em; }
  #bottom-footer p {
    opacity: 1;
    text-align: center;
    font-size: 0.667em;
    line-height: 1.8; }

/* mobile bugfix */
@media screen and (max-width: 768px) {
  #sep {
    background-image: none !important;
    height: 100%; }
    #sep::before {
      content: "";
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center; }
    #sep.sep1:before {
      background-image: url(../../images/img-sep1.jpg);
      z-index: -1; }
    #sep.sep2:before {
      background-image: url(../../images/img-sep2.jpg);
      z-index: -2; }
    #sep.zIndx2:before {
      z-index: -1; } }

/*# sourceMappingURL=style_smp.css.map */