@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;
}

/*fonts*/
.ronde {
    font-family: "ronde-b", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.1em;
}
.ronde_numbers {
    letter-spacing: 0.1em;
}

/*margin*/
:root {
    --mat01: 1rem;
    --mat02: 2rem;
    --mat03: 3rem;
    --mat04: 4rem;
    --mat05: 5rem;
    --mat06: 6rem;
}

/*firstview*/
.mv_image .slider-item,
.gallery_list .gallery_item {
    cursor: default;
}
.mv_image .slider-item img {
    width: 100vw;
    height: auto;
}
#firstview h1 {
    font-size: .9em;
    text-align: center;
    color: #FFF;
}
.mv_copy {
    background: linear-gradient(to left, #e95198 10%, #a650e9 35%, #00abeb 100%);
}

/*contents_nav*/
.contents_nav .menu_logo {
    width: 90%;
    max-width: 118px;
}
.icon_mark {
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}
.icon_mark.__01 {
    background: #ff7bbb;
}
.icon_mark.__02 {
    background: #00b4ff;
}
@media screen and (min-width: 768px) {
#nav_menu {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .8);
    height: 70px;
    overflow: hidden;
}
.contents_nav ul {
    width: 90%;
    max-width: 1200px;
    align-items: center;
    margin: -5px auto 0;
}
.menu_text {
    color: #FFF;
    font-size: 2.2em;
    letter-spacing: -0.2em;
    transition: .3s;
    text-shadow: 3px 3px 5px #000;
}
.menu_text:hover {
    transition: .3s;
    color: #ffcc00;
}
.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;
    top: 42%;
    width: 15px;
    height: 15px;
    background: #FFF;
    background-size: contain;
    transform: rotate(45deg);
}
.contents_nav li:nth-child(2)::before {
    background: #ff7bbb;
    right: -25%;
}
.contents_nav li:nth-child(3)::before {
    background: #00b4ff;
    right: -20%;
}

@media screen and (max-width: 1025px) {
   .contents_nav li:nth-child(2)::before {
    right: -14%;
}
.contents_nav li:nth-child(3)::before {
    right: -12%;
} 
}*/

/*pagetop*/
.pagetop {
    position: fixed;
    bottom: 5%;
    right: 5%;
    max-width: 120px;
    transition: .4s;
    opacity: 0;
    animation: mofumofu 1.5s infinite ease-in-out alternate-reverse;
}
@keyframes mofumofu {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.pagetop.fixed {
    transition: .4s;
    opacity: 1;
    z-index: 99;
}

/*sec01*/
#sec01 {
    padding: var(--mat04) 0 var(--mat06);
    background: url(../images/bg_right_p.svg) top right / 120%,
    url(../images/bg_sec01.png) top left;
    background-repeat: no-repeat;
}
.confetti {
    overflow: hidden;
}
.h2_sec01 {
    width: 70%;
    max-width: 873px;
    margin: auto;
}
.lead_text_area p {
    font-size: 1.1em;
    margin-top: var(--mat04);
    text-align: center;
}

/*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-color: rgba(0, 0, 0, .7);
  background-image:
    radial-gradient(rgba(255, 255, 255, .1) 20%, transparent 20%),
    radial-gradient(rgba(255, 255, 255, .1) 20%, transparent 20%);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
}
.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: 136px;
    margin: auto;
    transition: .3s;
}
.play_movie:hover {
    transition: .3s;
    filter: brightness(130%);
}
.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*/
.bg_wh {
    background: url(../images/bg_sec02-03.webp) no-repeat;
    background-size: 100vw;
}
.sec02_wrap,
.sec04_wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 6rem 0;
}
.sec02_list > li {
    margin-top: 5rem;
}
.sec02_list_inner,
.sec03_wrap {
    padding-bottom: var(--mat04);
    border: 8px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom, #e95198 10%, #a650e9 35%, #00abeb 100%);
    background: url(../images/bg_sec02_top_left.png) top left / 88px,
    url(../images/bg_sec02_top_right.png) top right / 88px,
    url(../images/bg_sec02_bottom_left.png) bottom left / 88px,
    url(../images/bg_sec02_bottom_right.png) bottom right / 88px,
    rgba(255, 255, 255, .8);
    background-repeat: no-repeat;
    clip-path: polygon(
    92px 0,
    calc(100% - 92px) 0,
    100% 92px,
    100% calc(100% - 92px),
    calc(100% - 92px) 100%,
    92px 100%,
    0 calc(100% - 92px),
    0 92px
  );
}
@media screen and (max-width: 1180px) {
    .sec02_list_inner,
    .sec03_wrap {
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom, #e95198 10%, #a650e9 35%, #00abeb 100%);
    background: url(../images/bg_sec02_top_left.png) top left / 40px,
    url(../images/bg_sec02_top_right.png) top right / 40px,
    url(../images/bg_sec02_bottom_left.png) bottom left / 40px,
    url(../images/bg_sec02_bottom_right.png) bottom right / 40px,
    rgba(255, 255, 255, .8);
    background-repeat: no-repeat;
    clip-path: polygon(
    44px 0,
    calc(100% - 44px) 0,
    100% 44px,
    100% calc(100% - 44px),
    calc(100% - 44px) 100%,
    44px 100%,
    0 calc(100% - 44px),
    0 44px
  );
}
}
h2.sec_title img,
h3 img,
h4 img,
.series_logo img {
    display: block;
    margin: auto;
}
#sec02 h3 {
    margin-top: var(--mat04);
}
#sec02 h4.books_title {
    margin-top: var(--mat04);
}
#sec02 h4.ronde {
    font-size: 1.8em;
    letter-spacing: -0.3em;
    margin-top: -.5em;
}
#sec02 .ronde_numbers02 {
    letter-spacing: -0.5em;
}

