*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

embed, object {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
}

abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

em, strong {
  font-style: normal;
  font-weight: 700;
}

img {
  border: 0;
  vertical-align: bottom;
}

:focus, a:active, a:hover, a:link, a:visited {
  outline: none;
}

html {
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body, button, html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

main {
  display: block;
}

[hidden] {
  display: none !important;
}

em {
  color: #ce181e;
}

img {
  max-width: 100%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.br-pc, .br-pc_tab, .br-sp, .br-tab, .br-tab_sp {
  display: none;
}

.no-hover {
  pointer-events: none;
}

.hover {
  -webkit-transition: opacity 0.15s ease-out, -webkit-filter 0.15s ease-out;
  transition: opacity 0.15s ease-out, -webkit-filter 0.15s ease-out;
  transition: filter 0.15s ease-out, opacity 0.15s ease-out;
  transition: filter 0.15s ease-out, opacity 0.15s ease-out, -webkit-filter 0.15s ease-out;
}

.footer {
  font-family: "Roboto", Arial, sans-serif !important;
  color: #8c8c8c;
  font-weight: 600;
}

.footer, .footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-inner {
  max-width: 1074px;
  margin: 0 auto;
}

.footer .footer-inner_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 2.333;
}

.footer .footer-inner_link li {
  line-height: 0;
}

.footer .footer-inner_link li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
}

.footer .footer-inner_link li a span {
  display: inline-block;
  line-height: 1;
  margin-top: -1px;
}

.footer .footer-inner_link li a:hover {
  color: #e60012;
}

.footer .footer-inner_link .icon {
  display: inline-block;
  font-size: 0;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.footer .footer-inner_youTube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 276px;
}

.footer .footer-inner_youTube_channel {
  font-size: 0;
}

.footer .footer-inner_youTube_text {
  font-size: 10px;
  color: #8c8c8c;
  font-weight: 700;
  line-height: 2.333;
  white-space: nowrap;
  text-decoration: none;
}

.footer .pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  line-height: 2.333;
}

.footer .pagetop, .footer .pagetop a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .pagetop a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
}

.footer .pagetop a span {
  display: inline-block;
  line-height: 1;
  margin-top: -1px;
}

.footer .pagetop a:hover {
  color: #e60012;
}

