@charset "UTF-8";
/* ------------------------------------------------
 * Mixin for center - 要素中央配置する
 * @include center(xy); // 中央
 * @include center(x);  // 横中央
 * @include center(y);  // 縦中央
 ------------------------------------------------ */
/* ------------------------------------------------

 * transition - フェードイン効果を追加する
 * @include transition;

 ------------------------------------------------ */
/* ------------------------------------------------

 * opacity - 透過効果を追加する
 * @include opacity;

 ------------------------------------------------ */
/* ------------------------------------------------

 * visible / hidden - 表示・非表示の切り替えをする
 * @include display(DV-visible); // 要素を表示
 * @include display(DV-hidden);  // 要素を非表示
 * @include display(V-visible);  // ボックスを表示
 * @include display(V-hidden);   // ボックスを非表示

 ------------------------------------------------ */
/* ------------------------------------------------

 * font-family - フォントの指定をする
 * @include font(gothic); // ゴシック
 * @include font(mincho); // 明朝
 * @include font(arial); // 英字

 ------------------------------------------------ */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, strong, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

body {
  line-height: 0; }

footer, header, menu, nav, section, aside, figure {
  display: block; }

.ul, .ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

/*------------------------------------
 clearfix
------------------------------------*/
.clearfix::before,
.clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

.clearfix {
  *zoom: 1; }

body {
  width: 100%;
  height: 100%;
  color: #222;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 93%;
  font-weight: normal;
  line-height: 1;
  -webkit-text-size-adjust: none; }
  @media only screen and (max-width: 1000px) {
    body {
      font-size: 93%; } }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 77%; } }

#wrapper,
#header,
#container,
#footer {
  width: 100%; }

#wrapper {
  position: relative;
  overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* -----------------------------------
 * common
 ----------------------------------- */
.sec .inner {
  width: 900px;
  margin: 0 auto;
  padding-top: 100px; }
  @media only screen and (max-width: 1000px) {
    .sec .inner {
      width: auto; } }
  @media only screen and (max-width: 767px) {
    .sec .inner {
      padding-top: 60px;
      padding-left: 40px;
      padding-right: 40px; } }

.ttl {
  margin-bottom: 60px;
  font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 250%;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .ttl {
      margin-bottom: 30px;
      font-size: 189%; } }

/* テキスト */
.txt-area {
  text-align: center;
  line-height: 3;
  letter-spacing: 0.1em; }
  .txt-area .tel {
    color: #222;
    text-decoration: none;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .txt-area .tel {
        text-decoration: underline;
        pointer-events: auto; } }
  @media only screen and (max-width: 767px) {
    .txt-area {
      display: none;
      visibility: hidden; } }

.txt-area-sp {
  text-align: justify;
  line-height: 3;
  display: none;
  visibility: hidden; }
  .txt-area-sp .tel {
    color: #222;
    text-decoration: none;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .txt-area-sp .tel {
        text-decoration: underline;
        pointer-events: auto; } }
  @media only screen and (max-width: 767px) {
    .txt-area-sp {
      display: block;
      visibility: visible; } }

/* -----------------------------------
 * menu
 ----------------------------------- */
