/*all*/
body {
    color: #333;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: 500;
}

li {
    list-style-type: none;
}

li a {
    overflow-wrap: anywhere;
}

ol,
ul {
    margin-top: 10px;
    padding-inline-start: 20px;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}

/*all > button*/
.ec-blockBtn--action,
.ec-inlineBtn--action,
.ec-inlineBtn--action:disabled,
.ec-inlineBtn--action.disabled {
    background-color: #333333 !important;
    border: solid 1px #333333 !important;
    transition: .3s;
    font-size: 16px;
}

.ec-blockBtn--action:hover,
.ec-blockBtn--action:active,
.ec-blockBtn--action:focus,
.ec-inlineBtn--action:hover,
.ec-inlineBtn--action:active,
.ec-inlineBtn--action:focus {
    opacity: .7;
    background-color: #333333;
    border: solid 1px #333333;
    transition: .3s;
}

.ec-blockBtn--action:active,
.ec-blockBtn--action:focus,
.btn-check:checked+.ec-blockBtn--action:focus,
.btn-check:active+.ec-blockBtn--action:focus,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action.active:focus,
.show>.ec-blockBtn--action.dropdown-toggle:focus,
.btn-check:focus+.ec-inlineBtn--action,
.ec-inlineBtn--action:focus {
    box-shadow: 0 0 0 0.25rem rgb(137 189 166 / 50%);
    outline: 0;
}

.ec-blockBtn--cancel,
.ec-inlineBtn--cancel,
.ec-inlineBtn--cancel:disabled,
.ec-inlineBtn--cancel.disabled {
    background-color: #a7a7a7 !important;
    border: solid 1px #a7a7a7 !important;
    transition: .3s;
    font-size: 16px;
}

.ec-blockBtn--cancel:hover,
.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel:focus,
.ec-inlineBtn--cancel:hover,
.ec-inlineBtn--cancel:active,
.ec-inlineBtn--cancel:focus {
    opacity: .7;
    background-color: #a7a7a7;
    border: solid 1px #a7a7a7;
    transition: .3s;
}

.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel:focus,
.btn-check:checked+.ec-blockBtn--cancel:focus,
.btn-check:active+.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel:active:focus,
.ec-blockBtn--cancel.active:focus,
.show>.ec-blockBtn--cancel.dropdown-toggle:focus,
.btn-check:focus+.ec-inlineBtn--cancel,
.ec-inlineBtn--cancel:focus {
    box-shadow: 0 0 0 0.25rem rgb(121 106 86 / 50%);
    outline: 0;
}

/*all > Header*/
/*all > Header > Search,Login,Cart*/
.ec-headerNaviRole {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ec-headerNaviRole>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #F3F3F3;
}

.ec-headerNav .ec-headerNav__itemLink,
.ec-headerNav .ec-headerNav__itemIcon,
.ec-cartNavi {
    color: #333;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #333;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a:hover {
    opacity: .7;
    transition: .3s;
}

/*all > Header > Logo*/
.ec-headerRole {
    padding: 0;
}

.ec-headerTitle .ec-headerTitle__title a {
    margin: 0;
    transition: .3s;
}

.ec-headerTitle img {
    width: 160px;
    height: auto;
}

/*all > Header > Navmenu*/
.ec-itemNav__nav li a {
    font-size: 18px;
    padding: 25px;
    color: #333333;
}

.ec-itemNav__nav>li:hover>a {
    background-color: #fff;
    opacity: .7;
}

.ec-itemNav__nav>li.category_ul>a {
    padding: 25px 40px 25px 25px;
}

.ec-itemNav__nav>li.category_ul>a:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #333333;
    position: absolute;
    top: 25px;
    right: 25px;
}

.ec-itemNav__nav li ul li a {
    background: #333333;
    border-bottom: 1px solid #fff;
}

.ec-itemNav__nav li ul li:last-child a {
    border-bottom: none;
}

.ec-itemNav__nav>li:hover li:hover>a {
    background: #333333;
    transition: .3s;
}

