@charset "UTF-8";
body {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	font-size: 1.2rem;
	line-height: 1.8em;
	font-family: 'Hiragino Mincho Std','Hiragino Mincho StdN',
 'Hiragino Mincho Pro','Hiragino Mincho ProN',
 'Hiragino Mincho',
 'Kozuka Mincho Pro','Kozuka Mincho Std',
 'メイリオ',Meiryo,
 serif;
	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.fixed {
	overflow: hidden;
}

body.modal {
	overflow: hidden;
}

body.modal #Wrap {
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

a {
	outline: none !important;
}

a::link, a::visited {
	color: #006d86;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

a:hover, a::active {
	color: #006d86;
	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;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 750px) {
	.sp {
		display: none !important;
	}
}

.iblock {
	display: inline-block !important;
	text-indent: 0;
	verticla-align: baseline !important;
}

#Cover {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50000;
	width: 100%;
	height: 100%;
	color: #cab03a;
}

#Cover .skip {
	position: absolute;
	left: 40px;
	top: 25px;
	z-index: 200;
	width: 78px;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	#Cover .skip {
		left: 20px;
		top: 20px;
	}
}

#Cover .lead {
	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;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

#Cover .lead.show {
	opacity: 1;
}

#Cover .lead p {
	position: relative;
	z-index: 10;
}

#Cover .lead p:nth-of-type(1) {
	font-size: 1.2rem;
}

#Cover .lead p:nth-of-type(2) {
	margin-top: 15px;
	font-size: 2.8rem;
	line-height: 1.2em;
	font-family: summa,
 'Hiragino Mincho Std','Hiragino Mincho StdN',
 'Hiragino Mincho Pro','Hiragino Mincho ProN',
 'Hiragino Mincho',
 'Kozuka Mincho Pro','Kozuka Mincho Std',
 'メイリオ',Meiryo,
 serif;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

#Cover .petal {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}

#Cover .petal > div {
	opacity: 0;
	position: absolute;
	left: calc(50% - 360px);
	top: calc(50% - 360px);
	width: 720px;
	height: 720px;
	background-color: transparent;
	baclground-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translate(0, 0) scale(0.1) rotate(0);
	transform: translate(0, 0) scale(0.1) rotate(0);
}

#Cover .gate {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transition: all 1.0s;
	transition: all 1.0s;
}

#Cover .gate:before, #Cover .gate:after {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	-webkit-transition: all 3.0s ease-in-out;
	transition: all 3.0s ease-in-out;
}

#Cover .gate:before {
	left: 0;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

#Cover .gate:after {
	right: 0;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

#Cover .gate.open {
	background: rgba(255, 255, 255, 0);
}

#Cover .gate.open:before {
	-webkit-transform: scaleX(0) skewY(-15deg);
	transform: scaleX(0) skewY(-15deg);
}

#Cover .gate.open:after {
	-webkit-transform: scaleX(0) skewY(15deg);
	transform: scaleX(0) skewY(15deg);
}

#Cover .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#Cover .bg::after {
	content: '';
	position: absolute;
	left: -50%;
	top: 0;
	z-index: 2;
	width: 200%;
	height: 100%;
	background: transparent url(../img/main_bg_light.png) 50% 100% no-repeat;
	background-size: 40% auto;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

#Cover .petal.show > div.petal01 {
	z-index: 11;
	-webkit-animation: petal01 1.6s ease-in 0.1s 1;
	animation: petal01 1.6s ease-in 0.1s 1;
}

#Cover .petal.show > div.petal02 {
	z-index: 10;
	-webkit-animation: petal02 1.6s ease-in 0.1s 1;
	animation: petal02 1.6s ease-in 0.1s 1;
}

#Cover .petal.show > div.petal03 {
	z-index: 3;
	-webkit-animation: petal03 2.0s ease-in 0.6s 1;
	animation: petal03 2.0s ease-in 0.6s 1;
}

#Cover .petal.show > div.petal04 {
	z-index: 9;
	-webkit-animation: petal04 1.4s ease-in 0.2s 1;
	animation: petal04 1.4s ease-in 0.2s 1;
}

#Cover .petal.show > div.petal05 {
	z-index: 2;
	-webkit-animation: petal05 1.8s ease-in 0.7s 1;
	animation: petal05 1.8s ease-in 0.7s 1;
}

#Cover .petal.show > div.petal06 {
	z-index: 5;
	-webkit-animation: petal06 1.5s ease-in 1;
	animation: petal06 1.5s ease-in 1;
}

#Cover .petal.show > div.petal07 {
	z-index: 7;
	-webkit-animation: petal07 1.6s ease-in 1;
	animation: petal07 1.6s ease-in 1;
}

#Cover .petal.show > div.petal08 {
	z-index: 4;
	-webkit-animation: petal08 2.0s ease-in 0.4s 1;
	animation: petal08 2.0s ease-in 0.4s 1;
}

#Cover .petal.show > div.petal09 {
	z-index: 6;
	-webkit-animation: petal09 1.6s ease-in 1;
	animation: petal09 1.6s ease-in 1;
}

#Cover .petal.show > div.petal10 {
	z-index: 8;
	-webkit-animation: petal10 1.8s ease-in 0.2s 1;
	animation: petal10 1.8s ease-in 0.2s 1;
}

