/* layout */

/* title_and_lead */
.mv_inner p{
    font-size: 1.6rem;
}

.main-title{
    font-size: 2rem;
}

.main-introduction{
    padding: 20px 0;
    line-height: 1.8;
    font-size: 1.5rem;
    font-weight: bold;
}

.main-introduction br{
    display: none;
}

.sp-title{
    position: relative;
    margin-bottom: 40px;
    line-height: 1.4;
    font-size: 2rem;
    background: #59c3e1;
    color: #fff;
    text-align: center;
    padding: 10px;
}
/* .sp-subtitle{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #59c3e1;
    font-size: 2.2rem;
} */

/* @media (min-width: 768px){
    .main-introduction{
        font-size: 1.7rem;
        text-align: center;
    }

    .main-introduction br{
        display: block;
    }

    .sp-title{
        font-size: 3rem;
    }
    .sp-subtitle{
        margin: -100px 0 30px;
        padding: 100px 0 10px;
    }
    .sp-subtitle{
        margin: -100px 0 30px;
        padding: 100px 0 10px;
    } 
} */

/* anchor-link */
.anchor_wrap{
    padding-bottom: 50px;
}

.anchor_title{
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.anchor_list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.anchor_list > li{
    width: 100%;
}

.anchor_list > li a{
    position: relative;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 3px solid #59c3e1;
    border-radius: 5px;
    padding: 15px 25px 15px 15px;
    color: #222;
    text-align: center;
    transition: all 0.2s;
}

.anchor_list > li a:after{
    content: '';
    position: absolute;
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    right:10px;
    border-bottom: 3px solid #59c3e1;
    border-right: 3px solid #59c3e1;
    transition: transform .5s;
}


.anchor_list > li img{
    width: 50px;
}

.anchor_list > li span{
    width: calc(100% - 45px);
    font-size: 1.7rem;
    font-weight: bold;
}

.anchor_list > li a:hover{
    opacity: 0.7;
}

@media (min-width: 768px){
    .anchor_list > li{
        width: calc((100% - 30px) / 3);
    }

    .anchor_title:before {
        display: inline-block;
        content: "";
        width: 23px;
        margin-right: 1rem;
        height: 23px;
        background: url(/html/user_data/assets/img/common/ico_search_bk.svg) no-repeat;
    }
}

/* product_list */
.block-product__list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    padding-bottom: 50px;
}

.block-product__list li{
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
}


.block-product__list li a{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.block-items__item__info{
    display: flex;
    flex-direction: column;
}
.block-product__desc {
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.1rem;
    margin-top: auto;
    margin-bottom: 15px;
}

.block-product__list li .block-items__item__name{
    text-decoration: none;
    font-weight: bold;
}
.block-items__item__price--unit {
    font-size: 2.4rem;
}

.block-product__link-btn {
    display: none;
}

.block-product__link-btn:after {
    content: "";
    position: absolute;
    top: 46%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
    transform: rotate(-45deg) translate(0, -50%);
}

.more_link_wrap{
    margin: -50px 0 100px;
}

.more_link_wrap a{
    position: relative;
    box-sizing: border-box;
    width: 500px;
    margin: auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 3px solid #59c3e1;
    border-radius: 50px;
    padding: 10px 30px 10px 15px;
    color: #222;
    text-align: center;
    transition: all 0.2s;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: bold;
}

.more_link_wrap a:after{
    content: '';
    position: absolute;
    transform: translateY(-25%) rotate(-45deg);
    width: 10px;
    height: 10px;
    right: 25px;
    border-bottom: 3px solid #59c3e1;
    border-right: 3px solid #59c3e1;
    transition: transform .5s;
}

.more_link_wrap a:hover{
    opacity: 0.7;
}

@media (min-width: 768px) {
    .block-product__list li{
        width: calc((100% - 40px) / 2);
    }
}

@media (min-width: 1024px) {
    .block-product__list li{
        width: calc((100% - 60px) / 4);
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 10px;
    }

    .block-items__item__price--unit {
        font-size: 1.8rem;
    }
    .block-product__desc {
        font-size: 1.2rem;
    }
}

/* Point */
.novelty-tips {
    margin: 0 auto 50px;
    padding: 5%;
    background: #eeeeee;
    border-radius: 12px;
    font-size: 1.3em;
}

.novelty-tips h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2em;
    color: #2c3e50;
}

.tip {
    margin-bottom: 2em;
    background: #fff;
    padding: 1em 1.5em;
    border-left: 5px solid #59c3e1;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.tip h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    color: #e35900;
    line-height: 1.3;
}

.tip h3 span {
    font-weight: bold;
    font-size: 3rem;
    margin-right: 0.5em;
    color: #e35900;
}

.tip p br {
    display: none;
}

@media (min-width: 768px) {
    .tip h3 {
        font-size: 2rem;
    }

    .tip p br {
        display: block;
    }
}

/* press */
.press_visit{
    margin-bottom: 50px;
}

