@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-size: 18px;
  color: #FFF;
  background-color: #FFD800;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@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;
}

.bg {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: -10;
  overflow: hidden;
  transition: 1s;
  filter: grayscale(100%);
}
.bg img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.1);
  transition: 0.8s;
}
.bg.active {
  filter: grayscale(0%);
}
.bg.active img {
  transform: scale(1);
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}

.imgs {
  background-color: #000;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.text_body p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.5em;
}
.text_body p:last-of-type {
  margin-bottom: 0;
}

.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_g.webp);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #000;
  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: 500px;
  width: 70%;
  opacity: 0.5;
}

/*-------------------------------*/
/*sharebtn-----------------------*/
/*sharebtn-----------------------*/
.icon-share {
  width: 40px;
  height: 40px;
  fill: currentColor;
  color: #FFF;
}

.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: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share_btns-square {
    margin-bottom: 10px;
  }
}
.share_btns-square::before {
  font-family: "Saira Stencil One", sans-serif;
  font-weight: 400;
  font-style: normal;
  content: "Share:";
  letter-spacing: 0.1em;
  padding-right: 5px;
  font-size: 0.9em;
  text-transform: uppercase;
}
.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;
  }
}
.share_btns-square li img {
  transition: 0.2s;
}
.share_btns-square li img:hover {
  opacity: 0.5;
}

/*-------------------------------*/
/*-------------------------------*/
/*noiseOverlay-------------------*/
.noise_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/bg_l.webp);
  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;
    opacity: 0.3;
  }
}

/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
.act-slideup {
  opacity: 0;
  transform: translateY(50px) scale(0.9);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.45s;
}

.act-slideup.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.act-sliceright {
  opacity: 0;
  transform: translateX(100px);
  clip-path: inset(0 100% 0 0);
  transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28), clip-path 0.45s ease-out, opacity 0.3s;
}

.act-sliceright.is-show {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

.act-flashzoom {
  opacity: 0;
  transform: scale(0.6);
  filter: blur(6px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s, opacity 0.15s;
}

.act-flashzoom.is-show {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.act-cut-left {
  opacity: 0;
  transform: translateX(-80px) skewX(10deg);
  filter: blur(8px);
}

.act-fadein {
  opacity: 0;
  transform: translateX(-20px);
  filter: blur(8px);
  transition: 0.5s;
}

.act-fadein.is-show {
  opacity: 1;
  transform: translateX(0px);
  filter: blur(0px);
}

/* inviewで .is-show が付いたら */
.act-cut-left.is-show {
  animation: cutInLeft 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes cutInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px) skewX(10deg);
    filter: blur(10px);
  }
  60% {
    opacity: 1;
    transform: translateX(8px) skewX(-4deg); /* オーバーシュート */
    filter: blur(3px);
  }
  80% {
    transform: translateX(-3px) skewX(2deg);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
    filter: blur(0);
  }
}
/* 初期状態 */
.act-recoil {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
}

/* inviewで .is-show が付いたらアニメ開始 */
.act-recoil.is-show {
  animation: recoilIn 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes recoilIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.85);
  }
  60% {
    opacity: 1;
    transform: translateY(-8px) scale(1.05); /* ちょい飛び出し */
  }
  80% {
    transform: translateY(4px) scale(0.98); /* 戻りすぎ */
  }
  100% {
    transform: translateY(0) scale(1); /* 安定 */
  }
}
.imgs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
@media screen and (max-width: 768px) {
  .imgs {
    grid-template-columns: 1fr;
  }
}
.imgs > div {
  overflow: hidden;
}
.imgs > div img {
  width: 100%;
  display: block;
  filter: blur(5px);
  transform: scale(1.15) translateY(6px);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), filter 0.5s;
  will-change: transform;
}
.imgs > div.is-show img {
  filter: blur(0px);
  transform: scale(1) translateY(0);
}

/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: unset;
    top: 0px;
    right: 0px;
    background-image: url(img/nav_icon.svg);
    background-size: 100%;
    width: 60px;
    height: 60px;
    transition: 0.5s;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
  opacity: 0.8;
}
.nav_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav_btn.active {
    opacity: 1;
  }
}

.nav_bar {
  display: none;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
}
@media screen and (max-width: 768px) {
  .nav_bar {
    display: block;
  }
}

.gnav {
  z-index: 100;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .gnav {
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .gnav::after {
    z-index: 1;
    content: "";
    background-image: url(img/title_tate.webp);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100lvh;
    opacity: 0.1;
    position: absolute;
    pointer-events: none;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 6px;
  }
}
.gnav .gnav_list li a {
  font-family: "Saira Stencil One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  display: block;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #FFD800;
  letter-spacing: 0.1em;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a {
    font-size: 1.5em;
    margin-bottom: 0px;
    padding: 5px 0;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
  transform: translateY(1px);
}
.gnav .gnav_list li a img {
  height: 22px;
  width: auto;
}

.top_btn {
  z-index: 99;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: scale(1, 0.6);
  color: #FFD800;
  cursor: pointer;
}
.top_btn:hover {
  transform: scale(1, 0.6) translateY(2px);
}
.top_btn.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top_btn.active {
    opacity: 1;
  }
}

/*-------------------------------*/
footer .footer {
  background-color: #000;
  padding: 60px 50px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px;
  }
}
footer .footer .title {
  max-width: 400px;
  width: 70%;
  margin: 0 auto 20px;
  opacity: 0.8;
}
footer .footer .release {
  width: 20%;
  max-width: 100px;
  margin: 0 auto;
  opacity: 0.8;
}

