@charset "UTF-8";

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* * What follows is the result of much research on cross-browser styling.
 * * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * * Base styles: opinionated defaults
 * * ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* * Remove text-shadow in selection highlight:
 * * https://twitter.com/miketaylr/status/12228805301
 * *
 * * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * * https://stackoverflow.com/a/16982510/7133471
 * *
 * * Customize the background color to match your design. */
::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes,
 * * images, videos and the bottom of their containers:
 * * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * * Browser Upgrade Prompt
 * * ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 * * Author's custom styles
 * * ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

body * {
  box-sizing: border-box;
}

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

a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  transition: all 300ms ease-in;
}

a:hover {
  opacity: 0.7;
}

input[type=submit],
input[type=reset],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 300ms ease-in;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  opacity: 0.7;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 300ms ease-in;
}

button:hover {
  opacity: 1;
}

button::-webkit-search-decoration {
  display: none;
}

button::focus {
  outline-offset: -2px;
}

input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=reset]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
}

p:empty {
  margin: 0;
}

:focus {
  outline: none;
}

.m {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

*[data-scroll^=a-] {
  transition: all 500ms ease-in;
}

*[data-scroll^=a-fadein] {
  opacity: 0;
  transform: translate(0, 20px);
}

*[data-scroll^=a-fadein].fadein {
  opacity: 1;
  transform: translate(0, 0);
}

*[data-scroll^=a-line]>span {
  position: relative;
}

*[data-scroll^=a-line]>span>span:nth-of-type(1) {
  position: relative;
  z-index: 2;
}

*[data-scroll^=a-line]>span>span:nth-of-type(2) {
  position: absolute;
  left: -5px;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 500ms ease-in 500ms;
}

*[data-scroll^=a-line].line>span>span:nth-of-type(2) {
  width: calc(100% + 10px);
}

.image {
  margin-bottom: 60px;
  text-align: center;
}

.content {
  width: 1480px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

#wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

#teaser,
#mv {
  padding-bottom: 40px;
  background: #000;
  text-align: center;
}

#teaser h1,
#mv h1 {
  margin: 0;
  height: 1080px;
}

#teaser h1 img,
#mv h1 img {
  position: absolute;
  left: 50%;
  top: 0;
  max-width: 1920px;
  transform: translate(-50%, 0);
}

#teaser p,
#mv p {
  margin: 20px 0 0;
  font-size: 3.6rem;
}

#mv {
  padding-bottom: 0;
}

#footer {
  padding: 0 0 40px;
  background: #000;
}

#footer p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

#header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  padding: 20px 50px;
}

#header #nav {
  display: flex;
  justify-content: end;
  align-items: center;
}

#header #nav>ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100vh;
  top: -100svh;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  overflow: auto;
  transition: opacity 800ms ease-in-out;
}

#header #nav>ul>li {
  margin-top: 30px;
}

#header #nav>ul>li>a {
  color: #fff;
  font-size: 2.8rem;
}

#header #nav>ul>li>a:hover {
  text-decoration: none;
}

#header #nav #nav-btn a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#header #nav #nav-btn a span {
  position: absolute;
  top: 16px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  transition: all 300ms ease-in-out;
}

#header #nav #nav-btn a span:nth-of-type(2) {
  top: 24px;
}

#header #nav #nav-btn a.active span:nth-of-type(1) {
  top: 20px;
}

#header #nav #nav-btn a.active span:nth-of-type(2) {
  top: 20px;
}

#header #nav.active>ul {
  top: 0;
  opacity: 1;
}

#content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background: url(../img/top-image-01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

#content .fullimage {
  height: 25vw;
}

#content>section {
  padding: 100px 0 0;
  background: #000;
}

#content>section h2 {
  position: relative;
  margin: 0 0 50px;
  font-size: 4rem;
  text-align: center;
}

#content>section h2.l {
  position: relative;
}

#content>section h2.l::before {
  content: "";
  display: block;
  width: 320px;
  height: 1px;
  margin: 0 auto 50px;
  background: #fff;
}

#content>section h2 span {
  display: block;
  margin-top: -10px;
  font-size: 3.2rem;
}

#content>section p {
  line-height: 2.6;
}

#content>section img {
  max-width: 100%;
  height: auto;
}

#content>section .content {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#content>section .content>p:nth-last-of-type(1) {
  margin-bottom: 0;
}

#content>section:nth-last-of-type(1) {
  padding-bottom: 100px;
}

#content>section#news {
  padding-bottom: 100px;
}

#content>section#news .content {
  width: 1480px;
}

