@charset "UTF-8";
/* CSS Document */

/*===================================		
	common 
====================================*/
html {
	font-size : 72.5%;
	font-size : 70%;
	}
body {
	line-height :1.8;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom:0;
	line-height:1;
	}	
a { text-decoration:none;}
a:link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	}
a:link		{ color:#4E3168;}
a:visited	{ color:#4E3168;}
a:hover		{ color:#4E3168; text-decoration: underline;}
a:active	{ color:#4E3168;}
h1 { font-size : 1.4em; } 
h2 { font-size : 1.25em; } 
h3 { font-size : 1em; } 
h4 { font-size : 1em; }
h5 { font-size : 0.75em; }
h6 { font-size : 0.5em; }
.jp { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";}
.en { font-family: Helvetica; color:#999; }
img {
	display: block;
	width: 100%;
	margin:0 auto;
}

/*===================================		
	heder 
====================================*/
#cover img {
	margin: 0 auto 2em;
	}
#cover #title #title_logo {
	width: 40%;
	min-width: 180px;
	margin: 0 auto 2em;
	}
#cover #title #title_logo path {fill:#000;}

/*top menu
--------------------------------------------------------------*/
#cover #title #menu ul {
	line-height: 150%;
	padding-bottom: 8em;
	text-align:center;
}
#cover #title #menu ul li {
	margin-bottom: 1.15em;
}
#cover #title #menu ul li span:nth-child(2){
	font-size: 0.75em;
	display: block;
}
#cover a:link		{color:#000;}
#cover a:visited	{color:#000;}
#cover a:hover		{color:#999;text-decoration: none}
#cover a:active		{color:#000;}

/*overly menu
--------------------------------------------------------------*/
.menu-trigger,
.menu-trigger span {
	 display: inline-block;
	 transition: all .4s;
	 box-sizing: border-box;
}
.menu-trigger {
	display: none;
	position: fixed;
	cursor: pointer;
    top: 1em;
    left: 1em;
    width: 3em;
    height: 3em;
    z-index: 100;
	background-color: rgba(255,255,255,0.0);
}
.menu-trigger:hover {
	background-color: rgba(255,255,255,0.0);
	}
.menu-trigger span {
	position: absolute;
	z-index: 100;
	left: 24%;
	width: 52%;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {top:30%;}
.menu-trigger span:nth-of-type(2) {top:50%;}
.menu-trigger span:nth-of-type(3) {bottom:28%;}
.menu-trigger.active {
	background-color: rgba(0,0,0,0.0);
}
.menu-trigger.active span:nth-of-type(1) {
	 -webkit-transform: translateY(0.55em) rotate(-45deg);
	 transform: translateY(0.55em) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
 	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-0.6em) rotate(45deg);
	transform: translateY(-0.6em) rotate(45deg);
}
#overlay {
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,0.8);
	}
#overlay ul {
	top:5em;
	width: 100%;
	line-height: 180%;
	position:absolute;
	}
#overlay ul li {
	margin-bottom: 1.25em;
}
#overlay ul li span:nth-child(2){
	font-size: 0.75em;
	display: block;
}
#overlay ul li a:link		{color:#fff;}
#overlay ul li a:visited	{color:#fff;}
#overlay ul li a:hover		{color:#999;text-decoration: none}
#overlay ul li a:active		{color:#fff;}



/*===================================		
	content 
====================================*/
#content {
	width:100%;
	margin:0 auto;
	}
