@charset "UTF-8";
/* :::::::::::::::::::::::::::::::::::::::: common :::::::::::::::::::::::::::::::::::::::: */
html {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
    font-size: 62.5%;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    background: #000;
    -webkit-overflow-scrolling: touch;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}
/* :::::::::::::::::::: common html tag :::::::::::::::::::: */
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
button {
    display: block;
    padding: 0;
    border-width: 0;
    cursor: pointer;
    background-color: transparent;
}

/* :::::::::::::::::::: helper class :::::::::::::::::::: */
.body {
    overflow-x: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
.body.-fixed {
    position: fixed;
    width: 100%;
}
.main {
    position: relative;
}
.img,
.video {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.en {
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.display_ib {
    display: inline-block;
}
.underline {
    text-decoration: underline;
}
.text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
}
.text + .text {
    padding-top: 2.5rem;
}
.fw_bold {
    font-weight: bold;
}

/* ::::: pc only ::::: */
.pc {
    display: block !important;
}
.tab-sp {
    display: none !important;
}
@media screen and (max-width: 1000px) {
    .pc {
        display: none !important;
    }
    .tab-sp {
        display: block !important;
    }
}
/* ::::: pc only end ::::: */
/* ::::: pc-tab only ::::: */
.pc-tab {
    display: block !important;
}
.sp {
    display: none!important;
}
@media screen and (max-width: 750px) {
    .pc-tab {
        display: none !important;
    }
    .sp {
        display: block!important;
    }
}
/* ::::: pc-tab only end ::::: */
/* ::::: wrapper ::::: */
.wrapper {
    width: 86%;
    margin: 0 auto;
    max-width: 130rem;
}
/* ----- wrapper responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    .wrapper {
        width: 89%;
    }
}
/* ::::: wrapper end ::::: */
/* ::::: inview ::::: */
.inview {
    transform: translate(0, 5px);
    filter: blur(1px);
    opacity: 0;
    transition: filter 1.2s, opacity 1.2s, transform 1.2s;
}
.inview.show {
    filter: blur(0);
    transform: translate(0, 0);
    opacity: 1.0;
}
/* ::::: inview end ::::: */
/* :::::::::::::::::::: helper class end :::::::::::::::::::: */
/* :::::::::::::::::::: load :::::::::::::::::::: */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: opacity 1.65s 1.65s, visibility 1.65s 1.65s;
}
.body.loading-end .loading {
    opacity: 0;
    visibility: hidden;
}
/* ----- responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    .loading {
        transition: opacity 1.2s 1s, visibility 1.2s 1s;
    }
}
/* :::::::::::::::::::: load end :::::::::::::::::::: */
/* :::::::::::::::::::: cookie :::::::::::::::::::: */
.cookie {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 1000;
    width: 35rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    color: #000;
    background: #fff;
    border-radius: 15px;
}
.cookie__inner {
    padding: 2.5rem 3rem 3rem;
}
.cookie__text-link {
    display: inline-block;
    margin: 1.5rem 0 2.5rem;
    font-size: 1.4rem;
    color: #000;
    text-decoration: underline;
}
.cookie__buttons {
    display: flex;
    gap: 1rem;
}
.cookie__button {
    box-sizing: border-box;
    width: 12rem;
    padding: 0.6rem 0;
    border: 1px solid #000;
    border-radius: 9999px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #000;
    transition: opacity 0.3s;
}
.cookie__button:hover {
    opacity: 0.5;
}
.cookie__button.-coating {
    color: #000;
    background: #fff;
    text-align: center;
}

/* -------------------- cookie responsive -------------------- */
@media screen and (max-width: 750px) {
    .cookie {
        position: fixed;
        top: auto;
        right: 0;
        bottom: calc(7rem);
        left: 0;
        width: calc(100% - 2rem);
        margin: 0 auto;
    }
    .cookie__inner{
        padding: 3rem 2rem;
    }
    .cookie__button-wrap {
        display: flex;
        gap: 1.5rem;
    }
    .cookie__button {
        width: 100%;
        max-width: 12rem;
    }
}
/* :::::::::::::::::::: cookie end :::::::::::::::::::: */
/* :::::::::::::::::::: common :::::::::::::::::::: */
/* ::::: online-store-link ::::: */
.online-store-link {
    position: absolute;
    top: 2rem;
    right: 2%;
    z-index: 9999;
    width: 23rem;
    opacity: 1;
    transition: opacity .3s;
}
.online-store-link__img {
    opacity: 1;
    transition: opacity .3s;
}
.online-store-link__hover-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: opacity .3s;
}
@media (hover: hover) {
    .online-store-link:hover .online-store-link__img {
        opacity: 0;
    }
    .online-store-link:hover .online-store-link__hover-img {
        opacity: 1;
    }
}
/* ::::: online-store-link end ::::: */
/* :::::::::::::::::::: header :::::::::::::::::::: */
.header {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
body.index .header {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}
body.index .header.-scroll {
    opacity: 1;
    visibility: visible;
}
.header__logo-link {
    position: absolute;
    top: 2.4rem;
    left: 2.2%;
    display: inline-block;
    width: 9rem;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
}
@media (hover: hover) {
    a.header__logo-link:hover {
        opacity: .7;
    }
}
.header.-open .header__logo-link {
    opacity: 0;
    visibility: hidden;
}
.header__list {
    display: flex;
    gap: 5rem;
}
.header__item {}
.header__link {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.2;
}
.header__link::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, #fd4494, #d632ed, #4e1ccf, #02d0fd, #04d04f, #fdfc32, #fd902f, #fd4c28);
    background-size: 100% 2px;
    -webkit-animation: AnimationName 1s ease infinite;
    -moz-animation: AnimationName 1s ease infinite;
    animation: AnimationName 1s ease infinite;
    opacity: 0;
    transition: opacity .3s;
}
.header__link:hover::before,
.header__link.on::before {
    opacity: 1;
}
/* ----- header responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    .header {
        position: fixed;
        height: 5.7rem;
        background-color: transparent;
        transition: background-color .3s;
    }
    .header.-scroll {
        background-color: #000;
    }
    body.index .header {
        display: block;
    }
    .header__logo-link {
        top: 1.6rem;
        left: 5.5%;
        width: 6rem;
    }
    .header.-open .header__logo-link {
        opacity: 0;
        visibility: hidden;
    }
    body.index .header__logo-link {
        display: inline-block;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
    }
    body.index .header.-scroll .header__logo-link {
        opacity: 1;
        visibility: visible;
    }
    .header__list {
        display: flex;
        gap: 5rem;
    }
    .header__item {}
    .header__link {
        position: relative;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .header__link::before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: linear-gradient(270deg, #fd4494, #d632ed, #4e1ccf, #02d0fd, #04d04f, #fdfc32, #fd902f, #fd4c28);
        background-size: 100% 2px;
        -webkit-animation: AnimationName 1s ease infinite;
        -moz-animation: AnimationName 1s ease infinite;
        animation: AnimationName 1s ease infinite;
        opacity: 0;
        transition: opacity .3s;
    }
    .header__link:hover::before {
        opacity: 1;
    }
}
/* :::::::::::::::::::: header end :::::::::::::::::::: */

