@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * base.scss
 */
/* import
--------------------------------------------------*/
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * _font.scss
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3datxx");
  src: url("../fonts/icomoon.eot?3datxx#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3datxx") format("truetype"), url("../fonts/icomoon.woff?3datxx") format("woff"), url("../fonts/icomoon.svg?3datxx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/**
 * _init.scss
 */
/* reset
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  border: none;
}

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

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

th {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a, a:focus, a:hover, a:active {
  outline: none;
}

/* form */
input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
  outline: none;
}

/* img */
img {
  vertical-align: top;
}

/* utility
--------------------------------------------------*/
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * _common.scss
 */
/* html, body
--------------------------------------------------*/
html {
  overflow: auto;
  height: 100%;
}

body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

/* SP */
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.67vw;
  }

  body {
    font-size: inherit;
    font-size: 1.2rem;
  }

  img {
    width: 100%;
    height: auto;
  }
}
.cap {
  padding-top: 15px;
  font-size: 12px;
  color: #868686;
}
.cap a{
  color: #868686;
}

/* SP */
@media only screen and (max-width: 768px) {
  .cap {
    padding-top: 1rem;
    font-size: 1rem;
  }
}
/* style
--------------------------------------------------*/
/* selection */
::-moz-selection {
  background: #000000;
  color: #000000;
}

::selection {
  background: #000000;
  color: #000000;
}

