/*------------------------------------------------------------
	pageLead
------------------------------------------------------------*/
.pageLead {
	margin-bottom: 89px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: url(../img/journal/page_title_bg01.webp) no-repeat center center/cover;
	box-sizing: border-box;
}

.pageLead h3 {
	margin-bottom: 22px;
	text-align: center;
	font-size: 51px;
	font-weight: 400;
	letter-spacing: 0.03em;
	animation-delay: 0.8s;
}

@media screen and (max-width: 768px) {
	.pageLead {
		margin-bottom: 50px;
		padding-bottom: 10px;
		height: 250px;
	}
	.pageLead h3 {
		font-size: 30px;
		letter-spacing: 0.01em;
	}
}

/*------------------------------------------------------------
	tb-rl
------------------------------------------------------------*/
.tb-rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media all and (-ms-high-contrast: none) {
	.tb-rl .enTxt {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		line-height: 1 !important;
	}
}

@media screen and (min-width: 769px) {
	.tb-rl p {
		-webkit-text-orientation: upright;
		text-orientation: upright;
	}
	.tb-rl .dot {
		margin: -0.5em 0.9em 0.3em 0;
		display: inline-block;
		vertical-align: top;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		line-height: 1 !important;
		letter-spacing: 0 !important;
		-webkit-text-orientation: mixed;
		text-orientation: mixed;
	}
	.text-combine {
		text-combine-upright: all;
		-webkit-text-combine: horizontal;
		-ms-text-combine-horizontal: all;
	}
}

@media screen and (max-width: 768px) {
	.tb-rl {
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	.tb-rl .dot {
		margin: 0 !important;
		display: inline !important;
	}
}

/*------------------------------------------------------------
	pagination
------------------------------------------------------------*/
.pagination {
	display: flex;
	justify-content: center;
}

.pagination li {
	margin: 0 22px;
	position: relative;
}

.pagination a, .pagination span {
	width: 57px;
	height: 57px;
	display: block;
	font-size: 20px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #A7A7A7;
	box-sizing: border-box;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
}

.pagination .on a, .pagination .on span {
	border-color: #333;
}

.pagination span {
	color: #A7A7A7;
	border-color: #A7A7A7;
}

.pagination li svg {
	display: block;
	width: 62px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination li.on svg {
	display: none;
}

.pagination li svg path {
	stroke: #333;
	stroke-width: 2px;
	fill: rgba(255, 255, 255, 0);
	stroke-dasharray: 315;
	stroke-dashoffset: 315;
}

.pagination li.loading svg path {
	stroke-dashoffset: 0;
	-webkit-transition: .8s 0.4s ease;
	transition: .8s 0.4s ease;
}

@media all and (min-width: 769px) {
	.pagination a:hover, .pagination span:hover {
		background: #A7A7A7;
		border-color: #A7A7A7;
	}
	.pagination span:hover {
		color: #333;
	}
}

@media screen and (max-width: 768px) {
	.pagination li {
		margin: 0 10px;
	}
	.pagination a, .pagination span {
		width: 40px;
		height: 40px;
		font-size: 17px;
		line-height: 38px;
	}
	.pagination li svg {
		width: 42px;
		height: 42px;
	}
}

/*------------------------------------------------------------
	journal
------------------------------------------------------------*/
#stan_container {
	padding-bottom: 0;
	background: #E6E6E6;
}

#main_journal {
	padding-bottom: 114px;
}

#main_journal.top {
	padding-bottom: 0 !important;
}

#main_journal #pagePath {
	padding: 21px 0;
}

#main_journal .comBlur .fadeUp {
	animation-delay: 0.8s;
}

#main_journal .bgWhite {
	padding-bottom: 132px;
	background: #FFF;
}

#main_journal .content {
	width: 1160px;
}

#main_journal .comPhoList {
	margin-left: 0;
	margin-right: 0;
}

#main_journal .latest_issue .content {
	width: 1156px;
}

#main_journal .latest_issue h3 {
	margin-bottom: 56px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	font-family: 'Zen Old Mincho', serif;
	letter-spacing: 0.1em;
}

#main_journal .latest_issue .comPhoList {
	margin: -39px 0 52px;
}

#main_journal .latest_issue .comPhoList li a {
	border: none;
}

#main_journal .comMoreBtn {
	margin: 0 auto;
}

#main_journal .comMoreBtn a {
	color: #808080;
}

