/* CSS Document */
body {
  min-width: 1020px;
}
.contents {
  max-width: 1600px;
  min-width: 1020px;
  margin: -4px auto 0;
  font-family: 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: left;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 100;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 200;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 300;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium');
  font-weight: 400;
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Bold');
  font-weight: bold;
}
.contents a {
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.contents a:hover {
  opacity: 0.7;
}
#wrap {
  text-align: left;
  overflow: hidden;
  background-color: #fff;
}
.contents {
  overflow: hidden;
}
.contents p,
.contents h2,
.contents h3,
.contents h4 {
  margin: 0px;
  line-height: 1.2em;
}
.contents ul,
.contents li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.contents img {
  max-width: 100%;
  height: auto;
}
.contents a img {
  border: none;
}
#main .footstepBox {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -451px;
  z-index: 1000;
  margin-top: 0px;
  margin-bottom: 40px;
  width: 902px;
}
#main .footstepBox,
#main .footstepBox a {
  color: #fff !important;
  opacity: 1 !important;
}
.naviBox {
  position: relative;
  z-index: 10;
}
.footerBox {
  margin-top: 0;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
input,
textarea,
select,
button,
label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
}
@media screen and (max-width: 740px) {
  .footstepBox {
    width: auto;
    left: 0;
    margin: 0px 15px 15px 15px;
  }
  .footerBox {
    margin-top: 0;
  }
  .contents {
    min-width: 320px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/* main */
#main {
  position: relative;
  max-height: 750px;
}
#main .inner {
  height: 100%;
  position: relative;
}
#main .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#main .bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bgi_main_01.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition:
    transform 1.2s cubic-bezier(0.21, 0.6, 0.35, 1),
    opacity 1.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#main.fade .bg::before {
  opacity: 1;
  transform: scale(1);
}
#main .txt {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 1;
  padding: 60px 90px 60px 60px;
}
#main .txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #005891;
  transition: width 1s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition-delay: 1s;
}
#main.fade .txt::before {
  width: 100%;
}
#main .txt p,
#main .txt h1 {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition-delay: 1.4s;
}
#main.fade .txt p,
#main.fade .txt h1 {
  opacity: 1;
}
#main .txt p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
#main .txt h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (max-width: 740px) {
  #main .inner {
  }
  #main .txt {
    bottom: -20px;
    padding: 30px;
  }
  #main .txt p {
    font-size: 16px;
  }
  #main .txt h1 {
    font-size: 28px;
    margin-top: 2px;
  }
}

/* lead */
#lead {
  padding: 100px 40px;
}
#lead p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 740px) {
  #lead {
    padding: 60px 20px;
  }
  #lead p {
    font-size: 18px;
  }
  #lead p br {
    display: none;
    line-height: 2;
  }
}

/* section */
section {
  padding: 100px 0;
}
section .inner {
  padding: 0 40px 0;
  margin: 0 auto;
}
section .ttl {
  text-align: center;
}
section .ttl p {
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
}
section .ttl h2 {
  font-size: 18px;
}
@media screen and (max-width: 740px) {
  section {
    padding: 60px 0;
  }
  section .inner {
    padding: 0 20px 0;
  }
  section .ttl p {
    font-size: 32px;
  }
  section .ttl h2 {
    font-size: 16px;
  }
}

