@charset "UTF-8";
/*
 Media query
*/
#cover {
    display: none;
}

/*
  Parts
*/
#loading,
#opening-catch,
#audio-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    display: none;
}

#audio-loading {
    z-index: 9997;
}

#opening-catch {
    z-index: 9996;
}

#opening-catch .opening-catch-text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 5px;
    text-align: right;
}

#opening-catch .opening-catch-text span:nth-child(2) {
    margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
    #opening-catch .opening-catch-text {
        font-size: 44px;
    }
}

.isAndorid #opening-catch span:nth-child(1) {
    position: relative;
}

.isAndorid #opening-catch span:nth-child(2) {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    transform: translate(30px, -30px);
}

.isAndorid #mv .catch {
    padding: 10px 5px 17px 5px;
    height: 510px;
}

.isAndorid #mv .catch div span {
    position: absolute;
    top: 0px;
    transform: scale(1.2, 1);
}

.isAndorid #mv .catch div span:nth-child(1) {
    top: 374px;
}

.isAndorid #mv .catch div span:nth-child(2) {
    top: 414px;
}

.isAndorid #mv .catch div span:nth-child(3) {
    top: 450px;
}

.isEdge #mv .catch,
.isIe11 #mv .catch {
    padding: 10px 5px 17px 5px;
}

.isEdge #mv .catch p,
  .isIe11 #mv .catch p {
    float: left;
}

.isEdge #mv .catch div,
  .isIe11 #mv .catch div {
    float: right;
    margin-right: -1px;
}

.isEdge #mv .catch div span,
    .isIe11 #mv .catch div span {
    display: inline-block;
    transform: rotateZ(-90deg);
}

.isEdge #mv .catch div span:nth-child(1),
      .isIe11 #mv .catch div span:nth-child(1) {
    margin-top: -3px;
}

.isEdge #mv .catch div span:nth-child(2),
      .isIe11 #mv .catch div span:nth-child(2) {
    margin-top: 7px;
}

.isEdge #mv .catch div span:nth-child(3),
      .isIe11 #mv .catch div span:nth-child(3) {
    margin-top: 7px;
}

@media screen and (max-width: 768px) {
    .isEdge #mv .catch,
  .isIe11 #mv .catch {
        right: 0;
        padding: 15px 15px 30px 15px;
    }

    .isEdge #mv .catch div,
    .isIe11 #mv .catch div {
        margin-right: -2px;
    }

    .isEdge #mv .catch div span:nth-child(1),
      .isIe11 #mv .catch div span:nth-child(1) {
        margin-top: -3px;
    }

    .isEdge #mv .catch div span:nth-child(2),
      .isIe11 #mv .catch div span:nth-child(2) {
        margin-top: 11px;
    }

    .isEdge #mv .catch div span:nth-child(3),
      .isIe11 #mv .catch div span:nth-child(3) {
        margin-top: 11px;
    }
}

.isIe11 #mv .catch {
    padding: 10px 10px 17px 0px;
}

.isIe11 #mv .catch p {
    float: left;
}

.isIe11 #mv .catch div {
    float: right;
    margin-right: -6px;
}

.isIe11 #mv .catch div span {
    display: inline-block;
    transform: rotateZ(-90deg);
}

.isIe11 #mv .catch div span:nth-child(1) {
    margin-top: 3px;
}

.isIe11 #mv .catch div span:nth-child(2) {
    margin-top: 7px;
}

.isIe11 #mv .catch div span:nth-child(3) {
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .isIe11 #mv .catch {
        padding: 15px 25px 30px 10px;
    }

    .isIe11 #mv .catch div {
        margin-right: -9px;
    }

    .isIe11 #mv .catch div span:nth-child(1) {
        margin-top: 3px;
    }

    .isIe11 #mv .catch div span:nth-child(2) {
        margin-top: 10px;
    }

    .isIe11 #mv .catch div span:nth-child(3) {
        margin-top: 11px;
    }
}

