@charset "utf-8";

/* 既存コンテンツ */
.pane-contents {
  background-color: #FBFFF8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pane-left-menu {
  margin-top: 0;
}
.pane-left-menu .pane-block--title {
  border-color: #5B9C2B
}
.pane-left-menu .js-filter-box .js-filter-box-inner-label .block-filter--list-opener {
  background-color: #5B9C2B;
}
input[type="checkbox"]:checked {
  background: #5B9C2B;
}
.block-filter--treeitem-name > span.block-filter--treeitem-selected::before {
	background-color: #5B9C2B;
}

.block-top-title {
  background-color: #72B71C;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 20px;
}
.block-brand-recent-item--header {
  background-color: #72B71C;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 20px;
  border-top: none;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 70px auto 32px;
  padding: 19px 24px 14px 24px;
}
.block-top-title a.btn-more {
  border-radius: 0 6px 6px 0;
  background: #F2FBE9;
}
.block-top-title a.btn-more span::before {
  background-color: #5B9C2B;
}
.block-contact-about-goods {
  display: none;
}

#block_of_itemhistory_aireco {
  display: none;
}

.block-brand-recent-item .block-goods-list-x--items li .block-goods-favorite {
  display: none;
}

/* MV */
.mv {
  width: 1200px;
  padding-top: 16px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page-brandtop .pane-contents > .container {
  padding-top: 300px;
}
.page-brandtop .pane-contents > .mv + .container,
.page-brandtop .pane-contents > .bk-icons + .container {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
.bk-icons + .container {
  position: relative;
}
.page-search .pane-contents {
  margin-top: 0 !important;
}

/* banner */
.bnrs {
  margin-top: 10px;
}
.bnr {
  margin-top: 30px;
}


.brand-top-items {
  padding-top: 120px;
}
.brand-top-items .swiper-wrapper {
  display: flex;
  gap: 16px;
}
.brand-top-items .swiper-initialized .swiper-wrapper {
  gap: 0;
}
.brand-top-items .swiper-slide {
  width: 225.5px;
}
.brand-top-items .swiper-slide img {
  border-radius: 10px;
}
.brand-top-items .swiper-button-next {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #72B71C;
  bottom: 0;
  top: auto;
  left: auto;
  right: 50%;
  margin-right: -220px;
}
.brand-top-items .swiper-button-next:after {
  content: "";
  border: 0;
  width: 7px;
  height: 8px;
  background-image: url(/img/usr/common/ico_triangle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-180deg);
}
.brand-top-items .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #72B71C;
  bottom: 0;
  top: auto;
  left: auto;
  left: 50%;
  margin-left: -220px;
}
.brand-top-items .swiper-button-prev:after {
  content: "";
  border: 0;
  width: 7px;
  height: 8px;
  background-image: url(/img/usr/common/ico_triangle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0deg);
}
.brand-top-items .swiper-pagination {
  width: 300px;
  margin: 38px auto 14px;
  position: static;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.brand-top-items .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: 2px;
  background: #F4F2F0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  flex: 1;
  opacity: 1;
}
.brand-top-items .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #72B71C;
  border-radius: 2px;
}
.brand-top-items.js-slideOff .swiper-button-next,
.brand-top-items.js-slideOff .swiper-button-prev,
.brand-top-items.js-slideOff .swiper-pagination {
  display: none;
}


.brand-top-event {
  padding-top: 70px;
}
.brand-top-event .block-thumbnail-t > .block-thumbnail-t--items {
  flex-wrap: nowrap;
  margin-bottom:0;
}

.brand-top-event .swiper-button-next {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #72B71C;
  bottom: 0;
  top: auto;
  left: auto;
  right: 50%;
  margin-right: -220px;
}
.brand-top-event .swiper-button-next:after {
  content: "";
  border: 0;
  width: 7px;
  height: 8px;
  background-image: url(/img/usr/common/ico_triangle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(-180deg);
}
.brand-top-event .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #72B71C;
  bottom: 0;
  top: auto;
  left: auto;
  left: 50%;
  margin-left: -220px;
}
.brand-top-event .swiper-button-prev:after {
  content: "";
  border: 0;
  width: 7px;
  height: 8px;
  background-image: url(/img/usr/common/ico_triangle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(0deg);
}
.brand-top-event .swiper-pagination {
  width: 300px;
  margin: 38px auto 14px;
  position: static;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.brand-top-event .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: 2px;
  background: #F4F2F0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  flex: 1;
  opacity: 1;
}
.brand-top-event .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #72B71C;
  border-radius: 2px;
}
.brand-top-event.js-slideOff .swiper-button-next,
.brand-top-event.js-slideOff .swiper-button-prev,
.brand-top-event.js-slideOff .swiper-pagination {
  display: none;
}


/* header */
.pane-header {
  position: inherit;
  border-bottom: 18px solid #5B9C2B;
}
.pane-topic-path {
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}
.brand-header {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.brand-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.brand-header-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.brand-header-logo {
  width: 140px;
}
.brand-header-about {
  width: 104px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-header-about a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #5B9C2B;
  border-radius: 22px;
}

.brand-header-search {
  width: 480px;
}
.brand-header-search form {
  display: flex;
  align-items: center;
  padding: 0;
  border: 1px solid #72B71C;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  position: relative;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}
.brand-header-search form::after {
  content: "";
  width: 1px;
  height: 70%;
  background: #72B71C;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%)
}

.brand-header-search form .block-global-search--submit {
  width: 40px;
  height: 34px;
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  background-image: url(/img/usr/brand/ec-life/icon_header_search.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.brand-header-search form .block-global-search--keyword {
  width: calc(100% - 40px);
  height: 42px;
  border: 0;
  outline: none;
  font-size: 13px;
  padding: 0 15px;
}

.brand-header-search .block-global-search--searchdetail a {
  display: block;
  margin-left: 30px;
  padding: 7px 18px;
  border: 1px solid #111;
  border-radius: 16px;
  font-size: 11px;
  outline: 0;
}

.brand-header-cats {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-header-cat {
  border-left: 1px solid #5B9C2B;
  padding: 3px 20px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-header-cat:last-of-type {
  border-right: 1px solid #5B9C2B;
}
.brand-header-cat a {
  color: #5B9C2B;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}




.bk-icon {
  position: absolute;
  display: none;
}
.bk-icon.-top-left {
  top: -50px;
  left: -40px;
}
.bk-icon.-top-right {
  top: 30%;
  right: -70px;
}
.bk-icon.-middle-left {
  top: 50%;
  left: -200px;
}
.bk-icon.-bottom-left {
  bottom: 30px;
  left: calc(50% - 550px);
}
.bk-icon.-bottom-right {
  bottom: -200px;
  right:-50px;
}






/* footer */
.brand-footer {
  background-color:#5B9C2B;
}
.brand-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-footer__links {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px 0;
  gap: 70px;
}
.brand-footer__link {
  
}
.brand-footer__link a {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.brand-footer__link a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(45deg);
}
.brand-footer__links.-small .brand-footer__link a {
  font-size: 12px;
}
.brand-footer__links.-small .brand-footer__link a::after {
  width: 7px;
  height: 7px;
}
