@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

*:focus {
  outline: none;
}

.center {
	text-align: center;
}

.spOnly {
	display: none !important;
}
.pcOnly {
	display: flow-root;
}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt60 { margin-top: 60px;}
.mt80 { margin-top: 80px;}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb60 { margin-bottom: 60px;}

.ml15 { margin-left: 15px;}
.ml30 { margin-left: 30px;}


.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

/**================================= Link Setting =================================**/

a:link		{color:#FFF; text-decoration:none;}
a:visited	{color:#FFF; text-decoration:none;}
a:hover		{color:#FFF; text-decoration:none; opacity: 0.7; transition: 0.5s; text-decoration-color: transparent;}
a:active	{color:#FFF; text-decoration:none;}
a:focus {
	outline: none;
}

/**================================= Common Setting =================================**/
html{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	background-color: #FFF;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-weight: normal;
	color: #221815;
	font-size: 1rem;
	font-size: 1em;
	line-height: 1.5;
	padding: 0;
    margin: 0;
	letter-spacing: 1px;
}


p { font-size: 15px; -moz-osx-font-smoothing: grayscale; line-height: 2.2;}
.note { 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	line-height: 1.7;
	text-indent: -1em;
    padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.pageWrap{
	width:100%;
	overflow: hidden;
}

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

/*header*/
header {
	padding: 20px 0;
	background: #2B0202;
	display: flex;
  	justify-content: space-between;
  	align-items: center;
	position: fixed;
	width: 100%;
	margin: 0 auto;
	z-index: 10000;
	font-family: "Roboto", sans-serif;
}
header #logo {
	display: inline-block;
	z-index: 10001;
}
header #logo img {
	width: 130px;
	margin-left: 40px;
}
header .nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 16px;
	vertical-align: middle;
}
.nav-list li.nav-list-sla::after {
	content: "/";
	margin-left: 20px; 
	color: #FFF;
	margin-right: 20px;
  	font-weight: 300;
}
.nav-list li.nav-cart img{
	width : 30px;
	margin: 0 20px 0 38px;
}
.nav-list li.nav-insta img {
	width : 25px;
	margin: 0 40px 0 20px;
	vertical-align: middle;
}
header .nav-list a:hover {
	opacity: 0.6;
	transition: 0.5s;
}




/*footer*/
footer{
	width:100%;
	background: #2B0202;
	text-align: center;
	font-family: "Roboto", sans-serif;
	margin:0 auto;
}
footer .section-inner {
	padding: 60px 0 ;
}
.footer-logo {
	width: 100px;
	margin: 0 auto;
}

.footer_menu {
	width: 50%;
	margin: 2em auto 0;
	justify-content: center !important;
}
.footer_menu li::after {
	content: "/";
	margin-left: 20px; 
	color: #FFF;
	margin-right: 20px;
  	font-weight: 300;
}
.footer_menu li:last-child::after{
	display: none;
}
.footer_menu li {
	margin-bottom: 1.4em;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	
}
.footer_menu_insta {
	width: 20px;
	vertical-align: middle;
	margin-right: 8px;
}
.footer_menu a:link,
.footer_menu a:visited {
	color: #FFF;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
} 

.footer_btn {
	justify-content: center !important;
}
.footer_btn li {
	margin: 0 10px;
}
.menu-btn-shop,
.menu-btn-insta {
	background: #FFF;
	border-radius: 50px;
	padding: 8px 20px;
	text-align: center;
	color: #2B0202;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
}
.menu-btn-shop a,
.menu-btn-insta a {
	color: #2B0202 !important;
	text-decoration: none;
	font-weight: bold;
}
.menu-btn-shop a::before {
	content: "";
	background-image: url("../img/ico_cart.png");
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center right;
	padding: 4px 17px 4px 9px;
	margin-right: 10px;
}
.menu-btn-insta a::before {
	content: "";
	background-image: url("../img/ico_instagram.png");
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center right;
	padding: 4px 17px 4px 9px;
	margin-right: 10px;
}
.menu-btn-shop:hover,
.menu-btn-insta:hover {
    opacity: 0.7;
	transition: 0.5s;
}

.copyright {
	font-size: 10px;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 0 0 1em;
}

#page-top{
    width: 68px;
    height: 68px;
    position: fixed;
    right: 20px;
    bottom: 20px;
	cursor: pointer;
	z-index: 9000;
}
#page-top img{
    width: 100%;
    height: auto;
}
#page-top:hover{
    opacity: 0.7;
}