#content>section#news .content>div {
  display: flex;
}

#content>section#news .content>div>div {
  width: 50%;
}

#content>section#news .content>div>div:nth-of-type(1) {
  padding-right: 20px;
}

#content>section#news .content>div>div:nth-of-type(2) {
  padding-left: 20px;
}

#content>section#news ul {
  list-style: none;
  margin: -20px 0 0;
  padding: 0;
  text-align: center;
}

#content>section#news ul li {
  margin-top: 20px;
}

#content>section#news ul li p {
  margin: 0;
}

#content>section#news ul li p:nth-of-type(1) {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

#content>section#news ul li p:nth-of-type(2) {
  line-height: 1.6;
}

#content>section#news .twitter {
  position: relative;
  width: 700px;
  max-width: 100%;
  padding-bottom: 70%;
  overflow: auto;
}

#content>section#news .twitter::-webkit-scrollbar {
  display: none;
}

#content>section#news .twitter iframe {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  border: none;
}

#content>section#intro {
  background: #000 url(../img/top-image-bg-01.png) 50% 0 no-repeat;
  background-size: contain;
}

#content>section#intro .rule {
  margin: 40px 0 0;
  color: #000;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
}

#content>section#intro .rule>span {
  display: inline-block;
  margin-top: 10px;
  line-height: 1.5;
}

#content>section#trailer ul {
  list-style: none;
  margin: -50px 0 0;
  padding: 0;
}

#content>section#trailer ul li {
  margin: 100px auto 0;
}

#content>section#trailer ul li div {
  position: relative;
  padding-bottom: 56.25%;
}

#content>section#trailer ul li div iframe {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#content>section#program ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content>section#program ul li {
  margin-top: 50px;
  text-align: center;
}

#content>section#goods h2 {
  margin-bottom: 0;
}

#content>section#music h3 {
  margin: 0 0 40px;
  font-size: 3.2rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.05em;
}

#content>section#music h3 span {
  font-size: 2.4rem;
}

#content>section#music h4 {
  margin: 0 0 30px;
  font-size: 2.4rem;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.05em;
}

#content>section#music h4::after {
  content: "＞";
  display: inline-block;
  margin-left: 10px;
  transform: rotate(90deg) scale(0.8, 1);
  transition: all 300ms ease-in-out;
}

#content>section#music h4.opened::after {
  transform: rotate(270deg) scale(0.8, 1);
}

#content>section#music h4.opened+div p {
  line-height: 2.6;
  opacity: 1;
}

#content>section#music p {
  margin: 0;
  line-height: 0;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

#content>section#theaters .image img {
  width: 160px;
}

#content>section#theaters ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -50px 0 0;
  padding: 0;
  flex-direction: column;
}

#content>section#theaters ul li {
  margin: 2em 0;
  text-align: center;
  border-top: solid;
  padding: 2em 0 0 0;
}

#content>section#theaters ul li h3 {
  margin: 0 0 20px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

#content>section#theaters ul li p {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}

#content>section#theaters ul li p span {
  display: inline-block;
  margin-top: 10px;
}

#content>section#theaters ul li p span span {
  font-size: 1.6rem;
}

#content>section#theaters ul li div {
  margin-top: 40px;
}

#content>section#theaters ul li div a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

#content>section#theaters ul li div a::after {
  content: "＞";
  display: inline-block;
  margin-left: 10px;
  transform: scale(0.8, 1);
}


#content>section#to-cloudfunding .content h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  padding-left: 10px;
}

#content>section#to-cloudfunding .content div {
  text-align: center;
}

.sub #content::before {
  background-image: url(../img/thesilverscreenelegy-image-01.jpg);
}

.sub #content h2.l::before {
  background: #F151FF;
}

.sub #content .mv {
  position: relative;
  height: 100vh;
  height: 100svh;
  background: url(../img/thesilverscreenelegy-mv.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.sub #content .mv::before {
  position: absolute;
}

.sub #content .mv h1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 50px 50px;
  font-size: 3vw;
  line-height: 1;
}

.sub #content .mv h1::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -7px;
  width: 0;
  height: 1vw;
  background: #F151FF;
  transition: all 500ms ease-in;
}

.sub #content .mv h1 span {
  position: relative;
  display: inline-block;
  z-index: 2;
  opacity: 0;
  transform: translate(0, -20px);
  transition: all 800ms ease-out 500ms;
}

.sub #content .mv h1.active::before {
  width: calc(100% + 20px);
}

.sub #content .mv h1.active span {
  opacity: 1;
  transform: translate(0, 0);
}

