html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	background-color: #f7f4f1;
	color: #353535;
	font-size: 1.6rem;
	line-height: 2.1em;
	letter-spacing: .07em;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-feature-settings: "palt";
	background-image: url(../img/bg_tex_w.jpg);
	background-size: auto;
}

body._black {
	background-color: #353535;
	background-image: url(../img/bg_tex_b.jpg);
	color: #f7f4f1;
}

body .mfp-bg {
	background: #353535;
	opacity: .9;
}

body .mfp-wrap {
	cursor: pointer;
}

body .mfp-wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background-image: url(../img/btn_modalclose.png);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

body button.mfp-close {
	display: none;
}

a {
	transition: all .3s;
	text-decoration: none;
	color: #4dbfbb;
}

a:hover {
	color: #c4924f;
}

a>img {
	transition: all .3s;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

img,
video {
	box-sizing: border-box;
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: middle;
}

figure {
	outline: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

pre,
code {
	box-sizing: border-box;
	overflow: auto;
	margin: 0;
	border: 1px solid rgba(53,53,53,.4);
	padding: 10px 20px;
	max-height: 200px;
	background: rgba(53,53,53,.1);
	font-size: inherit;
	line-height: 1.4em;
	font-family: inherit;
	font-weight: inherit;
	font-style: italic;
}

rt {
	position: absolute;
	transform: translateY(0.2em);
}

hr {
	display: block;
	margin: 30px 0;
	border: none;
	width: 100%;
	height: 1px;
	background: #353535;
}

.c-tex {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(../img/bg_tex_w.jpg);
	background-size: auto;
}

.c-tex._black {
	background-image: url(../img/bg_tex_b.jpg);
}

.c-tex._top {
	background-image: url(../img/top/bg_tex_b_top.png);
}

.c-title {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	color: #c4924f;
	font-family: birch-std,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.4em;
	letter-spacing: .03em;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding: 0 60px;
	margin: 0 auto 40px;
}

.c-title::before,
.c-title::after {
	content: "";
	display: block;
	position: absolute;
	top: 36%;
	transform: translateY(-50%);
	width: 42px;
	height: 30px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.c-title::before {
	left: 0;
	background-image: url(../img/ttl_deco_left.png);
}

.c-title::after {
	right: 0;
	background-image: url(../img/ttl_deco_right.png);
}

.c-title._shadow {
	text-shadow: 0px 0px 8px #000;
}

.c-serif {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	position: absolute;
	left: 110px;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
}

.c-serif>p {
	margin-right: 15px;
	width: 1em;
	color: #353535;
}

.c-serif>p:nth-of-type(1) {
	order: 3;
	margin-right: 0;
}

.c-serif>p:nth-of-type(2) {
	order: 2;
}

.c-serif>p:nth-of-type(3) {
	order: 1;
}

.c-serif>p span {
	display: block;
}

.c-serif>p .rotate {
	transform: rotate(90deg);
}

.c-serif>p .leader {
	transform: translateX(0.4em) rotate(90deg);
}

.c-serif>p .lower {
	line-height: .9em;
	transform: translate(0.15em, -0.1em);
}

.c-serif>p .period {
	line-height: .7em;
	transform: translate(0.5em, -0.3em);
}

.c-serif>p .brace {
	line-height: .5em;
}

.c-serif>p .brace.start {
	transform: rotate(90deg) translate(-0.1em, -0.2em);
}

.c-serif>p .brace.end {
	transform: rotate(90deg) translate(0.1em, 0.1em);
}

.l-inner {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.l-detail {
	position: relative;
	z-index: 1;
}

.l-detail>header {
	position: relative;
	z-index: 1;
	padding: 40px 0;
	margin-bottom: 40px;
	position: relative;
}

.l-detail>header::before,
.l-detail>header::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border-top: #c4924f solid 1px;
	border-bottom: #c4924f solid 1px;
}

.l-detail>header::before {
	top: 0;
}

.l-detail>header::after {
	bottom: 0;
}

.l-detail>header h1 {
	font-size: 1.3em;
	line-height: 1.8em;
}

#Cover {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_tex_w.jpg);
	background-size: auto;
	text-align: center;
}

#Cover>div {
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	transform: translate(-50%, -50%);
	transition: all .4s;
}

#Cover>div.show {
	opacity: 1;
	filter: blur(0);
	transition: all .4s;
}

#Cover>div span {
	display: block;
	margin: 0 auto;
}

#Cover>div img {
	width: 100%;
	display: block;
}

#Cover>div .loading_logo {
	width: 184px;
	margin-bottom: 10px;
}

#Cover>div .loading_txt {
	width: 242px;
	animation: blinking .8s ease-in-out infinite alternate;
}

#Cover.show {
	z-index: 60000;
	opacity: 1;
}

@media screen and (max-width: 768px) {

body {
	font-size: 2.4rem;
	letter-spacing: .075em;
}

a:hover {
	color: #c4924f;
}

hr {
	margin: 40px 0;
	height: 2px;
}

.c-title {
	font-size: 4.6em;
	padding: 0 84px;
	margin-bottom: 53px;
}

.c-title::before,
.c-title::after {
	top: 40%;
	width: 58px;
	height: 40px;
}

.c-serif {
	font-size: 1.1em;
	line-height: 1em;
}

.c-serif>p {
	margin-right: 10px;
}

.l-detail>header::before,
.l-detail>header::after {
	border-width: 2px;
	height: 8px;
}

.l-detail>header h1 {
	font-size: 1.28em;
	letter-spacing: .06em;
}

}

@keyframes blinking {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


/*# sourceMappingURL=../map/common.css.map */
