@charset "UTF-8";

.rcp_pc {
    display: none;
}

.rcp_sp {
    display: block;
}

.rcp_fvbg {
    width: 100%;
    
}

#rcpfv .fvcont .fv_ttl .fvimg_sp {
    width: 100%;
}

#m_contbox {
    width: 100%;
    text-align: center;
}

#m_contbox .txt_ttl {
    position: relative;
    font-size: 2.2em;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN';
    font-weight: bold;
    padding-bottom: 1%;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 5%;
}

#m_contbox .txt_ttl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    background: #4B8519;
}

#genreselect {
    padding: 15% 0 10%;
}

#genreselect .fb_select {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 6% 3% 0 5%;
    box-sizing: border-box;
}

#genreselect .fb_select li{
    padding-right: 2%;
    padding-bottom: 8%;
    box-sizing: border-box;
    width: 50%;
}

#genreselect .fb_select dl{
    width: 100%;
    padding: 8%;
    background: #f5f5f5;
    border-radius: 0 0 1em 1em;
    box-sizing: border-box;
}

#genreselect .fb_select dt{
    font-size: 4.4vw;
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN';
    line-height: 1;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 8%;
    text-align: left;
}

#genreselect .fb_select dd{
    font-size: 3.8vw;
    line-height: 1.6;
    padding-top: 8%;
}

#genreselect .fb_select img{
    width: 100%;
    border-radius: 1em 1em 0 0;
}

#bestkitchen {
    padding-top: 10%;
}

#bestkitchen .all_movie {
    padding: 10% 5% 0;
}

#bestkitchen .fb_movie {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#bestkitchen .fb_movie iframe {
    width: 100%;
}

#bestkitchen .fb_movie h3 {
    width: 100%;
    font-size: 2.1em;
    font-weight: bold;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN';
    padding-bottom: 2%;
    line-height: 1.2;
    padding-bottom: 4%;
    text-align: left;
}

#bestkitchen .fb_movie h3::before {
    content:"";
    display:inline-block;
    width:1em;
    height:1em;
    background:url(https://mochikichi.mom/img_cabinet/themochi/logo.png) no-repeat;
    background-size:contain;
    vertical-align: middle;
    margin-right: 10px;
}

#bestkitchen .fb_movie li {
    width: 100%;
    padding-bottom: 20%;
}

#bestkitchen .fb_movie li:nth-of-type(2n) {
    padding-right: 0;
}

#bestkitchen .fb_movie dl {
    width: 100%;
}

#bestkitchen .fb_movie dt {
    font-size: 1.4em;
    font-weight: bold;
    color: #434343;
    border-bottom: 1px solid #d2d2d2;
    padding: 2% 0 2% 5%;
    margin-bottom: 5%;
    text-align: left;
}

#bestkitchen .fb_movie dd {
    font-size: 1.4em;
    font-weight: normal;
    color: #434343;
    line-height: 1.6;
    padding-bottom: 4%;
    text-align: left;
}

#bestkitchen .fb_movie dd span {
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    line-height: 1.2;
}

#bestkitchen .fb_movie .link_ichiran {
    text-align: center;
    font-size: 1.4em;
}

#bestkitchen .fb_movie .link_ichiran a {
    color: #434343;
    text-decoration: underline;
}

#tm_closing {
    width: 100%;
}

#tm_closing .tm_txt {
    width: 100%;
    font-size: 4vw;
    line-height: 1.6;
    text-align: center;
    padding: 5% 4% 10%;
    box-sizing: border-box;
}

#tm_closing .fb_tmclo {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}

#tm_closing .fb_tmclo li {
    padding-bottom: 20%;
}

#tm_closing .fb_tmclo .fb_clobox {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#tm_closing .fb_tmclo .fb_clobox img {
    width: 100%;
}

#tm_closing .fb_tmclo .fb_clobox .clo_ttl {
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    color: #cc0000;
    border: 2px solid #cc0000;
    padding: 2% 0;
    text-align: center;
    box-sizing: border-box;
    margin-top: 5%;
}

#tm_closing .fb_tmclo .fb_clobox .clo_txt1 {
    width: 100%;
    font-size: 3em;
    font-weight: bold;
    padding: 5% 0;
    line-height: 1;
}

#tm_closing .fb_tmclo .fb_clobox .clo_txt1 span {
    font-weight: normal;
    font-size: 0.8em;
}

#tm_closing .fb_tmclo .fb_clobox .clo_txt2 {
    width: 100%;
    font-size: 1.2em;
}

#tm_closing .fb_tmclo .btn {
    display: block;
    width: 100%;
    background: #4B8519 url(https://mochikichi.mom/img_cabinet/themochi/ico_arrow01.png) no-repeat center right 20px;
    background-size: 4%;
    padding: 5%;
    margin: 5% auto 0;
    border-radius: 2em;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
    font-size: 1.6em;
    text-decoration: none;
}

#rcp_sns {
    padding: 5% 5% 15%;
    box-sizing: border-box;
}

#rcp_sns .snstxt {
    font-size: 1.4em;
    text-align: center;
    padding: 10% 0;
}

#rcp_sns .fb_sns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#rcp_sns .fb_sns li{
    padding-right: 10%;
    padding-bottom: 10%;
}

#rcp_sns .fb_sns li:nth-of-type(3) {
    padding-right: 0;
}

#rcp_sns .fb_sns li:nth-of-type(5) {
    padding-right: 0;
}

