@charset "UTF-8";



/*====================
ヘッダー PC画面
====================*/
.header {
  position: relative;
}
.header_top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: var(--transit-default, all 0.4s ease-out); 
}

.header_logo_area {
  position: absolute;
  left: 3%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.header_logo_text {
    font-family: "Shippori Mincho B1", serif;
    font-size: 14px;
    padding-top: 12px;

}
.logo img {
  width: 101px;
  padding-top: 20px;
}

.nav__list {
  display: flex;
  gap: 28px;
}

.nav__item a {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: bold;
  font-size: 16px;
}
/*Instagramアイコン  */
.sns_icon_header img {
  width: 30px;
}
/* Instagramアイコン 1080px以上では、黒色 */
.instagram_white_icon {
  display: none;
}

.header-sm {
  background-color: rgba(255, 255, 255, 0.94);
}

/* Products デザコン シールドウォール ドロップダウンメニュー */
.nav__item--dropdown {
  position: relative;
}

.nav__item--dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 0;
  list-style: none;
  box-shadow: 0px 4px 8px rgba(85, 85, 85, 0.1);
  z-index: 99;
  min-width: 180px;
/*   line-height: 1; */
}

.nav__item--dropdown .dropdown-menu li {
  padding: 5px 20px;
}

.nav__item--dropdown .dropdown-menu li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.nav__item--dropdown:hover .dropdown-menu {
  display: block;
}

/* ドロップダウンメニューEND*/

/* =============
ハンバーガーメニュー
============= */
.menu-trigger {
  display: none;

  -webkit-appearance: none; /* Crome用 フォ-ム要素の初期化*/
  appearance: none; /*フォ-ム要素の初期化*/
  border: none;
  background: transparent; /* Firefox用 背景を透過させる設定*/
}

.sp-nav {
  display: none;
}

/*====================
fv PC画面
====================*/
.hero_sp {
  display: none;
}

.hero {
  position: relative;
  background-image: url(../images/fv_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 50.82vw;
  margin-top: 115px;  
}

.hero_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  font-size: 36px;
  font-weight: 400;
  position: absolute;
  top: 32.3%;
  left: 6.5%;
  letter-spacing: 0.3em;
}

.hero_slides {
  position: absolute;
  top: -116px;
  right: 0;
  max-width: 80%;
}

.hero_slide .slick-list, 
.stylist_slide .slick-list {
  overflow: visible;
}

.hero_slide .child img {
  box-shadow: 0 4px 13px rgba(123, 123, 123, 0.3);
  opacity: 0;
}

.hero_slide,
.hero_slide .slick-list,
.hero_slide .slick-track,
.hero_slide .slick-slider,
.hero_slide .slick-slide {
  width: 100%;
  height: 100%;
}

.hero_slide .slick-list {
  position: relative;
  overflow: hidden;
}

.fv_left {
  margin-top: 23.8%;
  transform: translateY(16px);
  animation: fade_btm cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s forwards;
  animation-delay: 0.5s;
}


.fv_center {
  margin-top: 49%;
  transform: translateY(-16px);
  animation: fade_top cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s forwards;
  animation-delay: 0.9s;
}

.fv_right {
  top: 0;
  animation: fade_btm cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s forwards;
  animation-delay: 1.3s;
}


@keyframes fade_top {
  0%   { opacity: 0; transform: translateY(16px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes fade_btm {
  0%   { opacity: 0; transform: translateY(-16px); }
  100% { opacity: 1; transform: translateY(0); }
}

.fv_list {
  display: flex;
  justify-content: center;
  gap: 2.2%;
  z-index: 1000;
}

.fv_item {
  z-index: 100;
}

/*====================
 スライドインジケーター
====================*/

/* ドットの親要素 */
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 6px; /* ドット間のスペース */
  position: absolute;
  left: -12.5%;
  bottom: 8%; /* 位置調整 */
}

/* 通常時のドット */
.slick-dots .dot {
  width: 5px; /* ドットのサイズ */
  height: 5px;
  border: solid 0.5px #388D78; /* 非アクティブ時の色 */
  border-radius: 50%; /* 丸くする */
  display: inline-block;
}

/* アクティブなドット */
.slick-dots .slick-active .dot {
  background-color: #388D78; /* アクティブなドットの色 */
}


/*====================
ボタン
====================*/
.hero_icon {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 100px;
}

.hero_icon_sub {
  position: fixed;
  right: 0;
  bottom: 58%;
  z-index: 100;
  height: 100px;
}

.sp_hero_icon {
  display: none;
  z-index: 5;
}

.top_contact_btn {
  display: block;
  width: 123px;
  height: 68px;
  background-color: #398D78;
  text-align: center;
  line-height: 68px;
  color: #fff;
  position: fixed;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: -60px;
}

.top_contact_btn::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid white;
}

.top_contact_btn img {
  width: 25px;
  height: 16px;
  display: block;
  margin: 17px auto -22px;
}

.line_btn {
  display: block;
  width: 123px;
  height: 68px;
  background-color: #398D78;
  text-align: center;
  line-height: 68px;
  color: #fff;
  position: fixed;
  right: 0;
  margin-top: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", serif;
}

.line_btn::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid white;

}

.line_btn img {
  width: 20px;
  height: 20px;
  display: block;
  margin: 17px auto -22px;
}


