@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%;
}


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

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

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

.mt {
    margin-top: 20px;
}

.mtx4 {
    margin-top: 80px;
}

.pt {
    padding-top: 20px;
}

.pb {
    padding-bottom: 20px;
}

.pbx2 {
    padding-bottom: 40px;
}

.mb02 {
    margin-bottom: 20px;
}

.mb {
    margin-bottom: 40px;
}

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

.mbx2 {
    margin-bottom: 40px;
}

.mbx3 {
    margin-bottom: 60px;
}

.mbx4 {
    margin-bottom: 80px;
}

.cen {
    text-align: center;
}

.rel {
    position: relative;
}

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

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

.ph100 {
    padding-top: 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.right {
    text-align: right;
}

.txt01 {
    font-size: 24px;
    font-weight: bold;
    color: #505661;
}


/**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: 1000px;
    margin: 0 auto;
    position: relative;
}

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

.ttl img {
    margin: 2px 5px;
}

.naviwrap {
    background: #505661;
    padding: 15px 0 10px 0;
}

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

.nav li {
    width: 19%;
}

.nav li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
    padding-bottom: 5px;
    border-bottom: 5px solid #6f7889;
    line-height: 1.0em;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.box01 {
    text-align: left;
    position: relative;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
    font-size: 18px;
    min-height: 100px;
}

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

.box01 .lt {
    position: absolute;
    width: 25px;
    height: 25px;
    border-left: 3px solid #000000;
    border-top: 3px solid #000000;
    left: 0;
    top: 0;
    z-index: 2;
}

.box01 .rt {
    position: absolute;
    width: 25px;
    height: 25px;
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
    right: 0;
    top: 0;
    z-index: 2;
}

.box01 .lb {
    position: absolute;
    width: 25px;
    height: 25px;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.box01 .rb {
    position: absolute;
    width: 25px;
    height: 25px;
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.box01 span {
    font-size: 22px;
    display: block;
}

.dotborder {
    border-right: 5px dotted #333333;
}

.box02 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6em;
}

.box03 {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 15px;
    min-height: 470px;
}

.box04 {
    background-color: rgba(255, 255, 255, 0.6);
}

.box04 article {
    border-top: 3px solid #505661;
    padding: 10px 10px;
}

.box04 article:last-child {
    border-bottom: 3px solid #505661;
}

.box04 article span {
    font-weight: bold;
}

.box04 article span.title {
    font-size: 115%;
    display: block;
}

.box05 article {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: solid 1px #836618;
    outline: solid 1px #8b6f25;
    outline-offset: 1px;
    padding: 10px;
}

.box05 article span.title {
    font-size: 140%;
    font-weight: bold;
    display: block;
    text-align: center;
}

.box05 article span.subtitle {
    font-size: 110%;
    display: block;
    text-align: left;
    padding: 0 10px;
}

.box05 article .body {
    padding: 10px;
}

#sec07 .box05 article .body {
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
}

#sec07 .box05 article .body:last-child {
    border-bottom: 0px solid #000000;
}

strong {
    color: #f26b7c;
    font-size: 18px;
    font-weight: bold;
}

.st {
    font-size: 100%;
    font-weight: bold;
}

.st02 {
    color: #f26b7c;
    font-size: 24px;
    font-weight: bold;
}

.box #img03 {
    position: absolute;
    top: -52px;
    left: -16%;
}

#sec01 {
    background-size: cover;
}

#sec02 {
    border-top: 5px solid #a5a9ac;
    background-size: cover;
    background-image: url(../img/sec02_bg01.jpg);
}

#sec03 {
    background: #ffffff;
    border-top: 0px solid #a5a9ac;
    background-size: cover;
    background-image: url(../img/sec03_bg01.jpg);
}

#sec06 {
    border-top: 5px solid #a5a9ac;
    background-size: cover;
    background-image: none;
}

.inner_box {
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
}

.inner_box:after {
    content: "";
    background: url(../img/sec03_boder.png);
    background-size: 100% auto;
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 43px;
    background-repeat: no-repeat;
    z-index: 1;
}

.inner_box:last-child:after {
    content: "";
    background: none;
    background-size: 100% auto;
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 43px;
    background-repeat: no-repeat;
}

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

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

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

footer {
    border-top: 0px solid #006cba;
    padding: 10px 0;
    background-color: #505661;
}

.copy {
    color: #ffffff;
}

.table_01 {
    width: 96%;
    table-layout: fixed;
    margin: 10px auto;
}

.table_01 tr td {
    text-align: left;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 10px 5px 2px 5px;
}

.table_01 tr th {
    text-align: left;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 10px 5px 2px 5px;
}

.table_01 tr td a {
    color: #333333;
    /*    text-decoration: none;*/
}

