/* l-bakeizuko */

/* bakeizuko-fv */

.bakeizuko-fv {
	align-items: center;
	background: url(../img/dummy/dummy-01.webp) no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	padding: 50px 20px 30px;
}

.bakeizuko-fv__logo {
	width: 427px;
}

.bakeizuko-fv__note {
	background: #F0F4F4;
	margin-top: 37px;
	padding: 4px 10px 10px;
	text-align: center;
	width: 100%;
}

.bakeizuko-fv__note-text {
	font-size: 24px;
	line-height: 147%;
}

.bakeizuko-fv__button {
	margin-top: 28px;
}

.bakeizuko-fv__button .c-button__text {
	width: 270px;
}

.bakeizuko-fv__button .c-button__text svg {
	display: block;
	width: 100%;
}

.bakeizuko-fv__button .c-button__text svg path {
	display: block;
	width: 100%;
}

.bakeizuko-fv__button .c-button__icon {
	align-items: center;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	width: 37px;
}

.bakeizuko-fv__button .c-button__icon svg {
	display: block;
	width: 21px;
}

.c-readable-label {
	background: #E2564B;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	line-height: 1;
	margin-inline: 4px;
	padding: 7px 10px;
}

/* bakeizuko-season */

.bakeizuko-season__head {
	align-items: center;
	background: url(../img/dummy/dummy-01.webp) no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	padding: 16px 20px 7px;
}

.bakeizuko-season__head-text {
	color: #fff;
	font-size: 15px;
}

.bakeizuko-season__head-title {
	margin-top: 5px;
	width: 281px;
}

.bakeizuko-season__head-note {
	background: #F0F4F4;
	margin-top: 24px;
	padding: 2px 10px 0px;
	text-align: center;
	width: 100%;
}

.bakeizuko-season__head-note-text {
	font-family: "Shippori Antique", "LINE Seed JP", sans-serif;
	font-size: 24px;
	line-height: 136%;
}

.bakeizuko-season__character {
	border-top: 1px solid #000;
}

.bakeizuko-season__character-head {
	display: flex;
	justify-content: center;
	padding: 7px;
}

.bakeizuko-season__character-head img {
	height: 19px;
}

.bakeizuko-season__cards {
	border-top: 1px solid #000;
	display: flex;
}

.bakeizuko-season__card {
	flex: 1;
	height: 170px;
	overflow: hidden;
	position: relative;
}

.bakeizuko-season__card + .bakeizuko-season__card {
	border-left: 1px solid #000;
}

.bakeizuko-season__card:hover img {
	transform: scale(1);
}

.bakeizuko-season__card:hover .c-plus-icon {
	background: #fff;
}

.bakeizuko-season__card:hover .c-plus-icon__inner {
	background: #486061;
}

.bakeizuko-season__card:hover .c-plus-icon__inner span {
	background: #fff;
}

.bakeizuko-season__card img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-position: center;
	transform: scale(1.1);
	transform-origin: center;
	transition: 0.3s;
	width: 100%;
}

.bakeizuko-season__item {
	align-items: stretch;
	border-top: 1px solid #000;
	display: flex;
}

.bakeizuko-season__item-head {
	align-items: center;
	border-right: 1px solid #000;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	width: 75px;
}

.bakeizuko-season__item-head-text {
	color: #fff;
	font-family: "Squada One", "LINE Seed JP", sans-serif;
	font-size: 50px;
}

.bakeizuko-season__item-content {
	width: 100%;
}

.bakeizuko-season__item-row {
	display: flex;
	width: 100%;
}

.bakeizuko-season__item-row + .bakeizuko-season__item-row {
	border-top: 1px solid #000;
}

.bakeizuko-season__item-row:hover .bakeizuko-season__item-img img {
	transform: scale(1);
}

.bakeizuko-season__item-img {
	aspect-ratio: 1/1;
	flex-shrink: 0;
	overflow: hidden;
	width: 75px;
}

