@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: 16px;
  color: #333;
  background-color: #DFDFDF;
  background-color: #887124;
  color: #333;
  font-weight: 500;
  font-family: "Noto Sans JP", "Noto Serif SC", serif;
}
@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 {
  max-width: 100%;
}

/* Webkit（Chrome, Safari）用 */
::-webkit-scrollbar {
  width: 8px; /* 細めのスクロールバー */
}

::-webkit-scrollbar-track {
  background: #ccc; /* トラック（スクロールバーの背景） */
}

::-webkit-scrollbar-thumb {
  background: #887124; /* スクロールバー本体 */
  border-radius: 4px; /* 角を少し丸める */
}

::-webkit-scrollbar-thumb:hover {
  background: #705c1b; /* ホバー時の色（少し暗くする） */
}

/* Firefox用 */
* {
  scrollbar-width: thin;
  scrollbar-color: #887124 #ccc;
}

.instgalcom {
  background-color: #DFDFDF;
  background-image: url(img/bg2.jpg);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .instgalcom {
    background-size: 1500px;
  }
}

.main_img {
  z-index: -2;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.main_img img {
  transform: scale(1.1);
  height: 100vh;
  height: 100lvh;
  transition: 5s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.main_img.active img {
  transform: scale(1);
}

.footer {
  position: relative;
  padding: 40px 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px;
  }
}
.footer .img_footer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
}
.footer .img_footer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.footer .title {
  position: relative;
  width: 8%;
  margin: 0 auto 20px 20%;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .footer .title {
    width: 30%;
    margin: 0 auto 20px 0;
    max-width: 100px;
  }
}
.footer .release {
  position: relative;
  width: 60%;
  margin: 0 auto;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .footer .release {
    width: 100%;
    max-width: 500px;
  }
}

.copyright {
  text-align: center;
  font-size: 0.8em;
}

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

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

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

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

/*fixed_bg------------------------*/
/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #DFDFDF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loadeing_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loadeing_inner .loader {
  animation: loadingFlash 1s infinite;
}
.loading .loader {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #887124) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}
@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}

/*-------------------------------*/
/*trailer------------------------*/
#trailer {
  padding: 80px 50px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #trailer {
    padding: 60px 0 80px;
  }
}
#trailer h2 {
  width: 242px;
}
@media screen and (max-width: 768px) {
  #trailer h2 {
    width: 161px;
  }
}
#trailer .section_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #trailer .section_inner {
    max-width: 500px;
  }
}
#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-radius: 5px;
}
#trailer .section_inner .section_main .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;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .trailer_tab {
    margin-top: 0;
  }
}
.trailer_tab li {
  width: calc(50% - 2.5px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .trailer_tab li {
    width: calc(50% - 0px);
  }
}
.trailer_tab li a {
  border-radius: 5px;
  height: 3em;
  width: 100%;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #888888;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    height: 3em;
  }
}
.trailer_tab .tab.active a {
  background-color: #887124;
}
.trailer_tab .tab.active a::before {
  content: "●";
}
.trailer_tab .tab.active a:hover {
  transition: 0.4s;
}

/*-------------------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
}
@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:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
}
.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-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
@keyframes flash {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
}
/*-inview------------------------*/
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-inview {
  opacity: 1;
}

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

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

.fadeInLeft {
  opacity: 0;
  transition: 1s;
  transform: translateX(-10px);
}
.fadeInLeft.is-inview {
  transform: translateX(0);
  opacity: 1;
}

.fadeInRight {
  opacity: 0;
  transition: 1s;
  transform: translateX(10px);
}
.fadeInRight.is-inview {
  transform: translateX(0);
  opacity: 1;
}

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

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

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

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

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

.scaleDown {
  transform: scale(1.1);
  transition: 1s;
  opacity: 0;
}
.scaleDown.is-inview {
  opacity: 1;
  transform: scale(1);
}

.scaleDownImg {
  overflow: hidden;
}
.scaleDownImg img {
  transform: scale(1.1);
  transition: 2s;
  opacity: 0;
}
.scaleDownImg.is-inview img {
  opacity: 1;
  transform: scale(1);
}

/*-------------------------------*/
.delay1 {
  transition-delay: 0.1s;
}

