@charset "UTF-8";
/* Clearfix
=================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from Mac IE \*/

.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

p, li {
	line-height: 1.5;
}
a{
	color:#e30012; 
	text-decoration: none;
	
}
a:hover {
	opacity: 0.5;
	color:#ffa100;
}
strong{ font-weight:bold; }

html {
	-webkit-text-size-adjust: none;
}
#container{
	position:relative;
	width:100%;
	min-height: 1000px;
}
img{
	width: 100%;
	height: auto;
}
/* page-top ------------------------------------*/
#page-top img{
	width:50%;
	height:auto;
}
#page-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background:#000;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* body ------------------------------------*/
body {
	min-width:320px;
	font-family: "Noto Sans JP", "Hiragino Maru Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-wrap: break-word;
    line-height: 1.6;
	font-size: 15px;
	color: #000;
	background: #FFF;
}

/* header ------------------------------------*/
#header{
	width: 100%;
	position: fixed;
	display: flex;
	justify-content: flex-end;
	top:0;
	left:0;
	z-index:2000;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
	background: #FFF;
}

@media screen and (max-width:479px){
	body.home #header{
		height: 60px;
	}
}
@media screen and (min-width:640px){
	body.home #header{
		height: 80px;
	}
}
/* ------------------------*/
/*logo
/* ------------------------*/
#header h1.logo{
	z-index: 2002;
	padding-top: 10px;
}
#header h1.logo.is-open{
	display: none;
}
@media screen and (max-width:639px){
	#header h1.logo{
		width: 200px;
        margin: 0 auto;
        padding-top: 23px;
	}
}
@media screen and (min-width:640px){
	#header h1.logo{
		width: 250px;
        margin: 5px auto;
        padding-top: 20px;
	}
}
@media screen and (max-width:1299px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width:1300px) {
	.sp{
		display: none;
	}
}


#header .shopping,
#header .search,
#header ul.navi,
#header ul#menu-global{
	position: absolute;
}
#header ul.navi,
#header ul#menu-global{
	gap:0 15px;
}
ul#menu-global li{
	padding: 1em 0;
	white-space: nowrap;
}
ul#menu-global a{
	color: #FFF;
	font-size:clamp(12px, 1.3vw, 16px);
}
@media screen and (max-width:899px){
	#header .search{
		width:28px;
		right: 10px;
		top: 16px;
	}
	body.home #header .search{
		right: 10px;
		top: 21px;
	}
	.l-header .nav-btn{
		top: -2px;
    	right: 34px;
	}
	body.home .l-header .nav-btn{
		top: 3px;
    	right: 35px;
	}
	#header ul.navi,
	#header ul#menu-global{
		position: absolute;
		gap:0 0 10px 0;
		left:20px;
		top:70px;
	}
	body.home #header ul.navi,
	body.home ul#menu-global{
		left:20px;
		top:70px;
	}	
}
@media screen and (min-width:900px){	
	#header .shopping{
		width: 27px;
		right: 90px;
		top: 15px;
	}
	body.home #header .shopping{
		right: 90px;
		top: 20px;
	}
	#header .search{
		width:28px;
		z-index: 2002;
		right: 10px;
		top: 16px;
	}
	body.home #header .search{
		right: 10px;
		top: 21px;
	}
	#header ul.navi,
	#header ul#menu-global{
		position: absolute;
		right: 280px;
		top: 10px;
		gap:0 15px;
	}
	body.home #header ul.navi,
	body.home #header ul#menu-global{
		position: absolute;
		right: 280px;
		top: 25px;
		gap:0 15px;
	}
	.l-header .nav-btn{
		top:-3px;
		right:35px;
	}
	body.home .l-header .nav-btn{
		top: 3px;
		right: 35px;
	}
}
/*@media screen and (min-width:1300px){
	#header .shopping{
		width: 160px;
		background: url("../img/lump-line.png") no-repeat left bottom;
		background-size: 30px auto;
		padding-left: 30px;
		padding-top: 25px;
		z-index: 2002;
	}
	#header .shopping{
		width:150px;
		right:60px;
		top:-12px;
	}
	body.home #header .shopping{
		top:0;
		right: 70px;
	}
	#header .search{
		width:34px;
		z-index: 2002;
	}
	#header .search{
		right: 10px;
		top: 22px;
	}
	body.home #header .search{
		right: 10px;
		top: 35px;
	}
	#header ul.navi,
	#header ul#menu-global{
		position: absolute;
		right: 280px;
		top: 10px;
		gap:0 15px;
	}
	body.home #header ul.navi,
	body.home #header ul#menu-global{
		position: absolute;
		right: 280px;
		top: 25px;
		gap:0 15px;
	}
	.outer_top-v{
	}
	.l-wrapper{
	}
}*/
nav.is-open #header ul.navi,
nav.is-open #header ul#menu-global{
	top:20px;
	left:20px;
}
.l-header .nav-btn {
	position: fixed;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 2001;
}
.l-header .nav-btn__line{
 position:absolute;
 left:20px;
 width:25px;
 height:3px;
 content:'';
	background:#e30012;
 -webkit-transition:all .3s ease;
 transition:all .3s ease
}
.l-header .nav-btn.is-open .nav-btn__line{
	background:#fff2e3;
}
.l-header .nav-btn__line:nth-child(1) {
 	top:22px
}
.l-header .nav-btn__line:nth-child(2) {
 	top:30px
}
.l-header .nav-btn__line:nth-child(3) {
 	top:38px
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
	 top:29.5px;
	 -webkit-transform:rotate(-25deg);
	 -ms-transform:rotate(-25deg);
	 transform:rotate(-25deg)
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
 opacity:0
}
.l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
 top:29.5px;
 -webkit-transform:rotate(25deg);
 -ms-transform:rotate(25deg);
 transform:rotate(25deg)
}


