@charset "UTF-8";

/* * * * * * * * * * * * * * * * * *
 base.css
* * * * * * * * * * * * * * * * * */

/* reset, common
--------------------------------- */


* {
	margin:0; padding:0; list-style:none;
	outline: none;
}

input, textarea {
 -webkit-user-select : auto;
}

body{

	padding: 0;
	line-height: 1.6;
	font-size: 14px;
	color: #3e2d26;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	width: 100%;
	margin: 0;
	background-color: #FFF;
	letter-spacing: 0.5px;
	position: relative;
	padding-top: 70px;
	font-feature-settings : "palt";
}
html, body { height: 100%; }


h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
	vertical-align: bottom;
}
li img{
    width: 100%;
}


a {
	color: #333;
	outline : none ;
	text-decoration: none;
}
a:hover{
	color: #e71a2f;
	text-decoration: none;
	/* text-decoration: underline; */
}

/* fonts */
.f_min {
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.f_gos{
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "HiraKakuPro-W3", 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font_s {font-size: 90%;}

.red {color: #FF0000;}

/* float */
.l {float: left;}
.r {float: right;}

.tac {text-align: center;}
.tar {text-align: right;}
.tal {text-align: left!important;}

/* clearfix */
.clearfix:after {
	content : "." ;
	display : block ;
	height : 0 ;
	clear : both ;
	visibility : hidden ;
}
.clearfix { display : inline-block ; }
/* Hides from IE-Mac \*/
*html .clearfix { height : 1% ; }
.clearfix { display : block ; }
/* End hide from IE-mac */

.none {display: none!important;}

.inWrap li,
.txt_indent {
	text-indent: -1em;
	padding-left: 1em;
}

/* opacity */
a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

/* margin */
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb100 {margin-bottom: 100px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px!important;}
.mt60 {margin-top: 60px;}

label {
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.noPC {
	display: none!important;
}

.inner{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.harf{
	width: 49%;
}
.noborder{
  border: none!important;
}

/* リンクアニメーション */
a,
a img,
.sc{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}


a.link{
  display: inline-block;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 8px;
  background: url(../img/common/arrow.png) left center no-repeat;
  background-size: 20px;
}

/* header
--------------------------------- */
#header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	padding: 22px 0;
	background: #FFF;
}
#home #header{
  background: transparent;
}
#header .logo{
	width: 163px;
	height: 25px;
	margin-left: 27px;
	float: left;
}
#header .logo a{
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  background: url(../img/common/logo_text.svg) left center no-repeat;
  background-size: contain;
}

.menubtn {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 27px;
  right: 30px;
  transition-duration: .3125s;
  overflow: hidden;
  z-index: 10;
}

.menubtn a{
  display: block;
  height: 100%;
  position: relative;
}

.menubtn div {
  width: 100%;
  height: 1px;
  position: absolute;
  overflow: hidden;
  transition-duration: .3125s;
}
.menubtn >div:nth-child(1) {top: 0;}
.menubtn >div:nth-child(2) {top: 50%; margin-top: -1px;}
.menubtn >div:nth-child(3) {top: 100%; margin-top: -1px;}

.menubtn div span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,1);
}
.menubtn >div:nth-child(1) span {
  animation: header_off1 2.5s ease-in-out 0s infinite;
}
.menubtn >div:nth-child(2) span {
  animation: header_off1 2.5s ease-in-out .15s infinite;
}
.menubtn >div:nth-child(3) span {
  animation: header_off1 2.5s ease-in-out .3s infinite;
}

@keyframes header_off1{
  0%{left:-100%;opacity:0}
  15%,85%{left:0;opacity:1}
  100%{left:100%;opacity:0}
}


#gnav{
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  background: rgba(68,0,0,0.9);
  text-align: center;
  color: #FFF;
  z-index: 1000;
}

#gnav .navi {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  height: 80%;
}
#gnav .navi li{
  width: 100%;
  opacity: 1;
  transition: all .3s ease;
}
#gnav .navi li:nth-child(2){
  transition-delay: .05s;
}
#gnav .navi li:nth-child(3){
  transition-delay: .1s;
}
#gnav .navi li:nth-child(4){
  transition-delay: .15s;
}
#gnav .navi li:nth-child(5){
  transition-delay: .2s;
}
#gnav .navi li:nth-child(6){
  transition-delay: .25s;
}

