/* CSS Document */

/* ==================================================

	common

 ================================================== */
/*
	.sp_only
================================ */
#sekku .sp_only {
	display: none
}
/*
	.inner
================================ */
#sekku .inner {
	width: 100%;
	max-width: 1200px;
	margin: auto
}
/*
	.caption
================================ */
#sekku .caption {
	width: 50%;
	margin: 0 auto 45px;
	line-height: 2;
}
/*
	h2
================================ */
#sekku h2{
	width: 80%;
	margin: 0 auto 30px;
	font-size: 3.6rem;
	text-align: center;
	font-weight: bold;
}
/*
	h3
================================ */
#sekku h3{
	font-weight: bold;
}
/*
	.item
================================ */
/* .name -------------------- */
#sekku .ranking_area .item .name{
	margin: 5px 0;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* .price -------------------- */
#sekku .item .price {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 1rem;
}
#sekku .item .price span {
	font-weight: bold;
	font-size: 1.5rem;
}
/* .price -------------------- */
#sekku .item .txt {
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 1rem;
}
/*
	.button
================================ */
#sekku .button {
	max-width: 400px;
	width: 100%;
	margin: 45px auto 0;
}
/* a -------------------- */
#sekku .button a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 1em 0;
	width: 100%;
	color: #fff;
	background-color: #333;
	transition: .3s;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	text-align: center;
}
/* after ------------ */
#sekku .button a::after {
	content: '';
	margin-left: 5px;
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
/* hover ------------ */
#sekku .button a:hover {
	text-decoration: none;
	background-color: #bbb;
}


/* ========================================

	.fix_nav

 ======================================== */
#sekku nav{
	background: url("/feature/sekku/images/nav_img.png") #efe1bc repeat;
}
#sekku .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
/*
	ul
================================ */
#sekku .fix_nav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sekku .fix_nav li{
	width: calc(100% / 3);
}
#sekku .fix_nav li:nth-of-type(n + 2){
	border-left: 1px solid #fff;
}
#sekku .fix_nav li a{
	display: block;
	padding: 20px 0;
	color: #333;
	font-weight: bold;
	text-align: center;
	transition: all .3s;
}
#sekku .fix_nav li a:hover{
	opacity: .6;
	background-color: rgba(0,0,0,0.10);
}


/* ========================================

	.main_visual

 ======================================== */
#sekku section.main_visual {
    height: 400px;
    width: 1200px;
    display: flex;
	margin: 0 auto 30px;
    justify-content: left;
    /*align-items: flex-end;*/
    text-align: left;
    position: relative;
	padding: 0;
	background: url(/feature/sekku/images/main.jpg)no-repeat center center / cover;
	align-items: center;
}
/*
	.main_visual_inner
================================ */
#sekku .main_visual .main_visual_inner{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    font-family: serif;
	padding: 10px 0 10px 30px;
	background-color: rgba(255,255,255,.6);
}
/*#sekku .main_visual .main_visual_inner{
    padding: 10px 30px;
    background: rgba(0,0,0,0.5);
    margin: 0;
    color: #fff;
}*/
/*
	h1
================================ */
#sekku .main_visual h1 {
	font-size: 5rem;
    line-height: 1.25;
	font-weight: bold;
}
#sekku .main_visual  h1 span{
	font-size: 3rem;
	display: block;
}



/* ========================================

	.lead_area

 ======================================== */
#sekku .lead_area{
	padding-bottom: 45px;
}
/*
	h2
================================ */
#sekku .lead_area h2 {
	margin: 0 auto;
	padding: 10px;
	max-width: 800px;
	color: #fff;
	font-size: 2.4rem;
	background-color: #BA9831;
}
/*
	.delivery
================================ */
#sekku .lead_area .delivery{
	margin: 0 auto;
	padding: 20px;
	max-width: 800px;
	line-height: 1.6;
	border: 1px solid #BA9831;
}
#sekku .lead_area .delivery span{
	color: #900002;
	font-weight: bold;
}
/*
	ul
================================ */
#sekku .lead_area ul {
    margin: 50px auto 0;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* li -------------------- */
