@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=BIZ+UDPMincho&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700;900&family=Open+Sans:wght@800&family=Oswald:wght@300;400;700&display=swap');

html{
	font-size: 62.5%; /* ///// 10px ///// */
	box-sizing: border-box;
	scroll-behavior: smooth;
}
@media (min-width: 240px) and (max-width: 767.98px){
html{
	font-size: 1.2rem; /* ///// 12px ///// */
}
}
body{
	background-color: #FFFFFF;
}
p {
	text-align: center;
}
h2{
	font-size: 1.4rem;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #888;
}
h3{
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #777;
	text-align: center;
}
@media (max-width:768px){
h2{
	font-size: 0.7rem;
	text-align: left;
}
h3{
	font-size: 1.4rem;
}
}
a:hover img {
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.bnr-frame{
	border: 1px solid #cccccc;
	box-sizing: border-box;
	border-color: rgba(204,204,204,0.3);
}
/*////// タブレットサイズ以下では.noneで非表示 ////////*/
@media screen and (max-width: 768px){
	.none {display:none}
}

/* ///////////// stock-list button /////////////*/
img.stock-list{
	position:fixed;
/* max-width: 230px;*/
	max-width: 13%;
	right: 0%;
	bottom: 20%;
	z-index: 100;
	transition:1s;
	opacity: 1;
}
.stock-list:hover{
	opacity: 0,8;
}
.button-area{
	width: 40%;
	margin: 0 auto;
}
/* //////// 縦積み時纏めてpt-4キャンセル ////////*/
@media (max-width:768px){
#topics{
	padding-top: 0!important;
}
#brands{
	padding-top: 0!important;
}
#pickup-items{
	padding-top: 0!important;
}
#button-area{
	padding-top: 0!important;
}
#accesary{
	padding-top: 0!important;
}
#access{
	margin-top: 0!important;
}
#other-info{
	padding-top: 0!important;
}
}
