@charset "UTF-8";
input, select, button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.under_content {
  margin: 174px auto 0 auto;
}
@media all and (max-width: 1170px) {
  .under_content {
    margin: 160px auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .under_content {
    margin: 70px auto 0 auto;
  }
}

.review_pg {
  margin-bottom: 120px;
}
@media all and (max-width: 767px) {
  .review_pg {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .review_pg {
    margin-bottom: 60px;
  }
}

.under_content_details {
  margin: 174px auto 120px auto;
}
@media all and (max-width: 1170px) {
  .under_content_details {
    margin: 160px auto 80px auto;
  }
}
@media all and (max-width: 767px) {
  .under_content_details {
    margin:70px auto 60px auto;
  }
}

.bread {
  max-width: 1480px;
  width: 90%;
  margin: 0 auto;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bread a {
  display: block;
  text-decoration: none;
  color: #D8D8D8;
  position: relative;
  padding-right: 17px;
  font-weight: bold;
}
.bread a:before {
  content: "＞";
  position: absolute;
  top: 0;
  right: 2px;
}
.bread .current a {
  color: #333;
  padding-right: 0;
  font-weight: normal;
}
.bread .current a:before {
  content: none;
}

.bread::-webkit-scrollbar {
  display: none;
}

.uc_inner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 0 40px;
}
@media all and (max-width: 1024px) {
  .uc_inner {
    display: block;
  }
}

.slides .sld1 {
  overflow: hidden;
}
.slides .sld1 .img {
  border-radius: 20px;
  overflow: hidden;
}
.slides .sld1 img {
  width: 100%;
}
.slides .sld1_w {
  position: relative;
}
.slides .sld2_w {
  position: relative;
}
.slides .sld2_w .swn {
  display: none;
}
.slides .sld2 {
  margin-top: 20px;
  overflow: hidden;
}
.slides .sld2 .img {
  border-radius: 8px;
  overflow: hidden;
}
.slides .sld2 img {
  border: 2px solid transparent;
}
.slides .sld2 .swiper-slide-thumb-active img, .slides .sld2 .thumb-media-active img {
  border-radius: 8px;
  border: 2px solid #06C1AA;
}
.slides .sld2 .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 20px;
}
.slides .swn {
  margin-top: 0;
}
.slides .sld1_w .swn{
  top: 50%;
}

.slides .scr_tm {
  display: none;
}
@media all and (max-width: 1200px) {
  .slides .swn {
    width: 100%;
    left: 0;
  }
  .slides .sld1_w .swn {
      top: 50%;
  }    
  .slides .sld1_w .swn .swiper-button-prev {
      left: -18px;
  }
  .slides .sld1_w .swn .swiper-button-next {
      right: -18px;
  }
}
@media all and (max-width: 767px) {
  .slides {
    margin-bottom: 40px;
  }
  .slides .swn {
    width: 95%;
    left: 2.5%;
  }
  .slides .sld1_w .swn .swiper-button-prev {
      left: -30px;
  }
  .slides .sld1_w .swn .swiper-button-next {
      right: -30px;
  }
  .slides .sld2_w .swn {
    display: block;
  }
  .slides .sld2 {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  .slides .sld2 .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .slides .scr_tm {
    display: block;
  }
  .slides .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 100%;
    left: 0;
    bottom: -20px;
  }
}
@media all and (max-width: 600px) {
  .slides .sld1_w .swn .swiper-button-prev {
      left: -18px;
  }
  .slides .sld1_w .swn .swiper-button-next {
      right: -18px;
  }
}

.swipe_und_thum .swiper-slide {
  cursor: pointer;
  transition: all 0.3s ease;
}
.swipe_und_thum .swiper-slide:hover {
  opacity: 0.7;
}

.under_page_ttl {
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .under_page_ttl {
    font-size: 2rem;
  }
}

.cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
  margin: 8px 0;
}
.cate p {
  color: white;
  border-radius: 100px;
  font-size: 1.2rem;
  padding: 1px 13px;
}
.cate .new {
  background: #EB368A;
}
.cate .cate_link {
  background: #F2A121;
}
.cate .cate_link a {
  color: white;
}
@media all and (max-width: 767px) {
  .cate {
    transform-origin: top left;
    transform: scale(0.8);
    gap: 0 8px;
    margin: 13px 0 3px 0;
  }
  .cate p {
    font-size: 1rem;
    padding: 1px 13px;
  }
}

