@charset "utf-8";

*,figure,ul,li,a{
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start:0;
}
dl,dd,dt {
    margin-inline-start:0;
}

body {
    background: #000;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    text-align: center;
}
#loading {
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0
}
#loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
}

/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 350;
    right : 0px;
    top   : 0px;
    width : 120px;
    height: 120px;
    cursor: pointer;
    text-align: center;
    background: #000;
    opacity: 1;
    transition: 0.3s;
}
.hamburger.hyouji {
    visibility: inherit;
    opacity: 100;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 64px;
  height  : 1px ;
  left    : 26px;
  background : #88CDDA;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 45px;
}
.hamburger span:nth-child(2) {
  top: 60px;
}
.hamburger span:nth-child(3) {
  top: 75px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 60px;
  left: 26px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 60px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

/* なび */
nav {
    background: #000;
    height: 100%;
    width: 100%;
    z-index: 300;
    position: fixed;
    top: 0;
    font-size: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    padding-top:13%;
}
nav img {
    width: 410px;
    margin-bottom: 95px;
}

nav a {
    color: #ffffff;
    transition: 0.3s;
    font-size: 25px;
    line-height: 220%;
}
nav a:hover{
    color:#868686;
}

nav.active {
    opacity: 100;
    visibility: inherit;
}
nav ul {
    display: flex;
    justify-content: center;
}
nav ul div {
    width: 270px;
}

/* フェードイン処理 */
.fadeIn {
    opacity: 0;
    transition: .5s;
}
.fadeInup {
    position: relative;
    top: 50px;
}

.active {
    opacity: 1;
    top:0px;
}

.flex {
    display: flex;
}
#area-0 .flex {
    background-color: #fff;
}
#area-0 figure,.head {
    width: 50%;
    line-height: 0;
}
#area-0 figure img {
    width: 100%;
}
.head {
    margin-top :10%;
}
.head_logo {
    width: 70%;
    margin-bottom: 14%;
}
.head.no-poster{
	width: 100%;
    margin-top :5%;
    margin-bottom :5%;
}
.head.no-poster .head_logo {
    margin-bottom: 5%;
}

.head_date {
    width: 45%;
}
#area-0 .flex p {
    font-size: 2.1vw;
    font-weight: bold;
    line-height: 120%;
    margin: 3% 0 6% 0;
    color: #000;
}
.head_twitter {
    width: 13%;
}
.head_instagram {
    width: 32%;
  margin-top: 15px
}
.head a {
    transition: 0.5s;
}
.head a:hover {
    opacity: 0.5;
}

#area-0 .text {
    color: #fff;
    max-width: 1200px;
    margin: 90px auto 0px;
    font-size: 26px;
    line-height: 50px;
    text-align: left;
}
#area-0 .textfoot {
    text-align: right;
}
#area-0 .textfoot span {
    font-size:22px;    
}

#area-1, #area-3, #area-4, #area-5, #area-6 {
    max-width: 1200px;
    margin: 0 auto;
}

h2 {
    margin-top:150px;
    font-size: 41px;
}
h4 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
}

dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
}
dt,dd {
    background-color: #fff;
    color:#000;
    padding: 2%;
}
dt {
    width: 31%;
    margin: 0 1% 1% 0;
    font-size: 30px;
    font-weight: bold;
}
dd {
    width: 60%;
    margin-bottom: 1%;
    text-align: left;
    font-size: 28px;
}

/* area-1 */
#area-1 p {
    font-size: 27px;
    color: #FF0000;
    border: 1px solid #FF0000;
    display: inline-block;
    padding: 20px 15px 0;
    margin: 22px 0 55px 0;
}
#area-1 dt {
    font-size:30px;
    font-weight: bold;
}
h3 {
    font-size: 26px;
}
.place {
    font-size:24px;
}
.red {
    color:#ff0000;
    font-size: 20px;
}

/* #area-2 */
#area-2 .flex {
    margin:0 auto;
    max-width: 1470px;
}
.movies {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
}
.moviebox {
    width: 50%;
    padding:80px 50px ;
	box-sizing: border-box;
}
.moviebox img {
    width: 100%;
}
#area-2 figcaption {
    margin-top: 22px;
    text-align: left;
    font-size: 22px;
}
#area-2 figcaption span{
    font-size: 13px;
}

/* #area-3 */
#area-3 dl {
    margin-top:40px;
}
#area-3 dt {
    font-size: 30px;
}
#area-3 dd img {
    width: 160px;
    margin-top:13px
}
#area-3 p {
    text-align: left;
    font-size: 20px;
}

/* #area-4 */
#area-4 p {
    font-size: 20px;
    margin-bottom: 30px;
}
#area-4 .flex {
    justify-content: space-evenly;
    margin-bottom: 105px;
}
#area-4 .flex img {
    width: 250px;
}
#area-4 figcaption {
    font-size: 22px;
}
#area-4 figcaption span {
    font-size: 18px;
}
.gestbox img {
    width: 400px;
}

/* area-5 ,6*/
#area-5 dl , #area-6 dl{
    margin-top:25px;
}
#area-5 dt, #area-5 dd ,#area-6 dt, #area-6 dd{
    font-size: 22px;
}

/* foot */
footer {
    margin: 200px 0 50px;
    line-height: 50px;
}
.foot1 {
    font-size: 40px;
    margin-bottom: 60px;
}
.foot1 span {
    font-size: 32px;
}
.foot2 {
    font-size: 26px;
    margin-bottom: 40px;
}
.foot2 span {
    font-size: 22px;
}
.copy {
    margin-top: 190px;
    font-size: 12px;
}

.disp {
    display: none;
}

/* リンク装飾 */
dd a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%; /*下線の幅*/
    height: 2px; /*下線の太さ*/
    background: black;
    visibility: visible; /*表示*/
    opacity: 1; /*透明*/
    transition: .3s;
  }
  /*ホバー時*/
  dd a:hover::after {
    visibility: hidden; /*非表示*/
    opacity: 0; /*不透明に*/
  }
  
  /*** 装飾用 ***/
  dd a{
      position: relative;
      color: black;
  }


/*2025*/
#area-2 h3{
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#area-0 .flex .event_date{
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	font-size: 1.5vw;
    width: 80%;
	max-width: 900px;
	padding: 15px;
    margin: 0 auto;
}
#area-0 .flex .event_fee{
	font-size: 1.1vw;
	color: red;
	margin: 20px auto 50px;
}


/* メディアクエリ */
@media screen and (max-width: 950px) {

    #area-1, #area-2, #area-3, #area-4, #area-5, #area-6 {
        padding: 0 20px;
    }

    nav {
        padding-top: 60px;
        text-align: center;
    }
    nav img {
        margin-bottom: 30px;
        width: 50%;
    }
    nav ul {
        display: block;
    }
    nav ul div {
        margin: 0 auto;
    }
    nav a {
        font-size: 18px;
    }
    .hamburger {
        background-size: 100%;
        width: 50px;
        height: 50px;
        top: 0px;
        left: 0px;
    }
    .hamburger span {
        width: 30px;
        height: 1px;
        left: 9px;
    }
    .hamburger span:nth-child(1) { top:17px;}
    .hamburger span:nth-child(2) { top:25px;}
    .hamburger span:nth-child(3) { top:33px;}
    
    .hamburger.active span:nth-child(1) { top:25px; left:9px;}
    .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3){ top:25px;}

    .flex {
        display: block;
    }
    #area-0 figure, .head {
        width: 100%;
    }
    .head_logo {
        margin-bottom:50px ;
    }
    .head_date {
        width: 60%;
    }
    #area-0 .flex p {
        font-size: 5vw;
        margin:20px 0;
    }
    .head_twitter {
        width: 23%;
        margin: 20px 0 10px;
    }
    .head_instagram {
        width: 58%;
        margin-bottom: 60px;
    }
    #area-0 .text {
        padding: 0 20px;
        font-size: 20px;
        line-height: 170%;
    }
    #area-0 .textfoot span {
        font-size: 18px;
    }

    dl {
        display: block;
    }
    dt, dd {
        width: 90%;
        padding: 3% 5%;
        font-size: 14px;
    }
    dt {
        text-align: left;
    }
    dd {
        margin-bottom:30px
    }
    #area-1 p{
        font-size: 20px;
    }
    h2 {
        font-size: 30px;
        margin-top:130px;
        margin-bottom: 50px;
    }
    #area-1 dt {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    .place {
        font-size: 14px;
    }
    .red {
        font-size: 11px;
    }

    /* area-2 上映作品 */
    .movies {
        display: block;
    }
    .moviebox {
        width: 100%;
        margin: 50px auto;
        padding: 0 0 30px;
    }
    h4 {
        font-size: 17px;
    }
    #area-2 figcaption {
        margin-top:15px;
        margin-bottom: 50px;
        font-size: 15px;
    }

    /* area-3 スケジュール */
    #area-3 dt {
        font-size: 20px;
    }
    #area-3 p {
        font-size: 15px;
    }
    
    /* area-4 ゲスト */
    #area-4 figure {
        margin-bottom: 50px;
    }
    .gestbox img {
        width: 85%;
    }

    /* area-5,6 */
    #area-5 dt, #area-6 dt {
        font-size: 20px;
    }
    #area-5 dd, #area-6 dd {
        font-size: 17px;
    }

    /* foot */
    .foot1 span {
        font-size: 25px;
    }
    .foot1 {
        font-size: 28px;
    }
    .foot2 span {
        font-size: 18px;
    }
    .foot2 {
        font-size: 20px;
        line-height: 170%;
    }
    .copy{
        margin-top:150px;
        line-height: 180%;
    }
    footer {
        margin-bottom: 100px;
    }

    .hidden {
        display: none;
    }
    .disp {
        display: block;
    }
	
	.head.no-poster{
		margin-top :0;
	}
	.head.no-poster .head_logo {
		padding-top: 35%;
		padding-bottom: 20%;
		width: 90%;
	}
	#area-0 .flex .event_date{
		font-size: 4.5vw;
	}
	#area-0 .flex .event_fee{
		font-size: 3.5vw;
	}
}

@media screen and (max-width: 750px) {
    .foot1 {
        font-size: 26px;
    }
}


