@charset "utf-8";

/*-----page all default setting-----*/

html, body{
width: 100%;
margin:0px;
padding:0px;
text-align:center;
color:#000000;
background-color:#ffffff;
font-family:'dnp-shuei-gothic-gin-std', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-size:1em;
line-height:1.6em;
letter-spacing:0px;
-webkit-text-size-adjust: 100%;
}

#wrapper{
	position: relative;
	display: block;
	float: none;
	clear: both;
	width: 100%;
    min-height: 100%;
    margin:0px;
    padding:0px;
    text-align:center;
}

#container{
	position: relative;
	display: block;
	float: none;
	clear: both;
	width: 100%;
    margin:0px auto 0px;
    padding:0px;
}

/*-----header setting-----*/

header{
	position: relative;
	display: block;
	width: auto;
	height: auto;
	margin: 0px 0px 0px;
	padding: 0px;
	background-color: rgba(255, 255, 255, 0);
	z-index: 10;
    text-align: left;
    float: left;
}

#logo {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 120px 0px 0px 100px;
    padding: 40px;
}

#logo img{
    position: relative;
    display: block;
    width: 40vw;
    height: auto;
    color: #ffffff;
}

/*-----global nav setting-----*/
/*　ハンバーガーボタン　*/
.menu_btn {
  position: fixed;
  display : none;
  z-index : 10;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

nav.gln_menu {
  position: relative;
  display : block;
  width: 30%;
  height: auto;
  top  : 42vh;
  left : 0;
  min-height: none;
  color: #fff;
  background: none;
  text-align: center;
  font-family: minion-pro-display,serif;
  font-weight: 400;
  font-style: normal;
  float: right;
  z-index: 5;
}

nav.gln_menu a{
    color: #ffffff;
    text-decoration: none;
}

nav.gln_menu ul {
    display: block;
  width: 100%;
  height: auto;
  margin: 0px auto 0px;
  padding: 0;
}

nav.gln_menu ul li {
  display: block;
  list-style-type: none;
  width: auto;
  height: auto;
  margin: 0px auto;
  padding: 0px;
  transition: 0s all;
}

nav.gln_menu ul li:hover{
}

nav.gln_menu ul li img {
}

/* このクラスを、jQueryで付与・削除する */
nav.gln_menu.active {
  opacity: 100;
}

.gln_concept {
    position: relative;
    display: block;
    width: auto;
    height: 2.4em;
    margin: 0px 0px 0px;
    padding: 0px;
}

.gln_colors {
    position: relative;
    display: block;
    width: auto;
    height: 2.98em;
    margin: -0.3em 0px 0px !important;
    padding: 0px;
    
}

.gln_contact {
    position: relative;
    display: block;
    width: auto;
    height: 2.4em;
    margin: -0.5em 0px 0px !important;
    padding: 0px;
    
}

/*-----footer setting-----*/

footer{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 100px 0px 0px;
    padding: 0px;
    text-align: center;
}

#copyr {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 20px;
    font-size: 0.9em;
    letter-spacing: 0.1em;
}

.pagetop {
	position: fixed;
	display: none;
	width: 50px;
	height: 50px;
	right: 0px;
	bottom: 20px;
	margin: 10px;
	padding: 0px;
	text-align: center;
	color: #333333;
	z-index: 999;
}

.pagetop img{
	position: relative;
	display: block;
	width: 30px;
	height: auto;
	margin: 10px auto;
	padding: 0px;
	opacity: 0.8;
}

/*-----maincontents setting-----*/

.main_titleimage {
    z-index: 1;
}

article{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    clear: both;
}

.section_title {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px 40px 0px;
    padding: 0px 0px 50px;
    font-size: 1em;
    clear: both;
}

.section_title img{
    width: auto;
    height: 1em;
}

@media (min-width: 1400px) {

#logo img{
    position: relative;
    display: block;
    width: 38vw;
    height: auto;
    color: #ffffff;
}
    
}/*-----640to949px setting-----*/


/*-----MD banner setting-----*/
.md {
    position: absolute;
    display: block;
    right: 0px;
    width: auto;
    height: 30px;
    margin: -30px 0px 0px;
    padding: 0px;
    color: #cccccc;
    font-weight: normal;
    font-size: 0.8em;
}

.md_logo {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0px 0px 0px;
    padding: 5px;
    vertical-align: middle;
}

.md_logo img{
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0px 0px 0px;
    padding: 0px;
}

.md_logo a:hover{
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    margin: 0px 0px 0px;
    padding: 0px;
    background-image: url(../images/base/md_logo_h.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: 99;
}

.md_logo a:hover img{
    opacity: 0;
}
