@charset "utf-8";
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-size: 100% auto;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: contain;
}

header {
    background-color: #fff100;
    position: relative;
    border-bottom: 10px solid #a00001;
    background-image: url('../img/mv_bg.jpg');
    background-size: cover;
}

header img {
    vertical-align: bottom;
}

.biginner {
    width: 1200px;
    margin: 0 auto;
}

.inner {
    width: 1036px;
    margin: 0 auto;
}

.mt {
    margin-top: 20px;
}

.pt {
    padding-top: 20px;
}

.pb {
    padding-bottom: 20px;
}

.mb {
    margin-bottom: 40px;
}

.mbx2 {
    margin-bottom: 80px;
}

.mbm {
    margin-bottom: 10px;
}

.ptx2 {
    padding-top: 40px;
}

.pbx2 {
    padding-bottom: 40px;
}

.lp20 {
    padding-left: 20px;
}

.w50 {
    width: 49%;
}

.cen {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.rel {
    position: relative;
}

.flexs {
    display: flex;
    justify-content: flex-start;
}

.flexs img {
    height: fit-content;
}

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

.flexc a {
    display: block;
    width: 100%;
}

.flexc a img {
    max-width: 100%;
}

.flexb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.flexb a img {
    max-width: 100%;
}

.no-wrap {
    flex-wrap: nowrap;
}

.no-align {
    align-items: flex-start;
}

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

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

.flexa li {
    text-align: center;
}

.flexa li a {
    color: #000067;
    font-weight: bold;
}

.flexr {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    padding: 20px 50px;
    box-sizing: border-box;
}

.flexr li {
    width: 50%;
}

.flexr a {
    display: block;
    width: 100%;
}

.flexr a img {
    max-width: 100%;
}

.wh {
    padding: 0 20px;
    color: #fff;
    font-size: 21px;
}

header #sns {
    padding: 5px 0 0 0;
    position: absolute;
    top: 0;
    left: 24%;
}

header #sns li {
    margin-right: 10px;
}

#sec01 {
    background-image: url(../img/bg01.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
}

#sec01-img {
    max-width: none;
    width: 107%;
}

#sec01 .list {
    position: absolute;
    top: 350px;
    left: 10%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 60%;
}

nav {
    background: #070607;
    position: relative;
    padding: 10px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

nav .flexb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sec02 {
    background-image: url(../img/bg02.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

#sec03 {
    background-image: url(../img/bg03.jpg);
    background-size: contain;
    background-position: center bottom;
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
}

#sec03-img {
    max-width: none;
    width: 107%;
}

#sec03 .body {
    position: absolute;
    top: 254px;
    left: 3%;
    width: 60%;
    text-align: left;
}

#sec03 .body .flexb {
    width: 76%;
    flex-wrap: nowrap;
    margin-top: 10px;
}

#sec03 .body .flexs a {
    margin-top: 10px;
    margin-right: 10px;
}

#sec04 {
    background-image: url(../img/bg04.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

#sec04 ul.flexa {}

#sec04 ul.flexa>li {
    width: 49%;
    margin-bottom: 40px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sec04 ul.flexa>li .flexb {
    align-items: normal;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

#sec04 ul.flexa>li .flexb .keyimg {
    width: 45%;
    margin-right: 15px;
}

#sec04 ul.flexa>li .body {
    width: 53%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    font-size: 97%;
}

#sec04 ul.flexa>li .body>div:first-child {
    color: #00164d;
    font-weight: bold;
    font-size: 120%;
}

#sec05 {
    background-image: url(../img/bg05.jpg);
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 10px;
    position: relative;
}

#sec05 .bgwrap {
    background: linear-gradient( 180deg, #ec873f 50%, rgba(0, 0, 0, 0.0) 70%);
    padding-top: 10px;
}

#sec05 .comics {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sec05 .comics li {
    width: 22%;
    margin-bottom: 40px;
}

#sec05 .comics li .img img {
    width: 100%;
    max-width: none;
}

#sec05 .comics li .comictitle {
    min-height: 5em;
    font-weight: bold;
}

