@charset "UTF-8";

.block_news_1 ul li a div > p + p {
    font-weight: 100;
}
.widget_shop01 .myhide{
	display: none;
}
.widget_shop01 .myhide dl:nth-of-type(1){
	border-top: none;
}
.widget_shop01 .mymore{
	position: relative;
	margin-top: 10px;
}
.widget_shop01 .mymore:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: var(--i_border_color);
	position: absolute;
	top: 50%;
	left: 0;
}
.widget_shop01 .mymore a{
	display: block;
	width: 180px;
	background: var(--i_btn_color);
	color: var(--i_btn_txt_color);
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	font-size: 1.5rem;
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s;
}
.widget_shop01 .mymore a:hover{
	background: var(--i_btn_hover_color);
	color: var(--i_btn_hover_txt_color);
}
.widget_shop01 .mymore a:after{
	content: '続きを見る';
}
.widget_shop01 .myhide[style*="display: block;"]+.mymore a:after{
	content: '閉じる';
}