@charset "UTF-8";
body.is-fixed {
	overflow: hidden;
}

@media only screen and (min-width: 640px) {
	#gNav.fixed {
		margin-left: 200px;
		position: relative;
	}

	#pNav.fixed {
		padding: 50px 0 50px 40px;
	}

	.fixGNav2 #gHeader {
		margin: 0;
	}
}

@media only screen and (min-width: 640px) {
	body #gHeader {
		background-color: #ffffff;
		position: relative;
		z-index: 9;
	}
}

@media only screen and (max-width: 640px) {
	body #gHeader {
		position: absolute;
	}
}

@media only screen and (min-width: 640px) {
	body #gHeader:after {
		background-color: #ffffff;
		content: '';
		height: 150%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}
}

@media only screen and (min-width: 640px) {
	.pankuzuArea {
		position: relative;
		z-index: 9;
	}
}

.localNav {
	background-color: #393536;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

.localNav.is-fixed {
	position: fixed;
}

@media only screen and (max-width: 640px) {
	.localNav {
		margin-bottom: calc(-170vw / 750 * 100);
		position: static;
	}
}

.localNav__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1160px;
	padding: 0 0 1px;
	width: 100%;
}

.navLink {
	color: #ffffff;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	line-height: calc(24 / 14);
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 640px) {
	.navLink {
		font-size: calc(20vw / 750 * 100);
		line-height: calc(28 / 20);
	}
}

.navLink:hover {
	color: #ffffff;
}

@media only screen and (min-width: 640px) {
	.navLink:hover {
		opacity: .4;
	}
}

.allNav {
	text-align: center;
	width: 230px;
}

@media only screen and (max-width: 640px) {
	.allNav {
		width: calc(150vw / 750 * 100);
	}
}

.allNav .navLink {
	font-size: 18px;
	line-height: calc(24 / 18);
}

@media only screen and (max-width: 640px) {
	.allNav .navLink {
		font-size: calc(24vw / 750 * 100);
	}
}

.spendNavArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 928px;
}

@media only screen and (max-width: 640px) {
	.spendNavArea {
		width: calc(600vw / 750 * 100);
	}
}

.spendNav {
	text-align: center;
}

.spendNav__title {
	border-bottom: 1px solid #666666;
	color: #b8b8b8;
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	line-height: calc(24 / 12);
	padding-bottom: 8px;
	padding-top: 8px;
}

@media only screen and (max-width: 640px) {
	.spendNav__title {
		font-size: calc(20vw / 750 * 100);
		line-height: calc(24 / 20);
		padding-bottom: calc(16vw / 750 * 100);
		padding-top: calc(14vw / 750 * 100);
	}
}

.spendNav .navList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 460px;
}

@media only screen and (max-width: 640px) {
	.spendNav .navList {
		width: calc(290vw / 750 * 100);
	}
}

.spendNav .navList__item {
	position: relative;
	width: 230px;
}

@media only screen and (max-width: 640px) {
	.spendNav .navList__item {
		width: calc(145vw / 750 * 100);
	}
}

.spendNav .navList__item:before, .spendNav .navList__item:after {
	background-color: #999999;
	bottom: 0;
	content: '';
	height: 5px;
	position: absolute;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 50%;
}

.spendNav .navList__item:before {
	left: 0;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
}

.spendNav .navList__item:after {
	right: 0;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}

.spendNav .navList__item .navLink {
	padding: 17px 0 18px;
}

@media only screen and (max-width: 640px) {
	.spendNav .navList__item .navLink {
		padding: calc(28vw / 750 * 100) 0;
	}
}

.spendNav .navList__item:hover:before, .spendNav .navList__item:hover:after, .spendNav .navList__item.is-active:before, .spendNav .navList__item.is-active:after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.spendNav .navList__item.is-disable, .spendNav .navList__item.is-active {
	pointer-events: none;
}

.spendNav .navList__item.is-disable .navLink {
	opacity: .1;
}

.topicContent {
	border-bottom: 1px solid #e8e8e8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 100px;
	position: relative;
}

@media only screen and (max-width: 640px) {
	.topicContent {
		padding-top: 0;
	}
}

@media only screen and (min-width: 640px) {
	.topicContent.is-end .visualArea.is-fixed {
		position: absolute;
	}
}

