@charset "EUC-JP";
@import url('css/nav-special.css');
/* CSS Document */
body{
	font-size: 0.9vw;
	margin:0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.marker_yellow {
background: linear-gradient(transparent 60%, rgba(255,255,0,0.5) 60%);
}
.marker_red {
background: linear-gradient(transparent 60%, rgba(255,0,0,0.5) 60%);
}
a:hover {
	opacity: 0.7;
}
a:link, a:visited, a:hover, a:active {
  color: #000000;
	text-decoration: none;
}
span.mini {
	font-size: 0.8em;
	font-feature-settings: "palt";
}
span.narrow-sp {
	font-feature-settings: "palt";
}
.kerning {
	font-feature-settings: "palt";
}
hr {
	width: 85%;
	border-top: 1px solid rgba(0,0,0,0.50);
}
.sp {
	display: none;
}
.partitionline {
	width: 85%;
	border: solid 1px rgba(0,0,0,0.18);
}
.hideClass {
  transform: translateY(-60px);
}
/** #nav ul {
	width: 40%;
} 220429これがあるとスマホメニューの孫項目が幅狭くなる**/
/** body .container {
	background: rgba(255,255,255,1.00.mini);
	width: 801px;
	padding: 10px;
	margin: 0 auto;
} 211216もういらないと思う**/
section {
	width: 85%;
	margin: 3rem auto;
}
/** body section:first-of-type {
	margin-top: 100px;
}body以下で最初に出てきたsectionにのみ適用**/
section.scroll-point h3 {
	font-size: 1.5rem;
	margin: 20px 0 0;
	text-align: right;
	height: 23px;
	line-height: 30px;
}
section.scroll-point h3 span {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 200;
	font-style: normal;
	height: 30px;
	line-height: 30px;
	margin-right: 5%;
	padding: 4px;
}
section.scroll-point hr {
	width: 90%;
	border-style: none;
    border-top: 1px solid #000000;
}
h2.category-title {
	font-size: 1rem;
	text-align: center;
}
.displayshelf {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	border-bottom: solid 1px rgba(0,0,0,0.25);
	margin: 0;
	padding: 0;
}
.viewmorecontainer {
	width: 700px;
	height: 50px;
	margin: 0 auto 20px;
}
.viewmorecontainer-lr-container {
	display: flex;
	justify-content: space-between;
}
.viewmorelink {
	max-width: 40%;
}
.viewmorecontainer-lr {
	width: 100%;
	height: 50px;
	margin: 0;
}
.viewmore,
.viewmore-lr {
	font-size: 1.2rem;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0.8rem 1em;
  	text-decoration: none;
}
/** .viewmore:before,
.viewmore-lr:before {
	content: 'もっと見る';
	font-size: 0.8em;
	margin-right: 1em;
} 230609**/
.viewmore:after,
.viewmore-lr:after {
	content: '一覧';
	font-size: 0.8em;
	margin-right: 1em;
}
.title-english {
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4rem;
	text-align: center;
	margin: 0;
}
.title-english span {
	font-size: 1em;
}
.introductoryfeaturetitle {
	font-size: 2.5rem;
	margin: 0;
	padding: 1rem;
	text-align: center;
}
.introductoryfeature {
	width: 85%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
}
.introductoryfeature h3 {
	color: #FFFFFF;
	font-size: 2.5rem;
	position: absolute;
	bottom: 10%;
	left: 37%;
	margin: 0;
	padding: 1rem;
	background-color: rgba(0,0,0,0.25);
	z-index: 10;
}
.introductoryfeature .l,
.introductoryfeature .r {
	width: 30%;
	position: relative;
	margin: 0 1%;
}
.introductoryfeature .l a,
.introductoryfeature .r a {
	width: 100%;
}
.introductoryfeature .l a:hover,
.introductoryfeature .r a:hover {
	opacity: 0.5;
}
.introductoryfeature .l img,
.introductoryfeature .r img {
	width: 100%;
}
.introductoryfeature .l h4,
.introductoryfeature .r h4 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	margin: 0;
	padding: 0.5rem;
	background-color: rgba(255,255,255,0.75);
}
/** .introductoryfeature .l h4 {
	left: 20%;
}
.introductoryfeature .r h4 {
	right: 0;
} **/


