* {
  margin: 0;
  padding: 0;
}

:root {
  --scrollnav_color:#333;
}

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;
  }
}
.AMASIA_top {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
  height: 100vh;
  background: url(../img/bg/bg_main.jpg);
  background-size: 200%;
  background-position: 33% 66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.AMASIA_top .AMASIA_logo {
  width: 70%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 5em;
}
.AMASIA_top .AMASIA_salon_products {
  display: flex;
  justify-content: center;
  align-items: center;
}
.AMASIA_top .AMASIA_salon_products img {
  height: 20vw;
  margin: 0 -1vw;
}

@media screen and (max-width: 790px) {
  .AMASIA_top {
    background-size: cover;
    background-position: center;
  }
  .AMASIA_top .AMASIA_logo {
    display: none;
  }
  .AMASIA_top .AMASIA_salon_products {
    flex-wrap: wrap;
  }
  .AMASIA_top .AMASIA_salon_products img {
    height: auto;
    width: 90%;
    margin: 2em auto;
  }
}
.AMASIA_about {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  width: 100%;
  padding: 20vh 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;
}
.AMASIA_about h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 60px;
  margin-bottom: 1em;
}
.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: 15vh 0 5vh;
  }
  .AMASIA_about h2 {
    font-size: 30px;
    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;
  }
}
.AMASIA_salon_template {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.AMASIA_salon_template .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20vh 0;
  width: 40%;
}
.AMASIA_salon_template .left .logo {
  width: 400px;
}
.AMASIA_salon_template .left h2 {
  font-size: 50px;
  margin: 1em auto;
}
.AMASIA_salon_template .left p {
  font-size: 25px;
}
.AMASIA_salon_template .right {
  width: 50%;
}
.AMASIA_salon_template .right .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  padding: 5em 0;
}
.AMASIA_salon_template .right .swiper-slide .No_img {
  width: 9em;
  filter: brightness(10);
}
.AMASIA_salon_template .right .swiper-slide .main_img {
  width: 30em;
  filter: drop-shadow(0px 10px 6px #333);
}
.AMASIA_salon_template .right .swiper-slide h3 {
  font-size: 2.4em;
}
.AMASIA_salon_template .right .swiper-slide p {
  font-size: 1.4em;
  text-indent: -3em;
  line-height: 1.5em;
  margin: 1em;
  margin-left: 3em;
}
.AMASIA_salon_template .right .swiper-slide ul {
  list-style: none;
}
.AMASIA_salon_template .right .swiper-slide ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4em;
}
.AMASIA_salon_template .right .swiper-slide ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 1em;
  margin-right: 0.5em;
}
.AMASIA_salon_template .right .swiper-slide .textbox {
  margin: 2em auto;
  padding: 1.5em 2em;
  background: rgba(255, 255, 255, 0.6666666667);
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  padding-right: 4em;
}
.AMASIA_salon_template .right .swiper-slide .textbox h4 {
  font-size: 2em;
}
.AMASIA_salon_template .right .swiper-slide .textbox p {
  text-indent: unset;
  margin: auto;
}
.AMASIA_salon_template .right .swiper-slide:last-child .textbox {
  clip-path: unset;
  padding-right: 2em;
}
.AMASIA_salon_template .right .swiper-button-next,
.AMASIA_salon_template .right .swiper-button-prev {
  color: #fff;
}
.AMASIA_salon_template .right .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
}
.AMASIA_salon_template .right .swiper-pagination-bullet-active {
  background: #fff;
}

@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;
  }
}
@media screen and (max-width: 1100px) {
  .AMASIA_salon_template {
    padding: 10vh 1em;
  }
  .AMASIA_salon_template .left {
    padding: 0;
    width: 100%;
  }
  .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: 100%;
  }
  .AMASIA_salon_template .right .swiper-button-next,
  .AMASIA_salon_template .right .swiper-button-prev {
    top: 35%;
  }
}
@media screen and (max-width: 790px) {
  .AMASIA_salon_template {
    padding: 5em 1em;
  }
  .AMASIA_salon_template .left {
    padding: 0;
    width: 100%;
  }
  .AMASIA_salon_template .left .logo {
    width: 60%;
  }
  .AMASIA_salon_template .left h2 {
    font-size: 25px;
    margin: 1em auto;
  }
  .AMASIA_salon_template .left p {
    font-size: 14px;
  }
  .AMASIA_salon_template .right .swiper-slide {
    flex-direction: column;
  }
  .AMASIA_salon_template .right .swiper-slide .No_img {
    position: absolute;
    width: 7em;
    top: 7em;
    right: 5em;
  }
  .AMASIA_salon_template .right .swiper-slide h3 {
    font-size: 2em;
    text-align: center;
  }
  .AMASIA_salon_template .right .swiper-slide p {
    text-indent: unset;
    margin: 1em;
    text-align: center;
  }
  .AMASIA_salon_template .right .swiper-slide ul {
    margin: 0 1em;
  }
  .AMASIA_salon_template .right .swiper-slide ul li {
    padding-left: 1em;
  }
  .AMASIA_salon_template .right .swiper-slide ul li::before {
    position: absolute;
    left: 0;
  }
  .AMASIA_salon_template .right .swiper-slide .textbox {
    margin: 2em 1em;
  }
  .AMASIA_salon_template .right .swiper-slide .textbox p {
    text-align: left;
  }
}
.AMASIA_speed {
  position: relative;
  z-index: 3;
  background: url(../img/bg/bg_green.png);
  background-size: cover;
  background-position: center;
}
.AMASIA_speed .textbox {
  color: #006659;
}

