html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    background-size:  cover;
    background-repeat:  no-repeat;
    background-position: center;
    background-attachment: fixed;
}

img { margin: 0; padding: 0; max-width: 95%; vertical-align:text-bottom; }

a { color: #fff; text-decoration: none; }

body, button, input, select, textarea {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.float-left { float: left; }
.float-right { float: right; }

.d-none { display: none; }
.d-inline-block { display: inline-block; }

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

.text-white { color: white; }

.m-1 { margin: 3px; }
.mt-1 { margin-top: 3px; }
.mb-1 { margin-bottom: 3px; }
.ml-1 { margin-left: 3px; }
.mr-1 { margin-right: 3px; }
.mx-1 { margin-left: 3px; margin-right: 3px; }
.my-1 { margin-top: 3px; margin-bottom: 3px; }

.m-2 { margin: 8px; }
.mt-2 { margin-top: 8px; }
.mb-2 { margin-bottom: 8px; }
.ml-2 { margin-left: 8px; }
.mr-2 { margin-right: 8px; }
.mx-2 { margin-left: 8px; margin-right: 8px; }
.my-2 { margin-top: 8px; margin-bottom: 8px; }

.m-3 { margin: 15px; }
.mt-3 { margin-top: 15px; }
.mb-3 { margin-bottom: 15px; }
.ml-3 { margin-left: 15px; }
.mr-3 { margin-right: 15px; }
.mx-3 { margin-left: 15px; margin-right: 15px; }
.my-3 { margin-top: 15px; margin-bottom: 15px; }

.m-4  { margin: 25px; }
.mt-4 { margin-top: 25px; }
.mb-4 { margin-bottom: 25px; }
.ml-4 { margin-left: 25px; }
.mr-4 { margin-right: 25px; }
.mx-4 { margin-left: 25px; margin-right: 25px; }
.my-4 { margin-top: 25px; margin-bottom: 25px; }

.m-5 { margin: 50px; }
.mt-5 { margin-top: 50px; }
.mb-5 { margin-bottom: 50px; }
.ml-5 { margin-left: 50px; }
.mr-5 { margin-right: 50px; }
.mx-5 { margin-left: 50px; margin-right: 50px; }
.my-5 { margin-top: 50px; margin-bottom: 50px; }
.mb-6 { margin-bottom: 50px; margin-left:3%; margin-right:3%; text-align:left;}
.mb-7 { margin-bottom: 50px; margin-left:9%; margin-right:9%; text-align:left;}
.mb-8 { margin-left:9%; margin-right:9%; text-align:left;}

.movie_div {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.movie_div video {
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -100;
}

.transparent-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.container {
    position: absolute;
    width: 100%;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 998;
}

.header .logo {
    position: absolute;
}

.header .logo .mobile {

}

.header .sns-icon {
    margin: 3px;
    width: 36px;
    height: 36px;
}

.header .select-language {
    display: inline-block;
}

.header .select-language .items {
    position: absolute;
    margin-top: -30px;
    width: 148px;
    text-align: center;
    opacity: 0;
}

.mobile { display: none; }

.section {
    display: block;
    margin-top: 200px;
    margin-bottom: 100px;
    overflow: hidden;
}

.section_2 {
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
}

.section-1st {
    margin-top: 200px;
}

.section-1st .stores {
    margin-top: 80px;
}

.section-2nd .slider {
    margin-top: 50px;
}

.section-2nd .slider .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 900;
}
.section-2nd .slider .slick-prev {
    left: 50%;
    margin-left: -420px;
}
.section-2nd .slider .slick-next {
    right: 50%;
    margin-right: -420px;
}

.section-2nd .slider .slick-list {
    padding-bottom: 26px !important;
}
.section-2nd .slider .slider-item {
    opacity: 1;
    transition: opacity .4s 0s ease-in,
                transform .4s 0s ease-in;
}
.section-2nd .slider .slider-item:not(.slick-current) {
    opacity: .7;
    transform: scale(.7);
    transition: opacity .4s 0s ease-out,
                transform .4s 0s ease-out;
}
.section-2nd .slider .slider-item:focus {
    outline: none;
}

.section-2nd .slider .slider-item>* {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.section-2nd .slider .slick-dots li {
    margin: 0 8px;
}
.section-2nd .slider .slick-dots li button:before {
    opacity: 1;
    content: url(../images/icon_indicator_default.png);
}
.section-2nd .slider .slick-dots li.slick-active button:before {
    opacity: 1;
    content: url(../images/icon_indicator_fill.png);
}

.section-3rd .pre-order {
    position: relative;
}

.section-3rd .pre-order-count {
    color: #fdc685;
    margin: 0 auto;
    width: 580px;
    height: 125px;
    font-size: 72px;
    font-weight: 600;
    text-align: center;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section-3rd .rewards-items {
    vertical-align: top;
}

.section-3rd .rewards {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
}

.section-3rd .progress {
    position: absolute;
    top: 25px;
    left: 20px;
}
.section-3rd .progress.foreground {
    width: 0;
    overflow: hidden;
}

.section-3rd .progress img {
    vertical-align: top;
}

.section-3rd .pre-order-info {
    color: #fdc685;
}

.section-4th .video-area {
    margin-top: 50px;
}

.section-4th .video-box {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 720px;
    height: 405px;
    background-color: black;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section-4th .video-box #play-btn {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin: -44px;
}

.section-4th .video-list {
    margin: 30px auto;
    padding: 0;
    max-width: 100%;
    width: 720px;
}

.section-4th .video-list ul {
    margin: 0;
    padding: 0 2px;
    text-align: center;
}

.section-4th .video-list li {
    display: inline-block;
    list-style-type: none;
    margin: 0 3%;
    max-width: 25%;
    width: 192px;
    height: 108px;
    background-color: #fbd79e;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section-4th .video-list li.open {
    cursor: pointer;
}

.section-4th .video-list li.close {
    background-image: url(../images/image_text_media.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.section-5th .box {
    color: white;
    margin: 50px auto;
    padding: 50px 0;
    width: 720px;
    background: rgba(0,0,0,.7);
}

.section-5th .box h5 {
    color: #5c90f7;
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 24px;
}

.section-5th .box p {
    line-height: 32px;
}

.teaser-player {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}

.teaser-player video {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -202.5px -360px;
    max-width: 100%;
    max-height: 100%;
    width: 720px;
    height: 405px;
}

.teaser-player .close {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -202.5px -360px;
    max-width: 100%;
    max-height: 100%;
    width: 720px;
    height: 405px;
}

.teaser-player .close .close_btn {
    float: right;
    cursor: pointer;
    color: white;
    margin-right: 12px;
    font-size: 32px;
}

.downarrow {
    pointer-events: none;
    position: fixed;
    left: 50%;
    bottom: 50px;
    margin: 0 -48px;
    animation-duration: 1s;
    animation-name: downarrow-bounce;
    animation-iteration-count: infinite;
}

.top-button {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 200px;
    right: 25px;
}

.footer {
  margin: 100px 0 0;
}

.footer .copyrights {
    padding:10px;
    text-align:center;color:#fff;
    background-color:#000
}

.footer .copyrights p{
  font-size:14px;
}

.footer .copyrights a{
  font-size:14px;
}

.app_txt {
    line-height: 1.5em;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}

@keyframes downarrow-bounce {
    0%   { bottom: 50px; opacity: 0.2; }
    75%  { bottom: 55px; opacity: 1; }
    90%  { bottom: 50px; opacity: 0.2; }
    100% { bottom: 50px; opacity: 0.2; }
}

@media screen and (max-width: 1920px) and (min-width: 1200px) {
    .section-3rd .rewards-items {
        max-width: 24.5%;
    }

    .section-3rd .rewards-items .preregister-reward {
        max-width: 100%;
    }

    .section-3rd .rewards {
        max-width: 71.8%;
    }

    .section-3rd .rewards .reward-background {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .pc { display: none; }
    .mobile { display: inline-block; max-width: 100%; }

    .header>.m-4 {
        margin: 30px 20px;
    }
    .header .mx-1 {
        margin: 0 8px;
    }
    .header .select-language {
        margin: 0 15px;
    }

    .section-1st .ssj-title.pc {
        margin-bottom: 100px;
        max-width: 95%;
    }

    .section-1st .ssj-title.mobile {
        margin-bottom: 100px;
        max-width: 95%;
    }

    .section-3rd .pre-order-count {
        max-width: 95%;
        font-size: 76px;
    }

    .section-3rd .preregister-reward {
        margin-bottom: 20px;
    }

    .section-3rd .rewards {
        width: 100%;
    }

    .section-3rd .rewards>img {
        width: calc(100% - 20px);
    }

    .section-3rd .rewards .progress {
        top: 2%;
        left: 4%;
        width: 96.8%;
    }

    .section-3rd .rewards .progress>img {
        width: 100%;
    }

    .section-5th .box {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .pc { display: none; }
    .mobile { display: inline-block; max-width: 100%; }

    .header>.m-4 {
        margin: 30px 20px;
    }
    .header .logo img {
        width: 248px;
    }
    .header .float-right>a {
        margin: 0 !important;
    }
    .header .float-right>a>img {
        width: 28px;
        height: 28px;
    }
    .header .select-language {
        margin: 0 !important;
    }
    .header .select-language img {
        height: 32px;
    }
    .header .select-language .items img {
        height: 28px;
    }

    .section-1st .subtitle.mobile {
        max-width: 90%;
    }

    .section-1st .ssj-title.mobile {
        margin-bottom: 100px;
        max-width: 95%;
    }

    .section-1st .pre-register {
        width: 300px;
    }

    .section-1st .stores {
        line-height: 55px;
    }
    .section-1st .stores>a>img {
        max-width: 38%;
        width: 175px;
    }

    .section-2nd .subtitle {
        width: 380px
    }

    .section-2nd .slider .slick-arrow {
        display: none !important;
    }

    .section-3rd .subtitle {
        max-width: 90%;
    }

    .section-3rd .pre-order-count {
        max-width: 95%;
        font-size: 72px;
    }

    .section-3rd .preregister-reward {
        margin-bottom: 20px;
    }

    .section-3rd .rewards {
        width: 100%;
    }

    .section-3rd .rewards>img {
        width: calc(100% - 20px);
    }

    .section-3rd .rewards .progress {
        top: 2%;
        left: 4%;
        width: 96.8%;
    }

    .section-3rd .rewards .progress>img {
        width: 100%;
    }

    .section-3rd .pre-register {
        width: 300px;
    }

    .section-3rd .stores {
        line-height: 55px;
    }
    .section-3rd .stores>a>img {
        max-width: 38%;
        width: 175px;
    }

    .section-4th .subtitle {
        max-width: 90%;
    }

    .section-5th .subtitle {
        max-width: 90%;
    }

    .section-5th .box {
        width: 100%;
    }

    .section-5th .box p {
        line-height: 40px;
    }

    .section-5th .box p .mobile-br {
        display: block;
        margin-top: -17px;
    }

    .footer {
        margin-bottom: 100px;
    }

    .footer .footer-logo {
        max-width: 38%;
        width: 175px;
    }
}

@media screen and (max-width: 480px) {
    .movie_div video {
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}

    .header .logo img {
        width: 188px;
    }
    .header .float-right>a>img {
        width: 24px;
        height: 24px;
    }
    .header .select-language img {
        height: 28px;
    }
    .header .select-language .items img {
        height: 24px;
    }
    .section-3rd .pre-order-count {
        height: 86px;
        font-size: 50px;
    }
}

@media screen and (max-width: 280px) {
    .header .logo img {
        width: 188px;
    }
    .header .float-right>a>img {
        width: 18px;
        height: 18px;
    }
    .header .select-language img {
        height: 22px;
    }
    .header .select-language .items img {
        height: 18px;
    }
}
