@charset "UTF-8";
/**
 *
 * page-story.scss
 *
 * PCとSPでHTMLの構造が変わるので、PHPで分岐
 * CSSも合わせてクラス名をPC、SPと分けて記述
 *
 *
 */
html {
	overflow: hidden;
}

body {
	overflow: hidden;
	font-family: var(--font-mincho-y);
}

/* ------------------------------------------------------------------------------------------------
 PC
------------------------------------------------------------------------------------------------ */
.story-pc-main {
	width: 100%;
	height: var(--wh);
	display: flex;
	align-items: center;
	overflow-x: auto;
	padding: 0 12.8rem;
}

.story-pc-main__inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	max-height: 84rem;
	height: calc( ( 840 / 1000 ) * 100%);
	border: var(--solid);
	background-color: var(--color-bg);
	margin: 0 auto;
	padding: 0 19rem;
}

/* ------------------------------------------------------------
 story-pc-header
------------------------------------------------------------ */
.story-pc-header {
	margin-left: 19rem;
}

.story-pc-header__title {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 600;
	font-size: var(--font-size28);
	letter-spacing: calc( 200 / 1000 * 1em);
}

/* ------------------------------------------------------------
 story-pc-contents
------------------------------------------------------------ */
.story-pc-contents {
	flex: 1;
	display: flex;
	flex-direction: row-reverse;
	height: calc( ( 424 / 840 ) * 100%);
}

.story-pc-contents p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* ---------- story-pc-contents__txt ---------- */
.story-pc-contents__txt {
	text-align: justify;
}

.story-pc-contents__txt__more {
	display: flex;
	justify-content: flex-end;
}

/* ---------- story-pc-contents__illust ---------- */
.story-pc-contents__illust {
	position: relative;
	width: 33.5rem;
}

.story-pc-contents__illust .c-illust.-type5 {
	width: 19.6rem;
	right: 2rem;
	bottom: -1.1rem;
}

/* ------------------------------------------------------------------------------------------------
 SP
------------------------------------------------------------------------------------------------ */
.story-sp-main {
	display: flex;
	flex-direction: row-reverse;
	width: var(--ww);
	height: var(--wh);
	overflow-x: scroll;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------
 story-sp-header
------------------------------------------------------------ */
.story-sp-header__title {
	font-weight: 600;
	font-size: var(--font-size16);
	letter-spacing: calc( 200 / 1000 * 1em);
}

/* ------------------------------------------------------------
 story-sp-page
------------------------------------------------------------ */
.story-sp-page {
	scroll-snap-align: start;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: var(--ww);
	height: var(--wh);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.story-sp-page__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30.3rem;
	height: 47.4rem;
	border: var(--solid);
	background-color: var(--color-bg);
}

/* ---------- story-sp-page__txt ---------- */
.story-sp-page__txt {
	padding: 7.1rem 0;
}

.story-sp-page__txt span {
	display: block;
	height: 33rem;
}

.story-sp-page__txt__line {
	display: block;
	white-space: nowrap;
	text-align-last: justify;
}

.story-sp-page__txt__more {
	display: block;
	text-align: right;
}

/* ---------- story-sp-page__illust ---------- */
.story-sp-page__illust {
	position: relative;
	width: 100%;
	height: 100%;
}

.story-sp-page__illust .c-illust.-type5 {
	width: 19.6rem;
	height: 15.1rem;
	right: 2.7rem;
	bottom: 5.4rem;
}
/*# sourceMappingURL=sourcemaps/page-story.css.map */
