@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-osusume
-------------------------------- */
section[class=area-osusume]{
	margin: 10vw auto 0;
}
.area-osusume h2{
	width: 92vw;
	margin: 0 auto;
}
.area-osusume .tab-wrap{
	margin: 10vw 0 0;
}
.area-osusume .tab{
	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-osusume .tab li{
	width: 50%;
	padding: 3vw 0 2vw;
	background: #344457;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
}
.area-osusume .tab li.select{
	position: relative;
	background: #435870;
	color: #fff;
}
.area-osusume .tab li.select::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -38%;
	width: 4.9vw;
	height: 6vw;
	margin-left: -2.45vw;
	background: url(https://www.free-spirits.co.jp/img/common_tab-parts.png) no-repeat;
	background-size: contain;
}
.area-osusume .content{
	padding: 17vw 4vw 19.5vw;
	background: #e6e6e6;
}
.area-osusume .inner:nth-of-type(n+2){
	margin: 10vw 0 0;
}
.area-osusume .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: 3vw 0 0;
}
.area-osusume .block .in{
	position: relative;
	width: 50%;
	background: #435870;
	color: #fff;
}
.area-osusume h3{
	font-size: 5vw;
}
.area-osusume .label{
	padding: 4vw 3vw 0;
	line-height: 1.25;
}
.area-osusume .txt{
	padding: 2vw 3vw 0;
	line-height: 1.5;
}
.area-osusume .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.area-osusume a{
	display: block;
	position: relative;
	padding: 2vw 0;
	background: #344457;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.area-osusume 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-osusume .block .img{
	width: 50%;
}


/* -------------------------------- 
.area-list
-------------------------------- */
.area-list{
	width: 92vw;
}
.area-list .nav{
	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;
	margin: 5vw 0 0;
	text-align: center;
}
.area-list .nav li{
	width: 22%;
	margin: 0 4% 0 0;
}
.area-list .nav li:nth-of-type(4n){
	margin-right: 0;
}
.area-list .nav li:nth-of-type(n+5){
	margin-top: 4vw;
}
.area-list .nav a{
	display: block;
	padding: 2.5vw 0;
	border: 1vw solid #344457;
	box-sizing: border-box;
	color: #344457;
	font-weight: bold;
	font-size: 4vw;
}
.area-list .block{
	margin: 10vw 0 0;
}
.area-list h3{
	font-size: 5vw;
}
.area-list .block ul{
	margin: 5vw 0 0;
}
.area-list .label{
	font-weight: bold;
	line-height: 1.25;
}
.area-list .block a{
	margin: 2vw 0 0;
}
.area-list .article-img{
	border: none;
}
.area-list .article-img img{
	border: 1px solid rgba(52,68,87,.6);
}
.area-list .article-txt{
	font-size: 3.6vw;
	line-height: 1.5;
}
.area-list .btn{
	margin: 7vw 0 0;
	font-weight: bold;
	text-align: center;
}
.area-list .btn a::before,
.area-list .btn a::after{
	content: "▲";
	padding: 0 1vw;
}
}


@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;
}
.more-btn{
	margin: 100px auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 25px 110px 23px 55px;
	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: 23px;
	height: 35px;
	margin: -17.5px 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-info
-------------------------------- */
section[class=area-osusume]{
	width: 1050px;;
	margin: 150px auto 0;
}
.area-osusume .tab-wrap{
	width: 980px;
	margin: 120px auto 0;
}
.area-osusume .tab{
	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-osusume .tab li{
	width: 50%;
	padding: 25px 0;
	background: #344457;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
	cursor: pointer;
}
.area-osusume .tab li.select{
	position: relative;
	background: #435870;
	color: #fff;
}
.area-osusume .tab li.select::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: 37px;
	height: 40px;
	margin-left: -18.5px;
	background: url(https://www.free-spirits.co.jp/img/common_tab-parts.png) no-repeat;
	background-size: contain;
}
.area-osusume .content{
	padding: 120px 40px 100px;
	background: #e6e6e6;
}
.area-osusume .pick-tab{
	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-osusume .inner{
	width: 49%;
}
.area-osusume .inner:nth-of-type(n+3){
	margin: 50px 0 0;
}
.area-osusume .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: 20px 0 0;
}
.area-osusume .block .in{
	position: relative;
	width: 50%;
	background: #435870;
	color: #fff;
}
.area-osusume h3{
	font-size: 2.4rem;
}
.area-osusume .label{
	padding: 20px 20px 0;
	line-height: 1.25;
}
.area-osusume .txt{
	padding: 10px 20px 0;
	font-size: 1.6rem;
	line-height: 1.5;
}
.area-osusume .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.area-osusume a{
	display: block;
	position: relative;
	padding: 10px 0;
	background: #344457;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.area-osusume a:hover{
	background: #f3ed33;
	transition: all .6s;
}
.area-osusume 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-osusume .block .img{
	width: 50%;
}


/* -------------------------------- 
.area-list
-------------------------------- */
.area-list{
	width: 1050px;
}
.area-list .nav{
	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: 980px;
	margin: 50px auto 0;
	text-align: center;
}
.area-list .nav li{
	width: 18%;
	margin: 0 2.5% 0 0;
}
.area-list .nav li:nth-of-type(5n){
	margin-right: 0;
}
.area-list .nav li:nth-of-type(n+6){
	margin-top: 35px;
}
.area-list .nav a{
	display: block;
	padding: 30px 0;
	border: 10px solid #344457;
	box-sizing: border-box;
	color: #344457;
	font-weight: bold;
	font-size: 2.4rem;
}
.area-list .nav a:hover{
	background: #344457;
	color: #fff;
	transition: all .6s;
}
.area-list .block{
	width: 980px;
	margin: 120px auto 0;
}
.area-list h3{
	font-size: 2.4rem;
}
.area-list .block ul{
	margin: 50px 0 0;
}
.article-list li{
	width: 48.5%;
	margin: 0 3% 0 0;
}
.article-list li:nth-of-type(n+3){
	margin-top: 50px;
}
.article-list li:nth-of-type(2n){
	margin-right: 0;
}
.area-list .label{
	font-weight: bold;
	line-height: 1.25;
}
.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;
	margin: 10px 0 0;
}
.area-list .article-img{
	width: 30%;
}
.area-list .article-img img{
	border: 1px solid rgba(52,68,87,.6);
	box-sizing: border-box;
}
.area-list .article-txt{
	width: 67%;
	line-height: 1.75;
}
.area-list .btn{
	margin: 70px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.area-list .btn a::before,
.area-list .btn a::after{
	content: "▲";
	padding: 0 10px;
}
.area-list .btn:hover a::before,
.area-list .btn:hover a::after{
	color: #f3ed33;
	transition: .6s;
}
}
