@charset "UTF-8";
/*======================================================================
 * 特典、キーワード特集ページ レイアウト
======================================================================*/
.l-page-title h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .l-page-title h1 {
    font-size: 2rem;
  }
}
.feature-visual {
  margin: 2.5rem auto 3rem;
  text-align: left;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .feature-visual {
    margin: 0 auto 3rem;
  }
}
.feature-visual .image {
  text-align: center;
  margin: 0 calc(50% - 50vw);
}
.feature-visual img {
  width: 100%;
}

.feature-description {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.feature-description a {
  color: #000;
}

/*------------------------------------------------------------
 * 特集 ベビーキッズグッズ サイズリスト
------------------------------------------------------------*/
.feature-sizelist-title {
  font-size: 1.6rem;
  color: #e50067;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f2f2f2;
}
.feature-sizelist-box {
  width: 100%;
  margin-bottom: 10px;
  overflow-x: auto;
}
.feature-sizelist-box::-webkit-scrollbar {
  width: 100%;
  height: 5px;
}
.feature-sizelist-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.feature-sizelist-box::-webkit-scrollbar-thumb {
  background-color: #ef8c91;
  border-radius: 10px;
}
.feature-sizelist-table {
  width: 1000px;
  table-layout: fixed;
  position: relative;
}
.feature-sizelist-thead,
.feature-sizelist-tfoot {
  text-align: center;
  background-color: #f8ccd4;
}
.feature-sizelist th,
.feature-sizelist td {
  border: 1px solid #ef8c91;
  box-sizing: border-box;
  border-collapse: separate;
}
.feature-sizelist-floor,
.feature-sizelist-shop,
.feature-sizelist-size,
.feature-sizelist-shose {
  font-size: 1.4rem;
  font-weight: normal;
  padding: 5px;
}
.feature-sizelist-floor,
.feature-sizelist-shose {
  text-align: center;
}
.feature-sizelist-floor {
  width: 60px;
  padding: 5px 0;
}
.feature-sizelist-size {
  padding: 0;
  background-color: #fbdae0;
}
.feature-sizelist-shop {
  width: 195px;
}
@media screen and (min-width: 768px) {
  .feature-sizelist-shop {
    width: 265px;
  }
}
.feature-sizelist-shose {
  width: 170px;
}
.feature-sizelist-link {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.feature-sizelist-category {
  font-size: 1rem;
  color: #ed675f;
}
.feature-sizelist-point,
.feature-sizelist-point-start,
.feature-sizelist-point-end {
  position: relative;
}
.feature-sizelist-point::after,
.feature-sizelist-point-start::before,
.feature-sizelist-point-end::before {
  content:"";
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.feature-sizelist-point::after {
  width: 100%;
  height: 4px;
  background-color: #f19589;
  left: 0;
}
.feature-sizelist-point-start::before,
.feature-sizelist-point-end::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ea5837;
  z-index: 5;
}
.feature-sizelist-point-start::before {
  left: -8px;
}
.feature-sizelist-point-end::before {
  right: -8px;
}
.feature-sizelist-note {
  font-size: 1.4rem;
}




/* .category .sub-heading.-active:after, .floor .sub-heading.-active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-heading {
  position: relative;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sub-heading {
    text-align: left;
  }
}
.sub-heading:before, .sub-heading:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 5px;
  background: #14AECC;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-heading:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-box {
  background: #F4F4F4;
  padding: 15px 20px 10px;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .search-box {
    margin: 0 calc(50% - 50vw) 30px;
  }
}
.feature-category .search-box {
  padding: 15px 20px 15px;
}
.search-box .main-heading {
  text-align: center;
}
.search-box .category {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .search-box .category {
    padding: 20px 25px;
  }
}
.search-box .category .category-list {
  margin-top: 15px;
}
.search-box ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-box ul li {
  margin-right: 13px;
  width: calc((100% - 39px) / 4);
  font-size: 1.4rem;
}
.search-box ul li input[type=checkbox],
.search-box ul li input[type=radio] {
  display: none;
}
.search-box ul li input[type=checkbox]:checked + label,
.search-box ul li input[type=radio]:checked + label {
  background: #E0F6FA;
}
.search-box ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #14AECC;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #14AECC;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .search-box ul li {
    width: calc((100% - 11px) / 2);
    margin-right: 11px;
  }
  .search-box ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.search-box ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  border: 1px solid #14AECC;
  border-radius: 5px;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #14AECC;
  padding: 5px;
  text-align: center;
}
.feature-category .search-box ul li a.-current {
  background: #E0F6FA;
}
.search-box ul li:nth-child(4n) {
  margin-right: 0;
}
.search-box ul li:nth-child(n+5) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.search-box .floor {
  background: #ffffff;
  margin: 10px auto 30px;
  border-radius: 5px;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .search-box .floor {
    padding: 20px 25px;
    margin: 20px auto 30px;
  }
}
.search-box .floor .floor-list {
  margin-top: 15px;
}
.search-box .floor ul li {
  margin-right: 13px;
  width: calc((100% - 52px) / 5);
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li {
    margin-right: 8px;
    width: calc((100% - 16px) / 3);
  }
}
.search-box .floor ul li a {
  min-height: 40px;
}
.search-box .floor ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li:nth-child(5n) {
    margin-right: 8px;
  }
}
.search-box .floor ul li:nth-child(n+5) {
  margin-top: 0;
}
.search-box .floor ul li:nth-child(n+6) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .search-box .floor ul li:nth-child(3n) {
    margin-right: 0;
  }
  .search-box .floor ul li:nth-child(n+3) {
    margin-top: 0;
  }
  .search-box .floor ul li:nth-child(n+4) {
    margin-top: 10px;
  }
}
.search-box .link-button-group {
  margin-top: 30px;
}
.search-box .show-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  border: 1px solid #14AECC;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #14AECC;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-box .show-button {
    width: 100%;
    max-width: none;
  }
}
.search-box .show-button:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: url("../images/common/icon-search.svg") no-repeat;
  background-size: 100%;
}
.search-box .clear-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-box .clear-button {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
}
.feature-category .search-box .show-button {
  margin: 0 auto;
} */

/*------------------------------------------------------------
 * おすすめ特集
------------------------------------------------------------*/
.recommend-feaature {
  margin-top: 4rem;
}
.recommend-feaature .title {
  margin-bottom: 1em;
  padding-bottom: 5px;
}

.feature-swiper-container {
  position: relative;
  margin-top: 0.5em;
}
.feature-swiper-container .swiper-button-disabled {
  display: none;
}
.feature-swiper-container.cinema .feature-swiper-button-next, .feature-swiper-container.cinema .feature-swiper-button-prev {
  top: 36%;
}
.feature-swiper-container.cinema ul li a .image {
  padding-top: 142%;
}
.feature-swiper-container.cinema ul li a .text p.title {
  margin-bottom: 0;
}
.feature-swiper-container .shop-slider {
  max-width: 1000px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .shop-slider {
    margin: 0 calc(50% - 50vw) 30px 0;
  }
}
.feature-swiper-container .shop-slider ul {
  margin: 0;
}
.feature-swiper-container .feature-swiper-button-next, .feature-swiper-container .feature-swiper-button-prev {
  position: absolute;
  top: 38%;
  width: 34px;
  height: 34px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.feature-swiper-container .feature-swiper-button-next:hover, .feature-swiper-container .feature-swiper-button-prev:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-next, .feature-swiper-container .feature-swiper-button-prev {
    display: none;
  }
}
.feature-swiper-container .feature-swiper-button-next:before, .feature-swiper-container .feature-swiper-button-prev:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #14AECC;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.feature-swiper-container .feature-swiper-button-next:after, .feature-swiper-container .feature-swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  right: 64%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #14AECC;
  border-right: 1px solid #14AECC;
  margin: -5px 0 0 -8px;
}
.feature-swiper-container .feature-swiper-button-next {
  right: -18px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-next {
    right: 7%;
  }
}
.feature-swiper-container .feature-swiper-button-next:after {
  margin-right: -3px;
}
.feature-swiper-container .feature-swiper-button-prev {
  left: -18px;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container .feature-swiper-button-prev {
    left: 7%;
  }
}
.feature-swiper-container .feature-swiper-button-prev:after {
  margin-left: -5px;
  right: 43%;
  -webkit-transform: translate(50%, -50%) rotate(-135deg);
  transform: translate(50%, -50%) rotate(-135deg);
}
.feature-swiper-container ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .feature-swiper-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .feature-swiper-container ul::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .feature-swiper-container ul li {
    width: 246px;
    margin-right: 10px;
  }
  .feature-swiper-container ul li:last-child {
    margin-right: 5.5vw;
  }
}
.feature-swiper-container ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000000;
}
.feature-swiper-container ul li a.-new:before {
  position: absolute;
  content: "NEW";
  font-size: 1.1rem;
  background: #FFE72E;
  padding: 0 4px;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}
.feature-swiper-container ul li a .image {
  position: relative;
  padding-top: 75%;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.feature-swiper-container ul li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-swiper-container ul li a .text p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.feature-swiper-container ul li a .text p.title {
  color: #000000;
  line-height: 1.68;
  margin-bottom: 0.25em;
}
.feature-swiper-container ul li a .text p.detail {
  font-size: 1.4rem;
  color: #727272;
  line-height: 1.43;
}