/* contact */
.contact {
  background: #005891;
  color: #fff;
}
.contact .inner {
  max-width: 1020px;
  width: 100%;
  display: table;
  margin: 0 auto;
  padding: 30px 40px;
  box-sizing: border-box;
}
.contact .ttl {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 60px 10px 0;
  border-right: 1px solid #fff;
  white-space: nowrap;
}
.contact .ttl p {
  font-size: 52px;
  font-family: 'Oswald', sans-serif;
}
.contact .ttl h2 {
  font-size: 18px;
}
.contact .txt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 10px 0 10px 60px;
}
.contact .txt p {
  font-size: 24px;
  font-weight: bold;
}
.contact .txt .tel {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding-left: 43px;
}
.contact .txt .tel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 38px;
  height: 54px;
  background-image: url('../images/icon_tel_01.svg');
  background-size: cover;
}
.contact .txt .tel strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
}
.contact .txt .tel a {
  color: #fff !important;
}
.contact .txt ul {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
.contact .txt ul li {
  display: block;
  margin-top: 2px;
}
.contact .txt ul li a {
  display: block;
  background: #fff;
  color: #005891;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
}
.contact .txt ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 740px) {
  .contact .inner {
    display: block;
    padding: 20px 20px;
  }
  .contact .ttl {
    display: block;
    padding: 0 0 15px 0;
    border-right: none;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 15px;
  }
  .contact .ttl p {
    font-size: 32px;
  }
  .contact .ttl h2 {
    font-size: 16px;
  }
  .contact .txt {
    display: block;
    padding: 0 0 0 0;
    text-align: center;
  }
  .contact .txt p {
    font-size: 16px;
  }
  .contact .txt .tel {
    margin-top: 5px;
    padding-left: 30px;
  }
  .contact .txt .tel::before {
    top: 6px;
    width: 20px;
    height: 28px;
  }
  .contact .txt .tel strong {
    font-size: 40px;
  }
  .contact .txt ul {
    position: relative;
    top: 0;
    margin: 10px auto 0;
  }
  .contact .txt ul li {
    margin-top: 2px;
  }
  .contact .txt ul li a {
    font-size: 13px;
    width: 200px;
    padding: 10px 0;
  }
}

/* feature */
#feature {
  position: relative;
}
#feature::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 420px;
  width: 100%;
  background: #005891;
}
#feature .ttl h2,
#feature .ttl p {
  color: #fff;
}
#feature .col3 {
  font-size: 0;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
#feature .col3 .col {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  margin: 30px auto 0;
  transform: translateY(15px);
  opacity: 0;
  transition:
    transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1),
    opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#feature .col3.fade .col {
  transform: translateY(0);
  opacity: 1;
}
#feature .col3.fade .col:nth-child(2) {
  transition-delay: 0.15s;
}
#feature .col3.fade .col:nth-child(3) {
  transition-delay: 0.3s;
}
#feature .col3.fade .col:nth-child(4) {
  transition-delay: 0.45s;
}
#feature .col3.fade .col:nth-child(5) {
  transition-delay: 0.6s;
}
#feature .col3 .col a {
  display: block;
  background: #fff;
  color: #333;
}
#feature .col3 .col a:hover {
  text-decoration: none;
  opacity: 1;
}
#feature .col3 .col .img {
  position: relative;
  padding-top: 60%;
}
#feature .col3 .col .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #e4e4e4;
}
#feature .col3 .col.img1 .img::before {
  background-image: url('../images/img_feature_01.jpg');
}
#feature .col3 .col.img2 .img::before {
  background-image: url('../images/img_feature_02.jpg');
}
#feature .col3 .col.img3 .img::before {
  background-image: url('../images/img_feature_03.jpg');
}
#feature .col3 .col.img4 .img::before {
  background-image: url('../images/img_feature_04.jpg');
}
#feature .col3 .col.img5 .img::before {
  background-image: url('../images/img_feature_05.jpg');
}
#feature .col3 .col .txt {
  margin-top: 20px;
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#feature .col3 .col a:hover .txt {
  opacity: 0.7;
}
#feature .col3 .col .txt h3 {
  font-size: 26px;
}
#feature .col3 .col .txt p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
}
#feature .col3 .col .txt .btn {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 50px;
  background: #0071bc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 16px 40px 0 20px;
  border-radius: 50px;
  text-align: left;
  margin-top: 20px;
}
#feature .col3 .col.img3 .txt .btn {
  background: #ef8742;
}
#feature .col3 .col .txt .btn::before {
  content: '';
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 100%;
}
#feature .col3 .col .txt .btn::after {
  content: '';
  display: block;
  position: absolute;
  border-top: solid 3px #0071bc;
  border-right: solid 3px #0071bc;
  top: 23px;
  right: 14px;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(135deg);
}
#feature .col3 .col.img3 .txt .btn::after {
  border-color: #ef8742;
}
@media screen and (max-width: 740px) {
  #feature::before {
    height: 100%;
  }
  #feature .col3 .col {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  #feature .col3 .col a {
    padding: 0 0 10px 0;
  }
  #feature .col3 .col .img {
    position: relative;
    padding-top: 0;
    height: 150px;
  }
  #feature .col3 .col .txt {
    margin-top: 10px;
  }
  #feature .col3 .col .txt h3 {
    font-size: 16px;
  }
  #feature .col3 .col .txt p {
    font-size: 13px;
    margin-top: 2px;
    line-height: 1.6;
  }
  #feature .col3 .col .txt .btn {
    width: 160px;
    height: 40px;
    font-size: 14px;
    padding: 12px 40px 0 20px;
    border-radius: 50px;
    margin-top: 5px;
  }
  #feature .col3 .col .txt .btn::before {
    right: 9px;
    top: 7px;
  }
  #feature .col3 .col .txt .btn::after {
    top: 18px;
    right: 11px;
  }
}

