@charset "UTF-8";
* {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
body{
 margin: 0;
 padding: 0;
 width: 100%;
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
 font-size: 12px;
 line-height: 140%;
 text-align: left;
 color: #231815;
	font-feature-settings: "palt";
 letter-spacing: 1px;
 -webkit-text-size-adjust: 100%;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.din{
font-family: "din-2014", sans-serif;
font-weight: 600;
font-style: normal;
}
html{     height:100%; }
body{     height:100%; } 
p, ul, li, dl, dd, dt, th, td{
	font-size:12px;
}
textarea,input {
	padding:2px;
}
img {
	border: 0px;
	vertical-align: bottom;
}
ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
li {
	list-style-position: outside;
 line-height:170%;
}
form {
	margin:0;
	padding:0;
}
div{
	display:block;
}
object,
embed {
	vertical-align: top;
}
a:link ,
a:visited { 
	color:#231815;
	text-decoration: none;
 transition: .3s;
}
a:active ,
a:hover {
	color:#231815;
	text-decoration: none;	
}
div#wrap {
	width:100%;
	background-size: cover;
	margin: 0 auto 0 auto;
	text-align:center;
	padding:0px 0px 0px 0px;
	zoom: 1;
}
body > div#wrap{     height:auto; }




/* PC */
.spOnly {
		display: none;
}
div#wrap{
	padding: 70px 0 0;
}
/* ナビゲーション
--------------------------------------------*/
header{
 width: 100%;
 height: 70px;
 position: fixed;
 top: 0;
 z-index: 103;
}
header .inner{
 margin: 0 auto;
 width: 1170px;
 height: 70px;
 border-bottom: 1px solid #707070;
 position: relative;
 background-color: #fff;
}
header .inner.act{
 background-color: #fff;
}
header .inner h1{
 float: left;
 margin: 22px 0 0;
 width: 200px;
}
header .inner h1 img{
 width: 100%;
 height: auto;
}
header .inner h1 a:hover{
 opacity: .4;
}
header .inner .pcNavi{
 float: right;
 margin: 28px 90px 0 0;
 width: 350px;
}
header .inner .pcNavi li{
 float: left;
 margin: 0 16px 0 0;
}
header .inner .pcNavi li a{
font-family: "din-2014", sans-serif;
 padding: 2px 0 2px;
 width: 100%;
 display: block;
 font-size: 12px;
 line-height: 100%;
 text-align: center;
 font-weight: 600;
 color: #231815;
}
header .inner .pcNavi li a:hover{
 opacity: .4;
}
header .inner .pcNavi li:last-child{
 margin: 0;
 padding: 0 0 0 16px;
 border-left: 1px solid #231815;
}
header .inner .pcNavi li:last-child a{
 font-weight: bold;
}
header .inner .TogglePc{
	margin: auto;
	display: block;
	position: absolute;
	right: 23px;
	top: 19px;
	width: 40px;
	height: 40px;
	z-index: 103;
	cursor: pointer;
	overflow: hidden;
}
header .inner .TogglePc.fixed{
position: fixed;
top: 11px;
}
header .inner .TogglePc span {
    display: block;
    position: absolute;
    width: 50px;
    border-bottom: solid 1px #231815;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0;
}
header .inner .TogglePc span:nth-child(1) {
    top: 10px;
}
header .inner .TogglePc span:nth-child(2) {
    top: 17px;
}
header .inner .TogglePc span:nth-child(3) {
    top: 24px;
}
header .inner .TogglePc.active span:nth-child(1) {
    top: 17px;
    left: 0px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    border-bottom: solid 1px #231815;
}
header .inner .TogglePc.active span:nth-child(2),
header .inner .TogglePc.active span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
    border-bottom: solid 1px #231815;
}
.hMenuPc{
 width: 100%;
 height: 327px;
 display: block;
 position: fixed;
 left: 0;
 top: 0;
 background-color: rgba(255,255,255,1);
　transform: translateY(0%);
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
 transition: .5s;
 z-index: -1;
 overflow: hidden;
 opacity: 0;
}
.hMenuPc.active{
　transform: translateY(0%);
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
 z-index: 102;
 opacity: 1;
}

