/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Hina+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

@font-face {
    font-family: 'tamanegi';
    src: url(../font/tamanegi.ttf);
}

/* ページ共通 */
.front_page .ec-layoutRole {
    /*background-color: #000;*/
}

.font-small {
    font-size: 1rem;
}

.ec-blockTopBtn {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.8;
    background-color: #9da3a9;
}
.ec-blockTopBtn svg {
    fill: #FFF;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
    border: 1px
    solid #D9D9D9;
    padding: 16px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background-color: #333;
}

.ec-borderedDefs {
    border-top: none;
}

.ec-borderedDefs dd {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
}

.product_tb_wrapper {

}

.product_tb_wrapper > br {
    display: none;
}

.product_h4 {
    margin-top: 25px;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #d00;/*左線*/
}

.product_tb {
    width: 100%;
    background: #FFF;
    border-spacing: 0;
}

.product_tb th,.product_tb td{
    border-bottom: 1px solid #dbdbdb;
    padding: 10px;
}

.product_kodawari_wrapper {
    margin: 40px auto;
    max-width: 1130px;
    counter-reset:title;
}

.product_kodawari_body {
    margin-bottom: 20px;
    padding-left: 33px;
    position: relative;
}

.product_kodawari_body p {

}

.product_kodawari_h4 {
    font-size: 21px;
    font-weight: 600;
}

.product_kodawari_h4:before {
    counter-increment: title;
    content: counter(title);
    position: absolute;
    display: inline-block;
    background: #ffb107;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-guide {
    color: #000;
    margin-top: 50px;
    padding: 30px 0;
    background: #f5f5f5;
}

.p-in01 {
    position: relative;
    top: 35px;
    max-width: 1160px;
    padding: 0 10px;
    margin: 0px auto;
    box-sizing: content-box;
}

.p-guide-in01 {
    position: relative;
    max-width: 1160px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: content-box;
}

.p-guide__in {
    padding: 50px 20px;
    background: #fff;
}

.p-guide__ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.p-guide__link__ttl {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}

.p-guide__dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.p-guide__li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    padding-left: 0;
}

.p-guide__li>li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.p-guide__dl>div {
    margin-bottom: 9px;
}

.p-guide__dl>div>dt {
    margin-bottom: 4px;
}

.p-guide__dl>div>dd {
    color: #51585f;
}

.p-btn01 {
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    background: #121010;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
}

.p-btn01:hover {
    color: #FFF;
    text-decoration: none;
    opacity: .7;
}

.p-guide__li > li > a:hover {
    color: #FFF;
    text-decoration: none;
    opacity: .7;
}

.p-an01 {
    list-style: none;
    padding-left: 0;
}

.p-an01>li {
    font-size: 12px;
    padding-left: 18px;
    margin-bottom: 2px;
    position: relative;
}

.p-an01>li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "※";
}

.ec-role {
    color: #121010;
    padding-bottom: 50px;
}

.ec-registerRole {
    padding-bottom: 50px;
}

.ec-contactRole {
    padding-bottom: 50px;
}

.ec-registerCompleteRole {
    padding-bottom: 50px;
}

.ec-layoutRole__main {
    padding-bottom: 50px;
}

.ec-pageHeader {
    margin-top: 40px;
}

.ec-pageHeader h1 {
    margin: 0 0 25px;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding: 12px 0 12px;
    font-size: 16px;
    font-weight: bold;
    color: #121010;
}

.ec-blockBtn--top {
    margin: 0 auto;
}

@media (min-width: 768px) {

    .ec-pageHeader h1 {
        font-size: 20px;
    }

    .ec-cartNavi .ec-cartNavi__price {
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        vertical-align: top;
    }

    .p-guide__txt {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 28px;
    }

    .p-guide__cnt {
        width: calc(50% - 20px);
    }

    .p-guide__txt>* {
        min-height: 0;
    }

    .p-guide__cnt:nth-child(n+2) {
        margin-top: 0;
    }

    .p-guide__link {
        text-align: center;
    }

    .p-guide__li>li {
        /*width: calc(33.33% - 13.5px);*/
        margin: 0;
        margin-bottom: 10px;
    }

    .p-guide__in {
        padding: 50px 30px;
    }

}
/* ページ共通 */



