@charset "utf-8";
@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-strength
-------------------------------- */
section[class=area-strength]{
	margin: 8vw auto 0;
}
.area-strength::after{
 content: "";
 display: block;
 width: 100%;
 height: 50vw;
	background: url(https://www.free-spirits.co.jp/img/giftformen_strength_bg-04.gif) no-repeat;
	background-size: contain;
}
.area-strength h2{
	width: 92vw;
	margin: 0 auto;
}
.area-strength .sub-txt{
	width: 92vw;
	margin: 5vw auto 0;
}
.area-strength .block{
	position: relative;
	padding: 12vw 0 21vw;
	color: #fff;
}
.area-strength .block:first-of-type{
	margin: 5vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/giftformen_strength_bg-01.jpg) no-repeat;
	background-size: cover;
}
.area-strength .block:nth-of-type(2){
	background: url(https://www.free-spirits.co.jp/img/giftformen_strength_bg-02.jpg) no-repeat;
	background-size: cover;
	color: #333;
	text-align: right;
}
.area-strength .block:nth-of-type(3){
	background: url(https://www.free-spirits.co.jp/img/giftformen_strength_bg-03.jpg) no-repeat;
	background-size: cover;
}
.area-strength .block::after{
	content: "1";
	display: block;
	position: absolute;
	bottom: 20vw;
	right: 6vw;
	color: #fff;
	font-size: 35vw;
	font-family: 'Crimson Text', serif;
}
.area-strength .block:nth-of-type(2)::after{
	content: "2";
	left: 6vw;
	right: auto;
	color: #333;
}
.area-strength .block:nth-of-type(3)::after{
	content: "3";
}
.area-strength h3{
	width: 92vw;
	margin: 0 auto;
	font-size: 6vw;
	line-height: 1.25;
}
.area-strength .txt{
	width: 65vw;
	margin: 6vw 0 0 8vw;
	line-height: 1.5;
}
.area-strength .block:nth-of-type(2) .txt{
	margin: 6vw 0 0 27vw;
}


/* -------------------------------- 
.area-select
-------------------------------- */
.area-select{
	width: 92vw;
}
.area-select .sub-txt{
	margin: 5vw auto 0;
}
.area-select h3{
	font-size: 6vw;
	margin: 8vw 0 0;
}
.area-select 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;
	margin: 5vw 0 0;
	text-align: center;
}
.area-select li{
	width: 49%;
	margin: 0 2% 0 0;
}
.area-select li:nth-of-type(2n){
	margin-right: 0;
}
.area-select li:nth-of-type(n+3){
	margin-top: 5vw;
}
.area-select .txt{
	margin: 3vw 0 0;
	line-height: 1.5;
}
.area-select .label{
	margin: 1.5vw 0 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}


/* -------------------------------- 
.area-rest
-------------------------------- */
.area-rest{
	margin: 25vw 0 0;
}


/* -------------------------------- 
.area-option
-------------------------------- */
.area-option{
	width: 92vw;
}
.area-option .sub-txt{
	margin: 5vw auto 0;
}
.area-option .block{
	margin: 8vw 0 0;
}
.area-option h3{
	font-size: 6vw;
}
.area-option .img{
	margin: 4.5vw 0 0;
}
.area-option .txt{
	margin: 4vw 0 0;
	line-height: 1.5;
}
.area-option ul{
	margin: 4vw 0 0;
	font-size: 3.4vw;
	line-height: 1.5;
}
.area-option li:nth-of-type(n+2){
	margin: 2vw 0 0;
}
.area-option li::before{
	content: "・";
	padding: 0 1vw 0 0;
}


/* -------------------------------- 
.area-caution
-------------------------------- */
.area-caution{
	width: 92vw;
}
.area-caution ul{
	margin: 5vw auto 0;
	line-height: 1.5;
}
.area-caution li:nth-of-type(n+2){
	margin: 3vw 0 0;
}
.area-caution li::before{
	content: "・";
	padding: 0 1vw 0 0;
}
.area-caution span{
	color: #f23333;
	font-weight: bold;
}


/* -------------------------------- 
.area-howto
-------------------------------- */
.area-howto{
	width: 92vw;
}
.area-howto .sub-txt{
	margin: 5vw auto 0;
}
.area-howto .block{
	margin: 8vw 0 0;
}
.area-howto h3{
	font-size: 6vw;
}
.area-howto .img{
	margin: 4.5vw 0 0;
}
.area-howto .txt{
	margin: 4vw 0 0;
	line-height: 1.5;
}
}


@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: 100px auto 0;
	text-align: center;
}
.more-btn a{
	display: inline-block;
	position: relative;
	padding: 25px 110px 23px 55px;
	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: 23px;
	height: 35px;
	margin: -17.5px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}


