@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;
}
.sub-txt{
	margin: 5vw 0 0;
	font-size: 4vw;
	line-height: 1.75;
}
.sub-txt span{
	display: block;
	margin: 3vw 0 0;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	width: 92vw;
	margin: 5vw auto 0;
}
.area-lead .mainvisual{
	margin: 5vw 0 0;
}
.area-lead .nav{
	margin: 10vw 0 0;
	padding: 5vw;
	background: #344457;
	box-sizing: border-box;
	color: #fff;
}
.area-lead .nav li{
	margin: 4vw 0 0;
}
.area-lead .nav h3{
	color: #fff;
	font-size: 5vw;
}
.area-lead .nav a{
	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;
	color: #fff;
	font-size: 3.4vw;
}
.area-lead .nav a::before{
	content: "1";
	display: block;
	width: 5vw;
	height: 5vw;
	margin: 0 1vw 0 0;
	padding: .8vw 0 0;
	background: #fff;
	box-sizing: border-box;
	color: #344457;
	font-weight: bold;
	font-size: 4vw;
	font-family: 'Crimson Text', serif;
	text-align: center;
}
.area-lead .nav a span{
	display: block;
	width: 75vw;
	padding: 1vw 0;
}
.area-lead .nav li:nth-of-type(2) a::before{
	content: "2";
}
.area-lead .nav li:nth-of-type(3) a::before{
	content: "3";
}
.area-lead .nav li:nth-of-type(4) a::before{
	content: "4";
}
.area-lead .nav li:nth-of-type(5) a::before{
	content: "5";
}
.area-lead .nav li:nth-of-type(6) a::before{
	content: "6";
}
.area-lead .nav li:nth-of-type(7) a::before{
	content: "7";
}
.area-lead .nav li:nth-of-type(8) a::before{
	content: "8";
}
.area-lead .nav li:nth-of-type(9) a::before{
	content: "9";
}
.area-lead .nav li:nth-of-type(10) a::before{
	content: "10";
}
.area-lead .nav li:nth-of-type(11) a::before{
	content: "11";
}
.area-lead .nav li:nth-of-type(12) a::before{
	content: "12";
}


/* -------------------------------- 
.area-cont
-------------------------------- */
.area-cont{
	width: 92vw;
}
.area-cont .img{
	margin: 5vw 0 0;
}
.area-cont .sub-txt + .img{
	margin: 7vw 0 0;
}
.area-cont .sub-txt{
	line-height: 1.75;
}
.area-cont .img + .sub-txt{
	margin: 2vw 0 0;
}
.area-cont:last-of-type .img{
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}
.area-cont .label{
	margin: 3vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-cont .price{
	margin: 2vw auto 0;
	color: #f23333;
	text-align: right;
}
.area-cont .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
}


@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;
}
.sub-txt{
	margin: 45px 0 0;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	width: 1050px;;
	margin: 50px auto 0;
}
.area-lead .mainvisual{
	margin: 45px 0 0;
}
.area-lead .nav{
	margin: 50px 0 0;
	padding: 50px;
	background: #344457;
	box-sizing: border-box;
	color: #fff;
}
.area-lead .nav li{
	margin: 20px 0 0;
}
.area-lead .nav h3{
	color: #fff;
	font-size: 2.4rem;
}
.area-lead .nav a{
	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;
	color: #fff;
	font-size: 2.4rem;
}
.area-lead .nav a::before{
	content: "1";
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 10px 0 0;
	padding: 10px 0 0;
	background: #fff;
	box-sizing: border-box;
	color: #344457;
	font-weight: bold;
	font-size: 2.4rem;
	font-family: 'Crimson Text', serif;
	text-align: center;
}
.area-lead .nav a span{
	display: block;
	padding: 6px 0;
	text-decoration: underline;
}
.area-lead .nav li:hover a::before{
	transition: all .6s;
	background: #f3ed33;
}
.area-lead .nav li:hover a span{
	transition: all .6s;
	color: #f3ed33;
	text-decoration: none;
}
.area-lead .nav li:nth-of-type(2) a::before{
	content: "2";
}
.area-lead .nav li:nth-of-type(3) a::before{
	content: "3";
}
.area-lead .nav li:nth-of-type(4) a::before{
	content: "4";
}
.area-lead .nav li:nth-of-type(5) a::before{
	content: "5";
}
.area-lead .nav li:nth-of-type(6) a::before{
	content: "6";
}
.area-lead .nav li:nth-of-type(7) a::before{
	content: "7";
}
.area-lead .nav li:nth-of-type(8) a::before{
	content: "8";
}
.area-lead .nav li:nth-of-type(9) a::before{
	content: "9";
}
.area-lead .nav li:nth-of-type(10) a::before{
	content: "10";
}
.area-lead .nav li:nth-of-type(11) a::before{
	content: "11";
}
.area-lead .nav li:nth-of-type(12) a::before{
	content: "12";
}


/* -------------------------------- 
.area-cont
-------------------------------- */
section[class=area-cont]{
	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: 1050px;
	margin: 100px auto 0;
	padding: 100px 35px;
	background: #fff;
	box-sizing: border-box;
}
section.area-cont:nth-of-type(n+3){
	margin-top: 0;
	padding-top: 0;
}
section[class=area-cont] h2{
	width: 100%;
	font-size: 2.4rem;
}
.area-cont .img{
	width: 50%;
	margin: 50px 0 0;
}
.area-cont .sub-txt + .img{
	width: 50%;
	margin: 50px 0 0;
}
.area-cont .sub-txt{
	margin: 50px 0 0;
	line-height: 1.75;
}
.area-cont .img + .sub-txt{
	width: 50%;
	margin: 50px 0 0;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.area-cont .img + .img + .sub-txt{
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
}
.area-cont:last-of-type .img{
	width: 100%;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}
.area-cont .block{
	width: 50%;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
.area-cont .label{
	margin: 10px 0 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-cont .price{
	margin: 10px 0 0;
	color: #f23333;
	text-align: right;
}
.area-cont .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-cont .more-btn{
	margin: 260px auto 0;
}
}
