@charset "utf-8";
/* reset */
@import url("bootstrap-reboot.css");
@import url("matome.css");
@import url("header.css");
@import url("footer.css");

/*タイトル*/
.tit {
    color: #000;
    line-height: 1.6;
    margin-bottom: 50px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.tit2 {
    color: #000;
    line-height: 1.6;
    margin-bottom: 30px;
}
.tit.siro {
    color: #fff;
}
.subtit {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
}
.subtit.aka {
    color: #E60012;
}
.subtit.midori {
    color: #1C6B25;
}
.subtit.siro {
    color: #fff;
}
.text1 {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .tit {
        margin-bottom: 35px;
    }
    .tit2 {
        margin-bottom: 20px;
    }
    .subtit {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .text1 {
        font-size: 14px;
    }
}

/*ボタン*/
.btn_wh {
    align-items: center;
    background-color: #fff;
    border: 2px solid #E60012;
    border-radius: 50vh;
    color: #E60012 !important;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    height: 77px;
    justify-content: space-between; 
    line-height: 1.1875;
    margin-top: 50px;
    max-width: 400px;
    padding: 5px 1.5em 5px 2em;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    width: 100%;
}
.btn_r {
    align-items: center;
    background-color: #E60012;
    border: 2px solid #E60012;
    border-radius: 50vh;
    color: #fff !important;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    height: 77px;
    justify-content: space-between; 
    line-height: 1.1875;
    margin-top: 50px;
    max-width: 400px;
    padding: 5px 1.5em 5px 2em;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    width: 100%;
}
.btn_br {
    align-items: center;
    background-color: #D6CCBA;
    border: 2px solid #D6CCBA;
    border-radius: 50vh;
    color: #5D4925 !important;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    height: 77px;
    justify-content: space-between; 
    line-height: 1.1875;
    margin-top: 50px;
    max-width: 400px;
    padding: 5px 1.5em 5px 2em;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    width: 100%;
}
.btn_wine {
    align-items: center;
    background-color: #AB000D;
    border: 2px solid #AB000D;
    border-radius: 50vh;
    color: #fff !important;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    height: 77px;
    justify-content: space-between; 
    line-height: 1.1875;
    margin-top: 50px;
    max-width: 400px;
    padding: 5px 1.5em 5px 2em;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    width: 100%;
}
.btn_gr {
    align-items: center;
    background-color: #fff;
    border: 2px solid #7A7979;
    border-radius: 50vh;
    color: #7A7979 !important;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    height: 50px;
    justify-content: space-between;
    line-height: 1.1875;
    margin-top: 50px;
    max-width: 320px;
    padding: 5px 1.5em 5px 2em;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    width: 100%;
}
.btn_jyunbi {
    align-items: center;
    background-color: #7A7979;
    border-radius: 50vh;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 1.1875;
    padding: 5px 1em 5px 1em;
    position: relative;
    text-align: center;
    width: 100%;
}
.soldout__txt {
    align-items: center;
    background-color: #E60012;
    border: 2px solid #E60012;
    border-radius: 50vh;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 1.1875;
    padding: 5px 1em 5px 1em;
    position: relative;
    text-align: center;
    width: 100%;
}
.btn_wh:hover,.btn_r:hover,.btn_br:hover,.btn_wine:hover,.btn_gr:hover {
    opacity: .6;
    text-decoration: none;
}
.btn_jyunbi:hover,
.so.cart__btn:hover {
    opacity: 1 !important;
    text-decoration: none;
}
.tri:before {
    border-radius: 50%;
    content: '';
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
}
.tri:after {
    border-style: solid;
    border-width: 5px 0 5px 8px;
    content: '';
    height: 0;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.tri2:before {
    border-radius: 50%;
    content: '';
    height: 25px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
}
.tri2:after {
    border-style: solid;
    border-width: 5px 0 5px 8px;
    content: '';
    height: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.btn_wh.tri:before {
    background: #E60012;
}
.btn_wh.tri:after {
    border-color: transparent transparent transparent #fff;
}
.btn_r.tri:before,
.btn_br.tri:before,
.btn_wine.tri:before {
    background: #fff;
}
.btn_r.tri:after {
    border-color: transparent transparent transparent #E60012;
}
.btn_br.tri:after {
    border-color: transparent transparent transparent #5D4925;
}
.btn_wine.tri:after {
    border-color: transparent transparent transparent #AB000D;
}
.btn_gr.tri:before {
    background: #7A7979;
    right: 15px;
}
.btn_gr.tri:after {
    border-color: transparent transparent transparent #fff;
    right: 22px;
}
.p_btn {
    height: 50px;
}
@media screen and (max-width: 768px) {
    .btn_wh,.btn_r {
        height: 55px;
        margin-top: 40px;
    }
}

/*カラー*/
.fc_darkbr {
    color: #5D4925;
}
.bgc_yellow {
    background-color: #FEFBEC;
}

/*スタイル*/
.bdr30 {
    border-radius: 30px;
}
.bd-tlr1 {
    border-top-left-radius: 100px;
}
.akamaru {
    padding-left: 1.25em;
    position: relative;
}
.akamaru:before {
    background: #E60012;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 14px;
    position: absolute;
    left: 0;
    top: 16px;
    width: 14px;
}
@media screen and (max-width: 768px) {
    .bd-tlr1 {
        border-top-left-radius: 40px;
    }
    .akamaru:before {
        height: 10px;
        top: 11px;
        width: 10px;
    }
}



/********************トップページ********************/
/*お知らせピックアップ*/
.pickup-news {
    padding: 20px 0;
    overflow-x: hidden;
    width: 100%;
}
.pickup-news__list .slick-track {
    display: flex;
}
.pickup-news__list-item.slick-slide {
    height: auto !important;
}
.pickup-news__list-item {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    margin: 0 25px;
    max-width: 800px;
    padding: 15px 50px;
    text-decoration: none;
    transition: 0.5s;
    width: 100%;
}
.pickup-news__list-item:hover {
    color: #000;
    opacity: .7;
    text-decoration: none;
}
.pickup-news__list-item:hover img {
    opacity: 1;
}
.pickup-news__list-in {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.pickup-news__list-left {
    width: 136px;
}
.pickup-news__list-item .pickup_thumb {
    margin-right: 30px;
    max-width: 106px;
    position: relative;
    width: 100%;
}
.pickup-news__list-item .pickup_thumb:before {
    content: "";
    display: block;
    padding-top: calc(100% / 3 * 2);
}
.pickup-news__list-item .pickup_thumb img {
    border: 1px solid #efefef;
    border-radius: 10px;
    font-family: 'object-fit: contain;';
    height: 100%;
    margin: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.pickup-news__list-right {
    width: calc(100% - 136px);
}
.pickup-news__list-deco {
    line-height: 1;
    margin-bottom: 10px;
}
.pickup-news__list-date {
    color: #7A7979;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}
.pickup-news__list-cat {
    background-color: #D6CCBA;
    border-radius: 5px;
    color: #5D4925;
    font-size: 12px;
    padding: 0 .75em 2px;
}
.pickup-news__list-tit {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
    .pickup-news__list-item {
        margin: 0 10px;
    }
}
@media screen and (max-width: 768px) {
    .pickup-news {
        padding: 27.5px 0;
    }
    .pickup-news__list-item {
        padding: 10px;
    }
    .pickup-news__list-item .pickup_thumb {
        margin-right: 15px;
    }
    .pickup-news__list-right {
        width: calc(100% - 121px);
    }
    .pickup-news__list-date {
        font-size: 12px;
        margin-right: 5px;
    }
    .pickup-news__list-cat {
        font-size: 10px;
    }
    .pickup-news__list-tit {
        font-size: 12px;
    }
}

/*おすすめ商品*/
.top-product__list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.top-product__list-item {
    display: flex;
    flex-direction: column;
    margin: 0 5% 0 0;
    width: 30%;
}
.top-product__list-item:nth-of-type(3n) {
    margin: 0;
}
.top-product__list-img {
    margin-bottom: 10px;
    padding-top: calc(100% / 3 * 2);
    position: relative;
    width: 100%;
}
.top-product__list-img img {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-top-right-radius: 30px;
    font-family: 'object-fit: cover;';
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.top-product__list-contents {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.top-product__list-flg {
    border-radius: 5px;
    box-shadow: 3px 3px #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 0.55em 1.5em;
    position: absolute;
    top: -10px;
    left: 10px;
}
.top-product__list-flg.pl-new {
    background-color: #E60012;
}
.top-product__list-flg.pl-event {
    color: #000;
    background-color: #C7E621;
}
.top-product__list-flg.pl-campaign {
    color: #000;
    background-color: #FBCF1D;
}
.top-product__list-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.top-product__list-cats {
    margin-bottom: 0.35em;
}
.top-product__list-type {
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-right: 5px;
    padding: 0.25em 1em;
}
.top-product__list-type.tanpin {
    color: #000;
    background-color: #D8D8D8;
}
.top-product__list-type.teiki {
    color: #5D4925;
    background-color: #D6CCBA;
}
.top-product__list-tag {
    color: #BC9E51;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.top-product__list-tag > span:not(:last-of-type) {
    margin-right: 10px;
}
.top-product__list-text {
    font-size: 16px;
    min-height: 7em;
}
.top-product__list-main {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top-product__list-amount {
    font-size: calc(12px + 6 * (100vw - 375px) / 1545); 
    margin-right: 5%;
}
.top-product__list-price {
    display: inline-block;
    font-size: calc(28px + 6 * (100vw - 375px) / 1545);
    font-weight: 700;
    line-height: 1;
}
.top-product__list-priceTax {
    font-size: calc(12px + 6 * (100vw - 375px) / 1545);
    font-weight: normal;
}
.top-product__list-btn {
    display: flex;
    margin-top: 25px;
}
.top-product__list-btn > .top-product__list-link {
    font-size: 16px;
    height: 50px;
    margin-top: 0;
    padding: 5px 1em 5px 1em;
    width: calc((100% - 10px) / 2);
}
.top-product__list-btn > .top-product__list-link.top-product__list-Cartbtn {
    margin-right: 10px;
    padding: 0;
}
.top-product__list-btn > .btn_jyunbi {
    padding: 5px 1em 5px 1em !important;
}
.top-product__list-btn > a.tri:before {
    right: 10px;
}
.top-product__list-btn > a.tri:after {
    right: 17px;
}
.t__bnBox {
    margin-top: 120px;
    text-align: center;
}
.t__recommend .btn_br {
    height: 100px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    justify-content: center;
}
@media screen and (max-width: 1100px) {
    .top-product__list-btn {
        flex-direction: column;
    }
    .top-product__list-btn > .top-product__list-link {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    .top-product__list-btn > .top-product__list-link.top-product__list-Cartbtn {
        margin-right: auto;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .t__recommend > .container_in2 {
        padding-right: 0;
        padding-left: 0;
    }
    .t__bnBox,.t__recommend .btn_br {
        margin-right: auto;
        margin-left: auto;
        width: calc(100% - 40px);
    }
    .top-product__list {
        flex-direction: column;
        overflow-y: hidden;
    }
    .top-product__list:-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
    .top-product__list-item {
        margin: 0 auto;
        padding-top: 10px;
        width: 100%;
    }
    .top-product__list-item:nth-of-type(3n) {
        margin: 0 15px;
    }
    .top-product__list-item.slick-slide {
        margin: 0 15px;
    }
    .top-product__list-btn {
        flex-direction: row;
    }
    .top-product__list-btn > .top-product__list-link {
        width: calc((100% - 10px) / 2);
    }
    .top-product__list-btn > .top-product__list-link.top-product__list-Cartbtn {
        margin-right: 10px;
    }
    .top-product__list .slick-arrow {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 0 8px gray;
        cursor: pointer;
        border: none;
        outline: none;
        font-size: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    }
    .top-product__list .slick-arrow::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        border-width: 2px 2px 0 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    .top-product__list .slick-next {
        right: 10px;
    }
    .top-product__list .slick-prev {
        left: 10px;
    }
    .top-product__list .slick-next::before {
        left: 13px;
    }
    .top-product__list .slick-prev::before {
        border-width: 0 0 2px 2px;
        right: 13px;
    }
}
@media screen and (max-width: 768px) {
    .top-product__list-title {
        font-size: 16px;
    }
    .top-product__list-type,.top-product__list-tag {
        font-size: 12px;
    }
    .top-product__list-text {
        font-size: 14px;
    }
    .t__bnBox {
        margin-top: 60px;
    }
    .t__recommend .btn_br {
        height: 55px;
        margin-top: 40px;
    }
    .top-product__list-btn > .top-product__list-link {
        font-size: 13px;
        height: 45px;
        justify-content: center;
    }
}

/*商品カテゴリー*/
.top-product-category__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.top-product-category__list-item {
    margin-bottom: 20px;
    width: calc((100% - 60px) / 4);
}
.top-product-category__list-item:not(:nth-of-type(4n)) {
    margin-right: 20px;
}
.top-product-category__list-link {
    border-radius: 10px;
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.top-product-category__list-link:hover {
    color: #fff;
    text-decoration: none;
}
.top-product-category__list-img {
    padding-top: calc(100% / 3 * 2);
    position: relative;
    width: 100%;
}
.top-product-category__list-img img {
    background-color: #fff;
    border-radius: 10px;
    font-family: 'object-fit: cover;';
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform .6s ease;
    width: 100%;
}
.top-product-category__list-link:hover .top-product-category__list-img img {
    opacity: 1;
    transform:scale(1.1);
}
.top-product-category__list-name {
    font-size: calc(16px + 6 * (100vw - 375px) / 1545);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    bottom: 8%;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
    width: 100%;
}

.top-product-s_category__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.top-product-s_category__list-item {
    width: calc((100% - 20px) / 2);
}
.top-product-s_category__list-item:nth-of-type(odd) {
    margin-right: 20px;
}
.top-product-s_category__list-link {
    align-items: center;
    background-color: #fff;
    border: 2px solid #BC9E51;
    border-radius: 10px;
    color: #BC9E51;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    transition: 0.5s;
}
.top-product-s_category__list-link:hover {
    color: #BC9E51;
    text-decoration: none;
}
.top-product-s_category__list-img {
    max-width: 175px;
    position: relative;
    width: 27%;
}
.top-product-s_category__list-img:before {
    content: "";
    display: block;
    padding-top: calc(100% / 3 * 2);
}
.top-product-s_category__list-img img {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    font-family: 'object-fit: contain;';
    height: 100%;
    margin: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .6s ease;
    width: 100%;
}
.top-product-s_category__list-link:hover .top-product-s_category__list-img img {
    opacity: 1;
    transform:scale(1.1);
}
.top-product-s_category__list-name {
    font-size: calc(16px + 6 * (100vw - 375px) / 1545);
    font-weight: 700;
    margin-top: -4px;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: calc(50 / 640 * 100%);
    width: 73%;
}
@media screen and (max-width: 1000px) {
    .top-product-s_category__list {
        flex-direction: column;
    }
    .top-product-s_category__list-item:nth-of-type(odd) {
        margin-right: auto;
    }
    .top-product-s_category__list-item:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .top-product-s_category__list-item {
        margin: auto;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .top-product-category__list-item {
        margin-bottom: 10px;
        width: calc((100% - 10px) / 2);
    }
    .top-product-category__list-item:not(:nth-of-type(4n)) {
        margin-right: inherit;
    }
    .top-product-category__list-item:not(:nth-of-type(2n)) {
        margin-right: 10px;
    }
    .top-product-category__list-name {
        padding: 0 5px;
    }
}

/*おいしさストーリー*/
.t__story-heading {
    background-color: #fff;
    padding-bottom: 50px;
}
.t__story__inner {
    margin: 0 auto;
    max-width: 1300px;
    padding-top: 110px;
    width: 100%;
}
.t__story-main {
    height: 667px;
    position: relative;
}
.t__story-main::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    min-height: 667px;
    background-image: url(./images/bg_story.jpg);
    background-repeat: no-repeat;
    background-position: calc(50% + 100px) center;
    background-size: auto 100%;
}
.t__story-main.active::before {
    background-size: inherit;
    display: block;
}
.storyBox_item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px #ccc;
    padding: 20px 15px 30px;
    text-align: center;
    width: calc((100% - 100px) / 3);
}
.storyBox_item:not(:nth-of-type(3n)) {
    margin-right: 50px;
}
.storyBox_item h3 {
    color: #E60012;
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}
.storyBox_item-num {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}
.storyBox_item-num:after {
    background-color: #E60012;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 20px);
    width: 40px;
}
.storyBox_item p {
    margin-bottom: 0;
}
.t__story .btn_wh {
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 1320px) {
    .t__story__inner {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 834px) {
    .t__story-main {
        margin-right: 0;
        margin-left: auto;
        width: calc(100% - 20px);
    }
    .t__story-main::before {
        display: none;
        background-image: url();
        background-position: center;
        height: 100vh;
        min-height: 500px;
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .t__story-main.active::before {
        background-image: url(./images/bg_story-sp.jpg);
        background-size: cover;
    }
    .t__story__inner {
        box-shadow: 0 0 0 30px #fff;
        border-top-left-radius: 30px;
        height: 100%;
        padding-top: 0;
    }
    .t__story__content {
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .t__story-main,.t__story__content {
        height: 1100px;
    }
    .storyBox_w.flex_w {
        flex-direction: column;
        margin: auto;
        max-width: 600px;
    }
    .storyBox_item:not(:nth-of-type(3n)) {
        margin-right: inherit;
    }
    .storyBox_item:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .storyBox_item {
        margin-right: auto;
        margin-left: auto;
        max-width: 350px;
        padding: 15px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .t__story-heading {
        padding-bottom: 30px;
    }
    .t__story-main,.t__story__content {
        height: 900px;
    }
    .t__story-main::before {
        background-position: left center;
    }
    .storyBox_item {
        max-width: 250px;
    }
    .storyBox_item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .storyBox_item-num {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .storyBox_item-num:after {
        bottom: -5px;
    }
    .t__story .btn_wh {
        width: calc(100% - 40px);
    }
}

/*大豆ミートシリーズ*/
.soymeatBox_w.flex_w {
    align-items: flex-start;
}
.soymeatBox_item-left,.soymeatBox_item-right {
    width: 50%;
}
.soymeatBox_item-left {
    position: relative;
}
.soymeatBox_item-left .top-soy__image {
    position: absolute;
    left: calc(-55 / 650 * 100%);
    bottom: calc(-55 / 433 * 100%);
    width: 30%;
}
.soymeatBox_item-right {
    padding-left: calc(100 / 1300 * 100%);
}
@media screen and (max-width: 1320px) {
    .soymeatBox_item-left .top-soy__image {
        left: -20px;
        width: 35%;
    }
}
@media screen and (max-width: 768px) {
    .soymeatBox_w.flex_w {
        flex-direction: column;
    }
    .soymeatBox_item-left,.soymeatBox_item-right {
        width: 100%;
    }
    .soymeatBox_item-left {
        margin-bottom: 65px;
    }
    .soymeatBox_item-right {
        padding-left: 0;
    }
}

/*お知らせ*/
.top-news {
    background-color: #fff;
    border-radius: 30px;
    padding: 70px calc(100 / 1000 * 100%);
}
.top-news__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.top-news__list > li {
    border-bottom: 1px solid #D8D8D8;
}
.top-news__list-link {
    color: #000;
    display: flex;
    padding: 20px 0 18.5px;
    text-decoration: none;
    transition: 0.5s;
}
.top-news__list-link:hover {
    color: #000;
    opacity: .7;
    text-decoration: none;
}
.top-news__list-deco {
    margin-right: 30px;
    width: 220px;
}
.top-news__list-date {
    color: #7A7979;
    font-size: 16px;
    margin-right: 15px;
}
.top-news__list-cat {
    background-color: #D6CCBA;
    border-radius: 5px;
    color: #5D4925;
    display: inline-block;
    font-size: 12px;
    padding: 2px 1em;
    text-align: center;
    width: 100px;
}
.top-news__list-tit {
    margin-bottom: 0;
    width: calc(100% - 250px);
}
.top-news .btn_wh {
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 30px 20px 40px;
    }
    .top-news__list-link {
        flex-direction: column;
        padding: 15px 0;
    }
    .top-news__list-date {
        font-size: 12px;
    }
    .top-news__list-cat {
        font-size: 10px;
    }
    .top-news__list-tit {
        margin-top: .5em;
        width: 100%;
    }
}

/*法人のお客様へ*/
.t__houjin h2 {
    font-size: 40px;
}
.houjinBox_item-left {
    padding-right: calc(180 / 1300 * 100%);
    width: calc(800 / 1300 * 100%);
}
.houjinBox_item-right {
    width: calc(500 / 1300 * 100%);
}
.t__clientList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.t__clientList > li {
    margin-bottom: 10px;
    width: calc((100% - 20px) / 3);
}
.t__clientList > li:not(:nth-of-type(3n)) {
    margin-right: 10px;
}
.t__clientList > li img {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .houjinBox_w.flex_w {
        flex-direction: column;
    }
    .houjinBox_item-left {
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%;
    }
    .houjinBox_item-right {
        width: 100%;
    }
    .t__houjin h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 480px) {
    .t__clientList > li {
        width: calc((100% - 10px) / 2);
    }
    .t__clientList > li:not(:nth-of-type(3n)) {
        margin-right: inherit;
    }
    .t__clientList > li:not(:nth-of-type(2n)) {
        margin-right: 10px;
    }
    .t__clientList > li:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }
}

/*ご利用ガイド*/
.t__guide {
    background-color: #241919;
    background-image: url(./images/bg_guide.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.guideBox_w {
    background-color: #F3F3F3;
    border: 1px solid #D8D8D8;
    border-radius: 50px;
    padding: 50px 15px;
}
.guideBox_w > div h3 {
    margin-bottom: 30px;
    text-align: center;
}
.guideBox_w > div h3 span {
    color: #E60012;
    display: block;
}
.guideBox_w > div:not(:last-of-type) {
    border-right: 1px solid #D8D8D8;
}
.guideBox_item-left,
.guideBox_item-right {
    width: 33.5%;
}
.guideBox_item-left {
    padding-right: 40px;
    padding-left: 3.5%;
}
.guideBox_item-right {
    padding-right: 3.5%;
    padding-left: 40px;
}
.guideBox_item-center {
    padding: 0 3.5%;
    width: 33%;
}
.guideBox_w dl dd {
    font-size: 16px;
}
.guideBox_w ul li:not(:last-of-type) {
    margin-bottom: .5em;
}
@media screen and (max-width: 1100px) {
    .t__guide {
        padding-top: 60px;
    }
    .guideBox_w {
        padding: 15px;
    }
    .guideBox_w.flex_w {
        flex-direction: column;
    }
    .guideBox_item-left, .guideBox_item-right {
        width: 100%;
        padding: 0;
    }
    .guideBox_item-center {
        width: 100%;
        padding: 0;
    }
    .guideBox_w > div:not(:last-of-type) {
        border-right: none;
        border-bottom: 1px solid #D8D8D8;
    }
    .guideBox_w > div h3 {
        align-items: center;
        display: flex;
        margin-bottom: 0;
        padding: 1em 0;
        position: relative;
    }
    .guideBox_w > div h3 img {
        margin-bottom: 0;
        margin-right: 15px;
        width: 50px;
    }
    .guideBox_w .t-toggle__btn:before {
        background-color: #E60012;
        content: "";
        height: 2px;
        position: absolute;
        right: 5px;
        top: 50%;
        transition: all 0.5s;
        width: 20px;
    }
    .guideBox_w .t-toggle__btn:after {
        background-color: #E60012;
        content: "";
        height: 2px;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: rotate(90deg);
        transition: all 0.5s;
        width: 20px;
    }
    .guideBox_w .t-toggle__btn.open:before {
        transform: rotate(180deg);
    }
    .guideBox_w .t-toggle__btn.open:after {
        transform: rotate(0deg);
    }
}
@media screen and (max-width: 768px) {
    .guideBox_w dl dd {
        font-size: 14px;
    }
    .guideBox_w dl dd .fc_kome {
        font-size: 12px;
    }
}



/********************下層ページ********************/
.page-eyecatch_w {
    position: relative;
}
.page-title_w {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}
.page-title_w .page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}
.page-title .page-title__en {
    color: #E60012;
    display: inline-block;
    font-size: calc(16px + 8 * (100vw - 375px) / 1545);
    font-weight: bold;
    margin-bottom: 45px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.page-title .page-title__jp {
    color: #fff;
    font-size: calc(36px + 19 * (100vw - 375px) / 1545);
    font-weight: bold;
    line-height: 1.45;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.page-title .page-title__jp .sm {
    display: block;
    font-size: calc(20px + 10 * (100vw - 375px) / 1545);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.pageArchive-title_w {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #AB000D;
    height: 150px;
    position: relative;
}
.pageArchive-title {
    color: #fff;
    font-size: calc(26px + 14 * (100vw - 375px) / 1545);
    line-height: 1.5;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: calc(100% - 40px);
}
.breadcrumbs {
    list-style: none;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: left;
}
.breadcrumbs li {
    color: #7A7979;
    display: inline;
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs li:before {
    content: ">";
    padding: 0 0.75em;
}
.breadcrumbs li:first-child:before {
    content: none;
    padding: 0;
}
.breadcrumbs li a {
    color: #7A7979;
    text-decoration: none;
    transition: .5s;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs li span.sm {
    padding-right: 10px;
}
.kasou main {
    padding-top: 100px;
}
@media screen and (max-width: 1100px) {
    .kasou main {
        padding-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    .page-title .page-title__en {
        margin-bottom: 20px;
        text-shadow: 1px 1px 0px rgb(255 255 255);
    }
    .pageArchive-title_w {
        height: 125px;
    }
    .breadcrumbs li {
        font-size: 11px;
    }
}

/*おいしさストーリー*/
.col2_55_w {
    display: flex;
}
.col2_55_w.flex__reverse {
    flex-direction: row-reverse;
}
.col2_55_w .col2_55-item {
    width: 50%;
}
.point_tit {
    background-color: #E60012;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 1.5em;
}
.point_tit .point_tit-num {
    font-size: 20px;
}
.over-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.over-width img {
    margin-bottom: 0;
}
.parenthesis {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #E60012;
    margin-bottom: 30px;
    padding: 10px 26px;
    position: relative;
    width: 100%;
}
.parenthesis:before,
.parenthesis:after {
    content: "";
    display: inline-block;
    height: 61px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
.parenthesis:before {
    background: url(./images/parenthesis_left2.svg) no-repeat;
    left: 0;
}
.parenthesis:after {
    background: url(./images/parenthesis_right2.svg) no-repeat;
    right: 0;
}
.parenthesis p {
    font-size: calc(18px + 8 * (100vw - 375px) / 1545);
    line-height: 1.45;
}
#page__concept2 h3,
#page__concept3 h3 {
    line-height: 1.65;
    margin-bottom: 30px;
}
.page__concept2--content > div:not(:last-of-type) {
    margin-bottom: 100px;
}
.page__concept2--content > div:nth-of-type(odd) .sm__item1 {
    padding-left: calc(50 / 1300 * 100%);
}
.page__concept2--content > div:nth-of-type(even) .sm__item1 {
    padding-right: calc(50 / 1300 * 100%);
}
.page__concept2--content img {
    border-radius: 30px;
}
.page__concept3--content .col2_55_w {
    margin-bottom: 80px;
}
.page__concept3--content .col2_55_w {
    justify-content: space-between;
}
.page__concept3--content .col2_55_w .col2_55-item {
    width: calc((100% - 100px) / 2);
}
.page__concept4--content {
    padding-top: 20px;
}
.philosophy_list dl {
    align-items: flex-start;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    margin-bottom: 0;
    padding: 80px 0;
}
.philosophy_list dl:first-of-type {
    padding-top: 0;
}
.philosophy_list dl dt {
    line-height: 1.65;
    padding: 0 1em;
    position: relative;
    width: calc(570 / 1300 * 100%);
}
.philosophy_list dl dt:before {
    background: #E60012;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 14px;
    position: absolute;
    left: 0;
    top: 22px;
    width: 14px;
}
.philosophy_list dl dd {
    margin-bottom: 0;
    width: calc(730 / 1300 * 100%);
}
.philosophy_list dl dd ol li:not(:last-of-type) {
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
    .col2_55_w {
        flex-direction: column;
    }
    .col2_55_w.flex__reverse {
        flex-direction: column;
    }
    .col2_55_w .col2_55-item {
        width: 100%;
    }
    .point_tit {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .point_tit .point_tit-num {
        font-size: 16px;
    }
    .parenthesis {
        margin-bottom: 10px;
    }
    #page__concept2 h3, #page__concept3 h3, #page__concept4 h3 {
        margin-bottom: 15px;
    }
    .page__concept2--content > div:not(:last-of-type) {
        margin-bottom: 60px;
    }
    .page__concept2--content > div:nth-of-type(odd) .sm__item1 {
        padding-left: 0;
    }
    .page__concept2--content > div:nth-of-type(even) .sm__item1 {
        padding-right: 0;
    }
    .page__concept3--content .col2_55_w {
        margin-bottom: 60px;
    }
    .page__concept3--content .col2_55_w .col2_55-item {
        width: 100%;
    }
    .page__concept3--content .col2_55_w .col2_55-item:first-of-type {
        margin-bottom: 40px;
    }
    .philosophy_list dl {
        flex-direction: column;
        padding: 30px 0;
    }
    .philosophy_list dl dt,
    .philosophy_list dl dd {
        width: 100%;
    }
    .philosophy_list dl dt {
        margin-bottom: 15px;
    }
    .philosophy_list dl dt:before {
        height: 10px;
        top: 17px;
        width: 10px;
    }
}

/*商品一覧タブ*/
.product_tabArea {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.product_tabArea .tab {
    background-color: #fff;
    border: 1px solid #BC9E51;
    border-radius: 10px;
    color: #BC9E51;
    align-items: center;
    display: flex;
    font-size: calc(13px + 7 * (100vw - 375px) / 1545);
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    text-decoration: none;
    transition: .5s;
}
.product_tabArea .tab1:not(:nth-of-type(2n)) {
    margin-right: 10px;
}
.product_tabArea .tab1 {
    width: calc((100% - 10px) / 2);
}
.product_tabArea .tab1_image {
    max-width: 116px;
    width: 18%;
}
.product_tabArea .tab1_image img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 0;
}
.product_tabArea .tab1_name {
    margin-top: -4px;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: calc(30 / 645 * 100%);
}
.product_tabArea .tab2 {
    margin-right: 10px;
    padding: 8px 1em;
    width: calc((100% - 30px) / 4);
}
.product_tabArea .tab2:last-of-type,
.product_tabArea .tab2:nth-last-of-type(5) {
    margin-right: 0;
}
.product_tabArea .tab:before {
    background: #BC9E51;
    border-radius: 50%;
    content: '';
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
}
.product_tabArea .tab:after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    content: '';
    height: 0;
    margin-top: 1px;
    position: absolute;
    right: 27.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.product_tabArea .tab:hover {
    cursor: pointer;
}
.product_tabArea .tab.active {
    background-color: #BC9E51;
    color: #fff;
}
.product_tabArea .tab.active:before {
    background: #fff;
}
.product_tabArea .tab.active:after {
    border-color: #BC9E51 transparent transparent transparent;
}
@media screen and (max-width: 1000px) {
    .product_tabArea .tab1_image {
        width: 30%;
    }
    .product_tabArea .tab2 {
        width: calc((100% - 10px) / 2);
    }
    .product_tabArea .tab2:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .product_tabArea .tab:before {
        height: 18px;
        right: 7px;
        width: 18px;
    }
    .product_tabArea .tab:after {
        border-width: 6px 4px 0 4px;
        right: 12px;
    }
    .product_tabArea .tab2 {
        padding: 8px 1em 8px 0.5em;
    }
}
@media screen and (max-width: 640px) {
    .product_tabArea .tab1:not(:nth-of-type(2n)) {
        margin-right: inherit;
    }
    .product_tabArea .tab1 {
        margin-right: 0;
        width: 100%;
    }
}

/*商品一覧*/
#tab_body {
    margin-top: -70px;
    padding-top: 70px;
}
#tab_body .tab_content {
    display: none;
}
#tab_body.show_all .tab_content {
    display: block;
}
#tab_body  .tab_content.active {
    display: block;
}
.p-product__list-item {
    align-items: flex-start;
    display: flex;
}
.p-product__list-item:not(:first-of-type) {
    padding-top: 30px;
}
.p-product__list-item:not(:last-of-type) {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 30px;
}
.p-product__list-img {
    margin-bottom: 10px;
    position: relative;
    width: calc(600 / 1300 * 100%);
}
.p-product__list-img:before {
    content: "";
    display: block;
    padding-top: calc(100% / 3 * 2);
}
.p-product__list-img img {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 30px;
    font-family: 'object-fit: contain;';
    height: 100%;
    margin-bottom: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}
.p-product__list-flg {
    border-radius: 5px;
    box-shadow: 3px 3px #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 2.5px 1.5em;
    position: absolute;
    top: -10px;
    left: 10px;
}
.p-product__list-flg.pl-new {
    background-color: #E60012;
}
.p-product__list-flg.pl-event {
    color: #000;
    background-color: #C7E621;
}
.p-product__list-flg.pl-campaign {
    color: #000;
    background-color: #FBCF1D;
}
.p-product__list-contents {
    padding-left: calc(50 / 1300 * 100%);
    width: calc(700 / 1300 * 100%);
}
.p-product__list-comment {
    background: #fff;
    border-bottom: 3px solid #BC9E51;
    color: #BC9E51;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: .25em;
    position: relative;
}
.p-product__list-comment:before {
    position: absolute;
    bottom: -14px;
    left: 3em;
    width: 0;
    height: 0;
    content: '';
    border-width: 12px 8px 0;
    border-style: solid;
    border-color: #BC9E51 transparent transparent;
}
.p-product__list-comment:after {
    position: absolute;
    bottom: -10px;
    left: 3em;
    width: 0;
    height: 0;
    content: '';
    border-width: 12px 8px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}
.p-product__list-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.p-product__list-btn > div {
    font-size: calc(14px + 4 * (100vw - 375px) / 1545);
    height: 50px;
    margin-top: 0;
    width: calc((100% - 10px) / 2);
}
.p-product__list-btn > div:not(:last-of-type) {
    margin-bottom: 10px;
}
.p-product__list-btn > div:nth-of-type(even) {
    margin-left: 10px;
} 
.p-product__list-btn > div .p-product__list-link.btn_wh {
    height: inherit;
    margin-top: 0;
    max-width: inherit;
}
.p-product__list-btn > div .p-product__list-link.btn_wh.tri:before {
    right: 15px;
}
.p-product__list-btn > div .p-product__list-link.btn_wh.tri:after {
    right: 22px;
}
.p-product__list-btn > .p-product__list-link.p-product__list-tanpin-btn,
.p-product__list-btn > .p-product__list-link.p-product__list-teiki-btn {
    padding: 0;
}
@media screen and (max-width: 1100px) {
    .p-product__list-btn {
        flex-direction: column;
    }
    .p-product__list-btn > div:nth-of-type(even) {
        margin-left: auto;
    }
    .p-product__list-btn > div {
        margin-right: auto;
        margin-left: auto;
        max-width: inherit;
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .p-product__list-item {
        flex-direction: column;
    }
    .p-product__list-img {
        margin-bottom: 15px;
        width: 100%;
    }
    .p-product__list-contents {
        padding-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .p-product__list-comment {
        font-size: 14px;
    }
    .p-product__list-btn {
        margin-top: 30px;
    }
}

/*商品詳細*/
.p-products-single-main {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    width: 100%;
}
.p-products-single-main__images {
    width: calc(600 / 1300 * 100%);
}
.p-products-single-main__slider {
    margin-bottom: 15px;
    width: 100%;
}
.p-products-single-main__slider-item {
    padding-top: calc(100% / 3 * 2);
    position: relative;
    width: 100%;
}
.p-products-single-main__slider-img {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 30px;
    height: 100%;
    margin-bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.p-products-single-main__slider-caption {
    align-items: flex-end;
    background: linear-gradient(to top, #000, transparent);
    border-radius: 0 0 30px 30px;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: calc(12px + 6 * (100vw - 375px) / 1545);
    justify-content: center;
    left: 0;
    min-height: 70px;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.p-products-single-main__thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
}
.p-products-single-main__thumb-item {
    color: inherit;
    text-decoration: none;
    width: calc((100% - 20px) / 5);
}
.p-products-single-main__thumb-item:not(:nth-of-type(5n)) {
    margin-right: 5px;
}
.p-products-single-main__thumb-img {
    margin-bottom: 10px;
    padding-top: calc(100% / 3 * 2);
    position: relative;
    width: 100%;
}
.p-products-single-main__thumb-img img {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    height: 100%;
    margin-bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.p-products-single-main__content {
    padding-left: calc(100 / 1300 * 100%);
    width: calc(700 / 1300 * 100%);
}
.p-products-single-main__flg,
.p-products-single-main__type {
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-right: 5px;
    padding: 0.5em 1em;
}
.p-products-single-main__flg.pl-new {
    color: #fff;
    background-color: #E60012;
}
.p-products-single-main__flg.pl-event {
    color: #000;
    background-color: #C7E621;
}
.p-products-single-main__flg.pl-campaign {
    color: #000;
    background-color: #FBCF1D;
}
.p-products-single-main__type.tanpin {
    color: #000;
    background-color: #D8D8D8;
}
.p-products-single-main__type.teiki {
    color: #5D4925;
    background-color: #D6CCBA;
}
.p-products-single-main__cat {
    color: #BC9E51;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.p-products-single-main__comment {
    background: #fff;
    border-bottom: 3px solid #BC9E51;
    color: #BC9E51;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 0.25em;
    position: relative;
}
.p-products-single-main__comment:before {
    position: absolute;
    bottom: -14px;
    left: 3em;
    width: 0;
    height: 0;
    content: '';
    border-width: 12px 8px 0;
    border-style: solid;
    border-color: #BC9E51 transparent transparent;
}
.p-products-single-main__comment:after {
    position: absolute;
    bottom: -10px;
    left: 3em;
    width: 0;
    height: 0;
    content: '';
    border-width: 12px 8px 0;
    border-style: solid;
    border-color: #fff transparent transparent;  
}
.p-products-single-main__title {
    font-size: 34px;
    margin-bottom: 1rem;
}
.p-products-single-main__obsession dt,
.p-products-single-main__info dt,
.p-products-single-main__voice dt {
    font-size: 24px;
}
.p-products-single-main__obsession dd,.p-products-single-main__info dd {
    color: #5D4925;
    margin-bottom: 0;
}
.p-products-single-main__obsession {
    background-color: #FEFBEC;
    border-radius: 30px;
    margin-bottom: 2em;
    padding: 20px 20px 30px;
}
.review_w {
    margin: 1em 0;
    text-align:right;
}
.review_w a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color:#F9F8F9;
    border:1px solid #C2C2C2;
    border-radius:5px;
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display : inline-flex;
    font-size: calc(12px + 2 * (100vw - 375px) / 1545) !important;
    padding:3px 15px;
    text-align:center;
    text-decoration:none;
}
.review_w a:hover {
    text-decoration: none;
}
 .review_w a::before {
  content:url(./images/icon_review.svg);
  display: inline-block;
  height: 13px;
  line-height: 1;
  margin-right:10px;
  width: 15px;
} 
.review_w a::after {
  content:"";
  margin: 0;
}
.p-products-single-main__voice {
    margin-top: 60px;
}
.p-products-single-main__voice-item {
    border-bottom: 1px solid #D8D8D8;
    padding: 15px 15px 15px 2.75em;
}
/*.p-products-single-main__voice-item:first-of-type {
    padding-top: 0;
}*/
.p-products-single-main__voice-item span {
    display: block;
}
.p-products-single-main__voice-name {
    font-weight: bold;
    position: relative;
}
.p-products-single-main__voice-name:before {
    background-image: url(./images/icon_voice.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    left: -2.75em;
    top: 0;
    height: calc(30px + 5 * (100vw - 375px) / 1545);
    width: calc(30px + 5 * (100vw - 375px) / 1545);
}
.p-products-single-main__voice-stars img {
    margin-right: 5px;
    margin-bottom: 0;
    vertical-align: text-top;
    width: calc(14px + 5 * (100vw - 375px) / 1545);
}
.p-products-single-main__info {
    margin-top: 100px;
}
.p-products-single-main__tbl {
    width: 100%;
}
.p-products-single-main__tbl th,
.p-products-single-main__tbl td {
    border-bottom: 1px solid #D8D8D8;
    padding: 15px 15px 15px 0;
    vertical-align: top;
}
/*.p-products-single-main__tbl tr:first-of-type th,
.p-products-single-main__tbl tr:first-of-type td {
    padding-top: 0;
}*/
.p-products-single-main__tbl th {
    min-width: 100px;
    width: 25%;
}
.p-products-single-main__tbl td {
    padding-right: 0;
    width: 75%;
}
.p-products-single-main .btn_gr {
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
}
.p-products-single-main__repeat {
    background-color: #fff;
    border: 2px solid #AB000D;
    border-radius: 30px;
    margin-top: 60px;
}
.p-products-single-main__repeat dt {
    background-color: #AB000D;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    padding: 0.75em 15px;
    text-align: center;
}
.p-products-single-main__repeat dd {
    margin-bottom: 0;
    padding: 30px;
}
.p-products-single-main__repeat-info {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.p-products-single-main__repeat-img {
    max-width: 200px;
    position: relative;
    width: 100%;
}
.p-products-single-main__repeat-img:before {
    content: "";
    display: block;
    padding-top: calc(100% / 3 * 2);
}
.p-products-single-main__repeat-img img {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 30px;
    font-family: 'object-fit: contain;';
    height: 100%;
    margin-bottom: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}
.p-products-single-main__repeat-contents {
    min-width: 305px;
    width: 50%;
}
.r_discount_rate_circle {
    align-items: center;
    background-color: #E60012;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 900;
    height: 60px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: -20px;
    text-align: center;
    width: 60px;
}
.r_discount_rate .r_discount_rate_off {
    font-size: calc(12px + 2 * (100vw - 375px) / 1545) !important;
}
.p-products-single-main__repeat-tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.r_feature_tag {
    background-color: #C7E621;
    color: #1C6B25;
    font-size: calc(11px + 2 * (100vw - 375px) / 1545);
    font-weight: 700;
    line-height: 1;
    padding: 0.25em 1em;
}
.p-products-single-main__repeat-price {
    align-items: center;
    display: flex;
    margin-top: 1em;
}
.r_regular_price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    padding-right: 25px;
    padding-left: 5px;
    position: relative;
}
.r_regular_price:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #7A7979;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.r_regular_price > span {
    display: inline-block;
    line-height: 1;
    position: relative;
}
.r_regular_price > span:after {
    background-color: #E60012;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: -5px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    width: calc(100% + 10px);
}
.r_discounted_price {
    color: #E60012;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
}
.p-products-single-main__repeat-btn {
    display: flex;
    margin-top: 20px;
}
.r_colorme_repeat_link {
    width: calc((100% - 20px) / 2);
}
.r_colorme_repeat_Cartbtn {
    margin-right: 20px;
    padding: 0;
}
.r_colorme_repeat_Cartbtn.btn_jyunbi {
    font-size: calc(14px + 2 * (100vw - 375px) / 1545) !important;
    padding: 5px 1em 5px 1em !important;
}
.r_colorme_repeat_link .btn_wh {
    height: 50px;
    font-size: calc(14px + 2 * (100vw - 375px) / 1545) !important;
    margin-top: 0;
    padding: 5px 1em 5px 1em !important;
}
.r_colorme_repeat_link .btn_wh.tri:before {
    right: 15px;
}
.r_colorme_repeat_link .btn_wh.tri:after {
    right: 22px;
}
@media screen and (max-width: 1300px) {
    .p-products-single-main__repeat-info {
        flex-direction: column;
    }
    .p-products-single-main__repeat-img {
        margin-bottom: 10px;
        max-width: inherit;
        /*width: calc(100% - 20px);*/
    }
}
@media screen and (max-width: 1000px) {
    .p-products-single-main {
        flex-direction: column;
    }
    .p-products-single-main__images {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        width: 100%;
    }
    .p-products-single-main__content {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        padding-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .p-products-single-main__flg,.p-products-single-main__type,.p-products-single-main__cat {
        font-size: 12px;
    }
    .p-products-single-main__comment {
        font-size: 14px;
    }
    .p-products-single-main__title {
        font-size: 24px;
    }
    .p-products-single-main__obsession dt,
    .p-products-single-main__info dt,
    .p-products-single-main__voice dt,
    .p-products-single-main__repeat dt {
        font-size: 18px;
    }
    .p-products-single-main__info {
        margin-top: 60px;
    }
    .p-products-single-main .btn_gr {
        margin-top: 60px;
    }
    .p-products-single-main__repeat dd {
        padding: 30px 20px;
    }
    .p-products-single-main__repeat-contents {
        min-width: inherit;
        width: 100%;
    }
    .r_discount_rate_circle {
        left: -10px;
    }
}
@media screen and (max-width: 640px) {
    .p-products-single-main__repeat-btn {
        flex-direction: column;
    }
    .r_colorme_repeat_link {
        margin: 0 auto;
        width: 100%;
    }
    .r_colorme_repeat_Cartbtn {
        margin-right: auto;
        margin-bottom: 10px;
    }
    .r_colorme_repeat_link .btn_wh {
        max-width: inherit;
    }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    .selector {
      property: value;
    }
    /* IE向けのCSS～START */
    .p-products-single-main__repeat-contents {
        min-width: 320px;
    }
    /* IE向けのCSS～END */
}

/*商品詳細おすすめ商品*/
.p-products-single-recommended {
    border-top: 1px solid #D8D8D8;
}
.p-products-single-recommended__list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.r-products {
    display: flex;
    flex-direction: column;
    margin: 0 5% 0 0;
    width: 30%;
}
.r-products:nth-of-type(3n) {
    margin: 0;
}
.r-products__img {
    margin-bottom: 10px;
    padding-top: calc(100% / 3 * 2);
    position: relative;
    width: 100%;
}
.r-products__img img {
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-top-right-radius: 30px;
    font-family: 'object-fit: cover;';
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.r-products__flg {
    border-radius: 5px;
    box-shadow: 3px 3px #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 0.55em 1.5em;
    position: absolute;
    top: -10px;
    left: 10px;
}
.r-products__flg.pl-new {
    background-color: #E60012;
}
.r-products__flg.pl-event {
    color: #000;
    background-color: #C7E621;
}
.r-products__flg.pl-campaign {
    color: #000;
    background-color: #FBCF1D;
}
.r-products__contents {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.r-products__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.r-products__cats {
    margin-bottom: 0.35em;
}
.r-products__type {
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-right: 5px;
    padding: 0.25em 1em;
}
.r-products__type.tanpin {
    color: #000;
    background-color: #D8D8D8;
}
.r-products__type.teiki {
    color: #5D4925;
    background-color: #D6CCBA;
}
.r-products__tag {
    color: #BC9E51;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.r-products__tag > span:not(:last-of-type) {
    margin-right: 10px;
}
.r-products__explanation {
    font-size: 16px;
    min-height: 6em;
}
.r-products__main {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.r-products__amount {
    font-size: calc(13px + 5 * (100vw - 375px) / 1545);
    margin-right: 5%;
}
.r-products__price {
    display: inline-block;
    font-size: calc(28px + 6 * (100vw - 375px) / 1545);
    font-weight: 700;
    line-height: 1;
}
.r-products__btn {
    display: flex;
    margin-top: 25px;
}
.r-products__btn > .r-products__link {
    font-size: calc(14px + 2 * (100vw - 375px) / 1545) !important;
    height: 50px;
    margin-top: 0;
    padding: 5px 1em 5px 1em;
    width: calc((100% - 10px) / 2);
}
.r-products__btn > .r-products__link.r-products__Cartbtn {
    margin-right: 10px;
    padding: 0;
}
.r-products__btn > .btn_jyunbi {
    padding: 5px 1em 5px 1em !important;
}
.r-products__btn > a.tri:before {
    right: 10px;
}
.r-products__btn > a.tri:after {
    right: 17px;
}
@media screen and (max-width: 1100px) {
    .p-products-single-recommended__list {
        flex-direction: column;
        overflow-y: hidden;
    }
    .r-products {
        margin: 0 auto;
        max-width: 600px;
        padding-top: 10px;
        width: 100%;
    }
    .r-products:not(:last-of-type) {
        margin-bottom: 60px;
    }
    .r-products:nth-of-type(3n) {
        margin: 0 auto;
    }
    .r-products__explanation {
        min-height: inherit;
    }
}
@media screen and (max-width: 768px) {
    .r-products__title {
        font-size: 18px;
    }
    .r-products__type,.r-products__tag {
        font-size: 12px;
    }
    .r-products__explanation {
        font-size: 14px;
    }
    .r-products__btn > .r-products__link {
        height: 45px;
    }
}

/*定期商品*/
.teiki-product__list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 40px;
}
.teiki-product__list-item {
    display: flex;
    flex-direction: column;
    margin: 0 5% 0 0;
    max-width: 400px;
    width: 47.5%;
}
.teiki-product__list-item:nth-of-type(even) {
    margin-right: 0;
}
.teiki-product__list-img {
    margin-bottom: 10px;
    padding-top: calc(100% / 3 * 2);
    position: relative;
    width: 100%;
}
.teiki-product__list-img img {
    background-color: #fff;
    border-top-right-radius: 30px;
    font-family: 'object-fit: cover;';
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.t_discount_rate_circle {
    align-items: center;
    background-color: #E60012;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 900;
    height: 80px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: -26px;
    left: -26px;
    text-align: center;
    width: 80px;
}
.t_discount_rate {
    font-size: calc(16px + 8 * (100vw - 375px) / 1545);
}
.t_discount_rate_off {
    font-size: calc(12px + 6 * (100vw - 375px) / 1545);
}
.teiki-product__list-contents {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.teiki-product__list-title {
    font-size: calc(18px + 4 * (100vw - 375px) / 1545);
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
}
.teiki-product__list-tag {
    font-weight: bold;
    font-size: calc(11px + 2 * (100vw - 375px) / 1545);
    margin-right: 0.75em;
    padding: 2px 0.75em;
}
.teiki-product__list-tag.muryo {
    background-color: #C7E621;
    color: #1C6B25;
}
.teiki-product__list-amount {
    color: #7A7979;
    font-size: calc(12px + 4 * (100vw - 375px) / 1545);
}
.teiki-product__list-price {
    align-items: center;
    display: flex;
}
.t_regular_price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: calc(20px + 7 * (100vw - 375px) / 1545);
    font-weight: bold;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-right: 0.5em;
    padding-right: 1.35em;
    padding-left: 5px;
    position: relative;
    /*text-decoration: line-through;*/
}
.t_regular_price > span {
    display: inline-block;
    line-height: 1;
    position: relative;
}
.t_regular_price > span:after {
    background-color:#E60012;
    content:"";
    display: block;
    height: 2px;
    position: absolute;
    left: -5px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    width: calc(100% + 10px);
}
.t_regular_price:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #7A7979;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.t_discounted_price {
    color: #E60012;
    font-size: calc(24px + 10 * (100vw - 375px) / 1545);
    font-weight: bold;
    line-height: 1.8;
}
.teiki-product__list-btn {
    display: flex;
    margin-top: 20px;
}
.t_colorme_repeat_link {
    width: calc((100% - 20px) / 2);
}
.t_colorme_repeat_Cartbtn {
    margin-right: 20px;
    padding: 0;
}
.t_colorme_repeat_link .btn_wh {
    height: 50px;
    font-size: calc(14px + 2 * (100vw - 375px) / 1545) !important;
    margin-top: 0;
    padding: 5px 1em 5px 1em !important;
}
.t_colorme_repeat_link .btn_wh.tri:before {
    right: 10px;
}
.t_colorme_repeat_link .btn_wh.tri:after {
    right: 17px;
}
@media screen and (max-width: 1000px) {
    .teiki-product__list {
        flex-direction: column;
    }
    .teiki-product__list-item {
        margin: 0 auto 60px;
        max-width: 500px;
        width: 100%;
    }
    .teiki-product__list-item:nth-of-type(even) {
        margin-right: auto;
    }
    .teiki-product__list-item:last-of-type {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .teiki-product__list {
        padding: 50px 20px;
    }
    .teiki-product__list-btn {
        flex-direction: column;
    }
    .t_colorme_repeat_link {
        width: 100%;
    }
    .t_colorme_repeat_Cartbtn {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .t_discount_rate_circle {
        top: -15px;
        left: -10px;
        height: 60px;
        width: 60px;
    }
}

/*単品商品*/
.tanpin-product__list {
    flex-direction: column;
    flex-wrap: wrap;
}
.tanpin-product__list-item {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.tanpin-product__list-img {
    position: relative;
    width: 45%;
}
.tanpin-product__list-img:before {
    content: "";
    display: block;
    padding-top: calc(100% / 3 * 2);
}
.tanpin-product__list-img img {
    background-color: #fff;
    border-top-right-radius: 30px;
    font-family: 'object-fit: contain;';
    height: 100%;
    margin-bottom: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}
.tanpin-product__list-contents {
    width: 45%;
}
.tanpin-product__list-title {
    font-size: calc(18px + 4 * (100vw - 375px) / 1545);
    font-weight: 700;
    line-height: 1.6;
}
.tanpin-product__list-main {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tanpin-product__list-amount {
    font-size: calc(12px + 6 * (100vw - 375px) / 1545);
    margin-right: 5%;
}
.tanpin-product__list-price {
    display: inline-block;
    font-size: calc(28px + 6 * (100vw - 375px) / 1545);
    font-weight: 700;
    line-height: 1;
}
.tanpin-product__list-btn {
    display: flex;
    margin-top: 25px;
}
.tanpin-product__list-link {
    width: calc((100% - 10px) / 2);
}
.tanpin-product__list-Cartbtn {
    margin-right: 10px;
    padding: 0;
}
.tanpin-product__list-link .btn_wh {
    height: 50px;
    font-size: calc(14px + 2 * (100vw - 375px) / 1545) !important;
    margin-top: 0;
    padding: 5px 1em 5px 1em !important;
}
.tanpin-product__list-link .btn_wh.tri:before {
    right: 10px;
}
.tanpin-product__list-link .btn_wh.tri:after {
    right: 17px;
}
@media screen and (max-width: 768px) {
    .tanpin-product__list-item {
        flex-direction: column;
    }
    .tanpin-product__list-img,
    .tanpin-product__list-contents {
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .tanpin-product__list-img {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .tanpin-product__list-btn {
        flex-direction: column;
    }
    .tanpin-product__list-link {
        width: 100%;
    }
    .tanpin-product__list-Cartbtn {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .tanpin-product__list-link .btn_wh {
        max-width: inherit;
    }
}

/*商品紹介*/
.p-product-label {
    margin: auto;
    max-width: 920px;
    width: 100%;
}
.p-product-label__list {
    display: flex;
    flex-wrap: wrap;
}
.p-product-label__list-item {
    color: #000;
    width: 45%;
}
.p-product-label__list-item:hover,
.p-product-category__list-item:hover {
    color: #000;
    opacity: 1;
    text-decoration: none;
}
.p-product-label__list-item:nth-of-type(odd) {
    margin-right: 5%;
}
.p-product-label__list-item:nth-of-type(even) {
    margin-left: 5%;
}
.p-product-category__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.p-product-category__list-item {
    color: #000;
    margin-bottom: 60px;
    width: calc((100% - 60px) / 4);
}
.p-product-category__list-item:not(:nth-of-type(4n)) {
    margin-right: 20px;
}
.p-product-label__list-posrel,
.p-product-category__list-posrel {
    border-radius: 10px;
    display: block;
    overflow:hidden;
}
.p-product-label__list-img,
.p-product-category__list-img {
    padding-top: calc(100% / 3 * 2);
    position: relative;
    width: 100%;
}
.p-product-label__list-img img,
.p-product-category__list-img img {
    background-color: #fff;
    border-radius: 10px;
    font-family: 'object-fit: cover;';
    height: 100%;
    margin-bottom: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform .6s ease;
    width: 100%;
}
.p-product-label__list-item:hover .p-product-label__list-img img,
.p-product-category__list-item:hover .p-product-category__list-img img {
    opacity: 1;
    transform:scale(1.1);
}
.p-product-label__list-name,
.p-product-category__list-name {
    font-size: calc(16px + 8 * (100vw - 375px) / 1545);
    font-weight: 700;
    line-height: 1.35;
    margin: 0.5em 0;
    text-align: center;
}
.p-product-label__list-note,
.p-product-category__list-note {
    margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
    .p-product-category__list-item {
        margin-bottom: 30px;
        width: calc((100% - 10px) / 2);
    }
    .p-product-category__list-item:not(:nth-of-type(4n)) {
        margin-right: inherit;
    }
    .p-product-category__list-item:not(:nth-of-type(2n)) {
        margin-right: 10px;
    }
    .p-product-category__list-name {
        padding: 0 5px;
    }
}
@media screen and (max-width: 768px) {
    .p-product-label__list-item {
        display: flex;
        width: 100%;
    }
    .p-product-label__list-item:not(:last-of-type) {
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .p-product-label__list-item_left {
        width: 40%;
    }
    .p-product-label__list-item_right {
        padding-left: 1em;
        width: 60%;
    }
    .p-product-label__list-name {
        margin-top: 0;
        text-align: left;
    }
    .p-product-label__list-item:nth-of-type(odd) {
        margin-right: 0;
    }
    .p-product-label__list-item:nth-of-type(even) {
        margin-left: inherit;
    }
    .p-product-category__list-item {
        display: flex;
        width: 100%;
    }
    .p-product-category__list-item:not(:last-of-type) {
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .p-product-category__list-item:not(:nth-of-type(2n)) {
        margin-right: 0;
    }
    .p-product-category__list-item_left {
        width: 40%;
    }
    .p-product-category__list-item_right {
        padding-left: 1em;
        width: 60%;
    }
    .p-product-category__list-name {
        margin-top: 0;
        padding: 0;
        text-align: left;
    }
}

/*お知らせ*/
.p-news__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px;
}
.p-news__list > li {
    border-bottom: 1px solid #D8D8D8;
}
.p-news__list-link {
    color: #000;
    display: flex;
    padding: 20px 0 18.5px;
    text-decoration: none;
    transition: 0.5s;
}
.p-news__list-link:hover {
    color: #E60012;
    opacity: 1;
    text-decoration: none;
}
.p-news__list-deco {
    margin-right: 30px;
    width: 220px;
}
.p-news__list-date {
    color: #7A7979;
    font-size: calc(14px + 2 * (100vw - 375px) / 1545);
    margin-right: 15px;
}
.p-news__list-cat {
    background-color: #D6CCBA;
    border-radius: 5px;
    color: #5D4925;
    display: inline-block;
    font-size: calc(10px + 2 * (100vw - 375px) / 1545);
    padding: 2px 1em;
    text-align: center;
    width: 100px;
}
.p-news__list-tit {
    margin-bottom: 0;
    width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
    .p-news__list-link {
        flex-direction: column;
        padding: 15px 0;
    }
    .p-news__list-tit {
        margin-top: .5em;
        width: 100%;
    }
}

/*お知らせページャー*/
.p-pager li a, .p-pager li span.dots, .p-pager li span.current {
  align-items: center;
  border: 1px solid #E60012;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 5px;
  text-align: center;
  width: 40px;
}
.p-pager li a.next:after, .p-pager li a.prev:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #E60012;
  border-left: 1px solid #E60012;
  transform-origin: center;
}
.p-pager {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.p-pager li:not(:last-of-type) {
  margin-right: 10px;
}
.p-pager li span.current {
  background: #E60012;
  color: #fff;
}
.p-pager li span.dots {
  border: none;
}
.p-pager li a {
  background: #fff;
  color: #E60012;
  text-decoration: none;
}
.p-pager li a:hover {
  color: #E60012;
  text-decoration: none;
  opacity: 0.7;
}
.p-pager li a.prev {
  background-color: transparent;
  position: relative;
}
.p-pager li a.prev:after {
  transform: translate(-35%, -50%) rotate(-45deg);
}
.p-pager li a.next {
  background-color: transparent;
  position: relative;
}
.p-pager li a.next:after {
  transform: translate(-65%, -50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p-pager li:not(:last-of-type) {
    margin-right: 6px;
  }
  .p-pager li span.current {
    height: 40px;
    width: 35px;
  }
  .p-pager li span.dots {
    height: 40px;
    width: 24px;
  }
  .p-pager li a {
    height: 40px;
    width: 35px;
  }
}

/*お知らせ詳細*/
.single_head {
    margin-bottom: 50px;
}
.single_head h1 {
    border-bottom: 1px solid #000;
    font-size: calc(20px + 12 * (100vw - 375px) / 1545);
    margin-top: .5em;
    margin-bottom: 1em;
    line-height: 1.5;
    padding-bottom: 0.5em;
}
.date-cat_w {
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 5px;
}
.post_date {
    color: #7A7979;
    font-size: calc(14px + 2 * (100vw - 375px) / 1545);
    margin-right: 1em;
}
.post_cat_w {
    display: inline-block;
}
.post_cat {
    background-color: #D6CCBA;
    border-radius: 5px;
    color: #5D4925;
    display: inline-block;
    font-size: calc(10px + 2 * (100vw - 375px) / 1545);
    padding: 2px 1em;
    text-align: center;
}
.single_body h1 {
    font-size: calc(20px + 12 * (100vw - 375px) / 1545);
}
.single_body h2 {
    border-left: 0.25em solid #E60012;
    font-size: calc(18px + 10 * (100vw - 375px) / 1545);
    padding: 0 0 0 0.75em;
}
.single_body p + h2 {
    margin-top: 60px;
}
.single_body h3 {
    border-bottom: 4px solid #ccc;
    font-size: calc(16px + 8 * (100vw - 375px) / 1545);
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
}
.single_body h3:after {
    background-color: #E60012;
    bottom: -4px;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    width: 20%;
    z-index: 2;
}
.single_body p + h3 {
    margin-top: 30px;
}
.single_body h4 {
    font-size: calc(15px + 3 * (100vw - 375px) / 1545);
}
.single_body p + h4 {
    margin-top: 15px;
}
.single_body h5 {
    font-size: calc(15px + 1 * (100vw - 375px) / 1545);
}
#single_contents_w .btn_gr {
    margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
    .single_head {
        margin-bottom: 25px;
    }
    #single_contents_w .btn_gr {
        margin: 60px auto 0;
    }
}

/*お取引をご希望の法人様へ*/
.page__houjin1 .page_link-list {
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
}
.page_link-list {
    align-items: flex-start;
    display: flex;
}
.page_link-list.col2 .page_link-listItem {
    width: calc((100% - 60px) / 2);
}
.page_link-list.col2 .page_link-listItem:nth-of-type(odd) {
    margin-right: 60px;
}
.page_link-list.col3 .page_link-listItem {
    width: calc((100% - 40px) / 3);
}
.page_link-list.col3 .page_link-listItem:not(:nth-of-type(3n)) {
    margin-right: 20px;
}
.page_link-listItem {
    align-items: center;
    background-color: #fff;
    border: 1px solid #E60012;
    border-radius: 10px;
    color: #E60012;
    display: flex;
    flex-wrap: wrap;
    font-size: calc(16px + 4 * (100vw - 375px) / 1545);
    font-weight: 700;
    height: 80px;
    justify-content: space-between;
    max-width: 500px;
    padding: 15px 1em;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    width: 100%;
}
.page_link-listItem:hover {
    color: #E60012;
    opacity: .8;
    text-decoration: none;
}
.page_link-listItem:before {
    background: #E60012;
    border-radius: 50%;
    content: '';
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
}
.page_link-listItem:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    content: '';
    height: 0;
    margin-top: 1px;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 0;
}
.page__houjin2--content1,
.page__houjin2--content2 {
    border-bottom: 1px solid #D8D8D8;
}
.page__houjin2--content1 .col2_55-item.sm__item1,
.page__houjin3--content .col2_55-item.sm__item1 {
    padding-left: calc(50 / 1300 * 100%);
}
.page__houjin2--content3 .p_btn,
.page__houjin3--content .p_btn {
    margin-right: auto;
    margin-left: auto;
}
.h__clientList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto 30px;
    max-width: 1036px;
    padding-left: 0;
    width: 100%;
}
.h__clientList > li {
    margin-bottom: 12px;
    width: calc((100% - 36px) / 4);
}
.h__clientList > li:not(:nth-of-type(4n)) {
    margin-right: 12px;
}
.h__clientList > li img {
    margin-bottom: 0;
}
.h__productList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 80px;
    padding-left: 0;
}
.h__productList-item {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    padding: 30px calc(50 / 1300 * 100%) 35px;
    position: relative;
    width: 100%;
}
.h__productList-item:not(:last-of-type) {
    margin-bottom: 100px;
}
.h__productList-image {
    margin-top: -50px;
    margin-right: calc(50 / 1300 * 100%);
    width: calc(550 / 1300 * 100vw);
}
.h__productList-image img {
    margin-bottom: 0;
}
.h__productList-content {
    width: calc(600 / 1300 * 100vw);
}
.h__productList-content h4 {
    padding: 0 1em;
    position: relative;
}
.h__productList-content h4:before {
    background: #E60012;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 14px;
    position: absolute;
    left: 0;
    top: 17px;
    width: 14px;
}
.h__productType {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    list-style: disc;
}
.h__productType li {
    color: #5D4925;
    width: 190px;
}
@media screen and (max-width: 1000px) {
    .page_link-list.col3 {
        flex-direction: column;
    }
    .page_link-list.col3 .page_link-listItem {
        margin: 0 auto;
        width: 100%;
    }
    .page_link-list.col3 .page_link-listItem:not(:nth-of-type(3n)) {
        margin-right: auto;
    }
    .page_link-list.col3 .page_link-listItem:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .h__productList-item {
        flex-direction: column;
    }
    .h__productList-image {
        margin: -50px auto 15px;
        text-align: center;
        width: 100%;
    }
    .h__productList-content {
        width: 100%;
    }
    .h__productType li {
        width: 220px;
    }
}
@media screen and (max-width: 768px) {
    .page_link-listItem {
        height: 60px;
    }
    .page_link-list.col2 {
        flex-direction: column;
    }
    .page_link-list.col2 .page_link-listItem {
        margin: 0 auto;
        width: 100%;
    }
    .page_link-list.col2 .page_link-listItem:nth-of-type(odd) {
        margin-right: auto;
    }
    .page_link-list.col2 .page_link-listItem:first-of-type {
        margin-bottom: 15px;
    }
    .page__houjin2--content1 .col2_55-item.sm__item1,
    .page__houjin3--content .col2_55-item.sm__item1 {
        margin-bottom: 15px;
        padding-left: 0;
    }
    .h__clientList > li:not(:nth-of-type(4n)) {
        margin-right: inherit;
    }
    .h__clientList > li:not(:nth-of-type(3n)) {
        margin-right: 10px;
    }
    .h__clientList > li {
        width: calc((100% - 20px) / 3);
    }
    .h__productList {
        margin-bottom: 40px;
    }
    .h__productList-item:not(:last-of-type) {
        margin-bottom: 70px;
    }
    .h__productList-content h4:before {
        height: 8px;
        top: 13px;
        width: 8px;
    }
    .h__productType li {
        width: 165px;
    }
}
@media screen and (max-width: 550px) {
    .h__clientList > li:not(:nth-of-type(3n)) {
        margin-right: inherit;
    }
    .h__clientList > li:not(:nth-of-type(2n)) {
        margin-right: 10px;
    }
    .h__clientList > li {
        width: calc((100% - 10px) / 2);
    }
}

/*会社案内*/
.scoop__box {
    /*border: 10px solid #D6CCBA;*/
    display: inline-block;
    width: 100%;
    height: auto;
    background: radial-gradient(circle at top left, transparent 15px, #D6CCBA 0) top left,
    radial-gradient(circle at top right, transparent 15px, #D6CCBA 0) top right,
    radial-gradient(circle at bottom right, transparent 15px, #D6CCBA 0) bottom right,
    radial-gradient(circle at bottom left, transparent 15px, #D6CCBA 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 10px;
}
.scoop__box__inner {
    display: block;
    width: 100%;
    height: auto;
    background: radial-gradient(circle at top left, transparent 15px, #fff 0) top left,
    radial-gradient(circle at top right, transparent 15px, #fff 0) top right,
    radial-gradient(circle at bottom right, transparent 15px, #fff 0) bottom right,
    radial-gradient(circle at bottom left, transparent 15px, #fff 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.scoop__box--content {
    background: #fff;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    max-width: 545px;
    padding: 40px 15px;
    width: calc(100% - 30px);
}
/*.scoop__box--content li:not(:last-of-type) {
    margin-right: calc(20px + 90 * (100vw - 375px) / 1545);
}*/
.scoop__box--content li .scoopBox__tit--jp {
    border-bottom: 1px solid #D6CCBA;
    color: #000;
    display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
    font-size: calc(26px + 14 * (100vw - 375px) / 1545);
    line-height: 1.4;
    margin-bottom: 14.5px;
}
.scoop__box--content li .scoopBox__tit--en {
    color: #BC9E51;
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
    font-size: calc(13px + 4 * (100vw - 375px) / 1545);
    text-align: center;
}
.page__company1--content .col2_55-item.sm__item1 {
    padding-right: calc(50 / 1300 * 100%);
}
.companyMotto_list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.companyMotto_list li:not(:last-of-type) {
    margin-bottom: 50px;
}
.companyMotto_list-tit {
    margin-bottom: 20px;
    position: relative;
}
.companyMotto_list-tit:after {
    background: #D6CCBA;
    content: '';
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
}
.companyMotto_list-tit h3 {
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 0.75em;
    position: relative;
    z-index: 1;
}
.companyMotto_list-tit h3 span {
    display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
    line-height: 1.4;
    padding:0.25em 0.75em;
    position: relative;
}
.companyMotto_list-tit h3 span:before, .companyMotto_list-tit h3 span:after { 
    content:'';
    display: inline-block;
    height: 20px;
    position: absolute;
    width: 20px;
}
.companyMotto_list-tit h3 span:before {
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    top:0;
    left: 0;
}
.companyMotto_list-tit h3 span:after {
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    bottom:0;
    right: 0;
}
.page__company2--content {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px calc(150 / 1300 * 100%);
}
.overview__tbl {
    width: 100%;
}
.overview__tbl th, .overview__tbl td {
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 0;
    vertical-align: top;
}
.overview__tbl tr:first-of-type th, .overview__tbl tr:first-of-type td {
    padding-top: 0;
}
.overview__tbl th {
    width: 300px;
}
.overview__tbl td {
    width: calc(100% - 300px);
}
.go__gmap {
    background-color: #fff;
    border: 1px solid #E60012;
    border-radius: 5px;
    color: #E60012;
    display: inline-block;
    font-size: 10px;
    margin-left: calc(30 / 1300 * 100%);
    padding: 5px 1em;
    text-decoration: none;
    transition: .5s;
    vertical-align: bottom;
}
.go__gmap:hover {
    color: #E60012;
    opacity: .8;
    text-decoration: none; 
}
.page__company3--content {
    margin: auto;
    max-width: 845px;
    padding-left: 55px;
    width: 100%;
}
.timeline {
    margin: 0 auto 50px;
    max-width: 790px;
    width: 100%;
}
.timeline-image {
    padding-right: 45px;
    padding-bottom: 50px;
    vertical-align: top;
    width: 46%;
    width: calc(365 / 790 * 100%);
}
.timeline-image img {
    margin-bottom: 0.25em;
}
.timeline-imageCap {
    color: #7A7979;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}
.timeline-content {
    border-left: 1px solid #BC9E51;
    padding-left: 45px;
    vertical-align: top;
    width: calc(425 / 790 * 100%);
}
.timeline tr:first-of-type td {
    padding-top: 0;
}
.timeline-date {
    color: #BC9E51;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
}
.timeline-date::before {
    content: "";
    margin-top: -10px;
    top: 8px;
    left: -62px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 6px solid #BC9E51;
    border-radius: 50%;
    position: absolute;
}
.timeline-txt {
    margin-bottom: 50px;
}
.gmap_inner {
    margin-bottom: 50px;
    padding-top: 50%;
    position: relative;
    width: 100%;
}
.gmap_inner iframe {
    border: none;
    border-radius: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.transport_w {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
}
.transport__list {
    display: flex;
}
.transport__tit {
    margin-bottom: 10px;
    width: 28%;
}
.transport__content {
    padding-left: calc(100 / 550 * 100%);
    width: 72%;
}
.transport__content table th,
.transport__content table td {
    vertical-align: top;
}
.transport__content table th {
    font-weight: normal;
    padding-right: 35px;
}
@media screen and (max-width: 1000px) {
    .overview__tbl th {
        width: 25%;
    }
    .overview__tbl td {
        width: 75%;
    }
}
@media screen and (max-width: 768px) {
    .scoop__box--content {
        padding: 30px 15px;
    }
    .page__company1--content .col2_55-item.sm__item1 {
        margin-bottom: 20px;
        padding-right: 0;
    }
    .page__company3--content {
        max-width: 400px;
        padding-left: 0;
    }
    .timeline {
        border-left: 1px solid #BC9E51;
        width: calc(100% - 30px);
    }
    .timeline tr {
        display: flex;
        flex-direction: column-reverse;
    }
    .timeline-image {
        padding-right: 0;
        padding-left: 30px;
        width: 100%;
    }
    .timeline-imageCap {
        font-size: 12px;
    }
    .timeline-content {
        border: none;
        padding-left: 30px;
        width: 100%;
    }
    .timeline-date::before {
        top: 5px;
        left: -46px;
    }
    .timeline-txt {
        margin-bottom: 1em;
    }
    .gmap_inner {
        margin-bottom: 15px;
        padding-top: 75%;
    }
}
@media screen and (max-width: 640px) {
    .page__company2--content {
        padding: 35px 20px;
    }
    .overview__tbl th, .overview__tbl td {
        display: block;
        width: 100%;
    }
    .overview__tbl th {
        border-bottom: none;
        margin-bottom: 0.5em;
        padding: 15px 0 0;
    }
    .overview__tbl td {
        padding: 0 0 15px;
    }
    .go__gmap {
        display: block;
        margin: 5px 0;
        max-width: 125px;
        text-align: center;
        width: 100%;
    }
    .transport__list {
        flex-direction: column;
    }
    .transport__tit {
        width: 100%;
    }
    .transport__content {
        padding-left: 0;
        width: 100%;
    }
}

/*お買い物ガイド*/
.page__guide3--content {
    padding: 50px 20px;
}
.p-guide__list {
    list-style: none;
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 0;
    width: 100%;
}
.p-guide__list-item {
    border-bottom: 1px solid #D8D8D8;
    padding: 50px 0;
}
.p-guide__list-item:first-of-type {
    padding-top: 0;
}
.p-guide__list-item p:last-of-type {
    margin-bottom: 0;
}
.p-guide__list-title {
    line-height: 1.65;
    margin-bottom: 20px;
    padding-left: 1em;
    position: relative;
}
.p-guide__list-title:before {
    background: #E60012;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 14px;
    position: absolute;
    left: 0;
    top: 22px;
    width: 14px;
}
.p-guide__list-contents {
    padding-left: calc(35 / 1000 * 100%);
}
.creditcard__logo-image {
    height: 40px;
    margin-right: 10px;
}
.creditcard__logo-image--visa {
    height: 20px;
}
@media screen and (max-width: 768px) {
    .p-guide__list-item {
        padding: 25px 0;
    }
    .p-guide__list-title {
        margin-bottom: 10px;
    }
    .p-guide__list-title:before {
        height: 10px;
        top: 17px;
        width: 10px;
    }
    .creditcard__logo-image {
        height: 30px;
    }
    .creditcard__logo-image--visa {
        height: 15px;
    }
}
.guideBox_item-center .creditcard__logo-image {
    height: 25px;
}
.guideBox_item-center .creditcard__logo-image--visa {
    height: 15px;
}

/*よくある質問*/
.page__faq3--content {
    padding: 50px 20px;    
}
.p-faq__list {
    list-style: none;
    margin: 0 auto;
    max-width: 1100px;
    padding-left: 0;
    width: 100%;   
}
.p-faq__list-item {
    border-bottom: 1px solid #D8D8D8;
    /*padding: 1em 0;*/
}
.p-faq__list-item:first-of-type {
    border-top: 1px solid #D8D8D8;
}
.p-faq__list-q,
.p-faq__list-a {
    display: flex;
}
.p-faq__list-q {
    align-items: center;
    cursor: pointer;
    padding: 2em 2em 2em 0;
}
.p-faq__list-a {
    padding-bottom: 2em;
}
.p-faq__list-q .p-faq__list-qImage {
    min-width: 36px;
}
.p-faq__list-a .p-faq__list-aImage {
    min-width: 28px;
}
.p-faq__list-q .p-faq__list-qImage img,
.p-faq__list-a .p-faq__list-aImage img {
    margin-bottom: 0;
}
.p-faq__list-qTxt {
    padding: 0 0.75em 0 20px;
}
.p-faq__list-qTxt p:last-of-type {
    margin-bottom: 0;
}
.p-faq__list-aTxt {
    padding-left: 25px; 
}
.p-faq__list-aTxt > *:last-child {
    margin-bottom: 0;
}
.p-toggle__btn {
    position: relative;
}
.p-toggle__btn:before {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 5px;
    top: 50%;
    transition: all 0.5s;
    width: 20px;
}
.p-toggle__btn:after {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: rotate(90deg);
    transition: all 0.5s;
    width: 20px;
}
.p-toggle__btn.open:before {
    transform: rotate(180deg);
}
.p-toggle__btn.open:after {
    transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
    .p-faq__list-item {
        padding: 0;
    }
    .p-faq__list-q .p-faq__list-qImage {
        max-width: 28px;
        min-width: 28px;
    }
    .p-faq__list-a .p-faq__list-aImage {
        max-width: 22px;
        min-width: 22px;
    }
    .p-faq__list-aTxt {
        padding-left: 20px;
    }
}

/*お問い合わせ*/
.form {
  padding: 60px 0 0;
}
.contact__tbl {
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%;
}
.contact__tbl tr:not(:last-of-type) {
  border-bottom: 1px solid #D8D8D8;
}
.contact__tbl th {
  text-align: left;
  padding: 20px 0;
  vertical-align: top;
  width: 300px;
}
.contact__tbl th span {
  display: inline-block;
  vertical-align: middle;
}
.contact__tbl th p {
  font-size: 0.8em;
  font-weight: normal;
}
.contact__tbl td {
  padding: 20px 0;
  width: calc(100% - 300px);
}
.contact__tbl td > input[type=text], .contact__tbl td > input[type=email] {
  width: 100%;
}
.contact__tbl td textarea {
  width: 100%;
}
.contact__tbl td .mwform-zip-field {
  display: inline-block;
  margin-bottom: 10px;
}
.contact__tbl td .mwform-zip-field input {
  width: 100px;
}
.contact__tbl td .mwform-tel-field input {
  width: 100px;
}
.form__agreement {
  margin-bottom: 20px;
  text-align: center;
}
.form__agreement input {
  height: 26px;
  width: 26px;
  margin: 0 10px 0 0;
  vertical-align: text-bottom;
}
.form__agreement label {
  display: inline-block;
  font-weight: bold;
}
.mw_wp_form_preview .form__agreement {
  display: none;
}
.btn__form.form__noagree {
  background-color: #D8D8D8;
  border: 2px solid #D8D8D8;
  transition: none;
}
.form__noagree-wrapper {
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  width: 100%;
}
.form__noagree-alert {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.btn__form {
  align-items: center;
  background-color: #E60012;
  border: 2px solid #E60012;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  justify-content: center;
  line-height: 1.1875;
  margin: 0 10px;
  max-width: 280px;
  padding: 5px 1.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.btn__form:after {
  content: url(./images/icon_arrow_wh.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn__form:hover {

}
.btn__form.modoru {
  background-color: #fff;
  color: #E60012;
}
.btn__form.modoru:hover {

}
.hissu,.nin-i {
    display: block;
    font-size: 12px;
    margin: 5px 20px 0 10px;
    padding: 2px 8px; 
}
.hissu {
  background-color: #E60012;
  color: #fff;
}
.nin-i {
  background-color: #D8D8D8;
  color: #000;
}
@media screen and (max-width: 768px) {
  .form__noagree-wrapper {
    max-width: 220px;
  }
  .btn__form {
    height: 50px;
    max-width: 200px;
    padding: 10px;
  }
  .hissu,.nin-i {
    font-size: 11px;
    padding: 0 8px; 
  }
}
@media screen and (max-width: 640px) {
  .form {
    padding: 40px 0 0;
  }
  .contact__tbl th {
    display: block;
    padding: 10px 0 5px;
    width: 100%;
  }
  .contact__tbl td {
    display: block;
    padding: 0 0 10px;
    width: 100%;
  }
  .contact__tbl td .mwform-zip-field input, .contact__tbl td .mwform-tel-field input {
    width: 80px;
  }
  .hissu, .nin-i {
    float: none;
    margin: 0 10px;
  }
}
.mw_wp_form {
  padding-top: 300px;
  margin-top: -300px;
}
.mw_wp_form .tlink {
  text-decoration: underline;
}
.mw_wp_btn_w {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 50px;
}

/*カラーミー関係*/
.cartjs_box {
    border: none !important;
    padding: 0 !important;
}
.top-product__list-price .cartjs_product_table table th,
.top-product__list-Cartbtn .cartjs_product_table .cartjs_sales_price,
.top-product__list-Cartbtn .cartjs_product_table .cartjs_product_num,
.top-product__list-Cartbtn .cartjs_product_table .cartjs_stock th,
.tanpin-product__list-price .cartjs_product_table table th,
.tanpin-product__list-Cartbtn .cartjs_product_table .cartjs_sales_price,
.tanpin-product__list-Cartbtn .cartjs_product_table .cartjs_product_num,
.tanpin-product__list-Cartbtn .cartjs_product_table .cartjs_stock th,
.t_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_sales_price,
.t_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_product_num,
.t_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_stock th,
.p-product__list-tanpin-btn .cartjs_product_table .cartjs_sales_price,
.p-product__list-tanpin-btn .cartjs_product_table .cartjs_product_num,
.p-product__list-tanpin-btn .cartjs_product_table .cartjs_stock th,
.p-product__list-teiki-btn .cartjs_product_table .cartjs_sales_price,
.p-product__list-teiki-btn .cartjs_product_table .cartjs_product_num,
.p-product__list-teiki-btn .cartjs_product_table .cartjs_stock th,
.r_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_sales_price,
.r_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_product_num,
.r_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_stock th,
.r-products__price .cartjs_product_table table th,
.r-products__Cartbtn .cartjs_product_table .cartjs_sales_price,
.r-products__Cartbtn .cartjs_product_table .cartjs_product_num,
.r-products__Cartbtn .cartjs_product_table .cartjs_stock th,
.top-product__list-price .cartjs_product_num,
.top-product__list-price .cartjs_option,
.top-product__list-price .cartjs_stock,
.top-product__list-price .cartjs_cart_in,
.tanpin-product__list-price .cartjs_product_num,
.tanpin-product__list-price .cartjs_option,
.tanpin-product__list-price .cartjs_stock,
.tanpin-product__list-price .cartjs_cart_in,
.r-products__price .cartjs_product_num,
.r-products__price .cartjs_option,
.r-products__price .cartjs_stock,
.r-products__price .cartjs_cart_in,
.r_discounted_price .cartjs_product_table .cartjs_sales_price th,
.r_discounted_price .cartjs_product_table .cartjs_product_num,
.r_discounted_price .cartjs_cart_in,
.t_discounted_price .cartjs_product_table .cartjs_sales_price th,
.t_discounted_price .cartjs_product_table .cartjs_product_num,
.t_discounted_price .cartjs_cart_in {
    display: none;
}
.top-product__list-price .cartjs_product_table table,
.tanpin-product__list-price .cartjs_product_table table,
.p-products-single-main__content .cartjs_product_table table,
.r-products__price .cartjs_product_table table,
.r_discounted_price .cartjs_product_table table,
.t_discounted_price .cartjs_product_table table {
    width: 100% !important;
    margin: 0 !important;
}
.p-products-single-main__Cartbtn .cartjs_product_table table {
    margin-bottom: 2em !important;
}
.cartjs_sales_price td {
    font-size: calc(24px + 4 * (100vw - 375px) / 1545) !important;
    line-height: 1;
}
.p-products-single-main__content .cartjs_sales_price th,
.p-products-single-main__content .cartjs_product_num th,
.p-products-single-main__content .cartjs_stock th {
    background: none !important;
    color: #7A7979;
    font-size: 16px;
    vertical-align: bottom;
    width: 30% !important;
}
.p-products-single-main__content .cartjs_stock td {
    color: #E60012;
    font-size: calc(20px + 4 * (100vw - 375px) / 1545) !important;
    font-weight: bold;
}
.top-product__list-price .cartjs_sales_price td,
.tanpin-product__list-price .cartjs_sales_price td,
.r-products__price .cartjs_sales_price td {
    padding-bottom: 0 !important;
}
.p-products-single-main__content .cartjs_sales_price td {
    font-size: calc(26px + 4 * (100vw - 375px) / 1545) !important;
}
.r_discounted_price .cartjs_product_table .cartjs_sales_price td {
    font-size: calc(20px + 4 * (100vw - 375px) / 1545) !important;
    padding: 0 !important;
}
.t_discounted_price .cartjs_product_table .cartjs_sales_price td {
    font-size: calc(22px + 4 * (100vw - 375px) / 1545) !important;
    padding: 0 !important;
}
.p-products-single-main__content .cartjs_product_num td,
.p-products-single-main__content .cartjs_option td {
    font-size: 20px !important;
}
.p-products-single-main__content .cartjs_product_num td input,
.p-products-single-main__content .cartjs_option td select {
    width: 100% !important;
    height: 40px !important;
}
.p-products-single-main__Cartbtn .cartjs_sales_price th {
    vertical-align: middle;
}
.p-products-single-main__Cartbtn .cartjs_sales_price td {
    line-height: 1.65;
}
.top-product__list-Cartbtn .cartjs_product_table table,
.tanpin-product__list-Cartbtn .cartjs_product_table table,
.t_colorme_repeat_Cartbtn .cartjs_product_table table,
.p-product__list-tanpin-btn .cartjs_product_table table,
.p-product__list-teiki-btn .cartjs_product_table table,
.r_colorme_repeat_Cartbtn .cartjs_product_table table,
.r-products__Cartbtn .cartjs_product_table table {
    margin-bottom: 0 !important;
    width: 100% !important;
}
.top-product__list-Cartbtn .cartjs_product_table .cartjs_stock td,
.tanpin-product__list-Cartbtn .cartjs_product_table .cartjs_stock td,
.t_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_stock td,
.p-product__list-tanpin-btn .cartjs_product_table .cartjs_stock td,
.p-product__list-teiki-btn .cartjs_product_table .cartjs_stock td,
.r_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_stock td,
.r-products__Cartbtn .cartjs_product_table .cartjs_stock td {
    border-radius: 50vh !important;
    color: #fff;
    font-size: calc(14px + 4 * (100vw - 375px) / 1545) !important;
    font-weight: 700 !important;
    height: 50px !important;
    margin-bottom: 0 !important;
    padding: 5px 1.5em !important;
    text-align: center !important;
    width: 100% !important;
}
.top-product__list-Cartbtn .cartjs_product_table .cartjs_stock td,
.tanpin-product__list-Cartbtn .cartjs_product_table .cartjs_stock td,
.t_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_stock td,
.p-product__list-tanpin-btn .cartjs_product_table .cartjs_stock td,
.p-product__list-teiki-btn .cartjs_product_table .cartjs_stock td,
.r_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_stock td,
.r-products__Cartbtn .cartjs_product_table .cartjs_stock td {
    background-color: #7A7979;
}
/*.top-product__list-Cartbtn.tanpin .cartjs_product_table .cartjs_stock td,
.tanpin-product__list-Cartbtn .cartjs_product_table .cartjs_stock td,
.p-product__list-tanpin-btn .cartjs_product_table .cartjs_stock td,
.r-products__Cartbtn.tanpin .cartjs_product_table .cartjs_stock td {
    background-color: #E60012 !important;
}
.top-product__list-Cartbtn.teiki .cartjs_product_table .cartjs_stock td,
.t_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_stock td,
.p-product__list-teiki-btn .cartjs_product_table .cartjs_stock td,
.r_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_stock td,
.r-products__Cartbtn.teiki .cartjs_product_table .cartjs_stock td {
    background-color: #AB000D !important;
}*/
.cartjs_cart_in {
    position: relative;
    transition: .5s;
}
.cartjs_cart_in:before {
    background: #fff;
    border-radius: 50%;
    content: '';
    height: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
}
.p-product__list-tanpin-btn .cartjs_cart_in:before,
.p-product__list-teiki-btn .cartjs_cart_in:before,
.p-products-single-main__content .cartjs_cart_in:before {
    right: 15px;
}
.cartjs_cart_in:after {
   border-color: transparent transparent transparent #E60012;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    content: '';
    height: 0;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 0; 
}
.p-product__list-tanpin-btn .cartjs_cart_in:after,
.p-product__list-teiki-btn .cartjs_cart_in:after,
.p-products-single-main__content .cartjs_cart_in:after {
    right: 22px;
}
.tanpin .cartjs_cart_in:after,
.p-product__list-tanpin-btn .cartjs_cart_in:after {
    border-color: transparent transparent transparent #E60012;
}
.teiki .cartjs_cart_in:after,
.p-product__list-teiki-btn .cartjs_cart_in:after,
.r_colorme_repeat_Cartbtn .cartjs_cart_in:after,
.t_colorme_repeat_Cartbtn .cartjs_cart_in:after {
    border-color: transparent transparent transparent #AB000D;
}
.cartjs_cart_in input {
    background-image: none !important;
    border: none !important;
    border-radius: 50vh !important;
    box-shadow: none !important;
    font-size: calc(14px + 2 * (100vw - 375px) / 1545) !important;
    font-weight: 700 !important;
    height: 50px !important;
    margin-bottom: 0 !important;
    padding: 5px 1.5em 5px 2em !important;
    text-align: left !important;
    text-shadow: none !important;
    width: 100% !important;
}
.tanpin .cartjs_cart_in input,
.p-product__list-tanpin-btn .cartjs_cart_in input,
.tanpin-product__list-btn .cartjs_cart_in input {
    background-color: #E60012 !important;
}
.teiki .cartjs_cart_in input,
.p-product__list-teiki-btn .cartjs_cart_in input,
.r_colorme_repeat_Cartbtn .cartjs_cart_in input,
.teiki-product__list-btn .cartjs_cart_in input {
    background-color: #AB000D !important;
}
.top-product__list-Cartbtn .cartjs_cart_in input,
.top-product__list-Cartbtn .cartjs_product_table .cartjs_stock td {
    font-size: calc(13px + 3 * (100vw - 375px) / 1545) !important;
}
.p-product__list-tanpin-btn .cartjs_cart_in input,
.p-product__list-teiki-btn .cartjs_cart_in input,
.p-product__list-tanpin-btn .cartjs_product_table .cartjs_stock td,
.p-product__list-teiki-btn .cartjs_product_table .cartjs_stock td, {
    font-size: calc(14px + 4 * (100vw - 375px) / 1545) !important;
}
.p-products-single-main__Cartbtn .cartjs_cart_in input {
    font-size: calc(16px + 2 * (100vw - 375px) / 1545) !important;
    text-align: center !important;
}
.r_colorme_repeat_Cartbtn .cartjs_cart_in input,
.r-products__Cartbtn .cartjs_cart_in input,
.r_colorme_repeat_Cartbtn .cartjs_product_table .cartjs_stock td,
.r-products__Cartbtn .cartjs_product_table .cartjs_stock td {
    font-size: calc(14px + 2 * (100vw - 375px) / 1545) !important;
}
.top-product__list-Cartbtn .cartjs_cart_in input,
.tanpin-product__list-btn .cartjs_cart_in input,
.teiki-product__list-btn .cartjs_cart_in input,
.p-products-single-main__Cartbtn .cartjs_cart_in input,
.r_colorme_repeat_Cartbtn .cartjs_cart_in input,
.r-products__Cartbtn .cartjs_cart_in input {
    padding: 5px 1em 5px 1em !important;
}
.p-products-single-main__Cartbtn .cartjs_product_num td input {
    margin-right: 0.25em;
    min-width: 100px;
    width: 50% !important;
}
.top-product__list-Cartbtn:hover,
.p-product__list-tanpin-btn:hover,
.p-product__list-teiki-btn:hover,
.r-products__Cartbtn:hover {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .top-product__list-Cartbtn .cartjs_cart_in input,
    .r-products__Cartbtn .cartjs_cart_in input,
    .top-product__list-Cartbtn.tanpin .cartjs_product_table .cartjs_stock td,
    .r-products__Cartbtn .cartjs_product_table .cartjs_stock td {
        height: 45px !important;
    }
    .top-product__list-Cartbtn .cartjs_cart_in input {
        text-align: center !important;
    }
    .top-product__list-btn > a.tri:before,
    .top-product__list-btn > a.tri:after,
    .top-product__list-Cartbtn .cartjs_cart_in:before,
    .top-product__list-Cartbtn .cartjs_cart_in:after {
        content: none;
    }
    .p-products-single-main__content .cartjs_sales_price th,
    .p-products-single-main__content .cartjs_product_num th {
        font-size: 14px;
    }
}

.cartjs_block {
    padding: 0 !important;
}
p.cartjs_product_price {
    font-size: inherit !important;
    color: inherit !important;
    margin-bottom: 0 !important;
}
.cartjs_buy p {
    margin-bottom: 0 !important;
}

/* CSSアニメーション */
.js-in, .js-out {
  opacity: 0.0;
  transition: opacity 0.5s ease;
}
.fadeInLeft.js-in {
    animation: fadeInLeft 0.7s ease 0s 1 normal;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
  }
}

.slidein.js-in {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
