@charset "UTF-8";
/* 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: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333;
  min-height: 100vh;
}
@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: #2BB6A5;
  text-transform: uppercase;
  text-align: center;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2em;
  }
}

/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@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: #aa6f00;
  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 {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.32);
}
#top .bg {
  position: relative;
}
#top .titles {
  position: absolute;
  width: 67.08%;
  top: 2.52%;
  left: 16.46%;
}
@media screen and (max-width: 768px) {
  #top .titles {
    width: 102.93%;
    top: 3.74%;
    left: -1.33%;
  }
}
#top .twiggy {
  position: absolute;
  width: 32.03%;
  bottom: 0;
  left: 34.17%;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  #top .twiggy {
    width: 99.2%;
    left: 0.8%;
  }
}
#top .release {
  position: absolute;
  width: 39.95%;
  top: 74.61%;
  left: 30.05%;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 89.6%;
    top: 73.26%;
    left: 5.33%;
  }
}
#top .copy {
  position: absolute;
  width: 52.5%;
  top: 85.95%;
  left: 23.75%;
}
@media screen and (max-width: 768px) {
  #top .copy {
    width: 88.53%;
    top: 84.47%;
    left: 5.6%;
  }
}
#top .billing {
  position: absolute;
  width: 49.06%;
  top: 92.64%;
  left: 25.47%;
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 92%;
    top: 90.83%;
    left: 4.27%;
  }
}

#info {
  padding: 40px 50px 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 20px 80px;
  }
}
#info .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#info .btns div {
  margin: 0 10px 10px;
  position: relative;
  width: 100%;
}
#info .btns div a {
  overflow: hidden;
  position: relative;
  margin: 0 auto 0px;
  display: block;
  max-width: 280px;
  width: 100%;
  transition: 0.3s;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  #info .btns div a {
    max-width: 200px;
  }
}
#info .btns div a:hover {
  opacity: 0.7;
}
#info .btn_theater a {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 30px;
  transition: 0.3s;
}
#info .btn_theater 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 20px;
}
.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: 220px;
}
.tkt li a {
  display: block;
  transition: 0.3s;
}
.tkt li a:hover {
  filter: brightness(120%);
}

.bnr_origin {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0 auto;
}
.bnr_origin:hover {
  opacity: 0.8;
}

/*trailer------------------------*/
#trailer h2 {
  text-align: center;
  margin-bottom: 10px;
}
#trailer .youtube_outer {
  max-width: 900px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  #trailer .youtube_outer {
    max-width: 500px;
    margin-bottom: 20px;
  }
}
#trailer .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  #trailer .youtube_outer .youtube_embed {
    border-radius: 5px;
  }
}
#trailer .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .trailer_tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2px;
}
#trailer .trailer_tabs li {
  cursor: pointer;
  border-radius: 8px;
  width: calc(50% - 1px);
  margin: 0;
  height: 3em;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2BB6A5;
  color: #FFF;
  background-color: #3D3000;
  font-weight: 700;
  font-size: 0.9em;
  transition: 0.4s;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_tabs li {
    border-radius: 5px;
    height: 3em;
  }
}
#trailer .trailer_tabs li:hover {
  opacity: 0.8;
}
#trailer .trailer_tabs .tab.active {
  color: #333;
  background-color: #2BB6A5;
  pointer-events: none;
}
#trailer .trailer_tabs .tab.active::before {
  content: "● ";
}

/*-------------------------------*//*# sourceMappingURL=style.css.map */