/* ページ共通ヘッダー */
.blur{
    animation-name:blurAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
}

@keyframes blurAnime{
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.blurTrigger{
    opacity: 0;
}


.p-sbNv {
    background: #121010;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.p-sbNv__li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.p-sbNv__li>li {
    width: 50%;
    padding: 0 10px;
    position: relative;
}

.p-sbNv__li>li>a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #fff;
}

.p-sbNv__li>li::before {
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
}

.p-sbNv__li>li:nth-child(even)::before {
    display: none;
}

.p-sbNv__li>li:nth-child(3)>a, .p-sbNv__li>li:nth-child(4)>a,
.p-sbNv__li>li:nth-child(5)>a, .p-sbNv__li>li:nth-child(6)>a {
    border-bottom: none;
}

@media (min-width: 768px) {
    .p-sbNv__in {
        max-width: 1160px;
        margin-right: auto;
        margin-left: auto;
        box-sizing: content-box;
        padding-right: 10px;
        padding-left: 10px;
    }

    .p-sbNv__li>li {
        width: 50.0%;
    }

    .p-sbNv__li>li:nth-child(even)::before {
        display: block;
    }
}

@media (min-width: 910px) {
    .p-sbNv__li>li {
        width: calc(100% / 6);
    }
    .p-sbNv__li>li>a {
        padding: 19px 0 18px;
        border-bottom: none;
    }

    .p-sbNv__li>li:first-child::after {
        position: absolute;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: auto;
        width: 1px;
        height: 30px;
        background: #fff;
        content: "";
    }
}

/* ページ共通ヘッダー */



/* ページ共通フッター */
.ec-layoutRole__footer {
    /*background-color: #b31e23;*/
    background-color: #000;
}

.ec-footerTitle {
    background-color: #000;
}

.ft__mn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 40px 15px;
}

.ft__logo {
    margin-right: 18px;
    float: left;
}

.ft__logo_img {
    width: 200px;
}

.ft__add {
    width: calc(100% - 0px);
    float: left;
}

.ft__sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 0px;
    float: left;
    margin-bottom: 20px;
}

.ft__sns>li {
    width: 40px;
    margin-right: 10px;
}

.js-imgSwitch830 {
    width: 40px;
}

.ft__mn__cnt,
.ft__mn__cnt a {
    color: #FFF;
}

.ft__mn__cnt ul {
    list-style-type: none;
    padding-left: 15px;
}

.ft__mn__cnt li {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .ft__mn__cnt:first-child {
        margin-bottom: 0;
    }

    .ft__mn__cnt {
        width: calc(50% - 20px);
    }
}

/* ページ共通フッター */



/* TOPページ */
.ec-layoutRole {
    overflow-x: hidden;
}

.ec-layoutRole .ec-layoutRole__contents {
    /*padding-top: 85px;*/
    padding-top: 15px;
}

.ec-layoutRole__header {
    position: fixed;
    background-repeat: repeat-x;
    background-position: 0px 50px;
    background: #000;
    width: 100%;
    height: 85px;
    clear: both;
    margin-top: 0;
    z-index: 99999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.ec-headerNav .ec-headerNav__itemIcon {
    color: #FFF;
}

.ec-headerNav .ec-headerNav__itemLink {
    color: #FFF;
}

.nkMovie {
    position: relative;
    width: 100vw;
    height: 85vh;
    min-height: 400px;
    /*padding: 80px 0 0 0;*/
    background: #000;
    margin-top: 85px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);

    background-image: url(../img/common/bg-c.jpg);
    background-size: cover;
    background-position: center;
}

.nkMovie__body_bottom {
    width: 100%;
    padding: 20px;
    position: absolute;
    /* right: 0%; */
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    z-index: 3;
}

.nkMovie__body_bottom img {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: auto;
}

.nkMovie__body_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}

.nkMovie__body_main img {
    max-width: 680px;
}

