/* reset css */

/*************************************/
/*****  *****/
/*************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html,
body {
  line-height: 1;
  background-color: #ffbfd7;
}

body {
  color: #000;
  font-family: 'sukhumvit', sans-serif;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #000;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
img,
fieldset {
  border: none;
  vertical-align: top;
}
input,
textarea,
select {
  vertical-align: middle;
}
legend,
caption {
  display: none;
}
i,
em,
address {
  font-style: normal;
}
label,
button {
  cursor: pointer;
}
button {
  background: inherit;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}
hr {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
}
.web {
  display: block;
}
.mob {
  display: none;
}

.container {
  display: flex;
  width: 100%;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}

.swiper-wrapper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.banner {
  width: 100%;
}

.promotion-img {
  width: 80%;
}

.photo-swiper {
  width: 100%;
  height: auto;
  aspect-ratio: 540/323;
}

.before-after-photo {
  width: 80%;
  margin-top: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fdfbfd !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.1rem !important;
  font-weight: 700;
}

.banner .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 25px) !important;
}
.banner .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 25px) !important;
}

.swiper-pagination {
  bottom: 10% !important;
}

.swiper-pagination-bullet {
  background-color: #ffffff !important;
}

.leftside {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
}
.leftside .side-banner-wrap {
  width: 92%;
  margin: 0 auto;
}
.rightside {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1.5rem 0;
}

.link-button {
  width: 80%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
}

.link-button:hover .after{
 display: block;
}

.link-button .after{
  position: absolute;
  top: 0px;
  display: none;
}


.icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-button-layout {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  position: relative;
}

.line-button, .home-button, .fb-button, .tel{
  position: relative;
}

.line-button:hover .after,
.home-button:hover .after,
.fb-button:hover .after,
.tel:hover .after {
  display: block;
}
 
 .line-button .after,
 .home-button .after,
 .fb-button .after,
 .tel .after {
   position: absolute;
   top: 0px;
   left: 0px;
   display: none;
 }
 
.icon-button img {
  margin: 0 5px 10px 0;
}

.before-photo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.review {
  display: flex;
  justify-content: center;
}
.category {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
 
}
.category-button{
  margin-right: 10px;
  position: relative;
}

.category-button > img{max-height:27px;}
.category-button.active .after {
  display: block;
}

 .woman .after,
 .man .after,
 .lifting .after{
   position: absolute;
   top: 0px;
   left: 0px;
   display: none;
 }

.photo-swiper .swiper-button-next{
  top: var(--swiper-navigation-top-offset,43%);
}
.photo-swiper .swiper-button-prev{
  top: var(--swiper-navigation-top-offset,43%);
}

@media all and (max-width: 640px) {
  .web {
    display: none;
  }
  .mob {
    display: block;
  }
}

@media all and (max-width: 970px) {
  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
  }

  .container .leftside {
    width: 100%;
    max-width: 640px;
  }

  .container .rightside {
    max-width: 512px;
    width: 80%;
  }

  .banner {
    width: 100%;
  }

  .promotion-img {
    min-width: 300px;
  }

  .icon-button {
    width: 100%;
  }

  .before-after-photo {
    width: 100%;
  }

  .banner .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px) !important;
  }
  .banner .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px) !important;
  }

  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
  }
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px) !important;
  }
}


/* @media all and (min-width: 480px) {
  .tel,
  .tel a {
    pointer-events: none !important;
  }
} */