#content ul {
	margin-bottom: 3em;
}
#content ul li img {
	margin-bottom: 2em;
}
#content .text {
	margin:0 auto 8em;
	width: 92%;
}
#content .text h1 {
	line-height: 100%;
	margin-bottom: 0.85em;
}
#content .text h3 {
	margin-bottom: 2.5em;
}
#content .text h1 span,
#content .text h3 span{
	font-size: 1.1em;
	margin-left: 0.75em;
}
#content .text div {
	line-height: 180%;
	margin-bottom: 1.5em;
}
#content .text div p {
	margin-bottom: 0.98em;
}
#content .text .credit {
	border: 1px solid #ddd;
	color: #999;
	font-size:0.75em;
	margin: 3em 0 5em;
	padding: 1em 1em 1em 1.25em;
}
#content .text .credit a:link		{color:#999;}
#content .text .credit a:visited	{color:#999;}
#content .text .credit a:hover		{color:#4E3168;}
#content .text .credit a:active		{color:#999;}
/*half
--------------------------------------------------------------*/
#content ul.half li:nth-child(odd) {
	float: right !important;
}
#content ul.half li:not(:first-child) {
	float: left;
	width: calc(50% - 0.25em);
}
#content ul.half_02 li {
	float: left;
	width: calc(50% - 0.25em);
}
#content ul.half_02 li:nth-last-child(2n) {
	float: right;
	}

/*===================================		
	footer 
====================================*/
/*credit
--------------------------------------------------------------*/
#credit {
	text-align: center;
	padding: 1.25em 0 1.5em;
	font-size: 0.85em;
	}
/*copyright
--------------------------------------------------------------*/
#copyright {
	text-align: center;
	padding: 1.25em 0 1.5em;
	font-size: 0.75em;
	}
#copyright span {
	font-size: 1.5em;
}

/* pagetop
--------------------------------------------------------------*/
.pagetop {
	display: none;
    position: fixed;
    bottom: 2em;
    right: 2em;
	width: 3em;
	height: 3em;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	background-color: rgba(78,49,104,0.5);
	}
.pagetop a {
    display: block;
	width: 1em;
	height: 1em;
	margin: 1.15em 0 0 1em;
	transform: rotate(-135deg);
    transition: .3s ease-in-out;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
.pagetop:hover {
	cursor: pointer;
	background-color: rgba(78,49,104,0.8);
	}



/*===================================		
  768px
====================================*/
@media screen and (min-width : 768px){
	#cover {
		background-image: url(../img/top.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	}
	#cover img {
		display:none;
	}
	#cover #title {
		position: absolute;
		bottom:7em;
		left: 10em;
		width: 50%;
		max-width: 500px;
	}
	#cover #title #title_logo {
		width: 100%;
		min-width: 150px;
		margin: 0 auto 1.5em;
	}
	#cover #title #title_logo path {fill:#fff;}
	#cover #title #menu ul {
		line-height: 250%;
		padding-bottom:0;
		text-align: left;
	}
	#cover #title #menu ul li {
		margin-bottom: inherit;
	}
	#cover #title #menu ul li span:nth-child(2){
		margin-left: 2em;
		display: inline;
		font-size: 0.75em;
	}
	#cover a:link		{color:#fff;}
	#cover a:visited	{color:#fff;}
	#cover a:hover		{color:#4E3168;}
	#cover a:active		{color:#fff;}
	.menu-trigger {
		background-color: rgba(255,255,255,0.5);
	}
	.menu-trigger:hover {
		background-color: rgba(255,255,255,0.2);
		}
	.active:hover {
		background-color: rgba(255,255,255,0.0);
		}
	.menu-trigger span {
		background-color:rgba(78,49,105,1)}
	.active span {
		background-color: rgba(255,255,255,1);
	}
#overlay-menu:after {
	content:" ";
	display:block;
	height:8em;
	clear:both;
	}
}
/*===================================		
  1024px
====================================*/
@media screen and (min-width : 1024px) {
html {
	font-size : 80%;
	}
#content {
	max-width: 1000px;
	}
#content .text {
	width:100%;
}	
/* pagetop
--------------------------------------------------------------*/
.pagetop {
	top: inherit;
	background-color: rgba(78,49,105,0.8)
	}
.pagetop:hover {
	background-color: rgba(78,49,105,0.4)
	}
	
/*credit
--------------------------------------------------------------*/
#credit br{
	display:none;
	}	
}