/* :::::::::::::::::::: footer :::::::::::::::::::: */
.footer {
    position: relative;
    z-index: 1;
    padding-bottom: 5rem;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/common/bgi-cover-black-and-grid.png');
    background-size: 60rem 60rem;
    background-repeat: repeat;
}
.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, #000 100%);
}
/* ::::: footer-loop ::::: */
.footer-loop {
    overflow: hidden;
    width: 100%;
    padding: 3rem 0;
    background-color: #383838;
    /* transition: background-color .3s; */
}
.footer__loop-link:hover .footer-loop {
    background-color: #6625b5;
}
.footer-loop__imgs {
    display: flex;
    width: 98vw;
    animation: slide 5s linear infinite;
}
@keyframes slide {
    0% { transform: translateX(0); }
    9.9% { transform: translateX(0); }
    10% { transform: translateX(-10%); }
    19.9% { transform: translateX(-10%); }
    20% { transform: translateX(-20%); }
    29.9% { transform: translateX(-20%); }
    30% { transform: translateX(-30%); }
    39.9% { transform: translateX(-30%); }
    40% { transform: translateX(-40%); }
    49.9% { transform: translateX(-40%); }
    50% { transform: translateX(-50%); }
    59.9% { transform: translateX(-50%); }
    60% { transform: translateX(-60%); }
    69.9% { transform: translateX(-60%); }
    70% { transform: translateX(-70%); }
    79.9% { transform: translateX(-70%); }
    80% { transform: translateX(-80%); }
    89.9% { transform: translateX(-80%); }
    90% { transform: translateX(-90%); }
    99.9% { transform: translateX(-90%); }
    100% { transform: translateX(-100%); }
}
.footer-loop__img {}
.footer-loop__img > .img {
    width: 98vw;
    aspect-ratio: 1254/40;
}
/* ::::: footer-loop end ::::: */
.footer__inner {
    position: relative;
    width: 86%;
    max-width: 150rem;
    margin: 12rem auto 0;
}
.footer__text {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 3.6rem;
    font-size: 1.6rem;
    line-height: 2;
}
/* ::::: pulse-ping ::::: */
.pulse-ping {
    --uib-size: 2rem;
    --uib-speed: 2s;
    --uib-color: #6625b5;
    position: absolute;
    top: 0.7rem;
    left: 0;
    display: inline-block;
    width: var(--uib-size);
    height: var(--uib-size);
    transition: background-color .3s;
}
a:hover .pulse-ping {
    --uib-color: #f1ff00;
}
.pulse-ping::before,
.pulse-ping::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: var(--uib-color);
    animation: pulse7132 var(--uib-speed) linear infinite;
    transform: scale(0);
    opacity: 0;
    transition: background-color .3s;
}
.pulse-ping::after {
    animation-delay: calc(var(--uib-speed) / -2);
}
@keyframes pulse7132 {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(0.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* ::::: pulse-ping end ::::: */
.footer__title {
    font-size: 8rem;
    line-height: 1.1;
}
/* ::::: stalker-pickup ::::: */
.stalker-pickup {
    pointer-events: none; /* 直下のリンクをクリック可能にする */
    position: fixed; /* スクロールしてもカーソルの位置で固定 */
    top: -4.2vw; /* widthの半分 */
    left: -5.8vw;
    z-index: 999; /* 一番上に来るように */
    transform: scale(1);
    display: block;
    width: 10.625vw;
    height: 7.5vw;
    aspect-ratio: 17/12;
    background-image: url('/assets/img/common/icon-hover-rainbow.png');
    background-repeat: no-repeat;
    background-size: 10.625vw 7.5vw;
    opacity: 0;
    transition: transform 0.1s ease-out, opacity .4s;
}
.stalker-pickup.on {
    opacity: 1;
    transition: transform 0.1s ease-out, opacity .4s .1s;
}
/* ::::: End stalker-pickup ::::: */
/* ::::: stalker ::::: */
.stalker {
    pointer-events: none; /* 直下のリンクをクリック可能にする */
    position: fixed; /* スクロールしてもカーソルの位置で固定 */
    top: -10rem; /* widthの半分 */
    left: -21rem;
    z-index: 999; /* 一番上に来るように */
    width: 42rem;
    height: 20rem;
    background-image: url('/assets/img/common/mouse-stalker.png');
    background-size: 42rem 20rem;
    background-repeat: no-repeat;
    opacity: 0; /* カーソルを画面内に入れるまでは透明 */
    transition: transform .1s ease-out, opacity .3s;
     /* 遅れてついてくる時間 */
}
/* ::::: End stalker ::::: */
.footer-mail {
    margin-top: 3.5rem;
}
.footer-mail__link {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.5;
    opacity: 1;
    transition: opacity .3s;
}
@media (hover: hover) {
    .footerMail__link:hover {
        opacity: .7;
    }
}
/* sns-links */
.sns-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 5rem;
}
.sns-link {
    --sns-width-height: 8rem;
    position: relative;
    z-index: 1;
    width: var(--sns-width-height);
    height: var(--sns-width-height);
}
.sns-link__icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 2.6rem;
    opacity: 1;
    transition: opacity .3s;
}
.sns-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: inline-block;
    width: var(--sns-width-height);
    height: var(--sns-width-height);
    background-image: url('/assets/img/common/icon-rainbow-shadow.png');
    background-size: var(--sns-width-height) var(--sns-width-height);
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .3s;
}
@media (hover: hover) {
    .sns-link:hover::after {
        opacity: 1;
    }
}
/* sns-links end */
/* ::::: circle-link ::::: */
.circle-link {
    --circle-link-width: 16rem;
    position: absolute;
    bottom: 5rem;
    right: 3%;
    z-index: 10;
    display: inline-block;
    width: var(--circle-link-width);
    opacity: 1;
    transition: opacity 0.3s;
}
@media(hover: hover) {
    .circle-link:hover {
        opacity: 0.8;
    }
}
@media(hover: none) {
    .circle-link:active {
        opacity: 0.8;
    }
}
.circle-link__bg {
    position: relative;
    width: var(--circle-link-width);
}
.circle-link__outside {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: var(--circle-link-width);
}
.circle-link__bg {
    z-index: 0;
}
.circle-link__outside {
    z-index: 2;
    animation: spinOutside 10000ms linear infinite;
}
@keyframes spinOutside {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/* ::::: text-ring end ::::: */
.copyright {
    width: 86%;
    max-width: 150rem;
    margin: 9rem auto 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #434343;
}
/* ----- footer responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    .footer {
        padding-bottom: 3rem;
    }
    .footer::before {
        background-size: 36rem 36rem;
    }
    .footer::after {
        background-image: linear-gradient(to bottom, transparent 0%, transparent 20%, #000 100%);
    }
    /* ::::: footer-loop ::::: */
    .footer-loop {
        padding: 2.4rem 0;
    }
    .footer-loop__imgs {
        /* width: 98vw; */
        /* animation: slide 5s linear infinite; */
    }
    .footer-loop__img > .img {
        /* width: 98vw; */
        aspect-ratio: 1020/33;
    }
    @media screen and (max-width: 750px) {
        .footer-loop__imgs {
            width: 278vw;
        }
        .footer-loop__img > .img {
            width: 278vw;
        }
    }
    /* ::::: footer-loop end ::::: */
    .footer__inner {
        width: 89%;
        margin: 5rem auto 0;
    }
    .footer__text {
        padding-left: 2rem;
        margin-bottom: 2.4rem;
        font-size: 1.4rem;
        line-height: 1.57;
    }
    /* ::::: pulse-ping ::::: */
    .pulse-ping {
        --uib-size: 1.5rem;
        top: 0.3rem;
    }
    .hamburger-menu .pulse-ping {
        top: 2.3rem;
    } 
    /* ::::: pulse-ping end ::::: */
    .footer__title {
        font-size: 4.5rem;
    }
    /* ::::: stalker-pickup ::::: */
    .stalker-pickup {
        top: -8vw; /* widthの半分 */
        left: -11vw;
        width: 21.25vw;
        height: 15vw;
        background-size: 21.25vw 15vw;
    }
    /* ::::: End stalker-pickup ::::: */
    /* ::::: stalker ::::: */
    .stalker {
        top: -5rem;
        left: -10.5rem;
        width: 21rem;
        height: 10rem;
        background-size: 21rem 10rem;
    }
    /* ::::: stalker end ::::: */
    .footer-mail {
        margin-top: 1.8rem;
    }
    .footer-mail__link {
        font-size: 2.4rem;
    }
    .sns-link__icon-img {
        width: 2.4rem;
    }
    /* sns-links */
    .sns-links {
        gap: 1.2rem;
        margin-top: 3rem;
    }
    .sns-link {
        --sns-width-height: 5.2rem;
    }
    /* sns-links end */
    /* ::::: circle-link ::::: */
    .circle-link {
        --circle-link-width: 9rem;
        bottom: 7rem;
        right: 5.5%;
    }
    /* ::::: text-ring end ::::: */
    .copyright {
        width: 92.5%;
        margin: 10.8rem auto 0;
        font-size: 0.9rem;
    }
}
/* :::::::::::::::::::: footer end :::::::::::::::::::: */
/* :::::::::::::::::::: hamburger :::::::::::::::::::: */
/* :::::::::: hamburger-button :::::::::: */
/* ---------- hamburger-button responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    .hamburger-button {
        position: fixed;
        top: 2.5rem;
        right: 5.5%;
        z-index: 10000;
        width: 3rem;
        height: 8px;
    }
    /* body.index .hamburger-button {
        position: absolute;
    }
    body.index .hamburger-button {
        position: absolute;
    } */
    .hamburger-button__line {
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 1px;
        height: 2px;
        background: linear-gradient(270deg, #fd4494, #d632ed, #4e1ccf, #02d0fd, #04d04f, #fdfc32, #fd902f, #fd4c28);
        background-size: 100% 2px;
        -webkit-animation: AnimationName 1s ease infinite;
        -moz-animation: AnimationName 1s ease infinite;
        animation: AnimationName 1s ease infinite;
    }
    .hamburger-button__line.--1 {
        top: 0;
    }
    .hamburger-button__line.--2 {
        bottom: 0;
    }
    @keyframes ham-line1 {
        0% {
            top: 0;
            transform: translate(0,-50%) rotate(0);
        }
        60% {
            top: 4px;
            transform: translate(0,-50%) rotate(0);
        }
        100% {
            top: 4px;
            transform: translate(0,-50%) rotate(30deg);
        }
    }
    @keyframes ham-line1-c {
        0% {
            top: 4px;
            transform: translate(0, -50%) rotate(30deg);
        }
        40% {
            top: 4px;
            transform: translate(0,- 50%) rotate(0);
        }
        100% {
            top: 0;
            transform: translate(0, -50%) rotate(0);
        }
    }
    @keyframes ham-line2 {
        0% {
            bottom: 0;
            transform: translate(0, 50%) rotate(0);
        }
        60% {
            bottom: 4px;
            transform: translate(0, 50%) rotate(0);
        }
        100% {
            bottom: 4px;
            transform: translate(0, 50%) rotate(-30deg);
        }
    }
    @keyframes ham-line2-c {
        0% {
            bottom: 4px;
            transform: translate(0, 50%) rotate(-30deg);
        }
        40% {
            bottom: 4px;
            transform: translate(0, 50%) rotate(0);
        }
        100% {
            bottom: 0;
            transform: translate(0, 50%) rotate(0);
        }
    }
}


