@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% !important;
}

body #contents {
  line-height: 1.6;
}

.cf {
  zoom: 1;
}

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

.cf:after {
  clear: both;
}

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

div {
  box-sizing: border-box;
}

figure > img {
  width: 100%;
}

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

ul {
  font: inherit;
}

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

.links:hover {
  opacity: 0.7;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

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

  .sp {
    display: inline-block;
  }
}

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

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

.l-header-inner:after {
  display: block;
  content: "";
  clear: both;
}

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

  .l-header-inner:after {
    content: none;
  }
}

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

#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: 12.5% 4.6875% 12.5%;
  }
}

.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;
}

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

.l-hoverable--shadow {
}

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

.l-hoverable--underline {
}

.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-weight: normal;
  font-size: 14px;
}

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

.text--subheading {
  font-size: 22px;
  line-height: 30px;
}

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

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

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

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

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

.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";
}

.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";
}

.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;
}

.product-slide .slider__items.jf-fs {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

@media screen and (max-width: 736px) {
  .product-slide .slider__items.jf-fs {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /*	.product-slide .slider__items.jf-fs .slider__items__product:nth-of-type(2){
		padding-top: 5%;
	}*/
}

.product-slide .slider__items.jf-fs > *:nth-child(n + 1) {
  margin-left: 4.08163%;
}

@media screen and (max-width: 736px) {
  .product-slide .slider__items.jf-fs > *:nth-child(n + 1) {
    margin-left: 0;
  }
}

@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__product {
  width: 20.40816%;
  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;
}

@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 figure > img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

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

.product-slide .slider__items__product figcaption {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.5;
}

.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: 15px;
    font-size: 14px;
  }
}

.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%;
  }

  .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;
  }

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

  .card-list__item .text-wrap {
    box-sizing: border-box;
    width: 57.11111%;
    padding-top: 0;
  }
}

@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: #eceff1;
  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";
}

.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;
  text-decoration: underline;
}

.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: 9999;
}

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

#ghcontainer-sp {
  z-index: 10000;
}

@media screen and (max-width: 736px) {
  .js-header-wrapper.is-fixed {
    -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: #22ac38;
}

@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;*/
}

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

.logo-wrapper {
  padding: 10px 0;
  width: 214px;
  margin-left: 20px;
  float: left;
}

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

@media screen and (max-width: 736px) {
  .logo-wrapper {
    padding: 0;
    width: 48.666%;
  }

  .logo-wrapper figure {
    line-height: 1;
  }
}

.header-link {
  float: right;
}

.header-link__items {
  position: relative;
  display: inline-block;
}

.header-link__items:nth-child(n + 1) {
  margin-left: 20px;
}

/* ----------------------------- サブメニュー ----------------------------- */
.header-link__items a {
  display: block;
  padding: 10px 0;
}

.header-link__items.js-submenu a.submenu_link,
.header-link__items.js-submenu2 a.submenu2_link {
  position: relative;
  padding-right: 20px;
}

.header-link__items.js-submenu a.submenu_link:after,
.header-link__items.js-submenu2 a.submenu2_link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0d7";
  top: 50%;
  right: 0;
  color: #22ac38;
  font-size: 20px;
  transform: translate(0, -50%);
}

.header-link__items.js-submenu a.submenu_link.nav-active:after,
.header-link__items.js-submenu2 a.submenu2_link.nav-active:after {
  content: "\f0d8";
}

.header-link__items.js-submenu a.submenu_link.nav-active .text--plane,
.header-link__items.js-submenu2 a.submenu2_link.nav-active .text--plane {
  color: #22ac38;
}

.submenu,
.submenu2 {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 275px;
  background: #fff;
  z-index: 20;
  box-shadow: -7px 11px 45px -18px rgba(0, 0, 0, 0.52);
}

.submenu2 {
  left: inherit;
  right: 0;
}

.submenu_item {
  border-top: 3px solid #22ac38;
}

.submenu_item a {
  position: relative;
  display: block;
  padding: 18px 22px;
  color: #2b383f;
  font-size: 14px;
  line-height: 24px;
}

.submenu_item a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: FontAwesome;
  content: "\f105";
  color: #22ac38;
  font-size: 20px;
  transform: translate(0, -50%);
}

@media screen and (min-width: 737px) {
  .submenu_item a:hover {
    color: #fff;
    background: #22ac38;
  }

  .submenu_item a:hover:after {
    color: #fff;
  }
}

.header-link__items figure {
  box-sizing: border-box;
  width: 30px;
  margin-right: 10px;
  vertical-align: bottom;
  display: inline-block;
}

.header-link__items figure.hammer {
  width: 22px;
}

.header-link__items p {
  display: inline-block;
  font-size: 14px;
}

@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: #22ac38;
    border-radius: 4px;
    border: 1px solid #22ac38;
    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;
}

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

/*.js-pc-header-panel .pc-header-tab li.js-pc-header-tabs__items > a{
  cursor: default;
}*/
.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: #22ac38;*/
}

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