@media screen and (max-width:979px) {
	.spOnly {
		display:flow-root !important;
	}
	.pcOnly {
		display: none;
	}
	
	header, main, footer {
		width: 100%;
	}
	/*============
	nav
	=============*/
	.hamburger {
	  width: 40px;
	  height: 40px;
	margin-right: 40px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	  cursor: pointer;
	  z-index: 10000;
	}

	.hamburger .bar {
	  width: 40px;
	  height: 1px;
	  background: #FFF;
	  display: block;
	  position: absolute;
	  transition: all 0.3s;
	}

	.hamburger .bar-top {
	  transform: translate(0, -12px);
	}

	.hamburger .bar-bottom {
	  transform: translate(0, 12px);
	}

	.checkbox:checked ~ .hamburger .bar-middle {
	  opacity: 0;
	}

	.checkbox:checked ~ .hamburger .bar-top {
	  transform: translate(0, 0) rotate(45deg);
	}

	.checkbox:checked ~ .hamburger .bar-bottom {
	  transform: translate(0, 0) rotate(-45deg);
	}

	.checkbox {
	  display: none;
	}

	.nav-menu {
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  background: #2B0202;
	  opacity: 0.97;
	  color: #fff;
		font-weight: bold;
	  top: 0;
	  left: -100%;
	  transition: all 0.5s;
		display: flex;
		align-items: center;
		z-index: 9999;
	}

	.nav-menu ul {
	  margin-top: 100px;
		text-align: center;
		margin: 0 auto;
	}

	.nav-menu li {
	  margin-bottom: 30px;
	}

	.nav-menu a {
	  text-align: center;
	  font-size: 20px
	}
	.nav-menu a:link,
	.nav-menu a:visited {
		color: #FFF;
		text-decoration: none;
		transition: 0.3s;
		position: relative;
	} 
	.nav-menu a:hover{
		opacity: 0.7;
	}
	.bean {
		display: block;
		margin: 0 auto 10px;
		width:8%;
	}

	.checkbox:checked ~ .nav-menu {
	  left: 0;
	}

	.nav-menu:checked ~ .nav-menu {
	  left: 0;
	}
	.hamburger {
    	width: 40px;
    	height: 40px;
		position: relative;
		z-index: 20000;
	}
	.hamburger .bar {
    	width: 40px;
	}
	.menu-btn-shop,
	.menu-btn-insta {
		background: #FFF;
		border-radius: 50px;
		padding: 8px 20px;
		text-align: center;
		color: #2B0202;
		text-decoration: none;
		display: inline-block;
		margin: 10px 10px !important;
	}
	.menu-btn-shop a,
	.menu-btn-insta a {
		color: #2B0202 ;
		text-decoration: none;
		font-weight: bold;
	}
	.menu-btn-shop a::before {
		content: "";
		background-image: url("../img/ico_cart.png");
		background-repeat: no-repeat;
		background-size: 28px;
		background-position: center right;
		padding: 4px 17px 4px 9px;
		margin-right: 10px;
	}
	.menu-btn-insta a::before {
		content: "";
		background-image: url("../img/ico_instagram.png");
		background-repeat: no-repeat;
		background-size: 24px;
		background-position: center right;
		padding: 4px 17px 4px 9px;
		margin-right: 10px;
	}
	.menu-btn-shop:hover,
	.menu-btn-insta:hover {
		opacity: 0.7;
	}
	
	
}


@media screen and (max-width: 750px) { 
		
	
	a.hover {
		transition: .3s;
	}
	a.hover:hover {
		opacity: .7;
	}
	.mt40 { margin-top: 20px;}
	.mt60 { margin-top: 60px;}
	.mt80 { margin-top: 50px;}
	.pageWrap{
		width:100%;
	}

	header {
		padding: 14px 20px;
	}
	header #logo img {
		width: 130px;
		margin-left: 0;
	}
	

	
	
	footer .section-inner {
		padding: 40px 0 30px;
	}
	.footer_info {
		width: 100%;
		text-align: center;
	}
	.footer_info img {
		width: 55%;
		margin-bottom: 20px;
	}
	.footer_menu {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: center;
		margin: 40px auto 0;
	}
	.menu-btn-shop,
	.menu-btn-insta {
		width: 45%;
	}
	.footer_btn li {
		margin: 0 10px 10px;;
	}
	.copyright {
    	font-size: 12px;
		letter-spacing: 1px;
	}
	#page-top {
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
	}
	
	
	
	
	
}