@media screen and (max-width: 768px) {
	#navi_wrap li a {
		/* padding: 3px 15px; */
	}
	#main_journal {
		padding-bottom: 60px;
	}
	#main_journal #pagePath {
		padding: 15px;
	}
	#main_journal .bgWhite {
		padding-bottom: 60px;
	}
	#main_journal .content {
		width: auto;
	}
	#main_journal .comPhoList {
		margin-left: 0;
		margin-right: 0;
	}
	#main_journal .comPhoList li {
		animation-delay: 0s !important;
	}
	#main_journal .latest_issue .content {
		width: auto;
	}
	#main_journal .latest_issue h3 {
		margin-bottom: 25px;
		font-size: 25px;
	}
	#main_journal .latest_issue .comPhoList {
		margin: 0 0 30px;
	}
}

/*------------------------------------------------------------
	journal comTtl
------------------------------------------------------------*/
.comTtl {
	margin: -7px 0 80px 0;
}

.comTtl .numTxt {
	margin: 0 8px 15px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: center;
	color: #BAB4A6;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.comTtl .numTxt::before {
	width: 188px;
	height: 165px;
	position: absolute;
	left: -4px;
	top: 3px;
	background: url("../img/journal/voice/line01.webp") no-repeat left top;
	background-size: 100% auto;
	content: '';
}

.comTtl .numTxt span {
	margin-top: 4px;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
}

.comTtl .ttl {
	margin-left: 43px;
	position: relative;
	z-index: 1;
	font-size: 28px;
	font-family: 'Zen Old Mincho', serif;
	line-height: 2;
	font-weight: 700;
	letter-spacing: 0.09em;
}

.comTtl .ttl.nowrap {
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.comTtl {
		margin: 0 0 15px;
		width: auto;
	}
	.comTtl .numTxt {
		font-size: 13px;
	}
	.comTtl .numTxt::before {
		width: 120px;
	}
	.comTtl .numTxt span {
		font-size: 20px;
	}
	.comTtl .ttl {
		margin: 0;
		font-size: 20px;
	}
}

/*------------------------------------------------------------
	journal voice
------------------------------------------------------------*/
#main_journal .voice {
	margin-bottom: 110px;
	padding-bottom: 163px;
	background: #fff;
}

#main_journal .voice .mainImg {
	margin-bottom: 126px;
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/journal/voice/main_img01.webp") no-repeat center center/cover;
	box-sizing: border-box;
}

#main_journal .voice .mainImg.vol2 {
	background: url("../img/journal/voice/02/main.webp") no-repeat center center/cover;
}

#main_journal .voice .mainImg.vol3 {
	background: url("../img/journal/voice/03/main.webp") no-repeat center center/cover;
}

#main_journal .voice .mainImg.vol4 {
	background: url("../img/journal/voice/04/main.webp") no-repeat center center/cover;
}

#main_journal .voice .mainImg.vol5 {
	background: url("../img/journal/voice/05/main.webp") no-repeat center center/cover;
}

#main_journal .voice .mainImg.vol6 {
	background: url("../img/journal/voice/06/main.webp") no-repeat center center/cover;
}

#main_journal .voice .mainImg.vol3-story {
	background: url("../img/journal/story/03/main.webp") no-repeat center center/cover;
}

@media (min-width: 769px) {
	#main_journal .voice .vol5-lead {
		width: 520px !important;
		margin-left: auto;
		margin-right: auto;
	}
}

#main_journal .voice .mainImg .headLine {
	margin-bottom: 36px;
	text-align: center;
	font-weight: 700;
	animation-delay: 0.3s;
}

#main_journal .voice .mainImg .headLine .num {
	box-sizing: border-box;
	margin: 0 auto 8px;
	padding-top: 10px;
	width: 103px;
	height: 103px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000000;
	font-size: 10px;
	letter-spacing: 0.15em;
	border-radius: 50%;
	background: #fff;
}

#main_journal .voice .mainImg .headLine .num .innerTxt span {
	margin-top: 4px;
	display: block;
	font-size: 23px;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

#main_journal .voice .mainImg .headLine .imgTxt {
	display: block;
}

#main_journal .voice .content {
	width: 1174px;
}

#main_journal .voice .topBox {
	margin: 0 -5px 133px 22px;
}

#main_journal .voice .topBox .photoBox {
	width: 510px;
}

#main_journal .voice .topBox .textBox {
	margin-top: -4px;
	width: 580px;
	height: 322px;
}

#main_journal .voice .topBox .textBox.no-photo {
	margin-top: -4px;
	width: 100%;
	height: 322px;
}

#main_journal .voice .topBox .textBox.no-photo p:not(:first-of-type) {
	margin-right: 30px;
}

#main_journal .voice .topBox .textBox p {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 2.69;
	letter-spacing: 0.05em;
}

#main_journal .voice .topBox .textBox .stan-wrap {
	display: inline-block;
}