/** .displayshelf a {
	width: 220px;
	height: 330px;
	margin: 35px;
} 220421**/
.displayshelf .graybox {
	/** width: 100%; **/
	width: 264px;
	/** aspect-ratio: 3 / 4; 230427山崎実業特集ページで商品名が入らない**/
	aspect-ratio: 2 / 3;
	/** height: 380px;230324**/
	/** margin-bottom: 20px; **/
	/** margin: 4px 4px 20px; **/
	position: relative;
    padding: 10px;
	background-color: #FFFFFF;
	margin: 25px; /** 220111 **/
	overflow: hidden;/** 230426 **/
}
.price {
	height: 3rem; /** 230522**/
	display: flex;
	flex-wrap: wrap;
	/** align-items: center; 230329**/
	align-items: flex-end;
	justify-content: space-between;
	font-size: 2.4rem;
	/** margin-top: 1rem; 230327**/
	width: 100%;
	/** position: absolute;
	bottom: 0; **/
}
.price .regularprice {
	width: 45%;
	margin: 0;
}
.price .regularprice .regularpricetext {
	font-size: 0.8rem;
	line-height: 1em;
	margin: 0;
}
.price > .regularprice > .regularpricevalue {
	font-size: 1.8rem;
	line-height: 1.6rem;
	margin: 0;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
}
.price > .regularprice > .regularpricevalue::after {
	content: ">";
	color: rgba(0,0,0,0.50);
	margin-left: 0.3em;
}
/** .price .arrow,
.displayshelf .graybox > .price > .arrow {
	color: rgba(0,0,0,0.40);
	width: 5%;
	margin: 0;
	text-align: center;
} 230329**/
.price .specialprice {
	width: 55%;
	margin: 0;
}
.price .specialprice .specialpricevalue {
	color: #b7282e;
	font-size: 2.4rem;
	line-height: 1rem;
	letter-spacing: 0em;
	margin: 0;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
}
.price span.yen {
	color: rgba(0,0,0,0.90);
	font-size: 0.7em;
	line-height: 0.7em;
}
.displayshelf div.featurefeature {
	width: 352px;
    padding: 13px;
	margin: 33px;
}
/** .displayshelf div .imgcontainer 230406トップページでも使うので**/
.imgcontainer {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.imgcontainer img {
	width: 100%;
	height: 100%;
}
.imgcontainer .freeshipping {
	font-size: 1.2rem;
	color: rgba(183,40,46,1.00);
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0 1rem;
	background-color: rgba(253,253,253,0.75);
}
.imgcontainer .pointrate {
	color: rgba(255,255,255,1.00);
	font-size: 2.6rem;
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4rem;
	position: absolute;
	left: -2.4rem;
	bottom: -1.4rem;
	text-align: center;
	margin-left: -1rem;
	padding: 0 3rem 2rem 3rem;
	background-color: #b7282e;
	transform:rotate(45deg);
}
.imgcontainer .pointrate:before {
	font-size: 0.9rem;
	font-weight: normal;
	content: 'ポイント';
	display: block;
}
.imgcontainer .pointrate:after {
	font-size: 0.8rem;
	font-weight: normal;
	content: '倍';
}
ul.displayshelf li .imgcontainer .pointrate {
	font-size: 1.8rem;
	left: -3.6rem;
	bottom: -1.2rem;
	margin-left: 0;
	padding-top: 0.2rem;
	line-height: 0.8rem;
}
ul.displayshelf li .imgcontainer .pointrate:before {
	font-size: 0.4rem;
}
.displayshelf div img {
	width: 100%;
}
.displayshelf div img:hover {
	opacity: 0.5;
}
.displayshelf div h4 {
	font-size: 1rem;
	color: rgba(0,0,0,0.75);
	margin-top: 0.8rem;
}
.displayshelf a div h4:hover {
	color: rgba(0,0,0,1.00);
}
.displayshelf div h4 span {
	color: rgba(0,0,0,0.50);
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-left: 0.4em;
	padding: 0;
	/** text-shadow: -1px -1px 0 rgba(255,255,255,1.00), 1px 1px 0 rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.50); **/
}
h4.itemname {
	font-family: "din-2014-narrow", sans-serif;
	/** font-weight: 700; 230329**/
	font-style: normal;
	font-feature-settings: "palt";
}
.displayshelf div p {
	margin: 0 6px;
}
.displayshelf .comingsoon {
	font-weight: bold;
	background-color: rgba(228,55,74,0.75);
	position: absolute;
	display: flex;
	align-items: center;
	width: 40%;
	height: 10%;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	margin: auto;
}
.displayshelf .comingsoon p {
	color: #ffffff;
	margin: 0 auto;
}
.displayshelf .advertised {
	font-size: 1.2rem;
	font-family: september-n, sans-serif;
	font-weight: 100;
	font-style: normal;
	position: absolute;
	top: 180px;
	left: 1%;
	padding: 4px 10px;
	border-left: solid 10px rgba(225,81,151,1.00);
	background-color: rgba(255,255,255,0.75);
	transform: rotate(-10deg);
}
/** footer {
	width: 801px;
	margin: 0 auto 60px;
} 230421**/

footer.specialfeature {
	width: 60%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
footer.specialfeature ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
footer.specialfeature ul li {
	width: 100%;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
footer.specialfeature ul li a {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.50);
}
footer.specialfeature ul li a img {
	width: 100%;
}
footer.specialfeature ul a li div.blackbox {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,1.00);
	aspect-ratio: 4 / 3;
	position: relative;
}
footer.specialfeature ul a li div.blackbox h5 {
	font-size: 2rem;
	color: #ffffff;
	display: inline;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 40%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	z-index: 100;
}
footer.specialfeature ul a li div.blackbox h5 img.logo {
	margin: 0;
	opacity: 1;
}
footer.specialfeature ul a li div.blackbox img.brandimage {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: -0.35rem;
	opacity: 0.5;
}
footer.specialfeature ul a li div.blackbox img.brandimage:hover {
	opacity: 1;
}
footer.specialfeature ul a li p {
	color: #ffffff;
	font-size: 0.8rem;
	margin: 0;
	padding: 1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
}
/** footer div {
	margin: 1%;
	padding: 0;
} 220119いらない？**/
footer.specialfeature div .seriesbanner {
	width: 100%;
	height: auto;
}
footer.specialfeature div .seriesbanner:hover {
	opacity: 0.5 ;
}
.note {
	color: rgba(0,0,0,0.80);
	font-size: 0.9rem;
	text-align: right;
}
.note-left {
	color: rgba(0,0,0,0.80);
	font-size: 0.9rem;
	text-align: left;
}
.centering {
	text-align: center;
}


/** 終わり 現在位置を暗示するナビゲーション **/
#page_top {
	width: 50px;
	height: 50px;
  border-radius: 50%;
	position: fixed;
	right: 30px;
	bottom: 30px;
	/** opacity: 0.6; **/
	z-index: 10000;
	text-align: center;
	background-color: rgba(231,201,194,1);
}
#page_top a{
	color: #FFFFFF;
	position: relative;
  	display: block;
  	width: 50px;
  	height: 50px;
  	text-decoration: none;
}
#page_top a::before{
  font-weight: 900;
  content: '^';
  font-size: 2rem;
	 transform: scale(1.5, 1);
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/** 特集ページ共通 **/
header#navand,
header#uniqueheader {
	text-align: center;
	width: 100%;
	margin: 0;
	margin-top: 110px;
}
header#navand div.imgcontainer {
	width: 85%;
	aspect-ratio: 3 / 1;
	margin: 0 auto;
	position: relative;
}
header#navand div.imgcontainer h1 {
	font-size: 4rem;
	font-family: "din-2014-narrow",'ヒラギノ明朝 ProN','Hiragino Mincho ProN','メイリオ', Meiryo,'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
	text-shadow: 2px 2px 1px #ffffff;
	background-color: rgba(255,255,255,0.50);
	margin: 0;
	padding: 1rem;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 100;
}
header#navand div.imgcontainer h1 img {
	max-width: 15rem;
	max-height: 15rem;
	margin: 0 1rem;
	background-color: rgba(255,255,255,0.50);
}
header#navand img.headerimage,
header#uniqueheader img.headerimage {
	width: 100%;
	height: 100%;
}
/** 指定期間のみ表示するJS用CSS **/
.timerHidden{ display: none !important;}
.timerVisible{ display: block !important;}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 3.6vw;
		width: 100vw;
		/** margin: 0 0 24vw; 230406**/
		margin: 0;
		padding: 0;
		overflow-x: hidden; /**右に余白が空いたらとりあえずこれ**/
	}
	.sp {
		display: inline;
	}
	span.mini {
		display: block;
	}
	span.narrow-sp {
		transform: scale(0.8, 1.0);
		width: 110%;
		display: block;
	}
	hr {
		width: 99vw;
	}
	#nav h3 {
		font-size: 1rem;
	}
	header#navand,
	header#uniqueheader {
		margin-top: 3.2rem;
	}
	header#navand div.imgcontainer {
		width: 100%;
		/** margin-top: 9rem; 230421**/
	}
	header#navand div.imgcontainer h1 {
		font-size: 2rem;
		width: 60%;
		max-width: 80%;
		padding: 0 1rem;
		line-height: 2rem;
	}
	header#navand div.imgcontainer h1 img {
		max-width: 5rem;
		max-height: 5rem;
		margin: 0 0.5rem;
	}
	section {
		width: 100vw;
		margin: 0;
		padding: 0;
	}
	h2.category-title {
		font-size: 2rem;
	}
	.displayshelf {
		width: 100%;
		justify-content: flex-start;
	}
	.introductoryfeaturetitle {
		font-size: 2rem;
	}
	.introductoryfeature {
		width: 95%;
		margin: 1.5rem auto;
	}
	.introductoryfeature h3 {
		font-size: 1rem;
		left: 31%;
		padding: 0.2rem;
	}
	.introductoryfeature .l,
	.introductoryfeature .r {
		width: 50%;
	}
	.introductoryfeature .l h4,
	.introductoryfeature .r h4 {
		font-size: 0.5rem;
	}
	.displayshelf > a {
		width: 46%;
		margin: 2%;
		padding: 0;
	}
	.displayshelf .graybox {
		width: 100%;
		aspect-ratio: 9 / 16;
		margin: 0;
		padding: 0;
	}
	.title-english {
		font-size: 2rem;
		width: auto;
		right: 0;
	}
	.title-english span {
		font-size: 0.6em;
		display: block;
	}
	.displayshelf div h4 {
		font-size: 0.8rem;
	}
	.displayshelf div.featurefeature {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.displayshelf div .imgcontainer .pointrate {
		font-size: 1rem;
		line-height: 1rem;
		left: -3rem;
	}
	ul.displayshelf li .imgcontainer .pointrate {
		font-size: 1rem;
		line-height: 1rem;
	}
	.price > .regularprice > .regularpricevalue {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	.price .regularprice .regularpricetext {
		font-size: 0.6rem;
		white-space: nowrap;
		line-height: 1.2em;
	}
	.price .regularpricevalue::after {
		display: none;
	}
	/** .price > .arrow,
	.displayshelf .graybox > .price > .arrow {
		font-size: 1rem;
	} 230329**/
	.price .specialprice {
		width: 48%;
		margin-right: 7%;
	}
	.price > .specialprice > .specialpricevalue {
		font-size: 1.4rem;
		text-align: right;
	}
	.price span.yen {
		font-size: 0.6em;
		/** display: block; 230330**/
		text-align: right;
	}
	.displayshelf .advertised {
		top: 34vw;
		left: 1%;
		padding: 4px 10px;
	}
	.viewmorecontainer {
		width: 100vw;
		height: 2em;
		margin: 0 0 14vw;
	}
	.viewmorecontainer-lr-container {
		justify-content: space-around;
		margin-bottom: 2rem;
	}
	.viewmore {
		width: 90vw;
		margin: 0 auto;
		padding: 0;
	}
	.viewmore:before,
	.viewmore-lr:before {
		font-size: 0.6em;
		margin-right: 0;
	}
	.viewmore-lr:before {
		display: block;
	}
	.viewmore-lr {
		font-size: 0.8rem;
		margin: 0;
	}
	.viewmorelink {
		max-width: 30%;
	}
	footer.specialfeature {
		width: 100vw;
		margin: 2rem auto 12rem;
	}
	footer.specialfeature ul {
		display: block;
		margin: 0 auto;
	}
	footer.specialfeature ul li {
		box-shadow: none;
	}
	footer.specialfeature ul a li p {
		font-size: 0.6rem;
	}
	footer.specialfeature div {
		margin: 1vw 0;
	}
	.note {
		font-size: 0.9rem;
	}
	.note-left {
		font-size: 0.9rem;
	}
	#page_top{
		width: 3rem;
		height: 3rem;
		right: 1rem;
		bottom: 12rem;
		z-index: 10000;
	}
	#page_top a{
 		width: 3rem;
		height: 3rem;
	}
	/** 特集ページ共通 **/
	header#navand img.headerimage,
	header#uniqueheader img.headerimage {
		width: 100%;
	}
	/** bs-slider関連 **/
	.bx-wrapper {
		margin-bottom: 0 !important;
	}
}
