@charset "UTF-8";
body{
  color: #000;
}
.mob {
  display: none !important; /*750*/
}
.sp {
  display: none !important;/*500*/
}
h1 {
  font-weight: bold;
}
img {
  width: 100%;
}
main {
  width: 100%;
  font-family: Noto Sans CJK TC, Arial, "微軟正黑體", sans-serif ;
  position: relative;
  line-height: normal;
  overflow-x: hidden;
}
header {
  padding: 35px 40px;
}
header img {
  width: 30%;
  max-width: 220px;
}
header::after {
  content: none;
}
.b_hr {
  background: url(../images/hr.svg) center no-repeat;
  background-size: cover;
  padding-top: 1.6%;
}
.h_text {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4% 0;
}
.h_text h1 {
  font-size: 4.5vw;/*5.25rem 84px*/
  white-space: nowrap;
  margin-top: 3.5%;
  padding-left: 9%;
  position: relative;
}
.h_text h1::before  {
  content: '';
  width: 35%;
  height: 90%;
  position: absolute;
  left: 0;
  top: -50%;
  background: url(../images/news.svg) no-repeat center;
  background-size: contain;
}
.modelStyle {
  border: 1px solid;
  border-color: #000;
  line-height: 1.7;
  display: flex;
  margin: 3% 2% 0;
}
.modelStyle span {
  font-size: 1.6vw;/*2rem 30px*/
  display: inline-block;
  white-space: nowrap;
  padding: 0 20px;
}
.modelStyle span:nth-child(2) {
  background: #000;
  color: #fff;
}
.h_text img {
  width: 32%;
}
.person_slogan {
  margin-bottom: 5%;
}
.person_slogan h1 {
  font-size: 3.5vw;/*4rem 64px*/
  text-align: center;
}
.person_slogan p {
  font-size: 1.4vw;/*1.625 26px*/
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.person_Box {
  background: #FEBE86;
  padding: 8% 0;
}
.person_slick {
  width: calc(100% - 50px);
  margin: 0 auto;
}
.person_slick .slick-slide .banner_pic {
  margin: 0 18px;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-prev, .slick-next {
  width: 85px;
  height: 85px;
  background: #000;
  z-index: 9;
}
.slick-prev {
  left: 3%;
  background: url(../images/slick-arrow-l.svg) no-repeat center;
}
.slick-next {
  right: 3%;
  background: url(../images/slick-arrow-r.svg) no-repeat center;
}
.slick-prev:before, .slick-next:before, [dir='rtl'] .slick-prev:before, [dir='rtl'] .slick-next:before {
  content: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 0.7;
}
.slick-prev, .slick-next {
  top: 55%;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 3%;
  background: url(../images/slick-arrow-l.svg) no-repeat center;
}
[dir='rtl'] .slick-prev {
  right: 3%;
  left: auto;
  background: url(../images/slick-arrow-r.svg) no-repeat center;
}
.T_h1 {
  font-size: 2vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 4.5%;
}
.videoBox {
  width: 100%;
  padding: 8% 11%;
  box-sizing: border-box;
  position: relative;
}
.videoBox::before  {
  content: '';
  width: 100%;
  height: 56%;
  position: absolute;
  left: 0;
  top: -2px;
  background: #FEBE86;
  z-index: -1;
}
.rowWrapper {
    margin: 0 !important;
}
.styleBox {
  width: 85%;
  padding: 8% 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.styleBox .T_h1 {
  color: #000;
}
.lah_picBox {
  position: relative;
}
.lah_pd {
  margin: 0 -25px;
}
.lah_pd .lah_pic {
  width: 100%;
  display: flex;
align-items: start;
}
.lah_pd .lah_pic > div {
  width: calc(100% / 4);
  margin: 3% 1.5% 0;
  position: relative;
  text-align: center;
}
.lah_pd .lah_pic > div:first-child {
  padding: 5% 0;
  background: #E9E9E9;
}
.lah_pd .lah_pic > div:first-child img {
  width: 50%;
}
.lah_pd .lah_pic > div > p {
  position: absolute;
  margin: 0;
  top: -10%;
  left: 0;
  font-size: 1.2vw;
  font-weight: bold;
}
.lah_pd .lah_picItem {
  display: none;
}
.lah_pd .lah_picItem.show {
  display: flex;
}
.lah_colorBox {
  width: 74%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2vw;
  font-weight: bold;
}
.lah_colorBox .lah_color {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.lah_colorBox .lah_color > div {
  display: flex;
  align-items: center;
  margin: 0 2.5%;
  z-index: 1;
}
.lah_colorBox .lah_color > div i {
  width: 24px;
  height: 24px;
  background: #000;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}
.lah_colorBox .lah_color > div:last-child {
  margin: 0 0 0 2.5%;
}

.lah_colorBox .lah_color > div.active {
  font-size: 1.4vw;
  color: #888;
}
.lah_colorBox .lah_color > div.active i {
  width: 28px;
  height: 28px;
}
.f_Box {
  position: relative;
}
.f_title_l {
  width: 15%;
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 1;
}
.f_title_r {
  width: 12%;
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 1;
}
.f_text h1 {
  font-size: 8vw;
  font-style: italic;
  transform: translateX(-100%);
  transition: transform 1s;
  white-space: nowrap;
}
.f_text h2 {
  font-size: 2.8vw;
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s linear 1s;
}
.f_text p {
  font-size: 1.6vw;
  margin: 0;
  opacity: 0;
  transition: opacity 1s linear 1s;
}
.f_text.is-animated h1 {
  transform: translateX(0);
}
.f_text.is-animated h2, .f_text.is-animated p {
  opacity: 1;
}
.remark {
  font-size: 1.2vw;
}
.f_01 {
  background: #F4BF64;
}
.f01_pic {
  text-align: right;
  position: relative;
}
.f01_pic > img {
  width: 66.5%;
}
.f01_pic .f01_arrow{
  width: 16%;
  position: absolute;
  right: 20%;
  top: 17%;
  -webkit-animation: f01circle  2.5s linear infinite;
  animation: f01circle  2.5s linear infinite;
}
.f01_pic .f01_8cm{
  width: 16%;
  position: absolute;
  right: 5.5%;
  top: 30%;
}
.f_01 .f_text {
  width: 50%;
  position: absolute;
  top: 55%;
  left: 5%;
  transform: translateY(-50%);
  overflow: hidden;
}
.f_01 .f_text h1, .f_01 .f_text h2, .f_01 .f_text p {
  color: #fff;
}
.f_01 .f_text h1 {
  font-size: 9vw;
  margin-left: -10%;
}
@keyframes f01circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.f_02 {
  background: #CFCFD1;
  position: relative;
  overflow: hidden;
}
.f02_pic {
  text-align: right;
}
.f02_pic .pic1 {
  width: 46%;
  margin: -3% 10% 0 0;
  -webkit-animation: f02action 2s linear infinite alternate;
  animation: f02action 2s linear infinite alternate;
}
.f02_pic .pic2 {
  width: 50%;
  margin-bottom: -8%;
}
.f_02 .f_text {
  width: 55%;
  position: absolute;
  top: 55%;
  left: 5%;
  transform: translateY(-50%);
  overflow: hidden;
}
@keyframes f02action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(8%);
  }
}
.f_03 {
  background: url(../images/f03_bg.jpg) no-repeat left center,
              url(../images/f03_bg2.jpg) repeat-x left center;
  background-size: contain;
}
.f03_Box {
  padding: 13% 0 3%;
}
.f03_main {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: end;
  padding-right: 7%;
  box-sizing: border-box;
}
.f03_pic {
  width: 33%;
  position: relative;
  margin-left: -2%;
}
.f03_pic > div {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  background: rgba(255, 255, 255, .3);
  border-radius: 50%;
}
.f03_pic > img {
  transform: rotate(180deg);
  transition: all 2s;
}
.f03_Box.is-animated .f03_pic > img {
  transform: rotate(0);
}
.f03_text {
  width: 25%;
  margin-top: 3%;
}
.f03_text p {
  margin-top: 20%;
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -2px;
}
.f03_Box .remark {
  padding: 0 9% 0 0;
  text-align: right;
}
.f04_Box {
  display: flex;
  align-items: start;
}
.f04_Box > img {
  width: 60%;
}
.f04_Box .f_text {
  text-align: right;
  margin: 15% 5% 0 -5%;
  overflow: hidden;
}
.f04_Box .f_text h1 {
 transform: translateX(100%);
}
.f04_Box .f_text.is-animated h1 {
  transform: translateX(0);
}
.f04_Box .f_text > div {
  margin: 3% 0 0;
}
.f04_Box .f_text > div h2 {
  font-size: 2vw;
}
.f04_Box .f_text > div p span{
  position: relative;
  display: inline-block;
  z-index: 1;
}
.f04_Box .f_text > div p span:before {
  content: '';
  display: block;
  width: 0;
  height: 30%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  background: #ff0;
}
.f04_Box .f_text.is-animated > div p span:before {
  -webkit-animation: Heading  1s normal forwards 1.5s;
  animation: Heading  1s normal forwards 1.5s;
}
@keyframes Heading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.f04_Box .f_text > div p span::after {
  content: '';
  width: 32%;
  height: 80%;
  position: absolute;
  left: -25%;
  top: -55%;
  background: url(../images/new.svg) no-repeat center;
  background-size: contain;
}
.f05_pic {
  width: 100%;
  display: flex;
}
.f05_pic li {
  width: calc(100% / 5);
  overflow: hidden;
}
.f05_pic img {
  transform: translateX(100%);
  transition: all 1.5s;
}
.f05_pic.is-animated img {
  transform: translateX(0);
}
.f05_text {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 3% 0;
}
.f05_text h1 {
  font-size: 3.5vw;
  margin-right: 3%;
}
.f05_text p {
  font-size: 1.6vw;
  margin-right: 5%;
}
.f_05 .b_hr {
  background: url(../images/f05_hr.svg) center no-repeat;
  background-size: cover;
}
.man, .hot, .star {
  position: absolute;
}
.f_06 {
  display: flex;
  flex-direction: row-reverse;
  background: url(../images/f06_bg.jpg) center;
}
.f06_pic {
  width: 100%;
  position: relative;
  padding: 0 5% 10% 0;
}
.f06_pic .pd {
  width: 83%;
}
.f06_pic .man {
  width: 40%;
  right: 0;
  bottom: 0;
}
.f06_pic .star {
  width: 6%;
  left: 5%;
  bottom: 18%;
}
.f06_pic .hot {
  width: 14%;
  right: 27%;
  top: 40%;
  transform-origin: 100% 100%;
}
.f06_pic.is-animated .hot {
  -webkit-animation: dialog  1s step-start infinite alternate;
  animation: dialog  1s step-start infinite alternate;
}
@keyframes dialog {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.f_06 .f_text {
  width: 72%;
  margin: 20% -8% 0 5%;
  z-index: 1;
}
.f_06 .f_text h1 {
  font-size: 7vw;
  color: #fff;
}
.f_06 .f_text h2 {
  font-size: 2.5vw;
  color: #fff;
}
.f_06 .f_text p {
  display: inline-block;
  font-size: 2vw;
  padding: 0 30px;
  margin-top: 12%;
  color: #fff;
  border: 1px solid #fff;
}
.f_06 .f_text p span {
  padding: 0 0 0 5px;
  vertical-align: .3vw;
  font-size: 2.1vw;
}
.f_07 {
  display: flex;
  background: url(../images/f07_bg.jpg) center;
}
.f07_pic {
  width: 100%;
  position: relative;
  text-align: right;
  padding: 0 0 10% 5%;
}
.f07_pic .pd {
  width: 83%;
}
.f07_pic .man {
  width: 40%;
  left: 0;
  bottom: 0;
}
.f07_pic .star {
  width: 6%;
  right: 10%;
  bottom: 20%;
}
.f07_pic .hot {
  width: 14%;
  left: 32%;
  top: 40%;
  transform-origin: 0 100%;
}
.f07_pic.is-animated .hot {
  -webkit-animation: dialog  1s step-start infinite alternate;
  animation: dialog  1s step-start infinite alternate;
}
.f_07 .f_text {
  width: 72%;
  margin: 20% 5% 0 -8%;
  z-index: 1;
  text-align: right;
}
.f_07 .f_text h1 {
  font-size: 7vw;
  color: #fff;
  transform: translateX(100%);
}
.f_07 .f_text.is-animated h1 {
  transform: translateX(0);
}
.f_07 .f_text h2 {
  font-size: 2.5vw;
  color: #fff;
}
.f_07 .f_text p {
  display: inline-block;
  font-size: 2vw;
  padding: 0 30px;
  margin-top: 12%;
  color: #fff;
  border: 1px solid #fff;
}
.f_07 .f_text p span {
  padding: 0 0 0 5px;
  vertical-align: .3vw;
  font-size: 2.1vw;
}
.f_07 .f_text .remark {
  color: #fff;
  margin-top: 5%;
}
.product_cont {
  background: #e9e9e9;
  padding: 8% 5% 5%;
  box-sizing: border-box;
}
.product_cont .T_h1 {
  color: #000;
}
.product_img {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.product_img > div {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.product_pic > div {
  background: #fff;
  font-weight: bold;
  font-size: 1.5vw;
  padding: 5px 20px;
  border-radius: 15px;
  margin: 0 0 8%;
}
.product_detail {
  width: 65%;
  margin: 6% auto 0;
}
.product_table {
  width: 100%;
}
.product_table > div {
  display: flex;
  background: #E6E0D9;
  margin: 2% 0;
  border-radius: 20px;
}
.product_table > div > div {
  width: calc(100% / 3);
  padding: 1% 3%;
  text-align: center;
  background-color: #E6E0D9;
  box-sizing: border-box;
  font-size: 1.2vw;
  line-height: 1.7;
  color: #727171;
}
.product_table > div > div:first-child {
  background-color: #AFAFB0;
  color: #fff;
  text-align: left;
  border-radius: 20px;
}
.product_table > div > div:last-child {
  border-radius: 0 20px 20px 0;
}
.sns_list {
  background: #808080;
  padding: 5% 0;
}
.sns_list ul{
  display: flex;
  justify-content: center;
}
.sns_list li {
  margin: 0 20px;
}
.sns_list p{
  color: #fff;
  text-align: center;
  margin: 2% 0;
  font-size: 1.1vw;
  line-height: 1.3;
}
.sns_link {
  width: 90px;
  display: block;
}
.sns_link:hover {
  opacity: 0.7;
}
.shopbnt {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 99;
  border-radius: 50%;
  transition: all .3s;
}
.shopbnt a {
  display: block;
  width: 120px;
  height: 120px;
  background: url('../images/shopICON.png') center no-repeat;
  background-size: contain;
}
.shopbnt:hover {
  box-shadow: 0 0 5px rgba(255,255,255,0.8) ;
  bottom: 50px;
}

@media screen and (min-width: 1920px) {
  header {
    padding: 1.6% 2.2%;
  }
  header img {
    width: 13%;
    max-width: none;
  }
  .sns_list li {
    width: 3%;
  }
  .shopbnt {
    width: 6%;
  }
  .shopbnt a {
    display: block;
    width: 100%;
    padding-top: 100%;
    height: auto;
    background: url(../images/shopICON.png) center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 1300px) {
  .slick-prev, .slick-next {
    width: 60px;
    height: 60px;
  }
  .person_slick .slick-slide .banner_pic {
    margin: 0 12px;
  }
  .product_table > div > div:first-child {
    border-radius: 10px;
  }
  .product_table > div > div:last-child {
    border-radius: 0 10px 10px 0;
  }
  .sns_link {
    width: 70px;
  }
}


@media screen and (max-width: 1024px) {
  .h_text {
    flex-direction: column;
  }
  .h_text h1 {
    font-size: 7vw;
    margin-top: 4%;
    padding: 0;
  }
  .h_text h1::before {
    left: -22%;
  }
  .modelStyle span {
    font-size: 2vw;
  }
  .modelStyle {
    margin: 3% 2% 6%;
  }
  .h_text img {
    width: 50%;
  }
  .h_text {
    width: 94%;
    padding: 10% 0;
  }
  .person_slogan h1 {
    font-size: 5.5vw;
  }
  .person_slogan p {
    font-size: 2.5vw;
  }
  .person_slick {
    width: 100%;
  }
  .slick-prev, .slick-next {
    width: 45px;
    height: 45px;
  }
  .T_h1 {
    font-size: 3vw;
    margin-bottom: 5%;
  }
  .videoBox {
      padding: 8% 5%;
  }
  .lah_colorBox .lah_color > div i {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .lah_colorBox .lah_color > div.active i {
    width: 22px;
    height: 22px;
  }
  .lah_pd .lah_pic > div > p, .lah_colorBox {
      font-size: 1.7vw;
  }
  .lah_pd .lah_pic > div > p {
    top: -12%;
  }
  .lah_colorBox .lah_color > div.active {
    font-size: 1.9vw;
  }
  .f_03 {
    background: url(../images/f03_bg.jpg) no-repeat left -20% center, url(../images/f03_bg2.jpg) repeat-x left center;
    background-size: contain;
  }
  .f03_text {
    width: 35%;
  }
  .f03_text p {
    margin-top: 10%;
    font-size: 1.8vw;
    letter-spacing: 0px;
  }
  .f_06 .f_text, .f_07 .f_text {
    width: 75%;
  }
  .product_table > div > div {
    font-size: 1.8vw;
  }
  .sns_list li {
    margin: 0 15px;
  }
  .sns_link {
    width: 60px;
  }
  .shopbnt a {
    width: 100px;
    height: 100px;
  }
  
}


@media screen and (max-width: 900px) {
  .styleBox {
    width: 92%;
  }
}

@media screen and (max-width: 750px) {
  .mob {
    display: block !important;
  }
  .T_h1 {
    font-size: 5vw;
  }
  .remark {
    font-size: 2.5vw;
  }
  header {
    padding: 20px 30px;
  }
  .lah_pd {
    margin: 0 -20px;
  }
  .lah_pd .lah_pic {
    width: 96%;
    margin: 0 auto;
    align-items: end;           
    flex-wrap: wrap;
  }
  .lah_pd .lah_pic > div {
    width: calc(100% / 2 - 4%);
    margin: 3% 2%;
    padding: 5% 0 0;
  }
  .lah_pd .lah_pic > div > p {
    top: 0;
  }
  .lah_pd .lah_pic > div > p, .lah_colorBox {
    font-size: 3vw;
  }
  .lah_colorBox {
    width: 100%;
    position: initial;
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
  }
  .lah_colorBox p {
    margin: 0;
  }
  .lah_colorBox .lah_color {
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 -10px;
  }
  .lah_colorBox .lah_color > div, .lah_colorBox .lah_color > div:last-child {
    margin: 10px;
  }
  .lah_colorBox .lah_color > div.active {
    font-size: 3.2vw;
  }
  .f_title_l {
    width: 18%;
    left: 3%;
  }
  .f_title_r {
    width: 18%;
    right: 3%;
  }
  .f_text h1 {
    font-size: 13.5vw;
  }
  .f_text h2 {
    font-size: 7vw;
  }
  .f_text p {
    font-size: 3.5vw;
  }
  .f01_pic > img {
    width: 100%;
  }
  .f01_pic .f01_arrow {
    width: 25%;
    right: 30%;
    top: 16%;
  }
  .f01_pic .f01_8cm {
    width: 26%;
    right: 6%;
  }
  .f_01 .f_text {
    width: 90%;
    margin: 0 auto;
    position: initial;
    transform: none;
    overflow: hidden;
    padding: 5% 0 8%;
  }
  .f_01 .f_text h1 {
    font-size: 15vw;
    margin-left: -5%;
  }
  .f02_pic .pic1 {
    width: 62%;
    margin: -3% 10% 37% 0;
  }
  .f02_pic .pic2 {
    width: 75%;
  }
  .f_02 .f_text {
    width: 90%;
    top: 46%;
  }
  .f_03 {
    background: url(../images/f03_bg.jpg) no-repeat bottom -10% center,
                url(../images/f03_bg2.jpg) repeat-x left center;
    background-size: contain;
  }
  .f03_Box {
    padding: 10% 0 90%;
  }
  .f03_main {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
  .f03_pic {
    width: 70%;
    margin-left: 0;
  }
  .f03_text {
    width: 90%;
    max-width: 520px;
    margin: -3% 0 0;
  }
  .f03_text p {
    margin-top: 6%;
    font-size: 4.2vw;
  }
  .f03_Box .remark {
    padding: 0 5%;
    text-align: left;
  }
  .f04_Box {
    flex-direction: column-reverse;
  }
  .f04_Box .f_text {
    width: 96%;
    margin: 25% 5% 0 0%;
  }
  .f04_Box .f_text > div h2 {
    font-size: 5vw;
  }
  .f04_Box > img {
    width: 96%;
    margin: -5% 0 0 -10%;
    z-index: -1;
  }
  .f05_pic {
    flex-wrap: wrap;
  }
  .f05_pic li {
    width: calc(100% / 2);
  }
  .f05_pic li:nth-child(n+3) {
    width: calc(100% / 3);
  }
  .f05_text {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .f05_text h1 {
    font-size: 7vw;
    margin:0 3%;
  }
  .f05_text p {
    font-size: 3.6vw;
    margin: 3% 3% 0;
    text-align: center;
  }
  .f_06, .f_07 {
    flex-direction: column-reverse;
    overflow: hidden;
  }
  .f_06 .f_text h1, .f_07 .f_text h1 {
    font-size: 13.5vw;
  }
  .f_06 .f_text h2, .f_07 .f_text h2 {
    font-size: 5vw;
  }
  .f_06 .f_text p, .f_07 .f_text p {
    font-size: 4vw;
    margin-top: 6%;
  }
  .f_06 .f_text p span, .f_07 .f_text p span {
    vertical-align: .6vw;
    font-size: 4vw;
  }
  .f_06 .f_title_l {
    left: auto;
    right: 3%;
  }
  .f06_pic .pd {
    margin-left: -5%;
  }
  .f_07 .f_title_r {
    right: auto;
    left: 3%;
  }
  .f07_pic .pd {
    margin-right: -5%;
  }
  .f_06 .f_text, .f_07 .f_text {
    width: 94%;
    margin: 20% 3% 0;
  }
  .product_detail {
    width: 100%;
  }
  .product_cont {
    padding: 10% 6%;
  }
}


@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
  [dir='rtl'] .slick-next {
    left: 5%;
  }
  [dir='rtl'] .slick-prev {
    right: 5%;
  }
  .lah_colorBox .lah_color > div {
    width: calc( 100% / 3 - 20px);
  }
  .lah_pd .lah_pic > div > p, .lah_colorBox {
    font-size: 1rem;
  }
  .lah_colorBox .lah_color > div.active {
    font-size: 1.1rem;
  }
  .lah_pd .lah_pic > div {
    padding: 26px 0 0;
  }
  .product_img {
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
  }
  .product_img > div {
    width: 100%;
    margin: 10% 0; 
  }
  .product_pic > div {
    font-size: 3.5vw;
    margin: 0 0 8%;
  }
  .sns_list {
    padding: 8% 0;
  }
  .sns_link {
    width: 40px;
  }
  .shopbnt {
    right: 10px;
  }
  .shopbnt a {
    width: 60px;
    height: 60px;
  }
}

