@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
  color: #333;
  font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  overflow-x: hidden;
  width: 100%;
}
.fs-l-page {
  width: 100%;
  overflow: hidden;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
a:hover {
  opacity: 0.6;
}
a:focus, *:focus { outline:none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main {
  position: relative;
}

sub {
  bottom: 0;
}

sup {
  top: -0.3em;
}

h2 img + span {
  display: block;
  font-size: 32px;
  color: #000;
  margin-top: 5px;
  font-weight: 700;
}

.weight_thin {
  font-weight:100
}

.weight_light {
  font-weight:300
}

.weight_regular {
  font-weight:400
}

.weight_medium {
  font-weight:500
}

.weight_bold {
  font-weight:700
}

.weight_black {
  font-weight:900
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp,
  .forSp {
    display: none;
  }
  a.tel_link {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp,
  .forSp {
    display: block;
  }
  a:hover {
    opacity: 1;
  }
  /* body {
    padding-bottom: 104px;
  } */
}

/* -----------------------------------------------
Header
----------------------------------------------- */
#header {
  border-top: 6px solid #1eb9f0;
  line-height: 1;
}

#header .inner {
  margin: 0 auto !important;
  padding: 0 10px;
  overflow: hidden;
  width: 100%;
  max-width: 1300px;
}

#header .sitelogo {
  float: left;
  margin-right: 5px;
}

#header .navi {
  padding-top: 9px;
  margin: 0;
}

#header .navi img {
  width: auto !important;
}

.ly_header {
  border-top: 2px solid #eeeeee;
}
.ly_header_inner {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0 10px;
  /* overflow: hidden; */
}
.ly_cont_inner,
.ly_footer_inner {
  width: 1200px;
  margin: auto;
}

.bl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.bl_header_logo {
  max-width: 268px;
  width: 20.9%;
  min-width: 200px;
}

.bl_header_logo h1 {
  margin: 0;
}

.bl_header_link {
  text-align: right;
  margin: 0 0 0 auto;
  flex: 1;
}

