/* ---------------- 共通 ---------------- */


@media all {
    .wrapper {
        width: 100%;
        height: auto;
        position: relative
    }

    .wrapper .inner, .wrapper .inner-wide {
        margin: 0 auto;
        padding: 0 1rem
    }

    .wrapper::after {
        content: "";
        display: table;
        clear: both
    }
}

@media all and (max-width: 430px) {
    .wrapper {
        min-width: 320px
    }
    .wrapper .inner, .wrapper .inner-wide {
        margin: 0 auto;
        padding: 0 0.8rem
    }
}

@media all and (min-width: 1200px) {
    .wrapper {
        min-width: 1200px
    }

    .wrapper .inner {
        width: 1024px;
        padding: 0
    }

    .wrapper .inner-wide {
        width: 1200px;
        padding: 0
    }
}

/*ヘッダー*/
#globalNavBar {
    border-bottom: #AE2324 3px solid;
}
.common-nav {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.common-nav-SP-TB {
	display: none;
}
.common-nav #logo-area {
	width: 340px;
}
.common-nav #logo-area a {
	display: block;
	width: 280px;
}
.common-nav .menu-contentL {
	width: 380px;
	position: relative;
}
.common-nav .menu-contentL ul > li{
    display: inline-block;
	position: relative;
}
.common-nav .menu-contentL ul > li > a{
    padding: 25px 15px;
    display: block;
    font-size: 0.8em;
	font-weight: 600;
}
.common-nav .menu-contentL ul > li > a > span{
    margin-left: 1em;
	font-size: 0.5em;
}
.common-nav .menu-contentL ul > li:hover > a{
    background-color: #EDF1F3;
    color: #444;
}
.common-nav .menu-contentL ul.main_menu li ul.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    min-width: 340px;
    z-index: 10;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out, visibility 0.2s;
}
.common-nav .menu-contentL ul.main_menu li ul.sub_menu li{
    display: block;
}
.common-nav .menu-contentL ul.main_menu li ul.sub_menu li a{
	padding: 15px;
}
.common-nav .menu-contentL ul.main_menu li ul.sub_menu li a:hover{
    background-color: #EDF1F3;
    color: #AE2324;
}
.common-nav .menu-contentL ul.main_menu li:hover ul.sub_menu {
    max-height: 500px;
    opacity: 0.97;
    visibility: visible;
}
.common-nav .menu-contentL ul.main_menu li:hover ul.sub_menu ul.children li a {
    font-weight: 300;
    padding-left: 3em;
}
.common-nav .menu-contentL ul.main_menu li:hover ul.sub_menu ul.children li a::before {
    content: "-　";
}
.common-nav .menu-contentR {
	width: 300px;
}
.common-nav .menu-contentR ul {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.common-nav .menu-contentR ul li:first-child a {
	display: block;
	color: #fff;
	padding: 8px 15px;
	border-radius: 9999px;
	background: #7F8080;
	font-size: 0.8em;
    border: 1px solid #7F8080;
}
.common-nav .menu-contentR ul li:first-child a:hover {
	background: #fff;
    color: #191919;
    border: 1px solid #191919;
    opacity: 1;
}
.common-nav .menu-contentR ul li:nth-child(2) a {
	display: block;
	color: #fff;
	padding: 8px 25px;
	border-radius: 9999px;
	background: #AE2324;
	font-size: 0.8em;
    border: 1px solid #AE2324;
}
.common-nav .menu-contentR ul li:nth-child(2) a:hover {
	background: #fff;
    color: #AE2324;
    border: 1px solid #AE2324;
    opacity: 1;
}
.common-nav #headerSearchFormPC {
	width: 180px;
	border-bottom: 2px solid #DBDBDB;
}
.common-nav #headerSearchFormPC .search-form {
	position: relative;
}
.common-nav #headerSearchFormPC .search-form .icon-search {
    fill: #DBDBDB;
	position: absolute;
	top: 5px;
	left: 0;
}
#headerSearchFormPC input:-webkit-autofill,
#headerSearchFormPC input:-webkit-autofill:hover,
#headerSearchFormPC input:-webkit-autofill:focus,
#headerSearchFormPC input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	box-shadow: 0 0 0 1000px white inset !important;
	-webkit-text-fill-color: #000 !important;
	transition: background-color 9999s ease-in-out 0s;
}
#headerSearchFormPC input {
	background-color: #fff !important;
}
#headerSearchFormPC form .search-field {
    width: 100%;
    padding: 10px;
}

/*ヘッダーSP-TB*/
@media all and (max-width: 1199px) {
    .common-nav {
        display: none;
    }
	.common-nav-SP-TB {
		display: flex;
        align-items: center;
        justify-content: space-between;
		width: 95%;
        height: 70px;/*TB用*/
		margin: 0 auto;
	}
	.common-nav-SP-TB #logo-area {
        width: 90%;/*TB用*/
        padding: 5px;
    }
    .common-nav-SP-TB #logo-area a {
        width: 30%;/*TB用*/
        height: 100%;
        display: block;
    }
    .common-nav-SP-TB #menuTrigger, .common-nav-SP-TB #menuTrigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box
    }
    .common-nav-SP-TB #menuTrigger {
        width: 30px;/*TB用*/
        height: 20px;
        background: none;
        border: none;
        outline: none;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        margin: 3px;
    }
    .common-nav-SP-TB #menuTrigger span {
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #222;
        position: absolute;
    }
    .common-nav-SP-TB #menuTrigger span:nth-of-type(1) {
        top: 0
    }
    .common-nav-SP-TB #menuTrigger span:nth-of-type(2) {
        top: 9px
    }
    .common-nav-SP-TB #menuTrigger span:nth-of-type(3) {
        bottom: 0
    }
    .common-nav-SP-TB #menuTrigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg)
    }
    .common-nav-SP-TB #menuTrigger.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        animation: active-menu-bar02 .8s forwards
    }
    .common-nav-SP-TB #menuTrigger.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg)
    }
    .common-nav-SP-TB #searchFormTrigger{
        width: 40px;/*TB用*/
    }
    .common-nav-SP-TB #searchFormTrigger button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer
    }
    .common-nav-SP-TB #searchFormTrigger .icon-search {
        width: 24px;
        height: 24px;
        fill: #DBDBDB;
        margin: 3px;
    }
	.common-nav-SP-TB .menu-content {
        top: 72px;/*TB用*/
        left: 0;
        width: 100%;
        height: 0;
        background: #fff;
        position: fixed;
        z-index: 100;
        opacity: 1;
        overflow-y: scroll;
        transition: all .5s;
    }
    .common-nav-SP-TB .menu-content.active {
        height: 100%
    }
    .common-nav-SP-TB .menu-content #valveMenu .inner {
        padding: 0;
    }
    .common-nav-SP-TB .menu-content ul {
        list-style: none;
    }
    .common-nav-SP-TB .menu-content ul>li a, .common-nav-SP-TB .menu-content ul>li label {
        width: 100%;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        border-bottom: solid 1px #DBDBDB;
        padding: 13px;
        display: block;
        position: relative
    }
    .common-nav-SP-TB .menu-content ul>li a span {
        display: none
    }
    .common-nav-SP-TB .menu-content ul>li .children {
        border-top: none;
        padding: 0 0 10px
    }
    .common-nav-SP-TB .menu-content ul>li .children a {
        font-weight: 400;
        padding: 15px 40px
    }
    .common-nav-SP-TB .menu-content .menu-contentB {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px 100px;
    }
    .common-nav-SP-TB .menu-content .menu-contentB p {
        width: 48%;
        text-align: center;
        font-weight: 700;
    }
    .common-nav-SP-TB .menu-content .menu-contentB p:first-child a {
        display: block;
        color: #fff;
        padding: 12px 15px;
        border-radius: 9999px;
        background: #7F8080;
        font-size: 0.8em;
        color: #fff;
    }
    .common-nav-SP-TB .menu-content .menu-contentB p:nth-child(2) a {
        display: block;
        color: #fff;
        padding: 12px 25px;
        border-radius: 9999px;
        background: #AE2324;
        font-size: 0.8em;
        color: #fff;
    }
    #headerSearchForm {
        left: 0;
        top: 72px;/*TB用*/
        width: 100%;
        height: 0;
        background-color: #fff;
        padding: 0 20px;
        position: fixed;
        z-index: 10;
        transition: all .5s
    }
    #headerSearchForm label.pc-none {
        width: 100%;
        color: #191919;
        font-size: 16px;
        font-size: 1rem;
        margin: 20px 0 10px;
        display: none
    }
    #headerSearchForm form {
        display: none;
        border: 1px solid #7F8080;
        border-radius: 3px;
    }
    #headerSearchForm form .search-field {
        width: 90%;
        padding: 10px;
        background-color: #fff;
        font-size: 16px;
    }
    #headerSearchForm form label {
        top: 9px;
        right: 15px;
    }
    #headerSearchForm.active {
        height: 100%
    }
    #headerSearchForm.active label.pc-none {
        display: block
    }
    #headerSearchForm.active form {
        display: block;
    }
}
@media all and (max-width: 430px) {
    .common-nav-SP-TB {
        height: 60px;/*SP用*/
    }
    .common-nav-SP-TB #logo-area {
        width: 78%;/*SP用*/
    }
    .common-nav-SP-TB #logo-area a {
        width: 80%;/*SP用*/
    }
    .common-nav-SP-TB #menuTrigger {
        width: 30px;/*SP用*/
    }
    .common-nav-SP-TB #searchFormTrigger{
        width: 40px;/*SP用*/
    }
    .common-nav-SP-TB .menu-content {
        top: 62px;/*SP用*/
    }
    #headerSearchForm {
        top: 62px;/*SP用*/
    }
}

/*フッター*/
#footer {
    padding: 40px;
    background-color: #F5F5F5
}
#footer .logo {
    width: 80%;
    margin-bottom: 20px;
}
#footer h3 {
    font-size: 0.9rem;
}
#footer .footer-nav {
    display: flex;
    justify-content: space-between;
}
#footer .footer-nav .address {
    font-size: 0.7rem;
    line-height: 1.8;
    margin: 0 0 30px;
    width: 30%;
}
#footer .footer-nav nav {
    width: 60%;
    font-size: 0.8rem;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
}
#footer .footer-nav nav ul.nav_sgl {
    width: 13%
}
#footer .footer-nav nav ul.nav_sgl2 {
    width: 22%
}
#footer .footer-nav nav ul.nav_dbl {
    width: 50%
}
#footer .footer-nav nav ul:not(.children) a {
    margin-bottom: .3em;
    display: block;
    font-weight: 500;
}
#footer .footer-nav nav ul.children {
    margin: 0 0 0 1em;
}
#footer .footer-nav nav ul.children a {
    font-weight: 300;
}
#footer .copyright small {
    font-size: 0.7rem;
    font-weight: 300;
    padding: 20px;
    display: block
}
/*フッターSP-TB*/
@media all and (max-width: 1199px) {
    #footer {
        width: 100%;
        padding: 30px 0;
    }
    #footer .footer-nav {
        display: block;
    }
    #footer .logo {
        width: 30%;/*TB用*/
        margin: 0 0 20px;
    }
    #footer .footer-nav .address {
        font-size: 0.7rem;
        line-height: 1.8;
        margin: 0 0 30px;
        width: 100%;
    }
    #footer .footer-nav nav {
        width: 100%;
        display: block;
    }
    #footer .footer-nav nav ul.children {
        margin-top: 1em;
    }
    #footer .footer-nav nav ul.nav_sgl {
        width: 100%
    }
    #footer .footer-nav nav ul.nav_sgl2 {
        width: 100%
    }
    #footer .footer-nav nav ul.nav_dbl {
        width: 100%
    }
    #footer .footer-nav nav ul li {
    margin-bottom: 1em;
}
}
@media all and (max-width: 430px) {
    #footer .logo {
        width: 75%;/*スマホ用*/
    }
}

/*CVエリア*/
.page-footer-contact {
    background: #191919;
    padding: 30px 40px 40px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}
.page-footer-contact a {
    color: #fff;
}
.page-footer-contact .inner-wide {
    width: 1200px;
    margin: 0 auto;
}
.page-footer-contact .footer-contact-tl {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.page-footer-contact .footer-contact-txt {
    margin-bottom: 30px;
    font-size: 14px;
}
.page-footer-contact .footer-contact-tel {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.page-footer-contact .footer-contact-tel::before {
    content: "";
    width: 47px;
    height: 47px;
    background-image: url("/assets/img/001_cmn/si_phone-fill.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.page-footer-contact .footer-contact-btn {
    margin: 40px auto 0;
    width: 560px;
}
.page-footer-contact .footer-contact-btn span {
    display: block;
}
.page-footer-contact .footer-contact-btn a {
    display: block;
    background: #AE2324;
    padding: 10px;
    border-radius: 5px;
}
.page-footer-contact .footer-contact-btn a:hover {
    background: #EDF1F3;
    color: #AE2324;
    opacity: 1;
}
.page-footer-contact .footer-contact-btn a:hover span:nth-child(1)::before {
    background-image: url("/assets/img/001_cmn/material-symbols_mail_red.png");
}
.page-footer-contact .footer-contact-btn span:nth-child(1){
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.page-footer-contact .footer-contact-btn span:nth-child(1)::before {
    content: "";
    width: 27px;
    height: 27px;
    background-image: url("/assets/img/001_cmn/material-symbols_mail.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
/*CVエリアSP-TB*/
@media all and (max-width: 1199px) {
    .page-footer-contact {
        padding: 20px 0 30px;
    }
    .page-footer-contact .inner-wide {
        width: 95%;
    }
    .page-footer-contact .footer-contact-btn {
        margin-top: 20px;
        width: 70%;/*TB用*/
    }
    .page-footer-contact .footer-contact-tel {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .page-footer-contact .footer-contact-tel::before {
        width: 35px;
        height: 35px;
    }
    .page-footer-contact .footer-contact-btn span:nth-child(1){
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    .page-footer-contact .footer-contact-btn span:nth-child(1)::before {
        width: 20px;
        height: 20px;
    }
}
@media all and (max-width: 430px) {
    .page-footer-contact .footer-contact-btn {
        width: 100%;/*スマホ用*/
    }
}

/*ページタイトル*/
.page-title {
    width: 100%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-image: url("/assets/img/001_cmn/page-title.jpg");
    display: flex;
    align-items:center;
    justify-content:center;
    letter-spacing: 2px;
}
.page-title h1 {
    width: 1200px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #191919;
    z-index: 5;
    padding: 0 30px;
}
/*ページタイトルSP*/
@media all and (max-width: 430px) {
    .page-title {
        height: 80px;
    }
    .page-title h1 {
        width: 100%;
        font-size: 1.2rem;
        padding: 0 10px;
        text-align: center;
    }
}

/*パンくず*/
.breadcrumb {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-bottom: 30px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.breadcrumb ol {
    list-style: none;
    margin: 5px 0;
    display: flex
}
.breadcrumb ol li a {
    padding: 0 1.5em 0 0;
    position: relative;
    padding: 0 2em 0 0
}
.breadcrumb ol li a::after {
    content: "";
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-image: url("/assets/img/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    opacity: 30%;
}
/*パンくずSP*/
@media all and (max-width: 430px) {
    .breadcrumb {
        font-size: 10px;
        padding: 7px;
    }
    .breadcrumb ol {
        flex-wrap: wrap
    }
}


/* ---------------- 追加CSS　※関連商品等 ---------------- */
.connection{
    /*border-top: 1px solid #eee;*/
	margin-top: 2rem;
}
.cnt-item-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.cnt-item {
    width: 15%;
    margin: 0 2% 2em 0;
}
.cnt-item:nth-child(6n){
	margin-right:0;
}
.cnt-item .photo {
    margin-bottom: 1rem;
	border: 1px solid #efefef;
}
.cnt-item .photo img {
    width: 100%;
}
.cnt-item .title {
	line-height: 1.5;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cnt-item .text {
	line-height: 1.5;
	font-size: 13px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media all and (max-width: 430px) {
	.cnt-item {
		width: 49%;
		margin: 0 2% 2em 0;
	}
	.cnt-item:nth-child(5n){
		margin-right:2%;
	}
	.cnt-item:nth-child(2n){
		margin-right:0;
	}
}