.sub #content>section#cast .content>ul:nth-of-type(1) {
  list-style: none;
  margin: -20px 0 0;
  padding: 0;
}

.sub #content>section#cast .content>ul:nth-of-type(1) li {
  margin-top: 70px;
}

.sub #content>section#cast .content>ul:nth-of-type(1) li h3 {
  margin: 0 0 30px;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.sub #content>section#cast .content>ul:nth-of-type(1) li div {
  text-align: center;
}

.sub #content>section#cast .content>ul:nth-of-type(1) li p {
  margin: 30px 0 0;
}

.sub #content>section#cast .content>ul:nth-of-type(2) {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0;
  padding: 0;
}

.sub #content>section#cast .content>ul:nth-of-type(2)>li {
  margin: 20px 15px 0;
  font-size: 2.4rem;
}

.sub #content>section#staff {
  padding-bottom: 100px;
}

.sub #content>section#staff::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background: url(../img/thesilverscreenelegy-image-02.jpg) 50% 50% no-repeat;
  background-size: cover;
  opacity: 0;
}

.sub #content>section#staff .content h3 {
  margin: 0 0 30px;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.sub #content>section#staff .content ul {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.sub #content>section#staff .content ul li {
  display: flex;
  justify-content: center;
}

.sub #content>section#staff .content ul li p {
  margin: 0;
  font-size: 2rem;
}

.sub #content>section#staff .content ul li p:nth-of-type(1)::after {
  content: "：";
}

.sub #content>section#staff.active::before {
  opacity: 1;
}

.sub #content>section#gallery h2 {
  margin: 0;
}

.sub #content>section#location .content h3 {
  margin: 0 0 30px;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.sub #content>section#location .content p {
  margin: 30px 0;
}

.sub #content>section#location .content div {
  text-align: center;
}

.sub #content>section#location .content div a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.sub #content>section#location .content div a::after {
  content: "＞";
  display: inline-block;
  margin-left: 10px;
  transform: scale(0.8, 1);
}

.sub #content>section#program h2 {
  font-size: 0;
}

.sub.cinemacomplex #content::before {
  background-image: url(../img/cinemacomplex-image-01.jpg);
}

.sub.cinemacomplex #content h2.l::before {
  background: #FF517B;
}

.sub.cinemacomplex #content .mv {
  background-image: url(../img/cinemacomplex-mv.jpg);
}

.sub.cinemacomplex #content .mv h1::before {
  background: #FF517B;
}

.sub.cinemacomplex #content>section#staff::before {
  background-image: url(../img/cinemacomplex-image-02.jpg);
}

.sub.meamovieandawoman #content::before {
  background-image: url(../img/meamovieandawoman-image-01.jpg);
}

.sub.meamovieandawoman #content h2.l::before {
  background: #7795FD;
}

.sub.meamovieandawoman #content .mv {
  background-image: url(../img/meamovieandawoman-mv.jpg);
}

.sub.meamovieandawoman #content .mv h1::before {
  background: #7795FD;
}

.sub.meamovieandawoman #content>section#staff::before {
  background-image: url(../img/meamovieandawoman-image-02.jpg);
}

.sub.colorful #content::before {
  background-image: url(../img/colorful-image-01.jpg);
}

.sub.colorful #content h2.l::before {
  background: #70EB7C;
}

.sub.colorful #content .mv {
  background-image: url(../img/colorful-mv.jpg);
}

.sub.colorful #content .mv h1::before {
  background: #70EB7C;
}

.sub.colorful #content>section#staff::before {
  background-image: url(../img/colorful-image-02.jpg);
}

#movie-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1000ms ease-in;
  background: #000;
}

#movie-box.active {
  opacity: 1;
}

#movie-box .movie-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: #000;
}

#movie-box .movie-wrap .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#movie-box .movie-wrap .movie #movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movie-box .movie-wrap .close {
  position: absolute;
  right: 10px;
  top: -50px;
}

#movie-box .movie-wrap .close a {
  color: #fff;
}

#to-top {
  position: fixed;
  right: 50px;
  bottom: -50px;
  opacity: 0;
  transition: opacity 500ms ease-in;
}

#to-top a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
}

#to-top a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  border: solid 2px transparent;
  border-color: #fff transparent transparent #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

#to-top.active {
  bottom: 20px;
  opacity: 1;
}

#content>section#crowdfunding .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
  padding: 0;
}

#content>section#crowdfunding .content ul li {
  margin: 5px 10px 0
}