.l-nav {
position:fixed;
top:0;
left:0;
z-index:2;
width:100%;
height:100%;
min-width:320px;
padding:90px 25px 50px;
background:#e30012;
box-sizing:border-box;
-webkit-overflow-scrolling:touch;
z-index:2000;
-webkit-transition:all .3s ease;
transition:all .3s ease
}
.l-nav {
overflow:auto;
-webkit-transform:translateX(120%);
-ms-transform:translateX(120%);
transform:translateX(120%);
}
.l-nav::-webkit-scrollbar {
display:none
}
.l-nav.is-open {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
ul#menu-global a{
color:#FFF;
}





/*------ここまでheader内-----------------*/




ul.tag-list{
	display: flex;
	gap:3px 10px;
}
ul.tag-list li{
	border:1px solid rgba(215,0,18,1);
	border-radius: 15px;
	padding:3px 5px;
	font-size: 0.9em;
}
.keywords ul.tag-list,
#hushtag ul.tag-list{
	justify-content: center;
	flex-wrap: wrap;
}
.time{
	font-size: 0.8em;
	color: #666;
	text-align: right;
}
/*#text","部分の非表示用*/
.ranking-cate{
	color: #FFF;
}
.ranking-cate a{
	font-size: 0.8em;
	font-weight: 700;
	background:rgba(215,0,18,0.80);
	padding: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin-bottom: 5px;
	color:#e30012;
}
.ranking-cate a::after{
	content:none;
}
h1.cate-ttl_big,
h3.cate-ttl_s{
	font-weight: 700;
	text-align: center;
	color:#e30012;
}
h1.page-ttl{
	text-align: right;
	font-size: 1.2em;
	font-weight: 700;
	color:#e30012;
}
h1.page-ttl span{
	background: url("../img/i_sake.png") no-repeat left center/20px auto;
	padding-left: 30px;
}
ul.category-name{
	font-size: 0.8em;
	font-weight: 700;
	display: flex;
	gap:5px;
	flex-wrap: wrap;
}
ul.category-name li.cate{
	background:rgba(215,0,18,1);
	padding: 3px;
	border-radius: 3px;
	white-space: nowrap;
}
ul.category-name li.cate a{
 	color: #FFF;
}
ul.category-name li.cate.class_coupon{
    background: #ff7e00;
}
ul.category-name li.cate.class_coupon a{
	color: #FFF700;
}
.article-ttl{
	margin: 5px 0;
	font-weight: 700;
	-webkit-box-orient: vertical;
    color: #222;
    display: -webkit-box;
    font-weight: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.publish{
	text-align: right;
}
.new-article-wrap{
	max-width: 1080px;
	margin: 20px auto;
	padding:0 15px;
}

#top{
	padding:0 15px;
	background: #FFF;
	min-height: 500px;
}
section{
	margin: 20px 0;
}
h2.ttl{
	text-align: center;
    font-size: 2em;
    font-weight: 700;
	color: #e30012;
}
h2.ttl span.ja{
	padding-left: 25px;
	margin-left: -25px;
}
h2.new-article_ttl{
	font-weight: 700;
}
.list-img img{
    overflow: hidden;
	line-height:0.8;
	margin-bottom: 10px;
}
h2.ttl span.rank{
	background: url("../img/i_crown.png") no-repeat left center/20px auto;
}
h2.ttl span.feat{
	background: url("../img/i_feat.png") no-repeat left center/20px auto;
}
h2.ttl span.en{
	font-family: 'Libre Baskerville', serif;
	font-size: 0.6em;
}
ul.article-list{
	display: flex;
	gap:5%;
	justify-content: center;
	flex-wrap: wrap;
}
ul.article-list li.article-single{
	margin: 20px 0;
	position: relative;
}
@media screen and (min-width:600px){
	h1.cate-ttl_big{
		font-size: 1.8em;
	}
	h2.cate-ttl_big{
		font-size: 1.5em;
	}
	ul.article-list li.article-single{
		width: 25%;
	}
}
@media screen and (max-width:599px){
	h1.cate-ttl_big{
		font-size: 1.5em;
	}
	h2.cate-ttl_big{
		font-size: 1.3em;
	}
	ul.article-cell{
		display: flex;
		margin-bottom: 15px;
	}
	ul.article-cell li.list-img{
		width: 30%;
	}
	ul.article-cell li.article-cont{
		width: 65%;
		margin-left:5%
	}
	#ranking ul.article-cell li.list-img{
		width:100%;
	}
	#ranking ul.article-cell li.article-cont{
		width:100%;
		margin-left:0;
	}
	ul.tag-list{
		flex-wrap: wrap;
	}
}
ul.ranking li::before{
	background:rgba(215,0,18,1);
	border-radius: 3px;
	padding: 3px;
	text-align: center;
	width: 30px;
	height: 30px;
	display: block;
	font-weight: 700;
	position: absolute;
	top:-5px;
	left: -5px;
	z-index:2;
	line-height: 2;
}
ul.ranking li.article-single:nth-child(1)::before {
    content: '1';
}
ul.ranking li.article-single:nth-child(2)::before {
    content: '2';
}
ul.ranking li.article-single:nth-child(3)::before {
    content: '3';
}
ul.ranking li.article-single:nth-child(4)::before {
    content: '4';
}
ul.ranking li.article-single:nth-child(5)::before {
    content: '5';
}
ul.ranking li.article-single:nth-child(6)::before {
    content: '6';
}
.wpp-no-data{
	text-align: center;
	min-height: 200px;
}
.wpp-post-title{
	padding-top: 10px;
}
@media screen and (max-width:599px){
	h2.ttl{
		font-size:5vw;
		line-height: 1.2;
		margin-bottom: 1em;
	}
}
#footer{

}
.ftr-wrap{
	
}
.ftr-upper-wrap{
	
}
h2.ftr-catch{
	text-align: center;
	padding:70px 0 20px 0;
}
.footer-nav{
	background: #FFF;
	border-radius: 40px;
	padding: 20px 0;
	max-width: 980px;
	margin: 0 auto;
	width: 90%;
}
.footer-nav ul.menu li a{
	background: url("../img/i_squ.png") no-repeat left center/10px auto;
	padding-left: 15px;
	font-weight: 700;
	color:#e30012;
	white-space: nowrap;
	font-size:clamp(14px, 1.3vw, 16px);
}
@media screen and (max-width:939px){
	.footer-nav ul.menu li{
		margin: 15px 0;
		text-align: center;
	}
}
@media screen and (min-width:940px){
	.footer-nav ul.menu{
		display: flex;
		justify-content: center;
		gap:0 15px;
	}
}
dl.middle{
	width: 90%;
	max-width: 980px;
	margin:20px auto;
}
dl.middle dd:nth-child(1){
	position: relative;
}
dl.middle dd:nth-child(2){
	text-align:center;
}
dl.middle dd:nth-child(2) img.ienomilife{
	width:70%;
	max-width: 280px;
	vertical-align: bottom;
}
@media screen and (max-width:599px){
	dl.middle dd:nth-child(1){

	}
	ul.sns{
		margin:10px auto;
	}
}
@media screen and (min-width:600px){
	dl.middle{
		display: flex;
	}
	dl.middle dd:nth-child(1){
		width: 50%;
	}
	dl.middle dd:nth-child(2){
		text-align: right;
		width:50%;
	}
	h5.sns_ttl{
		padding-top: 8px;
		margin-right: 10px;
	}
	.sns_wrap{
		display: flex;
		justify-content: flex-end;
		padding-right: 5%;
	}
}

