* {
  margin: 0;
  padding: 0;
}

:root {
  --scrollnav_color:#fff;
}

body {
  font-family: "Noto Sans JP";
}

section {
  transform: translateZ(0);
}

p {
  line-height: 2.2em;
}

.AMASIA_btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 1em 3em;
  background: #fff;
  color: #333;
  font-weight: 600;
  border-radius: 0.5em;
  font-size: 1.5em;
  transition: 0.3s;
}
.AMASIA_btn_01:hover {
  background: #333;
  color: #fff;
}

.sp_on {
  display: none;
}

.sp_on_i {
  display: none;
}

.tb_on {
  display: none;
}

@media screen and (max-width: 1100px) {
  .tb_on {
    display: block;
  }
  .AMASIA_btn_01 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 790px) {
  .sp_on {
    display: block;
  }
  .sp_on_i {
    display: inline;
  }
  .sp_off {
    display: none;
  }
  .AMASIA_btn_01 {
    font-size: 1em;
  }
}
.scrolldown2 {
  position: fixed;
  bottom: 5px;
  right: 5%;
  z-index: 10;
}

.scrolldown2 span {
  position: absolute;
  left: 0.5em;
  bottom: 0.1em;
  color: var(--scrollnav_color);
  font-size: 1.5em;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  font-weight: 600;
}

.scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.45em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--scrollnav_color);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 5em;
  background: var(--scrollnav_color);
}

@media screen and (max-width: 1100px) {
  .scrolldown2 {
    right: unset;
    left: 0;
    font-size: 0.8em;
  }
}
.AF_top {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
  height: 100vh;
  background: url(../img/amasian_face/AF_top.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.AF_top .AMASIA_logo {
  width: 70%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 5em;
}
.AF_top .AMASIA_salon_products {
  display: flex;
  justify-content: center;
  align-items: center;
}
.AF_top .AMASIA_salon_products img {
  height: 20vw;
  margin: 0 -1vw;
}

@media screen and (max-width: 790px) {
  .AF_top {
    background-color: #000;
    background-image: url(../img/amasian_face/AF_top_sp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .AF_top .AMASIA_logo {
    display: none;
  }
}
.AMASIA_about {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
  padding: 10vh 0;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8666666667), rgba(255, 255, 255, 0.8784313725));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  text-align: center;
  border-top: 2em solid #000;
}
.AMASIA_about h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 60px;
  margin-bottom: 1em;
  text-shadow: 1px 1px #fff;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.AMASIA_about h2 .AMASIA_logo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 400px;
  height: 100px;
  margin-left: -65px;
  margin-right: -35px;
}
.AMASIA_about p {
  color: #000;
  line-height: 3.5em;
  font-size: 20px;
  padding: 0 1em;
}
.AMASIA_about h3 {
  font-size: 40px;
  margin-top: 5em;
}
.AMASIA_about .map {
  width: 80%;
  margin: 5em auto;
  margin-left: -5.5%;
}
.AMASIA_about .data {
  width: 80%;
}
.AMASIA_about .AMASIA_valuepoint {
  width: 90%;
  margin: 3em auto;
  padding: 3em 2em;
  border-top: dashed 1px #333;
  border-bottom: dashed 1px #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.AMASIA_about .AMASIA_valuepoint h4 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 1em;
}
.AMASIA_about .AMASIA_valuepoint div {
  width: 30%;
  min-width: 400px;
  margin: 2em auto;
}
.AMASIA_about .AMASIA_valuepoint p {
  line-height: 2.2em;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .AMASIA_about p {
    width: 600px;
    margin: 0 auto;
    font-size: 18px;
    padding: 0;
  }
  .AMASIA_about .AMASIA_valuepoint {
    padding: 2em 0;
  }
  .AMASIA_about .AMASIA_valuepoint h4 {
    font-size: 1.1em;
  }
  .AMASIA_about .AMASIA_valuepoint p {
    line-height: 2.2em;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 790px) {
  .AMASIA_about {
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0vh 0 5vh;
  }
  .AMASIA_about h2 {
    font-size: 40px;
    margin-bottom: 1em;
  }
  .AMASIA_about h2 .AMASIA_logo {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 200px;
    height: 50px;
    margin-left: -35px;
    margin-right: -20px;
  }
  .AMASIA_about p {
    width: unset;
    line-height: 2.3em;
    font-size: 14px;
    padding: 0;
  }
  .AMASIA_about h3 {
    font-size: 25px;
  }
  .AMASIA_about .map {
    width: 95%;
    margin: 3em auto;
  }
  .AMASIA_about .data {
    width: 90%;
  }
  .AMASIA_about .AMASIA_valuepoint div {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 1500px) {
  .AMASIA_salon_template .left {
    padding: 20vh 0;
    width: 35%;
  }
  .AMASIA_salon_template .left .logo {
    width: 300px;
  }
  .AMASIA_salon_template .left h2 {
    font-size: 40px;
    margin: 1em auto;
  }
  .AMASIA_salon_template .left p {
    font-size: 18px;
  }
  .AMASIA_salon_template .right {
    width: 60%;
  }
  .AMASIA_salon_template .right .swiper-slide {
    font-size: 9px;
    padding: 5em 0;
  }
}
.AMASIA_lastarea {
  padding: 15vh 1em;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: url(/asset/img/bg/bg_grad.png);
  background-size: cover;
  background-position: center;
  border-top: 1em solid;
  border-bottom: 1em solid;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4;
}
.AMASIA_lastarea p {
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  font-family: serif;
}
.AMASIA_lastarea p strong {
  font-size: 1.3em;
  font-style: italic;
}
.AMASIA_lastarea .CV_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0.8em 3em;
  font-size: 1.5em;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  margin-top: 2em;
  transition: 0.3s;
}
.AMASIA_lastarea .CV_btn:hover {
  background: #fff;
  color: #333;
}

@media screen and (max-width: 790px) {
  .AMASIA_lastarea p {
    font-size: 4.2svw;
    line-height: 2em;
    white-space: nowrap;
  }
  .AMASIA_lastarea p strong {
    font-size: 1.3em;
  }
  .AMASIA_lastarea .CV_btn {
    font-size: 1em;
    padding: 0.8em 2em;
  }
}
.AF_logo {
  width: 70%;
  max-width: 400px;
}

.AF_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1300px;
  margin: auto;
}

.AF_stylist {
  margin: 1em auto;
  font-size: 0.9em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  width: 90%;
  max-width: 380px;
  background: #252525;
  padding: 0;
  overflow: hidden;
  background: #333;
}
.AF_stylist.wataru img {
  -o-object-position: center;
     object-position: center;
}
.AF_stylist img {
  width: 100%;
  height: 20em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}
.AF_stylist h3 {
  position: relative;
  font-size: 1.7em;
  text-align: left;
  width: 80%;
  padding: 0.3em 7%;
  margin: auto;
  font-weight: 100;
  color: #fff;
}
.AF_stylist h3 small {
  position: absolute;
  top: -0.3em;
  left: 1em;
  font-size: 0.4em;
}
.AF_stylist h3 span {
  display: block;
  text-align: right;
}
.AF_stylist h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}
.AF_stylist h4 {
  color: #fff;
  font-size: 1.7em;
  margin-top: 0.5em;
}
.AF_stylist p {
  width: unset !important;
  color: #fff;
  text-align: justify;
  line-height: 1.8em;
  padding: 1em 1em 1.5em;
  font-size: 0.8em;
  font-weight: 300;
  height: 11em;
}
.AF_stylist:nth-child(2n) {
  background: #555;
}
.AF_stylist:nth-child(3n) {
  background: #777;
}

