.eventDtl a {
  color: #314dea;
  transition: .5s;
}

.eventDtl a:hover {
  color: #b6002d;
}

/* ----イベント全般----   */
.eventDtl-wrap {
  padding-top: 10em;
  background: white;
  position: relative;
}

.eventDtl {
  margin: 0 1em 3em;
  display: flex;
  color: #222;
}

.eventDtl-ttl-wrap {
  width: 1080px;
  max-width: 98%;
  margin: 0 auto;
  text-align: center;

}

.eventDtl-ttl {
  font-size: 300%;
  width: 100%;
  margin-bottom: .5em;
}
.free-k-h3 {
  font-size: 200%;
}
.free-k-h3 img {
  max-width: 50%;
}
.free-k-lead {
      font-size: 120%;
    line-height: 1.5;
}
.free-k-lead-cap {
  font-size:90%;
  text-align: right;
  color: #555555;
}
.img-list li .free-k-cb {
  display: block;
  background: #0057ab;
  width: 90%;
  color: white;
  border: solid 4px #c8d8e5;
}
.free-k-ttl {
  color: #0057ab;
  font-size: 120%;
  text-align: center;
}
.free-k-point {
  margin: 2rem 0;
}
.free-k-point img {
  width: 100%;
}
.free-k-blueback {
  font-size: 150%;
  background: #0057ab;
  padding: 1rem;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-bottom: 3rem;
}
.img-list li .free-k-cb .fas {
  font-size: 150%;
  vertical-align: middle;
}
.img-list li .free-k-cb:hover {
  display: block;
  background: white;
  width: 90%;
  color: #0057ab;
  border: solid 4px #0057ab;
}

.eventDtl-date {
  font-size: 150%;
  background: #444;
  margin-bottom: 3em;
  display: inline-block;
  padding: .2em 1em;
  color: white;
  border-radius: 20px;
}

.eventDtl-left {
  width: 37%;
  height: 100%;
  position: sticky;
  top: 2em;
  padding-right: 3%;
  max-width: 540px;
}

.eventDtl-left::before {
  position: absolute;
  width: 103%;
  height: 39vh;
  content: "";
  background: #EFEFEF;
  z-index: -1;
  left: -2vw;
  top: -4vh;
}

.eventDtl-left figure {
  margin: 0 auto;
  text-align: center;
}

.eventDtl-left figure img {
  width: 100%;
}

.eventDtl-left .eventDtl-left-cap {
  line-height: 1.8;
  padding-bottom: 2em;
  text-align: left;
}

.eventDtl-left .sns-ttl {
  text-align: center;
}

.eventDtl-left .sns-share {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 1em auto;
  align-items: center;
}

.eventDtl-left .sns-share .share-item {
  text-align: center;
  margin: 0 4%;

}

.eventDtl-left .sns-share .share-item img {
  width: 36px;
  border-radius: 4px;
}


.eventDtl-right {
  width: 57%;
  padding-left: 3%;
}

.eventDtl-right-txt {
  line-height: 1.6;
  font-size: 120%;
  padding-bottom: 2em;
}

.eventDtl-right-bold {
  font-weight: bold;
  font-size: 105%;
}

.eventDtl-right .youtube {
  position: relative;
  box-sizing: border-box;
  max-width: 90%;
  height: 27vw;
  margin: 30px auto;
  padding: 20px 25px;
  background: #dfdfdf;
  border-radius: 10px;
}
.eventDtl-right .youtube video {
  width: 100%;
}

.event-Dtl-dl {
  display: flex;
  padding-bottom: 1em;
  flex-direction: column;
  line-height: 1.8;
}

.event-Dtl-dl dt {
  line-height: 1.6;
}

.event-Dtl-dl dd {
  margin-bottom: 1rem;
}

.eventDtl-right .youtube iframe {
  width: 100%;
  height: 100%;
}

.eventDtl-right .youtube::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0) rotate(-135deg);
  border-top: solid 5px #dfdfdf;
  border-left: solid 5px #dfdfdf;
}

.eventDtl-right .img-box {
  text-align: center;
  padding-bottom: 2em;
}

.eventDtl-right .img-box figure h3 {
  font-weight: bold;
  line-height: 2;
  font-size: 130%;
  position: relative;
}

.eventDtl-right .img-box img {
  width: 100%;
  position: relative;
}

.eventDtl-right .img-box figure {
  position: relative;
}

.eventDtl-right .img-box figure::before {
  position: absolute;
  width: 3em;
  height: 3em;
  top: -1em;
  content: "";
  background: #DDDDDD;
  right: -1em;
}

.eventDtl-right .img-box figure::after {
  position: absolute;
  width: 3em;
  height: 3em;
  bottom: 3em;
  content: "";
  background: #DDDDDD;
  left: -1em;
  z-index: -1;
}

.eventDtl-right .img-box figure h3::before {
  position: absolute;
  width: 20%;
  height: .4em;
  bottom: .4em;
  content: "";
  background: #EFEFEF;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.eventDtl-h3 {
  font-size: 200%;
  line-height: 1.6;
  padding-bottom: .5em;
}

