/* ------------------------------------
          Archiveページ  共通CSS
--------------------------------------- */


/* ------------------------------------
            NEWS一覧ページ
--------------------------------------- */
.about-page  {
  padding-top: 155px;
  background-image: url("../images/single/single-bg-pattern.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}


.about-movie {
  max-width: 900px;
  margin: 100px auto 40px;
  display: flex;
  justify-content: center;
}
.about-movie .youtube {
  display: none;
}
.about-movie .youtube.-view {
  display: block;
}
.about-movie-control {
  display: flex;
  justify-content: center;
}
.about-movie-control span {
  max-width: 280px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #0082BD;
  color: white;
  display: inline-block;
  border-radius: 30px;
  line-height: 1em;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 40px;
  cursor: pointer;
  transition: .25s opacity;
  opacity: .6;
}
.about-movie-control span:hover {
  opacity: 1;
}
.about-movie-control span.-active {
  opacity: 1;
}

.section-about {
  max-width: 1440px;
  margin: auto;
  font-size: 25px;
  line-height: 2em;
  text-align: center;
  padding: 100px 0 0;
  margin-bottom: 100px;
}

@media screen and (max-width:767px) {
  .about-movie {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  .about-movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 600 / 400;
  }
  .about-movie-control {
    width: calc(100% - 40px);
    margin: auto;
  }
  .about-movie-control span {
    margin: 0;
  }
  .about-movie-control span:first-child {
    margin-right: 20px;
  }
  
  .section-about {
    font-size: 22px;
    text-align: left;
    line-height: 1.81;
    padding: 100px 20px 0;
    font-feature-settings: "palt";
    text-align: justify;
  }

  .section-about br:nth-child(1), .section-about br:nth-child(2),
  .section-about br:nth-child(4), .section-about br:nth-child(5), 
   .section-about br:nth-child(7) {
    display: none;
  }


}