@keyframes hanb{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hMenuPc .inner{
 margin: 0 auto;
 padding: 120px 0 65px;
 width: 882px;
 text-align: left;
}
.hMenuPc .inner ul{
 float: left;
 width: 147px;
}
.hMenuPc li{
 margin: 0 0 4px;
 padding: 0;
 width: 100%;
 display: block;
 position: relative;
}
.hMenuPc li:first-child{
margin: 0 0 10px;
}
.hMenuPc li a{
 padding: 0 0 0 6px;
 font-size: 12px;
 line-height: 100%;
 text-align: left;
 color: #231815;
 font-weight: normal;
 text-decoration: none;
 transition: .3s;
 cursor: pointer;
 display: inline-block;
}
.hMenuPc li:first-child a{
font-family: "din-2014", sans-serif;
 padding: 0;
 font-size: 14px;
 font-weight: 600;
}
.hMenuPc li a:hover{
opacity:0.4;
filter: alpha(opacity=40);
}

.Toggle {
	display: none;
}
.hMenu{
	display: none;
}


#title{
 padding: 150px 0 70px;
 width: 100%;
}
#title h2{
 font-family: "din-2014", sans-serif;
 margin: 0 auto;
 width: 1000px;
 font-size: 40px;
 line-height: 100%;
 text-align: left;
 font-weight: 600;
}
.read{
 padding: 0 0 125px;
 margin: 0 auto;
 width: 1000px;
 font-size: 12px;
 line-height: 22px;
 text-align: left;
 font-weight: 400;
}

/* フッター 
---------------------------------------------------------*/
#cont{
 width: 100%;
}
#cont .bt{
 margin: 0 auto;
 width: 363px;
 border: 2px solid #231815;
}
#cont .bt a{
 font-family: "din-2014", sans-serif;
 display: block;
 padding: 20px 0 20px;
 width: 100%;
 font-size: 20px;
 line-height: 100%;
 text-align: center;
 font-weight: 600;
 color: #231815;
 transition: .3s;
}
#cont .bt a:hover{
 color: #fff;
 background-color: #231815;
}
#cont p{
 margin: 0;
 padding: 34px 0 125px;
 width: 100%;
 font-size: 12px;
 line-height: 20px;
 text-align: center;
 font-weight: 400;
}
footer{
 padding: 98px 0 0;
 width: 100%;
 background-image: url(../../common/images/fLogo.png);
 background-position: center top;
 background-size: 1000px auto;
 background-repeat: no-repeat;
}
footer .gray{
 width: 100%;
 background-color: #f2f2f5;
}
footer .gray .inner{
 margin: 0 auto;
 padding: 70px 0 50px;
 width: 1000px;
 position: relative;
}
footer .gray .inner .logo{
 width: 250px;
}
footer .gray .inner .logo a:hover{
 opacity: .5;
}
footer .gray .inner .logo img{
 width: 100%;
 height: auto;
}
footer .gray .inner p{
 float: left;
 margin: 0;
 padding: 30px 0 50px;
 width: 360px;
 font-size: 12px;
 line-height: 22px;
 text-align: left;
 font-weight: 400;
}
footer .gray .inner .fNavi{
 float: right;
 margin: -20px 0 0;
 padding: 0;
 width: 302px;
}
footer .gray .inner .fNavi ul{
 float: left;
 width: 182px;
}
footer .gray .inner .fNavi ul:last-child{
 float: right;
 width: 120px;
}
footer .gray .inner .fNavi li{
 padding: 0 0 5px;
 text-align: left;
}
footer .gray .inner .fNavi li.fT{
 padding: 0 0 15px;
}
footer .gray .inner .fNavi li.fT.fT2{
 margin: 22px 0 0;
 padding: 0 0 5px;
}
footer .gray .inner .fNavi li a{
 padding: 0 0 0 5px;
 font-size: 12px;
 text-align: left;
 font-weight: 400;
}
footer .gray .inner .fNavi li a:hover{
 opacity: .5;
}
footer .gray .inner .fNavi li.fT a{
 padding: 0;
 font-size: 14px;
 font-weight: 600;
font-family: "din-2014", sans-serif;
}
footer .gray .inner .copy{
 padding: 90px 0 0;
 font-size: 12px;
 text-align: center;
 font-weight: 400;
}


