@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)
-------------------------------------------*/
.movieListCol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.movieListCol::after {
  display: block;
  content: "";
  width: 48%;
}
@media screen and (min-width: 768px) {
  .movieListCol::after {
    width: 32%;
  }
}
.movieListCol li {
  padding-top: 30px;
  /*border-right: 1px solid #efefef;*/
  box-sizing: border-box;
  width: 48%;
  /*
      &:last-child,
      &:nth-last-child(2) {
        margin-bottom: 0;
  
        article {
          border-bottom: 0;
          padding-bottom: 0;
        }
      }
  
  
      &:first-child {
        padding-top: 0;
      }
  
      &:nth-child(2) {
        padding-top: 0;
      }
  
      &:nth-child(odd) {
        padding-right: 20px;
      }
  
      &:nth-child(even) {
        margin-right: 0;
        border-right: 0;
        padding-left: 20px;
      }
    */
}
@media screen and (min-width: 768px) {
  .movieListCol li {
    width: 32%;
  }
}
.movieListCol li article {
  /*border-bottom: 1px solid #efefef;*/
  padding-bottom: 30px;
}
.movieListCol li article a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.movieListCol li article a img {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.movieListCol li article a h3 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 10px auto 0;
  text-align: center;
  font-weight: bolder;
}

.titMovie {
  text-align: center;
  line-height: 100%;
  margin: 10% 0;
  padding-bottom: 20px;
}
.titMovie.anpanman {
  border-bottom: 3px solid #e50012;
}
.titMovie.prettylife {
  border-bottom: 3px solid #ff6bbb;
}
.titMovie.superfurotime {
  border-bottom: 3px solid #00c3dd;
}
.titMovie.nagarail {
  border-bottom: 3px solid #378ccf;
}
.titMovie.sc {
  border-bottom: 3px solid #f7177a;
}
.titMovie.bikkura {
  border-bottom: 3px solid #ac78c4;
}
.titMovie.zenbuwash {
  border-bottom: 3px solid #ffe500;
}
.titMovie.mm {
  border-bottom: 3px solid #85d485;
}
.titMovie.jikkenkun {
  border-bottom: 3px solid #ffa531;
}
.titMovie.dramatic {
  border-bottom: 3px solid #a10007;
}
.titMovie.jikkenkun img {
  margin: 0.5em;
}

p.txt_jikkenkun {
  text-align: center;
  margin: -8% auto 5%;
}

@media screen and (min-width: 768px) {
  .movieListCol li article {
    /*width: 390px;*/
  }
}
