@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .lg_br {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .lg_br {
    display: block;
  }
}

@media screen and (min-width: 951px) {
  .lg_up {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .lg_up {
    display: none;
  }
}

@media screen and (min-width: 331px) {
  .xs_br {
    display: none;
  }
}
@media screen and (max-width: 330px) {
  .xs_br {
    display: block;
  }
}

@media screen and (min-width: 376px) {
  .msp_br {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .msp_br {
    display: block;
  }
}

.xl_up {
  display: block;
}
@media screen and (max-width: 1100px) {
  .xl_up {
    display: none;
  }
}

.xl_down {
  display: none;
}
@media screen and (max-width: 1100px) {
  .xl_down {
    display: block;
  }
}

.xl-lg {
  display: none;
}
@media (min-width: 950px) and (max-width: 1100px) {
  .xl-lg {
    display: block;
  }
}
@media (max-width: 480px) {
  .xl-lg {
    display: block;
  }
}

.xxl_up {
  display: block;
}
@media screen and (max-width: 1366px) {
  .xxl_up {
    display: none;
  }
}

.xxl_down {
  display: none;
}
@media screen and (max-width: 1366px) {
  .xxl_down {
    display: block;
  }
}

.sm_up {
  display: block;
}
@media screen and (max-width: 480px) {
  .sm_up {
    display: none;
  }
}

.sm_down {
  display: none;
}
@media screen and (max-width: 480px) {
  .sm_down {
    display: block;
  }
}

.lg-sm_none {
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 950px) {
  .lg-sm_none {
    display: none;
  }
}

/* サイト設計 */
/* サイト設計 ここまで */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #403d3c;
  font-weight: 400;
  margin: 0;
}

h4 {
  margin: 0;
}

a {
  transition: opacity 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

.large-container {
  width: 91.8%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .large-container {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

.container {
  width: 81.7%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .container {
    width: 89%;
  }
}

.small-container {
  width: 92.2%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .small-container {
    width: 88%;
  }
}
@media screen and (max-width: 480px) {
  .small-container--none {
    width: 100%;
  }
}

.title {
  background-color: #a19362;
  color: #fff;
  padding: 28px 0;
  display: grid;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title {
    padding: 16px 0;
  }
}
.title span {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .title span {
    font-size: 16px;
    line-height: 1;
  }
}
.title span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .title span {
    letter-spacing: 0.05em;
  }
}
.title span {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title span {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .title span {
    font-size: 14px;
    line-height: 1;
  }
}
.title h2 {
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .title h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.title h2 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title h2 {
    letter-spacing: 0.1em;
  }
}
.title h2 {
  font-weight: 700;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .title h2 {
    margin-top: 8px;
  }
}

.button-link {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .button-link {
    width: 88%;
  }
}
@media (hover: hover) {
  .button-link:hover {
    opacity: 0.9 !important;
  }
  .button-link:hover .button-link__eyebrow {
    transform: translate(-50%, -4px);
  }
}
.button-link__eyebrow {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  padding: 8px 20px;
  background-color: #fff;
  color: #c79157;
  border-radius: 100vh;
  border: 2px solid #c79157;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .button-link__eyebrow {
    font-size: 12px;
    line-height: 1;
  }
}
.button-link__eyebrow {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .button-link__eyebrow {
    letter-spacing: 0.02em;
  }
}
.button-link__eyebrow {
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media screen and (max-width: 950px) {
  .button-link__eyebrow {
    top: -14px;
    padding: 6px 12px;
  }
}
.button-link__eyebrow::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 16px;
  height: 10px;
  background-color: #fff;
}
.button-link__main {
  padding: 28px 0 24px;
  background-color: #c79157;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .button-link__main {
    padding: 20px 0 16px;
  }
}
.button-link__main p {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .button-link__main p {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.button-link__main p {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .button-link__main p {
    letter-spacing: 0.02em;
  }
}
.button-link__main p {
  font-weight: 700;
}
.button-link__image {
  width: 22px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .button-link__image {
    display: none;
  }
}
.button-link__image--sm {
  display: none;
}
@media screen and (max-width: 480px) {
  .button-link__image--sm {
    width: 18px;
    display: inline-block;
    vertical-align: -4px;
    margin-left: 6px;
  }
}
.button-link--blue .button-link__eyebrow {
  color: #8cada7;
  border: 2px solid #8cada7;
}
.button-link--blue .button-link__main {
  background-color: #8cada7;
}

.line-text {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.line-text p {
  font-size: 20px;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .line-text p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.line-text p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .line-text p {
    letter-spacing: 0.06em;
  }
}
.line-text p {
  font-weight: 500;
  display: inline;
  background: linear-gradient(transparent 50%, #f6f4ef 50%);
}
.line-text .no-line {
  background: none;
}
.line-text span {
  font-size: 26px;
  line-height: 1.8461538462;
}
@media screen and (max-width: 768px) {
  .line-text span {
    font-size: 20px;
    line-height: 1.5;
  }
}
.line-text span {
  color: #a19362;
}
.line-text img {
  height: 36px;
  width: auto;
  padding: 0 8px 0;
  vertical-align: -10px;
}
@media screen and (max-width: 768px) {
  .line-text img {
    height: 28px;
  }
}

.salon-link {
  width: 100%;
  background: url("../img/salon-link_bg.png") no-repeat center/cover;
  padding: 48px 40px;
}
@media screen and (max-width: 480px) {
  .salon-link {
    height: auto;
    padding: 40px 0;
    background: url("../img/salon-link_bg_sp.png") no-repeat center/cover;
    display: block;
  }
}
.salon-link__lead {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .salon-link__lead {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.salon-link__lead {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .salon-link__lead {
    letter-spacing: 0.05em;
  }
}
.salon-link__lead {
  font-weight: 700;
  color: #fff;
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .salon-link__lead {
    margin-bottom: 48px;
  }
}
.salon-link__button {
  max-width: 497px;
  width: 88%;
}
@media screen and (max-width: 950px) {
  .salon-link__button {
    width: 78%;
  }
}
.salon-link__button .button-link__eyebrow {
  color: #8cada7;
  border: 2px solid #8cada7;
}
.salon-link__button .button-link__main {
  background-color: #8cada7;
}
.salon-link__button .button-link__main img {
  width: 32px;
}
@media screen and (max-width: 480px) {
  .salon-link__button .button-link__main img {
    width: 28px;
    vertical-align: -8px;
  }
}

.list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 2px solid #c79157;
}
@media screen and (max-width: 480px) {
  .list-button {
    padding-bottom: 8px;
  }
}
.list-button p {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-button p {
    font-size: 16px;
    line-height: 1;
  }
}
.list-button p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .list-button p {
    letter-spacing: 0.05em;
  }
}
.list-button p {
  font-weight: 700;
  color: #c79157;
}
@media screen and (max-width: 768px) {
  .list-button p {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .list-button p {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .list-button p {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .list-button p {
    font-size: 16px;
    line-height: 1;
  }
}
.list-button img {
  width: 16px;
  height: auto;
}

.branch-link {
  text-align: center;
}
.branch-link__bg {
  background-color: #f6f4ef;
  padding: 64px 0 96px;
}
@media screen and (max-width: 768px) {
  .branch-link__bg {
    padding: 24px 0 72px;
  }
}
@media screen and (max-width: 480px) {
  .branch-link__bg {
    width: 89%;
    margin: 0 auto;
    padding: 24px 0 88px;
  }
}
.branch-link__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .branch-link__inner {
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 480px) {
  .branch-link__inner {
    gap: 80px;
  }
}
.branch-link__box {
  flex: 1;
  background: url("../img/branch-link_spa.png") no-repeat center/cover;
  aspect-ratio: 1/1;
  position: relative;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 950px) {
  .branch-link__box {
    width: 88%;
    aspect-ratio: 297/223;
  }
}
@media screen and (max-width: 480px) {
  .branch-link__box {
    width: 100%;
  }
}
.branch-link__box:nth-child(n+2) {
  background: url("../img/branch-link_mens.png") no-repeat center/cover;
}
.branch-link__logo {
  height: 50px;
  width: auto;
}
.branch-link__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .branch-link__logo {
    height: 36px;
  }
}
.branch-link__text {
  margin: 40px 0 16px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .branch-link__text {
    font-size: 18px;
    line-height: 2;
  }
}
.branch-link__text {
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .branch-link__text {
    letter-spacing: 0.16em;
  }
}
.branch-link__text {
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .branch-link__text {
    margin: 16px 0 24px;
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .branch-link__text {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 768px) {
  .branch-link__text {
    margin: 10px 0 20px;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .branch-link__text {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.branch-link__button {
  position: absolute;
  width: 80%;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .branch-link__button {
    width: 95%;
  }
}
@media screen and (max-width: 950px) {
  .branch-link__button {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .branch-link__button {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .branch-link__button {
    bottom: -64px;
  }
}

.header {
  margin: auto;
  position: relative;
}
@media screen and (max-width: 950px) {
  .header {
    width: 89%;
    margin: 0 auto;
    padding: 24px 0 16px;
  }
}
@media screen and (max-width: 950px) {
  .header__logo {
    width: 60%;
    aspect-ratio: 202/28;
    max-width: 300px;
  }
  .header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.header .header-list {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .header .header-list {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    gap: 0;
  }
}
.header .header-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 64px;
  background-color: #8cada7;
  cursor: pointer;
  transition: opacity 0.5s;
}
@media screen and (max-width: 950px) {
  .header .header-list__item {
    width: auto;
    height: 48px;
    flex: 1;
    /* 均等に分配 */
    border: 1px solid #8cada7;
  }
}
.header .header-list__item:nth-child(2) {
  background-color: #c79157;
}
@media screen and (max-width: 950px) {
  .header .header-list__item:nth-child(2) {
    border: 1px solid #c79157;
  }
}
.header .header-list__item:nth-child(2) img {
  width: 44px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header .header-list__item:nth-child(2) img {
    width: 30px;
  }
}
.header .header-list__item:nth-child(3) {
  background-color: #8cada7;
}
@media screen and (max-width: 950px) {
  .header .header-list__item:nth-child(3) {
    border: 1px solid #8cada7;
  }
}
.header .header-list__item:nth-child(3) img {
  width: 38px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header .header-list__item:nth-child(3) img {
    width: 26px;
  }
}
.header .header-list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.2857142857;
}
@media screen and (max-width: 768px) {
  .header .header-list__item a {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
.header .header-list__item a {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .header .header-list__item a {
    letter-spacing: 0.1em;
  }
}
.header .header-list__item a {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header .header-list__item a {
    font-size: 12px;
    line-height: 1.1666666667;
    letter-spacing: 0em;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header .header-list__item a {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header .header-list__item a {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 480px) {
  .header .header-list__item a {
    gap: 2px;
  }
}
.header .header-list__item img {
  width: 38px;
  height: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header .header-list__item img {
    width: 28px;
  }
}
.header .header-list__item p img {
  width: 15px !important;
  height: auto;
  margin-left: 6px;
  vertical-align: -2px;
  transition: none;
}
@media screen and (max-width: 950px) {
  .header .header-list__item p img {
    width: 12px !important;
    margin-left: 4px;
    vertical-align: -1px;
  }
}
@media (hover: hover) {
  .header .header-list__item:hover {
    opacity: 0.9;
  }
  .header .header-list__item:hover img {
    transform: translateY(-4px);
  }
  .header .header-list__item:hover p img {
    transform: none;
  }
}

.mv {
  height: 100svh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .mv {
    position: relative;
    height: auto;
  }
}
.mv__wrap {
  width: 96%;
  height: 80%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 950px) {
  .mv__wrap {
    flex-direction: column;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.mv__box {
  height: 100%;
  position: relative;
  width: 25%;
}
.mv__box-img1 {
  width: 100%;
  height: auto;
}
.mv__text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .mv__text {
    position: relative;
    top: auto;
    transform: none;
    margin: 32px auto 0 3%;
  }
}
@media screen and (max-width: 330px) {
  .mv__text {
    margin: 32px auto 0 2%;
  }
}
.mv__text span {
  font-size: 28px;
  line-height: 2.2142857143;
}
@media screen and (max-width: 768px) {
  .mv__text span {
    font-size: 28px;
    line-height: 2.2142857143;
  }
}
.mv__text span {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv__text span {
    letter-spacing: 0.1em;
  }
}
.mv__text span {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .mv__text span {
    font-size: 24px;
    line-height: 2.1666666667;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .mv__text span {
    font-size: 24px;
    line-height: 2.1666666667;
  }
}
@media screen and (max-width: 950px) {
  .mv__text span {
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) {
  .mv__text span {
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .mv__text span {
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mv__text span {
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 375px) {
  .mv__text span {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 375px) and (max-width: 768px) {
  .mv__text span {
    font-size: 18px;
    line-height: 2;
  }
}
.mv__text1 span {
  opacity: 0;
  animation: textanimation 1s forwards;
}
.mv__text1 span:nth-child(1) {
  animation-delay: 0.2s;
}
.mv__text1 span:nth-child(2) {
  animation-delay: 0.3s;
}
.mv__text1 span:nth-child(3) {
  animation-delay: 0.4s;
}
.mv__text1 span:nth-child(4) {
  animation-delay: 0.5s;
}
.mv__text1 span:nth-child(5) {
  animation-delay: 0.6s;
}
.mv__text1 span:nth-child(6) {
  animation-delay: 0.7s;
}
.mv__text1 span:nth-child(7) {
  animation-delay: 0.8s;
}
.mv__text1 span:nth-child(8) {
  animation-delay: 0.9s;
}
.mv__text1 span:nth-child(9) {
  animation-delay: 1s;
}
.mv__text1 span:nth-child(10) {
  animation-delay: 1.1s;
}
.mv__text1 span:nth-child(11) {
  animation-delay: 1.2s;
}
.mv__text1 span:nth-child(12) {
  animation-delay: 1.3s;
}
.mv__text1 span:nth-child(13) {
  animation-delay: 1.4s;
}
.mv__text1 span:nth-child(14) {
  animation-delay: 1.5s;
}
.mv__text1 span:nth-child(15) {
  animation-delay: 1.6s;
}
.mv__text1 span:nth-child(16) {
  animation-delay: 1.7s;
}
@media screen and (max-width: 1100px) {
  .mv__text2 span {
    opacity: 0;
    animation: textanimation 1s forwards;
  }
  .mv__text2 span:nth-child(1) {
    animation-delay: 1.9s;
  }
  .mv__text2 span:nth-child(2) {
    animation-delay: 2s;
  }
  .mv__text2 span:nth-child(3) {
    animation-delay: 2.1s;
  }
  .mv__text2 span:nth-child(4) {
    animation-delay: 2.2s;
  }
  .mv__text2 span:nth-child(5) {
    animation-delay: 2.3s;
  }
  .mv__text2 span:nth-child(6) {
    animation-delay: 2.4s;
  }
  .mv__text2 span:nth-child(7) {
    animation-delay: 2.5s;
  }
  .mv__text2 span:nth-child(8) {
    animation-delay: 2.6s;
  }
  .mv__text2 span:nth-child(9) {
    animation-delay: 2.7s;
  }
  .mv__text2 span:nth-child(10) {
    animation-delay: 2.8s;
  }
  .mv__text2 span:nth-child(11) {
    animation-delay: 2.9s;
  }
  .mv__text2 span:nth-child(12) {
    animation-delay: 3s;
  }
  .mv__text2 span:nth-child(13) {
    animation-delay: 3.1s;
  }
  .mv__text2 span:nth-child(14) {
    animation-delay: 3.2s;
  }
}
@media screen and (min-width: 1101px) {
  .mv__text2 span {
    opacity: 0;
    animation: textanimation 1s forwards;
  }
  .mv__text2 span:nth-child(1) {
    animation-delay: 1.4s;
  }
  .mv__text2 span:nth-child(2) {
    animation-delay: 1.5s;
  }
  .mv__text2 span:nth-child(3) {
    animation-delay: 1.6s;
  }
  .mv__text2 span:nth-child(4) {
    animation-delay: 1.7s;
  }
  .mv__text2 span:nth-child(5) {
    animation-delay: 1.8s;
  }
  .mv__text2 span:nth-child(6) {
    animation-delay: 1.9s;
  }
  .mv__text2 span:nth-child(7) {
    animation-delay: 2s;
  }
  .mv__text2 span:nth-child(8) {
    animation-delay: 2.1s;
  }
  .mv__text2 span:nth-child(9) {
    animation-delay: 2.2s;
  }
  .mv__text2 span:nth-child(10) {
    animation-delay: 2.3s;
  }
  .mv__text2 span:nth-child(11) {
    animation-delay: 2.4s;
  }
  .mv__text2 span:nth-child(12) {
    animation-delay: 2.5s;
  }
  .mv__text2 span:nth-child(13) {
    animation-delay: 2.6s;
  }
  .mv__text2 span:nth-child(14) {
    animation-delay: 2.7s;
  }
}
.mv__text3 span {
  opacity: 0;
  animation: textanimation 1s forwards;
}
.mv__text3 span:nth-child(1) {
  animation-delay: 1.9s;
}
.mv__text3 span:nth-child(2) {
  animation-delay: 2s;
}
.mv__text3 span:nth-child(3) {
  animation-delay: 2.1s;
}
.mv__text3 span:nth-child(4) {
  animation-delay: 2.2s;
}
.mv__text3 span:nth-child(5) {
  animation-delay: 2.3s;
}
.mv__text4 span {
  opacity: 0;
  animation: textanimation 1s forwards;
}
.mv__text4 span:nth-child(1) {
  animation-delay: 2.4s;
}
.mv__text4 span:nth-child(2) {
  animation-delay: 2.5s;
}
.mv__text4 span:nth-child(3) {
  animation-delay: 2.6s;
}
.mv__text4 span:nth-child(4) {
  animation-delay: 2.7s;
}
.mv__text4 span:nth-child(5) {
  animation-delay: 2.8s;
}
.mv__text4 span:nth-child(6) {
  animation-delay: 2.9s;
}
.mv__text4 span:nth-child(7) {
  animation-delay: 3s;
}
.mv__text4 span:nth-child(8) {
  animation-delay: 3.1s;
}
.mv__text4 span:nth-child(9) {
  animation-delay: 3.2s;
}
@keyframes textanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv__img {
  width: 67%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mv__img .img-pr {
  object-position: right center;
}
@media screen and (max-width: 950px) {
  .mv__img {
    width: 100%;
    height: 584px;
    margin-right: auto;
    margin-left: calc(50% - 50vw);
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 768px) {
  .mv__img {
    height: 464px;
  }
}
@media screen and (max-width: 480px) {
  .mv__img {
    height: 400px;
  }
}
@media screen and (max-width: 375px) {
  .mv__img {
    height: 355px;
  }
}
.mv__img img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
  animation: anime 24s infinite;
}
.mv__img img:nth-of-type(2) {
  animation-delay: 8s;
}
.mv__img img:nth-of-type(3) {
  animation-delay: 16s;
}
.mv {
  /* ふわっとアニメーション */
}
@keyframes anime {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.navigation {
  margin: 30px 0 96px;
}
@media screen and (max-width: 950px) {
  .navigation {
    margin: 56px 0 96px;
  }
}
@media screen and (max-width: 768px) {
  .navigation {
    margin: 56px auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .navigation .container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .navigation .container {
    width: 89%;
  }
}
.navigation__wrapper {
  width: 100%;
  border-top: 2px solid #a19362;
}
.navigation__box {
  margin-top: 24px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1366px) {
  .navigation__box {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .navigation__box {
    margin-top: 16px;
  }
}
.navigation__item {
  flex: 1;
}
.navigation__item a {
  background-color: #f6f4ef;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 20px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 1366px) {
  .navigation__item a {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .navigation__item a {
    padding: 10px 18px;
  }
}
.navigation__item a:hover {
  opacity: 0.5;
}
.navigation__text span {
  color: #a19362;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .navigation__text span {
    font-size: 14px;
    line-height: 1;
  }
}
.navigation__text span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .navigation__text span {
    letter-spacing: 0.05em;
  }
}
.navigation__text h2 {
  color: #403d3c;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .navigation__text h2 {
    font-size: 16px;
    line-height: 1.25;
  }
}
.navigation__text h2 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .navigation__text h2 {
    letter-spacing: 0.05em;
  }
}
.navigation__text h2 {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .navigation__text h2 {
    margin-top: 2px;
  }
}
.navigation__arrow {
  width: 24px;
  height: 24px;
}
.navigation__arrow img {
  width: 100%;
  height: 100%;
}

.intro__wrapper {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .intro__wrapper {
    margin-bottom: 32px;
  }
}
.intro__box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4%;
}
@media screen and (max-width: 1100px) {
  .intro__box {
    gap: 6%;
  }
}
@media screen and (max-width: 950px) {
  .intro__box {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .intro__box {
    gap: 24px;
  }
}
.intro__image {
  width: 48%;
  aspect-ratio: 492/348;
}
@media screen and (max-width: 1100px) {
  .intro__image {
    width: 36%;
    aspect-ratio: 348/492;
  }
}
@media screen and (max-width: 950px) {
  .intro__image {
    width: 100%;
    aspect-ratio: 492/348;
  }
}
.intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__text {
  font-size: 18px;
  line-height: 1.8888888889;
}
@media screen and (max-width: 768px) {
  .intro__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.intro__text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .intro__text {
    letter-spacing: 0.05em;
  }
}
.intro__text {
  font-weight: 500;
  flex: 1;
  text-align: justify;
}
.intro__text p:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .intro__text p:nth-child(n+2) {
    margin-top: 16px;
  }
}
.intro__link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  margin-top: 96px;
}
@media screen and (max-width: 950px) {
  .intro__link {
    margin-top: 80px;
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .intro__link {
    margin-top: 40px;
    gap: 24px;
  }
}
.intro__button {
  flex: 1;
}
@media screen and (max-width: 950px) {
  .intro__button {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .intro__button .button-link {
    width: 88%;
  }
}
@media screen and (max-width: 480px) {
  .intro__button .button-link {
    width: 100%;
  }
}

.reason__wrapper {
  padding: 80px 0 72px;
}
@media screen and (max-width: 768px) {
  .reason__wrapper {
    padding: 40px 0;
  }
}
.reason__point {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
@media screen and (max-width: 768px) {
  .reason__point {
    row-gap: 40px;
  }
}
.reason__point-block {
  background-color: #f6f4ef;
}
.reason__point-number {
  font-family: "Akshar", sans-serif;
  font-size: 32px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .reason__point-number {
    font-size: 26px;
    line-height: 1.6923076923;
  }
}
.reason__point-number {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .reason__point-number {
    letter-spacing: 0.04em;
  }
}
.reason__point-number {
  color: #a19362;
  padding-left: 20px;
  margin-top: -20px;
}
.reason__point-number span {
  font-size: 60px;
  line-height: 0.5666666667;
}
@media screen and (max-width: 768px) {
  .reason__point-number span {
    font-size: 36px;
    line-height: 1.2222222222;
  }
}
.reason__point-number span {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .reason__point-number span {
    letter-spacing: 0em;
  }
}
.reason__point-number span {
  font-weight: 300;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .reason__point-number span {
    margin-left: 4px;
  }
}
.reason__point-title {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .reason__point-title {
    font-size: 16px;
    line-height: 1.875;
  }
}
.reason__point-title {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .reason__point-title {
    letter-spacing: 0.1em;
  }
}
.reason__point-title {
  font-weight: 500;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .reason__point-title {
    padding: 0 20px;
    margin-top: 6px;
  }
}
.reason__point-title span {
  font-size: 26px;
  line-height: 1.5384615385;
}
@media screen and (max-width: 768px) {
  .reason__point-title span {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.reason__point-title span {
  font-weight: 600;
  color: #a19362;
}
.reason__point01 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 32px 60px;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .reason__point01 {
    display: block;
    padding: 8px 20px 24px;
  }
}
.reason__point01-left {
  width: 60%;
  padding: 24px 40px 16px;
  background-color: #fff;
}
@media screen and (max-width: 950px) {
  .reason__point01-left {
    width: 100%;
    padding: 16px;
  }
}
.reason__point01-right {
  width: 35%;
}
@media screen and (max-width: 950px) {
  .reason__point01-right {
    width: 100%;
  }
}
.reason__fig-title {
  text-align: center;
  border-bottom: 1px solid #403d3c;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .reason__fig-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.reason__fig-title {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .reason__fig-title {
    letter-spacing: 0.05em;
  }
}
.reason__fig-title {
  font-weight: 500;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.reason__fig {
  width: 63%;
  aspect-ratio: 260/262;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 950px) {
  .reason__fig {
    width: 48%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 480px) {
  .reason__fig {
    width: 61%;
  }
}
.reason__fig img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reason__fig-note {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .reason__fig-note {
    font-size: 10px;
    line-height: 1.5;
  }
}
.reason__fig-note {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .reason__fig-note {
    letter-spacing: 0.05em;
  }
}
.reason__fig-note {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .reason__fig-note {
    width: 100%;
  }
}
.reason__fig-note span {
  white-space: nowrap;
}
.reason__comment {
  width: 100%;
  background-color: #a19362;
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .reason__comment {
    font-size: 16px;
    line-height: 1.5;
  }
}
.reason__comment {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .reason__comment {
    letter-spacing: 0.1em;
  }
}
.reason__comment {
  text-align: center;
  padding: 24px 16px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .reason__comment {
    border-radius: 18px;
    padding: 16px;
    margin: 16px auto 18px;
  }
}
@media screen and (max-width: 1100px) {
  .reason__comment {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
  .reason__comment {
    font-size: 16px;
    line-height: 1.5;
  }
}
.reason__comment::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 40px solid #a19362;
  border-bottom: 0;
  bottom: -26px;
  right: 24%;
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 950px) {
  .reason__comment::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 26px solid #a19362;
    bottom: -18px;
    right: 32%;
  }
}
.reason__img {
  width: 70%;
  aspect-ratio: 200/202;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .reason__img {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .reason__img {
    width: 44%;
  }
}
.reason__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reason__point02 {
  padding: 16px 60px 32px;
}
@media screen and (max-width: 768px) {
  .reason__point02 {
    padding: 24px 20px 32px;
  }
}
.reason__point02-title {
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .reason__point02-title {
    font-size: 16px;
    line-height: 1;
  }
}
.reason__point02-title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .reason__point02-title {
    letter-spacing: 0.1em;
  }
}
.reason__point02-title {
  font-weight: 600;
  padding: 0 8px 8px;
  color: #a19362;
  border-bottom: 2px solid #a19362;
  margin-bottom: 16px;
}
.reason ul {
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .reason ul {
    font-size: 16px;
    line-height: 1.5;
  }
}
.reason ul {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .reason ul {
    letter-spacing: 0.05em;
  }
}
.reason ul {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .reason ul {
    width: 100%;
  }
}
.reason ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.reason ul li span {
  color: #8cada7;
}
.reason__arrow {
  width: 56px;
  height: 32px;
  background-color: #a19362;
  margin: 40px auto 24px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .reason__arrow {
    width: 40px;
    height: 23px;
    margin: 16px auto 8px;
  }
}
.reason .line-text p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .reason .line-text p {
    font-size: 16px;
    line-height: 2;
  }
}
.reason .line-text.line-text2 {
  margin-top: 32px;
}

.merit__wrapper {
  padding: 0 0 96px;
}
@media screen and (max-width: 768px) {
  .merit__wrapper {
    padding: 0 0 48px;
  }
}
.merit__title {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .merit__title {
    font-size: 18px;
    line-height: 1;
  }
}
.merit__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .merit__title {
    letter-spacing: 0.1em;
  }
}
.merit__title {
  font-weight: 700;
  color: #a19362;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .merit__title {
    margin: 0 auto 24px;
  }
}
.merit__title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #a19362;
  top: 54%;
  left: -58px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .merit__title::before {
    left: -48px;
  }
}
@media screen and (max-width: 330px) {
  .merit__title::before {
    width: 32px;
    left: -40px;
  }
}
.merit__title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #a19362;
  top: 54%;
  right: -52px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .merit__title::after {
    right: -48px;
  }
}
@media screen and (max-width: 330px) {
  .merit__title::after {
    width: 32px;
    right: -40px;
  }
}
.merit .merit-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 4%;
}
@media screen and (max-width: 950px) {
  .merit .merit-content {
    flex-direction: column;
  }
}
.merit .merit-content:nth-child(n+2) {
  margin-top: 64px;
}
@media screen and (max-width: 950px) {
  .merit .merit-content:nth-child(n+2) {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .merit .merit-content:nth-child(n+2) {
    margin-top: 24px;
  }
}
.merit .merit-content:nth-child(n+2) .merit-content__image {
  display: block;
}
.merit .merit-content:nth-child(n+2) .merit-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merit .merit-content:nth-child(n+2) .merit-content__text {
  width: 55%;
}
@media screen and (max-width: 950px) {
  .merit .merit-content:nth-child(n+2) .merit-content__text {
    width: 88%;
  }
}
.merit .merit-content__text {
  width: 42%;
  margin-top: 4px;
}
@media screen and (max-width: 950px) {
  .merit .merit-content__text {
    width: 88%;
    margin: 0 auto 48px;
  }
}
@media screen and (max-width: 768px) {
  .merit .merit-content__text {
    margin: 0 auto 24px;
  }
}
.merit .merit-content__title {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .merit .merit-content__title {
    font-size: 20px;
    line-height: 1.1;
  }
}
.merit .merit-content__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .merit .merit-content__title {
    letter-spacing: 0.1em;
  }
}
.merit .merit-content__title {
  font-weight: 700;
}
.merit .merit-content__image {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 238px;
}
@media screen and (max-width: 950px) {
  .merit .merit-content__image {
    flex: auto;
  }
}
@media screen and (max-width: 480px) {
  .merit .merit-content__image {
    height: auto;
    aspect-ratio: 335/143;
  }
}
.merit .merit-content__image01 {
  width: 69%;
  height: 100%;
}
.merit .merit-content__image01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merit .merit-content__image02 {
  width: 28%;
  height: 100%;
}
.merit .merit-content__image02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merit .merit-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .merit .merit-list {
    margin-top: 16px;
  }
}
.merit .merit-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 0 0 12px 4px;
  border-bottom: 1px dashed #a19362;
}
@media screen and (max-width: 768px) {
  .merit .merit-list__item {
    padding: 0 0 8px 4px;
  }
}
.merit .merit-list__item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .merit .merit-list__item:nth-child(n+2) {
    margin-top: 8px;
  }
}
.merit .merit-list__item img {
  width: 15px;
  height: 26px;
  margin-top: -2px;
  display: inline-block;
}
.merit .merit-list__item p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .merit .merit-list__item p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.merit .merit-list__item p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .merit .merit-list__item p {
    letter-spacing: 0.05em;
  }
}
.merit .merit-list__item p {
  font-weight: 500;
  padding-bottom: 1px;
}
.merit__arrow {
  width: 56px;
  height: 32px;
  background-color: #a19362;
  margin: 64px auto 12px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .merit__arrow {
    width: 40px;
    height: 23px;
    margin: 24px auto 16px;
  }
}
.merit .salon-box {
  background-color: #f6f4ef;
  margin: 40px auto 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .merit .salon-box {
    margin: 40px auto 0;
  }
}
.merit .salon-box .container {
  position: relative;
  z-index: 1;
}
.merit .salon-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  background: url("../img/salon-box_image.png") no-repeat center bottom/cover;
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.3) 10%, #000 25%);
  z-index: 0;
}
@media screen and (max-width: 1100px) {
  .merit .salon-box::after {
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.3) 20%, #000 40%);
  }
}
@media screen and (max-width: 950px) {
  .merit .salon-box::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: url("../img/salon-box_image.png") no-repeat center bottom/cover;
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 10%, #000 25%);
    background-position: center 20%;
  }
}
@media screen and (max-width: 768px) {
  .merit .salon-box::after {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  .merit .salon-box::after {
    height: 265px;
  }
}
.merit .salon-box__text {
  padding: 72px 0 80px;
}
@media screen and (max-width: 950px) {
  .merit .salon-box__text {
    text-align: center;
    padding: 72px 0 440px;
  }
}
@media screen and (max-width: 768px) {
  .merit .salon-box__text {
    padding: 48px 0 344px;
  }
}
@media screen and (max-width: 480px) {
  .merit .salon-box__text {
    padding: 48px 0 289px;
  }
}
.merit .salon-box__title img {
  height: 42px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .merit .salon-box__title img {
    height: 36px;
  }
}
.merit .salon-box__note {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .merit .salon-box__note {
    margin-top: 16px;
  }
}
.merit .salon-box__note p {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .merit .salon-box__note p {
    font-size: 20px;
    line-height: 1.8;
  }
}
.merit .salon-box__note p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .merit .salon-box__note p {
    letter-spacing: 0.1em;
  }
}
.merit .salon-box__note p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .merit .salon-box__note p {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .merit .salon-box__note p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.merit .salon-box__note p:nth-child(n+2) {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .merit .salon-box__note p:nth-child(n+2) {
    margin-top: 24px;
  }
}
.merit__footer {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .merit__footer {
    font-size: 24px;
    line-height: 1;
  }
}
.merit__footer {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .merit__footer {
    letter-spacing: 0.1em;
  }
}
.merit__footer {
  font-weight: 500;
  text-align: center;
  margin: 72px auto 16px;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .merit__footer {
    font-size: 16px;
    line-height: 1.5;
    margin: 40px auto 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .merit__footer {
    font-size: 16px;
    line-height: 1.5;
  }
}
.merit__footer::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #403d3c;
  top: 50%;
  left: -40px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 950px) {
  .merit__footer::before {
    width: 40px;
    transform: translateY(-50%) rotate(65deg);
    top: auto;
    bottom: 16px;
    left: -45px;
  }
}
@media screen and (max-width: 768px) {
  .merit__footer::before {
    width: 32px;
    left: -30px;
  }
}
.merit__footer::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #403d3c;
  top: 50%;
  right: -36px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 950px) {
  .merit__footer::after {
    width: 40px;
    transform: translateY(-50%) rotate(-65deg);
    top: auto;
    bottom: 16px;
    right: -45px;
  }
}
@media screen and (max-width: 768px) {
  .merit__footer::after {
    width: 32px;
    right: -30px;
  }
}

.slide {
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .slide {
    margin-bottom: 40px;
  }
}
.slide__wrapper {
  width: 100%;
}
.slide__wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.slide__wrapper .swiper-slide {
  aspect-ratio: 540/360;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .slide__wrapper .swiper-slide {
    width: 335px;
  }
}
.slide__wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case__wrapper {
  padding: 72px 0 0;
}
@media screen and (max-width: 768px) {
  .case__wrapper {
    padding: 32px 0 0;
  }
}
.case .case-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .case .case-list {
    display: block;
  }
}
.case .case-list__box {
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  .case .case-list__box {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .case .case-list__box {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .case .case-list__box:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .case .case-list__box:nth-child(n+2) {
    margin-top: 24px;
  }
}
.case .case-list__box:nth-child(n+3) {
  margin-top: 48px;
}
@media screen and (max-width: 950px) {
  .case .case-list__box:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .case .case-list__box:nth-child(n+3) {
    margin-top: 24px;
  }
}
.case .case-list__image {
  width: 100%;
  aspect-ratio: 480/297;
}
.case .case-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case .case-list__item {
  padding: 24px;
  background-color: #f6f4ef;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .case .case-list__item {
    padding: 16px 16px 24px;
  }
}
.case .case-list__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}
.case .case-list__salon-tag {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .case .case-list__salon-tag {
    font-size: 18px;
    line-height: 1;
  }
}
.case .case-list__salon-tag {
  padding: 6px 8px;
  background-color: #fff;
  color: #a19362;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .case .case-list__salon-tag {
    letter-spacing: 0.1em;
  }
}
.case .case-list__salon-tag {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .case .case-list__salon-tag {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .case .case-list__salon-tag {
    font-size: 14px;
    line-height: 1;
  }
}
.case .case-list__salon-name {
  font-size: 22px;
  line-height: 1.3636363636;
}
@media screen and (max-width: 768px) {
  .case .case-list__salon-name {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.case .case-list__salon-name {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .case .case-list__salon-name {
    letter-spacing: 0.04em;
  }
}
.case .case-list__salon-name {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .case .case-list__salon-name {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .case .case-list__salon-name {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.case .case-list__txt {
  margin-top: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .case .case-list__txt {
    letter-spacing: 0.04em;
  }
}
.case .case-list__txt {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .case .case-list__txt {
    font-size: 16px;
    line-height: 1.625;
  }
}
.case .case-list__txt {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .case .case-list__txt {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .case .case-list__txt {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.case .case-list__button-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .case .case-list__button-wrap {
    margin-top: 10px;
  }
}
.case .case-list__button-wrap a {
  display: inline-block;
  width: fit-content;
}
.case .case-list__button {
  font-family: "Akshar", sans-serif;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .case .case-list__button {
    font-size: 20px;
    line-height: 1;
  }
}
.case .case-list__button {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .case .case-list__button {
    letter-spacing: 0.04em;
  }
}
.case .case-list__button {
  font-weight: 500;
  color: #c79157;
  width: 120px;
  padding-bottom: 6px;
  position: relative;
  text-align: left;
}
.case .case-list__button::before {
  content: "";
  position: absolute;
  width: 88%;
  height: 2px;
  background-color: #c79157;
  bottom: 0;
  transition: width 0.5s;
}
.case .case-list__button::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  right: 13%;
  transform-origin: right bottom;
  width: 16px;
  background-color: #c79157;
  transform: rotate(45deg);
  transition: right 0.5s;
}
.case .case-list__button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.case .case-list__button:hover::before {
  width: 100%;
}
.case .case-list__button:hover::after {
  right: 0;
}
.case__more-link {
  margin: 56px auto 64px;
}
@media screen and (max-width: 768px) {
  .case__more-link {
    margin: 24px auto 40px;
  }
}
@media (hover: hover) {
  .case__more-link:hover {
    opacity: 0.9 !important;
  }
  .case__more-link:hover .case__more-txt {
    transform: translateY(-4px);
  }
}
@media (hover: hover) {
  .case__more-link a:hover {
    opacity: 1 !important;
  }
}
.case__more-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .case__more-txt {
    font-size: 16px;
    line-height: 1;
  }
}
.case__more-txt {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .case__more-txt {
    letter-spacing: 0.05em;
  }
}
.case__more-txt {
  margin: 0 auto 10px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .case__more-txt {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .case__more-txt {
    font-size: 14px;
    line-height: 1;
  }
}
.case__more-txt::before, .case__more-txt::after {
  position: absolute;
  background-color: #403d3c;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  bottom: -4px;
}
.case__more-txt::before {
  transform: rotate(-45deg);
  left: -16px;
}
.case__more-txt::after {
  transform: rotate(45deg);
  right: -16px;
}
.case__footer {
  margin-bottom: 32px;
}
.case .salon-link {
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .case .salon-link {
    margin-bottom: 40px;
  }
}

.service {
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .service {
    margin-bottom: 40px;
  }
}
.service__wrapper {
  margin: 80px auto 32px;
}
@media screen and (max-width: 768px) {
  .service__wrapper {
    margin: 40px auto;
  }
}
.service__item-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 44px;
}
@media screen and (max-width: 950px) {
  .service__item-list {
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .service__item-list {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.service__item-list li {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
}
.service__item-img {
  width: 100%;
  aspect-ratio: 312/228;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service__item-img {
    margin-bottom: 8px;
    aspect-ratio: 297/217;
  }
}
.service__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.service__item-name {
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .service__item-name {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.service__item-name {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service__item-name {
    letter-spacing: 0.05em;
  }
}
.service__item-name {
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .service__item-name {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .service__item-name {
    font-size: 20px;
    line-height: 1.2;
  }
}
.service__item-name.ls-0 {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .service__item-name.ls-0 {
    letter-spacing: 0em;
  }
}
.service__item-name-ja {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__item-name-ja {
    font-size: 14px;
    line-height: 1;
  }
}
.service__item-name-ja {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service__item-name-ja {
    letter-spacing: 0.05em;
  }
}
.service__item-name-ja {
  color: #8cada7;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .service__item-name-ja {
    margin-bottom: 4px;
  }
}
.service__item-txt {
  flex: 1;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .service__item-txt {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.service__item-txt {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service__item-txt {
    letter-spacing: 0.05em;
  }
}
.service__item-txt {
  text-align: justify;
}
.service__item-link {
  display: block;
  width: 100%;
  border-bottom: 2px solid #c79157;
  color: #c79157;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__item-link {
    font-size: 16px;
    line-height: 1;
  }
}
.service__item-link {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service__item-link {
    letter-spacing: 0.05em;
  }
}
.service__item-link {
  font-weight: 700;
  margin-top: 20px;
  display: grid;
  place-content: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .service__item-link {
    margin-top: 12px;
  }
}
.service__item-link p {
  transition: all 0.3s ease;
}
.service__item-link img {
  width: 16px;
  height: auto;
  vertical-align: -2px;
  margin-left: 4px;
}
@media (hover: hover) {
  .service__item-link:hover p {
    transform: translateY(-4px);
  }
}
.service__furniture {
  margin: 80px auto 40px;
  position: relative;
  width: 100%;
  display: flex;
  height: 300px;
  transition: all 0.3s ease !important;
}
.service__furniture:hover {
  opacity: 0.6 !important;
}
@media screen and (max-width: 950px) {
  .service__furniture {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .service__furniture {
    margin: 40px auto 24px;
    height: auto;
    aspect-ratio: 1/1;
    flex-direction: column;
  }
}
.service__furniture-bg01, .service__furniture-bg02 {
  width: 50%;
  background-image: url(../img/furniture_bg01.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .service__furniture-bg01, .service__furniture-bg02 {
    width: 100%;
    height: 50%;
  }
}
.service__furniture-bg01 {
  background-image: url(../img/furniture_bg01.png);
}
@media screen and (max-width: 950px) {
  .service__furniture-bg01 {
    background-position: right 10% center;
  }
}
@media screen and (max-width: 768px) {
  .service__furniture-bg01 {
    background-position: center;
  }
}
.service__furniture-bg02 {
  background-image: url(../img/furniture_bg02.png);
}
.service__furniture-pop {
  position: absolute;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-color: #403d3c;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 16px;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .service__furniture-pop {
    width: 110px;
    height: 110px;
    left: 8px;
    top: 8px;
  }
}
.service__furniture-pop p {
  font-size: 14px;
  line-height: 1.7857142857;
}
@media screen and (max-width: 768px) {
  .service__furniture-pop p {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
.service__furniture-pop p {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .service__furniture-pop p {
    letter-spacing: 0em;
  }
}
.service__furniture-pop p {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .service__furniture-pop p {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .service__furniture-pop p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.service__furniture-logo {
  position: absolute;
  width: 230px;
  aspect-ratio: 230/80;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .service__furniture-logo {
    max-width: 230px;
    width: 52%;
  }
}
.service__furniture-logo img {
  width: 100%;
  object-fit: contain;
}
.service__furniture-txt {
  position: absolute;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service__furniture-txt {
    font-size: 16px;
    line-height: 1.5;
  }
}
.service__furniture-txt {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .service__furniture-txt {
    letter-spacing: 0em;
  }
}
.service__furniture-txt {
  color: #fff;
  padding: 0 16px 16px;
  text-align: center;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 950px) {
  .service__furniture-txt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .service__furniture-txt {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .service__furniture-txt {
    font-size: 12px;
    line-height: 1.5;
  }
}
.service .salon-link {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service .salon-link {
    margin-bottom: 32px;
  }
}

.contact {
  width: 100%;
  padding: 40px 0;
  background-color: #f6f4ef;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 32px 0;
  }
}
.contact .info__logo {
  width: fit-content;
  height: 32px;
  margin: 0 auto 16px;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .contact .info__logo {
    height: 24px;
    margin: 0 auto 16px 0;
  }
}
.contact .info__logo a {
  width: 100%;
  height: 100%;
}
.contact .info__logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact__wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contact__info {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2.5714285714;
}
@media screen and (max-width: 768px) {
  .contact__info {
    font-size: 14px;
    line-height: 2.5714285714;
  }
}
.contact__info {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__info {
    letter-spacing: 0.05em;
  }
}
.contact__info {
  font-weight: 500;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .contact__info {
    justify-content: flex-start;
    flex-flow: column;
    align-items: baseline;
  }
}
.contact__info .info__ttl {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .contact__info .info__ttl {
    font-size: 16px;
    line-height: 1.75;
  }
}
.contact__info .info__ttl {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__info .info__ttl {
    letter-spacing: 0.05em;
  }
}
.contact__info .info__ttl {
  background-color: #403d3c;
  color: #ffffff;
  padding: 1px 8px;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact__info .info__ttl {
    font-size: 14px;
    line-height: 2;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact__info .info__ttl {
    font-size: 14px;
    line-height: 2;
  }
}
.contact__info .info__wrap {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  margin-right: 16px;
}
.contact__info .info__tel img {
  width: 26px;
  height: auto;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .contact__info .info__tel img {
    margin: 0 4px 0 10px;
  }
}
.contact__info .info__tel--big {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contact__info .info__tel--big {
    font-size: 20px;
    line-height: 1.8;
  }
}
.contact__info .info__tel--big {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .contact__info .info__tel--big {
    letter-spacing: 0.07em;
  }
}
.contact__policy {
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    font-size: 10px;
    line-height: 1.7;
  }
}
.contact__policy {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    letter-spacing: 0.02em;
  }
}
.contact__policy {
  margin: 8px auto 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    margin: 0 auto 0 0;
  }
}
.contact__policy a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.contact__policy a img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  display: inline-block;
  margin: 2px 0 0 2px;
}

.copyright {
  background-color: #a19362;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 64px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .copyright {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 950px) {
  .copyright {
    font-size: 10px;
    height: 32px;
    line-height: 32px;
    padding-bottom: 84px;
  }
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 1s, transform 1s;
  /* 透過率と縦方向の移動を1秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

/* フェードイン(初期値) */
.js-fadeLeft {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(-50px) translateY(-50%);
  transition: opacity 1s, transform 1s;
  /* 透過率と縦方向の移動を1秒 */
}

.js-fadeLeft.is-xinview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
  transform: translateX(0) translateY(-50%);
}

@media screen and (max-width: 950px) {
  .js-fadeLeft {
    transform: translateX(-50px);
  }
  .js-fadeLeft.is-xinview {
    transform: translateX(0);
  }
}
/* フェードイン(初期値) */
.js-fadeRight {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(50px) translateY(-50%);
  transition: opacity 1s, transform 1s;
  /* 透過率と縦方向の移動を1秒 */
}

.js-fadeRight.is-xinview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
  transform: translateX(0) translateY(-50%);
}

@media screen and (max-width: 950px) {
  .js-fadeRight {
    transform: translateX(50px);
  }
  .js-fadeRight.is-xinview {
    transform: translateX(0);
  }
}
/* １文字ずつフェードイン */
.js-fadeDelay {
  display: flex;
  overflow: hidden;
}
.js-fadeDelay span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.js-fadeDelay span:nth-child(2) {
  transition-delay: 0.06s;
}
.js-fadeDelay span:nth-child(3) {
  transition-delay: 0.12s;
}
.js-fadeDelay span:nth-child(4) {
  transition-delay: 0.18s;
}
.js-fadeDelay span:nth-child(5) {
  transition-delay: 0.24s;
}
.js-fadeDelay span:nth-child(6) {
  transition-delay: 0.3s;
}
.js-fadeDelay span:nth-child(7) {
  transition-delay: 0.36s;
}
.js-fadeDelay span:nth-child(8) {
  transition-delay: 0.42s;
}
.js-fadeDelay span:nth-child(9) {
  transition-delay: 0.48s;
}
.js-fadeDelay span:nth-child(10) {
  transition-delay: 0.54s;
}
.js-fadeDelay span:nth-child(11) {
  transition-delay: 0.6s;
}
.js-fadeDelay span:nth-child(12) {
  transition-delay: 0.66s;
}
.js-fadeDelay span:nth-child(13) {
  transition-delay: 0.72s;
}
.js-fadeDelay span:nth-child(14) {
  transition-delay: 0.78s;
}

.js-fadeDelay.is-xinview span {
  transform: translate(0, 0);
}

.js-fadeDelay.is-xinview {
  overflow: visible;
}/*# sourceMappingURL=style.css.map */