.AF_spacer {
  display: block;
  padding: 5em 0;
}

.AF_AMASIA_logo {
  width: 60%;
  max-width: 500px;
  filter: invert(100%);
  margin: -3em 0;
}

.AF_detail {
  background: rgba(255, 255, 255, 0.6666666667);
  padding: 5em min(6vw, 70px);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.AF_detail p {
  font-size: min(3.5vw, 50px);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 0;
  line-height: 1em;
}
.AF_detail .equal {
  display: block;
  font-size: 10vw;
  transform: rotate(90deg) !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1em;
  padding-bottom: 0.2em;
  font-weight: 100;
}
.AF_detail .text {
  display: block;
  font-size: 1.2em;
  margin: 5em auto 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.AF_youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20em;
  font-size: 1.2em;
  text-decoration: none;
  padding: 1em;
  background: #c33;
  color: #fff;
  border-radius: 0.5em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 1em auto 0;
  transition: 0.3s;
}
.AF_youtube:hover {
  background: #efefef;
  color: #c33;
}

@media screen and (max-width: 790px) {
  .AF_stylist {
    width: 95%;
    max-width: 400px;
    font-size: 0.7em;
  }
  .AF_stylist img {
    -o-object-position: 100% 15%;
       object-position: 100% 15%;
  }
  .AF_stylist p {
    height: unset;
    padding: 1em 1.5em 2em;
    line-height: 2em;
    font-size: 1em;
  }
  .AF_detail {
    border-bottom: 2em solid #000;
    padding: 4em 0;
    width: 100%;
  }
  .AF_detail p {
    font-size: 5vw;
    line-height: 2em;
  }
  .AF_detail .text {
    font-size: 0.9em;
    margin: 2em auto 1em;
  }
  .AF_youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20em;
    font-size: 0.9em;
    text-decoration: none;
    padding: 1em 0.5em;
  }
}/*# sourceMappingURL=amasian_face_style.css.map */