#Cover .petal.show > div.petal11 {
	z-index: 1;
	-webkit-animation: petal11 1.6s ease-in 0.4s 1;
	animation: petal11 1.6s ease-in 0.4s 1;
}

@-webkit-keyframes petal01 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-5%, -20%) scale(0.1) rotate(0);
		transform: translate(-5%, -20%) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(200%, -120%) scale(1.2) rotate(-100deg);
		transform: translate(200%, -120%) scale(1.2) rotate(-100deg);
	}
}

@keyframes petal01 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-5%, -20%) scale(0.1) rotate(0);
		transform: translate(-5%, -20%) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(200%, -120%) scale(1.2) rotate(-100deg);
		transform: translate(200%, -120%) scale(1.2) rotate(-100deg);
	}
}

@-webkit-keyframes petal02 {
	0% {
		opacity: 0;
		-webkit-transform: translate(10%, -30%) scale(0.1) rotate(0);
		transform: translate(10%, -30%) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-200%, -90%) scale(0.8) rotate(100deg);
		transform: translate(-200%, -90%) scale(0.8) rotate(100deg);
	}
}

@keyframes petal02 {
	0% {
		opacity: 0;
		-webkit-transform: translate(10%, -30%) scale(0.1) rotate(0);
		transform: translate(10%, -30%) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-200%, -90%) scale(0.8) rotate(100deg);
		transform: translate(-200%, -90%) scale(0.8) rotate(100deg);
	}
}

@-webkit-keyframes petal03 {
	0% {
		opacity: 0;
		-webkit-transform: translate(5%, 0) scale(0.1) rotate(0);
		transform: translate(5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-220%, -10%) scale(0.8) rotate(160deg);
		transform: translate(-220%, -10%) scale(0.8) rotate(160deg);
	}
}

@keyframes petal03 {
	0% {
		opacity: 0;
		-webkit-transform: translate(5%, 0) scale(0.1) rotate(0);
		transform: translate(5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-220%, -10%) scale(0.8) rotate(160deg);
		transform: translate(-220%, -10%) scale(0.8) rotate(160deg);
	}
}

@-webkit-keyframes petal04 {
	0% {
		opacity: 0;
		-webkit-transform: translate(5%, 0) scale(0.1) rotate(0);
		transform: translate(5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-5%, 110%) scale(1) rotate(100deg);
		transform: translate(-5%, 110%) scale(1) rotate(100deg);
	}
}

@keyframes petal04 {
	0% {
		opacity: 0;
		-webkit-transform: translate(5%, 0) scale(0.1) rotate(0);
		transform: translate(5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-5%, 110%) scale(1) rotate(100deg);
		transform: translate(-5%, 110%) scale(1) rotate(100deg);
	}
}

@-webkit-keyframes petal05 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-5%, 15%) scale(0.1) rotate(0);
		transform: translate(-5%, 15%) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(80%, -150%) scale(1.2) rotate(100deg);
		transform: translate(80%, -150%) scale(1.2) rotate(100deg);
	}
}

@keyframes petal05 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-5%, 15%) scale(0.1) rotate(0);
		transform: translate(-5%, 15%) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(80%, -150%) scale(1.2) rotate(100deg);
		transform: translate(80%, -150%) scale(1.2) rotate(100deg);
	}
}

@-webkit-keyframes petal06 {
	0% {
		opacity: 0;
		-webkit-transform: translate(5%, 0) scale(0.1) rotate(0);
		transform: translate(5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-200%, 120%) scale(1) rotate(-100deg);
		transform: translate(-200%, 120%) scale(1) rotate(-100deg);
	}
}

@keyframes petal06 {
	0% {
		opacity: 0;
		-webkit-transform: translate(5%, 0) scale(0.1) rotate(0);
		transform: translate(5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-200%, 120%) scale(1) rotate(-100deg);
		transform: translate(-200%, 120%) scale(1) rotate(-100deg);
	}
}

@-webkit-keyframes petal07 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-10%, 0) scale(0.1) rotate(0);
		transform: translate(-10%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(200%, 100%) scale(1) rotate(40deg);
		transform: translate(200%, 100%) scale(1) rotate(40deg);
	}
}

@keyframes petal07 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-10%, 0) scale(0.1) rotate(0);
		transform: translate(-10%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(200%, 100%) scale(1) rotate(40deg);
		transform: translate(200%, 100%) scale(1) rotate(40deg);
	}
}

@-webkit-keyframes petal08 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-5%, 0) scale(0.1) rotate(0);
		transform: translate(-5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(200%, -5%) scale(0.8) rotate(-180deg);
		transform: translate(200%, -5%) scale(0.8) rotate(-180deg);
	}
}

@keyframes petal08 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-5%, 0) scale(0.1) rotate(0);
		transform: translate(-5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(200%, -5%) scale(0.8) rotate(-180deg);
		transform: translate(200%, -5%) scale(0.8) rotate(-180deg);
	}
}

@-webkit-keyframes petal09 {
	0% {
		opacity: 0;
		-webkit-transform: translate(5%, 0) scale(0.1) rotate(0);
		transform: translate(5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-180%, 30%) scale(0.8) rotate(100deg);
		transform: translate(-180%, 30%) scale(0.8) rotate(100deg);
	}
}

