@charset "UTF-8";

/*========= variables ===========*/
:root {
  --gray: #EAECF2;
  --darkgray: #C1BFCD;
  --lightGray: #F8F9FB;
  --backdrop: rgba(0, 0, 0, 0.5);
  --border: rgba(189, 194, 204, 0.7);
  --info: #0095E8;
  --bordeaux: #BC0736;
  --gold: #C6AB64;
  --black: #000000;
  --white: #FFFFFF;
  --white-opacity: rgba(255, 255, 255, 0.5);
  --text-gray: #818181;
  --text-bluegray: #575A60;
  --text-disableText: #AEAEAE;
  --text-darkgray: #656565;
  --text-black: #282D32;
  --text-white: #FFFFFF;
}

/*========= base ===========*/
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 300;
  color: var(--text-bluegray);
  line-height: 26px;
}

body.noscroll {
  overflow: hidden;
}

.text-body2 {
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 300;
  color: var(--text-bluegray);
  line-height: 20px;
}

.text-subtitle1 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.text-subtitle2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.text-subtitle3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.text-caption {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.text-bordeaux {
  color: var(--bordeaux);
}

.text-bordeaux-bold {
  /* color: var(--bordeaux); */
  font-weight: 600;
  text-decoration: underline;
}

.text-info {
  color: var(--info);
  padding: 0 4px;
}

.text-info:hover {
  text-decoration: underline;
}

h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: .3s;
  opacity: 0.6;
}

section {
  margin-bottom: 160px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb32 {
  margin-bottom: 32px;
}

@media (max-width:600px) {
  section {
    margin-bottom: 100px;
  }
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.content-wrapper-996 {
  max-width: 996px;
  margin: 0 auto;
}


/*========= header ===========*/
header {
  background: var(--white);
  padding-bottom: 32px;
}

.message {
  background-color: var(--gray);
  text-align: center;
  padding: 1px 0;
  margin-bottom: 40px;
}

.message p {
  font: 300 14px/14px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.main-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

@media (max-width:1199px) {
  header {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 5000;
  }

  .message, .main-nav {
    margin-bottom: 16px;
  }

  .message p {
    font: 300 12px/12px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }
}

@media (max-width:375px) {
  .message p {
    font: 300 11px/12px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }
}


/*========= hamburger menu ===========*/
.hamburger-menu {
  display: flex;
  justify-content: flex-start;
  flex-basis: 33%;
  padding-left: 16px;
}

#drawer-open {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

#drawer-close {
  cursor: pointer;
  border: none;
  background: transparent;
  position: absolute;
  top:8px;
  right: 16px;
}


@media(max-width:600px) {
  .hamburger-menu {
    flex-basis: 30%;
  }
}

/*========= site logo ===========*/
.logo {
  display: flex;
  background: url(../assets/site-logo.svg) no-repeat center;
  background-size: contain;
  flex-basis: 33%;
  line-height: 35px;
}

.logo a {
  width: 100%;
  text-indent: -9999px;
}

@media (max-width:600px) {
  .logo {
    background: url(../assets/site-logo.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    flex-basis: 40%;
  }
}

/*========= member ===========*/
.member {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0 16px;
  flex-basis: 33%;
}

.member li a {
  display: block;
}

@media (max-width:1199px) {
  .member {
    gap: 0 16px;
    padding-right: 24px;
    flex-basis: 30%;
  }
}

/*========= page link ===========*/
.page-link {
  display: flex;
  justify-content: space-between;
  font: 300 16px/21px "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  flex-grow: 3;
  padding-top: 20px;
}

@keyframes show {
  0%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hidden {
  0%{
    display: block;
    opacity: 1;
  }

  99%{
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes slideIn {
  from{
    left: -100vw;
  }
  to{
    left: 0;
  }
}


@media (max-width:1199px) {
  #drawer-container {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width :100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 9998;
    height: 100vh;
    opacity: 0;

    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
  }
  
  #drawer-container.open {
    display: block;
    animation-name: show;
    animation-direction: alternate;
  }

  #drawer-body {
    position: fixed;
    top: 0;
    left: -80vw;
    background-color: var(--gray);
    width: 80vw;
    height: 100vh;
    transition: left 0.5s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #drawer-container.open #drawer-body{
    animation: slideIn 0.5s ease 0s;
    left: 0;
  }
  
  .page-link {
    flex-direction: column;
    justify-content: flex-start;
  }

  .page-link li a {
    display: block;
  }

  .page-link>li {
    text-align: left;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border);
  }

  .page-link>li:first-child {
    margin-top: 24px;
    border-top: 1px solid var(--border);
  }

  .page-link>li:last-child {
    border-bottom: none;
  }

  .sns-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
}

/*========= label ===========*/
.label {
  display: inline-flex;
  justify-content: center;
  width: 110px;
  padding: 4px 0;
  font: 300 14px/18px "Work Sans";
  color: var(--text-white);
  background-color: var(--darkgray);
  margin-right: 16px;
}

.label-gold {
  display: inline-flex;
  justify-content: center;
  padding: 4px 16px;
  font: 300 14px/18px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  color: var(--text-white);
  background-color: var(--gold);
  margin-right: 16px;
  border-radius: 2px;
}

.label-darkgray {
  display: inline-flex;
  justify-content: center;
  padding: 4px 16px;
  font: 300 14px/18px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  color: var(--text-white);
  background-color: var(--darkgray);
  margin-right: 16px;
  border-radius: 2px;
}

.recommend-cosme::after {
  content: "イチオシ";
  display: inline-block;
  font: 300 12px/12px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  color: var(--text-white);
  background-color: var(--bordeaux);
  border-radius: 2px;
  padding: 2px;
  margin-left: 2px;
}

/*========= icon ===========*/
.icon-medium {
  width: 28px;
  height: 28px;
}

.icon-small {
  width: 22px;
  height: 22px;
}

.icon-xsmall {
  width: 22px;
  height: 22px;
}

/*========= btn-primary ===========*/
.btn-primary {
  display: block;
  padding: 16px 24px;
  border-radius: 2px;
  background-color: var(--darkgray);
  color: var(--text-white);
  font-size: 14px;
  text-align: center;
}

/*========= btn-bordeaux ===========*/
.btn-bordeaux {
  display: block;
  padding: 16px 24px;
  border-radius: 2px;
  background-color: var(--bordeaux);
  color: var(--text-white);
  font-size: 14px;
  text-align: center;
}

/*========= btn-outline ===========*/
.btn-outline a{
  display: block;
  padding: 16px 24px;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--text-black);
  font-size: 14px;
  text-align: center;
}

/*========= btn-outline-blank ===========*/
.btn-outline-blank a{
  display: block;
  padding: 16px 24px;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--text-black);
  font-size: 14px;
  text-align: center;
}

.btn-outline-blank a::after{
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-size: contain;
background: url("../assets/icon/open-in-new-20.svg") no-repeat;
position: relative;
top: 4px;
left: 4px;
}

/*========= btn-textlink ===========*/
.btn-textlink {
  display: block;
  padding: 8px;
  border-radius: 2px;
  color: var(--text-black);
  font: 300 14px/14px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  text-align: center;
}

/*========= btn-outline with icon ===========*/
.btn-outline-wIcon-counseling, .btn-outline-wIcon-login {
  display: block;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--text-black);
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 2em;
  text-indent: 36px;
}

.btn-outline-wIcon-counseling:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background: url("../assets/icon/apply.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px;
}

.btn-outline-wIcon-login:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background: url("../assets/icon/user-28.svg") no-repeat;
  position: absolute;
  left: 16px;
}

/*========= btn-icononly ===========*/
.btn-icononly{
  width: 24px;
  height: 24px;
}

/**@media (max-width:1199px) {
  .btn-outline-wIcon-counseling, .btn-outline-wIcon-login {
    border: none;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    position: relative;
    left: 0;
  }

  .btn-outline-wIcon-counseling:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: auto 100%;
    background: url("../assets/icon/apply.svg") no-repeat;
    position: absolute;
    left: -44px;
  }

  .btn-outline-wIcon-login:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: auto 100%;
    background: url("../assets/icon/user-28.svg") no-repeat;
    position: absolute;
    left: -16px;
  }
  **/

