@charset "utf-8";

/* 202509 キャスター変更に伴う修正 */
.fig-caster {
	justify-content: center;
	gap: 500px;
    height: unset;
}
.fig-caster li {
    display: flex;
    align-items: flex-end;
    overflow: unset;
}
.fig-caster li figure {
	position: relative;
}
.fig-caster li:first-child {
    padding-left: 0;
	width: 450px;
}
.fig-caster li:first-child figure {
	padding: 2.2vw 0 0 2.5vw;
}
.fig-caster li:nth-of-type(1) figcaption {
    top: 180px;
    left: 20px;
}
.fig-caster li:last-child {
    padding-right: 0;
    width: 540px;
}
.fig-caster li:nth-of-type(2) figcaption {
    top: 170px;
    right: 0;
}
@media screen and (max-width: 1512px) {
.fig-caster {
    gap: 25vw;
}
.fig-caster li:first-child, .fig-caster li:last-child {
	margin-left: 0;
}
}
@media screen and (max-width: 1360px) {
.fig-caster {
    gap: 15vw;
}
}
@media screen and (max-width: 960px) {
.fig-caster {
	gap: 5vw;
}
}
@media screen and (max-width: 768px) {
h1.main-title {
	/*top: 7%;*/
	transform: translateX(-50%);
}
h1.main-title img, .fig-caster li img {
	width: 100%;
	/*height: unset;*/
}
h1.main-title img {
	width: auto;
	height: auto;
	margin: 0 auto;
	aspect-ratio: 311 / 280;
}
.fig-caster {
	gap: 0;
	height: 100%;
}
.fig-caster li {
	min-height: unset;
    display: flex;
    align-items: flex-end;
}
.fig-caster li:first-child figure {
	padding: 0 0 0 3vw;
}
.fig-caster li:nth-of-type(1) figcaption {
	top: -70px;
	left: -5px;
}
.fig-caster li:nth-of-type(2) figcaption {
	top: -30px;
}
.title-gradient {
	bottom: 0;
    bottom: -1px;
}
#date-display {
	font-size: 1.3rem;
	padding: 60px 0 0 10px;
	width: 3em;
}
#date-display span.week {
    position: absolute;
	margin-top: 22px;
}
.box-titlearea {
	height: 100vh;
	max-height: 820px;
}
.panel {
	margin-left: 15px;
}
}
@media screen and (max-width: 375px) {
    .box-titlearea {
        height: 660px;
    }
    h1.main-title {
        width: 80%;
    }
}

/* ブラウザの高さによる調整 */
/* スマホ */
@media screen and (max-height: 667px) {
    h1.main-title {
        width: 85%;
        height: unset;
	}
	.fig-caster li:nth-of-type(1) figcaption {
        top: -55px;
    }
    .fig-caster li:nth-of-type(2) figcaption {
        top: -20px;
		right: -2px;
    }
}
@media screen and (max-width: 667px) and (max-height: 740px) {
    h1.main-title {
        top: 7%;
	}
}
@media screen and (max-width: 667px) and (min-height: 741px) {
    h1.main-title {
        top: 15%;
	}
}
@media screen and (min-width: 769px) and (max-height: 830px) {
	.fig-caster {
		gap: 65vh;
	}
	.fig-caster li {
		width: calc((100% - 65vh) / 2);
	}
	.fig-caster li:first-child {
		justify-content: flex-end;
	}
	.fig-caster li:last-child {
		justify-content: flex-start;
	}
	.fig-caster li figure {
		height: 91vh;
    	position: absolute;
    	bottom: 0;
	}
	.fig-caster li figcaption {
		font-size: 2.5vh;
        width: 15vh;
		height: 15vh;
    }
	.fig-caster li figcaption span {
    	font-size: 2vh;
	}
	.fig-caster li:nth-of-type(1) figcaption {
    	top: 16vh;
    	left: 0vw;
	}
	.fig-caster li:nth-of-type(2) figcaption {
    	top: 15vh;
    	right: 0;
	}
	h1.main-title {
        transform: unset;
        width: 100vw;
        max-width: unset;
        height: 92vh;
        padding-right: 40px;
		top: unset;
        left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
	}
}