
@charset "utf-8";
/* CSS Document */
a {text-decoration: none !important;}
.event_item { 
	background-image: url(https://kyoetsu.itembox.design/item/event/backbround_260110.jpg);
    background-size: contain;
}
.e_top {
    background-image: url(https://kyoetsu.itembox.design/item/event/backbround_260110.jpg);
    background-size: contain;
}
.e_menu li {background: #fff;}
.fs-c-slick .slick-slide .fs-c-productListCarousel__list__item::before {display:none;}
span.u_line {font-size: 26px;
    letter-spacing: 1px;
    padding: 1%;
    text-align: center;
    margin: 3% 0 0 0;
    width: 98%;
    color: #333;
    line-height: 1.3;
	background: linear-gradient(transparent 45%, #fdf108 0%);
	}
#Main_area article {margin-bottom: 0%;}
#fMenu ul {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9999;
}
#fMenu ul li { width: 25%; float: left;}
#fMenu ul li a {
	background-color: #9e0005;
	opacity: .9;
    color: #fff;
    display: block;
    text-align: center;
    padding: 1rem 0.5rem;
    font-size: 1rem;
    margin-left: 0rem;
    font-weight: bold;
    border-left: 1px solid #fff;
    border-radius: 0;
    box-sizing: border-box;
}
.more_btn{
	width: 80%;
}
.more_btn a{
	color:#fff !important;
}

.e_coupon {
    width: 95%;
    margin: 10px auto;
    background-color: white;
    padding: 15px 10px 10px;
    border-radius: 10px;
}
li.e_coupon_flex {
    margin-bottom: 5px;
}
.event_subtitle h1{
    padding: 0;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    color: #fff100;
}
.event_subtitle h2 {
    margin: auto;
    padding: 3px;
    color: #150102;
    font-size: 14px;
    width: 80%;
}
.fs-c-productListCarousel__list{
   padding: 2%;
}
.fs-c-documentArticle p{
        line-height: 1.6; 
        width: 80%;
        margin: auto;
        font-size: 12px;
}
article.fs-c-documentArticle {padding: 0;}

/*================================================
 *  PC
 ================================================*/
@media print, screen and (min-width:767px) {
.category_circle_main{
	width:80%;
	margin:auto;
}
ul.level2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 95%;
    margin: auto;
}
ul.level2 li.level2-item {
    padding: 1% 0.5%;
	width: 100%;
}
.e_coupon {width: 70%;}
.event_subtitle h1 {font-size: 32px;}
.event_subtitle h2 {font-size: 18px; width: 50%;}
li.e_coupon_flex { margin: 5px auto; width: 90%;}
.e_menu { width: 80%; margin:10px auto 50px;}
.fs-c-documentArticle p {
    line-height: 1.6;
    width: 80%;
    margin: auto;
    font-size: 14px;
}
.e_menu li p {font-size: 14px;}
.event_item1 {width: 80%;  margin: auto;}

}

/*================================================
 * SP
 ================================================*/
@media screen and (max-width:767px) {
span.u_line{
font-size: 20px;
font-weight: bold;
text-align: center;
width: 98%;
color: #333;
}

.category_circle_main{
	width:100%;
	margin:auto;
}
ul.level2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	width: 100%;
	margin: auto;
}
ul.level2 li.level2-item {
	padding: 1%;
	margin-bottom: 3%;
	width: 100%;
}
.f_menu {
	flex-wrap: nowrap;
	padding: 0px;
}
article.fs-c-documentArticle {
	padding: 0;
	width: 100%;
}
#page_top {    
    right: 10px;
    bottom: 80px;
	}

.fs-c-slick .slick-slide {width: 50%;
}
.event_item1{
    width: 98%;
    margin: auto;
}

}
