@charset "UTF-8";
/* **************************************************************** *
 * @desc@ 神々の悪戯 Unite Edition：WEB解説書
 * @edit@ 2021/11/12
 * **************************************************************** */
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	color: #66553a;
	font-size: 1.6rem;
	line-height: 1.8em;
	font-family: YakuHanJP,
 "游ゴシック体", YuGothic,
 "游ゴシック", "Yu Gothic",
 'Hiragino Kaku Gothic ProN',
 'Hiragino Sans',
 'メイリオ',Meiryo,
 sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body::before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: transparent url(../img/bg_pc.jpg) 50% 0/100% auto repeat-y;
}

body.modal {
	overflow: hidden;
	width: 100%;
}

@media screen and (max-width: 960px) {
	body {
		font-size: 2.8rem;
		line-height: 1.8em;
	}
	body::before {
		background-image: url(../img/bg_sp.jpg) 50% 0;
	}
}

a {
	outline: none;
	color: #00408f;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

a.txt:link, a.txt:visited {
	text-decoration: underline;
}

a.txt:hover, a.txt:active {
	text-decoration: none;
}

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 {
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: middle;
}

rt {
	-webkit-transform: translateY(0.2em);
	transform: translateY(0.2em);
}

@media screen and (max-width: 960px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 960px) {
	.sp {
		display: none !important;
	}
}

.emColor01 {
	color: #c00 !important;
}

.emColor02 {
	color: #00408f !important;
}

.noteColor {
	color: #999 !important;
}

.bold {
	font-weight: 700 !important;
}

.under {
	text-decoration: underline;
}

.dis {
	text-decoration: line-through;
}

.jp {
	font-family: YakuHanJP,
 "游ゴシック体", YuGothic,
 "游ゴシック", "Yu Gothic",
 'Hiragino Kaku Gothic ProN',
 'Hiragino Sans',
 'メイリオ',Meiryo,
 sans-serif;
	font-weight: 400;
	font-style: normal;
}

.en {
	font-weight: 400;
	font-style: normal;
}

.brace {
	text-indent: -0.5em;
}

.mgtHp {
	margin-top: 0.9em !important;
}

.mgt1p {
	margin-top: 1.8em !important;
}

.mgt2p {
	margin-top: 3.6em !important;
}

.mgt3p {
	margin-top: 5.4em !important;
}

.fsS {
	font-size: 0.9em !important;
	line-height: 1.8em !important;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

img.border {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(208, 189, 105, 0.4);
}

img.icon {
	display: inline-block;
	margin: -2px 3px 2px;
	width: 30px;
	vertical-align: middle;
}

@media screen and (max-width: 960px) {
	img.icon {
		margin: -2px 5px 2px;
		width: 45px;
	}
}

table.def {
	display: table;
	table-layout: fixed;
	border-top: 1px solid rgba(208, 189, 105, 0.4);
	width: 100%;
}

table.def th, table.def td {
	border-bottom: 1px solid rgba(208, 189, 105, 0.4);
	padding: 15px 0;
	vertical-align: middle;
}

table.def th {
	width: 16em;
	color: #a98620;
	letter-spacing: 0.05em;
	font-family: 'Marcellus', serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
}

@media screen and (max-width: 960px) {
	table.def {
		display: block;
		border-top-width: 2px;
	}
	table.def tbody, table.def tr, table.def th, table.def td {
		display: block;
		width: auto;
	}
	table.def th {
		border-bottom: none;
		padding: 30px 0 0;
	}
	table.def td {
		padding: 0 0 30px;
	}
}

ul.def {
	font-size: inherit;
	line-height: 1.4em;
	text-align: left;
}

ul.def > li {
	padding-left: 1em;
	text-indent: -1em;
}

ul.def > li > * {
	text-indent: 0;
}

#Wrap {
	position: relative;
	z-index: 100;
	padding-top: 100px;
}

body > header > h1 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	border-top: 4px solid #d0bd69;
	padding: 6px 40px 0;
	width: 100%;
	height: 100px;
	background: #fff;
	line-height: 0;
	text-align: left;
}

@media screen and (max-width: 960px) {
	body > header > h1 {
		border-top-width: 5px;
		padding: 6px 20px 0;
	}
}

body > header > nav {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 50010;
	padding: 4px 0 0;
	height: 100px;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

body > header > nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 0 25px;
}

body > header > nav > ul > li {
	margin: 0 15px;
}

