/* --------------------
　タイトル
-------------------- */

.title h1:lang(ja),
.title h2:lang(ja),
.title h3:lang(ja),
.title h4:lang(ja),
.title h5:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

/* IR用スタイル */
.title.blue{
    color: #006ABA;
}
.ir-title-border .cmp-title {
    border-left: 8px solid #007BFF;
    padding: 0 0 0 12px;
}
.cmp-title h1.cmp-title__text {
    margin: 0.2em;
    font-size: 36px;
}

/* --------------------
　ボタン
-------------------- */
.jkc-cmp-button button.buy::before, .jkc-cmp-button a.buy::before {
    background-image: url(../../../content/dam/jvckenwood/webmaterial/icons/icon_buy_white.svg);
}

.jkc-cmp-button button.document::before, .jkc-cmp-button a.document::before {
    background-image: url(../../../content/dam/jvckenwood/webmaterial/icons/icon__dl.svg);
}

.jkc-cmp-button button.inquiry::before, .jkc-cmp-button a.inquiry::before {
    background-image: url(../../../content/dam/jvckenwood/webmaterial/icons/icon__support.svg);
}

.jkc-cmp-button button.faq::before, .jkc-cmp-button a.faq::before {
    background-image: url(../../../content/dam/jvckenwood/webmaterial/icons/icon__faq.svg);
}

.jkc-cmp-button button.user::before, .jkc-cmp-button a.user::before {
    background-image: url(../../../content/dam/jvckenwood/webmaterial/icons/icon__user.svg);
}

.jkc-cmp-button button.download::before, .jkc-cmp-button a.download::before {
    background-image: url(../../../content/dam/jvckenwood/webmaterial/icons/icon_download.svg);
}

/* --------------------
　テキスト
-------------------- */
/* IR用スタイル */
.ir-text_under {
    text-decoration: underline;
}

.text-16px {
    font-size: 16px;
}

.text.ir-arrow .cmp-text ul {
    list-style: none;
    padding: 0;
}

.text.ir-arrow .cmp-text ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: unset;
    list-style: none;
}

.text.ir-arrow .cmp-text ul li::marker {
    content: none;
}

.text.ir-arrow .cmp-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #007BFF;
    transform: translateY(-50%);
    margin-right: 5px;
}

.text.ir-arrow .cmp-text ul li a:hover {
    text-decoration: underline; 
}
.text.ir-text-border .cmp-text {
    border-left: 8px solid #007BFF;
    padding: 0 0 0 12px;
}

p a ,
p a:hover {
    color: #007BFF;
}

.color_blue {
	color: #007BFF;
}

.symbol_triangle::before {
	border-color: transparent transparent transparent #007BFF;
}

.symbol_triangle > a,
a > .symbol_triangle {
	color: #007BFF;
}
/* --------------------
　パンくず
-------------------- */
/* IR用スタイル */
.cmp-breadcrumb {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .cmp-breadcrumb {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: unset;
    }
}

.cmp-breadcrumb ul li,
.cmp-breadcrumb ul li a {
    color: #545454;
}
.cmp-breadcrumb ul li a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 769px) {
    .cmp-breadcrumb ul {
        margin-bottom: 12px;
    }
}
/* --------------------
　リスト
-------------------- */
/* IR用スタイル */
.text-list.ir-arrow .cmp-list .top-category-inner li::marker {
    content: none;
}
.text-list.ir-arrow .cmp-list .top-category-inner li a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #007BFF;
    margin-right: 5px;
}
.text-list.ir-arrow .cmp-list .top-category-inner li a {
    color: #333; 
}
.text-list.ir-arrow .cmp-list .top-category-inner li a:hover {
    text-decoration: underline; 
}

.blue td {
    vertical-align: middle;
}

.blue td a,
.gray-border a,
.black-border a,
.black-gray a,
.no-border a {
    color: #007BFF;
}

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  /*background: #fff;
    max-width: 700px;
    padding: 30px;*/
}

