@charset "utf-8";
/* CSS Document */
@import url(common.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400i&display=swap');
#strictgWrap #bigBackground {
	color: #2a2a2a;
}
#strictgWrap #bigBackground div::after {
	display: none;
}
#strictgWrap #bigBackground ul {
	list-style: none;
}
/* 文字をセンタリングする場合 */
#strictgWrap #bigBackground .alignCenter {
	text-align: center;
}
#strictgWrap #bigBackground a,
#strictgWrap #bigBackground a:hover {
	text-decoration: none;
}
#strictgWrap #bigBackground a.btn {
	color: #2a2a2a;
	display: inline-block;
	padding: 0.25em 3em 0.25em 0.5em;
	background-color: #eee;
	background-image: url("/bc/images/shop_top_strict-g/2003btnArrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#strictgWrap #bigBackground a.btn:hover {
	color: #fff;
	background-color: #3f73fc;
	background-image: url("/bc/images/shop_top_strict-g/2003btnArrowHover.png");
	background-position: right -5px center;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
/*font*/
/* 英字フォント指定 */
#strictgWrap .fontEn {
	font-family: 'Roboto', sans-serif;
}
/*font size*/
#strictgWrap .text34 {
	font-size: 34px;
}
#strictgWrap .text22 {
	font-size: 22px;
}
#strictgWrap .text18 {
	font-size: 18px;
}
#strictgWrap .text14 {
	font-size: 14px;
}
#strictgWrap h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
#strictgWrap .fontBold {
	font-weight: bold;
}
/*flexbox指定*/
#strictgWrap .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	margin: 0 auto;
}
#strictgWrap .flexBlockColumn {
	flex-direction: column;
}
#strictgWrap .flexAround {
	justify-content: space-around;
}
#strictgWrap .flexBetween {
	justify-content: space-between;
}
#strictgWrap .flexStart {
	justify-content: flex-start;
}
#strictgWrap .flexStretch {
	align-items: stretch;
}
#strictgWrap .flexAlignCenter {
	align-items: center;
}
#strictgWrap #flexNav {
	position: relative;
	z-index: 10;
}
#strictgWrap #flexNav > div {
	position: relative;
	width: 25%;
}
#strictgWrap #flexNav > div > a,
#strictgWrap #flexNav > div > span {
	position: relative;
	display: block;
	width: 100%;
	padding: 1em;
	color: #2a2a2a;
	line-height: 1;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#strictgWrap #flexNav > div > a:hover,
#strictgWrap #flexNav > .subMenu:hover > span {
	color: #2a2a2a;
	background-color: #f1f1f1;
	text-decoration: none;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#strictgWrap #flexNav > div > span > span {
	display: inline-block;
	padding-right: 1.25em;
	background-image: url("/bc/images/shop_top_strict-g/2003navArrow.png");
	background-position: right center;
	background-repeat: no-repeat;
}
#strictgWrap #flexNav > .subMenu > ul {
	position: absolute;
	top: 3em;
	left: 0;
	width: auto;
	min-width: 100%;
	height: 0;
	line-height: normal;
	white-space: nowrap;
	background-color: #fff;
	pointer-events: none;
	opacity: 0;
}
#strictgWrap #flexNav > .subMenu:hover > ul {
	height: auto;
	padding: 0.5em 0;
	text-align: left;
	pointer-events: auto!important;
	opacity: 1;
}
#strictgWrap #flexNav > .subMenu:hover > ul li {
	width: auto;
	padding: 0.5em 1.5em;
	background-color: #fff;
}
#strictgWrap #flexNav > .subMenu:hover > ul li a {
	color: #2a2a2a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#strictgWrap #flexNav > .subMenu:hover > ul li a:hover {
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	color: #3f73fc;
}

