@charset "utf-8";


/*main-contents*/

.main-v {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 300;
    display: block;
}

@media (max-width: 1024px) {
    .main-v {
        display: none;
    }
}

.main-v img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movie-v-sp {
    height: auto;
    width: 100%;
    display: block;
}

.video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qressed-mv-logo {
    position: absolute;
    top: 14.54vh;
    left: 7.29vw;
    width: min(24.79vw, 476px);
}

.qrsessed-mv-message {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: min(57.19vw, 1098px);
}

.anime-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #921e1c;
    display: block;
    opacity: 1;
    transition: opacity .6s ease;
    z-index: 6000;
}

.anime-cover.active {
    opacity: 0;
    pointer-events: none;
}

.anime-cover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-30%);
    width: 120px;
    opacity: 0;
    transition: opacity .6s ease, transform .6s ease;
}

@media (max-width: 1024px) {
    .anime-cover-img {
        width: 14.65vw;
    }
}

.anime-cover-img.active {
    opacity: 1;
    transform: translate(-50%, -50%);
}






#sp-contents {
    z-index: 1000;
}

.qrsessed-concept {
    padding: 42px 0;
}

@media (max-width: 1024px) {
    .qrsessed-concept {
        padding: 8.75vw 0;
    }
}


.qrsessed-concept h2 {
    /* font-family: "venn-semicondensed", sans-serif !important; */
    font-weight: 800;
    font-style: normal;
    font-size: 33px;
    text-align: center;
    color: #921e1c;
    margin-bottom: 44px;
}

@media (max-width: 1024px) {
    .qrsessed-concept h2 {
        font-size: 6.87vw;
        margin-bottom: 9.17vw;
    }
}


.qrsessed-concept-svg {
    width: 368px;
    margin: 0 auto 32px;
}

@media (max-width: 1024px) {
    .qrsessed-concept-svg {
        width: 76.64vw;
        margin: 0 auto 6.67vw;
    }
}

.qrsessed-concept p {
    font-family: 'PretendardJP-Regular', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Noto Sans JP', sans-serif !important;
    font-size: 16px;
    line-height: 1.667;
    text-align: center;
    margin-bottom: 28px;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .qrsessed-concept p {
        font-size: 3.33vw;
        margin-bottom: 5.83vw;
    }
}

.qrsessed-icon-svg {
    width: 53.54px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .qrsessed-icon-svg {
        width: 11.15vw;
    }
}







.grovi-visual-block {
    width: 100%;
}

.grovi-visual-contents {
    position: relative;
    display: none;
}

@media (max-width: 1024px) {
    .grovi-visual-contents {
        display: block;
    }
}

@media (max-width: 1024px) {
    .qrsessed-mv-message-sp {
        position: absolute;
        bottom: 9.8vw;
        left: 50%;
        transform: translateX(-50%);
        width: 60vw;
    }
}



/*movie*/
/* 
.grovi-movie-btn-block {
    margin-bottom: 39px;
}
@media (max-width: 1024px) {
    .grovi-movie-btn-block {
        margin-bottom: 8.21vw;
    }
}

.grovi-movie-contents {
    height: 252px;
    width: 100%;
    position: relative;
}

@media (max-width: 1024px) {
    .grovi-movie-contents {
        height: 52.31vw;
    }
}

.grovi-movie-contents-mp4 {
    width: 446px;
    height: 252px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .grovi-movie-contents-mp4 {
        width: 93.08vw;;
        height: 52.31vw;
    }
}

.grovi-movie-contents-mp4 .video {
    width: 100%;
    height: 100%;
    border-radius: 15px;
} */

/* .more-btn-contents {
    width: 100%;
    padding-top: 15px;
    margin-bottom: 39px;
}

@media (max-width: 1024px) {
    .more-btn-contents {
        padding-top: 3.33vw;
        margin-bottom: 8.21vw;
    }
}

.more-btn-content {
    position: relative;
    width: 243px;
    height: 33px;
    border: 1px solid #595656;
    border-radius: 15px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .more-btn-content {
        width: 50.77vw;;
        height: 6.92vw;;
        border: 0.13vw solid #595656;
    }
}

.more-btn-content img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 14px;
    height: 15px;
}

@media (max-width: 1024px) {
    .more-btn-content img {
        right: 3.33vw;
        width: 2.82vw;
        height: 3.21vw;
    }
}

.more-btn-content a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    color: #595656;
    font-size: 24.44px;
    transition: ease .3s;
}

@media (max-width: 1024px) {
    .more-btn-content a {
        font-size: 5.09vw;
    }
}

.more-btn-content a:hover {
    opacity: 0.6;
} */

/*line-up*/

@media (max-width: 1024px) {
    .grovi-lineup-contents {
        padding: 0 2.75vw;
    }
}

