@charset "UTF-8";
/* 基本 */
:root {
  --v-space: clamp(90px, 9vw, 120px);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #020201;
  color: #ffffff;
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
  font-size: 0.1em;
}
a:hover {
  filter: brightness(90%) contrast(120%);
}

a.underline {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: from-font;
}

.clickable {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pc768 {
  display: none;
}
@media (min-width: 768px) {
  .pc768 {
    display: revert;
  }
}

.pc950 {
  display: none;
}
@media (min-width: 950px) {
  .pc950 {
    display: revert;
  }
}

@media (min-width: 768px) {
  .sp768 {
    display: none;
  }
}

@media (min-width: 388px) {
  .sp388 {
    display: none;
  }
}

.pc1280 {
  display: none;
}
@media (min-width: 1280px) {
  .pc1280 {
    display: revert;
  }
}

@media (min-width: 1280px) {
  .sp1280 {
    display: none;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}

span.s1 {
  margin-left: -6px;
  margin-right: -6px;
}

span.smaller {
  font-size: 0.8em;
  position: relative;
  top: -2px;
}

span.smallest {
  font-size: 0.6em;
  position: relative;
  top: -5px;
}

.primary {
  color: #ed983b;
}

.inyou {
  margin-top: 5px;
  font-size: 0.7em;
}
.inyou::before {
  content: "* ";
}

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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}

時々使うCSS3 end */
/* BUTTON
----------------------------------------------------- */
.button a img {
  /*width:100%;*/
}

.button a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a.button img {
  /*width:100%;*/
}

a.button:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.button {
  /*width:100%;*/
  transition: all 0.15s ease-out;
}

.button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* RESPONSIVE
----------------------------------------------------- */
.responsive {
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

/***************************************************
 * Generated by SVG Artista on 9/17/2025, 5:42:02 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-1 {
  animation: animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-2 {
  animation: animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-3 {
  animation: animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-4 {
  animation: animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-5 {
  animation: animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-6 {
  animation: animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-7 {
  animation: animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-8 {
  animation: animate-svg-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-9 {
  animation: animate-svg-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-10 {
  animation: animate-svg-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-11 {
  animation: animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-12 {
  animation: animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-13 {
  animation: animate-svg-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-14 {
  animation: animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-15 {
  animation: animate-svg-fill-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-16 {
  animation: animate-svg-fill-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-17 {
  animation: animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-18 {
  animation: animate-svg-fill-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-19 {
  animation: animate-svg-fill-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-20 {
  animation: animate-svg-fill-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-21 {
  animation: animate-svg-fill-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-22 {
  animation: animate-svg-fill-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-23 {
  animation: animate-svg-fill-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-24 {
  animation: animate-svg-fill-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-25 {
  animation: animate-svg-fill-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 188, 44);
  }
}
.logo-elem-26 {
  animation: animate-svg-fill-26 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}

.w-container {
  width: min(92%, 1200px);
  margin: auto;
  position: relative;
}

.w-container-large {
  width: min(92%, 1440px);
  margin: auto;
  position: relative;
}

.w-container-full {
  width: 100%;
  margin: auto;
  position: relative;
}

.multi {
  -moz-column-rule: 1px solid #ed983b;
       column-rule: 1px solid #ed983b;
  margin-bottom: 20px;
  position: relative;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.multi a {
  color: white;
  mix-blend-mode: hard-light;
  background: linear-gradient(transparent 30%, #434343 30%);
}
@media screen and (max-width: 750px) {
  .multi {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.multi1 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.multi2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 750px) {
  .multi2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}

/*==================
#loading
==================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #020201;
  text-align: center;
}

#loading .img_box {
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
}
#loading .img_box > * {
  grid-area: 1/1;
  overflow: hidden;
}
#loading .img_box img {
  max-width: 80%;
  position: revert;
  margin: 0 auto;
}
#loading .img_box .loading-logo {
  z-index: 100;
  width: 100%;
  text-align: center;
}
#loading .img_box .loading-logo img {
  margin: 0 auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeZoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes InUP {
  from {
    transform: translatey(50px);
  }
  to {
    transform: translatey(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes InUP {
  from {
    transform: translatey(50px);
  }
  to {
    transform: translatey(0);
  }
}
.fade-zoom-in {
  opacity: 0;
  animation: fadeZoomIn 8s ease-in-out 0s forwards;
}

.fade-in-1s {
  opacity: 0;
  animation: fadeIn 1s ease-in 0s forwards;
}

.fade-in-1s-1s {
  opacity: 0;
  animation: fadeIn 1s ease-in 1s forwards;
}

.fade-in-2s-2s {
  opacity: 0;
  animation: fadeIn 2s ease-in 2s forwards;
}

.fade-in-1s-2s {
  opacity: 0;
  animation: fadeIn 1s ease-in 2s forwards;
}

.fade-in-2s {
  opacity: 0;
  animation: fadeIn 2s ease-in 0s forwards;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  40% {
    transform: translatey(-18px);
  }
  100% {
    transform: translatey(0px);
  }
}
.float1 {
  animation: float 12s ease-in-out infinite;
}

.quotes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote {
  position: relative;
  padding: 10px;
  margin-bottom: 12px;
  font-size: clamp(33px, 2.734375vw + 12px, 40px);
}
.quote.reverse {
  align-self: flex-end;
}
.quote.s {
  font-size: clamp(22px, 1.5625vw + 10px, 26px);
}
.quote.ss {
  font-size: clamp(20px, 1.5625vw + 8px, 24px);
}
.quote div.kakko {
  background: #595959;
  background: linear-gradient(45deg, rgba(12, 12, 12, 0.3) 20%, rgba(0, 0, 0, 0) 60%);
  padding: 8px 20px;
  position: relative;
}
.quote div.kakko::before {
  content: "";
  width: min(80px, 20%);
  height: min(80px, 100%);
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: -3px;
  left: -3px;
  border-left: 3px solid white;
  border-top: 3px solid white;
}
.quote p {
  width: 100%;
  line-height: 1.4;
}
.quote p span {
  font-size: 0.85em;
  margin: 0 -1px;
}
.quote span.from {
  display: block;
  margin-top: 12px;
  margin-left: 10px;
  font-size: clamp(13px, 1.171875vw + 4px, 16px);
  letter-spacing: 1px;
}
.quote span.from::before {
  content: "-";
  display: inline-block;
  transform: scaleX(15) scaleY(0.5);
  margin: 0 20px;
}

.quote.primary {
  color: #ed983b;
}
.quote.primary div.kakko::before {
  border-color: #ed983b;
}

span.video_icon {
  line-height: 1;
  padding: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("./img/video_icon_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  bottom: -5px;
  left: -5px;
}

/* ヘッダー */
.header {
  height: clamp(55px, 4.296875vw + 22px, 66px);
  padding: 10px 6px;
  background-color: rgba(7, 8, 6, 0.8666666667);
  position: sticky;
  top: 0;
  z-index: 100;
  color: #ed983b;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-container a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-container a img {
  height: 100%;
  width: auto;
  max-height: 26px;
}
@media (min-width: 768px) {
  .header-container a img {
    max-height: revert;
  }
}

/* ナビゲーションボタン */
.navbtn {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #ed983b;
  font-size: 30px;
  display: flex;
}

.open .navbtn {
  z-index: 110;
  color: #ed983b;
}

.navbtn .closed {
  display: revert;
  font-family: revert;
  width: 30px;
  height: 30px;
}

.open .navbtn .closed,
.navbtn .opened {
  display: none;
  width: 30px;
  height: 30px;
}

.open .navbtn .opened {
  display: revert;
  font-family: revert;
}

@media (min-width: 768px) {
  .navbtn {
    display: none;
  }
}
/* ナビゲーションメニュー：モバイル */
@media (max-width: 767px) {
  .nav {
    position: fixed;
    inset: 0 -100% 0 100%;
    z-index: 100;
    background-color: #020201;
    transition: transform 0.3s;
  }
  .open .nav {
    transform: translate(-100%, 0);
  }
  .open body {
    position: fixed;
    overflow: hidden;
  }
  .nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 12px;
    color: #ed983b;
  }
  .nav ul li {
    letter-spacing: 2px;
  }
}
/* ナビゲーションメニュー：PC */
@media (min-width: 768px) {
  .nav ul {
    display: flex;
    gap: 20px;
    color: #ed983b;
  }
}
.hero-svg {
  opacity: 0.8;
  bottom: 0;
  position: absolute;
  width: 100%;
  left: -30px;
  min-width: clamp(180px, 120vw + -180px, 420px);
}
@media (min-width: 768px) {
  .hero-svg {
    left: -80px;
    min-width: clamp(450px, 175.78125vw + -900px, 900px);
  }
}
.hero-svg svg {
  margin-top: auto;
  width: 100%;
  height: auto;
}
.hero-svg path.st0 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (min-width: 768px) {
  .hero-svg path.st0 {
    stroke-width: 1px;
  }
}

section {
  overflow-x: hidden;
}
section .works {
  font-family: revert;
  line-height: 1.5;
  margin-left: 0;
  padding-left: 0;
}
section h2.section-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: block;
  margin-bottom: 10px;
  margin: 0 auto 10px auto;
  padding-bottom: 5px;
  text-align: center;
  font-size: clamp(24px, 5.46875vw + -18px, 38px);
  font-family: "Petit Formal Script", cursive;
}
section h2.section-title span {
  font-family: "Shippori Mincho", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 0.5em;
}
section h2.section-title::after {
  content: "";
  display: block;
  margin: 6px auto;
  bottom: 0;
  width: min(450px, 70%);
  height: 2px;
  background-color: #ed983b;
}
section p.headline {
  font-size: clamp(24px, 3.125vw + 0px, 32px);
  line-height: 1.6;
  margin-bottom: 12px;
  letter-spacing: -0.3;
}
section p.headbody {
  font-size: clamp(19px, 2.34375vw + 1px, 25px);
}
section p.headbody span {
  border-bottom: 3px double #020201;
}
section p.headbody span.fill {
  border-bottom: 3px double #020201;
  background-color: #020201;
  color: #ed983b;
}
section .section-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.interlude1-body {
  min-height: 350px;
  background-image: url("./img/interlude1_kv2_sp.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .interlude1-body {
    background-position: right center;
    background-size: cover;
    background-image: url("./img/interlude1_kv2.jpg");
  }
}
.interlude1-body-left {
  padding: 30px 20px 0px 20px;
  width: min(100%, 1480px);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(13, 13, 11, 0.8) 80%);
}
@media (max-width: 767px) {
  .interlude1-body-left {
    padding-top: 350px;
    background: linear-gradient(rgba(0, 0, 0, 0) 400px, rgba(13, 13, 11, 0.8666666667) 500px);
  }
}
.interlude1-body-left div.kakko {
  width: min(100%, 650px);
}

