@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

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

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

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

/* mixins
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

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

2024.1

----------------------------------------------------------------------------*/
.page-information {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-information {
    margin-top: 13.8666666667vw;
  }
}

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

MV

----------------------------------------------------------------------------*/
.hairmake-mv {
  width: 100%;
  min-height: 510px;
  background: url(../img/coordinate/hairmake/mv_bg_pc.jpg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .hairmake-mv {
    min-height: 0;
    background: #fff;
    margin-top: 11.97vmin;
  }
}
.hairmake-mv .content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hairmake-mv .content-inner {
    display: block;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hairmake-mv-image {
    width: 100%;
  }
}
.hairmake-mv-image img {
  max-width: 100%;
}

.hairmake-mv-content {
  width: 44%;
  padding: 45px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hairmake-mv-content {
    width: calc(100% - 10.6666666667vw);
    margin: -26.6666666667vw auto 0;
    padding: 0;
    background: none;
  }
}
.hairmake-mv-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 99, 112);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .hairmake-mv-content:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hairmake-mv-inner {
    padding: 6.9333333333vw 8.5333333333vw;
    background: url(../img/coordinate/hairmake/mv_content_bg_sp.jpg) no-repeat center center;
    background-size: 100%;
  }
}

.hairmake-mv-headline {
  margin: 0;
  font-size: 52px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Cinzel", serif;
  font-weight: 600;
  color: #fff;
  mix-blend-mode: normal;
}
@media screen and (max-width: 767px) {
  .hairmake-mv-headline {
    font-size: 9.0666666667vw;
  }
}

.hairmake-mv-subhead {
  padding-top: 20px;
  font-size: 23px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hairmake-mv-subhead {
    padding-top: 3.2vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.075em;
  }
}

.hairmake-mv-lead {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .hairmake-mv-lead {
    padding: 5vw 8.5333333333vw 0;
  }
}
.hairmake-mv-lead .is-text {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hairmake-mv-lead .is-text {
    font-size: 3.7333333333vw;
    color: initial;
    letter-spacing: 0.1em;
  }
}

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

アンカー

----------------------------------------------------------------------------*/
.hairmake-anchor {
  width: 100%;
  padding: 80px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .hairmake-anchor {
    padding: 11.7333333333vw 0;
  }
}

