@charset "utf-8";
/* CSS Document */

/* header */

	#sp-link-A,#sp-link-B,#sp-link-C,#sp-link-D,#sp-link-E,#mineralocean-tab{
   margin-top:-100px;
   padding-top:100px;
}

header{
	position: fixed;
	z-index: 2;
	background-color: #fff;
}
#top{
	width: 100%;
	height: 100px;
}
.gnav-wrap{
	display: flex;
	margin-left: 30px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.gnav-sp{
	display: none;
}
.gnav>ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 675px;
}
.gnav>ul li::before{
	content: '';
  display: inline-block;
  width: 19px;/*画像の幅*/
  height: 14px;/*画像の高さ*/
  background-image: url("../img/shared/header-line.png");
  background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.gnav>ul a{
	text-decoration: none;
	color: #172244;
	font-size: 18px;
	font-weight: 600;
}
.header-mail{
	background-color: #ea5514;
	width: 170px;
	height: 100px;
	background-image: url("../img/shared/header-mail.png");
	background-position: center;
	background-repeat: no-repeat;
}
.headmail-link{
	transition: 0.2s;
}
.headmail-link:hover{
	opacity: 0.6;
}

.drawer-dropdown.open>.drawer-dropdown-menu{
	    position: absolute;
    top: 110px;
    right: 80px;
    width: 1100px;
    height: 187px;
    background-color: #f0f0f0;
    background-image: url("../img/top/pulldown.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
	    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 80px 400px;
}
.drawer-dropdown.open>.drawer-dropdown-menu:before {
  content: "";
  position: absolute;
      top: -40px;
    left: 86%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 25px solid #fff;
    
}

/* footer */
.footer-resp{
	width: 95%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px 0 200px;
	box-sizing: border-box;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.add-pc{
	font-style: normal;
	color: #172244;
	font-size: 14px;
	line-height: 2;
	    font-weight: 500;
}
.add-pc-com{
	font-size: 18px;
	font-weight: 600;
}
.footer-main-fx{
	display: flex;
	align-items: flex-end;
}
.foot-nav{
	margin-bottom: 30px;
}
.foot-nav ul{
	display: flex;
}
.foot-nav ul a{
	text-decoration: none;
	color: #172244;
	font-size: 14px;
	font-weight: 600;
}
.foot-margin{
	margin: 0 20px;
}
small{
	display: flex;
	justify-content: center;
	color: #172244;
	font-size: 10px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 200;
	margin-bottom: 30px;
}
@media screen and (max-width:1200px) {
	.footer-resp{
		justify-content: center;
	}
	.drawer-dropdown.open>.drawer-dropdown-menu{
    width: 86vw;
		padding: 80px 0 80px 35vw;
	}
	.drawer-dropdown-Link{
		font-size: 2vw!important;
	}
}
@media screen and (max-width:768px) {
	.sp-end-link{
		display: flex;
	}
	.sp-end-link a{
		font-size: 3.5vw;
		font-weight: 500;
	}
	.nav_menu{
	width: 100%;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	position: absolute;
	bottom: 15%;
	left: 0;
}
	.drawer--top.drawer-open .drawer-nav{
	top: 13.021vw;
	}
.drawer--top .drawer-nav{
	height: 100vh;
}
.drawer-hamburger{
	position: static;
	background: #172244;
	width: 19.531vw;
    height: 13.021vw;
    box-sizing: border-box;
	padding: 2.344vw 3.516vw 2.214vw;/*18px 27px 17px*/
}
.drawer-hamburger:hover{
	background-color: #172244;
}
/*.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger{
	right: 3%;
}*/
.drawer-hamburger-icon{
	margin-top: -6px;
	width: 10.417vw;/*80px*/
	left: 10%;
}
.drawer-hamburger-icon:before{
	top: -5.208vw;
	width: 10.417vw;
	margin-top: 2.604vw;/*20px*/
}
.drawer-hamburger-icon:after{
	top: 2.604vw;/*20px*/
	width: 100%;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
	background-color: #fff;
	height: 6px;
}
.drawer-open .drawer-hamburger-icon:before{
	top: -2.474vw;
}
.drawer-nav{
	background-color: rgba(23, 34, 68, 0.98);
}
.drawer-menu{
	padding-top: 8%;
	padding-bottom: 0;
    margin-bottom: 6vw;
	border-bottom: 1px solid #ea5413;
}
.drawer-menu li{
	margin-bottom: 3.5vw;
}
	.drawer-menu li .dropdown-link{
		margin-bottom: 5vw;
		margin-left: 10.417vw;
		font-size: 3vw;
	}
.drawer-brand{
	margin: 0 auto;
	padding-left: 10%;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1;
}
.drawer-brand:hover{
	transition: 0.2s;
	opacity: 50%;
}
	#top{
	height: 13.021vw;
	}
	.head-logo{
		width: 30.99vw;
		height: auto;
	}
	.header-mail-sp{
	background-color: #ea5514;
	width: 19.531vw;
	height: 13.021vw;
	background-image: url("../img/shared/header-mail.png");
	background-position: center;
	background-repeat: no-repeat;
	}
	.gnav-pc{
		display: none;
	}
	.gnav-sp{
		display: flex;
	}
	.foot-nav{
		display: none;
	}
	.footer-resp{
		padding: 6.51vw 0 15.625vw;
		width: 100%;
	}
	.footer-main-fx{
		align-items: flex-start;
	}
	.footer-main-fx img{
		margin-right: 2vw;
		width: 24.609vw;
	}
	.add-pc{
		font-size: 2.372vw;
	}
	.add-pc-com{
		font-size: 3.049vw;
		line-height: 1;
    margin-bottom: 3.516vw;
	}
	small{
		font-size: 2.083vw;
	}
}
@media screen and (max-width:500px){
	.header-mail-sp{
		background-size: 85%;
	}
}
	