@charset "utf-8";

/* 共通
------------------------------------------------------------*/
body {
	background-color: #000;
	font-family: "Roboto Condensed",'Zen Kaku Gothic New', sans-seri,"Zen Old Mincho", serif;
	font-size: 16px;
	letter-spacing: 0.01em;
	color: #333;
	overflow-wrap:break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
	margin: 0;
}

.body , :link, :visited, :hover, :active {
		color: #333;
		text-decoration: none;
}
/*-- タグリンク --*/
body a{text-decoration: none; color:#333;}
body a:link {text-decoration: none; color:#333;}
body a:visited{text-decoration: none; color:#333;}
body a:hover{color:#a9a9a9;}
body a:active{text-decoration: none;}


img{
	width: 100%;
	height: auto;
}

section{
	clear:both;
}

.br-mid{
	display: none;
}
.br-sp{
	display: none;
}

/*-- pc電話発信無効 --*/
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

#top-mv{
	position: relative;
}

/*========= cookie- ===============*/
.cookie-block{
	position: absolute;
	z-index: 100;
}
.policy-link-sb a:visited{
	color: #fff;
}
.cookie-text{
		color: #fff;
}

/*========= ヘッダーナビ ===============*/
.header-nav{
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	left: auto;
	width: 100%;
	margin-right: 0;
}
.header-nav-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: right;
  margin: 0 auto;
}
.header-nav-container-item{
	font-family:'Special Elite', sans-serif;
	font-size: 1.2vw;
	color: #FFF;
	margin: 0 1%;
	padding-top: 2%;
	opacity: 1;
	transition: 1.0s ;
}
.header-nav-container-item:hover{
	opacity: 0.5;
}
.header-nav-container-item a{text-decoration: none; color:#fff ;}
.header-nav-container-item a:link {text-decoration: none; color:#fff;}
.header-nav-container-item a:visited{text-decoration: none; color:#fff;}
.header-nav-container-item a:active{text-decoration: none;}

.header-nav-container-lang{
	background: #674594;
	color: #fff;
	padding: 1.8% 1.5% 0.5% 1.5%;
		margin-left: 2%;
		width: 12%;
		font-family:'Special Elite', sans-serif;
		font-size: 1.3vw;
		text-align: center;
		opacity: 1;
		transition: 1.0s ;
}


.header-nav-container-lang:hover{
	opacity: 0.8;
}
.header-nav-container-lang a{text-decoration: none; color:#fff ;}
.header-nav-container-lang a:link {text-decoration: none; color:#fff;}
.header-nav-container-lang a:visited{text-decoration: none; color:#fff;}
.header-nav-container-lang a:active{text-decoration: none;}

.header-nav-el{
	width: 80%;
	padding-left: 15%;
}
/*========= sp 三本線 ===============*/
.openbtn{
  display: none;
}
#g-nav{
	display: none;
}
.sp-en{
	display: none;
}

/*--------------------------------------------------------
  ヘッダー
--------------------------------------------------------*/
.sb_top{
	background: #000;
	width: 100%;
}
.sb_logo{
	width: 300px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 20px;
}

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
#pl_area{
	background: #fff;
	width: 100%;
	padding-bottom: 100px;
}
.pl_ttl_block{
	width: 860px;
	margin: 0 auto;
}
.pl_ttl{
		padding-top: 60px;
		font-size: 42px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 40px;
}
.pl_ttl_txt{
	line-height: 2em;
}
.pl-content{
	width: 860px;
	margin: 40px auto;
}
.pl-content_headline{
	font-size: 26px;
	font-weight: bold;
	border-bottom:  solid 1px #333;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pl-content_txt{
	padding: 10px;
	line-height: 2em;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

.footer{
	width: 100%;
}
.footer_inner{
	background: #000;
	width: 100%;
}
.footer_container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.footer_nav_block{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
	padding-bottom: 0px;
}
.footer_nav{
	padding-top: 60px;
}
.footer_nav a{
	transition: 0.5s;
}
/*-- タグリンク --*/
.footer_nav a{text-decoration: none; color:#fff;}
.footer_nav a:link {text-decoration: none; color:#fff;}
.footer_nav a:visited{text-decoration: none; color:#fff;}
.footer_nav a:hover{color:#a9a9a9;}
.footer_nav a:active{text-decoration: fff;}

.footer_nav nav{
   margin: 0 0 0 auto;
}
.footer_nav ul{
   list-style: none;
   margin: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: left;
}
.footer_nav li{
	font-size: 18PX;
	margin: 0 0 0 40px;
 line-height: 2.5em;
 font-weight: bold;
 line-height: 2.2em;
 letter-spacing: 0.05em;
 	font-family:'Special Elite', sans-serif;
}
.footer_address{
	width: 85%;
	margin: 40px auto;
	color: #fff;
	font-size: 1.2vw;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.footer_phone{
	font-size: 1.8vw;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
/*-- クレジット --*/
.footer_cr{
	font-size: 1.2vw;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
	margin-top: 60px;
}

.footer_logo{
	width: 300px;
	margin: 40px auto;
}
.footer_logo img{
	opacity: 1;
	transition: 0.5s ;
}
.footer_logo img:hover{
	opacity: 0.5;
}

.footer_g-logo{
	width: 140px;
	margin: 40px auto 20px;
}
.footer_logo img{
	opacity: 1;
	transition: 0.5s ;
}
.footer_logo img:hover{
	opacity: 0.5;
}

/*--------------------------------------------------------
  ふわっと
--------------------------------------------------------*/
/* アニメーション */
.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media screen and (max-width:959px) {

	#pl_area{
		background: #fff;
		width: 100%;
		padding-bottom: 40px;
	}
	.pl_ttl_block{
		width: 90%;
		margin: 0 auto;
	}
	.pl_ttl{
			padding-top: 30px;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			padding-bottom: 20px;
	}
	.pl_ttl_txt{
		line-height: 1.8em;
		font-size: 14px;
	}
	.pl-content{
		width: 90%;
		margin: 20px auto;
	}
	.pl-content_headline{
		font-size: 18px;
		font-weight: bold;
		border-bottom:  solid 1px #333;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.pl-content_txt{
		padding: 10px;
		line-height: 1.8em;
		font-size: 14px;
	}

}
