@charset "UTF-8";
/*------------------------------------------------
functions
------------------------------------------------*/

/* vw ------------ */

/* minpx ------------ */

/* maxpx ------------ */

/* vw clammp ------------ */

/*------------------------------------------------
mixins
------------------------------------------------*/

/*------------------------------------------------
font
------------------------------------------------*/

/*---------------------------------------------
color
---------------------------------------------*/

/*---------------------------------------------
ease
---------------------------------------------*/

/*------------------------------------------------
media
------------------------------------------------*/

/* ▼▼ この下にスタイル ▼▼ ------------ */

/*------------------------------------------------
TOPページ 共通パーツ
------------------------------------------------*/

.lcl-ttl-01 {
    color: #ffffff;
    font-size: 8.6rem;
    font-size: max(8.6rem, 10px);
    line-height: 1;
    text-align: center;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-ttl-01 {
        font-size: 4.8rem;
        font-size: max(4.8rem, 10px);
    }
}

/*------------------------------------------------
Hero
------------------------------------------------*/

.lcl-hero {
    position: relative;
    width: 100%;
    height: 100lvh;
    background: #000;
    /* SP only ------------ */
    /* List ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4.8rem;
    }
}

.lcl-hero .lcl-hero__cnt {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7.8rem;
    width: 100%;
    /* PC only ------------ */
    /* SP only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-hero .lcl-hero__cnt {
        position: absolute;
        bottom: 8%;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero__cnt {
        display: contents;
    }
}

.lcl-hero .lcl-hero-links {
    display: flex;
    gap: 1.4rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-links {
        flex-direction: column;
    }
}

.lcl-hero .lcl-hero-links__btn {
    position: relative;
    isolation: isolate;
    display: block;
    overflow: hidden;
    border-radius: 100vmax;
    border: 0.1rem solid #ffffff;
    padding-block: 1.3rem;
    width: 28rem;
    color: #ffffff;
    font-size: 1.6rem;
    font-size: max(1.6rem, 10px);
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transition: border-color 0.3s ease-out;
    /* SP only ------------ */
    /*---------------- before */
}

@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-links__btn {
        width: 24.2rem;
        font-size: 1.4rem;
        font-size: max(1.4rem, 10px);
    }
}

.lcl-hero .lcl-hero-links__btn::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    scale: 0;
    opacity: 0;
    border-radius: 100%;
    width: 110%;
    aspect-ratio: 1;
    background: #3c799c;
    transition: scale 0.6s, opacity 0.6s;
    transition-timing-function: cubic-bezier(0.62, 0.02, 0.29, 1);
}

@media (hover: hover) {
    .lcl-hero .lcl-hero-links__btn:hover {
        border-color: rgba(0, 0, 0, 0);
    }
    .lcl-hero .lcl-hero-links__btn:hover::before {
        scale: 1;
        opacity: 1;
    }
}

.lcl-hero .lcl-hero__txt {
    width: 100%;
    color: #bbb;
    font-size: 2rem;
    font-size: max(2rem, 10px);
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero__txt {
        width: 70%;
    }
}

.lcl-hero .lcl-hero__video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero__video {
        height: auto;
    }
}

.lcl-hero .lcl-hero-list {
    position: absolute;
    bottom: 2%;
    right: 10%;
    display: flex;
    width: fit-content;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-hero .lcl-hero-list {
        left: 50%;
        transform: translateX(-50%);
    }
}

.lcl-hero .lcl-hero-list__icon {
    padding: 1rem;
    width: 2rem;
    box-sizing: content-box;
}

/*------------------------------------------------
What is seamania
------------------------------------------------*/

.lcl-what {
    position: relative;
    /* Section 01 ------------ */
    /* Section 02 ------------ */
}

.lcl-what .lcl-what__ttl {
    position: absolute;
    left: max(3rem, (100% - 144rem) / 2);
    top: 3rem;
    color: #264c62;
    font-size: 8.6rem;
    font-size: max(8.6rem, 10px);
    line-height: 1;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what__ttl {
        left: 1.5rem;
        font-size: 4.8rem;
        font-size: max(4.8rem, 10px);
    }
}

