@charset "UTF-8";

html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #2b383f;
  letter-spacing: 0.5px;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul, dl, ol {
  list-style-type: none;
  list-style-position: outside;
  text-indent: 0;
  margin: 0;
  padding: 0;
}

body {
  text-align: left;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /*iphone*/
}

.logo-wrapper a img {
  width: 100%;
  display: block;
}

body #contents {
  line-height: 1.6;
}

.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

div {
  box-sizing: border-box;
}

figure > img {
  width: 100%;
}

a {
  color: transparent;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
}

a:focus, *:focus {
  outline: none;
}

ul {
  font: inherit;
}

.fit {
  width: 100%;
  height: auto;
}

.links:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

#ghcontainer *, #ghcontainer-sp-menu *, #footer-sp *, #footer * {
  letter-spacing: 0px !important;
  vertical-align: baseline !important;
}

/*	layput */
.l-header-inner {
  margin: 0 auto;
  width: 980px;
  padding: 20px 0;
}

@media screen and (max-width: 736px) {
  .l-header-inner {
    width: 100%;
  }
}

.l-section-inner {
  margin: 0 auto;
  padding: 70px 0 20px;
  width: 980px;
  box-sizing: border-box;
}

@media screen and (min-width: 736.1px) {
  .l-section-inner:has(.footer-title-link) {
    width: fit-content;
  }
}

#sec4 .l-section-inner {
  padding: 70px 0 70px;
}

@media screen and (max-width: 736px) {
  .l-section-inner {
    padding: 12.5% 4.6875% 3.125%;
    width: 100%;
  }

  #sec4 .l-section-inner {
    padding: 40px 4.6875% 40px;
  }
}

.l-module-padding-large {
  padding: 30px;
}

@media screen and (max-width: 736px) {
  .l-module-padding-large {
    padding: 15px;
  }
}

.l-module-padding-medium {
  padding: 20px;
}

@media screen and (max-width: 736px) {
  .l-module-padding-medium {
    padding: 15px;
  }
}

.l-module-margin {
  margin: 50px 0;
}

.l-module-margin_02 {
  margin: 10px 0 50px;
}

@media screen and (max-width: 736px) {
  .l-module-margin {
    margin: 9.375% 0;
  }

  .l-module-margin_02 {
    margin: 0 0 9.375%;
  }
}

.l-hoverable--shadow:hover {
  opacity: 0.7;
}

.l-hoverable--underline {
  transition: 0.3s;
}

.l-hoverable--underline:hover {
  text-decoration: underline;
}

.l-hoverable-opacity:hover {
  opacity: 0.7;
}

.l-flex-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
}

