@charset "utf-8";
/* CSS Document */

/*****デバイス共通*****/
.container:last-of-type{
	margin-top: 2px;
}
.more{
	color: #005506;
}
h2{
	font-size: 24px;
	border-left: 2px solid #005506;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 15px;
	height: 40px;
	margin-bottom: 25px;
}
h2 span{
	font-size: 13px;
	font-weight: bold;
}
h3.top-h3 {
	font-size: 20px;
	line-height: 18px;
	margin-left: 13px;
	margin-bottom: 6px;
	border-left: none;
	padding-left: 0;
}
h3.top-h3::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background: #005506;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 2px;
}
h3 span{
	font-size: 12px;
	margin-left: 20px;
	font-weight: bold;
}
/**ニュースリリース**/
#newsrelease{
	width: 90%;
	max-width: 960px;
	margin: auto;
	position: relative;
	padding: 40px 0 24px;
}
#newsrelease .pickuplist{
	position: relative;
}	
.more{
	position: absolute;
	right: 16px;
	font-size: 12px;
}
.more img{
	vertical-align: top;
	margin-top: 2px;
	margin-left: 7px;
}
.pickuplist{
	margin-left: 15px;
	margin-bottom: 35px;
}	
.pickuplist li{
	width: 45.25%;
}
.pickuplist li img{
	margin-right: 5.75%;
}	
.pickuplist dt{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	word-break: keep-all;
}	
.pickuplist dl .tag{
	margin-right: 7px;
}	
.pickuplist dd,
.pickuplist p{
	line-height: 23px;
}	
.newslist{
	background-color: rgba(255,255,255,0.5);
	margin-left: 15px;
	padding: 17px 25px;
	max-height: 250px;
	overflow-y: auto;
/*	-webkit-overflow-scrolling: touch;
  	overflow-scrolling: touch;*/
}	
.newslist dt{
	font-size: 12px;
	line-height: 25px;	
	width: 183px;
}	
.newslist dd{
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	line-height: 23px;
	border-bottom: 1px dashed #dadada;
}	
.newslist dd:last-of-type{
	border-bottom: none;
}
.newslist .tag{
	margin-left: 12px;
}	
#newsrelease .pickuplist .tag::after{
	margin-bottom: 5px;
}

#newsrelease .pickuplist dd{
	margin-top: -5px;
}	
.newstag{
	float: right;
}
/**モンドセレクション情報**/
#mondeselection{
	margin: auto;
	margin-top: 110px;
	margin-bottom: 100px;
	padding: 3%;
	width: 80%;
	max-width: 960px;
	background-color: #ffffff;
	border-top: 2px ;
	border: thick double #ebd593;
	/* background: linear-gradient(to right, #FFFFFF, #EFF6ED); */
	/* border:solid 5px #005506; */
}
.mondeselection_text dt{
	width: 80%;
	padding-bottom: 5px;
	padding: 10px;
	border-bottom:solid 2px #c0971d;
	font-size: 20px;
	font-weight:600;
}
.mondeselection_text dd{
	margin: 0 auto;
	width: 90%;
	margin-top: 15px;
	line-height: 25px;
	font-size: 15px;
	letter-spacing: 1px;
}
.boxmondo{
	margin: 0 auto;
	margin-top: 20px;
	width: 80%;
}

.box111 .imgbox{
	width: 75%; 
	margin: auto;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	padding: 10px;
}
.box111 .reco_mondo  {
	z-index: 1;
	position: absolute;
	top:0px;
	right: 0px;
}
.box111 span{
	margin-top: 8px;
}
@media screen and (max-width: 600px) {
	#mondeselection{
		width: 98%;
		margin: 0 auto;
		margin-top: 15%;
		margin-bottom: 15%;
	}
	.mondeselection_text dt{
		font-size: 20px;
	}
	.mondeselection_text dd{
		font-size: 14px;
	}
	.box111 .imgbox{
	 width: 100%;
	 margin: 0 auto 15px;
	}
	.mondeselection_text dt{
		width: 100%;
	}
	}
