@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* -------------------------------------------------------------
PC
--------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  body {
    letter-spacing: none; }
  a:hover {
    text-decoration: none; }
  .kv_inner {
    position: relative; }
    .kv_inner video {
      width: 100%;
      display: block; }
      .kv_inner video.pcnone {
        display: none; }
    .kv_inner #sound_button {
      position: absolute;
      bottom: 30px;
      left: 30px; }
    .kv_inner .sound_off {
      display: block;
      background: url(../images/icon-off.png) no-repeat;
      background-size: contain;
      width: 34px;
      height: 52px; }
    .kv_inner .sound_on {
      display: block;
      background: url(../images/icon-on.png) no-repeat;
      background-size: contain;
      width: 31px;
      height: 50px; }
  .lb-nav a.lb-prev {
    position: absolute;
    left: -60px !important; }
  .lb-nav a.lb-next {
    position: absolute;
    right: -60px !important; }
  .lb-details {
    margin-top: 20px; }
    .lb-details .title {
      font-weight: bold;
      font-size: 15px; }
    .lb-details .text {
      font-size: 15px;
      line-height: 22px;
      padding-top: 10px;
      font-weight: normal; }
    .lb-details .tabi-btn {
      width: 70%;
      margin-top: 20px; }
      .lb-details .tabi-btn a {
        color: #000 !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        background-color: #ffa000;
        padding: 15px;
        width: 100%;
        height: 100%;
        display: block; }
        .lb-details .tabi-btn a:hover {
          text-decoration: none;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
          filter: alpha(opacity=70);
          -moz-opacity: 0.7;
          -webkit-opacity: 0.7;
          opacity: 0.7; }
  .prof_wrap {
    width: 90%;
    background-color: #000;
    margin: 0 auto;
    color: #fff; }
    .prof_wrap .prof_content {
      width: 95%;
      margin: 0 auto;
      padding: 40px 0;
      text-align: left; }
      .prof_wrap .prof_content .prof_table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .prof_wrap .prof_content .prof_table .prof_tablesp {
          width: 20%;
          vertical-align: middle;
          text-align: center; }
          .prof_wrap .prof_content .prof_table .prof_tablesp img {
            max-width: 80%;
            margin: 0 auto;
            max-height: 120px; }
        .prof_wrap .prof_content .prof_table .event_cell_left {
          width: 57%;
          vertical-align: middle;
          padding-left: 20px; }
          .prof_wrap .prof_content .prof_table .event_cell_left h2 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 25px; }
            .prof_wrap .prof_content .prof_table .event_cell_left h2 .sub {
              font-weight: normal;
              font-size: 16px;
              padding-left: 20px; }
          .prof_wrap .prof_content .prof_table .event_cell_left p {
            font-size: 14px;
            line-height: 150%; }
        .prof_wrap .prof_content .prof_table .event_cell_rightpc {
          width: 20%;
          vertical-align: middle;
          text-align: center; }
          .prof_wrap .prof_content .prof_table .event_cell_rightpc img {
            max-width: 80%;
            margin: 20px auto 0;
            max-height: 90px; }
        .prof_wrap .prof_content .prof_table .event_cell_rightsp {
          display: none; }
  .local_navi {
    width: 90%;
    margin: 0 auto; }
    .local_navi__list {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .local_navi__list__btn {
        width: 20%;
        position: relative; }
        .local_navi__list__btn a img {
          width: 100%; }
        .local_navi__list__btn a .pcnone {
          display: none; }
        .local_navi__list__btn.center:before, .local_navi__list__btn.right:before {
          content: '';
          position: absolute;
          display: block;
          height: 80%;
          margin-top: 10%;
          width: 2px;
          background-color: #999; }
  .content_wrap_tabi {
    width: 100%; }
    .content_wrap_tabi .tabi {
      width: 90%;
      margin: 0 auto;
      padding: 50px 0;
      border-bottom: 1px solid #000; }
      .content_wrap_tabi .tabi.bordernone {
        border-bottom: none; }
      .content_wrap_tabi .tabi__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .content_wrap_tabi .tabi__main .photo {
          width: 35%; }
          .content_wrap_tabi .tabi__main .photo img {
            width: 100%; }
        .content_wrap_tabi .tabi__main .movie {
          width: 50%; }
          .content_wrap_tabi .tabi__main .movie img {
            width: 100%; }
          .content_wrap_tabi .tabi__main .movie .embed-responsive {
            width: 100%;
            padding-bottom: 56.25%;
            height: 0px;
            position: relative; }
          .content_wrap_tabi .tabi__main .movie .embed-responsive iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        .content_wrap_tabi .tabi__main .textbtn {
          width: 45%; }
          .content_wrap_tabi .tabi__main .textbtn h2 {
            font-size: 28px;
            font-weight: bold;
            color: #000; }
            .content_wrap_tabi .tabi__main .textbtn h2 .sub {
              font-size: 18px;
              display: inline-block;
              margin-bottom: 10px; }
          .content_wrap_tabi .tabi__main .textbtn p {
            font-size: 16px;
            line-height: 26px;
            color: #000;
            padding-top: 20px; }
          .content_wrap_tabi .tabi__main .textbtn .btn_wrap {
            margin-top: 20px; }
            .content_wrap_tabi .tabi__main .textbtn .btn_wrap .tabi-btn {
              margin-top: 10px; }
              .content_wrap_tabi .tabi__main .textbtn .btn_wrap .tabi-btn a {
                color: #000;
                font-size: 16px;
                font-weight: bold;
                text-align: center;
                background-color: #ffa000;
                padding: 15px;
                width: 70%;
                height: 100%;
                display: block; }
                .content_wrap_tabi .tabi__main .textbtn .btn_wrap .tabi-btn a:hover {
                  text-decoration: none;
                  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
                  filter: alpha(opacity=70);
                  -moz-opacity: 0.7;
                  -webkit-opacity: 0.7;
                  opacity: 0.7; }
        .content_wrap_tabi .tabi__main .textbtn_top {
          width: 60%; }
          .content_wrap_tabi .tabi__main .textbtn_top h2 {
            font-size: 28px;
            font-weight: bold;
            color: #000; }
            .content_wrap_tabi .tabi__main .textbtn_top h2 .sub {
              font-size: 18px;
              display: inline-block;
              margin-bottom: 10px; }
          .content_wrap_tabi .tabi__main .textbtn_top p {
            font-size: 14px;
            line-height: 26px;
            color: #000;
            padding-top: 20px; }
          .content_wrap_tabi .tabi__main .textbtn_top .btn_wrap {
            margin-top: 20px; }
            .content_wrap_tabi .tabi__main .textbtn_top .btn_wrap .tabi-btn {
              margin-top: 10px; }
              .content_wrap_tabi .tabi__main .textbtn_top .btn_wrap .tabi-btn a {
                color: #000;
                font-size: 16px;
                font-weight: bold;
                text-align: center;
                background-color: #ffa000;
                padding: 15px;
                width: 70%;
                height: 100%;
                display: block; }
                .content_wrap_tabi .tabi__main .textbtn_top .btn_wrap .tabi-btn a:hover {
                  text-decoration: none;
                  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
                  filter: alpha(opacity=70);
                  -moz-opacity: 0.7;
                  -webkit-opacity: 0.7;
                  opacity: 0.7; }
            .content_wrap_tabi .tabi__main .textbtn_top .btn_wrap .tabi-btn.grey a {
              background-color: #bfbfbf;
              width: 50%; }
      .content_wrap_tabi .tabi__text {
        margin-top: 40px;
        text-align: center; }
        .content_wrap_tabi .tabi__text h2 {
          font-size: 24px;
          font-weight: bold;
          color: #000; }
          .content_wrap_tabi .tabi__text h2 .sub {
            font-size: 18px;
            display: inline-block;
            margin-bottom: 10px; }
        .content_wrap_tabi .tabi__text p {
          font-size: 16px;
          line-height: 26px;
          color: #000;
          padding-top: 10px; }
      .content_wrap_tabi .tabi__gallery {
        /*
				width: 100%;
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex; 
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
				justify-content: space-between;
			*/ }
        .content_wrap_tabi .tabi__gallery__photo a img {
          width: 100%; }
          .content_wrap_tabi .tabi__gallery__photo a img:hover {
            -webkit-filter: brightness(80%);
            filter: brightness(80%); }
      .content_wrap_tabi .tabi .swiper-container {
        margin-top: 20px; }
      .content_wrap_tabi .tabi__linktitle {
        width: 28%;
        background: #fff;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: 41px;
        font-size: 24px;
        font-weight: bold; }
      .content_wrap_tabi .tabi__link {
        margin-top: 30px;
        border: 1px solid #534741;
        padding: 30px 0; }
        .content_wrap_tabi .tabi__link p {
          font-size: 16px;
          line-height: 30px;
          font-weight: bold;
          text-align: center; }
          .content_wrap_tabi .tabi__link p a {
            display: inline-block;
            margin: 0 15px;
            font-weight: normal;
            text-decoration: underline;
            color: #000; }
            .content_wrap_tabi .tabi__link p a:hover {
              color: orange; }
  .acBtn {
    width: 28.35%;
    margin: 0 auto 60px; }
    .acBtn .acco {
      position: relative; }
    .acBtn .acco:after {
      content: "";
      position: absolute;
      border-right: 3px solid black;
      border-bottom: 3px solid black;
      width: 13px;
      top: 8px;
      right: 69px;
      height: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .acBtn .acco.ac:after {
      content: "";
      position: absolute;
      border-left: 3px solid black;
      border-top: 3px solid black;
      border-right: 0;
      border-bottom: 0;
      width: 13px;
      top: 16px;
      right: 69px;
      height: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .swiper-button-prev.pcnone
, .swiper-button-next.pcnone {
    display: none; } }

/* -------------------------------------------------------------
IE11用lightbox
--------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .lightbox {
    top: 100px !important; }
  /* IE11 */ }

/* -------------------------------------------------------------
スマホ
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  body {
    letter-spacing: none; }
  .kv_inner {
    position: relative; }
    .kv_inner video {
      width: 100%;
      display: block; }
      .kv_inner video.spnone {
        display: none; }
    .kv_inner #sound_button {
      position: absolute;
      bottom: 10px;
      left: 20px; }
    .kv_inner .sound_off {
      display: block;
      background: url(../images/icon-off.png) no-repeat;
      background-size: contain;
      width: 34px;
      height: 52px; }
    .kv_inner .sound_on {
      display: block;
      background: url(../images/icon-on.png) no-repeat;
      background-size: contain;
      width: 31px;
      height: 50px; }
  .lb-data .lb-details {
    width: 100% !important; }
  .lb-details {
    margin-top: 30px; }
    .lb-details .title {
      font-weight: bold;
      font-size: 15px; }
    .lb-details .text {
      font-size: 13px;
      line-height: 15px;
      padding-top: 10px; }
    .lb-details .text {
      font-size: 15px;
      line-height: 22px;
      padding-top: 10px;
      font-weight: normal; }
    .lb-details .tabi-btn {
      width: 100%;
      margin-top: 20px; }
      .lb-details .tabi-btn a {
        color: #000 !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        background-color: #ffa000;
        padding: 15px;
        height: 100%;
        display: block; }
  .prof_wrap {
    width: 100%;
    background-color: #000;
    color: #fff; }
    .prof_wrap .prof_content {
      width: 90%;
      margin: 0px auto 0px;
      padding: 20px 0 40px;
      text-align: left; }
      .prof_wrap .prof_content .prof_table {
        width: 100%; }
        .prof_wrap .prof_content .prof_table .prof_tablesp {
          width: 90%;
          margin: 0 auto;
          display: table; }
          .prof_wrap .prof_content .prof_table .prof_tablesp .event_cell_moreleft {
            display: table-cell;
            width: 50%;
            padding: 10px;
            text-align: center; }
            .prof_wrap .prof_content .prof_table .prof_tablesp .event_cell_moreleft img {
              width: 90%; }
          .prof_wrap .prof_content .prof_table .prof_tablesp .event_cell_rightsp {
            display: table-cell;
            width: 50%;
            padding: 10px;
            text-align: center; }
            .prof_wrap .prof_content .prof_table .prof_tablesp .event_cell_rightsp img {
              width: 90%;
              padding: 18px 0; }
        .prof_wrap .prof_content .prof_table .event_cell_rightpc {
          display: none; }
        .prof_wrap .prof_content .prof_table .event_cell_left {
          width: 100%;
          margin-top: 20px; }
          .prof_wrap .prof_content .prof_table .event_cell_left h2 {
            font-size: 24px;
            line-height: 36px;
            font-weight: bold;
            margin-bottom: 15px; }
            .prof_wrap .prof_content .prof_table .event_cell_left h2 .sub {
              font-weight: normal;
              font-size: 13px;
              display: block;
              margin: 10px 0 0; }
          .prof_wrap .prof_content .prof_table .event_cell_left p {
            font-size: 16px;
            line-height: 28px; }
  .local_navi {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
    .local_navi__list {
      width: 300%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .local_navi__list__btn {
        width: 20%;
        position: relative; }
        .local_navi__list__btn a img {
          width: 100%; }
        .local_navi__list__btn a .pcnone {
          display: none; }
        .local_navi__list__btn.center:before, .local_navi__list__btn.right:before {
          content: '';
          position: absolute;
          display: block;
          height: 80%;
          margin-top: 10%;
          width: 2px;
          background-color: #999; }
  .content_wrap_tabi {
    width: 100%; }
    .content_wrap_tabi .tabi {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0;
      border-bottom: 1px solid #000; }
      .content_wrap_tabi .tabi.bordernone {
        border-bottom: none; }
      .content_wrap_tabi .tabi__main .photo {
        width: 100%; }
        .content_wrap_tabi .tabi__main .photo img {
          width: 100%; }
      .content_wrap_tabi .tabi__main .movie {
        width: 100%; }
        .content_wrap_tabi .tabi__main .movie img {
          width: 100%; }
        .content_wrap_tabi .tabi__main .movie .embed-responsive {
          width: 100%;
          padding-bottom: 56.25%;
          height: 0px;
          position: relative; }
        .content_wrap_tabi .tabi__main .movie .embed-responsive iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .content_wrap_tabi .tabi__main .textbtn {
        width: 100%; }
        .content_wrap_tabi .tabi__main .textbtn h2 {
          font-size: 28px;
          padding-top: 20px;
          font-weight: bold;
          color: #000; }
          .content_wrap_tabi .tabi__main .textbtn h2 .sub {
            font-size: 18px;
            display: inline-block;
            margin-bottom: 10px; }
        .content_wrap_tabi .tabi__main .textbtn p {
          font-size: 16px;
          line-height: 26px;
          color: #000;
          padding-top: 20px; }
        .content_wrap_tabi .tabi__main .textbtn .btn_wrap {
          margin-top: 20px; }
          .content_wrap_tabi .tabi__main .textbtn .btn_wrap .tabi-btn {
            margin-top: 10px; }
            .content_wrap_tabi .tabi__main .textbtn .btn_wrap .tabi-btn a {
              color: #000;
              font-size: 14px;
              font-weight: bold;
              text-align: center;
              background-color: #ffa000;
              padding: 15px 10px;
              height: 100%;
              display: block; }
      .content_wrap_tabi .tabi__main .textbtn_top {
        width: 100%; }
        .content_wrap_tabi .tabi__main .textbtn_top h2 {
          font-size: 28px;
          padding-top: 20px;
          font-weight: bold;
          color: #000; }
          .content_wrap_tabi .tabi__main .textbtn_top h2 .sub {
            font-size: 18px;
            display: inline-block;
            margin-bottom: 10px; }
        .content_wrap_tabi .tabi__main .textbtn_top p {
          font-size: 14px;
          line-height: 26px;
          color: #000;
          padding-top: 20px; }
        .content_wrap_tabi .tabi__main .textbtn_top .btn_wrap {
          margin-top: 20px; }
          .content_wrap_tabi .tabi__main .textbtn_top .btn_wrap .tabi-btn {
            margin-top: 10px; }
            .content_wrap_tabi .tabi__main .textbtn_top .btn_wrap .tabi-btn a {
              color: #000;
              font-size: 14px;
              font-weight: bold;
              text-align: center;
              background-color: #ffa000;
              padding: 15px 10px;
              height: 100%;
              display: block; }
          .content_wrap_tabi .tabi__main .textbtn_top .btn_wrap .tabi-btn.grey a {
            background-color: #bfbfbf; }
      .content_wrap_tabi .tabi__text {
        margin-top: 40px; }
        .content_wrap_tabi .tabi__text h2 {
          font-size: 21px;
          font-weight: bold;
          color: #000; }
          .content_wrap_tabi .tabi__text h2 .sub {
            font-size: 18px;
            display: inline-block;
            margin-bottom: 10px; }
        .content_wrap_tabi .tabi__text p {
          font-size: 16px;
          line-height: 26px;
          color: #000;
          padding-top: 10px; }
      .content_wrap_tabi .tabi__gallery {
        /*
				width: 100%;
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex; 
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
				justify-content: space-between;
			*/ }
        .content_wrap_tabi .tabi__gallery__photo a img {
          width: 100%; }
          .content_wrap_tabi .tabi__gallery__photo a img:hover {
            -webkit-filter: brightness(80%);
            filter: brightness(80%); }
      .content_wrap_tabi .tabi .swiper-container {
        margin-top: 20px; }
      .content_wrap_tabi .tabi__linktitle {
        width: 80%;
        background: #fff;
        margin: 0 auto;
        text-align: center;
        position: relative;
        top: 40px;
        font-size: 21px;
        font-weight: bold; }
      .content_wrap_tabi .tabi__link {
        margin-top: 30px;
        border: 1px solid #534741;
        padding: 25px 0; }
        .content_wrap_tabi .tabi__link p {
          font-size: 16px;
          line-height: 30px;
          font-weight: bold;
          text-align: center; }
          .content_wrap_tabi .tabi__link p a {
            display: block;
            margin-top: 10px;
            font-weight: normal;
            word-break: break-all;
            text-decoration: underline;
            color: #000; }
            .content_wrap_tabi .tabi__link p a:hover {
              color: orange; }
  .acBtn {
    width: 90%;
    margin: 0 auto 40px; }
    .acBtn .acco {
      position: relative; }
    .acBtn .acco:after {
      content: "";
      position: absolute;
      border-right: 3px solid black;
      border-bottom: 3px solid black;
      width: 13px;
      top: 10px;
      right: 70px;
      height: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .acBtn .acco.ac:after {
      content: "";
      position: absolute;
      border-left: 3px solid black;
      border-top: 3px solid black;
      border-right: 0;
      border-bottom: 0;
      width: 13px;
      top: 17px;
      right: 70px;
      height: 13px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); } }