#main_journal .voice .chapter:not(:last-child) {
	margin-bottom: 188px;
}

#main_journal .voice .chapter .imgBox01 {
	margin: 0 auto 107px;
	max-width: 1452px;
	box-sizing: border-box;
}

#main_journal .voice .chapter .imgBox01 .photoBox {
	width: 47.87%;
}

#main_journal .voice .chapter .imgBox01 .photoBox img {
	width: 100%;
}

#main_journal .voice .chapter .imgBox01 .textBox {
	padding-left: 72px;
	flex: 1;
	box-sizing: border-box;
}

#main_journal .voice .chapter .imgBox01 .textBox .innerBox {
	width: 546px;
}

#main_journal .voice .chapter .imgBox01 .textBox .textInner {
	width: 100%;
	height: 323px;
}

#main_journal .voice .chapter .imgBox01 .textBox .textInner p {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 2.18;
	letter-spacing: 0.08em;
}

#main_journal .voice .chapter .imgBox01 .textBox .textInner p:not(:last-child) {
	margin-left: 34px;
}

#main_journal .voice .chapter .imgBox01 .textBox .textInner p .dot {
	margin-right: 0.6em;
}

#main_journal .voice .chapter .textArea {
	margin-bottom: 90px;
	width: 100%;
	height: 323px;
}

#main_journal .voice .chapter .textArea p {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 2.18;
	letter-spacing: 0.06em;
}

#main_journal .voice .chapter .textArea p:not(:last-child) {
	margin-left: 36px;
}

#main_journal .voice .chapter .textArea p .dot {
	margin-right: 0.6em;
}

#main_journal .voice .chapter .photo {
	margin: 0 auto 100px;
	width: 980px;
	text-align: center;
}

#main_journal .voice .chapter .imgBox02 {
	margin: 0 auto;
	max-width: 1454px;
	display: flex;
	justify-content: space-between;
}

#main_journal .voice .chapter .imgBox02 .photoBox {
	width: 32.46%;
	max-width: 472px;
}

#main_journal .voice .chapter .imgBox02 .textBox {
	flex: 1;
	order: 1;
	box-sizing: border-box;
}

#main_journal .voice .chapter .imgBox02 .textBox .textInner {
	width: 100%;
	max-width: 844px;
	height: 324px;
}

#main_journal .voice .chapter .imgBox02 .textBox p {
	margin-left: 35px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 2.19;
	letter-spacing: 0.08em;
}

#main_journal .voice .chapter .imgBox02 .textBox p .dot {
	margin-right: 0.6em;
}

#main_journal .voice .chapter .imgBoxR01 .photoBox {
	order: 1;
}

#main_journal .voice .chapter .imgBoxR01 .textBox {
	padding: 0 72px 0 20px;
}

#main_journal .voice .chapter .imgBoxR01 .textBox .innerBox {
	margin-left: auto;
	width: 570px;
}

#main_journal .voice .chapter .imgBox03 {
	margin: 0 6px;
}

#main_journal .voice .chapter .imgBox03 .photoBox {
	width: 695px;
}

#main_journal .voice .chapter .imgBox03 .textBox {
	width: 455px;
	height: 320px;
	order: 1;
}

#main_journal .voice .chapter .imgBox03 .textBox p {
	margin-left: 108px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 2.19;
	letter-spacing: 0.05em;
}

#main_journal .voice .chapter .imgBox03 .textBox p:last-child {
	margin: 0;
}

#main_journal .photo-area {
	text-align: center;
	margin: 90px auto;
}

#main_journal .voice .fullimage {
	width: 100%;
	margin: 90px auto;
}

