@charset "UTF-8";

/* CSS Document */


/*共通*/

html {
  background: #fff;
  color: #424141;
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
  font-family: proxima-nova, source-han-sans-japanese, HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body, html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  position: relative;
}

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

a {
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  color: #424141;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

.en {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  letter-spacing: 0.4em;
}

.headline h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
}

.headline p {
  font-size: 13px;
  text-align: center;
}

.c-button_type-arrow a {
  width: 228px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 43px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  border: 1px solid #424141;
  margin: 0 auto;
}

.c-button_type-arrow a:before {
  content: url("assets/img/arrow.svg");
  vertical-align: top;
  line-height: 40px;
  width: 39px;
  padding-right: 10px;
}

.recipe .headline, .features .headline, .technical .headline, .lineup .headline {
  margin-bottom: 40px;
}

.btn_img {
  width: 820px;
  margin: 0 auto;
}


/*コンテンツ*/

.lp_mv {
  width: 940px;
  height: auto;
  margin: 60px auto 70px;
}

.anchor_link {
  text-align: center;
  margin-bottom: 110px;
}

.anchor_link ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.anchor_link ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.anchor_link ul li a {
  text-align: center;
  font-size: 14px;
  width: 220px;
  border-bottom: 1px solid #424141;
  padding-bottom: 8px;
}

.about {
  margin-bottom: 100px;
}

.about_logo {
  width: 220px;
  height: auto;
  margin: 0 auto 70px;
}

.about_message {
  width: 580px;
  height: auto;
  margin: 0 auto 60px;
}

.about_text {
  font-size: 13px;
  line-height: 320%;
  text-align: center;
}

.product {
  width: 940px;
  margin: 0 auto 140px;
}

.product ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_img {
  width: 580px;
  height: auto;
}

.product_content {
  width: 300px;
}

.product_text {
  font-size: 13px;
  text-align: center;
  margin-bottom: 40px;
}

.product .headline {
  margin-bottom: 32px;
}

.recommend {
  background: url("assets/img/recommend_bg.jpg") no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding: 100px 0;
}

.recommend_content {
  width: 940px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 70px 60px;
}

.recommend_salon {
  display: block;
  width: 140px;
  height: auto;
  position: absolute;
  left: 30px;
  top: -20px;
}

.recommend_items {
  width: 820px;
  height: auto;
  margin: 0 auto 50px;
  display: block;
}

.recommend_items_sp {
  display: none;
}

.recommend_anchor ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px
}

.recommend_anchor ul li a {
  width: 400px;
  height: 60px;
  border: 1px solid #424141;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.recommend_anchor ul li a::after {
  position: absolute;
  content: '';
  background: url("assets/img/arrow_down.svg") no-repeat;
  width: 8px;
  height: 15px;
  right: 16px;
}

.recommend_anchor_num {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  background: #424141;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  margin-right: 8px;
  margin-left: 16px;
}

.recommend_note {
  width: 600px;
  height: auto;
  margin: 0 auto 20px;
}

.recipe {
  padding: 100px 0 30px;
}

.recipe_blk {
  width: 940px;
  margin: 0 auto 100px;
}

.recipe_inner {
  margin-bottom: 50px;
}

.recipe_ttl, .features_ttl {
  text-align: center;
}

.recipe_ttl p.en, .features_ttl p.en {
  background: #424141;
  color: #fff;
  letter-spacing: 0;
  display: inline-block;
  padding: 6px 30px;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.recipe_ttl h3, .features_ttl h3 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.recipe_inner_ttl {
  text-align: center;
}

.recipe_inner h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 40px;
  display: block;
}

.recipe_inner .recipe_inner_ttl h4 {
  display: inline-block;
  position: relative;
}

.tintbar_logo {
  position: absolute;
  width: 78px;
  height: auto;
  top: -60px;
  right: -80px;
}

.recipe_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.salon_info {
  border: 1px solid #ddd;
  padding: 20px 30px;
  width: 350px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.salon_name {
  font-size: 16px;
  margin-bottom: 8px;
}

.salon_owner {
  font-size: 20px;
  position: relative;
  margin-bottom: 28px;
}

.salon_owner::after {
  position: absolute;
  content: '';
  background: #424141;
  width: 20px;
  height: 1px;
  left: 0;
  bottom: -12px;
}

.salon_img {
  width: 118px;
  height: auto;
  margin-right: 20px;
}

.salon_instagram {
  position: relative;
  padding-left: 20px;
}

.salon_instagram::before {
  position: absolute;
  content: '';
  background: url("assets/img/instagram_ico.svg") no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
}

.salon_recipe {
  border: 1px solid #ddd;
  width: 350px;
}

.salon_recipe_ttl {
  background: #424141;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.salon_recipe_detail {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}

.salon_recipe_detail span {
  background: #424141;
  color: #fff;
  font-size: 15px;
  padding: 0 6px;
}

.salon_recipe_detail_blk:last-of-type {
  margin-top: 8px;
}

#recipe_06 .salon_recipe_detail p {
  margin-bottom: 8px;
}

.recipe_change_img {
  width: 550px;
}

.recipe_tag {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}

.recipe_img {
  width: 350px;
  height: 262px;
  overflow: hidden;
  margin-bottom: 20px;
}

.recipe_text p {
  font-size: 14px;
  line-height: 175%;
}

.recipe_return {
  width: 110px;
  height: auto;
}

.features {
  background: #F3F4F6;
  padding: 100px 0 110px;
}

.features_blk {
  width: 940px;
  margin: 0 auto 40px;
  padding: 60px 60px 80px;
  background: #fff;
}

.features_text {
  font-size: 14px;
  margin-top: 32px;
  line-height: 175%;
}

.features_text .note {
  font-size: 12px;
  margin-top: 12px;
  line-height: 150%;
}

.features_img {
  width: 680px;
  margin: 40px auto 0;
}

.technical {
  padding: 100px 0 0;
}

.technical_blk {
  width: 940px;
  margin: 0 auto;
}

.lineup {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 110px;
}

.lineup_ttl {
  position: relative;
  text-align: center;
}

.lineup_ttl h3 {
  font-size: 24px;
  text-align: center;
  background: #fff;
  display: inline-block;
  padding: 0 40px;
  margin-bottom: 50px;
}

.lineup_ttl::before {
  position: absolute;
  content: '';
  background: #424141;
  height: 1px;
  width: 100%;
  right: 0;
  top: 17px;
  z-index: -1;
}

.lineup_blk {
  margin-bottom: 100px;
}

.lineup_blk h4 {
  background: #9BB4DB;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 12px;
  font-size: 18px;
  margin-bottom: 40px;
}

.lineup_blk .lineup_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lineup_blk ul li {
  width: 290px;
  margin-left: 35px;
}

.lineup_blk ul li:first-of-type {
  margin-left: 0;
}

.lineup_img {
  margin-bottom: 30px;
}

.lineup_img_sp {
  display: none;
}

.lineup_inner {
  margin-bottom: 100px;
}

.comfort_color h4 {
  background: #B4A089;
}

.lineup_blk.other ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lineup_blk.other ul li:first-of-type {
  width: 615px;
}

.lineup_blk.other ul li:last-of-type {
  width: 290px;
}

.lineup_blk.other ul li .lineup_inner ul li {
  width: 290px;
}

.lineup_blk.other h4 {
  padding: 10px;
}

.lineup_blk.other ul li:first-of-type h4 {
  background: #888;
}

.lineup_blk.other ul li:last-of-type h4 {
  background: #F4A2C0;
}

.lineup_blk.other .lineup_ttl h3 {
  letter-spacing: 0.1em;
}

.lineup_blk.other {
  margin-bottom: 20px;
}

.sns {
  background: #F3F4F6;
  padding: 80px 0 100px;
  position: relative;
}

.recipe_return {
  position: absolute;
  right: 30px;
  top: -54px;
}

.sns .headline {
  width: 940px;
  margin: 0 auto 40px;
}

.sns .headline h2 {
  text-align: left;
}

.sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns ul li a {
  width: 235px;
  display: block;
}

.bex_logo a {
  display: block;
  width: 150px;
  height: auto;
  margin: 60px auto;
}

.btn_img_sp {
  display: none;
}

.bnr {
  position: fixed;
  width: 250px;
  height: auto;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.bnr_sp {
  display: none;
}

.recipe02_img_sp, .recommend_note_sp_img {
  display: none;
}

@media screen and (max-width:768px) {
  .headline h2 {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .recipe .headline, .features .headline, .technical .headline, .lineup .headline {
    margin-bottom: 32px;
  }
  .lp_mv {
    width: 100%;
    margin: 0 0 40px;
  }
  .anchor_link ul {
    display: block;
  }
  .anchor_link ul li a {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .about {
    padding: 0 25px;
    margin-bottom: 60px;
  }
  .about_message {
    width: 100%;
    margin-bottom: 40px;
  }
  .about_text {
    font-size: 11px;
    text-align: left;
    line-height: 250%;
  }
  .product ul {
    display: block;
  }
  .product_img {
    width: 100%;
    margin-bottom: 32px;
  }
  .product .headline {
    margin-bottom: 24px;
  }
  .product_content {
    width: 100%;
    padding: 0 25px;
  }
  .product {
    width: 100%;
    margin-bottom: 80px;
  }
  .anchor_link ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .anchor_link ul li {
    width: 100%;
  }
  .anchor_link {
    padding: 0 25px;
    margin-bottom: 80px;
  }
  .salon_img {
    width: 100px;
  }
  .about_logo {
    width: 50%;
    margin-bottom: 40px;
  }
  .product_text {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .headline p {
    font-size: 12px;
  }
  .recommend_content {
    width: 100%;
    padding: 40px 0 20px;
  }
  .recommend_items {
    display: none;
  }
  .recommend_items_sp {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .recommend {
    padding: 50px 25px 40px;
    background: url(assets/img/recommend_bg_sp.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
  }
  .recommend_salon {
    left: 15px;
    top: -20px;
    width: 74px;
  }
  .btn_img {
    display: none;
  }
  .btn_img_sp {
    display: block;
  }
  .recipe {
    padding: 0 25px 0;
  }
  .recipe_blk {
    width: 100%;
    margin-bottom: 50px;
  }
  .recipe_inner ul {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .recipe_inner ul li {
    width: 100%;
    margin-bottom: 4px;
    padding: 0;
  }
  .recipe_img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .recipe_ttl h3, .features_ttl h3 {
    font-size: 18px;
    padding-bottom: 16px;
    margin-bottom: 24px
  }
  .recipe_ttl p.en, .features_ttl p.en {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .recipe_ttl, .features_ttl {
    margin: 0;
  }
  .recipe_inner h4 {
    font-size: 15px;
    margin: 24px 20px 20px;
  }
  .recipe_text p {
    font-size: 12px;
  }
  .recipe_tag {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .recipe_inner {
    margin-bottom: 10px;
  }
  .tintbar_logo {
    width: 58px;
    top: -55px;
    right: -10px;
  }
  .features_blk {
    width: 100%;
    padding: 30px 20px 40px;
    margin-bottom: 20px;
  }
  .features {
    padding: 50px 25px 50px;
  }
  .features_ttl h3 {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .features_ttl {
    margin: 0;
  }
  .features_text {
    font-size: 12px;
    margin-top: 20px;
  }
  .features_img {
    width: 100%;
    margin: 20px auto 0;
  }
  .technical_blk {
    width: 100%;
  }
  .technical {
    padding: 50px 25px;
  }
  .lineup {
    width: 100%;
    padding: 40px 25px 40px;
  }
  .lineup_img {
    display: none;
  }
  .lineup_img_sp {
    display: block;
    margin-bottom: 12px;
  }
  .lineup_blk .lineup_inner ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup_blk ul li {
    width: 47%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .c-button_type-arrow a {
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
  .lineup .c-button_type-arrow a:before {
    display: inline-block;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
  .lineup_blk h4 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .lineup_ttl h3 {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .lineup_ttl::before {
    top: 12px;
  }
  .lineup_inner {
    margin-bottom: 20px;
  }
  .lineup_blk.other ul {
    display: block;
  }
  .lineup_blk.other ul li:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .lineup_blk.other ul li .lineup_inner ul li {
    width: 47%;
  }
  .lineup_blk.other ul .lineup_inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup_blk.other ul li:last-of-type {
    width: 100%;
  }
  .lineup_blk {
    margin-bottom: 20px;
  }
  .sns .headline {
    width: 100%;
    margin-bottom: 24px;
  }
  .sns ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .sns ul li {
    width: 50%;
  }
  .sns ul li a {
    width: 100%;
    display: inline-block;
  }
  .sns {
    padding: 40px 25px;
  }
  .bex_logo a {
    margin: 40px auto 100px;
    width: 100px;
  }
  .bnr {
    display: none;
  }
  .bnr_sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 10;
  }
  .recipe_change_img {
    width: 100%;
  }
  .recommend_note {
    width: 100%;
    margin-bottom: 20px;
  }
  .recommend_anchor ul li a, .recommend_anchor ul li {
    width: 100%;
    font-size: 13px;
  }
  .salon_info, .salon_recipe {
    width: 100%;
    margin-bottom: 10px;
  }
  .recipe_inner ul li:first-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recipe_inner ul li:last-of-type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .salon_recipe_detail {
    font-size: 15px;
    padding: 16px 0;
  }
  .salon_name {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .salon_owner {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .salon_instagram {
    font-size: 15px;
  }
  .salon_instagram::before {
    top: 4px;
  }
  .salon_recipe_ttl {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .salon_info {
    padding: 20px;
  }
  .recipe02_img, .recommend_note_img {
    display: none;
  }
  .recipe02_img_sp, .recommend_note_sp_img {
    display: block;
  }
  .salon_recipe_detail span {
    font-size: 14px;
  }
  #recipe_06 .salon_recipe_detail p {
    margin-bottom: 4px;
  }
  .salon_recipe_detail_blk:last-of-type {
    margin-top: 4px;
  }
  .recipe_return {
    width: 80px;
    right: 20px;
    top: -40px;
  }
  .recommend_anchor_num {
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin-left: 12px;
  }
  .recommend_anchor ul {
    margin-bottom: 20px;
  }
}