
html {
	font-size: calc(8.34px + 0.347vw);
}
:root {
  /* 基本フォントサイズを変数化（レスポンシブ対応） */
  --font-size-base: 1rem;
  --font-size-s: 0.93rem;
  --font-size-ss: 0.86rem;

}

body {
	font-weight: 600;
	font-size: var(--font-size-base);
	line-height: 1;
	color: #000;
}
.ec-layoutRole .ec-layoutRole__contentTop {
    padding-bottom: 46.6rem;
}
.ec-layoutRole {
    overflow: clip;
}
h1 {
	margin: 0;
}

/* header */
.ec_menu h1 {
    z-index: 99;
	width: 15%;
	margin-top: -0.5rem;
}
.ec_menu .ec-headerNaviRole__search {
	margin-left: auto;
}
h1 img {
	width: 100%;
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background: #fff;
	padding: 0 1rem;
}
.ec_header_inner {
	padding: 0 0.6rem 0;
	border-bottom: 1px solid #000;
}

.ec_menu {
	display: flex;
	gap: 1.3rem;
	position: relative;
	align-items: center;
}

.ec_menu nav>ul {
	display: flex;
	gap: 1.3rem;
	list-style-type: none;
	margin: 0;
    padding: 0;
}

.ec_menu nav>ul>li:last-child>a {
	color: #000;
	padding: 0;
	border-radius: 0;
	border: unset;
	position: relative;
}
.ec_menu nav>ul>li>p {
	color: #000;
	padding: 0.46rem 1.6rem;
	border-radius: 50px;
	border: 1px solid #000;
	font-size: var(--font-size-base);
	transition: 0.4s;
	line-height: 1.2;
}
.ec_menu nav>ul>li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.3rem 0;
}
.menu:hover .child {
	display: block;
}
.menu:hover>p {
	background: #000;
	transition: 0.4s;
	color: #fff;
}
.child {
	position: absolute;
    top: 5.2rem;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
	display: none;
}
.child ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3.3rem;
    list-style-type: none;
    background: #fff;
    padding: 5.3rem 13.3rem;
	border-top: 1px solid;
    border-bottom: 1px solid;;
}
.child a {
	color: #000;
	font-size: var(--font-size-base);
}
.ec-headerNaviRole .ec-headerNaviRole__right {
	flex-direction: column;
    align-items: end;
	width: auto;
	margin-left: auto;
}



.ec-headerNav .ec-headerNav__itemIcon {
    margin-right: 10px;
}

.ec_header_inner ul .hover-img img {
	width: 2.6rem;
	aspect-ratio: 40 / 40;
} 

.ec-headerSearch .ec-headerSearch__keyword {
	border-radius: 50px;
	width: 200px;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
	display: block;
	width: 1.3rem;
    height: 1.3rem;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon img {
	width: 100%;
	height: 100%;
}
.ec-headerSearch .ec-headerSearch__keyword {
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {			
    color: #000;
	font-weight: bold;
	height: 2.3rem;
	font-size: var(--font-size-base);
	padding: 0.43rem 2.7rem 0.43rem 1.2rem;
	line-height: 1;
}
.ec-headerSearch .ec-headerSearch__keyword input::placeholder {
	font-weight: bold;
	color: #000;
	font-size: var(--font-size-base);
	line-height: 1;
}
.search_btn {
	display: none;
}



/* mv_wrap  */

.mv_wrap {
	width: 100vw;
	max-height: 100vh;
    margin-left: calc(50% - 50vw);
	position: relative;
	display: flex;
	background: #fff;
}
.mv_left {
	margin-right: 2rem;
    margin-left: auto;
	width: 27%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
}
.mv_left_inner {
	max-width: 470px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
}
.mv_right {
	width: 65%;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
.mv_right #svg_img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.mv_right #svg_img.show {
	z-index: 4;
}
.mv_right #svg_line {
	width: 100%;
	height: 100%;
	position:absolute;
	z-index: 2;
}
.mv_right_bg {
	height: 100%;
}

.mv_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.mv_bg img {
	width: 100%;
	aspect-ratio: 867.896/745.594;
	height: 100%;
	object-fit: contain;

}
#main-mv,#bg,#mainImg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#main-mv img {
	width: 100%;
	aspect-ratio: 867.896/745.594;
	height: 100%;
	object-fit: contain;

}

.mv_scroll {
	position: absolute;
	width: 4%;
	bottom: 13%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
.mv_scroll img {
	width: 100%;
}
.mv_catch {
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 100%;
}
.mv_catch img {
	width: 100%;
}

.mv_go {
	margin-left: -2rem;
	margin-bottom: 2.6rem;
	width: 55%;
}
.mv_go img {
	width: 100%;
}
.search {
	border: 1px dashed #ddd;
	max-width: 470px;
	padding: 1.3rem 3.1rem;
	position: relative;
}
.left-t, .right-t, .left-b, .right-b {
	position: absolute;
	background: #D3D3D3;
	width: 0.53rem;
	height: 0.53rem;
}
.left-t {
	left: -0.53rem;
	top: -0.53rem;
}
.right-t {
	right: -0.53rem;
	top: -0.53rem;
}
.left-b {
	left: -0.53rem;
	bottom: -0.53rem;
}
.right-b {
	right: -0.53rem;
	bottom: -0.53rem;
}
.search_area {
	display: flex;
	gap: 1.3rem;
	padding: 1.1rem 0;
	border-bottom: 1px solid #D9D9D9;
}

.search .search_area:first-child {
	padding: 1rem 0;
	align-items: center;
}
.search .ec-headerSearch__keywordBtn {
	display: flex;
	align-items: center;
	gap: 10px;
}
.search .search_btn {
	font-size: var(--font-size-base);
	font-weight: bold;
	display: block;
}
.search_area .ec-headerNaviRole__search {
	width: 100%;
}
.search_area .ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
	border: unset;
	font-size: var(--font-size-base);
}
.search_area .ec-headerSearch .ec-headerSearch__keyword input::placeholder {
	font-weight: bold;
	color: #D9D9D9;
	font-size: var(--font-size-base);
}
.search_area ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