@media (max-width:1440px) {
  /*====================
 スライドインジケーター
====================*/
  .slick-dots {
    bottom: 1%;
  }
}
@media (max-width:1280px) {
  .hero_title {
    font-size: 32px;
  }

  .slick-dots {
    bottom: -2px;
    left: 0.5%;
  }
}

/* ----------1080px以下でFV表示切り替え----------------- */
@media (max-width:1080px) {
/* =============
ハンバーガーメニュー
============= */

  .sp-nav {
    display: block;
  }

  /*スマホナビのロゴ  */
  .sp-nav img {
    width: 120px;
    /* margin-right: 22px; */
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block; 
    transition: all .4s;
    box-sizing: border-box;
    z-index: 2;
  }
  .menu-trigger {
    width: 56px;
    height: 60px;
    position: absolute;
    margin-top: 7px;
    top: 0;
    right: 6px;
    z-index: 2;
    outline: none;
  }

  .menu-trigger span {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #555555;
    transform: translate(-50%, -50%);
  }
  .menu-trigger span:nth-of-type(1) {
    top: 24px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 22px;
  }

/*.activeが付いているものは
クリックした際した後の表示を設定しています。*/

  .menu-trigger.active span:nth-of-type(1) {
    top: 49%;
    /* 変形の設定　右側の軸は変えずに左側を傾けている */
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; 
    /*透過の指定で消してる*/
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: 49%;
    /* 変形の設定　右側の軸は変えずに左側を上に傾けている */
    transform: translate(-50%, -50%) rotate(45deg);
    color: #ffffff;
  }

  .menu-trigger.active span {
    background-color: #ffffff;
  }

 

  /*----- スマホ ナビゲーション ----- */
  .header-nav {
    display: none;/* クリックする前は消えてほしい*/ 
    width: 100%;
    height: 100%;       
    background-color: #388D78;
    margin: 0;
    padding: 30px 5% 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .header-nav.active {
    display: block;/* クリックした時に表示*/
    z-index: 1;/* 何かしらの要素の全面に設置*/
  }

  .header-nav ul {
    display: block;
  }

  .header-nav li,
  .header-nav li:last-child {
    width: 100%;
  }

  .header-nav li {
    margin-bottom: 32px;
  }
.header-nav li:first-of-type {
    margin-bottom: 16px;
  }
  .header-nav li a {
    color: #fff;
    background: none;
  }
  /*====================
  ヘッダー sp画面 1080px以下
  ====================*/
  .header_top {
    opacity: 0.85;
  }
  .header_sp {
    width: 100%;
    height: 64px;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    opacity: 1;
  }

  .logo {
    width: 62px;
    margin-top: 29px;
  }

  .header-sm,
  .logo-sm {
    display: none;
  }

  .nav__list {
    width: fit-content;
    text-align: center;
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);

  }

  /* Instagramアイコン 1080px以下では、白色 */

  .instagram_black_icon {
    display: none;
  }
  .instagram_white_icon {
    display: inline-block;
  }

  /* products デザコン シールドウォール */
  .nav__item--dropdown .dropdown-menu {
    display: none;
  }

  .nav__item--dropdown:hover .dropdown-menu {
    display: none;
  }

  .header_logo_text {
    font-size: 12px;
  }
  
  /*====================
  FV
  ====================*/
  .hero {
    display: none;
  }
 
  .hero_sp {
    display: block;
    height: auto;
    background-image: url(../images/fv_background.jpg);
    position: relative;
    padding-top: 64px;

  }
  .fv_sp {

    transform: translateY(16px);
    animation: fade_btm cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s forwards;
    animation-delay: 0.5s;
  }


  .hero_slides_sp {
    margin-top: 34px;
    padding-bottom: 73px;
  }

  .hero_sp_title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho B1", serif;
    font-size: 36px;
    font-weight: 400;
    position: absolute;
    top: 32.3%;
    right: 69%;
    letter-spacing: 0.3em;
  }
  

  .child {
    text-align: right;
  }

  .child img {
    width: 60%;
    text-align: right;
  }

  .slick-slide img {
    margin-left: 40%;
  }

  .hero_icon,
  .hero_icon_sub {
    display: none;
  }

  .sp_hero_icon {
    display: flex;
    gap: 2%;
    justify-content: center;
    position: absolute;
    bottom: 2%;
    width: 100%;
    padding: 0 4%;
    
  transition: var(--transit-default, all 0.4s ease-out); 
  }

  .sp_heroicon-sm {
    display: flex;
    gap: 2%;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    width: 100%;
    padding: 0 4%;
  }

  .sp_contact_btn,
  .sp_line_btn {
    position: relative;
    height: 40px;
    width: 50%;
    background-color: #388D78;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  .sp_contact_btn::before,
  .sp_line_btn::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid white;
  }
  /*====================
  スライドインジケーター
  ====================*/
  .slick-dots {
    display: none !important;
  }
}

@media (max-width:768px) {
  .hero_sp_title {
    font-size: 32px;
    right: 66%;
  }
  
}

@media (max-width:590px) {
  .child img {
    width: 86.9%;
    text-align: right;
  }

  .slick-slide img {
    margin-left: 20%;
  }


  .hero_sp_title {
    writing-mode: horizontal-tb;
    position: static;
    margin: 34px auto 0;
    width: fit-content;
  }

}