@charset "UTF-8";
/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
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;
  text-decoration: none;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #FFF;
  background-color: #31210C;
  min-height: 100vh;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-image: url(img/bg.jpg);
  background-repeat: repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  body {
    background-size: 1500px;
  }
}
@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 {
  line-height: 1;
  text-align: center;
  position: relative;
}
h2 .h2-fr {
  font-size: 7.5em;
  font-family: "Passions Conflict", cursive;
  font-weight: 400;
  font-style: normal;
  opacity: 0.2;
  filter: blur(3px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  h2 .h2-fr {
    font-size: 5em;
    white-space: nowrap;
    filter: blur(2px);
  }
}
h2 .h2-jp {
  font-size: 2em;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h2 .h2-jp {
    font-size: 1.5em;
  }
}

.section-default .section_inner {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner {
    padding: 80px 0;
  }
}
.section-default .section_inner .section_main {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-default .section_inner .section_main {
    max-width: 540px;
    padding: 0 30px;
  }
}

footer .footer {
  background-color: #000;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 60px 30px;
  }
}
footer .footer .billing {
  max-width: 700px;
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer .billing {
    margin: 20px auto 0;
  }
}

@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-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

.fixed_vd {
  z-index: -9;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.fixed_vd video {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #31210C;
  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 .loading_inner .loader {
  animation: loadingFlash 1s infinite;
}
.loading .loader {
  max-width: 380px;
  width: 60%;
  opacity: 0.5;
}

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

/*-------------------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@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;
  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:";
  font-family: unset;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
  color: #FFF;
}
.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-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
.nav_bar {
  z-index: 101;
  z-index: 99;
  position: fixed;
  background-color: #000;
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .nav_bar {
    height: 60px;
  }
}

.sns_nav {
  z-index: 113;
  display: flex;
  background-color: #000;
  position: fixed;
  top: 0;
  right: 32px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sns_nav {
    align-items: flex-start;
    right: unset;
    left: 0;
    padding-left: 10px;
  }
}
.sns_nav li a {
  padding: 0 8px;
  width: 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  fill: #F6E5AF;
  transition: 0.2s;
  color: #F6E5AF;
}
@media screen and (max-width: 768px) {
  .sns_nav li a {
    padding: 0 8px;
    width: 40px;
    opacity: 0.9;
  }
}
.sns_nav li a:hover {
  fill: #FEFEFE;
  color: #FEFEFE;
}
.sns_nav li a svg {
  fill: currentColor;
  width: 40px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .sns_nav li a svg {
    width: 40px;
  }
}

.nav_btn {
  z-index: 114;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0px;
    background-color: #000;
  }
  .nav_btn .bar {
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #F6E5AF;
    transition: 0.5s;
  }
  .nav_btn .bar.bar1 {
    top: 13px;
    width: 60px;
  }
  .nav_btn .bar.bar2 {
    top: 24px;
    width: 60px;
    transition-delay: 0.1s;
  }
  .nav_btn .bar.bar3 {
    top: 35px;
    width: 60px;
    transition-delay: 0.2s;
  }
  .nav_btn .bar.bar4 {
    width: 0;
    top: 0px;
    right: 0px;
    left: unset;
    transform-origin: right top;
    transform: rotate(-31deg);
    transition-delay: 0.3s;
  }
  .nav_btn .bar.bar5 {
    width: 0;
    top: 0px;
    left: 0px;
    transform-origin: left top;
    transform: rotate(31deg);
    transition-delay: 0.4s;
  }
  .nav_btn .menu_text::before {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    content: "menu";
    font-size: 10px;
    text-align: center;
    color: #F6E5AF;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .nav_btn.active .bar.bar1 {
    top: 13px;
    width: 0;
  }
  .nav_btn.active .bar.bar2 {
    top: 24px;
    width: 0;
  }
  .nav_btn.active .bar.bar3 {
    top: 35px;
    width: 0;
  }
  .nav_btn.active .bar.bar4 {
    width: 70px;
  }
  .nav_btn.active .bar.bar5 {
    width: 70px;
  }
  .nav_btn.active .menu_text::before {
    content: "close";
  }
}

.gnav-list {
  background-color: #000;
  z-index: 102;
  display: flex;
  font-size: 1.25em;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  transition: 0.5s;
  right: 120px;
}
.gnav-list.active {
  clip-path: inset(0);
  opacity: 1;
  top: 0;
}
.gnav-list.invisible {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .gnav-list.invisible {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .gnav-list {
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 100px 40px 50px;
    gap: 10px;
    overflow: auto;
  }
  .gnav-list.invisible {
    opacity: 0;
  }
  .gnav-list.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .gnav-list.active.invisible {
    opacity: 1;
  }
}
.gnav-list li a {
  font-weight: 600;
  color: #F6E5AF;
  display: block;
  padding: 0 0.5em 0 0.5em;
  white-space: nowrap;
  letter-spacing: 0.17em;
  transition: 0.2s;
  position: relative;
  z-index: 2;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gnav-list li a {
    font-size: 1.3em;
    padding: 0;
    line-height: 1;
  }
}
.gnav-list li a:hover {
  color: #FEFEFE;
}

.to_top {
  z-index: 101;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 60px;
  height: 50px;
  background-color: #000;
  color: #F6E5AF;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .to_top {
    bottom: 0px;
    right: 0px;
    width: 50px;
    height: 40px;
  }
}
.to_top:hover {
  color: #FEFEFE;
}
.to_top span {
  transform: scaleY(0.7);
}
.to_top.active {
  opacity: 1;
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-inview {
  opacity: 1;
}

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

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

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

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
#top {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
#top .main_bg {
  position: relative;
  width: 100%;
  top: 0%;
  left: 0%;
}
#top .main_img {
  position: absolute;
  width: 47.4%;
  top: 0%;
  left: 0%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .main_img {
    width: 100%;
  }
}
#top .main_img img {
  opacity: 0;
  transform: scale(1.1);
  transition: 10s;
}
@media screen and (max-width: 768px) {
  #top .main_img img {
    transform: scale(1.2);
  }
}
#top .main_img.inview img {
  opacity: 1;
  transform: scale(1);
}
#top .cast {
  position: absolute;
  width: 35.24%;
  top: 18.63%;
  left: 56%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .cast {
    width: 75.67%;
    top: 57%;
    left: 12.24%;
  }
}
#top .cast.inview {
  opacity: 1;
}
#top .awards {
  position: absolute;
  width: 41.12%;
  top: 26.84%;
  left: 52.81%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .awards {
    width: 80.92%;
    top: 60%;
    left: 9.49%;
  }
}
#top .awards.inview {
  opacity: 1;
}
#top .title {
  position: absolute;
  width: 41.64%;
  top: 35.37%;
  left: 52.81%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 91.07%;
    top: 70%;
    left: 4.36%;
  }
}
#top .title.inview {
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 33.04%;
  top: 58.32%;
  left: 57.14%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 79.12%;
    top: 84.5%;
    left: 10.51%;
  }
}
#top .release.inview {
  opacity: 1;
}
#top .credit {
  position: absolute;
  width: 33.38%;
  top: 71.16%;
  left: 56.96%;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 84.62%;
    top: 92%;
    left: 7.69%;
  }
}
#top .credit.inview {
  opacity: 1;
}
#top .imgs_top {
  position: absolute;
  width: 52.6%;
  bottom: 0%;
  left: 47.4%;
  display: flex;
  transition: 3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .imgs_top {
    width: 100%;
    left: 0%;
  }
}
#top .imgs_top li {
  width: 33.33%;
}
#top .imgs_top.inview {
  opacity: 1;
}
#top .copy_tate {
  position: absolute;
  width: 4.29%;
  top: 4.31%;
  left: 2.03%;
  opacity: 0;
  clip-path: inset(0 0% 0 100%);
  transition: 2s;
}
@media screen and (max-width: 768px) {
  #top .copy_tate {
    width: 10.98%;
    top: 3.14%;
    left: 5.9%;
  }
}
#top .copy_tate.inview {
  clip-path: inset(0);
  opacity: 1;
}

#info {
  background-color: #000;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px;
  }
}
#info .section_inner .section_main .mvtk #mvtk-widgets-container {
  margin: 0 auto 20px;
}
#info .section_inner .section_main .mjr {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .mjr {
    max-width: 280px;
  }
}
#info .section_inner .section_main .mjr:hover {
  opacity: 0.8;
}
#info .section_inner .section_main .conv-text {
  text-align: center;
  font-size: 0.9em;
  opacity: 0.8;
  margin-bottom: 0.8em;
}
#info .section_inner .section_main .conv {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .conv {
    max-width: 280px;
  }
}
#info .section_inner .section_main .conv li {
  width: calc(33.33% - 7px);
  border: solid 1px #555555;
}
@media screen and (max-width: 768px) {
  #info .section_inner .section_main .conv li {
    width: 100%;
    margin-bottom: 10px;
  }
}
#info .section_inner .section_main .conv a, #info .section_inner .section_main .conv .nolink {
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  flex-wrap: wrap;
  line-height: 1.6;
  flex-direction: column;
}
#info .section_inner .section_main .conv a span.ten, #info .section_inner .section_main .conv .nolink span.ten {
  text-decoration: none;
  width: 100%;
  color: #FFF;
}
#info .section_inner .section_main .conv a span.cop, #info .section_inner .section_main .conv .nolink span.cop {
  width: 100%;
  font-size: 0.8em;
  opacity: 0.7;
  color: #FFF;
}
#info .section_inner .section_main .conv a span.ten-l, #info .section_inner .section_main .conv .nolink span.ten-l {
  color: #FFF;
  text-decoration: underline;
}
#info .section_inner .section_main .conv a:hover span.ten-l, #info .section_inner .section_main .conv .nolink:hover span.ten-l {
  text-decoration: none;
}

#trailer {
  padding: 120px 0px;
  background: linear-gradient(90deg, rgba(255, 244, 179, 0.1) 0%, rgba(240, 101, 6, 0.1) 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 80px 0px 60px;
  }
}
#trailer h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #trailer h2 {
    margin-bottom: 10px;
  }
}

.swiper {
  width: 100%;
  max-width: 800px;
  overflow: visible;
  position: relative;
}
@media (min-width: 500px) and (max-width: 800px) {
  .swiper {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .swiper {
    max-width: 500px;
  }
}

.swiper-slide {
  background-color: #000;
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
}
.youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer_tab li a::before {
  content: "";
}

.trailer_tab .tab.active a::before {
  content: "●";
}

.swiper-pagination {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 5;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.2;
  margin: 0 4px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  z-index: 10;
  top: auto;
  bottom: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
}
@media (max-width: 499px) {
  .swiper-button-prev,
  .swiper-button-next {
    bottom: -10px;
  }
}
@media (min-width: 500px) and (max-width: 800px) {
  .swiper-button-prev,
  .swiper-button-next {
    bottom: -10px;
  }
}
@media (min-width: 801px) {
  .swiper-button-prev,
  .swiper-button-next {
    bottom: -10px;
  }
}

#story .section_inner .section_main .imgs2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0px;
  max-width: 800px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgs2 {
    max-width: 500px;
    padding: 0 20px;
  }
}
#story .section_inner .section_main .imgs2 div {
  width: 30%;
  margin: 0 60% 11% auto;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgs2 div {
    width: 60%;
    margin: 0 40% 11% auto;
  }
}
#story .section_inner .section_main .imgs2 div:nth-of-type(2) {
  width: 62%;
  margin: -40% -5% 0 auto;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgs2 div:nth-of-type(2) {
    width: 80%;
    margin: -20% -5% 0 auto;
  }
}
#story .section_inner .section_main .imgs2 div:last-of-type {
  width: 62%;
  margin: -10% auto 0 -5%;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgs2 div:last-of-type {
    width: 80%;
    margin: -5% auto 0 -5%;
  }
}
#story .section_inner .section_main h2 {
  margin-bottom: 60px;
}
#story .section_inner .section_main .text_body p {
  line-height: 2.5;
  text-align: center;
  margin-bottom: 2em;
}
#story .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}
#story .section_inner .section_main .text_body p span {
  font-weight: inherit;
  display: inline-block;
}
#story .section_inner .section_main .imgs_kaku {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgs_kaku {
    margin-bottom: 60px;
  }
}
#story .section_inner .section_main .imgs_kaku li:first-of-type {
  width: calc(38% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgs_kaku li:first-of-type {
    width: 70%;
    margin-bottom: 0px;
  }
}
#story .section_inner .section_main .imgs_kaku li:nth-of-type(2) {
  width: calc(38% - 10px);
  margin-top: -60px;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgs_kaku li:nth-of-type(2) {
    width: 60%;
    margin: -30px 0 0 auto;
  }
}
#story .section_inner .section_main .imgs_kaku li:last-of-type {
  width: calc(24% - 20px);
  margin-top: 12%;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main .imgs_kaku li:last-of-type {
    width: 40%;
    margin: -25% auto 0 10%;
  }
}/*# sourceMappingURL=style.css.map */