@charset "UTF-8";
.scale img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.scale img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
使い方
div {
@include filter(blur, 1px);
 }
*/
/*
使い方
@include transition(all 2s $$easeInSine 1s);
*/
.ttlBg {
  background: url(../img/in_bg_03.jpg) no-repeat 50% top;
  background-size: cover;
}

@media (min-width: 768px) {
  .visualArea .lead {
    font-size: min(2.2vw, 3rem);
  }
}

.margin {
  position: relative;
  background: #fff;
  width: 100%;
  height: 0;
}

.sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.frame-episodeIn {
  padding: 0;
  margin: 0 0.5em;
}

.frame-episodeIn_txt2 {
  width: 100%;
  text-align: center;
  padding: 1em 0 0;
  margin: 0 !important;
  font-size: 1.2rem;
}

.frame-episodeIn_img {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .frame-episodeIn {
    margin: 0 1em;
  }
  .frame-episodeIn_txt2 {
    font-size: 1.6rem;
  }
}