/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333;
  min-height: 100vh;
  background: linear-gradient(90deg, #A5A39E 0%, #A5A39E 34.62%, #3F3E3C 100%);
}
@media screen and (max-width: 768px) {
  body {
    background: linear-gradient(90deg, #949494 0%, #3F3E3C 100%);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #FF9881;
  text-transform: uppercase;
  text-align: center;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2em;
  }
}

footer {
  padding: 0px 0px 40px;
}
footer .billing {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
  padding: 0 20px;
}

/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
  color: #333;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*fixed_bg------------------------*/
/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #4e4e4e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading .loading_inner .loader {
  animation: flash 1s infinite;
  max-width: 300px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  mix-blend-mode: hard-light;
}
.loading .loading_inner .loader img {
  opacity: 0.2;
}
.loading.is-out {
  opacity: 0;
  pointer-events: none;
}

/*-------------------------------*/
#top {
  position: relative;
  width: 100%;
  height: 59vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top {
    height: 178vw;
  }
}
#top .main {
  position: absolute;
  width: 37.24%;
  top: 7.05%;
  left: 6.51%;
}
@media screen and (max-width: 768px) {
  #top .main {
    width: 100%;
    top: 0%;
    left: 0%;
  }
}
#top .award {
  position: absolute;
  width: 45.52%;
  top: 7.05%;
  left: 47.45%;
}
@media screen and (max-width: 768px) {
  #top .award {
    width: 92.8%;
    top: 1.49%;
    left: 4%;
  }
}
#top .copy_yoko {
  position: absolute;
  width: 45.57%;
  top: 13.32%;
  left: 47.45%;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 93.07%;
    top: 5.66%;
    left: 4%;
  }
}
#top .casts {
  position: absolute;
  width: 40%;
  top: 35.98%;
  left: 50.21%;
}
@media screen and (max-width: 768px) {
  #top .casts {
    width: 80%;
    top: 59.61%;
    left: 10.13%;
  }
}
#top .title {
  position: absolute;
  width: 46.6%;
  top: 43.03%;
  left: 46.89%;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 91.2%;
    top: 64.53%;
    left: 4.53%;
  }
}
#top .release {
  position: absolute;
  width: 8.39%;
  top: 70.46%;
  left: 66.04%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 17.33%;
    top: 78.99%;
    left: 41.33%;
  }
}
#top .billing_jp {
  position: absolute;
  width: 41.15%;
  top: 80.78%;
  left: 49.64%;
}
@media screen and (max-width: 768px) {
  #top .billing_jp {
    width: 84%;
    top: 85.84%;
    left: 8%;
  }
}
#top .billing_en {
  position: absolute;
  width: 35.68%;
  top: 86.16%;
  left: 52.4%;
}
@media screen and (max-width: 768px) {
  #top .billing_en {
    width: 72.8%;
    top: 89.42%;
    left: 13.6%;
  }
}
#top .copy_tate {
  position: absolute;
  width: 1.25%;
  top: 44.41%;
  left: 9.17%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 2.67%;
    top: 19.82%;
    left: 34.4%;
  }
}

#info {
  padding: 0px 50px 60px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 0px 20px 30px;
  }
}
#info .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#info .btns div {
  margin: 0 10px 10px;
  position: relative;
  max-width: 60px;
  width: 100%;
}
#info .btns div a {
  overflow: hidden;
  position: relative;
  margin: 0 auto 0px;
  display: block;
  max-width: 180px;
  width: 100%;
  transition: 0.3s;
}
#info .btns div a:hover {
  opacity: 0.7;
}

.mvtk {
  width: 100%;
}
.mvtk #mvtk-widgets-container {
  margin: 20px auto;
}

.sns_btns {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
.sns_btns a {
  width: 160px;
  display: block;
  margin: 0 5px;
}
.sns_btns a:hover {
  opacity: 0.7;
}

.bnrs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bnrs .bnr {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  max-width: 200px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .bnrs .bnr {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    max-width: unset;
  }
}
.bnrs .bnr a {
  display: block;
  transition: 0.3s;
}
.bnrs .bnr a:hover {
  filter: brightness(120%);
}
.bnrs .bnr img {
  border-radius: 5px;
}

.mvtk {
  width: 100%;
  margin: 0 auto 30px;
}
.mvtk div {
  margin: 0 auto;
}

.tkt {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.tkt li {
  width: calc(50% - 5px);
  max-width: 240px;
}
.tkt li a {
  display: block;
  transition: 0.3s;
}
.tkt li a:hover {
  filter: brightness(120%);
}/*# sourceMappingURL=style.css.map */