@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-wrap
-------------------------------- */
section[class=area-wrap]{
	margin: 2vw auto 0;
}
.area-wrap .tab{
	text-align: right;
}
.area-wrap .tab li{
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: relative;
	width: 100%;
	height: 18vw;
	padding: 4vw 12vw;
	background: #cdcdcd;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}
.area-wrap .tab li.select{
	background: #e6e6e6;
}
.area-wrap .tab li.select svg{
	fill: #1d63b6;
}
.area-wrap .tab li:nth-of-type(2n+1){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}
.area-wrap .tab li:nth-of-type(1) svg{
	width: 15vw;
	height: 24.533vw;
	margin: -6vw 0 0 6vw;
}
.area-wrap .tab li:nth-of-type(2) svg{
	width: 17vw;
	height: 28.067vw;
	margin: -5vw 6.5vw 0 0;
}
.area-wrap .tab li:nth-of-type(3) svg{
	width: 15vw;
	height: 67.986vw;
	margin: -20vw 0 0 5.5vw;
}
.area-wrap .tab li:nth-of-type(4) svg{
	width: 23vw;
	height: 46.78vw;
	margin: -4.5vw 3vw 0 0;
}
.area-wrap .tab li:nth-of-type(5) svg{
	transform: scale(-1, 1);
	width: 11vw;
	height: 40.125vw;
	margin: -14vw 0 0 8.5vw;
}
.area-wrap .tab li:nth-of-type(6) svg{
	width: 17vw;
	height: 23.91vw;
	margin: -6.5vw 6vw 0 0;
}
.area-wrap .content{
	margin: 20vw 0 0;
}
.area-wrap h2{
	width: 92vw;
	margin: 0 auto;
}
.area-wrap .content .block{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 140vw;
}
.area-wrap .content .ttl{
	position: absolute;
	width: 45vw;
	top: 30vw;
	right: 4vw;
	font-weight: bold;
	font-size: 4.6vw;
	line-height: 1.25
}
.area-wrap .content .inner:nth-of-type(2n) .ttl{
	left: 4vw;
	right: auto;
}
.area-wrap .content .txt{
	position: absolute;
	width: 45vw;
	top: 65vw;
	right: 4vw;
	font-size: 3.4vw;
	line-height: 1.5;
}
.area-wrap .content .inner:nth-of-type(2n) .txt{
	left: 4vw;
	right: auto;
}
.area-wrap .content .img{
	position: absolute;
	top: 30vw;
	left: -36vw;
	width: 83.5vw;
	height: 62vw;
	transform: rotate(-30deg);
}
.area-wrap .content .inner:nth-of-type(2n) .img{
	right: -36vw;
	left: auto;
}
.area-wrap .btn{
	position: absolute;
	bottom: 27vw;
	right: 4vw;
}
.area-wrap .inner:nth-of-type(2n) .btn{
	left: 4vw;
	right: auto;
}
.area-wrap .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-wrap .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;
}
.area-more{
	padding: 11vw 0;
	background: url(https://www.free-spirits.co.jp/img/kodawari_more_bg_img.jpg) no-repeat;
	background-size: cover;
}
.area-more h3{
	color: #fff;
	font-size: 6vw;
	line-height: 1.5;
	text-align: center;
}
.more-btn{
	margin-top: 8vw;
}
.more-btn a{
	border-color: #f3ed33;
	color: #f3ed33;
}
.more-btn a::after{
	background-image: url(https://www.free-spirits.co.jp/img/top_arrow-type05.png);
}
}


@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: 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-wrap
-------------------------------- */
section[class=area-wrap]{
	width: 1050px;;
	margin: 20px auto 0;
	background: #fff;
}
.area-wrap h2{
	width: 980px;
	margin: 0 auto;
}
.area-wrap .tab{
	text-align: right;
	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-wrap .tab li{
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: relative;
	width: 50%;
	height: 160px;
	padding: 40px 25px;
	background: #cdcdcd;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: left;
	cursor: pointer;
}
.area-wrap .tab li.select{
	background: #e6e6e6;
}
.area-wrap .tab li.select svg{
	fill: #1d63b6;
}
.area-wrap .tab li:hover{
	background: #e6e6e6;
}
.area-wrap .tab li:hover svg{
	fill: #1d63b6;
}
.area-wrap .tab li:nth-of-type(2n+1){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	border-right: 1px solid #fff;
	text-align: right;
}
.area-wrap .tab li:nth-of-type(2n){
	border-left: 1px solid #fff;
}
.area-wrap .tab li:nth-of-type(1) svg{
	width: 110px;
	height: 156px;
	margin: -25px 0 0 36px;
}
.area-wrap .tab li:nth-of-type(2) svg{
	width: 145px;
	height: 231px;
	margin: -25px 45px 0 0;
}
.area-wrap .tab li:nth-of-type(3) svg{
	width: 131px;
	height: 365px;
	margin: -25px 0 0 0;
}
.area-wrap .tab li:nth-of-type(4) svg{
	width: 158px;
	height: 294px;
	margin: -25px 38px 0 0;
}
.area-wrap .tab li:nth-of-type(5) svg{
	transform: scale(-1, 1);
	width: 103px;
	height: 217px;
	margin: -25px 0 0 40px;
}
.area-wrap .tab li:nth-of-type(6) svg{
	width: 156px;
	height: 142px;
	margin: -25px 34px 0 0;
}
.area-wrap .content{
	margin: 150px auto 0;
}
.area-wrap .content .block{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 1030px;
}
.area-wrap .content .ttl{
	position: absolute;
	top: 150px;
	right: 60px;
	width: 440px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-wrap .content .inner:nth-of-type(2n) .ttl{
	left: 60px;
	right: auto;
}
.area-wrap .content .txt{
	position: absolute;
	top: 510px;
	right: 60px;
	width: 440px;
	font-size: 2.4rem;
	line-height: 1.75;
}
.area-wrap .content .inner:nth-of-type(2n) .txt{
	left: 60px;
	right: auto;
}
.area-wrap .content .img{
	position: absolute;
	top: 180px;
	left: 60px;
	width: 505px;
	height: 493px;
	transform: rotate(-30deg);
}
.area-wrap .content .inner:nth-of-type(2n) .img{
	right: 60px;
	left: auto;
}
.area-wrap .btn{
	position: absolute;
	bottom: 150px;
	right: 60px;
	text-align: right;
}
.area-wrap .inner:nth-of-type(2n) .btn{
	left: 60px;
	right: auto;
}
.area-wrap .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-wrap .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-wrap .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;
}
.area-wrap .sect-img{
	overflow: hidden;
	height: 250px;
}
.area-wrap .sect-img img{
	margin: -112px 0 0;
}
.area-more{
	padding: 100px 0;
	background: url(https://www.free-spirits.co.jp/img/kodawari_more_bg_img.jpg) no-repeat;
	background-size: cover;
}
.area-more h3{
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
}
.area-more h3 br{
	display: none;
}
.more-btn{
	margin-top: 50px;
}
.more-btn a{
	border-color: #f3ed33;
	color: #f3ed33;
}
.more-btn a::after{
	background-image: url(https://www.free-spirits.co.jp/img/top_arrow-type05.png);
}
.more-btn a:hover{
	border-color: #fff;
}
}
