@charset "UTF-8";
/*--------------------------------------------

  Reset Style

---------------------------------------------*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;

  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

img,
object,
embed {
  max-width: 100%;
}

ul,
ol,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 85%;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong {
  font-weight: normal;
}

img {
  height: auto;
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
}

/*--------------------------------------------


Base Basic Setting


---------------------------------------------*/
html {
  font-size: 100%;
}

body,
select,
input,
textarea,
button {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  font-size-adjust: none;
  color: #2d2d2d;

  -webkit-text-size-adjust: 100%;
}

html,
body {
  min-height: 100%;
}

body {
  width: 100%;
  background: #fff;

  overflow-wrap: break-word;
  word-wrap: break-word;
}
a {
  text-decoration: underline;
  color: #2d2d2d;
  cursor: pointer;
}
a:visited {
  color: #2d2d2d;
}
a:hover,
a:active {
  text-decoration: none;
  color: #2d2d2d;
}
a:focus {
  color: #2d2d2d;
}

body > img {
  width: 0;
  height: 0;
}

/*--------------------------------------------

Base

---------------------------------------------*/
#containment-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

/*--------------------------------------------


Header Setting


---------------------------------------------*/
#header-area {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
#header-area a {
  text-decoration: none;
  color: #2d2d2d;
}
#header-area .header-bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 7px 20px;
  background: #cec37d;
}
#header-area .header-bnr__inner {
  display: flex;
  align-items: center;
}
#header-area .header-bnr__img {
  flex: 0 0 auto;
  width: 33px;
}
#header-area .header-bnr__text {
  margin-left: 10px;
  font-size: .75rem;
}
#header-area .header-bnr__btn {
  flex: 0 0 auto;
  position: relative;
  padding-top: 21px;
  font-size: .625rem;
}
#header-area .header-bnr__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 18px;
  background: url("/beautykey/shared/img/icon_install_01.svg") 0 0/cover no-repeat;

  transform: translate(-50%, 0);
}
#header-area .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0;
}
#header-area .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
}
#header-area .header-logo .logo-pc {
  display: none;
}
#header-area .header-nav {
  width: 100%;
}
#header-area .header-nav .header-nav__list {
  display: flex;
}
#header-area .header-nav .header-nav__item.-shop {
  flex: 0 0 auto;
}
#header-area .header-nav .header-nav__item.-shop .header_nav__link::before {
  width: 24px;
  height: 25px;
  background-image: url("/beautykey/shared/img/icon_nav_shop_01.svg");
}
#header-area .header-nav .header-nav__item.-support {
  flex: 1 1 auto;
  width: 100%;
}
#header-area .header-nav .header-nav__item.-support .header_nav__link {
  width: 106px;
}
#header-area .header-nav .header-nav__item.-support .header_nav__link::before {
  background-image: url("/beautykey/shared/img/icon_nav_support_01.svg");
}
#header-area .header-nav .header-nav__item.-mypage {
  flex: 0 0 auto;
}
#header-area .header-nav .header-nav__item.-mypage .header_nav__link::before {
  background-image: url("/beautykey/shared/img/icon_nav_mypage_01.svg");
}
#header-area .header-nav .header-nav__item.-login {
  flex: 0 0 auto;
}
#header-area .header-nav .header-nav__item.-login .header_nav__link::before {
  background-image: url("/beautykey/shared/img/icon_nav_login_01.svg");
}
#header-area .header-nav .header_nav__link {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 30px;
  transition: all .3s ease-out;

  opacity: 1;
}
#header-area .header-nav .header_nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  background: 0 0/cover no-repeat;

  transform: translate(-50%, 0);
}
#header-area .header-nav .header_nav__link-inner {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: .813rem;
}

#header-area .header-menu {
  flex: 0 0 auto;
  width: 45px;
  margin-right: 10px;
}
#header-area .header-menu__btn {
  position: relative;
  padding-top: 30px;
  text-align: center;
  font-size: .813rem;
}
.header-menu__btn {
  cursor: pointer;
}
#header-area .header-menu__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 25px;
  background: url("/beautykey/shared/img/icon_menu_open_01.svg") 0 0/cover no-repeat;

  transform: translate(-50%, 0);
}
.drawer-open #header-area {
  z-index: initial;
}

/*--------------------------------------------


Footer Setting


---------------------------------------------*/
#footer-area a {
  text-decoration: none;
}

.topic-path__item {
  display: inline;
  position: relative;
  font-size: .875rem;
}
.topic-path__item:not(:first-child) {
  padding-left: 32px;
}
.topic-path__item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  width: 6px;
  height: 10px;
  background: url("/beautykey/shared/img/icon_arrow_01.svg") 0 0/cover no-repeat;

  transform: translate(-50%, 50%);
}

.footer-connection__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0;
}
.footer-connection .footer-sns-list__item:not(:first-child) {
  margin-left: 10px;
}

.footer-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 243px;
}
.footer-share__detail:not(:first-child) {
  margin-left: 20px;
}

.footer-inner {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  background: #efefef;
}
.footer-inner__body {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0;
}
.footer-inner__body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #c81622;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav__list.-sub .footer-nav__item {
  font-size: .813rem;
}
.footer-nav__item {
  font-size: .938rem;
}

.footer-sns-list {
  display: flex;
}

.footer-info {
  margin-top: 25px;
  font-size: .75rem;
}
.footer-info__title {
  display: flex;
  justify-content: space-between;
}
.footer-info__detail:not(:first-child) {
  margin-top: 11px;
}

.footer-copy {
  padding: 7px;
  background: #2d2d2d;
  text-align: center;
  font-size: .625rem;
  color: #fff;
}

/*--------------------------------------------


SP Nav Setting


---------------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  top: 0;
  width: 16.25rem;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .95);
  color: #222;
  z-index: 2;
}

.drawer-brand {
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  line-height: 3.75rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}

.drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}
.drawer-nav a {
  text-decoration: none;
}

.drawer-btn {
  position: absolute;
  top: 50%;
  left: 20px;

  transform: translate(0, -50%);
}

.drawer-nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 63px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.drawer-nav__inner {
  height: calc(100vh - 50px);
  padding: 0 20px 35px;

  overflow-y: auto;
}

.drawer-nav__item {
  border-bottom: 1px solid #ededed;
}

.drawer-nav__link {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 55px;
  padding: 5px 20px 5px 0;
}
.drawer-nav__link > * {
  color: #2d2d2d;
}
.drawer-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 17px;
  background: url("/beautykey/shared/img/icon_arrow_01.svg") 0 0/cover no-repeat;

  transform: translate(0, -50%);
}
.drawer-open #header-area {
  z-index: initial;
}

/*--------------------------------------------


Base Main Setting


---------------------------------------------*/
.section-main.-narrow01 {
  margin-bottom: 30px;
}
.section-main.-custom01 {
  margin-top: 0;
}

.content-block01 {
  background-color: #fff;
}
.content-block01 > .content-block01__inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0;
}
.content-block01[class*=-bg] + .content-block01[class*=-bg] {
  margin-top: 0;
}
.content-block01.-bgGray01 {
  background: #efefef;
}
.content-block01.-app01 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(239, 239, 239, 0) 0%, #efefef 100%);
}
.content-block01.-app01:last-child {
  margin-bottom: 30px;
}

.section-block:not(:first-child) {
  margin-top: 80px;
}

.wrap-block01 {
  width: 680px;
  max-width: 100%;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  body {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  #header-area {
    position: relative;
    z-index: 5;
  }
  #header-area .header-inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  #header-area .header-inner {
    min-height: 63px;
    padding: 10px;
  }
  #header-area .header-logo:not(:only-child) {
    left: calc(50% + 10px);
  }
  #header-area .header-nav .header-nav__item:not(.-mypage):not(.-login) {
    display: none;
  }
  #header-area .header-nav .header-nav__item.-login {
    position: absolute;
    top: 50%;
    right: 10px;

    transform: translate(0, -50%);
  }
  #header-area .header-nav .header_nav__link-inner {
    font-size: .625rem;
  }
  #header-area .header-menu__btn {
    font-size: .625rem;
  }
  .footer-connection__inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .footer-inner__body {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .footer-inner__body {
    padding-top: 27px;
    padding-bottom: 15px;
  }
  .footer-nav__list {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer-nav__list:not(:first-child) {
    margin-top: 25px;
  }
  .footer-nav__list.-sub {
    margin-right: -5px;
    margin-left: -5px;
  }
  .footer-nav__list.-sub .footer-nav__item {
    margin: 5px 5px 0;
  }
  .footer-nav__item {
    margin: 5px 15px 0;
  }
  .section-main {
    margin: 30px auto 80px;
  }
  .content-block01 > .content-block01__inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .content-block01:not(:first-child) {
    margin-top: 32px;
  }
  .content-block01[class*=-bg] {
    padding: 32px 0;
  }
  .content-block01[class*=-bg] + .content-block01:not([class*=-bg]) {
    margin-top: 32px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  #header-area .header-inner {
    padding: 0 20px;
  }
  #header-area .header-inner {
    min-height: 80px;
    padding: 20px 15px;
  }
  #header-area .header-nav .header-nav__item.-support .header_nav__link {
    width: 96px;
  }
  #header-area .header-nav .header_nav__link-inner {
    font-size: .625rem;
  }
  #header-area .header-menu__btn {
    font-size: .625rem;
  }
  .footer-connection__inner {
    padding: 0 20px;
  }
  .footer-inner__body {
    padding: 0 20px;
  }
  .footer-inner__body {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .footer-nav__list {
    display: flex;
    justify-content: center;
  }
  .footer-nav__list:not(:first-child) {
    margin-top: 30px;
  }
  .footer-nav__list.-sub .footer-nav__item {
    margin: 5px 15px 0;
  }
  .footer-nav__item {
    margin: 5px 15px 0;
  }
  .content-block01 > .content-block01__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 960px) {
  #header-area .header-inner {
    min-height: 90px;
    padding: 20px 0;
  }
  #header-area .header-logo .logo_tb-sp {
    display: none;
  }
  #header-area .header-logo .logo-pc {
    display: inline;
  }
  .footer-inner__body {
    padding-top: 39px;
    padding-bottom: 25px;
  }
  .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footer-nav__list:not(:first-child) {
    margin-top: 30px;
  }
  .footer-nav__list.-sub .footer-nav__item {
    margin: 5px 15px 0;
  }
  .footer-nav__item {
    margin: 5px 30px 0;
  }
  .footer-info {
    margin-top: 30px;
  }
  .section-main.-custom01 {
    margin-top: 40px;
  }
  .content-block01.-app01:not(:first-child) {
    margin-top: 130px;
  }
  .content-block01.-app01 .content-block01__inner {
    position: relative;
    z-index: 1;
  }
  .content-block01.-app01 .content-block01__inner::before {
    content: "";
    display: block;
    position: absolute;
    right: -453px;
    bottom: 0;
    width: 1007px;
    height: 451px;
    background: url("/beautykey/shared/img/bg_app_01.png") 100% 100% no-repeat;
    z-index: -1;
  }
}

@media screen and (max-width: 369px) {
  #header-area .header-logo {
    width: 100px;
  }
}

