 body {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #333;
    letter-spacing: 0.02em;
}

.footer_bg * {
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
}

.guide_page .button_primary {
    border: 1px solid #333;
    background: #333;
}

.guide_page .button_primary:hover {
    background: #333;
    border: 1px solid #333;
}

.faq_page .detail p a.button {
    background: #333 !important;
}

.footer_bg {
    padding: 49px 0 100px;
    background: #333 !important;
    color: #fff;
    margin-top: 0;
}

.container {
    max-width: 1028px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

.l-footer__info {
    max-width: 100%;
    padding-bottom: 70px;
}

.ft-menu ul {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}

.ft-menu-row {
    margin-bottom: 42px;
}

.ft-menu-row:last-child {
    margin-bottom: 0;
}

.ft-menu-row h3 {
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ft-menu-row a {
    font-size: 14px;
    padding: 0 !important;
    margin: 0 0 4px;
    display: block;
}

.ft-menu-row a:last-child {
    margin-bottom: 0;
}

.ft-menu-row a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.l-footer-bottom {
    padding-top: 31px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

.l-footer-bottom p {
    font-size: 12px;
    line-height: 1;
}

.footer_bg .l-footer__info__store__logo {
    margin: 0;
    max-width: 200px;
}

.p-header__nav__item {
    font-size: 14px;
    padding: 25px 21px;
}

.l-header__inner__block__item:not(:last-child),
.l-header__inner__block__item--menu:not(:last-child),
.l-header__inner__block__item--search:not(:last-child) {
    margin-right: 30px;
}

.c-arrow-link {
    position: relative;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.02em;
}

.c-arrow-link--icon {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    margin: auto 0;
    line-height: 1;
    height: 5px;
}

.c-arrow-link--icon:before,
.c-arrow-link--icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    animation-fill-mode: both;
    animation-duration: 0.6s;
    width: 24px;
    height: 5px;
    background: url(../img/new/btn-right.svg) no-repeat center center/100% auto;
}

.c-arrow-link--icon:after {
    transform: translateX(-100%);
}

.c-arrow-link.is-hover .c-arrow-link--icon:before {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
}

.c-arrow-link.is-hover .c-arrow-link--icon:after {
    animation-name: transformRightLeft;
}

.c-arrow-link.is-hover:hover .c-arrow-link--icon:before {
    animation-name: transformRightLeft;
    animation-delay: 0s;
}

.c-arrow-link.is-hover:hover .c-arrow-link--icon:after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
}

@keyframes transformLeftRight {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes transformRightLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
}
.va-slider-label{
    padding: 15px;
    text-align: center;
    background: #f5f5f5;
    font-size: 24px;
}
.top-about .featured {
    width: 53%;
    height: 100%;
}

.top-about .information {
    width: 47%;
    padding: 0 5.781vw 0;
    line-height: 2;
}

.top-title {
    font-size: 32px;
    line-height: 2;
    color: #333;
    letter-spacing: 0.02em;
}

.top-about .information h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: -3px;
    letter-spacing: 0.02em;
}

