/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  width: 100%; }

a {
  text-decoration: none; }

/*
a:hover{
	opacity:0.7;
}
*/
a[href^="tel:"] {
  cursor: default; }
  a[href^="tel:"]:hover {
    opacity: 1; }

.clear {
  overflow: hidden; }

.clear:after {
  clear: both; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.txtcenter {
  text-align: center; }

.txtright {
  text-align: right; }

a {
  color: #030000; }

.bold {
  font-weight: 600; }

.red {
  color: #ea0000; }

.blue {
  color: #005BAC; }

.orange {
  color: #EA5C00; }

.sp {
  display: none; }

.pc {
  display: block; }

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

.wrapper {
  overflow: hidden; }

.move {
  -webkit-transform: translate3d(0, 120px, 0);
  transform: translate3d(0, 120px, 0);
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .move.is-active {
    opacity: 1;
    transform: translate3d(0, 0px, 0); }

.move_photo {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  -webkit-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#header {
  position: fixed;
  top: -200px;
  left: 0%;
  width: 100%;
  z-index: 100;
  transition: all 0.7s ease;
  opacity: 0; }
  #header.fixed {
    top: 0; }
  #header.active {
    background-color: rgba(52, 52, 52, 0.9);
    height: 100vh; }
  #header nav a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    flex-direction: column; }
  #header nav ul {
    display: block;
    padding-right: 0; }
    @media screen and (min-width: 769px) and (max-height: 700px) {
      #header nav ul {
        margin-top: -40px; } }
    @media screen and (min-width: 769px) and (max-height: 549px) {
      #header nav ul {
        margin-top: -60px; } }
    @media screen and (max-width: 768px) {
      #header nav ul {
        padding-top: 20px; } }
    #header nav ul li {
      display: block;
      padding-bottom: 35px; }
      @media screen and (min-width: 769px) and (max-height: 700px) {
        #header nav ul li {
          padding-bottom: 20px; } }
      @media screen and (min-width: 769px) and (max-height: 549px) {
        #header nav ul li {
          padding-bottom: 10px; } }
      @media screen and (max-width: 768px) {
        #header nav ul li {
          padding-bottom: 25px; } }
      @media screen and (max-width: 374px) {
        #header nav ul li {
          padding-bottom: 15px; } }
      @media screen and (max-width: 768px) {
        #header nav ul li img {
          width: auto; } }
      #header nav ul li span {
        display: block;
        font-size: 1.2rem;
        padding-top: 10px; }
        @media screen and (max-width: 768px) {
          #header nav ul li span {
            padding-top: 5px;
            font-size: 1.1rem; } }
  #header nav .external {
    display: flex; }
    #header nav .external::before {
      content: "";
      display: block;
      width: 16px;
      height: 13px;
      background: url(../image/common/icon_window.svg) 50%/contain no-repeat;
      margin-right: 11px; }
  #header nav .salon_search {
    width: 300px;
    height: 70px;
    background: #000;
    margin: 15px auto 0; }
    @media screen and (max-width: 768px) {
      #header nav .salon_search {
        width: 250px;
        height: 50px;
        margin-top: 0; } }
    #header nav .salon_search a {
      width: inherit;
      height: inherit;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.6rem;
      position: relative; }
      @media screen and (max-width: 768px) {
        #header nav .salon_search a {
          font-size: 1.3rem; } }
      #header nav .salon_search a::before, #header nav .salon_search a::after {
        content: "";
        display: block;
        position: absolute; }
      #header nav .salon_search a::before {
        width: 16px;
        height: 13px;
        background: url(../image/common/icon_window.svg) 50%/contain no-repeat;
        top: 50%;
        left: 20px;
        margin-top: -7px; }
        @media screen and (max-width: 768px) {
          #header nav .salon_search a::before {
            width: 15px;
            height: 12px;
            left: 15px;
            margin-top: -6px; } }
      #header nav .salon_search a::after {
        width: 20px;
        height: 1px;
        background: #fff;
        top: 50%;
        right: 0; }
      #header nav .salon_search a img {
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          #header nav .salon_search a img {
            width: 113.5px;
            margin-bottom: 3px; } }
  #header #submenu p {
    padding: 20px 0 40px; }
    #header #submenu p a {
      font-size: 1.1rem;
      padding-left: 17px;
      background: url(../image/common/icon_window.svg) left 3px no-repeat;
      background-size: 10px auto; }
  #header #submenu ul {
    padding-bottom: 25px; }
    #header #submenu ul li {
      display: inline-block;
      padding-left: 15px; }
      #header #submenu ul li img {
        width: 30px; }
  #header h1 {
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background: #000;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      #header h1 {
        width: 170px;
        height: 48px;
        padding-left: 15px; } }
    #header h1 a {
      display: block;
      line-height: 1; }
    @media screen and (max-width: 768px) {
      #header h1 img {
        width: 82.5px; } }
  #header .header_in nav {
    width: 100%; }
  #header #menu_trigger {
    position: absolute;
    width: 50px;
    height: 28px;
    top: 28px;
    right: 20px;
    cursor: pointer;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.9)); }
    @media screen and (max-width: 768px) {
      #header #menu_trigger {
        width: 40px;
        top: 13px;
        right: 15px; } }
    #header #menu_trigger .line {
      width: 100%;
      height: 1px;
      background-color: #fff;
      position: absolute;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      #header #menu_trigger .line:first-of-type {
        top: 0;
        left: 0; }
      #header #menu_trigger .line:last-of-type {
        top: 8px;
        left: 0; }
    #header #menu_trigger p img {
      height: 9.5px; }
      @media screen and (max-width: 768px) {
        #header #menu_trigger p img {
          height: 7.5px; } }
    #header #menu_trigger .close {
      display: block; }
    #header #menu_trigger .open {
      display: none; }
    #header #menu_trigger.active .line {
      width: 100%;
      height: 1px;
      background-color: #fff;
      position: absolute; }
      #header #menu_trigger.active .line:first-of-type {
        top: 5px;
        left: 0;
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        transform: rotate(-12deg); }
        @media screen and (max-width: 768px) {
          #header #menu_trigger.active .line:first-of-type {
            top: 5px; } }
      #header #menu_trigger.active .line:last-of-type {
        top: 5px;
        left: 0;
        -webkit-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        transform: rotate(12deg); }
        @media screen and (max-width: 768px) {
          #header #menu_trigger.active .line:last-of-type {
            top: 5px; } }
    #header #menu_trigger.active .close {
      display: none; }
    #header #menu_trigger.active .open {
      display: block; }
  #header nav {
    display: none; }