/* a */
a,
button,
.fileBtn {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.noTouch a:hover, .noTouch
button:hover, .noTouch
.fileBtn:hover {
  color: #000000;
  text-decoration: none;
}
a.btn,
button.btn,
.fileBtn.btn {
  display: block;
  position: relative;
  padding: 10px 0;
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  border-radius: 30px;
  background: #000;
  color: #fff;
  overflow: hidden;
  border: 1px solid #000;
}
a.btn span,
button.btn span,
.fileBtn.btn span {
  position: relative;
  z-index: 3;
}
a.btn:before, a.btn:after,
button.btn:before,
button.btn:after,
.fileBtn.btn:before,
.fileBtn.btn:after {
  position: absolute;
  content: "";
  display: block;
}
a.btn:before,
button.btn:before,
.fileBtn.btn:before {
  border-radius: 30px;
  bottom: 0px;
  right: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.btn:after,
button.btn:after,
.fileBtn.btn:after {
  top: 50%;
  margin-top: -4px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.noTouch a.btn:hover, .noTouch
button.btn:hover, .noTouch
.fileBtn.btn:hover {
  color: #000;
}
.noTouch a.btn:hover:before, .noTouch
button.btn:hover:before, .noTouch
.fileBtn.btn:hover:before {
  left: 0;
  right: 0;
  background: #fff;
}
.noTouch a.btn:hover:after, .noTouch
button.btn:hover:after, .noTouch
.fileBtn.btn:hover:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
a.btn.green,
button.btn.green,
.fileBtn.btn.green {
  background: #249136;
  border: 1px solid #249136;
}
.noTouch a.btn.green:hover, .noTouch
button.btn.green:hover, .noTouch
.fileBtn.btn.green:hover {
  color: #249136;
}
.noTouch a.btn.green:hover:after, .noTouch
button.btn.green:hover:after, .noTouch
.fileBtn.btn.green:hover:after {
  border-top: 2px solid #249136;
  border-right: 2px solid #249136;
}
a.btn.orange,
button.btn.orange,
.fileBtn.btn.orange {
  background: #EE7F15;
  border: 1px solid #EE7F15;
}
.noTouch a.btn.orange:hover, .noTouch
button.btn.orange:hover, .noTouch
.fileBtn.btn.orange:hover {
  color: #EE7F15;
}
.noTouch a.btn.orange:hover:after, .noTouch
button.btn.orange:hover:after, .noTouch
.fileBtn.btn.orange:hover:after {
  border-top: 2px solid #EE7F15;
  border-right: 2px solid #EE7F15;
}
a.btn.l_blue,
button.btn.l_blue,
.fileBtn.btn.l_blue {
  background: #269DDA;
  border: 1px solid #269DDA;
}
.noTouch a.btn.l_blue:hover, .noTouch
button.btn.l_blue:hover, .noTouch
.fileBtn.btn.l_blue:hover {
  color: #269DDA;
}
.noTouch a.btn.l_blue:hover:after, .noTouch
button.btn.l_blue:hover:after, .noTouch
.fileBtn.btn.l_blue:hover:after {
  border-top: 2px solid #269DDA;
  border-right: 2px solid #269DDA;
}
a.btn.red,
button.btn.red,
.fileBtn.btn.red {
  background: #CE1D1C;
  border: 1px solid #CE1D1C;
}
.noTouch a.btn.red:hover, .noTouch
button.btn.red:hover, .noTouch
.fileBtn.btn.red:hover {
  color: #CE1D1C;
}
.noTouch a.btn.red:hover:after, .noTouch
button.btn.red:hover:after, .noTouch
.fileBtn.btn.red:hover:after {
  border-top: 2px solid #CE1D1C;
  border-right: 2px solid #CE1D1C;
}

a.btn.purple,
button.btn.purple,
.fileBtn.btn.purple {
  background: #5F459D;
  border: 1px solid #5F459D;
}
.noTouch a.btn.purple:hover, .noTouch
button.btn.purple:hover, .noTouch
.fileBtn.btn.purple:hover {
  color: #5F459D;
}
.noTouch a.btn.purple:hover:after, .noTouch
button.btn.purple:hover:after, .noTouch
.fileBtn.btn.purple:hover:after {
  border-top: 2px solid #5F459D;
  border-right: 2px solid #5F459D;
}

a.fhover {
  display: block;
}
.noTouch a.fhover:hover {
  opacity: 0.65;
}

/* SP */
@media only screen and (max-width: 768px) {
  a.btn,
  button.btn,
  .fileBtn.btn {
    padding: 1rem 0;
    max-width: 20rem;
    font-size: 1.4rem;
    border-radius: 3rem;
  }
  a.btn:before,
  button.btn:before,
  .fileBtn.btn:before {
    border-radius: 3rem;
  }
  a.btn:after,
  button.btn:after,
  .fileBtn.btn:after {
    margin-top: -0.4rem;
    right: 1.5rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
/* header
--------------------------------------------------*/
.lower #gHeader {
  position: relative;
  z-index: 10;
}
.lower #gHeader .logo {
  position: fixed;
  z-index: 10;
}
.lower #gHeader .gNav {
  position: fixed;
  top: 120px;
  width: 166px;
}

/* SP */
@media only screen and (max-width: 1023px) {
  .lower #gHeader {
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 100%;
  }
  .lower #gHeader .logo {
    position: fixed;
    z-index: 10;
  }
  .lower #gHeader .gNav {
    position: static;
    top: inherit;
    width: inherit;
  }
}
.gHeader {
  width: 166px;
}
.gHeader .logo {
  display: block;
  padding-top: 30px;
  padding-left: 30px;
}
.gHeader .logo a {
  position: relative;
  display: block;
  width: 120px;
  height: 60px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gHeader .logo a span {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
}
.gHeader .logo a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 60px;
  background: url(../imgs/common/logo_blk.svg) no-repeat left top;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gHeader .logo.white a:before {
  background: url(../imgs/common/logo_wt.svg) no-repeat left top;
  background-size: 100% auto;
}
.gHeader #navMENU {
  display: none;
}
.gHeader .gNav .inner {
  zoom: 1;
}
.gHeader .gNav .inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.gHeader .gNav .inner .nav li a {
  display: block;
  position: relative;
  padding: 10px 0 10px 15px;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  border: 1px solid #CE1D1C;
  border-left: none !important;
  box-sizing: border-box;
}
.gHeader .gNav .inner .nav li a span {
  position: relative;
  z-index: 3;
  padding-left: 30px;
}
.gHeader .gNav .inner .nav li a span:before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  color: #CE1D1C;
  margin-top: -11px;
  font-size: 20px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e906';
}
.gHeader .gNav .inner .nav li a:before, .gHeader .gNav .inner .nav li a:after {
  position: absolute;
  content: "";
  display: block;
}
.gHeader .gNav .inner .nav li a:before {
  bottom: 0px;
  right: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gHeader .gNav .inner .nav li a:after {
  top: 50%;
  margin-top: -4px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #CE1D1C;
  border-right: 2px solid #CE1D1C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.noTouch .gHeader .gNav .inner .nav li a:hover {
  color: #fff;
}
.noTouch .gHeader .gNav .inner .nav li a:hover span:before {
  color: #fff;
}
.noTouch .gHeader .gNav .inner .nav li a:hover:before {
  left: 0;
  right: 0;
  background: #CE1D1C;
}
.noTouch .gHeader .gNav .inner .nav li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


.gHeader .gNav .inner .nav li.home a {
  border: 1px solid #CE1D1C;
}
.gHeader .gNav .inner .nav li.home a span:before {
  color: #CE1D1C;
  margin-top: -11px;
  font-size: 20px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e906';
}
.gHeader .gNav .inner .nav li.home a:after {
  border-top: 2px solid #CE1D1C;
  border-right: 2px solid #CE1D1C;
}
.noTouch .gHeader .gNav .inner .nav li.home a:hover:before {
  background: #CE1D1C;
}
.gHeader .gNav .inner .nav li.home.on a:before {
  background: #CE1D1C;
}
.gHeader .gNav .inner .nav li.salon a {
  border: 1px solid #EE7F15;
}



.gHeader .gNav .inner .nav li.salon a span:before {
  color: #EE7F15;
  margin-top: -11px;
  font-size: 20px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e908';
}
.gHeader .gNav .inner .nav li.salon a:after {
  border-top: 2px solid #EE7F15;
  border-right: 2px solid #EE7F15;
}
.noTouch .gHeader .gNav .inner .nav li.salon a:hover:before {
  background: #EE7F15;
}
.gHeader .gNav .inner .nav li.salon.on a:before {
  background: #EE7F15;
}



.gHeader .gNav .inner .nav li.menu a {
  border: 1px solid #249136;
}
.gHeader .gNav .inner .nav li.menu a span:before {
  color: #249136;
  margin-top: -11px;
  font-size: 20px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e909';
}
.gHeader .gNav .inner .nav li.menu a:after {
  border-top: 2px solid #249136;
  border-right: 2px solid #249136;
}
.noTouch .gHeader .gNav .inner .nav li.menu a:hover:before {
  background: #249136;
}
.gHeader .gNav .inner .nav li.menu.on a:before {
  background: #249136;
}


.gHeader .gNav .inner .nav li.contact a {
  border: 1px solid #269DDA;
}
.gHeader .gNav .inner .nav li.contact a span:before {
  color: #269DDA;
  margin-top: -11px;
  font-size: 20px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e907';
}
.gHeader .gNav .inner .nav li.contact a:after {
  border-top: 2px solid #269DDA;
  border-right: 2px solid #269DDA;
}
.noTouch .gHeader .gNav .inner .nav li.contact a:hover:before {
  background: #269DDA;
}
.gHeader .gNav .inner .nav li.contact.on a:before {
  background: #269DDA;
}


.gHeader .gNav .inner .nav li.web a {
  border: 1px solid #5F459D;
}
.gHeader .gNav .inner .nav li.web a span:before {
  color: #5F459D;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  background: #5F459D;
  mask-image: url(../imgs/common/icon_web.svg);
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: contain;
  /* font-size: 20px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none; */
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
}
.gHeader .gNav .inner .nav li.web a:after {
  border-top: 2px solid #5F459D;
  border-right: 2px solid #5F459D;
}
.noTouch .gHeader .gNav .inner .nav li.web a:hover:before {
  background: #5F459D;
}
.gHeader .gNav .inner .nav li.web.on a:before {
  background: #5F459D;
}
.noTouch .gHeader .gNav .inner .nav li.web a:hover span:before {
  background: #ffffff;
}





.gHeader .gNav .inner .nav li.on a {
  color: #fff;
}
.gHeader .gNav .inner .nav li.on a span:before {
  color: #fff;
}
.gHeader .gNav .inner .nav li.on a:before {
  left: 0;
  right: 0;
  background: #CE1D1C;
}
.gHeader .gNav .inner .nav li.on a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.gHeader .gNav .inner .nav li + li {
  margin-top: 15px;
}
.gHeader .sns,
.gHeader .cv,
.gHeader .address {
  display: none;
}

/* SP */
@media only screen and (max-width: 1023px) {
  #gHeader {
    position: fixed;
    top: 0px;
    width: 100%;
  }

  .gHeader {
    height: 0;
  }
  .gHeader .logo {
    display: block;
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .gHeader .logo a {
    width: 10rem;
    height: 5.1rem;
  }
  .gHeader .logo a:before {
    width: 10rem;
    height: 5.1rem;
  }
  .gHeader #navMENU {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    width: 8rem;
    height: 8rem;
    color: #fff;
  }
  .gHeader #navMENU .txt {
    display: block;
    overflow: hidden;
    text-indent: -5260px;
  }
  .gHeader #navMENU:before {
    position: absolute;
    display: block;
    content: 'MENU';
    font-family: "Montserrat";
    font-weight: 600;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 4.6rem;
    font-size: 1.2rem;
    color: #000;
  }
  .gHeader #navMENU [class^="line"] {
    display: block;
    position: absolute;
    top: 2.8rem;
    right: 2rem;
    z-index: 1;
    width: 4rem;
    height: 0.4rem;
    border-radius: 2px;
    background: #000;
  }
  .gHeader #navMENU.white:before {
    color: #fff;
  }
  .gHeader #navMENU.white [class^="line"] {
    background: #fff;
  }
  .gHeader #navMENU .line01 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: -1rem;
  }
  .gHeader #navMENU .line02,
  .gHeader #navMENU .line03 {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    margin-top: 0rem;
  }
  .gHeader #navMENU .line04 {
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    margin-top: 1.1rem;
  }
  .gHeader .gNav {
    overflow: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .gHeader .gNav .inner {
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
    padding: 13rem 0 3rem;
  }
  .gHeader .gNav .inner .nav {
    display: block;
    float: none;
    margin: 0 2rem 2rem 0;
    font-size: 1.9rem;
    padding: 0;
  }
  .gHeader .gNav .inner .nav li + li {
    margin-top: 1.5rem;
  }
  .gHeader .gNav .inner .nav li a {
    padding: 1rem 0 1rem 1.5rem;
    border-radius: 0 3rem 3rem 0;
    overflow: hidden;
    border: 3px solid #CE1D1C;
  }
  .gHeader .gNav .inner .nav li a span {
    padding-left: 4rem;
  }
  .gHeader .gNav .inner .nav li a span:before {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    font-size: 3rem;
  }
  .gHeader .gNav .inner .nav li a:after {
    margin-top: -0.45rem;
    right: 2rem;
    width: 0.9rem;
    height: 0.9rem;
    border-top: 3px solid #CE1D1C;
    border-right: 3px solid #CE1D1C;
  }
  .noTouch .gHeader .gNav .inner .nav li a:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .gHeader .gNav .inner .nav li.home a {
    border: 3px solid #CE1D1C;
  }
  .gHeader .gNav .inner .nav li.home a span:before {
    margin-top: -1.5rem;
    font-size: 3rem;
  }
  .gHeader .gNav .inner .nav li.home a:after {
    border-top: 3px solid #CE1D1C;
    border-right: 3px solid #CE1D1C;
  }
  .gHeader .gNav .inner .nav li.salon a {
    border: 3px solid #EE7F15;
  }
  .gHeader .gNav .inner .nav li.salon a span:before {
    margin-top: -1.5rem;
    font-size: 3rem;
  }
  .gHeader .gNav .inner .nav li.salon a:after {
    border-top: 3px solid #EE7F15;
    border-right: 3px solid #EE7F15;
  }
  .gHeader .gNav .inner .nav li.menu a {
    border: 3px solid #249136;
  }
  .gHeader .gNav .inner .nav li.menu a span:before {
    margin-top: -1.5rem;
    font-size: 3rem;
  }
  .gHeader .gNav .inner .nav li.menu a:after {
    border-top: 3px solid #249136;
    border-right: 3px solid #249136;
  }


  .gHeader .gNav .inner .nav li.contact a {
    border: 3px solid #269DDA;
  }
  .gHeader .gNav .inner .nav li.contact a span:before {
    margin-top: -1.5rem;
    font-size: 3rem;
  }
  .gHeader .gNav .inner .nav li.contact a:after {
    border-top: 3px solid #269DDA;
    border-right: 3px solid #269DDA;
  }

  .gHeader .gNav .inner .nav li.web a {
    border: 3px solid #5F459D;
  }
  .gHeader .gNav .inner .nav li.web a span:before {
    margin-top: -1.5rem;
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
  }
  .gHeader .gNav .inner .nav li.web a:after {
    border-top: 3px solid #5F459D;
    border-right: 3px solid #5F459D;
  }

  .gHeader .gNav .inner .nav li.on a:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .gHeader .sns {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
  .gHeader .sns li {
    display: inline-block;
    margin: 0 10px;
  }
  .gHeader .sns li a {
    display: table;
    text-decoration: none;
  }
  .gHeader .sns li a:before {
    text-align: center;
    vertical-align: middle;
    display: block;
    text-indent: 0;
    display: block;
    content: "";
  }
  .gHeader .sns li a.facebook:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e905';
    font-size: 2.4rem;
    color: #0E4C9F;
  }
  .gHeader .sns li a.insta:before {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../imgs/common/icon_insta.png) no-repeat center center;
    background-size: contain;
  }
  .gHeader .sns li a.line:before {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../imgs/common/icon_line.png) no-repeat center center;
    background-size: contain;
  }
  .gHeader .sns li a span {
    display: none;
  }
  .gHeader .cv {
    text-align: center;
    display: block;
  }
  .gHeader .cv .tel {
    margin-bottom: 2rem;
    display: inline-block;
  }
  .gHeader .cv .tel a {
    text-decoration: none;
    display: block;
    width: 33.5rem;
    margin: 0 auto;
    border: 3px solid #CE1D1C;
    border-radius: 1rem;
    padding: 1.5rem 0;
    position: relative;
  }
  .gHeader .cv .tel a:before {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.2rem;
    color: #CE1D1C;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90b';
  }
  .gHeader .cv .tel a .name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .gHeader .cv .tel a .icon {
    width: 1.4rem;
    height: 2.0rem;
    display: inline-block;
    position: relative;
    margin-right: 1rem;
  }
  .gHeader .cv .tel a .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    color: #CE1D1C;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90a';
  }
  .gHeader .cv .tel a .num {
    font-size: 3rem;
    line-height: 1;
    font-family: "Montserrat";
    font-weight: 600;
    color: #CE1D1C;
  }
  .gHeader .cv .tel a .phone {
    margin-top: 0.5rem;
    font-weight: 700;
    text-align: center;
  }
  .gHeader .cv .tel a .phone span {
    letter-spacing: 0.02em;
    font-size: 1.8rem;
  }
  .gHeader .cv a .txt{
    margin-top: 8px;
  }

  .gHeader .address {
    display: block;
    max-width: 30rem;
    margin: 0 auto;
  }
  .gHeader .address ul li dl {
    display: table;
    width: 100%;
  }
  .gHeader .address ul li dl dt {
    display: table-cell;
    width: 7rem;
    font-weight: bold;
  }
  .gHeader .address ul li dl dd {
    display: table-cell;
    padding-left: 1rem;
  }
  .menuOPEN .gHeader {
    background: #fff;
  }
  .menuOPEN .gHeader .logo {
    background: #fff;
    display: block;
  }
  .menuOPEN .gHeader .logo a {
    width: 15rem;
    height: 8rem;
  }
  .menuOPEN .gHeader .logo a:before {
    width: 15rem;
    height: 8rem;
    background: url(../imgs/common/logo_blk.svg) no-repeat left top !important;
    background-size: 100% auto !important;
  }
  .menuOPEN .gHeader #navMENU:before {
    content: 'CLOSE';
    color: #000 !important;
  }
  .menuOPEN .gHeader #navMENU [class^="line"] {
    background: #000 !important;
  }
  .menuOPEN .gHeader #navMENU .line01 {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
  .menuOPEN .gHeader #navMENU .line02 {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menuOPEN .gHeader #navMENU .line03 {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menuOPEN .gHeader #navMENU .line04 {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
}
/* wrapper
--------------------------------------------------*/
#wrapper {
  position: relative;
  overflow: hidden;
}

.wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}

/* SP */
@media only screen and (max-width: 768px) {
  .wrap {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
/* content
--------------------------------------------------*/
#content {
  position: relative;
  z-index: 1;
}
#content .section {
  padding: 100px 0 0;
  position: relative;
}

/* SP */
@media only screen and (max-width: 768px) {
  #content .section {
    padding: 4.5rem 0 0;
  }
}
#pageTitle {
  width: 100%;
  height: 300px;
  display: table;
  text-align: center;
}
#pageTitle .inner {
  display: table-cell;
  vertical-align: middle;
}
#pageTitle .inner span {
  display: block;
  color: #fff;
}
#pageTitle .inner .big {
  font-size: 50px;
  line-height: 1;
  font-family: "Wendy One";
}
#pageTitle .inner .small {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

.secTitle {
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  position: relative;
}
.secTitle:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  top: 50%;
}
.secTitle .title {
  display: inline-block;
  background: #fff;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.secTitle span {
  display: block;
}
.secTitle .big {
  font-size: 44px;
  font-family: "Wendy One";
  line-height: 1;
}
.secTitle .small {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.title-l {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}
.title-l span {
  display: block;
}
.title-l .big {
  font-size: 34px;
  font-family: "Wendy One";
  line-height: 1;
}
.title-l .small {
  font-size: 16px;
  font-weight: bold;
}

/* SP */
@media only screen and (max-width: 768px) {
  #pageTitle {
    height: 23rem;
  }
  #pageTitle .inner .big {
    font-size: 4rem;
    margin-bottom: 0;
  }
  #pageTitle .inner .small {
    font-size: 1.6rem;
  }

  .secTitle {
    margin: 0 -2rem 3rem;
  }
  .secTitle .title {
    padding: 0 2rem;
  }
  .secTitle .big {
    font-size: 4rem;
  }
  .secTitle .small {
    font-size: 1.6rem;
  }

  .title-l {
    margin-bottom: 2rem;
  }
  .title-l .big {
    font-size: 3rem;
  }
  .title-l .small {
    font-size: 1.5rem;
  }
}
/* 風船 */
.bal {
  position: absolute;
  display: block;
  z-index: 1;
}
.bal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.bal.red {
  width: 42px;
  height: 89px;
  left: 80px;
}
.bal.red:before {
  width: 42px;
  height: 89px;
  background: url(../imgs/common/bal_red02.svg) no-repeat left top;
  background-size: 100% auto;
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
}
.bal.orange {
  width: 46px;
  height: 103px;
  right: 80px;
}
.bal.orange:before {
  width: 46px;
  height: 103px;
  background: url(../imgs/common/bal_orange02.svg) no-repeat left top;
  background-size: 100% auto;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
}
.bal.yellow {
  width: 57px;
  height: 120px;
  right: 20px;
}
.bal.yellow:before {
  width: 57px;
  height: 120px;
  background: url(../imgs/common/bal_yellow02.svg) no-repeat left top;
  background-size: 100% auto;
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
}
.bal.green {
  width: 38px;
  height: 80px;
  right: 40px;
}
.bal.green:before {
  width: 38px;
  height: 80px;
  background: url(../imgs/common/bal_green02.svg) no-repeat left top;
  background-size: 100% auto;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
}
.bal.l-blue {
  width: 49px;
  height: 102px;
  right: 20px;
}
.bal.l-blue:before {
  width: 49px;
  height: 102px;
  background: url(../imgs/common/bal_l-blue02.svg) no-repeat left top;
  background-size: 100% auto;
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
}
.bal.blue {
  width: 52px;
  height: 106px;
  left: 80px;
}
.bal.blue:before {
  width: 52px;
  height: 106px;
  background: url(../imgs/common/bal_blue02.svg) no-repeat left top;
  background-size: 100% auto;
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
}
.bal.purple {
  width: 33px;
  height: 70px;
  right: 80px;
}
.bal.purple:before {
  width: 33px;
  height: 70px;
  background: url(../imgs/common/bal_purple02.svg) no-repeat left top;
  background-size: 100% auto;
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
}

