@charset "UTF-8";
body {
    max-width: 100vw;
    overflow-x: hidden;
}
.sp_only {
    display: none;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.l-contents {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-feature-settings: "palt";
    font-size: 18px;
}

/*margin*/
:root {
    --mat01: 1rem;
    --mat02: 2rem;
    --mat03: 3rem;
    --mat04: 4rem;
    --mat05: 5rem;
    --mat06: 6rem;
}

/*firstview*/
.mv_image .slider-item img {
    width: 100vw;
    height: auto;
}
#firstview h1 {
    font-size: .9em;
    text-align: center;
    color: #FFF;
}
.mv_copy {
    background: #000;
    border-top: 1px solid #c9b100;
    border-bottom: 1px solid #c9b100;
}

/*sec01*/
.confetti {
    overflow: hidden;
}
.confetti canvas {
    max-width: 100vw;
}
.lead_contents {
    height: 65rem;
    background: url(../images/bg_bk.jpg);
    position: relative;
}
.lead_text_area {
    background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%);
    width: 90%;
    height: 65rem;
    max-width: 1200px;
    margin: auto;
    padding: 6rem 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-align: center;
}
.lead_text_area h2.logo_1million {
    width: 70%;
    max-width: 873px;
    margin: auto;
}
.lead_text_area p {
    font-size: 1.1em;
    margin-top: var(--mat04);
}

/*contents_nav*/
.contents_nav .menu_logo {
    width: 90%;
    max-width: 180px;
    filter: drop-shadow(0 0 3px #FFF) drop-shadow(0 0 3px #FFF) drop-shadow(0 0 3px #FFF) drop-shadow(0 0 5px rgba(255,255,255,.6));
}
@media (min-width: 768px) {
#nav_menu {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background: #000;
    border-top: 1px solid #c9b100;
    border-bottom: 1px solid #c9b100;
    height: 70px;
    overflow: hidden;
}
.contents_nav ul {
    max-width: 1200px;
    align-items: center;
    margin: 1rem auto;
}
.contents_nav li img {
    margin-top: -3px;
    transition: .3s;
}
.contents_nav li img:hover {
    transition: .3s;
    transform: scale(1.1);
}
.contents_nav li:nth-child(2),
.contents_nav li:nth-child(3) {
    position: relative;
}
.contents_nav li:nth-child(2)::before,
.contents_nav li:nth-child(3)::before {
    content: "";
    position: absolute;
    right: -25%;
    top: 0;
    width: 16px;
    height: 20px;
    background: url(../images/icon_menu.png) no-repeat;
    background-size: contain;
}
}

/*pagetop*/
.pagetop {
    position: fixed;
    bottom: 5%;
    right: 5%;
    max-width: 120px;
    transition: .4s;
    opacity: 0;
}
.pagetop.fixed {
    transition: .4s;
    opacity: 1;
    z-index: 99;
}

