/* CSS Document */

/***************************
 ** トップページ
 */
.base_section {
  margin-bottom: 8rem;
}

.products_list {
  flex-wrap: wrap;
}

.products_list li {
  flex-basis: 25%;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}

.product_inner {
  box-sizing: border-box;
  padding: 1rem;
  height: 100%;
  border-right: 1px dotted #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
}

.products_list li:nth-child(4n) .product_inner {
  border-right: none;
}

.products_category {
  margin-bottom: 1rem;
}

.products_category span {
  display: inline-block;
  line-height: 1;
  padding: 0.5em;
  font-size: 0.75rem;
  font-weight: bold;
  color: #d0167a;
  background: #fff6fb;
}

.products_list li .product_img {
  margin-bottom: 1rem;
}

.products_list li .product_name {
  font-size: 0.875rem;
  font-weight: bold;
}

.products_list li .product_name span {
  color: #d0167a;
}

.products_list li .postscript {
  font-size: 0.75rem;
  padding-top: 0.5rem;
}

.products_list li .price {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

.products_list li .detail_btn a {
  width: 100%;
  font-size: 0.875rem;
  padding: 0.5rem;
}

/* NEWアイコン */
.new {
  position: relative;
}

.new::after {
  display: block;
  content: "NEW";
  font-size: calc(10px + 0.3vw);
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  text-align: center;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 6rem;
}

.basemake_section .products_list::after,
.skincare_section .products_list::after,
.pointmake_section .products_list::after {
  display: block;
  content: "";
  width: 25%;
  border-bottom: 1px solid #ccc;
}

.othercare_section .products_list::after {
  display: block;
  content: "";
  width: 50%;
  border-bottom: 1px solid #ccc;
}

/*.skincare_section .products_list::after {
  display: block;
  content: "";
  width: 75%;
  border-bottom: 1px solid #ccc;
}*/

.products_note {
  padding: 0 1rem;
  font-size: 0.75rem;
}

@media screen and (max-width: 736px) {
  .base_section {
    margin-bottom: 3rem;
  }

  .products_list li {
    flex-basis: 50%;
    width: 50%;
    padding: 1rem;
  }
  
  .products_list li:nth-child(odd) {
    border-right: 1px dotted #ccc;
  }
  
  .product_inner {
    padding: 0;
    border-right: none;
  }

  .products_list li .product_name {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .products_list li .price {
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
  
  .products_list li .detail_btn a {
    font-size: 0.75rem;
    padding: 0.5rem;
    line-height: 1.2;
  }
  
  .basemake_section .products_list::after,
  .skincare_section .products_list::after,
	.pointmake_section .products_list::after {
    width: 50%;
  }
  
  .othercare_section .products_list::after {
    display: none;
  }
  
  /*.skincare_section .products_list::after {
    display: none;
  }*/
}

@media screen and (max-width: 411px) {
  .products_list li {
    padding: 0.5rem;
  }
}


/***************************
 ** 商品紹介ページ
 */

/* 基本情報 */
.product_base_info {
  margin-bottom: 7rem;
}

.product_base_info .product_img {
  text-align: center;
}

.product_base_info_text .products_category span {
  font-size: 1rem;
}

.product_base_info_text .product_name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.product_base_info_text .product_name .name_first {
  display: block;
  border-bottom: 1px solid #d0167a;
  margin-bottom: 0.5rem;
}

.product_base_info_text .product_name .quasi {
  display: block;
  color: #d0167a;
}

.product_base_info_text .product_text {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.product_base_info_text .note {
  font-size: 0.75rem;
  margin-bottom: 1.5rem;
}

.product_base_info_text .component {
  margin-bottom: 3rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product_base_info_text .component li {
  flex: none;
  width: 20%;
  margin-bottom: 0.5rem;
}

.product_base_info_text .component li span {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
}
.component li span .comp-post {
  font-size: 0.7em;
}

.product_base_info_text .component-478Y li {
  width: 22%;
}

.product_base_info_text .price td {
  font-weight: bold;
}

.product_base_info_text .price td .price_note {
  font-weight: normal;
}

.product_base_info_text .price td p {
  text-align: right;
}

.product_base_info_text .cart_btn a {
  padding: 0.5rem 2rem;
}

/* 詳細情報 */
.product_detail_info {
  font-size: 0.875rem;
}

.product_detail_info_list > li {
  border-top: 1px solid #ccc;
  padding: 1.5rem;
}

.list_item_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.list_item_sub_ttl {
  font-weight: bold;
  margin-bottom: 1rem;
}

.inner_list li {
  margin-bottom: 0.5rem;
  list-style: disc inside;
}

.inner_list li:last-child {
  margin-bottom: 0;
}

.number_list li {
  margin-bottom: 0.5rem;
}

.agingcare-list {
  -webkit-justify-content: center;
  justify-content: center;
}
.agingcare-list li {
  flex: none;
  width: 14%;
  margin-right: 1.5em;
}
.agingcare-list li:last-child {
  margin-right: 0;
}
.agingcare-list li img {
  width: 96px;
  display: block;
  margin: 0 auto 5px;
}
.agingcare-list li span {
  display: block;
  text-align: center;
  line-height: 1.4em;
}

.all_components {
  padding: 1rem 1.5rem;
  background: #ededed;
}

.all_components_ttl {
  font-weight: bold;
}

.product_detail_info_list .note {
  margin-top: 1rem;
  font-size: 0.75rem;
}

.notice {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10rem;
}

.notice_ttl {
  padding: 0.8rem 1rem;
  position: relative;
  font-size: 1rem;
}

.notice_ttl::after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  display: inline-block;
  color: #d0167a;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}

.notice_ttl.btn_active::after {
  content: '\f077';
}

.notice_contents {
  padding: 1rem;
}

.notice_contents dt {
  font-weight: bold;
  margin-bottom: 1rem;
}

.notice_contents dd:first-of-type {
  margin-bottom: 1.5rem;
}

.notice_list li {
  margin-bottom: 1rem;
}

@media screen and (max-width: 736px) {
  /* 基本情報 */
  .product_base_info {
    margin-bottom: 3rem;
  }

  .product_base_info .product_img {
    margin-bottom: 1rem;
  }
  
  .product_base_info .product_img img {
    width: 75%;
  }

  .product_base_info_text .products_category span {
    font-size: 0.875rem;
  }

  .product_base_info_text .product_name {
    font-size: 1.15rem;
    margin-bottom: 2rem;
  }

  .product_base_info_text .component {
    margin-bottom: 1.5rem;
  }

  .product_base_info_text .component li {
    width: 20%;
    box-sizing: border-box;
    padding-right: 2%;
  }
  
  .product_base_info_text .component li span {
    font-size: 11px;
  }

  /* 詳細情報 */
  .product_detail_info {
    font-size: 0.75rem;
  }

  .product_detail_info_list > li {
    padding: 0.8rem 0;
  }

  .list_item_ttl {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }

  .list_item_sub_ttl {
    margin-bottom: 0.5rem;
  }
  
  .agingcare-list li {
	width: 25%;
  }

  .all_components {
    padding: 0.8rem;
  }

  .product_detail_info_list .note {
    margin-top: 0.8rem;
  }

  .notice {
    margin-bottom: 3rem;
  }

  .notice_ttl {
    padding: 0.8rem;
    font-size: 0.875rem;
  }

  .notice_contents {
    padding: 0 0 0.8rem;
  }

  .notice_contents dt {
    margin-bottom: 0.8rem;
  }

  .notice_contents dd:first-of-type {
    margin-bottom: 1rem;
  }
}

/***************************
 ** カート（カラーミーのボタンカスタマイズ）
 */

/* PC用カート */
.cart_area > div {
  text-align: left!important;
}

.cart_area .cartjs_box {
  padding: 0!important;
}

.cartjs_cart_in:first-of-type {
  display: none;
}

.cartjs_product_table {
  margin-bottom: 1rem!important;
}

.cartjs_product_table table {
  max-width: 30%!important;
  margin: 0 0 15px 0!important;
  border: 1px solid #ccc!important;
}

.cartjs_product_table table tr th {
  padding: 0.5rem!important;
  font-size: 0.875rem!important;
}

.cartjs_product_table table tr td {
  padding: 0.5rem!important;
}

.cartjs_product_table table tr td input {
  padding: 0!important;
  font-size: 1.15rem;
  background: #efefef;
  text-align: right;
}

.cartjs_cart_in {
  text-align: left!important;
}

.cartjs_cart_in input[type="submit"] {
  background-color: #d0167a!important;
  height: auto!important;
  padding: 0.5rem 2rem!important;
  font-weight: bold;
}

.capacity_variation {
  display: block;
  font-weight: bold;
  font-size: 1.15rem;
}

@media screen and (max-width: 736px) {
  .cartjs_box {
    border: none!important;
  }

  .cartjs_header {
    display: none!important;
  }

  .cartjs_block {
    padding: 0!important;
  }

  .cartjs_dtl_tbl {
    max-width: 50%;
    border: 1px solid #ccc;
  }

  .cartjs_product_num th {
    background: none!important;
    width: 50%!important;
    font-size: 0.875rem!important;
  }

  .cartjs_quantity {
    width: 50%!important;
  }

  .cartjs_quantity input[type="number"] {
    text-align: right!important;
    background: #efefef;
    width: 100%!important;
  }

  .cartjs_buy p .cartjs_btn {
    width: 100%!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background-color: #d0167a!important;
    background-image: none!important;
    border: none!important;
    text-shadow: none!important;
  }
  
  .capacity_variation {
    font-size: 1rem;
  }
}



















