@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;
}


/* -------------------------------- 
.area-cont
-------------------------------- */
section[class=area-cont]{
	margin: 10vw auto 0;
}
.area-cont h2{
	width: 92vw;
	margin: 0 auto;
}
.area-cont .block:first-of-type{
	margin: 5vw 0 0;
}
.area-cont h3{
	padding: 4vw 5vw;
	background: #536b8a;
	color: #fff;
	font-size: 4vw;
}
.area-cont ul{
	padding: 0 5vw 10vw;
	background: #e6e6e6;
}
.area-cont li{
	padding: 5vw 0 0;
}
.area-cont a{
	text-decoration: underline;
}
}


@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: 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;
}


/* -------------------------------- 
.area-cont
-------------------------------- */
section[class=area-cont]{
	width: 1050px;
	margin: 100px auto 0;
}
.area-cont .block{
	margin: 50px 0 0;
}
.area-cont h3{
	padding: 20px 40px;
	background: #536b8a;
	color: #fff;
	font-size: 2.4rem;
}
.area-cont 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;
	padding: 0 50px 50px;
	background: #e6e6e6;
}
.area-cont li{
	width: 48.75%;
	padding: 50px 0 0;
}
.area-cont li:nth-of-type(2n){
	padding-left: 2.5%;
}
.area-cont a{
	text-decoration: underline;
}
.area-cont a:hover{
	text-decoration: none;
}
}