/*movie*/
#movie {
    overflow: hidden;
}
.movie_wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 500px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    background: rgba(0, 0, 0, .7);
}
.movie {
  padding-top: 100%;
  margin-top: -110%;
}
.movie iframe {
  width: 100%;
  height: 120vh;
}
.movie_inner {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play_movie {
    display: block;
    width: 132px;
    margin: auto;
    filter: drop-shadow(0 0 3px #FFF) drop-shadow(0 0 3px #FFF) drop-shadow(0 0 3px #FFF) drop-shadow(0 0 5px rgba(255,255,255,.6));
}
.modaal-close {
    background: none !important;
}
.modaal-close:after, .modaal-close:before {
    border-radius: 0;
    background:#FFF;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
    background:#FFF;
}
.modaal-video-wrap {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.modaal-container {
    background: none;
}

/*sec02*/
#sec02,
#sec04 {
    background-image: url(../images/bg_wh.jpg);
}
.sec02_wrap,
.sec04_wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    background-image: linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%);
    padding: 6rem 0;
}
.sec02_list > li {
    background: rgba(255, 255, 255, .3);
    box-shadow: 0 0 22px rgba(150,150,150,.3);
    padding: 20px;
    margin-top: 5rem;
}
.sec02_list_inner {
    background: url(../images/bg_top_left02.png) top left,
    url(../images/bg_top_right02.png) top right,
    url(../images/bg_bottom_left.png) bottom left,
    url(../images/bg_bottom_right.png) bottom right;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .sec02_list_inner.novel {
        background: url(../images/bg_top_left.png) top left,
        url(../images/bg_top_right.png) top right,
        url(../images/bg_bottom_left.png) bottom left,
        url(../images/bg_bottom_right.png) bottom right;
        background-repeat: no-repeat;
    }
}
h2.sec_title img,
h3 img,
h4 img,
.series_logo img {
    display: block;
    margin: auto;
}
#sec02 h3,
#sec02 h4.mat04 {
    margin-top: var(--mat04);
}
.sec02_wrap p {
    text-align: center;
}
.comment {
    font-size: 1.1em;
    margin-top: var(--mat04);
}
.series_logo {
    margin:  var(--mat02) auto 0;
}
#sec02 h5 {
    margin-top: var(--mat02);
}
.books_list.novel {
    width: 80%;
    max-width: 870px;
    margin: var(--mat02) auto 0;
}
.books_list.novel > li {
    width: calc((100% - 10px)/3);
}
.books_list.comic {
    flex-wrap: wrap;
    width: 80%;
    max-width: 830px;
    margin: var(--mat04) auto 0;
}
.books_list.comic > li {
    width: calc((100% - 25px)/4);
    margin-bottom: 10px;
}
.books_list > li img,
.books_new_image img {
    border: 1px solid #e2dedf;
    transition: .3s;
}
.books_list > li img:hover {
    opacity: .7;
    transition: .3s;
}
#sec02 h5 {
    font-size: 1.4em;
    text-align: center;
}
.color_red {
    color: #d5000c;
}
.font_bold {
    font-weight: 900;
}
.link_btn_wrap {
    padding-bottom: 70px;
    margin-top: var(--mat04);
}
.link_btn {
    width: 80%;
    max-width: 500px;
    margin: auto;
    background: #000;
    overflow: hidden;
    
}
.link_btn:hover {
    transition: .3s;
    transform: scale(1.1);
}
.btnshine {
    position: relative;
    width: 100%;
    max-width: 500px;
}
.btnshine::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 2;
    display: block;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
 	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    color: transparent;
    animation: shine 3s infinite ease-in-out;
}
@keyframes shine {
    10% {
        left: 150%;
        opacity: 1;
    }
    100% {
        left: 150%;
        opacity: 0;
    }
 }
.link_btn img {
    width: 100%;
    max-width: 312px;
    padding: 30px 0;
    display: block;
    margin: auto;
}
.illustration_area {
    width: 80%;
    max-width: 620px;
    margin: var(--mat04) auto 0;
}
.illustration_area img {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #d5000c;
    border-bottom: 1px solid #d5000c;
}
.illustration_lead {
    margin-top: var(--mat02);
}
.gallery_list {
    max-width: 900px;
    margin: var(--mat02) auto 0;
}
.slick-track {
    position: relative;
    margin: auto;
}
.gallery_item {
    background: #000;
    width: 100%;
} 
.gallery_list img {
    display: block;
    margin: auto;
    width: auto;
    height: 30vw;
    max-height: 465px;
}
.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:15px;
    height:15px;
    display:block;
    transform: rotate(45deg);
    background:#000;
}
.slick-dots .slick-active button{
    background:#d5000c;
}
.books_new {
    width: 90%;
    max-width: 1000px;
    margin: var(--mat03) auto 0;
}
.books_new_image {
    width: 45%;
    max-width: 440px;
}
.books_new_text {
    padding-top: 4rem;
    width: 50%;
}
#sec02 .books_new_text h5 {
    font-size: 1.5em;
    line-height: 1.4;
    margin-top: var(--mat04);
}
#sec02 .books_new_text h6 {
    font-size: 1.1em;
    text-align: center;
}
.books_new_text .synopsis {
    margin-top: var(--mat02);
}
.books_new_text .link_btn {
    width: 100%;
}

/*sec03*/
#sec03 {
    background: url(../images/bg_bk.jpg);
    color: #FFF;
    text-align: center;
}
.sec03_wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%);
    padding: 6rem 0;
}
.sec03_lead {
    margin-top: var(--mat02);
}
.present_image {
    width: 80%;
    max-width: 800px;
    margin: var(--mat03) auto;
}
.present_image .mat01 {
    margin-top: var(--mat01);
}
.present_btn {
    width: 80%;
    max-width: 755px;
    margin: var(--mat03) auto var(--mat04);
}
.present_btn a img {
    transition: .3s;
}
.present_btn a img:hover {
    transition: .3s;
    transform: scale(1.1);
}
#sec03 h4 {
    font-size: 2.2em;
}
.precautions {
    font-size: .9em;
    text-align: left;
    max-width: 1000px;
    margin: auto;
    padding: 1.3em;
    text-indent: -1.3em;
}

