body {
    margin: 0;
    font-family: fot-cezanne-pron,sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #ffffff;
    letter-spacing: 0.06em;
    line-height: 1.5;
}

a:hover {
    transition: 0.4s ease-in-out;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}
@media screen and (max-width:768px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }

}

.header {
    height: 140px;
    border-bottom: 1px solid #E1E7E5;
}

.header-inner {
    width: 100%;
    height: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.header-inner .header-search-box {
    background: #f4f8f7;
    position: absolute;
    left: 40px;
    right: 40px;
    /*border: 1px solid #535353;*/
    box-shadow: 0 0 3px rgb(93 93 93 /50%);
    padding: 80px 0;
    z-index: 3;
    top: 130px;
    /*display: none;*/
}

.header-inner .header-search-box:after {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    background-color: #f4f8f7;
    top: -9px;
    left: calc((100% - 524px) /2 + 434px);
    border-top: #c1bebe solid 1px ;
    border-left: #c1bebe solid 1px ;
    transform: rotate(45deg);
}

.header-inner .header-search-box .header-search-box-inner {
    width: 100%;
    max-width: 900px;
    margin-left: auto; margin-right: auto;
}

.header-search-box .header-search-box-inner label {
    color: #24A63E;
    font-size: 20px;
    line-height: 44px;
    margin: 0 24px;
}

.header-search-box .header-search-box-inner input[type=text] {
    height: 42px;
    border: 1px solid #000000;
    width: calc(100% - 380px);
    margin-right: 30px;
    padding: 4px 12px;
}

.header-search-box .header-search-box-inner .search-box-btn {
    background-color: #24A63E;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    width: 120px;
    text-align: center;
    font-size: 20px;
    color: white;
    border: none;
}


.header-inner .header-area-box {
    background: #f4f8f7;
    position: absolute;
    left: 40px;
    right: 40px;
    /*border: 1px solid #535353;*/
    box-shadow: 0 0 3px rgb(93 93 93 /50%);
    padding: 50px;
    z-index: 3;
    top: 130px;
    /*display: none;*/
}

.header-inner .header-nav-item-link {
    padding-top: 47px;
    height: 140px;
    display: block;
}

/*.header-inner .header-nav-item-link:hover .header-area-box {*/
/*    display: block;*/
/*}*/

.header-inner .header-area-box:after {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    background-color: #f4f8f7;
    top: -9px;
    left: calc((100% - 524px) /2 + 274px);
    border-top: #c1bebe solid 1px ;
    border-left: #c1bebe solid 1px ;
    transform: rotate(45deg);
}

.header-area-box-item {
    width: calc((100% - 120px) / 3);
    float: left;
    text-align: left;
}

.header-area-box-item:nth-child(3n+1),
.header-area-box-item:nth-child(3n+2) {
    margin-right: 60px;
}

.header-area-box-item .header-area-box-title {
    font-size: 14px; line-height: 21px;
    color: #00A63C;
    margin-bottom: 9px;
}

.header-area-box-body {
    min-height: 60px;
}

.header-area-box-body a, .header-area-box-body a:hover {
    color: black;
    font-size: 18px;
    line-height: 27px;
    margin-right: 18px;
    display: inline-block;
}



.header-inner .header-category-box {
    background: #f4f8f7;
    position: absolute;
    left: 40px;
    right: 40px;
    /*border: 1px solid #535353;*/
    box-shadow: 0 0 3px rgb(93 93 93 /50%);
    padding: 50px;
    z-index: 3;
    top: 130px;
    /*display: none;*/
}

.header-inner .header-category-box:after {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    background-color: #f4f8f7;
    top: -9px;
    left: calc((100% - 524px) /2 + 114px);
    border-top: #c1bebe solid 1px ;
    border-left: #c1bebe solid 1px ;
    transform: rotate(45deg);
}

.header-category-box-item {
    width: calc((100% - 120px) / 3);
    float: left;
    text-align: left;
}

.header-category-box-item:nth-child(3n+1),
.header-category-box-item:nth-child(3n+2) {
    margin-right: 60px;
}

.header-category-box-item .header-category-box-title {
    font-size: 14px; line-height: 21px;
    color: #00A63C;
    margin-bottom: 9px;
}

.header-category-box-body {
    min-height: 60px;
}

.header-category-box-body a, .header-category-box-body a:hover {
    color: black;
    font-size: 18px;
    line-height: 27px;
    margin-right: 18px;
    display: inline-block;
}


.header-inner .header-container {
    height: 100%;
    padding-left: 100px;
}

.header-container .header-logo {
    width: 224px;
    display: inline-block;
    height: 100%;
    float: left;
}

.header-container .header-logo .image-wrapper {
    margin-top: 80px;
}

.header-container .header-logo .image-wrapper img {
    width: 100%;
}

.header-container .header-nav {
    width: calc(100% - 504px);
    display: inline-block;
    height: 100%;
    float: left;
    text-align: center;
}

.header-container .header-nav .header-nav-list {
    height: 100%;
    display: inline-block;
}

.header-nav-list .header-nav-item {
    width: 160px;
    height: 100%;
    float: left;
    /*padding-top: 47px;*/
}

.header-nav-list .header-nav-item img.header-nav-map {
    /*width: 15px; */
    height: 21px;
}

.header-nav-list .header-nav-item img.header-nav-folder {
    /*width: 18px;*/
    height: 19px;
}

.header-nav-list .header-nav-item img.header-nav-search {
    /*width: 21px; */
    height: 21px;
}

.header-nav-list .header-nav-item a {
    text-decoration: none;
    color: #231916;
}

.header-nav-list .header-nav-item a:hover {
    text-decoration: none;
    color: #00A63C;
}

.header-nav-list .header-nav-item a .header-nav-image {
    display: inline-block;
}

.header-nav-list .header-nav-item a:hover .header-nav-image {
    display: none;
}

.header-nav-list .header-nav-item a .header-nav-image-hover {
    display: none;
}

.header-nav-list .header-nav-item a:hover .header-nav-image-hover {
    display: inline-block;
}


.header-nav-list .header-nav-item div.image-wrapper {
    /*margin-top: 47px;*/
    height: 40px;
}

.header-nav-list .header-nav-item p.nav-title {
    margin: 0;
    font-size: 15px; font-weight: bold;
    height: 18px;
    line-height: 15px;
    border-left: 1px solid #231916;


}

.header-container .header-actions {
    width: 280px; height: 140px;
    display: inline-block;
}

.header-container .header-actions .header-action-item {
    width: 140px; height: 140px;
    float: left;
    /*background: red;*/
}

.header-container .header-actions .header-action-item .btn-header {
    width: 100%; height: 100%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    display: block;
}

.header-container .header-actions .header-action-item .btn-header span {
    margin-top: 99px;
    line-height: 13px;
    display: inline-block;
}

.btn-header,
.btn-header:hover {
    text-decoration: none;
}

.btn-header:hover {
    background-color: #E4A33B !important;
}

.header-container .header-actions .header-action-item .btn-header-login {
    background-color: #363636;
    background-image: url(/img/assets/icon_lock.svg);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 54px 44px;
}

.header-container .header-actions .header-action-item .btn-header-register {
    background-color: #23A63E;
    background-image: url(/img/assets/icon_person.svg);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 54px 44px;
}


@media screen and (max-width:768px) {
    .header {
        height: 65px;
    }

    .header-inner .header-container {
        padding-left: 27px;
    }

    .header-container .header-logo {
        width: 126px;
    }

    .header-container .header-logo .image-wrapper {
        margin-top: 20px;
    }

    .header-container .header-nav {
        display: none;
    }

    .header-container .header-actions {
        width: 130px;
        height: 65px;
        float: right;
    }

    .header-container .header-actions .header-action-item {
        width: 65px;
        height: 65px;
    }

    .header-container .header-actions .header-action-item .btn-header-login {
        background-size: 12px 16px;
        background-position: 29px 16px;
    }

    .header-container .header-actions .header-action-item .btn-header span {
        margin-top: 42px;
        font-size: 11px;
    }

    .header-container .header-actions .header-action-item .btn-header-register {
        background-size: 12px 16px;
        background-position: 29px 16px;
    }

}

.top-slider {

}

.top-slider-inner {
    width: 100%;
    /*max-width: 1680px;*/
    margin-left: auto;
    margin-right: auto;

}

.top-slider-inner .top-slider-container {
    width: calc(100% - 373px);
    display: inline-block;
    float: left;
    padding-left: 100px;
    padding-top: 38px;
    padding-bottom: 120px;
    height: 738px;
}

.top-slider-inner .top-slider-container .top-slider-container-inner {
    /*margin-left: 100px; */
    height: 100%;
    /*background: red;*/
}

.top-slider-image-wrapper {
    position: relative;
    margin: 0 15px;
}

@media screen and (max-width:768px) {
    .top-slider-image-wrapper {
        position: relative;
        margin: 0;
    }
}

.top-slider-image-wrapper:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:2;
    background: rgba(0,0,0);
    opacity: 0;
}

.top-slider-image-wrapper:hover:before {
    opacity: 0.4;
}

.top-slider-image {
    cursor: pointer;
}

.top-slider-image:hover {
    background-color: #000000;
    opacity: 0.9;
}


