@charset "UTF-8";
/*-- Top --*/
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/*-- 共通 --*/
@media screen and (max-width: 768px) {
  body {
    overflow: hidden !important;
  }
}

.section__container {
  max-width: 1060px;
  padding: 85px 30px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .section__container {
    padding: 0;
  }
}

.top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-container {
    display: block;
  }
}

.top-img {
  position: relative;
}

.top-img__frame {
  position: absolute;
  border: 1px solid #419198;
  top: -15px;
  left: 15px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.top-ttl {
  font-size: 3.0rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: Abril Fatface;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-ttl {
    font-size: 2.3rem;
  }
}

.top-ttl--ja {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-ttl--ja {
    font-size: 1.1rem;
  }
}

.top-btn {
  color: #419198;
  width: 149px;
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 0 18px;
  border: 1px solid #419198;
  display: inline-block;
  background-color: #fff;
  transition: ease .2s;
}

.top-btn:hover {
  background-color: #F5F7D2;
  transition: ease .2s;
}

@media screen and (max-width: 768px) {
  .top-btn {
    display: block;
    margin: auto;
  }
}

.top-btnbox {
  text-align: center;
  margin-top: 20px;
}

main.top,
footer.top {
  padding-left: 248px;
}

@media screen and (max-width: 768px) {
  main.top,
  footer.top {
    padding: 0;
  }
}

.mv {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  background: no-repeat, url(../img/mv_pc.jpg) no-repeat 50% top;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .mv {
    background: none;
    margin-top: 0;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .mv__catch {
    width: 100%;
  }
}
.top-aboutus {
  margin: 136px 0 117px;
  background: url(../img/top_cyndi_logo.png) no-repeat 19% 11%;
}

@media screen and (max-width: 768px) {
  .top-aboutus {
    margin: 62px 0 0;
    background: none;
  }
}

.top-aboutus__logo {
  width: 202px;
  margin: 0 auto 70px;
}

.top-aboutus__catch {
  width:90%;
  max-width: 864px;
  background: url(../img/line_green.svg) no-repeat bottom left;
  padding: 0 0 48px 178px;
}

@media screen and (max-width: 768px) {
  .top-aboutus__catch {
    background: url(../img/line_green.svg) no-repeat top center;
    background-size: 80%;
    width: 100%;
    padding: 34px;
  }
}

.top-aboutus__txt {
  font-size: 1.1rem;
  width: 60%;
  max-width: 617px;
  margin-left: auto;
  margin-bottom: 230px;
  color: #3B4043;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .top-aboutus__txt {
    width: 100%;
    text-align: center;
    line-height: 3.3;
    background: url(../img/top_hane.svg) no-repeat center center;
    background-size: 80%;
    margin-bottom: 70px;
  }
}

.top-aboutus__ttl {
  color: #3B4043;
  margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
  .top-aboutus__ttl {
    color: #fff;
  }
}

.top-aboutus .top-container__ttlbox {
  padding: 60px;
}

@media screen and (max-width: 768px) {
  .top-aboutus .top-container__ttlbox {
    background: url(../img/top_aboutus_pic.jpg) no-repeat top left;
    background-size: cover;
  }
}

.top-hairstyle {
  background-color: #CCE6E8;
}

@media screen and (max-width: 768px) {
  .top-hairstyle {
    background-color: #fff;
  }
}

.top-hairstyle__ttl {
  background-color: #419198;
  padding: 50px 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-hairstyle__ttl {
    padding: 30px 0;
  }
}

.top-hairstyle__list {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .top-hairstyle__list {
    margin: 30px 50px;
    justify-content: space-between;
  }
}

.top-hairstyle__list-item {
  width: 278px;
  margin-bottom: 65px;
  margin-right: 55px;
}

.top-hairstyle__list-item a{
  display: block;
  transition: ease .2s;
}
.top-hairstyle__list-item a:hover{
  opacity: .75;
  transition: ease .2s;
}

@media screen and (max-width: 768px) {
  .top-hairstyle__list-item {
    margin-bottom: 45px;
    margin-right:0;
    width:100%;
    max-width: 340px;
    margin: 0 auto 45px;
  }
}
.top-hairstyle__list-img{
  width: 100%;
  height:278px;
  overflow-y: hidden;
  background: #F1F8FE;
  display: flex;
  align-items: center;
  justify-content: center;

}

.top-hairstyle__list-ttl {
  margin: 5px 0;
  color: #3B4043;
  font-size: 1.4rem;
}

.top-hairstyle__type {
  color: #419198;
  font-size: 12px;
  border: 1px solid #419198;
  padding: 2px;
  display: inline-block;
  padding: 4px 7px;
  line-height: 1;
}

.top-menu {
  margin-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .top-menu {
    margin-bottom: 0;
  }
}

.top-menu__ttl {
  color: #3B4043;
  margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
  .top-menu__ttl {
    color: #fff;
  }
}

.top-menu .top-container__ttlbox {
  padding: 60px;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top-menu .top-container__ttlbox {
    background: url(../img/top_menu_pic.jpg) no-repeat bottom center;
    background-size: cover;
  }
}

.top-btnarea {
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-btnarea {
    flex-direction: column;
  }
}

.top-btnarea::before {
  content: '';
  position: absolute;
  width: 73%;
  height: 10px;
  background: url(../img/line_green.svg) no-repeat top left;
  background-size: contain;
  top: -35px;
  left: -25px;
}

@media screen and (max-width: 768px) {
  .top-btnarea::before {
    display: none;
  }
}

.top-btnarea::after {
  content: '';
  position: absolute;
  width: 73%;
  height: 10px;
  background: url(../img/line_green.svg) no-repeat top right;
  background-size: contain;
  bottom: -43px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .top-btnarea::after {
    display: none;
  }
}

.top-btnarea__ttl {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  color: #3B4043;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .top-btnarea__ttl {
    width: 50%;
    height: auto;
    padding: 44px 0;
  }
}

