@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	background: transparent;
	color: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #cccccc;
}
input, select {
	vertical-align: middle;
}
/* ==============================================
	ASSETS PC - base

	width: -webkit-calc(100% - 127px);
	width: calc(100% - 127px);
	transition: all .2s;
	@include mx.clearfix;
	@include mx.radius(5);
	============================================== */
html, body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
body {
	background-color: #f7f7f3;
	color: #383834;
	backface-visibility: hidden;
	font-size: 14px;
	line-height: 24px;
	font-family: "Noto Serif JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt"1;
	font-feature-settings: "palt";
	zoom: 1;
}
body::after {
	content: "";
	clear: both;
	display: block;
}
a {
	outline: none;
	color: inherit;
	font-size: 100%;
	text-decoration: none;
}
a:visited, a:link {
	color: #004986;
	text-decoration: underline;
}
a:hover, a:active {
	color: #5a8fba;
	text-decoration: none;
}
i {
	font-style: normal;
}
img {
	vertical-align: top;
}
svg {
	line-height: 1em;
	vertical-align: top;
}
.only--pc {
	display: block;
}
.only--notsp {
	display: block;
}
.only--sp {
	display: none;
}
#pagetop {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
}
#blind {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9001;
	width: 100%;
	height: 100%;
	background-color: #f7f7f3;
}
.loader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9002;
	width: 100%;
	height: 100%;
	background-color: #f7f7f3;
	display: none;
}
.loader.is--show {
	display: block;
}
.loader__inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loader__visual {
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	display: block;
	line-height: 0;
	font-size: 0;
}
.loader__visual__image {
	position: relative;
	display: block;
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	overflow: hidden;
}
.loader__visual__image img {
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	width: auto;
	height: 80vh;
}
.contentWrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.container {
	order: 0;
	width: -webkit-calc(100% - 360px);
	width: calc(100% - 360px);
	position: relative;
	z-index: 0;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #e8e8e3;
}
.header {
	width: 100%;
	position: relative;
	z-index: 0;
	background-color: #f7f7f3;
}
.header__inner {
	margin: 0 40px;
	padding: 40px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.header__logo {
	line-height: 1em;
	width: 26.09375vw;
}
.header__logo img {
	width: 100%;
	height: auto;
}
.header__date {
	width: 34.375vw;
	margin-left: 40px;
}
.header__date img {
	width: 100%;
	height: auto;
}
.header__ham {
	display: none;
}
.buttons {
	width: 100%;
	position: relative;
	z-index: 0;
	background-color: #f7f7f3;
	border-bottom: #383834 solid 1px;
}
.buttons__inner {
	margin: 0 40px;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 0;
}
.buttons__inner ul {
	display: flex;
	justify-content: space-between;
}
.buttons__inner li {
	flex-basis: 100%;
	margin-right: 40px;
}
.buttons__inner li:last-of-type {
	margin-right: 0;
}
.buttons__inner a {
	display: block;
	line-height: 90px;
	text-align: center;
	text-decoration: none;
	color: #383834;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt"1;
	font-size: 1.875vw;
	border: #383834 solid 1px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.2s;
}
.buttons__inner a::after {
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	background: url("../img/common/arrow_next.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translate(0px, -50%);
	transition: all 0.2s;
}
.buttons__inner a:hover {
	background-color: #383834;
	color: #ffffff;
}
.buttons__inner a:hover::after {
	transform: translate(5px, -50%);
	background-image: url("../img/common/arrow_next_w.png");
	background-size: contain;
}
@media screen and (max-width: 1300px) {
	.container {
		width: -webkit-calc(100% - 300px);
		width: calc(100% - 300px);
	}
}
/* ==============================================
	ASSETS SP - base

	padding: 150px 0;
	padding: 40vw 0;
	@include mx.clearfix;
	@include mx.spimg(width, 200);
	============================================== */
@media screen and (max-width: 1199px) {
	body {
		background-color: #ffffff;
		color: #000000;
		font-size: calc(3.7333333333vw * 10 / 16);
		line-height: 1.71em;
	}
	.only--pc {
		display: none;
	}
	.only--notsp {
		display: block;
	}
	.only--sp {
		display: block;
	}
	#pagetop {
		z-index: -9999;
	}
	.loader__visual__image img {
		width: 80vw;
		height: auto;
	}
	.container {
		width: 100%;
		padding-top: 17.3333333333vw;
		background-color: #f7f7f3;
	}
	.header {
		height: 65px;
		height: 17.3333333333vw;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		transition: all 0.6s;
	}
	.header.is--open {
		background-color: #f7f7f3;
	}
	.header__inner {
		height: 100%;
		margin-left: 4vw;
		margin-right: 4vw;
		padding-top: 0vw;
		padding-bottom: 0vw;
		align-items: center;
	}
	.header__logo {
		width: 58.6666666667vw;
	}
	.header__date {
		display: none;
	}
	.header__ham {
		display: block;
		width: 13.3333333333vw;
		height: 5.6vw;
		position: relative;
	}
	.header__ham a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.header__ham span {
		display: block;
		width: 100%;
		height: 0.2666666667vw;
		background-color: #383834;
		position: absolute;
		left: 0;
		transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transition: all 0.2s;
	}
	.header__ham span:nth-child(1) {
		top: 0;
	}
	.header__ham span:nth-child(2) {
		top: 2.6666666667vw;
	}
	.header__ham span:nth-child(3) {
		top: 5.3333333333vw;
	}
	.header__ham.is--open span:nth-child(1) {
		top: 2.6666666667vw;
		transform: rotate(20deg);
	}
	.header__ham.is--open span:nth-child(2) {
		opacity: 0;
	}
	.header__ham.is--open span:nth-child(3) {
		top: 2.6666666667vw;
		transform: rotate(-20deg);
	}
	.buttons {
		border-bottom: #383834 solid 0.2666666667vw;
	}
	.buttons__inner {
		margin-left: 4vw;
		margin-right: 4vw;
		padding-top: 10.6666666667vw;
		padding-bottom: 10.6666666667vw;
	}
	.buttons__inner ul {
		flex-wrap: wrap;
	}
	.buttons__inner li {
		margin-right: 0px;
		margin-bottom: 4vw;
	}
	.buttons__inner li:last-of-type {
		margin-bottom: 0;
	}
	.buttons__inner a {
		line-height: 18.6666666667vw;
		font-size: calc(5.8666666667vw * 10 / 16);
		border: #383834 solid 0.2666666667vw;
		transition: none;
	}
	.buttons__inner a::after {
		width: 1.6vw;
		height: 2.8vw;
		right: 2.6666666667vw;
		transition: none;
	}
	.buttons__inner a:hover {
		background: none;
		color: #383834;
	}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 3.7333333333vw;
	}
	.only--notsp {
		display: none;
	}
	.buttons__inner a {
		font-size: 5.8666666667vw;
	}
}
#pageup {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#pageup a {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: aqua;
	text-decoration: none;
	border-radius: 10em;
	background-image: -webkit-linear-gradient(0deg, rgba(80, 235, 255, 1.00) 0%, rgba(163, 107, 255, 1.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(80, 235, 255, 1.00) 0%, rgba(163, 107, 255, 1.00) 100%);
	background-image: -o-linear-gradient(0deg, rgba(80, 235, 255, 1.00) 0%, rgba(163, 107, 255, 1.00) 100%);
	background-image: linear-gradient(90deg, rgba(80, 235, 255, 1.00) 0%, rgba(163, 107, 255, 1.00) 100%);
	border: 1px solid #ccc;
	color: #fff;
	transition: .2s all;
	font-size: 80%;
}
#pageup a:hover {
	opacity: .7;
}
#pageup a span {
	text-align: center;
	line-height: 1;
}
#pageup a span strong {
	font-size: 200%;
}