/* SP */
@media only screen and (max-width: 768px) {
  /* 風船 */
  .bal.red {
    width: 2rem;
    height: 4rem;
    left: 2rem;
  }
  .bal.red:before {
    width: 2rem;
    height: 4rem;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
  }
  .bal.orange {
    width: 2.8rem;
    height: 5.9rem;
    right: 3rem;
  }
  .bal.orange:before {
    width: 2.8rem;
    height: 5.9rem;
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
  }
  .bal.yellow {
    width: 3.2rem;
    height: 6.6rem;
    right: 20px;
  }
  .bal.yellow:before {
    width: 3.2rem;
    height: 6.6rem;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
  }
  .bal.green {
    width: 2.1rem;
    height: 4.4rem;
    right: 3rem;
  }
  .bal.green:before {
    width: 2.1rem;
    height: 4.4rem;
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
  }
  .bal.l-blue {
    width: 2.5rem;
    height: 5.2rem;
    right: 2rem;
  }
  .bal.l-blue:before {
    width: 2.5rem;
    height: 5.2rem;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
  }
  .bal.blue {
    width: 2.1rem;
    height: 4.3rem;
    left: 3.5rem;
  }
  .bal.blue:before {
    width: 2.1rem;
    height: 4.3rem;
  }
  .bal.purple {
    width: 2.2rem;
    height: 4.6rem;
    right: 2rem;
  }
  .bal.purple:before {
    width: 2.2rem;
    height: 4.6rem;
  }
}
/* footer
--------------------------------------------------*/
#footer {
  border-top: 3px dotted #E3E3E3;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: 60px;
  /* pagetop */
}
#footer .wrap {
  max-width: 1040px;
}
#footer .footLogo {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
#footer .footLogo a {
  position: relative;
  display: block;
  width: 179px;
  height: 91px;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#footer .footLogo a span {
  display: block;
  overflow: hidden;
  text-indent: -5260px;
}
#footer .footLogo a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 179px;
  height: 91px;
  background: url(../imgs/common/logo_blk.svg) no-repeat left top;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#footer .footLogo__txt {
  margin-top: 10px;
  font-size: 11px;
}
#footer .menuArea {
  display: table;
  width: 100%;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  margin-bottom: 20px;
}
#footer .menuArea .footNav {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  width: 400px;
  border-right: 1px solid #E3E3E3;
}
#footer .menuArea .footNav ul {
  zoom: 1;
}
#footer .menuArea .footNav ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#footer .menuArea .footNav ul li {
  float: left;
}
#footer .menuArea .footNav ul li + li {
  margin-left: 40px;
}
#footer .menuArea .footNav ul li a {
  display: block;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  font-size: 16px;
}
#footer .menuArea .footNav ul li a span {
  position: relative;
  z-index: 3;
  padding-left: 25px;
}
#footer .menuArea .footNav ul li a span:before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  color: #EE7F15;
  margin-top: -11px;
  font-size: 20px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e908';
}
.noTouch #footer .menuArea .footNav ul li a:hover {
  opacity: 0.7;
}

