@charset "utf-8";

.teaser {
    display: block;
    width: 100%;
}

.pc {
    display: block;
}
.sp {
    display: none;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #000;
}
.wrapper {
    display: flex;
    max-height: 100vh;
    width: 100%;
}
header {
	background: #fff;
    width: 15.972222%;
    height: 100vh;
    position: fixed;
	z-index: 2;
}
.spHeader {
    display: none;
}

/* nav */
.pcHeader {
    display: block;
}
.pcHeader nav {
    padding: 39.13% 17.39% 0;
}
.pcHeader li {
    margin-bottom: 15.21%;
}
.pcHeader li.gray {
    opacity: 0.5;
}
.pcHeader li a {
    display: block;
    position: relative;
}
.pcHeader li a img {
    display: block;
}
.pcHeader li a img.on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}
.pcHeader li a img.on.current {
    opacity: 1;
}
.pcHeader .sns {
    margin-top: 23.04%;
}
.pcHeader .sns li {
    float: left;
    margin: 0 10% 0 0;
    max-width: 26%;
}
.pcHeader .sns li:last-child {
    margin: 0;
}
.pcHeader .sns li a:hover {
    opacity: 0.7;
}
.pcHeader .bnrArea {
	max-width: 220px;
    margin-top: 15.028%;
	padding: 0 17.39%;
}
.pcHeader .bnrArea a {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
}
.pcHeader .bnrArea a:hover {
	opacity: 0.7;
}

/* common */
.contents {
    width: 84.028888%;
    height: 100%;
    padding-left: 15.972222%;
}
.contents section {
    min-height: 62.5vw;
    height: auto;
}
@media only screen and (min-width: 1440px) {
    .contents section {
        height: 100vh;
    }
}
h2 {
    text-align: center;
    padding: 5.27% 0 2.08%;;
    position: relative;
}
h2:after {
    content: url(../img/title_arr01.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
h2 img {
    margin: auto;
}
.inner {
    width: 80%;
    max-width: 956px;
    margin: 8.36% auto 0;
}

/* top */
#top {
    background: url(../img/bg_top.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
#top h1 {
    padding: 3.968% 20.248% 0 6.034%;
}
.releaseDate {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: right;
    text-shadow: 0 0 8px rgba(30,141,180,1);
}
@media only screen and (max-width: 1300px) {
    .releaseDate {
        font-size: 3.15vw;
    }
}
.infoArea .newsBox {
    width: 40%;
    max-width: 457px;
    position: absolute;
    bottom: 3.5%;
    right: 1.5%;
}
.infoArea .newsBox dl {
    display: flex;
}
.infoArea .newsBox dt {
    background-color: #1a88c2;
    padding: 0.5em 1em;
}
.infoArea .newsBox dd {
    background-color: #fff;
    align-self: center;
    display: flex;
	flex-flow: wrap column;
    width: 100%;
    font-size: 13px;
    line-height: 1.7;
    padding: 0 1em;
}
.infoArea .newsBox dd div {
	display: flex;
	align-items: center;
	min-height: 32px;
    padding: 0.3em 0;
    box-sizing: border-box;
}
.infoArea .newsBox dd em {
	font-style: normal;
}
.infoArea .newsBox dd span {
    display: block;
	margin-left: 1em;
}
.infoArea .newsBox dd a {
	display: inline-block;
    color: #000;
    text-decoration: none;
}
.infoArea .newsBox dd a:hover {
    color: #009dd4;
    text-decoration: underline;
}
.infoArea .twitterBox {
    position: absolute;
    bottom: 4%;
    left: 10%;
}
@media only screen and (min-width: 768px) {
    .infoArea .twitterBox iframe {
        width: 290px !important;
        min-height: auto !important;
        max-height: 250px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
    .infoArea .twitterBox iframe {
        height: 15vw !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .infoArea .twitterBox iframe {
        max-width: 70% !important;
    }
}
.scroll {
    width: 40px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* story */
#story {
    background: url(../img/bg_story.jpg) no-repeat center center;
    background-size: cover;
	padding: 5.62% 4.54% 11.98%;
    position: relative;
}
#story h2 {
    width: 365px;
	margin: 0 auto 0 0;
	padding: 0 0 4.048%;
}
#story .lede {
    color: #fff;
	font-size: 18px;
    letter-spacing: 0.26em;
    line-height: 2.5;
    text-shadow: 0 0 8px rgba(53,44,121,1);
	text-shadow: 1px 1px 0 #352c79, -1px 1px 0 #352c79, 1px -1px 0 #352c79, -1px -1px 0 #352c79;
    padding-top: 2.64%;
}
#story .innerTxt {
    color: #fff;
	font-size: 15px;
	letter-spacing: 0.13em;
	line-height: 2.13;
	text-shadow: 1px 1px 0 #352c79, -1px 1px 0 #352c79, 1px -1px 0 #352c79, -1px -1px 0 #352c79;
	margin-top: 8.26%;
}
#story .innerTxt h3 {
	margin-bottom: 2.06%;
}
#story .innerTxt p {
	margin-bottom: 2.64%;
}
#story .innerTxt p:last-of-type {
	margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
    #story .lede {
        font-size: 1.425vw;
    }
    #story .innerTxt {
        font-size: 1.138vw;
    }
}

