/*common*/
.item_name{
    text-align: center;
    font-size: 1.6rem;
    margin: 1em 0 0.5em;
    font-family: "Zen Old Mincho", serif;
    padding-bottom: 0.3em;
    position: relative;
}
.item_name::before{
    content: '';
    background: #f8b862;
    width: 15rem;
    height: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.5rem;
}
.item_price .normal_price{
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 0.3em;
    color: #000;
}
.postage{
    color: #fff;
    background: #e57321;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
}
.order a{
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    width: 24rem;
    background: #9a5c2c;
    color: #fff;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.4rem;
    margin: auto;
}
.order a:hover{
    opacity: 1;
    background: #4f2c10;
}
.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%;
}
.contents{
    display: table;
    margin: 0.5em auto;
}
/****only****/
section{
    color: #221815;
}
.flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text_l{
    font-size: 1.6rem;
    text-align: center;
}
.pseudo{
    position: relative;
}
.pseudo figcaption{
    background: #f8b862;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 10%;
    right: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
/*sec_title*/
.sec_title .container{
    max-width: 1360px;
}
.title_desc{
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    margin-top: 1.5em;
    letter-spacing: -0.05em;
}
/*sec_01*/

.sec_01 h2{
    font-weight: normal;
}
.sec_01 h2 .s001{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-family: "Zen Old Mincho", serif;
}
.sec_01 h2 .s001::before,
.sec_01 h2 .s001::after {
    width: 0.2rem;
    height: 2rem;
    background-color: #f8b862;
    content: '';
}
.sec_01 h2 .s001::before {
    transform: rotate(-35deg);
    margin-right: 15px;
}

.sec_01 h2 .s001::after {
    transform: rotate(35deg);
    margin-left: 15px;
}
.sec_01 h2 .s002{
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    margin-left: 0.5em;
}
.sec_01 img{
    border: 1px solid #ccc;
}
.item01 figure img{
    padding: 3.5rem 0;
}
/*sec_02*/
.sec_02{
    padding: 2% 0 0;
}
.sec_02 h2{
    background: #f8b862;
    color: #fff;
    padding: 0.2em 1.5em;
    font-size: 1.8rem;
    margin-top: 0.5em;
}
.sec_02 .eat{
    max-width: 765px;
    margin: auto;
}
.sec_02 figure{
    position: relative;
}
.sec_02 figure::before{
    content: '';
    background: url(https://www.fukutaro-shop.com/Contents/Feature/mentaifrance25_img003.png)no-repeat center/contain;
    width: 6rem;
    height: 3rem;
    position: absolute;
    bottom: -6rem;
    left: 55%;
    transform: rotate(90deg) translateX(-50%)translateX(-50%);
}
.sec_02 img{
    max-width: 450px;
    margin: auto;
    width: 100%;
}
/*sec_03*/
.sec_03 h2{
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.4;
}
.sec_03 h2 span{
    display: block;
    font-size: 1.6rem;
    margin-top: 0.5em;
}
.sec_03 .tanpin{
    max-width: 765px;
    margin: auto;
}
.sec_03 .tanpin .area01{
    order: 2;
}
.sec_03 .container{
    max-width: 1120px;
}
.sec_03 img{
    border: 1px solid #ccc;
}
.line{
    margin-bottom: 2rem;
}
.line .block:not(:last-child){
    margin-bottom: 2rem;
}
.img_t{
    margin-top: 4rem;
}