@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');


* {
  margin: 0;
  padding: 0;
	outline: none;
}

html{
  overflow-y: scroll;
	overflow-x: hidden;
}

body{
	margin:0;
	padding:0;
  height: 100%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.6;
	color: #333;
  position: relative;
	counter-reset: number 0;
}

ol,ul {list-style: none;}
ol {counter-reset: number;}

img {
	width: 100%;
	vertical-align: top;
}

@media screen and (max-width: 1366px) {
	body,#logo {font-size: 1.171vw;}
}

@media screen and (max-width: 897px) {
	body,#logo {font-size: 1.784vw;}
}

@media screen and (max-width: 480px) {
	body,#logo {font-size: 3.467vw;}
}





/* a
-----------------------------------------------------------------------------------*/
a {
	transition: all 0.3s ease;
	color: #777;
}
header a,
footer a,
#list-area a {text-decoration: none;}
.a_black a {color: #333;}
.a_lightgray a {color: #e6e6e6;}

a:hover,
.a_black a:hover,
.a_lightgray a:hover {
	color: #ff5656;
}

a.link-blank {
	padding-right: 1.5em;
	position: relative;
}
a.link-blank::before,
a.link-blank::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1em;
	height: 1em;
	transition: all 0.3s ease;
}
a.link-blank::before {
	background-color: #239c2e;
	border-radius: 3px;
}
a.link-blank::after {
	background: url("../img/icon-arrow.svg") center/contain no-repeat;
}
a.link-blank:hover::before {background-color: #ff5656;}






/* btn
-----------------------------------------------------------------------------------*/
.btn-more,
.btn-link,
.btn-pdf,
.btn-back,
.btn-blank {
	width: 100%;
	max-width: 350px;
	box-sizing: border-box;
	border: solid #ff5656 1px;
	border-radius: 2em;
	line-height: 1;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}
.btn-more a,
.btn-link a,
.btn-pdf a,
.btn-back a,
.btn-blank a {
	display: block;
	padding: 1em 3.5em 1em 1.5em;
	box-sizing: border-box;
	background-color: #fff;
	text-decoration: none;
	color: #ff5656;
}
.btn-more::before,.btn-more::after,.btn-more a::after,
.btn-link::before,.btn-link::after,.btn-link a::after,
.btn-pdf::before,.btn-pdf::after,.btn-pdf a::after,
.btn-back::before,.btn-back::after,.btn-back a::after,
.btn-blank::before,.btn-blank::after,.btn-blank a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease;
	z-index: 2;
}
.btn-more::before,
.btn-link::before,
.btn-back::before,
.btn-blank::before {
	width: 0.6em;
	height: 0.6em;
	border-top: solid #fff 2px;
	border-right: solid #fff 2px;
}
.btn-more::after,
.btn-link::after,
.btn-back::after,
.btn-blank::after {
	right: 1.1em;
	width: 1em;
	height: 2px;
	background-color: #fff;
}
.btn-more a::after,
.btn-link a::after,
.btn-pdf a::after,
.btn-back a::after,
.btn-blank a::after {
	right: 0.5em;
	width: 2.3em;
	height: 2.3em;
	border-radius: 50%;
	background-color: #ff5656;
	z-index: 1;
}
.btn-more:hover,.btn-more:hover::after,
.btn-pdf:hover,.btn-pdf:hover::after,
.btn-back:hover,.btn-back:hover::after,
.btn-blank:hover,.btn-blank:hover::after {background-color: #ff5656;}
.btn-more:hover::before,
.btn-back:hover::before,
.btn-blank:hover::before {border-color: #ff5656;}
.btn-more a:hover::after,
.btn-link a:hover::after,
.btn-pdf a:hover::after,
.btn-back a:hover::after,
.btn-blank a:hover::after {background-color: #fff;}
.btn-more a:hover,
.btn-link a:hover,
.btn-pdf a:hover,
.btn-back a:hover,
.btn-blank a:hover {
	background-color: transparent;
	color: #fff;
}
/* more */
.btn-more {
	max-width: 160px;
	font-family: "Questrial", serif;
	font-size: 0.8125em;
}
.btn-more::before {
	right: 1.1em;
	transform: rotate(45deg);
}
.btn-more a {background-color: transparent;}
/* link */
.btn-link {border-color: #239c2e;}
.btn-link a {color: #239c2e;}
.btn-link a::after,
.btn-link:hover,
.btn-link:hover::after {background-color: #239c2e;}
.btn-link::before {
	right: 1.1em;
	transform: rotate(45deg);
}
.btn-link:hover::before {border-color: #239c2e;}
/* back */
.btn-back {border-color: #666;}
.btn-back a {
	padding: 1em 1.5em 1em 3.5em;
	text-align: right;
	color: #666;
}
.btn-back a::after,
.btn-back:hover,
.btn-back:hover::after {
	background-color: #999;
}
.btn-back::after {
	left: 1.1em;
	right: auto;
}
.btn-back::before {
	left: 1.1em;
	right: auto;
	transform: rotate(225deg);
}
.btn-back:hover,
.btn-back:hover::before {border-color: #999;}
.btn-back a::after {
	left: 0.5em;
	right: auto;
	background-color: #666;
}
/* blank */
.btn-blank::before {right: 1.2em;}
.btn-blank::after {transform: rotate(-45deg);}
/* pdf */
.btn-pdf {
	margin-left: calc(100% - 350px);
}
.btn-pdf::before {
	right: 0.9em;
	width: 1.5em;
	height: 1.5em;
	background: url("../img/icon-pdf.svg") center/cover no-repeat;
}
.btn-pdf:hover::before {
	background-image: url("../img/icon-pdf-red.svg");
}

@media screen and (max-width: 897px) {
	.btn-more {max-width: 230px;}
	.btn-link,
	.btn-back,
	.btn-blank {max-width: inherit;}
	.btn-pdf {
		margin-left: 0;
		max-width: inherit;
	}
}






/* section
-----------------------------------------------------------------------------------*/
section {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}

@media screen and (max-width: 1600px) {
	section {
		margin: 0 25px;
		width: calc(100% - 50px);
	}
}






/* header
-----------------------------------------------------------------------------------*/
header {
	margin: 0 auto;
	width: 100%;
	height: 5em;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 100;
	transition: all 0.3s ease;
}
#logo {
	position: absolute;
	inset: 0 auto 0 2.0625em;
	margin: auto;
	width: 100%;
	height: 3.125em;
	max-width: 17.1875em;
	background: url("../img/logo.png") top left/cover no-repeat;
	font-size: 16px;
	overflow: hidden;
	z-index: 1;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 897px) {
	header {
		height: 3.25em;
	}
	#logo {
		inset: 0 auto 0 0.9375em;
		height: 1.375em;
		max-width: 7.75em;
	}
}





/* headmenu
-----------------------------------------------------------------------------------*/
header .globalnav-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.globalnav {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	grid-column-gap: 1.5em;
	position: relative;
}
/* お問い合わせbtn */
.h-contact {
	width: 100%;
	max-width: 12.5em;
	height: 5em;
	font-weight: 600;
	overflow: hidden;
}
.h-contact a {
	padding-left: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: url("../img/icon-mail.svg") #ff5656 left 1.4em center/1.9em auto no-repeat;
	box-sizing: border-box;
	color: #fff;
	transition: all 0.5s ease;
	position: relative;
}
.h-contact a:hover {
	background-color: #00afcc;
}
/* btn */
.dropdown-btn,.nav-btn {
	border-bottom: solid transparent 7px;
	transition: all 0.5s ease;
}
.dropdown-btn:hover,.nav-btn:hover {
	border-bottom: solid #ff5656 7px;
}
.dropdown-btn > a,.nav-btn > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% + 7px);
	box-sizing: border-box;
	font-weight: 600;
	color: #333;
}
.nav-btn.sp {display: none;}
.dropdown,
.dropdown.open {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin: auto;
	width: 90%;
	max-width: 1220px;
	background-color: #f1f1f1;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.dropdown {display: none;}
.dropdown .dropdown-box {
	display: flex;
	justify-content: space-between;
}
/* 取扱商品btn - dropdown */
.dropdown ul:is(.no1,.no2,.no3) {
	padding: 20px 10px;
	width: calc(100% /3);
	box-sizing: border-box;
}
.dropdown ul.no2 {background-color: #e4e4e4;}
.dropdown li:not(.title) {
	margin: 0 10px;
	line-height: 1.3;
}
.dropdown li:not(:last-child) {margin-bottom: 5px;}
.dropdown li span {font-size: 0.8em;}
.dropdown li.title {
	margin-bottom: 20px;
	padding-left: 10px;
	height: 2.5em;
	border-bottom: solid #ff5656 2px;
	box-sizing: border-box;
	font-size: 1.25em;
}
/* 子ナビ */
.dropdown ul a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 3px 3em 3px 1em;
	width: 100%;
	height: 100%;
	min-height: 3.5em;
	background-color: #fff;
	box-sizing: border-box;
	color: #333;
	position: relative;
}
.dropdown ul:is(.no1,.no2,.no3) a {
	padding-left: 4.5em;
	background: #fff top left/3.5em no-repeat;
}
.dropdown ul a:hover {
	background-color: #ff5656;
	color: #fff;
}
.dropdown ul a::before,
.dropdown ul a::after {
	content: '';
	position: absolute;
	inset: 0 auto;
	margin: auto;
	transition: all 0.3s ease;
}
.dropdown ul a::before {
	right: 1.5em;
	width: 1em;
	height: 2px;
	background-color: #ff5656;
}
.dropdown ul a::after {
	right: 1.5em;
	width: 0.55em;
	height: 0.55em;
	border-top: solid #ff5656 2px;
	border-right: solid #ff5656 2px;
	transform: rotate(45deg);
}
.dropdown ul a:hover::before {background-color: #fff;}
.dropdown ul a:hover::after {border-color: #fff;}
.dropdown ul a:hover::before,
.dropdown ul a:hover::after {right: 1em;}
/* 取扱商品btn - bgimage */
.dropdown ul.no1 li.no1 a {background-image: url("../img/headmenu/bg-menu-no1-no1.jpg");}
.dropdown ul.no1 li.no2 a {background-image: url("../img/headmenu/bg-menu-no1-no2.jpg");}
.dropdown ul.no2 li.no1 a {background-image: url("../img/headmenu/bg-menu-no2-no1.jpg");}
.dropdown ul.no2 li.no2 a {background-image: url("../img/headmenu/bg-menu-no2-no2.jpg");}
.dropdown ul.no2 li.no3 a {background-image: url("../img/headmenu/bg-menu-no2-no3.jpg");}
.dropdown ul.no2 li.no4 a {background-image: url("../img/headmenu/bg-menu-no2-no4.jpg");}
.dropdown ul.no2 li.no5 a {background-image: url("../img/headmenu/bg-menu-no2-no5.jpg");}
.dropdown ul.no2 li.no6 a {background-image: url("../img/headmenu/bg-menu-no2-no6.jpg");}
.dropdown ul.no2 li.no7 a {background-image: url("../img/headmenu/bg-menu-no2-no7.jpg");}
.dropdown ul.no2 li.no8 a {background-image: url("../img/headmenu/bg-menu-no2-no8.jpg");}
.dropdown ul.no3 li.no1 a {background-image: url("../img/headmenu/bg-menu-no3-no1.jpg");}
.dropdown ul.no3 li.no2 a {background-image: url("../img/headmenu/bg-menu-no3-no2.jpg");}
.dropdown ul.no3 li.no3 a {background-image: url("../img/headmenu/bg-menu-no3-no3.jpg");}
.dropdown ul.no3 li.no4 a {background-image: url("../img/headmenu/bg-menu-no3-no4.jpg");}
.dropdown ul.no3 li.no5 a {background-image: url("../img/headmenu/bg-menu-no3-no5.jpg");}
.dropdown ul.no3 li.no6 a {background-image: url("../img/headmenu/bg-menu-no3-no6.jpg");}
/* 通常btn */
.dropdown-btn:nth-of-type(3) .dropdown ul {
	padding: 20px 10px;
	width: 100%;
	box-sizing: border-box;
}
.dropdown-btn:nth-of-type(3) .dropdown ul li {
	width: calc(100% / 4);
}

@media screen and (max-width: 897px) {
  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 0.3125em;
    top: 0;
    padding: 10px;
    cursor: pointer;
    z-index: 10000;
  }
  .nav-button-wrap.active {
    top: 1em;
  }
  .globalnav,
  .globalnav .close {display: none;}
	.globalnav-wrap.open {
		top: -7px;
		left: -0.3125em;
		padding: 80px 20px 30px;
		width: calc(100% + 0.625em);
		height: 100vh;
		box-sizing: border-box;
		background-color: #e8e5e2;
		overflow-y: auto;
	}
	.globalnav-wrap.open .globalnav {
		display: block;
		top: 0;
		left: 0;
		background-color: #fff;
		border-radius: 11px;
	}
	.h-contact,.h-contact a {
		max-width: inherit;
		border-radius: 0 0 11px 11px;
	}
	.h-contact a {
		padding-left: 0;
		background-image: none;
	}
	.h-contact a::before {
		content: url("../img/icon-mail.svg");
		margin-right: 1em;
		width: 1.9em;
		line-height: 0.9;
	}
	.dropdown-btn,.nav-btn {
		margin: 0 15px;
		width: calc(100% - 30px);
		line-height: 4;
		border-bottom: solid #e6e6e6 2px;
		position: relative;
	}
	.nav-btn:hover {border-bottom: solid #e6e6e6 2px;}
	.nav-btn:nth-of-type(4) {border-bottom: none;}
	.nav-btn.sp {display: block;}
	.dropdown-btn.open,
	.dropdown-btn.open > a,
	.dropdown-btn > a,
	.nav-btn > a {
		justify-content: flex-start;
	}
	.dropdown-btn.open > a:hover,
	.dropdown-btn > a:hover,
	.nav-btn > a:hover {
		color: #ff5656;
	}
	.dropdown-btn.open > a {color: #ff5656;}
	.dropdown-btn::after {
		content: '';
		position: absolute;
		top: 1.55em;
		right: 1.4em;
		width: 0.5em;
		height: 0.5em;
		border-bottom: solid #666 2px;
		border-right: solid #666 2px;
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}
	.dropdown-btn.open::after {
		transform: rotate(-135deg);
		border-color: #ff5656;
	}
	.dropdown-btn:hover {border-bottom: solid #e6e6e6 2px;}
	.dropdown-btn.open::after {border-color: #ff5656;}
	.dropdown-btn::before {
		content: "";
		position: absolute;
		inset: 0 0 auto auto;
		width: 100%;
		height: 4em;
		z-index: 10000;
	}
	.dropdown-btn:nth-of-type(3) .dropdown ul {
		padding: 0;
	}
	.dropdown-btn:nth-of-type(3) .dropdown ul li {
		width: 100%;
	}
	.dropdown {
		position: inherit;
		top: inherit;
		margin-bottom: 10px;
		width: 100%;
		border-top: none;
		box-shadow: none;
	}
	.dropdown ul:is(.no1,.no2,.no3) {
		padding: 0 10px 10px;
		width: 100%;
	}
	.dropdown ul:is(.no2,.no3) {border-top: solid #fff 5px;}
	.dropdown ul:is(.no1,.no2,.no3) li:not(.title) {position: relative;}
	.dropdown ul:is(.no1,.no2,.no3) li:not(.title)::before {
		content: '';
		position: absolute;
		inset: 0 auto 0 1.5em;
		margin: auto;
		width: 5px;
		height: 1px;
		background-color: #666;
	}
	.dropdown li:not(:last-child),
	.dropdown li:not(.title) {margin: 0;}
	.dropdown li.title {
		padding: 0 0.5em;
		height: 3em;
		border-bottom: none;
		font-size: 1em;
		color: #ff5656;
	}
	.dropdown ul.no2,
	.dropdown ul a,
	.dropdown ul a:hover {
		background-color: transparent;
	}
	.dropdown ul a::before {
		width: 0.5em;
		background-color: #b3b3b3;
	}
	.dropdown ul a::after {
		width: 0.3em;
		height: 0.3em;
		border-color: #b3b3b3;
	}
	.dropdown ul:is(.no1,.no2,.no3) a::before,
	.dropdown ul:is(.no1,.no2,.no3) a::after {
		right: 0.7em;
	}
	.dropdown ul a:hover {color: #ff5656;}
	.dropdown ul:is(.no1,.no2,.no3) a:hover::before,
	.dropdown ul:is(.no1,.no2,.no3) a:hover::after {
		right: 0;
	}
	.dropdown ul a:hover::before {background-color: #ff5656;}
	.dropdown ul a:hover::after {border-color: #ff5656;}
	.dropdown ul:is(.no1,.no2,.no3) a {
		padding-left: 6.5em;
		background: transparent center left 3em/2.5em no-repeat;
	}
	.dropdown .dropdown-box {
		display: block;
		background-color: #f7f6f5;
	}
	/* btn */
	.nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }
  .nav-button {
    width: 40px;
    height: 1.6em;
    position: relative;
    z-index: 20;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
		background-color: #ff5656;
    border-radius: 4px;
    z-index: 10001;
		text-align: center;
		line-height: 4px;
		font-size: 1em;
		color: #ff5656;
  }
  .nav-button span:nth-of-type(1) {top: 0;}
  .nav-button span:nth-of-type(2) {top: 50%; width: 80%;}
  .nav-button span:nth-of-type(3) {top: 100%; width: 60%;}
  .active .nav-button span:nth-of-type(1) {transform: translateY(0) rotate(-35deg);}
  .active .nav-button span:nth-of-type(2) {
		top: 100%;
		width: 100%;
		background-color: transparent;
	}
  .active .nav-button span:nth-of-type(2)::before {
		content: 'close';
		font-family: "Questrial", serif;
	}
  .active .nav-button span:nth-of-type(3) {
		top: 0;
		width: 100%;
		transform: translateY(0) rotate(35deg);
	}
}





/* pagetop
-----------------------------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: solid #ff5656 2px;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 101;
}
.pagetop::before,
.pagetop::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s ease;
}
.pagetop::before {
	width: 12px;
	height: 12px;
	border-top: solid #ff5656 2px;
	border-left: solid #ff5656 2px;
	transform: rotate(45deg);
	bottom: 20%;
}
.pagetop::after {
	width: 2px;
	height: 22px;
	background: #ff5656;
	bottom: 0;
}
.pagetop:hover {
	border-width: 3px;
}
.pagetop:hover::before {
	bottom: 25%;
	border-width: 4px;
}
.pagetop:hover::after {
	width: 4px;
	height: 17px;
	bottom: 20%;
}

@media screen and (max-width: 1024px) {
	.pagetop {
		bottom: 4.5em;
		right: 1em;
	}
}

@media screen and (max-width: 897px) {
	.pagetop {
		bottom: 4em;
		right: 10px;
		opacity: 0.6;
	}
}

@media screen and (max-width: 600px) {
	.pagetop {bottom: 1em;}
}





/* footer
------------------------------------------------------------------------*/
footer {
	width: 100%;
	background-color: #333;
	border-top: solid #ff5656 7px;
	color: #e6e6e6;
	white-space: nowrap;
}
footer section {
	max-width: 1760px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* address */
#f-address {
	padding: 5.625em 5em;
	width: 30%;
	background-color: #666;
	box-sizing: border-box;
}
#f-address h6 {
	margin-bottom: 1em;
	width: 100%;
	line-height: 1;
	font-size: 1.5em;
}
#f-address address {
	margin-bottom: 1em;
	width: 100%;
	font-style: normal;
}
#f-address .f-telfax {line-height: 2;}
/* navi */
#f-nav {
	padding: 5.625em 5em;
	width: 70%;
	background-color: #4d4d4d;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	grid-gap: 1em;
}
#f-nav ul li:not(.title) {
	margin: 0 0 0.7em 1.4em;
	line-height: 1.2;
	font-size: 0.875em;
	position: relative;
}
#f-nav ul li::before {
	content: '';
	position: absolute;
	top: 0.55em;
	left: -1.3em;
	width: 5px;
	height: 1px;
	background-color: #e6e6e6;
}
#f-nav ul li.mt {margin-top: 1.5em;}
#f-nav ul li.title {
	margin-bottom: 0.7em;
	line-height: 1.2;
	font-size: 1.125em;
}
#f-nav ul li.title a {border-bottom: solid #e6e6e6 1px;}
#f-nav ul li br {display: none;}
/* copyright */
#copyright {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 0.875em;
	color: #666;
}

@media screen and (max-width: 1500px) {
	#f-nav ul li br {display: block;}
}

@media screen and (max-width: 897px) {
	#f-address {
		padding: 2.1875em 1.875em;
		width: 35%;
	}
	#f-nav {
		padding: 2.1875em 1.875em;
		width: 65%;
		flex-wrap: wrap;
	}
	#f-nav ul:nth-of-type(1) {order: 2;}
	#f-nav ul:nth-of-type(2) {order: 0;}
	#f-nav ul:nth-of-type(3) {order: 1;}
	#f-nav ul:nth-of-type(4) {order: 3;}
}

@media screen and (max-width: 600px) {
	#f-address {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		grid-column-gap: 2em;
	}
	#f-address h6,
	#f-address address {text-align: center;}
	#f-nav {display: none;}
}

@media screen and (max-width: 480px) {
	#f-address {justify-content: space-between;}
	#f-address address {text-align: left;}
}





/* 印刷用
------------------------------------------------------------------------*/
@media print {
	body {min-width: 1000px;}
	header {position: absolute;}
	section {
		margin: 0 25px;
		width: calc(100% - 50px);
	}
	.pagetop,
	.pagetop::before {border-color: transparent;}
	.pagetop::after {background: transparent;}
	#f-address {
		padding: 3em 5em;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		grid-column-gap: 2em;
	}
	#f-address h6,
	#f-address address {text-align: center;}
	#f-address address br:last-child,
	#f-nav {display: none;}
}