.comment {
    max-width: 1000px;
    margin: var(--mat02) auto 0;
    background: url(../images/line_dots.svg);
    background-size: 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 4px;
}
.comment p {
    padding-top: 1.14em;
    text-align: center;
}
.text_gradient {
    background-image: linear-gradient(90deg, #e95198 10%, #a650e9 35%, #00abeb 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    letter-spacing: -0.2em;
}
.series_logo {
    margin:  var(--mat02) auto 0;
}
#sec02 h5 {
    margin-top: var(--mat02);
}
.books_list {
    width: 80%;
    max-width: 1000px;
    margin: var(--mat04) auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px, 1fr));
    column-gap: 5px;
    row-gap: 5px;
}
.books_list > li img,
.books_new_image img {
    border: 1px solid #ccc;
    transition: .3s;
}
.books_list > li img:hover {
    opacity: .7;
    transition: .3s;
}
#sec02 h5 {
    font-size: 1.4em;
}
.font_bold {
    font-weight: 800;
}
.link_btn_wrap {
    padding-bottom: 10px;
    margin-top: var(--mat04);
    filter: drop-shadow(4px 6px 8px rgba(150,150,150,.3));
}
.link_btn {
    width: 80%;
    max-width: 500px;
    margin: auto;
    background: linear-gradient(90deg,#ffcc00,#e97f50 65%,#e95151 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    overflow: hidden;
}
.link_btn:hover {
    transition: .3s;
    transform: scale(1.1);
}
.link_btn a {
    display: block;
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    color: #FFF;
    font-size: 1.6em;
    letter-spacing: .2em;
}
.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_area img {
    border: 3px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom, #e95198 10%, #a650e9 35%, #00abeb 100%);
}
.illustration_lead {
    margin-top: var(--mat02);
    text-align: center;
}
.gallery_list {
    width: 100%;
    max-width: 420px;
    margin: var(--mat02) auto 0;
}
.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:#c9c9c9;
}
.slick-dots .slick-active button{
    background:#00b4ff;
}
.books_new {
    width: 90%;
    max-width: 1000px;
    margin: var(--mat03) auto 0;
    align-items: center;
}
.books_new_image {
    width: 45%;
    max-width: 440px;
}
.books_new_text {
    width: 50%;
}
#sec02 .books_new_text h5 {
    font-size: 1.5em;
    line-height: 1.4;
    margin-top: var(--mat01);
}
#sec02 .books_new_text h6 {
    font-size: 1.1em;
}
.books_new_text .synopsis {
    margin-top: var(--mat02);
}
.books_new_text .synopsis.comic {
    font-size: 0.95em;
}
.books_new_text .link_btn {
    width: 100%;
}

