v

/*	 */

* {
	margin: 0;
	padding: 0px;
	font-family:"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
}

body {
	background: #fff;
	margin: 0;
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
 font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
}


p {
	padding: 0;
	margin-bottom: 12px;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #8b8b8b;
	margin-top: 10px;
	text-align: center
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}



/* 2 SECTION */

@media screen and (min-width:481px) {
	.sp{
		display: none;
	}
}
@media screen and (max-width:480px) {
	.pc{
		display: none;
	}
}

/* 1 3 SECTION */

.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 100px;}
.mtb2 { margin-top: 0px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #1abc9c;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}




/* Bootstrap Modification */

.navbar-inverse {
	background: #2f2f2f;
	border-color: #2f2f2f;
}

.navbar-right {
	padding-top: 10px;
}

.navbar-brand {
	margin-top: -5px;
}

.navbar-nav {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navbar {
	padding-bottom: 2px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}



/* General Configuration */

h2 {
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	font-weight:bold; 
	letter-spacing: 1px;
	line-height: 12px;
	color: #231815;
  position: relative;
  padding: 2rem;
  text-align: center;
}

h3 {
	font-size: 14px;
	font-family: 'Maven Pro', sans-serif;
	font-weight:bold; 
	letter-spacing: 1px;
	line-height: 12px;
	color: #231815;
  position: relative;
  padding: 0.5rem;
  text-align: center;
}

h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #231815;
}


h4 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #231815;
	text-align: center
}

h5 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #ffffff;
}

h5 {
	font-weight: 400;
}

i {
	font-size: 50px;
}

/* HEADER SECTION */
#h {
	background: url(../img/header.jpg) no-repeat center top;
	padding-top: 160px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#h h1 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 1px;
}

#h h2 {
	color: white;
	font-weight: 100;
}

#h hr {
	border: 1px white solid;
	width: 200px;
}

@media (max-width: 768px) {
  #h {
    padding-top: 150px;
    height: 100vh;
  }
  #h h1 {
    font-size: 48px;
  }
}





/* SEPARATOR SECTION */
.sep {

	background-position: center;
	background-repeat: no-repeat;
width:100%;
height:100vh;
}
.s01 {
	background-image: url(../img/s01.jpg);
	background-attachment: fixed;
}





/* FOOTER */
#f {
	padding-bottom: 50px;
	padding-top: 50px;
	background: #2f2f2f;
	color: white;
}

/* OVERFLOW */

.of {
	overflow: hidden;
}

/* ACCESS */

#access {
  background: #222222;
  padding: 70px 0;
  text-align: left;
}

#access h1 {
	color: white;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 1px;
}

#access p {
	color: white;
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
}


/* Copyrights */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #5bc0de;
}

.credits {
  color: #999;
}

/* web font */

@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@900&display=swap');