/*========= btn-bordeaux with icon ===========*/
.btn-bordeaux-wIcon-counseling {
  display: block;
  padding: 8px 16px;
  border-radius: 2px;
  background-color: var(--bordeaux);
  color: var(--text-white);
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 2em;
  text-indent: 36px;
}

.btn-bordeaux-wIcon-counseling:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background: url("../assets/icon/apply-w.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px;
}

/*========= btn-outline with icon stretch===========*/
.btn-outline-wIcon-login-stretch {
  display: block;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--text-black);
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 2em;
  text-indent: 36px;
}

.btn-outline-wIcon-login-stretch:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background: url("../assets/icon/user-28.svg") no-repeat;
  position: absolute;
  left: 16px;
}


/*========= pagenation ===========*/
.pagination {
  text-align: center;
  padding-top: 60px;
}

.pagination-list {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}

.pagination-list li {
  display: inline;
  text-align: center;
}

.pagination-list a {
  float: left;
  display: block;
  font-family: "Work Sans";
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
  margin-left: 3px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.pagination-list a:active {
  outline: none;
}

.pagination-list a.active,
.pagination-list a.current {
  cursor: default;
}

.pagination-list a.active, .modal-3 a:active,
.pagination-list a.current,
.pagination-list a:hover {
  background-color: #E0E0E0;
}

/*========= footer ===========*/
footer {
  text-align: center;
  padding: 70px 24px 0 24px;
  border-top: 1px solid var(--border);
}

.salon-adress {
  padding: 16px 0;
}

@media (max-width:764px) {
  .salon-adress li {
    font-size: 0.8em;
  }
}

.btn-fotter {
  display: inline-block;
}

.fotter-sns-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  padding: 70px 0;
}

.fotter-sns-icon li {
  width: 28px;
}

.footer-page-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

.footer-page-link li {
  display: inline-block;
}

.copyright {
  padding-bottom: 60px;
  font: 300 14px/16px "Work Sans";
}

@media (max-width:600px) {
  .footer-page-link {
    flex-direction: column;
    padding-bottom: 26px;
  }

  .footer-page-link li {
    display: block;
  }

  .fotter-sns-icon {
    gap: 40px;
  }

  .btn-fotter {
    display: block;
  }
}

/*========= line ===========*/
.line {
  border-top: 1px solid var(--border);
}

/*========= pc tablet only ===========*/
.pctb {
  display: none;
}

@media (min-width:641px) {
  .pctb {
    display: block;
  }
}

/*========= pc tablet inlene only ===========*/
.pctb_inline {
  display: none;
}

@media (min-width:641px) {
  .pctb_inline {
    display: inline;
  }
}

/*========= pc only ===========*/
.pc {
  display: none;
}

@media (min-width:1200px) {
  .pc {
    display: block;
  }
}

/*========= tablet only ===========*/
.tablet {
  display: none;
}

@media (max-width:1199px) {
  .tablet {
    display: block;
  }
}

/*========= sp only ===========*/
.sp {
  display: none;
}

@media (max-width:640px) {
  .sp {
    display: block;
  }
}

/*========= sp inline only ===========*/
.sp_inline {
  display: none;
}

@media (max-width:640px) {
  .sp_inline {
    display: inline;
  }
}

