@charset "utf-8";
/* lower.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 68px;
	text-align: center;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header{

}
/* スクロールで背景色表示 */
.header{
	position: fixed;
    top: 0;
    width: 100%;
    background: #000000;
    transition: all 0.5s ease;	
}
.hidden {
    background: none;
    transition: all 0.5s ease;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* contents    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents {
	padding-top: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	z-index: 10;
}
#kv h2  {
	text-align: center;
	font-size: 64px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
#kv h2 span {
	font-size: 24px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 42px;
}
#kv_mask {
	background-color: rgba(28,42,63,0.50);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}





/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h3 {
	font-size: 28px;
	margin-bottom: 40px;
}
h4 {
	font-size: 18px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv h2  {
	font-size: 34px;
}
#kv h2 span {
	font-size: 18px;
	padding-top: 20px;
}


}
