/* base */
.lp_content{
    width: 100%;
}

.lp_content a{
    transition:all 0.2s;
}

.lp_content a:hover{
    opacity: 0.7;
}

.summary-text{
    font-size: 1.5rem;
}
.cate_sp{
    margin-right: 1.5rem;
    display: flex;
    margin: 2.2rem 0;
}

.cate_sp img{
    margin-right: 2rem;
}

.main-title{
    margin-top: 20px;
    font-size: 2.5rem;
}

.main-introduction{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 4.5rem;
}

.main-introduction br{
    display: none;
}

.sp-title{
    position: relative;
    text-align: center;
    padding: 10px 15px;
    outline: 2px solid #000000;
    text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #03a9f4 0 3px, transparent 3px 6px);
    color: #000000;
    font-weight: bold;
    line-height: 1.4;
}

.sp-title_04{
    position: relative;
    padding: 10px 15px;
    text-align: center;
    outline: 2px solid #644444;
    text-shadow: -1px -1px 1px #ffffff, 1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px 1px 1px #ffffff;
    background-image: linear-gradient(45deg, transparent 0 30px, #fff 30px), repeating-linear-gradient(135deg, #a2c8e3 0 3px, transparent 3px 6px);
    color: #644444;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

.heading-2{
    padding: 10px;
    color: #fff;
    background: #03a9f4;
    text-align: center;
    font-size: 2.5rem;
}

.heading-3{
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #03a9f4;
    font-size: 1.5rem;
}

.heading-3 span{
    font-size: 1.8rem;
}

@media (min-width: 768px){
    .main-introduction{
        text-align: center;
        font-size: 2rem;
    }

    .main-introduction br{
        display: block;
    }

    .sp-title{
        padding: 20px 15px;
        font-size: 2.3rem;
        text-align: center;
    }

    .sp-title_rank{
        padding: 20px 15px;
        font-size: 2.3rem;
        text-align: center;
    }

    .heading-2{
        font-size: 2.8rem;
    }

    .heading-3{
        font-size: 1.8rem;
    }

    .heading-3 span{
        font-size: 2.4rem;
    }
}

/* おススメ商品 */
.recommendation‐novelty_item{
    display: flex;
    max-width: 100%;
    gap: 10px;
}

.osusume_sct {
    margin-top: 50px;
    width: calc((100% - 10px) / 2);
}

@media (min-width: 768px) {
    .flexbox {
        flex-direction: column !important;
    }
}

@media (min-width: 768px) {
    .flexbox-left {
        width: 280px !important;
    }
}

@media (min-width: 768px) {
    .flexbox-right {
        width: auto !important;
    }
}


.flexbox-right .subttl {
    font-size: 1.44rem !important;
}

.flexbox-right h3 {
    font-size: 1.98rem !important;
}

.flexbox-right .comment {
    font-size: 1.3rem !important;
}

.mB60{
    margin-bottom: 60px;
}







/*冷タオル*/
.osusume_sct {
    margin-top: 50px;
}

.recommend-ttl {
    font-size: 2rem;
    background: #287fd9;
    display: block;
    color: #fff;
    line-height: 1.2;
    padding: 11px 25px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .recommend-ttl {
        display: inline-block;
        border-radius: 10px 10px 0 0;
    }
}

.flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #e0efff;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
    .flexbox {
        flex-direction: row;
        border-radius: 0 10px 10px 10px;
    }
}

@media (min-width: 768px) {
    .flexbox-left {
        width: 250px;
    }
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

.flexbox-left img {
    vertical-align: bottom;
}

.flexbox-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 768px) {
    .flexbox-right {
        width: calc(100% - 270px);
    }
}

.flexbox-right .subttl {
    font-size: 1.6rem;
    font-weight: bold;
}

.flexbox-right h3 {
    font-size: 2.8rem;
    line-height: 1.2;
}

.flexbox-right .comment {
    font-size: 1.6rem;
}

.link-btn {
    position: relative;
    background: #555;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .link-btn {
        margin-top: 10px;
        padding: 7px;
        font-size: 1.4rem;
    }
}