.morebg {
  background: #fff;
  max-width: 950px;
  padding: 30px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}

.morebg h2 {
  font-size: 175%;
  border-left: 3px solid #000;
  padding-left: 15px;
  margin: 5px;
  display: block;
}
.morebg p {
  padding: 5px 5px 0;
  display: inline-block;
}

.morebg p.half {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .morebg p.half,
  .morebg dl.half,
  .morebg div.half {
    width: 49.5%;
  }
  .morebg h2 {
    margin: 15px;
  }
  .morebg p,
  .morebg div.half {
    padding: 15px;
  }
  .morebg div.half {
    display: inline-block;
  }
}

.morebg span {
  display: block;
  text-align: center;
}
.morebg img {
  max-width: 100%;
  width: auto;
}
.morebg .caption {
  font-size: 80%;
  text-align: center;
  line-height: 16px;
}

.morebg .captionleft {
  font-size: 80%;
  text-align: left;
  line-height: 16px;
}

.morebg .gold {
  font-size: 80%;
  color: #b67f00;
  text-align: left;
  line-height: 16px;
}

.morebg .table dt {
  float: left;
  width: 40%;
}

.morebg .table dd {
  float: left;
  width: 60%;
}

.morebg .table::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-auto-cursor .mfp-content a {
  color: #3a5186;
}

.mfp-auto-cursor .mfp-content a:after {
  content: "\f24d";
  font-family: "FontAwesome";
  font-size: 70%;
  margin-left: 5px;
  display: inline-block;
}

.mfp-auto-cursor .mfp-content a:hover {
  color: #6e84b7;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  /*top: 50%;*/
  bottom: 4%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1100px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: 100%;
  max-width: 1180px;
  max-height: 100% !important;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #b3b3b3;
  font-size: 80%;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

#header nav {
  display: block;
}
#header a {
  background-color: transparent;
}
#header a:active, #header a:hover {
  outline: 0;
}
#header img {
  border: 0;
}
#header button, #header input, #header select {
  margin: 0;
  font: inherit;
  color: inherit;
}
#header button {
  overflow: visible;
  text-transform: none;
}
#header select {
  text-transform: none;
}
#header button {
  -webkit-appearance: button;
  cursor: pointer;
}
#header button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#header input {
  line-height: normal;
}
#header input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media print {
  #header * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #header *:before, #header *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  #header a {
    text-decoration: underline;
  }
  #header a:visited {
    text-decoration: underline;
  }
  #header a[href]:after {
    content: " (" attr(href) ")";
  }
  #header img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  #header p {
    orphans: 3;
    widows: 3;
  }
  #header h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  #header .navbar {
    display: none;
  }
}
#header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header *:before, #header *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header input, #header button, #header select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#header a {
  color: #337ab7;
  text-decoration: none;
}
#header a:focus-visible {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#header img {
  vertical-align: middle;
}
#header .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#header h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}
#header p {
  margin: 0 0 10px;
}
#header ul {
  margin-top: 0;
  margin-bottom: 10px;
}
#header ul ul {
  margin-bottom: 0;
}
#header .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  #header .container {
    width: 750px;
  }
  #header>.container {
    height: 60px;
    margin-bottom: 2px;
  }
}
#header label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#header .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#header .btn:focus-visible, #header .btn:active:focus-visible {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#header .btn:hover, #header .btn:focus {
  color: #333;
  text-decoration: none;
}
#header .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#header .collapse {
  display: none;
}
#header .collapse.in {
  display: block;
}
#header .dropdown {
  position: relative;
}
#header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#header .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#header .nav > li {
  position: relative;
  display: block;
}
#header .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
#header .nav > li > a:hover, #header .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
#header .nav > li > a > img {
  max-width: none;
}
#header .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 769px) {
  #header .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 769px) {
  #header .navbar-header {
    float: left;
  }
}
#header .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#header .navbar-collapse.in{
  overflow-y:auto;
}
@media (min-width: 769px) {
  #header .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  #header .navbar-collapse.in{
    overflow-y:visible;
  }
}
#header .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
#header .navbar-brand:hover, #header .navbar-brand:focus {
  text-decoration: none;
}
#header .navbar-brand > img {
  display: block;
}
#header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#header .navbar-toggle:focus {
  outline: 0;
}
#header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 769px) {
  #header .navbar-toggle {
    display: none;
  }
}
#header .navbar-nav {
  margin: 7.5px -15px;
}
#header .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
#header .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 769px) {
  #header .navbar-nav {
    float: left;
    margin: 0;
  }
  #header .navbar-nav > li {
    float: left;
  }
  #header .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#header .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