.main-menu_pc {
  position: relative;
  padding: 20px;
  background-color: #222; }
  @media only screen and (max-width: 1000px) {
    .main-menu_pc {
      display: none;
      visibility: hidden; } }
  .main-menu_pc .logo_font {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 164px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    .main-menu_pc .logo_font:hover {
      opacity: 0.7; }
      @media only screen and (max-width: 1000px) {
        .main-menu_pc .logo_font:hover {
          opacity: 1; } }
    .main-menu_pc .logo_font img {
      vertical-align: top; }
  .main-menu_pc .menu-list {
    display: table;
    margin: 0 auto; }
    .main-menu_pc .menu-list li {
      display: table-cell;
      padding: 0 30px;
      text-align: center; }
      .main-menu_pc .menu-list li a {
        color: #fff;
        font-family: arial,sans-serif;
        font-weight: 500;
        font-size: 93%;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease; }
        .main-menu_pc .menu-list li a:hover {
          opacity: 0.7; }
          @media only screen and (max-width: 1000px) {
            .main-menu_pc .menu-list li a:hover {
              opacity: 1; } }

.main-menu_sp {
  position: relative;
  display: none;
  visibility: hidden; }
  @media only screen and (max-width: 1000px) {
    .main-menu_sp {
      display: block;
      visibility: visible; } }
  .main-menu_sp .btn-toggle {
    display: inline-block;
    position: fixed;
    top: 20px;
    right: 10px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    z-index: 999999; }
    .main-menu_sp .btn-toggle span {
      display: inline-block;
      text-align: center;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
  .main-menu_sp .hambarg-wrap {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 7.5px;
    background: none; }
    .main-menu_sp .hambarg-wrap span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #ccc;
      border-radius: 4px; }
      .main-menu_sp .hambarg-wrap span:nth-of-type(1) {
        top: 0; }
      .main-menu_sp .hambarg-wrap span:nth-of-type(2) {
        top: 48%; }
      .main-menu_sp .hambarg-wrap span:nth-of-type(3) {
        bottom: 0; }
  .main-menu_sp .menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    background-color: #7461a8;
    overflow-y: scroll;
    z-index: 99999; }
    .main-menu_sp .menu-wrap ul {
      position: absolute;
      margin: 0;
      width: 80%;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      transform: translateX(-50%) translateY(-50%); }
      .main-menu_sp .menu-wrap ul li {
        width: 100%;
        margin-top: 50px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .main-menu_sp .menu-wrap ul li {
            margin-top: 30px; } }
        .main-menu_sp .menu-wrap ul li:nth-child(1) {
          margin-top: 0; }
        .main-menu_sp .menu-wrap ul li a {
          color: #fff;
          font-size: 250%;
          font-family: arial,sans-serif;
          font-weight: 500;
          text-transform: uppercase;
          text-decoration: none;
          letter-spacing: 0.1em;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          -ms-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          transition: 0.2s ease; }
          @media only screen and (max-width: 767px) {
            .main-menu_sp .menu-wrap ul li a {
              font-size: 218.7%; } }
          .main-menu_sp .menu-wrap ul li a:hover {
            color: #fff; }
            @media only screen and (max-width: 767px) {
              .main-menu_sp .menu-wrap ul li a:hover {
                color: #7461a8; } }
  .main-menu_sp.active .hambarg-wrap span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg); }
  .main-menu_sp.active .hambarg-wrap span:nth-of-type(2) {
    opacity: 0; }
  .main-menu_sp.active .hambarg-wrap span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg); }

#btn-top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  color: #fff;
  text-decoration: none;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  @media only screen and (max-width: 767px) {
    #btn-top {
      bottom: -20px; } }
  #btn-top span {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (max-width: 767px) {
    #btn-top {
      display: none;
      visibility: hidden; } }

#footer {
  margin-top: 60px; }
  #footer .foot-images {
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #footer .foot-images {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #footer .foot-images figure {
      width: 25%; }
      @media only screen and (max-width: 767px) {
        #footer .foot-images figure {
          width: 50%; } }
  #footer .foot-logo {
    padding: 30px 0;
    background-color: #864597; }
    #footer .foot-logo a {
      display: block;
      width: 183px;
      margin: 0 auto;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      #footer .foot-logo a:hover {
        opacity: 0.7; }
        @media only screen and (max-width: 1000px) {
          #footer .foot-logo a:hover {
            opacity: 1; } }
      @media only screen and (max-width: 767px) {
        #footer .foot-logo a {
          width: 140px; } }
  #footer .foot-sns {
    padding: 20px 0; }
    #footer .foot-sns .sns-area {
      display: table;
      margin: 0 auto; }
      #footer .foot-sns .sns-area li {
        display: table-cell; }
        #footer .foot-sns .sns-area li:nth-child(2) {
          padding-left: 15px; }
        #footer .foot-sns .sns-area li a {
          color: #ccc;
          font-size: 30px;
          text-decoration: none;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          -ms-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          transition: 0.2s ease; }
          #footer .foot-sns .sns-area li a:hover {
            opacity: 0.7;
            color: #864597; }
            @media only screen and (max-width: 1000px) {
              #footer .foot-sns .sns-area li a:hover {
                opacity: 1; } }
  #footer .foot-copyright {
    padding: 20px 0;
    background-color: #222; }
    #footer .foot-copyright p {
      color: #fff;
      font-family: "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 500;
      font-size: 77%;
      text-align: center; }