.search_area>p {
	width: 5rem;
	font-size: var(--font-size-base);
	color: #7F7F7F;
	flex-shrink: 0;
	line-height: 1.7;
}
.search_category {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 0;
}
.search_category a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	border: 1px solid #D9D9D9;
	border-radius: 50px;
	padding: 5px 15px;
	font-size: 14px;
}
.search_category  {
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 0;
}
.search_category a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	border: 1px solid #D9D9D9;
	border-radius: 50px;
	padding: 0.3rem 1rem;
	font-size: var(--font-size-base);
	transition: 0.4s;
}
.search_category a:hover {
	background: #000;
	color: #fff;
	transition: 0.4s;
}
.search_area2 {
	flex-direction: column;
	gap: 0;
	position: relative;
}
.search_txt {
	display: none;
	margin-top: 1.3rem;
	height: 100px;
	overflow-y: scroll;
	padding-right: 1.3rem;
	margin-right: 4px;
}
.search_txt::-webkit-scrollbar {
	width: 3px;
}

.search_txt::-webkit-scrollbar-track {
	background-color: #EBEBEB;
}

.search_txt::-webkit-scrollbar-thumb {
	background-color: #777777;
	border-radius: 0px;
}


.search_area2>p {
	width: 100%;
	position: relative;
}
.search_area2>p span {
	width: 0.6rem;
	height: 0.6rem;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.search_area2>p span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 0.6rem;
	height: 1px;
	background: #000;
}
.search_area2>p span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 0.6rem;
	width: 1px;
	background: #000;
	transition: 0.4s;
	opacity: 1;
}
.search_area2>p.off span::after {
	opacity: 0;
	transition: 0.4s;
}

.search_area2.last {
	border-bottom: unset;
}
.search_product a {
	color: #000;
	font-size: var(--font-size-s);
}
.search_product li {
	margin-bottom: 7px;
}
.search_product li:last-child {
	margin-bottom: 0px;
}
.search_maker {
	display: flex;
	gap: 10px 4%;
	flex-wrap: wrap;
}
.search_maker li {
	width: 20%;
	position: relative;
}
.search_maker li::before {
	content: "／";
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}
.search_maker li:nth-child(4n + 1)::before {
    display: none;
}
.search_maker a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: var(--font-size-s);
	gap: 5px;
}

.search_tag {
	display: flex;
	gap: 0.6rem 4%;
	flex-wrap: wrap;
	list-style-type: none;
	
}
.search_tag li {
	width: 48%;
}
.search_tag a {
	display: flex;
	align-items: center;
	color: #000;
	border-radius: 50px;
	padding: 0.3rem 0.6rem;
	font-size: var(--font-size-ss);
	background: #F5F5F5;
	gap: 5px;
	transition: 0.4s;
}
.search_tag a::before {
	content: "#";
	font-size: var(--font-size-base);
	color: #4CD3EC;
}

.search_tag a:hover {
	background: #4CD3EC;
	color: #fff;
	transition: 0.4s;
}
.search_tag a:hover::before {
	color: #fff;
	transition: 0.4s;
}

