@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i');

@media only screen and (max-width: 767px) {
/* -------------------------------- 
common
-------------------------------- */
body{
	background: #faf9f7;
	font-weight: 500;
	font-size: 3.6vw;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.lsp{
	letter-spacing: -1px;
}
.en,.date,.price{
	font-family: 'Crimson Text', serif;
}
.sub-txt{
	line-height: 1.75;
}
a{
	color: #333;
	text-decoration: none;
}
img{
	width: 100%;
	height: auto;
}
/*商品ページの一番下の評価の星のところ*/
li.FS2_ReviewAverage img{
	width: auto;	
}
.FS2_ReviewStars_container img{
	width: auto;	
}
.FS2_ReviewContents img{
	width: auto;	
}
.FS2_ReviewConfirm_table img{
	width: auto;	
}
main{
	/*position: relative;*/
	margin: 16.7vw 0 0;
	/*z-index: 50;*/
}
.fs-l-page{
	margin: 16.7vw 0 0;
 }
main.fs-l-main{
	max-width: none;
}
main h3{
	line-height: 1.25;
}
/*.para p:nth-last-of-type(1){
	position: fixed;
	bottom: 10vw;
	left: 12vw;
	width: 10vw;
	z-index: 40;
}
.para p:nth-last-of-type(2){
	position: fixed;
	bottom: 60vw;
	right: 12vw;
	width: 10vw;
	z-index: 40;
}*/

/* -------------------------------- 
header
-------------------------------- */
header{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
	background: #344457;
  transition: .3s;
  z-index: 50;
}
header .block{
	padding: 4vw;
}
h1{
	color: #fff;
	font-size: 3vw;
}
.header-logo{
	width: 56vw;
	margin: 1.5vw 0 0;
}
.drawer{
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	padding: 10vw 4vw 30vw;
	background: #344457;
	box-sizing: border-box;
	-webkit-transform: translateX(100vw);
	-ms-transform:  translateX(100vw);
	-o-transform:  translateX(100vw);
	transform:  translateX(100vw);
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
	z-index: 9999;
}
.sp-nav p{
	margin: 5vw;
	color: #fff;
	font: bold 7vw 'Crimson Text', serif;
	text-align: center;
}
.sp-nav .inner p:nth-of-type(n+2){
	margin: 10vw 0 0;
}
.sp-nav ul * {
	box-sizing: content-box;
}
.sp-nav  ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	margin: 5vw 0 0;
	background: #fff;
}
.member-menu li{
	width: 25%;
	padding: 0 0 2vw;
}
.member-menu a{
	color: #344457;
	font-weight: bold;
	font-size: 3.6vw;
}
.member-menu span,
.sns-menu span{
	display: block;
	margin: 0 auto;
	line-height: 0;
}
.member-menu li:nth-of-type(1) span{
	width: 9.7vw;
	height: 11.3vw;
	padding: 3vw 0 1.8vw;
}
.member-menu li:nth-of-type(2) span{
	width: 8.7vw;
	height: 9.6vw;
	padding: 3.2vw 0;
}
.member-menu li:nth-of-type(3) span{
	width: 10.2vw;
	height: 10.8vw;
	padding: 2.87vw 0 2.2vw;
}
.member-menu li:nth-of-type(4) span{
	width: 12.5vw;
	height: 8.5vw;
	padding: 4.02vw 0 3.45vw;
}
.sns-menu li{
	width: 20%;
	padding: 0 0 2vw;
}
.sns-menu a{
	color: #344457;
	font-weight: bold;
	font-size: 2.9vw;
}
.sns-menu li:nth-of-type(1) span{
	width: 11.8vw;
	height: 8.7vw;
	padding: 4.6vw 0 3.7vw;
}
.sns-menu li:nth-of-type(2) span{
	width: 11.8vw;
	height: 12.1vw;
	padding: 2.9vw 0 2.2vw;
}
.sns-menu li:nth-of-type(3) span{
	width: 11.8vw;
	height: 11.9vw;
	padding: 3vw 0 2.1vw;
}
.sns-menu li:nth-of-type(4) span{
	width: 11.8vw;
	height: 12.1vw;
	padding: 2.9vw 0 2.2vw;
}
.sns-menu li:nth-of-type(5) span{
	width: 11.6vw;
	height: 12.1vw;
	padding: 2.9vw 0 2.2vw;
}
.sp-nav .normal-menu{
	background: #344457;
}
.normal-menu li{
	width: 50%;
	background: #fff;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 3.6vw;
	text-align: left;
}
.normal-menu li:nth-of-type(2n+1){
	border-right: 1px solid #344457;
}
.normal-menu li:nth-of-type(n+3){
	border-top: 1px solid #344457;
}
.normal-menu a{
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 3.1vw 0 3.1vw 3.1vw;
	box-sizing: border-box;
	color: #344457;
}
.normal-menu a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 2vw;
	height: 3vw;
	margin: -1.5vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_arrow-type01.png) no-repeat;
	background-size: contain;
}
.search-area li:nth-of-type(1){
	width: 85%;
	height: 10vw;
	box-sizing: border-box;
}
.search-area li:nth-of-type(1) input{
	width: 100%;
	height: 100%;
	padding: 0 1vw;
	border: none;
	color: rgb(0, 0, 0);
	font-size: 3.6vw;
}
.search-area li:nth-of-type(1) input::placeholder{
	color: rgb(128, 128, 128) !important;
	opacity: 1 !important;
}
.search-area li:nth-of-type(2){
	width: 15%;
	height: 10vw;
	background: #344457;
	border: .5vw solid #fff;
	box-sizing: border-box;
}
.search-area li:nth-of-type(2) input{
	display: block;
	width: 7vw;
	height: 9vw;
	margin: 0 auto;
	padding: 1.25vw 0;
	box-sizing: border-box;
	
	background: none;
}
.drbtn{
	position: fixed;
	top: 3vw;
	right: 100%;
	width: 14vw;
	height: 14vw;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
	-webkit-transition: ease .5s;
	-o-transition: ease .5s;
	transition: ease .5s;
	cursor: pointer;
	z-index: 10000;
}
.hambarg{
	position: absolute;
	width: 8vw;
	height: 1.4vw;
	background: #fff;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: ease .5s;
	transition: ease .5s;
}
.hambarg:nth-child(1) {
	top: 20%;
	right: 0;
}
.hambarg:nth-child(2) {
	top: 40%;
	right: 0%;
}
.hambarg:nth-child(3) {
	top: 60%;
	right: 0%;
}
.drawer.action {
	-webkit-transform:translateX(0);
	transform:translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
}
.drbtn.action {
	right: 0;
}
.drbtn.action .hambarg:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.drbtn.action .hambarg:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
}
.drbtn.action .hambarg:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.pc-nav{
	display: none;
}


