* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

html {
    font-size: 10px;
}

.group-header-top {
    background: #1c2228;
    color: white;
    text-align: center;
    width: 100%;
    height: 3.799rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-header-top p {
    font-size: 1.365rem;
    line-height: 120%;
}

.group-header-center {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-header-center h1,
.group-header-center h1 a,
.group-header-center h1 img {
    vertical-align: top;
    line-height: 100%;
}

.group-header-center svg {
    width: 4.4rem;
}

.group-header-center svg.icon-search {
    width: 2rem;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.menu a {
    display: block;
}

.menu a,
.menu li>span.summary {
    font-size: 1.4rem;
    color: #1c2228;
    text-decoration: none;
    padding: 0.8rem 0;
    position: relative;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    padding: 1.2rem;
}

.submenu {
    display: none;
}

.group-header-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.86rem;
    padding-right: 1.5rem;
}

.group-header-bottom {
    margin-top: 1.05rem;
}

.group-header-bottom-txt {
    width: 100%;
    height: 3.677rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c2b7ac;
}

.group-header-bottom-txt p {
    font-size: 1.4rem;
    color: #1c2228;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .2rem;
}

/* TOP */
.top--main-mv {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: -0.3rem;
}

.top--main-mv img {
    width: 100%;
    height: auto;
}

.top--main-banner {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    background-color: #c2b7ac;
}

.card {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

.card img {
    width: 100%;
    display: block;
    height: auto;
}

.card a {
    font-size: 1.898rem;
    color: #262626;
    padding-top: 2.5rem;
    display: block;
}

.card-2col {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

}

.card-3col {
    gap: 1rem;
    margin-top: 1rem;
}

.card-item {
    width: 50%;
    padding: 2.5rem;
    background-color: #bbb1a6;
    border-radius: 1rem;
    overflow: hidden;
}

/* Product */
.top--main-product {
    padding-top: 3.6rem;
    padding-bottom: 3.5rem;
    background-color: #f4f4f4;
}

.top--main-product.vs-1 {
    background-color: #c2b7ac;
}

.top--main-product .heading-2 {
    margin-bottom: 3rem;
}

.top--main-product-content {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

.heading-2 {
    font-size: 2.52rem;
    color: #2b2c2d;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 600;
}

.product_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product_box--item {
    width: calc((100% - 4.002rem) / 4);
    margin-bottom: 1.3rem;
    margin-right: 1.3rem;
}

.product_box--item:nth-child(4n),
.product_box--item:last-child {
    margin-right: 0;
}

.product_img {
    overflow: hidden;
}

.product_img img {
    width: 100%;
    display: block;
    vertical-align: top;
}

.product_img a {
    display: block;
    transition: all 0.5s ease;
}

.product_img a:hover {
    transform: scale(1.02);
}

.product_box--item {
    background-color: #ffffff;
    padding: 2rem;
}

.top--main-product.vs-1 .product_box--item {
    padding: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.product_box .heading-3 {
    font-size: 1.365rem;
    color: #262626;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    margin-top: 1.5rem;
}

.product_box .heading-3 a {
    color: #262626;
    text-decoration: none;
    transition: all 0.5s ease;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.product_box .heading-3 a:hover {
    text-decoration: underline;
}

.price__sale {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.price__sale .price-item {
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 150%;
    letter-spacing: normal;
    color: #262626;
}

.price__sale .price-item--regular {
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 1rem;
}

.price__add {
    padding: 1.5rem 0 0.5rem;
    position: relative;
    overflow: hidden;
}

.price__add .shopify-buy-frame {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 4.3rem;
    top: 1.5rem;
    display: block !important;
}

.price__add .shopify-buy-frame iframe {
    width: 150% !important;
    position: absolute;
    height: 100% !important;
    left: -25%;
    opacity: 0;
}

.price__add a {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price__add a.btn {
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 0.4rem;
    transition: all 0.3s ease;
    border: 1px solid #ccc;
    color: #262626;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 150%;
    width: 100%;
}

.card__information {
    padding: 2rem;
}

.card__information a {
    font-size: 1.8rem;
    font-family: "DX Sans", sans-serif;
    color: #262626;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
}

.card__information svg {
    width: 1.5rem;
    margin-left: 1rem;
}

.top--main-review {
    padding-top: 6.8rem;
    padding-bottom: 6.8rem;
}

.top--main-review>* {
    width: 100%;
    max-width: 106rem;
    margin-left: auto;
    margin-right: auto;
}

.review_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: -3rem;
}

.review_list li {
    width: calc((100% - 12.002rem) / 4);
    margin-bottom: 3rem;
    margin-right: 4rem;
}

.review_list li:nth-child(4n),
.review_list li:last-child {
    margin-right: 0;
}

.review_list h3 {
    font-size: 1.89rem;
    color: #262626;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    margin-bottom: 0.5rem;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
}

.review_list p {
    font-size: 1.58rem;
    letter-spacing: .05rem;
    color: #262626bf;
    text-align: center;
    line-height: 175%;
    display: block;
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.review_list p:not(:last-child) {
    margin-bottom: 0.8rem;
}


footer {
    background: #c2b7ac;
    padding: 3.6rem 0;
}

.menu_footer {
    width: 100%;
    max-width: 76rem;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    text-align: center;
}

.menu_footer li {
    display: inline;
    margin-right: 1.5rem;
}

.menu_footer li:last-child {
    margin-right: 0;
}

.menu_footer li a {
    color: #262626bf;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: .1rem;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    text-decoration: none;
    padding: 0.8rem 0;
    display: inline-block;
    transition: ease all 0.45s;
}

.menu_footer li a:hover,
.menu_footer li a.active {
    color: #262626;
    text-decoration: underline;
}

.folow_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 3rem;
}

.folow_footer a {
    align-items: center;
    display: flex;
    padding: 1.1rem;
}

.folow_footer svg {
    width: 2.2rem;
}

.folow_footer svg path {
    fill: #262626;
}

.royal-honey-coppy {
    width: 100%;
    padding-top: 4.7rem;
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #26262614;
}

.royal-honey-coppy p {
    letter-spacing: .1rem;
}

.royal-honey-coppy p,
.royal-honey-coppy a {
    font-size: 1.1rem;
    color: #262626bf;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    text-decoration: none;
}

.royal-honey-coppy a {
    margin-right: 0.5rem;
}

.list-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin-bottom: 1.5rem;
}

.list-payment svg {
    width: 4.8rem;
}

.top--main-faq {
    width: 100%;
    padding-top: 3.6rem;
    position: relative;
    background-color: #f4f4f4;
}

.top--main-faq details {
    width: 100%;
    max-width: 70.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}

.top--main-faq summary {
    font-size: 1.576rem;
    border-radius: 0.4rem;
    color: #262626;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 150%;
    cursor: pointer;
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    font-weight: 500;
    letter-spacing: .15rem;
    position: relative;
}

.top--main-faq summary::marker {
    all: unset;
    display: none;
    content: "";
}

details[open] {
    background: #ffffff;
    border-radius: 1rem;
}

.top--main-faq p {
    font-size: 1.6rem;
    color: #262626bf;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 175%;
    letter-spacing: .05rem;
    padding: 0 1.5rem 2rem;
}

.svg-wrapper {
    display: inline-block;
    vertical-align: top;
    line-height: 100%;
    top: .4rem;
    margin-right: .5rem;
    position: relative;
}

.svg-wrapper svg {
    width: 1.5rem;
}

.icon-caret {
    position: absolute;
    right: 1.5rem;
    top: 2.2rem;
    width: 1.5rem;
    transition: ease all 0.35s;
}

details[open] .icon-caret {
    transform: rotate(180deg);
}

.top--main-faq {
    padding-bottom: 3.6rem;
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 4.2rem;
    color: #2b2c2d;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 140%;
    letter-spacing: .07rem;
    padding: 0 1.5rem 0;
    margin-top: 1rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.top--main-faq .title p {
    margin-bottom: 0;
    font-size: 1rem;
    color: #262626bf;
    padding: 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.top--main-blog {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-left: 1.86rem;
    padding-right: 1.86rem;
    background-color: #c2b7ac;
}

.top--main-blog ul {
    width: 100%;
    max-width: 110rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    gap: 1.3rem;
}

.top--main-blog ul li {
    width: 33.33%;
    padding: 2.5rem;
    border-radius: 1rem;
    background-color: #bcb2a7;
}

.top--main-blog ul li img {
    width: 100%;
    height: auto;
}

.top--main-blog ul li p {
    font-size: 1.6rem;
    color: #262626bf;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 185%;
    letter-spacing: .05rem;
    padding: 0;
    margin-top: 2.1rem;
}

.top--main-blog ul li a {
    font-size: 1.6rem;
    color: #54483c;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 185%;
    letter-spacing: .1rem;
    padding: 0;
    font-weight: 500;
    margin-top: 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.top--main-blog ul li a svg {
    width: 1.5rem;
    height: 1rem;
    margin-left: .5rem;
    transition: ease all 0.35s;
}

.top--main-blog ul li a:hover svg {
    width: 1.8rem;
}

.header__heading img {
    width: 30rem;
}

.sp_show {
    display: none;
}

/* RWD 1100 */
@media (max-width: 1100px) and (min-width: 767.5px) {
    html {
        font-size: 0.909vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 10px;
    }

    .sp_hide {
        display: none;
    }

    .sp_show {
        display: block;
    }

    .header.page-width,
    .utility-bar__grid.page-width {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

    .header__icon,
    .header__icon--cart .icon {
        height: 4.4rem;
        width: 4.4rem;
        padding: 0;
    }

    .header__icon .icon {
        height: 2rem;
        width: 2rem;
        fill: none;
        vertical-align: middle;
    }

    .header__icon span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .header__icon--menu .icon-hamburger {
        visibility: visible;
        opacity: 1;
        transform: scale(1.07);
    }

    .header__icon--menu .icon-close {
        display: none;
    }

    .group-header-middle {
        position: relative;
        z-index: 1;
    }

    .group-header-bottom {
        display: none;
    }

    .group-header-bottom ul.menu {
        flex-wrap: wrap;
    }

    .group-header-bottom ul.menu li {
        display: block;
        text-align: center;
        border-bottom: 0.1rem solid #ccc;
        margin: 0;
        width: 100%;
    }

    .group-header-bottom ul.menu li .summary {
        display: block;
    }

    .group-header-bottom.active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 10;
        padding: 1.5rem 0;
        box-shadow: 0 0.4rem 1.2rem rgb(0 0 0 / 10%);
        margin-top: 0;
        padding: 0;
    }

    .hd_cart {
        display: flex;
    }

    .hd_cart span.wrap_svg {
        width: 4.4rem;
        height: 4.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top--main-mv {
        height: 72rem;
    }

    .top--main-mv img {
        height: 100%;
        object-fit: cover;
    }

    .card-2col {
        flex-wrap: wrap;
        gap: 1.2rem;
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .card-item {
        width: 100%;
    }

    .top--main-product-content {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .product_box {
        gap: 1.2rem;
    }

    .product_box--item {
        width: calc(50% - 1.2rem / 2);
        padding: 1rem;
        margin: 0;
        border-radius: 1rem;
        overflow: hidden;
    }

    .price__sale,
    .product_box .heading-3 a,
    .price__add {
        padding: 0 1rem;
    }

    .price__add {
        margin-top: 1.3rem;
        margin-bottom: 1.3rem;
    }

    .price--on-sale .price-item--regular {
        text-decoration: line-through;
        color: rgba(var(--color-foreground), .75);
        font-size: 1.3rem;
    }

    .top--main-product.vs-1 .product_box--item {
        width: 100%;
    }

    .top--main-blog ul {
        flex-wrap: wrap;
    }

    .top--main-blog ul li {
        width: 100%;
    }

    .top--main-blog {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .menu_footer {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .menu_footer li a {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .review_list li {
        width: 100%;
    }

    .review_list li {
        width: 100%;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        padding-left: 3rem;
        padding-right: 3rem;
        margin-bottom: 3rem;
    }

    .group-header-bottom-txt {
        height: auto;
    }

    .group-header-bottom-txt p {
        padding: 0.3rem 1.5rem;
        text-align: center;
        line-height: 2.7rem;
    }
}

@media (max-width:749px) {

    .top--main-mv {
        height: 33rem;
    }

    .header__heading img {
        width: 100%;
    }

    .group-header-bottom-txt p {
        width: calc(100% - 4rem / 1);
    }

    .hd_menu {
        width: 20%;
    }

    .hd_logo {
        width: 48%;
    }

    .card-2col {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        gap: 0.6rem;
    }

    .top--main-product {
        padding-top: 2.7rem;
        padding-bottom: 3.9rem;
    }

    .top--main-product-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .heading-2 {
        font-size: 2.1rem;
        margin-bottom: 2rem;
    }

    .product_box .heading-3 a {
        font-size: 1.2rem;
        display: block;
    }

    .price__sale,
    .product_box .heading-3 a,
    .price__add {
        flex-wrap: wrap;
    }

    .price__sale .price-item--regular {
        display: block;
        color: rgba(38, 38, 38, 0.75);
    }

    .price__add a.btn {
        font-size: 1.5rem;
        text-align: center;
        color: rgb(121, 117, 114);
        border-color: rgba(0, 17, 40, 1);
    }

    .price__add a.btn {
        padding: .8rem;
        border-radius: 0.7rem;
        box-shadow: 0 0.4rem 0.5rem rgba(0, 17, 40, 0);
    }

    .product_box {
        gap: 0.6rem;
        align-items: stretch;
    }

    .top--main-review {
        padding-top: 5.1rem;
        padding-bottom: 5.1rem;
    }

    .review_list h3 {
        font-size: 1.8rem;
    }

    .review_list p {
        font-size: 1.5rem;
    }

    .title h2 {
        font-size: 3.1rem;
        margin-bottom: 2rem;
    }

    .top--main-faq {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .top--main-faq summary {
        padding: 1.5rem;
        display: flex;
        align-items: center;
    }

    .svg-wrapper {
        top: unset;
        display: flex;
        margin-right: calc(1.05 * 1rem);
    }

    .svg-wrapper svg {
        width: calc(1.05 * 2rem);
    }

    .icon-caret {
        width: 1rem;
        position: unset;
        margin-left: auto;
    }

    .top--main-faq p {
        font-size: 1.5rem;
    }

    .top--main-blog ul {
        gap: 0.6rem;
    }

    .top--main-blog {
        padding: 1.5rem;
    }

    .menu_footer {
        padding-bottom: 3rem;
        padding-left: calc(4rem / 1);
        padding-right: calc(4rem / 1);
    }

    .menu_footer li {
        display: block;
    }

    .menu_footer li a {
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .royal-honey-coppy {
        padding-top: 2.5rem;
        margin-top: 3rem;
    }

    .royal-honey-coppy p {
        padding-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
    }

    footer {
        padding: 2.7rem 0;
    }
}

.shopify-buy-frame--product {
    display: none !important;
}

/* ====== SINGLE ======= */
.grid-1100 {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

.single_product {
    padding-top: 3.6rem;
    padding-bottom: 8.6rem;
    background-color: #f4f4f4;
}

.single_product_inner {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
}

.single_product_inner_image {
    width: 49.5rem;
    order: 1;
    position: sticky;
    top: 3.6rem;
}

.single_product_inner_image img {
    width: 100%;
    display: block;
    height: auto;
}

.single_product_inner_info {
    width: calc(100% - 49.5rem - 3rem);
    order: 0;
}

.product__title {
    margin-bottom: 1.9rem;
    display: block;
}

.product__title h1,
.product__title .h1 {
    font-size: 4rem;
    color: #171717;
    font-weight: 900;
    letter-spacing: 0.1rem;
    line-height: 130%;
}

.product__title a {
    display: none !important;
}

.single_product .price__sale .price-item {
    font-size: 1.8rem;
    font-weight: bold;
}

.single_product .price__sale .price-item--regular {
    font-size: 1.6rem;
    font-weight: 500;
}

.single_product .price__sale .price-item--sale-box {
    background-color: #323841;
    border-radius: 2rem;
    font-size: 1.3rem;
    color: #ffffff;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin-left: 1rem;
    font-weight: 400;
}

.product_description,
.product_description p {
    margin: 1rem 0;
    font-size: 1.6rem;
    line-height: 175%;
    letter-spacing: .05rem;
    color: #262626;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}

.product_description.vsfz-14 {
    font-size: 1.4rem;
    color: #262626bf;
    font-weight: 400;
}

.product_description.vsfw-400 {
    font-weight: 400;
}

.product_description p {
    font-weight: 400;
}

.product__description_box {
    margin-top: 3rem;
}

.product__description_box strong,
.product__description_box b {
    display: block;
}

.product__description_box p {
    margin: 1.5rem 0;
}

.product__description_box table {
    margin-top: 2.5rem;
}

.product__description_box table td {
    width: 100%;
    float: left;
    font-family: "Noto Sans JP", sans-serif;
}

.product__description_box table td:first-child {
    font-weight: 600;
}

.product__description_box table td:last-child {
    padding-bottom: 3rem;
    text-align: justify;
    padding-top: 0.7rem;
    font-weight: 400;
}

.share-button {
    padding: 1rem 0;
}

details.share-button[open] {
    background: transparent;
}

.share-button summary {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 120%;
    letter-spacing: .1rem;
    color: #001128;
    font-weight: 600;
    cursor: pointer;
    width: 10rem;
}

.share-button summary::marker {
    all: unset;
    display: none;
    content: "";
}

.share-button summary:hover {
    background-color: transparent;
}

.share-button__fallback {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.visually-hidden {
    opacity: 0;
    display: none;
}

.field {
    width: 80%;
    display: flex;
    align-items: center;
}

.btn {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn button {
    width: 4rem;
    height: 4rem;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    cursor: pointer;
    transition: ease all 0.3s;
}

.btn button:hover {
    background-color: #eeeeee;
}

.btn button:not(:last-child) {
    margin-right: 0.5rem;
}

.btn button svg {
    width: 1.1rem;
}

.field__input {
    width: 100%;
    height: 4rem;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0 10px;
    border-radius: 0%;
}

.field__input:focus {
    outline: none;
    border: 1px solid #eeeeee;
}

.svg-wrapper {
    margin-right: .5rem;
    position: relative;
    top: -0.1rem;
}

.single_product_card {
    background-color: #ffffff;
    margin-top: 3.6rem;
    padding-top: 3.6rem;
    padding-bottom: 4rem;
}

.single_product_card table {
    width: 100%;
    border-collapse: collapse;
}

.single_product_card th,
.single_product_card td {
    padding: 1.2rem;
    border-bottom: 0.1rem solid #26262614;
    font-size: 1.4rem;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
}

.single_product_card td {
    padding: 1.5rem 0;
    font-weight: 500;
    border-bottom: 0 solid #eee;
}


.single_product_card th {
    color: #666;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 150%;
    padding: 0 0 1.2rem 0;
    letter-spacing: .1rem;
}

.single_product .priceCurrent {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}


/* Căn cột giống ảnh */
.single_product_card th:first-child,
.single_product_card td:first-child {
    text-align: left;
    padding-left: 0;
}

.single_product_card td:first-child {
    display: flex;
    align-items: center;
}

.single_product_card td:first-child div {
    font-weight: 600;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_product_card td:first-child div strong {
    font-weight: 600;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single_product_card td:first-child div .price {
    display: none !important;
}

.single_product_card td:nth-child(2) {
    text-align: center;
}

.single_product_card th:nth-child(3),
.single_product_card th:nth-child(4),
.single_product_card td:nth-child(3),
.single_product_card td:nth-child(4) {
    text-align: right;
}

.single_product_card th:nth-child(1) {
    width: 38.8rem;
}

.single_product_card th:nth-child(2) {
    width: 10.5rem;
}

.single_product_card th:nth-child(3) {
    width: 20.5rem;
}

.single_product_card th:nth-child(4) {
    width: 15.5rem;
}

/* Sản phẩm: ảnh + tên ngang hàng */
.single_product_card td img {
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 1.2rem;
    border-radius: .8rem;
    border: 1px solid #333;
}

.single_product_card td div {
    display: inline-block;
    vertical-align: middle;
}

/* Ô số lượng */
.single_product_card .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #262626;
    width: 10.5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: .5rem;
}

.single_product_card .quantity button {
    width: 3.2rem;
    /* 32px */
    height: 3.2rem;
    border: 0 solid #aaa;
    background: #fff;
    cursor: pointer;
    border-radius: 0.4rem;
    /* 4px */
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_product_card .quantity button svg {
    width: 0.9rem;
}

.single_product_card .quantity button.minus svg {
    height: 1px;
}

.single_product_card .quantity input {
    width: 4rem;
    /* 40px */
    text-align: center;
    border: 0 solid #aaa;
    border-radius: 0.4rem;
    height: 3.2rem;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
}

.single_product_card .quantity input:focus {
    outline: none;
    border: 0 solid #aaa;
}

.single_product_card .quantity input::placeholder {
    font-family: "Noto Sans JP", sans-serif;
}

.single_product_card .price s {
    color: #999;
    font-weight: 500;
    margin-right: 0.4rem;
    font-family: "Noto Sans JP", sans-serif;
}

.single_product_card .subtotal {
    font-weight: bold;
}

@media (max-width: 767px) {
    .grid-1100 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .single_product_inner {
        flex-direction: column-reverse;
    }

    .single_product_inner_image {
        width: 100%;
        position: relative;
        top: unset;
    }

    .single_product_inner_info {
        width: 100%;
    }

    .product__title h1,
    .product__title .h1 {
        font-size: 3rem;
    }

    .single_product .price__sale,
    .single_product .product_box .heading-3 a,
    .single_product .price__add {
        padding-left: 0;
        padding-right: 0;
    }

    .product_description,
    .product_description p {
        font-size: 1.5rem;
        margin: 0.5rem 0;
        text-align: justify;
    }

    .product__description_box {
        margin-top: 3rem;
    }


    .single_product .price__sale .price-item {
        font-size: 1.6rem;
    }

    .single_product .price__sale .price-item--regular {
        font-size: 1.4rem;
    }

    .single_product .price__sale .price-item--sale-box {
        font-size: 1.2rem;
    }

    .product_description.vsfz-14 {
        font-size: 1.2rem;
    }

    /* .single_product_card td:nth-child(2), */
    .single_product_card td:nth-child(3),
    .single_product_card th:nth-child(2),
    .single_product_card th:nth-child(3) {
        display: none;
    }

    .single_product_card th:nth-child(4) {
        width: 12rem;
    }

    .single_product_card .price s {
        font-size: 1.2rem;
    }

    .single_product_card {
        padding-top: 2rem;
        padding-bottom: 7rem;
    }

    .single_product_card tr {
        position: relative;
    }

    .single_product_card td:nth-child(2) {
        text-align: center;
        position: absolute;
        left: 5.6rem;
        top: 6rem;
    }

    .single_product_card td:first-child div .price {
        display: block !important;
    }

    .share-button__fallback {
        padding: 1rem;
    }

    .btn button:not(:last-child) {
        margin-right: 0.3rem;
    }

    .btn {
        width: 25%;
    }

    .field {
        width: calc(75% - 0.3rem);
    }
}

/* よくある質問 Q&A */
.page_box {
    background-color: #f4f4f4;
    padding-top: 3.6rem;
    padding-bottom: 7rem;
    margin-top: 0;
    margin-bottom: 0;
}

.page_box :is(h1, h2, h3, h4, h5, h6, p) {
    font-size: 3.6rem;
    color: #2b2c2d;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 140%;
    letter-spacing: .1rem;
    padding: 0 1.5rem 0;
    margin-top: 1rem;
    font-weight: 900;
    margin-bottom: 3rem;
    text-align: center;
}

.page_box h2 {
    margin-bottom: 2rem;
}

.page_box h2,
.page_box p {
    text-align: left;
    font-size: 1.8rem;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}

.page_box h2::first-letter {
    color: #f00;
}

.page_box p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    text-align: justify;
    margin-bottom: 4rem;
    color: #262626bf;
}

.page_box p::first-letter {
    color: #00aaff;
}

.page_box a {
    display: inline-block;
    color: #001128;
    text-decoration: none;
    border-bottom: 1px solid #001128;
}

.page_faq_content {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .page_box {
        padding-top: 2.6rem;
        padding-bottom: 5rem;
    }

    .page_box :is(h1, h2, h3, h4, h5, h6, p) {
        font-size: 3rem;
        margin-bottom: 3rem;
        line-height: 160%;
    }

    .page_box h2 {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
    }

    .page_box p {
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }

    .page_box a {
        border-bottom: 0;
    }
}

/* ====== COLLECTION ======= */
img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.page_malaysia_content,
.page_payment_content {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0rem;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    color: #262626bf;
    font-family: "Noto Sans JP", sans-serif;
}

.page_payment_content img {
    border: 1px solid #c2b7ac;
    border-radius: 1rem;
    overflow: hidden;
}

.page_payment_content ul {
    margin-left: 2.2rem;
    margin-top: 4rem;
}

.page_payment_content li {
    list-style: disc;
    font-weight: 400;
}


.page_payment_content li strong {
    font-weight: 600;
    color: #171717;
}

.page_payment_content li:not(:last-child) {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .page_payment_content ul {
        margin-left: 1.9rem;
        margin-top: 3rem;
        padding-bottom: 2rem;
    }

    .page_payment_content li {
        font-size: 1.5rem;
        line-height: 150%;
    }

    .page_payment_content img {
        border-radius: .8rem;
    }

    .page_payment_content li:not(:last-child) {
        margin-bottom: 0.8rem;
    }

    .page_payment_content li br {
        display: none;
    }
}

/* マレーシア祝日 */
.page_box .page_malaysia_content h2 {
    font-size: 2.2rem;
}

.page_box .page_malaysia_content h2::first-letter {
    color: #2b2c2d;
}

.page_malaysia_content {
    max-width: 90rem;
    padding-bottom: 7rem;
}

.page_malaysia_content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2.5rem;
}

.page_malaysia_content td,
.page_malaysia_content th {
    border: 1px solid #c2b7ac;
    padding: 1.2rem 1.5rem;
    text-align: left;
    font-size: 1.6rem;
    color: #262626bf;
    font-family: "Noto Sans JP", sans-serif;
}


.page_malaysia_content td:nth-child(1),
.page_malaysia_content th:nth-child(1) {
    width: 11rem;
}

.page_malaysia_content td:nth-child(2),
.page_malaysia_content th:nth-child(2) {
    width: 10rem;
}

.page_malaysia_content td:nth-child(3),
.page_malaysia_content th:nth-child(3) {
    width: 29.5rem;
}

.page_malaysia_content td:nth-child(4),
.page_malaysia_content th:nth-child(4) {
    width: 29.5rem;
}

.page_malaysia_content td {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 150%;
    font-weight: 400;
    text-align: justify;
}

@media (max-width: 767px) {
    .page_malaysia_content {
        padding: 0 0rem 1rem;
    }

    .page_box .page_malaysia_content h2 {
        font-size: 1.8rem;
        margin-bottom: 0rem;
    }

    .page_malaysia_content table {
        margin-top: 2rem;
    }

    .page_malaysia_content table,
    rf .page_malaysia_content thead,
    .page_malaysia_content tbody,
    .page_malaysia_content th,
    .page_malaysia_content td,
    .page_malaysia_content tr {
        display: block;
        width: 100%;
    }

    .page_malaysia_content thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .page_malaysia_content tr {
        border: 1px solid #c2b7ac;
        margin-bottom: 1.5rem;
        border-radius: .8rem;
        overflow: hidden;
    }

    .page_malaysia_content td {
        border: none;
        border-bottom: 1px solid #c2b7ac;
        position: relative;
        padding-left: 30%;
        font-size: 1.4rem;
        line-height: 150%;
    }

    .page_malaysia_content td:nth-child(1),
    .page_malaysia_content th:nth-child(1),
    .page_malaysia_content td:nth-child(2),
    .page_malaysia_content th:nth-child(2),
    .page_malaysia_content td:nth-child(3),
    .page_malaysia_content th:nth-child(3),
    .page_malaysia_content td:nth-child(4),
    .page_malaysia_content th:nth-child(4) {
        width: 100%;
    }

    .page_malaysia_content td:last-child {
        border-bottom: 0;
    }

    .page_malaysia_content td::before {
        position: absolute;
        top: 1.2rem;
        left: 1.5rem;
        width: 45%;
        padding-right: 1rem;
        white-space: nowrap;
        font-weight: 600;
        content: attr(data-label);
        color: #171717;
    }

}

/* 配送ポリシー */
.page_shipping_content {
    max-width: 70rem;
    padding-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.page_shipping_content h2 {
    padding-top: 3rem;
}

.page_shipping_content h2::first-letter {
    color: #001128;
}

.page_shipping_content p {
    margin-bottom: 2.5rem;
    font-weight: 400;
    letter-spacing: .1rem;
}

.page_box .page_shipping_content p::first-letter {
    color: #262626bf;
}

.page_shipping_content p strong {
    display: block;
}

.page_shipping_content ul {
    margin-left: 2.1rem;
    margin-bottom: 2.5rem;
}

.page_shipping_content li {
    list-style: number;
    font-weight: 400;
    letter-spacing: 1px;
}

.page_shipping_content li strong {
    font-weight: 600;
    display: block;
}

.page_shipping_content li:not(:last-child) {
    margin-bottom: 1rem;
}

.page_shipping_content p strong.inline-block,
.page_shipping_content li strong.inline-block {
    display: inline-block;
}

.page_shipping_content p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .page_shipping_content {
        padding: 0 0 2rem;
    }

    .page_shipping_content p {
        line-height: 150%;
    }

    .page_shipping_content li {
        font-size: 1.5rem;
        line-height: 150%;
    }

    .page_shipping_content h2 {
        padding-top: 0rem;
    }

    .page_shipping_content p strong {
        margin-bottom: 1rem;
    }

    .page_shipping_content p strong.inline-block {
        margin-bottom: 0;
    }
}

/* General */
.grid-766 {
    width: 100%;
    max-width: 76.6rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

/* Page Fake */
.page_box .page_fake_content p::first-letter,
.page_box h2::first-letter,
.page_box .page_aboutroyalhoney_content h2::first-letter,
.page_box .page_aboutroyalhoney_content p::first-letter {
    color: inherit;
}

h1.title_fake{
    font-size: 5.3rem;
    font-weight: normal;
    text-align: left;
    padding: 0;
}

h2.title_fake{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.page_fake_content h4{
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0;
}

.page_fake_content .text-center {
    text-align: center;
}

.page_fake_content .text-danger {
    color: #ff2a00;
}

.page_fake_content .text-underline {
    text-decoration: underline;
}

.page_fake_content p{
    margin-bottom: 1.6rem;
    margin-top: 1.6rem;
}

.page_fake_content .content1{
    border: #333333 solid 1px; 
    border-left: #333333 solid 10px; 
    padding: 20px; 
    font-size: 1.6rem;
}

.page_fake_content .img02{
    margin-bottom: 1.6rem;
}

.page_fake_content .div_img01{
    padding-right: 2.8rem; 
    padding-left: 2.8rem; 
}

@media (max-width: 767px) {
    .grid-766 {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 2rem;
    }
}

@media (max-width: 750px) {
    .grid-766 {
        width: 100%;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1.5rem;
    }

    h1.title_fake{
        font-size: 4.2rem;
    }

    h2.title_fake {
    font-size: 2.1rem;
    }
}

/* page_aboutroyalhoney_content */
.page_aboutroyalhoney_content h1 {
  font-size: 5.4rem;
  text-align: left;
  font-weight: normal;
  padding: 0;
}

.page_aboutroyalhoney_content .title02 {
  font-size: 4.2rem;
  text-align: left;
  font-weight: normal;
  padding: 0;
}

.page_aboutroyalhoney_content h2 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: normal;
  padding: 0;
}


.page_aboutroyalhoney_content p{
    margin-bottom: 1.6rem;
    margin-top: 1.6rem;
    line-height: 180%;
}

.page_aboutroyalhoney_content strong{
    font-size: 1.6rem;
}

.page_aboutroyalhoney_content .text-center {
  text-align: center;
}

.page_aboutroyalhoney_content .img01 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

@media (max-width: 750px) {

    .page_aboutroyalhoney_content h1 {
        font-size: 4.2rem;
    }

    .page_aboutroyalhoney_content .title02 {
        font-size: 3.1rem;
    }

    .page_aboutroyalhoney_content h2 {
        font-size: 2.1rem;
    }
}

/* page_register_content */

.page_register_content{
    max-width: 47.8rem;
    margin-left: auto;
    margin-right: auto;
}

.page_register_content h1 {
    font-size: 4.2rem;
    text-align: center;
    font-weight: normal;
    padding: 0;
}

.page_register_content input{
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: 1px;
    transition: box-shadow 1.5s ease;
    border-radius: 6px;
}

.page_register_content input{
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: 1px;
    transition: box-shadow 1.5s ease;
    border-radius: 6px;
    border: 0;
}

.page_register_content input::placeholder {
    color: transparent;
}

.page_register_content .field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow 1.5s ease;
}


.page_register_content label{
    font-size: 1.6rem;
    left: calc(1px + 2rem);
    top: calc(1rem + 1px);
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top 0.1s ease, font-size 0.1s ease;
    color: rgba(43, 44, 45, .75);
    letter-spacing: .1rem;
    line-height: 1.5;
}

.page_register_content input:focus~label {
    font-size: 1rem;
    top: calc(1px + .5rem);
    left: calc(1px + 2rem);
    letter-spacing: .04rem;
}
.page_register_content .field::after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border: .1rem solid transparent;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(43, 44, 45, 0.55);
    transition: box-shadow 1.5s ease;
    z-index: 1;
}

.page_register_content  .field {
    margin: 2rem 0 0;
}

.page_register_content  button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(183, 172, 162, 1);
}
