/*common*/
.column_it{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    display: table;
    margin: 0.5em auto;
}
.item_name::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/title_parts001.png) no-repeat center / contain;
    width: 2.8rem;
    height: 5.2rem;
    position: absolute;
    right: -3.6rem;
    top: 50%;
    transform: translateY(-50%);
}
.item_name::after{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/title_parts001.png) no-repeat center / contain;
    width: 2.8rem;
    height: 5.2rem;
    position: absolute;
    left: -3.6rem;
    top: 50%;
    transform: translateY(-50%);
}
.desc{
    text-align: center;
}
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.5rem;
}
.order a{
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 100%;
    max-width: 22rem;
    background: #C2191F;
    color: #fff;
    border-radius: 50px;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
    margin: auto;
}
.order a:hover{
    opacity: 1;
    background: #C2191F;
}
.order a::after{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}
.order a:hover:after{
    right: 6%;
}
.line:not(.mb_none){
    margin-bottom: 0;
}
.mb_none{
    margin-bottom: 3rem;
}

.ranking {
    position: relative;
    padding: 0.3em 2em;
    border-bottom: 2px solid #C2191F;
    color: #C2191F;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.5em auto 1em;
    max-width: 14rem;
}

.ranking::before,
.ranking::after {
    position: absolute;
    left: 2.5rem;
    bottom: -15px;
    width: 2rem;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.ranking::before {
    background-color: #C2191F;
}

.ranking::after {
    bottom: -11px;
    background: #f8f4e6;
}
.ranking .number{
    font-size: 1.8rem;
}
/*sec*/
.sec_item{
    background: #f8f4e6;
    position: relative;
    padding: 4rem 0 6rem;
    margin-bottom: -8rem;
}
.sec_item::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/yum_bg.png) repeat center / contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec_item .container{
    position: relative;
    z-index: 10;
}
.sec_item h2{
    font-size: 3rem;
    position: relative;
    padding: 2em 0;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(193, 25, 31, 1),
    0px 0px 4px rgba(193, 25, 31, 1),
    0px 0px 4px rgba(193, 25, 31, 1),
    0px 0px 4px rgba(193, 25, 31, 1),
    0px 0px 4px rgba(193, 25, 31, 1);
    z-index: 10;
}
.sec_item h2 .text_s01{
    display: block;
    line-height: 1;
    font-size: 1.8rem;
    background: #fff;
    max-width: 16rem;
    padding: 0.5em;
    margin: auto;
    border: 4px solid #C2191F;
    position: relative;
    text-shadow: none;
    color: #C2191F;
}
.sec_item h2 .text_s01::before{
    content: '';
    background: transparent;
    border: 2px solid #C2191F;
    width: 94%;
    height: 78%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.sec_item h2 .text_s02{
    display: block;
    font-size: 1.6rem;
}
.sec_item h2::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/title_parts007.png)no-repeat center/contain;
    width: 24rem;
    height: 24rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
}
.sec_item .container .line:not(.mb_none) .block{
    margin-bottom: 3rem !important;
}
.span{
    margin-bottom: 0 !important;
}
.column_it{
    margin-bottom: 3rem !important;
}
.column_it .item_name{
    margin: 0 auto;
}
.top_desc{
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    color: #C2191F;
}
.img_tx {
    margin-top: 2em;
}