@charset "utf-8";


@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}


/*************************************************

 wrapper

*************************************************/
#wrapper {
	overflow: hidden;
	color: #000;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.66;
	text-align: left;
}
input,textarea,button {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
}
span#ityped{
	opacity: 40%;
	color: #4d4d4d;
	text-shadow: 1px 1px 15px #ffffff;
}

.commonwrap {
	max-width: 1180px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
/* .commonSection {
	padding-left: 210px;
} */

@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 14px;
	}
	.commonSection {
		padding-left: 0;
	}
	.commonwrap {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.commonwrap .breadcrumb{
		margin-left: 0;
		margin-right: 0;
	}
}

.pc{
	display: block;
}
.sp{
	display: none;
}

@media only screen and (max-width:767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
}



/*************************************************

 header

*************************************************/
#header {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 100;
}
@media only screen and (max-width:767px) {
	#header {
		top: 0;
		height: auto;
		width: 100%;
		background-color: #fff;
		transform: translateY(0);
	}
	.mainNavis{
		display: none;
	}
}

/* tableWrap
--------------------------------------*/
#header .tableWrap {
	position: relative;
	display: table;
	height: 100%;
	text-align: center;
}
#header .cellWrap {
	display: table-cell;
	vertical-align: middle;
}


/* headerTop
--------------------------------------*/
#header #headerTop {
	box-sizing: border-box;
	position: relative;
	width: 140px;
	z-index: 90;
}
#header #headerTop .siteLogo {
	margin-bottom: 45px;
	line-height: 0;
}
#header #headerTop .siteLogo a {
	display: block;
}
#header #headerTop .siteLogo img {
	width: 84px;
}
@media only screen and (max-width:767px) {
	#header #headerTop {
		width: 100%;
		background-color: #fff;
	}
	#header #headerTop .tableWrap,
	#header #headerTop .cellWrap {
		display: block;
		height: auto;
	}
	#header #headerTop .siteLogo {
		margin-bottom: 0;
	}
	#header #headerTop .siteLogo a {
		display: table;
		height: 60px;
		padding: 0 12px;
	}
	#header #headerTop .siteLogo span {
		display: table-cell;
		vertical-align: middle;
	}
	#header #headerTop .siteLogo img {
		width: 76px;
	}
}



/*************************************************

 #globalNavi

*************************************************/
#globalNavi {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
	z-index: 80;
}
#globalNavi nav {
	display: block;
    max-width: 1360px;
    width: 100%;
    height: 100%;
    transition-duration: 0.5s;
    position: relative;
    background-color: #000;
    transform: translateX(-20px);
    margin-left: 240px;
    position: relative;
}
#globalNavi nav.on {
	transform: translateX(0);
}
#globalNavi .mainNavis {
	text-align: left;
    width: 100%;
    padding: 0 4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	box-sizing: border-box;
}
#globalNavi .mainNavis a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-decoration: none;
}
#globalNavi .mainNavis a.e-none {
	pointer-events: none;
}
#globalNavi .mainNavis > li + li {
	margin-top: 17px;
}
#globalNavi .mainNavis > li ul {
	margin-bottom: 30px;
}
#globalNavi .mainNavis > li ul li {
	position: relative;
	margin-top: 10px;
	padding-left: 40px;
}
#globalNavi .mainNavis > li ul li:before {
	position: absolute;
	top: 11px;
	left: 15px;
	display: block;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #fff;
}
#globalNavi .sns {
	display: flex;
	margin-top: 50px;
}
#globalNavi .sns li {
	width: 38px;
}
#globalNavi .sns li + li {
	margin-left: 15px;
}

/* tableWrap
--------------------------------------*/
#globalNavi .tableWrap {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
#globalNavi .cellWrap {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
	#globalNavi {
		overflow-y: auto;
		position: fixed;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}
	#globalNavi .tableWrap {
		width: 100%;
	}
	#globalNavi nav {
		display: block;
		transform: translateX(0);
		max-width: none;
		margin-left: 0;
	}
	#globalNavi .mainNavis {
		display: table;
		margin: 0 auto;
		transform: translateY(-45%);
		padding: 0 20px;
	}

	#globalNavi .mainNavis > li + li {
		margin-top: 10px;
	}

	#globalNavi .mainNavis > li ul {
		margin-bottom: 20px;
	}

	#globalNavi .mainNavis a {
		font-size: 15px;
	}

	#globalNavi .sns {
		justify-content:center;
		margin-top: 30px;
	}
	#globalNavi .sns li + li {
		margin-left: 13px;
	}
}