#header {
  position: relative; }
  #header .logo-mark {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 150px;
    z-index: 3; }
    @media only screen and (max-width: 1000px) {
      #header .logo-mark {
        display: none;
        visibility: hidden; } }
  #header .btn-arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    color: #fff;
    text-decoration: none;
    z-index: 99;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media only screen and (max-width: 1000px) {
      #header .btn-arrow {
        display: none;
        visibility: hidden; } }
    #header .btn-arrow span {
      position: absolute;
      top: 30%;
      left: 50%;
      width: 14px;
      height: 14px;
      margin-left: -7px;
      border-left: 1px solid #222;
      border-bottom: 1px solid #222;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #header .btn-arrow:hover {
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      opacity: 0.7; }
      @media only screen and (max-width: 1000px) {
        #header .btn-arrow:hover {
          opacity: 1; } }
  #header .logo_font_sp {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 164px;
    z-index: 2; }
    @media only screen and (max-width: 1000px) {
      #header .logo_font_sp {
        display: block;
        visibility: visible; } }
  #header .bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  #header .player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none; }

/* -----------------------------------
 * concept
 ----------------------------------- */
.sec-concept {
  padding-bottom: 53%;
  background: url("assets/img/top/bg_concept.jpg") no-repeat center bottom;
  background-size: 100% auto; }
  @media only screen and (max-width: 1000px) {
    .sec-concept {
      padding-bottom: 440px; } }
  @media only screen and (max-width: 767px) {
    .sec-concept {
      padding-bottom: 220px; } }
  .sec-concept .txt-area {
    background: url("assets/img/common/top_logo-mark_gray.png") no-repeat center;
    background-size: 300px; }
    .sec-concept .txt-area p {
      line-height: 2; }
  .sec-concept .txt-area-sp {
    background: url("assets/img/common/top_logo-mark_gray.png") no-repeat center;
    background-size: 150px;
    text-align: center; }

/* -----------------------------------
 * menu
 ----------------------------------- */
#menu {
  background: url("assets/img/top/bg_menu02.jpg") repeat 0 0;
  background-size: 100% auto; }

.sec-menu {
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .sec-menu {
      padding-bottom: 60px; } }
  .sec-menu .menu-index {
    width: 450px;
    margin: 0 auto;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 767px) {
      .sec-menu .menu-index {
        width: 100%; } }
    .sec-menu .menu-index th {
      padding: 10px 0;
      width: 60%;
      font-weight: normal;
      text-align: left;
      line-height: 2;
      vertical-align: top; }
    .sec-menu .menu-index td {
      padding: 10px 0;
      width: 40%;
      text-align: right;
      line-height: 2; }

.sec-menu-bg {
  padding-bottom: calc(100%*900/3200);
  background: url("assets/img/top/bg_menu.jpg") no-repeat 0 0;
  background-size: 100% auto; }

/* -----------------------------------
 * about
 ----------------------------------- */
.sec-about .info {
  float: left;
  width: 360px;
  /*margin-top: 120px;*/ }
  @media only screen and (max-width: 1000px) {
    .sec-about .info {
      float: none;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .sec-about .info {
      width: auto; } }
  .sec-about .info p {
    line-height: 2;
    letter-spacing: 0.05em; }
    .sec-about .info p a {
      text-decoration: none;
      color: #864597; }
  .sec-about .info .tel {
    display: block;
    color: #222;
    text-decoration: none;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .sec-about .info .tel {
        text-decoration: underline;
        pointer-events: auto; } }
.sec-about .facebook {
  float: right;
  width: 500px; }
  @media only screen and (max-width: 1000px) {
    .sec-about .facebook {
      float: none;
      margin: 50px auto 0; } }
  @media only screen and (max-width: 767px) {
    .sec-about .facebook {
      width: 100%; } }

/* -----------------------------------
 * map
 ----------------------------------- */
#map {
  width: 100%;
  margin: 60px auto 0;
  padding: 15% 0; }
  @media only screen and (max-width: 1000px) {
    #map {
      padding: 20% 0; } }
  @media only screen and (max-width: 767px) {
    #map {
      padding: 40% 0; } }
  #map .gmnoprint {
    position: relative !important; }
  #map div {
    top: 0; }
    #map div img {
      width: auto; }