/* -------------------------------- 
.area-strength
-------------------------------- */
section[class=area-strength]{
	margin: 50px auto 0;
}
.area-strength::after{
	content: "";
	display: block;
	width: 1050px;
	height: 400px;
	margin: 200px auto 0;
 	background: url(https://www.free-spirits.co.jp/img/giftformen_strength_bg-04-pc.gif) no-repeat;
	background-size: contain;
}
.area-strength h2{
	width: 1050px;
	margin: 0 auto;
}
.area-strength .sub-txt{
	width: 1050px;
	margin: 45px auto 0;
}
.area-strength .block{
	position: relative;
	width: 1050px;
	margin: 0 auto;
}
.area-strength .block:first-of-type{
	margin: 75px auto 0;
}
.area-strength .block:nth-of-type(2){
	text-align: right;
}
.area-strength .block::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 525px;
	height: 310px;
	background: url(https://www.free-spirits.co.jp/img/giftformen_strength_bg-01-pc.jpg) no-repeat;
	background-size: cover;
}
.area-strength .block:nth-of-type(2)::before{
	left: auto;
	right: 0;
	background: url(https://www.free-spirits.co.jp/img/giftformen_strength_bg-02-pc.jpg) no-repeat;
}
.area-strength .block:nth-of-type(3)::before{
	background: url(https://www.free-spirits.co.jp/img/giftformen_strength_bg-03-pc.jpg) no-repeat;
}
.area-strength .block::after{
	content: "1";
	display: block;
	position: absolute;
	bottom: 90px;
	right: 10px;
	font-size: 18rem;
	font-family: 'Crimson Text', serif;
}
.area-strength .block:nth-of-type(2)::after{
	content: "2";
	left: 10px;
	right: auto;
}
.area-strength .block:nth-of-type(3)::after{
	content: "3";
}
.area-strength h3{
	width: 420px;
	margin: 0 0 0 560px;
	padding: 49px 0 0 0px;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-strength .block:nth-of-type(2) h3{
	margin: 0;
	padding: 49px 0 0 73px;
}
.area-strength .txt{
	width: 400px;
	margin: 25px 0 0 560px;
	padding: 0 0 69px 0px;
	line-height: 1.75;
}
.area-strength .block:nth-of-type(2) .txt{
	width: 400px;
	margin: 25px 0 0 0;
	padding: 0 0 69px 90px;
}


/* -------------------------------- 
.area-select
-------------------------------- */
.area-select{
	width: 1050px;
}
.area-select .sub-txt{
	margin: 45px auto 0;
}
.area-select .block{
	width: 980px;
	margin: 0 auto;
}
.area-select h3{
	font-size: 2.4rem;
	margin: 80px 0 0;
}
.area-select 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;
	margin: 30px 0 0;
	text-align: center;
}
.area-select li{
	width: 23.5%;
	margin: 0 2% 0 0;
}
.area-select li:nth-of-type(4n){
	margin-right: 0;
}
.area-select li:nth-of-type(n+5){
	margin-top: 30px;
}
.area-select .txt{
	margin: 30px 0 0;
	line-height: 1.75;
}
.area-select .label{
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}


/* -------------------------------- 
.area-rest
-------------------------------- */
.area-rest{
	margin: 200px auto 0;
}


/* -------------------------------- 
.area-option
-------------------------------- */
.area-option{
	width: 1050px;
}
.area-option .sub-txt{
	margin: 45px auto 0;
}
.area-option .block{
	width: 980px;
	margin: 80px auto 0;
}
.area-option h3{
	font-size: 2.4rem;
}
.area-option .block .in{
	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: 30px 0 0;
}
.area-option .img{
	width: 50%;
}
.area-option .txt{
	width: 47%;
	line-height: 1.75;
}
.area-option .small-in{
	width: 47%;
}
.area-option .small-in .txt{
	width: 100%;
}
.area-option ul{
	margin: 10px 0 0;
	font-size: 1.6rem;
	line-height: 1.75;
}
.area-option li:nth-of-type(n+2){
	margin: 5px 0 0;
}
.area-option li::before{
	content: "・";
	padding: 0 5px 0 0;
}


/* -------------------------------- 
.area-caution
-------------------------------- */
.area-caution{
	width: 1050px;
}
.area-caution ul{
	margin: 45px auto 0;
	line-height: 1.75;
}
.area-caution li:nth-of-type(n+2){
	margin: 15px 0 0;
}
.area-caution li::before{
	content: "・";
	padding: 0 5px 0 0;
}
.area-caution span{
	color: #f23333;
	font-weight: bold;
}


/* -------------------------------- 
.area-howto
-------------------------------- */
.area-howto{
	width: 1050px;
}
.area-howto .sub-txt{
	margin: 45px auto 0;
}
.area-howto .block{
	width: 980px;
	margin: 80px auto 0;
}
.area-howto h3{
	font-size: 2.4rem;
}
.area-howto .block .in{
	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: 30px 0 0;
}
.area-howto .img{
	width: 50%;
}
.area-howto .txt{
	width: 47%;
	line-height: 1.75;
}
}