/*************************************************

 naviOverlay

*************************************************/
#naviOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #fff;
	z-index: 70;
	display: none;
}


/*************************************************

 hamburger

*************************************************/
#hamburger {
	width: 44px;
	margin: 0 auto;
	cursor: pointer;
}
#hamburger .bdr {
	position: relative;
	height: 37px;
	margin-bottom: 18px;
}
#hamburger .bdr span,
#hamburger .bdr:before,
#hamburger .bdr:after {
	position: absolute;
	left: 50%;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	transform-origin: 0% 0%;
	transform: translateX(-50%);
	background-color: #000;
}
#hamburger .bdr span {
	top: 50%;
	margin-top: -1px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#hamburger .bdr:before {
	top: 0;
}
#hamburger .bdr:after {
	bottom: 0;
}
.open #hamburger .bdr:before {
	animation: menuAnime01 .4s forwards;
}
.open #hamburger .bdr:after {
	animation: menuAnime02 .4s forwards;
}
.open #hamburger .bdr span {
	opacity: 0;
}
.close #hamburger .bdr:before {
	animation: menuAnime01_close .4s forwards;
}
.close #hamburger .bdr:after {
	animation: menuAnime02_close .4s forwards;
}
#hamburger p {
	position: relative;
	font-size: 13px;
	line-height: 1;
}
#hamburger p span {
	display: block;
}
#hamburger p span:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	background-color: #fff;
	transition-property: opacity;
	transition-duration: 0.3s;
}
.open #hamburger p span:last-child {
	opacity: 1;
}

@media only screen and (max-width:767px) {
	#hamburger {
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		width: 65px;
		padding-top: 10px;
		height: 100%;
	}
	#hamburger .bdr {
		width: 22px;
		height: 16px;
		margin: 0 auto 8px;
	}
}


@keyframes menuAnime01 {
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg) translateX(-50%);
	}
	100% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg) translateX(-50%);
	}
}
@keyframes menuAnime01_close {
	0% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg) translateX(-50%);
	}
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg) translateX(-50%);
	}
	100% {
		top: 0;
		transform: rotate(0deg) translateX(-50%);
	}
}
@keyframes menuAnime02 {
	50% {
		bottom: 50%;
		margin-top: 1px;
		transform: rotate(0deg) translateX(-50%);
	}
	100% {
		bottom: 50%;
		margin-top: 1px;
		transform: rotate(-45deg) translateX(-50%);
	}
}
@keyframes menuAnime02_close {
	0% {
		bottom: 50%;
		margin-top: 1px;
		transform: rotate(-45deg) translateX(-50%);
	}
	50% {
		bottom: 50%;
		margin-top: 1px;
		transform: rotate(0deg) translateX(-50%);
	}
	100% {
		bottom: 0;
		margin-top: 17px;
	}
}



/*************************************************

 container

*************************************************/
@media only screen and (max-width:767px) {
	#container {
		padding-top: 60px;
	}
}



/*************************************************

 footer

*************************************************/
#footer {
	padding: 70px 20px;
}
#footer .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
}
#footer .logo img {
	width: 122px;
}
#footer .sns {
	display: flex;
	line-height: 0;
	margin-bottom: 20px;
}
#footer .sns li {
	width: 34px;
}
#footer .sns li + li {
	margin-left: 20px;
}
#footer .sns li a {
	display: block;
}
#footer .copyright {
	font-size: 17px;
	text-align: right;
	padding-top: 30%;
}
@media only screen and (max-width:767px) {
	#footer {
		padding: 50px 20px;
	}
	#footer .logo img {
		width: 85px;
	}
	#footer .sns {
		margin-bottom: 15px;
	}
	#footer .sns li {
		width: 32px;
	}
	#footer .sns li + li {
		margin-left: 13px;
	}
	#footer .copyright {
		font-size: 14px;
		padding-top: 20px;
		text-align: center;
	}

	#footer .inner {
		display: block;
	}
}



/*************************************************

 common parts

*************************************************/