.AMASIA_inpitari {
  position: relative;
  z-index: 3;
  background: url(../img/bg/bg_red.png);
  background-size: cover;
  background-position: center;
}
.AMASIA_inpitari .right .swiper-slide .No_img {
  width: unset;
  height: 9em;
}
.AMASIA_inpitari .textbox {
  color: #B67100;
}

.AMASIA_deep {
  position: relative;
  z-index: 3;
  background: url(../img/bg/bg_blue.png);
  background-size: cover;
  background-position: center;
}
.AMASIA_deep .textbox {
  color: #0C4472;
}

.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;
}
.AMASIA_lastarea p strong {
  font-size: 1.3em;
}
.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: 1em;
    line-height: 2em;
  }
  .AMASIA_lastarea p strong {
    font-size: 1.3em;
  }
  .AMASIA_lastarea .CV_btn {
    font-size: 1em;
    padding: 0.8em 2em;
  }
}
.AMASIA_inpitari_1 {
  background: #f5f5f5;
  background: url(/asset/img/bg/bg_grad.png);
  background-size: cover;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.AMASIA_inpitari_1 .left {
  width: 50%;
  height: max(85svh, 800px);
  margin: 100px auto;
  padding: max(5svh, 50px) 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid rgba(255, 255, 255, 0.9333333333);
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.AMASIA_inpitari_1 .left h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1em;
}
.AMASIA_inpitari_1 .left p strong {
  font-size: 1.2em;
  font-weight: 600;
}
.AMASIA_inpitari_1 .left img {
  width: 80%;
  max-width: 770px;
  height: auto;
  margin: 2em auto;
}
.AMASIA_inpitari_1 .right {
  width: 50%;
  height: max(100svh, 1000px);
  background: #333;
  background: url(/asset/img/bg/bg_blue.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.AMASIA_inpitari_1 .right h2 {
  margin-bottom: 1em;
  font-size: 40px;
  padding: 0 1em;
}
.AMASIA_inpitari_1 .right p {
  font-size: 20px;
  padding: 0 1em;
}

@media screen and (max-width: 1100px) {
  .AMASIA_inpitari_1 {
    position: relative;
    flex-direction: column-reverse;
  }
  .AMASIA_inpitari_1 .left {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10vh 0;
  }
  .AMASIA_inpitari_1 .right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10vh 0;
  }
  .AMASIA_inpitari_1 .right h2 {
    margin-bottom: 1em;
    font-size: 35px;
  }
  .AMASIA_inpitari_1 .right p {
    font-size: 18px;
  }
}
@media screen and (max-width: 790px) {
  .AMASIA_inpitari_1 .left {
    padding: max(6svh, 50px) 0;
    margin: 50px auto;
  }
  .AMASIA_inpitari_1 .left img {
    width: 80%;
    height: auto;
  }
  .AMASIA_inpitari_1 .right {
    height: unset;
    padding: max(10svh, 50px) 0;
  }
  .AMASIA_inpitari_1 .right h2 {
    font-size: 25px;
  }
  .AMASIA_inpitari_1 .right p {
    font-size: 14px;
  }
  .AMASIA_inpitari_1 .right p strong {
    font-size: 1.3em;
  }
}
.AMASIA_inpitari_2 {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.AMASIA_inpitari_2::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  font-size: 24px;
  width: 3em;
  height: 5em;
  background: #ff6c27;
  margin-left: 0.5em;
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
.AMASIA_inpitari_2 img {
  width: 60%;
  margin: 3em auto;
}
.AMASIA_inpitari_2 h2 {
  font-size: 40px;
}
.AMASIA_inpitari_2 h2 small {
  font-size: 0.5em;
}
.AMASIA_inpitari_2 p {
  font-size: 20px;
  text-align: center;
}
.AMASIA_inpitari_2 .left {
  width: 50%;
  height: max(100svh, 1000px);
  background: #333;
  background: url(/asset/img/bg/bg_green.png);
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.AMASIA_inpitari_2 .right {
  width: 50%;
  height: max(100svh, 1000px);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .AMASIA_inpitari_2 {
    position: relative;
  }
  .AMASIA_inpitari_2::before {
    font-size: 14px;
    width: 5em;
    height: 3em;
    background: #ff6c27;
    margin-left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .AMASIA_inpitari_2 .left {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10vh 0;
  }
  .AMASIA_inpitari_2 .right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10vh 0;
  }
  .AMASIA_inpitari_2 h2 {
    font-size: 35px;
  }
  .AMASIA_inpitari_2 p {
    font-size: 18px;
  }
  .AMASIA_inpitari_2 img {
    max-width: 300px;
  }
}
@media screen and (max-width: 790px) {
  .AMASIA_inpitari_2 .left {
    height: 60vh;
    padding: 0;
  }
  .AMASIA_inpitari_2 .right {
    height: 65vh;
    padding: 0;
  }
  .AMASIA_inpitari_2 h2 {
    font-size: 25px;
  }
  .AMASIA_inpitari_2 p {
    font-size: 14px;
  }
  .AMASIA_inpitari_2 img {
    max-width: 330px;
    margin: 1em auto;
  }
}/*# sourceMappingURL=salon_style.css.map */