@charset "utf-8";
/* CSS Document */



.block-category-list .block-category-list--header, .block-event-page .block-event-page--header, .block-genre-page .block-genre-page--header, .block-search-goods .block-search-goods--header {
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 30px 0;
    margin-bottom: 20px;
    background: url(../../img/usr/handicraft/common_ttl.png) no-repeat left bottom;
    display: none;
}


.keito_wrap{
    font-family:'Zen Kaku Gothic New', sans-serif;
}
.keito_wrap img {
    max-width:100%;
}

.mv_area{
    max-width:100%;
	text-align: center;
}

.mv_area_sp{
        display:none;
}
.keito-nav_area{
    max-width:100%;
    background-color:#523900;
}

.keito-nav_area{
    position: relative;
}

.keito-nav_box ul{
    display:flex;
    justify-content:center;
    padding:30px 0;
}

.keito-nav_box li{
    margin:0 50px;
	font-size:16px;
}


.keito-nav_box li a{
    color:#fff;
}

.keito-nav_area .header-form{
    position:absolute;
    top:20px;
    right:100px;
}
.block-header-search input.block-headernav-menu--search--keyword {
    width: 100%;
    height: auto;
    padding: 11px 10px 10px;
    font-size: 10px;
    border: 1px solid #d9d6c7;
}
input.block-headernav-menu--search--keyword {
    width: 300px;
    height: 40px;
    padding: 7px 13px;
    border: 1px solid #ffffff;
}
input.block-headernav-menu--search--keyword, button.block-headernav-menu--search--submit {
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
}

