
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.blog_inner h2 {
 border-bottom: none;
}
.blog_inner h3{
 border-left: none;
}



#mothersday {
	width: unset;
	max-width: 1000px;
	margin:0 auto;
	padding:0;
	font-size:18px;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	background: #ffe4e1;
}

#mothersday img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#mothersday h1,
#mothersday h2,
#mothersday h3,
#mothersday h4,
#mothersday h5{
	color: #000;
	text-align:center;
	font-weight:bold;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
}

#mothersday h1{
	font-size: 2.3em;
	letter-spacing: 2px;
	margin: 60px auto;
	color:#db7093;
	width:100%;
	line-height: 120%;
}

#mothersday h1 span{
	display: block;
	font-size: 0.6em;
}

#mothersday h1 img{
	width: 35%;
	margin-bottom: 30px;
}

#mothersday h2{
	width: 100%;
	margin: 50px auto 0 ;
	font-size: 1.5em;
	color: #db7093;
	line-height: 110%;
}

#mothersday h2 span{
	font-size: 0.5em;
}

#mothersday h3{
	width: 100%;
	margin: 15px auto 15px;
	text-align: left;
}


#mothersday section.pickupstyling_pink h3{
	color:#db7093;
	width: 95%;
	margin: 15px auto 15px;
	text-align: left;
	border-bottom: 4px double #db7093;
	padding-left:0px;
	font-size:1em;
}

/*#mothersday h2 img{
	max-width: 400px;
	width: 15%;
	position: absolute;
	margin:-15px auto;
	margin-left:-385px;
}
*/

#mothersday h2 img{
	width: 35%;
	margin: 0px 300px 0 -10px;
}

#mothersday p{
	font-size: 0.85em!important;
	line-height: 180%;
}

#mothersday p.main_text{
	width: 90%;
	margin: 15px auto 30px !important;
	line-height: 180%;
	text-align: left;
	font-size:0.9em !important;
}

#mothersday p.main_text span.big{
font-size: 1.5em;
color: #000;
background: linear-gradient(transparent 70%, #add8e6 30%);
line-height: 200%;
}


#mothersday p span{
	font-weight: bold;
	color: #C52F32;
}

#mothersday .block .block1,
#mothersday .block .block2{
	/*width: 95%;*/
	width:100%;
	text-align: left;
	margin: 0;
}

#mothersday .block .block2{
	margin: 0px auto 40px!important;
}

#mothersday .block p{
	font-size: 0.75em!important;
	margin: 0 auto 0px!important;
	width:95%;
}

#mothersday .block p.main_text{
	margin: 20px auto !important;
	font-size:0.9em !important;
	line-height:200% !important;;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}


#mothersday .categorylist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content:center;
	margin: 30px auto;
}
#mothersday section.category {
	margin: 0px auto;
	width: 100%;
}
#mothersday .categorylist div{
	flex-basis: calc(100% / 2 - 1%);
    margin-right: 1%;
    margin-bottom: 1%;
}

#mothersday .otheritem a {
	display: block;
	width: 100%;
	max-width: 100px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: white;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
}

#mothersday .otheritem a:hover {
	background: white;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}
#mothersday .otheritem a{
	max-width: 500px;
	padding: 10px;
	font-size: 0.85em;
}

#mothersday .point{
	width: 100%;
	max-width: 700px;
	margin: 80px auto;
	background: #ededed;
	padding: 3% 4% 4%;
	border-radius: 7px;
}

#mothersday .point h4{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 140%;
}

#mothersday .point h4 span{
	font-size: 0.5em;
	font-weight: bold;
}

#mothersday .point h5{
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1em;
}

#mothersday .point h5 span{
	margin-left: 1%;
	font-size: 1.2em;
}

#mothersday .point .point_inner{
	width: 100%;
	margin: 30px auto;
}

#mothersday .point .point_inner p{
	width: 95%;
	margin-left: 5%;
}	



#mothersday .item_listpink .list{
 font-size: 0.8em!important;
 padding: 1%;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#mothersday .item_listpink .list div:first-child{
	width: 80%;
	padding: 3px 0% 3px 0;
	margin: 0 auto;
}


#mothersday .item_listpink .list div:last-child{
	width: 15%;
	display: flex;
	align-items: center;
	/*padding-right: 1%;*/
}

#mothersday .lineup{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: flex-start;
}


#mothersday .lineup{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#mothersday .lineup div{
	flex-basis: 25%;
	padding: 2%
}

#mothersday .lineup p.itemname{
	text-align: left;
	margin: 20px auto 10px!important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 0.85em!important;
	text-align: center;
}

#mothersday .lineup p.price{
	margin: 0 auto!important;
	text-align: center!important;
	font-size: 0.9em!important;
	
}