#header .navbar-default .navbar-brand {
  color: #777;
}
#header .navbar-default .navbar-brand:hover, #header .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
#header .navbar-default .navbar-nav > li > a {
  color: #777;
}
#header .navbar-default .navbar-nav > li > a:hover, #header .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
#header .navbar-default .navbar-toggle {
  border-color: #ddd;
}
#header .navbar-default .navbar-toggle:hover, #header .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
#header .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
#header .navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}
#header .container:before, #header .container:after {
  display: table;
  content: " ";
}
#header .nav:before, #header .nav:after {
  display: table;
  content: " ";
}
#header .navbar:before, #header .navbar:after {
  display: table;
  content: " ";
}
#header .navbar-header:before, #header .navbar-header:after {
  display: table;
  content: " ";
}
#header .navbar-collapse:before, #header .navbar-collapse:after {
  display: table;
  content: " ";
}
#header .container:after, #header .nav:after, #header .navbar:after, #header .navbar-header:after, #header .navbar-collapse:after {
  clear: both;
}
#header .btn:active {
  background-image: none;
}
#header .navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
#header .navbar-brand, #header .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 769px) {
  #header input.mf_finder_searchBox_query_input {
    width: 750px;
    font-size: 2rem;
  }
  #header .mf_finder_searchBox_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 5rem 0 3rem 0;
    width: 760px;
    margin: 0 auto;
  }
}
#header select.mf_finder_searchBox_doctype_select, #header .mf_finder_searchBox_selects, #header .mf_finder_searchBox_doctype:after {
  display: none;
}
#header .mf_finder_searchBox_query_wrap {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: initial;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#header .mf_finder_searchBox_submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background-color: #999;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #eee;
  padding: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #header .mf_finder_searchBox_query_wrap {
    width: 100%;
  }
  #header .mf_finder_searchBox_query_input {
    font-size: 1.5rem;
  }
}
#header .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media only screen and (max-width: 543px) {
  #header div, #header span, #header h2, #header p, #header img, #header ul, #header li, #header form, #header label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  #header nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: block;
  }
  #header nav ul {
    list-style: none;
  }
  #header a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  #header input, #header select {
    vertical-align: middle;
  }
  #header body * {
    background-repeat: no-repeat;
    -webkit-overflow-scrolling: touch;
  }
  #header img {
    max-width: 100%;
    height: auto;
  }
  #header a {
    color: inherit;
    text-decoration: none;
  }
  #header li {
    list-style-type: none;
  }
  #header .btn {
    display: inline-block;
    line-height: 1;
    position: relative;
  }
  #header .btn:hover {
    opacity: 1;
  }
  #header .btn.btn-simple {
    width: 50%;
    background-color: #fff;
    padding-right: 18px;
    border: 1px solid #666;
    padding: 10px 28px 10px 28px;
  }
  #header .btn.btn-simple:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: 0;
  }
  #header * {
    letter-spacing: 1px;
  }
  #header a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
  }
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
  #header div, #header span, #header h2, #header p, #header img, #header ul, #header li, #header form, #header label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  #header nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: block;
  }
  #header nav ul {
    list-style: none;
  }
  #header a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  #header input, #header select {
    vertical-align: middle;
  }
  #header body * {
    background-repeat: no-repeat;
    -webkit-overflow-scrolling: touch;
  }
  #header img {
    max-width: 100%;
    height: auto;
  }
  #header a {
    color: inherit;
    text-decoration: none;
  }
  #header li {
    list-style-type: none;
  }
  #header .btn {
    display: inline-block;
    line-height: 1;
    position: relative;
  }
  #header .btn:hover {
    opacity: 1;
  }
  #header .btn.btn-simple {
    width: 50%;
    background-color: #fff;
    padding-right: 18px;
    border: 1px solid #666;
    padding: 10px 28px 10px 28px;
  }
  #header .btn.btn-simple:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: 0;
  }
  #header * {
    letter-spacing: 1px;
  }
  #header a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
  }
}
@media only screen and (min-width: 769px) {
  #header div, #header span, #header h2, #header p, #header img, #header ul, #header li, #header form, #header label, #header nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  #header body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    letter-spacing: 1px;
  }
  #header h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 2.6;
  }
  #header nav {
    display: block;
  }
  #header nav ul {
    list-style: none;
  }
  #header input, #header select {
    vertical-align: middle;
  }
  #header a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  #header a img {
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
    transition: 0.1s linear;
  }
  #header a:hover {
    opacity: 1;
  }
  #header a:hover img {
    filter: saturate(130%);
    transform: scale(1.04);
    opacity: 1;
  }
  #header a:hover p {
    color: #000;
    text-decoration: underline;
}
  #header li {
    list-style-type: none;
  }
  #header ::-moz-selection, #header ::selection {
    background: #ccc;
  }
  #header .btn {
    display: inline-block;
    line-height: 1;
    position: relative;
  }
  #header .btn.btn-simple {
    padding-right: 18px;
  }
  #header .btn.btn-simple::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    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;
    border-radius: 2px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -4px;
  }
  #header * {
    letter-spacing: 1px;
  }
  #header a {
    color: inherit;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  #header h2 {
    font-size: 12px;
    background-color: #efefef;
    padding: 0;
    width: 112px;
    text-align: center;
    height: 30px;
  }
  #header input {
    line-height: normal;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  #header .navbar-default {
    min-width: 970px;
  }
}
#header button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#header p, #header li {
  line-height: 1.2;
  margin: 0;
}
#header * {
  letter-spacing: 1px;
}
#header a {
  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;
}
#header .head_search_modal {
  position: absolute;
  top: 0;
  right: 0;
}
#header .mf_finder_header {
  padding-top: 8px;
}
#header .mf_finder_header .mf_finder_searchBox {
  margin-right: 0;
}
#header .mf_finder_header .mf_finder_searchBox_items {
  width: 150px;
  padding: 0 10px;
  border: 1px solid #999;
  border-radius: 18px;
}
#header .mf_finder_header .mf_finder_searchBox_query_input {
  width: 100%;
  min-height: 32.797px;
  height: auto;
  background-color: transparent;
  font-size: 12px;
  border: none;
  outline: 0;
}
#header .mf_finder_header .mf_finder_searchBox_submit {
  background-color: transparent;
  color: #999;
  font-size: 20px;
  padding: 0;
  margin: -2px 5px 0 0;
  outline: 0;
}
#header .mf_finder_header .mf_finder_searchBox_submit span {
  margin: 0;
}
#header .mf_finder_searchBox_suggest_items {
    width: auto;
    min-width: 150px;
    z-index: 10;
    right: -30px;
}

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

