@charset "utf-8";

/* -----------------------------------------------
  common
----------------------------------------------- */
.product-nav {
  width: auto;
}
.product-nav .product-name::after {
  content: none;
}
.sectionTitle {
  font-family: 'DIN Regular';
  font-size: 36px;
  padding: 60px 0 20px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 50px;
  line-height: 1;
}
.sectionTitle span {
  font-size: 16px;
  padding-left: 10px;
  vertical-align: baseline;
  margin: auto;
}
/* sectionTitle センター寄せ追記 */
.sectionTitle {
  text-align: center;
  padding-bottom: 17px;
}
.sectionTitle span {
  padding: 0;
  margin-top: 0.4em;
  display: block;
}

@media only screen and (max-width:640px) {
  .col1-resp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #wrap_mainContent {
    margin: 0 auto;
    padding: 0 25px 0 26px;
  }
  .sectionTitle {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #wrap_mainContent {
      margin: 0 auto;
      padding: 0 10px;
  }
}

@media only screen and (min-width:641px) {
  #wrap_mainContent {
    max-width: 1366px;
    margin: 0 auto;
    width: 96%;
  }
  .col1-resp .content {
    width: 93.7%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------------------------------
  kv
----------------------------------------------- */
.kvArea img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 641px) {
  .kvArea {
    margin-bottom: 47px;
  }
}

/* -----------------------------------------------
  inContents
----------------------------------------------- */
@media only screen and (max-width:640px) {
  .mainContens .inContents {
    margin-top: 0;
  }
  .inContents p {
    font-size: 110%;
    line-height: 170%;
  }
}
@media screen and (min-width: 641px) {
  .mainContens .inContents {
    margin-bottom: 80px;
    font-size: 16px;
  }
}

/* -----------------------------------------------
  movie_wrap
----------------------------------------------- */
.movie_wrap {
  text-align: center;
}
.movie_wrap .con_heading {
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #666666;
  font-feature-settings: "palt";
}
.movie_wrap img {
  width: 100%;
  height: auto;
}
.movie_wrap p {
  line-height: 1.5;
  letter-spacing: 0;
  color: #666666;
}
.movie_wrap .content {
  position: relative;
  width: 100%;
}
.movie_wrap .content a {
  display: block;
}
.movie_wrap .content .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  pointer-events: none;
}
.movie_wrap .content_fx .text {
  text-align: left;
}
.movie_wrap .content_fx .text .con_heading {
  line-height: 1.25;
}

@media only screen and (max-width:640px) {
  .movie_wrap + .movie_wrap {
    margin-top: 50px;
  }
  .movie_wrap .con_heading {
    font-size: 16px;
  }
  .movie_wrap p {
    font-size: 13px;
  }
  .movie_wrap .con_heading + p {
    margin-top: 15px;
  }
  .movie_wrap .content {
    margin-top: 25px;
  }
  .movie_wrap .content_fx {
    margin-top: 15px;
  }
  .movie_wrap .content_fx .text {
    margin-top: 15px;
  }
}

@media screen and (min-width: 641px) {
  .movie_wrap {
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
  }
  .movie_wrap.movie_fx_wrap {
    margin-top: 164px;
  }
  .movie_wrap .con_heading {
    font-size: 32px;
  }
  .movie_wrap p {
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    font-size: 16px;
  }
  .movie_wrap .con_heading + p {
    margin-top: 46px;
  }
  .movie_wrap .content {
    margin-top: 56px;
  }
  .movie_wrap .content_fx {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 52px;
  }
  .movie_wrap .content_fx picture {
    width: 51.67%;
    margin-right: 1.62%;
  }
  .movie_wrap .content_fx .text {
    flex: 1;
  }
  .movie_wrap .content_fx .text p {
    margin-top: 45px;
  }
}

/* -----------------------------------------------
  gallery
----------------------------------------------- */
.gallery_wrap {
  text-align: center;
}
.gallery_wrap .content  {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  justify-content: center;
  align-items: start;
  grid-template-areas:
    "con__item_01 con__item_01 con__item_02 con__item_03"
    "con__item_01 con__item_01 con__item_04 con__item_05"
    "con__item_06 con__item_07 con__item_08 con__item_08";
}
.gallery_wrap .content a:nth-child(1) { grid-area: con__item_01; }
.gallery_wrap .content a:nth-child(2) { grid-area: con__item_02; }
.gallery_wrap .content a:nth-child(3) { grid-area: con__item_03; }
.gallery_wrap .content a:nth-child(4) { grid-area: con__item_04; }
.gallery_wrap .content a:nth-child(5) { grid-area: con__item_05; }
.gallery_wrap .content a:nth-child(6) { grid-area: con__item_06; }
.gallery_wrap .content a:nth-child(7) { grid-area: con__item_07; }
.gallery_wrap .content a:nth-child(8) { grid-area: con__item_08; }
.gallery_wrap .content a img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery_wrap .to_product {
  display: inline-block;
  letter-spacing: 0;
  color: #666666;
  border-bottom: 1px solid #666666;
  padding-bottom: 0.1em;
}

@media only screen and (max-width:640px) {
  .gallery_wrap .to_product {
    margin-top: 70px;
    font-size: 13px;
  }
}

@media screen and (min-width: 641px) {
  .gallery_wrap {
    margin-top: 156px;
  }
  .gallery_wrap .to_product {
    margin-top: 116px;
    font-size: 16px;
  }
  .gallery_wrap .to_product:hover {
    color: #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
  }
}