.mana {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 295px;
    height: 150px;
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/deco_chara_bg.png);
    background-size: auto 180px;
    background-repeat: no-repeat;
    background-position: calc(100% + 106px) 15px;
    z-index: 10;
    cursor: pointer;
}

.mana .text-container {
    position: absolute;
    width: 210px;
    height: 79px;
    transform-origin: 100% 100%;
}

.mana .text {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    width: 210px;
    height: 79px;
    background: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/deco_chara_textbox_d.png) no-repeat center top;
    background-size: 210px 79px;
    top: 0;
    left: 0;
    transform-origin: 100% 100%;
}

.mana .text .text-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: -6px;
    transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
    .mana {
        width: 768px;
        height: 329px;
        display: block;
        background-size: auto 289px;
        background-position: calc(100% + 108px) 37px;
    }

    .mana .text-container {
        width: 543px;
        height: 136px;
        top: 116px;
        left: 25px;
        font-size: 15px;
    }

    .mana .text-container .text {
        width: 543px;
        height: 136px;
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/deco_chara_textbox_sp_d.png);
        background-size: 543px 136px;
        top: -5px;
    }

    .mana .text-container .text .text-inner {
        font-size: 30px;
        text-align: center;
        line-height: 1.4;
    }
}

.mana-area .mana .text {
    line-height: 24px;
}

.btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-wrap .btn {
    width: 293px;
    height: 60px;
    line-height: 60px;
    background-color: #e4007e;
    border-radius: 60px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .btn-wrap .btn {
        width: 648px;
        height: 120px;
        font-size: 34px;
        line-height: 120px;
    }
}

.btn-wrap .btn.blue {
    background-color: #00b4ee;
}

.btn-wrap .btn:nth-of-type(2n) {
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    .btn-wrap .btn:nth-of-type(2n) {
        margin-left: 0;
        margin-top: 60px;
    }
}

#select .btn-wrap,
#select .link-btn,
.content .btn-wrap,
.content .link-btn {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    #select .btn-wrap,
    #select .link-btn,
    .content .btn-wrap,
    .content .link-btn {
        margin-top: 90px;
    }
}

/*
  Cover
*/
#cover {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9998;
}

#cover .img {
    position: absolute;
    left: calc(50% - 181.5px);
    top: calc(50% - 152px);
    width: 363px;
}

#cover .img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #cover .img {
        left: calc(50% - 332px);
        top: calc(50% - 308px);
        width: 664px;
    }
}

#cover .text {
    position: absolute;
    font-weight: bold;
    width: 100%;
    top: 50%;
    text-align: center;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    #cover .text {
        font-size: 44px;
        padding: 0 60px;
        line-height: 75px;
        margin-bottom: 90px;
    }
}

#cover .btn-wrap {
    position: absolute;
    left: calc(50% - 308px);
    top: calc(50% + 85px);
}

@media screen and (max-width: 768px) {
    #cover .btn-wrap {
        left: calc(50% - 325px);
        top: calc(50% + 212px);
    }
}

@media screen and (max-width: 768px) {
    #cover .btn-wrap .btn {
        width: 300px;
        height: 120px;
    }

    #cover .btn-wrap .btn.blue {
        margin-top: 0;
        margin-left: 50px;
    }
}

#cover .deco-no-balloon {
    position: absolute;
    right: 0;
    bottom: -1px;
}

/*
  Header
*/
#header {
    position: fixed;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    #header .logo {
        display: none;
    }
}

/*
  MV
*/
#mv {
    position: relative;
    width: 100%;
    height: 1109px;
}

@media screen and (min-width: 769px) {
    #mv {
        height: 100vh;
    }
}

#mv .mv-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
    transform: translate(-100%, 0);
    pointer-events: none;
}

#mv .mv-overlay.mv-overlay02 {
    opacity: 0.5;
}

#mv .mv-overlay.mv-overlay02 .mv-overlay-bg {
    transform: translate(-30%, 0);
}

