@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, html {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, p, figure, picture, blockquote, ul, li, dl, dd {
  margin: 0;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4 { /*text-wrap:balance;*/
  font-weight: normal;
}

i, em {
  font-style: normal;
}

a:not([class]) {
  color: currentColor;
}

img, figure, picture {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-inline: auto;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

button {
  all: unset;
  display: revert;
}

table {
  border-collapse: collapse;
  width: 100%;
}

textarea {
  white-space: revert;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  overflow-x: clip;
}

body {
  color: #272727;
  font-size: 13px;
  font-family: "ryo-gothic-plusn", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  #wrapper.open #header {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
  }
}
@media (max-width: 768px) {
  #wrapper.open nav {
    visibility: visible;
    opacity: 1;
  }
}

a {
  color: #272727;
}
a:hover {
  opacity: 0.7;
}

.btn {
  text-align: center;
}
* + .btn {
  margin-top: 64px;
}
@media (max-width: 520px) {
  * + .btn {
    margin-top: 56px;
  }
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  min-height: 64px;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 4px;
  max-width: 416px;
  margin-inline: auto;
  background: #000;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.btn a:hover {
  padding-left: 24px;
  background: #444;
}
.btn a:hover::after {
  background-position: 24px;
}
.btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/documentary/2025/img/icon_arrow01.svg");
  background-repeat: repeat-x;
  background-position: 0;
  background-size: contain;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.btn.ticket a::after {
  background-image: url("/documentary/2025/img/icon_ticket01.svg");
}
.btn.disabled a {
  color: #9496A1;
  background: #5B5D6B;
  border-color: #5B5D6B;
  cursor: default;
  pointer-events: none;
}

.head {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-size: 42px;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 40px;
  line-height: 1;
}
@media (max-width: 520px) {
  .head {
    font-size: 16px;
    font-size: 32px;
    margin-bottom: 48px;
  }
}
body:not(.home) .head {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  body:not(.home) .head {
    margin-bottom: 40px;
  }
}

/*
#heroText .clipText picture,
.clipText.visible i {
	position: relative;
	display: inline-block;
	font-size: 24px;
	//animation: clipText .5s ease-out 0s forwards;
	//clip-path: inset(0 100% 0 0);
	z-index: 1;
	transition: 1.5s;
	transition-delay: 1s;
	@media (max-width: $spBreak) {
		font-size: 16px;
	}
	&::after {
		position: absolute;
		content: "";
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: $white;
		z-index: 2;
		animation: clipTextOut .2s ease .4s forwards;
	}
}
#heroText .clipText picture::after {
	@media (max-width: $tabletBreak) {
		background-color: black;
	}
}
*/
#header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  height: 64px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-animation: menuFadeIn 1s ease 2s forwards;
          animation: menuFadeIn 1s ease 2s forwards;
}
@-webkit-keyframes menuFadeIn {
  0% {
    top: -20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes menuFadeIn {
  0% {
    top: -20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
#header .logo {
  position: absolute;
  top: 16px;
  z-index: 1000;
}
#header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo a i {
  display: inline-block;
}
#header #menuTrigger {
  position: absolute;
  display: block;
  top: 20px;
  right: 16px;
  width: 24px;
  height: 24px;
  z-index: 101;
  cursor: pointer;
}
@media (min-width: 768px) {
  #header #menuTrigger {
    display: none;
  }
}
#header #menuTrigger i {
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
}
#header #menuTrigger::before, #header #menuTrigger::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 6px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #272727;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header #menuTrigger:before {
  top: -6px;
}
#header #menuTrigger::after {
  bottom: -6px;
}
#header #menuTrigger.open::before, #header #menuTrigger.open::after,
#header #menuTrigger.open i:before {
  background: #fff;
}
#header #menuTrigger.open::before {
  top: 0;
  rotate: 45deg;
}
#header #menuTrigger.open::after {
  bottom: 0;
  rotate: -45deg;
}
#header #menuTrigger.open i:before {
  display: none;
}
@media (min-width: 768px) {
  #header nav {
    position: absolute;
    right: 4px;
  }
  #header nav .navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
  }
  #header nav .navList li + li {
    margin-left: 10px;
  }
  #header nav .navList li a {
    display: block;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    padding: 10px;
    padding-inline: clamp(8px, 0.6944444444vw, 10px);
    color: #272727;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  #header nav {
    position: absolute;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    padding: 20.8651399491vw;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 100;
  }
  #header nav .navList {
    position: relative;
    width: 230px;
    margin-top: -60px;
  }
  #header nav .navList li {
    position: relative;
    text-align: left;
  }
  #header nav .navList li::before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #6A6A6A;
  }
  #header nav .navList li a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: 29px 0;
  }
  #header nav .navList li:last-child::before {
    display: none;
  }
}

