@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;
}
#trigger-fadein-03{
	margin: 80vw 0 0;
}


/* -------------------------------- 
.mainvisual
-------------------------------- */
.mainvisual h2{
	position: absolute;
	bottom: 10vw;
	left: 4vw;
	color: #fff;
}
.mainvisual h2 .smal{
	display: block;
	margin: 0 0 .5vw;
}
.mainvisual h2 .big{
	margin: 0 2.5vw 0 0;
}
.mainvisual p{
	position: absolute;
	bottom: 6vw;
	left: 4vw;
	color: #fff;
	font-weight: bold;
}
.mainvisual .smal{
	font-size: 4vw;
}
.mainvisual .midle{
	font-size: 5vw;
}
.mainvisual .big{
	font-size: 8vw;
	font-family: 'Crimson Text', serif;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
.area-lead{
	width: 92vw;
	margin: 15vw auto 0;
}
.item{
	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;
}
.item li{
	width: 49%;
	margin: 0 2% 0 0;
}
.item li:nth-of-type(2n){
	margin-right: 0;
}
.item li:nth-of-type(n+3){
	margin-top: 5vw;
}
.item .label{
	margin: 2vw auto 0;
}
.item .price{
	margin: 2vw auto 0;
	color: #f23333;
	text-align: right;
}
.area-lead .txt{
	margin: 25vw auto 0;
	font-size: 4vw;
	font-weight: bold;
	line-height: 2.5;
	text-align: center;
}


/* -------------------------------- 
.sect-img
-------------------------------- */
.sect-img{
	margin: 25vw auto 0;
}


/* -------------------------------- 
.area-concept
-------------------------------- */
.area-concept{
	position: relative;
	width: 92vw;
	margin: 20vw auto 0;
}
.area-concept .ttl{
	font-size: 5vw;
	font-weight: bold;
}
.area-concept .ttl{
	font-size: 5vw;
	font-weight: bold;
	line-height: 2;
}
.area-concept .ttl > span:nth-of-type(1){
	display: block;
	margin: 0 0 -2vw;
}
.area-concept .red{
	color: #f23333;
}
.area-concept .big{
	font-size: 10vw;
}
.area-concept .txt{
	position: absolute;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
}
.area-concept .txt:nth-of-type(2){
	top: 56vw;
	left: 11vw;
	z-index: 2;
}
.area-concept .txt:nth-of-type(3){
	top: 138vw;
	right: 9vw;
	z-index: 2;
}
.area-concept .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;
	text-align: center;
}
.area-concept .block{
	margin: 10vw 0 0;
}
.area-concept .img{
	overflow: hidden;
	position: relative;
}
.area-concept .block .img:nth-of-type(1){
	margin: 42vw 0 0;
	padding: 0 0 69.5vw;
}
.area-concept .block .img:nth-of-type(-n+2){
	width: 50%;
	height: auto;
}
.area-concept .block .img:nth-of-type(3){
	width: 100%;
	height: auto;
	margin: 10vw 0 0;
}
.area-concept .block .img:nth-of-type(-n+2) img{
	position: absolute;
	transition: 1s ease-out;
}
.area-concept .block .img:nth-of-type(1) img{
	left: -46vw;
}
.area-concept .block .img:nth-of-type(2) img{
	right: -46vw;
}
.area-concept .block .add-slide.img:nth-of-type(1) img{
	left: 0;
}
.area-concept .block .add-slide.img:nth-of-type(2) img{
	right: 0;
}
.area-concept .sub-txt{
	margin: 15vw 0 0;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.75;
}
.area-concept .circle p{
	position: absolute;
}
.area-concept .circle01{
	top: -9vw;
	right: 0;
	width: 31vw;
	height: auto;
	z-index: 2;
}
.area-concept .circle02{
	top: 9vw;
	right: 20vw;
	width: 25vw;
	height: auto;
}
.area-concept .circle03{
	top: 79vw;
	left: 4vw;
	width: 6vw;
	height: auto;
}
.area-concept .circle04{
	top: 51vw;
	left: 12vw;
	width: 22vw;
	height: auto;
}
.area-concept .circle05{
	top: 122vw;
	right: 4vw;
	width: 6vw;
	height: auto;
}
.area-concept .circle06{
	top: 134vw;
	right: 12vw;
	width: 22vw;
	height: auto;
}
.area-concept .circle07{
	bottom: 24vw;
	right: 4vw;
	width: 6vw;
	height: auto;
}
.area-concept .circle08{
	bottom: 0;
	left: 12vw;
	width: 22vw;
	height: auto;
	z-index: -1;
}
.area-concept .bk-img{
	position: absolute;
	top: -20vw;
	left: -4vw;
	width: 100vw;
	height: auto;
	z-index: -2;
}


/* -------------------------------- 
.area-quality
-------------------------------- */
section[class=area-quality]{
	position: relative;
	width: 92vw;
	margin: 15vw auto 0;
}
.area-quality .inner{
	margin: 15vw auto 0;
}
.area-quality .ttl-img{
	width: 15vw;
	height: 15vw;
	margin: 0 auto;
	transition: transform 1s ease-out;
	transform: scale(1, 0);
}
.area-quality .add-pop{
	transform: scale(1, 1);
}
.area-quality h3{
	margin: 5vw 0 0;
	font-size: 4vw;
	line-height: 2;
	text-align: center;
}
.area-quality .img{
	margin: 8vw auto 0;
}
.area-quality .sub-txt{
	margin: 5.5vw auto 0;
}


/* -------------------------------- 
.area-perform
-------------------------------- */
.area-perform{
	width: 92vw;
}
.area-perform .img{
	margin: 8vw auto 0;
}
.area-perform .sub-txt{
	margin: 5.5vw auto 0;
}
.area-perform .item{
	margin: 10vw auto 0;
}
}


