.l-top__fixed {
	inset: 0;
	left: 0;
	position: fixed;
	top: 0;
	z-index: -1;
}

.l-top__title {
	left: -68px;
	position: absolute;
	top: -7px;
}

.l-top__title-img {
	display: inline-block;
	width: 364px;
}

.l-top__img {
	bottom: -241px;
	display: block;
	position: absolute;
	right: -229px;
	width: 1060px;
}

.l-top__leaf {
	display: none;
	pointer-events: none;
	position: fixed;
}

.mv {
	align-items: end;
	display: flex;
	flex-direction: column;
	position: relative;
}

.mv__wrap {
	margin-top: 920px;
}

.mv__banners .swiper-wrapper {
	display: flex;
	flex-direction: column;
}

.mv__banners #top-banner-prev,
.mv__banners #top-banner-next {
	display: none;
}

.mv__banner {
	aspect-ratio: 666/124.61;
	border-top: 2px solid #000;
	display: block;
	width: 100%;
}

.mv__banner img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

/* top-news */

.top-news {
	display: flex;
	position: relative;
	width: 100%;
}

.top-news__head {
	align-items: center;
	border-right: 2px solid #000;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 11px;
	justify-content: center;
	padding: 27px 35px;
}

.top-news__head-text {
	display: inline-block;
	width: 98px;
}

.top-news__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px 28px;
	width: 100%;
}

.top-news__time {
	font-size: 18px;
}

.top-news__title {
	font-size: 24px;
}

/* top-news-modal */

.top-news-modal {
	background: rgba(170, 163, 163, 0.7);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: 0.3s;
	z-index: 100;
}

.top-news-modal.is-open {
	opacity: 1;
	pointer-events: all;
}

.top-news-modal__wrap {
	height: 100%;
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
	width: 100%;
}

.top-news-modal__wrap::before,
.top-news-modal__wrap::after {
	background: #000;
	content: "";
	display: none;
	height: 200%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	z-index: 2;
}

.top-news-modal__wrap::before {
	left: 50px;
}

.top-news-modal__wrap::after {
	right: 50px;
}

.top-news-modal__inner {
	align-items: stretch;
	background: #f0f4f4;
	display: flex;
	height: 100%;
	position: relative;
}

.top-news-modal__inner::before,
.top-news-modal__inner::after {
	background: #000;
	content: "";
	display: none;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 200vw;
	z-index: 2;
}

.top-news-modal__inner::before {
	top: 0;
}

.top-news-modal__inner::after {
	bottom: 0;
}

.top-news-modal__head {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 164px;
}

.top-news-modal__head-text {
	width: 90px;
}

.top-news-modal__body {
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.top-news-modal__items {
	display: flex;
	flex-direction: column;
	gap: 36px;
	max-width: 725px;
	overflow-y: auto;
	padding: 81px 50px;
	width: 100%;
}

.top-news-modal__item {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.top-news-modal__time {
	color: #fff;
	font-family: "Squada One", "LINE Seed JP", sans-serif;
	font-size: 18px;
	line-height: 163%;
	padding-left: 10px;
	width: 100%;
}

.top-news-modal__content {
	font-size: 16px;
	padding-left: 10px;
}

.top-news-modal__content a {
	display: inline-block;
	font-weight: bold;
	padding-right: 27px;
	position: relative;
	transition: 0.3s;
}

.top-news-modal__content a:hover {
	opacity: 0.7;
}

.top-news-modal__content a::after {
	aspect-ratio: 1/1;
	background: url(../img/icon-arrow-upright.svg) no-repeat center center/contain;
	content: "";
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}

.top-news-modal__close {
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 200px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 29px;
	top: 34px;
	transition: 0.3s;
	width: 66px;
	z-index: 101;
}

.top-news-modal__close:hover {
	background: #fff;
}

.top-news-modal__close:hover .top-news-modal__close-inner {
	background: #486061;
}

.top-news-modal__close:hover .top-news-modal__close-inner span {
	background: #fff;
}

.top-news-modal__close-inner {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	position: relative;
	transition: 0.3s;
	width: 50px;
}

.top-news-modal__close-inner span {
	background: #486061;
	border-radius: 4px;
	display: inline-block;
	height: 4px;
	position: absolute;
	transition: 0.3s;
	width: 35px;
}

.top-news-modal__close-inner span:nth-child(1) {
	transform: rotate(45deg);
}

.top-news-modal__close-inner span:nth-child(2) {
	transform: rotate(-45deg);
}

/* top-chara */

.top-chara {
	display: flex;
	flex-wrap: wrap;
}

.top-chara__card {
	border: 1px solid #000;
	display: block;
	padding-bottom: 6px;
	position: relative;
	width: 33.3333333333%;
}

.top-chara__card:hover .top-chara__img img {
	scale: 1.3;
}

.top-chara__card:hover .top-chara__icon-inner {
	background: #486061;
}

.top-chara__card:hover .top-chara__icon-inner span {
	background: #fff;
}

.top-chara__img {
	aspect-ratio: 201/346;
	overflow: hidden;
	width: 100%;
}

.top-chara__img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	scale: 1.4;
	transition: 0.3s;
}

.top-chara__body {
	background: #f0f4f4;
	border-top: 1px solid #000;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.top-chara__name {
	display: flex;
	justify-content: center;
	padding-block: 9px;
}

.top-chara__name-img {
	display: inline-block;
	height: 27px;
}

.top-chara__name-hira {
	border-top: 1px solid #000;
	font-size: 10px;
	letter-spacing: 0.4em;
	line-height: 1;
	padding-block: 3px 1px;
	text-align: center;
}

.top-chara__button {
	margin-bottom: 28px;
	margin-right: 34px;
}

/* top-series */

.top-series {
	position: relative;
}

.top-series__heading {
	align-items: start;
	display: flex;
	flex-direction: column;
	gap: 13px;
	left: 34px;
	position: absolute;
	top: 28px;
}

.top-series__heading h3 {
	background: #F0F4F4;
	padding: 2px 5px;
}

.top-series__heading-img {
	height: 30px;
}

.top-series__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.top-series__text {
	background: #F0F4F4;
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	padding: 14px 5px 0px;
	width: -moz-fit-content;
	width: fit-content;
}

.top-series__button {
	bottom: 20px;
	position: absolute;
	right: 20px;
}

.top-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}

