@charset "UTF-8";
/*-------------------------------------------*/
/* COMMON(サイト基本設定)                      */
/*-------------------------------------------*/
/***********************共通設定************************/
div#pageWrapper {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  div#pageWrapper {
    padding: 0 20px;
  }
}

.header_wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /* 900以下  */
  /* 901以上  */
}
@media all and (max-width: 900px) {
  .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 999;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}
@media all and (min-width: 901px) {
  .header_wrap {
    padding: 0px;
  }
}
.header_wrap a {
  color: #000;
}

.logo {
  width: 270px;
  margin: 40px 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .logo {
    width: 100px;
    margin: 0;
  }
}

/*-------------------------------------------*/
/*         ヘッダーのニュース                   */
/*-------------------------------------------*/
.head_news {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #5D4D47;
  color: #fff;
  /* 900以下  */
}
.head_news a {
  color: #fff;
  margin: 0 0 0 10px;
}
.head_news ul {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
}
.head_news li {
  padding: 10px;
  height: 40px;
}
@media all and (max-width: 900px) {
  .head_news {
    display: none;
  }
}

/*-------------------------------------------*/
/*         ヘッダーのコンタクトボタン                  */
/*-------------------------------------------*/
.bt_contact {
  background: #A25839;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 900以下  */
}
.bt_contact:hover {
  top: -15px;
}
.bt_contact a {
  width: 340px;
  height: 80px;
  padding: 20px 0 0;
  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;
  color: #fff;
  padding: 20px 0 0 40px;
  position: relative;
}
.bt_contact a:hover {
  text-decoration: none;
}
.bt_contact a::before {
  position: absolute;
  content: "";
  background-image: url(../img/footer/icon_mail.png);
  width: 26px;
  height: 16px;
  left: 70px;
  top: 50px;
  margin-top: -8px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 900px) {
  .bt_contact {
    display: none;
  }
}

/*-------------------------------------------*/
/*         PCのナビ                           */
/*-------------------------------------------*/
.nav_pc {
  position: relative;
  /* 900以下  */
}
.nav_pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_pc li {
  position: relative;
  width: 12.5%;
  border-left: 1px dotted #939393;
  position: relative;
}
.nav_pc li:last-child {
  border-right: 1px dotted #939393;
}
.nav_pc li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_pc li:hover::before {
  opacity: 0.7;
}
.nav_pc li.nav_home::before {
  background-image: url(../img/header/icon_home.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_wig::before {
  background-image: url(../img/header/icon_wig.png);
  width: 44px;
  height: 60px;
  margin-left: -22px;
}
.nav_pc li.nav_guide::before {
  background-image: url(../img/header/icon_guide.png);
  width: 64px;
  height: 50px;
  margin-left: -32px;
}
.nav_pc li.nav_salon::before {
  background-image: url(../img/header/icon_salon.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_care::before {
  background-image: url(../img/header/icon_care.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_growth::before {
  background-image: url(../img/header/icon_growth.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_info::before {
  background-image: url(../img/header/icon_info.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_faq::before {
  background-image: url(../img/header/icon_faq.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 13px;
  height: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_pc li span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #7E7E7E;
  line-height: 10px;
}
@media all and (max-width: 900px) {
  .nav_pc {
    display: none;
  }
}

/*-------------------------------------------*/
/*         スマホのハンバーガー                 */
/*-------------------------------------------*/
.nav_sp {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .nav_sp {
    display: none;
  }
}
.nav_sp a {
  color: #fff;
  letter-spacing: 2px;
}

.burger_btn {
  display: block;
  width: 39px;
  height: 39px;
  position: relative;
  z-index: 3;
  border: none;
  cursor: pointer;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .burger_btn {
    display: none;
  }
}

.bar {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #5D4D47;
}

.close .bar {
  background-color: #5D4D47;
}

.bar_top {
  top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bar_middle {
  top: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bar_bottom {
  top: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.burger_btn.close .bar_top {
  top: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.burger_btn.close .bar_middle {
  display: none;
}

.burger_btn.close .bar_bottom {
  top: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_sp {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}

.header_nav_sp {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/top/bg_step.jpg);
  background-size: contain;
  z-index: 2;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .header_nav_sp {
    height: 150vh;
    overflow-y: scroll;
  }
}
.header_nav_sp .nav_list {
  display: block;
  position: absolute;
  top: 20%;
  left: 10%;
  text-align: center;
  width: 100%;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .header_nav_sp .nav_list {
    top: 8%;
    left: 10%;
    width: 80%;
    height: 160vh;
  }
}
.header_nav_sp .nav_list li {
  margin: 0 0 60px 0;
  font-size: 20px;
  position: relative;
  padding: 0 0 0 60px;
  text-align: left;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .header_nav_sp .nav_list li {
    border-top: dotted 1px #939393;
    margin: 0 0 18px 0;
    padding: 18px 0 0 60px;
    font-size: 16px;
  }
}
.header_nav_sp .nav_list li a {
  color: #5D4D47;
}
.header_nav_sp .nav_list li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  margin-top: -20px;
  height: 40px;
  width: 30px;
}
.header_nav_sp .nav_list li.nav_home::before {
  background-image: url(../img/header/icon_home.png);
  top: 35px;
}
.header_nav_sp .nav_list li.nav_wig::before {
  background-image: url(../img/header/icon_wig.png);
  top: 31px;
}
.header_nav_sp .nav_list li.nav_guide::before {
  background-image: url(../img/header/icon_guide.png);
  top: 40px;
}
.header_nav_sp .nav_list li.nav_salon::before {
  background-image: url(../img/header/icon_salon.png);
  top: 37px;
}
.header_nav_sp .nav_list li.nav_care::before {
  background-image: url(../img/header/icon_care.png);
  top: 39px;
}
.header_nav_sp .nav_list li.nav_growth::before {
  background-image: url(../img/header/icon_growth.png);
  top: 35px;
}
.header_nav_sp .nav_list li.nav_info::before {
  background-image: url(../img/header/icon_info.png);
  top: 36px;
}
.header_nav_sp .nav_list li.nav_faq {
  border-bottom: dotted 1px #939393;
  padding: 18px 0 18px 60px;
}
.header_nav_sp .nav_list li.nav_faq::before {
  background-image: url(../img/header/icon_faq.png);
  top: 42px;
}
.header_nav_sp .nav_list li.nav_contact_sp {
  background: #A25839;
  color: #fff;
  height: 40px;
  font-size: 15px;
  border-radius: 30px;
  padding: 0 0 0 10px;
  z-index: 2;
  margin: 60px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav_sp .nav_list li.nav_contact_sp a {
  display: table;
  color: #fff;
}
.header_nav_sp .nav_list li.nav_contact_sp::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.header_nav_sp .nav_list li.nav_contact_sp::before {
  position: absolute;
  content: "";
  background-image: url(../img/footer/icon_mail.png);
  width: 26px;
  height: 16px;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header_nav_sp .nav_list span {
  color: #04a2a1;
  font-size: 10px;
  margin: 0 0 0 10px;
}

/*-------------------------------------------*/
/*         スマホのハンバーガー内のロゴ           */
/*-------------------------------------------*/
.logo_sp {
  width: 140px;
  padding: 20px;
}

.ec-headerNav .ec-headerNav__itemIcon {
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-headerNav .ec-headerNav__itemIcon {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 16px;
    color: #5D4D47;
  }
}

.ec-cartNavi {
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-cartNavi {
    display: inline-block;
    padding: 10px 0 0 10px;
    width: auto;
    color: #5D4D47;
    background: transparent;
  }
}

/*-------------------------------------------*/
/*         ヘッダーのブレイクポイント打ち消し      */
/*-------------------------------------------*/
/* 900以下  */
@media all and (max-width: 900px) {
  .ec-headerNav .ec-headerNav__itemLink {
    display: none;
  }
}
.ec-newItemRole .ec-newItemRole__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer {
  background-image: url(../img/footer/foot_bg.jpg);
  background-size: contain;
  text-align: left;
}
#footer a {
  text-decoration: none;
}

.footer_nav_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .footer_nav_wrap {
    padding: 40px 20px 0;
  }
}

.footer_nav {
  color: #fff;
  position: relative;
  /* 901以上  */
  /* 900以下  */
}
@media all and (min-width: 901px) {
  .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 900px) {
  .footer_nav {
    text-align: center;
  }
}
.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 180px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .footer_nav ul {
    height: 200px;
    padding: 0 0 0 15px;
  }
}
.footer_nav li {
  position: relative;
  left: 0px;
  margin: 0 80px 30px 0;
  font-size: 14px;
  text-align: left;
  /* 900以下  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 900px) {
  .footer_nav li {
    font-size: 13px;
    margin: 0 30px 20px 0;
  }
}
.footer_nav li::before {
  content: "";
  position: absolute;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -15px;
  top: 50%;
  margin-top: -2px;
}
.footer_nav li:hover {
  left: 5px;
}
.footer_nav li a {
  color: #fff;
}

.address {
  font-family: sans-serif, "Noto Sans Japanese", "ＭＳ Ｐゴシック";
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
  margin: 30px 0 0;
  /* 901以上  */
  /* 900以下  */
}
.address span a[href^="tel:"] {
  display: block;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media all and (min-width: 901px) {
  .address {
    font-size: 14px;
  }
  .address span {
    display: block;
    font-size: 20px;
  }
}
@media all and (max-width: 900px) {
  .address {
    display: none;
  }
}

.address_sp {
  font-family: sans-serif, "Noto Sans Japanese", "ＭＳ Ｐゴシック";
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
  margin: 20px 0 40px;
  /* 901以上  */
}
.address_sp span a[href^="tel:"] {
  display: block;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media all and (min-width: 901px) {
  .address_sp {
    display: none;
  }
}

.footer_logo {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .footer_logo {
    width: 50%;
  }
}
.footer_logo img {
  width: 270px;
}

.sns {
  width: 24px;
  position: absolute;
  bottom: -30px;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 900以下  */
}
.sns:hover {
  opacity: 0.7;
}
@media all and (max-width: 900px) {
  .sns {
    bottom: -60px;
  }
}

.foot_logo_wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #4B4B4B;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .foot_logo_wrap {
    margin-top: 30px;
  }
}

.foot_logo_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .foot_logo_inner {
    padding: 40px 20px;
  }
}

.foot_logo {
  width: 255px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .foot_logo {
    width: 200px;
  }
}

.copy {
  color: #AFAFAF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .copy {
    font-size: 10px;
  }
}

.footer_contact {
  background: #A25839;
  color: #fff;
  width: 260px;
  height: 40px;
  font-size: 15px;
  border-radius: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.footer_contact a {
  display: table;
}
.footer_contact::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_contact::before {
  position: absolute;
  content: "";
  background-image: url(../img/footer/icon_mail.png);
  width: 26px;
  height: 16px;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_contact:hover {
  text-decoration: none;
}
.footer_contact:hover::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

/*----------------------------------------------------
トップに戻るボタン
----------------------------------------------------*/
#toPageTop {
  position: fixed;
  bottom: 12%;
  right: -30%;
  width: 90px;
  margin-top: 39.666%;
  opacity: 0.8;
  z-index: 3;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  #toPageTop {
    width: 64px;
  }
}
#toPageTop:hover {
  bottom: 10%;
}
#toPageTop.scrollfixed {
  right: 2%;
}

/*-------------------------------------------*/
/* COMMON(サイト基本設定)                      */
/*-------------------------------------------*/
/***********************共通設定************************/
div#pageWrapper {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  div#pageWrapper {
    padding: 0 20px;
  }
}

.header_wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /* 900以下  */
  /* 901以上  */
}
@media all and (max-width: 900px) {
  .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    background: #fff;
    z-index: 999;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}
@media all and (min-width: 901px) {
  .header_wrap {
    padding: 0px;
  }
}
.header_wrap a {
  color: #000;
}

.logo {
  width: 270px;
  margin: 40px 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .logo {
    width: 100px;
    margin: 0;
  }
}

/*-------------------------------------------*/
/*         ヘッダーのニュース                   */
/*-------------------------------------------*/
.head_news {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #5D4D47;
  color: #fff;
  /* 900以下  */
}
.head_news a {
  color: #fff;
  margin: 0 0 0 10px;
}
.head_news ul {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
}
.head_news li {
  padding: 10px;
  height: 40px;
}
@media all and (max-width: 900px) {
  .head_news {
    display: none;
  }
}

/*-------------------------------------------*/
/*         ヘッダーのコンタクトボタン                  */
/*-------------------------------------------*/
.bt_contact {
  background: #A25839;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 900以下  */
}
.bt_contact:hover {
  top: -15px;
}
.bt_contact a {
  width: 340px;
  height: 80px;
  padding: 20px 0 0;
  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;
  color: #fff;
  padding: 20px 0 0 40px;
  position: relative;
}
.bt_contact a:hover {
  text-decoration: none;
}
.bt_contact a::before {
  position: absolute;
  content: "";
  background-image: url(../img/footer/icon_mail.png);
  width: 26px;
  height: 16px;
  left: 70px;
  top: 50px;
  margin-top: -8px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 900px) {
  .bt_contact {
    display: none;
  }
}

/*-------------------------------------------*/
/*         PCのナビ                           */
/*-------------------------------------------*/
.nav_pc {
  position: relative;
  /* 900以下  */
}
.nav_pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_pc li {
  position: relative;
  width: 12.5%;
  border-left: 1px dotted #939393;
  position: relative;
}
.nav_pc li:last-child {
  border-right: 1px dotted #939393;
}
.nav_pc li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_pc li:hover::before {
  opacity: 0.7;
}
.nav_pc li.nav_home::before {
  background-image: url(../img/header/icon_home.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_wig::before {
  background-image: url(../img/header/icon_wig.png);
  width: 44px;
  height: 60px;
  margin-left: -22px;
}
.nav_pc li.nav_guide::before {
  background-image: url(../img/header/icon_guide.png);
  width: 64px;
  height: 50px;
  margin-left: -32px;
}
.nav_pc li.nav_salon::before {
  background-image: url(../img/header/icon_salon.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_care::before {
  background-image: url(../img/header/icon_care.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_growth::before {
  background-image: url(../img/header/icon_growth.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_info::before {
  background-image: url(../img/header/icon_info.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li.nav_faq::before {
  background-image: url(../img/header/icon_faq.png);
  width: 60px;
  height: 70px;
  margin-left: -30px;
}
.nav_pc li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 13px;
  height: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_pc li span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #7E7E7E;
  line-height: 10px;
}
@media all and (max-width: 900px) {
  .nav_pc {
    display: none;
  }
}

/*-------------------------------------------*/
/*         スマホのハンバーガー                 */
/*-------------------------------------------*/
.nav_sp {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .nav_sp {
    display: none;
  }
}
.nav_sp a {
  color: #fff;
  letter-spacing: 2px;
}

.burger_btn {
  display: block;
  width: 39px;
  height: 39px;
  position: relative;
  z-index: 3;
  border: none;
  cursor: pointer;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .burger_btn {
    display: none;
  }
}

.bar {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #5D4D47;
}

.close .bar {
  background-color: #5D4D47;
}

.bar_top {
  top: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bar_middle {
  top: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bar_bottom {
  top: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.burger_btn.close .bar_top {
  top: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.burger_btn.close .bar_middle {
  display: none;
}

.burger_btn.close .bar_bottom {
  top: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_sp {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}

.header_nav_sp {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/top/bg_step.jpg);
  background-size: contain;
  z-index: 2;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .header_nav_sp {
    height: 150vh;
    overflow-y: scroll;
  }
}
.header_nav_sp .nav_list {
  display: block;
  position: absolute;
  top: 20%;
  left: 10%;
  text-align: center;
  width: 100%;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .header_nav_sp .nav_list {
    top: 8%;
    left: 10%;
    width: 80%;
    height: 160vh;
  }
}
.header_nav_sp .nav_list li {
  margin: 0 0 60px 0;
  font-size: 20px;
  position: relative;
  padding: 0 0 0 60px;
  text-align: left;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .header_nav_sp .nav_list li {
    border-top: dotted 1px #939393;
    margin: 0 0 18px 0;
    padding: 18px 0 0 60px;
    font-size: 16px;
  }
}
.header_nav_sp .nav_list li a {
  color: #5D4D47;
}
.header_nav_sp .nav_list li::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  margin-top: -20px;
  height: 40px;
  width: 30px;
}
.header_nav_sp .nav_list li.nav_home::before {
  background-image: url(../img/header/icon_home.png);
  top: 35px;
}
.header_nav_sp .nav_list li.nav_wig::before {
  background-image: url(../img/header/icon_wig.png);
  top: 31px;
}
.header_nav_sp .nav_list li.nav_guide::before {
  background-image: url(../img/header/icon_guide.png);
  top: 40px;
}
.header_nav_sp .nav_list li.nav_salon::before {
  background-image: url(../img/header/icon_salon.png);
  top: 37px;
}
.header_nav_sp .nav_list li.nav_care::before {
  background-image: url(../img/header/icon_care.png);
  top: 39px;
}
.header_nav_sp .nav_list li.nav_growth::before {
  background-image: url(../img/header/icon_growth.png);
  top: 35px;
}
.header_nav_sp .nav_list li.nav_info::before {
  background-image: url(../img/header/icon_info.png);
  top: 36px;
}
.header_nav_sp .nav_list li.nav_faq {
  border-bottom: dotted 1px #939393;
  padding: 18px 0 18px 60px;
}
.header_nav_sp .nav_list li.nav_faq::before {
  background-image: url(../img/header/icon_faq.png);
  top: 42px;
}
.header_nav_sp .nav_list li.nav_contact_sp {
  background: #A25839;
  color: #fff;
  height: 40px;
  font-size: 15px;
  border-radius: 30px;
  padding: 0 0 0 10px;
  z-index: 2;
  margin: 60px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav_sp .nav_list li.nav_contact_sp a {
  display: table;
  color: #fff;
}
.header_nav_sp .nav_list li.nav_contact_sp::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  right: 15px;
  top: 50%;
  margin-top: -2px;
}
.header_nav_sp .nav_list li.nav_contact_sp::before {
  position: absolute;
  content: "";
  background-image: url(../img/footer/icon_mail.png);
  width: 26px;
  height: 16px;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header_nav_sp .nav_list span {
  color: #04a2a1;
  font-size: 10px;
  margin: 0 0 0 10px;
}

/*-------------------------------------------*/
/*         スマホのハンバーガー内のロゴ           */
/*-------------------------------------------*/
.logo_sp {
  width: 140px;
  padding: 20px;
}

.ec-headerNav .ec-headerNav__itemIcon {
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-headerNav .ec-headerNav__itemIcon {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 16px;
    color: #5D4D47;
  }
}

.ec-cartNavi {
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-cartNavi {
    display: inline-block;
    padding: 10px 0 0 10px;
    width: auto;
    color: #5D4D47;
    background: transparent;
  }
}

/*-------------------------------------------*/
/*         ヘッダーのブレイクポイント打ち消し      */
/*-------------------------------------------*/
/* 900以下  */
@media all and (max-width: 900px) {
  .ec-headerNav .ec-headerNav__itemLink {
    display: none;
  }
}
.ec-newItemRole .ec-newItemRole__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer {
  background-image: url(../img/footer/foot_bg.jpg);
  background-size: contain;
  text-align: left;
}
#footer a {
  text-decoration: none;
}

.footer_nav_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .footer_nav_wrap {
    padding: 40px 20px 0;
  }
}

.footer_nav {
  color: #fff;
  position: relative;
  /* 901以上  */
  /* 900以下  */
}
@media all and (min-width: 901px) {
  .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 20px;
  }
}
@media all and (max-width: 900px) {
  .footer_nav {
    text-align: center;
  }
}
.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 180px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .footer_nav ul {
    height: 200px;
    padding: 0 0 0 15px;
  }
}
.footer_nav li {
  position: relative;
  left: 0px;
  margin: 0 80px 30px 0;
  font-size: 14px;
  text-align: left;
  /* 900以下  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 900px) {
  .footer_nav li {
    font-size: 13px;
    margin: 0 30px 20px 0;
  }
}
.footer_nav li::before {
  content: "";
  position: absolute;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -15px;
  top: 50%;
  margin-top: -2px;
}
.footer_nav li:hover {
  left: 5px;
}
.footer_nav li a {
  color: #fff;
}

.address {
  font-family: sans-serif, "Noto Sans Japanese", "ＭＳ Ｐゴシック";
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
  margin: 30px 0 0;
  /* 901以上  */
  /* 900以下  */
}
.address span a[href^="tel:"] {
  display: block;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media all and (min-width: 901px) {
  .address {
    font-size: 14px;
  }
  .address span {
    display: block;
    font-size: 20px;
  }
}
@media all and (max-width: 900px) {
  .address {
    display: none;
  }
}

.address_sp {
  font-family: sans-serif, "Noto Sans Japanese", "ＭＳ Ｐゴシック";
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
  margin: 20px 0 40px;
  /* 901以上  */
}
.address_sp span a[href^="tel:"] {
  display: block;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media all and (min-width: 901px) {
  .address_sp {
    display: none;
  }
}

.footer_logo {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .footer_logo {
    width: 50%;
  }
}
.footer_logo img {
  width: 270px;
}

.sns {
  width: 24px;
  position: absolute;
  bottom: -30px;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 900以下  */
}
.sns:hover {
  opacity: 0.7;
}
@media all and (max-width: 900px) {
  .sns {
    bottom: -60px;
  }
}

.foot_logo_wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #4B4B4B;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .foot_logo_wrap {
    margin-top: 30px;
  }
}

.foot_logo_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .foot_logo_inner {
    padding: 40px 20px;
  }
}

.foot_logo {
  width: 255px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .foot_logo {
    width: 200px;
  }
}

.copy {
  color: #AFAFAF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .copy {
    font-size: 10px;
  }
}

.footer_contact {
  background: #A25839;
  color: #fff;
  width: 260px;
  height: 40px;
  font-size: 15px;
  border-radius: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.footer_contact a {
  display: table;
}
.footer_contact::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_contact::before {
  position: absolute;
  content: "";
  background-image: url(../img/footer/icon_mail.png);
  width: 26px;
  height: 16px;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_contact:hover {
  text-decoration: none;
}
.footer_contact:hover::after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}

/*----------------------------------------------------
トップに戻るボタン
----------------------------------------------------*/
#toPageTop {
  position: fixed;
  bottom: 12%;
  right: -30%;
  width: 90px;
  margin-top: 39.666%;
  opacity: 0.8;
  z-index: 3;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  #toPageTop {
    width: 64px;
  }
}
#toPageTop:hover {
  bottom: 10%;
}
#toPageTop.scrollfixed {
  right: 2%;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif, YuGothic, "游ゴシック", "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", Noto Sans JP, "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック";
  width: 100%;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.2px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

section {
  display: block;
}

a {
  outline: none;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: none;
}

ul, li {
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

/* 750以下  */
@media all and (max-width: 750px) {
  html,
body {
    height: auto;
    overflow-x: hidden;
  }
}
/* 751以上 */
@media all and (min-width: 751px) {
  html,
body {
    height: 100%;
  }

  body {
    min-height: 100%;
    height: auto !important;
  }
}
.nowrap {
  white-space: nowrap;
}

/*----------------------------------------------------
loader
----------------------------------------------------*/
#loaderBg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/top/bg_step.jpg);
  background-size: contain;
  z-index: 10000;
}

#loader,
#loader:before,
#loader:after {
  background: #5D4D47;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

#loader {
  color: #5D4D47;
  text-indent: -9999em;
  position: absolute;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 60%;
  left: 50%;
}

#loader:before,
#loader:after {
  position: absolute;
  top: 0;
  content: "";
}

#loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}
.load_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 40px;
  margin-top: -20px;
  margin-left: -150px;
}

/***********************共通設定************************/
/*----------------------------------------------------
タイトル部分
----------------------------------------------------*/
h1.main_tit {
  color: #fff;
  font-size: 33px;
  padding: 30px 0 0;
  position: relative;
  z-index: 1;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  h1.main_tit {
    font-size: 22px;
    padding: 100px 0 0;
  }
}
h1.main_tit::after {
  position: absolute;
  content: "";
  background-image: url(../img/dot.png);
  background-size: contain;
  width: 100%;
  height: 1px;
  top: 80px;
  right: 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  h1.main_tit::after {
    width: 80%;
    height: 1px;
    top: 130px;
    left: 50%;
    margin-left: -152px;
  }
}

.tit_wrap {
  background-image: url(../img/second/tit_bg.png);
  background-position: right bottom;
  background-size: cover;
  max-width: 1200px;
  margin: 30px auto 80px;
  height: 150px;
  position: relative;
  background-position: right -5% bottom 10%;
  background-repeat: no-repeat;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .tit_wrap {
    background-position: right -2% bottom 10%;
    margin: 0px auto 20px;
    height: 165px;
    position: relative;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }
}
.tit_wrap::before {
  content: "";
  background: #D9977B;
  width: 60vw;
  height: 150px;
  left: -60vw;
  position: absolute;
  z-index: 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .tit_wrap::before {
    width: 90vw;
    height: 165px;
  }
}
.tit_wrap::after {
  content: "";
  background-image: url(../img/second/tit_bg_under.png);
  background-position: left bottom;
  max-width: 1200px;
  margin: 0 auto;
  top: 20px;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 150px;
  z-index: -1;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .tit_wrap::after {
    top: 100px;
    position: absolute;
    left: 20px;
    width: 100%;
    height: 80px;
  }
}

.sub_title::before {
  content: "";
  background-image: url(../img/second/tit_bg_under_line.jpg);
  width: 100%;
  height: 150px;
  right: -30vw;
  position: absolute;
  z-index: -1;
  top: 20px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .sub_title::before {
    height: 160px;
  }
}

.sub_title {
  color: #C07E5F;
  font-size: 22px;
  margin: 25px 0 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .sub_title {
    font-size: 13px;
    margin: 12px 0 0;
  }
}

/*----------------------------------------------------
コンテンツ部分
----------------------------------------------------*/
.second_main_text_wrap {
  text-align: left;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .second_main_text_wrap {
    width: 65%;
  }
}

.second_main_text_wrap_2 {
  text-align: left;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .second_main_text_wrap_2 {
    width: 100%;
  }
}

.second_main_image {
  /* 901以上  */
  /* 900以下  */
}
@media all and (min-width: 901px) {
  .second_main_image {
    width: 30%;
  }
}
@media all and (max-width: 900px) {
  .second_main_image {
    margin: 20px 0 0;
  }
}

.growth_main_image {
  /* 901以上  */
  /* 900以下  */
}
@media all and (min-width: 901px) {
  .growth_main_image {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
@media all and (max-width: 900px) {
  .growth_main_image {
    margin: 20px 0 0;
  }
}

.second_main_wrap {
  background-image: url(../img/second/bg_second.jpg);
  width: 100%;
  background-size: contain;
  margin: -20px 0 10px;
  z-index: -2;
  position: relative;
}

.second_main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 40px;
  /* 900以下  */
  /* 901以上  */
}
@media all and (max-width: 900px) {
  .second_main {
    padding: 40px 20px 20px 20px;
  }
}
@media all and (min-width: 901px) {
  .second_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.second_main_tit {
  font-size: 22px;
  background: #fff;
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
  /* 901以上  */
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .second_main_tit {
    font-size: 28px;
    background: #fff;
    padding: 5px;
    display: block;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
  }
}
.second_main_tit span {
  border: solid 1px #DBDBDB;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
@media all and (min-width: 901px) {
  .second_main_tit {
    max-width: 702px;
  }
  .second_main_tit span {
    padding: 5px;
    max-width: 690px;
  }
}
.second_main_tit br {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .second_main_tit br {
    display: none;
  }
}

.second_main_tit_2 {
  font-size: 22px;
  background: #fff;
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
  /* 901以上  */
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .second_main_tit_2 {
    font-size: 28px;
    background: #fff;
    padding: 5px;
    display: block;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
  }
}
.second_main_tit_2 span {
  border: solid 1px #DBDBDB;
  border-radius: 5px;
  padding: 10px;
  display: block;
}
@media all and (min-width: 901px) {
  .second_main_tit_2 {
    max-width: 1100px;
  }
  .second_main_tit_2 span {
    max-width: 1090px;
  }
}
.second_main_tit_2 br {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .second_main_tit_2 br {
    display: none;
  }
}

.second_main_text {
  margin: 20px 0 0;
  line-height: 2;
}

.growth_main_text {
  width: 50%;
  margin: 20px 0 0;
  line-height: 2;
}

/*----------------------------------------------------
網目の茶色帯のコーナー　共通
----------------------------------------------------*/
.item_wrap {
  max-width: 1100px;
  padding: 40px 0px;
  margin: 0 auto;
  text-align: left;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .item_wrap {
    padding: 20px 20px 0;
    margin: 0;
  }
}

.item_tit {
  background-image: url(../img/second/bg_net.jpg);
  background-size: contain;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  font-size: 28px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .item_tit {
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px;
  }
}

.item_detail {
  margin: 30px 0;
}

/*----------------------------------------------------
ウィッグの洗い方
----------------------------------------------------*/
.item_step {
  margin: 20px 0 20px 0;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .item_step {
    margin: 30px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.text_step {
  width: 100%;
  /* 901以上  */
  /* 901以上  */
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .text_step {
    max-width: 49%;
  }
}
.text_step span {
  margin-top: 1px;
  margin-bottom: 1px;
  float: left;
  display: inline-block;
  text-align: center;
  padding: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin-right: 0.5em;
  background-color: #EBEBEB;
  border-radius: 50%;
  color: #000000;
}
@media all and (min-width: 901px) {
  .text_step span {
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1em;
    background-color: #EBEBEB;
    border-radius: 50%;
    color: #000000;
  }
}
.text_step p {
  padding-left: 3em;
  width: 90%;
  margin-bottom: 20px;
}
@media all and (min-width: 901px) {
  .text_step p {
    width: 90%;
    margin-bottom: 0;
  }
}

.text_step_2 {
  margin: 20px 0 20px 0;
  /* 901以上  */
  /* 901以上  */
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .text_step_2 {
    width: 49%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.text_step_2 span {
  margin-top: 1px;
  float: left;
  display: inline-block;
  text-align: center;
  padding: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin-right: 0.5em;
  background-color: #EBEBEB;
  border-radius: 50%;
  color: #000000;
}
@media all and (min-width: 901px) {
  .text_step_2 span {
    margin-top: 27px;
    margin-bottom: 27px;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1em;
    background-color: #EBEBEB;
    border-radius: 50%;
    color: #000000;
  }
}
.text_step_2 p {
  padding-left: 3em;
  width: 90%;
  margin-bottom: 20px;
}
@media all and (min-width: 901px) {
  .text_step_2 p {
    width: 90%;
    margin-bottom: 0;
  }
}

.text_step_3 {
  margin: 20px 0 20px 0;
  /* 901以上  */
  /* 901以上  */
  /* 901以上  */
  /* 900以下  */
}
@media all and (min-width: 901px) {
  .text_step_3 {
    height: 45px;
    width: 49%;
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
.text_step_3 span {
  margin-top: 1px;
  float: left;
  display: inline-block;
  text-align: center;
  padding: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin-right: 0.5em;
  background-color: #EBEBEB;
  border-radius: 50%;
  color: #000000;
}
@media all and (min-width: 901px) {
  .text_step_3 span {
    margin-top: 0px;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1em;
    background-color: #EBEBEB;
    border-radius: 50%;
    color: #000000;
  }
}
.text_step_3 p {
  padding-left: 3em;
  width: 90%;
  margin-bottom: 20px;
}
@media all and (min-width: 901px) {
  .text_step_3 p {
    width: 90%;
    margin-top: 0px;
  }
}
@media all and (max-width: 900px) {
  .text_step_3 p {
    width: 100%;
    margin-top: 10px;
  }
}

.text_step_4 {
  margin: 20px 0 20px 0;
  /* 901以上  */
  /* 901以上  */
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .text_step_4 {
    height: 45px;
    width: 49%;
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
.text_step_4 span {
  margin-top: 1px;
  float: left;
  display: inline-block;
  text-align: center;
  padding: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin-right: 0.5em;
  background-color: #EBEBEB;
  border-radius: 50%;
  color: #000000;
}
@media all and (min-width: 901px) {
  .text_step_4 span {
    margin-top: -20px;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1em;
    background-color: #EBEBEB;
    border-radius: 50%;
    color: #000000;
  }
}
.text_step_4 p {
  padding-left: 3em;
  width: 90%;
  margin-bottom: 20px;
}
@media all and (min-width: 901px) {
  .text_step_4 p {
    width: 100%;
    line-height: 0px;
  }
}

.care_image {
  /* 901以上  */
  /* 900以下  */
}
@media all and (min-width: 901px) {
  .care_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .care_image div {
    width: 49%;
  }
}
@media all and (max-width: 900px) {
  .care_image div {
    margin: 10px 0 0;
  }
}

.care_image_last {
  margin-bottom: 50px;
  /* 901以上  */
  /* 900以下  */
}
@media all and (min-width: 901px) {
  .care_image_last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .care_image_last div {
    width: 49%;
  }
}
@media all and (max-width: 900px) {
  .care_image_last div {
    margin: 10px 0 0;
  }
}

/*----------------------------------------------------
よくある質問
----------------------------------------------------*/
.item_faq {
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .item_faq {
    max-width: 1200px;
    padding: 40px;
    margin: 0 auto;
    text-align: left;
  }
}
.item_faq .faq_title {
  width: 100%;
  font-size: 20px;
  margin-left: 40px;
  margin-bottom: 10px;
  /* 901以上  */
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .item_faq .faq_title {
    margin-left: 55px;
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.item_faq .faq_title::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon/faq_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin-left: -40px;
  position: absolute;
}
@media all and (min-width: 901px) {
  .item_faq .faq_title::before {
    position: absolute;
    content: "";
    background-image: url(../img/icon/faq_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-left: -55px;
    position: absolute;
  }
}
.item_faq .faq_box_1 {
  margin-bottom: 30px;
}
.item_faq .faq_box_1 dl {
  border-radius: 5px;
  padding: 20px 15px 20px 15px;
  background: #F7F7F7;
  margin-bottom: 10px;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .item_faq .faq_box_1 dl {
    padding: 30px 40px 30px 40px;
    background: #F7F7F7;
    margin-bottom: 20px;
  }
}
.item_faq .faq_box_1 dt {
  color: #808080;
  padding: 0 10px 10px 25px;
  border-radius: 5px;
  text-indent: -20px;
}
.item_faq .faq_box_1 dt::before {
  color: #808080;
  content: "Q";
  font-weight: bold;
  margin-right: 10px;
}
.item_faq .faq_box_1 dd {
  color: #000000;
  margin: 0 10px 0 25px;
  text-indent: -20px;
}
.item_faq .faq_box_1 dd::before {
  color: #000000;
  content: "A";
  font-weight: bold;
  margin-right: 10px;
}
.item_faq .faq_box_2 {
  margin-bottom: 30px;
}
.item_faq .faq_box_2 dl {
  border-radius: 5px;
  padding: 20px 15px 20px 15px;
  background: #E2E2E2;
  margin-bottom: 10px;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .item_faq .faq_box_2 dl {
    padding: 30px 40px 30px 40px;
    background: #E2E2E2;
    margin-bottom: 20px;
  }
}
.item_faq .faq_box_2 dt {
  color: #808080;
  padding: 0 10px 10px 25px;
  border-radius: 5px;
  text-indent: -20px;
}
.item_faq .faq_box_2 dt::before {
  color: #808080;
  content: "Q";
  font-weight: bold;
  margin-right: 10px;
}
.item_faq .faq_box_2 dd {
  color: #000000;
  margin: 0 10px 0 25px;
  text-indent: -20px;
}
.item_faq .faq_box_2 dd::before {
  color: #000000;
  content: "A";
  font-weight: bold;
  margin-right: 10px;
}

/*----------------------------------------------------
準備中
----------------------------------------------------*/
.under_construction {
  font-size: 42px;
  color: #7C725C;
  font-weight: bold;
  margin: 250px 0;
}
.under_construction span {
  font-size: 24px;
  display: block;
  margin: 10px 0 0;
}

/***********************共通設定************************/
/*----------------------------------------------------
EC-CUBE　商品一覧ページのタイトル背景を横幅いっぱいにする
----------------------------------------------------*/
.content_wrap {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .content_wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -80px;
  }
}

/*----------------------------------------------------
EC-CUBE　商品一覧のキャッチとイラストを調整
----------------------------------------------------*/
.style_main_text_wrap {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .style_main_text_wrap {
    width: 50%;
  }
}

.style_main_tit {
  font-size: 28px;
  background: #fff;
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .style_main_tit {
    font-size: 22px;
  }
}
.style_main_tit span {
  border: solid 1px #DBDBDB;
  border-radius: 5px;
  padding: 10px;
  display: block;
}

.style_main_text {
  margin: 20px 0 0;
  line-height: 2;
  text-align: left;
}

.style_main_image {
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .style_main_image {
    width: 48%;
  }
}

/*----------------------------------------------------
EC-CUBE　商品一覧のカテゴリーボタンの調整
----------------------------------------------------*/
.item_category {
  /* 900以下  */
  /* 901以上  */
}
@media all and (max-width: 900px) {
  .item_category {
    text-align: center;
  }
}
@media all and (min-width: 901px) {
  .item_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item_category div {
    width: 48%;
  }
}
.item_category a img {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_category a img:hover {
  opacity: 1;
}

/*----------------------------------------------------
EC-CUBE　商品一覧のカテゴリーエリア
----------------------------------------------------*/
.ec_role_wrap {
  border: solid #E2E2E2 2px;
  max-width: 1100px;
  margin: 0 auto 40px;
  border-radius: 5px;
  padding: 30px 10px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec_role_wrap {
    width: 90%;
    padding: 30px 10px 10px;
  }
}

.ec-role_tit {
  text-align: left;
  padding: 0 0 0 20px;
  font-weight: bold;
}
.ec-role_tit::before {
  content: "●";
  color: #AFAFAF;
}

/*----------------------------------------------------
EC-CUBE　商品詳細ページ
----------------------------------------------------*/
.item_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .item_nav {
    padding: 0 20px;
  }
}

/*----------------------------------------------------
「種類　色　サイズ」　の欄のスタイル
----------------------------------------------------*/
.profile_wrap {
  border: 2px solid #E2E2E2;
  border-radius: 5px;
  margin: 20px 0;
  padding: 30px 40px 20px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .profile_wrap {
    padding: 30px 20px 20px;
  }
}

.ec-productRole .ec-productRole__tags {
  margin-top: 0;
  padding: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ec-productRole__title, .ec-productRole .ec-productRole__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  font-size: 15px;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #4E4E4E;
  width: 100%;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-productRole .ec-productRole__actions .ec-select select {
  min-width: unset;
  max-width: unset;
  width: 100%;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 15px;
  color: #fff;
}

.ec-headingTitle {
  margin: 0;
  font-size: 15px;
  color: #fff;
}

.ec-productRole .ec-productRole__btn {
  width: 100%;
  min-width: auto;
}

.profile_inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile_inner_tit {
  width: 20%;
  text-align: left;
}

.profile_inner_content {
  width: 80%;
}

.ec-productRole .ec-productRole__profile {
  margin-left: 0px;
}

.ec-productRole .ec-productRole__actions .ec-select select {
  height: 30px;
  max-width: 100%;
  min-width: 100%;
}

.ec-productRole .ec-productRole__actions {
  height: 60px;
}

/*----------------------------------------------------
商品説明の欄
----------------------------------------------------*/
.ec-productRole__description {
  border: 2px solid #E2E2E2;
  border-radius: 5px;
  margin: 20px 0;
  padding: 0 30px;
}
.ec-productRole__description li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}
.ec-productRole__description li:last-child {
  border-bottom: none;
}

.slideThumb {
  width: 30%;
}
.slideThumb:first-child {
  display: none;
}

/*----------------------------------------------------
カテゴリーと価格のレイアウト
----------------------------------------------------*/
.cate_price_wrap {
  max-width: 1100px;
  margin: 0 auto 20px;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .cate_price_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ec-productRole__category {
  font-size: 28px;
  font-weight: bold;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-productRole__category {
    margin: 40px 0 0;
    font-size: 16px;
  }
}
.ec-productRole__category li::before {
  content: "●";
  color: #AFAFAF;
}

/*----------------------------------------------------
商品画像を角丸に。
----------------------------------------------------*/
.ec-productRole img {
  border-radius: 5px;
}

/*----------------------------------------------------
サイズガイドはこちらのリンク
----------------------------------------------------*/
.guide_link {
  margin: 20px 0;
}
.guide_link a {
  color: #E37676;
}

/*----------------------------------------------------
商品一覧ページ　商品画像ホバー時にズーム
----------------------------------------------------*/
.ec-newItemRole__listItem {
  border-radius: 10px;
  overflow: hidden;
}
.ec-newItemRole__listItem img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ec-newItemRole__listItem img:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/*----------------------------------------------------
商品詳細ページ　Slickの矢印を横並びに
----------------------------------------------------*/
.item_visual.slick-initialized.slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img.slide-arrow.prev-arrow.slick-arrow {
  width: 14px;
  height: 12px;
  border-radius: unset;
}

img.slide-arrow.next-arrow.slick-arrow {
  width: 14px;
  height: 12px;
  border-radius: unset;
}

.slick-list.draggable {
  margin: 0 10px;
}

.ec-grid2 .ec-grid2__cell {
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-grid2 .ec-grid2__cell {
    padding: 0 20px;
  }
}

/*----------------------------------------------------
商品コード非表示
----------------------------------------------------*/
.ec-productRole__code {
  display: none;
}

/*----------------------------------------------------
マイページの履歴
----------------------------------------------------*/
body#page_mypage_history .ec-blockBtn--action::after {
  content: "";
  position: absolute;
  background-image: url(../img/product/icon_cart.png);
  width: 26px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 12px;
  left: 200px;
}

/*-------------------------------------------*/
/* EC-CUBEのスタイルを打ち消し                  */
/*-------------------------------------------*/
/*-------------------------------------------*/
/* ショップ名・カテゴリ名を非表示                           */
/*-------------------------------------------*/
.ec-headerRole {
  display: none;
}

.ec-categoryNaviRole {
  display: none;
}

/*-------------------------------------------*/
/* 検索窓、ログイン、カートなどを右上に移動         */
/*-------------------------------------------*/
.ec-headerNaviRole {
  position: absolute;
  right: 0;
  top: 80px;
  width: auto;
  padding: 0;
}

/*-------------------------------------------*/
/* 検索窓非表示                                 */
/*-------------------------------------------*/
.ec-headerNaviRole__left {
  display: none;
}

/*-------------------------------------------*/
/* ログイン、カートなどを横並びに                  */
/*-------------------------------------------*/
.ec-headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 100%;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-headerNaviRole .ec-headerNaviRole__right {
    position: absolute;
    top: -63px;
    right: 78px;
  }
}

/*-------------------------------------------*/
/* タイトルの帯の順序を調整する為のz-index        */
/*-------------------------------------------*/
.ec-layoutRole__main {
  z-index: 1;
}

/*-------------------------------------------*/
/*           購入商品確認画面                    */
/*-------------------------------------------*/
.ec-orderRole__detail {
  text-align: left;
}

/*-------------------------------------------*/
/*           フッターからのマージン                    */
/*-------------------------------------------*/
.ec-layoutRole__footer {
  margin: 100px 0 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-layoutRole__footer {
    margin: 20px 0 0;
  }
}

/*-------------------------------------------*/
/*           横幅を1150→1200に広げる          */
/*-------------------------------------------*/
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 1200px;
}

/*-------------------------------------------*/
/*      商品一覧の検索結果、ヒット数などを非表示    */
/*-------------------------------------------*/
.ec-searchnavRole {
  display: none;
}

/*-------------------------------------------*/
/*      商品一覧のpaddingを０に    */
/*-------------------------------------------*/
.ec-newItemRole {
  padding: 0;
}

/*-------------------------------------------*/
/*      商品一覧の画像を３等分のｗidthに          */
/*-------------------------------------------*/
.ec-newItemRole .ec-newItemRole__listItem {
  width: 32%;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-newItemRole .ec-newItemRole__listItem {
    width: 48%;
  }
}

.ec-newItemRole .ec-newItemRole__list {
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-newItemRole .ec-newItemRole__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
  margin-right: 0px;
}

.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
  margin-right: 0px;
}

.ec-newItemRole .ec-newItemRole__listItem:nth-child(2), .ec-newItemRole .ec-newItemRole__listItem:nth-child(5) {
  margin-bottom: 15px;
  /* 901以上  */
}
@media all and (min-width: 901px) {
  .ec-newItemRole .ec-newItemRole__listItem:nth-child(2), .ec-newItemRole .ec-newItemRole__listItem:nth-child(5) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*-------------------------------------------*/
/*      商品名は非表示                          */
/*-------------------------------------------*/
p.ec-newItemRole__listItemTitle {
  display: none;
}

.ec-role {
  margin: 20px auto 0;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-role {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*-------------------------------------------*/
/*     個数選択は非表示                      */
/*-------------------------------------------*/
.ec-numberInput {
  display: none;
}

.ec-productRole {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1100px;
}

.ec-sliderItemRole {
  padding-left: 0px;
  padding-right: 20px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-sliderItemRole {
    padding-right: 0px;
    margin-bottom: 0;
  }
}

.ec-price .ec-price__price {
  font-size: 28px;
  font-family: YuGothic, "游ゴシック", "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", Noto Sans JP, "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック";
}

.ec-price .ec-price__tax {
  font-size: 20px;
}

/*----------------------------------------------------
カートに入れるボタン。
----------------------------------------------------*/
.ec-productRole__btn .ec-blockBtn--action::after {
  left: 252px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-productRole__btn .ec-blockBtn--action::after {
    left: 182px;
  }
}

.ec-blockBtn--action {
  border: 3px solid transparent;
  font-size: 18px;
  border-radius: 5px;
  color: #BA6A5B;
  background-color: #fff;
  border-color: #BA6A5B;
  height: 56px;
  position: relative;
  line-height: 0;
  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;
  /* 900以下  */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 900px) {
  .ec-blockBtn--action {
    font-size: 16px;
  }
}
.ec-blockBtn--action::after {
  content: "";
  position: absolute;
  background-image: url(../img/product/icon_cart.png);
  width: 26px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 12px;
  left: 70%;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-blockBtn--action::after {
    width: 20px;
    height: 20px;
    top: 13px;
    left: 70%;
  }
}
.ec-blockBtn--action:hover {
  color: #fff;
  background-color: #BA6A5B;
  background-image: none;
  border-color: #BA6A5B;
}
.ec-blockBtn--action:hover::after {
  background-image: url(../img/product/icon_cart_w.png);
}

.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
  color: #BA6A5B;
}
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action:hover {
  color: #fff;
}

.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}

.category-list {
  background: #4E4E4E;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  text-align: left;
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px;
}

.ec-imageGrid__content .category-list {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto;
  padding: 5px 20px;
}
.ec-imageGrid__content .category-list.history {
  margin: 0;
}

.ec-cartRow .ec-cartRow__summary {
  width: 70%;
}

.ec-cartRow__name {
  text-align: left;
  line-height: 28px;
}

.ec-cartRow__unitPrice {
  text-align: left;
}

.ec-cartRow__sutbtotalSP {
  text-align: right;
  margin: 20px 0 0 0;
}

.ec-cartRole .ec-cartRole__actions {
  /* 901以上  */
  margin-right: 0;
}
@media all and (min-width: 901px) {
  .ec-cartRole .ec-cartRole__actions {
    width: 30%;
  }
}

/*----------------------------------------------------
レジに進むボタン
----------------------------------------------------*/
.ec-cartRole__actions .ec-blockBtn--action::after {
  left: 215px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-cartRole__actions .ec-blockBtn--action::after {
    left: 256px;
  }
}

/* 900以下  */
@media all and (max-width: 900px) {
  .ec-cartRole {
    margin: 40px auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ec-progress .ec-progress__label {
    font-size: 11px;
  }

  .ec-progress .ec-progress__item:after {
    height: 4px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
  }

  .ec-cartRow {
    display: block;
  }

  .ec-cartRow .ec-cartRow__delColumn {
    display: inline-block;
    margin: 20px 0 10px 0;
    border-bottom: 0;
  }

  .ec-cartRow .ec-cartRow__amountColumn {
    padding: 20px;
  }
}
/*----------------------------------------------------
確認ボタン
----------------------------------------------------*/
.ec-totalBox .ec-blockBtn--action::after {
  left: 188px;
  /* 900以下  */
}
@media all and (max-width: 900px) {
  .ec-totalBox .ec-blockBtn--action::after {
    left: 256px;
  }
}
/*# sourceMappingURL=customize.css.map */