.lcl-what .lcl-what__ttl span {
    color: #3c799c;
}

.lcl-what .lcl-what-sec__in {
    position: relative;
    margin-inline: auto;
    padding-inline: 1.2rem;
    width: min(120.2rem, 100%);
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec__in {
        padding-inline: 1.5rem;
    }
}

.lcl-what .lcl-what-sec01 {
    padding-block: 23rem 15rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec01 {
        padding-block: 21rem 11rem;
    }
}

.lcl-what .lcl-what-sec01-list {
    display: flex;
    justify-content: space-between;
    counter-reset: index 0;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec01-list {
        flex-wrap: wrap;
        row-gap: 9rem;
        margin-inline: auto;
        width: 28rem;
    }
}

.lcl-what .lcl-what-sec01-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(10%);
    width: 21.3rem;
    color: #ffffff;
    text-align: center;
    counter-increment: index 1;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    /* SP only ------------ */
}

.lcl-what .lcl-what-sec01-list__item:nth-child(1) {
    transition-delay: 0s;
}

.lcl-what .lcl-what-sec01-list__item:nth-child(2) {
    transition-delay: 0.1s;
}

.lcl-what .lcl-what-sec01-list__item:nth-child(3) {
    transition-delay: 0.2s;
}

.lcl-what .lcl-what-sec01-list__item:nth-child(4) {
    transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec01-list__item {
        gap: 1rem;
        width: 10rem;
    }
}

.lcl-what .lcl-what-sec01-list__item:where(.scr-anin--on > *) {
    opacity: 1;
    transform: none;
}

.lcl-what .lcl-what-sec01-list__circle {
    position: relative;
    display: grid;
    place-content: center;
    border-radius: 100%;
    border: 0.1rem solid rgba(255, 255, 255, 0.4);
    width: 100%;
    aspect-ratio: 1;
    background: radial-gradient(rgba(12, 51, 75, 0.7) 50%, rgba(22, 79, 115, 0.7) 85%);
    box-shadow: 0.4rem 0.4rem 4rem rgba(0, 0, 0, 0.2);
    font-size: 4.8rem;
    font-size: max(4.8rem, 10px);
    line-height: 1;
    /* SP only ------------ */
    /*---------------- before */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec01-list__circle {
        font-size: 2rem;
        font-size: max(2rem, 10px);
    }
}

.lcl-what .lcl-what-sec01-list__circle::before {
    content: "0" counter(index);
    position: absolute;
    top: 5.6rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    font-size: max(1.4rem, 10px);
    font-weight: 300;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec01-list__circle::before {
        top: 2rem;
        font-size: 1rem;
        font-size: max(1rem, 10px);
    }
}

