@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
	color: #333;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}

body{
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana",sans-serif;
	counter-reset:number;
	height: 100%;
	background: #1e1e1e;
	-webkit-text-size-adjust: none;
}

table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul { list-style: none;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;
}
legend{ color:#555;}

select,input,button,textarea{ font-family: inherit; }

pre,code,kbd,samp,tt{
	font-family: monospace;
	line-height: 100%;
}

main { display: block; }

a {
	color: #333;
	outline: none;
	text-decoration: none;
}
a > img,
a.link {
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}
a:focus { text-decoration: none; }
a:active { text-decoration: none; }

a img { border: none; }

li img,
dt img,
dd img{ vertical-align: top; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

html, body {
	height: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}
body { -webkit-text-size-adjust: 100%; }

.clear { clear: both; }
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.en { font-family: 'Playfair Display',sans-serif; font-style: italic; }
.bold { font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W6',"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Verdana",sans-serif; font-weight: bold; }
.en.bold { font-family: 'Playfair Display',sans-serif; font-style: italic; font-weight: bold; }

#wrapper {
	overflow: hidden;
	position: relative;
}
@media screen and (min-width:769px){
	#wrapper {
		padding-top: 80px;
	}
}
@media screen and (max-width:768px){
	#wrapper {
		/*padding-top: 60px;*/
		padding-top: 55px;
	}
}

.mb10 { margin-bottom: 1em; }
.mt10 { margin-top: 1em; }
.mb15 { margin-bottom: 1.5em; }
.mt15 { margin-top: 1.5em; }
.mb20 { margin-bottom: 2em; }
.mt20 { margin-top: 2em; }

.red { color: #ff0033; }

@media screen and (min-width:769px){ .sp { display: none !important; } }
@media screen and (max-width:768px){ .pc { display: none !important; } }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* header
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper > header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	background: #fff;
	padding-right: 14px;
	/*padding-right: 80px;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	display: flex;
	justify-content: space-between;
}
#wrapper > header:after {
	content: "";
	display: block;
	clear: both;
}
#wrapper > header h1,
#wrapper > header aside,
#wrapper > header .lyt-logo{line-height:0;}
#wrapper > header,
#wrapper > header h1 img {
	height: 80px;
}
#wrapper > header aside {
	padding: 15px 0;
	margin-left: auto;
}
#wrapper > header aside img {
	height: 50px;
}
#wrapper > header .lyt-logo {
	padding: 4px 0 0;
	margin-left: 10px;
}
#wrapper > header .lyt-logo img {
	height: 72px;
}
/*#wrapper > header h1 {
	float: left;
}
#wrapper > header aside {
	float: right;
}*/
#headMenu > p {
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: #000;
	position: absolute;
	cursor: pointer;
	z-index: 9999;
}
#headMenu > p span,
#headMenu > p:before,
#headMenu > p:after {
	content: "";
	display: block;
	height: 0;
	width: 24px;
	padding-top: 2px;
	overflow: hidden;
	background: #505050;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#headMenu > p:before {
	top: -16px;
}
#headMenu > p:after {
	bottom: -16px;
}
.open #headMenu > p span {
	width: 0;
}
.open #headMenu > p:before {
	top: 0;
	transform: rotate(45deg);
	-moztransform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.open #headMenu > p:after {
	bottom: 0;
	transform: rotate(-45deg);
	-moztransform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#headMenu > .menu {
	height: 0;
	width: 100%;
	overflow: auto;
	position: fixed;
	z-index: 8888;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-property: height opacity filter;
	-moz-transition-property: height opacity filter;
	-webkit-transition-property: height opacity filter;
}
.open #headMenu > .menu {
	height: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	background: rgba(12,29,33,.9);
}
#headMenu > .menu p img {
	height: 80px;
}
#headMenu > .menu ul {
	margin: 0 auto;
}
#headMenu > .menu ul:after {
	content: "";
	display: block;
	clear: both;
}
#headMenu > .menu ul li {
	width: 224px;
	float: left;
	margin-right: 28px;
	margin-bottom: 116px;
}
#headMenu > .menu ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	text-align: center;
}
#headMenu > .menu ul li figure {
	overflow: hidden;
}
#headMenu > .menu ul li figure img {
	width: 100%;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	transition-property: transform;
	-moz-transition-property: transform;
	-webkit-transition-property: transform;
}
#headMenu > .menu ul li a:hover figure img {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
#headMenu > .menu ul li a .ja {
	margin: 18px 0 4px;
}
#headMenu > .menu ul li a .en {
	padding-top: 6px;
	border-top: 1px solid #fff;
}
@media screen and (min-width:980px){
	#headMenu > .menu ul {
		max-width: 980px;
	}
	#headMenu > .menu ul li:nth-child(5),
	#headMenu > .menu ul li:nth-child(8),
	#headMenu > .menu ul li:nth-child(10) {
		clear: both;
	}
	#headMenu > .menu ul li:nth-child(4) {
		margin-right: 0;
	}
}
@media screen and (max-width:979px) and (min-width:769px){
	#headMenu > .menu ul {
		max-width: 728px;
	}
	#headMenu > .menu ul li:nth-child(3n+3){
		margin-right: 0;
	}
}
@media screen and (max-width:768px){
	#wrapper > header,
	#wrapper > header h1 img {
		height: 55px;
	}
	#wrapper > header aside img {
		height: 35px;
	}
	#wrapper > header .lyt-logo {
		padding: 0 0 0;
		margin-left: 10px;
	}
	#wrapper > header .lyt-logo img {
		height: 55px;
	}
	#headMenu > p {
		width: 60px;
		height: 60px;
	}
	#headMenu > .menu ul {
		border-top: 1px solid #707070;
	}
	#headMenu > .menu ul li {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #707070;
	}
	#headMenu > .menu ul li a {
		text-align: left;
		position: relative;
		padding: 18px 18px 16px;
	}
	#headMenu > .menu ul li a:after {
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto 0;
		content: "";
		width: 7.5px;
		height: 15px;
		display: block;
		position: absolute;
		background: url(../images/icon_arr.png) no-repeat center center;
		background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
	}
	#headMenu > .menu ul li a figure,
	#headMenu > .menu ul li a .en {
		display: none;
	}
	#headMenu > .menu ul li a .ja {
		margin: 0;
	}
}

