@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/bg02.jpg) repeat;
}

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

.mt {
    margin-top: 20px;
}

.pt {
    padding-top: 20px;
}

.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/head_bg.png) top center no-repeat;
    background-size: 100%;
    overflow-y: hidden;
}

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

#sec01 .back_ground #head_char01 {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 50px;
    display: none;
}

#sec01 .back_ground #head_char02 {
    position: absolute;
    z-index: 3;
    top: 107px;
    right: 266px;
    display: none;
}

#sec01 .back_ground #head_char03 {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 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: 50%;
    margin-left: 0;
    margin-right: auto;
}

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

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

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

.naviwrap {
    background: url(../img/bg01.png);
    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;
}

.naviwrap .nav li:hover:before {
    content: url(../img/cursor.png);
    position: absolute;
    width: 16px;
    height: 18px;
    display: inline-block;
    top: 5px;
    left: -21px;
}

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

#sec02 .border {
    background: url(../img/bg02_head.png);
    opacity: 0.8;
    height: 39px;
    width: 100%;
    background-position-y: 5px;
    background-repeat: repeat-x;
}

#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;
}

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

#sec04 {
    background: url(../img/bg04.png) top center no-repeat;
    background-size: 100% auto;
    background-color: #86cae0;
    padding-top: 60px;
}

#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 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7abcff+0,86cae0+30&0+0,1+30 */
    background: -moz-linear-gradient(top, rgba(122, 188, 255, 0) 0%, rgba(134, 202, 224, 1) 30%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(122, 188, 255, 0) 0%, rgba(134, 202, 224, 1) 30%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(122, 188, 255, 0) 0%, rgba(134, 202, 224, 1) 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#007abcff', endColorstr='#86cae0', GradientType=0);
    /* IE6-9 */
    padding-top: 150px;
    margin-top: -380px;
    position: relative;
    z-index: 3;
}

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

#sec05 .title {
    position: relative;
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

#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 {
    background: url(../img/bg05.png);
    border-radius: 8px;
    box-shadow: 0px 5px 3.5px 3.5px rgba(0, 0, 0, 0.35), inset 0px 15px 10px 0px rgba(0, 0, 0, 0.35);
    margin-top: -8px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 999px;
    position: relative;
    left: -2px;
    border: 6px solid #FFFFFF;
    color: #ffffff;
    padding: 40px 60px;
    line-height: 1.4em;
}

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

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

#sec05 .body dl {}

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

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

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

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

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

.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: #333333;
}

.copy {
    color: #ffffff;
}

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

.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;
}


/**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;
    }
    .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%;
    }
    #sec01 {
        background: url(../img/head_bg_sp.png) top center no-repeat;
        background-size: 100% 100%;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    #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;
    }
    #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: 151px;
        right: 7px;
        width: 20%;
    }
    #sec01 .f_ground #head_eslogo {
        position: absolute;
        z-index: 1;
        top: 1px;
        right: 5px;
    }
    #sec01 .back_ground #head_char01 {
        position: absolute;
        z-index: 2;
        top: 0px;
        right: 5px;
        display: none;
        width: 72%;
    }
    #sec01 .back_ground #head_char02 {
        position: absolute;
        z-index: 3;
        top: 72px;
        left: 0px;
        display: none;
        width: 67%;
    }
    #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: space-between;
        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 {
        content: url(../img/cursor.png);
        position: absolute;
        width: 16px;
        height: 18px;
        display: inline-block;
        top: 5px;
        left: -3px;
    }
    #sec02 .box {
        flex-wrap: wrap;
    }
    #sec02 .box #novel_char01 {
        position: absolute;
        top: 34px;
        right: 10px;
        width: 20%;
    }
    #sec03 {
        background: url(../img/bg03_sp.jpg) top center no-repeat;
        background-size: cover;
        background-attachment: initial;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #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;
    }
    #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 .toggle {
        position: absolute;
        top: 7px;
        right: 10px;
        transition: all 0.5s;
    }
    #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;
    }
}


#tenpo{
	margin: 40px;
	padding: 30px 30px 50px 30px;
	border: solid 4px #FFF;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 2px #000;    /* 外側の線になる一本線の枠線を      /* 外側の線と内側の線の空き具合を調整*/
	background-color: #121033;
	background-image:url("../img/cursor02.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #FFF;
	border-radius: 5px;
	 box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.5);
	
	
}

#tenpo h3{
	color: #ffed21;
}

#tenpo .t_about{
	padding-bottom: 20px;
	
}

#tenpo ul{
	text-align: left;
}

#tenpo ul li{
	border-bottom: #FFF solid 1px;
	margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
	#tenpo{
	margin: 20px;
	padding: 20px 20px 40px 20px;
	
	
}
	
}