@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
    /*font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: "Shippori Mincho", serif;
}
.mos {
}
.fmin {font-family: "Shippori Mincho", serif;}
.cri {font-family: "Crimson Pro", serif;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
@media all and (min-width: 769px) {
a,
a:link {
	color: #12183A;
	outline: none !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
a:visited {
	color: #12183A;
}
a:hover {
	color: #12183A;
	
}
a:active {
	color: #12183A;
}
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/*min-width: 1300px;*/
    width: 100%;
	color: #12183A;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
    }
#container {
    text-align: left;
    }
#main {
    display: block;
	/*overflow: hidden;*/
    }
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    }

@media all and (min-width: 769px) {
	.sp {display: none !important;}
    }
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

#topcontrol{z-index: 99;}
#topcontrol img{transition: 0.7s;}
a {
	text-decoration: none !important;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding:0 0%;
	box-sizing: border-box;
	position: fixed;
	z-index: 500;
	background: url("../images/head-bg.png") left top repeat-x;
	height: 100px;
    }
#gHeader.subs,
#gHeader.hfix{
	height: 100px;
}
#gHeader.hfix {
	height: 100px;
}
.subs.contact-head {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}
@media all and (max-width: 768px) {
	#gHeader.subs,
	#gHeader.hfix{
		height: 100px;
		/*background: #FFF;*/
	}
}
#gHeader .hlogo {
	position: absolute;
	left: 2%;
	top: 20px;
	z-index: 5;
    }
#gHeader .hlogo a {
}
#gHeader.subs .hlogo,
#gHeader.hfix .hlogo{
	top:20px;
}
#gHeader.subs .hlogo a,
#gHeader.hfix .hlogo a {
	color: #001855;
}

#gHeader .hBox {
	display: block;
	position: relative;
    }
/* gNavi */
#gNavi {
	display: flex;
    }

#gNavi .naviList {
    display: flex;
    box-sizing: border-box;
	padding-top: 36px;
	padding-left: 370px;
    }
#gHeader.subs .naviList,
#gHeader.hfix .naviList {
}

#gNavi .naviList > li {
    box-sizing: border-box;
    text-align: center;
    padding: 0px 18px 0px 18px;
    }

#gNavi .naviList > li:hover::before{}
#gNavi .naviList > li > a,
#gNavi .naviList > li > .pull-ow{
	display: block;
    color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.8px;
	position: relative;
    }

#gNavi .naviList > li > a::after {
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0;
}



#gNavi .naviList > li > a span,
#gNavi .naviList > li > .pull-ow span{
	position: relative;
	z-index: 5;
}
#gNavi .naviList > li.active > a::after,
#gHeader.subs #gNavi .naviList > li.active > a::after,
#gHeader.hfix #gNavi .naviList > li.active > a::after{
	opacity: 1;
}
#gHeader #gNavi .naviList > li.active {
	color: #fff !important;
}

#gNavi .naviList > li.active > a{
		color: #fff !important;
	}
@media all and (min-width: 769px) {
	#gNavi .naviList > li > a:hover::after{
		opacity: 1;
	}
}
.hte-base {
	position: absolute;
	right: 420px;
	top: 24px;
	text-align: right;
}
.hte-base b {
	display: block;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 25.2px */
	letter-spacing: 2.7px;
	margin-bottom: 4px;
}
.hte-base small {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 19.6px */
}

.last-bt {
	display: block;
	position: absolute;
	right: 200px;
	top: 0;
}
.last-bt a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	width: 200px;
	height: 100px;
	color: #FFF;
}
.last-bt a span {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.8px;
	padding-left: 35px;
}
.last-bt a span::before {
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0;
	content: "";
	margin: auto;
	background:url("../images/hmail-b.png") center center no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 26px;
}
.last-bt a span::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}

.h-buy-btn {
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
}
.h-buy-btn a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	width: 200px;
	height: 100px;
	color: #FFF;
}
.h-buy-btn a span {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.8px;
	padding-left: 35px;
}
.h-buy-btn a span::before {
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0;
	content: "";
	margin: auto;
	background:url("../images/add_shopping_cart.png") center center no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 26px;
}
.h-buy-btn a span::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}