/* commonContact
--------------------------------------*/
.commonContact {
	margin-top: 90px;
	padding: 100px 0 120px;
	background: url(../images/common/contact_bg.jpg) no-repeat center center / cover;
}
.commonContact .title {
	margin-bottom: 40px;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

.btn{
    width: 100%;
}

.commonContact .btn {
    width: 80%;
	max-width: 630px;
	margin: 0 auto;
	padding: 0 20px;
}
.commonContact .btn a {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 17px 0;
	color: #000;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	border: #000 solid 2px;
	transition-property: color;
	transition-duration: 0.4s;
}
.noT .commonContact .btn a:hover {
	color: #fff;
}
.commonContact .btn a:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	padding: 0 60px;
	background-color: #000;
	transform: translate(-160%, 0) skew(-60deg, 0deg);
	transition: 0.4s;
}
.noT .commonContact .btn a:hover:before {
	transform: translate(-50%, 0) skew(-60deg, 0deg);
}
.commonContact .btn a > span {
	position: relative;
	display: inline-block;
	z-index: 3;
}
.commonContact .btn a .arw {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 30px;
	height: 6px;
	margin-left: 15px;
	transform: translateY(-50%);
}
.commonContact .btn a .arw:before,
.commonContact .btn a .arw:after {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	background-color: #000;
	transition-property: background-color;
	transition-duration: 0.4s;
}
.noT .commonContact .btn a:hover .arw:before,
.noT .commonContact .btn a:hover .arw:after {
	background-color: #fff;
}
.commonContact .btn a .arw:before {
	width: 100%;
	height: 1px;
}
.commonContact .btn a .arw:after {
	bottom: 1px;
	width: 1px;
	height: 100%;
	transform-origin: 100% 100%;
	transform: rotate(-45deg);
}

@media only screen and (max-width:767px) {
	.commonContact {
		margin-top: 50px;
		padding: 90px 0 100px;
		background: url(../images/common/contact_bg_sp.jpg) no-repeat bottom center / cover;
	}
	.commonContact .title {
		margin-bottom: 30px;
		font-size: 26px;
	}
	.commonContact .btn a {
		font-size: 14px;
	}
}


/* commonBtn01
--------------------------------------*/
.commonBtn01 {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 17px 0;
	color: #000;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	border: #000 solid 2px;
	transition-property: color;
	transition-duration: 0.4s;
	cursor: pointer;
}
.noT .commonBtn01:hover {
	color: #fff;
}
.commonBtn01:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: '';
	width: 110%;
	height: 100%;
	padding: 0 60px;
	background-color: #000;
	transform: translate(-160%, 0) skew(-60deg, 0deg);
	transition: 0.4s;
}
.noT .commonBtn01:hover:before {
	transform: translate(-50%, 0) skew(-60deg, 0deg);
}
.commonBtn01 > span {
	position: relative;
	display: inline-block;
	z-index: 3;
}
.commonBtn01 .arw {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 30px;
	height: 8px;
	margin-left: 12px;
	transform: translateY(-50%);
}
.commonBtn01 .arw:before,
.commonBtn01 .arw:after {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	background-color: #000;
	transition-property: background-color;
	transition-duration: 0.4s;
}
.noT .commonBtn01:hover .arw:before,
.noT .commonBtn01:hover .arw:after {
	background-color: #fff;
}
.commonBtn01 .arw:before {
	width: 100%;
	height: 1px;
}
.commonBtn01 .arw:after {
	bottom: 1px;
	width: 1px;
	height: 100%;
	transform-origin: 100% 100%;
	transform: rotate(-45deg);
}
.commonBtn01.back .arw {
	left: auto;
	right: 100%;
	margin: 0 12px 0 0;
}
.commonBtn01.back .arw:after {
	right: auto;
	left: 0;
	bottom: 0;
	transform: rotate(45deg);
}

/* commonBtn01 色反転ver */
.commonBtn01--reverse {
	color: #fff;
    background-color: #000;
}

.commonBtn01--reverse:before {
	background-color: #fff;
}

.commonBtn01--reverse .arw:before,
.commonBtn01--reverse .arw:after {
	background-color: #fff;
}

.noT .commonBtn01--reverse:hover {
	color: #000;
}

.noT .commonBtn01--reverse:hover .arw:before,
.noT .commonBtn01--reverse:hover .arw:after {
	background-color: #000;
}