/* :::::::::: hamMenu :::::::::: */
.hamburger-menu {
    display: none;
}
.hamburger-menu.-oepn {
    display: none;
}

/* ---------- hamMenu responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    .hamburger-menu {
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        display: none;
        width: 100%;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .hamburger-menu.-open {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .hamburger-menu__base {
        position: relative;
        z-index: 0;
        height: 100%;
        min-height: 650px;
    }
    .hamburger-menu__inner {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        background-color: #000;
    }
    .hamburger-menu__content {
        display: flex;
        flex-direction: column;
        align-items: end;
        width: 89%;
        padding-top: 12rem;
    }
    /* ::::: hamburger-menu-nav ::::: */
    .hamburger-menu-nav {
        width: calc(100% - 10rem);
    }
    .hamburger-menu-nav__list {}
    .hamburger-menu-nav__item {}
    .hamburger-menu-nav__link {
        position: relative;
        display: block;
        padding: 2rem 0;
        font-size: 1.8rem;
        line-height: 1.2;
        opacity: 1;
        transition: padding .3s;
    }
    .hamburger-menu-nav__link:hover,
    .hamburger-menu-nav__link.on {
        padding: 2rem 0 2rem 2.2rem;
    }
    .hamburger-menu-nav__link .pulse-ping {
        opacity: 0;
        transition: opacity .18s .18s;
    }
    .hamburger-menu-nav__link:hover .pulse-ping,
    .hamburger-menu-nav__link.on .pulse-ping {
        opacity: 1;
    }
    .hamburger-menu-nav__link::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 1px;
        background-image: url('/assets/img/common/bar-rainbow.png');
        background-size: 100% 1px;
        background-repeat: no-repeat;
    }
    .hamburger-menu-nav__item:last-child .hamburger-menu-nav__link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 1px;
        background-image: url('/assets/img/common/bar-rainbow.png');
        background-size: 100% 1px;
        background-repeat: no-repeat;
    }
    .hamburger-menu-nav__sns-links-wrap {
        margin-left: -1.5rem;
    }
    /* ::::: home-kv-nav end ::::: */
    .hamuburger-menu__left-area {
        position: absolute;
        top: 9rem;
        left: 5.5%;
    }
    .hamuburger-menu__logo-link {
        display: block;
        width: 6rem;
        opacity: 1;
        transition: opacity .3s;
    }
    @media (hover: hover) {
        .hamuburger-menu__logo-link:hover {
            opacity: .6;
        }
    }
    .hamuburger-menu__url-link {
        position: absolute;
        top: 5rem;
        left: 1.5rem;
        writing-mode: vertical-rl;
        white-space: nowrap;
        font-size: 0.9rem;
        font-weight: 500;
        opacity: 1;
        transition: opacity .3s;
    }
    @media (hover: hover) {
        .hamuburger-menu__url-link:hover {
            opacity: .6;
        }
    }
    .hamuburger-menu__mail-text {
        position: absolute;
        top: 5rem;
        left: 0;
        writing-mode: vertical-rl;
        white-space: nowrap;
        font-size: 0.9rem;
        font-weight: 500;
    }
    .hamuburger-menu__mail-prefix {

    }
    .hamuburger-menu__mail-link {
        display: inline;
        opacity: 1;
        transition: opacity .3s;
    }
    @media (hover: hover) {
        .hamuburger-menu__mail-link:hover {
            opacity: .6;
        }
    }
    /* ::::: online-store-link ::::: */
    .online-store-link {
        top: 8rem;
        right: 5.5%;
        width: 13rem;
    }
    /* ::::: online-store-link end ::::: */
}