.top-slider-inner .top-slider-desc {
    width: 373px;
    display: inline-block;
    height: 738px;
    position: relative;

    background-image: url("/img/assets/logo_bg.svg");
    background-repeat: no-repeat;
    background-position-y: -77px;
    background-position-x: 77px;
}

@media screen and (min-width:1680px) {
    .top-slider-inner .top-slider-container {
        width: calc(100% - 373px - (100% - 1680px) / 2);
    }

    .top-slider-inner .top-slider-container {
        padding-left: calc(100px + (100% - 1680px) / 2);
    }

    .top-slider-inner .top-slider-desc {
        width: calc(373px + (100% - 1680px) / 2);
    }
}
.top-slider-inner .top-slider-desc img.top-slider-desc-cross {
    position: absolute;
    top: -77px;
    right: -81px;
}

.top-slider-inner .top-slider-desc .top-slider-desc-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    cursor: pointer;
    margin-top: 240px;
    margin-left: 95px;
    z-index: 9988;
}

.top-slider-inner .top-slider-desc .top-slider-desc-text div.title {
    color: #23A63E;
    font-family: Outfit, sans-serif;
    font-size: 20px;
}

.top-slider-inner .top-slider-desc .top-slider-desc-text div.desc {
    height: 371px;
    font-size: 52px;
    text-align: end;
    /*font-weight: bold;*/
    line-height: 1.5;
}

@media screen and (max-width:768px) {
    .top-slider-inner .top-slider-container {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .top-slider-image {
        margin: 0;
        width: 100%;
    }

    .top-slider-inner .top-slider-desc {
        width: 100%;
        background-image: none;
        height: auto;
    }

    .top-slider-inner .top-slider-desc .top-slider-desc-text {
        margin-top: 50px; margin-bottom: 36px;
        writing-mode: horizontal-tb;
        margin-left: 0;
        text-align: center;
    }

    .top-slider-inner .top-slider-desc .top-slider-desc-text div.title {
        font-size: 14px;
    }

    .top-slider-inner .top-slider-desc .top-slider-desc-text div.desc {
        font-size: 30px; line-height: 1.5;
        text-align: center;
        height: auto;
    }

}


.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.top-new-product-inner {
    width: 100%;
    /*max-width: 1680px;*/
    margin-left: auto;
    margin-right: auto;
}

.top-new-product-title {
    float: left;
    width: 20%;
}

.top-new-product-title img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 120px;
    margin-top: 40px;
    overflow: hidden;
}

.top-new-product-body {
    width: 80%;
    /*height: 800px;*/
    background: #F2F5F5;
    border-radius: 80px 0 0 80px;
    display: inline-block;
}

.top-new-product-body-inner {
    padding: 120px 160px;
    overflow: hidden;
}

.top-new-product-body-inner .top-product-item:nth-child(4) {
    display: none;
}


@media screen and (min-width:1680px) {
    .top-new-product-title {
        width: calc(336px + (100% - 1680px) / 2);
        padding-left: calc((100% - 1680px) / 2);
    }

    .top-new-product-body {
        width: calc(1344px + (100% - 1680px) / 2);
        padding-right: calc((100% - 1680px) / 2);
    }
}

@media screen and (max-width:1280px) {
    .top-new-product-body-inner {
        padding: 80px;
    }
}

.top-product-item {
    width: calc(95% / 3);
    float: left;
    margin-bottom: 50px;
    position: relative;
}

.top-product-item:nth-child(3n+1), .top-product-item:nth-child(3n+2) {
    margin-right: 2.5%;
}

.top-product-item .image-wrapper {
    margin-bottom: 32px;
    position:relative;
    background-color: #eaeaea;
    /*cursor: pointer;*/
}

.top-product-item .image-wrapper:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:2;
    background: rgba(0,0,0);
    opacity: 0;
}

.top-product-item .image-wrapper:hover:before {
    opacity: 0.4;
}

.top-product-item .image-wrapper img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.top-product-item .text-wrapper h2.title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px 0;
}

.top-product-item .text-wrapper h2.title a {
    color: #000000;
    text-decoration: none;
    display: block;
}

.top-product-item .text-wrapper h2.title a:hover {
    color: #00A63C;
    text-decoration: none;
}

.top-product-item .category-list {
    margin-bottom: 8px;
}

.top-product-item .category-list .category-item {
    background: #9EB7B2;
    color: white;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    padding: 2px 3px 3px 3px;
    margin-right: 2px;
    display: inline-block;
    margin-bottom: 4px;
    float: left;
}

@media screen and (max-width:768px) {
    .top-product-item .category-list .category-item {
        font-size: 10px;
    }
}

.top-product-item .category-list .category-item a,
.top-product-item .category-list .category-item a:hover {
    color: white;
    text-decoration: none;
}

.top-product-item .tag-list {
    height: 28px;
    overflow: hidden;
}

.top-product-item .tag-list .tag-item {
    font-size: 14px;
    margin-right: 7px;
    display: inline-block;
    line-height: 1;
    float: left;
    margin-bottom: 4px;
}

@media screen and (max-width:768px) {
    .top-product-item .tag-list .tag-item {
        font-size: 11px;
    }
}
.top-product-item .tag-list .tag-item:before {
    content: '#';
    margin-right: 4px;
    color: #00A63C;
}

@media screen and (max-width:768px) {
    .top-product-item .tag-list .tag-item:before {
        margin-right: 2px;
    }
}
.top-product-item .tag-list .tag-item a {
    color: #00A63C;
    text-decoration: none;
}

.top-product-item .tag-list .tag-item a:hover {
    text-decoration: underline;
}

.top-new-product-title h2.title {
    font-size: 44px;
    font-weight: normal;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
}

.top-new-product-title h2.title img {
    margin-top: 20px;
    height: 120px;
    margin-right: 25px;
}

.top-new-product-body .sp-title {
    display: none;
}