@keyframes petal09 {
	0% {
		opacity: 0;
		-webkit-transform: translate(5%, 0) scale(0.1) rotate(0);
		transform: translate(5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-180%, 30%) scale(0.8) rotate(100deg);
		transform: translate(-180%, 30%) scale(0.8) rotate(100deg);
	}
}

@-webkit-keyframes petal10 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-5%, 0) scale(0.1) rotate(0);
		transform: translate(-5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(200%, 40%) scale(0.6) rotate(-100deg);
		transform: translate(200%, 40%) scale(0.6) rotate(-100deg);
	}
}

@keyframes petal10 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-5%, 0) scale(0.1) rotate(0);
		transform: translate(-5%, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(200%, 40%) scale(0.6) rotate(-100deg);
		transform: translate(200%, 40%) scale(0.6) rotate(-100deg);
	}
}

@-webkit-keyframes petal11 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0) scale(0.1) rotate(0);
		transform: translate(0, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(10%, -200%) scale(1) rotate(-30deg);
		transform: translate(10%, -200%) scale(1) rotate(-30deg);
	}
}

@keyframes petal11 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 0) scale(0.1) rotate(0);
		transform: translate(0, 0) scale(0.1) rotate(0);
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(10%, -200%) scale(1) rotate(-30deg);
		transform: translate(10%, -200%) scale(1) rotate(-30deg);
	}
}

#Bg {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#Bg > div {
	position: absolute;
	top: 0x;
	left: 0;
	width: 100%;
	height: 100%;
}

#Bg > .base {
	z-index: 1;
	background: transparent url(../img/bg.jpg) center no-repeat;
	background-size: 100% auto;
}

#Bg > .blink {
	opacity: 0;
	z-index: 2;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-animation: blink 10.0s linear infinite;
	animation: blink 10.0s linear infinite;
}

#Bg > .blink.a {
	background-image: url(../img/bg_blink_01.png);
}

#Bg > .blink.b {
	background-image: url(../img/bg_blink_02.png);
	-webkit-animation-delay: 5.0s;
	animation-delay: 5.0s;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}
}

header {
	opacity: 0;
	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: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	-webkit-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

header.show {
	opacity: 1;
}

header.fixed {
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
}

header h1 {
	padding: 25px 40px 16px;
}

header h1 a {
	display: block;
	line-height: 0;
}

header h1 img {
	width: 150px;
	line-height: 0;
	vertical-align: bottom;
}

header > nav {
	boax-sizing: border-box;
	padding: 30px 30px 18px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

header > nav ul li {
	display: inline-block;
	margin-left: 20px;
}

header > nav ul li a {
	display: block;
	position: relative;
	color: #cab03a;
	font-size: 1.8rem;
	line-height: 1em;
	font-family: summa,
 'Hiragino Mincho Std','Hiragino Mincho StdN',
 'Hiragino Mincho Pro','Hiragino Mincho ProN',
 'Hiragino Mincho',
 'Kozuka Mincho Pro','Kozuka Mincho Std',
 'メイリオ',Meiryo,
 serif;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	text-decoration: none;
}

header > nav ul li a img {
	height: 20px;
}

header > nav ul li a::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background: #cab03a;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

header > nav ul li a:hover::before {
	width: 100%;
}

@media screen and (max-width: 750px) {
	header {
		opacity: 1;
	}
	header h1 {
		padding: 20px 20px 16px;
	}
	header h1 img {
		width: 150px;
		line-height: 0;
		vertical-align: bottom;
	}
	header > nav {
		position: fixed;
		right: -100%;
		top: 0;
		z-index: 100;
		padding: 130px 55px 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.9) url(../img/nv_bg_sp.png) 50% calc(100% - 60px) no-repeat;
		background-size: calc(100% - 110px) auto;
	}
	header > nav.show {
		right: 0;
	}
	header > nav ul li {
		display: block;
		margin: 80px 0 0;
		border-bottom: 2px solid #cab03a;
		text-align: left;
	}
	header > nav ul li a {
		padding: 6px 30px 6px 0;
		font-size: 2.0rem;
		line-height: 1em;
		text-indent: 0;
		text-decoration: none;
	}
	header > nav ul li a img {
		height: 20px;
	}
	header > nav ul li a::before {
		display: none;
	}
	header > nav ul li a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 9px);
		right: 0;
		z-index: 1;
		width: 10px;
		height: 18px;
		background: transparent url(../img/nv_ic_arrow_sp.png) center no-repeat;
		background-size: contain;
	}
	#GnvOC {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 2000;
		width: 64px;
		height: 58px;
		background: rgba(255, 255, 255, 0.6);
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	#GnvOC .ocBars {
		fill: #cab03a;
		pointer-events: all;
		cursor: pointer;
	}
	#GnvOC .ocBars .bar {
		opacity: 1;
		-webkit-transform-origin: 50px 50px;
		transform-origin: 50px 50px;
		-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;
	}
	#GnvOC .ocBars .bar:nth-of-type(1) {
		-webkit-transform: translateY(-20px) rotate(0);
		transform: translateY(-20px) rotate(0);
	}
	#GnvOC .ocBars .bar:nth-of-type(3) {
		-webkit-transform: translateY(20px) rotate(0);
		transform: translateY(20px) rotate(0);
	}
	#GnvOC.close {
		background: rgba(255, 255, 255, 0);
	}
	#GnvOC.close .ocBars .bar:nth-of-type(1) {
		-webkit-transform: translateY(0) rotate(45deg) scaleX(1.1);
		transform: translateY(0) rotate(45deg) scaleX(1.1);
	}
	#GnvOC.close .ocBars .bar:nth-of-type(2) {
		opacity: 0;
	}
	#GnvOC.close .ocBars .bar:nth-of-type(3) {
		-webkit-transform: translateY(0) rotate(-45deg) scaleX(1.1);
		transform: translateY(0) rotate(-45deg) scaleX(1.1);
	}
}

