@charset "UTF-8";
/* CSS Document */

html, body {
    font-family: "EB Garamond","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p {
    line-height: 1.4em
}
/*---------------------*/
/*ローディング*/
/*---------------------*/
.loadingWrap {
 width: 100%;
 height: 100%;
 background: #fff;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
}
.loadingWrap img {
 position: absolute;
 top: 50%;
 left: 50%;
 margin: -128px 0 0 -128px;
 width: auto;
}

/*---------------------*/
/*ヘッダー*/
/*---------------------*/

#head {
    position: relative;
    z-index: 999;
    width: 1024px;
    margin: auto;
    left: 0;
    right: 0;
}
#head .inner {
	position: relative;
}
#head .logo {
	float: left;
	font-size: 36px;
    margin-top: 30px;
}
#head .logo svg {
    width: 130px;
    height: 72px;
    fill: #FFF;
}
#head h1,#head h2 {
    color: #FFF;
}
#head #head-innner h1 {
    text-align: center;
    width: 764px;
    float: left;
    font-size: 45px;
    margin: 0px;

}
#head #head-innner h2 {
    text-align: center;
    width: 764px;
    float: left;
    font-size: 25px;
}
#head #head-innner {
    float: left;
    width: 894px;
    margin-top: 20px;
}
#head #head-innner ul {
	list-style: none;
	font-size: 28px;
    text-align: center;
    padding: 0;
}

#head #head-innner ul.socialbut {
    width: 130px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 40px;
}
#head #head-innner ul.socialbut .fa {
    font-size: 24px;
    color: #000;
}
#head #head-innner ul li {
    display: inline-block;
}
#head #head-innner ul.menu li a {
	padding: 0 30px;
}
#head #head-innner ul.socialbut li a {
	padding: 0 10px;
}

/*---------------------*/
/*メニュー*/
/*---------------------*/

#htop-head{
    background: rgba(255,255,255,1.0);
    padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
}
#htop-head.hide{
    transform: translateY(-100%);
}

/*以上　追加*/

.inner {
	width: 1024px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#htop-head,#top-head {
	width: 100%;
	margin: 0 auto;
	padding:0;
	line-height: 1;
	z-index: 999999;
}
#htop-head a,#htop-head,#top-head a,#top-head {
	color: #000;
	text-decoration: none;
}
#htop-head .inner,#top-head .inner {
	position: relative;
}
#htop-head .logo,#top-head .logo {
	float: left;
	font-size: 36px;
    margin-bottom: 0;
}
#htop-head .logo svg,#top-head .logo svg,#htop-head .logo img,#top-head .logo img {
    width: 84px;
    height: 72px;
    fill: #000;
}
#global-nav {
    float: left;
    width: 940px;
    margin-top: 20px;
}
#global-nav h1 {
    text-align: center;
    width: 764px;
    float: left;
    font-size: 30px;
    margin-top: 10px;
}
#global-nav ul {
	list-style: none;
	font-size: 28px;
    text-align: center;
    padding: 0;
}
#global-nav ul.menu {
    width: 810px;
    float: left;
}
#global-nav ul.menu li::before {
    content: "/";
}
#global-nav ul.menu li:first-child::before {
    content: "";
}

#global-nav ul.socialbut {
    width: 130px;
    margin: 0;
    float: right;
}
#global-nav ul.socialbut .fa {
    font-size: 22px;
    color: #000;
}
#global-nav ul li {
    display: inline-block;
}
#global-nav ul.menu li a {
	padding: 0 30px;
}
#global-nav ul.socialbut li a {
	padding: 0 10px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 22px;
    top: 24px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #999;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
@media screen and (min-width: 835px) {
    #top-head,#smhead {
        display: none;
    }
}
@media screen and (max-width: 834px) {
     #htop-head,.forlg,#head  {
        display: none !important;
    }
    #global-nav {
		position: fixed;  /*absolute*/
		/* 開いてないときは画面外に配置 */
		bottom: -110vh;
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
        margin: 0;
	}
    #global-nav ul li {
		float: none;
		position: static;
	}
}

/*formobile*/

@media screen and (max-width: 1139px) {
    
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		/*background: #fff;*/
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	/*#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}*/
    #top-head .logo svg, #top-head.fixed .logo svg,#top-head .logo img, #top-head.fixed .logo img {
    width: 100px;
    height: 72px;
    fill: #000;
    margin: 10px 20px;
}
	
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #000;
		padding: 0 18px;
        font-size: 20px;
	}
	#nav-toggle {
		display: block;
	}
    #global-nav .home .section1 { height: 30vh; width: 100%; background: url(../img/home-img1.jpg) no-repeat; background-size: cover; background-position: center; }
    #global-nav .home .section2 { height: 30vh; width: 100%; background: url(../img/home-img2.jpg) no-repeat; background-size: cover; background-position: center; }
    #global-nav .home .section3 { height: 30vh; width: 100%; background: url(../img/home-img3.jpg) no-repeat; background-size: cover; background-position: center; }
    #global-nav .sm-menu ul {
        height: 10vh;
        background: #FFF;
        display: inline-block;
        width: 100%;
        padding: 3.4vh;
}
    }
    
    
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(-110vh); /*556px*/
		-webkit-transform: translateY(-110vh); /*556px*/
		transform: translateY(-110vh); /*556px*/
	}


/*---------------------*/
/*Bootstrap gridのgutter調整*/
/*---------------------*/

.container-fluid {
    padding: 0px !important;
    position: relative;
}
.container-fluid img,.container img {
    width: 100%;
}

.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}

/*---------------------*/
/*フッター*/
/*---------------------*/

#full-line {
    border-top: 1px solid #000;
    margin-top: 60px;
}
#footer {
    text-align: center;
}
#footer h2,#interview #footer h2,#item #footer h2,#style #footer h2 {
    font-size: 45px;
    margin-bottom: 60px;
    color: #FFF;
}
#footer h4{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 50px 0;
}
#footer  .cover { position: relative; margin: 0; padding: 0; color: #fff; float: left; height: 220px;　text-align: center;}
#footer  .centerBox { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 50%; height: 50px; text-align: center; }
#footer .section1 { width: 100%; background: url(../img/home-img1.jpg) no-repeat; background-size: cover; background-position: center center }
#footer  .section2 { width: 100%;  background: url(../img/home-img2.jpg) no-repeat; background-size: cover; background-position: center center}
#footer  .section3 { width: 100%;  background: url(../img/home-img3.jpg) no-repeat; background-size: cover; background-position: center center }

#footer  a .cover::before {
    content: "";
    background-color: rgba(50,70,100,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#footer  a:hover .cover::before {
    background-color: rgba(50,70,100,0);
    transition-duration: 0.8s;
}

#footer .footerbut_interview a:hover::before,#footer .footerbut_items a:hover::before{
    background-color: rgba(0,0,0,0);
    transition-duration: 0.8s;
}
.footer2 {
    margin: 60px 0 90px;
}
.footer2 ul li{
    display: inline-block;
    margin-left: 20px;
}
.footer2 ul li a {
    color: #000;
    text-decoration:none;
}
.footer2 .left {
    text-align: left;
    font-size: 15px;
    line-height: 2.2em;
}
.footer2 .right {
    text-align: right;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
.footer2 .left,.footer2 .right {
    text-align: center;
}
}