@charset "UTF-8";
/* ---------------------------------------------------------------------
 movie
 * --------------------------------------------------------------------- */
@keyframes glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1);
  }
  75% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
.p-cont-bg {
  background-color: #fff;
}

.p-ol {
  padding: 4rem 0 6.5rem;
  background-image: url("../../images/common/bg_stone.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-ol {
    padding: 2rem 0 3rem;
  }
}
.p-ol__ttl {
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  margin: 2.5rem auto;
  display: block;
  color: #333;
}
@media (max-width: 768px) {
  .p-ol__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-ol__ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-ol__ttl {
    margin: 1rem auto;
    flex-direction: column;
  }
}
.p-ol__ttl-en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #3C5064;
}
.p-ol__ttl-jp {
  margin-left: 1rem;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-ol__ttl-jp {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-ol__ttl-jp {
    font-size: 1.6rem;
  }
}

.obj--mrg-t6 {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .obj--mrg-t6 {
    margin-top: 3rem;
  }
}
#movie h4 {font-size: 20px;font-size: 2rem;background-color: #3C5064;color: #fff;padding:1rem;text-align: center;margin-bottom: 20px;}
#movie #mv1 li{margin-bottom: 30px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
#movie #mv1 li h4{border: 1px solid #87784E;background:rgba(128,115,71,1);font-size: 20px;padding: 12px 0;color: #fff}
#movie #mv1 li p{position: relative;}
#movie #mv1 li p .cap{width:100%;height:auto;}
#movie #mv1 li p .icon{width: 80px;height: 80px; position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);-webkit-transform: translateY(-50%) translateX(-50%);}


body.fixed {position: fixed;width: 100%;height: 100%;left: 0;}
.modal{display: none;height: 100vh;position: fixed;top: 0;left: 0;width: 100%;z-index: 9999999}
.modal__bg{background: rgba(0,0,0,0.8);height: 100vh;position: absolute;left: 0;top: 0; width: 100%;}
.modal__content{background: #fff;left: 50%;padding:0px;position: absolute;top: 50%;transform: translate(-50%,-50%);width: 70%;}
.modal__content a{text-decoration: none}
.js-modal-close{position: absolute;top: -80px;right: -50px;font-size: 60px;display: block;color: #fff!important}
.movie-wrap { position: relative; padding-bottom: 56.25%;height: 0; overflow: hidden;}
.movie-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.p-cont__chu {
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
}
/*===============================================================================
===============================================================================*/
@media screen and (max-width: 767px) {/*スマホ設定*/
#movie h4 {font-size: 16px;}
#movie ul{width: 100%;margin: auto}
#movie li{margin-bottom: 20px}
#movie #mv1 li.col3_2{width:80%;margin:0 auto 20px}
#movie #mv1 li p .cap{width:100%;height:auto; object-fit: cover;}
#movie #mv1 li p .icon{width: 50px;height: 50px;}

.js-modal-close{position: absolute;top: -60px;right: 0px;font-size: 60px;display: block;color: #fff}
.modal__content{padding: 0px;width: 96%;}
}
