@charset "UTF-8";

.fs-l-page {
  min-height: 100%;
}

/*-------------
  header PC
---------------*/
.sp {
  display: none;
}

.header__common {
  height: 70px;
}

.header__inner {
  padding: 15px 2.1% 0 3.1%;
}

.header__logo {
  width: 70px;
}

.header__logo svg {
  width: 70px;
  height: 48px;
}

.header__btn {
  margin-top: 5px;
}

.header__btn li {
  margin: 0 16px;
}

.fs-client-cart-count {
  top: -1px;
  right: -2px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  line-height: 12px;
  font-size: 9px;
}

.header__icon {
  width: 26px;
  height: 23px;
}

#drawer {
  top: 0;
  right: 0;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
}

#drawer.drawer__open {
  display: block;
  transform: none;
  opacity: 1;
  pointer-events: initial;
  overflow-x: auto;
}

#drawer > .drawer__inner {
  min-width: 1050px;
}

#drawer .drawer__inner {
  padding: 35px 20px 60px;
  max-width: 1090px;
  margin: 0 auto;
  position: static;
}

.drawer__head {
  padding: 0 0 25px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.drawer__close {
  padding: 26px;
  position: fixed;
  border: 1px solid #ccc;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 65px;
  height: 65px;
  line-height: 1;
}

.drawer__close img {
  width: 13px;
  vertical-align: middle;
  line-height: 1;
  display: block;
}

.drawer__head .fs-clientInfo {
  width: calc(100% - 290px);
}

.drawer__account {
  font-size: 12px;
  margin-bottom: 0;
}

.drawer__account a,
.drawer__account span {
  padding: 2px 15px;
}

#drawer__member {
  justify-content: flex-end;
}

.drawer__tool li + li {
  margin-left: 10px;
}

.drawer__tool {
  width: 290px;
  justify-content: flex-end;
}

.drawer__tool a {
  width: 80px;
  height: 80px;
  padding-top: 22px;
}

.drawer__tool svg {
  width: 28px;
  height: 25px;
}

.drawer__tool__cart {
  transform: translateX(-3px);
}

.drawer__tool strong {
  margin-top: 10px;
  font-size: 10px;
}

.drawer__inner--top .drawer__head {
  height: 112px;
}

.drawer__inner--top .drawer__menu {
  height: calc(100% - 112px);
}

.drawer__menu {
  padding-bottom: 0;
}

.drawer__inner > .drawer__menu {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.drawer__menu__title {
  font-size: 16px;
  padding: 32px 0 30px;
  border-bottom: 1px solid #ccc;
  width: 122px;
}

.drawer__menu__title:not(:first-child) {
  margin-top: 0;
}

.drawer__menu__list {
  font-size: 12px;
  width: calc(100% - 122px);
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  border-top: none;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.drawer__menu__list li {
  border-bottom: none;
  align-self: center;
}

.drawer__menu__list li.drawer__menu--category {
  width: 100%;
  order: 2;
}

.drawer__menu__list a {
  padding: 15px 40px;
}

.drawer__menu__list a[data-subnav]:after {
  display: none;
}

.drawer__category--pc {
  padding-left: 40px;
}

.drawer__subnav__inner .drawer__head {
  display: none;
}

.drawer__subnav__inner .drawer__menu__title {
  display: none;
}

.drawer--tab {
  border-bottom: none;
  padding: 0;
  flex-wrap: nowrap;
  width: 100%;
}

.drawer--tab li {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}

.drawer--tab li + li {
  margin-left: 10px;
}

.drawer--tab a {
  padding: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  background: rgba(255,255,255,.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drawer--tab li.active a {
  background: rgba(255,255,255,1);
}

.drawer--tab img {
  width: 27px;
  height: 27px;
  margin: 0 auto;
  text-align: center;
}

.drawer--tab span {
  display: block;
  margin-top: 10px;
}

.drawer__item .drawer__menu__list {
  width: 100%;
  background-color: #fff;
  border-bottom: none;
}

.drawer__item .drawer__menu__list li {
  width: calc(100% / 3);
}

.drawer__item .drawer__menu__list li a {
  padding: 15px 10px 15px 40px;
}

.drawer__item .drawer__subnav__inner {
  display: none;
}

.drawer__item .drawer__subnav__inner.active {
  display: block;
}

#drawer a:hover img {
  opacity: 1;
}

.drawer__inner > .drawer__menu::-webkit-scrollbar {
  width: 5px;
}
.drawer__inner > .drawer__menu::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,.1);
  border-radius:10px;
}
.drawer__inner > .drawer__menu::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius:10px;
}

@media print, screen and (max-width: 1300px) {
  .drawer__close {
    position: absolute;
    top: 0;
    right: 0;
  }
  #drawer .drawer__inner {
    padding: 20px 20px 60px;
  }
  .drawer__head {
    padding-top: 95px;
  }
  .drawer__inner--top .drawer__head {
    height: 207px;
  }
  .drawer__inner--top .drawer__menu {
    height: calc(100% - 207px);
  }
}


/*-------------
  footer PC
---------------*/
#footer__common {
  margin-top: 180px;
  position: sticky;
  top: 100vh;
}
.footer__inner {
  padding: 50px 20px 15px;
  max-width: 1050px;
  margin: 0 auto;
  box-sizing: content-box;
}

.footer__copy {
  font-size: 12px;
}

.footer__menu {
  margin-bottom: 34px;
  display: flex;
  justify-content: center;
}

.footer__menu a {
  padding: 0 16px;
}

.footer__menu__icon {
  width: 20px;
}

.footer__menu__icon svg {
  width: 20px;
  height: 16px;
}

.footer__menu strong {
  font-size: 14px;
  margin-left: 10px;
}

.footer__sub {
  margin-bottom: 32px;
  justify-content: center;
}

.footer__sub li {
  font-size: 14px;
}

.footer__sub li:nth-child(odd),
.footer__sub li:nth-child(even) {
  width: auto;
}

.footer__sub li.footer__sub-en {
  font-size: 16px;
}

.footer__sub a {
  padding: 0 30px;
}

.footer__sns {
  margin-bottom: 36px;
}

.footer__sns a {
  padding: 15px;
}

.footer__sns img {
  width: 24px;
}

.top__btn__csalon img {
  width: 98px;
}


/*-------------
  SEARCH
---------------*/
.size__result {
  font-size: 14px;
}


/*-------------
  MY PAGE
---------------*/
.mypage__logout a {
  padding: 0;
}
.edit__carte .pageTitle span,
.register__carte .pageTitle span {
  font-size: 26px;
}
.edit__carte .pageTitle strong,
.register__carte .pageTitle strong {
  font-size: 10px;
}
.mycarte__endBox .carte__main {
  height: 346px;
  background-size: auto 346px;
  margin: 0 auto 50px;
}
.mycarte__endBox .carte__head {
  font-size: 30px;
  margin-bottom: 20px;
}
.mycarte__endBox .carte__text {
  font-size: 20px;
}
.mycarte__app__title {
  font-size: 12px;
  margin-bottom: 20px;
}
.mycarte__app li {
  width: 135px;
  margin: 0 10px;
}
.edit__carte__title span {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
.edit__carte__title strong {
  font-size: 16px;
}


/*-------------
  新規会員登録画面
---------------*/
#fs_RegisterSuccess.register__carte .mycarte__endBox {
  margin-bottom: 50px;
}
#fs_RegisterSuccess.register__carte .fs-c-registerSuccessMessage {
  text-align: center;
}
#fs_RegisterSuccess.register__carte .fs-c-buttonContainer--pair {
  justify-content: center;
}
