@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

.c5-main {
  margin-bottom: -50px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.c5-main__container * {
  margin: 0;
  padding: 0;
}

.c5-main__container {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}

.side {
  display: flex;
}

.side a {
  color: #fff;
  transition: all 0.6s;
}

.mfp-fade01.mfp-bg,
.mfp-fade02.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.mfp-fade01.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade02.mfp-bg.mfp-ready {
  opacity: 0.6;
}

.mfp-fade01.mfp-bg.mfp-removing,
.mfp-fade02.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade01.mfp-wrap .mfp-content,
.mfp-fade02.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.mfp-fade01.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade02.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade01.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade02.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-container {
  padding: 0;
  background-color: #1a1a1a;
}

.c5-thumb {
  cursor: pointer;
  transition: 0.4s;
}

.c5-thumb:hover {
  opacity: 0.7;
}

.modal-video-close-btn {
  right: 0;
}

.modal-video-movie-wrap {
  width: 98%;
  margin: 0 auto;
}

.c5-main .c5-main__container {
  font-family: "YuGothic", "Yu Gothic", "Noto Sans Japanese", sans-serif;
  background: #1c1c1c;
}

.c5-sec4__banner {
  transition: 0.6s;
}

.c5-sec4__banner:hover {
  opacity: 0.7;
  color: #fff;
  transition: 0.6s;
}

.c5-sec1 .c5-share__wrap .c5-inner .c5-icon__box button {
  display: block;
  width: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@media screen and (min-width: 750px) {
  .sp {
    display: none;
  }

  .c5-main__txt {
    font-size: 26px;
  }

  .c5-sec3__note {
    font-size: 18px;
  }

  .c5-sec5__text {
    font-size: 16px;
  }

  .c5-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }

  .c5-sec1__flexBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5%;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }

  .c5-sec1__flexBlock a {
    display: flex;
    align-items: center;
    width: 47.5%;
    height: 58px;
    padding-left: 5%;
    font-size: 22px;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    transition: 0.6s;
  }

  .c5-sec1__flexBlock a::after {
    content: "";
    width: 28%;
    height: 100%;
    margin-left: 10%;
    background: url(../img/view_more_arrow.png) no-repeat center center;
    background-size: contain;
  }

  .c5-sec1__flexBlock a:hover {
    border: 1px solid #0372ff;
    background-color: #0372ff;
  }

  .side a:hover {
    background-color: #0372ff;
    border-color: #0372ff;
  }

  .c5-flex {
    display: flex;
  }

  .c5-sec__kv .c5-kv__inner {
    width: 85%;
    max-width: 1200px;
    max-height: 500px;
    margin: 0 auto 200px;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__title {
    width: 48%;
    padding-top: 16%;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.7s;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__title img {
    width: 100%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__hero {
    width: 38%;
    margin-left: 58%;
    margin-top: -22%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__hero img {
    width: 100%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__desc {
    width: 37%;
    margin-top: -22%;
    transform: translate(0, 100%);
    transition: 0.7s;
    opacity: 0;
    transition-delay: 0.5s;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__desc img {
    width: 100%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__name {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 11%;
    column-gap: 11%;
    width: 45%;
    margin-top: 3%;
    transform: translate(0, 100%);
    transition: 0.7s;
    opacity: 0;
    transition-delay: 0.5s;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__name p {
    width: 65%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__name figure {
    width: 28%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__name img {
    width: 100%;
  }

  .c5-sec__kv .c5-kv__inner.show .c5-kv__title {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec__kv .c5-kv__inner.show .c5-kv__desc {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec__kv .c5-kv__inner.show .c5-kv__name {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec1 .c5-share__wrap .c5-inner {
    display: flex;
    justify-content: center;
    padding: 60px 0;
    max-width: 700px;
  }

  .c5-sec1 .c5-share__wrap .c5-inner .c5-share__title {
    display: flex;
    align-items: center;
    width: 30%;
    border-right: 1px solid #fff;
  }

  .c5-sec1 .c5-share__wrap .c5-inner .c5-share__title h2 {
    padding-left: 9%;
  }

  .c5-sec1 .c5-share__wrap .c5-inner .c5-icon__box {
    width: 30%;
    display: flex;
    justify-content: center;
    gap: 15%;
  }

  .c5-sec1 .c5-share__wrap .c5-inner .c5-icon__box a {
    display: block;
    width: 40px;
  }

  .c5-sec2 {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
  }

  .c5-sec2::before {
    content: "";
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    background-image: linear-gradient(to bottom, #3e4a66, #38425e 15%, #333c57 23%, #313a53 30%, #2e3650 37%, #2c354b 40%, #2c354b 49%, #282e44 58%, #242b3f 66%, #22283a 74%, #1f2535 92%, #1d2232 100%);
    z-index: -1;
  }

  .c5-sec2::after {
    content: "";
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    background: linear-gradient(to bottom, #1c2231, #1b202d 10%, #1a1f2c 20%, #1a1f2c 30%, #191e2b 40%, #181d2a 50%, #181d2a 60%, #171c28 70%, #161a26 80%, #151a24 90%, #141a24 100%);
    z-index: -1;
  }

  .c5-sec2 .c5-inner {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    padding: 70px 0;
    background: url(../img/movie_bg.png) no-repeat center top;
    background-size: 100% 100%;
  }

  .c5-sec2 .c5-inner h2 {
    margin-bottom: 40px;
    text-align: center;
  }

  .c5-sec2 .c5-inner .c5-sec2__content {
    width: 42%;
    min-width: 595px;
    margin: 0 auto;
  }

  .c5-sec2 .c5-inner .c5-sec2__content .c5-sec2__content__wrap {
    position: relative;
    padding-top: 56.25%;
  }

  .c5-sec2 .c5-inner .c5-sec2__content div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .c5-sec3__outer {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 80px;
    overflow-x: hidden;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2n+1) {
    padding-left: 11%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2n) {
    padding-right: 11%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2n) .c5-inner .c5-flex__txt {
    order: 2;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) {
    margin-bottom: 128px;
  }

  .c5-sec3__outer .c5-sec3:not(:nth-child(3)) .c5-inner {
    padding-bottom: 180px;
  }

  .c5-sec3__outer .c5-sec3 .c5-flex {
    -moz-column-gap: 3%;
    column-gap: 3%;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt {
    width: 41%;
    position: relative;
    z-index: 1;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-main__title {
    margin-bottom: 25px;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-main__subtitle {
    margin-bottom: 50px;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-main__txt {
    margin-bottom: 60px;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__note {
    margin-bottom: 70px;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__btn {
    display: flex;
    justify-content: flex-end;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__btn .c5-btn {
    display: block;
    width: 55%;
    padding-bottom: 20px;
    position: relative;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__btn .c5-btn::after {
    content: "";
    width: 77%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/view_more_arrow.png) no-repeat bottom 2px right;
    background-size: contain;
    transition: transform 0.5s;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__btn .c5-btn:hover::after {
    background: url(../img/view_more_arrow_on.png) no-repeat bottom 2px right;
    background-size: contain;
    transform: translateX(10%);
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt span {
    display: block;
    position: absolute;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__img {
    width: 56%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt .c5-main__title {
    width: 15%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt .c5-main__subtitle {
    width: 80%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt span {
    width: 15%;
    height: 51%;
    top: -8%;
    left: -20%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/fader01.svg) no-repeat center center;
    background-size: contain;
    position: relative;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt span::after {
    content: "";
    display: block;
    width: 60%;
    height: 20%;
    position: absolute;
    left: 20%;
    transform: translateY(-200%);
    background: url(../img/fader02.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.6s;
    transition-delay: 0.8s;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt .c5-main__title {
    width: 42%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt .c5-main__subtitle {
    width: 100%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt span {
    width: 33%;
    height: 26%;
    top: -8%;
    right: -8%;
    z-index: -1;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/volume01.svg) no-repeat center center;
    background-size: contain;
    position: relative;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt span::after {
    content: "";
    display: block;
    width: 70%;
    height: 76%;
    background: url(../img/volume02.svg) no-repeat center center;
    background-size: contain;
    position: relative;
    top: -78%;
    left: 15%;
    transform: rotate(-100deg);
    transition: all 1s ease-in-out;
    transition-delay: 0.8s;
    z-index: -1;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt .c5-main__title {
    width: 31%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt .c5-main__subtitle {
    width: 56%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt span {
    width: 15%;
    height: 51%;
    top: 55%;
    left: -20%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/fader01.svg) no-repeat center center;
    background-size: contain;
    position: relative;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt span::after {
    content: "";
    display: block;
    width: 60%;
    height: 20%;
    position: absolute;
    left: 20%;
    transform: translateY(-300%);
    background: url(../img/fader02.svg) no-repeat center center;
    background-size: contain;
    transition: all 1s ease-in-out;
    transition-delay: 1.2s;
  }

  .c5-sec3 .c5-btn img {
    width: 56%;
  }

  .c5-sec3 .c5-inner .c5-js__img1 {
    width: 79%;
    margin-left: 21%;
    position: relative;
    z-index: 1;
  }

  .c5-sec3 .c5-inner .c5-js__img2 {
    width: 39%;
    margin-top: -3%;
  }

  .c5-sec3 .c5-inner .c5-js__img3 {
    width: 79%;
  }

  .c5-sec3 .c5-inner .c5-js__img4 {
    width: 38%;
    margin-top: -5%;
    margin-left: 58%;
    position: relative;
    z-index: 1;
  }

  .c5-sec3 .c5-inner .c5-js__img5 {
    width: 79%;
    position: relative;
    z-index: 1;
  }

  .c5-sec3 .c5-inner .c5-js__img6 {
    width: 60%;
    margin-top: -3%;
    margin-left: 40%;
  }

  .c5-sec3 .c5-flex__txt h2,
  .c5-sec3 .c5-flex__txt p,
  .c5-sec3 .c5-flex__txt div,
  .c5-sec3 .c5-flex__txt span {
    transform: translate(0, 30%);
    opacity: 0;
    transition: all 0.6s;
    transition-delay: 0.3s;
  }

  .c5-sec3 .c5-flex__img .c5-js__img1,
  .c5-sec3 .c5-flex__img .c5-js__img2,
  .c5-sec3 .c5-flex__img .c5-js__img5,
  .c5-sec3 .c5-flex__img .c5-js__img6 {
    transform: translate(100%, 0);
    opacity: 0;
    transition: all 0.7s;
  }

  .c5-sec3 .c5-flex__img .c5-js__img3,
  .c5-sec3 .c5-flex__img .c5-js__img4 {
    transform: translate(-100%, 0);
    opacity: 0;
    transition: all 0.7s;
  }

  .c5-sec3 .c5-flex__txt.show h2,
  .c5-sec3 .c5-flex__txt.show p,
  .c5-sec3 .c5-flex__txt.show div,
  .c5-sec3 .c5-flex__txt.show span {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec3 .c5-flex__img.show .c5-js__img1,
  .c5-sec3 .c5-flex__img.show .c5-js__img2,
  .c5-sec3 .c5-flex__img.show .c5-js__img3,
  .c5-sec3 .c5-flex__img.show .c5-js__img4,
  .c5-sec3 .c5-flex__img.show .c5-js__img5,
  .c5-sec3 .c5-flex__img.show .c5-js__img6 {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec3:nth-child(1) .c5-flex__txt.show span::after {
    transform: translateY(-450%);
  }

  .c5-sec3:nth-child(2) .c5-flex__txt.show span::after {
    transform: rotate(100deg);
  }

  .c5-sec3:nth-child(3) .c5-flex__txt.show span::after {
    transform: translateY(-420%);
  }

  .c5-movie__second::before {
    content: "";
    width: 100vw;
    background-color: #070809;
    background-image: none;
  }

  .c5-movie__second::after {
    content: "";
    background-color: #070809;
    background-image: none;
  }

  .c5-movie__second .c5-inner {
    background: url(../img/creatorsvoice_bg.png) no-repeat center top;
    background-size: 100% 100%;
  }

  .c5-sec4 {
    background: #141414;
  }

  .c5-sec4 .c5-inner {
    padding: 80px 0;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner {
    margin: 0 11%;
    align-items: center;
    background: #000;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__thumb {
    width: 50%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__text {
    width: 50%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__text p {
    font-size: 22px;
    letter-spacing: 0.09rem;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(1) .c5-sec4__text figure:nth-child(1) {
    width: 40%;
    margin-bottom: 3%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(1) .c5-sec4__text figure:nth-child(2) {
    width: 87%;
    margin-bottom: 4%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text figure:nth-child(1) {
    width: 85%;
    margin-bottom: 4%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text figure:nth-of-type(2) {
    width: 90%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text p {
    margin-bottom: 6%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text div {
    display: flex;
    justify-content: flex-end;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text div img {
    width: 44%;
    padding-right: 15%;
    padding-bottom: 10px;
    background: url(../img/arrow_small.png) no-repeat right center;
    background-size: 25% auto;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:not(:last-child) {
    margin-bottom: 40px;
  }

  .c5-sec5 .c5-inner {
    padding: 80px 0 160px;
  }

  .c5-sec5 .c5-inner h2 {
    margin-bottom: 60px;
    text-align: center;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner {
    margin: 0 11% 56px;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__img {
    width: 50%;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__img img {
    width: 75%;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info {
    width: 50%;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info h3 {
    padding-top: 50px;
    margin-bottom: 20px;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info .c5-sec5__text {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #fff;
    color: #fff;
    line-height: 2;
    display: block;

  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info .c5-sec5__text tr {
    vertical-align: baseline;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info .c5-sec5__text tr td:first-child {
    width: 11rem;
  }

  .c5-pop {
    padding-top: 90px;
    background-color: #1a1a1a;
    color: #fff;
  }

  .c5-pop img {
    width: 100%;
    max-width: 100%;
  }

  .c5-pop__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10%;
  }

  .c5-pop__banner {
    margin-bottom: 70px;
  }

  .c5-pop__banner figure {
    margin-bottom: 10px;
  }

  .c5-pop__box {
    margin-bottom: 80px;
  }

  .c5-pop__box h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
  }

  .c5-pop__box p {
    font-size: 18px;
    line-height: 1.6;
  }

  .c5-pop__box-img {
    width: 48%;
  }

  .c5-pop__box-img figcaption {
    margin-top: 10px;
    font-size: 12px;
  }

  .f-right {
    float: right;
    margin-left: 5%;
    clear: both;
  }

  .f-left {
    float: left;
    margin-right: 5%;
  }

  .c5-space {
    float: right;
    height: 100px;
  }

  .c5-pop__box-left {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 0 20px;
  }

  .c5-pop__btn {
    padding-bottom: 135px;
  }

  .c5-pop .c5-sec1__flexBlock {
    max-width: none;
    gap: 0;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box {
    width: 50%;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__img {
    width: 26%;
    margin-right: 5%;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text {
    width: 69%;
    margin-top: 12%;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text a {
    width: 88%;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text a:first-of-type {
    margin-bottom: 3%;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text p {
    margin-bottom: 3%;
    font-size: 38px;
    font-family: "Gotham", "Noto Sans Japanese", sans-serif;
  }

  .c5-pop .c5-sec1__flexBlock a::after {
    content: "";
    width: 15%;
    height: 100%;
    background: url(../img/view_more_arrowBnr.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 5%;
  }

  .c5-pop__box-note {
    font-size: 12px;
  }

  .c5-pop__box-note a {
    transition: 0.3s;
  }

  .c5-pop__box-note a:hover {
    color: #0372ff;
  }




  .side {
    flex-direction: column;
    position: fixed;
    top: 53%;
    right: 1px;
    transition: transform 0.5s;
    z-index: 5;
    transform: translate(102%, -50%);
  }

  .side a {
    display: block;
    width: 60px;
    padding: 50px 0;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-right: none;
    color: #fff;
    background: #1a1a1a;
  }

  .side a:first-child {
    margin-bottom: 10px;
  }

  .side a span {
    display: inline-block;
    width: 22px;
    font-size: 22px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 750px) and (max-width: 1400px) {
  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__text p {
    font-size: 1.5714285714vw;
  }

  .c5-main__txt {
    font-size: 1.86vw;
  }

  .c5-sec3__note {
    font-size: 1.3vw;
  }

}

@media screen and (min-width: 750px) and (max-width: 1400px) {
  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text a {
    font-size: calc(22 / 1400 * 100vw);
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text p {
    font-size: calc(38 / 1400 * 100vw);
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none;
  }

  .c5-main__txt {
    font-size: 4.2666666667vw;
  }

  .c5-sec3__note {
    font-size: 3.7333333333vw;
  }

  .c5-sec5__text {
    font-size: 3.7333333333vw;
  }

  .c5-inner {
    width: 100%;
    max-width: 749px;
    margin: 0 auto;
  }

  .c5-sec1__flexBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5%;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }

  .c5-sec1__flexBlock a {
    display: flex;
    align-items: center;
    width: 77%;
    height: 45px;
    padding-left: 6%;
    font-size: 4.2666666667vw;
    letter-spacing: 0.08em;
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    transition: 0.6s;
  }

  .c5-sec1__flexBlock a:first-child {
    margin-bottom: 10px;
  }

  .c5-sec1__flexBlock a::after {
    content: "";
    width: 25%;
    height: 100%;
    background: url(../img/view_more_arrow.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 10%;
  }

  .c5-sec1__flexBlock a:hover {
    border: 1px solid #0372ff;
    background-color: #0372ff;
  }

  .side a:hover {
    background-color: #0372ff;
    border-color: #0372ff;
  }

  .c5-flex {
    display: flex;
  }

  .c5-sec__kv {
    background: url(../img/kv_bg_sp.png) no-repeat center center;
    background-size: contain;
  }

  .c5-sec__kv .c5-kv__inner {
    width: 90%;
    margin: 0 auto 15%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__title {
    width: 92%;
    padding-top: 8.6666666667vw;
    margin-bottom: 5.3333333333vw;
    transform: translate(0, 100%);
    opacity: 0;
    transition: 0.7s;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__title img {
    width: 100%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__hero {
    width: 69%;
    margin: 0 auto;
    margin-bottom: 4vw;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__hero img {
    width: 100%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__desc {
    width: 92%;
    margin-bottom: 7.7333333333vw;
    transform: translate(0, 100%);
    opacity: 0;
    transition: 0.7s;
    transition-delay: 0.5s;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__desc img {
    width: 100%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__name {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 11%;
    column-gap: 11%;
    width: 92%;
    transform: translate(0, 100%);
    opacity: 0;
    transition: 0.7s;
    transition-delay: 0.5s;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__name p {
    width: 61%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__name figure {
    width: 28%;
  }

  .c5-sec__kv .c5-kv__inner .c5-kv__name figure img {
    width: 100%;
  }

  .c5-sec__kv .c5-kv__inner.show .c5-kv__title {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec__kv .c5-kv__inner.show .c5-kv__desc {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec__kv .c5-kv__inner.show .c5-kv__name {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec1 .c5-share__wrap .c5-inner {
    display: flex;
    justify-content: center;
    max-width: 580px;
    padding: 36px 0;
  }

  .c5-sec1 .c5-share__wrap .c5-inner .c5-share__title {
    width: 50%;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c5-sec1 .c5-share__wrap .c5-inner .c5-share__title h2 {
    width: 50%;
  }

  .c5-sec1 .c5-share__wrap .c5-inner .c5-icon__box {
    width: 50%;
    display: flex;
    gap: 10%;
  }

  .c5-sec1 .c5-share__wrap .c5-inner .c5-icon__box a {
    display: block;
    width: 40px;
  }

  .c5-sec1 .c5-share__wrap .c5-inner .c5-icon__box .c5-facebook {
    margin-left: 20%;
  }

  .c5-sec2 .c5-inner {
    padding: 60px 0;
    background: url(../img/movie_bg.png) no-repeat center top;
    background-size: auto 100%;
  }

  .c5-sec2 .c5-inner h2 {
    margin-bottom: 34px;
    text-align: center;
  }

  .c5-sec2 .c5-inner h2 img {
    width: 29%;
  }

  .c5-sec2 .c5-inner .c5-sec2__content {
    width: 84%;
    margin: 0 auto;
  }

  .c5-sec2 .c5-inner .c5-sec2__content .c5-sec2__content__wrap {
    position: relative;
    padding-top: 56.25%;
  }

  .c5-sec2 .c5-inner .c5-sec2__content div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .c5-sec3__outer {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow-x: hidden;
  }

  .c5-sec3__outer .c5-flex {
    flex-flow: column-reverse;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner {
    padding-bottom: 90px;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2n+1) {
    padding-left: 8%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2n+1) .c5-flex__txt {
    padding-right: 8%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2n) {
    padding-right: 8%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2n) .c5-flex__txt {
    padding-left: 8%;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt {
    position: relative;
    z-index: 1;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-main__title {
    margin-bottom: 20px;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-main__subtitle {
    margin-bottom: 37px;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-main__txt {
    margin-bottom: 37px;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__note {
    margin-bottom: 50px;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__btn .c5-btn {
    display: block;
    width: 54%;
    margin-left: 40%;
    padding-bottom: 12px;
    position: relative;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__btn .c5-btn img {
    width: 56%;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__btn .c5-btn::after {
    content: "";
    width: 77%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/view_more_arrow.png) no-repeat bottom 2px right;
    background-size: contain;
    transition: transform 0.5s;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt .c5-sec3__btn .c5-btn:hover::after {
    background: url(../img/view_more_arrow_on.png) no-repeat bottom 2px right;
    background-size: contain;
    transform: translateX(10%);
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__txt span {
    display: block;
    position: absolute;
  }

  .c5-sec3__outer .c5-sec3 .c5-inner .c5-flex__img {
    width: 100%;
    margin-bottom: 45px;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt .c5-main__title {
    width: 17%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt .c5-main__subtitle {
    width: 80%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt span {
    width: 10%;
    height: 60%;
    top: -7%;
    left: -5%;
    z-index: -1;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/fader01.svg) no-repeat center center;
    background-size: contain;
    position: relative;
  }

  .c5-sec3__outer .c5-sec3:nth-child(1) .c5-flex__txt span::after {
    content: "";
    display: block;
    width: 70%;
    height: 20%;
    position: absolute;
    left: 15%;
    transform: translateY(-200%);
    background: url(../img/fader02.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.6s;
    transition-delay: 0.8s;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt .c5-main__title {
    width: 55%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt .c5-main__subtitle {
    width: 102%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt span {
    width: 27%;
    height: 26%;
    top: -4%;
    right: -5%;
    z-index: -1;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/volume01.svg) no-repeat center center;
    background-size: contain;
    position: relative;
  }

  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt span::after {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    background: url(../img/volume02.svg) no-repeat center center;
    background-size: contain;
    position: relative;
    top: -75%;
    left: 15%;
    transform: rotate(-100deg);
    transition: all 1.3s ease-in-out;
    transition-delay: 0.8s;
    z-index: -1;
  }
}

@media screen and (max-width: 749px) and (min-width: 1400px) {
  .c5-sec3__outer .c5-sec3:nth-child(2) .c5-flex__txt span::after {
    width: 114px;
    height: 114px;
  }
}

@media screen and (max-width: 749px) {
  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt .c5-main__title {
    width: 45%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt .c5-main__subtitle {
    width: 59%;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt span {
    width: 10%;
    height: 60%;
    top: 7%;
    right: 8%;
    z-index: -1;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt span::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/fader01.svg) no-repeat center center;
    background-size: contain;
    position: relative;
  }

  .c5-sec3__outer .c5-sec3:nth-child(3) .c5-flex__txt span::after {
    content: "";
    display: block;
    width: 70%;
    height: 20%;
    position: absolute;
    left: 15%;
    transform: translateY(-300%);
    background: url(../img/fader02.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.7s ease-in-out;
    transition-delay: 1.2s;
  }
}

@media screen and (max-width: 749px) {
  .c5-sec3 .c5-inner .c5-js__img1 {
    width: 84%;
    margin-left: 16%;
    position: relative;
    z-index: 1;
  }

  .c5-sec3 .c5-inner .c5-js__img2 {
    width: 40%;
    margin-top: -5%;
  }

  .c5-sec3 .c5-inner .c5-js__img3 {
    width: 79%;
  }

  .c5-sec3 .c5-inner .c5-js__img4 {
    width: 38%;
    margin-top: -5%;
    margin-left: 58%;
    position: relative;
    z-index: 1;
  }

  .c5-sec3 .c5-inner .c5-js__img5 {
    width: 81%;
    position: relative;
    z-index: 1;
  }

  .c5-sec3 .c5-inner .c5-js__img6 {
    width: 60%;
    margin-top: -5%;
    margin-left: 40%;
  }

  .c5-sec3 .c5-inner .c5-flex__txt h2,
  .c5-sec3 .c5-inner .c5-flex__txt p,
  .c5-sec3 .c5-inner .c5-flex__txt div,
  .c5-sec3 .c5-inner .c5-flex__txt span {
    transform: translate(0, 30%);
    opacity: 0;
    transition: all 0.6s;
    transition-delay: 0.3s;
  }

  .c5-sec3 .c5-inner .c5-flex__img .c5-js__img1,
  .c5-sec3 .c5-inner .c5-flex__img .c5-js__img2,
  .c5-sec3 .c5-inner .c5-flex__img .c5-js__img5,
  .c5-sec3 .c5-inner .c5-flex__img .c5-js__img6 {
    transform: translate(100%, 0);
    opacity: 0;
    transition: all 0.7s;
  }

  .c5-sec3 .c5-inner .c5-flex__img .c5-js__img3,
  .c5-sec3 .c5-inner .c5-flex__img .c5-js__img4 {
    transform: translate(-100%, 0);
    opacity: 0;
    transition: all 0.7s;
  }
}

@media screen and (max-width: 749px) {

  .c5-sec3 .c5-flex__txt.show h2,
  .c5-sec3 .c5-flex__txt.show p,
  .c5-sec3 .c5-flex__txt.show div,
  .c5-sec3 .c5-flex__txt.show span {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec3 .c5-flex__img.show .c5-js__img1,
  .c5-sec3 .c5-flex__img.show .c5-js__img2,
  .c5-sec3 .c5-flex__img.show .c5-js__img3,
  .c5-sec3 .c5-flex__img.show .c5-js__img4,
  .c5-sec3 .c5-flex__img.show .c5-js__img5,
  .c5-sec3 .c5-flex__img.show .c5-js__img6 {
    transform: translate(0, 0);
    opacity: 1;
  }

  .c5-sec3:nth-child(1) .c5-flex__txt.show span::after {
    transform: translateY(-400%);
  }

  .c5-sec3:nth-child(2) .c5-flex__txt.show span::after {
    transform: rotate(100deg);
  }

  .c5-sec3:nth-child(3) .c5-flex__txt.show span::after {
    transform: translateY(-370%);
  }
}

@media screen and (max-width: 749px) {
  .c5-movie__second::before {
    content: none;
  }

  .c5-movie__second::after {
    content: none;
  }

  .c5-movie__second .c5-inner {
    background: url(../img/creatorsvoice_bg.png) no-repeat center top;
    background-size: cover;
  }

  .c5-movie__second .c5-inner h2 img {
    width: 80%;
  }
}

@media screen and (max-width: 749px) {
  .c5-sec4 {
    background: #141414;
  }

  .c5-sec4 .c5-inner {
    padding: 60px 0;
  }

  .c5-sec4 .c5-inner .c5-flex {
    flex-direction: column;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner {
    margin: 0 8%;
    background: #000;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__thumb {
    width: 100%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__thumb img {
    width: 100%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__text {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 25px;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__text figure:first-child {
    margin-bottom: 15px;
    padding-top: 25px;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__text figure:nth-child(2) {
    margin-bottom: 18px;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner .c5-sec4__text p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.09rem;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(1) .c5-sec4__text figure:nth-child(1) {
    width: 45%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(1) .c5-sec4__text figure:nth-child(2) {
    width: 98%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text figure:nth-child(1) {
    width: 97%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text figure:nth-child(2) {
    width: 95%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text p {
    margin-bottom: 8%;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text div {
    display: flex;
    justify-content: flex-end;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:nth-child(2) .c5-sec4__text div img {
    width: 52%;
    display: block;
    padding-right: 15%;
    background: url(../img/arrow_small.png) no-repeat right center;
    background-size: 25% auto;
  }

  .c5-sec4 .c5-inner .c5-sec4__banner:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 749px) {
  .c5-sec5 .c5-inner {
    padding: 60px 0 85px;
  }

  .c5-sec5 .c5-inner h2 {
    margin-bottom: 35px;
    text-align: center;
  }

  .c5-sec5 .c5-inner h2 img {
    width: 80%;
  }

  .c5-sec5 .c5-inner .c5-flex {
    flex-direction: column;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner {
    margin: 0 7% 45px;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__img {
    width: 100%;
    margin-bottom: 30px;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__img img {
    display: block;
    width: 74%;
    margin: 0 auto;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info {
    width: 100%;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info h3 {
    margin-bottom: 15px;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info h3 img {
    width: 38%;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info .c5-sec5__text {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #fff;
    color: #fff;
    line-height: 2;
    display: block;

  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info .c5-sec5__text tr {
    vertical-align: baseline;
  }

  .c5-sec5 .c5-inner .c5-sec5__inner .c5-sec5__info .c5-sec5__text tr td:first-child {
    width: 42%;
  }
}

@media screen and (max-width: 749px) {
  .c5-pop {
    padding: 60px 0 0;
    background-color: #1a1a1a;
    color: #fff;
  }
}

@media screen and (max-width: 749px) {
  .c5-pop__inner {
    padding: 0 8%;
  }

  .c5-pop__banner {
    margin-bottom: calc(80 / 750 * 100vw);
  }

  .c5-pop__banner figure {
    margin-bottom: calc(30 / 750 * 100vw);
  }

  .c5-pop__box {
    margin: 0 auto calc(140 / 750 * 100vw);
    display: flex;
    flex-direction: column;
  }

  .c5-pop__box__inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 749px) {
  .c5-pop__banner .c5-pop__box-note span {
    overflow-wrap: anywhere;
  }

  .c5-pop__box h2 {
    margin-bottom: calc(60 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }

  .c5-pop__box-note {
    font-size: calc(22 / 750 * 100vw);
  }

  .c5-pop__box-text {
    margin-bottom: calc(60 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }

  .c5-pop__box-img figcaption {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }

}

@media screen and (max-width: 749px) {
  .c5-pop__box-img {
    width: 100%;
  }

  .c5-pop__box-img img {
    width: 100%;
    max-width: 100%;
  }

}

@media screen and (max-width: 749px) {
  .c5-pop {
    padding-bottom: calc(245 / 750 * 100vw);
  }

  .c5-pop .c5-sec1__flexBlock {
    max-width: none;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box {
    width: 100%;
    flex-direction: column;
    margin-bottom: calc(100 / 750 * 100vw);
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__img {
    width: 47%;
    margin-right: 0%;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text {
    width: 100%;
    margin-top: 5%;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text a {
    width: 100%;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text a:first-of-type {
    margin-bottom: 4%;
  }

  .c5-pop .c5-sec1__flexBlock .c5-btn__box .c5-btn__text p {
    margin-bottom: 3%;
    font-size: calc(48 / 750 * 100vw);
    font-family: "Gotham", "Noto Sans Japanese", sans-serif;
  }
}

@media screen and (max-width: 749px) {
  #modal_1 {
    height: 600px;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 749px) {
  .side {
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 2px;
    transform: translateY(105%);
    transition: transform 0.5s;
    z-index: 5;
  }

  .side a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 5% 0;
    font-size: 4.2666666667vw;
    border: 1px solid #f5f5f5;
    color: #fff;
    background: #000;
  }

  .side a span {
    display: block;
  }
}

.custom-modal-btn:focus {
  outline: none;
}

.custom-modal_close-wrap {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  background: #1a1a1a;
  z-index: 3;
}

.custom-modal .modaal-inner-wrapper {
  padding: 0 0 0 0;
}

.custom-modal .modaal-container {
  max-width: 100%;
}

.custom-modal .modaal-content-container {
  padding: 0;
}

.custom-modal .custom-modal_close {
  position: fixed;
  top: 20px;
  right: 20px;
  content: "";
  width: 21px;
  height: 21.7px;
  padding: 0;
  background: url(../img/pop_close_01.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 3;
}

.swiper-container {
  position: relative;
  margin: 0 auto;
}

.swiper-container .swiper-button-prev {
  left: -40px;
  color: #ffffff;
}

.swiper-container .swiper-button-next {
  right: -40px;
  color: #ffffff;
}

.swiper .swiper-wrapper {
  height: auto;
}

.swiper-wrapper .swiper-slide {
  width: calc(340 / 1200 * 100vw);
  height: calc(338 / 1200 * 100vw);
  max-width: 340px;
  max-height: 338px;
  background: url(/headphone/special/MDR-MV1/img/creators-voice__modal-bg.png) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
}

.swiper-wrapper .swiper-slide.swiper-slide-center {
  justify-content: center;
}

.swiper-wrapper .swiper-slide a {
  display: block;
  cursor: pointer;
}

.swiper-wrapper .swiper-slide a:hover,
.swiper-wrapper .swiper-slide a:visited {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.c5-slide-inner__comment {
  background: rgba(0, 0, 0, 0.7);
  transition: all .2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-wrapper .swiper-slide.slide-no01:hover .c5-slide-inner__comment,
.swiper-wrapper .swiper-slide.slide-no02:hover .c5-slide-inner__comment {
  opacity: 1;
}

.swiper-wrapper .swiper-slide .swiper-slide__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50%;
  padding: 0 3%;
}

.swiper-slide__text__name {
  text-align: center;
}

.swiper-slide__text__name img {
  width: 80%;
  margin: 0 auto;
}

.swiper-slide__text__taskrole {
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.556;
  letter-spacing: 0.08em;
}

.swiper-wrapper .swiper-slide .swiper-slide__text .swiper-slide__text__name {
  margin-bottom: 20px;
}

.c5-sec2 .c5-inner .c5-sec2__content.c5-sec2__content__swiper {
  max-width: 1040px;
  width: 100%;
}



@media screen and (min-width: 750px) {
  .c5-sec2 .c5-inner.c5-movie-bg {
    padding: 70px;
  }
}

@media screen and (min-width: 750px) {
  .custom-modal .custom-modal_close {
    top: 40px;
    right: 60px;
    width: 30px;
    height: 31px;
  }
}

@media screen and (max-width: 749px) {
  .custom-modal .custom-modal_close {
    top: 15px;
    right: 2%;
    width: 30px;
    height: 31px;
  }

  .c5-sec2 .c5-inner .c5-sec2__content.c5-sec2__content__swiper {
    max-width: 518px;
    width: 100%;
  }

  .swiper .swiper-wrapper .swiper-slide {
    opacity: .5;
    transform: scale(.85);
    transition: .5s;
  }

  .swiper .swiper-wrapper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
  }

  .custom-modal_close-wrap {
    height: 60px;
  }

  .swiper-wrapper .swiper-slide {
    width: calc(340 / 749 * 100vw);
    max-width: 340px;
    height: 340px;
  }
}

@media screen and (max-width: 660px) {
  .c5-sec2 .c5-inner .c5-sec2__content.c5-sec2__content__swiper {
    max-width: 318px;
    width: 90%;
  }

  .swiper-wrapper .swiper-slide {
    height: 240px;
  }

}

@media screen and (max-width: 560px) {
  .c5-sec2 .c5-inner .c5-sec2__content.c5-sec2__content__swiper {
    max-width: 300px;
    width: 80%;
  }
}

/*# sourceMappingURL=style.css.map */