@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');






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



section.top-newstock{
	width:100%;
	margin:60px auto 75px auto;
}

.top-newstock-h2{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:24px;
	line-height: 1.5;
	text-indent:0.3em;
	padding: 0 0 0 0;
	margin:12px auto 45px auto;
	width: 95%;
}

.top-newstock-h2 a{
	text-decoration: none;
}




.newstock-list-wrapper{
	width:95%;
	border-top:0px solid #ccc;
	margin:0px auto 0px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background: transparent;
	gap:3%
}


.newstock-list{
	display: block;
	width:47%;
	margin-bottom: 24px;
	text-align: left;
	text-decoration: none;
	margin: 0 0px 24px 0px;
}

.newstock-list-image{
	width:120px;
	height: 120px;
	margin: 0 auto 12px auto;
}

.newstock-list-thumbnail{
	width:120px;
	height: 120px;
	margin-bottom: 12px;
	object-fit:contain;
}

.newstock-list-info{
	padding: 0 9px;
}

.newstock-list-h3{
	font-size:14px;
	line-height: 1.5;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.newstock-list-h3 span{
	display: block;
}


.newstock-list-title{
	font-size:14px;
}
.newstock-list-note{
	font-size:14px;
}








/*======================================

	top-info 
	
========================================*/

.top-info-wrapper{
	width: 100%;
	width: 100%;
	background: #f5ecec;
	padding: 45px 0 30px;
}

.top-info{
	width: 90%;
	padding: 0px 0 0px 0;
	margin: 0 auto;
	display: block;
	justify-content: space-between;
}

.top-info-left{
	width: 100%;
	margin-bottom: 75px;
}

.top-info-right{
	width: 100%;
}







/*======================================

	top-news 
	
========================================*/

.top-news-wrapper{
	width: 100%;
	padding: 0px 0 0px;
	text-align: center;
}

.top-news-h2{
    display: flex;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:24px;
	line-height: 1.5;
	text-indent:0.3em;
	padding: 0 0 0 0;
	margin:12px auto 45px auto;
	width: 100%;
	}

.top-news-h2:before,
.top-news-h2:after {
    content: "";
    height: 0px;
    flex-grow: 1;
    background-color: #fc864c;
}



.top-news{
	width: 100%;
	margin: 0 auto 45px auto;
	border-top: 1px dotted #ccc;
}

.top-news-box{
	width:100%;
	text-align:left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:18px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
}

.top-news-box-left{
	width:38%;
}
.top-news-box-right{
	width:60%;
}

.top-news-h3{
	font-size:16px;
	line-height: 1.5;
	padding:0 0 0 0;
	margin: 0px 0px 8px 0;
}

.top-news-h3 a{
	text-decoration: none;
}

.top-news-date{
	font-size: 13px;
	text-align: left;
	color:#333;
	font-weight: normal;
	margin: 0px 0px 0px 0;
	padding: 0 0px 0 0;
}


.top-news-cat {
	display: inline-block;
	height: 24px;
	background: #f5f0e9;
	color:#666;
	font-size:11px;
	line-height: 11px;
	padding:6px 4px 6px 4px;
	margin:9px 0 10px 0;
	overflow: hidden;
}

.top-news-box figure{
	width: 100%;
}

.top-news-box figure img{
	width: 100%;
	vertical-align: middle;
}






/*======================================

	top-store 
	
========================================*/

.top-store-wrapper{
	width: 100%;
	padding: 0px 0 0px;
	text-align: center;
}



.top-store{
	width: 100%;
	margin: 0 auto 45px auto;
	border-top: 0px dotted #ccc;
	display: block;
	justify-content: space-between;
	gap:18px;
}


.top-store-left{
	width:100%;
}
.top-store-right{
	width:100%;
	text-align: left;
}






.top-to-list{
	width: 100%;
	margin: 18px auto 45px auto;
	text-align: center;
}

.top-to-list a{
	display: block;
	width: 240px;
	height: 42px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color:#fff;
	background: #fc864c;
	margin: auto;
	padding-top: 10px;
}
.top-to-list a:hover{
	opacity: 0.7;
}





}/*//end  max-width: 480px ///////////////////////*/











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



/*======================================

	newstock 
	
========================================*/

