@charset "UTF-8";
/*----product top -----*/


/*----item----*/
.container-product-item .title-wrap {
    background-image: url(../img/products/kv_bk.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 80vh;
    padding-top: 30px;
    position: relative;
    color: #000;
}
.container-product-item .title-item {
    margin: 0 auto;
    width: fit-content;
}
.container-product-item .title-item.title-jp {
    max-width: 80%;
    font-size: 50px;
    display: block;
    margin: 20px auto;
}
.container-product-item .title-item.title-jp.newlogo::after {
    width: 80px;
    height: 80px;
    right: -80px;
    top: -30px;
}
.container-product-item .title-image {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.container-product-item .lead-text {
    margin: 20px auto;
    width: 800px;
    max-width: 100%;
    font-size: 1.2em;
    line-height: 1.8;
}
.container-product-item .contents-wrap {
    width: 80%;
    margin: 0 auto 10%;
}
.container-product-item .heading-main {
    width: fit-content;
    margin: 20px 0;
}
.container-product-item .heading-main-item {
    padding: 0.2em 0.4em;
    border-radius: 0.5em;
    width: fit-content;
    max-width: 100%;
    font-size: 1.8em;
    line-height:1.6;
    color: #fff;
    text-align: left;
    margin: 10px 0;
    border: 18px solid #fff;
    border-image-source: url(../img/common/title-bg-green@2x.png);
    border-image-slice: 18 fill;
    border-image-repeat: repeat;
}
.container-product-item .heading-sub {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 10px;
    border-left: solid 4px #00663D;
    margin: 40px auto;
    text-align: left;
}
.container-product-item .text-body {
    font-size: 1.3em;
    margin: 20px auto;
}
.container-product-item .shoplink {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    justify-content: center;
}
.container-product-item .shoplink .wp-block-button {
    margin: 10px 20px;
}
.container-product-item .frame {
    border: 30px solid #fff;
    border-image-source: url(../img/common/box-outline.png);
    border-image-slice: 30;
    border-image-repeat: repeat;
}
.wp-block-button a.btn {
    width: 100%;}

.tablelist-wrap {
    max-width: 1300px;
    width: 95%;
    margin: 50px auto;
}
.tablelist-item {
    display: flex;
    border-top: 1px solid;
}
.tablelist-item-ttl {
    width: 180px;
    letter-spacing: 0em;
    padding: 20px 0px 20px 20px;
    font-weight: 600;
    line-height: 2;
}
.tablelist-item-txt {
    flex: 1;
    letter-spacing: 0.02em;
    line-height: 2;
    padding: 20px 0px 22px 20px;
}




/*--関連ページ--*/
.relateditems-item a.btn.btn-onlineshop {
    margin: 20px 0 0;
    width: 73%;
}
.columns-item a.btn.viewmore-btn {
    max-width: 230px;
}
.re-pages-ttl {
    text-align: center;
    font-size: 3.5rem;
    line-height: 1;
    color: #000000;
}
.re-pages-subttl {
    text-align: center;
    color: #000000;
    margin-bottom: 2%;
}
.columns-item-wrap {
    display: flex;
}
.columns-item {
    width: 50%;
    color: #000000;
    padding: 30px 50px;
    text-align: center;
}
.columns-item-date {
    font-size: 1rem;
    margin-top: 15px;
}
.columns-item-img {
    box-shadow: 15px 6px 3px 2px #0000004F;
    border-radius: 5px;
    width: 330px;
    max-width: 90%;
    margin: 0 auto;
}
.columns-item-ttl {
    font-size: 1.5rem;
}
.columns-item.color-grn,.relateditems-item-img.color-grn {
    background-color: var(--tb-green);
}
.columns-item.color-orange,.relateditems-item-img.color-orange {
    background-color: var(--tb-orange);
}
.columns-item.color-blue,.relateditems-item-img.color-blue {
    background-color: var(--tb-blue);
}
.relateditems-wrap {
    margin: 100px auto;
}
.relateditems-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
.relateditems-item-wrap {
    width: 80%;
    margin: 20px auto;
}
.relateditems-item-img {
    border: 1px solid;
    margin-right: 3%;
    width: 500px;
    height: 300px;
    border-radius: 5px;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}
.relateditems-item-img img {
    height: 300px;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.relateditems-item-txt {
    color: #000;
    line-height: 2.5;
}
.relateditems-item-cat {
    font-size: 0.8rem;
}
.relateditems-item-name {
    font-size: 1.5rem;
    line-height: 120%;
}
.faq-inner {
    margin: 50px auto;
}
.faq-qa {
    width: 900px;
    margin: 30px auto 0;
    border-radius: 15px;
    padding: 20px 40px;
    max-width: 90%;
    border: 1px solid #D6D6D6;
    background-color: #D6D6D6;
    color: #000;
}
.faq-qa dt {
    display: flex;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
}
#contents .faq-qa dt p {
    margin-bottom: 0;
    padding-right: 1em;
    line-height: 1.65;
}
.faq-qa dd {
    align-items: flex-start;
    padding: 15px 0;
    margin: 2vw 0 0 0;
    display: flex;
}
.faq-qa dt span,.faq-qa dd span {
    margin-right: 1em;
}
.products-top {
    margin-bottom: 150px;
}