@media screen and (min-width: 600px) {
  #header-area .header-nav .header-nav__item:not(:first-child) {
    margin-left: 15px;
  }
  #header-area .header-nav .header_nav__link:hover {
    opacity: .7;
  }
  #header-area .header-nav {
    width: auto;
    margin-left: auto;
  }
  #header-area .header-menu{
    width: auto;
  }
  .drawer-nav .drawer-nav__logo{
    max-width: 980px;
    margin: 0 auto;
    box-shadow: none;
    background: transparent;
  }
  .drawer-nav .drawer-nav__inner{
    max-width: 980px;
    margin: 0 auto;
  }
  .drawer-nav .btn-list01.-row01{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 90px;
  }
  .drawer-nav .btn-list01.-row01 .btn-list01__item:not(:first-child){
    margin-top: 0;
  }
  .drawer-nav .btn-list01.-row01 .btn-list01__item {
    margin-bottom: 20px;
  }
  #footer-area a:hover {
    text-decoration: underline;
  }
  .footer-sns-list {
    justify-content: space-between;
  }
  .section-main {
    margin: 60px auto 130px;
  }
  .content-block01:not(:first-child) {
    margin-top: 40px;
  }
  .content-block01[class*=-bg] {
    padding: 40px 0;
  }
  .content-block01[class*=-bg] + .content-block01:not([class*=-bg]) {
    margin-top: 40px;
  }
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;

    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    position: fixed;
    width: 12.5rem;
    height: 100%;

    -webkit-transform: none;
    transform: none;
  }

  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media screen and (max-width: 959px) {
  .content-block01.-app01 {
    padding-bottom: calc(40vw);
    background: url("/beautykey/shared/img/bg_app_01_sp.png") center 100%/100% auto no-repeat;
  }
  .content-block01.-app01:not(:first-child) {
    margin-top: 60px;
  }
}
/*update 240208*/
.banner-link {
  margin: 50px auto 60px !important;
  text-align: center;
}
.banner-link a {
  transition: 0.3s;
}
.banner-link a:hover {
  opacity: 0.7;
}

.banner-link img {
  max-width: calc(100% - 60px);
}

@media screen and (min-width: 960px) {
  .banner-link img {
    max-width: 840px;
  }
}

@media screen and (max-width: 599px) {
  .banner-link {
    margin: 40px 20px 60px !important;
  }

  .banner-link img {
    max-width: 100%;
  }
}

/* Hamburger menu Setting
---------------------------------------------*/
.hMenu-open{
  overflow: hidden !important;
}
.hMenu-open .hMenu-nav {
  top: 0;
}
.hMenu-nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top .6s cubic-bezier(.19, 1, .22, 1);
  overflow: hidden;
  background-color: rgba(255, 255, 255, .95);
  color: #222;
  z-index: 99;
}
.hMenu-nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 63px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 0ms;
  transform: translate(0px, 0px) translateZ(0px);
}
.hMenu-btn {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.hMenu-nav__inner {
  height: calc(100vh - 60px);
  padding: 0 20px 120px;
  overflow-y: auto;
}
.hMenu-nav__item {
  border-bottom: 1px solid #ededed;
}
.hMenu-nav a {
  text-decoration: none;
}
.hMenu-nav__link > * {
  color: #2d2d2d;
}
.hMenu-nav__link {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 55px;
  padding: 5px 20px 5px 0;
}
.hMenu-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 17px;
  background: url(/beautykey/shared/img/icon_arrow_01.svg) 0 0 / cover no-repeat;
  transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  .hMenu-nav__logo {
    max-width: 980px;
    margin: 0 auto;
    box-shadow: none;
    background: transparent;
  }
  .hMenu-nav .hMenu-nav__inner {
    max-width: 980px;
    margin: 0 auto;
  }
  .hMenu-nav .btn-list01.-row01{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 90px;
  }
  .hMenu-nav .btn-list01.-row01 .btn-list01__item:not(:first-child) {
    margin-top: 0;
  }
  .hMenu-nav .btn-list01.-row01 .btn-list01__item {
    margin-bottom: 20px;
  }
}