@charset "UTF-8";
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://use.typekit.net/vzi2bkr.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600&display=swap');

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif JP', serif;
    line-height: 200%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-style: normal;
}

article, header, footer, aside, figure, figcaption, nav, section, main {
    display: block;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    pointer-events: none;
}

a {
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a::selection, img::selection, span::selection {
    background: rgba(0, 0, 0, 0);
}


/* ------------------- sp --------------------- */

.pc {
    display: none;
}

.sp {
    display: block;
}

body {
    font-size: 3.5vw;
    line-height: 1.8;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #141524;
}

#wrap {
    overflow: hidden;
}

.main {
    position: relative;
    z-index: 1;
}

h2, h3 {
    font-family: "ambroise-firmin-std", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 0.8;
    text-align: center;
}

.contents {
    padding: 5rem 0;
}

.inner_wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1080px;
}

.inner {
    padding: 4rem 2rem;
}


.contents h2 {
    font-size: min(3em, 60px);
    position: relative;
    padding-bottom: min(12vw, 90px);
    margin-bottom: 4rem
}

.contents h2::after {
    content: "";
    display: block;
    width: 1px;
    height: min(8vw, 60px);
    background-color: #141524;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.btn a {
    display: block;
    width: 80%;
    max-width: 360px;
    background: linear-gradient(0deg, rgba(9, 33, 101, 1) 0%, rgba(1, 0, 28, 1) 50%);
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    margin: 0 auto;
    font-size: min(4.5vw, 16px);
    padding: min(3vw, 15px);
}

.btn a::after {
    font-family: ionicons;
    display: inline-block;
    position: relative;
    top: .1em;
    left: 5%;
    content: "\f39c";
    font-size: 1.35em;
}

a:hover, a:active {
    opacity: .7;
    border: none;
    outline: none;
}

/* ------------------- kv --------------------- */

.header {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
}

.main_head {
    text-align: center;
    margin: 1rem auto 4rem;
}

.main_head img {
    width: 85%;
    margin: 0 auto;
}

.mainimg {
    width: 90%;
    margin: 0 auto;
    max-width: 580px;
}

.release_day {
    margin-top: 1em;
    font-size: 1.8em;
    font-family: "ambroise-firmin-std", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 0.8;
}

.slide-items {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.slide-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
    color: transparent;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* ------------------- release --------------------- */

#release {
    background-color: #fff;
    color: #141524;
}

.release_txt {
    margin: 2.5rem 0 0;
}

#release h3 {
    font-size: 3em;
}

#release h3 span {
    font-size: .7em;
    display: inline-block;
    margin-bottom: 2rem;
}

.date {
    font-family: "ambroise-firmin-std", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 0.8;
    font-size: 1.4em;
    display: inline-block;
    margin: 2rem 0 2.5rem;
}

/* ------------------- check in --------------------- */

#checkin.contents h2::after,
#withuonly.contents h2::after,
#withumobonly.contents h2::after {
    background-color: #fff;
}

#checkin .inner {
    background: linear-gradient(10deg, rgb(191 191 191 / 60%) 0%, rgb(255 255 255 / 60%) 100%);
    transition: 0.5s 0.3s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#checkin p {
    color: #141524;
}

.checkin_img {
    width: 50%;
    max-width: 200px;
    margin: 3rem auto;
}

/* ------------------- WithU ONLY --------------------- */

#withuonly .inner {
    border: 1px solid #fff;
}

#withuonly h3 {
    font-size: 2.5em;
}

#withuonly p {
    font-family: "ambroise-firmin-std", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 1;
    font-size: 1.5em;
    margin: 3rem auto;
}

.movie_area .item {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    position: relative;
}

.movie_area .item a {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.movie_area .item span {
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    border-radius: 50%;
    font-size: 4em;
    background-image: url(/files/4/n121/page/riseup/images/play_blue.png);
    background-size: cover;
    color: #FFF;
    z-index: 1;
    margin-left: -0.5em;
    margin-top: -0.5em;
    width: 1em;
    height: 1em;
}

/* ------------------- WithU MOBILE ONLY --------------------- */

#withumobonly .inner {
    background: #fff;
    padding: 0 1em;
}