#mothersday .lineup p.price span{
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

#mothersday .lineup a.buy{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #db7093;
	background: #db7093;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	font-size: 0.9em;
	border-radius: 8px;
	text-decoration: none;
}


#mothersday .item_listpink .list a{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	font-size: 0.9em;
	border-radius: 8px;
	text-decoration: none;
		border: 1px solid #db7093;
	background: #db7093;
}


#mothersday .item_listpink .list span{
font-size: 1.2em;
}	


#mothersday .lineup a.buy{
	width: 50%;
	margin: 10px auto;
}

#mothersday .lineup a.buy:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #db7093;
	color: #db7093;
}

#mothersday .item_listpink .list a:hover{
	background: #eafaff;
	text-align: center;
	border: 1px solid #db7093;
	color: #db7093;
}

/*VIEW MOREボタンの設定*/

#mothersday p.button {
	display: block;
	margin: 20px auto !important;
	padding: 11px 12px;
	color: #FFF;
	background: #db7093;
	cursor: pointer;
	transition: all 0.5s;
	max-width: 770px;
	width: 80%;
	text-align: center;
	border-radius: 8px;
}

/* 回遊リンク */

#mothersday .Banner4 {
	text-align: center!important;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#mothersday .Banner4 h6 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #db7093;
	border-bottom: 1px solid #db7093;
	color: #db7093;
	text-align: center!important;
}

#mothersday .Banner4 ul {
	display:inline;
}

#mothersday .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#mothersday .block{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: flex-start;
}

#mothersday .right{
	flex-direction:row-reverse;
}

#mothersday .block .block1,
#mothersday .block .block2{
	width: calc(100% / 2);
	margin-left:-20px;
	
}

#mothersday .left .block2{
	padding-left: 2%;
}

#mothersday .right .block2{
	padding-right: 2%;
}


/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

@media screen and (max-width:820px) {

.sp_none {
	display:none;
}

	
#mothersday h2	{
	font-size: 4.5vw;
	margin: 5vw auto 0;
}
#mothersday h2 span{
	font-size: 3vw;
}		

#mothersday p.main_text{
	margin: 2.25vw auto!important;
	font-size: 2.7vw!important;
}

#mothersday p,
#mothersday .block p{
	font-size: 2.5vw!important;
	line-height: 180%;
	display: inline-block;
}

#mothersday p.main_text span{
	font-size: 3.4vw!important;
}

#mothersday .block p.main_text{
	font-size: 2.7vw!important;
}


#mothersday .item_listpink .list div:first-child{
	margin: 5px auto;
}	

#mothersday section.pickupstyling_pink h3{
	width: 100%;
	font-size:4vw;
}	
	
#mothersday .block .block2{
	padding: 0 2%;
	margin: 6.25vw auto 0!important;
}

#mothersday .block p{
	margin: 0 auto !important;
}
	

#mothersday .lineup div{
	flex-basis: 50%;
}


#mothersday .item_listpink .list{
	font-size: 3vw!important;
	line-height: 180%;
}
	

#mothersday .item_listpink .list span{
	font-size: 3.5vw!important;
}	

#mothersday .lineup p.itemname{
	text-align: left;
	margin: 4.25vw auto 2.125vw!important;
	font-size: 3vw!important;
	text-align: center!important;
}

#mothersday .lineup a.buy,
#mothersday .item_list .list a{
	font-size: 3.125vw!important;
}
	
#mothersday h1{
	font-size: 6vw;
	margin: 8vw auto;
	width:90%;
}	
	
/*#mothersday h2 img{
	max-width: 400px;
	width: 25%;
	margin: 5px auto 0;
	margin-left:-170px;
}*/

#mothersday h2 img{
	width: 30%;
}	

#mothersday .point h4{
	font-size: 3.5vw;
	margin-top: 1vw;
	margin-bottom: 5.5vw;
	line-height: 90%;
}	

#mothersday .point h5{
	font-size: 3.5vw;
	margin-bottom: 2.2vw;
}

#mothersday .point .point_inner{
	margin: 5.5vw auto;
}	

	#mothersday .point{
	width: 85%;
}	
	
	


/*VIEW MOREボタンの設定*/

#mothersday p.button {
	display: block;
	margin: 20px auto 20px!important;
	padding: 11px 12px;
	color: #FFF;
	background: #db7093;
	cursor: pointer;
	transition: all 0.5s;
	max-width: 770px;
	width: 80%;
	text-align: center;
	border-radius: 8px;
}

	
/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#mothersday .Banner4 {
	text-align: center;
	width: 100%;
}

#mothersday .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#mothersday .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

}