#footer .footReserve {
  display: block;
  margin-bottom: 35px;
}




#footer .menuArea .footNav ul li.salon a span:before {
  margin-top: -11px;
  font-size: 20px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e908';
}
#footer .menuArea .footNav ul li.menu a span:before {
  margin-top: -11px;
  font-size: 20px;
  color: #249136;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e909';
}
#footer .menuArea .footNav ul li.contact a span:before {
  margin-top: -11px;
  font-size: 20px;
  color: #269DDA;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e907';
}
#footer .menuArea .sns {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
  width: 10px;
  border-right: 1px solid #E3E3E3;
}
#footer .menuArea .sns ul {
  display: flex;
}
#footer .menuArea .sns ul li {
  text-align: center;
}
#footer .menuArea .sns ul li + li {
  margin-left: 18px;
}
#footer .menuArea .sns ul li a {
  margin: 0 auto;
  text-decoration: none;
}
#footer .menuArea .sns ul li a:before {
  content: "";
  display: block;
  text-align: center;
  vertical-align: middle;
  text-indent: 0;
  margin: 0 auto;
}
#footer .menuArea .sns ul li a.facebook:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e905';
  font-size: 21px;
  color: #0E4C9F;
}
#footer .menuArea .sns ul li a.insta:before {
  width: 21px;
  height: 21px;
  background: url(../imgs/common/icon_insta.png) no-repeat center center;
  background-size: contain;
}
#footer .menuArea .sns ul li a.line:before {
  width: 21px;
  height: 21px;
  background: url(../imgs/common/icon_line.png) no-repeat center center;
  background-size: contain;
}
#footer .menuArea .sns ul li a span {
  display: none;
}
#footer .menuArea .cv {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}
#footer .menuArea .cv .tel {
  zoom: 1;
}
#footer .menuArea .cv .tel:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#footer .menuArea .cv .tel a {
  text-decoration: none;
}
#footer .menuArea .cv .tel a .name {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
#footer .menuArea .cv .tel a .icon {
  width: 14px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