/**ブランド情報**/
.container+.container{
	border-top: 2px solid #fff;
}	
#brandinfo{
	width: 90%;
	max-width: 960px;
	margin: auto;
	padding: 30px 0 80px;
}
.brandlist{
	/*padding: 0 30px;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
 flex-wrap:wrap;
 justify-content: flex-start;
 padding: 10px 0 0;
 width: 100%;
}		
.brandlist li{
	max-width: 420px;
	width: 45%;
	text-align: center;
 margin: 0 5% 15px 0;
}
@media screen and (max-width: 600px) {
.brandlist li{
 width: 100%;
 margin: 0 auto 15px;
}
}
.brandlist li img {
}
.brandlist .brandphoto{
	margin-bottom: 9px;
}	
.brandlist p{
	color: #005506;
	line-height: 23px;
}
.brandlist li a:hover p{
	text-decoration: underline;
}	
.brandlist .targetblank{
	text-indent: 19px;
}
.brandlist img{
	width: 100%;
}
.blandlist_info dt {
	font-size:16px;
	font-weight:bold;
}
.blandlist_info dt img {
	max-width:420px;
	width:100%;
}
.blandlist_info dd {
	padding:8px 0;
	font-size:14px;
	line-height:1.4em;
	text-align:left;
}

/*---------------------------------------------------------------------------------------------*/
/*****小さいスマホ用*****/
@media screen and (max-width: 429px) {
.pickuplist li img,
.brandlist img{
	width: 100%;
	height: auto;
}	
/**ニュースリリース**/
#newsrelease .pickuplist{
	margin-bottom: 70px;
}	
.pickuplist li{
	display: block;
}
.pickuplist li {
 width: calc(100% - 15px);
}	
.pickuplist li img{
	margin-bottom: 5.75%;
}	
/**ブランド一覧**/
.brandlist{
	display: block;
}	
.brandlist li{
	width: 100%;
}
.brandlist li+li{
	margin-top: 30px;
}	
}
/*---------------------------------------------------------------------------------------------*/
/*****タブレット・スマホ用*****/
@media screen and (min-width: 430px) and (max-width: 759px) {
/**ニュースリリース**/
.more{
	top: 68px;
}	
.pickuplist{
	display: block;
}
.pickuplist li img{
	width: 195px;
	height: 165px;
}	
.pickuplist li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}	
.pickuplist li{
	width: 100%;
}	
.pickuplist li:last-of-type{
	margin-top: 6.46%;
}
.pickuplist li dl,
.pickuplist p{
	width: calc(94.25% - 195px)
}		
/**ブランド情報**/
.brandlist img{
	width: 100%;
	height: auto;
}	
}
/*---------------------------------------------------------------------------------------------*/
/*****PC用*****/
@media screen and (min-width: 760px) {
/**ニュースリリース**/
.more{
	top: 68px;
}	
.pickuplist,
.pickuplist li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}		
.pickuplist li{
	width: 45.25%;
}	
.pickuplist li:last-of-type{
	margin-left: 6.46%;
}
.pickuplist li img{
	width: 195px;
	height: 165px;
}
.pickuplist li dl,
.pickuplist p{
	width: calc(94.25% - 195px)
}	
}



div.slider {
	idth:620px;
	isplay:block;
	argin:40px auto;
}

ul.bxslider01 li {/*メインスライダー*/
	isplay:block;
	idth:620px;
	eight:400px;
}

ul.bxslider01 li img{
	isplay:block;
	idth:620px;
	eight:auto;
}

ul.bxslider02 li a {/*サムネイル*/
	isplay:block;
	idth:100px;
	eight:60px;
}

ul.bxslider02 li a img{/*サムネイルの画像*/
	isplay:block;
	idth:100px;
	eight:auto;
}

div.controlWrap {
	idth:620px;
	isplay:block;
	osition:relative;
	argin:0 auto;
}

div.controlWrap p#PrevIcon a{/*矢印画像（前へ）*/
	isplay:block;
	idth:13px;
	eight:19px;
	osition:absolute;
	ackground: url(../img/btn_prev.png) left center no-repeat;
	olor:#fff;
	op:20px;
	eft:20px;
	ext-indent:-9999px;
}

div.controlWrap p#NextIcon a{/*矢印画像（次へ）*/
	isplay:block;
	idth:13px;
	eight:19px;
	osition:absolute;
	ackground: url(../img/btn_next.png) left center no-repeat;
	olor:#fff;
	op:20px;
	ight:20px;
	ext-indent:-9999px;
}
