@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
Base（ベース）
========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: stretch;
  width: -webkit-fill-available; /* Chrome, Safari */
  width: -moz-available;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-family: "helvetica-neue-lt-pro", "Arial", "dnp-shuei-gothic-kin-std", sans-serif;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  color: #212121;
}

main {
  position: relative;
}

h1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  h5 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1.6rem;
  margin: 0;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  display: block;
  color: #212121;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  a {
    font-size: 1.4rem;
  }
}

a,
button {
  transition: opacity 0.5s;
}
a:hover,
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  a,
  button {
    font-size: 1.4rem;
  }
}

button {
  border: none;
}

form {
  margin: 80px 0;
}

label {
  position: relative;
}
label:hover {
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
select {
  width: 100%;
  display: inline-block;
  padding: 0.7em 1em;
  background: #fff;
  border: solid 1px #8D8D8D;
}

input[type=radio] + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}

input[type=radio]:not(:checked) + span:before {
  border-color: #8D8D8D;
  background: #fff;
}

input[type=radio]:checked + span:before {
  border-color: #8D8D8D;
  background-color: #8D8D8D;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 20px;
  vertical-align: middle;
}

input[type=checkbox]:before,
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 2px;
  left: 0;
  top: 2px;
  border: 1px solid;
  border-color: #000;
  background: #fff;
}

input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8em;
  height: 0.2em;
  margin-top: -9px;
  top: 65%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #000;
}

button[type=submit] {
  padding: 1.2em 5em;
}
button[type=submit]:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 6px;
  background: no-repeat center/contain url(../img/btn-arrow-bk.svg);
  margin: 0;
}
button[type=submit]:hover {
  cursor: pointer;
}

select {
  max-width: 200px;
  font-size: 1.6rem;
  -webkit-appearance: auto;
  appearance: auto;
  height: 45px;
}
select:hover {
  cursor: pointer;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 0.5em 1em;
  background: #fff;
  border: solid 1px #8D8D8D;
  border-radius: 3px;
  font-size: 1.6rem;
}

.wpcf7-list-item {
  margin: 0 1em 0 0;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
@media screen and (max-width: 960px) {
  ul li {
    font-size: 1.4rem;
  }
}

ol {
  padding-left: 2.4rem;
}
@media screen and (max-width: 960px) {
  ol li {
    font-size: 1.4rem;
  }
}

dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0;
}
@media screen and (max-width: 600px) {
  dl {
    display: block;
  }
}
dl dt, dl dd {
  padding: 0 0 3.2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  dl dt, dl dd {
    font-size: 1.4rem;
  }
}
dl dt {
  width: 25%;
  font-size: 1.4rem;
  color: #8d8d8d;
}
@media screen and (max-width: 600px) {
  dl dt {
    width: 100%;
    padding: 0 0 1.6rem;
  }
}
dl dd {
  width: 75%;
  margin: 0;
}
@media screen and (max-width: 600px) {
  dl dd {
    width: 100%;
  }
}

table {
  border-collapse: collapse;
  margin: 40px 0;
}
table th, table td {
  border: solid 1px #000;
  padding: 1em;
}
table th {
  background: #000;
  font-weight: bold;
}

.slick-list {
  height: auto;
}

.slick-track {
  display: flex !important;
  height: auto;
}

.slick-slide {
  height: auto;
}

input[type=radio] + span:before {
  content: none;
}

.wpcf7-list-item {
  display: block;
  padding: 0 0 0.5em;
}

[type=checkbox], [type=radio] {
  margin: 0 4px 0 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 4rem auto;
  text-align: center;
  background: #f0f0f1;
  border: none !important;
}

noscript {
  display: none;
}

#vimeo-player {
  opacity: 0; /* JSで表示を制御するまで隠す */
  background: transparent; /* 背景を透明に */
}

/* iframeの中身（Vimeo側）の黒背景対策 */
#vimeo-player iframe {
  background-color: transparent !important;
}

/* ==========================================================================
Layout（レイアウト）
========================================================================== */
.l-column-main {
  display: grid;
  grid-template-columns: 7fr 10fr;
  gap: 40px;
}
@media screen and (max-width: 860px) {
  .l-column-main {
    display: block;
  }
}
.l-column-main .l-column-main_heading {
  margin: 0 0 2.5em;
}
.l-column-main .l-column-main_contents p {
  margin: 0 0 2.4rem;
}
.l-column-main.center {
  align-items: center;
}

.l-column-sub {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 40px;
}
@media screen and (max-width: 860px) {
  .l-column-sub {
    display: block;
  }
}
.l-column-sub .l-column-main_heading {
  margin: 0 0 2.5em;
}
.l-column-sub .l-column-main_contents p {
  margin: 0 0 2.4rem;
}
.l-column-sub.center {
  align-items: center;
}

.l-section {
  position: relative;
  width: 100%;
  margin-bottom: 10em;
}

.l-section-line {
  position: relative;
  width: 100%;
  padding-top: 6.4em;
  padding-bottom: 6.4em;
  border-top: solid 1px #f2f2f2;
}

.l-container,
.l-article-header {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
@media screen and (max-width: 600px) {
  .l-container,
  .l-article-header {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

.l-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
}
.l-flex.center {
  align-items: center;
}
.l-flex.bottom {
  align-items: end;
}
.l-flex.between {
  justify-content: space-between;
}

.l-works-wrp {
  position: relative;
}
.l-works-wrp .video-wrp {
  position: relative;
  overflow: hidden;
}
.l-works-wrp .video-wrp iframe {
  position: relative;
  z-index: 1;
}
.l-works-wrp .slide-thumbnail {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  object-fit: cover;
  z-index: 2;
  display: none;
}
.l-works-wrp .works-btn {
  position: absolute;
  top: 0.5em;
  right: calc((100vw - 1400px + 2.4rem) / 2);
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .l-works-wrp .works-btn {
    right: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .l-works-wrp .works-btn {
    position: relative;
    right: 0;
    margin: 2em auto 0;
    padding: 0 0 1em;
    text-align: center;
  }
}

.l-works-title-wrp {
  width: 100%;
  margin: 0 auto 2em;
}

.l-service {
  display: flex;
  gap: 4rem;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5em;
}
@media screen and (max-width: 960px) {
  .l-service {
    display: block;
    margin: 12rem auto 0;
  }
}
.l-service .service-side {
  width: 25%;
  flex-shrink: 0;
  position: sticky;
  top: 9.75em;
  left: 0;
  height: fit-content;
}
@media screen and (max-width: 960px) {
  .l-service .service-side {
    position: relative;
    width: 100%;
    margin: 0 0 4rem;
    top: auto;
  }
}
.l-service .service-contents {
  width: calc(75% - 4rem);
  margin: 9.75em 0 0;
}
@media screen and (max-width: 960px) {
  .l-service .service-contents {
    width: 100%;
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 960px) {
  .l-service .service-anchor-link-list {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .l-service .service-anchor-link-list {
    display: block;
  }
}

.l-contact-cta {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 53fr 41fr;
  gap: 56px;
  padding: 15% 2.4rem 0 0;
}
@media screen and (max-width: 860px) {
  .l-contact-cta {
    display: block;
    padding: 30% 0 0;
  }
}

.l-column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media screen and (max-width: 720px) {
  .l-column-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .l-column-3 {
    grid-template-columns: 1fr;
  }
}

.l-column-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 720px) {
  .l-column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .l-column-4 {
    grid-template-columns: 1fr;
  }
}

.page-default main {
  margin: 15.6rem 0 8rem;
}

.l-article {
  margin: 12rem 0 24rem;
}
@media screen and (max-width: 600px) {
  .l-article {
    margin: 8rem 0 12rem;
  }
}

.l-article-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 960px) {
  .l-article-header {
    display: block;
  }
}
.l-article-header .article-category {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2em 0 0;
}
@media screen and (max-width: 960px) {
  .l-article-header .article-category {
    display: block;
  }
}
.l-article-header .article-category .category-list {
  padding: 0 8px 0 0;
  border-right: solid 1px #ccc;
}
.l-article-header .article-category .category-list:last-child {
  border-right: none;
}
@media screen and (max-width: 960px) {
  .l-article-header .article-category .category-list {
    border-right: none;
    margin: 0 0 0.8rem;
  }
}

.l-article-body {
  max-width: 800px;
  width: 80%;
  margin: 12rem auto;
}
@media screen and (max-width: 960px) {
  .l-article-body {
    width: 100%;
  }
}

.l-page-header {
  margin: 0 0 6.4rem;
}

.l-page-header-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 12rem;
}
@media screen and (max-width: 600px) {
  .l-page-header-heading {
    margin: 0 0 8rem;
  }
}

.l-archive {
  max-width: 640px;
  margin: 0 auto;
}

.l-shimacinema-works {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 20vw auto;
  gap: 4rem;
}
.l-shimacinema-works .movie-item {
  width: calc(50% - 2.4rem);
  background: #010407;
  padding: 1.5em 0 2.5em;
}
@media screen and (max-width: 600px) {
  .l-shimacinema-works .movie-item {
    width: 100%;
  }
}
.l-shimacinema-works .movie-item .movie-item-inner {
  padding: 0 1em;
}
.l-shimacinema-works .movie-item .movie-item-inner .island-name {
  font-size: 0.9em;
  margin: 0 0 0.5em;
}
.l-shimacinema-works .movie-item .movie-item-inner .title-wrp {
  overflow-wrap: break-word;
  word-break: break-word;
}
.l-shimacinema-works .movie-item .movie-item-inner .title-wrp .sub {
  margin: 0.5em 0 0;
  font-size: 0.8em;
  color: #8D8D8D;
}

.l-works-list .works-list-item {
  margin: 0 0 8rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .l-works-list .works-list-item {
    margin: 0 0 4rem;
  }
}
.l-works-list .works-info {
  max-width: 1400px;
  margin: 0 auto;
}

.l-featured-works {
  width: calc(100vw - (100vw - 1400px + 4.8rem) / 2);
  margin: 24rem 0 0 auto;
}
@media screen and (max-width: 1400px) {
  .l-featured-works {
    width: calc(100vw - 2.4rem);
  }
}
@media screen and (max-width: 600px) {
  .l-featured-works {
    width: 100%;
    margin: 12rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .l-featured-works .works-title-wrp {
    padding: 0 2.4rem;
  }
}

.l-service-works {
  margin: 7.5em 0 0 auto;
}
.l-service-works .works-slider-container {
  width: calc(100% + (100vw - 1600px) / 2 + 2.4rem);
}
@media screen and (max-width: 1600px) {
  .l-service-works .works-slider-container {
    width: 100vw;
  }
}
@media screen and (max-width: 600px) {
  .l-service-works .works-slider-container {
    margin: 0 0 0 -1.5em;
  }
}
.l-service-works .slick-slide {
  width: 45vw;
}
.l-service-works .works-title-wrp {
  margin: 0 auto 2em 0;
}
.l-service-works .works-btn {
  right: 0;
}

.l-credit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem;
  max-width: 800px;
  width: 80%;
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 600px) {
  .l-credit {
    display: block;
  }
}
.l-credit dt, .l-credit dd {
  line-height: 1;
  font-weight: 500;
  font-size: 0.8em;
}
.l-credit dt {
  white-space: nowrap;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .l-credit dt {
    margin: 0 0 1em;
  }
}
.l-credit dd {
  width: 100%;
  padding: 0;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .l-credit dd {
    margin: 0 0 2em;
  }
}
.l-credit dd a {
  display: inline-block;
  text-decoration: underline;
}

.l-works-img-slider {
  display: flex;
}
.l-works-img-slider img {
  width: 35%;
  min-width: 320px;
  height: auto;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 600px) {
  .l-works-img-slider img {
    width: 55%;
    min-width: 200px;
  }
}

.works-meta {
  display: flex;
  gap: 0.8rem;
}

.l-member-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 600px) {
  .l-member-list {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
Module（モジュール）
========================================================================== */
br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  br.sp {
    display: block;
  }
}

.logo-text {
  background: no-repeat center/contain url(../img/logo-bk-text-mark.png);
  text-indent: -9999px;
}

.nav-link {
  font-size: 1.3rem;
  font-weight: 400;
}

.sns-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  text-indent: -9999px;
}
.sns-icon.instagram {
  background: no-repeat center/contain url(../img/icon-instagram.svg);
}
.sns-icon.youtube {
  background: no-repeat center/contain url(../img/icon-youtube.svg);
}
.sns-icon.facebook {
  background: no-repeat center/contain url(../img/icon-facebook-bk.svg);
}
.sns-icon.x {
  background: no-repeat center/contain url(../img/icon-x.png);
}

.handwrite-heading-primary {
  height: 4rem;
}
@media screen and (max-width: 600px) {
  .handwrite-heading-primary {
    height: 3.6rem;
  }
}
.handwrite-heading-primary img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.handwrite-heading-primary.center img {
  margin: 0 auto;
}

.handwrite-heading-secondary {
  height: 3.2rem;
}
@media screen and (max-width: 600px) {
  .handwrite-heading-secondary {
    height: 2.4rem;
  }
}
.handwrite-heading-secondary img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.handwrite-heading-secondary.center img {
  margin: 0 auto;
}

.movie-thumbnail {
  aspect-ratio: 16/9;
  margin: 0 0 2rem;
}
.movie-thumbnail img, .movie-thumbnail video, .movie-thumbnail iframe {
  height: 100%;
}

.title-wrp .main {
  margin: 0;
}
.title-wrp .sub {
  font-size: 0.9em;
}

.title-line:after {
  content: "";
  display: block;
  width: 120px;
  height: 8px;
  background: no-repeat bottom/contain url(../img/text-line.svg);
}

.title-movie {
  font-weight: 600;
  margin-left: -2px;
}

.title-news {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}

.txt-wh {
  color: #fff !important;
}

.txt-year {
  font-size: 1.4rem;
  font-weight: 400;
}

.txt-client {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .txt-client {
    font-size: 1.2rem;
  }
}

.txt-date {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  color: #8D8D8D !important;
}
@media screen and (max-width: 600px) {
  .txt-date {
    font-size: 1.2rem;
  }
}

.text-arrow {
  position: relative;
  padding: 0 54px 0 0;
}
.text-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 54px;
  height: 8px;
  background: no-repeat center/contain url(../img/btn-arrow-bk.svg);
}
.text-arrow.wh:after {
  background: no-repeat center/contain url(../img/btn-arrow-wh.svg);
}

.txt-vertical {
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .txt-vertical {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.txt-link {
  color: #449acd;
  word-break: break-word;
  text-decoration: underline;
  font-weight: 400;
}

.btn-main {
  margin: 4rem 0 0;
}
.btn-main a {
  font-size: 1.3rem;
  font-weight: 500;
}
.btn-main a:after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 8px;
  background: no-repeat center/contain url(../img/btn-arrow-bk.svg);
  margin: 0 0 0 1rem;
}
.btn-main.wh a {
  color: #fff;
}
.btn-main.wh a:after {
  background: no-repeat center/contain url(../img/btn-arrow-wh.svg);
}
.btn-main.center {
  text-align: center;
}

.btn-frame {
  background: no-repeat center/contain url(../img/btn-frame.svg);
}
.btn-frame a {
  font-weight: 400;
  font-size: 1.4rem;
  padding: 1.2em 2em;
}

.btn-submit {
  display: block;
  margin: 8rem auto 0;
  border: none;
  background: no-repeat center/contain url(../img/btn-frame.svg);
  font-weight: 400;
  font-size: 1.4rem;
  padding: 1.2em 8em;
  color: #212121;
}
.btn-submit:hover {
  cursor: pointer;
}

.works-info {
  padding: 1.5em 0.5em;
}
.works-info .title-wrp .main {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
  font-weight: 600;
  margin: 0.5em 0 0.5em -1px;
}
.works-info .title-wrp .sub {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
  color: #8d8d8d;
  font-weight: 300;
  font-size: 0.8em;
}

.works-list .works-meta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .works-list .works-meta {
    margin: 0 0 4px;
    gap: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .works-list .txt-client {
    order: 2;
  }
}
.works-list .category-list {
  padding: 0 0 0 8px;
  border-left: solid 1px #ccc;
}
@media screen and (max-width: 600px) {
  .works-list .category-list {
    width: 100%;
    border: none;
    padding: 0;
    order: 1;
  }
}
.works-list .category-list li {
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .works-list .category-list li {
    font-size: 1rem;
  }
}
.works-list .works-info {
  padding: 2.4rem 1.6rem 0 2.4rem;
}
@media screen and (max-width: 600px) {
  .works-list .works-info {
    position: relative;
  }
}
.works-list .works-title .main:after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 8px;
  margin: 0 0 0 0.5em;
  background: no-repeat center/contain url(../img/btn-arrow-bk.svg);
}
@media screen and (max-width: 960px) {
  .works-list .works-title .main {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .works-list .works-title .main {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .works-list .works-title .sub {
    font-size: 1.2rem;
  }
}

.box-timeline {
  display: flex;
  align-items: baseline;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 600px) {
  .box-timeline {
    display: block;
  }
}
.box-timeline .year {
  width: 10%;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .box-timeline .year {
    width: 100%;
    font-size: 12px;
    margin: 0 0 4px;
  }
}
.box-timeline .text {
  width: 90%;
}
@media screen and (max-width: 600px) {
  .box-timeline .text {
    width: 100%;
    font-size: 14px;
    margin: 0 0 16px;
  }
}

.article-news-wrp {
  margin: 2.5em 0 0;
}

.news-item {
  padding: 1.5em 0;
  border-bottom: solid 0.5px;
}
.news-item .txt-date {
  display: block;
  margin: 0 0 1em;
}
.news-item .title-news {
  margin: 0 0 0.5em;
}
.news-item .title-news.sub {
  font-size: 0.8em;
}

.card-works {
  position: relative;
  width: 45vw;
  min-width: 200px;
  margin-right: 2px;
}
.card-works .works-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.card-works .video-wrp {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.card-works .video-wrp iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 150%;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  .l-works-wrp .card-works {
    width: 100%;
  }
  .l-works-wrp .card-works a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(204, 204, 204), rgb(72, 72, 72));
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
  }
}
@media screen and (max-width: 600px) {
  .l-works-wrp .card-works .works-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2.4rem;
    z-index: 10;
    color: #fff;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .l-works-wrp .card-works .works-thumbnail {
    width: 100%;
    height: 50vh;
  }
  .l-works-wrp .card-works .works-thumbnail > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  .l-works-wrp .card-works .title-wrp .main {
    overflow: auto;
    white-space: pre-wrap;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 600px) {
  .l-works-wrp .card-works .title-wrp .sub {
    color: #fff;
    overflow: auto;
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 600px) {
  .archive-works .slick-list {
    padding: 0 2.4rem 0 0;
  }
}
.archive-works .card-works {
  max-width: 720px;
}
.archive-works .works-title-main {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .archive-works .works-title-main {
    font-size: 1.6rem;
  }
}

.contact-cta {
  background: #fff;
}
.contact-cta .cta-cover {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 860px) {
  .contact-cta .cta-cover {
    height: auto;
  }
}
.contact-cta .contact-text-wrp {
  position: relative;
}
@media screen and (max-width: 860px) {
  .contact-cta .contact-text-wrp {
    padding: 0 2em;
    margin: 2.5em auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .contact-cta .contact-text-wrp {
    padding: 0 3.6rem;
    text-align: left;
  }
}
.contact-cta .contact-text-wrp h2 {
  display: inline-block;
  position: relative;
  margin: 0 0 2.5em;
  width: 156px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .contact-cta .contact-text-wrp h2 {
    width: 120px;
    height: 32px;
  }
}
.contact-cta .contact-text-wrp h2:after {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: -3%;
  display: block;
  width: 110%;
  height: 2em;
  background: no-repeat center/contain url(../img/text-deco.svg);
}
@media screen and (max-width: 860px) {
  .contact-cta .contact-text-wrp h2:after {
    left: -5%;
  }
}
.contact-cta .contact-text-wrp h2 img {
  width: 100%;
}
.contact-cta .contact-text-wrp p {
  margin: 0 0 2.4rem;
}
.contact-cta .contact-text-wrp p:lang(en) {
  font-weight: 400;
  font-size: 1.7rem;
}
.contact-cta .contact-text-wrp p:lang(jp) {
  font-weight: 400;
  font-size: 1.3rem;
}

.archive-works-category-list {
  display: flex;
  align-items: end;
  gap: 3.2rem;
}
@media screen and (max-width: 600px) {
  .archive-works-category-list {
    margin: 3.2rem 0 0;
    gap: 2rem;
  }
}
.archive-works-category-list li {
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}
.archive-works-category-list li a {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
}
.archive-works-category-list li a:hover {
  text-decoration: underline;
}
.archive-works-category-list li a.select {
  text-decoration: underline;
}
.archive-works-category-list li a img {
  width: 80px;
  object-fit: contain;
  margin: 0 auto 1em;
}
@media screen and (max-width: 600px) {
  .archive-works-category-list li a img {
    width: 56px;
  }
}

.category-list {
  display: flex;
  gap: 0.8rem;
}
.category-list li {
  display: flex;
  color: #8D8D8D;
  font-weight: 300;
  line-height: 1;
}
.category-list li:after {
  content: ",";
  font-size: 1em;
}
.category-list li:last-child:after {
  content: none;
}
.category-list li a {
  color: #8D8D8D;
  line-height: 1;
  font-size: 1.2rem;
}

.article-header .txt-client {
  margin: 0 0 1.5em 2px;
}
.article-header .title-wrp .main {
  margin: 0 0 0.5em -2px;
  font-weight: 500;
  line-height: 1.4;
}

.article-summary-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
}
.article-summary-tag a {
  color: #8D8D8D;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}

.article-cover {
  max-height: 800px;
  height: 60vw;
}
.article-cover img {
  height: 100%;
  object-fit: cover;
}

.archive-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.archive-navigation .current, .archive-navigation .page {
  font-size: 2rem;
  font-weight: 200;
  padding: 0 2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .archive-navigation .current, .archive-navigation .page {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
}
.archive-navigation .current {
  position: relative;
}
.archive-navigation .current:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: no-repeat center/contain url(../img/nav-current.svg);
  z-index: -1;
}
.archive-navigation .prevpostslink,
.archive-navigation .nextpostslink,
.archive-navigation .previouspostslink,
.archive-navigation .nextpostslink {
  text-indent: -9999px;
  width: 1em;
  height: 2em;
  background: no-repeat center/contain url(../img/nav-arrow.svg);
}
.archive-navigation .first,
.archive-navigation .last {
  text-indent: -9999px;
  width: 1em;
  height: 2em;
  background: no-repeat center/contain url(../img/nav-arrow-last.svg);
}
.archive-navigation .prevpostslink,
.archive-navigation .previouspostslink,
.archive-navigation .first {
  transform: scale(-1, 1);
}

.service-anchor-link {
  margin: 2.5em 0 0;
}
.service-anchor-link .service-anchor-link-list {
  counter-reset: li;
}
.service-anchor-link .service-anchor-link-item {
  display: flex;
  width: 100%;
  margin: 0 0 1em;
  padding: 0 0 0.8em;
  border-bottom: solid 1px #DEDEDE;
}
.service-anchor-link .service-anchor-link-item.select {
  border-bottom: solid 1px #212121;
}
.service-anchor-link .service-anchor-link-item:hover {
  border-bottom: solid 1px #212121;
  cursor: pointer;
}
.service-anchor-link .service-anchor-link-item:before {
  content: "0" counter(li);
  counter-increment: li;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8em;
  font-weight: 200;
  color: #8D8D8D;
  margin: 0 8px 0 0;
}
.service-anchor-link .service-anchor-link-item a {
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .service-anchor-link .service-anchor-link-item a {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.service-anchor-link .service-anchor-link-item a span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .service-anchor-link .service-anchor-link-item a span {
    display: none;
  }
}

.news-pickup {
  background: #F2F2F2;
  padding: 0 0 2rem;
}
.news-pickup .wrp {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.news-pickup .wrp .img {
  width: 40%;
}
.news-pickup .wrp .text {
  width: 55%;
  padding: 0 0 2rem;
}
.news-pickup .wrp .text:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: no-repeat center/contain url(../img/news-line.svg);
}

.modal-layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal-trigger {
  cursor: pointer;
}

.modal-wrp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  z-index: 200;
}

.modal-layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1160px;
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .modal-container {
    width: 100%;
  }
}

/* モーダルを閉じるボタン */
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: no-repeat center/contain url(../img/modal-close.svg);
  cursor: pointer;
  transition: opacity 0.6s;
}
.modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lang-switch {
  display: flex;
  gap: 1em;
}
.lang-switch a:hover {
  cursor: pointer;
}
.lang-switch a.unselected {
  color: #8D8D8D;
}
.lang-switch a:first-child:after {
  content: "/";
  margin: 0 0 0 1em;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 5em auto 0;
  max-width: 800px;
  width: 100%;
  border-top: solid 0.5px #8D8D8D;
  padding: 1em 0;
}
.post-navigation .prev, .post-navigation .next {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.post-navigation .prev:before, .post-navigation .prev:after, .post-navigation .next:before, .post-navigation .next:after {
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: no-repeat center/contain url(../img/nav-arrow.svg);
}
.post-navigation .prev:before {
  content: "";
  transform: rotate(180deg);
}
.post-navigation .next:after {
  content: "";
}
.post-navigation p {
  opacity: 0.3;
}

.wp-block-quote {
  /* background: #f2f2f2; */
  padding: 2em;
  margin: 4rem 0;
  border-left: solid 4px #b9b9b9;
}

/* ==========================================================================
State（状態）
========================================================================== */
:lang(en) {
  font-weight: 300;
}

.page-home header {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.page-home header.is-fade-in {
  opacity: 1;
}
.page-home header.is-fade-out {
  opacity: 0;
}

.menu {
  display: none;
}
@media screen and (max-width: 960px) {
  .menu {
    position: relative;
    display: block;
  }
  .menu span {
    position: absolute;
    top: 16px;
    right: 32px;
    display: block;
    width: 40px;
    height: 32px;
    cursor: pointer;
    z-index: 100;
  }
  .menu .open {
    background: no-repeat center/contain url(../img/menu-hum.svg);
  }
  .menu .close {
    background: no-repeat center/contain url(../img/menu-close.svg);
    filter: invert(1);
  }
}
@media screen and (max-width: 600px) {
  .menu span {
    top: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 960px) {
  .header-nav-wrp {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .header-nav-wrp.display {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100vw;
    height: 100svh;
    padding: 10vw;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), no-repeat center/cover url(../img/mv-1.jpg);
    transition: opacity 0.3s ease;
  }
  .header-nav-wrp.display .nav-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
}

.scroll_stop {
  overflow-y: hidden;
}

/* ヘッダー シマシネマ 文字白 */
.shima-cinema {
  background: #020b1d;
}
.shima-cinema header,
.shima-cinema footer,
.shima-cinema article,
.shima-cinema h2 {
  color: #fff;
}
.shima-cinema header a,
.shima-cinema footer a,
.shima-cinema article a,
.shima-cinema h2 a {
  color: #fff;
}
.shima-cinema .btn-frame {
  background: no-repeat center/contain url(../img/btn-frame-wh.svg);
}
.shima-cinema footer {
  background: #020b1d;
}
.shima-cinema .logo-text,
.shima-cinema .menu,
.shima-cinema .footer-logo,
.shima-cinema .sns-icon,
.shima-cinema .footer-cta .item img,
.shima-cinema .post-navigation .prev:before,
.shima-cinema .post-navigation .next:after,
.shima-cinema .handwrite-heading-secondary {
  filter: invert(1);
}
.shima-cinema .copyright {
  color: #8d8d8d;
}

/* WORKS カテゴリ選択 */
.archive-works-category a.select {
  text-decoration: underline;
}
.archive-works-category a:hover {
  text-decoration: underline;
}

/* MV States */
.mv.is-fade-in {
  opacity: 1;
}

.about-scroll {
  position: relative;
  width: 100%;
  height: 300svh;
}

.about-message-spacer {
  height: 200svh;
}

.about-statement {
  position: fixed;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s;
}
.about-statement.is-visible {
  opacity: 1;
  visibility: visible;
}

.about-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s;
}
@media screen and (max-width: 600px) {
  .about-message {
    width: 220px;
  }
}
.about-message.is-visible {
  opacity: 1;
  visibility: visible;
}
.about-message .btn-main {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease 0.3s, visibility 0.6s 0.3s;
}
.about-message .btn-main.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Box States */
.img-wrp img {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease;
}
.img-wrp img.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.is-archive-works .works-title-main {
  font-size: 1.8rem;
}

.is-article-works .works-img {
  width: 25%;
  min-width: 240px;
}

/* ==========================================================================
Theme（テーマ）
========================================================================== */
/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 200;
}
header .logo-text {
  position: absolute;
  top: 8px;
  left: 16px;
  width: 200px;
  height: 4.2rem;
}
@media screen and (max-width: 600px) {
  header .logo-text {
    width: 160px;
    height: 3.2rem;
  }
}
header .nav-header {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
header .nav-header .nav-list {
  display: flex;
  gap: 1em;
}
header .header-contact {
  position: absolute;
  top: 4px;
  right: 16px;
}

/* header スマホ表示 */
@media screen and (max-width: 960px) {
  header .logo-text {
    top: 12px;
    left: 8px;
  }
  header .nav-header {
    position: relative;
  }
  header .nav-header .nav-list {
    display: block;
  }
  header .nav-header .nav-list li {
    margin: 0 0 1.2em;
  }
  header .nav-header .nav-list li a {
    font-size: 1.5rem;
    color: #fff;
  }
  header .header-contact {
    position: relative;
    max-width: 240px;
    margin: 4rem auto 0;
    right: auto;
    background: no-repeat center/contain url(../img/btn-frame-wh.svg);
  }
  header .header-contact a {
    color: #fff;
    text-align: center;
  }
}
/* footer */
footer {
  margin: 10% 0 0;
  padding: 8rem 1.5em 4rem;
}
footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 940px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-main {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
}
@media screen and (max-width: 940px) {
  footer .footer-main {
    display: block;
  }
}
footer .footer-logo {
  width: 180px;
  height: auto;
  object-fit: contain;
  background: no-repeat center/contain url(../img/logo-bk-mark-1.png);
  text-indent: -9999px;
}
@media screen and (max-width: 940px) {
  footer .footer-logo {
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-logo {
    width: 120px;
  }
}
footer .nav-footer {
  width: 70%;
  flex-shrink: 0;
}
@media screen and (max-width: 940px) {
  footer .nav-footer {
    margin: 0 auto;
    width: 100%;
  }
}
footer .nav-footer .nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 940px) {
  footer .nav-footer .nav-list {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  footer .nav-footer .nav-list {
    gap: 1em;
  }
}
footer .sns-wrp {
  display: flex;
}
@media screen and (max-width: 940px) {
  footer .sns-wrp {
    justify-content: center;
  }
}
footer .sns-wrp .item {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 600px) {
  footer .sns-wrp .item {
    gap: 0.8em;
  }
}
footer .sns-wrp .item p {
  margin: 0 1.5em 0 0;
  font-size: 1.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  footer .sns-wrp .item p {
    margin: 0;
  }
}
footer .sns-wrp .item:first-of-type {
  border-right: solid 0.5px #BABABA;
  padding: 0 1.5em 0 0;
}
@media screen and (max-width: 600px) {
  footer .sns-wrp .item:first-of-type {
    padding: 0 1em 0 0;
  }
}
footer .sns-wrp .item:last-child {
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 600px) {
  footer .sns-wrp .item:last-child {
    padding: 0 0 0 0.8em;
  }
}
footer .footer-cta {
  display: flex;
  gap: 2.5em;
}
@media screen and (max-width: 940px) {
  footer .footer-cta {
    margin: 2.5em 0 0;
    justify-content: center;
  }
}
footer .footer-cta .item {
  text-align: center;
  font-size: 1.4rem;
}
footer .footer-cta .item img {
  width: 10rem;
  height: 60px;
  object-fit: contain;
  margin: 0 auto 1em;
}
@media screen and (max-width: 940px) {
  footer .footer-cta .item img {
    width: 7.2rem;
  }
}
footer .copyright {
  font-size: 1.1rem;
  font-weight: 200;
  text-align: right;
  margin: 1em 0 0;
  color: #333;
}
@media screen and (max-width: 940px) {
  footer .copyright {
    font-size: 1rem;
    text-align: center;
    margin: 6em 0 0;
  }
}

/* page-home */
.page-home .top-mv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
  background-size: cover;
  background-position: center;
}
.page-home .top-mv .mv-logo {
  width: 45%;
  min-width: 300px;
  margin: -30px 0 0;
  z-index: 100;
}
.page-home .top-mv .mv-logo .logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-home .top-mv .mv-bg {
  background-image: url(../img/mv-1.jpg);
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  z-index: 0;
}
.page-home .top-mv .mv-bg iframe {
  position: absolute;
  border: none;
  background: transparent !important;
}
.page-home .top-mv .mv-bg iframe.pc {
  display: block;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .page-home .top-mv .mv-bg iframe.pc {
    display: none;
  }
}
.page-home .top-mv .mv-bg iframe.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .page-home .top-mv .mv-bg iframe.sp {
    display: block;
    top: 50%;
    left: 50%;
    width: 177.77vh; /* 高さ基準で16:9 */
    height: 100vh;
    min-width: 100vw;
    transform: translate(-50%, -50%);
  }
}
.page-home .top-mv .hero-fallback {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.page-home .top-mv .focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 2;
}
.page-home .top-mv .focus img {
  position: absolute;
  width: 40px;
  height: 40px;
}
.page-home .top-mv .focus img.focus-1 {
  top: 20px;
  left: 20px;
}
.page-home .top-mv .focus img.focus-2 {
  top: 20px;
  right: 20px;
  transform: rotate(90deg);
}
.page-home .top-mv .focus img.focus-3 {
  bottom: 20px;
  left: 20px;
  transform: rotate(270deg);
}
.page-home .top-mv .focus img.focus-4 {
  bottom: 20px;
  right: 20px;
  transform: rotate(180deg);
}
.page-home .top-about {
  position: relative;
  background: #fff;
}
.page-home .top-about .about-statement h2 {
  max-width: 520px;
  width: 80vw;
  height: auto;
  text-align: center;
  line-height: 1.7;
}
.page-home .top-about .about-statement h2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.page-home .top-about .img-wrp {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20vh 0;
}
.page-home .top-about .img-wrp img {
  margin: 50px 0;
}
.page-home .top-about .img-wrp img.img-1 {
  width: 40%;
  margin: 0 0 0 -80%;
}
@media screen and (max-width: 600px) {
  .page-home .top-about .img-wrp img.img-1 {
    width: 70%;
    margin: 0 auto 0 0;
  }
}
.page-home .top-about .img-wrp img.img-2 {
  width: 30%;
  aspect-ratio: 4/5;
  margin: -5% -65% 0 0;
}
@media screen and (max-width: 600px) {
  .page-home .top-about .img-wrp img.img-2 {
    width: 40%;
    margin: 6rem 0 0 auto;
  }
}
.page-home .top-about .img-wrp img.img-3 {
  width: 30%;
  margin: -10% 0 50px -66%;
}
@media screen and (max-width: 600px) {
  .page-home .top-about .img-wrp img.img-3 {
    width: 45%;
    margin: 0 auto 0 0;
  }
}
.page-home .top-about .img-wrp img.img-4 {
  width: 25%;
  margin: 0 -80% 50px 0;
}
@media screen and (max-width: 600px) {
  .page-home .top-about .img-wrp img.img-4 {
    width: 60%;
    margin: 40px 0 60px auto;
  }
}
.page-home .top-about .img-wrp img.img-5 {
  width: 35%;
  aspect-ratio: 4/5;
  margin: -5% 0 50px -85%;
}
@media screen and (max-width: 600px) {
  .page-home .top-about .img-wrp img.img-5 {
    width: 50%;
    margin: 0 auto 50px 0;
  }
}
.page-home .top-about .img-wrp img.img-6 {
  width: 30%;
  margin: -10% -80% 50px 0;
}
@media screen and (max-width: 600px) {
  .page-home .top-about .img-wrp img.img-6 {
    width: 50%;
    margin: 0 0 0px auto;
  }
}
.page-home .top-about .btn-main {
  margin: 12rem auto 0;
}
.page-home .top-works {
  margin: 4rem 0 12rem;
}
.page-home .top-works .works-slider .slick-list {
  padding-right: 30%;
  padding-left: calc((100% - 1400px + 4.8rem) / 2);
}
@media screen and (max-width: 600px) {
  .page-home .top-works .card-works .works-thumbnail {
    width: 100%;
    height: 50vh;
  }
  .page-home .top-works .card-works .works-thumbnail > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page-home .top-shimacinema {
  position: relative;
  padding: 10vh 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), no-repeat center/cover url(../img/shimacinema-bg.jpg);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-home .top-shimacinema .logo {
  object-fit: contain;
  width: 60vw;
  max-width: 800px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 600px) {
  .page-home .top-shimacinema .logo {
    width: 80vw;
  }
}
.page-home .top-shimacinema .shimacinema-announce {
  font-size: 3.2rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .page-home .top-shimacinema .shimacinema-announce {
    font-size: 2.8rem;
  }
}
.page-home .top-shimacinema .shimacinema-announce span {
  font-size: 0.8em;
}
.page-home .top-service {
  position: relative;
  padding: 24rem 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .page-home .top-service {
    padding: 12rem 0;
  }
}
.page-home .top-service .text {
  width: 40%;
}
.page-home .top-service .service-list {
  max-width: 1000px;
  position: relative;
  margin: 3.5em auto 4em;
  display: flex;
  justify-content: center;
  gap: 5.6rem;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .service-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
  }
}
.page-home .top-service .service-list li {
  width: 33%;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .service-list li {
    width: 40%;
    margin: 0 auto 1em;
  }
}
.page-home .top-service .service-list li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-home .top-service .service-list li .service-image {
  max-width: 160px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto 2em;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .service-list li .service-image {
    width: 120px;
  }
}
.page-home .top-service .service-list li h3 {
  font-size: 2rem;
  font-weight: 600;
  flex-grow: 1;
  margin: 0 0 1em;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .service-list li h3 {
    font-size: 1.8rem;
  }
}
.page-home .top-service .service-list li p {
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .service-list li p {
    font-size: 1.2rem;
  }
}
.page-home .top-service .service-text-wrp p {
  margin: 0 0 1em;
}
@media screen and (max-width: 600px) {
  .page-home .top-service .service-text-wrp p {
    text-align: left;
  }
}
.page-home .top-service .service-text-wrp p:lang(en) {
  font-size: 0.9em;
}
.page-home .top-img-wrp {
  position: relative;
  background: #fff;
}
.page-home .top-img-wrp img.top-img-1 {
  width: 70%;
  aspect-ratio: 20/9;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 600px) {
  .page-home .top-img-wrp img.top-img-1 {
    width: 110%;
    aspect-ratio: 16/9;
  }
}
.page-home .top-img-wrp img.top-img-2 {
  width: 33%;
  aspect-ratio: 2/3;
  margin: 10% 0 0 -2rem;
}
@media screen and (max-width: 600px) {
  .page-home .top-img-wrp img.top-img-2 {
    width: 60%;
    margin: 20% 0 0 -3.2rem;
  }
}
.page-home .top-img-wrp img.top-img-3 {
  width: 40%;
  aspect-ratio: 3/2;
  margin: -6rem 0 0 auto;
}
@media screen and (max-width: 600px) {
  .page-home .top-img-wrp img.top-img-3 {
    width: 80%;
    margin: 20% 0 0 auto;
  }
}

.page-about .about-intro .about-column {
  margin: 0 0 10%;
}
.page-about .about-intro .about-column p {
  margin: 0 0 1em;
}
.page-about .about-intro .about-inner-logo {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.page-about .about-member h2 {
  margin: 0 0 1.5em;
}
.page-about .about-member .member-wrp .member-item {
  position: relative;
}
.page-about .about-member .member-wrp .member-item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: no-repeat center/contain url(../img/modal-open.svg);
}
.page-about .about-member .member-wrp .member-item .member-photo {
  aspect-ratio: 4/3;
  margin: 0 0 2.4rem;
}
.page-about .about-member .member-wrp .member-item .member-name {
  font-size: 1.2em;
}
.page-about .about-member .member-wrp .member-item .member-position {
  font-size: 0.8em;
}
.page-about .about-history img {
  width: 40%;
  aspect-ratio: 5/6;
}
.page-about .about-history .history-list li {
  display: flex;
}
.page-about .about-logo {
  margin-bottom: 0;
}
.page-about .about-logo .logo-wrp img {
  max-width: 280px;
  width: 85%;
  /* height: 320px; */
  object-fit: contain;
  margin: 0 auto 4rem;
}
.page-about .about-logo .message-wrp {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.page-about .about-logo .message-wrp p {
  line-height: 2;
}
.page-about .modal-member .modal-member-container {
  background: #fff;
}
.page-about .modal-member .modal-member-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  width: 80%;
  max-width: 800px;
  height: 90%;
  margin: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 600px) {
  .page-about .modal-member .modal-member-inner {
    padding: 6rem 0 0;
  }
}
.page-about .modal-member .member-info-wrp .member-info {
  width: 50%;
  flex-grow: 1;
}
@media screen and (max-width: 600px) {
  .page-about .modal-member .member-info-wrp .member-info {
    width: 100%;
  }
}
.page-about .modal-member .member-info-wrp .detail {
  margin: 0 0 6em;
}
@media screen and (max-width: 600px) {
  .page-about .modal-member .member-info-wrp .detail {
    margin: 0 0 2em;
  }
}
.page-about .modal-member .member-info-wrp .member-photo {
  width: 40%;
  max-width: 260px;
  height: auto;
  aspect-ratio: 4/5;
  margin: 0 2em 0 0;
}
@media screen and (max-width: 600px) {
  .page-about .modal-member .member-info-wrp .member-photo {
    width: 70%;
    max-width: 100%;
    aspect-ratio: 4/3;
    margin: 0 0 2em;
  }
}
.page-about .modal-member .member-info-wrp .member-name {
  font-size: 2.4rem;
  margin: 0 0 0.5em;
}
.page-about .modal-member .member-info-wrp .member-position {
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .page-about .modal-member .member-info-wrp .member-position {
    font-size: 1.3rem;
  }
}
.page-about .modal-member .member-info-wrp .member-from {
  display: block;
  margin: 2.4rem 0 0;
}
.page-about .modal-member .member-info-wrp .member-from dt, .page-about .modal-member .member-info-wrp .member-from dd {
  padding: 0;
  width: auto;
}
.page-about .modal-member .member-info-wrp .member-from dt {
  font-weight: 600;
  color: #010407;
  font-size: 0.8em;
}
.page-about .modal-member .member-info-wrp .member-from dd {
  font-size: 0.9em;
  margin: 0 0 1.6rem;
}
.page-about .modal-member .member-info-wrp .sns-wrp {
  display: flex;
  gap: 1.5em;
}
.page-about .modal-member .summary {
  margin: 4em 0 0;
}
@media screen and (max-width: 600px) {
  .page-about .modal-member .summary {
    margin: 2em 0;
  }
}
.page-about .modal-member .summary p {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .page-about .modal-member .summary p {
    font-size: 1.4rem;
  }
}
.page-about .modal-member .awards {
  position: relative;
  margin: 3em 0 0;
  padding: 3em 0 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .page-about .modal-member .awards {
    font-size: 1.4rem;
  }
}
.page-about .modal-member .awards:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 80px;
  border-top: solid 1px #212121;
}
.page-about .modal-member .awards .awards-heading {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 0 1.5em;
}
.page-about .modal-member .awards .year {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
}

