@charset "UTF-8";
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-Light.eot");
  src: url("../fonts/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'noto-sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
body {
  line-height: 1.8;
  font-family: 'noto-sans';
  font-weight: 300;
  font-feature-settings: "palt"; }

img {
  width: 100%;
  display: block; }

ul {
  list-style: none; }

div#wrapper {
  width: 100%;
  height: 100%; }

div#head {
  width: 100%; }
div#head h1 {
  margin: auto; }
div#head p {
  text-align: center;
  font-weight: 500; }

div#film::before {
  display: block;
  content: "";
  padding-bottom: calc( 500 / 640 * 100%); }

div#content {
  width: 100%; }
div#content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto; }
div#content ul li a {
  text-decoration: none;
  color: #000; }
div#content ul li div.menuName {
  display: flex;
  width: 100%;
  align-items: flex-end;
  position: relative; }
div#content ul li div.menuName p {
  text-align: right;
  font-weight: 500;
  line-height: 1.0; }

div#linkArea {
  text-align: center;
  font-weight: 500; }

a div.img {
  overflow: hidden; }
a div.img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
a div.img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

a.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

div.lineupBtn {
  box-sizing: border-box;
  border: 1px solid #000; }
div.lineupBtn a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  display: block; }
div.lineupBtn a:hover {
  background: #000;
  color: #fff; }
div.lineupBtn a.hover {
  background: #000;
  color: #fff; }

footer {
  font-size: 11px;
  text-align: center;
  padding: 10px; }

div#mainArea .textArea h2 {
  font-weight: 500; }
div#mainArea .textArea h2 span {
  background: -webkit-linear-gradient(transparent 50%, yellow 50%);
  background: -o-linear-gradient(transparent 50%, yellow 50%);
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffff00 50%); }
div#mainArea .textArea p a {
  color: #000; }

div.contentArea:nth-child(even) {
  flex-flow: row-reverse; }
div.contentArea div.textArea h3 {
  font-weight: 700;
  width: 100%;
  text-align: center; }
div.contentArea div.textArea h3 span.line {
  box-sizing: border-box;
  padding: 15px 0;
  display: block;
  border-top: 2px solid #000; }
div.contentArea div.textArea h3 span.line span {
  background: -webkit-linear-gradient(transparent 50%, yellow 50%);
  background: -o-linear-gradient(transparent 50%, yellow 50%);
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffff00 50%); }
div.contentArea div.textArea p {
  font-weight: 300; }
div.contentArea div.textArea p span {
  font-weight: 500; }
div.contentArea div.textArea p a {
  color: #000; }

.creditArea h3 {
  font-weight: 500;
  text-align: center; }
.creditArea div ul li {
  border-bottom: 1px dotted #000;
  padding: 10px 0; }
.creditArea div ul li p span {
  display: inline-block;
  border: 1px solid #666;
  color: #666; }
.creditArea div ul li a {
  color: #000;
  text-decoration: none; }
.creditArea div ul li a span {
  display: inline-block;
  border: 1px solid #000; }
.creditArea div ul li a:hover span {
  background: #000;
  color: #fff; }
.creditArea div ul li:first-child {
  font-weight: bold;
  border-bottom: 1px solid #000; }

.creditArea02 h3 {
  font-weight: 500;
  text-align: center; }
.creditArea02 div ul li {
  border-bottom: 1px dotted #000;
  padding: 10px 0; }
.creditArea02 div ul li p span {
  display: inline-block;
  border: 1px solid #666;
  color: #666; }
.creditArea02 div ul li a {
  color: #000;
  text-decoration: none; }
.creditArea02 div ul li a span {
  display: inline-block;
  border: 1px solid #000; }
.creditArea02 div ul li a:hover span {
  background: #000;
  color: #fff; }
.creditArea02 div ul li:first-child {
  font-weight: bold;
  border-bottom: 1px solid #000; }

.instagram {
  font-weight: 500;
  text-align: center; }
.instagram a {
  color: #000; }

/* PC
--------------------------------------*/
@media screen and (min-width: 481px) {
  body {
    font-size: 15px; }

  div#head {
    width: 1100px;
    margin: auto;
    width: 100%; }
  div#head h1 {
    width: 65%;
    padding: 50px 0; }
  div#head p {
    font-size: 18px;
    padding-bottom: 50px; }

  div#film {
    border: solid #FFFF00 48px;
    background: url(../images/film_sp.jpg) no-repeat;
    border-left: none;
    border-right: none;
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 500px;
    -webkit-animation: movie02 18s linear -2s infinite alternate;
    animation: movie02 18s linear -2s infinite alternate; }

  div#content {
    max-width: 1100px;
    margin: auto;
    box-sizing: border-box;
    padding: 50px 50px 0; }
  div#content ul li {
    width: 50%;
    margin-bottom: 25px; }
  div#content ul li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 25px; }
  div#content ul li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 25px; }
  div#content ul li div.menuName {
    border-bottom: 10px #FFFF00 solid;
    box-sizing: border-box;
    padding-bottom: 20px;
    position: relative;
    top: -20px;
    margin-bottom: -20px; }
  div#content ul li div.menuName div.number {
    width: 20%; }
  div#content ul li div.menuName p {
    font-size: 24px;
    box-sizing: border-box;
    padding-right: 15px;
    width: 80%; }

  div#linkArea {
    padding-top: 130px; }
  div#linkArea p {
    font-size: 24px;
    margin-bottom: 40px; }
  div#linkArea div.triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #FFFF00;
    margin: 0 auto 40px; }

  div.lineupBtn {
    margin: 0 auto 130px;
    width: 480px; }
  div.lineupBtn a {
    width: 100%;
    margin: auto;
    padding: 20px 0;
    font-size: 18px; }

  div#mainArea {
    max-width: 1100px;
    margin: 0 auto 130px;
    width: 100%;
    display: flex;
    flex-flow: row-reverse; }
  div#mainArea .imgArea {
    width: 60%; }
  div#mainArea .textArea {
    width: 40%;
    box-sizing: border-box;
    padding: 0 50px; }
  div#mainArea .textArea div.num {
    width: 35%;
    margin-bottom: 15px; }
  div#mainArea .textArea h2 {
    font-size: 24px; }
  div#mainArea .textArea h2 span {
    padding: 0 10px 10px 0;
    box-sizing: border-box;
    padding: 0 5px 5px 0;
    box-sizing: border-box; }
  div#mainArea .textArea p {
    margin-top: 95px; }

  div.contentArea {
    max-width: 1100px;
    margin: 0 auto 130px;
    width: 100%;
    display: flex; }
  div.contentArea div.imgArea {
    width: 50%; }
  div.contentArea div.textArea {
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px; }
  div.contentArea div.textArea h3 {
    font-size: 24px;
    margin-bottom: 40px; }

  .creditArea {
    max-width: 1100px;
    margin: 0 auto 100px;
    padding: 25px; }
  .creditArea h3 {
    font-size: 24px; }
  .creditArea div {
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .creditArea div ul {
    width: 33.3%;
    box-sizing: border-box;
    padding: 10px 10px; }
  .creditArea div ul li p span {
    padding: 0px 6px;
    box-sizing: border-box; }
  .creditArea div ul li a span {
    padding: 0px 6px;
    box-sizing: border-box; }

  .creditArea02 {
    max-width: 1100px;
    margin: 0 auto 100px;
    padding: 25px; }
  .creditArea02 h3 {
    font-size: 24px; }
  .creditArea02 div {
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap; }
  .creditArea02 div ul {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 10px; }
  .creditArea02 div ul li p span {
    padding: 0px 6px;
    box-sizing: border-box; }
  .creditArea02 div ul li a span {
    padding: 0px 6px;
    box-sizing: border-box; }

  .instagram {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 50px; }

  #footArea {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    margin-top: 130px; }
  #footArea a {
    width: 45%;
    display: block;
    margin: auto; }

  .mt80 {
    margin-top: 80px; }

  .spNone {
    display: block; }

  .pcNone {
    display: none; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 480px) {
  body {
    font-size: 11px; }

  div#head h1 {
    width: 95%;
    padding: 35px 0; }
  div#head p {
    padding-bottom: 35px;
    font-size: 13px; }

  div#film {
    border: solid #FFFF00 24px;
    background: url(../images/film_sp.jpg) no-repeat;
    border-left: none;
    border-right: none;
    background-size: cover;
    background-position: left;
    width: 100%;
    height: auto;
    -webkit-animation: movie02 18s linear -2s infinite alternate;
    animation: movie02 18s linear -2s infinite alternate; }

  div#content {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 10px 0; }
  div#content ul li {
    width: 50%;
    margin-bottom: 15px; }
  div#content ul li:nth-child(odd) {
    box-sizing: border-box;
    padding-right: 5px; }
  div#content ul li:nth-child(even) {
    box-sizing: border-box;
    padding-left: 5px; }
  div#content ul li div.menuName {
    border-bottom: 7px #FFFF00 solid;
    box-sizing: border-box;
    padding-bottom: 12px;
    position: relative;
    top: -4px;
    margin-bottom: -4px; }
  div#content ul li div.menuName div.number {
    width: 20%; }
  div#content ul li div.menuName p {
    box-sizing: border-box;
    width: 80%; }

  div#linkArea {
    padding-top: 60px; }
  div#linkArea p {
    font-size: 15px;
    margin-bottom: 35px; }
  div#linkArea div.triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #FFFF00;
    margin: 0 auto 35px; }

  div.lineupBtn {
    margin: 0 auto 60px;
    width: 85%; }
  div.lineupBtn a {
    width: 100%;
    margin: auto;
    padding: 20px 0;
    font-size: 15px; }

  div#mainArea {
    width: 100%;
    margin-bottom: 30px; }
  div#mainArea .imgArea {
    box-sizing: border-box;
    padding: 0 25px 0px 25px; }
  div#mainArea .textArea {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px; }
  div#mainArea .textArea div.num {
    width: 20%;
    margin-bottom: 10px;
    position: relative;
    top: -25px;
    margin-bottom: -25px; }
  div#mainArea .textArea h2 {
    font-size: 14px;
    margin-bottom: 15px; }
  div#mainArea .textArea p {
    padding: 0 10px;
    font-size: 13px; }

  div.contentArea {
    width: 100%;
    margin-bottom: 30px; }
  div.contentArea div.imgArea {
    margin-bottom: 25px; }
  div.contentArea div.textArea h3 {
    font-size: 24px;
    box-sizing: border-box;
    padding: 0 25px;
    margin-bottom: 15px; }
  div.contentArea div.textArea p {
    font-size: 13px;
    padding: 0 25px;
    box-sizing: border-box; }

  .creditArea {
    margin-bottom: 30px; }
  .creditArea h3 {
    font-size: 15px; }
  .creditArea div {
    width: 80%;
    margin: auto; }
  .creditArea div ul li p span {
    box-sizing: border-box;
    padding: 0 6px; }
  .creditArea div ul li a span {
    box-sizing: border-box;
    padding: 0 6px; }

  .creditArea02 {
    margin-bottom: 30px; }
  .creditArea02 h3 {
    font-size: 15px; }
  .creditArea02 div {
    width: 80%;
    margin: auto; }
  .creditArea02 div ul li p span {
    box-sizing: border-box;
    padding: 0 6px; }
  .creditArea02 div ul li a span {
    box-sizing: border-box;
    padding: 0 6px; }

  .instagram {
    font-size: 15px; }

  #footArea {
    width: 100%;
    margin-top: 35px; }
  #footArea a {
    width: 65%;
    display: block;
    margin: auto; }

  .mt80 {
    margin-top: 30px; }

  .mb30 {
    margin-bottom: 30px; }

  .spNone {
    display: none; }

  .pcNone {
    display: block; } }
/*アニメーション
---------------------------------------------*/
.drawingText {
  stroke: #221815;
  fill: #221815;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: DASH 2s ease-in alternate forwards;
  -webkit-animation: DASH 2s ease-in alternate forwards;
  -o-animation: DASH 2s ease-in alternate forwards;
  animation: DASH 2s ease-in alternate forwards; }

@-moz-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill-opacity: 0; }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }
@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill-opacity: 0; }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }
@-o-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill-opacity: 0; }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }
@-ms-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill-opacity: 0; }
  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }
.fadeIn01 {
  animation: fadeIn01 2s ease 0s infinite normal;
  -webkit-animation: fadeIn01 2s ease 0s infinite normal; }

@keyframes fadeIn01 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn02 {
  animation: fadeIn02 5s ease 0s 1 normal;
  -webkit-animation: fadeIn02 5s ease 0s 1 normal; }

@keyframes fadeIn02 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes curtain {
  0% {
    top: 0; }
  100% {
    top: -100vh;
    opacity: 0; } }
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes movie {
  to {
    background-position: bottom; } }
@keyframes movie {
  to {
    background-position: bottom; } }
@-webkit-keyframes movie02 {
  to {
    background-position: right; } }
@keyframes movie02 {
  to {
    background-position: right; } }