#top {
  width: 100%;
  height: 53.7vw;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #top {
    height: 140.2vw;
  }
}
#top .copy1 {
  mix-blend-mode: screen;
  position: absolute;
  width: 54.69%;
  top: 5.82%;
  left: 3.13%;
  transition: 0.5s;
  transform: translateX(-20px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .copy1 {
    width: 94.34%;
    top: 3.35%;
    left: 2.83%;
  }
}
#top .copy1.active {
  transform: translateX(0px);
  opacity: 1;
}
#top .cau {
  position: absolute;
  width: 17.09%;
  top: 17.77%;
  left: 3.13%;
  transition: 0.5s;
  transform: translateX(-20px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .cau {
    width: 48.57%;
    top: 10.5%;
    left: 2.83%;
  }
}
#top .cau.active {
  transform: translateX(0px);
  opacity: 1;
}
#top .name {
  position: absolute;
  width: 23.64%;
  top: 27.84%;
  left: 15.55%;
  transition: 0.5s;
  transform: translateX(-20px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .name {
    width: 39.43%;
    top: 56.4%;
    left: 30.28%;
  }
}
#top .name.active {
  transform: translateX(0px);
  opacity: 1;
}
#top .title {
  position: absolute;
  width: 45.32%;
  top: 34.25%;
  left: 4.71%;
  transition: 0.5s;
  transform: translateX(-20px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 75.6%;
    top: 60.5%;
    left: 12.2%;
  }
}
#top .title.active {
  transform: translateX(0px);
  opacity: 1;
}
#top .copy2 {
  position: absolute;
  width: 58.75%;
  top: 82.08%;
  left: 5.27%;
  mix-blend-mode: plus-lighter;
  transition: 0.5s;
  transform: translateX(-20px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .copy2 {
    mix-blend-mode: normal;
  }
}
@media screen and (max-width: 768px) {
  #top .copy2 {
    width: 90.97%;
    top: 90.22%;
    left: 4.51%;
  }
}
#top .copy2.active {
  transform: translateX(0px);
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 15.45%;
  top: 78.93%;
  left: 79.31%;
  transition: 0.5s;
  transform: scale(2);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 19.87%;
    top: 82.87%;
    left: 76.1%;
  }
}
#top .release.active {
  transform: scale(1);
  opacity: 1;
}

#info {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px;
  flex: 1;
  transition: 0.5s;
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #info {
    background-color: rgb(0, 0, 0);
    padding: 30px 20px 40px;
  }
}
#info.active {
  transform: translateY(0px);
  opacity: 1;
}
#info .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #info .btns {
    flex-direction: column;
    gap: 10px;
  }
}
#info .btns li {
  width: calc(50% - 10px);
  max-width: 260px;
  height: 60px;
  text-align: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  #info .btns li {
    width: 100%;
    max-width: 420px;
  }
}
#info .btns li a, #info .btns li span {
  width: 100%;
  position: relative;
  border: solid 1px #CCC;
  border-radius: 60px;
  overflow: hidden;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 56px;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-style: italic;
  font-weight: bold;
  padding-left: 60px;
  padding-right: 20px;
  text-align: center;
}
#info .btns li a::before, #info .btns li span::before {
  transition: 0.2s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-size: 24px;
  background-position: 59% 50%;
  display: block;
  background-repeat: no-repeat;
  border-right: dotted 1px #CCC;
}
#info .btns li a:hover::before, #info .btns li span:hover::before {
  background-color: rgba(255, 255, 255, 0.32);
}
#info .btns li a.link-x::before, #info .btns li span.link-x::before {
  background-image: url(img/icon_x.svg);
}
#info .btns li a.link-trailer::before, #info .btns li span.link-trailer::before {
  background-image: url(img/play-circle.svg);
}
#info .btns li a.link-theater::before, #info .btns li span.link-theater::before {
  background-image: url(img/film.svg);
}
#info .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #info .shares {
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }
}
#info .billing_en {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
  #info .billing_en {
    max-width: 400px;
    margin: 20px auto 10px;
  }
}
#info .billing_jp {
  width: 50%;
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #info .billing_jp {
    max-width: 400px;
    width: 100%;
  }
}

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

#trailer {
  display: none;
  z-index: 9997;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#trailer .overlay_trailer {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#trailer .trailer_inner {
  pointer-events: none;
  position: fixed;
  z-index: 2;
  height: 100vh;
  height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