.grovi-lineup-block hr {
    width: 100%;
    /* margin: 0 auto; */
    color: #921e1c;
}

@media (max-width: 1024px) {
    .grovi-lineup-block hr {
        width: 94.52vw;
        margin: 0 auto;
    }
}

.lineup-title-contents {
    width: 100%;
}

.lineup-title-contents p {
    font-size: 33px;
    color: #921e1c;
    line-height: 1;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .lineup-title-contents p {
        font-size: 6.87vw;
        padding-top: 6.67vw;
        margin-bottom: 4.17vw;
    }
}

.grovi-HaloRingGray-wrapper {
    background-color: #000000;
    height: auto;
    width: 100%;
    margin: 20px auto 0;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .grovi-HaloRingGray-wrapper {
        /* width: 96.09375vw; */
        margin: 4.17vw auto 0;
    }
}

.grovi-visual-lens {
    position: relative;
}

.grovi-HaloRingGray-wrapper:first-child {
    margin-top: 0;
}

.grovi-HaloRingGray-wrapper:last-child {
    margin-bottom: 32px;
}

@media (max-width: 1024px) {
    .grovi-HaloRingGray-wrapper:last-child {
        margin-bottom: 6.67vw;
    }
}

/* .grovi-lineup-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 446px;
    height: 480px;
}

@media (max-width: 1024px) {
    .grovi-lineup-visual {
        width: 93.08vw;
        height: 100vw;
    }
} */

.grovi-lineup-lens {
    position: absolute;
    bottom: 19px;
    right: 18px;
    width: 80px;
}

@media (max-width: 1024px) {
    .grovi-lineup-lens {
        bottom: 3.96vw;
        right: 3.75vw;
        width: 16.67vw;
    }
}

.grovi-lineup-detail {
    display: flex;
    align-items: center;
    gap: 20px;
    /* justify-content: center; */
    padding: 20px 18px;
    background-color: #ffffff;
}

@media (max-width: 1024px) {
    .grovi-lineup-detail {
        padding: 4.17vw 0;
        gap: 4.17vw;
    }
}

.grovi-lineup-detail-eye {
    width: 150px;
}

@media (max-width: 1024px) {
    .grovi-lineup-detail-eye {
        width: 31.25vw;
    }
}

.grovi-lineup-detail-ex {
    color: #000000;
    line-height: 1;
}

.grovi-lineup-detail-ex h2 {
    font-size: 26.44px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .grovi-lineup-detail-ex h2 {
        font-size: 5.51vw;
        margin-bottom: 2.08vw;
    }
}

.grovi-lineup-detail-ex p {
    font-size: 13.22px;
}

@media (max-width: 1024px) {
    .grovi-lineup-detail-ex p {
        font-size: 2.75vw;
    }
}

.grovi-lineup-detail-ex2 p {
    font-size: 10.58px;
    margin-bottom: 2px;
}

@media (max-width: 1024px) {
    .grovi-lineup-detail-ex2 p {
        font-size: 2.20vw;
        margin-bottom: 0.42vw;
    }
}

.grovi-lineup-detail-ex2 p:nth-child(3) {
    margin-bottom: 0;
}

.grovi-lineup-detail-ex2 p:last-child {
    /* font-size: 9.78px !important; */
    padding-top: 10px;
    line-height: 1.539 !important;
    margin-bottom: 0 !important;
    font-family: 'PretendardJP-Regular',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    'Noto Sans JP',
    sans-serif !important;
}

@media (max-width: 1024px) {
    .grovi-lineup-detail-ex2 p:last-child {
       padding-top: 2.08vw;
    }
}



/* @media (max-width: 1024px) {
    .grovi-lineup-detail-ex2 p:last-child {
        font-size: 2.04vw !important;
        padding-top: 3.78vw;
    }
} */

/*spec*/
.spec-title-contents {
    width: 100%;
}

.spec-title-contents p {
    font-size: 33px;
    color: #921e1c;
    line-height: 1;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .spec-title-contents p {
        font-size: 6.87vw;
        padding-top: 6.67vw;
        margin-bottom: 4.17vw;
    }
}

.grovi-spec-wrapper {
    width: 100%;
    /* height: 252px; */
    /* margin: 0 auto; */
    /* border-radius: 15px; */
    font-family: 'PretendardJP-Regular',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    'Noto Sans JP',
    sans-serif !important;
}

@media (max-width: 1024px) {
    .grovi-spec-wrapper {
        /* width: 92.95vw; */
        /* height: 52.31vw; */
    }
}

