body {
  font-family: "Noto Sans JP";
  margin-inline-start: 0;
}

.inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

h2 {
  text-align: center;
  font-size: 74px;
  font-weight: 900;
  font-family: "Roboto";
  width: 100%;
}
h2 .rel-border {
  background-image: url(../assets/images/rel-border.png);
  background-size: 100% 30px;
  background-repeat: no-repeat;
  background-position: bottom 10px left 0;
}
h2 .lineup-border {
  background-image: url(../assets/images/lineup-border.png);
  background-size: 100% 30px;
  background-repeat: no-repeat;
  background-position: bottom 10px left 0;
}
h2 .en-title {
  font-size: 27px;
  font-family: "Noto Sans JP";
  color: #000000;
  display: block;
  font-weight: bold;
}

.kv {
  background-image: url(../assets/images/mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: 100% auto; */
  /* max-height: 898px; */
  /* min-height: 800px; */
  /* height: 56.125vw; */
  padding-bottom: 120px;
  width: 100%;
}
.kv .kv-container {
  position: relative;
  width: 100%;
}
.kv .kv-container .head {
  display: flex;
  justify-content: space-around;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 70px;
  padding-top: 34.5px;
  /* h1 {
    color: #FFF;
    font-size: 63px;
    font-weight: bold;
    letter-spacing: normal;
    -webkit-text-stroke: 1px #EEA1CF;
    text-stroke: 1px #EEA1CF;
    text-shadow: 0px 0px 22px #F571C0;
  } */
  /* .head-title {
    width: 70%;
  } */
}
.kv .kv-container .head h1 {
  width: 80%;
}
.kv .kv-container .head .head-title {
  /* width: 60%; */
  /* height: 84.5px; */
  position: relative;
}
.kv .kv-container .head .head-title::before {
  content: "";
  position: absolute;
  background-image: url(../assets/images/mv-text-back.png);
  background-size: 100% auto;
}
.kv .kv-container .head img {
  max-width: 705px;
  width: 100%;
  height: auto;
}
.kv .kv-container .movie-container-box {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}
.kv .kv-container .movie-container {
  position: relative;
  z-index: 10;
  max-width: 960px;
  width: 100%;
  padding-top: 56.25%;
}
.kv .kv-container .movie-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.kv .kv-container .movie-container .movie {
  position: absolute;
  top: -25%;
  left: -40%;
  z-index: -1;
}
.kv .kv-container .movie-container .starA {
  position: absolute;
  top: 10%;
  right: -27%;
  z-index: -1;
}
.kv .kv-container .movie-container .starB {
  position: absolute;
  top: 35%;
  right: -14%;
  z-index: -1;
}
.kv .kv-container .movie-container .starC {
  position: absolute;
  bottom: -3%;
  right: -17%;
  z-index: -1;
}
.kv .kv-container .movie-container .starD {
  position: absolute;
  top: 25%;
  left: -22%;
  z-index: -1;
}
.kv .kv-container .movie-container .heart-left {
  position: absolute;
  bottom: 0%;
  left: -15%;
  z-index: -1;
}
.kv .kv-container .movie-container .heart-right {
  position: absolute;
  top: -10%;
  right: -10%;
  z-index: -1;
}
.kv .kv-container .movie-container .star-right {
  position: absolute;
  top: 10%;
  right: -25%;
  z-index: -1;
}
.kv .kv-container img {
  max-width: 100%;
}
.kv .kv-container .sns {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* padding-top: 20px; */
  height: 90px;
  margin: auto 0 0 0;
  /* width: 20%; */
  /* transform: translate(0, -10%); */
}
.kv .kv-container .sns li {
  /* width: 53.53px; */
  margin: auto;
}
.kv .kv-container .sns li:not(:last-child) {
  margin-right: 15px;
}
.kv .kv-container .sns::before {
  content: "";
  background: url("../assets/img/wacha/icon-share.png") no-repeat;
  background-size: 100% auto;
  width: 108px;
  height: 20px;
  /* padding: 0 0 48%; */
  position: absolute;
  top: 0%;
  left: 13%;
  display: block;
}

/* @media screen and (max-width: 960px) {
  .kv {
    padding-top: 220px;

    .kv-container {
      padding-top: 220px;

      iframe {
        height: 56.25vw;
        margin-top: 220px;
      }
    }
  }
} */
.secimg-container {
  position: relative;
}
.secimg-container .secimg {
  position: absolute;
  bottom: -55px;
  width: 100%;
  height: 110px;
  background-image: url(../assets/images/sec-line.png);
  background-position: bottom 0 left 0;
}

.relationships {
  padding-top: 55px;
  padding-bottom: 110px;
  background-image: url(../assets/images/relationships-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}
.relationships .rel-container h2 {
  margin-bottom: 50px;
}

/* ----------- qa ---------- */
dl {
  max-width: 960px;
  border: 1px solid #604695;
  margin: 30px auto 0;
}

dt {
  position: relative;
  background: #604695;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
  cursor: pointer;
}

dt .item:nth-of-type(1) span:nth-of-type(1) {
  margin-left: 30px;
}

dt .item:nth-of-type(1) span:nth-of-type(2),
dt .item:nth-of-type(1) span:nth-of-type(3) {
  position: absolute;
  top: 10px;
  right: 30px;
}

dt .item:nth-of-type(1) span:nth-of-type(2) {
  display: none;
}

dt.active .item:nth-of-type(1) span:nth-of-type(2) {
  display: block;
}

dt.active .item:nth-of-type(1) span:nth-of-type(3) {
  display: none;
}

dd {
  display: none;
  font-size: 1.4rem;
  font-weight: 400;
  margin-inline-start: 0;
}

.container03 {
  display: flex;
}

.container03-2 {
  /* padding: 20px 30px 20px 0; */
  background-color: #FFF;
}

.container03-2 .item {
  margin: 0 auto;
  padding: 30px;
}

/* .container03 .item:nth-of-type(1) {
  text-align: center;
} */
.container03 .item:nth-of-type(1) {
  width: 100%;
}

dd .item:nth-of-type(1) span {
  line-height: 2;
}

.ac-container .item img {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .kv .kv-container .movie-container .star-right {
    right: -15%;
    top: 20%;
  }
}
@media screen and (max-width: 1300px) {
  .kv .kv-container .head {
    margin: 0 auto 50px;
    /* padding-top: 15px; */
  }
  .kv .kv-container .movie-container .star-right {
    right: -5%;
    top: 10%;
  }
  .kv .kv-container .movie-container .heart-right {
    right: -10%;
    top: 2%;
  }
}
@media screen and (max-width: 1100px) {
  .kv {
    padding-bottom: 100px;
  }
  .kv .kv-container .head {
    max-width: 850px;
    margin-bottom: 30px;
  }
  .kv .kv-container .sns {
    /* width: 25%; */
  }
  .kv .kv-container .sns li:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .kv .kv-container .head {
    max-width: 800px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .kv .kv-container .head h1 {
    /* width: 65%; */
  }
  .kv .kv-container .head h1 img {
    width: 100%;
  }
  .kv .kv-container .movie-container .movie {
    max-width: 40%;
    top: -23%;
    left: -20%;
  }
  .kv .kv-container .movie-container .starA {
    max-width: 15%;
  }
  .kv .kv-container .movie-container .starB {
    max-width: 15%;
  }
  .kv .kv-container .movie-container .starC {
    max-width: 15%;
  }
  .kv .kv-container .movie-container .starD {
    max-width: 15%;
    left: -12%;
  }
  .kv .kv-container .movie-container .heart-left {
    max-width: 15%;
  }
  .kv .kv-container .movie-container .heart-right {
    max-width: 15%;
    right: -12%;
    top: -2%;
  }
  .kv .kv-container .movie-container .star-right {
    max-width: 15%;
    right: -10%;
    top: 40%;
  }
  .kv .kv-container .sns {
    margin: auto 0 20px 0;
    height: auto;
  }
  .kv .kv-container .sns li {
    /* width: 30px; */
  }
  .kv .kv-container .sns::before {
    width: 81px;
    height: 15px;
    top: -60%;
    left: 13%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  dl {
    margin: 20px 20px 0;
  }
  dt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 50px;
  }
  h2 .en-title {
    font-size: 18px;
  }
  h2 .rel-border,
h2 .lineup-border {
    background-size: 100% 20px;
    background-position: bottom 10px left 0;
  }
  .item span {
    font-size: 12px;
  }
  .kv {
    padding-bottom: 80px;
  }
  .kv .kv-container {
    /* .movie-container {
      .movie {
        max-width: 15%;
      }

      .starA {
        max-width: 15%;
      }

      .starB {
        max-width: 15%;
      }

      .starC {
        max-width: 15%;
      }

      .starD {
        max-width: 15%;
        left: -12%;
      }

      .heart-left {
        max-width: 15%;
      }

      .heart-right {
        max-width: 15%;
        right: -12%;
        top: -2%;

      }
      .star-right {
        max-width: 15%;
        right: -10%;
        top: 40%;
      }
    } */
  }
  .kv .kv-container .sns {
    margin: auto 0 20px 0;
    height: auto;
  }
  .kv .kv-container .sns li {
    width: 30px;
  }
  .kv .kv-container .head {
    /* margin-bottom: 10px; */
  }
  dl {
    margin: 15px 20px 0;
  }
  dt {
    font-size: 1.5rem;
    padding: 10px 25px 10px 10px;
  }
  dt .item:nth-of-type(1) span:nth-of-type(1) {
    margin-left: 0px;
  }
  dt .item:nth-of-type(1) {
    margin-right: 10px;
  }
  dt .item:nth-of-type(1) {
    margin-right: 10px;
  }
  dt .item:nth-of-type(2) span:nth-of-type(2),
dt .item:nth-of-type(2) span:nth-of-type(3) {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  dt .item:nth-of-type(2) span:nth-of-type(2) {
    display: none;
  }
  dt.active .item:nth-of-type(2) span:nth-of-type(2) {
    display: block;
  }
  dt.active .item:nth-of-type(2) span:nth-of-type(3) {
    display: none;
  }
  dd {
    font-size: 1.4rem;
  }
  dd .item:nth-of-type(1) {
    /* margin-right: 10px; */
  }
  .container03 {
    display: flex;
  }
  .container03-2 {
    /* padding: 10px 30px 10px 10px; */
  }
  dd .item:nth-of-type(2) span {
    line-height: 1.6;
  }
}
#lineup {
  padding-top: 55px;
  padding-bottom: 80px;
  background-image: url(../assets/images/lineup-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}

.lineup-container h2 {
  margin-bottom: 70px;
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 32px;
  }
  h2 .en-title {
    font-size: 16px;
  }
  h2 .rel-border, h2 .lineup-border {
    background-size: 100% 15px;
    background-position: bottom 5px left 0;
  }
  .kv {
    /* padding-bottom: 60px; */
  }
  .kv .kv-container .head {
    /* margin-bottom: 0px; */
  }
  dt .item:nth-of-type(1) span:nth-of-type(2),
dt .item:nth-of-type(1) span:nth-of-type(3) {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .kv .kv-container .head {
    max-width: 800px;
    margin-bottom: 25px;
    padding-top: 10px;
  }
  .kv .kv-container .head h1 {
    /* width: 65%; */
  }
  .kv .kv-container .head h1 img {
    width: 100%;
  }
  .kv .kv-container .sns {
    margin: auto 10px 10px 0;
    height: auto;
  }
  .kv .kv-container .sns li {
    width: 20px;
  }
  .kv .kv-container .sns::before {
    width: 81px;
    height: 15px;
    top: -80%;
    left: 0%;
  }
}

/* button */
.p-button-wrap {
  margin-top: 50px;
  text-align: center;
}


.p-button {
  font-size: 24px;
  color: #fff;
  background-color: #604695;
  padding: 15px 80px;
  border-radius: 50px;
}

.p-button:hover {
  opacity: 0.7;
}