@charset "utf-8";

body {
	padding-top: 0;
}
#global-header {
    background: transparent;
	border: none;
}

.site-title {
	width: 145px;
	top:-10px;
}
.main-nav--list li a {
    color: #fff;
}
#global-header {
	padding-top: 35px;
}
#global-header.blk {
    height: 85px;
	padding-top: 15px;
    background: #fff;
	border-bottom: solid 1px #eee;
}
#global-header.blk .site-title {
	width: 100px;
	top: 0;
}
#global-header.blk .main-nav--list li a {
	color: #000;
}
#contents img {
	width: 100%;
}


@media (max-width: 815px) {

    body {
		padding-top: 0;
	}

	#global-header .site-title {
		width: 135px;
		left: 18px;
	}	
	#main-nav {
		padding: 120px 20px 50px;
	}

	#global-header.blk {
		height: 70px;
	}
	#global-header.blk .site-title {
		width: 80px;
		left: 15px;
	}	
	#global-header.blk #main-nav {
		padding: 90px 20px 50px;
	}

}

/*--------
fv
------------------*/
@keyframes lineUp {
  0% {
    transform: scale(1, 0);
  }
  80% {
    transform: scale(1, 1);
  }
  100% {
    transform: translateX(80px);
  }
}

#fv {
	height: 100vh;
	margin-bottom: 75px;
	background-image: url(../img/home/fv.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.fv-in {
	font-family: 'Lusitana', serif;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.fv-text01 {
	opacity: 0;
	font-size: 75px;
	font-weight: 400;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fv-text02 {
	opacity: 0;
	font-size: 25px;
	font-weight: 600;
	padding-left: 5px;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-btn {
	opacity: 0;
    transform: rotate(90deg);
    position: absolute;
    right: -10px;
    bottom: 80px;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-btn a {
    color: #fff;
    font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
.scroll-btn a i {
    display: block;
    width: 120px;
    height: 2px;
    margin-top: 10px;
    background: #fff;
    transform-origin: left bottom;
    transition: transform .5s;
    -webkit-animation: lineUp 1.7s linear 0s infinite normal;
    -moz-animation: lineUp 1.7s linear 0s infinite normal;
    animation: lineUp 1.7s linear 0s infinite normal;
}

#fv.on .fv-text01,
#fv.on .fv-text02,
#fv.on .scroll-btn {
	opacity: 1;
}


@media (max-width: 815px) {

	#fv {
	height: 90vh;
	background-image: url(../img/home/fv-sp.jpg);
	}
	.fv-in {
		left: 20px;
		bottom: 35px;
	}
	.fv-text01 {
		font-size: 48px;
	}
	.fv-text02 {
		font-size: 26px;
	}

}



/*--------
to-pages
------------------*/
#to-pages a {
	display:block;
}
#to-pages .title {
	font-size: 22px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
}
#to-pages .title-min {
	font-size: 32px;
	font-weight: 400;
	font-family: 'Lusitana', serif;
}
#to-pages .readmore {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
.to-pages--main {
	margin-bottom: 110px;
}
.to-pages--main-list {
    display: flex;
    justify-content: space-between;
}
.to-pages--main-list li {
    width: 33%;
}
.to-pages--main-list li a {
	color: #000;
}
.to-pages--main-list li .img {
	margin-bottom: 18px;
}
.to-pages--main-list li .readmore {
	margin-left: 15px;
}

.to-pages--sub-list {
    display: flex;
    justify-content: space-between;
}
.to-pages--sub-list li {
    width: 50%;
	position:relative;
}
.to-pages--sub-list li .info {
    color: #fff;
    width: calc(100% - 50px);
    position: absolute;
    bottom: 20px;
    left: 25px;
}
.to-pages--sub-list li .subtitle {
    font-size: 15px;
	margin-top: 10px;
}
.to-pages--sub-list li .readmore {
    position: absolute;
	right: 0;
	bottom:8px;
}
.to-pages--sub-list li .readmore:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 1px;
	margin-right:5px;
	background: #f5f4f0;
	vertical-align: middle;
}


@media (max-width: 815px) {

	.to-pages--main {
		margin-bottom: 0;
	}
	.to-pages--main-list {
		display: block;
	}
	.to-pages--main-list li {
		width: 100%;
		margin-bottom: 40px;
	}

	.to-pages--sub-list {
		display: block;
	}
	.to-pages--sub-list li {
		width: 100%;
	}
	.to-pages--sub-list li .info {
		width: calc(100% - 30px);
		bottom: 25px;
		left: 15px;
	}


}



/*--------
items
------------------*/
.item-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-top: -70px;
}
.item-list li {
    width: 24.5%;
    margin: 70px 0 0 0.66%;
}
.item-list li:nth-child(4n+1) {
    margin-left: 0;
}
.item-list li a {
	display: block;
	color: #000;
}
.item-thumb {
	margin-bottom: 15px;
}
.item-info {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
.item-info--name {
	font-size: 15px;
	font-weight: 900;
}
.item-info--price {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 700;
}

@media (max-width: 815px) {

	.item-list {
		margin-top: -30px;
	}
	.item-list li {
		width: 48%;
		margin: 30px 0 0 4%;
	}
	.item-list li:nth-child(4n+1) {
		margin: 30px 0 0 4%;
	}
	.item-list li:nth-child(2n+1) {
		margin-left: 0;
	}
	.item-info--name {line-height: 1.5;}

}



/*--------
instagram
------------------*/

.instagram-list {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.instagram-list li {
	width: 25%;
}
.to-instagram {
	text-align:center;
	margin-top: 30px;
}
.to-instagram a {
	color: #888;
    font-size: 14px;
	font-family: 'Lato', sans-serif;
	
}
.to-instagram a i {
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin-right: 10px;
	background-image:url(../img/cmn/icon_insta_gry.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 815px) {

	.instagram-list {
		display: block;
		font-size: 0;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.instagram-list li {
		width: 300px;
		display: inline-block;
		vertical-align: top;
	}

}


/*--------
stores
------------------*/
.stores-list {
    text-align: center;
}
.stores-list li {
    display: inline-block;
    max-width: 282px;
}
.stores-list li a {
	color: #000;
	font-size: 13px;
}
.stores-name {
	margin-top: 50px;
}





@media (max-width: 815px) {
	
	.stores-list li {
		margin-bottom: 30px;
	}
	.stores-list li:not(:last-child) {
		marginn-bottom: 30px;
	}
	.stores-name {
		margin-top: 20px;
	}



}


