/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.is__beautyhair .cmn__ttl:not(.is__color) {
  color: inherit; }
.is__beautyhair .cmn__txt strong {
  font-weight: bold; }

.cmn__btn.is__anchor {
  position: relative;
  background-image: none; }
  .cmn__btn.is__anchor::after {
    content: '';
    width: .6em;
    height: 1.2em;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .6em;
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.428%22%20height%3D%2221.23%22%20viewBox%3D%220%200%2012.428%2021.23%22%3E%3Cpath%20id%3D%22cmn__arrow%22%20data-name%3D%22cmn__arrow%22%20d%3D%22M660.325%2C12965.795l8.807%2C8.493-8.807%2C8.5%22%20transform%3D%22translate%28-658.204%20-12963.674%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    transform: rotate(90deg); }

@media (min-width: 769px) {
  .is__beautyhair .cmn__ttl.is__serif_l {
    font-size: 34px; } }
.bty_kv__wrp {
  width: 100%;
  position: relative;
  background-repeat: no-repeat; }
  .bty_kv__wrp .cmn__inr {
    margin-top: 0;
    z-index: 2; }
  .bty_kv__wrp .is__caption {
    margin-top: 1em;
    display: block;
    font-size: 75%;
    color: #484848; }

.bty_kv__dsc {
  letter-spacing: .05em; }
  .bty_kv__dsc strong {
    color: #C27358; }

.bty_kv__txt {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: 'Noto Serif JP', serif; }
  .bty_kv__txt strong {
    width: 3em;
    display: block;
    position: relative;
    color: #fff;
    text-align: center; }
    .bty_kv__txt strong::before {
      content: '';
      width: 3em;
      height: 3em;
      margin: auto;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: -1;
      background-color: #C27358;
      border-radius: 50%; }

@media (max-width: 768px) {
  .bty_kv__wrp {
    padding-top: 12vw;
    background-position: center top 30.13vw;
    background-size: 100%;
    background-image: url(/resource/ladies/beautyhair/images/bty_kv__img.jpg); }

  .cmn_main__ttl {
    margin-bottom: 70.8vw; }

  .bty_kv__dsc {
    width: 100%;
    margin-bottom: 9.46vw; }
    .bty_kv__dsc .cmn__ttl {
      margin-bottom: 1.2em;
      text-align: center;
      font-size: 6.13vw; }

  .bty_kv__txt {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 5.06vw; }
    .bty_kv__txt strong {
      margin-right: .4em; }
    .bty_kv__txt span + span {
      margin-top: 6vw; } }
@media (min-width: 769px) {
  .bty_kv__wrp {
    height: 557px;
    padding-top: 115px;
    background-position: right top;
    background-size: auto 100%;
    background-image: url(/resource/ladies/beautyhair/images/bty_kv__img_pc.png); }
    .bty_kv__wrp .cmn__inr {
      width: 960px; }
    .bty_kv__wrp .cmn_main__ttl {
      margin-bottom: 120px; }

  .bty_kv__dsc .cmn__ttl {
    margin-bottom: 34px;
    font-size: 36px; }

  .bty_kv__txt {
    font-size: 24px;
    justify-content: flex-start; }
    .bty_kv__txt strong {
      margin-right: .2em; } }
.bty_bnr__wrp {
  margin-left: auto;
  margin-right: auto;
  display: block; }

@media (max-width: 768px) {
  .bty_bnr__wrp {
    width: 89.33vw;
    margin-top: 13.33vw;
    margin-bottom: 13.33vw; } }
@media (min-width: 769px) {
  .bty_bnr__wrp {
    width: 960px;
    margin-top: 80px;
    margin-bottom: 80px; } }
.is__sign.cmn__bg {
  background: #efe4db;
  background: -moz-linear-gradient(top, #efe4db 0%, white 100%);
  background: -webkit-linear-gradient(top, #efe4db 0%, white 100%);
  background: linear-gradient(to bottom, #efe4db 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe4db', endColorstr='#ffffff',GradientType=0 ); }
.is__sign .cmn__inr {
  margin-top: 0; }

.bty_sign__img {
  margin-left: auto;
  margin-right: auto; }

.bty_sign__box {
  width: 100%;
  background-color: #fff; }
  .bty_sign__box .cmn__ttl + .cmn__ttl {
    line-height: 2; }

.bty_sign_old__wrp {
  width: 100%; }
  .bty_sign_old__wrp .cmn_column__wrp {
    margin-left: auto;
    margin-right: auto; }
  .bty_sign_old__wrp .cmn__ttl span {
    padding-left: 1em;
    padding-right: 1em;
    position: relative; }
    .bty_sign_old__wrp .cmn__ttl span::before, .bty_sign_old__wrp .cmn__ttl span::after {
      content: '';
      width: 2px;
      height: .8em;
      margin: auto;
      display: block;
      position: absolute;
      bottom: .2em;
      background-color: #C27358;
      border-radius: 2px; }
    .bty_sign_old__wrp .cmn__ttl span::before {
      left: 0;
      transform: rotate(-22deg); }
    .bty_sign_old__wrp .cmn__ttl span::after {
      right: 0;
      transform: rotate(22deg); }
  .bty_sign_old__wrp .cmn_column__inr .cmn__txt {
    line-height: 1; }
    .bty_sign_old__wrp .cmn_column__inr .cmn__txt span {
      font-size: 154%;
      font-family: 'Noto Serif JP', serif; }

@media (max-width: 768px) {
  .bty_sign__img {
    width: 100%; }

  .bty_sign__box {
    margin-top: 7.54vw;
    padding-top: 8.32vw;
    padding-bottom: 11.65vw;
    border-radius: 2.66vw;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.07); }
    .bty_sign__box .cmn__ttl {
      font-size: 5.06vw; }
      .bty_sign__box .cmn__ttl + .cmn__ttl {
        margin-top: 6.7vw;
        font-size: 3.73vw; }
    .bty_sign__box .cmn__btn {
      margin-top: 6.7vw;
      padding-top: .5em;
      padding-bottom: .5em; }

  .bty_sign_old__wrp {
    margin-top: 20.53vw; }
    .bty_sign_old__wrp .cmn_column__wrp {
      width: 69.06vw;
      margin-top: 13.33vw;
      margin-bottom: 10.89vw; }
      .bty_sign_old__wrp .cmn_column__wrp .cmn_column__inr:nth-child(n+3) {
        margin-top: 5.24vw; }
    .bty_sign_old__wrp .cmn_column__inr {
      width: 32.62vw; }
      .bty_sign_old__wrp .cmn_column__inr .cmn__txt {
        margin-top: .5em; } }
@media (min-width: 769px) {
  .bty_sign__img {
    width: 839px; }

  .bty_sign__box {
    margin-top: 28px;
    padding-top: 59px;
    padding-bottom: 48px;
    border-radius: 20px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.07); }
    .bty_sign__box .cmn__ttl + .cmn__ttl {
      margin-top: 27px;
      font-size: 20px; }
    .bty_sign__box .cmn__btn {
      width: 320px;
      margin-top: 40px;
      padding-top: 14px;
      padding-bottom: 14px;
      font-size: 14px; }

  .bty_sign_old__wrp {
    margin-top: 85px; }
    .bty_sign_old__wrp .cmn_column__wrp {
      width: 764px;
      margin-top: 36.6px;
      margin-bottom: 36.6px; }
    .bty_sign_old__wrp .cmn_column__inr {
      width: 176px; }
      .bty_sign_old__wrp .cmn_column__inr .cmn__txt {
        margin-top: .5em; } }
.is__after.cmn__bg {
  background-color: #D7A476; }
  .is__after.cmn__bg::before {
    content: '';
    width: 0px;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    border-color: transparent;
    border-top-color: #fff;
    border-style: solid; }
.is__after .cmn__ttl.is__serif_l {
  color: #fff; }

.bty_after__img {
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.bty_after__caption {
  position: absolute; }

@media (max-width: 768px) {
  .is__after.cmn__bg {
    padding-top: 16.66vw;
    padding-bottom: 13.33vw; }
    .is__after.cmn__bg::before {
      border-top-width: 6.9vw;
      border-left-width: 11.33vw;
      border-right-width: 11.33vw;
      border-bottom-width: 6.9vw; }
  .is__after .cmn__ttl.is__serif_l {
    font-size: 5.06vw; }

  .bty_after__img {
    width: 61.91vw; }

  .bty_after__caption {
    width: 32.56vw;
    right: -14.8vw;
    bottom: 8.81vw; } }
@media (min-width: 769px) {
  .is__after.cmn__bg {
    padding-top: 84px;
    padding-bottom: 105px; }
    .is__after.cmn__bg::before {
      border-top-width: 34px;
      border-left-width: 57px;
      border-right-width: 57px;
      border-bottom-width: 34px; }

  .bty_after__img {
    width: 763.37px; }

  .bty_after__caption {
    width: 208px;
    right: -140px;
    top: -26px; } }
.is__treatment .cmn_column__inr {
  width: 100%; }

.bty_approach__img {
  width: 100%;
  display: block;
  position: relative; }
  .bty_approach__img::before {
    content: '';
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/resource/ladies/beautyhair/images/bty_approach__arrow.svg); }

@media (max-width: 768px) {
  .is__treatment.cmn__inr {
    width: 89.33vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .is__treatment .cmn__ttl.is__serif_l {
    padding-bottom: 6.74vw; }
    .is__treatment .cmn__ttl.is__serif_l + .cmn__txt {
      margin-bottom: 13.4vw; }

  .is__treatment > .cmn__ttl.is__serif_s {
    margin-bottom: 7.2vw; }
  .is__treatment .cmn_column__inr {
    width: 100%; }
    .is__treatment .cmn_column__inr .cmn__ttl.is__serif_s {
      margin-top: 7.2vw;
      margin-bottom: 2.98vw;
      font-size: 4.8vw; }
    .is__treatment .cmn_column__inr + .cmn_column__inr {
      margin-top: 9.33vw; }
    .is__treatment .cmn_column__inr .cmn__txt {
      margin-bottom: 0; } }
@media (min-width: 769px) {
  .is__treatment > .cmn__ttl.is__serif_s {
    margin-bottom: 39px; }
  .is__treatment .cmn_column__inr {
    width: 300px; }
    .is__treatment .cmn_column__inr .cmn__ttl.is__serif_s {
      height: 3.5em;
      display: flex;
      align-items: center;
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 22px; } }
.is__approach.cmn__bg {
  background: -moz-linear-gradient(-45deg, rgba(239, 202, 170, 0.2) 0%, rgba(255, 132, 112, 0.2) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(239, 202, 170, 0.2) 0%, rgba(255, 132, 112, 0.2) 100%);
  background: linear-gradient(135deg, rgba(239, 202, 170, 0.2) 0%, rgba(255, 132, 112, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33efcaaa', endColorstr='#33ff8470',GradientType=1 ); }

.bty_approach__box {
  display: block;
  position: relative; }

.bty_approach__txt {
  font-weight: bold;
  line-height: 1.84; }
  .bty_approach__txt strong {
    font-size: 118.18%;
    color: #C27358; }

.bty_approach__sbt {
  display: inline-block;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
  font-weight: bold;
  background-color: #FF8470; }

@media (max-width: 768px) {
  .bty_approach__img {
    padding-bottom: 8vw; }
    .bty_approach__img::before {
      width: 1.24vw;
      height: 11.65vw; }

  .bty_approach__box {
    margin-top: 7vw;
    text-align: center; }

  .bty_approach__txt {
    padding-bottom: 59.93vw;
    position: relative;
    font-size: 4vw;
    text-align: center; }
    .bty_approach__txt strong {
      font-size: 4.8vw; }
    .bty_approach__txt::before {
      content: '';
      width: 67.06vw;
      height: 47.59vw;
      margin: auto;
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 4.28vw;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(/resource/ladies/beautyhair/images/bty_approach__bg.png); }

  .bty_approach__sbt {
    padding: .5em 0 .5em .5em;
    font-size: 4.53vw; } }
@media (min-width: 769px) {
  .bty_approach__img {
    padding-bottom: 67px; }
    .bty_approach__img::before {
      width: 9.37px;
      height: 90.16px; }

  .bty_approach__box {
    margin-top: 47px; }
    .bty_approach__box::before {
      content: '';
      width: 372px;
      height: 264px;
      margin: auto;
      display: block;
      position: absolute;
      right: 0;
      top: -62px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(/resource/ladies/beautyhair/images/bty_approach__bg.png); }

  .bty_approach__txt {
    margin-bottom: 30px;
    font-size: 22px; }

  .bty_approach__sbt {
    padding: 8px 13px 13px 24px;
    font-size: 34px; } }
.is__effect.cmn__bg {
  background-color: #D7A476; }
.is__effect .cmn__inr {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff; }

.bty_effect__img {
  margin-left: auto; }

@media (max-width: 768px) {
  .is__effect.cmn__bg {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw; }
  .is__effect .cmn__inr {
    width: 89.33vw;
    padding: 9.7vw 7.33vw;
    border-radius: 2.66vw; }

  .bty_effect__img {
    width: 58.66vw;
    margin: 10.53vw auto 9.61vw; } }
@media (min-width: 769px) {
  .is__effect.cmn__bg {
    padding-top: 100px;
    padding-bottom: 100px; }
  .is__effect .cmn__inr {
    width: 960px;
    padding: 60px 67px;
    border-radius: 20px; }

  .bty_effect__img {
    width: 727px;
    margin-top: 46px; } }
@media (max-width: 768px) {
  .is__cost .cmn_tbl__wrp {
    margin-top: 10.53vw; } }
@media (min-width: 769px) {
  .is__cost .cmn_tbl__wrp {
    margin-top: 58px; } }
.bty_salon_menu__wrp {
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #D7A476;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .bty_salon_menu__wrp h3.cmn__ttl {
    padding-left: 1em;
    padding-right: 1em;
    margin: auto;
    display: inline-table;
    position: absolute;
    top: -1.5em;
    left: 0;
    right: 0;
    background-color: #F9F7F7; }

.bty_salon_menu__sbt {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-family: 'Noto Serif JP', serif;
  line-height: 1; }
  .bty_salon_menu__sbt .cmn__txt {
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
    color: #C27358; }

.bty_salon__txt {
  color: #fff;
  background-color: #C27358; }

.bty_salon_menu__dsc .is__after {
  position: relative; }
  .bty_salon_menu__dsc .is__after::before {
    content: '';
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/resource/ladies/beautyhair/images/bty_salon_menu__arrow.svg); }

.bty_salon_sct__wrp {
  width: 100%;
  position: relative; }
  .bty_salon_sct__wrp > .cmn__ttl {
    width: 100%;
    display: block;
    border-bottom: 1px solid #C27358; }

@media (max-width: 768px) {
  .is__salon .cmn_column__wrp {
    margin-top: 12.49vw;
    margin-bottom: 22.21vw; }
  .is__salon .cmn_column__inr {
    width: 100%; }
    .is__salon .cmn_column__inr.is__img {
      margin-bottom: 10.84vw; }

  .bty_salon__logo {
    width: 44.66vw;
    margin-bottom: 7.33vw; }

  .bty_salon_menu__wrp {
    padding: 15.78vw 7.2vw 10.66vw; }

  .bty_salon_menu__box {
    width: 100%;
    margin-bottom: 12.62vw;
    display: block; }

  .bty_salon_menu__img {
    width: 100%;
    margin-bottom: 8.73vw; }

  .bty_salon_menu__sbt {
    margin-bottom: 4.42vw; }

  .bty_salon_menu__dsc {
    width: 100%; }
    .bty_salon_menu__dsc .is__before {
      padding-left: 2.64vw;
      padding-right: 1.86vw;
      font-size: 4.53vw; }
    .bty_salon_menu__dsc .is__after {
      padding-left: 5.6vw;
      font-size: 6.93vw; }
      .bty_salon_menu__dsc .is__after::before {
        width: 9.78vw;
        height: 3.34vw; }

  .bty_salon__txt {
    padding: 2.4vw;
    font-size: 4.66vw; }

  .bty_salon_sct__box + .bty_salon_sct__box {
    margin-top: 8vw; }

  .bty_salon_sct__wrp + .bty_salon_sct__wrp {
    margin-top: 13.33vw; }
  .bty_salon_sct__wrp > .cmn__ttl {
    padding-bottom: 2.44vw;
    margin-bottom: 5.33vw;
    font-size: 4.53vw; }

  .bty_salon_sct__ttl {
    font-size: 8vw; }
    .bty_salon_sct__ttl .is__serif_s span {
      padding-right: .2em;
      font-size: 4.53vw; }
    .bty_salon_sct__ttl .is__bold {
      font-size: 4.26vw; } }
@media (min-width: 769px) {
  .is__salon .cmn_column__wrp {
    margin-top: 60px;
    margin-bottom: 133px; }
  .is__salon .cmn_column__inr {
    width: 50%; }
    .is__salon .cmn_column__inr.is__img {
      width: 420px; }

  .bty_salon__logo {
    width: 240px;
    margin-bottom: 32px; }

  .bty_salon_menu__wrp {
    padding: 82px 80px 60px; }

  .bty_salon_menu__box {
    width: 100%;
    margin-bottom: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .bty_salon_menu__img {
    width: 300px; }

  .bty_salon_menu__sbt {
    margin-bottom: 25px; }

  .bty_salon_menu__dsc {
    width: calc(100% - 335px); }
    .bty_salon_menu__dsc .is__before {
      padding-left: 19px;
      padding-right: 10px;
      font-size: 26px; }
    .bty_salon_menu__dsc .is__after {
      padding-left: 30px;
      font-size: 40px; }
      .bty_salon_menu__dsc .is__after::before {
        width: 25.8px;
        height: 7.34px; }

  .bty_salon__txt {
    padding: 17px;
    font-size: 24px; }

  .bty_salon_sct__box + .bty_salon_sct__box {
    margin-top: 13px; }

  .bty_salon_sct__wrp + .bty_salon_sct__wrp {
    margin-top: 45px; }
  .bty_salon_sct__wrp > .cmn__ttl {
    padding-bottom: 7.6px;
    margin-bottom: 18px;
    font-size: 24px; }

  .bty_salon_sct__ttl {
    font-size: 30px; }
    .bty_salon_sct__ttl .is__serif_s span {
      padding-right: .2em;
      font-size: 20px; }
    .bty_salon_sct__ttl .is__bold {
      font-size: 18px; } }
.bty_support__img {
  margin-left: auto;
  margin-right: auto; }

.bty_support__ttl .cmn__ttl, .bty_support__ttl .cmn__txt {
  line-height: 1.6; }
.bty_support__ttl .cmn__txt {
  margin-top: .5em;
  display: block; }

@media (max-width: 768px) {
  .is__support .cmn_column__wrp {
    margin-top: 9.33vw;
    flex-direction: column; }
  .is__support .cmn_column__inr {
    width: 100%; }
    .is__support .cmn_column__inr + .cmn_column__inr {
      margin-top: 13.33vw; }

  .bty_support__ttl {
    padding-top: 5.64vw;
    padding-bottom: 5.64vw;
    text-align: center; }
    .bty_support__ttl .cmn__ttl {
      font-size: 4.26vw; }

  .is__product1 .bty_support__img {
    width: 48vw; }

  .is__product2 .bty_support__img {
    width: 13.89vw; }

  .is__product3 .bty_support__img {
    width: 34.4vw; } }
@media (min-width: 769px) {
  .is__support .cmn_column__wrp {
    margin-top: 55px; }
  .is__support .cmn_column__inr .cmn__txt.is__s {
    font-size: 14px; }
    .is__support .cmn_column__inr .cmn__txt.is__s .cmn__txt.is__s {
      font-size: 12px; }

  .bty_support__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .bty_support__ttl .cmn__ttl {
      font-size: 20px; }

  .is__product1 .bty_support__img {
    width: 272px; }
  .is__product1 .bty_support__ttl {
    height: 150px; }

  .is__product2 .bty_support__img {
    width: 66px; }
  .is__product2 .bty_support__ttl {
    height: 148px; }

  .is__product3 .bty_support__img {
    width: 163px; }
  .is__product3 .bty_support__ttl {
    height: 130px; }
    .is__product3 .bty_support__ttl > * {
      margin-top: -1em; } }
.is__remedy.cmn__inr {
  border-top: 1px solid #E2E2E2; }
  @media (min-width: 769px) {
    .is__remedy.cmn__inr {
      padding-top: 100px; } }
  @media (max-width: 768px) {
    .is__remedy.cmn__inr {
      width: 89.3333vw;
      padding-top: 14.4vw;
      padding-left: 0;
      padding-right: 0; } }

.bty_remedy__box {
  width: 100%; }
  @media (max-width: 768px) {
    .bty_remedy__box + .bty_remedy__box {
      margin-top: 14.6666vw; } }
  @media (min-width: 769px) {
    .bty_remedy__box + .bty_remedy__box {
      margin-top: 80px; } }

.bty_remedy__img {
  position: relative; }
  .bty_remedy__img .cmn__txt {
    width: 100%;
    padding: .5em 1em;
    display: block;
    line-height: 1;
    font-family: 'Noto Serif JP', serif; }
  @media (max-width: 768px) {
    .bty_remedy__img {
      margin-top: 4vw;
      margin-bottom: 6.4266vw; } }
  @media (min-width: 769px) {
    .bty_remedy__img {
      margin-top: 20px;
      margin-bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
