/*==================================================
products header
==================================================*/
.products-header {
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding: min(40px, 5vw) min(75px, 5vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .products-header .cat-wrp {
        width: 100%;
    }
}

.products-header .cat-wrp .cat-hd {
    font-size: min(1.3em, 3.8vw);
}

@media screen and (max-width: 767.9px) {
    .products-header .cat-wrp .cat-hd {
        display: inline-block;
        margin-right: .75em;
    }
}

.products-header .cat-wrp .cat {
    font-size: min(1.9em, 5.4vw);
    color: var(--lifon_orange);
}

@media screen and (max-width: 767.9px) {
    .products-header .cat-wrp .cat {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .products-header .products-title {
        margin-left: 2.5rem;
        padding-left: 2.5rem;
        border-left: solid 1px;
    }
}

@media screen and (max-width: 767.9px) {
    .products-header .products-title {
        width: 100%;
        margin-top: .75rem;
        padding-top: .75rem;
        border-top: solid 1px;
    }
}

.products-header .products-title .part-num {
    display: block;
    font-size: min(1.3em, 4.4vw);
    font-weight: 400;
}

.products-header .products-title .products-title-jp {
    display: block;
    font-size: min(1.6em, 4.6vw);
    font-weight: 400;
    line-height: 1.6;
}

/*==================================================
article
==================================================*/
/* main img --------------------------------------*/
.product-mainimg-wrp {
    max-width:1440px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .product-mainimg-wrp {
        height: 74vw;
    }

    .product-mainimg-wrp img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* product info --------------------------------------*/
.product_info-col>.wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
}

.wp-block-group.product_info-col{
    max-width:1200px;
    margin: 4em auto;
}

@media screen and (max-width: 767px) {
    .wp-block-group.product_info-col{
        margin: 0 auto;
    }
}

.product_info-col .product-subimg-wrp {
    width: 45%;
    margin: 0;
    flex-grow: 0;
}

@media screen and (max-width: 767px) {
    .product_info-col .product-subimg-wrp {
        width: 100%;
    }
}

.product_info-col .product-subimg-wrp img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.product_info-col .product_info-wrp {
    width: 55%;
    padding: 0 max(1rem, 5vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .product_info-col .product_info-wrp {
        width: 100%;
        margin: 2em auto;
    }
}

.product_info-col .product_info-wrp .product .cat {
    display: inline-block;
    margin-bottom: 1em;
    padding: .35em .75em;
    border: solid 1px #AFAFAF;
    border-radius: 3px;
    font-size: .8em;
}

.product_info-col .product_info-wrp .product .product-explanation {
    font-size: min(1.05em, 4.2vw);
    line-height: 1.8;
}

.product_info-col .product_info-wrp .product .product-explanation a {
    color: var(--lifon_orange);
    text-decoration: underline;
}

.product_info-col .product_info-wrp ul {
    list-style-type: none;
}

.product_info-col .product_info-wrp .features {
    margin: 2em 0 0;
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
    gap: min(2rem, 6vw) min(3rem, 8vw);
}

.product_info-col .product_info-wrp .features li {
    width: fit-content;
}

.product_info-col .product_info-wrp .features .parent-tax {}

.product_info-col .product_info-wrp .features .parent-tax>a {
    display: inline-block;
    margin-bottom: 1em;
    font-size: min(1em, 3.6vw);
}

.product_info-col .product_info-wrp .features .child-tax {
    display: flex;
    flex-wrap: wrap;
    gap: min(1em, 2vw);
}

.product_info-col .product_info-wrp .features li.icon {
    width: min(58px, 12vw);
}

.product_info-col .product_info-wrp .note {
    margin-top: 1.5em;
    font-size: .85em;
}

/* feature wrp --------------------------------------*/
.feature-wrp {
    padding: min(80px, 15vw) 0;
    background-color: #F6F5F2;
}

.feature-wrp .features-box {
    width: min(980px, 100%);
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
    .feature-wrp .features-box {
        flex-wrap: wrap !important;
        gap: 2em;
    }
}

.feature-wrp .features-box .wp-block-column {
    margin-left: 0 !important;
    padding-right: 2rem;
    flex-basis: 50%;
}

@media screen and (max-width: 767px) {
    .feature-wrp .features-box .wp-block-column {
        padding-left: 0 !important;
        padding-right: 0;
        border: none !important;
        flex-basis: 100%;
    }
}

.feature-wrp .features-box .wp-block-column:not(:first-child) {
    padding-left: min(5rem, 5vw);
    border-left: solid 1px var(--lifon_orange);
}

.feature-wrp .feature-wrp-title {
    margin-bottom: 2em;
    color: var(--lifon_orange);
    text-align: center;
    font-size: 1.4em;
}

.feature-wrp .feature-wrp-kind {
    width: 6em;
    text-align: center;
    padding: .2em 0;
    margin-bottom: 2em;
    border: solid 1px;
    color: var(--lifon_orange);
    font-size: min(.95em, 4vw);
}

.feature-wrp ul {
    counter-reset: num;
    list-style-type: none !important;
}

.feature-wrp ul li {
    margin: 1.75em 0;
    padding-left: 3.5em;
    counter-increment: num;
    font-size: min(1em, 3.8vw);
    line-height: 1.8;
    position: relative;
}

.feature-wrp ul li::before {
    content: '0'counter(num);
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 1.75em;
    transform: translateY(-.35em);
    color: var(--lifon_orange);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.feature-wrp ul li em {
    font-style: normal;
    font-size: .8em;
}

.feature-wrp ul li mark {
    display: inline-block;
    margin-left: .5em;
    padding: .1em .5em;
    color: var(--lifon_orange) !important;
    border: solid 1px;
    border-radius: 3px;
    font-size: .8em;
}

.feature-wrp ul li mark:first-of-type {
    /* margin-left: 1.5em; */
    margin-left: 0;
}

/* @media screen and (max-width: 767px) {
    .feature-wrp ul li mark:first-of-type {
        margin-left: 0;
    }
} */

.feature-wrp .note {
    font-size: .85em;
}

/* spec wrp --------------------------------------*/
.product_spec-wrp {
    width: min(1240px, 100%);
    padding: min(80px, 15vw) 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_spec-wrp .product_spec-image {
    width: min(400px, 33%);
    margin: 0;
}

@media screen and (max-width: 640px) {
    .product_spec-wrp .product_spec-image {
        width: 60%;
        margin: 0 auto 3em;
    }
}

.product_spec-wrp .product_spec-table {
    width: min(770px, 65%);
}

@media screen and (max-width: 640px) {
    .product_spec-wrp .product_spec-table {
        width: 100%;
        margin: 0 auto;
    }
}

.product_spec-wrp :is(.tablepress-id-4516748025992, .tablepress-id-4516748025985) tr:nth-child(odd) :is(th, td) {
    background-color: transparent;
}

.product_spec-wrp :is(.tablepress-id-4516748025992, .tablepress-id-4516748025985) tr:is(:nth-child(1), :nth-child(3), :nth-child(5), :nth-child(7), :nth-child(8), :nth-child(10), :nth-child(12)) :is(th, td) {
    background-color: #f3f3f3;
}

.product_spec-wrp dl {
/*     display: grid;
    grid-template-columns:repeat(2,auto);
    justify-content: flex-start; */
}

.product_spec-wrp dl dt {
    padding-right: .25em;
}

.product_spec-wrp dl dt,
.product_spec-wrp dl dd div{
    float: left;
}

.product_spec-wrp dl dd::after{
    content: '';
    display: block;
    clear: both;
}

.product_spec-wrp .product_spec-table .pdf-link {
    font-size: .85em;
}

.product_spec-wrp .product_spec-table .pdf-link a {
    color: var(--lifon_orange);
    text-decoration: underline;
}

/* store wrp --------------------------------------*/
.store-banner-wrp {
    padding: min(80px, 15vw) 0;
    background-color: rgb(246, 245, 242);
}

.store-banner-wrp .store-banner-inner {
    display: flex;
    justify-content: center;
    row-gap: 0px;
    flex-wrap: wrap;
    gap: 1em 3em;
}

.store-banner-wrp .title-wrp {
    width: 100%;
}

.store-banner-wrp .title {
    color: var(--lifon_orange);
    text-align: center;
    font-size: 1.2em;
}

.store-banner-wrp .btn a{
    width: 15em;
    text-align: center;
}