#main_journal .voice .fullimage img {
	width: 100%;
	height: auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#main_journal .voice .mainImg.vol3 {
		background: url("../img/journal/voice/03/main.webp") no-repeat center right 15%/cover;
	}
	#main_journal .voice {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	#main_journal .voice .mainImg {
		margin-bottom: 40px;
		padding: 20px;
		height: 400px;
	}
	#main_journal .voice .mainImg .headLine {
		margin-bottom: 35px;
	}
	#main_journal .voice .mainImg .headLine .num {
		margin-bottom: 10px;
		padding-top: 0.7em;
		width: 70px;
		height: 70px;
	}
	#main_journal .voice .mainImg .headLine .num .innerTxt span {
		font-size: 20px;
	}
	#main_journal .voice .content {
		width: auto;
	}
	#main_journal .voice .topBox {
		margin: 0 0 40px;
	}
	#main_journal .voice .topBox .photoBox {
		margin-bottom: 20px;
		width: auto;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#main_journal .voice .topBox .textBox {
		margin-top: 0;
		width: auto;
		height: auto;
	}
	#main_journal .voice .topBox .textBox.no-photo {
		margin-top: 0;
		width: auto;
		height: auto;
	}
	#main_journal .voice .topBox .textBox.no-photo p:not(:first-of-type) {
		margin-right: 0;
	}
	#main_journal .voice .topBox .textBox p {
		font-size: 14px;
		line-height: 1.8;
	}
	#main_journal .voice .topBox .textBox.no-photo p:not(:first-of-type) {
		margin-top: 20px;
	}
	#main_journal .voice .chapter:not(:last-child) {
		margin-bottom: 50px;
	}
	#main_journal .voice .chapter .imgBox01 {
		margin: 0 0 15px;
		max-width: inherit;
		display: block;
	}
	#main_journal .voice .chapter .imgBox01 .photoBox {
		width: auto;
		text-align: center;
	}
	#main_journal .voice .chapter .imgBox01 .textBox {
		padding: 30px 15px 0;
	}
	#main_journal .voice .chapter .imgBox01 .textBox .innerBox {
		width: auto;
	}
	#main_journal .voice .chapter .imgBox01 .textBox .textInner {
		width: auto;
		height: auto;
	}
	#main_journal .voice .chapter .imgBox01 .textBox .textInner p {
		margin: 0;
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	#main_journal .voice .chapter .imgBox01 .textBox .textInner p:not(:last-child) {
		margin: 0 0 15px;
	}
	#main_journal .voice .chapter .textArea {
		margin-bottom: 15px;
		width: auto;
		height: auto;
	}
	#main_journal .voice .chapter .textArea p {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	#main_journal .voice .chapter .textArea p:not(:last-child) {
		margin: 0 0 15px;
	}
	#main_journal .voice .chapter .photo {
		margin: 0 0 40px;
		width: auto;
	}
	#main_journal .voice .chapter .imgBox02 {
		margin: 0 15px;
		max-width: inherit;
		display: block;
	}
	#main_journal .voice .chapter .imgBox02 .photoBox {
		width: auto;
		max-width: inherit;
		text-align: center;
	}
	#main_journal .voice .chapter .imgBox02 .textBox {
		margin-bottom: 30px;
	}
	#main_journal .voice .chapter .imgBox02 .textBox .textInner {
		width: auto;
		max-width: inherit;
		height: auto;
	}
	#main_journal .voice .chapter .imgBox02 .textBox p {
		margin: 0 0 15px;
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	#main_journal .voice .chapter .imgBox02 .textBox p:last-child {
		margin: 0;
	}
	#main_journal .voice .chapter .imgBoxR01 .textBox {
		padding: 30px 15px 0;
	}
	#main_journal .voice .chapter .imgBoxR01 .textBox .innerBox {
		margin-left: 0;
		width: auto;
	}
	#main_journal .voice .chapter .imgBox03 {
		margin: 0;
		display: block;
	}
	#main_journal .voice .chapter .imgBox03 .photoBox {
		width: auto;
	}
	#main_journal .voice .chapter .imgBox03 .textBox {
		margin-bottom: 30px;
		width: auto;
		height: auto;
	}
	#main_journal .voice .chapter .imgBox03 .textBox p {
		margin: 0 0 15px;
		font-size: 14px;
		line-height: 1.8;
	}
	#main_journal .voice .chapter .imgBox03 .textBox p:last-child {
		margin: 0;
	}
	#main_journal .photo-area {
		text-align: center;
		margin: 30px auto;
	}
	#main_journal .voice .fullimage {
		text-align: center;
		margin: 30px auto;
	}
}

/*------------------------------------------------------------
	journal story
------------------------------------------------------------*/
#main_journal .story .mainImg {
	margin-bottom: 123px;
	text-align: center;
	background: #F8FAEB;
}

#main_journal .story.page2 .mainImg {
	margin-bottom: 0;
}

#main_journal .story .mainImg .innerBox {
	margin: 0 auto;
	padding: 16px 0 38px;
	width: 1252px;
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

#main_journal .story .mainImg .num {
	box-sizing: border-box;
	padding-top: 7px;
	width: 95px;
	height: 95px;
	position: absolute;
	left: 42px;
	top: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	background: #fff;
}

#main_journal .story .mainImg .num .innerTxt {
	width: 100%;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#main_journal .story .mainImg .num .innerTxt span {
	display: block;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.3;
}

#main_journal .story .mainImg h3 {
	box-sizing: border-box;
	padding-top: 76px;
	width: 521px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: right;
}

#main_journal .story .mainImg h3 img {
	width: 390px;
}