#header .mf_finder_searchBox_suggest_items{position:absolute;margin:0;width:100%;background-color:rgba(0,0,0,.8);list-style-type:none;padding:0 1px 1px;border-width:0 1px 1px;border-color:silver;border-style:solid;z-index:5} 
#header .mf_finder_searchBox_query_wrap ul li{float:none}
#header .mf_finder_searchBox_suggest_item{border-top:1px dotted silver}
#header .mf_finder_searchBox_suggest_item:first-child{border-top:none}
#header .mf_finder_searchBox_suggest_item a{display:inline-block;width:100%;padding:2px;text-decoration:none;color:#fff}
#header .mf_finder_searchBox_suggest_item_cur,.mf_finder_searchBox_suggest_item_hover{background-color:rgba(80,80,80,.8)}

#header .container {
  width: 1280px;
  padding: 0 40px;
}
#header .navbar-collapse {
  padding: 0;
  width: calc(100% - 150px);
}
#header .navbar-default {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 0px;
}
#header .navbar-brand {
  padding: 5px 0px;
}
#header .navbar-brand img {
  max-width: 80px;
}
#header .navbar-search {
  display: none;
}
#header h2.navbar-nav {
  margin: 10px 25px 10px 36px !important;
}
#header ul.navbar-nav {
  display: flex;
}
#header ul.navbar-nav:first-of-type > li {
  margin: 0 2px;
}
#header ul.navbar-nav:first-of-type > li > a:hover {
  border-bottom: 5px solid #000;
  padding-bottom: 12px;
  cursor: pointer;
}
#header 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;
}

