html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body {
  width: 100%;
  font-family: "Zen Old Mincho", sans-serif;
  color: #fff;
  background: #111;
  line-height: 1;
}

h1 {
  color: #2d3338;
  font-size: 69px;
  line-height: 54px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
  margin: 10px 0px;
  font-family: "Roboto Condensed", sans-serif;
}

h2 {
  margin: 0px 0px 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}

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

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color:#4A66A0;
}

.w-container {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.sec-container {
  margin-bottom: 80px;
}

.intro-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.intro-text-wrapper {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}

.intro-text-wrapper.visible {
  opacity: 1;
}

.intro-text-wrapper.visible .intro-text-inner::before {
  backdrop-filter: blur(2px);
}

.intro-second-view-container {
  position: relative;
  z-index: 1;
}

.intro-reverse .intro-text-wrapper {
  right: auto;
  left: 5%;
}

.producer-container {
  margin-bottom: 36px;
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.movie-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
  max-width: 100%;
  box-sizing: border-box;
}

.movie-content .movie-video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  
  overflow: hidden;
}

.sponsor-container {
  width: 100%;
  
  margin: 0 auto;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 32px;
  padding-bottom: 24px;
}

.footer-container {
  border-top: 1px solid #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.w-container:before,

.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.container {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-right: 127px;
  padding-bottom: 60px;
  padding-left: 127px;
  text-align: center;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header {
  width: 100%;
  height: 80px;
  padding: 0 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(0px);
  background: rgba(0, 0, 0, 0.15);
  filter: url(#liquid-distortion);
  z-index: -1;
  opacity: 0;
  transition: backdrop-filter 1.2s ease 0.3s, opacity 0.8s ease 0.3s;
  border-radius: 0 0 12px 12px;
}

body.loaded .header::before {
  backdrop-filter: blur(8px);
  opacity: 1;
}

.header>* {
  position: relative;
  z-index: 1;
}

.lang-switch-box {
  gap: 10px;
}

.lang-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lang-ja {
  border-right: 1px solid #fff;
}

.lang-btn {
  display: inline-block;
  color: #ccc;
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.lang-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.lang-btn.active::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}

.lang-btn.active {
  pointer-events: none;
  color: #fff;
}

.hamburger-btn {
  position: relative;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 2100;
  margin-left: 20px;
}

.hamburger-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s;
}

.hamburger-btn span:nth-of-type(1) {
  top: 0;
}

.hamburger-btn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-btn span:nth-of-type(3) {
  bottom: 0;
}

.hamburger-btn.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger-btn.active span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 2000;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}


.hamburger-menu.active {
  opacity: 1;
  visibility: visible;
}

.menu-close-btn {
  position: fixed;
  top: 25px;
  right: 5%;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 2001;
  transition: opacity 0.3s ease;
}

.menu-close-btn span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: all 0.3s ease;
}

.menu-close-btn span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close-btn span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-close-btn:hover {
  opacity: 0.7;
}

.menu-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.menu-list li {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}

.hamburger-menu.active .menu-list li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(0.1s * var(--i));
}

.menu-list li:nth-child(1) {
  --i: 1;
}

.menu-list li:nth-child(2) {
  --i: 2;
}

.menu-list li:nth-child(3) {
  --i: 3;
}

.menu-list li:nth-child(4) {
  --i: 4;
}

.menu-list li:nth-child(5) {
  --i: 5;
}

.menu-list li:nth-child(6) {
  --i: 6;
}

.menu-list li:nth-child(7) {
  --i: 7;
}

.menu-list li:nth-child(8) {
  --i: 8;
}

.menu-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  transition: color 0.3s, transform 0.3s;
  line-height: 1.2;
}

.menu-list a span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
  opacity: 0.8;
}

.menu-list a:hover {
  color: #888;
  transform: scale(1.05);
}

.menu-background-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hamburger-menu.active .menu-background-canvas {
  opacity: 1;
}

.hamburger-menu .menu-list {
  position: relative;
  z-index: 10;
}

.container {
  padding-bottom: 0;
}

.lang-intro-box {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 5px;
  text-align: center;
}

