@charset "utf-8";


/*------------------------------------------------------------
	リセットCSS
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font: inherit;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
strong {
    font-weight: bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
hr,legend {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
input, select {
    vertical-align:middle;
}
button {
	border: none;
	cursor: pointer;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/*------------------------------------------------------------
	共通スタイル
----------------------------------------------------------- */
body {
	font-family:'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
    font-size: 100%;
	font-weight: 400;
	line-height: 1.8;
    letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
	color: #222;
}
a,
a:visited {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #646464;
	text-decoration: none;
}
a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}

.sp {
	display: none;
}

@media only screen and (max-width: 768px) {

.sp {
	display: initial;
}
.pc {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
  
img.img-half {
  width: 49%;
  }

}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.cf {
    overflow: hidden;
	zoom:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}


/*------------------------------------------------------------
	header
----------------------------------------------------------- */
#header .logo {
	width: 200px;
    margin: 0 auto 30px;
}
#header .global-nav {
	padding: 10px 30px;
    background-color: #313131;
}
#header .global-menu-item {
	display: inline-block;
	margin-left: 30px;
}
#header .global-menu-item:first-child {
	margin-left: 0;
}
#header .global-menu-item a {
	color: #fff;
    font-size: 90%;
}
#header .global-menu-item a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {

#header .logo {
	width: 25%;
    margin: 0 auto;
}

}

/*------------------------------------------------------------
	together-block
----------------------------------------------------------- */
.together-block {
	width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 100px auto 0;
}
.together-block .together-hd {
	display: inline-block;
    margin-bottom: 30px;
    padding: 5px 30px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
}


/*------------------------------------------------------------
	footer
----------------------------------------------------------- */
#footer {
	width: 100%;
	padding: 15px;
	color: #fff;
	text-align: center;
	background-color: #313131;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .global-nav {
	margin-bottom: 30px;
}
#footer .global-menu-item {
	display: inline-block;
    margin-left: 30px;
}
#footer .global-menu-item:first-child {
	margin-left: 0;
}
#footer .global-menu-item a {
	color: #fff;
    font-size: 90%;
}
#footer .global-menu-item a:hover {
	text-decoration: underline;
}
#footer small {
	font-size: 75%;
}

@media only screen and (max-width: 768px) {

#footer {
	font-size: 85%;
    text-align: left;
}

}


/*------------------------------------------------------------
	icons
----------------------------------------------------------- */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-home { background-position: -264px -24px; vertical-align: sub; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-text_doc { background-position: -312px -144px; }
.icon-lg-w.icon-text_doc_inverted { background-position: -336px -144px; }
.icon-lg-w.icon-star { background-position: -96px -24px; }

.icon-b,
.icon-w {
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
	width: 24px;
	height: 24px;
	margin-right: 3px;
	vertical-align: bottom;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.icon-b,
	.icon-w {
	-webkit-background-size: 368px 320px;
	background-size: 368px 320px;
	}

	.icon-lg-b,
	.icon-lg-w {
	-webkit-background-size: 552px 480px;
	background-size: 552px 480px;
	}

	.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
	.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
	.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
	.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
	.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
	.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
	.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
	.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
