@charset "UTF-8";

/* common */
html {
  font-size: 62.5%;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
header{
  z-index: 1;
}
main {
  z-index: 1;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width: 768px) {
  .pc{
  display:none;
}
.sp{
  display:block;
}
}
/*---------- header ------------------- */
.header {
  margin: 0 auto;
  display: flex;
  width: 83.3%;
  /* max-width: 1200px; */
  padding: 16px 32px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 50%;
  top: 24px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.40);
  z-index: 1000;
  transform: translate(-50%, 0);
  opacity: 1;
  transition: transform 0.4s ease-out, opacity 0.3s ease-out;
}
.header.hide {
  transform: translate(-50%, -100%);
  opacity: 0;
}
.nav-list {
  display: flex;
  gap: 50px;
  align-items: center;
}
.nav-list li {
  position: relative;
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
.nav-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -217%;
  width: 100%;
  height: 4px;
  background-color: #ea5514;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .nav-list li:hover {
    color: #ea5514;
  }
  .nav-list li:not(:last-child):hover::after {
    transform: scaleX(1);
  }
}

.header-insta{
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-insta::after{
  content:'';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../img/Instagram_Glyph_Black.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-salon.zabuton {
  position: relative;
  font-family: Prompt;
  color: #231815;
  border: 3px solid #231815;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 160px;
  height: 42px;
  border-radius: 20px;
  padding: 12px 20px;
  overflow: hidden;
  cursor: none;
  z-index: 0;

}
/* オレンジ塗りつぶし用 */
.nav-salon.zabuton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ea5514; /* 最終的にベタ */

  /* 上から下へ塗る */
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

@media (hover: hover) {
   .nav-salon.zabuton:hover::before {
    transform: scaleY(1);
  }
}

.nav-salon.zabuton span{
  position: absolute;
  z-index: 1;
}
.nav-salon .cursor-ring {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #FFF;
  border: 3px solid #231815 ;
  pointer-events: none;
  transform: translate(-9999px, -9999px);
  transition: opacity .12s ease;
  will-change: transform;
  opacity: 0;  
}
.cursor-ring.is-visible { 
  opacity: 1; 
}
.header-logo {
  width: 75px;
  height: 60px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .header-logo:hover {
    opacity: 0.8;
  }
}
.header-logoSP{
  display: none;
}
.header-background {
  background-color: #EA5514;
  height: 327px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.head-txt {
  right: -800%;
  position: absolute;
  color: #FFF;
  font-family: Prompt;
  font-size: 296px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  white-space: nowrap;
  top: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  /* ハンバーガーボタンのデザイン */
  .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 100;
    mix-blend-mode:difference;
  }
  .header {
    background:none;
    box-shadow: none;
    padding: none;
    width: 100%;
    top: 0;
  }
  .header-logo {
    display:none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 75px;
    height: 60px;
  }
  .header-logoSP{
    display: block;
    width: 120px;
    height: auto;
  }
  /* ハンバーガーメニューの線 */
  .menu-btn span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 10;
    mix-blend-mode: exclusion;
    z-index: 1000;
  }
  /* ナビゲーションのスタイル */
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    mix-blend-mode: normal;
    z-index: 99;
  }
  /* ナビゲーションのリスト */
  .nav-list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 54px;
  }
  .nav-list li {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.4;
    /* 139.286% */
  }

  .header-insta{
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header-insta::after{
    content:'';
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .header-youtube{
    font-family: Prompt;
  }
  .nav-salon.zabuton  {
    display: flex;
    width: auto;
    padding: 32px;
    border:none ;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
  }
  .nav.open {
    right: 0;
  }
  .menu-btn.open span:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
  }
  .menu-btn.open span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.open span:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
  }
  .header-background {
    height: 200px;
  }
  .head-txt {
    font-size: 200px;
    top: 0px;
  }
}

/* --------------------------- パンくず ----------------------------*/
.breadcrumb {
  position: absolute;
  font-size: 1.6rem;
  margin: 20px 13.8%;
  top: 0;
  left: 0;
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 10px;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #666;
}
.breadcrumb a {
  text-decoration: none;
  color: #666;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.section-title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.sub-title {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  gap: 10px;
  justify-content: center;
}
.stick-left,
.stick-right {
  /* 初期状態は横方向に縮んでいる */
  transform: scaleX(0);
}
.stick-left {
  background: #EA5514;
  width: 36px;
  height: 2px;
  transform-origin: right; /* 右側から伸びる */
}
.stick-right {
  background: #EA5514;
  width: 36px;
  height: 2px;
  transform-origin: left;  /* 左側から伸びる */
}
.sub-title-txt {
  color: #EA5514;
  font-family: Prompt;
  font-size: 2rem;
  font-weight: 600;
}

/* ---------------------------------------footer-------------------------------------------------------------------- */
.footer {
  display: flex;
  position: relative;
  width: 100%;
  padding: 14px 200px;
  justify-content: center;
  align-items: center;
  gap: 177px;
  background-color: #231815;
}
.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.youtube {
  width: 34.17px;
  height: 24px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media (hover: hover) {
.youtube:hover{
  opacity: 0.5;
}
}

.footer-copyright {
  position: absolute;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  right: 12.4%;
  bottom: 14px;
}
@media screen and (max-width: 768px) {
  .footer {
    display: flex;
    position: relative;
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    gap: 177px;
    background-color: #231815;
  }
  .footer-copyright {
    right: 4%;
    bottom: 2px;
  }
}