.top-gallery__img {
	aspect-ratio: 1/1;
	overflow: hidden;
	width: calc((100% - 39px) / 4);
}

.top-gallery__img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.top-prof-item {
	display: flex;
	gap: 20px;
	margin-top: 26px;
}

.top-prof-item__img {
	flex-shrink: 0;
	width: 180px;
}

.top-prof-item__com {
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 26px 20px 20px 25px;
	position: relative;
}

.top-prof-item__com::before {
	border-bottom: 11.5px solid transparent;
	border-right: 45px solid #fff;
	border-top: 11.5px solid transparent;
	content: "";
	height: 0;
	left: 9px;
	position: absolute;
	top: 29px;
	transform: translateX(-100%);
	width: 0;
}

.top-prof-item__head-img {
	display: inline-block;
	height: 29px;
}

.top-prof-item__text {
	font-size: 24px;
}

@media screen and (min-width: 1266px) {

.l-top__title {
	left: auto;
	right: -31px;
}

.l-top__title-img {
	right: -35px;
}

.l-top__img {
	bottom: -12px;
	left: -124px;
	right: auto;
	width: 1044px;
}

.l-top__leaf {
	display: block;
}

.l-top__leaf.--left {
	bottom: -90px;
	left: 0px;
	width: 977px;
	z-index: 1;
}

.l-top__leaf.--right {
	right: 0;
	top: -203px;
	width: 944px;
	z-index: 2;
}

.mv__wrap {
	margin-top: 655px;
}

.mv__banners .swiper-wrapper {
	flex-direction: row;
}

.mv__banners #top-banner-prev,
.mv__banners #top-banner-next {
	aspect-ratio: 12.5/25;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28' fill='none'%3E%3Cpath d='M14.6213 1.06055L2.12134 13.5605L14.6213 26.0605' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: auto;
	display: block;
	height: -moz-fit-content;
	height: fit-content;
	left: 20px;
	margin: 0;
	position: absolute;
	position: absolute;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	width: 12.5px;
}

.mv__banners #top-banner-prev::after,
.mv__banners #top-banner-next::after {
	display: none;
}

.mv__banners #top-banner-next {
	left: auto;
	right: 20px;
	transform: translateY(-50%) rotate(180deg);
}

.top-news__head {
	padding: 23px 39px;
}

.top-news__head-text {
	width: 119px;
}

.top-news__button {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.top-news__body {
	padding: 28px 34px 28px 34px;
}

.top-news__time {
	font-size: 16px;
}

.top-news__title {
	font-size: 16px;
}

.top-news-modal__wrap {
	padding-block: 6.3vh;
	padding-inline: 50px;
}

.top-news-modal__wrap::before,
.top-news-modal__wrap::after {
	display: block;
}

.top-news-modal__inner::before,
.top-news-modal__inner::after {
	display: block;
}

.top-news-modal__head {
	width: 300px;
}

.top-news-modal__head-text {
	width: 117px;
}

.top-news-modal__content a {
	padding-right: 26px;
}

.top-news-modal__content a::after {
	right: 10px;
	width: 11px;
}

.top-news-modal__close {
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	width: 66px;
}

.top-series__heading {
	gap: 18px;
	left: 40px;
	top: 40px;
}

.top-series__heading h3 {
	padding: 4px 5px;
}

.top-series__heading-img {
	height: 27px;
}

.top-series__body {
	display: block;
}

.top-series__text {
	display: inline;
	font-size: 16px;
	padding: 14px 0px 0px 5px;
}

.top-series__text + .top-series__text {
	padding: 14px 5px 0px 0px;
}

.top-series__button {
	bottom: 23px;
	right: 54px;
}

.top-series__img.--huraido {
	height: 200px;
}

.top-series__img.--huraido img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.top-prof-item {
	gap: 29px;
}

.top-prof-item__com {
	padding: 17px 20px 20px 32px;
}

.top-prof-item__head-img {
	height: 24px;
}

.top-prof-item__text {
	font-size: 16px;
	letter-spacing: -0.1em;
}

}

