* {
  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;
}

.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;
  }
  .AMASIA_btn_01 {
    font-size: 1em;
  }
}
.scrolldown2 {
  position: fixed;
  bottom: 5px;
  right: 5%;
  z-index: 100;
}

.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(/asset/img/bg/bg_main_02.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.AMASIA_top .AMASIA_logo {
  width: 35%;
}

@media screen and (max-width: 790px) {
  .AMASIA_top .AMASIA_logo {
    width: 100%;
    max-width: 260px;
  }
}
.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.5647058824));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  text-align: center;
}
.AMASIA_about h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 60px;
  margin-bottom: 1em;
  font-weight: 200;
  letter-spacing: 0.05em;
}
.AMASIA_about h2 .AMASIA_logo {
  width: 250px;
  margin-left: 30px;
}
.AMASIA_about p {
  color: #fff;
  line-height: 3.5em;
  font-size: 20px;
  padding: 0 1em;
  filter: drop-shadow(1px 1px 5px #555);
  letter-spacing: 0.05em;
  font-weight: 400;
}
.AMASIA_about h3 {
  font-weight: 600;
  font-size: 2.2em;
  font-family: serif;
  line-height: 2em;
  margin: 0em auto 1em;
  color: #fff;
  text-align: center;
  filter: drop-shadow(1px 1px 0px #555);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1100px) {
  .AMASIA_about {
    padding: 10vh 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .AMASIA_about p {
    width: 95%;
    margin: 0 auto;
    font-size: min(1.6svw, 16px);
    padding: 0;
  }
  .AMASIA_about h3 {
    font-size: min(5.5svw, 1.4em);
    text-align: center;
  }
}
@media screen and (max-width: 790px) {
  .AMASIA_about {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .AMASIA_about h2 {
    font-size: 30px;
    margin-bottom: 1em;
  }
  .AMASIA_about h2 .AMASIA_logo {
    width: 180px;
    margin-left: 20px;
  }
  .AMASIA_about p {
    width: unset;
    color: #fff;
    line-height: 2em;
    font-size: min(3.8svw, 16px);
    padding: 0;
    text-align: left;
  }
}
.AMASIA_catch {
  margin-top: 2em;
  font-size: 3em;
  color: #333;
  font-style: italic;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .AMASIA_catch {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 1100px) {
  .AMASIA_catch {
    font-size: 1.5em;
  }
}
.AMASIA_inpitari_1 {
  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(100svh, 1000px);
  background: #fff;
  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: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10vh 0;
    background: #fff;
  }
  .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(10svh, 50px) 0;
  }
  .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;
  }
}
.AMASIA_carecycle {
  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: 4;
}
.AMASIA_carecycle .left {
  width: 50%;
  height: max(100svh, 1000px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #eee;
  color: #333;
}
.AMASIA_carecycle .left h2 {
  margin-bottom: 1em;
  font-size: 40px;
  line-height: 1.8em;
  padding: 0 1em;
}
.AMASIA_carecycle .left p {
  font-size: 20px;
}
.AMASIA_carecycle .right {
  width: 50%;
  height: max(100svh, 1000px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.AMASIA_carecycle .right .cycle_img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .AMASIA_carecycle .left {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10em 0;
  }
  .AMASIA_carecycle .left h2 {
    font-size: 35px;
  }
  .AMASIA_carecycle .left p {
    font-size: 18px;
  }
  .AMASIA_carecycle .right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10vh 0;
  }
  .AMASIA_carecycle .right .cycle_img {
    width: 70%;
  }
}
@media screen and (max-width: 790px) {
  .AMASIA_carecycle {
    position: relative;
  }
  .AMASIA_carecycle .left {
    height: 60vh;
    padding: 0;
  }
  .AMASIA_carecycle .left h2 {
    font-size: 22px;
    margin-bottom: 0.7em;
  }
  .AMASIA_carecycle .left p {
    font-size: 14px;
  }
  .AMASIA_carecycle .right {
    height: 60vh;
    padding: 0;
  }
  .AMASIA_carecycle .right .cycle_img {
    width: 100%;
    max-width: 500px;
  }
}
.AMASIA_saloncare {
  position: relative;
  z-index: 11;
  background: url(/asset/img/bg/bg_grad.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 10em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.AMASIA_saloncare h2 {
  font-size: 60px;
}
.AMASIA_saloncare p {
  font-size: 20px;
  margin: 3em auto;
  line-height: 3em;
}
.AMASIA_saloncare img {
  width: 60%;
  margin-bottom: 3em;
}

@media screen and (max-width: 1100px) {
  .AMASIA_saloncare h2 {
    font-size: 40px;
  }
  .AMASIA_saloncare p {
    font-size: 18px;
  }
  .AMASIA_saloncare img {
    width: 80%;
  }
}
@media screen and (max-width: 790px) {
  .AMASIA_saloncare {
    padding: 5em 0;
  }
  .AMASIA_saloncare h2 {
    font-size: 30px;
  }
  .AMASIA_saloncare p {
    font-size: 14px;
    line-height: 2em;
  }
  .AMASIA_saloncare img {
    width: 100%;
    max-width: 500px;
  }
}
.AMASIA_homecare {
  position: relative;
  z-index: 11;
  background: #ddd;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 10em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.AMASIA_homecare h2 {
  font-size: 60px;
}
.AMASIA_homecare p {
  font-size: 20px;
  margin: 3em auto;
  line-height: 3em;
}
.AMASIA_homecare img {
  width: 40%;
  margin-bottom: 3em;
}

@media screen and (max-width: 1100px) {
  .AMASIA_homecare {
    padding: 5em 0;
  }
  .AMASIA_homecare h2 {
    font-size: 40px;
  }
  .AMASIA_homecare p {
    font-size: 18px;
  }
  .AMASIA_homecare img {
    width: 60%;
  }
}
@media screen and (max-width: 790px) {
  .AMASIA_homecare h2 {
    font-size: 30px;
  }
  .AMASIA_homecare p {
    font-size: 14px;
    line-height: 2em;
  }
  .AMASIA_homecare img {
    width: 70%;
    max-width: 500px;
  }
}
.AMASIA_amasianface {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #aaa;
  color: #fff;
  z-index: 4;
  background-color: #000;
  background-image: url(/asset/img/amasian_face/AF_top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.AMASIA_amasianface .bg {
  width: 100%;
  height: 100%;
  padding: max(15vh, 200px) 0em;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.AMASIA_amasianface img {
  filter: invert(100%);
  width: 80%;
  max-width: 500px;
}
.AMASIA_amasianface h2 {
  text-align: center;
  font-size: min(4vw, 40px);
  line-height: 2em;
  font-weight: 300;
}
.AMASIA_amasianface h2 strong {
  font-size: 1.3em;
}
.AMASIA_amasianface .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_amasianface .CV_btn:hover {
  background: #fff;
  color: #333;
}

@media screen and (max-width: 790px) {
  .AMASIA_amasianface p {
    font-size: 1em;
    line-height: 2em;
  }
  .AMASIA_amasianface p strong {
    font-size: 1.3em;
  }
  .AMASIA_amasianface .CV_btn {
    font-size: 1em;
    padding: 0.8em 2em;
  }
}
.AMASIA_lastarea {
  padding: max(15vh, 100px) 1em;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #aaa;
  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_color {
  padding: 10vh 1em 15vh;
  background: #fafafa;
  color: #192a51;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 4;
}
.AMASIA_color h2 {
  font-style: italic;
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.AMASIA_color h2 img {
  width: 90%;
  max-width: 18em;
  height: 20svw;
  max-height: 7em;
  margin: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
}
.AMASIA_color h2 strong {
  font-weight: 600;
}
.AMASIA_color p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin: 2em auto;
}
.AMASIA_color .separator {
  display: block;
  margin: auto;
  width: 90%;
  height: 1px;
  border-top: 4px dotted #ddd;
}
.AMASIA_color .ac_inpitari_link {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0.8em 2em;
  font-size: 1.2em;
  color: #192a51;
  border: 1px solid #192a51;
  text-decoration: none;
  margin-top: 2em;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 1em;
}
.AMASIA_color .ac_about {
  text-align: center;
  font-weight: 300;
  line-height: 2.5em;
  font-size: 1.6em;
  margin: 2em auto 2em;
}
.AMASIA_color .ac_img_01 {
  width: 90%;
  max-width: 1200px;
  border: 1em solid #fff;
  border-radius: 1em;
}
.AMASIA_color .af_area {
  width: 90%;
  margin: 3em auto;
  padding: 3em 1em;
  border-top: dashed 1px #333;
  border-bottom: dashed 1px #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.AMASIA_color .af_area .af_logo {
  width: 90%;
  max-width: 22em;
  margin: 0.5em;
}
.AMASIA_color .af_area p {
  margin: 2em auto;
}
.AMASIA_color .af_area picture {
  text-align: center;
}
.AMASIA_color .af_area .af_img {
  width: 90%;
  max-width: 70em;
  margin: 0.5em;
}
.AMASIA_color .af_area .af_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0em 4em;
}
.AMASIA_color .af_area .af_point div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.AMASIA_color .af_area .af_point div h4 {
  font-weight: 400;
}
.AMASIA_color .af_area .af_point div h4 strong {
  font-weight: 600;
  font-size: 2.5em;
}
.AMASIA_color .af_area .af_point div p {
  line-height: 1.6em;
  width: 12em;
}
.AMASIA_color .af_area .af_point div p strong {
  font-size: 1.3em;
}
.AMASIA_color .amasia_menu h3 {
  font-style: italic;
  font-weight: 400;
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.1em;
}
.AMASIA_color .amasia_menu h3 small {
  background: linear-gradient(to right, #6CA850, #F7AB42, #4B89B8);
  color: #fff;
  padding: 0.2em 0.7em;
  border-radius: 1em;
  line-height: 3em;
  font-size: 0.6em;
}
.AMASIA_color .amasia_menu h3 img {
  width: 8.5em;
  margin-left: 0.5em;
}
.AMASIA_color .amasia_menu .menu_catch {
  text-align: center;
  font-weight: 300;
  line-height: 2.5em;
  font-size: 1.6em;
  margin: 2em auto 0em;
}
.AMASIA_color .amasia_menu .menu_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0em;
  margin: 0em auto 3em;
}
.AMASIA_color .amasia_menu .menu_box .menu {
  padding: 1em 0;
  text-align: center;
  font-size: 16px;
  border-radius: 0.5em;
  background: #fff;
  border: 3px solid #efefef;
  margin: 2em auto;
}
.AMASIA_color .amasia_menu .menu_box .menu h4 {
  font-size: 1em;
  font-weight: 500;
  margin: 3em auto 0em;
}
.AMASIA_color .amasia_menu .menu_box .menu h4 img {
  display: block;
  margin: 1em auto;
  width: 150px;
}
.AMASIA_color .amasia_menu .menu_box .menu img {
  width: 100%;
  max-width: 25em;
}
.AMASIA_color .amasia_menu .menu_box .menu div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding-right: 3em;
  clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
}
.AMASIA_color .amasia_menu .menu_box .menu div p {
  width: 18em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}
.AMASIA_color .amasia_menu .menu_box .menu.color h4 {
  margin-bottom: 0;
}
.AMASIA_color .amasia_menu .menu_box .menu.color h4 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 120px;
  width: 500px;
  max-width: 100%;
}
.AMASIA_color .amasia_menu .menu_box .menu.color img {
  max-width: 28em;
}
.AMASIA_color .amasia_menu .menu_box .menu.color p {
  font-size: min(1.8svw, 21px);
  padding: 1.5em 0;
}
.AMASIA_color .amasia_menu .menu_box .menu.color.speed h4 img {
  margin-bottom: -1.3em;
}
.AMASIA_color .amasia_menu .menu_box .menu.speed h4 {
  color: #2e733f;
}
.AMASIA_color .amasia_menu .menu_box .menu.speed div {
  background: #2e733f;
  background: linear-gradient(to bottom, rgba(46, 115, 63, 0), 30%, #2e733f, 30%, #2e733f, 70%, rgba(46, 115, 63, 0), 70%, rgba(46, 115, 63, 0));
}
.AMASIA_color .amasia_menu .menu_box .menu.basic h4 {
  color: #e5762e;
}
.AMASIA_color .amasia_menu .menu_box .menu.basic div {
  background: #e5762e;
  background: linear-gradient(to bottom, rgba(229, 118, 46, 0), 30%, #e5762e, 30%, #e5762e, 70%, rgba(229, 118, 46, 0), 70%, rgba(229, 118, 46, 0));
}
.AMASIA_color .amasia_menu .menu_box .menu.deep h4 {
  color: #345f90;
}
.AMASIA_color .amasia_menu .menu_box .menu.deep div {
  background: #345f90;
  background: linear-gradient(to bottom, rgba(52, 95, 144, 0), 30%, #345f90, 30%, #345f90, 70%, rgba(52, 95, 144, 0), 70%, rgba(52, 95, 144, 0));
}
.AMASIA_color .ac_last_phrase {
  text-align: center;
  font-weight: 500;
  font-size: 2em;
  font-style: italic;
  line-height: 1.8em;
}
.AMASIA_color .ac_last_phrase strong {
  padding: 0.3em;
  border: 0.1em solid #aaa;
  -o-border-image: linear-gradient(to right bottom, #6CA850, #F7AB42, #4B89B8) 1;
     border-image: linear-gradient(to right bottom, #6CA850, #F7AB42, #4B89B8) 1;
  margin: 1em 0.5em;
  line-height: 4em;
  font-weight: 500;
  color: #333;
}
.AMASIA_color .ac_last_phrase span {
  font-weight: 300;
  margin: 0 0.2em;
}
.AMASIA_color .ac_last_phrase .no_i {
  font-style: normal;
  font-weight: 500;
}
.AMASIA_color .ac_last_phrase img {
  width: 14em;
  height: 5em;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 2em;
}

@media screen and (max-width: 790px) {
  .AMASIA_color h2 {
    font-size: 22px;
  }
  .AMASIA_color h2 img {
    width: 90%;
    max-width: 18em;
    margin: 0.5em;
  }
  .AMASIA_color h2 strong {
    font-weight: 600;
  }
  .AMASIA_color p {
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 13px;
  }
  .AMASIA_color .ac_about {
    text-align: center;
    font-weight: 300;
    line-height: 2em;
    font-size: 1.2em;
    margin: 2em auto 2em;
  }
  .AMASIA_color .af_area {
    align-items: flex-start;
  }
  .AMASIA_color .af_area .af_logo {
    width: 65svw;
    max-width: unset;
    display: block;
    height: auto;
    margin: 1em auto;
  }
  .AMASIA_color .af_area .af_img {
    width: 100%;
    margin: 0.5em auto;
    background: #fff;
  }
  .AMASIA_color .ac_inpitari_link {
    font-size: 1em;
    padding: 0.8em 2em;
  }
  .AMASIA_color .amasia_menu h3 {
    font-style: italic;
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .AMASIA_color .amasia_menu .menu_catch {
    text-align: center;
    font-weight: 300;
    line-height: 2em;
    font-size: 1.2em;
    margin: 2em auto 0;
  }
  .AMASIA_color .amasia_menu .menu_box {
    margin: 0em auto;
  }
  .AMASIA_color .amasia_menu .menu_box .menu {
    font-size: 14px;
    background: #fff;
    margin: 2em auto;
    border-radius: 1em;
    padding: 0 1em;
  }
  .AMASIA_color .amasia_menu .menu_box .menu h4 {
    margin: 3em auto -1em;
  }
  .AMASIA_color .amasia_menu .menu_box .menu div {
    flex-direction: column;
    gap: 0;
    padding: 0 1em;
  }
  .AMASIA_color .amasia_menu .menu_box .menu div p {
    display: none;
  }
  .AMASIA_color .amasia_menu .menu_box .menu p {
    font-size: min(4.5svw, 1.4em);
    font-weight: 400;
    margin: 0 auto 2em;
  }
  .AMASIA_color .amasia_menu .menu_box .menu.color h4 {
    margin-bottom: 2em;
  }
  .AMASIA_color .amasia_menu .menu_box .menu.color h4 img {
    height: 100px;
    width: 400px;
    margin-bottom: 0;
  }
  .AMASIA_color .amasia_menu .menu_box .menu.color img {
    max-width: 100%;
  }
  .AMASIA_color .amasia_menu .menu_box .menu.color div {
    background: unset;
    padding: 0;
    clip-path: unset;
  }
  .AMASIA_color .amasia_menu .menu_box .menu.color p {
    font-size: min(4.5svw, 1.4em);
    font-weight: 400;
    margin: 0 auto 1em;
  }
  .AMASIA_color .amasia_menu .menu_box .menu.speed {
    color: #2e733f;
  }
  .AMASIA_color .amasia_menu .menu_box .menu.basic {
    color: #e5762e;
  }
  .AMASIA_color .amasia_menu .menu_box .menu.deep {
    color: #345f90;
  }
  .AMASIA_color .ac_last_phrase {
    font-size: 1.5em;
  }
  .AMASIA_color .ac_last_phrase strong {
    border: 0.15em solid #aaa;
    -o-border-image: linear-gradient(to right bottom, #6CA850, #F7AB42, #4B89B8) 1;
       border-image: linear-gradient(to right bottom, #6CA850, #F7AB42, #4B89B8) 1;
    line-height: 3em;
  }
  .AMASIA_color .ac_last_phrase .spacer {
    display: block;
    margin: 0.7em auto;
  }
}/*# sourceMappingURL=style.css.map */