.lcl-what .lcl-what-sec01-list__head {
    font-size: 3rem;
    font-size: max(3rem, 10px);
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    /* PC only ------------ */
    /* SP only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec01-list__head {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec01-list__head {
        font-size: 1.8rem;
        font-size: max(1.8rem, 10px);
    }
}

.lcl-what .lcl-what-sec01-list__txt {
    line-height: 1.5;
    /* PC only ------------ */
    /* SP only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec01-list__txt {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec01-list__txt {
        font-size: 1rem;
        font-size: max(1rem, 10px);
    }
    .lcl-what .lcl-what-sec01-list__txt:where(.lcl-what-sec01-list__item:nth-child(1) *) {
        width: 15.8rem;
    }
    .lcl-what .lcl-what-sec01-list__txt:where(.lcl-what-sec01-list__item:nth-child(2) *) {
        width: 11.1rem;
    }
    .lcl-what .lcl-what-sec01-list__txt:where(.lcl-what-sec01-list__item:nth-child(3) *) {
        width: 10.3rem;
    }
    .lcl-what .lcl-what-sec01-list__txt:where(.lcl-what-sec01-list__item:nth-child(5) *) {
        width: 11.2rem;
    }
}

.lcl-what .lcl-what-sec02 {
    /* PC only ------------ */
    /* SP only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec02 {
        height: 95.3rem;
    }
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02 {
        padding-block: 11rem;
    }
}

.lcl-what .lcl-what-sec02__img {
    scale: 1.2;
    width: 42.8rem;
    transition: scale 1s cubic-bezier(0.36, 0.11, 0.06, 0.91);
    /* PC only ------------ */
    /* SP only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec02__img {
        position: absolute;
        top: 26.8rem;
        left: calc(50% + 6.2rem);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02__img {
        margin-left: 6.5rem;
        width: 26.8rem;
    }
}

.lcl-what .lcl-what-sec02__img:where(.scr-anin--on *) {
    scale: 1;
}

.lcl-what .lcl-what-sec02-list {
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list {
        display: flex;
        flex-direction: column;
        gap: 4rem;
        margin-top: 6.4rem;
    }
}

.lcl-what .lcl-what-sec02-list__item {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    /* PC only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec02-list__item {
        position: absolute;
    }
}

.lcl-what .lcl-what-sec02-list__item:nth-child(1) {
    /* PC only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec02-list__item:nth-child(1) {
        top: 15rem;
        left: 0;
    }
}

.lcl-what .lcl-what-sec02-list__item:nth-child(2) {
    /* PC only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec02-list__item:nth-child(2) {
        top: 50.5rem;
        left: 0;
    }
}

.lcl-what .lcl-what-sec02-list__item:nth-child(3) {
    align-items: flex-end;
    /* PC only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec02-list__item:nth-child(3) {
        top: 19rem;
        right: 0;
    }
}

.lcl-what .lcl-what-sec02-list__item:nth-child(4) {
    align-items: flex-end;
    /* PC only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec02-list__item:nth-child(4) {
        top: 53.9rem;
        right: 0;
    }
}

.lcl-what .lcl-what-sec02-list__ttl {
    transform: translateY(50%);
    opacity: 0;
    font-size: 6.4rem;
    font-size: max(6.4rem, 10px);
    line-height: 1;
    transition: opacity 0.6s ease-out, 0.8s cubic-bezier(0.36, 0.11, 0.06, 0.91);
    transition-delay: 0.4s;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__ttl {
        font-size: 3.6rem;
        font-size: max(3.6rem, 10px);
    }
}

.lcl-what .lcl-what-sec02-list__ttl:where(.scr-anin--on > *) {
    transform: none;
    opacity: 1;
}

.lcl-what .lcl-what-sec02-list__line {
    position: relative;
    display: block;
    margin-top: 2rem;
    height: 0.3rem;
    background: #42899a;
    transition: width 1s cubic-bezier(0.68, 0.1, 0.06, 0.91);
    /* SP only ------------ */
    /*---------------- after */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__line {
        height: 0.2rem;
    }
}

.lcl-what .lcl-what-sec02-list__line::after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 100%;
    width: 1.6rem;
    aspect-ratio: 1;
    background: #42899a;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__line::after {
        width: 1rem;
    }
}

.lcl-what .lcl-what-sec02-list__line:not(.lcl-what .lcl-what-sec02-list__line:where(.scr-anin--on > *)) {
    width: 0;
}

.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(1) *),
.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(2) *) {
    /*---------------- after */
}

.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(1) *)::after,
.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(2) *)::after {
    right: 0;
    transform: translate(50%, -50%);
}

.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(3) *),
.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(4) *) {
    /*---------------- after */
}

.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(3) *)::after,
.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(4) *)::after {
    left: 0;
    transform: translate(-50%, -50%);
}

.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(1) *) {
    width: 45.7rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item: nth-child(1) *) {
        width: 30.1rem;
    }
}

