@charset "UTF-8";
@import url("https://use.typekit.net/rwi6buo.css");
.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
}


/*------------------------------------------------------------------------------
reset PC
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
    font-size: 16px;
    font-weight: 400;
}

html {
    color: #464646;
    font-size: 16px;
    line-height: 1.6;
}

body {
    margin: 0;
    position: relative;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: 0;
    margin: 0;
    max-width: 100%;
    vertical-align: top;
}

p {
    margin: 0;
    overflow-wrap: break-word;
    padding: 0;
    word-wrap: break-word;
}

a {
/*
    color: #000;
*/
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
/*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
*/
    border: none;
    border-radius: 0;
    margin: 0;
    outline: none;
    padding: 0;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: vertical;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

button {
    border: none;
    cursor: pointer;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

main {
    display: block;
    background-position: bottom;
    background: none;
    background-repeat: no-repeat;
}

.inner-block {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1024px;
    padding: 0 24px;
    position: relative;
}

.inner-block-small {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 800px;
    padding: 0 24px;
    position: relative;
}

@media (max-width: 768px) {
    .inner-block-small {
        padding: 0 20px;
    }
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

small {
    font-size: initial;
}

.c-svg {
    display: inline-block;
    fill: currentColor;
    vertical-align: top;
}

.u-br-sp {
    display: none;
}

@media (max-width: 768px) {
    .u-br-sp {
        display: block;
    }
}

.u-br-pc {
    display: block;
}

@media (max-width: 768px) {
    .u-br-pc {
        display: none;
    }
}

/* --------------------------------
l-wrapper
----------------------------------- */

.l-wrapper {
    position: relative;
    width: 100%;
}


/* --------------------------------
l-footer
----------------------------------- */

.l-footer {
    padding: 120px 0;
    display: none;
}

@media (max-width: 768px) {
    .l-footer {
        padding: 80px 0;
    }
}

.l-footer__wrap {
    text-align: center;
}

@media (max-width: 768px) {
    .l-footer__wrap {
        max-width: 414px;
        margin: 0 auto;
    }
}

.l-footer__sns {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin: 64px auto 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
    .l-footer__sns {
        flex-direction: column;
        max-width: max-content;
        font-size: 12px;
        gap: 12px;
    }
}

.l-footer__sns li a {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 768px) {
    .l-footer__sns li a img {
        width: 36px;
        height: auto;
    }
}

.l-footer__logo img {
    width: 100px;
}

.l-footer__block__title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

@media (max-width: 768px) {
    .l-footer__block__title {
        font-size: 16px;
    }
}

.l-footer__block__content {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .l-footer__block__content {
        font-size: 12px;
    }
}

.l-footer__block iframe {
    margin-top: 16px;
    max-width: 100%;
}

@media (max-width: 768px) {
    .l-footer__block iframe {
        height: 124px;
    }
}

.l-footer__block address {
    margin-top: 16px;
    font-style: normal;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .l-footer__block address {
        font-size: 12px;
        line-height: 24px;
    }
}

.l-footer__nav__title {
    color: #464646;
    margin-bottom: 24px;
    font-size: 20px;
}

@media (max-width: 768px) {
    .l-footer__nav__title {
        text-align: left;
    }
}

.l-footer__nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 72px;
}

@media (max-width: 768px) {
    .l-footer__nav__list {
        gap: 24px;
    }
}

.l-footer__nav__list a {
    color: #464646;
}

.l-footer small {
    color: #464646;
    font-size: 12px;
    margin-top: 80px;
    letter-spacing: 3px;
    display: block;
}

@media (max-width: 768px) {
    .l-footer small {
        margin-top: 20px;
    }
}


/* --------------------------------
c-opening
----------------------------------- */

.c-opening__wrap {
    position: fixed;
    position: absolute;
    z-index: 10003;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
}

.c-opening__bg01,
.c-opening__bg02 {
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.c-opening__bg01 {
    z-index: 10002;
}

.c-opening__bg01 {
    z-index: 10001;
}

.c-opening__bg01 img,
.c-opening__bg02 img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.c-opening__logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10003;
}

.c-opening__logo img {
    margin-bottom: 160px;
}

@media (max-width: 768px) {
    .c-opening__logo img {
        width: 48px;
        height: auto;
        margin-bottom: 10rem;
    }
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.p-home {
    position: relative;
    z-index: 1000;
}

.p-home__bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgb(255, 202, 223);
    background: linear-gradient(20deg, rgba(150, 170, 225, 0.4) 0%, rgba(150, 170, 225, 0.43) 35%, rgba(150, 170, 225, 0.45) 53%, rgba(194, 172, 175, 0.4) 77%, rgba(194, 172, 175, 0.6) 100%);
    overflow: hidden;
    z-index: -1;
}

.p-home__bg span {
    width: 50vmin;
    height: 50vmin;
    border-radius: 50vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 45s;
    /* 秒に変更 */
    animation-timing-function: ease-in-out;
    /* 滑らかさを追加 */
    animation-iteration-count: infinite;
    color: #ffffff;
}

.p-home__bg span:nth-child(0) {
    top: 97%;
    left: 40%;
    animation-duration: 16s;
    animation-delay: -24s;
    transform-origin: -11vw -8vh;
    box-shadow: 100vmin 0 13.139676414597819vmin currentColor;
}

.p-home__bg span:nth-child(1) {
    top: 55%;
    left: 26%;
    animation-duration: 45s;
    animation-delay: -35s;
    transform-origin: 3vw 2vh;
    box-shadow: 100vmin 0 12.545530200201236vmin currentColor;
}

.p-home__bg span:nth-child(2) {
    top: 57%;
    left: 51%;
    animation-duration: 53s;
    animation-delay: -38s;
    transform-origin: 4vw -10vh;
    box-shadow: 100vmin 0 12.670237535006791vmin currentColor;
}

.p-home__bg span:nth-child(3) {
    top: 85%;
    left: 58%;
    animation-duration: 46s;
    animation-delay: -3s;
    transform-origin: -16vw -16vh;
    box-shadow: -100vmin 0 12.643143551688407vmin currentColor;
}

.p-home__bg span:nth-child(4) {
    top: 52%;
    left: 55%;
    animation-duration: 54s;
    animation-delay: -27s;
    transform-origin: 22vw 17vh;
    box-shadow: -100vmin 0 13.394526226164402vmin currentColor;
}

.p-home__bg span:nth-child(5) {
    top: 79%;
    left: 5%;
    animation-duration: 35s;
    animation-delay: -28s;
    transform-origin: -19vw 25vh;
    box-shadow: 100vmin 0 13.393025994863878vmin currentColor;
}

.p-home__bg span:nth-child(6) {
    top: 87%;
    left: 67%;
    animation-duration: 51s;
    animation-delay: -13s;
    transform-origin: -6vw -24vh;
    box-shadow: -100vmin 0 12.6905280859093vmin currentColor;
}

.p-home__bg span:nth-child(7) {
    top: 73%;
    left: 40%;
    animation-duration: 13s;
    animation-delay: -31s;
    transform-origin: 13vw -17vh;
    box-shadow: -100vmin 0 13.323028828159849vmin currentColor;
}

.p-home__bg span:nth-child(8) {
    top: 20%;
    left: 62%;
    animation-duration: 9s;
    animation-delay: -38s;
    transform-origin: 12vw -5vh;
    box-shadow: 100vmin 0 12.94013555975557vmin currentColor;
}

.p-home__bg span:nth-child(9) {
    top: 95%;
    left: 96%;
    animation-duration: 34s;
    animation-delay: -28s;
    transform-origin: -8vw -7vh;
    box-shadow: -100vmin 0 13.467025038719322vmin currentColor;
}

.p-home__bg span:nth-child(10) {
    top: 84%;
    left: 8%;
    animation-duration: 54s;
    animation-delay: -33s;
    transform-origin: -7vw 21vh;
    box-shadow: -100vmin 0 12.58089693245096vmin currentColor;
}

.p-home__bg span:nth-child(11) {
    top: 52%;
    left: 85%;
    animation-duration: 32s;
    animation-delay: -10s;
    transform-origin: 5vw -24vh;
    box-shadow: -100vmin 0 12.702104883542018vmin currentColor;
}

.p-home__bg span:nth-child(12) {
    top: 73%;
    left: 42%;
    animation-duration: 33s;
    animation-delay: -35s;
    transform-origin: 15vw 18vh;
    box-shadow: -100vmin 0 12.867621693995625vmin currentColor;
}

.p-home__bg span:nth-child(13) {
    top: 85%;
    left: 69%;
    animation-duration: 27s;
    animation-delay: -8s;
    transform-origin: 4vw 18vh;
    box-shadow: -100vmin 0 13.252009573290428vmin currentColor;
}

.p-home__bg span:nth-child(14) {
    top: 65%;
    left: 53%;
    animation-duration: 34s;
    animation-delay: -11s;
    transform-origin: 21vw -6vh;
    box-shadow: 100vmin 0 12.548840226975392vmin currentColor;
}

.p-home__bg span:nth-child(15) {
    top: 17%;
    left: 14%;
    animation-duration: 48s;
    animation-delay: -10s;
    transform-origin: 16vw 21vh;
    box-shadow: 100vmin 0 13.123287159628372vmin currentColor;
}

.p-home__bg span:nth-child(16) {
    top: 61%;
    left: 39%;
    animation-duration: 29s;
    animation-delay: -45s;
    transform-origin: 9vw -7vh;
    box-shadow: 100vmin 0 12.69820067477804vmin currentColor;
}

.p-home__bg span:nth-child(17) {
    top: 58%;
    left: 22%;
    animation-duration: 41s;
    animation-delay: -49s;
    transform-origin: 6vw 15vh;
    box-shadow: 100vmin 0 13.309380482992427vmin currentColor;
}

.p-home__bg span:nth-child(18) {
    top: 15%;
    left: 57%;
    animation-duration: 37s;
    animation-delay: -17s;
    transform-origin: 8vw -22vh;
    box-shadow: 100vmin 0 12.827836868877162vmin currentColor;
}

.p-home__bg span:nth-child(19) {
    top: 5%;
    left: 9%;
    animation-duration: 26s;
    animation-delay: -6s;
    transform-origin: 20vw -5vh;
    box-shadow: 100vmin 0 13.06922365201179vmin currentColor;
}

.p-home__bg span:nth-child(20) {
    top: 86%;
    left: 72%;
    animation-duration: 30s;
    animation-delay: -32s;
    transform-origin: 17vw 18vh;
    box-shadow: -100vmin 0 12.57198025084183vmin currentColor;
}

.p-home__bg span:nth-child(21) {
    top: 65%;
    left: 72%;
    animation-duration: 13s;
    animation-delay: -14s;
    transform-origin: -5vw 13vh;
    box-shadow: -100vmin 0 13.193925627293096vmin currentColor;
}

.p-home__bg span:nth-child(22) {
    top: 85%;
    left: 30%;
    animation-duration: 18s;
    animation-delay: -5s;
    transform-origin: 4vw 16vh;
    box-shadow: 100vmin 0 13.422251186825491vmin currentColor;
}

.p-home__bg span:nth-child(23) {
    top: 73%;
    left: 7%;
    animation-duration: 26s;
    animation-delay: -35s;
    transform-origin: 15vw -5vh;
    box-shadow: -100vmin 0 13.10612287642703vmin currentColor;
}

.p-home__bg span:nth-child(24) {
    top: 16%;
    left: 46%;
    animation-duration: 18s;
    animation-delay: -44s;
    transform-origin: -22vw -21vh;
    box-shadow: 100vmin 0 12.509878172834608vmin currentColor;
}

.p-home__bg span:nth-child(25) {
    top: 62%;
    left: 18%;
    animation-duration: 15s;
    animation-delay: -7s;
    transform-origin: -18vw 6vh;
    box-shadow: 100vmin 0 13.16660679292127vmin currentColor;
}

.p-home__bg span:nth-child(26) {
    top: 2%;
    left: 84%;
    animation-duration: 15s;
    animation-delay: -23s;
    transform-origin: -4vw 3vh;
    box-shadow: -100vmin 0 13.429064756608865vmin currentColor;
}

.p-home__bg span:nth-child(27) {
    top: 87%;
    left: 50%;
    animation-duration: 51s;
    animation-delay: -41s;
    transform-origin: 12vw 8vh;
    box-shadow: 100vmin 0 13.038740106800642vmin currentColor;
}

.p-home__bg span:nth-child(28) {
    top: 26%;
    left: 72%;
    animation-duration: 55s;
    animation-delay: -43s;
    transform-origin: 9vw 13vh;
    box-shadow: -100vmin 0 12.581668496931812vmin currentColor;
}

.p-home__bg span:nth-child(29) {
    top: 26%;
    left: 6%;
    animation-duration: 47s;
    animation-delay: -27s;
    transform-origin: 5vw 24vh;
    box-shadow: 100vmin 0 12.66456428692982vmin currentColor;
}

.p-home__bg span:nth-child(30) {
    top: 10%;
    left: 24%;
    animation-duration: 38s;
    animation-delay: -3s;
    transform-origin: 11vw 14vh;
    box-shadow: -100vmin 0 13.262978756649957vmin currentColor;
}

.p-home__bg span:nth-child(31) {
    top: 66%;
    left: 74%;
    animation-duration: 18s;
    animation-delay: -26s;
    transform-origin: 17vw -4vh;
    box-shadow: 100vmin 0 12.699783507301982vmin currentColor;
}


/* top page css */

@media (max-width: 768px) {
    h2 {
        max-width: max-content;
        margin: 0 auto;
        text-align: center;
    }
}

h2 {
    text-align: center;
    margin: 0 auto;
    width: max-content;
}

h2 p span {
    font-size: 54px;
    letter-spacing: 0.4px;
    font-weight: normal;
    font-family: "futura-pt", "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    /* 英語フォント */
}

h2 span {
    font-size: 16px;
    letter-spacing: .4px;
}

@media (max-width: 768px) {
    h2 p span {
        font-size: 40px;
        letter-spacing: -1.8px;
    }
}

@media (max-width: 768px) {
    h2 span {
        font-size: 12px;
    }
}

.p-home__about {
    margin-top: -200px;
    position: relative;
    /* overflow-x: hidden; */
}

.p-home__about .about-object {
    position: absolute;
    left: 35%;
    transform: translateX(-50%);
    top: 160px;
    transform: translateY(200px);
    z-index: 1;
}

.p-home__about .about-object2 {
    position: absolute;
    top: -200px;
    right: 40px;
    transform: translateY(0);
    z-index: 2;
}

.p-home__about .about-object3 {
    position: absolute;
    top: -80px;
    left: 80px;
    transform: translateY(0);
    z-index: 3;
}

@media (max-width: 768px) {
    .p-home__about__inner {
        max-width: 414px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
}

.p-home__about h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 48px 0 32px;
}

@media (max-width: 768px) {
    .p-home__about h1 {
        font-size: 20px;
    }
}

.p-home__about__lead {
    max-width: max-content;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.p-home__about__text {
    margin: 0 0 32px;
}

@media (max-width: 768px) {
    .p-home__about__text {
        font-size: 12px;
    }
}

.p-home__about__button {
    text-align: right;
}

.p-home__news {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .p-home__news {
        padding: 160px 0 80px;
    }
}

.p-home__news h2 {
    text-align: center;
    margin: 0 auto;
    width: max-content;
}

.p-home__news time {
    font-size: 12px;
}

.p-home__news h3 {
    font-size: 14px;
    padding-top: 4px;
    font-weight: bold;
}

.p-home__news__list {
    padding: 40px 0 0;
}

@media (max-width: 768px) {
    .p-home__news__list {
        max-width: 414px;
        margin: 0 auto;
    }
}

.p-home__news__list li {
    border-top: 1px solid #D9D9D9;
    padding: 16px 0 16px;
}

.p-home__news__list p {
    font-size: 14px;
    padding-top: 4px;
}

.p-home__news__list a {
    color: #004DFF;
    text-decoration: underline;
}

.p-home__news__list a:hover {
    text-decoration: none;
}

.p-home__realTheBusiness {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .p-home__realTheBusiness p {
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    .p-home__realTheBusiness {
        padding: 80px 0;
    }
}

.p-home__realTheBusiness h2 {
    text-align: center;
    margin: 0 auto;
    width: max-content;
}

.p-home__realTheBusiness__list {
    display: flex;
    margin: 40px 0;
    justify-content: center;
}

.p-home__realTheBusiness__button {
    text-align: center;
}

@media (max-width: 768px) {
    .p-home__realTheBusiness__button {
        text-align: right;
    }
}

.p-home__realTheBusiness__list li {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.p-home__realTheBusiness__list li:nth-child(even) {
    transform: translateY(50px);
}

.p-home__realTheBusiness__list li.in-view {
    transform: translateY(0);
    opacity: 1;
}

.p-home__bikatsuLab {
    padding: 120px 0;
    position: relative;
}

.p-home__bikatsuLab ul li span {
    display: block;
}

@media (max-width: 768px) {
    .p-home__bikatsuLab {
        padding: 80px 0;
    }
}

.p-home__bikatsuLab__content {
    display: flex;
    justify-content: center;
    gap: 64px;
    margin-top: 40px;
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .p-home__bikatsuLab__content {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .p-home__bikatsuLab__content img {
        width: 200px;
        height: auto;
        margin: 0 auto;
    }
}

.p-home__bikatsuLab__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 384px;
}

@media (max-width: 768px) {
    .p-home__bikatsuLab__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        margin: 0 auto;
        max-width: inherit;
    }
}

@media (max-width: 768px) {
    .p-home__bikatsuLab__list li {
        width: calc((100% / 2) - 8px);
    }
}

.p-home__bikatsuLab__list h3 {
    font-size: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #464646;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-home__bikatsuLab__list h3.ja {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .p-home__bikatsuLab__list h3 {
        padding-bottom: 8px;
        font-size: 16px;
    }
}

.p-home__bikatsuLab__list h3 span {
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .p-home__bikatsuLab__list h3 span {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .p-home__bikatsuLab .rss {
        max-width: 414px;
        margin: 0 auto;
    }
}

.p-home__bikatsuLab .rss p {
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
}

.p-home__bikatsuLab .rss time {
    font-size: 12px;
    line-height: 16px;
}

.p-home__bikatsuLab .rss p img {
    margin-right: 8px;
}

.rss .info__list__wrap {
    margin-top: 16px;
}

.rss .info__list__wrap li {
    padding: 16px;
    border-bottom: 1px solid #E0E0E0;
}

.rss .info__list__wrap li:hover {
    text-decoration: underline;
}

.rss .info__list__wrap li:first-of-type {
    border-top: 1px solid #E0E0E0;
}

.rss .info__title h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 4px;
    font-weight: bold;
}

.rss .info__title p {
    font-size: 14px;
    line-height: 21px;
}

.p-home__bikatsuLab h2 {
    text-align: center;
    margin: 0 auto;
    width: max-content;
}

.p-home__bikatsuLab__button {
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .p-home__bikatsuLab__button {
        text-align: right;
    }
}

.p-home__bikatsuLab .about-object {
    position: absolute;
    right: 15%;
    transform: translateX(-50%);
    bottom: 0;
    transform: translateY(200px);
    z-index: 0;
}

.p-home__bikatsuLab .about-object2 {
    position: absolute;
    top: -200px;
    left: 40px;
    transform: translateY(0);
    z-index: 0;
}

.p-home__bikatsuLab .about-object3 {
    position: absolute;
    top: 0;
    right: -40px;
    transform: translateY(0);
    z-index: 0;
}

.p-home__metaIdeaRI {
    padding: 120px 0;
}

.p-home__metaIdeaRI__content {
    font-size: 20px;
    text-align: center;
    /* margin-bottom: 32px; */
}

.p-home__metaIdeaRI h2 {
    text-align: center;
    margin: 0 auto 40px;
    width: max-content;
}

.p-home__metaIdeaRI__button {
    text-align: right;
}

@media (max-width: 768px) {
    .p-home__metaIdeaRI p {
        line-height: 32px;
    }
}

.p-home__contact {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .p-home__contact {
        padding: 80px 0;
    }
}

.p-home__contact__form {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .p-home__contact__form {
        flex-direction: column;
        max-width: 414px;
        margin: 40px auto 0;
        gap: 24px;
    }
}

.p-home__contact__form__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.p-home__contact__form label {
    font-weight: bold;
}

@media (max-width: 768px) {
    .p-home__contact__form label {
        font-size: 14px;
    }
}

.p-home__contact__form input {
    border: 1px solid #BCBCBC;
    padding: 14px 16px;
    background: #fff;
    font-size: 14px;
}

@media (max-width: 768px) {
    .p-home__contact__form input {
        padding: 12px;
    }
}

.p-home__contact__form span {
    padding: 2px 8px;
    background: #D60000;
    color: #fff;
    display: inline;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 8px;
}

.p-home__contact__form textarea {
    border: 1px solid #BCBCBC;
    padding: 14px 16px;
    background: #fff;
    font-size: 14px;
}

@media (max-width: 768px) {
    .p-home__contact__form textarea {
        padding: 12px;
    }
}

.p-home__contact__button a {
    border: 1px solid #464646;
    max-width: 320px;
    width: 100%;
    padding: 12px 0;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    .p-home__contact__button a {
        font-size: 14px;
        max-width: 414px;
    }
}

.p-home__contact__button a:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.p-home__recruit {
    padding: 120px 0;
    position: relative;
}

@media (max-width: 768px) {
    .p-home__recruit {
        padding: 80px 0;
    }
}

.p-home__recruit h2 {
    text-align: center;
    margin: 0 auto 40px;
    width: max-content;
}

.p-home__recruit__list__wrap {
    margin: 0 auto 40px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
}

.p-home__recruit__list {
    display: flex;
    width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 24px;
}

@media (max-width: 768px) {
    .p-home__recruit__list {
        width: 100%;
        padding: 0 20px;
    }
}

.p-home__recruit__list::-webkit-scrollbar {
    display: none;
}

.p-home__recruit__list li {
    width: calc((100% / 3) - 24px);
}

@media (max-width: 768px) {
    .p-home__recruit__list li {
        width: calc((100% / 2) - 12px);
    }
}

.p-home__recruit__list li a {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .p-home__recruit__list li a {
        width: 100%;
        height: auto;
    }
}

.p-home__recruit__list li a p {
    font-size: 20px;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .p-home__recruit__list li a p {
        font-size: 14px;
        margin-top: 8px;
    }
}

.p-home__recruit__button {
    text-align: right;
}

.p-home__recruit .about-object {
    position: absolute;
    left: 15%;
    transform: translateX(-50%);
    bottom: 0;
    transform: translateY(200px);
    z-index: 0;
}

.p-home__recruit .about-object2 {
    position: absolute;
    top: -200px;
    right: 40px;
    transform: translateY(0);
    z-index: 2;
}

.p-home__recruit .about-object3 {
    position: absolute;
    top: 0;
    left: -40px;
    transform: translateY(0);
    z-index: 0;
}


/* --------------------------------
c-nav
----------------------------------- */

.c-nav {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.c-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.c-nav__list__item:last-of-type a {
    background-color: #fff;
    border-radius: 24px;
    color: #8bcd9d;
    padding: 12px 24px;
}

.c-nav__list__item a {
    color: #fff;
    cursor: pointer;
}

.c-navHum {
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 32px;
    width: 26px;
    z-index: 101;
}

.c-navHum__borderWrap {
    position: relative;
}

.c-navHum__list {
    background: #fff;
    display: none;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-navHum__list a {
    color: #464646;
    font-size: 20px;
}

.c-navHum span {
    background: #464646;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    width: 100%;
}

.c-navHum span:nth-child(1) {
    top: 0;
}

.c-navHum span:nth-child(2) {
    top: 8px;
}

.c-navHum span:nth-child(3) {
    top: 16px;
}

.is-open .c-navHum span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.is-open .c-navHum span:nth-child(2) {
    left: 50%;
    width: 0;
}

.is-open .c-navHum span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
}


/* #global-nav スライドアニメーション */

.is-open .c-nav {
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
}

.is-open .c-navHum__list {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    width: 100%;
}

.is-fixed .c-navHum span {
    background-color: #3b4043;
}


/* --------------------------------
c-button
----------------------------------- */

.c-contactButton {
    display: none;
}


/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */

@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.p-home__bgPattern {
    background: url(../img/common/img-bg-cellophane.png) no-repeat;
    background-size: cover;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.scroll_down {
    display: none;
    position: absolute;
    right: 0px;
    width: 100%;
    height: 180px;
}

.scroll_down:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}

.scroll_down a {
    display: inline-block;
    position: absolute;
    right: 32px;
    bottom: 0;
    z-index: 2;
    width: 13px;
    padding: 10px 10px 110px;
    color: #464646;
    font-size: 12px;
    font-family: "futura-pt", "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    line-height: 0;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: .2s;
    margin: auto;
}

.scroll_down a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #ddd;
}

.scroll_down a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #000;
}

#type01 a:after {
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.p-home__mainVisual {
    position: sticky;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.p-home__mainVisual__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    height: 100dvh;
}

.p-home__mainVisual__logo img {
    /* display: none; */
    width: 72px;
    height: auto;
    margin-bottom: 160px;
}

@media (max-width: 768px) {
    .p-home__mainVisual__logo img {
        width: 48px;
        height: auto;
        margin-bottom: 10rem;
    }
}

.p-home__contents {
    display: none;
}

.p-home__contact__block h5 {
    color: #3b4043;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.p-home__contact__block .item-title {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    gap: 24px;
    -webkit-justify-content: center;
    justify-content: center;
}

.p-home__contact__block .item-title p {
    color: #15509e;
    font-size: 48px;
    font-weight: bold;
}

.p-home__contact__block .item-text span {
    display: block;
    font-size: 12px;
}

.p-home__contact__blockDouble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}

