@charset "utf-8";

body {
    background-color: #000;
    font-family: 'Noto Sans JP', sans-serif;
}
body.preload .wow.fadeIn {
    opacity: 0 !important;
}

.mv {
    position: relative;
}
.mv-wrapper {
    position: relative;
}
.mv-img {
    width: 100%;
}
.mv-txt {
    position: absolute;
    top: 36%;
    left: 5%;
    width: 24.5%;
}
.mv-details {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 35%;
}
.mv-ttl {
    padding-bottom: 8%;
}
.mv-catch {
    padding-bottom: 20%;
}
.mv-release {
    max-width: 65%;
    margin: auto;
}

.mv-ranking {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 15%;
}
.mv-cheering {
    position: absolute;
    top: 11%;
    left: 2%;
    width: 15%;
}

.mv-ranking a,
.mv-cheering a {
    transition: .3s;
}
.mv-ranking a:hover,
.mv-cheering a:hover {
    opacity: .7;
}


.sns-icon {
    position: absolute;
    top: 2%;
    right: 1%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.mv-tw {
    width: 2.5%;
}
.icon-tw {
    fill: #000;
    transition: .3s;
}
.mv-tw:hover .icon-tw {
    opacity: .7;
}

.mv-fb {
    width: 2.5%;
    margin-right: 2%;
}
.icon-fb {
    fill: #000;
    transition: .3s;
}
.mv-fb:hover .icon-fb {
    opacity: .7;
}

.bnr-contents {
    position: relative;
    margin-top: -4%;
}
.bnr-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0 2%;
    box-sizing: border-box;
}
.bnr-list li {
    width: 30%;
    margin: 0 1% 3%;
}
.bnr-list li a {
    transition: .3s;
}
.bnr-list li a:hover {
    opacity: .6;
}

.bnr-list-4 li {
    width: 22%;
    margin: 0 1% 3%;
}

.bnr-list-02 {
    display: flex;
    justify-content: center;
}
.bnr-list-02 li {
    width: 13%;
}
.bnr-list-02 li a {
    transition: .3s;
}
.bnr-list-02 li a:hover {
    opacity: .6;
}

.mv-cmnt-pc {
    position: absolute;
    bottom: 12%;
    left: 15.45%;
    width: 13.25%;
}
.mv-cmnt-pc a {
    transition: .3s;
}
.mv-cmnt-pc a:hover {
    opacity: .6;
}

.mv-comment-pc {
    position: absolute;
    bottom: 12%;
    left: 29.8%;
    width: 13.5%;
}
.mv-comment-pc a {
    transition: .3s;
}
.mv-comment-pc a:hover {
    opacity: .6;
}

.mv-column-pc {
    position: absolute;
    bottom: 12%;
    left: 44%;
    width: 13.5%;
}
.mv-column-pc a {
    transition: .3s;
}
.mv-column-pc a:hover {
    opacity: .6;
}
.mv-maturi-pc {
    position: absolute;
    bottom: 30%;
    left: 2%;
    width: 14%;
}
.mv-dvd-pc {
    position: absolute;
    bottom: 12%;
    left: 2%;
    width: 13.25%;
}
.mv-digital-pc {
    position: absolute;
    bottom: 29%;
    left: 2%;
    width: 13.25%;
}
.mv-maturi-pc a,
.mv-dvd-pc a,
.mv-digital-pc a {
    transition: .3s;
}
.mv-maturi-pc a:hover,
.mv-dvd-pc a:hover,
.mv-digital-pc a:hover {
    opacity: .6;
}

@media screen and (max-width: 768px) {
    .mv-img {
        width: 100%;
    }
    .mv-txt {
        position: absolute;
        top: 22%;
        left: 5%;
        width: 45%;
    }
    .mv-details {
        position: static;
        width: 100%;
        margin-top: -18%;
    }
    .mv-catch {
        width: 82%;
        margin: auto;
        padding-bottom: 2%;
    }
    .mv-ttl {
        width: 94%;
        margin: auto;
        padding-bottom: 0;
    }
    .mv-release {
        width: 78%;
        margin: auto;
        padding-bottom: 8%;
    }
    .mv-distribution {
        width: 77%;
        margin: auto;
    }
    .sns-icon {
        right: 3%;
    }
    .mv-tw {
        width: 12%;
    }
    .mv-fb {
        width: 12%;
        margin-right: 4%;
    }
    .icon-tw {
        fill: #000;
    }
    
    .mv-ranking,
    .mv-cheering {
        display: none;
    }
    
    .bnr-contents {
        margin-top: 0;
    }
    .bnr-list {
        width: 90%;
        margin: auto;
    }
    .bnr-list .sp-80 {
        width: 80%;
    }
    .bnr-list li {
        width: 100%;
        margin-bottom: 4%;
    }
    .bnr-list-02 {
        width: 85%;
        margin: auto;
    }
    .bnr-list-02 li {
        width: 100%;
    }
    .mv-maturi-pc,
    .mv-ticket-pc,
    .mv-cmnt-pc,
    .mv-comment-pc,
    .mv-column-pc,
    .mv-dvd-pc,
    .mv-digital-pc {
        display: none;
    }
}


.menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8% 0 0;
}
.menu-item {
    position: relative;
    max-width: 220px;
    width: 45%;
    margin-bottom: 4%;
    overflow: hidden;
    text-align: center;
}
.menu-item:nth-child(3) .menu-item-btn {
    letter-spacing: .05em;
}
.menu-item-btn {
    position: relative;
    width: 240px;
    overflow: hidden;
    font-family: 'Anton', sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .25em;
    color: #000;
    z-index: 1;
    transition: .3s;
}
.menu-item-btn:hover {
    color: #E50012;
}
.menu-item-btn:before {
    width: 240px;
    height: 1px;
    display: block;
    content: '';
    background-color: #E50012;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.menu-item-btn:after {
    width: 240px;
    height: 2px;
    display: block;
    content: '';
    background-color: #E50012;
    position: absolute;
    top: 50%;
    left: -50%;
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}
.menu-item-btn:hover:before {
    content: none;
}
.menu-item-btn:hover:after {
    transform: scaleX(1) translateY(-50%);
}

@media screen and (max-width: 768px) {
    .menu {
        flex-wrap: wrap;
        padding: 7% 0;
    }
    .menu-item {
        max-width: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .menu-item-btn {
        font-size: 6vw;
        color: #FFF;
    }
    .menu-item-btn:after {
        content: none;
    }
    .menu-item-btn:hover:before {
        content: "";
    }
}



/*

catch-02

*/
.catch-02 {
    position: relative;
    padding: 0 2%;
    box-sizing: content-box;
    background-color: #000;
    z-index: 1;
}
.catch-02-img {
    max-width: 70%;
    margin: auto;
    padding: 10% 0 0;
}


/*

intro

*/
.intro {
    margin-top: 8%;
    background-image: url(../images/full/intro_bg.png);
    background-position: top 100% right;
    background-repeat: no-repeat;
    background-size: contain;
}
.intro-wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 0 4%;
    box-sizing: content-box;
}
.intro-omt {
    max-width: 12%;
    margin: 0 auto -6%;
}
.intro-ttl {
    position: relative;
    max-width: 45%;
    margin: auto;
    padding-bottom: 10%;
}
.intro-01 {
    max-width: 62%;
    padding-bottom: 4%;
}
.intro-02 {
    width: 100%;
    padding-bottom: 4%;
}
.intro-list {
    width: 60%;
    max-width: 600px;
    padding: 4% 0 10%;
}
.intro-list-item-ttl {
    width: 100%;
    padding-bottom: 4%;
}

.intro-list-item-txt {
    font-size: 15px;
    font-weight: 600;
    text-align: justify;
    line-height: 2;
    color: #FFF;
}
.intro .slick-dots {
    display: flex;
}
.intro .slick-dots li.slick-active button:before {
    display: none;
}

@media screen and (max-width:1000px) {
    .intro {
        background-position: top 57% center;
    }
}
@media screen and (max-width:768px) {
    .intro {
        background-image: url(../images/full/intro_bg_sp.png);
        background-position: top 45% center;
    }
    .intro-wrapper {
        padding: 0 6%;
    }
    .intro-ttl {
        max-width: 90%;
    }
    .intro-omt {
        max-width: 20%;
    }
    .intro-01 {
        width: 100%;
        max-width: 100%;
    }
    .intro-list {
        width: 100%;
        padding: 100% 0 8%;
    }
    .intro .slick-dots {
        justify-content: center;
    }
    .intro .slick-dots li {
        display: block;
    }
}
@media screen and (max-width:600px) {
    .intro {
        background-position: top 35% center;
    }
}
@media screen and (max-width:500px) {
    .intro {
        background-position: top 30% center;
    }
    .intro-list {
        padding: 125% 0 8%;
    }
}
@media screen and (max-width:414px) {
    .intro {
        background-position: top 24% center;
    }
}
@media screen and (max-width:375px) {
    .intro {
        background-position: top 20% center;
    }
}
@media screen and (max-width:320px) {
    .intro {
        background-position: top 16% center;
    }
}


/*

gallery-01

*/
.gallery-01 {
    padding-bottom: 6%;
    background-image: url(../images/full/gallery_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.gallery-01-list {
    display: flex;
    justify-content: space-between;
}
.gallery-01-list li:nth-child(1) {
    width: 48%;
    padding-top: 8%;
}
.gallery-01-list li:nth-child(2) {
    width: 17%;
    padding-top: 4%;
}
.gallery-01-list li:nth-child(2) img {
    padding-bottom: 10%;
}
.gallery-01-list li:nth-child(3) {
    width: 29%;
}


/*

CAST

*/
.cast {
    background-image: url(../images/full/cast_bg_top.png), url(../images/full/cast_bg_bottom.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
}
.cast-wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 15% 0;
}
.cast-ttl {
    max-width: 15%;
    margin: auto;
    padding-bottom: 10%;
}
.cast-main-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15%;
}
.cast-main-box-img {
    max-width: 30%;
}
.cast-main-box-details {
    max-width: 65%;
}
.cast-main-box-name {
    max-width: 60%;
    padding-bottom: 4%;
}
.cast-main-box-txt {
    font-size: 15px;
    text-align: justify;
    color: #FFF;
}

.thumbnail {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
    padding: 0 4% 4%;
    box-sizing: content-box;
}
.thumbnail-item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thumbnail-item-box-img {
    width: 30%;
}
.thumbnail-item-box-details {
    width: 65%;
}
.thumbnail-item-box-details h4 {
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
}
.thumbnail-item-box-details h4 span {
    font-size: 18px;
    color: #D7001D;
}
.thumbnail-item-box-details p {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    color: #FFF;
}
/* slick追加 */
.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translateY(-50%);
    width: 2%;
    cursor: pointer;
    z-index: 10;
}
.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translateY(-50%);
    width: 2%;
    cursor: pointer;
    z-index: 10;
}
#slick01 .slick-dots li img {
    width: 100%;
    cursor: pointer;
    transition: .2s ease-in-out;
    opacity: .6;
}
#slick01 .slick-dots .slick-active img,
#slick01 .slick-dots li:hover img {
    opacity: 1;
}
.slick-slide:focus {
    outline: none;
}
#slick01 .slick-dots {
    bottom: -108px;
    left: 0;
}
#slick01 .slick-dots li {
    width: 108px;
    height: 108px;
    margin: 0;
}

@media screen and (max-width:1100px) {
    .cast-wrapper {
        padding: 15% 4%;
    }
    .thumbnail-item-box {
        display: block;
    }
    .thumbnail-item-box-img {
        width: 50%;
        margin: auto;
        padding-bottom: 2%;
    }
    .thumbnail-item-box-details {
        width: 100%;
    }
    .thumbnail {
        padding: 0 0 4%;
        box-sizing: border-box;
    }
    
    .slide-arrow.prev-arrow.slick-arrow {
        top: 30%;
        left: 0;
        transform: none;
    }
    .slide-arrow.next-arrow.slick-arrow {
        top: 30%;
        right: 0;
        transform: none;
    }
}
@media screen and (max-width:768px) {
    .cast-wrapper {
        padding: 15% 6% 4%;
    }
    .cast-ttl {
        max-width: 30%;
    }
    .cast-main-box {
        display: block;
        padding-bottom: 25%;
    }
    .cast-main-box-img {
        max-width: 55%;
        margin: auto;
        padding-bottom: 8%;
    }
    .cast-main-box-details {
        max-width: 100%;
    }
    
    .thumbnail-item-box-details h4 {
        padding-bottom: 2%;
        font-size: 20px;
        line-height: 1.3;
    }
    .thumbnail-item-box-details h4 span {
        font-size: 16px;
    }
    .thumbnail-item-box-img {
        padding: 10% 0 4%;
    }
    
    #slick01 .slick-dots {
        top: -108px;
        bottom: auto;
    }
    #slick01 .slick-dots li {
        width: 18%;
        height: auto;
    }
    
    .slide-arrow.prev-arrow.slick-arrow,
    .slide-arrow.next-arrow.slick-arrow {
        top: 30%;
        width: 4%;
    }
}
@media screen and (max-width:570px) {
    .cast-main-box {
        padding-bottom: 35%;
    }
    .slide-arrow.prev-arrow.slick-arrow,
    .slide-arrow.next-arrow.slick-arrow {
        top: 25%;
    }
}
@media screen and (max-width:414px) {
    .cast-main-box {
        padding-bottom: 45%;
    }
    .thumbnail-item-box-img {
        padding: 0 0 4%;
    }
    .slide-arrow.prev-arrow.slick-arrow,
    .slide-arrow.next-arrow.slick-arrow {
        top: 12%;
    }
}


/*

STAFF

*/
.staff {
    background-color: #545454;
}
.staff-wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 8% 4% 0;
    box-sizing: content-box;
}
.staff-ttl {
    position: relative;
    max-width: 18%;
    margin: auto;
    padding-bottom: 8%;
}

.staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.staff-list-item {
    width: 32%;
    margin-bottom: 2%;
}
.staff-list-item a {
    position: relative;
    display: block;
    padding: 20px;
    vertical-align: middle;
    text-decoration: none;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-top: 3px solid #FFF;
    border-left: 3px solid #FFF;
    box-sizing: border-box;
    transition: .3s;
}
.staff-list-item a:hover {
    background-color: #AA0B1E;
    border-color: #1E1E1E;
    -webkit-animation: huru-btn 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -moz-animation: huru-btn 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: huru-btn 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.staff-list-item a:hover h4,
.staff-list-item a:hover h4 span {
    color: #1E1E1E;
}
.staff-list-item a:hover:before {
    border-color: #1E1E1E;
}

@keyframes huru-btn {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.staff-list-item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: auto;
    vertical-align: middle;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.staff-list-item h4 {
    line-height: 1.4;
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
}
.staff-list-item h4 span {
    font-size: 16px;
    color: #D7001D;
}
@media screen and (max-width:1100px) {
    .staff-list-item h4 {
        font-size: 1.5vw;
    }
    .staff-list-item h4 span {
        font-size: 1.3vw;
    }
}
@media screen and (max-width:768px) {
    .staff-wrapper {
        padding: 15% 8% 0;
        box-sizing: border-box;
    }
    .staff-ttl {
        max-width: 40%;
        padding-bottom: 12%;
    }
    .staff-list-item {
        width: 100%;
        margin-bottom: 4%;
    }
    .staff-list-item h4 {
        font-size: 16px;
    }
    .staff-list-item h4 span {
        font-size: 14px;
    }
}
@media screen and (max-width:414px) {
    .staff-list-item a {
        padding: 20px;
    }
    .staff-list-item h4 {
        font-size: 4.5vw;
    }
    .staff-list-item h4 span {
        font-size: 3.5vw;
    }
}

/*

CAST-02

*/
.cast-02 {
    background-image: url(../images/full/cast_02_bg.png);
    background-size: cover;
    background-position: top center;
}
.cast_02_img {
    max-width: 55%;
    margin: auto;
    padding-top: 8%;
}

@media screen and (max-width:768px) {
    .cast-02 {
        background-image: url(../images/full/cast_02_bg_sp.png);
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .cast_02_img {
        max-width: 85%;
    }
}

.buru {
    display: inline-block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    55% {transform: translate(.5px, 0px) rotateZ(-.5deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.__kv-wrap {
    position: relative;
}
.__kv-1 {
    position: relative;
    z-index: 3;
}
.__kv-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/full/intro_02_r.png);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
    animation: kv-2 13.5s cubic-bezier(0.15, 0.05, 0.95, 0.05) 4.4s infinite;
}
.__kv-1:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/full/intro_03_b.png);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 2;
    animation: kv-3 2s linear 1.0s alternate infinite;
}

[class^='__kv-'] {
    width: 100%;
}
[class^='__kv-'] img, img.__kv {
    width: 100% !important;
    max-width: none;
}
@keyframes kv-2 {
    0% { opacity: 0; top: 0; }
    22% { opacity: 0; top: 0; }
    23% { opacity: 1; top: -1px; }
    24% { opacity: 0; top: 0; }
    26% { opacity: 0; top: 0; }
    59% { opacity: 0; top: 0; }
    60% { opacity: 1; top: -1px; }
    68% { opacity: 0; top: 0; }
    69% { opacity: 0; top: 0; }
    78% { opacity: 0; top: 0; }
    79% { opacity: 0; top: 0; }
    80% { opacity: 0; top: 0; }
    89% { opacity: 1; top: 0; }
    100% { opacity: 0; top: 0; }
    /*0% { opacity: 0; }
    1% { opacity: 1; }
    2% { opacity: 0; }
    83% { opacity: 0; }
    84% { opacity: 1; }
    85% { opacity: 0; }
    100% { opacity: 0; }*/
}
@keyframes kv-3 {
    0% { opacity: 0; }
    1% { opacity: 1; }
    2% { opacity: 0; }
    83% { opacity: 0; }
    84% { opacity: 1; }
    85% { opacity: 0; }
    100% { opacity: 0; }
}



