@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-syokunin
-------------------------------- */
section[class=area-syokunin]{
	width: 92vw;
	margin: 8vw auto 0;
}
.area-syokunin .block:nth-of-type(1){
	margin: 10vw auto 0;
}
.area-syokunin .block:nth-of-type(1) .img{
	width: 50vw;
	height: auto;
	margin: 0 auto;
}
.area-syokunin .sub-txt{
	margin: 5vw 0 0;
}
.area-syokunin .block:nth-of-type(2){
	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: 10vw auto 0;
}
.area-syokunin .block:nth-of-type(2) .img{
	width: 46vw;
	height: auto;
}
.area-syokunin .block:nth-of-type(2) .txt{
	width: 42vw;
	margin: 3vw 0 0;
	line-height: 1.5;
}
.area-syokunin .btn{
	text-align: center;
}
.area-syokunin .btn a{
	display: inline-block;
	margin: 5vw 0 0;
	color: #1d508d;
	font-weight: bold;
}
.area-syokunin .btn a::after{
	content: "";
	display: inline-block;
	width: 2vw;
	height: 3.2vw;
	margin: 0 0 0 1.5vw;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-kodawari
-------------------------------- */
.area-kodawari{
	width: 92vw;
}
.area-kodawari .block{
	padding: 12vw 5vw 10vw;
}
.area-kodawari .block:nth-of-type(1){
	margin: 5vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/original_top_kodawari_img-01.jpg) no-repeat;
	background-size: cover;
}
.area-kodawari .block:nth-of-type(2){
	background: url(https://www.free-spirits.co.jp/img/original_top_kodawari_img-02.jpg) no-repeat;
	background-size: cover;
}
.area-kodawari .block:nth-of-type(3){
	background: url(https://www.free-spirits.co.jp/img/original_top_kodawari_img-03.jpg) no-repeat;
	background-size: cover;
}
.area-kodawari h3{
	font-size: 4.6vw;
	text-align: center;
}
.area-kodawari .txt{
	margin: 6vw 0 0;
	line-height: 1.5;
}


/* -------------------------------- 
.area-syoukai
-------------------------------- */
.area-syoukai{
	width: 92vw;
}
.area-syoukai .block{
	padding: 12vw 5vw 10vw;
}
.area-syoukai > .block:nth-of-type(1){
	margin: 5vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/original_top_syoukai_img-01.jpg) no-repeat;
	background-size: cover;
}
.area-syoukai > .block:nth-of-type(2){
	background: url(https://www.free-spirits.co.jp/img/original_top_syoukai_img-02.jpg) no-repeat;
	background-size: cover;
}
.area-syoukai > .block:nth-of-type(3){
	background: url(https://www.free-spirits.co.jp/img/original_top_syoukai_img-03.jpg) no-repeat;
	background-size: cover;
}
.area-syoukai > .block h3{
	font-size: 4.6vw;
	line-height: 1.25;
	text-align: center;
}
.area-syoukai > .block .txt{
	margin: 4vw 0 0;
	line-height: 1.5;
}
.area-syoukai .more-btn{
	margin: 4vw auto 0;;
}
.area-syoukai 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-syoukai li .img{
	width: 28vw;
	height: auto;
}
.area-syoukai li a{
	width: 60vw;
	height: auto;
	padding: 2vw 0;
	box-sizing: border-box;
}
.area-syoukai li .txt{
	margin: 2vw 0 0;
	line-height: 1.5;
	text-decoration: underline;
}


/* -------------------------------- 
.area-newitem
-------------------------------- */
.area-newitem{
	width: 92vw;
}
.area-newitem .sub-txt{
	margin: 5vw 0 0;
}
.area-newitem .block{
	margin: 8vw 0 0;
	font-size: 4.6vw;
}
.area-newitem .btn a{
	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;
	position: relative;
	width: 15vw;
	margin: 0 0 0 73vw;
	padding: 3vw 4vw 3vw 0;
	color: #1d508d;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
}
.area-newitem .btn a::after{
	content: "";
	display: block;
	width: 5.9vw;
	height: 5.7vw;
	margin: -1vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_ico_buy.png) no-repeat;
	background-size: contain;
}
.area-newitem .btn a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.7vw;
	height: 2.7vw;
	margin: -1.35vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-osusume
-------------------------------- */
.area-osusume{
	overflow: hidden;
	padding: 0 4vw 0;
}
.area-osusume .sub-txt{
	margin: 5vw 0 0;
}
.area-osusume .block{
	position: relative;
	margin: 15vw 0 0;
}
.area-osusume h3{
	width: 48vw;
	font-size: 4vw;
	line-height: 1.5;
}
.area-osusume .block:nth-of-type(2n+1) h3{
	margin-left: 44vw;;
	text-align: right;
}
.area-osusume .img{
	position: absolute;
	top: 0;
	width: 70vw;
}
.area-osusume .block:nth-of-type(1) .img{
	left: -10vw;
}
.area-osusume .block:nth-of-type(2) .img{
	right: -15vw;
}
.area-osusume .block:nth-of-type(3) .img{
	left: -10vw;
}
.area-osusume .block:nth-of-type(4) .img{
	right: -15vw;
}
.area-osusume .block:nth-of-type(5) .img{
	left: -25vw;
}
.area-osusume .block:nth-of-type(6) .img{
	right: -20vw;
}
.area-osusume .block:nth-of-type(7) .img{
	left: -10vw;
}
.area-osusume .btn{
	margin: 30vw 0 0;
}
.area-osusume .btn a{
	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;
	position: relative;
	width: 15vw;
	padding: 3vw 4vw 3vw 0;
	color: #1d508d;
	font-weight: bold;
	font-size: 4.6vw;
	font-family: 'Crimson Text', serif;
}
.area-osusume .block:nth-of-type(2n+1) a{
	margin-left: 73vw;
}
.area-osusume .block:nth-of-type(2n) a{
	margin-left: 28vw;
}
.area-osusume .btn a::after{
	content: "";
	display: block;
	width: 5.9vw;
	height: 5.7vw;
	margin: -1vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_ico_buy.png) no-repeat;
	background-size: contain;
}
.area-osusume .btn a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.7vw;
	height: 2.7vw;
	margin: -1.35vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-seotxt
-------------------------------- */
.area-seotxt{
	width: 92vw;
}
.area-seotxt .txt{
	margin: 5vw 0 0;
	line-height: 1.75;
}
}