footer {
	position: relative;
	padding: 0 0 60px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, white));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%);
	text-align: center;
}

@media screen and (max-width: 750px) {
	footer {
		padding: 0 0 120px;
	}
}

footer .bro-snsbox > div > div {
	margin: 0 10px;
}

footer .bro-snsbox.bro-circle-view > div > div,
footer .bro-snsbox.bro-rect-view > div > div {
	width: 50px !important;
}

footer .caution {
	margin: 60px 0 0;
	font-size: 1.2rem;
	line-height: 1.4em;
}

@media screen and (max-width: 750px) {
	footer .caution {
		font-size: 1.0rem;
		line-height: 1.6em;
	}
}

footer .url {
	padding: 60px 0;
	font-size: 3.0rem;
	letter-spacing: 1.0em;
	font-family: summa,
 'Hiragino Mincho Std','Hiragino Mincho StdN',
 'Hiragino Mincho Pro','Hiragino Mincho ProN',
 'Hiragino Mincho',
 'Kozuka Mincho Pro','Kozuka Mincho Std',
 'メイリオ',Meiryo,
 serif;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}

@media screen and (max-width: 750px) {
	footer .url {
		padding: 40px 0;
		font-size: 2.0rem;
		letter-spacing: 0.5em;
	}
}

footer .url a {
	color: #cab03a;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

footer .url a:hover {
	text-shadow: 0px 0px 8px rgba(202, 176, 58, 0.6);
}

footer .copy {
	font-size: 0.9rem;
	line-height: 1.0em;
}

footer .totop {
	position: fixed;
	right: 30px;
	bottom: -60px;
	z-index: 100;
	width: 45px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

footer .totop.show {
	bottom: 30px;
}

#Wrap {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 10;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#Wrap > section {
	padding: 0 20px 200px;
}

#Wrap > section > h1 {
	margin: 0 auto 50px;
}

#Wrap > section > h1 img {
	height: 100px;
}

#Main {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
	width: 100%;
}

#Main > article {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1.0s;
	transition: all 1.0s;
}

#Main > article.cur {
	opacity: 1;
	z-index: 1;
}

#Main > article > p, #Main > article > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Main > article > p img, #Main > article > div img {
	width: auto;
	height: 100%;
}

#Main > article > p {
	z-index: 100;
}

#Main > article > p:nth-of-type(1) {
	top: 67.6%;
	height: 6.8%;
}

#Main > article > p:nth-of-type(2) {
	top: 78%;
	height: 3%;
}

#Main > article > p:nth-of-type(3) {
	top: 86%;
	height: 5.5%;
}

#Main > article > .pic {
	top: 13%;
	z-index: 10;
	height: 47%;
}

#Main > article > .bg {
	top: 0;
	z-index: 1;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#Main > article > .bg::after {
	content: '';
	position: absolute;
	left: -50%;
	top: 0;
	z-index: 2;
	width: 200%;
	height: 100%;
	background: transparent url(../img/main_bg_light.png) 50% 100% no-repeat;
	background-size: 40% auto;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: mainLight 2.0s ease-in-out infinite;
	animation: mainLight 2.0s ease-in-out infinite;
}

@media screen and (max-width: 750px) {
	#Main > article > p {
		z-index: 100;
	}
	#Main > article > p:nth-of-type(1) {
		top: 18%;
		height: 20%;
	}
	#Main > article > p:nth-of-type(1) img {
		margin-bottom: 7%;
		height: 30%;
	}
	#Main > article > p:nth-of-type(2) {
		top: 38%;
		height: 3%;
	}
	#Main > article > p:nth-of-type(3) {
		top: 90%;
		height: 5%;
	}
	#Main > article > .pic {
		top: 50%;
		height: 32%;
	}
	#Main > article > .bg::after {
		background-position: 50% -180%;
		background-size: 80% auto;
	}
}

@-webkit-keyframes mainLight {
	0% {
		-webkit-transform: scaleX(0.8);
		transform: scaleX(0.8);
	}
	45% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	55% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	100% {
		-webkit-transform: scaleX(0.8);
		transform: scaleX(0.8);
	}
}

@keyframes mainLight {
	0% {
		-webkit-transform: scaleX(0.8);
		transform: scaleX(0.8);
	}
	45% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	55% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	100% {
		-webkit-transform: scaleX(0.8);
		transform: scaleX(0.8);
	}
}

#Main > nav > div {
	position: absolute;
	top: calc(50% - 15px);
	z-index: 10;
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Main > nav > div img {
	width: auto;
	height: 100%;
}

#Main > nav > div.prev {
	left: 10px;
}

#Main > nav > div.prev:hover {
	padding: 0 15px 0 5px;
}

@media screen and (max-width: 750px) {
	#Main > nav > div.prev {
		left: 0;
	}
}

#Main > nav > div.next {
	right: 10px;
}