/* ページトップ */
#page-top{
	width: 17px;
	height: auto;
	position: fixed;
	bottom: 200px;
	right: 100px;
}
#page-top img{
 width: 100%;
 height: auto;
}
#page-top a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}



@media screen and (max-width: 780px){
/* SP */
.pcOnly {
		display: none;
}
.spOnly {
		display: block;
}
body{
 letter-spacing: 1px;
}
/* header 
---------------------------------------------------------*/
header{
 width: 100%;
 height: auto;
 z-index: 103;
 transition: .3s;
}
header.active{
 z-index: -1;
}
header .inner{
 margin: 0 auto;
 width: 90%;
 position: relative;
 border-bottom: none;
 background: none;
 transition: .3s;
}
header .inner.act{
 background: none;
}
header .inner h1{
 float: none;
 margin: 0;
 width: 12%;
 position: absolute;
 top: 4vw;
 left: 0;
}
header .inner h1 img{
 width: 100%;
 height: auto;
}
header .inner .pcNavi{
 display: none;
}
header .inner .TogglePc{
 display: none;
}

/* ナビゲーション
--------------------------------------------*/
.Toggle {
	margin: auto;
	display: block;
	position: fixed;
	right: 5%;
	top: 5vw;
	width: 50px;
	height: 55px;
	z-index: 105;
	cursor: pointer;
	overflow: hidden;
}
.Toggle.fixed {
position: fixed;
top: 11px;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 50px;
    border-bottom: solid 1px #231815;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0;
}
.Toggle span:nth-child(1) {
    top: 10px;
}
.Toggle span:nth-child(2) {
    top: 17px;
}
.Toggle span:nth-child(3) {
    top: 24px;
}
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 0px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    border-bottom: solid 1px #231815;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
    border-bottom: solid 1px #231815;
}
.hMenu{
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	background: rgba(255,255,255,1);
 opacity: 0;
	transition: 1s;
	z-index: -1;
	overflow: auto;
}
.hMenu.active{
 opacity: 1;
	z-index: 104;
}
.hMenu .logoH{
 width: 43%;
 position: absolute;
 top: 6vw;
 left: 5%;
}
.hMenu .logoH img{
 width: 100%;
 height: auto;
}
.hMenu .logoH a:hover{
 opacity: .4;
}
.hMenu ul{
	float: none;
	margin: 0 auto;
	padding: 4vw 0 0;
	width: 82%;
	text-align: left;
}
.hMenu ul.top{
	padding: 30vw 0 0;
}
.hMenu li{
float: none;
margin: 0 auto;
padding: 0;
width: 100%;
display: block;
position: relative;
}
.hMenu li a{
 padding: 1.5vw 0 1.8vw;
 font-size: 3.5vw;
 line-height: 100%;
 text-align: left;
 color: #231815;
 font-weight: 300;
 text-decoration: none;
 transition: .3s;
 cursor: pointer;
 display: inline-block;
}
.hMenu li:first-child a{
 padding: 1.5vw 0 2.8vw;
 font-family: "din-2014", sans-serif;
 font-size: 4.5vw;
 font-weight: bold;
}
.hMenu li.btm:first-child a{
 font-size: 3.8vw;
 font-weight: 500;
}
.hMenu li a:hover{
opacity:0.4;
filter: alpha(opacity=40);
}
.hMenu .copyH{
 padding: 6vw 0 0;
 width: 100%;
 font-size: 2.8vw;
 text-align: center;
 font-weight: 300;
 position: absolute;
 bottom: 5vw;
}


