@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*-------------------------------------------
px→vw
 * ex)
   width: sp(200)
   width: tab(200)
-------------------------------------------*/
.newsDetailCol > .tit {
  border-bottom: none;
}

.btnAct {
  cursor: pointer;
}

.ivL {
  opacity: 0;
}

.ivR {
  opacity: 0;
}

.fadeInL {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInR {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 768px) {
  .btnAct:hover {
    opacity: 0.6;
  }
}
.zenbuwash .movieCol {
  margin-bottom: 80px;
  text-align: center;
}
.zenbuwash .movieCol .movieTit {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 10px;
  line-height: 1.5;
}
.zenbuwash .staffBlog {
  text-align: center;
}
.zenbuwash .staffBlog a {
  display: inline-block;
}
.zenbuwash .staffBlog a img {
  margin: 0;
}
