@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.
 */
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;
  position: relative;
  z-index: 1;
}

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

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

/* テキストエリアのりサイズ縦のみ可 */
textarea {
  resize: vertical;
}

html {
  min-width: 1px;
}

.scrollFade {
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.scrollFade_blk {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  z-index: 0;
}

.scrollFade_blk:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 800px 0 0 300px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: -300px;
  top: 0;
}

.scrollFade_blk:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 800px 300px;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  left: -300px;
  top: 0;
}

.txtLink {
  padding: 0 3px 0 16px;
  background: url(/common/images/ico_ar_r_pu.svg) no-repeat 6px center;
  -webkit-background-size: 5px auto;
          background-size: 5px auto;
}
.txtLink.-w {
  color: #fff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 6px center;
  -webkit-background-size: 5px auto;
          background-size: 5px auto;
}

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

.txtLink-pdf {
  padding-right: 20px;
  background: url(/common/images/ico_ar_r_pu.svg) no-repeat 6px center, url(/common/images/ico_pdf_pu.svg) no-repeat 99% center;
  -webkit-background-size: 5px auto, 10px auto;
          background-size: 5px auto, 10px auto;
}
.txtLink-pdf.-w {
  color: #fff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 6px center, url(/common/images/ico_pdf_w.svg) no-repeat 99% center;
  -webkit-background-size: 5px auto, 10px auto;
          background-size: 5px auto, 10px auto;
}

.txtLink-blank {
  padding-right: 22px;
  background: url(/common/images/ico_ar_r_pu.svg) no-repeat 6px center, url(/common/images/ico_blank_pu.svg) no-repeat 97% 55%;
  -webkit-background-size: 5px auto, 14px auto;
          background-size: 5px auto, 14px auto;
}
.txtLink-blank.-w {
  color: #fff;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat 6px center, url(/common/images/ico_blank_w.svg) no-repeat 97% 55%;
  -webkit-background-size: 5px auto, 14px auto;
          background-size: 5px auto, 14px auto;
}

.txtLink-noar {
  padding: 0 3px 0 0;
  background: none;
}

.hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hover:hover {
  opacity: 0.7 !important;
}

.bold {
  font-weight: 500;
}