.ec-itemNav__nav li ul li ul li a {
    background: #333333;
}

.ec-itemNav__nav li:hover ul li ul li a:hover {
    background: #333333;
}

/*all > Footer*/
.ec-footerRole {
    background: #fff;
    border: none;
}

.ec-footerNavi {
    color: #333;
}

.ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
    margin: 0 15px;
    padding: 10px;
}

.ec-footerRole .ec-footerRole__inner {
    color: #333;
    margin: 0;
    max-width: 100%;
    background: #F3F3F3;
}

.ec-footerTitle {
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1130px;
    margin: 0 auto;
    padding: 80px 20px 0 20px;
}

.ec-footerRole .ec-footerRole__inner a {
    transition: .3s;
}

.ec-footerRole .ec-footerRole__inner img {
    width: 180px;
    height: auto;
}

.ec-footerTitle .ec-footerTitle__logo {
    width: 15%;
    margin-bottom: 0;
}

.ec-footerTitle__p {
    width: 30%;
    text-align: left;
    margin-left: 80px;
}

.ec-footerTitle__navmenu__pc {
    width: 55%;
}

.ec-footerTitle__navmenu__pc .ec-itemNav__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ec-footerTitle__navmenu__pc .ec-itemNav__nav li {
    width: 140px;
}

.ec-footerTitle__navmenu__pc .ec-itemNav__nav li a {
    font-size: 16px;
    padding: 10px;
    text-align: left;
    background: #F3F3F3;
}

.ec-footerTitle__navmenu__pc .ec-itemNav__nav li ul {
    display: flex;
    flex-direction: column;
    min-width: 140px;
}

.ec-footerTitle__navmenu__pc .ec-itemNav__nav li ul li a {
    background: #333333;
    font-size: 14px;
}

.ec-footerTitle__navmenu__pc .ec-itemNav__nav>li.category_ul>a:before {
    content: "\f054";
    top: 10px;
    right: 20px;
}

.ec-footerTitle__navmenu__pc .ec-itemNav__nav li ul {
    top: 0;
    left: -140px;
}

.ec-footerTitle__navmenu__pc .ec-itemNav__nav li ul li ul:before {
    top: 14px;
    left: 260px;
}

.ec-footerTitle__navmenu__pc .ec-categoryNaviRole {
    padding: 0;
}

.ec-footerTitle__copyright {
    max-width: 1130px;
    text-align: right;
    margin: 0 auto;
    padding: 20px 20px 80px 20px;
    font-size: 14px;
}

.ec-blockTopBtn {
    background-color: #a7a7a700;
}

/* First View */
#page_homepage .ec-layoutRole__header .ec-headerRole,
#page_homepage .ec-layoutRole__header .ec-categoryNaviRole {
    display: none;
}

.first_visual {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 70vh;
    padding: 0 20px;
    max-width: 1920px;
    margin: 0 auto 25px auto;
    position: relative;
}

.first_visual__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 40%;
    height: 100%;
}

.first_visual__left img {
    width: 200px;
    position: absolute;
    top: 15%;
    left: 10%;
}

.first_visual__p {
    font-size: 80px;
    font-weight: 500;
    position: absolute;
    color: #333;
    top: 65%;
    left: 10%;
}

.first_visual__p span {
    color: #333333;
    text-shadow: 0 0 7px #fff;
}

.first_visual__right {
    width: 60%;
}

/* Main Visual */
.ec-role h2 {
    text-align: center;
}

.ec-role img {
    width: 180px;
}

.ec-newItemRole {
    padding: 0;
}

.ec-newItemRole .ec-newItemRole__list {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
}

.ec-newItemRole .ec-newItemRole__listItem {
    width: 30%;
    margin-bottom: 0;
}

.ec-newItemRole .ec-newItemRole__listItem:nth-child(3n) {
    margin-right: 0;
}

.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
    margin-right: 0;
}

.ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
    margin-right: 0;
}

.ec-newItemRole .ec-newItemRole__listItem img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.ec-newItemRole .ec-newItemRole__listItem a {
    color: #333;
    transition: .3s;
}