/* info */
#info {
  padding-top: 0;
}
#info .inner {
  max-width: 980px;
  margin: 0 auto;
}
#info .inner > table {
  margin-top: 30px;
  border-top: 1px solid #e4e4e4;
}
#info table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
#info .box {
  display: none;
}
#info table th,
#info table td {
  font-size: 16px;
  padding: 20px 40px;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top;
  line-height: 1.5;
}
#info table th {
  white-space: nowrap;
}
#info table td {
  width: 100%;
}
#info .btn {
  text-align: center;
  margin-top: 15px;
}
#info .btn span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-right: 40px;
  cursor: pointer;
}
#info .btn span::before {
  content: 'もっと見る';
}
#info .btn.active span::before {
  content: '閉じる';
}
#info .btn span::after {
  content: '';
  display: block;
  position: absolute;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  top: 6px;
  right: 14px;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(135deg);
}
#info .btn.active span::after {
  top: 11px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 740px) {
  #info {
    padding-top: 60px;
  }
  #info .inner > table {
    margin-top: 20px;
  }
  #info table th,
  #info table td {
    font-size: 14px;
    padding: 15px 15px;
  }
  #info table td {
    padding-left: 0;
  }
  #info .btn span {
    font-size: 14px;
  }
  #info .btn span::after {
    top: 4px;
  }
  #info .btn.active span::after {
    top: 10px;
  }
}

/* lineup */
#lineup {
  background: #e5f1f8;
}
#lineup .map {
  max-width: 1280px;
  margin: 30px auto 0;
}
#lineup .inner > p {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}
#lineup .map {
  position: relative;
}
#lineup .map ul li {
  position: absolute;
  width: 126px;
  height: 126px;
  transform: translate(-50%, -44%);
  opacity: 0;
  transition:
    opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1),
    transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#lineup .map.fade ul li {
  transform: translate(-50%, -50%);
  opacity: 1;
}
#lineup .map ul li.lineup1 {
  left: 42%;
  top: 7%;
}
#lineup .map ul li.lineup2 {
  left: 56%;
  top: 7%;
}
#lineup .map ul li.lineup3 {
  left: 66%;
  top: 0;
}
#lineup .map ul li.lineup4 {
  left: 77%;
  top: 15%;
}
#lineup .map ul li.lineup5 {
  left: 28%;
  top: 42%;
}
#lineup .map ul li.lineup6 {
  left: 42%;
  top: 61%;
}
#lineup .map ul li.noClick {
  pointer-events: none;
}
#lineup .map ul li a {
  position: relative;
  display: table;
  width: 126px;
  height: 126px;
  background: #0071bc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px 0 0 0;
  border: 6px solid #fff;
  cursor: pointer;
  transform: scale(1);
  transition: background 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#lineup .map ul li a:hover {
  text-decoration: none;
  opacity: 1;
  background: #1d95d8;
}
#lineup .map ul li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-right: 20px solid #fff;
}
#lineup .map ul li a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
@media screen and (max-width: 740px) {
  #lineup .inner > p {
    font-size: 18px;
    margin-top: 20px;
  }
  #lineup .map {
    width: 140vw;
    left: -20px;
    margin-left: -20vw;
    margin-top: 80px;
  }
  #lineup .map ul li {
    width: 80px;
    height: 80px;
  }
  #lineup .map ul li.lineup1 {
    left: 43%;
    top: 0;
  }
  #lineup .map ul li.lineup2 {
    left: 59%;
    top: 47%;
  }
  #lineup .map ul li.lineup3 {
    left: 66%;
    top: -9%;
  }
  #lineup .map ul li.lineup4 {
    left: 77%;
    top: 14%;
  }
  #lineup .map ul li.lineup5 {
    left: 28%;
    top: 35%;
  }
  #lineup .map ul li.lineup6 {
    left: 42%;
    top: 44%;
  }
  #lineup .map ul li a {
    width: 80px;
    height: 80px;
    font-size: 12px;
    padding: 2px 0 0 0;
    border: 3px solid #fff;
  }
  #lineup .map ul li a::before {
    top: 78px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-right: 10px solid #fff;
  }
  #lineup .map ul li.lineup2 a::before {
    top: -15px;
    transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
  }
}