#withumobonly p {
    color: #141524;
    font-size: 1.2em;
    margin: 0 0 3rem;
}

#withumobonly img {
    margin: 0 0 3rem;
}

#withumobonly h3 {
    font-size: 2.5em;
    color: #141524;
    margin-bottom: 3rem;
}

#withumobonly h3 span {
    font-size: .9em;
}

#withumobonly li {
    padding: 4rem 0;
    border-bottom: 1px solid #141524;
}

#withumobonly .btn a {
    background: #e1a5e1;
    color: #FFF;
}

#withumobonly .btn a::after {
    content: "\f3d6";
    font-family: 'ionicons';
    top: 0;
    left: 25%;

}

.cube_icon {
    width: 25%;
    max-width: 100px;
    margin: 0 auto;
}


.footer {
    padding: 4rem 4% 0.5em;
}

@media screen and (min-width:667px) {
    body {
        font-size: 16px;
    }
}


/* ------------------- PC --------------------- */


@media screen and (min-width:769px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    body {
        font-size: 18px;
    }

    #wrap {
        position: relative;
        overflow-x: hidden;
    }

    #release h3 {
        font-size: 4em;
    }

    .contents {
        padding: 7.6em 0
    }

    .inner_wrap {
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
    }

    .icon_img {
        max-width: 110px;
    }

    #withumobonly .icon_img {
        max-width: 30px;
    }

    /* ------------------- KV --------------------- */

    .header {
        width: 100%;
        margin: 0 auto;
        /*max-width: 1000px;*/
        flex-direction: row-reverse;
        align-items: center;
        min-height: auto;
        max-height: 100vh;
    }

    .mainimg {
        width: 50%;
        padding-top: 0;
        max-width: 900px;
    }

    .mainimg span {
        padding-top: 100%;
    }

    .main_head {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .main_head img {
        width: 50%;
        max-width: 450px;
        margin: 0;
    }

    .main_head .release_day {
        font-size: 2.3em;
    }

    .contents h2 {
        font-size: 3.5em;
        margin-bottom: 7rem;
    }

    #release .release_main {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .jacket {
        width: 50%;
    }

    .release_txt {
        width: 50%;
        margin: 0 auto;
    }

    .date {
        margin-bottom: 5rem;
        font-size: 1.6em;
    }

    #checkin .inner,
    #withuonly .inner,
    #withumobonly .inner {
        padding: 4em 7em;
    }

    #withuonly h3 {
        font-size: 3em;
    }

    #withumobonly li:first-child {
        padding-top: 0;
    }

    #withumobonly p {
        font-size: 1em;
    }

    #withumobonly li {
        padding: 4em 0;
    }

}

@media screen and (min-width:1150px) {
    .mainimg {
        padding-top: 90px;
    }
}


/* ------------------- opening --------------------- */

