@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.cdnfonts.com/css/cantata-one");
@import url("https://fonts.cdnfonts.com/css/abhaya-libre-2");
@import url("https://fonts.cdnfonts.com/css/borel");
@import url("https://fonts.cdnfonts.com/css/bona-nova");
/* mv_area */
.mv {
  width: 100%;
  text-align: right;
  position: relative;
}
img {
  width: 100%;
  height: auto;
}
.en1 {
  font-family: "madelinette-grande", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.en2 {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ja {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main_title {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv-text1 {
  font-size: 96px;
  margin-bottom: 12px;
  color: white;
}
.fv-text2 {
  font-size: 40px;
  line-height: 1.5;
  color: white;
  letter-spacing: 3px;
}
.text-container {
  margin-top: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.text1 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
}
.text2 {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1px;
}

.js_mv_sld {
  text-align: right;
}
.center-image {
  text-align: right;
}
.mv img {
  width: 100%;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  padding-top: 50px;
  color: #848484;
  font-family: "Bona Nova", sans-serif;
  font-size: 1.4rem;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #848484;
  bottom: 30px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* モデルA */
.model01 {
  margin-top: 200px;
  width: 100%;
  z-index: 1000;
}
.modeltop {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
.model01 .hair {
  position: relative;
  z-index: 1000;
}
.model01 .hair01 {
  text-align: left;
  max-width: 800px;
  margin-left: 140px;
  position: relative;
  z-index: 1000;
}
.model01 .hair02 {
  text-align: right;
  max-width: 800px;
  margin-right: 80px;
  margin-left: auto;
  margin-top: 100px;
  position: relative;
  z-index: 1000;
}
.df {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  column-gap: 8%;
  margin-top: 80px;
  justify-content: space-between;
}
.model01 .hair03 {
  position: relative;
  z-index: 1000;
}
.model01 .hair04 {
  margin-top: 80px;
  position: relative;
  z-index: 1000;
}
.model01 .hair05 {
  margin-top: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1000;
}
/* モデルB */
.model02 {
  margin-top: 200px;
  width: 100%;
  z-index: 1000;
}
.model02 .hair01 {
  text-align: right;
  max-width: 800px;
  margin-right: 80px;
  margin-left: auto;
  position: relative;
  z-index: 1000;
}
.model02 .hair02 {
  text-align: left;
  max-width: 800px;
  margin-right: auto;
  margin-left: 80px;
  margin-top: 80px;
  position: relative;
  z-index: 1000;
}
.model02 .hair03 {
  text-align: right;
  max-width: 600px;
  margin-left: auto;
  margin-right: 80px;
  margin-top: 80px;
  position: relative;
  z-index: 1000;
}
.model02 .hair04 {
  margin-top: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1000;
}
/* モデルC */
.model03 {
  margin-top: 200px;
  z-index: 1000;
}
.model03 .hair {
  position: relative;
}
.model03 .hair01 {
  text-align: left;
  max-width: 800px;
  margin-left: 140px;
  position: relative;
  z-index: 1000;
}
.model03 .hair02 {
  text-align: right;
  max-width: 800px;
  margin-right: 80px;
  margin-left: auto;
  margin-top: 100px;
  position: relative;
  z-index: 1000;
}
.model03 .df {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  column-gap: 10%;
  margin-top: 80px;
  justify-content: center;
}
.model03 .hair03 {
  margin-top: 80px;
  position: relative;
  z-index: 1000;
}
.model03 .hair04 {
  position: relative;
  z-index: 1000;
}
.model03 .hair05 {
  margin-top: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1000;
}
/* モデルD */
.model04 {
  margin-top: 200px;
}
.model04 .hair {
  position: relative;
}
.model04 .hair01 {
  text-align: left;
  max-width: 800px;
  margin-left: 140px;
  margin-right: auto;
  position: relative;
  z-index: 1000;
}
.model04 .hair02 {
  text-align: right;
  max-width: 800px;
  margin-right: 80px;
  margin-left: auto;
  margin-top: 100px;
  position: relative;
  z-index: 1000;
}
.model04 .df {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  column-gap: 6%;
  margin-top: 80px;
  justify-content: center;
  align-items: center;
}
.model04 .hair03 {
  position: relative;
  z-index: 1000;
}
.model04 .hair04 {
  position: relative;
  z-index: 1000;
}
.model04 .hair05 {
  margin-top: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1000;
}
/* アレンジ */
.arrange {
  background-color: #fff;
  max-width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
}
.arrtitle {
  justify-content: left;
}
.arrange_in {
  width: 100%;
  border-top: 1px solid #000;
  padding-top: 32px;
  margin-top: 32px;
}
.arr_delayScroll {
  width: 100%;
}
.arr_delayScroll img {
  width: 100%;
}
.slick-slide {
  width: 40%;
}
/* スライド読み込み時の崩れ防止 */
ul.js_mv_sld > li:not(:first-child) {
  display: none;
}
ul.js_md_sld > li:not(:first-child) {
  display: none;
}

/* dotsを丸くカスタマイズするCSS */
.js_md_sld {
  position: relative;
}
/* ----------保留　アレンジヘアエリア------------ */
.arrange-text {
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}
.arrtitle {
  width: 20%;
  position: absolute;
  top: -10%;
}
.in01 {
  width: 30%;
  margin: 0 50px 0 30px;
}
.in02 {
  margin-right: 30px;
}
h3 {
  text-align: center;
  color: #848484;
  font-family: "Cantata One", sans-serif;
  margin-bottom: 30px;
}
.arrange ul {
  width: 100%;
  margin: 0 auto;
}

.arr {
  margin-left: 50px;
}
/* バックナンバー */
.bk_number {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 32px;
  height: 64px;
  background-color: #d9d9d9;
  text-align: center;
  margin-top: 200px;
  margin-bottom: 56px;
  position: relative;
}
.dli-chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) translateY(-50%) rotate(45deg);
  position: absolute;
  right: 25%;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
.btn {
  text-align: center;
  line-height: 61px;
  margin: 0 auto;
  font-size: 16px;
}
.model01 .hair01 {
  text-align: left;
  max-width: 800px;
  margin-left: 140px;
  position: relative;
  z-index: 1000;
}
a {
  text-decoration: none;
  color: #fff!important;
}
.bk_number:hover {
  outline: 1px solid #000;
  outline-offset: -1px;
  background-color: #ffffff;
  color: #fff;
  transition: all 0.4s;
}
.bk_number:hover .dli-chevron-right {
  right: 23%;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
}

/* アニメーション */
.fade-in-right {
  animation-delay: 1.5s;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateX(70px);
  transition: 1s ease;
}

.fade-in-left {
  animation-delay: 4.5s;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateX(-70px);
  transition: 1s ease;
}
.fadeUp {
  animation-delay: 2.5s;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(50px);
  transition: 1s ease;
}

/* ----------レスポンシブ---------- */

/* mv画像切り替え・スマホ */
.img-sp {
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .fv-text1 {
    line-height: 1.5;
    font-size: 48px;
    margin-bottom: 20px;
    color: white;
  }
  .fv-text2 {
    font-size: 20px;
    line-height: 1.5;
    color: white;
    letter-spacing: 3px;
  }
  .text-container {
    margin-top: 24px;
    max-width: initial;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .text1 {
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
  .text2 {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .img-sp {
    display: block;
  }
  .center-image {
    text-align: right;
    display: none;
  }
  .arrange {
    background-color: #fff;
    max-width: initial;
    width: 95%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .arrange_in {
    width: 100%;
    border-top: 1px solid #000;
    padding-top: 16px;
    margin-top: 16px;
  }
  .arrange-text {
    font-size: 16px;
  }
  /* モデルA */
  .model01 {
    margin-top: 80px;
  }
  .model01 .hair01 {
    text-align: left;
    max-width: initial;
    width: 90%;
    margin-left: 0;
    position: relative;
    z-index: 1000;
  }
  .model01 .hair02 {
    text-align: right;
    max-width: initial;
    margin-right: 0;
    margin-top: 40px;
    width: 90%;
    position: relative;
    z-index: 1000;
  }
  .df {
    max-width: initial;
    margin: 0 auto;
    width: 90%;
    display: flex;
    column-gap: 8%;
    margin-top: 40px;
    justify-content: space-between;
  }
  .model01 .hair05 {
    margin-top: 40px;
    max-width: initial;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1000;
  } /* モデルB */
  .model02 {
    margin-top: 80px;
    width: 100%;
    z-index: 1000;
  }
  .model02 .hair01 {
    width: 90%;
    text-align: right;
    max-width: initial;
    margin-right: 0;
    margin-left: auto;
    margin-top: 40px;
    position: relative;
    z-index: 1000;
  }
  .model02 .hair02 {
    text-align: left;
    width: 90%;
    max-width: initial;
    margin-right: auto;
    margin-left: 0;
    margin-top: 40px;
    position: relative;
    z-index: 1000;
  }
  .model02 .hair03 {
    text-align: right;
    max-width: initial;
    margin-left: auto;
    margin-right: 16px;
    margin-top: 40px;
    width: 70%;
    position: relative;
    z-index: 1000;
  }
  .model02 .hair04 {
    margin-top: 40px;
    width: 95%;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1000;
  }
  /* モデルC */
  .model03 {
    margin-top: 80px;
    z-index: 1000;
  }
  .model03 .hair01 {
    text-align: left;
    max-width: initial;
    width: 90%;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    z-index: 1000;
  }
  .model03 .hair02 {
    text-align: right;
    max-width: initial;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 40px;
    position: relative;
    z-index: 1000;
  }
  .model03 .df {
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    column-gap: 5%;
    margin-top: 40px;
    justify-content: center;
  }
  .model03 .hair05 {
    margin-top: 40px;
    max-width: initial;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1000;
  }
  /* モデルD */
  .model04 {
    margin-top: 80px;
  }
  .model04 .hair01 {
    text-align: left;
    max-width: initial;
    width: 90%;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    z-index: 1000;
  }
  .model04 .hair02 {
    text-align: right;
    max-width: initial;
    margin-right: 0;
    margin-left: auto;
    width: 90%;
    margin-top: 40px;
    position: relative;
    z-index: 1000;
  }
  .model04 .df {
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    column-gap: 6%;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
  }
  .model04 .hair05 {
    margin-top: 40px;
    max-width: initial;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1000;
  }
  .bk_number {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px;
    height: 32px;
    background-color: #d9d9d9;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 24px;
    position: relative;
  }
  .dli-chevron-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) translateY(-50%) rotate(45deg);
    position: absolute;
    right: 24%;
    top: 50%;
    transition: all 0.3s ease-in-out;
  }
  .btn {
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    font-size: 12px;
    color: #000 !important;
  }
  .bk_number:hover .dli-chevron-right {
    right: 23%;
    transition: all 0.3s ease-in-out;
  }
}

/* -----------改行----------- */

/*PCで無効*/
.brsp {
  display: none;
}
/*スマートフォンで有効*/
@media screen and (max-width: 768px) {
  .brsp {
    display: block;
  }
}
/*スマホで無効*/
.brpc {
  display: none;
}
/*PCで有効*/
@media screen and (min-width: 900px) {
  .brpc {
    display: block;
  }
}