#vt .inner {
  padding: 0 40px;
  max-width: 1280px;
  margin: 0 auto;
}
#vt iframe {
  display: block;
  margin: 40px auto 0;
  max-width: 1280px;
  width: 100%;
  height: 600px;
}
#vt ul {
  font-size: 0;
}
#vt ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
#vt ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-align: center;
  padding: 25px 20px;
}
#vt ul li a:hover {
  text-decoration: none;
}
#vt ul li a.active {
  background-color: #0071bc;
  color: #fff;
}
@media screen and (max-width: 740px) {
  #vt .inner {
    padding: 0 20px;
  }
  #vt iframe {
    height: 300px;
  }
  #vt iframe {
    margin: 30px auto 0;
  }
  #vt ul li {
    width: 50%;
  }
  #vt ul li:nth-child(2n) {
    padding-right: 0;
  }
  #vt ul li a {
    font-size: 13px;
    padding: 15px 15px 15px 15px;
  }
}

/* staff */
#staff {
  background: #f7f7f7;
}
#staff .col4 {
  font-size: 0;
  max-width: 1120px;
  margin: 30px auto 0;
}
#staff .col4 .col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
  transform: translateY(15px);
  opacity: 0;
  transition:
    opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1),
    transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#staff .col4.fade .col {
  transform: translateY(0);
  opacity: 1;
}
#staff .col4.fade .col:nth-child(2) {
  transition-delay: 0.15s;
}
#staff .col4.fade .col:nth-child(3) {
  transition-delay: 0.3s;
}
#staff .col4.fade .col:nth-child(4) {
  transition-delay: 0.45s;
}
#staff .col4 .col .img {
  width: 100%;
  padding-top: 100%;
  background: #fff;
}
#staff .col4 .col .txt {
  padding-left: 20px;
  margin-top: -12px;
}
#staff .col4 .col .txt h3 {
  font-size: 14px;
  width: 80px;
  background: #0071bc;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}
#staff .col4 .col .txt p {
  font-size: 14px;
  line-height: 2;
  margin-top: 8px;
}
#staff .col4 .col .txt p strong {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 740px) {
  #staff .inner {
    padding: 0 10px;
  }
  #staff .col4 {
    margin: 20px auto 0;
  }
  #staff .col4 .col {
    width: 50%;
    padding: 10px;
  }
  #staff .col4 .col .txt {
    padding-left: 15px;
    margin-top: -12px;
  }
  #staff .col4 .col .txt h3 {
    font-size: 14px;
    width: 80px;
  }
  #staff .col4 .col .txt p {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 5px;
  }
  #staff .col4 .col .txt p strong {
    font-size: 16px;
  }
}