.hairmake-anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .hairmake-anchor-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.hairmake-anchor-item {
  width: 28.33%;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .hairmake-anchor-item {
    width: 100%;
    padding: 0;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .hairmake-anchor-item + .hairmake-anchor-item {
    margin-top: 2.6666666667vw;
  }
}
.hairmake-anchor-item span {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 24px 0;
  border-radius: 5px;
  border: 1px solid red;
  -webkit-transition: color ease 0.4s, background ease 0.4s;
  transition: color ease 0.4s, background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .hairmake-anchor-item span {
    padding: 4vw 0;
    border-radius: 0.6666666667vw;
  }
}
.hairmake-anchor-item span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  -webkit-transform: rotate(45deg) translateY(-4px);
          transform: rotate(45deg) translateY(-4px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
  -webkit-transition: border ease 0.4s;
  transition: border ease 0.4s;
}
@media screen and (max-width: 767px) {
  .hairmake-anchor-item span:after {
    right: 5.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.hairmake-anchor-item.is-long span {
  color: #ef6b89;
  border: 1px solid #ef6b89;
  background: #fffbfc;
}
.hairmake-anchor-item.is-long span:after {
  border-right: 1px solid #ef6b89;
  border-bottom: 1px solid #ef6b89;
}
@media screen and (min-width: 768px) {
  .hairmake-anchor-item.is-long a:hover span {
    background: #ef6b89;
  }
}
.hairmake-anchor-item.is-medium span {
  color: #af7cc7;
  border: 1px solid #af7cc7;
  background: #fffaff;
}
.hairmake-anchor-item.is-medium span:after {
  border-right: 1px solid #af7cc7;
  border-bottom: 1px solid #af7cc7;
}
@media screen and (min-width: 768px) {
  .hairmake-anchor-item.is-medium a:hover span {
    background: #af7cc7;
  }
}
.hairmake-anchor-item.is-short span {
  color: #2796dd;
  border: 1px solid #2796dd;
  background: #fafdfe;
}
.hairmake-anchor-item.is-short span:after {
  border-right: 1px solid #2796dd;
  border-bottom: 1px solid #2796dd;
}
@media screen and (min-width: 768px) {
  .hairmake-anchor-item.is-short a:hover span {
    background: #2796dd;
  }
}
.hairmake-anchor-item a:hover span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hairmake-anchor-item a:hover span:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

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

ヘア / メイクアップコンテンツ

----------------------------------------------------------------------------*/
.l-hairmake-wrap {
  width: 100%;
}

.hairmake-block {
  width: 100%;
  padding: 100px 0 110px;
}
@media screen and (max-width: 767px) {
  .hairmake-block {
    padding: 16.5333333333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hairmake-block .content-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.hairmake-block.section-long {
  background: #fff8fa url(../img/coordinate/hairmake/section_long_bg_pc.jpg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .hairmake-block.section-long {
    background: #fff8fa;
  }
}
@media screen and (max-width: 767px) {
  .hairmake-block.section-long .hairmake-item {
    background: #f9eef1 url(../img/coordinate/hairmake/section_long_item_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
.hairmake-block.section-long .hairmake-type-headline {
  color: #ef6b89;
}
.hairmake-block.section-long .hairmake-type-subhead {
  color: #ef6b89;
}
.hairmake-block.section-long .hairmake-type-subhead span:after {
  border-bottom: 3px solid #ef6b89;
}
.hairmake-block.section-long .hairmake-model-name .is-name .is-j,
.hairmake-block.section-long .hairmake-model-name .is-name .is-e {
  background: #ef6b89;
}
.hairmake-block.section-medium {
  background: #fdf6fe url(../img/coordinate/hairmake/section_medium_bg_pc.jpg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .hairmake-block.section-medium {
    background: #fdf6fe;
  }
}
@media screen and (max-width: 767px) {
  .hairmake-block.section-medium .hairmake-item {
    background: #f9eef1 url(../img/coordinate/hairmake/section_medium_item_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
.hairmake-block.section-medium .hairmake-type-headline {
  color: #af7cc7;
}
.hairmake-block.section-medium .hairmake-type-subhead {
  color: #af7cc7;
}
.hairmake-block.section-medium .hairmake-type-subhead span:after {
  border-bottom: 3px solid #af7cc7;
}
.hairmake-block.section-medium .hairmake-model-name .is-name .is-j,
.hairmake-block.section-medium .hairmake-model-name .is-name .is-e {
  background: #af7cc7;
}
.hairmake-block.section-short {
  background: #f2f9fd url(../img/coordinate/hairmake/section_short_bg_pc.jpg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .hairmake-block.section-short {
    background: #f2f9fd;
  }
}
@media screen and (max-width: 767px) {
  .hairmake-block.section-short .hairmake-item {
    background: #f9eef1 url(../img/coordinate/hairmake/section_short_item_bg_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}
.hairmake-block.section-short .hairmake-type-headline {
  color: #2796dd;
}
.hairmake-block.section-short .hairmake-type-subhead {
  color: #2796dd;
}
.hairmake-block.section-short .hairmake-type-subhead span:after {
  border-bottom: 3px solid #2796dd;
}
.hairmake-block.section-short .hairmake-model-name .is-name .is-j,
.hairmake-block.section-short .hairmake-model-name .is-name .is-e {
  background: #2796dd;
}

.hairmake-block-headline {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .hairmake-block-headline {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.hairmake-block-headline .lt-en {
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.17em;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 767px) {
  .hairmake-block-headline .lt-en {
    margin-bottom: 3.2vw;
    font-size: 5.6vw;
    letter-spacing: 0.15em;
  }
}

.hairmake-list {
  width: 100%;
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .hairmake-list {
    padding: 8.5333333333vw 0 0;
  }
}

.hairmake-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hairmake-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 17.0666666667vw;
  }
}
.hairmake-item:nth-of-type(2n) .hairmake-main-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .hairmake-item:nth-of-type(2n) .hairmake-main-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hairmake-item:nth-of-type(2n) .hairmake-main-image .hairmake-model-name {
  right: initial;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .hairmake-item:nth-of-type(2n) .hairmake-main-image .hairmake-model-name {
    right: 0;
    left: initial;
    bottom: 5.3333333333vw;
  }
}
.hairmake-item:nth-of-type(2n) .hairmake-main-image .hairmake-model-name .is-name {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hairmake-item:nth-of-type(2n) .hairmake-main-image .hairmake-model-name .is-name {
    text-align: right;
  }
}
.hairmake-item:nth-of-type(2n) .hairmake-type {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.hairmake-item + .hairmake-item {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .hairmake-item + .hairmake-item {
    margin-top: 0;
  }
}

.hairmake-main-image {
  width: 45%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hairmake-main-image {
    width: 100%;
  }
}
.hairmake-main-image .is-image {
  position: relative;
  z-index: 1;
}
.hairmake-main-image .is-image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 14px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 3px solid #cdbfa7;
}
@media screen and (max-width: 767px) {
  .hairmake-main-image .is-image:after {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    width: calc(100% - 6.6666666667vw);
    height: calc(100% - 6.6666666667vw);
  }
}
.hairmake-main-image .is-image img {
  max-width: 100%;
}

.hairmake-model-name {
  position: absolute;
  z-index: 1;
  right: -25px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hairmake-model-name {
    right: 0;
    bottom: 5.3333333333vw;
  }
}
.hairmake-model-name .is-name {
  text-align: right;
}
.hairmake-model-name .is-name .is-j {
  display: inline-block;
  background: #ef6b89;
  padding: 16px;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .hairmake-model-name .is-name .is-j {
    padding: 0 4.2666666667vw;
    height: 12.8vw;
    line-height: 12.8vw;
    font-size: 4.5333333333vw;
  }
}
.hairmake-model-name .is-name .is-j small {
  display: none;
}
.hairmake-model-name .is-name .is-e {
  display: inline-block;
  background: #ef6b89;
  padding: 16px;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .hairmake-model-name .is-name .is-e {
    padding: 0 4.2666666667vw;
    margin-top: 1.3333333333vw;
    height: 11.2vw;
    line-height: 11.2vw;
    font-size: 3.2vw;
  }
}

.hairmake-type {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .hairmake-type {
    width: 100%;
    padding: 19.7333333333vw 5.3333333333vw 0;
  }
}

.hairmake-type-headline {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .hairmake-type-headline {
    font-size: 4.5333333333vw;
    text-align: center;
  }
}

.hairmake-type-list {
  padding: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .hairmake-type-list {
    padding: 11.7333333333vw 5.3333333333vw 0;
  }
}

.hairmake-type-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hairmake-type-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.hairmake-type-item + .hairmake-type-item {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .hairmake-type-item + .hairmake-type-item {
    padding-top: 10.6666666667vw;
  }
}

.hairmake-type-image {
  width: 42.2%;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .hairmake-type-image {
    width: 100%;
    max-width: 100%;
  }
}
.hairmake-type-image img {
  max-width: 100%;
}

.hairmake-type-info {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .hairmake-type-info {
    width: 100%;
  }
}

.hairmake-type-subhead {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Cinzel", serif;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .hairmake-type-subhead {
    padding-top: 5.8666666667vw;
    font-size: 7.7333333333vw;
  }
}
.hairmake-type-subhead span {
  position: relative;
}
.hairmake-type-subhead span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
}

.hairmake-type-info-lead {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .hairmake-type-info-lead {
    padding-top: 5.8666666667vw;
  }
}
.hairmake-type-info-lead .is-text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hairmake-type-info-lead .is-text {
    font-size: 3.7333333333vw;
  }
}

.hairmake-detail-link {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .hairmake-detail-link {
    padding: 9.0666666667vw 5.3333333333vw 0;
  }
}
.hairmake-detail-link .is-btn {
  display: inline-block;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 24px 5em;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.1;
  color: #454545;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .hairmake-detail-link .is-btn {
    width: 100%;
    padding: 4.2666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.hairmake-detail-link .is-btn:before, .hairmake-detail-link .is-btn:after {
  content: "";
  display: block;
  position: absolute;
}
.hairmake-detail-link .is-btn:before {
  right: 18px;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #c1c1c2;
}
@media screen and (max-width: 767px) {
  .hairmake-detail-link .is-btn:before {
    right: 4.2666666667vw;
    top: calc(50% - 2.6666666667vw);
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.hairmake-detail-link .is-btn:after {
  top: 50%;
  right: 30px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}
@media screen and (max-width: 767px) {
  .hairmake-detail-link .is-btn:after {
    right: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .hairmake-detail-link a:hover .is-btn {
    background: #edeef0;
  }
}

.hairmake-bottom-banner {
  width: 100%;
  padding: 50px 20px 0;
}
@media screen and (max-width: 767px) {
  .hairmake-bottom-banner {
    padding: 6.6666666667vw 0 0;
  }
}

.hairmake-bottom-banner-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .hairmake-bottom-banner-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.hairmake-bottom-banner-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hairmake-bottom-banner-item {
    width: 100%;
    text-align: center;
  }
}
.hairmake-bottom-banner-item:nth-of-type(2n) {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .hairmake-bottom-banner-item:nth-of-type(2n) {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .hairmake-bottom-banner-item + .hairmake-bottom-banner-item {
    padding: 2.1333333333vw 0 0;
  }
}
.hairmake-bottom-banner-item a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hairmake-bottom-banner-item a:hover img {
    opacity: 1;
  }
}
.hairmake-bottom-banner-item .is-image {
  max-width: 500px;
}
.hairmake-bottom-banner-item .is-image img {
  max-width: 100%;
  border-radius: 5px;
}
.hairmake-bottom-banner-item .is-info {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hairmake-bottom-banner-item .is-info .is-text {
  width: 60%;
  margin-left: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hairmake-bottom-banner-item .is-info .is-text {
    font-size: 2.6666666667vw;
  }
}
.hairmake-bottom-banner-item .is-info .is-text .lt-en {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .hairmake-bottom-banner-item .is-info .is-text .lt-en {
    font-size: 4.2666666667vw;
  }
}

.hairmake-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
.hairmake-banner .bnr {
  width: 500px;
  margin: 0 16px;
}
.hairmake-banner .bnr ._inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  text-align: center;
  position: relative;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.hairmake-banner .bnr ._inner:hover {
  opacity: 0.7;
}
.hairmake-banner .bnr ._inner .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.28em;
  line-height: 1;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 6em;
}
.hairmake-banner .bnr ._inner .ttl .txt-jp {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #333333;
  font-weight: normal;
  margin-top: 0.8em;
}
.hairmake-banner .bnr ._inner .ic-arrow-lrg {
  position: absolute;
  right: 30px;
  top: calc(50% - 20px);
}
.hairmake-banner .bnr.bnr-coordinate ._inner {
  background-image: url(../img/collection/accessories/bnr-hairmake-pc1.jpg);
}
.hairmake-banner .bnr.bnr-hairstyle ._inner {
  background-image: url(../img/collection/accessories/bnr-hairmake-pc2.jpg);
}
@media screen and (max-width: 767px) {
  .hairmake-banner {
    display: block;
    margin-top: 7.47vmin;
    padding: 0 1.3vmin;
  }
  .hairmake-banner .bnr {
    width: 100%;
    margin: 0 auto 4.27vmin;
  }
  .hairmake-banner .bnr ._inner {
    height: 37.3vmin;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hairmake-banner .bnr ._inner .ttl {
    font-size: 4.27vmin;
    letter-spacing: 0.28em;
    margin-left: 0;
  }
  .hairmake-banner .bnr ._inner .ttl .txt-jp {
    font-size: 2.6vmin;
    margin-top: 0.8em;
  }
  .hairmake-banner .bnr ._inner .ic-arrow-lrg {
    position: relative;
    right: 0;
    top: 0;
    height: 7.2vmin;
    width: 7.2vmin;
  }
  .hairmake-banner .bnr ._inner .ic-arrow-lrg:after {
    height: 4px;
    width: 4px;
    top: calc(50% - 2px);
    left: calc(50% - 4px);
  }
  .hairmake-banner .bnr.bnr-coordinate ._inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-image: url(../img/collection/accessories/bnr-hairmake-sp1.jpg);
    padding-left: 5.33vmin;
    padding-top: 2.6vmin;
  }
  .hairmake-banner .bnr.bnr-coordinate ._inner .ic-arrow-lrg {
    margin: 3.73vmin 0 0 17vmin;
  }
  .hairmake-banner .bnr.bnr-hairstyle ._inner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-image: url(../img/collection/accessories/bnr-hairmake-sp2.jpg);
    padding-right: 5.33vmin;
    padding-top: 2.6vmin;
  }
  .hairmake-banner .bnr.bnr-hairstyle ._inner .ttl {
    text-align: left;
  }
  .hairmake-banner .bnr.bnr-hairstyle ._inner .ic-arrow-lrg {
    margin: 3.73vmin 14vmin 0 0;
  }
}