body > header > nav a {
	position: relative;
	z-index: 1;
	display: block;
	color: #66553a;
}

body > header > nav a > span {
	display: block;
	font-size: 1.0em;
	line-height: 1.0em;
	font-family: YakuHanJP,
 "游明朝体", YuMincho,
 "游明朝", "Yu Mincho",
 'Hiragino Mincho ProN',
 'Hiragino Mincho Pro',
 serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
	body > header > nav {
		top: -100%;
		z-index: 49000;
		padding: 100px 0 0;
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(201, 227, 185, 0.8)), to(rgba(255, 252, 219, 0.8)));
		background: linear-gradient(180deg, rgba(201, 227, 185, 0.8) 10%, rgba(255, 252, 219, 0.8) 100%);
	}
	body > header > nav > ul {
		display: block;
		padding: 0;
	}
	body > header > nav > ul > li {
		margin: 50px 0;
	}
	body > header > nav a > span {
		display: block;
		font-size: 1.4em;
		line-height: 1.0em;
		font-weight: 400;
	}
}

@media screen and (max-width: 960px) {
	body > header .btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		position: fixed;
		right: 0;
		top: 10px;
		z-index: 50100;
	}
	body > header .btns > div {
		border-left: 2px dashed rgba(0, 0, 0, 0.2);
		padding: 0 10px;
	}
	body > header .btns .oc {
		padding: 0 10px;
		line-height: 0;
	}
	body > header .btns .oc .ocBars {
		fill: #a98620;
		pointer-events: all;
		cursor: pointer;
	}
	body > header .btns .oc .ocBars .bar {
		opacity: 1;
		-webkit-transform-origin: 40px 40px;
		transform-origin: 40px 40px;
		-webkit-transition: opacity 0.2s ease-in-out,-webkit-transform 0.3s ease-in-out;
		transition: opacity 0.2s ease-in-out,-webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out,opacity 0.2s ease-in-out;
		transition: transform 0.3s ease-in-out,opacity 0.2s ease-in-out,-webkit-transform 0.3s ease-in-out;
	}
	body > header .btns .oc .ocBars .bar:nth-of-type(1) {
		-webkit-transform: translateY(-14px) rotate(0);
		transform: translateY(-14px) rotate(0);
	}
	body > header .btns .oc .ocBars .bar:nth-of-type(3) {
		-webkit-transform: translateY(14px) rotate(0);
		transform: translateY(14px) rotate(0);
	}
}

@media screen and (max-width: 960px) {
	body > header.show > nav {
		top: 0;
	}
	body > header.show .btns .oc .ocBars .bar:nth-of-type(1) {
		-webkit-transform: translateY(0) rotate(45deg) scaleX(1.1);
		transform: translateY(0) rotate(45deg) scaleX(1.1);
	}
	body > header.show .btns .oc .ocBars .bar:nth-of-type(2) {
		opacity: 0;
	}
	body > header.show .btns .oc .ocBars .bar:nth-of-type(3) {
		-webkit-transform: translateY(0) rotate(-45deg) scaleX(1.1);
		transform: translateY(0) rotate(-45deg) scaleX(1.1);
	}
}

body > footer {
	position: relative;
	z-index: 20000;
	background: linear-gradient(120deg, #c9e3b9 30%, #fffcdb 60%);
	text-align: left;
}

body > footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 6px;
	background: transparent url(../img/ft_border.jpg) 50% 0/auto 100% repeat-x;
}

@media screen and (max-width: 960px) {
	body > footer::before {
		height: 9px;
	}
}

body > footer .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 66px 0 120px;
	width: 1020px;
	opacity: 0;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	-webkit-transition: opacity 1.0s ease-out,-webkit-filter 1.0s ease-out;
	transition: opacity 1.0s ease-out,-webkit-filter 1.0s ease-out;
	transition: opacity 1.0s ease-out,filter 1.0s ease-out;
	transition: opacity 1.0s ease-out,filter 1.0s ease-out,-webkit-filter 1.0s ease-out;
}