#title{
 padding: 22vw 0 10vw;
 width: 100%;
}
#title h2{
 font-family: "din-2014", sans-serif;
 margin: 0 auto;
 width: 100%;
 font-size: 7.4vw;
 line-height: 100%;
 text-align: center;
 font-weight: 600;
}
.read{
 padding: 10vw 0 30vw;
 text-align: center;
 letter-spacing: 1px;
 margin: 0 auto;
 width: 90%;
 font-size: 3vw;
 line-height: 170%;
 font-weight: 300;
}


/* フッター 
---------------------------------------------------------*/
#cont{
 margin: 0 auto;
 width: 90%;
}
#cont .bt{
 margin: 0 auto;
 width: 77%;
 border: 2px solid #231815;
}
#cont .bt a{
 font-family: "din-2014", sans-serif;
 display: block;
 padding: 2.8vw 0 2.6vw;
 width: 100%;
 font-size: 4.2vw;
 line-height: 100%;
 text-align: center;
 font-weight: 600;
 color: #231815;
 transition: .3s;
}
#cont .bt a:hover{
 color: #fff;
 background-color: #231815;
}
#cont p{
 margin: 0;
 padding: 5vw 0 30vw;
 width: 100%;
 font-size: 3vw;
 line-height: 160%;
 text-align: center;
 font-weight: 300;
}
footer{
 padding: 8.6vw 0 0;
 width: 100%;
 background-image: url(../../common/images/fLogo.png);
 background-position: center top;
 background-size: 90% auto;
 background-repeat: no-repeat;
}
footer .gray{
 width: 100%;
 background-color: #f2f2f5;
}
footer .gray .inner{
 margin: 0 auto;
 padding: 10vw 0 8vw;
 width: 90%;
}
footer .gray .inner .logo{
 width: 54%;
}
footer .gray .inner .logo img{
 width: 100%;
 height: auto;
}
footer .gray .inner p{
 float: none;
 margin: 0;
 padding: 4.5vw 0 10vw;
 width: 100%;
 font-size: 3vw;
 line-height: 170%;
 text-align: left;
 font-weight: 300;
}
footer .gray .inner .fNavi{
 float: none;
 margin: 0;
 padding: 0;
 width: 100%;
}
footer .gray .inner .fNavi ul{
 float: none;
 padding: 0 0 4vw;
 width: 100%;
}
footer .gray .inner .fNavi ul:last-child{
 width: 100%;
}
footer .gray .inner .fNavi li{
 padding: 0 0 1vw;
 text-align: left;
}
footer .gray .inner .fNavi li.fT{
 padding: 0 0 4vw;
}
footer .gray .inner .fNavi li.fT.fT2{
 margin: 4vw 0 0;
 padding: 0 0 2.5vw;
}
footer .gray .inner .fNavi li a{
 font-size: 3vw;
 text-align: left;
 font-weight: 300;
}
footer .gray .inner .fNavi li a:hover{
 opacity: .5;
}
footer .gray .inner .fNavi li.fT a{
 padding: 0;
 font-size: 4.2vw;
 font-weight: 600;
font-family: "din-2014", sans-serif;
}
footer .gray .inner .copy{
 padding: 6vw 0 0;
 font-size: 2.8vw;
 text-align: center;
 font-weight: 300;
}


/* ページトップ */
#page-top{
	width: 4vw;
	height: auto;
	position: fixed;
	bottom: 10vw;
	right: 4%;
}
#page-top img{
 width: 100%;
 height: auto;
}
#page-top a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}




}



@media screen and (max-width: 763px) and (orientation: landscape) {
   /* 横向きの場合のスタイル */


}





/* other
---------------------------------------------------------*/
.clearfix:after{
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix { display: inline-table; }  

/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  

.clearfix { display: block; }  
/* End hide from IE-mac */  
.fadein,
.fadein2,
.fadein3,
.fadein4,
.fadein5{
	opacity:0;
}
.fadeup {
	opacity:0;
	transition: .1s;
	transition-delay: 0.1s;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px);
}
.up {
	opacity:1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}