@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: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
    font-size: 18px;
    color: #333;
    background-color: #000;
}

/*margin*/
:root {
    --mat01: 1rem;
    --mat02: 2rem;
    --mat03: 3rem;
    --mat04: 4rem;
    --mat05: 5rem;
    --mat06: 6rem;
    --blue: #5fa1d1;
    --green: #45b035;
    --orange: #ea9a3c;
}

/*firstview*/
.mv_image .slider-item img {
    width: 100vw;
    height: auto;
}
#firstview h1 {
    font-size: .9em;
    text-align: center;
    font-weight: 500;
}
.mv_copy {
    background-image: linear-gradient(to left, #9a6f1b,#cca13e,#fffdca,#cca13e,#9a6f1b);
}

/*contents_nav*/
.contents_nav .menu_logo {
    width: 100%;
    max-width: 204px;
    margin-top: -0.5rem;
}
@media (min-width: 768px) {
#nav_menu {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .7);
    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);
}
}

/*pagetop*/
.pagetop {
    position: fixed;
    bottom: 2%;
    right: 2%;
    max-width: 120px;
    transition: .3s;
    opacity: 0;
}
.pagetop:hover {
    bottom: 2.5%;
    transition: .3s;
}
.pagetop.fixed {
    transition: .3s;
    opacity: 1;
    z-index: 99;
}


/*sec01*/
#sec01 {
    background: url(../images/bg_sec01.webp) no-repeat center;
    background-size: cover;
}
.lead_contents {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 2rem 0;
}
h2.logo_1million {
    width: 90%;
    max-width: 953px;
    margin: auto;
}
.lead_text_area {
    color: #FFF;
    text-align: center;
    
}
.lead_text_area p {
    margin-top: 30rem;
    font-size: 1.1em;
}

