@charset "UTF-8";


/*--------------------------------------------------sec-h1-----*/

#sec-h1{
  padding: 350px 0 200px;
}

#sec-h1 h1{
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
}

#sec-h1 h2{
  font-size: 21px;
  font-size: 2.1rem;
}

.flex-h1{
  align-items: flex-end;
  justify-content: space-between;
  /* margin-bottom:  */
}

.h1-catch{
  width: 90%;
}

a.scroll {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 0 110px;
  overflow: hidden;
  color: #212121;
  font-size: 10px;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
a.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #bcbcbc;
}

a.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #222222;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*========= テキストを滑らかに出現させるためのCSS ===============*/
span.smoothText {
  overflow: hidden;
  display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/

span.smoothTextTrigger.st02{
  transition: .8s ease-in-out;
  transform: translate3d(0,100%,0) skewY(12deg);
  transition-delay: 3s;
  transform-origin: left;
  display: block;
}
span.smoothTextTrigger{
  transition: .8s ease-in-out;
  transform: translate3d(0,100%,0) skewY(12deg);
  transition-delay: 2.5s;
  transform-origin: left;
  display: block;
}
span.smoothTextTrigger.smoothTextAppear{
    transform: translate3d(0,0,0) skewY(0);
}

/*--------------------------------------------------sec-mv-----*/

#sec-mv{
  margin-bottom: 150px;
}

.mv-img{
  margin-bottom: 200px;
}

.flex-mv{
  justify-content: space-between;
}

.flex-mv .cm-head{
  width: 46%;
}

.flex-mv .cm-head .ft-c-pur{
  margin-bottom: 20px;
}

.flex-mv .mv-detail{
  margin-top: 45px;
  width: 50%;
}

.flex-mv .mv-detail .text18{
  margin-bottom: 30px;
}

.flex-mv .mv-detail .cm-btn .c-more-button{
  max-width: 230px; 
}

/*--------------------------------------------------sec-bus-----*/

#sec-bus{
  background: url(../img/bus_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  padding: 135px 0 75px;
}

#sec-bus .cm-head .ft-c-pur{
  color: #fff;
}

#sec-bus .cm-head .head60{
  color: #fff;
}

#sec-bus .head24{
  color: #fff;
  margin-bottom: 30px;
}

#sec-bus .bus-img{
  margin: -70px auto 70px;
  width: 70%;
}

.flex-proj{
  margin-bottom: 100px;
}

.proj-ttl{
  width: 50%;
}

.proj-ttl .cm-head .ft-c-pur{
  color: #fff;
}

.proj-detail{
  width: 46%;
}

.proj-detail .sdgs{
  margin-bottom: 30px;
}

.proj-detail .sdgs img{
  max-width: 500px;
  width: 100%;
}

.proj-detail .text18{
  color: #fff;
  margin-bottom: 20px;
}

.list-wrap{
  position: relative;
  height: 450px;
}

.flex-field-wrap{
  flex-wrap: wrap;
}

.flex-field-wrap li{
  width: 33.33%;
}

.flex-field-wrap li a{
  display: block;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.flex-field-wrap li a img{
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  transform: translate(-50%,-50%);
  transition: all 5s ease;
}

.flex-field-wrap li a:hover img{
  transform: translate(-50%,-50%) scale(1.05);
}

.flex-field-name {
  color: #fff;
  position: absolute;
  bottom: 5%;
  width: 90%;
  margin: 0 5%;
  justify-content: space-between;
  align-items: center;
}

.field-ttl{
  width: calc(100% - 100px);
}

/*--------------------------------------------------sec-salon-----*/

#sec-salon{
  padding: 130px 0 90px;
}

.flex-salon{
  align-items: flex-start;
}

.salon-img{
  width: 50%;
}

.salon-detail{
  width: 46%;
}

.salon-detail .head24{
  margin-bottom: 25px;
}

.salon-list{
  margin-top: 50px;
}

.salon-list a{
  border-top: 1px solid #222222;
  display: block;
  padding: 20px 10px;
  transition: all 0.5s ease;
}

.salon-list a:hover{
  background: #fafafa;
}