.table_01 tr th:first-child {
    width: 70%;
}

.table_01 tr th:last-child {
    width: 30%;
}

.table_01 tr td:first-child {
    width: 70%;
}

.table_01 tr td:last-child {
    width: 30%;
}

.btn {
    margin: 20px;
    padding: 10px 20px;
    border: 4px solid #333333;
    display: inline-block;
    color: #333;
    font-size: 120%;
    cursor: pointer;
}

.btn:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.btn02 {
    background-color: #006cba;
    border-radius: 25px;
    box-shadow: #033a62 4px 4px 0 0;
    list-style: none;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 90%;
    z-index: 3;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.btn02:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

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

ul.flexb.col03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

ul.flexb.col03 > li {
    width: 28%;
    margin-bottom: 80px;
}

ul.flexa.col03 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

ul.flexa.col03 > li {
    width: 28%;
    margin-bottom: 80px;
}

#sec02 li > .img {
    text-align: center;
    margin-bottom: 20px;
}

#sec02 li > .body {
    background: #ffffff;
    border-radius: 2px;
    border: solid 1px #836618;
    outline: solid 1px #8b6f25;
    outline-offset: 1px;
    box-sizing: border-box;
    min-height: 270px;
    padding: 0 5px;
}

#sec02 li > .body .head {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
}

#sec02 li > .body .head:before {
    content: "";
    width: 23px;
    height: 19px;
    position: absolute;
    top: 8px;
    left: 1px;
    background-image: url("../img/icon_r.png");
    background-size: 23px 19px;
    background-repeat: no-repeat;
}

#sec02 li > .body .head:after {
    content: "";
    width: 23px;
    height: 19px;
    position: absolute;
    top: 8px;
    right: 1px;
    background-image: url("../img/icon_l.png");
    background-size: 23px 19px;
    background-repeat: no-repeat;
}

#sec03 li > .img {
    text-align: center;
    margin-bottom: 20px;
}

#sec03 li > .body {
    background: #ffffff;
    border-radius: 2px;
    border: solid 1px #000000;
    outline: solid 1px #000000;
    outline-offset: 1px;
    box-sizing: border-box;
    min-height: 300px;
    padding: 0 5px;
}

#sec03 li > .body .head {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
}

.alc {
    align-items: center;
}

.dfwn {
    flex-direction: row;
    flex-wrap: nowrap;
}

.w50 {
    width: 48%;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#key_anime {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#key_anime img {
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
}

#key_anime img#keybg {
    opacity: 0.8;
    animation-delay: 0s;
    animation-duration: 0s;
    display: block;
    width: 100%;
}

#key_anime img#sec01_1 {
    animation-delay: 0.2s;
}

#key_anime img#sec01_1 {
    animation-delay: 0.2s;
    width: 50%;
}

#key_anime img#sec01_2 {
    animation-delay: 0.4s;
    width: 44.8%;
    top: 2vw;
    left: -0.3%;
}

#key_anime img#sec01_3 {
    animation-delay: 0.8s;
    width: 50%;
}

#key_anime img#sec01_4 {
    animation-delay: 2.2s;
    width: 19%;
    left: 30.5%;
    top: 0.5vw;
}

#key_anime img#sec01_5 {
    animation-delay: 2.6s;
    width: 15%;
    left: 2%;
    top: 23.3vw;
}

#key_anime img#sec02_1 {
    animation-delay: 0.2s;
    width: 50%;
    left: auto;
    right: 0px;
}