.directors-body {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.directors-body .directors-body-profile {
  width: 100%;
}
.directors-body .section-body {
  flex: 1;
}
@media (min-width: 780px) {
  .directors-body {
    flex-direction: row;
  }
  .directors-body .directors-body-profile {
    width: clamp(330px, 46.875vw + -30px, 450px);
  }
}
.directors-body img.director-portrait {
  width: 100%;
  margin: 0 auto;
  max-height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

div.profile {
  margin-top: 50px;
  padding: 10px;
  font-size: 0.8em;
  border-left: 2px solid #ed983b;
  border-bottom: 2px solid #ed983b;
}
div.profile h2 {
  font-size: 1.5em;
  margin-bottom: 8px;
}
div.profile h2::before {
  color: #ed983b;
  content: "Profile";
  display: block;
  font-family: "Petit Formal Script", cursive;
}

div.credit {
  color: #ed983b;
  font-size: clamp(20px, 1.5625vw + 8px, 24px);
  margin: 20px auto;
  text-align: center;
}
div.credit .status {
  font-size: 0.8em;
  display: block;
}

.en {
  font-family: "Petit Formal Script", cursive;
  margin: 0 5px;
}

/* ヒーロー */
.hero {
  display: grid;
  position: relative;
  background-image: url(./img/main_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.hero > * {
  grid-area: 1/1;
  overflow: hidden;
}
.hero-kv {
  display: grid;
}
.hero-kv > * {
  grid-area: 1/1;
  overflow: hidden;
}
.hero-kv > * {
  margin: 20px auto;
  overflow: hidden;
}
.hero-copy {
  z-index: 10;
  padding: 10px;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
}
.hero-copy .lorels {
  margin: 0 auto;
  max-width: 980px;
  padding-bottom: 20px;
  width: 98%;
}
.hero-copy .lorels p {
  color: #ed983b;
  font-size: clamp(14px, 5.7142857143vw + -4.2857142857px, 18px);
  line-height: 1.2;
  margin-bottom: 6px;
  justify-content: center;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.hero-copy .lorels img {
  margin: 0 auto;
  width: 100%;
}
.hero-copy .hero-main-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.hero-copy .hero-main-inner .hero-svg-message {
  position: relative;
  width: 100%;
}
.hero-copy .hero-main-inner .hero-svg-message .her_message {
  width: 55px;
  margin-left: 10px;
}
@media (min-width: 520px) {
  .hero-copy .hero-main-inner .hero-svg-message .her_message {
    width: clamp(55px, 6.9444444444vw + 18.8888888889px, 90px);
    margin-left: clamp(60px, 23.4375vw + -120px, 120px);
    margin-top: clamp(10px, 3.90625vw + -20px, 20px);
  }
}
.hero-logo {
  height: auto;
  max-width: 60px;
}
.hero-logo img {
  width: 100%;
}
@media (min-width: 520px) {
  .hero-logo {
    max-width: clamp(60px, 23.4375vw + -120px, 120px);
  }
}

.hero-info-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}

.hero-main-description {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  text-align: center;
  opacity: 0;
  display: none;
}
.hero-main-description.show {
  display: revert;
}
.hero-main-description .main-spacer {
  height: clamp(300px, 84.6560846561vw + -30.1587301587px, 620px);
}
@media (min-width: 768px) {
  .hero-main-description .main-spacer {
    height: 1000px;
  }
}
.hero-main-description p.koukai {
  margin-top: 10px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
  line-height: 1.4;
  font-size: clamp(16px, 2.0202020202vw + 11.9595959596px, 20px);
}
.hero-main-description p.koukai span.date {
  font-size: 1.4em;
}
.hero-main-description p.koukai span.place {
  letter-spacing: -1px;
}
.hero-main-description p.koukai span.s2 {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .hero-main-description p.koukai {
    gap: 4px;
    font-size: clamp(18px, 4.6875vw + -18px, 30px);
  }
  .hero-main-description p.koukai span.date {
    font-size: 1em;
  }
}
.hero-main-description h2 {
  color: #ed983b;
  letter-spacing: -1px;
  font-size: clamp(22px, 3.1862745098vw + 10.5294117647px, 35px);
  position: relative;
}
@media (min-width: 768px) {
  .hero-main-description h2 {
    white-space: nowrap;
    font-size: clamp(35px, 3.90625vw + 5px, 45px);
  }
}
.hero-main-description h3 {
  letter-spacing: -1px;
  font-size: clamp(15px, 1.3227513228vw + 9.8412698413px, 20px);
}
@media (min-width: 768px) {
  .hero-main-description h3 {
    font-size: clamp(18px, 4.6875vw + -18px, 30px);
  }
}

.jp_credits {
  opacity: 0.8;
  margin-top: clamp(12px, 7.03125vw + -42px, 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
}
.jp_credits p {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}
.jp_credits p.large {
  font-size: 14px;
}
.jp_credits span.label {
  display: inline-block;
  min-width: 60px;
  font-size: 0.7em;
  font-weight: normal;
}
.jp_credits span.label::after {
  content: ":";
  margin: 0 2px;
}
.jp_credits span.spec,
.jp_credits span.credit {
  font-size: 0.7em;
  font-weight: normal;
}
.jp_credits p.company_logos img {
  max-height: 30px;
  width: auto;
}

.en_credits {
  margin-top: clamp(12px, 7.03125vw + -42px, 30px);
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-direction: column;
}
.en_credits > * {
  width: 100%;
}
@media (min-width: 768px) {
  .en_credits {
    flex-direction: row;
  }
  .en_credits > * {
    width: 49%;
  }
}

.eirin {
  text-align: center;
}
.eirin img {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eirin span.number {
  font-size: 0.7em;
  line-height: 1;
  display: block;
  margin-top: 2px;
}

.arts > * {
  opacity: 0;
  z-index: 2;
}
.arts .art.about1 {
  z-index: 0 !important;
}
.arts .art.kv {
  z-index: 1 !important;
}

section.story {
  padding: 80px 0;
}

section.directors {
  padding: 80px 0;
}

section.trailer {
  padding: 80px 0;
}

section.introduction {
  background-color: #be7e03;
  background-image: url("./img/kv_art_sp.jpg");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 800px;
  padding-top: clamp(320px, 50.78125vw + -70px, 450px);
}
@media (min-width: 768px) {
  section.introduction {
    background-size: cover;
    background-image: url("./img/kv_art_large.jpg");
  }
}
section.introduction p.headline {
  background-color: rgba(0, 0, 0, 0.756);
  padding: 3px 12px;
}

section.profiles {
  margin-bottom: 80px;
}
section.profiles img.profile_photo {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
section.profiles .section-body p.works_title {
  display: block;
  font-size: 1.2em;
  color: #ed983b;
}
section.profiles .section-body p.director_name {
  line-height: 1.2;
  font-size: clamp(22px, 8.984375vw + -47px, 45px);
}
section.profiles .section-body p.director_name span {
  font-size: 0.6em;
}
section.profiles .section-body p.director_profile {
  font-size: 0.8em;
}
section.profiles .section-body ul {
  font-size: 0.9em;
  line-height: 1.8;
}
section.profiles .section-body ul li span {
  display: inline-block;
  font-size: 0.9em;
  color: #ed983b;
}

p.directors_statement {
  font-size: clamp(16px, 3.515625vw + -11px, 25px);
  margin: 6px clamp(6px, 2.34375vw + -12px, 12px);
  padding-left: clamp(3px, 3.515625vw + -24px, 12px);
}

section#critics {
  padding: 30px 20px;
}
section#critics .critic {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 800px;
  text-align: center;
  line-height: 1.4;
}
section#critics .critic p.body {
  font-size: clamp(16px, 4.6875vw + -20px, 28px);
  transform: skewX(-6deg);
}
section#critics .critic p.body::before {
  content: "「";
  font-size: 1.8em;
  line-height: 1;
  color: #ed983b;
}
section#critics .critic p.body::after {
  content: "」";
  color: #ed983b;
}
section#critics .critic p.author {
  color: #ed983b;
  transform: skewX(-8deg);
}
section#critics .critic p.author span {
  font-size: 0.8em;
}

