@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-cont
-------------------------------- */
section[class=area-cont]{
	margin: 10vw auto 0;
}
.area-cont h2,
.area-cont .sub-txt{
	width: 92vw;
	margin: 0 auto;
}
.area-cont .sub-txt{
	margin: 5vw auto 0;
}
.area-cont .ico{
	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: 92vw;
	margin: 10vw auto 0;
	text-align: center;
}
.area-cont .ico li{
	width: 29vw;
	font-weight: bold;
	font-size: 3.8vw;
}
.area-cont .ico li:nth-of-type(n+4){
	margin: 5vw 0 0;
}
.area-cont .ico li:nth-of-type(3){
	letter-spacing: -1px;
}
.area-cont .ico span{
	display: block;
	position: relative;
	width: 26.7vw;
	height: 26.7vw;
	margin: 0 0 2vw;
	background: #fff;
	border: .2vw solid rgba(51,51,51,.6);
	box-sizing: border-box;
	border-radius: 50%;
}
.area-cont .ico .select span{
	background: #f3ed33;
}
.area-cont .ico img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.area-cont .ico li:nth-of-type(1) img{
	width: 17.1vw;
	height: 8.6vw;
	margin: -4.3vw 0 0 -8.55vw;
}
.area-cont .ico li:nth-of-type(2) img{
	width: 14.5vw;
	height: 17.6vw;
	margin: -8.8vw 0 0 -7.25vw;
}
.area-cont .ico li:nth-of-type(3) img{
	width: 14.6vw;
	height: 14.5vw;
	margin: -7.25vw 0 0 -7.3vw;
}
.area-cont .ico li:nth-of-type(4) img{
	width: 13.6vw;
	height: 15.6vw;
	margin: -7.8vw 0 0 -6.8vw;
}
.area-cont .ico li:nth-of-type(5) img{
	width: 18.1vw;
	height: 14vw;
	margin: -7vw 0 0 -9.05vw;
}
.area-cont .ico li:nth-of-type(6) img{
	width: 15.1vw;
	height: 16.4vw;
	margin: -8.2vw 0 0 -7.55vw;
}
.area-cont .content{
	margin: 10vw 0 0;
}
.area-cont .pick-tab 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;
	text-align: center;
	margin: 5vw 0 0;
}
.area-cont .pick-tab li:nth-of-type(n+5){
	width: 50%;
}
.content .btn{
	margin: 7vw 0 0;
	font-weight: bold;
	text-align: center;
}
.content .btn a::before,
.content .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;
}
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;
}
.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-cont
-------------------------------- */
section[class=area-cont]{
	margin: 100px auto 0;
}
.area-cont h2,
.area-cont .sub-txt{
	width: 1050px;
	margin: 0 auto;
}
.area-cont .sub-txt{
	margin: 25px auto 0;
}
.area-cont .ico{
	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;
	text-align: center;
}
.area-cont .ico li{
	width: 145px;
	font-weight: bold;
	font-size: 2rem;
}
.area-cont .ico li:nth-of-type(3){
	letter-spacing: -2px;
}
.area-cont .ico span{
	display: block;
	position: relative;
	width: 145px;
	height: 145px;
	margin: 0 0 20px;
	background: #fff;
	border: 2px solid rgba(51,51,51,.6);
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
}
.area-cont .ico .select span{
	background: #f3ed33;
}
.area-cont .ico img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.area-cont .ico li:nth-of-type(1) img{
	width: 104px;
	height: 52px;
	margin: -26px 0 0 -52px;
}
.area-cont .ico li:nth-of-type(2) img{
	width: 88px;
	height: 107px;
	margin: -53.5px 0 0 -44px;
}
.area-cont .ico li:nth-of-type(3) img{
	width: 89px;
	height: 88px;
	margin: -44px 0 0 -44.5px;
}
.area-cont .ico li:nth-of-type(4) img{
	width: 83px;
	height: 95px;
	margin: -47.5px 0 0 -41.5px;
}
.area-cont .ico li:nth-of-type(5) img{
	width: 110px;
	height: 85px;
	margin: -42.5px 0 0 -55px;
}
.area-cont .ico li:nth-of-type(6) img{
	width: 92px;
	height: 100px;
	margin: -50px 0 0 -46px;
}
.area-cont .content{
	margin: 60px 0 0;
}
.area-cont .pick-tab h2{
	width: 980px;
}
.area-cont .pick-tab 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;
	text-align: center;
	width: 980px;
	margin: 50px auto 0;
}
.area-cont .pick-tab li{
	width: 50%;
	height: auto;
}
.area-cont .pick-tab li:nth-of-type(n+5){
	width: 25%;
}
.content .btn{
	margin: 70px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.content .btn a::before,
.content .btn a::after{
	content: "▲";
	padding: 0 10px;
}
.content .btn:hover a::before,
.content .btn:hover a::after{
	color: #f3ed33;
	transition: .6s;
}
}