#key_anime img#sec02_2 {
    animation-delay: 0.4s;
    width: 16%;
    left: auto;
    right: 37%;
    top: 3vw;
}

#key_anime img#sec02_3 {
    animation-delay: 0.6s;
    width: 31%;
    left: 50%;
    top: 0vw;
}

#key_anime img#sec02_4 {
    animation-delay: 0.8s;
    width: 23%;
    left: auto;
    right: -3%;
    top: 4vw;
}

#key_anime img#sec02_5 {
    animation-delay: 1s;
    width: 24%;
    left: auto;
    right: 12%;
    top: 4vw;
}

#key_anime img#sec02_6 {
    animation-delay: 1.2s;
    width: 19%;
    left: auto;
    right: 35%;
    top: 19vw;
}

#key_anime img#sec02_7 {
    animation-delay: 1.4s;
    width: 48%;
    left: auto;
    right: 6%;
    top: 20vw;
}

#key_anime img#sec02_8 {
    animation-delay: 1.6s;
    width: 19%;
    left: auto;
    right: 6%;
    top: 18vw;
}

#key_anime img#sec02_9 {
    animation-delay: 1.8s;
    width: 10%;
    left: auto;
    right: 14%;
    top: 42vw;
}

#key_anime img#sec02_10 {
    animation-delay: 2.0s;
    width: 13%;
    left: auto;
    right: 0%;
    top: 40vw;
}

#key_anime img#sec02_11 {
    animation-delay: 2.2s;
    width: 9%;
    left: auto;
    right: 0.5%;
    top: 1vw;
}

#key_anime img#sec02_12 {
    animation-delay: 2.4s;
    width: 9%;
    left: auto;
    right: 40.5%;
    top: 25vw;
}

#key_anime img#sec02_13 {
    animation-delay: 2.6s;
    width: 25%;
    left: auto;
    right: 0%;
    top: 33vw;
}

.fadein {
    animation-name: fadein;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/**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;
}

.novel_logo {
    text-align: right;
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

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

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

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

@media screen and (max-width: 768px) {
    body {
        background-attachment: fixed;
        font-size: 14px;
    }
    .inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .spb {
        display: block;
    }
    .pcpt {
        padding-top: 10px;
        padding-bottom: 0px;
        margin-top: -10px;
    }
    .sppt {
        padding-top: 20px;
    }
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
    .ttl {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .nav {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .nav li {
        width: 45%;
        margin: 10px 5px;
    }
    .nav li a {
        font-size: 16px;
    }
    #sec_top {
        padding-left: 2%;
        padding-right: 2%;
    }
    #sec01 {
        padding-left: 2%;
        padding-right: 2%;
    }
    #sec01 .flexb {
        display: flex;
        flex-direction: column;
    }
    #sec01 .flexb.dfwn {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    #sec01 .w50 {
        width: 100%;
    }
    #sec01 .w50:first-child {
        border-bottom: 5px dotted #333333;
        padding-bottom: 0px;
        margin-bottom: 40px;
    }
    .box01 span {
        font-size: 22px;
        display: block;
    }
    #sec01 .w50 .img {
        text-align: center;
    }
    #sec01 .w50 .img img {
        width: 70%;
        height: auto;
    }
    #sec01 .w50 .img .logo01 {
        height: 265px;
        width: auto;
    }
    ul.flexb.col03 {
        padding: 0 2%;
    }
    ul.flexb.col03 > li {
        width: 48%;
        margin-bottom: 80px;
    }
    ul.flexa.col03 > li {
        width: 48%;
        margin-bottom: 80px;
    }
    #sec04 {
        padding-left: 2%;
        padding-right: 2%;
    }
    #sec06 {
        padding: 0 2%;
    }
    #sec07 {
        padding: 0 2%;
    }
    .footer-bnr ul {
        display: flex;
        justify-content: space-around;
    }
    .footer-bnr ul.link {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .footer-bnr ul.link li {
        width: 90%;
        text-align: center;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-bnr ul.bnr {
        width: 90%!important;
    }
    .novel_logo {
        text-align: right;
        padding: 10px 0;
        width: 50%;
        margin: 0 0 0 auto;
    }
}