.visualArea {
	left: 0;
	position: absolute;
	top: 101px;
	width: 50%;
	overflow: hidden;
}

@media only screen and (min-width: 640px) {
	.visualArea::before {
		background-color: #fff;
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 9;
		-webkit-transition: 1s;
		-o-transition: 1s;
		transition: 1s;
	}

	.visualArea.is-fixed {
		bottom: 0;
		position: fixed;
		top: inherit;
		top: unset;
	}
}

@media only screen and (max-width: 640px) {
	.visualArea {
		background: #ffffff;
		position: relative;
		top: 0;
		width: 100%;
		z-index: 9;
	}
}

.visualArea__detail {
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	padding: 80px 88px;
	position: absolute;
	width: 100%;
	z-index: 6;
}

@media only screen and (max-width: 1500px) {
	.visualArea__detail {
		padding: calc(80vw / 1500 * 100);
	}
}

@media only screen and (max-width: 640px) {
	.visualArea__detail {
		padding: calc(100vw / 1500 * 100) calc(60vw / 1500 * 100);
		position: static;
	}
}

.visualArea__detail .catchcopy {
	color: #fff;
	margin-bottom: 20px;
	font-size: 48px;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 L', '游明朝体', 'YuMincho',
	'游明朝', 'Yu Mincho', 'Noto Serif', 'ヒラギノ明朝 ProN W3',
	'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN',
	'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro',
	'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	line-height: calc(60 / 48);
	letter-spacing: .03em;
}

@media only screen and (max-width: 640px) {
	.visualArea__detail .catchcopy {
		color: #000;
		font-size: calc(72vw / 750 * 100);
		text-align: center;
	}
}

.visualArea__detail .text {
	color: #ffffff;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 L', '游明朝体', 'YuMincho',
	'游明朝', 'Yu Mincho', 'Noto Serif', 'ヒラギノ明朝 ProN W3',
	'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN',
	'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro',
	'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: calc(33 / 16);
}

@media only screen and (max-width: 640px) {
	.visualArea__detail .text {
		color: #000000;
		font-size: calc(24vw / 750 * 100);
		line-height: calc(50 / 24);
		text-align: center;
	}
}

@-webkit-keyframes slide {
	0%,
	100% {
		opacity: 0;
	}
	2%, 48% {
		opacity: 1;
		z-index: 2;
	}
	50%,
	90% {
		opacity: 0;
		z-index: 2;
	}
}

@keyframes slide {
	0%,
	100% {
		opacity: 0;
	}
	2%, 48% {
		opacity: 1;
		z-index: 2;
	}
	50%,
	90% {
		opacity: 0;
		z-index: 2;
	}
}

@-webkit-keyframes slideZoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	99% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes slideZoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	99% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.visualArea .bgVisual {
	background-color: #ffffff;
	height: calc(100vh - 100px);
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.visualArea .bgVisual {
		display: none;
	}
}

