@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
body {
    font-family: "hiragino-kaku-gothic-pron", sans-serif !important;
    font-weight: 300;
    font-style: normal;
}
a {
    display: block;
}
header {
    background-color: #000000;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease;
}
.font_st {
    font-family: "vdl-logona", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .home {
        position: fixed;
        top: 20px;
        left: 20px;
        width: 20%;
        max-width: 130px;
        z-index: 1000;
    }
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
main {
    position: relative;
    z-index: 0;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    /* background-color: #00000087; */
    padding: 50px 0;
}
.wrapper {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    color: #fff;
    line-height: 1.2;
}
.wrapper::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-color: #000;
    background-image: url(../images/bg_img.webp);
}
.wrapper::before {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_lead {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    padding: 0px 0 20px;
    line-height: 1.5;
}
.top_lead span {
    font-size: 1.2em;
    font-style: italic;
    font-weight: 600;
}
h1 {
    margin: auto;
    width: 50%;
    background: url("../images/kv_bg.webp") no-repeat top left/100% auto;
}
h1 img {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: block;
}
.date {
    margin: 20px 0;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(0 122 255) 50%, rgb(255 255 255 / 91%) 100%);
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    padding: 21px 0;
}
.lead_p {
    text-align: center;
    padding: 15px 0 30px;
    line-height: 1.6;
    font-size: 20px;
}
.title_p {
    font-weight: 900 !important;
    font-style: italic;
    background: linear-gradient(30deg, rgba(186, 204, 214, 1) 5%, rgba(255, 255, 255, 1) 20%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
}
p.tag_p {
    border: solid 2px #000000;
    box-shadow: -2px -2px 2px 0px rgb(254 1 237), 1px 1px 1px 1px rgb(10 219 255);
    display: inline-block;
    padding: 3em 2em;
    margin: auto;
}
/* -----------------------------------------------------------
作品
-------------------------------------------------------------*/
img {
    max-width: 100%;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a:hover {
    transition: all 0.3s ease-in;
    opacity: 0.8;
}
.btn {
    position: relative;
}
span.arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url("../images/playbtn.png") no-repeat center/35px;
    display: inline-block;
    width: 35px;
    height: 35px;
}
.btn_wrap {
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 8px 0;
    max-width: 1000px;
    margin: auto;
    align-items: center;
}
.btn_wrap .btn {
    width: 48%;
    margin-right: 2%;
}
.btn_wrap .btn:last-of-type {
    margin-right: 0;
}
.btn_wrap .btn a {
    margin: 0;
    height: 66px;
    align-content: center;
    padding: 0;
}
.btn_area p.btn {
    margin: 20px 0;
}
.btn.purple a {
    background: linear-gradient(to right, #0ca8fd 0%, #ec05bc 100%);
}
.yet a {
    pointer-events: none;
    background-image: linear-gradient(to right, #849ba8 0%, #977890 100%) !important;
    color: #fff;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    font-size: 12px;
    font-weight: 400;
    padding: 1px;
}
.tokuten_scroll .inn {
    height: 250px;
    overflow-y: scroll;
    text-align: left;
    background-color: rgb(13 17 40 / 39%);
    padding: 15px;
}
.tokuten_scroll .inn .inn_box {
    margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.3em;
}
.tokuten_scroll .inn .inn_box > ul > li a {
    color: #fff;
    display: inline;
    text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 12px;
    margin-right: 10px;
    background-color: #30496a;
}
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
.totop a {
    display: none !important;
    opacity: 0;
    overflow: hidden;
}
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
    display: block;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .home {
        position: fixed;
        top: 14px;
        left: 20px;
        width: 20%;
        max-width: 130px;
        z-index: 1000;
    }
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {}
main {
    position: relative;
    z-index: 0;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    /* background-color: #00000087; */
    padding: 20px 0;
}
.wrapper {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    color: #fff;
    line-height: 1.2;
}
.wrapper::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: #000000 url(../images/bg_img.webp) no-repeat center top / cover;
    will-change: transform;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_lead {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding: 52px 0 20px;
    line-height: 1.5;
}
.top_lead span {
    font-size: 1.2em;
    font-style: italic;
    font-weight: 600;
}
h1 img {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: block;
}
.date {
    margin: 20px 0;
    background: linear-gradient(90deg, #01e4fe -31%, #fe01ed 50%, #01e4fe 115%);
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
    padding: 21px 0;
}
.lead_box {
    max-width: 1000px;
    margin: auto;
    padding: 10px 0px 50px;
    border-radius: 10px;
    text-align: center;
    text-shadow: none;
    font-size: 10px;
}
.lead_p {
    text-align: center;
    padding: 30px 0;
    line-height: 1.6;
    font-size: 12px;
}
ul.tag_li {
    padding-top: 30px;
    font-size: 15px;
}
.title_p {
    font-weight: 900 !important;
    font-style: italic;
    /* background: linear-gradient(30deg, rgba(186, 204, 214, 1) 15%, rgba(255, 255, 255, 1) 44%); */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.75));
}
p.tag_p {
    font-weight: 700;
    text-align: center;
    padding: 10px 20px 10px 17px;
    font-size: 30px;
    display: inline-block;
    margin: auto;
    /* padding: 3em 2em; */
}
/* -----------------------------------------------------------
flex box
-------------------------------------------------------------*/
.flex_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    gap: 4%;
}
li.box {
    flex: 1;
    padding: 1em 1em;
    margin: 10px 0;
    border: solid 2px #000000;
    box-shadow: -3px -3px 5px 0px rgb(254 1 237), 2px 2px 5px 1px rgb(10 219 255);
}
li.box_2 {
    flex: 1;
    padding: 0.5em 0;
}
.img_box {
    padding-bottom: 10px;
}
.box h3 {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}
/* -----------------------------------------------------------
grid box
-------------------------------------------------------------*/
.grid_box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 35px;
}
/* 上段 */
.grid_box > .box_2:nth-child(1) {
    grid-column: 1 / span 2;
}
.grid_box > .box_2:nth-child(2) {
    grid-column: 3 / span 2;
}
.grid_box > .box_2:nth-child(3) {
    grid-column: 5 / span 2;
}
/* 下段 */
.grid_box > .box_2:nth-child(4) {
    grid-column: 2 / span 2;
}
.grid_box > .box_2:nth-child(5) {
    grid-column: 4 / span 2;
}
figcaption {
    text-align: right;
    font-size: 10px;
}
.grid a {
    margin-top: 10px !important;
    width: 85% !important;
    padding: 7px 0 !important;
}
/* カードの中のulを縦いっぱいに広げ、縦並びにする */
.grid_box > .box_2 > ul {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* 見出し（h3）エリアを自動で広げ、文字数が違っても高さを吸収する */
.grid_box > .box_2 > ul > h3 {
    flex-grow: 1;
    font-size: 16px;
    margin: 10px 0;
}
/* ボタンを必ず一番下に固定する */
.grid_box > .box_2 > ul > .btn.grid {
    margin-top: auto !important;
}
/* ─── ここから下は元のコードのまま ─── */
figcaption {
    text-align: right;
    font-size: 8px;
}
.grid a {
    margin-top: 10px !important;
    width: 85% !important;
    padding: 7px 0 !important;
    display: block; /* センター寄せを効かせるために追加 */
    margin-left: auto !important;
    margin-right: auto !important;
}
/* -----------------------------------------------------------
作品
-------------------------------------------------------------*/
img {
    max-width: 100%;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
    background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
    display: block;
    max-width: 500px;
    margin: auto;
    border-radius: 100px;
    color: #fff;
    padding: 15px 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
}
.btn a:hover {
    transition: all 0.3s ease-in;
    opacity: 0.8;
}
.btn {
    position: relative;
}
span.arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url("../images/playbtn.png") no-repeat center/25px;
    display: inline-block;
    width: 35px;
    height: 35px;
}
.btn_wrap {
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 8px 0;
    max-width: 1000px;
    margin: auto;
    align-items: center;
}
.btn_wrap .btn {
    width: 48%;
    margin-right: 2%;
}
.btn_wrap .btn:last-of-type {
    margin-right: 0;
}
.btn_wrap .btn a {
    margin: 0;
    height: 66px;
    align-content: center;
    padding: 0;
}
.btn_area p.btn {
    margin: 0;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    font-size: 12px;
    font-weight: 400;
    padding: 1px;
}
.tokuten_scroll .inn {
    height: 250px;
    overflow-y: scroll;
    text-align: left;
    background-color: rgb(146 146 146 / 39%);
    padding: 15px;
}
.tokuten_scroll .inn .inn_box {
    margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.3em;
}
.tokuten_scroll .inn .inn_box > ul > li a {
    color: #fff;
    display: inline;
    text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 12px;
    margin-right: 10px;
    background-color: #30496a;
}
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
.totop a {
    display: none !important;
    opacity: 0;
    overflow: hidden;
}
/* ----------------------------------------------------------
劇場版最新作公開情報
------------------------------------------------------------*/
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.lp_cta_fixed {
    display: none;
}
.lp_cta_fixed.is-fixed {
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 8px 0 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 99999 !important;
}
.totop a {
    display: none !important;
    opacity: 0;
    overflow: hidden;
}
.black {
    padding: 30px;
    background: #000;
}
footer {
    background: #000;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
    .wrapper::before {
        background-repeat: repeat-y !important;
        /* ← 縦だけ繰り返し */
        background-size: 159% auto !important;
        /* 横はフィット、縦はそのまま */
        background-position: top center !important;
    }
    /*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
    /* ----------------------------------------------
TOP
------------------------------------------------*/
    .top_lead {
        font-size: 20px;
        padding: 0 0 15px;
    }
    .top_lead span {
        font-size: 1em;
    }
    .date {
        font-size: 1em;
        padding: 5px 0;
    }
    /* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
    .btn a {
        padding: 15px 0;
        width: 90%;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.2;
    }
    span.arrow {
        background: url("../images/playbtn.png") no-repeat center/20px;
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .btn_wrap {
        /* flex-direction: column; */
        width: 90%;
        gap: 2%;
    }
    .btn_wrap .btn {
        width: 100%;
        margin-right: 0;
        /* margin-top: 15px; */
    }
    .btn_wrap .btn:first-of-type {
        margin-top: 0;
    }
    .btn_wrap .btn a {
        margin: 0;
        height: 44px;
        align-content: center;
        padding: 0;
        width: 100%;
        font-size: 10px;
        /* line-height: 1; */
    }
    /* ------------------------------------
規約
--------------------------------------*/
    .tokuten_scroll {
        font-size: 12px;
        margin: 30px auto 0;
        width: 90%;
    }
    .tokuten_scroll .inn {
        height: 250px;
    }
    .tokuten_scroll .inn .inn_box {
        margin-bottom: 2em;
    }
    .tokuten_scroll .inn::-webkit-scrollbar {
        width: 10px;
    }
    /* ----------------------------------------------------------
追従
------------------------------------------------------------*/
    .lp_cta_fixed.is-fixed {
        padding: 0px;
    }
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
    /*ユーザーエージェント出し分け用*/
    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-text-size-adjust: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .home {
        position: fixed;
        top: 16px;
        left: 12px;
        width: 100px;
        max-width: 150px;
        z-index: 1000;
    }
}
span.yellow {
    color: #ffc500;
    font-size: 30px;
}
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.lp_cta_fixed {
    display: none;
}
.lp_cta_fixed.is-fixed {
    display: block;
    background-color: rgb(50 50 50 / 46%);
    width: 100%;
    padding: 8px 0 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 99999 !important;
}
.totop a {
    display: none !important;
    opacity: 0;
    overflow: hidden;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
    /*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
    .flex_box {
        width: 96% !important;
        margin: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        gap: 10% !important;
        flex-direction: column;
    }
    li.box.box_2 {
        margin: 10px 0;
    }
    .grid_box {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important; /* 2列に変更 */
        gap: 2%;
        width: 100%;
        margin: 0 auto;
    }
    /* 個別の位置指定（grid-column）をすべてリセットして2列に自動配置する */
    .grid_box > .box_2:nth-child(1), .grid_box > .box_2:nth-child(2), .grid_box > .box_2:nth-child(3), .grid_box > .box_2:nth-child(4), .grid_box > .box_2:nth-child(5) {
        grid-column: auto !important;
    }
    figcaption {
        text-align: right;
        font-size: 10px;
    }
    .grid a {
        margin-top: 10px !important;
        width: 85% !important;
        padding: 7px 0 !important;
    }
    .btn.grid a {
        font-size: 15px;
    }
    span.arrow.sp {
        display: none;
    }
