/*common*/
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4;
}
.item_price .normal_price{
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 0.3em;
    color: #000;
    display: block;
}
.item_price .s_01{
    font-size: 1.5rem;
}
.postage{
    color: #fff;
    background: #e60012;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
}
.order a{
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 100%;
    max-width: 22rem;
    background: #adca83;
    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: #adca83;
}
.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%;
}
.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 1em 0 0.5em;
}
.item_name span{
    display: block;
    font-size: 1.4rem;
}
.heading-9 {
    position: relative;
    padding: .5em .7em;
    border-radius: 0.5rem;
    background-color: #FCF1C5;
    color: #5b381c;
    width: 22rem;
    margin: 0 auto 1em;
}

.heading-9::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #FCF1C5;
}
/*only*/
.titleh2{
    font-size: 80px;
    line-height: 1.4;
    position: relative;
    padding: 0.6em 0;
}
.titleh2::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/souvenir_img003.png)no-repeat center/contain;
    width: 30rem;
    height: 40rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.8;
}
.titleh2 span{
    font-size: 40px;
    margin-right: 1em;
}
.container{
    max-width: 1140px;
}
.sec_02 figure{
    border: 1px solid #B49F73;
}
.contents{
    font-size: 1.5rem;
    display: table;
    margin: 0.5em auto;
}

.flex{
    display: flex;
    justify-content: end;
    align-items: center;
}
.point {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
}

.point::before,
.point::after {
    width: 0.25rem;
    height: 2rem;
    background-color: #adca83;
    content: '';
}

.point::before {
    transform: rotate(-35deg);
    margin-right: 2rem;
}

.point::after {
    transform: rotate(35deg);
    margin-left: 2rem;
}
h3{
    font-size: 1.8rem;
}
h3 span{
    color: #e60012;
}
.desc{
    text-align: center;
}
.border_box{
    border: 3px solid #FCF1C5;
    padding: 2rem 1rem;
    border-radius: 0.5rem;
}
.col_3 .block{
    margin-bottom: 3rem !important;
}
.col_ptn02{
    margin-bottom: 2.5rem !important;
}