@charset "utf-8";
html,
body {
    height: auto;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    color: #333333;
    /* text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);*/
    -webkit-text-size-adjust: 100%;
    background-image: none;
    background-color: #000000;
}


/*
.wrap {
    background: url(../img/bg.png) repeat-y;
}
*/

.wrap {
    background: url(../img/book_bg.jpg) repeat;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.mt {
    margin-top: 20px;
}

.pt {
    padding-top: 20px;
}

.ptx4 {
    padding-top: 80px;
}

.pb {
    padding-bottom: 20px;
}

.pbx2 {
    padding-bottom: 40px;
}

.pbx4 {
    padding-bottom: 80px;
}

.mb02 {
    margin-bottom: 20px;
}

.mb {
    margin-bottom: 40px;
}

.mbm {
    margin-bottom: 10px;
}

.mbmm {
    margin-bottom: 5px;
}

.mbi {
    margin-bottom: 40px !important;
}

.mbx2 {
    margin-bottom: 40px;
}

.mbx3 {
    margin-bottom: 60px;
}

.mbx4 {
    margin-bottom: 80px;
}

.cen {
    text-align: center;
}

.left {
    text-align: left;
}

.rel {
    position: relative;
}

.pcpt {
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.pw {
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
}

.right {
    text-align: right;
}

.fontb {
    font-size: 120%;
}


/**Page Section*/

header {
    background-color: #ffffff;
    padding: 10px 0;
    position: relative;
}

pre {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#sec01 {
    background: url(../img/key_bg.jpg) top center no-repeat;
    background-size: 100%;
    overflow-y: hidden;
    height: 773px;
}

#sec01 .back_ground {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#sec01 .back_ground #head_char01 {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    display: none;
}

#sec01 .back_ground #head_char01ef {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    display: none;
}

#sec01 .back_ground #head_char02 {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    display: none;
}

#sec01 .back_ground #head_char02ef {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    display: none;
}

#sec01 .back_ground #head_char03 {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 50px;
    display: none;
}

#sec01 .back_ground #head_char04 {
    position: absolute;
    z-index: 4;
    top: 448px;
    right: 247px;
    display: none;
}

#sec01 .f_ground {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

#sec01 .f_ground .title {
    width: 454px;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
    margin-top: 65px;
}

#sec01 .f_ground .title #logo {
    margin-left: -64px;
    margin-bottom: 10px;
}

#sec01 .f_ground .title .left {
    margin-left: 96px;
}

#sec01 .f_ground #txt02 {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 20px;
}

#sec01 .f_ground #head_eslogo {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
}

.naviwrap {
    background: url(../img/menu_bg.jpg);
    padding: 2px 0;
}

.naviwrap.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99;
}

.naviwrap .border {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.naviwrap .nav {
    display: flex;
    justify-content: space-between;
}

.naviwrap .nav li {
    position: relative;
}

#sec02 {
    background: url(../img/book_bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000ff', endColorstr='#00000000', GradientType=0);
    padding-top: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 3;
}

#sec02 .border {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    height: 1px;
    width: 100%;
}

#sec02 .box {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sec02 .box #novel_txt01 {
    margin-left: 9px;
}

#sec02 .box #novel_char01 {
    position: absolute;
    top: 47px;
    right: 10px;
}

#tokuten {
    background: url(../img/tokuten_bg.jpg) top center no-repeat;
    background-size: 100% 100%;
}

#sec03 {
    background: url(../img/world_bg.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#sec04 {
    background: url(../img/char_bg.jpg) top center no-repeat;
    background-size: 100% auto;
    padding-top: 60px;
}

#sec04 #char01 {
    position: relative;
    padding-top: 0;
    padding-bottom: 60px;
    z-index: 3;
    margin-top: -48px;
}

#sec04 #char02 {
    position: relative;
    padding-top: 0;
    padding-bottom: 60px;
    z-index: 2;
    margin-top: -231px;
}

#sec04 #title_img {
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 1;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
}