@media all and (min-width: 769px) {
	.last-bt a:hover span::after,
	.h-buy-btn a:hover span::after{
		opacity: 1;
	}
}



.subs #gNavi .naviList,
.hfix #gNavi .naviList{
}
.subs #gNavi .naviList .last,
.hfix #gNavi .naviList .last {
	display: none;
}




@media all and (min-width: 769px) and (max-width: 1470px) {
	#gNavi .naviList {
		display: flex;
		box-sizing: border-box;
		padding-top: 36px;
		padding-left: 270px;
    }
	.hte-base {
		position: absolute;
		right: 310px;
		top: 24px;
		text-align: right;
	}
	.hte-base b {
		font-size: 15px;
		letter-spacing: 2.7px;
		margin-bottom: 4px;
	}
	.hte-base small {
		display: block;
		color: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 19.6px */
	}
	.last-bt {
		display: block;
		position: absolute;
		right: 150px;
		top: 0;
	}
	.last-bt a {
		width: 150px;
		height: 100px;
		color: #FFF;
	}
	.last-bt a span {
		font-size: 14px;
		padding-left: 35px;
	}
	.last-bt a span::before {
		background:url("../images/hmail-b.png") center center no-repeat;
		background-size: 100% auto;
		width: 26px;
		height: 26px;
	}

	.h-buy-btn {
		display: block;
		position: absolute;
		right: 0px;
		top: 0;
	}
	.h-buy-btn a {
		width: 150px;
		height: 100px;
		color: #FFF;
	}
	.h-buy-btn a span {
		font-size: 14px;
		padding-left: 35px;
	}
	.h-buy-btn a span::before {
		background:url("../images/add_shopping_cart.png") center center no-repeat;
		background-size: 100% auto;
		width: 26px;
		height: 26px;
	}
}

@media all and (min-width: 769px) and (max-width: 1230px) {
	#gHeader .hlogo {
		position: absolute;
		left: 2%;
		top: 20px;
		z-index: 5;
		max-width: 170px;
    }
	#gNavi .naviList {
		display: flex;
		box-sizing: border-box;
		padding-top: 26px;
		padding-left: 200px;
    }
	#gNavi .naviList > li {
		box-sizing: border-box;
		text-align: center;
		padding: 0px 8px 0px 8px;
		}

	#gNavi .naviList > li:hover::before{}
	#gNavi .naviList > li > a,
	#gNavi .naviList > li > .pull-ow{
		display: block;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.8px;
		position: relative;
    }
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.hte-base {
		position: absolute;
		right: 120px;
		top: 24px;
		text-align: right;
	}
	.hte-base b {
		display: block;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 25.2px */
		letter-spacing: 0px;
		margin-bottom: 4px;
	}
	.hte-base small {
		display: block;
		color: #FFF;
		font-size: 11px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 19.6px */
	}
	.last-bt {
		display: block;
		position: absolute;
		right: 60px;
		top: 0;
	}
	.last-bt a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-direction: column;
		width: 60px;
		height: 100px;
		color: #FFF;
	}
	.last-bt a span {
		display: block;
		padding-left: 0px;
		text-indent: -9999px;
	}
	.last-bt a span::before {
		position: absolute;
		left: 0;
		top: 0px;
		bottom: 0;
		right: 0;
		content: "";
		margin: auto;
		background:url("../images/hmail-b.png") center center no-repeat;
		background-size: 100% auto;
		width: 26px;
		height: 26px;
	}
	.last-bt a span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #FFF;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}

	.h-buy-btn {
		display: block;
		position: absolute;
		right: 0px;
		top: 0;
	}
	.h-buy-btn a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-direction: column;
		width: 60px;
		height: 100px;
		color: #FFF;
	}
	.h-buy-btn a span {
		display: block;
		text-indent: -9999px;
	}
	.h-buy-btn a span::before {
		position: absolute;
		left: 0;
		top: 0px;
		bottom: 0;
		right: 0;
		content: "";
		margin: auto;
		background:url("../images/add_shopping_cart.png") center center no-repeat;
		background-size: 100% auto;
		width: 26px;
		height: 26px;
	}
	.h-buy-btn a span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #FFF;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}
}




