@charset "utf-8";
/* full css 202103 */


main {
    display: none;
}
main.view {
    display: block;
}

.mv {
    position: relative;
    margin: 0;
}
.mv-menu-icon {
    display: none;
}
.mv-logo {
    position: absolute;
    top: 2%;
    left: .5%;
    width: 37.6%;
    margin: 0;
}
.mv-author {
    position: absolute;
    top: 21%;
    left: 2%;
    width: 25.2%;
}
.mv-day {
  position: absolute;
  top: 26%;
  left: 2%;
  width: 15%;
}

.mv-column {
    display: flex;
}
.mv-column-L {
    width: 19.5%;
    background: -moz-linear-gradient(top,  #e77404 0%, #d0121b 65%);
    background: -webkit-linear-gradient(top,  #e77404 0%,#d0121b 65%);
    background: linear-gradient(to bottom,  #e77404 0%,#d0121b 65%);
}
.mv-bnr {
    padding-top: 144%;
    margin-bottom: 12%;
}
.mv-bnr-btn {
    display: block;
    margin: 0 0 4%;
    transition: .3s;
}
.mv-bnr-btn:hover {
    opacity: .7;
}
.mv-bnr-btn:last-child {
    margin: 0;
}
.mv-menu {
    list-style: none;
    margin: 0;
    padding: 0 14% 12%;
    box-sizing: border-box;
}
.mv-menu-item {
    margin: 0 auto 12%;
}
.mv-menu-item:nth-child(n+2) {
    width: 70%;
    margin: 0 auto 12%;
}
.mv-menu-item:last-child {
    margin-bottom: 0;
}
.mv-menu-item a {
    display: block;
    transition: .3s;
}
.mv-menu-item a img {
    transition: .3s;
}
.mv-menu-item:nth-child(n+2) a img:hover {
    filter: invert(81%) sepia(81%) saturate(633%) hue-rotate(359deg) brightness(106%) contrast(105%);
}
.mv-menu-item:nth-child(1) a img:hover {
    opacity: .7;
}

.mv-column-R {
    width: 80.5%;
}
.menu-sp-wrap {
    display: none;
}

.bnr-box {
    padding: 30px 0;
    background-color: #D0121B;
}
.bnr-box img {
    width: 100%;
}
.bnr-list {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.bnr-list.-last {
  margin: 0;
}

.bnr-list-item {
  width: 20%;
  margin: 0 5px 5px 5px;
}

.bnr-list-item a {
  display: block;
  transition: .3s;
}

.bnr-list-item a:hover {
  opacity: .7;
}

@media (max-width:1000px) {
    .mv-menu-icon {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 12%;
        z-index: 10;
    }
/*
    .menu-sp-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        padding: 20% 4%;
        z-index: 100;
        background: -moz-linear-gradient(top,  #e77404 0%, #d0121b 65%);
        background: -webkit-linear-gradient(top,  #e77404 0%,#d0121b 65%);
        background: linear-gradient(to bottom,  #e77404 0%,#d0121b 65%);
    }
*/
    .menu-sp-wrap {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        padding: 20% 4%;
        z-index: 100;
        background: -moz-linear-gradient(top,  #e77404 0%, #d0121b 65%);
        background: -webkit-linear-gradient(top,  #e77404 0%,#d0121b 65%);
        background: linear-gradient(to bottom,  #e77404 0%,#d0121b 65%);
        transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transition: .3s;
        -webkit-overflow-scrolling: touch;
    }
    .menu-sp-wrap.active {
        opacity: 1;
        transform: translateX(0);
        -ms-transform: translateX(0);
    }
    .menu-close-btn {
        position: fixed;
        top: 3%;
        right: 5%;
        width: 8%;
    }
    .menu-sp-wrap img {
        width: 100%;
    }
    .menu-sp {
        width: 57%;
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }
    .menu-sp-logo {
        width: 80%;
        margin: 0 auto 8%;
    }
    .menu-sp-item {
        margin: 0 auto 14%;
    }
    .menu-sp-item:nth-child(n+2) {
        width: 58%;
    }
    
    
    .mv-column {
        flex-wrap: wrap;
    }
    .mv-column-R {
        width: 100%;
        order: 1;
    }
    .mv-column-L {
        width: 100%;
        order: 2;
    }
    .mv-menu {
        display: none;
    }
    .mv-bnr {
        padding: 6% 10% 4%;
        margin: 0;
        box-sizing: border-box;
    }
    
    .bnr-box {
        padding: 0 10% 6%;
        box-sizing: border-box;
        background-color: #D0121B;
    }
    .bnr-list {
        flex-wrap: wrap;
        padding: 0;
    }
    .bnr-list-item {
        width: 100%;
        margin: 0 0 4%;
    }
    .bnr-list-item:last-child {
        margin: 0;
    }
}


.grnv ul li,
.grnv ul li:first-child{
	width: 30%;
}
.grnv ul li:first-child,
.grnv ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.grnv ul li.twitter {
  display: inline-block !important;
  width: 30%;
  max-width: 250px;
  margin: 0 0 2% 2%;
}

@media (min-width:992px) and (max-width:1200px){
  .grnv ul li,
  .grnv ul li:first-child,
  .grnv ul li:nth-child(2n),
  .grnv ul li.about,
  .grnv ul li:nth-child(3) {
    width: 30%;
  }
  .grnv ul li:first-child,
  .grnv ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  /*.grnv ul li.twitter {
    width: 45%;
  }*/
  .learn-btn {
    font-size: 18px;
  }
}

@media (min-width:641px) and (max-width:991px){
  /*.grnv ul li.twitter {
    width: 45%;
  }*/
  .learn-btn {
    font-size: 14px;
  }
}

@media (min-width:641px) and (max-width:800px){
  .learn-btn {
    font-size: 13px;
  }
}

@media (max-width:768px){
  ._visual {
    padding-bottom: 20%;
  }
  .grnv ul li, .grnv ul li:first-child, .grnv ul li:nth-child(2n+1), .grnv ul li:nth-child(2n), .grnv ul li.twitter {
      display: inline-block !important;
      width: 45%;
      margin: 0 2.5% 5px;
      max-width: inherit;
  }
  ._comment {
    position: relative;
    background: url("../../img/comm_sp.jpg") repeat top center,rgba(0,24,75,.67);
    background-size: auto, auto;
    background-size: 100% auto;
    padding: 30px 0;
  }
  ._comment::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,24,75,.67);
    z-index: 1;
  }
  ._comment dl {
    position: relative;
    z-index: 2;
  }
}

@media (max-width:370px){
  .learn-btn {
    font-size: 14px;
  }
}

/* common */
.-pc {
  display: inline;
}
.-sp {
  display: none;
}

@media (max-width:768px){
  .-pc {
    display: none;
  }
  .-sp {
    display: inline;
  }
}


.author {
    margin: 0;
    background-image: url(../img/full/author_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.author-wrapper {
    width: 100%;
    max-width: 1090px;
    margin: auto;
    padding: 8% 20px;
}
.author-name {
    margin: 0 0 40px;
    font-weight: 600;
    color: #1D4083;
}
.author-name-bg {
    position: relative;
    display: inline-block;
    background-color: #D7FF31;
}
.author-name-bg:after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent transparent #D7FF31;
    border-width: 0 0 49px 15px;
}
.author-name-box {
    display: flex;
    align-items: center;
    margin: 5px 40px 5px 12px;
}
.author-name-s {
    margin-right: 10px;
    font-size: 19px;
}
.author-name-l {
    font-size: 36px;
}
.author-txt {
    margin: 0;
    font-size: 16px;
    line-height: 2.5em;
    color: #FFF;
}
@media (max-width:640px) {
    .author {
        margin: 0;
        background-image: url(../img/full/author_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .author-wrapper {
        max-width: none;
        padding: 5% 0 15%;
    }
    
    .author-name {
        margin: 0 0 5%;
        text-align: center;
        line-height: 8vw;
    }
    .author-name-bg {
        display: block;
        padding: 2% 0;
    }
    .author-name-bg:after {
        content: none;
    }
    .author-name-box {
        display: block;
    }
    .author-name-s {
        display: block;
        margin-right: 0;
        font-size: 4vw;
    }
    .author-name-l {
        display: block;
        font-size: 7vw;
    }
    
    .author-txt {
        padding: 0 5%;
        box-sizing: border-box;
        font-size: 13px;
    }
}


/* story */
.story {
  margin: 0;
  padding: 70px 0;
  background: url("../img/teaser/story_bg_pc.jpg") center no-repeat;
  background-size: cover;
}
.story .title {
  width: 204px;
  margin: 0 auto 55px;
}
.storyWrap {
  max-width: 1194px;
  margin: 0 auto;
  color: #AFF42D;
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  line-height: 3em;
}

@media (max-width:640px){
  .story {
    padding: 42px 0 100px;
    background: url("../img/teaser/story_bg_sp.jpg") center no-repeat;
    background-size: cover;
  }
  .story .title {
    width: 175px;
    margin: 0 auto 34px;
  }
  .storyWrap {
    padding: 0 5%;
    box-sizing: border-box;
    font-size: 15px;
    text-align: left;
  }
}


/* character */
.chara {
  margin: 0;
  padding: 65px 0;
  background: url("../img/full/chara_bg.png") center no-repeat;
  background-size: cover;
}

.chara .title {
  width: 94%;
  max-width: 396px;
  margin: 0 auto 2%;
}
.chara .charaWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
.chara .charaSet {
  width: 23%;
  margin: 3%;
}
/*
.chara .charaSet:nth-of-type(1) {
  margin-left: 20%;
}
*/
.chara .charaSet:nth-of-type(7) {
  margin-right: 0;
}

.chara .charaWrap-enemy {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.chara .charaWrap-enemy .charaSet {
    width: 21%;
    margin: 3% 5.3333% 3% 0;
}
.chara .charaWrap-enemy .charaSet:nth-child(4n) {
    margin-right: 0;
}
/*
.chara .charaWrap-enemy .charaSet:nth-of-type(1),
.chara .charaWrap-enemy .charaSet:nth-of-type(2) {
    margin: 3% 0;
}
*/

.sp-secret-txt {
    display: none;
}

.chara .charaImg {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.chara .charaImg img {
  transition: .25s;
}
.chara .charaImg:hover img {
  transform: scale(1.1);
}
.chara .charaName {
  margin: 2% 0 0;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #1D4083;
  line-height: 2;
  border-bottom: 1px solid #1D4083;
}
.charaName.no-brd {
    border-bottom: none;
}
.chara .cvName {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #1D4083;
  line-height: 2;
}
.chara .btn_cvComment {
  position: relative;
  display: block;
  width: 180px;
  height: 26px;
  margin: 3% auto 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  color: #A3D03D;
  border-radius: 12px;
  background: #1D4083;
  transition: .25s;
}
.chara .btn_cvComment::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 11px;
  width: 16px;
  height: 14px;
  background: url("../img/teaser/btn_mark.png") center center no-repeat;
  background-size: 100%;
}
.chara .btn_cvComment:hover {
  color: #1D4083;
  background: #fff;
}

.charaWrap.charaWrap-enemy.sp-secret-icon {
    display: none;
}
@media (max-width:1000px) {
    .mv-logo {
        top: 39%;
        right: 0;
        left: 0;
        width: 91%;
        margin: 0 auto;
    }
    .mv-author {
        top: 55.4%;
        left: 0;
        right: 0;
        width: 60%;
        margin: auto;
    }
    .mv-day {
        top: 59%;
        left: 0;
        right: 0;
        width: 50%;
        margin: auto;
    }
}


@media (max-width:1080px) {
    .chara .charaWrap-enemy {
        width: 77%;
        max-width: 960px;
        margin: 0 auto;
    }
    .chara .charaWrap-enemy .charaSet {
        width: 28%;
        margin: 3% 8% 3% 0;
    }
    .chara .charaWrap-enemy .charaSet:nth-child(4n) {
        margin: 3% 8% 3% 0;
    }
    .chara .charaWrap-enemy .charaSet:nth-child(3n) {
        margin-right: 0;
    }
/*
    .chara .charaWrap-enemy .charaSet:nth-of-type(1),
    .chara .charaWrap-enemy .charaSet:nth-of-type(2) {
        margin: 3%;
    }
*/
}
@media (max-width:640px){
  .chara {
      padding: 8% 4% 50px;
    background: url("../img/teaser/chara_bg_sp.png") center no-repeat;
    background-size: cover;
  }
  .chara .title {
    margin: 0 auto 8%;
  }
  .chara .charaSet,
  .chara .charaSet:nth-of-type(1),
  .chara .charaSet:nth-of-type(2) {
    width: 70%;
    margin: 5% auto;
  }

    .chara .charaWrap-enemy {
        width: 96%;
        margin: 0 auto;
    }
    .chara .charaWrap-enemy .charaSet,
    .chara .charaWrap-enemy .charaSet:nth-child(4n),
    .chara .charaWrap-enemy .charaSet:nth-child(3n) {
        width: 70%;
        margin: 5% auto;
    }
/*
    .chara .charaWrap-enemy.sp-secret .charaSet:nth-child(n+23) {
        display: none;
    }
*/
    
    .charaWrap.charaWrap-enemy.sp-secret-icon {
        display: block;
    }
    
  .chara .charaImg:hover img {
    transform: scale(1);
  }
  .chara .btn_cvComment:hover {
    color: #A3D03D;
    background: #1D4083;
  }
    .sp-secret-txt {
        display: block;
        width: 80%;
        margin: auto;
    }

}

/* modal */
.modalWrap {
  display: none;
}

.modal_chara {
  min-height: none;
  background: #fff;
}
.modal_chara img {
  min-height: none;
}
.modal_chara img {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  transform: translateY(0);
}
.charaImgModal #cboxClose {
  top: -50px;
}

@media (max-width:640px){
  .modal_chara {
    /*min-height: 100vh;*/
    min-height: 65vw;
    background: transparent;
  }
  .modal_chara .img {
    position: relative;
    /*min-height: 100vh;*/
    overflow: hidden;
  }
  .modal_chara img {
    position: relative;
    display: block;
    width: 100%;
    height: 56vw;
    margin-top: 50px;
  }
  .charaImgModal #cboxClose {
    top: 0;
  }
}

.modal_cv {
  min-height: none;
  background: url("../img/teaser/comment_bg_pc.jpg") center no-repeat;
  background-size: cover;
}
.modal_cv .name {
  width: 100%;
  height: 75px;
  margin: 0;
  padding-top: 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  background: #00184B;
}
.modal_cv .text {
  padding: 70px 0;
  text-align: center;
}
.modal_cv .textInner {
  display: inline-block;
  text-align: left;
  color: #fff;
}
.modal_cv .textInner p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

@media (max-width:640px){
  .modal_cv {
    min-height: 100vh;
    background: url("../img/teaser/comment_bg_sp.jpg") center no-repeat;
    background-size: cover;
  }
  .modal_cv .name {
    height: 105px;
    padding-top: 60px;
    font-size: 24px;
  }
  .modal_cv .text {
    padding: 0;
  }
  .modal_cv .textInner {
    padding: 30px;
  }
  .modal_cv .textInner p {
    font-size: 15px;
  }
}


/* モーダル紹介文 */
.chara-intro {
    padding: 1% 2%;
    box-sizing: border-box;
}
.chara-intro.seigaku {
    background-color: #004C9E;
}
.chara-intro.hyotei {
    background-color: #002231;
}
.chara-intro.rikkai {
    background-color: #DDA23B;
}
.chara-intro.shitenhoji {
    background-color: #4A9E3C;
}
.chara-intro.hudoumine {
    background-color: #1D2D3A;
}
.chara-intro.yamabuki {
    background-color: #277625;
}
.chara-intro.rudoruhu {
    background-color: #8C7166;
}
.chara-intro.rokkaku {
    background-color: #983C41;
}
.chara-intro.higa {
    background-color: #704C8F;
}

.chara-intro.nanjiro {
    background-color: #00666A;
}
.chara-intro.sakuno {
    background-color: #EA80B6;
}
.chara-intro.emerald {
    background-color: #203001;
}
.chara-intro.emerald-other {
    background-color: #6A5D70;
}
.chara-intro.ryoga {
    background-color: #C72C1E;
}
.chara-name {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5em;
    color: #FFF;
}
.chara-school {
    display: inline-block;
    margin-left: 1%;
    font-size: 20px;
}
.chara-txt {
    font-size: 19px;
    font-weight: 700;
    color: #FFF;
}

@media (max-width:640px) {
    .chara-name {
        font-size: 18px;
    }
    .chara-school {
        font-size: 14px;
    }
    .chara-txt {
        font-size: 12px;
    }
}


.story-txt-brd {
    display: inline-block;
    width: 60px;
    height: 4px;
    margin-left: 2px;
    margin-bottom: 6px;
    background-color: #AFF42D;
}
@media (max-width:640px) {
    .story-txt-brd {
        width: 40px;
        height: 2px;
    }
}


