.ec-newItemRole .ec-newItemRole__listItem a:hover {
    text-decoration: none;
    opacity: .7;
    transition: .3s;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
    font-size: 16px;
    margin: 10px 0 5px;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 14px;
}


/* drawer */
.ec-drawerRole {
    background: #333;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
}

.ec-drawerRole .ec-headerLinkArea {
    background: #333;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    padding: 12px 20px;
    font-size: 14px;
}

.ec-drawerRole .ec-itemNav__nav>li.category_ul>a:before {
    color: #333;
    top: 12px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    font-size: 14px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a {
    color: #333;
    font-size: 14px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover li:hover>a {
    opacity: .7;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li ul li a {
    color: #333;
    font-size: 14px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:hover ul li ul li a:hover {
    opacity: .7;
}


/*Contact*/
.ec-pageHeader h1,
.ec-pageHeader .h1 {
    border-top: none;
    border-bottom: none;
    margin: 100px 0 50px 0;
    padding: 0;
    text-align: center;
}

.ec-contactRole {
    font-size: 18px;
    color: #333;
}

.ec-contactRole p {
    margin: 0 0 50px 0;
}

#page_contact .ec-borderedDefs dl,
#page_contact .ec-borderedDefs {
    border: none;
}

#page_contact .ec-borderedDefs {
    margin-bottom: 16px;
}

.ec-borderedDefs {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}

.ec-borderedDefs dl:last-child {
    border-bottom: none;
}

.ec-required {
    color: #fff;
    background-color: #a7a7a7;
    padding: 0px 8px;
}

.ec-contactRole textarea {
    font-family: inherit;
}

.ec-halfInput.error {
    display: flex;
    flex-wrap: wrap;
}

.ec-halfInput.error p.ec-errorMessage {
    width: 48%;
}


/* Tradelaw */
#page_help_tradelaw .ec-borderedDefs dl {
    padding: 20px 0 15px;
}

#page_help_tradelaw .ec-borderedDefs dt {
    padding-top: 0;
}

#page_help_tradelaw .ec-borderedDefs dd {
    line-height: 1.4;
}


/* Cart */
.ec-cartNaviIsset__cartImage img {
    height: 100px;
    object-fit: cover;
}

.ec-cartNaviIsset__cartContentTitle {
    font-size: 14px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.ec-imageGrid__img img {
    height: 110px;
    object-fit: cover;
}

.ec-orderRole textarea {
    font-family: inherit;
}

.ec-orderAccount .ec-orderAccount__account {
    margin-bottom: 0;
}

/* Forgot */
.ec-forgetCompleteRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}

.page_forgot_complete .ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
    margin-left: 0;
}


/* Category */
.ec-shelfGrid {
    row-gap: 40px;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

li.ec-shelfGrid__item a {
    display: flex;
    flex-direction: column;
}

li.ec-shelfGrid__item a {
    flex-grow: 2;
    transition: .3s;
}

li.ec-shelfGrid__item a:hover {
    transition: .3s;
    opacity: .7;
}

li.ec-shelfGrid__item a p {
    margin-bottom: 10px;
}

li.ec-shelfGrid__item a p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
}

li.ec-shelfGrid__item a .price02-default {
    font-weight: bold;
    margin-top: auto;
}

.ec-shelfGrid ul {
    margin-top: 0;
    margin-bottom: 0;
}

.ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 0;
}

.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
    margin-bottom: 0;
}

/* Product */
.ec-headingTitle {
    margin: 20px 0 8px;
}

.ec-sliderItemRole .item_nav {
    gap: 5%;
}

.ec-sliderItemRole .slideThumb {
    width: 30%;
}

.slick-slide img {
    height: 500px;
    object-fit: cover;
}

.ec-sliderItemRole .slideThumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.product_table {
    margin-top: 20px;
}

.product_table p {
    margin-bottom: 10px;
}

.product_table p:first-child {
    font-weight: bold;
}

.product_table_inner {
    display: revert;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    margin: 10px 0;
}

.product_table_inner th {
    padding: 8px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}