#footer .menuArea .cv .tel a .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #CE1D1C;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90a';
}
#footer .menuArea .cv .tel a .num {
  font-size: 30px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 600;
  color: #CE1D1C;
}
#footer .menuArea .cv .tel .phone {
  margin-top: 5px;
  font-weight: 700;
  text-align: center;
}
#footer .menuArea .cv .tel .phone span {
  letter-spacing: 0.02em;
  font-size: 18px;
}


#footer .menuArea .cv a .txt{
  margin-top: 8px;
}



#footer .address {
  text-align: center;
  margin-bottom: 10px;
}
#footer .address ul {
  zoom: 1;
}
#footer .address ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#footer .address ul li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border-left: 1px solid #E3E3E3;
}
#footer .address ul li:first-child {
  border-left: none;
}
#footer .address ul li dl dt {
  float: left;
  font-weight: bold;
  margin-right: 10px;
}
#footer .address ul li dl dd {
  display: inline-block;
}
#footer #copyright {
  padding: 25px 0 40px;
  text-align: center;
  position: relative;
}
#footer #copyright:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background: #5f459d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5f459d 0%, #0e4c9f 17%, #269dda 35%, #249136 52%, #f8cf2d 69%, #ee7f15 87%, #ce1d1c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5f459d 0%, #0e4c9f 17%, #269dda 35%, #249136 52%, #f8cf2d 69%, #ee7f15 87%, #ce1d1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5f459d 0%, #0e4c9f 17%, #269dda 35%, #249136 52%, #f8cf2d 69%, #ee7f15 87%, #ce1d1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f459d', endColorstr='#ce1d1c',GradientType=1 );
  /* IE6-9 */
}
#footer #copyright p {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
  font-family: "Montserrat";
}
#footer #pageTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
#footer #pageTop a {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-align: center;
  opacity: 0;
}
#footer #pageTop a span {
  display: block;
  width: 15px;
  height: 110px;
  position: relative;
}
#footer #pageTop a span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 110px;
  background: url(../imgs/common/pagetop.svg) no-repeat left top;
  background-size: 100% auto;
}
#footer #pageTop.show a {
  top: 0;
  opacity: 1;
}
.noTouch #footer #pageTop a:hover {
  opacity: 0.65;
}