#theater {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 10vw;
  padding-top: 80px;
  text-align: center;
}
#theater img.img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#theater #theater-inner {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 1240px;
}
#theater #theater-inner .theatre-areas {
  width: 100%;
  margin: 0 auto;
}
#theater #theater-inner .theatre-areas .theatre-area-header {
  color: #020201;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #ed983b;
  height: auto;
  text-align: center;
  padding: 8px 12px;
  margin: 10px auto;
}
#theater #theater-inner .theatre-areas .note {
  line-height: 1.5;
  font-weight: bold;
}
#theater #theater-inner #area-index {
  height: auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#theater #theater-inner #area-index li {
  width: auto;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
#theater #theater-inner #area-index li:last-child {
  border-right: none;
}
#theater #theater-inner #area-index li a {
  font-size: 1.2em;
  letter-spacing: 2px;
  font-feature-settings: "palt";
  color: var(--black);
}
#theater #theater-inner #area-index li a:hover {
  animation: flash 1.5s;
}
#theater #theater-inner h4 {
  width: 100%;
  height: auto;
  margin: 5vw 0 2vw;
  padding: 5vw 0 0;
  text-align: center;
  font-size: 1.3em;
  color: var(--white);
  letter-spacing: 1px;
}
#theater #theater-inner h4#area1 {
  margin: 0vw 0 2vw;
  padding: 2vw 0 0;
}
@media (max-width: 1024px) {
  #theater #theater-inner h4#area1 span {
    display: block;
  }
}
#theater #theater-inner .theater-list {
  height: auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#theater #theater-inner .theater-list li {
  height: auto;
  margin: 0 0 8px;
  padding: 0.5vw 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 4px;
}
#theater #theater-inner .theater-list li .icontop {
  width: 40px;
  display: none;
}
#theater #theater-inner .theater-list li .txt {
  width: auto;
  height: auto;
  margin-left: 0.5em;
  padding: 4px;
  font-size: 1em;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  color: var(--black);
  text-align: left;
}
#theater #theater-inner .theater-list li .txt a {
  color: var(--black);
  text-decoration: underline;
}
#theater #theater-inner .theater-list li .txt.white {
  color: white;
}
#theater #theater-inner .theater-list li:last-child {
  border: none;
}
#theater #theater-inner .theater-list .todofuken {
  width: 12%;
}
#theater #theater-inner .theater-list .name {
  width: 40%;
}
#theater #theater-inner .theater-list .phone {
  width: 18%;
}
#theater #theater-inner .theater-list .mubi {
  width: 13%;
}
#theater #theater-inner .theater-list .date {
  width: 17%;
  font-size: 0.9em;
}
#theater #theater-inner .theater-list .date .txt {
  letter-spacing: 0;
}
#theater #theater-inner .theater-list .tokubetu {
  width: 18%;
  font-size: 0.8em;
}
#theater #theater-inner .theater-list .tokubetu .txt {
  margin: 0 auto;
}
#theater #theater-inner .theater-list .line {
  width: 100%;
  padding: 0 30% 0.5vw 20%;
  margin-bottom: 1vw;
  border-bottom: thin solid white;
}
#theater #theater-inner .theater-list .line .txt {
  font-size: 0.9em;
  line-height: 1.6em;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
