@charset "utf-8";


body {
    min-width: 100%;
    margin: 0;
}

/* ナビパーツ */
.fs-l-main,
.fs-l-pageMain {
    width: 100%;
    max-width: 100%;
}

.fs-l-page {
    background-color: #fff;
}

#container {
    width: 100%;
    max-width: 100%;
}

#content {
    max-width: 100%;
    width: 100%;
    float: initial;
}

.category--inner {
    max-width: 1216px;
    margin: 0 auto;
}

.category {
    background-color: #F1FFF0;
    padding-bottom: 40px;
}

.category--content {
    display: flex;
    align-items: end;
    justify-content: center;
}

.category-img {
    width: 250px;
    height: 100%;
    margin-right: 20px;
}

.category--right {
    margin-right: 270px;
}

.category-title {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 2;
    color: #552903;
    margin: 0 auto;
}

.category-info {
    position: relative;
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #552903;
    word-break: keep-all;
}

.category-nav {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.category-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 80px;
}

/* .category-nav-btn {
    font-size: 22px;
    font-weight: bold;
    width: 360px;
    border: 1px solid #045809;
    border-radius: 50px;
    padding: 16px;
    text-align: center;
    color: #085809;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px;
}

.category-nav-btn:visited,
.category-nav-btn:hover {
    color: #085809;
} */

.category-nav-btn {
    font-size: 22px;
    font-weight: bold;
    width: 360px;
    border-radius: 50px;
    padding: 16px;
    text-align: center;
    color: #fff;
    background-color: #008B02;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px;
}

.category-nav-btn:visited {
    color: #fff;
}

.category-nav-btn:hover {
    color: #008B02;
    background-color: #fff;
    border: 1px solid #008B02;
}

.category-section {
    max-width: 1490px;
    margin: 0 auto 60px;
    padding: 0 40px;
}

.sub-category-title {
    font-size: 30px;
    font-weight: bold;
    color: #552903;
    position: relative;
    padding-left: 20px;
    margin-bottom: 45px;
}

.sub-category-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50%;
    background: #552903;
}

.sub-category-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 50%;
    background: #085809;
}

.back-to-top {
    width: max-content;
    font-size: 30px;
    font-weight: bold;
    color: #552903;
    background-color: #F1FFF0;
    border: 1px solid #552903;
    border-radius: 40px;
    margin-right: 40px;
    padding: 20px 30px;
    margin-left: auto;
    margin-bottom: 40px;
    cursor: pointer;
}



@media screen and (max-width: 1025px) {
    .category-section {
        padding: 0 20px;
    }

    .category-title {
        font-size: 30px;
    }

    .category-info {
        max-width: 460px;
    }

    .category-nav-list {
        max-width: 800px;
        margin: 0 auto 28px;
        gap: 10px;
    }

    .category-nav-btn {
        width: 230px;
        padding: 4px 0;
        box-sizing: border-box;
        font-size: 18px;
    }

    .sub-category-title {
        font-size: 20px;
    }

    .back-to-top {
        font-size: 19px;
        line-height: 2;
        margin: 30px auto;
        padding: 6px 30px;
    }
}

@media screen and (max-width: 768px) {

    .category {
        padding: 10px 0;
    }

    .category-title {
        width: 200px;
        font-size: 18px;
    }

    .category-info {
        font-size: 11px;
        margin-top: 4px;
        width: 190px;
        word-break: break-all;
    }

    .category-info br {
        display: none;
    }

    .category-img {
        width: 150px;
        margin-right: 10px;
    }

    .category--right {
        margin-right: 0;
    }

    .category-nav-list {
        max-width: 400px;
        margin: 0 auto 50px;
        gap: 16px 5px;
        padding: 0 14px;
        justify-content: space-between;
    }

    .category-nav {
        margin-top: 25px;
    }

    .category-nav-btn {
        width: 170px;
        font-size: 14px;
    }

    .sub-category-title {
        font-size: 20px;
    }

    .back-to-top {
        font-size: 14px;
        line-height: 2;
        margin: 30px auto;
        padding: 0px 25px;
    }
}