/* :::::::::::::::::::: hamburger end :::::::::::::::::::: */
/* :::::::::::::::::::: home :::::::::::::::::::: */
/* :::::::::: home-kv :::::::::: */
.home-kv {
    --home-kv-min-height: 80rem;
    --home-kv-max-height: 100rem;
    position: relative;
    height: 100dvh;
    min-height: var(--home-kv-min-height);
    max-height: var(--home-kv-max-height);
}
.home-kv__video {
    overflow: hidden;
    width: calc(100% - 5px);
    height: 100%;
    min-height: var(--home-kv-min-height);
    max-height: var(--home-kv-max-height);
    margin-left: 5px;
    background-color: #000;
}
.home-kv__video > .video {
    height: 100%;
    min-height: var(--home-kv-min-height);
    max-height: var(--home-kv-max-height);
    object-position: 50% 70%;
}
.home-kv__typing-text {
    position: absolute;
    top: 1.8rem;
    left: 2%;
    z-index: 10;
    max-width: 64.5rem;
    font-size: 2rem;
    line-height: 1.5;
}
.text-typing span {
    display: none;
}
.text-typing::after {
    content: "";
    position: relative;
    top: 0;
    right: -0.8rem;
    display: inline-block;
    width: 12px;
    height: 14px;
    background-color: #fff;
    animation: typinganime .5s infinite;
}
@keyframes typinganime {
	from { opacity: 0; }
	to { opacity: 1; }
}
/* ::::: home-kv-nav ::::: */
.home-kv-nav {
    position: absolute;
    bottom: 10.5rem;
    left: 2%;
    z-index: 1;
}
.home-kv-nav__list {
    width: 32rem;
}
.home-kv-nav__item {}
.home-kv-nav__link {
    position: relative;
    display: block;
    padding: 2rem 0;
    font-size: 2rem;
    line-height: 1.2;
}
.home-kv-nav__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-image: url('/assets/img/common/bar-rainbow.png');
    background-size: 100% 1px;
    background-repeat: no-repeat;
}
.home-kv-nav__item:last-child .home-kv-nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-image: url('/assets/img/common/bar-rainbow.png');
    background-size: 100% 1px;
    background-repeat: no-repeat;
}
.home-kv-nav__icon {
    position: absolute;
    top: 2.2rem;
    right: 0;
    display: inline-block;
    width: 15px;
    height: 19px;
    background-image: url('/assets/img/common/icon-right-rainbow.png');
    background-size: 15px 19px;
    background-repeat: no-repeat;
}
.home-kv-nav__link:hover .home-kv-nav__icon {
    animation: arrow 2s linear infinite;
}
@keyframes arrow {
    0% {
      opacity: 0.2;
      right: 10px;
    }
    80% {
      opacity: 1;
      right: 2px;
    }
    100% {
      opacity: 0.6;
      right: 0;
    }
  }