body:not(.home) #header {
  -webkit-animation: none;
          animation: none;
  top: 0;
  opacity: 1;
}

#footer {
  position: relative;
  text-align: center;
  padding: 64px 60px 24px;
  background: #000;
  z-index: 1;
  /*
  .creditsList {
  	display: grid;
  	justify-items: center;
  	grid-template-columns: repeat(2, 1fr);
  	grid-template-rows: repeat(2, 1fr);
  	gap: 48px 100px;
  	max-width: 350px;
  	margin: auto; 
  	@media (max-width: $spBreak) {
  		gap: 40px 10px;
  	}
  	li {
  		h3 {
  			text-align: center;
  			color: $gray;
  			font-size: 12px;
  			margin-bottom: 25px;
  			@media (max-width: $spBreak) {
  				margin-bottom: 20px;
  			}
  		}
  		figure {
  			text-align: center;
  			a {
  				display: inline-block;
  				margin: auto;
  				img {
  					margin: auto;
  					@media (max-width: $spBreak) {
  						width: 90%;
  					}
  				}
  			}
  		}
  		//grid-area: row-start / column-start / row-end / column-end;
  		&:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
  		&:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
  		&:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }

  		&:nth-child(2),
  		&:nth-child(3) {
  			h3 {
  				margin-bottom: 20px;
  			}
  		}
  		@media (max-width: $spBreak) {
  			&:nth-child(1) img { width: 101px; }
  			&:nth-child(2) img { width: 70px; }
  			&:nth-child(3) img { width: 100px; }
  		}
  	}
  }
  */
}
@media (max-width: 520px) {
  #footer {
    padding: 48px 20px 24px;
  }
}
#footer .creditsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  max-width: 350px;
  margin: auto;
}
@media (max-width: 520px) {
  #footer .creditsList {
    gap: 40px;
  }
}
#footer .creditsList h3 {
  text-align: center;
  color: #9F9F9F;
  font-size: 12px;
  margin-bottom: 25px;
}
@media (max-width: 520px) {
  #footer .creditsList h3 {
    margin-bottom: 20px;
  }
}
#footer .creditsList figure {
  text-align: center;
}
#footer .creditsList figure a {
  display: inline-block;
  margin: auto;
}
@media (max-width: 768px) {
  #footer .creditsList figure img {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  #footer .creditsList li:nth-child(n+2) figure img {
    max-width: 190px;
  }
}
#footer .snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-top: 64px;
}
@media (max-width: 520px) {
  #footer .snsList {
    gap: 16px;
    margin-top: 64px;
  }
}
#footer .snsList li a img {
  scale: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .snsList li a:hover img {
  scale: 1;
}
#footer small {
  display: block;
  font-size: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 76px;
  color: #fff;
}
@media (max-width: 520px) {
  #footer small {
    margin-top: 64px;
  }
}

.flt-btn {
  width: 266px;
  height: 266px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 11;
  opacity: 0;
  -webkit-animation: flt-btn-appear 1s ease 1.5s forwards;
          animation: flt-btn-appear 1s ease 1.5s forwards;
}
@-webkit-keyframes flt-btn-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flt-btn-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .flt-btn {
    width: 266px;
    height: 266px;
  }
}
@media (max-width: 1440px) {
  .flt-btn {
    width: 18.4722222222vw;
    height: 18.4722222222vw;
  }
}
@media (max-width: 768px) {
  .flt-btn {
    bottom: 10px;
    right: 10px;
    width: 26.0416666667vw;
    height: 26.0416666667vw;
  }
}
.flt-btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #272727;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(39, 39, 39, 0.5);
          box-shadow: 0 0 10px rgba(39, 39, 39, 0.5);
}