body > footer .box.show {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

body > footer .box > section.twitter {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 480px;
	text-align: left;
}

body > footer .box > section.twitter > h1 {
	margin-bottom: 15px;
	color: #00408f;
	font-size: 1.4em;
	line-height: 1.0em;
	font-family: 'Marcellus', serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
}

body > footer .box > section.twitter > h1 a {
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.0em;
	letter-spacing: 0;
}

body > footer .box > section.twitter .widget {
	border-width: 1px 0;
	border-style: solid;
	border-color: #d0bd69;
}

body > footer .box > section.twitter .widget iframe {
	vertical-align: bottom;
}

body > footer .box > section:nth-of-type(2) {
	width: 500px;
}

@media screen and (max-width: 960px) {
	body > footer .box {
		display: block;
		padding: 120px 40px;
		width: auto;
	}
	body > footer .box > section.twitter {
		width: auto;
	}
	body > footer .box > section.twitter > h1 {
		margin-bottom: 25px;
		font-size: 1.4em;
		line-height: 1.0em;
	}
	body > footer .box > section.twitter > h1 a {
		font-size: 0.5em;
		line-height: 1.0em;
	}
	body > footer .box > section.twitter .widget {
		border-width: 2px 0;
	}
	body > footer .box > section.twitter .widget iframe {
		width: 100% !important;
		height: 350px !important;
	}
	body > footer .box > section:nth-of-type(2) {
		padding: 70px 0 0;
		width: auto;
		text-align: center;
	}
}

body > footer .logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	line-height: 0;
}

body > footer .logos > li {
	margin-right: 10px;
	width: 140px;
}

body > footer .logos a {
	overflow: hidden;
	display: block;
	border: 1px solid #00408f;
	border-radius: 5px;
	padding: 0 18px;
	background: #fff;
}

body > footer .logos a:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

@media screen and (max-width: 960px) {
	body > footer .logos {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	body > footer .logos > li {
		margin: 30px 0 0;
		width: 320px;
	}
	body > footer .logos > li:first-child {
		width: 100%;
	}
	body > footer .logos a {
		border-width: 2px;
		padding: 0;
	}
	body > footer .logos a:hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

body > footer .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

body > footer .share > dt {
	margin-right: 5px;
	color: #00408f;
	font-size: 0.8em;
	line-height: 1.0em;
	font-family: 'Marcellus', serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}

body > footer .share > dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	line-height: 0;
}

body > footer .share > dd > div {
	margin: 0 5px;
	width: 26px;
}

@media screen and (max-width: 960px) {
	body > footer .share {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 100px;
	}
	body > footer .share > dt {
		margin-right: 15px;
		font-size: 1.4em;
		line-height: 1.0em;
	}
	body > footer .share > dd > div {
		margin: 0 15px;
		width: 80px;
	}
}

body > footer .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin-top: 30px;
}

body > footer .links > li {
	margin-right: 20px;
	font-size: 0.8em;
	line-height: 1.0em;
	vertical-align: middle;
}

body > footer .links a {
	display: block;
	font-family: 'Marcellus', serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 960px) {
	body > footer .links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 80px;
	}
	body > footer .links > li {
		margin: 0 30px;
		font-size: 1.1em;
		line-height: 1.0em;
	}
	body > footer .links a {
		font-weight: 400;
	}
}

body > footer .copy {
	margin-top: 30px;
	font-size: 0.6em;
	line-height: 1.8em;
}

body > footer .copy p {
	margin-top: 1.0em;
}

@media screen and (max-width: 960px) {
	body > footer .copy {
		margin-top: 60px;
		font-size: 0.7em;
		line-height: 1.8em;
	}
}

#Container {
	position: relative;
	z-index: 1000;
	padding: 0 0 200px;
}

@media screen and (max-width: 960px) {
	#Container {
		padding: 0 40px 240px;
	}
}

#Container > section {
	position: relative;
	z-index: 1;
	margin: 130px 0 0;
	padding-top: 30px;
}

#Container > section > h1 {
	margin: 0 0 70px;
	color: #00408f;
	text-align: center;
	opacity: 0;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	-webkit-transition: opacity 1.0s ease-out,-webkit-filter 1.0s ease-out;
	transition: opacity 1.0s ease-out,-webkit-filter 1.0s ease-out;
	transition: opacity 1.0s ease-out,filter 1.0s ease-out;
	transition: opacity 1.0s ease-out,filter 1.0s ease-out,-webkit-filter 1.0s ease-out;
}

#Container > section > h1 img {
	width: auto;
	height: 75px;
}

#Container > section > h1.show {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

@media screen and (max-width: 960px) {
	#Container > section > h1 img {
		height: auto;
	}
}