.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(2) *) {
    width: 42.8rem;
    /* PC only ------------ */
    /* SP only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item: nth-child(2) *) {
        order: -1;
        margin-block: 0 2rem;
    }
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item: nth-child(2) *) {
        width: 30.9rem;
    }
}

.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(3) *) {
    width: 44.2rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item: nth-child(3) *) {
        width: 22.7rem;
    }
}

.lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item:nth-child(4) *) {
    width: 44.2rem;
    /* PC only ------------ */
    /* SP only ------------ */
}

@media screen and (min-width: 768px) {
    .lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item: nth-child(4) *) {
        order: -1;
        margin-block: 0 2rem;
    }
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__line:where(.lcl-what-sec02-list__item: nth-child(4) *) {
        width: 26rem;
    }
}

.lcl-what .lcl-what-sec02-list__txt {
    opacity: 0;
    margin-top: 3rem;
    line-height: 1.5;
    transition: opacity 0.6s 1s ease-out;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__txt {
        margin-top: 2rem;
        font-size: 1rem;
        font-size: max(1rem, 10px);
    }
}

.lcl-what .lcl-what-sec02-list__txt:where(.scr-anin--on > *) {
    opacity: 1;
}

.lcl-what .lcl-what-sec02-list__txt:where(.lcl-what-sec02-list__item:nth-child(1) *) {
    width: 43.7rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__txt:where(.lcl-what-sec02-list__item: nth-child(1) *) {
        width: 26.7rem;
    }
}

.lcl-what .lcl-what-sec02-list__txt:where(.lcl-what-sec02-list__item:nth-child(2) *) {
    width: 51.9rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__txt:where(.lcl-what-sec02-list__item: nth-child(2) *) {
        width: 32.6rem;
    }
}

.lcl-what .lcl-what-sec02-list__txt:where(.lcl-what-sec02-list__item:nth-child(3) *) {
    width: 31.6rem;
    text-align: right;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__txt:where(.lcl-what-sec02-list__item: nth-child(3) *) {
        width: 19.9rem;
    }
}

.lcl-what .lcl-what-sec02-list__txt:where(.lcl-what-sec02-list__item:nth-child(4) *) {
    width: 39.9rem;
    text-align: right;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-what .lcl-what-sec02-list__txt:where(.lcl-what-sec02-list__item: nth-child(4) *) {
        width: 25rem;
    }
}

/*------------------------------------------------
Comments
------------------------------------------------*/

.lcl-comments {
    padding-block: 15rem;
    background: url(../img/img_bg_03.jpg) no-repeat center center/cover;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-comments {
        padding-block: 11rem;
    }
}

.lcl-comments .lcl-comments__in {
    margin-inline: auto;
    padding-inline: 1.2rem;
    width: min(120.2rem, 100%);
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-comments .lcl-comments__in {
        padding-inline: 1.5rem;
    }
}

.lcl-comments .lcl-comments-list {
    display: flex;
    flex-direction: column;
    margin-top: 4.7rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-comments .lcl-comments-list {
        gap: 8rem;
    }
}

.lcl-comments .lcl-comments-list__item {
    display: flex;
    align-items: flex-start;
    gap: 6rem;
    color: #ffffff;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-comments .lcl-comments-list__item {
        gap: 2rem;
    }
}

.lcl-comments .lcl-comments-list__item:nth-child(even) {
    align-self: flex-end;
    flex-direction: row-reverse;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-comments .lcl-comments-list__item:nth-child(even) {
        align-self: flex-start;
    }
}

.lcl-comments .lcl-comments-list__img {
    width: 16.8rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-comments .lcl-comments-list__img {
        width: 10rem;
    }
}

.lcl-comments .lcl-comments-list__name {
    margin-top: 2rem;
    font-size: 3.2rem;
    font-size: max(3.2rem, 10px);
    line-height: 1;
    text-align: center;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-comments .lcl-comments-list__name {
        margin-top: 1rem;
        font-size: 2rem;
        font-size: max(2rem, 10px);
        white-space: nowrap;
    }
}