.pull01 {
	position: relative;
}
.subnav {
	position: absolute;
	left: -17px;
	top: 64px;
	width: 140px;
	background: #E4EEFB;
	box-sizing: border-box;
	padding: 0 0;
	overflow: hidden;
	height: 0px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
}
.subnav li {
	font-size: 15px;
	padding: 5px 0;
}
.subnav li a {
	display: block;
	text-align: center;
	padding: 6px 10px;
}
@media all and (min-width: 769px) {
	.subnav li a:hover {
		background: #FFF;
	}
}
.pull01:hover .subnav {
	padding: 8px 20px;
	height: auto !important;
}
#gHeader .rBox {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	right: 0;
	top: 0;
    }
#gHeader.subs .rBox,
#gHeader.hfix .rBox{
}
#gHeader .rBox .ref {
	display: flex;
}
.hd-right {
	top: 0;
	z-index: 5;
	display: flex;
}
.hd-right .recruits {
	display: block;
}
.hd-right .recruits a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items:center; 
	width: 200px;
	height: 125px;
	color: #fff;
	background: #16643a;
	font-family: "Lexend", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.8px;
}
.hd-right .recruits a span {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 40px;
}
.hd-right .recruits a span::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	content: "";
	background: url("../images/icon_mail.png") top center no-repeat;
	width: 31px;
	height: 23px;
}
@media all and (min-width: 769px) {
	.hd-right .recruits a:hover {
		background: #04c95f;
		color: #FFF;
	}
}
.hd-right .contacts a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items:center; 
	width: 200px;
	height: 125px;
	color: #fff;
	background: #04c95f;
	font-family: "Lexend", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.8px;
}
.hd-right .contacts a span {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 38px;
}
.hd-right .contacts a span::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	content: "";
	background:url("../images/icon_tel.png") top center no-repeat;
	width: 22px;
	height: 28px;
}
@media all and (min-width: 769px) {
	.hd-right .contacts a:hover {
		background: #16643a;
		color: #FFF;
	}
}
@media all and (min-width: 769px) and (max-width: 1350px) {
	.hd-right .recruits a { 
		width: 140px;
		height: 125px;
		font-size: 18px;
	}
	.hd-right .contacts a {
		width: 140px;
		height: 125px;
		font-size: 14px;
	}
}
#gHeader.subs .hd-right .recruits a,
#gHeader.subs .hd-right .contacts a,
#gHeader.hfix .hd-right .recruits a,
#gHeader.hfix .hd-right .contacts a{
	width: 140px;
    height: 110px;
    font-size: 14px;
}

.hr-tels {
	display: block;
	padding-top: 20px;
	margin-right: 30px;
}
.subs .hr-tels,
.hfix .hr-tels{
	display: block;
	padding-top: 0px;
	margin-right: 30px;
}
.hr-tels .inn {
	display: block;
}
.hr-tels .inn .nuf {
	display: block;
	color: #464646;
	text-align:left;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 2.6px;
	position: relative;
	padding-left: 27px;
	margin-left: 4px;
}
.hr-tels .inn .nuf::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	background: url("../images/call.png") center center no-repeat;
	width: 20px;
	height: 20px;
}
.hr-tels .inn span {
	display: block;
	padding-top: 3px;
	color: #464646;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.4px;
}
.hr-tels .inn span {
	display: block;
	text-align: center;
	letter-spacing: 1.5px;
	color: #000000;
	font-weight: 500;
	margin-top: -4px;
}




@media all and (min-width: 769px) {
	.hd-right .contacts a:hover {
		background: #FFC939;
	}
}



@media all and (min-width: 769px) {
	.hamburger {
		display: none;
	}
}
#gHeader.hdfix .hamburger,
#gHeader.subpage .hamburger{
}