#Main > nav > div.next:hover {
	padding: 0 5px 0 15px;
}

@media screen and (max-width: 750px) {
	#Main > nav > div.next {
		right: 0;
	}
}

#Lead {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	padding: 0 !important;
	width: 100%;
	color: #cab03a;
}

#Lead > div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	padding: 30px;
	height: 640px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 100%);
	text-align: center;
	vertical-align: middle;
}

#Lead p:nth-of-type(1) {
	font-size: 1.2rem;
}

#Lead p:nth-of-type(2) {
	margin-top: 15px;
	font-size: 2.8rem;
	line-height: 1.2em;
	font-family: summa,
 'Hiragino Mincho Std','Hiragino Mincho StdN',
 'Hiragino Mincho Pro','Hiragino Mincho ProN',
 'Hiragino Mincho',
 'Kozuka Mincho Pro','Kozuka Mincho Std',
 'メイリオ',Meiryo,
 serif;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}

@media screen and (max-width: 750px) {
	#Lead p:nth-of-type(2) {
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}
}

#Concept {
	overflow: hidden;
}

#Concept .lead {
	font-size: 1.1rem;
	line-height: 3.4em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

@media screen and (max-width: 750px) {
	#Concept .lead {
		font-size: 1.0rem;
		line-height: 2.4em;
	}
}

#Concept .detail {
	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;
	padding: 120px 0 0;
}

#Concept .detail > li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 260px;
	flex: 0 1 260px;
	margin: 60px 30px 0;
}

@media screen and (max-width: 750px) {
	#Concept .detail > li {
		-ms-flex-preferred-size: 420px;
		flex-basis: 420px;
		margin: 60px 0 0;
	}
}

#Concept .detail dt > span {
	display: block;
	margin-bottom: 25px;
	color: #cab03a;
	font-size: 2.0rem;
	line-height: 1.0em;
	font-family: summa,
 'Hiragino Mincho Std','Hiragino Mincho StdN',
 'Hiragino Mincho Pro','Hiragino Mincho ProN',
 'Hiragino Mincho',
 'Kozuka Mincho Pro','Kozuka Mincho Std',
 'メイリオ',Meiryo,
 serif;
	font-weight: 400;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}

@media screen and (max-width: 750px) {
	#Concept .detail dt > span {
		font-size: 2.4rem;
		line-height: 1.0em;
	}
}

#Concept .detail dd {
	margin-top: 30px;
	font-size: 0.9rem;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: left;
}

@media screen and (max-width: 750px) {
	#Concept .detail dd {
		font-size: 1.0rem;
		line-height: 2.0em;
	}
}

#Lineup .lead {
	font-size: 1.1rem;
	line-height: 3.4em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

@media screen and (max-width: 750px) {
	#Lineup .lead {
		font-size: 1.0rem;
		line-height: 2.4em;
	}
}

#Lineup .note {
	margin-top: 120px;
	font-size: 0.9rem;
	line-height: 2.2em;
}

@media screen and (max-width: 750px) {
	#Lineup .note {
		text-align: left;
	}
	#Lineup .note > li {
		margin-left: 1em;
		text-indent: -1em;
	}
}

#Lineup .list {
	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;
	margin: 0 auto;
	max-width: 1100px;
}

#Lineup .list > li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 200px;
	flex: 0 1 200px;
	margin: 100px 20px 0;
}

#Lineup .list .thumb {
	margin: 0 0 15px;
}

#Lineup .list .thumb a, #Lineup .list .thumb span {
	display: block;
}

#Lineup .list .thumb a img, #Lineup .list .thumb span img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Lineup .list .thumb a:hover img {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

#Lineup .list h1 {
	margin: 0 0 15px;
	font-size: 1.1rem;
	line-height: 1.4em;
}

#Lineup .list h1 > span {
	display: inline-block;
	margin: 0 0.5em;
}

#Lineup .list table {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	font-size: 0.7rem;
	line-height: 1.4em;
}

#Lineup .list table th, #Lineup .list table td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px 5px;
	font-weight: normal;
	vertical-align: middle;
}

#Lineup .list table th {
	padding-left: 6px;
	text-align: right;
	white-space: nowrap;
}

#Lineup .list table td {
	text-align: left;
}

#Lineup .list table tr:nth-of-type(2) > td {
	height: 3.9em;
}

#Lineup .list .btn {
	margin-top: 25px;
}

#Lineup .list .btn a, #Lineup .list .btn span {
	position: relative;
	display: block;
	padding: 12px 20px;
	font-size: 1.1rem;
	line-height: 1.1em;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 750px) {
	#Lineup .list .btn a, #Lineup .list .btn span {
		padding: 20px;
	}
}

#Lineup .list .btn a {
	padding-right: 35px;
	color: #fff;
}

#Lineup .list .btn a::after {
	content: '';
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #fff;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Lineup .list .btn a:hover::after {
	right: 15px;
}

@media screen and (max-width: 750px) {
	#Lineup .list .btn a {
		padding-right: 30px;
	}
	#Lineup .list .btn a::after {
		right: 15px;
	}
}

#Lineup .list .btn span.before {
	background: #fff;
}

#Lineup .list .btn span.after {
	background: #888;
}

#Lineup .list > li.otoya .btn a {
	background-color: #f49c9f;
	color: #b71b2e;
}