.visualArea .bgVisual .bgSlide {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.visualArea .bgVisual .bgSlide--01 {
	-webkit-animation: slide 40s infinite 0s linear;
	animation: slide 40s infinite 0s linear;
}

.visualArea .bgVisual .bgSlide--01 .bgSlide__image {
	-webkit-animation: slideZoom 40s infinite 0s linear;
	animation: slideZoom 40s infinite 0s linear;
}

.visualArea .bgVisual .bgSlide--02 {
	-webkit-animation: slide 40s infinite 8s linear;
	animation: slide 40s infinite 8s linear;
}

.visualArea .bgVisual .bgSlide--02 .bgSlide__image {
	-webkit-animation: slideZoom 40s infinite 8s linear;
	animation: slideZoom 40s infinite 8s linear;
}

.visualArea .bgVisual .bgSlide--03 {
	-webkit-animation: slide 40s infinite 16s linear;
	animation: slide 40s infinite 16s linear;
}

.visualArea .bgVisual .bgSlide--03 .bgSlide__image {
	-webkit-animation: slideZoom 40s infinite 16s linear;
	animation: slideZoom 40s infinite 16s linear;
}

.visualArea .bgVisual .bgSlide--04 {
	-webkit-animation: slide 40s infinite 24s linear;
	animation: slide 40s infinite 24s linear;
}

.visualArea .bgVisual .bgSlide--04 .bgSlide__image {
	-webkit-animation: slideZoom 40s infinite 24s linear;
	animation: slideZoom 40s infinite 24s linear;
}

.visualArea .bgVisual .bgSlide--05 {
	-webkit-animation: slide 40s infinite 32s linear;
	animation: slide 40s infinite 32s linear;
}

.visualArea .bgVisual .bgSlide--05 .bgSlide__image {
	-webkit-animation: slideZoom 40s infinite 32s linear;
	animation: slideZoom 40s infinite 32s linear;
}

.visualArea .bgVisual .bgSlide:after {
	background: rgba(0, 0, 0, 0.5);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

@media only screen and (max-width: 640px) {
	.visualArea .bgVisual .bgSlide:after {
		content: none;
	}
}

.visualArea .bgVisual .bgSlide__image {
	font-family: 'object-fit: cover;';
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.visualArea.is-loaded::before {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.contentArea {
	background-color: #f7f7f7;
	margin: 0 0 0 auto;
	min-height: calc(100vh - 100px);
	overflow: hidden;
	position: relative;
	width: 50%;
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	.contentArea {
		padding-top: calc(170vw / 750 * 100);
		width: 100%;
	}
}

.contentArea__inner {
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 2000px) {
	.contentArea__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.contentArea .topicBlock {
	padding: 50px;
	position: relative;
}

@media only screen and (min-width: 2000px) {
	.contentArea .topicBlock {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 2%;
		width: 50%;
	}

	.contentArea .topicBlock:nth-of-type(odd)::before {
		background: url(../imgs/dotted-vertical.svg) repeat-y;
		top: 0;
		content: '';
		width: 1px;
		right: 0;
		position: absolute;
		height: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.contentArea .topicBlock {
		padding: calc(100vw / 750 * 100) calc(40vw / 750 * 100);
	}
}

.contentArea .topicBlock:after {
	background: url(../imgs/dotted.svg) repeat-x;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.contentArea .topicBlock:last-of-type {
	margin-bottom: 30px;
}

.contentArea .topicCard {
	width: 530px;
}

@media only screen and (min-width: 2000px) {
	.contentArea .topicCard {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.contentArea .topicCard {
		width: 100%;
	}
}

.contentArea .topicCard__link {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (min-width: 640px) {
	.contentArea .topicCard:hover .thumbnail__image {
		opacity: .6;
	}
}

.contentArea .topicCard .thumbnail {
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	height: 180px;
	width: 240px;
}

@media only screen and (min-width: 2000px) {
	.contentArea .topicCard .thumbnail {
		height: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 640px) {
	.contentArea .topicCard .thumbnail {
		height: calc(226vw / 750 * 100);
		width: calc(300vw / 750 * 100);
	}
}

.contentArea .topicCard .thumbnail__image {
	font-family: 'object-fit: cover;';
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 100%;
}

.contentArea .topicCard .detail {
	color: #000000;
	width: 260px;
}

@media only screen and (min-width: 2000px) {
	.contentArea .topicCard .detail {
		width: 45%;
	}
}

@media only screen and (max-width: 640px) {
	.contentArea .topicCard .detail {
		width: calc(330vw / 750 * 100);
	}
}

.contentArea .topicCard .detail .collabCopy {
	color: #666666;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: calc(24 / 12);
	margin-bottom: 6px;
	margin-top: -5px;
}

@media only screen and (max-width: 640px) {
	.contentArea .topicCard .detail .collabCopy {
		font-size: calc(18vw / 750 * 100);
		line-height: calc(30 / 18);
	}
}

.contentArea .topicCard .detail .title {
	color: #000000;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 L', '游明朝体', 'YuMincho',
	'游明朝', 'Yu Mincho', 'Noto Serif', 'ヒラギノ明朝 ProN W3',
	'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN',
	'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro',
	'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 18px;
	letter-spacing: .04em;
	line-height: calc(24 / 18);
}

@media only screen and (max-width: 640px) {
	.contentArea .topicCard .detail .title {
		font-size: calc(24vw / 750 * 100);
		line-height: calc(36 / 24);
	}
}

.contentArea .topicCard .detail .text {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: calc(24 / 14);
	margin-top: 20px;
}

@media only screen and (max-width: 640px) {
	.contentArea .topicCard .detail .text {
		font-size: calc(22vw / 750 * 100);
		letter-spacing: .004em;
		line-height: calc(34 / 22);
		text-align: justify;
	}
}

.contentArea .topicCard .detail .time {
	color: #666666;
	font-size: 10px;
	letter-spacing: .03em;
	line-height: calc(24 / 10);
	margin-top: 10px;
}

.contentArea .contentArea_ellipsis {
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 L', '游明朝体', 'YuMincho',
	'游明朝', 'Yu Mincho', 'Noto Serif', 'ヒラギノ明朝 ProN W3',
	'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN',
	'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro',
	'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    display: none;
}



.modalArea {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.modalArea.is-active {
	opacity: 1;
	pointer-events: all;
	-webkit-transition: 1s .3s;
	-o-transition: 1s .3s;
	transition: 1s .3s;
	visibility: visible;
	z-index: 1000;
}

.modalArea .modalBG {
	background-color: rgba(0, 0, 0, 0.8);
	content: '';
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

.modalArea .modalSlide {
	background: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 720px;
	left: 50%;
	max-width: 960px;
	padding: 40px 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}

@media only screen and (max-width: 640px) {
	.modalArea .modalSlide {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 40vh;
		padding: 50px;
		padding: calc(40vw / 750 * 100) calc(10vw / 750 * 100);
		width: calc(100% - 20px);
	}
}

.modalArea .modalSlide__inner .topicTitle {
	color: #000000;
	font-family: 'FOT-筑紫Aオールド明朝 Pr6 L', '游明朝体', 'YuMincho',
	'游明朝', 'Yu Mincho', 'Noto Serif', 'ヒラギノ明朝 ProN W3',
	'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN',
	'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro',
	'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 24px;
	line-height: 1.3;
	margin: 0 auto 35px;
	overflow: hidden;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
}

@media only screen and (max-width: 640px) {
	.modalArea .modalSlide__inner .topicTitle {
		font-size: calc(24vw / 750 * 100);
		margin-bottom: calc(35vw / 750 * 100);
	}
}

.modalArea .modalClose {
	bottom: 100%;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: calc(33 / 12);
	padding-bottom: 10px;
	position: absolute;
	right: 0;
}

.modalArea .modalClose:after {
	background: url("../imgs/icon-close.svg") no-repeat;
	content: '';
	display: inline-block;
	height: 19px;
	margin-left: 10px;
	vertical-align: middle;
	width: 19px;
}

.modalArea .swiper-container {
	height: 540px;
	width: 820px;
}

@media only screen and (max-width: 640px) {
	.modalArea .swiper-container {
		height: calc(375vw / 750 * 100);
		width: calc(550vw / 750 * 100);
	}
}

.modalArea .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modalArea .swiper-slide {
	height: 100%;
	text-align: center;
}

.modalArea .swiper-slide .photo {
	height: 100%;
}


.modalArea .swiper-slide .photo__image {
	height: 100%;
	margin: 0 auto;
	-o-object-fit: cover;
	object-fit: cover;
	width: auto;
}


.modalArea .swiper-slide .photo__caption {
	position: absolute;
	left: 50%;
	bottom: 5px;
	text-shadow: 0 0 2px #000;
	color: #fff;
	text-align: right;
	width: 95%;
	display: block;
	transform: translateX(-50%);
	font-size: 12px;
}
.modalArea .swiper-slide .photo__caption--black {
	text-shadow: 0 0 2px #fff;
	color: #333;
}

.modalArea .swiper-slide:not(.swiper-slide-active) {
	opacity: 0 !important;
}

.modalArea .slideController__inner {
	position: relative;
}

.modalArea .slideController__inner .swiper-pagination {
	margin-top: 35px;
	width: 100%;
}

.modalArea .slideController__inner .swiper-pagination-bullet {
	background-color: #000000;
	margin: 0 5px;
}

.modalArea .slideController .swiper-button-prev,
.modalArea .slideController .swiper-container-rtl .swiper-button-next {
	background-image: url("../imgs/icon-arrow-left.svg");
}

.modalArea .slideController .swiper-button-next,
.modalArea .slideController .swiper-container-rtl .swiper-button-prev {
	background-image: url("../imgs/icon-arrow-right.svg");
}
