/*# sourceMappingURL=lower.css.map */


/* =============================================
 ###　ABOUTレイアウト
============================================= */
.ctm_about__article .ctm_about__flex {
  margin: 8rem auto;
  display: flex;
  flex-direction: column;
  gap: 7.5rem 0;
}
@media screen and (max-width: 750px) {
  .ctm_about__article .ctm_about__flex {
    gap: 1.5rem 0;
  }
}
.ctm_about__article .ctm_about__flex .ctm_about__imgArea {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ctm_about__article .ctm_about__flex .ctm_about__imgArea {
    width: 100%;
  }
}
.ctm_about__article .ctm_about__flex .ctm_about__textArea {
  width: 100%;
  text-align: center;
}
.ctm_about__article .ctm_about__flex .ctm_about__textArea .ctm_about__text {
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .ctm_about__article .ctm_about__flex .ctm_about__textArea {
    width: 100%;
  }
  .ctm_about__article .ctm_about__flex .ctm_about__textArea .ctm_about__text {
    text-align: left;
  }
}
.ctm_about__article .ctm_about__flex .ctm_about__lead {
  height: 1.5em;
  margin: auto;
  color: #fff;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-shadow: black 0px 0px 20px,black 0px 0px 20px;
}
@media screen and (max-width: 750px) {
.ctm_about__article .ctm_about__flex .ctm_about__lead {
  font-size: 2.2rem;
}
}
.ctm_about__article .ctm_about__flex .ctm_about__textArea .ctm_guide__text {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
}

/* movie */
.ctm_about__movie .vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
}
.ctm_about__movie video.vid_main {
width: 100%;
max-width: 1400px;/*PC版での最大幅*/
}
.ctm_about__movie .ctm_movie-contWrap {
}
.ctm_about__movie .ctm_movie {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.ctm_about__movie .ctm_movie-cont {
  width: 100%;
  text-align: center;
}
.ctm_about__movie .ctm_movie-cont .ctm_movie-movieArea {
  position: relative;
  width: 100%;
  max-width: 1000px;
  line-height: 1;
  padding-top: 56.25%;
  margin: 0 auto;
}
.ctm_about__movie .ctm_movie-cont .ctm_movie-movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 800px) {
  .js-modal-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
    z-index: 1;
  }
}
@media screen and (max-width: 799px) {
.ctm_about__movie .ctm_movie-contWrap {
}
.ctm_about__movie .ctm_movie {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ctm_about__movie .ctm_movie-cont {
  width: 100%;
}
}

/* =============================================
 ###　特集一覧
============================================= */
.ctm_itemlistBlock {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .ctm_itemlistBlock {
  margin-top: 3rem;
  }
}
.ctm_itemlist {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
@media screen and (max-width: 750px) {
  .ctm_itemlist {
      gap: calc(50 / 750 * 100vw);
  }
}
.ctm_itemlist li {
  width: calc((100% / 3) - (40px / 3 )); 
}
@media screen and (max-width: 750px) {
  .ctm_itemlist li {
    width: calc((100% / 2) - (25 / 750 * 100vw)); 
  }
}
.ctm_itemlist img {
    display: block;
}
.ctm_itemlist .collectionName {
    margin-top: 14px;
    line-height: 1.4444444444444444;
    font-size: 1.8rem;
    font-weight: 500;
}
@media screen and (max-width: 750px) {
  .ctm_itemlist .collectionName {
    margin-top: 9px;
    font-size: 1.6rem;
  }
}