#Lineup .list > li.otoya .btn a::after {
	border-color: rgba(183, 27, 46, 0.8);
}

#Lineup .list > li.natsuki .btn a {
	background-color: #feed9d;
	color: #b7931a;
}

#Lineup .list > li.natsuki .btn a::after {
	border-color: rgba(183, 147, 26, 0.8);
}

#Lineup .list > li.syo .btn a {
	background-color: #ffc4cb;
	color: #b74e5f;
}

#Lineup .list > li.syo .btn a::after {
	border-color: rgba(183, 78, 95, 0.8);
}

#Lineup .list > li.reiji .btn a {
	background-color: #b5dfc0;
	color: #4b9462;
}

#Lineup .list > li.reiji .btn a::after {
	border-color: rgba(75, 148, 98, 0.8);
}

#Lineup .list > li.tokiya .btn a {
	background-color: #b0a7cb;
	color: #3e2e70;
}

#Lineup .list > li.tokiya .btn a::after {
	border-color: rgba(62, 46, 112, 0.8);
}

#Lineup .list > li.ranmaru .btn a {
	background-color: #da8ca2;
	color: #841b2e;
}

#Lineup .list > li.ranmaru .btn a::after {
	border-color: rgba(132, 27, 46, 0.8);
}

#Lineup .list > li.cecil .btn a {
	background-color: #d3e695;
	color: #679832;
}

#Lineup .list > li.cecil .btn a::after {
	border-color: rgba(103, 152, 50, 0.8);
}

#Lineup .list > li.masato .btn a {
	background-color: #a1b4d7;
	color: #203672;
}

#Lineup .list > li.masato .btn a::after {
	border-color: rgba(32, 54, 114, 0.8);
}

#Lineup .list > li.camus .btn a {
	background-color: #dbf1ff;
	color: #5d98b2;
}

#Lineup .list > li.camus .btn a::after {
	border-color: rgba(93, 152, 178, 0.8);
}

#Lineup .list > li.ren .btn a {
	background-color: #ffbd8c;
	color: #be5e1d;
}

#Lineup .list > li.ren .btn a::after {
	border-color: rgba(190, 94, 29, 0.8);
}

#Lineup .list > li.ai .btn a {
	background-color: #e0d1e5;
	color: #967da0;
}

#Lineup .list > li.ai .btn a::after {
	border-color: rgba(150, 125, 160, 0.8);
}

#Popup {
	display: none;
}

#Modal {
	overflow: auto;
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 20px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#Modal.show {
	opacity: 1;
	z-index: 1000000;
}

#Modal > .box {
	display: none;
	position: relative;
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
	min-width: 460px;
	max-height: 900px;
	min-height: 300px;
	text-align: center;
	-webkit-transform: scaleX(0.7);
	transform: scaleX(0.7);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#Modal > .box > .base {
	opacity: 0;
	position: relative;
	z-index: 2;
	padding: 60px 20px;
	height: 100%;
	background-color: #fff;
	background-image: url(../img/frame_lt.png), url(../img/frame_rt.png), url(../img/frame_rb.png), url(../img/frame_lb.png), url(../img/frame_t.png), url(../img/frame_r.png), url(../img/frame_b.png), url(../img/frame_l.png);
	background-position: left top,right top,right bottom,left bottom,
 center top,right center,center bottom,left center;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,
 repeat-x,repeat-y,repeat-x,repeat-y;
	background-size: 60px auto,60px auto,60px auto,60px auto,
 auto 60px,60px auto,auto 60px,60px auto;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

#Modal > .box > .base > div {
	overflow: hidden;
	height: 100%;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

@media screen and (max-width: 750px) {
	#Modal > .box > .base {
		padding: 40px 20px;
		background-size: 40px auto,40px auto,40px auto,40px auto,
 auto 40px,40px auto,auto 40px,40px auto;
	}
}

#Modal > .box > .close {
	opacity: 0;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	background: transparent url(../img/bt_close.png) center no-repeat;
	background-size: contain;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	#Modal > .box > .close {
		top: 35px;
		right: 25px;
		width: 30px;
		height: 30px;
	}
}

#Modal.show > .box {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#Modal.show > .box > .base, #Modal.show > .box > .close {
	opacity: 1;
}

#Modal > .box > .detail > div {
	padding: 0 40px;
}

@media screen and (max-width: 750px) {
	#Modal > .box > .detail > div {
		padding: 0 20px;
	}
}

#Modal > .box > .detail > div > h1 {
	text-align: left;
}

#Modal > .box > .detail section {
	display: table;
	table-layout: fixed;
	position: relative;
	margin: 0 0 10px;
	width: 100%;
	text-align: left;
}

@media screen and (max-width: 750px) {
	#Modal > .box > .detail section {
		display: block;
		margin-bottom: 20px;
	}
}

#Modal > .box > .detail .main {
	display: table-cell;
	padding: 10px 30px 0 0;
	vertical-align: top;
}

@media screen and (max-width: 750px) {
	#Modal > .box > .detail .main {
		display: block;
		padding-right: 0;
	}
}

#Modal > .box > .detail .main .pic {
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}

@media screen and (max-width: 750px) {
	#Modal > .box > .detail .main .pic {
		margin: 0 0 80px;
	}
}

#Modal > .box > .detail .main .pic img {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Modal > .box > .detail .main .pic img:nth-of-type(1) {
	position: relative;
	height: auto;
}

