body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

h2 {
  line-height: 0;
}

h2 span {
  position: relative;
}

main {
  overflow-x: hidden;
}

#contentWrap {
  padding-bottom: 0;
  margin-top: 0;
}

.buttonWrap .button {
  border: solid 1px #000;
}

@media (max-width: 1000px) {
  #contentWrap {
    padding-top: 150px;
  }
}

/* header
----------------------------------*/

header {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  padding: 0 170px;
  background: #E4EBF0;
}

header .logo {
  position: absolute;
  right: 20px;
  top: 5px;
  bottom: 0;
  width: 135px;
  margin: auto 0;
  height: fit-content;
}


@media (min-width: 1000px) {

  /*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
  #header-case.HeightMin {
    position: fixed;
    /*最前面へ*/
    height: 70px;
    animation: DownAnime 0.5s forwards;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1000px) {
  header {
    position: relative;
    justify-content: flex-start;
    height: 100px;
  }

  header .logo {
    left: 20px;
    right: 0;
    width: 85px;
  }

  #gnav.gray .openbtn1 span {
    background-color: #000;
  }

  #gnav.gray .menu {
    background-color: #E4EBF0;
  }

  #gnav .menu nav ul li a,
  #gnav .menu nav ul li a:link {
    color: #000;
  }
}

@media (max-width: 768px) {
  header {
    height: 60px;
    padding: 0 20px;
  }
}

/* gnav
----------------------------------*/
#gnav .menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

#gnav .menu ul li a {
  font-size: 14px;
  transition: ease .5s all;
}

#gnav .menu ul li a:hover {
  color: #555;
}

@media (max-width: 1280px) {
  #gnav .menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  #gnav .menu-btn {
    top: 5px;
    right: 5px;
  }
}

/* hero
----------------------------------*/
#hero {
  z-index: 0;
  overflow: visible;
}

#hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 500px);
  background-color: #E4EBF0;
}

#hero h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
}

@media (max-width: 1280px) {
  #hero h1 img {
    width: 220px;
  }
}

@media (max-width: 768px) {
  #hero h1 img {
    width: 130px;
  }
}


/* out-link
----------------------------------*/
#out-link ul::before {
  background: url(../../img/reserve-text-ennu.svg);
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  #out-link ul::before {
    background: url(../../img/reserve-text-ennu-sp.svg);
    background-repeat: no-repeat;
  }
}

/* information
----------------------------------*/
#contentWrap>#information {
  position: relative;
  margin-bottom: 220px;
}

#information h2 {
  position: absolute;
  top: -35px;
  left: 200px;
}

#information .inner {
  position: relative;
  max-width: 1650px;
  padding: 110px 200px;
  background-color: #FFF;
}

#information .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 200px;
  left: calc(-10% - 1px);
  width: 76px;
  height: 76px;
  background: url(../../img/tri-gray.svg);
  background-repeat: no-repeat;
}

#information .imgWrap {
  border: solid 2px #E4EBF0;
  line-height: 0;
}

@media (max-width: 1536px) {
  #information .inner {
    padding: 110px 50px;
  }
}

@media (max-width: 1000px) {
  #information h2 {
    left: 40px;
  }
}

@media (max-width: 768px) {
  #contentWrap>#information {
    margin-bottom: 150px;
  }

  #information .inner {
    padding: 100px 20px;
  }

  #information h2 {
    left: 10px;
  }

  #information ul {
    gap: 20px;
  }

  #information ul li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* concept
----------------------------------*/
#contentWrap #concept {
  position: relative;
  margin-bottom: 210px;
}

#concept:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -85px;
  right: 0;
  width: 88%;
  height: 81%;
  background-color: #E4EBF0;
}

#concept h2 {
  margin-bottom: 50px;
  line-height: 0;
}

#concept>.inner {
  width: 100%;
  max-width: 81%;
  margin: 0;
}

#concept .leftWrap {
  position: relative;
  width: calc(100% - 700px);
}