/*========= top - main visual ===========*/
.mainvisual {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 540px;
  align-items: center;
  background: transparent linear-gradient(133deg, #E3E6ED 0%, #E9EAEF 9%, #E7E7EF 18%, #E2E5EC 23%, #E8E9EE 27%, #EDEEF3 31%, #EAEBF0 39%, #E4E7EE 43%, #EBECF1 62%, #E1E4EB 63%, #E1E4EB 70%, #E1E4EB 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  margin-bottom: 24px;
}

.main-image {
  text-indent: -9999px;
  background: url(../assets/main-image.jpeg) no-repeat center;
  background-size: cover;
  height: 540px;
  flex-basis: 50%;
}

.main-copy {
  text-align: center;
  align-self: center;
  flex-basis: 50%;
  padding-top: 24px;
}

.main-copy h1 {
  font: 300 38px/56px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-feature-settings: "palt";
}

.main-copy h4 {
  font: 300 24px/24px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-feature-settings: "palt";
}

.main-note {
  color: #fff;
  font: 300 12px/12px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-feature-settings: "palt";
  color: #5b5e64;
}

.btn-mainvisual {
  display: inline-block;
}

.bnr-yukibijin {
  max-width: 793px;
}

@media (max-width:1199px) {
  .mainvisual {
    padding-top: 105px;
  }

  .main-copy h1 {
    font: 300 34px/40px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .main-copy h4 {
    font: 300 21px/28px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }


  .bnr-yukibijin {
    width: 50%;
  }
}

@media (max-width:600px) {
  .mainvisual {
    display: flex;
    flex-direction: column;
  }

  .main-image {
    width: 100%;
    flex-basis: 60%;
  }

  .main-copy {
    text-align: center;
    flex-basis: 40%;
  }

  .main-copy h1 {
    font: 300 25px/36px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .main-copy h4 {
    font: 300 18px/18px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .btn-mainvisual {
    display: inline-block;
    /* padding-bottom: 24px; */
  }

  .main-note {
    padding-bottom: 24px;
  }

  .bnr-yukibijin {
    width: 100%;
  }
}

@media (max-width:375px) {
  .mainvisual {
    padding-top: 100px;
  }
}

/*========= about ===========*/
.about {
  text-align: center;
}

.about h2 {
  font: 300 42px/110px "Work Sans";
}

.about p {
  font: 300 21px/48px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.about-bnr-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.bnr-profile {
  display: block;
  font: 500 28px/50px "Work Sans";
  color: var(--text-white);
  width: 486px;
  height: 140px;
  padding-top: 50px;
  background: url(../assets/bnr-profile.jpg) no-repeat center;
  background-size: cover;
}

.bnr-works {
  display: block;
  font: 500 28px/50px "Work Sans";
  color: var(--text-white);
  width: 486px;
  height: 140px;
  padding-top: 50px;
  background: url(../assets/bnr-works.jpg) no-repeat center;
  background-size: cover;
}

.about-bnr-area a span {
  font: 500 14px/14px "Work Sans";
}

@media (max-width:600px) {
  .about h2 {
    font: 300 32px/35px "Work Sans";
  }

  .about p {
    font: 300 16px/38px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }
}

@media (max-width:996px) {
  .about-bnr-area {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 0;

  }

  .bnr-profile, .bnr-works {
    width: 100%;
  }
}

/*========= top - cosmetics ===========*/
.cosmetics {
  text-align: center;
  color: var(--text-black);
  background: transparent linear-gradient(133deg, #E3E6ED 0%, #E9EAEF 9%, #E7E7EF 18%, #E2E5EC 23%, #E8E9EE 27%, #EDEEF3 31%, #EAEBF0 39%, #E4E7EE 43%, #EBECF1 62%, #E1E4EB 63%, #E1E4EB 70%, #E1E4EB 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 60px 0;
}

.cosmetics h2 {
  font: 300 32px/110px "Work Sans";
}

.cosmetics-top-copy {
  font: 300 18px/32px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  padding-bottom: 16px;
}

.cosmetics p {
  font: 300 18px/32px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.cosmetics-top-caption {
  font: 300 14px/24px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  /* color: var(--bordeaux); */
  padding-bottom: 24px;
  margin: 0 24px;
}

.cosmetics-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  width: 1200px;
  scrollbar-width: none;
}

.cosmetics-list li {
  display: inline-block;
  margin: 0 32px 32px 0;
  background-color: var(--white-opacity);
}

.cosmetics-list li:last-child {
  margin: 0 0 32px 0;
}

.cosmetics-list li img {
  height: 200px;
  width: 200px;
}

.btn-cosmetics-list {
  display: inline-block;
  margin-bottom: 60px;
}

.cosmetics-skincar-counseling {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 54px;
  padding: 0 102px;
}

.cosmetics-skincar-counseling h3, .cosmetics-seminar h3 {
  font: 300 24px/42px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.skincar-illust {
  text-indent: -9999px;
  align-self: center;
  flex-basis: 50%;
  background: url(../assets/illust-skincar-counseling.png) no-repeat center;
  background-size: contain;
}

.skincar-copy {
  text-align: left;
  align-self: center;
  flex-basis: 50%;
}

.btn-skincar {
  padding-bottom: 24px;
}

.btn-skincar, .btn-seminar {
  display: inline-block;
}

.cosmetics-seminar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 54px;
  padding: 0 102px;
  align-items: center;
}

.seminar-illust {
  text-indent: -9999px;
  align-self: center;
  flex-basis: 50%;
  background: url(../assets/illust-seminar.png) no-repeat center;
  background-size: contain;
}

.seminar-copy {
  text-align: left;
  align-self: center;
  flex-basis: 50%;
}

@media (max-width:600px) {
  .cosmetics h2 {
    font: 300 32px/35px "Work Sans";
    padding-bottom: 40px;
  }

  .cosmetics-top-copy {
    padding: 0px 24px;
  }

  .cosmetics-top-copy, .cosmetics-top-caption {
    text-align: left;
  }

  .cosmetics-skincar-counseling, .cosmetics-seminar {
    display: flex;
    flex-direction: column;
    padding: 0px 24px;
    gap: 0;
  }

  .skincar-illust, .seminar-illust {
    width: 100%;
    flex-basis: 50%;
  }

  .skincarcopy, .seminar-copy {
    width: 100%;
    flex-basis: 50%;
  }

  .cosmetics-skincar-counseling h3, .cosmetics-seminar h3 {
    font: 300 22px/44px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .cosmetics p {
    font: 300 16px/32px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .btn-cosmetics-list {
    display: block;
    padding: 0 24px;
    margin-bottom: 0;
  }
}

@media (max-width:1199px) {
  .cosmetics-list {
    width: 90%;
    padding-left: 24px;
  }

  .cosmetics-list li {
    display: inline-block;
    margin: 0 16px 32px 0;
  }

  .cosmetics-list li img {
    height: 200px;
    width: 200px;
  }

  .btn-skincar, .btn-seminar {
    display: block;
  }

}

/*========= top - news ===========*/
.news {
  text-align: center;
}

.news h2 {
  font: 300 32px/35px "Work Sans";
  padding-bottom: 60px;
  color: var(--text-bluegray);
}

.btn-newslist {
  display: inline-block;
}

@media (max-width:995px) {
  .btn-newslist {
    display: block;
    padding: 0 24px;
  }
}

/*========= top - faq ===========*/
.bnr-faq a {
  font: 300 32px/35px "Work Sans";
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: transparent linear-gradient(133deg, #E3E6ED 0%, #E9EAEF 9%, #E7E7EF 18%, #E2E5EC 23%, #E8E9EE 27%, #EDEEF3 31%, #EAEBF0 39%, #E4E7EE 43%, #EBECF1 62%, #E1E4EB 63%, #E1E4EB 70%, #E1E4EB 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 996px;
  height: 190px;
}

.lead-faq {
  font: 300 14px/18px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  display: block;
  padding-top: 16px;
}

.btn-marshmallow{
  display: inline-block;
}

@media (max-width:1199px) {
  .bnr-faq a {
    width: 100%;
  }
  .btn-marshmallow{
    display: block;
  }
  
}

/*========= contents header ===========*/
.container-header {
  background: transparent linear-gradient(133deg, #E3E6ED 0%, #E9EAEF 9%, #E7E7EF 18%, #E2E5EC 23%, #E8E9EE 27%, #EDEEF3 31%, #EAEBF0 39%, #E4E7EE 43%, #EBECF1 62%, #E1E4EB 63%, #E1E4EB 70%, #E1E4EB 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 100%;
  height: 189px;
  text-align: center;
}

.content-header {
  height: 189px;
}

.content-header h2 {
  font: 300 32px/35px "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  padding-top: 60px;
}

.content-header p {
  font: 300 16px/28px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

@media(max-width:1199px) {
  .container-header {
    padding-top: 105px;
  }
}

@media(max-width:600px) {
  .content-header h2 {
    font: 300 28px/39px "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }
}

/*========= breadcrumbs ===========*/
.breadcrumbs {
  background-color: var(--lightGray);
}

.breadcrumbs ul {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  padding: 8px 0;
  scrollbar-width: none;
}

.breadcrumbs li {
  font: 300 14px/22px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  display: inline-block;
}

.breadcrumbs li:first-child a {
  display: inline-block;
  content: '';
  text-indent: -9999px;
  background: url(../assets/icon/home-20.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 22px;
}


.breadcrumbs li:after {
  display: inline-block;
  content: '>';
  padding: 0 4px;
}

.breadcrumbs li:last-child a {
  pointer-events: none;
}

.breadcrumbs li:last-child:after {
  content: ' ';
}

@media(max-width:1199px) {
  .breadcrumbs ul {
    padding: 8px 24px;
  }
}

/*========= article ===========*/
.article-title {
  border-bottom: 1px solid var(--border);
}

.article-title ul {
  display: flex;
  flex-direction: row;
  padding-bottom: 16px;
}

.article-title h2 {
  font: 300 33px/48px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  padding-bottom: 16px;
}

.article-date {
  font: 300 22px/22px "Work Sans";
  padding-right: 16px;
}

.article-list {
  padding-bottom: 60px;
}


.article-list li {
  border-bottom: 1px solid var(--border);
  padding: 20px 24px 20px 0;
  position: relative;
  list-style: none;
  text-align: left;
}


.article-list li:first-child {
  border-top: 1px solid var(--border);
}

.article-list li:after {
  display: block;
  content: "";
  position: absolute;
  top: 32%;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(../assets/icon/chevron-right-24.svg) no-repeat 0;
}

.article-body {
  text-align: left;
  padding: 24px 0;
}

.article-body img {
  max-width: 486px;
}

@media (max-width:996px) {
  .article-body img {
    max-width: 100%;
  }

  .article-title h2 {
    font: 300 25px/32px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    padding-bottom: 16px;
  }

  .article-title, .article-list, .article-body {
    margin: 0 24px;
  }

  .article-text {
    display: block;
    padding-top: 8px;
  }

  .btn-cosmetics-list {
    padding: 0 24px;
  }
}

/*========= works ===========*/
.suppliers h4 {
  color: var(--text-gray);
  padding-bottom: 16px;
}

.suppliers-list {
  background-color: var(--lightGray);
  padding: 24px;
  border-radius: 4px;
}

.suppliers-title {
  display: flex;
  color: var(--text-black);
  border-bottom: 1px solid var(--border);
  padding-bottom: 8px;
  margin-bottom: 8px;
  font: 600 14px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.suppliers-title:before {
  display: inline-block;
  margin: 0 5px 0 0;
  content: "";
  right: 10px;
  width: 24px;
  height: 20px;
  /**background: url(../assets/icon/portrait-24.svg) no-repeat 0;**/
  background-size: contain;
}

.hairmakeup:before {
  background: url(../assets/icon/portrait-24.svg) no-repeat 0;
}

.tv:before {
  background: url(../assets/icon/tv-24.svg) no-repeat 0;
}

.magazine:before {
  background: url(../assets/icon/magazine-24.svg) no-repeat 0;
}

.event:before {
  background: url(../assets/icon/events-24.svg) no-repeat 0;
}

.suppliers-text {
  padding-bottom: 24px;
}

@media(max-width:996px) {
  .suppliers {
    padding: 0 24px;
  }
}


/*========= faq ===========*/
.faq-title {
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  margin-bottom: 24px;
  font: 300 33px/48px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.faq-title li:before {
  display: inline-block;
  content: "Q.";
  margin: 0 16px 0 0;
  width: 40px;
  height: 48px;
  color: var(--text-bluegray);
  font: 300 40px/48px "Work Sans";
}

.faq-list li {
  border-bottom: 1px solid var(--border);
  padding: 20px 40px 20px 32px;
  top: 8px;
  position: relative;
  list-style: none;
}

.faq-list li:first-child {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0 20px 32px;
  top: 8px;
  position: relative;
  list-style: none;
}

.faq-list li:before {
  display: inline-block;
  content: "Q.";
  margin-top: 0;
  width: 40px;
  height: 26px;
  color: var(--text-bluegray);
  font: 300 24px/26px "Work Sans";
  position: absolute;
  left: 0;
}

.faq-list li:after {
  display: block;
  content: "";
  position: absolute;
  top: 32%;
  right: 10px;
  width: 28px;
  height: 28px;
  background: url(../assets/icon/chevron-right-24.svg) no-repeat 0;
}

.faq-body img {
  max-width: 486px;
}

.faq-body {
  text-align: left;
  padding-bottom: 24px;
}

.faq-body pre {
  display: block;
  margin: 1em 0;
  white-space: normal;
}

.faq-description {
  text-align: center;
  border: 1px solid var(--border);
  padding: 24px;
}

.faq-description p {
  margin: 24px;
}

.btn-faqlist {
  display: inline-block;
}

@media (max-width:996px) {
  .faq-description {
    margin: 24px;
  }

  .faq-list, .faq-title, .faq-body {
    margin: 0 24px 24px 24px;
  }

  .faq-title {
    font: 300 25px/32px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    display: flex;
    align-items: baseline;
  }

  .faq-body img {
    max-width: 100%;
  }

  .btn-faqlist {
    display: block;
    padding: 0 24px;
  }
}

/*========= seminar ===========*/
.seminar-infomation {
  margin: 0px 24px;
  margin-bottom: 160px;
}

.seminar-item {
  margin-bottom: 160px;
}

.seminar-item-title {
  padding-bottom: 24px;
}

.lead-seminar {
  font: 300 16px/20px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  display: block;
  margin-bottom: 8px;
}

.seminar-item-title h3 {
  font: 300 28px/39px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.seminar-item-body {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.seminar-image {
  flex-basis: 30%;
}

.seminar-description {
  flex-basis: 70%;
}

.seminar-introduction {
  padding-bottom: 24px;
}

.seminar-price {
  margin-bottom: 16px;
}

.seminar-price-number {
  font: 700 33px/48px "Roboto";
  padding-right: 4px;
}

.seminar-price-medium {
  font: 300 24px/39px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  padding-right: 4px;
}

.seminar-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px 0;
}

.seminar-detail {
  border: 1px solid var(--border);
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 4px;
}

.seminar-detail li {
  list-style-type: none;
}

.seminar-detail>li {
  list-style-type: '●';
  margin-left: 8px;
}

/**.seminar-detail li ul li ul li {
}**/

.seminar-detail li ul li ul li ul li ul li{
  text-indent: 16px;
}

.btn-seminar-entry {
  width: 100%;
  text-align: right;
}

.btn-seminar-entry li {
  display: inline-block;
}

.seminar-infomation {
  border: 1px solid var(--border);
  padding: 24px;
}

.seminar-infomatio-body {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.seminar-infomatio-body p {
  flex-basis: 70%;
  display: block;
}

.seminar-infomatio-image {
  flex-basis: 30%;
}

.seminar-note {
  margin: 0 24px;
  color: var(--bordeaux);
}

@media (max-width:1199px) {
  .seminar-item-title h3 {
    font: 300 21px/28px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .seminar-image {
    width: 50%;
    margin: 0 auto;
  }

  .seminar-item-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .seminar-item-title, .seminar-item-body {
    margin: 0 24px;
  }

  .seminar-item-body p {
    display: flex;
    flex-direction: column;
  }

  .seminar-infomatio-body {
    display: flex;
    flex-direction: column;
  }

  .seminar-infomatio-image {
    flex-basis: 30%;
  }

  .btn-seminar-entry li {
    display: block;
  }
}

/*========= cosmetics ===========*/
.important-message {
  border: 1px solid var(--border);
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 120px;
  border-radius: 4px;
}

.cosmetics-guide-text {
  flex-shrink: 2;
}

.pickup-message {
  border: 1px solid var(--border);
  padding: 24px;
  margin-bottom: 120px;
}

.cosmetics-guide-button {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 1;
  flex-basis: 440px;
}

.cosmetics-title {
  background: transparent linear-gradient(133deg, #E3E6ED 0%, #E9EAEF 9%, #E7E7EF 18%, #E2E5EC 23%, #E8E9EE 27%, #EDEEF3 31%, #EAEBF0 39%, #E4E7EE 43%, #EBECF1 62%, #E1E4EB 63%, #E1E4EB 70%, #E1E4EB 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 24px 24px 8px 24px;
}

.cosmetics-title h5 {
  font: 300 21px/28px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  padding-bottom: 8px;
}

.cosmetics-title h2 {
  font: 300 33px/48px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}

.cosmetics-recommend {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
}

.co-re-items{
  width: 24%;
  margin: 0 0.5% 1% 0.5%;
  padding: 0 0 1.5rem;
}

.co-re-img {
  text-align: center;
}

.co-re-copy{
  margin: 5px 0 5px 5px;
  font-size: 15px;
  line-height: 1.5;
}

.co-re-name {
  margin: 5px 0 5px 5px;
  font-size: 15px;
  font-weight: bold;
}

.goto-top{
  margin: 60px 0 0 0;
  padding: 8px 24px;
  background-color: var(--lightGray);
  border-radius: 4px;
  text-align: center;
}

@media(max-width:1199px) {
  .cosmetics-title h5 {
    font: 300 18px/28px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .cosmetics-title h2 {
    font: 300 28px/39px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .important-message {
    margin: 0 24px 24px 24px;
  }

  .cosmetics-recommend {
    padding: 16px;
    }

  .co-re-items{
    width: 32%;
  }

  .goto-top{
    margin: 24px 24px 0 24px;
  }
}

@media(max-width:600px) {
  .cosmetics-title h5 {
    font: 300 16px/21px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .cosmetics-title h2 {
    font: 300 25px/32px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }

  .co-re-items{
    width: 49%;
  }

  .important-message {
    display: flex;
    flex-direction: column;
    margin: 0 24px 24px 24px;
  }

  .cosmetics-guide-button {
    flex-basis: 100%;
  }
}


/*========= access ===========*/
.access {
  text-align: center;
}

.access-salonImage {
  width: 100%;
  padding-bottom: 60px;
}

.access-address {
  padding-bottom: 60px;
}

.access-map {
  width: 790px;
}

@media(max-width:600px) {
  .access-map {
    width: 100%;
  }
}

/*========= concept ===========*/
.content-message {
  text-align: center;
}

.content-image {
  padding-bottom: 40px;
}

.content-message-text {
  font: 300 4vw/38px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}
@media (min-width:641px) {
  .content-message-text {
    font: 300 16px/38px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  }
}

.profile {
  border: 1px solid var(--border);
  padding: 60px 102px;
  border-radius: 4px;
}

.profile h2 {
  text-align: center;
  font: 300 33px/48px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  display: block;
  padding-bottom: 60px;
}

.profile-image {
  text-align: center;
  padding-bottom: 60px;
}

.profile img {
  width: 375px;
}

.profile-text {
  text-align: left;
}

.profile-btn {
  width: 30%;
  padding-bottom: 40px;
}

.profile-career-title {
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  margin-bottom: 24px;
  text-align: left;
}

.profile-career {
  text-align: left;
}

.profile-career li {
  padding-left: 4.55em;
  text-indent: -4.55em;
}
@media(max-width:995px) {
  .profile-career li {
    font-size: 0.95em;
  }
}

@media(max-width:995px) {
  .content-image {
    padding: 0 24px 24px 24px;
  }

  .content-message {
    padding: 0 24px;
  }

  .profile {
    margin: 0 24px;
    padding: 24px;
  }

  .profile img {
    width: 70%;
  }

  .profile h2 {
    font: 300 25px/32px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    display: block;
    padding-bottom: 60px;
  }

  .profile-btn {
    width: 100%;
  }
}

@media(max-width:600px) {
  .content-message {
    padding: 0 24px;
  }

  .profile {
    margin: 0 24px;
    padding: 24px;
  }

  .profile img {
    padding-bottom: 40px;
  }

  .profile h2 {
    font: 300 25px/32px "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
    display: block;
    padding-bottom: 40px;
  }

  .profile-btn {
    width: 100%;
  }

}

/*========= terms ===========*/
.terms {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 1199px) {
  .terms {
    padding: 80px 30px 30px;
  }
}
.terms-heading {
  font-size: 20px;
  text-align: center;
}
.terms-note {
  margin: 1em auto;
  padding: 0 1em;
  border: 1px solid #575A60;
}
.terms-label {
  display: block;
  padding: 0 1em 2em;
  text-align: center;
}
.terms-btn {
  max-width: 260px;
  margin: 0 auto;
  opacity: 0.3;
  pointer-events: none;
  transition: .3s;
}
.terms-btn.is-available {
  opacity: 1;
  pointer-events: all;
}
@media(max-width:600px) {
  .terms {
    padding-top: 100px;
  }
}