html {
    font-size: 625%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #000;
}
body {
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN",'ヒラギノ角ゴ ProN W3','Meiryo UI', Meiryo, sans-serif;
    font-size: 0.26rem;
    line-height: 1.6;
    letter-spacing: 0.01rem;
    font-feature-settings : "palt";
    -webkit-font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
}

/* reset style */
img { max-width: 100%;height: auto; }
h1, h2, h3, h4, h5, h6,p,figure,label { margin: 0; }
ul,ol,dl,dt,dd { list-style: none; margin:0; padding:0;}
a { text-decoration: none; color: #b3ad90; }
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select::-ms-expand {display: none;}/*IE矢印消す*/
button:focus,
a:focus {
    outline: none;
    outline: none -webkit-focus-ring-color;
}
a:hover {
    opacity: .9;
}

.wrapper {
    background: url('../img/bg_pc.png') no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

main {
    background:-webkit-gradient(linear,left top, left bottom,color-stop(0rem, #000),color-stop(.60rem, #000),color-stop(.60rem, rgba(255,255,255,0)),to(rgba(255,255,255,0)));
    background:linear-gradient(180deg,#000 0rem,#000 .60rem,rgba(255,255,255,0) .60rem,rgba(255,255,255,0) 100%);
}

/* HEADER
-------------------------------------------------*/
.header {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    height: .60rem;
    z-index: 999;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #a9932a;
    -webkit-transition: .3s;
    transition: .3s;
}
.header_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 .15rem;
}
.header_inner .icon {
    position: absolute;
    left: 0;
    width: .50rem;
    height: .50rem;
    top: 0;
    bottom: 0;
    margin: auto .15rem;
}
.sns-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: .10rem;
}
.sns-btn_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: .30rem;
    height: .30rem;
    border: 1px solid #b3ad90;
    border-radius: 50%;
    margin: 0 .07rem;
    -webkit-transition: .4s;
    transition: .4s;
}
.sns-btn_item a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.sns-btn_item img {
    max-width: 70%;
    max-height: 70%;
}
.sns-btn_item.yt img {
    -webkit-transform: translateX(.02rem);
            transform: translateX(.02rem);
}
.fb_iframe_widget {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: .10rem;
}
/* 言語選択 */
.lan-wrap {
    position: relative;
    margin: auto 0;
    padding: 0;
    font-size: .16rem;
    top: 0;
    right: 0;
    width: 1.60rem;
    height: .30rem;
    color: #000;
    background: #fff;
    text-align: left;
    cursor: pointer;
}
.lang-box {
    position: relative;
    display: block;
    width: 1.30rem;
    height: 100%;
    line-height: .30rem;
    padding-left: .10rem;
    background: #fff;
    border-right: 1px solid #000;
}
.lang-box::after {
    content: '';
    background: url('../img/angle-down.svg') no-repeat center center;
    display: block;
    width: .18rem;
    height: .18rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -.25rem;
}
.lang-list {
    width: 1.60rem;
    z-index: 100;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.lang-list li {
    visibility: visible;
    overflow: visible;
    height: .40rem;
    line-height: .40rem;
    z-index: 10;
    background-color: #fff;
    border-top: 1px solid;
}
.lang-list li:first-child {}
.lang-list li:last-child {}
.lang-list li a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 .10rem;
}
.lang-list li a:hover {
    color: #ffe400;
}
input[type="checkbox"].on-off {
    display: none;
}
input[type="checkbox"].on-off+ul {
    height: 0;
    overflow: hidden;
}
input[type="checkbox"].on-off:checked+ul {
    height: calc(.40rem * 5);
}


/* MAIN AREA
-------------------------------------------------*/
.main-area {
    position: relative;
    background-image: url('../img/main_v_pc.png');
    background-position: center .60rem;
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(46.875vw + .60rem);
}
.catch {
    position: absolute;
    left: 0; right: 0;
    margin: auto;
    text-align: center;
    top: calc(21vw + .60rem);
    font-size: .22rem;
    color: #fff;
    text-shadow: 0 0 .08rem #000,0 0 .08rem #000,0 0 .08rem #000;
}
.logo {
    position: absolute;
    left: 0; right: 0;
    margin: auto;
    width: 7.72rem;
    top: calc(21vw + .60rem);
}
.icon {
    width: .72rem;
}
.app-btn {
    position: absolute;
    left: 0; right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: calc(21vw + 2.60rem);
}
.icon,
.app-btn_link {
    margin: 0 .10rem;
}

.app-btn_link > a > img {
    height: .72rem;
    width: auto;
}

/* info AREA
-------------------------------------------------*/
.open_info {
    display: flex;
    text-align: left;
    font-size: .18rem;
    width: 6.40rem;
    margin:0 auto 1em;
    padding: 0.1em 1em;
    top: calc(21vw + 2.60rem);
    color: #796a20;/*文字色*/
    border: solid 2px #a9932a;/*線*/
    border-radius: 6px;/*角の丸み*/
    background: rgba(255, 255, 255, 0.4);
}

.open_info_text
{
    float:right;
    width: 100%;
    margin: 0.6em 1em 0.6em 0;
}

.open_bold {
    font-weight: bold;
}  
.open_line{
    background-color:#bdb79d;
    border:none;
    height:1px;}

.open_info a {
        color: #796a20;
        text-decoration: none;
        transition: 0.2s;
      }
.open_info a:hover {
        color: #a9932a;
        text-decoration: none;
      }
.open_info:hover {
    transition: 0.2s;
    background: rgba(255, 255, 255, 0.9);
    }
.open_info_img {
    margin:auto;
    width: 10%;
}
.trailer-area-info
{
    max-width: 1080px;
    margin: 0 auto 1rem;
    text-align: center;
}

/* CATEGORY AREA
-------------------------------------------------*/
.trailer-area,
.interview-area,
.follow-area,
.about-area,
.chara-area,
.info-area
 {
    max-width: 1080px;
    margin: 0 auto 1.30rem;
    text-align: center;
}
.cate-ttl {
    position: relative;
    font-size: .50rem;
    font-weight: bold;
    color: #a9932a;
    margin-bottom: .37rem;
}
.cate-ttl::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 64%;
    height: .02rem;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-gradient(linear,left top, right top,from(transparent), color-stop(25%, #a9932a), color-stop(75%, #a9932a), to(transparent));
    background-image: linear-gradient(left,transparent, #a9932a 25%, #a9932a 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

/* SLIDER
-------------------------------------------------*/
.slick-slider {
    width: 7.18rem;
    margin: 0 auto;
}
.video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.video::after {
    content: '';
    background: url('../img/play.png') no-repeat center center;
    background-size: contain;
    width: 1.77rem;
    height: 1.77rem;
    position: absolute;
    display: block;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin:  auto;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next {
    right: -.30rem;
}
.slick-next::before {
    content: '';
}
.slick-next::before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .50rem 0 .50rem .24rem;
    border-color: transparent transparent transparent #a9932a;
}
.slick-prev {
    left: -.30rem;
}
.slick-prev::before {
    content: '';
}
.slick-prev::before {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .50rem .24rem .50rem 0;
    border-color: transparent #a9932a transparent transparent;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slick-dots li {
    margin: 0 .10rem;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: .22rem;
    height: .22rem;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
/*     border: .02rem solid #a9932a; */
    -webkit-box-shadow: 0 0 0 .02rem #a9932a;
            box-shadow: 0 0 0 .02rem #a9932a;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button {
    border: .02rem solid #efe8da;
    -webkit-box-shadow: 0 0 0 .02rem #a9932a;
            box-shadow: 0 0 0 .02rem #a9932a;
    background-color: #a9932a;
    background: -webkit-gradient(linear, left top, left bottom, from(#b79d29),to(#52260d));
    background: linear-gradient(to bottom, #b79d29 0%,#52260d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b79d29', endColorstr='#52260d',GradientType=0 );
}

/*タイムライン*/
.timeline {
    width: 5.06rem;
    height: 10.18rem;
}
.btn_official {
    width: 3.20rem;
    margin: .40rem auto 0;
}

/* GAME INFORMATION
-------------------------------------------------*/
.game-info {
    text-align: left;
    font-size: .18rem;
    width: 6.40rem;
    margin: 0 auto;
}
.game-info_ttl {
    font-weight: bold;
    color: #a9932a;
}
.game-info_txt {
    margin-bottom: .20rem;
}

/* FOOTER
-------------------------------------------------*/
.footer {
    background-color: #000;
    color: #b3ad90;
    font-size: .16rem;
    padding: .35rem;
}
.footer .inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}
.footer_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: .30rem auto;
}
.footer_navi li {
    padding: 0 1em;
}
.footer_navi li:nth-child(2n) {
    border-left: 1px solid #b3ad90;
    border-right: 1px solid #b3ad90;
}
.footer_navi li:nth-child(4) {
    border-left: 1px solid #b3ad90;
    border-right: none;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .header,
    .wrapper,
    main {
        width: 1200px;
    }
    .main-area {
        background-size: contain;
        height: 622px;
    }
    .catch,
    .logo {
        top: 312px;
    }
    .app-btn {
        top: 512px;
    }
}
@media screen and (max-width: 768px) {
    html { font-size: calc(100vw / 7.68); }
    .wrapper {
        background-image: none;
    }
    .wrapper::after {
        content: '';
        background-image: url('../img/bg_sp.png');
        background-size: cover;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -1;
    }
    .header {
        height: .80rem;
    }
    .header_inner .icon {
        width: .60rem;
        height: .60rem;
    }
    .sns-btn_item a {
        width: .45rem;
        height: .45rem;
    }
    .lan-wrap {
        width: 2.4rem;
        font-size: .24rem;
        height: .45rem;
    }
    .lang-box {
        width: 2.1rem;
        line-height: .45rem;
    }
    .lang-list {
        width: 2.10rem;
    }
    .lang-list li {
        height: .50rem;
        line-height: .50rem;
    }
    input[type="checkbox"].on-off:checked+ul {
        height: calc(.50rem * 5);
    }
    .main-area {
        background: url('../img/main_v_sp.png') no-repeat center .80rem;
        height: 9.44rem;
        margin-bottom: 0;
        background-size: contain;
    }
    .catch {
        bottom: 3.26rem;
        top: auto;
    }
    .logo {
        bottom: 1.78rem;
        top: auto;
    }
    .app-btn {
        bottom: 1.10rem;
        top: auto;
    }
    .trailer-area {
        margin-top: -.50rem;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
    .timeline-wrap {
        max-width: 506px;
        width: 94vw;
        height: 100vh;
        margin: 0 auto;
        overflow: scroll;
    }
}