.price_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.4rem;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #EDEDED;
}
.price_bx .num {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
.price_bx .tax, .price_bx .taxp {
  position: relative;
  top: 2px;
}

.rappin {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #EDEDED;
}
.rappin select {
  margin-top: 10px;
  display: block;
  max-width: 540px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #B7B7B7;
  padding: 8.5px 16px;
  box-sizing: border-box;
  color: #B7B7B7;
  font-size: 1.4rem;
  background: url("https://gigaplus.makeshop.jp/STbabysmile/images/sele_arw.png") center right no-repeat;
  background-size: auto 100%;
  cursor: pointer;
}
.rappin .colors {
  margin-top: 24px;
}
.rappin .color3 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
}
.rappin .color3 p {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid white;
  cursor: pointer;
}
.rappin .color3 i {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
}
.rappin .color3 .c1 i {
  background: #06C1AA;
}
.rappin .color3 .c1.sele {
  border: 1px solid #06C1AA;
}
.rappin .color3 .c2 i {
  background: #F2A121;
}
.rappin .color3 .c2.sele {
  border: 1px solid #F2A121;
}
.rappin .color3 .c3 i {
  background: #F080B4;
}
.rappin .color3 .c3.sele {
  border: 1px solid #F080B4;
}
@media all and (max-width: 767px) {
  .rappin select {
    max-width: 290px;
  }
}

.quan {
  margin-top: 20px;
}
.quan #count {
  margin-top: 5px;
  width: 140px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.quan #count input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #B7B7B7;
  padding: 7px 16px;
  box-sizing: border-box;
}
.quan #count .minus, .quan #count .plus {
  background: #B7B7B7;
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.quan #count .minus:hover, .quan #count .plus:hover {
  opacity: 0.6;
}
.quan #count .minus img, .quan #count .plus img {
  display: inline-block;
  width: 12px;
  height: auto;
  position: relative;
}
.quan #count .minus {
  bottom: 0;
}
.quan #count .minus img {
  top: -4px;
}
.quan #count .plus {
  top: 0;
}
.quan #count .plus img {
  top: -2px;
}

