@charset "UTF-8";
/*
.event_bnrArea {
	margin-top: 100px;
}
*/

.fs-preview-header { display: none; }

/* ヘッダー */
header {
	width: 100%;
	height: 80px;
	/*
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	*/
	background: #fff;
}

#header {
	min-width: 1100px;
	position: relative;
}


.l_nav, .sp_nav_btn {
	display: none;
}

.header_logo {
	float: left;
	width: 200px;
	margin-left: 10px;
}



/* ナビ */
.gnav {
	float: right;
	width: 860px;
	text-align: right;
}

.gnav ul {
	display: inline-block;
	height: 68px;
}

.gnav > ul > li {
	display: inline-block;
	margin-right: 20px;
}

.gnav ul li a.drop_ignited {
	display: block;
	height: 80px;
	line-height: 80px;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
/* 
.gnav ul li a.drop_ignited::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #e11919;
	
	position: absolute;
	bottom: 1px;
	left: 0;
	transform: scale(0,1);
	transition: 0.2s ease all;
}

.gnav ul li:hover a.drop_ignited::after {
	transform: scale(1,1);
}
*/


/* ドロップダウンメニュー */
.drop_wrap {
	display: none;
	position: absolute;
	top: 72px;
	left: 0;
	width: 100%;
	height: 360px;
	background-color: rgba(255,255,255,0.95);
	z-index: 999;
	border-top: 1px solid #a5a1a2;
	padding-top: 20px;
}
.drop_wrap01 {
	height: 240px;
}
.drop_wrap04 {
	height: 300px;
}

.drop {
	width: 1100px;
	margin: auto;
	overflow: hidden;
}

.drop_title {
	float: left;
	width: 20%;
	font-size: 100%;
	position: relative;
	text-align: left;
}
.drop_title p {
	width: 100%;
	margin-top: 7px;
	/*
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	*/
}

ul.drop_list {
	float: right;
	width: 80%;
	height: auto;
	display:flex;
	flex-wrap:wrap;
}
ul.drop_list2 {
	float: none;
	width: 100%;
}
ul.drop_list li {
	width: 23%;
	box-sizing: border-box;
	margin: 0 1% 10px 1%;
}
ul.drop_list li.cal5 {
	width: 18%;
	box-sizing: border-box;
	margin: 0 1% 10px 1%;
}


.drop_list li a {
	display: block;
	text-decoration: none;
	text-align: left;
}

.drop_list li a span {
	display: block;
	color: #333;
	font-size: 100%;
	margin-top: 7px;
}

.drop_list li a:hover {
	opacity: 0.7;
	text-decoration: underline;
}


ul.drop_list li div a {
	display: block;
	position: static;
	font-size: 100%;
}


/* ブランド */
.brand_name {
	margin-top: 1em !important;
	font-weight: 600;
}
.brand_txt {
	font-size: 90% !important;
}

/* アイコン */
.login_icon {
	margin: 1em 0;
	position:relative;
	line-height:1.8em;
	padding-left:1.8em;
}
.login_icon:before{
	position:absolute;
	top: -5px;
	left:0;
	content:"";
	display:inline-block;
	width:1.8em;
	height:1.8em;
	background:url(https://nawa.itembox.design/item/megamenu/img/login_icon.png) no-repeat;
	background-size:contain;
}


.mega_item {
	margin: 1em 0;
	position:relative;
	line-height:2em;
	padding-left:2.5em;
}
.mega_item:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
}
.mega_item01:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item01.png) no-repeat;
	background-size:contain;
}
.mega_item02:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item02.png) no-repeat;
	background-size:contain;
}
.mega_item03:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item03.png) no-repeat;
	background-size:contain;
}
.mega_item04:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item04.png) no-repeat;
	background-size:contain;
}
.mega_item05:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item05.png) no-repeat;
	background-size:contain;
}
.mega_item06:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item06.png) no-repeat;
	background-size:contain;
}
.mega_item07:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item07.png) no-repeat;
	background-size:contain;
}
.mega_item08:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item08.png) no-repeat;
	background-size:contain;
}
.mega_item09:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item09.png) no-repeat;
	background-size:contain;
}
.mega_item10:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item10.png) no-repeat;
	background-size:contain;
}
.mega_item11:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item11.png) no-repeat;
	background-size:contain;
}
.mega_item12:before{
	background:url(https://nawa.itembox.design/item/megamenu/img/mega_item12.png) no-repeat;
	background-size:contain;
}


/* 検索フォーム */
.fs-p-inputGroup {
  border: 1px solid #999;
}
.fs-p-inputGroup__button {
  background: #ffffff;
  color: #999999;
  width: 2em;
}
.fs-p-inputGroup__input {
	font-size: 90%;
	width: 15em;
}


/* 検索 */
.search_icon_sp {
	display: none;
}
/* カート */
.fs-p-scrollingCartButton {
	display: none;
}
.pc_cart {
	position: relative;
}
.pc_cart .fs-p-cartItemNumber {
	position: absolute;
	top: -5px;
	right: -5px;
}


/* ------------------------------スマホ------------------------------ */

@media screen and (max-width: 896px) {

body {
	width: 100%;
	min-width: 320px;
}


/* ヘッダー */
header {
	/*
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	*/
	width: 100%;
	background: #fff;
	height: 60px;
}

#header {
	min-width: 100%;
	height: 60px;
}
.header_logo img {
	width: 130px;
}

/* ナビ */
.gnav {
	display: none;
}

.first-view {
	padding-top: 50px;
}


/* スマホ用ハンバーガーメニュー */
.sp_nav_btn {
	display: block;
	
	position: absolute;
	right: 0px;
	height: 48px;
	width: 48px;
	
	background: #ffffff;
}

.sp_menu,
.sp_menu span {
  display: inline-block;
  transition: all .4s;
}
.sp_menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  
  width: 50px;
  height: 50px;
  padding: 24px 24px;
}
.sp_menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 39%;
  height: 2px;
  background-color: #111;
}
.sp_menu span:nth-of-type(1) {
  top: 16px;
}
.sp_menu span:nth-of-type(2) {
  top: 23px;
}
.sp_menu span:nth-of-type(3) {
  top: 30px;
}