#mv .mv-overlay .mv-overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    width: 80%;
    background: #fff;
}

#mv .mv-area {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

#mv .mv-area.chara01 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/01/mv/img01.jpg);
}

#mv .mv-area.chara01 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/01/mv/img02.jpg);
}

#mv .mv-area.chara01 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/01/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara01 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/01/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara01 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/01/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara01 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/01/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara02 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/02/mv/img01.jpg);
}

#mv .mv-area.chara02 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/02/mv/img02.jpg);
}

#mv .mv-area.chara02 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/02/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara02 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/02/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara02 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/02/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara02 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/02/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara03 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/03/mv/img01.jpg);
}

#mv .mv-area.chara03 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/03/mv/img02.jpg);
}

#mv .mv-area.chara03 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/03/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara03 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/03/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara03 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/03/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara03 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/03/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara04 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/04/mv/img01.jpg);
}

#mv .mv-area.chara04 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/04/mv/img02.jpg);
}

#mv .mv-area.chara04 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/04/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara04 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/04/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara04 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/04/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara04 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/04/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara05 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/05/mv/img01.jpg);
}

#mv .mv-area.chara05 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/05/mv/img02.jpg);
}

#mv .mv-area.chara05 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/05/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara05 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/05/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara05 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/05/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara05 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/05/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara06 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/06/mv/img01.jpg);
}

#mv .mv-area.chara06 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/06/mv/img02.jpg);
}

#mv .mv-area.chara06 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/06/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara06 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/06/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara06 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/06/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara06 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/06/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara07 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/07/mv/img01.jpg);
}

#mv .mv-area.chara07 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/07/mv/img02.jpg);
}

#mv .mv-area.chara07 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/07/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara07 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/07/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara07 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/07/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara07 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/07/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara08 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/08/mv/img01.jpg);
}

#mv .mv-area.chara08 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/08/mv/img02.jpg);
}

#mv .mv-area.chara08 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/08/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara08 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/08/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara08 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/08/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara08 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/08/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara09 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/09/mv/img01.jpg);
}

#mv .mv-area.chara09 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/09/mv/img02.jpg);
}

#mv .mv-area.chara09 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/09/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara09 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/09/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara09 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/09/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara09 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/09/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara10 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/10/mv/img01.jpg);
}

#mv .mv-area.chara10 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/10/mv/img02.jpg);
}

#mv .mv-area.chara10 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/10/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara10 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/10/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara10 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/10/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara10 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/10/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara11 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/11/mv/img01.jpg);
}

#mv .mv-area.chara11 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/11/mv/img02.jpg);
}

#mv .mv-area.chara11 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/11/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara11 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/11/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara11 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/11/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara11 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/11/mv/img03_sp.jpg);
    }
}

#mv .mv-area.chara12 .mv-container .mv01 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/12/mv/img01.jpg);
}

#mv .mv-area.chara12 .mv-container .mv02 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/12/mv/img02.jpg);
}

#mv .mv-area.chara12 .mv-container .mv03 {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/12/mv/img03.jpg);
}

@media screen and (max-width: 768px) {
    #mv .mv-area.chara12 .mv-container .mv01 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/12/mv/img01_sp.jpg);
    }

    #mv .mv-area.chara12 .mv-container .mv02 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/12/mv/img02_sp.jpg);
    }

    #mv .mv-area.chara12 .mv-container .mv03 {
        background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/12/mv/img03_sp.jpg);
    }
}

#mv .mv-area .mv-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    #mv .mv-area .mv-container {
        height: calc(82.5% - 99px);
        top: 90px;
    }
}

#mv .mv-area .mv-container .mv {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/chara/01/mv/img01.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
}

#mv .sound-area {
    position: relative;
    right: 20px;
    top: 20px;
    z-index: 101;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 768px) {
    #mv .sound-area {
        right: 0;
        top: 0;
        opacity: 1 !important;
    }
}

