@charset "utf-8";
/* トップページ用CSS(PC) */

/* 汎用スタイル
================================================ */
@media only screen and (min-width: 769px) {
.pcn {
	display: none;
}
}
@media only screen and (max-width: 768px) {
.spn {
	display: none;
}
}
/* toppage common
================================================ */
#fs_Top header {
	margin: 0 auto;
}
a {
	display: block;
}
#fs_Top h1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 auto;
	color: #CCC;
	z-index: -1;
}
/* main visual
================================================ */
.slick-track {
	background: #fff;
}
.slick-track img {
	opacity: 0.6;
}
.slick-slide.slick-active img {
	opacity: 1;
}

/* main contents
================================================ */
#fs_Top .fs-l-main {
	max-width:100%;
	padding:0;
}
#fs_Top .fs-l-main .wrap {
	width:100%;
	max-width: 1240px;
	margin:0 auto;
}
/* RECOMMEND ITEMS・ NEW ARRIVAL   common
================================================ */
/* itemInf */
#fs_Top .itemInf {
	padding: 100px 20px 40px;
}
#fs_Top .itemInf h2 {
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 auto 45px;
}
#fs_Top .itemInf a, #fs_Top .itemInf a:hover, #fs_Top .itemInf a:visited, #fs_Top .itemInf a:active {
	color: #000;
}
#fs_Top .itemInf ul {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	max-width:1200px;
}
#fs_Top .itemInf ul li a > span {
	display: block;
	width: 100%;
}
#fs_Top .itemInf ul li a span:first-of-type {
	background: #fff;
}
#fs_Top .itemInf ul li a span:first-of-type img {
	transition-duration: .5s;
}
#fs_Top .itemInf ul li a:hover span:first-of-type img {
	opacity: .8;
}
#fs_Top .itemInf .fade-in {
	opacity: 0;
	transform: translate(0, 60px);
}
#fs_Top .itemInf .fade-on {
	opacity: 1.0;
	transform: translate(0, 0);
	transition-duration: .5s;
}
/* VIEW ALL */
#fs_Top .va {
	margin: 30px auto 0;
	text-align: center;
}
#fs_Top .va a {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	padding: 5px;
	letter-spacing: 0.5px;
	position: relative;
}
#fs_Top .va a::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 88%;
	height: 2px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background: rgba(153,153,153, 1);
	transition-duration: .3s;
}
#fs_Top .va a, #fs_Top .va a:visited {
	color: rgba(153,153,153, 1) !important;
	transition-duration: .3s;
}
#fs_Top .va a:hover, #fs_Top .va a:active {
	color: rgba(153,153,153, .8) !important;
}
#fs_Top .va a:hover::before, #fs_Top .va a:focus::before, #fs_Top .va a:active::before {
	background: rgba(153,153,153, .8);
}

/* column
--------------------------------------*/

#fs_Top #column ul li {
	width: 31%;
	margin-bottom: 20px;
}
#fs_Top #column ul li a {
	position: relative;
	padding: 0 0 25px;
	height: 100%;
}
#fs_Top #column ul li span:nth-of-type(2), #fs_Top .itemInf ul li span:nth-of-type(3) {
	line-height: 1.2;
}
#fs_Top #column ul li span:nth-of-type(2) {
	margin: 6px 0 0 0;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-family: "Noto Sans JP" , "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}
#fs_Top #column ul li span:nth-of-type(3) {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
#fs_Top #column ul li span:nth-of-type(4) {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #555;
}
#fs_Top #column ul li span:nth-of-type(4) span {
	font-size: 10px;
	font-size: 1rem;
	display:inline;
	padding:0 0 0 3px;
}

/* recommend
--------------------------------------*/

#fs_Top #recommend ul li {
	width: 23%;
	margin-bottom: 20px;
}
#fs_Top #recommend ul li a {
	position: relative;
	padding: 0 0 25px;
	height: 100%;
}
#fs_Top #recommend ul li span:nth-of-type(2), #fs_Top .itemInf ul li span:nth-of-type(3) {
	line-height: 1.2;
}
#fs_Top #recommend ul li span:nth-of-type(2) {
	margin: 6px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-family: "Noto Sans JP" , "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}