#main_journal .story .mainImg .pho {
	width: 698px;
	text-align: center;
}

#main_journal .story .content {
	width: 1160px;
}

#main_journal .story .topTxtBox {
	margin: 0 auto 96px;
	width: 944px;
}

#main_journal .story .topTxtBox .inner {
	width: 100%;
	height: 323px;
}

#main_journal .story .topTxtBox p {
	margin-left: 35px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 2.19;
	letter-spacing: 0.065em;
}

#main_journal .story .topTxtBox p:last-child {
	margin-left: 0;
}

#main_journal .story .topTxtBox p .dot {
	margin-right: 0.75em;
}

#main_journal .story .imgTxtBox {
	margin-bottom: 100px;
	padding: 87px 20px 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

#main_journal .story .imgTxtBox .imgtext01 {
	margin: 10px 70px 0;
	width: 278px;
}

#main_journal .story .imgTxtBox .imgtext02 {
	margin: 0 76px 0 72px;
	width: 335px;
}

#main_journal .story .imgBox01 {
	margin-bottom: 160px;
	display: flex;
	justify-content: space-between;
}

#main_journal .story .imgBox01 .photoBox {
	width: 372px;
}

#main_journal .story .imgBox01 .textBox {
	box-sizing: border-box;
	margin: 0 -8px 0 20px;
	flex: 1;
}

#main_journal .story .imgBox01 .textBox .inner {
	width: 100%;
	height: 266px;
	box-sizing: border-box;
}

#main_journal .story .imgBox01 .textBox p {
	margin-left: 35px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 2.19;
	letter-spacing: 0.03em;
}

#main_journal .story .imgBox01 .textBox p:last-child {
	margin-left: 0;
}

#main_journal .story .imgBox01 .textBox p .dot {
	margin-right: 0.75em;
}

#main_journal .story .smallBox {
	padding: 0 65px;
}

#main_journal .story .bgWhite {
	padding: 116px 0 186px;
}

#main_journal .story .cTxt {
	margin-bottom: 169px;
	font-size: 16px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	text-align: center;
	line-height: 2.37;
	letter-spacing: 0.04em;
}

#main_journal .story .interview:not(:last-child) {
	margin-bottom: 185px;
}

#main_journal .story .interview .comTtl {
	margin-bottom: 150px;
}

#main_journal .story .interview .comTtl .numTxt {
	margin: 0 0 13px;
	font-size: 18px;
	letter-spacing: 0.29em;
}

#main_journal .story .interview .comTtl .numTxt span {
	margin: 7px 8px 0 0;
	font-size: 35px;
	letter-spacing: 0;
}

#main_journal .story .interview .comTtl .numTxt::before {
	width: 294px;
	height: 294px;
	left: 5px;
	top: 2px;
	background-image: url("../img/journal/story/line.webp");
}

#main_journal .story .interview .comTtl .ttl {
	margin-left: 67px;
	font-size: 62px;
	letter-spacing: 0.09em;
	line-height: 1.5;
}

#main_journal .story .interview .comTtl .ttl01.tc {
	margin-left: 0;
	text-align: center;
}

#main_journal .story .interview .comTtl .ttl01 {
	font-size: 56px;
	letter-spacing: 0;
}

#main_journal .story .interview .imgBox02 {
	margin: 0 auto 147px;
	width: 990px;
	display: flex;
	justify-content: center;
}

#main_journal .story .interview .imgBox02 .photoBox {
	margin: 10px 104px 0 -21px;
	width: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#main_journal .story .interview .imgBox02 .photoBox .photo {
	margin-bottom: 46px;
}

#main_journal .story .interview .imgBox02 .photoBox .photo img {
	width: 100%;
}

#main_journal .story .interview .imgBox02 .photoBox .name {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-weight: 700;
	font-family: 'Zen Old Mincho', serif;
	font-size: 38px;
	letter-spacing: 0.05em;
}

#main_journal .story .interview .imgBox02 .photoBox .name .sml {
	margin-bottom: 4px;
	display: block;
	font-size: 20px;
}

#main_journal .story .interview .imgBox02 .photoBox .name .txt {
	display: block;
	font-size: 20px;
	letter-spacing: -0.1em;
}

#main_journal .story .interview .imgBox02 .textBox {
	width: 637px;
	display: flex;
	align-items: center;
}

#main_journal .story .interview .imgBox02 .textBox .innerBox {
	width: 100%;
	column-count: 2;
	column-gap: 70px;
}

#main_journal .story .interview .imgBox02 .textBox p {
	margin-bottom: 35px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 2.19;
	letter-spacing: 0.06em;
}

