@charset "UTF-8";
/*
IMPORTS-----------------------
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
BASIC-----------------------
*/
* {
  outline: none;
  box-sizing: border-box;
  min-height: 0%;
}

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

/*
BREAKPOINTS-----------------------
*/
/*
横幅での表示変更-----------------------
*/
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb-only {
    display: unset;
  }
}
@media screen and (max-width: 480px) {
  .tb-only {
    display: unset;
  }
}

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

/*
横幅での改行部分変更-----------------------
*/
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

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

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

/*
シェアボタン設定-----------------------
*/
.share_btns {
  width: 100%;
  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: 3px;
  box-sizing: border-box;
  margin: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#trailer {
  position: relative;
  width: 100%;
  padding: 0px 40px 100px;
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 0px 20px 40px;
  }
}
#trailer .section_inner {
  padding: 0;
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main h2 {
  margin-bottom: 0;
}
#trailer .section_inner .section_main .youtube_outer {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
  }
}
#trailer .section_inner .section_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: solid 1px hwb(0 100% 0%/0.356);
}
#trailer .section_inner .section_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab {
  color: #d1d1d1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trailer_tab li {
  width: 50%;
  margin: 0;
}
.trailer_tab li a {
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CCC;
  border: solid 1px #FFF;
  background-color: #666666;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  color: #fff;
  background-color: #1f1111;
}
.trailer_tab .tab.active a::before {
  content: "● ";
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

.loading {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-color: var(--baseBGColor);
}
.loading .loading_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loading .loading_inner .loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #82ecff;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: unset;
    top: 10px;
    right: 10px;
    background-image: url(img/icon_menu.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    transition: 0.4s;
    border-radius: 50%;
    border: solid 1px var(--secondaryColor);
    opacity: 0;
  }
  .nav_btn.active {
    opacity: 1;
  }
}
.nav_btn.show {
  background-image: url(img/icon_close.svg);
  opacity: 1;
  background-size: 20px;
}

.gnav {
  z-index: 100;
  font-family: var(--baseFontEn);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 50px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .gnav {
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.8s;
    background-image: url(img/ppl.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .gnav .gnav_list {
    margin-bottom: 40px;
  }
}
.gnav .gnav_list li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 0.5em;
  font-size: 1.125em;
  color: var(--secondaryColor);
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.43em;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
}
.gnav .gnav_list li a.construction {
  opacity: 0.6;
  pointer-events: none;
}
.gnav .gnav_list li a .icon_menu {
  width: 24px;
  margin-bottom: 13px;
}

.to_top {
  z-index: 99;
  margin: 0 auto;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  opacity: 0;
  transition: 1s;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.4s;
  border-radius: 50%;
  border: solid 1px var(--secondaryColor);
}
@media screen and (max-width: 768px) {
  .to_top {
    left: 10px;
    right: unset;
  }
}
.to_top:hover {
  opacity: 0.3;
}
.to_top.active {
  right: 10px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .to_top.active {
    left: 10px;
    right: unset;
  }
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(5px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.blurUp {
  transform: translateY(5px);
  filter: blur(20px);
  transition: 1s;
}
.blurUp.is-inview {
  transform: translateY(0);
  filter: blur(0);
}

.clipLeft {
  opacity: 0;
  transition: 1s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.clipLeft.is-inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  opacity: 1;
}

@keyframes top_img {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale_down-pc {
  0% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale_down-tb {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/*
ROOTS-----------------------
*/
:root {
  --baseFont: "Noto Sans JP", sans-serif;
  --baseFontEn: "Anton", sans-serif;
  --primaryColor: #A1D7DE;
  --secondaryColor: #F2DB09;
  --baseFontColor: #FFF;
  --baseBGColor: #000;
}

/*
MAIN SETTINGS-----------------------
*/
body {
  font-family: var(--baseFont);
  font-size: 16px;
  color: var(--baseFontColor);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: var(--baseBGColor);
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100lvh;
  background-size: 100%;
  position: relative;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.fixed_bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: fixed;
  z-index: -1;
  opacity: 0.1;
}
.fixed_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
CONTENTS------------------
*/
#top {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #top {
    margin-top: 0;
  }
}
#top .main_img {
  filter: blur(20px);
  position: relative;
  transform: translateX(20px);
  opacity: 0;
  transition: 3s;
}
#top .main_img.active {
  transform: translateX(0px);
  filter: blur(0px);
  opacity: 1;
}
#top .disc {
  position: absolute;
  width: 69%;
  top: 2.45%;
  left: 5.21%;
  transition: 2s;
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #top .disc {
    width: 86.93%;
    top: 1.27%;
    left: 2.67%;
  }
}
#top .disc.active {
  filter: blur(0px);
}
#top .title {
  position: absolute;
  width: 20.83%;
  top: 36.17%;
  left: 5.57%;
  transition: 2s;
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 61.07%;
    top: 50.57%;
    left: 3.73%;
  }
}
#top .title.active {
  filter: blur(0px);
}
#top .title img {
  filter: drop-shadow(0px 0px 10px rgba(130, 236, 255, 0.5)) drop-shadow(0px 0px 3px #82ecff);
}
#top .direc {
  position: absolute;
  width: 32.92%;
  top: 57.84%;
  left: 5.21%;
  transition: 2s;
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #top .direc {
    width: 83.47%;
    top: 65%;
    left: 3.73%;
  }
}
#top .direc.active {
  filter: blur(0px);
}
#top .billing {
  opacity: 0.8;
  position: absolute;
  width: 36.35%;
  top: 66.99%;
  left: 5.21%;
  transition: 2s;
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 92.91%;
    top: 81.5%;
    left: 3.73%;
  }
}
#top .billing.active {
  filter: blur(0px);
}
#top .billing_en {
  position: absolute;
  width: 32.45%;
  top: 75.71%;
  left: 5.21%;
  transition: 2s;
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #top .billing_en {
    width: 92.53%;
    top: 96.07%;
    left: 3.73%;
  }
}
#top .billing_en.active {
  filter: blur(0px);
}
#top .copy_yoko {
  position: absolute;
  width: 36.09%;
  top: 83.44%;
  left: 5.21%;
  transition: 2s;
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 91.47%;
    top: 70.47%;
    left: 3.73%;
  }
}
#top .copy_yoko.active {
  filter: blur(0px);
}
#top .release {
  position: absolute;
  width: 35.78%;
  top: 89.32%;
  left: 5.21%;
  transition: 2s;
  filter: blur(20px);
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 90.67%;
    top: 74%;
    left: 3.73%;
  }
}
#top .release.active {
  filter: blur(0px);
}
#top .copy_tate {
  position: absolute;
  width: 2.95%;
  top: 18.37%;
  left: 64.17%;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 7.66%;
    top: 12.17%;
    left: 23.73%;
  }
}
#top .copy_tate .copy_tate-base {
  position: relative;
}
@keyframes main_flash {
  0% {
    transform: none;
  }
  36% {
    transform: none;
  }
  36.2% {
    transform: skewX(8deg);
  }
  36.4% {
    transform: skewX(-8deg);
  }
  36.6% {
    transform: none;
  }
  66% {
    transform: none;
  }
  66.2% {
    transform: skewX(10deg);
  }
  66.4% {
    transform: skewX(-10deg);
  }
  66.6% {
    transform: none;
  }
  76% {
    transform: none;
  }
  76.2% {
    transform: skewX(40deg);
  }
  76.4% {
    transform: skewX(-40deg);
  }
  76.6% {
    transform: none;
  }
  97% {
    transform: none;
  }
  97.2% {
    transform: skewX(5deg);
  }
  97.4% {
    transform: skewX(-5deg);
  }
  97.6% {
    transform: none;
  }
}
#top .copy_tate .copy_tate-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: main_flash 4.2s infinite;
  filter: drop-shadow(0px 0px 10px rgba(130, 236, 255, 0.5)) drop-shadow(0px 0px 3px #82ecff);
}

#info {
  padding: 40px 40px 80px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 20px 60px;
  }
}
#info .menu_btns {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #info .menu_btns {
    max-width: 500px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#info .menu_btns div {
  max-width: 240px;
  margin: 0 10px 20px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #info .menu_btns div {
    margin: 0;
    width: 48%;
  }
}
#info .menu_btns div:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  #info .menu_btns div:hover {
    background-color: transparent;
  }
}
#info .caus {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 30px;
  background-color: #1a0000;
  border: solid 1px #a71a18;
  padding: 20px 30px 30px;
}
@media screen and (max-width: 768px) {
  #info .caus {
    max-width: 500px;
    padding: 20px 10px;
  }
}
#info .caus .triangle {
  width: 45px;
  margin: 0 auto;
}
#info .caus .caus_title {
  color: #a71a18;
  font-weight: 900;
  text-indent: 0.25em;
  letter-spacing: 0.25em;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
#info .caus .caus_onegai {
  line-height: 1.5;
  font-weight: 900;
  color: #a71a18;
  margin-bottom: 2em;
}
#info .caus .words {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.8em;
}
#info .caus .words span {
  display: inline-block;
}
#info .caus .words-by {
  font-weight: 700;
  margin-bottom: 2em;
  font-size: 0.9em;
}
#info .caus .words-by span {
  display: inline-block;
}
#info .caus .caus_body {
  line-height: 1.8;
  text-align: left;
}
#info .share_btns {
  margin-bottom: 20px;
}
#info .freaks_link {
  display: block;
  max-width: 100px;
  width: 25%;
  margin: 0 auto 20px;
}
#info .freaks_link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #info .freaks_link:hover {
    opacity: 1;
  }
}
#info .ofnoise_link {
  display: block;
  max-width: 60px;
  width: 20%;
  margin: 0 auto 20px;
  opacity: 0.8;
}
#info .ofnoise_link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #info .ofnoise_link:hover {
    opacity: 1;
  }
}
#info .copyright {
  font-size: 0.7em;
}

section .section_inner .section_main {
  max-width: 900px;
  width: 100%;
  margin: 100px auto 100px;
  padding: 0 40px 0;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_main {
    max-width: 500px;
    padding: 0 20px;
    margin: 80px auto 80px;
  }
}
section .section_inner .section_main h2 {
  text-shadow: 0px 0px 6.34px #28ADCD, 0px 0px 10px #28ADCD;
  font-family: var(--baseFontEn);
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
  margin: 0 auto 60px;
  width: auto;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_main h2 {
    margin-bottom: 40px;
  }
}
section .section_inner .section_main .section_body p {
  line-height: 2;
  margin-bottom: 1em;
  text-align: justify;
}
section .section_inner .section_main .section_body p:last-of-type {
  margin-bottom: 0;
}

.line1, .line2 {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .line1, .line2 {
    opacity: 1;
  }
}

#intro {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, #000 100px, #000 calc(100% - 100px), rgba(0, 0, 0, 0) 100%);
}
#intro .section_inner .section_header {
  position: relative;
  width: 100%;
}
#intro .section_inner .section_header .line1 {
  position: absolute;
  top: 50%;
  left: 0;
}
#intro .section_inner .section_header .imgc {
  width: 143px;
  margin: 0 auto;
  position: relative;
}
#intro .section_inner .section_main {
  margin-top: 30px;
}
#story .section_inner .section_main .imgbox {
  width: 100%;
  max-width: 900px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgbox {
    max-width: 500px;
    padding: 20px 0;
  }
}
#story .section_inner .section_main .imgbox div {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgbox div {
    width: 80%;
    margin: 0 auto 20px 0;
  }
  #story .section_inner .section_main .imgbox div:last-of-type {
    margin: 0 0 0 auto;
  }
}

#caststaff {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, #000 100px, #000 calc(100% - 100px), rgba(0, 0, 0, 0) 100%);
}
#caststaff .section_inner .section_main .section_body h3 {
  text-shadow: 0px 0px 6.34px #28ADCD, 0px 0px 10px #28ADCD;
  font-family: var(--baseFontEn);
  text-align: center;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
  margin: 0 auto 60px;
}
#caststaff .section_inner .section_main .section_body .names {
  margin: 0 auto 80px;
}
#caststaff .section_inner .section_main .section_body .direc_kata {
  text-align: center;
  font-weight: 900;
}
#caststaff .section_inner .section_main .section_body .direc_body {
  margin-bottom: 40px;
}
#caststaff .section_inner .section_main .section_body .direc_body p {
  margin-bottom: 0.25em;
}
#caststaff .section_inner .section_main .section_body .name_item {
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.1em;
  font-weight: 900;
  color: var(--primaryColor);
}
#caststaff .section_inner .section_main .section_body .name_item span {
  font-size: 0.7em;
}
#caststaff .section_inner .section_main .section_body .direc_name {
  margin-top: 1em;
  margin-bottom: 1em;
}
#caststaff .section_inner .section_footer {
  display: flex;
  margin-bottom: 100px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #caststaff .section_inner .section_footer {
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: unset;
    margin-bottom: 80px;
  }
}
#caststaff .section_inner .section_footer div {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #caststaff .section_inner .section_footer div {
    width: 80%;
  }
  #caststaff .section_inner .section_footer div:nth-of-type(2n) {
    margin: 0 0 0 auto;
  }
}

#comrev .section_inner .section_main .section_body .director_box {
  background-color: rgba(40, 172, 205, 0.2);
  padding: 60px 40px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #comrev .section_inner .section_main .section_body .director_box {
    padding: 40px 20px;
  }
}
#comrev .section_inner .section_main .section_body .director_box .dir_img {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 420px;
}
#comrev .section_inner .section_main .section_body .director_box h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #comrev .section_inner .section_main .section_body .director_box h3 {
    font-size: 1em;
  }
}
#comrev .section_inner .section_main .section_body .director_box h3 span {
  font-size: 0.8em;
  font-weight: 400;
  color: #A1D7DE;
}
@media screen and (max-width: 768px) {
  #comrev .section_inner .section_main .section_body .director_box h3 span {
    display: block;
  }
}
#comrev .section_inner .section_main .section_body .director_box .review_item {
  max-width: 468px;
  margin: 0 auto 40px;
}
#comrev .section_inner .section_main .section_body .director_box p.dir {
  font-weight: 900;
  color: #A1D7DE;
}
#comrev .section_inner .section_main .section_body .director_box p span {
  color: #A1D7DE;
  font-weight: 900;
}
#comrev .section_inner .section_main .section_body .review_box {
  width: 100%;
  margin: 0 auto;
}
#comrev .section_inner .section_main .section_body .review_box .review_item {
  max-width: 468px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  #comrev .section_inner .section_main .section_body .review_box .review_item {
    margin: 0 auto 60px;
  }
}

#goods {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, #000 100px, #000 calc(100% - 100px), rgba(0, 0, 0, 0) 100%);
}
#goods .section_inner .section_main .section_body {
  line-height: 2;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}
#goods .section_inner .section_main .section_body p {
  text-align: center;
}
#goods .section_inner .section_main .section_body .cau {
  font-weight: 400;
  font-size: 0.9em;
  margin-top: 20px;
  color: var(--primaryColor);
}
#goods .section_inner .section_main .section_body .goods_box .goods_imgs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main .section_body .goods_box .goods_imgs {
    flex-wrap: wrap;
  }
}
#goods .section_inner .section_main .section_body .goods_box .goods_imgs .goods_img {
  border: solid 3px var(--primaryColor);
  width: 32%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main .section_body .goods_box .goods_imgs .goods_img {
    width: 100%;
  }
}
#goods .section_inner .section_main .section_body .goods_box .goods_name {
  color: var(--primaryColor);
}
#goods .section_inner .section_main .section_body .goods_box .t-title {
  font-size: 1.5em;
  color: var(--primaryColor);
  margin-bottom: 0.5em;
}
footer .footer .footer_top .imgc {
  margin: 0 auto -50px;
  width: 80%;
  max-width: 227px;
  filter: brightness(60%);
}
footer .footer .footer_bottom {
  background-color: rgba(8, 50, 59, 0.678);
  padding: 80px 0 20px;
}
footer .footer .footer_bottom .title {
  margin: 0 auto 40px;
  width: 60%;
  max-width: 255px;
  filter: drop-shadow(0px 0px 10px rgba(130, 236, 255, 0.5)) drop-shadow(0px 0px 3px #82ecff);
}
@media screen and (max-width: 768px) {
  footer .footer .footer_bottom .title {
    max-width: 120px;
    margin: 0 auto 20px;
  }
}
footer .footer .footer_bottom .release {
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
}

.deco {
  transition: 2s;
  transition-timing-function: cubic-bezier(0.35, 1.07, 0.94, 0.95);
  -webkit-clip-path: inset(0% 100% 0 0);
          clip-path: inset(0% 100% 0 0);
}
.deco.is-inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.deco2 {
  transition: 2s;
  transition-timing-function: cubic-bezier(0.35, 1.07, 0.94, 0.95);
  -webkit-clip-path: inset(0% 0 0 100%);
          clip-path: inset(0% 0 0 100%);
}
.deco2.is-inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}/*# sourceMappingURL=style.css.map */