.delay2 {
  transition-delay: 0.2s;
}

.delay3 {
  transition-delay: 0.3s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay5 {
  transition-delay: 0.5s;
}

.delay6 {
  transition-delay: 0.6s;
}

.delay7 {
  transition-delay: 0.7s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay9 {
  transition-delay: 0.9s;
}

/*-------------------------------*/
/*nav----------------------------*/
.nav_bar {
  z-index: 100;
  height: 50px;
  width: 100%;
  background-color: rgba(118, 116, 116, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(-50px);
}
@media screen and (max-width: 768px) {
  .nav_bar {
    background-image: linear-gradient(to left, rgba(118, 116, 116, 0.8) 60px, rgba(118, 116, 116, 0.8) 100%);
    height: 60px;
    background-image: linear-gradient(to left, #FFF 0px, #FFF 60px, rgba(118, 116, 116, 0.8) 60px, rgba(118, 116, 116, 0.8) 100%);
    height: 60px;
    -webkit-clip-path: polygon(0 0, 101% 0, 101% 60px, calc(100% - 40px) 60px, calc(100% - 60px) 50px, 60px 50px, 40px 60px, 0 60px);
            clip-path: polygon(0 0, 101% 0, 101% 60px, calc(100% - 40px) 60px, calc(100% - 60px) 50px, 60px 50px, 40px 60px, 0 60px);
  }
}
.nav_bar.active {
  transform: translateY(0px);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .body_kasou .nav_bar {
    display: none;
  }
}

.nav_btn {
  z-index: 104;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .nav_btn span {
    position: absolute;
    height: 1px;
    width: 25px;
    background-color: #fff;
    display: block;
    top: 18px;
    left: 18px;
    transition: all 0.2s ease;
  }
  .nav_btn span:nth-of-type(2) {
    top: 28px;
  }
  .nav_btn span:last-of-type {
    width: 15px;
    top: 38px;
  }
  .nav_btn::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #3a3a3a;
    position: fixed;
    top: 60px;
    left: 14px;
  }
  .nav_btn::after {
    content: "Menu";
    text-transform: uppercase;
    writing-mode: vertical-rl;
    top: 80px;
    left: 10px;
    position: fixed;
    color: #3a3a3a;
    font-size: 10px;
    letter-spacing: 0.3em;
    transition: 0.4s;
  }
}
.nav_btn.show span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
  transform-origin: center;
}
.nav_btn.show span:nth-of-type(2) {
  transform: translateY(-2px) rotate(-45deg);
  transform-origin: center;
}
.nav_btn.show span:last-of-type {
  opacity: 0;
  transform: scale(0);
}
.nav_btn.show::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #FFF;
  position: fixed;
  top: 60px;
  left: 14px;
}
.nav_btn.show::after {
  transform: rotateY(360deg);
  content: "Close";
  text-transform: uppercase;
  writing-mode: vertical-rl;
  top: 82px;
  left: 10px;
  position: fixed;
  color: #FFF;
  font-size: 10px;
}

.nav_btn span {
  background-color: #000;
}

.title_nav {
  z-index: 101;
  max-width: 70px;
  width: 10%;
  position: fixed;
  left: 40px;
  top: 10px;
  mix-blend-mode: screen;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(-50px);
}
.title_nav.active {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .title_nav {
    max-width: 40px;
    left: 50%;
    top: 5px;
    transform: translateX(-50%) translateY(-50px);
    display: none;
  }
  .title_nav.active {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
  }
}

.nav_list {
  z-index: 102;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(-50px);
  height: 50px;
  line-height: 50px;
  color: #cacaca;
}
.nav_list.active {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .nav_list {
    overflow: auto;
    padding: 60px 20px 120px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    background-color: rgba(118, 116, 116, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transition: 1s;
    opacity: 1;
  }
  .nav_list.show {
    -webkit-clip-path: polygon(-50% -50%, 150% -50%, 150% 150%, -50% 150%);
            clip-path: polygon(-50% -50%, 150% -50%, 150% 150%, -50% 150%);
  }
  .nav_list.active {
    transform: translateY(0px);
  }
}
.nav_list a {
  height: 50px;
  line-height: 50px;
  padding: 0 0.5em;
  color: #FFF;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .nav_list a {
    height: 60px;
    line-height: 60px;
  }
}
.nav_list a span {
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.nav_list a.nav_theater {
  padding: 0 2em;
  background-color: #FFF;
  margin-left: 0.5em;
  color: #3a3a3a;
}
@media screen and (max-width: 768px) {
  .nav_list a.nav_theater {
    margin-top: 0.5em;
    margin-left: 0;
  }
}
.nav_list a:hover span {
  opacity: 0.6;
}

.nav_theater_icon {
  z-index: 101;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav_theater_icon {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
    padding-bottom: 2px;
    transition: 0.3s;
    opacity: 0;
    transform: translateY(-50px);
  }
  .nav_theater_icon img {
    width: 25px;
  }
  .nav_theater_icon.active {
    transform: translateY(0px);
    opacity: 1;
  }
}
.nav_theater_icon::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #887124;
  position: fixed;
  top: 60px;
  right: 14px;
}
.nav_theater_icon::after {
  content: "Theaters";
  text-transform: uppercase;
  writing-mode: vertical-rl;
  top: 80px;
  right: 10px;
  position: fixed;
  color: #333;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.nav_top {
  z-index: 101;
  position: fixed;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  right: 10px;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
.nav_top span {
  font-size: 14px;
  color: #333;
  transform: scale(1, 0.5);
  display: block;
}
.nav_top.active {
  transform: translateY(0px);
  opacity: 1;
}

/*-------------------------------*/
.nav_list-sub {
  position: absolute;
  top: 50px;
  right: 20px;
  display: flex;
  z-index: 100;
  transition: 0.4s;
  opacity: 0;
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  .nav_list-sub {
    top: unset;
    right: unset;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translateY(0px);
  }
  .nav_list-sub:before {
    content: "｜";
  }
}
.nav_list-sub li a {
  color: #3a3a3a;
  transition: 0.3s;
  padding: 0 0.5em;
  font-style: italic;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .nav_list-sub li a {
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    font-style: normal;
  }
}
.nav_list-sub li a.current {
  opacity: 0.3;
  pointer-events: none;
}
.nav_list-sub li a:hover {
  opacity: 0.6;
}
.nav_list-sub li a::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  .nav_list-sub li a::before {
    content: "『";
  }
}
@media screen and (max-width: 768px) {
  .nav_list-sub li a::after {
    content: "』";
  }
}
.nav_list-sub.active {
  transform: translateY(0px);
  opacity: 1;
}

#top .awards {
  width: 36%;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  #top .awards {
    width: 53%;
    top: 10px;
    left: 10px;
  }
}
#top h1 {
  width: 10%;
  margin: 30vw auto 5vw;
  filter: blur(20px);
  opacity: 0;
  transition: 2s;
}
@media screen and (max-width: 768px) {
  #top h1 {
    width: 16.7%;
    margin: 53vw auto 23vw;
  }
}
#top h1.active {
  filter: blur(0px);
  opacity: 1;
}
#top .credit {
  width: 32%;
  margin: 0 auto 2vw;
}
@media screen and (max-width: 768px) {
  #top .credit {
    width: 80%;
    margin: 0 auto 3vw;
  }
}
#top .tate {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 1.9%;
}
@media screen and (max-width: 768px) {
  #top .tate {
    width: 10%;
    top: 10px;
    right: 10px;
  }
}
#top .yoko {
  width: 56%;
  margin: 0 auto 2vw;
}
@media screen and (max-width: 768px) {
  #top .yoko {
    width: 70%;
    margin: 0 auto 4vw;
  }
}
#top .release {
  width: 50%;
  margin: 0 auto 2vw;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 80%;
  }
}
#top .billing {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 90%;
  }
}