.flexbox-right .link-btn {
    margin-top: auto;
    padding: 7px;
    font-size: 1.7rem;
    background: #287fd9;
    color: #fff;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
}

.link-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*ここまで*/

/* title_wrap */
.category-ttl_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    border: 3px solid #222;
    position: relative;
}
.category-ttl_wrap h2{
    font-size:3rem;
    font-weight: bold;
}
.category-ttl_wrap span{
    position: absolute;
    top: -15px;
    background: #fff;
    color: #105cbd;
    padding: 0 15px;
    font-size: 1.4rem;
    font-weight: bold;
}
@media (min-width: 768px){
    .category-ttl_wrap h2{
        font-size:3rem;
    }
    .category-ttl_wrap span{
        font-size: 1.6rem;
    }
}


/* 目次ボタン */
.block-toc__wrap{
    margin: 50px 0 60px;
}
.block-toc__title{
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
.block-toc__list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
    margin: auto;
    padding-bottom: 50px;
}
.block-toc__list > li{
    width: calc((100% - 5px) / 2);
}
.block-toc__list > li a{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #03a9f4;
    border-radius: 5px;
    padding: 10px 5px;
    height: 100%;
    box-sizing: border-box;
    color: #222;
    transition: all 0.2s;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}
.block-toc__list > li a:after{
    content: '';
    transform: translateY(-25%) rotate(45deg);
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 2px solid #03a9f4;
    border-right: 2px solid #03a9f4;
    transition: transform .5s;
}
.block-toc__list > li a:hover{
    background: #efefef;
}
@media (min-width: 768px){
    .block-toc__list{
        gap: 15px;
    }
    .block-toc__list > li{
        width: calc((100% - 30px) / 3);
    }
    .block-toc__list > li a{
        padding: 15px 5px;
        border-width: 2px;
        line-height: 1.4;
        font-size: 1.5rem;
    }
}

/*アイコン表示*/
.eco_icon p{
    position: absolute;
    display: inline-block;
	width: 50px;
	height: 50px;
    left: 0;
    top: 0;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
	background: #8cd448;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px; 
	border-radius: 50px;
}
.charge_icon p{
    position: absolute;
    display: inline-block;
	width: 80px;
	height: 80px;
    left: 0;
    top: 0;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
	background: #2c8ccc;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px; 
	border-radius: 50px;
}
.battery_icon p{
    position: absolute;
    display: inline-block;
	width: 50px;
	height: 50px;
    left: 0;
    top: 0;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.6rem;
	background: #2c8ccc;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px; 
	border-radius: 50px;
}
.duble_icon .icon_01{
    position: absolute;
    display: inline-block;
	width: 50px;
	height: 50px;
    left: 0;
    top: 0;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
	background: #2c8ccc;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px; 
	border-radius: 50px;
}
.duble_icon .icon_02{
    position: absolute;
    display: inline-block;
	width: 50px;
	height: 50px;
    left:  55px;
    top: 0;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
	background: #e94964;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px; 
	border-radius: 50px;
}

/*ランキング 順位部分*/
.rank_img {
    text-align: center;
    margin-bottom: 0.5rem;
}

/*ランキング*/
.rank-frame{
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 7px;
}

/* product__list */
.block-product__list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 0;
}
.block-product__list > li{
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border: 1px solid #ccc;
}
.block-items__item__link{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    height: 100%;
    padding: 10px;
    transition:all 0.2s;
}
.block-items__item__link:hover{
    opacity: 0.7;
}
.block-items__item__img{
    padding: 0;
    position: relative;

}
.block-items__item__img img{
    position: static;
    vertical-align: bottom;
}