h5.sns_ttl{
	text-align: center;
	color: #e30012;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
}
ul.sns{
	max-width: 200px;
	display: flex;
}
ul.sns li{
	text-align: center;
	padding:0 5%;
}

.ftr-btm-wrap{
	background:#e30012;
	color: #FFF;
	padding:1.5% 2.5%;
	font-size: 0.8em;
}
@media screen and (max-width:599px){
	.ftr-btm-wrap{
		padding:5% 2.5%;
	}
}
dl.ftr-btm,
dl.stop-alc{
	display: flex;
}
dl.ftr-btm{
	justify-content: center;
	flex: 1;
	gap:15px;
}
dl.stop-alc dt{
	width: 5%;
	padding-right: 1.5%;
}
dl.stop-alc dd{
	width: 93.5%;
	padding-left: 1.5%;
}
@media screen and (min-width:600px){
	dl.stop-alc dd{
		padding-top: 1em;
	}
}
@media screen and (max-width:599px){
	dl.stop-alc{
		margin-bottom:1em;
	}
}
.copy2{
	text-align: right;
}
.btm_contact{
	margin-top: 10px;
	position: absolute;
	right: 0;
}
.btm_contact a{

}
@media screen and (max-width:599px){
	.ftr-wrap{
		
	}
	dl.ftr-btm{
		display:inherit;
	}
	.copy1, .copy2{
		text-align: center;
	}
}
.more{
	background:#e30012;
	padding: 10px;
	border-radius: 25px;
	width: 60%;
	max-width: 300px;
	color: #FFF;
	text-align: center;
	margin:15px auto;
}
.more a{
	color: #FFF;
}
ul.other-list{
	border:1px solid #e30012;
	margin-bottom: 30px;
}
ul.other-list li{
	padding: 2.5% 5%;
}
ul.other-list li:nth-child(2){
	border-top:1px solid #e30012;
}
@media screen and (min-width:600px){
	ul.other-list{
		display: flex;
	}
	ul.other-list li{
		flex: 1;
	}
	ul.other-list li:nth-child(2){
		border-top:none;
		border-left:1px solid #e30012;
	}
}
ul.wpp-list{
	display: flex;
}
/*Author*/
dl.profile{
	display: flex;
	margin: 20px 0;
	flex-wrap: wrap;
	justify-content: center;
}
dl.profile dt,
dl.profile dd{
	border-bottom: 1px solid;
	padding:1em 2.5%;
}
dl.profile dt:first-child,
dl.profile dd:nth-child(2){
	border-top: 1px solid;
}
dl.profile dt{
	border-right: 1px solid #ccc;
	width: 20%;
	background:rgba(255,242,227,1);
}
dl.profile dd{
	width: 60%;
}
#page ul.sns.author{
	position: inherit;
	margin: 20px auto;
}
.profile-icon{
	width: 120px;
	margin: 20px auto;
}
.class_recommend{
	display: none;
}
#overlay{
/*検索ボタンクリック時のオーバーレイのCSS*/  
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100vw;
	height:100vh;
	display: none;
	background: rgba(0,0,0,0.6);
}
.flex{
	/*オーバーレイ内の要素を上下・左右中央揃え*/
	width: 100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.overlay-inner{
	max-width: 600px;
	padding:10px 30px;
	background-color:#FFF;
	text-align:center;
}
#open-btn, #close-btn{
	display:block;
	/*margin:20px auto;
	padding:10px 30px;
	background-color:#eee;
	border:solid #ccc 1px;*/
	cursor: pointer;
}
.m-ModalSearch__box{
	position: relative;
}
.m-ModalSearch__box input[type="serch"]{
    width: 80%;
    max-width: 300px;
    font-size: 18px;
}
.m-ModalSearch__box .m-ModalSearch__btn{
	width: 40px;
	bottom: -7px;
	position: absolute;
}
.keywords{
    margin: 15px 0;
}
.close-btn{
	background:#e30012;
	padding: 5px;
	color: #FFF;
}
.article-none{
	padding: 100px 0;
}
/*ウィジェットTOP10*/
#ranking{
	padding-top: 30px;
}
.top10 h2.widgettitle{
	text-align: center;
    font-size: 2em;
    font-weight: 700;
    background: url(../img/i_sake.png) no-repeat center top/50px auto;
    padding-top: 55px;
}
.top10 h2.widgettitle::after{
	display: block;
	content: 'RANKING';
	font-family: 'Libre Baskerville', serif;
    font-size: 0.6em;
}
ul.top10-ranking{
    display: flex;
    gap: 5%;
    justify-content: center;
    flex-wrap: wrap;
}
ul.top10-ranking li{
    margin: 20px 0;
    position: relative;
}
ul.top10-ranking li::before{
	background:rgba(215,0,18,1);
	border-radius: 3px;
	padding: 3px;
	text-align: center;
	width: 30px;
	height: 30px;
	display: block;
	font-weight: 700;
	position: absolute;
	top:-5px;
	left: -5px;
	z-index:2;
	line-height: 2;
}
ul.top10-ranking li:nth-child(1)::before{
	content: '1';
}
ul.top10-ranking li:nth-child(2)::before{
	content: '2';
}
ul.top10-ranking li:nth-child(3)::before{
	content: '3';
}
ul.top10-ranking li:nth-child(4)::before{
	content: '4';
}
ul.top10-ranking li:nth-child(5)::before{
	content: '5';
}
ul.top10-ranking li:nth-child(6)::before{
	content: '6';
}
ul.top10-ranking li img {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgb(95, 59, 49);
    line-height: 0.8;
    margin-bottom: 10px;
}
span.tptn_title,
span.tptn_date,
span.tptn_excerpt,
span.tptn_author,
span.tptn_after_thumb{
	display: block;
}
span.tptn_author{
	margin-top: 1em;
}
span.tptn_author,
span.tptn_date{
	font-size: 0.8em;
	text-align: right;
}
@media screen and (max-width: 599px){
	.top10 h2.widgettitle{
		font-size: 5vw;
		line-height: 1.2;
		background: url(../img/i_sake.png) no-repeat center top/35px auto;
		padding-top: 45px;
	}
	.top10 h2.widgettitle::after{
		padding-top: 0.5em;
	}
	ul.top10-ranking li{
		display: flex;
	}
	ul.top10-ranking li a.tptn_link{
		width: 30%;
	}
	span.tptn_after_thumb{
		width: 65%;
    	margin-left: 5%;
	}
}
@media screen and (min-width: 600px){
	ul.top10-ranking li{
		width: 25%;
	}
}
.prbnr{
	max-width: 630px;
	width: 80%;
	margin: 20px auto;
}