@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright KIKUCHI. All Rights Reserved.

HTML CSS Selectors manufacturer

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.page-ttl {
  width: 1100px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1;
}
.more-search-list {
  display: flex;
  flex-wrap: wrap;
}
.more-search-list dt {
  width: 220px;
  padding: 12px 45px 0 0;
  font-size: 18px;
  line-height: 1;
  text-align: right;
}
.more-search-list dd {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 220px);
  margin-bottom: 30px;
}
.more-search-list label {
  margin: 0 30px 20px 0;
  cursor: pointer;
}
.more-search-list label input {
  display: none;
}
.more-search-list label span {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: fit-content;
  min-width: 146px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #BC0015;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.more-search-list label input:checked + span {
  background-color: #BC0015;
  color: #fff;
}
.more-search-btn {
  width: 1040px;
  margin: 0 auto 27px;
}
.more-search-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background-color: #BC0015;
  border: none;
  font-family: var(--font-jp);
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.more-search-btn input:hover {
  opacity: 0.5;
}

.ajaxSearch_resultsInfos {
  font-size: 16px;
  text-align: center;
}
.ajaxSearch_resultsDisplayed {
  display: none;
}
.AS_ajax_resultsIntroFailure {
  font-size: 18px;
  text-align: center;
}
.AS_ajax_resultsIntroFailure span {
  display: none;
}
/*---------------------------------------------------------------------------------
メーカー
--------------------------------------------------------------------------------- */
.manufacturer-wrap {
  width: 1100px;
  padding: 97px 0 113px;
  margin: 0 auto;
}
.manufacturer-wrap .page-ttl {
  margin-bottom: 70px;
}

.anc-brand-btn {
  width: 1040px;
  margin: 50px auto 78px;
}
.anc-brand-btn a {
  display: block;
  width: fit-content;
  border-bottom: 1px solid #BC0015;
  margin-left: auto;
  font-size: 16px;
  line-height: 1;
  color: #BC0015;
}

.search-free {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 70px;
}
.search-free dt {
  padding-left: 20px;
  font-size: 18px;
  line-height: 1;
}
.search-free dd {
  display: flex;
  width: 820px;
  height: 50px;
  border: 1px solid #231815;
}
.search-free input {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.search-free input[type="text"] {
  width: calc(100% - 220px);
  font-size: 16px;
  padding: 0 18px;
}
.search-free input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 220px;
  padding-left: 10px;
  background: url("../img/manufacturer/icon_search.svg") no-repeat 18px center;
  background-color: #BC0A15;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.search-free input[type="submit"]:hover {
  opacity: 0.5;
}


.manufacturer-list {
  width: 1104px;
  margin: 78px 0 98px;
  position: relative;
  left: -2px;
}
.manufacturer-list li {
  width: 364px;
  padding: 20px;
  background-color: #F4F4F4;
  margin: 0 2px 4px;
}
.manufacturer-list li:nth-of-type(even) {
  background-color: #FFF7F7;
}
.manufacturer-list li:nth-of-type(3n+2) {
  transition-delay:400ms;
}
.manufacturer-list li:nth-of-type(3n) {
  transition-delay:500ms;
}
.manufacturer-list__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 244px;
  background-color: #fff;
}
.manufacturer-list__name {
  padding: 20px 0 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.manufacturer-list__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 40px;
  background-color: #BC0015;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff!important;
}
.manufacturer-list-brand {
  display: flex;
  flex-wrap: wrap;
  overflow:hidden;
}
.manufacturer-list-brand .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 73px;
  height: 73px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px 11px 0;
  overflow:hidden;
}
.manufacturer-list-brand .logo:nth-of-type(4n) {
  margin-right: 0;
}
.manufacturer-list .btn {
  display: block;
  width: 37px;
  height: 19px;
  background-image: url("../img/manufacturer/more_open.svg");
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  margin: 0 auto;
  content:"";
  z-index: 2;
}
.manufacturer-list .btn_close {
  width: 37px;
  height: 19px;
  background-image: url("../img/manufacturer/more_close.svg");
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  margin: 0 auto;
  content:"";
}

/*---------------------------------------------------------------------------------
ブランド
--------------------------------------------------------------------------------- */

/*KIKUCHI専売ブランド*/
.monopoly {
  height: 674px;
  padding: 125px 0 128px;
  background-color: #F4F4F4;
}
.monopoly .page-ttl {
  margin-bottom: 50px;
}
.monopoly .page-ttl span {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
}
.monopoly-list {}
.monopoly-list .item {
  width: 444px!important;
  height: 288px;
  padding-top: 50px;
  padding-right: 60px;
  position: relative;
}
.monopoly-list .item::before {
  display: block;
  width: 384px;
  height: 288px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: skew(-10deg, 0deg);
  transform-origin: center;
  content:"";
}
.monopoly-list__img {
  display: block;
  width: 288px;
  height: 238px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.monopoly-list__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/*取り扱い商品ブランド*/
.brand {
  width: 1100px;
  padding: 123px 0 0;
  margin: 0 auto 70px;
}
.brand .page-ttl {
  margin-bottom: 110px;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  margin: 75px 0 70px;
}
.brand-list li {
  width: calc(100% / 3);
  padding: 76px 10px 30px;
  background-color: #F4F4F4;
  position: relative;
}
.brand-list li:nth-of-type(even) {
  background-color: #FFF7F7;
}
.brand-list li:nth-of-type(3n+2) {
  transition-delay:400ms;
}
.brand-list li:nth-of-type(3n) {
  transition-delay:500ms;
}
.brand-list__manufacturer {
  height: 56px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.brand-list__manufacturer img {
  width: auto;
  height: 100%;
}
.brand-list__name {
  padding-bottom: 15px;
  line-height: 1;
}
.brand-list__name em {
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.brand-list-img {
  display: flex;
  justify-content: space-between;
}
.brand-list-img__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 170px;
  height: 126px;
  background-color: #fff;
}
.brand-list-img__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 170px;
  height: 126px;
  background-color: #fff;
}
.brand-list-img__photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.brand-list__txt {
  min-height: 220px;
  margin: 10px 5px 15px;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
}
.brand-list__btn01,
.brand-list__btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 40px;
  border: 1px solid #BC0015;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #BC0015!important;
}
.brand-list__btn01 {
  background-color: #BC0015;
  color: #fff!important;
  margin-bottom: 7px;
}
.brand-list__btn02.nolink {
  display: none;
}

/*---------------------------------------------------------------------------------
サロン
--------------------------------------------------------------------------------- */
.salon {
  width: 1100px;  
  padding-top: 60px;
  margin: 0 auto;
}
.salon-brand-logo {
  width: 170px;
  margin: 0 auto 45px;
}
.salon .page-ttl {
  margin-bottom: 65px;
}

.salon-btn-map {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 1040px;
  height: 50px;
  background-color: #BC0015;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #fff!important;
}

.salon-list {
  display: flex;
  flex-wrap: wrap;
  margin: 120px 0 154px;
}
.salon-list li {
  width: calc(100% / 3);
  padding: 30px 40px 15px;
  background-color: #F4F4F4;
  position: relative;
}
.salon-list li:nth-of-type(even) {
  background-color: #FFF7F7;
}
.salon-list li:nth-of-type(3n+2) {
  transition-delay:400ms;
}
.salon-list li:nth-of-type(3n) {
  transition-delay:500ms;
}

.salon-list__name {
  padding-bottom: 14px;
  font-size: 22px;
  line-height: 1;
}
.salon-list__name a {
  text-decoration: underline;
}
.salon-list__name a.nolink {
  text-decoration: none;
}
.salon-list__add {
  padding-bottom: 18px;
  font-size: 14px;
}
.salon-list__map {
  height: 130px;
  margin-bottom: 8px;
}
.salon-list__map iframe {
  width: 100%;
  height: 100%;
}
.salon-list__map-link {
  display: block;
  width: fit-content;
  font-size: 12px;
  line-height: 1;
  text-decoration: underline!important;
  margin-left: auto;
}