#main_journal .story .interview .imgBox02 .textBox p:last-child {
	margin-bottom: 0 !important;
}

#main_journal .story .interview .imgBox02 .textBox p.pb02 {
	padding-bottom: 100px;
}

#main_journal .story .interview .imgBox03 {
	margin-bottom: 124px;
}

#main_journal .story .interview .imgBox03 .photoBox {
	margin: 1px 108px 0 -48px;
}

#main_journal .story .interview .imgBox03 .photoBox .photo {
	margin-bottom: 12px;
}

#main_journal .story .interview .imgBox03 .textBox {
	width: 280px;
}

#main_journal .story .interview .imgBox03 .textBox .innerBox {
	column-count: auto;
	column-gap: normal;
}

#main_journal .story .interview .subSec {
	margin: 0 auto 102px;
	width: 980px;
}

#main_journal .story .interview .subSec:last-child {
	margin-bottom: 0;
}

#main_journal .story .interview .subSec .subTtl {
	margin-bottom: 66px;
	padding: 38px 0 37px;
	text-align: center;
	font-weight: 700;
	font-family: 'Zen Old Mincho', serif;
	font-size: 40px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#main_journal .story .interview .subSec .textArea {
	margin-bottom: 65px;
	column-count: 2;
	column-gap: 78px;
}

#main_journal .story .interview .subSec .textArea01 {
	margin: 0 auto 65px;
	width: 454px;
	column-count: auto;
	column-gap: normal;
}

#main_journal .story .interview .subSec .textArea:last-child {
	margin-bottom: 0 !important;
}

#main_journal .story .interview .subSec .textArea p {
	margin-bottom: 34px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 2.19;
	letter-spacing: 0.05em;
}

#main_journal .story .interview .subSec .textArea p:last-child {
	margin-bottom: 0 !important;
}

#main_journal .story .interview .subSec .textArea p.pb01 {
	padding-bottom: 72px;
}

#main_journal .story .interview .photoArea {
	margin: 0 auto 175px;
	width: 758px;
	text-align: center;
}

#main_journal .story .interview .photoArea:last-child {
	margin-bottom: 0 !important;
}

#main_journal .story .interview .link {
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

#main_journal .story .interview .link a:hover {
	opacity: 0.7;
}

#main_journal .story .volTxtBox {
	margin-bottom: 165px;
	padding: 147px 0 134px;
	background: #F8FAEC;
}

#main_journal .story .volTxtBox .imgTxt {
	margin-bottom: 183px;
	text-align: center;
}

#main_journal .story .volTxtBox .textArea {
	margin: 0 auto 188px;
	width: 978px;
}

#main_journal .story .volTxtBox .textArea .inner {
	width: 100%;
	height: 330px;
}

#main_journal .story .volTxtBox .textArea p {
	margin-left: 35px;
	text-align: left;
	font-size: 16px;
	line-height: 2.19;
	letter-spacing: 0.04em;
}

#main_journal .story .volTxtBox .textArea p:last-child {
	margin: 0;
}

#main_journal .story .volTxtBox .textArea p .dot {
	margin-right: 0.6em;
}

#main_journal .story .volTxtBox .textArea .text01 {
	margin-bottom: -2em;
}

#main_journal .story .volTxtBox .textArea .text02 {
	margin-bottom: 4.5em;
}