.bakeizuko-season__item-img img {
	height: 100%;
	transition: 0.3s;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transform: scale(1.1);
}

.bakeizuko-season__item-body {
	align-items: center;
	background: #F0F4F4;
	border-left: 1px solid #000;
	display: flex;
	gap: 10px;
	padding: 3px 25px;
	width: 100%;
}

.bakeizuko-season__item-name {
	font-size: 22px;
	font-weight: bold;
}

.bakeizuko-season__item-label {
	background: #fff;
	border-radius: 4px;
	color: #7d8e8d;
	display: inline-block;
	font-family: "Squada One", "LINE Seed JP", sans-serif;
	font-size: 19px;
	line-height: 1;
	padding: 5px 10px 5px;
}

.bakeizuko-season__item-label.--text {
	font-weight: bold;
}

.bakeizuko-season__item-num {
	font-size: 22px;
	font-weight: 400;
}

.bakeizuko-season__gallery {
	display: flex;
	flex-wrap: wrap;
}

.bakeizuko-season__gallery-img {
	aspect-ratio: 1/1;
	width: 16.6666666667%;
}

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

/* bakeizuko-dict */

.bakeizuko-dict {
	background: #F0F4F4;
	left: -2px;
	min-height: -moz-max-content;
	min-height: max-content;
	position: fixed;
	top: 32px;
	width: 629px;
	z-index: 10;
}

.bakeizuko-dict__head {
	align-items: center;
	display: flex;
	gap: 23px;
	justify-content: center;
	padding: 17px 20px;
	position: relative;
}

.bakeizuko-dict__head-icon {
	width: 29px;
}

.bakeizuko-dict__head-text {
	width: 168px;
}

.bakeizuko-dict__icon {
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	z-index: 3;
}

.bakeizuko-dict__icon.is-open .bakeizuko-dict__icon-inner span:nth-child(2) {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.bakeizuko-dict__icon-inner {
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 100px;
	position: relative;
	transition: transform 0.3s ease;
	width: 23px;
}

.bakeizuko-dict__icon-inner span {
	background-color: #486061;
	border-radius: 10px;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	transition: 0.3s ease;
	width: 14px;
}

.bakeizuko-dict__icon-inner span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(0deg);
}

.bakeizuko-dict__icon-inner span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(90deg);
}

.bakeizuko-dict__content {
	border-top: 2px solid #000;
	display: flex;
	flex-direction: column;
	gap: 19px;
	max-height: calc(100dvh - 32px - 40px - 59px);
	overflow-y: auto;
	padding: 22px 20px;
}

.bakeizuko-dict__item-head {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 5px 20px;
	position: relative;
}