@media only screen and (max-width:767px) {
	.commonBtn01 {
		font-size: 12px;
		border-width: 1px;
	}
	.commonBtn01 .arw {
		width: 25px;
		height: 6px;
	}
}


/* commonPageTitle
--------------------------------------*/
.commonPageTitle {
	padding: 90px 0 40px;
	text-align: center;
}
.commonPageTitle > * {
	display: block;
	line-height: 1;
}
.commonPageTitle strong {
	font-size: 35px;
}
.commonPageTitle small {
	margin-top: 17px;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 0.23em;
	line-height: 1.4;
}
.commonPageTitle_img{
    width: 327px;
    margin: auto;
}
@media only screen and (max-width:767px) {
	.commonPageTitle {
		padding: 40px 0 35px;
	}
	.commonPageTitle strong {
		font-size: 26px;
	}
	.commonPageTitle small {
		margin-top: 10px;
		font-size: 15px;
	}
    .commonPageTitle_img{
        width: 50%;
        min-width: 222px;
    }
    
}


/* commonPageImage
--------------------------------------*/
.commonPageImage {
	height: 350px;
	margin-left: 210px;
	background: no-repeat center center / cover;
}
.commonPageImage_a {
	height: 350px;
	margin-left: 210px;
	background: no-repeat center center / cover;
}
.commonPageImage_r {
	height: 350px;
	margin-left: 210px;
	background: no-repeat center center / cover;
}
.commonPageImage_d {
	height: 350px;
	background: no-repeat center center / cover;
}
.commonPageImage_t {
	height: 350px;
	background: no-repeat center center / cover;
}
.commonPageImage_s {
	height: 350px;
	background: no-repeat center center / cover;
}
.commonPageImage_f {
	height: 350px;
	background: no-repeat center center / cover;
}
.commonPageImage_p {
	height: 350px;
	background: no-repeat center center / cover;
}
.commonPageImage_b {
	height: 350px;
	background: no-repeat center center / cover;
}
.commonPageImage_n {
	height: 350px;
	background: no-repeat center center / cover;
}
.commonPageImage_c {
	height: 350px;
	background: no-repeat center center / cover;
}
.commonPageImage {
	height: 350px;
	background: no-repeat center center / cover;
}
@media only screen and (max-width:767px) {
	.commonPageImage_r {
		height: 300px;
		margin-left: 0;
	}
	.commonPageImage_d {
		height: 300px;
		margin-left: 0;
	}

	.commonPageImage_t {
		height: 300px;
		margin-left: 0;
	}
	.commonPageImage_s {
		height: 300px;
		margin-left: 0;
	}
	.commonPageImage_f {
		height: 300px;
		margin-left: 0;
	}
	.commonPageImage_p {
		height: 300px;
		margin-left: 0;
	}
	.commonPageImage_b {
		height: 300px;
		margin-left: 0;
	}
	.commonPageImage_n {
		height: 300px;
		margin-left: 0;
	}
	.commonPageImage_a {
		height: 300px;
		margin-left: 0;
	}
	.commonPageImage_c {
		height: 300px;
		margin-left: 0;
	}
	.commonPageImage {
		height: 300px;
		margin-left: 0;
	}
}



/* commonPageImageWrap
--------------------------------------*/
.commonPageImageWrap {
	position: relative;
	margin-left: 210px;
}
.commonPageImageWrap .commonPageImage_r {
	margin-left: 0;
}
.commonPageImageWrap .commonPageImageTexts {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 5;
}
/* 追加 */
	.commonPageImageWrap .commonPageImage_d {
		margin-left: 0;
	}
	.commonPageImageWrap .commonPageImage_t {
		margin-left: 0;
	}
	.commonPageImageWrap .commonPageImage_f {
		margin-left: 0;
	}
	.commonPageImageWrap .commonPageImage_p {
		margin-left: 0;
	}
	.commonPageImageWrap .commonPageImage_b {
		margin-left: 0;
	}
	.commonPageImageWrap .commonPageImage_n {
		margin-left: 0;
	}
	.commonPageImageWrap .commonPageImage_a {
		margin-left: 0;
	}
