@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Yantramanav:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900");
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

a {
  color: #000000;
  text-decoration: none;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a:hover {
  color: #000000;
  opacity: 0.7;
}

/*----------------------------------------
	common
----------------------------------------*/
.inline-popup {
  position: relative;
  background-color: #fff;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  box-sizing: border-box;
}
.inline-popup dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 10px;
}
.inline-popup dl dd {
  color: #444;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

/* loading */
@-webkit-keyframes grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.loading_container {
  width: 100%;
  height: 100vh;
  background-color: #00a0e8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: -webkit-linear-gradient(45deg, #fff, #00a0e8, #000);
  background: -moz-linear-gradient(45deg, #fff, #00a0e8, #000);
  background: -o-linear-gradient(45deg, #fff, #00a0e8, #000);
  background: -ms-linear-gradient(45deg, #fff, #00a0e8, #000);
  background: linear-gradient(45deg, #ffffff, #00a0e8, #000000);
  background-size: 600% 600%;
  animation: grad-ani 10s ease infinite;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  will-change: all;
}
.loading_container .logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading_container .logo img {
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .loading_container .logo img {
    width: 100px;
  }
}
.loading_container .logo p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .loading_container .logo p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/*----------------------------------------
	header
----------------------------------------*/
/*----------------------------------------
	footer
----------------------------------------*/
footer {
  border-top: 2px solid #00a0e8;
  padding: 40px 0;
  background-color: #fff;
}
@media only screen and (max-width: 919px) {
  footer {
    padding: 30px 0;
  }
}
footer .ft-container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 919px) {
  footer .ft-container {
    width: 100%;
    padding-bottom: 0;
    display: block;
  }
}
@media only screen and (max-width: 919px) {
  footer .ft-container .ft-logo {
    margin: 0 auto;
    float: inherit;
    text-align: center;
  }
  footer .ft-container .ft-logo img {
    width: 100px;
  }
}
footer .ft-container .ft-item-container {
  width: 940px;
  margin-left: auto;
}
@media only screen and (max-width: 919px) {
  footer .ft-container .ft-item-container {
    width: 100%;
    margin: 30px 0;
    text-align: center;
  }
}
footer .ft-container .ft-item-container .ft-item {
  color: #00a0e8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 919px) {
  footer .ft-container .ft-item-container .ft-item {
    display: block;
  }
}
footer .ft-container .ft-item-container .ft-item a {
  color: #00a0e8;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
footer .ft-container .ft-item-container .ft-item ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 919px) {
  footer .ft-container .ft-item-container .ft-item ul {
    width: 100%;
    text-align: center;
    display: block;
  }
}
footer .ft-container .ft-item-container .ft-item ul li {
  margin-right: 20px;
}
@media only screen and (max-width: 919px) {
  footer .ft-container .ft-item-container .ft-item ul li {
    margin: 0 5px 10px;
    display: inline-block;
  }
}
footer .ft-container .ft-item-container .ft-item ul li a {
  font-size: 14px;
  font-size: 0.875rem;
}
footer .ft-container .ft-item-container .ft-item dl dt {
  margin-bottom: 10px;
}
footer .ft-container .ft-item-container .ft-item dl dd a {
  font-size: 13px;
  font-size: 0.8125rem;
}
footer .ft-container .copyright {
  color: #00a0e8;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 919px) {
  footer .ft-container .copyright {
    position: static;
    text-align: center;
    width: 100%;
    right: auto;
    bottom: auto;
    transform: translate(0, 0);
  }
}
footer .ft-container .copyright span {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 919px) {
  footer .ft-container .copyright span {
    padding: 0 10px;
  }
}

/*----------------------------------------
	side_nav
----------------------------------------*/
@-webkit-keyframes grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
aside#side-nav {
  overflow: scroll !important;
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  right: -50%;
  background: -webkit-linear-gradient(45deg, #fff, #00a0e8, #000);
  background: -moz-linear-gradient(45deg, #fff, #00a0e8, #000);
  background: -o-linear-gradient(45deg, #fff, #00a0e8, #000);
  background: -ms-linear-gradient(45deg, #fff, #00a0e8, #000);
  background: linear-gradient(45deg, #ffffff, #00a0e8, #000000);
  background-size: 600% 600%;
  animation: grad-ani 10s ease infinite;
  z-index: 500;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  aside#side-nav {
    width: 100%;
    right: -100%;
  }
}
aside#side-nav.op-menu {
  right: 0;
}
aside#side-nav .side-nav-container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
aside#side-nav .side-nav-container h1 {
  width: 140px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 919px) {
  aside#side-nav .side-nav-container h1 {
    width: 70px;
    margin: 0 auto 20px;
  }
}
aside#side-nav .side-nav-container h1 a {
  display: block;
}
aside#side-nav .side-nav-container h1 a img {
  width: 100%;
  height: auto;
}
aside#side-nav .side-nav-container nav {
  width: 100%;
}
aside#side-nav .side-nav-container nav ul {
  text-align: center;
}
aside#side-nav .side-nav-container nav ul li {
  margin-bottom: 30px;
  						/*
  						&:nth-child(3){
  							a{
  								pointer-events: none;
  								opacity: .4;
  
  								&:after{
  									color: #fff;
  									content: "coming soon..."
  								}
  							}
  						}
  						*/
}
@media only screen and (max-width: 919px) {
  aside#side-nav .side-nav-container nav ul li {
    margin-bottom: 35px;
  }
}
aside#side-nav .side-nav-container nav ul li a {
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 919px) {
  aside#side-nav .side-nav-container nav ul li a {
    padding-bottom: 5px;
  }
}
aside#side-nav .side-nav-container nav ul li a .new {
  position: absolute;
  top: -15px;
  left: -25px;
  transition: all 1s ease-out;
}
aside#side-nav .side-nav-container nav ul li a .new img {
  width: 30px;
  height: auto;
}
aside#side-nav .side-nav-container nav ul li a dl dt {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 919px) {
  aside#side-nav .side-nav-container nav ul li a dl dt {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
}
aside#side-nav .side-nav-container nav ul li a dl dt.opt {
  font-weight: bold;
  display: block !important;
}
@media only screen and (max-width: 919px) {
  aside#side-nav .side-nav-container nav ul li a dl dt.opt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
aside#side-nav .side-nav-container nav ul li a dl dd {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  aside#side-nav .side-nav-container nav ul li a dl dd {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.discover-list {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -50%;
  z-index: 999;
  opacity: 1;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  .discover-list {
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
}
.discover-list.list-show {
  left: 0;
}
@media only screen and (max-width: 919px) {
  .discover-list.list-show {
    left: 0;
    z-index: 999;
    opacity: 1;
  }
}
.discover-list.show {
  transform: translate(0, -50%);
  opacity: 1;
  z-index: 1000;
}
@media only screen and (max-width: 919px) {
  .discover-list.show {
    transform: translate(0, 0);
  }
}
.discover-list .close {
  display: none;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  .discover-list .close {
    display: block;
    top: 20px;
    right: 20px;
  }
}
.discover-list .close:hover {
  transform: rotate(180deg);
}
.discover-list ul {
  font-size: 0px;
  font-size: 0rem;
  height: 100%;
}
@media only screen and (max-width: 919px) {
  .discover-list ul {
    height: 100%;
  }
}
.discover-list ul li {
  width: 50%;
  height: 25%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 919px) {
  .discover-list ul li {
    height: 25%;
  }
}
@media only screen and (max-width: 919px) {
  .discover-list ul li.emp {
    background-color: #000;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/index/discover_bg_dummy.png);
    height: 25%;
  }
}
.discover-list ul li:after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}
.discover-list ul li:nth-child(1):after {
  background-image: url(../images/gallery/iki01.jpg);
}
.discover-list ul li:nth-child(2):after {
  background-image: url(../images/gallery/tsushima01.jpg);
}
.discover-list ul li:nth-child(3):after {
  background-image: url(../images/gallery/goto03.jpg);
}
.discover-list ul li:nth-child(4):after {
  background-image: url(../images/gallery/shinkamigoto_tobira.jpg);
}
.discover-list ul li:nth-child(5):after {
  background-image: url(../images/gallery/ojika01.jpg);
}
.discover-list ul li:nth-child(6):after {
  background-image: url(../images/discover/ukujima/pic_miryoku_ukujima02.jpg);
}
.discover-list ul li:nth-child(7):after {
  background-image: url(../images/discover/enoshima_hirashima/pic_miryoku_enoshima_hirashima03.jpg);
}
.discover-list ul li.emp {
  background-color: #2a3194;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/index/discover_bg_dummy.png);
}
.discover-list ul li:hover:after {
  transform: scale(1.1);
}
.discover-list ul li a {
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 919px) {
  .discover-list ul li a {
    height: 100%;
  }
}
.discover-list ul li a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.discover-list ul li a dl {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.discover-list ul li a dl dt {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 5px;
}
.discover-list ul li a dl dd {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
@media only screen and (max-width: 919px) {
  .discover-list ul li a dl dd {
    font-size: 16px;
    font-size: 1rem;
  }
}

.slide-menu-button span {
  height: 2px;
}

.mobile-menu-button-container {
  position: fixed;
  top: 27px;
  right: 22px;
  width: 62px;
  height: 62px;
  z-index: 600;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 919px) {
  .mobile-menu-button-container {
    top: 20px;
    right: 15px;
  }
}
.mobile-menu-button-container p {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
  margin-top: 33px;
  text-align: center;
}

.mobile-menu-button {
  position: fixed;
  top: 35px;
  right: 30px;
  display: block;
  width: 44px;
  height: 34px;
  cursor: pointer;
  z-index: 600;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  .mobile-menu-button {
    top: 30px;
    right: 23px;
  }
}

.mobile-menu-button span {
  display: block;
  background: #000;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 7px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.mobile-menu-button span:first-child {
  top: 12px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mobile-menu-button span:last-child {
  bottom: 12px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mm-opening span {
  background-color: #000;
  width: 26px;
}
.mm-opening span:first-child {
  top: 12px !important;
  -webkit-transform: translateY(4px) rotate(45deg);
  -moz-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}
.mm-opening span:last-child {
  bottom: 12px !important;
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -moz-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.mm-next:hover + a {
  opacity: .7;
}

.mm-prev {
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.mm-prev:hover {
  opacity: .7 !important;
}

.mm-listview > li > a {
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.mm-listview > li > a:hover {
  opacity: .7;
}

/* breadcrumb */
.breadcrumb {
  width: 1000px;
  margin: 15px auto;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .breadcrumb {
    width: 100%;
  }
}
.breadcrumb aside ul {
  overflow: hidden;
}
.breadcrumb aside ul li {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}
.breadcrumb aside ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  text-decoration: none;
  margin-right: 5px;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.breadcrumb aside ul li a:after {
  content: "/";
  margin-left: 5px;
  color: #666666;
}
.breadcrumb aside ul li a:hover {
  opacity: 0.7;
}

/*----------------------------------------
	index
----------------------------------------*/
#fixed_bg {
  width: 100%;
  background: transparent url(../images/index/graphic.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}
#fixed_bg canvas {
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.main_container {
  position: relative;
  z-index: 50;
}
.main_container .mov_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.main_container .mov_bg .overlay {
  width: 100%;
  height: 100%;
  background: transparent url(../images/index/overlay.png) 0 0 repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.main_container .mov_bg video {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.main_container header h1 {
  width: 120px;
  position: fixed;
  top: 40px;
  left: 45px;
  z-index: 50;
}
@media only screen and (max-width: 919px) {
  .main_container header h1 {
    width: 70px;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.main_container header h1 img {
  width: 100%;
  height: auto;
}
.main_container header .social {
  font-size: 0px;
  font-size: 0rem;
  position: fixed;
  top: 40px;
  right: 40px;
  transform: translate(0, -50%);
  z-index: 102;
}
@media only screen and (max-width: 919px) {
  .main_container header .social {
    left: 20px;
  }
}
.main_container header .social li {
  margin-right: 20px;
  display: inline-block;
}
.main_container header .social li:last-child {
  margin-right: 0;
}
.main_container header .social li a {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.main_container header .social li a i {
  color: #fff;
}
.main_container .global-navi {
  margin: 40px 0 40px 40px;
  position: relative;
  z-index: 50;
}
@media only screen and (max-width: 919px) {
  .main_container .global-navi {
    text-align: center;
    margin: 20px 0 40px;
  }
}
.main_container .global-navi h1 {
  margin-bottom: 30px;
  width: 120px;
  top: 40px;
  left: 45px;
}
@media only screen and (max-width: 919px) {
  .main_container .global-navi h1 {
    margin: 0 auto 40px;
    top: auto;
    left: auto;
    text-align: center;
  }
}
.main_container .global-navi h1 img {
  width: 100%;
  height: auto;
}
.main_container .global-navi ul {
  padding: 0 0 0 10px;
}
.main_container .global-navi ul li {
  width: 365px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 919px) {
  .main_container .global-navi ul li {
    width: auto;
    margin-bottom: 25px;
  }
}
.main_container .global-navi ul li:last-child {
  margin-bottom: 0;
}
.main_container .global-navi ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 919px) {
  .main_container .global-navi ul li a {
    padding-bottom: 5px;
  }
}
.main_container .global-navi ul li a:hover {
  opacity: 1;
}
.main_container .global-navi ul li a .new {
  position: absolute;
  top: -15px;
  left: -35px;
  transition: all 1.8s ease-out;
}
@media only screen and (max-width: 919px) {
  .main_container .global-navi ul li a .new {
    top: -10px;
  }
}
.main_container .global-navi ul li a .new.roll {
  -webkit-transform: rotateX(1080deg);
  transform: rotateX(1080deg);
}
.main_container .global-navi ul li a .new img {
  width: 35px;
  height: 35px;
}
.main_container .global-navi ul li a dl dt {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: none;
}
@media only screen and (max-width: 919px) {
  .main_container .global-navi ul li a dl dt {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
}
.main_container .global-navi ul li a dl dt.opt {
  font-weight: bold;
  display: block !important;
}
@media only screen and (max-width: 919px) {
  .main_container .global-navi ul li a dl dt.opt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.main_container .global-navi ul li a dl dd {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
}
@media only screen and (max-width: 919px) {
  .main_container .global-navi ul li a dl dd {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.main_container .global-navi ul li.roll_text p {
  display: inline-block;
}
.main_container .global-navi ul li.roll_text p span {
  display: inline-block;
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.main_container .global-navi ul li.roll_text:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.main_container .movie-selector {
  font-size: 0px;
  font-size: 0rem;
  margin: 0 0 40px 30px;
  position: relative;
  vertical-align: top;
  transition: all 1s ease-out;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  z-index: 10;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector {
    text-align: center;
    margin: 0 0 40px;
    display: block;
  }
}
.main_container .movie-selector.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 920px) and (max-width: 1469px) {
  .main_container .movie-selector.fixed {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector.fixed {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.main_container .movie-selector ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector ul {
    display: block;
  }
}
.main_container .movie-selector ul li {
  margin-right: 10px;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector ul li {
    margin: 0 0 20px;
    display: block;
  }
}
.main_container .movie-selector ul li:last-child {
  margin-right: 0;
}
.main_container .movie-selector ul li a {
  display: block;
}
.main_container .movie-selector ul li a img {
  width: auto;
  height: 135px;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector ul li a img {
    height: 160px;
  }
}
.main_container .movie-selector .meeting_link {
  margin-left: 8px;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector .meeting_link {
    margin-left: -10px;
    margin-bottom: 20px;
  }
}
.main_container .movie-selector .meeting_link a {
  display: block;
}
.main_container .movie-selector .meeting_link a img {
  width: auto;
  height: 135px;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector .meeting_link a img {
    height: 160px;
  }
}
.main_container .movie-selector .ext_link {
  margin-left: 8px;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector .ext_link {
    margin-left: -10px;
    display: block;
  }
}
.main_container .movie-selector .ext_link img.pc {
  width: auto;
  height: 135px;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector .ext_link img.pc {
    display: none;
  }
}
.main_container .movie-selector .ext_link img.sp {
  width: 258px;
  display: none;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-selector .ext_link img.sp {
    display: inline-block;
  }
}
.main_container .movie-modal {
  text-align: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}
.main_container .movie-modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 919px) {
  .main_container .movie-modal .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 919px) {
  .main_container .movie-modal .inner .mov {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
.main_container .movie-modal .inner .mov iframe {
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-modal .inner .mov iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.main_container .movie-modal .inner ul {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
.main_container .movie-modal .inner ul li {
  display: inline-block;
}
.main_container .movie-modal .inner ul li a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1.5px;
  width: 230px;
  height: 50px;
  background-color: #009fe7;
  display: block;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-modal .inner ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: .5px;
    width: 28vw;
  }
}
.main_container .movie-modal .inner ul li a.active, .main_container .movie-modal .inner ul li a:hover {
  background: #005ec2;
  opacity: 1;
}
.main_container .movie-modal .inner ul li a span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-modal .inner ul li a span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.main_container .movie-modal .inner ul li:nth-child(1) a {
  border-radius: 25px 0 0 25px;
}
.main_container .movie-modal .inner ul li:nth-child(2) {
  margin: 0 5px;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-modal .inner ul li:nth-child(2) {
    margin: 0 3px;
  }
}
.main_container .movie-modal .inner ul li:nth-child(3) a {
  border-radius: 0 25px 25px 0;
}
.main_container .movie-modal .close {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 50px;
  height: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 919px) {
  .main_container .movie-modal .close {
    top: 30px;
    right: 30px;
  }
}
.main_container .movie-modal .close img {
  width: 100%;
  height: auto;
}
.main_container .movie-modal .close p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 160%;
  margin-top: 5px;
}
.main_container .discover-navi {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main_container .discover-navi.show {
  opacity: 1;
  z-index: 1000;
}
.main_container .discover-navi.show .inner {
  transform: translate(0, -50%);
}
@media only screen and (max-width: 919px) {
  .main_container .discover-navi.show .inner {
    transform: translate(0, 0);
  }
}
.main_container .discover-navi.show .inner a {
  pointer-events: auto !important;
}
.main_container .discover-navi .inner {
  width: 65%;
  position: fixed;
  top: 50%;
  right: 12%;
  transform: translate(0, -50%);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.3);
  transform: translate(0, -30%);
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  .main_container .discover-navi .inner {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    transform: translate(0, 0);
  }
}
.main_container .discover-navi .inner ul {
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (max-width: 919px) {
  .main_container .discover-navi .inner ul {
    height: 100%;
  }
}
.main_container .discover-navi .inner ul li {
  width: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 919px) {
  .main_container .discover-navi .inner ul li {
    height: 25%;
  }
}
.main_container .discover-navi .inner ul li.emp {
  height: 165px;
  background-color: #000;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/index/discover_bg_dummy.png);
}
@media only screen and (max-width: 919px) {
  .main_container .discover-navi .inner ul li.emp {
    height: 25%;
  }
}
.main_container .discover-navi .inner ul li:after {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: all 4s ease;
  -o-transition: all 4s ease;
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}
.main_container .discover-navi .inner ul li:nth-child(1):after {
  background-image: url(../images/gallery/iki01.jpg);
}
.main_container .discover-navi .inner ul li:nth-child(2):after {
  background-image: url(../images/gallery/tsushima01.jpg);
}
.main_container .discover-navi .inner ul li:nth-child(3):after {
  background-image: url(../images/gallery/goto03.jpg);
}
.main_container .discover-navi .inner ul li:nth-child(4):after {
  background-image: url(../images/gallery/shinkamigoto01.jpg);
}
.main_container .discover-navi .inner ul li:nth-child(5):after {
  background-image: url(../images/gallery/ojika01.jpg);
}
.main_container .discover-navi .inner ul li:nth-child(6):after {
  background-image: url(../images/discover/ukujima/pic_miryoku_ukujima02.jpg);
}
.main_container .discover-navi .inner ul li:nth-child(7):after {
  background-image: url(../images/discover/enoshima_hirashima/pic_miryoku_enoshima_hirashima03.jpg);
}
.main_container .discover-navi .inner ul li:hover:after {
  transform: scale(1.1);
}
.main_container .discover-navi .inner ul li a {
  height: 165px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media only screen and (max-width: 919px) {
  .main_container .discover-navi .inner ul li a {
    height: 100%;
  }
}
.main_container .discover-navi .inner ul li a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.main_container .discover-navi .inner ul li a dl {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_container .discover-navi .inner ul li a dl dt {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 5px;
}
.main_container .discover-navi .inner ul li a dl dd {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: 1;
}
@media only screen and (max-width: 919px) {
  .main_container .discover-navi .inner ul li a dl dd {
    font-size: 16px;
    font-size: 1rem;
  }
}
.main_container .discover-navi .close {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: none;
}
@media only screen and (max-width: 919px) {
  .main_container .discover-navi .close {
    top: 20px;
    right: 20px;
    display: block;
  }
}
.main_container .discover-navi .close:hover {
  transform: rotate(180deg);
}
.main_container .discover-navi .pc_close {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 50px;
  height: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 919px) {
  .main_container .discover-navi .pc_close {
    top: 30px;
    right: 30px;
    display: none;
  }
}
.main_container .discover-navi .pc_close img {
  width: 100%;
  height: auto;
}
.main_container .discover-navi .pc_close p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 160%;
  margin-top: 5px;
}
.main_container footer {
  border-top: none;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 919px) {
  .main_container footer {
    padding: 0 0 30px;
  }
}
.main_container footer .jasrac {
  width: 200px;
  overflow: hidden;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 1;
}
@media only screen and (min-width: 920px) and (max-width: 1469px) {
  .main_container footer .jasrac {
    margin-left: 40px;
    bottom: auto;
    right: auto;
    position: relative;
  }
}
@media only screen and (max-width: 919px) {
  .main_container footer .jasrac {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    position: static;
    right: auto;
    bottom: auto;
  }
}
.main_container footer .jasrac img {
  width: 60px;
  float: right;
}
@media only screen and (min-width: 920px) and (max-width: 1469px) {
  .main_container footer .jasrac img {
    float: none;
  }
}
@media only screen and (max-width: 919px) {
  .main_container footer .jasrac img {
    width: 40px;
    float: inherit;
  }
}
.main_container footer .jasrac p {
  margin-top: 10px;
  text-align: right;
  float: right;
  width: 200px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}
@media only screen and (min-width: 920px) and (max-width: 1469px) {
  .main_container footer .jasrac p {
    text-align: left;
  }
}
@media only screen and (max-width: 919px) {
  .main_container footer .jasrac p {
    margin-top: 5px;
    font-size: 11px;
    font-size: 0.6875rem;
    float: inherit;
    width: auto;
    text-align: center;
  }
}
.main_container footer .copyright {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.5px;
  line-height: 1;
  text-align: right;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}
@media only screen and (min-width: 920px) and (max-width: 1469px) {
  .main_container footer .copyright {
    text-align: left;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 30px 0 40px 40px;
  }
}
@media only screen and (max-width: 919px) {
  .main_container footer .copyright {
    text-align: center;
    width: 100%;
    position: static;
    bottom: auto;
    right: auto;
  }
}
.main_container footer .copyright span {
  line-height: 1.6;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 919px) {
  .main_container footer .copyright span {
    padding: 0 10px;
  }
}

/*----------------------------------------
	intro
----------------------------------------*/
/* CSS Animation */
.fadeup {
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transform: translate(0, 120px);
}
.fadeup.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* btn animation*/
@-moz-keyframes btn-on-off {
  50% {
    margin-top: 8px;
    border-bottom: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes btn-on-off {
  50% {
    margin-top: 8px;
    border-bottom: 0px;
    opacity: 1;
  }
}
/* youtube transition*/
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom {
  margin: 50px 0;
}
@media only screen and (max-width: 919px) {
  .zoom {
    margin: 50px 0;
  }
}
.zoom p span {
  color: #00a0e8 !important;
  font-size: 60px;
  font-size: 3.75rem;
}
@media only screen and (max-width: 919px) {
  .zoom p span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.zoom img {
  height: 80px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  .zoom img {
    height: 30px;
  }
}
.zoom img.hide {
  transform: scale(3);
  opacity: 0;
}
.zoom .fkymshima {
  color: #000 !important;
  font-size: 40px !important;
  letter-spacing: 5px !important;
  line-height: 1 !important;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  .zoom .fkymshima {
    font-size: 20px !important;
  }
}
.zoom .fkymshima.hide {
  transform: scale(1);
  opacity: 1;
}

.ml15 {
  margin-left: 15px;
}

#fixed_bg {
  width: 100%;
  background: transparent url(../images/index/graphic.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}
#fixed_bg canvas {
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.teaser_container {
  position: relative;
  z-index: 101;
  overflow: hidden;
}
.teaser_container header h1 {
  width: 130px;
  position: relative;
  margin: 30px auto 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 919px) {
  .teaser_container header h1 {
    width: 93px;
  }
}
.teaser_container header h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .teaser_container header h1 img {
    width: auto;
    height: 80px;
  }
}
.teaser_container header .social {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 56px;
  right: 100px;
  transform: translate(0, -50%);
  z-index: 102;
}
@media only screen and (max-width: 919px) {
  .teaser_container header .social {
    left: 20px;
  }
}
.teaser_container header .social li {
  margin-right: 20px;
  display: inline-block;
}
.teaser_container header .social li:last-child {
  margin-right: 0;
}
.teaser_container header .social li a {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.teaser_container header .social li a i {
  color: #fff;
}
.teaser_container .fukuyama_shima_story {
  padding: 40px 0 120px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story {
    padding: 30px 20px;
  }
}
.teaser_container .fukuyama_shima_story .inner {
  text-align: center;
  width: 1000px;
  padding: 100px 0 0;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner {
    padding: 40px 10px;
    width: auto;
  }
}
.teaser_container .fukuyama_shima_story .inner p {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 3;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}
.teaser_container .fukuyama_shima_story .inner p .large {
  color: #000;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 3px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner p .large {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.teaser_container .fukuyama_shima_story .inner p:last-child {
  margin-bottom: 0;
}
.teaser_container .fukuyama_shima_story .inner p br.sp {
  display: none;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner p br.sp {
    display: block;
  }
}
.teaser_container .fukuyama_shima_story .inner figure {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner figure {
    margin-bottom: 25px;
  }
}
.teaser_container .fukuyama_shima_story .inner figure figcaption {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: 15px;
  right: 240px;
  text-shadow: 1px 1px 5px #000;
  font-weight: 600;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner figure figcaption {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.teaser_container .fukuyama_shima_story .inner figure figcaption.out {
  position: static;
  right: auto;
  bottom: auto;
  text-shadow: none;
  font-weight: normal;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner figure figcaption.out {
    font-size: 11px;
    font-size: 0.6875rem;
    left: auto;
    transform: translateX(0);
  }
}
.teaser_container .fukuyama_shima_story .inner figure figcaption.text-black {
  color: #000;
  text-shadow: none;
}
.teaser_container .fukuyama_shima_story .inner figure figcaption.right300 {
  right: 390px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner figure figcaption.right300 {
    right: 95px;
  }
}
.teaser_container .fukuyama_shima_story .inner figure figcaption br.sp {
  display: none;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner figure figcaption br.sp {
    display: block;
  }
}
.teaser_container .fukuyama_shima_story .inner figure img {
  padding: 7px;
  border: 1px solid #999;
  width: 560px;
  box-sizing: border-box;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner figure img {
    width: 100%;
    height: auto;
  }
}
.teaser_container .fukuyama_shima_story .inner .pre-worker {
  margin-top: -40px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner .pre-worker {
    margin-top: 0;
  }
}
.teaser_container .fukuyama_shima_story .inner .modal-btn {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teaser_container .fukuyama_shima_story .inner .modal-btn:hover {
  opacity: .6;
}
.teaser_container .fukuyama_shima_story .inner .modal-btn p {
  line-height: 1;
  margin-bottom: 20px;
}
.teaser_container .fukuyama_shima_story .inner .modal-btn p img {
  height: 35px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner .modal-btn p img {
    width: 100%;
    height: auto;
  }
}
.teaser_container .fukuyama_shima_story .inner .youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 103;
  animation: fade-in .6s backwards;
}
.teaser_container .fukuyama_shima_story .inner .youtube .youtube-close {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner .youtube .youtube-close {
    top: 30px;
    right: 30px;
  }
}
.teaser_container .fukuyama_shima_story .inner .youtube .youtube-close img {
  width: 100%;
  height: auto;
}
.teaser_container .fukuyama_shima_story .inner .youtube .youtube-close p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 160%;
}
.teaser_container .fukuyama_shima_story .inner .youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner .youtube iframe {
    width: 300px;
    height: auto;
  }
}
.teaser_container .fukuyama_shima_story .inner .wrap {
  background-color: #F3F5FD;
  padding: 100px 0;
  margin-top: 150px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner .wrap {
    background-color: transparent;
    padding: 0;
    margin-top: 100px;
  }
}
.teaser_container .fukuyama_shima_story .inner .movie-title {
  color: #00a0e8;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner .movie-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
.teaser_container .fukuyama_shima_story .inner h3 {
  color: #00a0e8;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.teaser_container .fukuyama_shima_story .inner h3 span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner h3 span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.teaser_container .fukuyama_shima_story .inner .movie_list {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner .movie_list {
    margin-bottom: 60px;
  }
}
.teaser_container .fukuyama_shima_story .inner .movie_list:last-of-type {
  margin-bottom: 0;
}
.teaser_container .fukuyama_shima_story .inner .movie_list li {
  margin-bottom: 40px;
}
.teaser_container .fukuyama_shima_story .inner .movie_list li dl dt {
  color: #00a0e8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00a0e8;
  display: inline-block;
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner .movie_list li dl dt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 919px) {
  .teaser_container .fukuyama_shima_story .inner .movie_list li dl dd {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .teaser_container .fukuyama_shima_story .inner .movie_list li dl dd iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.teaser_container .guide {
  text-align: center;
  width: 150px;
  height: 170px;
  box-sizing: border-box;
  position: fixed;
  bottom: -100%;
  left: 50px;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
@media only screen and (max-width: 919px) {
  .teaser_container .guide {
    height: 120px;
    left: 10px;
  }
}
.teaser_container .guide.show {
  bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .guide.show {
    bottom: 0;
    z-index: 600;
  }
}
.teaser_container .guide .btn a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 150px;
  width: 150px;
  height: 150px;
  background-color: #1aa1e5;
  display: block;
  border-radius: 75px;
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #1aa1e5 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #1aa1e5 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 919px) {
  .teaser_container .guide .btn a {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.teaser_container .guide .btn a span {
  display: block;
}
.teaser_container .guide .btn a:hover {
  background-color: #37afeb;
  opacity: 1;
}
.teaser_container .guide .btn a:active {
  top: 5px;
  border-bottom: none;
}

/*----------------------------------------
	discover
----------------------------------------*/
.discover_container header h1 {
  width: 130px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}
@media only screen and (max-width: 919px) {
  .discover_container header h1 {
    width: auto;
    top: 20px;
  }
}
.discover_container header h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .discover_container header h1 img {
    width: auto;
    height: 80px;
  }
}
.discover_container header .social {
  font-size: 0px;
  font-size: 0rem;
  position: fixed;
  top: 56px;
  right: 100px;
  transform: translate(0, -50%);
  z-index: 102;
}
@media only screen and (max-width: 919px) {
  .discover_container header .social {
    left: 20px;
  }
}
.discover_container header .social li {
  margin-right: 20px;
  display: inline-block;
}
.discover_container header .social li:last-child {
  margin-right: 0;
}
.discover_container header .social li a {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.discover_container header .social li a i {
  color: #fff;
}
.discover_container .main_visual {
  background-color: #000;
  position: relative;
}
.discover_container .main_visual .inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media only screen and (max-width: 919px) {
  .discover_container .main_visual .inner {
    width: 100%;
  }
}
.discover_container .main_visual .inner h2 {
  color: #fff;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .discover_container .main_visual .inner h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 20px;
  }
}
.discover_container .main_visual .inner h3 {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}
@media only screen and (max-width: 919px) {
  .discover_container .main_visual .inner h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.discover_container .main_visual .gallery_btn {
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
@media only screen and (max-width: 919px) {
  .discover_container .main_visual .gallery_btn {
    display: none;
  }
}
.discover_container .main_visual .gallery_btn a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 50px;
  width: 280px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  border-radius: 25px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 919px) {
  .discover_container .main_visual .gallery_btn a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.discover_container .main_visual ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.discover_container .main_visual ul li .main_visual_img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
.discover_container .introduction {
  text-align: center;
  padding: 120px;
  background: #005ec3 url(../images/discover/gotou/bg_islands.svg) 50% 50% no-repeat;
  background-size: auto 645px;
}
@media only screen and (max-width: 919px) {
  .discover_container .introduction {
    padding: 60px 20px;
  }
}
.discover_container .introduction .hashtag {
  display: none;
}
.discover_container .introduction p {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.8;
  letter-spacing: 1px;
}
@media only screen and (max-width: 919px) {
  .discover_container .introduction p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
.discover_container .introduction p br.sp {
  display: none;
}
@media only screen and (max-width: 919px) {
  .discover_container .introduction p br.sp {
    display: block;
  }
}
.discover_container .introduction .large {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  letter-spacing: .5px;
}
@media only screen and (max-width: 919px) {
  .discover_container .introduction .large {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.discover_container .introduction .large .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #0050aa 60%);
}
.discover_container .introduction .medium {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 919px) {
  .discover_container .introduction .medium {
    font-size: 16px;
    font-size: 1rem;
  }
}
.discover_container .standard {
  padding-top: 120px;
  border-bottom: 1px solid #00a0e8;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard {
    padding: 60px 0 20px;
  }
}
.discover_container .standard h3 {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard h3 {
    margin-bottom: 40px;
  }
}
.discover_container .standard h3 img {
  width: auto;
  height: 245px;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard h3 img {
    height: 160px;
  }
}
.discover_container .standard .standard_map_wrap {
  width: 100%;
  height: 800px;
  background-color: #005ec3;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard .standard_map_wrap {
    display: none;
  }
}
.discover_container .standard .standard_map_wrap .standard_map_selector {
  width: 500px;
  height: auto;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 11;
}
.discover_container .standard .standard_map_wrap .standard_map_selector .bg img {
  width: 100%;
}
.discover_container .standard .standard_map_wrap .standard_map_selector .anc {
  position: absolute;
}
.discover_container .standard .standard_map_wrap .standard_map_selector .anc a {
  height: 24px;
  width: 24px;
  background-color: #00a0e8;
  border-radius: 50%;
  border: 2px solid #c8c8c8;
  box-sizing: border-box;
  display: block;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.gotou {
  width: 580px;
  top: 100px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.gotou .spot1 {
  top: 181px;
  left: 115px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.gotou .spot2 {
  top: 275px;
  right: 165px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.gotou .spot3 {
  top: 265px;
  right: 150px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.gotou .spot4 {
  bottom: 145px;
  left: 20px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.gotou .spot5 {
  top: 105px;
  left: 240px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.gotou .spot6 {
  top: 240px;
  right: 200px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.gotou .spot7 {
  top: 255px;
  right: 170px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.iki {
  width: 650px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.iki .spot1 {
  left: 83px;
  top: 153px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.iki .spot2 {
  bottom: 266px;
  left: 318px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.iki .spot3 {
  right: 350px;
  top: 213px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.iki .spot4 {
  left: 208px;
  top: 176px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.iki .spot5 {
  bottom: 285px;
  left: 250px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.iki .spot6 {
  top: 30px;
  left: 113px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.iki .spot7 {
  left: 135px;
  top: 179px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.tsushima {
  width: 320px;
  /*
  .spot1_2{
  	//万関橋
  	bottom: 241px;
  	left: 133px;
  }
  */
  /*
  .spot5_2{
  	//お船江跡
  	bottom: 147px;
  	left: 85px;
  }
  */
}
.discover_container .standard .standard_map_wrap .standard_map_selector.tsushima .spot1 {
  bottom: 305px;
  left: 106px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.tsushima .spot2 {
  bottom: 317px;
  left: 96px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.tsushima .spot3 {
  bottom: 210px;
  left: 61px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.tsushima .spot4 {
  bottom: 247px;
  left: 79px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.tsushima .spot5 {
  bottom: 155px;
  left: 85px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.tsushima .spot6 {
  top: 10px;
  right: 100px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.tsushima .spot7 {
  bottom: 178px;
  left: 91px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.shinkamigotou .spot1 {
  top: 280px;
  right: 245px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.shinkamigotou .spot2 {
  top: 265px;
  right: 155px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.shinkamigotou .spot3 {
  top: 235px;
  right: 150px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.shinkamigotou .spot4 {
  bottom: 75px;
  left: 170px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.shinkamigotou .spot5 {
  top: 190px;
  left: 175px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.shinkamigotou .spot6 {
  top: 160px;
  left: 215px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.shinkamigotou .spot7 {
  bottom: 140px;
  left: 140px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ojika {
  width: 800px;
  top: 160px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ojika .spot1 {
  bottom: 225px;
  right: 271px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ojika .spot2 {
  bottom: 220px;
  right: 328px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ojika .spot3 {
  top: 100px;
  left: 346px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ojika .spot4 {
  top: 112px;
  right: 264px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ojika .spot5 {
  bottom: 222px;
  right: 134px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ojika .spot6 {
  top: 92px;
  right: 162px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ojika .spot7 {
  bottom: 213px;
  right: 305px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima {
  width: 580px;
  top: 160px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot1 {
  top: 0px;
  right: 165px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot2 {
  top: 165px;
  right: 75px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot3 {
  bottom: 125px;
  right: 155px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot4 {
  top: 110px;
  left: 255px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot5 {
  bottom: 20px;
  right: 220px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot6 {
  top: 235px;
  right: 55px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot7 {
  bottom: 130px;
  left: 130px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot8 {
  top: 195px;
  left: 285px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot9 {
  top: 210px;
  left: 80px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.ukujima .spot10 {
  bottom: 70px;
  left: 200px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.enoshima_hirashima {
  width: 800px;
  top: 260px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.enoshima_hirashima .spot1 {
  bottom: 100px;
  right: 120px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.enoshima_hirashima .spot2 {
  top: 60px;
  left: 210px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.enoshima_hirashima .spot3 {
  top: 125px;
  right: 135px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.enoshima_hirashima .spot4 {
  bottom: 110px;
  right: 135px;
}
.discover_container .standard .standard_map_wrap .standard_map_selector.enoshima_hirashima .spot5 {
  top: 170px;
  left: 175px;
}
.discover_container .standard .standard_map_wrap .standard_map .map {
  text-align: center;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.discover_container .standard .standard_map_wrap .standard_map .map .inner {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0);
}
.discover_container .standard .standard_map_wrap .standard_map .map .inner .num {
  color: #fff;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
.discover_container .standard .standard_map_wrap .standard_map .map .inner dl dt {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 10px;
}
.discover_container .standard .standard_map_wrap .standard_map .map .inner dl dd {
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
}
.discover_container .standard .standard_map_wrap .standard_map .map.active {
  opacity: 1 !important;
}
.discover_container .standard .standard_map_wrap .standard_map.gotou .spot1 {
  background-image: url(../images/discover/gotou/standard_map_bg1.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.gotou .spot2 {
  background-image: url(../images/discover/gotou/standard_map_bg2.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.gotou .spot3 {
  background-image: url(../images/discover/gotou/standard_map_bg3.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.gotou .spot4 {
  background-image: url(../images/discover/gotou/standard_map_bg4.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.gotou .spot5 {
  background-image: url(../images/discover/gotou/standard_map_bg5.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.gotou .spot6 {
  background-image: url(../images/discover/gotou/standard_map_bg6.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.gotou .spot7 {
  background-image: url(../images/discover/gotou/standard_map_bg7.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.iki .spot1 {
  background-image: url(../images/discover/iki/standard_map_bg1.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.iki .spot2 {
  background-image: url(../images/discover/iki/standard_map_bg2.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.iki .spot3 {
  background-image: url(../images/discover/iki/standard_map_bg3.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.iki .spot4 {
  background-image: url(../images/discover/iki/standard_map_bg4.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.iki .spot5 {
  background-image: url(../images/discover/iki/standard_map_bg5.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.iki .spot6 {
  background-image: url(../images/discover/iki/standard_map_bg6.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.iki .spot7 {
  background-image: url(../images/discover/iki/standard_map_bg7.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.tsushima .spot1 {
  background-image: url(../images/discover/tsushima/standard_map_bg1.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.tsushima .spot2 {
  background-image: url(../images/discover/tsushima/standard_map_bg2.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.tsushima .spot3 {
  background-image: url(../images/discover/tsushima/standard_map_bg3.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.tsushima .spot4 {
  background-image: url(../images/discover/tsushima/standard_map_bg4.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.tsushima .spot5 {
  background-image: url(../images/discover/tsushima/standard_map_bg5.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.tsushima .spot6 {
  background-image: url(../images/discover/tsushima/standard_map_bg6.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.tsushima .spot7 {
  background-image: url(../images/discover/tsushima/standard_map_bg7.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.shinkamigotou .spot1 {
  background-image: url(../images/discover/shinkamigotou/standard_map_bg1.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.shinkamigotou .spot2 {
  background-image: url(../images/discover/shinkamigotou/standard_map_bg2.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.shinkamigotou .spot3 {
  background-image: url(../images/discover/shinkamigotou/standard_map_bg3.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.shinkamigotou .spot4 {
  background-image: url(../images/discover/shinkamigotou/standard_map_bg4.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.shinkamigotou .spot5 {
  background-image: url(../images/discover/shinkamigotou/standard_map_bg5.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.shinkamigotou .spot6 {
  background-image: url(../images/discover/shinkamigotou/standard_map_bg6.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.shinkamigotou .spot7 {
  background-image: url(../images/discover/shinkamigotou/standard_map_bg7.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ojika .spot1 {
  background-image: url(../images/discover/ojika/standard_map_bg1.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ojika .spot2 {
  background-image: url(../images/discover/ojika/standard_map_bg2.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ojika .spot3 {
  background-image: url(../images/discover/ojika/standard_map_bg3.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ojika .spot4 {
  background-image: url(../images/discover/ojika/standard_map_bg4.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ojika .spot5 {
  background-image: url(../images/discover/ojika/standard_map_bg5.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ojika .spot6 {
  background-image: url(../images/discover/ojika/standard_map_bg6.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ojika .spot7 {
  background-image: url(../images/discover/ojika/standard_map_bg7.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot1 {
  background-image: url(../images/discover/ukujima/standard_map_bg1.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot2 {
  background-image: url(../images/discover/ukujima/standard_map_bg2.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot3 {
  background-image: url(../images/discover/ukujima/standard_map_bg3.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot4 {
  background-image: url(../images/discover/ukujima/standard_map_bg4.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot5 {
  background-image: url(../images/discover/ukujima/standard_map_bg5.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot6 {
  background-image: url(../images/discover/ukujima/standard_map_bg6.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot7 {
  background-image: url(../images/discover/ukujima/standard_map_bg7.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot8 {
  background-image: url(../images/discover/ukujima/standard_map_bg8.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot9 {
  background-image: url(../images/discover/ukujima/standard_map_bg9.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.ukujima .spot10 {
  background-image: url(../images/discover/ukujima/standard_map_bg10.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.enoshima_hirashima .spot1 {
  background-image: url(../images/discover/enoshima_hirashima/standard_map_bg1.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.enoshima_hirashima .spot2 {
  background-image: url(../images/discover/enoshima_hirashima/standard_map_bg2.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.enoshima_hirashima .spot3 {
  background-image: url(../images/discover/enoshima_hirashima/standard_map_bg5.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.enoshima_hirashima .spot4 {
  background-image: url(../images/discover/enoshima_hirashima/standard_map_bg7.jpg);
}
.discover_container .standard .standard_map_wrap .standard_map.enoshima_hirashima .spot5 {
  background-image: url(../images/discover/enoshima_hirashima/standard_map_bg8.jpg);
}
.discover_container .standard ul {
  margin: 0 auto;
  max-width: 1200px;
}
.discover_container .standard ul li {
  min-height: 230px;
  padding: 80px 0;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard ul li {
    padding: 0 0 40px;
    border-bottom: none;
  }
}
.discover_container .standard ul li figure {
  position: absolute;
  top: 80px;
  left: 0;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard ul li figure {
    margin-bottom: 30px;
    position: static;
    top: auto;
    left: auto;
  }
  .discover_container .standard ul li figure img {
    width: 100%;
    height: auto;
  }
}
.discover_container .standard ul li .inner {
  padding-left: 380px;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard ul li .inner {
    padding: 0 20px;
  }
}
.discover_container .standard ul li .inner h4 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 2px;
  padding-left: 60px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard ul li .inner h4 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-left: 55px;
  }
}
.discover_container .standard ul li .inner h4 .catch {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard ul li .inner h4 .catch {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.discover_container .standard ul li .inner h4:before {
  color: #00a0e8;
  font-size: 70px;
  font-size: 4.375rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard ul li .inner h4:before {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.discover_container .standard ul li .inner p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media only screen and (max-width: 919px) {
  .discover_container .standard ul li .inner p {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.discover_container .standard ul li:last-child {
  border-bottom: none;
}
.discover_container .standard ul li:nth-child(1) h4:before {
  content: "1";
}
.discover_container .standard ul li:nth-child(2) h4:before {
  content: "2";
}
.discover_container .standard ul li:nth-child(3) h4:before {
  content: "3";
}
.discover_container .standard ul li:nth-child(4) h4:before {
  content: "4";
}
.discover_container .standard ul li:nth-child(5) h4:before {
  content: "5";
}
.discover_container .standard ul li:nth-child(6) h4:before {
  content: "6";
}
.discover_container .standard ul li:nth-child(7) h4:before {
  content: "7";
}
.discover_container .standard ul li:nth-child(8) h4:before {
  content: "8";
}
.discover_container .standard ul li:nth-child(9) h4:before {
  content: "9";
}
.discover_container .standard ul li:nth-child(10) h4 {
  padding-left: 80px;
}
.discover_container .standard ul li:nth-child(10) h4:before {
  content: "10";
  left: -10px;
}
.discover_container .recommend {
  padding-top: 120px;
  border-bottom: 1px solid #00a0e8;
}
@media only screen and (max-width: 919px) {
  .discover_container .recommend {
    padding: 60px 0 20px;
  }
}
.discover_container .recommend h3 {
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .discover_container .recommend h3 {
    margin-bottom: 40px;
  }
}
.discover_container .recommend h3 img {
  width: auto;
  height: 245px;
}
@media only screen and (max-width: 919px) {
  .discover_container .recommend h3 img {
    height: 160px;
  }
}
.discover_container .recommend ul {
  margin: 0 auto;
  max-width: 1200px;
}
.discover_container .recommend ul li {
  min-height: 230px;
  padding: 80px 0;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .discover_container .recommend ul li {
    padding: 0 0 40px;
    border-bottom: none;
  }
}
.discover_container .recommend ul li figure {
  position: absolute;
  top: 80px;
  left: 0;
}
@media only screen and (max-width: 919px) {
  .discover_container .recommend ul li figure {
    margin-bottom: 30px;
    position: static;
    top: auto;
    left: auto;
  }
  .discover_container .recommend ul li figure img {
    width: 100%;
    height: auto;
  }
}
.discover_container .recommend ul li .inner {
  padding-left: 380px;
}
@media only screen and (max-width: 919px) {
  .discover_container .recommend ul li .inner {
    padding: 0 20px;
  }
}
.discover_container .recommend ul li .inner h4 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .discover_container .recommend ul li .inner h4 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.discover_container .recommend ul li .inner h4 .catch {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: block;
}
@media only screen and (max-width: 919px) {
  .discover_container .recommend ul li .inner h4 .catch {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.discover_container .recommend ul li .inner p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media only screen and (max-width: 919px) {
  .discover_container .recommend ul li .inner p {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.discover_container .access {
  padding-top: 120px;
  border-bottom: 1px solid #00a0e8;
}
@media only screen and (max-width: 919px) {
  .discover_container .access {
    padding: 60px 0 20px;
  }
}
.discover_container .access h3 {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 919px) {
  .discover_container .access h3 {
    margin-bottom: 40px;
  }
}
.discover_container .access h3 img {
  width: auto;
  height: 215px;
}
@media only screen and (max-width: 919px) {
  .discover_container .access h3 img {
    height: 150px;
  }
}
.discover_container .access figure {
  margin-bottom: 120px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 919px) {
  .discover_container .access figure {
    margin-bottom: 60px;
  }
}
.discover_container .access figure img {
  width: 960px;
  max-height: 640px;
}
@media only screen and (max-width: 919px) {
  .discover_container .access figure img {
    width: 80%;
    height: auto;
  }
}
.discover_container .access dl {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}
.discover_container .access dl dt {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .discover_container .access dl dt {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
}
.discover_container .access dl dt span {
  padding: 5px 0 5px 55px;
  background: transparent url(../images/discover/access_title_icon.png) 0 50% no-repeat;
}
@media only screen and (max-width: 919px) {
  .discover_container .access dl dt span {
    padding-left: 35px;
    background-size: auto 20px;
  }
}
.discover_container .access dl dd {
  margin-bottom: 120px;
}
@media only screen and (max-width: 919px) {
  .discover_container .access dl dd {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 919px) {
  .discover_container .access dl dd img.pc {
    display: none;
  }
}
.discover_container .access dl dd img.sp {
  display: none;
}
@media only screen and (max-width: 919px) {
  .discover_container .access dl dd img.sp {
    display: inline-block;
  }
}
.discover_container .links {
  padding: 120px 0;
  border-bottom: 1px solid #00a0e8;
}
@media only screen and (max-width: 919px) {
  .discover_container .links {
    padding: 60px 0;
  }
}
.discover_container .links h3 {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 919px) {
  .discover_container .links h3 {
    margin-bottom: 40px;
  }
}
.discover_container .links h3 img {
  width: auto;
  height: 215px;
}
@media only screen and (max-width: 919px) {
  .discover_container .links h3 img {
    height: 150px;
  }
}
.discover_container .links ul {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
}
.discover_container .links ul li {
  padding: 15px 0;
}
@media only screen and (max-width: 919px) {
  .discover_container .links ul li {
    padding: 10px 0;
  }
}
.discover_container .links ul li:nth-child(odd) {
  background-color: #f4f4f4;
}
.discover_container .links ul li:nth-child(even) {
  background-color: #fff;
}
.discover_container .links ul li a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: underline;
}
@media only screen and (max-width: 919px) {
  .discover_container .links ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.discover_container .links ul li a:hover {
  text-decoration: none;
}
.discover_container .youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  animation: fade-in .6s backwards;
}
.discover_container .youtube .youtube-close {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 919px) {
  .discover_container .youtube .youtube-close {
    top: 30px;
    right: 30px;
  }
}
.discover_container .youtube .youtube-close img {
  width: 100%;
  height: auto;
}
.discover_container .youtube .youtube-close p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 160%;
}
.discover_container .youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 919px) {
  .discover_container .youtube iframe {
    width: 300px;
    height: auto;
  }
}

/*----------------------------------------
	gallery
----------------------------------------*/
#fixed_bg {
  width: 100%;
  background: transparent url(../images/index/graphic.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}
#fixed_bg canvas {
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.gallery_container {
  position: relative;
  z-index: 101;
  overflow: hidden;
}
.gallery_container header h1 {
  width: 130px;
  position: relative;
  margin: 30px auto 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 919px) {
  .gallery_container header h1 {
    width: 93px;
  }
}
.gallery_container header h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .gallery_container header h1 img {
    width: auto;
    height: 80px;
  }
}
.gallery_container header .social {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 56px;
  right: 100px;
  transform: translate(0, -50%);
  z-index: 102;
}
@media only screen and (max-width: 919px) {
  .gallery_container header .social {
    left: 20px;
  }
}
.gallery_container header .social li {
  margin-right: 20px;
  display: inline-block;
}
.gallery_container header .social li:last-child {
  margin-right: 0;
}
.gallery_container header .social li a {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.gallery_container header .social li a i {
  color: #fff;
}
.gallery_container .island_gallery {
  padding: 40px 0 120px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery {
    padding: 30px 20px;
  }
}
.gallery_container .island_gallery .inner {
  text-align: center;
  width: 1000px;
  padding: 100px 50px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  /*
  h3{
  	margin-bottom: 30px;
  }//h3
  */
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery .inner {
    padding: 40px 20px;
    width: auto;
  }
}
.gallery_container .island_gallery .inner h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery .inner h3 {
    margin-bottom: 20px;
  }
}
.gallery_container .island_gallery .inner h3 img {
  height: 40px;
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery .inner h3 img {
    width: 100%;
    height: auto;
  }
}
.gallery_container .island_gallery .inner p {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery .inner p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
.gallery_container .island_gallery .inner dl {
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery .inner dl {
    margin-bottom: 40px;
  }
}
.gallery_container .island_gallery .inner dl:last-of-type {
  margin-bottom: 0;
}
.gallery_container .island_gallery .inner dl dt {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery .inner dl dt {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.gallery_container .island_gallery .inner dl dt span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .5px;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery .inner dl dt span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.gallery_container .island_gallery .inner dl dd ul {
  font-size: 0px;
  font-size: 0rem;
  text-align: left;
  margin: 0 auto;
}
.gallery_container .island_gallery .inner dl dd ul li {
  width: 210px;
  margin: 0 20px 20px 0;
  background-color: #dfdfdf;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery .inner dl dd ul li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .gallery_container .island_gallery .inner dl dd ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery_container .island_gallery .inner dl dd ul li img {
  width: 210px;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .gallery_container .island_gallery .inner dl dd ul li img {
    width: 100%;
  }
}
.gallery_container .island_gallery .inner dl dd ul li:nth-child(4n) {
  margin-right: 0;
}

.youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  animation: fade-in .6s backwards;
}
.youtube .youtube-close {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 919px) {
  .youtube .youtube-close {
    top: 30px;
    right: 30px;
  }
}
.youtube .youtube-close img {
  width: 100%;
  height: auto;
}
.youtube .youtube-close p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 160%;
}
.youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 919px) {
  .youtube iframe {
    width: 300px;
    height: auto;
  }
}

/*----------------------------------------
	about
----------------------------------------*/
#fixed_bg {
  width: 100%;
  background: transparent url(../images/index/graphic.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}
#fixed_bg canvas {
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.about_container {
  position: relative;
  z-index: 101;
  overflow: hidden;
}
.about_container header h1 {
  width: 130px;
  position: relative;
  margin: 30px auto 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 919px) {
  .about_container header h1 {
    width: 93px;
  }
}
.about_container header h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .about_container header h1 img {
    width: auto;
    height: 80px;
  }
}
.about_container header .social {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 56px;
  right: 100px;
  transform: translate(0, -50%);
  z-index: 102;
}
@media only screen and (max-width: 919px) {
  .about_container header .social {
    left: 20px;
  }
}
.about_container header .social li {
  margin-right: 20px;
  display: inline-block;
}
.about_container header .social li:last-child {
  margin-right: 0;
}
.about_container header .social li a {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.about_container header .social li a i {
  color: #fff;
}
.about_container .nbi_project {
  padding: 40px 0 120px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project {
    padding: 30px 20px;
  }
}
.about_container .nbi_project .inner {
  text-align: center;
  width: 1000px;
  padding: 50px 0 80px;
  background: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner {
    padding: 40px 20px;
    width: auto;
  }
}
.about_container .nbi_project .inner h3 {
  color: #00a0e8;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner h3 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
.about_container .nbi_project .inner h3 svg .cls-1 {
  fill: none;
}
.about_container .nbi_project .inner h3 svg .cls-2 {
  fill: #00a0e8;
}
.about_container .nbi_project .inner p {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 2.4;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .about_container .nbi_project .inner p br {
    display: none;
  }
}
.about_container .nbi_project .inner p .sp_br {
  display: none;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner p .sp_br {
    display: block;
  }
}
.about_container .nbi_project .inner .map {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .map {
    margin-bottom: 40px;
  }
}
.about_container .nbi_project .inner .map img {
  width: 460px;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .map img {
    width: 100%;
  }
}
.about_container .nbi_project .inner .links {
  margin-bottom: 120px;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .links {
    margin-bottom: 60px;
  }
}
.about_container .nbi_project .inner .links h3 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .links h3 {
    margin-bottom: 30px;
  }
}
.about_container .nbi_project .inner .links h3 img {
  width: auto;
  height: 215px;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .links h3 img {
    width: 100%;
    height: auto;
  }
}
.about_container .nbi_project .inner .links ul {
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .links ul {
    padding: 0;
  }
}
.about_container .nbi_project .inner .links ul li {
  padding: 15px 0;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .links ul li {
    padding: 10px 0;
  }
}
.about_container .nbi_project .inner .links ul li:nth-child(odd) {
  background-color: #eee;
}
.about_container .nbi_project .inner .links ul li a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: underline;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .links ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.about_container .nbi_project .inner .links ul li a:hover {
  text-decoration: none;
}
.about_container .nbi_project .inner .wrap {
  text-align: center;
  width: 680px;
  margin: 0 auto;
  padding: 60px 0;
  border: 2px solid #00a0e8;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .wrap {
    width: auto;
    padding: 30px 0;
  }
}
.about_container .nbi_project .inner .wrap h3 {
  color: #00a0e8;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .wrap h3 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
}
.about_container .nbi_project .inner .wrap ul {
  font-size: 0px;
  font-size: 0rem;
}
.about_container .nbi_project .inner .wrap ul li {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 30px;
  vertical-align: bottom;
  display: inline-block;
}
@media only screen and (max-width: 919px) {
  .about_container .nbi_project .inner .wrap ul li {
    margin: 0 15px;
  }
}
.about_container .nbi_project .inner .wrap ul li img {
  width: 33px;
  height: auto;
  vertical-align: middle;
}
.about_container .nbi_project .inner .wrap ul li .line-it-button {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about_container .nbi_project .inner .wrap ul li .line-it-button:hover {
  opacity: .6;
}
.about_container .nbi_project .inner .wrap ul li:nth-child(1) i {
  color: #43a5f0;
}
.about_container .nbi_project .inner .wrap ul li:nth-child(2) i {
  color: #5372c1;
}

.youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  animation: fade-in .6s backwards;
}
.youtube .youtube-close {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 919px) {
  .youtube .youtube-close {
    top: 30px;
    right: 30px;
  }
}
.youtube .youtube-close img {
  width: 100%;
  height: auto;
}
.youtube .youtube-close p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 160%;
}
.youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 919px) {
  .youtube iframe {
    width: 300px;
    height: auto;
  }
}

/*----------------------------------------
	about
----------------------------------------*/
#fixed_bg {
  width: 100%;
  background: transparent url(../images/index/graphic.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}
#fixed_bg canvas {
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.message-youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  animation: fade-in .6s backwards;
}
.message-youtube .youtube-close {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 919px) {
  .message-youtube .youtube-close {
    top: 30px;
    right: 30px;
  }
}
.message-youtube .youtube-close img {
  width: 100%;
  height: auto;
}
.message-youtube .youtube-close p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 160%;
}
.message-youtube .youtube-wrapper {
  position: relative;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 919px) {
  .message-youtube .youtube-wrapper {
    width: 90%;
  }
}
.message-youtube .youtube-wrapper .youtube-container {
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  position: relative;
  z-index: 1000;
}
.message-youtube .youtube-wrapper .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}

.message_container {
  position: relative;
  z-index: 101;
  overflow: hidden;
}
.message_container header h1 {
  width: 130px;
  position: relative;
  margin: 30px auto 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 919px) {
  .message_container header h1 {
    width: 93px;
  }
}
.message_container header h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .message_container header h1 img {
    width: auto;
    height: 80px;
  }
}
.message_container header .social {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 56px;
  right: 100px;
  transform: translate(0, -50%);
  z-index: 102;
}
@media only screen and (max-width: 919px) {
  .message_container header .social {
    left: 20px;
  }
}
.message_container header .social li {
  margin-right: 20px;
  display: inline-block;
}
.message_container header .social li:last-child {
  margin-right: 0;
}
.message_container header .social li a {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.message_container header .social li a i {
  color: #fff;
}
.message_container .about {
  padding: 40px 0 120px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .message_container .about {
    padding: 30px 20px;
  }
}
.message_container .about .inner {
  text-align: center;
  width: 1000px;
  padding: 100px 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
@media only screen and (max-width: 919px) {
  .message_container .about .inner {
    padding: 40px 20px;
    width: auto;
  }
}
.message_container .about .inner .message-title {
  color: #00a0e8;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.message_container .about .inner figure {
  margin-bottom: 40px;
}
.message_container .about .inner figure img {
  cursor: pointer;
}
.message_container .about .inner figure img:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 919px) {
  .message_container .about .inner figure {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .message_container .about .inner figure img {
    width: 100%;
    height: auto;
  }
}
.message_container .about .inner .embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  .message_container .about .inner .embed {
    margin-bottom: 20px;
  }
}
.message_container .about .inner .embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 919px) {
  .message_container .about .inner .embed iframe {
    width: 100%;
    height: auto;
  }
}
.message_container .about .inner p {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .5px;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 919px) {
  .message_container .about .inner p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .message_container .about .inner p br {
    display: none;
  }
}
.message_container .about .inner p .sp_br {
  display: none;
}
@media only screen and (max-width: 919px) {
  .message_container .about .inner p .sp_br {
    display: block;
  }
}
.message_container .about .inner p:last-child {
  margin-bottom: 0;
}
.message_container .about .inner p .logo {
  margin-right: 10px;
}
.message_container .about .inner p .logo img {
  width: 240px;
  height: auto;
  vertical-align: bottom;
}
.message_container .about .inner h3 {
  margin: 60px 0 30px;
}
@media only screen and (max-width: 919px) {
  .message_container .about .inner h3 {
    width: 100%;
    height: auto;
  }
}
.message_container .about .inner h3 img {
  height: 240px;
}
@media only screen and (max-width: 919px) {
  .message_container .about .inner h3 img {
    width: 100%;
    height: auto;
  }
}

.youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  animation: fade-in .6s backwards;
}
.youtube .youtube-close {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 919px) {
  .youtube .youtube-close {
    top: 30px;
    right: 30px;
  }
}
.youtube .youtube-close img {
  width: 100%;
  height: auto;
}
.youtube .youtube-close p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 160%;
}
.youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 919px) {
  .youtube iframe {
    width: 300px;
    height: auto;
  }
}

/*----------------------------------------
	about
----------------------------------------*/
#fixed_bg {
  width: 100%;
  background: transparent url(../images/index/graphic.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}
#fixed_bg canvas {
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.message-youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  animation: fade-in .6s backwards;
}
.message-youtube .youtube-close {
  position: absolute;
  top: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 919px) {
  .message-youtube .youtube-close {
    top: 30px;
    right: 30px;
  }
}
.message-youtube .youtube-close img {
  width: 100%;
  height: auto;
}
.message-youtube .youtube-close p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 160%;
}
.message-youtube .youtube-wrapper {
  position: relative;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 919px) {
  .message-youtube .youtube-wrapper {
    width: 90%;
  }
}
.message-youtube .youtube-wrapper .youtube-container {
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  position: relative;
  z-index: 1000;
}
.message-youtube .youtube-wrapper .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}

.movie_container {
  position: relative;
  z-index: 101;
  overflow: hidden;
}
.movie_container header h1 {
  width: 130px;
  position: relative;
  margin: 30px auto 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 919px) {
  .movie_container header h1 {
    width: 93px;
  }
}
.movie_container header h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .movie_container header h1 img {
    width: auto;
    height: 80px;
  }
}
.movie_container header .social {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 56px;
  right: 100px;
  transform: translate(0, -50%);
  z-index: 102;
}
@media only screen and (max-width: 919px) {
  .movie_container header .social {
    left: 20px;
  }
}
.movie_container header .social li {
  margin-right: 20px;
  display: inline-block;
}
.movie_container header .social li:last-child {
  margin-right: 0;
}
.movie_container header .social li a {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.movie_container header .social li a i {
  color: #fff;
}
.movie_container .about {
  padding: 40px 0 120px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .movie_container .about {
    padding: 30px 20px;
  }
}
.movie_container .about .inner {
  text-align: center;
  width: 1000px;
  padding: 100px 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
@media only screen and (max-width: 919px) {
  .movie_container .about .inner {
    padding: 40px 20px;
    width: auto;
  }
}
.movie_container .about .inner .movie-title {
  color: #00a0e8;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.movie_container .about .inner h3 {
  color: #00a0e8;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  .movie_container .about .inner h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.movie_container .about .inner h3 span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
@media only screen and (max-width: 919px) {
  .movie_container .about .inner h3 span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.movie_container .about .inner .movie_list {
  text-align: center;
  margin-bottom: 120px;
}
.movie_container .about .inner .movie_list:last-of-type {
  margin-bottom: 0;
}
.movie_container .about .inner .movie_list li {
  margin-bottom: 40px;
}
.movie_container .about .inner .movie_list li dl dt {
  color: #00a0e8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00a0e8;
  display: inline-block;
}
@media only screen and (max-width: 919px) {
  .movie_container .about .inner .movie_list li dl dt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 919px) {
  .movie_container .about .inner .movie_list li dl dd {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie_container .about .inner .movie_list li dl dd iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/*----------------------------------------
	meeting
----------------------------------------*/
/* CSS Animation */
.fadeup {
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transform: translate(0, 120px);
}
.fadeup.show {
  opacity: 1;
  transform: translate(0, 0);
}

/* btn animation*/
@-moz-keyframes btn-on-off {
  50% {
    margin-top: 8px;
    border-bottom: 0px;
    opacity: 1;
  }
}
@-webkit-keyframes btn-on-off {
  50% {
    margin-top: 8px;
    border-bottom: 0px;
    opacity: 1;
  }
}
/* youtube transition*/
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom {
  margin: 50px 0;
}
@media only screen and (max-width: 919px) {
  .zoom {
    margin: 50px 0;
  }
}
.zoom p span {
  color: #00a0e8 !important;
  font-size: 60px;
  font-size: 3.75rem;
}
@media only screen and (max-width: 919px) {
  .zoom p span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.zoom img {
  height: 80px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  .zoom img {
    height: 30px;
  }
}
.zoom img.hide {
  transform: scale(3);
  opacity: 0;
}
.zoom .fkymshima {
  color: #000 !important;
  font-size: 40px !important;
  letter-spacing: 5px !important;
  line-height: 1 !important;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 919px) {
  .zoom .fkymshima {
    font-size: 20px !important;
  }
}
.zoom .fkymshima.hide {
  transform: scale(1);
  opacity: 1;
}

.ml15 {
  margin-left: 15px;
}

#fixed_bg {
  width: 100%;
  background: transparent url(../images/index/graphic.jpg) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
}
#fixed_bg canvas {
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.teaser_container {
  position: relative;
  z-index: 101;
  overflow: hidden;
}
.teaser_container header h1 {
  width: 130px;
  position: relative;
  margin: 30px auto 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 919px) {
  .teaser_container header h1 {
    width: 93px;
  }
}
.teaser_container header h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .teaser_container header h1 img {
    width: auto;
    height: 80px;
  }
}
.teaser_container header .social {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 56px;
  right: 100px;
  transform: translate(0, -50%);
  z-index: 102;
}
@media only screen and (max-width: 919px) {
  .teaser_container header .social {
    left: 20px;
  }
}
.teaser_container header .social li {
  margin-right: 20px;
  display: inline-block;
}
.teaser_container header .social li:last-child {
  margin-right: 0;
}
.teaser_container header .social li a {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.teaser_container header .social li a i {
  color: #fff;
}
.teaser_container .meeting {
  padding: 40px 0 120px;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting {
    padding: 30px 20px;
  }
}
.teaser_container .meeting .inner {
  text-align: center;
  width: 1000px;
  padding: 100px 0;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner {
    padding: 40px 15px;
    width: auto;
  }
}
.teaser_container .meeting .inner .label {
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner .label {
    margin-bottom: 10px;
  }
  .teaser_container .meeting .inner .label img {
    width: 100%;
    height: auto;
  }
}
.teaser_container .meeting .inner .title {
  color: #4696E9;
  font-size: 55px;
  font-size: 3.4375rem;
  line-height: 1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner .title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.teaser_container .meeting .inner .title .en {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: .05em;
  line-height: 1.2;
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner .title .en {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 5px;
  }
}
.teaser_container .meeting .inner .title .ja {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner .title .ja {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 5px;
  }
}
.teaser_container .meeting .inner .subtitle {
  color: #4696E9;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 120px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner .subtitle {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.teaser_container .meeting .inner .subtitle span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #bfdbf7 60%);
}
.teaser_container .meeting .inner .mv {
  padding: 0 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner .mv {
    padding: 0;
    margin-bottom: 30px;
  }
}
.teaser_container .meeting .inner .mv img {
  width: 100%;
  height: auto;
}
.teaser_container .meeting .inner p {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.6;
  margin-bottom: 50px;
  /*
  span{
  	color: #4696E9;
  	@include fs(44);
  	letter-spacing: -.05em;
  	background: linear-gradient(transparent 60%, #BFDBF7 60%);
  	@include sp{
  		@include fs(20);
  	}//sp
  }//span
  */
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}
.teaser_container .meeting .inner p:last-child {
  margin-bottom: 0;
}
.teaser_container .meeting .inner p br.sp {
  display: none;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner p br.sp {
    display: block;
  }
}
.teaser_container .meeting .inner figure {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner figure {
    margin-bottom: 25px;
  }
}
.teaser_container .meeting .inner figure img {
  padding: 7px;
  border: 1px solid #999;
  width: 560px;
  box-sizing: border-box;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner figure img {
    width: 100%;
    height: auto;
  }
}
.teaser_container .meeting .inner .mov {
  padding: 0 80px;
}
@media only screen and (max-width: 919px) {
  .teaser_container .meeting .inner .mov {
    padding: 0;
  }
}
.teaser_container .meeting .inner .mov .wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
}
.teaser_container .meeting .inner .mov .wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
