/* 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 {
  background-image: url(img/bg-pc.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 16px;
  color: #191919;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url(img/bg-sp.jpg);
    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 {
  font-size: clamp(24px, 7vw, 120px);
  text-transform: uppercase;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 15vw;
  }
}

.text_body p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.5em;
}
.text_body p:last-of-type {
  margin-bottom: 0;
}

.imgs5 {
  display: flex;
  flex-wrap: wrap;
}
.imgs5 div {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .imgs5 div {
    width: 50%;
  }
  .imgs5 div:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loader {
  max-width: 300px;
  width: 50%;
  opacity: 0.3;
}

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

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

.share_btns-square {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square li svg {
  width: 22px;
  height: 22px;
}
.share_btns-square li.cap {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.share_btns-square li.cap svg {
  width: 20px;
  height: 20px;
}
.share_btns-square li path {
  fill: #6d6d6d;
}
.share_btns-square li a {
  cursor: pointer;
  display: block;
}
.share_btns-square li a:hover {
  opacity: 0.5;
}

/*-------------------------------*/
/*noiseOverlay-------------------*/
.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.png);
  background-repeat: repeat;
  background-size: 200px;
  animation: noise 2s steps(10) infinite;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
}
@keyframes noise {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100px 800px;
  }
}
@media screen and (max-width: 768px) {
  .noise_overlay {
    background-size: 200px;
  }
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
footer .footer {
  background-color: rgba(30, 30, 30, 0.8);
  padding: 40px 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 30px 20px 40px;
  }
}
footer .footer .title {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 0px;
  opacity: 0.6;
}
footer .footer .release {
  opacity: 0.6;
  width: 15%;
  max-width: 80px;
  margin: 0 auto 30px;
  filter: drop-shadow(0 0 34px #FF8000) drop-shadow(0 0 14px #FF8000);
}
@media screen and (max-width: 768px) {
  footer .footer .release {
    margin-bottom: 20px;
  }
}
footer .footer .billing {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

#top {
  padding: 2%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top {
    padding: 20px 0 0;
  }
}
#top .main {
  position: relative;
  overflow: hidden;
}
#top .main .main_kv {
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .main .main_kv {
    margin-bottom: 20px;
  }
}
#top .main .awards {
  position: absolute;
  width: 24%;
  right: 8%;
  bottom: 18%;
}
@media screen and (max-width: 768px) {
  #top .main .awards {
    position: relative;
    right: unset;
    bottom: unset;
    width: 80%;
    margin: 0 auto 20px;
    max-width: 400px;
  }
}
#top .main h1.title {
  position: absolute;
  width: 35%;
  bottom: 3%;
  right: 3%;
}
@media screen and (max-width: 768px) {
  #top .main h1.title {
    position: relative;
    width: 90%;
    margin: 0 auto 20px;
    right: unset;
    bottom: unset;
    max-width: 500px;
  }
}
#top .release {
  position: relative;
  width: 90%;
  margin: 40px auto 30px;
}
@media screen and (max-width: 768px) {
  #top .release {
    margin: 0 auto 10px;
    max-width: 400px;
  }
}
#top .billing {
  position: relative;
  max-width: 640px;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 80%;
    max-width: 300px;
  }
}

#info {
  padding: 0px 40px 80px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 0px 20px 60px;
  }
}
#info .btns {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
}
#info .btns li a {
  padding: 0 1em;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border: solid 1px #333;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
}
#info .btns li a svg {
  width: 1.3em;
}
#info .btns li a path {
  fill: #333;
}
#info .btns li a p {
  font-style: italic;
  padding: 0.75em 0 1em 0.5em;
  border-left: dashed 1px #333;
  display: block;
  height: 100%;
  color: #333;
}
#info .btns li a:hover {
  background: rgba(255, 255, 255, 0.8);
}
#info .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info .shares {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
}
#info .mvtk #mvtk-widgets-container {
  margin: 30px auto 30px;
}

.copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */