@charset "UTF-8";
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;
  font-weight: normal;
}

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;
}

/*色指定-----*/
/*----------*/
/*メディアクエリ*/
html {
  font-size: 62.5% !important; /*16px×62.5%=10px*/
}

* {
  box-sizing: border-box;
  min-height: 0%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.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;
  }
}

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

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

.share_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btn li {
  padding: 2px;
  box-sizing: border-box;
}
.share_btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#trailer {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #trailer {
    margin-bottom: 50px;
  }
}
#trailer h2 {
  margin: 0 auto;
}
#trailer .section_inner {
  padding: 0 20px;
}
#trailer .section_inner .section_main {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner .section_main {
    max-width: 500px;
  }
}
#trailer .section_inner .section_main .youtube_outer {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  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;
}
#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: calc(50% - 2px);
  margin: 3px 0 0 0;
}
@media screen and (max-width: 768px) {
  .trailer_tab li {
    width: 100%;
  }
}
.trailer_tab li a {
  height: 3em;
  width: 100%;
  display: block;
  justify-content: center;
  font-size: 0.9em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(59, 4, 4);
  color: #a8a8a8;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
  .trailer_tab li a::before {
    content: "";
  }
}
.trailer_tab .tab.active a {
  color: #fff;
  background-color: rgb(199, 0, 0);
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}
.trailer_tab .tab.active a::before {
  content: "●";
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #000;
  color: #e7e7e7;
  font-size: 1.6rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.loading {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .hollow-dots-spinner, .loading .hollow-dots-spinner * {
  box-sizing: border-box;
  opacity: 0.6;
}
.loading .hollow-dots-spinner {
  height: 15px;
  width: 90px;
}
.loading .hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  border: 3px solid #9b1212;
  border-radius: 50%;
  float: left;
  transform: scale(0);
  animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
}
.loading .hollow-dots-spinner .dot:nth-child(1) {
  animation-delay: 300ms;
}
.loading .hollow-dots-spinner .dot:nth-child(2) {
  animation-delay: 600ms;
}
.loading .hollow-dots-spinner .dot:nth-child(3) {
  animation-delay: 900ms;
}
@keyframes hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 0.18;
  }
  100% {
    opacity: 0.15;
  }
}
/*
NAV-----------------------
*/
nav {
  font-family: "Noto Serif JP", serif;
  text-transform: uppercase;
  transition: 1s;
}
nav.active {
  opacity: 1;
}
nav .gnav {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1em;
  padding: 0 40px;
  opacity: 0;
  transition: 1s;
  margin-top: 20px;
  letter-spacing: -0.05em;
}
nav .gnav.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  nav .gnav {
    justify-content: center;
    background-color: #000;
    font-size: 1.2em;
    left: 100%;
    transition: 0.5s;
    height: 100%;
    flex-direction: column;
    margin-top: 0;
    letter-spacing: 0em;
  }
  nav .gnav.show {
    left: 0;
  }
}
nav .gnav li {
  padding: 0 0.4em;
}
@media screen and (max-width: 768px) {
  nav .gnav li {
    padding: 0.6em 0;
  }
}
nav .gnav li span {
  font-size: 0.6em;
  padding-left: 0.3em;
  display: inline-block;
}
nav .gnav li a {
  cursor: pointer;
  color: #fff;
  display: block;
  display: flex;
  letter-spacing: 0.1em;
}
nav .gnav li a:hover {
  opacity: 0.5;
}
nav .gnav li a.link-t {
  font-size: 1rem;
  white-space: nowrap;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  nav .gnav li a.link-t {
    min-height: auto;
    height: auto;
    letter-spacing: 0em;
    margin-top: 1em;
  }
}
nav .gnav li .menu_sns {
  padding: 0 0.5em;
  display: flex;
}
nav .gnav li .menu_sns a {
  padding: 0;
}
nav .gnav li .menu_sns img {
  width: 1.2em;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  nav .gnav li .menu_sns img {
    width: 2em;
  }
}

.nav_btn {
  display: none;
  z-index: 1001;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    border: solid 1px #ccc;
    letter-spacing: 0.1em;
    background-color: rgba(0, 0, 0, 0.8);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 10px;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: 1s;
    right: -50px;
    display: flex;
    text-transform: uppercase;
  }
  .nav_btn.active {
    opacity: 0.85;
    right: 10px;
  }
  .nav_btn .menu_text {
    color: #FFF;
  }
  .nav_btn .menu_text::after {
    content: "menu";
    font-size: 1rem;
  }
  .nav_btn .gnav_btn_inner {
    height: 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0 4px;
  }
  .nav_btn .gnav_btn_inner .menu_arrow, .nav_btn .gnav_btn_inner .menu_arrow2 {
    width: 30px;
    height: 2px;
    background-color: #FFF;
    transition: 0.5s;
  }
}
.nav_btn.show .menu_text:after {
  content: "close";
}
.nav_btn.show .gnav_btn_inner .menu_arrow {
  transform: rotate(32deg) translate(2px, 3px);
}
.nav_btn.show .gnav_btn_inner .menu_arrow2 {
  transform: rotate(-32deg) translate(3px, -7px);
}

.to_top {
  z-index: 99;
  width: 80px;
  margin: 0 auto;
  transition: 0.2s;
  position: fixed;
  bottom: 10px;
  right: -50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .to_top {
    border: solid 1px #ccc;
  }
}
.to_top:hover {
  opacity: 0.3;
}
.to_top.active {
  right: 10px;
  opacity: 1;
}

/*
MAIN-----------------------
*/
.bg {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
}
.bg video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.tops {
  position: relative;
  box-shadow: 0px 0px 20px rgb(99, 105, 105);
}

#top {
  position: relative;
}
#top .main {
  position: relative;
  mix-blend-mode: lighten;
}
#top .main img {
  transition: 4s;
  opacity: 0;
  filter: blur(100px) grayscale(100%);
}
#top .main img.active {
  opacity: 1;
  filter: blur(0px) grayscale(0%);
}
#top .copy_small {
  position: absolute;
  width: 30%;
  top: 6%;
  left: 4%;
  transition: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .copy_small {
    width: 90%;
    top: 2%;
    left: 5%;
  }
}
#top .copy_small.active {
  opacity: 1;
}
#top .copy_tate {
  position: absolute;
  width: 2%;
  top: 8%;
  right: 5%;
  transition: 3s;
  opacity: 0;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 5.5%;
    top: 11%;
    right: 5%;
  }
}
#top .copy_tate.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .titles {
  position: absolute;
  width: 44%;
  top: 57%;
  left: 28%;
  transition: 2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .titles {
    width: 92%;
    top: 60.5%;
    left: 4%;
  }
}
#top .titles.active {
  opacity: 1;
}
#top .link_freaks1 {
  position: absolute;
  width: 2.7%;
  top: 84%;
  left: 69.3%;
  display: block;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .link_freaks1 {
    width: 6%;
    top: 77.7%;
    left: 90.5%;
  }
}
#top .link_freaks1:hover {
  opacity: 0.5;
}
#top .link_freaks1.active {
  opacity: 1;
}
#top .hako {
  position: absolute;
  width: 9.1%;
  top: 75.8%;
  left: 44.5%;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .hako {
    width: 18%;
    top: 73.5%;
    left: 39.5%;
  }
}
#top .hako.active {
  opacity: 1;
}
#top .copy_yoko {
  position: absolute;
  width: 56%;
  top: 90%;
  left: 22%;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .copy_yoko {
    width: 86%;
    top: 83%;
    left: 7%;
  }
}
#top .copy_yoko.active {
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 41%;
  top: 94.5%;
  left: 30%;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 80%;
    top: 91%;
    left: 10%;
  }
}
#top .release.active {
  opacity: 1;
}
#top .award {
  position: absolute;
  top: 21%;
  width: 3.57%;
  opacity: 0;
  transition: 2s;
}
@media screen and (max-width: 768px) {
  #top .award {
    width: 6.5%;
  }
}
#top .award.active {
  opacity: 1;
}
#top .award1 {
  left: 24.5%;
}
@media screen and (max-width: 768px) {
  #top .award1 {
    left: 5%;
    top: 7%;
  }
}
#top .award2 {
  left: 18.5%;
}
@media screen and (max-width: 768px) {
  #top .award2 {
    left: 5%;
    top: 28.5%;
  }
}
#top .award3 {
  left: 12.5%;
}
@media screen and (max-width: 768px) {
  #top .award3 {
    left: 5%;
    top: 47%;
  }
}

@keyframes appear {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#top_234 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: appear 8s infinite forwards;
}
#top_234 .top_234_inner {
  opacity: 0;
  transition: 4s;
}
#top_234 .top_234_inner.active {
  opacity: 1;
}
#top_234 .main {
  position: relative;
  width: 100%;
}
#top_234 .main_txt {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.info_outer {
  width: 100%;
  mix-blend-mode: lighten;
}

#info {
  padding: 40px 40px 80px;
  max-width: 1100px;
  width: 70%;
  min-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 30px 20px 60px;
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}
#info.active {
  opacity: 1;
}
#info .share_btn {
  margin-bottom: 30px;
}
#info .btn_x {
  width: 180px;
}
#info .bnr234 {
  margin: 0 auto 30px;
  transition: 0.5s;
  width: 90%;
  border: solid 1px #9b1212;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #info .bnr234 {
    max-width: 420px;
  }
}
#info .bnr234:hover {
  opacity: 0.5;
}
#info .bnrs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info .bnrs {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#info .bnrs a {
  max-width: 260px;
  margin: 0 10px 0;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #info .bnrs a {
    margin: 0 5px 10px;
    display: block;
  }
}
#info .bnrs a:hover {
  background: #ac0000;
  opacity: 0.5;
}
#info .bnrs2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info .bnrs2 {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#info .bnrs2 a {
  max-width: 420px;
  margin: 0 10px 0;
  display: block;
  transition: 0.5s;
  border: solid 1px #9b1212;
}
@media screen and (max-width: 768px) {
  #info .bnrs2 a {
    margin: 0 5px 10px;
    display: block;
  }
}
#info .bnrs2 a:hover {
  background: #ac0000;
  opacity: 0.5;
}
#info .billing_en {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 20px;
}
#info .billing_jp {
  max-width: 490px;
  margin: 0 auto 10px;
}
#info .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#info .logos div {
  width: 40px;
  margin: 0 10px;
}
#info .logos div:nth-of-type(2) {
  width: 100px;
}
#info .logos div:nth-of-type(2) a {
  display: block;
  transition: 0.4s;
}
#info .logos div:nth-of-type(2) a:hover {
  opacity: 0.5;
}

h2 {
  max-width: 414px;
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 40px;
  }
}

section .section_inner {
  padding: 80px 40px 120px;
}
@media screen and (max-width: 768px) {
  section .section_inner {
    padding: 80px 20px 80px;
  }
}
section .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_main {
    max-width: 500px;
  }
}
section .section_inner .section_main .section_body .text_body p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.8em;
}
section .section_inner .section_main .section_body .text_body p:last-of-type {
  margin-bottom: 0;
}

.img5 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.img5 div {
  overflow: hidden;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .img5 div {
    width: 50%;
  }
  .img5 div:nth-of-type(3) {
    width: 100%;
  }
}

#intro .section_inner {
  background-image: url(img/bg.jpg);
  background-size: cover;
}
#intro .section_inner .section_main .section_body .intro_copy1 {
  max-width: 519px;
  width: 100%;
  margin: 0 auto 20px;
}
#intro .section_inner .section_main .section_body .intro_copy2 {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .section_body .intro_copy2 {
    margin-bottom: 20px;
  }
}
#intro .section_inner .section_main .section_body .imgs_intro {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 60px auto 40px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .section_body .imgs_intro {
    margin: 40px auto;
    flex-wrap: wrap;
  }
}
#intro .section_inner .section_main .section_body .imgs_intro div {
  width: 57%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .section_body .imgs_intro div {
    width: 90%;
  }
}
#intro .section_inner .section_main .section_body .imgs_intro div:last-of-type {
  width: 38%;
  transform: rotate(6deg) translateY(20px);
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .section_body .imgs_intro div:last-of-type {
    width: 60%;
    margin: 30px 0 0 auto;
    transform: rotate(6deg) translateY(0px);
  }
}
#intro .section_inner .section_main .section_body .intro_copy3 {
  max-width: 592px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .section_body .intro_copy3 {
    margin-bottom: 20px;
  }
}
#intro .section_inner .section_main .section_body .intro_img2 {
  max-width: 500px;
  width: 70%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .section_body .intro_img2 {
    width: 90%;
  }
}

#story {
  position: relative;
}
#story .story_bg {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
}
#story .story_bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #story .story_bg img {
    height: 82vw;
  }
}
#story .section_inner {
  position: relative;
}
#story .section_inner .section_main {
  padding: 80px 50px;
  margin-bottom: 80vh;
  background-color: rgba(41, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    padding: 60px 20px;
    margin-bottom: 30vh;
  }
}
#story .section_inner .section_main .story_copy {
  margin-bottom: 20px;
}
#story .section_inner .section_main .section_body {
  font-family: "Noto Serif JP";
  font-weight: 600;
}

#caststaff .section_inner .section_main .section_body {
  text-align: center;
  line-height: 1.6;
}
#caststaff .section_inner .section_main .section_body .subt {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  font-size: 1.2em;
}
#caststaff .section_inner .section_main .section_body .cast_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #caststaff .section_inner .section_main .section_body .cast_box {
    margin: 0 auto;
  }
}
#caststaff .section_inner .section_main .section_body .cast_box .cast_item {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #caststaff .section_inner .section_main .section_body .cast_box .cast_item {
    width: 100%;
  }
}
#caststaff .section_inner .section_main .section_body .cast_box .cast_item .cast_img {
  max-width: 280px;
  width: 80%;
  margin: 0 auto 20px;
}
#caststaff .section_inner .section_main .section_body .cast_box .cast_item .cast_name {
  font-size: 1.2em;
  font-weight: 900;
}
#caststaff .section_inner .section_main .section_body .staff_box .direc_item {
  margin-bottom: 40px;
}
#caststaff .section_inner .section_main .section_body .staff_box .direc_item .direc_img {
  max-width: 360px;
  width: 90%;
  margin: 0 auto 20px;
}
#caststaff .section_inner .section_main .section_body .staff_box .direc_item .direc_name {
  font-size: 1.2em;
  font-weight: 900;
}
#caststaff .section_inner .section_main .section_body .staff_box .staffs li {
  font-size: 1.1em;
  font-weight: 900;
  margin-bottom: 0.4em;
}

#comrev .section_inner {
  background-image: url(img/bg.jpg);
  background-size: cover;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}
#comrev .section_inner .section_main .section_body .comment_box .comment_item {
  margin-bottom: 60px;
  line-height: 1.8;
}
#comrev .section_inner .section_main .section_body .comment_box .comment_item .comment_body {
  margin-bottom: 0.4em;
}
#comrev .section_inner .section_main .section_body .comment_box .comment_item .comment_name {
  color: #FF0000;
  font-size: 1.2em;
}
#comrev .section_inner .section_main .section_body .comment_box .comment_item .comment_name span {
  color: #FF0000;
  font-size: 0.9em;
}
#comrev .section_inner .section_main .section_body .comment_box .comment_item.cho .yosete {
  color: #CCC;
  font-size: 0.8em;
  margin-bottom: 0.6em;
}
#comrev .section_inner .section_main .section_body .comment_box .comment_item.cho .comment_name {
  color: #1d7cd4;
}
#comrev .section_inner .section_main .section_body .comment_box .comment_item.cho span {
  color: #1d7cd4;
}

@media screen and (max-width: 768px) {
  #goods .section_inner {
    padding: 80px 0 80px;
  }
}
#goods .section_inner .section_main {
  max-width: 1100px;
}
#goods .section_inner .section_main .title_item {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 20px;
}
#goods .section_inner .section_main .item_sub {
  font-size: 1.2em;
  text-align: center;
  margin: 0 auto 20px;
}
#goods .section_inner .section_main .goods_list {
  text-align: center;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#goods .section_inner .section_main .goods_list li {
  text-align: left;
}
#goods .section_inner .section_main .goods_list li a {
  color: #FF0000;
  line-height: 1.8;
}
#goods .section_inner .section_main .goods_list li a:hover {
  color: #f77b7b;
}
#goods .section_inner .section_main .goods_list li:last-of-type a {
  color: #1d7cd4;
}
#goods .section_inner .section_main .goods_list li:last-of-type a:hover {
  color: #a5b4bd;
}
#goods .section_inner .section_main .section_body {
  background-color: rgba(255, 0, 0, 0.1);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 80px;
  margin-bottom: 80px;
  border: solid 1px #333;
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main .section_body {
    margin-bottom: 40px;
    padding: 30px 20px;
  }
}
#goods .section_inner .section_main .section_body p {
  line-height: 1.8;
}
#goods .section_inner .section_main .section_body .item_des span {
  font-size: 1.4em;
}
#goods .section_inner .section_main .section_body .cau {
  font-size: 0.8em;
  margin-top: 0.5em;
}
#goods .section_inner .section_main .section_body .goods_block {
  margin-top: 40px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main .section_body .goods_block {
    margin-top: 20px;
  }
}
#goods .section_inner .section_main .section_body .goods_block .block_title {
  background-color: #ac0000;
  letter-spacing: 0.1em;
  color: #FFF;
  padding: 0.5em 1em;
  display: inline-block;
  font-size: 1.2em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main .section_body .goods_block .block_title {
    font-size: 1.1em;
  }
}
#goods .section_inner .section_main .section_body .goods_block .to_os {
  color: #FFF;
  margin-left: 1em;
  padding: 0.25em 0.75em;
  border-radius: 20px;
  border: solid 1px #FFF;
}
#goods .section_inner .section_main .section_body .goods_block .to_os:hover {
  background-color: #5a5a5a;
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main .section_body .goods_block .to_os {
    display: inline-block;
    margin-left: 0;
    margin-top: 1em;
    padding: 0.5em 0.75em;
  }
}
#goods .section_inner .section_main .section_body .goods_block .goods_box {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main .section_body .goods_block .goods_box {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item {
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 30px;
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .goods_img {
  overflow: hidden;
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .goods_img img {
  transition: 0.5s;
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .goods_img img:hover {
  transform: scale(1.1);
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .goods_name {
  margin-top: 1em;
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .goods_info {
  margin-top: 0.5em;
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .goods_info.f-yellow {
  color: #FFF000;
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .goods_price {
  margin-top: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .goods_price span {
  font-weight: bold;
  color: #f77b7b;
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .yoyaku {
  margin-top: 10px;
  background-color: #9b1212;
  color: #FFF;
  padding: 0.5em 1em;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .yoyaku {
    padding: 0.5em;
  }
}
#goods .section_inner .section_main .section_body .goods_block .goods_box .goods_item .yoyaku:hover {
  opacity: 0.6;
}
#goods .section_inner .section_main .section_body .goods_block .popup .popup_title {
  display: inline-block;
  border: solid 1px #FFF;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
#goods .section_inner .section_main .section_body .goods_block .popup .shop {
  font-size: 1.2em;
  font-weight: bold;
  color: #f77b7b;
  letter-spacing: 0.1em;
}
#goods .section_inner .section_main .section_body .goods_block .popup .popup_link {
  margin-top: 10px;
  background-color: #9b1212;
  color: #FFF;
  padding: 0.5em 1em;
  display: inline-block;
  margin-top: 0.5em;
}
#goods .section_inner .section_main .section_body .goods_block .popup .popup_link:hover {
  opacity: 0.6;
}
#goods .section_inner .section_main .section_body.body_blue {
  background-color: rgba(4, 0, 255, 0.1);
}
#goods .section_inner .section_main .section_body.body_blue .block_title {
  background-color: #0c007a;
}
#goods .section_inner .section_main .section_body.body_blue .goods_box .goods_item .goods_price span {
  color: #7bcaf7;
}
#goods .section_inner .section_main .section_body.body_blue .goods_box .goods_item .yoyaku {
  background-color: #122b9b;
}
#goods .section_inner .section_main .section_body.body_blue .popup .shop {
  color: #53bce6;
}
#goods .section_inner .section_main .section_body.body_blue .popup .popup_link {
  background-color: #06005e;
}
#goods .section_inner .bnr_ofnoise {
  border: solid 1px #CCC;
  padding: 7px 20px;
  margin: 0 auto;
  opacity: 0.6;
  max-width: 110px;
  display: block;
}
#goods .section_inner .bnr_ofnoise:hover {
  background-color: #CCC;
}

footer .footer {
  background-image: url(img/img_footer.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 80px 40px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 40px 20px;
  }
}
footer .footer .footer_title {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 522px;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_title {
    margin-bottom: 20px;
    max-width: 500px;
  }
}
footer .footer .footer_release {
  margin: 0 auto 30px;
  width: 90%;
  max-width: 522px;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_release {
    margin-bottom: 20px;
    max-width: 500px;
  }
}
footer .footer .billing_jp {
  max-width: 390px;
  margin: 0 auto 10px;
}
footer .footer .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
footer .footer .logos div {
  width: 40px;
  margin: 0 10px;
}
footer .footer .logos div:nth-of-type(2) {
  width: 100px;
}
footer .footer .logos div:nth-of-type(2) a {
  display: block;
  transition: 0.4s;
}
footer .footer .logos div:nth-of-type(2) a:hover {
  opacity: 0.5;
}
footer .footer .logo234 {
  max-width: 380px;
  margin: 0 auto 20px;
}

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

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

.fadeInInner {
  overflow: hidden;
}
.fadeInInner img {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px);
}
.fadeInInner.is-inview img {
  transform: translateY(0);
  opacity: 1;
}

.blurUp {
  opacity: 0;
  transition: 1.5s;
  filter: blur(50px);
  transform: scale(1.1);
}
.blurUp.is-inview {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.blurUpR {
  opacity: 0;
  transition: 1.5s;
  transform: scale(1.3);
}
.blurUpR.is-inview {
  opacity: 0.7;
  filter: blur(0);
  transform: scale(1);
}

.blurUpSpan {
  opacity: 0.6;
  transition: 1.4s;
  filter: blur(10px);
}
.blurUpSpan.is-inview {
  opacity: 1;
  filter: blur(0);
}

.blurUpLeft {
  opacity: 0;
  transition: 1s;
  filter: blur(50px);
  -webkit-clip-path: inset(5%);
          clip-path: inset(5%);
}
@media screen and (max-width: 768px) {
  .blurUpLeft {
    -webkit-clip-path: inset(5%);
            clip-path: inset(5%);
  }
}
.blurUpLeft.is-inview {
  opacity: 1;
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  filter: blur(0);
  transform: scale(1);
}

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

.coloring {
  opacity: 0.2;
  transition: 2s;
  transition-delay: 0.5s;
  filter: grayscale(100%);
}
.coloring.is-inview {
  filter: grayscale(0%);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */