﻿@charset "UTF-8";

/* SP：basic_sp.css */

/* --------------------------------------------------------------------
	Body
-------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size: inherit;
}

/* Body */
html {
	font-size: 70%; /* Font：基本サイズ（16 * 0.625 = 10px） */
}
body {
	color: #112631;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}

/* img */
img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}


/* --------------------------------------------------------------------
	Link
-------------------------------------------------------------------- */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
}


/* --------------------------------------------------------------------
	Header
-------------------------------------------------------------------- */
header {
	background: #112631;
	height: 110px;
	line-height: 1;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 100;
}
#home header:not(.fixed) {
	height: 118px;
}

/* header_inner */
header div.header_inner_ {
	padding: 14px 5.4% 0;
}

/* sitelink */
header div.sitelink_ {
	background: #90969d;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
	font-size: 11px;
	position: absolute;
	top: 0; right: 3%;
	width: 110px;
}
header div.sitelink_ a {
	color: #ffffff;
	display: block;
	height: 23px;
	line-height: 23px;
	text-align: center;
}
#home header:not(.fixed) div.sitelink_ {
	display: block;
}

/* sitelogo */
header div#sitelogo img {
	height: auto;
	width: 129px;
}
header.fixed div#sitelogo p {
	display: none;
}
#home header:not(.fixed) div#sitelogo p {
	color: #ffffff;
	display: block;
	font-size: 11px;
	margin: 6px 0 0 0;
}

/* btn_login */
header div.btn_login_ {
	position: absolute;
	top: 8px; right: 5.4%;
}
header div.btn_login_ img {
	width: 56px;
}
#home header:not(.fixed) div.btn_login_ {
	top: 36px;
}

/* service */
header div.service_ {
	color: #ffff02;
	font-weight: bold;
	margin: 8px 0 0 0;
}
header div.service_ p {
	font-size: 14px;
}

/* cartbox_ */
header div.cartbox_ {
	margin: 0;
	position: absolute;
	top: 30px; right: 3%;
	width: 47px;
}
header div.cartbox_ a {
	display: block;
	position: relative;
}
header div.cartbox_ a img {
	width: 37px;
}
header div.cartbox_ a span {
	background: #ffff00;
	border-radius: 12px;
	color: #000000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	letter-spacing: -0.1em;
	text-align: center;
	position: absolute;
	bottom: 0; left: -8px;
	width: 16px;
}
#home header:not(.fixed) div.cartbox_ {
	top: 78px;
}

/* menu_btn */
header div.drawer-hamburger {
	padding: 0;
	position: static;
}
header div.menu_btn_ {
	height: 35px;
	margin: 11px 0 0 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	width: 35px;
}
header div.menu_btn_ {
	background: url(../img/common/menu.png) no-repeat left center;
	background-size: 35px auto;
}
header div.menu_btn_.is-open {
	background: url(../img/common/menu_close.png) no-repeat left center;
	background-size: 35px auto;
}
#home header:not(.fixed) div.menu_btn_ {
	margin-top: 5px;
}

/* searchblock */
header div#searchBoxTop {
    position: absolute;
    left: 20%; top: 68px;
	width: 75%;
}
#home header:not(.fixed) div#searchBoxTop {
    display: none;
}
header div#searchBoxTop div.searchblock_ {
    margin: 0;
	width: 100%;
}

/* welcomeMessage */
header div#welcomeMessage {
    display: none;
}
#home header:not(.fixed) div#welcomeMessage {
	color: #ffffff;
	display: block;
	position: absolute;
	top: 81px; left: 21%;
}


/* --------------------------------------------------------------------
	Global Navigation
-------------------------------------------------------------------- */
nav.navbar-offcanvas {
    background: #e7e9ea;
	min-height: 100%;
	padding: 0;
}
#globalnav ul li {
    font-size: 13px;
}
#globalnav ul li a,
#globalnav ul li span {
	color: #112631;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
}
#globalnav ul li a {
	color: #112631;
    text-decoration: none;
}
#globalnav ul li span:after,
#globalnav ul li a:after {
	border-right: 2px solid #112631;
	border-bottom: 2px solid #112631;
	content: '';
	display: inline-block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	top: 50%; right: 10px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	width: 6px;
}
#globalnav ul li span.active {
	background: #707d83;
    color: #ffffff;
}
#globalnav ul li span.active:after {
    border-color: #ffffff;
    margin-top: -4px;
   	-webkit-transform: rotateX(45deg);
	transform: rotate(45deg);
}
#globalnav ul li > ul {
    background: #e7e9ea;
	display: none;
}
#globalnav ul li > ul li > ul {
	display: none;
}
#globalnav ul li > ul li > ul li a {
	color: #112631;
    padding: 0 0 0 20px;
}


