@charset "UTF-8";
/* ヘッダー */
.header {
  background-color: transparent;
  top: 28rem;
  height: auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .header {
    transform: unset;
    top: unset;
    left: unset;
    right: 0;
    width: 100%;
  }
}
.header_nav-logo a img {
  filter: brightness(0);
}

.fv {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .fv {
    flex-direction: column;
  }
}
.fv-img_area {
  max-width: 72rem;
  position: relative;
}
.fv-img_area::before {
  content: "";
  height: 100%;
  background: linear-gradient(90deg, #ffffff, transparent);
  position: absolute;
  width: 7.2rem;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .fv-img_area::before {
    display: none;
  }
}
.fv-img_area img {
  object-fit: cover;
  object-position: left;
  height: 49rem;
}
@media screen and (max-width: 768px) {
  .fv-img_area img {
    margin: 2.4rem 0 0;
    height: 30rem;
    object-position: center;
  }
}

/* fv-copy_area */
.fv-copy_area {
  margin-top: 3.2rem;
  flex: 1;
  width: 50%;
  margin-left: auto;
  padding: 0 6.4rem;
  background-image: url(../img/top/gym-image.png);
  background-repeat: no-repeat;
  background-size: 27rem;
  background-position: right 2.4rem bottom 1.2rem;
}

@media screen and (max-width: 768px) {
  .fv-copy_area {
    width: auto;
    margin: 8.1rem 1.6rem 1.6rem 1.6rem;
    position: relative;
    background-image: none;
    padding: 0;
  }
}
.copy_area-ttl {
  width: 40rem;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .copy_area-ttl {
    width: 24rem;
    margin-top: 2.4rem;
  }
}
.copy_area-para {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #2C3B64;
}

@media screen and (max-width: 768px) {
  .copy_area-para {
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
}
.text-emphasis {
  background-image: radial-gradient(circle at center, #2C3B64 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4rem;
}

.header .header_nav-logo {
  display: none;
}

.header.float .header_nav-logo {
  display: block;
  width: 18rem;
}

.copy_area-cv_btn {
  margin-top: 6.4rem;
}

@media screen and (max-width: 768px) {
  .copy_area-cv_btn {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: -40rem;
    z-index: 50;
  }
}
@media screen and (max-width: 768px) {
  .copy_area-cv_btn .cv_btn-link {
    width: 100%;
    box-sizing: border-box;
  }
}
/* sectionstyle */
.sec {
  margin-top: 9.6rem;
}

@media screen and (max-width: 768px) {
  .sec {
    margin: 6.4rem 1.6rem 0 1.6rem;
  }
}
.sec_contents {
  margin-top: 4.8rem;
}

@media screen and (max-width: 768px) {
  .sec_contents {
    overflow: hidden;
    margin-top: 2.4rem;
  }
}
.sec_contents-link_btn {
  margin-top: 7.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec_contents-link_btn {
    margin-top: 4rem;
  }
}
.sec_ttl {
  margin-top: 4rem;
  position: relative;
  text-indent: 3rem;
}
.sec_ttl span {
  position: relative;
}
.sec_ttl span::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  left: -5.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.sec_ttl.pickup span::before {
  background-image: url(../img/top/grass.svg);
}
.sec_ttl.new-article span::before {
  background-image: url(../img/top/new-article.svg);
}
.sec_ttl.popular span::before {
  background-image: url(../img/top/popular.svg);
}

.sec_ttl.sec_ttl--tag::before {
  content: "";
  background-image: url(../img/top/tag.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.2rem;
  padding: 0.2rem 3rem;
}

@media screen and (max-width: 768px) {
  .sec_ttl.sec_ttl--tag::before {
    position: absolute;
    top: 0;
    width: 5rem;
    height: 100%;
    background-size: contain;
    left: 0;
    padding: 0;
    margin: 0;
  }
}
.sec_desc {
  margin-top: 0.8rem;
}

.salon-map {
  background-image: url(../img/top/japan-map.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .salon-map {
    background-size: 90%;
  }
}
.salon-map .container {
  position: relative;
  height: 70rem;
}
@media screen and (max-width: 768px) {
  .salon-map .container {
    height: 42rem;
  }
}

.supervisor-area {
  display: flex;
}
@media screen and (max-width: 768px) {
  .supervisor-area {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.supervisor-area_tmb {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .supervisor-area_tmb {
    text-align: center;
  }
}
.supervisor-area_tmb img {
  height: 26rem;
  width: 26rem;
  object-fit: cover;
  border-radius: 50%;
}
.supervisor-area_desc {
  flex: 2;
}
.supervisor-area_ttl {
  font-size: 2.7rem;
  margin-bottom: 1.2rem;
}
.supervisor-area_para {
  margin-bottom: 2.4rem;
}

.sns-link-list {
  display: flex;
  gap: 1.6rem;
}
.sns-link-list_item {
  margin-top: 0;
  padding: 0;
}
.sns-link-list_item::before {
  display: none;
}
.sns-link-list_item a {
  border: solid 1px #222;
  padding: 0.8rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider-container {
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 30s linear infinite;
  border-top: #49D245 solid 0.3rem;
}

.slide {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .slide {
    width: 20rem;
  }
}
.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* @media (hover: hover) {
  .slider-container:hover .slider-wrapper {
    animation-play-state: paused;
  }
} *//*# sourceMappingURL=top.css.map */