/* cast */
#cast {
    height: auto;
    position: relative;
}
.bgCast {
    background: radial-gradient(farthest-side circle at right top, #f0fbff 0, #e8eeff 50%, #dedfff 100%);
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    position: absolute;
	right: 0;
}
.paraCont {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
#cast h2 {
    padding-bottom: 4.49%;
}
#cast h2:after {
    content: url(../img/title_arr02.png);
}
#cast .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    margin: 3.71% auto 0;
}
.castBlock {
    background: linear-gradient(transparent, #030f35 30%);
    width: 49%;
    max-width: 460px;
    margin-bottom: 20px;
}
.castBlock:last-of-type {
    margin-bottom: 8.42%;
}
.castBlock .txt {
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
    margin-top: -64.13%;
    padding: 0 6.52% 5%;
    box-sizing: border-box;
}
.name {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.name span {
    display: block;
    color: #1a88c2;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 14px;
}
.character {
    font-size: 14px;
    margin-bottom: 10px;
}

.introArea {
    display: flex;
    justify-content: space-around;
}
.introArea .img {
    width: 36.71%;
}
.introArea .txt {
    width: 60%;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 20px;
}
/* staff */
#staff {
    background: url(../img/bg_staff.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    min-height: 62.5vw;
    height: auto;
}
#staff h2 {
    padding-bottom: 4.49%;
}
#staff .inner {
    padding-bottom: 8.36%;
}
#staff .introArea .txt .pc {
    font-size: 34px;
    margin-bottom: 20px;
}
#staff .introArea .txt .pc span {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 1em;
}
.staffList {
    border-top: 1px solid #67676f;
    display: flex;
    justify-content: space-between;
    margin-top: 5.23%;
    padding-top: 2.61%;
}
.staffList .col2 {
    display: flex;
    justify-content: space-between;
}
.staffList .col2:first-of-type {
    width: 58.36%;
}
.staffList .col2:last-of-type {
    width: 34.2%;
}
.staffList li {
    font-size: 14px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1300px) {
    .staffList li span {
        display: block;
        font-size: 12px;
        line-height: 1.5;
    }
}

/* Theme Song */
#song {
    background: url(../img/bg_song.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
#song h2:after {
    content: url(../img/title_arr02.png);
}
#song .introArea .txt .txtBold {
    font-size: 26px;
    font-weight: bold;
    margin: 50px 0 20px;
}
#song .introArea .txt .txtBold.pc {
	margin-top: 0;
}
#song .introArea .txt .txtBold span {
    font-weight: bold;
    letter-spacing: 0.1em;
}
.copyright {
    font-size: 12px;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 1300px) {
    #song {
        height: 80vw;
    }
}
@media only screen and (max-width: 1000px) {
    #song {
        height: 100vw;
    }
}


