@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-tokuchou
-------------------------------- */
section[class=area-tokuchou]{
	margin: 10vw auto 0;
}
.area-tokuchou h2,
.area-tokuchou .block{
	width: 92vw;
	margin: 0 auto;
}
.area-tokuchou .inner{
	position: relative;
	padding: 44vw 0 10vw;
	color: #fff;
}
.area-tokuchou .inner:nth-of-type(2n+1){
	background: #435870;
}
.area-tokuchou .inner:nth-of-type(2n){
	background: #344457;
}
.area-tokuchou .inner:nth-of-type(1){
	margin: 5vw 0 0;
}
.area-tokuchou .inner::before{
	content: "";
	display: block;
	position: absolute;
	top: 22vw;
	width: 100%;
	font-size: 42vw;
	font-family: 'Crimson Text', serif;
	text-align: center;
}
.area-tokuchou .inner:nth-of-type(1)::before{
	content: "1";
}
.area-tokuchou .inner:nth-of-type(2)::before{
	content: "2";
}
.area-tokuchou .inner:nth-of-type(3)::before{
	content: "3";
}
.area-tokuchou h3{
	font-size: 4.6vw;
	line-height: 1.25;
}
.area-tokuchou .txt{
	width: 80%;
	margin: 5vw auto 0;
	line-height: 1.5;
}


/* -------------------------------- 
.area-outbound
-------------------------------- */
.area-outbound{
	width: 92vw;
}
.area-outbound .txt{
	margin: 5vw 0 0;
	line-height: 1.5;
}
.area-outbound .btn{
	margin: 4vw 0 0;
	text-align: right;
}
.area-outbound .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-outbound .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;
}

}


@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-tokuchou
-------------------------------- */
section[class=area-tokuchou]{
	margin: 50px auto 0;
}
.area-tokuchou h2{
	width: 1050px;
	margin: 0 auto;
}
.area-tokuchou .inner{
	padding: 100px 0 100px;
	color: #fff;
}
.area-tokuchou .inner:nth-of-type(2n+1){
	background: #435870;
}
.area-tokuchou .inner:nth-of-type(2n){
	background: #344457;
}
.area-tokuchou .inner:nth-of-type(1){
	margin: 50px 0 0;
}
.area-tokuchou .block{
	position: relative;
	width: 780px;
	margin: 0 auto;
}
.area-tokuchou .inner .block::before{
	content: "";
	display: block;
	position: absolute;
	top: 58px;
	left: 0;
	font-size: 200px;
	font-family: 'Crimson Text', serif;
}
.area-tokuchou .inner:nth-of-type(1) .block::before{
	content: "1";
}
.area-tokuchou .inner:nth-of-type(2) .block::before{
	content: "2";
}
.area-tokuchou .inner:nth-of-type(3) .block::before{
	content: "3";
}
.area-tokuchou h3{
	float: right;
	width: 620px;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-tokuchou .txt{
	float: right;
	width: 620px;
	margin: 30px 0  0;
	line-height: 1.75;
}


/* -------------------------------- 
.area-outbound
-------------------------------- */
.area-outbound{
	width: 1050px;
}
.area-outbound .txt{
	margin: 25px 0 0;
	line-height: 1.75;
}
.area-outbound .btn{
	margin: 30px 0 0;
	text-align: right;
}
.area-outbound .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-outbound .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-outbound .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;
}
}
