/* Y'S GEAR : top.css */


/*======================================================================*
 *  [ mainSlider | メインスライド ] 
 *======================================================================*/

.mainSlider {
	margin: 0 0 50px 0;
	overflow: hidden;
}

.mainSlider li {
	list-style-type: none;
}
.mainSlider li img {
	display: block;
}

/* [ imageSlider | スライド本体 ] */
.imageSlider {
	float: right;
	width: 87.55102041%;
}
.imageSlider ul {
	position: relative;
	width: 100%;
	padding: 56.64335664% 0 0 0;
}
.imageSlider li {
	position: absolute;
	top: 0;
	width: 100%;
}

/* [ imageNav | スライドサムネイル ] */
.imageNav {
	float: left;
	width: 12.44897959%;
	margin: -1px 0 -1px -1px;
}
.imageNav li {
	border: 1px solid #fff;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
}
.imageNav li a {
	display: block;
	position: relative;
	background: rgba(0,0,0,.3);
}
.imageNav li a:hover, 
.imageNav li a.current {
	background: rgba(0,0,0,0);
}
.imageNav li a:hover:after, 
.imageNav li a.current:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin: -8px 0 0 0;
	border: 8px solid transparent;
	border-right: 12px solid #fff;
	content: "";
}
.imageNav li span {
	display: block;
	top: 0;
	width: 100%;
	height: 0;
	background-position: center center;
	background-size: 100% auto;
	box-sizing: border-box;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.imageNav li a:hover span, 
.imageNav li a.current span {
	background: none;
}


/*======================================================================*
 *  [ mainSliderNew | 新メインスライド ] 
 *======================================================================*/

.mainSliderNew {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	margin: 0 0 50px 0;
	overflow: hidden;
}
.mainSliderNew li {
	list-style-type: none;
}
.mainSliderNew li img {
	display: block;
}

/* [ imageSlider | スライド本体 ] */
.imageSliderNew {
	width: calc(87.8% - 2px);
}
.imageSliderNew li img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

/* [ ドット（スマホのみ） ] */
.imageSliderNew ul.slick-dots {
	display: flex;
	position: absolute;
	list-style: none;
	bottom: -20px;
	left: 50%;
	border-radius: 14px;
	font-size: 0;
	transform: translateX(-50%);
}
.imageSliderNew ul.slick-dots li + li {
	margin-left: 10px;
}
.imageSliderNew ul.slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #D9D9D9;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.imageSliderNew ul.slick-dots li.slick-active button {
	background: #333;
}

/* [ imageNavNew | スライドサムネイル ] */
.imageNavNew {
	width: 12.2%;
}
.imageNavNew li,
.imageNavNew li * {
	transition: all 0.3s ease;
}
.imageNavNew li {
	position: relative;
	cursor: pointer;
	border: none !important;
}
.imageNavNew.col4 li { padding-top: 101%; }
.imageNavNew.col5 li { padding-top: 80%; }
.imageNavNew.col6 li { padding-top: 66.5%; }
.imageNavNew li span {
	position: absolute;
	top: 1px;
	bottom: 1px;
	width: 100%;
	overflow: hidden;
}
.imageNavNew li:hover span {
	opacity: 0.7;
}
.imageNavNew li img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.imageNavNew li img[src*="thumb_"] {
	object-fit: cover;
	z-index: 1;
}
.imageNavNew li img[src*="txt_"] {
	object-fit: contain;
	background: rgba(0,0,0,.3);
	z-index: 2;
}
.imageNavNew li:not(.slick-active), 
.imageNavNew li.slick-current img[src*="txt_"] {
	opacity: 0;
}


/*======================================================================*
 *  [ grid | グリッド ] 
 *======================================================================*/