#theater #theater-inner .theater-list .top {
  display: flex;
  padding: 0 6px;
}
#theater #theater-inner .theater-list .top .icontop {
  width: 20px;
  display: block;
  transform: translateY(-3px);
}
#theater #theater-inner .theater-list .top .icontop img {
  vertical-align: middle;
}

@media (max-width: 780px) {
  #theater #theater-inner #area-index {
    width: 100%;
    height: auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #theater #theater-inner #area-index li {
    margin: 5px 0;
    padding: 0 15px;
  }
  #theater #theater-inner h4 {
    width: 100%;
    height: auto;
    margin: 5vw 0 2vw;
    padding: 0;
    text-align: center;
    font-size: 1.3em;
  }
  #theater #theater-inner .theater-list {
    height: auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #theater #theater-inner .theater-list li {
    height: auto;
    margin: 0;
    padding: 0 0 1vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #theater #theater-inner .theater-list li .icontop {
    width: 12%;
    min-width: 65px;
    display: block;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.2;
    color: white;
    padding: 3px 0;
  }
  #theater #theater-inner .theater-list li .icontop img {
    vertical-align: middle;
    transform: translateY(-3px);
  }
  #theater #theater-inner .theater-list .todofuken {
    width: 100%;
    padding-top: 5vw;
  }
  #theater #theater-inner .theater-list .name {
    width: 100%;
  }
  #theater #theater-inner .theater-list .date {
    width: 100%;
  }
  #theater #theater-inner .theater-list .seat {
    width: 100%;
  }
  #theater #theater-inner .theater-list .phone {
    width: 100%;
  }
  #theater #theater-inner .theater-list .mubi {
    width: 100%;
  }
  #theater #theater-inner .theater-list .mubi .txt {
    text-align: center;
  }
  #theater #theater-inner .theater-list .tokubetu {
    width: 100%;
  }
  #theater #theater-inner .theater-list .tokubetu .txt {
    margin-left: 20px;
  }
  #theater #theater-inner .theater-list .line {
    width: 100%;
    padding: 0;
    margin-bottom: 1vw;
  }
  #theater #theater-inner .theater-list .top {
    display: none;
  }
}
/* TRAILER
----------------------------------------------------- */
#trailer {
  text-align: center;
}

