@charset "UTF-8";

.f_jos {
    font-family: "Josefin Sans", sans-serif;
}


#header .hd_box .ren_hd_menu_box {
    width: 100%;
    pointer-events: visible;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont {
    display: flex;
    align-items: center;
    padding-right: 60px;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .haitatsu_text {
    display: flex;
    align-items: center;
    gap: 8px;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .haitatsu_text .icon {
    width: 47px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .haitatsu_text .letter {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 700;
    color: #000000;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .haitatsu_text .letter .size {
    font-size: 2.875em;
    font-weight: 400;
    color: #BFA227;
    line-height: 1;
    transform: translateY(0.05em);
    position: relative;
    margin: 0 0.07em;
    display: inline-block;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 23px;
    border-left: 1px solid #B9B9B9;
    padding: 5px 0 5px 17px;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 6px;
    line-height: 1;
    position: relative;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn .icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn.cart .name_hover_color,
#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn .name {
    transition: .3s;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn.cart:hover .name {
    opacity: 0;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn.cart .name_hover_color {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    display: flex;
    gap: 0.5em;
    align-items: center;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn.cart .name_hover_color .num {
    line-height: 1;
    width: 1.3em;
    height: 1.3em;
    background-color: #184e3c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn.cart:hover .name_hover_color {
    opacity: 1;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_btn_box {
    display: flex;
    align-items: center;
    padding-left: 34px;
    gap: 5px;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_menu .ren_hd_menu_btn.cart::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    height: 20px;
    width: 1px;
    background-color: #000;
    transform: translateY(-50%) rotate(20deg);
    pointer-events: none;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_btn_box .ren_hd_btn_box_btn {
    display: flex;
    align-items: center;
    width: 130px;
    border-radius: 100vmax;
    gap: 8px;
    line-height: 1;
    padding: 11px 10px;
    border: 1px solid #184E3C;
    color: #184E3C;
    font-weight: 700;
    background-color: #fff;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_btn_box .ren_hd_btn_box_btn .name {
    margin: 0;
    font-size: 13px;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_btn_box .ren_hd_btn_box_btn.line {
    color: #2cb900;
    border-color: #2cb900;
    padding-left: 15px;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_btn_box .ren_hd_btn_box_btn .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#header .hd_box .ren_hd_menu_box .ren_hd_cont .ren_hd_btn_box .ren_hd_btn_box_btn .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ================= ren_guide_sec ================= */
.ren_guide_sec {
    padding: 59px 0 35px;
    background-color: #EDEDED;
}

.ren_guide_sec .ren_guide_sec_ttl_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 16px;
}

.ren_guide_sec .ren_guide_sec_ttl_box::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #CCCCCC;
}

.ren_guide_sec .ren_guide_sec_ttl_box .en_ttl {
    font-size: 16px;
    color: #184E3C;
}

.ren_guide_sec .ren_guide_sec_ttl_box .ttl {
    font-size: 32px;
    letter-spacing: .1em;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    margin-top: 0.2em;
}

.ren_guide_sec .ren_guide_sec_cont {
    display: flex;
    gap: 25px;
}

/* --- left_box：お支払いについて --- */

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 24px 15px 17px;
}

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box {
    width: 330px;
    flex-shrink: 0;
}

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box .ren_guide_sec_cont_box_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0.6em;
    margin-bottom: 1.3em;
    color: #184E3C;
    border-bottom: 1px dashed #184E3C;
}

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box .ren_guide_sec_cont_box_ttl .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8em;
    height: 1.8em;
    border: 1px solid #184E3C;
    border-radius: 50%;
}

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box .ren_guide_sec_cont_box_ttl .icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box .box_inner .card_list {
    width: 100%;
}

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box .box_inner .card_list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box .box_inner .money_box {
    width: 100%;
}

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box .box_inner .money_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box .box_inner .inner_text {
    line-height: 1.4;
    font-size: 12px;
    font-weight: 700;
    margin-top: 0.3em;
    color: #333333;
}

/* --- right_box --- */
.ren_guide_sec .ren_guide_sec_cont .right_box {
    flex-grow: 1;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box+.ren_guide_sec_cont_box {
    margin-top: 25px;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .ren_guide_sec_cont_box_ttl .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .ren_guide_sec_cont_box_ttl .icon img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
}

/* 自社配達地域 */
.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner {
    display: grid;
    grid-template-columns: 281px 1fr;
    gap: 30px;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_img img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: contain; */
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_main_text {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 1em;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner+.map_text_box_inner {
    margin-top: 11px;
    padding-top: 11px;
    border-top: 1px solid #D5D5D5;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner .map_text_box_inner_ttl {
    width: fit-content;
    background-color: #184e3c;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0.6em;
    font-weight: 700;
    line-height: 1;
    padding: 0.3em 0.7em 0.4em;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color {
    display: flex;
    align-items: center;
    gap: 0.7em;
    margin-bottom: 0.2em;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color::before {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 50%;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color.yellowgreen::before {
    background-color: #7BC8BE;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color.yellow::before {
    background-color: #F0EA32;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color.pink::before {
    background-color: #F9D2E4;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color.orange::before {
    background-color: #F5B85D;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner .map_text_box_inner_inner+.map_text_box_inner_inner {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #D5D5D5;
}

.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color,
.ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner .map_text_box_inner_text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

/* 返品・交換について *


/* ================= ren_ft_cont ================= */
.ren_ft_cont {
    background-color: #E3E2DF;
    padding: 40px 0 30px;
}

footer .ren_ft_cont .wrap::before,
footer .ren_ft_cont .wrap::after {
    content: unset;
}

.ren_ft_cont .ren_ft_copy_text {
    margin-top: 66px;
    text-align: right;
    font-size: 12px;
}

.ren_ft_cont .ren_ft_flex {
    display: flex;
    align-items: flex-start;
}

.ren_ft_cont .ren_ft_flex .ren_ft_img_area .ren_ft_logo {
    width: 155px;
    margin-bottom: 30px;
}

.ren_ft_cont .ren_ft_flex .ren_ft_img_area .ren_ft_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ren_ft_cont .ren_ft_flex .ren_ft_img_area .ren_ft_anniversary {
    width: 82px;
}

.ren_ft_cont .ren_ft_flex .ren_ft_img_area .ren_ft_anniversary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ren_ft_cont .ren_ft_flex .ren_ft_text_area {
    margin-left: 31px;
}

.ren_ft_cont .ren_ft_flex .ren_ft_text_area .ren_ft_text {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}

.ren_ft_cont .ren_ft_flex .ren_ft_text_area .ren_ft_text+.ren_ft_text {
    margin-top: 0.3em;
}

.ren_ft_cont .ren_ft_flex .ren_ft_text_area dl.ren_ft_text {
    display: flex;
}

.ren_ft_cont .ren_ft_flex .ren_ft_menu_area {
    margin-left: 99px;
    display: flex;
    gap: 42px;
}

.ren_ft_cont .ren_ft_flex .ren_ft_menu_area .ren_ft_menu_link {
    display: block;
    width: fit-content;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.ren_ft_cont .ren_ft_flex .ren_ft_menu_area .ren_ft_menu_link+.ren_ft_menu_link {
    margin-top: 2em;
}

.ren_ft_cont .ren_ft_flex .ren_ft_sub_menu_area {
    margin-left: 44px;
    border-left: 1px solid #C6C6C6;
    padding-left: 44px;
    padding-bottom: 28px;
}

.ren_ft_cont .ren_ft_flex .ren_ft_sub_menu_area .ren_ft_sub_menu_link {
    display: block;
    width: fit-content;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    font-weight: 700;
}

.ren_ft_cont .ren_ft_flex .ren_ft_sub_menu_area .ren_ft_sub_menu_link+.ren_ft_sub_menu_link {
    margin-top: 1.5em;
}

.ren_top_mv {
    background-image: url(/html/user_data/assets/img/common/ren_top_mv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 169px 0 75px;
    margin-top: -70px;
}

.ren_top_mv::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #11221D;
    opacity: .7;
}

.ren_top_mv .wrap {
    position: relative;
    z-index: 1;
}

.ren_top_mv .ekiten_badge {
    position: absolute;
    width: 172px;
    height: 172px;
    right: -6px;
    top: -80px;
}

.ren_top_mv .ekiten_badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ren_top_mv .anniversary_img {
    position: absolute;
    width: 94px;
    right: 30px;
    top: 100px;
}

.ren_top_mv .anniversary_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ren_top_mv .ren_top_mv_text_box {
    color: #fff;
    margin-bottom: 23px;
}

.ren_top_mv .ren_top_mv_text_box .main_text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.ren_top_mv .ren_top_mv_text_box .en_text {
    font-size: 70px;
    color: #E9F1F5;
    letter-spacing: -.05em;
    line-height: 1.2;
    margin-bottom: 0.15em;
}

.ren_top_mv .ren_top_mv_text_box .text {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
}

.ren_top_mv .archivement_box {
    display: flex;
    gap: 14px;
    margin-bottom: 30px;
}

.ren_top_mv .archivement_box .box_item {
    width: 190px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    text-align: center;
    padding: 12px 12px 5px;
    color: #000000;
}

.ren_top_mv .archivement_box .box_item .item_head {
    font-size: 16px;
    line-height: 1;
    margin-bottom: .3em;
    font-weight: 700;
}

.ren_top_mv .archivement_box .box_item .item_cont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ren_top_mv .archivement_box .box_item .item_cont .tate {
    width: 1em;
    line-height: 1.2;
    font-weight: 700;
    font-size: 14px;
    margin-right: 0.2em;
}

.ren_top_mv .archivement_box .box_item .item_cont .item_text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
}

.ren_top_mv .archivement_box .box_item .item_cont .item_text .num {
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    color: #08B108;
    letter-spacing: -.05em;
    margin-right: .07em;
}

.ren_top_mv .ren_top_mv_btn_box {
    width: fit-content;
}

.ren_top_mv .ren_top_mv_btn_box .btn_head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    margin-bottom: .5em;
    font-weight: 700;
}

.ren_top_mv .ren_top_mv_btn_box .btn_head::before,
.ren_top_mv .ren_top_mv_btn_box .btn_head::after {
    content: "";
    width: 1px;
    height: 1.5em;
    background-color: currentcolor;
}

.ren_top_mv .ren_top_mv_btn_box .btn_head::before {
    transform: rotate(-30deg);
}

.ren_top_mv .ren_top_mv_btn_box .btn_head::after {
    transform: rotate(30deg);
}

.ren_top_mv .ren_top_mv_btn_box .ren_top_mv_btn {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    background-color: #08A342;
    border-radius: 100vmax;
    box-shadow: 0 4px 0 #007400;
    color: #fff;
}

.ren_top_mv .ren_top_mv_btn_box .ren_top_mv_btn .btn_letter {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .08em;
}

.ren_top_mv .ren_top_mv_btn_box .ren_top_mv_btn .btn_letter .size {
    font-size: 1.4em;
    letter-spacing: .01em;
}

.ren_top_mv .ren_top_mv_btn_box .ren_top_mv_btn .arrow {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
}

.ren_top_news_box {
    display: grid;
    grid-template-columns: 1fr 649px;
    gap: 40px;
    margin-bottom: 78px;
}

.ren_top_common_ttl_box {
    text-align: center;
    margin-bottom: 30px;
}

.ren_top_common_ttl_box .en_ttl {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: #184E3C;
    margin-bottom: .4em;
}

.ren_top_common_ttl_box .ttl {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: .02em;
    font-weight: 700;
    color: #000;
}

.ren_top_common_ttl_box .ttl_comment {
    font-size: 14px;
    color: #6E6E6E;
    letter-spacing: .02em;
    line-height: 1.7;
    margin-top: 1.5em;
    font-weight: 700;
}

.ren_top_news_box .ren_top_common_ttl_box {
    text-align: left;
    margin-bottom: 0;
}

.ren_top_news_box .ren_top_common_ttl_box .ttl {
    font-size: 32px;
}

.ren_top_news_box .ren_top_news_list ul li:last-child a {
    border-bottom: 1px solid #E6E6E6;
}

.ren_top_news_box .ren_top_news_list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    font-size: 15px;
    padding: 1.7em 1.4em;
    color: #000;
    border-top: 1px solid #E6E6E6;
    background-color: #fff;
    transition: .3s;
}

.ren_top_news_box .ren_top_news_list ul li a:hover {
    color: #07913A;
    background-color: #FAFAFA;
}

.ren_top_news_box .ren_top_news_list ul li a .letter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
    font-weight: 700;
}

.ren_top_news_box .ren_top_news_list ul li a .letter .date {
    flex-shrink: 0;
    font-size: 0.9em;
}

.ren_top_news_box .ren_top_news_list ul li a .letter .ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 1;
}

.ren_top_news_box .ren_top_news_list ul li a::after {
    content: "";
    flex-shrink: 0;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid currentColor;
    border-left: none;
    border-bottom: none;
    transform: translateX(-0.3em) rotate(45deg);
}

.ren_top_arrival_sec {
    padding-top: 110px;
}

.ren_top_arrival_sec .ren_top_arrival_box {
    width: 840px;
    margin: 0 auto;
    margin-bottom: 0 !important;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow {
    position: absolute;
    top: 50%;
    background-color: #EFEFEF;
    width: 70px;
    height: 70px;
    appearance: none;
    border: none;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #184E3C;
    border-left: none;
    border-bottom: none;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow.ren_top_arrival_arrow--prev::before {
    transform: translateX(25px) rotate(225deg);
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow.ren_top_arrival_arrow--next::before {
    transform: translateX(22px) rotate(45deg);
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow.ren_top_arrival_arrow--prev {
    left: -100px;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow.ren_top_arrival_arrow--next {
    right: -100px;
}

.ren_top_arrival_sec .ren_top_arrival_box .slick-track:before,
.ren_top_arrival_sec .ren_top_arrival_box .slick-track:after {
    content: unset !important;
}

.ren_top_arrival_sec .ren_top_arrival_box .slick-track {
    display: flex;
}

.ren_top_arrival_sec .ren_top_arrival_box .slick-slide {
    height: auto !important;
    margin: 0 10px;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item {
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px 10px 30px;
    position: relative;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    transform: translateY(50%);
    border-radius: 100vmax;
    height: 8px;
    background-color: #184E3C;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_img {
    width: 100%;
    height: 170px;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 2;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1.4;
    color: #000;
    margin-bottom: 1.3em;
    font-weight: 700;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #07913A;
}

.ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_price .tax {
    font-size: 0.5em;
    color: #000;
}

.ren_top_arrival_sec .ren_top_arrival_btn {
    display: block;
    background-color: #184E3C;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #fff;
    width: 320px;
    border-radius: 100vmax;
    margin: 50px auto 0;
    padding: 1.2em;
}

.top_inner .ren_top_category {
    padding: 84px 0 94px;
    margin-top: 70px;
    background-color: #FAFAFA;
}

.top_inner .ren_top_category .ren_top_common_ttl_box .ttl_comment {
    color: #000;
}

.top_inner .ren_top_category .ren_top_category_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 27px;
}

.top_inner .ren_top_category .ren_top_category_box ul li a {
    display: block;
    position: relative;
}

.top_inner .ren_top_category .ren_top_category_box ul li a .img {
    width: 100%;
    height: 240px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
    margin-bottom: 20px;
}

.top_inner .ren_top_category .ren_top_category_box ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_inner .ren_top_category .ren_top_category_box ul li a .text_box {
    min-height: 80px;
    padding-left: 10px;
    border-left: 2px solid #184E3C;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top_inner .ren_top_category .ren_top_category_box ul li a .text_box .theme {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    letter-spacing: .02em;
    gap: 0.8em;
    color: #000;
    min-height: 2.4em;
    margin-bottom: 0.4em;
    font-weight: 700;
    line-height: 1.3;
}

.top_inner .ren_top_category .ren_top_category_box ul li a .text_box .theme::after {
    content: "";
    background-image: url(/html/user_data/assets/img/common/ren_top_cat_arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.top_inner .ren_top_category .ren_top_category_box ul li a .text_box .theme .letter {
    line-height: 1.3;
}

.top_inner .ren_top_category .ren_top_category_box ul li a .text_box .comment {
    font-size: 13px;
    letter-spacing: .02em;
    color: #000;
    font-weight: 700;
    line-height: 1.4;
}

.ren_top_ranking {
    padding: 114px 0 90px;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_tab_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 45px;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_tab_box .ren_top_ranking_tab {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    padding: 1.1em;
    letter-spacing: .02em;
    cursor: pointer;
    color: #6E6E6E;
    position: relative;
    padding-top: 0;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_tab_box .ren_top_ranking_tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    height: 2px;
    opacity: 0;
    transition: .3s;
    transform: translateY(50%);
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_tab_box .ren_top_ranking_tab.active {
    color: #000;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_tab_box .ren_top_ranking_tab.active::after {
    opacity: 1;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel {
    display: none;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel.active {
    display: block;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner {
    overflow: scroll;
    display: flex;
    gap: 15px;
    padding: 14px 2px;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item {
    display: flex;
    align-items: center;
    width: 420px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    border-radius: 6px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 10px;
    gap: 19px;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item::before {
    content: "";
    position: absolute;
    z-index: -2;
    border-radius: 6px;
    inset: 0;
    background-color: #F0F7F1;
    transform: rotate(0);
    transition: .3s;
    pointer-events: none;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item:hover::before {
    transform: rotate(4deg);
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 6px;
    inset: 0;
    background-color: #fff;
    pointer-events: none;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_num {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    background-color: #fff;
    text-align: center;
    border-radius: 6px 0 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #333333;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item:nth-child(1) .item_num {
    color: #AD9510;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item:nth-child(2) .item_num {
    color: #ACACAC;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item:nth-child(3) .item_num {
    color: #863E1E;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_img {
    width: 170px;
    height: 170px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_text_box {
    flex-grow: 1;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_text_box .theme {
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.7em;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_text_box .cost {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    letter-spacing: .02em;
    line-height: 1;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_text_box .more {
    display: flex;
    align-items: center;
    gap: 1.1em;
    font-weight: 700;
    font-size: 13px;
    color: #6E6E6E;
    line-height: 1;
    margin-top: 1.7em;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_text_box .more::before {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #D3D3D3;
}

.ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_text_box .cost .f_cent {
    font-size: 2em;
    margin-right: .2em;
    color: #07913A;
    letter-spacing: 0;
}

#top_banner_slider {
    display: none !important;
}

.ren_top_ekiten_sec {
    padding: 70px 0 57px;
    background-color: #F3F4F0;
}

.ren_top_ekiten_sec .ren_top_ekiten_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ren_top_ekiten_sec .ren_top_ekiten_cont .rank_box .ren_top_ekiten_sec .ren_top_ekiten_cont .rank_box {
    background-color: #fff;
}

.ren_top_ekiten_sec .ren_top_ekiten_cont .review_box {
    background-color: #eeeeee;
}

.top_inner #pay_banner_area {
    display: none !important;
}

.ren_top_shop_sec {
    padding: 130px 0 120px;
}

.ren_top_shop_sec .ren_top_shop_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px 15px;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    position: relative;
    padding-bottom: 21px;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #184e3c;
    border-radius: 0 0 10px 10px;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .ren_top_shop_item_link {
    position: absolute;
    inset: 0;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_img {
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_img::after {
    content: "";
    position: absolute;
    background-image: url(/html/user_data/assets/img/common/ren_top_cat_arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    z-index: 1;
    bottom: 10px;
    right: 10px;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_text_box {
    margin-bottom: 2vw;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_text_box .item_name {
    font-size: 18px;
    letter-spacing: .02em;
    font-weight: 700;
    color: #184E3C;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_text_box .item_address {
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 1.3;
    margin-bottom: 0.7em;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_text_box .item_tel {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_text_box .item_hour {
    font-size: 13px;
    line-height: 1.4;
    color: #4B4B4B;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_sns_box {
    display: flex;
    margin-top: auto;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_sns_box .sns_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_sns_box .sns_link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 750px) {
    #sp_free_search {
        margin-top: -20vw !important;
    }

    .ren_hd_cont .ren_hd_top_text {
        background-color: #0C3C2C;
        color: #fff;
        text-align: center;
        font-weight: 700;
        padding: 0.2em;
        font-size: 3.1vw;
    }

    .ren_hd_cont .ren_hd_cont_main {
        padding: 1.8vw 0;
        background: rgba(255, 255, 255, 0.9);
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_flex {
        display: flex;
        align-items: center;
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_flex .logo {
        display: block;
        width: 25vw;
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_flex .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_anniversary {
        width: 12vw;
        flex-shrink: 0;
        margin-left: 12.8vw;
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_anniversary img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_btn_box {
        display: flex;
        margin-left: auto;
        padding-right: 12.5vw;
        gap: 2.5vw;
        margin-left: auto;
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_btn_box a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10vw;
        height: 10vw;
        background-color: #fff;
        border: 1px solid #D1D1D1;
        border-radius: 50%;
        position: relative;
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_btn_box a .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60%;
        height: 60%;
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_btn_box a .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ren_hd_cont .ren_hd_cont_main .ren_hd_btn_box a .sp_cart_num {
        line-height: 1;
        width: 1.2em;
        height: 1.2em;
        padding-top: 0.2em;
        background-color: #0c3c2c;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        right: -1vw;
    }

    .ren_hd_cont .ren_hd_haitatsu {
        background-color: #fff;
        text-align: center;
        font-size: 3.6vw;
        font-weight: 700;
        letter-spacing: .1em;
    }

    .ren_hd_cont .ren_hd_haitatsu .num {
        font-size: 1.4em;
        font-weight: 700;
        color: #BFA227;
        margin: 0 0.2em;
    }

    .ren_top_mv {
        padding: 53vw 0 28.7vw;
        margin-top: -21vw;
    }

    .ren_top_mv .ekiten_badge {
        width: 30vw;
        height: 30vw;
        right: -5vw;
        top: -22vw;
    }

    .ren_top_mv .anniversary_img {
        display: none;
    }

    .ren_top_mv .ren_top_mv_text_box {
        margin-bottom: 5vw;
    }

    .ren_top_mv .ren_top_mv_text_box .main_text {
        font-size: 4.6vw;
        margin-bottom: 0.4em;
    }

    .ren_top_mv .ren_top_mv_text_box .en_text {
        font-size: 14.3vw;
        line-height: 1;
        margin-bottom: 2vw;
    }

    .ren_top_mv .ren_top_mv_text_box .text {
        font-size: 3.3vw;
    }

    .ren_top_mv .archivement_box {
        gap: 3vw;
        margin-bottom: 7vw;
        justify-content: center;
    }

    .ren_top_mv .archivement_box .box_item {
        width: auto;
        padding: 2vw 2vw 0.6vw;
        color: #000000;
        flex: 1;
    }

    .ren_top_mv .archivement_box .box_item .item_head {
        font-size: 3.5vw;
    }

    .ren_top_mv .archivement_box .box_item .item_cont {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .ren_top_mv .archivement_box .box_item .item_cont .tate {
        font-size: 2.9vw;
    }

    .ren_top_mv .archivement_box .box_item .item_cont .item_text {
        font-size: 2.9vw;
    }

    .ren_top_mv .archivement_box .box_item .item_cont .item_text .num {
        font-size: 9.48vw;
    }

    .ren_top_mv .ren_top_mv_btn_box {
        width: 100%;
    }

    .ren_top_mv .ren_top_mv_btn_box .btn_head {
        font-size: 3.8vw;
    }

    .ren_top_mv .ren_top_mv_btn_box .ren_top_mv_btn {
        width: 100%;
        padding: 3.7vw 7vw;
    }

    .ren_top_mv .ren_top_mv_btn_box .ren_top_mv_btn .btn_letter {
        font-size: 3.3vw;
    }

    .ren_top_mv .ren_top_mv_btn_box .ren_top_mv_btn .arrow {
        width: 2.5vw;
        height: 2.5vw;
    }

    #sp_free_search .wrap {
        padding: 5vw 2.5vw !important;
    }

    #sp_free_search .common_search_box .free_search_box .map_ban {
        display: none !important;
    }

    /* ================= ren_guide_sec ================= */
    .ren_guide_sec {
        padding: 14vw 0;
        background-color: #EDEDED;
    }

    .ren_guide_sec .ren_guide_sec_ttl_box {
        gap: 5vw;
        margin-bottom: 5vw;
    }

    .ren_guide_sec .ren_guide_sec_ttl_box::after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background-color: #CCCCCC;
    }

    .ren_guide_sec .ren_guide_sec_ttl_box .en_ttl {
        font-size: 3.6vw;
    }

    .ren_guide_sec .ren_guide_sec_ttl_box .ttl {
        font-size: 6.2vw;
    }

    .ren_guide_sec .ren_guide_sec_cont {
        display: flex;
        gap: 25px;
        flex-direction: column;
    }

    /* --- left_box：お支払いについて --- */

    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box {
        background-color: #FFFFFF;
        border-radius: 6px;
        padding: 4vw 3.5vw;
    }

    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box,
    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.right_box {
        width: 100%;
    }

    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box .ren_guide_sec_cont_box_ttl {
        font-size: 4.5vw;
        font-weight: 700;
        padding-bottom: 0.6em;
        margin-bottom: 1em;
        color: #184E3C;
        border-bottom: 1px dashed #184E3C;
        gap: 0.4em;
    }

    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box .ren_guide_sec_cont_box_ttl .size {
        font-size: 0.65em;
    }

    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box .box_inner .card_list {
        width: 90%;
        margin: 0 auto;
    }

    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box .box_inner .card_list img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box .box_inner .money_box {
        width: 90%;
        margin: 0 auto;
    }

    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box.left_box .box_inner .money_box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ren_guide_sec .ren_guide_sec_cont .ren_guide_sec_cont_box .box_inner .inner_text {
        line-height: 1.3;
        font-size: 3vw;
    }

    /* --- right_box --- */
    .ren_guide_sec .ren_guide_sec_cont .right_box {
        flex-grow: 1;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box+.ren_guide_sec_cont_box {
        margin-top: 25px;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .ren_guide_sec_cont_box_ttl .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 1.7em;
        height: 1.7em;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .ren_guide_sec_cont_box_ttl .icon img {
        /* width: 100%; */
        /* height: 100%; */
        /* object-fit: cover; */
    }

    /* 自社配達地域 */
    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner {
        grid-template-columns: 1fr;
        gap: 4vw;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_img img {
        width: 100%;
        /* height: 100%; */
        /* object-fit: contain; */
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_main_text {
        font-size: 3.7vw;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner+.map_text_box_inner {
        margin-top: 3vw;
        padding-top: 3vw;
        border-top: 1px solid #D5D5D5;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner .map_text_box_inner_ttl {
        font-size: 3.2vw;
        margin-bottom: 0.6em;
        font-weight: 700;
        line-height: 1;
        padding: 0.3em 0.7em;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color {
        display: flex;
        align-items: center;
        gap: 0.7em;
        margin-bottom: 0.2em;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color::before {
        content: "";
        width: 1em;
        height: 1em;
        border-radius: 50%;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color.yellowgreen::before {
        background-color: #7BC8BE;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color.yellow::before {
        background-color: #F0EA32;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color.pink::before {
        background-color: #F9D2E4;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color.orange::before {
        background-color: #F5B85D;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner .map_text_box_inner_inner+.map_text_box_inner_inner {
        margin-top: 3vw;
        padding-top: 3vw;
    }

    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner_color,
    .ren_guide_sec .ren_guide_sec_cont .right_box .ren_guide_sec_cont_box .box_inner.chiiki_box_inner .map_text_box .map_text_box_inner .map_text_box_inner_text {
        font-size: 3.2vw;
    }

    /* 返品・交換について *


    /* ================= ren_ft_cont ================= */
    .ren_ft_cont {
        padding: 8vw 0 27vw;
    }

    footer .ren_ft_cont .wrap::before,
    footer .ren_ft_cont .wrap::after {
        content: unset;
    }

    .ren_ft_cont .ren_ft_copy_text {
        margin-top: 5vw;
        text-align: center;
        font-size: 3vw;
    }

    .ren_ft_cont .ren_ft_flex {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_img_area {
        margin-bottom: 5vw;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_img_area .ren_ft_logo {
        width: 43vw;
        margin-bottom: 4vw;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_img_area .ren_ft_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_img_area .ren_ft_anniversary {
        width: 20vw;
        margin: 0 auto;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_img_area .ren_ft_anniversary img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_text_area {
        margin-left: 0;
        text-align: center;
        margin-bottom: 8vw;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_text_area .ren_ft_text {
        font-size: 12px;
        line-height: 1.3;
        font-weight: 700;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_text_area .ren_ft_text+.ren_ft_text {
        margin-top: 0.4em;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_text_area dl.ren_ft_text {
        display: flex;
        flex-direction: column;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_menu_area {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        gap: 4vw;
        margin-bottom: 8vw;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_menu_area .ren_ft_menu_left,
    .ren_ft_cont .ren_ft_flex .ren_ft_menu_area .ren_ft_menu_right {
        display: flex;
        justify-content: center;
        gap: 11vw;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_menu_area .ren_ft_menu_link {
        display: block;
        width: fit-content;
        line-height: 1;
        font-size: 3.6vw;
        font-weight: 700;
        color: #333;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_menu_area .ren_ft_menu_link+.ren_ft_menu_link {
        margin-top: 0;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_sub_menu_area {
        margin-left: 0;
        border-left: none;
        padding-left: 0;
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_sub_menu_area .ren_ft_sub_menu_link {
        display: block;
        width: fit-content;
        font-size: 3.2vw;
        line-height: 1.2;
        color: #333;
        font-weight: 700;
    }

    .ren_ft_cont .ren_ft_flex .ren_ft_sub_menu_area .ren_ft_sub_menu_link+.ren_ft_sub_menu_link {
        margin-top: 0;
    }

    .ren_top_sp_fixed {
        position: fixed;
        z-index: 10;
        display: flex;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .ren_top_sp_fixed .ren_top_sp_fixed_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 700;
        height: 17.9vw;
        font-size: 4.1vw;
        line-height: 1.3;
        gap: 0.5em;
    }

    .ren_top_sp_fixed .ren_top_sp_fixed_btn.line {
        flex-grow: 1;
        background-color: #01b902;
    }

    .ren_top_sp_fixed .ren_top_sp_fixed_btn.contact {
        width: 41vw;
        background-color: #184E3C;
    }

    .ren_top_sp_fixed .ren_top_sp_fixed_btn.tel {
        flex-direction: column;
        width: 17.9vw;
        background-color: #062B1E;
        gap: 0.2em;
    }

    .ren_top_sp_fixed .ren_top_sp_fixed_btn .icon {
        width: 6.6vw;
        height: 6.6vw;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ren_top_sp_fixed .ren_top_sp_fixed_btn.line .icon {
        width: 7.7vw;
        height: 7.7vw;
    }

    .ren_top_sp_fixed .ren_top_sp_fixed_btn.tel .icon {
        width: 6vw;
        height: 6vw;
    }

    .ren_top_sp_fixed .ren_top_sp_fixed_btn .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ren_top_news_box {
        grid-template-columns: 1fr;
        gap: 5vw;
        margin-bottom: 12vw;
    }

    .ren_top_common_ttl_box {
        text-align: center;
        margin-bottom: 5vw;
    }

    .ren_top_common_ttl_box .en_ttl {
        font-size: 5vw;
    }

    .ren_top_common_ttl_box .ttl {
        font-size: 6vw;
    }

    .ren_top_common_ttl_box .ttl_comment {
        font-size: 3.3vw;
        margin-top: 1em;
    }

    .ren_top_news_box .ren_top_common_ttl_box {
        text-align: left;
        margin-bottom: 0;
    }

    .ren_top_news_box .ren_top_common_ttl_box .ttl {
        font-size: 6vw;
    }

    .ren_top_news_box .ren_top_news_list ul li:last-child a {
        border-bottom: 1px solid #E6E6E6;
    }

    .ren_top_news_box .ren_top_news_list ul li a {
        font-size: 3.8vw;
        padding: 1.1em 0;
        color: #000;
        border-top: 1px solid #E6E6E6;
        background-color: #fff;
        transition: .3s;
    }

    .ren_top_news_box .ren_top_news_list ul li a:hover {
        color: #000;
        background-color: #fff;
    }

    .ren_top_news_box .ren_top_news_list ul li a .letter {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.1em;
        font-weight: 700;
    }

    .ren_top_news_box .ren_top_news_list ul li a .letter .date {
        color: #BABABA;
    }

    .ren_top_arrival_sec {
        padding-top: 17vw;
    }

    .ren_top_arrival_sec .ren_top_arrival_box {
        width: 100%;
        margin: 0 auto;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow {
        top: unset;
        bottom: -10vw;
        width: 12.8vw;
        height: 12.8vw;
        appearance: none;
        border: none;
        border-radius: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow::before {
        content: "";
        width: 2.7vw;
        height: 2.7vw;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow.ren_top_arrival_arrow--prev::before {
        transform: translateX(4vw) rotate(225deg);
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow.ren_top_arrival_arrow--next::before {
        transform: translateX(3vw) rotate(45deg);
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow.ren_top_arrival_arrow--prev {
        left: 18vw;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_arrow.ren_top_arrival_arrow--next {
        right: 18vw;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .slick-track:before,
    .ren_top_arrival_sec .ren_top_arrival_box .slick-track:after {
        content: unset !important;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .slick-track {
        display: flex;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .slick-slide {
        height: auto !important;
        margin: 0 1.25vw;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item {
        border-radius: 6px;
        padding: 2.5vw 2.5vw 4.3vw;
        position: relative;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item::after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        transform: translateY(50%);
        border-radius: 100vmax;
        height: 8px;
        background-color: #184E3C;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_img {
        width: 100%;
        height: 38vw;
        margin-bottom: 3.9vw;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_name {
        font-size: 3.6vw;
        margin-bottom: 1.1em;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_price {
        font-size: 5.3vw;
        font-weight: 700;
        line-height: 1;
        color: #07913A;
    }

    .ren_top_arrival_sec .ren_top_arrival_box .ren_top_arrival_item .item_price .tax {
        font-size: 0.5em;
        color: #000;
    }

    /* dotsを丸くカスタマイズするCSS */
    .ren_top_arrival_sec .ren_top_arrival_dots {
        margin-top: 10vw;
        display: grid;
        grid-template-columns: repeat(6, 1.5vw);
        justify-content: center;
        gap: 1.5vw;
    }

    .ren_top_arrival_sec .ren_top_arrival_dots li {
        width: 1.5vw;
        height: 1.5vw;
        margin: 0;
        background: #DDDDDD;
        border-radius: 50%;
        cursor: pointer;
    }

    .ren_top_arrival_sec .ren_top_arrival_dots li.slick-active {
        background: #184E3C;
    }

    .ren_top_arrival_sec .ren_top_arrival_dots li button {
        display: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .ren_top_arrival_sec .ren_top_arrival_btn {
        width: 100%;
        font-size: 4.6vw;
        margin-top: 10vw;
    }

    .top_inner .ren_top_category {
        padding: 12vw 0 15vw;
        margin-top: 15vw;
    }

    .top_inner .ren_top_category .ren_top_category_box {
        overflow: scroll;
    }

    .top_inner .ren_top_category .ren_top_category_box ul {
        grid-template-columns: repeat(8, 43.6vw);
        gap: 3vw 2.5vw;
    }

    .top_inner .ren_top_category .ren_top_category_box ul li a .img {
        height: 43.6vw;
        margin-bottom: 3vw;
    }

    .top_inner .ren_top_category .ren_top_category_box ul li a .text_box {
        min-height: 20vw;
        padding-left: 2.5vw;
    }

    .top_inner .ren_top_category .ren_top_category_box ul li a .text_box .theme {
        font-size: 3.6vw;
        min-height: unset;
    }

    .top_inner .ren_top_category .ren_top_category_box ul li a .text_box .theme::after {
        position: absolute;
        top: 35vw;
        right: 2vw;
        width: 6vw;
        height: 6vw;
    }

    .top_inner .ren_top_category .ren_top_category_box ul li a .text_box .comment {
        font-size: 2.9vw;
    }

    .ren_top_ranking {
        padding: 15vw 0;
    }

    .ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_tab_box .ren_top_ranking_tab {
        font-size: 4vw;
    }

    .ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner {
        flex-direction: column;
        gap: 4vw;
        padding: 0;
        overflow: visible;
    }

    .ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item {
        width: 100%;
        padding: 2.5vw;
        gap: 2.5vw;
    }

    .ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_num {
        width: 8.7vw;
        height: 8.7vw;
        font-size: 6.6vw;
    }

    .ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_img {
        width: 31vw;
        height: 31vw;
    }

    .ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_text_box .theme {
        font-size: 3.9vw;
    }

    .ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_text_box .more {
        font-size: 3.4vw;
    }

    .ren_top_ranking .ren_top_ranking_cont .ren_top_ranking_panel_box .ren_top_ranking_panel .panel_inner .inner_item .item_text_box .cost {
        font-size: 2.8vw;
    }

    .ren_top_ranking_panel .panel_inner .inner_item:nth-child(n+4) {
        display: none !important;
    }

    .ren_top_ranking_panel .panel_inner.is_show_all .inner_item:nth-child(n+4) {
        display: flex !important;
    }

    .ren_top_ranking_panel .panel_inner .sp_more_box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.3em;
        font-size: 4vw;
        font-weight: 700;
    }

    .ren_top_ranking_panel .panel_inner .sp_more_box::before,
    .ren_top_ranking_panel .panel_inner .sp_more_box::after {
        content: "";
        height: 1px;
        flex-grow: 1;
        border-bottom: 1px dashed #000;
    }

    .ren_top_ranking_panel .panel_inner .sp_more_box .sp_more_text {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5em;
    }

    .ren_top_ranking_panel .panel_inner .sp_more_box .sp_more_text .sp_more_icon {
        width: 0.7em;
        height: 0.7em;
        flex-shrink: 0;
        background-color: #000;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
    }

    .ren_top_ekiten_sec {
        padding: 5vw 0;
    }

    .ren_top_ekiten_sec .ren_top_ekiten_cont {
        grid-template-columns: 1fr;
    }

    .ren_top_shop_sec {
        padding: 15vw 0;
    }

    .ren_top_shop_sec .ren_top_shop_list {
        overflow: scroll;
        grid-template-columns: repeat(4, 43vw);
        gap: 7.7vw 2.5vw;
    }

    .ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .sp {
        margin-top: 3vw;
        position: relative;
        z-index: 3;
    }

    .ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .sp_tel_btn {
        display: block;
        background-color: #184e3c;
        color: #fff;
        font-size: 2.8vw;
        text-align: center;
        line-height: 1;
        padding: 1em;
        border-radius: 100vmax;
        font-weight: 700;
    }

    .ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_img {
        height: 28.2vw;
        margin-bottom: 3.1vw;
    }

    .ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_img::after {
        width: 7.7vw;
        height: 7.7vw;
        bottom: 1.5vw;
        right: 1.5vw;
    }

    .ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_text_box .item_address {
        margin-bottom: 0;
    }

    .ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_sns_box {
        gap: 2.5vw;
    }

    .ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item .item_sns_box .sns_link {
        width: 5vw;
        height: 5vw;
    }

    .ren_top_shop_sec .ren_top_shop_list .ren_top_shop_item {
        padding-bottom: 6vw;
    }

}