@charset "utf-8";

.page-home:before {
    content: "";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url(../images/common/mainvisual_bg_pc.jpg) center no-repeat;
    background-size:cover;
}
.mainvisual {
    padding: 170px 0 130px;
    position: relative;
    /* height: 0; */
    /* padding-top: 61%; */
    /* padding-top: 700px; */
}
.mainvisual-contents-wrap {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    width: 60%;
    position: relative;
    margin: 0 auto;
}
.mainvisual-logo {
    max-width: 812px;
    width: 100%;
    margin: auto;
    padding-bottom: 2%;
}
.mainvisual-txt {
    width: 100%;
    padding-bottom: 2%;
    font-size: 23px;
    text-align: center;
    color: #FFF;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    font-weight: 400;
}
.mainvisual-txt-strong {
    font-weight: bold;
    color: #FFFF00;
}
.mainvisual .btn_blue {
    position: relative;
    display: block;
    width: 100%;
    max-width: 274px;
    margin: auto;
    padding: 1.5% 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    background-image: url(../images/common/btn_blue.jpg);
    background-size: cover;
    background-position: center;
    transition: .3s;
}
.mainvisual .btn_blue:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
}
.mainvisual .btn_blue:hover {
    opacity: .7;
}

.vote-now {
    position: absolute;
    bottom: 37%;
    right: -27%;
    width: 25%;
    max-width: 200px;
}

.iine-now {
  position: absolute;
  bottom: -4%;
  right: -27%;
  width: 25%;
  max-width: 200px;
}

.mainvisual-bnr {
  position: absolute;
  bottom: -4%;
  right: -27%;
  width: 25%;
  max-width: 200px;
}

.mainvisual-bnr-item {
  margin: 0 0 10% 0;
}

.mainvisual-bnr-item:last-child {
  margin: 0;
}

@media screen and (max-width:1300px) {
    /* .mainvisual-txt {
        font-size: 1.8vw;
    } */
}
@media screen and (max-width:1100px) {
    /* .mainvisual-contents-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    } */
}
@media screen and (max-width:768px) {
    .page-home:before {
        content: "";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background: url(../images/common/mainvisual_bg_sp.jpg) center no-repeat;
        background-size:cover;
    }
    .mainvisual {
        position: relative;
        /* height: 0; */
        /* padding-top: 170%; */
    }

    .-before .mainvisual {
        /* padding-top: 130%; */
    }

    .mainvisual-contents-wrap {
      width: 100%;
        /* width: 100%;
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%); */
    }
    .mainvisual-logo {
        padding-bottom: 0;
    }

    .-before .mainvisual-logo {
        /* padding-top: 10%;
        padding-bottom: 16px; */
    }

    .mainvisual-txt {
        padding-bottom: 4%;
        font-size: 4vw;
    }

    .mainvisual-txt-strong {
        font-size: 5.4vw;
    }
    
    .mainvisual .btn_blue {
        width: 90%;
        max-width: none;
        padding: 4% 0;
        font-size: 4vw;
        margin: 0 auto 4% auto;
    }
    
    .vote-now {
        position: static;
        width: 75%;
        margin: 0 auto 12%;
    }
    .iine-now {
      position: static;
      width: 75%;
      margin: 0 auto 12%;
    }

    .mainvisual-bnr {
      position: relative;
      bottom: auto;
      right: auto;
      width: 90%;
      margin: 0 auto 8% auto;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      /* justify-content: center; */
      max-width: 100%;
    }
    
    .mainvisual-bnr-item {
      margin: 0;
      width: 47%;
    }

  }



/* グランプリ受賞作品 */
.result {
    padding: 120px 0 0 0;
    background-image: url(../images/home/result_bg_pc.jpg);
    background-size: cover;
    background-position: top center;
}
.result-ttl {
    width: 100%;
    margin: 0 auto 70px;
    max-width: 655px;
    position: relative;
}
.result-ttl-txt {
    width: 100%;
    margin: 0 auto;
}
.result-ttl-option {
  position: absolute;
  width: 136%;
  left: -18%;
  top: -70%;
}
.result-gp-ttl {
    width: 100%;
    max-width: 787px;
    margin: 0 auto 30px;
}