/* -------------------------------- 
パンくず
-------------------------------- */
.pan{
	width: 92vw;
	margin: 0 auto;
	padding: 2vw 0 0;
	font-size: 3vw;
}
.pan ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	line-height: 1.75;
	text-align: center;
}
.pan li:nth-of-type(n+2)::before{
	content: "＞";
	padding: 0 1vw;
}
.pan a{
	text-decoration: underline;
}


/* -------------------------------- 
新着記事系css
-------------------------------- */
.article-list{
	width: 92vw;
	margin: 0 auto;
}
.article-list li:nth-of-type(n+2){
	margin: 6vw 0 0;
}
.article-list a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.article-img{
	width: 23.5vw;
	border: 1px solid rgba(52,68,87,.6);
	box-sizing: border-box;
}
.article-txt{
	width: 65vw;
	font-size: 4.6vw;
}
.article-txt .date{
	display: block;
	margin: 2.5vw 0 0;
	font-size: 4.4vw;
}
.article-txt .date + span{
	display: inline-block;
	margin: .5vw 0 0;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: underline;
}


/* -------------------------------- 
footer
-------------------------------- */
footer{
	margin: 28.5vw 0 0;
	padding: 7.5vw 4vw 6vw;
	background: #344457 !important;
}
footer a,
footer a:visited,
.copyright{
	color: #fff !important;
}
footer a{
	display: block;
}
footer nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 80vw;
	margin: 0 auto;
}
footer nav ul:nth-of-type(n+2){
	margin: 10vw auto 0;
}
footer nav li{
	width: 50%;
	font-size: 3.2vw;
}
footer nav li:nth-of-type(n+3){
	margin: 7.5vw 0 0;
}
footer .more-btn a{
	border-color: #fff;
	color: #fff;
}
footer .more-btn a::after{
	background-image: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png);
}
footer .footer-float{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.footer-float p{
	font-size: 11px;
}
.footer-float ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100%;
	background: #435870;
	text-align: center;
}
.footer-float li{
	width: 20%;
	padding: 0 0 2vw;
}
.footer-float a{
	color: #fff;
	font-weight: bold;
	font-size: 3.6vw;
}
.footer-float span{
	display: block;
	margin: 0 auto;
	line-height: 0;
}
.footer-float li:nth-of-type(1) span{
	width: 10vw;
	padding: 2.9vw 0 2vw;
}
.footer-float li:nth-of-type(2) span{
	width: 9vw;
	padding: 3vw 0 2.8vw;
}
.footer-float li:nth-of-type(3) span{
	width: 9vw;
	padding: 3vw 0 2.8vw;
}
.footer-float li:nth-of-type(4) span{
	width: 9vw;
	padding: 3vw 0 2.8vw;
}
.footer-float li:nth-of-type(5) span{
	width: 9vw;
	padding: 3vw 0 2.8vw;
}
.copyright{
	margin: 15.5vw 0 24vw;
	font-size: 3vw;
	text-align: center;
}
.sidebox{
	display:none;
}
}


