@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Old Mincho", "Playfair Display", serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: -0.08em;
  color: #735b51;
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #735b51;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

.sp_show {
  display: none;
}

@media (max-width: 599px) {
  .sp_show {
    display: block;
  }
}
.pc_show {
  display: block;
}

@media (max-width: 599px) {
  .pc_show {
    display: none;
  }
}
.view_timer {
  display: none;
}

.small {
  font-size: 2.5rem;
  margin: 0 7px;
}

@media (max-width: 400px) {
  .small {
    font-size: 2.5rem;
  }
}
@media (min-width: 600px) {
  .small {
    font-size: 3rem;
    margin-right: 10px;
  }
}
.mini {
  font-size: 2rem;
  margin: 0 6px;
}

@media (max-width: 400px) {
  .mini {
    font-size: 2rem;
  }
}
@media (min-width: 600px) {
  .mini {
    font-size: 3rem;
  }
}
.tax {
  margin-left: 4px;
  font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
}
/* */
.t-center {
  text-align: center;
}

/*-------------------- content --------------------*/
.mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.mincho-italic {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: italic;
}

.playfair {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: normal;
  font-style: normal;
}

.playfair-italic-mv {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  display: inline-block;
  transform: skewX(345deg);
}

.playfair-italic-sub {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.05em;
  transform: skewX(345deg);
}

/*-------------------- scrollDown --------------------*/
.scrollDown {
  color: #fff;
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  bottom: 5%;
}

.scrollDown span {
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrollDownBtn 1.5s infinite;
  animation: scrollDownBtn 1.5s infinite;
  box-sizing: border-box;
}

@media screen and (max-width: 460px) {
  .scrollDown span {
    left: 50%;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
  }
}
@media screen and (min-width: 461px) {
  .scrollDown span {
    width: 1vw;
    height: 1vw;
    margin-left: 1.1vw;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    right: 0;
    left: 0;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 461px) {
  .scrollDown {
    color: #fff;
    font-size: 1.8rem;
    top: 91%;
  }
}
_::-webkit-full-page-media,
_:future,
:root .scrollDown {
  bottom: 8%;
}

@keyframes scrollDownBtn {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .scrollDown {
    opacity: 1;
  }
}
/*-------------------- mv --------------------*/
.mv {
  position: relative;
  height: 100svh;
  z-index: -1;
}

.mv__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: url("../image/sp-mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 20% -20%;
}

@media (min-width: 600px) {
  .mv__bg {
    background: url("../image/mv.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: right 0 top 0;
    position: relative;
    background-position: 60% 0;
  }
}
_::-webkit-full-page-media,
_:future,
:root .mv__bg {
  background-position: 40% -25px;
}

.mv__title {
  position: fixed;
  z-index: 10;
  left: 47%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 599px) {
  .mv__title {
    top: 13vh;
  }
}
@media (min-width: 600px) {
  .mv__title {
    top: 14%;
  }
}
.mv__title-sub1 {
  position: absolute;
  top: -20%;
  font-size: clamp(16px, 4vw, 25px);
  white-space: nowrap;
}

@media (min-width: 600px) {
  .mv__title-sub1 {
    top: -20%;
  }
}
.mv__title-main {
  font-size: clamp(16px, 11vw, 70px);
  line-height: 1;
  white-space: nowrap;
}

.mv__title-sub2 {
  position: absolute;
  bottom: -40%;
  padding-right: 15px;
  font-size: clamp(16px, 4vw, 25px);
  white-space: nowrap;
}

@media (min-width: 600px) {
  .mv__title-sub2 {
    bottom: -40%;
  }
}
.mv__img {
  line-height: 0;
  margin: 0 auto;
}

.intro {
  padding: 100px 30px;
}

@media (min-width: 600px) {
  .intro {
    padding: 200px 30px;
    padding: 50px 30px;
  }
}
.intro__txt {
  font-size: clamp(0.75rem, 0.228rem + 2.61vw, 2rem);
  font-size: clamp(1.563rem, 1.335rem + 1.14vw, 2.4rem);
  text-align: center;
  line-height: 2.6;
}

#container {
  position: relative;
  z-index: 1;
  background: #e9e2e5;
  padding: 0 10px;
}


/*-------------------- content --------------------*/
.content {
  padding-bottom: 0px;
}

@media (min-width: 600px) {
  .content__wrapper {
    margin: 0 auto;
    padding-left: 9px;
    padding-right: 9px;
    max-width: 780px;
    position: relative;
  }
}
.content__mv {
  position: relative;
}

.content__icon {
  position: absolute;
  top: -20px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 90%;
}

.content__icon-length {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.4rem;
}

@media (min-width: 600px) {
  .content__icon-length {
    font-size: 2.4rem;
    line-height: 2.5rem;
  }
}
.content__icon-length::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 25%;
  width: 0.5px;
  height: 45%;
  margin: auto;
  background-color: #0d0d0d;
}