#mv .sound-area .chara-audio-list {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
}

#mv .sound-area .chara-audio-list .chara-audio-item {
    margin-right: 15px;
    padding: 0 30px;
    height: 26px;
    background: #00b5ee;
    color: #fff;
    text-align: center;
    line-height: 26px;
    border-radius: 30px;
    font-size: 12px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #mv .sound-area .chara-audio-list .chara-audio-item {
        width: 340px;
        border-right: 2px solid #fff;
        border-radius: 0;
        margin-right: 0;
        font-size: 28px;
        height: 90px;
        line-height: 90px;
    }
}

#mv .sound-area .chara-audio-list .chara-audio-item .volume-up,
        #mv .sound-area .chara-audio-list .chara-audio-item .volume-mute {
    position: relative;
    display: inline-block;
    height: 1em;
    bottom: 0;
    top: .1em;
    margin-left: -.5em;
}

#mv .sound-area .chara-audio-list .chara-audio-item .volume-up svg,
          #mv .sound-area .chara-audio-list .chara-audio-item .volume-mute svg {
    fill: #fff;
}

#mv .sound-area .chara-audio-list .chara-audio-item .volume-mute {
    width: 2em;
}

#mv .sound-area .chara-audio-list .chara-audio-item .volume-up {
    width: 1em;
    padding: 0 .5em;
    display: none;
}

#mv .sound-area .chara-audio-list .chara-audio-item.play .volume-up {
    display: inline-block;
}

#mv .sound-area .chara-audio-list .chara-audio-item.play .volume-mute {
    display: none;
}

#mv .sound-area .chara-audio-list .chara-audio-item .music,
        #mv .sound-area .chara-audio-list .chara-audio-item .music_off {
    position: relative;
    display: inline-block;
    height: 1em;
    top: .1em;
    margin-left: -.5em;
}

#mv .sound-area .chara-audio-list .chara-audio-item .music svg,
          #mv .sound-area .chara-audio-list .chara-audio-item .music_off svg {
    fill: #fff;
}

#mv .sound-area .chara-audio-list .chara-audio-item .music {
    width: 1.8em;
    padding: 0 .1em;
}

#mv .sound-area .chara-audio-list .chara-audio-item .music_off {
    width: 2em;
    display: none;
}

#mv .sound-area .chara-audio-list .chara-audio-item.off .music_off {
    display: inline-block;
}

#mv .sound-area .chara-audio-list .chara-audio-item.off .music {
    display: none;
}

#mv .sound-area .chara-audio-list .chara-audio-item:last-child {
    margin-right: 0;
    border-right: 0;
}

@media screen and (max-width: 768px) {
    #mv .sound-area .chara-audio-list .chara-audio-item:last-child {
        width: 428px;
    }
}

@media screen and (max-width: 768px) {
    #mv .sound-area .chara-audio-list.chara-audio04 .chara-audio-item {
        width: 420px;
    }

    #mv .sound-area .chara-audio-list.chara-audio04 .chara-audio-item:last-child {
        width: 348px;
    }
}

#mv .sound-area .chara-audio-list.chara-audio06 .chara-audio-item {
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    #mv .sound-area .chara-audio-list.chara-audio06 .chara-audio-item {
        width: 356px;
    }

    #mv .sound-area .chara-audio-list.chara-audio06 .chara-audio-item:last-child {
        width: 412px;
    }
}

#mv .corp {
    position: absolute;
    left: 39px;
    top: 36px;
    z-index: 10;
}

#mv .corp img {
    width: 217px;
}

#mv .catch {
    position: absolute;
    right: 49px;
    top: calc(50% - 182px);
    z-index: 10;
    font-size: 30px;
    padding: 10px 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    font-weight: 600;
    -ms-text-orientation: upright;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-family: YuMincho, 'Yu Mincho', serif;
    background: #fff;
}

#mv .catch p {
    float: left;
}

