@charset "utf-8";
/* CSS Document */

/*PCのみに適用*/
@media only screen and (min-width:769px){
	
}
/*PCのみに適用 END*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 18px!important;
	color:#000;
	line-height:1.8 !important;
	background:#FBFAF5;
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
	overflow-x: hidden;  /*  横スクロールバーを消します。 */
	height: 100%;
	letter-spacing: .1em;
}

#Header {
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.Cart {
	position: absolute;
	top: 50px;
	right: 0;
}

.H_Logo {
	text-align: center;
	padding-top: 20px;
}

#MainPhoto {
	max-width: 1200px;
	margin: 0 auto;
}

#Concept {
	text-align: center;
}

.En {
	padding-top: 50px;
	font-size: 90%;
}

.Title {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1.8em;
	font-weight: normal;
}

.List4-2 {
	display: flex;
	align-items: stretch;
    flex-wrap: wrap;
	justify-content: flex-start;
}

.List4-2 li {
	width: calc(92% / 4);
	padding: 1%;
}

.ItemList a {
	text-decoration: none;
}

.ProductName {
	margin-top: 10px;
	font-size: 0.8em;
}

.AllBtn {
	text-align: center;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.AllBtn a {
	text-decoration: none;
	display: block;
}

.AllBtn a:hover {
	color: #000;
}

.Top {
	text-align: center;
	font-family: 'Fira Sans Condensed', sans-serif;
	position: relative;
	padding-top: 15px;
}



.Top a{
	text-decoration: none;
}

.Top::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:0;
	left: calc( 50% - 3px );
	transform: rotate(-45deg);
	color: #000;
}

.FooterInner {
	width: 95%;
	margin: 30px auto 0;
	text-align: center;
	border-top:1px solid #000;
	font-size: 0.9em;
	padding-bottom: 15px;
}

#Footer a:hover {
	color: #000;
}
.F_Logo {
	padding-top: 50px;
}

.F_Insta li,
.F_nav li{
	display: inline-block;
	padding: 0 15px;
	font-family: 'Fira Sans Condensed', sans-serif;
}
.F_Insta li a {
	text-decoration: none;
}

.Copy {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 0.7em;
}

.FilterBtn {
	font-family: 'Fira Sans Condensed', sans-serif;
	line-height: 35px;
	font-size: 20px;
}

.i_filter img {
	width: 35px;
	padding-right: 10px;
}

/*アコーディオン*/
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0 1em;
	display: block;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	left: 130px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/*アコーディオン追記*/
.FilterBox h3 {
	font-size: 0.8em;
}

.FilterBox ul {
	margin-top: 10px;
}

.FilterBox li {
	vertical-align: middle;
}

.FilterBox li input {
	margin-right: 10px;
}

/*アコーディオン END*/

.RoundBtn {
	width: 150px;
	margin: 50px auto 0;
	text-align: center;
	font-size: 0.9em;
}

.RoundBtn a {
	display: block;
	border: 1px solid #646464;
	border-radius: 10px;
	background: #646464;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
}

.RoundBtn a:hover {
	background: #FFF;
	color: #646464;
	/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}

.icon {
	padding-right: 5px;
}

.F_nav {
		margin-top: 10px;
	}