#sekku .lead_area li {
	margin: 0 auto;
    text-align: center;
}
/* figcaption ------------ */
#sekku .lead_area li figcaption {
    margin-top: 10px;
}



/* ========================================

	.ranking_area

 ======================================== */
#sekku .ranking_area{
	padding: 45px 0!important;
	background-color:#FFF8D9;
}
/*
	.item
================================ */
#sekku .ranking_area .item:after,
#sekku .ranking_area .item:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	border: 0
}
/*
	.swiper-wrapper
================================ */
#sekku .ranking_area .swiper-wrapper{
	padding-bottom: 10px;
}
/* before -------------------- */
#sekku .ranking_area .swiper-wrapper li .item:before {
	z-index: 2;
	font-size: 1.7rem;
	width: 28px;
	text-align: center;
	top: 10px
}
#sekku .ranking_area .swiper-wrapper li:first-child .item:before {
	content: "1"
}
#sekku .ranking_area .swiper-wrapper li:nth-child(2) .item:before {
	content: "2"
}
#sekku .ranking_area .swiper-wrapper li:nth-child(3) .item:before {
	content: "3"
}
#sekku .ranking_area .swiper-wrapper li:nth-child(4) .item:before {
	content: "4"
}
#sekku .ranking_area .swiper-wrapper li:nth-child(5) .item:before {
	content: "5"
}
/* after -------------------- */
#sekku .ranking_area .swiper-wrapper li .item:after {
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 56px 56px 0 0;
	border-color: #404040 transparent transparent
}

#sekku .ranking_area .swiper-wrapper li:first-child .item:after{
	border-top-color: #9c8b47;
}

#sekku .ranking_area .swiper-wrapper li:nth-child(2) .item:after {
	border-top-color: #8b8b8b;
}

#sekku .ranking_area .swiper-wrapper li:nth-child(3) .item:after {
	border-top-color: #9c6b47;
}
/* .swiper-button- -------------------- */
#sekku .ranking_area .swiper-button-prev,
#sekku .ranking_area .swiper-button-next{
	display: none;
}



/* ========================================

	.digicata_area

 ======================================== */
#sekku .digicata_area{
	padding: 80px 0;
}
/*
	.caption
================================ */
#sekku .digicata_area .caption{
	text-align: center;
}
/*
	figure
================================ */
#sekku .digicata_area figure{
	margin: 40px auto 0;
	text-align: center;
}



/* ========================================

	.recommend_area

 ======================================== */