@media screen and (max-width: 368px) {


    .category-section {
        padding: 0 14px;
    }


    .category-img {
        width: 130px;
    }

    .category-info {
        width: auto;
    }
}



/* カテゴリリストパーツ */
.sub-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 120px 32px;
}

.sub-category-item {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sub-category-list-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sub-category-head {
    font-size: 24px;
    font-weight: bold;
    color: #552903;
    padding: 12px 30px 0;
}

.sub-category-head a,
.sub-category-head a:visited {
    color: #552903;
}

.sub-category-body {
    padding: 18px 30px;
}

.sub-category-body-link {
    position: relative;
    font-size: 20px;
    color: #085809;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 20px;
}

.sub-category-body-link a,
.sub-category-body-link a:visited {
    color: #085809;
}

.sub-category-body-link:before {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #FF7600;
    margin-right: 8px;
    transition: all 0.5s ease;
}

/* おてんとさんオリジナル */

.sub-category--origin .sub-category-list {
    justify-content: space-around;
}

.sub-category--origin .sub-category-item {
    width: 516px;
}

.sub-category--origin .sub-category-list-img {
    width: 100%;
    height: auto;
}

.sub-category--origin .sub-category-head {
    padding: 12px 24px 0;
}

.sub-category--origin .sub-category-body-link {
    font-size: 18px;
}

.category--origin--content {
    display: flex;
    justify-content: space-between;
    padding: 18px;
}

.category--origin--left,
.category--origin--right {
    width: 50%;
}

.category--origin--sub-title {
    font-size: 29px;
    font-weight: bold;
    color: #085809;
    margin-bottom: 4px;
    margin-left: 20px;
}

.sub-category-body-link {
    position: relative;
}

.sub-category-body-link:hover .category--origin--body--sub {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.sub-category-body-link:has(.category--origin--body--sub).sub-category-body-link:hover:before {
    transform: translateY(-50%) rotateZ(90deg);
}

.category--origin--body--sub {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -20px;
    background-color: #F1FFF0;
    border-radius: 15px;
    padding: 8px 22px;
    z-index: 9999;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(-5px);
}

.sub-category-body-link--sub {
    list-style: inside disc;
    color: #085809;
}

@media screen and (max-width: 1200px) {
    .sub-category--origin .sub-category-item {
        width: 400px;
    }

    .sub-category--origin .sub-category-head {
        font-size: 20px;
        padding: 12px 18px;
    }

    .category--origin--sub-title {
        font-size: 18px;
    }

    .sub-category--origin .sub-category-body-link {
        font-size: 16px;
    }

}

@media screen and (max-width: 1025px) {
    .sub-category-list {
        gap: 30px 8px;
        justify-content: center;
    }

    .sub-category-item {
        width: 200px;
    }

    .sub-category-list-img {
        width: 200px;
        height: 200px;
    }

    .sub-category--origin .sub-category-list-img {
        width: 100%;
        height: auto;
    }

    .sub-category-head {
        font-size: 16px;
        padding: 5px 14px 0;
    }

    .sub-category-body-link {
        font-size: 15px;
    }

    .sub-category-body-link:before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #FF7600;
    }

    .sub-category-body {
        padding: 14px;
    }

}


@media screen and (max-width: 768px) {

    .sub-category-list {
        align-items: flex-start;
        gap: 16px 40px;
    }


    .sub-category-item {
        width: 130px;
    }

    .sub-category-list-img {
        width: 130px;
        height: 130px;
    }


    .sub-category--origin .sub-category-list-img {
        width: 100%;
        height: auto;
    }

    .sub-category-body {
        max-height: 0;
        overflow: hidden;
        transition: 1s;
        padding: 0 14px;
    }

    .sub-category-item:hover .sub-category-body {
        max-height: 1000px;
    }

    .sub-category-head {
        text-align: center;
        word-break: keep-all;
        font-size: 18px;
        line-height: 1.4;
        padding: 5px 0;
        margin: 0;
    }
}


@media screen and (max-width: 320px) {
    .sub-category-list {
        justify-content: space-between;
        gap: 16px 20px;
    }
}


/* 目的別パーツ */
.category-section--purpose {
    margin-bottom: 200px;
}

.purpose-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.purpose-item {
    position: relative;
    /* display: flex; */
    align-items: center;
    width: 330px;
    border: 1px solid #08A803;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 40px;
}

.purpose-img {
    width: 128px;
    height: 128px;
    border: 1px solid #707070;
    border-radius: 10px;
}

.purpose-text {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #085809;
    margin-left: 34px;
    cursor: pointer;
}

/* .purpose-text:before {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotateZ(90deg);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #FF7600;
    transition: transform 0.3s ease;
} */

.purpose-item .purpose-text::before {
    /* transform: translateY(-50%) rotateZ(270deg); */
}

.purpose-item .purpose-img {
    border-bottom-left-radius: 0;
}

.purpose-head {
    display: flex;
    align-items: center;
}

.purpose-body {
    /* position: absolute;
    top: 100%; */
    background-color: #F1FFF0;
    border-top: 1px solid #0EA703;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 8px;
    z-index: 3;
}

.purpose-body-link a,
.purpose-body-link a:visited {
    font-size: 20px;
    font-weight: bold;
    color: #085809;
}

.purpose-body-list {
    display: flex;
    flex-wrap: wrap;
}

.purpose-body-link {
    width: 50%;
}


/* 2カラム用 */
.category-section--purpose--2cal .purpose-text:before {
    display: none;
}

.category-section--purpose--2cal .purpose-list {
    align-items: start;
    justify-content: start;
    color: #085809;
}

.category-section--purpose--2cal .purpose-body-link {
    list-style: inside disc;
    margin-bottom: 4px;
}

.category-section--purpose--2cal .purpose-item {
    width: 450px;
}

.category-section--purpose--2cal .purpose-img {
    border-radius: 10px;
    width: 130px;
    height: 130px;
}

.purpose-item .purpose-img {
    display: flex;
}

.purpose-head--content {
    padding: 8px 13px;
    width: calc(100% - 130px);
}

.category-section--purpose--2cal .purpose-text {
    margin: 0;
}

.purpose-text2 {
    font-size: 18px;
    font-weight: bold;
    color: #085809;
    margin: 0;
}

.category-section--purpose--2cal .purpose-body-link a,
.category-section--purpose--2cal .purpose-body-link a:visited {
    font-size: 20px;
}

@media screen and (max-width: 1025px) {
    .purpose-item {
        width: 200px;
        flex-direction: column;
        box-sizing: border-box;
    }

    .purpose-text {
        font-size: 16px;
        margin: 10px auto;
        text-align: center;
    }

    .purpose-text:before {
        right: -10px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #FF7600;
    }

    .purpose-item .purpose-img {
        width: 100%;
        height: 128px;
        object-fit: cover;
        border-radius: 10px;
    }

    .purpose-head {
        display: block;
    }

    .purpose-body {
        box-sizing: border-box;
        padding: 10px;
    }

    .purpose-body-list {
        display: block;
    }

    .purpose-body-link a {
        font-size: 14px;
    }

    .purpose-body-link {
        width: 100%;
        margin-bottom: 4px;
    }

    .category-section--purpose--2cal .purpose-list {
        justify-content: center;
    }

    .category-section--purpose--2cal .purpose-item {
        width: 800px;
    }

    .category-section--purpose--2cal .purpose-head {
        display: flex;
        width: 100%;
    }

    .category-section--purpose--2cal .purpose-img {
        width: 130px;
        height: 130px;
    }

    .category-section--purpose--2cal .purpose-body {
        width: 100%;
    }

    .category-section--purpose--2cal .purpose-body-link {
        margin-bottom: 14px;
        width: 25%;
    }

    .category-section--purpose--2cal .purpose-body-list {
        display: flex;
    }

    .category-section--purpose--2cal .purpose-text {
        font-size: 22px;
        color: #552903;
        text-align: left;
    }

    .purpose-text2 {
        margin-top: 12px;
    }

    .category-section--purpose--2cal .purpose-body-link a,
    .category-section--purpose--2cal .purpose-body-link a:visited {
        font-size: 17px;
    }
}


@media screen and (max-width: 768px) {

    .purpose-item {
        width: 150px;
        margin-bottom: 0;
    }

    .purpose-text2 {
        font-size: 11px;
        margin-top: 2px;
    }

    .category-section--purpose--2cal .purpose-item {
        max-width: 450px;
    }

    .category-section--purpose--2cal .purpose-img {
        width: 75px;
        height: 75px;
    }

    .category-section--purpose--2cal .purpose-text {
        font-size: 16px;
        text-align: left;
    }

    .category-section--purpose--2cal .purpose-body-link {
        width: 50%;
        margin-bottom: 4px;
    }

    .category-section--purpose--2cal .purpose-body-link a,
    .category-section--purpose--2cal .purpose-body-link a:visited {
        font-size: 11px;
    }

    .purpose-head--content {
        width: calc(100% - 75px);
    }

}


/* 検索パーツ */
.search-maker {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1200px;
}


.search-maker-item {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
    background-color: #008B02;
    border-radius: 15px;
    color: #F1FFF0;
    display: block;
    padding: 30px 0;
    text-align: center;
}

.search-maker-item--img {
    border-radius: 15px;
}

.search-maker--50 .search-maker-item {
    width: 180px;
    font-size: 40px;
}

.search-maker-item:hover,
.search-maker-item:visited {
    color: #F1FFF0;
}

.search-maker--farm-machine-tool .search-maker-item {
    background-color: initial;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1025px) {
    .search-maker .search-maker-item {
        width: 200px;
        font-size: 17px;
        padding: 20px 0;
    }

    /* 50音から探すの場合 */
    .search-maker--50 {
        max-width: 800px;
        gap: 30px 40px;
        margin: 0 auto;
    }

    .search-maker--50 .search-maker-item {
        width: 125px;
        font-size: 25px;
        padding: 15px 0;
    }

    .search-maker--farm-machine-tool .search-maker-item {
        padding: 0;
    }
}


@media screen and (max-width: 768px) {

    /* 50音から探すの場合 */
    .search-maker--50 {
        max-width: 600px;
        gap: 24px 3px;
        margin: 0 auto;
    }

    .search-maker--50 .search-maker-item {
        width: 100px;
        font-size: 16px;
        line-height: 2;
        padding: 5px 0;
    }

    .search-maker--fertilizer {
        gap: 15px;
    }

    .search-maker--fertilizer .search-maker-item {
        width: 150px;
        font-size: 13px;
        padding: 15px 0;
    }

    .search-maker--farm-machine-tool .search-maker-item {
        width: 150px;
    }
}

@media screen and (max-width: 468px) {

    /* 50音から探すの場合 */
    .search-maker--50 {
        max-width: 400px;
        gap: 24px 3px;
        margin: 0 auto;
    }

    .search-maker--50 .search-maker-item {
        width: 65px;
        font-size: 16px;
        line-height: 2;
        padding: 5px 0;
    }
}

/* 特集バーツ */
.feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.feature-item {
    width: 600px;
    border: 1px solid #045809;
    border-radius: 15px;
    padding: 12px;
}

.feature-item-head {
    width: 350px;
}

.feature-item-title {
    font-size: 24px;
    color: #085809;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.feature-item-title:before {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #FF7600;
    margin-right: 8px;
}

.feature-item-text {
    font-size: 20px;
    color: #085809;
}

.feature-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-item-img {
    border: solid 1px #EB720C;
    border-radius: 15px;
    width: 160px;
    height: 100%;
}

@media screen and (max-width: 1025px) {
    .feature-item-head {
        width: 100%;
    }

    .feature-item-text {
        font-size: 18px;
        margin: 0;
        margin-right: 20px;
    }

    .feature-item {
        width: 100%;
        max-width: 800px;
        padding: 14px 35px;
    }
}

@media screen and (max-width: 768px) {
    .feature-item {
        padding: 4px 10px;
    }

    .feature-item-title {
        font-size: 16px;
    }

    .feature-item-text {
        font-size: 12px;
    }

    .feature-item-img {
        width: 100px;
    }
}

/* 関連コンテンツパーツ */
.blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 20px;
}

