/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	overflow: hidden;
}
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv .category {
	display: inline-flex;
	gap: 0 1em;
	align-items: center;
	position: relative;
	padding: 6px 33px 6px 13px;
	background: rgba(0,0,0,.4);
	clip-path: polygon(0 0,100% 0, calc(100% - 20px) 100%, 0 100%);
}
.kv .category .en {
	color: var(--red);
	font-family: var(--en);
	font-size: calc(1.6rem / 1.6);
	font-weight: 400;
	letter-spacing: .04em;
}
.kv .category .jp {
	color: #fff;
	font-family: var(--zen);
	font-size: calc(1rem / 1.6);
	letter-spacing: .08em;
}
.kv .type {
	margin: 10px 13px;
	color: var(--red);
	font-family: var(--zen);
	font-size: calc(1.2rem / 1.6);
}
.kv .set {
	margin: 20px 13px 30px;
}
.kv .set h1 {
	margin-bottom: 10px;
	color: var(--red);
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
}
.kv .set .division {
	width: 296px;
	margin-bottom: 8px;
	padding: 3px 8px;
	color: #fff;
	background: rgba(237,27,41,.8);
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
}
.kv .set .major {
	width: 296px;
	padding: 3px 8px;
	color: #fff;
	background: rgba(237,27,41,.8);
	font-size: calc(1.3rem / 1.6);
	line-height: calc(20 / 13);
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	position: relative;
	max-width: 1500px;
	height: calc(100vh - 60px);
	min-height: 620px;
	max-height: 824px;
	margin-inline: auto;
}
.kv .category {
	position: absolute;
	top: 0;
	left: 0;
	gap: 0 44px;
	padding: 8px 100px 8px 30px;
	clip-path: polygon(0 0,100% 0, calc(100% - 40px) 100%, 0 100%);
}
.kv .category .en {
	font-size: calc(3.2rem / 1.6);
}
.kv .category .jp {
	margin-top: 5px;
	font-size: calc(1.7rem / 1.6);
}
.kv .type {
	position: absolute;
	top: 85px;
	left: 30px;
	margin: 0;
	font-size: calc(1.7rem / 1.6);
}
.kv img {
	object-fit: cover;
	object-position: 50% 25%;
	height: calc(100vh - 60px);
	min-height: 620px;
	max-height: 824px;
}
.kv .set {
	position: absolute;
	bottom: min(100px, calc(100 / 1500 * 100vw));
	left: min(100px, calc(100 / 1500 * 100vw));
	margin: 0;
}
.kv .set h1 {
	margin-bottom: 40px;
	font-size: calc(3.2rem / 1.6);
}
.kv .set .division {
	width: 368px;
	margin-bottom: 8px;
	padding: 3px 16px;
	font-size: calc(2.4rem / 1.6);
}
.kv .set .major {
	width: 368px;
	padding: 3px 16px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(26 / 16);
}
}/* @media */
/* -----------------------------------------------
= index
----------------------------------------------- */
.index {
	padding: 16px;
	background: #f2f2ee;
}
.index .inner {
	display: flex;
	gap: 0 20px;
}
.index h2 {
	font-family: var(--zen);
	font-size: calc(1.4rem / 1.6);
	font-weight: 400;
}
.index li {
	font-size: calc(1.2rem / 1.6);
	line-height: calc(17 / 12);
	letter-spacing: .02em;
}
.index li + li {
	margin-top: 15px;
}
.index li a span {
	display: block;
}
.index li a span:first-child {
	margin-bottom: 3px;
	font-family: var(--zen);
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {/* PC */
.index {
	margin-bottom: 160px;
	padding: 63px 30px 0;
	background: transparent;
}
.index .inner {
	display: flex;
	gap: 0 calc(200 / 1300 * 100%);
	max-width: 1200px;
	margin-inline: auto;
	padding: 25px 50px;
	background: #f2f2ee;
}
.index h2 {
	font-size: calc(2.4rem / 1.6);
}
.index ol {
	flex: 1;
}
.index li {
	font-size: calc(1.8rem / 1.6);
}
.index li + li {
	margin-top: 20px;
}
.index li a {
	display: flex;
	gap: 0 1em;
}
.index li a span:first-child {
	position: relative;
	min-width: 9.4em;
}
.index li a span:first-child::after {
	content: "｜";
	position: absolute;
	top: 0;
	right: 0;
}
.index li a span:last-child {
	flex: 1;
}
}/* @media */
@media (hover:hover) {
.index a {
	transition: color .3s;
}
.index a:hover {
	color: var(--red);
}
}/* @media */
/* -----------------------------------------------
= side
----------------------------------------------- */
.btn-side {
	position: fixed;
	right: 0;
	bottom: 60px;
	z-index: 5;
	padding: 9px 88px 9px 20px;
	color: #fff;
	background:  #b9b9b1;
	font-family: var(--zen);
	font-size: calc(2rem / 1.6);
	font-weight: 400;
}
.btn-side::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 10px;
	width: 33px;
	height: 12px;
	background: url(../../img/index/icon-index.svg) no-repeat 50% / 100% auto;
}
.btn-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 30px;
	height: 30px;
}
.btn-close::before,
.btn-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0.5px;
	background: #808080;
}
.btn-close::before {
	transform: rotate(-45deg);
}
.btn-close::after {
	transform: rotate(45deg);
}
.side.index {
	position: fixed;
	right: 0;
	bottom: 60px;
	width: calc(100% - 32px);
	z-index: 6;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .4s;
}
.side.index[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
@media print, screen and (min-width: 768px) {/* PC */
.btn-side {
	right: auto;
	left: 0;
	padding: 6px 70px 6px 20px;
	font-size: calc(2.4rem / 1.6);
	transform: rotate(-90deg);
	transform-origin: top left;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s;
}
.btn-side::after {
	top: 17px;
	right: 6px;
	transform: rotate(90deg);
}
.btn-side.is-visible {
	opacity: 1;
	pointer-events: auto;
}
.side.index {
	right: auto;
	left: 0;
	width: 100%;
	max-width: 1000px;
	margin-bottom: 0;
	padding: 0;
	box-sizing: border-box;
}
.side.index .inner {
	padding-right: 80px;
}
}/* @media */
@media (hover:hover) {
.btn-side {
	transition: color .3s;
}
.btn-side:hover {
	color: var(--red);
}
}/* @media */
/* -----------------------------------------------
= chapter
----------------------------------------------- */
.chapter {
	margin: 0 13px 60px;
	scroll-margin-top: 45px;
}
.chapter .title {
	margin-bottom: 10px;
	border-left: 0.75px solid #989898;
}
.chapter .num {
	padding: 0 10px 5px;
	border-bottom: 0.75px solid #989898;
	font-family: var(--zen);
	font-size: calc(1.3rem / 1.6);
	font-weight: 400;
}
.chapter .num span {
	margin-left: 10px;
	font-size: calc(2.1rem / 1.6);
}
.chapter .num::after {
	content: "";
	display: inline-block;
	width: 72px;
	height: 8px;
	margin-left: 15px;
}
.chapter#chapter01 .num::after {
	background: url(../../img/index/icon-chapter01.svg) no-repeat 50% / cover;
}
.chapter#chapter02 .num::after {
	background: url(../../img/index/icon-chapter02.svg) no-repeat 50% / cover;
}
.chapter#chapter03 .num::after {
	background: url(../../img/index/icon-chapter03.svg) no-repeat 50% / cover;
}
.chapter#chapter04 .num::after {
	background: url(../../img/index/icon-chapter04.svg) no-repeat 50% / cover;
}
.chapter#chapter05 .num::after {
	background: url(../../img/index/icon-chapter05.svg) no-repeat 50% / cover;
}
.chapter .title h2 {
	padding: 10px 0 25px 10px;
	font-size: calc(2rem / 1.6);
	line-height: calc(28 / 20);
	letter-spacing: .12em;
}
.chapter .text {
	margin-bottom: 15px;
	font-size: calc(1.3rem / 1.6);
	line-height: calc(20 / 13);
}
.chapter .img {
	display: block;
	width: calc(100% + 26px);
	margin-inline: -13px;
}
#chapter01 .img,
#chapter04 .img,
#chapter05 .img {
	max-width: 272px;
	margin-inline: auto;
}
@media print, screen and (min-width: 768px) {/* PC */
.chapter {
	max-width: 1300px;
	margin: 0 auto 190px;
	padding-inline: 30px;
	scroll-margin-top: 60px;
}
.chapter .title {
	margin-bottom: 30px;
	border-left-width: 1px;
}
.chapter .num {
	padding: 0 15px 10px;
	border-bottom-width: 1px;
	font-size: calc(1.8rem / 1.6);
}
.chapter .num span {
	margin-left: 15px;
	font-size: calc(2.8rem / 1.6);
}
.chapter .num::after {
	width: 95px;
	height: 11px;
	margin-left: 20px;
}
.chapter .title h2 {
	padding: 15px 0 35px 15px;
	font-size: calc(3.2rem / 1.6);
	line-height: calc(48 / 32);
}
.chapter .inner {
	display: flex;
	align-items: start;
	gap: 0 calc(80 / 1400 * 100%);
}
.chapter .set {
	flex: 1;
}
.chapter .text {
	margin-bottom: 0;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(32 / 18);
}
.chapter .text + .text {
	margin-top: 2em;
}
.chapter .img {
	width: 100%;
	margin-inline: 0;
}
#chapter01 .img,
#chapter04 .img,
#chapter05 .img {
	width: calc(680 / 1400 * 100%);
	max-width: 680px;
}
#chapter01 .inner,
#chapter05 .inner {
	margin-right: -100px;
}
#chapter01 .title,
#chapter05 .title {
	max-width: 635px;
	margin-bottom: 70px;
}
#chapter01 .set,
#chapter05 .set {
	margin-left: 16px;
}
#chapter02 .title,
#chapter03 .title {
	max-width: 796px;
	margin-inline: auto;
}
#chapter02 .set,
#chapter03 .set {
	max-width: 779px;
	margin: 0 auto 94px;
}
#chapter04 .title {
	max-width: 635px;
	margin-left: auto;
	margin-bottom: 30px;
}
#chapter04 .inner {
	margin-left: -100px;
}
#chapter04 .set {
	order: 2;
	margin-left: 16px;
}
#chapter04 .img {
	order: 1;
}
}/* @media */
/* -----------------------------------------------
= oneday
----------------------------------------------- */
.oneday {
	margin-bottom: 30px;
	padding-top: 30px;
}
.oneday h2 {
	margin-left: 10px;
	margin-bottom: 90px;
	color: #fff;
}
.oneday h2 .en {
	display: block;
	margin-bottom: 5px;
	font-family: var(--zen);
	font-size: calc(1.5rem / 1.6);
	font-weight: 400;
}
.oneday h2 .jp {
	display: block;
	font-size: calc(2rem / 1.6);
	letter-spacing: .12em;
}
.oneday .swiper {
	padding-bottom: 124px;
	background: url(../../img/index/bg-oneday.svg) repeat-x 0 60px / auto 5.832px;
}
.oneday .swiper-slide {
	height: auto;
}
.oneday .time {
	position: relative;
	max-width: 90px;
	margin: 0 auto 50px;
	padding-block: 4px;
	color: var(--red);
	background: #fff;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: .12em;
}
.oneday .time::before {
	content: "";
	position: absolute;
	left: calc(50% - 7px);
	bottom: -20px;
	width: 14px;
	height: 22px;
	background: #fff;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
.oneday .time::after {
	content: "";
	position: absolute;
	left: calc(50% - 9px);
	bottom: -44px;
	width: 18px;
	height: 26px;
	background: url(../../img/index/icon-oneday.svg) no-repeat 50% / 100% auto;
}
.oneday .box {
	height: calc(100% - 120px);
	padding: 20px;
	background: #fff;
}
.oneday .box h3 {
	margin-bottom: 15px;
	color: var(--red);
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	text-align: center;
}
.oneday .box .text {
	font-size: calc(1.3rem / 1.6);
	line-height: calc(20 / 13);
	letter-spacing: .02em;
}
.oneday .swiper-button-next,
.oneday .swiper-button-prev {
	top: auto;
	bottom: 30px;
	width: 45px;
	height: 45px;
}
.oneday .swiper-button-next::before,
.oneday .swiper-button-prev::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #fff;
	border-radius: 50%;
}
.oneday .swiper-button-next::after,
.oneday .swiper-button-prev::after {
	content: "";
	position: absolute;
	top: 15px;
	width: 14.4px;
	height: 14.4px;
	border-top: 1.5px solid var(--red);
	border-right: 1.5px solid var(--red);
}
.oneday .swiper-button-next::after {
	left: 12px;
	transform: rotate(45deg);
}
.oneday .swiper-button-prev::after {
	left: 18px;
	transform: rotate(-135deg);
}
.oneday .swiper-pagination {
	left: 82px;
	right: 82px;
	bottom: 30px;
	width: calc(100% - 164px);
}
.oneday .swiper-pagination-bullet {
	width: 43.2px;
	height: 5.4px;
	background: #b1b1b1;
	border-radius: 0;
	opacity: 1;
}
.oneday .swiper-pagination-bullet-active {
	background: #fff;
}
@media print, screen and (min-width: 768px) {/* PC */
.oneday {
	margin-bottom: 140px;
	padding-top: 40px;
	overflow: hidden;
}
.oneday h2 {
	margin-left: 100px;
	margin-bottom: 130px;
}
.oneday h2 .en {
	margin-bottom: 5px;
	font-size: calc(2rem / 1.6);
}
.oneday h2 .jp {
	font-size: calc(2.8rem / 1.6);
}
.oneday .swiper {
	padding-bottom: 166px;
	background: url(../../img/index/bg-oneday.svg) repeat-x 0 77px / auto 7.776px;
	overflow: visible;
}
.oneday .swiper-slide {
	width: 264px;
}
.oneday .time {
	max-width: 120px;
	margin: 0 auto 66px;
	padding-block: 3px;
	font-size: calc(2rem / 1.6);
}
.oneday .time::before {
	left: calc(50% - 9px);
	bottom: -28px;
	width: 18px;
	height: 30px;
}
.oneday .time::after {
	left: calc(50% - 12px);
	bottom: -54px;
	width: 24px;
	height: 21px;
}
.oneday .box {
	height: calc(100% - 156px);
	padding: 27px;
}
.oneday .box h3 {
	margin-bottom: 15px;
	font-size: calc(1.8rem / 1.6);
}
.oneday .box .text {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(26 / 16);
}
.oneday .swiper-button-next,
.oneday .swiper-button-prev {
	bottom: 42px;
	width: 60px;
	height: 60px;
}
.oneday .swiper-button-next {
	right: 100px;
}
.oneday .swiper-button-prev {
	left: 100px;
}
.oneday .swiper-button-next::after,
.oneday .swiper-button-prev::after {
	top: 19px;
	width: 19.2px;
	height: 19.2px;
	border-top-width: 2px;
	border-right-width: 2px;
}
.oneday .swiper-button-next::after {
	left: 16px;
}
.oneday .swiper-button-prev::after {
	left: 24px;
}
.oneday .swiper-pagination {
	left: 170px;
	right: 170px;
	bottom: 60px;
	width: calc(100% - 340px);
}
.oneday .swiper-pagination-bullet {
	width: 48px;
	height: 6px;
}
}/* @media */