@media screen and (max-width:768px) {

    .top-new-product-body-inner .top-product-item:nth-child(4) {
        display: block;
    }

    .top-new-product-title {
        display: none;
    }

    .top-new-product-body {
        width: 100%;
        border-radius: 40px 0 0 40px;
    }

    .detail-products-container .top-new-product-body {
        background-color: white;
    }

    .top-new-product-body .sp-title {
        display: block;
        text-align: center;
        margin-top: 48px;
        margin-bottom: 9px;
    }

    .top-new-product-body .sp-title h2 {
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .top-new-product-body-inner {
        padding: 27px;
    }

    .top-product-item {
        width: calc((100% - 27px) / 2);
        margin-bottom: 35px;
    }

    .top-product-item:nth-child(3n+1), .top-product-item:nth-child(3n+2) {
        margin-right: 0;
    }

    .top-product-item:nth-child(2n+1) {
        margin-right: 27px;
    }

    .top-product-item .image-wrapper {
        margin-bottom: 20px;
    }

    .top-product-item .text-wrapper h2.title {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 16px 0;
    }

    .top-product-item .category-list .category-item {
        font-size: 10px;
    }
}

.top-feature {
    width: 100%;
    /*height: 980px;*/
    background-image: url("/images/backgrounds/bg_top_feature.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -85px;
    overflow: hidden;
    margin-bottom: -85px;
}

.top-feature-inner {
    padding: 0 9.7%;
    /*height: 100%;*/
    padding-top: 170px;
}

.top-feature-left-text {
    width: 220px;
    float: left;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: 430px;
    padding: 50px 20px;
    font-size: 20px;
    color: white;
    /*line-height: 40px;*/

    background-image: url(/images/assets/top_feature_left_wallpaper.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 2;

    margin-top: 20px;
}

.top-feature-image {
    display: inline-block;
    width: calc(100% - 340px);
    text-align: center;
    /*margin-top: 30px;*/
}

.top-feature-image img {
    margin-top: 30px;
    width: 60%;
}

.top-feature-right-text {
    float: right;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: white;
    font-size: 20px;

    width: 120px;
}


.top-feature-right-text span.logo {
    font-size: 42px;
}
.top-feature-right-text span.middle {
    font-size: 27px;
}

.top-feature-button {
    margin-top: 30px;
    margin-bottom: 220px;
}

.top-feature-button .register-button-container {
    max-width: 922px; height: 160px;
    background: white;
    border-radius: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.top-feature-button .register-button-container label {
    width: 420px;
    float: left;
    color: #00A63C;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 40px;
}

.top-feature-button .register-button-container .register-button {
    width: 462px;
    height: 120px;
    border-radius: 60px;
    float: right;
    border: none;
    color: white;
    background: #00A63C;
    font-size: 28px;
    font-family: fot-cezanne-pron,sans-serif;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 120px;
}

.top-feature-button .register-button-container .register-button i {
    background-image: url("/img/assets/arrow_right_white.svg");
    width: 30px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 12px;
    vertical-align: text-top;
    margin-top: 8px;
}

.top-feature-button .register-button-container .register-button,
.top-feature-button .register-button-container .register-button:hover {
    text-decoration: none;
}

.top-feature-button .register-button-container .register-button:hover {
    background-color: #ECA136;
}

@media screen and (max-width:768px) {
    .top-feature {
        margin-top: -45px;
        margin-bottom: -45px;
    }

    .top-feature-inner {
        padding: 85px 0 0 0;
    }

    .top-feature-right-text {
        float: none;
        writing-mode: horizontal-tb;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .top-feature-right-text span.logo {
        font-size: 24px;
    }

    .top-feature-right-text span.middle {
        font-size: 18px;
    }

    .top-feature-image {
        width: 100%;
    }

    .top-feature-image img {
        width: 80%;
    }

    .top-feature-left-text {
        width: 90%;
        margin-left: 5%;
        height: auto;
        writing-mode: horizontal-tb;
        padding: 20px;
        background-image: none;
        font-size: 16px;
    }

    .top-feature-button {
        margin-top: 30px;
        margin-bottom: 90px;
        padding: 0 20px;
    }

    .top-feature-button .register-button-container {
        height: auto;
        overflow: hidden;
        border-radius: 40px;
        padding: 30px 20px;
    }

    .top-feature-button .register-button-container label {
        width: 100%;
        font-size: 18px;
        padding: 10px;
        text-align: center;
    }

    .top-feature-button .register-button-container .register-button {
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }
    .top-feature-button .register-button-container .register-button i {
        margin-top: 0;
        margin-left: 8px;
        width: 25px;
    }

}


.top-pickup-product-inner {
    width: 100%;
    /*max-width: 1680px;*/
    margin-left: auto;
    margin-right: auto;
}

.top-pickup-product-body {
    width: 80%; float:left;
    /*height: 800px;*/
    background: #F2F5F5;
    border-radius: 0 80px 80px 0;
    display: inline-block;
}

.top-pickup-product-body-inner {
    padding: 120px 160px;
    overflow: hidden;
}


.top-pickup-product-title {
    float: left;
    width: 20%;
}

.top-pickup-product-title img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 120px;
    margin-top: 40px;
    overflow: hidden;
}




@media screen and (min-width:1680px) {
    .top-pickup-product-title {
        width: calc(336px + (100% - 1680px) / 2);
        padding-right: calc((100% - 1680px) / 2);
    }

    .top-pickup-product-body {
        width: calc(1344px + (100% - 1680px) / 2);
        padding-left: calc((100% - 1680px) / 2);
    }
}

@media screen and (max-width:1280px) {
    .top-pickup-product-body-inner {
        padding: 80px;
    }
}

.top-pickup-product-title h2.title {
    font-size: 44px;
    font-weight: normal;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
}

.detail-products-container .top-pickup-product-title h2.title {
    margin-top: 120px;
}

.top-pickup-product-title h2.title img {
    margin-top: 20px;
    height: 120px;
    margin-right: 25px;
}

.top_arrow.slick-prev,
.top_arrow.slick-prev:hover {
    left: 25%;

    background-image: url(/img/assets/slider_left.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-size: 15px;
    background-color: white;
    background-position: 23px;
    z-index: 2;

}
.top_arrow.slick-next,
.top_arrow.slick-next:hover {
    right: 25%;

    background-image: url(/img/assets/slider_right.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-size: 15px;
    background-color: white;
    background-position: 23px;
    z-index: 2;
}


.top_arrow.slick-prev:before,
.top_arrow.slick-next:before {
    content: none;
}

@media screen and (max-width:768px) {
    .top_arrow.slick-next, .top_arrow.slick-next:hover {
        right: 5%;
        width: 30px;
        height: 30px;
        background-size: 12px;
        background-position: 9px;
        opacity: 0.7;
    }

    .top_arrow.slick-prev, .top_arrow.slick-prev:hover {
        left: 5%;
        width: 30px;
        height: 30px;
        background-size: 12px;
        background-position: 9px;
        opacity: 0.7;
    }
}

.top-pickup-product-body .sp-title {
    display: none;
}

@media screen and (max-width:768px) {
    .top-pickup-product-title {
        display: none;
    }

    .top-pickup-product-body {
        width: 100%;
        border-radius: 0 40px 40px 0;
    }

    .top-pickup-product-body .sp-title {
        display: block;
        text-align: center;
        margin-top: 48px;
        margin-bottom: 9px;
    }

    .top-pickup-product-body .sp-title h2 {
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .top-pickup-product-body-inner {
        padding: 27px;
    }

}

.top-columns-title {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 60px;
}

.top-columns-title h2.title {
    font-size: 36px;
    text-align: center;
}

.top-column-item {
    width: 336px;
    margin: 0 36px;
}

.top-column-item .image-wrapper {
    width: 336px;
    height: 224px;
    position: relative;
}

.top-column-item .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0);
    opacity: 0;
}

.top-column-item .image-wrapper:hover:before {
    opacity: 0.4;
}

.top-column-item .image-wrapper img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.top-column-item .content-wrapper {
    padding: 25px 30px;
    background:  #F4F8F7;
}

.top-column-item .content-wrapper .text-wrapper {
    height: 140px; line-height: 30px;
    font-size: 20px;
}

.top-column-item .content-wrapper .text-wrapper p {
    margin-bottom: 0;
}

.top-column-item .content-wrapper .text-wrapper p a,
.top-column-item .content-wrapper .text-wrapper p a:hover {
    text-decoration: none;
}

.top-column-item .content-wrapper .text-wrapper p a {
    color: #000000;
}

.top-column-item .content-wrapper .text-wrapper p a:hover {
    color: #00A63C;
}

.top-column-item .content-wrapper .info-wrapper {
    font-size: 14px;
    color: #00a63c;
    overflow: hidden;
}

.top-column-item .content-wrapper .info-wrapper span.area {
    float: left;
}

.top-column-item .content-wrapper .info-wrapper span.date {
    float: right;
}

@media screen and (max-width:768px) {
    .top-columns-title {
        margin-top: 50px;
        margin-bottom: 25px;
    }

    .top-column-item {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .top-column-item .image-wrapper {
        width: 100%;
    }
}


.top-popular-products {
    background: #F4F8F7;
    padding: 100px 0;
    margin-top: 100px;
    overflow: hidden;
}

.top-popular-products-inner {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    /*display: inline-block;*/
    padding: 0 9.7%;
}

.top-popular-title {
    text-align: center;
    margin-bottom: 60px;
}

.top-popular-title h2 {
    font-size: 36px;
}

.top-popular-item {
    width: calc((100% - 75px) / 4);
    float: left;
    position: relative;
    margin-bottom: 50px;
}

.top-popular-item:nth-child(4n+1),
.top-popular-item:nth-child(4n+2),
.top-popular-item:nth-child(4n+3) {
    margin-right: 25px;
}

.top-popular-item .image-wrapper {
    margin-bottom: 32px;
    position: relative;
    background-color: #eaeaea;
}

.top-popular-item .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0);
    opacity: 0;
}

.top-popular-item .image-wrapper:hover:before {
    opacity: 0.4;
}

.top-popular-item .image-wrapper img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.top-popular-item .text-wrapper h2.title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px 0;
}

.top-popular-item .text-wrapper h2.title a,
.top-popular-item .text-wrapper h2.title a:hover {
    text-decoration: none;
}

.top-popular-item .text-wrapper h2.title a {
    color: #000000;
}

.top-popular-item .text-wrapper h2.title a:hover {
    color: #00A63C;
}

.top-popular-item .category-list {
    margin-bottom: 8px;
}

.top-popular-item .category-list .category-item {
    background: #9EB7B2;
    color: white;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    padding: 2px 3px 3px 3px;
    margin-right: 2px;
    display: inline-block;
    margin-bottom: 4px;
    float: left;
}
@media screen and (max-width:768px) {
    .top-popular-item .category-list .category-item {
        font-size: 10px;
    }
}

.top-popular-item .category-list .category-item a,
.top-popular-item .category-list .category-item a:hover {
    color: white;
    text-decoration: none;
}

.top-popular-item .tag-list {
    /*height: 28px;*/
}

.top-popular-item .tag-list .tag-item {
    font-size: 14px;
    margin-right: 7px;
    display: inline-block;
    line-height: 1;
    float: left;
    margin-bottom: 4px;
    /*margin-bottom: 2px;*/
}

.top-popular-item .tag-list .tag-item:before {
    content: '#';
    margin-right: 4px;
    color: #00A63C;
}
@media screen and (max-width:768px) {
    .top-popular-item .tag-list .tag-item {
        font-size: 11px;
    }

    .top-popular-item .tag-list .tag-item:before {
        margin-right: 2px;
    }
}

.top-popular-item .tag-list .tag-item a {
    color: #00A63C;
    text-decoration: none;
}

.top-popular-item .tag-list .tag-item a:hover {
    text-decoration: underline;
}

@media screen and (max-width:768px) {
    .top-popular-products {
        padding: 50px 0;
    }
    .top-popular-title {
        margin-bottom: 24px;
    }

    .top-popular-title h2 {
        font-size: 26px; line-height: 1.5;
        margin-bottom: 0;
    }

    .top-popular-products-inner {
        padding: 0 27px;
    }

    .top-popular-item {
        width: calc((100% - 27px) / 2);
    }

    .top-popular-item:nth-child(4n+1),.top-popular-item:nth-child(4n+2), .top-popular-item:nth-child(4n+3) {
        margin-right: 0;
    }

    .top-popular-item:nth-child(2n+1) {
        margin-right: 27px;
    }

    .top-popular-item .image-wrapper {
        margin-bottom: 20px;
    }

    .top-popular-item .text-wrapper h2.title {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 16px 0;
    }

    .top-popular-item .category-list .category-item {
        font-size: 10px;
    }
}

.top-explanation {
    padding: 140px 0;
    overflow: hidden;
    background-color: #93774E;
}

.top-explanation-inner {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding: 0  9.7% ;
    overflow: hidden;
}

.top-explanation-left {
    width: 39%; float: left;
    position: relative;
}

.top-explanation-left .explanation-left-image1 {
    z-index: 1;
    width: 80%;
    height: auto;
}

.top-explanation-left .explanation-left-image2 {
    position: absolute;
    width: 45%;
    right: 0;
    bottom: -15%;
}


.top-explanation-right {
    width: 35.23%; float: right;
    padding-top: 85px;
}

.top-explanation-right div.title {
    color: white;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 48px;
}

.top-explanation-right div.comment {
    color: white;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 48px;
}

.top-explanation-right .button-container a {
    width: 100%;
    height: 100px;
    border-radius: 50px;
    border: none;
    background-color: #E4A33B;
    color: white;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    font-size: 20px;
}

.top-explanation-right .button-container a,
.top-explanation-right .button-container a:hover {
    text-decoration: none;
}

.top-explanation-right .button-container .top-explanation-btn i {
    background-image: url("/img/assets/arrow_right_white.svg");
    width: 30px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 12px;
    vertical-align: text-bottom;
}



.top-explanation-right .button-container a:hover {
    background-color: #00A63C;
}

@media screen and (max-width:768px) {
    .top-explanation {
        padding: 0;
    }

    .top-explanation-inner {
        padding: 30px 30px 80px 30px
    }

    .top-explanation-left {
        width: 100%;
        float: none;
    }

    .top-explanation-left .explanation-left-image1 {
        width: 54%;
        float: right;
    }

    .top-explanation-left .explanation-left-image2 {
        left: 0;
        top: 0;
        width: 30%;
    }

    .top-explanation-right {
        float: right;
        width: 100%;
        padding-top: 24px;
    }

    .top-explanation-right div.title {
        font-size: 26px;
        margin-bottom: 24px;
        line-height: 39px;
    }

    .top-explanation-right div.comment {
        font-size: 16px;
        line-height: 24px;
    }

    .top-explanation-right .button-container a {
        height: 70px; line-height: 70px;
        font-size: 16px;
    }
}

footer {
    padding: 170px 0 190px 0;
    overflow: hidden;
    position: relative;

    border-top: 1px solid #E1E7E5;
}

.footer-inner {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 9.7%;
    overflow: hidden;
}

.footer-inner-left {
    width: 51.9%;
    float: left;
    padding-top: 30px;
}

.footer-inner-left .footer-logo {
    margin-bottom: 40px;
}

.footer-inner-left .footer-summary {
    margin-bottom: 30px;
}

.footer-inner-left .footer-summary .footer-summary-list {
    width: 230px;
    float: left;
}

.footer-inner-left .footer-summary .footer-summary-item {
    border-left: 2px solid #00A63C;
    padding-left: 30px;
}
.footer-inner-left .footer-summary a,
.footer-inner-left .footer-summary a:hover {
    color: black;
    font-size: 16px;
}

.footer-inner-left .footer-summary a {
    text-decoration: none;
}

.footer-inner-left .footer-summary a:hover {
    text-decoration: underline;
}

.footer-inner-left .footer-logo img {
    height: 30px;
}

.footer-inner-left .footer-info {
    font-size: 16px; line-height: 24px;
    margin-bottom: 18px;
}

.footer-inner-left .footer-links a, .footer-inner-left .footer-links a:hover {
    color: #000000;
    font-size: 14px;
}

.footer-inner-left .footer-links a {
    text-decoration: none;
}

.footer-inner-left .footer-links a:hover {
    text-decoration: underline;
}

.footer-inner-left .footer-links a+a {
    border-left: 1px solid #909090;
    margin-left: 2px; padding-left: 5px;
}

.footer-inner-right {
    width: 23.3%;
    float: right;
}

.footer-inner-right .footer-right-logo {
    width: 120px;
    margin-left: auto; margin-right: auto;
    margin-bottom: 18px;
}

.footer-inner-right .footer-right-logo img {
    width: 100%;
}

.footer-inner-right .footer-right-comment {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.footer-inner-right .footer-right-button a {
    width: 100%;
    height: 100px;
    border-radius: 50px;
    font-size: 20px; color: white; text-align: center;
    line-height: 100px;

    background-color: #00A63C;
    display: inline-block;
}

.footer-inner-right .footer-right-button a, .footer-inner-right .footer-right-button a:hover {
    text-decoration: none;
}

.footer-inner-right .footer-right-button a:hover {
    background-color: #ECA136;
}

.footer-inner-right .footer-right-button a i {
    background-image: url("/img/assets/arrow_right_white.svg");
    width: 30px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 12px;
    vertical-align: text-bottom;
}


footer .footer-copyright {
    position: absolute;
    font-size: 14px;
    bottom: 30px;
    left: 48px;
}

footer .footer-top {
    position: absolute;
    right: 32px;
    bottom: 30px;
}

footer .footer-top a {
    width: 36px;
    height: 20px;
    background-image: url("/img/assets/pagetop.svg");
    background-repeat: no-repeat;
    background-size: 36px 20px;
    display: block;
}

@media screen and (max-width:768px) {
    footer {
        padding: 40px 0 40px 0;
        margin-bottom: 55px;
    }

    .footer-inner {
        padding: 0 27px 42px 27px;

    }

    .footer-inner-right {
        width: 100%;
    }

    .footer-inner-right .footer-right-logo {
        width: 84px; height: 84px;
    }

    .footer-inner-right .footer-right-comment {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-inner-right .footer-right-button a {
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }

    .footer-inner-left {
        width: 100%;
        padding-top: 60px;
    }

    .footer-inner-left .footer-summary .footer-summary-list {
        width: 50%;
    }

    .footer-inner-left .footer-summary .footer-summary-item {
        padding-left: 15px;
    }

    .footer-inner-left .footer-summary a, .footer-inner-left .footer-summary a:hover {
        font-size: 14px;
    }

    .footer-inner-left .footer-info {
        font-size: 14px;
    }

    .footer-inner-left .footer-links a, .footer-inner-left .footer-links a:hover {
        font-size: 11px;
    }

    footer .footer-copyright {
        left: 27px;
        font-size: 10px;
    }

    footer .footer-top {
        right: 14px; bottom: 24px;
    }

    footer .footer-top a {
        background-size: 26px 13px;
    }

    .footer-inner-left .footer-logo img {
        height: 21px;
    }

}

.sp-navi {
    display: none;
}

.sp-navi-body {
    display: none;
}
@media screen and (max-width:768px) {
    .sp-navi {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 55px;
        border-top: 2px solid #E1E7E5;
        z-index: 3;
    }

    .sp-navi-item {
        width: calc(100% / 3);
        background-color: #F4F8F7;
        color: #000000;
        float: left;
        height: 100%;
        padding-top: 13px;
        text-align: center;
    }

    .sp-navi-item+.sp-navi-item {
        border-left: 2px solid #E1E7E5;
    }

    .sp-navi-item.selected {
        background-color: #23A63E;
    }

    .sp-navi-item img {
        width: 12px;
        /*display: block;*/
    }

    .sp-navi-item .image-wrapper {
        float: left;
        width: 12px;
        height: 12px;
        padding-top: 7px;
        padding-left: 7px;
    }


    .sp-navi-item .selected-image {
        display: none;
    }

    .sp-navi-item.selected img {
        display: none;
    }

    .sp-navi-item.selected .selected-image {
        display: inline-block;
    }

    .sp-navi-item span {
        font-size: 10px;
    }

    .sp-navi-item.selected span {
        color: white;
    }

    .sp-navi-body {
        display: block;
        position: fixed;
        width: 100%;
        height: calc(100% - 55px);
        top: 0;
        background: #E8F1EF;
        z-index: 999;
        overflow: scroll;
    }

    .sp-navi-keyword {
        margin: 0 14px;
        height: 100%;
        position: relative;
        text-align: center;
    }

    .sp-navi-keyword .keyword-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-height: 100%;
        text-align: center;
    }

    .sp-navi-keyword .keyword-inner h2 {
        font-size: 16px;
        color: #00A63C;
        margin-bottom: 36px;
    }

    .sp-navi-keyword .keyword-inner input[type=text] {
        width: 100%;
        height: 48px;
        margin-bottom: 24px;
        padding: 4px 12px;
    }

    .sp-navi-keyword .keyword-inner button {
        height: 60px;
        width: 196px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        line-height: 60px;
        color: white;
        font-size: 14px;
        border: none;
        background-color: #23A63E;
    }

    .sp-navi-category {
        padding: 36px 14px;
    }

    .sp-navi-category-item {
        overflow: hidden;
    }

    .sp-navi-category-title {
        font-size: 11px;
        color: #24A63E;
        text-align: left;
    }

    ul.sp-navi-categories {
        list-style-type: none;
        padding-inline-start: 0;
        margin-top: 8px;
        margin-bottom: 16px;
        overflow: hidden;
    }

    ul.sp-navi-categories li {
        font-size: 12px;
        /* margin: 12px; */
        border-left: 1px solid #CDD0CF;
        padding: 4px 14px;
        margin: 6px 0;
        float: left;
    }

    ul.sp-navi-categories li:last-child {
        border-right: 1px solid #CDD0CF;
    }

    ul.sp-navi-categories li a, ul.sp-navi-categories li a:hover {
        color: #000000; text-decoration: none;
    }
}

.page-container {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1200px;
}

.page-container .page-inner {
    padding: 64px 140px;
}

h2.page-title {
    font-size: 44px;
    margin-bottom: 80px;
}

.form-container {
    background-color: #F4F8F7;
    padding: 100px 150px;
}

.form-group {
    padding: 24px 0;
    border-top: 1px solid #CBD5D2;
    margin-bottom: 0;
}

.form-group:last-of-type {
    border-bottom: 1px solid #CBD5D2;
}

.form-group .form-group-label {
    width: 270px;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 18px;
    margin-top: 4px;
}

.form-group .form-group-label span.required {
    float: right;
    font-size: 11px;
    color: white;
    background: #23A63E;
    padding: 2px 6px;
    margin-right: 12px;
    margin-top: 4px;
    border-radius: 3px;
}

.form-group .form-input-wrapper {
    width: calc(100% - 270px);
    display: inline-block;
}

.form-group2 {
    padding: 24px 0;
    border-top: 1px solid #CBD5D2;
    margin-bottom: 0;
}

.form-group2:last-of-type {
    border-bottom: 1px solid #CBD5D2;
}

.form-group2 .form-group-label {
    width: 270px;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 18px;
    margin-top: 4px;
}

.form-group2 .form-group-label span.required {
    float: right;
    font-size: 11px;
    color: white;
    background: #23A63E;
    padding: 2px 6px;
    margin-right: 12px;
    margin-top: 4px;
    border-radius: 3px;
}

.form-group2 .form-input-wrapper {
    width: calc(100% - 270px);
    display: inline-block;
}

.form-login-check {
    margin-top: 45px;
    text-align: center;
}

.form-login-check .form-login-check-input {
    margin-top: 7px;
    margin-left: -24px;
    font-size: 20px;
    width: 15px;
    height: 15px;
}

.form-login-check .form-login-check-label {
    font-size: 18px;
}

.form-container .form-buttons {
    text-align: center;
    margin-top: 45px;
}
.form-container .button-container {
    text-align: center;
    margin-bottom: 45px;
}

.btn-form-submit {
    width: 336px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #00A63C;
    border-radius: 40px;
    border: none;
    text-decoration: none;
}

.btn-form-submit:hover {
    background-color: #ECA136;
    text-decoration: none;
    color: white;
}

a.link-form {
    color: #00A63C;
    font-size: 16px;
}

.form-group .form-input-wrapper p.value {
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 4px;
}

@media screen and (max-width:768px) {
    .page-container {
        min-height: auto;
    }

    .page-container .page-inner {
        padding: 27px;
    }

    h2.page-title {
        padding: 0 27px;
        font-size: 30px;
        margin-bottom: 40px;
    }

    .form-container {
        padding: 27px 27px 100px 27px;
    }

    .form-group {
        padding: 0;
        border: none;
    }

    .form-group .form-group-label {
        width: 100%;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .form-group .form-input-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }



    .form-group:last-of-type {
        border-bottom: none;
    }

    .form-login-check {
        margin-top: 20px;
    }

    .form-container .form-buttons {
        margin-top: 20px;
    }

    .btn-form-submit {
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
    }
}

.form-verify-text {
    font-size: 24px;
}

.form-verify-text button {
    font-size: 24px;
}

@media screen and (max-width:768px) {
    .form-verify-text {
        font-size: 16px;
    }

    .form-verify-text button {
        font-size: 16px;
    }

}

.kiyaku {
    margin: 20px 0 30px 30px;
    border: solid 1px #ccc;
    width: 90%;
    height: 350px;
    overflow: auto;
    padding: 20px;
}

.kiyaku ul {
    list-style-type: none;
}

.pagination {
    margin: 20px 0;
    font-size: 15px;
    text-align: center;
    display: block;
}

.pagination__inner {
    display: inline-block;
}

.pagination__num {
    display: inline-block;
    padding: 7px 20px;
}

.pagination__num.current {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 8px 0 0;
    margin: 0 13px;
    color: #fff;
    background-color: #23A63E;
    border-radius: 50%;
}

.pagination__num.current:hover {
    opacity: 1;
}

.pagination__next, .pagination__prev {
    vertical-align: middle;
}

.pagination__next .icon, .pagination__prev .icon {
    margin-bottom: 4px;
}

.pagination a {
    color: inherit;
}

.pagination .icon:first-child {
    margin-right: 42px;
}

.pagination .icon:last-child {
    margin-left: 42px;
}


.sp-pagination {
    display: none;
}

@media (max-width: 768px) {
    .pagination {
        display: none;
    }

    .sp-pagination {
        display: block;
        margin: 20px 0;
        font-size: 15px;
        text-align: center;
    }

    .sp-pagination a {
        color: inherit;
    }

    .sp-pagination .icon:first-child {
        margin-right: 12px;
    }

    .sp-pagination .icon:last-child {
        margin-left: 12px;
    }

    .pagination__num {
        padding: 7px 10px;
    }
}

.list-page-wrapper {
    width: 100%;
}

.list-page-content {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.list-page-content {
    /*padding-left: 15px;*/
    /*padding-right: 0;*/
}


.list-page-title {
    font-size: 42px;
    /*font-weight: bold;*/
    margin-bottom: 30px;
}

.list-page-title span.count {
    font-size: 18px;
    margin-left: 12px;
}

.list-page-header {
    margin-bottom: 25px;
    overflow: hidden;
}

.list-page-count {
    font-size: 16px;
    float: left;
}

.span-list-page-count {
    font-size: 22px;
}

.list-page-actions {
    float: right;
    font-size: 17px;
    padding-bottom: 12px;
}

.list-page-actions .list-page-action-link {
    margin-right: 20px;
}

.list-page-actions .list-page-action-link, .list-page-actions .list-page-action-link:visited {
    color: #000; text-decoration: none;
    font-size: 16px;
}

.list-page-actions .list-page-action-link:hover {
    color: #000; text-decoration: none;
}

.list-page-actions .list-page-action-link.selected {
    color: #00A63C;
    /*text-decoration: underline;*/
    border-bottom: 1px solid #00A63C;
    padding-bottom: 8px;
}

.list-page-action-select {
    outline: none;
    border: none;
    /*margin-right: 20px;*/
    cursor: pointer;
    padding: 4px 12px;
    background: #F4F8F7;
    font-size: 14px;
    line-height: 18px;
}

.list-page-action-select::after {
    /*content: '';*/
    /*position: absolute;*/
    /*right: 4px;*/
    /*top: 11px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-left: 8px solid transparent;*/
    /*border-right: 8px solid transparent;*/
    /*border-top: 8px solid rgba(255,0,0,1);*/
    /*pointer-events: none;*/
}

@media (max-width: 768px) {
    .list-page-title {
        /*display: none;*/
        font-size: 30px;
    }

    .list-page-title span.count {
        display: none;
    }

    .list-page-header {
        /*display: none;*/
    }

    .list-page-content {
        /*padding-left: 8px;*/
        /*padding-right: 8px;*/
    }

    .list-page-actions .list-page-action-link, .list-page-actions .list-page-action-link:visited {
        font-size: 12px;
    }

    .list-page-actions .list-page-action-link {
        margin-right: 3px;
    }

    .list-page-action-select {
        padding: 4px 0;
    }
}


.sp-list-page-title {
    display: none;
}

.sp-list-page-action-select {
    display: none;
}

.sp-list-page-header {
    display: none;
}

@media (max-width: 768px) {
    .sp-list-page-title {
        display: block;
        margin-top: 30px;
        margin-bottom: 45px;
        font-size: 22px;
    }

    .sp-list-page-action-select {
        display: block;
        padding-right: 12px;
        outline: none;
        border: none;
        margin-right: 10px;
        float: right;
        font-size: 15px;
    }

    .sp-list-page-header {
        display: block;
        margin-bottom: 20px;
    }

    .sp-list-page-count {
        font-size: 15px;
        float: left;
    }

    .sp-list-page-actions {
        float: right;
        font-size: 15px;
    }

    .sp-list-page-actions .sp-list-page-action-link {
        margin-right: 10px;
    }

    .sp-list-page-actions .sp-list-page-action-link, .sp-list-page-actions .sp-list-page-action-link:visited {
        color: #000; text-decoration: none;
    }

    .sp-list-page-actions .sp-list-page-action-link:hover {
        color: #000; text-decoration: underline;
    }

    .sp-list-page-actions .sp-list-page-action-link.selected {
        text-decoration: underline;
    }
}


.product-item {
    width: calc(95.5% / 4);
    float: left;
    margin-bottom: 50px;
}

.product-item-inner {
    position: relative;
    width: calc(100% - 12px);
}

.product-item:nth-child(4n+1), .product-item:nth-child(4n+2), .product-item:nth-child(4n+3) {
    margin-right: 1.5%;
}

.product-item .image-wrapper {
    margin-bottom: 32px;
    position:relative;
    background-color: #eaeaea;
    /*cursor: pointer;*/
}

.product-item .image-wrapper:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:2;
    background: rgba(0,0,0);
    opacity: 0;
}

.product-item .image-wrapper:hover:before {
    opacity: 0.4;
}

.product-item .image-wrapper img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.product-item .text-wrapper h2.title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px 0;
    /*height: 96px;*/
}

.product-item .text-wrapper h2.title a {
    color: #000000;
    text-decoration: none;
}

.product-item .text-wrapper h2.title a:hover {
    color: #00A63C;
    text-decoration: none;
}

.product-item .category-list {
    /*height: 48px;*/
    margin-bottom: 8px;

}

.product-item .category-list .category-item {
    background: #9EB7B2;
    color: white;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    padding: 2px 3px 3px 3px;
    margin-right: 2px;
    display: inline-block;
    margin-bottom: 4px;
    float: left;
}
@media screen and (max-width:768px) {
    .product-item .category-list .category-item {
        font-size: 10px;
    }
}
.product-item .category-list .category-item a,
.product-item .category-list .category-item a:hover {
    color: white;
    text-decoration: none;
}

.product-item .tag-list {
    overflow: hidden;
}

.product-item .tag-list .tag-item {
    font-size: 14px;
    margin-right: 7px;
    display: inline-block;
    line-height: 1;
    float: left;
    margin-bottom: 4px;
}

@media screen and (max-width:768px) {
    .product-item .tag-list .tag-item {
        font-size: 11px;
    }
}
.product-item .tag-list .tag-item:before {
    content: '#';
    margin-right: 4px;
    color: #00A63C;
}

@media screen and (max-width:768px) {
    .product-item .tag-list .tag-item:before {
        margin-right: 2px;
    }
}


.product-item .tag-list .tag-item a {
    color: #00A63C;
    text-decoration: none;
}

.product-item .tag-list .tag-item a:hover {
    text-decoration: underline;
}


@media screen and (max-width:768px) {
    .product-item {
        width: calc((100% - 15px) / 2);
        margin-bottom: 35px;
    }

    .product-item:nth-child(4n+1), .product-item:nth-child(4n+2), .product-item:nth-child(4n+3) {
        margin-right: 0;
    }


    .product-item:nth-child(3n+1), .product-item:nth-child(3n+2) {
        margin-right: 0;
    }

    .product-item:nth-child(2n+1) {
        margin-right: 15px;
    }

    .product-item .image-wrapper {
        margin-bottom: 20px;
    }

    .product-item .text-wrapper h2.title {
        font-size: 16px;
        line-height: 24px;
        /*height: 72px;*/
        margin: 0 0 16px 0;
    }

    .product-item .category-list .category-item {
        font-size: 10px;
    }
}

.area-badge {
    position: absolute;
    /* left: 0; */
    background: #00A63C;
    color: white;
    border-radius: 0;
    font-size: 14px;
    height: 24px;
    width: 70px;
    line-height: 24px;
    padding: 0;
    font-weight: normal;
    top: 21px;
    right: -12px;
    text-align: center;
    z-index: 2;
}

@media screen and (max-width:768px) {
    .area-badge {
        font-size: 11px;
        width: 45px;
        height: 17px;
        line-height: 17px;
        top: 10px;
        right: -5px;
    }
}

.detail-container {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 142px;*/
    overflow: hidden;
}

.detail-container-inner {
    margin: 65px 140px 0 140px;
}

.detail-container-inner .list-breadcrumb {
    margin-bottom: 20px;
}

.detail-products-container {
    margin-bottom: 142px;
    overflow: hidden;
}

.detail-left-col, .detail-right-col {
    width: calc((100% - 75px) / 2);
}

.detail-left-col {
    float: left;
}

.detail-right-col {
    float: right;
}

.detail-container .attribute-list {
    margin-bottom: 32px;
    overflow: hidden;
}

.detail-container .attribute-list .attribute-item {
    font-size: 14px;
    /*color: white;*/
    display: inline-block;
    line-height: 16px;
    /* line-height: 24px; */
    padding: 4px 16px;
    margin-right: 2px;
    margin-bottom: 4px;
    float: left;
}

.detail-container .attribute-list .attribute-item.area2-item {
    background: #00A63C;
}

.detail-container .attribute-list .attribute-item.category-item {
    background: #9EB7B2;
}

.detail-container .attribute-list .attribute-item a,
.detail-container .attribute-list .attribute-item a:hover {
    color: white; text-decoration: none;
}

.detail-container h2.detail-title {
    font-size: 44px;
    margin-bottom: 28px;
    line-height: 1.5;
}

.detail-container .tag-list {
    margin-bottom: 54px;
}

.detail-container .tag-list .tag-item {
    font-size: 14px;
    margin-right: 7px;
    display: inline-block;
}

.detail-container .tag-list .tag-item:before {
    content: '#';
    margin-right: 4px;
    color: #00A63C;
}
.detail-container .tag-list .tag-item a {
    color: #00A63C;
    text-decoration: none;
}

.detail-container .tag-list .tag-item a:hover {
    text-decoration: underline;
}

.detail-container .detail-description {
    font-size: 20px; line-height: 2;
    margin-bottom: 50px;
}

.detail-container .detail-price {
    margin-bottom: 54px;
    color: #00A63C;
    font-size: 30px;
}

.detail-price span {
    font-size: 17px;
    margin-left: 0;
}

.detail-container .cart-container {
    margin-bottom: 30px;
}

.cart-container .detail-cart-button {
    width: 100%;
    height: 100px;
    color: #ffffff;
    background-color: #00A63C;
    border-radius: 50px;
    font-size: 20px;
    display: block;
    padding: 30px 0;
    text-align: center;
    /*margin-bottom: 20px;*/
    text-decoration: none;
    line-height: 40px;
}

.cart-container .detail-cart-button:hover {
    background-color: #ECA136;
    opacity: 1;
}

.detail-container .actions-container {
    margin-bottom: 55px;
    overflow: hidden;
}

.detail-container .actions-container .detail-action {
    float: left;
    width: calc((100% - 36px) / 2);
    height: 80px;
    color: #ffffff;
    background-color: #00A63C;
    border-radius: 50px;
    font-size: 20px;
    display: block;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}

.detail-container .actions-container .detail-action:hover {
    background-color: #ECA136;
    opacity: 1;
}

.detail-container .actions-container .detail-action+.detail-action {
    margin-left: 36px;
}

.detail-container .actions-container .detail-action.detail-favorited {
    font-size: 15px;
    line-height: 25px;
    padding: 15px 0;
}

.detail-message-button i {
    background-image: url("/images/assets/detail_message.svg");
    width: 20px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
}

.detail-favorite-button i {
    background-image: url("/images/assets/detail_favorite.svg");
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 8px;
}


.detail-container .actions-note {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 65px;
    overflow: hidden;
}

.detail-seller-block {
    background-color: #F4F8F7;
    border-radius: 0;
    padding: 25px 30px;
    margin-bottom: 32px;
    position: relative;
}

.detail-seller-block label.seller-title {
    font-size: 14px;
    color: white;
    background: black;
    line-height: 18px;
    padding: 3px 12px;
    border-radius: 0 0 6px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.detail-seller-block-left {
    width: calc(100% - 120px);
    float: left;
    display: inline-block;
}

.detail-seller-block-left-inner {
    overflow: hidden;
    margin-top: 50px;
}

.detail-seller-block-left .seller-name {
    font-size: 24px;
    line-height: 36px;
}

.detail-seller-block-left .seller-name a,
.detail-seller-block-left .seller-name a:hover {
    color: #000000; text-decoration: none;
}

.detail-seller-block-right {
    width: 120px;
    text-align: center;
    display: inline-block;
}

.detail-seller-block-right .image-wrapper {
    width: 120px; height: 120px;
    margin-bottom: 18px;
}

.detail-seller-block-right .image-wrapper img {
    width: 100%; height: 100%;
    border-radius: 50%;
    border: 1px solid #535353;
}

.detail-seller-block-right .detail-seller-follow-button {
    background: #00A63C;
    color: white;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 12px;
    border-radius: 12px;
    display: inline-block;
}

.detail-seller-block-right .detail-seller-follow-button:hover {
    text-decoration: none;
}

.detail-main-image {
    width: 100%;
    background-color: #E6E6E6;
    position: relative;
    margin-bottom: 8px;
}

.detail-main-image .magnify_icon {
    background-image: url("/images/assets/detail_magnify.png");
    display: block;
    /* width: 40px; */
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.detail-main-image img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    cursor: zoom-in;
}

.detail-sub-images-container {
    margin-right: -8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.detail-sub-image {
    float: left;
    margin-right: 8px;
    position: relative;
    background-color: #E6E6E6;
    margin-bottom: 8px;
}

.detail-sub-image img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.detail-sub-image img:hover {
    cursor: pointer;
}

.detail-actions-part {
    margin-bottom: 114px;
}

@media screen and (max-width:768px) {
    .detail-container-inner {
        margin: 25px 27px;
    }

    .detail-right-col {
        width: 100%;
    }

    .detail-left-col {
        width: 100%;
    }

    .detail-container-inner .list-breadcrumb {
        margin-bottom: 30px;
    }

    .detail-container .attribute-list {
        margin-bottom: 16px;
    }

    .detail-container h2.detail-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .detail-container .tag-list {
        margin-bottom: 27px;
    }

    .detail-container .actions-container {
        margin-bottom: 25px;
    }

    .detail-container .actions-note {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .detail-container .detail-description {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .detail-container .detail-actions-part {
        margin-left: -27px;
        margin-right: -27px;
        /* padding-left: 27px; */
        /* padding-right: 27px; */
        padding: 27px;
        background: #F4F8F7;
    }

    .cart-container .detail-cart-button {
        padding: 15px 0;
        border-radius: 35px;
        height: 70px;
        font-size: 16px;
    }

    .detail-container .actions-container .detail-action {
        width: calc((100% - 28px) / 2);
        height: 50px;
        padding: 5px 0;
        border-radius: 25px;
        font-size: 12px;
    }

    .detail-container .actions-container .detail-message-button i {
        width: 15px; height: 12px;
    }

    .detail-container .actions-container .detail-action.detail-favorited {
        font-size: 12px;
        line-height: 40px;
        padding: 5px 0;
    }

    .detail-container .actions-container .detail-action+.detail-action {
        margin-left: 28px;

    }

    .detail-container .cart-container {
        margin-bottom: 25px;
    }

    .detail-container .cart-container {
        margin-bottom: 25px;
    }

    .detail-seller-block {
        background-color: #ffffff;
        margin-bottom: 0;
    }

    .detail-seller-block-left {
        width: calc(100% - 80px);
    }

    .detail-seller-block-left-inner {
        /*margin-top: 25px;*/
    }

    .detail-seller-block-left .seller-name {
        font-size: 15px;
        line-height: 22px;
    }

    .detail-seller-block-right {
        width: 80px;
    }

    .detail-products-container {
        margin-bottom: 0;
    }

    .detail-seller-block-right .image-wrapper {
        width: 80px; height: 80px;
    }

    .detail-seller-block-right .detail-seller-follow-button {
        font-size: 9px;
    }

    #detail-wrapper .top-popular-products {
        padding: 0;
        background-color: #ffffff;
        margin-top: 50px;
    }

    .detail-favorite-button i {
        width: 12px;
        height: 12px;
        vertical-align: middle;
        margin-left: 2px;
    }

    .detail-actions-part {
        margin-bottom: 0;
    }
}

.mypage-container {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}

.mypage-container-inner {
    padding: 64px 140px;
}

@media screen and (max-width:1600px) {
    .mypage-container-inner {
        padding: 64px 64px;
    }

    .form-container {
        padding: 80px 40px;
    }

    .form-group .form-group-label {
        width: 180px;
        font-size: 14px;
    }

    .form-group .form-input-wrapper {
        width: calc(100% - 180px);
    }
}

.mypage-body {
    float: left;
    width: 75%;
}

.mypage-sidebar {
    width: calc(25% - 75px);
    float: right;
}

.card {
    border: none;
    margin-bottom: 50px;
}

.card-header {
    background: #F4F8F7;
    font-size: 20px;
    margin-bottom: 36px;
}

.card-body {
    margin-bottom: 36px;
    padding: 0;

}

.mypage-sidebar-title {
    font-size: 20px;
    padding-left: 20px;
    line-height: 36px;
    border-left: 1px solid #00A63C;
    margin-bottom: 30px;
}

.mypage-sidebar-container {
    margin-bottom: 30px;
}

.mypage-sidebar-item {
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 40px;
}

.mypage-sidebar-item {
    color: #939393;
}

.mypage-sidebar-item a {
    color: #000000;
}

.mypage_pages_table {
    width: 100%;
    /*margin-bottom: 30px;*/
}

.mypage_pages_table th {
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #00A63C;
}

.mypage_row-pages-subtitle {
    vertical-align: top;
    font-size: 14px;
}

.mypage_pages_table tr:first-child td.mypage_row-pages-subtitle {
    padding-top: 27px;
}


.mypage_row-pages-link {
    padding-left: 27px;
}

.mypage_pages_table tr:first-child td.mypage_row-pages-link {
    padding-top: 27px;
}

.mypage_row-pages-link p {
    border-bottom: 1px solid #E1E7E5;
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-size: 14px;
}

.mypage_row-pages-link p a, .mypage_row-pages-link p a:hover {
    color: #000000;
}

.mypage_row-pages-link p i {
    display: none;
}

.mypage_row-dashboard-title {
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #00A63C;
}

.mypage_dashboard_table {
    width: 100%;
    margin-bottom: 30px;
}

.mypage_dashboard_table th {
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #00A63C;
}

.mypage_dashboard_table td {
    font-size: 14px;
    padding: 18px 0 6px 0;
    border-bottom: 1px solid #DFE5E3;
}

.mypage_dashboard_table tr td:nth-child(2) {
    padding-right: 8px;
    text-align: right;
}

.mypage_dashboard_table tr:first-child td {
    padding-top: 27px;
}

.mypage_row-account-image {
    width: 120px; float: left;
    text-align: center;
}

.mypage_row-account-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #e1e7e5;
    margin-bottom: 20px;
}

.mypage_row-account-image .div-action {
    font-size: 14px;
    margin-bottom: 8px;
}

.mypage_row-account-image .div-action a,
.mypage_row-account-image .div-action a:hover {
    color: #000000;
}
.mypage_row-account-image .div-action a {
    text-decoration: underline;
}
.mypage_row-account-image .div-action a:hover {
    text-decoration: none;
}


.mypage_row-account-container {
    width: calc(100% - 160px);
    height: 240px;
    float: right;
    position: relative;
}

.mypage_row-account-link {
    position: absolute;
    right: 0;
    bottom: 0;

    background: #23A63E;
    color: white;
    font-size: 14px;
    height: 50px;
    line-height: 20px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 25px;
}

.mypage_row-account-link:hover {
    color: white;
    text-decoration: none;
}

.mypage_row-account-userlabel {
    font-size: 16px;
    margin-bottom: 24px;
}

.mypage_row-account-username {
    font-size: 36px;
    margin-bottom: 36px;
}

.mypage_row-account-userinfo {
    font-size: 16px;
}

.mypage_row-account-point {
    display: inline-block;
    margin-right: 36px;
}

.mypage_row-account-userlevel {
    display: inline-block;
}

@media screen and (max-width:768px) {
    .card-header {
        margin-left: -27px; margin-right: -27px;
        padding-left: 27px; padding-right: 27px;
    }

    .mypage-container-inner {
        padding: 27px;
    }

    .mypage-body {
        width: 100%;
    }
    .mypage-sidebar {
        display: none;
    }

    .mypage_row-pages-link p i {
        background-image: url(/images/assets/detail_link.svg);
        width: 32px;
        height: 13px;
        display: inline-block;
        background-size: 18px;
        background-repeat: no-repeat;
        margin-top: 4px;
        vertical-align: middle;
        float: right;
    }

    .mypage_row-account-image {
        width: 100%;
        margin-bottom: 18px;
    }

    .mypage_row-account-container {
        width: 100%;
    }

    .mypage_row-account-image .div-actions {
        display: inline-block;
    }

    .mypage_row-account-image .div-action {
        float: left;
        padding: 0 16px;
    }

    .mypage_row-account-image .div-action+.div-action {
        border-left: 1px solid #000;
    }

    .mypage_row-account-userlabel {
        display: none;
    }

    .mypage_row-account-username {
        text-align: center;
    }

    .mypage_row-account-link {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18px;
        max-width: 240px;
    }

    .mypage_row-account-userinfo {
        text-align: center;
    }
    .mypage_row-account-point {
        display: block;
        margin-right: 0;
        margin-bottom: 9px;
    }

    .mypage_row-account-userlevel {
        margin-bottom: 9px;
    }
}

.mypage-body .table-block table img {
    width: 70px;
}

th.th-header {
    background: #F5F6F7;
}

.table-block table {
    width: 100%;
}

.table-pc {
    display: table;
}

.table-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .table-pc {
        display: none;
    }

    .table-sp {
        display: table;
    }

    .table-sp th {
        width: 100px;
    }
}

/*.mypage-body .button-container {*/
/*    text-align: center;*/
/*    margin-top: 24px;*/
/*}*/
.item-list{padding:10px;}
.show-scroller{overflow:auto;height:400px;}
.padding-top-none{padding-top:0px!important;}
.title-color{color:#718697;}
.display-table{display:table!important;margin-bottom:0!important;}
/*.message-body{width:80%;}*/
@media (max-width: 890px){
    /*.message-body{width:100%;}*/
    .item-list{width:100%;}
}
.message-detail-text{max-width:80%;}
.self .message-detail-text{text-align:left;float:right;background-color:#ddd;padding:8px;border-radius:4px;}
.f14{font-size:14px;}
.message-body img{width:40px!important;height:40px!important;border-radius:50%!important;margin-top:10px;object-fit:cover;}
.message-body .self img{float:right;margin-left:10px;}


.container-inner {
    width: 100%;
    max-width: 1680px;
    padding: 0 140px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px){
    .container-inner {
        padding: 0 27px;
    }
}

/*.detail-seller-review-container {*/
/*    color: #333333;*/
/*}*/

/*.detail-seller-review-title {*/
/*    font-size: 16px; margin-bottom: 16px;*/
/*}*/

/*.detail-seller-review-rating {*/
/*    margin-bottom: 12px;*/
/*}*/
/*.detail-seller-review-rating label {*/
/*    font-size: 13px; margin-left: 12px;*/
/*}*/

/*.detail-seller-review-comment-title {*/
/*    font-size: 13px; margin-bottom: 12px;*/
/*}*/

/*.detail-seller-review-comment-button {*/
/*    text-align: right; padding-right: 16px;*/
/*    margin-top: 15px;*/
/*}*/

/*.detail-seller-review-comment-button input[type=submit] {*/
/*    border-radius: 3px;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    padding: 9px;*/
/*    background-color: #F9F9F9;*/
/*    border: 1px solid #B3B3B3;*/
/*    color: #333333;*/

/*}*/

.detail-seller-review-container {
    margin-top: 32px;
}

.detail-seller-review-rating {
    margin-bottom: 20px;
}

.detail-seller-review-commet-textarea {
    padding: 12px 18px;
}

.detail-seller-review-comment-button {
    margin: 24px 0;
    text-align: right;
}


.user-detail-profile {
    border-bottom: 1px solid #E1E7E5;
}

.detail-profile-inner {
    margin: 65px 140px 65px 140px;
}

.user-detail-image {
    float: left;
    width: 160px;
    padding-right: 40px;
}

.user-detail-image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #e1e7e5;
}

.user-detail-container {
    width: calc(100% - 160px);
    display: inline-block;
}

.user-detail-content {
    float: left;
}

.user-detail-actions {
    float: right;
    position: relative;
}




.user-detail-description {
    margin-top: 40px;
}

.user-detail-content .title {
    font-size: 36px;
    /*font-weight: bold;*/
    margin-bottom: 16px;
}

.user-detail-content .status {
    margin-top: 20px;
    font-size: 16px;
}

.user-detail-content .status span {
    font-weight: bold;
}

.user-detail-rating-container {
    float: left;
    margin-top: -2px;
}

.user-detail-content-link {
    font-size: 15px;
    color: #666666;
    text-decoration: underline;
}

.user-detail-content-link:hover {
    text-decoration: none;
    color: #666666;
}

.user-detail-content-link:visited {
    color: #666666;
}

.user-detail-seller-desc {
    color: #333333;
    font-size: 16px;
    padding: 0;
    line-height: 2;
    margin-bottom: 16px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    /*white-space: pre;*/
    margin-top: 30px;
}

.user-detail-seller-minimize-desc {
    height: 96px;
    -webkit-line-clamp: 3;
}

.user-detail-seller-desc-more-link {
    text-align: center;
    position: relative;
    padding-right: 18px;
    font-size: 14px;
}

.user-detail-seller-desc-more-link a, .user-detail-seller-desc-more-link a:hover, .user-detail-seller-desc-more-link a:visited {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.user-more-link-icon {
    background-image: url("/images/assets/detail-more-link.svg");
    width: 10px;
    height: 18px;
    display: inline-block;
    background-size: 10px;
    background-repeat: no-repeat;
    /* z-index: 200; */
    /* margin-top: 6px; */
    vertical-align: middle;
    /*display: block;*/
    /*position: absolute;*/
    /*top: 7px;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*width: 8px;*/
    /*height: 8px;*/
    /*border-right: 2px solid #363636;*/
    /*border-bottom: 2px solid #363636;*/
    /*transform: translateY(-2px) rotate(45deg);*/
    /*transition: transform 0.2s ease;*/
}

.user-less-link-icon {
    background-image: url("/images/assets/detail-less-link.svg");
    width: 10px;
    height: 18px;
    display: inline-block;
    background-size: 10px;
    background-repeat: no-repeat;
    /* z-index: 200; */
    /* margin-top: 6px; */
    vertical-align: middle;
}


.user-detail-seller-follower-button {
    /*margin-top: 12px;*/
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00A63C;
    border: none;
    border-radius: 25px;
    /*width: 100%;*/
    display: inline-block;
    text-align: center;
    min-width: 180px;
    margin-right: 10px;
}

.user-detail-seller-follower-button:hover {
    color: #ffffff;
    background-color: #ECA136;
    opacity: 1;
    text-decoration: none;
}

.user-detail-seller-follower-button:visited {
    color: #ffffff;
}

.user-detail-seller-follower-button i {
    background-image: url(/img/assets/icon_plus.svg);
    width: 30px;
    height: 18px;
    display: inline-block;
    vertical-align: sub;
    background-repeat: no-repeat;
    margin-left: 8px;
}



.user-detail-seller-message-button {
    /* margin-top: 12px; */
    /* width: 100%; */
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    padding: 15px 0;
    background-color: #00A63C;
    border: none;
    border-radius: 25px;
    /* width: 100%; */
    min-width: 180px;
    margin-right: 10px;
}

.user-detail-seller-message-button:hover {
    color: #ffffff;
    background-color: #ECA136;
    opacity: 1;
    text-decoration: none;
}

.user-detail-seller-message-button i {
    background-image: url("/img/assets/icon_mail_white.svg");
    width: 30px;
    height: 18px;
    display: inline-block;
    vertical-align: sub;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.user-detail-more-actions {
    z-index: 9999;
    top: 45px;
    right: 0;
    position: absolute;
}

.user-detail-more-actions_inner {
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 10%);
    text-align: left;
    white-space: normal;
    padding-inline-start: 0;
}

.user-detail-more-actions_inner a:hover {
    text-decoration: none;
}

.user-detail-more-actions ul li {
    list-style: none;
    position: relative;
}

.user-detail-more-actions a {
    padding: 12px 18px;
    display: block;
    font-size: 13px;
    color: #363636;
    border: none;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    background: #fff;
    cursor: pointer;
}

.user-detail-more-actions a:hover {
    background-color: #F3F3F3;
    /*color: white !important;*/
}

.user-detail-seller-more-actions {
    background-color: #00A63C;
    border: none;
    border-radius: 30px;
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}

.user-detail-seller-more-actions:hover {
    opacity: 1;
}

.user-detail-seller-more-actions.selected {
    background-color: #ECA136;
}

.user-detail-seller-more-actions i {
    background-image: url(/images/assets/detail_more.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    /*background-size: 28px 28px;*/
    display: inline-block;
    background-position: center center;
}

.detail-relation-container {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}

.detail-relation-container-inner {
    margin: 130px 140px 60px 130px;
}

.detail-relation-container-inner h2.title {
    font-size: 24px;
    margin-bottom: 25px;
}

.detail-section-item-link {
    /*float: right;*/
    font-size: 14px;
}

.detail-section-item-link a {
    color: #000000;
}

.detail-section-item-link i {
    background-image: url(/img/assets/arrow_right_green.svg);
    width: 32px;
    height: 13px;
    display: inline-block;
    background-size: 18px;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.detail-relation-wrapper {
    overflow: hidden;
}

.detail-relation-wrapper.even {
    background-color: #F4F8F7;
}

@media screen and (max-width:768px) {
    .detail-profile-inner {
        margin: 27px;
    }
}

.user-detail-on {
    padding-left: 160px;
}

@media screen and (max-width:768px) {
    .user-detail-on {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .user-detail-image {
        width: 90px;
        margin: auto;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .user-detail-image img {
        width: 75px; height: 75px;
    }

    .user-detail-container {
        width: 100%;
    }

    .user-detail-content {
        float: none;
        padding-left: 90px;
    }

    .user-detail-actions {
        float: none;
        margin-top: 20px;
        text-align: center;
    }

    .user-detail-content .title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .user-detail-content .status {
        margin-top: 8px;
        font-size: 13px;
    }

    .user-detail-seller-follower-button,
    .user-detail-seller-message-button {
        min-width: 125px;
        margin-right: 4px;
        font-size: 12px;
        line-height: 24px;
        padding: 8px 0;
    }

    .user-detail-seller-more-actions {
        width: 40px; height: 40px;
    }

    .user-detail-seller-more-actions i {
        width: 38px; height: 38px;
    }

    .user-detail-seller-desc-more-link {
        padding-right: 0;
    }

    .detail-relation-container-inner {
        margin: 55px 27px 27px 27px;
    }
}

#user-detail-container {
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    #user-detail-container {
        padding-top: 20px;
    }
}

.user-reviews-detail-image {
    float: left;
    width: 160px;
    padding-right: 30px;
}

.user-reviews-detail-image img {
    width: 100%;
}



@media (max-width: 600px) {
    .user-reviews-detail-image {
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }
}

.user-detail-rating-container {
    float: left;
    margin-top: -2px;
}

.user-reviews {
    border: 6px solid #F0F0F0;
}

.user-reviews-status {
    background: #F0F0F0;
    padding: 12px;
    font-size: 1rem !important;
    line-height: 2;
}

.user-reviews-item {
    padding: 18px;
    border-bottom: 1px solid #F0F0F0;
}

.user-reviews-item .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 2rem;
    color: #424242;
    margin-bottom: 0;
}

.user-reviews-item .nickname {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
}

.user-reviews-item .nickname span {
    font-weight: normal; padding-left: 10px;
}

.user-reviews-item .comment {
    font-size: 14px; margin-bottom: 0;
}

.user-detail-review-main {
    text-align: left;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: bold;
}

img.underline {
    width: 50px;
}