#content>#creator .content h2 {
  font-size: 0;
}

#content>section#creator .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content>section#creator .content ul li {
  display: flex;
  justify-content: center;
}

#content>section#creator .content ul li p {
  margin: 0;
  font-size: 1.2rem;
}

#content>section#creator .content ul li p:nth-of-type(1)::after {
  content: "：";
}

#content>section#to-cloudfunding .content p {
  margin: 10px 0 0;
  font-size: 2.0rem;
  text-align: center;
}

#content>section#to-cloudfunding .content p a {
  display: inline-block;
}

#content>section#to-cloudfunding .content p a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border: solid 2px transparent;
  border-color: #fff transparent transparent #fff;
  transform: translate(0, -4px) rotate(225deg);
}

/* ==========================================================================
 * * Helper classes
 * * ========================================================================== */
/* * Hide visually and from screen readers */
.hidden {
  display: none !important;
}

/* * Hide only visually, but have it available for screen readers:
 * * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * *
 * * 1. For long content, line feeds are not interpreted as spaces and small width
 * *    causes content to wrap 1 word per line:
 * *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/* * Extends the .visuallyhidden class to allow the element
 * * to be focusable when navigated to via the keyboard:
 * * https://www.drupal.org/node/897638 */
/* * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/* * Clearfix: contain floats
 * *
 * * For modern browsers
 * * 1. The space content is one way to avoid an Opera bug when the
 * *    `contenteditable` attribute is included anywhere else in the document.
 * *    Otherwise it causes space to appear at the top and bottom of elements
 * *    that receive the `clearfix` class.
 * * 2. The use of `table` rather than `block` is only necessary if using
 * *    `:before` to contain the top-margins of child elements. */
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * * EXAMPLE Media Queries for Responsive Design.
 * * These examples override the primary ('mobile first') styles.
 * * Modify as content requires.
 * * ========================================================================== */
@media only screen and (orientation: landscape) {
  #movie-box .movie-wrap {
    max-width: 80%;
  }

  #movie-box .movie-wrap .close {
    right: -50px;
    top: 0;
  }
}

@media only screen and (min-width: 815px) {
  .sp-only {
    display: none !important;
  }
}

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

  .image {
    margin-bottom: 30px;
  }

  #teaser,
  #mv {
    height: auto;
    padding-bottom: 20px;
  }

  #teaser h1,
  #mv h1 {
    height: auto;
    margin: 0;
  }

  #teaser h1 img,
  #mv h1 img {
    position: static;
    max-width: 100%;
    transform: none;
  }

  #teaser p,
  #mv p {
    margin-top: 2vw;
    font-size: 7.5vw;
  }

  #footer {
    position: static;
    padding-bottom: 20px;
    transform: none;
  }

  #footer p {
    font-size: 1rem;
  }

  #header {
    padding: 10px 20px;
    opacity: 0;
    transition: all 300ms ease-in-out;
  }

  #header #nav>ul>li {
    margin-top: 20px;
  }

  #header #nav>ul>li>a {
    font-size: 2.4rem;
  }

  #header.active {
    opacity: 1;
  }

  #content .fullimage {
    height: 70vw;
  }

  #content>section {
    padding: 50px 0 0;
  }

  #content>section h2 {
    margin: 0 0 30px;
    font-size: 2.8rem;
  }

  #content>section h2.l::before {
    width: 180px;
    margin: 0 auto 30px;
  }

  #content>section h2 span {
    font-size: 2.2rem;
  }

  #content>section p {
    line-height: 2;
  }

  #content>section#news {
    padding-bottom: 50px;
  }

  #content>section#news .content>div {
    display: block;
  }

  #content>section#news .content>div>div {
    width: auto;
  }

  #content>section#news .content>div>div:nth-of-type(1) {
    padding-right: 0;
  }

  #content>section#news .content>div>div:nth-of-type(2) {
    margin-top: 50px;
    padding-left: 0;
  }

  #content>section#news .twitter {
    position: relative;
  }

  #content>section#intro .rule {
    margin: 30px 0 0;
    font-size: 2rem;
  }

  #content>section#program ul li {
    margin-top: 30px;
  }

  #content>section#music h3 {
    margin: 0 0 30px;
    font-size: 2.2rem;
    line-height: 1.6;
  }

  #content>section#music h3 span {
    font-size: 1.8rem;
  }

  #content>section#music h4 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }

  #content>section#music h4::after {
    margin-left: 5px;
  }

  #content>section#music h4.opened+div p {
    line-height: 2;
  }

  #content>section#music p {
    font-size: 1.4rem;
    word-break: break-all;
  }

  #content>section#theaters .image img {
    width: 100px;
  }

  #content>section#theaters ul li h3 {
    margin: 0 0 20px;
    font-size: 2.2rem;
  }

  #content>section#theaters ul li p {
    font-size: 1.8rem;
  }

  #content>section#theaters ul li p span {
    display: inline-block;
    margin-top: 10px;
  }

  #content>section#theaters ul li p span span {
    margin-top: -5px;
    font-size: 1.2rem;
    line-height: 1;
    
