@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

/* ----------------------------------------

再定義

---------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	line-height: 1.67;
	background-color: #fff;
	font-family: 游ゴシック,Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #333;
	word-wrap: break-word;
	font-weight: 500;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	color: #262626;
	outline: none;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	text-decoration: none;
	opacity: 0.7;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
table {
	table-layout: fixed;
}
input,select,textarea {
	max-width: 100%;
}
input[type="button"],select{cursor: pointer;outline: none;}
:focus::-webkit-input-placeholder {color: transparent;}/* Webkit */
:focus:-moz-placeholder {color: transparent;}/* Firefox 18 以前 */
:focus::-moz-placeholder {color: transparent;}/* Firefox 19 以降 */
::-webkit-input-placeholder {color: #888; opacity: 1;}
:-moz-placeholder {color: #888; opacity: 1;}
::-moz-placeholder {color: #888; opacity: 1;}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
}
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],textarea {
	-webkit-appearance: none; 
	border-radius: 0;
	outline: none;
}
select {
	outline: none;
}
body ::-webkit-scrollbar { width: 12px;}
body ::-webkit-scrollbar-track { background: #f1f1f1;}
body ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb:window-inactive { background: #bcbcbc;}
@media screen and (max-width:767px){
	body ::-webkit-scrollbar { width: 8px;}
}

@media all and (min-width:768px){
	a[href^="tel:"] {
		cursor: default;
		text-decoration: none;
		pointer-events: none;
		display: inline-block;/*for ie11*/
	}
}
@media screen and (max-width:767px){
	body {
		line-height: 1.464;
	}
	input,select,textarea {
		font-size: 16px;
	}
}


/* ----------------------------------------

container

---------------------------------------- */

/*
**
子要素のフォントサイズ指定は以下を参照
http://bueltge.de/test/emchart.html
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/


/* ----------------------------------------

container

---------------------------------------- */
#container {
	overflow: hidden;
	margin: 0 auto;
	font-size: 107.7%; /* fontsize 14px */
	min-width: 1280px;
}
@media screen and (max-width:767px){
	#container {
		min-width: inherit;
	}
}

#content {
    position: relative;
    padding-top: 60px;
}

#content > table {
    width: 1145px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

#content > table > tbody > tr > td {
    background: #fff;
    padding: 40px 19px 20px 20px;
    box-sizing: border-box;
}

#content > table > tbody > tr > td[width="150"] {
    width: 260px;
    padding-left: 0;
    padding-right: 0;
}
#content > table > tbody > tr > td[width="10"]{
    width: 20px;
    padding:0;
}
#content > table > tbody > tr > td[width="640"]{
    width: 865px;
    padding-right: 0;
}
#content > table > tbody > tr > td[width="640"] table[width="600"] {
    width: 100%;
}

/* ----------------------------------------

header

---------------------------------------- */
#header {
	position: inherit;
	min-width: 1280px;
}
#header .siteID a:hover{
	opacity: 0.7;
	display: block;
}
#header .headerbox > .hdr_logo{
	margin: 5px 0;
	margin-left: 20px;
}
#header .hdr_link{
	margin-right:20px;
}
#header .headerbox > .hdr_logo p{
	font-size: 142.8%;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
#header .headerbox > .hdr_logo p a{
	color: #fff;
}
#header .headerbox{
	color: #fff;
	width: 1280px;
	margin:0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#header .headerbox a{
	color: #fff;
}
#header .headerbox .list02 li{
	display: inline-block;
	margin-right: 30px;
	font-weight: bold;
}
#header .headerbox .list02 li:last-child{
	margin-right: 20px;
}
#header .headerbox .globalNav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#header .headerbox > .hdr_logo p a{
	color: #262626;
}
#header .headerbox > .hdr_logo .logo_other{
	display: block;
}
#header .headerbox > .hdr_logo .logo_top{
	display: none;
}
#header .headerbox{
	color: #262626;
}
#header .headerbox a{
	color: #262626;
}
#header .list01 > li:before {
    background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/arw_03.png);
}
#header .headerbox .list01 > li:before {
    background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/arw_03.png);
}

.list02 > li a.blank{
	position: relative;
	padding-right: 15px;
}
.list02 > li a.blank:after {
	position: absolute;
	content: '';
	background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/icon_02.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 9px;
	position: absolute;
	right: 0px;
	top: 7px;
}
.M_headItem a{
	color: #262626 !important;
}



/* ページャー
------------------------------- */
ul.M_pager{
    margin: 80px auto 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width: 100%;
}

ul.M_pager li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #1c1c1c;
	margin:3px;
	font-size: 114.3%;
}
ul.M_pager li a {
	padding: 0;
	background: none;
	border: none;
	color: #262626;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.M_pager li.active {
    padding: 0;
   	background: #1c1c1c;
 	color: #fff;
}
ul.M_pager li.next {
	margin:3px 10px;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
}
ul.M_pager li a:hover{
	opacity: 1;
   	background: #1c1c1c;
   	color: #fff;
}
ul.M_pager li.next a:hover {
   	background: none;
   	opacity: 0.7;
 	color: #262626;
}







/* noscript
------------------------------- */
#noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------

content

---------------------------------------- */
#content {
}


/* ----------------------------------------

content - main

---------------------------------------- */
#main {
}

/* ----------------------------------------

footer

---------------------------------------- */
#footer {
	position: relative;
	background: #1c1c1c;
}
#footer .ftr_logo{
	padding: 40px 0;
}
#footer .ftr_logo p{
    font-size: 107.1%;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
#footer .footerbox{
	max-width: 1145px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#footer .footerbox a{
	color: #fff;
}
#footer .footerbox .list01{
	margin-top: 60px;
}
#footer .footerbox .list01 li{
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
}
/* pagetop
------------------------------- */
#pagetop {
	z-index: 100;
	position: fixed !important;
	right: 10px;
}
#pagetop a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	text-decoration: none;
	border-radius: 100%;
}
@media screen and (max-width:767px){
	#pagetop a {
		width: 40px;
		height: 40px;
	}
	#pagetop .fa {
		font-size: 85.7%;
	}
}


#sub .sub_tit_01{
	font-size: 135.7%;
	font-weight: bold;
	border-bottom: 2px solid #1c1c1c;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#sub .sub_tit_02{
	font-size: 107.1%;
	font-weight: bold;
	margin-bottom: 5px;
}

#sub .sub_list_bnr{
	margin-bottom: 35px;
}
#sub .sub_list_bnr ul li{
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
}
#sub .sub_list_bnr ul li:last-child{
	margin-bottom: 0;
}
#sub .sub_list_bnr ul li a{
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 114.3%;
	font-weight: bold;
}

#sub .sub_list_bnr ul li:nth-child(1){
	background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/sub_list_bnr_01.jpg);
}
#sub .sub_list_bnr ul li:nth-child(2){
	background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/sub_list_bnr_02.jpg);
}
#sub .sub_list_bnr ul li:nth-child(3){
	background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/sub_list_bnr_03.jpg);
}








#sub .sub_list{
	margin-bottom: 45px;
}
#sub .sub_list ul li{
	margin-bottom: 15px;
}
#sub .sub_list ul li:last-child{
	margin-bottom: 0;
}
#sub .sub_list ul li a{
	color: #1c1c1c;
	padding-left: 15px;
	position: relative;
	display: block;
	font-size: 100%;
}

#sub .sub_list ul li a:before {
    content: '';
    background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/arw_03.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 5px;
}
#sub .sub_member a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1c1c1c;
	height: 70px;
	width: 100%;
}
#sub .sub_member a span{
	font-size: 114.3%;
	font-weight: bold;
	color: #fff;
}
#sub .sub_keyword{
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
#sub .sub_keyword input{
	width: 100%;
	position: relative;
	display: table-cell;
	padding: 2px 0;
}
#sub .sub_keyword a {
    width: 15%;
    height: 100%;
    color: #fff;
    background: #262626;
    font-size: 114.3%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


#sub .sub_cate{
	margin-bottom: 35px;
}
#sub .sub_cate a{
	color: #262626;
}
#sub .sub_cate .sub_tit_01{
	margin-bottom: 0;
}


.M_layer3 {
    display: none;
}
.M_layer2 li.active .M_layer3{
    display: block;
}

#M_ctgList2 li{
	padding: 0;
	background: none;
}
#sub #M_ctg1_1 {
    display: none;
}
#sub .M_layer1 > li:nth-child(2) > a {
    display: none;
}
#sub .M_layer2 > li > a{
    font-weight: bold;
    font-size: 114.3%;
}
#sub .M_layer3 > li > a{
    font-size: 100%;
}
#sub .M_layer2 > li > a,
#sub .M_layer3 > li > a {
    display: block;
    padding: 15px 25px 15px 10px;
    position: relative;
    text-decoration: none !important;
    border-bottom: 1px solid #e5e5e5;
}
#sub .M_layer2 > li > a:hover,
#sub .M_layer3 > li > a:hover {
    color: #00a3e0;
    opacity: 1;
    text-decoration: none;
}
#sub .M_layer2 > li > a:hover{
    background: #e5f5fd;
}
#sub .M_layer2 > li > a {
    position: relative;
    background: none;
    padding-left: 10px !important;
}

#sub .M_layer2 > li > a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    color: #1c1c1c;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -.7em;
}
#sub .M_layer2 > li > a:before,
#sub .M_layer2 > li > a:after {
    content: '';
    display: block;
    position: absolute;
    background: #1c1c1c;
    top: 50%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
#sub .M_layer2 > li > a:hover:before,
#sub .M_layer2 > li > a:hover:after {
    background: #00a3e0;
}
#sub .M_layer2 > li > a:before {
    width: 13px;
    height: 1px;
    right: 12px;
}
#sub .M_layer2 > li > a:after {
    width: 1px;
    height: 13px;
    right: 18px;
    margin-top: -6px;
}
#sub .M_layer2 > li a.active:after{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#sub .M_layer3{
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
#sub .M_layer3 > li:first-child{
	padding-top: 10px;
}
#sub .M_layer3 > li > a{
    position: relative;
    background: none;
    border-bottom: none;
    padding: 10px 10px 10px 30px;
}
#sub .M_layer3 > li > a:before {
    content: '';
    background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/arw_03.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 7px;
    position: absolute;
    left: 10px;
    top: 15px;
}
#sub .M_layer3 > li > a:hover:before {
    background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/arw_05.png);
}
#M_ctg1_94 > a {
	display: none;
}

#M_ctg1_94 .M_layer2 > li > a {
    font-weight: bold;
    font-size: 100%;
}

#M_ctg1_157 > a {
	display: none;
}

#M_ctg1_157 .M_layer2 > li > a {
    font-weight: bold;
    font-size: 100%;
}

#M_ctg1_83 > a {
	display: none;
}

#M_ctg1_83 .M_layer2 > li > a {
    font-weight: bold;
    font-size: 100%;
}


/* bread_crumb
----------------------- */
#M_topicPathWrap {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
	background: #f5f5f5;
}
#M_topicPathWrap #M_topicPath1 {
	display: flex;
	margin: 0 auto;
	padding: 10px 0;
	width: 1105px;
	text-align: left;
	flex-wrap: nowrap;
}
#M_topicPathWrap #M_topicPath1 li {
    display: inline;
    background: none !important;
    padding-right: 20px;
    margin-right: 16px;
    position: relative;
}
#M_topicPathWrap #M_topicPath1 li:before {
    content: '';
    background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/arw_03.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 5px;
}
#M_topicPathWrap #M_topicPath1 li:last-child:before {
	display: none;
}
#M_topicPathWrap #M_topicPath1 li a {
    color: #9c9c9c;
}
#M_topicPathWrap #M_topicPath1 li a:hover {
   	opacity: 1;
   	text-decoration: underline;
}

#M_topicPathWrap #M_topicPath1 li a:link,
#M_topicPathWrap #M_topicPath1 li a:visited,
#M_topicPathWrap #M_topicPath1 li a:hover,
#M_topicPathWrap #M_topicPath1 li a:active {
	color: #262626;
}


















#M_ctgList3 a:link.M_currentAnchor,
#M_ctgList3 a:visited.M_currentAnchor,
#M_ctgList3 a:active.M_currentAnchor{
	color: #00a3e0;
}
#M_ctgList3 a:link.M_currentAnchor:before,
#M_ctgList3 a:visited.M_currentAnchor:before,
#M_ctgList3 a:active.M_currentAnchor:before{
    background: url(https://gigaplus.makeshop.jp/bluestorm/img/common/arw_05.png) !important;
}
#sub .sub_cate_search{
	border-top: 1px solid #ccc;
}


.list03 {
	text-align: right;
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
}
.list03 a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 0 43px;
	text-decoration: none;
}
.list03 img {
	vertical-align: middle;
	margin-right: 9px;
	position: absolute;
	left: 20px;
	top: -1px;
}
.list03 > table,
.list03 > table * {
	display: inline-block;
	vertical-align: top;
}
.hdr_login_nav {
	position: relative;
	line-height: 1;
	margin-top: 6px;
}
.hdr_login_nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.hdr_cart {
	padding: 0 !important;
	width: 200px;
	font-size: 13px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.hdr_cart > img {
	top: .45em !important;
}
.hdr_cart_txt {
	position: absolute;
	left: 50px;
	top: .2em;
}
.hdr_cart .M_headBasket {
	background: transparent;
	border: none;
	float: none;
	width: inherit;
	padding: 0;
	margin: 0;
}
.hdr_cart #M_headBasketSwitch {
	width: inherit;
	height: inherit;
	float: none;
}
.hdr_cart #M_basketClosedBox,
.hdr_cart #M_basketClosedBox a{
	width: 100%;
	box-sizing: border-box;
}
.hdr_cart #M_basketTemp1 #M_basketClosedBox {
	background: none;
}
.hdr_cart #M_basketOpenedBox {
	background: none;
	border: none;
	padding-top: 5px;
}
.hdr_cart #M_basketOpenedBox > .M_basketMarginBox {
	background: #fff;
	border: 1px solid #00a3e0;
}
.hdr_cart .M_headBasket table {
	table-layout: inherit;
}
.hdr_cart .M_headBasket td {
	text-align: left;
	color: #262626;
}
.hdr_cart .M_headBasket .M_headImg img {
	position: static;
	margin: 0;
}
.hdr_cart .M_headBasket a {
	padding: 0;
}
.hdr_cart #M_headBasketIn {
	font-size: 0;
	padding: 0;
	width: 100%;
	padding-right: 35px;
	box-sizing: border-box;
}
.hdr_cart #M_headBasketIn em {
	font-size: 16px;
	color: #00a3e0;
}

#header .headerbox .logo_other{
	display: block;
}
#header .headerbox .logo_top{
	display: none;
}



/* bread_crumb
----------------------- */
.bread_crumb {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
	background: #f5f5f5;
}
.bread_crumb ul {
	display: flex;
	margin: 0 auto;
	padding: 10px 0;
	width: 1105px;
	text-align: left;
	flex-wrap: nowrap;
}
.bread_crumb ul li {
	position: relative;
}
.bread_crumb ul li:not(:first-child) {
	margin-left: 10px;
}
.bread_crumb ul li:not(:last-child) {
	padding-right: 20px;
}
.bread_crumb ul li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: 0;
	border-color: #262626 transparent transparent transparent;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	content: "";
	transform: translate(0, -50%) rotate(270deg);
}
.bread_crumb ul li a {
	display: inline-block;
	line-height: 1.1;
}
.bread_crumb ul li a:link,
.bread_crumb ul li a:visited,
.bread_crumb ul li a:hover,
.bread_crumb ul li a:active {
	color: #262626;
}






/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.xxx {
	*zoom: 1;
}