:root {
    --txtMainColor: #000;
    --accentColor: #92c2d0;
    --borderMainColor: #e6e6e6;
    --yuGothic: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --shipporiMin: "Shippori Mincho", serif;
    --mont: "Montserrat", sans-serif;
}

.c-ttl {
    font-size: 28px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}
@media only screen and (max-width: 719px) {
    .c-ttl {
        font-size: 22px;
    }
}
.c-ttl:after {
    content: "";
    width: 28px;
    height: 1px;
    background: #9bbfcd;
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
}
@media only screen and (max-width: 719px) {
    .c-ttl:after {
        width: 20px;
    }
}

.p-product_content {
    font-feature-settings: "palt";
    font-family: var(--yuGothic);
}
.p-product_content__inner {
    max-width: 978px;
}
@media only screen and (max-width: 719px) {
    .p-product_content__inner {
        margin-bottom: 40px;
    }
}
.p-product_content__inner__img {
    width: 41.4%;
}
@media only screen and (max-width: 719px) {
    .p-product_content__inner__img {
        width: 100%;
    }
}
.c-product_img .splide__arrow--prev {
    left: -10px;
}
@media only screen and (max-width: 719px) {
    .c-product_img .splide__arrow--prev {
        left: 0;
    }
}
.c-product_img .splide__arrow--next {
    right: -10px;
}
@media only screen and (max-width: 719px) {
    .c-product_img .splide__arrow--next {
        right: 0;
    }
}
.p-product_content__inner__info {
    width: 49.4%;
}
@media only screen and (max-width: 719px) {
    .p-product_content__inner__info {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
}
.block__info {
    margin-bottom: 25px;
}
.block__info__ttl {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}
@media only screen and (max-width: 719px) {
    .block__info__ttl {
        font-size: 22px;
    }
}
.block__info__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
}
.block__info__label {
    margin-bottom: 8px;
}
.block__info__label span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background: #9bbfcd;
    padding: 5px 7px 4px;
}
.block__info__capa {
    font-size: 16px;
}
.block__info__stl dt {
    font-size: 14px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.block__info__stl dd {
    font-size: 12px;
    line-height: 1.7;
}
.block__info__stl dd.note {
    font-size: 10px;
    text-align: right;
    margin-top: 12px;
}
.block__info .c-product_info__favorite {
    margin-top: 29px;
}
.block__info .c-product_info__favorite__btn span {
    position: relative;
}
.block__info .c-product_info__favorite__btn span:before {
    content: "♡";
    font-size: 20px;
    color: #000;
    font-weight: bold;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.block__price {
    margin-bottom: 30px;
}
.block__price__item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.block__price__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.block__price__label span {
    font-size: 14px;
    color: #9bbfcd;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #9bbfcd;
    padding: 4px 7px 3px;
}
.block__price__ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
}
.block__price__ttl strong {
    font-size: 24px;
    margin: 0 0 0 22px;
}
.block__price__ttl small {
    font-size: 14px;
}
.block__price__btn {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 100%;
}
.price01 .block__price__btn {
    background: #a8a8a8;
}
.price02 .block__price__btn {
    background: #9bbfcd;
}
.block__note {
    background: #f4f4f4;
    padding: 0 24px;
    margin: 0 auto 38px;
    max-width: 978px;
}
.block__note dt {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 22px 0;
    cursor: pointer;
    position: relative;
}
.block__note dt:after {
    content: "";
    border: solid #9bbfcd;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 25px;
    transition: all 0.4s;
}
@media only screen and (max-width: 719px) {
    .block__note dt:after {
        right: 2px;
    }
}
.block__note dt.active:after {
    transform: rotate(-135deg);
    top: 30px;
}
.block__note .in {
    border-top: 1px solid #eaeaea;
    display: none;
}
.block__note .row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
@media only screen and (max-width: 719px) {
    .block__note .row {
        display: block;
    }
}
.block__note .col {
    width: 48%;
}
@media only screen and (max-width: 719px) {
    .block__note .col {
        width: 100%;
    }
}
.block__note dd {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 15px;
}
.block__note dd strong {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7;
    display: block;
}
.block__note dd a {
    text-decoration: underline;
}
.block__delivery {
    margin-bottom: 40px;
}
.block__delivery__ttl {
    font-size: 14px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.block__delivery__in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width: 719px) {
    .block__delivery__in {
        gap: 20px 0;
    }
}
.block__delivery__item {
    border: 1px dotted #92c2d0;
}
.block__delivery__item.item01 {
    width: 53.9%;
}
@media only screen and (max-width: 719px) {
    .block__delivery__item.item01 {
        width: 100%;
    }
}
.block__delivery__item.item02 {
    width: 40.5%;
}
@media only screen and (max-width: 719px) {
    .block__delivery__item.item02 {
        width: 100%;
    }
}
.block__delivery__stl {
    margin-left: 8px;
    transform: translateY(-50%);
}
.block__delivery__stl span {
    font-size: 14px;
    color: #9bbfcd;
    font-weight: bold;
    letter-spacing: 0.03em;
    background: #fff;
    padding: 0 6px 0 30px;
    position: relative;
}
.item01 .block__delivery__stl span:before {
    content: "";
    background: url(https://ec-force.s3.amazonaws.com/tokyodermonlinec/uploads/img/common/ico_track.svg) no-repeat left
        top / 100%;
    width: 18px;
    height: 13px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.item02 .block__delivery__stl span:before {
    content: "";
    background: url(https://ec-force.s3.amazonaws.com/tokyodermonlinec/uploads/img/common/ico_money.svg) no-repeat left
        top / 100%;
    width: 21px;
    height: 15px;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.block__delivery__txt01 {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    padding: 0 7px 17px 17px;
}
.block__delivery__txt01 strong {
    font-size: 20px;
    color: #9bbfcd;
    font-weight: bold;
    margin: 0 2px;
}
.block__delivery__txt01 small {
    font-size: 12px;
}
.block__delivery__txt02 {
    text-align: center;
    padding: 0 17px 17px;
}
.block__delivery__txt02 span {
    font-size: 14px;
    letter-spacing: 0.03em;
    position: relative;
    padding: 0 48px 0 0;
    margin-top: 5px;
    display: inline-block;
}
@media only screen and (max-width: 719px) {
    .block__delivery__txt02 span {
        padding: 0 55px 17px 0;
        margin-top: 8px;
    }
}
.block__delivery__txt02 span:before {
    content: "";
    background: url(https://ec-force.s3.amazonaws.com/tokyodermonlinec/uploads/img/common/ico_card.svg) no-repeat left
        top / 100%;
    width: 39px;
    height: 29px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 719px) {
    .block__delivery__txt02 span:before {
        top: 24%;
    }
}
.c-product_info__share {
    justify-content: center;
}
.sec__product {
    padding: 40px 0 100px;
}
@media only screen and (max-width: 719px) {
    .sec__product {
        padding: 40px 0 60px;
    }
}
.product__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 30px;
    max-width: 1005px;
}
.product__img {
    width: 48%;
}
@media only screen and (max-width: 719px) {
    .product__img {
        width: 100%;
        margin-bottom: 30px;
    }
}
.product__txt {
    width: 52%;
    position: relative;
    padding: 38px 60px 0 0;
}
@media only screen and (max-width: 719px) {
    .product__txt {
        width: 100%;
        padding: 0;
    }
}
.product__txt__stl {
    font-size: 16px;
    letter-spacing: 0.13em;
    margin-bottom: 13px;
}
.product__txt__ttl {
    font-size: 32px;
    font-family: var(--shipporiMin);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}
@media only screen and (max-width: 719px) {
    .product__txt__ttl {
        font-size: 28px;
    }
}
.product__txt__circle {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    width: 97px;
    height: 97px;
    background: #9bbfcd;
    position: absolute;
    right: 40px;
    top: 0;
}
@media only screen and (max-width: 719px) {
    .product__txt__circle {
        right: 0;
        transform: translateY(-100%);
    }
}
.product__cat__ttl {
    position: relative;
    margin-bottom: 14px;
    z-index: 2;
}
.product__cat__ttl:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #eaeaea;
    z-index: -1;
}
.product__cat__ttl span {
    font-size: 14px;
    letter-spacing: 0.13em;
    background: #fff;
    padding-right: 12px;
}
.product__cat__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
}
@media only screen and (max-width: 719px) {
    .product__cat__list {
        gap: 10px 2%;
    }
}
.product__cat__list li {
    font-size: 20px;
    color: #9bbfcd;
    font-weight: bold;
    letter-spacing: 0.06em;
    width: 32%;
    height: 42px;
    border: 1px solid #9bbfcd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 719px) {
    .product__cat__list li {
        font-size: 16px;
        width: 49%;
        height: 35px;
    }
}
.product__cat__list.w100 li {
    width: 100% !important;
    justify-content: flex-start;
    padding: 5px 10px 5px 40px;
    height: auto;
}
@media only screen and (max-width: 719px) {
    .product__cat__list.w100 li {
        padding-left: 20px;
    }
}
.product__note {
    background: #f4f4f4;
    max-width: 880px;
    margin: 0 auto;
    padding: 25px 40px;
}
@media only screen and (max-width: 719px) {
    .product__note {
        padding: 20px;
    }
}
.product__note dt {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product__note dd {
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
.sec__point {
    padding: 0 0 95px;
}
@media only screen and (max-width: 719px) {
    .sec__point {
        padding: 0 0 60px;
    }
}
.point__item {
    max-width: 880px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (min-width: 720px) {
    .point__item:nth-child(2n) {
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width: 719px) {
    .point__item {
        margin: 0 auto 50px;
    }
}
.point__item:last-child {
    margin-bottom: 0;
}
.point__item__txt {
    width: 45%;
    margin-top: 15px;
}
@media only screen and (max-width: 719px) {
    .point__item__txt {
        width: 100%;
        margin: 0 0 20px;
    }
}
.point__stl {
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
}
@media only screen and (max-width: 719px) {
    .point__stl {
        margin-bottom: 10px;
    }
}
.point__stl:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #9bbfcd;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}
.point__stl span {
    font-size: 18px;
    color: #9bbfcd;
    font-family: var(--mont);
    font-weight: 500;
    letter-spacing: 0.06em;
    background: #fff;
    padding-right: 15px;
}
@media only screen and (max-width: 719px) {
    .point__stl span {
        font-size: 16px;
    }
}
.point__ttl {
    font-size: 28px;
    font-family: var(--shipporiMin);
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 14px;
    letter-spacing: 0;
}
@media only screen and (max-width: 719px) {
    .point__ttl {
        font-size: 24px;
    }
}
.point__ttl sup {
    font-size: 12px;
}
.point__txt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.point__txt sup {
    font-size: 10px;
}
.point__note {
    font-size: 10px;
    margin-top: 20px;
}
.point__item__img {
    width: 49.5%;
}
@media only screen and (max-width: 719px) {
    .point__item__img {
        width: 100%;
    }
}
.sec__free {
    padding: 0 0 95px;
}
@media only screen and (max-width: 719px) {
    .sec__free {
        padding: 0 0 60px;
    }
}
.feee__inner {
    border: 1px solid #9bbfcd;
    border-radius: 15px;
    max-width: 880px;
    margin: 0 auto;
    padding: 50px 30px;
}
@media only screen and (max-width: 719px) {
    .feee__inner {
        padding: 35px 5px;
    }
}
.free__list {
    max-width: 710px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width: 719px) {
    .free__list {
        justify-content: center;
    }
}
.free__list li {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9bbfcd;
    border-radius: 50%;
    position: relative;
}
@media only screen and (max-width: 719px) {
    .free__list li {
        width: 90px;
        height: 90px;
        margin: 0 5px;
    }
}
.free__list li:before {
    content: "";
    width: 92%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.free__list li span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #9bbfcd;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 2;
    padding: 3px 0;
}
@media only screen and (max-width: 719px) {
    .free__list li span {
        font-size: 12px;
    }
}

.sec__component {
    padding: 0 0 95px;
}
@media only screen and (max-width: 719px) {
    .sec__component {
        padding: 0 0 60px;
    }
}
.component__inner {
    border: 1px solid #9bbfcd;
    border-radius: 15px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 30px;
}
@media only screen and (max-width: 719px) {
    .component__inner {
        padding: 35px 5px;
    }
}
.component__list {
    max-width: 830px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
}
@media only screen and (max-width: 719px) {
    .component__list {
        max-width: 468px;
        gap: 25px 0;
        padding: 0 20px;
    }
}
.component__list li {
    display: flex;
    align-items: center;
    width: 46.5%;
}
@media only screen and (max-width: 719px) {
    .component__list li {
        width: 100%;
    }
}
.component__list li .img {
    width: 31%;
}
@media only screen and (max-width: 719px) {
    .component__list li .img {
        width: 25%;
    }
}
.component__list li .txt {
    width: 69%;
    padding-left: 12px;
}
@media only screen and (max-width: 719px) {
    .component__list li .txt {
        width: 75%;
    }
}
.component__list li .txt p {
    font-size: 16px;
    letter-spacing: 0.13em;
    line-height: 1.2;
}
@media only screen and (max-width: 719px) {
    .component__list li .txt p {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}
.component__list li .txt ul {
    margin-top: 9px;
}
@media only screen and (max-width: 719px) {
    .component__list li .txt ul {
        margin-top: 4px;
    }
}
.component__list li .txt ul li {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #9bbfcd;
    border-radius: 9999px;
    text-align: center;
    width: initial;
    padding: 0 18px;
    margin: 0 5px 7px 0;
}
@media only screen and (max-width: 719px) {
    .component__list li .txt ul li {
        font-size: 12px;
        padding: 0 13px;
        margin: 0 3px 2px 0;
    }
}

.sec__column {
    padding: 0 0 95px;
}
@media only screen and (max-width: 719px) {
    .sec__column {
        padding: 0 0 60px;
    }
}
.column__inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 880px;
    margin: 0 auto;
}
.column__inner .p-column__inner__list {
    width: 100%;
}
@media only screen and (min-width: 720px) {
    .column__inner .p-column__inner__list .medium-up--one-3 {
        width: calc((100% - 60px) / 3);
    }
    .column__inner .p-column__inner__list .medium-up--one-3:not(:nth-child(3n + 1)) {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 719px) {
    .column__inner .p-column__inner__list .p-column__inner__list__item:first-child {
        width: 100%;
    }
}

.sec__howto {
    padding: 0 0 95px;
}
@media only screen and (max-width: 719px) {
    .sec__howto {
        padding: 0 0 60px;
    }
}
.howto__lead {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 45px;
}
@media only screen and (max-width: 719px) {
    .howto__lead {
        font-size: 17px;
        margin-bottom: 25px;
        text-align: left;
    }
}
.howto__lead strong {
    color: #9bbfcd;
    font-weight: bold;
}
.howto__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
@media only screen and (max-width: 719px) {
    .howto__list {
        display: block;
        margin-bottom: 30px;
    }
}
.howto__list li {
    font-size: 18px;
    letter-spacing: 0.06em;
    border: 1px solid #d5d5d5;
    background: #fff;
    height: 40px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 53px;
    position: relative;
}
@media only screen and (max-width: 719px) {
    .howto__list li {
        font-size: 16px;
        height: 35px;
        padding: 0;
        margin: 0 0 30px;
    }
}
.howto__list li:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 720px) {
    .howto__list li:after {
        content: "";
        border: 7px solid transparent;
        border-left: 11px solid #9bbfcd;
        position: absolute;
        right: -41px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 719px) {
    .howto__list li:after {
        content: "";
        border: 7px solid transparent;
        border-top: 11px solid #9bbfcd;
        position: absolute;
        left: 50%;
        bottom: -29px;
        transform: translateX(-50%);
    }
}
.howto__list li:last-child::after {
    display: none;
}
.howto__list li.active {
    color: #fff;
    font-weight: bold;
    background: #9bbfcd;
    border: 1px solid #9bbfcd;
}
.howto__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto;
}
.howto__inner__img {
    width: 45%;
}
@media only screen and (max-width: 719px) {
    .howto__inner__img {
        width: 100%;
        margin-bottom: 20px;
    }
}
.howto__inner__txt {
    width: 50%;
}
@media only screen and (max-width: 719px) {
    .howto__inner__txt {
        width: 100%;
    }
}
.howto__inner__txt .img {
    max-width: 316px;
    margin: 0 auto 17px;
}
@media only screen and (max-width: 719px) {
    .howto__inner__txt .img {
        max-width: 280px;
    }
}
.howto__inner__txt .txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4;
}
@media only screen and (max-width: 719px) {
    .howto__inner__txt .txt {
        font-size: 16px;
    }
}

.sec__qa {
    padding: 0 0 95px;
}
@media only screen and (max-width: 719px) {
    .sec__qa {
        padding: 0 0 60px;
    }
}
.sec__qa .c-ttl {
    margin-bottom: 75px;
}
@media only screen and (max-width: 719px) {
    .sec__qa .c-ttl {
        margin-bottom: 50px;
    }
}
.qa__list {
    max-width: 875px;
    margin: 0 auto;
}
.qa__list.hidden {
    display: none;
    margin-top: 42px;
}
@media only screen and (max-width: 719px) {
    .qa__list.hidden {
        margin-top: 30px;
    }
}
.qa__item {
    margin-bottom: 42px;
}
@media only screen and (max-width: 719px) {
    .qa__item {
        margin-bottom: 30px;
    }
}
.sec__qa .js-qa-handle {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-radius: 2px;
    transition: 0.4s;
    margin: 50px auto 0;
}
@media only screen and (max-width: 719px) {
    .sec__qa .js-qa-handle {
        max-width: 280px;
        height: 50px;
        margin: 30px auto 0;
    }
}
.qa__item:last-child {
    margin-bottom: 0;
}
.qa__item .q {
    padding: 0 0 12px;
    cursor: pointer;
    border-bottom: 1px solid #f3f1f0;
}
.qa__item .q p {
    font-size: 20px;
    letter-spacing: 0.17em;
    padding: 0 30px 0 40px;
    position: relative;
    line-height: 1.3;
}
@media only screen and (max-width: 719px) {
    .qa__item .q p {
        font-size: 17px;
        padding: 0 20px 0 30px;
    }
}
.qa__item .q p:before {
    content: "";
    background: url(https://d2w53g1q050m78.cloudfront.net/tokyodermonlinec/uploads/img/products/ico_q.svg) no-repeat
        left top/100%;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: 6px;
}
@media only screen and (max-width: 719px) {
    .qa__item .q p:before {
        top: 4px;
    }
}
.qa__item .q p:after {
    content: "";
    border: solid #9bbfcd;
    border-width: 0 1px 1px 0;
    padding: 4px;
    position: absolute;
    right: 16px;
    top: 8px;
    transform: rotate(45deg);
    transition: all 0.4s;
}
@media only screen and (max-width: 719px) {
    .qa__item .q p:after {
        top: 4px;
        right: 3px;
    }
}
.qa__item .q.active p:after {
    top: 11px;
    transform: rotate(-130deg);
}
.qa__item .a {
    display: none;
}
.qa__item .a p {
    font-size: 14px;
    letter-spacing: 0.17em;
    padding: 21px 0 0 40px;
}
@media only screen and (max-width: 719px) {
    .qa__item .a p {
        padding: 15px 0 0 30px;
    }
}

.sec__recommend {
    padding: 0 0 95px;
}
@media only screen and (max-width: 719px) {
    .sec__recommend {
        padding: 0 0 70px;
    }
}
.p-product_list__list {
    max-width: 1005px;
    gap: 0 5%;
}
@media only screen and (max-width: 719px) {
    .p-product_list__list {
        gap: 0 2%;
    }
}
.p-product_list__list li {
    width: 30%;
}
@media only screen and (max-width: 719px) {
    .p-product_list__list li {
        width: 49%;
    }
}
.c-product_item__inner__eyecatch__img {
    padding-top: 100%;
}