@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-syokunin
-------------------------------- */
section[class=area-syokunin]{
	width: 1050px;
	margin: 50px auto 0;
}
.area-syokunin .block:nth-of-type(1){
	margin: 50px auto 0;
}
.area-syokunin .block:nth-of-type(1) .img{
	width: 400px;
	height: auto;
	margin: 0 auto;
}
.area-syokunin .sub-txt{
	width: 980px;
	margin: 25px auto 0;
}
.area-syokunin .btn{
	text-align: right;
}
.area-syokunin .btn a{
	display: inline-block;
	margin: 50px 0 0;
	color: #1d508d;
	font-weight: bold;
}
.area-syokunin .btn a::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 17px;
	margin: 0 0 0 10px;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.area-syokunin .btn a:hover{
	color: #f3ed33;
}
.area-syokunin .btn a:hover::after{
	transition: all .6s;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type05.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-kodawari
-------------------------------- */
.area-kodawari{
	width: 1050px;
}
.area-kodawari .block{
	width: 900px;
	margin: 0 auto;
	padding: 120px 300px 120px;
	box-sizing: border-box;
}
.area-kodawari .block:nth-of-type(1){
	margin: 50px auto 0;
	background: url(https://www.free-spirits.co.jp/img/original_top_kodawari_img-01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.area-kodawari .block:nth-of-type(2){
	background: url(https://www.free-spirits.co.jp/img/original_top_kodawari_img-02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.area-kodawari .block:nth-of-type(3){
	background: url(https://www.free-spirits.co.jp/img/original_top_kodawari_img-03.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.area-kodawari h3{
	font-size: 2.4rem;
	text-align: center;
}
.area-kodawari .txt{
	margin: 50px 0 0;
	line-height: 1.75;
}


/* -------------------------------- 
.area-syoukai
-------------------------------- */
.area-syoukai{
	width: 1050px;
}
.area-syoukai .block{
	padding: 120px 300px 120px;
}
.area-syoukai > .block:nth-of-type(1){
	margin: 50px 0 0;
	background: url(https://www.free-spirits.co.jp/img/original_top_syoukai_img-01.jpg) no-repeat;
	background-size: cover;
}
.area-syoukai > .block:nth-of-type(2){
	background: url(https://www.free-spirits.co.jp/img/original_top_syoukai_img-02.jpg) no-repeat;
	background-size: cover;
}
.area-syoukai > .block:nth-of-type(3){
	background: url(https://www.free-spirits.co.jp/img/original_top_syoukai_img-03.jpg) no-repeat;
	background-size: cover;
}
.area-syoukai > .block h3{
	font-size: 2.4rem;
	line-height: 1.25;
	text-align: center;
}
.area-syoukai > .block .txt{
	margin: 50px 0 0;
	line-height: 1.75;
}
.area-syoukai .more-btn{
	margin: 50px auto 0;
}
.area-syoukai .more-btn a{
	background: rgba(255, 255, 255, .7);
}
.area-syoukai 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;
	margin: 0 auto;
}
.area-syoukai li{
	width: 48%;
	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-syoukai li .img{
	width: 200px;
	height: auto;
}
.area-syoukai li a{
	width: 285px;
	height: auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.area-syoukai li h3,
.area-syoukai li .ttl{
	margin: 20px 0 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-syoukai li .txt{
	margin: 20px 0 0;
	line-height: 1.5;
	text-decoration: underline;
}
.area-syoukai li a:hover .txt{
	text-decoration: none;
}

/* -------------------------------- 
.area-newitem
-------------------------------- */
.area-newitem{
	width: 1050px;
}
.area-newitem .sub-txt{
	margin: 25px 0 0;
}
.area-newitem .block{
	width: 980px;
	margin: 100px auto 0;
	font-size: 2.4rem;
}
.area-newitem .block:nth-of-type(n+2){
	margin: 120px auto 0;
}
.area-newitem .btn a{
	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;
	position: relative;
	width: 120px;
	margin: 0 0 0 900px;
	padding: 30px 30px 30px 0;
	color: #1d508d;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
}
.area-newitem .btn a:hover{
	opacity: .6;
}
.area-newitem .btn a::after{
	content: "";
	display: block;
	width: 60px;
	height: 58px;
	margin: -13px 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_ico_buy.png) no-repeat;
	background-size: contain;
}
.area-newitem .btn a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 23px;
	margin: -15px 0 0;
	background: url(https://www.free-spirits.co.jp/img/https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-osusume
-------------------------------- */
.area-osusume{
	width: 1050px;
}
.area-osusume .sub-txt{
	margin: 25px 0 0;
}
.area-osusume .block{
	position: relative;
	margin: 150px 0 0;
}
.area-osusume h3{
	width: 430px;
	font-size: 2.4rem;
	line-height: 1.5;
}
.area-osusume .block:nth-of-type(2n+1) h3{
	margin-left: 620px;;
	text-align: right;
}
.area-osusume .img{
	position: absolute;
	top: 0;
	width: 650px;
}
.area-osusume .block:nth-of-type(2n) .img{
	right: 0;
}
.area-osusume .btn{
	margin: 300px 0 0;
}
.area-osusume .btn a{
	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;
	position: relative;
	width: 120px;
	padding: 30px 30px 30px 0;
	color: #1d508d;
	font-weight: bold;
	font-size: 2.4rem;
	font-family: 'Crimson Text', serif;
}
.area-osusume .block:nth-of-type(2n+1) a{
	margin-left: 930px;
}
.area-osusume .block:nth-of-type(2n) a{
	margin-left: 280px;
}
.area-osusume .btn a:hover{
	opacity: .6;
}
.area-osusume .btn a::after{
	content: "";
	display: block;
	width: 60px;
	height: 58px;
	margin: -13px 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_ico_buy.png) no-repeat;
	background-size: contain;
}
.area-osusume .btn a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 23px;
	margin: -15px 0 0;
	background: url(https://www.free-spirits.co.jp/img/https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-seotxt
-------------------------------- */
.area-seotxt{
	width: 1050px;
}
.area-seotxt .txt{
	margin: 25px 0 0;
	line-height: 1.75;
	column-count: 2;
}
}