.content__icon-number {
  font-size: 5.5rem;
  line-height: 0;
}

@media (min-width: 600px) {
  .content__icon-number {
    font-size: 8rem;
  }
}
.content__title {
  padding: 30px 30px 50px;
  padding: 50px 10px;
  position: relative;
}

.content__title-sub {
  font-size: clamp(1.563rem, 1.335rem + 1.14vw, 2.4rem);
  /* position: absolute;
  top: 15%; */
}

@media (min-width: 600px) {
  .content__title {
    padding: 70px;
  }
  .content__title-sub {
    /* top: 20%; */
    letter-spacing: 3px;
    line-height: 2.6;
  }
}
.content__title-main {
  font-size: clamp(1.5rem, 0.235rem + 6.33vw, 4rem);
  padding-top: 8%;
}

.content__title-text {
  font-size: clamp(0.75rem, 0.228rem + 2.61vw, 2rem);
}

.content__img-1 {
  width: 100%;
  margin: 0 auto;
}
.content__img-2,
.content__img-5 {
  width: 78%;
  margin-left: auto;
}
.content__img-4 {
  width: 78%;
  margin-right: auto;
}
.content__img-logo {
  width: 58%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .content__img-1 {
    padding-bottom: 10px;
  }
  .content__img-2 {
    width: 58%;
    margin-left: auto;
  }
  .content__img-3 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .content__img-4 {
    width: 58%;
    margin-right: auto;
  }
  .content__img-5 {
    width: 58%;
    margin-left: auto;
  }
  .content__img-6 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .content__img-logo {
    width: 40%;
    margin: 0 auto;
  }
  #content__img-logo {
    margin-top: 150px;
  }
}
#content__img-logo .content__title {
  padding: 30px;
}

.content__comment-wrap {
  position: relative;
  height: auto;
  border: 0.5px solid #0d0d0d;
  padding: 30px 15px;
  margin: 0 15px;
  top: -15px;
  background-color: rgba(255, 255, 255, 0.45);
}

.content__comment-text {
  font-size: clamp(0.8rem, 0.428rem + 1.86vw, 1.8rem);
}

.content__item {
  /* padding: 0 15px 0; */
}

.content__item-list {
  letter-spacing: 0.01em;
  font-size: clamp(0.8rem, 0.582rem + 1.09vw, 1.4rem);
  width: fit-content;
}
.content__item-list-group {
  /* background-color: #FFF; */
  padding: 2px 5px;
}
#content__img-1 .content__item-list,
#content__img-2 .content__item-list,
#content__img-5 .content__item-list {
  margin-left: auto;
}
  #content__img-2 .content__item-list .content__item--name2,
  #content__img-5 .content__item-list .content__item--name2,
  #content__img-4 .content__item-list .content__item--name2 {
    text-align: left;
  }
#content__img-4 .content__item-list {
  margin-right: auto;
}
@media (min-width: 600px) {
  .content__item-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  #content__img-1 .content__item-list {
    justify-content: flex-end!important;
  }
  #content__img-2,
  #content__img-5 {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  #content__img-4 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 100px;
  }
  #content__img-5 {
    margin-bottom: 100px;
  }
  #content__img-2 .content__item-list,
  #content__img-3 .content__item-list,
  #content__img-4 .content__item-list,
  #content__img-5 .content__item-list,
  #content__img-6 .content__item-list {
    display: block;
    width: fit-content;
  }
  #content__img-4 .content__item-list .content__item--name2 {
    text-align: right;
  }
  .content__item-list-group {
    padding: 0 5px;
  }
}
#content__img-4,
#content__img-5,
#content__img-6 {
  margin: 80px auto;
}
#content__img-logo {
  margin: 100px auto;
}

.content__item-list-inner {
  color: #3f3f3f;
  /* background-color: #FFF; */
  display: flex;
  gap: 10px;
  padding: 3px 0;
}

@media (min-width: 600px) {
  .content__item-list-inner {
    gap: 10px;
    padding: 5px 0;
  }
}
.content__item--name {
  width: 95px;
}
.content__item--price {
  width: 75px;
}

@media (min-width: 600px) {
  .content__item--name {
    width: 90px;
    padding: 0 0 0 5px;
  }
}
.content__item--name2 {
  font-size: clamp(0.8rem, 0.582rem + 1.09vw, 1.4rem);
  font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
  color: #606060;
  padding: 6px;
}
@media (min-width: 600px) {
  .content__item--price {
    width: 110px;
    text-align: right;
  }
}
.content__item--link {
  color: #fff;
  background: #a18083;
  background: #8496a1;
  flex-shrink: 0;
  padding: 0 15px;
}

.content__pickup {
  background-color: #a18083;
  padding: 30px 0;
  margin-top: 50px;
}

@media (min-width: 600px) {
  .content__pickup {
    margin-top: 80px;
    padding: 50px 0;
  }
}
.content__pickup-img {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 15px;
}