/* --------------------------------------------------------------------
	Wrapper
-------------------------------------------------------------------- */
div.wrapper_ {
	background: #ffffff;
	padding: 110px 0 1em 0;
}
/*div.wrapper_ {
	background: #f3f7f8;
	padding: 110px 0 1em 0;
}*/
#home div.wrapper_ {
	padding-top: 1em;
}

/* inner */
div.inner_ {
	padding: 0 3%;
}

/* main_contents */
div.main_contents_ {
	background: #ffffff;
	margin: 1.8em 0 0 0;
	padding: 1.5em 0 2em 0;
}


/* --------------------------------------------------------------------
	Footer
-------------------------------------------------------------------- */
footer {
}

/* change_mode */
footer div.change_mode_ {
	border: 1px solid #c9d4da;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	margin: 2.4em auto;
	text-align: center;
	width: 75%;
}
footer div.change_mode_ a,
footer div.change_mode_ span {
	background: none;
	display: inline-block;
	float: none;
	height: auto;
	line-height: 24px;
	margin: 0 2%;
	width: auto;
}
footer div.change_mode_ img {
	height: 24px;
	width: auto;
}

/* footer_pagetop */
footer p#footer_pagetop {
    background: #90969d;
	text-align: center;
}
footer p#footer_pagetop a {
    color: #ffffff;
	display: block;
	font-size: 12px;
	letter-spacing: 0.15em;
	padding: 1.5em 0;
}
footer p#footer_pagetop span {
	font-size: 12px;
	padding: 0 12px 0 0;
	position: relative;
}
footer p#footer_pagetop span:after {
    border: 5px solid transparent;
    border-bottom: 7px solid #ffffff;
    content: '';
    display: inline-block;
    height: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%; right: 0;
    width: 0;
}

/* footer_sitemap */
footer div.footer_sitemap_ {
	background: #94aab6;
	padding: 0 5.4% 0.6em;
}
footer div.footer_sitemap_:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
footer div.footer_sitemap_ div.sitemap_block_ {
	float: left;
	width: 50%;
}
footer div.footer_sitemap_ ul li {
	font-size: 13px;
	margin: 1.3em 0 0 0;
	text-align: left;
}
footer div.footer_sitemap_ ul li a {
	color: #ffffff;
}
footer div.footer_sitemap_ div.category_ ul li a {
	padding: 0 0 0 10px;
	position: relative;
}
footer div.footer_sitemap_ div.category_ ul li a:before {
    border: 6px solid transparent;
    border-left: 8px solid #ffffff;
    content: '';
    display: inline-block;
    height: 0;
	margin-top: -6px;
	position: absolute;
	top: 50%; left: 0;
    width: 0;
}
footer div.footer_sitemap_ img {
	display: block;
	height: 40px;
	margin: 0.5em 0 0 0;
	width: auto;
}

/* footernav */
footer div.footernav_ {
	background: #122631;
	font-size: 11px;
	line-height: 1;
	padding: 1.5em 5.4%;
}
footer div.footernav_ ul {
	text-align: center;
}
footer div.footernav_ ul li {
	display: inline-block;
	font-size: 11px;
	margin: 0.6em 0;
}
footer div.footernav_ ul li:before {
	color: #ffffff;
	content: '|';
	padding: 0 0.5em;
}
footer div.footernav_ ul li:last-child:after {
	color: #ffffff;
	content: '|';
	padding: 0 0.5em;
}
footer div.footernav_ ul li a {
	color: #ffffff;
}

/* copyright */
footer #copyright {
	background: #122631;
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 0.04em;
	padding: 0 0 1em 0;
	text-align: center;
}

/* ????A?f?U?C???K?p???? */
#goods_list_loading_button {
	width: 20%;
	margin:auto;
}

input#cart_in {
	width:100%;
}

