@charset "UTF-8";
.page-ttl.has-dot{
    padding-block: 3.6rem 0rem;
}
.page-ttl.has-dot + .page-ttl-ja{
    margin-block: 0 3.6rem;
}
.fv{
    background-color: var(--black);
    background-image: none;
    color: var(--white);
    padding-bottom: 10rem;
}
}

.fv-kv{
    position: relative;
    height: 50rem;
}
@media screen and (max-width: 640px) {
    .fv-kv{
        height: 80vw;
    }
}
.fv .fv-kv > img{
    width: min(90rem, 100%);
    height: auto;
}
.fv .fv-kv .inner{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
@media screen and (min-width: 769px) {
    .fv .fv-kv .inner{
        height: 40rem;
    }
}
@media screen and (max-width: 640px) {
    .fv{
        overflow: hidden;
    }
    .fv .fv-kv > img{
        width: 150%;
        margin-left: -10%;
    }
}
.fv .lead{
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-10%);
}
@media screen and (max-width: 768px) {
    .fv .lead{
        transform: translateY(-50%) translateX(0%);
    }
}
.fv .lead .en{
    font-size:clamp(3.7rem,10vw,8.7rem);
    display: block;
    line-height: 1;
    opacity: 0.9;
}
.fv .lead .ja{
    font-size: clamp(0.7rem,3vw,1.7rem);
    font-weight: bold;
    color: var(--green);
}
/* news */
.news{
	color: var(--white);
    position: relative;
}
.news .btn{
	background-color:var(--white);
	color: var(--black);
}
.news-items {
    display: flex;
    flex-wrap: wrap;
    gap: 4.8rem 0.5rem;
    margin-bottom: 4.8rem;
}
.news_article_cat{
    font-weight: normal;
    font-size: 1.2rem;
    color: var(--gray-500);
}
.news_article_cat:before{
    content: '';
    border-left: 0.1rem var(--gray-400) solid;
    width: 0;
    height: 1.5rem;
    display: inline-block;
    margin-left: 1.2rem;
    vertical-align: sub;
    padding-left: 0.8rem;
}
/* pickup */
.pickup .news-item .news-item-headline{
    font-size: clamp(1.6rem,4vw,2rem);
}
.pickup .news-item .sticky-tag{
    background: var(--white);
    color: var(--black);
}
.pickup .news-items .news-item .news-date-wrap{
    margin-block: 1.2rem 0.6rem;
}
@media screen and (min-width: 769px) {
    .news-item{
        width: calc(100% / 3 - 0.35rem);
    }
    .pickup .news-item{
        width: calc(100% / 2 - 0.25rem);
    }
}
@media screen and (max-width: 768px) {
    .news-items{
        gap: 1rem 0;
    }
    .pickup .news-items{
        gap: 3.6rem 0;
    }
}

.news:not(.pickup) .news-item {
    display: block;
}