.bl_header_link ul {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bl_header_link ul {
  margin: 0 17px 3px 0;
}

.bl_header_link a {
  display: block;
  /* padding: 0 12px; */
  padding: 0 0.4vw;
}

/* @media screen and (min-width: 1000px) {
  .bl_header_link a {
    padding: 0 15px;
  }
} */

.bl_header_link a img {
  display: block;
  width: 40px;
  margin: 0 auto;
}

.bl_header_link a span {
  display: block;
  font-size: 11px;
  text-align: center;
  margin-top: 6px;
}

.bl_header_link a[target="_blank"] span {
  position: relative;
  padding-right: 1.1em;
}

.bl_header_link a[target="_blank"] span::after {
  content: '';
  background: url(../img/common/icon_blank.svg) no-repeat center center / contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.9em;
  height: 0.9em;
  transform: translateY(-50%);
  margin-left: 2px;
}

@media screen and (max-width: 1000px) {
  .bl_header_link {
    width: 29.7%;
  }

  .bl_header_link a span {
    font-size: 0.8vw;
  }
}

/* @media screen and (min-width: 1366px) {
  .bl_header_link a span {
    font-size: 11px;
  }
} */

.bl_header_tel {
  width: 416px;
  max-width: 416px;
  width: 32.5%;
  background-color: rgba(210, 238, 247, .5);
  padding: 10px 10px 15px;
}

.bl_header_tel > strong {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.bl_header_tel .tel_fx {
  /* display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end; */
  width: 100%;
  position: relative;
}

.bl_header_tel .tel_wrap {
  /* width: 216px; */
  margin-top: 7px;
  margin-right: 12px;
}

.bl_header_tel .tel_wrap > a {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.bl_header_tel .tel_wrap > a img {
  width: 32px;
  margin-right: 4px;
}

.bl_header_tel .tel_wrap > a span {
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  word-break: keep-all;
}

.bl_header_tel .tel_wrap .links {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
}

.bl_header_tel .tel_wrap .links span {
  font-size: 8px;
  display: block;
  margin-top: 2px;
  line-height: 1.2;
}

/* .bl_header_tel .tel_wrap .links a {
  display: inline-block;
  color: #009CD0;
  font-size: 11px;
  text-decoration: underline;
}

.bl_header_tel .tel_wrap .links a:first-child {
  margin-right: 1em;
} */

.bl_header_tel .reserve_wrap {
  width: 163px;
  /* margin-top: 7px; */
  position: absolute;
  top: 0;
  right: 0;
}

.bl_header_tel .reserve_wrap a {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  height: 32px;
  background-color: #fff;
  border: 1px solid #009CD0;
  font-size: 13px;
  line-height: 1.46;
  border-radius: 8px;
  font-weight: bold;
  position: relative;
}
.bl_header_tel .reserve_wrap a span {
  position: relative;
  padding-left: 28px;
}
.bl_header_tel .reserve_wrap a span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1240px) {
  .bl_header_tel .tel_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bl_header_tel .reserve_wrap {
    width: 163px;
    margin-top: 7px;
    position: static;
  }
}

.fs-p-headerNavBar {
  background: #0099CC;
}
.fs-p-headerNavBar a {
  color: #fff;
}
.fs-p-headerNavBar nav {
  width: 100%;
  max-width: 1300px;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
}
.fs-p-headerNavigation__list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /* margin: 14px 0 0; */
  padding: 0;
}
.fs-p-headerNavigation__list > li {
  width: calc(90.63% / 5);
  /* position: relative; */
}
.fs-p-headerNavigation__list > li.nav_item_search{
  width: 9.37%;
  min-width: 120px;
  /* position: relative; */
  background-color: #0059AA;
}
.fs-p-headerNavigation__list > li.nav_item_search a > span {
  background-image: url(../img/common/icon_search.svg);
  background-size: 16px 16px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  width: auto;
  padding-left: 1.5em;
}
.fs-p-headerNavigation__list li > a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) { /* pc */
  .fs-p-headerNavigation__list > li > a {
    height: 56px;
    font-size: 16px;
  }
  .fs-p-headerNavigation__list>li>a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 4;
  }
  .fs-p-headerNavigation__list>li>a:hover {
    color: #000;
    opacity: 1;
  }
  .fs-p-headerNavigation__list>li:hover>a span {
    color: #000;
  }
  .fs-p-headerNavigation__list > li.nav_item_search:hover>a span,
  .fs-p-headerNavigation__list > li.nav_item_search a:hover span {
    background-image: url(../img/common/icon_search_black.svg);
    background-size: 16px 16px;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .fs-p-headerNavigation__list>li>a:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .fs-p-headerNavigation__list>li:hover>a:after {
    opacity: 1;
  }
  .fs-p-headerNavigation__list>li>a:before {
    content: "";
    position: absolute;
    display: block;
    background: #009CD0;
    bottom: 0;
    left: 50%;
    width: 70%;
    height: 3px;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
  }
  .fs-p-headerNavigation__list>li:hover>a:before {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  .bl_header_link li {
    flex: 1;
  }
}

@media screen and (max-width: 767px) { /* sp */
  .bl_header {
    position: relative;
    /* width: calc(100% - 55px);
    padding-right: 15px; */
    padding-right: 70px;
  }

  .bl_header_logo {
    width: 180px;
    min-width: none;
  }

  .bl_header_tel {
    width: 36px;
    background: none;
    padding: 9px 0 9px;
  }

  .bl_header_tel span {
    display: block;
    margin-top: 4px;
    text-align: center;
  }

  .hm_open {
    height: 100vh;
    overflow: hidden;
  }

  #nav_toggle {
    width: 65px;
    height: 68px;
    position: absolute;
    /* left: 100%; */
    right: -10px;
    z-index: 9999;
  }

  .hm_open #nav_toggle {
    background: #009CD0;
  }

  #nav_toggle span {
    width: 33px;
    height: 4px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #009CD0;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
      
  #nav_toggle span:nth-child(1) {
    top: 15px;
  }

  #nav_toggle span:nth-child(2) {
    top: 25px;
  }

  #nav_toggle span:nth-child(3) {
    top: 35px;
  }

  #nav_toggle span.text {
    top: 48px;
    width: 100%;
    height: auto;
    background: none;
    font-size: 1rem;
    text-align: center;
  }

  #nav_toggle span.open_text {
    display: none;
  }

  .hm_open #nav_toggle span.close_text {
    display: none;
  }

  .hm_open #nav_toggle span.open_text {
    color: #fff;
    display: block;
  }

  .hm_open #nav_toggle span:nth-child(1) {
    top: 26px!important;
    transform: translateX(-50%) rotate(45deg);
    background: #fff;
  }

  .hm_open #nav_toggle span:nth-child(2) {
    width: 0!important;
  }

  .hm_open #nav_toggle span:nth-child(3) {
    top: 26px!important;
    transform: translateX(-50%) rotate(-45deg);
    background: #fff;
  }

  .sp_hum_nav {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.5s;
    width: 100vw;
    height: calc(100vh - 114px);
    background-color: #009CD0;
    position: absolute;
    top: 68px;
    left: 0;
    margin: 0 calc(50% - 50vw);
    padding: 11px 10px 0;
    overflow: hidden scroll;
    z-index: 999999;
  }

  .hm_open .sp_hum_nav {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .sp_hum_nav .search {
    flex: 1;
    position: relative;
  }
  
  .sp_hum_nav .search input {
    height: 50px;
    background-color: #E8F6FB;
    border-radius: 6px;
    border: none;
    padding: 14px 10px 16px 12px;
    font-size: 1.4rem;
  }
  
  .sp_hum_nav .search input::placeholder {
    color: rgba(0,0,0,.4);
  }
  
  .sp_hum_nav .search button {
    width: 36px;
    height: 36px;
    background-color: transparent;
    background-image: url(../img/common/icon_search_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    border: none;
  }

  .hum_nav_list {
    background-color: #fff;
    margin-top: 10px;
    border-radius: 6px;
    padding: 13px 23px 8px 18px;
  }

  .hum_nav_list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hum_nav_list img {
    width: 40px;
    display: block;
    margin: 0 auto;
  }

  .hum_nav_list span {
    display: block;
    margin-top: 4px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .hum_nav_list a[target="_blank"] span {
    position: relative;
    padding-right: 1.1em;
  }
  
  .hum_nav_list a[target="_blank"] span::after {
    content: '';
    background: url(../img/common/icon_blank.svg) no-repeat center center / contain;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.9em;
    height: 0.9em;
    transform: translateY(-50%);
    margin-left: 2px;
  }

  .sp_hum_nav .to_pickup {
    background-color: #fff;
    margin-top: 10px;
    border-radius: 6px;
  }

  .sp_hum_nav .to_pickup a {
    height: 50px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp_hum_nav .to_pickup a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sp_hum_nav .to_pickup span {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .sp_hum_nav .submenu_heading {
    background: #009CD0;
    padding: 20px 0 22px;
    border-bottom: 1px solid #fff;
    min-height: auto;
  }

  .sp_hum_nav .submenu_heading_kurashi {
    border-bottom: none;
    background: #009CD0;
    position: relative;
  }

  .hm_open .sp_hum_nav .submenu_heading_kurashi:before {
    content: '';
    /* width: 100%; */
    width: 10px;
    height: 100%;
    background-color: #009CD0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
  }

  .hm_open .sp_hum_nav .submenu_heading_kurashi::after {
    content: '';
    /* width: 100%; */
    width: 10px;
    background-color: #009CD0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
  }

  .sp_hum_nav .submenu_heading_kurashi a {
    padding: 20px 0 22px;
    position: relative;
    display: block;
  }

  .sp_hum_nav .submenu_heading_kurashi a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sp_hum_nav .submenu_heading_kurashi strong {
    color: #fff;
    font-size: 21px;
    line-height: 1.47;
    position: relative;
    font-weight: bold;
  }

  .sp_hum_nav .submenu_heading::before,
  .sp_hum_nav .submenu_heading::after {
    width: 0;
    height: 0;
  }

  .hm_open .sp_hum_nav .submenu_heading::before,
  .hm_open .sp_hum_nav .submenu_heading::after {
    background-color: #009CD0;
    /* width: 100%; */
    width: 10px;
    height: 100%;
    border: none;
  }

  .sp_hum_nav .submenu_heading strong {
    color: #fff;
    font-size: 21px;
    line-height: 1.47;
    position: relative;
  }

  .sp_hum_nav .submenu_heading strong::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .sp_hum_nav .submenu_heading.submenu_heading_open strong::before {
    opacity: 0;
  }

  .sp_hum_nav .submenu_heading strong::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .sp_hum_nav .submenu_heading span {
    display: none;
  }

  .sp_hum_nav .submenu_item_wrap {
    border-bottom: 1px solid #fff;
    background: #009CD0;
    position: relative;
  }

  .hm_open .sp_hum_nav .submenu_item_wrap::before {
    content: '';
    width: 10px;
    height: 103%;
    background-color: #009CD0;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
  }

  .hm_open .sp_hum_nav .submenu_item_wrap::after {
    content: '';
    width: 10px;
    height: 100%;
    background-color: #009CD0;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
  }

  .sp_hum_nav .submenu_heading_kurashi + .submenu_item_wrap,
  .sp_hum_nav .submenu_heading_kurashi + .submenu_item_wrap a:last-child {
    border-bottom: none;
  }

  .sp_hum_nav .submenu_heading_kurashi + .submenu_item_wrap {
    border-top: 1px solid #fff;
  }

  .sp_hum_nav .submenu_item_wrap .img_link_wrap a {
    min-height: 83px;
  }

  .sp_hum_nav .submenu_item_wrap .img_link_wrap img {
    display: block;
    width: 60px;
    border-radius: 6px;
    margin-right: 10px;
  }

  .sp_hum_nav .submenu_item_wrap .img_link_wrap .nav_tag_wrap {
    width: calc(100% - 70px);
  }

  .sp_hum_nav .submenu_item_heading {
    min-height: 44px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }

  .sp_hum_nav .img_large .submenu_item_heading {
    border-top: none;
  }

  .sp_hum_nav .img_small:first-child .submenu_item_heading {
    border-top: none;
  }

  .sp_hum_nav .submenu_item_heading strong {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
  }

  .fs-p-headerNavigation__list {
    height: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp_hum_nav .img_small .img_link_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .sp_hum_nav .img_small .img_link_wrap a {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 37px;
  }

  .sp_hum_nav .img_small .img_link_wrap a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sp_hum_nav .img_small .img_link_wrap a:nth-child(even) {
    border-right: none;
    padding-left: 10px;
    padding-right: 27px;
  }

  .sp_hum_nav .img_small .img_link_wrap a:last-child,
  .sp_hum_nav .img_small .img_link_wrap a:nth-child(odd):nth-last-child(2) {
    border-bottom: none;
  }

  .sp_hum_nav .img_small .img_link_wrap img {
    display: none;
  }

  .sp_hum_nav .img_small .img_link_wrap span {
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: bold;
    color: #fff;
  }

  .hm_open .sp_hum_nav .hum_nav_links {
    background-color: #fff;
    padding: 18px 0 19px;
    position: relative;
  }

  .hm_open .sp_hum_nav .hum_nav_links::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 100%;
  }

  .hm_open .sp_hum_nav .hum_nav_links::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
  }

  .sp_hum_nav .hum_nav_links li:not(:first-child) {
    margin-top: 10px;
  }

  .sp_hum_nav .hum_nav_links a {
    height: 60px;
    background-color: #009CD0;
    border-radius: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .sp_hum_nav .hum_nav_links a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sp_hum_nav .hum_nav_links li:last-child a {
    border: 1px solid #009CD0;
    background-color: #fff;
    height: 50px;
  }

  .sp_hum_nav .hum_nav_links li:last-child a::after {
    background-image: url(../img/common/icon_arrow.svg);
  }

  .sp_hum_nav .hum_nav_links a span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }

  .sp_hum_nav .hum_nav_links li:last-child span {
    color: #000;
  }

  .hm_open .sp_hum_nav .hum_nav_text-links {
    background-color: #fff;
    padding: 0 0 150px;
    position: relative;
  }

  .hm_open .sp_hum_nav .hum_nav_text-links::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 100%;
  }

  .hm_open .sp_hum_nav .hum_nav_text-links::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
  }

  .sp_hum_nav .hum_nav_text-links a {
    padding: 13px 0;
    display: block;
  }
  
  .sp_hum_nav .hum_nav_text-links a[target="_blank"] span {
    position: relative;
    padding-right: 1.1em;
  }
  
  .sp_hum_nav .hum_nav_text-links a[target="_blank"] span::before {
    content: '';
    background: url(../img/common/icon_blank.svg) no-repeat center center / contain;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.9em;
    height: 0.9em;
    transform: translateY(-50%);
    margin-left: 2px;
  }

  .sp_hum_nav .hum_nav_text-links span {
    font-size: 14px;
    padding-left: 27px;
    font-weight: bold;
    position: relative;
    display: inline-block;
  }

  .sp_hum_nav .hum_nav_text-links span::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .fs-p-headerNavigation__list > li {
    width: calc(95% / 3);
    height: 100%;
  }

  .fs-p-headerNavigation__list li > a {
    font-size: 1.4rem;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-p-headerNavigation__list li > a.submenu_content_open {
    background-color: #fff;
    color: #000;
    position: relative;
  }

  .fs-p-headerNavigation__list li:not(:nth-child(3)) > a.submenu_content_open::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .fs-p-headerNavigation__list li:not(:nth-child(3)) > a.submenu_content_open::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
  }

  .fs-p-headerNavigation__list li > a.submenu_content_open span {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fs-p-headerNavigation__list li > a.submenu_content_open span::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #009CD0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* submenu */
.submenu_open .fs-p-headerNavBar {
  position: relative;
}

.submenu_open .fs-p-headerNavBar::after {
  content: '';
  display: block;
  width: 100vw;
  height: 5000vh;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0,0,0,.6);
  z-index: 9999;
}

.submenu_wrap {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  z-index: 99999;
  background: #fff;
  padding: 0;
}

.submenu_wrap a {
  color: #000;
  text-align: left!important;
}

.submenu_heading {
  border-bottom: 1px solid rgba(255,255,255,.2);
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.submenu_heading:last-child {
  border-bottom: none;
}

.submenu_heading strong {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.submenu_heading span {
  width: 100%;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.54;
  font-weight: 300;
}

.submenu_content_wrap {
  width: 77.97%;
}

.product_submenu_wrap .submenu_content_wrap .submenu_content {
  visibility:hidden;
  opacity: 0;
  height: 0;
}

.product_submenu_wrap .submenu_content_wrap .submenu_content.submenu_content_show {
  visibility:visible;
  opacity: 1;
  height: auto;
}

.submenu_content_wrap .con_heading {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.submenu_content_wrap .to_cat_top {
  flex: 1;
  /* width: 421px; */
  margin-right: 28px;
}

.submenu_content_wrap .to_cat_top .arrow {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-right: 38px;
  display: inline-block;
}

.submenu_content_wrap .to_cat_top .arrow:after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.submenu_content_wrap .con_heading_right {
  width: 44.42%;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.submenu_content_wrap .search {
  flex: 1;
  position: relative;
}

.submenu_content_wrap .search input {
  height: 55px;
  background-color: #E8F6FB;
  border-radius: 8px;
  border: none;
  padding: 20px;
  font-size: 1.09vw;
}

@media screen and (min-width: 1366px) {
  .submenu_content_wrap .search input {
    font-size: 15px;
  }
}

.submenu_content_wrap .search input::placeholder {
  color: rgba(0,0,0,.4);
}

.submenu_content_wrap .search button {
  width: 40px;
  height: 40px;
  background-color: none;
  background-image: url(../img/common/icon_search_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: none;
}

.submenu_content_wrap .close_mark {
  width: 40px;
  height: 56px;
  margin-left: 20px;
  position: relative;
}

.submenu_content_wrap .close_mark div {
  position: relative;
  width: 40px;
  height: 34px;
}

.submenu_content_wrap .close_mark div::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #4B4B4B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.submenu_content_wrap .close_mark div::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: #4B4B4B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.submenu_content_wrap .close_mark span {
  font-size: 11px;
  font-weight: 500;
  margin-top: 7px;
  display: block;
  text-align: center;
}

.submenu_content_wrap .submenu_item_wrap span.arrow {
  position: relative;
  padding-left: 28px;
  display: inline-block;
}

.submenu_content_wrap .submenu_item_wrap span.arrow:after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.submenu_content_wrap .img_link_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.submenu_content_wrap .img_link_wrap .img_link_item {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
}

.submenu_content_wrap .img_link_wrap .img_link_item span.arrow {
  font-size: 15px;
  line-height: 1.46;
  font-weight: bold;
  padding: 11px 10px 13px 36px;
  display: block;
}

.submenu_content_wrap .img_link_wrap .img_link_item span:after {
  left: 10px;
}

.submenu_content_wrap .text_link_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
  margin-top: 20px;
  margin-left: 10px;
}

.submenu_content_wrap .text_link_wrap a {
  width: 30.75%;
  margin-right: 3.18%;
  font-size: 15px;
  line-height: 1.46;
  font-weight: bold;
}

.submenu_content_wrap .text_link_wrap a:nth-child(3n) {
  margin-right: 0;
}

.submenu_content_wrap .text_link_wrap a:nth-child(n + 4) {
  margin-top: 25px;
}

.submenu_content_wrap .text_link_wrap .nav_tag_wrap {
  display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.submenu_content_wrap .text_link_wrap .nav_tag_wrap span:first-child {
  margin-right: 10px;
}

header .nav_tag {
  color: #fff;
  display: inline-block;
}

header .nav_tag_kurashi {
  background-color: #43B574;
}

header .nav_tag_reform {
  background-color: #D09000;
}

.submenu_content_wrap .slider_wrap {
  margin-top: 40px;
}

.submenu_content_wrap .slider_con_heading {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.submenu_content_wrap .slider_con_heading strong {
  font-size: 20px;
  font-weight: bold;
}

.submenu_content_wrap .slider_con_heading a {
  margin-left: 20px;
}

.submenu_content_wrap .slider_con_heading span.arrow {
  font-size: 15px;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}

.submenu_content_wrap .slider_con_heading span.arrow:after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.submenu_content_wrap .slider_item_wrap {
  margin-top: 15px;
  margin-left: -5px;
  margin-bottom: 0!important;
  width: calc(100% + 5px);
}

.submenu_content_wrap .slider_item_wrap .slick-track {
  display: flex;
}

.submenu_content_wrap .slider_item_wrap .slick-slide {
  height: auto!important;
}

.submenu_content_wrap .slider_item_wrap .slick-slide > div {
  height: 100%;
}

.submenu_content_wrap .slider_item {
  height: 100%;
}

.submenu_content_wrap .slider_item a {
  display: block;
  width: calc(100% - 10px);
  margin: 0 auto;
  height: 100%;
  min-height: 74px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #009CD0;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.submenu_content_wrap .slider_item a span {
  font-size: 15px;
  line-height: 1.46;
  font-weight: bold;
  color: #009CD0;
  padding-left: 28px;
  position: relative;
}

.submenu_content_wrap .slider_item a span:after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.submenu_content_wrap .slider_item_wrap .slick-dots {
  bottom: calc(100% + 15px);
  right: 0;
  width: auto;
}

.submenu_content_wrap .slider_item_wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.submenu_content_wrap .slider_item_wrap li button {
  width: 10px;
  height: 10px;
}

.submenu_content_wrap .slider_item_wrap li button:before {
  width: 10px;
  height: 10px;
}

.submenu_content_wrap .slider_item_wrap button::before {
  opacity: 1;
  content: '';
  background: #E5E5E5;
  border-radius: 50%;
}

.submenu_content_wrap .slider_item_wrap .slick-active button::before {
  background: #009CD0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .submenu_wrap {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .product_submenu_wrap {
    background: #009CD0;
  }

  .submenu_heading {
    min-height: 81px;
    padding: 18px 0 19px 54px;
    background-size: 34px auto;
    background-position: left center;
    color: #000;
    background-color: #fff;
    position: relative;
  }

  .submenu_wrap .submenu_heading {
    border-bottom: 1px solid #E5E5E5;
  }

  .submenu_wrap .submenu_heading.submenu_heading_open {
    border-bottom: 1px solid #fff;
  }

  .submenu_wrap .submenu_heading.submenu_heading_outdoor {
    border-bottom: 1px solid #fff;
  }

  .submenu_heading:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
  }

  .submenu_heading::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
  }

  .submenu_heading_kitchen {
    background-image: url(../img/common/icon_kitchen_blue.svg);
  }
  
  .submenu_heading_bath {
    background-image: url(../img/common/icon_bath_blue.svg);
  }
  
  .submenu_heading_living {
    background-image: url(../img/common/icon_living_blue.svg);
  }
  
  .submenu_heading_syoene {
    background-image: url(../img/common/icon_syoene_blue.svg);
  }
  
  .submenu_heading_outdoor {
    background-image: url(../img/common/icon_outdoor_blue.svg);
  }

  .submenu_heading span {
    display: block;
    position: relative;
  }

  .submenu_heading span::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #009CD0;
    border-radius: 10px;
    position: absolute;
    bottom: calc(100% - -1px);
    right: 0;
    /* transform: translateY(-50%); */
  }

  .submenu_heading span::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #009CD0;
    border-radius: 10px;
    position: absolute;
    bottom: calc(100% - -1px);
    right: 0;
    transform: rotate(90deg);
  }

  .submenu_heading.submenu_heading_open span::before {
    opacity: 0;
  }

  .submenu_item_wrap {
    display: none;
  }

  .submenu_item_wrap .img_link_wrap a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    min-height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 30px;
  }

  /* .submenu_heading_syoene + .submenu_item_wrap .img_link_wrap a:last-child {
    border: none;
  } */

  .submenu_item_wrap .img_link_wrap a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .submenu_item_wrap .img_link_wrap img {
    display: none;
  }

  .submenu_item_wrap .img_link_wrap span {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
  }

  .submenu_item_wrap .text_link_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .submenu_item_wrap .text_link_wrap a {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    min-height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 37px;
  }

  .submenu_item_wrap .text_link_wrap a:nth-child(even) {
    border-right: none;
    padding-left: 10px;
    padding-right: 27px;
  }

  .submenu_item_wrap .text_link_wrap a:last-child,
  .submenu_item_wrap .text_link_wrap a:nth-child(odd):nth-last-child(2) {
    border-bottom: none;
  }

  .submenu_item_wrap .text_link_wrap a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .submenu_item_wrap .text_link_wrap a:nth-child(even):after {
    right: 0;
  }

  .submenu_item_wrap .text_link_wrap span {
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: bold;
    color: #fff;
  }

  header .img_link_wrap .nav_tag_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  header .nav_tag {
    font-size: 1rem!important;
    height: 17px;
    line-height: 16px!important;
    /* padding: 0 1em; */
    border-radius: 2px;
    display: block;
    width: 80px;
    text-align: center;
  }

  .submenu_item_wrap .text_link_wrap span.nav_tag {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .submenu_wrap {
    visibility:hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
  }

  .fs-p-headerNavigation__list li:hover > a + .submenu_wrap {
    visibility:visible;
    opacity: 1;
    min-height: 574px;
    padding-top: 24px;
    padding-bottom: 40px;
    height: auto;
    overflow: visible;
  }

  .submenu_wrap .inner_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .submenu_heading_wrap {
    width: 19.54%;
    border-radius: 8px;
    overflow: hidden;
  }

  .submenu_heading {
    min-height: 104px;
    padding: 1em 1em 1em 25%;
    background-size: 15.4% auto;
    background-position: 5% center;
    color: #fff;
    background-color: #009CD0;
  }

  .submenu_heading_kitchen {
    background-image: url(../img/common/icon_kitchen_white.svg);
  }
  
  .submenu_heading.submenu_heading_active.submenu_heading_kitchen {
    background-image: url(../img/common/icon_kitchen_blue.svg);
  }
  
  .submenu_heading_bath {
    background-image: url(../img/common/icon_bath_white.svg);
  }
  
  .submenu_heading.submenu_heading_active.submenu_heading_bath {
    background-image: url(../img/common/icon_bath_blue.svg);
  }
  
  .submenu_heading_living {
    background-image: url(../img/common/icon_living_white.svg);
  }
  
  .submenu_heading.submenu_heading_active.submenu_heading_living {
    background-image: url(../img/common/icon_living_blue.svg);
  }
  
  .submenu_heading_syoene {
    background-image: url(../img/common/icon_syoene_white.svg);
  }
  
  .submenu_heading.submenu_heading_active.submenu_heading_syoene {
    background-image: url(../img/common/icon_syoene_blue.svg);
  }
  
  .submenu_heading_outdoor {
    background-image: url(../img/common/icon_outdoor_white.svg);
  }
  
  .submenu_heading.submenu_heading_active.submenu_heading_outdoor {
    background-image: url(../img/common/icon_outdoor_blue.svg);
  }

  .submenu_item_wrap {
    margin-top: 25px;
  }

  .submenu_heading:hover {
    background-color: rgba(0,156,208,.6);
  }
  
  .submenu_heading.submenu_heading_active {
    background-color: #fff;
    color: #000;
  }

  header .nav_tag {
    font-size: 11px;
    height: 20px;
    line-height: 19px;
    padding: 0 1em;
    border-radius: 4px;
  }

  header .img_link_wrap .img {
    position: relative;
  }

  header .img_link_wrap .img_tag {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 8px 0 0 0;
    font-size: 11px;
    width: 100%;
    height: 20px;
    line-height: 20px;
  }
  
  header .img_link_wrap .img_tag.img_tag_reform {
    background-color: #D09000;
  }
  
  header .img_link_wrap .img_tag.img_tag_kurashi {
    background-color: #43B574;
  }

  header .img_link_wrap .nav_tag.sp {
    display: none;
  }
}

/* submenu_kitchen */
.submenu_content_wrap .submenu_kitchen .img_link_wrap a {
  width: 23.69%;
  margin-right: 1.7%;
}

.submenu_content_wrap .submenu_kitchen .img_link_wrap a:nth-child(4n) {
  margin-right: 0;
}

/* submenu_bath */
.submenu_content_wrap .submenu_bath .img_link_wrap a {
  width: 32%;
  margin-right: 1.93%;
}

.submenu_content_wrap .submenu_bath .img_link_wrap a:nth-child(3n) {
  margin-right: 0;
}

.submenu_content_wrap .submenu_bath .img_link_wrap a:nth-child(n + 4) {
  margin-top: 17px;
}

/* submenu_living */
.submenu_content_wrap .submenu_living .img_link_wrap a {
  width: 32%;
  margin-right: 1.93%;
}

.submenu_content_wrap .submenu_living .img_link_wrap a:nth-child(3n) {
  margin-right: 0;
}

/* submenu_syoene */
/* .submenu_content_wrap .submenu_syoene .submenu_item_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.submenu_content_wrap .submenu_syoene .img_link_wrap {
  width: 32%;
} */

.submenu_content_wrap .submenu_syoene .img_link_wrap a {
  width: 32%;
  margin-right: 1.93%;
}

.submenu_content_wrap .submenu_syoene .img_link_wrap a:nth-child(3n) {
  margin-right: 0;
}

.submenu_content_wrap .submenu_syoene .img_link_wrap a:nth-child(n + 4) {
  margin-top: 17px;
}

/* .submenu_content_wrap .submenu_syoene .img_link_wrap a:not(:first-child) {
  margin-left: 2.92%;
}

.submenu_content_wrap .submenu_syoene .text_link_wrap {
  width: 32%;
  margin-left: 20px;
}

.submenu_content_wrap .submenu_syoene .text_link_wrap a {
  width: 100%;
  margin-right: 0;
}

.submenu_content_wrap .submenu_syoene .text_link_wrap a:not(:first-child) {
  margin-top: 25px;
} */

/* submenu_outdoor */
.submenu_content_wrap .submenu_outdoor .submenu_item_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.submenu_content_wrap .submenu_outdoor .img_link_wrap {
  width: 66.4%;
}

.submenu_content_wrap .submenu_outdoor .img_link_wrap a {
  width: 48.28%;
}

.submenu_content_wrap .submenu_outdoor .img_link_wrap a:not(:first-child) {
  margin-left: 2.92%;
}

.submenu_content_wrap .submenu_outdoor .text_link_wrap {
  width: 32%;
}

.submenu_content_wrap .submenu_outdoor .text_link_wrap a {
  width: 100%;
  margin-right: 0;
}

.submenu_content_wrap .submenu_outdoor .text_link_wrap a:not(:first-child) {
  margin-top: 25px;
}

/* .submenu_content_wrap .submenu_outdoor .text_link_wrap a:nth-child(3n) {
  margin-right: 4.8%;
}

.submenu_content_wrap .submenu_outdoor .text_link_wrap a:nth-child(2n) {
  margin-right: 0;
}

.submenu_content_wrap .submenu_outdoor .text_link_wrap a:nth-child(n + 3) {
  margin-top: 25px;
} */

/* reform_submenu_wrap */
@media screen and (max-width: 767px) {
  .reform_submenu_wrap {
    background-color: #009CD0;
  }

  .reform_submenu_wrap .submenu_item_wrap {
    display: block;
  }

  .reform_submenu_wrap .img_large .img_link_wrap .img_link_item {
    width: 100%;
  }

  .reform_submenu_wrap .submenu_item_heading {
    background-color: #fff;
    height: 45px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
  }

  .reform_submenu_wrap .submenu_item_heading::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
  }

  .reform_submenu_wrap .submenu_item_heading::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
  }

  .reform_submenu_wrap .submenu_item_heading strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }

  .reform_submenu_wrap .submenu_item_wrap .img_large a {
    min-height: 83px;
  }

  .reform_submenu_wrap .submenu_item_wrap .img_large .img_link_wrap .img {
    width: 60px;
    margin-right: 10px;
  }

  .reform_submenu_wrap .submenu_item_wrap .img_large .img_link_wrap img {
    display: block;
    width: 100%;
  }

  .reform_submenu_wrap .img_small_wrap .img_link_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .reform_submenu_wrap .img_small_wrap a {
    width: 50%;
    min-height: 62px;
  }

  .reform_submenu_wrap .img_small_wrap a:nth-child(even) {
    border-left: 1px solid #fff;
    padding-left: 10px;
  }
  .reform_submenu_wrap .img_small_wrap .img_link_wrap a:nth-child(odd):after {
    right: 10px;
  }

  .reform_submenu_wrap .img_link_wrap a:last-child {
    border-bottom: none;
  }

  .reform_submenu_wrap .img_small_wrap .img_link_wrap a:nth-last-child(2) {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .reform_submenu_wrap .inner_wrap.sp {
    display: none;
  }

  .reform_submenu_wrap .submenu_content_wrap {
    width: 100%;
  }
  
  .reform_submenu_wrap .submenu_content_wrap .con_heading_right {
    width: 34.63%;
  }
  
  .reform_submenu_wrap .submenu_item_wrap .submenu_item_heading strong {
    font-size: 20px;
    font-weight: bold;
  }
  
  .reform_submenu_wrap .img_link_wrap {
    margin-top: 10px;
  }
  
  .reform_submenu_wrap .img_link_wrap .img_link_item {
    border-radius: unset;
    border: none;
    overflow: visible;
  }
  
  .reform_submenu_wrap .img_link_wrap .img_link_item img {
    border-radius: 8px;
  }
  
  .reform_submenu_wrap .img_link_wrap .img_link_item span {
    padding: 11px 10px 13px 26px;
  }
  
  .reform_submenu_wrap .img_link_wrap .img_link_item span:after {
    left: 0;
  }
  
  .reform_submenu_wrap .img_large .img_link_wrap .img_link_item {
    width: 23.87%;
    margin-right: 1.5%;
  }
  
  .reform_submenu_wrap .img_large .img_link_wrap .img_link_item:nth-child(4n) {
    margin-right: 0;
  }
  
  .reform_submenu_wrap .img_small_wrap {
    margin-top: 37px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .reform_submenu_wrap .img_small {
    width: 49.2%;
    min-width: 450px;
  }
  
  .reform_submenu_wrap .img_small .img_link_wrap .img_link_item {
    width: 22.56%;
    margin-right: 3.24%;
  }
  
  .reform_submenu_wrap .img_small .img_link_wrap .img_link_item:nth-child(4n) {
    margin-right: 0;
  }
}

/* search_submenu_wrap */
.fs-p-headerNavigation__list li:hover > a + .search_submenu_wrap {
  min-height: 170px;
}

.search_submenu_wrap .submenu_content_wrap {
  width: 100%;
}

.search_submenu_wrap .search_window_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.search_submenu_wrap .search span {
  display: block;
  padding: 0;
}

.search_submenu_wrap .search input {
  font-size: 15px;
}

.search_word_wrap {
  margin-top: 30px;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.search_word_heading strong {
  font-size: 15px;
  font-weight: bold;
  margin-right: 50px;
  margin-bottom: 20px;
  display: block;
}

.search_word_wrap .search_word {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search_word_wrap .search_word a {
  font-size: 15px;
  color: #009CD0;
  font-weight: 500;
  margin-right: 50px;
  margin-bottom: 20px;
}



/* -----------------------------------------------
footer
----------------------------------------------- */
footer {
  color: #fff;
}

/* footer_nav_wrap */
.footer_nav_wrap {
  background-color: #009CD0;
}

.footer_nav_wrap a {
  color: #fff;
  display: block;
}

.footer_nav_wrap dl,
.footer_nav_wrap dd {
  margin: 0;
}

.footer_nav_wrap dt {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

/* footer_nav_sub */
.footer_nav_sub {
  background-color: #0059AA;
}

.footer_nav_sub a {
  color: #fff;
}

.footer_nav_sub .nav_sub_heading strong {
  font-size: 15px;
  font-weight: bold;
}

.footer_nav_sub ul li a {
  font-weight: 300;
}

/* .gfooter */
.gfooter {
  border-top: 3px solid #1eb9f0;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 0;
}
.gfooter a {
  color: #0081cc;
  text-decoration: underline;
}
.gfooter .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  width: 1000px;
  margin: 0 auto;
}
.gfooter__item {
  margin-top: 5px;
}
.gfooter__item:nth-child(2) {
  text-align: right;
}
.gfooter-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.gfooter-link__item {
  position: relative;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
  font-size: 1rem;
}
.gfooter-link__item:before {
  content: "";
  background: #888;
  border-radius: 50%;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.gfooter-link__item:after {
  content: "";
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3px;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}
.gfooter-link__item span {
  margin-left: 15px;
}
.gfooter-link__item:first-child {
  margin-right: 15px;
}
.gfooter__copyright {
  color: #000;
}

@media screen and (max-width: 1000px) {
  .gfooter .container {
    width: auto;
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 104px;
  }

  .footer_nav_wrap {
    background-color: #009CD0;
    padding: 22px 0 20px;
  }

  .footer_nav_wrap dt a {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 2.93;
  }

  .footer_nav_wrap dt a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .footer_nav_sub {
    padding: 30px 0 20px;
  }

  .footer_nav_sub .nav_sub_heading {
    position: relative;
  }

  .footer_nav_sub .nav_sub_heading::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .footer_nav_sub .nav_sub_heading::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .footer_nav_sub .nav_sub_heading.footer_sub_open::before {
    content: '';
    width: 0;
    height: 0;
  }

  .footer_nav_sub .nav_sub_list {
    margin-top: 9px;
    display: none;
  }

  .footer_nav_sub ul li a {
    font-size: 1.5rem;
    padding-left: 30px;
    line-height: 2.93;
    display: block;
    position: relative;
  }

  .footer_nav_sub ul li a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .gfooter {
    padding: 10px 4% 42px;
  }
  .gfooter .container {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gfooter_link {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 0;
    width: 165px;
  }
  .gfooter__item {
    margin-top: 5px;
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gfooter__item a {
    font-weight: 400;
    color: #000;
    font-size: 10px;
    font-size: 1rem;
    text-decoration: none;
    line-height: 20px;
    display: block;
  }
  .gfooter__item span {
    background: url(../img/common/icon_pcpage.png) right no-repeat;
    background-size: 17px 17px;
    display: inline-block;
    padding-right: 20px;
  }
  .gfooter__logo.pc {
    display: none;
  }
  .gfooter-link__item {
    display: inline-block;
    position: relative;
    width: 165px;
  }
  .gfooter-link__item:first-child {
    margin-right: 0;
  }
  .gfooter__copyright {
    text-align: center;
    margin-top: 7px;
  }
}

@media screen and (min-width: 768px) {
  .footer_nav_wrap {
    background-color: #009CD0;
    padding: 73px 0 57px;
  }

  .footer_nav_wrap .inner_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_nav_wrap dd + dt {
    margin-top: 53px;
  }
  
  .footer_nav_wrap dt::after {
    content: "";
    display: block;
    background: #fff;
    width: 20px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    left: 0;
  }
  
  .footer_nav_wrap dd {
    font-size: 13px;
    line-height: 2.3;
    margin-top: 22px;
    font-weight: 400;
  }
  
  .footer_nav_wrap .nav_item:last-child dd a:not(.weight_medium) {
    text-indent: 1em;
  }

  .footer_nav_sub .inner_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer_nav_sub {
    padding: 41px 0 37px;
  }

  .footer_nav_sub .nav_sub_list {
    flex: 1;
    margin-left: 4.44%;
    margin-right: 7.54%;
  }

  .footer_nav_sub ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_nav_sub ul li a {
    font-size: 13px;
    padding: 0 1.85em;
  }
}

/* -----------------------------------------------
Main
----------------------------------------------- */
main {
  background: #FAFAFA;
}

.inner_wrap {
  padding: 0 43px;
  max-width: 1366px;
  margin: 0 auto;
}

h2,h3 {
  margin: 0;
}

div.src_link_wrap {
  text-align: center;
}

a.src_link {
  border: 3px solid #0099CC;
  border-radius: 40px;
  background: #fff;
  color: #0099CC;
  font-weight: bold;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  position: relative;
  width: 430px;
  line-height: 74px;
  font-size: 18px;
}
a.src_link span {
  position: relative;
  display: block;
  width: 100%;
}
a.src_link span:after {
  content: '';
  position: absolute;
  right: 1.4em;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0099CC;
  border-right: 2px solid #0099CC;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.parts_hidden {
  display: none;
}

div.head_wrap {
  /* text-align: center; */
  padding-top: 80px;
}
.head_wrap>*:not(p) {
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 34px;
  font-family: 'Noto Sans JP Medium','Noto Sans JP';
}
.head_wrap>*:not(p):after {
  content: "";
  display: block;
  background: #0099CC;
  width: 30px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  left: 0;
}
.head_wrap p {
  font-size: 16px;
  margin: 0 auto 28px;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
  .inner_wrap {
    padding: 0;
    width: 89.33%;
    margin: 0 auto;
  }

  a.src_link {
    max-width: 430px;
    width: 100%;
    font-size: 1.6rem;
  }

  div.head_wrap {
    padding-top: 36px;
  }
  .head_wrap>*:not(p) {
    margin-bottom: 29px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .head_wrap>*:not(p):after {
    width: 26px;
    height: 6px;
    top: -16px;
    left: 0;
  }

  .head_wrap p {
    font-size: 1.4rem;
    margin: 0 auto 16px;
  }
}

/* -----------------------------------------------
任意商品パーツ
----------------------------------------------- */
.fs-c-productListCarousel {
  display: block;
}

.fs-c-productListCarousel__list {
  display: block;
}

.fs-c-productListCarousel .fs-c-productName__name span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Noto Sans JP';
}

.fs-c-productListCarousel .slick-track {
    /*slider止める*/
    transform:unset!important;
    -ms-transform:unset!important;
    -webkit-transform:unset!important;
}

.fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
    display: none !important;
}

.fs-c-productListCarousel .slick-track {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
    width: 100%!important;
}

.fs-c-productListCarousel .slick-slide {
    width: 23.2%;
    margin-right: 2.3%;
    margin-bottom: 36px;
}

.fs-c-productListCarousel .slick-slide:nth-child(4n) {
    margin-right: 0;
}

.fs-c-productListCarousel .fs-c-productListCarousel__list__item {
    display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.fs-c-productListCarousel .fs-c-productListItem__imageContainer {
    -webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
    width: 100%;
}

.fs-c-productListCarousel .fs-c-productListItem__image a {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 83.4%;
}

.fs-c-productListCarousel .fs-c-productListItem__image__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    border-radius: 8px;
}

.fs-c-productListCarousel .fs-c-productListItem__productName {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 20px;
}

.fs-c-productListCarousel .fs-c-productName__name {
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
    font-family: 'Noto Sans JP Medium','Noto Sans JP';
}

.fs-c-productListCarousel .fs-c-productMarks {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 10px;
}

.fs-c-productListCarousel .fs-c-productMarks .fs-c-productMark__mark {
  margin-top: 5px;
  margin-right: 5px;
  min-height: 24px;
  line-height: 1.3;
  padding: 0.5em 1em;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.fs-c-productListCarousel .fs-c-productMarks .fs-c-productMark__mark span {
  font-size: 12px;
}

.fs-c-productListCarousel .fs-c-productListItem__preorderMessage {
    display: none;/* 予約メッセージ非表示 */
}

.fs-c-productListCarousel .fs-c-productListItem__salesPeriod {
    display: none;/* 予約期間非表示 */
}
.fs-c-productListCarousel .fs-c-productListItem__lowInStock {
  display: none; /* 在庫僅少表示非表示 */
}
.fs-c-productListCarousel .fs-c-productListItem__productDescription {
  display: none; /* 商品ディスクリプション非表示 */
}
.fs-c-productListCarousel .fs-c-productListItem__prices {
    order: 4;
    margin-top: 0.5em;
}
.fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__main,
.fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__addon {
  display: inline-block;
}
.fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__main *,
.fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__addon,
.fs-c-productListCarousel .fs-c-buttonContainer a:before {
  line-height: 1em;
  font-size: 18px;
}
.fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__addon__label:before {
    content: "(";
}
.fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__addon__label:after {
    content: ")";
}
.fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__main__label {
    display: none;/* 価格ラベル非表示 */
}

.fs-c-productListCarousel .fs-c-productListItem__control {
    /*display: none; 詳細、カートボタン非表示 */
    order: 5;
}
.fs-c-productListCarousel .fs-c-buttonContainer a {
  pointer-events: none;
  font-size: 0;
}
.fs-c-productListCarousel .fs-c-productPrice {
  color: #B31B20;
}
.fs-c-productListCarousel .option_price .fs-c-buttonContainer a:before {
  content: "〜";
  padding-left: .3em;
  line-height: 1.6;
  color: #B31B20;
}
.fs-c-productListCarousel .fs-c-buttonContainer button {
    display: none;/* カートに入れる非表示 */
}

.fs-c-productListCarousel .fs-c-mark--preorder {
    display: none;/* デフォルトの予約マーク非表示 */
}

.fs-c-productListItem .fs-c-price__currencyMark {
  display: none;
}

.fs-c-productListItem .fs-c-price__value::after {
  content: '円';
  font-size: 18px!important;
}

.fs-c-productPrice.asc .fs-c-price__value,
.fs-c-productPrice.asc .fs-c-productPrice__addon {
  display: none;
}
.fs-c-productPrice.asc .fs-c-price__currencyMark {
  color: #B31B20;
  display: block;
}

.fs-c-productListItem.list_price_none .fs-c-productListItem__prices,
.fs-c-productListItem.list_price_none .fs-c-productListItem__control {
  display: none;
}


@media screen and (max-width: 767px) {
  
  .fs-c-slick .slick-track:before, .fs-c-slick .slick-track:after {
    content: none;
  }
  .fs-c-productListCarousel .slick-slide {
    width: 48.37%;
    margin-right: 3.26%;
    margin-bottom: 7.7%;
  }
  .fs-c-productListCarousel .slick-slide:nth-child(even) {
    margin-right: 0;
  }
  .fs-c-productListCarousel .fs-c-productListItem__productName {
    margin-top: 8px;
  }
  .fs-c-productListCarousel .fs-c-productMarks {
    margin-top: 2px;
  }

  .fs-c-productListCarousel .fs-c-productMarks .fs-c-productMark__mark {
    margin-top: 3px;
    margin-right: 3px;
    min-height: 20px;
    padding: 0.4em 1em;
  }

  .fs-c-productListCarousel .fs-c-productName__name span {
    font-size: 14px;
  }

  .fs-c-productListCarousel .fs-c-productName__name {
    font-size: 16px;
  }

  .fs-c-productListCarousel .fs-c-productMarks .fs-c-productMark__mark span {
    font-size: 10px;
  }
  /* 商品リスト商品価格表示 */
  .fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__main *,
  .fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__addon,
  .fs-c-productListCarousel .fs-c-buttonContainer a:before {
    font-size: 16px;
  }

  .fs-c-productListItem .fs-c-price__value::after  {
    font-size: 16px!important;
  }
}

/* -----------------------------------------------
パンくずリスト
----------------------------------------------- */
.fs-pt-list--breadcrumb {
  margin: 10px 0;
  background: #fff;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem a,
.fs-pt-list--breadcrumb .fs-pt-list__item a {
  font-size: 12px;
  color: #009CD0;
  text-decoration: underline;
}

.fs-c-breadcrumb .fs-c-breadcrumb__listItem,
.fs-pt-list--breadcrumb .fs-pt-list__item {
  font-size: 12px;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before,
.fs-pt-list--breadcrumb > li + li::before {
  margin: 0 0.5em;
  content: '→';
  color: #009CD0;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0;
}

/* -----------------------------------------------
カテゴリ一覧
----------------------------------------------- */
.cat_section .cat_column,
.cat_section .fs-pt-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cat_section .cat_column a,
.cat_section .fs-pt-column__item {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 26px;
}
.cat_section .cat_column a>span:not(.fs-pt-column__heading),
.cat_section .fs-pt-column__image {
  position: relative;
  display: block;
  font-size: 12px;
}
.cat_section .cat_column a>span:not(.fs-pt-column__heading) img,
.cat_section .fs-pt-column__image img {
  border-radius: 8px;
  display: block;
  width: 100%;
}
.cat_section .cat_column a span div,
.cat_section .fs-pt-column__description {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #EB4C4B;
  font-size: 14px;
  line-height: 24px;
  padding: 0 .5em;
}
/* .cat_section .cat_column a:nth-child(4n),
.cat_section .fs-pt-column__item:nth-child(4n) {
  margin-right: 0;
} */
.cat_section .cat_column.col4_wrap a:nth-child(4n),
.cat_section .cat_column.col4_wrap .fs-pt-column__item:nth-child(4n) {
  margin-right: 0;
}
.cat_section .cat_column a span.arrow,
.cat_section .fs-pt-column__heading {
  font-size: 18px;
  font-weight: bold;
  margin-top: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
.cat_section .cat_column a span.arrow:after,
.cat_section .fs-pt-column__heading::after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cat_attention {
  margin-top: 36px;
  text-align: right;
}
.cat_attention p {
  margin: 0;
  font-size: 16px;
}
.cat_section .img_tag {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 8px 0 0 0;
  font-size: 14px;
  width: 140px;
  height: 30px;
  line-height: 30px;
}

.cat_section .img_tag.img_tag_reform {
  background-color: #D09000;
}

.cat_section .img_tag.img_tag_kurashi {
  background-color: #43B574;
}

@media screen and (max-width: 767px) {

  .cat_section .cat_column a,
  .cat_section .fs-pt-column__item {
    width: 48.37%;
    margin-right: 3.26%;
    /* margin-bottom: 8.7%; */
    margin-bottom: 10px;
  }

  .cat_section .cat_column a:nth-child(even),
  .cat_section .fs-pt-column__item:nth-child(even) {
    margin-right: 0;
  }
  .cat_section .cat_column a span div,
  .cat_section .fs-pt-column__description {
    font-size: 1rem;
    line-height: 20px;
    padding: 0 .5em;
  }
  .cat_section .cat_column a span.arrow,
  .cat_section .fs-pt-column__heading {
    font-size: 1.3rem;
    /* margin-top: 7.2%; */
    margin-top: 10px;
    line-height: 1.46;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    padding-left: 27px;
    min-height: 39px;
  }

  .cat_section .cat_column a span.arrow:after,
  .cat_section .fs-pt-column__heading::after {
    width: 20px;
    height: 20px;
    top: 0;
    transform: none;
  }

  .cat_attention {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .cat_attention p {
    font-size: 14px;
  }

  .cat_section .cat_column a>span:not(.fs-pt-column__heading) img,
  .cat_section .fs-pt-column__image img {
    border-radius: 6px;
  }
  .cat_section .img_tag {
    border-radius: 6px 6px 0 0;
    font-size: 1rem;
    width: 100%;
    height: 16px;
    line-height: 16px;
  }
  .cat_section .img img {
    border-radius: 6px;
  }
}

@media screen and (min-width: 768px) {
  /* .cat_section .cat_column .width_3col {
    width: 31.6%;
    margin-right: 2.5%;
  }

  .cat_section .cat_column .width_3col + a:not(.width_3col) {
    margin-right: 2.66%;
  }

  .cat_section .margin_0 {
    margin-right: 0!important;
  }

  .cat_section .cat_column .width_2col {
    width: 48.66%;
    margin-right: 2.66%;
  }

  .cat_section .cat_column .width_3col + a:not(.width_3col) {
    margin-right: 2.66%;
  } */

  .cat_section .img_tag {
    border-radius: 8px 0 0 0;
    font-size: 14px;
    width: 140px;
    height: 30px;
    line-height: 30px;
  }

  .cat_section .img img {
    border-radius: 8px;
  }
}



/* -----------------------------------------------
追従 無料お見積り・ご相談
----------------------------------------------- */
/* .estimate_fixed {
  position: fixed;
  z-index: 9999;
}

.to_estimate {
  background-color: #ED6C00;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.to_estimate span {
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .estimate_fixed {
    display: block;
    bottom: 0;
    border-left: 0;
    width: 100%;
    height: 110px;
    background-color: rgba(0,0,0,.4);
  }

  .close {
    display: none;
  }

  .to_estimate {
    width: 89.3%;
    height: 70px;
    padding: 15px 7.7%;
    border-radius: 10px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .to_estimate::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 41px;
    background-image: url(../img/product/product_contact.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 18px;
  }

  .estimate_fixed a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .to_estimate span {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .estimate_fixed {
    bottom: 175px;
    right: 0;
    width: 260px;
    background-color: #fff;
    border-top: 3px solid #0099CC;
    border-left: 3px solid #0099CC;
    border-bottom: 3px solid #0099CC;
    border-radius: 10px 0 0 10px;
    padding: 32px 30px;
  }

  .estimate_fixed .close {
    background-color: #0099CC;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -18px;
    left: -18px;
  }
  
  .estimate_fixed .close::before,
  .estimate_fixed .close::after {
    content: '';
    display: block;
    height: 3px;
    width: 22px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 9px;
  }
  
  .estimate_fixed .close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .estimate_fixed .close::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .to_estimate {
    width: 200px;
    height: 100px;
    padding: 0 22px;
    border-radius: 6px;
  }

  .to_estimate::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: rotate(45deg) translate(-50%);
    -webkit-transform: rotate(45deg) translate(-50%);
  }

  .estimate_fixed .ef_product_name {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
  }

  .to_estimate span {
    font-size: 22px;
  }
} */


/* テーブルコンロ・炊飯器グループで非表示 */
body[class*="fs-body-product-ts"] .to_reserve_fixed,
body[class*="fs-body-product-ck"] .to_reserve_fixed,
body[class*="fs-body-product-am"] .to_reserve_fixed,
body[class*="fs-body-product-fa"] .to_reserve_fixed,
body.fs-body-category-cooker .to_reserve_fixed {
  display: none !important;
}

/* -----------------------------------------------
追従 相談予約
----------------------------------------------- */
.to_reserve_fixed {
	position: fixed;
  display: block;
  background-color: #0059AA;
  font-weight: bold;
  text-align: center;
  line-height: 1;
	z-index: 9998;
  font-size: 14px;
}

.to_reserve_fixed p {
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

.to_reserve_fixed a {
  background-color: #fff;
  border-radius: 8px;
  display: block;
}

.to_reserve_fixed a span {
  position: relative;
}

.to_reserve_fixed a span::after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .to_reserve_fixed {
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 104px;
    padding: 9px 15px 15px;
  }

  .to_reserve_fixed p {
    font-size: 1.4rem;
  }

  .to_reserve_fixed a {
    width: 345px;
    height: 50px;
    line-height: 50px;
    margin: 10px auto 0;
  }

  .to_reserve_fixed a span {
    font-size: 1.4rem;
    padding-left: 30px;
  }

  .to_reserve_fixed a span::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .to_reserve_fixed {
    bottom: 140px;
    right: 0;
    border-radius: 8px 0 0 8px;
    width: 237px;
    height: 134px;
    padding: 7px 10px 10px;
  }

  .to_reserve_fixed p {
    font-size: 16px;
  }

  .to_reserve_fixed a {
    width: 217px;
    height: 60px;
    line-height: 60px;
    margin: 9px auto 0;
  }

  .to_reserve_fixed a span {
    font-size: 18px;
    padding-left: 38px;
  }

  .to_reserve_fixed a span::after {
    width: 28px;
    height: 28px;
  }
}


/* -----------------------------------------------
追従 トップへ戻る
----------------------------------------------- */
.to_top a {
	position: fixed;
    bottom: 50px;
    right: 30px;
    display: block;
    background-color: #0099CC;
    border: 3px solid #fff;
    border-radius: 10px;
    width: 100px;
    height: 70px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    line-height: 1;
	z-index: 9999;
}

.to_top a::after {
	content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
	position: absolute;
	bottom: 16px;
	left: 50%;
}

@media screen and (max-width: 767px) {
  .to_top a {
    z-index: 8;
  }
  .to_top a {
    /* bottom: 20px; */
    bottom: 110px;
    right: 5px;
    width: 70px;
    height: 70px;
    font-size: 12px;
    padding-top: .8em;
    line-height: 1.4;
  }
  .to_top a::after {
    width: 6px;
    height: 6px;
    bottom: .8em;
  }
}

/* -----------------------------------------------
商品マーク
----------------------------------------------- */
.tag_campaign {
	background-color: #EB4C4B;
}

.tag_web {
	background-color: #0099CC;
}

.tag_green {
	background-color: #108648;
}

.tag_premium {
	background-color: #B39129;
}

.tag_deluxe {
	background-color: #5A1F69;
}

.tag_highgrade {
  background-color: #61AE2F;
}

.tag_standard {
  background-color: #3AC4BE;
}

.tag_new {
  background-color: #FFED00;
}

.tag_light {
  background-color: #FF9D9D;
}

.tag_universal {
  background-color: #9B8A83;
}

.tag_amenity {
  background-color: #F1AB39;
}

/* 表示しない商品マーク */
.tag_option_price,
.tag_lease,
.tag_list_price_none {
  display: none!important;
}

/* -----------------------------------------------
ピックアップ特集
----------------------------------------------- */
.rec-serv .fs-pt-column--3.fs-pt-column {
  scrollbar-width: thin;
  scrollbar-color: #009CD0 #EAEAEA;
}
.rec-serv .fs-pt-column--3.fs-pt-column::-webkit-scrollbar {
  height: 6px;
}

.rec-serv .fs-pt-column--3.fs-pt-column::-webkit-scrollbar-track {
  background-color: #EAEAEA;
  border-radius: 10px;
}

.rec-serv .fs-pt-column--3.fs-pt-column::-webkit-scrollbar-thumb {
  background-color: #009CD0;
  border-radius: 10px;
}

.rec-serv .link a span {
  position: relative;
  font-weight: bold;
}

.rec-serv .link a span::after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rec-serv .fs-pt-column--3.fs-pt-column a img {
  border: 1px solid #E5E5E5;
}

@media screen and (max-width: 767px) {
  .rec-serv {
    margin-top: 132px;
  }

  .rec-serv div.head_wrap h2 {
    margin-bottom: 29px;
  }

  .rec-serv .fs-pt-column--3.fs-pt-column {
    /* width: 100%; */
    display: grid; 
    grid-auto-flow: column dense; 
    grid-auto-columns: auto; 
    grid-template-columns: 186px;
    grid-template-rows: repeat(2,auto); 
    gap: 13px 13px; 
    overflow-x: scroll;
    padding-bottom: 12px;
  }

  .rec-serv .fs-pt-column--3.fs-pt-column a {
    width: 186px;
  }

  /* .rec-serv .fs-pt-column--3.fs-pt-column a img {
    border-radius: 6px;
  } */

  .rec-serv .link {
    margin-top: 30px;
  }

  .rec-serv .link a span {
    font-size: 1.4rem;
    padding-left: 30px;
  }

  .rec-serv .link a span::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .rec-serv {
    padding-bottom: 56px;
    margin-top: 149px;
  }

  .rec-serv div.head_wrap h2 {
    margin-bottom: 44px;
  }

  .rec-serv .fs-pt-column--3.fs-pt-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
    width: 100%;
  }

  .rec-serv .fs-pt-column--3.fs-pt-column a {
    width: 356px;
    margin-right: 29px;
    flex: 0 0 auto;
  }

  .rec-serv .fs-pt-column--3.fs-pt-column a:last-child {
    margin-right: 0;
  }

  /* .rec-serv .fs-pt-column--3.fs-pt-column a img {
    border-radius: 8px;
  } */

  .rec-serv .link {
    margin-top: 39px;
  }

  .rec-serv .link a span {
    font-size: 18px;
    padding-left: 38px;
  }

  .rec-serv .link a span::after {
    width: 28px;
    height: 28px;
  }
}

/* @media screen and (min-width: 1366px) {
  .rec-serv .fs-pt-column--3.fs-pt-column {
    width: calc((100vw - ((100vw - 1280px) / 2)) - 20px);
  }
} */

/* -----------------------------------------------
contact_wrap
----------------------------------------------- */
.contact_wrap_2022 {
  position: relative;
  z-index: 1;
}

.contact_wrap_2022::after {
  content: '';
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact_wrap_2022 .content p {
  font-weight: 500;
  margin: 0;
}

.contact_wrap_2022 .con_item {
  background: #009CD0;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact_wrap_2022 .con_item a {
  color: #fff;
  display: block;
  width: 100%;
}

.contact_wrap_2022 .con_item dt {
  text-align: center;
  font-weight: bold;
}

.contact_wrap_2022 .link a {
  border: 1px solid #009CD0;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.contact_wrap_2022 .link a span {
  position: relative;
  font-weight: bold;
}

.contact_wrap_2022 a .tel {
  background-image: url(../img/common/icon_dial.svg);
  background-position: left center;
  background-size: auto 55%;
  background-repeat: no-repeat;
  padding-left: 1.4em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contact_wrap_2022 {
    padding-bottom: 67px;
    margin-top: 96px;
  }

  .contact_wrap_2022::after {
    background-image: url(../img/top/contact_2407_sp.jpg);
    height: 497px;
    width: 100%;
  }

  .contact_wrap_2022 div.head_wrap {
    padding-top: 64px;
  }
  
  .contact_wrap_2022 div.head_wrap h2 {
    margin-bottom: 11px;
  }

  .contact_wrap_2022 .content p {
    font-size: 1.4rem;
  }

  .contact_wrap_2022 .sb_wrap.pc {
    display: none;
  }

  .contact_wrap_2022 .sb_wrap {
    margin: 80px calc(50% - 50vw) 0;
    width: 100vw;
  }

  /* ↓無限ループ アニメーション */
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .contact_wrap_2022 .sb_wrap {
    display: flex;
    overflow: hidden;
  }
  
  .contact_wrap_2022 .sb_item_wrap {
    display: flex;
    flex-shrink: 0;
    animation :infinity-scroll-left 30s infinite linear 0.5s both;
  }
  
  .contact_wrap_2022 .sb_item {
    width: 200px;
    flex-shrink: 0;
    margin-left: 20px;
  }

  .contact_wrap_2022 .sb_item:nth-child(even) {
    margin-top: 17px;
  }

  .contact_wrap_2022 .sb_item img {
     width: 100%;
     border-radius: 0 0 0 46px;
  }
  /* ↑無限ループ アニメーション */

  .contact_wrap_2022 .con_fx {
    margin-top: 46px;
  }

  .contact_wrap_2022 .con_item {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    padding: 0 1em;
    position: relative;
  }

  .contact_wrap_2022 .con_item:nth-child(2) {
    margin-top: 10px;
  }

  .contact_wrap_2022 .con_item::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .contact_wrap_2022 .con_item dt {
    font-size: 1.6rem;
  }

  .contact_wrap_2022 .link {
    margin-top: 10px;
  }

  .contact_wrap_2022 .link a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    position: relative;
  }

  .contact_wrap_2022 .link a::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .contact_wrap_2022 .link a span {
    font-size: 1.4rem;
  }

  .contact_wrap_2022 .con_item dt span.sp {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .contact_wrap_2022 {
    padding-bottom: 160px;
    margin-top: 128px;
  }

  .contact_wrap_2022::after {
    background-image: url(../img/top/contact_2407_pc.jpg);
    height: 667px;
    width: 100%;
  }

  .contact_wrap_2022 div.head_wrap {
    padding-top: 63px;
  }
  
  .contact_wrap_2022 div.head_wrap h2 {
    margin-bottom: 13px;
    line-height: 1.7;
  }

  .contact_wrap_2022 .content p {
    font-size: 16px;
  }

  .contact_wrap_2022 .sb_wrap {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 80px auto 0;
    width: 96.44%;
  }

  .contact_wrap_2022 .sb_wrap.sp {
    display: none;
  }
  
  .contact_wrap_2022 .sb_item {
    width: 50%;
  }
  
  .contact_wrap_2022 .sb_item img {
    display: block;
    width: 260px;
  }

  .contact_wrap_2022 .sb_item:nth-child(odd) img {
    border-radius: 0 0 0 64px;
  }
  
  .contact_wrap_2022 .sb_item:nth-child(even) img {
    margin-left: auto;
    margin-right: 0;
    border-radius: 0 0 64px 0;
  }

  .contact_wrap_2022 .sb_item:nth-child(3) img {
    margin-left: 48px;
    margin-top: 29px;
  }
  
  .contact_wrap_2022 .sb_item:nth-child(4) img {
    margin-right: 48px;
    margin-top: 29px;
  }

  .contact_wrap_2022 .con_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 42px;
  }

  .contact_wrap_2022 .con_item {
    width: 48.66%;
    height: 246px;
    border-radius: 8px;
    /* padding: 0 1em; */
  }

  .contact_wrap_2022 .con_item a {
    padding: 0 1em;
  }

  .contact_wrap_2022 .con_item dd {
    text-align: center;
    margin-left: 0;
  }
  
  .contact_wrap_2022 .con_item:first-child dt + dd {
    margin-top: 21px;
  }
  
  .contact_wrap_2022 .con_item:nth-child(2) dt + dd {
    margin-top: 15px;
  }

  .contact_wrap_2022 .reserve {
    width: 80.29%;
    margin: 0 auto;
    height: 108px;
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .contact_wrap_2022 .reserve span {
    display: block;
    text-align: center;
    font-size: 1.31vw;
    line-height: 1.5;
    font-weight: 300;
  }
  
  .contact_wrap_2022 .reserve span.arrow {
    font-size: 2.05vw;
    margin-top: 5px;
    padding-left: 38px;
    font-weight: bold;
    position: relative;
  }
  
  .contact_wrap_2022 .reserve span.arrow::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .contact_wrap_2022 .tel {
    font-family: 'Inter', sans-serif;
    font-size: 3.66vw;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    word-break: keep-all;
  }

  .contact_wrap_2022 dd.att {
    font-size: 1.31vw;
    line-height: 1.44;
    font-weight: bold;
  }
  
  .contact_wrap_2022 dd.att .font_s {
    font-size: 1.02vw;
    display: block;
    font-weight: 300;
  }

  .contact_wrap_2022 .con_item dt {
    font-size: 1.61vw;
  }

  .contact_wrap_2022 .link {
    margin-top: 32px;
  }

  .contact_wrap_2022 .link a {
    width: 360px;
    height: 84px;
    line-height: 84px;
    border-radius: 8px;
  }

  .contact_wrap_2022 .link a span {
    font-size: 22px;
    padding-left: 38px;
    position: relative;
  }

  .contact_wrap_2022 .link a span::after {
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .contact_wrap_2022 .con_item dt span.pc {
    display: inline-block;
  }
}

@media screen and (min-width: 1366px) {
  .contact_wrap_2022 .con_item dt {
    font-size: 22px;
  }
  .contact_wrap_2022 a .reserve span {
    font-size: 18px;
  }
  .contact_wrap_2022 a .reserve span.arrow {
    font-size: 28px;
  }
  .contact_wrap_2022 a .tel {
    font-size: 40px;
  }
  
  .contact_wrap_2022 dd.att {
    font-size: 18px;
  }
  .contact_wrap_2022 .con_item dd .font_s {
    font-size: 14px;
  }

  .contact_wrap_2022 {
    padding-bottom: 430px;
    padding-top: 49.4%;
  }

  .contact_wrap_2022::after {
    height: 0;
    width: 100%;
    padding-top: 49.4%;
  }

  .contact_wrap_2022 div.head_wrap {
    position: absolute;
    top: 0;
    width: 93.7%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact_wrap_2022 .content > p {
    position: absolute;
    /* top: 13.6%; */
    top: 190px;
    width: 93.7%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact_wrap_2022 .sb_wrap {
    position: absolute;
    top: 22%;
    width: 93.7%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact_wrap_2022 .con_fx {
    position: absolute;
    bottom: 20%;
    width: 93.7%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
  }

  .contact_wrap_2022 .link {
    position: absolute;
    bottom: 9.5%;
    width: 93.7%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
  }

  .contact_wrap_2022 .sb_wrap.sp {
    display: none;
  }
}

/* -----------------------------------------------
reason_wrap
----------------------------------------------- */
.reason_wrap_2022 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.reason_wrap_2022 .head_wrap {
  padding-top: 0;
}

.reason_wrap_2022 .head_content dl {
  color: #fff;
  margin: 0;
}

.reason_wrap_2022 .head_content dt {
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.reason_wrap_2022 .head_content dd {
  text-align: center;
  line-height: 1;
  margin-left: 0;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reason_wrap_2022 .head_content dd .font_l {
  font-family: 'Inter', sans-serif;
}

.reason_wrap_2022 .head_content dd.att {
  margin-bottom: 0;
  font-weight: 300;
}

.reason_wrap_2022 .con_fx_item {
  padding: 1em;
  background-color: #009CD0;
  color: #fff;
  display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
  -webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
  -webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}

.reason_wrap_2022 .con_fx_item strong {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.reason_wrap_2022 .con_fx_item strong span {
  width: 100%;
  text-align: center;
  display: block;
}

.reason_wrap_2022 .con_fx_item p {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
}

.reason_wrap_2022 .content_wrap > p {
  font-weight: 500;
}

.reason_wrap_2022 .content_wrap > a {
  background: #fff;
  text-align: center;
  /* display: block; */
  display: inline-block;
  padding: 0 10px;
}

.reason_wrap_2022 .content_wrap > a span {
  position: relative;
  font-weight: bold;
}

.reason_wrap_2022 .content_wrap > a span::after {
  content: '';
  display: inline-block;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


@media screen and (max-width: 767px) {
  .reason_wrap_2022 .head_content dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .reason_wrap_2022 .head_content dd {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }

  .reason_wrap_2022 .head_content dd .font_s {
    padding-bottom: 7px;
  }

  .reason_wrap_2022 .head_content dd .font_l {
    font-size: 4.6rem;
    margin: 0 6px 0 7px;
  }

  .reason_wrap_2022 .head_content dd .font_m {
    font-size: 2rem;
    padding-bottom: 7px;
  }

  .reason_wrap_2022 .head_content dd.att {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }

  .reason_wrap_2022 .content_wrap > a {
    /* width: 165px; */
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    margin-top: 20px;
  }

  .reason_wrap_2022 .content_wrap > a span {
    font-size: 1.4rem;
    padding-left: 30px;
  }

  .reason_wrap_2022 .content_wrap > a span::after {
    width: 20px;
    height: 20px;
  }

  .reason_wrap_2022 {
    margin-top: 120px;
    padding-bottom: 82px;
    background-image: url(../img/cat/common/cat_reason_sp.jpg?20220705);
  }

  .reason_wrap_2022 .head_fx {
    padding-top: 62px;
  }

  .reason_wrap_2022 .head_wrap h2 {
    margin-bottom: 17px;
  }

  .reason_wrap_2022 .content_wrap {
    margin-top: 17px;
  }

  .reason_wrap_2022 .con_fx_item {
    width: 100%;
    min-height: 116px;
    border-radius: 6px;
  }

  .reason_wrap_2022 .con_fx_item:not(:first-child) {
    margin-top: 10px;
  }

  .reason_wrap_2022 .con_fx_item strong {
    font-size: 2rem;
    line-height: 1.45;
  }

  .reason_wrap_2022 .con_fx_item strong span {
    font-size: 1.3rem;
    line-height: 1.46;
  }

  .reason_wrap_2022 .con_fx_item p {
    font-size: 1.4rem;
    line-height: 1.42;
    margin-top: 5px;
  }

  .reason_wrap_2022 .content_wrap > p {
    margin-top: 17px;
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

@media screen and (min-width: 768px) {
  .reason_wrap_2022 .head_content dt {
    font-size: 22px;
    margin-bottom: 11px;
  }
  
  .reason_wrap_2022 .head_content dd {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .reason_wrap_2022 .head_content dd .font_s {
    padding-bottom: 15px;
  }
  
  .reason_wrap_2022 .head_content dd .font_l {
    font-size: 74px;
    margin: 0 6px 0 13px;
  }
  
  .reason_wrap_2022 .head_content dd .font_m {
    font-size: 30px;
    padding-bottom: 15px;
  }
  
  .reason_wrap_2022 .head_content dd.att {
    font-size: 14px;
    line-height: 1.42;
  }

  .reason_wrap_2022 .content_wrap > a {
    /* width: 205px; */
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    margin-top: 30px;
  }

  .reason_wrap_2022 .content_wrap > a span {
    font-size: 18px;
    padding-left: 38px;
  }

  .reason_wrap_2022 .content_wrap > a span::after {
    width: 28px;
    height: 28px;
  }

  .reason_wrap_2022 {
    margin-top: 144px;
    padding-bottom: 30px;
    min-height: 720px;
    background-image: url(../img/cat/common/cat_reason_pc.jpg);
  }

  .reason_wrap_2022 .head_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 86px;
  }

  .reason_wrap_2022 .head_wrap h2 {
    margin-bottom: 20px;
  }

  .reason_wrap_2022 .content_wrap {
    margin-top: 5px;
  }
  
  .reason_wrap_2022 .con_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .reason_wrap_2022 .con_fx_item {
    width: 31.61%;
    min-height: 165px;
    border-radius: 8px;
  }

  .reason_wrap_2022 .con_fx_item strong {
    font-size: 22px;
    line-height: 1.5;
  }

  .reason_wrap_2022 .con_fx_item strong span {
    font-size: 14px;
    line-height: 1.42;
  }

  .reason_wrap_2022 .con_fx_item p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }

  .reason_wrap_2022 .content_wrap > p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (min-width: 1366px) {
  .reason_wrap_2022 {
    min-height: 0;
    padding-bottom: 0;
    padding-top: 54.3%;
    position: relative;
  }

  .reason_wrap_2022 .inner_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

/* 流れ */
.flow {
  background: #D3EEF7;
}
.flow .flow_list_wrap {
  padding: 20px 0 80px;
}
.flow_list_wrap .flow_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 40px;
  padding: 0;
}
.flow_list li {
  background: #fff;
  width: 19.6%;
  margin-right: 7.2%;
  border-radius: 10px;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding-bottom: 16px;
}
.flow_list li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 36.3%;
  height: 100%;
  display: block;
  background: url(../img/common/flow_arrow.svg) 50% 50% / 54% no-repeat;
}
.flow_list li:last-child {
  margin-right: 0;
}
.flow_list li span {
  background: #0099CC;
  color: #fff;
  border-radius: 36px;
  display: block;
  margin: -18px auto 0;
  max-width: 190px;
  width: 84%;
  font-size: 22px;
  line-height: 36px;
}
.flow_list li img {
  max-width: 92px;
  width: 92%;
}
.flow_list li strong {
  display: block;
}
@media screen and (min-width: 768px) {

  .flow_list li img {
    margin: 20px 0 8px;
  }

}

@media screen and (max-width: 767px) {

.flow .flow_list_wrap {
  padding: 0 0 30px;
}
  .flow_list_wrap .flow_list {
    display: block;
    margin: 0 0 40px;
    padding: 0;
  }

  .flow_list li {
    width: 100%;
    display: table;
    padding-bottom: 0;
    margin-bottom: 41px;
    height: 70px;
  }
  .flow_list li:not(:last-child):after {
    top: 109%;
    left: 11%;
    width: 29px;
    height: 29px;
    display: block;
    background: url(../img/common/flow_arrow.svg) 50% 50% / contain no-repeat;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

  .flow_list li > * {
    display: table-cell !important;
  vertical-align: middle;
  }
  .flow_list li span {
    background: #0099CC;
    color: #fff;
    border-radius: 10px 0 0 10px;
    margin: 0 auto 0 0;
    width: 100px;
    font-size: 1.8rem;
  }
  .flow_list li div {
    width: 22%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .flow_list li img {
    width: 100%;
  }
  .flow_list li strong {
    text-align: left;
    font-size: 1.6rem;
    padding-left: 0.5em;
  }

}

/* 20230213 ヘッダーprロゴ追加 */
.bl_header_logo_pr {
  max-width: 308px;
  width: 24.06%;
  min-width: auto;
  margin-left: -20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .bl_header_logo_pr {
    margin-left: 4px;
    width: 208px;
  }
}

@media screen and (max-width: 1280px) {
  .bl_header_logo_pr {
    margin-left: -10px;
  }
}