#concept .leftWrap .top-img img {
  width: 100%;
  height: 625px;
  object-fit: cover;
}

#concept .leftWrap .bottom-img {
  width: 63%;
  margin: -45px auto 0;
}

#concept .leftWrap .bottom-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

#concept .rightWrap {
  width: 700px;
}

#concept .rightWrap .textWrap {
  padding-top: 85px;
  padding-left: 35px;
  margin-bottom: 300px;
}

#concept .rightWrap .textWrap p {
  font-size: 18px;
}

#concept .rightWrap .imgWrap {
  position: relative;
  width: calc(100% + 120px);
}

#concept .rightWrap .imgWrap .right-img {
  position: absolute;
  top: -47px;
  right: -110px;
}

@media (max-width: 1280px) {
  #concept .leftWrap {
    width: calc(100% - 500px);
  }

  #concept .rightWrap {
    width: 500px;
  }
}

@media (max-width: 1000px) {
  #contentWrap #concept {
    margin-bottom: 150px;
  }

  #concept:before {
    top: 0;
    width: 93%;
  }

  #concept>.inner {
    max-width: 100%;
  }

  #concept .leftWrap {
    position: absolute;
    top: -100px;
    width: 85%;
  }

  #concept .leftWrap .top-img {
    width: 70%;
  }

  #concept .leftWrap .top-img img {
    height: 300px;
  }

  #concept .leftWrap .bottom-img {
    position: absolute;
    top: -40px;
    right: 0;
    width: 35%;
    margin-top: 0;
  }

  #concept .leftWrap .bottom-img img {
    height: 200px;
  }

  #concept .rightWrap {
    width: 85%;
    margin-top: 200px;
    margin-left: auto;
  }

  #concept .rightWrap .textWrap {
    padding-left: 0;
    padding-right: 35px;
    margin-bottom: 150px;
  }

  #concept .rightWrap .textWrap p {
    font-size: 15px;
  }

  #concept .rightWrap .imgWrap {
    width: 100%;
    top: -100px;
  }

  #concept .rightWrap .imgWrap .left-img {
    width: 70%;
    right: 0;
    margin-left: auto;
  }

  #concept .rightWrap .imgWrap .left-img img {
    height: 300px;
    object-fit: cover;
  }

  #concept .rightWrap .imgWrap .right-img {
    width: 35%;
    top: auto;
    bottom: -50px;
    right: auto;
    left: 0;
  }

  #concept .rightWrap .imgWrap .right-img img {
    height: 200px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  #concept:before {
    height: 90%;
  }
}

/* menuList
----------------------------------*/
#contentWrap #menuList {
  margin-bottom: 250px;
}

#menuList .inner {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  max-width: 1500px;
  height: 700px;
}

#menuList .inner::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  width: 700px;
  height: 700px;
  margin: 0 auto;
  background: #E4EBF0;
}

#menuList .inner>.column {
  justify-content: space-between;
  margin-top: 250px;
}

#menuList .titleWrap {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 255px;
  height: 230px;
  margin: auto;
}

#menuList .titleWrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 230px;
  height: 230px;
  margin: auto;
  background-color: #FFF;
}

#menuList .titleWrap h2 {
  height: 230px;
}

#menuList .titleWrap h2 a {
  display: flex;
  align-items: center;
  height: 100%;
}

#menuList .stage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
  height: fit-content;
  margin: auto;
}

#menuList .split {
  width: 764px;
  height: 600px;
  position: relative;
}

#menuList .half {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100% - 7px) / 2);
  background-image: var(--img);
  background-size: cover;
  /* 左右で同じ画像を半分ずつ見せるため */
  background-repeat: no-repeat;
  will-change: transform;
}

/* 左半分：画像の左側を表示、スクロールに合わせて上へ */
#menuList .half.left {
  left: 0;
  background-position: left center;
  transform: translate3d(0, calc(var(--p) * -60px), 0);
}