#trailer .trailer_inner .trailer_main {
  pointer-events: all;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-height: 100svh;
  overflow: auto;
  max-width: 150vh;
}
#trailer .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  border: solid 1px rgba(255, 255, 255, 0.1);
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
    border-radius: 0px;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .close_btn_trailer {
  z-index: 3;
  position: fixed;
  cursor: pointer;
  z-index: 9998;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer {
    width: 40px;
    height: 40px;
  }
}
#trailer .close_btn_trailer span {
  position: absolute;
  display: block;
  height: 3px;
  background-color: #FFF;
  transition: 0.3s;
  width: 80px;
  transform-origin: center center;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #trailer .close_btn_trailer span {
    width: 40px;
  }
}
#trailer .close_btn_trailer span:last-of-type {
  transform: rotate(45deg);
}
#trailer .close_btn_trailer:hover span {
  transform: rotate(45deg);
}
#trailer .close_btn_trailer:hover span:last-of-type {
  transform: rotate(-45deg);
}
#trailer .trailer_tabs {
  display: grid;
  width: 100%;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-top: 5px;
}
#trailer .trailer_tabs li {
  height: 3em;
  width: 100%;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFD800;
  background-color: #747474;
  font-weight: 900;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_tabs li {
    font-size: 0.9em;
  }
}
#trailer .trailer_tabs li:hover {
  background-color: #646464;
}
#trailer .trailer_tabs li.active {
  color: #333;
  background-color: #FFD800;
  cursor: default;
  pointer-events: none;
}
#trailer .trailer_tabs li.active::before {
  content: "● ";
}

#intro {
  background-color: #000;
  background-image: url(img/bg_intro.jpg);
  background-size: cover;
  background-position: center center;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 60px 0px;
  }
}
#intro h2 {
  writing-mode: sideways-rl;
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0.32;
  transform: skewY(20deg);
  font-size: 4.5em;
  text-transform: uppercase;
  font-family: "Saira Stencil One", sans-serif;
  font-weight: 400;
  font-style: normal;
  mix-blend-mode: screen;
}
#intro .section_inner {
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro .section_inner {
    padding: 0 20px;
  }
}
#intro .section_inner .section_main {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}
#intro .section_inner .section_main h3 {
  margin: 0 auto 20px;
}
#intro .section_inner .section_main h4 {
  margin: 0 auto 20px;
}
#intro .section_inner .section_main .cau {
  text-align: right;
  font-size: 0.7em;
  margin-top: 0.25em;
  opacity: 0.7;
}

#story {
  padding: 100px 0;
  background-image: url(img/bg_g.webp);
  padding: 60px 0;
}
#story .section_inner {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 0 20px;
  }
}
#story .section_inner .section_main {
  max-width: 1000px;
  margin: 0 auto;
  color: #000;
  display: flex;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    max-width: 500px;
  }
}
#story .section_inner .section_main h2 {
  margin-top: 10px;
  margin-right: 20px;
  writing-mode: sideways-rl;
  opacity: 0.7;
  transform: skewY(20deg);
  font-size: 4.5em;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Saira Stencil One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main h2 {
    position: absolute;
    left: -20px;
    top: -40px;
  }
}
#story .section_inner .section_main .text_body {
  position: relative;
}
#story .section_inner .section_main .text_body p {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .text_body p {
    text-align: center;
  }
}

#chara {
  background-color: rgba(0, 0, 0, 0.32);
  padding: 120px 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #chara {
    padding: 80px 0 20px;
  }
}
#chara .section_inner {
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #chara .section_inner {
    padding: 0 20px;
  }
}
#chara .section_inner .section_main h2 {
  text-align: center;
  opacity: 0.7;
  transform: skewX(-20deg);
  font-size: 4.5em;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 40px;
  font-family: "Saira Stencil One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_main h2 {
    font-size: 3em;
  }
}
#chara .section_inner .section_main .prof_items {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_main .prof_items {
    gap: 0;
  }
}
#chara .section_inner .section_main .prof_items .prof_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 400px;
  width: calc(33% - 26px);
  margin-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px 20px 30px;
  clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 20px);
  overflow: hidden;
  border: solid 1px rgba(255, 255, 255, 0.164);
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_main .prof_items .prof_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
#chara .section_inner .section_main .prof_items .prof_item .prof_img {
  max-width: 250px;
}
#chara .section_inner .section_main .prof_items .prof_item .prof_texts .names {
  text-align: center;
  font-style: italic;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
#chara .section_inner .section_main .prof_items .prof_item .prof_texts .names .name {
  font-weight: 900;
  font-size: 1.2em;
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 0.25em;
}
#chara .section_inner .section_main .prof_items .prof_item .prof_texts .names .name span {
  font-weight: 700;
  font-size: 0.8em;
  margin-left: 0.25em;
  color: #FFF000;
}
#chara .section_inner .section_main .prof_items .prof_item .prof_texts .names .role {
  font-size: 1.3em;
  display: inline-block;
  font-weight: 900;
}
#chara .section_inner .section_main .prof_items .prof_item .prof_texts .text_body p {
  font-size: 0.9em;
  color: #000;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #chara .section_inner .section_main .prof_items .prof_item .prof_texts .text_body p {
    font-size: 1em;
  }
}/*# sourceMappingURL=style.css.map */