/* line open */
.hamburger__line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 38px;
	height: 3px;
	background-color: #12183A;
	transition: all .1s ease-out;
}
.hamburger__line--1 {
	top: 20px;
	width: 25px;
	left: 39%;
}
.hamburger__line--3 {
	top: 34px;
}
/* line close */
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 25px;
	left: 16%;
	width: 38px;
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 25px;
	left: 16%;
}
.nav-open .hBox,
.nav-open .sub-mv-box,
.nav-open .branch,
.nav-open #main,
.nav-open .mainVisual{
	opacity: 0;
}
/* back__bg */
.back__bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background:#F9FAFD;
	opacity: 0;
	visibility: hidden;
	transition: all .1s;
	cursor: pointer;
	display: none;
}
/* 表示された時用のCSS */
.nav-open .global__nav {
  right: 0;
}
.nav-open .back__bg {
	background:rgba(0,0,0,0.9);
	opacity: 1;
	visibility: visible;
	display: block;
}
.global__nav {
	display: none;
}
.nav-open .global__nav {
	display:block;
}

/* ハンバーガーメニュー内 */
.hlogo-open {
	position: absolute;
	left: 2%;
	top: 15px;
}
.bbt-mos {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 160px;
	line-height: 150px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #1C72D4;
	opacity: 0.1;
}
nav.global__nav {
	position: fixed;
	right: -100%;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	transition: all .1s ease-out;
	z-index: 200;
	padding: 8.8% 7.8% 2% 7.8%;
	overflow: hidden;
}
.flx-wrap-open {
	display: block;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 20;
}
nav.gnav ul.nav__right--menu {
  display: block;
}
.nav__right--inner {
	display:flex;
	justify-content: space-between;
}
.nav__right--inner ul {
	display: block;
}
.nav__right--inner li {
	display: block;
	margin-bottom: 24px;
	padding: 0px !important;
}
.nav__right--inner li a {
	letter-spacing: 0px;
	color: #fff;
	opacity: 1;
	font-family: "Shippori Mincho", serif;
}
.nav__right--inner li.active > a{
	color: #12183A !important; 
	background: #FFF;
}
.open-add {
	display: flex;
	align-items: center;
	padding-top: 40px;
}
.open-add div {
	margin-right: 30px;
}
.open-add div.btn a span {
	display: inline-block;
	position: relative;
}
.open-add div.btn a span::after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 29px;
	height: 29px;
}
.open-add div.btn.ct a span::after {
	width: 24px;
	height: 21px;
	right: -6px;
}
.opentel {
	font-size: 28px;
	line-height: 2.4;
	font-weight: 500;
	letter-spacing: 1.4px;
	color: #43B23A !important;
	opacity: 1;
	font-family: "Fredoka", serif;
}
.opentel small {
	font-size: 18px;
}

@media all and (min-width:769px) {.menuBox {display: none !important;}}
@media all and (max-width: 1100px) {
	.open-add {
		flex-wrap: wrap;
	}
	.opentel {
		flex-basis: 100%;
		padding-top: 20px;
		font-size: 28px;
		line-height: 2.4;
		font-weight: 500;
		letter-spacing: 1.4px;
		color: #1C72D4;
		opacity: 1;
	}
	.opentel small {
		font-size: 18px;
	}
}

