@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, del, em, img, q, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul, #header ul, #sidebar ul, aside ul {
  list-style: none;
}

article ul {
  margin-left: 1.5em;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub, sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden, .mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
  min-width: 320px;
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-weight: 300;
  }
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
@media screen and (min-width: 768px) {
  #headerArea {
    padding-top: 120px;
  }
  #headerArea #topbody #headerArea {
    height: inherit;
  }
  #headerArea #secondbody #headerArea {
    background: none;
    height: 190px;
  }
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
#topImg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #topImg {
    margin: 0 auto 60px;
    width: 100%;
  }
  #topImg img {
    margin-bottom: 10px;
  }
}

.bxslider {
  margin: 0px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  width: 100%;
}

.bx-viewport {
  max-height: 450px;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
  line-height: 1.6;
  clear: both;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(103.7037037037vw, 1120px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    padding: 0 4%;
  }
}

.inner-l {
  width: min(91.6666666667vw, 990px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner-l {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner-l {
    width: 92%;
    padding: 0 4%;
  }
}

.inner-s {
  width: min(79.6296296296vw, 860px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner-s {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner-s {
    width: 92%;
    padding: 0 4%;
  }
}

.inner-2nd {
  width: min(68.5185185185vw, 740px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner-2nd {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner-2nd {
    width: 92%;
    padding: 0 4%;
  }
}

.inner-ss {
  width: min(91.6666666667vw, 990px);
  padding: 0 275px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner-ss {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner-ss {
    width: 100%;
    padding: 0 20%;
  }
}

/*ボタン*/
.btn a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  background-color: #000;
  width: 185px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--white a {
  background-color: inherit;
  border: 1px solid #fff;
}

.btn a::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 15px;
  right: 15px;
  /*下線の形状*/
  width: 48px;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn a::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 18px;
  right: 15px;
  /*矢印の形状*/
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn a:hover {
  background-color: #666;
}

.btn--white a:hover {
  background-color: #23727e;
}

.btn--white--bg a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #5db5c3;
}
.btn--white--bg a::before, .btn--white--bg a::after {
  background: #5db5c3;
}
.btn--white--bg a:hover {
  background: #23727e;
  color: #fff;
}
.btn--white--bg a:hover::before, .btn--white--bg a:hover::after {
  background: #fff;
}

/*hoverした際の移動*/
.btn a:hover::before {
  right: 5px;
}

.btn a:hover::after {
  right: 5px;
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #5db5c3;
}
.js-aclink.js-ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #5db5c3;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
sp-footer-btn
----------------------------------------------------------- */
.sp-footer-btn {
  display: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sp-footer-btn {
    display: block;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    background-color: #5db5c3;
    width: 95%;
    z-index: 999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.sp-footer-btn a {
  margin-right: auto;
  margin-left: auto;
  font-size: min(1.6666666667vw, 18px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .sp-footer-btn a {
    font-size: 15px;
    width: 100%;
    height: 35px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.footer-link {
  margin: 0 auto;
  width: 85%;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .footer-link {
    margin: 50px auto 0 auto;
    width: 85%;
  }
}

.footer-link__inner {
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 30px;
  -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;
}
@media screen and (max-width: 768px) {
  .footer-link__inner {
    padding: 23px 0;
    gap: 30px;
  }
}

.footer-link a {
  font-size: 14px;
  font-weight: 200;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .footer-link a {
    font-weight: 300;
    font-size: 12px;
  }
}

.footer-link a:hover {
  border-bottom: 1px solid #333333;
}

.footer__wrap {
  background-color: #000;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    padding: 24px 0 14px;
  }
}

.footer__logo {
  text-align: center;
}

.footer__logo img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 130px;
  }
}

.footer__insta {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__insta {
    margin-top: 23px;
  }
}

.footer__insta img {
  width: 19px;
}
@media screen and (max-width: 768px) {
  .footer__insta img {
    width: 15px;
  }
}

.footer__shop {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__shop {
    font-weight: 300;
    margin-top: 20px;
    font-size: 10px;
  }
}

.footer__copyright {
  padding: 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 10px 0 15px;
    margin-bottom: 35px;
  }
}

.footer__copyright p {
  padding-left: 50px;
  font-size: 14px;
  font-weight: 200;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__copyright p {
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    padding-left: 0;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
header
----------------------------------------------------------- */
.header__first-visit {
  position: relative;
  height: 30px;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .header__first-visit {
    height: 69px;
  }
}

.notifications__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  -webkit-animation: notificationCycle 12s infinite;
          animation: notificationCycle 12s infinite;
  padding: 0 30px;
}
.notifications__content:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.notifications__content:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.notifications__content:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.notifications__content p {
  text-align: center;
  font-size: min(1.1111111111vw, 12px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Rufina", serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .notifications__content p {
    font-size: 16px;
  }
}
.notifications__content a {
  position: relative;
  display: block;
  width: 100%;
}

.notification-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  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;
}
.notification-close::before {
  content: "";
  width: 7px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L6.5 6.5M6.5 0.5L0.5 6.5' stroke='white' stroke-linecap='square'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .notification-close {
    display: none;
  }
}
.notification-close:hover {
  opacity: 0.7;
}

@-webkit-keyframes notificationCycle {
  0% {
    opacity: 0;
    visibility: visible;
  }
  4% {
    opacity: 1;
    visibility: visible;
  }
  29% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes notificationCycle {
  0% {
    opacity: 0;
    visibility: visible;
  }
  4% {
    opacity: 1;
    visibility: visible;
  }
  29% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* スマホ時は少し大きく */
@media screen and (max-width: 768px) {
  .notification-close {
    height: 100%;
  }
}
.header__main {
  display: grid;
  grid-template-columns: min(11.8518518519vw, 128px) 1fr min(18.5185185185vw, 200px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .header__main {
    grid-template-columns: 1fr 130px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__logo {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin-left: 62px;
    padding-top: 4px;
  }
}

.header__logo img {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 115px;
  }
}

.header__nav {
  text-align: right;
  margin-right: min(5vw, 100px);
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav li {
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  line-height: 70px;
  position: relative;
}

.header__nav li a {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 2px;
}

.header__nav li a:hover {
  border-bottom: 1px solid #333333;
}

.header__nav li.has__sub__menu > a {
  background-image: url(/common/images/ico_arrow_open.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right center;
  padding-right: 16px;
}

.header__nav li.has__sub__menu > a.open {
  background-image: url(/common/images/ico_arrow_close.png);
  border-bottom: 1px solid #333333;
}

.header__nav li.has__sub__menu .header__nav__sub {
  display: none;
  width: 200px;
  padding: 1em 0;
  position: absolute;
  padding-left: 10px;
  top: 70px;
  left: 0;
  background-color: #fff;
  text-align: left;
  line-height: 1.5em;
}
.header__nav li.has__sub__menu .header__nav__sub li {
  height: 1.5em;
  line-height: 1.5em;
}

.header__book-btn {
  height: 100%;
}

.header__book-btn a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #5db5c3;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__book-btn a:hover {
  background-color: #23727e;
}

/* -----------------------------------------------------------
mv
----------------------------------------------------------- */
.mv {
  margin-top: 100px;
  height: min(62.037037037vw, 670px);
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 0;
    height: 530px;
  }
}

.mv-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .mv-slide {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 30px;
  }
}

.mv-slide--01 {
  background: url(../../images/mv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .mv-slide--01 {
    background: url(../../images/mv-sp.jpg) no-repeat center center/cover;
  }
}

.mv-slide--02 {
  background: url(../../images/mv2.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .mv-slide--02 {
    background: url(../../images/mv2-sp.jpg) no-repeat center center/cover;
  }
}

.mv-slide--03 {
  background: url(../../images/mv3.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .mv-slide--03 {
    background: url(../../images/mv3-sp.jpg) no-repeat center center/cover;
  }
}

.mv__text {
  opacity: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__text {
    text-align: center;
  }
}
.mv__text .mv__text__main {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .mv__text .mv__text__main {
    font-size: 31px;
  }
}
.mv__text .mv__text__sub {
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .mv__text .mv__text__sub {
    font-size: 15px;
  }
}

.mv__text img {
  width: min(16.6666666667vw, 180px);
}
@media screen and (max-width: 768px) {
  .mv__text img {
    width: 265px;
  }
}

.mv__btn {
  opacity: 0;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv__btn {
    margin-top: 25px;
  }
}

.mv__btn a {
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #fff;
  width: 300px;
  height: 40px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .mv__btn a {
    font-size: 15px;
    width: 250px;
    height: 35px;
  }
}

.mv__btn a:hover {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* -----------------------------------------------------------
 =glovalnavi
----------------------------------------------------------- */
nav {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
  }
}
/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  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;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: #5db5c3;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .nav-wrap .nav {
    width: 1080px;
    margin: 200px auto 0;
  }
}
.nav-wrap li {
  display: block;
  margin: 0 0 1em 20px;
  padding: 0.5em 0;
  line-height: 1.1;
}
.nav-wrap li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .nav-wrap li {
    margin: 0 0 2em 100px;
  }
}
.nav-wrap li a {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .nav-wrap li a {
    font-size: 40px;
  }
}
.nav-wrap li.has__sub__menu > a {
  padding-right: 30px;
  background-image: url(/common/images/ico_arror_open_sp.png);
  background-position: right center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.nav-wrap li.has__sub__menu > a.open {
  background-image: url(/common/images/ico_arror_close_sp.png);
}
.nav-wrap li.has__sub__menu .header__nav__sub {
  display: none;
  margin-top: 1em;
}
.nav-wrap li.has__sub__menu .header__nav__sub li {
  margin-bottom: 0;
  line-height: 1.25;
}
.nav-wrap li.has__sub__menu .header__nav__sub li a {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .nav-pc-wrap {
    display: block;
    width: 60%;
  }
  .nav-pc-wrap ul {
    margin: 0 auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-pc-wrap ul li {
    list-style-type: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    margin: 0;
  }
  .nav-pc-wrap ul li a {
    color: #333333;
    font-size: 16px;
  }
  .nav-pc-wrap ul li + li {
    border-left: 1px solid #333333;
  }
}
/*メニューボタン*/
.nav-button-wrap {
  position: absolute;
  left: 15px;
  top: 100px;
  z-index: 15000;
}
.nav-button-wrap.active {
  position: fixed;
  top: 40px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 23px;
  height: 27px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .nav-button span {
    height: 7px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 11px;
}
@media screen and (min-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 14px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
.section-title {
  font-size: min(2.4074074074vw, 26px);
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 19px;
  }
}

.section-title--left {
  -moz-text-align-last: left;
       text-align-last: left;
}

.section-title::before {
  background-color: #333333;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}
@media screen and (max-width: 768px) {
  .section-title::before {
    bottom: -12px;
    width: 25px;
  }
}

.section-title--left::before {
  left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.section-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-subtitle {
    font-size: 17px;
  }
}

.section-title--white {
  color: #fff;
}

.section-title--white::before {
  background-color: #fff;
}

/* -----------------------------------------------------------
fast
----------------------------------------------------------- */
.fast {
  margin-top: min(23.1481481481vw, 250px);
}
@media screen and (max-width: 768px) {
  .fast {
    margin-top: 115px;
  }
}

.fast__wrap {
  display: grid;
  grid-template-columns: min(50vw, 650px) 1fr;
  gap: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 768px) {
  .fast__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.fast__img {
  position: relative;
}

.fast__img::before {
  position: absolute;
  content: "";
  display: block;
  top: max(-6.9444444444vw, -75px);
  right: max(-21.2962962963vw, -230px);
  width: 46%;
  height: 67%;
  background-color: #5db5c3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fast__img::before {
    top: inherit;
    right: inherit;
    left: -15%;
    bottom: -34%;
    width: 65%;
    height: 75%;
  }
}

.fast__title {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .fast__title {
    margin-top: 43px;
  }
}

.fast__subtitle {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .fast__subtitle {
    margin-top: 33px;
  }
}

.fast__text {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .fast__text {
    margin-top: 10px;
  }
}

.fast__text p {
  margin-bottom: 1.7em;
  line-height: 1.77;
}

.fast__btn {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .fast__btn {
    margin-top: 38px;
  }
}

/* -----------------------------------------------------------
 services
----------------------------------------------------------- */
.services {
  margin-top: 0;
  background-color: #5db5c3;
  padding: 84px 0 94px;
}
@media screen and (max-width: 768px) {
  .services {
    margin-top: 0;
    padding: 59px 0 65px;
  }
}

.services__wrap {
  display: grid;
  grid-template-columns: min(37.037037037vw, 400px) 1fr;
  gap: min(9.2592592593vw, 100px);
}
@media screen and (max-width: 768px) {
  .services__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.services__subtitle {
  color: #fff;
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .services__subtitle {
    margin-top: 45px;
  }
}

.services__text {
  margin-top: 25px;
  color: #fff;
  margin-bottom: 1.7em;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .services__text {
    margin-top: 10px;
  }
}

.services__bottom {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr;
  margin-top: min(9.2592592593vw, 80px);
}
@media screen and (max-width: 768px) {
  .services__bottom {
    grid-template-columns: 1fr;
  }
}

.services__cut {
  margin-top: 7px;
  font-size: min(3.7037037037vw, 40px);
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 768px) {
  .services__cut {
    margin-top: 28px;
    font-size: 32px;
  }
}

.services__other {
  margin-top: 32px;
  font-size: min(1.4814814815vw, 16px);
  font-weight: 200;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 14px;
}
@media screen and (max-width: 768px) {
  .services__other {
    margin-top: 27px;
    font-size: 12px;
    font-weight: 300;
    row-gap: 12px;
  }
}

.services__other dd {
  text-align: right;
}

.services__btn {
  margin-top: 38px;
  display: block;
}
@media screen and (max-width: 768px) {
  .services__btn {
    margin-top: 26px;
  }
}

.services__contents {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border: 1px solid #fff;
  padding: 20px;
}
.services__contents__ttl {
  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;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}

/* -----------------------------------------------------------
top-stylists
----------------------------------------------------------- */
.top-stylists {
  margin-top: min(24.6296296296vw, 266px);
}
@media screen and (max-width: 768px) {
  .top-stylists {
    margin-top: 100px;
  }
}

.top-stylists__wrap {
  display: grid;
  grid-template-columns: 1fr min(55vw, 650px);
  grid-template-areas: "a b";
  gap: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 768px) {
  .top-stylists__wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "b" "a";
    gap: 0;
  }
}

.top-stylists__info {
  grid-area: a;
}

.top-stylists__img {
  position: relative;
  grid-area: b;
}

.top-stylists__img::before {
  position: absolute;
  content: "";
  display: block;
  top: -75px;
  left: -530px;
  width: 46%;
  height: 67%;
  background-color: #5db5c3;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-stylists__img::before {
    top: inherit;
    right: inherit;
    left: -15%;
    bottom: -34%;
    width: 65%;
    height: 75%;
  }
}

.top-stylists__title {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .top-stylists__title {
    margin-top: 49px;
  }
}

.top-stylists__subtitle {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-stylists__subtitle {
    margin-top: 30px;
  }
}

.top-stylists__text {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .top-stylists__text {
    margin-top: 14px;
  }
}

.top-stylists__text p {
  margin-bottom: 1.7em;
  line-height: 1.77;
}

.top-stylists__btn {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .top-stylists__btn {
    margin-top: 10px;
  }
}

/* -----------------------------------------------------------
top-gallery
----------------------------------------------------------- */
.top-gallery {
  margin-top: min(18.5185185185vw, 200px);
}
@media screen and (max-width: 768px) {
  .top-gallery {
    margin-top: 100px;
  }
}

.top-gallery .swiper::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 70%;
  background-color: #5db5c3;
  z-index: -1;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-next {
  right: 270px;
}
@media screen and (max-width: 1024px) {
  .swiper-button-next {
    right: min(15vw, 270px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 10px;
  }
}

.swiper-button-next.swiper-button--item2nd {
  right: 200px;
}
@media screen and (max-width: 1024px) {
  .swiper-button-next.swiper-button--item2nd {
    right: min(9vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next.swiper-button--item2nd {
    right: 10px;
  }
}

.swiper-button-prev {
  left: 270px;
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev {
    left: min(15vw, 270px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 10px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 20px;
  width: min(15.0925925926vw, 163px);
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 12px;
    width: 56px;
    top: 55%;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  margin: auto;
  width: 163px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 12px;
    width: 56px;
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../images/swiper-pagination-l.svg);
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after {
    background-image: url(../images/swiper-pagination-l-sp.svg);
  }
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../images/swiper-pagination-r.svg);
}
@media screen and (max-width: 768px) {
  .swiper-button-next::after {
    background-image: url(../images/swiper-pagination-r-sp.svg);
  }
}

/* 前への矢印カスタマイズ */
.swiper-button-prev.swiper-button--item2nd::after {
  background-image: url(../images/swiper-pagination-l-sp.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next.swiper-button--item2nd::after {
  background-image: url(../images/swiper-pagination-r-sp.svg);
}

.top-gallery__title {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .top-gallery__title {
    margin-top: 60px;
  }
}

.top-gallery__subtitle {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-gallery__subtitle {
    margin-top: 30px;
  }
}

.top-gallery__text {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .top-gallery__text {
    margin-top: 18px;
  }
}

.top-gallery__text p {
  margin-bottom: 1.7em;
  line-height: 1.77;
}

/* -----------------------------------------------------------
location
----------------------------------------------------------- */
.location {
  margin-top: min(17.5925925926vw, 190px);
  padding-bottom: 55px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #5db5c3), to(#5db5c3));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #5db5c3 50%, #5db5c3 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #5db5c3 50%, #5db5c3 100%);
}
@media screen and (max-width: 768px) {
  .location {
    margin-top: 100px;
    padding-bottom: 0;
    background: none;
  }
}

.location__inner {
  display: grid;
  grid-template-columns: min(55vw, 770px) 1fr;
  -webkit-column-gap: min(4.6296296296vw, 50px);
     -moz-column-gap: min(4.6296296296vw, 50px);
          column-gap: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 768px) {
  .location__inner {
    grid-template-columns: 1fr;
  }
}

.location__img iframe {
  width: 100%;
  height: min(41.6666666667vw, 450px);
}
@media screen and (max-width: 768px) {
  .location__img iframe {
    height: 433px;
  }
}

.location__title {
  font-size: min(2.4074074074vw, 26px);
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .location__title {
    margin-top: 70px;
    font-size: 19px;
  }
}

.location__title::before {
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .location__title::before {
    bottom: -5px;
  }
}

.location__shop {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .location__shop {
    font-weight: normal;
    font-size: 14px;
    margin-top: 40px;
  }
}

.location__address {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 200;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .location__address {
    font-size: 13px;
    font-weight: 300;
    margin-top: 20px;
  }
}

.location__day {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: min(1.4814814815vw, 16px);
  font-weight: 200;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  letter-spacing: 0;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .location__day {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 14px;
    font-weight: 300;
    margin-top: 28px;
    line-height: 1.7;
  }
}

.location__day dd {
  text-align: right;
}

.location__btn {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .location__btn {
    margin-top: 68px;
    background-color: #5db5c3;
    padding: 44px 0;
  }
}

.location__btn a {
  margin-right: auto;
  margin-left: auto;
  font-size: min(1.6666666667vw, 18px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #fff;
  width: 280px;
  height: 50px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .location__btn a {
    font-size: 15px;
    width: 250px;
    height: 35px;
  }
}

.location__btn a:hover {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

/* -----------------------------------------------------------
insta
----------------------------------------------------------- */
.insta {
  margin-top: min(14.8148148148vw, 160px);
  margin-bottom: min(18.0555555556vw, 195px);
}
@media screen and (max-width: 768px) {
  .insta {
    margin-top: 50px;
    margin-bottom: 130px;
  }
}

.insta__items {
  display: grid;
  grid-template-columns: repeat(6, auto);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .insta__items {
    grid-template-columns: repeat(2, auto);
    gap: 20px;
  }
}

.insta__link {
  text-align: center;
  margin-top: 50px;
}

.insta__link a {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .insta__link a {
    font-size: 16px;
  }
}

.insta__link a:hover {
  border-bottom: 1px solid #333333;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :about.css
=================================================================== */
.mv-about {
  margin-top: 100px;
  background: url(../../images/about-mv.jpg) no-repeat center center/cover;
  height: min(62.037037037vw, 670px);
}
@media screen and (max-width: 768px) {
  .mv-about {
    margin-top: 0;
    background: url(../../images/about-mv-sp.jpg) no-repeat center center/cover;
    height: 530px;
  }
}

.mv-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

/* -----------------------------------------------------------
about-copy
----------------------------------------------------------- */
.about-copy {
  margin-top: min(12.6851851852vw, 137px);
}
@media screen and (max-width: 768px) {
  .about-copy {
    margin-top: 64px;
  }
}

.about-copy__title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about-copy__title {
    font-size: 16px;
  }
}

.about-copy__text {
  margin-top: 44px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .about-copy__text {
    margin-top: 31px;
  }
}

/* -----------------------------------------------------------
 about
----------------------------------------------------------- */
.about__title {
  margin-top: min(16.4814814815vw, 178px);
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-top: 59px;
  }
}

.about__img1-wrap {
  position: relative;
  margin-top: min(16.8518518519vw, 182px);
}
@media screen and (max-width: 768px) {
  .about__img1-wrap {
    margin-top: 91px;
  }
}

.about__img1-wrap::before {
  position: absolute;
  content: "";
  display: block;
  bottom: max(-13.1481481481vw, -142px);
  right: 0;
  width: 31%;
  height: 67%;
  background-color: #d1886e;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about__img1-wrap::before {
    bottom: -50px;
    width: 50%;
    height: 90%;
  }
}

.about_wrap1 {
  margin-top: min(8.3333333333vw, 90px);
}
@media screen and (max-width: 768px) {
  .about_wrap1 {
    margin-top: 38px;
  }
}

.about__img2-wrap {
  position: relative;
}

.about__img2-wrap::before {
  position: absolute;
  content: "";
  display: block;
  bottom: max(-13.1481481481vw, -142px);
  left: 0;
  width: 31%;
  height: 67%;
  background-color: #d1886e;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about__img2-wrap::before {
    bottom: -50px;
    width: 50%;
    height: 90%;
  }
}

.about__title2 {
  font-size: min(2.4074074074vw, 26px);
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__title2 {
    font-size: 18px;
  }
}

.about__title2::before {
  background-color: #333333;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .about__title2::before {
    width: 25px;
    bottom: -10px;
  }
}

.about__title3 {
  font-size: min(2.037037037vw, 22px);
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .about__title3 {
    font-size: 16px;
    margin-top: 33px;
  }
}

.about__text {
  margin-top: 20px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-top: 13px;
  }
}

.about__img2 {
  margin-top: min(14.0740740741vw, 152px);
}
@media screen and (max-width: 768px) {
  .about__img2 {
    margin-top: 74px;
  }
}

.about_wrap2 {
  margin-top: min(8.3333333333vw, 90px);
}
@media screen and (max-width: 768px) {
  .about_wrap2 {
    margin-top: 66px;
  }
}

.about__img3 {
  margin-top: min(17.1296296296vw, 185px);
}
@media screen and (max-width: 768px) {
  .about__img3 {
    margin-top: 104px;
  }
}

.about__img3-wrap {
  position: relative;
}

.about__img3-wrap::before {
  position: absolute;
  content: "";
  display: block;
  bottom: max(-13.1481481481vw, -142px);
  right: 0;
  width: 31%;
  height: 67%;
  background-color: #d1886e;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about__img3-wrap::before {
    bottom: -50px;
    width: 50%;
    height: 90%;
  }
}

.about_wrap3 {
  margin-top: min(8.3333333333vw, 90px);
  margin-bottom: min(21.2962962963vw, 230px);
}
@media screen and (max-width: 768px) {
  .about_wrap3 {
    margin-top: 34px;
    margin-bottom: 113px;
  }
}

.about__section {
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .about__section {
    padding-bottom: 0;
  }
}
.about__section hr {
  width: 85%;
}
.about__section .inner-l {
  padding-top: 175px;
}
@media screen and (max-width: 768px) {
  .about__section .inner-l {
    padding-top: 75px;
  }
}
.about__section .inner-2nd h2 {
  font-size: 22px;
  text-align: center;
  padding-top: 125px;
  padding-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .about__section .inner-2nd h2 {
    font-size: 15px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.about__section .inner-2nd p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__section .inner-2nd p {
    margin-bottom: 25px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :service.css
=================================================================== */
.mv-service {
  margin-top: 100px;
  background: url(../../images/service-mv.jpg) no-repeat center center/cover;
  height: min(62.037037037vw, 670px);
}
@media screen and (max-width: 768px) {
  .mv-service {
    margin-top: 0;
    background: url(../../images/service-mv-sp.jpg) no-repeat center center/cover;
    height: 530px;
  }
}

.mv-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

/* -----------------------------------------------------------
 services2
----------------------------------------------------------- */
.services2__nav {
  background-color: #ead96d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 40px;
  gap: 30px;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .services2__nav {
    padding-top: 30px;
    gap: 15px;
  }
}

.services__senior .mv-service {
  background: url(../../images/service-senior-mv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .services__senior .mv-service {
    background: url(../../images/service-senior-mv-sp.jpg) no-repeat center center/cover;
  }
}
.services__senior .section-title--white {
  color: #333333;
}
.services__senior .section-title--white::before {
  background-color: #333333;
}
@media screen and (max-width: 768px) {
  .services__senior .section-title--white {
    color: #fff;
  }
  .services__senior .section-title--white::before {
    background-color: #fff;
  }
}
.services__senior .services2__nav {
  background-color: #80abdd;
}
.services__senior .services2__nav__btn {
  background-color: #80abdd;
}
.services__senior .services2__wrap--styling::before {
  background-color: #80abdd;
}
.services__senior .services2__wrap--perm {
  position: relative;
}
.services__senior .services2__wrap--perm::before {
  position: absolute;
  content: "";
  display: block;
  top: -75px;
  left: 0;
  width: min(37.037037037vw, 400px);
  height: 400px;
  background-color: #80abdd;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .services__senior .services2__wrap--perm::before {
    top: -30px;
    width: 50vw;
    height: 50vw;
  }
}
.services__senior .services2__wrap--addons::before {
  background-color: #80abdd;
}
.services__senior .services2__wrap--headspa::before {
  background-color: #80abdd;
}
.services__senior .qualities::before {
  top: 370px;
  background-color: #80abdd;
}

.services2__nav a {
  font-size: min(1.9444444444vw, 21px);
  font-weight: 200;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  .services2__nav a {
    font-size: 13px;
  }
}

.services2__nav a:hover {
  border-bottom: none;
}

.services2__nav__btn {
  background-color: #ead96d;
  padding-top: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .services2__nav__btn {
    padding-top: 35px;
  }
}
.services2__nav__btn a {
  width: 300px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #282828;
  border: solid 1px #282828;
}
.services2__nav__btn a:hover {
  opacity: 0.75;
}
.services2__nav__btn a.active {
  color: #fff;
  background-color: #282828;
}
.services2__nav__btn a.active:hover {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .services2__nav__btn a {
    line-height: 40px;
    font-size: 16px;
  }
}

.services2__wrap {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .services2__wrap {
    margin-top: 70px;
  }
}

.services2__wrap--styling {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--styling {
    margin-top: 90px;
  }
}

.services2__wrap--styling::before {
  position: absolute;
  content: "";
  display: block;
  top: -75px;
  right: 0;
  width: min(37.037037037vw, 400px);
  height: 400px;
  background-color: #ead96d;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .services2__wrap--styling::before {
    top: -30px;
    width: 50vw;
    height: 50vw;
  }
}

.services2__wrap--color {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--color {
    margin-top: 90px;
  }
}

.services2__wrap--addons {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--addons {
    margin-top: 90px;
  }
}

.services2__wrap--addons::before {
  position: absolute;
  content: "";
  display: block;
  top: -75px;
  left: 0;
  width: min(37.037037037vw, 400px);
  height: 400px;
  background-color: #ead96d;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .services2__wrap--addons::before {
    top: -30px;
    width: 50vw;
    height: 50vw;
  }
}

.services2__wrap--perm {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--perm {
    margin-top: 90px;
  }
}

.services2__wrap--headspa {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .services2__wrap--headspa {
    margin-top: 90px;
  }
}

.services2__wrap--headspa::before {
  position: absolute;
  content: "";
  display: block;
  top: -75px;
  right: 0;
  width: min(37.037037037vw, 400px);
  height: 400px;
  background-color: #ead96d;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .services2__wrap--headspa::before {
    top: -30px;
    width: 50vw;
    height: 50vw;
  }
}

.services2__title2 {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .services2__title2 {
    font-size: 16px;
  }
}

.services2__fee {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
}

.services2__fee:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .services2__fee:not(:first-child) {
    margin-top: 20px;
  }
}

.services2__fee:not(:first-child).services2__fee--repair {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .services2__fee:not(:first-child).services2__fee--repair {
    margin-top: 30px;
  }
}

.services2__fee-menu {
  font-size: min(2.037037037vw, 22px);
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .services2__fee-menu {
    font-size: 16px;
  }
}

.services2__fee-menu span {
  font-size: min(1.6666666667vw, 18px);
}
@media screen and (max-width: 768px) {
  .services2__fee-menu span {
    font-size: 14px;
  }
}

.services2__fee-ten {
  display: block;
  position: relative;
}

.services2__fee-ten:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 2px #000;
}

.services2__fee-fee {
  font-size: min(2.037037037vw, 22px);
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .services2__fee-fee {
    font-size: 16px;
  }
}

.services2__fee__small {
  margin-top: 40px;
  margin-bottom: 130px;
}
.services2__fee__small .services2__fee:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .services2__fee__small .services2__fee:not(:first-child) {
    margin-top: 15px;
  }
}
.services2__fee__small .services2__fee .services2__fee-fee,
.services2__fee__small .services2__fee .services2__fee-menu {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .services2__fee__small .services2__fee .services2__fee-fee,
  .services2__fee__small .services2__fee .services2__fee-menu {
    font-size: 14px;
  }
}

.services2__menu-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .services2__menu-wrap {
    margin-top: 42px;
  }
}

.services2__menu:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .services2__menu:not(:first-child) {
    margin-top: 25px;
  }
}

.services2__menu div {
  position: relative;
  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;
  margin: 5px 0;
  padding: 5px 0;
}

.services2__menu div:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 2px #000;
}

.services2__menu dt {
  font-size: min(2.037037037vw, 22px);
  font-weight: 400;
  margin: 0;
  padding: 0 10px 0 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .services2__menu dt {
    font-size: 16px;
  }
}

.services2__menu dt span {
  font-size: min(1.6666666667vw, 18px);
}
@media screen and (max-width: 768px) {
  .services2__menu dt span {
    font-size: 14px;
  }
}

.services2__menu dd {
  font-size: min(2.037037037vw, 22px);
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 10px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .services2__menu dd {
    font-size: 16px;
  }
}

.services2__text {
  margin-top: 20px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .services2__text {
    margin-top: 10px;
  }
}

.services2__text2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .services2__text2 {
    margin-top: 20px;
  }
}

.services2__menu-wrap--headspa {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .services2__menu-wrap--headspa {
    margin-top: 100px;
  }
}

.services2__btn {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .services2__btn {
    margin-top: 50px;
  }
}

/* -----------------------------------------------------------
qualities
----------------------------------------------------------- */
.qualities {
  position: relative;
  margin-top: min(18.5185185185vw, 200px);
  margin-bottom: min(31.9444444444vw, 345px);
}
@media screen and (max-width: 768px) {
  .qualities {
    margin-top: 140px;
  }
}
.qualities::before {
  position: absolute;
  content: "";
  display: block;
  top: -75px;
  left: 0;
  width: min(37.037037037vw, 400px);
  height: 400px;
  background-color: #ead96d;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .qualities::before {
    display: none;
  }
}

.qualities__title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: min(10.6481481481vw, 115px);
}
@media screen and (max-width: 768px) {
  .qualities__title {
    font-size: 18px;
    margin-top: 60px;
  }
}

.qualities__item {
  margin-top: min(7.4074074074vw, 80px);
}
@media screen and (max-width: 768px) {
  .qualities__item {
    margin-top: 50px;
  }
}

.qualities__item h3 {
  font-size: min(2.037037037vw, 22px);
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .qualities__item h3 {
    font-size: 16px;
  }
}

.qualities__item p {
  margin-top: 15px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .qualities__item p {
    margin-top: 10px;
  }
}

/* -----------------------------------------------------------
 qualities__top
----------------------------------------------------------- */
.services__top {
  border: 1px solid #fff;
  padding: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .services__top {
    padding: 20px;
    margin-bottom: 40px;
  }
}

.services__top__ttl {
  font-size: min(2.5925925926vw, 28px);
  font-weight: 500;
  color: #fff;
  text-align: left;
  text-indent: -0.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .services__top__ttl {
    font-size: 20px;
  }
}

.services__top__text {
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .services__top__text br {
    display: none;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :about.css
=================================================================== */
.mv-stylist {
  margin-top: min(22.037037037vw, 238px);
}
@media screen and (max-width: 768px) {
  .mv-stylist {
    margin-top: 66px;
  }
}

.mv-stylist__title {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .mv-stylist__title {
    font-size: 19px;
  }
}

/* -----------------------------------------------------------
stylist
----------------------------------------------------------- */
.stylist {
  margin-top: min(17.8703703704vw, 193px);
}
@media screen and (max-width: 768px) {
  .stylist {
    margin-top: 100px;
  }
}

.stylist__inner {
  margin-bottom: min(35.1851851852vw, 380px);
}
@media screen and (max-width: 768px) {
  .stylist__inner {
    margin-bottom: 150px;
  }
}

.stylist__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 768px) {
  .stylist__wrap {
    display: block;
  }
}

.stylist__wrap--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.stylist__wrap:not(:first-child) {
  margin-top: min(18.5185185185vw, 200px);
}
@media screen and (max-width: 768px) {
  .stylist__wrap:not(:first-child) {
    margin-top: 100px;
  }
}

.stylist__img1 {
  position: relative;
}

.stylist__img1 img {
  width: min(37.037037037vw, 400px);
}
@media screen and (max-width: 768px) {
  .stylist__img1 img {
    width: 100%;
  }
}

.stylist__img1::before {
  position: absolute;
  content: "";
  display: block;
  top: max(-5.5555555556vw, -60px);
  left: max(-5vw, -166px);
  width: 100%;
  height: 100%;
  background-color: #ead96d;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .stylist__img1::before {
    top: -30px;
    left: -30px;
    width: 50%;
    height: 50%;
  }
}

.stylist__senior .stylist__img1::before {
  background-color: #80abdd;
}

.stylist__wrap--reverse .stylist__img1::before {
  left: inherit;
  right: max(-5vw, -166px);
}
@media screen and (max-width: 768px) {
  .stylist__wrap--reverse .stylist__img1::before {
    right: -30px;
  }
}

.stylist__info {
  width: min(41.6666666667vw, 450px);
}
@media screen and (max-width: 768px) {
  .stylist__info {
    width: 100%;
    margin-top: 35px;
  }
}

.stylist__name {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .stylist__name {
    font-size: 18px;
  }
}

.stylist__text {
  margin-top: 50px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .stylist__text {
    margin-top: 25px;
  }
}

.stylist__nav__btn {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .stylist__nav__btn {
    margin-top: 50px;
  }
}
.stylist__nav__btn a {
  width: 300px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #282828;
  border: solid 1px #282828;
}
.stylist__nav__btn a:hover {
  opacity: 0.75;
}
.stylist__nav__btn a.active {
  color: #fff;
  background-color: #282828;
}
.stylist__nav__btn a.active:hover {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .stylist__nav__btn a {
    line-height: 40px;
    font-size: 16px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :gallery.css
=================================================================== */
.mv-gallery {
  margin-top: min(22.037037037vw, 238px);
}
@media screen and (max-width: 768px) {
  .mv-gallery {
    margin-top: 66px;
  }
}

.mv-gallery__title {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .mv-gallery__title {
    font-size: 19px;
  }
}

.top-gallery--2nd {
  margin-bottom: min(32.4074074074vw, 350px);
}
@media screen and (max-width: 768px) {
  .top-gallery--2nd {
    margin-bottom: 150px;
  }
}

.slider2nd {
  margin-bottom: 20px;
}

.top-gallery.top-gallery--2nd {
  position: relative;
  margin-top: min(12.5925925926vw, 136px);
}

.top-gallery.top-gallery--2nd::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  z-index: -1;
}

.top-gallery.top-gallery--2nd .swiper::before {
  background: none;
}

.slider-thumbnail {
  width: 760px;
}
@media screen and (max-width: 768px) {
  .slider-thumbnail {
    width: 100%;
  }
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: 5px solid #fff;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :headspa.css
=================================================================== */
.mv-headspa {
  margin-top: 100px;
  background: url(../../images/headspa-mv.jpg) no-repeat center center/cover;
  height: min(62.037037037vw, 670px);
}
@media screen and (max-width: 768px) {
  .mv-headspa {
    margin-top: 0;
    background: url(../../images/headspa-mv-sp.jpg) no-repeat center center/cover;
    height: 530px;
  }
}

.mv-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

/* -----------------------------------------------------------
 headspa
----------------------------------------------------------- */
.headspa__wrap {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .headspa__wrap {
    margin-top: 70px;
  }
}

.headspa {
  margin-top: min(18.5185185185vw, 200px);
}
@media screen and (max-width: 768px) {
  .headspa {
    margin-top: 90px;
  }
}

.headspa__title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headspa__title {
    font-size: 16px;
  }
}

.headspa__lead {
  margin-top: 20px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .headspa__lead {
    margin-top: 10px;
  }
}

.headspa__issues {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .headspa__issues {
    margin-top: 42px;
  }
}

.headspa__issues-title {
  font-size: min(2.037037037vw, 22px);
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headspa__issues-title {
    font-size: 16px;
  }
}

.headspa__issues-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .headspa__issues-grid {
    gap: 15px;
    margin-top: 20px;
  }
}

.headspa__issues-item {
  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;
  border: 3px solid #67AA49;
  padding: 30px 20px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .headspa__issues-item {
    padding: 10px;
  }
}
.headspa__issues-item p {
  font-size: min(2.7777777778vw, 18px);
  font-weight: 300;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

.headspa__solution {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .headspa__solution {
    margin-top: 60px;
  }
}

.headspa__solution-title {
  font-size: min(2.037037037vw, 22px);
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headspa__solution-title {
    font-size: 16px;
  }
}

.headspa__benefits-title {
  font-size: min(1.8518518519vw, 20px);
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .headspa__benefits-title {
    font-size: 15px;
    margin-top: 30px;
  }
}

.headspa__benefits-lead {
  margin-top: 20px;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .headspa__benefits-lead {
    margin-top: 15px;
  }
}

.headspa__effects {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .headspa__effects {
    margin-top: 40px;
  }
}

.headspa__effects-title {
  font-size: min(1.6666666667vw, 18px);
  font-weight: 600;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding: 10px 20px;
  border: 1px solid #67AA49;
  margin-top: 50px;
  color: #67AA49;
}
.headspa__effects-title:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .headspa__effects-title {
    font-size: 15px;
    margin-top: 30px;
  }
}

.headspa__effects-list {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
  counter-reset: effects-counter;
}
.headspa__effects-list li {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 500;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 15px;
  position: relative;
  padding-left: 25px;
}
.headspa__effects-list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .headspa__effects-list li {
    font-size: 14px;
    margin-top: 10px;
  }
}
.headspa__effects-list li::before {
  counter-increment: effects-counter;
  content: counter(effects-counter) ".";
  position: absolute;
  left: 0;
  color: #67AA49;
  font-weight: 700;
}

/* -----------------------------------------------------------
 headspa about
----------------------------------------------------------- */
.headspa__about {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .headspa__about {
    margin-top: 60px;
  }
}

.headspa__about-title {
  font-size: min(2.4074074074vw, 26px);
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headspa__about-title {
    font-size: 18px;
  }
}

.headspa__about-section {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .headspa__about-section {
    margin-top: 40px;
  }
}

.headspa__about-image {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .headspa__about-image {
    width: 160px;
    height: 160px;
  }
}
.headspa__about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.headspa__about-subtitle {
  font-size: min(2.037037037vw, 22px);
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .headspa__about-subtitle {
    font-size: 16px;
    margin-top: 20px;
  }
}

.headspa__about-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .headspa__about-text {
    font-size: 14px;
    margin-top: 15px;
  }
}

.headspa__treatments {
  margin-top: 40px;
}

.headspa__treatment-item {
  margin-top: 40px;
}
.headspa__treatment-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .headspa__treatment-item {
    margin-top: 30px;
  }
}

