@charset "utf-8";

@font-face {
    font-family: "SourceSansProIt";
    src: url(../font/SourceSansPro-SemiboldIt.otf) format("opentype");
}
@font-face {
    font-family: "SourceSansPro";
    src: url(../font/SourceSansPro-Semibold.otf) format("opentype");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, nav {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

body{
    -ms-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 100%;
    margin: 0;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #000;
    color: #fff;
    z-index: 1000;
    font-family: "SourceSansProIt",sans-serif;
    font-size: 20px;
    letter-spacing: 5px;
}

nav {
    min-width: 1080px;
    height: 54px;
}

ul.content {
    top: 28%;
    position: relative;
    list-style-type: none;
    white-space: nowrap;
    width: 792px;
    margin: auto;
}

ul.content li {
    text-align: center;
    display: inline;
}

ul.content li a {
    margin: 0 15px 0 15px;
    color: #fff;
    float: left;
    -ms-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

ul.content li a.twitter {
    margin:0 0 0 15px;
}

.twitter img {
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.facebook img {
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.twitter img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}

.facebook img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}

.gray:hover {
    color: #96c8d8;
}

.blue:hover {
    color: #94a2d2;
}

.orange:hover {
    color: #e2b794;
}

.green:hover {
    color: #99d1bd;
}

.pink:hover {
    color: #ef98b1;
}

.yellow:hover {
    color: #ced796;
}

footer {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #000;
    color: #fff;
    z-index: 1000;
}
footer p {
    position: fixed !important;
    bottom: 0;
    right: 0;
    font-size: 9px;
    color: #6E6E6E;
}

section {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -10000;
}

article {
    height: 100%;
}

article img {
    position: absolute;
    bottom: 0;
    width: 100vw;
    min-width: 1080px;
    height: auto;
}

#text {
    width: 780px;
    height: 100%;
    min-height: 100%;
    margin: auto;
    padding: 75px 150px 150px 150px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.movieDigest {
    margin-top: 55px;
}

#white {
    position: fixed;
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.85);
    z-index: -10;
}

#textabout {
    width: 780px;
    height: 100%;
    margin: auto;
    padding: 75px 150px 150px 150px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    text-align: center;
}

h1 {
    text-align: left;
    margin: 50px 0 25px -25px;
    font-size: 30px;
}

h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

h3 {
    margin: 50px 0 35px 0;
    font-size: 30px;
    font-family: "SourceSansProIt",sans-serif;
    letter-spacing: 10px;
}

b {
    font-weight: bold;
    font-size: 15px;
}

.modalBody p img {
    margin: 0 0 55px 0;
}

.modalText {
    margin: 0 0 45px 0;
}

.bold {
    font-weight: bold;
    font-size: 15px;
}
.date {
    font-size: 15px;
    margin: 0 0 55px 0;
}

span {
    width: 480px;
    float: left;
}

.resep {
    width: 440px;
    float: left;
}

.talk {
    display: block;
    width: 460px;
    float: left;
    padding-right: 20px;
}

.talk a {
    word-wrap: break-word;
}

div a {
    text-decoration: underline;
}

div a:link {
    color: #000;
}

div a:visited {
    color: #000;
}

div a:hover {
    text-decoration: none;
    color: #000;
}

div a:active {
    color: #000;
}

@keyframes slide-up {
    from {
        bottom: -1000px;
    }
    to {
        bottom: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        -ms-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        zoom: 1;
    }
    to {
        opacity: 1;
        -ms-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
        zoom: 1;
    }
}

#top1 {
    -ms-animation: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    -moz-animation: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    -webkit-animation: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation-name: fade-in;
    }

#top2 {
    -ms-animation: all 2000ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
    -moz-animation: all 2000ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
    -webkit-animation: all 2000ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: all 2000ms cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation-name: slide-up;
    position: absolute;
    }

#top2 img {
    z-index: -1000;
    position: absolute;
}

#top3 {
    -ms-animation: all 2300ms cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
    -moz-animation: all 2300ms cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
    -webkit-animation: all 2300ms cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
    animation: all 2300ms cubic-bezier(0.95, 0.05, 0.795, 0.035) forwards;
    animation-name: fade-in;
    }

#top3 img {
    z-index: 100;
    bottom: 2vh;
}

#bgan {
    -ms-animation: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -moz-animation: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-name: slide-up;
    position: absolute;
    }

#bgmt img {
    z-index: -100;
}

#bgan img {
    z-index: -1000;
    position: absolute;
}

#aboutbg {
    background-color: #94a2d2;
}

#infobg {
    background-color: #e2b794;
}

#programbg {
    background-color: #99d1bd;
}

#eventbg {
    background-color: #ef98b1;
}

#artistbg {
    background-color: #ced796;
}

table {
    margin: 0 0 0 -19px;
}

th {
    text-align: left;
    font-weight: 100;
    font-size: 15px;
    background-color: #000;
    text-align: center;
}

th a {
    text-decoration: none;
    cursor: pointer;
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    color: #fff;
    background-color: #000;
}

th a:hover {
    color: #BDBDBD;
}

th a p {
    margin: 0;
}

th a img {
    margin: 0;
    line-height: 0;
    vertical-align: bottom;
}

.modal {
    display:none;
    width: 690px;
    color: #fff;
}

.modal p {
    font-size: 12px;
}

.modal h4 {
    height: 50px;
    font-size: 30px;
    margin-top: -50px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.modal h5 {
    height: 35px;
    font-size: 21px;
    margin: -50px 0 14px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.modal a {
    text-decoration: none;
    cursor: pointer;
}

.modalBody {
    position: fixed;
    z-index: 9999;
    background: #000;
    width: 768px;
    left: 50%;
    top: 50%;
    height: 512px;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.modalText {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.modalBK {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
}

.close {
    text-align: right;
    margin: -25px -15px 0 0;
}

.close a {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -ms-transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.close a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.clearfix {
    overflow: hidden; 
    clear:both;
}
.right {
    float: right;
}
.p60 {
    padding-bottom: 60px;
}