#fs_Top #recommend ul li span:nth-of-type(3) {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
#fs_Top #recommend ul li span:nth-of-type(4) {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #555;
}
#fs_Top #recommend ul li span:nth-of-type(4) span {
	font-size: 10px;
	font-size: 1rem;
	display:inline;
	padding:0 0 0 3px;
}
/* arrival
--------------------------------------*/
#fs_Top #arrival ul li {
	width: 18%;
	margin-bottom: 20px;
}
#fs_Top #arrival ul li a {
	position: relative;
	padding: 0 0 25px;
	height: 100%;
}
#fs_Top #arrival ul li span:nth-of-type(1) {
	overflow: hidden;
}
#fs_Top #arrival ul li span:nth-of-type(2), #fs_Top .itemInf ul li span:nth-of-type(3) {
	line-height: 1.2;
}
#fs_Top #arrival ul li span:nth-of-type(2) {
	margin: 6px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-family: "Noto Sans JP" , "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
	font-family: 'Josefin Sans', sans-serif;
}
#fs_Top #arrival ul li span:nth-of-type(3) {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}
#fs_Top #arrival ul li span:nth-of-type(4) {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #555;
}
#fs_Top #arrival ul li span:nth-of-type(4) span {
	font-size: 10px;
	font-size: 1rem;
	display:inline;
	padding:0 0 0 3px;
}
/* NEWS
================================================ */
#fs_Top #news {
	background:#f8f8f8;
	padding:50px 20px;
	margin:100px auto 40px;
	width:100%;
}
#fs_Top #news ul {
    display:flex;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	max-width:1200px;
}
#fs_Top #news li {
	width:33.333%;
	box-sizing: border-box;
	padding: 5px;
}
#fs_Top #news li a {
	height:100%;
	background:#FFF;
}
.new-article-thum-box {
position: relative;
width: 100%;
padding-top: 60.1809%;
overflow: hidden;
}

.new-article-thum-box img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
margin: auto;
}
#fs_Top #news li span:nth-of-type(1) {
	overflow: hidden;
	display:block;
}
#fs_Top #news li a:hover span:nth-of-type(1) img {
	opacity: 1;
}
#fs_Top #news li a img {
	display: block;
	transition-duration: 0.3s;
}
#fs_Top #news li a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
#fs_Top #news li a > section {
	background:#fff;
	position:relative;
	padding:30px 25px 30px;
}
#fs_Top #news li h3 {
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:10px;
	font-weight:bold;
}
#fs_Top #news li time {
	color:#555;
	
}
#fs_Top #news li p {
	font-size:14px;
	font-size:1.4rem;
	padding-top:20px;
}
/* Instagram
================================================ */
#fs_Top #insta {
	padding: 100px 20px 0;
	width: 100%;
}
#fs_Top #insta h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	text-align: left;
	letter-spacing: 2px;
	border-bottom: solid 1px #CCC;
	margin: 0 0 20px;
}
#fs_Top #insta h2 span {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	padding: 0 0 0 10px;
}
@media only screen and (min-width: 1071px) {
#instaSp {
	display: none;
}
}
@media only screen and (max-width: 1070px) {
#instaPc {
	display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
.iInsta02Wrap {
	margin-left: 10px;
}
}
#fs_Top #insta .btn001 a {
	padding: 10px 15px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	max-width: 150px;
	margin: 30px auto 0;
	line-height: 1;
	background: rgba(153,153,153, 1);
	transition-duration: .3s;
}
#fs_Top #insta .btn001 a:hover {
	background: rgba(153,153,153, .8);
}
#fs_Top #insta .btn001 img {
	width: 21px;
}
#fs_Top #insta .btn001 span {
	margin: 4px 0 0 5px;
	vertical-align: bottom;
	font-weight: bold;
}