@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 ul{
	margin: 5vw 0 0;
}
.area-lead li{
	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-lead li:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.area-lead .img{
	display: block;
	width: 50%;
}
.area-lead .in{
	width: 48%;
	padding: 5vw 0;
}
.area-lead p{
	line-height: 1.5;
}
.area-lead .ttl{
	font-weight: bold;
}
.area-lead .txt{
	margin: 4vw 0 0;
}


/* -------------------------------- 
.area-tsunagari
-------------------------------- */
.area-tsunagari{
	width: 92vw;
}
.area-tsunagari .sub-txt{
	margin: 5vw 0 0;
}
.area-tsunagari .block{
	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: 10vw auto 0;
}
.area-tsunagari .block:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.area-tsunagari .img{
	width: 45vw;
	height: auto;
}
.area-tsunagari .in{
	width: 43.5vw;
	padding: 8vw 0 0;
	font-size: 3.4vw;
}
.area-tsunagari .txt{
	line-height: 1.5;
}
.area-tsunagari h3{
	width: 100%;
	margin: 0 0 3vw;
	font-weight: bold;
}
.area-tsunagari .btn{
	margin: 5vw 0 0;
	text-align: right;
}
.area-tsunagari .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-tsunagari .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-present
-------------------------------- */
.area-present{
	width: 92vw;
}
.area-present .sub-txt{
	margin: 5vw 0 0;
}
.area-present .block{
	margin: 10vw 0 0;
}
.area-present .ttl{
	margin: 4vw 0 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-present .txt{
	margin: 4vw 0 0;
	line-height: 1.5;
}
.area-present .btn{
	margin: 3vw 0 0;
	text-align: right;
}
.area-present .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-present .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-realshop
-------------------------------- */
.area-realshop h2{
	width: 92vw;
	margin: 0 auto;
}
.area-realshop .block{
	margin: 8vw auto 0;
}
.area-realshop h3{
	width: 92vw;
	margin: 0 auto;
	font-size: 4.6vw;
}
.area-realshop .txt{
	width: 92vw;
	margin: 5vw auto 0;
	line-height: 1.5;
}
.area-realshop .img{
	margin: 5vw 0 0;
}
}


@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]{
	width: 1050px;
	margin: 50px auto 0;
}
.area-lead ul{
	margin: 50px 0 0;
}
.area-lead li{
	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-lead li:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.area-lead .img{
	display: block;
	width: 50%;
}
.area-lead .in{
	width: 48%;
	padding: 50px 0;
}
.area-lead p{
	line-height: 1.5;
}
.area-lead .ttl{
	font-weight: bold;
}
.area-lead .txt{
	margin: 30px 0 0;
}


/* -------------------------------- 
.area-tsunagari
-------------------------------- */
.area-tsunagari{
	width: 1050px;
}
.area-tsunagari .sub-txt{
	margin: 25px 0 0;
}
.area-tsunagari .block{
	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: 920px;
	margin: 50px auto 0;
}
.area-tsunagari .block:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.area-tsunagari .img{
	width: 450px;
	height: auto;
}
.area-tsunagari .in{
	width: 440px;
	padding: 140px 0 0;
}
.area-tsunagari .txt{
	line-height: 1.5;
}
.area-tsunagari h3{
	width: 100%;
	margin: 0 0 30px;
	font-weight: bold;
	font-size: 2.4rem;
}
.area-tsunagari .block:nth-of-type(2n) h3{
	text-align: right;
}
.area-tsunagari .btn{
	margin: 90px auto 0;
	text-align: right;
}
.area-tsunagari .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-tsunagari .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-tsunagari .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-present
-------------------------------- */
.area-present{
	width: 1050px;
}
.area-present .sub-txt{
	margin: 25px 0 0;
}
.area-present .block{
	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 0 0;
}
.area-present .img{
	width: 50%;
}
.area-present .in{
	width: 48%;
}
.area-present .ttl{
	margin: 0 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-present .txt{
	margin: 20px 0 0;
	line-height: 1.5;
}
.area-present .btn{
	margin: 30px auto 0;
	text-align: right;
}
.area-present .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-present .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-present .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-realshop
-------------------------------- */
.area-realshop{
	width: 1050px;
}
.area-realshop .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: 50px auto 0;
}
.area-realshop h3{
	width: 100%;
	font-size: 2.4rem;
}
.area-realshop .txt{
	width: 46%;
	margin: 20px auto 0;
	line-height: 1.75;
}
.area-realshop .img{
	width: 50%;
	margin: 20px auto 0;
}
}