#info {
  padding: 40px 20px 80px;
  width: calc(100% - 100px);
  margin: 0 auto;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #info {
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}
#info .additional_title {
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.25em;
  font-size: 1.1em;
}
#info .additional {
  display: flex;
  max-width: 900px;
  justify-content: center;
  margin: 20px auto 0px;
  gap: 20px;
  flex-wrap: wrap;
}
#info .additional li {
  width: calc(50% - 10px);
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #info .additional li {
    width: 100%;
  }
}
#info .additional li:hover {
  filter: grayscale(100%) brightness(140%);
}
#info .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#info .btns div {
  margin: 0 20px 10px;
  position: relative;
  max-width: 60px;
  width: 100%;
}
#info .btns div a {
  overflow: hidden;
  position: relative;
  margin: 0 auto 0px;
  display: block;
  max-width: 240px;
  width: 100%;
}
#info .btns div a:hover {
  filter: brightness(130%);
}
#info .major {
  display: block;
  max-width: 260px;
  width: 80%;
  margin: 0 auto 20px;
}
#info .major:hover {
  filter: hue-rotate(20deg);
}

#intro {
  overflow: hidden;
}
#intro .section_inner .section_header {
  position: relative;
}
#intro .section_inner .section_header .imgb {
  position: relative;
}
#intro .section_inner .section_header .imgb img {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header .imgb img {
    height: 110vw;
  }
}
#intro .section_inner .section_header h2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 646px;
  display: block;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_header h2 {
    width: 301px;
  }
}
#intro .section_inner .section_main {
  max-width: 1000px;
  padding: 80px 50px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
    padding: 30px 30px 80px;
  }
}
#intro .section_inner .section_main .text_body {
  margin-bottom: 40px;
}
#intro .section_inner .section_main .text_body p {
  line-height: 2;
  text-align: justify;
}
#intro .section_inner .section_main .aca {
  border-top: solid 1px #887124;
  width: 90%;
  margin: 0 0 0 auto;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .aca {
    width: 100%;
    padding: 20px 0 0px 20px;
  }
}
#intro .section_inner .section_main .aca p {
  line-height: 2;
  text-align: justify;
}
#intro .section_inner .section_main .aca p.sub_title {
  font-weight: 700;
  margin-bottom: 0.5em;
}