@media screen and (max-width: 768px) {
    .news-item{
        width: 100%;
        gap: 1rem 0;
    }
    .news:not(.pickup) .news-item{
        display: flex;
        gap: 1.2rem;
        align-items: flex-start;
    }
    .news:not(.pickup) .news-item .news-thumbnail{
        width: 35%;
    }
    .news:not(.pickup) .news-item .news-item-data{
        width: 65%;
    }
}
.news-item .news-thumbnail {
    margin-bottom: 1.2rem;
    overflow: hidden;
    background: var(--black);
}
.pickup .news-item .news-thumbnail {
    margin-bottom: 1.2rem;
}
.news-item .news-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    transition: all 0.3s ease;
}
div.news-item .news-thumbnail{
    position: relative;
}
div.news-item .news-thumbnail:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: var(--gray-400);
    opacity: 0.85;
}
div.news-item .news-thumbnail:after{
    content: 'こちらのイベントは終了しました';
    color: var(--white);
    white-space: pre;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: clamp(1rem, 3vw, 1.5rem);
    line-height: 1.4;
}
.pickup div.news-item .news-thumbnail:after{
    font-size: clamp(1.5rem, 4vw, 2rem);
}
@media screen and (max-width: 768px) {
    .news:not(.pickup) div.news-item .news-thumbnail:after{
        content: 'こちらのイベントは\A終了しました';
    }
}
a.news-item:hover{
    opacity: 1;
}
a.news-item:hover .news-thumbnail img{
    transform: scale(1.05);
    opacity: 0.65;
}
.news-item .news-date {
    display: inline-block;
    font-size:  1.6rem;
    line-height: 1;
    margin-bottom: 1.2rem;
}
.news-item .news-item-headline {
    line-height: 1.4;
    padding-right: 8%;
    font-size: clamp(1.3rem,3vw,1.5rem);
    margin-bottom: 1rem;
}
@media screen and (max-width: 414px) {
    .news-item .news-date {
        margin-bottom: 0.6rem;
    }
}
/* mission */
.mission{
	margin-top: 0.5rem;
	color: var(--white);
}
@media screen and (min-width: 769px) {
	.mission{
		background: url(../images/top/bg-mission-pc.png) center / cover no-repeat;
        padding-block: 3rem;
	}
}
@media screen and (max-width: 768px) {
	.mission{
		background: url(../images/top/bg-mission-sp.png) center / cover no-repeat;
        padding-block: 6rem;
	}
}
.mission-lead {
    font-size: clamp(2.7rem, 4vw, 3.5rem);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 4rem;
}
.mission .btn{
    background-color: var(--white);
    color: var(--black);
}

/* video */
.video{
    margin-top: 0.5rem;
    color: var(--white);
    background-color: var(--black);
}

.video-items{
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    width: calc(100% - 2.5rem);
    margin-inline: auto;
    align-items: flex-start;
    padding-bottom: 4.8rem;
}

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

@media screen and (max-width: 640px){
    .video-items{
        flex-direction: column;
    }
}

.news.inner{
    background-color: var(--black);
    box-shadow: 0 0 0 100vmax var(--black);
    clip-path: inset(0 -100vmax);
}

/* TOPメインビジュアル：2枚構成 */
.fv .fv-kv-custom{
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(28rem, 1fr);
    height: 64rem;
    min-height: 64rem;
    overflow: hidden;
    background: #000;
}

.fv .fv-main-image,
.fv .fv-sub-image{
    min-width: 0;
    height: 64rem;
}

.fv .fv-main-image img,
.fv .fv-sub-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv .fv-sub-image{
    position: relative;
}

.fv .fv-sub-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

.fv .fv-kv-custom > .inner{
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.fv .fv-kv-custom .lead{
    right: 8rem;
}

@media screen and (max-width: 768px){
    .fv .fv-kv-custom{
        display: block;
        height: 52rem;
        min-height: 52rem;
    }

    .fv .fv-main-image{
        height: 52rem;
    }

    .fv .fv-sub-image{
        display: none;
    }

    .fv .fv-kv-custom .lead{
        right: 2rem;
		    }
}
.fv .fv-kv-custom .lead .en{
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    -webkit-text-stroke: 1px #ffffff !important;
    text-shadow: none !important;
.fv .fv-kv-custom .inner .lead .ja{
    color: #111111 !important;
    -webkit-text-fill-color: #111111 !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
.fv .lead .ja,
.fv .fv-kv-custom .lead .ja,
.fv h1.lead .ja{
    color:#111111 !important;
    -webkit-text-fill-color:#111111 !important;
    -webkit-text-stroke:0 !important;
    text-shadow:none !important;
@media screen and (max-width: 768px){
    .fv{
        background: none !important;
        padding-bottom: 0 !important;
    }

    .fv .fv-kv-custom{
        margin-bottom: 0 !important;
    }

    .fv .fv-sub-image{
        display: none !important;
    }
}