.salon-search-wrap {
  position: fixed;
  bottom: 36px;
  right: 0;
  z-index: 99; }
  .salon-search-wrap.is-show .fix-salon-search {
    transform: translateX(0%);
    pointer-events: all; }

.fix-salon-search {
  transform: translateX(100%);
  pointer-events: none;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: #000;
  margin-top: 2px;
  margin-left: auto;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
  background: #9dffc6;
  background: linear-gradient(to right, #9dffc6 0%, #096aa7 50%, #9dffc6 100%);
  background-size: 200% auto;
  border-radius: 10px 0 0 10px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .fix-salon-search {
      width: 125px;
      height: 37.5px;
      padding-left: 25px; } }
  .fix-salon-search:hover {
    background-position: right center; }
  .fix-salon-search::before {
    content: "";
    display: block; }
  .fix-salon-search::before {
    width: 16px;
    height: 16px;
    background: url(../image/common/icon_search.svg) 50%/contain no-repeat;
    margin-right: 9px; }
    @media screen and (max-width: 768px) {
      .fix-salon-search::before {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 10px;
        height: 10px;
        margin-right: 0;
        margin-top: -4px; } }
  .fix-salon-search span {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .2rem; }
    @media screen and (max-width: 768px) {
      .fix-salon-search span {
        font-size: 0.85rem; } }

#pagetop {
  padding: 50px 20px 20px;
  text-align: right; }

#footer {
  background: url(../image/common/bg_footer.png) 0 0 no-repeat;
  background-size: cover;
  padding: 45px 15px 50px; }
  #footer .footer_in {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff; }
    #footer .footer_in a {
      color: #fff; }
    #footer .footer_in .left {
      text-align: left; }
      #footer .footer_in .left ul {
        padding-top: 55px; }
        #footer .footer_in .left ul li {
          padding-bottom: 15px; }
          #footer .footer_in .left ul li:last-child {
            padding-bottom: 0px; }
          #footer .footer_in .left ul li a {
            padding-left: 30px;
            background: url(../image/common/icon_window.svg) left 2px no-repeat;
            font-size: 1.3rem; }
    #footer .footer_in .right {
      text-align: right; }
      #footer .footer_in .right ul {
        padding-bottom: 30px; }
        #footer .footer_in .right ul li {
          display: inline-block;
          padding-left: 15px; }
          #footer .footer_in .right ul li img {
            width: 30px; }
      #footer .footer_in .right small {
        display: block;
        font-size: 1.3rem;
        letter-spacing: 0.1em; }