.gridWrap {
	margin-left: -1px;
	margin-right: 1px;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6 {
	float: left;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.grid1 { width: 16.66666667%; }
.grid2 { width: 33.33333334%; }
.grid3 { width: 50.00000001%; }
.grid4 { width: 66.66666668%; }
.grid5 { width: 83.33333335%; }
.grid6 { width: 100%; }
.first {
	margin: 0 0 0 16.66666667%;
	clear: left;
}


/*======================================================================*
 *  [ siteContents ] 
 *======================================================================*/

.siteContents a {
	-webkit-transition: all ease .3s;
	-webkit-transition-property: background-color;
	transition: all ease .3s;
	transition-property: background-color;
}
.siteContents img {
	-webkit-transition: all ease .3s;
	-webkit-transition-property: opacity;
	transition: all ease .3s;
	transition-property: opacity;
}


/*======================================================================*
 *  [ contentsWidth ] 
 *======================================================================*/

.contentsTop .contentsWidth {
	padding: 0;
}


/*======================================================================*
 *  [ freeArea | フリーエリア・イチオシ商品など ] 
 *======================================================================*/

.freeArea {
	float: right;
	width: 24.48979592%;
	margin: 0 0 20px 0;
}


/*======================================================================*
 *  [ mainContents | メインコンテンツ ] 
 *======================================================================*/

.mainContents {
	float: left;
	width: 74.69387755%;
	overflow: hidden;
}


/*======================================================================*
 *  [ textList / imageList | テキストリスト・イメージリスト ] 
 *======================================================================*/

.textList, 
.imageList {
	clear: both;
}

/* [ 見出し ] */
.textList > h2, .imageList > h2, 
.textList > a,  .imageList > a {
	display: block;
	position: relative;
	border-color: #fff;
	background: #969696;
}
.textList > a:hover, .imageList > a:hover {
	border-color: #fff !important;
	background: #777;
}
.textList  h2 span, 
.imageList h2 span {
	display: block;
	height: 0;
	padding: 100% 0 0 0;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.textList  > a p, 
.imageList > a p {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
}
.textList  > a p:before, 
.imageList > a p:before {
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	content: "";
}

/* [ 個別指定 ] */
.ttlTopics 		{ background-image: url(/shared/img/top/ttl_topics.png); }
.ttlShopping 	{ background-image: url(/shared/img/top/ttl_shopping.png); }
.ttlPickup 		{ background-image: url(/shared/img/top/ttl_pickup.png); }
.ttlNews 		{ background-image: url(/shared/img/top/ttl_news.png); }
.ttlProducts 	{ background-image: url(/shared/img/top/ttl_products.png); }
.ttlCampaign 	{ background-image: url(/shared/img/top/ttl_campaign.png); }


/*======================================================================*
 *  [ textList | テキストリスト ] 
 *======================================================================*/

.textList {
	margin-bottom: 50px;
}

.textList li {
	list-style-type: none;
	margin: 3px 15px 0 15px;
	line-height: 120%;
}
.textList li + li {
	margin-top: 10px;
}
.textList li a, 
.textList li span {
	display: inline-block;
	padding: 0 0 0 7em;
}
.textList li span { color: #505050; }
.textList li a { text-decoration: underline; }
.textList li time {
	display: inline-block;
	width: 7em;
	margin: 0 0 0 -7em;
	text-decoration: none;
}


/*======================================================================*
 *  [ imageList | イメージリスト ] 
 *======================================================================*/

.imageList {
	margin-bottom: 50px;
}

.imageList li {
	list-style-type: none;
	overflow: hidden;
}

.imageList li a, 
.imageList li img {
	display: block;
}
.imageList li a {
	position: relative;
}

/* [ 概要 ] */
.imageList li .summary {
	position: absolute;
	top: 100%;
	bottom: 0;
	width: 100%;
	padding: 7px;
	box-sizing: border-box;
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 120%;
	text-overflow: ellipsis;
	-webkit-transition: all ease .3s;
	-webkit-transition-property: top;
	transition: all ease .3s;
	transition-property: top;
}
.imageList li a:hover .summary {
	top: 0;
}
.imageList li .summary h3 {
	margin: 0 0 5px 0;
}
.imageList li .summary p {
	font-size: 11px;
	font-size: 1.1rem;
}


/*======================================================================*
 *  [ ttlNew | 新タイトル ] ※Open Sans 読み込み必要
 *======================================================================*/

.ttlNew {
	position: relative;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 2px solid #EDEDED;
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
}
.ttlNew::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #464646;
	content: "";
}
.ttlNew span {
	font-size: 3rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.ttlNew b {
	font-weight: 500;
}
.ttlNew span + b::before {
	display: inline-block;
	margin: 0 0.5em;
	content: "/";
}

/* [ 外側 ] */
.ttlNewWrap {
	position: relative;
}

/* [ リンク ] */
.ttlNewLink {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4rem;
}


/*======================================================================*
 *  [ moreLink | 一覧へ ]
 *======================================================================*/
 
.moreLink {
	display: block;
	position: relative;
}

.moreLink p {
	position: absolute;
	/* width: fit-content; */
	top: 22px;
	right: 10px;
	padding-left: 1em;
	color: #000;
	font-size: 1.4rem;
	font-weight: 500;
	box-sizing: border-box;
}
.moreLink:hover p { text-decoration: underline; }
.moreLink p::before {
	position: absolute;
	top: calc(50% - 0.4em);
	left: 0;
	width: 0.6em;
	height: 0.8em;
	border: 0.4em solid transparent;
	border-right: none;
	border-left: 0.6em solid #333;
	box-sizing: border-box;
	content: "";
}


/*======================================================================*
 *  [ textListNew | 新テキストリスト ]
 *======================================================================*/

.textListNew {
	margin-bottom: 50px;
}
.mainContents .textListNew {
	padding-right: 10px;
}
.textListNew ul {
	padding: 30px;
	background: #F6F6F6;
	font-size: 1.4rem;
	font-weight: 500;
}
.textListNew li {
	list-style-type: none;
	line-height: 1.2;
}
.textListNew li + li {
	margin-top: 15px;
}
.textListNew li a, 
.textListNew li span {
	display: inline-block;
	padding-left: 7em;
}
.textListNew li a {
	text-decoration: underline;
}
.textListNew li a:hover {
	text-decoration: none;
}
.textListNew li span { color: #505050; }
.textListNew li time {
	display: inline-block;
	width: 7em;
	margin-left: -7em;
	text-decoration: none;
}


/*======================================================================*
 *  [ imageListNew | 新イメージリスト ]
 *======================================================================*/

.imageListNew {
	margin-bottom: 50px;
}
.mainContents .imageListNew {
	padding-right: 10px;
}
.imageListNew ul {
	display: flex;
	flex-wrap: wrap;
}
.imageListNew li {
	width: calc(33.33% - 2px);
	margin: 3px 0 0 3px;
}
.imageListNew li:nth-of-type(3n+1) {
	margin-left: 0;
}
.imageListNew li a { display: block; }
.imageListNew li img {
	width: 100%;
}


/*======================================================================*
 *  [ productsList | 新 ] 
 *======================================================================*/

.productsList {
	margin-bottom: 50px;
	padding-right: 10px;
}
.productsList h2:not(.ttlNew) {
	line-height: 1;
}
.productsList h2:not(.ttlNew) > * {
	display: block;
	position: relative;
	padding: 15px;
	background: #969696;
}
.productsList h2:not(.ttlNew) a:hover, 
.productsList h2:not(.ttlNew) a:active {
	background-color: #777;
}
.productsList h2:not(.ttlNew) b {
	display: inline-block;
	width: 96px;
	height: 13px;
	background: url(/shared/img/top/ttl_products.png) center center no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
}
.productsList h2:not(.ttlNew) a span {
	position: absolute;
	top: 50%;
	right: 15px;
	padding-left: 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media all and (-ms-high-contrast:none){
	.productsList h2:not(.ttlNew) a span {
		padding-top: 5px;
		margin-bottom: -5px;
	}
}
.productsList h2:not(.ttlNew) a span::before {
	content: "ラインナップ";
}
.productsList h2:not(.ttlNew) a span::after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-right: none;
	border-left: 6px solid #fff;
	content: "";
}
.productsList h3:not(.ttlNew) {
	margin: 30px 0 10px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
}

.productsList ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.productsList li {
	display: -webkit-flex;
	display: flex;
	width: calc(33.33% - 2px);
	margin: 3px 0 0 3px;
}
.productsList li:nth-of-type(3n+1) {
	margin-left: 0;
}
.productsList li a {
	position: relative;
	width: 100%;
	padding-top: 42%;
	color: #fff;
}
.productsList li a:hover, 
.productsList li a:active {
	color: #000 !important;
}
.productsList li a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	-webkit-transition: all ease .3s; /* Safari */
	transition: all ease .3s;
	content: "";
}
.productsList li a:hover::after, 
.productsList li a:active::after {
	background: rgba(255,255,255,.4);
}
.productsList li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.productsList li b {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.productsList li span {
	font-size: 1.6rem;
}

/* [ PAS ] */
.productsList .pas li {
	width: calc(33.33% - 2.25px);
	margin: 3px 0 0 3px !important;
}
.productsList .pas li:nth-of-type(1),
.productsList .pas li:nth-of-type(2),
.productsList .pas li:nth-of-type(3),
.productsList .pas li:nth-of-type(4) {
	width: calc(50% - 2.25px);
}
.productsList .pas li:nth-of-type(1),
.productsList .pas li:nth-of-type(3), 
.productsList .pas li:nth-of-type(5), 
.productsList .pas li:nth-of-type(8), 
.productsList .pas li:nth-of-type(11), 
.productsList .pas li:nth-of-type(14) {
	margin-left: 0 !important;
}
.productsList .pas li a {
	padding-top: 42%;
	color: #000;
}
.productsList .pas li:nth-of-type(1) a,
.productsList .pas li:nth-of-type(2) a,
.productsList .pas li:nth-of-type(3) a,
.productsList .pas li:nth-of-type(4) a {
	padding-top: 27.7%;
}
.productsList .pas li a::after {
	background: rgba(255,199,202,.8);
}
.productsList .pas li a:hover::after, 
.productsList .pas li a:active::after {
	background: rgba(255,233,233,.8);
}
.productsList .pas li a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* [ Battery ] */
.productsList .battery li a {
	color: #000;
}
.productsList .battery li a::after {
	background: rgba(219,219,219,.7);
}
.productsList .battery li a:hover::after, 
.productsList .battery li a:active::after {
	background: rgba(148,148,148,.7);
}


/*======================================================================*
 *  [ importantMessageNew | 重要なメッセージ ] 
 *======================================================================*/

.importantMessageNew {
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #666;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.importantMessageNew p + p {
	margin-top: 15px;
}


/*======================================================================*
 *  [ importantNotices | 重要なお知らせ ] 
 *======================================================================*/

.importantNotices {
	margin: 0 0 20px 0;
}

.importantNotices > * {
	display: block;
	position: relative;
	padding: 10px;
	border: 2px solid #bebebe;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.importantNotices > * + * {
	margin-top: 10px;
}
.importantNotices a:hover, 
.importantNotices a:active {
	color: #363a90;
	background: #ebebf4;
}
.importantNotices a[target="_blank"] {
	padding: 10px 30px 10px 10px;
}
.importantNotices a[target="_blank"]:after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	content: url(/shared/svg/icon_blank.svg);
	line-height: 10px;
}
.importantNotices b, 
.importantNotices span {
	display: inline-block;
}
.importantNotices b {
	margin-right: 5px;
	color: #999;
}
.importantNotices span span {
	font-weight: normal;
}

.importantNotices dd {
	margin-top: 5px;
	font-weight: normal;
}


/*======================================================================*
 *  [ importantNoticeNew | 新重要なお知らせ ] 
 *======================================================================*/

.importantNoticeNew {
	margin-bottom: 30px;
	padding: 20px;
	background: #FFEFEF;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
}
.importantNoticeNew dt {
	color: #FF6666;
	font-size: calc(1em + 0.2rem);
	font-weight: bold;
}
.importantNoticeNew dd {
	margin-top: 15px;
	font-weight: 500;
}
.importantNoticeNew a.linkRed {
	color: red !important;
	text-decoration: underline;
}
.importantNoticeNew a.linkRed b { color: red !important; }
.importantNoticeNew a.linkRed:hover,
.importantNoticeNew a.linkRed:active {
	color: red !important;
	text-decoration: none;
}
.importantNoticeNew .txtLarge { font-size: calc(1em + 0.2rem); }
.importantNoticeNew .txtSmall { font-size: calc(1em - 0.2rem); }


/*======================================================================*
 *  [ pickupList | ピックアップ ] 
 *======================================================================*/

.pickupList {
	margin-bottom: 50px;
	padding-right: 10px;
}
.pickupList h2 {
	line-height: 1;
}
.pickupList h2 > * {
	display: block;
	position: relative;
	padding: 15px;
	background: #969696;
}
.pickupList h2 b {
	display: inline-block;
	width: 68px;
	height: 13px;
	background: url(/shared/img/top/ttl_pickup.png) center center no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
}
.pickupList ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	text-align: center;
}
.pickupList li {
	display: -webkit-flex;
	display: flex;
	width: calc(50% - 1.5px);
	margin: 3px 0 0 3px;
}
.pickupList li:nth-of-type(2n+1) {
	margin-left: 0;
}


/*======================================================================*
 *  [ pickupListNew | 新ピックアップ ] 
 *======================================================================*/

.pickupListNew {
	margin-bottom: 50px;
	padding: 0 0 20px;
}
.mainContents .pickupListNew {
	padding-right: 10px;
}

/* [ カルーセル ] */
.bnrSliderNew {
	position: relative;
	padding: 0 5%;
}
.bnrSliderNew a {
	margin: 0 10px;
}

/* [ 矢印 ] */
.bnrSliderNew .slick-arrow {
	position: absolute;
	top: calc(50% - 22.5px);
	width: 25px;
	height: 45px;
	padding: 0;
	border: none;
	background: #666;
	-webkit-mask: url(../svg/icon_slickarrow_thin.svg) center center / contain no-repeat;
	mask: url(../svg/icon_slickarrow_thin.svg) center center / contain no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1000;
}
.bnrSliderNew .slick-arrow.slick-prev {
	left: 0;
	transform: rotate(180deg);
}
.bnrSliderNew .slick-arrow.slick-next {
	right: 0;
}

/* [ ドット ] */
.bnrSliderNew ul.slick-dots {
	display: flex;
	position: absolute;
	list-style: none;
	bottom: -20px;
	left: 50%;
	border-radius: 14px;
	font-size: 0;
	transform: translateX(-50%);
}
.bnrSliderNew ul.slick-dots li + li {
	margin-left: 10px;
}
.bnrSliderNew ul.slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #D9D9D9;
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.bnrSliderNew ul.slick-dots li.slick-active button {
	background: #333;
}


/*======================================================================*
 *  [ sideContents | サイドコンテンツ ] 
 *======================================================================*/

.sideContents {
	float: right;
	width: 24.48979592%;
}


/*======================================================================*
 *  [ radiusBox | 角丸ボックス ] 
 *======================================================================*/

.radiusBox {
	border: 2px solid #bebebe;
	border-radius: 5px;
	margin: 0 0 20px 0;
}

.radiusBox h2 {
	padding: 10px 18px;
	border-bottom: 1px solid #bebebe;
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.radiusBox h2 a {
	display: block;
	margin: -10px -18px;
	padding: 10px 18px;
	color: #4d4d4d;
}

.radiusBox ul {
	padding: 15px 18px;
}
.radiusBox li {
	list-style-type: none;
	line-height: 140%;
}
.radiusBox li a {
	display: inline-block;
}

/* [ date | 日付入りリスト ] */
.radiusBox .date li + li {
	margin: 15px 0 0 0;
}
.radiusBox .date li a {
	text-decoration: underline;
}
.radiusBox .date li a:hover {
	text-decoration: none;
}
.radiusBox .date li time {
	display: inline-block;
	text-decoration: none;
}

/* [ arrow | 矢印付きリスト ] */
.radiusBox .arrow li + li {
	margin: 10px 0 0 0;
}
.radiusBox .arrow li a {
	padding: 0 0 0 10px;
}
.radiusBox .arrow li a:hover {
	text-decoration: underline;
}
.radiusBox .arrow li a:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 2px 2px -10px;
	border: 3px solid transparent;
	border-left: 5px solid #505050;
	content: "";
}
.radiusBox .arrow li a[target="_blank"]:before {
	width: auto;
	height: auto;
	margin: 0 4px 2px -14px;
	border: none;
	content: url(/shared/svg/icon_blank.svg);
}

/* [ title | 見出し付きリスト ] */
.radiusBox .title li + li {
	margin: 15px 0 0 0;
}
.radiusBox .title li a span {
	font-weight: bold;
	text-decoration: underline;
}
.radiusBox .title li a:hover span {
	text-decoration: none;
}
.radiusBox .title li a .important {
	color: #db5e67;
	font-weight: normal;
	text-decoration: none;
}

/* [ 一覧へのリンク ] */
.radiusBox > a {
	display: block;
	padding: 0 18px 15px 18px;
	text-align: right;
}
.radiusBox > a:before {
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #505050;
	content: "";
}


/*======================================================================*
 *  [ bunnerBox | バナーボックス ] 
 *======================================================================*/

.bunnerBox {
	margin: 0 0 20px 0;
	text-align: center;
}

.bunnerBox li {
	list-style-type: none;
}
.bunnerBox li + li {
	margin: 10px 0 0 0;
}


/*======================================================================*
 *  [ bunnerBoxNew | 新バナーボックス ] 
 *======================================================================*/

.bunnerBoxNew {
	margin: 0 0 20px 0;
	text-align: center;
}

.bunnerBoxNew li {
	list-style-type: none;
}
.bunnerBoxNew li + li {
	margin: 10px 0 0 0;
}


/*======================================================================*
 *  [ cf ] 
 *======================================================================*/

.mainSlider:after {
	display: block;
	clear: both;
	content: "";
}


/*======================================================================*
 *  [ Media Queries 980 ] 
 *======================================================================*/

@media screen and (max-width: 980px) {

	/*==================================================================*
	 *  [ ttlNew | 新タイトル ] ※Open Sans 読み込み必要
	 *==================================================================*/

	 .ttlNew {
		padding: 10px 20px 0;
	}


	/*======================================================================*
	 *  [ pickupListNew | 新ピックアップ ] 
	 *======================================================================*/
	
	/* [ 矢印 ] */
	.bnrSliderNew .slick-arrow.slick-prev {
		left: 10px;
	}
	.bnrSliderNew .slick-arrow.slick-next {
		right: 10px;
	}


	/*======================================================================*
	 *  [ importantMessageNew | 重要なメッセージ ] 
	 *======================================================================*/
	
	.importantMessageNew {
		margin-right: 20px;
		margin-left: 20px;
	}
	
}


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ mainSlider | メインスライド ] 
	 *==================================================================*/
	
	.mainSlider {
		margin: 0 0 20px 0;
	}
	
}


/*======================================================================*
 *  [ Media Queries 768 - 568 ] 
 *======================================================================*/

@media screen and (max-width: 768px) and (min-width: 730px) {
	
	/*==================================================================*
	 *  [ imageList | イメージリスト ] 
	 *==================================================================*/
	
	/* [ 概要 ] */
	.imageList li .summary {
		padding: 5px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	
	/*==================================================================*
	 *  [ radiusBox | 角丸ボックス ] 
	 *==================================================================*/
	
	.radiusBox h2 {
		padding: 10px 8px;
	}
	.radiusBox h2 a {
		margin: -10px -8px;
		padding: 10px 8px;
	}
	
	.radiusBox ul {
		padding: 15px 8px;
	}
	
	/* [ 一覧へのリンク ] */
	.radiusBox > a {
		padding: 0 8px 15px 8px;
	}
	
}


/*======================================================================*
 *  [ Media Queries 730 ] 
 *======================================================================*/

@media screen and (max-width: 730px) {
	
	/*==================================================================*
	 *  [ grid | グリッド ] 
	 *==================================================================*/
	
	.gridWrap {
		margin-right: -1px;
	}
	
	
	/*==================================================================*
	 *  [ freeArea | フリーエリア・イチオシ商品など ] 
	 *==================================================================*/
	
	.freeArea {
		float: none;
		width: auto;
		text-align: center;
		margin: 0 10px 20px 10px;
	}
	.freeArea.spnone { display: none; }
	
	
	/*==================================================================*
	 *  [ mainContents | メインコンテンツ ] 
	 *==================================================================*/
	
	.mainContents {
		float: none;
		width: auto;
	}
	
	
	/*==================================================================*
	 *  [ sideContents | サイドコンテンツ ] 
	 *==================================================================*/
	
	.sideContents {
		float: none;
		width: auto;
		margin: 0 20px;
	}
	
	
	/*==================================================================*
	 *  [ radiusBox | 角丸ボックス ] 
	 *==================================================================*/
	
	/* [ date | 日付入りリスト ] */
	.radiusBox .date li a {
		padding: 0 0 0 7em;
	}
	.radiusBox .date li time {
		width: 7em;
		margin: 0 0 0 -7em;
	}
	.radiusBox .date li br {
		display: none;
	}


	/*======================================================================*
	 *  [ textListNew | 新テキストリスト ]
	 *======================================================================*/
	
	.mainContents .textListNew {
		padding-right: 0;
	}


	/*======================================================================*
	 *  [ imageListNew | 新イメージリスト ]
	 *======================================================================*/
	
	.mainContents .imageListNew {
		padding-right: 0;
	}


	/*==================================================================*
	 *  [ productsList | 新 ] 
	 *==================================================================*/

	.productsList {
		padding-right: 0;
	}
	.productsList ul {
		font-size: 1.4rem;
	}
	.productsList li a span {
		font-size: 1.2rem;
	}
	
	
	/*==================================================================*
	 *  [ importantNotices | 重要なお知らせ ] 
	 *==================================================================*/
	
	.importantNotices {
		padding: 0 20px;
	}


	/*======================================================================*
	 *  [ importantNoticeNew | 新重要なお知らせ ] 
	 *======================================================================*/
	
	.importantNoticeNew {
		margin-bottom: 20px;
		padding: 20px 10px;
		font-size: 1.2rem;
	}
	
	
	/*======================================================================*
	 *  [ pickupList | ピックアップ ] 
	 *======================================================================*/
	
	.pickupList {
		padding-right: 0;
	}


	/*======================================================================*
	 *  [ pickupListNew | 新ピックアップ ] 
	 *======================================================================*/

	.mainContents .pickupListNew {
		padding-right: 0;
	}


	/*======================================================================*
	 *  [ bunnerBoxNew | 新バナーボックス ] 
	 *======================================================================*/
	
	.bunnerBoxNew {
		padding: 20px 10px;
		background: #EDEDED;
	}
	.bunnerBoxNew li img {
		width: 280px;
	}
	
	
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ mainSlider | メインスライド ] 
	 *==================================================================*/
	
	.mainSlider {
		margin: 0 0 10px 0;
	}
	
	/* [ imageSlider | スライド本体 ] */
	.imageSlider {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	/* [ imageNav | スライドサムネイル ] */
	.imageNav {
		float: none;
		width: auto;
		margin: 0 -1px;
	}
	.imageNav li {
		float: left;
	}
	.imageNav li a:hover:after, 
	.imageNav li a.current:after {
		display: none;
	}
	.imageNav li span {
		padding: 62.5% 0 0 0;
	}


	/*======================================================================*
	 *  [ mainSliderNew | 新メインスライド ] 
	 *======================================================================*/
	
	.mainSliderNew {
		display: block;
		margin: 0 0 30px 0;
		padding-bottom: 20px;
	}
	
	/* [ imageSlider | スライド本体 ] */
	.imageSliderNew {
		width: 100%;
	}
	
	/* [ imageNavNew | スライドサムネイル ] */
	.imageNavNew {
		display: none !important;
	}

	
	/*==================================================================*
	 *  [ grid | グリッド ] 
	 *==================================================================*/
	
	.grid1, .grid2, .grid3, .grid4, .grid5, .grid6 {
		float: none;
		width: 100%;
	}
	.first {
		margin: 0;
	}
	
	/*==================================================================*
	 *  [ freeArea | フリーエリア・イチオシ商品など ] 
	 *==================================================================*/
	
	.freeArea {
		margin: 0 10px 10px 10px;
	}
	
	
	/*==================================================================*
	 *  [ mainContents | メインコンテンツ ] 
	 *==================================================================*/
	
	.mainContents {
		margin: 0 0 10px 0;
	}
	
	
	/*==================================================================*
	 *  [ textList / imageList | テキストリスト・イメージリスト ] 
	 *==================================================================*/
	
	/* [ 見出し ] */
	.textList  h2 span, 
	.imageList h2 span {
		height: 40px;
		padding: 0;
		background-size: 120px auto;
	}
	
	.textList  > a p, 
	.imageList > a p {
		top: 50%;
		right: 10px;
		bottom: auto;
		margin: -.6em 0 0 0;
	}


	/*======================================================================*
	 *  [ ttlNew | 新タイトル ] ※Open Sans 読み込み必要
	 *======================================================================*/
	
	.ttlNew {
		margin-bottom: 0;
		padding: 10px;
		border-top: none;
		background: #969696;
		color: #fff;
		text-align: center;
	}
	.ttlNew::before {
		display: none;
	}
	.ttlNew span {
		font-size: 2rem;
	}


	/*======================================================================*
	 *  [ moreLink | 一覧へ ]
	 *======================================================================*/
	 
	.moreLink {
		position: relative;
	}
	a.moreLink:hover * {
		color: #fff;
	}
	a.moreLink:hover .ttlNew {
		background: #777;
	}
	
	.moreLink p {
		top: 50%;
		color: #fff;
		font-size: 1.2rem;
		transform: translateY(-50%);
	}
	.moreLink p .spnone { display: none; }
	.moreLink:hover p { text-decoration: none; }
	.moreLink p::before {
		border-left-color: #fff;
	}

	
	/*==================================================================*
	 *  [ sideContents | サイドコンテンツ ] 
	 *==================================================================*/
	
	.sideContents {
		float: none;
		width: auto;
		margin: 0 10px;
	}
	
	
	/*==================================================================*
	 *  [ textList | テキストリスト ] 
	 *==================================================================*/
	
	.textList {
		margin-bottom: 20px;
	}
	
	.textList li {
		list-style-type: none;
		margin: 10px 10px 0 10px;
		line-height: 120%;
	}
	
	
	/*==================================================================*
	 *  [ imageList | イメージリスト ] 
	 *==================================================================*/
	
	.imageList {
		margin-bottom: 10px;
	}
	
	.imageList li {
		float: left;
		width: 25%;
	}
	.imageList li.grid2 { width: 50%; }
	.imageList li.grid3 { width: 75%; }
	.imageList li.grid4 { width: 100%; }
	.imageList li.grid5 { width: 100%; }
	.imageList li.grid6 { width: 100%; }


	/*======================================================================*
	 *  [ textListNew | 新テキストリスト ]
	 *======================================================================*/
	
	.textListNew {
		margin-bottom: 30px;
	}
	.textListNew ul {
		padding: 15px 10px 0;
		background: none;
		font-size: 1.2rem;
	}


	/*======================================================================*
	 *  [ imageListNew | 新イメージリスト ]
	 *======================================================================*/
	
	.imageListNew {
		margin-bottom: 20px;
	}
	.imageListNew li {
		width: calc(33.33% - 1.33px);
		margin: 2px 0 0 2px;
	}


	/*==================================================================*
	 *  [ productsList | 新 ] 
	 *==================================================================*/

	.productsList {
		margin-bottom: 20px;
	}
	.productsList h2:not(.ttlNew) {
		text-align: center;
	}
	.productsList h2:not(.ttlNew) > * {
		padding: 13.5px 10px;
	}
	.productsList h2:not(.ttlNew) a span::before {
		display: none;
	}
	.productsList h3:not(.ttlNew) {
		margin: 15px 0 10px;
		font-size: 1.6rem;
	}
	.productsList li {
		width: calc(50% - 1px) !important;
		margin: 2px 0 0 2px !important;
		font-size: 1.5rem;
	}
	.productsList li:nth-of-type(2n+1) {
		margin-left: 0 !important;
	}
	
	/* [ PAS ] */
	.productsList .pas li {
		width: calc(50% - 1px) !important;
		margin: 2px 0 0 2px !important;
	}
	.productsList .pas li a {
		padding-top: 56% !important;
	}
	.productsList .pas li:nth-of-type(odd) {
		margin-left: 0 !important;
	}
	.productsList .pas li:nth-of-type(even) {
		margin-left: 2px !important;
	}
	
	/* [ Battery ] */
	.productsList .battery li {
		margin: 2px 0 0 2px !important;
	}
	.productsList .battery li:nth-child(even) {
		margin-left: 0 !important;
	}
	.productsList .battery li:nth-of-type(1) {
		width: 100% !important;
		text-align: center;
	}
	.productsList .battery li:nth-of-type(1) a {
		padding-top: 21%;
	}
	.productsList .battery li:nth-of-type(1) img {
		width: 50% !important;
		left: 25%;
	}


	/*======================================================================*
	 *  [ importantMessageNew | 重要なメッセージ ] 
	 *======================================================================*/
	
	.importantMessageNew {
		margin: 0 10px 20px;
		padding: 15px;
		font-size: 1.4rem;
	}
	
	
	/*==================================================================*
	 *  [ importantNotices | 重要なお知らせ ] 
	 *==================================================================*/
	
	.importantNotices {
		padding: 0 10px;
	}
	.importantNotices dd {
		font-size: 13px;
		font-size: 1.3rem;
	}


	/*======================================================================*
	 *  [ importantNoticeNew | 新重要なお知らせ ] 
	 *======================================================================*/
	
	.importantNoticeNew .pc {
		display: none !important;
	}
	
	
	/*======================================================================*
	 *  [ pickupList | ピックアップ ] 
	 *======================================================================*/
	
	.pickupList {
		margin-bottom: 12px;
	}
	.pickupList h2 {
		text-align: center;
	}
	.pickupList h2 > * {
		padding: 13.5px 10px;
	}
	.pickupList li {
		width: calc(50% - 1px);
		margin: 2px 0 0 2px;
	}


	/*======================================================================*
	 *  [ pickupListNew | 新ピックアップ ] 
	 *======================================================================*/
	
	.pickupListNew {
		margin-bottom: 30px;
	}
	
	/* [ カルーセル ] */
	.bnrSliderNew {
		margin-top: 2px;
		padding: 0;
	}
	.bnrSliderNew a {
		margin: 0;
	}
	
	/* [ 矢印 ] */
	.bnrSliderNew .slick-arrow {
		top: calc(50% - 16px);
		width: 20px;
		height: 32px;
		background: #fff;
	}
	.bnrSliderNew .slick-arrow.slick-prev {
		left: 10px;
	}
	.bnrSliderNew .slick-arrow.slick-next {
		right: 10px;
	}
	
}


/*======================================================================*
 *  [ Media Queries 568 - 320 ] 
 *======================================================================*/

@media screen and (max-width: 568px) and (min-width: 320px) {
	
	/*==================================================================*
	 *  [ imageList | イメージリスト ] 
	 *==================================================================*/
	
	/* [ 概要 ] */
	.imageList li .summary {
		padding: 5px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	
}


/*======================================================================*
 *  [ Media Queries 320 ] 
 *======================================================================*/

@media screen and (max-width: 320px) {
	
	/*==================================================================*
	 *  [ mainSlider | メインスライド ] 
	 *==================================================================*/
	
	/* [ imageNav | スライドサムネイル ] */
	.imageNav li {
		width: 50%;
	}
	.imageNav li span {
		background-repeat: no-repeat;
		background-size: 120px auto;
	}
	
	
	/*==================================================================*
	 *  [ grid | グリッド ] 
	 *==================================================================*/
	
	.first {
		clear: none;
	}
	
	
	/*==================================================================*
	 *  [ imageList | イメージリスト ] 
	 *==================================================================*/
	
	.imageList li {
		width: 50%;
	}
	.imageList li.grid2 { width: 100%; }
	.imageList li.grid3 { width: 100%; }
	.imageList li.grid4 { width: 100%; }
	.imageList li.grid5 { width: 100%; }
	.imageList li.grid6 { width: 100%; }
	
	
	/*==================================================================*
	 *  [ productsList | 新 ] 
	 *==================================================================*/
	
	.productsList li {
		width: 100%;
		margin-left: 0 !important;
	}
	
}