.lcl-comments .lcl-comments-list__txt {
    position: relative;
    padding-block: 6.4rem;
    width: 37.5rem;
    font-size: 3.2rem;
    font-size: max(3.2rem, 10px);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    /* SP only ------------ */
    /*---------------- before, after */
    /*---------------- before */
    /*---------------- after */
}

@media screen and (max-width: 767px) {
    .lcl-comments .lcl-comments-list__txt {
        width: 21.2rem;
        padding-block: 4.3rem;
        font-size: 1.6rem;
        font-size: max(1.6rem, 10px);
    }
}

.lcl-comments .lcl-comments-list__txt::before,
.lcl-comments .lcl-comments-list__txt::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.8rem;
    background: url(../img/icon_quote.svg) no-repeat left center/3.1rem 100%, linear-gradient(to bottom, rgba(0, 0, 0, 0) 1.15rem, #ffde5a 1.15rem, #ffde5a 1.45rem, rgba(0, 0, 0, 0) 1.45rem) no-repeat right center/32.4rem 100%;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-comments .lcl-comments-list__txt::before,
    .lcl-comments .lcl-comments-list__txt::after {
        height: 1.6rem;
        background: url(../img/icon_quote.svg) no-repeat left center/1.8rem 100%, linear-gradient(to bottom, rgba(0, 0, 0, 0) 0.65rem, #ffde5a 0.65rem, #ffde5a 0.95rem, rgba(0, 0, 0, 0) 0.95rem) no-repeat right center/18.5rem 100%;
    }
}

.lcl-comments .lcl-comments-list__txt::before {
    top: 0;
}

.lcl-comments .lcl-comments-list__txt::after {
    bottom: 0;
    transform: scale(-1);
}

/*------------------------------------------------
Ai feed
------------------------------------------------*/

.lcl-ai {
    padding-block: 15rem 5rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-ai {
        padding-block: 11rem 0;
    }
}

.lcl-ai .lcl-ai__in {
    margin-inline: auto;
    padding-inline: 1.2rem;
    width: min(120.2rem, 100%);
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-ai .lcl-ai__in {
        padding-inline: 1.5rem;
    }
}

.lcl-ai .lcl-ai-slider {
    margin-top: 10rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-ai .lcl-ai-slider {
        margin-top: 4rem;
    }
}

.lcl-ai .lcl-ai-slider__item {
    width: 46.6rem;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-ai .lcl-ai-slider__item {
        width: 26rem;
    }
}

.lcl-ai .lcl-ai-slider__img {
    width: 100%;
}

/*------------------------------------------------
Partners
------------------------------------------------*/

.lcl-partners {
    padding-block: 15rem;
}

.lcl-partners .lcl-partners__in {
    margin-inline: auto;
    padding-inline: 1.2rem;
    width: min(120.2rem, 100%);
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-partners .lcl-partners__in {
        padding-inline: 1.5rem;
    }
}

.lcl-partners .lcl-partners__txt {
    margin-top: 6rem;
    color: #ffffff;
    font-size: 4.8rem;
    font-size: max(4.8rem, 10px);
    line-height: 1;
    text-align: center;
    /* SP only ------------ */
}

@media screen and (max-width: 767px) {
    .lcl-partners .lcl-partners__txt {
        margin-top: 3rem;
        font-size: 3.2rem;
        font-size: max(3.2rem, 10px);
    }
}

/*------------------------------------------------
Background
------------------------------------------------*/

.lcl-bg {
    z-index: -1;
    position: fixed;
    inset: 0;
    /*---------------- after */
}

.lcl-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.3;
}

.lcl-bg .lcl-bg__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*------------------------------------------------
Foot
------------------------------------------------*/

/* .lcl-foot {
  position: relative;
  height: 30rem;
  background: url(../img/img_bg_01.jpg) no-repeat center center/cover; */

/*---------------- after */

/* } */

/* .lcl-foot::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background: #000;
} */