@charset "UTF-8";

.sectionWrap {
  background-color: #F1F2F6;
}
.sectionWrap + .sectionWrap {
  margin-top: 10px;
}

#visual {
  background-image: url(../__images/movie/main_visual.jpg);
}
#visual h2 {
  position: relative;
}
#visual h2:after {
  content: " ";
  display: block;
  position: absolute;
  top: 152px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 242px;
  height: 30.5px;
  background: url(../__images/movie/min.png) no-repeat center;
  background-size: 242px auto;
}

#main {
  letter-spacing: 0.1em;
  overflow: hidden;
  padding-top: 82px;
  padding-bottom: 100px;
}
#sub {
  letter-spacing: 0.1em;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
#main img,
#sub img {
  max-width: 100%;
  height: auto;
}
#main p,
#sub p {
  line-height: 2.0em;
  color: #000000;
}

.movieBox01 {
  position: relative;
  max-width: 659px;
  width: 100%;
  margin: 0 auto 70px auto;
  cursor: pointer;
}
.movieImage01 {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.movieBox01:hover .movieImage01 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}
.movieImage02 {
  position: absolute;
  right: 49px;
  bottom: 35px;
  width: 64px;
}

.subTitle {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.readText {
  text-align: center;
  font-size: 15px;
}
.readText a {
  color: #004B6A;
  text-decoration: underline;
}
.readText a:hover {
  text-decoration: none;
}

.movieLIst {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
.movieLIst li {
  background-color: #FFFFFF;
  border: 1px solid #BAC3D8;
  border-radius: 4px;
  width: 336px;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  transition: all 0.5s;
  cursor: pointer;
}
.movieLIst li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.movieLIst__text01 {
  font-size: 20px;
  line-height: 1.3em;
  color: #004B6A;
}
.movieLIst__text02 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
  margin: 10px 0 15px 0;
}
.movieLIst__image {
  text-align: center;
}
.movieLIst__image img {
  width: 40px;
}

.movieBox02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}
.movieBox02 li {
  max-width: 535px;
  width: 50%;
}
.movieBox02 li h4 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 2.0em;
  margin: 20px 0 30px 0;
}
.movieBox02 li img {
  cursor: pointer;
  transition: all 0.5s;
}
.movieBox02 img:hover  {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


.secTopContact {
  text-align: center;
  padding: 50px 0;
  transition: all 0.5s;
}
.linkBox:hover .secTopContact {
  background-color: #CCCCCC;
}
.topImage10 {
  max-width: 964px;
}
.topImage11 {
  display: block;
  width: 62px;
  margin: 40px auto 25px auto;
}
.secTopContact label {
  color: #004B6A;
  cursor: pointer;
}


/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #visual {
    background-image: url(../__images/sp/movie/main_visual.jpg);
  }
  #visual h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #visual h2:after {
    top: 80px;
    background: url(../__images/sp/movie/min.png) no-repeat center;
    background-size: 100%;
  }
  #main {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  #sub {
    padding-top: 48px;
    padding-bottom: 70px;
  }
  .movieBox01 {
    margin-bottom: 50px;
  }
  .movieImage02 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 64px;
  }
  .readText {
    text-align: left;
  }
  .movieLIst {
    margin-top: 30px;
  }
  .movieLIst li {
    width: 100%;
    margin-top: 20px;
  }
  .movieBox02 li {
    max-width: 100%;
    width: 100%;
  }
  .movieBox02 li + li {
    margin-top: 50px;
  }
         
}
