@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
馬刺しの極み
食べ方
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
.red{
    color: #f43648;
}
.fs-l-main{
    text-align: left;
}

/*--------------------------
背景
---------------------------*/
body{
    background-attachment:fixed !important;
    background-size: cover !important;
    background-position:center;
    background-repeat:no-repeat;
    background: url(https://kiwami.itembox.design/item/img/pc_bg.png);
    z-index:-1;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
    body{
        background:none;
    }
    body::before{
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background:url(https://kiwami.itembox.design/item/img/sp_bg.png) center no-repeat;
        background-size:cover;
    }
}
/*--------------------------
大見出しの画像
---------------------------*/
.tabekata{
    background: url(https://kiwami.itembox.design/item/img/howtoeat/pc_fv.webp)no-repeat;
    background-position: top center;
    background-size: cover;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
    .tabekata{
        background:none;
        background: #FFF;
    }
}
/*--------------------------
タイトル
---------------------------*/
.tabekata-title{
    width: 100%;
    padding: 40px 0;
    background: url(https://kiwami.itembox.design/item/img/howtoeat/title_bg_pc.webp)no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.end-area-title{
    background: url(https://kiwami.itembox.design/item/img/howtoeat/laste_bg_pc.webp)no-repeat;
    padding: 70px 0;
}
.tabekata-title-text{
    display: inline-block
        font-size: 3.2rem;
    font-weight: bold;
    /* text-shadow */
    -moz-text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
    -webkit-text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
    -ms-text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
    text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
    .tabekata-title{
        padding: 20px 0;
        background: url(https://kiwami.itembox.design/item/img/howtoeat/title_bg01_sp.webp)no-repeat;
        background-position: top center;
        background-size: cover;
    }
    .end-area-title{
        background: url(https://kiwami.itembox.design/item/img/howtoeat/last_bg_sp.webp)no-repeat;
        padding: 45px 0;
        background-size: 100%;
    }
    .tabekata-title-text{
        display: inline-block
            font-size: 2.4rem;
        text-align: center;
        /* text-shadow */
        -moz-text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
        -webkit-text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
        -ms-text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
        text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
    }
    .end-area-title .tabekata-title-text{
        line-height: 1.35;
    }
}

/*--------------------------
ブロックこだわり
---------------------------*/
.tabekata-kodawari{
    background: url(https://kiwami.itembox.design/item/img/howtoeat/img01_pc.webp)no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 70px 0;
}
.tabekata-kodawari-list{
    max-width: 950px;
    margin: 0 auto;
}
.tabekata-kodawari-list li{
    max-width: 465px;
    width: 48%;
    margin-right: 18px;
}
.tabekata-kodawari-list li:nth-of-type(2n){
    margin-right: 0;
}
.tabekata-kodawari-title{
    font-size: 0;
}
.tabekata-kodawari-list-text{
    background: rgba(255, 255, 255, 0.9);
    padding: 36px;
    border:2px solid #f43648;
}
.tabekata-kodawari-btn a{
    display: block;
    background-color: #FFF;
    padding: 17px 0;
    width: 400px;
    margin: 30px auto 0;
    border-radius: 10px;
    border:1px solid #1a1a1a;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
.tabekata-kodawari-btn a::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.riyublocktext{
    height: 328px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
    .tabekata-kodawari{
        background: url(https://kiwami.itembox.design/item/img/howtoeat/img_sp.webp)no-repeat;
        background-position: top center;
        background-size: cover;
        padding: 40px 0 60px;
    }
    .tabekata-kodawari-list{
        display: block;
    }
    .tabekata-kodawari-list li{
        max-width: 95%;
        width: 95%;
        margin: 0 auto 48px;
    }
    .tabekata-kodawari-list li:nth-of-type(2n){
        margin-right: auto;
    }
    .tabekata-kodawari-list-text{
        padding: 20px;	
    }
    .tabekata-kodawari-btn a{
        width: 95%;
        padding: 10px 0;
        border-radius: 5px;
    }
    .riyublocktext{
        height: auto;
    }
}
/*--------------------------
メニュー
---------------------------*/
.tabekata-menu-list{
    width: 100%;
    margin: 0 auto;
}
.tabekata-menu-list li{
    width: 35%;
    text-align: center;
    transition: .5s;
    background-color: #e1c47e;
}
.tabekata-menu-list li:hover{
    background-color: #FFF;
}
.tabekata-menu-list li a{
    display: flex;
    padding: 20px 0;
    font-size: 3.2rem;
    font-weight: bold;
    position: relative;
    justify-content: center;
    align-items: center;
}
.tabekata-menu-list li a::before{
    content:"";
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 10px;
}
.tabekata-menu-list li.kaitou a::before{
    background: url(https://kiwami.itembox.design/item/img/howtoeat/icon_kaito.png);
    background-size: contain;
}
.tabekata-menu-list li.slice a::before{
    background: url(https://kiwami.itembox.design/item/img/howtoeat/icon_slice.png);
    background-size: contain;
}
.tabekata-menu-list li.eat a::before{
    background: url(https://kiwami.itembox.design/item/img/howtoeat/icon_eat.png);
    background-size: contain;
}

/*PC途中*/
@media screen and (max-width:1000px){
    .tabekata-menu-list li a{
        font-size: 2rem;
    }
}

.tabekata-vasion{
    text-align: center;
    position: relative;
}

/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
    .tabekata-menu{
        padding: 10px 3px;
    }
    .tabekata-menu-list{
        justify-content: center;
    }
    .tabekata-menu-list li{
        width: 30%;
        border-radius: 10px;
        margin-right: 10px;
    }
    .tabekata-menu-list li:last-child{
        margin-right: 0;
    }
    .tabekata-menu-list li a{
        padding: 10px 0;
        font-size: 1.6rem;
        line-height: 1.35;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .tabekata-menu-list li a::before{
        display: block;
        margin: 0 auto;
    }
}
/*--------------------------
解凍方法
---------------------------*/
.tabelata-area{
    position: relative;
}
.tabelata-area-title{
    font-size: 4.8rem;
    padding-bottom: 6px;
    margin-top: 120px;
    margin-bottom: 42px;
}
.toptext{
    font-size: 2.4rem;
    font-weight: bold;
}
.tabekata-content{
    margin-top: 50px;
    justify-content: space-between;
}
.reverse{
    flex-direction: row-reverse;
}
.tabekata-content-img{
    max-width: 465px;
}
.tabekata-content-text{
    max-width: 461px;
    width: 50%;
}
.point{
    border:2px solid  #f43648;
    background-color: #FFF;
    position: relative;
    padding: 32px 0 30px;
    border-radius: 0 0 20px 0;
    color:#f43648;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 32px;
}
.pointtitle{
    max-width: 102px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
}
.tabekata-note-midashi{
    border:2px solid #cc0417;
    margin-top: 50px;
}
.tabekata-note-title{
    text-align: center;
    background-color: #cc0417;
    color:#f8f01c;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
}
.arart{
    width: 50px;
    height: 42px;
    position: absolute;
    left: 20px;
    top:0;
    bottom:0;
    margin: auto;
}
.arart02{
    left: auto;
    right: 20px;
}
.tabekata-note-text{
    background-color: #FFF;
    padding: 24px;	
    color: #cc0417;
    font-size: 2rem;
    font-weight: bold;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
    .tabelata-area-title{
        font-size: 2.6rem;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .tabekata-content{
        display: block;
        margin-top: 30px;
    }
    .tabekata-content-img{
        /*max-width: 250px;*/
        width: 100%;
        margin: 0 auto 30px;
    }
    .tabekata-content-text{
        max-width: 100%;
        width: 100%;
    }
    .toptext{
        font-size: 2rem;
    }
    .point{
        padding: 30px 0 20px;
        margin-top: 25px;
    }
    .pointtitle{
        max-width: 95px;
        height: 55px;
    }
    .tabekata-note-title{
        font-size: 2rem;
        text-align: left;
        padding-left: 70px;
        padding-right: 3px;
    }
    .tabekata-note-text{
        padding: 20px;	
        font-size: 1.6rem;
    }
    .arart{
        left: 10px;
    }
}

/*--------------------------
スライス方法
---------------------------*/
.slicearea-list li{
    margin-bottom: 42px;
}
.slice-text-title{
    font-size: 2.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #f00;
    /*margin-bottom: 20px;*/
}
.slice-text-title img{
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.slice-img{
    min-width: 171px;
    width: 380px; 
    /* height: 190px; */
    margin-right: 23px;
}
.slice-text-area {
    width: 70%;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
    .slice-img{
        min-width: 86px;
        width: 100%;
        margin-right: 10px;
        margin-top: 17px;
    }
    .slice-text-title{
        font-size: 2rem;
        line-height: 1.35;
        align-items: flex-start;
    }
    .slice-text-title img{
        width: 25px;
        height: 25px;
        margin-top: 2px;
        margin-right: 10px;
        min-width: 25px;
    }
    .slicearea-list li>.flex{
        display: block;
    }
    .slice-text-area {
        width: 100%;
    }
}
/*--------------------------
食べ方
---------------------------*/
.inner02{
    max-width: 1340px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
.howto01_bg{
    width: 100%;
    background: url(https://kiwami.itembox.design/item/img/howtoeat/tabekata_syoyu_pc.webp)no-repeat;
    background-position: top right;
    background-size: 878px 100%;
    align-items: center;
    min-height: 620px;
}
.howto-midashi{
    margin-bottom: 42px;
    -moz-text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
    -webkit-text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
    -ms-text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
    text-shadow: white 1px 1px 4px, white -1px 1px 4px, white 1px -1px 4px, white -1px -1px 4px;
    font-weight: bold;
}
.howto-midashi.kiwami-under02{
    border-bottom: 1px solid #f43648;
}
.howto-midashi.kiwami-under02::after{
    background: url(https://kiwami.itembox.design/item/icon/maru_red.png)no-repeat;
    background-position: top center;
    background-size: contain;
}
.howto-content{
    max-width: 607px;
    padding: 80px 0 20px;
}
.howto-content p{
    -moz-text-shadow: white white 1px 1px 1px, white -1px 1px 1px, white 1px 1px 10px, white 1px 1px 10px;
    -webkit-text-shadow: white 1px 1px 1px, white -1px 1px 1px, white 1px 1px 10px, white 1px 1px 10px;
    -ms-text-shadow: white 1px 1px 1px, white -1px 1px 1px, white 1px 1px 10px, white 1px 1px 10px;
    text-shadow:white 1px 1px 1px, white -1px 1px 1px, white 1px 1px 10px, white 1px 1px 10px;
}
.syoyu_bnr{
    margin-top: 32px;
    max-width: 600px;
}

.howto02_bg{
    width: 100%;
    background: url(https://kiwami.itembox.design/item/img/howtoeat/tabekata_maku_pc.webp)no-repeat;
    background-position: top left;
    background-size: 944px 100%;
    min-height: 620px;
    align-items: center;
}
.reverse .howto-content{
    margin-left: auto;
}

.howto03_bg{
    width: 100%;
    background: url(https://kiwami.itembox.design/item/img/howtoeat/tabekata_sakura_pc.webp)no-repeat;
    background-position: top right;
    background-size: 878px 100%;
    align-items: center;
    min-height: 620px;
}
.sakuradon{
    max-width: 196px;
}
.sakuradon-area p{
    text-align: left;
    font-size: 1.6rem;
    color: #1a1a1a;
    font-weight: normal;
    padding: 28px 28px 0;
}
.howto04_bg{
    width: 100%;
    background: url(https://kiwami.itembox.design/item/img/howtoeat/tabekata_reba_pc.webp)no-repeat;
    background-position: top left;
    background-size: 944px 100%;
    align-items: center;
    min-height: 620px;
}
/*--------------------------

sp

---------------------------*/
@media screen and (max-width:768px){
    .howto01_bg,.howto02_bg,.howto03_bg,.howto04_bg{
        background: none;
        min-height: auto;
    }
    .howto-midashi{
        margin-bottom: 30px;
    }
    .howto-content{
        max-width: 100%;
        padding: 40px 0 20px;
    }
    .howtobg{
        margin-top: 15px;
    }
    .howto04_bg{
        margin-bottom: 60px;
    }
}