@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:600');

/*
font-family: 'Barlow', sans-serif;
600:semobold
*/


/* * * * * * * * * * * * * * *
common
* * * * * * * * * * * * * * */

html, body {
  color: #282832;
  width: 100%;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

a {
  color: #282832;
  text-decoration: none;
}

a img {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: .5;
}


/* 画面外にいる状態 */

.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}


/* 画面内に入った状態 */

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.footer {
  background-color: #0db7d6;
  text-align: center;
  color: #ffffff;
}

h2.text_title {
  padding: 20px 0;
  color: #000;
  font-family: "Sancreek", cursive;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 12px;
  text-align: center;
}

h2.text_title2 {
  padding: 20px 0;
  color: #fff;
  font-family: "Sancreek", cursive;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 12px;
  text-align: center;
}

.more {
  margin: 20px auto;
  width: 175px;
  text-align: center;
}

.no-gutters {
  margin: 0;
  padding: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
  margin: 0;
  padding: 0;
}

.gold_border {
  border: #BB8427 solid 1px;
}

.bg_consumer {
  background-color: #9fa0a0
}

.bg_professional {
  background-color: #bb8427
}

.bg_exv{
  background-color: #E7DBBF;
}

.bg_bond{
  background-color: #7C7C7F;
}

.right {
  text-align: right;
  margin-top: 10px;
}


/* ※ * ※ * ※ * ※ PC ※ * ※ * ※ * ※ */

@media only screen and (min-width: 769px) {
  html, body {
    min-width: 1080px;
    font-size: 16px;
    line-height: 2.125;
  }
  .pc_only {}
  .sp_only {
    display: none !important;
  }
  /*img {
	width: 100%;
	height: auto;
}*/
  .block_bg {
    padding: 0 0 20px 0;
  }
  .fa-angle-up:before {
    content: "\f106";
  }
  .fa-angle-right:before {
    content: "\f105";
  }
  .fa-angle-down:before {
    content: "\f107";
  }
  .fa-angle-left:before {
    content: "\f104";
  }
  .sp-br {
    display: none;
  }
  /* * * * * * * * * * * * * * *
動き
* * * * * * * * * * * * * * */
  /* * * * * * * * * * * * * * *
#header
* * * * * * * * * * * * * * */
  #header {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #149db0;
  }
  #header .logo {
    position: absolute;
    top: 21px;
    left: 40px;
    width: 107px;
    height: 18px;
  }
  #header .logo img {
    display: block;
  }
  #header .link {
    position: absolute;
    top: 21px;
    right: 40px;
    line-height: 18px;
  }
  #header .link li {
    display: inline-block;
    margin-left: 10px;
  }
  #header .link li a::after {
    font-size: 30px;
  }
  #header .link .icon-twitter a::after {
    content: "\e902";
    color: #3cb4c8;
  }
  #header .link .icon-facebook a::after {
    content: "\e901";
    color: #3cb4c8;
  }
  #header .link .icon-line a::after {
    content: "\e900";
    color: #3cb4c8;
  }
  #header .link .icon-facebook2 a::after {
    content: "\ea91";
    color: #3cb4c8;
  }
  #header .link .icon-instagram a::after {
    content: "\ea92";
    color: #3cb4c8;
  }
  #header .link .icon-twitter a::after {
    content: "\ea96";
    color: #3cb4c8;
  }
  #header .link li a {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header .link li a:hover {
    opacity: 0.5;
  }
  #mainimg {
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #mainimg img {
    width: 100%;
    height: auto;
  }
  #logo {
    margin: 30px auto;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #logo img {
    width: 337px;
    height: auto;
  }
  /* * * * * * * * * * * * * * *
#blok
* * * * * * * * * * * * * * */
  .blok {
    width: 1100px;
    margin: 30px auto 50px auto;
    padding: 0 0 10px 0;
  }
  .blok2 {
    width: 1000px;
    margin: 30px auto 0 auto;
    padding: 0;
    font-size: 14px;
  }
  .note {
    margin: 20px;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #0db7d6;
    font-size: 90%;
  }
  .note p {
    margin: 0;
    text-indent: -1em;
    padding-left: 2em;
  }
  /* 冒頭文 */
  #info h2 {
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  #info p {
    margin: 50px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
  }
  #info img {
    margin: 50px 0;
  }
  /* products */
  #products h2 {
    font-family: "Sancreek", cursive;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 14px;
    text-align: center;
  }
  .products_name {
    padding: 100px 0 30px 0;
    text-align: center;
  }
  .products {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .products_img_r {
    margin: 0 0 0 15px;
  }
  .products_img_l {
    margin: 0 0 0 -15px;
  }
  /* fragrance */
  #fragrance h2 {}
  .fragrance {
    margin: 50px;
  }
  .fragrance img {
    padding: 10px;
  }
  #design {}
  .profile_img {
    margin: 40px 0;
    text-align: center;
    border: #BB8427 solid 1px;
  }
  .profile_txt {
    margin: 50px 0;
  }
  /* interview */
  #interview h3 {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  #interview p {
    margin: 30px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
  }
  /* salon */
  #salon p {
    margin: 50px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
  }
  /* salonlist */
  #salonlist {
    margin: 50px auto;
    padding-bottom: 100px;
  }
  #salonlist p {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
  }
  #salonlist h3 {
    color: #ffffff;
    background-color: #bb8427;
    padding: 10px 0;
    margin: 50px 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
  }
  #link_list {
    overflow: hidden;
    margin: 100px auto 20px auto;
  }
  #link_list>div {
    position: relative;
    left: 50%;
    float: left;
  }
  #link_list ul {
    position: relative;
    left: -50%;
    float: left;
  }
  #link_list li {
    float: left;
    width: 120px;
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin: 0 0 5px 0;
  }
  #link_list li {
    margin-left: 15px;
  }
  #link_list li+li {
    margin-left: 15px;
  }
  #link_list li a {
    color: #fff;
  }
  .location {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }
  .shop_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.142857142857143rem;
    width: 280px;
    font-weight: bold;
  }
  .shop_address {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
  }
  .shop_tel {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
  }
  .shop_webbtn {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
  }
  .branch__btns .fk-btn {
    padding: 6px 0;
  }
  .fk-btn {
    border: 2px solid #d1ae4e;
    background: none;
    color: #d1ae4e;
  }
  .fk-btn {
    border: 2px solid #444;
    background: #fff;
    color: #444;
    font-weight: bold;
    line-height: 1;
    padding: 15px;
    text-decoration: none;
    border-radius: 50px;
  }
  .fk-btn {
    display: block;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .branch__btns {
    font-size: 0.857142857142857rem;
    width: 230px;
    line-height: 1;
  }
  .branch__btns li {
    display: inline-block;
    width: 100px;
    margin-top: 10px;
  }
  .branch__btns .fk-btn {
    padding: 6px 0;
  }
  .branch__btns {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .fk-btn {
    color: #d1ae4e;
  }
  .fk-btn {
    border: 2px solid #d1ae4e;
    background: none;
    color: #d1ae4e;
  }
  .fk-btn {
    text-decoration: none;
    border-radius: 50px;
  }
  .fk-btn:hover {
    text-decoration: none;
    background: #d1ae4e;
    color: #fff;
    opacity: 1;
  }
  .fk-btn a {
    text-decoration: none;
    color: #d1ae4e;
  }
  /* sns */
  #sns p {
    padding: 20px 0;
    text-align: center;
  }
  #sns {
    padding: 20px 0 150px 0;
  }
  /* lineup*/
  #lineup h2 {}
  #lineup p {
    margin: 10px 0 50px -10px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
  }
  .products_txt {
    margin: 10px;
    padding: 20px;
    font-size: 12px;
    border: #000000 solid 1px;
  }
  .products_txt2 {
    width: 400px;
    margin: 10px auto;
    padding: 20px;
    font-size: 12px;
    border: #000000 solid 1px;
  }
  /* point */
  #point {
    width: 650px;
    margin: 50px auto 180px auto;
  }
  #point p {
    margin: 10px 0 50px -10px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
  }
  .point {
    padding: 0 0 0 -20px;
  }
  .point img {
    padding: 0 0 30px 0;
    text-align: center;
  }
  /* メカニズム*/
  #mechanism {
    margin: 0 auto 200px auto;
  }
  #mechanism h2 {}
  #mechanism p {
    margin: 10px 0 50px 0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
  }
  .mechanism_img {
    padding: 20px 0;
    text-align: center;
  }
}


/* salonlist */

#salonlist.search {
  font-size: 80%;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 100px;
}

#salonlist.search .annotation {
  font-size: 11px;
  margin-top: 15px;
}

#salonlist.search p {
  text-align: left;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0;
}

#salonlist.search .accordion .aco_btn {
  margin-bottom: 0;
}

#salonlist.search .accordion .aco_btn::after {
  content: ">";
  display: inline-block;
  line-height: 1;
  -webkit-transform: scaleY(0.5) rotate(90deg);
      -ms-transform: scaleY(0.5) rotate(90deg);
          transform: scaleY(0.5) rotate(90deg);
  margin-left: 20px;
}

#salonlist.search .accordion .aco_btn:hover {
  cursor: pointer;
}

#salonlist.search .accordion .aco_btn.open::after {
  -webkit-transform: scaleY(0.5) rotate(-90deg);
      -ms-transform: scaleY(0.5) rotate(-90deg);
          transform: scaleY(0.5) rotate(-90deg);
}

#salonlist.search .accordion .aco_hide {
  display: none;
  margin-top: 30px;
}

#salonlist.search .l-content--search .l-header .l-header-menu-item:nth-child(5) .l-header-menu-link {
  border-bottom: 2px solid #E00D5B;
}

#salonlist.search .search_area_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px
}

#salonlist.search .search_area_dl dt {
  width: 120px;
  background-color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 16px;
  padding: 15px 20px;
  margin-right: 20px;
}

#salonlist.search .search_area_dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

#salonlist.search .search_area_dl dd ul a {
  background: none;
  color: #d1ae4e;
  display: block;
  font-size: 14px;
  padding: 7px 25px;
  border: 2px solid #d1ae4e;
  border-radius: 40px;
  margin: 10px 10px 0 0;
}

#salonlist.search .search_area_dl dd ul a:hover {
  text-decoration: none;
  background: #d1ae4e;
  color: #fff;
  opacity: 1;
}

#salonlist.search .search_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  margin-top: 100px;
}

#salonlist.search .search_layout .p-index-contents-btn {
  background: #000;
  color: #fff;
  padding: 8px 60px 8px 60px;
  border: none;
}

#salonlist.search .search_layout .left {
  width: 420px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#salonlist.search .search_layout .left>.sec_search:first-child {
  margin-top: 0;
}

#salonlist.search .search_layout .right {
  width: calc(100% - 470px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  text-align: left;
}

#salonlist.search .search_layout .right>span {
  width: 100%;
  min-height: 600px;
  position: static;
  top: 0px;
  bottom: auto;
  border: none;
}

#salonlist.search .search_layout .right iframe {
  width: 100%;
  min-height: 600px;
  position: static;
  top: 0px;
  bottom: auto;
  border: none;
}

#salonlist.search .search_result_li {
  list-style: none;
  padding-left: 0;
}

#salonlist.search .search_result_li>li {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #BB8427 solid 1px;
  margin-top: 20px;
}

#salonlist.search .search_result_li>li:hover {
  cursor: pointer;
}

#salonlist.search .search_result_li>li>dl {
  padding: 20px;
}

#salonlist.search .search_result_li>li>dl>dt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px dashed #BB8427;
}

#salonlist.search .search_result_li>li>dl>dt .ruby {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: -8px
}

#salonlist.search .search_result_li .header {
  overflow: hidden;
}

#salonlist.search .search_result_li .header>img {
  width: 100%;
}

#salonlist.search .search_result_li .list-bland {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}

#salonlist.search .search_result_li>li>dl>dd .data .fs {
  font-size: 12px;
}

#salonlist.search .search_result_li>li>dl>dd .data>dl {
  line-height: 1.7;
  margin-top: 10px;
}

#salonlist.search .search_result_li>li>dl>dd .data>dl dt {
  color: #BB8427;
  font-size: 12px;
  font-weight: normal;
}

#salonlist.search .search_result_li>li>dl>dd .data>dl dd {
  font-size: 14px;
  word-break: break-all;
}

#salonlist.search .sec_search {
  margin-top: 80px;
}

#salonlist.search .sec_search h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}

#salonlist.search .sec_search .btn_mt {
  margin-top: 30px;
}

#salonlist.search .sec_search input[type=text] {
  width: 470px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px;
  border: 1px solid #000;
}

#salonlist.search .sec_search .aco_hide .search_dl:first-child {
  margin-top: 0px;
}

#salonlist.search .sec_search .search_inner {
  clear: both;
}

#salonlist.search .sec_search .search_inner select {
  max-width: 100%;
  min-width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  padding: 10px 10px;
  border: 1px solid #000;
  margin-right: 10px;
}

#salonlist.search .sec_search .search_inner p {
  margin-top: 15px;
}

#salonlist.search p.mt00 {
  margin-top: 0!important;
}


/* ※ * ※ * ※ * ※ SP ※ * ※ * ※ * ※ */

@media only screen and (max-width: 768px) {
  html, body {
    font-size: 3.733vw;
    line-height: 1.85;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {}
  img {
    max-width: 100%;
    height: auto;
  }
  .sp-br {
    display: block;
  }
  /* * * * * * * * * * * * * * *
#blok
* * * * * * * * * * * * * * */
  .blok {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .blok2 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .block_bg {
    padding: 0 0 20px 0;
  }
  .note {
    margin: 20px;
    padding: 10px;
    background-color: #fff;
    font-size: 12px;
  }
  .note p {
    margin: 0;
    text-indent: -1em;
    padding-left: 2em;
  }
  /* * * * * * * * * * * * * * *
#header
* * * * * * * * * * * * * * */
  #header {
    position: relative;
    width: 100%;
    height: 10.667vw;
    background: #fff;
    border-bottom: 1px solid #3cb4c8;
  }
  #header .logo {
    position: absolute;
    top: 4vw;
    left: 4vw;
    width: 16vw;
  }
  #header .logo img {
    display: block;
  }
  #header .link {
    position: absolute;
    line-height: 10.667vw;
    right: 0;
  }
  #header .link li {
    display: inline-block;
    margin-right: 4vw;
    width: 6.667vw;
  }
  #header .link li a {
    position: relative;
  }
  #header .link li a:after {
    content: "";
    display: inline-block;
    border-left: none;
    border-bottom: none;
    vertical-align: middle;
  }
  #header .link li a::after {
    font-size: 6.667vw;
  }
  #header .link .icon-twitter a::after {
    content: "\e902";
    color: #3cb4c8;
  }
  #header .link .icon-facebook a::after {
    content: "\e901";
    color: #3cb4c8;
  }
  #header .link .icon-line a::after {
    content: "\e900";
    color: #3cb4c8;
  }
  /* 冒頭文 */
  #info h2 {
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  #info p {
    margin: 30px 0 50px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
  }
  #mainimg {
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #mainimg img {
    width: 100%;
    height: auto;
  }
  #logo {
    margin: 30px auto;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #logo img {
    width: 337px;
    height: auto;
  }
  .kuma {
    width: 150px;
    margin: 0 auto 20px auto;
    padding: 0;
    text-align: center !important;
  }
  /* 商品 */
  #products h2 {}
  #products img {
    width: 100%;
    padding: 0;
  }
  .products {
    width: 100%;
    padding-left: 25px;
  }
  /* fragrance */
  #fragrance h2 {}
  #fragrance p {
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
  }
  #fragrance img {
    width: 100%;
    padding: 10px 20px 0 20px;
    text-align: center;
  }
  /* profile */
  .profile_img {
    margin: 0 0 20px 0;
    text-align: center;
    border: #BB8427 solid 1px;
  }
  .profile_txt {
    margin: 50px 0;
  }
  /* interview */
  #interview h3 {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  #interview p {
    margin: 10px 0 30px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
  }
  /* salon */
  #salon p {
    margin: 30px 0 50px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
  }
  /* salonlist */
  #salonlist {
    margin: 50px auto;
    padding-bottom: 200px;
  }
  #salonlist p {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
  }
  #salonlist h3 {
    color: #ffffff;
    background-color: #bb8427;
    padding: 10px 0;
    margin: 50px 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
  }
  #link_list {
    overflow: hidden;
    margin: 100px auto 20px auto;
  }
  #link_list>div {
    position: relative;
    left: 50%;
    float: left;
  }
  #link_list ul {
    position: relative;
    left: -50%;
    float: left;
  }
  #link_list li {
    float: left;
    width: 145px;
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin: 0 0 5px 0;
  }
  #link_list li {
    margin-left: 15px;
  }
  #link_list li+li {
    margin-left: 15px;
  }
  #link_list li a {
    color: #fff;
  }
  .location {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }
  .shop_name {
    vertical-align: middle;
    font-size: 18px;
    width: 280px;
    font-weight: bold;
  }
  .shop_address {
    font-size: 14px;
    vertical-align: middle;
    width: 400px;
  }
  .shop_tel {
    font-size: 14px;
    vertical-align: middle;
    width: 180px;
  }
  .shop_webbtn {
    vertical-align: middle;
    width: 350px;
  }
  .branch__btns .fk-btn {
    padding: 6px 0;
  }
  .fk-btn {
    border: 2px solid #d1ae4e;
    background: none;
    color: #d1ae4e;
  }
  .fk-btn {
    border: 2px solid #444;
    background: #fff;
    color: #444;
    font-weight: bold;
    line-height: 1;
    padding: 15px;
    text-decoration: none;
    border-radius: 50px;
  }
  .fk-btn {
    display: block;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .branch__btns {
    font-size: 0.857142857142857rem;
    width: 350px;
    line-height: 1;
  }
  .branch__btns li {
    display: inline-block;
    width: 170px;
    margin-top: 10px;
  }
  .branch__btns .fk-btn {
    padding: 6px 0;
  }
  .branch__btns {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .fk-btn {
    color: #d1ae4e;
  }
  .fk-btn {
    border: 2px solid #d1ae4e;
    background: none;
    color: #d1ae4e;
  }
  .fk-btn {
    text-decoration: none;
    border-radius: 50px;
  }
  .fk-btn:hover {
    text-decoration: none;
    background: #d1ae4e;
    color: #fff;
    opacity: 1;
  }
  .fk-btn a {
    text-decoration: none;
    color: #d1ae4e;
  }
  /* sns */
  #sns {
    margin: 0 auto;
    padding: 20px 0 300px 0;
    width: 300px;
  }
  #sns p {
    margin: 0 0 20px 0;
    text-align: center;
  }
  #sns img {
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
  }
  /* lineup*/
  #lineup h2 {}
  #lineup p {
    margin: 0 0 100px -10px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
  }
  .products_txt {
    margin: 10px 10px 50px 10px;
    padding: 20px;
    font-size: 12px;
    border: #000000 solid 1px;
  }
  .products_txt2 {
    width: 300px;
    margin: 10px auto;
    padding: 20px;
    font-size: 12px;
    border: #000000 solid 1px;
  }
  /* point */
  #point {
    width: 100%;
    margin: 50px auto 200px auto;
  }
  #point p {
    margin: 10px 0 50px -10px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
  }
  .point img {
    padding: 30px 0;
    text-align: center;
  }
  /* メカニズム*/
  #mechanism {
    margin: 0 auto 200px auto;
  }
  #mechanism h2 {}
  #mechanism p {
    margin: 10px 0 50px 0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
  }
  .mechanism_img {
    padding: 20px 0;
    text-align: center;
  }
  /* salonlist */
  #salonlist.search {
    padding-bottom: 240px;
  }
  #salonlist.search .accordion_sp .aco_btn_sp {
    margin-bottom: 0;
  }
  #salonlist.search .accordion_sp .aco_btn_sp::after {
    content: ">";
    display: inline-block;
    line-height: 1;
    -webkit-transform: scaleY(0.5) rotate(90deg);
        -ms-transform: scaleY(0.5) rotate(90deg);
            transform: scaleY(0.5) rotate(90deg);
    margin-left: 20px;
  }
  #salonlist.search .accordion_sp .aco_btn_sp.open::after {
    -webkit-transform: scaleY(0.5) rotate(-90deg);
        -ms-transform: scaleY(0.5) rotate(-90deg);
            transform: scaleY(0.5) rotate(-90deg);
  }
  #salonlist.search .accordion_sp .aco_hide_sp {
    display: none;
  }
  #salonlist.search .sec_search .search_dl select:not(:first-child) {
    margin-top: 10px;
  }
  #salonlist.search .search_area_dl {
    display: block;
  }
  #salonlist.search .search_area_dl dt {
    width: 100%;
    text-align: left;
    float: none;
    padding: 10px;
  }
  #salonlist.search .search_area_dl dd {
    width: 100%;
    float: none;
  }
  #salonlist.search .search_area_dl ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  #salonlist.search .search_area_dl li {
    width: 48%;
    margin-right: 0;
  }
  #salonlist.search .search_area_dl a {
    width: 100%;
    text-align: center;
  }
  #salonlist.search .search_layout {
    display: block;
  }
  #salonlist.search .search_layout .right {
    width: 100%;
  }
  #salonlist.search .search_layout .right.mode_before {
    display: none;
  }
  #salonlist.search .search_layout .right>span {
    width: 100%;
    min-height: 240px;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
  }
  #salonlist.search .search_layout .right.map_fixed {
    height: 240px;
  }
  #salonlist.search .search_layout .right.map_fixed>span {
    width: calc(100% - 30px);
    position: fixed;
    top: 0;
    z-index: 5;
  }
  #salonlist.search .search_layout .right.map_hide>span {
    min-height: 0;
    opacity: 0;
  }
  #salonlist.search .search_layout .left {
    width: 100%;
    margin-top: 60px;
  }
  #salonlist.search .search_result_li {
    margin-top: 20px;
  }
  #salonlist.search .search_result_li>li>dl>dd .data>dl {
    display: block;
  }
  #salonlist.search .search_result_li>li>dl>dd .data>dl dt, #salonlist.search .search_result_li>li>dl>dd .data>dl dd {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  #salonlist.search .search_result_li.mode_pref>li {
    width: 100%;
    margin-left: 0;
  }
  #salonlist.search .search_result_li.mode_pref>li>dl {
    width: 100%;
  }
  #salonlist.search .search_result_li.mode_pref>li>.map {
    width: 100%;
    padding-top: 0;
  }
  #salonlist.search #sec_search04 {
    display: none;
  }
}


/* ※ * ※ * ※ * ※ TAB ※ * ※ * ※ * ※ */

@media only screen and (max-width: 1025px) and (min-width: 768px) {
  /* salonlist */
  #salonlist.search .search_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #salonlist.search .search_layout .left {
    width: 48%;
  }
  #salonlist.search .search_layout .left.mode_before {
    width: 100%;
  }
  #salonlist.search .search_layout .right {
    width: 50%;
  }
  #salonlist.search .search_layout .right.mode_before {
    display: none;
  }
}


/*ディープレイヤー改修*/

#special-homecare-link {
  border: 2px solid #bb8427;
  width: 800px;
  margin: 60px auto;
  padding: 32px 0 16px;
}

#special-homecare-link p {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.catch {
  border: 2px solid #fff;
  padding: 30px 0 22px;
  width: 800px;
  margin: 0 auto 60px;
}

.catch h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

#items-point {
  width: 1100px;
  margin: 30px auto 50px auto;
  padding: 0 0 10px 0;
}

#items-point p {
  margin: 10px 0 50px -10px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

.pic_items-point {
  margin-bottom: 80px;
}

#items-point .col-md-6 {
  border-right: 1px solid #bcbdbd;
  max-width: 49%;
}

#items-point .col-md-6:last-of-type {
  border-right: none;
}

#items-point .col-md-6:last-of-type .pic_items-point:nth-of-type(3n) {
  margin-bottom: 120px;
}

#items-point .row {
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#special_flow {
  margin-bottom: 150px;
}

#special_flow p {
  margin: 10px 0 50px -10px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

#special_flow .col-md-6 {
  max-width: 33%;
  margin-bottom: 40px;
}

#special_flow .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how-use {
 border: 1px solid #2b211f;
	position: relative;
	margin-top: 60px;
	padding: 60px 0 0;
}

.how-use-ttl{
	position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.how-use-ttl h3{
	font-size: 20px;
	background: #fff;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 100px;
}

.how-use-blk {
	text-align: center;
	margin-bottom: 50px;
}

.how-use-blk h4{
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 20px;
}

.guide-use {
	width: 250px;
	margin: 10px auto 0;
	display: block;
}

.how-use-flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.how-use-signle {
	display: inline-block;
	width:auto;
	height: auto;
	margin: 0 10px;
}

.pic_howuse03_01_sp{
	display: none;
}

#lineup .how-use-blk .remarks p {
    font-size: 12px;
    text-align: right;
    margin-right: 30px;
    margin-bottom: 0;
}

.down-arrow {
    margin: 0 auto;
    display:block;
    width: 20px;
    height: auto;
}

.down-arrow img{
	width: 100%;
	height: auto;
}

.info{
  width: 800px;
  margin: 0 auto 80px;
  border: 1px solid #BB8427;
  padding: 20px;
}

.info h2{
  font-size: 24px;
}

.info li{
  text-align: center;
}

.info a{
  color: #000;
  text-decoration: underline;
  transition: 0.3s;
}

.info a:hover{
  opacity: .5;
  color: #000;
}

#salon{
  display: none;
}

.fragrance-image{
  height: auto;
  width: 100%;
}

li.nav005 {
    display: none;
}



@media only screen and (max-width: 768px) {
  #special-homecare-link {
    width: 100%;
    padding: 20px 20px 10px;
    margin: 20px 0;
  }
  #special-homecare-link p {
    font-size: 16px;
  }
  .info{
    width: 100%;
    margin: 0 auto 80px;
  }
  .catch {
    padding: 20px;
    width: 100%;
  }
  .catch h2 {
    font-size: 16px!important;
    margin-bottom: 0;
  }
  #lineup .col-md-6 {
    margin-bottom: 50px;
  }
  #items-point {
    width: 100%;
    margin-bottom: 0;
  }
  #items-point .col-md-6 {
    border-right: none;
  }
  #items-point .col-md-6 {
    max-width: 100%;
  }
  #items-point .col-sm-12 {
    padding: 0;
  }
  #items-point .row {
    padding-left: 0;
    border-bottom: 1px solid #bcbdbd;
  }
  #items-point .col-md-6 {
    border-bottom: 1px solid #bcbdbd;
  }
  #items-point .col-md-6:last-of-type {
    margin-top: 60px;
    border-bottom: none;
  }
  #items-point .row {
    border-bottom: none;
  }
  #items-point .col-md-6:last-of-type .pic_items-point:nth-of-type(3n) {
    margin-bottom: 60px;
  }
  .pic_items-point {
    margin-bottom: 60px;
  }
  #special_flow .col-md-6 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #special_flow {
    margin-bottom: 250px;
  }
		.how-use-flow{
			display: block;
		}
		.how-use-ttl h3{
			padding: 12px 20px;
			font-size: 15px;
		}
		.down-arrow{
			margin-top: 20px;
		}
		.how-use{
			margin-top: 40px;
			margin-bottom: 60px;
		}
		.how-use-blk h4{
			font-size: 16px;
			margin-bottom: 0;
		}
		.how-use{
			padding: 40px 0;
		}
		.how-use-blk:last-of-type{
			margin-bottom: 0;
		}
		.remarks {
    padding: 20px 20px 0;
		}
		#lineup .how-use-blk .remarks p{
			margin-right: 0;
		}
		.pic_howuse03_01_sp{
			display:block;
		}
		.pic_howuse03_01{
			display: none;
		}
}


/*add_special_homecare*/

.add_special_homecare {
  margin-top: 90px;
}

.add_special_homecare .row {
  margin: 0;
}

.add_mainimg {
  border-bottom: 3px dashed #212529;
}

.add_section {
  padding: 100px 0 50px;
}

.add_section:first-of-type {
  background-color: #B48A33;
  background-image: -o-repeating-linear-gradient(135deg, #fff, #fff 9px, transparent 0, transparent 14px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 9px, transparent 0, transparent 14px);
  border-bottom: 3px dashed #212529;
		background-attachment: fixed;
}

.add_section:last-of-type {
  background-color: #949093;
  background-image: -o-repeating-linear-gradient(135deg, #fff, #fff 9px, transparent 0, transparent 14px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 9px, transparent 0, transparent 14px);
  padding-bottom: 120px;
		background-attachment: fixed;
}

.add_section:first-of-type .add-inner {
  width: 1000px;
  margin: 0 auto;
}

.add_section:last-of-type .add-inner {
  width: 1080px;
  margin: 0 auto;
}

.add-inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-post {
  width: 40%;
  height: auto;
  margin-bottom: 50px;
  background: #fff;
}

.single-post img {
  width: 100%;
  height: auto;
}

.add_section:last-of-type .add-blk {
  background: #fff;
  padding: 90px 20px 10px;
  border: 2px solid #CBCBCB;
  margin-bottom: 80px;
}

.single-post .more {
  width: 160px;
  margin: 40px auto 20px;
}

.add_img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.add_img img {
  width: 100%;
  height: auto;
}

.add_section:last-of-type .add-inner:last-of-type .add-blk {
  padding: 60px;
}

.add_text {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.add_text_link {
  text-align: center;
}

.add_text_link a {
  text-decoration: underline;
  color: #282832;
  font-size: 16px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.add_text_link a:hover {
  opacity: .5;
  color: #282832;
}

.sns_area {
  width: 70%;
  margin: 50px auto 0;
}

.sns_area img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .add_special_homecare {
    margin-top: 0;
  }
  .add_section {
    padding: 40px 15px;
  }
  .add_section:first-of-type .add-inner, .add_section:last-of-type .add-inner {
    width: 100%;
  }
  .single-post {
    width: 100%;
    margin-bottom: 15px;
  }
  .add_section:last-of-type .add-blk {
    padding: 50px 0px 0px;
    margin-bottom: 15px;
  }
  .single-post .more {
    width: 140px;
    margin: 20px auto 40px;
  }
  .add_section:last-of-type .add-inner:last-of-type .add-blk {
    padding: 40px 15px 40px;
  }
  .add_text {
    font-size: 15px;
  }
  .add_text_link a {
    font-size: 12px;
  }
  .sns_area {
    width: 100%;
    margin: 30px auto 0;
  }
  .sns_area .col-md-3 {
    width: 48%;
    padding: 0;
    margin-bottom: 10px;
  }
  .add_img {
    margin-bottom: 20px;
  }
  .add_section:last-of-type {
    padding-bottom: 250px;
    background-image: -o-repeating-linear-gradient(135deg, #fff, #fff 9px, transparent 0, transparent 12px);
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 9px, transparent 0, transparent 12px);
  }
  .add_section:first-of-type {
    background-image: -o-repeating-linear-gradient(135deg, #fff, #fff 9px, transparent 0, transparent 12px);
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 9px, transparent 0, transparent 12px);
  }
}

/*exv*/
.exv h2.text_title2,
.exv .catch h2,
.exv #lineup p,
.exv #point p{
  color: #7E6239;
}

.exv .catch{
  border-color: #7E6239;
}

.exv .products_txt{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.exv .products_name{
  padding-top: 40px;
  width: 480px;
  margin: 0 auto;
}

.exv .products_name img{
  width: 100%;
}

.exv .products_txt{
  margin-top: 40px;
}

.exv .point > div{
  width: 680px;
}

.exv .point > div img{
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .exv .products_txt{
    width: 100%;
  }

  .exv #point{
    margin-bottom: 300px;
  }

  .exv .products_name{
    width: 100%;
  }

  .exv .point > div{
    width: 100%;
  }


}

/*BOND CARE*/
.bond .catch{
  margin-top: 20px;
}

.bond .catch h2{
  font-size: 20px;
}

.bond #point{
  width: 100%;
}

.bondcare_point_block{
  width: 620px;
  margin: 0 auto;
}

.bondcare_point_block > div{
  width: 620px;
}

.bondcare_point_block > div img{
  width: 100%;
}

.bondcare_point .remarks img{
  width: 50%;
}

.bond .col-md-12{
  text-align: center;
  display: flex;
  justify-content: center;
}

.point img{
  padding-bottom: 0;
}

.bond .products div{
  width: 530px;
}

.bond .products div img{
  width: 100%;
}

@media only screen and (max-width: 1100px){
  .bond #point{
  width: 100%;
}

.bond #point{
    margin-bottom: 300px;
  }

  .bondcare_point_block,
  .bondcare_point_block > div,
  .bondcare_point_pc .remarks img{
    width: 100%;
  }

  .bondcare_point .remarks img{
    width: 100%;
  }
  

}