@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-lead
-------------------------------- */
section[class=area-lead]{
	width: 92vw;
	margin: 10vw auto 0;
}
.area-lead .sub-txt{
	margin: 5vw auto 0;
}


/* -------------------------------- 
.area-syokunin
-------------------------------- */
.area-syokunin{
	width: 92vw;
}
.area-syokunin .block .img{
	width: 35vw;
	height: 35vw;
	margin: 5vw auto 0;
}
.area-syokunin .img{
	margin: 5vw auto 0;
}
.area-syokunin .sub-txt{
	margin: 5vw auto 0;
}
.area-syokunin h3{
	margin: 10vw 0 0;
	font-size: 5vw;
}


/* -------------------------------- 
.area-interview
-------------------------------- */
.area-interview{
	width: 92vw;
}
.area-interview .img{
	margin: 7vw auto 0;
}
.area-interview h3{
	margin: 5vw auto 0;
}
.area-interview .sub-txt{
	margin: 3vw auto 0;
}


/* -------------------------------- 
.area-item
-------------------------------- */
.area-item{
	width: 92vw;
}
.area-item .block:nth-of-type(n+2){
	margin: 20vw 0 0;
}
.area-item 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: 88vw;
	margin: 5vw auto 0;
}
.area-item li{
	width: 49%;
	margin: 0 2% 0 0;
}
.area-item li:nth-of-type(2n){
	margin-right: 0;
}
.area-item li:nth-of-type(n+3){
	margin-top: 5vw;
}
.area-item .label{
	margin: 2vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-item .price{
	margin: 2vw auto 0;
	color: #f23333;
	text-align: right;
}
.area-item .price span{
	padding: 0 1vw;
	font-size: 2vw;
}


/* -------------------------------- 
.area-other
-------------------------------- */
.area-other{
	width: 92vw;
}
.area-other 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;
	margin: 5vw 0 0;
}
.area-other .img{
	width: 28vw;
	height: auto;
}
.area-other a{
	width: 60vw;
	height: auto;
	padding: 4vw 0;
	box-sizing: border-box;
}
.area-other .ttl{
	font-weight: bold;
}
.area-other .txt{
	margin: 2vw 0 0;
	line-height: 1.5;
	text-decoration: underline;
}


/* -------------------------------- 
.area-tokuten
-------------------------------- */
.area-tokuten{
	width: 92vw;
}
.area-tokuten .txt{
	margin: 5vw 0 0;
	line-height: 1.5;
}
.area-tokuten .btn{
	margin: 4vw 0 0;
	text-align: right;
}
.area-tokuten .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-tokuten .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-lead
-------------------------------- */
section[class=area-lead]{
	width: 1050px;
	margin: 50px auto 0;
}
.area-lead .sub-txt{
	margin: 25px 0 0;
}


/* -------------------------------- 
.area-syokunin
-------------------------------- */
.area-syokunin{
	width: 1050px;
}
.area-syokunin .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: 30px auto 0;
}
.area-syokunin .block .img{
	width: 300px;
	height: 300px;
}
.area-syokunin .sub-txt{
	width: 630px;
	padding: 80px 0 0;
}
.area-syokunin h3{
	width: 980px;
	margin: 100px auto 0;
	font-size: 2.4rem;
}
.area-syokunin > .img{
	width: 990px;
	margin: 50px auto 0;
}


/* -------------------------------- 
.area-interview
-------------------------------- */
.area-interview{
	width: 1050px;
}
.area-interview .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: 980px;
	margin: 50px auto 0;
}
.area-interview .img{
	width: 50%;
	height: auto;
}
.area-interview .in{
	width: 48%;
}
.area-interview .sub-txt{
	margin: 20px 0 0;
}


/* -------------------------------- 
.area-item
-------------------------------- */
.area-item{
	width: 1050px;
}
.area-item .block:nth-of-type(n+2){
	margin: 150px 0 0;
}
.area-item 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: 980px;
	margin: 50px auto 0;
}
.area-item li{
	width: 230px;
	margin-right: calc(60px/3);
}
.area-item li:nth-of-type(4n){
	margin-right: 0;
}
.area-item .label{
	margin: 10px 0 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-item .price{
	margin: 10px 0 0;
	color: #f23333;
	text-align: right;
}
.area-item .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}


/* -------------------------------- 
.area-other
-------------------------------- */
.area-other{
	width: 1050px;
}
.area-other 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: 0 auto;
}
.area-other li{
	width: 49%;
	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-other .img{
	width: 180px;
	height: auto;
}
.area-other a{
	width: 280px;
	height: auto;
	box-sizing: border-box;
}
.area-other .ttl{
	margin: 20px 0 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-other .txt{
	margin: 20px 0 0;
	line-height: 1.5;
	text-decoration: underline;
}
.area-other a:hover .txt{
	text-decoration: none;
}


/* -------------------------------- 
.area-tokuten
-------------------------------- */
.area-tokuten{
	width: 1050px;
}
.area-tokuten .txt{
	margin: 45px 0 0;
	line-height: 1.75;
}
.area-tokuten .btn{
	margin: 30px 0 0;
	text-align: right;
}
.area-tokuten .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-tokuten .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-tokuten .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;
}
}