.grid-container {
    display: grid;
    align-items: center;
    grid-template-columns: 50px 1fr;
    grid-auto-rows: auto;
    gap: 10px 25px;
    font-size: 10.58px;
    color: #ffffff;
    width: 368px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .grid-container {
        font-size: 2.20vw;
        grid-template-columns: 10.41vw 1fr;
        gap: 2.08vw 5.21vw;
        width: 76.67vw;
    }
}

.item {
    text-align: right;
}

.grovi-spec-chuui {
    text-align: center;
    padding: 20px 0;
    letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
    .grovi-spec-chuui {
        padding: 4.17vw 0;
    }
}

.grovi-spec-chuui p {
    font-size: 10.58px;
    line-height: 1.561;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .grovi-spec-chuui p {
        font-size: 2.20vw;
    }
}


/*model*/
.grovi-model-block {}


.grovi-model-contents {
    width: 100%;
}

.grovi-model-img {
    position: relative;
}

.grovi-model-name {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .grovi-model-name {
        bottom: 4.59vw;
    }
}

.grovi-model-name p{
    font-size: 14.78px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    margin-bottom: 3.64px;
}

@media (max-width: 1024px) {
    .grovi-model-name p {
        font-size: 3.08vw;
        margin-bottom: 0.76vw;
    }
}

.grovi-model-name img {
    width: 195.66px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .grovi-model-name img {
        width: 40.82vw;
    }
}

.grovi-model-profile p {
    font-family: 'PretendardJP-Regular', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Noto Sans JP', sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 2.083;
    padding: 20px 0 32px;
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

/* .grovi-model-profile span {
    font-size: 14px !important;
} */

@media (max-width: 1024px) {
    .grovi-model-profile p {
        font-size: 2.9vw;
        padding: 4.17vw 0 6.67vw;
        width: 83.33vw;
    }
    /* .grovi-model-profile span {
        font-size: 2.9vw !important;
    } */
}


/* @media (max-width: 1024px) {
    .grovi-model-contents p {
        font-size: 6.94vw;
        padding-top: 7.95vw;
        margin-bottom: 2.44vw;
    }
} */

.grovi-model-contents p {
    font-size: 33px;
    color: #921e1c;
    line-height: 1;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .grovi-model-contents p {
        font-size: 6.87vw;
        padding-top: 6.67vw;
        margin-bottom: 4.17vw;
    }
}

.grovi-model-img {
    width: 100%;
}







.grovi-concept-block {}

.grovi-concept-contents {
    width: 100%;
}

.grovi-concept-contents p {
    font-size: 33px;
    color: #921e1c;
    line-height: 1;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .grovi-concept-contents p {
        font-size: 6.87vw;
        padding-top: 6.67vw;
        margin-bottom: 4.17vw;
    }
}

.grovi-concept-ex {
    text-align: center;
}

.grovi-concept-ex p {
    font-family: 'PretendardJP-Regular', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Noto Sans JP', sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    line-height: 2.083;
    padding: 20px 0 32px;
    width: 400px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .grovi-concept-ex p {
        font-size: 2.9vw;
        padding: 4.17vw 0 6.67vw;
        width: 83.33vw;
    }
} 




/*news*/
.grovi-news-block {
    margin-bottom: 32px;
}

@media (max-width: 1024px) {
    .grovi-news-block {
        margin-bottom: 6.67vw;
    }
}

.grovi-news-contents {
    width: 100%;
}

.grovi-news-contents p {
    font-size: 33px;
    color: #921e1c;
    line-height: 1;
    text-align: center;
    padding-top: 32px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .grovi-news-contents p {
        font-size: 6.87vw;
        padding-top: 6.67vw;
        margin-bottom: 4.17vw;
    }
}

.grovi-news-ex-wrapper {
    width: 400px;
    margin: 0 auto 40px;
}

@media (max-width: 1024px) {
    .grovi-news-ex-wrapper {
        width: 83.33vw;
        margin: 0 auto 8.33vw;
    }
}

.grovi-news-ex-wrapper:last-child {
    margin-bottom: 0;
}

.grovi-news-ex-wrapper a {
    transition: ease .3s;
}

.grovi-news-ex-wrapper a:hover {
    opacity: 0.6;
}

.grovi-news-ex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .grovi-news-ex {
        margin-bottom: 4.17vw;
    }
}

.grovi-news-ex p {
    font-family: 'PretendardJP-Regular',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    'Noto Sans JP',
    sans-serif !important;
}

.grovi-news-ex p:first-child {
    font-size: 14px;
    width: 130px;
    height: 20px;
    background-color: #921e1c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .grovi-news-ex p:first-child {
        font-size: 2.9vw;
        width: 27.10vw;
        height: 4.17vw;
    }
}

.grovi-news-ex p:nth-child(2) {
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .grovi-news-ex p:nth-child(2) {
        font-size: 2.9vw;
    }
}

