/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Hina+Mincho&family=Yuji+Syuku&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


/* ページ共通 */
.black {
    color: #000;
    font-size: 14px;
}

.inline-blok {
    display: inline-block;
}

.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: 0 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;
    }

    .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;
    }

}
/* ページ共通 */



/* ページ共通ヘッダー */

.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;
}

.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 {
    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: 33.33%;*/
    }

    .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: #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% - 170px);
    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: #121010;
    margin-top: 85px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.tMovie__back {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 85vh;
    background-color: rgba(0,0,0,0.5);
    background-image: radial-gradient(#111 20%, transparent 31%), radial-gradient(#111 20%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}

.nkMovie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nkMovie__body_top {
    position: absolute;
    left: 10%;
    top: 5px;
}

.nkMovie__sub02 {
    color: #FFF;
    font-size: 8px;
}

.nkMovie__body {
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.nkMovie__sub01 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Noto Serif JP', serif;
}

.nkMovie__ttl01 {
    width: fit-content;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    color: #FFF;
    padding: 0px;
    margin: 0;
}

.nkMovie__ttl02 {
    width: fit-content;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    color: #FFF;
    padding: 0px;
    margin: 0;
    margin-bottom: 15px;
}

.tMovie__img_title {
    position: absolute;
    top: 0px;
    right: 50px;
}

.tMovie__img_title img {
    width: 150px;
    opacity: 0.7;
}

.tMovie__img {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.tMovie__img img {
    width: 80%;
}

.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;
}

.ec-eyecatchRole__introEnTitle,
.ec-eyecatchRole__introTitle{
    color: #FFF;
    background-color: #000;
    padding: 5px 10px;
    width: fit-content;
    /*font-style: italic;*/
}

/** eyecatch */
.page_h2 {
    color: #000;
    font-style: italic;
    font-weight: 700;
    font-size: 35px;
    margin-left: 45px;
    margin-bottom: 30px;
}

.page_h2 span:before {
    content: "/ ";
    padding-left: 10px;
    color: #de0000;
}

.page_h2 span {
    display: inline-block;
    font-style: normal;
    font-size: 12px;
}

.section_inner {
    max-width: 1180px;
    margin: auto;
}

.philosophyList {
    list-style-position: outside;
    list-style-type: none;
}

.cf:after, .cf:before {
    display: table;
    content: '';
}

.philosophyList li {
    width: 50%;
    float: left;
    margin-right: 0px;
    position: relative;
    margin-bottom: 60px;
}

.philosophyList li:before {
    content: "";
    width: 1px;
    height: 112%;
    background-color: #de0000;
    position: absolute;
    top: -2%;
    left: 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.philosophyList .tl span {
    display: block;
}

.philosophyList .tl span.en:first-letter {
    color: #de0000;
}

.page_h2:first-letter {
    color: #de0000;
}

.philosophyList .tl span.jp {
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 45px;
}

.philosophyList .tl span.en {
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 35px;
    letter-spacing: .4px;
}

.philosophyList .txt {
    font-size: 13px;
    line-height: 18px;
    padding-left: 25px;
    color: #313131;
}
/** eyecatch */

/** ordermade */
.customPlanWrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.customPlanList {
    background-color: #000;
}

.customPlanList li {
    background-color: #000;
    position: relative;
    height: 300px;
    background-color: #000;
}

.customPlanList li:first-child:before {
    content: "";
    background: url(../img/top/order-img.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw - 0px);
    height: 100%;
    min-width: 450px;
}

.customPlanList li:first-child .txtBox {
    width: 350px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -400px;
    z-index: 2;
}

.customPlanTtl {
    position: relative;
}

.customPlanTtl p span {
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
}

.customPlanTtl p {
    color: #000;
    font-style: italic;
    font-weight: 700;
    font-size: 25px;
    padding: 20px 0 0 0;
    color: #fff;
    white-space: nowrap;
}

.customPlanTtl p span:before {
    content: "/ ";
    padding-left: 10px;
    color: #de0000;
}

.customPlanTxt {
    font-size: 13px;
    line-height: 22px;
    color: #c6c6c6;
}

.cutom-btn-wrap {
    margin-top: 20px;
}

.btn-red {
    background: #de0000;
}

.btn-red:hover {
    background: #de0000;
    opacity: 0.5;
}

/** ordermade */

/* 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;
}

.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;
}

/** ご利用ガイドページ */


/** nikulabについてページ */
.about__cnt00 {
    max-width: 600px;
    margin: auto;
}

.about__cnt01__fig {
    margin: 0;
}

.about__cnt02 {
    padding: 40px 0px;
}

.about__cnt_title {
    text-align: center;
    margin: 70px 0;
}

.about__cnt02__sub {
    font-size: 13px;
    margin-bottom: 20px;
}

.about__cnt02__ttl_01 {
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 5px 0;
    letter-spacing: 0px;
    /*color: #7c7c7c;*/
    font-family: 'Noto Serif JP', serif;
}

.about__cnt02__ttl_02 {
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    letter-spacing: 0px;
    font-family: 'Noto Serif JP', serif;
}

.about__cnt02__ld {
    font-size: 14px;
    line-height: 30px;
}

.ec-kskshopRole {
    background: #000;
}

.ksk-secHeading {
    margin-bottom: 45px;
    color: #FFF;
}

.ksk-secHeading__en {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2em;
}

.ksk-secHeading__line {
    display: inline-block;
    margin: 0 20px;
    width: 1px;
    height: 14px;
    background: #FFF;
}

.ksk-secHeading__ja {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .15em;
    vertical-align: 2px;
}

.ksk-categoryRole__list {
    flex-wrap: inherit !important;
}

.ksk_list {
    text-align: center;
}

.ksk-img {
    max-width: 200px !important;
}

.ksk-secHeading_p {
    font-family: 'Hina Mincho', serif;
    margin-top: 10px;
    font-size: 14px;
}

/** NIKULABについてページ */

/** お問い合わせページ */
.telBnr {
    text-align: center;
    padding: 20px 20px 50px 20px;
}

.telBnrTtl {
    color: #de0000;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
}

.telBnr .btn {
    padding: 10px 45px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;

    border: 2px solid #de0000;
    border-radius: 0;
    z-index: 1;
    color: #de0000;
    font-size: 20px;
}

.telBnr .btn span {
    color: #000;
    font-size: 14px;
}

.header_c_submit {
    background: #000;
    padding: 15px 20px;
    color: #FFF;
}

.header_c_submit h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

/** お問い合わせページ */

/** プライバシーポリシーページ */
.privacy_cell {
    margin: 30px auto !important;
}

.privacy_cell p {
    color: #333232;
    font-size: 14px;
}
/** プライバシーポリシーページ */


@media only screen and (min-width: 768px) {
    /* スクリーンサイズが768px以上の場合に適用 */
    .ec-cartNavi .ec-cartNavi__price {
        vertical-align: top;
    }

    .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: 44px;
    }

    .ec-cartNaviIsset__cartImage img {
        height: auto;
    }

    .ec-eyecatchRole .ec-eyecatchRole__image {
        width: 50%;
    }

    .ec-eyecatchRole .ec-eyecatchRole__intro {
        width: 50%;
    }

    .ec-borderedDefs dt {
        padding-top: 0px;
        margin: auto;
    }

    .ec-borderedDefs dd {
        line-height: 2.5;
        margin-bottom: 10px;
    }

    .ec-newItemRole .ec-newItemRole__list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .ec-newItemRole .ec-newItemRole__listItem {
        width: 31%;
        margin-right: 0px !important;
    }

    .ec-newItemRole__list:after {
        content: "";
        display: block;
        width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
    }
}

@media screen and (max-width: 1024px) {
    .tMovie__img_title {
        top: 0px;
        right: 20px;
    }

    .tMovie__img_title img {
        width: 90px;
    }

    .nkMovie__ttl01 {
        font-size: 4.5rem;
    }
    
    .nkMovie__ttl02 {
        font-size: 4.5rem;
    }
    
}

@media screen and (max-width: 767px) {
    /* スクリーンサイズが767px以下の場合に適用 */

    /* ページ共通 */
    .lv__ttl {
        left: 5%;
    }
    /* ページ共通 */

    /* TOPページ */
    .c-headerBar_left_logo {
        margin-left: 20px;
    }

    .ec-cartNavi {
        color: #FFF;
    }

    .ec-headerNaviRole img {
        height: 44px;
        width: auto;
        max-width: initial;
    }

    .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: 0%;
        padding: 5px 10px;
    }

    .nkMovie__body {
        left: 50%;
        bottom: unset;
        width: 100%;
        padding: 10px;
    }

    .nkMovie__sub01 {
        font-size: 13px;
    }

    .nkMovie__ttl01 {
        font-size: 3.9rem;
    }

    .nkMovie__ttl02 {
        font-size: 3.9rem;
    }

    .tMovie__img img {
        width: 90%;
    }

    /** eyecatch */
    .section_inner {
        position: relative;
    }

    .page_h2 span {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        font-style: normal;
    }

    .page_h2 {
        margin-left: 0px;
        padding-top: 20px;
    }

    .philosophyList {
        margin-left: -40px;
    }

    .philosophyList li {
        width: 100%;
        margin-right: 0px;
        position: relative;
        margin-bottom: 45px;
    }

    /** eyecatch */

    /** ordermade */
    .customPlanList {
        margin-left: 0px;
        padding-left: 0px;
    }

    .customPlanList li {
        background-color: #000;
        position: relative;
        padding-top: 250px;
        height: auto;
    }

    .customPlanList li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 150px;
    }

    .customPlanList li:first-child:before {
        content: "";
        background: url(../img/top/order-img.jpg);
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 250px;
        min-width: 450px;
    }

    .customPlanList li:first-child .txtBox {
        width: auto;
        position: unset;
        top: 0;
        left: 0;
        margin-left: 0;
        z-index: 2;
    }

    .customPlanList li .txtBox {
        padding: 25px 30px 50px;
    }
    /** ordermade */

    /* TOPページ */


    /* ブランド紹介についてページ */
    .about__cnt02__ttl_01 {
        font-size: 26px;
    }

    .about__cnt02__ttl_02 {
        font-size: 26px;
        letter-spacing: 0px;
    }
    /* ブランド紹介についてページ */


    /* 美味しい調理方法 */
    .guide__cnt02__ttl_01 {
        font-size: 30px;
        letter-spacing: 6px;
    }

    .guide__cnt02__ttl_02 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    /* 美味しい調理方法 */

}

@media screen and (max-width: 500px) {
    .tMovie__img_title {
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .tMovie__img_title img {
        width: 50px;
    }

    .nkMovie__sub01 {
        font-size: 12px;
    }

    .nkMovie__ttl01 {
        font-size: 2.6rem;
    }

    .nkMovie__ttl02 {
        font-size: 2.6rem;
    }

    .ft__logo_img {
        width: 125px;
    }

    .ft__add {
        width: 100%;
    }
}