#Container > section > .inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 200px auto 0;
	padding: 60px 90px 100px;
	width: 1020px;
	background-color: transparent;
	background-image: url(../img/frame_head_pc.jpg), url(../img/frame_bottom_pc.jpg), url(../img/frame_repeat_pc.jpg);
	background-position: 50% 0,50% 100%,50% 50%;
	background-repeat: no-repeat,no-repeat,repeat-y;
	background-size: 100% auto,100% auto,100% auto;
	opacity: 0;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	-webkit-transition: opacity 1.0s ease-out,-webkit-filter 1.0s ease-out;
	transition: opacity 1.0s ease-out,-webkit-filter 1.0s ease-out;
	transition: opacity 1.0s ease-out,filter 1.0s ease-out;
	transition: opacity 1.0s ease-out,filter 1.0s ease-out,-webkit-filter 1.0s ease-out;
}

#Container > section > .inner:nth-of-type(1) {
	margin-top: 0;
}

#Container > section > .inner.show {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

#Container > section > .inner > h1 {
	margin-bottom: 40px;
	color: #a98620;
	font-size: 2.4em;
	line-height: 1.2em;
	font-family: YakuHanJP,
 "游明朝体", YuMincho,
 "游明朝", "Yu Mincho",
 'Hiragino Mincho ProN',
 'Hiragino Mincho Pro',
 serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

@media screen and (max-width: 960px) {
	#Container > section > .inner > h1 {
		font-size: 1.6em;
		line-height: 1.2em;
	}
}

#Container > section > .inner > .lead {
	margin-top: 0.8em;
	font-size: 1.3em;
	line-height: 1.6em;
	font-family: YakuHanJP,
 "游明朝体", YuMincho,
 "游明朝", "Yu Mincho",
 'Hiragino Mincho ProN',
 'Hiragino Mincho Pro',
 serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
}

@media screen and (max-width: 960px) {
	#Container > section > .inner {
		padding: 80px 40px 90px;
		width: auto;
		background-image: url(../img/frame_head_sp.jpg), url(../img/frame_bottom_sp.jpg), url(../img/frame_repeat_sp.jpg);
	}
	#Container > section > .inner > h1 img {
		height: auto;
	}
	#Container > section > .inner > .lead {
		margin-top: 1.0em;
		font-size: 1.2em;
		line-height: 1.6em;
		font-weight: 400;
	}
}

#Container > section > .inner > section {
	margin-top: 50px;
	padding-top: 60px;
	background: transparent url(../img/border_pc.png) 50% 0/contain no-repeat;
	text-align: left;
}

#Container > section > .inner > section:first-child {
	padding-top: 0;
	background: none;
}

#Container > section > .inner > section > h1 {
	position: relative;
	z-index: 1;
	padding-left: 40px;
	min-height: 30px;
	color: #a98620;
	font-size: 2.0em;
	line-height: 1.4em;
	font-family: YakuHanJP,
 "游明朝体", YuMincho,
 "游明朝", "Yu Mincho",
 'Hiragino Mincho ProN',
 'Hiragino Mincho Pro',
 serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
}

#Container > section > .inner > section > h1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2em;
	z-index: -1;
	width: 28px;
	height: 28px;
	background: transparent url(../img/ico_cap.png) center/contain no-repeat;
}

#Container > section > .inner > section h2 {
	border-width: 1px 0;
	border-style: solid;
	border-color: #d0bd69;
	padding: 8px;
	color: #a98620;
	font-size: 1.7em;
	line-height: 1.0em;
	font-family: YakuHanJP,
 "游明朝体", YuMincho,
 "游明朝", "Yu Mincho",
 'Hiragino Mincho ProN',
 'Hiragino Mincho Pro',
 serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}

#Container > section > .inner > section h3 {
	color: #a98620;
	font-size: 1.2em;
	line-height: 1.0em;
	font-family: YakuHanJP,
 "游明朝体", YuMincho,
 "游明朝", "Yu Mincho",
 'Hiragino Mincho ProN',
 'Hiragino Mincho Pro',
 serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
}

@media screen and (max-width: 960px) {
	#Container > section > .inner > section {
		background-image: url(../img/border_sp.png);
	}
	#Container > section > .inner > section > h1 {
		min-height: 30px;
		font-size: 1.4em;
		line-height: 1.4em;
		font-weight: 400;
	}
	#Container > section > .inner > section > h1::before {
		width: 34px;
		height: 34px;
	}
	#Container > section > .inner > section h2 {
		border-width: 2px 0;
		padding: 15px 8px;
		font-size: 1.4em;
		line-height: 1.0em;
		font-weight: 400;
	}
	#Container > section > .inner > section h3 {
		font-size: 1.1em;
		line-height: 1.0em;
		font-weight: 400;
	}
}

