@charset "utf-8";
@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;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	width: 92vw;
	margin: 8vw auto 0;
}
.area-lead .img,
.area-lead .sub-txt{
	margin: 5vw auto 0;
}


/* -------------------------------- 
.area-osususme
-------------------------------- */
.area-osususme h2{
	width: 92vw;
	margin: 0 auto;
}
.area-osususme ul{
	margin: 10vw 0 0;
}
.area-osususme li:nth-of-type(n+2){
	margin: 10vw 0 0;
}
.area-osususme h3{
	padding: 0 4vw 0;
	font-size: 5vw;
}
.area-osususme .img{
	display: block;
	margin: 5vw 0 0;
}
.area-osususme .label,
.area-osususme .price,
.area-osususme .txt,
.area-osususme .btn{
	width: 92vw;
}
.area-osususme .label{
	margin: 3vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-osususme .price{
	margin: 2vw auto 0;
	color: #f23333;
	text-align: right;
}
.area-osususme .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-osususme .txt{
	margin: 2vw auto 0;
	line-height: 1.5;
}
.area-osususme .btn{
	margin: 4vw auto 0;
	text-align: right;
}
.area-osususme .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-osususme .btn 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-select
-------------------------------- */
.area-select{
	width: 92vw;
}
.area-select h3{
	margin: 5vw 0 0;
	padding: 3vw 0 3vw 4vw;
	background: #344457;
	box-sizing: border-box;
	color: #fff;
	font-size: 4.6vw;
}
.area-select 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;
}
.area-select li{
	width: 50%;
	background: #cdcdcd;
	font-weight: bold;
	font-size: 4vw;
}
.area-select li:nth-of-type(4n+1),
.area-select li:nth-of-type(4n){
	background: #c1c1c1;
}
.area-select a{
	display: block;
	padding: 2.5vw 0;
}


/* -------------------------------- 
.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: 60px 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;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	margin: 50px auto 0;
	width: 1050px;
}
.area-lead .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;
	width: 980px;
	margin: 25px auto 0;
}
.area-lead .block .img{
	width: 32%;
}
.area-lead .block .sub-txt{
	width: 66%;
}


/* -------------------------------- 
.area-osususme
-------------------------------- */
.area-osususme{
	width: 1050px;
}
.area-osususme .sub-txt{
	margin: 25px 0 0;
}
.area-osususme 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-osususme li{
	width: 48%;
}
.area-osususme li:nth-of-type(n+3){
	margin: 50px 0 0;
}
.area-osususme h3{
	position: relative;
	font-size: 2rem;
}
.area-osususme .img{
	display: block;
	margin: 20px 0 0;
}
.area-osususme .label{
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.25;
}
.area-osususme .price{
	margin: 10px 0 0;
	color: #f23333;
	text-align: right;
}
.area-osususme .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-osususme .txt{
	margin: 10px auto 0;
	line-height: 1.75;
}
.area-osususme .btn{
	margin: 20px 0 0;
	text-align: right;
}
.area-osususme .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-osususme .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-osususme .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 16px;
	margin: -8px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-select
-------------------------------- */
.area-select{
	width: 1050px;
}
.area-select .block{
	width: 980px;
	margin: 50px auto 0;
}
.area-select h3{
	padding: 5px 0 5px 10px;
	border-left: 6px solid #1d508d;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 2.4rem;
}
.area-select h3:nth-of-type(n+2){
	margin: 40px 0 0;
}
.area-select 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;
	width: 900px;
	margin: 0 auto;
}
.area-select li{
	width: 23%;
	margin: 20px calc(8%/3) 0 0;
	background: #1d508d;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.area-select li:nth-of-type(4n){
	margin-right: 0;
}
.area-select a{
	display: block;
	position: relative;
	padding: 18px 0 17px 10px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.area-select a::after{
	content: "▶";
	display: block;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -8px;
}
.area-select a:hover{
	background: #f3ed33;
	color: #333;	
}


/* -------------------------------- 
.area-seotxt
-------------------------------- */
.area-seotxt{
	width: 1050px;
}
.area-seotxt .txt{
	margin: 25px 0 0;
	line-height: 1.75;
	column-count: 2;
}
}