/* Loading背景画面設定　*/
#opening {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #141524;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Loading画像中央配置　*/
#opening_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#opening_logo svg {
    width: 100%;
    max-width: 600px;
    fill: #fff;
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
    animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-5 {
    -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
    animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-6 {
    -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
    animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-7 {
    -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
    animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-8 {
    -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
    animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-9 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-9 {
    -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
    animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-10 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-10 {
    -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
    animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-11 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-11 {
    -webkit-animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
    animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

@keyframes animate-svg-fill-12 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(255, 255, 255);
    }
}

.svg-elem-12 {
    -webkit-animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
    animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}


/* ------------------- menu --------------------- */

@media screen and (min-width:1150px) {
    .contents_head {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 2vw 0;
        font-size: 1.1em;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(0deg, rgb(9 33 101 / 0%) 0%, rgba(1, 0, 28, 1) 50%);
    }

    .contents_head .menu_box {
        display: flex;
        justify-content: center;
        opacity: 1;
        align-items: center;
        margin: 0 auto;
    }

    .contents_head .menu_box ul {
        display: flex;
        line-height: 1;
        width: 100%;
    }

    .contents_head .menu_box ul li {
        margin-left: 1.8em;
    }

    .contents_head .menu_box ul li:first-child {
        margin-left: 0;
    }

    .contents_head .menu_box ul li a {
        font-size: 1.5em;
        font-family: "ambroise-firmin-std", serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.02em;
        position: relative;
        color: #fff;
        padding: 0;
        font-weight: bold;
        word-break: normal;
        display: block;
        white-space: nowrap;
    }

    .contents_head .menu_box ul li a::after {
        content: '';
        /*絶対配置で線の位置を決める*/
        position: absolute;
        bottom: 0;
        left: 0;
        /*線の形状*/
        width: 100%;
        height: 2px;
        background: #fff;
        /*アニメーションの指定*/
        transition: all .3s;
        transform: scale(0, 1);
        /*X方向0、Y方向1*/
        transform-origin: left top;
        /*左上基点*/
        top: auto;
    }

    .contents_head .menu_box ul li a:hover::after {
        transform: scale(1, 1);
        /*X方向にスケール拡大*/
    }
}

@media screen and (max-width:1149px) {

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        width: 60px;
        height: 60px;
        position: relative;
        top: 0;
        right: 10px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 45px;
        height: 2px;
        background-color: #fff;
        border-radius: 0;
        transform-origin: right;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 20px;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 30px;
        transform: scale(0.7, 1);
    }

    .menu-trigger span:nth-of-type(3) {
        top: 40px;
        transform: scale(0.5, 1);
    }

    .menu-trigger.active {
        /*background: none;*/
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translate(3px, -5px) rotate(-45deg);
        transform: translate(3px, -5px) rotate(-45deg);
        background-color: #fff;
    }

    .menu-trigger.active span:nth-of-type(2) {
        transform: translate(3px, 0px) rotate(-45deg);
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translate(3px, 7px) rotate(45deg);
        transform: translate(3px, 7px) rotate(45deg);
        background-color: #fff;
    }

    .fix_menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        text-align: center;
        z-index: 100;
    }

    .fix_menu i {
        font-style: normal;
        font-size: 11px;
        color: #fff;
        display: block;
        margin-top: -18px;
        text-align: center;
        font-family: "ambroise-firmin-std", serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.02em;
    }

    .menu_on .fix_menu {
        z-index: 9600;
    }

    .gnavi {
        display: none;
        overflow: auto;
        height: 100vh;
        background: rgb(19 19 33 / 90%);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9500;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }

    .contents_head .menu_box .menu_inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 2;
    }

    .contents_head .menu_box ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contents_head .menu_box ul li {
        margin-left: 0;
        margin-top: 3em;
    }

    .contents_head .menu_box ul li:first-child {
        margin-top: 0;
    }

    .contents_head .menu_box ul li a {
        color: #fff;
        font-size: 2em;
        font-family: "ambroise-firmin-std", serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.02em;
    }
}

/* ------------------- modal --------------------- */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.modal-content {
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 5%;
}

/*.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}*/
.modal-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

#myModal7 .modal-content .link_btn a {
    font-size: .8em;
    margin: 2em auto;
}

#myModal7 .close {
    position: absolute;
    right: 3%;
    top: 5%;
}

/* ------------------- inview --------------------- */

.inview {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 800ms ease-out;
}

.inview.in {
    opacity: 1;
    transform: translate(0, 0);
}

.slidein_left {
    opacity: 0;
    transform: translate(100px, 0);
    transition: all 800ms cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s;
}

.in.slidein_left {
    opacity: 1;
    transform: translate(0, 0);
}

.slidein_right {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275) .5s;
}

.in.slidein_right {
    opacity: 1;
    transform: translate(0, 0);
}

.fade {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1500ms ease-in;
}

.fade.in {
    opacity: 1;
    transform: translate(0, 0);
}