#header .navbar-default .navbar-nav > .open > a {
  box-shadow: none;
}

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

#header .navbar-nav .btn:active {
  box-shadow: none;
}
#header .navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}
#header .mega-dropdown {
  position: static !important;
}
#header .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);
}
#header .mega-dropdown-menu > span {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 1190px;
  margin: 0 auto 20px auto;
}
#header .mega-dropdown-menu > span > div {
  font-size: 26px;
  line-height: 1.1;
  text-indent: 1em;
}
#header .mega-dropdown-menu > span .close-menu {
  cursor: pointer;
  font-size: 40px;
  line-height: 0.6;
}
#header .mega-dropdown-menu > span .close-menu:hover {
  color: #ccc;
}
#header .mega-dropdown-menu ul {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0 auto;
  width: 1190px;
}
#header.header .mega-dropdown-menu li {
  flex-basis: 19%;
  padding: 0 5px;
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}
#header.header .mega-dropdown-menu li:nth-of-type(5n) {
  padding-right: 0px;
}
#header.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;
  border-radius: 1.2rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, .3);
  overflow: hidden;
  border: none;
}
#header.header .mega-dropdown-menu li > a > p {
  margin: 0 10px;
  font-size: 14px;
  line-height: 1;
}
#header.header .mega-dropdown-menu li > a:hover, #header.header .mega-dropdown-menu li > a:focus {
  text-decoration: none;
  border: none;
}
#header .mega-dropdown-menu li > a > img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
#header .navbar-brand img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  min-width: 160px;
}
@media (min-width: 769px) and (max-width: 1200px) {
  #header .mega-dropdown-menu {
    width: 100vw !important;
  }
  #header .mega-dropdown-menu span, #header .mega-dropdown-menu ul {
    width: 90vw;
  }
  #header .mega-dropdown-menu li:nth-of-type(6n+1) {
    padding-left: 0px;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  #header .mega-dropdown-menu {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #header .mega-dropdown-menu span, #header .mega-dropdown-menu ul {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #header .sma_nodisplay {
    display: none !important;
  }
  #header .mega-dropdown-menu span .close-menu, #header .mega-dropdown-menu li > a > img {
    display: none !important;
  }
  #header a, #header .mega-dropdown-menu li > a > p {
    font-size: 18px;
  }
  #header .container {
    width: 100%;
    padding: 0;
  }
  #header .navbar-collapse {
    padding: 0;
    background: #f7f7f7;
    width: 100%;
  }
  #header .navbar-default {
    margin-top: 0;
  }
  #header .navbar-header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  #header .navbar-brand {
    padding: 8px 15px;
    margin: 0 auto;
    height: auto;
    width: 190px;
  }
  #header .navbar-search {
    height: 50px;
    width: 40px;
    padding: 10px 5px;
    display: inline;
  }
  #header .navbar-toggle {
    border: 0;
    padding: 12px 5px;
    margin: 0;
    float: none;
    height: 50px;
  }
  #header .navbar-toggle .icon-bar {
    width: 33px;
    height: 3px;
    background-color: #333 !important;
  }
  #header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 9px;
  }
  #header .navbar-default .navbar-toggle:hover, #header .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  #header ul.navbar-nav {
    display: block;
    margin: 1% auto;
    text-align: center;
  }
  #header ul.navbar-nav:last-of-type {
    margin: 10px 0 0 0;
  }
  #header ul.navbar-nav li {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
  }
  #header ul.navbar-nav li:first-of-type {
    margin-top: 0px;
  }
  #header ul.navbar-nav:first-of-type > li > a:hover {
    border-bottom: none !important;
  }
  #header .mega-dropdown > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    right: 40px;
    width: 24px;
    height: 2px;
    margin: 0;
    background: #111;
  }
  #header .mega-dropdown > a::after {
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    right: 40px;
    width: 24px;
    height: 2px;
    margin: 0;
    background: #111;
    transform: rotate(90deg);
  }

  #header .mega-dropdown {
    overflow: hidden;
  }

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

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

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

  #header .dropdown-menu {
    position: relative;
  }
  #header .mega-dropdown-menu {
    padding: 0;
    margin: 0 !important;
    border: none;
    border-top: none;
    box-shadow: none;
    width: 100% !important;
  }
  #header .mega-dropdown-menu ul {
    flex-flow: column nowrap;
    width: 100%;
  }
  #header.header .mega-dropdown-menu li {
    margin: 0;
  }
  #header .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;
  }
  #header .head_search_modal > p {
    display: inline-block;
    font-size: 25px;
    line-height: 1.1;
    color: #666;
  }
  #header .head_search_modal > p.close-menu {
    float: right;
  }
  #header .mf_finder_header {
    width: 100%;
    margin-top: 3em;
    padding-top: 0;
  }
  #header .mf_finder_header .mf_finder_searchBox {
    margin: 0;
    padding: 0;
  }
  #header .mf_finder_header .mf_finder_searchBox_items {
    width: 100%;
    padding: 0;
    border: none;
  }
  #header .mf_finder_header .mf_finder_searchBox_query_wrap {
    border-bottom: 1px solid #666;
    margin-right: 15px;
  }
  #header .mf_finder_header .mf_finder_searchBox_query_input {
    border: none;
    outline: 0;
  }
  #header .mf_finder_header .mf_finder_searchBox_submit {
    background-color: transparent;
    color: #333;
    font-size: 35px;
    padding: 0;
    margin: 0;
    outline: 0;
  }
  #header .mf_finder_header .mf_finder_searchBox_submit span {
    margin: 0;
  }

  #header .mf_finder_searchBox_suggest_items {
        width: 100%;
        z-index: 10!important;
        right: auto;
        font-size: 14px;
        position:absolute;margin:0;width:100%;background-color:rgba(0,0,0,.8);list-style-type:none;padding:0 1px 1px;border-width:0 1px 1px;border-color:silver;border-style:solid;
    }

  #header .mf_finder_searchBox_query_wrap ul li{float:none}
  #header .mf_finder_searchBox_suggest_item{border-top:1px dotted silver}
  #header .mf_finder_searchBox_suggest_item:first-child{border-top:none}
  #header .mf_finder_searchBox_suggest_item a{display:inline-block;width:100%;padding:2px;text-decoration:none;color:#fff}
  #header .mf_finder_searchBox_suggest_item_cur,.mf_finder_searchBox_suggest_item_hover{background-color:rgba(80,80,80,.8)}

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

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

  #header.header .mega-dropdown-menu li:nth-of-type(5n+1) {
    padding-left: 5px;
  }
  #header.header .mega-dropdown-menu li:nth-of-type(5n) {
    padding-right: 5px;
  }
  #header .mega-dropdown-menu ul li > a, #header .mega-dropdown-menu li:last-of-type {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #header h2 {
    font-size: 24px;
  }
  #header .container {
    padding: 0px;
  }
}
@media print {
  #header a[href]:after {
    content: none !important;
  }
}
@media (max-width: 768px) {
  #header .sma_nodisplay {
    display: none !important;
  }
}