button.block-headernav-menu--search--submit {
    color: #ffffff;
    width: 98px;
    height: 40px;
    background-color: #2f2a27;
    border: 1px solid #ffffff;
    border-radius: 0;
}
.block-header-search button.block-headernav-menu--search--submit {
    position: absolute;
    top: 50%;
    right: 1px;
    z-index: 1;
    transform: translateY(-50%);
    width: 40px;
    height: 36px;
    display: flex;
    align-items: center;
    border: none;
    background-color: #212020;
}
.block-headernav-menu--search-box .balloon {
    position: absolute;
    /* display: none; */
    padding: 10px 10px 14px;
    background-color: #fff;
    width: 100%;
    left: 0;
    border: 1px solid #e7e4dd;
    top: 37px;
    z-index: 11;
}
.block-header-search div.block-headernav-menu--search-box {
    width: calc(380 / 1920 * 100vw);
    min-width: 320px;
    max-width: 380px;
    margin: 0;
    position: relative;
    letter-spacing: 0;
}
.block-header-search {
    display: flex;
    align-items: center;
    margin-left: auto;
}
input.block-headernav-menu--search--keyword {
    width: 300px;
    height: 40px;
    padding: 7px 13px;
    border: 1px solid #ffffff;
}
@media screen and (max-width:768px){
    .mv_area{
        display:none;
    }
    .mv_area_sp{
        display:block;
        width:100%;
    }
    
    
    
    input.block-headernav-menu--search--keyword{
        border-radius:20px;
    }
    .keito-nav_box ul{
    display:flex;
    justify-content:center;
    padding:18px 0;
}
    
.keito-nav_box li {
    margin: 0 10px;
}
.keito-nav_area .header-form {
    width: 300px;
    padding: 0px 0 0;
    position:inherit;
    margin: 2px auto;
    top: 5px;
    right: 0;
}
    
.header-form .text {
    margin-bottom: 40px;
}

    .keito-nav_area{
        padding-bottom:20px;
    }
    
.keito-nav_area .header-form .btn {
    background-image: url(https://www.rakuten.ne.jp/gold/keitomarche/images/search_icon.jpg);
    height: 25px;
    width: 25px;
    border: none;
    margin-left: 0;
    top: 2.2vw;
    right: 10px;
    position: absolute;
}
}



/******************************************************

バナーエリア

******************************************************/



.bnr_area{
    padding:60px 0;
}

.bnr_box{
    max-width:1480px;
    margin: 0 auto;
    display:flex;
   /* justify-content:space-between;*/
	justify-content: center;
	gap:30px;
}
@media screen and (min-width:768px){
.bnr_img:hover{
    
	transform:scale(1.1,1.1);
	transition:0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
    }


@media screen and (max-width:768px){
.bnr_area {
    padding: 30px 0;
}
    
.bnr_box {
    max-width: 1480px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .bnr_img{
        margin-bottom:10px;
    }
}

/******************************************************

NEW ITEMエリア

******************************************************/


.newitem_area{
     max-width:100%;
    background-color:#f5efe5;
    padding:100px 0;
}

.content_titlebox{
    position:relative;
    margin-bottom:60px;
}

.content_title{
    text-align:center;
    font-size:40px;
    font-weight:500;
    position: relative;
    z-index:9;
    color:#523900;
}

.content_title_bg{
    position:absolute;
    top:-50px;
    left:0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size:90px;
	font-family: 'Lato', sans-serif;
    font-weight:700;
    font-style: italic;
}



.newitem_area .content_title_bg{
    color:#f1e7d7;
}



.newitem_box{
    max-width:1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newitem{
    width:calc(100%/3 - 30px);
    margin-bottom: 30px;
}

.newitem_icon{
    display: inline-block;
    background-color:#f96555;
    padding: 5px 10px;
    line-height:1;
    color:#fff;
    border-radius:5px;
    text-align: center;
    margin:10px 0;
}

.newitem_name{
    font-size:24px;
    font-weight:500;
    color:#523900;
}


.newitem_txt{
    font-size:16px;
    font-weight:500;
    color:#523900;
    margin:13px 0;
}

.newitem_price_box{
    display:flex;
    justify-content: space-between;
}

.newitem_price{
    font-size:22px;
    font-weight:500;
    color:#523900;
}

.newitem_tax{
    font-size:16px;
}

.newitem_price_icon{
    width:30px;
    height:30px;
    border:1px solid #be8b48;
    border-radius:50%;
    position: relative;
}

.newitem_price_icon::before{
    content:"";
    position: absolute;
        top: 40%;
    left: 33%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin:auto;
    width: 6px;
    height: 6px;
    border-top: solid 1px #be8b48;
    border-right: solid 1px #be8b48;
    transform: rotate(45deg);
}





    
    
@media screen and (max-width:768px){
.newitem_area {
    max-width: 100%;
    background-color: #f5efe5;
    padding: 60px 0;
}
    
.content_title{
    font-size:24px;
}
    
.content_title_bg {
        top: -35px;
    font-size: 50px;
}
.newitem_box {
    width: 90%;
}
    
    .text_box-new_item {
    display: flex;
    justify-content: space-between;
}
    
    .text_box-new_item .newitem_img {
    width: 48%;
}
    
    .text_box-new_item .text_box {
    width: 48%;
}
    

    
    
.newitem{
    width:calc(100%/2 - 10px);
    margin-bottom: 30px;
}
.newitem_name {
    font-size: 18px;
}
    .newitem_txt {
        font-size: 14px;}
    
    .newitem_price_box {
    align-items: center;
}
    
    .newitem_price_icon {
    width: 20px;
    height: 20px;
    border: 1px solid #be8b48;
    border-radius: 50%;
    position: relative;
}
    
    .newitem_price_icon::before{
    width: 4px;
    height: 4px;}


}

/******************************************************

RANKINGエリア

******************************************************/

.rankingitem_area{
     max-width:100%;
    background-color:#ffddb1;
    padding:100px 0;
}


.rankingitem_area .content_title_bg{
    color:#fcd4a1;
}

.rankingitem_area .newitem{
    position:relative;
}

.ranking_icon{
    position:absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #523900 transparent transparent transparent;
}

.ranking_icon:after {
    position: absolute;
    display: block;
    font-size: 20px;
    white-space: pre;
    color: #fff;
    top: -46px;
    left: 12px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}

.ranking_icon.no1{
    border-color: #d2aa3b transparent transparent transparent;
}

.ranking_icon.no2{
    border-color: #8c8c92 transparent transparent transparent;
}
.ranking_icon.no3{
    border-color: #ba7e4a transparent transparent transparent;
}

.ranking_icon.no1:after {
    content: "1";
}

.ranking_icon.no2:after {
    content: "2";
}

.ranking_icon.no3:after {
    content: "3";
}

.ranking_icon.no4:after {
    content: "4";
}

.ranking_icon.no5:after {
    content: "5";
}

.ranking_icon.no6:after {
    content: "6";
}




.ranking_keyword-box{
    max-width:750px;
    border:1px solid #523900;
    border-radius:5px;
    padding:10px 25px;
    margin: 50px auto 0;
    display:flex;
    justify-content: space-between;
}
.ranking_keyword_tit{
    font-size:18px;
}

.ranking_keyword-list{
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
}

.ranking_keyword a{
    color:#523900;
    font-size:18px;
    margin:0 10px;
}

@media screen and (min-width:768px){
.ranking_keyword a:hover{
    text-decoration:underline;
}
}

@media screen and (max-width:768px){
.ranking_keyword-box {
    width: 86%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .ranking_keyword-list {
        width:80%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
    
    .ranking_keyword_tit{
        width:100%;
        text-align: center;
    font-size:18px;
}
}

/******************************************************

RECOMMENDエリア

******************************************************/


.recommenditem_area{
     max-width:100%;
    background-color:#f5efe5;
    padding:100px 0;
}

.recommenditem_area .content_title_bg{
    color:#f1e7d7;
}

.recommend_itempoint-box{
    position:relative;
    background-color:#fff;
    margin-top:40px;
    padding:20px 30px 30px;
    border-radius:10px;
}
.recommend_point_tit{
    font-size:20px;
    text-align: center;
    font-weight:500;
    color:#f96555;
    margin-bottom:10px;
}


.recommend_point_txt{
    font-size:16px;
    color:#523900;
}

.recommend_itempoint-box:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

@media screen and (max-width:768px){
.recommenditem_area .newitem {
    width: calc(100%/1);
    margin-bottom: 20px;
}
    }


/******************************************************

featureエリア

******************************************************/

.featureitem_area{
     max-width:100%;
    background-color:#ffddb1;
    padding:100px 0;
}


.featureitem_area .content_title_bg{
    color:#fcd4a1;
}

.featureitem-box{
    max-width:1000px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.featureitem{
    margin-bottom:20px;
}

@media screen and (min-width:768px){
.featureitem:hover{
    
	transform:scale(1.1,1.1);
	transition:0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
    }

@media screen and (max-width:768px){
.featureitem {
    width: 90%;
    margin-bottom: 20px;
    margin: 0 auto 20px;
}
     }

/*********************************************
 
	         　category
 
*********************************************/

.category_material-box{
    padding:90px 0;
	background-color:#fff;
}

.category-list{
    max-width:1200px;
    margin: 60px auto 0;
}

.category-list ul{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

.category-list ul li{
    width:calc(100%/4 - 25px);
    border:1px solid #cccccc;
    height:70px;
    margin-bottom:20px;
}

.category-list ul li:hover{
    border:1px solid #ecb437;
}
@media screen and (min-width:768px){
.category-list ul li:hover{
	transform:scale(1.1,1.1);
	transition:0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
    }

.category-list ul li a{
    display:flex;
    justify-content: center;
    align-items:center;
    height:70px;
    font-size:20px;
    color:#5e5755;
    text-align: center;
}

.category-list ul::before{
  content:"";
  display: block;
  width:calc(100%/4 - 25px);
  order:1;
}
.category-list ul::after{
  content:"";
  display: block;
  width:calc(100%/4 - 25px);
}
.category_maker-box{
	
	background-color:#fff;
}
.category_area .brand-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 60px auto 0;
	background-color:#fff;
}
.brand-item_name {
    margin-top: 20px;
    text-align: center;
}
.brand-item{
    margin-bottom:20px;
}
.brand-item a {
    color: #5e5755;
    font-size: 20px;
    font-weight: 500;
}
.brand-box::before {
    content: "";
    width: 220px;
    order:1;
}
.brand-box::after {
    content: "";
    width: 220px;
}
.category_weight-box{
    padding:90px 0;
	background-color:#fff;
}


.category_weight-box .category-list ul li{
    width:calc(100%/3 - 25px);
}

.color-box {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 150px;
}

.category_color-box{
	
	background-color:#fff;
}
.category_area .color-box {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
	background-color:#fff;
}

.color-item {
    margin-right: 20px;
    margin-bottom: 50px;
}
.color-item_name {
    margin-top: 20px;
}

.color-item a {
    display: block;
    text-align: center;
    color: #5e5755;
    font-size: 20px;
}

.category_kit-box{
    padding:90px 0;
	background-color:#fff;
}

.category_campaign-box{
    padding:90px 0;
    background-color:#f96555;
}

.campaign-box{
    max-width:1200px;
    display:flex;
    justify-content: space-between;
    margin: 0 auto 80px;
}

.campaign_img{
    max-width:538px;
}

.campaign_txt-box{
    max-width:562px;
    padding:50px;
    background-color:#fff;
}
.campaign_tit{
    font-size:28px;
    color:#f96555;
    font-weight:500;
    text-align: center;
    background:linear-gradient(transparent 40%, #fffe9a 60%);
}




.campaign_txt{
    font-size:17px;
    color:#523900;
    margin:40px 0 60px;
}

.campaign_btn{
    display: block;
    width:200px;
    height:50px;
    line-height:50px;
    color:#fff;
    background-color:#bb853e;
    text-align: center;
    border-radius:25px;
    margin: 0 auto;
    border:1px solid #bb853e;
}

.campaign_btn:hover{
    border:1px solid #bb853e;
    color:#bb853e;
    background-color:#fff;
}



.campaign_list-tit{
    font-size:26px;
    color:#fff;
    text-align: center;
    margin-bottom:40px;
}

.campaign_list-box{
    max-width:1200px;
    display:flex;
    justify-content: space-between;
    margin: 0 auto;
}

.campaign_list-item{
    width:calc(100%/4 - 20px);
}

.category_album-box{
    padding:90px 0;
	background-color:#fff;
}

.category_movie-box{
    padding:90px 0;
	background-color:#fff;
}

.category_txt{
    color:#523900;
    text-align: center;
    margin:60px 0 0;
}

.category_btn-box{
    max-width:1200px;
    margin: 20px auto 0;
}

.category_btn{
    display: block;
    width:200px;
    height:50px;
    line-height:50px;
    color:#fff;
    background-color:#bb853e;
    text-align: center;
    border-radius:25px;
    margin: 0 0 0 auto;
    border:1px solid #bb853e;
}

.category_btn:hover{
    border:1px solid #bb853e;
    color:#bb853e;
    background-color:#fff;
}

.category-title{
    font-size:32px;
    font-weight:500;
    text-align: center;
    position: relative;
    color:#523900;
}

.category-title::after{
    content: "";
    position: absolute;
    bottom:-20px;
    right:0;
    left:0;
    width:40px;
    margin: 0 auto;
    height:2px;
    background-color:#f96555;
}


@media screen and (max-width:768px){
.category_material-box{
    padding:50px 0;
}
    
.category-list{
    width:90%;
    margin: 50px auto 0;
}

.category-list ul li {
    width: calc(100%/2 - 5px);
    border: 1px solid #cccccc;
    height: 70px;
    margin-bottom: 10px;
}
    .category-list ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 14px;
    color: #5e5755;
    text-align: center;
}
    
    .category_area .brand-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 50px auto 0;
}
    .category_area .brand-item {
    width:30%;
    margin-bottom: 20px;
}
    .category_area .brand-item_name {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}
    .category_weight-box .category-list ul li {
    width: calc(100%/2 - 5px);
}
    .category-title {
    font-size: 20px;
}
    
    .category_area .color-box {
    display: flex;
    flex-wrap: wrap;
    margin: 60px auto 0;
    justify-content: space-between;
    width: 90%;
}
    .category_area .color-item {
    width: calc(100%/3 - 5px);
    margin-bottom: 40px;
        margin-right:0;
}
    .category_area .color-item_name {
    font-size: 16px;
}
    .category_campaign-box {
    padding: 50px 0;
}
    .campaign-box {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 50px;
}
    .campaign_txt-box {
    max-width: 562px;
    padding: 40px 20px;
    background-color: #fff;
}
    .campaign_tit {
    font-size: 18px;
    color: #f96555;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(transparent 40%, #fffe9a 60%);
}
    .campaign_txt {
    font-size: 14px;
    color: #523900;
    margin: 20px 0 40px;
}
    .campaign_list-tit {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
    .campaign_list-box {
    max-width: 1200px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
        flex-wrap: wrap;
}
    .category_kit-box {
    padding: 50px 0;
}
    .campaign_list-item {
    width: calc(100%/2 - 5px);
    margin-bottom:10px;
}
    .category_album-box {
    padding: 50px 0;
}
    .category_movie-box {
    padding: 50px 0;
}
    .category_btn-box {
    max-width: 1200px;
    width: 90%;
    margin: 20px auto 0;
}
    .category_btn{
    display: block;
    width:200px;
    height:50px;
    line-height:50px;
    color:#fff;
    background-color:#bb853e;
    text-align: center;
    border-radius:25px;
    margin: 0 auto;
    border:1px solid #bb853e;
}
}


/*********************************************
 
	         　shop
 
*********************************************/
.contents_wrapper {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
}
h2.sheep_tit {
    margin-top: 0;
    padding: 50px 0 45px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 900;
    text-align: center;
    font-size: 2rem;
}
.shop_area{
	background-color: #e1f3f9;	
	padding-bottom: 90px;
        font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #504845;
}

.shop_area h2.sheep_tit {
     margin-top: 0;
}
.shopContent {
    position: relative;
    height: 320px;
    margin-bottom: 60px;
}
.shopContentImg{
	position: absolute;
	left: 0;
	width: 44%;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.shopContentImg img{
	width: 100%;
}
.shopContentText{
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}
.shopContentText p{
	text-align: left;
    padding-top: 40px;	
}
.shopContentTextWrapper{
	position: relative;
}
.shopContentTextWrapper a{
	text-decoration: underline;
}
.shopContentText img{
	width: 300px;
	position: absolute;
	top: -68px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);		
}

.shopContent:nth-of-type(2) .shopContentImg{
	right: 0;
	left: auto;
}
.shopContent:nth-of-type(2) .shopContentText{
	left: 0;
	right: auto;
}
/*.yurnshop1,.yurnshop2{
	opacity: 0;
}*/
.yurnshop1.yarnAction{
	opacity: 1;	
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.yurnshop2.yarnAction{
	opacity: 1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.yarnShopInfo{
    font-size:14px;
    line-height:1.2;
    text-align: center;
}
.yarnShopInfo span {
    font-weight: 600;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
}

.yarnShopInfo span a {
        color: #4f4744;
    text-decoration: underline !important;
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
    .contents_wrapper {
    max-width: 990px;
    width: 90%;
    margin: 0 auto;
}
    
	.shopContent {
		height: 190vw;
		margin-bottom: 50px;
	}	
    
    .shopContent.yurnshop2{
        height: 170vw;
    }
	.shopContentImg{
		width: 95%;
	}
	.shopContentText{
		width: 95%;
		padding: 8%;
		right: 0;
		bottom: auto;
	    top: 50vw;
	}
	.shopContent:nth-of-type(2) .shopContentText{
		left: 0;
	}
	.shopContentText img{
		width: 100%;
		position: inherit;
		top: 0;
	}
	.shopContentText p{
		padding-top: 10px;
	}
	.shop_area h2.sheep_tit{
		margin-bottom: 0;
	}
    .yarnShopInfo span {
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
    .yarnShopInfo {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}
}


.floating_menu{
    width:120px;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    position:fixed;
    top: 20%;
    left: 0;
    z-index:9999;
    border-right:2px solid #bb853e;
    border-bottom:2px solid #bb853e;
    border-radius:0 10px 10px 0;
}

.floating_tit{
    background-color: #bb853e;
    color:#fff;
    font-size:18px;
    text-align: center;
    padding:10px 0;
    line-height: 1;
    font-weight:bold;
    letter-spacing: 0.2em;
    border-radius:0 10px 0 0;
}

.floating_menu-box a{
    width:100%;
    display:block;
    color:#523900;
    background-color:#fff;
    font-size:12px;
    padding:9px 0;
    line-height: 1;
    text-align: center;
    border-bottom:1px dashed #bb853e;
    font-weight:500;
}


.floating_menu-box a:last-child{
    border-bottom:none;
    border-radius:0 0 10px 0;
}



@media screen and (max-width:768px){
    .sp_none{
        display:none;
    }
    
    #shop h2.sheep_tit{
    margin-bottom: 0;
    background-color: #e1f3f9;
}
    
    .featureitem_area{
     max-width:100%;
    background-color:#ffddb1;
    padding:60px 0;
}
    .rankingitem_area {
    max-width: 100%;
    background-color: #ffddb1;
    padding: 60px 0;
}
    
    .recommenditem_area {
    max-width: 100%;
    background-color: #f5efe5;
    padding: 60px 0;
}
}

.yurnrecommend_bnList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yurnrecommend_bnList li {
    width: 50%;
    transition: 0.5s;
}

@media screen and (max-width:768px){
    .yurnrecommend_bnList li {
    width: 100%;
}
}