.lang-intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0;
  color: #fff;
}

.lang-video-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}

.lang-video-item {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.lang-video-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.lang-video-title {
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #fff;
}

.lang-video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; 
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}

.lang-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  transition: opacity 0.3s ease;
}

.lang-video-item:nth-child(1) {
  animation-delay: 0.1s;
}

.lang-video-item:nth-child(2) {
  animation-delay: 0.3s;
}

.lang-video-item:nth-child(3) {
  animation-delay: 0.5s;
}

.lang-video-item:nth-child(4) {
  animation-delay: 0.7s;
}

html::-webkit-scrollbar {
  display: none;
}

main {
  position: relative;
  z-index: 1;
}

.body {
  display: block;
  -webkit-text-fill-color: inherit;
}

.sec-title {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.sec-subtitle {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
  font-weight: 300;
  opacity: 0.8;
}

.go-to-top-page {
  display: flex;
  align-items: center;
  height: 100%;
}

.right-btn-area {
  display: flex;
  align-items: center;
}

.social-btn {
  margin-left: 17px;
  opacity: 0.44;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  width: clamp(100px, 18vw, 140px);
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
  border: 8px none #fff;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 8px;
  text-shadow: none;
  padding: 20px;
  border: 8px none #fff;
  font-family: "Zen Old Mincho", sans-serif;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-large {
  width: 50%;
  display: inline-block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  
  border: 8px none #fff;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 8px;
  text-shadow: none;
}

.sec-introduction {
  position: relative;
  min-height: 100vh;
  padding-top: 0;
  box-sizing: border-box;
}

.intro-first-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 100%;
  position: relative;
  margin-top: 0;
  box-sizing: border-box;
}

.intro-second-view {
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.intro-fullscreen-item {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.intro-img {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 55%;
  height: 70%;
  transform: translateY(-50%);
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.intro-img.visible {
  opacity: 1;
  transform: translateY(-50%);
}

.intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.intro-fullscreen-item:hover .intro-img img {
  transform: scale(1.05);
}

.intro-text-inner {
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: none;
  position: relative;
}

.intro-text-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(0px);
  transition: backdrop-filter 1.5s ease;
  filter: url(#liquid-distortion);
  z-index: -1;
  border-radius: 8px;
}

.intro-reverse .intro-img {
  left: auto;
  right: 5%;
}

.intro-img::after {
  display: none;
}

.intro-reverse .intro-img::after {
  display: none;
}

.intro-second-view-title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
}

.intro-second-view-text {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.8;
}

.produce-title {
  font-size: 1.8rem;
  margin-bottom: 24px;
}

.produce-subtitle {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.btn-read-more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.btn-read-more a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #888888;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin: 0;
  min-width: 200px;
  max-width: fit-content;
  width: auto;
  padding: 20px 40px 20px 20px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-align: center;
}

.btn-read-more a.long-text {
  padding: 20px 50px 20px 30px;
  max-width: 80%;
  white-space: normal;
  line-height: 1.4;
}

.btn-read-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 20px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn-read-more a:hover {
  background: #5a5a5a;
}

.btn-read-more a:hover::after {
  right: 15px;
}

.producer-photo {
  flex: 0 0 400px;
  max-width: 400px;
  margin-top: 8px;
  margin-right: 36px;
}

.producer-photo img {
  border-radius: 8px;
}

.producer-text {
  margin-top: 100px;
  flex: 1;
  min-width: 0;
}

.producer-name {
  font-size: 1.8rem;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}

.producer-profire {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  word-wrap: break-word;
  
}

.producer-sign-img {
  max-width: 300px;
  margin-top: 30px;
  margin-left: 180px;
}

.photo-credit {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 5px 0 0;
  text-align: right;
  font-weight: 300;
  font-style: italic;
}

.news-list {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-list-item {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.news-list-item:hover {
  background-color: rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}

.news-list-item a {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 24px 30px;
  margin-left: auto;
  max-width: 900px;
  position: relative;
  text-align: left;
}

.news-cell-date {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin-left: 30px;
  margin-right: 40px;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
}

.news-cell-text {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 520px;
}

.sec-sub-title {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}

.movie-content {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 0 0 calc(33.333% - 14px);
  min-width: 280px;
  max-width: 400px;
  box-sizing: border-box;
}

.movie-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.movie-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.movie-content:hover iframe {
  transform: scale(1.05);
}

.movie-info {
  padding: 15px;
  height: 60px;
  display: flex;
  align-items: center;
}

.movie-title {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sec-sponsor {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sponsor-contents {
  margin-bottom: 60px;
}

.sponsor-list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.bp-list,
.pa-list,
.su-list {
  width: 100%;
  margin-bottom: 20px;
}

.sponsor-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.bp-list li {
  padding: 0 40px;
}

.pa-list li {
  padding: 0 10px;
}

.su-list li {
  padding: 0 10px;
}

.concept-area-title {
  font-size: 64px;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #aaa;
}

.concept-area-title-en {
  font-size: 64px;
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 12px;
  border-bottom: 2px solid #aaa;
}

.concept-area-description-box {
  margin-bottom: 64px;
  padding-bottom: 24px;
  text-align: left;
  line-height: 1.6;
}

.concept-area-description {
  font-size: 18px;
  margin-bottom: 12px;
}

.concept-area {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.concept-img {
  margin-bottom: 24px;
}

.concept-title {
  font-size: 28px;
  margin-bottom: 16px;
  text-align: left;
}

.concept-caption-area {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  display: flex;
}

.btn-back {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.btn-back a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #888888;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin: 0;
  min-width: 200px;
  max-width: fit-content;
  width: auto;
  padding: 20px 30px 20px 20px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-align: center;
}

.btn-back a.long-text {
  padding: 20px 50px 20px 30px;
  max-width: 80%;
  white-space: normal;
  line-height: 1.4;
}

.btn-back a::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 30px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.btn-back a:hover {
  background: #5a5a5a;
}

.btn-back a:hover::after {
  right: 40px;
}

.footer-sitemap {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer-sitemap-title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
}

.footer-sitemap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.footer-sitemap-links {
  list-style: none;
  padding: 0;
  margin-left: 10px;
}

.footer-sitemap-link {
  margin-bottom: 10px;
}

.footer-sitemap-link.sub-link {
  padding-left: 15px;
  margin-bottom: 8px;
}

.footer-sitemap-link a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
  padding-left: 0;
}

.footer-sitemap-link a::before {
  display: none;
}

.footer-sitemap-link.sub-link a {
  font-size: 0.85rem;
}

.footer-sitemap-link a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-sns {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer-sns-title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
}

.footer-sns-row {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.footer-sns-col {
  flex: 1;
}

.footer-policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-lists {
  text-align: left;
}

.footer-list {
  margin-left: 10px;
  margin-bottom: 8px;
}

.footer-list a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.footer-list a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-policy-list-item a {
  padding-right: 10px;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.footer-policy-list-item {
  margin-top: 15px;
}

.footer-official-logo {
  margin-top: 24px;
}

.copyright {
  margin-right: 10px;
  margin-left: 10px;
  padding: 24px 0;
  color: hsla(0, 0%, 100%, 0.52);
  font-size: 12px;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
}



.concept-area-title,
.concept-area-description,
.concept-work-area {
  will-change: opacity, transform;
}

.no-js .concept-area-title,
.no-js .concept-area-description,
.no-js .concept-work-area {
  opacity: 1;
  transform: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.concept-area-title,
.concept-area-description,
.concept-work-area {
  will-change: opacity, transform;
}

.no-js .concept-area-title,
.no-js .concept-area-description,
.no-js .concept-work-area {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: fixed;
  }
  .w-container {
    max-width: 1000px;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
  .footer-wrap::before {
    width: 100%;
  }
  .footer-sitemap-container {
    flex-wrap: wrap;
  }
  .footer-sitemap-section {
    flex: 0 0 calc(50% - 30px);
    margin-bottom: 30px;
  }
  .logo {
    text-shadow: none;
  }

  .intro-fullscreen-item {
    height: 80vh;
  }
  .intro-text-wrapper {
    width: 50%;
  }
  .intro-text-inner {
    padding: 40px;
  }
  .intro-second-view-title {
    font-size: 1.4rem;
  }
  .intro-second-view-text {
    font-size: 0.8rem;
  }

  .producer-photo {
    flex: 0 0 300px;
    max-width: 300px;
    margin-right: 24px;
  }
  .producer-text {
    margin-top: 60px;
  }
  .producer-name {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
  .producer-profire {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .producer-sign-img {
    max-width: 250px;
    margin-left: 120px;
    margin-top: 20px;
  }

  .movie-content {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 250px;
    max-width: 320px;
  }
  .movie-title {
    font-size: 1rem;
  }
}

.subtitle {
  padding-bottom: 0px;
  font-family: "Zen Old Mincho", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-shadow: none;
}

.footer-section {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.18);
  color: #7e7c87;
}

.about {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "Zen Old Mincho", sans-serif;
  color: #fff;
  line-height: 2.1em;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: normal;
}

.video {
  margin-bottom: 60px;
}

.div-block {
  padding-bottom: 0px;
}

.image {
  padding-bottom: 0px;
}

.link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Zen Old Mincho", sans-serif;
  color: #fff;
  font-size: 16px;
}

.link.relatedlinks {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 12px;
}

.div-block-2 {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}

.div-block-3 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
}

.relatedlinks {
  margin-top: 0px;
  margin-bottom: 10px;
}

.text-block {
  padding-bottom: 20px;
  font-family: "Zen Old Mincho", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-decoration: none;
}

@media (max-width: 767px) {
.menu-close-btn {
    top: 15px;
    right: 35px;
    width: 30px;
    height: 25px;
  }

  .menu-close-btn span {
    width: 18px;
  }

  .footer-sitemap-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-sns-row {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
body {
    padding-top: 0px;
  }

  .language-switcher {
    top: 10px;
    right: 10px;
  }

  .lang-btn {
    padding: 15px;
    font-size: 20px;
  }

  .menu-list a {
    font-size: 24px;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .go-to-top-page {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .logo {
    width: clamp(100px, 25vw, 150px);
    margin-bottom: 0;
    text-shadow: none;
  }

  .logo-large {
    width: 70%;
    max-width: 300px;
  }
 
  .intro-fullscreen-item {
    min-height: 100vh;
  }

  .intro-content-wrapper {
    flex-direction: column;
  }

  .intro-img,
  .intro-text-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
  }

  .intro-img {
    transform: translateY(-50px);
  }

  .intro-text-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    transform: translateY(50px);
  }

  .intro-img::after {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.8) 60%,
        rgba(0, 0, 0, 0.95) 100%);
  }

  .intro-reverse .intro-img::after {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0.8) 60%,
        rgba(0, 0, 0, 0.95) 100%);
  }

  .producer-photo {
    flex: 0 0 250px;
    max-width: 250px;
    margin-right: 20px;
  }

  .producer-text {
    margin-top: 40px;
  }

  .producer-name {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  .producer-profire {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .producer-sign-img {
    max-width: 200px;
    margin-left: 80px;
    margin-top: 15px;
  }

  .intro-img+.intro-second-view-text {
    font-size: 0.9rem;
    padding: 15px;
  }

  .intro-img {
    margin: 40px auto;
  }

  .intro-second-view-text {
    font-size: 0.9rem;
    padding: 0 15px;
  }

  
  .movie-content {
    flex: 0 0 calc(33.333% - 12px);
    min-width: 220px;
    max-width: 280px;
  }

  .movie-title {
    font-size: 0.95rem;
  }

  .movie-info {
    padding: 12px;
    height: 55px;
  }

  .footer-sitemap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-sitemap-section {
    flex: 0 0 100%;
    margin-bottom: 25px;
  }

  .footer-sitemap-link a {
    font-size: 0.85rem;
  }

  .footer-sitemap-link.sub-link a {
    font-size: 0.8rem;
  }

  
  .photo-credit {
    text-align: center;
  }

  .official-site-btn {
    text-align: center;
  }

  .official-site-btn {
    text-align: center;
    margin: 20px 0;
  }
  
}

@media screen and (max-width: 479px) {
h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }

  p {
    font-size: 20px;
    text-shadow: none;
  }

  .body {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .w-container {
    width: 100%;
  }

  .copyright {
    margin-bottom: 16px;
    text-align: center;
  }

  .social-btn {
    margin-right: 17px;
  }

  .go-to-top-page {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .logo {
    width: clamp(100px, 25vw, 150px);
    margin-bottom: 0;
    text-shadow: none;
  }

  .produce-title {
    font-size: 1.2rem;
  }

  .produce-subtitle {
    font-size: 1.2rem;
    text-align: center;
  }

  .intro-fullscreen-item {
    min-height: 100vh;
  }

  .intro-text-inner {
    padding: 20px;
  }

  .intro-second-view-text {
    font-size: 1rem;
    line-height: 1.8;
  }
  
  .producer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
  }

  .producer-photo {
    flex: none;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 280px;
  }

  .producer-text {
    margin-top: 0;
    max-width: 100%;
  }

  .producer-name {
    font-size: 1.5rem;
  }

  .producer-profire {
    font-size: 0.9rem;
    padding: 0;
  }

  .producer-sign-img {
    margin-left: 0;
    max-width: 250px;
  }

  .movie-container {
    flex-direction: column;
    align-items: center;
  }

  .movie-content {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .movie-title {
    font-size: 1rem;
  }

  .movie-info {
    height: auto;
    min-height: 60px;
    padding: 15px;
  }

  .footer-container {
    display: block;
    text-align: center;
  }

  .footer-container div {
    margin-bottom: 16px;
  }

  .logo-pc {
    display: none;
  }

  .logo-sp {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .footer-sitemap {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .footer-sitemap-container {
    padding: 0 15px;
  }

  .footer-sitemap-section {
    margin-bottom: 20px;
  }

  .footer-sitemap-title {
    text-align: center;
    margin-bottom: 12px;
  }

  .footer-sitemap-title::after {
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
  }

  .footer-sitemap-links {
    text-align: center;
  }

  .footer-sitemap-link {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer-sitemap-link.sub-link {
    text-align: center;
    padding-left: 0;
  }

  .footer-sitemap-link.sub-link a {
    font-size: 0.75rem;
    opacity: 0.85;
  }

  .footer-sns {
    padding-top: 0;
  }

  .footer-sns-title {
    margin-left: 12px;
  }

  .footer-lists li {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .footer-policy-list-item {
    margin-top: 24px;
    padding-left: 12px;
  }

  
  .official-site-btn a {
    padding: 10px 35px 10px 20px;
    font-size: 15px;
  }

.w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }

h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }

  p {
    font-size: 20px;
    text-shadow: none;
  }

  .subtitle {
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 31px;
    text-shadow: none;
  }

  .copyright {
    margin-bottom: 16px;
    text-align: center;
  }

  .container {
    margin-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .about {
    padding-bottom: 0px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.05em;
  }

  .body {
    padding-top: 20px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .link.relatedlinks {
    white-space: normal;
  }

  .relatedlinks {
    white-space: normal;
  }
}

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

  .logo {
    width: clamp(80px, 32vw, 150px);
  }

  .produce-title {
    font-size: 1.1rem;
    text-align: center;
  }

  .produce-subtitle {
    font-size: 1.1rem;
    text-align: center;
  }

  .concept-work-name {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: left;
  }

  .concept-work-name-2row .cha-work-name {
    font-size: 12px;
  }

  .concept-work-caption-area {
    font-size: 12px;
    line-height: 1.6;
  }

  
  .sec-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
.w-container {
    max-width: 1000px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }

.subtitle {
    font-size: 20px;
    text-shadow: none;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .body {
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 767px) {
.w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }

body {
    padding-top: 65px;
  }

  .subtitle {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    text-shadow: none;
  }

  .footer-section {
    position: static;
    padding-top: 23px;
    padding-bottom: 23px;
    background-color: rgba(0, 0, 0, 0.49);
  }

  .container {
    margin-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .logo {
    text-shadow: none;
  }

  .about {
    text-align: left;
  }

  .body {
    padding-top: 20px;
  }
}