.top-about .information p {
    font-size: 20px;
    margin-bottom: 64px;
    margin-top: 32px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.top-about .information p.label-en {
    display: none;
    font-size: 18px;
    color: #A1A1A1;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.top-banner{
    position: relative;
}
.top-banner-link{
    position: absolute;
    top: 20px;
    right: 40px;
}
.top-banner .p-top__banner {
    padding-top: 50px;
}

.top-banner .p-top__banner .container {
    max-width: 1466px;
}

.top-banner .p-top__banner__inner {
    padding: 0;
    max-width: 100%;
    gap: 40px 60px;
    margin-top: 31px;
    margin-bottom: 57px;
}

.top-banner .p-top__banner__inner a {
    width: calc(50% - 30px);
    max-width: 100%;
}

.top-about .featured img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.font-outfit {
    font-family: 'Outfit', sans-serif;
}

.text-right {
    text-align: right;
}

.color-gray {
    color: #333;
}

.text-uppercase {
    text-transform: uppercase;
}

.top-award .container {
    max-width: 1430px;
}

.top-award .p-award__list {
    margin-top: 43px;
    gap: 58px;
}

.top-award .p-award__item {
    width: calc(25% - 43.5px);
    text-align: center;
}

.top-award .p-award__item img {
    width: 100%;
    margin-bottom: 32px;
}

.top-award .p-award__item h3 {
    font-size: 27px;
    margin: 0;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.top-award .p-award__item h3 {
    font-size: 19px;
    margin: 0;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.text-uppercase {
    text-transform: uppercase;
}

.top-award .container {
    max-width: 1000px;
}

.top-award .p-award__list {
    margin-top: 34px;
    gap: 42px;
}

.top-award .p-award__item {
    width: calc(25% - 31.5px);
    text-align: center;
    font-weight: 500;
}

.top-award .p-award__item img {
    width: 100%;
    margin-bottom: 22px;
        max-width: 120px;
}

.top-award .p-award__item h3 {
    font-size: 27px;
    margin: 0;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.top-award .p-award__item h3 {
    font-size: 20px;
    margin: 0;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.top-about {
    padding-top: 212px;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.top-about .ingredient-box .information {
    padding: 0 10.521vw;
}

.top-about .top-title {
    margin-bottom: 30px;
    line-height: 1;
}

.container-small {
    max-width: 1028px;
}

.top-service .p-service__list {
    margin-top: 24px;
    justify-content: space-between;
}

.top-service .p-service__item {
    width: auto;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    max-width: 220px;
    color: #333;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.top-service .p-service__item svg {
    width: 57px;
    height: 57px;
    margin-bottom: 3px;
    max-width: 200px;
    transform: scale(0.7);
}

.top-service .p-service__item h3 {
    font-size: 20px;
    margin-bottom: 11px;
}

.top-service .p-service__item p {
    font-size: 14px;
    font-weight: 500;
}

.top-news .c-news_item__inner::after {
    display: none;
}

.l-header {
    border: none;
}

.l-header__inner {
    min-height: 80px !important;
    padding: 0 83px;
}

.top-news .p-news__inner__list {
    margin: 32px 0 51px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.top-news .c-news_item__inner {
    padding: 0;
    line-height: 2;
}

.top-news .c-news_item__inner__date {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}

.top-news .c-news_item__inner__title {
    font-size: 18px;
    padding: 0 20px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.on-sp {
    display: none !important;
}

.top-fv img {
    display: block;
    width: 100%;
}

.top-banner {
    padding-top: 80px;
    padding-bottom: 172px;
}

.top-banner .c-arrow-link {
    margin-right: 0;
}

.pd-list {
    gap: 64px 26px;
    padding: 0;
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
    margin-top: 22px;
}

.pd-list .pd-item-box {
    width: calc(33.33% - 17.3px);
    display: flex;
    flex-direction: column;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.pd-item-box .c-product_item__inner__content {
    margin: 16px 0 0;
    row-gap: 0;
    line-height: 2;
    color: #333;
}

.pd-item-box .c-product_item__inner__title {
    font-size: 27px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.pd-item-box .c-product_item__form.c-product_item__form--cart {
    margin-top: auto;
}

.pd-item-box .c-product_info__form__submit.fix-hover {
    border: 1px solid #333;
    border-radius: 0;
    background: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500;
    height: 64px !important;
    margin-top: 16px;
}

.pd-item-box .c-product_item__inner__maker {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -6px;
}

.pd-item-box .c-product_item__inner__title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-bottom: -4px;
}

.pd-item-box .c-product_item__inner__option {
    font-size: 10px;
    font-weight: 500;
    margin: 0;
}

.pd-item-box .c-product_item__label {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 9px 0 7px;
}

.pd-item-box .c-product_item__label a {
    border: 1px solid #333;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.pd-item-box .c-product_item__inner__price {
    margin: 0;
    font-size: 10px !important;
    font-weight: 500;
    color: #333 !important;
}

.pd-item-box .c-product_item__inner__price .price {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Outfit';
}

.pd-item-box .c-product_item__inner__price .tax {
    font-size: 12px;
    font-weight: 500;
}

.pd-item-box .c-product_item__inner__price .slash {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Outfit';
}

.pd-item-box .c-product_item__inner__price .vol {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Outfit';
}

.top-effect {
    display: none;
    margin-top: 168px;
}

.top-effect .effect-list {
    gap: 13px;
    justify-content: space-between;
}

.top-effect .item {
    width: 184px;
    height: 184px;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.top-effect .item h3 {
    font-size: 24px;
    font-weight: 700;
}

.top-effect .item p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 3px;
}

.top-award {
    margin-top: 121px;
}

.top-review {
    margin-top: 168px;
}

.top-service {
    margin-top: 171px;
}

.top-effect .container-small,
.container-small2 {
    max-width: 1000px;
}

.top-news {
    margin-top: 168px;
}

.top-award .p-award__item p {
    font-size: 14px;
}

.top-main {
    padding-bottom: 170px;
    display: flex;
    flex-direction: column;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #333;
    padding-top: 0 !important;
}

.top-main .top-service {
    order: 10;
}

.top-main section[data-section-type="information"] {
    order: 11;
}

.top-review .p-review__content {
    padding: 32px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-top: 32px;
    box-shadow: 0px 4px 12px 0px #3333331F;
    border-bottom: 8px;
    background: #fff;
}

.top-review .p-review__star {
    color: #D4B371;
    font-size: 16px;
}

.top-review .p-review__ttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    margin: -6px 0 -3px;
}

.top-review .p-review__name {
    display: none;
}

.top-review .p-review__comment {
    font-size: 10px;
    font-weight: 500;
    line-height: 2;
    min-height: 100px;
}

.top-review .p-review__image {
    width: 100%;
    margin-bottom: 10px;
}

.top-review .p-review__image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.menu-mobile {
    top: 0;
    background: #fff;
}

.mb-menu-top {
    padding: 27px 24px;
    align-items: center;
    justify-content: space-between;
}

.mb-logo img {
    height: 20px;
    width: auto;
}

.c-gmenu__container__close {
    position: relative;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
}

.u-icon__header {
    width: 22px;
    height: 22px;
}

.nav-menu {
    padding: 25px 40px 38px;
}

.nav-menu li {
    padding: 18px 0;
    border-bottom: 1px solid #EAEAEA;
    font-family: 'Outfit';
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.menu-mobile .l-header__inner__block {
    align-items: center;
    gap: 13px;
    justify-content: center;
}

.menu-mobile .l-header__inner__block .l-header__inner__block__item,
.menu-mobile .l-header__inner__block__item--search {
    margin-right: 0 !important;
}

.nav-menu li a .c-arrow-link {
    position: static;
}

.nav-menu li a {
    display: block;
}

.nav-menu li {
    position: relative;
}

.top-banner .p-top__banner__inner a {
    overflow: hidden;
}

.p-top__banner__inner a:hover {
    opacity: 1 !important;
}

.p-top__banner__inner a img {
    transition: all 0.3s;
}

.p-top__banner__inner a:hover img {
    transform: scale(1.05);
}

.p-product_list__list.pd-list .pd-item-box {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.pd-single .p-product_content__inner {
    padding: 80px 20px 0;
}

.pd-single .c-product_info {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #333;
    line-height: 2;
    display: flex;
    flex-direction: column;
}

.pd-single .p-product_content__inner__info .c-product_item__inner__detail {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    order: -2;
}

.pd-single .c-product_item__label {
    /* margin: 2px 0 17px; */
    gap: 4px;
    order: -1;
    margin-top: 2px;
}

.pd-single .c-product_item__label a {
    font-size: 14px;
    padding: 6px 16px;
    line-height: 1;
    border-color: #333;
    font-weight: 500;
}

.pd-single .p-product_content__inner__info .c-product_item__maker {
    font-size: 14px;
    font-weight: 500;
}


.pd-single .p-product_content__inner__info .c-product_item__maker,
.pd-single .p-product_content__inner__info .c-product_info__favorite {
    display: none;
}

.pd-single .p-product_content__inner__info .c-product_info__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    order: -2;
    margin: 2px 0 17px;
}

.pd-single .c-product_info__star {
    margin-top: 10px;
    font-size: 16px;
    color: #D4B371;
}

.pd-single .p-product__form__inner.u-recurring {
    margin-top: 37px;
    box-shadow: 0px 5.46px 16.38px 0px #3333331F;
    border-radius: 21px;
    background: #fff;
    padding: 28px;
}

.pd-single .p-product__form__inner .p-product__form__heading {
    border-bottom: 1px solid #333;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 10px;
}

.pd-single .p-product__form__inner .p-product__form__head {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.pd-single .p-product__form__inner .p-product__form__label span {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    padding: 0 9px;
}

.pd-single .c-product_info__price__origin {
    margin: 0 0 -7px;
}

.pd-single .c-product_info__price__origin .ttl,
.pd-single .c-product_info__price__origin .price,
.pd-single .c-product_info__price__origin .tax {
    font-size: 12px;
    font-weight: 500;
}

.pd-single .p-product__form__inner .c-product_info__price .price {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Outfit';
}

.pd-single .p-product__form__inner .c-product_info__price .tax,
.pd-single .p-product__form__inner .c-product_info__price .slash,
.pd-single .p-product__form__inner .c-product_info__price .vol {
    font-size: 14px;
    font-weight: 500;
}

.pd-single .p-product__form__inner .c-order_quantity__input {
    font-size: 12px;
    font-family: 'Outfit';
    border-color: #333 !important;
    color: #333 !important;
    width: 73px;
    height: 48px;
    padding: 0 9px;
}

.pd-single .c-product_info__form__submit.fix-hover {
    font-size: 14px !important;
    font-weight: 500;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #333;
    height: 48px;
}

.pd-single .p-product__form__inner+.p-product__form__inner {
    margin-top: 20px;
    background: #F5F9FD;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0px 4px 12px 0px #3333331F;
}

.pd-single .p-product__form__inner .c-order_quantity::after {
    border-color: #333;
    width: 7px;
    height: 7px;
}

.pd-single .c-product_info__star__cnt {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.pd-single .c-product_info__favorite {
    padding: 42px 0 0;
    text-align: left;
}

.pd-single .c-product_info__favorite__btn {
    margin-left: 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.pd-single .c-product_info__favorite__btn i {
    color: #333;
    font-size: 22px;
}

.pd-single .c-product_info__favorite__btn span {
    font-size: 12px;
}

.pd-single .c-product_info__share {
    display: none;
}

.pd-single .pg-product-detail {
    border: none !important;
}

.pd-single .ch-product-heading {
    border: none !important;
    padding-top: 172px;
}

.pd-single .ch-product-heading__title {
    font-size: 40px;
    font-weight: 500;
    color: #333;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    max-width: 1000px;
    margin-bottom: 48px;
}

.pd-single .ch-product-heading__image {
    max-width: 1040px;
    padding: 0 20px;
}

.pd-single .ch-product-heading__outline {
    margin: 43px auto 20px;
    max-width: 1040px;
    color: #333;
    font-weight: 500;
    text-align: left;
}

.pd-single .ch-product-heading__outline-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.pd-single .ch-product-section {
    margin-top: 119px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.pd-single .ch-product-section__heading {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    padding: 7px 16px 0 !important;
    color: #333;
    margin-bottom: 47px;
}

.pd-single .ch-product-section__title {
    font-size: 32px;
    font-family: 'Outfit';
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}

.pd-single .ch-product-section__subtitle {
    margin: 0;
    letter-spacing: 0.02em;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
}

.pd-single .ch-product-quality__article {
    padding-bottom: 60px;
}

.pd-single .ch-product-quality__inner.is-flex-reverse {
    flex-direction: row;
}

.pd-single .ch-product-quality__point {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Outfit';
    margin-bottom: 26px;
    color: #333;
    letter-spacing: 0.02em;
    position: relative;
}

.pd-single .ch-product-quality__point:before {
    width: 51px;
    height: 20px;
    position: absolute;
    bottom: -8px;
    left: -7px;
    content: "";
    background: url(../img/new/border-point.svg) no-repeat center center/100% auto;
}

.pd-single .ch-product-quality__excerpt {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 17px;
    line-height: 2;
    color: #333;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    letter-spacing: 0.02em;
}

.pd-single .ch-product-quality__text {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    color: #333;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 0;
    letter-spacing: 0.02em;
}

.pd-single .ch-product-quality__article+.ch-product-quality__article {
    border: none;
    padding-top: 60px;
    padding-bottom: 0;
}

.pd-single .ch-product-quality__inner {
    flex-direction: row-reverse;
}

.pd-single .ch-product-heading__outline-title {
    font-size: 20px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 27px;
}

.pd-single .ch-product-quality__image,
.pd-single .ch-product-quality__outline {
    width: calc(50% - 40px);
}

.pd-single .p-product_content {
    max-width: 100%;
}

.pd-single .p-product_content__inner {
    max-width: 1040px;
    gap: 120px;
}

.pd-single .ch-product-section--qa {
    margin-top: 170px;
    background: transparent;
}

.pd-single .ch-product-section--qa .pg-product-detail__inner--mx720 {
    max-width: 1400px;
}

.pd-single .ch-product-qa {
    padding-left: 140px;
}

.pd-single .ch-product-qa__question {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 20px;
    color: #333;
    padding-left: 38px;
    letter-spacing: 0.02em;
    line-height: 2;
    font-weight: 500;
}

.pd-single .ch-product-qa__question::before {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
    content: "Q";
}

.pd-single .ch-product-qa__answer {
    margin-top: 17px;
    padding: 0 0 0 40px;
    margin-left: 40px;
}

.pd-single .ch-product-qa__answer-text {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    color: #333;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    letter-spacing: 0.02em;
}

.pd-single .ch-product-qa__answer::before {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
    content: "A";
    top: 0;
    left: 0;
}

.pd-single #products_show_review {
    padding-top: 143px;
}

.pd-single #products_show_review .l-container__row {
    padding: 0;
}

.pd-single .p-review__inner__title {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    text-align: left;
    padding: 7px 16px 0 !important;
    color: #333;
    margin-bottom: 54px;
}

.pd-single .p-review__inner__title .u-text--head {
    font-size: 32px;
    font-family: 'Outfit';
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}

.pd-single .p-review__inner__title .u-text--subhead {
    margin: 0;
    letter-spacing: 0.02em;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
}

.pd-single .p-review__inner__list {
    padding-left: 140px;
}

.pd-single .p-review__inner__list__item {
    border-color: #EAEAEA !important;
    padding: 40px 0;
    border-top: 1px solid;
    border-bottom: none;
}

.pd-single .p-review__inner__list__item:first-child {
    padding-top: 0;
    border: none;
}

.pd-single .c-review_item_detail {
    padding: 0;
}

.pd-single .c-review_item_detail_top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.pd-single .c-review_item_detail__title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 2;
}

.pd-single .c-review_item_detail__time {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 2;
}

.pd-single .c-review_item_detail__star {
    font-size: 16px;
    color: #D4B371;
    margin: 0;
    line-height: 1;
}

.pd-single .c-review_item_detail__text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 2;
}

.pd-single .p-review__inner__all__btn {
    margin: 0 auto;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
    position: relative;
    line-height: 2;
    padding: 0 0 12px;
}

.pd-single .p-review__inner__all__btn:after {
    width: 19px;
    height: 12px;
    display: inline-block;
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE5IDEyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMS40MDIzNCAxLjU2NjQxTDkuNTkxNzIgOS43NTU3OEwxNy43ODExIDEuNTY2NDEiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyLjA0NzM0IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
    margin-top: 8px;
    position: absolute;
    top: auto;
    left: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    bottom: 10px;
    right: 0;
    margin: 0 auto;
    transform: scale(0.7);
}

.pd-single .p-product_content__inner.p-product_content__inner-bottom {
    max-width: 1040px;
    padding: 168px 20px 168px;
}

.pd-single .ch-product-accordion {
    max-width: 1040px;
    margin-top: 89px;
    padding: 0 20px;
}

.pd-single .ch-product-accordion__box {
    margin-left: 140px;
    background: #F5F9FD;
    border: none !important;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.pd-single .ch-product-accordion__heading {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 2;
    letter-spacing: 0.02em;
}

.pd-single .ch-product-accordion__container {
    padding: 0 !important;
    height: 0;
}

.pd-single .ch-product-accordion__box.is-open>.ch-product-accordion__container {
    height: auto;
    padding: 8px 0 0 !important;
}

.pd-single .ch-product-accordion__container p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 2;
    letter-spacing: 0.02em;
}

.pd-single .ch-product-accordion__heading::before,
.pd-single .ch-product-accordion__heading::after {
    width: 16px;
    background: #333;
    right: 0;
}

.pd-single .p-review {
    max-width: 1040px;
    padding: 0 20px;
}

.pd-single .ch-product-quality {
    padding-bottom: 0;
}

.pd-single .top-effect {
    margin-top: 168px;
}

.pd-single .top-effect .container {
    max-width: 1000px;
    padding: 0 20px;
}

.pd-single .ch-product-section--step {
    margin-top: 168px;
    padding: 0;
    background: transparent;
}

.pd-single .ch-product-section--step .pg-product-detail__inner {
    max-width: 1400px;
    padding: 0 20px;
}

.new_breadcrumbs {
    font-family: 'Outfit', sans-serif;

}

.new_breadcrumbs .c-breadcrumbs__item__inner {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.new_breadcrumbs .u-text--link {
    color: #575757 !important;
}

.pd-single .ch-product-section--step .ch-product-section__heading {
    text-align: left;
}

.pd-single .ch-product-step {
    display: block;
    margin: 0;
    padding-left: 140px;
    margin-top: -5px;
}

.pd-single .ch-product-step__step {
    width: 100%;
    display: block;
    margin-bottom: 18px;
}

.pd-single .ch-product-step__header {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.pd-single .ch-product-step__header-step {
    width: 100px;
}

.pd-single .ch-product-step__header-num {
    margin: 0;
    text-align: center;
}

.pd-single .ch-product-step__header-num>span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    color: #333;
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
}

.pd-single .ch-product-step__header-num span.is-num {
    font-size: 32px;
    color: #333;
    font-family: 'Outfit';
    font-weight: 400;
}

.pd-single .ch-product-step__item {
    width: 200px;
    padding: 0;
    border: none;
}

.pd-single .ch-product-step__item-info {
    margin: 0;
    text-align: center;
}

.pd-single .ch-product-step__item-brand {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
    line-height: 2;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.pd-single .ch-product-step__item-name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
    line-height: 2;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    white-space: nowrap;
}

.pd-single .ch-product-step__item-image {
    height: 160px;
}

.pd-single .ch-product-step__item-image img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.pd-single .ch-product-step__header-heading {
    width: calc(100% - 380px);
    padding: 20px;
}

.pd-single .ch-product-step__header-heading h3 {
    font-size: 20px;
    color: #333 !important;
    letter-spacing: 0.02em;
    line-height: 2;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}

.pd-single .ch-product-step__header-heading h3:after {
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.pd-single .ch-product-step__header-heading p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.02em;
    line-height: 2;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 0;
}

.pd-single .ch-product-step__header-num::after {
    width: 16px;
    height: 40px;
    display: inline-block;
    margin: 39px 0 0;
    transform: none;
    position: relative;
    left: 0;
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDE4IDQyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxTDkgOUwxNyAxIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xIDE3TDkgMjVMMTcgMTciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTEgMzNMOSA0MUwxNyAzMyIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=");
}

.pd-single .pd-recommend-new .p-recommend_product {
    max-width: 1040px;
    padding: 0 20px;
}

.pd-single .pd-recommend-new .p-recommend_product__inner__title {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    padding: 7px 16px 0 !important;
    margin-bottom: 37px;
    color: #333;
}

.pd-single .pd-recommend-new .p-recommend_product__inner__title__en {
    font-size: 32px;
    font-family: 'Outfit';
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}

.pd-single .pd-recommend-new .p-recommend_product__inner__title__jp {
    margin: 0;
    letter-spacing: 0.02em;
    font-family: 'Outfit';
    font-weight: 400;
    font-size: 14px;
}

.pd-single .p-recommend_product .swiper-no-swiping .swiper-slide {
    max-width: calc((100% - 24px * 3) / 3);
}

.pd-single .p-recommend_product .c-product_item__inner__maker {
    font-size: 14px;
    color: #333;
    line-height: 2;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    letter-spacing: 0.02em;
}

.pd-single .p-recommend_product .c-product_item__inner__title {
    font-size: 20px;
    color: #333;
    line-height: 2;
    font-weight: 700;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    letter-spacing: 0.02em;
    margin-bottom: -4px;
}

.pd-single .p-recommend_product .price {
    font-size: 14px;
    color: #333;
    line-height: 2;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.02em;
}

.pd-single .p-recommend_product .tax {
    font-size: 14px;
    color: #333;
    line-height: 2;
    font-weight: 500;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    letter-spacing: 0.02em;
}

.pd-single .pd-recommend-new {
    padding-bottom: 168px;
}

.pd-single .ch-product-qa__box {
    padding: 40px 0;
    border-top: 1px solid #EAEAEA;
}

.pd-single .ch-product-qa__box:first-child {
    padding-top: 0;
    border: none;
}

.pd-single .ch-product-qa__box:last-child {
    padding-bottom: 0;
}

.pd-single .ch-product-qa__box+.ch-product-qa__box {
    margin-top: 0;
}

.pd-single .c-product_info__form__buttons::after {
    opacity: 0;
}

.pd-single .c-product_info__form__submit:hover,
.pd-item-box .c-product_info__form__submit.fix-hover:hover {
    opacity: 1 !important;
    background: #333 !important;
    color: #fff !important;
}

.pd-single .p-product__form__inner {
    border-radius: 16px;
    box-shadow: 0px 4px 12px 0px #3333331F;
    background: #fff;
    padding: 28px;
}

.pd-single .p-product_content__inner__img,
.pd-single .p-product_content__inner__info {
    width: calc(50% - 60px) !important;
}

.l-header__inner__block__logo {
    max-width: 131px !important;
}

.pd-single .new_breadcrumbs {
    max-width: 1240px;
    padding: 0 20px;
    margin: 40px auto 0;
}

.p-header__nav__item>span,
.p-header__nav__item>a {
    font-weight: 400;
}

.l-header__inner__block__link svg {
        width: 20px;
    height: 20px;
}

.l-footer .l-footer__nav a svg {
    width: 9px;
    height: 11px;
}

.footer_bg .container {
    max-width: 1240px;
}

.top-main .p-kv_slider {
    padding-bottom: 0 !important;
}

.top-main .p-kv_slider__nav {
    bottom: 20px;
    padding: 0;
}

.top-main .p-kv_slider__nav__pagination__dot button {
    width: 10px;
    height: 10px;
    background: #fff;
}

.top-main .p-kv_slider__nav__pagination__dot:not(:last-child) {
    margin-right: 14px;
}

.l-header__inner__block__item .count {
    background: #000;
    font-size: 1rem;
}

.pd-single .p-review .u-text--body {
    display: none;
}
.p-header__drawer .c-link__btn{
    border-color: #333;
    border-image: none;
}
.p-header__drawer .c-link__btn:hover{
    opacity: 1;
    background: #333;
        color: #fff;
}
.p-header__drawer .c-link__btn:hover::after{
    border-color: #fff;
}
.faq_page_new ul.nav li a,
.faq_page_new .opne_text,
.faq_page_new .headingWrap{
    border-color: #333 !important;
}
.juicerPopupBanner, div[data-role="juicer-popup"]{
    display: none !important;
}
.p-pagetop, .p-login .u-color__btn--bg{
    background: #575757 !important;
}
.p-login .u-text--link{
    color: #575757 !important;
}
.u-color__btn--bg {
    background: #575757 !important;
}
.u-text--link{
     color: #575757 !important;
}
.c-steps_to_order__number.is-active, .c-steps_to_order__number.is-complete{
        background-color: #575757 !important;
}
.c-steps_to_order__number.is-complete::after{
    border-top: 1px solid #575757 !important;
}
.pg-subscription__heading img, .pg-subscription__heading picture{
    width: 80%;
    margin: 0 auto;
}
.subscription-section{
    width: 78%;
    margin: 0 auto;
}
.p-checkout_confirm__caution__block span, .p-checkout_confirm__caution__block a{
    color: #575757 !important;
}
.swiper-scrollbar-drag {
    background: #575757 !important;
}
@media(max-width: 1500px) {
    .l-header__inner {
        padding: 0 83px;
    }
}

@media(max-width: 1280px) {
    .l-header__inner {}

    .pd-list .pd-item-box {
        width: calc(50% - 13px);
    }

    .top-about .information {
        padding: 50px 40px;
    }

    .top-about .ingredient-box .information {
        padding: 0 40px;
    }

    .container {}

    .top-effect .item {
        width: 170px;
        height: 170px;
    }

    .top-effect .item h3 {
        font-size: 20px;
    }

    .top-effect .item p {
        font-size: 16px;
    }

    .top-award .p-award__item h3 {
        font-size: 16px;
    }

    .top-award .p-award__item p {
        font-size: 12px;
    }

    .top-service .p-service__list {
        flex-wrap: wrap;
        margin-top: 20px;
        gap: 27px 32px;
    }

    .top-service .p-service__item {
        max-width: 100%;
    }

    .pd-single .ch-product-step,
    .pd-single .ch-product-qa,
    .pd-single .p-review__inner__list {
        padding-left: 20px;
    }

    .pd-single .ch-product-accordion__box {
        margin-left: 20px;
    }

    .pd-single .p-product_content {
        padding: 0;
    }
}

@media(max-width: 991px) {
    .ft-menu ul {
        flex-wrap: wrap;
        gap: 40px 0;
    }

    .ft-menu ul li {
        width: 50%;
    }

    .top-award .p-award__list {
        gap: 40px 20px;
        justify-content: space-between;
    }

    .top-award .p-award__item {
        width: calc(25% - 15px);
        max-width: 200px;
    }

    .top-effect .effect-list {
        /* justify-content: center; */
    }

    .top-about .featured {
        width: 100%;
    }

    .top-about .information {
        width: 100%;
        padding: 50px 20px !important;
    }

    .top-banner .p-top__banner__inner {
        gap: 40px;
    }

    .top-banner .p-top__banner__inner a {
        width: calc(50% - 20px);
    }

    .l-header__inner__block__item:not(:last-child),
    .l-header__inner__block__item--menu:not(:last-child),
    .l-header__inner__block__item--search:not(:last-child) {
        margin-right: 20px;
    }

    .l-header__inner {
        padding: 0 20px;
    }

    .p-header__nav__item {
        padding: 20px;
        font-size: 22px;
    }

    .pd-single .ch-product-heading__title {
        font-size: 40px;
    }

    .pd-single .ch-product-quality__image,
    .pd-single .ch-product-quality__outline {
        width: 100%;
    }

    .pd-single .ch-product-quality__inner {
        flex-wrap: wrap;
        gap: 40px;
    }

    .pd-single .ch-product-step__header {
        gap: 30px;
    }

    .pd-single .ch-product-step__header-heading {
        width: calc(100% - 468px);
        padding: 20px 0;
    }

    .pd-single .p-product_content__inner,
    .pd-single .p-product_content__inner {
        gap: 40px;
    }

    .pd-single .p-product_content__inner__img,
    .pd-single .p-product_content__inner__info {
        width: calc(50% - 20px) !important;
    }
}

@media(max-width: 767px) {
    .pg-subscription__heading img, .pg-subscription__heading picture{
        width: 100%;
    }
    .subscription-section{
        width: 100%;
    }
    .top-about .featured img{
        aspect-ratio: 1 / 1;
    }
    .va-slider-label{
        font-size: 16px;
    }
    .on-sp {
        display: block !important;
    }

    .on-pc {
        display: none !important;
    }

    .top-banner {
        padding: 79px 0 84px;
    }

    .top-title {
        font-size: 24px;
    }

    .top-banner .p-top__banner__inner {
        margin: 28px 0;
        gap: 16px;
    }

    .top-banner .p-top__banner__inner a {
        width: 100%;
    }

    .c-arrow-link {
        font-size: 15px;
    }

    .pd-list {
        gap: 20px 15px;
        margin-top: 28px;
    }

    .pd-item-box .c-product_item__inner__content {
        margin-top: 10px;
    }

    .pd-item-box .c-product_item__inner__maker,
    .pd-item-box .c-product_item__inner__option,
    .pd-item-box .c-product_item__inner__price .tax,
    .pd-item-box .c-product_item__inner__price .slash {
        font-size: 10px;
    }

    .pd-item-box .c-product_item__inner__title {
        font-size: 13px;
    }

    .pd-item-box .c-product_item__label a {
        padding: 2px 8px;
        font-size: 10px;
        line-height: 1;
    }

    .pd-item-box .c-product_item__inner__price .price,
    .pd-item-box .c-product_item__inner__price .slash {
        font-size: 12px;
    }

    .pd-item-box .c-product_item__label {
        margin: 9px 0 8px;
    }

    .pd-item-box .c-product_info__form__submit.fix-hover {
        height: 40px !important;
        margin-top: 8px;
        font-size: 12px !important;
    }

    .pd-list .pd-item-box {
        width: calc(50% - 7.5px);
    }

    .top-about {
        padding-top: 80px;
        gap: 0;
    }

    .top-about .featured {
        padding-right: 40px;
    }

    .top-about .information {
        padding: 41px 40px 40px 20px !important;
    }

    .top-about .top-title {
        margin-bottom: 39px;
    }

    .top-about .information h3 {
        font-size: 24px;
        margin-bottom: 3px;
    }

    .top-about .information p {
        margin: 21px 0 24px;
        font-size: 12px;
    }

    .top-about .information p.label-en {
        font-size: 12px;
    }

    .ingredient-box {
        flex-direction: column-reverse;
    }

    .ingredient-box .featured {
        padding: 0 0 0 40px;
    }

    .ingredient-box .information {
        padding: 40px 20px 40px 40px !important;
    }

    .top-effect {
        margin-top: 18px;
    }

    .top-effect .effect-list {
        gap: 20px 24px;
        justify-content: center;
    }

    .top-effect .item {
        width: 128px;
        height: 128px;
        padding: 10px;
    }

    .top-effect .item h3 {
        font-size: 20px;
    }

    .top-effect .item p {
        font-size: 12px;
        margin: 0;
    }

    .top-review {
        margin-top: 82px;
    }

    .top-award {
        margin-top: 47px;
    }

    .top-news {
        margin-top: 84px;
    }

    .top-service {
        margin-top: 79px;
    }

    .top-review .p-review__content {
        margin-top: 28px;
        padding: 24px;
    }

    .top-review .p-review__star {
        font-size: 12px;
    }

    .top-review .p-review__ttl {
        font-size: 15px;
        margin: 0;
    }

    .top-award .p-award__list {
        gap: 16px 32px;
        margin-top: 30px;
    }

    .top-award .p-award__item img {
        margin-bottom: 5px;
        padding: 0 7px;
    }

    .top-award .p-award__item h3 {
        font-size: 15px;
    }

    .top-award .p-award__item p {
        font-size: 10px;
    }

    .top-service .p-service__item {
        max-width: 200px;
        width: calc(50% - 16px);
    }

    .top-service .p-service__item svg {
        transform: scale(0.55);
        margin-bottom: 0;
    }

    .top-service .p-service__item h3 {
        font-size: 15px;
        margin-bottom: 7px;
        margin-top: -14px;
    }

    .top-service .p-service__item p {
        font-size: 10px;
    }

    .top-news .p-news__inner__list {
        margin: 25px 0 32px;
        gap: 5px;
    }

    .top-news .c-news_item__inner__date {
        font-size: 12px;
    }

    .top-news .c-news_item__inner__title {
        font-size: 13px;
        padding: 0 13px;
        max-width: calc(100% - 92px);
        overflow-y: hidden;
        height: 32px;
    }

    .top-news .c-news_item__inner {
        display: flex;
        align-items: center;
    }

    .top-main {
        padding-bottom: 81px;
    }

    .footer_bg {
        padding: 39px 0 70px;
    }

    .ft-menu-row h3 {
        font-size: 18px;
        margin-bottom: 8px;
        letter-spacing: 0.02em;
    }

    .ft-menu-row a {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .ft-menu ul li {
        width: 49%;
    }

    .ft-menu ul li:nth-child(2n) {
        width: 51%;
    }

    .ft-menu-row {
        margin-bottom: 28px;
    }

    .ft-menu ul {
        gap: 40px 0;
    }

    .l-footer__info {
        padding-bottom: 40px;
    }

    .footer_bg .l-footer__info__store__logo {
        max-width: 128px;
    }

    .l-footer-bottom p {
        font-size: 10px;
    }

    .l-header__inner__block__link svg {
        height: 20px;
    }

    .l-header__inner__block__item:not(:last-child),
    .l-header__inner__block__item--menu:not(:last-child),
    .l-header__inner__block__item--search:not(:last-child) {
        margin-right: 9px;
    }

    .l-header__inner__block__logo {
        max-width: 88px !important;
    }

    .l-header__inner__block__link svg.u-icon__header {
        width: 24px;
        height: 24px;
    }

    .top-award .p-award__item {
        width: calc(50% - 16px);
        max-width: 100%;
    }

    .pd-single .p-product_content__inner {
        padding-top: 40px;
    }

    .pd-single .p-product_content__inner__info .c-product_item__inner__detail {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .pd-single .c-product_item__label {
        margin: 0 0 14px;
    }

    .pd-single .c-product_item__label a {
        padding: 2px 10px;
        font-size: 10px;
    }

    .pd-single .p-product_content__inner__info .c-product_item__maker {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .pd-single .p-product_content__inner__info .c-product_info__title {
        font-size: 20px;
    }

    .pd-single .p-product__form__inner.u-recurring {
        margin-top: 27px;
        padding: 20px;
    }

    .pd-single .p-product__form__inner .p-product__form__head {
        font-size: 15px;
    }

    .pd-single .p-product__form__inner .p-product__form__heading {
        padding-bottom: 9px;
        margin-bottom: 11px;
    }

    .pd-single .c-product_info__star {
        margin-top: 5px;
    }

    .pd-single .c-product_info__star__cnt {
        font-size: 10px;
    }

    .pd-single .p-product__form__inner .c-product_info__price .tax,
    .pd-single .p-product__form__inner .c-product_info__price .slash,
    .pd-single .p-product__form__inner .c-product_info__price .vol {
        font-size: 12px;
    }

    .pd-single .p-product__form__inner .c-product_info__price .price {
        font-size: 18px;
    }

    .pd-single .c-product_info__form__submit.fix-hover {
        font-size: 12px !important;
    }

    .pd-single .p-product__form__inner .c-order_quantity__input {
        width: 60px;
    }

    .pd-single .ch-product-heading {
        padding-top: 85px;
    }

    .pd-single .c-product_info__favorite__btn {
        margin: 0 auto;
    }

    .pd-single .c-product_info__favorite {
        padding-top: 29px;
        text-align: center;
    }

    .pd-single .ch-product-heading__title {
        font-size: 24px;
        margin-bottom: 38px;
        text-align: center;
    }

    .pd-single .ch-product-heading__image {}

    .pd-single .ch-product-heading__outline {
        margin-top: 33px;
    }

    .pd-single .ch-product-heading__outline-title {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .pd-single .ch-product-heading__outline-text {
        font-size: 12px;
    }

    .pd-single .ch-product-section {
        margin-top: 80px;
        padding-left: 20px;
    }

    .pd-single .ch-product-section__title {
        font-size: 24px;
    }

    .pd-single .ch-product-section__subtitle {
        font-size: 12px;
    }

    .pd-single .ch-product-quality__article {
        padding-bottom: 58px;
    }

    .pd-single .ch-product-quality__inner.is-flex-reverse {
        flex-direction: column;
        gap: 0;
    }

    .pd-single .ch-product-quality__header {
        order: 2;
    }

    .pd-single .ch-product-quality__point {
        font-size: 14px;
        margin-bottom: 25px;
        padding-left: 7px;
    }

    .pd-single .ch-product-quality__excerpt {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .pd-single .ch-product-quality__body {
        order: 3;
    }

    .pd-single .ch-product-quality__text {
        font-size: 12px;
    }

    .pd-single .ch-product-quality__image {
        order: 1;
        margin: 0 0 31px;
    }

    .pd-single .ch-product-quality__article+.ch-product-quality__article {
        padding: 0;
    }

    .pd-single .ch-product-quality__inner {
        gap: 0;
    }

    .pd-single .top-effect {
        margin-top: 40px;
    }

    .pd-single .ch-product-section--step .pg-product-detail__inner {
        padding: 0;
    }

    .pd-single .ch-product-step,
    .pd-single .ch-product-qa,
    .pd-single .p-review__inner__list {
        padding-left: 0;
    }

    .pd-single .ch-product-step {
        width: auto;
        word-wrap: normal;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 13px;
        scroll-snap-type: x mandatory;
    }

    .pd-single .ch-product-step__step {
        display: block;
        width: 220px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .pd-single .ch-product-step__header {
        display: block;
    }

    .pd-single .ch-product-step__header-step {
        width: 100%;
        display: block;
    }

    .pd-single .ch-product-step__header-num {
        width: 100%;
    }

    .pd-single .ch-product-step__item {
        margin-top: 13px;
        margin-bottom: 13px;
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
    }

    .pd-single .ch-product-step__item-brand {
        font-size: 15px;
    }

    .pd-single .ch-product-step__item-name {
        font-size: 15px;
    }

    .pd-single .ch-product-step__header-heading {
        width: 100%;
        padding: 16px;
    }

    .pd-single .ch-product-step__header-heading p {
        font-size: 12px;
    }

    .pd-single .ch-product-step__header-num::after {
        transform: translateY(-50%) rotate(-90deg);
        position: absolute;
        left: 108px;
        top: 50%;
        margin: 0;
        width: 16px;
        height: 34px;
    }

    .pd-single .ch-product-quality__point:before {
        width: 40px;
        height: 15px;
        bottom: -8px;
        left: 0;
    }

    .ch-product-step__step+.ch-product-step__step {
        margin-top: 0 !important;
    }

    .pd-single .ch-product-section--qa .pg-product-detail__inner--mx720 {
        padding: 0;
    }

    .pd-single .ch-product-qa__question {
        padding-left: 38px;
        font-size: 15px;
    }

    .pd-single .ch-product-qa__question::before,
    .pd-single .ch-product-qa__answer::before {
        font-size: 24px;
    }

    .pd-single .ch-product-qa__answer {
        padding-left: 38px;
        margin-left: 0;
        margin-top: 20px;
    }

    .pd-single .ch-product-qa__answer-text {
        font-size: 15px;
    }

    .pd-single .ch-product-accordion {
        margin-top: 31px;
    }

    .pd-single .ch-product-accordion__box {
        margin-left: 0;
    }

    .pd-single .ch-product-accordion__box {
        padding: 16px;
        margin-bottom: 12px;
    }

    .pd-single .ch-product-accordion__heading::before,
    .pd-single .ch-product-accordion__heading::after {
        width: 12px;
    }

    .pd-single .ch-product-accordion__heading {
        font-size: 17px;
    }

    .pd-single .ch-product-accordion__box.is-open>.ch-product-accordion__container {
        padding-top: 8px !important;
    }

    .pd-single .ch-product-accordion__container p {
        font-size: 13px;
    }

    .pd-single #products_show_review,
    .pd-single .p-product_content__inner.p-product_content__inner-bottom {
        padding-top: 69px;
    }

    .pd-single .p-review__inner__title .u-text--head,
    .pd-single .pd-recommend-new .p-recommend_product__inner__title__en {
        font-size: 24px;
    }

    .pd-single .p-review__inner__title .u-text--subhead,
    .pd-single .pd-recommend-new .p-recommend_product__inner__title__jp {
        font-size: 12px;
    }

    .pd-single .p-product_content__inner.p-product_content__inner-bottom {
        padding-bottom: 79px;
    }

    .pd-single .pd-recommend-new {
        padding-bottom: 80px;
    }

    .pd-single .p-recommend_product .c-product_item__inner__maker,
    .pd-single .p-recommend_product .price,
    .pd-single .p-recommend_product .tax {
        font-size: 12px;
    }

    .pd-single .p-recommend_product .c-product_item__inner__title {
        font-size: 15px;
    }

    .pd-single .c-review_item_detail__title,
    .pd-single .p-review__inner__all__btn {
        font-size: 15px;
    }

    .pd-single .c-review_item_detail__text {
        font-size: 12px;
    }

    .l-header__inner__block__item--menu:not(:last-child) {
        margin-right: 20px;
    }

    .top-banner .c-arrow-link {
        margin-right: 0;
    }

    .pd-single .p-product_content__inner__img,
    .pd-single .p-product_content__inner__info {
        width: 100% !important;
    }

    .pd-single #products_show_review .p-review__inner__title {
        margin-bottom: 35px;
    }

    .pd-single .ch-product-accordion .ch-product-section__heading {
        margin-bottom: 39px;
    }

    .pd-single .ch-product-section--qa .ch-product-section__heading {
        margin-bottom: 40px;
    }

    .pd-single .ch-product-section--qa {
        margin-top: 63px;
    }

    .ch-product-step__step.is-active .ch-product-step__header-name {
        font-size: 18px;
        padding: 0 0 10px;
    }

    .pd-single .ch-product-step__item-info {
        width: 100%;
    }

    .pd-single .ch-product-step__header-num span.is-num {
        font-size: 24px;
        margin-top: -5px;
    }

    .pd-single .ch-product-step__header-num>span {
        width: 76px;
        height: 76px;
        font-size: 15px;
    }

    .pd-single .ch-product-section--step .ch-product-section__heading {
        margin-bottom: 42px;
    }

    .pd-single .p-product__form__inner+.p-product__form__inner {
        padding: 20px;
    }

    .pd-single .p-product_content__inner__info {
        margin-top: 19px;
    }

    .top-main .p-kv_slider__nav {
        bottom: 32px;
    }

    .top-main .p-kv_slider__track__list__item__inner {
        padding-top: 144% !important;
    }

    .l-header__inner__block__item .count {
        min-width: 15px;
        height: 15px;
        right: 5px;
        font-size: 8px;
        top: 5px;
    }
}


@media screen and (max-width: 719px) {
    .new_breadcrumbs {
        display: none;
    }
}