@media all and (max-width: 769px) {
    #topcontrol{width: 70px;}
	#gHeader {
        position: static;
        padding:0% 1%;
		
    }
	#gHeader h1 {
        }
	#gHeader h1 {
		position: absolute;
		left: 7px !important;
		top: 0px !important;
		z-index: 5;
		}
	#gHeader h1 a {
		color: #001855 !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 900;
		line-height: 1px; /* 85.714% */
		letter-spacing: 2.2px;
	}
	#gHeader .hBox {
		max-width: inherit;
		display: block;
        }
	#gHeader .rBox {
		width: auto;
		display: block;
		text-align: center;
        }
	#gNavi {
		display: none;
        }
	.menu {
		width: 48px;
		height: 48px;
		position:fixed;
		right: 10px;
		top: 5px;
		cursor: pointer;
		z-index: 103;
		background-color: #18ac38;
        }
	.menu span {
		margin-left: -10px;
		width: 50%;
		height: 2px;
		position: absolute;
		left: 46%;
		top: 16px;
		background: #fff;
		transition: 0.3s;
        }
	.menu span:nth-child(2) {
		top: 23px;
        }
	.menu span:nth-child(3) {
		top: 30px;
        }
    .menu.on span{top: 18px;}
	.menu.on span:nth-child(1) {transform: translateY(5px) translateX(0) rotate(45deg);}
	.menu.on span:nth-child(2) {opacity: 0;}
	.menu.on span:nth-child(3) {transform: translateY(-6px) translateX(0) rotate(-45deg);top: 29px;}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0.95);
		overflow: auto;
		z-index: 100;
		display: none;
    	}
	.menuWrap {
		padding: 74px 20px;
        }
	.menuWrap .naviList {
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
        }
	.menuWrap .naviList > li {
		border-top: 1px solid #ddd;
        }
	.menuWrap .naviList > li > a {
		padding: 15px 35px 15px 0;
		font-size: 1.6rem;
		display: block;
		position: relative;
        }
    .menuWrap .naviList > li.active > a{
        color: #18ac38;
    }
	.menuWrap .naviList > li.toggle > a {
		position: relative;
    	}
	.menuWrap .naviList > li.toggle > a::before {
		width: 15px;
		height: 1px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		background: #000;
		content: '';
        }
	.menuWrap .naviList > li.toggle > a::after {
		width: 1px;
		height: 15px;
		position: absolute;
		right: 17px;
		top: 50%;
		transform: translateY(-50%);
		background: #000;
		content: '';
        }
	.menuWrap .naviList > li.toggle > a.on::after {
		display: none;
        }
	.menuWrap .subBox li a {
		padding: 10px;
		display: block;
		font-size: 1.4rem;
        }
	.menuWrap li .subBox {
		padding-bottom: 15px;
		display: none;
        }
	.menuWrap li.navi02 .subBox a {
		padding-left: 40px;
		position: relative;
        }
	.menuWrap li.navi02 .subBox .icon {
		width: 20px;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
        }
    .menuWrap .menutelBox{
        font-size: 1.6rem;
        text-align: center;
        padding: 15px 0;
        }
    .menuWrap .menutelBox span{font-size: 2.4rem;}
    .menuWrap .menuBtnBox {
		text-align: center;
        }
    .menuWrap .menuBtnBox a{
        display: block;
        width: 100%;
        background: #18ac38;
        color: #fff;
        padding: 15px 0;
        box-sizing: border-box;
        border-radius: 100px;
        font-size: 1.5rem;
        border: 2px solid #18ac38;
        }
    .menuWrap .menuBtnBox a span{
        background: url("../images/common/hd_icon_mail.png")no-repeat left center;
        padding-left: 30px;
        }
}

