@charset "UTF-8";

@media (min-width: 768px) {
  section.spec-table {
    width: 840px;
    margin: auto auto 120px auto;
  }
  section.spec-table .txt-b {
    font-weight: bold;
    margin-bottom: 20px;
  }
  section.spec-table .table-wrapper.border {
    border-top: 1px solid #d8dee5;
    padding-top: 50px;
  }
  section.spec-table .table-wrapper.no-border {
    border-bottom: 0px solid #d8dee5;
  }
  section.spec-table .d-table {
    display: table;
  }
  section.spec-table .d-row {
    display: table-row;
  }
  section.spec-table .d-cell {
    display: table-cell;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 40px;
  }
  section.spec-table .d-cell:nth-of-type(2n + 1) {
    min-width: 154px;
  }
  section.spec-table .d-cell:nth-of-type(2n) {
    width: calc(100% - 154px);
    color: #5c656b;
  }
  section.spec-table .text:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  section.spec-table .title {
    display: block;
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
    padding: 20px 0 21px 0;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    text-decoration: none;
  }
  section.spec-table .bullet-list > li {
    margin-bottom: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  section.spec-table .bullet-list > li:last-of-type {
    margin-bottom: 38px;
  }
  section.spec-table .bullet-wrapper {
    display: flex;
  }
  section.spec-table .bullet-wrapper > span:first-of-type {
    flex-shrink: 0;
  }
  section.spec-table .title[aria-expanded="true"] {
    margin-bottom: 37px;
    border-bottom: 1px solid #d8dee5;
  }
  section.spec-table .title[aria-expanded="false"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  section.spec-table .title[aria-expanded="true"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  section.spec-table .external {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
    text-decoration: none;
  }
  section.spec-table .external:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-openwindow_gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    order: 2;
    margin-left: 4px;
  }
  section.spec-table .external:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/../common/img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .offer_txt .en {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    margin-bottom: 24px;
    display: block;
  }
  .offer_txt .ja {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-bottom: 9px;
    display: block;
  }
  .offer_txt .price {
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-bottom: 7px;
  }
  .offer_txt .yen {
    font-size: 1.4375rem;
    line-height: 1.4608695652;
    letter-spacing: 0.08em;
  }
  .offer_txt .tax {
    font-size: 0.8125rem;
    line-height: 2.5454545455;
    letter-spacing: 0.08em;
  }
}
/*--------------------------
 buy now SP
----------------------------*/
@media (max-width: 767.98px) {
  section.spec .block-bottom .inner-2,
  section.spec .block-middle .inner-2 {
    width: 100%;
  }
  section.spec .block-bottom .inner-3 .block-left,
  section.spec .block-middle .inner-3 .block-left {
    width: 100%;
  }
  section.spec .inner-4 {
    padding: 0;
  }
  section.spec-table {
    margin: auto 4vw 24vw 4vw;
  }
  section.spec-table .d-table {
    display: table;
  }
  section.spec-table .d-row {
    display: table-row;
  }
  section.spec-table .d-cell {
    display: table-cell;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 40px;
  }
  section.spec-table .d-cell:nth-of-type(2n + 1) {
    min-width: 24.5333333333vw;
  }
  section.spec-table .d-cell:nth-of-type(2n) {
    width: calc(100% - 24.5333333333vw);
    color: #5c656b;
    padding-left: 38px;
  }
  section.spec-table .text:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  section.spec-table .title {
    display: block;
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
    padding: 20px 0 21px 0;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    position: relative;
    text-decoration: none;
  }
  section.spec-table .bullet-list > li {
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  section.spec-table .bullet-list > li:last-of-type {
    margin-bottom: 40px;
  }
  section.spec-table .bullet-wrapper {
    display: flex;
  }
  section.spec-table .bullet-wrapper > span:first-of-type {
    flex-shrink: 0;
  }
  section.spec-table .title[aria-expanded="true"] {
    border-bottom: 1px solid #d8dee5;
    margin-bottom: 35px;
  }
  section.spec-table .title[aria-expanded="false"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  section.spec-table .title[aria-expanded="true"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
  section.spec-table .table-wrapper {
    display: none;
  }
  section.spec-table .table-wrapper.border {
    border-top: 1px solid #dbe0e7;
    padding-top: 25px;
  }
  section.spec-table .txt-b {
    font-weight: bold;
    margin-bottom: 50px;
  }
  section.spec-table .link-wrapper {
    margin-bottom: 40px;
  }
  section.spec-table .external {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  section.spec-table .external:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-openwindow_gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    order: 2;
    margin-left: 4px;
  }
  section.spec-table .external:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/../common/img/ic-arrow-gray.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.spec .block-right .comment {
    font-size: 0.875rem;
  }
}