.page-service main {
  margin: 0;
}
.page-service .service-contents {
  position: relative;
}
.page-service .service-contents .summary .service-thumbnail {
  margin: 0 0 4em;
}
.page-service .service-contents .summary .service-thumbnail img {
  aspect-ratio: 16/9;
}
.page-service .service-contents .summary .service-title {
  display: flex;
  align-items: baseline;
  margin: 0 0 2em;
  gap: 1rem;
}
.page-service .service-contents .contents p.txt-en {
  font-size: 0.9em;
  margin: 1em 0 0;
}
.page-service .service-contents .service-works-wrp {
  margin: 3.5em 0 0;
}
.page-service .service-contents .service-works-wrp .works-item {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-service .service-contents .service-works-wrp .works-item iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  height: 160%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.page-service .service-contents .service-works-wrp .works-item p {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  .page-service .service-contents .service-works-wrp .works-item p {
    opacity: 1;
  }
}
.page-service .service-contents .service-works-wrp .works-item:hover p {
  opacity: 1;
}
.page-service .service-contents .service-works-wrp .works-item a:hover {
  opacity: 1;
}
.page-service .service-works-modal .modal-close {
  filter: invert(1);
  top: -5rem;
  right: 2.4rem;
}
.page-service .service-works-modal-innner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-service .service-works-modal-innner iframe, .page-service .service-works-modal-innner video {
  width: 95%;
  height: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
}

.archive-shima-cinema main {
  margin: 0;
  background: linear-gradient(#5c85b5, #020b1d);
}
.archive-shima-cinema .shimacinema-mv {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
}
.archive-shima-cinema .shimacinema-mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  object-fit: cover;
}
.archive-shima-cinema .shimacinema-mv:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 15vh;
  background-image: linear-gradient(0deg, rgb(71, 105, 146), rgba(71, 105, 146, 0));
  z-index: 10;
}
.archive-shima-cinema .shimacinema-mv .shima-cinema-pickup {
  position: absolute;
  right: 0;
  bottom: 17vh;
  max-width: 440px;
  width: 90%;
  z-index: 10;
}
.archive-shima-cinema .shimacinema-mv .shima-cinema-pickup a {
  display: flex;
  align-items: end;
  background: no-repeat center/100% url(../img/pickup-bg.svg);
  padding: 1em;
  width: 100%;
}
.archive-shima-cinema .shimacinema-mv .shima-cinema-pickup .date {
  margin: 0 0.5em 0 0;
  color: #fff !important;
}
@media screen and (max-width: 600px) {
  .archive-shima-cinema .shimacinema-mv .shima-cinema-pickup .date {
    font-size: 1.1rem;
  }
}
.archive-shima-cinema .shimacinema-mv .shima-cinema-pickup .title-news {
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  .archive-shima-cinema .shimacinema-mv .shima-cinema-pickup .title-news {
    font-size: 1.2rem;
  }
}
.archive-shima-cinema .shimacinema-intro {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 30vh 0;
}
.archive-shima-cinema .shimacinema-intro:after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: -50%;
  display: block;
  max-width: 260px;
  width: 50%;
  height: 200px;
  background: no-repeat center/contain url(../img/shimacinema-logo-mark-wh.png);
}
@media screen and (max-width: 960px) {
  .archive-shima-cinema .shimacinema-intro:after {
    right: -30%;
  }
}
@media screen and (max-width: 600px) {
  .archive-shima-cinema .shimacinema-intro:after {
    bottom: 5%;
    right: -10%;
  }
}
.archive-shima-cinema .shimacinema-intro p {
  margin: 0 0 2em;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}