.eventDtl-img img {
  width: 100%;
}

.eventDtl-right .img-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}

.eventDtl-right .img-list li {
  width: 47%;
  padding-bottom: 1.5em;
}

.eventDtl-right .img-list li.img-list-wide {
  width: 97%;
}

.eventDtl-right .img-list li img {
  width: 100%;
  position: relative;
}

.eventDtl-right .txt-list {
  margin: 2em 0;
  padding: 1em;
  background: #EFEFEF;
  border: 8px white double;
}

.eventDtl-right .txt-list li {
  line-height: 1.8;
}

.sp_only {
  display: none;
}

.eventDtl-bdr-box {
  padding: 1em;
  border: 1px dashed #333;
  margin: .5em .4em 2em;
}

.eventDtl-bdr-box.eventDtl-bdr-box__pink {
  border: 3px dashed #ff66e2;
}
.eventDtl-white-box {
  text-align: center;
  background: #333;
  color: white;
  margin: 1em 0em 0 0em;
  padding: .5em 0;
}
.pink-txt {
  color: #ff66e2;
  font-weight: bold;
}
/*   電話ボタン・メールボタン    */
.cv-btn-wrap {
  margin-top: 2rem;
  margin-right: 0;
}

.cv-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cv-btn-list {
  width: 46%;
  background: black;
  text-align: center;
  line-height: 3;
}

.cv-btn .cv-btn-item {
  display: block;
  position: relative;
  color: white;
  border: solid 2px black;
}

.cv-btn-item.cv-btn-item__bule {
  border: solid 2px #334dea;
  background: #334dea;
}

.cv-btn-item.cv-btn-item__orange {
  border: solid 2px #ec5d57;
  background: #ec5d57;
}

.cv-btn-item:hover {
  color: black;
  background: white;
  transition: .5s;
}

.cv-btn-item.cv-btn-item__bule:hover {
  color: #334dea;
}

.cv-btn-item.cv-btn-item__orange:hover {
  color: #ec5d57;
}

.cv-btn-item:before {
  position: absolute;
  top: 0;
  height: 3em;
  bottom: 0;
  right: 1rem;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-weight: 900;
  font-size: 1.5em;
}

.cv-btn-item .fa-envelope,
.cv-btn-item .fa-phone-volume {
  position: absolute;
  height: 1rem;
  left: .5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*-------------  動画コンテンツ ----------------*/

#key_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#key_wrap #keyVisual {
  width: 100%;
  height: 100%;
  position: relative;
}

#key_wrap #keyVisual .videoBox {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#key_wrap #keyVisual .videoBox .video-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(https://mikio.co.jp/css/img/yokojima.png);
  content: "";
  margin: 0;
  top: 0;
}

#key_wrap #keyVisual .videoBox video {
  min-height: 100vh;
  min-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.movie-page .eventDtl-ttl-wrap {
  position: absolute;
  left: 2rem;
  text-align: left;
  top: 45vh;
  display: flex;
  flex-direction: column;
  width: auto;
}

.movie-page .eventDtl-ttl {
  color: white;
  font-weight: bold;
  padding: 0;
  margin: 1rem;
  text-align: left;
  line-height: 1.1;
  display: inline;
  width: fit-content;
  overflow: hidden;
  font-size: 6vw;
}

.movie-page .eventDtl-date {
  width: fit-content;
  margin: 1rem;
  background: none;
  padding: 0;
}

.movie-page .move.passing-bar:before {
  -webkit-animation: passing-bar 1s ease 2.5s 1 normal forwards;
  animation: passing-bar 1s ease 2.5s 1 normal forwards;
}

.movie-page .move.passing-txt {
  -webkit-animation: passing-txt 0s ease 3s 1 normal forwards;
  animation: passing-txt 0s ease 3s 1 normal forwards;
}

.scroll-btn {
  padding-top: 60px;
  position: absolute;
  top: 90vh;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 100 16px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.movie-page .con-ttl::after {
  display: none;
}

.scroll-btn span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

.scroll-btn span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.movie-page .passing-bar:before {
  background: white;
}

/*-------------  ギャラリー ----------------*/
.gallery-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 100vw;
  flex-wrap: wrap;
}

.gallery-ttl {
  font-family: 'Khula', sans-serif;
  font-size: 10vw;
  margin: 0 auto .5em;
  text-align: center;
  color: #DDD;
  font-weight: bold;
  overflow: hidden;
  letter-spacing: 10px;
}

.gallery-ttl span {
  transform: translateY(100%);
  transition: 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block;
}

.gallery-ttl span.on-ttl {
  transform: translateY(0);
}

.gallery {
  width: 25%;
  position: relative;
  overflow: hidden;
  padding: 1px;
  background: white;
}

.gallery-img img {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: 0.6s;
}

.gallery.on-gallery .gallery-img img {
  opacity: 1;
}