@media all and (max-width: 768px) {
	#gHeader {
		position: fixed;
		z-index: 300;
		height: 55px !important;
		background: rgba(0,0,0,0.7);
		opacity: 1;
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px);
	}
	.hlogo,
	.hlogo-open{
		position: absolute;
		left: 11px;
		top: 10px !important;
		z-index: 30;
		display:block !important;
		width: 190px;
	}
	.hlogo-open{
		top: 13px;
	}
	.logos-h {
		color: #001855 !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 900;
		line-height: 1px; /* 85.714% */
		letter-spacing: 2.2px;
	}
	.logos-h span {
		display: block;
		font-size: 12px;
		margin-right: 0px;
	}
	.logos-h span {
		color: #464646 !important;
		font-family: "Zen Kaku Gothic New" !important;
		font-size: 22px;
		font-style: normal;
		font-weight: 900;
		line-height: 20px; /* 85.714% */
		letter-spacing: 2.2px;
	}
	.logos-h small {
		display: block;
		color: #464646;
		font-family: "Zen Kaku Gothic New";
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.8px;
		margin-bottom: 3px;
	}
	#gHeader .hamburger,
	#gHeader.hdfix .hamburger{
		display: block !important;
		width: 55px !important;
		height:55px !important;
		box-sizing: border-box;
		cursor: pointer;
		position:fixed;
		background: #fff;
		right: 0;
		top: 0;
		z-index: 300;
	}
	.bbt-mos {
		position: absolute;
		left: 5px;
		bottom: 5px;
		font-size: 40px;
		line-height: 50px;
		font-weight: 600;
		letter-spacing: 0px;
		color: #1C72D4;
		opacity: 0.1;
	}
	nav.global__nav {
		overflow: auto;
		font-family: ‘YuGothic’,’Yu Gothic’,’Hiragino Kaku Gothic ProN’,’ヒラギノ角ゴ ProN W3′,’メイリオ’, ‘Meiryo’,’ＭＳ ゴシック’,sans-serif !important; 
		line-height: 1.5 !important;
	}
	.flx-wrap-open {
		margin-left: 4%;
		margin-right: 4%;
		padding-top: 40px;
	}
	.nav__right--inner {
		display: block;
	}
	.nav__right--inner ul {
		display: block;
	}
	.nav__right--inner li {
		display: block;
		margin-bottom: 0px;
		line-height: 1.5;
		padding: 0px !important;
	}
	.nav__right--inner li a {
		display: block;
		padding: 14px;
		letter-spacing: 0px;
		line-height: 1.5;
		color: #fff;
		font-weight: 500;
		opacity: 1;
		border-bottom: #fff dotted 1px; 
	}
	.nav__right--inner li a.active {
		color: #c82b16 !important; 
	}
	.open-add {
		display: block;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.open-add div {
		margin-right: auto;
		margin-left: auto;
		max-width: 250px;
		margin-bottom: 14px;
	}
	.open-add .btn {
		display: block;
		max-width: 400px;
	}
	.open-add .btn a {
		width: 100%;
		height: 80px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		position: relative;
		color: #fff ;
		font-size: 17px;
		font-weight: 500;
		border-radius: 5px;
		border: 2px solid #fff ;
		font-family: "Shippori Mincho", serif;
	}
	.hte-base-sp {
		display: block;
		text-align: center;
		font-family: "Shippori Mincho", serif;
		padding-top: 24px;
	}
	.hte-base-sp b {
		display: block;
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 25.2px */
		letter-spacing: 2.7px;
		margin-bottom: 4px;
	}
	.hte-base-sp small {
		display: block;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 19.6px */
	}

	.last-bt-sp {
		display: block;
		text-align: center;
		font-family: "Shippori Mincho", serif;
		padding-top: 24px;
	}
	.last-bt-sp a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		width: 200px;
		padding-top: 14px;
		padding-bottom: 14px;
		color: #FFF;
	}
	.last-bt-sp a span {
		display: block;
		position: relative;
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.8px;
		padding-left: 35px;
	}
	.last-bt-sp a span::before {
		position: absolute;
		left: 0;
		top: 0px;
		bottom: 0;
		content: "";
		margin: auto;
		background:url("../images/hmail-b.png") center center no-repeat;
		background-size: 100% auto;
		width: 26px;
		height: 26px;
	}
	.last-bt-sp a span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #FFF;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}

	.h-buy-btn-sp {
		display: block;
		text-align: center;
		font-family: "Shippori Mincho", serif;
	}
	.h-buy-btn-sp a {
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		width: 200px;
		padding-top: 14px;
		padding-bottom: 14px;
		color: #FFF;
	}
	.h-buy-btn-sp a span {
		display: block;
		position: relative;
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.8px;
		padding-left: 35px;
	}
	.h-buy-btn-sp a span::before {
		position: absolute;
		left: 0;
		top: 0px;
		bottom: 0;
		content: "";
		margin: auto;
		background:url("../images/add_shopping_cart.png") center center no-repeat;
		background-size: 100% auto;
		width: 26px;
		height: 26px;
	}
	.h-buy-btn-sp a span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		width: 100%;
		height: 1px;
		background: #FFF;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/



#gFooter {
    box-sizing: border-box;
	background:url("../images/foot-bg.png") top center no-repeat #12183A;
	background-size: cover;
	padding: 200px 0;
	position: relative;
    }
