@media (max-width: 960px) {
header .mod-slide-menu {
	display: none;
}
.mod-menu__list {
	overflow: hidden;
	background-color: #fff;
}
.mod-menu {
	box-sizing: content-box;
	padding-top: 0;
	padding-left: 0;
	border-bottom: none;
	background-color: #e8e8e8;
}
.mod-menu__list-item {
	float: none;
	box-sizing: content-box;
	width: auto;
	border-right: none;
	border-left: none;
	background: url(../img/header/arr-right.svg) right 15px center no-repeat;
	background-size: 8px 13px;
}
.mod-menu__list-item.nav-mypage {
	float: none;
	box-sizing: content-box;
	width: auto;
	border-right: none;
	border-left: none;
	background: url(../img/header/arr-right-blue.svg) right 15px center no-repeat;
	background-size: 8px 13px;
}
.mod-menu__list-item > .mod-menu__list-link {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.mod-menu__list-item > .js-search {
	border-top: none;
	border-bottom: 1px solid #dcdcdc;
}
.mod-menu__list > li:first-of-type {
	border-left: none;
}
.mod-menu__list > li:last-of-type {
	border-right: none;
}
.mod-header .mod-sublink__list-item--feature {
	display: block;
	padding: 0;
	margin-top: 0px;
	margin: 0 13px 13px 13px;
}
.mod-header .mod-search {
	position: relative;
	right: auto;
	top: auto;
	box-sizing: content-box;
	width: auto;
	height: auto;
	border-left: none;
	background: none;
}
.mod-header .facebook {
	margin-top: 0px;
}
.mod-header .twitter {
	margin-top: 0px;
}
.mod-header .youtube {
	margin-top: 0px;
}
.mod-header .mail {
	margin-top: 0px;
}
.mod-slide-menu {
	display: none;
	position: fixed;
	top: 61px;
	right: 0;
	height: 100%;
	width: 380px;
	z-index: 90;
	padding-left: 58px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
.mod-menu__list-item {
	height: 62px;
	position: relative;
}
.mod-menu-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mod-header__overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #000;
}
.animate-in-ready.mod-header__overlay {
	display: block;
}
.mod-header-wrapper {
	position: relative;
	right: 0;
}
.mod-header {
	position: relative;
}
.mod-header-wrapper {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 61px;
}
.mod-header .mod-menu-wrap {
	display: none;
}
.is-active .mod-lnav-open {
	background-image: url("../img/ico_gnav_menu_open.png");
	background-color: #fff;
}
.mod-menu__list-item > .mod-menu__list-link {
	transition: 0.1s background-color linear;
	position: relative;
	text-align: center;
}
.mod-menu__list-item > .mod-menu__list-link:after {
	content: "";
}
.mod-search:after {
	content: none;
	width: 80%;
	height: 1px;
	background-color: #000;
	bottom: 0;
	left: 10%;
	display: block;
	position: absolute;
}
/*search*/
.mod-btn-menu {
	display: block;
	background-color: #707070;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 15px;
	top: 5px;
	border: 3px solid #707070;
	border-radius: 50%;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .4s;
}
.menu-trigger {
	position: relative;
	width: 23px;
	height: 16px;
	margin-top: 8px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.mod-btn-menu__label {
	font-size: 8px;
	color: #ffffff;
	line-height: 0.4;
	text-align: center;
	margin-top: 20px;
}
.mod-menu__list li.nav-lineup a {
	position: relative;
	text-decoration: none;
}
.nav-lineup a:before {
	position: absolute;
	left: 15px;
	top: 18px;
	content: ''; /* 何も入れない */
	display: inline-block; /* 忘れずに！ */
	width: 26px; /* 画像の幅 */
	height: 24px; /* 画像の高さ */
	background-image: url(../img/header/main_icon01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.nav-purchase a:before {
	position: absolute;
	left: 15px;
	top: 15px;
	content: ''; /* 何も入れない */
	display: inline-block; /* 忘れずに！ */
	width: 24px; /* 画像の幅 */
	height: 26px; /* 画像の高さ */
	background-image: url(../img/header/main_icon02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.nav-afterservice a:before {
	position: absolute;
	left: 15px;
	top: 15px;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 24px;/*画像の幅*/
	height: 26px;/*画像の高さ*/
	background-image: url(../img/header/main_icon03.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.nav-buying a:before {
	position: absolute;
	left: 15px;
	top: 15px;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 25px;/*画像の幅*/
	height: 26px;/*画像の高さ*/
	background-image: url(../img/header/main_icon04.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.nav-catalog a:before {
	position: absolute;
	left: 15px;
	top: 20px;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 26px;/*画像の幅*/
	height: 17px;/*画像の高さ*/
	background-image: url(../img/header/main_icon05.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.nav-search a:before {
	position: absolute;
	left: 15px;
	top: 20px;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 26px;/*画像の幅*/
	height: 26px;/*画像の高さ*/
	background-image: url(../img/header/search_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.nav-search {
	border-top: none;
	background-color: #e5e5e5;
}
.font-small {
	font-size: 12px !important;
}
.nav-mypage a:before {
	position: absolute;
	left: 15px;
	top: 20px;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 34px;/*画像の幅*/
	height: 34px;/*画像の高さ*/
	background-image: url(../img/parts/icon_btn05.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}
}
