@charset "UTF-8";

html,body,h1,h2,h3,h4,h5,ul,ol,dl,p,dd{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}

html,body{
	line-height:1.4em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#5a5a5a;
	font-weight:normal;
	text-align:left;
	background:#fff;

}



.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}



img{
	border:0;
}

a{
	text-decoration:none;
}

#content{
	clear:both;
}

#content h2{
	font-size:150%;
	color:#000;

}

.pc_item{
	display:none!important;
}
/*---ヘッダ---*/

#head_pc{
	display:none;
}

h1{
	margin:10px 3%;
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}

#head_sp div{
	margin:0 3%;
}

#head_sp div img{
	margin-bottom:5px;
	width:25px;
	}

ul.spmenu{
	margin:0 3%;
	float:right;
}

ul.spmenu>li{
	float:left;
	padding-left:5px;
}

ul.spmenu>li.burger{
	float:left;
}


ul.subMenu{
	width:94%;
	position:absolute;
	left:3%;
	background-color:rgba(255,255,255,0.95);
	border:2px solid #e5e5e5;
}

ul.subMenu a{
	color:#5a5a5a;
}

.cart{
    position:relative;
}

.cart span{
    display:block;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#00a8ff;
    color:#fff;
    font-size:10px;
    text-align:center;
    line-height:18px;
    position:absolute;
    left:5px;
    top:10px;
}

/*--アイコンアニメ---*/
.tcon {
	float:left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 25px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  .tcon > * {
    display: block; }
  .tcon:hover,
  .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 3.5px;
  width: 25px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: black;
  position: relative; }
  .tcon-menu__lines::before,
  .tcon-menu__lines::after {
    display: inline-block;
    height: 3.5px;
    width: 25px;
    border-radius: 2.85714px;
    transition: 0.3s;
    background: black;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 7px; }
  .tcon-menu__lines::after {
    top: -7px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }

.spec .tcon,.mypage .tcon{
	float:right;
}

.tcon-menu--xcross {
  width: auto; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 40px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active,
  .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.tcon-plus {
  height: 25px;
  position: relative;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  width: 25px; }
  .tcon-plus::before,
  .tcon-plus::after {
    content: "";
    border-radius: 2px;
    display: block;
    width: 85%;
    height: 25%;
    position: absolute;
    top: 37%;
    left: 8%;
    transition: 0.3s;
    background: black; }
  .tcon-plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.tcon-plus--minus.tcon-transform::before {
  -webkit-transform: rotate(180deg) translate(0, 0);
  transform: rotate(180deg) translate(0, 0);
  width: 62%; }

.tcon-plus--minus.tcon-transform::after {
  -webkit-transform: rotate(-180deg) translate(-37.5%, 0);
  transform: rotate(-180deg) translate(-37.5%, 0);
  width: 62%; }

/*---サブメニュー無し---*/
ul.subMenu li div{
	padding:2%;

}

ul.subMenu li div>a{
	display:inline-block;
	padding:0 2%;
	border-right:1px solid #e5e5e5;
}

/*---サブメニュー有---*/

ul.subMenu ul{
	width:45%;
	padding:2%;
	text-align:left;
}

ul.odd{
	float:left;
}

ul.even{
	float:right;
}

ul.subMenu ul li{
	padding:3px 0;
}

ul.subMenu ul li ul{
	margin-left:1.5em;
	width:90%;
}

ul.subMenu ul li ul li{
	border-bottom:1px solid #e5e5e5;
}

ul.subMenu ul li ul li a{
	display:block;
}

span.over{
	color:#00a8ff;
}

/*---検索---*/
ul.subMenu input{
	height:25px;
	vertical-align:middle;
	padding:5px;
}

input.serch_btn{
	position:absolute;
	right:0;
	border-left:1px solid #e5e5e5;
	background-color:#fff;
}

input.serch{
	border:0;
	font-size:14px;
	width:94%;
	background-color:rgba(255,255,255,0);
}

::-webkit-input-placeholder {
    color:#d3d3d3;
}
:-moz-placeholder {
    color:#d3d3d3;
}

/*---パンくず---*/

.pan{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin:5px 3%;
	padding:5px 0;
	font-size:92%;
	clear:both;
}

.pan a{
	color:#737373;
}

.pan a.top{
	color:#000;
	font-weight:bold;
}



/*---フッタ---*/
#foot{
	background-color:#ebebeb;
	padding:20px 0;
	color:#7d7d7d;
	clear:both;
	margin-top:30px;
}

#foot dl{
	width:44%;
	float:left;
	margin:0 3% 20px;
}

#foot dt{
	font-weight:bold;
	color:#474747;
	margin-bottom:10px;
}

#foot dd{
	margin-bottom:5px;
}

#foot dd img{
	margin-right:5px;
}

#foot dd a{
	color:#7d7d7d;
}


.copy{
	clear:both;
	text-align:center;
	padding-top:20px;
	font-size:84%;
	line-height:1.2em;
}

.alert{
	color:#ea4c5f;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