/*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: -120%;
}
.movie iframe {
  width: 100%;
  height: 140vh;
  max-width: 70vw;
  margin: auto;
}
.movie_inner {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
}
.play_movie {
    display: block;
    width: 152px;
    margin: auto;
}
.movie_deco {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 500px;
    background: url(../images/line_top.png) top no-repeat,
    linear-gradient(to right,rgba(0,0,0,100) 0%,rgba(0,0,0,0.8) 17%,rgba(0,0,0,0) 22%),
    linear-gradient(to left,rgba(0,0,0,100) 0%,rgba(0,0,0,0.8) 17%,rgba(0,0,0,0) 22%),
    url(../images/line_bottom.png) bottom no-repeat;
    background-size: 100vw;
}
.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 {
    overflow-x: hidden;
}
.line img {
    display: block;
    width: 100vw;
}
.line.bottom {
    margin-top: var(--mat04);
}
.sec02_list_wrap {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, .3);
    padding: .5rem;
    width: 90%;
    max-width: 1200px;
    margin: var(--mat06) auto 0;
}
.novel .sec02_list_wrap {
    box-shadow: 0 0 24px rgba(95, 161, 209, 0.65);
}
.illustrator .sec02_list_wrap {
    box-shadow: 0 0 24px rgba(69, 176, 53, 0.65);
}
.comicalization .sec02_list_wrap {
    box-shadow: 0 0 24px rgba(234, 154, 60, 0.65);
}
.sec02_list_wrap:last-child {
    margin: auto;
}
.sec02_list_inner {
    border: 1px solid #FFF;
    background: url(../images/bg_top_left.png) top left no-repeat,
    url(../images/bg_top_right.png) top right no-repeat,
    url(../images/bg_bottom_left.png) bottom left no-repeat,
    url(../images/bg_bottom_right.png) bottom right no-repeat;
}
.sec02_wrap.__01 {
    background: url(../images/bg_sec02_1.webp) no-repeat;
    background-size: cover;
    padding-bottom: 20rem;
    margin: 0 -120px 0 -120px;
    padding: 0 120px 12rem 120px;
    border-bottom-left-radius: 1000px 240px;
    border-bottom-right-radius: 1000px 240px;
    position: relative;
    z-index: 3;
}
.sec02_wrap.__02 {
    background: url(../images/bg_sec02_2.webp) no-repeat;
    background-size: cover;
    padding-bottom: 20rem;
    margin: -15rem -120px 0 -120px;
    padding: 25rem 120px 12rem 120px;
    border-bottom-left-radius: 1000px 240px;
    border-bottom-right-radius: 1000px 240px;
    position: relative;
    z-index: 2;
}
.sec02_wrap.__03 {
    background: url(../images/bg_sec02_3.webp) no-repeat center;
    background-size: cover;
    margin-top: -15rem;
    padding-top: 25rem;
}
h2.sec_title {
    font-size: 5.5em;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
}
h2.sec_title small {
    font-size: .7em;
    font-weight: 600;
}
h2.sec_title .glow {
    color: #FFF;
    text-shadow: 0 0 18px var(--blue), 0 0 18px var(--blue), 0 0 18px var(--blue);
}
h2.sec_title img {
    display: block;
    width: 750px;
    margin: 0 auto 8rem;
}
#sec02 h3 {
    font-size: 4.4em;
    text-align: center;
    line-height: 1.4;
}
#sec02 h3 small {
    font-size: 0.6em;
}
#sec02 h3 img {
    display: block;
    margin: auto;
}
#sec02 h4,
#sec03 h3 {
    font-size: 2.3em;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    margin: var(--mat04) auto 0;
    width: fit-content;
}
#sec02 .novel h4::before,
#sec03 h3::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235d99c5' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.62,6.75C7.46,5,5.2.48,5.1.28c-.02-.05-.02-.1,0-.14.02-.04.06-.08.11-.09.1-.02,2.54-.45,4.81,1.65,2.24,2.08,7.48,4.88,7.53,4.91,0,0,0,0,0,0,.02.01.03.03.04.05,0,.01.02.02.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0-.01.02-.02.02-.01.02-.03.04-.05.06,0,0,0,0,0,0-.05.03-5.29,2.83-7.53,4.91-1.59,1.47-3.25,1.7-4.15,1.7-.38,0-.63-.04-.66-.05-.05,0-.09-.04-.11-.09-.02-.04-.02-.1,0-.14.09-.2,2.35-4.72,11.52-6.47Z'/%3E%3Cpath d='M.07,6.63c.12-.08,3.05-1.83,5.26-1.14,1.92.6,5.21,1.03,5.92,1.12.06,0,.1-.01.1-.01.04,0,.08.02.12.05.03.03.05.08.05.13s-.02.08-.05.11c-.03.03-.08.04-.12.04,0,0-.04,0-.1-.01-.71.09-4,.51-5.92,1.12-.36.11-.75.16-1.13.16-1.96,0-4.02-1.24-4.12-1.3C.03,6.85,0,6.81,0,6.75c0-.05.03-.1.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#sec02 .novel h4::after,
#sec03 h3::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235d99c5' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M1.02,6.75C10.18,5,12.44.48,12.53.28c.02-.05.02-.1,0-.14-.02-.04-.06-.08-.11-.09-.1-.02-2.54-.45-4.81,1.65C5.37,3.78.13,6.58.08,6.61c0,0,0,0,0,0-.02.01-.03.03-.04.05,0,.01-.02.02-.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,.01.02.02.02.01.02.03.04.05.06,0,0,0,0,0,0,.05.03,5.29,2.83,7.53,4.91,1.59,1.47,3.25,1.7,4.15,1.7.38,0,.63-.04.66-.05.05,0,.09-.04.11-.09.02-.04.02-.1,0-.14-.09-.2-2.35-4.72-11.52-6.47Z'/%3E%3Cpath d='M17.56,6.63c-.12-.08-3.05-1.83-5.26-1.14-1.92.6-5.21,1.03-5.92,1.12-.06,0-.1-.01-.1-.01-.04,0-.08.02-.12.05-.03.03-.05.08-.05.13s.02.08.05.11c.03.03.08.04.12.04,0,0,.04,0,.1-.01.71.09,4,.51,5.92,1.12.36.11.75.16,1.13.16,1.96,0,4.02-1.24,4.12-1.3.04-.03.07-.08.07-.13s-.03-.1-.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#sec02 .illustrator h4::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2345b035' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.62,6.75C7.46,5,5.2.48,5.1.28c-.02-.05-.02-.1,0-.14.02-.04.06-.08.11-.09.1-.02,2.54-.45,4.81,1.65,2.24,2.08,7.48,4.88,7.53,4.91,0,0,0,0,0,0,.02.01.03.03.04.05,0,.01.02.02.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0-.01.02-.02.02-.01.02-.03.04-.05.06,0,0,0,0,0,0-.05.03-5.29,2.83-7.53,4.91-1.59,1.47-3.25,1.7-4.15,1.7-.38,0-.63-.04-.66-.05-.05,0-.09-.04-.11-.09-.02-.04-.02-.1,0-.14.09-.2,2.35-4.72,11.52-6.47Z'/%3E%3Cpath d='M.07,6.63c.12-.08,3.05-1.83,5.26-1.14,1.92.6,5.21,1.03,5.92,1.12.06,0,.1-.01.1-.01.04,0,.08.02.12.05.03.03.05.08.05.13s-.02.08-.05.11c-.03.03-.08.04-.12.04,0,0-.04,0-.1-.01-.71.09-4,.51-5.92,1.12-.36.11-.75.16-1.13.16-1.96,0-4.02-1.24-4.12-1.3C.03,6.85,0,6.81,0,6.75c0-.05.03-.1.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#sec02 .illustrator h4::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2345b035' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M1.02,6.75C10.18,5,12.44.48,12.53.28c.02-.05.02-.1,0-.14-.02-.04-.06-.08-.11-.09-.1-.02-2.54-.45-4.81,1.65C5.37,3.78.13,6.58.08,6.61c0,0,0,0,0,0-.02.01-.03.03-.04.05,0,.01-.02.02-.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,.01.02.02.02.01.02.03.04.05.06,0,0,0,0,0,0,.05.03,5.29,2.83,7.53,4.91,1.59,1.47,3.25,1.7,4.15,1.7.38,0,.63-.04.66-.05.05,0,.09-.04.11-.09.02-.04.02-.1,0-.14-.09-.2-2.35-4.72-11.52-6.47Z'/%3E%3Cpath d='M17.56,6.63c-.12-.08-3.05-1.83-5.26-1.14-1.92.6-5.21,1.03-5.92,1.12-.06,0-.1-.01-.1-.01-.04,0-.08.02-.12.05-.03.03-.05.08-.05.13s.02.08.05.11c.03.03.08.04.12.04,0,0,.04,0,.1-.01.71.09,4,.51,5.92,1.12.36.11.75.16,1.13.16,1.96,0,4.02-1.24,4.12-1.3.04-.03.07-.08.07-.13s-.03-.1-.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#sec02 .comicalization h4::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea9a3c' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.62,6.75C7.46,5,5.2.48,5.1.28c-.02-.05-.02-.1,0-.14.02-.04.06-.08.11-.09.1-.02,2.54-.45,4.81,1.65,2.24,2.08,7.48,4.88,7.53,4.91,0,0,0,0,0,0,.02.01.03.03.04.05,0,.01.02.02.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0-.01.02-.02.02-.01.02-.03.04-.05.06,0,0,0,0,0,0-.05.03-5.29,2.83-7.53,4.91-1.59,1.47-3.25,1.7-4.15,1.7-.38,0-.63-.04-.66-.05-.05,0-.09-.04-.11-.09-.02-.04-.02-.1,0-.14.09-.2,2.35-4.72,11.52-6.47Z'/%3E%3Cpath d='M.07,6.63c.12-.08,3.05-1.83,5.26-1.14,1.92.6,5.21,1.03,5.92,1.12.06,0,.1-.01.1-.01.04,0,.08.02.12.05.03.03.05.08.05.13s-.02.08-.05.11c-.03.03-.08.04-.12.04,0,0-.04,0-.1-.01-.71.09-4,.51-5.92,1.12-.36.11-.75.16-1.13.16-1.96,0-4.02-1.24-4.12-1.3C.03,6.85,0,6.81,0,6.75c0-.05.03-.1.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#sec02 .comicalization h4::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea9a3c' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M1.02,6.75C10.18,5,12.44.48,12.53.28c.02-.05.02-.1,0-.14-.02-.04-.06-.08-.11-.09-.1-.02-2.54-.45-4.81,1.65C5.37,3.78.13,6.58.08,6.61c0,0,0,0,0,0-.02.01-.03.03-.04.05,0,.01-.02.02-.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,.01.02.02.02.01.02.03.04.05.06,0,0,0,0,0,0,.05.03,5.29,2.83,7.53,4.91,1.59,1.47,3.25,1.7,4.15,1.7.38,0,.63-.04.66-.05.05,0,.09-.04.11-.09.02-.04.02-.1,0-.14-.09-.2-2.35-4.72-11.52-6.47Z'/%3E%3Cpath d='M17.56,6.63c-.12-.08-3.05-1.83-5.26-1.14-1.92.6-5.21,1.03-5.92,1.12-.06,0-.1-.01-.1-.01-.04,0-.08.02-.12.05-.03.03-.05.08-.05.13s.02.08.05.11c.03.03.08.04.12.04,0,0,.04,0,.1-.01.71.09,4,.51,5.92,1.12.36.11.75.16,1.13.16,1.96,0,4.02-1.24,4.12-1.3.04-.03.07-.08.07-.13s-.03-.1-.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.novel h3 span,
.novel h4,
#sec03 h3 {
    color: var(--blue);
}
.illustrator h3 span,
.illustrator h4 {
    color: var(--green);
}
.comicalization h3 span,
.comicalization h4 {
    color: var(--orange);
}
h4 .glow {
    color: #FFF;
    font-weight: 600;
    font-size: ;
}
.novel h4 .glow {
    text-shadow: 0 0 18px var(--blue),0 0 18px var(--blue),0 0 18px var(--blue);
}
.illustrator h4 .glow {
    text-shadow: 0 0 18px var(--green),0 0 18px var(--green),0 0 18px var(--green);
}
.comicalization h4 .glow {
    text-shadow: 0 0 18px var(--orange),0 0 18px var(--orange),0 0 18px var(--orange);
}
.sec02_wrap p {
    text-align: center;
}
.comment {
    font-size: 1.1em;
    margin-top: var(--mat04);
}
.series_logo img {
    display: block;
    margin:  var(--mat02) auto 0;
}
#sec02 h5 {
    margin-top: var(--mat02);
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: var(--mat02);
}
.books_list {
    flex-wrap: wrap;
    width: 80%;
    max-width: 1000px;
    margin: var(--mat04) auto 0;
}
.books_list.novel > li {
    width: calc((100% - 40px)/4);
    margin-bottom: 15px;
}
.books_list.comic > li {
    width: calc((100% - 25px)/5);
    margin-bottom: 10px;
}
.books_list > li img,
.books_new_image img {
    box-shadow: 3px 3px 14px rgba(0,0,0,.25);
    transition: .3s;
}
.books_list > li img:hover {
    opacity: .7;
    transition: .3s;
}
.link_btn_wrap {
    padding-bottom: 70px;
    margin-top: var(--mat04);
}
.link_btn {
    width: 80%;
    max-width: 500px;
    margin: auto;
    background: #000;
    overflow: hidden;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    position: relative;
    transition: .3s;
}
.link_btn::before {
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d29d5b' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.62,6.75C7.46,5,5.2.48,5.1.28c-.02-.05-.02-.1,0-.14.02-.04.06-.08.11-.09.1-.02,2.54-.45,4.81,1.65,2.24,2.08,7.48,4.88,7.53,4.91,0,0,0,0,0,0,.02.01.03.03.04.05,0,.01.02.02.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0-.01.02-.02.02-.01.02-.03.04-.05.06,0,0,0,0,0,0-.05.03-5.29,2.83-7.53,4.91-1.59,1.47-3.25,1.7-4.15,1.7-.38,0-.63-.04-.66-.05-.05,0-.09-.04-.11-.09-.02-.04-.02-.1,0-.14.09-.2,2.35-4.72,11.52-6.47Z'/%3E%3Cpath d='M.07,6.63c.12-.08,3.05-1.83,5.26-1.14,1.92.6,5.21,1.03,5.92,1.12.06,0,.1-.01.1-.01.04,0,.08.02.12.05.03.03.05.08.05.13s-.02.08-.05.11c-.03.03-.08.04-.12.04,0,0-.04,0-.1-.01-.71.09-4,.51-5.92,1.12-.36.11-.75.16-1.13.16-1.96,0-4.02-1.24-4.12-1.3C.03,6.85,0,6.81,0,6.75c0-.05.03-.1.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.link_btn::after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d29d5b' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M1.02,6.75C10.18,5,12.44.48,12.53.28c.02-.05.02-.1,0-.14-.02-.04-.06-.08-.11-.09-.1-.02-2.54-.45-4.81,1.65C5.37,3.78.13,6.58.08,6.61c0,0,0,0,0,0-.02.01-.03.03-.04.05,0,.01-.02.02-.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,.01.02.02.02.01.02.03.04.05.06,0,0,0,0,0,0,.05.03,5.29,2.83,7.53,4.91,1.59,1.47,3.25,1.7,4.15,1.7.38,0,.63-.04.66-.05.05,0,.09-.04.11-.09.02-.04.02-.1,0-.14-.09-.2-2.35-4.72-11.52-6.47Z'/%3E%3Cpath d='M17.56,6.63c-.12-.08-3.05-1.83-5.26-1.14-1.92.6-5.21,1.03-5.92,1.12-.06,0-.1-.01-.1-.01-.04,0-.08.02-.12.05-.03.03-.05.08-.05.13s.02.08.05.11c.03.03.08.04.12.04,0,0,.04,0,.1-.01.71.09,4,.51,5.92,1.12.36.11.75.16,1.13.16,1.96,0,4.02-1.24,4.12-1.3.04-.03.07-.08.07-.13s-.03-.1-.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.link_btn a {
    display: block;
    text-align: center;
    color: #d29d5b;
    font-size: 1.5em;
    padding: 1.2rem 0;
    transition: .3s;
}
.link_btn:hover {
    background: #444;
    transition: .3s;
}
.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;
    }
 }
.illustration_area {
    width: 80%;
    max-width: 620px;
    margin: var(--mat04) auto 0;
}
.illustration_lead {
    margin-top: var(--mat02);
}
.gallery_list {
    max-width: 900px;
    margin: var(--mat02) auto 0;
}
.slick-track {
    position: relative;
    margin: auto;
} 
.gallery_list img {
    display: block;
    margin: auto;
    width: 100%;
}
.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 8px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:14px;
    height:14px;
    display:block;
    transform: rotate(45deg);
    background:#999;
}
.slick-dots .slick-active button{
    background:#000;
}
.books_new {
    width: 90%;
    max-width: 1000px;
    margin: var(--mat03) auto 0;
}
.books_new_image {
    width: 40%;
    max-width: 380px;
}
.books_new_text {
    width: 56%;
}
#sec02 .books_new_text h4,
#sec02 h4.h4_comic {
    color: #FFF;
    background: url(../images/bg_h4_comic.png) no-repeat;
    background-size: cover;
    font-size: 1.6em;
    width: 100%;
    max-width: 560px;
    text-align: center;
    padding: .5rem 0;
    margin: auto;
}
#sec02 .books_new_text h4::before,
#sec02 .books_new_text h4::after,
#sec02 h4.h4_comic::before,
#sec02 h4.h4_comic::after {
    content: '';
    position: static;
    width: 0;
    height: 0;
    background: none;
}
#sec02 .books_new_text h5 {
    font-size: 1.4em;
    line-height: 1.4;
    margin-top: var(--mat04);
}
#sec02 .books_new_text h5 small {
    font-size: .77em;
}
.books_new_text .synopsis {
    margin-top: var(--mat02);
}
.books_new_text .link_btn {
    width: 100%;
}
.books_list.comic.flex {
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    flex-wrap: nowrap;
}
.books_list.comic.flex.mat04 {
    margin-top: var(--mat06);
}
.books_list.comic.flex li {
    width: calc(100% / 5.5);
    margin-right: 10px;
}
.books_list.comic.flex li:last-child {
    margin-right: 0;
}

/*sec03*/
#sec03 {
    background: url(../images/bg_sec03.webp) no-repeat center;
    background-size: cover;
    color: #FFF;
    text-align: center;
}
.sec03_wrap {
    width: 90%;
    max-width: 1250px;
    margin: auto;
}
.sec03_lead {
    margin-top: var(--mat02);
}
.present_image_wrap {
    width: 100%;
    max-width: 1215px;
    margin: var(--mat03) auto;
}
.present_image_inner {
    margin-left: auto;
    max-width: 1107px;
}
.how_to_apply {
    margin-top: var(--mat04);
    font-size: 1.2em;
}
.present_btn_wrap {
    width: 90%;
    max-width: 1000px;
    margin: var(--mat03) auto var(--mat04);
}
.present_btn {
    width: calc((100% - 40px)/2);
    max-width: 500px;
    margin: auto;
    overflow: hidden;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    position: relative;
    transition: .3s;
}
.present_btn::before,
#sec04 .link_btn::before {
    content: '';
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.62,6.75C7.46,5,5.2.48,5.1.28c-.02-.05-.02-.1,0-.14.02-.04.06-.08.11-.09.1-.02,2.54-.45,4.81,1.65,2.24,2.08,7.48,4.88,7.53,4.91,0,0,0,0,0,0,.02.01.03.03.04.05,0,.01.02.02.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0-.01.02-.02.02-.01.02-.03.04-.05.06,0,0,0,0,0,0-.05.03-5.29,2.83-7.53,4.91-1.59,1.47-3.25,1.7-4.15,1.7-.38,0-.63-.04-.66-.05-.05,0-.09-.04-.11-.09-.02-.04-.02-.1,0-.14.09-.2,2.35-4.72,11.52-6.47Z'/%3E%3Cpath d='M.07,6.63c.12-.08,3.05-1.83,5.26-1.14,1.92.6,5.21,1.03,5.92,1.12.06,0,.1-.01.1-.01.04,0,.08.02.12.05.03.03.05.08.05.13s-.02.08-.05.11c-.03.03-.08.04-.12.04,0,0-.04,0-.1-.01-.71.09-4,.51-5.92,1.12-.36.11-.75.16-1.13.16-1.96,0-4.02-1.24-4.12-1.3C.03,6.85,0,6.81,0,6.75c0-.05.03-.1.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 3;
}
.present_btn::after,
#sec04 .link_btn::after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 17.63 13.5'%3E%3Cg%3E%3Cg%3E%3Cpath d='M1.02,6.75C10.18,5,12.44.48,12.53.28c.02-.05.02-.1,0-.14-.02-.04-.06-.08-.11-.09-.1-.02-2.54-.45-4.81,1.65C5.37,3.78.13,6.58.08,6.61c0,0,0,0,0,0-.02.01-.03.03-.04.05,0,.01-.02.02-.03.04,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,.01.02.02.02.01.02.03.04.05.06,0,0,0,0,0,0,.05.03,5.29,2.83,7.53,4.91,1.59,1.47,3.25,1.7,4.15,1.7.38,0,.63-.04.66-.05.05,0,.09-.04.11-.09.02-.04.02-.1,0-.14-.09-.2-2.35-4.72-11.52-6.47Z'/%3E%3Cpath d='M17.56,6.63c-.12-.08-3.05-1.83-5.26-1.14-1.92.6-5.21,1.03-5.92,1.12-.06,0-.1-.01-.1-.01-.04,0-.08.02-.12.05-.03.03-.05.08-.05.13s.02.08.05.11c.03.03.08.04.12.04,0,0,.04,0,.1-.01.71.09,4,.51,5.92,1.12.36.11.75.16,1.13.16,1.96,0,4.02-1.24,4.12-1.3.04-.03.07-.08.07-.13s-.03-.1-.07-.13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.present_btn a,
#sec04 .link_btn a {
    text-decoration: none;
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 1.5em;
    padding: 1.2rem 0;
    transition: .3s;
}
.sns_novel a,
.novel_page a {
    background: var(--blue);
}
.sns_comic a,
.comic_page a {
    background: var(--orange);
}
.sns_novel a:hover,
.novel_page a:hover {
    background: #81beec;
}
.sns_comic a:hover,
.comic_page a:hover {
    background: #f8b25f;
}
#sec03 h4 {
    font-size: 2.2em;
}
.precautions_wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 1000px;
    margin: var(--mat06) auto 0;
    padding: var(--mat04) var(--mat06);
}
.precautions {
    font-size: .9em;
    text-align: left;
    margin: auto;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

/*sec04*/
#sec04 {
    padding-bottom: var(--mat06);
}
#sec04 .footer_photo_area img {
    display: block;
    margin: auto;
}
#sec04 .link_btn_wrap {
    margin: var(--mat04) auto 0;
    padding: 0;
    max-width: 1200px;
}