@media only screen and (min-width: 768px) {
/* -------------------------------- 
common
-------------------------------- */
html{
	font-size: 62.5%;
/*	font-size: calc(40.625% + 0.25vw);*/
}
body{
	min-width: 980px;
	background: #faf9f7;
	font-weight: 500;
	font-size: 1.6rem;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
h1{
	color: #fff;
}
.lsp{
	letter-spacing: -1px;
}
.en,.date,.price{
	font-family: 'Crimson Text', serif;
}
.sub-txt{
	line-height: 1.75;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	transition: .6s;
}
a:hover img{
	opacity: .8;
}
img{
	width: 100%;
	height: auto;
}
.article-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.article-list li{
	width: 230px;
	margin-right: calc(60px/3);
}
.article-list li:nth-of-type(4n){
	margin-right: 0;
}
.article-list li:nth-of-type(n+5){
	margin-top: 40px;
}
.article-list .date{
	display: block;
	margin: 15px 0 0;
	font-size: 2rem;
}
.article-list .date + span{
	display: block;
	margin: 10px 0 0;
	font-size: 2rem;
	line-height: 1.25;
	text-decoration: underline;
}
.article-list a:hover span{
	text-decoration: none;
}


/* -------------------------------- 
header
-------------------------------- */
.sp-nav{
	display: none;
}
.pc-nav{
	display: block;
}
header{
	background: #344457;
}
.header-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 1050px;
	margin: 0 auto;
	padding: 35px 0;
}
header a{
	color: #fff;
}
header a:visited{
	color: #fff;
}
header a:hover,
header a:active{
	color: #f3ed33;
}
header .block{
	width: 38.7%;
	padding: 30px 0 0;
}
.header-logo{
	margin: 5px 0 0;
}
.sp-nav + .pc-nav{
	position: relative;
}
.pc-nav ul{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
align-items: stretch;
}
.header-inner nav:nth-child(3){
	width: 55.8%;
}
.header-inner nav:nth-child(4){
	width: 100%;
}
.member-menu{
	font-size: 1.8rem;
}
.sns-menu{
	width: 52%;
	margin: 20px 0 0;
}
.sns-menu li{
	width: 17%;
	font-size: 1.2rem;
	text-align: center;
}
.sns-menu span{
	display: block;
	width: 80%;
	margin: 0 auto 7px;
}
.sns-menu li:nth-of-type(1) span{
	padding: 11.35% 0;
}
.sns-menu li a{
	white-space: nowrap;
}
.sns-menu svg{
	width: 43px;
	height: auto;
	fill: #fff;
}
.sns-menu a:hover,
.sns-menu a:hover svg{
	color: #f3ed33;
	fill: #f3ed33;
}
.pc-nav .search-area{
	position: absolute;
	bottom: 3px;
	right: 0;
	width: 41%;
}
.pc-nav .search-area li:nth-of-type(1){
	width: 80%;
	box-sizing: border-box;
}
.pc-nav .search-area li:nth-of-type(1) input{
	width: 100%;
	height: 100%;
	padding: 2px 5px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 1.8rem;
}
.pc-nav .search-area li:nth-of-type(1) input::placeholder{
	color: rgb(128, 128, 128) !important;
	opacity: 1 !important;
}
.pc-nav .search-area li:nth-of-type(2){
	width: 20%;
	background: #344457;
	border: 2px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.pc-nav .search-area li:nth-of-type(2) input{
	display: block;
	width: 42%;
	margin: 0 auto;
	padding: 5px 0 0;
	box-sizing: border-box;
	cursor: pointer;
	background: transparent;
}
.normal-menu{
	margin: 40px 0 0;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
}


/* -------------------------------- 
パンくず
-------------------------------- */
.pan{
	width: 1050px;
	margin: 20px auto 0;
}
.pan ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
}
.pan li:nth-of-type(n+2)::before{
	content: "＞";
	padding: 0 5px;
}
.pan a{
	text-decoration: underline;
}
.pan a:hover{
	text-decoration: none;
}


/* -------------------------------- 
footer
-------------------------------- */
footer{
	margin: 200px 0 0;
	padding: 50px 0;
	background: #344457 !important;
}
footer a,
footer a:visited,
.copyright{
	color: #fff !important;
}
footer a{
	display: block;
}
footer a:hover,
footer a:active{
	color: #f3ed33;
}
footer nav{
	width: 1050px;
	margin: 0 auto;
}
footer ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 50px auto 0;
}
footer ul:nth-of-type(n+2){
	width: 1013px;
}
footer ul:nth-of-type(n+2){
	width: 845px;
}
footer li{
	font-size: 2rem;
}
footer .more-btn{
	margin: 50px auto 0;
}
footer .more-btn a{
	border-color: #fff;
	color: #fff;
}
footer .more-btn a::after{
	background-image: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png);
}
footer .footer-float{
	display: none;
}
.copyright{
	margin: 100px 0 0;
	font-size: 2rem;
	text-align: center;
}
}
@media only screen and (min-width: 1400px) {
html{
	font-size: 62.5%;
}
}




/*
.header-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 75vw;
	max-width: 1050px;
	margin: 0 auto;
	padding: 2.5vw 0;
}
header a{
	color: #fff;
}
header a:hover{
	color: #f3ed33;
}
header .block{
	width: 38.7%;
	padding: 3rem 0 0;
}
.header-logo{
	margin: .5rem 0 0;
}
.pc-nav ul{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
align-items: stretch;
}
.header-inner nav:nth-child(3){
	width: 55.8%;
}
.header-inner nav:nth-child(4){
	width: 100%;
}


.sns-menu{
	width: 53.8%;
}
.sns-menu li{
	width: 20%;
	font-size: 1rem;
	text-align: center;
}
.sns-menu span{
	display: block;
}
.sns-menu svg{
	width: 68.25%;
	height: auto;
}
*/