.grid_box > .box_2 > ul > h3 {
    margin: 0;
    font-size: 9px;
}
    figcaption {font-size: 5px;}
/* ----------------------------------------------
TOP
------------------------------------------------*/
    .top_lead {
        font-size: 18px;
        padding: 33px 0 15px;
    }
    .top_lead span {
        font-size: 1em;
    }
    .date {
        font-size: 0.9em;
        padding: 5px 0;
    }
    /* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
    .btn a {
        padding: 15px 0;
        width: 90%;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.2;
    }
    span.arrow {
        background: url("../images/playbtn.png") no-repeat center/20px;
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    .btn_wrap {
        /* flex-direction: column; */
        width: 90%;
        gap: 2%;
    }
    .btn_wrap .btn {
        width: 100%;
        margin-right: 0;
        /* margin-top: 15px; */
    }
    .btn_wrap .btn:first-of-type {
        margin-top: 0;
    }
    .btn_wrap .btn a {
        margin: 0;
        height: 44px;
        align-content: center;
        padding: 0;
        width: 100%;
        font-size: 10px;
        /* line-height: 1; */
    }
    /* ------------------------------------
規約
--------------------------------------*/
    .tokuten_scroll {
        font-size: 12px;
        margin: 30px auto 0;
        width: 90%;
    }
    .tokuten_scroll .inn {
        height: 250px;
    }
    .tokuten_scroll .inn .inn_box {
        margin-bottom: 2em;
    }
    .tokuten_scroll .inn::-webkit-scrollbar {
        width: 10px;
    }
    /* ----------------------------------------------------------
追従
------------------------------------------------------------*/
    .lp_cta_fixed.is-fixed {
        padding: 0px;
    }
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
    /*ユーザーエージェント出し分け用*/
    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-text-size-adjust: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .home {
        position: fixed;
        top: 10px;
        left: 12px;
        width: 100px;
        max-width: 150px;
        z-index: 1000;
    }
    header {
        background-color: #000000;
        height: 40px;
    }
    h1 {
        width: 90%;
    }
    .lead_box {
        padding: 10px 9px 50px;
        width: 100%;
    }
    .lead_p {
        padding: 15px 0 30px;
        line-height: 1.6;
        font-size: 12px;
    }
    p.tag_p {
        text-align: center;
        padding: 4px 20px 4px 17px;
        font-size: 19px;
    }
    span.yellow {
        font-size: 15px;
    }
    #js-lp-cta-fixed-page .arrow {
        display: none;
    }
}
@media screen and (max-width: 321px) {
    p.top_lead.title_p {
        font-size: 15px;
    }
    span.yellow {
        font-size: 10px;
    }
    .lead_p {
        font-size: 10px;
    }
}