@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 Utility

---------------------------------------------*/


.text-center {
  text-align: center;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w90 {
  width: 90%;
}

.pdB0 {
  padding-bottom: 0 !important;
}

.mgT-30 {
  margin-top: -30px !important;
}

.mgT-50 {
  margin-top: -50px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.mgT70 {
  margin-top: 70px !important;
}


@media screen and (min-width: 960px) {
  .pc_pdB0 {
    padding-bottom: 0 !important;
  }

  .pc_mgT30 {
    margin-top: 30px !important;
  }

  .pc_mgT40 {
    margin-top: 40px !important;
  }

  .pc_mgT50 {
    margin-top: 50px !important;
  }

  .pc_mgT100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 959px) {
  .sp_w60 {
    width: 60%;
  }

  .sp_mgT20 {
    margin-top: 20px !important;
  }

  .sp_mgT30 {
    margin-top: 30px !important;
  }

  .sp_mgT40 {
    margin-top: 40px !important;
  }
}






/*--------------------------------------------


Header Setting


---------------------------------------------*/
#header-area {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  z-index: 1;
  position: relative;
}

#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;
}

/*--------------------------------------------


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;
  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;
}



@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 {
    flex: 0 0 auto;
    width: 45px;
    margin-right: 10px;
  }

  #header-area .header-menu__btn {
    position: relative;
    padding-top: 30px;
    text-align: center;
    font-size: .625rem;
  }

  #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);
  }

  .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;
  }
}

@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;
  }

  .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;
  }
}

@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;
  }
}

@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-menu {
    display: none;
  }

  #footer-area a:hover {
    text-decoration: underline;
  }

  .footer-sns-list {
    justify-content: space-between;
  }
}