/* 右半分：画像の右側を表示、スクロールに合わせて下へ */
#menuList .half.right {
  right: 0;
  background-position: right center;
  transform: translate3d(0, calc(var(--p) * 60px), 0);
}

/* 分割ラインを強調したいなら */
#menuList .divider {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, .22);
  transform: translateX(-0.5px);
  pointer-events: none;
}

@media (max-width: 1536px) {
  #menuList .split {
    width: 600px;
    height: 483px;
  }
}

@media (max-width: 1280px) {
  #menuList .inner {
    height: 550px;
  }

  #menuList .inner::after {
    width: 550px;
    height: 550px;
  }

  #menuList .split {
    width: 490px;
    height: 394px;
  }
}

@media (max-width: 1000px) {
  #menuList .stage {
    height: 100%;
  }

  #menuList .split {
    width: 350px;
    height: 282px;
  }

  #menuList #split {
    position: absolute;
    top: -150px;
    left: 10%;
  }

  #menuList #split2 {
    position: absolute;
    bottom: -150px;
    right: 10%;
  }

}

@media (max-width: 768px) {

  #menuList .inner {
    padding-bottom: 0;
  }

  #menuList #split {
    left: 0;
  }

  #menuList #split2 {
    right: 0;
  }

}

/* hairStyleList
----------------------------------*/
#contentWrap #hairStyle {
  position: relative;
  margin-bottom: 250px;
}

#hairStyle::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 93%;
  height: 100%;
  top: 30px;
  left: 0;
  background: #E4EBF0;
}

#hairStyle h2 {
  position: relative;
  width: max-content;
  margin-bottom: 70px;
}

#hairStyle>.inner {
  position: relative;
  max-width: 1340px;
}

#hairStyle ul.hairStyleList {
  position: relative;
  z-index: 1;
  gap: 20px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#hairStyle ul.hairStyleList li {
  width: calc((100% - 60px) / 4);
  line-height: 0;
}

#hairStyle ul.hairStyleList li img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (max-width: 768px) {
  #contentWrap #hairStyle {
    margin-bottom: 200px;
  }

  #hairStyle::after {
    width: 100%;
  }

  #hairStyle h2 {
    width: auto;
    margin-left: 0;
    margin-bottom: 50px;
    text-align: left;
  }

  #hairStyle h2::before {
    top: -180px;
    left: 0;
  }

  #hairStyle .inner::after {
    content: none;
  }

  #hairStyle .inner {
    padding: 0;
  }

  #hairStyle ul.hairStyleList {
    gap: 15px;
  }

  #hairStyle ul.hairStyleList li {
    width: calc((100% - 15px) / 2);
  }

  #hairStyle ul.hairStyleList li img {
    height: 250px;
  }
}

/* stylist
----------------------------------*/
#contentWrap #stylist {
  margin-bottom: 300px;
}

#stylist .inner {
  position: relative;
  max-width: 1000px;
}

#stylist ul {
  gap: 50px 100px;
}

#stylist ul li {
  width: calc((100% - 200px) / 3);
  font-size: 15px;
}

#stylist ul li img {
  width: 100%;
  object-fit: cover;
}

#stylist ul li p.has-link-color {
  color: #000 !important;
}

#stylist h2 {
  margin-bottom: 40px;
  text-align: center;
}

#stylist h3 {
  margin-bottom: 0;
  font-size: 19px;
}

#stylist h4 {
  margin-bottom: 20px;
  font-size: 15px;
}

@media (max-width: 1280px) {
  #stylist h2 {
    position: relative;
    left: 0;
    writing-mode: horizontal-tb;
    text-align: left;
  }

  #stylist h2::before {
    top: -90px;
    left: 0;
  }
}

@media (max-width: 1000px) {
  #contentWrap #stylist {
    margin-bottom: 150px;
  }

  #stylist ul {
    gap: 50px;
  }

  #stylist ul li {
    width: calc((100% - 100px) / 3);
  }
}

