@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media only screen and (max-width: 768px) {
/* -------------------------------- 

common

-------------------------------- */
.mainvisual{
	position: relative;
}
section[class^=area]{
	margin: 25vw auto 0;
}
h2{
	font-size: 7vw;
	line-height: 1.5;
}
.more-btn{
	margin: 10vw auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 10vw 2.5vw 5vw;
	border: 1vw solid #1d508d;
	color: #1d508d;
	font-weight: bold;
	font-size: 4.6vw;
}
.more-btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 4vw;
	width: 3.2vw;
	height: 4vw;
	margin: -2vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}
.pick-tab{
	-webkit-animation-name: ContentsSwitch;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-name: ContentsSwitch;
	animation-duration: 1s;
	animation-iteration-count: 1;
	box-sizing: border-box;
}


/* -------------------------------- 
.area-ranking
-------------------------------- */
section[class=area-ranking]{
	width: 92vw;
	margin: 8vw auto 0;
}
.area-ranking 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: 5vw 0 0;
}
.area-ranking li{
	width: 100%;
	height: auto;
}
.area-ranking li:nth-of-type(n+4){
	width: 49%;
	height: auto;
}
.area-ranking li:nth-of-type(n+2){
	margin: 5vw 0 0;
}
.area-ranking picture{
	display: block;
	position: relative;
}
.area-ranking li:nth-of-type(-n+3) picture::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22vw 22vw 0 0;
	border-color: #eee41d transparent transparent transparent;
}
.area-ranking li:nth-of-type(-n+3) picture::after{
	content: "No. 1";
	display: block;
	position: absolute;
	top: 2vw;
	left: 2vw;
	width: 12vw;
	color: #9a281f;
	font-weight: bold;
	font-size: 7vw;
	font-family: 'Crimson Text', serif;
}
.area-ranking li:nth-of-type(2) picture::after{
	content: "No. 2";
}
.area-ranking li:nth-of-type(3) picture::after{
	content: "No. 3";
}
.area-ranking .label{
	margin: 3vw 0 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-ranking .price{
	margin: 2vw 0 0;
	color: #f23333;
	text-align: right;
}
.area-ranking .price span{
	padding: 0 1vw;
	font-size: 2vw;
}


/* -------------------------------- 
.area-bnr
-------------------------------- */
.area-bnr{
	width: 92vw;
	margin: 25vw auto 0;
}
.area-bnr li:nth-of-type(n+2){
	margin: 5vw 0 0;
}


/* -------------------------------- 
.area-select
-------------------------------- */
.area-select{
	width: 92vw;
}
.area-select .sub-txt{
	margin: 5vw auto 0;
}
.area-select .inbound-btn{
	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;
        column-gap: .5rem;
}
.area-select .inbound-btn li{
	width: 32%;
	background: #fff;
	border: .5vw solid #1d508d;
	box-sizing: border-box;
}
.area-select .inbound-btn li:nth-of-type(n+4){
	margin: 2vw 0 0;
}
.area-select .inbound-btn a{
	display: block;
	position: relative;
	width: 100%;
	padding: 4vw 3vw 4vw 0;
	box-sizing: border-box;
	color: #1d508d;
	font-weight: bold;
}
.area-select .inbound-btn a::after{
	content: "▼";
	display: block;
	position: absolute;
	top: 50%;
	right: 10%;
	margin: -1.5vw 0 0;
	color: #1d508d;
}
.area-select h3{
	margin: 15vw 0 0;
	font-size: 6vw;
}
.area-select .tab-wrap{
	margin: 8vw 0 0;
}
.area-select .tab{
	overflow: scroll;
	position: relative;
	width: 100%;
	height: 14vw;
}
.area-select .tab li{
	position: absolute;
	top: 0;
	width: 28%;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.area-select .tab li:nth-of-type(1){
	left: 0;
}
.area-select .tab li:nth-of-type(2){
	left: 30%;
}
.area-select .tab li:nth-of-type(3){
	left: 60%;
}
.area-select .tab li:nth-of-type(4){
	left: 90%;
}
.area-select .tab li:nth-of-type(5){
	left: 120%;
}
.area-select .tab li:nth-of-type(6){
	left: 150%;
}
.area-select .tab li:nth-of-type(7){
	left: 180%;
}
.area-select .tab li:nth-of-type(8){
	left: 210%;
}
.area-select .tab li:nth-of-type(9){
	left: 240%;
}
.area-select .tab li:nth-of-type(10){
	left: 270%;
}
.area-select .tab li:nth-of-type(11){
	left: 300%;
}
.area-select .tab li:nth-of-type(12){
	left: 330%;
}
.area-select .tab li:nth-of-type(13){
	left: 360%;
}
.area-select .tab li:nth-of-type(14){
	left: 390%;
}
.area-select .tab li:nth-of-type(15){
	left: 420%;
}
.area-select .tab li::after{
	content: "";
	display: block;
	width: 100%;
	height: 3vw;
	margin: 2vw 0 0;
	background: #344457;
	border-radius: 2vw;
}
.area-select .tab li.select::after{
	background: #e6e6e6;
}
.area-select .content{
	margin: 10vw 0 0;
}
.area-select .content li{
	position: relative;
	background: #344457;
}
.area-select .content li:nth-of-type(n+2){
	margin: 10vw 0 0;
}
.area-select .img{
	position: relative;
}
.area-select .img::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -5vw;
	right: 5vw;
	width: 10vw;
	height: 10vw;
	background: url(https://www.free-spirits.co.jp/img/common_arrow-type05.png) no-repeat;
	background-size: contain;
}
.area-select .label{
	margin: 5vw 0 0;
	padding: 0 5vw 0;
	color: #fff;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-select .price{
	margin: 2vw 0 0;
	padding: 0 5vw 0;
	color: #fff;
	text-align: right;
}
.area-select .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-select .txt{
	margin: 3vw 0 0;
	padding: 0 5vw 5vw;
	color: #fff;
	line-height: 1.5;
}
.content .btn{
	margin: 10vw 0 0;
	font-weight: bold;
	text-align: center;
}
.content .btn a::before,
.content .btn a::after{
	content: "▲";
	padding: 0 1vw;
}


/* -------------------------------- 
.area-wrapping
-------------------------------- */
.area-wrapping{
	margin: 25vw 0 0;
}


/* -------------------------------- 
.area-brand
-------------------------------- */
.area-brand{
	width: 92vw;
}
.area-brand .sub-txt{
	margin: 5vw auto 0;
}
.area-brand .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 5vw 0 0;
}
.area-brand .block .in{
	position: relative;
	width: 50%;
	background: #435870;
	color: #fff;
}
.area-brand h3{
	padding: 4vw 3vw 0;
	line-height: 1.25;
}
.area-brand .txt{
	padding: 2vw 3vw 0;
	line-height: 1.25;
}
.area-brand .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.area-brand a{
	display: block;
	position: relative;
	padding: 2vw 0;
	background: #344457;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.area-brand a::after{
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 3vw;
 width: 2vw;
 height: 3.2vw;
 margin: -1.6vw 0 0;
 background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
 background-size: contain;
}
.area-brand .block .img{
	width: 50%;
}


/* -------------------------------- 
.area-contentblog
-------------------------------- */
.area-contentblog{
	width: 92vw;
}
.area-contentblog .article-list{
	margin-top: 5vw;
}
.area-contentblog .article-img{
	border: none;
}
.area-contentblog h3{
	margin: 1vw 0 0;
	font-size: 4vw;
}
.area-contentblog .sub-txt{
	margin: 2vw 0 0;
	font-size: 3.4vw;
	text-decoration: underline;
}


/* -------------------------------- 
.area-seotxt
-------------------------------- */
.area-seotxt{
	width: 92vw;
}
.area-seotxt .txt{
	margin: 5vw 0 0;
	line-height: 1.75;
}
}


