@charset "utf-8";
*{margin: 0; padding: 0;
	-webkit-text-orientation: upright; /* Safari */
}
img{border: 0; font-size: 0;}

/*フォント共通部分*/
body p,h1,h2,h3,h4,h5,a,th,td,ruby,span,li{
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-family: 'Noto Sans JP', 'Noto Serif CJK JP', 'Satisfy Regular', 'Josefin Sans' ,sans-serif;
	/*font-family: 'Shuei MaruGo L', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
}

img{border: 0; font-size: 0;}

a{
	color: #000;
}





/*=================================
PC用CSS
=================================*/
@media only screen and (min-width: 769px) {
.pc_none{
	display: none!important;
}

html,body{
	width: 100%;
	min-width: 1366px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

/*-------------------------------
ヘッダーここから
-------------------------------*/
header{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
header .header_inner{
	width: 100%;
	max-width: 1264px;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_inner .header_navi{
	width: 423px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_inner .header_navi a{
	width: 174px;
	height: auto;
	margin: 0;
	display: block;
}
header .header_inner .header_navi a h1{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header_inner .header_navi a h1 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header_inner .header_navi ul{
	width: 185px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_inner .header_navi ul li{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
header .header_inner .header_navi ul li a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	font-size: 15px;
	line-height: 25px;
}
header .header_inner .header_search label {
	display: none;
}
header .header_inner .header_search input {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
header .header_inner .header_search input[type="text"] {
	padding: 2px 4px;
	width: 200px;
	height: 24px;
	border: 1px solid #707a7c;
	background-color: #dcdcdc;
	border-radius: 3px;
	font-size: 14px;
}
header .header_inner .header_search input[type="text"]:focus {
	background-color: #fff;
}
header .header_inner .header_search input[type="submit"] {
	width: 50px;
	height: 30px;
	line-height: 32px;
	background-color: #0057B8;
	text-align: center;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
/*header .header_inner .header_icon{
	width: 240px;
	height: auto;
	margin: 0;
	display: block;
}
header .header_inner .header_icon ul{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_inner .header_icon ul li{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
}
header .header_inner .header_icon ul li a{
	width: 100%;
	height: auto;
	padding: 29px 0 0;
	margin: 0;
	display: block;
	font-size: 10px;
	line-height: 20px;
	position: relative;
}
header .header_inner .header_icon ul li a::before{
	content: '';
	width: 28px;
	height: 26px;
	display: block;
	background-repeat: no-repeat;
	background-size: 28px 26px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto; 
}
header .header_inner .header_icon ul .icon_login a::before{
	background-image:url(../img/common/icon_login.png);
}
header .header_inner .header_icon ul .icon_new a::before{
	background-image:url(../img/common/icon_new.png);
}
header .header_inner .header_icon ul .icon_like a::before{
	background-image:url(../img/common/icon_like.png);
}
header .header_inner .header_icon ul .icon_cart a::before{
	background-image:url(../img/common/icon_cart.png);
}*/


/*---------------------
フッター部分共通
---------------------*/
footer{
	width: 100%;
	height: auto;
	display: block;
	padding: 47px 0 37px;
	margin: 0 auto;
	background-color: #707a7c;
}
footer .footer_inner{
	width: 770px;
	height: auto;
	display: block;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}
footer .footer_inner a{
	font-size: 15px;
	line-height: 25px;
	display: inline-block;
	margin: 0 auto 10px;
	color: #ffffff;
}
footer .footer_inner .footer_navi{
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
footer .footer_inner .footer_navi li {
	width: auto;
	height: auto;
	margin: 0;
	display: inline-block;
}
footer .footer_inner .footer_navi > li:not(:first-child) {
	margin-left: 20px;
}
footer .footer_inner .footer_navi li a {
	font-size: 15px;
	line-height: 25px;
	display: block;
	margin: 0;
	color: #ffffff;
}
footer .footer_inner .footer_navi ul.sns_wrap {
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
footer .footer_inner .footer_navi li.sns:not(:first-child) {
	margin-left: 20px;
}
footer .footer_inner .footer_navi li.sns a img {
	width: auto;
	height: 22px;
}
footer .footer_inner .copy{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer_inner .copy a{
	width: 184px;
	height: auto;
	margin: 0 auto 11px;
	display: block;
}
footer .footer_inner .copy a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer_inner .copy p{
	font-size: 13px;
	line-height: 23px;
	display: block;
	margin: 0;
	color: #ffffff;
}
footer .pagetop{
	width: 19px;
	height: auto;
	display: none;
	margin: auto;
	position: fixed;
	bottom: 78px;
	right: 28px;
	z-index: 10;
}
footer .pagetop img{
	width: 100%;
	height: auto;
	display: block;
}


/*---------------------
パンくず
---------------------*/
.breadcrumbs {
	margin-right: auto;
	margin-left: auto;
	width: 1166px;
	display: flex;
	justify-content: flex-start;
}
.breadcrumbs > span:not(:first-child) {
	margin-left: 10px;
}
.breadcrumbs > span a,
.breadcrumbs > span span {
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
	background-color: initial;
	border: none;
	line-height: 1;
	font-size: 14px;
	color: #000;
}
.breadcrumbs > span a {
	text-decoration: underline;
	font-weight: bold;
}


}







/*iPad 縦横両方*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}



/*iPad 縦向きのみ*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
}
















/*=================================
SP用CSS
=================================*/

@media only screen and (max-width: 768px) {
.sp_none{
	display: none!important;
}
body{
	width: 100%;
	min-width: 320px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

/*-------------------------------
ヘッダーここから
-------------------------------*/
header{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #fff;
}
header .header_inner{
	width: 100%;
	height: auto;
	padding: 2% 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_inner .header_navi{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header_inner .header_navi a{
	width: 52%;
	height: auto;
	margin: 0 auto;
	display: block;
}
header .header_inner .header_navi a h1{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .header_inner .header_navi a h1 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
header .sp_navi{
	width: 100%;
	height: 100vh;
	padding: 5% 0 0;
	margin: auto;
	display: none;
	background-color: #707a7c;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
header .sp_navi_inner{
	width: 90%;
	height: auto;
	padding: 0;
	margin: auto;
	display: block;
}
header .sp_navi ul{
	width: 50vw;
	height: auto;
	margin: 0 0 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .sp_navi ul li{
	width: 18.7%;
	height: auto;
	margin: 0;
	display: block;
}
header .sp_navi ul li a{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	font-size: 10px;
	line-height: 20px;
	position: relative;
}
header .sp_navi ul li a img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto; 
}
header .sp_navi .main{
	width: 100%;
	height: calc(100vh - 20vh);
	margin: 13% auto 0;
	display: block;
	overflow: scroll;
}
header .sp_navi .main li{
	width: 100%;
	height: auto;
	padding: 0 0 8%;
	margin: 0;
	display: block;
}
header .sp_navi .main li:last-child{
	padding: 0;
}
header .sp_navi .main li a{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 4vw;
	line-height: 1.5;
	position: relative;
	color: #ffffff;
}
header .sp_navi .main li .header_search label {
	display: none;
}
header .sp_navi .main li .header_search input {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
header .sp_navi .main li .header_search input[type="text"] {
	padding: 2px 4px;
	width: 200px;
	height: 24px;
	background-color: #dcdcdc;
	border-radius: 3px;
	font-size: 14px;
}
header .sp_navi .main li .header_search input[type="text"]:focus {
	background-color: #fff;
}
header .sp_navi .main li .header_search input[type="submit"] {
	width: 50px;
	height: 30px;
	line-height: 32px;
	background-color: #0057B8;
	text-align: center;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
header .sp_navi .main .parent{
	padding: 8% 0;
	margin: 0 auto 8%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 4vw;
	line-height: 1.5;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}
/*header .sp_navi .main .parent .btn {
	width: 39px;
	height: 50px;
	display: block;
	background-image: url(../img/item_list/arrow.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center left;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}*/
header .sp_navi .main .parent .btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 76px;
}
header .sp_navi .main .parent .btn span{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: calc(4vw * 1.5);
	height: calc(4vw * 1.5);
	display: block;
}
header .sp_navi .main .parent .btn span::before,
header .sp_navi .main .parent .btn span::after {
	content: '';
	display: block;
	width: 70%;
	height: 3px;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;

}
/* 2本の横棒のうち一本は縦棒にする */
header .sp_navi .main .parent .btn span::after {
  background-color: #ffffff;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
}
header .sp_navi .main .parent .btn .active2::before {
	transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
header .sp_navi .main .parent .btn .active2::after {
	transform: translate(-50%, -50%) rotate(-90deg);
	opacity: 0;
  -webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
header .sp_navi .main .parent ul{
	display: none;
	width: 90%;
	height: auto;
	padding:0 5%;
	margin: 8% auto 0;
}
header .sp_navi .main .parent ul li{
	position: relative;
	overflow: hidden;
}
header .sp_navi .main .parent ul li:last-child{
	padding: 0;
}
header .sp_navi .main .parent ul li .btn1{
	width: calc(4vw * 1.5);
	height: calc(4vw * 1.5);
	display: inline-block;
	background-image: url(../img/common/arrow_wht.png);
	background-repeat: no-repeat;
	background-size: 4vw auto;
	background-position: center;
	float: right;
	cursor: pointer;
}

/*---------------------
ハンバーガー
---------------------*/
.menu-bar {
	width: 18vw;
	height: 18vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
}
.line-bar {
	width: 47.05882%;
	height: 3px;
	background: linear-gradient(90deg,#000 0%,#000 10%,transparent 10%,transparent 20%,#000 20%,#000 100%);
	position: absolute;
	left: 26.47059%;
	top: 49.28571%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.line-bar::before {
	content: "";
	display: block;
	background: linear-gradient(90deg,#000 0%,#000 10%,transparent 10%,transparent 20%,#000 20%,#000 100%);
	position: absolute;
	width: 100%;
	height: 3px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	top: -7px;
}
.line-bar::after {
	content: "";
	display: block;
	background: linear-gradient(90deg,#000 0%,#000 10%,transparent 10%,transparent 20%,#000 20%,#000 100%);
	position: absolute;
	width: 100%;
	height: 3px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	top: 7px;
}
.menu-bar.active .line-bar {
	background: linear-gradient(90deg,#fff 0%,#fff 41%,transparent 41%,transparent 59%,#fff 59%,#fff 100%);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.menu-bar.active .line-bar::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: linear-gradient(90deg,#fff 0%,#fff 41%,transparent 41%,transparent 59%,#fff 59%,#fff 100%);
	top: 0;
}
.menu-bar.active .line-bar::after {
	opacity: 0;
}

/*---------------------
下層共通
---------------------*/
main{
	margin-top: 17.75%;
}














/*---------------------
フッター部分共通
---------------------*/
footer{
	width: 100%;
	height: auto;
	display: block;
	padding: 3% 0;
	margin: 10.7% auto 0;
	background-color: #707a7c;
}
footer .footer_inner{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}
footer .footer_inner .footer_navi{
	width: 155px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .footer_inner .footer_navi li.sns a img {
	width: auto;
	height: 22px;
}
footer .footer_inner .copy{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
footer .footer_inner .copy a{
	width: 50%;
	height: auto;
	margin: 0 auto 11px;
	display: block;
}
footer .footer_inner .copy a img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
footer .footer_inner .copy p{
	font-size: 3.466666666666667vw;
	line-height: 1.5;
	display: block;
	margin: 0;
	color: #ffffff;
}
footer .pagetop{
	width: 19px;
	height: auto;
	display: none;
	margin: auto;
	position: fixed;
	bottom: 2%;
	right: 5px;
	z-index: 10;
}
footer .pagetop img{
	width: 100%;
	height: auto;
	display: block;
}


/*---------------------
パンくず
---------------------*/
.breadcrumbs {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	display: flex;
	justify-content: flex-start;
	overflow-x: scroll;
	overflow-y: hidden;
  white-space: nowrap;
}
.breadcrumbs > span:not(:first-child) {
	margin-left: 10px;
}
.breadcrumbs > span a,
.breadcrumbs > span span {
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
	background-color: initial;
	border: none;
	line-height: 1;
	font-size: 13px;
	color: #000;
}
.breadcrumbs > span a {
	text-decoration: underline;
	font-weight: bold;
}


}