.mv_wrap2 {
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.pic1 {
	background-image: url(../img/top/page_pic1.jpg);
}
.pic2 {
	background-image: url(../img/top/page_pic2.jpg);
}
.pic3 {
	background-image: url(../img/top/page_pic3.jpg);
}
.pic4 {
	background-image: url(../img/top/page_pic4.jpg);
}
.pic5 {
	background-image: url(../img/top/page_pic5.jpg);
}
.pic6 {
	background-image: url(../img/top/page_pic6.jpg);
}
.pic7 {
	background-image: url(../img/top/page_pic7.jpg);
}
.pic8 {
	background-image: url(../img/top/page_pic8.jpg);
}
.pic9 {
	background-image: url(../img/top/page_pic9.jpg);
}
.pic10 {
	background-image: url(../img/top/page_pic10.jpg);
}



/* main */

.ec-wrap {
	overflow: clip;
	position: relative;
	z-index: 2;
	padding-top: 5.26rem;
}
.ec-wrap::before {
    content: "";
	width: 100%;
	height: 100%;
	background-image: url("../img/top/bg.svg");
	background-repeat: repeat;
	background-position: top center;
	z-index: -1;
	top: 0;
    position: fixed;
	background-size: contain;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1580px;
	padding: 0 20px;
	gap: 30px;
	position: relative;
	z-index: 2;
	
}
.ec_container {
	max-width: 1300px;
	margin: 0 auto;
}
.ec-layoutRole__mainWithColumn {
	max-width: 1040px;
	width: 100%;
	margin-left: auto;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
	flex-shrink: 0;
}
.ec-role {
	max-width: 1140px;
	padding: 0;
}

.ec-subtitle {

	margin-bottom: 50px;

	display: flex;

	align-items: center;

}

.ec-more {

	margin-left: auto;
	margin-right: 5px;

}

.ec-more a {

	color: #000;

} 

.ec-morebtn {

	display: inline-block;

	vertical-align: middle;

    margin-left: 15px;

    border-radius: 50%;

    width: 20px;

    height: 20px;

    color: white;

    text-align: center;

    background: black;

    cursor: pointer;

	line-height: 1.35;

    transform: rotate(-90deg);

}



.ec-secHeading {

	margin-top: 0px;

	margin-bottom: 0px;

}

.ec-secHeading .ec-secHeading__en {

	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;

	font-size: 30px;

	letter-spacing: 1px;
	color: #252525;
}

.ec-secHeading .ec-secHeading__line {

	width: auto;

	height: auto;

	background: unset;

	font-size: 16px;

}

.ec-secHeading .ec-secHeading__line {

    margin: 0 10px 0 70px;

}

.ec-secHeading .ec-secHeading__ja {

    vertical-align: baseline;

}

.section_title {
	gap: 1.6rem;
	margin-bottom: 3rem;
	margin-top: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.txt {
	height: 9.5rem;
	margin-bottom: 3rem;
}
.txt .section_title {
	height: 0;
	overflow: hidden;
	transition: 0.6s;
	margin-bottom: 0px;
	justify-content: unset;
}
.txt .section_title.show {
	height: 100%;
	transition: 0.6s;
}


/*--- スクロール ---*/

.scroll-logo-wrap {
	background: #fff;
	padding-top: 3.3rem;
	width: 100vw;
    margin-left: calc(50% - 50vw);
}
.scroll-logo-wrap2 {
	padding: 0.6rem 0 1.6rem;
}
@keyframes scroll-left {
	from {
		transform: translateX(0);
	}
	  to {
		transform: translateX(-100%);
	}
}
@keyframes scroll-right {
	from {
		transform: translateX(0);
	}
	  to {
		transform: translateX(100%);
	}
}
.scroll-logo {
	display: flex;
	overflow: hidden;
	align-items: center;
	margin-bottom: 2rem;
	gap: 0 2rem;
}
.scroll-logo ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 0 2rem;
}
.scroll-logo ul {
	animation: scroll-left 60s infinite linear 0.5s both;
}
.scroll-logo li img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
}
.scroll-logo.scroll-logo2 {
	flex-direction: row-reverse;
	margin-bottom: 0;
}
.scroll-logo.scroll-logo2 ul {
	animation: scroll-right 60s infinite linear 0.5s both;
}

/* banner */
#banner {
	padding: 9rem 0 7rem;
}
#banner .section_title img {
	width: 24.5rem; 
}
#banner .section_title .ja {
	font-size: 1.4rem;
}
.banner_inner {
	position: relative;
	max-width: 1400px;
	padding: 0 3.3rem;
	margin: 0 auto;
}
.banner_inner .ec_container {
	overflow: hidden;
}
.banner_slide img {
	width: 100%;
}
.banner_inner .swiper-button-prev {
    left: 0px;
    right: auto;
}
.banner_inner .swiper-button-next {
	right: 0px;
    left: auto;
}
.banner_inner .swiper-button-prev::after {
    background: url(../img/top/left.png) no-repeat center center / cover;
    content: "";
    width: 1.3rem;
    height: 1.6rem;
}
.banner_inner .swiper-button-next::after {
    background: url(../img/top/right.png) no-repeat center center / cover;
    content: "";
    width: 1.3rem;
    height: 1.6rem;
}

/*--- サイドバー　---*/

.ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
	max-width: 360px;
	width: 100%;
	position: sticky;
    top: 8.66rem;
	max-height: 36.6rem;
	z-index: 9;
}

.side_search {
	width: 100%;
	max-width: 360px;
	padding: 2.6rem 2rem 3.3rem;
	background: #fff;
}
.search.side_search>p img {
	width: 8.4rem;
}
.side_search .search_area {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.side_search .search_area2 {
   	gap: 0;

}
.side_search .search_area>p {
    width: 100%;
}

/*--- 工程で探す　---*/
.section_title2 {
	position: relative;
	padding-left: 4rem;
	height: 5rem;
	align-items: center;
    display: flex;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 2.6rem;
}
.section_title2::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1.6rem;
	background: url(../img/top/title_deco.png) no-repeat center center / cover;
	width: 4rem;
	aspect-ratio: 61/116;
}
.section_title2 img {
	width: 13rem;
}
#process {
	margin-bottom: 13rem;
}
#process ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 1%;
	padding: 0 7.5px;
	margin: 0;
}
#process ul li {
	width: 24%;
}
#process ul li img {
	width: 100%;
}

.hover-img {
  position: relative;
}

.hover-img img {
	display: block;
}