#story {
  overflow: hidden;
  background-color: rgba(143, 143, 143, 0.1);
}
#story .section_inner {
  padding: 120px 50px 120px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #story .section_inner {
    padding: 80px 0 80px;
  }
}
#story .section_inner .section_header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_header {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
#story .section_inner .section_header h2 {
  width: 262px;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_header h2 {
    width: 115px;
    margin: 40px 30px 20px auto;
  }
}
#story .section_inner .section_header .img_story {
  width: calc(100% - 292px);
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_header .img_story {
    width: 80%;
  }
}
#story .section_inner .section_main {
  width: 80%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    margin: 0 30px 0 auto;
  }
}
#story .section_inner .section_main p {
  line-height: 2;
  text-align: justify;
}

#comment {
  overflow: hidden;
}
#comment .section_inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 50px 120px;
}
@media screen and (max-width: 768px) {
  #comment .section_inner {
    padding: 80px 30px 80px;
  }
}
#comment .section_inner .section_main {
  max-width: 900px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main {
    max-width: 500px;
  }
}
#comment .section_inner .section_main h2 {
  width: 463px;
  margin: 0 0 20px auto;
}
@media screen and (max-width: 768px) {
  #comment .section_inner .section_main h2 {
    width: 216px;
  }
}
#comment .section_inner .section_main .comment_item {
  padding: 10px 40px 10px 0;
  border-right: solid 1px #887124;
  margin-bottom: 40px;
  padding: 10px 20px 10px 0;
}
#comment .section_inner .section_main .comment_item:last-of-type {
  margin-bottom: 0;
}
#comment .section_inner .section_main .comment_item p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.5em;
}
#comment .section_inner .section_main .comment_item p:last-of-type {
  margin-bottom: 0;
}
#comment .section_inner .section_main .comment_item .comment_name {
  text-align: right;
  margin-top: 10px;
  font-weight: 700;
  color: #887124;
}
#comment .section_inner .section_main .comment_item .nana {
  font-style: italic;
}

