@charset "UTF-8";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
dd,
dl,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  /* scroll-behavior: auto; */
}

body {
  display: block;
  width: 100%;
  min-width: 960px !important;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

html.is_fixed,
body.is_fixed {
  overflow: hidden;
}

body.is_fixed.os_ios {
  position: fixed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  max-width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url(../wr_fonts/NotoSans_Thin.woff2) format("woff2"), url(../wr_fonts/NotoSans_Thin.woff) format("woff"), url(../wr_fonts/NotoSans_Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url(../wr_fonts/NotoSans_Light.woff2) format("woff2"), url(../wr_fonts/NotoSans_Light.woff) format("woff"), url(../wr_fonts/NotoSans_Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url(../wr_fonts/NotoSans_DemiLight.woff2) format("woff2"), url(../wr_fonts/NotoSans_DemiLight.woff) format("woff"), url(../wr_fonts/NotoSans_DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSans_Regular.otf"), url(../wr_fonts/NotoSans_Regular.woff2) format("woff2"), url(../wr_fonts/NotoSans_Regular.woff) format("woff"), url(../wr_fonts/NotoSans_Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url(../wr_fonts/NotoSans_Medium.woff2) format("woff2"), url(../wr_fonts/NotoSans_Medium.woff) format("woff"), url(../wr_fonts/NotoSans_Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../wr_fonts/NotoSans_Bold.woff2) format("woff2"), url(../wr_fonts/NotoSans_Bold.woff) format("woff"), url(../wr_fonts/NotoSans_Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url(../wr_fonts/NotoSans_Black.woff2) format("woff2"), url(../wr_fonts/NotoSans_black.woff) format("woff"), url(../wr_fonts/NotoSans_black.otf) format("opentype");
}
@font-face {
  font-family: "MorePro-Medium";
  font-style: normal;
  font-weight: 500;
  src: url(../wr_fonts/MorePro-Medium.woff2) format("woff2"), url(../wr_fonts/MorePro-Medium.woff) format("woff"), url(../wr_fonts/MorePro-Medium.otf) format("opentype");
}
@media (prefers-color-scheme: light) {
  :root {
    --color-base: #ffffff;
    --color-bg: #3b3f43;
    --color-main: #032f40;
    --color-sub: #011c26;
    --color-point: #5c7073 ;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-base: #000;
    --color-bg: #3b3f43;
    --color-main: #287496;
    --color-sub: #37a1d0;
    --color-point: #d0b737 ;
  }
}
body {
  background-color: #fff;
  background-color: #fff;
}

html {
  color: #2b2d31;
}

header,
main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2b2d31;
  word-wrap: break-word;
  word-wrap: break-word;
}

body:not(.isIE) header,
body:not(.isIE) main {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 10px;
  font-size: 1rem;
  word-wrap: break-word;
}
@media screen and (max-width: 959px) {
  body {
    overflow-x: scroll;
  }
}

main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

li {
  list-style: none;
}

li img {
  vertical-align: bottom;
}

iframe {
  border: none;
}

a {
  color: #2b2d31;
  text-decoration: none;
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

li,
ul {
  padding: 0;
  margin: 0;
}

:focus {
  outline: 0;
}

:placeholder-shown {
  opacity: 0.7;
}

.link {
  transition: opacity 0.35s ease;
}
.link:hover {
  opacity: 0.7;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.l-header.is-fixedBefore {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
}

.l-header.is-fixed {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

.l-header-nav {
  height: 100%;
  margin-left: auto;
}

.l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  margin-right: 66px;
  margin-right: 6.6rem;
}

.l-header-nav__list-item {
  height: 100%;
}

.l-header-nav__list-item:not(:last-child) {
  margin-right: 30px;
  margin-right: 3rem;
}

.l-header-nav__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.l-header-nav__list-link.is-current {
  position: relative;
  font-weight: 700;
}

.l-header-nav__list-link.is-current:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background: #348fd1;
}

.l-header-nav__list-link.is-current .small {
  font-weight: 700;
}

.l-header-nav__list-link .small {
  font-size: 12px;
  font-size: 1.2rem;
}

.l-header-nav__list-link:hover {
  opacity: 0.6;
}

.l-header-fz__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.l-header-fz__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-fz__ttl {
  margin-right: 20px;
  margin-right: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6b7076;
}

.l-header-fz__btn {
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b7076;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-fz__btn.is-active {
  font-weight: 700;
  color: #000;
  border-bottom: 3px solid #bac4d0;
}

.l-header-fz__btn:hover {
  opacity: 0.6;
}

.l-header-fz__slash {
  padding: 0 5px;
}

.l-header--top {
  background-color: #f2f4f7;
}

.l-header--top.is-fixedBefore {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 100;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.l-header--top.is-fixedBefore .l-header--top__block {
  display: none;
}

.l-header--top.is-fixed {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

.l-header--top__block {
  width: 94%;
  max-width: 1280px;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-header--top__block {
    width: 902px;
  }
}

.l-header--top__block__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 75%;
  max-width: 960px;
  margin: 15px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.l-header--top__block__side .c-tel {
  margin-right: 40px;
}

.l-header--top__block__side .c-btn {
  margin-right: 20px;
}

.l-header--top__block__side .c-btn:last-child {
  margin-right: 0;
}

.l-header--top__nav {
  background-color: #454a50;
}

.l-content {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-column--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer li {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-breadcrumbs {
  background-color: #F2F4F7;
}

.c-breadcrumbs .c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item {
  display: inline;
  padding: 8px 10px 8px 0;
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  word-break: keep-all;
  white-space: nowrap;
  list-style: none;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item a,
.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item span {
  display: inline;
  color: #6b7076;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item a:hover {
  text-decoration: underline;
}

.c-breadcrumbs .c-breadcrumbs__list .c-breadcrumbs__list_item:not(:last-child)::after {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 13px 0 20px;
  text-decoration: none;
  content: "";
  border-top: 1px solid #6b7076;
  border-right: 1px solid #6b7076;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn--arrow--left:before,
.c-btn--arrow--leftup:before,
.c-btn:before,
.c-nav__list:not(:last-child):after,
.c-tel:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}

.c-btn,
.c-nav__list__link {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn:hover,
.c-nav__list__link:hover {
  opacity: 0.6;
}

.c-title--header {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 3px;
}

@media only screen and (max-width: 1480px) {
  .c-title--header {
    font-size: 3.9vw;
  }
}
@media only screen and (max-width: 1480px) and (max-width: 960px) {
  .c-title--header {
    font-size: 39px;
  }
}
.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-nav__list:not(:last-child):after {
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #348fd1;
}

.c-nav__list__link {
  display: inline-block;
  padding: 19px 40px;
  color: #fff;
}
.zoom .c-nav__list__link {
  padding: 19px 30px;
}

.c-nav__list__link:hover {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .c-nav__list__link {
    padding: 19px 30px;
  }
}
.c-nav__list__link--arrow:after {
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  margin-left: 5px;
  background-image: url(/mens/salon/img/wr_icon_arrow_blue.svg);
}

.c-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  white-space: nowrap;
  border-bottom: 2px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.c-tel:before {
  width: 85px;
  height: 30px;
  margin-right: 10px;
  background-image: url(/mens/salon/img/wr_icon_tel.svg);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

@media only screen and (max-width: 1280px) {
  .c-tel {
    font-size: 2.81vw;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 960px) {
  .c-tel {
    font-size: 28.1px;
  }
}
@media only screen and (max-width: 1280px) {
  .c-tel:before {
    width: 6.64vw;
    height: 2.34vw;
    margin-right: 0.67vw;
  }
}
.c-btn {
  display: block;
  width: 30%;
  max-width: 180px;
  min-width: 125px;
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.c-btn:hover {
  color: #fff;
}

.c-btn--large {
  width: 33.33%;
  max-width: 200px;
}

.c-btn--xlarge {
  width: 29.68%;
  max-width: 380px;
  padding: 29px 0;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
}

.c-btn--black {
  background-color: #000;
}

.c-btn--blue {
  background-color: #348fd1;
}

.c-btn--border {
  border: 1px solid #fff;
}

.c-btn--arrow--left,
.c-btn--arrow--leftup {
  position: relative;
}

.c-btn--arrow--left:before,
.c-btn--arrow--leftup:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  width: 14px;
  height: 14px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn--arrow--left:hover:before,
.c-btn--arrow--leftup:hover:before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.c-btn--arrow--left:before {
  background-image: url(/mens/salon/img/wr_icon_arrow_white.svg);
}

.c-btn--arrow--leftup:before {
  /* background-image: url(/mens/salon/img/icon_arrow_white_up.svg); */
}

/* .pagetop a {
  right: 10px;
} */

.mens-floating-footer__inner__container .mens-floating-footer__inner__button[href*=line] {
  display: none;
}

/*追従ボタン追加*/
.mens-floating-footer {
  padding: 0;
}

.mens-floating-footer__inner {
  max-width: 810px;
  height: 90px;
}

.mens-floating-footer__price__web-img {
  width: 497px;
}

.mens-floating-footer__price__tel-img {
  width: 300px;
  margin-left: 20px;
  margin-top: 20px;
}


/*-------------------------------------------- */
/* #modal
---------------------------------------------- */
.modalBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999911;
  background-color: rgba(20, 22, 25, 0.75);
  overflow: hidden;
  transform: translate3d(0, 0, 1200px);
}

.modalBox_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.modalBox_cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
}

/* .modalBox_in
---------------------------------------------- */
.modalBox_in {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1060px;
  height: 100%;
  padding: 64px 30px 64px;
  padding: 80px 30px 80px;
  margin: 0 auto;
}

.modalBox_info {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 70px 50px 80px;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modalBox_info::before {
  content: "";
  display: block;
  width: 2000px;
  height: 336px;
  background: url(/mens/salon/img/wr_bg_slash_line02.svg) 0 0 repeat-x;
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
  left: -1200px;
  z-index: -1;
}

.modalBox_info::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.modalBox_closeBtn {
  display: block;
  width: 48px;
  height: 48px;
  background: #2b2d31 url(/mens/salon/img/wr_icn_close.svg) center center no-repeat;
  background-size: 24px 24px;
  border-radius: 100px;
  position: absolute;
  top: 40px;
  top: 56px;
  right: 6px;
  z-index: 10;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: background-color 0.4s;
}

.modalBox_headline_l {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 6px;
  margin-bottom: 38px;
  text-align: center;
}

.modalBox_txt {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

.lum-lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.lum-lightbox img {
  max-width: 100%;
}

.lum-img {
  margin: 0 auto;
}

.lum-lightbox {
  z-index: 999901;
}

.lum-close-button {
  opacity: 1;
  position: absolute;
  right: 80px;
  top: 50px;
}

.lum-close-button:after,
.lum-close-button:before {
  background-color: #fff;
  content: " ";
  height: 33px;
  left: 15px;
  position: absolute;
  width: 4px;
}