#mv .catch div {
    float: right;
}

#mv .catch div span {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #mv .catch {
        font-size: 44px;
        padding: 41px 23px;
        right: 45px;
        top: 190px;
    }
}

#mv .logo {
    position: absolute;
    left: 42px;
    bottom: 92px;
    z-index: 10;
    width: 492px;
}

#mv .logo img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #mv .logo {
        width: 768px;
        bottom: 57px;
        left: 0;
    }
}

#mv .release {
    position: absolute;
    left: 69px;
    bottom: 40px;
    z-index: 10;
    font-size: 22px;
    background-color: #161616;
    color: #fff;
    padding: 5px 10px;
}

#mv .release .char-small {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    #mv .release {
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: #0050a6;
        font-size: 38px;
        background-color: transparent;
    }

    #mv .release .char-small {
        font-size: 28px;
    }

    #mv .release .char-small .big {
        font-size: 34px;
    }
}

#mv .scroll {
    position: absolute;
    left: calc(50% - 23.5px);
    bottom: 40px;
    cursor: pointer;
    z-index: 10;
    width: 47px;
}

@media screen and (max-width: 768px) {
    #mv .scroll {
        display: none;
    }
}

/*
  Banner
*/
#banner {
    padding: 150px 0 10px;
}

@media screen and (max-width: 768px) {
    #banner {
        padding: 141px 0 10px;
    }
}

#banner .banner-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #banner .banner-list {
        width: 100%;
        padding: 0 60px;
    }
}

#banner .banner-list .banner-item {
    margin-right: 32px;
    margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
    #banner .banner-list .banner-item {
        width: 312px;
    }

    #banner .banner-list .banner-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    #banner .banner-list .banner-item {
        width: 708px;
        margin-right: 0;
    }

    #banner .banner-list .banner-item:nth-of-type(even) {
        margin-right: 0;
    }
}

#banner .banner-list .banner-item .banner-link .img {
    width: 100%;
}

#banner .banner-list .banner-item:last-of-type {
    margin-right: 0;
}

/*
  Summary
*/
#summary {
    position: relative;
    padding: 80px 0 150px;
}

#summary .copy {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    margin-bottom: 80px;
    font-size: 38px;
    line-height: 50px;
}

#summary .copy .char-big {
    font-size: 48px;
}

#summary .copy .char-small {
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    #summary .copy {
        margin-bottom: 120px;
        font-size: 60px;
        line-height: 100px;
    }

    #summary .copy .char-big {
        font-size: 80px;
    }

    #summary .copy .char-small {
        font-size: 40px;
    }
}

#summary .chara {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
    #summary .chara .img {
        width: 94%;
    }

    #summary .chara .img img {
        width: 100%;
        max-width: 1206px;
    }
}

@media screen and (max-width: 768px) {
    #summary .chara {
        margin-bottom: 80px;
    }
}

#summary .catch {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #summary .catch {
        text-align: left;
        font-size: 44px;
        line-height: 74px;
        padding: 0 60px;
    }
}

#summary .desc {
    color: #003e9e;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #summary .desc {
        font-size: 30px;
        line-height: 56px;
        text-align: left;
        padding: 0 60px;
        margin-bottom: 90px;
    }
}

/*
  Contents Parts
*/
.block {
    position: relative;
    padding: 75px 0 150px;
    color: #161616;
    text-align: center;
  /*
    Slider
  */
}

.block:nth-of-type(even) {
    background-color: #f5f5f5;
}

.block .catch {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 28px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .block .catch {
        font-size: 44px;
        line-height: 74px;
        text-align: left;
        padding: 0 60px;
    }
}

.block .text {
    font-size: 14px;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .block .text {
        font-size: 30px;
        line-height: 56px;
        text-align: left;
        padding: 0 60px;
    }
}

.block .swiper-container {
    padding: 60px 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .block .swiper-container {
        padding-bottom: 90px;
    }
}

.block .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 720px;
}