#Container > section > .inner .pic {
	line-height: 0;
	text-align: center;
}

#Container > section > .inner ul.pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#Container > section > .inner ul.pic > li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 400px;
	flex: 0 1 400px;
	margin-top: 20px;
}

#Container > section > .inner ul.pic > li:nth-of-type(even) {
	margin-left: 40px;
}

@media screen and (max-width: 960px) {
	#Container > section > .inner ul.pic {
		display: block;
	}
	#Container > section > .inner ul.pic > li:nth-of-type(even) {
		margin-left: 0;
	}
}

#Container > .back {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 1020px;
}

#Container > .back a {
	display: block;
	border: 1px solid #00408f;
	border-radius: 6px;
	padding: 25px;
	background: rgba(255, 255, 255, 0.5);
	color: #00408f;
	font-size: 1.3em;
	line-height: 1.0em;
	font-family: 'Marcellus', serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#Container > .back a:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

@media screen and (max-width: 960px) {
	#Container > .back {
		padding: 80px 40px 0;
		width: auto;
	}
	#Container > .back a {
		padding: 45px 25px;
		font-size: 1.1em;
		line-height: 1.0em;
	}
	#Container > .back a:hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

#Container > #Intro > .inner {
	padding: 0 80px 0 240px;
	min-height: 600px;
}

#Container > #Intro > .inner .catch {
	position: absolute;
	left: 70px;
	top: 6px;
	z-index: 1;
}

@media screen and (max-width: 960px) {
	#Container > #Intro > .inner {
		padding: 0 40px;
	}
	#Container > #Intro > .inner .catch {
		position: static;
		margin-bottom: 50px;
	}
}

#Container > #Intro .visual > a, #Container > #Intro .visual > span {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	padding: 8px;
}

#Container > #Intro .visual > a::before, #Container > #Intro .visual > a::after, #Container > #Intro .visual > span::before, #Container > #Intro .visual > span::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

#Container > #Intro .visual > a::after, #Container > #Intro .visual > span::after {
	content: '';
	z-index: 10;
	background-image: url(../img/frame_movie.png);
	background-size: contain;
}

#Container > #Intro .visual > a img, #Container > #Intro .visual > span img {
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#Container > #Intro .visual > a::before {
	content: '';
	z-index: 20;
	background-image: url(../img/ico_movie.png);
	background-size: 80px auto;
}

#Container > #Intro .visual > a:hover img {
	opacity: 0.6;
}

.modalPict, [data-modal-page] {
	cursor: pointer;
}

#Popup {
	display: none;
}

#Modal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 61000;
	padding: 50px 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(201, 227, 185, 0.8)), to(rgba(255, 252, 219, 0.8)));
	background: linear-gradient(180deg, rgba(201, 227, 185, 0.8) 10%, rgba(255, 252, 219, 0.8) 100%);
}

@media screen and (max-width: 960px) {
	#Modal {
		padding: 210px 0;
	}
}

#Modal > .inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-transform: translateY(2%);
	transform: translateY(2%);
}

#Modal > .inner.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#Modal .close {
	position: absolute;
	right: 20px;
	top: 25px;
	z-index: 100;
	width: 80px;
	height: 80px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#Modal .close::before, #Modal .close::after {
	content: '';
	position: absolute;
	left: -4%;
	top: calc(50% - 1px);
	width: 108%;
	height: 1px;
	background: #a98620;
}

#Modal .close::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#Modal .close::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
	#Modal .close {
		top: 60px;
		width: 110px;
		height: 110px;
	}
	#Modal .close::before, #Modal .close::after {
		top: calc(50% - 1px);
		height: 2px;
	}
}

#Modal .pictBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	max-width: 700px;
	background: #fff;
}

@media screen and (max-width: 960px) {
	#Modal .pictBox {
		max-width: 100%;
	}
}

#Modal .inlineBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 60px 90px;
	width: 1020px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(169, 134, 32, 0.1);
	box-shadow: 0 0 20px rgba(169, 134, 32, 0.1);
}

@media screen and (max-width: 960px) {
	#Modal .inlineBox {
		padding: 60px 45px;
		width: 670px;
	}
}