#strictgWrap .shopSignboard {
	width: 1000px;
	height: auto;
	margin: 0 auto 0 8px;
}
#strictgWrap #cduWrapInner {
	width: 998px;
	margin: 0 auto;
}
/*mainVisual*/
#mainVisual,
#mainVisual .mainSlider {
	position: relative;
	width: 1000px;
	height: 572px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 5;
}
#mainVisual .mainSlider li a {
	display: block;
	position: relative;
	width: 1000px;
	height: 522px;
}
/*dots*/
#mainVisual .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 14px;
	padding: 0;
	line-height: 0;
	text-align: center;
}
#mainVisual .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 7px!important;
	padding: 0;
	background-color: transparent!important;
	border: none!important;
	opacity: 1!important;
	cursor: pointer;
}
#mainVisual .slick-dots li button {
	display: block;
	width: 14px;
	height: 14px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border: none!important;
	background-color: #989898;
	border-radius: 14px;
	transition: all 200ms ease-out;
	outline: none;
	cursor: pointer;
}
#mainVisual .slick-dots li button:hover,
#mainVisual .slick-dots li.slick-active button {
	background-color: #3f73fc;
}
/*footer*/
#strictgWrap #cduFooter{
	display: block!important;
	clear:both;
	background: #fff;
	padding: 3em 0 0;
}
#strictgWrap #cduFooter .inner{
	padding: 25px 0;
	width: 998px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
#strictgWrap #cduCopyFooter{
	color:#999;
	font-size:10px;
	line-height:13px;
	padding:15px 0;
	clear:both;
}
/*top page*/
#strictgWrap section {
	width: 1000px;
	margin: 1em auto 0;
	
}
#strictgWrap .sectionHeader {
	margin: 1em auto;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #474747;
}
#strictgWrap .subTitle {
	padding-bottom: 0.5em;
}
#strictgWrap .subTitle > span {
	display: inline-block;
	color: #fff;
	padding: 0.25em 0.5em;
	background-color: #474747;
}
#strictgWrap .categoryWrapper + .categoryWrapper {
	margin-top: 3em;
	padding-top: 3em;
	border-top: 1px solid #e0e0e0;
}
/*flexThumbSquare*/
#strictgWrap .flexThumbSquare li {
	position: relative;
	width: 25%;
	padding: 1.5em;
	box-sizing: border-box;
}
#strictgWrap .flexThumbSquare li .thumb {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
	padding-top: 100%;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#strictgWrap .flexThumbSquare li:hover .thumb {
	background-size: auto 105%;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#strictgWrap .flexThumbSquare li span {
	display: block;
}
#strictgWrap .flexThumbSquare li .tagNew {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.5em;
	height: 1em;
	margin-left: 0;
	padding: 0.75em 0;
	line-height: 1em;
	color: #fff;
	background-color: #f10033;
}
#strictgWrap .flexThumbSquare li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*news*/
#strictgWrap .twitterWrapper {
	width: 300px;
	height: 600px;
	margin-top: 2em;
}
#strictgWrap .newsWrapper {
	width: 650px;
	margin-top: 2em;
	line-height: 160%;
}
#strictgWrap .newsWrapper li {
	margin-bottom: 1em;
}
#strictgWrap .newsWrapper li a {
	display: block;
	color: #2a2a2a;
	padding: 0.25em 0.5em;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#strictgWrap .newsWrapper li a:hover {
	background-color: #eee;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#strictgWrap .newsWrapper li a .date {
	display: inline-block;
	color: #006cff;
	padding-right: 1em;
}

/*一覧ページ*/
#strictgWrap .shopSignboardWrapper,
.pbFluidStyle .pbFluidShopTitle a {
	width: 100%;
	height: 102px;
	background-image: url("/bc/images/shop_top_strict-g/2003headerStrictGpc.png")!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size: auto 102px;
}
#strictgWrap .shopSignboardWrapper > img,
.pbFluidStyle .pbFluidShopTitle a div.shopSignboard-bg {
	display: none!important;
}
#cdu2mainColumn div.article_box p.article_title a {
	color: #2a2a2a;
}
#cdu2mainColumn div.article_box p.price {
	color: #3f73fc;
}
.pbFluidStyle #cdu2sideColumn div.look a {
	background-color: #535353!important;
	border-radius: 0!important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pbFluidStyle #cdu2sideColumn div.look a:hover {
	color: #fff!important;
	background-color: #3f73fc!important;
	text-decoration: none!important;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}