.blog-item {
    width: 45%;
    display: flex;
    border: 1px solid #08A803;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.blog-img {
    width: 160px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.blog-content {
    width: 74%;
    padding: 20px 10px;
}

.blog-title {
    font-size: 20px;
    font-weight: bold;
    color: #552903;
}

.blog-text {
    font-size: 16px;
    color: #085809;
    margin-top: 18px;
}

.blog-btn {
    display: none;
}

@media screen and (max-width: 1025px) {

    .blog-list {
        flex-direction: column;
    }

    .blog-item {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .blog-img {
        width: 192px;
        object-fit: cover;
    }

    .blog-title {
        font-size: 21px;
    }

    .blog-text {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .blog-list {
        max-width: 400px;
        margin: 0 auto;
    }

    .blog-item {
        position: relative;
        display: flex;
        align-items: center;
        border: 1px solid #08A803;
        border-radius: 12px;
        background: #fff;
        margin-bottom: 120px;
    }

    .blog-title {
        font-size: 16px;
        padding: 12px;
        margin: 0;
    }

    .blog-content {
        padding: 0;
    }

    .blog-text {
        position: absolute;
        left: 12px;
        right: 12px;
        top: 100%;
        margin: 0;
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.4;
        background: #fff;
    }

    .blog-img {
        width: 75px;
        height: 75px;
        object-fit: cover;
    }

    .blog-btn {
        display: block;
        font-size: 20px;
        color: #08A803;
        opacity: .5;
        border: solid 1px #08A803;
        padding: 5px 3px;
        border-radius: 5px;
        margin-right: 10px;
    }

}


/* おすすめ商品一覧 */

.recommend_item .slick-slide {
    border: solid 1px #045809;
    border-radius: 15px;
    margin-right: 40px;
    margin-bottom: 20px;
    padding: 27px 37px;
}

.recommend_item .fs-c-productListItem__productName a {
    color: #085809;
    font-size: 20px;
    font-weight: bold;
}

.recommend_item .fs-c-productPrice {
    justify-content: flex-start;
}

.recommend_item .fs-c-productPrice__main__label {
    display: none;
}

.recommend_item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.recommend_item .fs-c-productPrice__addon {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.recommend_item .fs-c-button--plain.fs-c-button--addToCart--list::before {
    color: #fff;
}

.recommend_item .fs-c-button--plain {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #FF7600;
}


@media screen and (max-width: 1025px) {
    .fs-c-productListCarousel__list__item {
        margin: 0;
    }

    .recommend_item .slick-slide {
        margin-right: 20px;
        padding: 14px;
    }

    .recommend_item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
        font-size: 24px;
    }


}


@media screen and (max-width: 768px) {

    .recommend_item .slick-slide {
        width: 150px;
        margin-right: 10px;
        padding: 6px;
    }

    .fs-c-productListCarousel__list__item {
        min-width: 100%;
    }

    .recommend_item .fs-c-productListItem__productName a {
        font-size: 12px;
    }

    .fs-c-productListItem__productName {
        font-size: 14px;
    }

    .recommend_item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
        font-size: 16px;
    }

    .recommend_item .fs-c-productPrice__addon {
        font-size: 12px;
    }

    .recommend_item .fs-c-button--plain {
        font-size: 10px;
        padding: 3px;
        border-radius: 20px;
    }

    .fs-c-productListCarousel__ctrl {
        min-width: 20px;
    }
}