.grovi-news-text {
    font-family: 'PretendardJP-Regular',
    'Hiragino Kaku Gothic ProN',
    'Yu Gothic',
    'Noto Sans JP',
    sans-serif !important;
}

.grovi-news-text p {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .grovi-news-text p {
        font-size: 2.9vw;
    }
}


/*review*/
/* 
.grovi-review-block {
    height: 34px !important;
}
@media (max-width: 1024px) {
    .grovi-review-block {
        height: 7.31vw !important;
    }
}

.grovi-review-contents {
    width: 100%;
}

.grovi-review-contents p {
    font-size: 33.33px;
    color: #595656;
    line-height: 1;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 14px;
}

@media (max-width: 1024px) {
    .grovi-review-contents p {
        font-size: 6.94vw;
        padding-top: 6.15vw;
        margin-bottom: 3.21vw;
    }
}


.grovi-review-wrapper {
    padding: 0 40px ;
}

@media (max-width: 1024px) {
    .grovi-review-wrapper {
        padding: 0 8.59vw;
    }
}


.grovi-review-contents {
    width: 100%;
    height: auto;
    position: relative;
}


.review-plus {
    padding-top: 24px !important;
    margin-bottom: 34px !important;
}

@media (max-width: 1024px) {
    .review-plus {
        padding-top: 5.26vw !important;
        margin-bottom: 7.31vw !important;
    }
} */


/*footer*/

.footer-contents-wrapper {
    padding-top: 32px;
    margin-bottom: 42px;
    position: relative;
    background-color: #000000;
}

@media (max-width: 1024px) {
    .footer-contents-wrapper {
        padding: 8.85vw 4.62vw 0;
    }
}

.grovi-footerlogo-block {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .grovi-footerlogo-block {
        margin-bottom: 4.17vw;
    }
}

.grovi-footerlogo {
    width: 53.54px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .grovi-footerlogo {
        width: 11.15vw;
    }
}

.footer-contents-wrapper hr {
    color: #921e1c;
}

.grovi-footermenu-block {
    width: 400px;
    margin: 0 auto;
    /* padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 18px; */
}

@media (max-width: 1024px) {
    .grovi-footermenu-block {
        width: 83.33vw;
    }
}

.grovi-footermenu-nav {
    padding: 20px 0 40px;
}

@media (max-width: 1024px) {
    .grovi-footermenu-nav {
        padding: 4.17vw 0 8.33vw;
    }
}

.grovi-footermenu-nav ul li {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    color: #921e1c;
    letter-spacing: 0.05em;
    transition: ease .3s;
}

@media (max-width: 1024px) {
    .grovi-footermenu-nav ul li {
        font-size: 4.17vw;
        margin-bottom: 4.17vw;
    }
}

.grovi-footermenu-nav ul li:hover {
    opacity: 0.6;
}

.grovi-footermenu-nav ul li:last-child {
    margin-bottom: 0px;
}

.grovi-footersns-nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .grovi-footersns-nav ul {
        gap: 4.17vw;
        margin-bottom: 4.17vw;
    }
}

.grovi-footersns-nav li {
    width: 140px;
}

@media (max-width: 1024px) {
    .grovi-footersns-nav li {
        width: 29.17vw;
    }
}

.grovi-footersns-nav li img {
    width: 29px;
    opacity: 1;
    transition: ease .3s;
}

@media (max-width: 1024px) {
    .grovi-footersns-nav li img {
        width: 6.04vw;
    }
}

.grovi-footersns-nav li img:hover {
    opacity: 0.6;
}

.grovi-footersns-nav ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1024px) {
    .grovi-footersns-nav ul li a {
        gap: 2.8vw;
    }
}

.grovi-footersns-nav ul li a span {
    color: #921e1c;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .grovi-footersns-nav ul li a span {
        font-size: 2.92vw;
    }
}











/* .swiper-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    transition: ease .3s;
    z-index: 2000;
    
}

.swiper-popup-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}



.swiper-popup.active {
    visibility: visible;
   opacity: 1;
} 


.popup-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3000;
}

.popup-img-wrapper {
    position: relative;
    width: 200px;
}
.popup-close {
    position: absolute;
    top: 0;
    right: 0;
}

.popup-close-wrapeer {
    width: 20px;
    height: 20px;
    background-color: #c4acac;
    position: relative;
}

.batsu {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.batsu::before,
.batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 15px;
    background: #333;
}
.batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
 */





/*u-komi*/
.reviewWebsiteRedirect {
    display: none !important;
}

.footer_contents_copyright {
    color: #921e1c;
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .footer_contents_copyright {
        font-size: 2.50vw;
        padding-bottom: 4.17vw;
    }
}