/*----------
modal
----------*/
.modalArea{
    position: absolute;
    width: 100%;
    max-width: 960px;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.modalArea.modal02{
    display: none;
}
.modalArea .inner{
    width: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 70px 30px 20px;
    position: relative;
}
.modalArea.modal01 .inner{
    padding: 70px 30px 60px;
}
.modalArea .inner .close{
    display: block;
    padding: 12px 0;
    position: absolute;
    top: 3%;
    right: 20px;
}
.modalArea .inner h2 {
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
    font-size: 38px;
    color: #009dd4;
    letter-spacing: 7.4px;
}
.modalArea .inner h2:after {
    display: none;
}
.modalArea .inner .newsList {
    height: 500px;
    overflow-y: scroll;
    position: relative;
}
.modalArea .inner .newsList dl {
    margin: 0 auto;
    padding: 40px 0;
    border-top: solid 1px #d2d2d2;
    position: relative;
}
.modalArea .inner .newsList dl:before {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #009dd4;
    position: absolute;
    top: -1px;
    left: 0;
}
.modalArea .inner .newsList dl dt {
    margin: 0 auto 30px;
    padding-left: 60px;
    font-size: 18px;
    color: #000;
    position: relative;
}
.modalArea .inner .newsList dl dt span {
    display: inline-block;
    width: 60px;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.modalArea .inner .newsList dl dd {
    margin: 0 auto;
    padding: 0 30px 0 60px;
    font-size: 13px;
    color: #000;
    line-height: 1.5;
}
.modalArea .inner .newsList dl dd a {
    color: #000;
    text-decoration: none;
}
.modalArea .inner .newsList dl dd a:hover {
    color: #009dd4;
    text-decoration: underline;
}
.modalArea .inner .newsList dl dd img {
    display: block;
    max-width: 100%;
    margin-top: 20px;
}

.modalArea .inner .movieBox{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.modalArea .inner .movieBox #mov02,
.modalArea .inner .movieBox #mov03 {
    display: none;
}
.modalArea .inner .movieBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.modalArea .inner .link_btn{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    margin-top: 30px;
}
.modalArea .inner .link_btn a{
    width: calc(172 / 900 * 100%);
    color: #fff;
    display: block;
    text-align: center;
    padding: 13px 0;
    border: 1px solid #009dd4;
    background-color: #009dd4;
    text-decoration: none;
    margin: 0 10px 0 0;
}
.modalArea .inner .link_btn a:nth-child(5){
    margin: 0;
}
.modalArea .inner .link_btn a:hover{
    border: 1px solid #009dd4;
    background-color: #ffffff;
    color: #009dd4;
    box-sizing: border-box;
}
.modalArea .inner .link_btn a.on{
    color: #009dd4;
    border: 1px solid #009dd4;
    background-color: #ffffff;
    box-sizing: border-box;
}
.modalArea .inner a.other_link{
    font-size: 14px;
    margin: 20px 0 0;
    color: #555555;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.modalArea .inner a.other_link:hover{
    text-decoration: none;
}

.modalOverlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}


@media only screen and (max-width: 767px) {
    * {
        box-sizing: border-box;
    }
    
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .wrapper {
        display: block;
        width: 100%;
    }
    header {
		background: transparent;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        z-index: 3;
    }
    .pcHeader {
        display: none;
    }
    
    /* nav */
    .spHeader {
        display: block;
    }
    .spHeader nav {
        background-color: #fff;
        display: none;
        width: 77.33%;
        padding: 12% 7% 50%;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
    }
    .spHeader nav ul li {
        display: block;
        border-bottom: 1px solid #d2d2d2;
        font-size: 1.8rem;
        line-height: 1.5;
        width: auto;
        box-sizing: border-box;
    }
    .spHeader nav ul li.gray {
        opacity: 0.5;
    }
    .spHeader nav ul li a {
        display: block;
        padding: 4% 0 2%;
        position: relative;
    }
    .spHeader nav ul li a:after {
        content: url(../img/nav_arr_sp.png);
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        position: absolute;
        top: 50%;
        right: 3%;
        margin-top: -16px;
    }
    .spHeader nav ul li a img {
        max-width: 50%;
    }
    .spHeader .headerIcon {
        width: 12%;
        float: right;
        text-align: center;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    /* common */
    .contents {
        width: 100%;
        height: 100%;
        padding-left: 0;
    }
    .contents section {
        width: 100%;
        min-height: inherit;
        height: 100%;
        padding: 13.2% 8% 10.66%;
        box-sizing: border-box;
    }
    h2 {
        text-align: center;
        padding: 0;
        position: inherit;
    }
    h2:after {
        content: none;
    }
    .inner {
        width: 100%;
        margin-top: 6.19%;
    }
    
    /* top */
    #top {
        background: none;
        padding: 0;
    }
    #top .mainVisual {
        background: url(../img/bg_top_sp.jpg) no-repeat center center;
        background-size: cover;
        min-height: 216.535vw;
		position: relative;
    }
    #top h1 {
        padding: 4.2% 16.8% 0 4.8%;
    }
	.releaseDate {
		font-size: 36px;
		line-height: 1.13;
		text-align: center;
		margin: auto;
		position: absolute;
		bottom: 2%;
		left: 0;
		right: 0;
	}
    .infoArea {
        padding: 8%;
    }
    .infoArea .newsBox {
        width: 100%;
        position: inherit;
    }
    .infoArea .newsBox dt {
        padding: 0.5em;
    }
    .infoArea .newsBox dd {
        font-size: 11px;
		letter-spacing: 0.05em;
        line-height: 2;
        padding: 0 1em;
    }
    .infoArea .newsBox dd div {
        align-items: flex-start;
    }
	.infoArea .bnrArea {
		margin: 30px auto 0;
	}
	.infoArea .bnrArea a {
		display: block;
		max-width: 350px;
		margin: 0 auto 10px;
	}
    .infoArea .twitterBox {
        position: inherit;
        margin: 30px auto 0;
    }
    .infoArea .twitterBox a {
        width: 100%;
    }

    /* story */
    #story {
        background: url(../img/bg_story_sp.jpg) no-repeat bottom center;
        background-size: cover;
        min-height: 249.46vw;
        padding: 13.33% 8% 107.2%;
    }
	#story h2 {
		width: 100%;
	}
    #story .lede {
        font-size: 12px;
		letter-spacing: 0.17em;
		line-height: 2.4;
		text-align: center;
        padding-top: 2.64%;
    }
    #story .innerTxt {
        font-size: 11px;
		letter-spacing: 0.08em;
		line-height: 2.04;
    }

    /* cast */
    #cast {
        background: radial-gradient(farthest-side circle at right top, #f0fbff 0, #e8eeff 50%, #dedfff 100%);
    }
    #cast h2 {
        padding: 0;
    }
    #cast h2:after {
        content: none;
    }
    #cast .inner {
        margin-top: 2.64%;
    }
    .castBlock {
        background: none;
        width: 100%;
        margin: 0 auto 20px;
    }
    .castBlock:last-of-type {
        margin-bottom: 0;
    }
    .castBlock .img {
        position: relative;
    }
    .castBlock .img.sp:after {
        content: url(../img/cast_arr01.png);
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        position: absolute;
        top: 50%;
        right: 3%;
        margin-top: -7px;
    }
    .castBlock .img.sp.on:after {
        content: url(../img/cast_arr02.png);
    }
    .castBlock .txt {
        display: none;
        color: #000;
        font-size: 10px;
        margin: 6.5% 0;
        padding: 0;
    }
    .character {
        font-size: 12px;
        margin-bottom: 3.17%;
    }    
    
    .introArea {
        display: block;
    }
    .introArea .img {
        width: 100%;
    }
    .introArea .txt {
        display: block;
        width: 100%;
        font-size: 12px;
        letter-spacing: 0.1em;
        margin: 20px 0 0 0;
    }
    .introArea .txt p + p {
        margin-bottom: 3.17%;
    }    
    /* staff */
    #staff {
        background: url(../img/bg_staff_sp.jpg) no-repeat center center;
        background-size: cover;
        min-height: 216.8vw;
        color: #fff;
    }
    #staff h2 {
        padding: 0;
    }
    #staff .inner {
        padding-bottom: 0;
    }
    .staffList .col2 {
        display: block;
    }
    .staffList li {
        font-size: 12px;
    }
    .staffList li span {
        display: block;
        font-size: 10px;
        line-height: 1.5;
    }

    /* Theme Song */
    #song {
        background: url(../img/bg_song_sp.jpg) no-repeat center center;
        background-size: cover;
        min-height: 183.46vw;
		height: auto;
		padding-bottom: 47.6%;
    }
    #song h2 {
        padding: 0;
    }
    #song h2:after {
        content: none;
    }
	#song .introArea .txt .txtBold {
		font-size: 16px;
		margin: 7% 0 3.17%;
	}
    .sns {
        width: 150px;
        margin: 61.86% auto 0;
        position: absolute;
        bottom: 21.32vw;
        left: 0;
        right: 0;
     }
    .sns li {
        float: left;
        margin: 0 10px;
    }
    .copyright {
        font-size: 10px;
        bottom: 10.66vw;
    }
    
    .overlay {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }
    
    /*----------
    modal
    ----------*/
    .modalArea{
        position: absolute;
        width: 95%;
        margin: 0 auto;
    }
    .modalArea.modal01{
        position: static;
        width: 100%;
    }
    .modalArea .inner{
        width: 100%;
        background-color: #ffffff;
        padding: 55px 15px 40px;
        margin: 0 auto;
    }
    .modalArea.modal01 .inner{
        padding: 55px 15px 40px;
    }
    .modalArea .inner h2 {
        margin: 0 auto 25px;
        font-size: 27px;
    }
    .modalArea .inner .newsList {
        height: 300px;
    }
    .modalArea .inner .newsList dl {
        padding: 20px 0;
    }
    .modalArea .inner .newsList dl dt {
        padding-left: 50px;
        font-size: 14px;
        line-height: 1.8;
    }
    .modalArea .inner .newsList dl dt span {
        width: 50px;
    }
    .modalArea .inner .newsList dl dd {
        padding: 0 20px 0 50px;
        font-size: 12px;
    }
    .modalArea .inner .close{
        display: block;
        top: 15px;
        right: 15px;
        width: 70px;
    }

    .modalArea .inner .link_btn{
        display: flex;
        justify-content: space-between;
    }
    .modalArea .inner .link_btn a{
        width: 49%;
        padding: 15px 0 12px;
    }
    .modalArea .inner .link_btn a:nth-child(5){
        margin: 10px 0 0;
    }
    .modalArea .inner a.other_link{
        font-size: 12px;
    }

    .modalOverlay {
        display: none;
    }
    
}