#heroView {
  position: relative;
  width: 100vw;
  padding: 0;
  margin-top: 64px;
  aspect-ratio: 4000/2250;
  overflow: hidden;
  background: url("/documentary/2025/img/kv_pc2.webp") no-repeat 50% 100%;
  background-color: black;
  background-blend-mode: darken;
  background-size: 100% auto;
  -webkit-animation: heroBackground 3s ease 0.8s forwards;
          animation: heroBackground 3s ease 0.8s forwards;
}
@-webkit-keyframes heroBackground {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes heroBackground {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 768px) {
  #heroView {
    height: auto;
    aspect-ratio: 1000/1778;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    background-image: url("/documentary/2025/img/kv_sp2.webp");
    background-color: white;
    background-blend-mode: lighten;
    -webkit-animation: heroBackgroundW 3s ease 0.8s forwards;
            animation: heroBackgroundW 3s ease 0.8s forwards;
  }
  @-webkit-keyframes heroBackgroundW {
    0% {
      background-color: white;
    }
    100% {
      background-color: rgba(255, 255, 255, 0);
    }
  }
  @keyframes heroBackgroundW {
    0% {
      background-color: white;
    }
    100% {
      background-color: rgba(255, 255, 255, 0);
    }
  }
}
#heroView::after {
  display: none;
}
#heroView #heroText {
  position: absolute;
  display: inline-block;
  top: 22.2222222222vw;
  left: 10.4166666667vw;
  z-index: 2;
}
@media (max-width: 768px) {
  #heroView #heroText {
    top: 17.0138888889vw;
    left: auto;
  }
}
#heroView #heroText > div {
  display: inline-block;
  font-weight: bold;
  margin-inline: auto;
}
@media (max-width: 1440px) {
  #heroView #heroText > div {
    margin-top: calc((1440px - 100vw) * 0.05);
  }
}
@media (max-width: 768px) {
  #heroView #heroText > div {
    margin-top: auto;
  }
}
#heroView #heroText > div i {
  display: block;
  line-height: 1;
}
#heroView #heroText > div i + i {
  margin-top: 0.6944444444vw;
}
@media (max-width: 768px) {
  #heroView #heroText > div i + i {
    margin-top: 1.272264631vw;
  }
}
#heroView #heroText > div i:nth-child(1), #heroView #heroText > div i:nth-child(2) {
  text-align: left;
}
#heroView #heroText > div i:nth-child(1) img, #heroView #heroText > div i:nth-child(2) img {
  height: 3.75vw;
}
@media (max-width: 768px) {
  #heroView #heroText > div i:nth-child(1) img, #heroView #heroText > div i:nth-child(2) img {
    height: 8.3969465649vw;
  }
}
#heroView #heroText > div i:nth-child(3) {
  text-align: right;
}
#heroView #heroText > div i:nth-child(3) img {
  height: 3.125vw;
}
@media (max-width: 768px) {
  #heroView #heroText > div i:nth-child(3) img {
    height: 6.8702290076vw;
  }
}
#heroView #heroText > div i:nth-child(4) {
  text-align: left;
  margin-top: -2.5vw;
}
@media (max-width: 768px) {
  #heroView #heroText > div i:nth-child(4) {
    margin-top: -5.4166666667vw;
  }
}
#heroView #heroText > div i:nth-child(4) img {
  height: 2.0138888889vw;
}
@media (max-width: 768px) {
  #heroView #heroText > div i:nth-child(4) img {
    height: 4.5801526718vw;
  }
}