.top-btnarea__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.top-btnarea__item {
  width: calc(100vw / 3);
  height: calc(100vw / 3);
}

@media screen and (max-width: 768px) {
  .top-btnarea__item {
    width: 100%;
    height: auto;
  }
}

.top-btnarea__item:nth-child(1) {
  background: url(../img/top_thum_staff.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.top-btnarea__item:nth-child(2) {
  background: url(../img/top_thum_pro.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.top-btnarea__item:nth-child(2) .top-btnarea__ttl {
  margin-left: auto;
}

.top-btnarea__item:nth-child(3) {
  background: url(../img/top_thum_shop.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.top-blog {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .top-blog {
    margin: 0 0 40px;
  }
}

.top-blog__ttl {
  color: #3B4043;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .top-blog__ttl {
    color: #fff;
    background-color: #419198;
    padding: 45px 0;
    margin-bottom: 0;
  }
}

.top-blog__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top-blog__list {
    flex-wrap: wrap;
    margin: 30px 50px;
  }
}

.top-blog__list-item {
  width: 278px;
}

@media screen and (max-width: 768px) {
  .top-blog__list-item {
    margin-bottom: 30px;
  }
}

.top-blog__list-img {
  margin-bottom: 5px;
  height: 278px;
  overflow-y: hidden;
  background: #F1F8FE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-blog__list-ttl {
  color: #3B4043;
}

.top-blog__list-time {
  font-size: 12px;
  color: #419198;
}

.top-news {
  background-color: #E1EFF0;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 38px;
  }
}

.top-news__ttl {
  color: #3B4043;
}

.top-news__list {
  width: 600px;
  margin: 1px auto 50px;
}

@media screen and (max-width: 768px) {
  .top-news__list {
    margin: 50px auto;
  }
}

.top-news__list-item {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top-news__list-item {
    font-size: 1.1rem;
  }
}

.top-news__list-item:hover {
  opacity: .65;
  transition: ease .2s;
}

.top-news__list-time {
  color: #419198;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .top-news__list-time {
    display: block;
    margin-bottom: 10px;
  }
}

.top-linkarea {
  margin: 20px 0 45px;
}

@media screen and (max-width: 768px) {
  .top-linkarea {
    margin: 0;
  }
}

.top-linkarea__list {
  display: flex;
  justify-content: space-between;
  width:100%;
}
.top-linkarea__item{
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-linkarea__item {
    width: 50%;
  }
}

.top-linkarea__link {
  border: 1px solid #419198;
  max-width: 476px;
  height: 265px;
  display: block;
  transition: ease .2s;
}
.top-linkarea__link:hover {
  background:#F5F7D2;
  transition: ease .2s;
}

@media screen and (max-width: 768px) {
  .top-linkarea__link {
    width: 100%;
    height: 190px;
  }
}

.top-linkarea__ttl {
  color: #419198;
}

.top-linkarea__icon {
  margin: 58px auto 20px;
  width: 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-linkarea__icon {
    width: 27px;
    margin: 45px auto 20px;
  }
}

/*# sourceMappingURL=maps/top.css.map */