/* 動画を囲うdiv */
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}
.video iframe, .video > img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* YouTube埋め込み用のiframe */
.modal-video-body {
  background-color: black;
  width: 100%;
  max-width: 1800px;
}

#video_modal {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
#video_modal.hide {
  display: none !important;
  visibility: hidden !important;
}
#video_modal #close_btn {
  color: white;
  z-index: 1000;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  #video_modal #close_btn {
    width: 50px;
    height: 50px;
  }
}
#video_modal #mainMovie {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#video_modal iframe {
  width: min(98%, 1200px);
  aspect-ratio: 16/9 !important;
  height: auto;
}

.logo.js {
  width: 150px;
  height: 150px;
}

/* パーツの見出し */
.heading {
  position: absolute;
  top: calc((var(--v-space) + 0.6em) * -1);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 5.2vw, 70px);
  min-height: 0vw;
  font-weight: 300;
}
.heading span {
  display: block;
  color: #666666;
  font-size: 18px;
}

.footer {
  background-color: #ed983b;
  padding: 70px 0;
  color: #707070;
  font-size: 13px;
}

.footer-container {
  display: grid;
  gap: 50px;
  justify-items: center;
}

@media (min-width: 768px) {
  .footer-container {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }
  .footer-container > .footer-site {
    margin-bottom: 20px;
  }
  .footer-container > *:not(.footer-sns) {
    justify-self: start;
  }
  .footer-container > .footer-sns {
    grid-column: 2;
    grid-row: 1/4;
    justify-self: end;
    align-self: center;
  }
}
/* フッター：SNSメニュー */
.footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-copy img {
  max-height: 20px;
  width: auto;
}