.salon-list li:last-child a{
  border-bottom: 1px solid #222222;
}

.flex-s-list{
  justify-content: flex-start;
  align-items: center;
}

.flex-s-list .number{
  color: #cdcdcd;
  width: 40px;
}

.salon-list a:hover .flex-s-list .number{
  animation: toRightFirst 1s;
  animation-fill-mode: forwards; 
}

@keyframes toRightFirst {
0%{
  transform: translate(0, 0);
  }

100%{
  transform: translate(10px, 0);
  }
}

.flex-s-list .salon-type{
  width: calc(100% - 140px);
}

.salon-list a:hover .flex-s-list .salon-type{
  animation: toRightSec 1s;
  animation-fill-mode: forwards; 
}

@keyframes toRightSec {
0%{
  transform: translate(0, 0);
  }

100%{
  transform: translate(10px, 0);
  }
}

.flex-s-list .salon-type .text18{
  transition: all 1s ease;
  font-weight: 600;
}

.flex-s-list .salon-type .text14{
  font-weight: 600;
}

/*--------------------------------------------------sec-company-----*/

#sec-company{
  margin-bottom: 120px;
}

.flex-comp{
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.flex-comp li{
  width: 25%;
}

.flex-comp li a{
  display: block;
  position: relative;
  overflow: hidden;
  height: 450px; 
}

.flex-comp li a img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.flex-comp li a:hover img{
  transform: translate(-50%,-50%) scale(1.05);
}

.comp-text{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  width: 90%;
  left: 5%;
}

.comp-text .text20{
  font-weight: 600;
}

.relate01{
  margin-bottom: 60px;
}

.flex-relate .enS{
  font-size: 16px;
  font-size: 1.6rem;
  writing-mode: vertical-lr;
  font-weight: 600;
  width: 85px;
}

.flex-relate .flex-brand{
  flex-wrap: wrap;
  width: calc(100% - 85px);
}

.flex-relate .flex-brand li{
  width: 25%;
}

.flex-relate .flex-brand li a{
  border: 1px solid #e3e3e3;
  border-right: none;
  display: block;
  padding: 12% 3% 15%;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.flex-relate .flex-brand li a:hover{
  background: #fafafa; 
}

.flex-relate .flex-brand li:last-child a{
  border-right: 1px solid #e3e3e3;
}

.flex-relate .flex-brand li a img{
  height: 120px;
  max-width: 190px;
  width: 100%;
  object-fit: contain;
}

.flex-relate .flex-brand li p{
  text-align: center;
}

/*--------------------------------------------------sec-news-----*/

#sec-news{
  position: relative;
  padding: 100px 0 80px;
  margin-bottom: 100px;
}

#sec-news:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96%;
  height: 100%;
  background: #f2f4f8;
  transform: translate(-50%,-50%);
  z-index: 0;
}

#sec-news .innerM{
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------tab start-----*/

/*tabの形状*/
.tab{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.tab li{
  margin-right: 30px;
}

.tab li a{
  font-family: 'Outfit', sans-serif;
  border-bottom: 1px solid #999999;
  color: #999999;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  padding: 10px 20px;
  width: 150px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  border-bottom: 1px solid #222222;
  color: #222;
}


/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*--------------------------------------------------tab end-----*/

.news-ttl{
  width: 230px;
}

.news-ttl .cm-btn .c-more-button{
  background: #f2f4f8;
}

.news-detail{
  width: calc(100% - 310px);
}

.flex-news-tab{
  flex-wrap: wrap; 
}

.flex-news-tab li{
  border-bottom: 1px solid #e1e2e2;
  width: 100%;
}

.flex-news-tab li a{
  display: block;
  padding: 30px 0;
}


.flex-news-post{
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-news-post .news-date{
  font-family: 'Outfit', sans-serif;
  color: #999999;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 30px;
}

.flex-news-post .news-border{
  border: 1px solid #999999;
  border-radius: 50px;
  display: flex;
  color: #999999;
  font-size: 10px;
  font-size: 1.0rem;
  font-family: 'Outfit', sans-serif;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  margin-right: 30px;
}

.flex-news-post .news-cont{
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1340px) {
.field-ttl .head30 {
    font-size: 2.4rem;
}
}

@media only screen and (max-width: 1200px) {
.flex-field-wrap li a {
    height: 440px;
}


.comp-text .text14 {
    font-size: 14px;
    font-size: 1.2rem;
}
}

@media only screen and (max-width: 790px) {

#sec-h1 {
    padding: 120px 0 80px;
}

#sec-h1 h1 {
    font-size: 3.5rem;
}

#sec-h1 h2 {
    font-size: 1.5rem;
}

