@charset "UTF-8";
.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
    color: #333;
}

body::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/bg.jpg) fixed no-repeat;
    background-size: 100%;
    background-color: #000;
    background-position: center center;
    filter: brightness(25%);
}

div.op {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 100vw;
    height: 100vh;
    z-index: -100;
    text-align: center;
    animation: fadeout 3s ease 0s 1;
}

div.op img {
    width: 90%;
}

@keyframes fadeout {
    75% {
        opacity: 1;
        z-index: 200;
    }
    99% {
        opacity: 0;
        z-index: 200;
    }
    100% {
        opacity: 0;
        z-index: -100;
    }
}

@-webkit-keyframes fadeout {
    75% {
        opacity: 1;
        z-index: 200;
    }
    99% {
        opacity: 0;
        z-index: 200;
    }
    100% {
        opacity: 0;
        z-index: -100;
    }
}

div.wrap {
    position: relative;
    z-index: 100;
}

p {
    margin: 3% 0;
}

header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 51vw;
    overflow: hidden;
}

header h1 {
    width: 25vw;
    background-color: #000;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

header h1 img {
    width: 90%;
    height: auto;
    margin: 5%;
}


/*
header .header-news {
    width: 25vw;
    background: #fff;
    height: 17vw;
    padding: 0.5vw;
}

header .header-news ul {
    overflow-y: scroll;
    height: 85%;
    padding: 5% 1%;
}

header .header-news li {
    border-bottom: solid 1px #cccccc;
    padding: 5px 0;
}

header .header-news li>span {
    font-size: 1.2rem;
    font-weight: 600;
}
*/

header .header-twitter {
    width: 25vw;
    background: #666;
    height: 31vw;
    overflow: hidden;
    padding: 0.5vw;
}

header .twitter-timeline {
    margin: 1vw 0;
}

header .header-mv {
    width: 75vw;
    height: 51vw;
    background: #333;
    overflow: hidden;
}

header .header-mv img {
    width: auto;
    height: 100%;
}

header .h-title {
    color: #ffffff;
    margin-top: 1vw;
    height: 4.5vw;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

header .h-title::after {
    content: "";
    border-bottom: solid 3px #ccc;
    display: block;
    width: 5vw;
    margin: auto;
}

article {
    padding: 5%;
    background: #eee;
    margin: 0 0 60vh 0;
}

.c-area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.c-title {
    width: 100%;
    max-width: 1100px;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    font-size: 2.8rem;
    margin: 0 auto 2% auto;
    color: #993399;
}

.fl-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fl-area-nowrap div {
    margin: 1%;
}

.fl-area-full {
    width: 100%;
}

.fl-area-half {
    width: 48%;
    margin: 2% 0;
    background: #fff;
    padding: 1%;
}

.title {
    font-weight: 600;
    font-size: 1.8rem;
}

.img {
    width: 100%;
}

.img img {
    width: 100%;
    max-width: 730px;
    height: auto;
    margin: auto;
    display: block;
}

.bd-lead {
    text-align: center;
    font-size: 1.6rem
}

.bd-img img {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
}

.bd-txt p {
    margin: 1% 0;
}

.bd-txt p:first-child,.bd-txt p:last-child {
    margin: 3% 0;
}

.notice {
    font-size: 1.2rem;
}

footer {
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 2% 1%;
    font-size: 1.2rem;
    color: #999;
}

.btn_sample{
 display:block;
 background:black;
width: 8em;
height:2em;
line-height:2em;
text-align:center;
border-radius:100px;
margin:0.5em 1.5em;
text-decoration:none;
color:#cccc66;
transition: 0.2s

}

.btn_sample:hover{
  opacity: 0.5
  
}


.movie-area{
  width: 100%;
  overflow: hidden;
  
}

.movie-item{
  width: calc(100% / 4);
  float: left;
}

/*POPUP*/

.popup-btn{
  text-align: center;
  transition: 0.2s;
}

.popup-btn:hover{
  opacity: 0.7;
}

.popup-btn img{
  width: 95%;
  height: auto;
  display: block;
  margin: 5px auto;
  cursor: pointer;
  
}

.popup-area{
  display:none;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  
}

.popup-item{
  height:100%;
  width:100%;
display:flex;
flex-direction: column;
justify-content:center;
align-items:center;
}
.popup-close{
  cursor:pointer;
  display: inline-block;
  background: #000;
  margin:10px;
  padding: 5px 30px;
  color:#fff;
  border-radius: 100px;
  
}
.popup-close:hover{
  opacity:0.5;
}

.popup-item iframe{
  width: 90vw;
  max-width: 900px;
  height:50.6vw;
  max-height: 506px;
  
}






@media screen and (max-width:767px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    body {
        font-size: 1.3rem;
    }
    header {
        height: auto;
    }
    header h1 {
        order: 0;
        width: 100%;
        height: auto;
    }
    header .header-mv {
        order: 1;
        width: 100%;
        height: auto;
    }
    header .header-mv img {
        width: 100%;
        height: auto;
    }

    header .h-title{
        height: 6vh;
    }

    header .header-twitter {
        width: 100%;
        order: 3;
        height: 40vh;
    }
    article {
        margin: 0 0 35vh 0;
        padding: 3%;
    }
    .c-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    .fl-area {
        display: block;
    }
    .fl-area-half {
        width: 100%;
        margin-bottom: 5%;
        padding: 3%;
    }
    .fl-area-nowrap {
        flex-wrap: wrap;
    }
    .title {
        font-size: 1.6rem;
        text-align: center;
    }
    .bd-lead {
        font-size: 1.3rem;
    }
    .bd-txt p {
        margin: 3% 0;
    }
    .novelty-btn {
        width: 50%;
        cursor: pointer;
        background: #999999;
        padding: 2%;
        border-radius: 3px;
        text-align: center;
        margin: 2rem auto;
        color: #ffffff;
    }
    .novelty-btn:not(.active)::before {
        content: "▼ ";
    }
    .novelty-btn:not(.active)::after {
        content: "見る";
    }
    .novelty-btn.active {
        background: #999;
    }
    .novelty-btn.active::before {
        content: "× "
    }
    .novelty-btn.active::after {
        content: "閉じる"
    }
    .novelty-area {
        display: none;
    }
    .novelty-area p:first-child {
        margin-top: 0;
    }
    footer {
        padding: 5%;
        text-align: left;
    }
    footer p:nth-child(3) {
        text-align: center;
    }
  
  .movie-item{
  width: calc(100% / 2);
  
}
  
}