.footer-sns {
  display: flex;
  gap: 24px;
  font-size: 24px;
}
.footer-sns a {
  display: grid;
  place-items: center;
  width: 36px;
  aspect-ratio: 1/1;
  background-color: #000;
  color: #ffffff;
  clip-path: circle(50%);
}

@supports not (aspect-ratio: 1/1) {
  .footer-sns a {
    height: 36px;
  }
}
/* フッター：テキストメニュー */
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.footer_credits_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer_credits_wrapper {
    flex-direction: row;
  }
}
.footer_credits_wrapper > * {
  flex: 1;
}
.footer_credits_wrapper .jp_credits {
  flex-direction: column;
  color: black;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.8;
}
.footer_credits_wrapper .jp_credits img.en_logo {
  width: 90%;
  max-width: 450px;
  margin: 30px auto 80px auto;
}
.footer_credits_wrapper .jp_credits h1 {
  border-bottom: 5px solid white;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -2.5px;
  margin-bottom: 12px;
}
.footer_credits_wrapper .jp_awards {
  color: black;
  line-height: 1.8;
}
.footer_credits_wrapper .jp_awards h2 {
  border-bottom: 1px solid white;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 12px;
}
.footer_credits_wrapper .jp_awards ul {
  margin-bottom: 30px;
}
.footer_credits_wrapper .jp_awards ul li {
  margin-bottom: 12px;
}
.footer_credits_wrapper .jp_awards ul li span {
  display: block;
  font-size: 0.8em;
  margin-left: 8px;
}