#Modal > .box > .detail .main .pic img.cur {
	opacity: 1;
}

#Modal > .box > .detail .main p {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	font-size: 0.8rem;
	line-height: 2.0em;
	letter-spacing: 0.16em;
}

#Modal > .box > .detail .nv {
	display: table-cell;
	width: 102px;
	vertical-align: top;
}

#Modal > .box > .detail .nv li {
	margin: 8px 0;
	border: 1px solid #ccc;
	width: 102px;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Modal > .box > .detail .nv li img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Modal > .box > .detail .nv li:hover img {
	opacity: 0.6;
}

#Modal > .box > .detail .nv li.cur {
	cursor: default;
}

#Modal > .box > .detail .nv li.cur:hover img {
	opacity: 1;
}

@media screen and (max-width: 750px) {
	#Modal > .box > .detail .nv {
		display: block;
		position: absolute;
		left: 0;
		top: 435px;
		width: 100%;
	}
	#Modal > .box > .detail .nv 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;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#Modal > .box > .detail .nv li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 66px;
		flex: 0 1 66px;
		margin: 0 4px;
		width: auto;
	}
}

#Modal > .box > .detail .btn a, #Modal > .box > .detail .btn span {
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	min-width: 268px;
	font-size: 1.3rem;
	line-height: 1.0em;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 750px) {
	#Modal > .box > .detail .btn a, #Modal > .box > .detail .btn span {
		padding: 20px;
	}
}

#Modal > .box > .detail .btn a {
	padding-right: 40px;
	color: #fff;
}

#Modal > .box > .detail .btn a::after {
	content: '';
	position: absolute;
	right: 35px;
	top: calc(50% - 8px);
	width: 11px;
	height: 17px;
	background: transparent url(../img/ic_btn.png) center no-repeat;
	background-size: contain;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

#Modal > .box > .detail .btn a:hover::after {
	right: 30px;
}

@media screen and (max-width: 750px) {
	#Modal > .box > .detail .btn a {
		padding-right: 30px;
	}
	#Modal > .box > .detail .btn a::after {
		right: 15px;
	}
}

#Modal > .box > .detail .btn span {
	background: #ccc !important;
}

#Modal > .box > .detail.otoya {
	background-image: url(../img/detail/otoya_frame_lt.png), url(../img/detail/otoya_frame_rt.png), url(../img/detail/otoya_frame_rb.png), url(../img/detail/otoya_frame_lb.png), url(../img/detail/otoya_frame_t.png), url(../img/detail/otoya_frame_r.png), url(../img/detail/otoya_frame_b.png), url(../img/detail/otoya_frame_l.png);
}

#Modal > .box > .detail.otoya .main p, #Modal > .box > .detail.otoya .nv li.cur {
	border-color: #ce002c;
}

#Modal > .box > .detail.otoya .btn a {
	background-color: #ce002c;
}

#Modal > .box > .detail.natsuki {
	background-image: url(../img/detail/natsuki_frame_lt.png), url(../img/detail/natsuki_frame_rt.png), url(../img/detail/natsuki_frame_rb.png), url(../img/detail/natsuki_frame_lb.png), url(../img/detail/natsuki_frame_t.png), url(../img/detail/natsuki_frame_r.png), url(../img/detail/natsuki_frame_b.png), url(../img/detail/natsuki_frame_l.png);
}

#Modal > .box > .detail.natsuki .main p, #Modal > .box > .detail.natsuki .nv li.cur {
	border-color: #b7931a;
}

#Modal > .box > .detail.natsuki .btn a {
	background-color: #b7931a;
}

#Modal > .box > .detail.syo {
	background-image: url(../img/detail/syo_frame_lt.png), url(../img/detail/syo_frame_rt.png), url(../img/detail/syo_frame_rb.png), url(../img/detail/syo_frame_lb.png), url(../img/detail/syo_frame_t.png), url(../img/detail/syo_frame_r.png), url(../img/detail/syo_frame_b.png), url(../img/detail/syo_frame_l.png);
}

#Modal > .box > .detail.syo .main p, #Modal > .box > .detail.syo .nv li.cur {
	border-color: #b74e5f;
}

#Modal > .box > .detail.syo .btn a {
	background-color: #b74e5f;
}

#Modal > .box > .detail.reiji {
	background-image: url(../img/detail/reiji_frame_lt.png), url(../img/detail/reiji_frame_rt.png), url(../img/detail/reiji_frame_rb.png), url(../img/detail/reiji_frame_lb.png), url(../img/detail/reiji_frame_t.png), url(../img/detail/reiji_frame_r.png), url(../img/detail/reiji_frame_b.png), url(../img/detail/reiji_frame_l.png);
}

#Modal > .box > .detail.reiji .main p, #Modal > .box > .detail.reiji .nv li.cur {
	border-color: #4b9462;
}

#Modal > .box > .detail.reiji .btn a {
	background-color: #4b9462;
}

#Modal > .box > .detail.tokiya {
	background-image: url(../img/detail/tokiya_frame_lt.png), url(../img/detail/tokiya_frame_rt.png), url(../img/detail/tokiya_frame_rb.png), url(../img/detail/tokiya_frame_lb.png), url(../img/detail/tokiya_frame_t.png), url(../img/detail/tokiya_frame_r.png), url(../img/detail/tokiya_frame_b.png), url(../img/detail/tokiya_frame_l.png);
}