#Modal .inlineBox.flow > div > h1 {
	position: relative;
	z-index: 1;
	padding-left: 40px;
	min-height: 30px;
	color: #a98620;
	font-size: 1.8em;
	line-height: 1.4em;
	font-family: YakuHanJP,
 "游明朝体", YuMincho,
 "游明朝", "Yu Mincho",
 'Hiragino Mincho ProN',
 'Hiragino Mincho Pro',
 serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
	text-align: left;
}

#Modal .inlineBox.flow > div > h1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2em;
	z-index: -1;
	width: 28px;
	height: 28px;
	background: transparent url(../img/ico_cap.png) center/contain no-repeat;
}

@media screen and (max-width: 960px) {
	#Modal .inlineBox.flow > div > h1 {
		font-size: 1.3em;
		line-height: 1.4em;
		font-weight: 400;
	}
	#Modal .inlineBox.flow > div > h1::before {
		width: 34px;
		height: 34px;
	}
}

#Modal .inlineBox.flow > div > .body {
	margin-top: 30px;
	padding: 15px 0;
	background-color: transparent;
	background-image: url(../img/border_pc.png), url(../img/border_pc.png);
	background-position: 50% 0,50% 100%;
	background-repeat: no-repeat,no-repeat;
	background-size: contain,contain;
}

#Modal .inlineBox.flow > div > .body > section {
	margin: 0 auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 35px 0;
	width: 650px;
}

#Modal .inlineBox.flow > div > .body > section:first-child {
	border-top: none;
}

#Modal .inlineBox.flow > div > .body > section > h1 {
	margin-bottom: 15px;
	color: #a98620;
	font-size: 1.5em;
	line-height: 1.4em;
	font-family: YakuHanJP,
 "游明朝体", YuMincho,
 "游明朝", "Yu Mincho",
 'Hiragino Mincho ProN',
 'Hiragino Mincho Pro',
 serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 700;
}

@media screen and (max-width: 960px) {
	#Modal .inlineBox.flow > div > .body {
		margin-top: 50px;
		padding: 15px 0;
		background-image: url(../img/border_sp.png), url(../img/border_sp.png);
	}
	#Modal .inlineBox.flow > div > .body > section {
		border-top-width: 2px;
		padding: 60px 0;
		width: auto;
	}
	#Modal .inlineBox.flow > div > .body > section > h1 {
		font-size: 1.1em;
		line-height: 1.4em;
		font-weight: 400;
	}
}

#Bg {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Bg > img {
	display: block;
	position: fixed;
	z-index: 11;
	width: 36%;
	height: auto;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 2.0s ease-out;
	transition: all 2.0s ease-out;
}

#Bg > img.p01 {
	left: 14%;
	top: 50%;
}

#Bg > img.p02 {
	left: -7%;
	top: 130%;
}

#Bg > img.p03 {
	left: 45%;
	top: 75%;
}

#Bg > img.p04 {
	left: -5%;
	top: 10%;
}

#Bg > img.p05 {
	left: 68%;
	top: 60%;
}

#Bg > img.p06 {
	left: 78%;
	top: 140%;
}

#Bg > img.p07 {
	left: 30%;
	top: 120%;
}

#Bg > img.p08 {
	left: 23%;
	top: -10%;
}

#Bg > img.p09 {
	left: 55%;
	top: 150%;
}

#Bg > img.p10 {
	left: 64%;
	top: 15%;
}

#Bg > img.p11 {
	left: -20%;
	top: 70%;
}

#Bg > img.p12 {
	left: 80%;
	top: 100%;
}

#Bg {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#Bg > img {
	opacity: 0;
	position: absolute;
	z-index: 1;
	-webkit-animation: particle 4.0s linear 1;
	animation: particle 4.0s linear 1;
}

#Bg > img.s {
	width: 32px;
}

#Bg > img.l {
	width: 80px;
}

@-webkit-keyframes particle {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5) rotate(0);
		transform: scale(0.5) rotate(0);
	}
	20% {
		opacity: 1;
	}
	70% {
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	100% {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px);
		-webkit-transform: scale(1.1) rotate(-45deg);
		transform: scale(1.1) rotate(-45deg);
	}
}

@keyframes particle {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5) rotate(0);
		transform: scale(0.5) rotate(0);
	}
	20% {
		opacity: 1;
	}
	70% {
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	100% {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px);
		-webkit-transform: scale(1.1) rotate(-45deg);
		transform: scale(1.1) rotate(-45deg);
	}
}

#Splash {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 62000;
	width: 100%;
	height: 100%;
	background: #fff;
}

/*# sourceMappingURL=../map/style.css.map */