.mv-img {
    margin-bottom: 90px;
}

#sec-mv {
    margin-bottom: 70px;
}

#sec-mv .inner96 {
    width: 100%;
    margin: 0 auto;
}

#sec-mv .mv-img img{
  height: 300px;
  object-fit: cover;
}

.flex-mv {
    display: block;
}

.flex-mv .cm-head {
    width: 100%;
}

.flex-mv .cm-head .ft-c-pur {
    margin-bottom: 10px;
}

.flex-mv .cm-head .head48 {
    font-size: 3.2rem;
}

.flex-mv .mv-detail {
    width: 100%;
}

#sec-bus {
    padding: 70px 0 60px;
}

#sec-bus .bus-img {
    margin: 50px auto 70px;
    width: 100%;
}

.flex-proj {
    display: block;
    margin-bottom: 50px;
}

.proj-ttl {
    width: 100%;
    margin-bottom: 70px;
}

.proj-detail {
    width: 100%;
}

.flex-field-wrap {
    display: block;
}

.flex-field-wrap li {
    width: 100%;
    margin-bottom: 10px;
}

.flex-field-wrap li a {
    height: 180px;
}

.flex-field-name {
    bottom: 9%;
}

#sec-salon {
    overflow: hidden;
    padding: 70px 0 70px;
}

.flex-salon {
    position: relative;
}

.salon-img {
    position: absolute;
    width: 80%;
    top: -15%;
    left: 20%;
}

.salon-list a {
    padding: 15px 10px;
}

.salon-detail {
    width: 100%;
    position: relative;
    z-index: 1;
}

.salon-detail .head24 {
    letter-spacing: -0.01em;
}

.flex-s-list .number {
    color: #cdcdcd;
    width: 30px;
}

.flex-s-list .salon-type {
    width: calc(100% - 95px);
}

.flex-s-list .salon-type .text14 {
    font-weight: 600;
    font-size: 0.9rem;
}

.flex-comp li {
    width: 49%;
    margin-bottom: 2%;
}

.flex-comp li a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 250px;
}

.comp-text .text20 {
    font-size: 1.4rem;
    line-height: 1.2 !important;
}

.comp-text .text14 {
    font-size: 14px;
    font-size: 1rem;
}

.flex-relate{
    display: block;
}

.flex-relate .enS {
    writing-mode: horizontal-tb;
    width: 100%;
    margin-bottom: 5px;
}

.flex-relate .flex-brand {
    flex-wrap: wrap;
    width: 100%;
}

.flex-relate .flex-brand li {
    width: 50%;
}

.flex-relate .flex-brand li:nth-of-type(1) a {
    border-bottom: none;
}

.flex-relate .flex-brand li:nth-of-type(2) a {
    border-right: 1px solid #e3e3e3;
    border-bottom: none;
}

#sec-company {
    margin-bottom: 70px;
}

.flex-relate .flex-brand li a img {
    height: 110px;
    max-width: 130px;
}

#sec-news {
    position: relative;
    padding: 70px 0 70px;
    margin-bottom: 100px;
}

.flex-news{
    display: block;
}

.news-detail {
    width: 100%;
}

.tab li a {
    padding: 5px 10px;
    width: 110px;
}

.flex-news-post {
    display: block;
}

.flex-news-post .news-border {
    margin-right: 0;
    width: 70px;
    margin-bottom: 10px;
}

.area{
  margin-bottom: 50px;
}

.salon-detail .head24 {
    font-size: 1.7rem;
}

}