@media (max-width: 768px) {

  #stylist .inner::after {
    height: 85%;
  }



  #stylist ul {
    gap: 20px;
  }

  #stylist ul li {
    width: calc((100% - 20px) / 2);
  }

  #stylist h4 {
    margin-bottom: 15px;
  }

  #stylist ul li p {
    font-size: 14px;
  }
}

/* gmap
----------------------------------*/
#contentWrap #gmap {
  margin-bottom: 0;
  line-height: 0;
}

#gmap iframe {
  width: 100%;
  height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 1000px) {
  #contentWrap #gmap {
    margin-bottom: 100px;
  }

  #gmap iframe {
    height: 250px;
  }
}

/* access
----------------------------------*/
#contentWrap>#access {
  padding: 60px 0 240px;
  margin-bottom: 0;
}

#access h2 {
  position: relative;
  margin-bottom: 50px;
}

#access .inner>.column {
  align-items: center;
}

#access .textWrap {
  width: 400px;
}

#access .imgWrap {
  width: calc(100% - 400px);
  padding-right: 100px;
}

#access .textWrap>p {
  margin-bottom: 40px;
  font-weight: 500;
}

#access .titleWrap {
  display: flex;
  margin-bottom: 50px;
  line-height: 1;
}

#access .titleWrap h3 {
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 26px;
}

#access .titleWrap p {
  font-size: 17px;
  font-weight: 700;
}

#access ul li {
  margin-bottom: 5px;
}

@media (max-width: 1000px) {
  #access .inner>.column {
    flex-wrap: wrap;
  }

  #access .textWrap {
    width: 100%;
    margin-bottom: 50px;
  }

  #access .imgWrap {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #contentWrap>#access {
    padding-bottom: 100px;
  }

  #access h2 {
    margin-left: 0;
  }

  #access h2::before {
    top: -180px;
    left: 0;
  }

  #access ul li {
    font-size: 14px;
  }

  #access .textWrap {
    margin-bottom: 20px;
  }
}

/* reserve
----------------------------------*/
#contentWrap #reserve {
  position: relative;
  padding-top: 120px;
  padding-bottom: 300px;
  margin-bottom: 0;
  background: #E5ECEB;
}

#reserve h2 {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}

#reserve .inner>p {
  margin-bottom: 40px;
  color: #787879;
  font-size: 18px;
}

#reserve ul {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 51px;
}

#reserve li {
  position: relative;
  width: 366px;
  border: solid 1px #787879;
  text-align: center;
}

#reserve li::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: -7px;
  right: -7px;
  border: solid 1px #787879;
}

#reserve li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  height: 100%;
  background: #FFF;
  color: #787879;
  font-weight: 700;
  line-height: 1;
}

#reserve li#hpbLink img {
  width: 230px;
}

#reserve li#lineLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  letter-spacing: 5px;
}

#reserve li#lineLink img {
  width: 72px;
  margin-right: 15px;
}

#reserve li#telLink a {
  font-size: 20px;
}

#reserve li#telLink a span {
  width: 100%;
  font-size: 36px;
}

@media (max-width: 1280px) {
  #reserve ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  #reserve li {
    height: 100px;
  }
}

@media (max-width: 768px) {
  #contentWrap #reserve {
    padding-bottom: 150px;
  }

  #reserve .inner>p {
    font-size: 15px;
  }

  #reserve li#telLink a span {
    font-size: 30px;
  }

  #reserve ul {
    gap: 30px;
  }
}


/* footer
----------------------------------*/
footer {
  background-color: #7A9294 !important;
}





/* スライド
----------------------------------*/

.slice-slider {
  width: 100%;
  height: 850px;
  /*aspect-ratio: 16 / 9;*/
  position: relative;
  overflow: hidden;
}

/* 5本の縦スライス */
.slice {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc((100% - 28px) / 5);
  overflow: hidden;
}

.slice-slider .slice:not(:last-of-type) {
  margin-right: 7px;
}

/* スライス内のimg（current/next共通） */
.slice img {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% * 5);
  /* スライス幅の5倍 = 全体幅相当 */
  left: calc(-100% * var(--i));
  /* i本目の分だけ左にずらす */
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  max-width: none;
}