@media (min-width: 600px) {
  .content__pickup-img {
    width: 50%;
  }
}
.content__pickup-group {
  position: relative;
  padding: 15px 30px;
}

.content__pickup-sub {
  position: absolute;
  top: 0;
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .content__pickup-sub {
    font-size: 2rem;
  }
}
.content__pickup-main {
  font-size: clamp(1.5rem, 0.72rem + 3.9vw, 3.5rem);
  white-space: nowrap;
}

.content__pickup-text {
  font-size: clamp(0.8rem, 0.428rem + 1.86vw, 1.8rem);
}

.pickup-check {
  background-color: #fff;
  color: #a18083;
}

.pickup-item {
  color: #fff;
}

.white {
  color: #fff;
}

.left {
  justify-content: flex-start;
}

/*-------------------- next --------------------*/
.next {
  padding: 0 50px;
  text-align: center;
}
.next__comment {
  font-size: clamp(0.75rem, 0.228rem + 2.61vw, 2rem);
  letter-spacing: 0.05rem;
}
.next__comment-wrap {
  border: 0.5px solid #0d0d0d;
  padding: 20px 0;
  margin: 15px 15px 10px;
  top: -15px;
  font-size: clamp(0.8rem, 0.428rem + 1.86vw, 1.8rem);
}
@media (min-width: 600px) {
  .next__comment-wrap {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 600px) {
  .next {
    padding: 100px 50px;
  }
}
.next__comment-sub {
  position: relative;
}

.next__comment-sub::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1em; /* arrow size */
  height: 1em; /* arrow size */
  border-top: 1px solid #000000; /* thickness, color */
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 600px) {
  .next__comment-sub::after {
    right: 20px;
  }
}
.next-main {
  font-size: clamp(0.75rem, 0.228rem + 2.61vw, 2rem);
  text-align: center;
}

.next-small {
  font-size: clamp(1rem, 0.951rem + 0.24vw, 1.125rem);
  text-align: center;
}

/*-------------------- stylist --------------------*/
.bt70 {
  padding-bottom: 70px;
}

.stylist {
  padding: 70px 30px;
}
.stylist__wrap {
  border: 0.5px solid #0d0d0d;
  padding: 30px 30px 50px;
}
@media (min-width: 600px) {
  .stylist__wrap {
    padding: 50px 50px 70px;
  }
}
.stylist__img {
  width: 45%;
  margin: 0 auto;
}
.stylist__name {
  margin: 0 auto;
  text-align: center;
  line-height: 1.2em;
  padding: 15px 0 30px;
  font-size: clamp(1.438rem, 1.267rem + 0.85vw, 3.875rem);
}
.stylist__profile {
  text-align: center;
}
.stylist__text {
  font-size: clamp(0.8rem, 0.428rem + 1.86vw, 1.8rem);
}

.stylist-small {
  font-size: clamp(0.8rem, 0.428rem + 1.86vw, 1.8rem);
  letter-spacing: 0.02rem;
}

.link-img {
  width: 3%;
  vertical-align: baseline;
}
@media (min-width: 600px) {
  .link-img {
    width: 2%;
  }
}

.under {
  text-decoration: underline;
  color: #0d0d0d;
}

/*-------------------- credit --------------------*/
.credit {
  padding: 100px 0;
  max-inline-size: max-content;
  margin-inline: auto;
  letter-spacing: 0.05rem;
  font-size: clamp(0.8rem, 0.428rem + 1.86vw, 1.8rem);
}

/*-------------------- HOME・PAGETOP --------------------*/
/*-------------------- フッター --------------------*/
.footer small {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .footer small {
    font-size: 1.3rem;
    padding-bottom: 30px;
    letter-spacing: 1px;
  }
}
/*-------------------- pagetop-btn --------------------*/
.pagetop-btn {
  display: none;
  border-radius: 50%;
  background: #735b51;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 99;
}
@media (min-width: 600px) {
  .pagetop-btn {
    border: solid 1px #fff;
    width: 60px;
    height: 60px;
    right: 15px;
    bottom: 15px;
  }
}
.pagetop-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop-btn--arrow {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
@media (min-width: 600px) {
  .pagetop-btn--arrow {
    height: 10px;
    width: 10px;
  }
}

/*------------------------ アニメーション ------------------------*/
.marker {
  background: linear-gradient(transparent 50%, #c0cfd8 50%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.fade {
  opacity: 0;
  transition: all 1500ms;
}

.fade.scrollin {
  opacity: 1;
}

.animated.fadein {
  opacity: 0;
  transition: all 1s;
}

.animated.fadein.active {
  opacity: 1;
}

.animated.fadeinUp {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1s;
}

@media (min-width: 600px) {
  .animated.fadeinUp {
    transform: translate(0, 30px);
    transition: all 1s;
  }
}
.animated.fadeinUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}