.footer .pagetop .icon {
  display: inline-block;
  font-size: 0;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

:root {
  --vw: 1vw ;
}

.contents {
  color: #3c3c3c;
  font-family: "Roboto", Arial, sans-serif !important;
}

.contents .contents-inner {
  width: 100%;
}

.start_date-wp {
  margin: 0 auto;
  max-width: 1166px;
}

.start_date {
  max-width: 830px;
  font-size: 0;
}

.movie-block_caution, .start_date {
  z-index: 10;
  position: relative;
  margin: 0 auto;
}

.movie-block_caution {
  font-size: 11px;
  line-height: 2.273;
  color: #fff;
}

.movie-block {
  position: relative;
}

.movie-block:before {
  z-index: 1;
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#0e1118));
  background: -webkit-linear-gradient(top, #000, #0e1118);
  background: linear-gradient(180deg, #000, #0e1118);
}

.main-player {
  position: relative;
}

.main-player .c-movie-lg {
  z-index: 10;
  position: relative;
  margin: 0 auto;
}

.c-movie-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.c-movie-player {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}

.c-movie-player .iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.movie-container {
  z-index: 10;
  position: relative;
}

.movie-container, .movie-container .mod-trailer {
  max-width: 1166px;
  margin: 0 auto;
}

.movie-item {
  width: 32.68%;
}

.movie-item.c-movie.is-disabled {
  cursor: default;
  pointer-events: none;
}

.movie-item.c-movie .c-movie-trailer {
  background-color: hsla(0deg, 0%, 100%, 0.08);
  height: 100%;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-movie-trailer, .c-movie-trailer:before {
  display: block;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
}

.c-movie-trailer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 85.87%;
  height: 4px;
  background-color: #3d3d3d;
}

.is-active .c-movie-trailer {
  background-color: hsla(0deg, 0%, 100%, 0.13);
}

.is-active .c-movie-trailer, .is-active .c-movie-trailer:before {
  -webkit-transition: border-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-active .c-movie-trailer:before {
  background-color: #e41317;
}

[data-device=desktop] .c-movie-trailer:hover {
  background-color: hsla(0deg, 0%, 100%, 0.13);
  -webkit-transition: border-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-movie-trailer-new {
  position: absolute;
}

.movie-trailer-title {
  font-size: 0;
  width: 50%;
  margin: 0 auto;
  padding-right: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie-trailer-title picture {
  width: 100%;
}

.movie-trailer-thumb {
  padding-left: 7%;
  padding-right: 3.14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media screen and (max-width: 759.98px) {
  .movie-trailer-thumb {
    width: 47.34%;
  }
}

.movie-item.c-movie.is-disabled .movie-trailer-title {
  padding-right: 7.7959183673%;
  padding-left: 7.7959183673%;
  width: 75.96%;
}
@media screen and (max-width: 759.98px) {
  .movie-item.c-movie.is-disabled .movie-trailer-title {
    padding: 5.45% 7.7959183673%;
    width: 77.35%;
  }
}

.movie-trailer-title img {
  width: 100%;
}

.movie-trailer-bt {
  background-color: #e41317;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.movie-trailer-text {
  font-size: 0;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.movie-trailer-text img {
  width: auto;
  height: 100%;
}

.topics-wp {
  z-index: 10;
  max-width: 1216px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}

.topics-inner, .topics-wp {
  position: relative;
}

.topics-inner:after {
  top: 0;
}

.topics-inner:after, .topics-inner:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 7px;
  border-left: 1px solid #363636;
  border-right: 1px solid #363636;
}

.topics-inner:before {
  bottom: 0;
}

.ttl_topics {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttl_topics img {
  width: 100%;
}

.topics-item {
  display: block;
  text-decoration: none;
}

.topics-item_date {
  font-size: 12px;
  color: #e60012;
  font-weight: 700;
  margin-bottom: 4px;
}

.topics-item_title {
  position: relative;
  font-size: 15px;
  color: #fff;
  line-height: 1.467;
  padding-left: 27px;
  -webkit-transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
  transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
}

[data-device=desktop] a:hover .topics-item_title {
  color: #e60012;
  -webkit-transition: border-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topics-item .icon-textlink {
  font-size: 0;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
}

.topics-item .icon-textlink img {
  width: 100%;
}

.desktop .c-movie-thumbnail-icon {
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
  transition: opacity 0.4s linear, visibility 0.4s linear;
}

.desktop .c-movie-thumbnail:hover .c-movie-thumbnail-icon {
  -webkit-animation: blink 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: blink 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-movie.is-disabled .c-movie-thumbnail {
  cursor: default;
  pointer-events: none;
}

.c-movie.is-disabled .c-movie-thumbnail-icon {
  display: none;
}

.c-movie.is-load .c-movie-thumbnail {
  cursor: default;
  pointer-events: none;
}

.c-movie.is-load .c-movie-thumbnail-icon, .c-movie.is-loading .c-movie-thumbnail-icon {
  opacity: 0;
  visibility: hidden;
}

.page-movie {
  z-index: 0;
}

.l-about {
  position: relative;
  z-index: 20;
  max-width: 1216px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}

.l-about, .l-about-inner {
  margin: 0 auto;
}

.hero_img {
  position: relative;
}

.hero_img img, .logo_title img, .releasedate img {
  width: 100%;
}

.hero_img img.hero_img__alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
@media screen and (max-width: 759.98px) {
  .hero_img img.hero_img__alt {
    padding: 10vw 4.27vw 0;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.releasenote {
  color: #8c8c8c;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}

.bt-officialSiteLink {
  display: block;
  -webkit-filter: drop-shadow(3px 3px 0 #f5f5f5);
  filter: drop-shadow(3px 3px 0 #f5f5f5);
  margin: 0 auto;
}

.bt-officialSiteLink img {
  width: 100%;
}

[data-device=desktop] .bt-officialSiteLink:hover {
  -webkit-animation: jump 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) both;
  animation: jump 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75) both;
}

.twitterLink {
  display: block;
  font-size: 0;
  margin: 0 auto;
}

.twitterLink svg {
  width: 100%;
  height: auto;
}

.twitterLink .icon-twitter-cls-1 {
  fill: #8c8c8c;
  -webkit-transition: fill 0.15s linear;
  transition: fill 0.15s linear;
}

.twitterLink .icon-twitter-cls-1, .twitterLink .icon-twitter-cls-2 {
  fill-rule: evenodd;
}

.twitterLink .icon-twitter-cls-2 {
  fill: #1da1f2;
}

[data-device=desktop] .twitterLink:hover .icon-twitter-cls-1 {
  fill: #1da1f2;
  -webkit-transition: fill 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.insta_wp {
  padding: 5.88% 0;
}

.insta_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-15px);
  transform: translate(-15px);
}

.ico_insta img {
  width: 100%;
}

.ico_insta_text {
  font-size: 0;
}

.ico_insta_text .insta_cls-1 {
  fill: #8c8c8c;
  -webkit-transition: fill 0.15s linear;
  transition: fill 0.15s linear;
}

.ico_insta_text .insta_cls-1, .ico_insta_text .insta_cls-2 {
  fill-rule: evenodd;
}

.ico_insta_text .insta_cls-2 {
  fill: #e60012;
}

.ico_insta_text img, .ico_insta_text svg {
  font-size: 0;
  width: 100%;
}

.footer {
  border-top: 1px solid #e9e9e9;
}

.footer .footer-inner {
  border-top: none !important;
  width: 100%;
  max-width: none;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  30% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  70% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  30% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  70% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media print, screen and (min-width: 760px) {
  .br-pc_tab {
    display: inline;
  }
  .hide-pc_tab {
    display: none !important;
  }
  .footer {
    height: 58px;
    padding: 0 25px;
  }
  .start_date {
    width: 71.19%;
    margin-top: 4.29%;
    margin-bottom: 2.15%;
  }
  .movie-block_caution {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .movie-block:before {
    height: calc(100% + 573px);
  }
  .main-player {
    padding-top: 50px;
  }
  .movie-container .mod-trailer {
    width: 100%;
    margin-top: 4.29%;
  }
  .movie-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-movie-trailer {
    padding-top: 6.29%;
    padding-bottom: 3.93%;
  }
  .c-movie-trailer-new {
    width: 9.43%;
    top: 0;
    left: 0;
  }
  .c-movie-trailer-new img {
    -webkit-transform: translate(-46.34%, -41.46%);
    transform: translate(-46.34%, -41.46%);
  }
  .movie-trailer-bt {
    width: 51.05%;
    padding-bottom: 7.86%;
    margin: 4.46% auto 0;
  }
  .movie-trailer-text {
    height: 43.34%;
  }
  .topics-inner {
    border-bottom: 1px solid #363636;
    border-top: 1px solid #363636;
    padding: 1.29% 0;
    margin-top: 5.49%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .topics-inner, .ttl_topics-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttl_topics-wp {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 21.1%;
    border-right: 1px solid #363636;
    padding: 0 15px;
  }
  .ttl_topics {
    width: 174px;
    height: 19px;
  }
  .topics-item-wp {
    width: 78.9%;
  }
  .topics-item {
    padding-top: 15px;
    padding-bottom: 18px;
    padding-left: 50px;
  }
  .l-about-inner {
    max-width: 1166px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 9.44%;
    margin-bottom: 4%;
  }
  .hero_img {
    width: 55.92%;
  }
  .l-about-content {
    width: 40.91%;
  }
  .logo_title {
    width: 97.065%;
    margin: 0 auto;
  }
  .releasedate {
    width: 72.5%;
    margin: 25.9% auto 5.88%;
  }
  .releasedate--th {
    width: 85.12%;
    margin: 19.43% auto 5.88%;
  }
  .releasenote {
    width: 84.7%;
  }
  .bt-officialSiteLink {
    width: 26.87vw;
  }
  .twitterLink {
    width: 21.16vw;
    margin-top: 1.76vw;
  }
  .ico_insta {
    width: 7.55%;
    margin-right: 2.94%;
  }
  .ico_insta_text {
    width: 44.24%;
  }
}
@media print, screen and (min-width: 1025px) {
  .br-pc {
    display: inline;
  }
  .hide-pc {
    display: none !important;
  }
  .hover:hover {
    opacity: 0.4;
  }
  .footer .footer-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 1px;
    border-top: 1px solid #e9e9e9;
  }
  .footer .footer-inner_link li {
    margin-right: 25px;
  }
  .main-player .c-movie-lg {
    max-width: 1166px;
  }
}
@media print, screen and (min-width: 1366px) {
  .c-movie-trailer {
    padding-top: 24px;
    padding-bottom: 15px;
  }
  .bt-officialSiteLink {
    width: 367px;
  }
  .twitterLink {
    width: 289px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .br-tab_sp {
    display: inline;
  }
  .main-player .c-movie-lg {
    width: 100%;
  }
}
@media screen and (max-width: 759.98px) {
  .br-sp {
    display: inline;
  }
  .hide-sp {
    display: none !important;
  }
  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: auto;
    letter-spacing: 0.14vw;
  }
  .footer .footer-inner_link {
    font-size: 2.67vw;
    line-height: 1.4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 9.34vw;
  }
  .footer .footer-inner_link li {
    margin-right: 14px;
  }
  .footer .footer-inner_link .icon {
    width: 2.4vw;
    height: 2.4vw;
    margin-right: 1.34vw;
  }
  .footer .footer-inner_youTube {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #e9e9e9;
  }
  .footer .footer-inner_youTube_channel {
    margin-left: 10px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .footer .footer-inner_youTube_text {
    font-size: 10px;
    line-height: 1.4;
  }
  .footer .pagetop {
    display: none;
  }
  .footer .pagetop .icon {
    width: 2.4vw;
    height: 2.4vw;
    margin-right: 1.34vw;
  }
  .start_date {
    width: 76.54vw;
    margin-top: 8.27vw;
  }
  .movie-block_caution {
    width: 91.6vw;
    margin-top: 5.34vw;
    font-size: 2.4vw;
    color: #6e6e6e;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.778;
  }
  .movie-block:before {
    height: calc(100% + 192vw - 6.53vw + 1.6vw);
  }
  .movie-block--th:before {
    height: calc(100% + 192vw);
  }
  .movie-container .mod-trailer {
    width: 89.34vw;
    margin-top: 6.14vw;
  }
  .movie-item {
    width: 100%;
  }
  .movie-item:not(:first-child) {
    margin-top: 3.34vw;
  }
  .c-movie-trailer {
    padding-top: 4.54vw;
    padding-bottom: 2.67vw;
    width: 100%;
  }
  .c-movie-trailer:before {
    height: 0.8vw;
  }
  .c-movie-trailer-new {
    height: 0.8vw;
    top: -2.93vw;
    left: -3.33vw;
    width: 7.34vw;
  }
  .movie-trailer-title {
    width: 64.41vw;
  }
  .movie-trailer-bt {
    width: 40.4vw;
    height: 5.34vw;
    margin: 3.07vw auto 0;
  }
  .movie-trailer-text {
    height: 2.4vw;
  }
  .topics-wp {
    padding-left: 0;
    padding-right: 0;
  }
  .topics-inner {
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    width: 91.6vw;
    margin: 8.94vw auto 0;
  }
  .topics-inner:after, .topics-inner:before {
    height: 3px;
  }
  .ttl_topics-wp {
    width: 82.94vw;
    margin: 0 auto;
    padding: 4.8vw 0;
    border-bottom: 2px solid #363636;
  }
  .ttl_topics {
    width: 35.704vw;
    margin: 0 auto;
  }
  .topics-item-wp {
    width: 82.94vw;
    margin: 0 auto;
  }
  .topics-item {
    padding-top: 4.54vw;
  }
  .topics-item:last-child {
    padding-bottom: 6.14vw;
  }
  .topics-item_date {
    position: relative;
    font-size: 3.2vw;
    padding-left: 4.54vw;
  }
  .topics-item_title {
    padding-left: 0;
    font-size: 3.47vw;
    line-height: 1.692;
  }
  .topics-item .icon-textlink {
    width: 2.54vw;
    height: 2.54vw;
    top: 0.5vw;
  }
  .l-about {
    margin-bottom: 6.94vw;
    padding-left: 0;
    padding-right: 0;
  }
  .hero_img {
    padding: 10vw 4.27vw 0;
  }
  .logo_title {
    padding: 4.5333333vw 0 2.67vw;
  }
  .logo_title img {
    margin: 0 auto;
    display: block;
    width: 63.945vw;
  }
  .releasedate {
    width: 48.53333333vw;
    margin: 2.1vw auto 4.4vw;
  }
  .releasedate--th {
    width: 57.533333vw;
    margin: 2.13vw auto 4.4vw;
  }
  .releasenote {
    padding: 0 4.27vw;
    font-size: 11px;
  }
  .bt-officialSiteLink {
    width: 75.07vw;
    -webkit-filter: drop-shadow(3px 3px 0 #f5f5f5);
    filter: drop-shadow(3px 3px 0 #f5f5f5);
  }
  .twitterLink {
    width: 59.07vw;
    margin-top: 4.8vw;
  }
  .insta_wp {
    padding: 6vw 0;
  }
  .ico_insta {
    width: 8.14vw;
    margin-right: 3.2vw;
  }
  .ico_insta_text {
    width: 47.74vw;
  }
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
  .br-tab {
    display: inline;
  }
  .hide-tab {
    display: none !important;
  }
  .footer .footer-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    letter-spacing: 0.1vw;
  }
  .footer .footer-inner_link {
    font-size: 11px;
    line-height: 1.75;
  }
  .footer .footer-inner_link li {
    margin-right: 16px;
  }
  .footer .pagetop {
    font-size: 10px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 760px) and (max-width: 1216px) {
  .movie-block:before {
    height: calc(100% + var(--vw) * 46.6);
  }
  .main-player {
    padding-top: 25px;
  }
  .main-player, .movie-container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .movie-container {
    max-width: none;
    width: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2) {
  body, button, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}