.bakeizuko-dict__item-text {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.bakeizuko-dict__item-icon {
	aspect-ratio: 1/1;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.bakeizuko-dict__item-icon.is-open span:nth-child(2) {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.bakeizuko-dict__item-icon span {
	background: #fff;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	transition: 0.3s;
	width: 18px;
}

.bakeizuko-dict__item-icon span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(0deg);
}

.bakeizuko-dict__item-icon span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(90deg);
}

.bakeizuko-dict__item-body {
	display: flex;
	flex-direction: column;
	gap: 23px;
	padding-bottom: 10px;
	padding-inline: 20px;
}

.bakeizuko-dict__item-card {
	padding-top: 25px;
}

.bakeizuko-dict__item-card + .bakeizuko-dict__item-card {
	border-top: 1px solid #000;
}

.bakeizuko-dict__item-heading {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

.bakeizuko-dict__item-heading span {
	font-size: 24px;
}

.bakeizuko-dict__item-desc {
	font-size: 24px;
	line-height: 1.7916666667;
	margin-top: 16px;
}

.bakeizuko-article {
	align-items: center;
	background: #f0f4f4;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.bakeizuko-article__wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 93px 41px 116px;
}

.bakeizuko-article__title {
	font-size: 30px;
	text-align: center;
}

.bakeizuko-article__title .num {
	font-family: "Squada One", "LINE Seed JP", sans-serif;
	font-size: 60px;
}

.bakeizuko-article__title .slash {
	font-size: 35px;
}

.bakeizuko-article__content {
	display: flex;
	flex-direction: column;
	gap: 47px;
}

.bakeizuko-article__content p {
	font-size: 24px;
	line-height: 1.7916666667;
}

/* material-nav */

.material-nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 31px;
	max-width: 848px;
	padding-bottom: 71px;
	padding-inline: 30px;
	width: 100%;
}

.material-nav__wrap {
	position: relative;
	width: 100%;
}

.material-nav__wrap::before,
.material-nav__wrap::after {
	background: #7d8e8d;
	content: "";
	height: calc(100% + 20px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	z-index: 2;
}

.material-nav__wrap::before {
	left: 0px;
}

.material-nav__wrap::after {
	right: 0px;
}

.material-nav__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 39px;
	padding: 36px 20px;
	position: relative;
	width: 100%;
}

.material-nav__inner::before,
.material-nav__inner::after {
	background: #7d8e8d;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% + 20px);
	z-index: 2;
}

.material-nav__inner::before {
	top: 0;
}

.material-nav__inner::after {
	bottom: 0;
}

.material-nav__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 20px 16px;
	justify-content: center;
	width: 100%;
}

.material-nav__link {
	align-items: center;
	border: 1px solid #7d8e8d;
	display: inline-block;
	display: flex;
	font-size: 24px;
	justify-content: center;
	padding-block: 16px;
	position: relative;
	transition: 0.3s;
	width: 100%;
	width: 80%;
}

.material-nav__arrow {
	display: block;
	height: 15px;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.material-nav__arrow svg {
	display: block;
	width: 100%;
}

.material-nav__arrow svg path {
	display: block;
	transition: 0.3s;
	width: 100%;
}

.material-nav__reset {
	background: #e6eaeb;
	color: #E2564B;
	font-size: 20px;
	padding-block: 3px;
	padding-inline: 20px;
	text-align: center;
	transition: 0.3s;
}

.material-nav__next {
	border: 1px solid #7d8e8d;
	display: inline-block;
	font-size: 20px;
	padding-block: 18px;
	position: relative;
	text-align: center;
	width: 93%;
}

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

.bakeizuko-dict {
	max-height: calc(100% - 44px);
	top: 22px;
	width: 500px;
}

.bakeizuko-dict__head {
	padding: 17px 67px 17px 20px;
}

.bakeizuko-dict__icon {
	right: 18px;
}

.bakeizuko-dict__content {
	gap: 16px;
	height: 100%;
}

.bakeizuko-dict__item-head {
	padding: 3px 20px;
}

.bakeizuko-dict__item-text {
	font-size: 18px;
}

.bakeizuko-dict__item-body {
	gap: 16px;
	padding-bottom: 7px;
}

.bakeizuko-dict__item-card {
	padding-top: 21px;
}

.bakeizuko-dict__item-heading {
	font-size: 25px;
}

.bakeizuko-dict__item-heading span {
	font-size: 16px;
}

.bakeizuko-dict__item-desc {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 11px;
}

.bakeizuko-article__wrap {
	gap: 17px;
	max-width: 682px;
	padding: 8px 41px 116px;
}

.bakeizuko-article__content {
	gap: 37px;
}

.bakeizuko-article__content p {
	font-size: 16px;
	line-height: 1.875;
}

.material-nav__content {
	flex-direction: row;
	flex-wrap: wrap;
}

.material-nav__link {
	font-size: 16px;
	width: calc((100% - 16px) / 2);
}

.material-nav__arrow {
	right: 20px;
}

.material-nav__reset {
	font-size: 14px;
	width: calc((100% - 16px) / 2);
}

.material-nav__next {
	font-size: 16px;
}

}

