/* body */
body {
  /* padding-top: 136px !important; */
  padding-top: 0 !important;
}
.wrap_outter {
    width: 100%;
    position: relative;
}
.wrap_outter::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background: url(https://gigaplus.makeshop.jp/boniful/images/new/bg.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.wrap {
  margin: 0 auto !important;
  /* max-width: 100% !important; */
  max-width: 600px !important;
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP"!important;
  color: #1C1C1C;
}

a {
  text-decoration: none;
  color: #1C1C1C;
}

.title {
  text-align: center;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: calc(28px * 0.04);
  margin-bottom: 40px;
  margin-top: -30px;
}

.product_section small,
.review_blk small,
.recommend_blk small {
  font-size: 13px;
  letter-spacing: calc(14px * 0.16);
}

.top-sale {
  width: 18px;
  position: absolute;
  top: 5px;
  left: 5px;
}






/* header nav */
.header {
  background-color: #1C1C1C !important;
  /* position: fixed; */
  width: 100%;
  position: static !important;
}
.header-new {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .header-new {
      display: none !important;
  }
}
.header-new .header-left {
    position: absolute;
    top: 40%;
    left: 6vw;
    width: min(325px, 15vw);
}
.top-left-logo {
  margin-bottom: 60px;
}
.gnav {
  pointer-events: all;
  position: absolute;
  bottom: 200px;
  /* right: 5vw; */
  left: calc((100vw - 600px) / 2 + 600px + 5.29vw);
}
#globalnav {
  display: none;
}
@media screen and (max-width:600px) {
  #globalnav {
    display: block;
  }
}
.globalnav_list_new {
  flex-direction: column;
}
.globalnav_item_new {
  border-right: none;
  border-bottom: 2px dashed #B7B7B7;
  margin-bottom: 5px;
  width: 180px;
}
.globalnav_item_new a {
  display: block;
  padding: 25px 0;
}
.globalnav_item_new a::after {
  content: '>';
  position: absolute;
  right: 0;
}  
.header_cont_new {
  display: flex;
  width: 92%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0 15px;
  justify-content: space-between;
  align-items: center;
}
.header_logo_new {
  width: 100%;
  max-width: 440px;
  text-align: left;
  padding: 0;
}
.globalnav_list_new {
  min-height: 50px;
  max-width: 600px;
  margin: auto;
}
.globalnav_list_new .globalnav_item {
  padding: 0;
  flex: 1;
  text-align: center;
}
.header_blk {
  display: flex;
  justify-content: space-between;
  /* margin-right: 1rem; */
}
.header_blk_icon {
  width: 24px;
}
.header_blk_icon-login {
  margin-right: 10px;
}
.header_blk_icon-cart {
  margin-right: 15px;
}
.header_blk_icon-menu {
  align-self: center;
}
@media screen and (max-width:640px) {
  .header_blk_icon {
    /* width: 30px; */
    max-width: calc((50 / 750) * 100vw);
  }
}
.header_blk_icon-menu {
  align-self: center;
}