@media only screen and (min-width: 769px) {
/* -------------------------------- 

common

-------------------------------- */
section[class^=area]{
	position: relative;
	margin: 150px auto 0;
}
section[class^=area] h2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	font-size: 3.6rem;
}
section[class^=area] h2 br{
	display: none;
}
.more-btn{
	margin: 50px auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 25px 85px 23px 45px;
	border: 6px solid #1d508d;
	color: #1d508d;
	font-weight: bold;
	font-size: 2.4rem;
}
.more-btn a:hover{
	border: 6px solid #f3ed33;
	transition: .6s;
}
.more-btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 45px;
	width: 21px;
	height: 30px;
	margin: -15px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}
.pick-tab{
	-webkit-animation-name: ContentsSwitch;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-name: ContentsSwitch;
	animation-duration: 1s;
	animation-iteration-count: 1;
	box-sizing: border-box;
}


/* -------------------------------- 
.area-ranking
-------------------------------- */
section[class=area-ranking]{
	width: 1050px;
	margin: 50px auto 0;
}
.area-ranking 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: 980px;
	margin: 50px auto 0;
}
.area-ranking li{
	width: 32%;
	height: auto;
}
.area-ranking li:nth-of-type(n+4){
	width: 24%;
	height: auto;
	margin: 30px 0 0;
}
.area-ranking picture{
	display: block;
	position: relative;
}
.area-ranking li:nth-of-type(-n+3) picture::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 140px 140px 0 0;
	border-color: #eee41d transparent transparent transparent;
}
.area-ranking li:nth-of-type(-n+3) picture::after{
	content: "No. 1";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 80px;
	color: #9a281f;
	font-weight: bold;
	font-size: 5rem;
	font-family: 'Crimson Text', serif;
}
.area-ranking li:nth-of-type(2) picture::after{
	content: "No. 2";
}
.area-ranking li:nth-of-type(3) picture::after{
	content: "No. 3";
}
.area-ranking .label{
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.25;
}
.area-ranking .price{
	margin: 10px 0 0;
	color: #f23333;
	text-align: right;
}
.area-ranking .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}


/* -------------------------------- 
.area-bnr
-------------------------------- */
.area-bnr{
	width: 1050px;
	margin: 100px auto 0;
}
.area-bnr 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;
}
.area-bnr li{
	width: 49%;
}