.txtCenter {
  text-align: center;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.inImg {
  font-size: 1px;
  line-height: 0.1;
  vertical-align: top;
}
.inImg img {
  width: 100%;
  height: auto;
}

.imgNotes {
  position: absolute;
  right: 7px;
  bottom: 5px;
  font-size: 0.63rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
  text-align: right;
}
.imgNotes.-b {
  color: #000;
  text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.imgNotes.-noshadow {
  text-shadow: none;
}

.telCall a {
  color: inherit;
}

.disable-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.dispPc {
  display: block;
}

.dispPcTab {
  display: block;
}

.dispTab {
  display: none;
}

.dispTabSp {
  display: none;
}

.dispSp {
  display: none;
}

.dispSpS {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    min-width: 2px;
  }
  .txtLink:hover {
    text-decoration: none;
  }
  .hover:hover {
    opacity: 1 !important;
  }
  .dispPc {
    display: none;
  }
  .dispPcTab {
    display: block;
  }
  .dispTab {
    display: block;
  }
  .dispTabSp {
    display: block;
  }
  .dispSp {
    display: none;
  }
  .dispSpS {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  html {
    min-width: 3px;
  }
  .hover:hover {
    opacity: 1 !important;
  }
  .dispPc {
    display: none;
  }
  .dispPcTab {
    display: none;
  }
  .dispTab {
    display: none;
  }
  .dispTabSp {
    display: block;
  }
  .dispSp {
    display: block;
  }
  .dispSpS {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 374px) {
  .dispSpS {
    display: block;
  }
}
/*共通設定-----------------------------------------------------------------------------------------------------------------*/
/* --------------------
WEBフォント読み込み
-------------------- */
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 200;
  font-style: normal;
  src: url("fonts/NotoSansCJKjp-Light.woff") format("woff"), url("fonts/NotoSansCJKjp-Light.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("fonts/NotoSansCJKjp-DemiLight.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/NotoSansCJKjp-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  font-style: bold;
  src: url("fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("fonts/NotoSansCJKjp-Medium.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  font-style: bold;
  src: url("fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/NotoSansCJKjp-Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "ELLEnovaFont";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/ElleNovCBoo.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ELLEnovaFont";
  font-weight: 500;
  font-style: normal;
  src: url("fonts/ElleNovCMed.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ELLEnovaFont";
  font-weight: 700;
  font-style: bold;
  src: url("fonts/ElleNovCBol.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ELLEnovaFont";
  font-weight: 900;
  font-style: bold;
  src: url("fonts/ElleNovCBla.woff") format("woff");
  font-display: swap;
}
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
}

strong {
  font-weight: bolder;
}

html {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
html.ios {
  height: 100vh;
}

body {
  width: 100%;
  height: 100%;
}

:focus, :active {
  outline: 0;
}

ol, ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: top;
}

header, nav, article, aside, footer, hgroup, figure, section {
  display: block;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* リンクテキストの設定 */
a {
  text-decoration: none;
  cursor: pointer;
  color: #282727;
}

a:hover,
a:active {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
}

.disableTel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

input[type=text], [type=tel], textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #cccccc;
  background: #ffffff;
  border-radius: 3px;
  padding: 16px;
  font-size: 1.13rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: 100%;
}

input[type=checkbox], [type=radio] {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

label {
  cursor: pointer;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 120%;
  height: 100%;
  line-height: 1.2;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}
select option {
  color: #000000;
  background: #ffffff;
}

.selectOuter {
  overflow: hidden;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.selectOuter.-b {
  border-bottom: 2px solid #000;
}

.selectParts {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/common/images/ico_ar_b_w.svg) no-repeat right 3px center, -webkit-gradient(linear, left top, right top, from(rgba(89, 89, 89, 0)), color-stop(70%, rgba(89, 89, 89, 0)), color-stop(92%, rgb(89, 89, 89)), to(rgb(89, 89, 89)));
  background: url(/common/images/ico_ar_b_w.svg) no-repeat right 3px center, -webkit-linear-gradient(left, rgba(89, 89, 89, 0) 0%, rgba(89, 89, 89, 0) 70%, rgb(89, 89, 89) 92%, rgb(89, 89, 89) 100%);
  background: url(/common/images/ico_ar_b_w.svg) no-repeat right 3px center, linear-gradient(to right, rgba(89, 89, 89, 0) 0%, rgba(89, 89, 89, 0) 70%, rgb(89, 89, 89) 92%, rgb(89, 89, 89) 100%);
  -webkit-background-size: 14px auto, cover;
          background-size: 14px auto, cover;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  background: #ffffff;
  color: #282727;
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  text-align: center;
  font-size: 1.13rem;
  font-weight: 300;
}

.flatpickr-calendar {
  font-size: 0.75rem !important;
}

.flatpickr-current-month input.cur-year {
  pointer-events: none;
}

.modal {
  display: none;
  width: 100%;
}

/* ieのみ拡大縮小時にPX指定だと可変しないため%で指定する */
/*
body.msie {
  font-size: 100%;
  letter-spacing: normal;
}
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.88rem;
  }
  body.menuSp {
    position: fixed;
  }
  input[type=text], [type=tel], textarea {
    padding: 12px;
    font-size: 1rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/common/images/ico_loading.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.wrap {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 100px;
}

.elleFont {
  font-family: "ELLEnovaFont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.hdr {
  position: fixed;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  background: #282627;
  padding: 22px 43px 18px 63px;
  height: 100px;
}

.hdr_logo {
  width: 37px;
  height: 60px;
}

.fixed_btnMenu {
  display: block;
  position: relative;
  width: 50px;
  height: 39px;
  cursor: pointer;
}
.fixed_btnMenu .bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  background: #9a8555;
  left: 0;
  -webkit-transition: opacity ease-out 0.2s, -webkit-transform ease-out 0.2s;
  transition: opacity ease-out 0.2s, -webkit-transform ease-out 0.2s;
  transition: transform ease-out 0.2s, opacity ease-out 0.2s;
  transition: transform ease-out 0.2s, opacity ease-out 0.2s, -webkit-transform ease-out 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.fixed_btnMenu .bar:nth-of-type(1) {
  top: 0;
}
.fixed_btnMenu .bar:nth-of-type(2) {
  top: 17px;
}
.fixed_btnMenu .bar:nth-of-type(3) {
  top: 34px;
}
.fixed_btnMenu.active .bar {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.fixed_btnMenu.active .bar:nth-of-type(1) {
  left: -7px;
  width: 70px;
  -webkit-transform: translateY(14px) rotate(-34deg);
          transform: translateY(14px) rotate(-34deg);
  -webkit-clip-path: polygon(5% 0, 90% 0, 85% 100%, 0% 100%);
          clip-path: polygon(5% 0, 90% 0, 85% 100%, 0% 100%);
}
.fixed_btnMenu.active .bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.fixed_btnMenu.active .bar:nth-of-type(3) {
  left: -7px;
  width: 64px;
  -webkit-transform: translateY(-17px) rotate(34deg);
          transform: translateY(-17px) rotate(34deg);
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
          clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
}

.hdr_menu {
  position: fixed;
  right: 0;
  top: 100px;
  width: 354px;
  max-height: calc(100vh - 110px);
  height: 580px;
  border-left: 2px solid #282727;
  border-bottom: 2px solid #282727;
  border-radius: 0 0 0 114px;
  background: rgba(237, 230, 223, 0.95);
  z-index: 1;
  text-align: left;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: matrix(1, 0, 0, 1, 9999, 0);
          transform: matrix(1, 0, 0, 1, 9999, 0);
}

.hdr_menu_in {
  height: 100%;
  overflow: auto;
  padding: 40px 0 90px 91px;
}

.hdr_menuMain li a {
  line-height: 1;
  display: block;
  padding: 20px 0 6px;
  border-bottom: 1px solid #282727;
  font-family: "ELLEnovaFont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.63rem;
  font-weight: 700;
  color: #282727;
  letter-spacing: 0.18em;
}
.hdr_menuMain li a.pb {
  padding-bottom: 11px;
}
.hdr_menuMain li + li {
  margin-top: 24px;
}

.txt_link {
  padding: 0 4px;
  color: #c89f97;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.loader {
  width: 120%;
  height: 120%;
  background: #000000;
  position: fixed;
  left: -10%;
  top: -10%;
  z-index: 999;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.loader.hide {
  display: none;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loader:before {
  content: "";
  -webkit-animation: rotate 0.8s linear infinite;
          animation: rotate 0.8s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
}

.main_head {
  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;
  height: 336px;
  padding: 14px 100px 0;
  font-family: "ELLEnovaFont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  background: url(/treatment/images/head_bg.jpg) no-repeat center center/cover;
  letter-spacing: 0.08em;
}

.spaSlider {
  margin-top: 47px;
  overflow: hidden;
}
.spaSlider .spaSlider_list {
  position: relative;
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.spaSlider .spaSlider_listIn {
  position: relative;
  padding: 0 10px;
}
.spaSlider .spaSlider_listIn img {
  width: 100%;
}
.spaSlider .spaSlider_listIn .notes {
  position: absolute;
  bottom: 8px;
  right: 22px;
  font-size: 0.88rem;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5);
}
.spaSlider .slick-list {
  overflow: visible;
}

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

.slick-prev, .slick-next {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  border-radius: 50px;
  background: #282727;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.7;
}
.slick-prev:before, .slick-next:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url(/common/images/ico_ar_r_w.svg) no-repeat center center/contain;
  opacity: 1;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #282727;
}

.slick-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  left: 0;
}
.slick-prev:before {
  right: 1px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  right: 0;
}
.slick-next:before {
  left: 1px;
}

.slick-dots {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.slick-dots li {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 10px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  background: #d0d0d0;
  border-radius: 20px;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-dots li button:hover {
  opacity: 0.7;
}
.slick-dots li button:before {
  content: "";
  width: 0;
  height: 0;
}
.slick-dots li.slick-active button {
  background: #282727;
}

.toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.toTop.stop {
  position: absolute;
  right: 0;
  bottom: 0;
}

.ft {
  position: relative;
  padding: 17px 0 27px;
  color: #fff;
  background: #000;
}

.ft_logo {
  position: absolute;
  top: 33px;
  left: 7.3%;
  width: 50px;
  height: 82px;
}

.ft_linkList {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 740px;
  width: 92%;
  margin: 0 auto;
  padding: 0 100px;
}
.ft_linkList li {
  margin-top: 6px;
  padding: 0 20px;
}
.ft_linkList li a {
  position: relative;
  padding-left: 14px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #fff;
}
.ft_linkList li a:before {
  content: "> ";
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  margin: auto;
}

.ft_copyTxt {
  margin-top: 33px;
  font-family: "ELLEnovaFont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 1024px) {
  .main_head {
    height: 336px;
    padding: 3px 40px 0;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .hdr {
    padding: 8px 15px 8px;
    height: 50px;
  }
  .hdr_logo {
    width: 23px;
    height: 37px;
  }
  .fixed_btnMenu {
    width: 25px;
    height: 20px;
  }
  .fixed_btnMenu .bar {
    height: 2.5px;
  }
  .fixed_btnMenu .bar:nth-of-type(2) {
    top: 8px;
  }
  .fixed_btnMenu .bar:nth-of-type(3) {
    top: 16px;
  }
  .fixed_btnMenu.active .bar:nth-of-type(1) {
    left: -4px;
    width: 36px;
    -webkit-transform: translateY(7px) rotate(-34deg);
            transform: translateY(7px) rotate(-34deg);
  }
  .fixed_btnMenu.active .bar:nth-of-type(3) {
    left: -3px;
    width: 31px;
    -webkit-transform: translateY(-8px) rotate(34deg);
            transform: translateY(-8px) rotate(34deg);
  }
  .hdr_menu {
    top: 50px;
    width: 90%;
    border-left: 1px solid #282727;
    border-bottom: 1px solid #282727;
    border-radius: 0 0 0 135px;
  }
  .hdr_menu_in {
    padding: 26px 0 80px 68px;
  }
  .hdr_menuMain li a {
    padding: 20px 0 1px;
    font-size: 2.07rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .hdr_menuMain li a.pb {
    padding-bottom: 5px;
  }
  .hdr_menuMain li + li {
    margin-top: 26px;
  }
  .hdr_menuMain li:nth-of-type(n+3) {
    margin-top: 28px;
  }
  .wrap {
    padding-top: 50px;
  }
  .txt_link {
    padding: 0 4px;
    color: #c89f97;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .loader {
    -webkit-background-size: 25px 25px;
            background-size: 25px;
  }
  .loader:before {
    border: 2px solid #888;
    border-bottom-color: #fff;
    height: 26px;
    left: 50%;
    margin: -13px 0 0 -13px;
    width: 26px;
  }
  .main_head {
    height: 90px;
    padding: 3px 37px 0;
    font-size: 1.5rem;
  }
  .spaSlider {
    margin-top: 10px;
  }
  .spaSlider .spaSlider_list {
    width: 92%;
    padding-bottom: 10px;
  }
  .spaSlider .spaSlider_listIn {
    padding: 0 14px;
  }
  .spaSlider .spaSlider_listIn img {
    height: 182px;
    object-fit: cover;
  }
  .spaSlider .spaSlider_listIn .notes {
    bottom: 5px;
    right: 21px;
    font-size: 0.75rem;
  }
  .slick-dots {
    bottom: 6px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button:hover {
    opacity: 1;
  }
  .toTop {
    width: 50px;
    height: 50px;
    padding: 15px;
  }
  .ft {
    padding: 34px 0 20px;
  }
  .ft_logo {
    position: static;
    width: 35px;
    height: 58px;
    margin: 0 auto;
  }
  .ft_linkList {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 88%;
    margin-top: 11px;
    padding: 0;
  }
  .ft_linkList li {
    min-width: 35%;
    margin-top: 9px;
    padding: 0;
    text-align: left;
  }
  .ft_linkList li a {
    padding-left: 12px;
    font-weight: 200;
    letter-spacing: 0;
  }
  .ft_linkList li a:before {
    top: 1px;
    font-size: 0.75rem;
  }
  .ft_copyTxt {
    margin-top: 44px;
    font-size: 0.63rem;
    font-weight: 400;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 374px) {
  .ft_linkList li {
    min-width: 37%;
  }
  .ft_linkList li a {
    font-size: 0.75rem;
  }
}