#gFooter::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 55%;
	background: url("../images/fdeco.png") bottom center no-repeat;
	background-size: 100% auto;
}
#gFooter .fix-1520 {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.f-left {
	display: block;
}
.foot-tops {
	display: block;
	position: relative;
}
.foot-tops .fix-1200 {
	position: relative;
	z-index: 5;
}
.foot-logo {
	display: block;
}
.foot-logo .logos {
	display: block;
}
.foot-logo .logos img {
	display: inline-block;
	max-width: 100%;
}
.fadd-base .adds {
	font-size: 14px;
	line-height: 2.2;
	color: #FFF;
	margin-top: 30px;
}


.foot-bottom {
	display: block;
	position: relative;
}
.foot-bottom .fix-1200 {
	position: relative;
	z-index: 5;
}



#gFooter .fNavi{
    }
#gFooter .fNavi div {
	display: block;
}
#gFooter .fNavi ul {
	display:flex;
	flex-wrap: wrap;
}
#gFooter .fNavi .flexB:nth-child(2){margin-top: 10px;}
#gFooter .fNavi li{
	display: block;
	margin: 0 35px 0 0;
}
#gFooter .fNavi li a{
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.8px;
    }
#gFooter .fNavi li img {
	width: 24px;
}
@media all and (min-width: 769px) {
	#gFooter .fNavi li a:hover{
		opacity: 0.6
	}
}


#gFooter address {
	display: block;
	padding: 125px 35px 0 0;
	text-align:right;
    color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.7px;
    }

@media all and (min-width: 769px) and (max-width: 1200px) {
	#gFooter .fNavi li{
		display: block;
		margin: 0 15px 0 0;
	}
	#gFooter .fNavi li a{
		color: #fff;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.8px;
    }
}
@media all and (min-width: 769px) and (max-width: 950px) {
	#gFooter .fix-1520 {
		display: block;
	}
	.f-left {
		display: block;
		margin-bottom: 45px;
	}
}


@media all and (max-width: 768px) {
	#gFooter {
		padding: 60px 0;
		position: relative;
		}
	#gFooter .fix-1520 {
		display: block;
	}
	.f-left {
		display: block;
	}
	.foot-tops {
		display: block;
		position: relative;
		text-align: center;
	}
	.foot-tops .fix-1200 {
		position: relative;
		z-index: 5;
	}
	.foot-logo {
		display: block;
	}
	.foot-logo .logos {
		display: block;
	}
	.foot-logo .logos img {
		display: inline-block;
		max-width: 230px;
	}
	.fadd-base .adds {
		font-size: 14px;
		line-height: 2.2;
		color: #FFF;
		margin-top: 30px;
	}


	.foot-bottom {
		display: block;
		position: relative;
	}
	.foot-bottom .fix-1200 {
		position: relative;
		z-index: 5;
	}



	#gFooter .fNavi{
		}
	#gFooter .fNavi div {
		display: block;
	}
	#gFooter .fNavi ul {
		display:flex;
		flex-wrap: wrap;
	}
	.none-ff {
		display: none !important;
	}
	#gFooter address {
		display: block;
		padding: 50px 0px 0 0;
		text-align:center;
		color: #fff;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.7px;
		}
	}

.posit-links {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
@media all and (max-width: 768px) {
	.posit-links {
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}
}
@media all and (min-width: 769px) {
	.pc_none {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	.sp_none {
		display: none !important;
	}
}



#pagetop_btn_f {
  position: static;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #pagetop_btn_f {
    margin-top: 0px;
	  text-align: center;
  }
	#pagetop_btn_f img {
		display: none !important;
	}
  #pagetop_btn_f a {
    display:block;
    padding: 14px 20px;
	  background: #c82b16;
	  font-weight: bold;
	  font-size: 1.2rem;
	  line-height: 1;
	  color: #FFF;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #pagetop_btn_f {
    position: fixed;
    z-index: 20;
    right: 3%;
    bottom: -100%;
    transition: all 0.5s ease;
  }
  #pagetop_btn_f.visible {
    bottom: 60px;
  }
	
	
}
/* ========== end △ */
#pagetop_btn_f a {
  display: block;
}

@media all and (min-width:769px) {
	.js-fixed-elm.is-fixed {
	  position: fixed;
		top: 0px;
	}
}