.press_visit a{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    color: #222;
    border: 1px solid #ccc;
    padding: 15px;
}

.press_visit a:hover{
    opacity: 0.7;
}

.press_visit .tag--new{
    font-size:1.3rem;
}

.press_visit h3{
    margin-top: 10px;
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    .press_visit a{
        flex-direction: row;
    }
    .press_visit img{
        width: 300px;
    }
    .press_visit .press_text{
        width: calc(100% - 300px);
    }
}

/* sidenavi */
#side_navi{
    display: none;
}

@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 80px;
        transition: all 0.3s ease; 
    }

    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -130px;
    }

    #side_navi.visible{
        right: -130px; 
    }

    #side_navi.visible.hidden{
        right: 0; 
    }
    
    /* トグルボタンのスタイル */
    .toggle-btn {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 5px 0 0 5px;
        border-right: none;
        padding: 25px 10px;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        font-size: 1.4rem;
    }

    #side_navi .toggle-btn {
        opacity: 0;
        cursor: default;
    }

    #side_navi.visible .toggle-btn,
    #side_navi.visible.hidden .toggle-btn{
        opacity: 1;
        cursor: pointer;
    }

    .item_navi {
        position: relative;
        border-radius: 10px 0 0 10px;
        width: 130px;
        padding: 15px 10px;
        text-align: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-right: none;
    }

    .snav li {
        margin-top: 7px;
        position: relative;
    }

    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 30px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        background: #fff;
        line-height: 1.3;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        transition: all 0.2s;
    }

    .snav li a:before{
        content: "";
        position: absolute;
        top: 39%;
        left: 5px;
        color: #bf0000;
        border-style: solid;
        border-color: transparent;
        border-width: 0.35em 0.5em;
        border-right-color: currentColor;
        border-left: 0;
    }

    .snav li a:hover {
        color: #fff;
        background: #bf0000;
    }

    .snav li a.active {
        color: #fff;
        background: #bf0000;
    }

    .section-navi{
        margin-top: -100px;
        padding-top: 110px;
    }
}
@media screen and (min-width: 1500px) and (min-height: 650px){
    #side_navi {
        right: -150px; 
    }
    
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -150px;
    }

    #side_navi.visible{
        right: -150px; 
    }

    .item_navi {
        width: 150px;
        padding: 15px 10px;
    }

    .snav li {
        margin-top: 7px;
    }

    .snav li a {
        padding: 4px 5px 4px 17px;
        min-height: 35px;
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1400px) and (min-height: 550px) {
    .section-navi {
        margin-top: -90px;
        padding-top: 100px;
    }
}
@media screen and (min-width: 600px) {
    .content-front .heading-unit {
    border-bottom: 2px solid #59c3e1 !important;
}
}
.feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
    .feature_list > li {
        width: calc((100% - 20px) / 2);
    }
}
.feature_list > li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    color: #333;
}
@media screen and (min-width: 600px) {
    .feature_list > li .tmb_box, .feature_list > li .txt_box {
        width: 100%;
    }
}
.feature_list > li .tmb_box img {
    width: 100%;
    vertical-align: bottom;
}
@media screen and (min-width: 600px) {
    .feature_list > li .tmb_box, .feature_list > li .txt_box {
        width: 100%;
    }
}
@media screen and (min-width: 600px) {
    .feature_list > li .txt_box .name {
        font-size: 1.8rem;
    }
}
.feature_list > li .txt_box .name {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold;
}
@media screen and (min-width: 600px) {
    .feature_list > li .txt_box .comment {
        font-size: 1.3rem;
    }
}
.feature_list > li .txt_box .comment {
    line-height: 1.4;
    color: #555;
    font-size: 1.2rem;
}
.feature_list > li .txt_box {
    width: 100%;
    padding-top: 10px;
}
/* @media (min-width: 768px) { */
    .block-product__link-btn {
        width: 85%;
        display: block;
        position: relative;
        background: #59c3e1;
        margin: auto auto 0;
        padding: 5px 10px;
        text-align: center;
        border-radius: 50px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
    }
/* } */

@media (min-width: 768px) {
    .block-product__link-btn.link-btn_04 {
        background: #59c3e1;
    }
}

.block-items__item__img img {
    border: none !important;
}
.sp-subtitle {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #59c3e1;
    color: #333333;
    font-size: 22px;
    margin-bottom: 30px;
    
}

.sp-subtitle:before,
.sp-subtitle:after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.sp-subtitle:before {
    background-color: #59c3e1;
}

.sp-subtitle:after {
    bottom: -11px;
    background-color: #fff;
}
@media (min-width: 768px){
    .main-introduction{
        font-size: 1.7rem;
        text-align: center;
    }

    .main-introduction br{
        display: block;
    }

    .sp-title{
        font-size: 3rem;
    }
    .sp-subtitle{
        margin: -100px 0 30px;
        padding: 100px 0 10px;
    }
    .sp-subtitle{
        margin: -100px 0 30px;
        padding: 100px 0 10px;
    } 
}