/* ----------------------------
    congratulations
---------------------------- */

body.preload .wow {
    opacity: 0 !important;
}

img {
    vertical-align: top;
}

.contents {
    background: #F4F7FC;
}


/* nav
----------------------------*/

.nav-post {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 1;
    width: 56px;
    height: 214px;
    margin: auto 0 auto 0;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
}

.preload .nav-post,
.beyondFvHalf .nav-post {
    transform: translateX(-56px);
    transition: all 0.3s ease-in-out;
}

.nav-postLink {
    display: block;
    background: #3E94FC;
    border-radius: 10px 0 0 10px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0.1em;
    text-decoration: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 56px;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.preload .nav-postLink,
.beyondFvHalf .nav-postLink {
    -webkit-box-shadow: none;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.nav-postLink svg {
    display: inline-block;
    width: 19.44px;
    height: 18.47px;
}

.nav-postLink svg .a {
    fill: #fff;
}

.nav-postLinkText {
    display: inline-block;
}

_::-webkit-full-page-media,
_:future,
 :root .nav-postLinkText {
    vertical-align: -7px;
}


/* starchart
----------------------------*/

.starchart {
    position: fixed;
    top: auto;
    bottom: -35px;
    right: 30%;
    left: auto;
    z-index: 0;
    transform: translate(50%, 50%);
}

.starchart-img {
    width: 0;
    height: 0;
}

.starchart-img svg {
    width: 100%;
    height: 100%;
}

.starchart-img svg #starchart_bottom {}

.starchart-img svg #starchart_top {
    transform-origin: 50% 50%;
    animation: starmove 300s linear infinite;
}

@keyframes starmove {
    to {
        transform: rotate(-1turn);
    }
}


/* fv
----------------------------*/

.fv {}

.no-webp .fv-inner,
.fv-inner {
    background-image: none;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    height: auto;
    min-height: 0;
}

.webp .fv-inner {
    background-image: none;
}

.fv-top {
    position: relative;
    height: 1458px;
    min-height: 0;
    max-width: none;
    margin: 0 auto;
}

.fv-illust {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 66.9%;
    right: 0;
    z-index: 0;
    transform: translate(-50%, 0);
    width: 1376px;
    height: auto;
}

.fv-logo {
    position: relative;
}

.fv-img1 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.fv-img1 img {
    margin: 194px 0 0 76px;
}

.fv-intro {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 90px 0 86px;
}

.fv-introImg {
    text-align: center;
}

.fv-introImg img {}

.fv-movie1Wrap {
    position: absolute;
    top: 650px;
    bottom: auto;
    left: 0;
    right: 0;
    max-width: 1920px;
    margin: 0 auto;
}

.fv-movie1 {
    position: absolute;
    top: 0;
    bottom: auto;
    right: auto;
    left: 143px;
    z-index: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 6px 6px 20px;
    margin: 0 0 0 0;
    width: 432px;
    height: 310px;
}

.fv-movie1Video {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 240px;
}

.fv-movie1Video video {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.fv-movie1VideoPlay {
    background: url(../img/thumbnail.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 120px;
    right: 0;
    left: 0;
    margin: auto;
}

.fv-movie1Video_youtube iframe {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
}

.fv-movie1VideoPlay_play {}

.fv-movie1VideoPlay img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out;
}

.fv-movie1VideoPlay:hover img {
    opacity: 1;
    transform: scale(1.1);
    transition: all 0.3s ease-out;
}

.fv-movie1Txt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    text-align: left;
    color: #252943;
    font-size: 1.6em;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 0 16px 0 16px;
    margin: 6px 0 0 0;
}

.fv-movie1_youtube .fv-movie1 {
    height: 306.25px;
}

.fv-movie1_youtube .fv-movie1Video {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.fv-movie1_youtube .fv-movie1Video iframe {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}


/* video-js
----------------------------*/

.video-js {
    width: 100%;
    height: 100%;
}

.video-js .vjs-big-play-button {
    font-size: 0;
    line-height: 0;
    height: 52px;
    width: 52px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: none;
    background-color: none;
    background: url(../img/svg/playback.svg);
    border-radius: 0;
    transition: all 0.4s;
}

button:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-control-text {
    display: none;
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    border-color: transparent;
    background-color: transparent;
    transition: all 0s;
}

.vjs-has-started .vjs-big-play-button {
    display: none;
}

.fv-movie1Video .vjs-big-play-button {
    opacity: 1;
    transition: all 0.3s ease-in;
}

.fv-movie1Video:hover .vjs-big-play-button {
    opacity: 0.77;
    transition: all 0.3s ease-out;
}


/* wish
----------------------------*/

.wish {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 138px 0 133px;
}

.wish-img1 {
    text-align: center;
}

.wish-img1 img {}


/* light box
-------------------- */

.lightbox {
    display: inline-block;
    width: auto;
    height: auto;
    right: 0;
    left: 0 !important;
    margin: 0 auto;
    transform: translateY(calc(50vh - 50% - 50px));
}

.lightboxOverlay {
    background-color: rgba(244, 247, 252, 0.9);
}

.lightboxInner {
    position: relative;
    display: inline-block;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.lb-outerContainer {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.lightbox .lb-image {
    border: none;
}

.lb-dataContainer {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    padding-top: 0;
    z-index: 99999999;
}

.lb-details {
    display: none;
}

.lb-data {
    padding: 0;
}

.lb-data .lb-close {
    width: 14%;
    height: auto;
    max-width: 85px;
    background-color: #fff;
    background: none;
    border-radius: 0 12px 0 12px;
    opacity: 1;
    font-size: 0;
    text-align: right;
    overflow: hidden;
}

.lb-close img {
    position: relative;
    z-index: 1;
}

.lb-nav {
    display: none !important;
}

@media screen and (max-width: 1919px) {
    /* nav
    ----------------------------*/
    .nav-post {}
    .nav-postLink {}
    .nav-postLink svg {}
    .nav-postLink .a {}
    .nav-postLinkText {}
    /* starchart
    ----------------------------*/
    .starchart {}
    .starchart-img {}
    .starchart-img svg {}
    .starchart-img svg #starchart_bottom {}
    .starchart-img svg #starchart_top {}
    /* fv
    ----------------------------*/
    .fv {}
    .no-webp .fv-inner,
    .fv-inner {}
    .webp .fv-inner {}
    .fv-top {}
    .fv-img1 {}
    .fv-img1 img {}
    .fv-intro {}
    .fv-introImg {}
    .fv-introImg img {}
    .fv-movie1 {}
    .fv-movie1Video {}
    .fv-movie1Video video {}
    .fv-movie1VideoPlay {}
    .fv-movie1VideoPlay img {}
    .fv-movie1Txt {}
    /* wish
    ----------------------------*/
    .wish {}
    .wish-img1 {}
    .wish-img1 img {}
}

@media screen and (max-width: 1599px) {
    /* nav
    ----------------------------*/
    .nav-post {}
    .nav-postLink {}
    .nav-postLink svg {}
    .nav-postLink .a {}
    .nav-postLinkText {}
    /* starchart
    ----------------------------*/
    .starchart {}
    .starchart-img {}
    .starchart-img svg {}
    .starchart-img svg #starchart_bottom {}
    .starchart-img svg #starchart_top {}
    /* fv
    ----------------------------*/
    .fv {}
    .no-webp .fv-inner,
    .fv-inner {}
    .webp .fv-inner {}
    .fv-top {}
    .fv-illust {}
    .fv-img1 {}
    .fv-img1 img {}
    .fv-intro {}
    .fv-introImg {}
    .fv-introImg img {}
    .fv-movie1 {}
    .fv-movie1Video {}
    .fv-movie1Video video {}
    .fv-movie1VideoPlay {}
    .fv-movie1VideoPlay img {}
    .fv-movie1Txt {}
    /* wish
    ----------------------------*/
    .wish {}
    .wish-img1 {}
    .wish-img1 img {}
}

@media screen and (max-width: 1024px) {
    /* nav
    ----------------------------*/
    .nav-post {}
    .nav-postLink {}
    .nav-postLink svg {}
    .nav-postLink .a {}
    .nav-postLinkText {}
    /* starchart
    ----------------------------*/
    .starchart {}
    .starchart-img {}
    .starchart-img svg {}
    .starchart-img svg #starchart_bottom {}
    .starchart-img svg #starchart_top {}
    /* fv
    ----------------------------*/
    .fv {}
    .no-webp .fv-inner,
    .fv-inner {}
    .webp .fv-inner {}
    .fv-top {}
    .fv-illust {
        left: 58.5%;
    }
    .fv-img1 {}
    .fv-img1 img {
        margin: 421px 0 0 76px;
    }
    .fv-intro {}
    .fv-introImg {}
    .fv-introImg img {}
    .fv-movie1Wrap {
        top: 743px;
    }
    .fv-movie1 {
        position: absolute;
        top: 0;
        bottom: auto;
        right: auto;
        left: 143px;
        z-index: 0;
        background: #fff;
        border-radius: 10px;
        padding: 6px 6px 20px;
        margin: 0 0 0 0;
        width: 350px;
        height: 257px;
    }
    .fv-movie1Video {
        height: 194px;
    }
    .fv-movie1Video video {}
    .fv-movie1VideoPlay {}
    .fv-movie1VideoPlay img {}
    .fv-movie1Txt {
        font-family: "M PLUS Rounded 1c", sans-serif;
        text-align: left;
        color: #252943;
        font-size: 1.4em;
        font-weight: 800;
        line-height: 1.6;
        letter-spacing: 0.02em;
        text-decoration: none;
        padding: 0 16px 0 16px;
        margin: 6px 0 0 0;
    }
    .fv-movie1_youtube {
        height: 253.25px;
    }
    /* wish
    ----------------------------*/
    .wish {}
    .wish-img1 {}
    .wish-img1 img {}
}

@media screen and (max-width: 767px) {
    /* nav
    ----------------------------*/
    .nav-post {
        width: 45px;
        height: 182px;
    }
    .nav-postLink {
        font-size: 1.4em;
        line-height: 45px;
        letter-spacing: 0.1em;
    }
    .nav-postLink svg {}
    .nav-postLink .a {}
    .nav-postLinkText {}
    /* starchart
    ----------------------------*/
    .starchart {}
    .starchart-img {}
    .starchart-img svg {}
    .starchart-img svg #starchart_bottom {}
    .starchart-img svg #starchart_top {}
    /* fv
    ----------------------------*/
    .fv {}
    .fv-top {
        height: 155.47vw;
    }
    .fv-illust {
        left: 53.4%;
        width: 147vw;
    }
    .fv-img1 {}
    .fv-img1 img {
        margin: 76.6% 0 0 3.3%;
        margin: calc(103.266666666667% - 100px) 0 0 3.3%;
        width: 79%;
    }
    .fv-intro {
        padding: 9% 0 10.3%;
    }
    .fv-introImg {}
    .fv-introImg img {
        width: 84%;
    }
    .fv-movie1Wrap {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
    }
    .fv-movie1 {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        z-index: 0;
        background: #fff;
        border-radius: 10px;
        padding: 1.6% 1.6% 10px;
        margin: 20px auto 0;
        width: 93.0666666666667%;
        height: auto;
        max-width: 400px;
    }
    .fv-movie1Video {
        width: 100%;
        height: 52.1120315581854vw;
        max-height: 222px;
    }
    .fv-movie1Video video {}
    .fv-movie1VideoPlay {}
    .fv-movie1VideoPlay img {}
    .fv-movie1Txt {}
    /* wish
    ----------------------------*/
    .wish {
        padding: 145px 0 145px;
    }
    .wish-img1 {}
    .wish-img1 img {
        width: 61.3333333%;
    }
}