@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000;
  overflow-x: hidden;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container a {
  transition: all 0.3s;
}
.c5-main__container a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.c5-main__container ul {
  list-style: none;
}
.c5-main__container * {
  box-sizing: border-box;
}
.c5-inner {
  padding: 0 10px;
}

.c5-hero {
  max-width: 1400px;
  margin: 0 auto;
}
.c5-hero img {
  display: block;
  margin: 0 auto;
}

.c5-bg1 {
  background: url("../img/bg_sp.png") no-repeat 50% -80px;
  background-size: cover;
}

.c5-bg2 {
  background: url("../img/bg_sp.png") no-repeat center 60%, url("../img/bg_sp.png") no-repeat center bottom;
  background-size: contain, contain;
}

.c5-btn {
  display: block;
  width: 100%;
  padding: 0.8em 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #111;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.c5-btn:hover {
  color: #111;
}

.c5-nav {
  max-width: 980px;
  margin: 0 auto 35px;
  padding: 0 2px;
  /*
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #121212;
  */
}
.c5-nav ul {
  width: calc(100% + 15px);
  margin: 0;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.c5-nav ul li {
  width: calc(50% - 15px);
  margin: 0 15px 15px 0;
  border: 1px solid #fff;
  border-radius: 10px;
  background: linear-gradient(180deg, rgb(13, 15, 15) 0%, rgb(51, 62, 64) 100%);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.c5-nav ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-out;
  background: linear-gradient(180deg, rgb(27, 40, 43) 0%, rgb(89, 122, 129) 100%);
}
.c5-nav ul li:hover::before {
  opacity: 0;
}
.c5-nav ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 3.333vw;
  padding: 15px 5px;
  line-height: 1.2;
  position: relative;
}
.c5-nav ul li a:hover {
  opacity: 1;
}

.c5-sec1 {
  padding: 50px 0;
  margin-bottom: -20px;
}
.c5-sec1 h2 {
  font-size: 30px;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.07em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0 auto 10px;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7);
}
.c5-sec1__product {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-sec1__product-txt {
  width: 59%;
}
.c5-sec1__product-name {
  color: #fff;
  font-weight: bold;
  text-align: right;
  margin: 0 0 10px;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7);
}
.c5-sec1__product-name span {
  display: block;
}
.c5-sec1__product-name span:first-child {
  font-size: 12px;
  letter-spacing: 0.07em;
}
.c5-sec1__product-name span:last-child {
  font-size: 22px;
  letter-spacing: 0.03em;
}
.c5-sec1__product-img {
  width: 38%;
  margin-right: 3%;
}
.c5-sec1__product-img img {
  display: block;
  margin: 0 auto;
}
.c5-sec1__btn-wrap .c5-btn:first-child {
  margin-bottom: 20px;
}

.c5-sec__ttl {
  font-size: 27px;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  text-align: center;
  margin: 0 auto 10px;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.04em;
}
.c5-sec__ttl img {
  display: block;
  margin: 0 auto;
}

.c5-sec__catch {
  margin: 0 auto 25px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.42;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.04em;
}

