/*common*/
.item_name{
    text-align: center;
    font-size: 2.4rem;
    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: 3.6rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.item_price .normal_price{
    font-size: 1.8rem;
    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.6rem;
    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: 2rem;
}
.mb1{
    margin-bottom: 4rem;
}
.pseudo{
    position: relative;
}
.pseudo figcaption{
    background: #f8b862;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 10%;
    right: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
/*sec_title*/
.sec_title .container{
    max-width: 1360px;
}
.title_desc{
    font-size: 2.4rem;
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    margin-top: 2em;
}
/*sec_01*/

.sec_01 h2{
    font-weight: normal;
}
.sec_01 h2 .s001{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-family: "Zen Old Mincho", serif;
}
.sec_01 h2 .s001::before,
.sec_01 h2 .s001::after {
    width: 0.2rem;
    height: 4rem;
    background-color: #f8b862;
    content: '';
}
.sec_01 h2 .s001::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.sec_01 h2 .s001::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.sec_01 h2 .s002{
    font-family: "Zen Old Mincho", serif;
    font-size: 4rem;
    margin-left: 0.5em;
}
.sec_01 .desc{
    font-size: 1.8rem;
}
/*sec_02*/
.sec_02{
    padding: 2% 0 0;
}
.sec_02 h2{
    background: #f8b862;
    color: #fff;
    padding: 0.2em 1em;
}
.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: 119px;
    height: 58px;
    position: absolute;
    top: 60%;
    right: -50px;
    transform: translateY(-50%);
}
/*sec_03*/
.sec_03{
    padding-bottom: 8rem;
}
.sec_03 h2{
    font-family: "Zen Old Mincho", serif;
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.4;
}
.sec_03 h2 span{
    display: block;
    font-size: 2.4rem;
    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;
}
.img_t{
    margin-top: 4rem;
}