@-webkit-keyframes clipText {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes clipText {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes clipTextOut {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes clipTextOut {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
  max-width: 1320px;
  margin-inline: auto;
}
@media (max-width: 1440px) {
  main {
    padding-inline: 60px;
    padding-inline: clamp(20px, 4.1666666667vw, 60px);
  }
}
@media (max-width: 768px) {
  main {
    padding-inline: 20px;
  }
}

main > section {
  position: relative;
  z-index: 1;
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding-inline: calc(50vw - 50%);
  padding-top: 168px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  main > section {
    padding-top: 112px;
    padding-bottom: 72px;
    padding-inline: 20px;
  }
}
main > section::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: block;
  width: calc(100% - 120px);
  width: calc(100% - 8.3333333333vw);
  max-width: 1320px;
  height: 6px;
  background: #000;
}
@media (max-width: 768px) {
  main > section::after {
    top: 80px;
    width: calc(100% - 40px);
  }
}

body:not(.home) main {
  padding-top: 64px;
}
body:not(.home) main > section {
  padding-top: 80px;
}
@media (max-width: 768px) {
  body:not(.home) main > section {
    padding-top: 64px;
  }
}
body:not(.home) main > section::after {
  display: none;
}

#introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  padding-top: 128px;
}
@media (max-width: 768px) {
  #introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-top: 96px;
  }
}
#introduction::after {
  top: 80px;
}
@media (max-width: 768px) {
  #introduction::after {
    top: 64px;
  }
}
#introduction .text {
  display: inline-block;
  position: relative;
  top: 50px;
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.8;
  word-break: auto-phrase;
  color: #272727;
}
#introduction .text.visible {
  top: 0;
  opacity: 1;
}
@media (max-width: 768px) {
  #introduction .text {
    margin-left: 30px;
    font-size: 18px;
  }
}

#trailer {
  background: #000;
  color: #fff;
  padding-block: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@media (max-width: 768px) {
  #trailer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
    padding-bottom: 160px;
    gap: 0;
  }
}
#trailer::after {
  content: none;
}
@media (max-width: 768px) {
  #trailer .head {
    margin-bottom: 80px;
  }
}
#trailer .youtube {
  max-width: 866px;
  position: relative;
  top: 50px;
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
#trailer .youtube.visible {
  top: 0;
  opacity: 1;
}

@media (max-width: 768px) {
  body.home #news {
    padding-top: 96px;
  }
}
@media (max-width: 768px) {
  body.home #news::after {
    top: 64px;
  }
}

#ticket {
  padding-top: 48px;
}
@media (max-width: 768px) {
  #ticket {
    padding-top: 36px;
  }
}
#heroView + #ticket {
  padding-top: 128px;
}
@media (max-width: 768px) {
  #heroView + #ticket {
    padding-top: 96px;
  }
}
#heroView + #ticket::after {
  top: 80px;
}
@media (max-width: 768px) {
  #heroView + #ticket::after {
    top: 64px;
  }
}
#ticket::after {
  top: 0;
}
@media (max-width: 768px) {
  #ticket::after {
    top: 0;
  }
}
#ticket .ticketList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  gap: clamp(0px, 2.5694444444vw, 37px);
  position: relative;
  top: 50px;
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
#ticket .ticketList.visible {
  top: 0;
  opacity: 1;
}
@media (max-width: 768px) {
  #ticket .ticketList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-left: 30px;
  }
}
#ticket .ticketList > li {
  width: calc((100% - 37px) / 2);
  width: calc((100% - 2.5694444444vw) / 2);
}
@media (max-width: 768px) {
  #ticket .ticketList > li {
    width: 100%;
  }
}
#ticket .ticketList .ttl {
  line-height: 1;
  font-size: 24px;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #ticket .ticketList .ttl {
    font-size: 13px;
    font-size: 24px;
    margin-bottom: 12px;
  }
}
#ticket .ticketList .price {
  line-height: 1;
  border-top: 2px solid #9F9F9F;
  border-bottom: 2px solid #9F9F9F;
}
#ticket .ticketList .price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0 24px;
}
#ticket .ticketList .price > div + div {
  border-top: 1px solid #DCDCDC;
}
#ticket .ticketList .price dt {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #ticket .ticketList .price dt {
    font-size: 18px;
  }
}
#ticket .ticketList .price dt i {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}
@media (max-width: 860px) {
  #ticket .ticketList .price dt i {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  #ticket .ticketList .price dt i {
    font-size: 10px;
    margin-top: 6px;
  }
}
#ticket .ticketList .price dd {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  letter-spacing: 0.015em;
}
@media (max-width: 768px) {
  #ticket .ticketList .price dd {
    font-size: 20px;
  }
}
#ticket .ticketList .price dd i {
  position: relative;
  bottom: 3px;
  display: inline-block;
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  margin-left: 5px;
}
@media (max-width: 768px) {
  #ticket .ticketList .price dd i {
    font-size: 10px;
  }
}
#ticket .ticketList .price + * {
  margin-top: 40px;
}
#ticket .ticketList h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  #ticket .ticketList h4 {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
#ticket .ticketList .ticketLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  gap: clamp(0px, 2.5vw, 36px);
}
@media (max-width: 1080px) {
  #ticket .ticketList .ticketLink {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #ticket .ticketList .ticketLink {
    gap: 8px;
  }
}
#ticket .ticketList .ticketLink > li {
  width: calc((100% - 36px) / 2);
  width: calc((100% - 2.5vw) / 2);
}
@media (max-width: 1080px) {
  #ticket .ticketList .ticketLink > li {
    width: 100%;
  }
}
#ticket .ticketList .ticketLink > li a {
  font-family: "inter", "ryo-gothic-plusn", sans-serif;
}