/* ヘッダー右の「個人/法人のお客様へ」リンク箇所 */
#header ul.navbar-nav:last-of-type {
  justify-content: flex-end;
  float: none;
  margin-top: 0;
  margin-right: 15px;
}
#header ul.navbar-nav:last-of-type li {
  background-color:#EFEFEF;
  padding-right:10px;
  border-radius:18px;
  margin:10px 0;
  padding-bottom:0;
}
    
#header ul.navbar-nav:last-of-type li:hover {
  background-color:#EFEFEF;
}
#header ul.navbar-nav:last-of-type a {
  color: #999;
  padding: 5px 15px;
  margin-top: 0;
  font-size: 12px;
}

@media screen and (max-width:768px){
    #header a,
    #header ul.navbar-nav:last-of-type a {
        font-size: 18px;
    }
    #header ul.navbar-nav:last-of-type a {
        margin: 0 auto;
        color: #666;
        padding: 10px 0;
    }

    #header ul.navbar-nav:last-of-type li,
    #header ul.navbar-nav:last-of-type a::after,
    #header .mega-dropdown-menu ul li > a,
    #header .mega-dropdown-menu li:last-of-type {
        border: none;
    }
    #header ul.navbar-nav:last-of-type {
        margin: 10px 0;
    }
    #header ul.navbar-nav:last-of-type li {
        background-color: transparent;
        padding: 0;
        margin: 0;
        border: none;
    }
}
/* Category Menu */

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


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


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

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

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