.gallery-cap-wrap {
  position: absolute;
  justify-content: space-around;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 90%;
  height: 80%;
  background: rgba(0, 0, 0, .8);
  -webkit-transform: rotateY(-90deg) rotateX(-90deg);
  transform: rotateY(-90deg) rotateX(-90deg);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  color: white;
  -o-border-image: -o-linear-gradient(left, #314dea, #9455dc, #ec5d57, #ec5d57) 1/3px 0 3px;
  border-image: -webkit-gradient(linear, left top, right top, from(#314dea), color-stop(#9455dc), color-stop(#ec5d57), to(#ec5d57)) 1/3px 0 3px;
  border-image: linear-gradient(90deg, #314dea, #9455dc, #ec5d57, #ec5d57) 1/3px 0 3px;
  border-style: solid;

}

.gallery-cap {
  font-size: 130%;
}

.gallery-cap-date {
  color: white;
  border-bottom: 1px solid #444;
  padding-bottom: .5em;
}

.gallery:hover .gallery-cap-wrap {
  -webkit-transform: rotateY(0) rotateX(0);
  transform: rotateY(0) rotateX(0);
  opacity: 1;
}

.gallery-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
}

/*----------------------  ハーフ２カラム -----------------------*/
.eventDtl-2clm {
  display: flex;
  justify-content: space-between;
}

.eventDtl-2clm img {
  width: 100%;
}

.eventDtl-2clm-left,
.eventDtl-2clm-right {
  width: 48.5%;
  text-align: center;
  padding: 1em;
  border: solid 1px #555;
  margin-bottom: 2em;
}

.eventDtl-2clm a.zoom {
  position: relative;
  display: block;
  margin-bottom: 1em;
}

.eventDtl-2clm-ttl {
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  margin-bottom: 1em;
}

.eventDtl-2clm-subttl {
  font-weight: bold;
  font-size: 130%;
  text-align: center;
  padding-bottom: .5em;
}

.eventDtl-btn {
  font-weight: bold;
  margin: 10px;
}

.eventDtl-btn a {
  padding: 10px;
  color: white;
  display: block;
  border: solid 1px white;
  border-radius: 20px;
}

.eventDtl-btn__pink a {
  background: #fd4b9a;
}

.eventDtl-btn__mikio a {
  background: #314dea;
}

.eventDtl-btn__green a {
  background: #2eb8bb;
}

.eventDtl-btn__pink a:hover {
  color: #fd4b9a;
  background: white;
  border: solid 1px #fd4b9a;
}

.eventDtl-btn__green a:hover {
  color: #2eb8bb;
  background: white;
  border: solid 1px #2eb8bb;
}

.eventDtl-btn__mikio a:hover {
  color: #314dea;
  background: white;
  border: solid 1px #314dea;
}
.event-flex-btn {
  width: 19rem;
}
.movie-page .event-flex-btn {
  width: 80%;
}


/*----------------------  スマートフォン -----------------------*/
@media screen and (max-width: 1024px) {

  /*----------------------  ハーフ２カラム -----------------------*/
  .eventDtl-2clm {
    flex-direction: column;
  }

  .eventDtl-2clm img {
    width: 100%;
  }

  .eventDtl-2clm-left,
  .eventDtl-2clm-right {
    width: 100%;
  }
}

/*----------------------  タブレット -----------------------*/
@media screen and (max-width: 868px) {
  .gallery {
    width: 33.33%;
  }
}

/*----------------------  スマートフォン -----------------------*/
@media screen and (max-width: 768px) {
  #key_wrap #keyVisual .videoBox .video-bg {
    opacity: .6;
  }

  .eventDtl-wrap {
    padding-top: 2em;
  }

  .eventDtl {
    flex-direction: column;
  }

  .eventDtl-ttl {
    font-size: 200%;
  }

  .sp_onry {
    display: block;
  }

  .eventDtl-left {
    position: relative;
    width: 90%;
    padding-right: 0;
    margin: 0 auto 2em;
  }

  .eventDtl-left::before {
    left: 0;
    top: -1em;
  }

  .eventDtl-h3 {
    font-size: 140%;
  }

  .eventDtl-right {
    width: 100%;
    padding-left: 0;
    padding-top: 2em;
  }

  .eventDtl-right .youtube {
    max-width: 98%;
    height: 54vw;
    padding: 10px;
  }

  .gallery {
    width: 50%;
  }

  .movie-page .eventDtl-ttl-wrap {
    top: 3vh;
    left: 1rem;
  }

  .scroll-btn {
    left: 44%;
    padding-top: 42px;
    top: 80vh;
  }

  .scroll-btn span {
    height: 36px;
    width: 16px;
    margin-left: -8px;
  }

  .scroll-btn span::before {
    top: 4px;
  }

  .movie-page .eventDtl-ttl {
    font-size: 10vw;
    margin: .5rem;
  }

  .movie-page .eventDtl-date {
    font-size: 2.5vh;
    margin: 0 .5em .5em .5em;
  }

  #key_wrap #keyVisual .videoBox video {
    width: 101%;
  }
  .free-k-blueback {
    font-size: 130%;
  } 
}

/*---------------------- スモールスマホ -----------------------*/
@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 120vw;
    /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh;
    /* 上下に適度に余白 */
  }
  .eventDtl-right .img-list li.free-k-img {
    width: 90%;
  }

}