#narrator,
#themesong {
  padding-top: 48px;
}
@media (max-width: 768px) {
  #narrator,
  #themesong {
    padding-top: 36px;
  }
}
#narrator::after,
#themesong::after {
  top: 0;
}
@media (max-width: 768px) {
  #narrator::after,
  #themesong::after {
    top: 0;
  }
}
#narrator dl,
#themesong dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  gap: clamp(0px, 4.1666666667vw, 80px);
  width: 100%;
  position: relative;
  top: 50px;
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
#narrator dl.visible,
#themesong dl.visible {
  top: 0;
  opacity: 1;
}
@media (max-width: 768px) {
  #narrator dl,
  #themesong dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
#narrator dl dt,
#themesong dl dt {
  min-width: 282px;
}
#narrator dl dd,
#themesong dl dd {
  max-width: 641px;
}
@media (max-width: 768px) {
  #narrator dl dd,
  #themesong dl dd {
    max-width: 100%;
  }
}
#narrator dl dd .subHead,
#themesong dl dd .subHead {
  font-size: 32px;
}
@media (max-width: 768px) {
  #narrator dl dd .subHead,
  #themesong dl dd .subHead {
    font-size: 24px;
  }
}
#narrator dl dd > p,
#themesong dl dd > p {
  line-height: 1.8;
}
#narrator dl dd > div,
#themesong dl dd > div {
  border-top: 1px solid #DCDCDC;
  margin-top: 38px;
  padding-top: 24px;
}
@media (max-width: 768px) {
  #narrator dl dd > div,
  #themesong dl dd > div {
    margin-top: 40px;
    padding-top: 20px;
  }
}
#narrator dl dd > div h4,
#themesong dl dd > div h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}
#narrator dl dd > div p,
#themesong dl dd > div p {
  font-size: 10px;
  line-height: 1.8;
}
#narrator .subHead,
#themesong .subHead {
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #narrator .subHead,
  #themesong .subHead {
    font-size: 32px;
  }
}
#narrator .subHead i,
#themesong .subHead i {
  display: block;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #narrator .subHead i,
  #themesong .subHead i {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #narrator dl dt {
    min-width: 0;
    width: 144px;
    width: 36.641221374vw;
  }
}
@media (max-width: 768px) {
  #narrator dl dd .subHead {
    position: absolute;
    top: 0;
    left: 180px;
    left: calc(36.641221374vw + 36px);
  }
}
#narrator dl dd .subHead i {
  display: inline-block;
  margin-left: 0.5em;
}
@media (max-width: 520px) {
  #narrator dl dd .subHead i {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  #themesong dl dt {
    width: 294px;
    width: 74.8091603053vw;
    margin-inline: auto;
  }
}