.hover-img .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;             /* 最初は非表示 */
	transition: opacity 0.4s ease; /* フェード */
	z-index: -1;
}

.hover-img:hover .img-hover {
	opacity: 1;             /* ホバーで表示 */
	z-index: 2;
}


/* products */

#products {
	position: relative;
	z-index: 1;
	margin-bottom: 13.3rem;
}
#products::before {
	content: "";
	top: 50%;
    left: 26%;
    width: 100vw;
	height: calc(100% + 13.3rem);
    transform: translate(-50%, -50%);
	position: absolute;
	background: #f8f8f880;
	z-index: -1;
}
#products ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#products li {
	width: 25%;
}
#products ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#products ul li a span {
	text-align: center;
	font-size: clamp(13px, 60%, 14px);
}
#products li img {
	width: 100%;
}

/* issue */

#issue {
	position: relative;
	z-index: 2;
}
#issue .search_tag {
	gap: 1.3rem; 
}
#issue .search_tag li {
	width: unset;
}



/* footer */

.ec-layoutRole__footer_bg {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}

.ec-layoutRole__footer_bg::before {
	position: absolute;
	content: "";
	background: url("../img/top/bg_issue.png") no-repeat center center/cover;
	width: 63.2rem;
	aspect-ratio: 949/745;
	top: -50.2rem;
	left: -22.6rem;
	z-index: 1;
	opacity: 0;
	transform: translateY(150px);
	transition: 0.8s;
}
.ec-layoutRole__footer_bg.show::before {
	opacity: 1;
	transform: translateY(0px);
	transition: 0.8s;
} 
.ec-footerRole {
	margin: 0;
	padding-top: 2.6rem;
	padding-bottom: 18rem;
	position: relative;
	z-index: 2;
	border: unset;
	background: #fff;
}
.ec-footerRole::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 100%;
	aspect-ratio: 1920/224;
	background: url("../img/top/bg_footer.png") no-repeat center center/cover;
}
.footer_logo {
	text-align: center;
	margin-bottom: 2rem;
}
.footer_logo img {
	width: 29.5rem;
}
.footer_menu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	position: relative;
}
.footer_menu::before {
	content: "";
	position: absolute;
	left: -1.6rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8rem;
	aspect-ratio: 12/30;
	background: url("../img/top/open.png") no-repeat center center/cover;
}
.footer_menu::after {
	content: "";
	position: absolute;
	right: -1.6rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8rem;
	aspect-ratio: 12/30;
	background: url("../img/top/close.png") no-repeat center center/cover;
}
.footer_menu a {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	font-size: 1rem;
}
.footer_corporate a::before {
	content: "";
	width: 1.6rem;
	aspect-ratio: 24/27;
	background: url("../img/top/corporate_icon.png") no-repeat center center/cover;
}
.footer_contact a::before {
	content: "";
	aspect-ratio: 19/16;
	width: 1.26rem;
	background: url("../img/top/mail_icon.png") no-repeat center center/cover;
}
.footer_menu_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}


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

/* page_contents */

.page_contents {
	margin-top: 0px;
}
.ec-searchnavRole {
	max-width: 1140px;
	padding: 0;
}
.ec-pageHeader h1 {
    margin: 3.3rem 0px 3.3rem;
	border: 0px;
	padding: 0;
	font-size: 2.1rem;
	width: 100%;
}
.ec-contactRole p {
    margin: 0 0 1.3rem;
}
.product_page .ec-layoutRole__contents {
	margin-top: 5.3rem;
	padding-bottom: 46.6rem;
}
.product_page h1 {
    top: -1.8rem;
}

/* 商品一覧 */
.list_title {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list_title h2 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0;
}
.list_title_ja img {
	height: 3.1rem;
}
.list_title_en img {
	height: 1.6rem;
}
.list_title .category_img img {
	width: 18.6rem;
}
.white {
	background: #fff;
	padding: 0 1.3rem;
	margin-top: 2rem;
}
.child_category ~ .white {
  margin-top: 4rem;
}
.child_category {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 0;
	padding: 2rem 0;
}
.child_category li {
	width: 25%;
}
.child_category li img {
	width: 100%;
}

.hover-img .active img.img-hover {
	display: block;
	opacity: 1;
	z-index: 2;
}
.grandchild {
	padding: 3.3rem 4rem;
	display: flex;
	flex-wrap: wrap;
    gap: 2rem 2.6rem;
	list-style-type: none;
	background: #fff;
	border-bottom: 1px solid #000;
}
.grandchild li {
}
.grandchild a {
	min-width: 9.0rem;
	gap: 2rem;
	padding: 0.6rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000;
	position: relative;
	transition: 0.2s;
}
.grandchild a.active::before {
	background: #000;
	height: 2px;
}
.grandchild a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #a5a5a5;
}
.grandchild a:hover::before {
	background: #000;
	height: 2px;
	transition: 0.2s;
}

