@charset "utf-8";
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifCJKjp-Regular.otf') format('opentype');
		line-height:2em;
		color:rgba(0, 0, 0, 0.5);
		min-height:100%;
}
body{
		/*font-family: "Sawarabi Mincho"; */
		font-family: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho","游明朝体", "YuMincho", "游明朝", "Yu Mincho", Georgia, serif;
		font-weight:400;
/*		letter-spacing: 0.13em; */
		line-height:2em;
		color:rgba(0, 0, 0, 0.5);
		min-height:100%;
}
br {
　letter-spacing: normal; /*  IE6、IE7対策 */ 
}

li{
	list-style:none;
	margin:5px 10px
}

#menu li {
	display:inline-block;
}
#menu li.active{
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
}
#menu li a,
#menu li.active a{
	display:block;
}
#menu li.active a{
	color: #fff;
}

#menu,
#menuf {
/*	position:fixed; */
	height: 40px;
	z-index: 7000;
	width: 100%;
	padding: 0;
	margin:0;
	height:1400px;
}


img#enter,
img.menubtn {
}
img#enter:hover,
img.menubtn:hover {
	transform: scale(1.05,1.05);
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all  0.2s ease-in-out;
}

.footer {
	z-index: 3000;
	position: fixed; 
	bottom: 0;
	width: 100%;
	height: 150px;
	background-color: none;
	color: #fff;
}

@media print |
	footer {
	display:none;
}
}
		
		
footer #menu { max-width:100% }

@media only screen and (max-width: 460px) {
.footer {height:130px;}
#menu,
#menuf {
/*	position:fixed; */
	z-index: 7000;
	width: 100%;
	padding: 0;
	margin:0;
	height:1200px;
}
li{
	list-style:none;
	margin:15px 1px
}

}
@media only screen and (max-width: 375px) {
	#menu,
#menuf {
/*	position:fixed; */
	z-index: 7000;
	width: 100%;
	padding: 0;
	margin:0;
	height:2400px;
}

}

.bgwrap{
position:absolute;
overflow:hidden;
background-color:#000;
z-index:-6;
	top: 0px;
	left: 0px;
	height:100%;
width:100%;
background-position: 50% 50%;
}
.bgwrap h1 img {
position:fixed;
z-index:-5;
opacity:0;
	top: 0px;
	left: 0px;
	height:100%;
width:100%;
}
.bgwrap h1 img:nth-of-type(n+2){
z-index:-5;
opacity:0;
position:absolute;
top:0;
left:0;
	height:100%;
width:100%;
-webkit-animation:overwrap 20s ease infinite;
-moz-animation:overwrap 20s ease infinite;
animation:overwrap 20s ease infinite;
}
.bgwrap h1 img:nth-of-type(1) {

-webkit-animation-delay:0s;
-moz-animation-delay:0s;
animation-delay:0s;
}
.bgwrap h1 img:nth-of-type(2) {

-webkit-animation-delay:5s;
-moz-animation-delay:5s;
animation-delay:5s;
}
.bgwrap h1 img:nth-of-type(3) {

-webkit-animation-delay:15s;
-moz-animation-delay:15s;
animation-delay:15s;
}
.bgwrap h1 img:nth-of-type(4) {

-webkit-animation-delay:35s;
-moz-animation-delay:35s;
animation-delay:35s;
}
@-webkit-keyframes overwrap {
	0%  {opacity:0;transform: scale(1.1);}
	50% {opacity:1;transform: scale(1.2);}
	100% {opacity:0;}
}
@-moz-keyframes overwrap {
	0%  {opacity:0;}
	50% {opacity:1;}
	100% {opacity:0;}
}
@keyframes overwrap {
	0%  {opacity:0;}
	50% {opacity:1;}
	100% {opacity:0;}
}

.bold{
	font-weight:700;
}

h2 {
		letter-spacing: 0.15em;
		color:#666;
		margin-bottom:10px;
}

.vertical {
	-webkit-writing-mode: vertical-rl; 
	writing-mode: vertical-rl;
	line-height: 3;
	text-align:top;
	}
.btn-black {
	color: #fff;
	background-color: #333;
	border-color: #333;
}


.sideline, h4 {
  border-radius: 120px;
	background-color:#ccc;
	width: 60px;
	line-height: 60px;
	height: 60px;
	padding: 0;
	display: block;
margin-right: auto;
margin-left: auto;
}

/*
.sideline, h4 {
  display: table;
  text-align: center;
  white-space: nowrap;
  margin-bottom:20px;
  margin-top:35px;
}
.sideline:after, h4:after, .sideline:before, h4:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.sideline:after, h4:after {
  border-left: 2em solid transparent;
}
.sideline:before, h4:before {
  border-right: 2em solid transparent;
}
*/

.period{
	font-size:65%;color:#ccc;margin-top:10px;
}

#arcmenu a
{
	color: #999;
	text-decoration:none;
}

.caption {
	right:-80px;
	bottom:0px;
	position:absolute;
	text-align:left;
}



@media screen and (max-width: 767px) {
	.caption {
		position:relative;
		right:0;
		left:0;
		display:block;
		z-index:3100;
		text-align:center;
		margin:10px auto;
	}
}


.circle {
	border-radius: 160px;
	width: 80px;
	line-height: 80px;
	height: 80px;
	padding: 0;
}