/*sec03*/
#sec03 {
    text-align: center;
    padding-bottom: var(--mat06);
}
@media screen and (max-width: 1333px) {
    #sec03 h2 {
        width: 90%;
        max-width: 1200px;
        margin: auto;
    }
}
.sec03_wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 6rem 0;
}
.sec03_lead {
    margin-top: var(--mat02);
}
.present_image {
    width: 80%;
    max-width: 800px;
    margin: var(--mat03) auto;
}
.present_image > li {
    width: calc((100% - 1rem)/2);
}
.present_image img {
    border: 3px solid #f2b205;
}
#sec03 h4 {
    margin-top: var(--mat04);
    font-size: 2.2em;
}
.present_btn {
    width: 80%;
    max-width: 755px;
    margin: var(--mat03) auto var(--mat04);
}
.present_btn a {
    text-decoration: none;
}
.how_to_apply {
    margin-top: var(--mat04);
}
.precautions_wrap {
    border: 1px solid #999999;
    max-width: 1000px;
    margin: var(--mat04) auto 0;
    padding-bottom: var(--mat02);
}
.precautions {
    width: 90%;
    max-width: 900px;
    margin: var(--mat02) auto;
    font-size: .85em;
    text-align: left;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

/*sec04*/
#sec04 {
    background: url(../images/bg_footer.png) no-repeat;
    background-size: 100vw;
}
.footer_photo_area {
    margin-top: var(--mat04);
}
#sec04 .link_btn_wrap {
    margin-top: var(--mat06);
    padding: 0;
}