/* nextは最初隠す */
.slice .img-next {
  opacity: 0;
  transform: translateY(-12px);
  /* 上から */
}

/* アニメ */
.slice .img-next.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

.controls {
  display: none !important;
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

@media (max-width: 1280px) {
  .slice-slider {
    height: 700px;
  }
}

@media (max-width: 1000px) {
  .slice-slider {
    height: 400px;
  }

  .slice-slider .slice:not(:last-of-type) {
    margin-right: 4px;
  }

  .slice {
    width: calc((100% - 16px) / 5);
  }
}

@media (max-width: 768px) {
  .slice-slider {
    height: 250px;
  }
}

/* bg-img-area
----------------------------------*/
.bg-img-area.area1 {
  margin-bottom: 340px;
}

.bg-img-area.area2 {
  margin-bottom: 320px;
}

.bg-img-area .inner {
  position: relative;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.bg-img-area .inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 0;
  right: 0;
  width: 700px;
  height: 400px;
  margin: 0 auto;
  background-color: #E4EBF0;
}

.bg-img-area ul {
  display: flex;
  flex-wrap: wrap;
}

.bg-img-area.area1 ul li:nth-of-type(1) {
  width: 24%;
}

.bg-img-area.area1 ul li:nth-of-type(1) img {
  height: 346px;
  object-fit: cover;
}

.bg-img-area.area1 ul li:nth-of-type(2) {
  width: 16%;
  margin-top: 240px;
}

.bg-img-area.area1 ul li:nth-of-type(2) img {
  position: relative;
  z-index: 1;
  width: calc(100% + 80px);
  height: 235px;
  max-width: none;
  margin-left: -40px;
  object-fit: cover;
}

.bg-img-area.area1 ul li:nth-of-type(3) {
  width: 60%;
  margin-top: 80px;
}

.bg-img-area.area1 ul li:nth-of-type(3) img {
  height: 346px;
  object-fit: cover;
}

.bg-img-area.area2 ul li:nth-of-type(1) {
  width: 45%;
  margin-top: 125px;
}

.bg-img-area.area2 ul li:nth-of-type(1) img {
  height: 403px;
  object-fit: cover;
}

.bg-img-area.area2 ul li:nth-of-type(2) {
  width: 27%;
}

.bg-img-area.area2 ul li:nth-of-type(2) img {
  width: calc(100% + 35px);
  max-width: none;
  height: 361px;
  margin-left: 75px;
  object-fit: cover;
}

.bg-img-area.area2 ul li:nth-of-type(3) {
  width: 28%;
  margin-top: 260px;
}

.bg-img-area.area2 ul li:nth-of-type(3) img {
  height: 270px;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .bg-img-area.area2 {
    margin-bottom: 200px;
  }

  .bg-img-area .inner:before {
    top: 25px;
    width: 350px;
    height: 200px;
  }

  .bg-img-area.area1 ul li:nth-of-type(1) img {
    height: 173px;
  }

  .bg-img-area.area1 ul li:nth-of-type(2) {
    margin-top: 120px;
  }

  .bg-img-area.area1 ul li:nth-of-type(2) img {
    height: 115px;
  }

  .bg-img-area.area1 ul li:nth-of-type(3) {
    margin-top: 40px;
  }

  .bg-img-area.area1 ul li:nth-of-type(3) img {
    height: 173px;
  }

  .bg-img-area.area2 ul li:nth-of-type(1) {
    margin-top: 65px;
  }

  .bg-img-area.area2 ul li:nth-of-type(1) img {
    height: 150px;
  }

  .bg-img-area.area2 ul li:nth-of-type(2) img {
    height: 180px;
  }

  .bg-img-area.area2 ul li:nth-of-type(3) {
    margin-top: 155px;
  }

  .bg-img-area.area2 ul li:nth-of-type(3) img {
    height: 135px;
  }
}