@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;
}


/* -------------------------------- 
.mainvisual
-------------------------------- */
.mainvisual{
	position: relative;
}
.mainvisual h2{
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 1050px;
	margin: 0 0 0 -560px;
	color: #fff;
	text-align: center;
}
.mainvisual h2 .smal{
	display: block;
	margin: 0 0 25px;
}
.mainvisual h2 .big{
	margin: 0 20px 0 0;
}
.mainvisual p{
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 1050px;
	margin: 0 0 0 -560px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.mainvisual .smal{
	font-size: 2.4rem;
	line-height: 1.25;
}
.mainvisual .midle{
	font-size: 2.4rem;
}
.mainvisual .big{
	font-size: 7.2rem;
	font-family: 'Crimson Text', serif;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
.area-lead{
	width: 1050px;
	margin: 50px auto 0;
}
.item{
	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: 0 auto;
}
.item li{
	width: 24%;
	margin: 0 calc(4%/3) 0 0;
}
.item li:nth-of-type(4n){
	margin-right: 0;
}
.item li:nth-of-type(n+5){
	margin-top: 50px;
}
.item .label{
	margin: 10px auto 0;
}
.item .price{
	margin: 10px auto 0;
	color: #f23333;
	text-align: right;
}
.area-lead .txt{
	margin: 150px auto 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2.5;
	text-align: center;
}


/* -------------------------------- 
.sect-img
-------------------------------- */
.sect-img{
	overflow: hidden;
	height: 480px;
	margin: 200px auto 0;
}
.sect-img picture{
	display: block;
	margin: -90px 0 0;
}


/* -------------------------------- 
.area-concept
-------------------------------- */
.area-concept{
	position: relative;
	width: 1050px;
	margin: 200px auto 0;
}
.area-concept .ttl{
	margin: 0 0 0 180px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2;
}
.area-concept .ttl > span:nth-of-type(1){
	display: block;
	margin: 0 0 -20px;
}
.area-concept .red{
	color: #f23333;
}
.area-concept .big{
	font-size: 7.2rem;
}
.area-concept .txt{
	position: absolute;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
}
.area-concept .txt:nth-of-type(2){
	top: 460px;
	left: 210px;
	z-index: 2;
}
.area-concept .txt:nth-of-type(3){
	top: 1510px;
	right: 130px;
	z-index: 2;
}
.area-concept .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;
	text-align: center;
}
.area-concept .block{
	margin: 100px 0 0;
}
.area-concept .img{
	overflow: hidden;
	position: relative;
}
.area-concept .block .img:nth-of-type(1){
	margin: 510px 0 0;
	padding: 0 0 844px;
}
.area-concept .block .img:nth-of-type(-n+2){
	width: 50%;
	height: auto;
}
.area-concept .block .img:nth-of-type(3){
	width: 100%;
	height: auto;
	margin: 100px 0 0;
}
.area-concept .block .img:nth-of-type(-n+2) img{
	position: absolute;
	transition: 1s ease-out;
}
.area-concept .block .img:nth-of-type(1) img{
	left: -46vw;
}
.area-concept .block .img:nth-of-type(2) img{
	right: -46vw;
}
.area-concept .block .add-slide.img:nth-of-type(1) img{
	left: 0;
}
.area-concept .block .add-slide.img:nth-of-type(2) img{
	right: 0;
}
.area-concept .sub-txt{
	margin: 15vw 0 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.75;
}
.area-concept .circle p{
	position: absolute;
}
.area-concept .circle01{
	top: -90px;
	right: 0;
	width: 310px;
	height: auto;
	z-index: 2;
}
.area-concept .circle02{
	top: 90px;
	right: 200px;
	width: 250px;
	height: auto;
}
.area-concept .circle03{
	top: 757px;
	left: 60px;
	width: 60px;
	height: auto;
}
.area-concept .circle04{
	top: 410px;
	left: 230px;
	width: 180px;
	height: auto;
}
.area-concept .circle05{
	top: 1267px;
	right: 60px;
	width: 60px;
	height: auto;
}
.area-concept .circle06{
	top: 1480px;
	right: 165px;
	width: 180px;
	height: auto;
}
.area-concept .circle07{
	bottom: 220px;
	right: 60px;
	width: 60px;
	height: auto;
}
.area-concept .circle08{
	bottom: 0;
	left: 120px;
	width: 180px;
	height: auto;
	z-index: -1;
}
.area-concept .bk-img{
	position: absolute;
	top: -470px;
	left: -40px;
	width: 1200px;
	height: auto;
	z-index: -2;
}


/* -------------------------------- 
.area-quality
-------------------------------- */
section[class=area-quality]{
	position: relative;
	width: 1050px;
	margin: 150px auto 0;
}
.area-quality .inner{
	margin: 100px auto 0;
}
.area-quality .ttl-img{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	transition: transform 1s ease-out;
	transform: scale(1, 0);
}
.area-quality .add-pop{
	transform: scale(1, 1);
}
.area-quality h3{
	margin: 40px 0 0;
	font-size: 2.4rem;
	line-height: 2;
	text-align: center;
}
.area-quality .img{
	margin: 40px auto 0;
}
.area-quality .sub-txt{
	width: 980px;
	margin: 30px auto 0;
}


/* -------------------------------- 
.area-perform
-------------------------------- */
.area-perform{
	width: 1050px;
}
.area-perform > .img{
	overflow: hidden;
	height: 560px;
	margin: 40px auto 0;
}
.area-perform .sub-txt{
	width: 980px;
	margin: 30px auto 0;
}
.area-perform .item{
	margin: 50px auto 0;
}
}