/* staff */
#staffinfo {
  background: #f7f7f7;
  padding-top: 60px;
}
#staffinfo .box {
  font-size: 0;
  max-width: 1280px;
  margin: 30px auto 0;
}
#staffinfo .box .col {
  display: inline-block;
  vertical-align: top;
  width: 23.5%;
  min-width: 23.5%;
  box-sizing: border-box;
  margin-right: 2%;
  background: #fff;
}
#staffinfo .box .col:nth-child(4n) {
  margin-right: 0;
}
#staffinfo .instagram-media {
  width: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
  border: none !important;
}
@media screen and (max-width: 740px) {
  #staffinfo {
    padding-top: 0;
  }
  #staffinfo .box .col {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 10px auto 0 !important;
    background: #fff;
  }
  #staffinfo .box .col:nth-child(2n) {
    margin-right: 0;
  }
}

/* gallery */
#gallery {
  overflow: hidden;
  padding-top: 60px;
}
#imgGallery {
  margin: 60px auto 0;
  max-width: 1010px;
}
#imgGallery .slider-for {
  padding: 0 5px;
}
#imgGallery .slider-for li img {
  width: 100%;
}
#imgGallery .slider-for li span {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #000;
  color: #fff;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: bold;
  transform: translate3d(0, 0, 0);
}
#imgGallery .slider-for li span.wht {
  background: #fff;
  color: #333;
}
#imgGallery .slider-nav {
  overflow: hidden;
  margin-top: 10px;
}
#imgGallery .slider-nav li {
  padding: 0 5px;
}
@media screen and (max-width: 750px) {
  #gallery {
    padding-top: 0;
  }
  #gallery .inner {
    padding-left: 8px;
    padding-right: 8px;
  }
  #imgGallery {
    margin: 20px auto 0;
  }
  #imgGallery .slider-for {
    padding: 0 2px;
  }
  #imgGallery .slider-nav {
    margin-top: 4px;
  }
  #imgGallery .slider-nav li {
    padding: 0 2px;
  }
  #imgGallery .slick-next {
    right: -10px;
  }
  #imgGallery .slick-prev {
    left: -10px;
  }
  #imgGallery .slider-for li span {
    left: 15px;
    bottom: 15px;
    padding: 5px 10px;
    font-size: 13px;
  }
}

/* access */
#access {
  background: #005891;
}
#access .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
#access .ttl {
  text-align: left;
  padding-left: 60px;
}
#access .ttl h2,
#access .ttl p {
  color: #fff;
}
#access .txt {
  color: #fff;
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 840px;
}
#access .txt h3 {
  font-size: 20px;
}
#access .txt p {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}
#access .txt p a {
  color: #fff;
  text-decoration: underline;
}
#access .txt p a:hover {
  text-decoration: none;
  opacity: 1;
}
#access .map {
  width: 800px;
  height: 500px;
  position: absolute;
  right: 40px;
  top: -40px;
  opacity: 0;
  transform: translateY(15px);
  transition:
    opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1),
    transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#access.fade .map {
  transform: translateX(0);
  opacity: 1;
}
#access .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #access .ttl {
    padding-left: 0;
  }
  #access .txt {
    padding-left: 0;
    padding-right: 700px;
  }
  #access .map {
    width: 660px;
  }
}
@media screen and (max-width: 750px) {
  #access {
    padding-bottom: 0;
  }
  #access .ttl {
    text-align: center;
  }
  #access .txt {
    margin-top: 20px;
    padding-right: 0;
  }
  #access .txt h3 {
    font-size: 16px;
  }
  #access .txt p {
    font-size: 13px;
    line-height: 1.8;
  }
  #access .map {
    position: relative;
    width: 100%;
    height: 300px;
    top: 20px;
    right: 0;
  }
}

/* movie */
#movie {
  background: #f7f7f7;
}
#movie .col3 {
  font-size: 0;
  max-width: 980px;
  margin: 30px auto 0;
}
#movie .col3 .col {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  transform: translateY(15px);
  opacity: 0;
  transition:
    opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1),
    transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#movie .col3.fade .col {
  opacity: 1;
  transform: translateY(0);
}
#movie .col3 .col:nth-child(2) {
  transition-delay: 0.15s;
}
#movie .col3 .col:nth-child(3) {
  transition-delay: 0.3s;
}
#movie .col3 .col:nth-child(3n) {
  margin-right: 0;
}
#movie .col3 .col p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #movie .col3 {
    margin: 0 auto 0;
  }
  #movie .col3 .col {
    display: block;
    vertical-align: top;
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0 !important;
  }
  #movie .col3 .col p {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* bnr */