@media screen and (max-width: 768px) {
	#main_journal .story .mainImg {
		margin-bottom: 40px;
	}
	#main_journal .story .mainImg .innerBox {
		padding: 60px 15px 30px;
		width: auto;
		display: block;
	}
	#main_journal .story .mainImg .num {
		width: 70px;
		height: 70px;
		left: 15px;
		top: 15px;
	}
	#main_journal .story .mainImg .num .innerTxt {
		letter-spacing: 0.05em;
	}
	#main_journal .story .mainImg .num .innerTxt span {
		font-size: 18px;
		letter-spacing: 0;
	}
	#main_journal .story .mainImg h3 {
		margin-bottom: 10px;
		padding-top: 0;
		width: auto;
		display: block;
		text-align: center;
	}
	#main_journal .story .mainImg h3 img {
		width: 200px;
	}
	#main_journal .story .mainImg .pho {
		width: auto;
	}
	#main_journal .story .content {
		width: auto;
	}
	#main_journal .story .topTxtBox {
		margin: 0 0 40px;
		width: auto;
	}
	#main_journal .story .topTxtBox .inner {
		width: auto;
		height: auto;
	}
	#main_journal .story .topTxtBox p {
		margin: 0 0 15px;
		font-size: 14px;
		line-height: 1.8;
	}
	#main_journal .story .topTxtBox p:last-child {
		margin: 0;
	}
	#main_journal .story .imgTxtBox {
		margin-bottom: 40px;
		padding: 40px 18px 40px 15px;
		display: block;
	}
	#main_journal .story .imgTxtBox .imgtext01 {
		margin: 0 0 30px;
		width: auto;
		text-align: center;
	}
	#main_journal .story .imgTxtBox .imgtext01 img {
		width: 180px;
	}
	#main_journal .story .imgTxtBox .imgtext02 {
		margin: 0;
		width: auto;
		text-align: center;
	}
	#main_journal .story .imgTxtBox .imgtext02 img {
		width: 300px;
	}
	#main_journal .story .imgBox01 {
		margin-bottom: 40px;
		display: block;
	}
	#main_journal .story .imgBox01 .photoBox {
		margin-bottom: 20px;
		width: auto;
		text-align: center;
	}
	#main_journal .story .imgBox01 .textBox {
		margin: 0;
	}
	#main_journal .story .imgBox01 .textBox .inner {
		width: auto;
		height: auto;
	}
	#main_journal .story .imgBox01 .textBox p {
		margin: 0 0 15px;
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	#main_journal .story .imgBox01 .textBox p:last-child {
		margin: 0;
	}
	#main_journal .story .smallBox {
		padding: 0;
	}
	#main_journal .story .bgWhite {
		padding: 50px 0;
	}
	#main_journal .story .cTxt {
		margin-bottom: 50px;
		font-size: 14px;
		line-height: 1.8;
	}
	#main_journal .story .interview:not(:last-child) {
		margin-bottom: 50px;
	}
	#main_journal .story .interview .comTtl {
		margin-bottom: 20px;
	}
	#main_journal .story .interview .comTtl .numTxt {
		margin: 0 0 8px;
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	#main_journal .story .interview .comTtl .numTxt span {
		margin: 5px 0 0;
		font-size: 22px;
		letter-spacing: 0;
	}
	#main_journal .story .interview .comTtl .numTxt::before {
		width: 69px;
		height: 69px;
		left: auto;
		right: -20px;
		top: 0;
	}
	#main_journal .story .interview .comTtl .ttl {
		margin-left: 0;
		font-size: 30px;
		letter-spacing: 0;
		line-height: 1.3;
	}
	#main_journal .story .interview .comTtl .ttl.tc {
		text-align: left;
	}
	#main_journal .story .interview .comTtl .ttl01 {
		font-size: 30px;
	}
	#main_journal .story .interview .imgBox02 {
		margin: 0 0 40px;
		width: auto;
		display: block;
	}
	#main_journal .story .interview .imgBox02 .photoBox {
		margin: 0 auto 20px;
		width: 60%;
		display: block;
	}
	#main_journal .story .interview .imgBox02 .photoBox .photo {
		margin-bottom: 10px;
	}
	#main_journal .story .interview .imgBox02 .photoBox .name {
		text-align: center;
		font-size: 22px;
	}
	#main_journal .story .interview .imgBox02 .photoBox .name .sml {
		font-size: 13px;
	}
	#main_journal .story .interview .imgBox02 .photoBox .name .txt {
		font-size: 13px;
		letter-spacing: 0;
	}
	#main_journal .story .interview .imgBox02 .textBox {
		width: auto;
		display: block;
	}
	#main_journal .story .interview .imgBox02 .textBox .innerBox {
		width: auto;
		column-count: auto;
		column-gap: normal;
	}
	#main_journal .story .interview .imgBox02 .textBox p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	#main_journal .story .interview .imgBox02 .textBox p:last-child {
		margin: 0 !important;
	}
	#main_journal .story .interview .imgBox02 .textBox p.pb02 {
		padding-bottom: 0;
	}
	#main_journal .story .interview .imgBox03 {
		margin-bottom: 35px;
	}
	#main_journal .story .interview .imgBox03 .photoBox {
		margin: 0 auto 20px;
	}
	#main_journal .story .interview .imgBox03 .photoBox .photo {
		margin-bottom: 10px;
	}
	#main_journal .story .interview .imgBox03 .textBox {
		width: auto;
	}
	#main_journal .story .interview .subSec {
		margin: 0 0 40px;
		width: auto;
	}
	#main_journal .story .interview .subSec:last-child {
		margin-bottom: 0;
	}
	#main_journal .story .interview .subSec .subTtl {
		margin-bottom: 30px;
		padding: 15px 0;
		font-size: 24px;
		line-height: 1.3;
	}
	#main_journal .story .interview .subSec .textArea {
		margin-bottom: 30px;
		column-count: auto;
		column-gap: normal;
	}
	#main_journal .story .interview .subSec .textArea01 {
		margin: 0 0 30px;
		width: auto;
	}
	#main_journal .story .interview .subSec .textArea p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.8;
	}
	#main_journal .story .interview .subSec .textArea p.pb01 {
		padding-bottom: 0;
	}
	#main_journal .story .interview .photoArea {
		margin: 0 0 40px;
		width: auto;
	}
	#main_journal .story .interview .link {
		margin: 0;
		max-width: inherit;
	}
	#main_journal .story .volTxtBox {
		margin-bottom: 40px;
		padding: 40px 0;
	}
	#main_journal .story .volTxtBox .imgTxt {
		margin-bottom: 30px;
	}
	#main_journal .story .volTxtBox .imgTxt img {
		width: 200px;
	}
	#main_journal .story .volTxtBox .textArea {
		margin: 0 0 35px;
		width: auto;
	}
	#main_journal .story .volTxtBox .textArea .inner {
		width: auto;
		height: auto;
	}
	#main_journal .story .volTxtBox .textArea p {
		margin: 0 0 15px;
		font-size: 14px;
		line-height: 1.8;
	}
	#main_journal .story .volTxtBox .textArea .text01 {
		margin-bottom: 15px;
	}
	#main_journal .story .volTxtBox .textArea .text02 {
		margin-bottom: 0;
	}
	#main_journal .story .volTxtBox .textArea p:last-child {
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	#main_journal .story .mainImg h3 img {
		width: 150px;
	}
}