#gnav .navi li a{
  display: block;
  width: 80%;
  max-width: 747px;
  margin: 0 auto;
  color: #FFF;
  font-size: 26px;
  background-position: 0px center;
}
#gnav .navi li a:hover{
  background: url(../img/common/arrow_w.png) 10px center no-repeat rgba(255,255,255,0.2);
  background-size: 20px auto;
}
#gnav .navi li.logo a{
  display: block;
  width: 233px;
  height: 87px;
  margin: 0 auto;
  background: url(../img/common/logo_w.svg) center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
#gnav .navi li.logo a:hover{
  opacity: 0.5;
}

#gnav .sns{
  opacity: 1;
  transition: all .3s ease;
}
#gnav .sns li{
  display: inline-block;
  margin-right: 16px;
  line-height: 1;
}

#gnav #menu_close{
  width: 20px;
  height: 20px;
  background: url(../img/common/menu_close.svg) center center no-repeat;
  position: absolute;
  top: 33px;
  right: 33px;
}


#gnav.nav_off .navi{
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
#gnav.nav_off .navi li {
  opacity: 0;
  -webkit-transform: scale3d(1.3,1.3,1) rotate3d(1,-3,-1,36deg) translate3d(200px,50px,130px);
  transform: scale3d(1.3,1.3,1) rotate3d(1,-3,-1,36deg) translate3d(200px,50px,130px);
}
#gnav.nav_off .sns{
  opacity: 0;
}


/* footer
--------------------------------- */
#footer{
	position: relative;
	width: 1024px;
	width: 100%;
	padding: 100px 0 30px;
	margin: 0 auto;
}

#footer .logo{
  display: block;
  height: 160px;
  height: 54px;
  margin: 0 auto;
  background: url(../img/common/logo.svg) center center no-repeat;
  background-size: contain;
}

#footer .fnavi{
  padding: 73px 0;
  text-align: center;
}
#footer .fnavi li{
  display: inline-block;
  margin: 0 32px;
  font-size: 12px;
}

#footer .sns{
  position: absolute;
  left: 24px;
  bottom: 30px;
  line-height: 1;
}
#footer .sns li{
  display: inline-block;
  margin-right: 16px;
}

#footer .copyright{
  text-align: center;
  font-size: 10px;
}

/* privecy
--------------------------------- */
#privecy {
	max-width: 640px;
	padding: 65px 40px;
	background: #FFF;
}
#privecy h2{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 0px;
  margin-bottom: 80px;
}
#privecy h2:after{
  content: "";
  display: block;
  height: 1px;
  width: 42px;
  margin: 20px auto 0;
  background: #3e2d26;
}

#privecy dl{
	margin-top: 40px;
	border-top: 1px solid #3e2d26;
}
#privecy dl dt{
  margin: 40px 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.error_msg{
    color: red;
    margin-bottom: 30px;
}



@media screen and (max-width: 768px){
	body{
  	padding-top: 40px;
	}
	img{
		max-width: 100%;
	}
	.inner{
  	width: 90%;
	}
	
	a.link{
  	font-size: 14px;
  	letter-spacing: 6px;
  	background-size: 15px;
	}
	
	#header .logo {
    width: 100px;
    height: 20px;
      margin-left:  10px;
  }
  
  #header {
    padding: 10px 0;
  }
  
  .menubtn {
    top: 10px;
    right: 10px;
  }
  
	#gnav .navi li.logo a {
    width: 120px;
    height: 50px;
  }
  #gnav .navi li a {
    font-size: 16px;
  }
  #gnav .navi {
    height: 65%;
    padding: 30px;
  }


  #footer .logo{
    margin-bottom: 40px;
  }
  #footer .fnavi{
    display: none;
  }
  #footer .sns {
    position:  relative;
    left:  0;
    bottom: 0;
    margin-bottom: 60px;
    text-align: center;
  }



}