.block-items__item__link .block-items__item__info{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.block-items__item__name{
    margin-top: 0;
    line-height: 1.4;
    text-decoration: none;
    font-size:1.4rem;
    font-weight: bold;
}
.block-items__item__price{
    display: flex;
    align-items: baseline;
    justify-content: start;
    gap: 10px;
    margin: 0;
}
.block-items__item__price--unit{
    font-size: 1.8rem;
}
.block-items__item__price--count{
    font-size: 1.2rem;
}
.block-product__list > li .block-items__item__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}
.block-product__list > li .block-items__item__tag{
    font-size: 1.1rem;
    color: #222;
    border-radius: 50px;
    padding: 5px 10px 5px 21px;
    align-items: center;
    line-height: 1;
    border: 1px solid #b8b8b8;
    margin: 0;
}
.block-product__list > li .block-items__item__tag:before{
    width: 13px;
    height: 11px;
    left: 8px;
}
.block-product__desc{
    color: #7c7c7c;
    display: -webkit-box;
    -webkit-box-orient: verticol;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-top: auto;
    margin-bottom: 5px;
}
.block-product__link-btn{
    display: none;
}
.block-product__link-btn_01{
    display: none;
}
.block-product__link-btn_02{
    display: none;
}
.block-product__link-btn_03{
    display: none;
}
.block-product__link-btn_04{
    display: none;
}
.product_list_rank{
    overflow: hidden;
}
.col_05{
    width: 200px;
}
@media (min-width: 768px) {
    .content-front .heading-unit__text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .col-4 {
        width: calc((100% - 45px) / 4);
    }
    .category-contents__flexbox_00 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .col_2 img{
        width: 70%;
    }
    .col_4 img{
        width: 95%;
    }
    .block-product__list{
        gap: 30px 15px;
    }
    .block-product__list-rank{
        gap: 30px 15px;
    }
    .col_2{
        width: calc((100% - 15px) / 2);
        padding: 0;
    }

    .block-items__item__link{
        flex-direction: column;
        padding: 10px 10px 20px;
    }
    .block-items__item__img{
        text-align: center;
    }
    .block-items__item__info{
        width: 100%;
    }
    .block-items__item__name{
        display: block;
        overflow: hidden;
        font-size: 1.5rem;
    }
    .block-items__item__price{
        display: flex;
        gap: 10px;
    }
    .block-items__item__price--unit{
        font-size: 1.7rem;
    }
    .col_5 .block-items__item__price--unit{
        font-size: 1.5rem;
        margin-top: 0.5rem;
    }
    .block-items__item__price--count{
        font-size: 1.3rem;
    }
    .block-product__desc{
        -webkit-line-clamp: 4;
    }
    .block-product__link-btn{
        width: 85%;
        display: block;
        position: relative;
        background: #a17b7b;
        margin: auto auto 0;
        padding: 5px 10px;
        text-align: center;
        border-radius: 50px;
        color: #fff;
        font-size: 1.5rem;
    }
    .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%);
    }
    .block-product__link-btn.link-btn_04{
        background: #03A9F4;
    }
    .rank_img img {
        width: 50px;
    }
    .rank_num_5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        align-items: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 7px auto 0;
    }
    .rank_num {
        width: 35px;
        height: 35px;
        margin-bottom: 1rem;
        line-height: 38px;
        text-align: center;
        font-size: 20px;
        font-family: Roboto, sans-serif;
        background-color: #323232;
        border-radius: 50%;
        color: #fff;
    }
    .sp-title_rank{
        font-size: 2.5rem;
    }
    .sp-title{
        font-size: 2.5rem;
    }
    .sma{
        display: none;
    }
    .rank_num{
        width: 35px;
        height: 35px;
        margin-bottom: 1rem;
        line-height: 38px;
        text-align: center;
        font-size: 20px;
        font-family: Roboto, sans-serif;
        background-color: #323232;
        border-radius: 50%;
        color: #fff;
    }
    .pc_on{
        display: block;
    }
}
@media(max-width: 767px){
    
    .col_5{
        max-width: 100%;
    }
    .col-4 {
        width: 100%;
    }
    .block-items__item__link-rank .block-items__item__img{
        padding: 0;
    }
    .block-items__item__link .block-items__item__img{
        width: 125px;
        padding: 0;
    }
    .rank_img {
        display: flex;
        text-align: center;
        align-items: center;
        width: 35%;
        margin: 0 auto;
    }
    .rank_img img {
        width: 120px;
    }
    .rank_num_5 {
        display: flex;
        text-align: center;
        align-items: center;
        margin: 0.4rem auto 0;
    }
    .rank_num {
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 34px;
        text-align: center;
        font-size: 15px;
        font-family: Roboto, sans-serif;
        background-color: #323232;
        border-radius: 50%;
        color: #fff;
    }
    .block-items__item__link .block-items__item__info{
        width: calc(100% - 135px);
    }
    .sp-title_rank{
        font-size: 2rem;
    }
    .sp-title{
        font-size: 2rem;
    }
    .pc{
        display: none;
    }
    .product-swiper__wrap{
        padding: 0;
    }
    .product-list .swiper-slide {
    width: 120px;
    max-width: 100%;
    }
    .product-swiper-prev,
    .product-swiper-next,
    .product-swiper-pagination{
        display: none;
    }
    .rank_num {
        width: 30px;
        height: 30px;
        margin: 0 auto;
        display: inline-block;
        line-height: 34px;
        text-align: center;
        font-size: 15px;
        font-family: Roboto, sans-serif;
        background-color: #323232;
        border-radius: 50%;
        color: #fff;
    }
/*アイコン*/
    .charge_icon p{
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        left: 0;
        top: 0;
        line-height: 50px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 1.4rem;
        background: #2c8ccc;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; 
        border-radius: 50px;
    }
    
    .duble_icon .icon_02{
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        left:  0px;
        top: 55px;
        line-height: 52px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        font-size: 1.4rem;
        background: #e94964;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; 
        border-radius: 50px;
    }

    .pc_on{
        display: none;
    }
}
@media (min-width: 1024px) {
    .col_4{
        width: calc((100% - 45px) / 4);
        padding: 0;
    }
}
@media screen and (max-width: 500px){
    @keyframes scrollAnime{
        0% { transform: translateX(0)}
      100% { transform: translateX(-100%)}
    }
}
/* 別ページリンクボタン */
.category-contents_02{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 50px;
}
.category-contents_02 .category-contents_item02{
    width: 100%;
}
.category-contents_02 .category-contents_item02 a{
    display: flex;
    justify-content: center;
    position: relative;
    padding: 20px 20px;
    border: 2px solid #03a9f4;
    border-radius: 5px;
    color: #222;
    font-size: 1.4rem;
    font-weight: bold;
}
.category-contents_02 .category-contents_item02 a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: 2px solid #03a9f4;
    border-right: 2px solid #03a9f4;
}
.category-contents_02 .category-contents_item02 a:hover{
    opacity: 0.7;
}
@media screen and (min-width: 768px){
    .category-contents_02 .category-contents_item02{
        width: calc((100% - 15px) / 2);
    }
    .category-contents_02 .category-contents_item02 a{
        font-size: 1.5rem;
    }
}