#theater {
  overflow: visible;
  padding-top: 48px;
}
@media (max-width: 768px) {
  #theater {
    padding-top: 36px;
  }
}
#theater::after {
  top: 0;
}
#theater .theaterContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 149px;
  gap: clamp(0px, 10.3472222222vw, 149px);
  position: relative;
  top: 50px;
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
#theater .theaterContainer.visible {
  top: 0;
  opacity: 1;
}
@media (max-width: 1000px) {
  #theater .theaterContainer {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #theater .theaterContainer {
    display: none;
  }
}
#theater .theaterContainer > div:first-child {
  position: sticky;
  top: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#theater .theaterList {
  min-width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 1000px) {
  #theater .theaterList {
    min-width: 100px;
  }
}
#theater .theaterList li a {
  font-size: 13px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 40px 6px 8px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  position: relative;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#theater .theaterList li a:hover, #theater .theaterList li a.active {
  background: #000;
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#theater .theaterList li a:hover {
  background: #DCDCDC;
  color: #000;
}
#theater .theaterList li a.active::before {
  content: "●";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  font-size: 8px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#theater .theaterList li a.active:hover {
  padding-left: 16px;
}
#theater .theaterList li a.active:hover::before {
  display: none;
}
#theater .theaterTable.pcOnly {
  position: relative;
  top: 50px;
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
#theater .theaterTable.pcOnly.visible {
  top: 0;
  opacity: 1;
}
#theater .theaterTable thead {
  border-bottom: 2px solid #000;
}
@media (max-width: 768px) {
  #theater .theaterTable thead {
    border-bottom: 1px solid #9F9F9F;
  }
}
#theater .theaterTable thead th {
  text-align: left;
  font-size: 16px;
  padding-bottom: 12px;
  white-space: nowrap;
  color: #000;
}
@media (max-width: 768px) {
  #theater .theaterTable thead th {
    font-size: 10px;
    color: #9F9F9F;
    padding-bottom: 3px;
  }
}
#theater .theaterTable thead tr th:nth-last-of-type(3) {
  width: 7.8472222222vw;
}
#theater .theaterTable thead tr th:nth-last-of-type(2) {
  width: 47.0833333333vw;
  padding-left: 7.8472222222vw;
}
@media (max-width: 1000px) {
  #theater .theaterTable thead tr th:nth-last-of-type(2) {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #theater .theaterTable thead tr th:nth-last-of-type(2) {
    padding-left: 0;
    width: 68.7022900763vw;
  }
}
#theater .theaterTable thead tr th:nth-last-of-type(1) {
  width: 13.1944444444vw;
}
@media (max-width: 768px) {
  #theater .theaterTable thead tr th:nth-last-of-type(1) {
    width: 20.8651399491vw;
  }
}
#theater .theaterTable tbody {
  border-bottom: 1px solid #DCDCDC;
}
#theater .theaterTable tbody th, #theater .theaterTable tbody td {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  padding: 16px 0;
  min-height: 66px;
  border-top: 1px solid #DCDCDC;
  white-space: nowrap;
}
#theater .theaterTable tbody th:empty, #theater .theaterTable tbody td:empty {
  border: none;
}
#theater .theaterTable tbody th i, #theater .theaterTable tbody td i {
  font-family: "Inter", "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 82px;
  text-align: center;
}
#theater .theaterTable tbody th i.open, #theater .theaterTable tbody td i.open {
  background: #000;
  border-radius: 4px;
  line-height: 1;
  padding: 6px 22px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  #theater .theaterTable tbody th i.open, #theater .theaterTable tbody td i.open {
    padding: 6px 11px;
  }
}
#theater .theaterTable tbody th i.close, #theater .theaterTable tbody td i.close {
  color: #9F9F9F;
}
#theater .theaterTable tbody th a, #theater .theaterTable tbody td a {
  position: relative;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  border-radius: 12px;
  background: #9F9F9F;
  line-height: 1;
  padding: 4px 23px 4px 9px;
  margin-left: 18px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  #theater .theaterTable tbody th a, #theater .theaterTable tbody td a {
    padding-block: 3px;
    margin-left: 0;
    display: block;
    width: 88px;
    margin-top: 3px;
  }
}
#theater .theaterTable tbody th a::after, #theater .theaterTable tbody td a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url("/documentary/2025/img/icon_arrow01.svg") no-repeat center center/contain;
}
#theater .theaterTable tbody th a:hover, #theater .theaterTable tbody td a:hover {
  background: #000;
}
#theater .theaterTable tbody th {
  font-weight: 700;
}
#theater .theaterTable tbody tr td:nth-last-of-type(2) {
  white-space: normal;
  padding-left: 113px;
  padding-left: 7.8472222222vw;
}
@media (max-width: 1000px) {
  #theater .theaterTable tbody tr td:nth-last-of-type(2) {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #theater .theaterTable tbody tr td:nth-last-of-type(2) {
    padding-left: 0;
  }
}
#theater .theaterDl {
  position: relative;
  top: 50px;
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
#theater .theaterDl.visible {
  top: 0;
  opacity: 1;
}
#theater .theaterDl dt {
  position: relative;
  padding: 20px 16px;
  line-height: 1;
  background: #6A6A6A;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  pointer-events: all;
}
#theater .theaterDl dt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "＋";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: #fff;
  line-height: 24px;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  color: #000;
}
#theater .theaterDl dt.active {
  background: #000;
}
#theater .theaterDl dt.active::after {
  content: "−";
}
#theater .theaterDl dt.active + dd {
  padding-top: 32px;
  padding-bottom: 40px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#theater .theaterDl dd {
  height: 0;
  overflow: hidden;
}
#theater .theaterDl dd + dt {
  margin-top: 8px;
}

