@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700,800");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

@font-face {
	font-weight: 100;
	font-family: "Yu Mincho";
	src: local("Yu Mincho Regular");
}

@font-face {
	font-weight: 200;
	font-family: "Yu Mincho";
	src: local("Yu Mincho Regular");
}

@font-face {
	font-weight: 300;
	font-family: "Yu Mincho";
	src: local("Yu Mincho Regular");
}

@font-face {
	font-weight: 400;
	font-family: "Yu Mincho";
	src: local("Yu Mincho Medium");
}

@font-face {
	font-weight: 500;
	font-family: "Yu Mincho";
	src: local("Yu Mincho Demibold");
}

@font-face {
	font-weight: bold;
	font-family: "Yu Mincho";
	src: local("Yu Mincho Bold");
}

@font-face {
	font-weight: 100;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 200;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 300;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 400;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: bold;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
}

body {
	color: #231e1f;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	letter-spacing: .08em;
	font-weight: 400;
	font-family: "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: 1.8;

	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-ms-hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

_:-ms-lang(x)::-ms-backdrop, body {
	letter-spacing: 0 !important;
}

/* --------
  汎用クラス
-------- */

.clr:after, .cols:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* --------
  デフォルト
-------- */

html {
	font-size: 62.5%;
}

html.android {
	font-size: 60%;
}

html.android body {
	letter-spacing: 0 !important;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
}

a {
	position: relative;
	outline: none;
	color: #231e1f;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

a.blank, a .blank {
	position: relative;
}

a.blank:after, a .blank:after {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 13px;
	height: 9px;
	background: url(../img/icn-blank.png) 0 0 no-repeat;
	background-size: contain;
	content: "";
}

a span {
	display: inline-block;
}

a span.arrow {
	padding-right: 38px;
	background: url(../img/icn-arrow.png) 100% 35% no-repeat;
	background-size: 30px;
}

a.cboxElement {
	position: relative;
	display: block;
}

a.cboxElement:after {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 23px;
	height: 23px;
	background: url(../img/icn-zoom.png) 50% 50% no-repeat;
	background-size: contain;
	content: "";
}

.btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.btns a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 8px 15px 16px;
	width: 48%;
	background-color: #6b6b6b;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: 1.4;
}

.btn-more a, .btn-more > div {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 8px 15px 16px;
	background-color: #900000;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: 1.4;
}

.btn-more a span, .btn-more > div span {
	display: inline-block;
}

.btn-more a span.arrow, .btn-more > div span.arrow {
	padding-right: 38px;
	background: url(../img/icn-arrow.png) 100% 35% no-repeat;
	background-size: 30px;
}

.btn-more.officialhp a {
	background-color: #b99849;
}

.fadein {
	position: relative;
	top: 20px;
	opacity: 0;
}

.dash {
	letter-spacing: 0;
}

/* --------
  共通レイアウト
-------- */

.inner {
	margin: 0 auto;
	max-width: 1000px;
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	width: 100%;
	background-color: rgba(35, 30, 31, .6);
	color: #fff;
	line-height: 1;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

header .andm {
	width: 68px;
}

header .andm img {
	width: 63px;
}

header .mistubishi {
	width: 184px;
}

header .sns {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;

	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

header .sns > div {
	width: 30px;
}

header .sns > div:last-child {
	margin-left: 8px;
}

.gallery {
	padding: 100px 0 60px;
	background-color: #f4f4f4;
	text-align: center;
}

.gallery .inner {
	max-width: 1200px;
}

.gallery h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	margin-bottom: 90px;
	font-weight: 500;
	font-size: 40px;
	font-size: 4rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.gallery h2 span {
	display: inline-block;
	margin: 0 30px;
}

.gallery h2:before, .gallery h2:after {
	display: block;
	width: 150px;
	height: 1px;
	background-color: #231e1f;
	content: "";
}

.gallery .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.gallery .flex .col {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 50px 10px;
	width: 50%;
}

.gallery .flex .col .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	margin-bottom: 30px;
	height: 60px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.gallery .flex .col p {
	margin: 0 -8px 26px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}

.gallery .flex .col a {
	display: block;
}

.gallery .flex .col figure {
	margin-bottom: 30px;
}

.gallery .flex .col .ttl {
	margin-bottom: 30px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
}

.gallery .flex .col ul li {
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
	letter-spacing: 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.gallery .flex .col ul li span {
	display: inline;
}

.gallery .flex .col ul li .narrow {
	letter-spacing: -.02em;
	font-size: 13px;
	font-size: 1.3rem;
}

.gallery .flex .col .btn-more {
	margin-top: 30px;
}

.gallery .flex .col .btns {
	margin-top: 20px;
	margin-top: 10px;
}

.gallery .flex .col .present {
	margin: 20px -40px 0;
}

.gallery .flex .col .present .notice {
	display: block;
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.gallery .flex .col.col-gran {
	background-color: #231e1f;
	color: #fff;
}

.gallery .flex .col.col-gran a {
	color: #fff;
}

.gallery .flex .col.col-gran .logo img {
	width: 139px;
}

.gallery .flex .col.col-one {
	background-color: #fff;
}

.gallery .flex .col.col-one .logo img {
	width: 265px;
}

.links {
	padding: 90px 0;
	background: url(../img/links-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.links .inner {
	max-width: 500px;
}

.links .btns {
	margin-bottom: 20px;
}

.links .btns a {
	background-color: #900000;
}

.page-btns {
	padding: 50px 15px 60px;
	background-color: #f4f4f4;
	text-align: center;
}

.page-btns .pagetop {
	display: inline-block;
	margin-bottom: 20px;
}

.page-btns .pagetop:hover img {
	opacity: .7;
}

.page-btns .pagetop img {
	padding: 10px;
	width: 40px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.page-btns .sns p {
	margin-bottom: 4px;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
}

.page-btns .sns div {
	display: inline-block;
	margin: 0 8px;
	width: 30px;
	vertical-align: top;
}

.pagenav {
	position: relative;
	min-height: 30px;
	background-color: #231e1f;
	text-align: center;
	line-height: 1;
}

.pagenav .inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.pagenav .inner > div {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: 1.5;
}

.pagenav .inner > div a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}

.pagenav .home {
	border-right: 1px solid #54484a;
	border-left: 1px solid #54484a;
}

.pagenav .home a {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	padding: 20px 14px;
	width: 80px;
	height: 80px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.pagenav .prev, .pagenav .next {
	width: 43%;
}

.pagenav .prev a, .pagenav .next a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding: 20px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

.pagenav .prev a img, .pagenav .next a img {
	width: 80px;
}

.pagenav .prev a .txt, .pagenav .next a .txt {
	line-height: 1.4;
}

.pagenav .prev a .txt small, .pagenav .next a .txt small {
	display: block;
	margin-bottom: 5px;
	color: #b99849;
}

.pagenav .prev a .txt div, .pagenav .next a .txt div {
	padding-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

.pagenav .prev a {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;

	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
}

.pagenav .prev a img {
	margin-left: 18px;
}

.pagenav .prev a .txt div {
	background: url(../img/pagenav-arrow-prev.png) 100% 100% no-repeat;
	background-size: 100px;
}

.pagenav .next a {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: left;

	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
}

.pagenav .next a img {
	margin-right: 18px;
}

.pagenav .next a .txt div {
	background: url(../img/pagenav-arrow-next.png) 0 100% no-repeat;
	background-size: 100px;
}

footer {
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 0;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.3;
}

footer .logo {
	padding: 80px 0;
	border-bottom: 1px solid #e5e5e5;
}

footer .logo img {
	width: 285px;
}

footer .asahi {
	padding: 20px 10px 18px;
	font-size: 10px;
	font-size: 1rem;
}

footer .asahi img {
	width: 195px;
}

footer p {
	margin-bottom: 3px;
}

footer .copyright {
	display: block;
	letter-spacing: 0;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.3;
}

.fixbtn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 65;
	display: none;
	width: 250px;
	text-align: center;
	line-height: 1.4;
}

.fixbtn a {
	display: block;
	padding: 6px 0 0;
	background-color: #900000;
	-webkit-box-shadow: 5px 5px 10px rgba(35, 30, 31, .5);
	box-shadow: 5px 5px 10px rgba(35, 30, 31, .5);
}

.fixbtn a:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	width: 13px;
	height: 9px;
	background: url(../img/icn-blank.png) 0 0 no-repeat;
	background-size: contain;
	content: "";
}

.fixbtn a > div .ttl {
	margin-bottom: 6px;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
}

.fixbtn a > div .copy {
	background-color: #b99849;
	color: #fff;
	text-indent: 0;
	letter-spacing: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

/* --------
  TOP
-------- */

.mainimg {
	position: relative;
	width: 100%;
	height: 100vh;
}

.mainimg .bg {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: #231e1f;
}

.mainimg .bg figure {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

.mainimg .bg figure span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	max-width: none;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.18) translate(-50%, -50%);
	-ms-transform: scale(1.18) translate(-50%, -50%);
	transform: scale(1.18) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.mainimg .bg figure span.img1 {
	background: url(../img/mainimg-img1.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.mainimg .bg figure span.img2 {
	background: url(../img/mainimg-img2.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.mainimg .bg figure span.img3 {
	background: url(../img/mainimg-img3.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.mainimg .bg figure span.img4 {
	background: url(../img/mainimg-img4.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.mainimg .bg figure span.img5 {
	background: url(../img/mainimg-img5.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.mainimg .bg figure span.img6 {
	background: url(../img/mainimg-img6.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.mainimg .bg figure.active img {
	-webkit-transform: scale(1) translateX(-50%);
	-ms-transform: scale(1) translateX(-50%);
	transform: scale(1) translateX(-50%);
}

.mainimg h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 60;
	width: 117px;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mainimg .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 60;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	height: 100px;
	color: #fff;
}

.mainimg .btn .scroll {
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 30px;
	height: 100%;
	color: #fff;
}

.mainimg .btn .scroll span {
	display: block;
	width: 100px;
	letter-spacing: 1px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	-webkit-transform: rotate(90deg) translateY(-120%);
	-ms-transform: rotate(90deg) translateY(-120%);
	transform: rotate(90deg) translateY(-120%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.mainimg .btn .scroll:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #fff;
	content: "";
	-webkit-transition: .2s .5s;
	-o-transition: .2s .5s;
	transition: .2s .5s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-animation: down 1.8s infinite;
	animation: down 1.8s infinite;
}

@-webkit-keyframes down {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	25% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	75% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@keyframes down {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	25% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	75% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@-webkit-keyframes zoomout {
	0% {
		-webkit-transform: scale(1.18) translate(-50%, -50%);
		transform: scale(1.18) translate(-50%, -50%);
	}

	100% {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}
}

@keyframes zoomout {
	0% {
		-webkit-transform: scale(1.18) translate(-50%, -50%);
		transform: scale(1.18) translate(-50%, -50%);
	}

	100% {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}
}

section.lead {
	margin: 92px 0;
	text-align: center;
}

section.lead h2 {
	margin-bottom: 26px;
	font-size: 28px;
	font-size: 2.8rem;
}

section.lead p {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}

section.lead p span {
	letter-spacing: 0;
}

.lists {
	margin-bottom: 100px;
}

.lists .inner {
	max-width: 1200px;
}

.lists .inner ul li {
	position: relative;
	right: -50px;
	overflow: hidden;
	margin-right: calc((100vw - 1200px) * -.5);
	margin-bottom: 50px;
	height: 650px;
	opacity: 0;
}

.lists .inner ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 650px;
	content: "";
	-webkit-transition: .6s -webkit-transform;
	-o-transition: .6s transform;
	transition: .6s -webkit-transform;
	transition: .6s transform;
	transition: .6s transform, .6s -webkit-transform;
}

.lists .inner ul li:last-child {
	margin-bottom: 0 !important;
}

.lists .inner ul li.vol1:before {
	background: url(../img/vol1-img.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.lists .inner ul li.vol2:before {
	background: url(../img/vol2-img.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.lists .inner ul li.vol2 .txt .ttl {
	font-size: 26px;
	font-size: 2.6rem;
}

.lists .inner ul li.vol2.soon {
	background: url(../img/vol2-img_soon.jpg) 44% 50% no-repeat;
	background-size: cover;
}

.lists .inner ul li.vol2.soon:before {
	display: none;
}

.lists .inner ul li.vol3:before {
	background: url(../img/vol3-img.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.lists .inner ul li.vol3.soon {
	background: url(../img/vol3-img_soon.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.lists .inner ul li.vol3.soon:before {
	display: none;
}

.lists .inner ul li.hover:before {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.lists .inner ul li.soon {
	margin-bottom: 10px;
	height: 280px;
}

.lists .inner ul li.soon:before {
	height: 100%;
}

.lists .inner ul li.soon .txt .fadein {
	padding: 20px;
	width: auto;
	background-color: transparent;
	color: #fff;
}

.lists .inner ul li.soon .txt .num {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	color: #fff;

	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
}

.lists .inner ul li .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: 500;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
}

.lists .inner ul li .txt .fadein {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 15px 0 50px;
	width: 430px;
	background-color: #fff;
	line-height: 1.4;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.lists .inner ul li .txt .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	color: #b99849;
	line-height: 1.2;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

.lists .inner ul li .txt .num div {
	margin-right: 20px;
	font-size: 72px;
	font-size: 7.2rem;
}

.lists .inner ul li .txt .num span {
	font-size: 18px;
	font-size: 1.8rem;
}

.lists .inner ul li .txt .ttl {
	margin-top: 14px;
	letter-spacing: .08em;
	font-size: 28px;
	font-size: 2.8rem;
}

.lists .inner ul li .txt .ttl small {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.lists .inner ul li .txt .profiles {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;

	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-align: end;
}

.lists .inner ul li .txt .profiles .cross {
	position: relative;
	margin: 0 10px;
	padding-bottom: 10px;
	width: 23px;
	height: 23px;
}

.lists .inner ul li .txt .profiles .cross:before, .lists .inner ul li .txt .profiles .cross:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 24px;
	height: 1px;
	background-color: #231e1f;
	content: "";
}

.lists .inner ul li .txt .profiles .cross:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lists .inner ul li .txt .profiles .cross:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lists .inner ul li .txt .profile {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

.lists .inner ul li .txt .profile small {
	display: block;
	margin-bottom: 4px;
	letter-spacing: .04em;
	font-size: 12px;
	font-size: 1.2rem;
}

.lists .inner ul li .txt .profile strong {
	font-size: 20px;
	font-size: 2rem;
}

.lists .inner ul li .txt .btn-more {
	margin-top: 40px;
}

.lists .inner ul li .txt .btn-more div {
	display: inline-block;
	width: 180px;
}

/* --------
  INTERVIEW
-------- */

.pageheader {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 700px;
	pointer-events: none;
}

.pageheader img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 700px;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.pageheader.pageheader-vol1 {
	background: url(../vol1/img/header.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.pageheader.pageheader-vol2 {
	background: url(../vol2/img/header.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.pageheader.pageheader-vol3 {
	background: url(../vol3/img/header.jpg) 50% 50% no-repeat;
	background-size: cover;
}

article {
	position: relative;
}

article .page-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;
	margin-top: -90px;
	padding: 40px 20px;
	height: 100px;
	background-color: #231e1f;
	color: #fff;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

article .page-title .num {
	margin-right: 60px;
	padding: 10px 20px 10px 0;
	width: 190px;
	border-right: 1px solid #fff;
	color: #b99849;
	text-align: center;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
}

article .page-title .num span {
	display: block;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 72px;
	font-size: 7.2rem;
	line-height: .8;
}

article .page-title .num small {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
}

article .page-title h1 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.5;
}

article .page-title h1 small {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 1.4rem;
}

article .lead {
	margin: 100px auto;
	max-width: 800px;
}

article .summary {
	position: relative;
	margin-bottom: 100px;
	padding: 180px 0 80px;
}

article .summary .bg {
	position: absolute;
	top: 0;
	right: calc((100vw - 1000px) * -.5);
	z-index: -1;
	width: calc((100vw - 1000px) * .5 + 80%);
	height: 100%;
	background-color: #f4f4f4;
}

article .summary h2 {
	position: absolute;
	top: 80px;
	left: 0;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.5;
}

article .summary .owner-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: end;
	margin-top: -30px;
	margin-bottom: 75px;

	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

article .summary .owner-flex .col1 {
	width: 40%;
}

article .summary .owner-flex .col1 .owner {
	position: relative;
	margin-bottom: 40px;
	padding-left: 20%;
}

article .summary .owner-flex .col1 .owner .ttl {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;
	font-size: 40px;
	font-size: 4rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: 1;
	-webkit-transform: rotate(90deg) translateY(-100%);
	-ms-transform: rotate(90deg) translateY(-100%);
	transform: rotate(90deg) translateY(-100%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

article .summary .owner-flex .col1 .owner .ttl:after {
	display: block;
	margin-left: 10px;
	width: 180px;
	height: 1px;
	background-color: #231e1f;
	content: "";
}

article .summary .owner-flex .col1 .owner .name {
	margin-top: 26px;
	text-align: center;
	letter-spacing: .02em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}

article .summary .owner-flex .col1 .owner .name small {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-size: 1.2rem;
}

article .summary .owner-flex .col1 .owner .name strong {
	font-size: 20px;
	font-size: 2rem;
}

article .summary .owner-flex .col1 p {
	text-align: justify;
	letter-spacing: .02em;
	font-size: 14px;
	font-size: 1.4rem;
}

article .summary .owner-flex .col2 {
	width: 50%;
}

article .summary .vision {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	margin-bottom: 80px;
	background-color: #fff;

	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

article .summary .vision .ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
	width: 200px;
	background-color: #231e1f;
	color: #b99849;
	text-align: center;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

article .summary .vision ul {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 40px;
	width: calc(100% - 200px);
}

article .summary .vision ul li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

article .summary .vision ul li strong {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: 1;
}

article .summary .vision ul li span {
	display: inline-block;
	vertical-align: middle;
}

article .summary .vision ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}

article .summary .slider {
	position: relative;
	margin-right: calc((100vw - 1000px) * -.5);
	margin-bottom: 80px;
}

article .summary .slider .bx-controls .bx-prev, article .summary .slider .bx-controls .bx-next {
	position: absolute;
	top: 50%;
	overflow: hidden;
	margin-top: -30px;
	padding-bottom: 60px;
	width: 27px;
	height: 0;
	background-color: #fff;
	text-indent: -200px;
	font-size: 0;
	line-height: 0;
}

article .summary .slider .bx-controls .bx-prev:after, article .summary .slider .bx-controls .bx-next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

article .summary .slider .bx-controls .bx-prev {
	left: 0;
}

article .summary .slider .bx-controls .bx-prev:after {
	left: 45%;
	border-right: 12px solid #231e1f;
}

article .summary .slider .bx-controls .bx-next {
	right: 0;
}

article .summary .slider .bx-controls .bx-next:after {
	left: 55%;
	border-left: 12px solid #231e1f;
}

article .summary .slider .bx-controls .bx-pager {
	position: absolute;
	bottom: -30px;
	left: 0;
}

article .summary .slider .bx-controls .bx-pager .bx-pager-item {
	float: left;
}

article .summary .slider .bx-controls .bx-pager .bx-pager-item a {
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
	width: 20px;
	height: 0;
	background-color: #e5e5e5;
}

article .summary .slider .bx-controls .bx-pager .bx-pager-item a.active {
	background-color: #231e1f;
}

article .summary .slider ul {
	width: 3000%;
}

article .summary .slider ul li {
	float: left;
	width: auto !important;
}

article .summary .slider img {
	max-width: none;
	height: 480px;
}

article .summary > .txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0 26%;
	padding-left: 20px;
	width: calc(74% - 0px);
}

article .summary > .txt .ttl {
	margin-bottom: 30px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

article .article-txt {
	position: relative;
	margin: 0 auto 100px;
	max-width: 800px;
	width: 100%;
}

article .article-txt .ttl {
	position: absolute;
	top: .2%;
	right: -120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;
	font-size: 40px;
	font-size: 4rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: 1;
	-webkit-transform: rotate(90deg) translate(90%, 100%);
	-ms-transform: rotate(90deg) translate(90%, 100%);
	transform: rotate(90deg) translate(90%, 100%);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

article .article-txt .ttl:after {
	display: block;
	margin-left: 10px;
	width: 18.8vw;
	height: 1px;
	background-color: #231e1f;
	content: "";
}

article .article-txt .img {
	position: relative;
	margin-bottom: 80px;
	margin-left: calc((100vw - 800px) * -.5);
	padding-bottom: 50px;
}

article .article-txt .img:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 150px;
	background-color: #231e1f;
	content: "";
}

article .article-txt .img:after {
	position: absolute;
	right: -50px;
	bottom: 70px;
	display: block;
	padding-bottom: 5px;
	width: 100px;
	background-color: #b99849;
	content: "";
}

article .article-txt .img figure img {
	position: relative;
	width: 90%;
}

article .article-txt .img.img-r {
	margin-right: calc((100vw - 800px) * -.5);
	margin-left: 0;
	text-align: right;
}

article .article-txt .img.img-r:after {
	right: auto;
	left: -50px;
}

article .article-txt .figures {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 80px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

article .article-txt .figures figure:first-child {
	width: 67.5%;
}

article .article-txt .figures figure:last-child {
	width: 30%;
}

article .article-txt .figures figure figcaption {
	margin-top: 5px;
	letter-spacing: 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.5;
}

article .article-txt .crosstalk-header {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: start;
	margin: 0 calc((100vw - 800px) * -.5) 80px;
	padding-bottom: 20px;

	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

article .article-txt .crosstalk-header:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 1000px;
	height: 200px;
	background-color: #231e1f;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

article .article-txt .crosstalk-header .ttl {
	top: 0;
	right: auto;
	left: 50%;
	-webkit-transform: rotate(90deg) translateY(-50%);
	-ms-transform: rotate(90deg) translateY(-50%);
	transform: rotate(90deg) translateY(-50%);
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

article .article-txt .crosstalk-header .ttl:after {
	width: 12vw;
}

article .article-txt .crosstalk-header .cross {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

article .article-txt .crosstalk-header .cross:before, article .article-txt .crosstalk-header .cross:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 5px;
	background-color: #b99849;
	content: "";
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

article .article-txt .crosstalk-header .cross:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

article .article-txt .crosstalk-header .cross:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

article .article-txt .crosstalk-header .crosstalk-header-img {
	width: 43.5%;
}

article .article-txt .crosstalk-header .crosstalk-header-img figure {
	position: relative;
	overflow: hidden;
	min-height: 450px;
	width: 100%;
}

article .article-txt .crosstalk-header .crosstalk-header-img figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

article .article-txt .crosstalk-header .crosstalk-header-img:nth-child(2) {
	margin-right: 30px;
	text-align: right;
}

article .article-txt .crosstalk-header .crosstalk-header-img:nth-child(3) {
	margin-left: 30px;
	text-align: left;
}

article .article-txt .crosstalk-header .crosstalk-header-img .name {
	display: inline-block;
	margin-top: 20px;
	min-width: 260px;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
}

article .article-txt .crosstalk-header .crosstalk-header-img .name small {
	display: block;
	letter-spacing: .04em;
	font-size: 12px;
	font-size: 1.2rem;
}

article .article-txt .crosstalk-header .crosstalk-header-img .name strong {
	font-size: 28px;
	font-size: 2.8rem;
}

article .article-txt h2 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.5;
}

article .article-txt h2 small {
	font-size: 20px;
	font-size: 2rem;
}

article .article-txt p {
	margin-bottom: 100px;
	letter-spacing: 0;
}

article .article-txt p strong {
	font-weight: bold;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

article .article-txt p em {
	font-weight: bold;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

article .article-txt p em.em1 {
	color: #900000;
}

article .article-txt p em.em2 {
	color: #b99849;
}

article .article-txt .point {
	padding: 48px;
	border: 1px solid #900000;
	text-align: center;
}

article .article-txt .point h3 {
	margin-bottom: 36px;
	padding: 8px;
	background-color: #900000;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

article .article-txt .point ol {
	display: inline-block;
	margin-bottom: 30px;
}

article .article-txt .point ol li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2rem;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

article .article-txt .point ol li:last-child {
	margin-bottom: 0;
}

article .article-txt .point ol li span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	width: 120px;
	color: #900000;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

article .article-txt .point ol li span strong {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 10px;
	padding-bottom: 4px;
	padding-left: 1px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #900000;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

article .article-txt .point p {
	margin-bottom: 0;
	text-align: justify;
	font-size: 16px;
	font-size: 1.6rem;
}

article .article-txt .crosstalk-flow {
	margin-bottom: 90px;
	padding: 30px;
	background-color: #f4f4f4;
	text-align: center;
}

article .article-txt .crosstalk-flow h3 {
	margin-bottom: 1.4em;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.8rem;
}

article .article-txt .crosstalk-flow dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	letter-spacing: .04em;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;

	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
}

article .article-txt .crosstalk-flow dl dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	width: 190px;
	background-color: #b99849;
	color: #fff;
	text-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

article .article-txt .crosstalk-flow dl dt span {
	padding: 2px 0;
	width: 65px;
	background-color: #231e1f;
}

article .article-txt .crosstalk-flow dl dt strong {
	width: calc(100% - 65px);
}

article .article-txt .crosstalk-flow dl dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 8px;
	width: calc(100% - 190px);
	background-color: #fff;
	text-align: left;
}

article .article-txt .crosstalk-flow dl:last-child dt {
	background-color: #900000;
}

article .article-txt .crosstalk-flow .arrow {
	display: block;
	margin: 6px 0;
	text-align: center;
	font-size: 0;
}

article .article-txt .crosstalk-flow .arrow:before {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 8px solid #231e1f;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: "";
}

article.vol3 sup {
	vertical-align: super;
	font-size: 82%;
}

article.vol3 .gallery-summary {
	position: relative;
	margin-bottom: 100px;
}

article.vol3 .gallery-summary .ttl {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;
	font-size: 40px;
	font-size: 4rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: .8;
	-webkit-transform: rotate(90deg) translateY(-100%);
	-ms-transform: rotate(90deg) translateY(-100%);
	transform: rotate(90deg) translateY(-100%);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

article.vol3 .gallery-summary .ttl:after {
	display: block;
	margin-left: 10px;
	width: 180px;
	height: 1px;
	background-color: #231e1f;
	content: "";
}

article.vol3 .gallery-summary > figure {
	padding: 0 10%;
	text-align: center;
}

article.vol3 .gallery-summary .txt {
	margin-top: -50px;
	padding: 80px 10% 60px;
	background-color: #231e1f;
	color: #fff;
}

article.vol3 .gallery-summary .txt h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
}

article.vol3 .gallery-summary .txt h2 small {
	display: block;
	color: #b99849;
	font-size: 20px;
	font-size: 2rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
}

article.vol3 .lnav {
	margin-bottom: 100px;
}

article.vol3 .lnav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

article.vol3 .lnav ul li {
	margin-bottom: 14px;
	width: 24%;
}

article.vol3 .lnav ul li a {
	position: relative;
	display: block;
	padding: 4px 6px 4px 62px;
	border: 1px solid #231e1f;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

article.vol3 .lnav ul li a span {
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	display: block;
	width: 62px;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: 1;
	line-height: 30px;
}

article.vol3 .lnav ul li a span:before {
	display: inline-block;
	margin-top: -3px;
	margin-right: 5px;
	color: #b99849;
	content: "▼";
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
}

article.vol3 .gallery-info.gallery-info2 {
	margin-bottom: 150px;
}

article.vol3 .gallery-info .ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	margin-bottom: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: .8;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

article.vol3 .gallery-info .ttl > span {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

article.vol3 .gallery-info .ttl:after {
	display: block;
	margin-left: 10px;
	width: 76%;
	height: 1px;
	background-color: #231e1f;
	content: "";
}

article.vol3 .gallery-info .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

article.vol3 .gallery-info .flex .txt {
	width: 48%;
	font-size: 12px;
	font-size: 1.2rem;
}

article.vol3 .gallery-info .flex .txt h4 {
	margin-bottom: 10px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
}

article.vol3 .gallery-info .flex .btncol {
	width: 50%;
}

article.vol3 .gallery-info .flex .btncol .btn-more {
	margin-bottom: 20px;
}

article.vol3 .section {
	position: relative;
	margin-bottom: 150px;
	padding-top: 60px;
}

article.vol3 .section .bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	height: calc(100% - 250px);
	background-color: #f4f4f4;
}

article.vol3 .section .bg:before {
	position: absolute;
	top: -50px;
	left: 50%;
	display: block;
	margin-left: -2px;
	width: 5px;
	height: 70px;
	background-color: #b99849;
	content: "";
}

article.vol3 .section .article-txt h2 {
	margin-bottom: 30px;
	text-align: center;
}

article.vol3 .section .article-txt h2 span {
	display: block;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 70px;
	font-size: 7rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
	line-height: 1;
}

article.vol3 .section .article-txt p {
	margin-bottom: 40px;
}

article.vol3 .section .article-txt p small {
	font-size: 12px;
	font-size: 1.2rem;
}

article.vol3 .section .article-txt .figures {
	margin: 20px 0 0;
}

article.vol3 .section .article-txt .figures figure {
	margin-right: 20px;
}

article.vol3 .section .article-txt .figures figure:last-of-type {
	margin-right: 0;
}

article.vol3 .section .article-txt figure.figure1 {
	margin-bottom: 40px;
}

article.vol3 .section .article-txt .caption {
	display: block;
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.6;
}

article.vol3 .section#s03 .article-txt .figures figure, article.vol3 .section#s06 .article-txt .figures figure {
	width: 50%;
}

article.vol3 .section#s07 .figures figure:first-child {
	width: 30%;
}

article.vol3 .section#s07 .figures figure:last-child {
	width: 67.5%;
}

article.vol3 .section#s08 {
	margin-bottom: 50px;
}

article.vol3 #gran .gran-ttl {
	margin-top: 150px;
}

article.vol3 #gran .gran-ttl h2 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
}

article.vol3 #gran .gran-ttl h2 small {
	display: block;
	color: #b99849;
	font-size: 20px;
	font-size: 2rem;
	font-family: "EB Garamond", "游明朝", "Yu Mincho", YuMincho, "HiraginoMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif Japanese", serif;
}

article.vol3 #gran .gallery-summary .txt {
	padding-bottom: 160px;
}

article.vol3 #gran .gallery-summary .figures {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-top: 20px;
	padding: 0 10%;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

article.vol3 #gran .gallery-summary .figures.figures1 {
	margin-top: -120px;
}

article.vol3 #gran .gallery-summary .figures figure {
	width: 48.75%;
}

article.vol3 #gran .gallery-summary .figures figure figcaption {
	display: block;
	margin-top: 6px;
	text-align: left;
	font-size: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.6;
}

/*
    Colorbox Style:
*/

.cboxElement {
	outline: none;
}

#cboxOverlay {
	background: #000;
}

#cboxWrapper {
	max-width: 100%;
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 34px;
	max-width: 100%;
	background: transparent;
}

#cboxLoadingGraphic {
	background: transparent url(../js/lib/colorbox/images/loading.gif) 50% 50% no-repeat;
}

#cboxLoadedContent {
	padding: 0;
	max-width: 100%;
	border: 0;
	background: transparent;
}

#cboxLoadingOverlay {
	background: transparent;
}

/*
#cboxContent {
	margin: 0 54px 46px !important;
}
#cboxTitle{
	top:auto;
	bottom:-46px;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	height: 40px;
	text-shadow: 0 0 4px rgba(0,0,0,1);
	font-weight: bold;
	@include max-screen($breakpoint-s){
	font-size: 11px;
	}
}*/

.cboxPhoto {
	max-width: 100%;
	height: auto !important;
}

#cboxCurrent, #cboxClose {
	display: none !important;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent none;
	text-indent: -9999px;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active, #cboxPrevious:focus, #cboxNext:focus, #cboxSlideshow:focus, #cboxClose:focus {
	outline: 0;
}

#cboxPrevious, #cboxNext {
	display: none;
}

#cboxClose {
	top: -34px;
	right: 0;
	display: block !important;
	width: 31px;
	height: 31px;
	background: url(../img/icn-modalclose.png) 0 0 no-repeat;
	background-size: 31px;
	cursor: pointer;
}

#cboxClose:hover {
	background-position: 0 0;
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}

	article.vol3 .section#s05 .article-txt .figures {
		-ms-flex-align: start;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	article.vol3 .section#s05 .article-txt .figures figure {
		width: 21.6%;
	}

	article.vol3 .section#s05 .article-txt .figures .caption {
		width: 100%;
	}

	article.vol3 .section#s05 .article-txt .figures .figures {
		margin: 0;
		width: 73.75%;
	}

	article.vol3 .section#s05 .article-txt .figures .figures figure {
		width: 67.8%;
	}

	article.vol3 .section#s05 .article-txt .figures .figures figure:last-of-type {
		width: 28.6%;
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	a.blank:after, a .blank:after {
		width: 10px;
	}

	a.cboxElement {
		display: inline-block;
	}

	.btns a {
		padding: 14px 4px 14px 14px;
		font-size: 1.2rem;
	}

	.btn-more a, .btn-more > div {
		padding: 14px 4px 14px 14px;
		font-size: 1.2rem;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
	}

	header {
		-ms-flex-pack: justify;
		-ms-flex-align: center;
		padding: 10px;
		line-height: 1.1;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	header .andm img {
		width: 54px;
	}

	header .mistubishi {
		width: 151px;
	}

	.gallery {
		padding: 40px 0;
	}

	.gallery h2 {
		margin-bottom: 30px;
		font-size: 2rem;
	}

	.gallery h2 span {
		margin: 0 10px;
	}

	.gallery h2:before, .gallery h2:after {
		width: 50px;
	}

	.gallery .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.gallery .flex .col {
		padding: 25px 25px 5px;
		width: 100%;
	}

	.gallery .flex .col .logo {
		margin-bottom: 20px;
		height: auto;
	}

	.gallery .flex .col p {
		margin-bottom: 20px;
		letter-spacing: 0;
		font-size: 1.2rem;
	}

	.gallery .flex .col figure {
		margin-bottom: 20px;
	}

	.gallery .flex .col .ttl {
		margin-bottom: 20px;
		font-size: 2rem;
	}

	.gallery .flex .col ul li .narrow {
		letter-spacing: 0;
		font-size: 1.2rem;
	}

	.gallery .flex .col ul li {
		font-size: 1.2rem;
	}

	.gallery .flex .col .btn-more {
		margin-top: 18px;
	}

	.gallery .flex .col .present {
		margin: 20px -20px 0;
	}

	.gallery .flex .col .present .notice {
		font-size: 1rem;
	}

	.gallery .flex .col.col-gran {
		margin-bottom: 25px;
	}

	.gallery .flex .col.col-gran .logo img {
		width: 112px;
	}

	.gallery .flex .col.col-one .logo img {
		width: 200px;
	}

	.links .inner {
		padding: 0 40px;
	}

	.links {
		padding: 50px 0;
		background: url(../img/links-bg_sp.jpg) 50% 50% no-repeat;
		background-size: cover;
	}

	.links .btns {
		margin-bottom: 12px;
	}

	.page-btns {
		padding: 40px 15px;
	}

	.page-btns .pagetop {
		margin-bottom: 10px;
	}

	.pagenav .inner {
		padding: 0;
	}

	.pagenav .home a {
		padding: 10px;
		width: 40px;
		height: 76px;
		font-size: 1.1rem;
	}

	.pagenav .prev a, .pagenav .next a {
		padding: 10px 12px;
		letter-spacing: .02em;
	}

	.pagenav .prev a img, .pagenav .next a img {
		display: none;
	}

	.pagenav .prev a .txt small, .pagenav .next a .txt small {
		font-size: 1rem;
	}

	.pagenav .prev a .txt div, .pagenav .next a .txt div {
		padding-bottom: 12px;
		font-size: 1.1rem;
	}

	.pagenav .prev a {
		padding-left: 5px;
	}

	.pagenav .prev a .txt div {
		background-size: 80px;
	}

	.pagenav .next a {
		padding-right: 5px;
	}

	.pagenav .next a .txt div {
		background-size: 80px;
	}

	footer {
		padding-bottom: 120px;
	}

	footer .logo {
		padding: 35px 0;
	}

	footer .logo img {
		width: 220px;
	}

	.fixbtn {
		right: 0;
		bottom: 0;
		width: 100%;
		line-height: 1.3;
	}

	.fixbtn a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-pack: justify;
		-ms-flex-align: center;
		padding: 8px 4px 8px 10px;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.fixbtn a:after {
		width: 10px;
	}

	.fixbtn a > div {
		padding-bottom: 20px;
		width: 62.5%;
		text-align: left;
		letter-spacing: .01em;
	}

	.fixbtn a > div .ttl {
		margin-bottom: 0;
		line-height: 1.1;
	}

	.fixbtn a > div .copy {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5px 0 5px 38.5vw;
		font-size: 1.2rem;
	}

	.fixbtn a figure {
		z-index: 1;
		width: 35%;
		text-align: right;
	}

	.fixbtn a figure img {
		width: 140px;
	}

	.mainimg .bg figure span {
		height: 100%;
	}

	.mainimg .bg figure span.img2 {
		background-position: 30% 50%;
	}

	.mainimg .bg figure {
		height: 100%;
	}

	.mainimg .bg figure span {
		position: absolute;
	}

	.mainimg h1 {
		width: 80px;
	}

	.mainimg .btn {
		left: 15px;
	}

	.mainimg .btn .scroll span {
		font-size: .9rem;
	}

	section.lead {
		margin: 40px 0;
	}

	section.lead h2 {
		font-size: 2.3rem;
		line-height: 1.5;
	}

	.lists {
		margin-bottom: 40px;
	}

	.lists .inner ul li {
		margin-right: -15px;
		margin-bottom: 40px;
		margin-left: 10px;
		padding-top: 164px;
		height: auto;
	}

	.lists .inner ul li:before {
		height: 225px;
	}

	.lists .inner ul li.vol1:before {
		background-position: 50% 30%;
		background-size: 146%;
	}

	.lists .inner ul li.vol2 .txt .ttl {
		font-size: 2.2rem;
	}

	.lists .inner ul li.vol2:before {
		background-position: 100% 50%;
	}

	.lists .inner ul li.soon {
		padding-top: 0;
		height: 140px;
	}

	.lists .inner ul li.soon:before {
		display: none;
	}

	.lists .inner ul li.soon .txt {
		position: absolute;
	}

	.lists .inner ul li.soon .txt .fadein {
		padding: 10px;
	}

	.lists .inner ul li.soon .txt .num {
		height: auto;
		background-color: transparent;
	}

	.lists .inner ul li.soon .txt .num div {
		margin-bottom: 6px;
		font-size: 3.5rem;
	}

	.lists .inner ul li.soon .txt .num span {
		font-size: 1.2rem;
	}

	.lists .inner ul li .txt {
		position: relative;
	}

	.lists .inner ul li .txt .fadein {
		padding: 0;
		width: auto;
		background-color: transparent;
	}

	.lists .inner ul li .txt .num {
		padding-top: 12px;
		width: 200px;
		height: 60px;
		background-color: #fff;
		line-height: .9;
	}

	.lists .inner ul li .txt .num div {
		margin-right: 18px;
		font-size: 5rem;
	}

	.lists .inner ul li .txt .num span {
		font-size: 1.4rem;
	}

	.lists .inner ul li .txt .ttl {
		margin-top: 10px;
		font-size: 2.4rem;
	}

	.lists .inner ul li .txt .profile {
		margin-top: 16px;
	}

	.lists .inner ul li .txt .btn-more {
		margin-top: 20px;
	}

	.pageheader {
		height: 350px;
		background-color: #f4f4f4;
	}

	.pageheader img {
		min-width: auto;
		min-height: 350px;
		height: 100%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	article .page-title {
		margin-top: -45px;
		padding: 10px;
		min-height: 70px;
		height: auto;
	}

	article .page-title .num {
		margin-right: 15px;
		padding-right: 10px;
		width: 80px;
	}

	article .page-title .num span {
		margin-bottom: 10px;
		font-size: 3.6rem;
	}

	article .page-title .num small {
		font-size: 1.1rem;
	}

	article .page-title h1 small {
		margin-bottom: 3px;
		font-size: 1.1rem;
	}

	article .page-title h1 {
		font-size: 1.8rem;
	}

	article .lead {
		margin: 30px auto;
		font-size: 1.6rem;
	}

	article .summary {
		margin-bottom: 40px;
		padding: 20px 0;
	}

	article .summary .bg {
		right: -15px;
		width: 70vw;
	}

	article .summary h2 {
		position: relative;
		top: 0;
		margin-bottom: 30px;
		font-size: 2.3rem;
	}

	article .summary .owner-flex {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-top: 0;

		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
	}

	article .summary .owner-flex .col1 {
		position: relative;
		margin-top: 40px;
		width: 100%;
	}

	article .summary .owner-flex .col1 .owner {
		margin: 0 auto 20px;
		padding-left: 35px;
		width: 240px;
	}

	article .summary .owner-flex .col1 .owner .ttl {
		font-size: 2rem;
	}

	article .summary .owner-flex .col1 .owner .ttl:after {
		width: 106px;
	}

	article .summary .owner-flex .col1 .owner .name {
		letter-spacing: 0;
	}

	article .summary .owner-flex .col2 {
		width: 100%;
		text-align: center;
	}

	article .summary .owner-flex .col2 img {
		width: 375px;
	}

	article .summary .vision {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	article .summary .vision .ttl {
		padding: 4px;
		width: 100%;
		font-size: 1.4rem;
	}

	article .summary .vision ul {
		padding: 20px 12px;
		width: 100%;
	}

	article .summary .vision ul li {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		-ms-flex-align: center;
		margin-bottom: 8px;
		padding-bottom: 8px;
		letter-spacing: .03em;
		font-size: 1.6rem;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	article .summary .vision ul li strong {
		margin-right: 12px;
		font-size: 3.2rem;
	}

	article .summary .slider {
		margin-right: -15px !important;
	}

	article .summary .slider .bx-controls .bx-prev, article .summary .slider .bx-controls .bx-next {
		margin-top: -18px;
		padding-bottom: 36px;
		width: 20px;
	}

	article .summary .slider .bx-controls .bx-prev:after, article .summary .slider .bx-controls .bx-next:after {
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
	}

	article .summary .slider .bx-controls .bx-prev:after {
		border-right-width: 9px;
	}

	article .summary .slider .bx-controls .bx-next:after {
		border-left-width: 9px;
	}

	article .summary .slider .bx-controls .bx-pager {
		width: 100%;
	}

	article .summary .slider img {
		height: 230px;
	}

	article .summary > .txt {
		margin: 0;
		padding-left: 0;
		width: 100%;
	}

	article .summary > .txt .ttl {
		font-size: 2.2rem;
	}

	article .article-txt {
		margin-bottom: 50px;
		padding-top: 40px;
	}

	article .article-txt .ttl {
		right: 0;
		font-size: 2rem;
	}

	article .article-txt .ttl:after {
		width: 80px;
	}

	article .article-txt .img {
		margin-bottom: 40px;
		margin-left: -15px;
		padding-bottom: 20px;
	}

	article .article-txt .img:before {
		height: 75px;
	}

	article .article-txt .img:after {
		right: -10px;
		bottom: 37px;
		padding-bottom: 2px;
		width: 20px;
	}

	article .article-txt .img figure {
		position: relative;
		overflow: hidden;
		padding-bottom: 60%;
		width: 90%;
		height: 0;
	}

	article .article-txt .img figure img {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: none;
		width: auto;
		height: 110%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	article .article-txt .img.img-r {
		margin-right: -15px;
	}

	article .article-txt .img.img-r:after {
		left: -10px;
	}

	article .article-txt .img.img-r figure {
		margin-right: 0;
		margin-left: auto;
	}

	article .article-txt .figures {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px;
		text-align: center;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	article .article-txt .figures figure:first-child {
		margin-bottom: 30px;
		width: 100%;
	}

	article .article-txt .figures figure:first-child img {
		width: 350px;
	}

	article .article-txt .figures figure:last-child {
		width: 100%;
	}

	article .article-txt .figures figure:last-child img {
		width: 200px;
	}

	article .article-txt .figures figure figcaption {
		text-align: left;
	}

	article .article-txt .crosstalk-header {
		margin: 0 -15px 40px;
		padding-bottom: 12px;
	}

	article .article-txt .crosstalk-header:before {
		width: calc(100% - 30px);
		height: 125px;
	}

	article .article-txt .crosstalk-header .ttl {
		width: 100%;
	}

	article .article-txt .crosstalk-header .ttl:after {
		width: 100px;
	}

	article .article-txt .crosstalk-header .cross {
		bottom: 24px;
		width: 40px;
		height: 40px;
	}

	article .article-txt .crosstalk-header .cross:before, article .article-txt .crosstalk-header .cross:after {
		height: 2px;
	}

	article .article-txt .crosstalk-header .crosstalk-header-img figure {
		min-height: 225px;
	}

	article .article-txt .crosstalk-header .crosstalk-header-img figure img {
		height: 100%;
	}

	article .article-txt .crosstalk-header .crosstalk-header-img:nth-child(2) {
		margin-right: 15px;
	}

	article .article-txt .crosstalk-header .crosstalk-header-img:nth-child(2) .name {
		margin-top: 24px;
	}

	article .article-txt .crosstalk-header .crosstalk-header-img:nth-child(3) {
		margin-left: 15px;
	}

	article .article-txt .crosstalk-header .crosstalk-header-img .name {
		margin-top: 16px;
		min-width: 100px;
		width: 90%;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	article .article-txt .crosstalk-header .crosstalk-header-img .name small {
		margin-bottom: 4px;
	}

	article .article-txt .crosstalk-header .crosstalk-header-img .name strong {
		font-size: 1.9rem;
	}

	article .article-txt h2 {
		margin-bottom: 30px;
		font-size: 2.3rem;
	}

	article .article-txt h2 small {
		font-size: 1.6rem;
	}

	article .article-txt p {
		margin-bottom: 40px;
	}

	article .article-txt .point {
		padding: 8px;
	}

	article .article-txt .point h3 {
		margin-bottom: 18px;
		font-size: 2rem;
	}

	article .article-txt .point ol li {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		line-height: 1.6;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	article .article-txt .point ol li span {
		margin-bottom: 5px;
		width: auto;
		font-size: 1.2rem;
	}

	article .article-txt .point p {
		font-size: 1.2rem;
	}

	article .article-txt .crosstalk-flow {
		margin-bottom: 60px;
		padding: 15px;
	}

	article .article-txt .crosstalk-flow h3 {
		margin-bottom: .8em;
		font-size: 1.6rem;
	}

	article .article-txt .crosstalk-flow dl {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	article .article-txt .crosstalk-flow dl dt {
		width: 100%;
	}

	article .article-txt .crosstalk-flow dl dd {
		padding: 4px 8px;
		width: 100%;
		letter-spacing: 0;

		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna";
	}

	article.vol2 .summary h2 {
		letter-spacing: 0;
		font-size: 2.24rem;
	}

	article.vol3 .page-title {
		padding: 10px 5px;
	}

	article.vol3 .page-title .num {
		padding-right: 5px;
		width: 90px;
	}

	article.vol3 .page-title small {
		letter-spacing: 0;
	}

	article.vol3 .gallery-summary {
		margin-bottom: 50px;
	}

	article.vol3 .gallery-summary .ttl {
		font-size: 2rem;
	}

	article.vol3 .gallery-summary .ttl:after {
		width: 106px;
	}

	article.vol3 .gallery-summary > figure {
		padding: 30px 25px 20px;
	}

	article.vol3 .gallery-summary .txt {
		padding: 60px 15px 15px;
	}

	article.vol3 .gallery-summary .txt h2 {
		margin-bottom: 20px;
		letter-spacing: 0;
		font-size: 2.24rem;
		line-height: 1.6;
	}

	article.vol3 .gallery-summary .txt h2 small {
		margin-top: 8px;
		font-size: 1.4rem;
	}

	article.vol3 .lnav {
		margin-bottom: 80px;
	}

	article.vol3 .lnav ul li {
		margin-bottom: 10px;
		width: 49%;
	}

	article.vol3 .lnav ul li a {
		padding: 2px 3px 2px 36px;
		letter-spacing: .02em;
		font-size: 1.2rem;
	}

	article.vol3 .lnav ul li a span {
		width: 35px;
		font-size: 1.6rem;
		line-height: 20px;
	}

	article.vol3 .lnav ul li a span:before {
		margin-top: 0;
		margin-right: 2px;
		font-size: .9rem;
	}

	article.vol3 .gallery-info.gallery-info2 {
		margin-bottom: 60px;
	}

	article.vol3 .gallery-info .ttl {
		font-size: 1.2rem;
	}

	article.vol3 .gallery-info .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	article.vol3 .gallery-info .flex .txt {
		margin-bottom: 20px;
		width: 100%;
	}

	article.vol3 .gallery-info .flex .btncol {
		width: 100%;
	}

	article.vol3 .section {
		margin-bottom: 0;
		padding: 0;
	}

	article.vol3 .section .bg {
		height: calc(100% - 180px);
	}

	article.vol3 .section .bg:before {
		top: -20px;
		margin-left: -1px;
		width: 3px;
		height: 35px;
	}

	article.vol3 .section .article-txt {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 15px 15px;
	}

	article.vol3 .section .article-txt .figures figure {
		margin-right: auto;
		margin-left: auto;
	}

	article.vol3 .section .article-txt .figures figure:last-of-type {
		margin-right: auto;
		margin-left: auto;
	}

	article.vol3 .section .article-txt .figures figure:last-of-type img {
		width: auto;
	}

	article.vol3 .section .article-txt figure {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	article.vol3 .section .article-txt figure img {
		max-height: 300px;
	}

	article.vol3 .section .article-txt figure.figure1 {
		margin-bottom: 20px;
	}

	article.vol3 .section .article-txt figure.vimg {
		margin: 0 auto  !important;
	}

	article.vol3 .section .article-txt figure.vimg img {
		width: 200px;
	}

	article.vol3 .section#s03 .article-txt .figures figure, article.vol3 .section#s06 .article-txt .figures figure {
		width: auto;
	}

	article.vol3 .section#s03 .article-txt .figures figure:first-child, article.vol3 .section#s06 .article-txt .figures figure:first-child {
		margin-bottom: 20px;
	}

	article.vol3 .section#s05 .article-txt .figures {
		margin: 20px auto 0;
	}

	article.vol3 .section#s05 .article-txt .figures .figures {
		margin: 0 auto 20px;
	}

	article.vol3 .section#s05 .article-txt .figures .figures figure {
		margin: 0 auto 20px;
	}

	article.vol3 .section#s05 .article-txt .figures .figures figure:last-of-type {
		margin-bottom: 0;
	}

	article.vol3 .section#s07 .figures figure:first-child {
		width: 100%;
	}

	article.vol3 .section#s07 .figures figure:first-child img {
		width: 200px;
	}

	article.vol3 .section#s07 .figures figure:last-child {
		margin-top: 20px;
		width: 100%;
	}

	article.vol3 .section#s07 .figures figure:last-child img {
		width: 350px;
	}

	article.vol3 #gran .gran-ttl {
		margin-top: 100px;
	}

	article.vol3 #gran .gran-ttl h2 {
		margin-bottom: 20px;
		letter-spacing: 0;
		font-size: 2.24rem;
		line-height: 1.6;
	}

	article.vol3 #gran .gran-ttl h2 small {
		margin-top: 8px;
		font-size: 1.4rem;
	}

	article.vol3 #gran .gallery-summary .ttl {
		top: -40px;
	}

	article.vol3 #gran .gallery-summary > figure {
		padding-top: 5px;
	}

	article.vol3 #gran .gallery-summary .figures {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
		padding: 0 15px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	article.vol3 #gran .gallery-summary .figures.figures1 {
		margin-top: -140px;
	}

	article.vol3 #gran .gallery-summary .figures figure {
		margin-top: 20px;
		width: auto;
	}
}