.grandchild a::after {
	content: ">"
}
.ec-searchnavRole {
	max-width: 1140px;
	padding: 0;
}
.page_contents .ec-shelfRole {
    margin-bottom: 0px;
    margin-top: 0px;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1140px;
}
.ec-topicpath {
    padding: 0 0 10px;
    border: 0;
    font-size: 16px;
}
.ec-blockBtn--action {
    background-color: #363636;
    border-color: #363636;
}
.ec-blockBtn--action:hover {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #e9e9e9;
}
.search_title {
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 0 3.3rem;
}
.ec-shelfGrid .ec-shelfGrid__item {
	padding: 0 2rem 5rem;
	width: calc(33% - 1px);
	margin-bottom: 30px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
	padding: 0 2rem 5rem;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
	padding: 0 2rem 5rem;
}
.ec-shelfGrid__item {
	position: relative;
	margin: 0;
}
.ec-shelfGrid__item::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: calc(100% - 3rem);
	background: #868686;
}
.ec-shelfGrid__item::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: calc(100% - 4rem);
	height: 1px;
	background: #868686;
}
.product_name {
	font-size: 1.26rem;;
	margin: 20px 0;
	color: #000;
}
.product_maker {
	font-size: 1rem;
	font-weight: 400;
	color: #000;
}
/* 商品詳細 */

.ec-productRole {
    font-size: 1rem;
}
.ec-productRole .ec-productRole__actions {
    padding: 0;
}
.ec-blockBtn--cancel {
    background-color: #000;
	border-radius: 50px;
    border: unset;
	color: #fff;
	height: 3.7rem;
    line-height: 3.7rem;
	font-size: 1rem;
}
.ec-blockBtn--cancel:hover {
    background-color: #000;
	border-radius: 50px;
    border: unset;
	color: #fff;
}
.ec-productRole .ec-productRole__btn {
	width: 60%;
	margin-bottom: 1rem;
	min-width: 20rem;
}
.ec-productRole__description {
	margin-top: 2rem;
	color: #000;
}
.ec-productRole__description a {
	color: #000;
}
.ec-productRole__description h3 {
	font-size: 1.26rem;
	line-height: 1.7;
	color: #000;
	font-weight: bold;
	margin-bottom: 1rem;
}
.ec-productRole__description>p {
	font-weight: 400;
	line-height: 1.7;
}
.ec-sliderItemRole .slideThumb img {
    aspect-ratio: 500 / 500;
}
.ec-sliderItemRole .slideThumb img.apg_video_youtube_player_image_thumb {
    object-fit: contain;
	background: #000;
}
#form1 {
	margin-top: 2.6rem;
}
.product_area2 {
    font-weight: normal;
}
.product_area2 h4 {
    font-weight: bold;
}
.product_area2 h5 {
    font-weight: bold;
	border-bottom: #fa8252 1px solid;
}


.product_btn {
	margin: 0 0 2.6rem;
}
.product_btn a {
	padding: 0 0.5rem;
	font-weight: bold;
}

.ec-productRole__description free_area h4 {
    font-weight: bold;
}

.ec-productRole__description dl {
	display: flex;
	list-style-type: none;
	gap: 1rem;
	padding: 1rem 0;
	margin: 0;
	border-top: 1px solid #D9D9D9;
}
.ec-productRole__description dl.last {
	border-bottom: 1px solid #D9D9D9;
}
.ec-productRole__description dt {
	width: 23%;
	flex-shrink: 0;
	color: #7F7F7F;
}
.ec-productRole__description dd {
	margin: 0;
}
.ec-productRole__description ul {
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ec-productRole__description ul li::after {
	padding: 0 15px;
}
.ec-productRole__description ul li:last-child::after {
	display: none;
}
.ec-productRole {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1140px;
}
.ec-sliderItemRole {
    padding-left: 0px;
    padding-right: 2rem;
    max-width: 1140px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 2rem;
    padding-top: 1.3rem;
	margin-bottom: 2rem;
	font-weight: bold;
	color: #000;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
	margin-bottom:0px;
}
.ec-price .ec-price__price {
    padding: 0 0.3em 0 0;
    font-size: 1.4rem;
}
.ec-productRole .ec-productRole__price {
	border-bottom: 0px;
}
.ec-productRole .ec-productRole__tags {
    margin: 0px;
    padding: 0;
    padding-bottom: 0px;
    border-bottom: 0px dotted ;
}
.ec-productRole .ec-productRole__category {
    border-bottom: 0px;
}

h4.ec-productRole__description .free_area{
    font-weight:bold; 

}

.freearea{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3%;
	width: 100%;

}
.freearea img{
	margin:0 0 0.5em;
}

.free_area h4{
	font-weight: bold;

}

.free_area h5{
    font-size: 1.2em;
}

ul.freearea{
	margin:0 0 1em 0;
	}
li.freearea_items{
    margin: 0 0 2em 0;
}

.freearea p{
	font-weight:normal;
}

ul.cul4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3%;
	width: 100%;

}
.specification{
	margin:0 0 1em;	
}
.specification th, td {
  border: 1px solid black; /* ここで点線を指定 */
  padding: 8px; /* 見やすいように余白を設定 */
  text-align: left;
  padding: 0.7em;
  font-size:12px;
  font-weight: normal;
  border-color: #d3d3d3;

}

.specification th{
  background-color:#e6e6e6;
}


.specification td {
  border-style: solid; /* tbody内のセルのみ点線 */
  background-color:#ffffff;
  border-color: #d3d3d3;
}

.company_date {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-weight: 400;
}
.company_name {
	font-size: 1.2rem;
	margin-bottom: 0.3rem;
}
.company_youtube iframe {
	width: 100%;
	aspect-ratio: 1920/1080;
	height: 100%;
}
.ec-productRole__description.free_area h3 {
	font-size: 1.8rem;
}
#RelatedProductPro-product_area {
	padding: 0;
}
#RelatedProductPro-product_area h3 {
	line-height: 1.2;
    color: #000;
    font-weight: bold;
	margin-top: 2.3rem;
    margin-bottom: 1.7rem;
	font-size: 1.8rem;
}
#maker_area {
	display: none;
}
.slick-slider {
    margin-bottom: 2rem!important;
}
.apg_video_youtube {
    aspect-ratio: 500/500;
	height: unset !important;
}
.company_logo img {
	width: 8rem;
}

/* その他ページ */

.other_page .ec-layoutRole__contents {
    margin-top: 5.3rem;
    padding-bottom: 46.6rem;
}

.ec-pageHeader h1 {
	position: unset;
}

/* お問合せ */

.ec-contactRole {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1140px;
    font-size: 1rem;
}

.ec-contactRole {
}
.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    width: 92%;
}
.ec-input textarea {
	width: 92%;
}

.product_row img {
	margin-right: 10px;
}

.ec-off1Grid .ec-off1Grid__cell {
    margin-left: 0px;
}
.ec-contactRole dd .ec-input {
	margin-bottom: 1rem;
}

/* 特定商 */

.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
}

.ec-borderedDefs {
    border-top: 0px dotted #ccc;
}

.ec-heading-bold {
	margin-top: 1.3rem;
	margin-bottom: 1.3rem;
}

.ec-borderedDefs dt {
	line-height: 2.5;
	padding: 1.6rem 0;
    width: 23%;
	border-bottom: 1px solid #ccc;
}

.ec-borderedDefs dd {
    line-height: 2.5;
	width: 77%;
	margin: 0px;
	padding: 1.6rem 0 1.6rem 1.6rem;
	border-bottom: 1px dotted #ccc;
}
.ec-borderedDefs dl {
    flex-wrap: nowrap;
    padding: 0px;
	border: 0px;
}
.ec-borderedDefs dd input {
    margin-bottom: 0;
}
.ec-borderedDefs dl:first-child dt {
	padding: 0.3rem 0 1.6rem;
}
.ec-borderedDefs dl:first-child dd {
	padding: 0.3rem 0 1.6rem 1.6rem;
}
.ec-label {
    margin-bottom: 0px;
}
.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    padding: 0.4rem 0.8rem;
    font-size: 1rem;
}
.ec-required {
    font-size: 0.8em;
}
.ec-blockBtn--action {
    padding: 0.7rem 1rem;
    height: 3.7rem;
    line-height: 3.7rem;
	display: flex;
    align-items: center;
    justify-content: center;
}

/* プライバシーポリシー */

.ec-privacy ol {
	padding: 0 0 0 1em;
}
.ec-privacy ol li ol {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ec-privacy ol li ol li {
	margin-bottom: 20px;
	list-style: circle;
}
.ec-privacy ol li ol li span {
	margin-bottom: 10px;

}
.ec-off1Grid__cell {
	margin-bottom: 20px;
}
.pri-title {
	margin-bottom: 10px;
}

/* ご利用ガイド */

.ec-guide h2 {
    font-size: 22px;
    font-weight: bold;
	padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin: 0;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
.ec-guide .ec-guidetitle {
	padding-top: 0px;
}
.ec-guide-in h3 {
	font-size: 16px;
	font-weight: bold;
}
.ec-guide-in h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
}
.ec-guide p {
	margin-top: 1em;
	line-height: 1.7; 
}
.ec-guide ol li {
	line-height: 1.7; 
}
.ec-notice {
	color: red;
}
.pad {
	display: none;
}

.ec-registerRole {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1140px;
}
.ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
   font-size: 1rem;
}