.youtube {
  width: 100%;
  aspect-ratio: 2/1;
  margin: auto;
  z-index: 1;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.indent {
  text-align: left;
  margin-left: 1em;
}
.indent li {
  text-indent: -1em;
  font-weight: 400;
}
.indent.bold li {
  font-weight: bold;
}
.indent.sizeL li {
  font-size: 110%;
}
.indent.sizeS li {
  font-size: 90%;
}

.bold {
  font-weight: bold;
}

.sizeL {
  font-size: 110%;
}

.sizeS {
  font-size: 90%;
}

.colorRed {
  color: #ed0054;
}

.spOnly {
  display: none;
}
@media (max-width: 520px) {
  .spOnly {
    display: block;
  }
}

.tabletOnly {
  display: none;
}
@media (max-width: 768px) {
  .tabletOnly {
    display: block;
  }
}

.pcOnly {
  display: block;
}
@media (max-width: 520px) {
  .pcOnly {
    display: none;
  }
}

.parallaxBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.parallaxBg i {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: no-repeat 50% 0/cover;
  z-index: -1;
  background-color: black;
  background-blend-mode: darken;
  background-size: 100% auto;
}

.setTop .parallaxBg i {
  position: fixed;
}

.visible .parallaxBg i {
  -webkit-animation: sectionBackground 2s ease 0.5s forwards;
          animation: sectionBackground 2s ease 0.5s forwards;
}
@-webkit-keyframes sectionBackground {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes sectionBackground {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
  position: relative;
  top: 50px;
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.newsList.visible {
  top: 0;
  opacity: 1;
}
@media (max-width: 768px) {
  .newsList {
    gap: 48px 6px;
    margin-top: 40px;
  }
}
* + .newsList {
  margin-top: 60px;
}
@media (max-width: 768px) {
  * + .newsList {
    margin-top: 36px;
  }
}
.newsList.hidden {
  display: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.newsList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .newsList > li {
    width: calc((100% - 6px) / 2);
  }
}
.newsList > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  padding: 40px 40px 56px;
  padding-inline: clamp(0px, 2.7777777778vw, 40px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .newsList > li a {
    padding: 0;
  }
}
.newsList > li a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .newsList > li a:hover {
    background: #fff;
    color: #272727;
  }
}
.newsList > li a:hover figure img {
  scale: 1.1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.newsList > li a:hover figure::after {
  top: 0;
  opacity: 1;
}
.newsList > li figure {
  position: relative;
  aspect-ratio: 360/240;
  width: 100%;
  overflow: hidden;
}
.newsList > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.newsList > li figure::after {
  content: "READ MORE";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #fff;
  height: 1em;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 768px) {
  .newsList > li figure::after {
    font-size: 11px;
  }
}
.newsList > li .ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 13px;
  font-weight: 700;
  margin-top: 28px;
  line-height: 1.6;
}
@media (max-width: 520px) {
  .newsList > li .ttl {
    margin-top: 20px;
  }
}
.newsList > li .ttl .new {
  margin-left: 0.5em;
}
.newsList > li .ttl .new img {
  display: inline-block;
  width: 36px;
  height: 18px;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.newsList > li time {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #9F9F9F;
  margin-top: 40px;
}
@media (max-width: 520px) {
  .newsList > li time {
    margin-top: 14px;
  }
}
.newsList + .btn {
  margin-top: 60px;
}
@media (max-width: 520px) {
  .newsList + .btn {
    margin-top: 46px;
  }
}
.newsList + .btn.hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */