/* --------------------
　アコーディオン (2022/11/07)
-------------------- */

.cmp-accordion__header {
	margin: 0;
}

.cmp-accordion__button {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.6;
	position: relative;
	padding: 10px 10px 10px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #545454;
	background-color: #fff;
	font-family: "FP-ヒラギノ角ゴ ProN W3";
	font-size: 17px;
	outline: none;
}

.cmp-accordion__title {
	display: inline-block;
	min-height: 5px;
    width: 90%;
}

.cmp-accordion__icon {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.cmp-accordion__icon::after {
    content: '\f0fe';
    font-family: 'FontAwesome';
    font-weight: 400;
}

.cmp-accordion__button--expanded > .cmp-accordion__icon::after {
	content: '\f146';
    font-family: 'FontAwesome';
    font-weight: 400;
}


/* テキストカラー */

.accordion_blue {
	color: #0074C1;
}

.accordion_black {
	color: #545454;
}


/* 開閉制限 */

.cmp-accordion__panel--hidden {
	width: 100%;
	height: 0px;
	z-index: -3;
	position: relative;
	bottom: 150000px;
	visibility: hidden;
}

.cmp-accordion__panel--expanded {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	top: 0px;
	visibility: visible;
	padding: 1.5em 10px 10px;
    background-color: #F8F9F9;
}

.cmp-accordion__panel--hidden > .responsivegrid {
	width: 100%;
	height: 0px;
	z-index: -3;
	position: absolute;
	top: -200000px;
	visibility: hidden;
}

.cmp-accordion__panel--expanded > .responsivegrid {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	top: 0px;
	visibility: visible;
    background-color: #F8F9F9;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	.cmp-accordion__button {
		padding: 10px 20px 10px 10px;
		margin: 0;
            line-height: 1.6;
	}

	.cmp-accordion__title {
		vertical-align: middle;
	}
    
	.cmp-accordion__icon {
		width: 30px;
		height: 30px;
		right: 10px;
		top: 3px;
		font-weight: 900;
	}
}
.anchor_link ul {
    flex-wrap: wrap;
    display: flex;
    margin: 30px 0;
    font-size: 85%;
    justify-content: center;
}

.anchor_link li {
    margin-top: 0;
    width: 31%;
    margin-right: 1.3%;
}
/*.anchor_link li:nth-of-type(4n) {
    margin-right: 0;
}*/
.anchor_link li a {
    text-decoration: none;
    border-bottom: solid 1px #333;
    display: inline-block;
    width: 100%;
    padding: 9px 7% 8px 0;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.anchor_link li a::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    bottom: 11px;
    right: 5px;
    display: inline-block;

}

.anchor_link li a:hover{
    opacity:0.5;
}


/****法人向け****/
#b2b-contents-page .anchor_link ul {
    flex-wrap: wrap;
    display: flex;
    margin: 0 0 25px;
    font-size: 85%;
    justify-content: start;
}

#b2b-contents-page .anchor_link li {
    padding: 10px 0;
    width: 24%;
}

#b2b-contents-page .anchor_link li a {
    letter-spacing: 0px;
}
#b2b-contents-page .anchor_link li a::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    right: 2%;
    display: inline-block;
    top: 50%;
    margin-top: -7px;
    font-weight: normal;
    transition: .05s linear;
}


#b2b-contents-page .anchor_link li a:hover {


}

#b2b-contents-page .anchor_link li a:hover::after {
    top: 55%;
}
.anchor_header {
    position: sticky;
    background-color: #fff;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    display: flex;
    max-width: 1240px;
    float: none !important;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 20px;
}
.anchor_header h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.2;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.anchor_header ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    width: 60%;
}

.anchor_header li {
    margin: 0 1.5%;
    display: flex;
}

.anchor_header li a {
    display: inline-block;
    padding: 20px 25px 0px 0;
    position: relative;
    cursor: pointer;
}

.anchor_header a.anchor:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    bottom: 11px;
    right: 5px;
    display: inline-block;
}

.anchor_header a.anchor:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: 2%;
    margin-top: -6px;
    bottom: auto;
}

.anchor_header a.external:after {
    content: "\f08e";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    bottom: 11px;
    right: 3px;
    display: inline-block;
}

.anchor_header a.shopping:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    font-size: 14px;
    bottom: 11px;
    left: 5px;
    padding-right: 5px;
    display: inline-block;
}


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


.anchor_header {
    flex-direction: column;
    justify-content: center;
    padding: 20px 5%;
    position: static;
}

.anchor_header h2 {
    font-size: 20px;
    width: 100%;
    margin-bottom: 15px;
}

.anchor_header ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
}
.anchor_header li {
    width: 100%;
    margin: 0 auto;
}
.anchor_header li a{
    width: 100%;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #333;
    padding: 7px 1%;
}


}

/* Breadcrumb */

.breadcrumb {
    margin: 0;
    background-color: #eee;
}

.jvc_breadcrumb {
    display: block;
    padding: 10px 30px 5px;
    max-width: 1255px;
    margin: 0 auto;
}

.jvc_breadcrumb ul {
    text-align: left;
}

.jvc_breadcrumb ul li {
    display: inline;
    list-style: none;
    font-size: 12px;
    /*color: #545454;*/
}

.jvc_breadcrumb ul li a {
    font-size: 12px;
    color: #545454;
    font-weight: normal;
}


.jvc_breadcrumb_list li:before {
    content: '\003e';
}

.jvc_breadcrumb_list li:first-child:before {
    content: "";
}

.custom-title {
    text-align: left;
}

/**** 法人向け *****/
#b2b-contents-page .jvc_breadcrumb ul li a {
    font-size: 12px;
    color: #545454;
    font-weight: normal;
    text-decoration: underline;
    transition:0s;
}
#b2b-contents-page .jvc_breadcrumb ul li a:hover {
    opacity: 0.5;
}
/* --------------------
　ボタン
-------------------- */

.link_button {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	text-align: center;
}

/* リンク先アイコン */
button.pagelink::after {
	font-family: 'FontAwesome';
	content: "\f105";
	padding-left: 0.5em;
}

.btn_external::after {
	font-family: FontAwesome;
	font-size: 0.7em;
	display: inline;
	vertical-align: 1px;
	margin-left: 5px;
	content: "\f08e";
}


/* サイズ */
.jvc_btn {
	display: inline-block;
	/* width: 98%; */
	/* font-size: 17px; */
    /* line-height: 1.4; */
	/* text-align: center; */
	vertical-align: middle;
	/* touch-action: manipulation; */
	/* cursor: pointer; */
	/* border: 1px solid #8f8f8f; */
	/* padding: 1.0em 1.0em; */
	/* background: #fff; */
	/* color: #333; */
	/* border-radius: 4px; */
	position: relative;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
}

/* 取説リンクボタン */
.jvc_btn {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    height: 100%;
    width: 98%;
    margin: 5px auto !important;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #8f8f8f;
    padding: 1.0em 1.0em;
    background: #fff;
    color: #333;
    border-radius: 7rem;
}

.jvc_btn_small {
	display: inline-block;
	width: 98%;
	font-size: 13px;
    line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #8f8f8f;
	padding: 1.0em 1.0em;
	background: #fff;
	color: #333;
	border-radius: 4px;
}

.jvc_btn_large {
	display: inline-block;
	width: 98%;
	font-size: 24px;
    line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #8f8f8f;
	padding: 2.0em 1.0em;
	background: #fff;
	color: #333;
	border-radius: 4px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc_btn:hover,
.jvc_btn_small:hover,
.jvc_btn_large:hover {
	opacity: 0.7;
}


/* 背景色 */
.btnb_gray {
	background: #ccc;
	border-color: #ccc;
}

.btnb_blue {
	background: #006AB4;
	color: #fff;
	border-color: #006ab4;
}

.btnb_black {
	background: #545454;
	color: #fff;
	border-color: #545454;
}

.btnb_red {
	background: #F70900;
	color: #fff;
	border-color: #F70900;
}


/* 用途別デザイン */
/*	font-size: 13px;
    line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #8f8f8f;
	padding: 1.0em 1.0em;
	background: #fff;
	color: #333;
	border-radius: 4px;
*/
button.buy, button.document, button.inquiry, button.faq, button.user, button.download {
    width: 100%;
    padding: 0.4em 1em;
    /*line-height: 30px;*/
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #8f8f8f;
    background: #fff;
    color: #333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.buy:hover, button.document:hover, button.inquiry:hover, button.faq:hover, button.user:hover, button.download:hover {
    opacity: 0.7;
}
button.buy span, button.document span, button.inquiry span, button.faq span, button.user span, button.download span {
    flex: 1;
    max-width: max-content;
}

button.buy {
    /*font-family: "FP-ヒラギノ角ゴ ProN W6";*/
    background-color: #ffa200;
    color: #fff;
    border: solid 1px #ffa200;
}

button.buy::before, button.document::before, button.inquiry::before, button.faq::before, button.user::before,button.download::before {
    content: '';
	display: inline-block;
	background: url(../../../content/dam/jvc/webmaterial/icons/icon_buy_white.svg);
    width: 32px;
    height: 32px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
button.buy::before {
	background-image: url(../../../content/dam/jvc/webmaterial/icons/icon_buy_white.svg);
}
button.pagelink.buy::after {
    font-weight: bold;
}
.buy .btn_external::after {
    font-size: 1.0em;
    vertical-align: 0;
}

button.document {}

button.document::before {
	background-image: url(../../../content/dam/jvc/webmaterial/icons/icon__dl.svg);
}

button.inquiry {}

button.inquiry::before {
	background-image: url(../../../content/dam/jvc/webmaterial/icons/icon__support.svg);
}

button.faq {}

button.faq::before {
	background-image: url(../../../content/dam/jvc/webmaterial/icons/icon__faq.svg);
}

button.user {}

button.user::before {
	background-image: url(../../../content/dam/jvc/webmaterial/icons/icon__user.svg);
}

button.download {}

button.download::before {
	background-image: url(../../../content/dam/jvc/webmaterial/icons/icon_download.svg);
}

@media screen and (max-width:768px) {
	/**** 法人向け ****/
	#b2b-contents-page .link_button {
		width: 100%;
	}
}
/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */


/* スライド */
.cmp-carousel__content {
    position: relative;
    margin: 0 auto;
    max-width: 895px;
}

.cmp-carousel__item {
    display: none;
}

.cmp-carousel__item--active {
    display: block;
}


/* ボタン */
.cmp-carousel__actions {
    width: 100%;
    height: 0;
    max-width: 895px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.cmp-carousel__action {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: rgba(204, 204, 204, 0.5);
    border: none;
}

.cmp-carousel__action:hover {
    background-color: rgba(204, 204, 204, 0.8);
}

.cmp-carousel__action--previous {
    left: 0;
}

.cmp-carousel__action--next {
    right: 0;
}

.cmp-carousel__action::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 5px solid rgba(255, 255, 255, 0.7);
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 22.5%;
}

.cmp-carousel__action--previous::after {
    transform: rotate(-135deg);
    left: 35%;
}

.cmp-carousel__action--next::after {
    transform: rotate(45deg);
    right: 35%;
}


/* インジケーター */
.cmp-carousel__indicators {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.cmp-carousel__indicator {
    display: inline-block;
    width: 75px;
    border: 4px solid #ccc;
    margin: 10px 2px;
    cursor: pointer;
}

.cmp-carousel__indicator:hover {
    opacity: 0.5;
}

.cmp-carousel__indicator--active {
    border: 4px solid #f00;
    pointer-events: none;
}

/* Children List */
/*
.child_list {
    display: flex;
    justify-content: space-between;
    max-width: 1190px;
    margin: 0px auto 20px;
}

.child_list h1 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 50px;
    text-align: left;
}

.child_list ul {
    display: flex;
    margin-top: 15px;
    padding-top: 5px;
}

.child_list li {
    border-left: 1px solid #666;
    padding: 0px 10px;
    margin-bottom: 5px;
    list-style: none;
}

.child_list li:last-child {
    border-right: 1px solid #666;
}

.child_list li a {
    color: #545454;
}

.child_list li a:hover {
    opacity: 0.6;
}
*/
/* カルーセル 2022/11/21 */

.carousel_slider {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    max-height: 600px;
}

.carousel_inner {
    display: block;
    width: 100%;
    max-height: 600px;
    overflow:hidden;
}
/*
.carousel_inner::before,
.carousel_inner::after {
  content: "";
  clear: both;
  display: block;
}
*/

.carousel_inner li {
    display: none;
    /*position: absolute;
    top: 0;
    left: 0;*/
    max-width: 1200px;
    margin: 0 0 10px 0;
    overflow: hidden;
    /*background-color:#eee;*/
}

.carousel_inner li.active {
    display: block;
    position:static !important;
}



.carousel_inner li  a{
    cursor: pointer;
}

.carousel_inner img {
    width: 100%;
    height: auto;
}



/* インジケーター */

#indicator {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

#indicator li {
    display: inline-block;
    width: 75px;
    border: 4px solid #ccc;
    margin: 10px 2px;
    cursor: pointer;
    padding-bottom:0!important;
}

#indicator li:hover {
    opacity: 0.5;
}

#indicator .active {
    border: 4px solid #f00;
    pointer-events: none;
}



/* 前へ/次へボタン */
.carousel_btn {
    width: 100%;
    height: 0;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.carousel_btn .btn_prev,
.carousel_btn .btn_next {
    display: block;
    position: absolute;
    top: 0%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: rgba(204, 204, 204, 0.5);
}

.carousel_btn .btn_prev:hover,
.carousel_btn .btn_next:hover {
    background-color: rgba(204, 204, 204, 0.8);
}

.carousel_btn .btn_prev {
    left: 0;
}

.carousel_btn .btn_next {
    right: 0;
}

.carousel_btn .btn_prev::after,
.carousel_btn .btn_next::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 5px solid rgba(255, 255, 255, 0.7);
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 22.5%;
}

.carousel_btn .btn_prev::after {
    transform: rotate(-135deg);
    left: 35%;
}

.carousel_btn .btn_next::after {
    transform: rotate(45deg);
    right: 35%;
}


/* テキストエリア */
.carousel_inner span {
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    padding: 20px 60px;
    /*background-color: rgba(255, 255, 255, 0.75);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #545454;
}
.carousel_inner span p{
    font-size: 21px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    letter-spacing: 2px;
    line-height: 1.3;
}


.carousel_inner span h1, .carousel_inner span h2 {
    font-size: 32px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.2;
    margin: 0.5em 0;
}
/*
.carousel_inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 80%;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #545454;
}
*/
.carousel_inner .text_top {
    top: 10px;
    transform: translate3d(-50%, 0%, 0);
}

.carousel_inner .text_bottom {
    top: calc(100% - 10px);
    transform: translate3d(-50%, -100%, 0);
}


/*法人向け*/
#b2b-contents-page .ct_carousel{
    padding-bottom: 10px;
}
#b2b-contents-page .carousel_inner span p {
    font-size: 21px;
}

/* Category Menu */

.sticky_category_menu{
    position: sticky;
    top: 0;
    background-color: #eee;
    z-index:9;
	/*padding: 0 15px !important;  */
}
.category {
    background-color: #eee;
    z-index: 2;
    overflow: hidden;
}


.category > div {
    display: flex;
    max-width: 1260px;/*最大幅をパンくずリストと同じ構造にする*/
    margin: 5px auto 15px;
    padding: 0 0 0 30px;
}


.category > div > p {
    font-size:23px;
    /*margin-top: 10px;*/
    margin-right:50px;
}

.category_menu {
    display: flex;
    /*margin-top: 10px;*/
    padding-top:2px;
}

.category_menu li {
    border-left: 1px solid #666;
}

.category_menu li:last-child {
    border-right: 1px solid #666;
}
.category_menu li p {
    font-size: 16px;
    /* padding: 3px 15px; */
    line-height: 1;
    margin: 0 15px;
    padding-bottom: 1px;
}
.category_menu .active p{
    border-bottom: 3px solid #f00;
}
.category_menu li p a{
    padding: 3px 5px;
    line-height: 1.4;
    
}
/****法人向け****/
#b2b-contents-page .category > div > p {

}





/* Container */
/* 2021/6/9 */

@media all and (-ms-high-contrast: none){
    .container > div{
        width: 100%;
    }
}

.fit_container > div,
.fit_window > div {
    background-position: left center;
    clear: both !important;
}

.fit_container {
    width: 100%;
    max-width: 1280px;
    margin: auto !important;
    float: none !important;
    clear: both !important;
    padding: 0 40px;
}

.fit_window {
    /*width: 100vw !important;
    max-width:100vw;
    overflow:hidden;
    float: none !important;
    clear: both !important;
    margin-left: calc(-1 * ((100vw - 100%) / 2) - 9px);
    margin-right: calc(-1 * ((100vw - 100%) / 2));
    padding-left:18px !important;*/
}

.xf-content-height {
    margin: 0 auto !important;
}


.root > .aem-Grid > .new.section {
    max-height: 0px;
    height: 0px;
    margin: 0;
    padding: 0;
}


/* クラスを追加した上での調整 2020.01.06 */
/* コンテナに記述されたクラス名によりスタイル調整 */

.bg_top,
.fit_window > .bg_top,
.fit_container > .bg_top {
    background-position: top;
}

.bg_bottom,
.fit_window > .bg_bottom,
.fit_container > .bg_bottom {
    background-position: bottom;
}

.bg_right,
.fit_window > .bg_right,
.fit_container > .bg_right {
    background-position: right;
}

/*
.fit_window .text_white h2 {
    color: #fff;
}
*/

/* コンテナの高さを合わせる */
.flex > div {
    display: flex;
    flex-wrap: wrap;
}

.flex > div > div {
    display: flex !important;
}

/* コンテナの中心を合わせる */
.flex_center > div {
    display: flex;
    flex-wrap: wrap;
}

.flex_center > div > div {
    display: flex !important;
    align-items: center;
}

/* button.css */
/*
.acc .link_button {
    margin: 5px 0;
}

.acc .jvc_btn {
    padding: 4px;
}
*/


/* サポートエリア用記述 */
.support_contents {
}
.support_contents > div{
    width: auto;
    margin-right: -10px;
}

/* 製品概要エリア記述 */
.product_outline .jvc-text{
    margin-bottom: 0.2em;
}

.product_ouline .title h2{
    line-height: 1.0;
    margin-bottom: 0.5em;
}

/*** 法人向け ***/

/*#b2b-contents-page .fit_container > div{
    padding: 0 !important;
}*/

/*サポート*/
#b2b-contents-page .support_contents {
    padding: 20px 0 !important;
    width: 100%;
}
#b2b-contents-page .support_contents > div{
    width: auto;
    margin-right: 0;
}
#b2b-contents-page .support_contents .tit_border > div {
    padding: 12px 2% !important;
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 80%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 90px;
}

#b2b-contents-page .support_contents .tit_border > div .textimage-img {
    width: 15%;
    display: inline-block;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    
}
#b2b-contents-page .support_contents .tit_border > div .textimage-content {
    width: 76%;
    margin-left: 6%;
}

#b2b-contents-page .support_contents .textimage-text {
}
#b2b-contents-page .support_contents .textimage-text p:first-of-type {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-weight: bold;
    text-align: left !important;
    font-size: 16px;
    margin: 5px 0;
}
#b2b-contents-page .support_contents .textimage-text p:nth-of-type(2) {

}
#b2b-contents-page .support_contents .textimage-text p:last-of-type {
    font-size: 14px;
    text-align: left !important;
}
#b2b-contents-page .support_contents .title h3 {
    border: none;
    margin: 20px 0 10px;
    padding: 0;
}
#b2b-contents-page .support_contents .link_button {
    margin: 0 0.5%;
    width: 32.333%;
}
#b2b-contents-page .support_contents .link_button button {
    padding: 20px;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    border: 1px solid #ccc;
}



@media screen and (max-width: 768px){
    .flex_center div{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


/*----------------------- LP用 ----------------------*/
/* 背景あり特長見出し用　コンテナコンポーネントのクラス名にsp-feature を設定する */
.sp-feature{
    /*max-height: 800px;
    min-height: 400px;*/
    height: 40vw;
    /*background-size: cover !important;*/
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-feature > div > .container{
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);*/
}
.sp-feature h2.subbig{
    font-size: 32px;
    margin: 0.5em 0;
    border: none;
}
.sp-feature h3.subbig{
    font-size: 24px;
    margin: 0.5em 0;
    padding: 0;
    border: none;
}
.alignTop{
    align-items: unset;
}
.alignTop > div > .container{
    margin-top: 30px !important;
}
.alignBottom{
    align-items: flex-end;
}
.alignBottom > div > .container{
    margin-top: 30px !important;
}

@media screen and (max-width: 768px){
    .sp-feature, .fit_window .sp-feature{
        background-size: 100% !important;
        background-position: top !important;
        padding-top: calc( 800/1920 * 100%) !important; /* 背景画像のサイズで計算 */
    }
    .sp-feature {
        padding: 0 !important;
        height: auto;
    }
    .sp-feature > div > .container{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .sp-feature .fit_container {
        padding: 0 !important;
    }
    .sp-feature .fit_container > div{
        padding: 0 !important;
    }
    .sp-feature h2.subbig, .sp-feature h3.subbig{
        font-size: 18px;
    }
    .alignTop > div > .container{
        margin-top: 0 !important;
    }
}

/* 簡易表示用Width指定 */
.simple_contents{
    max-width: 980px;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* 埋め込みページ CSS */

.external > iframe {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    height: 100%;
}

/* jvc img */

.image span {
    display: block;
}

.image span img {
    /*width: auto !important;*/
    max-width: 100%;
}

.image-top {
    text-align: center;
    vertical-align: middle;
}

.image-left {
    text-align: left;
    vertical-align: middle;
}

.image-right {
    text-align: right;
    vertical-align: middle;
}

.image .img_zoom {
    text-align: right;
    margin-right: 20px;
}

/* キャプション */
.image span > p{
    width: 100%;
    font-size:12px;
    text-align: center;
    margin-top:5px;
}

.image .image-top > p {
    margin-left: auto;
    margin-right: auto;
}

.image .image-left > p {
    margin-right: auto;
}

.image .image-right > p {
    margin-left: auto;
}                
/* information */

.icon_notice_list {
    border: 1px solid #a5a5a5;
    padding: 15px 2% !important;
    position: relative;
}

.icon_notice_list > p {
    display: inline-block;
    background: url('client-design/clientlib-design/resources/img/icons/notice.png') 0 0 no-repeat;
    margin-bottom: 30px;
    padding-left: 23px;
}

.icon_notice_list > p > a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 12px;
    line-height: 1em;
	text-decoration: none;
}

.icon_notice_list ul {
    margin: 0 2%;
}

.icon_notice_list li {
    line-height: 1.7;
    display: flex;
    /*justify-content: space-between;*/
    align-items: first baseline;
    margin-bottom: 0.5em;
}

.icon_notice_list li time {
    width: 15%;
    font-weight: bold;
}

.icon_notice_list li p {
    width: 85%;
    color: #dc0000;
    line-height: 1.3;
    font-size: 14px;
}

.icon_notice_list li a {
    text-decoration: underline;
    color: #dc0000;
}

.icon_notice_list li a[target=_blank]:after {
	font-family: FontAwesome;
	font-size: 0.8em;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 3px;
    content: "\f08e";
} 

.icon_notice_list a.info_list {
    position: absolute;
    color: #454545;
    text-decoration: none;
    font-size: 13px;
    right: 0;
    width: 125px;
    padding: 5px 20px;
}

.icon_notice_list a.info_list::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 25px;
    top: 7px;
}

/* Main Banner */

.mainbanner > section {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

#main_slider {
    width: 100%;
    max-width: 895px;
    max-height: 502px;
    overflow: hidden;
}

#main_slider div {
    position: relative;
    cursor: pointer;
    display: none;
}

#main_slider .active {
    display: block;
}

/* サムネイルスライダー*/
#sub_slider {
    position: relative;
    width: 34%;
    max-width: 295px;
}

#sub_slider ul {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    list-style: none;
    overflow: hidden;
    padding-inline-start: 0px;
    height: 100%;
    max-height: 502px;
    padding-left: 10px;
}

#sub_slider li img {
    max-height: 160px;
    margin: 0 0 3.5% auto;
    cursor: pointer;
}

#sub_slider li img:hover {
    opacity: 0.5;
}

.mainbanner img {
    width: 100%;
    height: auto;
    display: block;
}

/* 前へ/次へボタン */
.mainbanner .btn_prev,
.mainbanner .btn_next {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: rgba(204, 204, 204, 0.5);
}

.mainbanner .btn_prev:hover,
.mainbanner .btn_next:hover {
    background-color: rgba(204, 204, 204, 0.8);
}

.mainbanner .btn_prev {
    top: 0;
}

.mainbanner .btn_next {
    bottom: 0;
}

.mainbanner .btn_prev::after,
.mainbanner .btn_next::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 5px solid rgba(255, 255, 255, 0.7);
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 27%;
}

.mainbanner .btn_prev::after {
    top: 35%;
    transform: rotate(-45deg);
}

.mainbanner .btn_next::after {
    bottom: 35%;
    transform: rotate(135deg);
}

/* テキストエリア */

#main_slider span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    padding: 5px 60px;
    /*margin-left: 10px;*/
    /*background-color: rgba(255, 255, 255, 0.75);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #545454;
}
#main_slider span p{
    font-size: 20px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#main_slider span h1, #main_slider span h2{
    font-size: 32px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.2;
    margin: 0.5em 0;
}
#main_slider .text_top {
    top: 10px;
    transform: translate3d(-50%, 0%, 0);
}

#main_slider .text_bottom {
    top: calc(100% - 10px);
    transform: translate3d(-50%, -100%, 0);
}

.noclick {
    pointer-events: none;
}

/* News */

.top-news__body {
    position: relative;
    padding: 0 10px;
    margin-bottom: 40px;
}

.top-news__title {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 5px solid #c9c9c9;
    line-height: 2;
    margin-bottom: 10px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.top-news__body li {
    padding: 10px 0 15px;
    margin: 0 auto;
    border-bottom: 1px solid #d2d2d2;
}

.top-news__body li + li {
    margin-top: 10px;
}

.top-news__body li time {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
}

/* NEWラベル */
.top-news__body li .new_model {
    font-size: 10px;
    display: inline-block;
    margin: 0px 2px 0px 10px;
    padding: 4px 6px;
    font-weight: normal;
    color: #ffffff;
    background-color: #C80000;
}
/*
.top-news__body li time.new-news::after {
    content: 'NEW';
    position: absolute;
    left: 145px;
    top: 4px;
    font-size: 9px;
    color: #FFF;
    background-color: #c80000;
    font-weight: normal;
    padding: 2px 6px;
}
*/

.top-news__body li > p {
    font-size: 15px;
    line-height: 1.8;
}

.top-news__body li a {
    text-decoration: underline;
}

.top-news__body li section,
.top-news__body li section > *{
    font-size: 14px;
    line-height: 1.5;
}

.top-news__body li a[target=_blank]:after {
	font-family: FontAwesome;
	font-size: 0.8em;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 3px;
    content: "\f08e";
}

.top-news__body .btn {
    position: absolute;
    top: 11px;
    right: 1%;
    font-size: 14px;
    box-shadow:none;
}




@media (max-width:1000px) {
    .top-news__title {
        font-size: 25px;
    }

    .top-news__body .btn {
        top: 20px;
    }
}

/* 子ノードリスト */


.node_group {
    margin-left: 1em;
}

.node_group:first-child {
    margin-left: 1.5em;
}

.node_group li {
    list-style-type: disc;
}

.node_group ul li {
    list-style-type: disc;
}

.node_group .node_group ul li {
    list-style-type: disc;
}


.node_group > li > a {
    text-align: left;
    display: inline-block;
    padding: 5px 0px;
}


/*
.root_node .node_level-0 > .node_group {
    display: flex;
}

.root_node .node_level-1 {
    margin-right: 15px;
}

.root_node .node_level-1 > a {
    display: inline-block;
    font-weight: bold;
    padding: 10px 0px;
}


.root_skip > .node_group {
    display: flex;
}

.root_skip .node_level-0 {
    margin-right: 15px;
}

.root_skip .node_level-0 > a {
    display: inline-block;
    font-weight: bold;
    padding: 10px 0px;
}
*/

/*
ノードリスト：data-sly-use.navigation="com.jvckenwood.customnavi.core.components.ChildNodeNavigation"
フッター：data-sly-use.navigation="com.jvckenwood.customnavi.core.components.CustomNavigation"
*/
/* Notice */

.icon_notice {
    width: 100%;
    border: 1px solid #a5a5a5;
    padding: 15px 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon_notice > p {
    text-align: left;
    padding-left: 23px;
    background: url('client-design/clientlib-design/resources/img/icons/notice.png') 0 0 no-repeat;
    font-size: 11px;
    line-height: 1em;
    margin-right: 2%;
    width: 190px;
}

.icon_notice ul {
    color: #dc0000;
    width: 70%;
    line-height: 1.3;
    margin-right: 3%;
}

.icon_notice ul li {
    margin: 5px 0;
}

.icon_notice ul a {
    text-decoration: underline;
    color: #dc0000;
}

.icon_notice ul a[target=_blank]:after {
	font-family: FontAwesome;
	font-size: 0.8em;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 3px;
    content: "\f08e";
}    

.icon_notice a.info_list {
    position: relative;
    font-size: 12px;
    width: 80px;
}

.icon_notice a.info_list::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 5px;
    top: 3px;
}

/* ピックアップコンテンツ */

.top-category{
    overflow-x: hidden;
}

.top-category .top-category-inner {
    /* width: 100%; */
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    justify-content: flex-start;
}

.top-category .top-category-inner li {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: calc((100% / 4) - 10px);
    background-color: #fff;
}
/*.top-category .top-category-inner li:nth-of-type(4n) {
    margin-right: 0;
}*/

.top-category .top-category-inner .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition-duration: 0.4s;
    padding: 15px 4%;
    background-color: #efefef;
    height: 18%;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
}

/*
.top-category .top-category-inner .menu {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem 0 0 0;
  opacity: 0;
  transition-duration: 0.4s;
}

.top-category .top-category-inner .menu p {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin: 1rem 3rem 0 3rem;
  padding-left: 1rem;
  text-align: left;
}

.top-category .top-category-inner .menu a {
  display: block;
  position: relative;
  line-height: 3rem;
}

.top-category .top-category-inner .menu p a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-radius: 1px;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
*/


.top-category .top-category-inner li .back {
    /*height: 145px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
}

.top-category .top-category-inner li img {
    width: 100%;
    height: auto;
}

.top-category .top-category-inner .tx {
    width: 100%;
    padding: 10px 14px;
    line-height: 1.4em;
    background-color: #fff;
    font-size: 14px;
}

.top-category .top-category-inner .tx span {
    padding-bottom: 1.5em;
    display: inline-block;
}


.top-category .top-category-inner .tag {
    color: #FFF;
    font-size: 11px;
    padding: 4px 10px;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    letter-spacing: 0;
    line-height: 1.2em;
    border-radius: 2px;
}

.top-category-inner .tag.videocamera {
    background-color: #aaa;
}

.top-category-inner .tag.driverecorder {
    background-color: #aaa;
}

.top-category-inner .tag.projector {
    background-color: #aaa;
}

.top-category-inner .tag.audio {
    background-color: #aaa;
}

.top-category-inner .tag.earphone {
    background-color: #aaa;
}

.top-category-inner .tag.accessory {
    background-color: #aaa;
}

/* 200928　JVCケンウッド井上追加 */
.top-category-inner .tag.portable-power-supply,
.top-category-inner .tag.PortablePowerSupply  {
	background-color: #aaa;
}


.top-category .hidden {
    display: none;
}

/* もっと見る */

.btn_readmore,
.btn_readall{
    width: 100px;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.btn_readmore:hover,
.btn_readall:hover{
    opacity: 0.8;
}

.btn_readmore img,
.btn_readall img{
    width: 40%;
}

.btn_readmore p,
.btn_readall p{
    margin-top: 5px;
    letter-spacing: 0;
}

/* モーダル CSS */


.popup-content {
    position: fixed;
    display: none;
    z-index: 2;
    width: 85%;
    padding: 0px;
    background: transparent;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    max-width: 980px; /* モーダルウインドウの幅設定 */
}

.popup-content p {
    margin: 0;
    padding: 0;
}

.pp_frm_content {
    background: #fff;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}


.popup-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup-beforetext p:last-child,
.popup-aftertext p:first-child {
    display: inline;
}

.popup-open {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background: #ddd;
    margin: 0 auto 0.5em;
    border-radius: 15px;
    border: 1px solid #aaa;
    line-height: 30px;
    height: 30px;
    display: table;
    font-size: 16px;
    position: relative;
    width: 60%;
    text-align: center;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.popup-open:hover {
    color: #fff;
    background-color: #333;
}

.popup-close {
    text-decoration: none;
    color: #fff;
    text-align: right;
    font-size: 1.5em;
    display: block;
    padding-right: 1em;
    width: 100px;
    margin: 0 0 0 auto;
}

.popup-close:hover {
    cursor: pointer;
    color: #aaa;
}

.pp_frm {
    width: 100%;
	min-height: 100px;
    height:auto;
    max-height: 80vh;
    padding: 15px;
    margin: 0;
    border: none;
    overflow-y: auto;
    overflow-x:hidden;
}


/* モーダル内コンテンツはmin-heightの設定を打ち消す */
@media (max-width: 1200px) and (min-width: 769px) {
    body#products-empty{
        min-height: auto;
        min-width: unset;
    }  
}

@media (max-width:768px) {
    .pp_frm {
		min-height:100%;
        max-height: 80vh;
    }
}

/* 製品情報・サービス */

.product-category .top-category-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}

.product-category .top-category-inner li {
    box-sizing: border-box;
    position: relative;
    text-align: left;
    width: 20%;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 10px;
}

.product-category .top-category-inner li:nth-of-type(5n) {
    margin-right: 0;
}

.product-category .top-category-inner .name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.product-category .top-category-inner .text {
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0;
}

.product-category .top-category-inner li img {
    width: 100%;
    height: auto;
    border: 1px solid #c9c9c9;
}

/*
.product-category .top-category-inner .tx {
  width: 94%;
  margin: 10px auto;
  position: relative;
  line-height: 1.2em;
  padding-bottom: 4vh;
}
*/






/****法人向け****/

#b2b-contents-page .product-category .top-category-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

/*製品サムネイルリスト*/
#b2b-contents-page .product-category .top-category-inner li {
    box-sizing: border-box;
    position: relative;
    text-align: left;
    /*width: 24%;*/
    width: calc((100% / 4) - 15px);
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
    border: 1px solid #9f9f9f;
    padding-left: 0;
}
#b2b-contents-page .product-category .top-category-inner li img {
    width: 100%;
    height: auto;
    border: none;
}
#b2b-contents-page .product-category .top-category-inner li:nth-of-type(4n) {
    margin-right: 0;
}
#b2b-contents-page .product-category .top-category-inner .name {
    font-size: 16px;
    margin-bottom: 0.5em;
    padding: 15px 10% 0 5%;
    position: relative;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#b2b-contents-page .product-category .top-category-inner .name::after {
    content: "";
    position: absolute;
    right: 8%;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    transform: rotate(45deg);
    top: 50%;
    margin-top: 1px;
}
#b2b-contents-page .product-category .top-category-inner .name:hover {
    text-decoration: underline;
    opacity: 0.7;
}
#b2b-contents-page .product-category .top-category-inner .text {
    line-height: 1.3;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 5% 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}






/* --------------------
　製品基本情報
-------------------- */
.product_basic {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.product_basic .product_name {
    /*font-size: 16px;*/
    line-height: 1.6;
    margin-bottom: 1.2em;
}

.product_basic p.classification > span {
    display: inline-block;
    border: 1px solid #000000;
    padding: 3px 10px;
    margin-bottom: 1.2em;
}

.product_basic .model_name {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    margin: 0;
/*    font-family: "FP-ヒラギノ角ゴ ProN W6"; */
    font-family: "FP-ヒラギノ角ゴ StdN W7";
}

p.price {
    margin-top: 1.2em;
}

/* 購入ボタン */
.product_basic .retailer {
    width: 220px;
    max-width: 100%;
    padding: 0.1em 1em;
    /*line-height: 30px;*/
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 4px;
    /*font-family: "FP-ヒラギノ角ゴ ProN W6";*/
    background-color: #ffa200;
    color: #fff;
    margin-top: 1.2em;
    display: inline-block;
}

.product_basic .retailer:hover {
    opacity: 0.7;
}

.product_basic .retailer_name {
    display: block;
    font-size: 13px;
    margin-top: 0.8em;
}

.product_basic .retailer::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../../../content/dam/jvc/webmaterial/icons/icon_buy_white.svg);
    width: 30px;
    height: 32px;
    margin-right: 8px;
    vertical-align: middle;
}



/* NEW・生産完了品ラベル */
.product_basic .new_model,
.product_basic .finish_model,
.product_basic .limited_stock{
    font-size: 12px;
    display: inline-block;
    margin: 0px 2px 0px 12px;
    padding: 4px 6px;
    font-weight: bold;
    vertical-align: 6px;;
    line-height: 100%;
}


.product_basic .new_model {
    color: #ffffff;
    background-color: #C80000;
}

.product_basic .finish_model {
    color: #ffffff;
    background-color: #7F7F7F;
}

.product_basic .limited_stock {
    color: #C80000;
    background-color: #ffffff;
    border: 1px solid #C80000;
}

@media screen and (max-width:768px) {
    .product_basic .retailer {
        width: 100%;
    }
}

/* 製品詳細カルーセル */

.product_carousel .product_main {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    padding: 0;
    margin-bottom: 1em;
    max-width: 100%;
    max-height: 450px;
}

.product_carousel .product_main img {
    max-width: 100%;
    width: auto;
    max-height: 450px;
}

.product_carousel .product_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_carousel .product_navi i {
    flex-basis: 5%;
    text-align: center;
}

.product_carousel .product_detail {
    flex-basis: 90%;
    flex-grow: 2;
    overflow: hidden;
}

.product_carousel .product_detail ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}

.product_carousel .product_detail li {
    display: block;
    margin: auto 5px;
    flex-shrink: 0;
}

.product_carousel .product_main img:hover,
.product_carousel i:hover,
.product_carousel .product_detail li:hover,
.product_carousel .product_popup p:hover {
    opacity: 0.7;
    cursor: pointer;
}

.product_carousel .product_detail img {
    width: 100%;
    max-width: 250px;
}


/* 製品モーダル */

.product_carousel .product_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: calc(100% - 100vw);
    width: 100vw;
    height: 100%;
    z-index: 1000;
}

.product_carousel .product_popup .product_back {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.product_carousel .product_popup .product_content {
    position: relative;
    top: 55%;
    left: 50%;
    transform: translate3d(-50%, -55%, 0);
    width: 80%;
    max-width: 1280px;
    background-color: #fff;
    z-index: 1001;
}

.product_carousel .product_popup .product_content:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.product_carousel .product_popup iframe,
.product_carousel .product_popup img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 100%;
    padding: 1em 3em;
    display: none;
}

.product_carousel .product_popup iframe {
    width: 100%;
    height: 100%;
}

.product_carousel .product_popup p {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 3em;
}

.product_carousel .product_popup i:first-of-type {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    margin-left: 0.3em;
}

.product_carousel .product_popup i:last-of-type {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    margin-right: 0.3em;
}

.product_carousel .product_popup .active {
    display: block;
    max-height: 100%;
}

/* ------ product3dModel ------ */
.product_3dmodel img {
    width: 120px;
    cursor: pointer;
}

.product_3dmodel_iframe {
    display: none;
}

.product_3dmodel_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.product_3dmodel_modal .modal-inner {
    position: relative;
    top: 55%;
    left: 50%;
    transform: translate3d(-50%, -55%, 0);
    background-color: #fff;
    width: max-content;
}

.product_3dmodel_modal .modelModal3dClose {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    font-size: 3em;
}

.product_3dmodel_modal .modelModal3dContent {
    padding: 20px;
}
/* --------------------
　製品検索リスト
-------------------- */

.search_list_title {
    display: flex;
}

.search_list_title>* {
    display: inline-block;
    align-self: center;
    padding: 5px;
    flex-basis: 20%;
}

.search_list_title>span {
    flex-basis: auto;
    flex-grow: 2;
}

.search_list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
    justify-content: flex-start;
    margin-right: -10px;
}

.list_item {
    width: calc((100% / 4) - 10px);
    border: 1px solid #aaa;
    padding: 12px 1.6em 3em;
    position: relative;
    margin: 0 10px 10px 0;
    background: #fff;
    opacity: 1;
    background-color: rgb(255, 255, 255, 1);
}



.list_item:hover {
    opacity: 0.85;
}


.list_item .search_icon {
    margin-top: -1em;
    height: 1em;
    float: right;
}

.list_item img {
    max-width: 100%;
    /*max-height:150px;*/
    /*margin: 0 auto; 左寄せに変更*/
}

.list_item p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0.5em;
}

/*
.list_item > p,
.list_item section {
    padding: 0 1.2em;
}
*/

.list_item p.product_name {
    min-height: 3.6em;
    line-height: 1.2;
}

/*
.list_item p.product_bottom {
    margin-bottom: 1.5em;
}
*/

.list_item p.product_btn {
    margin: 1em 0;
}


/* ---------- ↓ 各プロパティ設定 ↓ ---------- */

/* サムネイル画像 */
.list_item figure.product_list_image {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_item figure.product_list_image img {
    max-width: 100%;
}

#b2b-contents-page .list_item figure.product_list_image img {
    max-width: 100%;
    max-height: 150px;
}


/* 特記事項・発売予定　赤文字 */
.list_item p.product_red {
    color: #ff0000;
}


/* 商品分類　囲み文字 */
.list_item p.classification {
    display: inline-block;
    border: 1px solid #000000;
    padding: 3px 10px;
    /*margin-left: 1.2em;*/
}


/* 型番 文字設定 */
.list_item p.number {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    letter-spacing: 0;
}

/* 製品詳細 文字設定 */
.list_item p.description {
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 1em;
    word-break: normal;
}

/* フリーHTMLエリア　余白 */
.list_item>section {
    margin: 1em 0;
    overflow: hidden;
}

/* ---------- ↑ 各プロパティ設定 ↑ ---------- */




/* フリーHTMLエリア 機能アイコン用 */
/*-----------------------------------------------
	機能アイコン部
-----------------------------------------------*/

/* カーナビトップ用 */
ul.feature_icons {
    width: calc(100% + 7px) !important;
    border: none !important;
    background: none !important;
}

ul.feature_icons li {
    float: left !important;
    width: calc(100% / 4 - 7px);
    height: 45px !important;
    margin-right: 7px !important;
    margin-bottom: 7px !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.feature_icons li span.icon_name {
    display: block !important;
    text-align: center !important;
    cursor: default !important;
}

ul.feature_icons li span.fs_9 {
    font-size: 9px !important;
}

ul.feature_icons li span.fs_8 {
    font-size: 8px !important;
}

ul.feature_icons li span.fs_7 {
    font-size: 7px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.feature_icons li span.fs_9 {
        font-size: 10px !important;
        -webkit-transform: scale(0.9) !important;
        -webkit-margin-start: -4px !important;
        -webkit-margin-end: -4px !important;
        display: inline-block !important;
    }

    ul.feature_icons li span.fs_8 {
        font-size: 10px !important;
        -webkit-transform: scale(0.8) !important;
        -webkit-margin-start: -4px !important;
        -webkit-margin-end: -4px !important;
        display: inline-block !important;
    }

    ul.feature_icons li span.fs_7 {
        font-size: 10px !important;
        -webkit-transform: scale(0.7) !important;
        -webkit-margin-start: -4px !important;
        -webkit-margin-end: -4px !important;
        display: inline-block !important;
    }
}

ul.feature_icons li span.icon_name.l1 {
    font-size: 10px !important;
    line-height: 120% !important;
}

ul.feature_icons li span.icon_name.l2 {
    font-size: 10px !important;
    line-height: 120% !important;
}

ul.feature_icons li span.icon_name.l3 {
    font-size: 10px !important;
    line-height: 120% !important;
}

ul.feature_icons li span.icon_name.l4 {
    font-size: 9px !important;
    line-height: 115% !important;
}

/*-----------------------------------------------
	機能アイコン部 end
-----------------------------------------------*/

/* カテゴリートップ用 */
ul.feature_icons li {
    border-radius: 4px;
    border: 1px solid #33698F !important;
    background-color: #FFFFFF !important;
}

ul.feature_icons li span.icon_name {
    color: #004473 !important;
}

ul.feature_icons li.disabled {
    border: 1px solid #D6E1E8 !important;
    background-color: #FFFFFF !important;
}

ul.feature_icons li.disabled span.icon_name {
    color: #B2C7D5 !important;
}

/* 製品ページ用 */
ul.feature_icons.detail li {
    border-radius: 0px;
    border: 1px solid #CCD8E4 !important;
    background-color: #E5ECF2 !important;
}

ul.feature_icons.detail li span.icon_name {
    color: #000000 !important;
}

ul.feature_icons.detail li.active {
    border: 1px solid #7FA1BC !important;
    background-color: #7FA1BC !important;
}

ul.feature_icons.detail li.active span.icon_name {
    color: #FFFFFF !important;
}

/* アイコンの説明文(hover時にツールチップ表示) */
ul.feature_icons li span.icon_desc {
    display: none !important;
}

/* ツールチップ(要素はJSで作成) */
div#feature_icons_tooltip {
    position: aboslute !important;
    width: 210px !important;
    height: auto !important;
    padding: 18px 28px !important;
    border: 1px solid #D5D5D5 !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-size: 12px !important;
    line-height: 130% !important;
}

div#feature_icons_tooltip {
    display: none;
}

/* カーオーディオ用機能アイコン */
.other_logo_audio {
    height: auto;
}

.productBox .other_logo_audio ul {
    overflow: hidden;
    background: none;
    border: 0;
    font-size: 0;
    text-align: left;
}

.other_logo_audio ul li {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
}

.other_logo_audio ul li img {
    margin: 15px 20px 0 0;
}

@media screen and (max-width: 768px) {
    .target_respo .productBox ul li {
        width: 49%;
    }

    .other_logo_audio {
        width: auto;
    }
}

/* カーオーディオ用機能アイコン */

/* ドラレコ機能アイコン */
.list_logo li {
    display: inline-block;
    margin: 10px 10px 0;
}

/* ドラレコ機能アイコン */


/* 比較チェックボックス */

.list_item .comparison {
    display: flex;
    position: absolute;
    margin: 5px 0;
    bottom: 10px;
}

/* .list_item .comparison::before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    border: 1px solid #333;
    margin: 0.2em auto;
}

.list_item .comparison.checked::after {
    content: "■";
    color: #f00;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid transparent;
} */

/* .list_item input {
    display: none;
} */

.list_item label {
    /* display: block; */
    margin-left: 1.2em;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    top: 4px;
    letter-spacing: 0;
}

/* .list_item label::after {
    content: "比較リストに追加";
    font-size: 0.8em;
}

.list_item input[type=checkbox]:checked + label::after {
    content: "比較中";
    color: #f00;
} */


.list_item .retailer {
    background-color: #333;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 5px 20px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}


/* 比較ダイアログ */

.compair_dialog {
    position: fixed;
    bottom: 14em;
    right: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #eee;
    border-radius: 20px;
    width: 240px;
    height: 70px;
    z-index: 99;
}

.compair_dialog p {
    padding: 20px 10px;
    text-align: center;
}

.compair_dialog #compair {
    position: absolute;
    bottom: 13px;
    right: 30px;
    border-radius: 100px;
    width: 50%;
    border: none;
    background-color: #f00;
    color: #fff;
    padding: 14px;
}

.compair_dialog .compair_reset {
    position: absolute;
    bottom: 18px;
    left: 0px;
    width: 40%;
    border: none;
    background-color: transparent;
    padding: 10px;
    text-decoration: underline;
}

.compair_dialog #compair:hover,
.compair_dialog .compair_reset:hover {
    opacity: 0.7;
}

.compair_dialog p {
    display: none;
}

/* moreボタン */

#more_data,
#all_data,
#close_data {
    width: 100px;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

#more_data:hover,
#all_data:hover {
    opacity: 0.8;
}

#more_data img,
#all_data img {
    width: 40%;
}

#more_data p,
#all_data p {
    margin-top: 5px;
    letter-spacing: 0;
}

.product_search {
    overflow-x: hidden;
}

.product_search .hidden,
.search_list .notselect {
    display: none;
}

.product_search .result {
    margin-bottom: 10px;
}


/* NEWタグ */

.list_item .number .new_model,
.list_item .number .finish_model,
.list_item .number .limited_stock {
    font-size: 10px;
    display: inline-block;
    margin: 1px 10px;
    padding: 1px 4px;
    border-radius: 1px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    height: 16px;
    position: relative;
    top: -2px;
}

.list_item .number .new_model {
    color: #ffffff;
    background-color: #C80000;
}

.list_item .number .finish_model {
    color: #ffffff;
    background-color: #7F7F7F;
}

.list_item .number .limited_stock {
    color: #C80000;
    background-color: #ffffff;
    border: 1px solid #C80000;
    line-height: 1.2;
}


/* リスト 分割 */

.search_list.split-2>li {
    flex-basis: 49%;
    flex-grow: 0;
}

.search_list.split-3>li {
    /*flex-basis: 32.4%;*/
    width: calc((100% / 3) - 10px);
    flex-grow: 0;
}

.search_list.split-4>li {
    flex-basis: 24%;
    flex-grow: 0;
}

.search_list.split-5>li {
    flex-basis: 19%;
    flex-grow: 0;
    width: calc((100% / 5) - 10px);
}

.search_list.split-6>li {
    flex-basis: 15.5%;
    flex-grow: 0;
}


/**** 法人向け ****/
/*

#b2b-contents-page .search_list {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	padding-inline-start: 0px;
	margin-bottom: 50px;
	justify-content: flex-start;
	margin-right: -1.5%;
}

#b2b-contents-page .list_item {
	flex-basis: calc((100% / 4) - 1.5%);
	margin: 0 1.5% 15px 0;
	padding: 0 0 0.5em;
}

#b2b-contents-page .list_item .product_detail img {
	max-height: 175px;
	margin: 5px auto;
}

#b2b-contents-page .list_item .product_detail .name,
#b2b-contents-page .list_item .product_detail .number,
#b2b-contents-page .list_item .product_detail .description {
	margin: 0 5%;
}

#b2b-contents-page .list_item .product_detail .name {
	font-size: 12px;
	text-align: left;
	margin-bottom: 5px;
}

#b2b-contents-page .list_item .product_detail .number {
	margin-bottom: 8px;
}

#b2b-contents-page .list_item .product_detail .description {
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	margin-bottom: 1em;
}

#b2b-contents-page .list_item .comparison {
	margin: 5px 0 5px 10px;
}
*/

/* スマホ表示 */
@media screen and (max-width:768px) {
    .search_list {
        margin-right: -10px;
    }

    .search_list_title {
        display: block;
    }

    .product_search .search_list>.list_item {
        width: 100%;
        padding: 10px 2.5% 4em;
        margin: 0 10px 10px 0;
        flex-basis: auto !important;
    }

    /*
    .product_search .search_list > .list_item {
        width: calc((100% / 2) - 10px);
        padding: 10px 2.5% 4em;
        margin: 0 10px 10px 0;
        flex-basis: auto !important;
    }
*/
    /* 購入ボタン */
    .list_item .retailer {
        width: 100%;
        padding: 5px 1%;
        text-align: center;
        position: absolute;
        bottom: 1em;
        width: 90%;
        right: 5%;
    }

    /**** 法人向け ****/
    /*
	#b2b-contents-page .search_list {
		margin-bottom: 20px;
		margin-right: -3.5%;
	}

	#b2b-contents-page .product_search .search_list > .list_item {
		flex-basis: calc((100% / 2) - 3.5%);
		padding: 0;
		margin: 0 3.5% 15px 0;
	}

	#b2b-contents-page .list_item .product_detail .number {
		font-size: 16px;
	}

	#b2b-contents-page .list_item .product_detail img {
		width: 90%;
	}
	*/
	.product_search {
	    overflow-x: visible;
	}


}

/*
@media screen and (max-width:640px) {
    .product_search .search_list > .list_item {
        width: 100%;
        padding: 10px 2.5% 4em;
        margin: 0 10px 10px 0;
        flex-basis: auto !important;
    }
}
*/
/* Separator */

.jkw_spa hr {
    height: 30px;
    border: none;
    margin: 0;
}

.jkw_line hr {
    position: relative;
    height: 2px;
    width: 100%;
    margin: 5px 0;
    border-top: none;
}

.jkw_line hr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    height: 1px;
    border-top: 1px solid #ddd;
}

/* SubTitle */

.subtitle {
    width: 100%;
    color: #333;
    margin: 0px 0;
    padding: 0px;
}

.subtitle .text_white {
    color: #fff;
}

.subtitle h1,
.subtitle h2,
.subtitle h3,
.subtitle h4,
.subtitle h5,
.subtitle h6 {
    line-height: 1.2;
    font-weight: normal;
}


.subtitle h1 {
    font-size: 32px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}


h2.subbig {
    font-size: 32px;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
}

h3.subbig {
    font-size: 28px;
    margin-top: 0.2em;
    margin-bottom: 1.2em;
    line-height: 1.2;
    border-left: 5px solid #333;
    padding: 5px 0 8px 0.5em;
}

h4.subbig {
    font-size: 23px;
    margin-top: 0.2em;
    margin-bottom: 0.8em;
    line-height: 1.2;

}

h5.subbig {
    font-size: 18px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

h6.subbig {
    font-size: 16px;
    margin-bottom: 0.5em;
}

h2.subsmall {
    font-size: 24px;
    margin-bottom: 0.8em;
}

h3.subsmall,
h4.subsmall,
h5.subsmall,
h6.subsmall {
    font-size: 18px;
}

h1.subbig,
h2.subbig,
h3.subbig,
h4.subbig {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.subtitle span {
    font-size: 18px;
}

/* サブバナー */
.subbanner {
    display: flex !important;
    justify-content: space-between;
    align-content: flex-start;
    max-width: 1200px;
    margin: 0 auto 50px !important;
    padding: 0 !important;
    float: none !important;
    align-items: flex-start;
}

.subbanner > div {
     align-self: stretch;
    /*flex-grow: 1;*/
    /*width: 19.5%;*/
    width: calc(((100% + 10px) / 5) - 10px);
    min-height: 0%;
    /*height: 0%;*/
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;
    align-items: flex-start;*/
    justify-content: space-between;
    /*padding: 3px;*/
    position: relative;
}

.subbanner > div a{
    min-height: 0%; /* IE対応 */
}

.subbanner > div > span{
    display: block;
    width: 100%;
    padding-top: 0.5em;
}

.subbanner a {
    order: 1;
}

.subbanner img {
    max-width: 100%;
    order: 1;
}

.subbanner span {
    order: 2;
}

.subbanner .toptext {
    order: 0;
}

.subbanner .inimgtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: 0;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}

.img_border img {
    border: 1px solid #ccc;
}

.div_border div {
    border: 1px solid #ccc;
}

/* --------------------
　テーブル 2021-01-05
-------------------- */
.table {
    overflow-x: auto;
}

.table img {
    vertical-align: middle;
}

.table caption {
    color: inherit;
}


/* リンク設定 */

.blue td a,
.gray-border a,
.black-border a,
.black-gray a {
    display: inline;
    color: #333;
}

.blue td a:hover,
.gray-border a:hover,
.black-border a:hover,
.black-gray a:hover {
    color: #aaa;
}


/* デフォルト 青色 */
.blue table tr {
    border: none border-collapse: collapse;
}

.blue th {
    background: #0074C1;
    color: #fff;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    padding: 10px 5px 5px 5px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.blue th > a {
    display: inline;
    color: #fff;
    text-align: center;
}

.blue th > a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
    margin-right: 5px;
}

.blue td {
    background: #fff;
    color: #000;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    padding: 5px;
}

.blue td > p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0:
}


/* 灰色 */

.gray table {
    width: 100%;
}

.gray table tr {
    border: none;
    border-collapse: collapse;
}

.gray table th {
    background: #ddd;
    border: 1px solid #888;
    border-collapse: collapse;
    padding: 10px 5px 5px 5px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.gray table td {
    border: 1px solid #888;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 5px;
}


/* 灰色枠線 */

.gray-border table tr {
    border: 1px solid transparent;
    border-collapse: collapse;
    padding: 5px;
}

.gray-border th {
    font-weight: normal;
    text-align: right;
    padding: 2px;
    border-bottom: 1px solid #d7d7d7;
    border-collapse: collapse;
    width: 15%;
}

.gray-border td {
    font-weight: normal;
    padding: 5px;
    border-bottom: 1px solid #d7d7d7;
    border-collapse: collapse;
}


/* 黒枠線 */

.black-border table {
    border: 1px solid #000;
    border-collapse: separate;
    padding: 10px;
}

.black-border th {
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    border-color: transparent #000 transparent transparent;
    width: 30%;
}

.black-border td {
    border: 1px solid transparent;
    font-weight: normal;
    padding: 10px 20px;
}


/* 黒枠線（灰色背景） */

.black-gray table {
    border: 1px solid #000;
    border-collapse: separate;
    padding: 10px;
    background: #ccc;
}

.black-gray th {
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    border-color: transparent #000 transparent transparent;
    width: 30%;
}

.black-gray td {
    border: 1px solid transparent;
    font-weight: normal;
    padding: 10px 20px;
}

.floatThead-table > thead > tr > .bg-1 {
    background-color: #95B3D7;
}


@media (max-device-width: 1024px) {
    .blue td > a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .blue td > p > a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .gray-border a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .black-border a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .black-gray a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 768px) {
    .table img {
        max-width: none;
        height: auto;
    }
}
/*
 *  Copyright 2018 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

.cmp-tabs__tablist {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    /* margin-bottom: 5px; */
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #999;
}

.cmp-tabs__tab {
    box-sizing: border-box;
    width: 5%;
    flex-grow: 2;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0.7em;
    cursor: pointer;
    outline: none;
    margin-left: 5px;
    opacity: 0.75;
    background-color: #eee;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}


.cmp-tabs__tab:hover {
    opacity: 0.5;
}

.cmp-tabs__tab--active {
    background-color: #fff;
    cursor: default;
    border: none;
    position: relative;
    border-top: 3px solid #f00;
    margin-top: -3px;
    opacity: 1;
    border-right: 1px solid #999;
    position: relative;
    z-index: 0;
    bottom: -1px;
    border-left: 1px solid #999;
    padding: 0.9em 0.7em;
    height: 53px;
}

.cmp-tabs__tab--active:hover {
    opacity: 1;
}

/*
.cmp-tabs__tab--active:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0074c1;
}
*/

.cmp-tabs__tabpanel {
    width: 100%;
    height: 0px;
    z-index: -3;
    position: relative;
    top: -200000px;
    visibility: hidden;
}

.cmp-tabs__tabpanel--active {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    top: 0px;
    visibility: visible;
    padding: 10px;
}


.cmp-tabs__tabpanel > .responsivegrid {
    width: 100%;
    height: 0px;
    z-index: -5;
    position: absolute;
    top: -150000px;
    visibility: hidden;
}

.cmp-tabs__tabpanel--active > .responsivegrid {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    top: 0px;
    visibility: visible;
}

.tabs{
    margin-top: 1em;
}


/*法人向け*/
#b2b-contents-page .cmp-tabs__tab {
    box-sizing: border-box;
    min-width: 5%;
    flex-grow: 2;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    outline: none;
    margin: 5px 0.3% 0;
    background-color: #eee;
    font-size: 14.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    letter-spacing: 0;
    line-height: 1.1;
    width: auto;
}
#b2b-contents-page .cmp-tabs__tab--active {
    background-color: #fff;
    cursor: default;
    border: none;
    position: relative;
    border-top: 4px solid #f00;
    margin-top: 0px;
    opacity: 1;
    border-right: 1px solid #999;
    position: relative;
    z-index: 0;
    bottom: -1px;
    border-left: 1px solid #999;
    padding: 0.9em 0.7em;
    height: 45px;
}




/* チェックボックスCSS */

#search_area {
    margin-top: -1px;
}

#search_area > .search_box {
    display: flex;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* padding: 0; */
}

#search_area > .search_box > p {
    flex-basis: 20%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 1.5% 0 0;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    background-color: #f6f6f6;
    padding: 10px 20px;
}

.search_box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0px;
    flex-basis: 85%;
}

.search_box ul li {
    min-width: 20%;
    /* margin-bottom: 0.5em; */
    padding: 12px 2em 10px 0;
}

.search_box ul input {
    display: none;
}

.tagtext ul label {
    display: inline-block;
    position: relative;
    margin-left: 1.4em;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
}

.tagtext ul label::before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    border: 1px solid #545454;
    margin-top: 1px;
    margin-left: -1.4em;
}

.tagtext ul label::after {
    content: "";
    width: 0.7em;
    height: 0.7em;
    background-color: #f00;
    position: absolute;
    top: 3px;
    left: -1.25em;
    opacity: 0;
}

.tagtext ul input[type=checkbox]:checked + label::after {
    opacity: 1;
}


.tagtext ul label.disabled {
    opacity: 0.5;
    cursor: default;
}


#search_area > #reset {
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: right;
}

#search_area > #reset > button {
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #aaa;
}


/* 画像ラジオボタンCSS */

#search_area > .tagimage {
    display: block;
    border-bottom: none;
    padding: 0;
}

#search_area > .tagimage:first-of-type {
    border-top: none;
}

.tagimage{
    overflow-x: hidden;
}

.tagimage ul {
    flex-basis: 100%;
    background-color: #fff;
    margin-right: -5px;
    margin-bottom: 15px;
}

.tagimage ul li {
    width: 10%;
    flex-grow: 2;
    min-width: auto;
    padding-right: 0;
    margin: 0 5px 5px 0;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #ddd;
    opacity: 0.5;
}

.tagimage ul input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tagimage ul label,
.tagimage ul label img {
    width: 100%;
    cursor: pointer;
}

.tagimage ul li:hover {
    background-color: #f7f7f7;
    opacity: 0.75;
}

.tagimage ul li.active {
    border: none;
    border-top: 5px solid #f00;
    background-color: #fff;
    opacity: 1;
}

.tagimage ul li.active label {
    margin-top: -4px;
}


/* 画像ラジオボタン 分割 */
.tagimage .split-2 > li {
    width: calc(100% / 2 - 5px);
    flex-grow: 0;
}

.tagimage .split-3 > li {
    width: calc(100% / 3 - 5px);
    flex-grow: 0;
}

.tagimage .split-4 > li {
    width: calc(100% / 4 - 5px);
    flex-grow: 0;
}

.tagimage .split-5 > li {
    width: calc(100% / 5 - 5px);
    flex-grow: 0;
}

.tagimage .split-6 > li {
    width: calc(100% / 6 - 5px);
    flex-grow: 0;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none){
    .tagimage .split-3 > li {
        width: calc(99.9% / 3 - 5px);
    }
    .tagimage .split-6 > li {
        width: calc(99.6% / 6 - 5px);
    }
}

.tagimage ul label, .tagimage ul label img {
    width: 100%;
    height: auto !important;
    min-height: 0%;
    cursor: pointer;
    padding: 4px 0;
}




/**** 法人向け ****/
#b2b-contents-page #search_area > .search_box {
    display: flex;
    border-top: 1px solid #efefef;
    padding: 0;
    border-bottom: 1px solid #efefef;
}
#b2b-contents-page #search_area > .search_box > p {
    flex-basis: 15%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.4em 10px;
    background-color: #f0f0f0;
    margin-right: 15px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 0;
    border-top: 1px solid #FFF;
}
#b2b-contents-page .search_box ul li {
    margin: 0.5em 0;
}

/* --------------------
　テキスト
-------------------- */


/* デフォルト */

.jvc-text {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.jvc-text p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	word-break: normal;
}

.jvc-text .font_small {
	font-size: 12px;
	line-height: 1.2;
	/*display: block;*/
	margin: 4px 0;
}


/* 枠線 */

.blueborder {
	border: 3px solid #0074C1;
}

.grayborder {
	border: 2px solid #ccc;
}

.blackborder {
	border: 1px solid #000;
	padding: 10px !important;
}

.blackborder > div,
.blueborder > div,
.grayborder > div {
	margin: 1em;
}


/* リスト */

.jvc-text ul,
.jvc-text ol {
	padding-inline-start: 2px;
	margin-left: 1em;
}

.jvc-text li a {
	color: #545454;
}

.jvc-text ul > li {
	margin: 0;
	list-style-type: disc;
}

.jvc-text ol > li {
	margin: 0;
	list-style-type: decimal;
}


/* ラベル */

.bg-label-victor,
.bg-label-kenwood,
.bg-label-jvc,
.bg-label-release,
.bg-label-victorentertainment {
	margin: 5px auto;
	padding-top: 3px;
	text-align: center;
	width: 250px;
	height: 30px;
	color: #fff;
}

.bg-label-victor {
	background-color: #ccc;
	color: #000;
}

.bg-label-kenwood {
	background-color: #000;
}

.bg-label-jvc {
	background-color: #f00;
}

.bg-label-release {
	background-color: #0090DC;
}

.bg-label-victorentertainment {
	background-color: #b75445;
}


/* カスタムスタイル */

.jvc-text .new_model {
	font-size: 12px;
	display: inline-block;
	margin: 5px 2px 0px 8px;
	color: #ffffff;
	background-color: #ff0000;
	padding: 4px 6px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 100%;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	#b2b-contents-page .jvc-text p {
		line-height: 1.4;
	}
}
/* --------------------
　テキストスタイル
2022/11/07
-------------------- */


/* デフォルト */

p,
th,
td {
	line-height: 1.6;
	margin: 0;
}

li {
	line-height: 1.6;
    padding-bottom: 0.5em;
}

p a {
	color: #333;
}

p a:hover {
	color: #aaa;
}

sup,
sub {
	font-size: 0.5em;
}


/* フォントサイズ */

p .font_bold {
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

p .font_big {
	font-size: 20px;
}

p .font_small {
	font-size: 12px;
}


/* フォントカラー */

.color_red {
	color: #F70900;
}

.color_blue {
	color: #0074C1;
}

.color_gray {
	color: #eee;
}

.color_white {
	color: #fff;
}


/* リンクアイコン */

.link_blank::after,
.link_pdf::after,
.link_zip::after {
	font-family: FontAwesome;
	font-size: 0.7em;
	display: inline;
	vertical-align: 1px;
	margin-left: 3px;
}

.link_blank::after {
	content: "\f08e";
}

.link_pdf::after {
	content: "\f1c1";
}

.link_zip::after {
	content: "\f1c6";
}


/* 行頭記号 */

.symbol_triangle::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #0074C1;
	margin-right: 5px;
}

.symbol_triangle > a,
a > .symbol_triangle {
	display: inline;
	color: #0074C1;
	cursor: pointer;
}

.symbol_dash::before {
	color: #0074C1;
	content: "───";
	margin-right: 5px;
}

.bg_green {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(14, 162, 145);
}

.bg_pink {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(221, 107, 117);
}

.bg_purple {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(131, 135, 182);
}

.bg_orange {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(229, 168, 87);
}

.bg_blue {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(0, 175, 204);
}

.bg_yellowgreen {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(142, 185, 95);
}

.bg_gray {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(186, 186, 186);
}

.bg_navy{
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: #002060;
}




/* --------------------
　タイトルテキスト
-------------------- */

.jvc-title h1,
.jvc-title h2,
.jvc-title h3,
.jvc-title h4,
.jvc-title h5,
.jvc-title h6{
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.2;
}

/* 小見出しタイトル */
.jvc-title .subtitle_text{
    font-size: 0.7em;
/*    line-height:2; */
}
.jvc-title .subtitle_text ~ span.content_title,
.jvc-title .subtitle_text ~ span.product_title_l,
.jvc-title .subtitle_text ~ span.product_title_s {
    margin-top: 0.4em;
}

/* コンテンツページ タイトル */
.jvc-title .content_title{
    display:block;
    line-height: 1.2;
}

.jvc-title h1 .content_title{
	font-size: 30px;
	margin: 1em 0;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h2 .content_title{
	font-size: 28px;
	margin-bottom: 0.6em;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h3 .content_title{
	font-size: 20px;
	background-color: #eee;
	border-left: 10px solid #333;
    padding:3px 15px;
	margin-bottom: 15px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h4 .content_title{
	font-size: 18px;
	margin-bottom: 0.6em;
}

.jvc-title h5 .content_title,
.jvc-title h6 .content_title{
    font-size:15px;
	margin: 0px;
    padding: 0px;
}


/* 製品ページ タイトル(大) */
.jvc-title .product_title_l,
.jvc-title .product_title_s{
    display:inline-block;
    line-height: 1.2;
}

.jvc-title h1 .product_title_l{
    font-size: 32px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h2 .product_title_l{
    font-size: 32px;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h3 .product_title_l{
    font-size: 28px;
    margin-top: 0.2em;
    margin-bottom: 1.2em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    border-left: 5px solid #333;
    padding: 5px 0 8px 0.5em;
}

.jvc-title h4 .product_title_l{
    font-size: 23px;
    margin-top: 0.2em;
    margin-bottom: 0.8em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h5 .product_title_l{
    font-size: 18px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.jvc-title h6 .product_title_l{
    font-size: 16px;
    margin-bottom: 0.5em;
}


/* 製品ページ タイトル(小) */
.jvc-title h1 .product_title_s{
	font-size: 32px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.jvc-title h2 .product_title_s{
	font-size: 24px;
    margin-bottom: 0.8em;
}

.jvc-title h3 .product_title_s,
.jvc-title h4 .product_title_s,
.jvc-title h5 .product_title_s,
.jvc-title h6 .product_title_s{
	font-size: 18px;
}


/* 法人向けコンテンツページ タイトル */
#b2b-contents-page .jvc-title h2 .content_title{
	font-size: 26px;
	margin-bottom: 1em;
}

#b2b-contents-page .jvc-title h3 .content_title{
	padding: 5px 18px;
	font-size: 19px;
}

#b2b-contents-page .jvc-title h3 .content_title a,
#b2b-contents-page .jvc-title h3 a .content_title{
    display:block;
	position: relative;
	padding-right: 3%;
}
#b2b-contents-page .jvc-title h3 .content_title a::after,
#b2b-contents-page .jvc-title h3 a .content_title::after{
	content: "";
    position: absolute;
    right: 2em;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-color: #454545 #454545 transparent transparent;
    border-style: solid;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
#b2b-contents-page .jvc-title h3 a .content_title::after{
    right: calc(2em + 18px);
}
/*モバイル表示時の改行指定　PC表示で無効*/
.sp-break{
    display: none;
}
/*PC表示時の改行指定　PC表示で改行する*/
.pc-break{
    display: inline;
}


/* スマホ表示 */
@media screen and (max-width:768px) {
	/* 小見出しタイトル */
	.jvc-title .subtitle_text{
    	font-size: 16px;
	}
    /* コンテンツページ タイトル */
    .jvc-title h1 .content_title{
		font-size: 25px;
	}

    .jvc-title h2 .content_title {
		font-size: 21px;
		line-height: 1.3;
	}

    /* 製品ページ タイトル */
    .jvc-title h2 .product_title_l{
		font-size: 24px;
    }

    .jvc-title h3 .product_title_l{
		font-size: 20px;
    }

    .jvc-title h4 .product_title_l{
		font-size: 16px;
    }

    /* 法人向けコンテンツページ タイトル */
    #b2b-contents-page .jvc-title h2 .content_title {
		font-size: 21px;
		margin-bottom: 0.5em;
	}

    #b2b-contents-page .jvc-title h3 .content_title {
		font-size: 17px;
		line-height: 1.2;
		padding: 5px 3%;
	}

	/*モバイル表示時の改行指定　モバイル表示の時に改行する*/
	.sp-break{
    	display: inline;
	}
	/*PC表示時の改行指定　PC表示の時に無効にする*/
	.pc-break{
    	display: none;
	}
}
/* Textimage */

/* ----画像の回り込み設定--------------------------------------------------------------------*/
.flex-top {
    display: flex;
    flex-direction: column;
}

.flex-top .textimage-img > span {
    margin-bottom: 1em;
}

.flex-bottom {
    display: flex;
    flex-direction: column-reverse;
}

.flex-bottom .textimage-img > span {
    margin-top: 1em;
}

.flex-top .textimage-img > span,
.flex-bottom .textimage-img > span {
    text-align: center;
}

.flex-lefttop .textimage-img > span,
.flex-leftbottom .textimage-img > span {
    text-align: left;
}

.flex-righttop .textimage-img > span,
.flex-rightbottom .textimage-img > span {
    text-align: right;
}

.flex-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-left .textimage-img {
    margin-right: 1em;
    flex-shrink: 0;
}

.flex-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.flex-right .textimage-img {
    margin-left: 1em;
    flex-shrink: 0;
}

.flex-left .textimage-content,
.flex-right .textimage-content {
    flex-shrink: 5;
    width: 100%;
}


.float-left .textimage-img {
    float: left;
    clear: both;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 1em;
}

.float-right .textimage-img {
    float: right;
    clear: both;
    margin-bottom: 0.5em;
    margin-left: 1em;
}


/* キャプション回り込み */

.flex-top .textimage-img > span > p,
.flex-bottom .textimage-img > span > p {
    margin-left: auto;
    margin-right: auto;
}

.flex-lefttop .textimage-img > span > p,
.flex-leftbottom .textimage-img > span > p {
    margin-left: 0;
    margin-right: auto;
}

.flex-righttop .textimage-img > span > p,
.flex-rightbottom .textimage-img > span > p {
    margin-left: auto;
    margin-right: 0;
}



/* ----画像の回り込み設定--------------------------------------------------------------------*/



.textimage span img {
    /*width: auto;*/
    max-width: 100%;
}

.textimage-img > span {
    display: block;
}

.textimage-img > span > p {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.textimage-text {
    padding: 15px 0;
}

.textimage-text p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}


/* 枠線 */
.tit_border > div {
    border: 1px solid #ccc;
    padding: 10px !important;
    margin: 3px 5px;
}

.titcon_border .textimage-content {
    border: 1px solid #ccc;
    padding: 10px;
}


/* サポート情報 */
.support_contents .tit_border > div {
    border: 1px solid #ccc;
    padding: 17px !important;
    margin: 0 10px 10px 0;
    width: 100%;
    background-color: #fff;
}


.support_contents .textimage-text {
    padding: 0;
}

.support_contents .textimage-text p {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.support_contents .font_small {
    font-size: 14px;
    line-height: 1.5;
    display: block;
}


/*法人向け*/
#b2b-contents-page .support_contents .flex-top .textimage-img > span width: 55px;
margin: 0 auto;
}

/* Title */

.title {
    width: 100%;
    /*color: #545454;*/
    margin: 0px;
    padding: 0px;
}


.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
}

.title h1 {
    font-size: 30px;
    margin: 1em 0;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.title h2 {
    font-size: 28px;
    margin-bottom: 0.6em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.title h3 {
    font-size: 20px;
    background-color: #eee;
    border-left: 10px solid #333;
    padding-left: 15px;
    margin-bottom: 15px;
}

/*.title h3::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -4px;
}*/
.title h4 {
    font-size: 18px;
    margin-bottom: 0.6em;
}

.title .text_white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


/* カスタムスタイル
.title.product_line h1{
	padding:12px;
	border-bottom:1px solid #d6d6d6;
	font-size:24px;
    font-weight:normal;
}

.title.product_line h2{
	padding: 4px 1em;
    font-weight: bold;
    background-color: #E5E5E5;
	font-size:17px;
    line-height:1.2;
}

.title.product_line h3{
	font-weight: bold;
    padding: 4px 4px 4px 8px;
    border-left: 3px solid #afafaf;
    font-size: 120%;
}
 */
.title span {
    font-size: 18px;
}




/****法人向け****/
#b2b-contents-page .title h2 {
    font-size: 26px;
    margin-bottom: 1em;
}

#b2b-contents-page .title h3 {
    padding: 5px 18px;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 19px;
}

#b2b-contents-page .title h3 a {
    position: relative;
    display: inline-block;
    padding-right: 3%;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

#b2b-contents-page .title h3 a::after {
    content: "";
    position: absolute;
    right: -24%;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-color: #454545 #454545 transparent transparent;
    border-style: solid;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}

/* 製品詳細ヘッダー (2021/3/2更新)*/

.product_visual .visual_area {
    display: flex;
    max-width: 1200px;
    max-height: 600px;
    margin: 0 auto;
}

.product_visual .visual_area > .title {
    /*flex-basis: 34%;*/
    width: 34%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-flow: column;
    padding: 24px;
    text-align: left;
}

.product_visual .visual_area > .title h1{
    margin: 0 0 0.5em;
}

.product_visual .visual_area > .title > span {
    display: inline-block;
    margin: auto;
    padding: 1em 5px;
}

.product_visual .visual_area > .keyvisual {
    /*flex-basis: 66%;*/
    width: 66%;
}

.product_visual .visual_area > .keyvisual img {
    width: 100%;
    height: 100%;
}

.product_visual .visual_area > .title .product_name {
    font-size: 16px;
    display: block;

}

.product_visual .visual_area > .title .model_name {
    font-size: 30px;
    display: block;
}

.product_visual .visual_area > .title p{
    line-height: 1.6;
}

/* スティッキー処理 */
.visual_header .fixed_anchor {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    z-index: 9;
    width: 100%;
    transition: all 0.5s;
}

.visual_header .fixed_anchor .anchor_area {
    max-width: 1200px;
    margin: 0 auto;
}

.product_visual_anchor {
    position: absolute;
    top: -600px;
    width: auto;
    transition: all 1s;
}



/* アンカーエリア (2021/3/2更新)*/

.anchor_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em 1em 2em;
    max-width: 1260px;
    margin: 0 auto;

}

.anchor_area h1 {
    float: left;
    margin-right: 0.5em;
    letter-spacing: -1px;
    line-height: 1.3;
}

.anchor_area ul {
    display: flex;
}

.product_visual ul {
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.anchor_area li a,
.product_visual ul li a {
    display: inline-block;
    position: relative;
    height: 100%;
    color: #555;
    text-decoration: none;
    margin-left: 1em;
    white-space: nowrap;
    font-size: 16px;
    
    /*font-family: "FP-ヒラギノ角ゴ ProN W6"; */
    
}

.anchor_area li:first-child a,
.product_visual ul li:first-child a {
    margin-left: 0;
}

.visual_header li a.anchor,
.visual_header li a.external {
    margin-right: 1.5em;
}

.visual_header li a.anchor:after {
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
    /*content: "\f078";*/
    content: "\f107";
    margin-left: 6px;
    /*font-size: 14px;*/
}

.visual_header li a.external:after {
    display: inline-block;
    position: absolute;
    top: 1px;
    font-family: 'FontAwesome';
    content: "\f08e";
    margin-left: 6px;
    /*font-size: 14px;*/
}

.visual_header li a.shopping {
    margin-left: 2.5em;
}

.visual_header li a.shopping:before {
    display: inline-block;
    position: absolute;
    left: -1em;
    font-family: 'FontAwesome';
    content: "\f07a";
    margin-left: -3px;
    /*font-size: 14px;*/
}


@media (min-width: 769px) and (max-width: 1200px) {
    .visual_header .fixed_anchor .anchor_area {
        width: 980px;
    }
}

/* youtube */
.youtubetext p {
    margin: 0;
}

.youtube h3 {
    margin: 1em 0;
}

.video {
    position: relative;
    width: 100%;
}

.video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:1 !important;
}

/*------------------------------------------------------
	　　　　　　　   ヘッダー(2022/11/21)
------------------------------------------------------*/


#header {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 2px solid #fff;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

#header * {
    /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;*/
    letter-spacing: 1px;
}

#header a {
    /*color: #666;*/
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.1s linear;
}

#header h2 {
    font-size: 12px;
    color: #666;
    background-color: #efefef;
    padding: 0;
    width: 100px;
    text-align: center;
    height: 30px;
    font-weight: normal;
    line-height: 2.6;
    clear: none;
}


/* 検索窓 */
/*
#searchHeader {
	width: 150px;
	position: relative;
}

#searchHeader button,
input {
	line-height: normal;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

#searchHeader form input.text {
	padding: 6px 14px 5px;
	border: 1px solid #999;
	font-size: 15px;
	border-radius: 18px;
	width: 100%;
	box-sizing: border-box;
}

#searchHeader form input.button {
	position: absolute;
	right: 11px;
	top: 5px;
	width: 20px;
	height: auto;
	border-radius: 0;
}
*/

/* マーズフラッグ検索窓 */
.head_search_modal {
    position: absolute;
    top: 0;
    right: 0;
}

.mf_finder_header {
    padding-top: 8px;
}

.mf_finder_header .mf_finder_searchBox {
    margin-right: 0;
}

.mf_finder_header .mf_finder_searchBox_items {
    width: 150px;
    padding: 0 10px;
    border: 1px solid #999;
    border-radius: 18px;
}

.mf_finder_header .mf_finder_searchBox_query_input {
    width: 100%;
    min-height: 30px;
    height: auto;
    background-color: transparent;
    font-size: 12px;
    border: none;
    outline: 0;
}

.mf_finder_header .mf_finder_searchBox_submit {
    background-color: transparent;
    color: #999;
    font-size: 20px;
    padding: 0;
    margin: -2px 5px 0 0;
    outline: 0;
}

.mf_finder_header .mf_finder_searchBox_submit span {
    margin: 0;
}

.mf_finder_searchBox_suggest_items {
    width: auto;
    min-width: 150px;
    z-index: 10;
    right: -30px;
}

.mf_finder_searchBox_suggest_item a {
    white-space: nowrap;
    color: #fff !important;
    padding: 10px 6px;
    text-align: left;
    font-size: 14px;
}

/* ヘッダー */


#header .container {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
}

#header .navbar-collapse {
    padding: 0;
    width: calc(100% - 150px);
}

.navbar-default {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 5px 0px;
}

.navbar-brand img {
    max-width: 80px;
}

.navbar-search {
    display: none;
}

h2.navbar-nav {
    margin: 10px 25px 10px 36px !important;
}

ul.navbar-nav {
    display: flex;
}

ul.navbar-nav:first-of-type > li {
    margin: 0 2px;
    padding-bottom:0!important;
}

ul.navbar-nav:first-of-type > li > a:hover {
    border-bottom: 5px solid #FF2727;
    padding-bottom: 12px;
    cursor: pointer;
}


/* 購入ボタン */


ul.navbar-nav:first-of-type .cart_btn a {
    padding-top: 12px;
    margin-top: -1px;
}

#header .cart_btn img {
    vertical-align: middle;
    height: 24px;
}

#header .cart_btn span {
    vertical-align: middle;
}

ul.navbar-nav:last-of-type {
    justify-content: flex-end;
    float: none;
    margin-top: 0;
    margin-right: 15px;
}
ul.navbar-nav:last-of-type li {
    background-color:#EFEFEF;
    padding-right:10px;
    border-radius:18px;
    margin:10px 0;
    padding-bottom:0!important;
}

ul.navbar-nav:last-of-type li:hover {
    background-color:#EFEFEF;
}
ul.navbar-nav:last-of-type a {
    color: #999 !important;
    font-size: 12px;
    padding: 5px 15px;
    margin-top: 0;
}

/*
ul.navbar-nav #searchHeader {
	padding: 8px 0px 10px;
	margin-left: 10px;
	margin-right: -15px;
}

ul.navbar-nav #searchHeader input {
	top: 14px;
	box-shadow: none;
	filter: none;
	margin: 0;
	background: transparent;
	font-size: 12px;
}
*/

.navbar-default .navbar-nav > .open > a {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 0%);
    box-shadow: none;
}

.open_active {
    border-bottom: 5px solid #FF2727 !important;
    padding-bottom: 12px !important;
}

.navbar-nav .btn:active {
    box-shadow: none;
}


/* メガドロップダウンメニュー */


.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    background-color: rgba(255, 255, 255, 0.98);
    width: calc(100vw - 10px) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    padding: 30px 0;
    border: none;
    border-top: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.mega-dropdown-menu > span {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 1190px;
    margin: 0 auto 20px auto;
}

.mega-dropdown-menu > span > div {
    font-size: 26px;
    line-height: 1.1;
    /*color: #666;*/
    text-indent: 1em;
}

.mega-dropdown-menu > span .close-menu {
    /* color: #999; */
    cursor: pointer;
    font-size: 40px;
    line-height: 0.6;
}

.mega-dropdown-menu > span .close-menu:hover {
    color: #ccc;
}

.mega-dropdown-menu ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 auto;
    width: 1190px;
}


/* ↓個人向け↓ */


.header .mega-dropdown-menu li {
    flex-basis: 19%;
    padding: 0 5px;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.header .mega-dropdown-menu li:nth-of-type(5n+1) {
    /*padding-left: 10px;*/
}

.header .mega-dropdown-menu li:nth-of-type(5n) {
    padding-right: 0px;
}

.header .mega-dropdown-menu li > a {
    display: block;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px 0px;
    clear: both;
    font-weight: normal;
    color: #575757;
    white-space: normal;
}

.header .mega-dropdown-menu li > a > p {
    margin: 0 20px;
    font-size: 14px;
    line-height: 1;
}

.header .mega-dropdown-menu li > a:hover,
.header .mega-dropdown-menu li > a:focus {
    text-decoration: none;
    border: 1px solid #FF2727;
}


/* ↓法人向け↓ */


.b2b_header .mega-dropdown-menu li {
    flex-basis: 33.333%;
    width: 33.333%;
    height: 100%;
    margin: 1em 0;
    display: flex;
}

.b2b_header .mega-dropdown-menu li div:first-child {
    flex-basis: 32%;
}

.b2b_header .mega-dropdown-menu li div:last-child {
    padding-left: 1em;
    flex-basis: 66%;
}

.b2b_header .mega-dropdown-menu li div:last-child h3 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.b2b_header .mega-dropdown-menu li div:last-child p {
    margin: 0.3em 0;
}

.b2b_header .mega-dropdown-menu li div:last-child p a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1em;
    font-size: 13.5px;
}

.b2b_header .mega-dropdown-menu li div:last-child p a:hover {
    text-decoration: underline !important;
}

.b2b_header .mega-dropdown-menu li div:last-child p a:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
    transform: rotate(45deg);
    transform-origin: center center;
    position: absolute;
    margin: 4px 0 0 -1em;
}

.b2b_header .mega-dropdown-menu ul div > a {
    display: flex;
    padding: 0;
    border: 1px solid #efefef;
}

.b2b_header .mega-dropdown-menu ul div > h3 a {
    padding: 0;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 16px;
}


/* レスポンシブ対応 */


.mega-dropdown-menu li > a > img,
.navbar-brand img,
.b2b_header .mega-dropdown-menu li div:first-child img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.navbar-brand img {
    min-width: 80px;
}

@media (min-width: 769px) and (max-width: 1200px) {
    #header .container {
        min-width: 980px;
        padding: 0 30px;
    }

    h2.navbar-nav {
        margin: 10px 15px 10px 26px !important;
    }

    ul.navbar-nav a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mega-dropdown-menu {
        width: 100vw !important;
    }

    .mega-dropdown-menu span,
    .mega-dropdown-menu ul {
        width: 90vw;
    }

    .mega-dropdown-menu li:nth-of-type(6n+1) {
        padding-left: 0px;
    }

}

@media (min-width: 769px) and (max-width: 980px) {
    .mega-dropdown-menu {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mega-dropdown-menu span,
    .mega-dropdown-menu ul {
        width: 90%;
    }

}

@media (max-width: 768px) {

    .sma_nodisplay,
    .mega-dropdown-menu span .close-menu,
    .mega-dropdown-menu li > a > img {
        display: none !important;
    }

    #header {
        width: 100%;
        line-height: 1;
    }

    #header a,
    .mega-dropdown-menu li > a > p {
        font-size: 18px;
    }

    #header .mega-dropdown-menu li p > a {
        font-size: 16px;
        padding: 4px 4%;
    }

    #header .container {
        width: 100%;
        padding: 0;
    }

    #header .navbar-collapse {
        padding: 0;
        background: #f7f7f7;
        width: 100%;
    }

    .navbar-default {
        margin-top: 0;
    }

    .navbar-header {
        height: 50px;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }

    .navbar-brand {
        /* flex-grow: 3;*/
        padding: 12px 15px;
        margin: 0 auto;
        height: auto;
        width: 100px;
    }

    .navbar-brand img {
        /*margin: 0 auto;
        max-width: 80px;*/
        min-width: auto;
    }

    .navbar-search {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
        display: inline;
        /*visibility: hidden;*/
    }

    .navbar-toggle {
        border: 0;
        padding: 12px 5px;
        margin: 0;
        float: none;
        height: 50px;
    }

    .navbar-toggle .icon-bar {
        width: 33px;
        height: 3px;
        background-color: #333 !important;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 9px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    ul.navbar-nav {
        display: block;
        margin: 1% auto;
        text-align: center;
    }

    ul.navbar-nav:last-of-type {
        margin: 10px 0;
    }

    ul.navbar-nav li {
        margin-top: 10px;
        border-bottom: 1px solid #ddd;
    }
ul.navbar-nav:last-of-type li {
    background-color: transparent;
    padding: 0;
    margin: 0;

}

    ul.navbar-nav li:first-of-type {
        margin-top: 0px;
    }

    ul.navbar-nav:first-of-type > li > a:hover,
    .open_active {
        border-bottom: none !important;
    }

    .mega-dropdown > a::before,
    .mega-dropdown > a::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 24px;
        height: 2px;
        margin: 0;
        background: #111;
    }

    .mega-dropdown > a::after {
        transform: rotate(90deg);
    }

    .mega-dropdown.open > a::after {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        background: #fff;
    }

    .navbar-default .navbar-nav > .open > a {
        border-bottom: 1px solid #ddd !important;
    }

    .dropdown-menu {
        position: relative;
    }

    .mega-dropdown-menu {
        padding: 0;
        margin: 0 !important;
        border: none;
        border-top: none;
        box-shadow: none;
        width: 100% !important;
    }

    .mega-dropdown-menu span h1 {
        font-size: 100%;
        font-weight: bold;
    }

    .mega-dropdown-menu ul {
        flex-flow: column nowrap;
        width: 100%;
    }

    .header .mega-dropdown-menu li {
        margin: 0;
    }

    /* 検索モーダル */

    .head_search_modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 10 !important;
        padding: 80px 40px;
        display: none;
    }

    .head_search_modal > p {
        display: inline-block;
        font-size: 25px;
        line-height: 1.1;
        color: #666;
    }

    .head_search_modal > p.close-menu,
    .head_search_modal input[type="image"] {
        float: right;
    }

    /*
    .head_search_modal form {
        width: 100%;
        margin-top: 3em;
    }
    .head_search_modal input[type="text"] {
        border: none;
        border-bottom: 1px solid #666;
        width: calc(100% - 50px);
        height: 35px;
    }
    .head_search_modal input[type="image"] {
        width: 30px;
        height: 30px;
    }
	*/

    /* マーズフラッグ検索窓 */
    .mf_finder_header {
        width: 100%;
        margin-top: 3em;
        padding-top: 0;
    }

    .mf_finder_header .mf_finder_searchBox {
        margin: 0;
        padding: 0;
    }

    .mf_finder_header .mf_finder_searchBox_items {
        width: 100%;
        padding: 0;
        border: none;
    }

    .mf_finder_header .mf_finder_searchBox_query_wrap {
        border-bottom: 1px solid #666;
        margin-right: 15px;
    }

    .mf_finder_header .mf_finder_searchBox_query_input {
        border: none;
        outline: 0;
    }

    .mf_finder_header .mf_finder_searchBox_submit {
        background-color: transparent;
        color: #333;
        font-size: 35px;
        padding: 0;
        margin: 0;
        outline: 0;
    }

    .mf_finder_header .mf_finder_searchBox_submit span {
        margin: 0;
    }

    .mf_finder_searchBox_suggest_items {
        width: 100%;
        z-index: 10;
        right: auto;
        font-size: 14px;
    }

    #header .mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_link {
        font-size: 14px;
    }

    /* ↓個人向け↓ */

    .header .mega-dropdown-menu li > a {
        border: none;
    }

    .header .mega-dropdown-menu li:nth-of-type(5n+1) {
        padding-left: 5px;
    }

    .header .mega-dropdown-menu li:nth-of-type(5n) {
        padding-right: 5px;
    }

    /* ↓法人向け↓ */

    .b2b_header .mega-dropdown-menu li {
        flex-basis: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1em;
        display: block;
    }

    .b2b_header .mega-dropdown-menu li div:first-child {
        display: none;
    }

    ul.navbar-nav:last-of-type a {
        width: 50%;
        margin: 0 auto;
        color: #666 !important;
        padding: 10px 0;
    }

    ul.navbar-nav:last-of-type li,
    ul.navbar-nav:last-of-type a::after,
    .mega-dropdown-menu ul li > a,
    .mega-dropdown-menu li:last-of-type {
        border: none;
    }

}

/*------------------------------------------------------
	footer
------------------------------------------------------*/

footer {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

footer * {
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
}

footer .link_blank::after {
    content: "";
    margin-left: 5px;
    margin-bottom: -3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../../../content/dam/jvc/webmaterial/icon-blank.svg);
    background-repeat: no-repeat;
}

.footerInner {
    padding: 30px 0 0px;
    border-bottom:1px solid #ccc;
}

.footerInner .footerLink,
.footerInner .footersocial {
    max-width: 1250px;
    margin: 0 auto;
}

.footerInner > .clearfix:nth-of-type(2),
.footerLink .footer-navi__body {
    margin-bottom: 50px;
}

.footerLink .footer-navi__body > h2,
.footerLink .footer-navi__body > ul > li span {
    font-weight: bold;
    line-height: 2.5;
    position: relative;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.footerLink .footer-navi__body > ul > li span::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    left: -1.2em;
    top: 3px;
}

.footerLink .footer-navi__body .footer-navi__second {
    padding-left: 0;
}

.footerLink .footer-navi__body > ul > li {
    line-height: 1.6;
    padding-left: 16px;
}

.footerLink .footer-navi__body .footer-navi__second > li {
    list-style-type: none;
    margin-left: 12px;
    line-height: 1.5;
    position: relative;
}
.footerLink .footer-navi__body .footer-navi__second > li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    left: -0.8em;
    top: 6px;
}

footer ul.footer-navi__second li a {
    font-size: 13.5px;
    line-height: 1.2;
    display: block;
    margin-bottom: 1px;
    padding: 3px 0;
}

.footerLink .footer-navi__body .b2b_menu {
    margin-top: 0.3em;
}

.footerLink .footer-navi__body .b2b_menu > li {
    list-style-type: none;
    margin-left: 0px;
}

.footerLink .footer-navi__body .b2b_menu span {
    line-height: 1.6;
}

.footerInner .footersocial {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: none;
}

.footerInner .footersocial a {
    display: block;
    margin-left: 1.8em;
}

.footerInner .footersocial a > * {
    vertical-align: middle;
}

.footerInner .footersocial a:first-of-type {
    margin-bottom: 10px;
}

.footerInner .footersocial img {
    height: 30px;
}

.footerNavi {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 2%;
    font-size: small;
}
.footerNavi * {
    font-size: small;
}
.footerNavi small{
    width: 340px;
}

.footerNavi > p > a {
    display: inline-block;
    margin-left: 1.5em;
}


/* Page to Top */
#page-top {
    display: block;
    position: fixed;
    top: auto;
    right: 2%;
    bottom: 30px;
    overflow-y: auto;
    height: 50px;
    width: 50px;
    padding: 8px 5px 5px 5px;
    background: rgba(50,50,50,0.5);
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

#page-top:hover {
    opacity: 0.6;
}

#page-top i {
    display: block;
    color: #fff;
    margin: 8px 0 0 1px;
}


/**** 法人向け ****/

.clearfix.addmargin {
    margin-bottom: 2em;
}
.b2b_footer .footerLink .footer-navi__body > ul > li span::before {
    border: none;
}
.b2b_footer .footerLink .footer-navi__body > ul > li span.nonopen::before{
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    left: -1em;
    top: 50%;
    margin-top: -3px;
}
.b2b_footer .footerLink .footer-navi__body > ul > li span.nonopen:hover{
    text-decoration: underline;
}
.b2b_footer .footerLink .footer-navi__body .footer-navi__second > li{
}


.b2b_footer .col-lg-2{
    padding-right: 3px;
}

.b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-of-type(3) {
    width: 22%;
}

.b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:last-of-type {
    margin-left: 360px;
    width: 120px;
}

.b2b_footer footer ul.footer-navi__second li a:hover {
    text-decoration: underline;
}

.b2b_footer footer .clearfix.addmargin {
    margin-bottom: 3em;
}


@media (min-width: 769px) {

    .footerInner .footerLink,
    .footerInner .footersocial {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footerInner .footersocial {
        max-width: 1220px;
        padding: 0 4%;
    }
    footer .footerInner .collapse {
        display: block;
        height: 100% !important;
    }

    /**** 法人向け ****/
    .b2b_footer footer .clearfix.addmargin{
        margin-bottom: 1em;
    }

    .b2b_footer footer h2{
        font-size: 20px;
        margin-bottom: 0;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(1) > li:nth-of-type(n){
        width: 33.333%;
        margin: 0.7em auto 1em;
        padding: 0;
    }
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(n){
        width: 33.333%;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) ul.footer-navi__second li:nth-of-type(n){
        width: auto;
        min-height: auto;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:last-of-type{
        margin-left: 84%;
        width: 17%;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .footerLink .footer-navi__body > h2 {
    }

    .footerLink .footer-navi__body > ul > li {
        margin-top: 1em;
    }
    
}

@media (max-width: 768px) {
    .footerInner {
        padding: 0px 0 0px;
        border: none;
    }

    .footerInner > .clearfix:nth-of-type(2),
    .footerLink .footer-navi__body {
        margin-bottom: 0;
    }

    .footerLink .footer-navi__body > h2 {
        font-size: 16px;
        font-weight: normal;
        background-color: #000;
        color: #fff;
        padding: 10px 35px;
    }

    .footerLink .footer-navi__body > ul > li span::before {
        border: none;
    }
    footer ul.footer-navi__second li a {
        font-size: 14px;
        padding: 8px 0;
    }
    
    .footerLink .footer-navi__body > ul > li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footerLink .footer-navi__body > ul > li,
    .footerLink .footer-navi__body .footer-navi__second > li {
        list-style-type: none;
        font-weight: bold;
        margin-left: 0px;
        border-bottom: 1px solid #ccc;
        padding: 12px 35px;
    }

    .footerLink .footer-navi__body > ul > li {
        padding: 5px 35px;
        cursor: pointer;
        position: relative;
    }

    .footerLink .footer-navi__body > ul > li span {
        display: block;
        width: 100%;
    }

    .footerLink .footer-navi__body > ul > li > span::before,
    .footerLink .footer-navi__body > ul > li > span::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        left: 97%;
        width: 20px;
        height: 2px;
        margin: 0;
        background: #111;
    }

    .footerLink .footer-navi__body > ul > li > span::before {
        transform: rotate(0deg);
    }

    .footerLink .footer-navi__body > ul > li > span::after {
        transform: rotate(90deg);
    }

    .footerLink .footer-navi__body > ul > li > .open::after {
        display: none;
    }

    .footerLink .footer-navi__body .footer-navi__second > li {
        border-bottom: none;
        font-weight: normal;
        padding: 5px 0;
        cursor: pointer;
        width: 100%;
        margin: 0;
    }
    .footerLink .footer-navi__body .footer-navi__second > li:before {
        content: none;
    }

    .footerInner .footersocial {
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
        background: transparent;
    }

    .footerInner .footersocial a {
        margin-left: 0.5em;
        margin-right: 0.5em;
        padding: 5px 1.8%;
    }

    .footerInner > .clearfix:nth-last-of-type(2) {
        border-bottom: none;
    }

    .footerNavi {
        flex-direction: column-reverse;
        text-align: center;
        padding: 15px 0;
    }

    .footerNavi > p {
        margin-bottom: 1em;
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px;
    }

    .footerNavi > p > a {
        margin: 0;
        width: 50%;
        font-size: 11.5px;
        letter-spacing: 0;
        padding: 8px 0;
    }
    
    .footerNavi small{
        width: auto;
    }
    
    footer .link_blank::after {
        content: "";
        margin-bottom: -2px;
        width: 15px;
        height: 10px;
    }

    /**** 法人向け ****/
    .clearfix.addmargin {
        margin-bottom: 0;
    }

    .footerLink:nth-of-type(1) .footer-navi__body > ul > li > span.nonopen::before,
    .footerLink:nth-of-type(1) .footer-navi__body > ul > li > span.nonopen::after {
        border: none;
        background: transparent;
    }
    
    .b2b_footer footer .clearfix.addmargin {
        margin-bottom: 0;
    }

    .b2b_footer footer ul {
        list-style-type: none;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-of-type(n) {
        width: 100%;
    }

    .b2b_footer .footerLink:nth-of-type(1) .footer-navi__body > ul > li > span::before {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        left: 97%;
        width: 20px;
        height: 2px;
        margin: 0;
        background: #333;
    }

    .b2b_footer .footerLink:nth-of-type(1) .footer-navi__body > ul > li > span::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        left: 97%;
        width: 20px;
        height: 2px;
        margin: 0;
        background: #333;
    }

    .b2b_footer .footerLink .footer-navi__body .footer-navi__second > li:before {
        content: none;
    }
    
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(4) {
        padding: 0;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(4) .collapse {
        display: block;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(4) .collapse li a {
        padding: 8px 35px;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(-n+2) > span::before,
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(-n+2) > span::after {
        content: none;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:last-of-type > span::before,
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:last-of-type > span::after {
        content: none;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-last-child(2) span {
        font-size: 16px;
        font-weight: normal;
        background-color: #000;
        color: #fff;
        padding: 10px 35px;
  		pointer-events: none;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-last-child(2) span::before,
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-last-child(2) span::after {
        content: none;
    }
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:last-of-type {
        margin: 0;       
    }
}

/* 
レスポンシブ　(2024-03-07) 
*/

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

    /* 共通 */
    h1 {}

    h2 {
        font-size: 24px;
    }

    h3 {}

    h4 {}

    h5 {}

    h6 {}

    .title h1 {
        font-size: 25px;
        margin: 0;
    }

    .title h2 {
        font-size: 21px;
        line-height: 1.3;
    }

    h2.subbig {
        font-size: 24px;
    }

    h3.subbig {
        font-size: 20px;
    }

    h4.subbig {
        font-size: 16px;
    }




    /* コンテナ */
    .container {
        padding: 0px;
    }

    .fit_container {
        margin: 0 auto;
        padding: 0 4%;
    }

    /*.fit_window {
        margin-left: calc(-1 * ((100vw - 100%) / 2));
        margin-right: calc(-1 * ((100vw - 100%) / 2));
    }*/

    .container > div {
        margin-left: auto !important;
        margin-right: auto !important;
        /*padding: 5px 0 0 !important;*/
    }

    .fit_container > div {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    
    .fit_window .fit_container > div {
        padding: 4% !important;

    }

    /* エクスペリエンスフラグメント */
    .xf-content-height {
        margin: 0 !important;
        height: 38px;
        min-height: auto !important;
    }


    /* パンくず */
    .jvc_breadcrumb {
        padding: 10px 3.5% 5px;
    }

    /* カテゴリー名　スティッキー */
    .experiencefragment.sticky_category_menu {
        /*padding: 0 3% !important;*/
    }

    .category.sticky_category_menu {
        /*padding: 0 !important;*/
    }


    /* メインバナー */
    #sub_slider {
        display: none;
    }

    /* カルーセル */
    .carousel_btn,
    #indicator,
    .cmp-carousel__actions,
    .cmp-carousel__indicators {
        display: none;
    }

    .carousel_slider {
        margin: 0px auto -3px;
    }




    /* 製品詳細カルーセル */
    .product_carousel .product_main {
        /*min-height: 200px;
        max-height: 350px;*/
        text-align: center;
    }

    .product_carousel .product_main img {
        max-height: 350px;
        width: auto;
    }

    /* サブバナー */
    .subbanner {
        flex-direction: row;
        flex-wrap: wrap;
        width: 92%;
        margin: 0 auto;
        float: none;
    }

    .subbanner > div {
        /*width: 50%;
        flex-grow: 0;*/
        width: calc(((100% + 10px) / 2) - 10px);
        margin-bottom: 10px;
    }


    /* バナー テキスト */
    .carousel_inner span {
        top: 45%;
        padding: 20px 6%;
    }


    /* カテゴリーメニュー */
    .category {
        position: relative;
        z-index: 1;
    }

    .category > div {
        flex-flow: column nowrap;
        margin: 0 auto 5px;
        padding: 0 3.5% 0;
    }

    .category > div > p {
        font-size: 1.4em;
        cursor: pointer;
        margin: 10px 0 5px;
        position: relative;
    }


    .category > div > p span::before,
    .category > div > p span::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 0px;
        width: 24px;
        height: 2px;
        margin: 0;
        background: #111;
    }

    .category > div > p span::after {
        transform: rotate(90deg);
    }

    .category > div > p.close {
        margin: 10px 0 20px;
        padding-top: 3px;
    }

    .category > div > p.close span::before {
        margin-top: 1px;
    }

    .category > div > p.close span::after {
        display: none;
    }

    .category .category_menu {
        display: none;
        flex-flow: column nowrap;
        font-size: 16px;
    }

    .category_menu li {
        border-left: none;
        border-top: 1px solid #666;
        padding: 0;
        margin-bottom: 0px;
        text-align: center;
    }

    .category_menu li:last-child {
        border-right: none;
    }

    .category_menu li p {
        padding-bottom: 0;
    }

    .category_menu li p a {
        padding: 13px;
        display: block;
    }

    .category_menu .active p {
        border-bottom: none;
    }

    /* 子ノードリスト */
    /*
    .child_list,
    .child_list ul {
        flex-flow: column nowrap;
    }

    .child_list li {
        border-left: none;
        border-top: 1px solid #666;
    }

    .child_list li:last-child {
        border-right: none;
    }

    .child_list h1::after {
        position: absolute;
        right: 0.5em;
        content: '+';
    }

    .child_list h1.close::after {
        content: '-';
    }
*/

    /* テキストと画像 */
    .textimage > div {
        height: auto !important;
    }

    .flex-left,
    .flex-right {
        flex-direction: column;
    }

    .flex-left .textimage-img {
        margin-right: 0;
    }

    .flex-right .textimage-img {
        margin-bottom: 1.2em;
        margin-left: 0;
    }

    .textimage-text {
        padding: 5px;
    }
    .float-right .textimage-img {
        float: none;
        clear: both;
        margin-bottom: 1.2em;
        margin-left: 0;
}

    /* アコーディオン
    .cmp-accordion__button {
        padding: 3px 20px 10px;
        margin: 0 0 15px 0;
    }

    .cmp-accordion__title {
        vertical-align: middle;
    }

    .cmp-accordion__icon {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 3px;
        font-weight: 900;
    } */

    /* タブ */
    .cmp-tabs__tablist {
        border-bottom: none;
        margin-bottom: 3px;
    }

    .cmp-tabs__tab--active:before {
        display: none;
    }

    .cmp-tabs__tab {
        width: 100%;
        /* flex-grow: 0; */
        margin: 3px 0;
    }

    .cmp-tabs__tab--active {
        border: 1px solid #999;
        border-top: 3px solid #f00;
    }

    .cmp-tabs__tabpanel--active {
        padding: 0;
    }

    /*
    .cmp-tabs__tabpanel--active {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 50px;
        margin-top: 5px;
        background-color: #f7f7f7;
    }
    */

    /* チェックボックス */
    #tag_modal {
        background-color: #fff;
        z-index: 99;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        padding-bottom: 50px;
    }

    #search_area > .search_box {
        flex-direction: column;
    }

    #search_area > .search_box > p {
        margin: 0;
        font-size: 15px;
    }

    .search_box ul {
        margin: 15px 0 20px;
    }

    .search_box ul li {
        width: 49%;
        flex-grow: 0;
        /*padding: 13px 0% 13px 5%;*/
        padding: 0;
    }

    .tag_search_refine {
        margin: 10px 2%;
        text-align: center;
    }

    .tag_search_refine > button {
        padding: 10px;
        width: 100%;
        border: 1px solid #aaa;
        border-radius: 5px;
        background-color: #eee;
    }

    #search_area > #reset {
        position: fixed;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
        width: 50%;
    }

    #search_area > #reset button {
        width: 100%;
        border: none;
        background-color: #CCC;
        padding: 10px 5px;
    }

    #search_area > #enter {
        position: fixed;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        width: 50%;
    }

    #search_area > #enter button {
        width: 100%;
        border: none;
        background-color: #f00;
        color: #fff;
        padding: 10px 5px;
    }

    .tagimage .split-3 > li,
    .tagimage .split-4 > li,
    .tagimage .split-5 > li,
    .tagimage .split-6 > li

    /*.tagimage li*/
        {
        /*flex-basis: calc((100% / 4) - 5px);*/
        width: calc((100% / 4) - 5px);
        padding-top: 0.5em;
        margin: 0 5px 5px 0;
    }

    .tagimage li img {
        width: 100% !important;
        height: auto !important;
    }

    /* 製品リスト */


    .product-category .top-category-inner li,
    .product-category .top-category-inner li:nth-of-type(5n) {
        width: 50%;
        margin-right: 0;
    }

    #b2b-contents-page .product-category .top-category-inner li {
        /*width: calc((100% / 2) - 15px);*/
        width: calc((100% / 2) - 1%);
        margin: 0 2% 10px 0;
    }

    #b2b-contents-page .product-category .top-category-inner li:nth-of-type(2n) {
        margin-right: 0;
    }


    #b2b-contents-page .product-category .top-category-inner .name {
        font-size: 15px;
        margin-bottom: 0.5em;
        padding: 15px 10% 0 5%;
    }

    #b2b-contents-page .product-category .top-category-inner .name::after {
        content: "";
        right: 5%;
        top: 50%;
        bottom: auto;
        margin-top: 3px;
    }




    /* 製品検索リスト */
    /*.search_list {
        margin-right: -10px;
    }*/

    .search_list_title {
        display: block;
    }

    .product_search .search_list > .list_item {
        /*flex-basis: calc((100% / 2) - 10px);*/
        width: calc((100% / 2) - 10px);
        padding: 10px 2.5% 4em;
        margin: 0 10px 10px 0;
    }

    /*.product_search .search_list > .list_item:nth-of-type(2n) {
        margin-right: 0;
    }*/


    /* 購入する */
    .list_item .retailer {
        width: 100%;
        padding: 5px 1%;
        text-align: center;
        position: absolute;
        bottom: 1em;
        width: 90%;
        right: 5%;
    }



    /* ピックアップリスト */
    .pickup {
        padding: 0 1%;
    }

    .pickup h2 {
        margin: 18px auto;
    }

    .top-category .top-category-inner li {
        /*flex-basis: calc((100% / 2) - 10px);*/
        width: calc((100% / 2) - 10px);
        padding-bottom: 0;
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #FFF;
    }

    .top-category .top-category-inner li .back {
        /*height: 70px;*/
    }

    .top-category .top-category-inner .name {
        height: auto;
        font-size: 14px;
        background-color: #fff;
        padding: 10px 6%;
    }

    .top-category .top-category-inner .tx {
        display: none;
    }

    /* 緊急告知 */
    .icon_notice {
        flex-direction: column;
        align-items: flex-start;
    }

    .icon_notice > * {
        margin-bottom: 10px;
    }

    .icon_notice ul {
        width: 100%;
    }

    .icon_notice li > p {
        padding-left: 0;
        background: none;
        font-size: 1em;
        margin-right: 0;
    }

    .icon_notice a.info_list {
        font-size: 12px;
        top: 100%;
        left: 50%;
        transform: translate3d(-50%, 0%, 0);
    }

    /* お知らせ */
    .icon_notice_list {
        padding-bottom: 60px !important;
    }

    .icon_notice_list li {
        flex-direction: column;
    }
	.icon_notice_list li p,
	.icon_notice_list li time,
    .icon_notice_list ul a {
        width: 100%;
    }

    .icon_notice_list .info_list {
        width: 50%;
        bottom: 10px;
        left: 50%;
        transform: translate3d(-50%, 0%, 0);
    }



    /* 新着情報 */
    .top-news__body li + li {
        margin-top: 0;
        padding: 10px 0 15px;
    }

    .top-news__body li time {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .top-news__body li a {
        font-size: 14px;
        line-height: 1.3;
    }

    /* ニュース */
    .top-news__title {
        /*  display: none; */
        margin-bottom: 5px;
        line-height: 1;
        font-size: 21px;
    }

    .top-news__body {
        margin-bottom: 80px;
    }

    .top-news__body .btn {
        top: 105%;
        left: 50%;
        transform: translate3d(-50%, 0%, 0);
    }

    /* アンカーリンク */
    .anchor_link h2 {
        padding: 0px 0px 8px 0px;
    }

    .anchor_link ul {
        justify-content: left;
    }

    .anchor_link li {
        /*width: 48%;
        margin-right: 1%;*/
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }


    /* アンカーヘッダー */
    .anchor_header ul {
        justify-content: flex-start;
    }

    .anchor_header li {
        width: 48%;
        margin-right: 1%;
    }


    /* 製品詳細ヘッダー */

    .product_visual .visual_area {
        flex-direction: column-reverse;
        /*width: auto;
        margin: 0;*/
    }

    .product_visual .visual_area > .title,
    .product_visual .visual_area > .keyvisual {
        width: 100%;
        min-height: 0%;
    }

    .visual_header .fixed_anchor .anchor_area {
        padding: 1em;
        /* display: none; スマホ表示時はスティッキーヘッダーを消す */
    }

    .anchor_area {
        flex-direction: column;
    }

    .anchor_area h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .anchor_area ul,
    .product_visual ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 0.5em;
        padding-top: 0;
        width: 100%;
    }

    .anchor_area ul li {
        flex-basis: auto;
        margin-top: 0.5em;
        padding: 0 0.5em;
    }

    .anchor_area ul li a {
        margin: 0;
        font-size: 12px;
    }

    .anchor_area li a.shopping {
        margin-left: 1.2em;
    }

    .product_visual ul li {
        flex-basis: 49%;
        margin-top: 0.5em;
    }

    .product_visual ul li:first-child a {
        margin-left: 1em;
    }

    .visual_header li a.shopping {
        margin-left: 2.2em;
    }


    /* サポート情報 */
    .support_contents .tit_border > div {
        padding: 10px 5% !important;
    }




/**** 法人向け ****/
   
    /* パンくず */
    #b2b-contents-page .jvc_breadcrumb ul li {
        font-size: 10px;
    }   
    #b2b-contents-page .jvc_breadcrumb ul li a {
        font-size: 10px;
    }
    
    #b2b-contents-page .carousel_inner span p {
        font-size: 10px;
    }
       
     /*    */
    #b2b-contents-page .jvc-text p {
    		line-height: 1.4;
    }
    #b2b-contents-page .container > div {
    /*padding: 0 !important;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    }
    #b2b-contents-page .title h3 {
        font-size: 17px;
        line-height: 1.2;
        padding: 5px 3%;
    }
    
    #b2b-contents-page .title h2 {
        font-size: 21px;
        margin-bottom: 0.5em;
    }
    /*
    #b2b-contents-page .search_list{
        margin-bottom: 20px;
        margin-right: -3.5%;
    }
    */
    #b2b-contents-page .anchor_link ul {
    		flex-direction: column;
    		margin: 0px auto 30px;
    		width: 96%;
    }
    #b2b-contents-page .anchor_link ul li {
    		width: 100%;
    		padding: 7px 0;
    }
    
    /*
    #b2b-contents-page .product_search .search_list > .list_item {
    		flex-basis: calc((100% / 2) - 3.5%);
    		padding: 0;
            margin: 0 3.5% 15px 0;
    }*/

    #b2b-contents-page .list_item .product_detail .number{
        font-size: 16px;
    }
    #b2b-contents-page .list_item .product_detail img {
        /*width: 90%;*/
    }

    /*    */
    #b2b-contents-page .link_button {
    		width: 100%;
    }
    
    
    /*    */
    #b2b-contents-page .tabs {
        margin-top: 0;
    }
    #b2b-contents-page .cmp-tabs__tablist {
        margin-bottom: 10px;
    }
    #b2b-contents-page .cmp-tabs__tab{
        width: 100%;
    }
    #b2b-contents-page .cmp-tabs__tab--active{
        border-bottom: 1px solid #999;
    }    
    
    #b2b-contents-page #tag_modal {
    		background-color: #FFF;
    		z-index: 99;
    		top: 0;
    		left: 0;
    		right: 0;
    		bottom: 0;
    		overflow-y: auto;
    		padding-bottom: 50px;
    		padding: 0 4%;
    }
    
    #b2b-contents-page #tag_modal #search_area > .search_box {
    		margin: 1em 0 1.5em;
				border: none;
    }  
    #b2b-contents-page #tag_modal #search_area > .search_box > p{
        margin-right: 0;
        border: none;    
    }
    #b2b-contents-page .product_search p.result {
        margin: 0.5em 0;
    }


   /* サポ―ト情報　*/ 
    #b2b-contents-page .support_contents .xf-content-height{
        height: auto;     
    }   

    #b2b-contents-page .container > div.support_contents{
        padding: 20px 0 !important;
    }      
    #b2b-contents-page .support_contents .tit_border > div {
        margin: 5px auto;
        width: 100%;
    }
    #b2b-contents-page .support_contents .link_button {
        margin: 5px auto;
        width: 100%;
    }
    
   /* トップページ　製品情報・システム　*/ 
    #b2b-contents-page .product-category .top-category-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    justify-content: flex-start;
    flex-direction: row;
}
    #b2b-contents-page .product-category .top-category-inner .text {
    font-size: 12px;
    padding: 0 5% 15px;
    }
    
    /*サブカテゴリートップ　ビジュアル*/
    #b2b-contents-page .carousel_inner span h2 {
    font-size: 12px;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    display: #555;
    }
    

    /*サブカテゴリートップ　ビジュアル*/
    #b2b-contents-page .carousel_inner span h1 {
    font-size: 12px;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    }
    


}


@media (max-width: 1200px) and (min-width: 769px){
    body {
        min-width: 980px;
    }
    body#b2b-contents-page {
         min-width: 1024px;
    }

    /* グローバルナビ　*/
    #b2b-contents-page ul.navbar-nav:first-of-type a {
        padding: 15px 6.5%;
        cursor: pointer;
        display: inline-table;
        font-size: 13px;
        letter-spacing: -0.5px;
    }
    
}


/* Print */
@media print {
    html {
        margin: 0;
        padding: 0;
    }

    header,
    footer,
    .breadcrumb,
    .cq-placeholder,
    .new {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }
}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/
#head_sg {
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: sticky !important;
    overflow-y: scroll;
    height:auto;
}

.header_sg {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_sg * {
    letter-spacing: 1px;
}

.header_sg a,
.header_sg a:hover {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_sg button {
    background: #fff;
    border: none;
}

.header_sg img {
    display: inline-block;
}


/* ナビ配置 */
.header_sg>nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_sg>nav,
.header_sg .head_nav,
.header_sg #head_menu,
.header_sg #head_menu>div,
.header_sg #head_menu .head_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header_sg #head_menu .head_navi:first-of-type {
    justify-content: flex-start;
    flex-grow: 2;
}

.header_sg #head_menu .head_navi:last-of-type {
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width: 80px;
    padding: 5px 0px;
}

.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_sg .customer_label {
    float: left;
    display: inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_sg #head_menu .head_navi>li>a,
.header_sg #head_menu .head_navi>li>button,
.header_sg #head_menu .head_navi:last-of-type li>p {
    display: inline-block;
    padding: 20px 10px;
    opacity: 1;
}

.header_sg #head_menu .head_navi:first-of-type>li:hover,
.header_sg #head_menu .head_navi:first-of-type>li.open_panel {
    border-bottom: 5px solid #FF2727;
}

.header_sg #head_menu .head_navi:first-of-type>li:hover>a,
.header_sg #head_menu .head_navi:first-of-type>li:hover>button,
.header_sg #head_menu .head_navi:first-of-type>li.open_panel>button {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_sg #head_menu .head_navi:last-of-type li>a,
.header_sg #head_menu .head_navi:last-of-type li>p {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

/* 矢印アイコン */
.header_sg #head_menu .head_navi:last-of-type li a.btn_arrow {
    position: relative;
    color: inherit;
}

a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_sg #product_menu_panel {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top: 5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 14px;
}

.header_sg #product_menu_panel>div {
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_sg #product_menu_panel .close_menu {
    float: right;
    font-size: 40px;
}

.header_sg #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_sg #product_menu_panel .products_category {
    display: flex;
    flex-flow: row wrap;
    float: none;
    clear: both;
}

.header_sg #product_menu_panel .products_category ul {
    width: 32%;
    padding: 0 15px;
}

.header_sg #product_menu_panel .products_category li {
    padding-left: 20px;
    margin: 10px 0;
}

.header_sg #product_menu_panel .products_category li>a::before {
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_sg #product_menu_panel .products_category li>p {
    font-weight: bold;
    margin-left: -15px;
}


/* カテゴリーメニュータイトル */
.header_sg #product_menu_panel .products_category li.category_title {
    width: 100%;
    padding-left: 0px;
    margin: 0 0 20px -45px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.header_sg #product_menu_panel .products_category li.category_title p {
    margin-left: 0;
}

.header_sg #product_menu_panel .products_category li.category_title img {
    max-width: 250px;
    max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_sg #product_menu_panel .products_category li.category_title>a::before {
    display: none;
}

/* 検索窓 */
.header_sg #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {

    /* PC時非表示 */
    .head_toggle,
    .head_search_btn,
    #head_searchbox>p,
    #head_searchbox>button {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {

    /* ナビメニュー */
    .header_sg #head_menu .head_navi>li>a,
    .header_sg #head_menu .head_navi>li>button {
        font-size: 14px;
    }

    /* メガドロップダウンメニュー */
    .header_sg #product_menu_panel {
        width: 980px;
    }
}


@media (max-width: 768px) {

    /* スマホ時非表示 */
    .sma_nodisplay,
    .header_sg #product_menu_panel .products_category li:first-child img {
        display: none !important;
    }

    /* ナビ配置 */
    .header_sg>nav {
        margin: 0;
        padding: 0 10px;
    }

    /* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
        border-radius: 1px;
    }

    .head_toggle .icon_bar+.icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

    /* ブランドロゴ */
    .head_brand {
        max-width: 70px;
    }

    /* 検索ボタン */
    .head_search_btn {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
    }

    /* ナビメニュー */
    .header_sg .head_nav {
        position: relative;
    }

    .header_sg #head_menu {
        display: none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_sg #head_menu>ul {
        flex-direction: column;
    }

    .header_sg #head_menu>ul>li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .header_sg #head_menu .head_navi:first-of-type>li:hover,
    .header_sg #head_menu .head_navi:first-of-type>li.open_panel {
        border-bottom: 1px solid #ddd;
    }

    .header_sg #head_menu .head_navi>li>a,
    .header_sg #head_menu .head_navi>li>button {
        position: relative;
        width: 100%;
        padding: 15px;
        background: transparent;
    }

    .header_sg #head_menu .head_navi>li>a:hover,
    .header_sg #head_menu .head_navi>li>button:hover {
        color: inherit;
    }

    .header_sg #head_menu .head_navi:first-of-type>li:hover>a,
    .header_sg #head_menu .head_navi:first-of-type>li:hover>button,
    .header_sg #head_menu .head_navi:first-of-type>li.open_panel>button {
        margin: 0;
        padding: 15px;
    }

    .header_sg #head_menu .head_navi:last-of-type li>a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

    /* ボタンマーク(＋/ー) */
    .header_sg #head_menu .head_navi>li>button::before,
    .header_sg #head_menu .head_navi>li>button::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }

    .header_sg #head_menu .head_navi>li>button::after {
        transform: rotate(90deg);
    }

    .header_sg #head_menu .head_navi:first-of-type>li.open_panel>button::after,
    a.btn_arrow::after {
        display: none;
    }



    /* メガドロップダウンメニュー */
    .header_sg #product_menu_panel {
        display: none;
        position: relative;
        background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .header_sg #product_menu_panel .products_category ul {
        width: 100%;
    }

    .header_sg #product_menu_panel .products_category li {
        margin: 0;
        padding: 10px 3em;
        text-align: left;
    }

    .header_sg #product_menu_panel .products_category li {
        border-bottom: 1px solid #ddd;
    }

    .header_sg #product_menu_panel .products_category li.category_title {
        border-bottom: none;
    }

    .header_sg #product_menu_panel .products_category li:first-child {
        padding-left: 1.5em;
        margin: 0px;
        text-align: left;
    }

    /* ボタンマーク(＞) */
    /*
    .header_sg #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

    /* 検索モーダル */
    #head_searchbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox>p {
        display: inline-block;
        font-size: 25px;
    }

    #head_searchbox>button {
        float: right;
        font-size: 40px;
        line-height: 0.5;
    }

}
/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_sg {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_sg * {
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
}

.footer_sg button{
	background: transparent;
    border: none;
}

.footer_sg a,
.footer_sg a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_sg img {
	display:inline-block;
}

.footer_sg .foot_category,
.footer_sg .foot_social,
.footer_sg .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_sg .foot_inner{
    padding: 30px;
}

.footer_sg .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_sg .customer_label{
    font-size:1.2em;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

.footer_sg .foot_category_title{
	font-weight: bold;
	padding-bottom:0.5em;
}

/* 製品カテゴリー配置 */
.footer_sg .products_category,
.footer_sg .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_sg .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_sg .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_sg .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_sg .products_category .foot_menu{
    /*margin-top:5px;*/
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_sg .foot_social{
	text-align:right;
}
.footer_sg .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_sg .foot_navi li *{
	font-size:13px;         
}

.footer_sg .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_sg .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_sg .products_category .foot_menu{
		display: block !important;
	}

    .footer_sg .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_sg .products_category > li{
        flex-basis: 40%;
    }

    .footer_sg .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn,
	.footer_sg .products_category > li:last-child{
    	display:none !important;
    }

    .footer_sg .foot_inner,
	.footer_sg .foot_navi{
        padding: 0px;
	}

    .footer_sg .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_sg .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    .footer_sg .foot_category_title{
        padding-left: 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_sg .products_category, .footer_sg .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_sg .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_sg .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_sg .products_category > li button::before,
    .footer_sg .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_sg .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_sg .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_sg .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_sg .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_sg .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_sg .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_sg .foot_social,
	.footer_sg .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_sg .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_sg .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/

#head_afco {
    z-index: 998;
    background-color: #fff;
    top: 0px;
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: sticky !important;
    overflow-y: scroll;
    height:auto;
}

.header_my {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_my * {
    letter-spacing: 1px;
}

.header_my a,
.header_my a:hover {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_my button {
    background: #fff;
    border: none;
}

.header_my img {
    display: inline-block;
}


/* ナビ配置 */
.header_my>nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_my>nav,
.header_my .head_nav,
.header_my #head_menu,
.header_my #head_menu>div,
.header_my #head_menu .head_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header_my #head_menu .head_navi:first-of-type {
    justify-content: flex-start;
    flex-grow: 2;
}

.header_my #head_menu .head_navi:last-of-type {
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width: 80px;
    padding: 5px 0px;
}

.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_my .customer_label {
    float: left;
    display: inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_my #head_menu .head_navi>li>a,
.header_my #head_menu .head_navi>li>button,
.header_my #head_menu .head_navi:last-of-type li>p {
    display: inline-block;
    padding: 20px 10px;
    opacity: 1;
}

.header_my #head_menu .head_navi:first-of-type>li:hover,
.header_my #head_menu .head_navi:first-of-type>li.open_panel {
    border-bottom: 5px solid #FF2727;
}

.header_my #head_menu .head_navi:first-of-type>li:hover>a,
.header_my #head_menu .head_navi:first-of-type>li:hover>button,
.header_my #head_menu .head_navi:first-of-type>li.open_panel>button {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_my #head_menu .head_navi:last-of-type li>a,
.header_my #head_menu .head_navi:last-of-type li>p {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

/* 矢印アイコン */
.header_my #head_menu .head_navi:last-of-type li a.btn_arrow {
    position: relative;
    color: inherit;
}

a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_my #product_menu_panel {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top: 5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 14px;
}

.header_my #product_menu_panel>div {
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_my #product_menu_panel .close_menu {
    float: right;
    font-size: 40px;
}

.header_my #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_my #product_menu_panel .products_category {
    display: flex;
    flex-flow: row wrap;
    float: none;
    clear: both;
}

.header_my #product_menu_panel .products_category ul {
    width: 32%;
    padding: 0 15px;
}

.header_my #product_menu_panel .products_category li {
    padding-left: 20px;
    margin: 10px 0;
}

.header_my #product_menu_panel .products_category li>a::before {
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_my #product_menu_panel .products_category li>p {
    font-weight: bold;
    margin-left: -15px;
}


/* カテゴリーメニュータイトル */
.header_my #product_menu_panel .products_category li.category_title {
    width: 100%;
    padding-left: 0px;
    margin: 0 0 20px -45px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.header_my #product_menu_panel .products_category li.category_title p {
    margin-left: 0;
}

.header_my #product_menu_panel .products_category li.category_title img {
    max-width: 250px;
    max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_my #product_menu_panel .products_category li.category_title>a::before {
    display: none;
}

/* 検索窓 */
.header_my #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {

    /* PC時非表示 */
    .head_toggle,
    .head_search_btn,
    #head_searchbox>p,
    #head_searchbox>button {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {

    /* ナビメニュー */
    .header_my #head_menu .head_navi>li>a,
    .header_my #head_menu .head_navi>li>button {
        font-size: 14px;
    }

    /* メガドロップダウンメニュー */
    .header_my #product_menu_panel {
        width: 980px;
    }
}


@media (max-width: 768px) {

    /* スマホ時非表示 */
    .sma_nodisplay,
    .header_my #product_menu_panel .products_category li:first-child img {
        display: none !important;
    }

    /* ナビ配置 */
    .header_my>nav {
        margin: 0;
        padding: 0 10px;
    }

    /* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
        border-radius: 1px;
    }

    .head_toggle .icon_bar+.icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

    /* ブランドロゴ */
    .head_brand {
        max-width: 70px;
    }

    /* 検索ボタン */
    .head_search_btn {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
    }

    /* ナビメニュー */
    .header_my .head_nav {
        position: relative;
    }

    .header_my #head_menu {
        display: none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_my #head_menu>ul {
        flex-direction: column;
    }

    .header_my #head_menu>ul>li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .header_my #head_menu .head_navi:first-of-type>li:hover,
    .header_my #head_menu .head_navi:first-of-type>li.open_panel {
        border-bottom: 1px solid #ddd;
    }

    .header_my #head_menu .head_navi>li>a,
    .header_my #head_menu .head_navi>li>button {
        position: relative;
        width: 100%;
        padding: 15px;
        background: transparent;
    }

    .header_my #head_menu .head_navi>li>a:hover,
    .header_my #head_menu .head_navi>li>button:hover {
        color: inherit;
    }

    .header_my #head_menu .head_navi:first-of-type>li:hover>a,
    .header_my #head_menu .head_navi:first-of-type>li:hover>button,
    .header_my #head_menu .head_navi:first-of-type>li.open_panel>button {
        margin: 0;
        padding: 15px;
    }

    .header_my #head_menu .head_navi:last-of-type li>a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

    /* ボタンマーク(＋/ー) */
    .header_my #head_menu .head_navi>li>button::before,
    .header_my #head_menu .head_navi>li>button::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }

    .header_my #head_menu .head_navi>li>button::after {
        transform: rotate(90deg);
    }

    .header_my #head_menu .head_navi:first-of-type>li.open_panel>button::after,
    a.btn_arrow::after {
        display: none;
    }



    /* メガドロップダウンメニュー */
    .header_my #product_menu_panel {
        display: none;
        position: relative;
        background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .header_my #product_menu_panel .products_category ul {
        width: 100%;
    }

    .header_my #product_menu_panel .products_category li {
        margin: 0;
        padding: 10px 3em;
        text-align: left;
    }

    .header_my #product_menu_panel .products_category li {
        border-bottom: 1px solid #ddd;
    }

    .header_my #product_menu_panel .products_category li.category_title {
        border-bottom: none;
    }

    .header_my #product_menu_panel .products_category li:first-child {
        padding-left: 1.5em;
        margin: 0px;
        text-align: left;
    }

    /* ボタンマーク(＞) */
    /*
    .header_my #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

    /* 検索モーダル */
    #head_searchbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox>p {
        display: inline-block;
        font-size: 25px;
    }

    #head_searchbox>button {
        float: right;
        font-size: 40px;
        line-height: 0.5;
    }

}
/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_my {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_my * {
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
}

.footer_my button{
	background: transparent;
    border: none;
}

.footer_my a,
.footer_my a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_my img {
	display:inline-block;
}

.footer_my .foot_category,
.footer_my .foot_social,
.footer_my .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_my .foot_inner{
    padding: 30px;
}

.footer_my .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_my .customer_label{
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_my .products_category,
.footer_my .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_my .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_my .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_my .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_my .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_my .foot_social{
	text-align:right;
}
.footer_my .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_my .foot_navi li *{
	font-size:13px;         
}

.footer_my .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_my .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_my .products_category .foot_menu{
		display: block !important;
	}

    .footer_my .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_my .products_category > li{
        flex-basis: 40%;
    }

    .footer_my .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn,
	.footer_my .products_category > li:last-child{
    	display:none !important;
    }

    .footer_my .foot_inner,
	.footer_my .foot_navi{
        padding: 0px;
	}

    .footer_my .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_my .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_my .products_category, .footer_my .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_my .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_my .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_my .products_category > li button::before,
    .footer_my .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_my .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_my .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_my .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_my .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_my .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_my .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_my .foot_social,
	.footer_my .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_my .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_my .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/
#head_afco {
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: sticky !important;
    overflow-y: scroll;
    height:auto;
}

.header_usa {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_usa * {
    letter-spacing: 1px;
}

.header_usa a,
.header_usa a:hover {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_usa button {
    background: #fff;
    border: none;
}

.header_usa img {
    display: inline-block;
}


/* ナビ配置 */
.header_usa>nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_usa>nav,
.header_usa .head_nav,
.header_usa #head_menu,
.header_usa #head_menu>div,
.header_usa #head_menu .head_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header_usa #head_menu .head_navi:first-of-type {
    justify-content: flex-start;
    flex-grow: 2;
}

.header_usa #head_menu .head_navi:last-of-type {
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width: 80px;
    padding: 5px 0px;
}

.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_usa .customer_label {
    float: left;
    display: inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_usa #head_menu .head_navi>li>a,
.header_usa #head_menu .head_navi>li>button,
.header_usa #head_menu .head_navi:last-of-type li>p {
    display: inline-block;
    padding: 20px 7px;
    opacity: 1;
    font-size: 14px;
}

.header_usa #head_menu .head_navi:first-of-type>li:hover,
.header_usa #head_menu .head_navi:first-of-type>li.open_panel {
    border-bottom: 5px solid #FF2727;
}

.header_usa #head_menu .head_navi:first-of-type>li:hover>a,
.header_usa #head_menu .head_navi:first-of-type>li:hover>button,
.header_usa #head_menu .head_navi:first-of-type>li.open_panel>button {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_usa #head_menu .head_navi:last-of-type li>a,
.header_usa #head_menu .head_navi:last-of-type li>p {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

/* 矢印アイコン */
.header_usa #head_menu .head_navi:last-of-type li a.btn_arrow {
    position: relative;
    color: inherit;
}

a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_usa #product_menu_panel {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top: 5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 13px;
}

.header_usa #product_menu_panel>div {
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_usa #product_menu_panel .close_menu {
    float: right;
    font-size: 40px;
}

.header_usa #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_usa #product_menu_panel .products_category {
    display: flex;
    flex-flow: row wrap;
    float: none;
    clear: both;
}

.header_usa #product_menu_panel .products_category ul {
    width: 24%;
    padding: 0 15px;
}

.header_usa #product_menu_panel .products_category li {
    padding-left: 20px;
    margin: 10px 0;
}

.header_usa #product_menu_panel .products_category li>a::before {
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_usa #product_menu_panel .products_category li>p {
    font-weight: bold;
    margin-left: -15px;
}


/* カテゴリーメニュータイトル */
.header_usa #product_menu_panel .products_category li.category_title {
    width: 100%;
    padding-left: 0px;
    margin: 0 0 20px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.header_usa #product_menu_panel .products_category li.category_title p {
    margin-left: 0;
}

.header_usa #product_menu_panel .products_category li.category_title img {
    max-width: 250px;
    max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_usa #product_menu_panel .products_category li.category_title>a::before {
    display: none;
}

/* 検索窓 */
.header_usa #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {

    /* PC時非表示 */
    .head_toggle,
    .head_search_btn,
    #head_searchbox>p,
    #head_searchbox>button {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {

    /* ナビメニュー */
    .header_usa #head_menu .head_navi>li>a,
    .header_usa #head_menu .head_navi>li>button {
        font-size: 14px;
    }

    /* メガドロップダウンメニュー */
    .header_usa #product_menu_panel {
        width: 980px;
    }
}


@media (max-width: 768px) {

    /* スマホ時非表示 */
    .sma_nodisplay,
    .header_usa #product_menu_panel .products_category li:first-child img {
        display: none !important;
    }

    /* ナビ配置 */
    .header_usa>nav {
        margin: 0;
        padding: 0 10px;
    }

    /* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
        border-radius: 1px;
    }

    .head_toggle .icon_bar+.icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

    /* ブランドロゴ */
    .head_brand {
        max-width: 70px;
    }

    /* 検索ボタン */
    .head_search_btn {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
    }

    /* ナビメニュー */
    .header_usa .head_nav {
        position: relative;
    }

    .header_usa #head_menu {
        display: none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_usa #head_menu>ul {
        flex-direction: column;
    }

    .header_usa #head_menu>ul>li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .header_usa #head_menu .head_navi:first-of-type>li:hover,
    .header_usa #head_menu .head_navi:first-of-type>li.open_panel {
        border-bottom: 1px solid #ddd;
    }

    .header_usa #head_menu .head_navi>li>a,
    .header_usa #head_menu .head_navi>li>button {
        position: relative;
        width: 100%;
        padding: 15px;
        background: transparent;
    }

    .header_usa #head_menu .head_navi>li>a:hover,
    .header_usa #head_menu .head_navi>li>button:hover {
        color: inherit;
    }

    .header_usa #head_menu .head_navi:first-of-type>li:hover>a,
    .header_usa #head_menu .head_navi:first-of-type>li:hover>button,
    .header_usa #head_menu .head_navi:first-of-type>li.open_panel>button {
        margin: 0;
        padding: 15px;
    }

    .header_usa #head_menu .head_navi:last-of-type li>a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

    /* ボタンマーク(＋/ー) */
    .header_usa #head_menu .head_navi>li>button::before,
    .header_usa #head_menu .head_navi>li>button::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }

    .header_usa #head_menu .head_navi>li>button::after {
        transform: rotate(90deg);
    }

    .header_usa #head_menu .head_navi:first-of-type>li.open_panel>button::after,
    a.btn_arrow::after {
        display: none;
    }



    /* メガドロップダウンメニュー */
    .header_usa #product_menu_panel {
        display: none;
        position: relative;
        background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .header_usa #product_menu_panel .products_category ul {
        width: 100%;
    }

    .header_usa #product_menu_panel .products_category li {
        margin: 0;
        padding: 0px 3em;
        text-align: left;
    }

    .header_usa .products_category a {
        display: block;
        padding: 10px 0;
    }

    .header_usa #product_menu_panel .products_category li {
        border-bottom: 1px solid #ddd;
    }

    .header_usa #product_menu_panel .products_category li.category_title {
        border-bottom: none;
    }

    .header_usa #product_menu_panel .products_category li:first-child {
        padding-left: 1.5em;
        margin: 0px;
        text-align: left;
    }

    /* ボタンマーク(＞) */
    /*
    .header_usa #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

    /* 検索モーダル */
    #head_searchbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox>p {
        display: inline-block;
        font-size: 25px;
    }

    #head_searchbox>button {
        float: right;
        font-size: 40px;
        line-height: 0.5;
    }

}
/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_usa {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_usa * {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.footer_usa button{
	background: transparent;
    border: none;
}

.footer_usa a,
.footer_usa a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_usa img {
	display:inline-block;
}

.footer_usa .foot_category,
.footer_usa .foot_social,
.footer_usa .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_usa .foot_inner{
    padding: 30px;
}

.footer_usa .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_usa .customer_label{
    font-size:15px;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_usa .products_category,
.footer_usa .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_usa .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_usa .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_usa .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_usa .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_usa .foot_social{
	text-align:right;
}
.footer_usa .foot_social > a{
	display:inline-block;
    margin-left:10px;
}
.footer_usa .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_usa .foot_navi li *{
	font-size:13px;         
}

.footer_usa .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_usa .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/* Cookie欄 */
.footer_usa + .ccpa_usa{
    width:100%;
	position:fixed;
    bottom:0;
}

.ccpa_usa #teconsent{
	background:#fff;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_usa .products_category .foot_menu{
		display: block !important;
	}

    .footer_usa .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_usa .products_category > li{
        flex-basis: 40%;
    }

    .footer_usa .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn{
    	display:none !important;
    }

    .footer_usa .foot_inner,
	.footer_usa .foot_navi{
        padding: 0px;
	}

    .footer_usa .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_usa .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_usa .products_category, .footer_usa .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_usa .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_usa .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_usa .products_category > li button::before,
    .footer_usa .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_usa .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_usa .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_usa .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_usa .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_usa .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_usa .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_usa .foot_social,
	.footer_usa .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_usa .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_usa .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/

#head_afco {
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: fistickyxed !important;
    overflow-y: scroll;
    height:auto;
}

.header_au {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_au * {
    letter-spacing: 1px;
}

.header_au a,
.header_au a:hover {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_au button {
    background: #fff;
    border: none;
}

.header_au img {
    display: inline-block;
}


/* ナビ配置 */
.header_au>nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_au>nav,
.header_au .head_nav,
.header_au #head_menu,
.header_au #head_menu>div,
.header_au #head_menu .head_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header_au #head_menu .head_navi:first-of-type {
    justify-content: flex-start;
    flex-grow: 2;
}

.header_au #head_menu .head_navi:last-of-type {
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width: 80px;
    padding: 5px 0px;
}

.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_au .customer_label {
    float: left;
    display: inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_au #head_menu .head_navi>li>a,
.header_au #head_menu .head_navi>li>button,
.header_au #head_menu .head_navi:last-of-type li>p {
    display: inline-block;
    padding: 20px 7px;
    opacity: 1;
    font-size: 14px;
}

.header_au #head_menu .head_navi:first-of-type>li:hover,
.header_au #head_menu .head_navi:first-of-type>li.open_panel {
    border-bottom: 5px solid #FF2727;
}

.header_au #head_menu .head_navi:first-of-type>li:hover>a,
.header_au #head_menu .head_navi:first-of-type>li:hover>button,
.header_au #head_menu .head_navi:first-of-type>li.open_panel>button {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_au #head_menu .head_navi:last-of-type li>a,
.header_au #head_menu .head_navi:last-of-type li>p {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

/* 矢印アイコン */
.header_au #head_menu .head_navi:last-of-type li a.btn_arrow {
    position: relative;
    color: inherit;
}

a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_au #product_menu_panel {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top: 5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 13px;
}

.header_au #product_menu_panel>div {
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_au #product_menu_panel .close_menu {
    float: right;
    font-size: 40px;
}

.header_au #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_au #product_menu_panel .products_category {
    display: flex;
    flex-flow: row wrap;
    float: none;
    clear: both;
}

.header_au #product_menu_panel .products_category ul {
    width: 24%;
    padding: 0 15px;
}

.header_au #product_menu_panel .products_category li {
    padding-left: 20px;
    margin: 10px 0;
}

.header_au #product_menu_panel .products_category li>a::before {
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_au #product_menu_panel .products_category li>p {
    font-weight: bold;
    margin-left: -15px;
}


/* カテゴリーメニュータイトル */
.header_au #product_menu_panel .products_category li.category_title {
    width: 100%;
    padding-left: 0px;
    margin: 0 0 20px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.header_au #product_menu_panel .products_category li.category_title p {
    margin-left: 0;
}

.header_au #product_menu_panel .products_category li.category_title img {
    max-width: 250px;
    max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_au #product_menu_panel .products_category li.category_title>a::before {
    display: none;
}

/* 検索窓 */
.header_au #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {

    /* PC時非表示 */
    .head_toggle,
    .head_search_btn,
    #head_searchbox>p,
    #head_searchbox>button {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {

    /* ナビメニュー */
    .header_au #head_menu .head_navi>li>a,
    .header_au #head_menu .head_navi>li>button {
        font-size: 14px;
    }

    /* メガドロップダウンメニュー */
    .header_au #product_menu_panel {
        width: 980px;
    }
}


@media (max-width: 768px) {

    /* スマホ時非表示 */
    .sma_nodisplay,
    .header_au #product_menu_panel .products_category li:first-child img {
        display: none !important;
    }

    /* ナビ配置 */
    .header_au>nav {
        margin: 0;
        padding: 0 10px;
    }

    /* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
        border-radius: 1px;
    }

    .head_toggle .icon_bar+.icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

    /* ブランドロゴ */
    .head_brand {
        max-width: 70px;
    }

    /* 検索ボタン */
    .head_search_btn {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
    }

    /* ナビメニュー */
    .header_au .head_nav {
        position: relative;
    }

    .header_au #head_menu {
        display: none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_au #head_menu>ul {
        flex-direction: column;
    }

    .header_au #head_menu>ul>li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .header_au #head_menu .head_navi:first-of-type>li:hover,
    .header_au #head_menu .head_navi:first-of-type>li.open_panel {
        border-bottom: 1px solid #ddd;
    }

    .header_au #head_menu .head_navi>li>a,
    .header_au #head_menu .head_navi>li>button {
        position: relative;
        width: 100%;
        padding: 15px;
        background: transparent;
    }

    .header_au #head_menu .head_navi>li>a:hover,
    .header_au #head_menu .head_navi>li>button:hover {
        color: inherit;
    }

    .header_au #head_menu .head_navi:first-of-type>li:hover>a,
    .header_au #head_menu .head_navi:first-of-type>li:hover>button,
    .header_au #head_menu .head_navi:first-of-type>li.open_panel>button {
        margin: 0;
        padding: 15px;
    }

    .header_au #head_menu .head_navi:last-of-type li>a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

    /* ボタンマーク(＋/ー) */
    .header_au #head_menu .head_navi>li>button::before,
    .header_au #head_menu .head_navi>li>button::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }

    .header_au #head_menu .head_navi>li>button::after {
        transform: rotate(90deg);
    }

    .header_au #head_menu .head_navi:first-of-type>li.open_panel>button::after,
    a.btn_arrow::after {
        display: none;
    }



    /* メガドロップダウンメニュー */
    .header_au #product_menu_panel {
        display: none;
        position: relative;
        background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .header_au #product_menu_panel .products_category ul {
        width: 100%;
    }

    .header_au #product_menu_panel .products_category li {
        margin: 0;
        padding: 10px 3em;
        text-align: left;
    }

    .header_au #product_menu_panel .products_category li {
        border-bottom: 1px solid #ddd;
    }

    .header_au #product_menu_panel .products_category li.category_title {
        border-bottom: none;
    }

    .header_au #product_menu_panel .products_category li:first-child {
        padding-left: 1.5em;
        margin: 0px;
        text-align: left;
    }

    /* ボタンマーク(＞) */
    /*
    .header_au #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

    /* 検索モーダル */
    #head_searchbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox>p {
        display: inline-block;
        font-size: 25px;
    }

    #head_searchbox>button {
        float: right;
        font-size: 40px;
        line-height: 0.5;
    }

}
/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_au {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_au * {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.footer_au button{
	background: transparent;
    border: none;
}

.footer_au a,
.footer_au a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_au img {
	display:inline-block;
}

.footer_au .foot_category,
.footer_au .foot_social,
.footer_au .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_au .foot_inner{
    padding: 30px;
}

.footer_au .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_au .customer_label{
    font-size:15px;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_au .products_category,
.footer_au .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_au .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_au .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_au .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_au .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_au .foot_social{
	text-align:right;
}
.footer_au .foot_social > a{
	display:inline-block;
    margin-left:10px;
}
.footer_au .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_au .foot_navi li *{
	font-size:13px;         
}

.footer_au .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_au .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/* Cookie欄 */
.footer_au + .ccpa_au{
    width:100%;
	position:fixed;
    bottom:0;
}

.ccpa_au #teconsent{
	background:#fff;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_au .products_category .foot_menu{
		display: block !important;
	}

    .footer_au .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_au .products_category > li{
        flex-basis: 40%;
    }

    .footer_au .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn{
    	display:none !important;
    }

    .footer_au .foot_inner,
	.footer_au .foot_navi{
        padding: 0px;
	}

    .footer_au .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_au .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_au .products_category, .footer_au .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_au .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_au .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_au .products_category > li button::before,
    .footer_au .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_au .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_au .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_au .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_au .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_au .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_au .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_au .foot_social,
	.footer_au .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_au .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_au .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/

#head_afco {
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: fistickyxed !important;
    overflow-y: scroll;
    height:auto;
}

.header_nz {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_nz * {
    letter-spacing: 1px;
}

.header_nz a,
.header_nz a:hover {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_nz button {
    background: #fff;
    border: none;
}

.header_nz img {
    display: inline-block;
}


/* ナビ配置 */
.header_nz>nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_nz>nav,
.header_nz .head_nav,
.header_nz #head_menu,
.header_nz #head_menu>div,
.header_nz #head_menu .head_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header_nz #head_menu .head_navi:first-of-type {
    justify-content: flex-start;
    flex-grow: 2;
}

.header_nz #head_menu .head_navi:last-of-type {
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width: 80px;
    padding: 5px 0px;
}

.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_nz .customer_label {
    float: left;
    display: inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_nz #head_menu .head_navi>li>a,
.header_nz #head_menu .head_navi>li>button,
.header_nz #head_menu .head_navi:last-of-type li>p {
    display: inline-block;
    padding: 20px 7px;
    opacity: 1;
    font-size: 14px;
}

.header_nz #head_menu .head_navi:first-of-type>li:hover,
.header_nz #head_menu .head_navi:first-of-type>li.open_panel {
    border-bottom: 5px solid #FF2727;
}

.header_nz #head_menu .head_navi:first-of-type>li:hover>a,
.header_nz #head_menu .head_navi:first-of-type>li:hover>button,
.header_nz #head_menu .head_navi:first-of-type>li.open_panel>button {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_nz #head_menu .head_navi:last-of-type li>a,
.header_nz #head_menu .head_navi:last-of-type li>p {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

/* 矢印アイコン */
.header_nz #head_menu .head_navi:last-of-type li a.btn_arrow {
    position: relative;
    color: inherit;
}

a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_nz #product_menu_panel {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top: 5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 13px;
}

.header_nz #product_menu_panel>div {
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_nz #product_menu_panel .close_menu {
    float: right;
    font-size: 40px;
}

.header_nz #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_nz #product_menu_panel .products_category {
    display: flex;
    flex-flow: row wrap;
    float: none;
    clear: both;
}

.header_nz #product_menu_panel .products_category ul {
    width: 24%;
    padding: 0 15px;
}

.header_nz #product_menu_panel .products_category li {
    padding-left: 20px;
    margin: 10px 0;
}

.header_nz #product_menu_panel .products_category li>a::before {
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_nz #product_menu_panel .products_category li>p {
    font-weight: bold;
    margin-left: -15px;
}


/* カテゴリーメニュータイトル */
.header_nz #product_menu_panel .products_category li.category_title {
    width: 100%;
    padding-left: 0px;
    margin: 0 0 20px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.header_nz #product_menu_panel .products_category li.category_title p {
    margin-left: 0;
}

.header_nz #product_menu_panel .products_category li.category_title img {
    max-width: 250px;
    max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_nz #product_menu_panel .products_category li.category_title>a::before {
    display: none;
}

/* 検索窓 */
.header_nz #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {

    /* PC時非表示 */
    .head_toggle,
    .head_search_btn,
    #head_searchbox>p,
    #head_searchbox>button {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {

    /* ナビメニュー */
    .header_nz #head_menu .head_navi>li>a,
    .header_nz #head_menu .head_navi>li>button {
        font-size: 14px;
    }

    /* メガドロップダウンメニュー */
    .header_nz #product_menu_panel {
        width: 980px;
    }
}


@media (max-width: 768px) {

    /* スマホ時非表示 */
    .sma_nodisplay,
    .header_nz #product_menu_panel .products_category li:first-child img {
        display: none !important;
    }

    /* ナビ配置 */
    .header_nz>nav {
        margin: 0;
        padding: 0 10px;
    }

    /* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
        border-radius: 1px;
    }

    .head_toggle .icon_bar+.icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

    /* ブランドロゴ */
    .head_brand {
        max-width: 70px;
    }

    /* 検索ボタン */
    .head_search_btn {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
    }

    /* ナビメニュー */
    .header_nz .head_nav {
        position: relative;
    }

    .header_nz #head_menu {
        display: none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_nz #head_menu>ul {
        flex-direction: column;
    }

    .header_nz #head_menu>ul>li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .header_nz #head_menu .head_navi:first-of-type>li:hover,
    .header_nz #head_menu .head_navi:first-of-type>li.open_panel {
        border-bottom: 1px solid #ddd;
    }

    .header_nz #head_menu .head_navi>li>a,
    .header_nz #head_menu .head_navi>li>button {
        position: relative;
        width: 100%;
        padding: 15px;
        background: transparent;
    }

    .header_nz #head_menu .head_navi>li>a:hover,
    .header_nz #head_menu .head_navi>li>button:hover {
        color: inherit;
    }

    .header_nz #head_menu .head_navi:first-of-type>li:hover>a,
    .header_nz #head_menu .head_navi:first-of-type>li:hover>button,
    .header_nz #head_menu .head_navi:first-of-type>li.open_panel>button {
        margin: 0;
        padding: 15px;
    }

    .header_nz #head_menu .head_navi:last-of-type li>a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

    /* ボタンマーク(＋/ー) */
    .header_nz #head_menu .head_navi>li>button::before,
    .header_nz #head_menu .head_navi>li>button::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }

    .header_nz #head_menu .head_navi>li>button::after {
        transform: rotate(90deg);
    }

    .header_nz #head_menu .head_navi:first-of-type>li.open_panel>button::after,
    a.btn_arrow::after {
        display: none;
    }



    /* メガドロップダウンメニュー */
    .header_nz #product_menu_panel {
        display: none;
        position: relative;
        background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .header_nz #product_menu_panel .products_category ul {
        width: 100%;
    }

    .header_nz #product_menu_panel .products_category li {
        margin: 0;
        padding: 10px 3em;
        text-align: left;
    }

    .header_nz #product_menu_panel .products_category li {
        border-bottom: 1px solid #ddd;
    }

    .header_nz #product_menu_panel .products_category li.category_title {
        border-bottom: none;
    }

    .header_nz #product_menu_panel .products_category li:first-child {
        padding-left: 1.5em;
        margin: 0px;
        text-align: left;
    }

    /* ボタンマーク(＞) */
    /*
    .header_nz #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

    /* 検索モーダル */
    #head_searchbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox>p {
        display: inline-block;
        font-size: 25px;
    }

    #head_searchbox>button {
        float: right;
        font-size: 40px;
        line-height: 0.5;
    }

}
/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_nz {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_nz * {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.footer_nz button{
	background: transparent;
    border: none;
}

.footer_nz a,
.footer_nz a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_nz img {
	display:inline-block;
}

.footer_nz .foot_category,
.footer_nz .foot_social,
.footer_nz .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_nz .foot_inner{
    padding: 30px;
}

.footer_nz .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_nz .customer_label{
    font-size:15px;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_nz .products_category,
.footer_nz .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_nz .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_nz .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_nz .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_nz .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_nz .foot_social{
	text-align:right;
}
.footer_nz .foot_social > a{
	display:inline-block;
    margin-left:10px;
}
.footer_nz .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_nz .foot_navi li *{
	font-size:13px;         
}

.footer_nz .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_nz .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/* Cookie欄 */
.footer_nz + .ccpa_nz{
    width:100%;
	position:fixed;
    bottom:0;
}

.ccpa_nz #teconsent{
	background:#fff;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_nz .products_category .foot_menu{
		display: block !important;
	}

    .footer_nz .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_nz .products_category > li{
        flex-basis: 40%;
    }

    .footer_nz .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn{
    	display:none !important;
    }

    .footer_nz .foot_inner,
	.footer_nz .foot_navi{
        padding: 0px;
	}

    .footer_nz .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_nz .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_nz .products_category, .footer_nz .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_nz .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_nz .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_nz .products_category > li button::before,
    .footer_nz .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_nz .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_nz .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_nz .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_nz .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_nz .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_nz .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_nz .foot_social,
	.footer_nz .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_nz .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_nz .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/

#head_afco {
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: sticky !important;
    overflow-y: scroll;
    height:auto;
}

.header_ca {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_ca * {
    letter-spacing: 1px;
}

.header_ca a,
.header_ca a:hover {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_ca button {
    background: #fff;
    border: none;
}

.header_ca img {
    display: inline-block;
}


/* ナビ配置 */
.header_ca>nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_ca>nav,
.header_ca .head_nav,
.header_ca #head_menu,
.header_ca #head_menu>div,
.header_ca #head_menu .head_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header_ca #head_menu .head_navi:first-of-type {
    justify-content: flex-start;
    flex-grow: 2;
}

.header_ca #head_menu .head_navi:last-of-type {
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width: 80px;
    padding: 5px 0px;
}

.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_ca .customer_label {
    float: left;
    display: inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_ca #head_menu .head_navi>li>a,
.header_ca #head_menu .head_navi>li>button,
.header_ca #head_menu .head_navi:last-of-type li>p {
    display: inline-block;
    padding: 20px 7px;
    opacity: 1;
    font-size: 14px;
}

.header_ca #head_menu .head_navi:first-of-type>li:hover,
.header_ca #head_menu .head_navi:first-of-type>li.open_panel {
    border-bottom: 5px solid #FF2727;
}

.header_ca #head_menu .head_navi:first-of-type>li:hover>a,
.header_ca #head_menu .head_navi:first-of-type>li:hover>button,
.header_ca #head_menu .head_navi:first-of-type>li.open_panel>button {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_ca #head_menu .head_navi:last-of-type li>a,
.header_ca #head_menu .head_navi:last-of-type li>p {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

/* 矢印アイコン */
.header_ca #head_menu .head_navi:last-of-type li a.btn_arrow {
    position: relative;
    color: inherit;
}

a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_ca #product_menu_panel {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top: 5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 13px;
}

.header_ca #product_menu_panel>div {
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_ca #product_menu_panel .close_menu {
    float: right;
    font-size: 40px;
}

.header_ca #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_ca #product_menu_panel .products_category {
    display: flex;
    flex-flow: row wrap;
    float: none;
    clear: both;
}

.header_ca #product_menu_panel .products_category ul {
    width: 24%;
    padding: 0 15px;
}

.header_ca #product_menu_panel .products_category li {
    padding-left: 20px;
    margin: 10px 0;
}

.header_ca #product_menu_panel .products_category li>a::before {
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_ca #product_menu_panel .products_category li>p {
    font-weight: bold;
    margin-left: -15px;
}


/* カテゴリーメニュータイトル */
.header_ca #product_menu_panel .products_category li.category_title {
    width: 100%;
    padding-left: 0px;
    margin: 0 0 20px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.header_ca #product_menu_panel .products_category li.category_title p {
    margin-left: 0;
}

.header_ca #product_menu_panel .products_category li.category_title img {
    max-width: 250px;
    max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_ca #product_menu_panel .products_category li.category_title>a::before {
    display: none;
}

/* 検索窓 */
.header_ca #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {

    /* PC時非表示 */
    .head_toggle,
    .head_search_btn,
    #head_searchbox>p,
    #head_searchbox>button {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {

    /* ナビメニュー */
    .header_ca #head_menu .head_navi>li>a,
    .header_ca #head_menu .head_navi>li>button {
        font-size: 14px;
    }

    /* メガドロップダウンメニュー */
    .header_ca #product_menu_panel {
        width: 980px;
    }
}


@media (max-width: 768px) {

    /* スマホ時非表示 */
    .sma_nodisplay,
    .header_ca #product_menu_panel .products_category li:first-child img {
        display: none !important;
    }

    /* ナビ配置 */
    .header_ca>nav {
        margin: 0;
        padding: 0 10px;
    }

    /* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
        border-radius: 1px;
    }

    .head_toggle .icon_bar+.icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

    /* ブランドロゴ */
    .head_brand {
        max-width: 70px;
    }

    /* 検索ボタン */
    .head_search_btn {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
    }

    /* ナビメニュー */
    .header_ca .head_nav {
        position: relative;
    }

    .header_ca #head_menu {
        display: none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_ca #head_menu>ul {
        flex-direction: column;
    }

    .header_ca #head_menu>ul>li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .header_ca #head_menu .head_navi:first-of-type>li:hover,
    .header_ca #head_menu .head_navi:first-of-type>li.open_panel {
        border-bottom: 1px solid #ddd;
    }

    .header_ca #head_menu .head_navi>li>a,
    .header_ca #head_menu .head_navi>li>button {
        position: relative;
        width: 100%;
        padding: 15px;
        background: transparent;
    }

    .header_ca #head_menu .head_navi>li>a:hover,
    .header_ca #head_menu .head_navi>li>button:hover {
        color: inherit;
    }

    .header_ca #head_menu .head_navi:first-of-type>li:hover>a,
    .header_ca #head_menu .head_navi:first-of-type>li:hover>button,
    .header_ca #head_menu .head_navi:first-of-type>li.open_panel>button {
        margin: 0;
        padding: 15px;
    }

    .header_ca #head_menu .head_navi:last-of-type li>a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

    /* ボタンマーク(＋/ー) */
    .header_ca #head_menu .head_navi>li>button::before,
    .header_ca #head_menu .head_navi>li>button::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }

    .header_ca #head_menu .head_navi>li>button::after {
        transform: rotate(90deg);
    }

    .header_ca #head_menu .head_navi:first-of-type>li.open_panel>button::after,
    a.btn_arrow::after {
        display: none;
    }



    /* メガドロップダウンメニュー */
    .header_ca #product_menu_panel {
        display: none;
        position: relative;
        background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .header_ca #product_menu_panel .products_category ul {
        width: 100%;
    }

    .header_ca #product_menu_panel .products_category li {
        margin: 0;
        padding: 10px 3em;
        text-align: left;
    }

    .header_ca #product_menu_panel .products_category li {
        border-bottom: 1px solid #ddd;
    }

    .header_ca #product_menu_panel .products_category li.category_title {
        border-bottom: none;
    }

    .header_ca #product_menu_panel .products_category li:first-child {
        padding-left: 1.5em;
        margin: 0px;
        text-align: left;
    }

    /* ボタンマーク(＞) */
    /*
    .header_ca #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

    /* 検索モーダル */
    #head_searchbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox>p {
        display: inline-block;
        font-size: 25px;
    }

    #head_searchbox>button {
        float: right;
        font-size: 40px;
        line-height: 0.5;
    }

}
/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_ca {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_ca * {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.footer_ca button{
	background: transparent;
    border: none;
}

.footer_ca a,
.footer_ca a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_ca img {
	display:inline-block;
}

.footer_ca .foot_category,
.footer_ca .foot_social,
.footer_ca .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_ca .foot_inner{
    padding: 30px;
}

.footer_ca .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_ca .customer_label{
    font-size:15px;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_ca .products_category,
.footer_ca .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_ca .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_ca .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_ca .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_ca .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_ca .foot_social{
	text-align:right;
}
.footer_ca .foot_social > a{
	display:inline-block;
    margin-left:10px;
}
.footer_ca .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_ca .foot_navi li *{
	font-size:13px;         
}

.footer_ca .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_ca .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/* Cookie欄 */
.footer_ca + .ccpa_au{
    width:100%;
	position:fixed;
    bottom:0;
}

.ccpa_au #teconsent{
	background:#fff;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_ca .products_category .foot_menu{
		display: block !important;
	}

    .footer_ca .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_ca .products_category > li{
        flex-basis: 40%;
    }

    .footer_ca .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn{
    	display:none !important;
    }

    .footer_ca .foot_inner,
	.footer_ca .foot_navi{
        padding: 0px;
	}

    .footer_ca .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_ca .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_ca .products_category, .footer_ca .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_ca .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_ca .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_ca .products_category > li button::before,
    .footer_ca .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_ca .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_ca .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_ca .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_ca .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_ca .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_ca .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_ca .foot_social,
	.footer_ca .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_ca .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_ca .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/

#head_afco {
    z-index: 998;
    background-color: #fff;
    top: 0px;
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: sticky !important;
    overflow-y: scroll;
    height:auto;
}

.header_in {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_in * {
    letter-spacing: 1px;
}

.header_in a,
.header_in a:hover {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_in button {
    background: #fff;
    border: none;
}

.header_in img {
    display: inline-block;
}


/* ナビ配置 */
.header_in>nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_in>nav,
.header_in .head_nav,
.header_in #head_menu,
.header_in #head_menu>div,
.header_in #head_menu .head_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header_in #head_menu .head_navi:first-of-type {
    justify-content: flex-start;
    flex-grow: 2;
}

.header_in #head_menu .head_navi:last-of-type {
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width: 80px;
    padding: 5px 0px;
}

.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_in .customer_label {
    float: left;
    display: inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_in #head_menu .head_navi>li>a,
.header_in #head_menu .head_navi>li>button,
.header_in #head_menu .head_navi:last-of-type li>p {
    display: inline-block;
    padding: 20px 7px;
    opacity: 1;
    font-size: 14px;
}

.header_in #head_menu .head_navi:first-of-type>li:hover,
.header_in #head_menu .head_navi:first-of-type>li.open_panel {
    border-bottom: 5px solid #FF2727;
}

.header_in #head_menu .head_navi:first-of-type>li:hover>a,
.header_in #head_menu .head_navi:first-of-type>li:hover>button,
.header_in #head_menu .head_navi:first-of-type>li.open_panel>button {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_in #head_menu .head_navi:last-of-type li>a,
.header_in #head_menu .head_navi:last-of-type li>p {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

/* 矢印アイコン */
.header_in #head_menu .head_navi:last-of-type li a.btn_arrow {
    position: relative;
    color: inherit;
}

a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_in #product_menu_panel {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top: 5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 13px;
}

.header_in #product_menu_panel>div {
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_in #product_menu_panel .close_menu {
    float: right;
    font-size: 40px;
}

.header_in #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_in #product_menu_panel .products_category {
    display: flex;
    flex-flow: row wrap;
    float: none;
    clear: both;
}

.header_in #product_menu_panel .products_category ul {
    /*	width:24%;*/
    padding: 0 15px;
}

.header_in #product_menu_panel .products_category li {
    padding-left: 20px;
    margin: 10px 0;
}

.header_in #product_menu_panel .products_category li>a::before {
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_in #product_menu_panel .products_category li>p {
    font-weight: bold;
    margin-left: -15px;
}


/* カテゴリーメニュータイトル */
.header_in #product_menu_panel .products_category li.category_title {
    width: 100%;
    padding-left: 0px;
    margin: 0 0 20px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.header_in #product_menu_panel .products_category li.category_title p {
    margin-left: 0;
}

.header_in #product_menu_panel .products_category li.category_title img {
    max-width: 250px;
    max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_in #product_menu_panel .products_category li.category_title>a::before {
    display: none;
}

/* 検索窓 */
.header_in #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {

    /* PC時非表示 */
    .head_toggle,
    .head_search_btn,
    #head_searchbox>p,
    #head_searchbox>button {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {

    /* ナビメニュー */
    .header_in #head_menu .head_navi>li>a,
    .header_in #head_menu .head_navi>li>button {
        font-size: 14px;
    }

    /* メガドロップダウンメニュー */
    .header_in #product_menu_panel {
        width: 980px;
    }
}


@media (max-width: 768px) {

    /* スマホ時非表示 */
    .sma_nodisplay,
    .header_in #product_menu_panel .products_category li:first-child img {
        display: none !important;
    }

    /* ナビ配置 */
    .header_in>nav {
        margin: 0;
        padding: 0 10px;
    }

    /* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
        border-radius: 1px;
    }

    .head_toggle .icon_bar+.icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

    /* ブランドロゴ */
    .head_brand {
        max-width: 70px;
    }

    /* 検索ボタン */
    .head_search_btn {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
    }

    /* ナビメニュー */
    .header_in .head_nav {
        position: relative;
    }

    .header_in #head_menu {
        display: none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_in #head_menu>ul {
        flex-direction: column;
    }

    .header_in #head_menu>ul>li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .header_in #head_menu .head_navi:first-of-type>li:hover,
    .header_in #head_menu .head_navi:first-of-type>li.open_panel {
        border-bottom: 1px solid #ddd;
    }

    .header_in #head_menu .head_navi>li>a,
    .header_in #head_menu .head_navi>li>button {
        position: relative;
        width: 100%;
        padding: 15px;
        background: transparent;
    }

    .header_in #head_menu .head_navi>li>a:hover,
    .header_in #head_menu .head_navi>li>button:hover {
        color: inherit;
    }

    .header_in #head_menu .head_navi:first-of-type>li:hover>a,
    .header_in #head_menu .head_navi:first-of-type>li:hover>button,
    .header_in #head_menu .head_navi:first-of-type>li.open_panel>button {
        margin: 0;
        padding: 15px;
    }

    .header_in #head_menu .head_navi:last-of-type li>a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

    /* ボタンマーク(＋/ー) */
    .header_in #head_menu .head_navi>li>button::before,
    .header_in #head_menu .head_navi>li>button::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }

    .header_in #head_menu .head_navi>li>button::after {
        transform: rotate(90deg);
    }

    .header_in #head_menu .head_navi:first-of-type>li.open_panel>button::after,
    a.btn_arrow::after {
        display: none;
    }



    /* メガドロップダウンメニュー */
    .header_in #product_menu_panel {
        display: none;
        position: relative;
        background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .header_in #product_menu_panel .products_category ul {
        width: 100%;
    }

    .header_in #product_menu_panel .products_category li {
        margin: 0;
        padding: 10px 3em;
        text-align: left;
    }

    .header_in #product_menu_panel .products_category li {
        border-bottom: 1px solid #ddd;
    }

    .header_in #product_menu_panel .products_category li.category_title {
        border-bottom: none;
    }

    .header_in #product_menu_panel .products_category li:first-child {
        padding-left: 1.5em;
        margin: 0px;
        text-align: left;
    }

    /* ボタンマーク(＞) */
    /*
    .header_in #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

    /* 検索モーダル */
    #head_searchbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox>p {
        display: inline-block;
        font-size: 25px;
    }

    #head_searchbox>button {
        float: right;
        font-size: 40px;
        line-height: 0.5;
    }

}
/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_in {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_in * {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.footer_in button{
	background: transparent;
    border: none;
}

.footer_in a,
.footer_in a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_in img {
	display:inline-block;
}

.footer_in .foot_category,
.footer_in .foot_social,
.footer_in .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_in .foot_inner{
    padding: 30px;
}

.footer_in .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_in .customer_label{
    font-size:15px;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_in .products_category,
.footer_in .foot_navi > ul{
	display: flex;
    justify-content: flex-start; 
	flex-wrap:wrap;            
}

.footer_in .products_category > li{
	flex-basis: 33%;
/*    flex-grow: 1; */
    margin-top:1em;
}

.footer_in .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_in .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_in .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_in .foot_social{
	text-align:right;
}
.footer_in .foot_social > a{
	display:inline-block;
    margin-left:10px;
}
.footer_in .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_in .foot_navi li *{
	font-size:13px;         
}

.footer_in .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_in .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/* Cookie欄 */
.footer_in + .ccpa_au{
    width:100%;
	position:fixed;
    bottom:0;
}

.ccpa_au #teconsent{
	background:#fff;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_in .products_category .foot_menu{
		display: block !important;
	}

    .footer_in .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_in .products_category > li{
        flex-basis: 33%;
    }

    .footer_in .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn{
    	display:none !important;
    }

    .footer_in .foot_inner,
	.footer_in .foot_navi{
        padding: 0px;
	}

    .footer_in .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_in .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_in .products_category, .footer_in .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_in .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_in .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_in .products_category > li button::before,
    .footer_in .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_in .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_in .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_in .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_in .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_in .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_in .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_in .foot_social,
	.footer_in .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_in .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_in .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/
#head_afco{
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: sticky !important;
    overflow-y: scroll;
    height:auto;
}

.header_th {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_th * {
    letter-spacing: 1px;
}

.header_th a,
.header_th a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_th button{
    background:#fff;
    border:none;		
}

.header_th img{
	display:inline-block;	
}


/* ナビ配置 */
.header_th > nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_th > nav,
.header_th .head_nav,
.header_th #head_menu,
.header_th #head_menu > div,
.header_th #head_menu .head_navi{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-grow:1;
}

.header_th #head_menu .head_navi:first-of-type{
    justify-content: flex-start;
    flex-grow:2;
}
.header_th #head_menu .head_navi:last-of-type{
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width:80px;
    padding: 5px 0px;
}
.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_th .customer_label {
    float:left;
    display:inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_th #head_menu .head_navi > li > a,
.header_th #head_menu .head_navi> li > button,
.header_th #head_menu .head_navi:last-of-type li > p{
    display:inline-block;
	padding:20px 7px;
    opacity: 1;
    font-size:14px;
}

.header_th #head_menu .head_navi:first-of-type > li:hover,
.header_th #head_menu .head_navi:first-of-type > li.open_panel{
	border-bottom: 5px solid #FF2727;
}
.header_th #head_menu .head_navi:first-of-type > li:hover > a,
.header_th #head_menu .head_navi:first-of-type > li:hover > button,
.header_th #head_menu .head_navi:first-of-type > li.open_panel > button{
	padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_th #head_menu .head_navi:last-of-type li > a,
.header_th #head_menu .head_navi:last-of-type li > p{
	color: #999;
    font-size: 14px;
    margin-top: 0;
}
/* 矢印アイコン */
.header_th #head_menu .head_navi:last-of-type li a.btn_arrow{
    position: relative;
    color: inherit;
}
a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_th #product_menu_panel{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top:5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 13px;
}

.header_th #product_menu_panel > div{
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_th #product_menu_panel .close_menu{
    float:right;
    font-size: 40px;
}
.header_th #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_th #product_menu_panel .products_category{
    display: flex;
    flex-flow: row wrap;
    float:none;
	clear:both;
}

.header_th #product_menu_panel .products_category ul{
	width:24%;
    padding: 0 15px;
}

.header_th #product_menu_panel .products_category li{
	padding-left:20px;
    margin:10px 0;
}

.header_th #product_menu_panel .products_category li > a::before{
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_th #product_menu_panel .products_category li > p{
    font-weight:bold;
    margin-left:-15px;
}


/* カテゴリーメニュータイトル */
.header_th #product_menu_panel .products_category li.category_title{
    width:100%;
	padding-left:0px;
    margin:0 0 20px 0px;
	font-size:15px;
    font-weight:bold;
    text-align:center;
}

.header_th #product_menu_panel .products_category li.category_title p{
	margin-left:0;
}

.header_th #product_menu_panel .products_category li.category_title img{
	max-width:250px;
	max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_th #product_menu_panel .products_category li.category_title > a::before{
    display: none;
}

/* 検索窓 */
.header_th #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {
	/* PC時非表示 */
	.head_toggle,
    .head_search_btn,
	#head_searchbox > p,
    #head_searchbox > button{
		display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
	/* ナビメニュー */
    .header_th #head_menu .head_navi > li > a,
	.header_th #head_menu .head_navi> li > button {
        font-size:14px;
    }

	/* メガドロップダウンメニュー */
    .header_th #product_menu_panel {
         width: 980px;
    }
}


@media (max-width: 768px) {
	/* スマホ時非表示 */
    .sma_nodisplay,
	.header_th #product_menu_panel .products_category li:first-child img{
        display: none !important;
    }

	/* ナビ配置 */
	.header_th > nav{
		margin:0;
        padding: 0 10px;                
	}

	/* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
    	border-radius: 1px;
    }
    .head_toggle .icon_bar + .icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

   /* ブランドロゴ */                 
	.head_brand {
        max-width: 70px;
    }

   /* 検索ボタン */   
	.head_search_btn{
        height: 50px;
        width: 40px;
        padding: 10px 5px;
	}

    /* ナビメニュー */
    .header_th .head_nav{
		position:relative;
    }

    .header_th #head_menu{
    	display:none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_th #head_menu > ul{
    	flex-direction: column;
    }

    .header_th #head_menu > ul > li{
    	width: 100%;
    	text-align: center;
    	border-bottom: 1px solid #ddd;
    }
    .header_th #head_menu .head_navi:first-of-type > li:hover,
    .header_th #head_menu .head_navi:first-of-type > li.open_panel {
        border-bottom: 1px solid #ddd;
    }

	.header_th #head_menu .head_navi > li > a,
	.header_th #head_menu .head_navi> li > button{
    	position:relative;
    	width: 100%;
		padding:15px;
        background:transparent;
    }

	.header_th #head_menu .head_navi > li > a:hover,
	.header_th #head_menu .head_navi> li > button:hover{
		color: inherit;
    }
    .header_th #head_menu .head_navi:first-of-type > li:hover > a,
    .header_th #head_menu .head_navi:first-of-type > li:hover > button,
    .header_th #head_menu .head_navi:first-of-type > li.open_panel > button{
    	margin:0;
        padding: 15px;
    }

    .header_th #head_menu .head_navi:last-of-type li > a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

	/* ボタンマーク(＋/ー) */
	.header_th #head_menu .head_navi> li > button::before,
	.header_th #head_menu .head_navi> li > button::after{
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }
	.header_th #head_menu .head_navi> li > button::after{
		transform: rotate(90deg);
    }
    .header_th #head_menu .head_navi:first-of-type > li.open_panel > button::after,
    a.btn_arrow::after {
        display: none;
    }



/* メガドロップダウンメニュー */
	.header_th #product_menu_panel{
    	display:none;
		position: relative;
    	background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .header_th #product_menu_panel .products_category ul {
        width: 100%;
    }

	.header_th #product_menu_panel .products_category li{
        margin:0;
        padding: 10px 3em;
        text-align:left;
    }
    .header_th #product_menu_panel .products_category li{
        border-bottom: 1px solid #ddd;
	}
    .header_th #product_menu_panel .products_category li.category_title{
        border-bottom: none;
	}

    .header_th #product_menu_panel .products_category li:first-child {
    	padding-left: 1.5em;
        margin: 0px;
    	text-align:left;
    }

	/* ボタンマーク(＞) */
	/*
    .header_th #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

	/* 検索モーダル */
    #head_searchbox {
    	display:none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox > p{
        display: inline-block;
        font-size: 25px;
    }
    #head_searchbox > button{
        float: right;
    	font-size: 40px;
    	line-height: 0.5;
    }

}


/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_th {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_th * {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.footer_th button{
	background: transparent;
    border: none;
}

.footer_th a,
.footer_th a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_th img {
	display:inline-block;
}

.footer_th .foot_category,
.footer_th .foot_social,
.footer_th .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_th .foot_inner{
    padding: 30px;
}

.footer_th .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_th .customer_label{
    font-size:15px;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_th .products_category,
.footer_th .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_th .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_th .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_th .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_th .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_th .foot_social{
	text-align:right;
}
.footer_th .foot_social > a{
	display:inline-block;
    margin-left:10px;
}
.footer_th .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_th .foot_navi li *{
	font-size:13px;         
}

.footer_th .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_th .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/* Cookie欄 */
.footer_th + .ccpa_au{
    width:100%;
	position:fixed;
    bottom:0;
}

.ccpa_au #teconsent{
	background:#fff;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_th .products_category .foot_menu{
		display: block !important;
	}

    .footer_th .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_th .products_category > li{
        flex-basis: 40%;
    }

    .footer_th .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn{
    	display:none !important;
    }

    .footer_th .foot_inner,
	.footer_th .foot_navi{
        padding: 0px;
	}

    .footer_th .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_th .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_th .products_category, .footer_th .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_th .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_th .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_th .products_category > li button::before,
    .footer_th .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_th .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_th .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_th .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_th .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_th .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_th .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_th .foot_social,
	.footer_th .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_th .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_th .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/
#head_afco {
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: sticky !important;
    overflow-y: scroll;
    height:auto;
}

.header_la {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_la * {
    letter-spacing: 1px;
}

.header_la a,
.header_la a:hover {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_la button {
    background: #fff;
    border: none;
}

.header_la img {
    display: inline-block;
}


/* ナビ配置 */
.header_la>nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_la>nav,
.header_la .head_nav,
.header_la #head_menu,
.header_la #head_menu>div,
.header_la #head_menu .head_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header_la #head_menu .head_navi:first-of-type {
    justify-content: flex-start;
    flex-grow: 2;
}

.header_la #head_menu .head_navi:last-of-type {
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width: 80px;
    padding: 5px 0px;
}

.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_la .customer_label {
    float: left;
    display: inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_la #head_menu .head_navi>li>a,
.header_la #head_menu .head_navi>li>button,
.header_la #head_menu .head_navi:last-of-type li>p {
    display: inline-block;
    padding: 20px 7px;
    opacity: 1;
    font-size: 14px;
}

.header_la #head_menu .head_navi:first-of-type>li:hover,
.header_la #head_menu .head_navi:first-of-type>li.open_panel {
    border-bottom: 5px solid #FF2727;
}

.header_la #head_menu .head_navi:first-of-type>li:hover>a,
.header_la #head_menu .head_navi:first-of-type>li:hover>button,
.header_la #head_menu .head_navi:first-of-type>li.open_panel>button {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_la #head_menu .head_navi:last-of-type li>a,
.header_la #head_menu .head_navi:last-of-type li>p {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

/* 矢印アイコン */
.header_la #head_menu .head_navi:last-of-type li a.btn_arrow {
    position: relative;
    color: inherit;
}

a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_la #product_menu_panel {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top: 5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 13px;
}

.header_la #product_menu_panel>div {
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_la #product_menu_panel .close_menu {
    float: right;
    font-size: 40px;
}

.header_la #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_la #product_menu_panel .products_category {
    display: flex;
    flex-flow: row wrap;
    float: none;
    clear: both;
}

.header_la #product_menu_panel .products_category ul {
    width: 24%;
    padding: 0 15px;
}

.header_la #product_menu_panel .products_category li {
    padding-left: 20px;
    margin: 10px 0;
}

.header_la #product_menu_panel .products_category li>a::before {
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_la #product_menu_panel .products_category li>p {
    font-weight: bold;
    margin-left: -15px;
}


/* カテゴリーメニュータイトル */
.header_la #product_menu_panel .products_category li.category_title {
    width: 100%;
    padding-left: 0px;
    margin: 0 0 20px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.header_la #product_menu_panel .products_category li.category_title p {
    margin-left: 0;
}

.header_la #product_menu_panel .products_category li.category_title img {
    max-width: 250px;
    max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_la #product_menu_panel .products_category li.category_title>a::before {
    display: none;
}

/* 検索窓 */
.header_la #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {

    /* PC時非表示 */
    .head_toggle,
    .head_search_btn,
    #head_searchbox>p,
    #head_searchbox>button {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {

    /* ナビメニュー */
    .header_la #head_menu .head_navi>li>a,
    .header_la #head_menu .head_navi>li>button {
        font-size: 14px;
    }

    /* メガドロップダウンメニュー */
    .header_la #product_menu_panel {
        width: 980px;
    }
}


@media (max-width: 768px) {

    /* スマホ時非表示 */
    .sma_nodisplay,
    .header_la #product_menu_panel .products_category li:first-child img {
        display: none !important;
    }

    /* ナビ配置 */
    .header_la>nav {
        margin: 0;
        padding: 0 10px;
    }

    /* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
        border-radius: 1px;
    }

    .head_toggle .icon_bar+.icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

    /* ブランドロゴ */
    .head_brand {
        max-width: 70px;
    }

    /* 検索ボタン */
    .head_search_btn {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
    }

    /* ナビメニュー */
    .header_la .head_nav {
        position: relative;
    }

    .header_la #head_menu {
        display: none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_la #head_menu>ul {
        flex-direction: column;
    }

    .header_la #head_menu>ul>li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .header_la #head_menu .head_navi:first-of-type>li:hover,
    .header_la #head_menu .head_navi:first-of-type>li.open_panel {
        border-bottom: 1px solid #ddd;
    }

    .header_la #head_menu .head_navi>li>a,
    .header_la #head_menu .head_navi>li>button {
        position: relative;
        width: 100%;
        padding: 15px;
        background: transparent;
    }

    .header_la #head_menu .head_navi>li>a:hover,
    .header_la #head_menu .head_navi>li>button:hover {
        color: inherit;
    }

    .header_la #head_menu .head_navi:first-of-type>li:hover>a,
    .header_la #head_menu .head_navi:first-of-type>li:hover>button,
    .header_la #head_menu .head_navi:first-of-type>li.open_panel>button {
        margin: 0;
        padding: 15px;
    }

    .header_la #head_menu .head_navi:last-of-type li>a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

    /* ボタンマーク(＋/ー) */
    .header_la #head_menu .head_navi>li>button::before,
    .header_la #head_menu .head_navi>li>button::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }

    .header_la #head_menu .head_navi>li>button::after {
        transform: rotate(90deg);
    }

    .header_la #head_menu .head_navi:first-of-type>li.open_panel>button::after,
    a.btn_arrow::after {
        display: none;
    }



    /* メガドロップダウンメニュー */
    .header_la #product_menu_panel {
        display: none;
        position: relative;
        background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .header_la #product_menu_panel .products_category ul {
        width: 100%;
    }

    .header_la #product_menu_panel .products_category li {
        margin: 0;
        padding: 0px 3em;
        text-align: left;
    }

    .header_la .products_category a {
        display: block;
        padding: 10px 0;
    }

    .header_la #product_menu_panel .products_category li {
        border-bottom: 1px solid #ddd;
    }

    .header_la #product_menu_panel .products_category li.category_title {
        border-bottom: none;
    }

    .header_la #product_menu_panel .products_category li:first-child {
        padding-left: 1.5em;
        margin: 0px;
        text-align: left;
    }

    /* ボタンマーク(＞) */
    /*
    .header_la #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

    /* 検索モーダル */
    #head_searchbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox>p {
        display: inline-block;
        font-size: 25px;
    }

    #head_searchbox>button {
        float: right;
        font-size: 40px;
        line-height: 0.5;
    }

}
/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_la {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_la * {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.footer_la button{
	background: transparent;
    border: none;
}

.footer_la a,
.footer_la a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_la img {
	display:inline-block;
}

.footer_la .foot_category,
.footer_la .foot_social,
.footer_la .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_la .foot_inner{
    padding: 30px;
}

.footer_la .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_la .customer_label{
    font-size:15px;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_la .products_category,
.footer_la .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_la .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_la .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_la .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_la .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_la .foot_social{
	text-align:right;
}
.footer_la .foot_social > a{
	display:inline-block;
    margin-left:10px;
}
.footer_la .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_la .foot_navi li *{
	font-size:13px;         
}

.footer_la .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_la .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/* Cookie欄 */
.footer_la + .ccpa_la{
    width:100%;
	position:fixed;
    bottom:0;
}

.ccpa_la #teconsent{
	background:#fff;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_la .products_category .foot_menu{
		display: block !important;
	}

    .footer_la .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_la .products_category > li{
        flex-basis: 40%;
    }

    .footer_la .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn{
    	display:none !important;
    }

    .footer_la .foot_inner,
	.footer_la .foot_navi{
        padding: 0px;
	}

    .footer_la .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_la .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_la .products_category, .footer_la .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_la .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_la .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_la .products_category > li button::before,
    .footer_la .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_la .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_la .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_la .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_la .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_la .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_la .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_la .foot_social,
	.footer_la .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_la .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_la .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/

#head_afco {
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: sticky !important;
    overflow-y: scroll;
    height:auto;
}

.header_ae {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_ae * {
    letter-spacing: 1px;
}

.header_ae a,
.header_ae a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_ae button{
    background:#fff;
    border:none;		
}

.header_ae img{
	display:inline-block;	
}


/* ナビ配置 */
.header_ae > nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_ae > nav,
.header_ae .head_nav,
.header_ae #head_menu,
.header_ae #head_menu > div,
.header_ae #head_menu .head_navi{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-grow:1;
}

.header_ae #head_menu .head_navi:first-of-type{
    justify-content: flex-start;
    flex-grow:2;
}
.header_ae #head_menu .head_navi:last-of-type{
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width:80px;
    padding: 5px 0px;
}
.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_ae .customer_label {
    float:left;
    display:inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_ae #head_menu .head_navi > li > a,
.header_ae #head_menu .head_navi> li > button,
.header_ae #head_menu .head_navi:last-of-type li > p{
    display:inline-block;
	padding:20px 7px;
    opacity: 1;
    font-size:14px;
}

.header_ae #head_menu .head_navi:first-of-type > li:hover,
.header_ae #head_menu .head_navi:first-of-type > li.open_panel{
	border-bottom: 5px solid #FF2727;
}
.header_ae #head_menu .head_navi:first-of-type > li:hover > a,
.header_ae #head_menu .head_navi:first-of-type > li:hover > button,
.header_ae #head_menu .head_navi:first-of-type > li.open_panel > button{
	padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_ae #head_menu .head_navi:last-of-type li > a,
.header_ae #head_menu .head_navi:last-of-type li > p{
	color: #999;
    font-size: 14px;
    margin-top: 0;
}
/* 矢印アイコン */
.header_ae #head_menu .head_navi:last-of-type li a.btn_arrow{
    position: relative;
    color: inherit;
}
a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_ae #product_menu_panel{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top:5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 13px;
}

.header_ae #product_menu_panel > div{
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_ae #product_menu_panel .close_menu{
    float:right;
    font-size: 40px;
}
.header_ae #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_ae #product_menu_panel .products_category{
    display: flex;
    flex-flow: row wrap;
    float:none;
	clear:both;
}

.header_ae #product_menu_panel .products_category ul{
	width:24%;
    padding: 0 15px;
}

.header_ae #product_menu_panel .products_category li{
	padding-left:20px;
    margin:10px 0;
}

.header_ae #product_menu_panel .products_category li > a::before{
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_ae #product_menu_panel .products_category li > p{
    font-weight:bold;
    margin-left:-15px;
}


/* カテゴリーメニュータイトル */
.header_ae #product_menu_panel .products_category li.category_title{
    width:100%;
	padding-left:0px;
    margin:0 0 20px 0px;
	font-size:15px;
    font-weight:bold;
    text-align:center;
}

.header_ae #product_menu_panel .products_category li.category_title p{
	margin-left:0;
}

.header_ae #product_menu_panel .products_category li.category_title img{
	max-width:250px;
	max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_ae #product_menu_panel .products_category li.category_title > a::before{
    display: none;
}

/* 検索窓 */
.header_ae #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {
	/* PC時非表示 */
	.head_toggle,
    .head_search_btn,
	#head_searchbox > p,
    #head_searchbox > button{
		display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
	/* ナビメニュー */
    .header_ae #head_menu .head_navi > li > a,
	.header_ae #head_menu .head_navi> li > button {
        font-size:14px;
    }

	/* メガドロップダウンメニュー */
    .header_ae #product_menu_panel {
         width: 980px;
    }
}


@media (max-width: 768px) {
	/* スマホ時非表示 */
    .sma_nodisplay,
	.header_ae #product_menu_panel .products_category li:first-child img{
        display: none !important;
    }

	/* ナビ配置 */
	.header_ae > nav{
		margin:0;
        padding: 0 10px;                
	}

	/* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
    	border-radius: 1px;
    }
    .head_toggle .icon_bar + .icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

   /* ブランドロゴ */                 
	.head_brand {
        max-width: 70px;
    }

   /* 検索ボタン */   
	.head_search_btn{
        height: 50px;
        width: 40px;
        padding: 10px 5px;
	}

    /* ナビメニュー */
    .header_ae .head_nav{
		position:relative;
    }

    .header_ae #head_menu{
    	display:none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_ae #head_menu > ul{
    	flex-direction: column;
    }

    .header_ae #head_menu > ul > li{
    	width: 100%;
    	text-align: center;
    	border-bottom: 1px solid #ddd;
    }
    .header_ae #head_menu .head_navi:first-of-type > li:hover,
    .header_ae #head_menu .head_navi:first-of-type > li.open_panel {
        border-bottom: 1px solid #ddd;
    }

	.header_ae #head_menu .head_navi > li > a,
	.header_ae #head_menu .head_navi> li > button{
    	position:relative;
    	width: 100%;
		padding:15px;
        background:transparent;
    }

	.header_ae #head_menu .head_navi > li > a:hover,
	.header_ae #head_menu .head_navi> li > button:hover{
		color: inherit;
    }
    .header_ae #head_menu .head_navi:first-of-type > li:hover > a,
    .header_ae #head_menu .head_navi:first-of-type > li:hover > button,
    .header_ae #head_menu .head_navi:first-of-type > li.open_panel > button{
    	margin:0;
        padding: 15px;
    }

    .header_ae #head_menu .head_navi:last-of-type li > a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

	/* ボタンマーク(＋/ー) */
	.header_ae #head_menu .head_navi> li > button::before,
	.header_ae #head_menu .head_navi> li > button::after{
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }
	.header_ae #head_menu .head_navi> li > button::after{
		transform: rotate(90deg);
    }
    .header_ae #head_menu .head_navi:first-of-type > li.open_panel > button::after,
    a.btn_arrow::after {
        display: none;
    }



/* メガドロップダウンメニュー */
	.header_ae #product_menu_panel{
    	display:none;
		position: relative;
    	background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .header_ae #product_menu_panel .products_category ul {
        width: 100%;
    }

	.header_ae #product_menu_panel .products_category li{
        margin:0;
        padding: 10px 3em;
        text-align:left;
    }
    .header_ae #product_menu_panel .products_category li{
        border-bottom: 1px solid #ddd;
	}
    .header_ae #product_menu_panel .products_category li.category_title{
        border-bottom: none;
	}

    .header_ae #product_menu_panel .products_category li:first-child {
    	padding-left: 1.5em;
        margin: 0px;
    	text-align:left;
    }

	/* ボタンマーク(＞) */
	/*
    .header_ae #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

	/* 検索モーダル */
    #head_searchbox {
    	display:none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox > p{
        display: inline-block;
        font-size: 25px;
    }
    #head_searchbox > button{
        float: right;
    	font-size: 40px;
    	line-height: 0.5;
    }

}


/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_ae {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_ae * {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.footer_ae button{
	background: transparent;
    border: none;
}

.footer_ae a,
.footer_ae a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_ae img {
	display:inline-block;
}

.footer_ae .foot_category,
.footer_ae .foot_social,
.footer_ae .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_ae .foot_inner{
    padding: 30px;
}

.footer_ae .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_ae .customer_label{
    font-size:15px;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_ae .products_category,
.footer_ae .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_ae .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_ae .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_ae .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_ae .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_ae .foot_social{
	text-align:right;
}
.footer_ae .foot_social > a{
	display:inline-block;
    margin-left:10px;
}
.footer_ae .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_ae .foot_navi li *{
	font-size:13px;         
}

.footer_ae .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_ae .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/* Cookie欄 */
.footer_ae + .ccpa_au{
    width:100%;
	position:fixed;
    bottom:0;
}

.ccpa_au #teconsent{
	background:#fff;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_ae .products_category .foot_menu{
		display: block !important;
	}

    .footer_ae .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_ae .products_category > li{
        flex-basis: 40%;
    }

    .footer_ae .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn{
    	display:none !important;
    }

    .footer_ae .foot_inner,
	.footer_ae .foot_navi{
        padding: 0px;
	}

    .footer_ae .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_ae .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_ae .products_category, .footer_ae .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_ae .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_ae .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_ae .products_category > li button::before,
    .footer_ae .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_ae .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_ae .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_ae .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_ae .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_ae .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_ae .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_ae .foot_social,
	.footer_ae .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_ae .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_ae .foot_navi li a{
		margin-bottom:5px;
    }

}

/*------------------------------------------------------
	　　　　　　　   ヘッダー
------------------------------------------------------*/

#head_afco {
    z-index: 1001;
    background-color: #fff;
    top: 0px;
    position: sticky !important;
    overflow-y: scroll;
    height:auto;
}

.header_eu {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_eu * {
    letter-spacing: 1px;
}

.header_eu a,
.header_eu a:hover {
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_eu button {
    background: #fff;
    border: none;
}

.header_eu img {
    display: inline-block;
}


/* ナビ配置 */
.header_eu>nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_eu>nav,
.header_eu .head_nav,
.header_eu #head_menu,
.header_eu #head_menu>div,
.header_eu #head_menu .head_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.header_eu #head_menu .head_navi:first-of-type {
    justify-content: flex-start;
    flex-grow: 2;
}

.header_eu #head_menu .head_navi:last-of-type {
    justify-content: flex-end;
}


/* ブランドロゴ */
.head_brand {
    width: 80px;
    padding: 5px 0px;
}

.head_brand img {
    max-width: 80px;
}


/* 個人・法人ラベル */
.header_eu .customer_label {
    float: left;
    display: inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}


/* ナビメニュー */
.header_eu #head_menu .head_navi>li>a,
.header_eu #head_menu .head_navi>li>button,
.header_eu #head_menu .head_navi:last-of-type li>p {
    display: inline-block;
    padding: 20px 7px;
    opacity: 1;
    font-size: 14px;
}

.header_eu #head_menu .head_navi:first-of-type>li:hover,
.header_eu #head_menu .head_navi:first-of-type>li.open_panel {
    border-bottom: 5px solid #FF2727;
}

.header_eu #head_menu .head_navi:first-of-type>li:hover>a,
.header_eu #head_menu .head_navi:first-of-type>li:hover>button,
.header_eu #head_menu .head_navi:first-of-type>li.open_panel>button {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.header_eu #head_menu .head_navi:last-of-type li>a,
.header_eu #head_menu .head_navi:last-of-type li>p {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

/* 矢印アイコン */
.header_eu #head_menu .head_navi:last-of-type li a.btn_arrow {
    position: relative;
    color: inherit;
}

a.btn_arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center center;
}

/* メガドロップダウンメニュー */
.header_eu #product_menu_panel {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    margin-top: 5px;
    padding: 10px 30px 30px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
    z-index: 1000;
    font-size: 13px;
}

.header_eu #product_menu_panel>div {
    max-width: 1190px;
    padding: 0;
    margin: 0 auto;
}

.header_eu #product_menu_panel .close_menu {
    float: right;
    font-size: 40px;
}

.header_eu #product_menu_panel .close_menu:hover {
    color: #ccc;
}

.header_eu #product_menu_panel .products_category {
    display: flex;
    flex-flow: row wrap;
    float: none;
    clear: both;
}

.header_eu #product_menu_panel .products_category ul {
    width: 24%;
    padding: 0 15px;
}

.header_eu #product_menu_panel .products_category li {
    padding-left: 20px;
    margin: 10px 0;
}

.header_eu #product_menu_panel .products_category li>a::before {
    /* ＞マーク */
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    margin: 5px 0 0 -15px;
}

.header_eu #product_menu_panel .products_category li>p {
    font-weight: bold;
    margin-left: -15px;
}


/* カテゴリーメニュータイトル */
.header_eu #product_menu_panel .products_category li.category_title {
    width: 100%;
    padding-left: 0px;
    margin: 0 0 20px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.header_eu #product_menu_panel .products_category li.category_title p {
    margin-left: 0;
}

.header_eu #product_menu_panel .products_category li.category_title img {
    max-width: 250px;
    max-height: 180px;
    /*padding-bottom: 1em;*/
}

.header_eu #product_menu_panel .products_category li.category_title>a::before {
    display: none;
}

/* 検索窓 */
.header_eu #head_searchbox .mf_finder_header {
    padding-top: 0px;
}




/*--- レスポンシブ対応 ---*/
@media (min-width: 769px) {

    /* PC時非表示 */
    .head_toggle,
    .head_search_btn,
    #head_searchbox>p,
    #head_searchbox>button {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 980px) {

    /* ナビメニュー */
    .header_eu #head_menu .head_navi>li>a,
    .header_eu #head_menu .head_navi>li>button {
        font-size: 14px;
    }

    /* メガドロップダウンメニュー */
    .header_eu #product_menu_panel {
        width: 980px;
    }
}


@media (max-width: 768px) {

    /* スマホ時非表示 */
    .sma_nodisplay,
    .header_eu #product_menu_panel .products_category li:first-child img {
        display: none !important;
    }

    /* ナビ配置 */
    .header_eu>nav {
        margin: 0;
        padding: 0 10px;
    }

    /* ハンバーガー */
    .head_toggle {
        padding: 12px 5px;
        height: 50px;
    }

    .head_toggle .icon_bar {
        display: block;
        width: 33px;
        height: 3px;
        background-color: #333 !important;
        border-radius: 1px;
    }

    .head_toggle .icon_bar+.icon_bar {
        margin-top: 9px;
    }

    .head_toggle:hover,
    .head_toggle:focus {
        background-color: transparent;
    }

    /* ブランドロゴ */
    .head_brand {
        max-width: 70px;
    }

    /* 検索ボタン */
    .head_search_btn {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
    }

    /* ナビメニュー */
    .header_eu .head_nav {
        position: relative;
    }

    .header_eu #head_menu {
        display: none;
        position: absolute;
        top: 102%;
        z-index: 1000;
        width: 100vw;
        background: #f7f7f7;
        margin-left: -10px;
    }

    .header_eu #head_menu>ul {
        flex-direction: column;
    }

    .header_eu #head_menu>ul>li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .header_eu #head_menu .head_navi:first-of-type>li:hover,
    .header_eu #head_menu .head_navi:first-of-type>li.open_panel {
        border-bottom: 1px solid #ddd;
    }

    .header_eu #head_menu .head_navi>li>a,
    .header_eu #head_menu .head_navi>li>button {
        position: relative;
        width: 100%;
        padding: 15px;
        background: transparent;
    }

    .header_eu #head_menu .head_navi>li>a:hover,
    .header_eu #head_menu .head_navi>li>button:hover {
        color: inherit;
    }

    .header_eu #head_menu .head_navi:first-of-type>li:hover>a,
    .header_eu #head_menu .head_navi:first-of-type>li:hover>button,
    .header_eu #head_menu .head_navi:first-of-type>li.open_panel>button {
        margin: 0;
        padding: 15px;
    }

    .header_eu #head_menu .head_navi:last-of-type li>a {
        color: inherit;
        font-size: inherit;
        border: 1px solid #666;
        width: 70%;
        padding: 8px 5px;
        margin: 7px 0;
        border-radius: 5px;
        /* background: #fff;*/
    }

    /* ボタンマーク(＋/ー) */
    .header_eu #head_menu .head_navi>li>button::before,
    .header_eu #head_menu .head_navi>li>button::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 20px;
        height: 2px;
        margin: 2px 0 0 0;
        background: #111;
    }

    .header_eu #head_menu .head_navi>li>button::after {
        transform: rotate(90deg);
    }

    .header_eu #head_menu .head_navi:first-of-type>li.open_panel>button::after,
    a.btn_arrow::after {
        display: none;
    }



    /* メガドロップダウンメニュー */
    .header_eu #product_menu_panel {
        display: none;
        position: relative;
        background: #fff;
        padding: 0px;
        border: none;
        box-shadow: none;
    }

    .header_eu #product_menu_panel .products_category ul {
        width: 100%;
    }

    .header_eu #product_menu_panel .products_category li {
        margin: 0;
        padding: 10px 3em;
        text-align: left;
    }

    .header_eu #product_menu_panel .products_category li {
        border-bottom: 1px solid #ddd;
    }

    .header_eu #product_menu_panel .products_category li.category_title {
        border-bottom: none;
    }

    .header_eu #product_menu_panel .products_category li:first-child {
        padding-left: 1.5em;
        margin: 0px;
        text-align: left;
    }

    /* ボタンマーク(＞) */
    /*
    .header_eu #product_menu_panel .products_category li:nth-of-type(n+2) > a::before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        margin: 5px 0 0 -15px;
	}
	*/

    /* 検索モーダル */
    #head_searchbox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        padding: 80px 40px;
    }

    #head_searchbox>p {
        display: inline-block;
        font-size: 25px;
    }

    #head_searchbox>button {
        float: right;
        font-size: 40px;
        line-height: 0.5;
    }

}
/*------------------------------------------------------
	footer
------------------------------------------------------*/

.footer_eu {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_eu * {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.footer_eu button{
	background: transparent;
    border: none;
}

.footer_eu a,
.footer_eu a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_eu img {
	display:inline-block;
}

.footer_eu .foot_category,
.footer_eu .foot_social,
.footer_eu .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_eu .foot_inner{
    padding: 30px;
}

.footer_eu .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}


/* 個人・法人ラベル */
.footer_eu .customer_label{
    font-size:15px;
	font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";        
}

/* 製品カテゴリー配置 */
.footer_eu .products_category,
.footer_eu .foot_navi > ul{
	display: flex;
    justify-content: space-between; 
	flex-wrap:wrap;            
}

.footer_eu .products_category > li{
	flex-basis: 20%;
    flex-grow: 1;
    margin-top:1em;
}

.footer_eu .products_category > li a{
    position:relative;
	line-height:1.6;
    padding-left:1em;
}

.footer_eu .products_category > li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    transform: rotate(45deg);
}


.footer_eu .products_category .foot_menu{
    margin-top:5px;
	padding: 0 1em;
}


/* ソーシャル欄 */
.footer_eu .foot_social{
	text-align:right;
}
.footer_eu .foot_social > a{
	display:inline-block;
    margin-left:10px;
}
.footer_eu .foot_social img{
	height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}



/* コピーライト欄 */
.footer_eu .foot_navi li *{
	font-size:13px;         
}

.footer_eu .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_eu .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/* Cookie欄 */
.footer_eu + .ccpa_au{
    width:100%;
	position:fixed;
    bottom:0;
}

.ccpa_au #teconsent{
	background:#fff;
}



@media (min-width: 769px) {
    .products_category button.foot_menu_btn{
    	display:none !important;
    }

    .footer_eu .products_category .foot_menu{
		display: block !important;
	}

    .footer_eu .products_category .foot_menu > li a::before{
        width: 5px;
        height:5px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .footer_eu .products_category > li{
        flex-basis: 40%;
    }

    .footer_eu .foot_navi li a {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .products_category a.foot_menu_btn{
    	display:none !important;
    }

    .footer_eu .foot_inner,
	.footer_eu .foot_navi{
        padding: 0px;
	}

    .footer_eu .foot_navi {
        border-top: none;
    }

	/* 個人・法人ラベル */
    .footer_eu .customer_label {
        background-color: #000;
        color: #fff;
        padding: 15px 30px;
    }

    /* 製品カテゴリー配置 */
    .footer_eu .products_category, .footer_eu .foot_navi > ul{
    	flex-direction: column;
    }

	.footer_eu .products_category > li{
    	margin-top: 10px;
		border-bottom: 1px solid #ccc;
    }

    .footer_eu .products_category > li button {
        display: block;
        position:relative;
        width: 100%;
        text-align: left;
        padding: 5px 15px 15px 2em;
    }

    .footer_eu .products_category > li button::before,
    .footer_eu .products_category > li button::after {
        display: block;
        content: "";
        position: absolute;
        top: 35%;
        right: 2em;
        width: 20px;
        height: 2px;
        background: #111;
    }
    .footer_eu .products_category > li button::after {
        transform: rotate(90deg);
    }
    .footer_eu .products_category > li button[aria-expanded=true]::after {
        display:none;
    }

    .footer_eu .products_category > li a {
        display: inline-block;
        width: 100%;
        padding: 0 15px 10px 2em;
	}
    .footer_eu .products_category > li a::before{
        left: auto;
        top: 9px;
        right: 2.5em;
    }

    .footer_eu .products_category .foot_menu{
    	display:none;
    	padding:0 0 0 1em;
    }


	/* ソーシャル欄・コピーライト欄 */
    .footer_eu .foot_navi > ul {
        flex-direction: column-reverse;
    }

    .footer_eu .foot_social,
	.footer_eu .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align:center;                
    }

    .footer_eu .foot_navi li:first-child {
        margin-top:10px;
    	padding-bottom:10px;
        border-top: 1px solid #ccc;
    }

	.footer_eu .foot_navi li a{
		margin-bottom:5px;
    }

}


/*------------------------------------------------------
	　　　　　ヘッダー(Global)
------------------------------------------------------*/
.header_global .head_nav{
	padding-bottom: 5px;
}

@media (max-width: 768px) {
    .header_global .head_nav{
        padding-top: 6px;
    	justify-content: center;
    }
}
/* --------------------------------
　 スペックシートコンポーネント
-------------------------------- */


/* ------ タブ ------ */
/* pc */
.spec_tab {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.spec_tab > div {
	position: relative;
	width: 30%;
	flex-grow: 1;
	padding: 10px 5px;
	margin: 0 5px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #b9b9b9;
	border-bottom: 2px solid #ddd;
}

.spec_tab > div:first-child {
	margin-left: 0px;
}

.spec_tab > div:last-child {
	margin-right: 0px;
}

.spec_tab > div::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2.5em;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 3px solid #b9b9b9;
	border-right: 3px solid #b9b9b9;
	transform: rotate(135deg);
}

.spec_tab > div.active::before,
.spec_tab > div:hover::before {
	border-top: 3px solid #000;
	border-right: 3px solid #000;
}


/* sp */
.spec_content .spec_tab_sp {
	position: relative;
	width: 100%;
	margin: 10px 0;
	padding: 10px 5px;
	text-align: left;
	font-size: 1.2em;
	color: #b9b9b9;
	cursor: pointer;
	border-bottom: 2px solid #ddd;
}

.spec_content .spec_tab_sp.active {
    margin-bottom:30px;
}

.spec_content .spec_tab_sp::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 5px;
	width: 21px;
	height: 21px;
	border: 1px solid #b9b9b9;
}

.spec_content .spec_tab_sp > span::before {
	content: "";
	position: absolute;
	top: 18px;
	right: 8px;
	width: 14px;
	height: 0px;
	border-top: 3px solid #b9b9b9;
}

.spec_content .spec_tab_sp > span::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 13px;
	width: 0px;
	height: 14px;
	border-left: 3px solid #b9b9b9;
}

.spec_content .spec_tab_sp.active > span::after {
	border-left: none;
}

/* 赤線 */
.spec_tab > div.active,
.spec_tab > div:hover,
.spec_content .spec_tab_sp.active,
.spec_content .spec_tab_sp:hover{
	color: #000;
	border-bottom: 2px solid #f00;
}

.spec_tab > div.active::after,
.spec_content .spec_tab_sp.active::after{
	content: "";
	position: absolute;
	bottom: -11px;
	left: calc(50% - 10px);
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f00 transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}



/* ------ コンテンツ ------ */

.spec_content > div {
	margin-top: 40px;
	display: none;
}

.spec_content > div.active {
	display: block;
}


/* Technical Specifications */

.spec_content .featuregroups > section {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.spec_content .featuregroups > section:first-child {
	border-top: 1px solid #ccc;
}

.spec_content .featuregroups > section h5 {
	background: #fafafa;
	font-size: 1.5em;
	font-weight: bold;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	line-height: 52px;
	padding-left: 20px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.spec_content .featuregroups > section dl {
	width: 100%;
	display: table;
	margin: 0;
}

.spec_content .featuregroups > section dt,
.spec_content .featuregroups > section dd {
	display: table-cell;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	word-break: break-word;
}

.spec_content .featuregroups > section dt {
	width: 30%;
	border-right: 1px solid #ccc;
}

.spec_content .featuregroups > section dd {
	width: 70%;
}


/* Manuals */
.spec_content .manuals table {
	width:100%;
}

.spec_content .manuals tr {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.spec_content .manuals tr:first-child {
	border-top: 1px solid #ccc;
}

.spec_content .manuals tr td {
	display: table-cell;
	padding: 15px 10px;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	word-break: break-word;
}

.spec_content .manuals tr td:first-child {
	background: #fafafa;
}

.spec_content .manuals tr td:nth-child(2) {
	width: 30%;
}


/* ------ レスポンシブ ------ */

@media screen and (min-width:769px) {
	.spec_content .spec_tab_sp {
		display: none;
		opacity: 0;
        max-height:0px;
        pointer-events: none;
	}
}

@media screen and (max-width:768px) {
	/* タブ */
	.spec_tab {
		display: none;
		opacity: 0;
        max-height:0px;
        pointer-events: none;
	}

	/* コンテンツ */
	.spec_content > div,
    .spec_content .featuregroups.active,
    .spec_content .manuals.active{
		margin-top: 0px;
        display:block;
	}
    .spec_content .featuregroups,
    .spec_content .manuals{
        display:none;
    }

	/* Technical Specifications */
	.spec_content .featuregroups > section h5 {
		font-size: 1em;
		line-height: 40px;
		padding-left: 15px;
	}
	.spec_content .featuregroups > section dt,
	.spec_content .featuregroups > section dd {
		display: block;
		padding: 5px 20px 10px 20px;
		border-bottom: none;
	}
	.spec_content .featuregroups > section dt {
		width: 100%;
		font-weight: bold;
		font-family: "FP-ヒラギノ角ゴ ProN W6";
		padding-bottom: 0px;
		border-right: none;
	}
	.spec_content .featuregroups > section dd {
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	/* Manuals */
	.spec_content .manuals tr {
		border-bottom: none;
	}
	.spec_content .manuals tr td {
		display: block;
		padding: 10px 10px;
		border-bottom: 1px solid #ccc;
	}
	.spec_content .manuals tr td:first-child {
		background: #fafafa;
		padding: 15px 10px;
	}
	.spec_content .manuals tr td:nth-child(2) {
		width: 100%;
	}
}
/* --------------------------------
　 DBデータ呼び出しコンポーネント
-------------------------------- */


/* ------ KeyFeatures ------ */
.db_data .KeyFeatures li{
    position: relative;
	font-size: 18px;
    padding-left: 20px;
    padding-bottom: 8px;
}


.db_data .KeyFeatures li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #f00;
  border-radius: 50%;
}
/* --------------------
   製品詳細ヘッダー
-------------------- */

.visual_header {
    /*margin-bottom:40px;*/
    margin-bottom: 0;
}

/* アンカーエリア */
.afco_vsheader .anchor_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1260px;
    padding: 5px 30px 0;
    margin: auto;
}

.afco_vsheader .anchor_area h1 {
    float: left;
    margin-right: 0.5em;
    letter-spacing: 1px;
    line-height: 1.3;
    font-size: 24px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.afco_vsheader .anchor_area>span {
    display: none;
}

.afco_vsheader .anchor_area ul {
    display: flex;
    align-items: center;
}

.afco_vsheader .anchor_area li a {
    display: inline-block;
    position: relative;
    margin-left: 1.2em;
    white-space: nowrap;
    font-size: 16px;
}

.afco_vsheader .anchor_area li:first-child a {
    margin-left: 0;
}

.afco_vsheader .anchor_area li.active {
    background-color: #ccc;
    color: #000;
    padding: 6px 15px;
    margin: 0 1em 0 1em;
    border-radius: 4px;
}

.afco_vsheader .anchor_area li.active a,
.afco_vsheader .anchor_area li.active a:before,
.afco_vsheader .anchor_area li.active a:after {
    margin: 0;
    content: "";
}


/* リンクアイコン */
.afco_vsheader li a.page,
.afco_vsheader li a.anchor,
.afco_vsheader li a.external {
    margin-right: 1.5em;
}

.afco_vsheader li a.shopping {
    margin-left: 2.5em;
}

.afco_vsheader li a.page:after,
.afco_vsheader li a.anchor:after,
.afco_vsheader li a.external:after,
.afco_vsheader li a.shopping:before {
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
}

.afco_vsheader li a.page:after {
    content: "\f107";
    transform: rotate(270deg);
    margin-left: 6px;
}

.afco_vsheader li a.anchor:after {
    content: "\f107";
    margin-left: 6px;
}

.afco_vsheader li a.external:after {
    content: "\f08e";
    top: 1px;
    margin-left: 6px;
}

.afco_vsheader li a.shopping:before {
    content: "\f07a";
    left: -1em;
    margin-left: -3px;
}


/* キービジュアル */
.afco_vsheader .visual_area {
    display: flex;
    max-width: 1200px;
    max-height: 600px;
    margin: 25px auto 0;
}

.afco_vsheader .visual_area>.title {
    width: 34%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    text-align: left;
}

.afco_vsheader .visual_area>.title .product_catch {
    font-size: 24px;
    margin: 0 0 0.5em;
}

.afco_vsheader .visual_area>.title>p {
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 5px;
    line-height: 1.6;
}

.afco_vsheader .visual_area>.keyvisual {
    /*width: 100%;*/
    margin: auto;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.afco_vsheader .visual_area>.title+.keyvisual {
    width: 66%;
}

.afco_vsheader .visual_area>.keyvisual img {
    width: 100%;
    height: 100%;
}

.afco_vsheader .visual_area>.keyvisual a:hover {
    opacity: 1;
}



/* スティッキー処理 */
.afco_vsheader .fixed_anchor {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #45464B;
    z-index: 999;
    transition: all 0.5s;
}

.afco_vsheader .fixed_anchor .anchor_area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 1em;
    color: #fff !important;
}



@media (min-width: 769px) and (max-width: 1200px) {
    .afco_vsheader .fixed_anchor .anchor_area {
        width: 980px;
    }
}

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

    /* キービジュアル */
    .visual_header,
    .afco_vsheader .visual_area {
        margin-bottom: 5px;
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
        max-height: none;
    }

    .afco_vsheader .visual_area>.title,
    .afco_vsheader .visual_area>.keyvisual {
        width: 100%;
    }

    .afco_vsheader .visual_area>.title .product_catch {
        margin: 0;
    }

    /* アンカーエリア */
    .afco_vsheader .anchor_area {
        display: block;
        padding: 1em 3.5%;
    }

    .afco_vsheader .anchor_area:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .afco_vsheader .anchor_area .product_title .model_name {
        font-size: 20px;
        letter-spacing: 1px;
        margin-top: 3px;
    }

    .afco_vsheader .anchor_area>span {
        display: block;
        float: right;
        /*height:30px;*/
        background-color: #bababc;
        border-radius: 5px;
        padding: 6px 10px;
        font-size: 16px;
        /*font-weight:bold;*/
        color: #000;
        letter-spacing: 1px;
        font-family: "FP-ヒラギノ角ゴ ProN W6";
    }

    .afco_vsheader .anchor_area ul {
        flex-direction: column;
        margin-top: 0.5em;
        padding-top: 0;
        width: 100%;
    }

    .afco_vsheader .anchor_area ul:not(.expansion) {
        display: none;
    }

    .afco_vsheader .anchor_area ul li {
        width: 100%;
        margin-top: 0.5em;
        padding: 10px 1em 15px;
        border-bottom: 1px solid #555;
    }

    .afco_vsheader .anchor_area li.active {
        background-color: #777;
        color: #fff;
        padding: 10px 1em 15px;
        margin: 0.5em 0 0 0;
        border-radius: 0px;
    }

    .afco_vsheader .anchor_area li a {
        margin-left: 0;
    }

    .afco_vsheader .anchor_area li a.shopping {
        margin-left: 1.2em;
    }

    /* スティッキー表示 */
    .afco_vsheader .fixed_anchor .anchor_area {
        padding: 10px 1em;
    }

    .afco_vsheader .fixed_anchor {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #45464B;
        z-index: 998;
        transition: all 0.5s;
    }
}
.db_compare{
    overflow-x: scroll;
}

.db_compare table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    margin: 20px 0;
}

/* 行ごとに背景色の切り替え、見出しセル用カラー設定 */
.db_compare table tr:nth-child(odd) {
    background: #eee;
}
.db_compare table tr:nth-child(even) {
    background: #f7f7f7;
}

.db_compare table th{
    background-color: #c4c4c4;
	padding:8px 10px;
    vertical-align: middle;
    border-top: 5px #fff solid;
}

.db_compare table td{
	padding:5px 10px;
    vertical-align: middle;
}

/* 製品名・製品サムネイル行の設定 */
.db_compare table tr:nth-of-type(1) > * {
    background: #f6f6f6;
}
.db_compare table tr:nth-of-type(2) > * {
    background: #fff;
    text-align:center;
}
.db_compare table img {
    max-width: 160px;
}

/* 比較対象に差があるときは赤字で表示 */            
.db_compare table .diff {
    color:#ff0000;
}