.bnr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 40px;
}
section .bnr {
  padding: 0 0 100px 0;
}
#bnr2 {
  padding-top: 0;
}
.bnr ul {
  position: relative;
}
.bnr ul li {
  margin: 0 10px;
}
.bnr .slick-prev {
  left: -40px;
}
.bnr .slick-next {
  right: -40px;
}
.bnr .slick-arrow::before,
.bnr .slick-arrow::after {
  border-color: #333;
}
section .bnr .img {
  margin-top: 0;
}
.bnr .img {
  max-width: 980px;
  margin: 60px auto 0;
}
.bnr .img + .img {
  margin-top: 30px;
}
.bnr .img .note {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .bnr {
    padding: 30px 10px;
  }
  section .bnr {
    padding: 10px 10px 40px;
  }
  #bnr2 {
    padding-bottom: 60px;
  }
  .bnr .slick-prev,
  .bnr .slick-next {
    background: rgba(255, 255, 255, 0.95);
    width: 40px;
    height: 40px;
  }
  .bnr .slick-prev {
    left: -10px;
  }
  .bnr .slick-next {
    right: -10px;
  }
  .bnr .img {
    margin: 30px auto 0;
  }
  .bnr .img + .img {
    margin-top: 10px;
  }
  .bnr .img .note {
    font-size: 12px;
    margin-top: 5px;
  }
}

/* pageTop */
#pageTop {
  padding: 0px 10px 10px;
  background-color: #00a3d9;
  position: fixed;
  bottom: 40px;
  right: 0px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  z-index: 300;
}
#pageTop i {
  display: block;
  font-size: 24px;
  line-height: 1.2em;
}
#pageTop span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  #pageTop {
    bottom: 0px;
  }
  #pageTop i {
    font-size: 20px;
    line-height: 1em;
  }
  #pageTop span {
    font-size: 10px;
  }
  #pageTop span br {
    display: none;
  }
}

/* modal */
#cm_modal,
#lineup_modal {
  height: 0;
}
.modal {
  display: none;
  overflow-y: scroll;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.modal .modalInner {
  position: relative;
  z-index: 11;
  max-width: 600px;
  box-sizing: padding-box;
  margin: 0 auto;
}
.modal .modalBox {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.modal .modalBox .over {
  position: relative;
}
.modal .modalBox img {
  width: 100%;
  height: auto;
}
.modal .modalBox .modalClose {
  position: absolute;
  right: -50px;
  top: -13px;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  ppacity: 1 !important;
}
.modal .modalBox .modalClose::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(-45deg);
}
.modal .modalBox .modalClose::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  transform: rotate(45deg);
}
.modal.min {
  overflow-y: scroll;
}
.modal .modalInner {
  max-width: 900px;
  margin: 0 auto;
  display: table;
  height: 100%;
  padding: 40px 0;
  box-sizing: border-box;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modal .modalBox .modalClose {
    right: -5px;
    top: -30px;
    width: 30px;
    height: 30px;
  }
  .modal .modalBox .modalClose::before {
    width: 20px;
    margin-left: -10px;
  }
  .modal .modalBox .modalClose::after {
    width: 20px;
    margin-left: -10px;
  }
  .modal .modalBox .over::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 27px;
    height: 32px;
    background-image: url('../images/icon_pinch_01.svg');
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.slick-list {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}
.slick-slide:focus {
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  cursor: pointer;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.slick-arrow::before {
  position: relative;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: left 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.slick-next::before {
  left: -8%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev::before {
  left: 8%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-next:hover::before {
  left: -2%;
}
.slick-prev:hover::before {
  left: 2%;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  transition: background 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 1);
}

/* iframe */
.contents #form {
  padding: 40px 0;
}
.contents #form iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 1480px;
}
@media screen and (max-width: 767px) {
  .contents #form {
    padding: 20px 0 40px;
  }
}