/* 動き */
.sp_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.sp_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.sp_menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.is_active .l_nav {
	position: fixed;
	right: 0;
	overflow-y: auto;
	-webkit-transition: .3s;
	transition: .3s
}

.l_nav {
	display: block;

	width: 100%;
	
	position: fixed;
	top: 55px;
	bottom: 0;
	right: -100%;
	
	background: rgba(0,0,0,0.9);
	
	z-index: 1003;
	
	-webkit-transition: .3s;
	transition: .3s
}

.nav {
	width: 90%;
	margin: auto;
}

.nav > div {
	display: none;
}

.l_nav ul a {
	display: block;
	padding: 10px 0px;
	
	color: #fff;
	text-decoration: none;
}

ul.sp_menuList {
	display:flex;
	flex-wrap:wrap;
}
ul.sp_menuList li {
	box-sizing: border-box;
	width: 48%;
	font-size: 90%;
	padding-right: 2%;
}

.l_nav ul a::before {
	content:"";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-bottom: 1px;
	margin-right: 8px;
	transform: rotate(45deg);
}

.nav .navTTL {
	color: #fff;
	font-size: 15px;
    display:block;
	padding: 15px 0;
    border-bottom: 1px solid #DFDFDF;
	cursor: pointer;
	
	width: 100%;
	box-sizing: border-box;
	float: none;
	position: relative;
	
	margin: 0;
	
	overflow: hidden;
}

	.nav .navTTL:first-child{
		border-top: none !important;
	}

	.nav .navTTL .sp_acco{
		float: left;
	}

.nav .navTTL_dropnone {
	color: #fff;
	font-size: 15px;
    display:block;
	padding: 15px 0;
    border-bottom: 1px solid #DFDFDF;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	float: none;
	position: relative;
	margin: 0;
	overflow: hidden;
}
.nav .navTTL_dropnone a {
	color: #fff;
    display:block;
}

ul.nav_systemArea {
	display:flex;
	flex-wrap:wrap;
	margin-top: 10px;
	position: relative;
	padding: 0;
}

/* iPhone SE */
@media (max-width: 320px) {
ul.nav_systemArea li.navTTL2 {
	font-size: 10px;
}
}
ul.nav_systemArea li.navTTL2 {
	width: 49%;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
    display:block;
	padding: 0px 0;
	cursor: pointer;
}

ul.nav_systemArea li.navTTL2 a {
	color: #fff;
}



nav .icon_out {
	background: url(../images/out_w.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
}

/* +-のアイコン */
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

	.accordion_icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 50px;
		height: 25px;
		
		border-left: 1px solid #fff;
		padding-left: 10px;
	}
	
	.accordion_icon span {
		position: absolute;
		width: 44%;
		height: 2px;
		background-color: #fff;
	}
	.accordion_icon span:nth-of-type(1) {
		top: 11px;
	}
	.accordion_icon span:nth-of-type(2) {
		top: 11px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	/*＋、－切り替え*/
	.accordion_icon.active span:nth-of-type(1) {
		display:none;
	}
	
	.accordion_icon.active span:nth-of-type(2) {
		top: 11px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	
/* カート */
.fs-p-scrollingCartButton {
	display: block;
	position: absolute;
	right: 50px;
	top: 10px;
}
.fs-p-scrollingCartButton__button {
	background: #fff;
	padding: 0px;
}

.fs-icon--cart:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(https://nawa.itembox.design/item/megamenu/img/cart.png);
	background-repeat: no-repeat;
	background-position: center center;
}
	
/* 検索 */
.search_icon_sp {
	display: block;
	position: absolute;
	right: 110px;
	top: 20px;
}
.search_icon_sp img {
	width: 25px;
}
	
	
}















