@charset "utf-8";
/* ===================================================================

 CSS information
 file name  :global.css

=================================================================== */

html{
	overflow-y: scroll;
	height: 100%;
}


/*--------------------------------------------------------------------------
#font
---------------------------------------------------------------------------*/
/* Google Fonts */
.Kumbh{ font-family: 'Kumbh Sans', sans-serif; }

html{
	height: 100%;
}

/*--------------------------------------------------------------------------
#stage
---------------------------------------------------------------------------*/

body{
	font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-feature-settings:palt;
	width: 100%;
	height: 100%;
	background: #ffff00;
	word-wrap: break-word;
	min-width: 320px;
	color:#000;
	font-weight: 300;
}
@media screen and (max-width: 750px) {
body{
}
}
img{
  border-style:none;
}
.mode_pc{
  display:block;
}
.mode_sp{
display:none !important;
}
@media screen and (max-width: 750px) {
.mode_pc{
  display:none !important;
}
.mode_sp{
  display:block !important;
}
}

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
	outline: none;
	cursor : pointer;
	transition:all 0.3s ease 0s;
	text-decoration: none;
	color: #000;
}
a:link,
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration:none;
	outline: none;
}
a:active{
	outline: none;
}
a.hover{
	text-decoration:none;
}


/*--------------------------------------------------------------------------
   #stage
---------------------------------------------------------------------------*/
#stage{
	width:100%;
	position:relative;
	/*height:100%;*/
}

/*--------------------------------------------------------------------------
  clearfix
---------------------------------------------------------------------------*/
.cf:before,.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -----------------------------------------------------------------------------
  .loading
----------------------------------------------------------------------------- */
#loader {
	width: 80px;
	height: 80px;
	position: fixed;
	_position: absolute;
	-webkit-transform: translateZ(0);
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 99999;
	display:block;
}
#fade {
	width: 100%;
	height: 100%;
	display: block;
	background:#ffff00;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99998;
}

/*--------------------------------------------------------------------------
header
---------------------------------------------------------------------------*/
#header .logo{
	position: relative;
	padding-top: 50px;
}
#header .logo img{
	width: 160px;
}
@media screen and (max-width: 750px) {
#header .logo{
	padding-top: 25px;
}	
#header .logo img{
	width: 112px;
}
}
/*--------------------------------------------------------------------------
.inner
---------------------------------------------------------------------------*/
.inner{
	width: 1440px;
	margin: 0 auto;
	position: relative;
}
.inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@media screen and (max-width: 1600px) {
.inner{
	width: auto;
	margin: 0 80px;
}
}
@media screen and (max-width: 1200px) {
.inner{
	margin: 0 60px;
}
}
@media screen and (max-width: 750px) {
.inner{
	margin: 0 25px;
}
}
/*--------------------------------------------------------------------------
.mv
---------------------------------------------------------------------------*/
.mv{
	position: relative;
	padding: 148px 0 153px;
}
.mv .ttl{
	position: relative;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.3; 
	margin-bottom: 19px;
}
.mv .txt{
	position: relative;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.65;
}
@media screen and (max-width: 750px) {
.mv{
	padding: 84px 0 85px;
}
.mv .ttl{
	font-size: 24px;
	margin-bottom: 11px;
}
.mv .txt{
	font-size: 12px;
	line-height: 1.8;
}
}
/*--------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/
#footer{
	position: relative;
	padding: 98px 0 50px;
}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer .copy{
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	position: relative;
	float: left;
}
#footer .contact{
	font-size: 12px;
	float: right;
	display: inline-block;
}
#footer .contact:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer .contact li{
	position: relative;
	float: left;
	display: inline-block;
	margin-left: 80px;
}
#footer .contact li:first-child{
	margin-left: 0px;
}
#footer .contact li a{
	font-size: 12px;
	font-weight: 700;
	color: #000;
	line-height: 1;
}
@media screen and (max-width: 750px) {
#footer{
	padding: 50px 0 17px;
}
#footer .copy{
	font-size: 10px;
	float: none;
	margin-bottom: 24px;
}
#footer .contact{
	float: none;
}
#footer .contact li{
	float: none;
	display: block;
	margin-left: 0px;
	margin-top: 9px;
}
#footer .contact li:first-child{
	margin-top: 0px;
}
#footer .contact li a{
	font-size: 11px;
	line-height: 1;
}
}
/*--------------------------------------------------------------------------
.btn_top
---------------------------------------------------------------------------*/
.btn_top{
	position: fixed;
	bottom: 60px;
	right: 60px;
	transition: .2s;
	/*デフォルトで非表示にする*/
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
.btn_top img{
	width: 20px;
}
@media screen and (max-width: 750px) {
.btn_top{
	bottom: 50px;
	right: 45px;
}
.btn_top img{
	width: 30px;
}
}


