@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.66em;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック体",
    "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

p {
  margin-bottom: 1.5em;
}

span {
  display: inline-block;
}

.wb {
  display: inline-block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.font60 {
  font-size: 0.6em;
}

/* -------------------------------------------------
LOADING
-------------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading picture {
  margin: 0 auto;
  display: block;
  width: 50px;
  height: auto;
  user-select: none;
  animation: 2s linear infinite rotation1;
}

#loading picture img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* -------------------------------------------------
OVERLAY
-------------------------------------------------*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fffffff;
  z-index: 14;
  display: none;
}

/* -------------------------------------------------
CONTAINT,MAIN
-------------------------------------------------*/

#content-container {
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}

.main {
  position: relative;
  width: min(100%, 1400px);
  aspect-ratio: 1400 / 820;
  background-image: image-set(
    url("../images/main_pc.webp") type("image/webp"),
    url("../images/main_pc.png") type("image/png")
  );
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main h2 {
  position: absolute;
  left: 639px;
  top: 298px;
  width: 23px;
}

.main h2 picture img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------------------
MOVIE INFO
-------------------------------------------------*/

.movie-info {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

#photo-copyright p {
  padding: 1em 1.5em;
  text-align: left;
  font-size: 10px;
  opacity: 0.6;
}

h1.movie-title {
  width: 100%;
  margin: 50px 0 80px 0;
}

h1.movie-title img {
  width: 709px;
  height: auto;
}

#awards {
  position: absolute;
  right: 26px;
  top: 40px;
  width: 112px;
}

#awards img {
  width: 100%;
  height: auto;
}

h2.cast {
  font-family: "秀英横太明朝 B", "DNPShueiYMinStd-B";
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}

div#billing {
  font-family: "秀英横太明朝 B", "DNPShueiYMinStd-B";
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.215;
  margin-bottom: 50px;
}

div#billing p {
  margin-bottom: 0;
}

p#credit {
  font-family: "秀英横太明朝 B", "DNPShueiYMinStd-B";
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.215;
  margin-bottom: 50px;
}

h2.cast span,
div#billing span {
  margin: 0 0.5em;
}

.billing-support {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.5em;
}

.billing-support__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 24px;
  flex: 0 0 20px;
  margin: 0 0.1em;
  overflow: hidden;
  position: relative;
  top: -1.5px;
}

.billing-support__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#roadshow {
  margin-bottom: 50px;
  line-height: 1.4;
}

#roadshow p {
  font-family: "秀英横太明朝 B", "DNPShueiYMinStd-B";
  font-size: 38px;
  margin-bottom: 0;
}

.sns-list {
  text-align: center;
}

.sns-list li {
  display: inline-block;
  margin: 0 10px;
}

.sns-list li.x {
  margin: 0 6px;
}

.sns-list li picture {
  margin: 0 auto;
  display: block;
  height: 40px;
}

.sns-list li img {
  width: auto;
  height: 100%;
  display: block;
}

/* -------------------------------------------------
1400
-------------------------------------------------*/

@media only screen and (max-width: 1400px) and (min-width: 641px) {
  /* -------------------------------------------------
LOADING 1400
-------------------------------------------------*/

  #loading picture {
    width: 3.57vw;
  }

  .main h2 {
    position: absolute;
    left: 45.64vw;
    top: 21.28vw;
    width: 1.64vw;
  }

  .main h2 picture img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/* -------------------------------------------------
1200
-------------------------------------------------*/

@media only screen and (max-width: 1200px) and (min-width: 641px) {
  /* -------------------------------------------------
MOVIE INFO 1200
-------------------------------------------------*/

  .movie-info {
    text-align: center;
    position: relative;
    margin-bottom: 4.16vw;
  }

  h1.movie-title {
    width: 100%;
    margin: 4.16vw 0 6.66vw 0;
  }

  h1.movie-title img {
    width: 59.08vw;
    height: auto;
  }

  #awards {
    position: absolute;
    right: 2.166vw;
    top: 3.33vw;
    width: 9.33vw;
  }

  #roadshow {
    margin-bottom: 4.16vw;
  }

  h2.cast {
    font-family: "秀英横太明朝 B", "DNPShueiYMinStd-B";
    font-size: 2vw;
    margin-bottom: 4.16vw;
  }

  div#billing {
    font-family: "秀英横太明朝 B", "DNPShueiYMinStd-B";
    font-size: 1.33vw;
    margin-bottom: 4.16vw;
  }

  div#billing p {
    margin-bottom: 0;
  }

  p#credit {
    font-family: "秀英横太明朝 B", "DNPShueiYMinStd-B";
    font-size: 1vw;
    margin-bottom: 4.16vw;
  }

  .billing-support__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.66vw;
    height: 2vw;
    flex: 0 0 1.66vw;
    top: -0.125vw;
  }

  #roadshow p {
    font-size: 3.16vw;
  }

  .sns-list li {
    display: inline-block;
    margin: 0 10px;
  }

  .sns-list li.x {
    margin: 0 6px;
  }

  .sns-list li picture {
    height: 3.33vw;
  }
}

/* -------------------------------------------------
640
-------------------------------------------------*/

@media only screen and (max-width: 640px) {
  .wb {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* -------------------------------------------------
LOADING 640
-------------------------------------------------*/

  #loading picture {
    width: 10vw;
  }

  /* -------------------------------------------------
CONTAINT,MAIN 640
-------------------------------------------------*/

  .main {
    width: min(100%, 1400px);
    aspect-ratio: 1000 / 1040;
    background-image: image-set(
      url("../images/main_sp.webp") type("image/webp"),
      url("../images/main_sp.png") type("image/png")
    );
  }

  .main h2 {
    position: absolute;
    left: 40.6vw;
    top: 37.4vw;
    width: 3.8vw;
  }

  /* -------------------------------------------------
MOVIE INFO 640
-------------------------------------------------*/

  .movie-info {
    text-align: center;
    position: relative;
    margin-bottom: 10vw;
  }
  
  #photo-copyright p {
  padding: 0.8em 1.5em;
  text-align: left;
  font-size: 1.6vw;
  opacity: 0.6;
}

  h1.movie-title {
    width: 100%;
    margin: 5vw 0 9vw 0;
  }

  h1.movie-title img {
    width: 89.9vw;
  }

  #awards {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin-bottom: 11vw;
  }

  #awards img {
    width: 65.7vw;
    height: auto;
  }

  h2.cast {
    font-size: 3.8vw;
    letter-spacing: 0.15em;
    margin-bottom: 8vw;
  }

  div#billing {
    font-size: 2.587vw;
    margin-bottom: 8vw;
  }

  p#credit {
    font-size: 2.253vw;
    margin-bottom: 50px;
    margin-bottom: 8vw;
  }

  h2.cast span,
  div#billing span {
    margin: 0 0.5em;
  }

  #roadshow {
    margin-bottom: 8vw;
  }

  #roadshow p {
    font-size: 6.624vw;
  }

  .sns-list {
    text-align: center;
  }

  .sns-list li {
    display: inline-block;
    margin: 0 10px;
  }

  .sns-list li.x {
    margin: 0 6px;
  }

  .sns-list li picture {
    margin: 0 auto;
    display: block;
    height: 40px;
  }

  .sns-list li img {
    width: auto;
    height: 100%;
    display: block;
  }
}