.product_table_inner thead th {
    font-weight: bold;
    white-space: nowrap;
}
.product_table_inner thead th:first-child {
    background-color: #f7f7f7;
}
.product_table_inner thead th:not(:first-child) {
    text-align: center;
}

.product_table_inner td {
    padding: 8px 10px;
    border: 1px solid #ccc;
    text-align: center;
    width: 25%;
}

@media only screen and (min-width: 1440px) {
    .ec-footerTitle__navmenu__pc .ec-itemNav__nav li ul {
        left: 140px;
    }

    .ec-footerTitle__navmenu__pc .ec-itemNav__nav li ul li ul:before {
        left: -20px;
    }
}

@media only screen and (min-width: 769px) {
    .ec-footerTitle__navmenu__sp {
        display: none;
    }

    .ec-footerRole {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {

    /* all */
    body {
        line-height: 1.4;
    }

    ol,
    ul {
        padding-inline-start: 0;
    }


    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .ec-input input,
    .ec-halfInput input,
    .ec-numberInput input,
    .ec-zipInput input,
    .ec-telInput input,
    .ec-select input,
    .ec-birth input {
        font-size: 14px;
    }

    .ec-input textarea,
    .ec-halfInput textarea,
    .ec-numberInput textarea,
    .ec-zipInput textarea,
    .ec-telInput textarea,
    .ec-select textarea,
    .ec-birth textarea {
        font-size: 14px;
    }

    .ec-input select,
    .ec-halfInput select,
    .ec-numberInput select,
    .ec-zipInput select,
    .ec-telInput select,
    .ec-select select,
    .ec-birth select {
        font-size: 14px;
    }

    dd,
    dt {
        line-height: 1.4;
    }

    .ec-role {
        font-size: 14px;
        line-height: 1.4;
    }

    .ec-shelfRole {
        font-size: 14px;
    }

    /*all > Header*/
    /*all > Header > Search,Login,Cart*/
    .ec-headerNaviRole {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*all > button*/
    .ec-blockBtn--action,
    .ec-inlineBtn--action,
    .ec-inlineBtn--action:disabled,
    .ec-inlineBtn--action.disabled {
        font-size: 14px;
    }

    .ec-blockBtn--cancel,
    .ec-inlineBtn--cancel,
    .ec-inlineBtn--cancel:disabled,
    .ec-inlineBtn--cancel.disabled {
        font-size: 14px;
    }

    .ec-headerNaviRole>span {
        height: 7px;
    }

    /*all > Header > Logo*/
    .ec-headerTitle .ec-headerTitle__title a {
        margin-bottom: 10px;
    }

    .ec-headerTitle img {
        width: 140px;
        height: auto;
    }

    /*all > Footer*/
    .ec-footerNavi .ec-footerNavi__link a {
        border: none;
        padding: 5px;
    }

    .ec-footerTitle {
        flex-direction: column;
        padding: 50px 40px 0 40px;
    }

    .ec-footerTitle .ec-footerTitle__logo {
        width: 100%;
        margin-bottom: 20px;
    }

    .ec-footerRole .ec-footerRole__inner img {
        width: 100px;
    }

    .ec-footerTitle__p {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .ec-footerTitle__copyright {
        padding: 0 40px 50px 40px;
        text-align: center;
        font-size: 12px;
    }

    .ec-footerTitle__navmenu__sp {
        width: 100%;
        margin-bottom: 20px;
    }

    .ec-footerTitle__navmenu__sp .ec-itemNav__nav li a {
        padding: 7px 0;
        font-size: 14px;
        background: #F3F3F3;
        border: none;
    }

    .ec-footerTitle__navmenu__sp .ec-itemNav__nav li ul li a {
        background: #333333;
        color: #ffffff;
        font-size: 12px;
        border: none;
        padding: 5px 10px;
    }

    .ec-footerTitle__navmenu__sp .ec-itemNav__nav li ul li ul li a {
        padding: 5px 20px;
    }

    .ec-footerTitle__navmenu__sp .ec-itemNav__nav li ul li ul li ul li a {
        padding: 5px 30px;
    }

    .ec-footerTitle__navmenu__sp .ec-itemNav__nav>li.category_ul>a:before {
        top: 7px;
        left: 70px;
    }

    .ec-footerTitle__navmenu__sp .ec-itemNav__nav>li:hover li:hover>a {
        background: #F7F7F7;
        opacity: .7;
    }

/*
    .ec-blockTopBtn {
        font-size: 12px;
        right: 10px;
        width: 110px;
    }
*/

    /* First View */
    .first_visual {
        flex-direction: column;
        padding: 0;
        height: 80vh;
    }

    .first_visual__left {
        width: 100%;
    }

    .first_visual__left img {
        width: 85px;
        position: relative;
        margin: 0 auto 10px auto;
        top: 0;
        left: 0;
    }

    .first_visual__p {
        font-size: 50px;
        top: 40%;
        left: 18%;
        background: #ffffff70;
        padding: 20px;
    }

    .first_visual__right {
        width: 100%;
    }

    /* Main Visual */
    .ec-role h2 {
        text-align: center;
    }

    .ec-role img {
        width: 180px;
    }

    .ec-newItemRole {
        padding: 0;
    }

    .ec-newItemRole .ec-newItemRole__list {
        row-gap: 20px;
    }

    .ec-newItemRole .ec-newItemRole__listItem {
        width: 47%;
        margin-bottom: 0;
    }

    .ec-newItemRole .ec-newItemRole__listItem img {
        height: 180px;
    }

    .ec-newItemRole .ec-newItemRole__listItemTitle {
        font-size: 14px;
        margin: 5px 0;
    }

    .ec-newItemRole .ec-newItemRole__listItemPrice {
        font-size: 12px;
    }


    /* drawer */
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        font-size: 14px;
    }

    .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
        font-size: 14px;
    }

    /* Tradelaw */
    .ec-borderedDefs {
        border-top: none !important;
    }

    #page_help_tradelaw .ec-borderedDefs dl {
        padding: 0;
    }

    #page_help_tradelaw .ec-borderedDefs dt {
        padding-top: 10px;
    }

    .ec-borderedDefs dd {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .ec-label {
        margin-bottom: 0;
    }

    /*Contact*/
    .ec-pageHeader h1,
    .ec-pageHeader .h1 {
        margin: 20px 0;
/*        text-align: left;*/
        text-align: center;
        font-size: 18px;
    }

    .ec-contactRole {
        font-size: 14px;
    }

    .ec-contactRole p {
        margin: 0 0 20px 0;
    }

    .ec-contactConfirmRole p {
        margin: 0 0 10px 0;
    }

    .ec-contactConfirmRole {
        font-size: 14px;
    }

    .ec-reportDescription {
        font-size: 14px;
    }

    .ec-reportHeading {
        margin: 0 0 10px 0;
    }

    #page_contact .ec-borderedDefs {
        border-top: 1px dotted #ccc !important;
    }

    #page_contact .ec-borderedDefs dt {
        margin-bottom: 5px;
    }

    .ec-required {
        font-size: 10px;
        padding: 0px 6px;
    }

    /* Register */
    .ec-registerRole {
        font-size: 14px;
    }

    .ec-registerRole p {
        margin: 0 0 10px 0;
    }

    /* Login */
    .ec-login .ec-login__input {
        margin-bottom: 10px;
    }

    /* MyPage */
    .ec-mypageRole {
        font-size: 14px;
    }

    .ec-navlistRole .ec-navlistRole__item a {
        padding: 10px;
    }

    .ec-welcomeMsg {
        font-size: 14px;
    }

    .ec-inlineBtn {
        font-size: 12px;
    }

    .ec-closeBtn--circle {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .ec-favoriteRole .ec-favoriteRole__itemList {
        justify-content: space-between;
    }

    .ec-favoriteRole .ec-favoriteRole__item {
        width: 49.5%;
    }

    /* Cart */
    .ec-cartNaviIsset__cartImage img {
        height: 160px;
    }

    .ec-cartRole {
        font-size: 14px;
    }

    .ec-orderRole {
        font-size: 14px;
    }

    .ec-imageGrid__img img {
        height: 80px;
    }

    .ec-AddAddress .ec-AddAddress__itemtContent {
        font-size: 14px;
    }

    .ec-AddAddress .ec-AddAddress__selectAddress label {
        font-size: 14px;
    }

    /* Withdraw */
    .ec-withdrawRole .ec-withdrawRole__description {
        font-size: 14px;
    }

    /* Forgot */
    .ec-forgotRole .ec-forgotRole__intro {
        font-size: 14px;
    }

    /* Category */
    .ec-shelfGrid {
        row-gap: 20px;
    }

    .ec-searchnavRole .ec-searchnavRole__infos {
        font-size: 14px;
    }

    li.ec-shelfGrid__item a p:nth-child(2) {
        font-size: 16px;
    }

/*
    .ec-shelfGrid .ec-shelfGrid__item {
        margin-bottom: 0;
    }
*/

    .ec-shelfGrid .ec-shelfGrid__item {
        margin-bottom: 36px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding-right: 0px;
    }

    .ec-shelfGrid .ec-shelfGrid__item img {
/*        height: 180px;*/
        height: 49vh;
    }

    li.ec-shelfGrid__item a {
        height: 73%;
    }

    /* Product */
    .ec-productRole {
        font-size: 14px;
        line-height: 1.4;
    }

    .ec-productRole .ec-productRole__title .ec-headingTitle {
        font-size: 18px;
    }

    .ec-headingTitle {
        margin: 30px 0 0;
    }

    .ec-price {
        font-size: 18px;
    }

    .ec-productRole__category {
        padding: 10px 0;
    }

    .ec-productRole__actions {
        padding: 10px 0 0;
    }

    .slick-slide img {
        height: 320px;
    }


    @media only screen and (max-width: 767px) {


    }

    .ec-productRole__description {
        margin-top: 20px;
    }

    .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

    .product_table_inner {
        font-size: 12px;
    }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    .ec-sliderItemRole .slideThumb img {
        height: 96px;
    }
    .ec-headerNav .ec-headerNav__itemLink {
        font-size: 12px;
    }
}