#sec04 .centerimg {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 2;
}

#sec04 #right_img {
    position: absolute;
    right: 90px;
    top: 74px;
    z-index: 1;
}

#sec04 #left_img {
    position: absolute;
    left: 68px;
    top: 336px;
    z-index: 1;
}

.bok {}

#sec05 {
    background: url(../img/interview_bg.jpg) top center repeat;
    background-size: 100% auto;
    padding-top: 0px;
}

.bk {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 0) 50%);
    position: relative;
    z-index: 3;
}

#sec05 .title {
    position: relative;
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border-left: 8px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#sec05 .title .toggle {
    position: absolute;
    top: 42px;
    right: 47px;
    transition: all 0.5s;
}

#sec05 .title.active .toggle {
    position: absolute;
    top: 42px;
    right: 47px;
    transform: rotate(60deg);
}

#sec05 .body {
    border: 0px solid #000000;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 999px;
    position: relative;
    left: -2px;
    color: #ffffff;
    padding: 40px 4px;
    line-height: 1.4em;
}

#sec05 .body::before {
    content: '';
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 0px solid #000;
    border-radius: 8px;
    position: absolute;
    top: -6px;
    left: -6px;
}

#sec05 .body::after {
    content: url(../img/cursor02.png);
    width: 13px;
    display: none;
    height: 12px;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 7px);
}

#sec05 .body dl {}

#sec05 .body dl dt {
    color: #ffde00;
    margin-bottom: 10px;
    position: relative;
}

#sec05 .body dl dt.strong {
    color: #ffde00;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

#sec05 .body dl.qa dt:before {
    content: "--";
}

#sec05 .body dl dd {
    margin-bottom: 20px;
}

#sec05 .body dl.qa dd:before {
    content: "";
}

#sec05 .pc_youtube {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-bnr {
    padding: 2% 0;
}

.footer-bnr ul {
    display: flex;
    justify-content: center;
}

.footer-bnr ul li {
    width: 30%;
    text-align: center;
}

footer {
    padding: 10px 0;
    background-color: transparent;
}

.copy {
    color: #ffffff;
}

.flexb {
    display: flex;
    justify-content: space-between;
}

.flexa {
    display: flex;
    justify-content: space-around;
}

.flexc {
    display: flex;
    justify-content: center;
}

.w50 {
    width: 50%;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
    display: none;
}

.overlay.active {
    display: block;
}

