@charset "UTF-8";
/*--　↓各ページ共通項目　-----------------------------------------------------------------*/

*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Kosugi Maru', sans-serif;
}
body{
	background-color: #FFFFFF;
	width: 100%;
}
ul {
	list-style: none;
}
.aaa{display: none;}
.check{display: none;}
/*--　↓ヘッダーロゴ部分　-----------------------------------------------------------------*/
.header_wrapper{
	width: 1000px;
	margin: 0 auto;
	height: 180px;
	position: relative;
}
.logo{
	position: absolute;
	top:10px;
	left:50px;
}
.title{
	position: absolute;
	top:30px;
	right:0px;
}
.shopping{
	position: absolute;
	top:120px;
	right:70px;
}
.guwan{
	position: absolute;
	top:125px;
	right:65px;
	transition: 0.1s;
}
.guwan:hover {
    transition-duration: 0.3s;
	transform: translate(-5px,-5px);
}
/*--　↓ヘッダーナビ部分　-----------------------------------------------------------------*/
.nav_header{
	width: 1000px;
	height: 130px;
	margin: 40px auto 40px;
	position: relative;
}
.nav_icon li{position: absolute;}


.nav_icon li:nth-child(1){top: -12px; left:50px;}
.nav_icon li:nth-child(2){top: -8px; left:187px;}
.nav_icon li:nth-child(3){top: -7px; left:363px;}
.nav_icon li:nth-child(4){top: -7px; left:521px;}
.nav_icon li:nth-child(5){top: -9px; left:680px;}
.nav_icon li:nth-child(6){top: 0px; left:850px;}

.nav_icon li:nth-child(7){top: -12px; left:50px;}
.nav_icon li:nth-child(8){top: -8px; left:187px;}
.nav_icon li:nth-child(9){top: -7px; left:363px;}
.nav_icon li:nth-child(10){top: -7px; left:521px;}
.nav_icon li:nth-child(11){top: -9px; left:680px;}
.nav_icon li:nth-child(12){top: 0px; left:850px;}

.nav_icon li:nth-child(7),.nav_icon li:nth-child(8),.nav_icon li:nth-child(9),
.nav_icon li:nth-child(10),.nav_icon li:nth-child(11),.nav_icon li:nth-child(12)
{opacity: 0.0;z-index: 10;transition: 0.4s;}

.nav_icon li:nth-child(7):hover,.nav_icon li:nth-child(8):hover,
.nav_icon li:nth-child(9):hover,.nav_icon li:nth-child(10):hover,
.nav_icon li:nth-child(11):hover,.nav_icon li:nth-child(12):hover
{opacity: 1.0;transition: 0.8s;}

/*--　↓フッター　-----------------------------------------------------------------*/
footer{
	background-color: #e3cfe7;
}

.footer_wrapper{
	width: 1000px;
	height: 450px;
	margin: 0 auto;
	position: relative;
}
.logo_footer{
	position: absolute;
	top: 40px;
	left: 50px;
}
.link_buy{
	position: absolute;
	top: 40px;
	right: 50px;
}
.link_tel{
	position: absolute;
	top: 180px;
	right: 50px;
}
.tensen1{
	position: absolute;
	top: 46px;
	right: 54px;
}
.tensen1:hover{
		transform: rotateZ(-1200deg);
		transition: 20s;
	}
.tensen2{
	position: absolute;
	top: 186px;
	right: 54px;
}
.tensen2:hover{
	transform: rotateZ(-1200deg);
	transition: 20s;
}
.hana{
	position: absolute;
	top:330px;
	left: 40px;
}
.copy{
	text-align: center;
	position: absolute;
	bottom: 30px;
	font-size: 20px;
	width: 100%;
}
.copy p{
	font-size: 20px;
}
footer ul a{
	color: #3C3939;
	text-decoration: none;
	font-size: 20px;
	}
footer ul a:hover{opacity: 0.6;}
footer ul li:nth-last-child(7){position: absolute;top: 10%;left: 320px;}
footer ul li:nth-last-child(6){position: absolute;top: 25%;left: 320px;}
footer ul li:nth-last-child(5){position: absolute;top: 40%;left: 320px;}
footer ul li:nth-last-child(4){position: absolute;top: 10%;left: 520px;}
footer ul li:nth-last-child(3){position: absolute;top: 25%;left: 520px;}
footer ul li:nth-last-child(2){position: absolute;top: 40%;left: 520px;}
footer ul li:nth-last-child(1){position: absolute;top: 55%;left: 520px;}
/*--　↓ハンバーガーメニュー　-----------------------------------------------------------------*/
.nav_hamburger{
	width: 94%;
	height: 480px;
	background-color:rgba(238,238,238,0.9);
	border-radius: 20px;
	position: relative;
	transition: .2s;
}
.nav_hamburger ul li{position: absolute;}
.nav_hamburger ul li:nth-child(1){ top: 10%; left:20%;}
.nav_hamburger ul li:nth-child(2){ top: 10.5%; left:61%;}
.nav_hamburger ul li:nth-child(3){ top: 40%; left:15%;}
.nav_hamburger ul li:nth-child(4){ top: 40%; left:61%;}
.nav_hamburger ul li:nth-child(5){ top: 70%; left:20%;}
.nav_hamburger ul li:nth-child(6){ top: 72.1%; left:55%;}
.nav_hamburger{position: absolute;top: -150%;right: 3%; z-index: 99;}