@media only screen and (max-width:767px) {
	.commonPageImageWrap {
		margin-left: 0;
		display: flex;
		flex-direction: column;
	}

	.commonPageImageWrap .commonPageImageTexts {
		position: static;
		width: auto;
		transform: translateY(0);
	}
}





/*************************************************

 scroll anime

*************************************************/
.effectFU,
.effectFL,
.effectFR,
.effectFD,
.effectIn,
.ch-effectFU,
.ch-effectFL,
.ch-effectFR,
.ch-effectFD,
.ch-effectIn {
	opacity: 0;
	transition: transform 0.8s, opacity 0.8s;
}

.effectFU,.ch-effectFU {transform: translateY(50px);}
.effectFL,.ch-effectFL {transform: translateX(50px);}
.effectFR,.ch-effectFR {transform: translateX(-50px);}
.effectFD,.ch-effectFD {transform: translateY(-50px);}

.effectFU.is-View,
.effectFL.is-View,
.effectFR.is-View,
.effectFD.is-View,
.effectIn.is-View,
.is-View .ch-effectFU,
.is-View .ch-effectFL,
.is-View .ch-effectFR,
.is-View .ch-effectFD,
.is-View .ch-effectIn {
	opacity: 1;
	transform: translate(0,0);
}

/*************************************************

 breadcrumb

*************************************************/
.breadcrumb{
	width: 85%;
	max-width: 1180px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb-item{
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.breadcrumb-item .link{
	color: #000;
	text-decoration: none;
	font-weight: 400
}

.breadcrumb-item:first-child{
	margin-left: 0;
}

.breadcrumb-item:nth-child(n + 2){
	position: relative;
}

.breadcrumb-item:nth-child(n + 2):before{
	position: absolute;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: solid 1px #444;
	border-right: solid 1px #444;
	transform: rotate(45deg) translateY(-50%);
	top: 50%;
	left: -15px;
}

/*************************************************

 BAMKEL製品の保証について

*************************************************/
#news2.guarantee{
    margin: 65px 0;
}

.guarantee__lead{
    text-align: center;
    margin-bottom: 65px;
}

.guarantee__content{
    margin-bottom: 55px;
}

.guarantee__content:last-of-type{
    margin-bottom: 20px;
}

#news2.guarantee h3.guarantee__heading{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.52;
    color: #fff;
    background-color: #000;
    padding: .4em .8em;
    margin-bottom: 25px;
}

#news2.guarantee .guarantee__content:nth-of-type(3) h3.guarantee__heading{
    padding: .5em 1.5em;
    margin-bottom: 0;
}

.guarantee__heading.lev4{
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.guarantee__content:first-of-type .guarantee__heading + p{
    /* margin-bottom: 25px; */
    margin-bottom: 1.66em;
}

#news2.guarantee .secTalble .list li + li{
    border-top: none;
}

.guarantee__content:first-of-type ul{
    padding: 10px 1em;
}

.guarantee .note{
    display: flex;
}

.guarantee__text p{
    margin-bottom: 2em;
}

.guarantee .commonBtn02{
    font-size: 15px;
    width: 327px;
} 

.guarantee .attention{
    padding: 25px 50px 30px;
    margin-bottom: 80px;
    background-color: #F0F0F0;
}

.guarantee .attention__content{
    margin-top: 35px;
}

.guarantee .attention__content .guarantee__heading.lev4{
    margin-bottom: 10px;
}

.guarantee__heading.lev4 > img{
    margin-right: 5px;
    vertical-align: middle;
}

.guarantee .attention__content ul + p,
.guarantee .attention__content p + p{
    margin-top: 1.5em;
}

.commonBtn02.guarantee{
    margin: auto;
}

@media screen and (max-width: 767px){

    #news2.guarantee h3.guarantee__heading{
        font-size: 15px;
        margin-bottom: 1.2em;
    }
    
    #news2.guarantee .secTalble .list li {
        border-bottom: none;
    }

    .guarantee__text p{
        margin-bottom: 1.5em;
    }

    .guarantee .commonBtn02{
        font-size: 14px;
        width: 250px;
    } 

    .guarantee .attention{
        padding: 15px 20px 25px;
    }

    .guarantee .attention__content{
        margin-top: 30px;
    }

    .guarantee__heading.lev4 > img{
        width: 32px;
    }

    .commonBtn02.guarantee{
        font-size: 14px;
    }
}