.c5-playlink {
  display: block;
  position: relative;
}
.c5-playlink img {
  display: block;
  margin: 0 auto;
}
.c5-playlink::after {
  display: block;
  content: "";
  width: 51px;
  height: 35px;
  background: url("../img/play.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.c5-playlink.ex::after {
  background-image: url("../img/play2.png");
}

.c5-sec2 {
  max-width: 1130px;
  margin: 0 auto 10px;
}
.c5-sec2__number {
  font-size: 15px;
  text-align: center;
  font-style: italic;
  margin: 0 auto 20px;
  color: #fff;
  letter-spacing: 0.04em;
}
.c5-sec2__number span {
  padding: 0 5px 5px;
  border-bottom: 1px solid #fff;
}
.c5-sec2__movie {
  width: calc(100% + 15px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
.c5-sec2__movie-content {
  width: calc(33.333% - 15px);
  margin: 0 15px 20px 0;
}
.c5-sec2__movie-content p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.c5-sec2__movie-content p span {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.c5-popup {
  box-sizing: border-box;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.c5-movie__wrap .c5-player {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 175%;
  margin: 0 auto;
  background: #ccc;
}
.c5-movie__wrap .c5-player__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c5-movieWork__wrap .c5-player {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  background: #ccc;
}
.c5-movieWork__wrap .c5-player__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-close-wrap {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mfp-close-wrap .mfp-close {
  width: 70px;
  height: 70px;
  background: url("../img/close_sp.png") no-repeat center center;
  background-size: contain;
  opacity: 1;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

span.c5-grad__line {
  display: block;
  position: relative;
  z-index: 0;
}
span.c5-grad__line::after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(104, 159, 171) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.c5-sec3 {
  margin-bottom: 10px;
  padding: 30px 0 40px;
  position: relative;
}
.c5-sec3__content {
  margin: 0 auto;
  position: relative;
}
.c5-sec3__content:hover .c5-sec3__img,
.c5-sec3__content:hover .c5-btn {
  opacity: 0.7;
}
.c5-sec3__content:not(:last-child) {
  margin-bottom: 40px;
}
.c5-sec3 .c5-sec__ttl {
  margin-bottom: 20px;
}
.c5-sec3__ttl {
  font-size: 18px;
  letter-spacing: 0.07em;
  font-weight: 500;
  margin: 0 auto 20px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.c5-sec3__article {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-align: center;
  margin: 0 auto 15px;
  color: #fff;
}
.c5-sec3__img {
  width: 70%;
  margin: 0 auto 30px;
  transition: all 0.3s;
}
.c5-sec3__img img {
  display: block;
  margin: 0 auto;
}
.c5-sec3 .c5-btn {
  width: 55%;
  margin: 0 auto;
  transition: all 0.3s;
}
.c5-sec3 .c5-posa {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.c5-sec4 {
  margin-bottom: 50px;
  padding: 45px 0 0;
}
.c5-sec4 h2 {
  margin: 0 auto 40px;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.c5-sec4__content {
  margin: 0 auto 40px;
}
.c5-sec4__content h3 {
  text-align: center;
  color: #fff;
  margin: 0 auto 25px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.07em;
}
.c5-sec4__content h3 span {
  display: block;
  font-weight: 500;
  font-size: 12px;
}
.c5-sec4__content-img {
  margin: 0 auto 25px;
}
.c5-sec4__content-img img {
  display: block;
  margin: 0 auto;
}
.c5-sec4__content-img.ex1 {
  width: 70%;
}
.c5-sec4__content-img.ex2 {
  width: 80%;
}
.c5-sec4__content-img.ex2 img:first-child {
  margin-bottom: 30px;
}
.c5-sec4__content-list ul {
  margin: 0 auto;
  padding: 0;
  color: #fff;
}
.c5-sec4__content-list ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.07em;
}

.c5-sec5 h2 {
  margin: 0 auto 40px;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7);
  color: #fff;
}
.c5-sec5 .c5-spNote {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  margin: 0 auto 10px;
}
.c5-sec5 .c5-table {
  width: 525px;
  background-color: #000;
  margin: 0 auto;
}
.c5-sec5 .c5-table-scroll {
  overflow-x: scroll;
  padding-bottom: 5px;
  overflow-y: hidden;
}
.c5-sec5 .c5-table .c5-fixed {
  position: sticky;
  left: 0;
  z-index: 1;
  background-clip: padding-box;
}
.c5-sec5 .c5-table .c5-thead th {
  width: 140px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.c5-sec5 .c5-table .c5-thead th:first-child {
  width: 105px;
  border: none;
}
.c5-sec5 .c5-table .c5-thead th:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-right: 1px solid #fff;
}
.c5-sec5 .c5-table-proName {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 5px;
  color: #fff;
  background-color: #3a3a3a;
}
.c5-sec5 .c5-table-proImg {
  width: 90%;
  margin: 15px auto;
  padding: 0 5px;
}
.c5-sec5 .c5-table-proImg img {
  display: block;
  margin: 0 auto;
}
.c5-sec5 .c5-table .c5-btn {
  margin: 0 auto 10px;
  font-size: 12px;
}
.c5-sec5 .c5-table .c5-btn__wrap {
  padding: 0 5px;
}
.c5-sec5 .c5-table .c5-tdata th {
  vertical-align: middle;
  color: #fff;
  text-align: center;
  background-color: #3a3a3a;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.53;
  padding: 5px;
  border: 1px solid #fff;
  border-left: none;
}
.c5-sec5 .c5-table .c5-tdata th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
}
.c5-sec5 .c5-table .c5-tdata th.tanshi1 {
  width: 34px;
}
.c5-sec5 .c5-table .c5-tdata th.tanshi2 {
  width: 70px;
  left: 34px;
}
.c5-sec5 .c5-table .c5-tdata th.tleft {
  text-align: left;
}
.c5-sec5 .c5-table .c5-tdata th .small {
  font-size: 10px;
}
.c5-sec5 .c5-table .c5-tdata td {
  padding: 10px 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  border: 1px solid #fff;
  border-left: none;
}
.c5-sec5 .c5-table .c5-tdata td p {
  margin: 0;
  line-height: 1.3;
  font-size: 11px;
}
.c5-sec5 .c5-table .c5-tdata td p.scene {
  margin-bottom: 10px;
}
.c5-sec5 .c5-table .c5-tdata td p.speaker {
  margin-bottom: 5px;
}
.c5-sec5 .c5-table .c5-tdata td p .big {
  font-size: 14px;
}
.c5-sec5 .c5-table .c5-tdata td p .small {
  font-size: 10px;
}
.c5-sec5 .c5-table .c5-tdata td.c5-pd {
  padding: 1.4em 5px;
  background-clip: padding-box;
}
.c5-sec5 .c5-table .c5-tdata-jyuImg {
  width: 80%;
  margin: 0 auto;
}
.c5-sec5__note {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 25px auto 0;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.c5-sec5__note li {
  margin-bottom: 5px;
  font-feature-settings: "palt" 1;
}

.c5-work {
  margin: 0 auto;
}
.c5-work .c5-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.c5-work__univ {
  width: calc(100% + 20px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 55px auto 0;
}
.c5-work__univ-con {
  width: calc(50% - 20px);
  margin: 0 20px 45px 0;
  border: 1px solid #fff;
  padding: 0 10px 10px;
  position: relative;
}
.c5-work__univ-con p {
  color: #fff;
  text-align: center;
  font-style: italic;
  margin: 0;
}
.c5-work__univ-con-ttl {
  font-size: 5.6vw;
  font-weight: 500;
  background-color: #000;
  padding: 0 5px 5px;
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
.c5-work__univ-con-txt span {
  display: block;
  font-size: 5.06vw;
}
.c5-work__univ-con-txt span:first-child {
  letter-spacing: -1px;
}
.c5-work__univ-con-txt span:first-child.ex {
  font-size: 4.9vw;
}
.c5-work__univ-con-txt span:last-child {
  font-size: 4vw;
}
.c5-work__moive {
  margin: 0 auto;
}
.c5-work__moive-con {
  margin: 0 auto;
}
.c5-work__moive-con:first-child {
  margin-bottom: 20px;
}
.c5-work__moive-con a {
  display: block;
  margin: 0 auto 5px;
}
.c5-work__moive-con a img {
  display: block;
  margin: 0 auto;
}
.c5-work__moive-con p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
}

/* mfp-bg（overlay） */
.mfp-fade01.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade01.mfp-bg.mfp-removing {
  opacity: 0;
}

/* mfp-content */
.mfp-fade01.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.c5-fix__banner {
  display: none;
  width: 100%;
  padding: 5px 10px;
  background-color: #6096a1;
  position: fixed;
  z-index: 1;
  bottom: 0;
}
.c5-fix__banner a, .c5-fix__banner img {
  display: block;
  margin: 0 auto;
}
.c5-fix__banner a {
  transition: all 0.3s;
}
.c5-fix__banner a:hover {
  opacity: 0.7;
}
.c5-fix__banner a img {
  width: 60%;
}

.c5-produce {
  margin: 40px auto 0;
}
.c5-produce__img {
  width: 70%;
  margin: 0 auto 10px;
}
.c5-produce__img img {
  display: block;
  margin: 0 auto;
}
.c5-produce__txt {
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 1.42;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    margin-bottom: 100px;
    padding-bottom: 200px;
  }
  .c5-bg1 {
    background: url("../img/bg_pc.png") no-repeat 50% 55%;
  }
  .c5-btn {
    font-size: 18px;
    padding: 1.56em 10px;
  }
  .c5-nav {
    margin-bottom: 90px;
  }
  .c5-nav ul {
    width: calc(100% + 7px);
    padding: 0;
  }
  .c5-nav ul li::before {
    border-radius: 5px;
  }
  .c5-nav ul li {
    width: calc(25% - 7px);
    margin: 0 7px 0 0;
    border-radius: 5px;
  }
  .c5-nav ul li a {
    font-size: 1.583vw;
    padding: 20px 5px;
  }
  .c5-sec1 {
    padding: 95px 0 135px;
    margin-bottom: -60px;
  }
  .c5-sec1 .c5-inner {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
  }
  .c5-sec1 h2 {
    font-size: 4.15vw;
    margin-bottom: 40px;
    line-height: 1.27;
  }
  .c5-sec1__product-txt {
    width: 37%;
  }
  .c5-sec1__product-name {
    text-align: left;
    margin: 0 0 25px 0;
  }
  .c5-sec1__product-name span:first-child {
    font-size: 16px;
  }
  .c5-sec1__product-name span:last-child {
    font-size: 28px;
  }
  .c5-sec1__product-img {
    width: 25%;
  }
  .c5-sec1__product-img img {
    margin: 0;
  }
  .c5-sec1__btn-wrap .c5-btn {
    width: 405px;
  }
  .c5-sec__ttl {
    font-size: 49px;
    letter-spacing: 0.07em;
  }
  .c5-sec__catch {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0.07em;
  }
  .c5-playlink::after {
    width: 60px;
    height: 42px;
  }
  .c5-sec2 {
    margin-bottom: 0;
  }
  .c5-sec2__number {
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 0.07em;
  }
  .c5-sec2__number span {
    padding: 0 20px 5px;
    border-width: 2px;
  }
  .c5-sec2__movie-content p {
    font-size: 22px;
    line-height: 1.7;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.07em;
  }
  .c5-sec2__movie-content p span {
    font-size: 20px;
  }
  .c5-movie__wrap .c5-player {
    width: 429px;
    height: 767px;
    padding-top: 0;
  }
  .c5-movie__wrap .c5-player__inner {
    position: static;
  }
  .c5-movieWork__wrap .c5-player {
    width: 736px;
    height: 414px;
    padding-top: 0;
  }
  .c5-movieWork__wrap .c5-player__inner {
    position: static;
  }
  span.c5-grad__line::after {
    width: 75%;
    height: 6px;
    bottom: 0px;
  }
  .c5-sec3 .c5-sec__ttl {
    margin-bottom: 50px;
  }
  .c5-sec3 {
    padding: 50px 0 80px;
  }
  .c5-sec3::before, .c5-sec3::after {
    height: 2px;
  }
  .c5-sec3 .c5-inner {
    margin: 0 auto;
    padding: 0 20px;
  }
  .c5-sec3__content:not(:last-child) {
    margin-bottom: 50px;
  }
  .c5-sec3__img {
    max-width: 422px;
    margin-bottom: 40px;
  }
  .c5-sec3__ttl {
    font-size: 28px;
    line-height: 1.47;
  }
  .c5-sec3__article {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .c5-sec3 .c5-btn {
    width: 405px;
    margin: 0 auto;
  }
  .c5-sec4 {
    margin-bottom: -80px;
    padding: 140px 0;
  }
  .c5-sec4 .c5-inner {
    max-width: 1130px;
    margin: 0 auto;
  }
  .c5-sec4 h2 {
    font-size: 40px;
  }
  .c5-sec4__content {
    margin-bottom: 100px;
  }
  .c5-sec4__content h3 {
    margin-bottom: 35px;
    font-size: 40px;
  }
  .c5-sec4__content h3 span {
    font-size: 24px;
  }
  .c5-sec4__content-img {
    margin-bottom: 35px;
  }
  .c5-sec4__content-img.ex1 {
    width: auto;
  }
  .c5-sec4__content-img.ex2 {
    width: auto;
    display: flex;
    justify-content: space-around;
  }
  .c5-sec4__content-img.ex2 img {
    width: 47%;
    max-width: 512px;
    margin: 0;
  }
  .c5-sec4__content-img.ex2 img:first-child {
    margin-bottom: 0;
  }
  .c5-sec4__content-list {
    padding-left: 3em;
  }
  .c5-sec4__content-list ul li {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .c5-work__univ {
    width: calc(100% + 20px);
    margin: 100px auto 40px;
  }
  .c5-work__univ-con {
    width: calc(20% - 20px);
    margin: 0 20px 0 0;
  }
  .c5-work__univ-con-ttl {
    font-size: 28px;
  }
  .c5-work__univ-con-txt span:first-child.ex {
    font-size: 23px;
  }
  .c5-work__univ-con-txt span:first-child, .c5-work__univ-con-txt span:nth-child(2) {
    font-size: 26px;
  }
  .c5-work__univ-con-txt span:last-child {
    font-size: 20px;
  }
  .c5-work__moive {
    display: flex;
    justify-content: center;
  }
  .c5-work__moive-con {
    width: 48%;
    margin: 0;
  }
  .c5-work__moive-con:first-child {
    margin: 0;
  }
  .c5-work__moive-con a {
    margin: 0 auto 10px;
  }
  .c5-work__moive-con p {
    font-size: 16px;
  }
  .c5-fix__banner {
    width: 65px;
    padding: 15px 5px;
    bottom: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .c5-fix__banner a img {
    width: auto;
  }
  .c5-produce {
    margin-top: 100px;
  }
  .c5-produce__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-produce__img {
    width: 30%;
    margin: 0 10px 0 0;
  }
  .c5-produce__txt {
    width: 60%;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1180px) {
  .c5-bg1 {
    background: url("../img/bg_pc.png") no-repeat 50% 76%;
  }
  .c5-sec1 {
    padding: 140px 0 290px;
    margin-bottom: -250px;
  }
  .c5-sec1 h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 49px;
    position: absolute;
    top: 20px;
    right: 4%;
  }
  .c5-sec1__product {
    align-items: center;
    justify-content: flex-start;
  }
  .c5-sec1__product-txt {
    width: 56%;
    margin-top: 130px;
  }
  .c5-sec1__product-name span:first-child {
    font-size: 22px;
    line-height: 1.3;
  }
  .c5-sec1__product-name span:last-child {
    font-size: 39px;
  }
  .c5-sec1__product-img {
    margin-right: 5%;
  }
  .c5-sec1__btn-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .c5-sec1__btn-wrap .c5-btn {
    width: 300px;
    padding: 24px 10px;
  }
  .c5-sec1__btn-wrap .c5-btn:first-child {
    margin: 0 35px 0 0;
  }
}
@media (min-width: 500px) {
  .c5-bg2 {
    background: url("../img/bg_pc.png") no-repeat center 65%, url("../img/bg_pc.png") no-repeat center bottom;
  }
}
@media (min-width: 1200px) {
  .c5-bg2 {
    background: url("../img/bg_pc.png") no-repeat center 56%, url("../img/bg_pc.png") no-repeat center bottom;
  }
  .c5-nav ul li a {
    font-size: 19px;
  }
  .c5-sec3 {
    max-width: 1240px;
    margin: 0 auto;
  }
  .c5-sec3 .c5-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-sec3__content {
    width: calc(45% - 40px);
    margin: 0 40px 0;
  }
  .c5-sec3__content:not(:last-child) {
    margin-bottom: 0;
  }
  .c5-sec3__content:last-child .c5-sec3__article {
    margin-bottom: 0;
    padding: 1.16em 0;
  }
  .c5-sec3__img {
    width: 100%;
    margin: 0 auto 40px;
  }
  .c5-sec3__ttl {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
  }
  .c5-sec3__ttl::after {
    display: block;
    content: "";
    width: 45%;
    height: 5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(104, 159, 171) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  .c5-sec3__ttl span {
    display: inline-block;
  }
  .c5-sec3__ttl span::after {
    display: none;
    background: none;
  }
  .c5-sec3__article {
    margin-bottom: 25px;
    text-align: center;
  }
  .c5-sec3 .c5-btn {
    width: 360px;
    margin: 0 auto;
    padding: 1.3em 10px;
  }
  .c5-fix__banner {
    width: 130px;
  }
  .c5-produce__img {
    width: 364px;
  }
  .c5-produce__txt {
    width: 770px;
  }
}
@media (min-width: 1100px) {
  .c5-sec2__movie {
    width: calc(100% + 30px);
    margin-bottom: -35px;
  }
  .c5-sec2__movie-content {
    width: calc(20% - 30px);
    margin: 0 30px 60px 0;
  }
  .c5-movie__wrap .c5-player {
    width: 528px;
    height: 939px;
    padding-top: 0;
  }
  .c5-movie__wrap .c5-player__inner {
    position: static;
  }
  .c5-movieWork__wrap .c5-player {
    width: 992px;
    height: 558px;
    padding-top: 0;
  }
  .c5-movieWork__wrap .c5-player__inner {
    position: static;
  }
}
@media screen and (min-width: 750px) {
  .mfp-close-wrap {
    width: 528px;
    bottom: auto;
    top: -60px;
  }
  .mfp-close-wrap .mfp-close {
    width: 52px;
    height: 54px;
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(0);
    background: url("../img/close_pc.png") no-repeat center center;
  }
}
@media screen and (min-width: 750px) and (min-width: 750px) {
  .mfp-close-wrap .mfp-close.ex {
    right: -100px;
  }
}
@media screen and (min-width: 750px) and (min-width: 1200px) {
  .mfp-close-wrap .mfp-close.ex {
    right: -220px;
  }
}
@media (min-width: 525px) {
  .c5-sec5 .c5-inner {
    max-width: 1130px;
    margin: 0 auto;
  }
  .c5-sec5 h2 {
    font-size: 40px;
    margin-bottom: 85px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.14em;
  }
  .c5-sec5 .c5-spNote {
    display: none;
  }
  .c5-sec5 .c5-table {
    width: 100%;
  }
  .c5-sec5 .c5-table .c5-fixed {
    position: static;
  }
  .c5-sec5 .c5-table-scroll {
    overflow-x: auto;
    overflow-y: auto;
  }
  .c5-sec5 .c5-table .c5-btn {
    max-width: 170px;
    line-height: 2;
  }
  .c5-sec5 .c5-table-proName {
    font-size: 2.477vw;
  }
  .c5-sec5 .c5-table .c5-thead th {
    width: 25.909%;
  }
  .c5-sec5 .c5-table .c5-thead th:first-child {
    width: 20.636%;
  }
  .c5-sec5 .c5-table .c5-thead th:first-child::before {
    display: none;
    width: 0;
    height: 0;
  }
  .c5-sec5 .c5-table-proImg {
    width: auto;
    margin: 20px auto 15px;
  }
  .c5-sec5 .c5-table .c5-tdata th {
    font-size: 1.946vw;
  }
  .c5-sec5 .c5-table .c5-tdata th::before {
    display: none;
    width: 0;
    height: 0;
  }
  .c5-sec5 .c5-table .c5-tdata th.tanshi2 {
    left: 0;
  }
  .c5-sec5 .c5-table .c5-tdata td {
    font-size: 1.769vw;
  }
}
@media (min-width: 1130px) {
  .c5-sec5 .c5-table .c5-btn {
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 16px;
    padding: 1em 10px;
    line-height: 1;
  }
  .c5-sec5 .c5-table .c5-btn__wrap {
    padding: 0 15px;
  }
  .c5-sec5 .c5-table-proName {
    font-size: 28px;
    letter-spacing: 0.03em;
  }
  .c5-sec5 .c5-table .c5-thead th {
    width: calc((100% - 302px) / 3);
  }
  .c5-sec5 .c5-table .c5-thead th:first-child {
    width: 302px;
  }
  .c5-sec5 .c5-table .c5-tdata th {
    font-size: 18px;
    line-height: 1.81;
    letter-spacing: 0.03em;
  }
  .c5-sec5 .c5-table .c5-tdata th.tanshi1 {
    width: 110px;
  }
  .c5-sec5 .c5-table .c5-tdata th.tanshi2 {
    width: 192px;
  }
  .c5-sec5 .c5-table .c5-tdata th.tleft {
    padding-left: 10px;
  }
  .c5-sec5 .c5-table .c5-tdata th .small {
    font-size: 15px;
  }
  .c5-sec5 .c5-table .c5-tdata td {
    padding: 15px 5px;
    font-size: 20px;
  }
  .c5-sec5 .c5-table .c5-tdata td p {
    line-height: 1.4;
    font-size: 20px;
  }
  .c5-sec5 .c5-table .c5-tdata td p.scene {
    margin-bottom: 15px;
  }
  .c5-sec5 .c5-table .c5-tdata td p.speaker {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .c5-sec5 .c5-table .c5-tdata td p .big {
    font-size: 28px;
  }
  .c5-sec5 .c5-table .c5-tdata td p .small {
    font-size: 16px;
  }
  .c5-sec5 .c5-table .c5-tdata-jyuImg {
    width: auto;
  }
  .c5-sec5__note {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.4;
  }
}
/*# sourceMappingURL=style.css.map */