/*sec04*/
.footer_photo_area {
    margin-top: var(--mat04);
}
#sec04 .link_btn_wrap {
    margin-top: var(--mat06);
    padding: 0;
}

/* responsive -SP-
------------------------------------------------*/
@media (max-width: 767px) {
    .sp_only {
        display: block;
    }
    .pc_only {
        display: none;
    }
    .l-contents {
        font-size: 14px;
        line-height: 1.6;
    }
    .kerning {
        letter-spacing: -0.1em;
    }

    /*firstview*/
    #firstview h1 {
        font-size: .6em;
    }

    /*sec01*/
    .lead_contents {
        height: 49rem;
        background-size: 15%;
    }
    .lead_text_area {
        height: 49rem;
        padding: var(--mat04) 0;
    }
    .lead_text_area p {
        font-size: 1em;
        margin-top: var(--mat02);
    }

    /*contents_nav*/
    .btn {
        position: fixed;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        z-index: 101;
        background-color: #c9b100;
        cursor: pointer;
        display: none;
        transition: .3s;
    }
    .btn.fixed {
        display: block;
        transition: .3s;
    }
    .btn-line {
	    position: relative;
        margin: 40% auto;
	    width: 50%;
	    height: 3px;
	    background-color: #000;
	    transition: .2s;
    }
    .btn-line::before,
    .btn-line::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        transition: .5s;
    }
    .btn-line::before {
        transform: translateY(-7px);
    }
    .btn-line::after {
        transform: translateY(7px);
    }
    .btn-line.open {
	    background-color: transparent;
    }
    .btn-line.open::before ,
    .btn-line.open::after {
	    content: "";
	    transition: .2s;
    }
    .btn-line.open::before {
	    transform: rotate(45deg);
        background-color: #FFF;
    }
    .btn-line.open::after {
	    transform: rotate(-45deg);
        background-color: #d5000c;
    }
    .btn-text {
	    position: relative;
	    transition: .2s;
        color: #000;
        font-size: 0.7em;
        text-align: center;
    }
    .btn-text::before {
        font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
        font-weight: 600;
	    position: absolute;
        width: 100%;
        content: "MENU";
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .btn.open {
        background-color: transparent;
        border: none;
    }
    .btn.open .btn-text {
        display: none;
    }
    .contents_nav {
        position: fixed;
        top: -100vh;
        left: 0;
        width: 100vw;
        height: 100vh;
        margin: auto;
        color: #FFF;
        background: rgba(0,0,0,.9);
        transition: .3s;
        z-index: 100;
    }
    .contents_nav.open {
        top: 0;
    }
    .contents_nav .contents_nav_inner.flex {
        margin: 14% auto;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .contents_nav .contents_nav_inner {
        margin: auto;
        width: 70%;
    }
    .contents_nav .menu_logo {
        width: 100%;
        max-width: 80vw;
        filter: none;
    }
    .contents_nav .contents_nav_inner > li:nth-child(2),
    .contents_nav .contents_nav_inner > li:nth-child(3),
    .contents_nav .contents_nav_inner > li:nth-child(4) {
        width: 70%;
        margin: auto;
    }
    .contents_nav .contents_nav_inner > li:nth-child(2),
    .contents_nav .contents_nav_inner > li:nth-child(3) {
        position: relative;
    }
    .contents_nav .contents_nav_inner > li:nth-child(2)::before,
    .contents_nav .contents_nav_inner > li:nth-child(3)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -8vh;
        transform: translateX(-50%);
        width: 16px;
        height: 20px;
        background: url(../images/icon_menu.png) no-repeat;
        background-size: contain;
    }
    .contents_nav_logo {
        width: 80%;
        margin: auto;
    }
    .contents_nav_logo > li {
        width: calc((100% - 4em)/2);
    }

    /*pagetop*/
    .pagetop {
        bottom: 3%;
        right: 3%;
        max-width: 70px;
    }

    /*movie*/
    #movie {
        border-top: 1px solid #c9b100;
        height: 25rem;
        position: relative;
    }
    .movie_wrap {
        height: 28rem;
    }
    .movie {
        padding-top: 100%;
        margin-top: -100%;
    }
    .movie iframe {
        width: 130%;
        height: 28rem;
        margin-left: -15%;
    }
    .movie_inner {
        top: 45%;
        transform: translate(-50%, -50%);
    }
    .play_movie {
        width: 80px;
        filter: drop-shadow(0 0 3px #FFF) drop-shadow(0 0 3px #FFF) drop-shadow(0 0 3px #FFF) drop-shadow(0 0 3px #FFF) drop-shadow(0 0 5px rgba(255,255,255,.8));
    }

    /*sec02*/
    #sec02,
    #sec04 {
        background-size: 15%;
    }
    .sec02_wrap,
    .sec04_wrap {
        padding: var(--mat04) 0;
    }
    .sec02_list_inner {
        background: url(../images/bg_top_left02_sp.png) top left,
        url(../images/bg_top_right02_sp.png) top right,
        url(../images/bg_bottom_left_sp.png) bottom left,
        url(../images/bg_bottom_right_sp.png) bottom right;
        background-repeat: no-repeat;
    }
    .sec02_list_inner.novel {
        background: url(../images/bg_top_left_sp.png) top left,
        url(../images/bg_top_right_sp.png) top right,
        url(../images/bg_bottom_left_sp.png) bottom left,
        url(../images/bg_bottom_right_sp.png) bottom right;
        background-repeat: no-repeat;
    }
    .sec02_list > li {
        padding: 5px;
        margin-top: var(--mat02);
    }
    h4.deco {
        width: 48%;
        margin: auto;
    }
    #sec02 h3 {
        width: 75%;
        margin: var(--mat02) auto 0;
    }
    .comment {
        max-width: 90%;
        margin: var(--mat02) auto 0;
        font-size: .95em;
    }
    h4.mat04 {
        width: 45%;
        margin: var(--mat02) auto 0;
    }
    .series_logo {
        max-width: 70vw;
        margin: var(--mat01) auto 0;
    }
    .books_list.novel,
    .novel .synopsis {
        width: 90%;
        margin: var(--mat01) auto 0;
    }
    .link_btn_wrap {
        padding-bottom: var(--mat04);
        margin-top: var(--mat03);
    }
    .link_btn img {
        width: 80%;
        padding: 17px 0;
        margin: auto;
    }
    .illustration_area {
        margin: var(--mat02) auto 0;
    }
    .gallery_list {
        width: 80%;
        height: 42rem;
    }
    #sec02 .slick-track {
        height: 40rem;
    }
    .gallery_item {
    background: #000;
    width: 100%;
    } 
    .gallery_list img {
        height: 100%;
        object-fit: contain;
    }
    .gallery_list.yoko {
        display: flex;
        align-items: center;
        max-height: 50px;
    }
    .slick-dots button {
        width:8px;
        height:8px;
    }
    .books_new {
        flex-wrap: wrap;
        margin: var(--mat02) auto 0;
    }
    .books_new_image {
        width: 70%;
        margin: auto;
    }
    #sec02 h4.h4_comic {
        width: 80vw;
        margin: var(--mat02) auto;
    }
    .books_new_text {
        width: 100%;
        margin: auto;
        padding-top: 0;
    }
    #sec02 .books_new_text h5 {
        font-size: 1.2em;
        margin-top: var(--mat02);
    }
    #sec02 .books_new_text h6 {
        font-size: 0.9em;
    }
    .books_new_text .link_btn {
        width: 90%;
    }
    .books_list.comic {
        width: 90%;
        margin: var(--mat02) auto 0;
    }
    .books_list.comic::after {
        content: "";
        display: block;
        width: calc((100% - 10px)/3);
    }
    .books_list.comic > li {
        width: calc((100% - 10px)/3);
        margin-bottom: 5px;
    }

    /*sec03*/
    .sec03_wrap {
        padding: var(--mat04) 0 var(--mat03);
    }
    .present_image {
        width: 90%;
        margin: var(--mat03) auto;
    }
    .present_image li {
        width: calc((100% - 5px)/2);
    }
    .sec03_lead {
        font-size: .9em;
    }
    .how_to_apply {
        font-size: .9em;
        line-height: 1.7;
    }
    .present_btn {
        width: 70%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .present_btn li:first-child,
    #sec04 .link_btn_wrap li:first-child {
        margin-bottom: var(--mat01);
    }
    #sec03 h4 {
        font-size: 2em;
    }
    .precautions {
        font-size: .75em;
    }

    /*sec04*/
    .footer_photo_area {
        margin-top: var(--mat03);
    }
    #sec04 .link_btn_wrap {
        flex-wrap: wrap;
        margin-top: var(--mat04);
        padding: 0;
    }
}