.headspa__treatment-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .headspa__treatment-header {
    display: initial;
  }
}

.headspa__treatment-type {
  border: 1px solid #67AA49;
  background-color: #67AA49;
  color: #fff;
  width: 300px;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headspa__treatment-type {
    width: initial;
    font-size: 14px;
    padding: 6px 15px;
  }
}

.headspa__treatment-name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #67AA49;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headspa__treatment-name {
    font-size: 14px;
    padding: 6px 15px;
  }
}

.headspa__treatment-desc {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .headspa__treatment-desc {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* -----------------------------------------------------------
 headspa flow
----------------------------------------------------------- */
.headspa__flow {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .headspa__flow {
    margin-top: 60px;
  }
}

.headspa__flow-title {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headspa__flow-title {
    font-size: 18px;
  }
}

.headspa__flow-image {
  margin-top: 60px;
  margin-left: -120px;
  margin-right: -120px;
}
.headspa__flow-image img {
  height: auto;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .headspa__flow-image {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    aspect-ratio: 50/45;
  }
  .headspa__flow-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.headspa__flow-list {
  counter-reset: flow-counter;
  margin-top: 80px;
  margin-left: 0;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .headspa__flow-list {
    margin-top: 40px;
  }
}

.headspa__flow-item {
  padding: 0 0 2em 50px;
  margin: 0;
  position: relative;
}
.headspa__flow-item::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #67AA49;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  line-height: 28px;
  counter-increment: flow-counter;
  content: counter(flow-counter);
  z-index: 2;
}
.headspa__flow-item::after {
  content: "";
  display: block;
  height: calc(100% - 5px);
  width: 1px;
  background-color: #67AA49;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .headspa__flow-item {
    padding: 0 0 1.3em 30px;
  }
  .headspa__flow-item::before {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
  }
  .headspa__flow-item::after {
    left: 12px;
  }
}

.headspa__flow-list > :last-of-type::after {
  display: none;
}

.headspa__flow-step {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headspa__flow-step {
    font-size: 16px;
  }
}

.headspa__flow-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .headspa__flow-text {
    font-size: 14px;
  }
}