/* -------------------------------- 
.area-select
-------------------------------- */
.area-select{
	width: 1050px;
}
.area-select .sub-txt{
	margin: 25px 0 0;
}
.area-select .inbound-btn{
	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: 30px 0 0;
        column-gap: 2rem;
}
.area-select .inbound-btn li{
	width: 32%;
	background: #fff;
	border: 5px solid #1d508d;
	box-sizing: border-box;
}
.area-select .inbound-btn li:hover{
	border-color: #f3ed33;
	transition: .6s;
}
.area-select .inbound-btn li:nth-of-type(n+4){
	margin: 20px 0 0;
}
.area-select .inbound-btn a{
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 30px 20px 0;
	box-sizing: border-box;
	color: #1d508d;
	font-weight: bold;
	font-size: 2.4rem;
}
.area-select .inbound-btn a::after{
	content: "▼";
	display: block;
	position: absolute;
	top: 50%;
	right: 10%;
	margin: -11px 0 0;
	color: #1d508d;
}
.area-select h3{
	margin: 100px 0 0;
	font-size: 3rem;
}
.area-select h3 br{
	display: none;
}
.area-select .tab-wrap{
	width: 980px;
	margin: 50px auto 0;
}
.area-select .tab{
	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;
}
.area-select .tab li{
	width: 18.8%;
	margin-right: 1.5%;
	font-weight: bold;
	line-height: 1.25;
	cursor: pointer;
}
.area-select .tab li:nth-of-type(5n){
	margin-right: 0;
}
.area-select .tab li:nth-of-type(n+6){
	margin-top: 30px;
}
.area-select .tab li::after{
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	margin: 10px 0 0;
	background: #344457;
	border-radius: 2rem;
}
.area-select .tab li:hover::after{
	background: #f3ed33;
	transition: all .6s;
}
.area-select .tab li.select::after{
	background: #e6e6e6;
}
.area-select .content{
	margin: 30px 0 0;
}
.area-select .content 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;
}
.area-select .content li{
	position: relative;
	width: 48%;
	background: #344457;
}
.area-select .content li:nth-of-type(n+3){
	margin: 40px 0 0;
}
.area-select .img{
	position: relative;
}
.area-select .img::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: url(https://www.free-spirits.co.jp/img/common_arrow-type05.png) no-repeat;
	background-size: contain;
}
.area-select .label{
	margin: 30px 0 0;
	padding: 0 30px 0;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.25;
}
.area-select .price{
	margin: 10px 0 0;
	padding: 0 30px 0;
	color: #fff;
	text-align: right;
}
.area-select .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-select .txt{
	margin: 15px auto 0;
	padding: 0 30px 30px;
	color: #fff;
	line-height: 1.5;
	text-decoration: underline;
}
.area-select a:hover .txt{
	text-decoration: none;
}
.content .btn{
	margin: 70px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.content .btn a::before,
.content .btn a::after{
	content: "▲";
	padding: 0 10px;
}
.content .btn:hover a::before,
.content .btn:hover a::after{
	color: #f3ed33;
	transition: .6s;
}


/* -------------------------------- 
.area-wrapping
-------------------------------- */
.area-wrapping{
	width: 1050px;
	margin: 200px auto 0;
}


/* -------------------------------- 
.area-brand
-------------------------------- */
.area-brand{
	width: 1050px;
}
.area-brand .sub-txt{
	margin: 25px 0 0;
}
.area-brand .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	float: left;
	width: 48%;
	margin: 50px 4% 0 0;
}
.area-brand .block:nth-of-type(2n){
	margin-right: 0;
}
.area-brand .block .in{
	position: relative;
	width: 50%;
	background: #435870;
	color: #fff;
}
.area-brand h3{
	padding: 20px 20px 0;
	line-height: 1.25;
}
.area-brand .txt{
	padding: 10px 20px 0;
	line-height: 1.25;
}
.area-brand .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.area-brand a{
	display: block;
	position: relative;
	padding: 10px 0;
	background: #344457;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.area-brand a:hover{
	background: #f3ed33;
	transition: all .6s;
}
.area-brand a::after{
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 20px;
 width: 13px;
 height: 19px;
 margin: -10px 0 0;
 background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
 background-size: contain;
}
.area-brand .block .img{
	width: 50%;
}


/* -------------------------------- 
.area-contentblog
-------------------------------- */
.area-contentblog{
	width: 1050px;
}
.area-contentblog .article-list{
	width: 980px;
	margin: 50px auto 0;
}
.area-contentblog h3{
	margin: 10px 0 0;
	font-size: 2rem;
	line-height: 1.25;
}
.area-contentblog .sub-txt{
	margin: 10px 0 0;
	font-size: 1.6rem;
	text-decoration: underline;
}
.area-contentblog a:hover .sub-txt{
	text-decoration: none;
}


/* -------------------------------- 
.area-seotxt
-------------------------------- */
.area-seotxt{
	width: 1050px;
}
.area-seotxt .txt{
	margin: 25px 0 0;
	line-height: 1.75;
	column-count: 2;
}
}