.left-steam {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 150px;
    -webkit-animation: steam_Move 18s infinite linear;
    animation: steam_Move 18s infinite linear;
    transition: all 1s;
}

.right-steam {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    -webkit-animation: steam_Move 18s infinite linear;
    animation: steam_Move 18s infinite linear;
    transition: all 1s;
}

.left-move {
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 150px;
    -webkit-animation: steam_Move 18s infinite linear;
    animation: steam_Move 18s infinite linear;
    transition: all 1s;

}

.right-move {
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-animation: steam_Move 18s infinite linear;
    animation: steam_Move 18s infinite linear;
    transition: all 1s;

}

.left-steam2,
.right-steam2{
    display: none;
}

@keyframes steam_Move {
    0% {
        filter: blur(10px);
        transform: rotateY(0deg);
        transform: scale(1, 1);
        opacity: 0.75;
        top: -100px;
    }
    33% {
        transform: rotateY(40deg);
        transform: scale(0.6, 1.2);
    }
    66% {
        transform: rotateY(2deg);
        transform: scaleY(1.2, 0.4);
    }
    100% {
        filter: blur(16px);
        transform: rotateY(50deg);
        transform: scaleY(1.4, 1.2);
        opacity: 0;
        top: -340px;
    }
}
@-webkit-keyframes steam_Move {
    0% {
        -webkit-filter: blur(10px);
        -webkit-transform: rotateY(0deg);
        -webkit-transform: scale(1, 1);
        opacity: 0.75;
        top: -100px;
    }
    33% {
        -webkit-transform: rotateY(40deg);
        -webkit-transform: scale(0.8, 1.2);
    }
    66% {
        -webkit-transform: rotateY(2deg);
        -webkit-transform: scaleY(1.2, 0.6);
    }

    100% {
        -webkit-filter: blur(16px);
        -webkit-transform: rotateY(50deg);
        -webkit-transform: scaleY(1.4, 1.2);
        top: -340px;
        opacity: 0;
    }
}

.spacer {
    height: 50px;
}

.ec-headerNaviRole {
    padding-top: 9px;
}