.category_menu li:last-child {
    border-right: 1px solid #ffffff;
}
.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{
    color: #ffffff;
    padding: 3px 5px;
    line-height: 1.4;

}

.categoryHeader_title.fixed .free-html {
	position: fixed;
    z-index: 9;
    top:0;
    left:0;
}

@media screen and (max-width:768px) {
    /* カテゴリーメニュー */
    .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;
    }

}



.font-size-area {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 20px;
}

.font-size-area p {
    font-size: 12px;
    margin-right: 4px;
    align-self: center;
}

.size-button {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: unset;
    margin: 0 2px;
    height: 23px;
    align-self: stretch;
}

.size-button.large {
    font-size: 16px;
}

.size-button.small {
    font-size: 9px;
}

.size-button:hover,
.size-button.active {
    background-color: rgba(0, 133, 220, 1);
    color: #fff;
}

@media (max-width: 768px),
(max-device-width: 768px) {
    .font-size-area {
        display: none;
    }
}


/* smallボタン */

/*テキスト */
@media screen and (min-width:769px) {
	
	body.size-button-small .cmp-text,
	body.size-button-small .cmp-text p {
	font-size: 13.5px;
	}

	body.size-button-small p .font_big {
		font-size: 15px;
	}

	body.size-button-small p .font_oversized {
		font-size: 4.8rem;
	}

	body.size-button-small p .font_small {
		font-size: 9px;
	}

	body.size-button-small p .major-head {
		font-size: 60px;
	}

	body.size-button-small p .standard-head {
		font-size: 28px;
	}

	body.size-button-small p .middle-head {
		font-size: 24px;
	}

	body.size-button-small p .sub-head {
		font-size: 18px;
	}

	body.size-button-small p .annotations {
		font-size: 9px;
	}

	/* タイトル */
	body.size-button-small .cmp-title h1.cmp-title__text {
		font-size: 27px;
	}
	
	/* 大見出し */
	body.size-button-small .title.oversized * {
		font-size: 60px;
	}
	
	/* 見出し */
	
	/* 中見出し */
	body.size-button-small .title h2 {
		font-size: 24px;
	}
	
	/* 小見出し */
	body.size-button-small .title h3 {
		font-size: 18px;
	}
	
	/* 本文 */
	body.size-button-small .title p,
	body.size-button-small .title h4,
	body.size-button-small .title h5 {
		font-size: 13.5px;
	}
	
	/* 注釈 */
	body.size-button-small .cmp-title__text {
		font-size: 9px;
	}

	/* テキストと画像 */
	body.size-button-small .textimage-img > span > p {
		font-size: 9px;
	}

	body.size-button-small .textimage-img .cmp-image__title {
		font-size: 11.25px;
	}

	/* リスト */
	body.size-button-small .cmp-list .top-category-inner .name {
		font-size: 10.5px;
	}

	body.size-button-small .cmp-list .top-category-inner .text {
		font-size: 9px;
	}

	body.size-button-small .card-list .cmp-list .top-category-inner .name {
		font-size: 12px;
	}

	body.size-button-small .card-list .cmp-list .top-category-inner .text {
		font-size: 10.5px;
	}

	body.size-button-small .text-list .cmp-list .top-category-inner li {
		font-size: 0.9rem;
	}

	body.size-button-small .product_category-list .cmp-list .name {
		font-size: 15px;
	}

	/* largeボタン*/

	/* テキスト */
	body.size-button-large .cmp-text,
	body.size-button-large .cmp-text p {
	font-size: 27px;
	}


	body.size-button-large p .font_big {
		font-size: 30px;
	}

	body.size-button-large p .font_oversized {
		font-size: 9.6rem;
	}

	body.size-button-large p .font_small {
		font-size: 18px;
	}

	body.size-button-large p .major-head {
		font-size: 120px;
	}

	body.size-button-large p .standard-head {
		font-size: 96px;
	}

	body.size-button-large p .middle-head {
		font-size: 48px;
	}

	body.size-button-large p .sub-head {
		font-size: 36px;
	}

	body.size-button-large p .annotations {
		font-size: 18px;
	}

	/* タイトル */
	body.size-button-large .cmp-title h1.cmp-title__text {
		font-size: 54px;
	}

	/* 大見出し */
	body.size-button-large .title.oversized * {
		font-size: 120px;
	}

	/* 見出し */

	/* 中見出し */
	body.size-button-large .title h2 {
		font-size: 48px;
	}

	/* 小見出し */
	body.size-button-large .title h3 {
		font-size: 36px;
	}

	/* 本文 */
	body.size-button-large .title p,
	body.size-button-large .title h4,
	body.size-button-large .title h5 {
		font-size: 27px;
	}
	/* 注釈 */
	body.size-button-large .cmp-title__text {
		font-size: 18px;
	}

	/* テキストと画像 */
	body.size-button-small .textimage-img > span > p {
		font-size: 18px;
	}

	body.size-button-large .textimage-img .cmp-image__title {
		font-size: 22.5px;
	}

	/* リスト */
	body.size-button-large .cmp-list .top-category-inner .name {
		font-size: 21px;
	}

	body.size-button-large .cmp-list .top-category-inner .text {
		font-size: 18px;
	}

	body.size-button-large .card-list .cmp-list .top-category-inner .name {
		font-size: 24px;
	}

	body.size-button-large .card-list .cmp-list .top-category-inner .text {
		font-size: 21px;
	}

	body.size-button-large .text-list .cmp-list .top-category-inner li {
		font-size: 1.8rem;
	}

	body.size-button-large .product_category-list .cmp-list .name {
		font-size: 30px;
	}
}