/* 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: .45em;
    }

    /*contents_nav*/
    .btn {
        position: fixed;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        z-index: 101;
        background-color: rgba(0, 0, 0, .7);
        cursor: pointer;
        display: none;
        transition: .3s;
        border-radius: 0 0 0 10px;
    }
    .btn.fixed {
        display: block;
        transition: .3s;
    }
    .btn-line {
	    position: relative;
        margin: 40% auto;
	    width: 50%;
	    height: 1px;
	    background-color: var(--blue);
	    transition: .2s;
    }
    .btn-line::before,
    .btn-line::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--blue);
        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);
    }
    .btn-line.open::after {
	    transform: rotate(-45deg);
    }
    .btn-text {
	    position: relative;
	    transition: .2s;
        color: var(--blue);
        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: 90vw;
    }
    .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: 80%;
        margin: auto;
    }
    .contents_nav_logo {
        width: 100%;
        margin: auto;
    }
    .contents_nav_logo > li {
        width: calc((100% - 4em)/2);
    }

    /*pagetop*/
    .pagetop {
        bottom: 3%;
        right: 3%;
        max-width: 70px;
    }

    /*sec01*/
    #sec01 {
        background: url(../images/bg_sec01sp.webp) no-repeat center;
        background-size: cover;
    }
    .lead_contents {
        width: 100%;
    }
    .lead_text_area {
        width: 90%;
        margin: auto;
    }
    .lead_text_area p {
        font-size: 1em;
        margin-top: 12rem;
    }

    /*movie*/
    #movie {
        height: 25rem;
        position: relative;
    }
    .movie_wrap {
        height: 28rem;
    }
    .movie {
        padding-top: 100%;
        margin-top: -100%;
    }
    .movie iframe {
        width: 130%;
        height: 28rem;
        max-width: 130vw;
        margin-left: -15%;
    }
    .movie_inner {
        top: 45%;
        transform: translate(-50%, -50%);
    }
    .play_movie {
        width: 80px;
    }
    .movie_deco {
        margin-top: -0.5rem;
        height: 28rem;
        background: url(../images/line_top_sp.png) top no-repeat,
        linear-gradient(to right,rgba(0,0,0,100) 0%,rgba(0,0,0,0.4) 6%,rgba(0,0,0,0) 12%),
        linear-gradient(to left,rgba(0,0,0,100) 0%,rgba(0,0,0,0.4) 6%,rgba(0,0,0,0) 12%),
        url(../images/line_bottom_sp.png) bottom no-repeat;
        background-size: 100vw;
    }