.ec-sliderRole {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100vw;
    max-width: none;
    margin-top: -10px;
    margin-bottom: 24px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.c-headerBar_left_logo {
    max-width: 225px;
    height: 44px;
}

.c-headerBar_left_logo > h1 {
    margin: 0;
}

.ec-headerNavSP {
    top: 26px;
}

.ec-newItemRole__listItem a {
    color: #000000;
}

.list-item-btn {
    text-align: center;
    margin-top: 20px !important;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
    font-size: 16px;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 14px;
}

.common-origin-header {
    font-size: 2rem;
    /*font-family: "tamanegi";*/
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: #000;
}

.common-origin-header-ic {
    width: 32px !important;
    height: 32px;
    display: inline-block;
    margin: inherit;
}

.ec-role-sukiyaki {
    background-color: #000;
    padding: 50px 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: -15px;
}

.background-white {
    background-color: #FFF;
}

.ec-role-ex {
    width: 100vw;
    position: relative;
    margin: 0 calc(50% - 50vw);
    padding: 50px;
    /*background-image: url(../img/top/eyecatch-back.svg);*/
    background: #FFF;
    background-size: cover;
    background-position: center;
}

.separator-30 {
    height: 30px;
}

.black-bg {
    background: #000;
}

.white-txt {
    color: #FFF !important;
}

.black-txt {
    color: #000 !important;
}

.ec-eyecatchRole-header {
    margin-top: 30px;
}

.max-w-1130 {
    max-width: 1130px;
    margin: 50px auto;
}

.max-1130-ms {
    max-width: 1130px;
    margin: 0px auto;
}

.ec-role-sukiyaki {

}

.ec-sukiyaki-header {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    /*background-image: url(../img/top/kumo-noukou.svg);*/
    background-size: cover;
    background-position: center;
    padding: 10px;
}

.ec-sukiyaki-header-ms {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    /*background-image: url(../img/top/kumo-noukou.svg);*/
    background-size: cover;
    background-position: center;
    padding: 10px;
}

.suk-h2-red {
    font-size: 7rem;
    font-family: "tamanegi";
    color: #FF0000;
    margin: 5px 0px;
}

.suk-h2 {
    font-size: 6rem;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: #FFF;
    margin: 5px 0px;
}

.suk-h2-sudati {
    letter-spacing: 3px;
    margin-top: 20px;
}

.color-black {
    color: #000 !important;
}

.suk-sub {
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    color: #000;
    margin: 5px 0px;
}

.suk-price {
    text-align: center;
    font-size: 2.6rem;
    font-family: "Noto Serif JP", serif;
    color: #FFF;
    margin: 20px 0px;
    margin-bottom: 40px;
    letter-spacing: 5px;
}

.ec-sukiyaki__body {
    font-family: "Noto Serif JP", serif;
    color: #FFF;
    width: 100%;
    max-width: 680px;
    margin: auto;
    line-height: 2;
    font-size: 1.6rem;
}

.ec-sukiyaki__img__wrap {
    position: relative;
    width: 100%;
    text-align: center;
}

.ec-sukiyaki__img__t {
    width: 100%;
    max-width: 680px;
}

.sukiyaki__logo_m {
    display: block;
    margin: 50px auto;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.red-btn--top {
    background-color: #C21015;
    border: 0;
    font-size: 16px;
}

.red-btn--top:hover {
    background-color: #C21015;
    opacity: 0.8;
}

.white-btn--top {
    background-color: #FFF;
    color: #000;
    border: 0;
    font-size: 16px;
}

.white-btn--top:hover {
    background-color: #FFF;
    color: #000;
    opacity: 0.8;
}

.black-btn--top {
    background-color: #000;
    color: #FFF;
    border: 0;
    font-size: 16px;
}

.black-btn--top:hover {
    background-color: #000000;
    color: #FFF;
    opacity: 0.8;
}

.ec-eyecatchRole-header h2 {
    margin: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #000;
    text-align: center;
}

.postage-h3 {
    width: fit-content;
    position: relative;
    margin: auto;
    margin-top: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #FFF;
    text-align: center;
    padding: 1em 1em;
}

.postage-h3:before,
.postage-h3:after {
    position: absolute;
    content: '';
}

.postage-h3:after {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
}

.postage-h3:before {
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.postage-h3-eye {
    width: fit-content;
    position: relative;
    margin: auto;
    margin-top: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #000;
    text-align: center;
    padding: 1em 1em;
}


.postage-h3-eye:before,
.postage-h3-eye:after {
    position: absolute;
    content: '';
}

.postage-h3-eye:after {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}

.postage-h3-eye:before {
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.postage-h4 {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.ec-eyecatchRole-header p {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    text-align: center;
    color: #000;
    margin-top: 20px;
}

.small-txt {
    font-size: 12px !important;
}

.ec-eyecatch__img_wrapper {
    position: relative;
    border: 5px solid #000;
}

.eyecatch_grid_chilled {
    width: 100%;
}

.ec-eyecatch__img__t {
    width: 100%;
    height: 320px;
    object-fit: cover;
    filter: brightness(70%) blur(0px);
}

.ec-eyecatch__img__btn {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
}

.eye_txt_large {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 120px;
    font-family: "Noto Serif JP", serif;
}

.ec-eyecatchRole__introEnTitle,
.ec-eyecatchRole__introTitle{
    color: #000;
    padding: 5px 10px;
    margin: 10px 10px !important;
    font-size: 30px !important;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
/* TOPページ */



/** 商品一覧ページ */
.product-name-default {
    font-weight: 600;
    color: #000000;
    margin-bottom: 7px;
}

.price02-default {
    color: #000000;
    margin-bottom: 7px;
    font-size: 14px;
}

.tax-default {
    font-size: 10px;
}

.ec-select-list {
    margin-top: 10px;
}

.ec-select-list select {
    width: 100%;
    font-size: 12px;
}
/** 商品一覧ページ */



/** 商品詳細ページ */
.lv {
    position: relative;
    width: 100vw;
    height: 100px;
    margin-left: calc(-50vw
    + 50%);
    margin-right: calc(-50vw
    + 50%);
    margin-top: 85px;
}

.lv__img {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: brightness(60%) blur(0px);
}

.ofi {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.lv__img img, .lv__img source {
    width: 100%;
    height: 100%;
}

.lv__ttl {
    position: absolute;
    display: block;
    top: 33%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2%;
    right: auto;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.lv__ttl span {
    font-size: 10px;
}

.ec-detail-padding {
    padding-top: 50px;
}

.ec-headingTitle {
    font-weight: 600;
    color: #000000;
}

.ec-productRole .ec-productRole__description {
    margin-top: 16px;
    /*font-family: "Noto Serif JP", serif;*/
    color: #333333;
}

.ec-select-label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

.ec-select-label-required {
    color: red;
}

.ec-productRole .ec-productRole__tag {
    background-color: #ffffff;
}

.ec-productRole .ec-productRole__code {
    font-size: 12px;
}

.ec-productRole .ec-productRole__category {
    font-size: 12px;
}

.ec-productRole .ec-productRole__price {
    color: #333333;
}

.ec-blockBtn--action {
    background-color: #d00;
    border-color: #d00;
}

.add-cart::before {
    font-family: "Font Awesome 5 Free";
    content: '\f290';
    font-weight: 400;
    margin-right: 4px;
    color:#FFF;
}

.ec-shelfRole {
    margin: 50px auto;
}

.ec-productRole__SNS_Share {
    margin-top: 15px;
}

.ec-productRole__SNS_Share li span {
    display: none;
}

.ec-productRole__SNS_Share li svg {
    height: 30px !important;
}

.review-header {
    font-size: 14px !important;
}

#product_review_area .review_list {
    padding-left: 0px !important;
    list-style-type: none;
}

#product_review_area .review_list li {
    background-color: #fffbf2;
    padding: 15px;
}

#product_review_area .recommend_level {
    display: inline-block;
    margin-left: 0!important;
}

#product_review_area .review_list .review_date {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 9px;
}

#product_review_area .review_date::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url(../img/product/comment-icon-40.png);
    background-size: cover;
    background-position: center;
}

#product_review_area strong {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
}

.review_button {
    background-color: #333;
    border-color: #333;
    margin-top: 30px;
}
/** 商品詳細ページ */


/** カテゴリ一覧ページ */
.category_list_page {
    padding-top: 0;
    padding-bottom: 40px;
    background: #ffffff;
}

.ec-categoryRole__listItem a {
    color: #121010;

}

.catlist__card01__ttl01 {
    font-size: 20px;
    padding: 0;
    font-weight: 700;
    line-height: 1;
}

.catlist__card01__ld {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 7px;
}
/** カテゴリ一覧ページ */



/** ご利用ガイドページ */
.guide__nav ul {
    padding-left: 0;
    margin-top: -10px;
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.guide__nav ul li {
    position: relative;
    width: calc(50.0% - 5px);
    height: auto;
    font-size: 0;
    text-align: center;
}

.guide__nav ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 9px 10px;
    background: #121010;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.sp {
    display: block;
}

.guide__ttl01 {
    font-size: 20px;
    margin-bottom: 33px;
    font-weight: 700;
    line-height: 1.7;
}

.guide__ttl01  {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    border: 2px solid #000;
}

.guide__ttl01:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #000;
}

.guide__ttl01 span {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: 0;
    display: block;
    padding-top: 0px;
    padding-left: 16px;
    color: #fff;
}

.guide__sec01:not(:last-of-type) {
    margin-bottom: 40px;
}

.tableStyle02 {
    width: 100%;
    font-size: 13px;
}

.tableStyle02 td, .tableStyle02 th {
    padding: 6px 6px 6px 10px;
    border: solid 1px #d3cec2;
    vertical-align: middle;
    text-align: left;
}

.guide__cnt00 {
    max-width: 720px;
    margin: auto;
}

.guide__cnt01__fig {
    max-width: 600px;
    margin: 30px 0;
}

.card-fig {
    max-width: 300px;
}

.guide__steps {
    /* 連番カウンター名の定義 */
    counter-reset: step-counter;
    /* 縦棒との位置関係に必要 */
    position: relative;
    /* 縦棒と連番のためのスペースを左に確保 */
    padding-left: 2.7rem; /* 連番(1.5rem) + 余白 */
}

/* 縦棒 */
.guide__steps:before {
    content: "";
    /* 幅と色 */
    background-color: red;
    width: 2px;
    /* 位置 */
    position: absolute;
    top: 0.7rem; /* 円のwidthの半分 */
    left: 0.7rem; /* 円のwidthの半分 */
    height: calc(100% - 0.7rem); /* 100% - top */
    /* 連番より後ろに表示するため */
    z-index: 0;
}
.guide__steps > .guide__cnt01__sub {
    /* 連番カウンターを+1する */
    counter-increment: step-counter;
    /* 連番カウンターを垂直方向に中央揃えで表示する */
    display: flex;
    align-items: center;
}
/* ①②③など連番 */
.guide__steps > .guide__cnt01__sub:before {
    content: counter(step-counter);
    background: red;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1.5rem;
    position: absolute;
    left: -4px;
    z-index: 1;
}

.guide__cnt_title {
    text-align: center;
    margin: 70px 0;
}

.guide__cnt01__txt,
.guide__li01,
.guide__li02,
.guide__ld01 {
    font-size: 14px;
}

.guide__ttl02 {
    margin-top: 40px;
}

.guide__cnt02 {
    padding: 20px 0px;
}

.guide__cnt01__sub {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.guide__cnt02__sub {
    font-size: 13px;
    margin-bottom: 20px;
}

.guide__cnt02__ttl_01 {
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 5px 0;
    letter-spacing: 6px;
    color: #7c7c7c;
}

.guide__cnt02__ttl_02 {
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    letter-spacing: 1px;
}

.guide__cnt02__ld {
    line-height: 30px;
}

/** ご利用ガイドページ */


/** 店舗紹介 */
.shopinfo_section {
    padding: 30px 0;
}

.shopinfo_title h2 {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin: 20px 0;
}

.shopinfo_body {
    display: flex;
}

.shopinfo_photo {
    padding: 0px 10px 0px 0px;
    flex-basis: 50%;
}

.shopinfo_table {
    padding: 0px 10px;
    font-size: 15px;
}

.shopinfo_td_1 {
    width: 20%;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.shopinfo_td_2 {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.shopinfo_link {
    color: red;
}

.shopinfo_maps {

}
/** 店舗紹介 */


/** こだわり */

.story_back {
    background-image: url(../img/kodawari/story-back.svg);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
}

.story_header {
    text-align: center;
    padding: 30px 0;
}

.story_header h2 {
    font-family: "tamanegi";
    color: #000;
    font-size: 5rem;
    margin: 0;
    margin-bottom: 10px;
}

.story_header span {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    color: #000;
}

.story_main_section,
.story_sub_section {
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
}

.story_main_section p,
.story_sub_section p{
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7;
}

.story_main_section h3,
.story_sub_section h3 {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 4rem;
    margin: 0;
    margin-bottom: 20px;
}

.story_sub_section h3 {
    margin-top: 100px;
}

.story_b_section {
    display: flex;
}

.story_section {
    max-width: 380px;
    margin: 50px auto;
}

.story_photo {
    text-align: center;
}

.story_photo img {
    max-width: 300px;
}

.story_body {
    font-family: 'Noto Serif JP', serif;
}

.story_body h2 {
    font-weight: bold;
    text-align: center;
}

.story_buy_box {

}

/** こだわり */


/** プライバシーポリシーページ */
.privacy_cell {
    margin: 30px auto !important;
}

.privacy_cell p {
    color: #333232;
    font-size: 14px;
}
/** プライバシーポリシーページ */


@media only screen and (min-width: 768px) {
    /* スクリーンサイズが768px以上の場合に適用 */
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: auto;
    }

    .guide__nav ul li a {
        padding: 8.5px 25px 8.5px 10px;
        font-size: 14px;
        line-height: 1.7;
    }

    .sp {
        display: none;
    }

    .guide__sec01 {
        padding-bottom: 40px;
        border-bottom: 1px solid #b4b4b4;
    }

    .ec-headerNaviRole img {
        height: 66px;
    }

    .c-headerBar_left_logo > h1 {
        display: block;
        margin: auto;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .ec-cartNaviIsset__cartImage img {
        height: auto;
    }

    .ec-eyecatchRole .ec-eyecatchRole__image {
        width: 50%;
    }

    .ec-eyecatchRole .ec-eyecatchRole__intro {
        width: 50%;
        padding-right: 2%;
    }

    .ec-borderedDefs dt {
        padding-top: 0px;
        margin: auto;
    }

    .ec-borderedDefs dd {
        line-height: 2.5;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 900px) {
    /* スクリーンサイズが900px以下の場合に適用 */
    .shopinfo_body {
         flex-flow: column;
    }

    .shopinfo_photo {
        padding: 10px 0px 10px 0px;
    }

    .shopinfo_td_2 {
        padding: 10px 10px;
    }

    .story_main_section h3,
    .story_sub_section h3 {
        font-size: 2.3rem;
    }

    .story_b_section {
        flex-flow: column;
    }

    .story_photo img {
        max-width: 280px;
    }
}

@media screen and (max-width: 767px) {
    /* スクリーンサイズが767px以下の場合に適用 */

    .ec-cartNavi {
        color: #FFF;
    }

    /* ページ共通 */
    .lv__ttl {
        left: 5%;
    }
    /* ページ共通 */

    /* TOPページ */
    .c-headerBar_left_logo {
        margin-left: 15px;
    }

    .ec-headerNaviRole img {
        height: 44px;
        width: auto;
        max-width: initial;
    }

    .c-headerBar_left_logo > h1 {
        top: 14px;
        left: 40px;
    }

    .ec-cartNaviIsset__cartImage img {
        height: auto;
    }

    /*.ec-headerNaviRole .ec-headerNaviRole__nav {*/
    /*    display: none;*/
    /*}*/

    .sp__none {
        display: none !important;
    }

    .sp__label {
        display: block !important;
        font-size: 9px !important;
        margin-right: 0 !important;
        margin-top: -6px !important;
    }

    .nkMovie__body_top {
        left: 7%;
    }

    .nkMovie__body {
        left: 5%;
    }

    .nkMovie__sub01 {
        font-size: 16px;
    }

    .nkMovie__ttl01 {
        font-size: 34px;
    }

    .nkMovie__ttl02 {
        font-size: 60px;
    }

    .nkMovie__body_main img {
        max-width: 360px;
    }

    .nkMovie__object01 {
        top: -65px;
        right: 0;
    }

    .nkMovie__object01 img,
    .nkMovie__object02 img {
        width: 150px;
    }

    .nkMovie__object02 {
        left: 0;
        bottom: -40px;
    }

    .left-steam {
        top: 0px;
        left: 50px;
    }

    .left-move {
        top: 0px;
        left: 50px;
    }

    .right-steam {
        top: 0px;
        left: -50px;
    }

    .right-move {
        top: 0px;
        left: -50px;
    }

    .ec-role-sukiyaki {
        padding: 10px;
    }

    .suk-h2,
    .suk-h2-red {
        font-size: 2.5rem;
    }

    .color-black {
        color: #000 !important;
    }

    .suk-sub {
        font-size: 2rem;
    }

    .ec-role-ex {
        padding: 10px;
    }

    .ec-eyecatchRole-header h2 {
        font-size: 2.5rem;
    }

    .nkMovie__body_bottom {
        bottom: 40px;
    }

    /* TOPページ */


    /* NikuLabについてページ */
    .about__cnt02__ttl_01 {
        font-size: 30px;
    }

    .about__cnt02__ttl_02 {
        font-size: 30px;
        letter-spacing: 2px;
    }
    /* NikuLabについてページ */


    /* 美味しい調理方法 */
    .guide__cnt02__ttl_01 {
        font-size: 30px;
        letter-spacing: 6px;
    }

    .guide__cnt02__ttl_02 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    /* 美味しい調理方法 */

}