#gallery {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.349);
}
#gallery .section_inner .section_main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 120px 50px 120px;
}
@media screen and (max-width: 768px) {
  #gallery .section_inner .section_main {
    padding: 80px 0 80px;
  }
}
#gallery .section_inner .section_main .h2_bar {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#gallery .section_inner .section_main .h2_bar h2 {
  width: 339px;
}
@media screen and (max-width: 768px) {
  #gallery .section_inner .section_main .h2_bar h2 {
    width: 158px;
  }
}
#gallery .section_inner .section_main .h2_bar .line {
  background-color: #887124;
  height: 1px;
  width: calc(100% - 359px);
  transform: translateY(-20px);
}
@media screen and (max-width: 768px) {
  #gallery .section_inner .section_main .h2_bar .line {
    transform: translateY(-10px);
    width: calc(100% - 168px);
  }
}

.swiper-pagination-bullet {
  background: #FFF;
  border-radius: 8px;
  opacity: 0.5;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: #FFF;
  width: 24px;
  border-radius: 8px;
  opacity: 1;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
  color: #887124;
}

.swiper_text {
  height: 3em;
  width: 80%;
  margin: 20px auto 0 0;
}
@media screen and (max-width: 768px) {
  .swiper_text {
    height: 5em;
    margin: 20px 20px 0 10%;
  }
}
.swiper_text .swiper-slide {
  border-left: solid 1px #887124;
  padding-left: 20px;
  line-height: 1.8;
}

#review {
  overflow: hidden;
}
#review .section_inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px 50px 120px;
}
@media screen and (max-width: 768px) {
  #review .section_inner {
    padding: 0px 30px 80px;
  }
}
#review .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  #review .section_inner .section_main {
    max-width: 500px;
  }
}
#review .section_inner .section_main h2 {
  width: 463px;
  margin: 0 auto 20px 0;
}
@media screen and (max-width: 768px) {
  #review .section_inner .section_main h2 {
    width: 216px;
  }
}
#review .section_inner .section_main .review_item {
  padding: 10px 0px 10px 40;
  border-left: solid 1px #887124;
  margin-bottom: 40px;
  padding: 10px 0px 10px 20px;
}
#review .section_inner .section_main .review_item:last-of-type {
  margin-bottom: 0;
}
#review .section_inner .section_main .review_item p {
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.5em;
}
#review .section_inner .section_main .review_item p:last-of-type {
  margin-bottom: 0;
}
#review .section_inner .section_main .review_item .review_name {
  margin-top: 10px;
  font-weight: 700;
  color: #887124;
}
#review .section_inner .section_main .review_item .review_name a {
  color: #630000;
  font-size: 0.9em;
  font-style: italic;
  text-decoration: underline;
  transition: 0.2s;
  margin-left: 0.5em;
}
#review .section_inner .section_main .review_item .review_name a:hover {
  text-decoration: none;
}
#review .section_inner .section_main .review_item .nana {
  font-style: italic;
}

.body_kasou {
  background-image: none;
  background-color: #fff;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .body_kasou {
    padding-bottom: 0px;
  }
}
.body_kasou .persaku {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .body_kasou .persaku {
    margin-top: 80px;
  }
}
.body_kasou #info {
  padding: 0;
  max-width: 600px;
}
.body_kasou #info .awards {
  margin: 0 auto 20px;
}
.body_kasou #info .kasou_btns {
  margin: 0 auto;
}
.body_kasou #info .kasou_btns li a {
  width: 100%;
  color: #000;
  border: solid 1px #757575;
  height: 70px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  line-height: 1.6;
  letter-spacing: 0.5em;
  transition: 0.4s;
}
.body_kasou #info .kasou_btns li a span {
  display: block;
  font-size: 0.85em;
  letter-spacing: 0.1em;
}
.body_kasou #info .kasou_btns li a:hover {
  background-color: #eeeeee;
}
.body_kasou h2 {
  text-align: center;
  color: #887124;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.1em;
  margin-bottom: 30px;
  margin: 0 auto 30px;
}
.body_kasou #intro {
  max-width: 600px;
  margin: 0 auto;
}
.body_kasou #intro .section_inner .section_main {
  padding: 80px 0px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .body_kasou #intro .section_inner .section_main {
    padding: 60px 30px 0;
  }
}
.body_kasou #intro .section_inner .section_main .text_body {
  margin: 0;
}
.body_kasou #intro .section_inner .section_main .text_body p {
  line-height: 2.2;
}
.body_kasou #story {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
.body_kasou #story .section_inner {
  padding: 0;
}
.body_kasou #story .section_inner .section_main {
  max-width: 600px;
  padding: 80px 0px 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .body_kasou #story .section_inner .section_main {
    margin: 0;
    padding: 30px 30px 0;
  }
}
.body_kasou #story .section_inner .section_main .text_body p {
  text-align: center;
}