/* -----------------------------------------------------------
 headspa menu
----------------------------------------------------------- */
.headspa__menu {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .headspa__menu {
    margin-top: 60px;
  }
  .headspa__menu .services2__title2 {
    margin-bottom: 25.5vw;
  }
}

.headspa__category {
  font-size: 18px;
  font-weight: 600;
  color: #67AA49;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .headspa__category {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/* -----------------------------------------------------------
 headspa testimonials
----------------------------------------------------------- */
.headspa__testimonials {
  margin-top: 100px;
  margin-bottom: min(31.9444444444vw, 345px);
}
@media screen and (max-width: 768px) {
  .headspa__testimonials {
    margin-top: 60px;
  }
}

.headspa__testimonials-title {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .headspa__testimonials-title {
    font-size: 18px;
  }
}

.headspa__testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.headspa__testimonial-header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.headspa__testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.headspa__testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .headspa__testimonial-image {
    width: 80px;
    height: 80px;
  }
}

.headspa__testimonial-contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.headspa__testimonial-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.headspa__testimonial-stars img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .headspa__testimonial-stars img {
    width: 16px;
    height: 16px;
  }
}

.headspa__testimonial-title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .headspa__testimonial-title {
    font-size: 16px;
    margin-top: 10px;
  }
}

.headspa__testimonial-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .headspa__testimonial-text {
    font-size: 14px;
  }
}

.headspa__bg--left,
.headspa__bg--right {
  position: relative;
  margin-top: 250px;
}
@media screen and (max-width: 768px) {
  .headspa__bg--left,
  .headspa__bg--right {
    margin-top: 40vw;
  }
}

.headspa__bg--left::before,
.headspa__bg--right::before {
  position: absolute;
  content: "";
  display: block;
  top: -155px;
  left: 0;
  width: min(37.037037037vw, 400px);
  height: 400px;
  background-color: #67AA49;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .headspa__bg--left::before,
  .headspa__bg--right::before {
    top: calc(-25vw + 1em);
    width: 50vw;
    height: 50vw;
  }
}

.headspa__bg--right::before {
  left: initial;
  right: 0;
}/*# sourceMappingURL=styles.css.map */