@charset "UTF-8";

@import url("font-awesome.min.css");
@import url("font-notosansjp.css");
@import url("font-roboto.css");
@import url("jquery.bxslider.css");
@import url("lightbox.css");

html {
	font-family: 'Roboto','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", san-serif;
	overflow-x: hidden;
	}

body {
	color: #666;
	overflow-x: hidden;
	}

a {
	color: #c2b4d7;
	transition: .3s ease;
	}




/* 全体 */

#wrap {
	position: relative;
	}




/* ヘッダー */

header {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 70px 0 0 0;
	background: #c2b4d7;
	z-index: 999999999999;
	}
@media screen and (max-width:768px){
header {
	height: 190px;
	}
}
@media screen and (max-width:767px){
header {
	height: 50px;
	padding: 0;
	background: rgba(255,255,255,.8);
	}
}

header h1 {
	position: absolute;
	left: 50%;
	top: 20px;
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 0 0 -500px;
	padding: 0;
	transform: scale(3,3);
	opacity: 0;
	transition: 1s ease;
	}
@media screen and (max-width:767px){
header h1 {
	left: 10px;
	top: 5px;
	width: 80px;
	height: 40px;
	margin: 0;
	transform: scale(1,1);
	opacity: 1;
	}
}

header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: 100%;
	overflow: hidden;
	background: url("../img/logo_w.png") no-repeat;
	background-size: 100% 100%;
	}
@media screen and (max-width:767px){
header h1 a {
	background: url("../img/logo_sp.png") no-repeat;
	background-size: 100% 100%;
	}
}

header h1.on {
	transform: scale(1,1);
	opacity: 1;
	}

header nav {
	display: block;
	}
@media screen and (max-width:768px){
header nav {
	height: auto;
	background: none;
	}
}

header nav span {
	display: none;
	}
@media screen and (max-width:768px){
header nav span {
	position: fixed;
	right: 10px;
	top: 12px;
	display: block;
	width: 26px;
	height: 26px;
	background: url("../img/bt_nav.png") center center no-repeat;
	background-size: 100% 100%;
	z-index: 999999999;
	}
header nav span.open {
	background: url("../img/bt_nav_close.png") center center no-repeat;
	background-size: 100% 100%;
	}
}

header nav ul {
	display: block;
	height: 30px;
	background: #c2b4d7;
	text-align: center;
	}
@media screen and (max-width:768px){
header nav ul {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 99999;
	}
}

header nav li {
	display: inline-block;
	margin: 0;
	}
@media screen and (max-width:768px){
header nav li {
	display: block;
	margin: 0;
	}
}

header nav li a {
	display: block;
	padding: 7px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1em;
	text-decoration: none;
	}
@media screen and (max-width:768px){
header nav li a {
	width: 100%;
	height: auto;
	padding: 25px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	background: #c2b4d7;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	}
header nav li a:before {
	padding: 0 5px 0 0;
	content: "\f0a9";
	font-family: FontAwesome;
	}
}
@media screen and (max-width:767px){
header nav li a {
	padding: 20px 10px;
	font-size: 16px;
	}
}

body#story header nav li.story a,
body#collection header nav li.collection a,
body#shop header nav li.shop a,
body#news header nav li.news a,
body#contact header nav li.contact a,
header nav li a:hover {
	background: #a885dc;
	}

header div.insta {
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(350px);
	display: block;
	width: 50px;
	}
@media screen and (max-width:767px){
header div.insta {
	left: auto;
	right: 50px;
	top: 15px;
	transform: translateX(0px);
	}
}

header div.fb {
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(400px);
	display: block;
	width: 50px;
	}
@media screen and (max-width:767px){
header div.fb {
	left: auto;
	right: 100px;
	top: 15px;
	transform: translateX(0px);
	}
}

header div.insta a,
header div.fb a {
	display: block;
	width: 50px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	}
@media screen and (max-width:767px){
header div.insta a,
header div.fb a {
	color: #c2b4d7;
	}
}

header div.insta a:hover,
header div.fb a:hover {
	color: #a885dc;
	background: none;
	}

header div.insta a:before,
header div.fb a:before  {
	display: block;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-weight: 300;
	font-family: FontAwesome;
	text-align: center;
	}

header div.insta a:before {
	content: "\f16d";
	}

header div.fb a:before {
	content: "\f082";
	}




/* contentwrap */

#contentwrap:after {
	display: block;
	content: "";
	clear: both;
	}




/* フッター */

footer {
	position: relative;
	display: block;
	clear: both;
	padding: 50px 20px;
	background: #c2b4d7;
	}

footer address {
	display: block;
	color: white;
	font-size: 12px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
	}

@media screen and (max-width:767px){
footer address {
	font-size: 16px;
	}
footer address span {
	display: none;
	}
}




/* トップへ戻るボタン */

.totop {
	z-index: 99999999;
	position: fixed;
	right: 20px;
	bottom: 80px;
	display: block;
	width: 50px;
	height: 50px;
	}
@media screen and (max-width:414px){
.totop {
	right: 15px;
	width: 40px;
	height: 40px;
	}
}

.totop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../img/totop.png") center center no-repeat #c2b4d7;
	background-size: 20px 11px;
	overflow: hidden;
	text-indent: 100%;
	font-size: 0;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	}
@media screen and (max-width:414px){
.totop a {
	width: 40px;
	height: 40px;
	}
}

.totop a:hover {
	opacity: .8;
	}