@media screen and (max-width: 768px) {
    .block .swiper-slide {
        width: 648px;
    }
}

.block .swiper-slide .slider-img {
    width: 100%;
}

.block .swiper-button-prev,
  .block .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: center;
    background-size: auto 25px;
}

@media screen and (max-width: 768px) {
    .block .swiper-button-prev,
      .block .swiper-button-next {
        display: none;
    }
}

.block .swiper-button-prev {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/btn_slider_prev.png);
    left: 40px;
}

.block .swiper-button-next {
    background-image: url(https://media.spike-chunsoft.co.jp/pages/conception_plus/assets/img/top/btn_slider_next.png);
    right: 40px;
}

#foot_deco {
    width: 100%;
}

#foot_deco .img {
    width: 100%;
    display: block;
}

#select {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 300;
    background-color: rgba(255, 255, 255, 0.96);
    width: 100%;
    height: 100vh;
    padding: 0 0 150px;
}

#select .inner {
    width: 1000px;
    margin: 0 auto;
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
    #select {
        padding: 0 0 150px;
    }

    #select .inner {
        width: auto;
    }
}

#select.hide {
    opacity: 0;
    pointer-events: none;
}

#select .summary {
    position: relative;
    padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
    #select .summary {
        padding-bottom: 90px;
    }
}

#select .deco-select {
    position: absolute;
    left: calc(50% + 262px);
    top: 77px;
}

@media screen and (max-width: 768px) {
    #select .deco-select {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
}

#select .text {
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    padding-top: 130px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #select .text {
        font-size: 44px;
        font-weight: bold;
        text-align: left;
        line-height: 74px;
        padding-left: 60px;
        padding-top: 70px;
    }
}

#select .text .small {
    font-size: 16px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    #select .text .small {
        font-size: 34px;
        font-weight: normal;
    }
}

#select .select-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #select .select-list {
        width: 100%;
    }
}

#select .select-list .select-item {
    position: relative;
    width: 480px;
    margin-bottom: 30px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #select .select-list .select-item {
        width: 100%;
        margin-bottom: 60px;
    }
}

#select .select-list .select-item .top .img {
    display: block;
    width: 100%;
}

#select .select-list .select-item .btm {
    background-color: #161616;
    padding: 20px 0;
    text-align: center;
}

#select .select-list .select-item .btm .img {
    width: 133px;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    #select .select-list .select-item .btm .img {
        width: 140px;
    }
}

#select .select-list .select-item .btm .img:last-of-type(1) {
    margin-right: 0;
}

#select .select-list .select-item .name {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    left: 104px;
    top: 60px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #select .select-list .select-item .name {
        left: 175px;
        top: 60px;
        font-size: 54px;
    }
}

#select .select-list .select-item .name .char-small {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    #select .select-list .select-item .name .char-small {
        font-size: 34px;
    }
}

#select .select-list .select-item .cv {
    position: absolute;
    font-size: 16px;
    left: 104px;
    top: 110px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #select .select-list .select-item .cv {
        left: 175px;
        top: 135px;
        font-size: 24px;
    }
}

#select .select-list .select-item .btn {
    position: absolute;
    left: 247px;
    top: 164px;
    width: 193px;
    height: 60px;
    line-height: 60px;
    background-color: #e4007e;
    border-radius: 60px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 768px) {
    #select .select-list .select-item .btn {
        width: 354px;
        height: 120px;
        line-height: 120px;
        font-size: 34px;
        left: 384px;
        top: 212px;
    }
}

#select .select-list .select-item:nth-of-type(odd) {
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
    #select .select-list .select-item:nth-of-type(odd) {
        margin-right: 0;
    }
}

#select .link-btn .link {
    display: block;
    text-decoration: none;
    width: 293px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background-color: #00b4ee;
    border-radius: 60px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #select .link-btn .link {
        width: 648px;
        height: 120px;
        line-height: 120px;
        font-size: 34px;
    }
}