.body_kasou-egg #top {
  max-width: 1000px;
  padding: 0 50px;
  margin: 40px auto 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .body_kasou-egg #top {
    padding: 0 0px;
    margin: 0 auto;
  }
}
.body_kasou-egg #top .top_main {
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .body_kasou-egg #top .top_main {
    margin-bottom: 20px;
  }
}
.body_kasou-egg #top .top_main .credit {
  position: absolute;
  top: 50%;
  right: -50px;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .body_kasou-egg #top .top_main .credit {
    top: 48%;
    right: 8%;
    width: 6.5%;
  }
}
.body_kasou-egg #top .top_main .billing {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .body_kasou-egg #top .top_main .billing {
    width: 90%;
  }
}
.body_kasou-egg #top h1 {
  width: 25%;
  margin: 0 auto 30px;
}
.body_kasou-egg #top .release {
  width: 50%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .body_kasou-egg #top .release {
    width: 70%;
    margin: 0 auto 20px;
  }
}

.body_kasou-bird #top {
  max-width: 1000px;
  padding: 0 100px;
  margin: 40px auto 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .body_kasou-bird #top {
    padding: 0 0px;
    margin: 0 auto;
  }
}
.body_kasou-bird #top .top_main {
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .body_kasou-bird #top .top_main {
    margin-bottom: 20px;
  }
}
.body_kasou-bird #top .top_main .credit {
  position: absolute;
  top: 50%;
  right: -100px;
  width: 85px;
}
@media screen and (max-width: 768px) {
  .body_kasou-bird #top .top_main .credit {
    top: 55%;
    right: 84%;
    width: 12.5%;
  }
}
.body_kasou-bird #top .top_main .billing {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .body_kasou-bird #top .top_main .billing {
    width: 90%;
  }
}
.body_kasou-bird #top h1 {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .body_kasou-bird #top h1 {
    margin-bottom: 20px;
  }
}
.body_kasou-bird #top .release {
  width: 50%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .body_kasou-bird #top .release {
    width: 70%;
    margin: 0 auto 20px;
  }
}

.image {
  max-width: 600px;
  margin: 60px auto 0;
}

.persaku {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 2500px;
}
.persaku li {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .persaku li {
    width: 100%;
  }
}
.persaku li a {
  display: block;
  transition: 0.4s;
}
.persaku li a.current {
  filter: grayscale(100%);
  opacity: 0.3;
  pointer-events: none;
}
.persaku li a:hover {
  filter: grayscale(100%) brightness(140%);
}

.add-comment {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
}

.add-comment.show {
  opacity: 1;
  visibility: visible;
}

.add-comment_inner {
  max-width: 1000px;
  width: 90%;
  height: 90%;
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  line-height: 2;
  overflow: auto;
  transform: translateY(-20px);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .add-comment_inner {
    padding: 40px 20px;
  }
}

.add-comment.show .add-comment_inner {
  transform: translateY(0);
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #333;
}

.close-btn:hover {
  color: #000;
}

/* 背景スクロールを防ぐ */
body.modal-open {
  overflow: hidden;
}

/* h2（タイトル）の装飾を復元 */
.add-comment h2 {
  border-bottom: solid 1px #887124; /* 元々の $primary-color が不明なので仮置き */
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .add-comment h2 {
    padding-bottom: 20px;
  }
}

/* 各ブロックのボーダーライン復元 */
.block {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: dashed 1px #887124;
}
.block p {
  margin-bottom: 0.5em;
}
.block p:last-of-type {
  margin-bottom: 0;
}

/* italic スタイル復元 */
.nana {
  font-style: italic;
}

/* 右寄せのコメント署名 */
.comby2 {
  text-align: right;
  font-style: italic;
  color: #887124;
}/*# sourceMappingURL=style.css.map */