.cart_btn {
  width: 100%;
  max-width: 400px;
  margin-top: 24px;
}
.cart_btn a {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #06C1AA;
  font-size: 2.2rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cart_btn a:hover {
  opacity: 0.7;
}
.cart_btn a i {
  padding-left: 40px;
  background: url("https://gigaplus.makeshop.jp/STbabysmile/images/cart_conv.png") center left no-repeat;
  background-size: 29px auto;
}

.sti_cart {
  position: fixed;
  right: 0;
  bottom: 140px;
  max-width: 240px;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.sti_cart a {
  font-size: 1.8rem;
  border-radius: 100px 0 0 100px;
}
.sti_cart a i {
  padding-left: 31px;
  background: url(https://gigaplus.makeshop.jp/STbabysmile/images/cart_conv.png) center left no-repeat;
  background-size: 23px auto;
}
.sti_cart.hide {
  opacity: 0;
  visibility: hidden;
}
.sti_cart.dis1 {
  opacity: 1;
  visibility: visible;
}
.sti_cart.hide {
  opacity: 0;
  visibility: hidden;
}
.sti_cart.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .sti_cart {
    bottom: 100px;
    max-width: 100px;
  }
  .sti_cart a {
    padding: 5px 0;
    border-radius: 5px 0 0 5px;
  }
  .sti_cart a i {
    padding-left: 29px;
    background: url(https://gigaplus.makeshop.jp/STbabysmile/images/cart_conv.png) center left no-repeat;
    background-size: 20px auto;
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.fav_star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 24px;
  margin: 24px 0;
}
.fav_star .favs {
  background: url("https://gigaplus.makeshop.jp/STbabysmile/images/fav_mini.png") center left no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
  box-sizing: border-box;
  font-size: 1.2rem;
}
.fav_star .favorite-on {
  background: url("https://gigaplus.makeshop.jp/STbabysmile/images/ht2.png") center left no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
  box-sizing: border-box;
  font-size: 1.2rem;
}
.fav_star .hide {
  display: none;
}
.fav_star .stars img {
  height: 17px;
  width: auto;
}
.fav_star .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.fav_star .item-review-count {
  font-size: 1.2rem;
  margin-left: 5px;
}
@media all and (max-width: 767px) {
  .fav_star {
    display: block;
  }
  .fav_star .favs {
    margin-bottom: 10px;
  }
}

.info_etc {
  background: #F5F5F5;
  padding: 8px 24px;
  margin: 40px auto;
  box-sizing: border-box;
}
.info_etc a {
  color: #414141;
}
.info_etc h2 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.info_etc .in {
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #B7B7B7;
  font-size: 1.4rem;
}
.info_etc .in:last-of-type {
  border-bottom: none;
}
@media all and (max-width: 767px) {
  .info_etc {
    margin: 20px auto 40px auto;
    padding: 8px 16px;
  }
}

.ast {
  position: relative;
  font-size: 1.4rem;
  padding-left: 14px;
}
.ast:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.uc_ct_bnr {
  padding: 40px 0;
  border-top: 1px solid #EDEDED;
}
.uc_ct_bnr a {
  transition: all 0.3s ease;
}
.uc_ct_bnr a:hover {
  opacity: 0.7;
}

.youtube {
  margin: 20px 0 10px 0;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.uc_ct_bg_gray {
  background: #EBFAF8;
  border-radius: 16px;
  padding: 24px 40px;
  box-sizing: border-box;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.uc_ct_bg_gray .h2_v1 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .uc_ct_bg_gray {
    padding: 24px 16px;
    margin-bottom: 24px;
  }
  .uc_ct_bg_gray .h2_v1 {
    font-size: 1.8rem;
  }
}

.uc_img_c2 {
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.uc_img_c2 img {
  border-radius: 16px;
}
@media all and (max-width: 767px) {
  .uc_img_c2 {
    gap: 13px;
    margin: 24px 0;
  }
  .uc_img_c2 img {
    border-radius: 9px;
  }
}

.bx_ttlh3 h3 {
  position: relative;
  font-size: 1.6rem;
  padding-left: 24px;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.bx_ttlh3 h3:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #06C1AA;
}
@media all and (max-width: 767px) {
  .bx_ttlh3 h3 {
    margin-bottom: 10px;
  }
}

.acd {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  box-sizing: border-box;
}
.acd .btn {
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  display: block;
}
.acd .btn i {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -7.5px;
  transition: all 0.3s ease;
}
.acd .btn i:before, .acd .btn i:after {
  content: "";
  position: absolute;
  background: #06C1AA;
}
.acd .btn i:before {
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
}
.acd .btn i:after {
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
}
.acd .btn.open i {
  transform: rotate(180deg);
}
.acd .btn.open i:after {
  opacity: 0;
}
.acd .txt {
  font-size: 1.4rem;
  padding-bottom: 24px;
  display: none;
}
.acd .lines {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 0 10px;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.acd .lines:last-of-type {
  margin-bottom: 0;
}
.acd .lines .tl {
  background: #FFF0B5;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.acd .lines .tx {
  padding: 5px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .acd .btn {
    padding: 15px 0;
  }
  .acd .btn i {
    right: 20px;
  }
  .acd .txt {
    padding-bottom: 16px;
  }
}

.review1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  margin-top: 40px;
}
.review1 img {
  height: 17px;
  width: auto;
}
.review1 .btn {
  display: block;
  border-radius: 100px;
  background: #B7B7B7;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  padding: 3px 0;
  text-decoration: none;
  font-weight: 500;
  width: 120px;
  transition: all 0.3s ease;
}
.review1 .btn:hover {
  opacity: 0.7;
}
.review1 .item-review-count {
  font-size: 1.2rem;
  margin-left: 5px;
}
@media all and (max-width: 767px) {
  .review1 {
    margin-top: 30px;
    gap: 0 8px;
  }
}

.review2 {
  background: #FFF0B5;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px;
  box-sizing: border-box;
}
.review2 .ttl {
  font-size: 1.6rem;
  border-bottom: 1px solid #414141;
  padding-bottom: 10px;
}
.review2 .ttl i {
  background: url("https://gigaplus.makeshop.jp/STbabysmile/images/talk.png") center left no-repeat;
  background-size: 35px auto;
  padding: 5px 0 5px 40px;
}
.review2 .review_bx {
  margin-top: 24px;
  background: white;
  font-size: 1.4rem;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 14px;
}
.review2 .review_bx .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.review2 .review_bx .top .star img {
  height: 22px;
  width: auto;
}
.review2 .review_bx .top .names {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  gap: 0 14px;
}
.review2 .btn_rev1 {
  width: 170px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: white;
  background: #06C1AA;
  border-radius: 100px;
  margin: 24px auto 0 auto;
  font-weight: 500;
  padding: 10px 0;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.review2 .btn_rev1:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .review2 {
    margin-top: 20px;
    padding: 16px 16px 24px 16px;
  }
  .review2 .ttl {
    padding: 10px 0;
  }
  .review2 .ttl i {
    padding-left: 40px;
    background: url("https://gigaplus.makeshop.jp/STbabysmile/images/talk.png") center left no-repeat;
    background-size: 35px auto;
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .review2 .review_bx {
    margin-top: 16px;
    padding: 16px;
  }
  .review2 .review_bx .top {
    display: block;
    margin-bottom: 10px;
  }
  .review2 .review_bx .top .star img {
    height: 18px;
  }
  .review2 .review_bx .top .names {
    margin-top: 10px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 14px;
  }
  .review2 .btn_rev1 {
    margin: 16px auto 0 auto;
  }
}

.review_bnr {
  margin-top: 30px;
}
.review_bnr img {
  width: 100%;
}

.top_category {
  margin: 120px 0;
}
@media all and (max-width: 767px) {
  .top_category {
    margin: 80px 0;
  }
}

.special .und_ttl1, .new_area .und_ttl1 {
  padding: 30px 0 15px 0;
}
.special .und_ttl1 h2, .new_area .und_ttl1 h2 {
  color: #06C1AA;
  font-size: 3.2rem;
}
@media all and (max-width: 767px) {
  .special .und_ttl1, .new_area .und_ttl1 {
    padding: 22px 0 15px 0;
  }
  .special .und_ttl1 h2, .new_area .und_ttl1 h2 {
    font-size: 2.6rem;
  }
}

.new_area {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  .new_area {
    margin-top: 40px;
  }
}

.feature_und {
  background: none;
  padding: 60px 0;
}
.feature_und .ttl_bx {
  color: #06C1AA;
}
.feature_und .bx_tape .im {
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 767px) {
  .feature_und {
    padding: 40px 0;
  }
}

.cate_inner h1 {
  margin: 60px 0 80px 0;
  font-weight: 700;
  color: #06C1AA;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.2rem;
}
@media all and (max-width: 767px) {
  .cate_inner h1 {
    margin: 40px 0;
    font-size: 3.2rem;
  }
}

.cate_list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.cate_list1 a {
  color: #06C1AA;
  text-decoration: none;
}
.cate_list1 a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .cate_list1 {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .cate_list1 a {
    font-size: 1.4rem;
  }
}

.sort_bar {
  margin: 40px 0;
  border-radius: 16px;
  background: #F5F5F5;
  padding: 18px 30px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.sort_bar .sort_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.sort_bar .sort_btn select {
  padding-right: 20px;
  box-sizing: border-box;
  background: url("https://gigaplus.makeshop.jp/STbabysmile/images/sort_arw.png") center right no-repeat;
  background-size: 12px auto;
  color: #111;
}
@media all and (max-width: 767px) {
  .sort_bar {
    margin: 24px 0;
    padding: 14px 16px;
  }
  .sort_bar .sort_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .sort_bar .sort_btn select {
    padding-right: 20px;
    box-sizing: border-box;
    background: url("https://gigaplus.makeshop.jp/STbabysmile/images/sort_arw.png") center right no-repeat;
    background-size: 12px auto;
  }
}

.cate_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 32px;
}
@media all and (max-width: 1024px) {
  .cate_content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 767px) {
  .cate_content {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.pgw {
  text-align: center;
  margin: 70px auto 120px auto;
}
.pgw .in1 {
  display: inline-block;
}
.pgw .in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
.pgw .pager_item {
  display: block;
  text-decoration: none;
  color: #989898;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  text-align: center;
  background: #EEEEEE;
  padding-top: 2px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.pgw .pager_item.act {
  background: #06C1AA;
  color: white;
}
.pgw .pager_item:hover {
  background: #06C1AA;
  color: white;
}
.pgw .prev, .pgw .next {
  background: none;
  line-height: 1;
  padding-top: 8px;
  position: relative;
}
.pgw .prev img, .pgw .next img {
  line-height: 1;
  width: 10px;
  display: inline-block;
}
.pgw .prev:hover, .pgw .next:hover {
  background: none;
  color: white;
  opacity: 0.7;
}
.pgw .prev {
  opacity: 0.5;
  right: -10px;
}
.pgw .next {
  left: -10px;
}
@media all and (max-width: 767px) {
  .pgw {
    margin: 40px auto 80px auto;
  }
}

#Present li {
  text-decoration: none;
  list-style: none;
  background: #fff;
  width: 45%;
  display: block;
  border-radius: 1rem;
  padding: 20px;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.09);
  margin: 3%;
}
#Present li a {
  display: block;
  color: #875353;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}
#Present li a:hover {
  opacity: 60%;
}
#Present li img:first-of-type {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#Present li img:nth-of-type(2) {
  display: block;
  width: 90%;
  margin: 2rem auto 1rem auto;
}
#Present ul {
  margin: 0 5%;
}
#Present .hero__text {
  display: block;
  text-align: center;
  padding: 17px 0;
}
#Present .hero__text img {
  display: inline-block;
  width: 1200px;
  max-width: 100%;
}
#Present .main-contents {
  background-image: url(https://www.babysmile-info.jp/wp/wp-content/uploads/present/bg_pc.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
  min-height: unset;
}
#Present .main-contents__list {
  display: flex;
  justify-content: space-between;
  width: 86vw;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 0;
}
#Present .cta__btn img {
  display: block;
  max-width: 65%;
  margin: -26% auto 0 auto;
}
#Present .udr-text {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-image: url(https://www.babysmile-info.jp/wp/wp-content/uploads/present/bg_txt_pc.webp);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: bottom;
  padding: 7vw 0 4vw 0;
}
#Present .udr-text img {
  display: inline-block;
  max-width: 1000px;
  width: 63%;
  padding-top: 3vw;
}
#Present a {
  transition: 0.5s;
}
#Present a:hover {
  transition: 0.5s;
  opacity: 80%;
}
@media all and (max-width: 767px) {
  #Present .main-contents {
    padding: 0;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 782px) {
  #Present .main-contents__list {
    display: block;
    padding: 26px 0 180px 0;
    width: 100%;
  }
  #Present .hero__text {
    padding: 0;
  }
  #Present h3 {
    margin: 0 !important;
  }
  #Present .main-contents {
    background-image: url(https://www.babysmile-info.jp/wp/wp-content/uploads/present/bg_sp.webp);
  }
  #Present .cta__btn img {
    max-width: 70%;
    margin: -28% auto 0 auto;
  }
  #Present .udr-text {
    background-image: none;
    padding: 0;
  }
  #Present .udr-text img {
    width: 100%;
    margin-top: -90px;
  }
  #Present .udr-text picture {
    background-color: #FFF;
    padding-bottom: 2px;
  }
  #Present li {
    background: #fff;
    width: 78%;
    display: block;
    border-radius: 0.8rem;
    padding: 20px;
    margin: 0 auto;
  }
  #Present ul li:first-of-type {
    margin-bottom: 30px;
  }
  #Present li img:nth-of-type(2) {
    display: block;
    width: 100%;
    margin: 1rem auto 0.5rem auto;
  }
  #Present .cta__btn img {
    max-width: 94%;
    margin: -28% auto 0 auto;
  }
  #Present li a {
    display: block;
    color: #875353;
    font-size: 14px;
    text-align: center;
  }
  .sp-only {
    display: block;
  }
  #Present .udr-text {
    margin: -60px auto 0 auto;
  }
  #Present li a {
    padding-bottom: 10px;
  }
}
#Present .cta__btn img {
  padding-left: 0 !important;
}