/* ::::: home-kv-nav end ::::: */
/* ::::: c-kv-scroll-link ::::: */
.c-kv-scroll-link {
    position: absolute;
    bottom: 3rem;
    right: 2%;
    z-index: 1;
    display: inline-block;
    animation: float1 1s linear infinite;
}
@keyframes float1 {
    0% { bottom: 3rem; }
    12.4% { bottom: 3rem; }
    12.5% { bottom: 2.75rem; }
    24.9% { bottom: 2.75rem; }
    25% { bottom: 2.5rem; }
    37.4% { bottom: 2.5rem; }
    37.5% { bottom: 2.25rem; }
    49.9% { bottom: 2.25rem; }
    50% { bottom: 2rem; }
    62.4% { bottom: 2rem; }
    62.5% { bottom: 2.25rem; }
    74.9% { bottom: 2.25rem; }
    75% { bottom: 2.5rem; }
    87.4% { bottom: 2.5rem; }
    87.5% { bottom: 2.75rem; }
    99.9% { bottom: 2.75rem; }
    100% { bottom: 3rem; }
}
.c-kv-scroll-link__text {
    position: absolute;
    top: 4rem;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
    font-size: 1rem;
    line-height: 1.2;
}
.c-kv-scroll-link__bgi {
    width: 20rem;
}
.c-kv-scroll-link__angle-img {
    position: absolute;
    top: 6rem;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
    width: 3.4rem;
    transition-duration: 1.5s;
}
/* ::::: c-kv-scroll-link end ::::: */
/* ::::: gradiation-bg ::::: */
.gradiation-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #fd4494, #d632ed, #4e1ccf, #02d0fd, #04d04f, #fdfc32, #fd902f, #fd4c28);
    background-size: 1600% 1600%;
    -webkit-animation: AnimationName 5.8s ease infinite;
    -moz-animation: AnimationName 5.8s ease infinite;
    animation: AnimationName 5.8s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/* ----- gradiation-bg responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    .gradiation-bg {
        -webkit-animation: AnimationName 4s ease infinite;
        -moz-animation: AnimationName 4s ease infinite;
        animation: AnimationName 4s ease infinite;
    }
}
/* ::::: End gradiation-bg ::::: */
/* ---------- responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    /* :::::::::: home-kv :::::::::: */
    .home-kv {
        --home-kv-min-height: 64rem;
        --home-kv-max-height: 85rem;
    }
    .home-kv__video {
        width: calc(100% - 5px);
        margin-left: 5px;
    }
    .home-kv__video > .video {
        width: 123.5%;
        margin: 0 -11.75%;
        object-fit: contain;
        object-position: 50% 58%;
    }
    .home-kv__typing-text {
        left: 4%;
        max-width: 27rem;
        font-size: 1.4rem;
        line-height: 1.71;
    }
    .text-typing span {
        display: none;
    }
    .text-typing::after {
        top: 2px;
        right: -0.5rem;
    }
    /* ::::: home-kv-nav ::::: */
    .home-kv-nav {
        display: none;
    }
    /* ::::: home-kv-nav end ::::: */
    /* ::::: c-kv-scroll-link ::::: */
    .c-kv-scroll-link {
        bottom: 3rem;
        right: 2%;
    }
    .c-kv-scroll-link__text {
        top: 2.9rem;
        font-size: 0.6rem;
    }
    .c-kv-scroll-link__bgi {
        width: 14rem;
    }
    .c-kv-scroll-link__angle-img {
        top: 4.2rem;
        width: 2.4rem;
    }
    /* ::::: c-kv-scroll-link end ::::: */
    .gradiation-bg {
        /* background-size: 1600% 1600%; */
    }
}
/* ---------- home-kv responsive (750) ---------- */
@media screen and (max-width: 750px) {
    /* :::::::::: home-kv :::::::::: */
    .home-kv {
        --home-kv-min-height: 64rem;
        --home-kv-max-height: 100dvh;
        height: 180vw;
    }
}
/* :::::::::: home-kv end :::::::::: */
/* :::::::::: home-news :::::::::: */
.home-news {}
.home-news__sec {
    display: flex;
    background-color: #6625b5;
}
.home-news__title-area {
    position: relative;
    width: 32rem;
    padding: 2rem 0 0;
    background-color: #6625b5;
}
.home-news__title {
    width: 28rem;
    margin: 0 auto;
}
.home-news__archive-link-wrap {
    position: absolute;
    bottom: 2.3rem;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 28rem;
    margin: 0 auto;
}
.home-news__archive-link {
    position: relative;
    display: block;
}
.home-news__archive-link > .img {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
}
.home-news__archive-link:hover > .img {
    opacity: 0;
    visibility: hidden;
}
.home-news__archive-link > .img + .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.home-news__archive-link:hover > .img + .img {
    opacity: 1;
    visibility: visible;
}
.home-news__conts-area {
    width: calc(100% - 32rem);
}
/* ::::: c-news-list ::::: */
.c-news-list {}
.c-news-item {}
.c-news-item__link {
    position: relative;
    display: block;
    min-height: 14rem;
    padding: 1rem 1rem .5rem 2rem;
    color: #222;
    background-color: #fff;
    transition: color.3s, background-color .3s;
}
.c-news-item:not(:first-child) .c-news-item__link {
    border-top: 1px solid #dddddd;
}
.c-news-item__link:hover {
    color: #f1ff00;
    background-color: #6d6d6d;
}
.c-news-item__title {
    overflow: hidden; /* 必須 */
    display: -webkit-box; /* 必須 */
    position: relative;
    z-index: 2;
    -webkit-line-clamp: 2; /* 最大行数を指定 */
    -webkit-box-orient: vertical; /* 必須 */
    text-overflow: ellipsis; /* 省略記号を表示 */
    padding-left: 2.5rem;
    font-size: 1.6rem;
    line-height: 2;
}
.c-news-item__date-wrap {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    z-index: 2;
    display: flex;
    justify-content: end;
}
.c-news-item__date {
    display: flex;
    align-items: end;
    font-weight: 500;
}
.small-text {
    margin: 0 3rem 0.5rem 0;
    font-size: 1.2rem;
}
.large-text {
    font-size: 4.5rem;
}
/* ::::: c-news-list end ::::: */
/* ----------  home-news responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    .home-news {}
    .home-news__title-area {
        width: 8rem;
        padding: 0.6rem 0 0;
    }
    .home-news__title {
        width: 7rem;
    }
    .home-news__archive-link-wrap {
        bottom: 1.4rem;
        width: 8rem;
    }
    .home-news__conts-area {
        width: calc(100% - 8rem);
    }
    /* ::::: c-news-list ::::: */
    .c-news-item {}
    .c-news-item__link {
        min-height: 14rem;
        padding: 1rem 1rem .5rem 0.8rem;
    }
    .c-news-item__title {
        -webkit-line-clamp: 3; /* 最大行数を指定 */
        padding-left: 2rem;
        font-size: 1.4rem;
        line-height: 1.57;
    }
    .small-text {
        margin: 0 1.5rem 0.5rem 0;
        font-size: 0.9rem;
    }
    .large-text {
        font-size: 2.6rem;
    }
    /* ::::: c-news-list end ::::: */
}
/* :::::::::: home-news end :::::::::: */
/* :::::::::: home-pickup :::::::::: */
.home-pickup {}
/* ::::: c-pickup ::::: */
.c-pickup {}
.c-pickup__sec {
    overflow: hidden;
    position: relative;
    display: flex;
}
.c-pickup__sec-bgis {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.c-pickup__sec-bgi {
    position: absolute;
}
.c-pickup__sec-bgi.--1 {
    top: 0;
    right: calc(100% - 32rem);
    width: 32rem;
    height: 100%;
}
.c-pickup__sec-bgi.--2 {
    top: 0;
    left: 32rem;
    width: calc(100% - 32rem);
    height: 100%;
}
.c-pickup__sec-bgi.--3 {
    top: 60%;
    left: 2%;
    width: 47%;
}
.c-pickup__sec-bgi > .img {
    height: 100%;
    object-fit: cover;
}
.c-pickup__sec-bgi.--3 > .img {
    height: auto;
    object-fit: contain;
}
.c-pickup__title-area {
    width: 10rem;
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #cacaca 100%);
}
.c-pickup__title {
    padding: 2rem 0 0 0.5rem;
    writing-mode: vertical-rl;
    font-size: 8.5rem;
    color: #222;
}
.c-pickup__conts {
    width: calc(100% - 10rem );
    padding: 13rem 5% 7.8rem;
}
main.pickup .c-pickup__conts {
    padding: 12rem 5% 9.2rem;
}
.c-pickup-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.5rem 5%;
}
.c-pickup-item {
    position: relative;
    width: calc((100% - 5% * 2) / 3);
}
.c-pickup-item__link {
    position: relative;
    z-index: 1;
    display: block;
    padding: 3rem 0 5rem;
    border-radius: 5px;
    background-color: #fff;
}
.c-pickup-item__link:hover {
    cursor: none;
}
.c-pickup-item__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.c-pickup-item__img {
    position: relative;
    z-index: 1;
    margin: 0 6%;
}
.c-pickup-item__img > .img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.c-pickup-item__title-wrap {
    overflow: hidden;/* 溢れたテキストを非表示 */
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 3.2rem;/* 2行分の高さを設定 */
    padding: 3.2rem 11%;
    margin-top: 2.5rem;
}
.c-pickup-item__title {
    position: relative;
    z-index: 1;
    display: -webkit-box; /* フレックスボックスを使用 */
    -webkit-line-clamp: 2; /* 表示する行数を2行に制限 */
    text-overflow: ellipsis; /* 3点ドットを追加 */
    -webkit-box-orient: vertical; /* 垂直方向にテキストを配置 */
    text-align: center;
    text-decoration: underline;
    font-size: 1.6rem;
    line-height: 2;
    color: #222;
}
.c-pickup-item__shadow {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%,-50%);
    display: block;
    width: 131%;
    height: 123%;
    opacity: 0;
    transition: opacity .3s;
}
.c-pickup-item__shadow > .img {
    height: 100%;
    object-fit: fill;
}
@media (hover: hover) {
    .c-pickup-item__link:hover .c-pickup-item__shadow {
        opacity: 1;
    }
}
.c-pickup-item__link.click  .c-pickup-item__shadow {
    opacity: 1;
}
.c-piciup__archive-link-wrap {
    display: flex;
    justify-content: end;
    margin-top: 5rem;
}
/* c-pickup-item-mark */
.c-pickup-item-mark {
    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 1;
}
.c-pickup-item-mark__img {
    width: 6rem;
    animation: circular-motion 6s linear infinite;
}
@keyframes circular-motion {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-pickup-item-mark__text {
    position: absolute;
    top: 2.4rem;
    left: 1rem;
    z-index: 1;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
}
/* c-pickup-item-mark end */
/* ::::: c-pickup end ::::: */
/* ::::: c-text-link ::::: */
.c-text-link {
    position: relative;
    display: inline-block;
    padding: 0 3.8rem 0 0;
}
.c-text-link.--white {}
.c-text-link.--icon-left {
    padding: 0 0 0 3.8rem;
}
.c-text-link::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    width: 15px;
    height: 19px;
    background-image: url('/assets/img/common/icon-right-arrow-black.png');
    background-size: 15px 19px;
    background-repeat: no-repeat;
}
.c-text-link.--white::after {
    background-image: url('/assets/img/common/icon-right-arrow-white.png');
}
.c-text-link.--icon-left::after {
    top: 2px;
    left: 0;
    transform: scale(-1,1);
    background-image: url('/assets/img/common/icon-right-arrow-white.png');
}
.c-text-link__text {
    font-size: 2.4rem;
    color: #222;
}
.c-text-link.--white .c-text-link__text {
    color: #fff;
}
.c-text-link:hover::after {
    animation: arrow 2s linear infinite;
}
.c-text-link.--icon-left:hover::after {
    animation: arrow-reverse 2s linear infinite;
}
@keyframes arrow {
    0% {
      opacity: 0.2;
      right: 10px;
    }
    80% {
      opacity: 1;
      right: 2px;
    }
    100% {
      opacity: 0.6;
      right: 0;
    }
}
@keyframes arrow-reverse {
    0% {
      opacity: 0.2;
      left: 10px;
    }
    80% {
      opacity: 1;
      left: 2px;
    }
    100% {
      opacity: 0.6;
      left: 0;
    }
}
/* ::::: c-text-link ::::: */
/* ---------- home-pickup responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    /* :::::::::: home-pickup :::::::::: */
    .home-pickup {}
    /* ::::: c-pickup ::::: */
    .c-pickup {}
    .c-pickup__sec {
        display: block;
    }
    .c-pickup__sec-bgis {
        top: 87px;
    }
    .c-pickup__sec-bgi.--1 {
        right: calc(100% - 8rem);
        width: 8rem;
    }
    .c-pickup__sec-bgi.--2 {
        left: 8rem;
        width: calc(100% - 8rem);
    }
    .c-pickup__sec-bgi.--3 {
        top: 65%;
        left: -1%;
        width: 70%;
        max-width: 50rem;
    }
    .c-pickup__title-area {
        width: 100%;
        padding: 1.3rem 5% 1.4rem;
        background-image: linear-gradient(to right, #ffffff 0%, #ffffff 85%, rgba(232,232,232) 100%);
    }
    .c-pickup__title {
        padding: 0;
        writing-mode: horizontal-tb;
        font-size: 6rem;
    }
    .c-pickup__conts {
        width: 100%;
        padding: 3rem 5% 5rem;
    }
    main.pickup .c-pickup__conts {
        padding: 3rem 5% 7rem;
    }
    .c-pickup-list {
        gap: 2.3rem 2.5%;
    }
    .c-pickup-item {
        width: calc((100% - 2.5%) / 2);
    }
    .c-pickup-item__link {
        padding: 1.5rem 0 2rem;
    }
    .c-pickup-item__img::before {
        top: 50%;
        /* width: 30%;
        height: 30%; */
        background-size: 100% 100%;
    }
    .c-pickup-item__title-wrap {
        max-height: 2rem;/* 2行分の高さを設定 */
        padding: 2rem 9.5%;
        margin-top: 1rem;
    }
    .c-pickup-item__title {
        font-size: 1.4rem;
        line-height: 1.57;
    }
    .c-pickup-item__shadow {
        /* width: 131%;
        height: 123%; */
    }
    .c-piciup__archive-link-wrap {
        margin-top: 3rem;
    }
    /* c-pickup-item-mark */
    .c-pickup-item-mark {
        top: -0.8rem;
        right: -0.8rem;
    }
    .c-pickup-item-mark__img {
        width: 4rem;
    }

    .c-pickup-item-mark__text {
        top: 1.6rem;
        left: 0.6rem;
        font-size: 0.8rem;
    }
    /* c-pickup-item-mark end */
    /* ::::: c-pickup end ::::: */
    /* ::::: c-text-link ::::: */
    .c-text-link {}
    .c-text-link::after {
        top: 0;
    }
    .c-text-link__text {
        font-size: 2.1rem;
    }
    /* ::::: c-text-link ::::: */
}
/* :::::::::: home-pickup end :::::::::: */
/* :::::::::::::::::::: home end :::::::::::::::::::: */
/* :::::::::::::::::::: about :::::::::::::::::::: */
/* :::::::::: about-bgv :::::::::: */
.about-bgv {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140dvh;
    object-fit: cover;
}
.about-bgv > video {
    height: 100%;
}
.about-bgv::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/page/about/bgi-cover-black-and-stripe.png');
    background-size: 60rem 60rem;
    background-repeat: repeat;
}
/* :::::::::: about-bgv end :::::::::: */
.about-wrapper {
    width: 84%;
    max-width: 130rem;
    padding-right: 13rem;
    margin: 0 auto;
}
/* :::::::::: about-fv :::::::::: */
.about-fv {
    padding: 24rem 0 13rem;
}
.about-fv__title {
    font-size: 8.5rem;
}
/* :::::::::: about-fv end :::::::::: */
/* :::::::::: about-philosophy :::::::::: */
.about-philosophy {}
.about-common-title {
    display: flex;
    gap: 1.5rem;
}
.about-common-title__large {
    font-size: 3rem;
    line-height: 1.2;
}
.about-common-title__small {
    font-size: 1.4rem;
    line-height: 1.7;
}
.about-philosophy__ja-text {
    margin-top: 5rem;
    font-size: 2.6rem;
    line-height: 1.66;
}
.about-philosophy__en-text {
    margin-top: 4.5rem;
    font-size: 2.2rem;
    line-height: 1.54;
}
/* :::::::::: about-philosophy end :::::::::: */
/* :::::::::: about-service :::::::::: */
.about-service {
    margin-top: 14rem;
}
.about-service__jas-text {
    margin-top: 5rem;
    font-size: 1.6rem;
    line-height: 2;
}
.about-service__en-text {
    margin-top: 4.5rem;
    font-size: 1.4rem;
    line-height: 1.7;
}
/* :::::::::: about-service end :::::::::: */
.about__archive-link-wrap {
    margin-top: 5rem;
    margin-bottom: 23rem;
}
/* ----- about-bgv responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    /* :::::::::: about-bgv :::::::::: */
    .about-bgv {
        width: 160%;
        height: 160dvh;
    }
    /* :::::::::: about-bgv end :::::::::: */
    .about-wrapper {
        width: 89%;
        padding-right: 0;
    }
    /* :::::::::: about-fv :::::::::: */
    .about-fv {
        padding: 16rem 0 8rem;
    }
    .about-fv__title {
        font-size: 6rem;
    }
    /* :::::::::: about-fv end :::::::::: */
    /* :::::::::: about-philosophy :::::::::: */
    .about-philosophy {}
    .about-common-title {
        gap: 1rem;
    }
    .about-common-title__large {
        font-size: 2.1rem;
    }
    .about-philosophy__ja-text {
        margin-top: 3rem;
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .about-philosophy__ja-text > .display_ib {
        display: inline;
    }
    .about-philosophy__en-text {
        margin-top: 2rem;
        font-size: 1.9rem;
        line-height: 1.73;
    }
    /* :::::::::: about-philosophy end :::::::::: */
    /* :::::::::: about-service :::::::::: */
    .about-service {
        margin-top: 7rem;
    }
    .about-service__jas-text {
        margin-top: 3rem;
        font-size: 1.5rem;
    }
    .about-service__en-text {
        margin-top: 2.5rem;
        line-height: 1.85;
    }
    /* :::::::::: about-service end :::::::::: */
    .about__archive-link-wrap {
        margin-top: 4rem;
        margin-bottom: 10rem;
    }
}
/* :::::::::::::::::::: about end :::::::::::::::::::: */
/* :::::::::::::::::::: news :::::::::::::::::::: */
.news {}
.news-fv {
    position: relative;
    display: flex;
    padding: 22rem 0 0;
}
.news-fv__title-area {
    width: 32rem;
}
.news-fv__title {
    width: 28rem;
    margin-left: 3rem;
    margin-bottom: 1.5rem;
}
.news-fv__text-area {
    width: calc(100% - 32rem);
    padding: 3.5rem 0 0 2rem;
}
.news-fv__text {
    width: 52%;
    min-width: 37.5rem;
    font-size: 1.4rem;
    line-height: 1.57;
}
.news-conts {}
.news-conts__sec {
    display: flex;
    background-color: #6625b5;
}
.news-conts__bgi {
    position: relative;
    width: 32rem;
}
.news-conts__bgi > .img {
    height: 100%;
    object-fit: cover;
}
.news-conts__list-area {
    width: calc(100% - 32rem);
}
.news__pagination {
    background-color: #f1ff00;
}
/* -------------------- news responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
    .news {}
    .news-fv {
        display: block;
        padding: 12rem 0 12.2rem;
    }
    .news-fv__title-area {
        width: 89%;
        margin: 0 auto;
    }
    .news-fv__title {
        width: 21rem;
        margin-left: 0;
        margin-bottom: 0;
    }
    .news-fv__text-area {
        width: 89%;
        padding: 3.5rem 0 0;
        margin: 0 auto;
    }
    .news-fv__text {
        width: 100%;
        min-width: 37.5rem;
        font-size: 1.4rem;
        line-height: 1.57;
    }
    .news-conts__bgi {
        width: 8rem;
    }
    .news-conts__list-area {
        width: calc(100% - 8rem);
    }
}
/* :::::::::::::::::::: news end :::::::::::::::::::: */
/* :::::::::::::::::::: news-single :::::::::::::::::::: */
/* :::::::::: news-single-fv :::::::::: */
.news-single-fv {
    display: flex;
    padding: 20rem 0 7rem;
}
.news-single-fv__date-area {
    width: 40rem;
    padding-left: 3%;
}
.news-single-fv__prefix {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
}
.news-single-fv__date {
    font-size: 4.5rem;
    line-height: 1.2;
}
.news-single-fv__title-area {
    width: calc(100% - 40rem);
    padding: 1rem 6% 0 0;
}
.news-single-fv__title {
    font-size: 3rem;
    line-height: 1.73;
}
/* :::::::::: news-single-fv end :::::::::: */
/* :::::::::: news-single-contents :::::::::: */
.news-single-contents {
    display: flex;
    background-color: #191919;
}
.news-single-contents__bgi-area {
    position: relative;
    width: 40rem;
}
.news-single-contents__bgi {
    width: 16rem;
    height: 100%;
    background-image: url('/assets/img/page/news/bgi-news-single.jpg');
    background-size: 100%;
    background-repeat: repeat-y;
}
.news-single-contents__conts {
    width: calc(100% - 40rem);
    padding-right: 6%;
}
.news-single__archive-link-wrap {
    padding: 2rem 0 18rem;
}
/* :::::::::: news-single-contents end :::::::::: */
/* -------------------- news-single responsive ( over 1600 ) -------------------- */
@media screen and (min-width: 1600px) {
    .news-single-fv__date-area {
        width: 45rem;
    }
    .news-single-fv__title-area {
        width: calc(100% - 45rem);
        max-width: 160rem;
    }
    .news-single-contents__bgi-area {
        width: 45rem;
    }
    .news-single-contents__conts {
        width: calc(100% - 45rem);
        max-width: 160rem;
    }
}
/* -------------------- news-single responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
    /* :::::::::: news-single-fv :::::::::: */
    .news-single-fv {
        display: block;
        padding: 10rem 0 3rem;
    }
    .news-single-fv__date-area {
        width: 100;
        padding: 0 5.5%;
    }
    .news-single-fv__prefix {
        padding-bottom: 0.6rem;
        font-size: 0.9rem;
    }
    .news-single-fv__date {
        font-size: 2.4rem;
    }
    .news-single-fv__title-area {
        width: 100%;
        padding: 1.5rem 5.5% 0;
    }
    .news-single-fv__title {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    /* :::::::::: news-single-fv end :::::::::: */
    /* :::::::::: news-single-contents :::::::::: */
    .news-single-contents {
        display: block;
    }
    .news-single-contents__parallax-bgi-area {
        width: 100%;
    }
    .news-single-contents__parallax-bgi-frame {
        overflow: hidden;
        position: relative;
        max-height: 75px;
    }
    .news-single-contents__parallax-bgi-frame > .img {
        height: 100%;
        object-fit: cover;
    }
    .news-single-contents__parallax-bgi {
        position: absolute;
        top: -80%;
        left: 0;
        width: 100%;
        height: 150%;
        transition: .8s;
    }
    .news-single-contents__conts {
        width: 100%;
        padding: 0 11.5%;
    }
    .news-single__archive-link-wrap {
        padding: 0 0 10rem;
    }
    /* :::::::::: news-single-contents end :::::::::: */
}
/* :::::::::::::::::::: news-single end :::::::::::::::::::: */
/* :::::::::::::::::::: pickup :::::::::::::::::::: */
.pickup-fv {
    padding-top: 23rem;
    background-color: #000;
}
.pickup-conts-bgi {
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/page/pickup/bgi-pickup.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
}
/* ::::: pagination ::::: */
.pagination {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7rem;
    padding-top: 4.8rem;
}
main.news .pagination {
    padding: 2.5rem 0;
}
.page-numbers {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #222;
    opacity: .3;
    transition: opacity .3s;
}
a.page-numbers:hover {
    opacity: 1;
}
.page-numbers.current {
    opacity: 1;
}
.page-numbers.next,
.page-numbers.prev {
    position: absolute;
    top: 48px;
    text-indent: -9999px; /* テキストを視覚的に非表示にする */
    color: transparent;
    opacity: 1;
}
main.news .page-numbers.next,
main.news .page-numbers.prev {
    top: 23px;
}
.page-numbers.next {
    right: 0;
}
.page-numbers.prev {
    left: 0;
}
main.news .page-numbers.next {
    right: 2%;
}
main.news .page-numbers.prev {
    left: 2%;
}
.page-numbers.next:hover,
.page-numbers.prev:hover {
    text-indent: -9999px; /* テキストを視覚的に非表示にする */
    color: transparent;
    opacity: .3;
}
.page-numbers.next::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 19px;
    background-image: url('/assets/img/common/icon-right-arrow-black.png');
    background-size: 15px 19px;
    background-repeat: no-repeat;
}
.page-numbers.prev::after {
    content: '';
    transform: scale(-1, 1);
    display: inline-block;
    width: 15px;
    height: 19px;
    background-image: url('/assets/img/common/icon-right-arrow-black.png');
    background-size: 15px 19px;
    background-repeat: no-repeat;
}
/* ::::: pagination end ::::: */
/* -------------------- pickup responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
    .pickup-fv {
        padding-top: 10rem;
    }
    .pickup-conts-bgi {
        /* background-image: url('/assets/img/page/pickup/bgi-pickup-sp.jpg'); */
    }
    /* ::::: pagination ::::: */
    .pagination {
        gap: 3rem;
    }
    main.news .pagination {
        padding: 2.5rem 0;
    }
    .page-numbers {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 2.1rem;
    }
    main.news .page-numbers.next, main.news .page-numbers.prev {
        top: 25px;
    }
    /* ::::: pagination end ::::: */
}
/* :::::::::::::::::::: pickup end :::::::::::::::::::: */
/* :::::::::::::::::::: pickup-single :::::::::::::::::::: */
.pickup-single {
    overflow-x: hidden;
    display: flex;
    align-items: start;
    gap: 7%;
    padding: 24rem 7% 17rem 0;
}
.pickup-single__img {
    position: relative;
    width: 42%;
}
.pickup-single__img > .img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.pickup-single__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 110%;
    height: 110%;
    background-image: url('/assets/img/page/pickup/rainbow-shadow-signle.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.pickup-single__body {
    flex-grow: 1;
    width: 44%;
}
.pickup-single__title-area {
    position: relative;
    margin-top: -1.4rem;
    padding-bottom: 3rem;
}
.pickup-single__title-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, #fd4494, #d632ed, #4e1ccf, #02d0fd, #04d04f, #fdfc32, #fd902f, #fd4c28);
    background-size: 100% 2px;
    -webkit-animation: AnimationName 1s ease infinite;
    -moz-animation: AnimationName 1s ease infinite;
    animation: AnimationName 1s ease infinite;
}
.pickup-single__title {
    font-size: 3rem;
    line-height: 1.73;
}
.pickup-single__conts {}
/* ----- responsive (1000) ----- */
@media screen and (max-width: 1000px) {
    .pickup-single {
        display: block;
        padding: 10rem 0 10.8rem;
    }
    .pickup-single__img {
        width: 100%;
        max-width: 65rem;
        margin: 0 auto;
    }
    .pickup-single__img::after {
        top: -8%;
        left: -7%;
        width: 116%;
        height: 116%;
    }
    .pickup-single__body {
        width: 66%;
        margin: 0 auto;
    }
    .pickup-single__title-area {
        padding: 5.5rem 0 2.5rem;
        margin-top: 0;
    }
    .pickup-single__title {
        font-size: 2.4rem;
        line-height: 1.5;
    }
}
/* :::::::::::::::::::: pickup-single end :::::::::::::::::::: */
/* :::::::::::::::::::: error404 :::::::::::::::::::: */
.error404 {
    padding-bottom: 14rem;
}
.error404__link-wrap {
    margin-top: 7rem;
}
/* :::::::::::::::::::: error404 end :::::::::::::::::::: */