.p-home__banner {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .p-home__banner {
        padding: 80px 0;
    }
}

.p-home__banner__inner {
    display: flex;
    gap: 24px;
    max-width: 800px;
}

@media (max-width: 768px) {
    .p-home__banner__inner {
        flex-direction: column;
        max-width: 284px;
        margin: 0 auto;
    }
}

.p-home__banner__inner a {
    width: calc((100% / 3) - 16px);
}

@media (max-width: 768px) {
    .p-home__banner__inner a {
        width: 100%;
    }
}

.p-home .bgextend {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: bgextendAnimeBase;
    animation-name: bgextendAnimeBase;
    opacity: 0;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    position: relative;
}

@-webkit-keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.p-home .bgappear {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: bgextendAnimeSecond;
    animation-name: bgextendAnimeSecond;
    opacity: 0;
    padding: 0 24px;
}

@-webkit-keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.p-home .bgLRextend::before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: bgLRextendAnime;
    animation-name: bgLRextendAnime;
    background: linear-gradient(340deg, rgb(111, 209, 154) 20%, rgb(43, 172, 201) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

@-webkit-keyframes bgLRextendAnime {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    50.001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

@keyframes bgLRextendAnime {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    50.001% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

.fadeUp {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeUpTrigger {
    opacity: 0;
}


/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 769px) {
    a:hover {
        opacity: 0.8;
    }
    .inner-block,
    .inner-block-small {
        margin: 0 auto;
    }
    .sp {
        display: none !important;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
    a,
    a::before,
    a::after,
    button {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}

@media only screen and (max-width: 768px) {
    #wrapper {
        min-width: 320px;
        overflow: hidden;
        position: relative;
    }
    input[type=submit] {
        -webkit-text-size-adjust: 100%;
    }
    input,
    select,
    textarea {
        font-size: 16px !important;
    }
    .pc {
        display: none !important;
    }
    /* .l-header__inner {
        padding: 24px 20px 0;
    }
    .l-header__logo p {
        display: none;
    }
    .l-header.is-fixed {
        background-color: #fff;
        padding: 0;
    } */
    .l-wrapper {
        min-width: initial;
    }
    .c-button.-small {
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    .c-title {
        font-size: 30px;
        padding: 8px 12px;
    }
    .c-pagetop {
        display: none !important;
    }
    .c-nav {
        display: none;
    }
    .c-navHum {
        display: block;
    }
    .c-contactButton {
        background-color: #fff;
        bottom: 0;
        display: block;
        left: 0;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        z-index: 10;
    }
    .c-contactButton button {
        width: 100%;
    }
    .c-contactButton button a {
        background: #fff;
        color: #f0ff49;
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin: 0 16px;
        padding: 8px 0;
        position: relative;
    }
    .p-home__mainVisual__imgBg .img-mainVisual {
        display: none;
    }
    .p-home__mainVisual__imgBg .img-mainVisual-tablet {
        display: block;
    }
    .p-home__mainVisual__imgBg .img-mainVisual-sp {
        display: none;
    }
    .p-home__mainVisual__textArea {
        bottom: 80px;
    }
    .p-home__mainVisual__subText {
        font-size: 36px;
        margin-bottom: 16px;
    }
    .p-home__mainVisual__subText p {
        margin: 4px 16px;
    }
    .p-home__mainVisual__lead {
        font-size: 14px;
        margin: 0 16px;
        width: 100%;
    }
    .p-home__tagList {
        display: none;
    }
    .p-home__scrollCircle {
        display: none;
    }
    .p-home__package {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 80px 20px;
        width: 100%;
    }
    .p-home__package::after {
        display: none;
    }
    .p-home__package__text {
        margin-bottom: 24px;
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
    }
    .p-home__package__text p {
        font-size: 30px;
    }
    .p-home__package__list {
        width: 100%;
    }
    .p-home__package__item {
        width: 100%;
    }
    .p-home__package__item img {
        border-radius: 40px;
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
    .p-home__package__item .item-content {
        padding: 0 24px;
    }
    .p-home__package__item .item-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .p-home__info {
        padding-top: 80px;
    }
    .p-home__info::before {
        display: none;
    }
    .p-home__info::after {
        display: none;
    }
    .p-home__info__bg {
        height: 564px;
        margin-left: 20px;
        width: 100%;
    }
    .p-home__info__bg::before {
        font-size: 66px;
        left: 0;
        top: -30px;
    }
    .p-home__info__content {
        margin-left: -20px;
        margin-right: 40px;
    }
    .p-home__info__content__wrap {
        margin-left: 0;
        padding: 40px 20px;
        width: 100%;
    }
    .p-home__info__list {
        margin-top: 32px;
    }
    .p-home__info__list li {
        margin-bottom: 20px;
    }
    .p-home__info__list li time {
        padding: 2px 8px;
    }
    .p-home__info__list li p {
        margin-left: 12px;
    }
    .p-home__team__inner {
        padding: 80px 20px;
        width: 100%;
    }
    .p-home__team__lead {
        font-size: 16px;
    }
    .p-home__team__block {
        max-width: 360px;
        width: 100%;
    }
    .p-home__team__block .img-area {
        height: 225px;
    }
    .p-home__team__block .img-area img {
        bottom: -24px;
        height: auto;
        right: -20px;
        width: 240px;
    }
    .p-home__team__block .img-area .item-title p:last-of-type {
        font-size: 16px;
        line-height: 24px;
    }
    .p-home__team__block .text-area {
        padding: 32px 24px;
    }
    .p-home__team__block:first-of-type {
        margin-top: 104px;
    }
    .p-home__team__block2 {
        background-image: url(../img/home/img-team-blockbg2-sp.png);
        background-size: contain;
        max-width: 360px;
        width: 100%;
    }
    .p-home__team__block2 .img-area {
        height: 225px;
    }
    .p-home__team__block2 .img-area img {
        height: auto;
        right: -24px;
        top: -50px;
        width: 128px;
    }
    .p-home__team__block2 .img-area .item-title p:last-of-type {
        font-size: 16px;
        line-height: 24px;
    }
    .p-home__team__block2 .text-area {
        padding: 32px 24px;
    }
    .p-home__team__blockDouble {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 62px;
    }
}


/* animation mainvisual logo */


/*　キラッ　*/

.shine span.mask {
    position: relative;
    /*キラッの基点となる位置を定義*/
    display: block;
    line-height: 0;
    /*行の高さを0にする*/
    overflow: hidden;
    /*拡大してはみ出る要素を隠す*/
    border-radius: 50%;
}

.shine span.mask::before {
    position: absolute;
    content: "";
    width: 50%;
    /*キラッの横幅*/
    height: 100%;
    /*キラッの縦幅*/
    top: 0;
    /* .shine span.maskのトップ0を基点 */
    left: -75%;
    /*画面の見えていない左から右へ移動するスタート地点*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    /*背景白透過を斜めに*/
    animation: shine 1.5s infinite;
    /* アニメーションを無限ループ */
}

@keyframes shine {
    0% {
        left: -75%;
        /* 初期位置 */
    }
    100% {
        left: 125%;
        /* 終了位置 */
    }
}


/* テキストアニメーション */

.fade-in-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease-in-out forwards;
}

.fade-in {
    opacity: 0;
    animation: fadeIn 0.3s ease-out forwards;
}


/* fade-in アニメーション */

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
        /* 初期状態で少し下に配置 */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        /* アニメーション後、元の位置に戻す */
    }
}

.parallax {
    position: relative;
    will-change: transform;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.parallax.visible {
    opacity: 1;
    transform: translateY(0);
}


/* 視差効果の動き */

.parallax-object {
    position: relative;
    transition: transform 0.3s ease-out;
    /* 視差効果が強くない場合、移動が滑らかになるように遷移時間を調整 */
}

.parallax-object2 {
    position: relative;
    transition: transform 0.5s ease-out;
    /* 少し長めにして、移動を滑らかに */
}

.parallax-object3 {
    position: relative;
    transition: transform 0.8s ease-out;
    /* 視差効果が強い場合、さらに長くしてスムーズな動きに */
}

.parallax-object.active {
    transform: translateY(-800px);
    /* 初期位置 */
}

.parallax-object2.active {
    transform: translateY(-200px);
    /* 初期位置 */
}

.parallax-object3.active {
    transform: translateY(-150px);
    /* 初期位置 */
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-lines span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-lines.show span {
    opacity: 1;
    transform: translateY(0);
}

.span-padding {
    margin-right: 16px;
}

@media only screen and (max-width: 768px) {
    .span-padding.-spNone {
        margin-right: 0;
    }
}


/* fade-in-news */


/* 初期状態（非表示 & 下にずらす） */

.fade-in-news {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}


/* スクロールで発火（表示） */

.fade-in-news.active {
    opacity: 1;
    transform: translateY(0);
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box {
    opacity: 0;
}


/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    /* 速度を遅く */
    animation-timing-function: ease-in;
    /* なめらかに */
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
        /* 動きを小さく */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ぼかしから出現 */

.blur {
    filter: blur(10px);
    transform: translateY(20px);
    opacity: 0;
    transition: filter 1s ease, transform 1s ease, opacity 1s ease;
}

.blur.active {
    filter: blur(0);
    transform: translateY(0);
    opacity: 1;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
    }
    to {
        filter: blur(0);
        transform: scale(1);
    }
}


/* fade-in-show */


/* 画像とリストの初期状態 */

.fade-in-show {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
    /* 80%のサイズ & ちょっと下から */
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}


/* スクロールで発火したら表示 */

.fade-in-show.active {
    opacity: 1;
    transform: scale(1) translateY(0);
}


/* フォーム箇所の表示 */


/* 初期状態（非表示 & 下にずらす） */

.fade-in-form {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}


/* スクロールで発火（表示） */

.fade-in-form.active {
    opacity: 1;
    transform: translateY(0);
}


/* fade-in-animated-text */

.fade-in-animated-text span {
    opacity: 0;
    transform: translateY(20px);
    /* ちょっとだけ動かす */
    display: inline-block;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    /* 時間を短縮 */
}


/* スクロールで発火（表示） */

.fade-in-animated-text span.fade-in {
    opacity: 1;
    transform: translateY(0);
}


/* fade-in-text-fade-upタイトル下の小さいテキスト */


/* 初期状態 */

.fade-up {
    opacity: 0;
    transform: translateY(50px);
    /* 少し下からスタート */
    transition: opacity 4s ease, transform 4s ease;
    /* ゆっくりアニメーション */
}


/* スクロールで発火（表示） */

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
    /* 上にスライドしながら表示 */
}

.js-opening__logo.zoom-in {
    animation: zoomAndFade 1s ease-in-out 3s forwards;
    /* ↑ 4秒で実行、6秒後にスタート */
}

@keyframes zoomAndFade {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(10);
    }
}