/*
.js-pc-header-panel .pc-header-tab a:hover {
  background-color: #fff;
  color: #22ac38;
}
*/
.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: #22ac38 !important;
}

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

.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 {
  width: 25%;
  z-index: 10;
  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: 75%;
  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: 250px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  letter-spacing: -1px;
  z-index: 10;
  -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 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;
  font-size: 14px;
}

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

.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 p.link-item:hover,
.js-pc-header-panel .pc-header-tab-list p.link-item.is-active,
.js-pc-header-panel .pc-header-tab-list li.is-active:hover {
  color: #22ac38;
  background-color: #fff;
}

.js-pc-header-panel .pc-header-tab-list li.is-active a {
  color: inherit;
  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;
  font-size: 14px;
}

.js-pc-header-panel .pc-header-tab-list a.link-item::after {
  position: absolute;
  right: 15px;
  vertical-align: middle;
  font-size: 20px;
  color: #22ac38;
  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;
  -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#lineup-tab4 {
  padding-bottom: 64px;
}

.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 .front,
.js-pc-header-panel .js-lineup-tab-contents .rear {
  margin-bottom: 75px;
}

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

.js-lineup-tab-contents .text--plane {
  margin-top: 15px;
  line-height: 1.4;
}

.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 ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  width: 140px;
  height: auto;
  padding: 0 11px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure,
.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure {
  position: relative;
  padding-top: 10px;
}

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

.js-pc-header-panel .js-lineup-tab-contents ul li figure .mark,
.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure .mark {
  position: absolute;
  bottom: 100px;
  left: 0px;
  width: 60px;
  height: 60px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure.product-new .mark,
.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure.product-new .mark {
  left: 40px;
}

.js-pc-header-panel .js-lineup-tab-contents ul li figure.product-new .new,
.js-pc-header-panel .js-lineup-tab-contents .slick-slide figure.product-new .new {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 30px;
}

.js-pc-header-panel .js-lineup-tab-contents p {
  font-weight: bold;
}

.js-pc-header-panel .js-lineup-tab-contents p span {
  font-weight: normal;
  font-size: 14px;
}

.js-pc-header-panel .js-lineup-tab-contents p span span {
  font-size: 12px;
}

.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;
}

@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 {
    padding: 15px 25px;
    position: relative;
  }

  .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;
  }

  .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;
  }

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

  .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;
    display: flex;
    align-items: center;
  }

  .js-sp-header-panel .link-item::after {
    position: absolute;
    right: 15px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    color: #22ac38;
    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: "-";
  }

  .link-item-cat figure {
    width: 55px;
  }

  .link-item-cat figure img {
    width: 41px;
  }

  .link-item-cat p {
    width: calc(100% - 55px);
  }

  .link-item-repear figure {
    width: 55px;
  }

  .link-item-repear figure img {
    display: block;
    margin-left: 7px;
    width: 29px;
  }

  .link-item-repear p {
    width: calc(100% - 55px);
  }

  .js-outer-title-sales {
    position: relative;
    display: flex;
    align-items: center;
  }

  .js-outer-title-sales figure {
    width: 55px;
  }

  .js-outer-title-sales figure img {
    width: 41px;
  }
}

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 .col2 {
  width: 42.85714%;
}

footer .col2 > .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;
}

footer .col1 {
  /* width: 21.42857%; */
  width: fit-content;
}

footer li {
  font-size: 14px;
  margin-left: 1em !important;
  text-indent: -1em;
}

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;
}

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;
    margin-left: 0 !important;
    text-indent: 0;
  }
}

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

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

@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: 40px;
}

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

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

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: #22ac38;
  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: #22ac38;
  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%;
  }

  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: #22ac38;
    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: #22ac38;
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: 2px;
    right: 1%;
    vertical-align: 2px;
    content: "+";
  }
}

.bgc {
  background-color: #eceff1;
}

[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;
  }
}

.is-fixed {
  position: fixed;
}

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

.indent {
  padding-left: 35px !important;
}

.js-product-accordion-btn.is-icon-close::after {
  top: 10px;
}

.js-product-accordion-btn.is-icon-open::after {
  top: 10px;
}

.link-item.is-active {
}

.navslider {
  -ms-flex-align: end;
  align-items: flex-end;
}

.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 15px;
}

.l-product-syajiku-slide .slick-slide {
  padding-top: 10px;
}

.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%;
  display: block;
  width: 100px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #22ac38;
  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;
  margin: 0 auto;
}

.slider__items__product .product-new {
  position: relative;
}

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

@media screen and (max-width: 736px) {
  .slider__items__product .product-new .new {
    width: 25% !important;
  }
}

/* 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;
}

.anchor {
  padding-top: 129px;
  margin-top: -129px;
}

@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;
  }

  .anchor {
    padding-top: 78px;
    margin-top: -78px;
  }
}