/* sidenavi */
#side_navi{
    display: none;
}
.section-navi{
    margin-top: -100px;
    padding: 100px 0 50px;
}
@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 20px;
        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;
    }
}
@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: 33px;
        font-size: 1.2rem;
    }
}

/* baloon */
.icon_perf:not(:empty){
    position: absolute;
    content: "";
    top: -3px;
    left: -10px;
    z-index: 1;
    background: #1a559d;
    color: #fff;
    padding: 8px 10px;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 0 50px 50px 0;
}


.press_visit, .feature_visit {
    display: flex;
    margin-bottom: 10rem;
    gap: 10px;
    margin-top: 6rem;
    flex-wrap: wrap;
}

.feature_visit a {
    width: calc((100% - 74px) / 2);
    padding: 1.5rem;
}

.press_visit a img, .feature_visit a img {
    margin-bottom: 1rem;
}

.feature_visit h4 {
    font-size: 1.8rem;
    color: #000;
}

.comment {
    color: #000;
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .press_visit a, .feature_visit a {
        width: 100%;
    }
}

/* 特集ページ一覧 */
.feature_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding-bottom: 50px;
}
.feature_list > li{
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
.feature_list > li a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  	-ms-flex-direction: row;
  	flex-direction: row;
    align-items: center;
    color:#333;
}
.feature_list > li a:hover{
    opacity: 0.7;
}
.feature_list > li .tmb_box img{
    width: 100%;
    vertical-align: bottom;
}
.feature_list > li .txt_box{
    width: 100%;
    padding-top:7px;
}
.feature_list > li .txt_box .name{
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold;
}
.feature_list > li .txt_box .comment{
    line-height: 1.4;
    color: #555;
    font-size: 1.2rem;
}
@media screen and (min-width: 600px){
    .feature_list > li {
        width: calc((100% - 20px) / 2);
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .feature_list > li .tmb_box,
    .feature_list > li .txt_box{
        width: 100%;
    }
    .feature_list > li .txt_box .name{
        font-size: 1.8rem;
    }
    .feature_list > li .txt_box .comment{
        font-size: 1.3rem;
    }
}

/* 注文フロー */
.content__lead {
    margin-top: 0;
    text-align: left;
    font-size: 1.4rem;
}
.bottom-flow_box ul{
    display: block;
}
.bottom-flow_box ul li{
    width: 100%;
    border: solid 1px #ccc;
    border-bottom: none;
    padding: 10px;
}
.bottom-flow_box ul li:last-child{
    border-bottom: solid 1px #ccc;
}
.bottom-flow_box ul li h3{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.bottom-flow_box ul li h3 span{
    color: #9d0000;
    margin-right: 5px;
}
.bottom-flow_box ul li div{
    display: flex;
    align-items: center;
}
.bottom-flow_box ul li div img{
    width: 30%;
}
.bottom-flow_box ul li div p{
    font-size: 12px;
}
@media screen and (min-width: 768px){
    .bottom-flow_box ul{
        display: flex;
    }
    .bottom-flow_box ul li{
        width: 25%;
        border: solid 1px #ccc;
        border-right: none;
    }
    .bottom-flow_box ul li:last-child{
        border-right: solid 1px #ccc;
    }
    .bottom-flow_box ul li div{
        display: block;
    }
    .bottom-flow_box ul li div img{
        width: 100px;
        display: block;
        margin: auto;
    }
}
/* この夏オススメノベルティ */

.recommend-ttl {
    font-size: 2rem;
    background: #287fd9;
    display: block;
    color: #fff;
    line-height: 1.2;
    padding: 11px 25px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
@media (min-width: 768px) {
    .recommend-ttl {
        display: inline-block;
        border-radius: 10px 10px 0 0;
    }
}

.flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #e0efff;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.flexbox-left img {
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .flexbox {
        flex-direction: row;
        border-radius: 0 10px 10px 10px;
    }
}

.flexbox-left {
    width: 250px;
}

@media (min-width: 768px) {
    .flexbox-left {
        width: 250px;
    }
}

.flexbox-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 768px) {
    .flexbox-right {
        width: calc(100% - 270px);
    }
}

.flexbox-right .subttl {
    font-size: 1.6rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .flexbox-right h3 {
        font-size: 3.8rem;
    }
}
.flexbox-right h3 {
    font-size: 21px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .flexbox-right .comment {
        font-size: 1.6rem;
    }
}
.flexbox-right .comment {
    font-size: 1.6rem;
}

.flexbox-right .link-btn {
    margin-top: auto;
    padding: 7px;
    font-size: 1.7rem;
    background: #287fd9;
    color: #fff;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .link-btn {
        margin-top: 10px;
        padding: 7px;
        font-size: 1.4rem;
    }
}
.link-btn {
    position: relative;
    background: #555;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
}