/*--------------------------------------------------
	text
--------------------------------------------------*/
.text--heading {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 736px) {
  .text--heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.text--heading__discription {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .text--heading__discription {
    font-size: 12px;
  }
}

.text--subheading {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

@media screen and (max-width: 736px) {
  .text--subheading {
    font-size: 18px;
  }
}

.text--plane {
  font-size: 16px;
  line-height: 26px;
  color: #2b383f;
}

.text--plane_s {
  font-size: 12px;
}

@media screen and (max-width: 736px) {
  .text--plane {
    font-size: 14px;
  }
}

.text-cap {
  font-size: 14px;
}

.text-under-line {
  text-decoration: underline;
}

[class*="text--"] + [class*="text--"] {
  margin-top: 10px;
}

@media screen and (max-width: 736px) {
  [class*="text--"] + [class*="text--"] {
    margin-top: 15px;
  }
}

.text-after-arrow {
  position: relative;
}

.text-after-arrow::after {
  transform: scaleX(0.9);
  font-size: 14px;
  position: absolute;
  right: 10px;
  font-family: FontAwesome;
  content: "\f054";
  font-weight: 100;
  height: 16px;
  line-height: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.text-before-arrow {
  position: relative;
}

.text-before-arrow::after {
  transform: scaleX(0.9);
  font-size: 14px;
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  content: "\f054";
  font-weight: 100;
}

.text-before-arrow-back {
  position: relative;
}

.text-before-arrow-back::after {
  transform: scaleX(0.9);
  font-size: 14px;
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  content: "\f053";
}

.text-before-plus {
  position: relative;
}

.text-before-plus::after {
  font-size: 14px;
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  content: "\f0fe";
}

.text-before-minus {
  position: relative;
}

.text-before-minus::after {
  font-size: 14px;
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  content: "\f146";
}

.text-before-arrow-box {
  position: relative;
}

.text-before-arrow-box::after {
  font-size: 14px;
  position: absolute;
  left: 10px;
  font-family: FontAwesome;
  content: "\f152";
}

.btn {
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.btn:hover {
  opacity: 0.7;
}

.btn--long {
  width: 500px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  border-radius: 5px;
}

@media screen and (max-width: 736px) {
  .btn--long {
    width: 100%;
  }
}

.btn i {
  float: right;
  transform: scaleX(1.2);
}

.btn i::before {
  transform: scaleX(1.2);
}

.l-article-slide {
  position: relative;
}

.article-slide {
  width: 980px;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 0 20px;
}

@media screen and (max-width: 736px) {
  .article-slide {
    width: 100%;
  }
}

.article-slide .swiper-wrapper {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.article-slide .slider__items {
  background-color: #fff;
}

.article-slide .slider__items__text-area {
  padding: 20px;
}

@media screen and (max-width: 736px) {
  .article-slide .slider__items__text-area {
    padding: 15px;
  }
}

.article-slide .article-slide-button-next {
  background-color: #a8abad;
  color: #fff;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  top: 50%;
  right: -50px;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .article-slide .article-slide-button-next {
    display: none;
  }
}

.article-slide .article-slide-button-next::after {
  content: ">";
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 13px;
}

.article-slide .article-slide-button-prev {
  background-color: #a8abad;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  top: 50%;
  left: -50px;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .article-slide .article-slide-button-prev {
    display: none;
  }
}

.article-slide .article-slide-button-prev::after {
  position: absolute;
  top: 5px;
  left: 13px;
  font-size: 16px;
  content: "<";
}

.article-slide .article-slide-pagination {
  position: relative;
  text-align: center;
  bottom: -20px;
}

.l-product-slide {
  position: relative;
}

.product-slide {
  overflow: hidden;
}

.product-slide .slider__items {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

@media screen and (max-width: 736px) {
  .product-slide .slider__items {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms--ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

.product-slide .slider__items .logo {
  height: 10px !important;
  width: auto !important;
  margin: 0 0 5px !important;
}

.product-slide .slider__items figure:has(.logo + .logo) {
  line-height: 0;
  & > img:first-child {
    margin: 0 0 6px !important;
  }
  & img.logo {
    height: 9px !important;
  }
}

.product-slide .slider__items .logo_2l {
  height: 23px !important;
  width: auto !important;
  margin: 10px 0 5px !important;
}

.product-slide .slider__items__product {
  width: 15.30612%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 10px;
}

@media screen and (max-width: 736px) {
  .product-slide .slider__items__product:nth-child(n + 3) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 736px) {
  .product-slide .slider__items__product {
    width: 42%;
  }

  .product-slide .slider__items__product_empty {
    width: 42%;
    height: 50%;
    display: block;
  }

  .product-slide .slider__items__product figure > img {
    width: 90%;
    display: block;
    margin: 0 auto 10px;
  }
}

.product-slide .slider__items__product a {
  display: block;
  width: 100%;
}

.product-slide .slider__items__product figcaption {
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
  @media screen and (min-width: 736.1px) {
    white-space: nowrap;
  }
}

.product-slide .slider__items__product figcaption span {
  margin: -3px 0;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
}

.product-slide .slider__items__product figcaption.sp-bl {
  margin-top: 0;
}

@media screen and (max-width: 736px) {
  .product-slide .slider__items__product figcaption {
    margin-top: 0px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}

.product-slide .product-slide-pagination, .product-slide .product-slide-button-prev, .product-slide .product-slide-button-next {
  position: absolute;
}

.product-slide .product-slide-button-next, .product-slide .product-slide-button-prev {
  background-color: #a8abad;
  color: #fff;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}

.product-slide .product-slide-button-prev {
  left: -70px;
}

@media screen and (max-width: 736px) {
  .product-slide .product-slide-button-prev {
    left: -5%;
    top: 0;
    border-radius: 0;
    width: 6%;
    height: 100%;
  }
}

.product-slide .product-slide-button-prev::after {
  position: absolute;
  top: 0;
  left: 13px;
  font-size: 20px;
  content: "<";
  transform: scale(0.6, 1);
}

@media screen and (max-width: 736px) {
  .product-slide .product-slide-button-prev::after {
    left: 3px;
    top: 50%;
  }
}

.product-slide .product-slide-button-next {
  right: -70px;
}

@media screen and (max-width: 736px) {
  .product-slide .product-slide-button-next {
    right: -5%;
    top: 0;
    border-radius: 0;
    width: 6%;
    height: 100%;
  }
}

.product-slide .product-slide-button-next::after {
  content: ">";
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 13px;
  transform: scale(0.6, 1);
}

@media screen and (max-width: 736px) {
  .product-slide .product-slide-button-next::after {
    top: 50%;
    right: 3px;
  }
}

.product-slide .product-slide-pagination {
  bottom: -30px;
  text-align: center;
}

.illust-list {
  list-style: none;
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .illust-list {
    margin-top: 15px;
  }
}

.illust-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
}

.illust-list__item:nth-child(n + 1) {
  margin-top: 8px;
}

@media screen and (max-width: 736px) {
  .illust-list__item {
    padding: 15px;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
    flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

.illust-list__item figure {
  width: 42.76316%;
}

.illust-list__item figure img {
  display: block;
}

@media screen and (max-width: 736px) {
  .illust-list__item figure {
    width: 39.31034%;
  }
}

.illust-list__item .text-wrap {
  width: 57.23684%;
  padding: 15px;
}

@media screen and (max-width: 736px) {
  .illust-list__item .text-wrap {
    padding: 0 10px 10px;
  }
}

.illust-list__item .text-wrap .text--plane {
  margin-top: 10px;
}

.card-list {
  list-style: none;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 736px) {
  .card-list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.card-list__item {
  background-color: #fff;
  width: 31.63265%;
  box-sizing: border-box;
}

@media screen and (max-width: 736px) {
  .card-list__item {
    width: 100%;
    overflow: hidden;
  }

  .card-list__item:nth-child(n + 1) {
    margin-top: 10px;
  }

  .card-list__item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    align-items: center;
  }

  .card-list__item figure {
    width: 39.13793%;
  }

  .card-list__item .text-wrap {
    box-sizing: border-box;
    width: 63%;
  }
}

@media screen and (max-width: 736px) {
  .icon-list__item:nth-child(n + 2) {
    border-top: 1px solid #ddd;
  }
}

.icon-list__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
}

.icon-list__item a figure {
  width: 30%;
}

@media screen and (max-width: 736px) {
  .icon-list__item a figure {
    width: 27.24138%;
  }
}

.icon-list__item a .text-wrap {
  margin-left: 15px;
  width: 60%;
}

@media screen and (max-width: 736px) {
  .icon-list__item a .text-wrap {
    width: 61.72414%;
  }
}

.news-list {
  list-style: none;
}

.news-list__item {
  width: 100%;
  position: relative;
  background-color: #fff;
  display: block;
}

.news-list__item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.news-list__item::after {
  transform: scaleX(0.9);
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 22px;
  font-family: FontAwesome;
  content: "\f054";
  font-weight: 100;
}

.news-list__item:nth-child(n + 2) {
  margin-top: 3px;
}

.emb-card {
  background-color: #fff;
}

.emb-card a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.emb-card a figure {
  width: 21.97802%;
}

.emb-card a .text-wrap {
  width: 68.31169%;
}

.emb-card a span {
  display: block;
  text-align: right;
  margin-top: 15px;
}

.card-regulate {
  width: 30.5102%;
}

@media screen and (max-width: 736px) {
  .card-regulate {
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.card-regulate figure {
  text-align: center;
  height: 105px;
}

@media screen and (max-width: 736px) {
  .card-regulate .text--subheading {
    display: inline-block;
    width: 69.06897%;
    vertical-align: top;
    box-sizing: border-box;
  }
}

.card-regulate:nth-child(1) figure img {
  width: 56.85619%;
}

@media screen and (max-width: 736px) {
  .card-regulate:nth-child(1) figure {
    width: 26.875%;
    display: inline-block;
    height: auto;
  }

  .card-regulate:nth-child(1) figure img {
    width: 100%;
  }
}

.card-regulate:nth-child(2) figure img {
  width: 39.46488%;
}

@media screen and (max-width: 736px) {
  .card-regulate:nth-child(2) figure {
    width: 25.86207%;
    display: inline-block;
    height: auto;
  }

  .card-regulate:nth-child(2) figure img {
    width: 100%;
  }
}

.card-regulate:nth-child(3) figure img {
  width: 39.46488%;
}

@media screen and (max-width: 736px) {
  .card-regulate:nth-child(3) figure {
    width: 25.86207%;
    display: inline-block;
    height: auto;
  }

  .card-regulate:nth-child(3) figure img {
    width: 100%;
  }
}

.js-header-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.js-header-wrapper.is-fixed {
  position: fixed;
}

@media screen and (max-width: 736px) {
  .js-header-wrapper {
    /*top: 53px;*/
  }

  .js-header-wrapper.is-fixed {
    /*top: 0;*/
    -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.8);
  }
}

.js-header-wrapper.is-fixed .l-outer-header {
  background-color: rgba(255, 255, 255, 0.9);
}

.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab-wrapper {
  background-color: rgba(120, 120, 120, 0.9);
}

.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab a {
  color: #ffffff;
}

/*
.js-header-wrapper.is-fixed .js-pc-header-panel .pc-header-tab a:hover{
color: #c00;
}
*/
@media screen and (max-width: 736px) {
  .js-header-wrapper {
    background-color: #fff;
  }
}

header .l-outer-header {
  background-color: #fff;
}

header .l-header-inner {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
}

@media screen and (max-width: 736px) {
  header .l-header-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

.logo-wrapper {
  width: 186px;
  margin-left: 20px;
}

.logo-wrapper a img {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .logo-wrapper {
    width: 42.1875%;
    margin-top: 2%;
  }
}

.header-link {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 18px;
  align-items: center;
}

/* カタログ一時非表示 columns: repeat(4, auto) */
.header-link .header-link__items:nth-child(1) {
  display: none;
}

.header-link__items a {
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 10px;
  align-items: center;
}

@media (any-hover: hover) {
  .header-link__items a {
    transition: all 0.3s;
  }
  .header-link__items a:hover {
    opacity: 0.7;
  }
}

.header-link__items:nth-child(3) a {
  grid-template-columns: 28px 1fr;
  padding-left: 7px;
}

.header-link__items:nth-child(4) a {
  grid-template-columns: 26px 1fr;
}

.header-link__items figure {
  display: grid;
  align-items: center;
}

.header-link__items figure img {
  object-fit: contain;
  aspect-ratio: 6 / 5;
  width: 100%;
}

.header-link__items p {
  display: inline-block;
}

.header-link__items:hover p.text--plane {
  text-decoration: underline;
}

.header-link__items .text--plane {
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 736px) {
  .header-link {
    display: none;
  }
}

.sp-nav-button {
  display: none;
}

.sp-nav-button::after {
  font-size: 20px;
  vertical-align: -2px;
  margin-left: 10px;
}

.sp-nav-button.is-clods::after {
  font-family: FontAwesome;
  content: "\f0c9";
}

.sp-nav-button.is-open::after {
  font-family: FontAwesome;
  content: "\f00d";
}

@media screen and (max-width: 736px) {
  .sp-nav-button {
    display: inline-block;
    color: #c00;
    border-radius: 4px;
    border: 1px solid #c00;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    line-height: 1.3;
    font-size: 12px;
  }
}

.js-pc-header-panel .pc-header-tab-wrapper {
  background-color: #eceff1;
}

.js-pc-header-panel .pc-header-tab {
  width: 980px;
  margin: 0 auto;
  color: #2b383f;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

.js-pc-header-panel .pc-header-tab li {
  position: relative;
}

.js-pc-header-panel .pc-header-tab span {
  display: none;
}

.js-pc-header-panel .pc-header-tab span.is-active {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 3px;
  /*		background-color: #c00;*/
}

.js-pc-header-panel .pc-header-tab a {
  position: relative;
  padding: 20px 1em;
  color: #2b383f;
  display: block;
  font-size: 14px;
}

/*
.js-pc-header-panel .pc-header-tab a:hover {
	background-color: #fff;
	color: #c00;
}
*/
.js-pc-header-panel .js-pc-header-tab-cntents-wrapper {
  z-index: 10;
  width: 980px;
  margin: 0 auto;
}

.js-pc-header-panel .js-pc-header-tab-content {
  position: absolute;
  display: none;
}

.js-pc-header-tab-cntents-wrapper .js-pc-header-tab-content:last-child {
  padding-left: 0 !important;
  right: calc((100vw - 980px) / 2);
}

.js-hover-effect.is-active a {
  background-color: #ffffff;
  color: #c00 !important;
}

.js-hover-effect.is-active span {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #c00;
}

.js-pc-header-panel .js-pc-header-tab-content.is-active {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
}

.js-pc-header-panel .js-pc-header-tab-content.is-none {
  display: none;
}

.js-pc-header-panel .js-pc-header-tab-content.lineup {
  width: 980px;
}

.js-pc-header-panel .js-pc-header-tab-content.lineup .pc-header-tab-list {
  z-index: 10;
  width: 27%;
  background-color: #eceff1;
  -ms-flex-positive: 0;
  -moz-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
  -ms-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
  box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
}

.js-pc-header-panel .js-pc-header-tab-content.lineup .js-lineup-tab-wrapper {
  width: 73%;
  z-index: 100;
  box-sizing: border-box;
}

.js-pc-header-panel .pc-header-tab {
  position: relative;
}

.js-pc-header-panel .pc-header-tab-list {
  list-style: none;
  width: 260px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  z-index: 10;
  letter-spacing: -1px;
  -moz-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
  webkit-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
  -ms-box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
  box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
}

.js-pc-header-panel .pc-header-tab-list li {
  border-top: 1px solid #fff;
}

.js-pc-header-panel .pc-header-tab-list .l-list-padding {
  padding: 10px 35px 10px 25px;
}

.js-pc-header-panel .pc-header-tab-list p {
  font-size: 14px;
  color: #2b383f;
}

.js-pc-header-panel .pc-header-tab-list p.link-item {
  background-color: #eceff1;
  position: relative;
}

.js-pc-header-panel .pc-header-tab-list .link-item.indent {
  padding-left: 35px;
}

.js-pc-header-panel .pc-header-tab-list .link-item.indent::before {
  content: "-";
  position: absolute;
  left: 20px;
}

.js-pc-header-panel .pc-header-tab-list .link-item:hover, .js-pc-header-panel .pc-header-tab-list .link-item.is-active {
  color: #c00;
  background-color: #fff;
}

.js-pc-header-panel .pc-header-tab-list a {
  font-size: 14px;
  color: #2b383f;
  display: block;
}

.js-pc-header-panel .pc-header-tab-list a.link-item {
  background-color: #eceff1;
  position: relative;
}

.js-pc-header-panel .pc-header-tab-list a.link-item:hover {
  color: #c00;
  background-color: #fff;
}

.js-pc-header-panel .pc-header-tab-list a.link-item::after {
  position: absolute;
  right: 15px;
  vertical-align: middle;
  font-size: 20px;
  color: #c00;
  font-family: FontAwesome;
  content: "\f105";
  height: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.js-pc-header-panel .js-lineup-tab-contents {
  background-color: #fff;
  display: none;
  padding: 40px;
  min-height: 394px;
  -moz-box-shadow: 12px 11px 45px -18px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 12px 11px 45px -18px rgba(0, 0, 0, 0.52);
  -ms-box-shadow: 12px 11px 45px -18px rgba(0, 0, 0, 0.52);
  box-shadow: 12px 11px 45px -18px rgba(0, 0, 0, 0.52);
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header h3 span {
  margin-top: 0;
  font-size: 12px;
  font-weight: normal;
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header .logo2 span {
  margin-top: 0;
  font-size: 12px;
  font-weight: normal;
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header figure.logo1 {
  width: 180px;
  height: auto;
  &.dob_l1 {
    width: 120px;
    margin-left: auto;
  }
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header figure.logo2 {
  width: 250px;
  height: auto;
}

.js-pc-header-panel .js-lineup-tab-contents .tab-header figure.logo3 {
  width: 245px;
  height: auto;
  &.dob_l3 {
    width: 210px;
    margin-top: 0.25em;
  }
}

.js-pc-header-panel .js-lineup-tab-contents ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.js-pc-header-panel .js-lineup-tab-contents#lineup-tab1 ul {
  padding-top: 4px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li {
  /* width: 160px; */
  width: calc(100% / 4);
  height: auto;
  padding: 0 10px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li p {
  font-weight: bold;
  margin-top: 10px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li p.text--plane_sss {
  font-weight: normal;
  margin: 10px 0 0;
  font-size: 0.84em;
  line-height: 1em;
}

.js-pc-header-panel .js-lineup-tab-contents ul li p.text--plane_sss + p {
  margin-top: 0 !important;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure {
  position: relative;
  &.new {
    margin-top: 20px;
    &::after {
      content: "NEW";
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      background-color: #c00;
      padding: 4px 8px 4.5px 9px;
      position: absolute;
      top: -32px;
      left: 0;
    }
  }
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure img {
  width: 120px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure .wipe {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure.product-new .mark {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 50px;
  height: 50px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure.product-new .new {
  position: absolute;
  top: -10px;
  left: -30px;
  width: 30px;
}

.js-pc-header-panel .js-lineup-tab-contents ul a {
  display: block;
}

.js-pc-header-panel .js-lineup-tab-contents ul a:hover {
  opacity: 0.7;
}

.js-pc-header-panel .js-lineup-tab-contents.is-active {
  display: block;
}

.navslider {
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 10px;
}

.navslider .swiper-slide {
  margin: 10px;
}

.navslider figcaption {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.navslider .slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.l-product-medium-slider .slick-slide {
  padding: 0;
}

@media screen and (max-width: 736px) {
  .js-sp-header-panel {
    background-color: #eceff1;
    font-weight: bold;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 80px;
  }

  .js-sp-header-panel .l-list-padding {
    position: relative;
    padding: 15px 25px;
  }

  .js-sp-header-panel li,   .js-sp-header-panel p,   .js-sp-header-panel a {
    font-size: 14px !important;
  }

  .js-sp-header-panel a {
    display: block;
    color: #2b383f;
  }

  .js-sp-header-panel span {
    font-size: 12px !important;
    &.new {
      position: absolute;
      top: 39%;

      &::after {
        content: "NEW";
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        background-color: #c00;
        padding: 3px 5px 3px 6px;
        position: absolute;
        top: -3px;
        left: 3px;
      }
    }
  }

  .js-sp-header-panel .sp-header-panel li {
    border-top: 1px solid #bbb;
  }

  .js-sp-header-panel .sp-header-panel > li:last-child {
    border-bottom: 1px solid #bbb;
  }

  .js-sp-header-panel .lineup {
    color: #fff;
    background-color: #404a4f;
  }

  .js-sp-header-panel .lineup p {
    color: #fff;
    word-break: keep-all;
  }

  .js-sp-header-panel .js-outer-title::after {
    position: absolute;
    right: 15px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    color: #c00;
  }

  .js-sp-header-panel .js-outer-title.is-close::after {
    font-family: FontAwesome;
    content: "\f0fe";
  }

  .js-sp-header-panel .js-outer-title.is-open::after {
    font-family: FontAwesome;
    content: "\f146";
  }

  .js-sp-header-panel .js-inner-title {
    background-color: #404a4f;
    color: #fff !important;
  }

  .js-sp-header-panel .js-inner-title::after {
    position: absolute;
    right: 15px;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
  }

  .js-sp-header-panel .js-inner-title.is-close::after {
    font-size: 12px !important;
    content: "＋";
  }

  .js-sp-header-panel .js-inner-title.is-open::after {
    font-size: 12px !important;
    content: "−";
  }

  .js-sp-header-panel .link-item {
    position: relative;
  }

  .js-sp-header-panel .link-item::after {
    position: absolute;
    right: 15px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    color: #c00;
    font-family: FontAwesome;
    content: "\f105";
  }

  .js-sp-header-panel .js-header-toggle-panel {
    display: none;
  }

  .js-sp-header-panel .js-header-toggle-panel .link-item {
    background-color: #fff;
    padding-left: 40px;
  }

  .js-sp-header-panel .js-header-toggle-panel .link-item::before {
    position: absolute;
    color: #a8abad;
    vertical-align: middle;
    left: 25px;
    font-family: Helvetica;
    content: "-";
  }

  .js-sp-header-panel .js-header-toggle-panel .link-item span.sst {
    font-size: 0.8em;
    margin-right: 10px;
  }

  .js-sp-header-panel .sp-header-bottom-link {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 50px 1fr;
    column-gap: 1em;
    width: 100%;
  }

  .js-sp-header-panel .sp-header-bottom-link li {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    border-bottom: #bbb solid 1px;
  }

  .js-sp-header-panel .sp-header-bottom-link li a {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    align-items: center;
    row-gap: 1px;
    padding: 0 22px;
    position: relative;
    height: 53px;
  }

  .js-sp-header-panel .sp-header-bottom-link li a:after {
    content: "\f105";
    display: inline-block;
    position: absolute;
    right: 15px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    color: #c00;
    font-family: FontAwesome;
  }

  .js-sp-header-panel .sp-header-bottom-link li a p {
    padding-right: 1.2rem;
  }

  /* .js-sp-header-panel .sp-header-bottom-link li:nth-child(1) figure {
    transform: scale(0.87);
  } */

  .js-sp-header-panel .sp-header-bottom-link li:nth-child(3) figure {
    transform: scale(0.9);
  }

  .js-sp-header-panel .sp-header-bottom-link li:nth-child(4) figure {
    transform: scale(0.8);
  }

  /* カタログ一時非表示 // */
  .js-sp-header-panel .sp-header-bottom-link li:first-child {
    display: none !important;
  }
}

footer {
  background-color: #22272a;
  color: #fff;
  padding-bottom: 30px;
}

footer a:hover {
  text-decoration: underline;
}

footer .js-back-to-top {
  position: fixed;
  right: 40px;
  bottom: 6%;
  width: 60px;
  height: 60px;
  z-index: 10;
}

footer .js-back-to-top > img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 736px) {
  footer .js-back-to-top {
    width: 50px;
    height: 50px;
    right: 5%;
  }
}

/* footer .col3 {
  width: 47%;
  margin-right: 4%;
} */

footer .col3 .l-flex-box {
  justify-content: space-between;
  gap: 24px;
}

/* footer .col3 .flex-item {
  width: 55%;
  margin-right: 4%;
}

footer .col3 .flex-item:nth-child(2) {
  width: 45%;
}

footer .col1 {
  width: 25%;
  margin-right: 4%;
}

footer .col1:last-child {
  width: 20%;
  margin-right: 0;
}*/

footer li {
  font-size: 14px;
}

footer p, footer .text--plane {
  color: #fff;
}

footer a {
  color: #fff;
}

@media screen and (max-width: 736px) {
  footer a {
    display: inline-block;
    width: 100%;
  }
}

footer > .l-section-inner > .l-flex-box {
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 24px;
  @media screen and (max-width: 736px) {
    gap: 0;
  }
}

footer .footer-link-list {
  margin-top: 20px;
  list-style: none;
}

@media screen and (max-width: 736px) {
  footer .footer-link-list {
    margin-top: 0;
  }
}

@media screen and (max-width: 736px) {
  footer .footer-link-list li {
    position: relative;
    padding: 15px;
    background-color: #404a4f;
  }
}

footer .footer-link-list li a:hover {
  text-decoration: underline;
}

footer .footer-link-list li::before {
  color: #a3a8ab;
  vertical-align: 2px;
  margin-right: 5px;
  content: ">";
  display: inline-block;
  transform: scale(0.6, 1);
}

@media screen and (max-width: 736px) {
  footer .footer-link-list li::before {
    content: "";
    display: none;
  }
}

@media screen and (max-width: 736px) {
  footer .footer-link-list li::after {
    position: absolute;
    color: #a3a8ab;
    vertical-align: 2px;
    margin-right: 5px;
    right: 2%;
    content: ">";
    transform: scale(0.6, 1);
  }
}

footer .footer-link-list li + li {
  margin-top: 10px;
}

@media screen and (max-width: 736px) {
  footer .footer-link-list li + li {
    margin-top: 0;
    border-top: 1px solid #283960;
  }
}

footer .footer-link-list + .footer-title-link {
  margin-top: 36px;
}

footer .jyosetuki {
  margin-top: 40px;
}

@media screen and (max-width: 736px) {
  footer .jyosetuki {
    margin-top: 0;
  }
}

footer .footer-title-link {
  padding-bottom: 15px;
  position: relative;
}

footer .footer-title-link.first {
  margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
  footer .footer-title-link.first {
    margin-bottom: 0;
  }
}

footer .footer-title-link::before {
  color: #c00;
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 12px;
  vertical-align: 2px;
  content: "\f152";
}

@media screen and (max-width: 736px) {
  footer .footer-title-link::before {
    margin-right: 0;
    vertical-align: 2px;
    content: "";
  }
}

footer .footer-title-link::after {
  position: absolute;
  color: #c00;
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 12px;
  vertical-align: 2px;
  content: "";
}

@media screen and (max-width: 736px) {
  footer .footer-title-link::after {
    right: 1%;
    vertical-align: 2px;
    content: "\f152";
  }
}

footer .link-list-title {
  margin-top: 30px;
}

footer .borderd {
  padding-bottom: 15px;
  border-bottom: 1px solid #404a4f;
}

@media screen and (max-width: 736px) {
  footer {
    padding-bottom: 0;
  }

  footer .l-section-inner {
    padding: 0;
  }

  footer .l-flex-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .l-flex-box > * {
    width: 100% !important;
  }

  footer .sp-title {
    padding: 15px;
    margin: 0 !important;
    border-top: 1px solid #404a4f;
  }

  footer .borderd {
    border-bottom: none;
  }

  footer .js-acordion-btn.is-icon-open::after {
    position: absolute;
    color: #c00;
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: 2px;
    right: 1%;
    vertical-align: 2px;
    content: "-";
  }

  footer .js-acordion-btn.is-icon-close::after {
    position: absolute;
    color: #c00;
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: 2px;
    right: 1%;
    vertical-align: 2px;
    content: "+";
  }
}

.bgc {
  background-color: #eceff1;
}

.is-fixed {
  position: fixed;
}

[class*="pc-none"] {
  display: none;
}

@media screen and (max-width: 736px) {
  [class*="sp-none"] {
    display: none;
  }

  [class*="pc-none"] {
    display: block;
  }

  .js-toggle-panel {
    display: none;
  }

  .js-pc-header-panel {
    display: none;
    width: 980px;
  }
}

.js-sp-header-panel {
  display: none;
  overflow: scroll;
  height: 100dvh !important;
}

figure.small {
  width: 85%;
}

.js-pc-header-tab-cntents-wrapper .slick-prev, .js-pc-header-tab-cntents-wrapper .slick-next {
  font-size: 0;
  line-height: 0;
  border-radius: 15px;
  position: absolute;
  /* top: 110%; */
  top: 120%;
  display: block;
  width: 100px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #c00;
  z-index: 100;
}

.js-pc-header-tab-cntents-wrapper .slick-prev:before {
  position: absolute;
  top: 2px;
  left: 45%;
  content: "<";
}

.js-pc-header-tab-cntents-wrapper .slick-next:before {
  position: absolute;
  top: 2px;
  left: 50%;
  content: ">";
}

.js-pc-header-tab-content .slick-slide img {
  width: 120px;
  height: auto;
}

/*			17.01.21追加*/
.navslider {
  margin-top: -3px;
}

/*			17.07.11追加*/
.slider__items__product .product-new {
  position: relative;
}

.slider__items__product .product-new .new {
  position: absolute;
  width: 40px;
  height: auto;
  top: 2px;
  left: 0px;
}

/*			18.06.17追加*/
@media screen and (min-width: 736px) {
  .slider__items__product .product-new .mlm12 {
    margin-left: -10px;
  }
}

@media screen and (max-width: 736px) {
  .slider__items__product .product-new .mlm12 {
    margin-left: -6px;
  }
}

.slick-slide .product-new, .js-header-link.product-new {
  position: relative;
}

img.new_icon {
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  left: 0;
  top: 0;
}

/* 19.02.-- 追加 */
.is-fixed + .headerWrapperHeight {
  margin-top: 129px;
}

.contents_header_inner {
  margin: 0 auto;
  padding: 15px 0 50px 0;
  width: 980px;
}

.contents_header_bread {
  margin-bottom: 70px;
}

.contents_header_bread_item {
  display: inline-block;
  font-size: 14px;
}

.contents_header_bread_item:after {
  content: ">";
}

.contents_header_bread_item:last-child:after {
  content: "";
}

.contents_header_bread_item a {
  margin: 0 5px;
  padding-right: 5px;
  color: #2b383f;
  text-decoration: underline;
}

.contents_header_bread_item a:hover {
  opacity: 0.7;
}

.contents_header_bar {
  display: flex;
}

.contents_header_bar_ttl {
  padding-right: 50px;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
}

.contents_header_bar_ttl_option {
  display: block;
  margin-top: 15px;
  color: #c30d23;
  font-size: 14px;
  line-height: 1em;
  font-weight: normal;
}

.contents_header_bar_txt {
  font-size: 16px;
  line-height: 26px;
}

.detail_btn {
  display: block;
  position: relative;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #cc0000;
  border-radius: 5px;
}

@media screen and (max-width: 736px) {
  .is-fixed + .headerWrapperHeight {
    margin-top: 78px;
  }

  .contents_header_inner {
    padding: 0 0 40px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contents_header_bread {
    margin-bottom: 40px;
    padding: 10px 4%;
    background: #eceff1;
  }

  .contents_header_bread_item {
    font-size: 10px;
  }

  .contents_header_bar {
    display: block;
    padding: 0 4%;
  }

  .contents_header_bar_ttl {
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
  }

  .contents_header_bar_ttl_option {
    font-size: 12px;
  }

  .contents_header_bar_txt {
    font-size: 12px;
    line-height: 20px;
  }
}

.hide {
  display: none;
}

.l-footer-pagetop {
  width: fit-content;
}