#sekku .recommend_area{
	background-color: #f7f7f7;
	padding: 45px 0 80px !important;
}
/*
	.main_visual
================================ */
#sekku .recommend_area .main_visual{
	position: relative;
	margin: 0 auto 90px;
	max-width: 1200px;
	width: 100%;
}
/* .hina_area -------------------- */
#sekku .recommend_area.hina_area{
	background-color: #FFF2F2;
}
#sekku .recommend_area.hina_area .main_visual .tx_box{
	background: rgba(242,140,142,0.90);
}
/* .gogatsu_area -------------------- */
#sekku .recommend_area.gogatsu_area{
	background: #E8F8FF;
}
#sekku .recommend_area.gogatsu_area .main_visual .tx_box{
	background: rgba(86,161,191,0.90);
}
/* .oiwai_area -------------------- */
#sekku .recommend_area.oiwai_area{
	background: #FFF6E6;
}
#sekku .recommend_area.oiwai_area .main_visual .tx_box{
	background: rgba(243,179,64,0.90);
}
/* .nyugaku_area -------------------- */
#sekku .recommend_area.nyugaku_area{
	background: #FCF2FF;
}
#sekku .recommend_area.nyugaku_area .main_visual .tx_box{
	background: rgba(168,127,177,0.90);
}
/*
	.lead
================================ */
#sekku .recommend_area .lead{
	width: 100%;
	margin: auto;
}
/*
	.tx_box
================================ */
#sekku .recommend_area .main_visual .tx_box{
	z-index: 100;
	position: absolute;
	width: 40%;
	right: 5%;
	margin: auto;
	top: 70%;
	padding: 25px;
	color: #ffffff;
}
/* h2 -------------------- */
#sekku .recommend_area .main_visual .tx_box h2{
	width: 100%;
	margin: 0 auto 30px;
}
#sekku .recommend_area .main_visual .tx_box h2 span{
	display: block;
	font-size: 1.5rem;
}
/*
	.product_list
================================ */
#sekku .recommend_area .product_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 30px;
	padding: 30px 10px;
	background-color: #fff;
}
#sekku .recommend_area .product_list li{
	width: 23%;
}
/*
	.name
================================ */
#sekku .recommend_area .name{
	margin-top: 10px;
}
/*
	.price
================================ */
#sekku .recommend_area .price{
	margin-top: 5px;
}
/*
	.price, .category
================================ */
/* h3 -------------------- */
#sekku .recommend_area .price_box h3,
#sekku .recommend_area .category_box h3{
	font-size: 2.4rem;
	text-align: center;
}
/* ul -------------------- */
#sekku .recommend_area .price_box ul,
#sekku .recommend_area .category_box ul{
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* a -------------------- */
#sekku .recommend_area .price_box a,
#sekku .recommend_area .category_box a{
	display: block;
	padding: 15px;
    border: 1px solid #fff;
    background-color: #fff;
	box-shadow: rgb(0 0 0 / 15%) 1px 1px 2.6px;
	transition: all .3s;
}
#sekku .recommend_area .price_box a:hover,
#sekku .recommend_area .category_box a:hover{
	opacity: .6;
}
/*
	.price_box
================================ */
#sekku .recommend_area .price_box{
	margin-top: 60px;
}
/* ul -------------------- */
/* li ------------ */
#sekku .recommend_area .price_box ul li{
	width: 24%;
	text-align: center;
}
/*
	.category_box
================================ */
#sekku .recommend_area .category_box{
	margin-top: 60px;
}
/* ul -------------------- */
/* li ------------ */
#sekku .recommend_area .category_box ul li{
	width: 19%;
	text-align: center;
}



/* ========================================

	.delivery_area

 ======================================== */
#sekku .delivery_area{
	padding: 80px;
}
/*
	dl
================================ */
#sekku .delivery_area dl{
	margin: 0 auto;
	max-width: 800px;
	border: 1px solid #BA9831;
}
/* dt -------------------- */
#sekku .delivery_area dt{
	padding: 20px 0;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	background-color: #BA9831;
}
/* dd -------------------- */
#sekku .delivery_area dd{
	padding: 20px;
}
/* ul ------------ */
#sekku .delivery_area ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
/* li ----- */
#sekku .delivery_area li{
	position: relative;
	padding: 0 0 0 1.6rem;
}
#sekku .delivery_area li.red{
	color: #ff171a;
}
#sekku .delivery_area li::before{
	position: absolute;
	display: inline-block;
	content: "※";
	left: 0;
	top: 0;
}
#sekku .delivery_area li + li{
	margin-top: 5px;
}
/*
	figure
================================ */
#sekku .delivery_area figure{
	max-width: 800px;
	margin: 30px auto 0;
	text-align: center;
}
#sekku .delivery_area figcaption{
	margin-top: 10px;
}
#sekku .delivery_area figcaption br{
	display:none;
}


/* ========================================

	.tips_area

 ======================================== */
#sekku .tips_area {
	padding: 80px 0;
	background-color: #f7f7f7
}
/* .inner -------------------- */
#sekku .tips_area .inner {
	width: 1000px;
	margin: auto;
}
/*
	dl
================================ */
#sekku .tips_area dl {
	margin: 0 0 30px;
}
/* dt -------------------- */
#sekku .tips_area dt {
	border-bottom: 2px solid #333333;
	font-size: 2rem;
}
#sekku .tips_area dt:nth-of-type(n + 2){
	margin-top: 30px;
}
/* span ------------ */
#sekku .tips_area .question:before {
	content: "Q.";
	color: #333333;
	font-size: 2.4rem;
}
/* dd -------------------- */
#sekku .tips_area dd {
	background-color: #fff;
	padding: 20px;
}