.archive-shima-cinema .shimacinema-news h2 {
  text-align: center;
}
.archive-shima-cinema .shimacinema-news .shimacinema-news-wrp {
  max-width: 720px;
  width: 100%;
  margin: 3.5em auto 2.5em;
  padding: 6.5em 3.5em;
  background: no-repeat center/cover url(../img/shimacinema-news-bg.svg);
}
@media screen and (max-width: 600px) {
  .archive-shima-cinema .shimacinema-news .shimacinema-news-wrp {
    margin: 2.4rem auto 1.6rem;
    padding: 3.2rem;
  }
}
.archive-shima-cinema .shimacinema-news .btn-main {
  text-align: center;
}
.archive-shima-cinema .content-section {
  color: #fff;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.archive-shima-cinema .content-section h1, .archive-shima-cinema .content-section h2, .archive-shima-cinema .content-section h3, .archive-shima-cinema .content-section h4, .archive-shima-cinema .content-section h5 {
  margin: 0 0 1.5em;
  line-height: 1.7;
}
.archive-shima-cinema .content-section p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 960px) {
  .archive-shima-cinema .content-section p {
    font-size: 1.4rem;
  }
}
.archive-shima-cinema .content-section ul {
  margin: 2.5em 0;
}
.archive-shima-cinema .content-section ul li:before {
  content: "・";
}
.archive-shima-cinema .content-section a {
  color: #449acd;
  word-break: break-word;
  text-decoration: underline;
  font-weight: 500;
  margin: 2.5em 0 0;
  color: #fff;
}
.archive-shima-cinema .content-section img {
  margin: 2.5em 0 0;
}
@media screen and (max-width: 960px) {
  .archive-shima-cinema .content-section img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.archive-shima-cinema .shimacinema-teaser .teaser-wrp video {
  width: 100%;
  height: auto;
}
.archive-shima-cinema .shimacinema-teaser .teaser-wrp .title-wrp {
  margin: 1.5em 0 0;
}
.archive-shima-cinema .shimacinema-teaser .teaser-wrp .title-wrp .main {
  font-size: 2.4rem;
}
@media screen and (max-width: 600px) {
  .archive-shima-cinema .shimacinema-teaser .teaser-wrp .title-wrp .main {
    font-size: 2rem;
  }
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp {
  text-align: center;
  margin: 5em 0 0;
  border-top: solid 1px #4D7079;
  border-bottom: solid 1px #4D7079;
  padding: 4em 0;
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp h3 {
  margin: 0 0 1.5em;
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list {
  margin: 0 0 1.5em;
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list img {
  aspect-ratio: auto;
  object-fit: contain;
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list li, .archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list a {
  font-weight: 500;
  color: #fff;
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.gold, .archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.silver {
  column-gap: 1em;
  margin: 0 0 2.5em;
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.gold li, .archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.silver li {
  background: #eae9e9;
  padding: 1rem;
  margin: 0 0 1em;
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.gold {
  column-count: 4;
}
@media screen and (max-width: 960px) {
  .archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.gold {
    column-count: 2;
  }
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.silver {
  column-count: 6;
}
@media screen and (max-width: 960px) {
  .archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.silver {
    column-count: 3;
  }
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.bronze {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.archive-shima-cinema .shimacinema-teaser .sponsor-wrp .sponsor-list.bronze a {
  text-decoration: underline;
}
.archive-shima-cinema .shimacinema-about {
  color: #fff;
}
.archive-shima-cinema .shimacinema-about h3 {
  text-align: center;
  margin: 0 0 1.5em;
}
.archive-shima-cinema .shimacinema-about .about-inner .image {
  max-width: 640px;
  margin: 0 4rem 4rem 0;
}
.archive-shima-cinema .shimacinema-about .about-inner .image img {
  object-fit: contain;
}

.page-qa .l-container {
  max-width: 920px;
}
.page-qa .l-page-header-heading {
  margin: 0 0 4em;
}
.page-qa .qa-item {
  margin: 0 0 4em;
}
.page-qa .qa-item .box {
  position: relative;
  gap: 2.5em;
  margin: 0 0 1em;
  padding: 0 0 0 4rem;
}
.page-qa .qa-item .box:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
}
.page-qa .qa-item .box.q {
  font-size: 1.4rem;
  font-weight: 600;
}
.page-qa .qa-item .box.q:before {
  content: "A.";
}
.page-qa .qa-item .box.a:before {
  content: "Q.";
}
.page-qa .qa-item .box.a a {
  display: inline-block;
  text-decoration: underline;
}

.page-contact .l-column-main .title {
  margin: 0 0 4rem;
}
.page-contact .l-column-main .text p:lang(jp) {
  font-size: 0.9em;
  margin: 1.5em 0 0;
}
.page-contact .contact-contents dl {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  align-items: start;
}
.page-contact .contact-contents dl dt {
  font-weight: 500;
  color: #020b1d;
}
.page-contact .contact-contents dl dt span {
  display: block;
  font-size: 0.9em;
  color: #8D8D8D;
}
.page-contact .contact-contents dl dt .required {
  display: inline-block;
  color: #D06D6D;
  font-size: 1em;
}
.page-contact .contact-contents .privacy-notice {
  font-size: 0.8em;
  text-align: center;
}
.page-contact .contact-contents .privacy-notice p {
  font-size: inherit;
}
.page-contact .contact-contents .privacy-notice p a {
  display: inline-block;
  text-decoration: underline;
}
.page-contact .contact-contents .privacy-notice label {
  font-size: inherit;
}
.page-contact .contact-contents .submit {
  display: block;
  margin: 5rem auto 0;
}

@media screen and (max-width: 960px) {
  .single-default .txt-date {
    margin: 4rem 0 0;
    text-align: right;
  }
}
.single-default .article-body h1, .single-default .article-body h2, .single-default .article-body h3, .single-default .article-body h4, .single-default .article-body h5 {
  margin: 0 0 1.5em;
}
.single-default .article-body p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 960px) {
  .single-default .article-body p {
    font-size: 1.4rem;
  }
}
.single-default .article-body ul {
  margin: 2.5em 0;
}
.single-default .article-body ul li:before {
  content: "・";
}
.single-default .article-body a {
  color: #449acd;
  word-break: break-word;
  text-decoration: underline;
  font-weight: 500;
  margin: 2.5em 0 0;
}
.single-default .article-body img {
  margin: 2.5em 0 0;
}
@media screen and (max-width: 960px) {
  .single-default .article-body img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.single-default .article-video {
  max-width: 1400px;
  width: 100%;
  margin: 15% auto 0;
}
.single-default .article-video .video-wrp {
  position: relative;
}
.single-default .article-video .video-wrp iframe, .single-default .article-video .video-wrp video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.single-default .article-video .video-wrp iframe:after, .single-default .article-video .video-wrp video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.single-shima-cinema .credit-wrp dt, .single-shima-cinema .credit-wrp dd, .single-shima-cinema .credit-wrp a {
  color: #fff;
}
.single-shima-cinema .l-shimacinema-works {
  max-width: 800px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 500;
  opacity: 1;
  transition: opacity 0.5s;
}
.loader img {
  width: 240px;
  height: auto;
  animation: motion 3.5s linear 0.9s;
}
@media screen and (max-width: 600px) {
  .loader img {
    width: 160px;
  }
}
.loader.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(1, -0.01, 1, 0.92) 1s, visibility 1s 1s;
}