#sec06 {
    background-image: url(../img/bg06.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

#sec07 {
    background-image: url(../img/bg07.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
#sec07 .flexa{
    align-items: flex-start;
}

#sec07 .tokusetsu {
    width: 60%;
}

#sec07 .links {
    width: 40%;
}

#sec07 .links a {
    display: block;
    margin-bottom: 10px;
}

.youtube {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#sec08 {
    background-image: url(../img/bg08.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.sec08-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec08-imgs div:first-child {
    margin-right: 10px;
}

.sec08-imgs div {
    width: 25%;
}

.sec08-imgs div img {
    width: 100%;
}

#sec09 {
    background-image: url(../img/bg09.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

#sec10 {
    background-image: url(../img/bg10.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

#sec10 .flexb {
    align-items: flex-start;
}

#sec10 .flexb li {
    width: 19%;
    font-size: 98%;
    font-weight: bold;
}

#sec10 .flexb li img {
    display: block;
    margin-bottom: 10px;
}

.cr {
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.bgcm {
    width: 100%;
}

.bgcm .title {
    background-image: url(../img/bgtitle.png);
    background-size: cover;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.bgcm .wrap {
    border-image: url(../img/border-img.jpg) 10 15 repeat;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    box-sizing: border-box;
}


/**Hover*/

a:hover img,
.wpflex a: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: 769px) {
    .sponly {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    * {
        box-sizing: border-box;
    }
    .* {
        box-sizing: border-box;
    }
    .pconly {
        display: none;
    }
    /*header*/
    html,
    body {
        width: 100%;
    }
    .biginner {
        width: 100%;
        margin: 0 auto;
    }
    .inner {
        width: 100%;
        margin: 0 auto;
        padding-left: 2%;
        padding-right: 2%;
    }
    .mb {
        margin-bottom: 10px;
    }
    .p {
        font-weight: bold;
        font-size: 95%;
    }
    .spw100 li {
        width: 100%!important;
    }
    .spw50 li {
        width: 49%!important;
    }
    .sp100 {
        width: 100%!important;
    }
    .spmb {
        margin-bottom: 20px;
    }
    .spcolum {
        flex-wrap: wrap!important;
    }
    nav .flexb {
        flex-wrap: nowrap;
    }
    nav .flexb:first-child {
        margin-bottom: 10px;
    }
    nav .flexb a {
        text-align: center;
        width: 23%;
    }
    nav .flexb a img {
        max-width: 80%;
    }
    .bgcm .title>img {
        height: 24px;
        text-align: center;
    }
    #sec01 {
        overflow: hidden;
    }
    #sec01 .list {
        position: absolute;
        top: 28vw;
        left: 15%;
    }
    #sec01 .list a {
        width: 44%;
    }
    #sec01-img {
        max-width: none;
        width: 102%;
        position: relative;
        left: 3%;
    }
    #sec03 .body {
        position: absolute;
        top: 20vw;
        left: 3%;
        width: 45%;
        text-align: left;
    }
    #sec03 .body .mb {
        margin-bottom: 1vw;
    }
    #sec03 .body .mbx2 {
        margin-bottom: 3vw;
    }
    #sec03 .body .flexb {
        width: 100%;
        flex-wrap: nowrap;
        margin-top: 0px;
    }
    #sec03 .body .flexs img {
        height: auto;
    }
    #sec03 .body .flexs a {
        margin-top: 0px;
        margin-right: 10px;
    }
    #sec04 ul.flexa>li .flexb {
        flex-wrap: wrap;
        width: 100%;
    }
    #sec04 ul.flexa>li .flexb .keyimg {
        width: 100%;
        margin-right: 0px;
    }
    #sec04 ul.flexa>li .body {
        width: 100%;
    }
    #sec05 .comics li {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
    #sec07 .tokusetsu {
        width: 57%;
    }
    #sec07 .flexa {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .sec08-imgs div {
        width: 50%;
    }
    .youtube {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 56.25%;
        position: relative;
    }
    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    #sec10 .flexb {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #sec10 .flexb li {
        width: 48%;
    }
}