: 1;
  }

  #content>section#theaters ul li div {
    margin-top: 30px;
  }

  #content>section#theaters ul li div a {
    position: relative;
    font-size: 1.4rem;
  }

  #content>section#theaters ul li div a::after {
    margin-left: 5px;
  }

  #content>section#to-cloudfunding .content h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 5px;
  }

  #content>section#to-cloudfunding .content div img {
    width: 280px;
  }

  .sub #content .mv h1 {
    right: auto;
    left: 0;
    margin: 0 30px 30px;
    font-size: 2.8rem;
  }

  .sub #content .mv h1::before {
    bottom: -10px;
    height: 15px;
  }

  .sub #content>section#cast .content>ul:nth-of-type(1) {
    margin-top: -10px;
  }

  .sub #content>section#cast .content>ul:nth-of-type(1) li {
    margin-top: 40px;
  }

  .sub #content>section#cast .content>ul:nth-of-type(1) li h3 {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }

  .sub #content>section#cast .content>ul:nth-of-type(1) li p {
    margin: 20px 0 0;
  }

  .sub #content>section#cast .content>ul:nth-of-type(2) {
    margin: 30px 0 0;
    padding: 0 20px;
  }

  .sub #content>section#cast .content>ul:nth-of-type(2)>li {
    margin: 10px 10px 0;
    font-size: 2rem;
  }

  .sub #content>section#staff {
    padding-bottom: 50px;
  }

  .sub #content>section#staff .content h3 {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }

  .sub #content>section#staff .content ul {
    margin: 30px 0 0;
  }

  .sub #content>section#staff .content ul li p {
    font-size: 1.8rem;
  }

  .sub #content>section#staff .content ul li.row2 {
    flex-wrap: wrap;
  }

  .sub #content>section#staff .content ul li.row2 p:nth-of-type(3) {
    width: 100%;
    text-align: center;
  }

  .sub #content>section#location .content h3 {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }

  .sub #content>section#location .content p {
    margin: 20px 0;
  }

  .sub #content>section#location .content div a {
    font-size: 14px;
  }

  .sub #content>section#location .content div a::after {
    margin-left: 5px;
  }

  .sub.thesilverscreenelegy #content::before {
    background-position: 20% 50%;
  }

  .sub.thesilverscreenelegy #content .mv {
    background-position: 40% 50%;
  }

  .sub.thesilverscreenelegy #content>section#staff::before {
    background-position: 45% 50%;
  }

  .sub.cinemacomplex #content::before {
    background-position: 15% 50%;
  }

  .sub.cinemacomplex #content .mv {
    background-position: 85% 50%;
  }

  .sub.cinemacomplex #content>section#staff::before {
    background-position: 80% 50%;
  }

  .sub.meamovieandawoman #content::before {
    background-position: 55% 50%;
  }

  .sub.meamovieandawoman #content .mv {
    background-position: 75% 50%;
  }

  .sub.meamovieandawoman #content>section#staff::before {
    background-position: 85% 0;
  }

  .sub.colorful #content::before {
    background-position: 40% 50%;
  }

  .sub.colorful #content .mv {
    background-position: 45% 50%;
  }

  .sub.colorful #content>section#staff::before {
    background-position: 50% 50%;
  }

  #to-top {
    right: 20px;
  }

  #to-top.active {
    bottom: 10px;
  }

  span.m {
    line-height: 2em;
  }

  #content>section#creator .content div{
    text-align: center;
  }

  #content>section#creator .content ul{
    display: inline-block;
    text-align: left;
  }

  #content>section#creator .content ul li{
    display: table;
    text-align: left;
  }

  #content>section#creator .content ul li p{
    display: table-cell;
  }

  #content>section#to-cloudfunding .content p {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }


  #content>section:nth-last-of-type(1) {
    padding-bottom: 50px;
  }

  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
 * * Print styles.
 * * Inlined to avoid the additional HTTP request:
 * * http://www.phpied.com/delay-loading-your-print-css/
 * * ========================================================================== */