@media only screen and (max-width: 767px) {

    .slick-slide img {
        height: 50vh;
    }

.ec-sliderItemRole {
     padding-left: 0px;
     padding-right: 0px;

}
}


/*フロント画像周り　ここから*/

.f-logo-all {
    margin: 0 auto;
    text-align: center;
}
.f-logo-img {
    width: 200px;
    margin: 0px 0px 20px 0px;
}
.f-flont-img {
    width: 100%;
    background-image: url(https://atelier-nekko-shop.com/ec-cube/html/template/default/assets/img/top/507607166.jpg);
    height: 70vh;
    background-size: cover;
    background-position: 50% 80%;
    margin: 0 auto 40px auto;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    .f-logo-img {
        width: 160px;
        margin: 20px 0px 20px 0px;
    }
    .f-flont-img {
        width: 100%;
        height: 45vh;
    }
}

@media only screen and (max-width: 767px) {
    .f-logo-img {
        width: 160px;
        margin: 20px 0px 20px 0px;
    }
    .f-flont-img {
        width: 100%;
        height: 36vh;
    }
}

/*フロント画像周り　ここまで*/


/*現在のカゴの中　ここから*/

.ec-progress .is-complete .ec-progress__number {
    background: #d33828;
}

.ec-progress .is-complete .ec-progress__label {
    color: #d33828;
}

/*現在のカゴの中　ここまで*/

/*ただいま品切れ中です。*/
button.ec-blockBtn--action {
    margin-top: 30px;
}

/*ページトップ*/


/*ページトップボタン*/

.ec-blockTopBtn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    line-height: 14px;
    color: #737373;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    border: solid 3px;
    border-radius: 50%;
    z-index: 9999;
    height: 56px;
    width: 57px;

}

.icon1::before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 30px;
}

.ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
}