#Modal > .box > .detail.tokiya .main p, #Modal > .box > .detail.tokiya .nv li.cur {
	border-color: #3e2e70;
}

#Modal > .box > .detail.tokiya .btn a {
	background-color: #3e2e70;
}

#Modal > .box > .detail.ranmaru {
	background-image: url(../img/detail/ranmaru_frame_lt.png), url(../img/detail/ranmaru_frame_rt.png), url(../img/detail/ranmaru_frame_rb.png), url(../img/detail/ranmaru_frame_lb.png), url(../img/detail/ranmaru_frame_t.png), url(../img/detail/ranmaru_frame_r.png), url(../img/detail/ranmaru_frame_b.png), url(../img/detail/ranmaru_frame_l.png);
}

#Modal > .box > .detail.ranmaru .main p, #Modal > .box > .detail.ranmaru .nv li.cur {
	border-color: #841b2e;
}

#Modal > .box > .detail.ranmaru .btn a {
	background-color: #841b2e;
}

#Modal > .box > .detail.cecil {
	background-image: url(../img/detail/cecil_frame_lt.png), url(../img/detail/cecil_frame_rt.png), url(../img/detail/cecil_frame_rb.png), url(../img/detail/cecil_frame_lb.png), url(../img/detail/cecil_frame_t.png), url(../img/detail/cecil_frame_r.png), url(../img/detail/cecil_frame_b.png), url(../img/detail/cecil_frame_l.png);
}

#Modal > .box > .detail.cecil .main p, #Modal > .box > .detail.cecil .nv li.cur {
	border-color: #679832;
}

#Modal > .box > .detail.cecil .btn a {
	background-color: #679832;
}

#Modal > .box > .detail.masato {
	background-image: url(../img/detail/masato_frame_lt.png), url(../img/detail/masato_frame_rt.png), url(../img/detail/masato_frame_rb.png), url(../img/detail/masato_frame_lb.png), url(../img/detail/masato_frame_t.png), url(../img/detail/masato_frame_r.png), url(../img/detail/masato_frame_b.png), url(../img/detail/masato_frame_l.png);
}

#Modal > .box > .detail.masato .main p, #Modal > .box > .detail.masato .nv li.cur {
	border-color: #203672;
}

#Modal > .box > .detail.masato .btn a {
	background-color: #203672;
}

#Modal > .box > .detail.camus {
	background-image: url(../img/detail/camus_frame_lt.png), url(../img/detail/camus_frame_rt.png), url(../img/detail/camus_frame_rb.png), url(../img/detail/camus_frame_lb.png), url(../img/detail/camus_frame_t.png), url(../img/detail/camus_frame_r.png), url(../img/detail/camus_frame_b.png), url(../img/detail/camus_frame_l.png);
}

#Modal > .box > .detail.camus .main p, #Modal > .box > .detail.camus .nv li.cur {
	border-color: #5d98b2;
}

#Modal > .box > .detail.camus .btn a {
	background-color: #5d98b2;
}

#Modal > .box > .detail.ren {
	background-image: url(../img/detail/ren_frame_lt.png), url(../img/detail/ren_frame_rt.png), url(../img/detail/ren_frame_rb.png), url(../img/detail/ren_frame_lb.png), url(../img/detail/ren_frame_t.png), url(../img/detail/ren_frame_r.png), url(../img/detail/ren_frame_b.png), url(../img/detail/ren_frame_l.png);
}

#Modal > .box > .detail.ren .main p, #Modal > .box > .detail.ren .nv li.cur {
	border-color: #be5e1d;
}

#Modal > .box > .detail.ren .btn a {
	background-color: #be5e1d;
}

#Modal > .box > .detail.ai {
	background-image: url(../img/detail/ai_frame_lt.png), url(../img/detail/ai_frame_rt.png), url(../img/detail/ai_frame_rb.png), url(../img/detail/ai_frame_lb.png), url(../img/detail/ai_frame_t.png), url(../img/detail/ai_frame_r.png), url(../img/detail/ai_frame_b.png), url(../img/detail/ai_frame_l.png);
}

#Modal > .box > .detail.ai .main p, #Modal > .box > .detail.ai .nv li.cur {
	border-color: #967da0;
}

#Modal > .box > .detail.ai .btn a {
	background-color: #967da0;
}

#Modal > .box > .info > div {
	padding: 0 40px 40px;
	font-size: 1.0rem;
	line-height: 1.8em;
	text-align: left;
}

@media screen and (max-width: 750px) {
	#Modal > .box > .info > div {
		padding: 0 20px;
	}
}

#Modal > .box > .info h1 {
	margin-bottom: 40px;
	padding: 0 20px;
	color: #cab03a;
	font-size: 1.4rem;
	line-height: 1.2em;
	text-align: center;
}

#Modal > .box > .info ul.def {
	margin: 30px 0 0;
}

#Modal > .box > .info ul.def > li {
	margin: 10px 0 0 1em;
	text-indent: -1em;
}

#Modal > .box > .info ul.def.note {
	font-size: 0.8rem;
	line-height: 1.6em;
}

#Modal > .box > .info ul.def.note > li {
	margin-top: 8px;
}

/*# sourceMappingURL=../map/style.css.map */