.result-gp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 55px;
}
.result-gp-img {
    width: 100%;
    max-width: 330px;
    margin: 0 25px;
}
.result-gp-img img {
  box-shadow: 0px 10px 8px rgba(0,0,0,0.3);
  transition: 0.2s;
}
.result-gp-img a:hover img {
  transform: scale(1.025);
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
.result-gp-details {
    width: 100%;
    max-width: 360px;
    margin: 0 25px;
}
.result-gp-name {
    margin: 0 0 40px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.result-gp-name span {
    display: block;
    font-size: 18px;
}
.result-gp-txt {
    position: relative;
    padding: 22px;
    font-size: 14px;
    font-weight: 500;
    background-color: #FFF;
    border-radius: 10px;
}
.result-gp-txt:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #FFF;
}
.result-gp-txt-item {
  margin: 0 0 1.7em 0;
}
.result-gp-txt-item:last-child {
  margin: 0;
}

.result-gp-other {
    background-color: rgba(150,112,0,.3);
}
.gp-other {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1030px;
    margin: auto;
    padding: 60px 0;
}
.gp-other-item {
    width: 28%;
}

.gp-other-ttl {
    margin: 0 0 10px;
}
.gp-other-name {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
}
.gp-other-name span {
    display: block;
    font-size: 14px;
}
.gp-other-img {
    width: 82%;
    margin: auto;
}
.gp-other-item .gp-other-img img {
  box-shadow: 0px 10px 8px rgba(0,0,0,0.3);
  transition: 0.2s;
}
.gp-other-item a:hover .gp-other-img img {
  transform: scale(1.025);
  box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}
@media screen and (max-width:768px) {
    .result-ttl {
        width: 90%;
        max-width: none;
        margin: 0 auto 12%;
    }
    .result-gp-ttl {
        width: 88%;
        max-width: none;
        margin: 0 auto 6%;
    }
    
    .result-gp {
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto 10%;
    }
    .result-gp-img {
        max-width: none;
        margin: 0 auto 8%;
    }
    .result-gp-details {
        max-width: none;
        margin: 0 auto;
    }
    
    .gp-other {
        flex-wrap: wrap;
        padding: 14% 8%;
        box-sizing: border-box;
    }
    .gp-other-item {
        width: 100%;
        margin: 0 0 18%;
    }
    .gp-other-item:last-child {
        margin: 0;
    }
}




/*

今月の公開作品

*/
.month-new-wrapper {
    padding: 6% 2%;
    box-sizing: content-box;
}
.month-new {
    background-image: url(../images/common/month_new_bg_pc.jpg);
    background-size: cover;
}
.month-new-ttl {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 6%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #FF0000;
    color: #FF0000;
    border-radius: 27px;
}
.month-icon-calendar {
    position: relative;
    padding-right: 40px;
}
.month-icon-calendar:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    display: inline-block;
    background-image: url(../images/common/icon_calendar.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}
.month-new-contents {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* max-width: 680px; */
    margin: auto;
}
.month-new-img {
    max-width: 340px;
    border: 1px solid #999999;
}
.month-new-details {
    max-width: 450px;
    margin: 0 0 0 40px;
}
.month-new-manga-ttl {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.month-new-manga-txt {
    font-size: 15px;
}
.month-new-manga-name {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.month-new-icon {
    display: flex;
}
.month-new-icon-btn {
    display: block;
    width: 62px;
    /* height: 62px; */
    height: 81px;
    transition: .1s;
    pointer-events: none;
}
.month-new-icon-btn.active {
    pointer-events: auto;
}
.month-new-icon-btn:first-of-type {
    margin-right: 15px;
}
.icon-hart{fill:#D7D7D7;}
.icon-hart-clr{fill:#fff;}
.month-new-icon-btn-nice.active .icon-hart {
    /* fill:#FF3333; */
    fill: #d7d7d7;
}
.month-new-icon-btn-nice.-completed .icon-hart {
    fill:#ff0000;
}
.icon-favo{fill:#D7D7D7;}
.icon-favo-txt{fill:#fff;}
.month-new-icon-btn-favo.active .icon-favo {
    fill:#ff0000;
}
.month-new-icon-btn:hover {
    transform: scale(.9,.9);
}
.month-new-icon-btn.-completed {
    pointer-events: none;
}
@media screen and (max-width:768px) {
    .month-new {
        background-image: url(../images/common/month_new_bg_sp.jpg);
        background-size: cover;
    }
    .month-new-wrapper {
        width: 100%;
        padding: 10% 4%;
        margin: auto;
        box-sizing: border-box;
    }
    .month-new-ttl {
        font-size: 18px;
    }
    .month-icon-calendar {
        padding-right: 20px;
    }
    .month-icon-calendar:before {
        width: 24px;
        height: 24px;
    }
    .month-new-contents {
        justify-content: center;
        width: 70%;
        margin: auto;
    }
    .month-new-img {
        max-width: none;
        width: 100%;
        margin-bottom: 5%;
    }
    .month-new-details {
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .month-new-icon {
        justify-content: center;
    }
    .month-new-icon-btn {
        max-width: 50px;
    }
    .month-new-manga-ttl {
        font-size: 16px;
    }
    .month-new-manga-txt {
        font-size: 13px;
    }
    .month-new-manga-name {
        font-size: 16px;
    }
}


/*

投票期間中

*/
.vote-wrap {
    max-width: 450px;
    margin: 2% auto 4%;
}
.vote-txt {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}
@media screen and (max-width:768px) {
    .vote-wrap {
        max-width: none;
        width: 100%;
        margin-bottom: 10%;
    }
    .vote-txt {
        font-size: 12px;
        text-align: center;
    }
}

/*

グランプリ候補

*/
.gp {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}
.gp-wrapper {
    position: relative;
    z-index: 100;
    padding: 6% 2%;
    box-sizing: content-box;
}
.gp-ttl {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #FF0000;
    color: #FF0000;
    border-radius: 27px;
    background-color: #FFF;
}

.-before .gp-ttl {
    margin-bottom: 5%;
}

.gp-icon-crown {
    position: relative;
    padding-right: 40px;
}
.gp-icon-crown:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    display: inline-block;
    background-image: url(../images/common/icon_crown.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 25px;
}
.gp-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}
.gp-list-item {
    width: 28%;
    margin-right: 8%;
    margin-bottom: 8%;
}
.gp-list-item:nth-child(3n) {
    margin-right: 0;
}
.gp-list-item-img {
    max-width: 340px;
    border: 1px solid #999999;
}
.gp-list-item-img a {
    transition: .3s;
}
.gp-list-item-img a:hover {
    opacity: .7;
}
.gp-list-item-ttl {
    padding: 4% 0 2%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
.gp-list-item-txt {
    font-size: 13px;
    color: #666;
    /* line-height: 1.4; */
}
.gp-list-item-name {
    padding: 2% 0 6%;
    font-size: 15px;
    font-weight: bold;
}
.gp-new-icon {
    justify-content: center;
}
.gp-new-icon {
    display: flex;
}
.gp-new-icon-btn {
    display: block;
    width: 62px;
    /* height: 62px; */
    height: 81px;
    transition: .1s;
    pointer-events: none;
}
.gp-new-icon-btn:first-of-type {
    margin-right: 15px;
}
.icon-hart{fill:#D7D7D7;}
.icon-hart-clr{fill:#fff;}
.gp-new-icon-btn-nice.active .icon-hart {
    /* fill:#ffb400; */
    fill:#D7D7D7;
}
.gp-new-icon-btn-nice.-completed .icon-hart {
    fill:#ff0000;
}
.icon-favo{fill:#D7D7D7;}
.icon-favo-txt{fill:#fff;}
.gp-new-icon-btn-favo.active .icon-favo {
    fill:#ff0000;
}
.gp-new-icon-btn.active {
    pointer-events: auto;
}
.gp-new-icon-btn.-completed {
    pointer-events: none;
}
.gp-new-icon-btn.active:hover {
    transform: scale(.9,.9);
}
@media screen and (max-width:768px) {
    .gp-wrapper {
        padding: 10% 4%;
        box-sizing: border-box;
    }
    .gp-ttl {
        margin: 0 auto 6%;
        font-size: 18px;
    }
    .gp-icon-crown {
        padding-right: 28px;
    }
    .gp-icon-crown:before {
        width: 34px;
        height: 19px;
    }
    .gp-list-item {
        width: 46%;
        margin-right: 8%;
    }
    .gp-list-item-img {
        margin: 0 0 5% 0;
    }
    .gp-list-item:nth-child(3n) {
        margin-right: 8%;
    }
    .gp-list-item:nth-child(2n) {
        margin-right: 0;
    }
    .gp-list-item-ttl {
        font-size: 15px;
    }
    .gp-list-item-txt {
        font-size: 13px;
    }
    .gp-list-item-name {
        font-size: 13px;
    }
    .gp-new-icon-btn {
        max-width: 50px;
    }
}

/*

パターン背景

*/
.bg-pattern-01 {
    position: absolute;
    top: 4%;
    left: -4%;
    background-image: url(../images/common/bg_pattern_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 800px;
    z-index: 1;
}
.bg-pattern-02 {
    position: absolute;
    top: 30%;
    right: -4%;
    background-image: url(../images/common/bg_pattern_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 440px;
    height: 670px;
    z-index: 1;
}
.bg-pattern-03 {
    position: absolute;
    bottom: 25%;
    left: -6%;
    background-image: url(../images/common/bg_pattern_03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 294px;
    height: 470px;
    z-index: 1;
}
.bg-pattern-04 {
    position: absolute;
    bottom: 4%;
    right: -4%;
    background-image: url(../images/common/bg_pattern_04.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 340px;
    height: 682px;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .bg-pattern-01,.bg-pattern-02,.bg-pattern-03,.bg-pattern-04 {
        display: none;
    }
}

.contact {
    background-color: #f0f0f0;
    padding: 10px 0 10px 0;
}

.contact-nav {
    display: flex;
    justify-content: center;
}

.contact-nav-item {
    margin: 0 10px;
    font-size: 13px;
}

.contact-nav-item a {
    text-decoration: underline;
}

.contact-nav-item a:hover {
    text-decoration: none;
}

@media screen and (max-width:768px) {

}

.serial-head-logo {
    max-width: 350px;
    margin: auto;
    padding: 6% 2%;
}
.serial-head-close {
    position: absolute;
    top: 1%;
    right: 1.5%;
    width: 3%;
}

@media screen and (max-width:768px) {
    .serial-head {
        position: relative;
        height: 0;
        padding-top: 56.93%;
        background-image: url(../images/about/intro_head_bg.jpg);
        background-size: cover;
    }

    .serial-head-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 70%;
    }
    .serial-head-close {
        top: 3%;
        right: 2%;
        width: 7%;
    }
}

.corp {
    background-color: #fff;
    padding: 0 0 2% 0;
}

.corp-logo {
    width:103px;
    margin: 0 auto;
}

.corp-logo img {
    transition: 0.3s;
}

.corp-logo a:hover img {
    opacity: 0.8;
}

@media screen and (max-width:768px) {

    .corp {
        padding: 0 0 5% 0;
    }

}

/* vote */

.vote {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin: 6% auto 0 auto;
  max-width: 812px;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  /* background-color: rgba(255,255,255,0.8); */
  border-radius: 5px;
}

.vote .-strong {
  color: #FFFF00;
  font-weight: bold;
  font-size: 24px;
}

.vote .-note {
  font-size: 16px;
}

@media screen and (max-width:768px) {

  .vote {
    font-size: 18px;
    margin: 6% auto 0 auto;
  }
  
  .vote .-strong {
    font-size: 20px;
  }
  
  .vote .-note {
    font-size: 16px;
  }

}