.ec-blockBtn--action {
	font-size: 1rem;
	border-radius: 50px;
	margin-top: 2rem;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.ec-blockTopBtn {
	display: none;
	position: fixed;
	width: 4.6rem;
	height: 4.6rem;
	right: 15px;
	bottom: 20px;
	z-index: 99999;
	cursor: unset;
	color: unset;
	text-align: unset;
	line-height: unset;
	opacity: unset;
	background-color:unset;
}
.ec-blockTopBtn img {
	width: 100%;
	height: 100%;
}

@media (max-width: 1366px) {
	.mv_left_inner {
		max-width: 360px;
	}
	.search_area {
		flex-direction: column;
		gap: 1rem;
	}
	.mv_right {
		margin-top: 3rem;
	}
	.search .search_area:first-child {
		align-items: flex-start;
		gap: 0;
	}
	.search_area>p {
		width: 100%;
	}
	.ec-layoutRole__left .search {
		padding: 2rem 3rem 2.4rem;
		position: relative;
	}
	.ec-layoutRole__left .search_area {
        padding: 0.9rem 0;
    }
	.search .search_area:first-child {
		padding: 1rem 0 0.4rem;
		align-items: center;
	}
	.search {
		padding: 0.7rem 2rem 1rem;
		position: relative;
	}
	.search_area>p {
		font-size: var(--font-size-ss);
	}
	.mv_left .search_area .ec-headerSearch .ec-headerSearch__keyword {
		width: 100%;
		border: unset;
		font-size: var(--font-size-ss);
	}
	.search_category a {
		font-size: var(--font-size-ss);
	}
	.search_area {
        flex-direction: column;
        gap: 0.6rem;
	    padding: 0.7rem 0;
    }
	.search_area.search_area2 {
        gap: 0;
    }
	.ec-layoutRole .ec-layoutRole__mainWithColumn {
		width: 64%;
	}
}
@media (max-width: 1280px) {
	.ec-layoutRole__left .search {
		padding: 2rem 2.5rem 2.4rem;
	}
}
@media (max-width: 1024px) {

	.ec-headerSearch .ec-headerSearch__keyword {
		width: 180px;
	}

	.pad {
		display: block;
	}

}
@media (max-width: 920px) {

	.ec-headerNav .ec-headerNav__item span {
		display: none;
	}
	.ec_concept {
		background-image: url(../img/top/concept_back3.png);
	}
	.ec_menu nav ul li {
		
	}
	.mv_left {
		width: 30%;
	}
	
}

@media (max-width: 767px) {
	html {
		font-size: calc(10.72px + 0.427vw);
	}
	.pc {
		display: none;
	}
	.pad {
		display: none;
	}

	.sp {
		display: block;
	}

	.mv_wrap {
		flex-direction: column;
	}
	.ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 100%;
    }
	.mv_left {
        width: 76%;
		margin: 0 auto;
    }
	.mv_catch {
		margin-top: 2.5rem;
	}
	.mv_left .search {
        display: none;
    }
	.mv_go {
		margin-bottom: .2rem;
		width: 55%;
	}
	.ec-headerSearch__keyword {
		display: none;
	}
	.mv_right {
		margin-top: 1.5rem;
        margin-left: 2rem;
		width: 100%;
    }

	.mv_right svg {
		width: 120%;
		height: 120%;
	}
	.ec_header_inner {
		padding: 1.3rem 0.6rem 1.3rem;
		border-bottom: 1px solid #000;
	}
	.ec_menu nav {
		display: none;
	}
	.ec_menu h1 {
		position: relative;
		margin: 0;
		width: 40%;
		top: unset;
	}
	.scroll-logo li img {
		height: 8rem;
	}
	.scroll-logo ul {
		animation: scroll-left 40s infinite linear 0.5s both;
	}
	.scroll-logo.scroll-logo2 ul {
		animation: scroll-right 40s infinite linear 0.5s both;
	}
	.mv_scroll {
		width: 8%;
		bottom: 5%;
	}
	#banner .section_title img {
		width: 19rem;
	}
	.txt {
		margin-bottom: 2rem;
	}
	.ec-wrap::before {
		 width: 180%;
	}
	#banner {
		padding: 8rem 0 5rem;
	}
	.section_title2 {
		margin-bottom: 3rem;
	}
	#process ul {
		justify-content: flex-start;
		gap: 1.6rem 6%;
		padding: 0 0.5rem;
		margin: 0 auto;
	}
	#process ul li {
		width: 47%;
	}
	#process {
		margin-bottom: 11rem;
	}
	#products li {
		width: 49%;
	}
	#products::before {
		left: 50%;
		height: calc(100% + 12rem);
	}
	.section_title2 img {
		width: 11rem;
	}
	#issue .search_tag {
		padding-left: 0.6rem;
	}
	.search_tag a {
		font-size: var(--font-size-base);
		padding: 0.5rem 0.8rem;
	}
	.white {
		margin-top: 1.5rem;
	}
	.footer_logo img {
		width: 25rem;
	}
	.ec-footerRole {
		padding-bottom: 8rem;
	}
	.ec-footerRole::before {
		content: "";
		position: absolute;
		z-index: -1;
		bottom: 0;
		width: 100%;
		height: 30%;
		aspect-ratio: 1920 / 224;
		background: url(../img/top/bg_footer.png) no-repeat center center / cover;
	}
	.ec-layoutRole__footer_bg::before {
		width: 100%;
		top: -29rem;
		left: 0;
	}
	.ec-layoutRole .ec-layoutRole__contentTop {
		padding-bottom: 33rem;
	}
	.child_category li {
		width: 49%;
	}
	.list_title_ja img {
		height: 2rem;
	}
	.list_title .category_img img {
		width: 16rem;
	}
	.white .ec-shelfRole {
		padding: 0;
	}
	.white .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
		padding: 0 1.5rem 3rem;
	}
	.white .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
		padding: 0 1.5rem 3rem;
	}
	.white .ec-shelfGrid .ec-shelfGrid__item {
		padding: 0 2rem 5rem;
		width: 50%;
		margin-bottom: 30px;
	}
	.product_page .slick-dots li button:before {
		left: 0;
		width: 8px;
		height: 8px;
	}
	.product_page .slick-dots li button {
		width: 8px;
		height: 8px;
	}
	.product_page .ec-sliderItemRole {
		padding-right: 0;
	}
	.ec-productRole__description h3 {
		font-size: 1.4rem;
	}
	.ec-productRole .ec-productRole__btn {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.ec-shelfGrid .ec-shelfGrid__item {
		width: 50%;
	}
	.search_title {
		font-weight: bold;
		font-size: 1.8rem;
		margin: 0 0 3.3rem;
	}
	.grandchild {
		gap: 2rem 1.5rem;
		padding: 3.3rem 0.2rem;
	}
	.grandchild a {
		min-width: 7.6rem;
		gap: 2rem;
	}
	.product_page .ec-layoutRole__contents {
		margin-top: 4rem;
		padding-bottom: 33rem;
	}
	.other_page .ec-layoutRole__contents {
		margin-top: 4rem;
		padding-bottom: 33rem;
	}
	.ec-borderedDefs dl {
		flex-direction: column;
	}
	.ec-borderedDefs dt {
		width: 100%;
		border-bottom: unset;
		padding-bottom: 0;
	}
	.ec-borderedDefs dd {
		width: 100%;
	}
	.ec-pageHeader h1 {
		font-size: 1.9rem;
	}
	.ec-shelfGrid__item::before {
		height: calc(100% - 2rem);
	}
	.ec-shelfGrid__item::after {
		width: calc(100% - 2rem);
	}
	.ec-productRole__description dt {
		width: 26%;
	}
	.ec-blockTopBtn {
		width: 40px;
		height: 40px;
		bottom: 20px;
	}
	
	.sp_contact {
		position: fixed;
		top: 0.62rem;
		right: 4rem;
	}
	.sp_contact a {
		width: 3.35rem;
		height: 3.35rem;
		display: block;
	}
	.sp_contact img {
		width: 100%;
		height: 100%;
	}
    /*---------- Hamburger Menu ----------*/
	.menubtn {
		width: 3rem;
		height: 3rem;
		border-radius: 100px;
		background-color: #000;/*ボタンの色*/
		position: fixed;
		top: 0.8rem;
		right: 0.6rem;
		cursor: pointer;
		z-index: 99999;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#header a.menubtn:hover {
		opacity: 1; 
	}
	.menubtn span,
	.menubtn span:before,
	.menubtn span:after {
		content: '';
		display: block;
		height: 1.5px;
		background-color: #fff;
		position: absolute;
		transition: .8s;
	}

	.menubtn span:before {
		bottom: 0.5rem;
		width: 1.3rem;
		right: 0;
		height: 1.5px;
	}
	.menubtn span {
		width: 1.3rem;
	}
	.menubtn span:after {
		top: 0.5rem;
		width: 1.3rem;
		right: 0;
	}
	.peke span {
		background-color: rgba(255, 255, 255, 0)!important;/*メニューオープン時は真ん中の線を透明にする*/
		width: 1.4rem;
	}
	.peke span::before {
		bottom: 0;
		width: 1.4rem;
		transform: rotate(45deg);
	}
	.peke span::after {
		top: 0;
		width: 1.4rem;
		transform: rotate(-45deg);
	}
	.drawr.humbergur {
		transform: translateX(0%);
		z-index: 9999;
	}
	.drawr {
		background: #fff;
		position: fixed;
		top: 0;
		right: 0%;
		transform: translateX(100%);
		width: 100%;
		height: 100vh;
		transition: .6s;
		z-index: 9999;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 80px;
	}

	.drawr .container {
		display: flex;
		justify-content: space-between;
	}
	.drawr>ul {
		width: 80%;
	}
	.drawr ul {
		padding-left: 0;
		margin-bottom: 0;
	}
	.drawr ul li {
		list-style-type: none;
	}
	.drawr>ul li {
		padding: 1rem 0;
	}
	.menu-parent {
		position: relative;
		border-bottom: 1px dotted #ddd;
	}
	.menu-parent>a {
		display: inline-block;
		padding: 0;
	}
	.menu-parent::before {
		content: "";
		width: 0.8rem;
		height: 1px;
		position: absolute;
		background: #000;
		right: 0.4rem;
        top: 1.4rem;
		margin: auto;
		transition: 0.5s;
	}
	.menu-parent::after {
		content: "";
		height: 0.8rem;
		width: 1px;
		position: absolute;
		background: #000;
		right: 0.8rem;
		top: 1.1rem;
		margin: auto;
		transition: 0.5s;
		opacity: 1;
	}
	.menu-parent.active::after {
		opacity: 0;

	}
	.menu-child {
		margin-top: 0.8rem;
	}
	.menu-child li a::before {
		content: "∟";
		padding-right: 5px;
	}

	.menu-child li a {
		display: block;
		padding: 0;
	}

	.menu-child {
		display: none;
	} 
	
	
	.drawr .search {
		border: unset;
	}
	.drawr .left-t, .drawr .right-t, .drawr .left-b, .drawr .right-b {
		display: none;
	}
	.drawr .search_area>p {
        font-size: var(--font-size-base);
    }
	.drawr .search_category a {
        font-size: var(--font-size-base);
    }
	.drawr .search_area {
		
        padding: 1rem 0;
    }
	.drawr .search_product a {
		font-size: var(--font-size-base);
	}
	.drawr .ec-headerSearch__keyword {
        display: block;
    }
	.drawr_logo {
		margin-top: 2rem;
	}
	.drawr_logo img {
		width: 20rem;
	}
	
	.ec-sliderItemRole .item_nav {
		display: flex;
    	flex-wrap: wrap;
	}

}