#eyecatch {
  position: relative; }
  #eyecatch .bg {
    width: 100%; }
  #eyecatch .eyecatch_in {
    position: absolute;
    left: 50%;
    top: 140px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 1000px;
    text-align: left;
    color: #fff; }
    #eyecatch .eyecatch_in h2 {
      padding-bottom: 50px; }
    #eyecatch .eyecatch_in p {
      font-size: 2.6rem; }
      #eyecatch .eyecatch_in p span {
        display: block;
        font-size: 1.6rem;
        padding-bottom: 10px; }

@media all and (-ms-high-contrast: none) {
  #eyecatch {
    overflow: hidden; } }

#bread {
  text-align: left;
  font-size: 1.3rem; }
  #bread ul li {
    display: inline-block;
    padding-right: 0.5em; }
    #bread ul li a {
      display: inline-block;
      padding-right: 0.5em; }

.footer_area {
  position: relative;
  padding: 50px 0 40px; }
  .footer_area #pagetop {
    padding: 0;
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 1; }
  .footer_area #bread {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.3rem; }
    .footer_area #bread ul li {
      display: inline-block;
      padding-right: 0.5em; }
      .footer_area #bread ul li a {
        display: inline-block;
        padding-right: 0.5em; }

@media screen and (max-width: 1000px) {
  #eyecatch {
    position: relative; }
    #eyecatch .bg {
      width: 100%; }
    #eyecatch .eyecatch_in {
      position: absolute;
      left: 30px;
      top: 70px;
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      width: 100%;
      text-align: left;
      color: #fff; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }
  .sp {
    display: block; }
  .move {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  #pagetop {
    padding: 30px 10px 20px;
    text-align: right; }
    #pagetop img {
      width: 50px; }
  #footer {
    background: url(../image/common/bg_footer.png) 0 0 no-repeat;
    background-size: cover;
    padding: 45px 0 50px; }
    #footer .footer_in {
      flex-wrap: wrap; }
      #footer .footer_in .left {
        width: 100%;
        text-align: center; }
        #footer .footer_in .left .logo {
          display: block;
          width: 18.6%;
          margin: 0 auto; }
        #footer .footer_in .left ul {
          padding-top: 25px;
          display: inline-block;
          text-align: left; }
          #footer .footer_in .left ul li {
            padding-bottom: 24px; }
            #footer .footer_in .left ul li:last-child {
              padding-bottom: 0px; }
            #footer .footer_in .left ul li a {
              padding-left: 14px;
              background: url(../image/common/icon_window.svg) left 3px no-repeat;
              background-size: 10px auto;
              font-size: 1.1rem; }
      #footer .footer_in .right {
        text-align: center;
        padding-top: 30px;
        width: 100%; }
        #footer .footer_in .right ul {
          padding-bottom: 25px; }
          #footer .footer_in .right ul li {
            display: inline-block;
            padding-left: 15px; }
            #footer .footer_in .right ul li img {
              width: 30px; }
        #footer .footer_in .right small {
          font-size: 1.0rem;
          text-align: center; }
  #eyecatch .eyecatch_in {
    position: absolute;
    left: 30px;
    top: 45px;
    width: calc(100% - 30px); }
    #eyecatch .eyecatch_in h2 {
      padding-bottom: 25px; }
      #eyecatch .eyecatch_in h2 img {
        height: 18px; }
    #eyecatch .eyecatch_in p {
      font-size: 1.3rem; }
      #eyecatch .eyecatch_in p span {
        display: block;
        font-size: 1.1rem;
        padding-bottom: 5px; }
  .footer_area {
    position: relative;
    padding: 20px 20px 15px; }
    .footer_area #pagetop {
      padding: 0;
      position: absolute;
      right: 15px;
      bottom: 20px;
      z-index: 2; }
      .footer_area #pagetop .pagetop_img {
        width: 50px; }
    .footer_area #bread {
      position: relative;
      z-index: 2;
      font-size: 1.0rem;
      padding-bottom: 15px; } }

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .8s ease; }

body.fadeout::after {
  opacity: 1; }

.op30 {
  opacity: .3; }