#wrapper > footer {
	color: #fff;
	text-align: center;
	position: relative;
	background: #323232;
}
#wrapper > footer h1 {
	height: 100px;
	line-height: 100px;
}
#wrapper > footer h1 img {
	width: 100px;
	vertical-align: middle;
}
#gotop {
	position: absolute;
}
#gotop:after {
	top: 0;
	left: 100%;
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-color: transparent transparent #41413c #41413c;
}
#gotop a {
	height: 0;
	display: block;
	overflow: hidden;
	background: #555550;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#gotop a:hover {
	background: #000;
}
#gotop a:after {
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	margin: auto;
	display: block;
	position: absolute;
	border-top: solid #fff;
	border-right: solid #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

@media screen and (min-width:769px){
	#wrapper > footer {
		font-size: 12px;
		line-height: 28px;
		margin-top: 120px;
		padding-bottom: 70px;
	}
	#wrapper > footer address {
		font-size: 16px;
		margin: 20px 0 -4px;
	}
	#wrapper > footer address small {
		font-size: 14px;
	}
	#wrapper > footer .caution {
		margin-top: 30px;
	}
	#gotop {
		top: -10px;
		right: 110px;
	}
	#gotop:after {
		border-width: 5px;
	}
	#gotop a {
		width: 80px;
		padding-top: 80px;
	}
	#gotop a:after {
		top: 3px;
		width: 10px;
		height: 10px;
		border-width: 2px;
	}
}
@media screen and (max-width:768px){
	#wrapper > footer {
		font-size: 10px;
		line-height: 20px;
		padding-bottom: 45px;
	}
	#wrapper > footer address {
		font-size: 14px;
		margin: -3px 0 5px;
	}
	#wrapper > footer address small {
		display: block;
		margin-top: 7px;
	}
	#wrapper > footer .caution li {
		margin-top: 8px;
	}
	#gotop {
		top: -5px;
		right: 20px;
	}
	#gotop:after {
		border-width: 2.5px;
	}
	#gotop a {
		width: 40px;
		padding-top: 40px;
	}
	#gotop a:after {
		top: 5px;
		width: 5px;
		height: 5px;
		border-width: 1px;
	}
}

::selection {
    background: #c9c9c1;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #c9c9c1;
    color: #fff;
}