.photoBox.small {
	width: 472px;
}

.photoBox.ml {
	margin-left: 36px;
}

@media screen and (max-width: 768px) {
	.photoBox.small {
		width: auto;
		margin-bottom: 15px;
		text-align: center;
	}
	.photoBox.ml {
		margin-left: 0;
	}
}

@media screen and (min-width: 769px) {
	#main_journal .voice .chapter .textArea p.interviewBlock {
		margin: 0 108px;
	}
}

/*--story_06.html--*/
.story_06 #main_journal .story .topImgBox {
	margin-bottom: 120px;
}

@media (max-width: 768px) {
	.story_06 #main_journal .story .topImgBox {
		margin-bottom: 80px;
	}
}

.story_06 #main_journal .story .flex-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.story_06 #main_journal .story .flex-box.column-2 .flex-element {
	width: 47%;
}

@media (max-width: 768px) {
	.story_06 #main_journal .story .flex-box.column-2 .flex-element {
		width: 100%;
	}
}

.story_06 #main_journal .story .flex-box.answers .flex-element:not(:last-of-type) {
	margin-bottom: 75px;
}

@media (max-width: 768px) {
	.story_06 #main_journal .story .flex-box.answers .flex-element:not(:last-of-type) {
		margin-bottom: 60px;
	}
}

.story_06 #main_journal .story .flex-box.answers .flex-element.mt0 {
	margin-top: 0 !important;
}

@media (min-width: 769px) {
	.story_06 #main_journal .story .flex-box.answers .flex-element.mb0-pc {
		margin-bottom: 0 !important;
	}
}

.story_06 #main_journal .story .flex-box.answers .flex-element.width-100 {
	width: 100% !important;
}

.story_06 #main_journal .story .section-title {
	font-size: 27px;
	margin-bottom: 50px;
	padding: 38px 0 37px;
	text-align: center;
	font-weight: 700;
	font-family: 'Zen Old Mincho', serif;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.story_06 #main_journal .story .section-title {
		margin-bottom: 20px;
		font-size: 24px;
		padding: 20px 0 19px;
	}
}

.story_06 #main_journal .story .section-desc {
	line-height: 2.4;
	font-size: 16px;
}

.story_06 #main_journal .story .photoArea figcaption {
	text-align: right;
	font-size: 13px;
	margin-top: 10px;
}

.story_06 #main_journal .story .comTtl .ttl {
	font-size: 44px;
	letter-spacing: 2px;
}

@media (min-width: 769px) {
	.story_06 #main_journal .story .comTtl .ttl {
		margin-left: 190px;
	}
}

@media (max-width: 768px) {
	.story_06 #main_journal .story .comTtl .ttl {
		font-size: 30px;
	}
}

.story_06 #main_journal .story .comTtl .ttl.style02 {
	font-size: 37px;
}

@media (max-width: 768px) {
	.story_06 #main_journal .story .comTtl .ttl.style02 {
		font-size: 24px;
	}
}

.story_06 #main_journal .story .link-blue {
	color: #0075c2;
	font-weight: bold;
}

/*# sourceMappingURL=../../../_map/syohin/stan/css/journal.css.map */