/* top mv */
.mv_blk {
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
  box-shadow: 0 4px 64px rgba(25, 25, 25, .15);
}
.mv_inner {
  position: relative;
  width: 100%;
}
.top-mv {
  display: block;
  width: 100%;
}
.mv-txt-blk {
  position: absolute;
  top: 5%;
  z-index: 1;
  text-align: center;
  width: 80%;
  left: 10%;
  font-weight: 600;
}
.txt-inner {
  padding-bottom: 15px;
  font-size: 2.5em;
  letter-spacing: -0.04em;

  background-image: linear-gradient(to right, rgba(28, 28, 28, 0) 0%, #1C1C1C 50%, rgba(28, 28, 28, 0) 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
}
.letter-small {
  font-size: 0.6em;
}
.upper-txt {
  margin-bottom: 18px;
}
@media screen and (max-width:780px) {
  .txt-inner {
    font-size: 5.3vw;
  }
}







/* intro */
.intro_blk {
  margin: 50px 0;
}
.intro {
  font-size: 15px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: 500;

}
@media screen and (max-width:760px) {
  .intro {
    font-size: 15px;
  }
}
@media screen and (max-width:600px) {
  .intro {
    font-size: 15px;
  }
}






/* main point */
.main-point {
  /* width: 100%; */
  margin: 0 auto;
}
.main-point-section {
  position: relative;
  width: 50%;
  margin: 0 auto;
  scale: 0;
}
.point-sub-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  text-align: center;
}
.circle {
  text-align: center;
}
.point-sub-title {
  width: 100%;
}
.point_blk {
  display: flex;
  margin-top: -5.5em;
}
.point-sub-title-number {
  font-size: 13px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.point-sub-title-text {
  font-size: 13px;
  line-height: 1.1;
  font-weight: 450;
}
.point-sec02 {
  margin-right: -1em;
}
.point-sec03 {
  margin-left: -1em;
}
@media screen and (max-width:940px) {
  .main-point-section {
    width: 50%;
  }
}
@media screen and (max-width:760px) {
  .main-point {
    width: 95%;
  }
  .point_blk {
    margin-top: -9vw;
  }
  .point-sec02 {
    margin-right: -1.5vw;
  }
  .point-sec03 {
    margin-left: -1.5vw;
  }
}
@media screen and (max-width:580px) {
  .point-sub-title-number {
    font-size: 13px;
  }
  .point-sub-title-text {
    font-size: 13px;
  }
}





/* main product slider*/
.main-product {
  width: 100%;
  overflow: visible;
}

.swiper-slide picture {
  display: block;
  width: 100%;
}

picture source,img {
  width: 100%;
}
.main-pagination {
  position: absolute;
  bottom: -20px;
}




/* skin problems */
.skin_problems_outter {
  width: 90%;
  margin: 50px auto;
  text-align: center;
}

.skin_problems_title {
  background-image: url(https://gigaplus.makeshop.jp/boniful/images/new/skin-problem-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 28px;
  width: 8em;
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media screen and (max-width:580px) {
  .skin_problems_title {
    font-size: 22px;
    width: 8em;
  }
}

.skin_problems_blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.skin_problems {
  padding: 10px 16px;
  background-color: #F7F7F7;
  border: 1px solid #C5C5C5;
  margin: 0 7.5px 10px;
  position: relative;
  font-size: 15px;
}

.skin_problems::after {
  content: '';
  position: absolute;
  top: -1.5px; /* 調整三角形的位置 */
  right: -4.5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #484848; /* 黑色三角形 */
  transform: rotate(45deg); /* 旋轉 45 度，使其變為斜的 */
}







/* products template */
.products_blk {
  background-color: #F7F7F7;
}
.product_section { 
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px dashed #B7B7B7;
}
.product_section.last {
  border-bottom: none;
  padding-bottom: 50px;
}
.product_inner {
  /* display: flex; */
  /* justify-content: space-between; */
  width: 100%;
  overflow: hidden;
}
.product_content {
  box-sizing: border-box;
}

.catagory_name {
  font-weight: 300;
  font-size: 10px;
  margin-top: 6px;
}
.tag {
  margin-top: -1px;
  /* margin-bottom: 8px; */
  line-height: 1.5;
  height: 4.5em;

}
.tag_name {
  background-color: #707070;
  color: #fff;
  font-size: 9px;
  margin-right: 4px;
  padding: 2px 3px 3px 3px;
}
.product_name {
  font-size: 13px;
  margin: 6px 0 6px 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price {
  font-size: 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
.big {
  font-size: 15px;
  margin: 0 5px;
}
.add_cart {
  background-image: url(https://gigaplus.makeshop.jp/boniful/images/new/product_cart.svg);
  background-size: 8%;
  background-repeat: no-repeat;
  background-position: 18px center;
  /* display: block;
  text-align: center;
  padding-left: 50px;
  height: 30px;
  line-height: 30px; */
  font-size: 13px;
  text-align: center;
  padding: 8px 22px 8px 44px;
  border: 1px solid #8D8D8D;
  border-bottom-width: 3px;
  position: relative;
  display: block;
}
.add_cart::after {
  content: '';
  position: absolute;
  top: 1.5px;
  right: -3.5px;; /* 調整三角形的位置 */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1C1C1C; /* 黑色三角形 */
  transform: rotate(45deg); /* 旋轉 45 度，使其變為斜的 */
}
@media screen and (max-width:600px)  {
  /* .product_content {
    margin: 0 0.5em;
  } */
  .product_name {
    font-size: 13px;
  }
}



/* review */
.review_blk {
  width: 100%;
  padding: 50px 0 25px;
}
.review_section {
  width: 90%;
  margin: 0 auto;
}
.review_section .title {
  margin-bottom: 15px;
}
.module-review-list {
  border-bottom: 2px dashed #B7B7B7;
}
.module-review-list:last-child {
  border-bottom: none;
}
.module-review-list a {
  padding: 25px 0 !important;
  width: 100%;
}





/* coupon */
.coupon_blk {
  display: flex;
  flex-direction: column;
  margin: 50px 0 25px;
}

.coupon {
  width: 90%;
  margin-bottom: 20px;
}

@media screen and (max-width:760px)  {
  .coupon {
    width: 90%;
  }
}




/* footer */
.footer {
  background-color: #1C1C1C;
  padding: 50px 0;
  color: #fff;
}
.footer_blk {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.mention_title {
  font-size: 16px;
  line-height: 2.2;
  margin: 45px 0 13px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}
.mention_txt {
  font-size: 13px;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: calc(14px * 0.05);
}
.contact {
  background-color: #F5DF93;
  color: #1C1C1C;
  background-image: url(https://gigaplus.makeshop.jp/boniful/images/new/arrow.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  width: 100%;
  height: 40px;
  line-height:40px;
  display: inline-block;
  text-align: center;
  margin: 40px 0 30px;
  font-size: 16px;
  font-weight: 550;
  letter-spacing: calc(16px * 0.06);
}
.media {
  display: flex;
  justify-content: center;
  margin: 0 auto 25px;
  column-gap: 1.2em;
}
.privacy {
  font-size: 13px;
  font-weight: 300;
  line-height: 3;
  letter-spacing: calc(14px * 0.1);
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.privacy a {
  color: #fff;
}
.copyright {
  padding-bottom: 0;
}
.footer_logo {
  max-width: 155px;
}
@media screen and (max-width:600px)  {
  .footer {
    padding: 50px 0;
  }
  .footer_blk, .contact {
    width: 92%;
  }
  .mention_title {
    font-size: 4.26667vw;
    margin: 25px 0 2.66667vw;
  }
  .contact {
    margin-top: 32px;
  }
}







/* animation */
@keyframes show {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
.show {
  animation: show 0.6s ease forwards;
}


.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(-30px);
}