/* responsive -SP-
------------------------------------------------*/
@media screen and (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*/
    .mv_copy {
        padding: 0.2rem 0;
    }
    #firstview h1 {
        font-size: .6em;
        letter-spacing: -0.2em;
        line-height: 1.2;
    }

    /*contents_nav*/
    .btn {
        position: fixed;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        z-index: 101;
        background: linear-gradient(to left bottom, #e95198 10%, #a650e9 35%, #00abeb 100%);
        cursor: pointer;
        display: none;
        transition: .3s;
    }
    .btn.fixed {
        display: block;
        transition: .3s;
    }
    .btn-line {
	    position: relative;
        margin: 40% auto;
	    width: 50%;
	    height: 2px;
	    background-color: #FFF;
	    transition: .2s;
    }
    .btn-line::before,
    .btn-line::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        transition: .5s;
    }
    .btn-line::before {
        transform: translateY(-7px);
    }
    .btn-line::after {
        transform: translateY(7px);
    }
    .btn-line.open {
	    background: 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: #FFF;
        font-size: 0.7em;
        text-align: center;
        letter-spacing: 0.2em;
    }
    .btn-text::before {
        font-family: "ronde-b", sans-serif;
        font-weight: 400;
	    position: absolute;
        width: 100%;
        content: "MENU";
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .btn.open {
        background: 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,.8);
        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;
    }
    .menu_text {
        text-shadow: 3px 3px 5px #000;
    }
    .contents_nav .contents_nav_inner > li:nth-child(2),
    .contents_nav .contents_nav_inner > li:nth-child(4),
    .contents_nav .contents_nav_inner > li:nth-child(6) {
        text-align: center;
        font-size: 2em;
    }
    .contents_nav .contents_nav_inner .menu_kerning {
        letter-spacing: -0.1em;
    }
    /*
    .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: 45%;
        bottom: -75%;
        transform: rotate(45deg);
        width: 15px;
        height: 15px;
    }
    .contents_nav li:nth-child(2)::before {
        background: #ff7bbb;
    }
    .contents_nav li:nth-child(3)::before {
        background: #00b4ff;
    }*/
    .contents_nav_logo {
        width: 40vw;
        margin: auto;
        align-items: center;
        justify-content: space-between;
    }
    .contents_nav_logo .__01 img {
        width: 4.8rem;
    }
    .contents_nav_logo .__02 img {
        width: 6rem;
    }

    /*pagetop*/
    .pagetop {
        bottom: 3%;
        right: 3%;
        max-width: 80px;
    }

    /*sec01*/
    #sec01 {
        padding: var(--mat04) 0;
        background: url(../images/bg_sec01_sp.png) no-repeat;
        background-size: 100vw;
    }
    .h2_sec01 {
        width: 90%;
    }
    .lead_text_area p {
        font-size: 1em;
        margin-top: var(--mat02);
    }

    /*movie*/
    #movie {
        height: 25rem;
        position: relative;
    }
    .movie_wrap {
        height: 28rem;
    }
    .overlay {
        background-size: 10px 10px;
        background-position: 0 0, 5px 5px;
    }
    .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;
    }

    /*sec02*/
    .bg_wh {
        background: none;
    }
    .fixedimg {
        height: 100vh;
        position: relative;
        z-index: -1;
    }
    .fixedimg img {
        object-fit: cover;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #sec02 {
        margin-top: -100vh;
    }

    
    .sec02_wrap,
    .sec04_wrap {
        width: 95%;
        padding: var(--mat04) 0;
    }
    .sec02_list_inner,
    .sec03_wrap {
        padding-bottom: var(--mat04);
        border: 4px solid;
        border-image-slice: 1;
        border-image-source: linear-gradient(to bottom, #e95198 10%, #a650e9 35%, #00abeb 100%);
        background: url(../images/bg_sec02_top_left.png) top left / 24px,
        url(../images/bg_sec02_top_right.png) top right / 24px,
        url(../images/bg_sec02_bottom_left.png) bottom left / 24px,
        url(../images/bg_sec02_bottom_right.png) bottom right / 24px,
        rgba(255, 255, 255, .8);
        background-repeat: no-repeat;
        clip-path: polygon(
        26px 0,
        calc(100% - 26px) 0,
        100% 26px,
        100% calc(100% - 26px),
        calc(100% - 26px) 100%,
        26px 100%,
        0 calc(100% - 26px),
        0 26px
        );
    }
    .sec02_list > li {
        padding: 5px;
        margin-top: var(--mat02);
    }
    h4.deco {
        width: 48%;
        margin: auto;
    }
    #sec02 h3 {
        width: 65%;
        margin: var(--mat02) auto 0;
    }
    .comment {
        max-width: 90%;
        margin: var(--mat01) auto 0;
        font-size: .95em;
        background: url(../images/line_dots_sp.svg);
        background-size: 100% 2.5em;
        line-height: inherit;
        padding-bottom: 6px;
    }
    .comment p {
        padding-top: 1.2em;
        text-align: left;
        line-height: 2.55em;
    }
    #sec02 h4.books_title {
        margin: var(--mat03) auto 0;
    }
    #sec02 h4.books_title.__01 {
        width: 45%;
    }
    #sec02 h4.books_title.__02 {
        width: 75%;
    }
    .series_logo {
        max-width: 60vw;
        margin: var(--mat01) auto 0;
    }
    .books_new_text {
        width: 100%;
        margin: var(--mat02) auto 0;
        padding-top: 0;
    }
    #sec02 h4.ronde {
        font-size: 1.5em;
        letter-spacing: -0.4em;
        margin-top: 0;
        text-align: center;
    }
    #sec02 h4 .ronde_numbers {
        letter-spacing: 0;
    }
    #sec02 .books_new_text h5 {
        font-size: 1.2em;
        margin-top: var(--mat01);
    }
    #sec02 .books_new_text h6 {
        font-size: 0.9em;
        margin-top: var(--mat01);
    }
    .books_new_text .link_btn {
        width: 90%;
    }
    .link_btn_wrap {
        margin-top: var(--mat03);
    }
    .link_btn a {
        font-size: 1.4em;
    }
    .illustration_area {
        margin: var(--mat02) auto 0;
    }
    .gallery_list {
        width: 70%;
    }
    .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;
    }
    .books_list {
        width: 90%;
        margin: var(--mat04) auto 0;
        grid-template-columns: repeat(auto-fill,minmax(25vw, 1fr));
    }

    /*sec03*/
    #sec03 h2 {
        width: 90%;
        margin: 0 auto var(--mat02);
    }
    .sec03_wrap {
        padding: var(--mat02) 0 var(--mat03);
    }
    .present_image {
        width: 90%;
        margin: var(--mat02) auto;
    }
    .present_image li {
        width: calc((100% - 5px)/2);
    }
    .sec03_lead {
        font-size: .8em;
    }
    #sec03 h4 {
        width: 30%;
        margin: var(--mat02) auto;
    }
    .how_to_apply {
        margin-top: var(--mat02);
        font-size: .8em;
        line-height: 1.7;
    }
    .present_btn {
        width: 90%;
        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_wrap {
        max-width: 90%;
        margin: var(--mat03) auto 0;
        padding-bottom: var(--mat01);
    }
    .precautions {
        font-size: .75em;
    }

    /*sec04*/
    #sec04 {
        background: url(../images/bg_footer.png) no-repeat;
        background-size: cover;
    }
    .footer_photo_area {
        margin-top: var(--mat03);
    }
    #sec04 .link_btn_wrap {
        flex-wrap: wrap;
        margin-top: var(--mat04);
        padding: 0;
    }
}