@charset "utf-8";

/* ----------------------------------
concept
---------------------------------- */

/* common */

:root {
  --vw: 1vw;
}

#content_Wrap {
  background: #f5f3f0;
}
#content_Wrap figure {
  position: relative;
  height: fit-content;
}

#bg01_Area {
  background: url(../img/bg01.png) no-repeat center bottom / contain;
}
#bg02_Area {
  background: url(../img/bg02.png) no-repeat center top / cover;
}
.c-content_Wrap article .vw_box {
  display: flex;
  align-items: center;
  gap: 75px;
  width: calc( var(--vw) * 100 );
  max-width: 1300px;
  width: 94%;
  /*margin-right: calc(50% - 50vw);*/
  margin-right: calc(50% - calc( var(--vw) * 50 ));
}

.c-content_Wrap article.c_02 .vw_box {
  margin-right: auto;
  margin-left: calc(50% - calc( var(--vw) * 50 ));
}

.c-content_Wrap article .vw_box .c_txt {
  width: calc((100% - 46.15%) - 75px);
}
.c-content_Wrap article .vw_box .c_img {
  width: 46.15%;
}

.c_txt .c_txt--head {
  display: flex;
  align-items: center;
  margin-bottom: 3%;
  position: relative;
}
.c_txt .c_txt--head .num {
  margin-right: 20px;
}
.c_txt .c_txt--head h3 {
  /*font-size: min(2.7vw, 34px);*/
  font-size: min(2.1vw, 30px);
  line-height: 1.5;
  color: #001b5b;
  letter-spacing: 0.06em;
  font-feature-settings:  "palt";
}
.c_txt .c_txt--head sup {
  font-size: 0.5em;
}
.c_txt .c_txt--head span {
  color: #c59115;
  font-size: 1.1em;
}
.c_txt .c_txt--copy {
  font-size: min(1.3vw, 16px);
  line-height: 1.75;
}

[id^="movie0"] {
  padding: 65px 0;
  /*background: url(../img/bg_movie_01.jpg) no-repeat center center / cover;*/
}
.movie_list {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.movie_list li {
  width: 30%;
  text-align: center;
}
.movie_list li p {
  font-size: min(1.5vw, 18px);
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
}
.movie_list li p:before,
.movie_list li p:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.movie_list li a {
  display: block;
  position: relative;
}
.movie_list li a .icon_play {
  width: 23.6%;
  max-width: 23.6%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.movie_list li a.soon {
  pointer-events: none;
}
.movie_list li a.soon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.movie_list li a.soon::after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  color: #fff;
  font-size: min(1.5vw, 18px);
  letter-spacing: 0.08em;
}

/* kobetsu */
#conHead_Wrap {
  background: url(../img/main.png) no-repeat center bottom / cover;
  padding: 10% 0 23%;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#conHead_Wrap h2 {
  width: min(50%, 543px);
  margin: 0 auto 3%;
}
#conHead_Wrap .read {
  color: #001b5b;
  font-size: min(2.6vw, 32px);
  margin: 0 auto 3%;
}
#conHead_Wrap .copy {
  font-size: min(1.5vw, 18px);
  font-feature-settings: "palt";
}
.c_01 {
  margin-bottom: 17%;
}
.c_01 .c_txt .c_txt--head .num {
  width: 71px;
}
.c_01 .c_txt .c_txt--head::after {
  content: "";
  display: block;
  width: 86px;
  aspect-ratio: 86/70;
  background: url(../img/zeh_logo.png) no-repeat center center / contain;
  position: absolute;
  top: -40px;
  right: 0;
}

.c_02 {
  margin-bottom: 7%;
}
.c_02 .vw_box {
  margin-bottom: 7%;
}
.c-content_Wrap article.c_02 .c_img {
  display: flex;
  gap: 20px;
  width: calc(46.15% + 40px);
}
.c_02 .c_img figure:first-of-type {
  margin-top: -60px;
}
.c_02 .c_img figure:nth-of-type(2) {
  margin-top: -30px;
}
.c_02 .c_img figure .cap_Txt {
  position: static;
  padding: 5px;
}
.c_02 .school_list {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}
.c_02 .school_list li {
  width: 30%;
  text-align: center;
  letter-spacing: 0.06em;
}
.c_02 .school_list li figcaption {
  font-size: 18px;
  color: #001b5b;
  margin: 10px 0;
}
.c_02 .school_list li p {
  font-size: 14px;
}
.c_02 .school_list li p span {
  font-size: 1.8em;
  vertical-align: -0.05em;
}