.item-despriction {
  font-size: 1.4rem;
  line-height: 1.6;
}

.item-despriction1 {
  margin-top: 40px;
}

/* 送料無料等の強調表示 */
.item-despriction .att_txt{
    background: #fff0b5;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.item-despriction .att_txt h4{
    font-size: 1.8rem;
    margin-bottom: 2px;
    font-weight: bold;
    color: #f93f6e;
}
.item-despriction .att_txt .c-red{
    color: #f93f6e;
}
.item-despriction .att_txt .subtit{
    font-size: 1.6rem;
}

.reviewRate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reviewRateStar {
  color: #06C1AA;
}

.reviewRateStar::before {
  font-size: 1.7rem;
}

.review-list-score-wrap .reviewRateStar::before {
  font-size: 2.2rem;
}

.review-item-wrap {
  font-size: 1.4rem;
}

.review-item-info {
  font-size: 1.4rem;
}

.review_pg .rev_ttl {
  margin-bottom: 48px;
  margin-top: 48px;
}
.review_pg .rev_ttl h2 {
  font-size: 1.6rem;
  border-left: 2px solid #06c1aa;
  padding: 16px 0 16px 37px;
  color: #333333;
}
.review_pg .total-review .reviewRateStar::before {
  font-size: 1.7rem;
}
.review_pg .review-average {
  font-size: 2rem;
}
.review_pg .review-average .review-count {
  font-size: 1.4rem;
}
.review_pg .total-count {
  font-size: 1.6rem;
  text-align: left;
}
.review_pg .btn_write_review {
  max-width: 300px;
  width: 100%;
  margin: 20px auto 40px auto;
  display: block;
  border-radius: 100px;
  background: #B7B7B7;
  color: white;
  font-size: 1.6rem;
  text-align: center;
  padding: 13px 0;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.review_pg .btn_write_review:hover {
  opacity: 0.7;
}

.review_post, .etc_page {
  margin-bottom: 120px;
}
@media all and (max-width: 767px) {
  .review_post, .etc_page {
    margin-bottom: 20px;
  }
}

.review-form-content input, .review-form-content textarea {
  width: 100%;
  border: 1px solid #DDDBDB;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 8px;
}

.policy-wrap {
  width: 80%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  .policy-wrap {
    width: 100%;
  }
}

.contract-item {
  width: 80%;
  margin: 0 auto 4px;
  display: flex;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}

.guide-section-title {
  font-size: 2rem;
}

.mail_about img {
  width: 50%;
  margin: 0 auto;
}

.cart-list-head {
  font-size: 1.4rem;
}

.cart-delete-btn {
  font-size: 1.6rem;
}

.cart-list-total-price {
  font-size: 1.8rem;
}

.cart-list-unit-price {
  font-size: 1.2rem;
}

.cart-total {
  font-size: 1.8rem;
  align-items: center;
}

.cart-total .cart-total-price {
  font-size: 2.2rem;
}

.checkout-btn, .keep-btn {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.cart-continue {
  margin-top: 32px;
  font-size: 1.6rem;
  text-align: center;
}

.incart-total-item {
  margin-bottom: 32px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .contract-item {
    width: 100%;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .contract-item dt {
    padding: 8px 16px;
  }
}

@media all and (max-width: 767px) {
  .contract-item dd {
    padding: 10px 0px;
  }
}

.cate_inner {
  margin-bottom: 200px !important;
}
@media all and (max-width: 767px) {
  .cate_inner {
    margin-bottom: 120px !important;
  }
}

.cll {
  color: #000 !important;
}
.cll option {
  color: #000 !important;
}

.cart_newmen {
  margin-bottom: 80px;
  display: block;
}
@media all and (max-width: 767px) {
  .cart_newmen {
    margin-bottom: 50px;
  }
}

.faq__q,
.faq__a {
  position: relative;
  padding-left: 24px;
}
.faq__q:before,
.faq__a:before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* 質問文 */
.faq__q {
  font-weight: bold;
  margin-bottom: 8px;
}
.faq__q:before {
  content: "Q.";
  color: #c80021; /* 「Q」の文字色 */
}

/* 回答文 */
.faq__a {
  margin-bottom: 16px;
}
.faq__a:before {
  content: "A.";
  color: #0085C8; /* 「A」の文字色 */
}

.m-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.free_page_cont {
  margin: 240px auto 120px auto;
  width: 90%;
  max-width: 960px;
}
@media all and (max-width: 1170px) {
  .free_page_cont {
    margin: 200px auto 100px auto;
  }
}
@media all and (max-width: 767px) {
  .free_page_cont {
    margin: 40px auto;
    width: 100%;
  }
}

/*# sourceMappingURL=under.css.map */