@media only screen and (max-width: 1100px) {
  #footer .menuArea {
    display: block;
    width: 740px;
    margin: 0 auto 35px;
    border-left: none;
    border-right: none;
  }
  #footer .menuArea .footNav {
    display: block;
    float: left;
    vertical-align: inherit;
    padding: 0 0 0 0;
    width: 49%;
    border-right: 1px solid #E3E3E3;
  }
  #footer .menuArea .footNav ul li + li {
    margin-left: 15px;
  }
  #footer .menuArea .sns {
    display: block;
    float: right;
    vertical-align: inherit;
    padding: 0 0 0 0;
    width: 49%;
    border-right: none;
  }
  #footer .menuArea .sns ul li {
    text-align: center;
    width: 100%;
  }
  #footer .menuArea .cv {
    display: block;
    clear: both;
    vertical-align: inherit;
    text-align: center;
    padding: 0;
    width: 320px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  .pageTop {
    padding: 3rem 0;
    display: block;
    width: 100%;
    border-bottom: 3px dotted #E3E3E3;
  }

  .pageTop a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  .pageTop a span {
    margin: 0 auto;
    display: block;
    width: 5.3rem;
    height: 6rem;
    position: relative;
  }
  .pageTop a span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5.3rem;
    height: 6rem;
    background: url(../imgs/common/pagetop_sp.svg) no-repeat left top;
    background-size: 100% auto;
  }

  #footer {
    padding-top: 0;
  }
  #footer .footLogo {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  #footer .footLogo a {
    width: 17.9rem;
    height: 9.1rem;
  }
  #footer .footLogo a:before {
    width: 17.9rem;
    height: 9.1rem;
  }
  #footer .menuArea {
    width: 33.5rem;
    margin: 0 auto;
  }
  #footer .menuArea .footNav ul li {
    float: none;
  }
  #footer .menuArea .footNav ul li + li {
    margin-top: 1rem;
    margin-left: 0;
  }
  #footer .menuArea .footNav ul li a {
    font-size: 1.6rem;
  }
  #footer .menuArea .footNav ul li a span {
    padding-left: 3.5rem;
  }
  #footer .menuArea .footNav ul li a span:before {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: -1.1rem;
    font-size: 2rem;
  }
  #footer .menuArea .footNav ul li.salon a span:before {
    margin-top: -1.1rem;
    font-size: 2rem;
  }
  #footer .menuArea .footNav ul li.menu a span:before {
    margin-top: -1.1rem;
    font-size: 2rem;
  }
  #footer .menuArea .footNav ul li.contact a span:before {
    margin-top: -1.1rem;
    font-size: 2rem;
  }
  #footer .menuArea .sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
  }
  #footer .menuArea .sns ul li {
    display: block;
    text-align: center;
    width: auto;
  }
  #footer .menuArea .sns ul li + li {
    margin-left: 2rem;
  }
  #footer .menuArea .sns ul li a {
    display: block;
    text-decoration: none;
  }
  #footer .menuArea .sns ul li a:before {
    text-align: center;
    vertical-align: middle;
    display: block;
    text-indent: 0;
  }
  #footer .menuArea .sns ul li a.facebook:before {
    font-size: 2.2rem;
  }
  #footer .menuArea .sns ul li a.insta:before {
    width: 2.1rem;
    height: 2.1rem;
  }
  #footer .menuArea .sns ul li a.line:before {
    width: 2.1rem;
    height: 2.1rem;
  }
  #footer .menuArea .cv {
    width: inherit;
    padding: 2rem 0 0;
  }
  #footer .menuArea .cv .tel {
    margin-bottom: 2rem;
    display: inline-block;
  }
  #footer .menuArea .cv .tel a {
    display: block;
    width: 33.5rem;
    margin: 0 auto;
    border: 3px solid #CE1D1C;
    border-radius: 1rem;
    padding: 1.5rem 0;
    position: relative;
  }
  #footer .menuArea .cv .tel a:before {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 1.2rem;
    color: #CE1D1C;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90b';
  }
  #footer .menuArea .cv .tel a .name {
    float: none;
    margin-right: 0;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  #footer .menuArea .cv .tel a .icon {
    width: 1.4rem;
    height: 2.0rem;
    display: inline-block;
    position: relative;
    margin-right: 1rem;
  }
  #footer .menuArea .cv .tel a .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    color: #CE1D1C;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90a';
  }
  #footer .menuArea .cv .tel a .num {
    font-size: 3rem;
    line-height: 1;
    font-family: "Montserrat";
    font-weight: 600;
    color: #CE1D1C;
  }
  #footer .menuArea .cv .tel a .phone {
    margin-top: 0.5rem;
  }
  #footer .menuArea .cv .tel a .phone span {
    font-size: 1.8rem;
  }
  #footer .menuArea .cv .cap {
    color: #000000;
  }
  #footer .address {
    text-align: left;
    margin: 0 2rem 3rem;
  }
  #footer .address ul {
    zoom: 1;
  }
  #footer .address ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  #footer .address ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-left: none;
    font-size: 1.4rem;
  }
  #footer .address ul li + li {
    margin-top: 0.5rem;
  }
  #footer .address ul li dl {
    display: table;
  }
  #footer .address ul li dl dt {
    display: table-cell;
    float: none;
    font-weight: bold;
    margin-right: 0;
    width: 8rem;
  }
  #footer .address ul li dl dd {
    display: table-cell;
  }
  #footer #copyright {
    padding: 2rem 0 4rem;
  }
  #footer #copyright:before {
    height: 1rem;
  }
  #footer #copyright p {
    font-size: 1.2rem;
  }
}
/* other
--------------------------------------------------*/
/* .easing */
.easingWrap .easingImage {
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}
.easingWrap .easingFade {
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
}
.easingWrap .easingText {
  opacity: 0;
}
.easingWrap .easingPop {
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.easingWrap .easingItem {
  opacity: 0;
}

/* br */
.brPc {
  display: inline-block;
}

.brSp {
  display: none;
}

/* SP */
@media screen and (max-width: 768px) {
  .brPc {
    display: none;
  }

  .brSp {
    display: inline-block;
  }

  .spNone {
    display: none;
  }
}
/* .inlineblock */
.inlineblock {
  display: inline-block;
}

/* hidden */
.pc-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block !important;
  }

  br.pc-hidden {
    display: inline-block;
  }

  .sp-hidden {
    display: none !important;
  }
}