/*
.movie iframe {
  width: 100%;
  height: 140vh;
  max-width: 70vw;
  margin: auto;
}
.movie_inner {
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
}
.play_movie {
    display: block;
    width: 152px;
    margin: auto;
}
.movie_deco {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 500px;
    background: url(../images/line_top.png) top no-repeat,
    linear-gradient(to right,rgba(0,0,0,100) 0%,rgba(0,0,0,0.8) 17%,rgba(0,0,0,0) 22%),
    linear-gradient(to left,rgba(0,0,0,100) 0%,rgba(0,0,0,0.8) 17%,rgba(0,0,0,0) 22%),
    url(../images/line_bottom.png) bottom no-repeat;
    background-size: 100vw;
}*/






    /*sec02*/
    .line.bottom {
        margin-top: var(--mat02);
    }
    .sec02_wrap {
        padding: var(--mat04) 0 0;
    }
    .sec02_list_inner {
        background-size: 15%;
    }
    .sec02_wrap.__01 {
        background: url(../images/bg_sec02_1sp.webp) no-repeat;
        background-size: 100%;
        padding-bottom: 7rem;
    }
    .sec02_wrap.__02 {
        background: url(../images/bg_sec02_2sp.webp) no-repeat;
        background-size: 100%;
        padding: 21rem 120px 7rem 120px;
    }
    .sec02_wrap.__03 {
        background: url(../images/bg_sec02_3sp.webp) no-repeat;
        background-size: 100%;
        margin-top: -12rem;
        padding-top: 19rem;
    }
    h2.sec_title {
        font-size: 3em;
    }
    h2.sec_title img {
        width: 80%;
        margin: 0 auto var(--mat02);
    }
    #sec02 h3 {
        font-size: 2.4em;
        margin: var(--mat01) auto 0;
    }
    #sec02 h3 img {
        width: 80%;
    }
    #sec02 h4,
    #sec03 h3 {
        font-size: 1.6em;
    }
    #sec02 .novel h4::before,
    #sec03 h3::before,
    #sec02 .novel h4::after,
    #sec03 h3::after,
    #sec02 .illustrator h4::before,
    #sec02 .illustrator h4::after,
    #sec02 .comicalization h4::before,
    #sec02 .comicalization h4::after,
    .link_btn::before,
    .link_btn::after,
    .present_btn::before,
    #sec04 .link_btn::before,
    .present_btn::after,
    #sec04 .link_btn::after {
        width: 20px;
        height: 16px;
    }
    .comment {
        margin: var(--mat02) auto 0;
        font-size: .95em;
    }
    .novel .series_logo,
    .illustrator .series_logo {
        width: 90%;
        margin: auto;
    }
    .books_list {
        width: 90%;
        margin: var(--mat02) auto;
    }
    .books_list.novel > li {
        width: calc((100% - 10px)/3);
        margin-bottom: 10px;
    }
    .books_list.novel::after {
        content: "";
        display: block;
        width: calc((100% - 10px)/3);
    }
    #sec02 h5 {
        width: 90%;
        margin: 0 auto var(--mat02);
        font-size: 1.2em;
        text-align: left;
    }
    .novel .synopsis {
        width: 90%;
        margin: var(--mat01) auto 0;
        text-align: left;
    }
    .link_btn_wrap {
        padding-bottom: var(--mat04);
    }  
    .link_btn a {
        padding: 1.4rem 0;
    }
    .illustration_area {
        width: 80%;
        margin: var(--mat02) auto 0;
    }
    .gallery_list {
        width: 90%;
        margin: var(--mat02) auto 0;
    }
    .slick-dots button {
        width:10px;
        height:10px;
    }
    .comicalization .series_logo {
        width: 45vw;
        margin: var(--mat02) auto;
    }
    .books_new {
        margin: var(--mat02) auto 0;
        flex-wrap: wrap;
    }
    .books_new_image {
        width: 80%;
        max-width: 600px;
        margin: 0 auto var(--mat03);
    }
    .books_new_text {
        width: 100%;
        margin: auto;
    }
    #sec02 .books_new_text h4,
    #sec02 h4.h4_comic {
        font-size: 1.4em;
        background-position: right top;
    }
    #sec02 .books_new_text h5 {
        font-size: 1.2em;
        margin-top: var(--mat02);
        width: 100%;
    }
    #sec02 .books_new_text h5 small {
        font-size: 1em;
    }
    .books_new_text .synopsis {
        width: 100%;
        text-align: left;
    }
    .books_new .link_btn_wrap {
        width: 90%;
        margin: var(--mat04) auto 0;
    }
    .books_list.comic.flex {
        justify-content: space-between;
        width: 90%;
        flex-wrap: wrap;
    }
    .books_list.comic.flex li {
        width: calc((100% - 10px)/3);
        margin-right: 0;
    }
    .books_list.comic.flex.mat04 {
        margin-top: var(--mat03);
    }
    #sec02 h4.lineup {
        width: 90%;
        margin: auto;
    }

    /*sec03*/
    #sec03 {
    background: url(../images/bg_sec03sp.webp) no-repeat center;
    }
    #sec03 h2.sec_title {
        font-size: 2.8em;
    }
    .sec03_lead {
        margin-top: var(--mat01);
    }
    .present_image_wrap {
        margin: var(--mat03) auto 0;
    }
    .present_image_inner {
        margin: auto;
    }
    .how_to_apply {
        margin-top: var(--mat02);
        font-size: 0.9em;
    }
    .present_btn_wrap {
        flex-wrap: wrap;
        margin: var(--mat03) auto;
    }
    .present_btn {
        width: 100%;
        margin-bottom: var(--mat02);
    }
    .present_btn a,
    #sec04 .link_btn a {
        font-size: 1.2em;
    }
    #sec03 h4 {
        font-size: 1.4em;
    }
    .precautions_wrap {
     width: 100%;
        margin: var(--mat04) auto 0;
        padding: var(--mat02) var(--mat02);
    }
    .precautions {
        font-size: .8em;
    }

    /*sec04*/
    #sec04 {
        padding-bottom: var(--mat02);
    }
    #sec04 .link_btn_wrap {
        flex-wrap: wrap;
        width: 80%;
    }
    #sec04 .link_btn {
        width: 100%;
        margin-bottom: var(--mat02);
    }
}