.c-content_Wrap article.c_02 .vw_box .c_txt {
  width: calc((100% - calc(46.15% + 40px)) - 75px);
}
.c_02 .c_txt .c_txt--head .num {
  width: 83px;
}

#movie01_Box {
  background: url(../img/bg_movie_01.jpg) no-repeat center center / cover;
}
#movie01_Box .movie_list li p {
  color: #3e673b;
}

.c_03 {
  padding-top: 10%;
  padding-bottom: 6%;
}
.c_03 .c_txt .c_txt--head .num {
  width: 82px;
}
.c_03 .img_06 {
  max-width: 858px;
  margin: 8% auto 0;
}
#movie02_Box {
  background: url(../img/bg_movie_02.jpg) no-repeat center center / cover;
}
#movie02_Box .movie_list li p {
  color: #001b5b;
}


/*=============================
tab
=============================*/
@media screen and (max-width: 1024px) {



}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {


  /* common */
  #bg01_Area {
    background: url(../img/bg01_sp.png) no-repeat center top / cover;
  }
/*  #bg02_Area {
    background: url(../img/bg02.png) no-repeat center top / cover;
  }*/
  .c-content_Wrap article .vw_box {
    flex-direction: column;
    gap: 30px;
    width: 100%;
    margin-right: auto;
  }
  .c-content_Wrap article.c_02 .vw_box {
    flex-direction: column-reverse;
    margin-left: auto;
  }
  .c-content_Wrap article .vw_box .c_txt {
    width: 90%;
  }
  .c-content_Wrap article .vw_box .c_img {
    width: 90%;
  }

  .c_txt .c_txt--head {
    margin-bottom: 20px;
  }
  .c_txt .c_txt--head .num {
    margin-right: 15px;
  }
  .c_txt .c_txt--head h3 {
    font-size: 20px;
  }
  .c_txt .c_txt--copy {
    font-size: 14px;
  }

  [id^="movie0"] {
    padding: 40px 0;
  }
  .movie_list {
    flex-direction: column;
    gap: 30px;
  }
  .movie_list li {
    width: 90%;
    margin: 0 auto;
  }
  .movie_list li p {
    font-size: 15px;
  }
  
  .movie_list li a.soon::after {
    font-size: 15px;
  }

  /* kobetsu */
  #conHead_Wrap {
    background: url(../img/main.png) no-repeat center center / cover;
    padding: 10% 0 30%;
  }
  #conHead_Wrap h2 {
    width: 70%;
    margin: 0 auto 6%;
  }
  #conHead_Wrap .read {
    font-size: 20px;
    margin: 0 auto 6%;
  }
  #conHead_Wrap .copy {
    font-size: 14px;
  }
  .c_01 {
    margin-bottom: 50px;
  }
  .c_01 .c_txt .c_txt--head .num {
    width: calc(71px * 0.6);
  }
  .c_01 .c_txt .c_txt--head::after {
    width: calc(86px * .8);
    top: 50%;
    transform: translateY(-50%);
  }

  .c_02 {
    margin-bottom: 50px;
  }
  .c_02 .vw_box {
    margin-bottom: 30px;
  }
  .c-content_Wrap article.c_02 .c_img {
    gap: 10px;
    width: 90%;
  }
  .c_02 .c_img figure:first-of-type {
    margin-top: 0;
  }
  .c_02 .c_img figure:nth-of-type(2) {
    margin-top: 20px;
  }
  .c_02 .c_img figure:nth-of-type(3) {
    margin-top: 40px;
  }
  .c_02 .c_img figure .cap_Txt {
    position: static;
    padding: 5px;
  }
  .c_02 .school_list {
    gap: 20px;
  }
  .c_02 .school_list li {
    width: calc((100% - 20px) / 2);
  }
  .c_02 .school_list li figcaption {
    font-size: 15px;
    margin: 10px 0 7px;
  }
  .c_02 .school_list li p {
    font-size: 13px;
  }

  .c-content_Wrap article.c_02 .vw_box .c_txt {
    width: 90%;
  }
  .c_02 .c_txt .c_txt--head .num {
    width: calc(83px * 0.6);
  }

  .c_03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c_03 .c_txt .c_txt--head .num {
    width: calc(82px * 0.6);
  }
  .c_03 .img_06 {
    margin: 30px auto 0;
  }
  .c_03 .img_06 .cap_Txt {
    bottom: -10px;
  }


}