section.top-newstock{
	width:1080px;
	margin:60px auto 75px auto;
}

.top-newstock-h2{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:30px;
	line-height: 1.5;
	text-indent:0.3em;
	padding: 0 0 0 0;
	margin:12px auto 45px auto;
	width: 100%;
	min-width: 1080px;
}

.top-newstock-h2 a{
	text-decoration: none;
}




.newstock-list-wrapper{
	width:1080px;
	border-top:0px solid #ccc;
	margin:0px auto 0px auto;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap:36px;
	background: transparent;
}


.newstock-list{
	display: block;
	width:145px;
	margin-bottom: 24px;
	text-align: left;
	text-decoration: none;
	margin: 0 0 24px 0;
}

.newstock-list-image{
	width:150px;
	height: 150px;
	margin: 0 auto 12px auto;
}

.newstock-list-thumbnail{
	width:150px;
	height: 150px;
	margin-bottom: 12px;
	object-fit:contain;
}

.newstock-list-h3{
	font-size:14px;
	line-height: 1.5;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.newstock-list-h3 span{
	display: block;
}


.newstock-list-title{
	font-size:14px;
}
.newstock-list-note{
	font-size:14px;
}




/*======================================

	top-info 
	
========================================*/

.top-info-wrapper{
	width: 100%;
	min-width: 1060px;
	background: #f5ecec;
	padding: 45px 0 30px;
}

.top-info{
	width: 1060px;
	padding: 0px 0 0px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.top-info-left{
	width: 48%;
}

.top-info-right{
	width: 48%;
}



/*======================================

	top-news 
	
========================================*/

.top-news-wrapper{
	width: 100%;
	padding: 0px 0 0px;
	text-align: center;
}

.top-news-h2{
    display: flex;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size:30px;
	line-height: 1.5;
	text-indent:0.3em;
	padding: 0 0 0 0;
	margin:12px auto 45px auto;
	width: 100%;
	}

.top-news-h2:before,
.top-news-h2:after {
    content: "";
    height: 0px;
    flex-grow: 1;
    background-color: #fc864c;
}



.top-news{
	width: 100%;
	margin: 0 auto 45px auto;
	border-top: 1px dotted #ccc;
}

.top-news-box{
	width:100%;
	text-align:left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:18px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
}

.top-news-box-left{
	width:38%;
}
.top-news-box-right{
	width:60%;
}

.top-news-h3{
	font-size:16px;
	line-height: 1.5;
	padding:0 0 0 0;
	margin: 0px 0px 8px 0;
}

.top-news-h3 a{
	text-decoration: none;
}

.top-news-date{
	font-size: 13px;
	text-align: left;
	color:#333;
	font-weight: normal;
	margin: 0px 0px 0px 0;
	padding: 0 0px 0 0;
}


.top-news-cat {
	display: inline-block;
	height: 24px;
	background: #f5f0e9;
	color:#666;
	font-size:11px;
	line-height: 11px;
	padding:6px 4px 6px 4px;
	margin:9px 0 10px 0;
	overflow: hidden;
}

.top-news-box figure{
	width: 100%;
}

.top-news-box figure img{
	width: 100%;
	vertical-align: middle;
}





/*======================================

	top-store 
	
========================================*/

.top-store-wrapper{
	width: 100%;
	padding: 0px 0 0px;
	text-align: center;
}



.top-store{
	width: 100%;
	margin: 0 auto 24px auto;
	border-top: 0px dotted #ccc;
	display: block;
	justify-content: space-between;
	gap:18px;
}


.top-store-left{
	width:100%;
}
.top-store-right{
	width:100%;
	text-align: left;
}








.top-to-list{
	width: 100%;
	margin: 18px auto 45px auto;
	text-align: center;
}

.top-to-list a{
	display: block;
	width: 240px;
	height: 45px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color:#fff;
	background: #fc864c;
	margin: auto;
	padding-top: 10px;
}
.top-to-list a:hover{
	opacity: 0.7;
}











}/*//end  min-width: 481px ///////////////////////*/










/* 戻り直後だけ、ステップバナー内の hover/クリックを一時停止 */
.banner-step-marquee.no-hover,
.banner-step-marquee.no-hover * {
  pointer-events: none !important;
}