#mvtk-widgets-container {
  height: auto !important;
  margin: 10px auto 0px auto;
  text-align: center;
}
#mvtk-widgets-container > * {
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  #mvtk-widgets-container {
    margin: 10px auto 0px auto;
  }
}

body {
  position: relative;
}
body .bar {
  opacity: 0;
  position: fixed;
  height: 100vh;
  background-image: url("./img/ornament_pattern.png");
}
@media screen and (min-width: 1280px) {
  body .bar {
    width: 15vw;
    max-width: calc(50vw - 600px);
  }
}
body div#hero {
  z-index: 0;
}
body .bar.left {
  top: 0;
  left: 0;
  background-position: right top;
}
body .bar.right {
  top: 0;
  right: 0;
}

span.orn1 {
  content: "/";
  display: inline-block;
  width: clamp(10px, 1.953125vw + -5px, 15px);
  height: clamp(18px, 4.6875vw + -18px, 30px);
  background-image: url("./img/orn1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 5px;
}

.layer_wrapper {
  display: grid;
}
.layer_wrapper > * {
  grid-area: 1/1;
  overflow: hidden;
}
.layer_wrapper .text_layer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(18px, 4.6875vw + -18px, 30px);
  width: 90%;
  max-width: 850px;
  z-index: 10;
}/*# sourceMappingURL=index.css.map */