.overlay .centerbox {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**Hover*/

a:hover,
a:hover img,
.nav li:hover,
.nav2 li:hover,
.nav3 li:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .pconly {
        display: block;
    }
    .sponly {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    body {
        width: 1200px;
    }
    .naviwrap.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-attachment: fixed;
        font-size: 14px;
        width: 100%;
    }
    .inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding-left: 2%;
        padding-right: 2%;
    }
    .spb {
        display: block;
    }
    .pcpt {
        padding-top: 10px;
        padding-bottom: 0px;
        margin-top: -10px;
    }
    .sppt {
        padding-top: 20px;
    }
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
    .flexc {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .flexc>a,
    .flexc>img {
        margin-right: 0px!important;
    }
    #sec01 {
        background: url(../img/key_bg_sp.jpg) top center no-repeat;
        background-size: 100% 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        height: auto;
    }
    #sec01 .f_ground {
        position: relative;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 15px;
    }
    #sec01 .f_ground .title {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 380px;
        text-align: center;
    }
    #sec01 .f_ground .title .left {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
    }
    #sec01 .f_ground #txt02 {
        position: absolute;
        z-index: 1;
        top: 11px;
        right: 10px;
        width: 24%;
    }
    #sec01 .f_ground #head_eslogo {
        position: absolute;
        z-index: 1;
        top: 1px;
        right: 5px;
    }
    #sec01 .back_ground #head_char01 {
        position: absolute;
        z-index: 4;
        top: 170px;
        right: 0px;
        display: none;
        width: 100%;
    }
    #sec01 .back_ground #head_char02 {
        position: absolute;
        z-index: 3;
        top: 0px;
        left: 0px;
        display: none;
        width: 100%;
    }
    #sec01 .back_ground #head_char03 {
        position: absolute;
        z-index: 1;
        top: 0px;
        right: 3px;
        display: none;
        width: 100%;
    }
    #sec01 .back_ground #head_char04 {
        position: absolute;
        z-index: 4;
        top: 277px;
        right: 112px;
        display: none;
        width: 34%;
    }
    .naviwrap .nav {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .naviwrap .nav li {
        position: relative;
        width: 33%;
        margin-bottom: 0px;
    }
    .naviwrap .border {
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .nav li img {
        height: 13px;
    }
    .naviwrap .nav li:hover:before {}
    #tokuten {
        padding: 2%;
    }
    #sec02 .box {
        flex-wrap: wrap;
    }
    #sec02 .box #novel_char01 {
        position: absolute;
        top: 34px;
        right: 10px;
        width: 20%;
    }
    #sec03 {
        background: url(../img/world_bg_sp.jpg) top center no-repeat;
        background-size: cover;
        background-attachment: initial;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 2%;
        padding-right: 2%;
    }
    #sec04 {
        background: url(../img/char_bg.jpg) top center no-repeat;
        background-size: cover;
        background-attachment: initial;
    }
    #sec04 #title_img {
        position: absolute;
        left: 0px;
        top: 20px;
        z-index: 1;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 5px;
        text-align: center;
    }
    #sec04 #title_img img {
        width: 80%;
    }
    #sec04 > div.inner.pt > .sponly {
        display: flex;
        justify-content: space-around;
        position: relative;
        z-index: 5;
        margin-top: -224px;
        flex-direction: row-reverse;
        margin-bottom: 245px;
    }
    #sec04 #right_img {
        position: relative;
        right: 0;
        top: 0;
        z-index: 1;
    }
    #sec04 #left_img {
        position: relative;
        left: 0;
        top: 0;
        z-index: 1;
    }
    #sec04 > div.bok > div.inner.cen.mb02 {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 80%;
    }
    #sec04 > div.bok > div.inner.flexc.pbx4 {
        width: 80%;
        align-items: flex-start;
    }
    #sec04 > div.bok > div.inner.flexc.pbx4 img {
        width: 100%;
        max-width: none;
        height: auto;
    }
    #sec04 #char01 {
        position: relative;
        padding-top: 0;
        padding-bottom: 60px;
        z-index: 3;
        margin-top: -18px;
    }
    #sec04 #char02 {
        position: relative;
        padding-top: 0;
        padding-bottom: 60px;
        z-index: 2;
        margin-top: -81px;
    }
    #sec04 #charsub {
        position: relative;
        padding-top: 0;
        padding-bottom: 60px;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: -41px;
    }
    #sec04 #charsub img {
        display: block;
        width: 28%;
    }
    #sec05 .body {
        width: 100%;
        margin-top: -2px;
        left: -2px;
        border: 3px solid #FFFFFF;
        color: #ffffff;
        padding: 20px 2%;
        line-height: 1.4em;
    }
    #sec05 .body::before {
        content: '';
        width: calc(100% + 4px);
        height: calc(100% + 5px);
        border: 1px solid #000;
        border-radius: 4px;
        position: absolute;
        top: -3px;
        left: -3px;
    }
    #sec05 .title img {
        height: 30px;
    }
    #sec05 .title .toggle {
        position: absolute;
        top: 7px;
        right: 10px;
        transition: all 0.5s;
        height: 20px;
    }
    #sec05 .title.active .toggle {
        position: absolute;
        top: 7px;
        right: 10px;
        transform: rotate(60deg);
    }
    .footer-bnr ul {
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .footer-bnr ul li {
        width: 44%;
        text-align: center;
    }
    .sp_col2 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .sp_col2 a {
        display: inline-block;
        width: 45%;
        margin-bottom: 20px;
    }
}