@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-info
-------------------------------- */
section[class=area-info]{
	width: 92vw;
	margin: 10vw auto 0;
}
.info-list{
	overflow: scroll;
	height: 114vw;
	margin: 5vw 0 0;
	padding: 6.5vw 3.5vw;
	border: .6vw solid #344457;
	box-sizing: border-box;
}
.area-info .info-list li:nth-of-type(n+2){
	padding: 8vw 0;
	border-top: 1px solid #cdcdcd;
}
.area-info .info-list li:first-of-type{
	padding: 0 0 8vw;
}
.area-info .info-list li:last-of-type{
	padding: 8vw 0 0;
}
.area-info .date{
	font-size: 4vw;
}
.info-ico{
	margin: 2vw 0 0;
}
.info-ico span{
	display: inline-block;
	margin: 0 2vw 0 0;
	padding: 1.8vw 1.6vw;
	background: #344457;
	color: #fff;
	font-size: 3vw;
}
.info-txt{
	margin: 2.5vw 0 0;
	font-size: 3.4vw;
	line-height: 1.6;
	text-decoration: underline;
}


/* -------------------------------- 
.area-stren
-------------------------------- */
.area-stren-inner{
	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-stren-inner:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.area-stren-inner:nth-of-type(1){
	background: url(https://www.free-spirits.co.jp/img/gift_stren_inner_bg-event.jpg?0710) no-repeat;
	background-size: cover;
}
.area-stren-inner:nth-of-type(2){
	background: url(https://www.free-spirits.co.jp/img/gift_stren_inner_bg-name.jpg) no-repeat;
	background-size: cover;
}
.area-stren-inner:nth-of-type(3){
	background: url(https://www.free-spirits.co.jp/img/gift_stren_inner_bg-ranking.jpg) no-repeat;
	background-size: cover;
}
.area-stren-inner:nth-of-type(4){
	background: url(https://www.free-spirits.co.jp/img/gift_stren_inner_bg-wrapping.jpg) no-repeat;
	background-size: cover;
}
.area-stren .block{
	width: 41%;
	padding: 7vw 4vw 7.5vw;
	background: rgba(8,22,39,.5);
	box-sizing: border-box;
	color: #fff;
}
.area-stren h2{
	font-size: 4vw;
	line-height: 1.4;
}
.area-stren .txt{
	margin: 4vw 0 0;
	font-weight: normal;
	line-height: 1.4;
}
.area-stren .btn{
	position: relative;
	width: 57%;
}
.area-stren .btn a{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40vw;
	height: 10vw;
	margin: -5vw 0 0 -20vw;
	padding: 2vw 0;
	border: 1vw solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 4.2vw;
	text-align: center;
}


/* -------------------------------- 
.area-serch
-------------------------------- */
.area-serch h2,
.area-serch > .sub-txt{
	width: 92vw;
	margin: 0 auto;
}
.area-serch .sub-txt{
	margin-top: 5vw;
}
.area-serch-inner{
	margin: 10vw 0 0;
	padding: 9.5vw 4vw 9vw;
	background: url(https://www.free-spirits.co.jp/img/gift_serch_inner_bg.jpg) no-repeat;
	background-size: cover;
}
.area-serch-inner .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-serch-inner .block p{
	width: 50%;
}
.area-serch-inner .block p span{
	font-weight: bold;
	font-size: 4.6vw;
}
.area-serch-inner select{
	width: 95%;
	margin: 4vw 0 0;
	padding: 2.5vw 2vw 3vw;
	border-radius: .4vw;
	background: #4b4b4b;
	color: #fff;
	font-weight: bold;
}
.area-serch-inner .block + p{
	margin: 5vw 0 0;
	font-weight: bold;
	font-size: 4.6vw;
	text-align: center;
}
.area-serch-inner .block + p input{
	-webkit-appearance: none;
	appearance: none;
	padding: 2vw 20vw 1.5vw 16vw;
	background-color: none;
	background: url(https://www.free-spirits.co.jp/img/common_mushimegane-type01.png) no-repeat;
	background-size: 5vw 5vw;
	background-position: 90% 50%;
	border: 1vw solid #1d508d;
	color: #1d508d;
}
.area-serch .tab-wrap{
	padding: 15vw 4vw 15vw;
	background: #e6e6e6;
}
.area-serch .tab{
	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-serch .tab li{
	width: 50%;
	padding: 4.5vw 0 3vw;
	background: #fff;
	font-weight: bold;
	font-size: 5.6vw;
	font-family: 'Crimson Text', serif;
}
.area-serch .tab li.select{
	background: #344457;
	color: #fff;
}
.area-serch .content > div .pick-tab::before{
	content: "";
	display: block;
	width: 92vw;
	height: 36vw;
}
.area-serch .content > div:nth-of-type(1) .pick-tab::before{
	background: url(https://www.free-spirits.co.jp/img/gift_serch_img-category.jpg) no-repeat;
	background-size: contain;
}
.area-serch .content > div:nth-of-type(2) .pick-tab::before{
	background: url(https://www.free-spirits.co.jp/img/gift_serch_img-ranking.jpg) no-repeat;
	background-size: contain;
}
.area-serch .pick-tab h3{
	margin: 10vw 0 0;
	font-size: 6vw;
	text-align: center;
}
.area-serch .pick-tab h3:nth-of-type(n+2){
	margin: 12vw 0 0;
	line-height: 1.25;
}
.area-serch .inbound-btn{
	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;
	margin: 5vw 0 0;
}
.area-serch .inbound-btn li{
	width: 32%;
	background: #fff;
	border: .5vw solid #1d508d;
	box-sizing: border-box;
}
.area-serch .inbound-btn li:nth-of-type(n+4){
	margin: 2vw 0 0;
}
.area-serch .inbound-btn a{
	display: block;
	position: relative;
	width: 100%;
	padding: 4vw 3vw 4vw 0;
	box-sizing: border-box;
	color: #1d508d;
	font-weight: bold;
}
.area-serch .inbound-btn a::after{
	content: "▼";
	display: block;
	position: absolute;
	top: 50%;
	right: 10%;
	margin: -1.5vw 0 0;
	color: #1d508d;
}
.area-serch .article-list{
	margin: 6vw 0 0;
}
.area-serch .article-img{
	height: 23.3vw;
	background: #344457;
	border: none;
	border-radius: 50%;
}
.area-serch .article-img svg{
	display: block;
	width: 60%;
	height: 100%;
	margin: 0 auto;
	fill: #fff;
}
.area-serch .article-txt{
	padding: 3vw 0 0;
}
.area-serch h4{
	font-size: 6vw;
}
.area-serch h4 + .sub-txt{
	margin: 2vw 0 0;
	font-size: 3.4vw;
	text-decoration: underline;
}
.content .btn{
	margin: 7vw 0 0;
	font-weight: bold;
	text-align: center;
}
.content .btn a::before,
.content .btn a::after{
	content: "▲";
	padding: 0 1vw;
}
.area-serch .content > div:nth-of-type(2) .article-txt{
	padding: 2vw 0 0;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: underline;
}


/* -------------------------------- 
.area-osusume
-------------------------------- */
.area-osusume{
	width: 92vw;
}
.area-osusume .sub-txt{
	margin: 5vw 0 0;
}
.area-osusume .tab-wrap{
	margin: 12vw 0 0;
}
.area-osusume .tab{
	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-osusume .tab li{
	width: 32%;
	padding: 4vw 0 3vw;
	background: #fff;
	font-weight: bold;
	font-size: 4vw;
}
.area-osusume .tab li.select{
	background: #344457;
	color: #fff;
}
.area-osusume .pick-tab h3{
	margin: 10vw 0 0;
	font-size: 6vw;
}
.area-osusume .inbound-btn{
	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;
	margin: 5vw 0 0;
}
.area-osusume .inbound-btn li{
	width: 49%;
	background: #fff;
	border: .5vw solid #1d508d;
	box-sizing: border-box;
}
.area-osusume .inbound-btn li:nth-of-type(n+3){
	margin: 2vw 0 0;
}
.area-osusume .inbound-btn a{
	display: block;
	position: relative;
	width: 100%;
	padding: 4vw 3vw 4vw 0;
	box-sizing: border-box;
	color: #1d508d;
	font-weight: bold;
}
.area-osusume .inbound-btn a::after{
	content: "▼";
	display: block;
	position: absolute;
	top: 50%;
	right: 10%;
	margin: -1.5vw 0 0;
	color: #1d508d;
}
.area-osusume .area-osusume-inner h3{
	margin: 12vw 0 0;
	line-height: 1.25;
}
.area-osusume-inner ul{
	margin: 7vw 0 0;
}
.area-osusume-inner li:nth-of-type(n+2){
	margin: 7vw 0 0;
}
.area-osusume-inner a{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.area-osusume-inner .ttl{
	margin: 4vw 0 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-osusume-inner .price{
	margin: 2.8vw 0 0;
	color: #f23333;
	text-align: right;
}
.area-osusume-inner .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-osusume-inner .txt{
	margin: 2.8vw 0 0;
	line-height: 1.5;
	text-decoration: underline;
}


/* -------------------------------- 
.area-blog
-------------------------------- */
.area-blog{
	width: 92vw;
}
.area-blog .article-list{
	margin-top: 5vw;
}


/* -------------------------------- 
.area-shop
-------------------------------- */
.area-shop h2{
	width: 92vw;
	margin: 0 auto;
}
.area-shop > .sub-txt{
	width: 92vw;
	margin: 5vw auto 0;
}
.area-shop-inner{
	margin: 15vw 0 0;
}
.area-shop-inner h3{
	margin: 10vw 0 0;
	font-size: 6vw;
	text-align: center;
}
.area-shop-inner .sub-txt{
	width: 92vw;
	margin: 5.5vw 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;
}
.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-info
-------------------------------- */
section[class=area-info]{
	width: 1050px;;
	margin: 150px auto 0;
}
.area-info .inner{
	width: 560px;
	margin: 50px 0 0;
	padding: 0 0 0 560px;
	background: url(https://www.free-spirits.co.jp/img/top_info_img.jpg) no-repeat;
	background-size: contain;
}
.area-info .info-list{
	overflow: scroll;
	height: 680px;
	margin: 20px 0 0 20px;
	padding: 20px 10px;
	box-sizing: border-box;
}
.area-info .info-list li:nth-of-type(n+2){
	padding: 30px 0;
	border-top: 1px solid #cdcdcd;
}
.area-info .info-list li:first-of-type{
	padding: 0 0 30px;
}
.area-info .info-list li:last-of-type{
	padding: 30px 0 0;
}
.area-info .date{
	font-size: 2.8rem;
}
.info-ico{
	margin: 10px 0 0;
}
.info-ico span{
	display: inline-block;
	margin: 0 9px 0 0;
	padding: 9px 8px;
	background: #344457;
	color: #fff;
	font-size: 1.5rem;
}
.info-txt{
	margin: 8px 0 0;
	font-size: 2rem;
	line-height: 1.6;
	text-decoration: underline;
}
a:hover .info-txt{
	text-decoration: none;
}


/* -------------------------------- 
.area-stren
-------------------------------- */
.area-stren-inner{
	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: 0 auto;
}
.area-stren-inner:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.area-stren-inner:nth-of-type(1){
	background: url(https://www.free-spirits.co.jp/img/gift_stren_inner_bg-event.jpg) no-repeat;
	background-size: cover;
}
.area-stren-inner:nth-of-type(2){
	background: url(https://www.free-spirits.co.jp/img/gift_stren_inner_bg-name.jpg) no-repeat;
	background-size: cover;
}
.area-stren-inner:nth-of-type(3){
	background: url(https://www.free-spirits.co.jp/img/gift_stren_inner_bg-ranking.jpg) no-repeat;
	background-size: cover;
}
.area-stren-inner:nth-of-type(4){
	background: url(https://www.free-spirits.co.jp/img/gift_stren_inner_bg-wrapping.jpg) no-repeat;
	background-size: cover;
}
.area-stren .block{
	width: 550px;
	padding: 60px 60px 115px;
	background: rgba(8,22,39,.5);
	box-sizing: border-box;
	color: #fff;
}
.area-stren h2{
	font-size: 2.4rem;
	line-height: 1.4;
}
.area-stren .txt{
	margin: 30px 0 0;
	font-weight: normal;
	line-height: 1.75;
}
.area-stren .btn{
	position: relative;
	width: 500px;
}
.area-stren .btn a{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 75px;
	margin: -37.5px 0 0 -150px;
	padding: 21px 0;
	border: 5px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.area-stren .btn a:hover{
	border-color: #f3ed33;
}


/* -------------------------------- 
.area-serch
-------------------------------- */
.area-serch h2,
.area-serch > .sub-txt{
	width: 1050px;
	margin: 0 auto;
}
.area-serch .sub-txt{
	margin-top: 45px;
}
.area-serch-inner{
	padding: 50px 0;
}
.area-serch-inner .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;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.area-serch-inner .block p{
	width: 50%;
}
.area-serch-inner .block p span{
	font-weight: bold;
	font-size: 2.4rem;
}
.area-serch-inner select{
	-webkit-appearance: none;
	appearance: none;
	width: 85%;
	margin: 20px 0 0;
	padding: 20px 40px 20px 60px;
	border-radius: 10px;
	background: #4b4b4b;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	cursor: pointer;
}
.area-serch-inner .block + p{
	margin: 60px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.area-serch-inner .block + p input{
	-webkit-appearance: none;
	appearance: none;
	padding: 15px 180px 15px 150px;
	background: url(https://www.free-spirits.co.jp/img/common_mushimegane-type01.png) no-repeat;
	background-size: 40px 40px;
	background-position: 90% 50%;
	border: 6px solid #1d508d;
	color: #1d508d;
}
.area-serch .tab-wrap{
	margin: 150px 0 0;
	padding: 200px 0;
	background: #e6e6e6;
}
.area-serch .tab{
	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: 980px;
	margin: 0 auto;
	text-align: center;
}
.area-serch .tab li{
	width: 50%;
	padding: 30px 0 15px;
	background: #fff;
	font-weight: bold;
	font-size: 4rem;
	font-family: 'Crimson Text', serif;
	cursor: pointer;
}
.area-serch .tab li.select{
	background: #344457;
	color: #fff;
}
.area-serch .content{
	width: 980px;
	margin: 0 auto;
}
.area-serch .content > div .pick-tab::before{
	content: "";
	display: block;
	width: 980px;
	height: 410px;
}
.area-serch .content > div:nth-of-type(1) .pick-tab::before{
	background: url(https://www.free-spirits.co.jp/img/gift_serch_img-category.jpg) no-repeat;
	background-size: contain;
}
.area-serch .content > div:nth-of-type(2) .pick-tab::before{
	background: url(https://www.free-spirits.co.jp/img/gift_serch_img-ranking.jpg) no-repeat;
	background-size: contain;
}
.area-serch .pick-tab h3{
	margin: 50px 0 0;
	font-size: 3.6rem;
}
.area-serch .pick-tab h3 br{
	display: none;
}
.area-serch .pick-tab h3:nth-of-type(n+2){
	margin: 120px 0 0;
	line-height: 1.25;
}
.area-serch .inbound-btn{
	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;
	margin: 50px 0 0;
}
.area-serch .inbound-btn li{
	width: 32%;
	background: #fff;
	border: 5px solid #1d508d;
	box-sizing: border-box;
}
.area-serch .inbound-btn li:hover{
	border-color: #f3ed33;
	transition: .6s;
}
.area-serch .inbound-btn li:nth-of-type(n+4){
	margin: 20px 0 0;
}
.area-serch .inbound-btn a{
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 30px 20px 0;
	box-sizing: border-box;
	color: #1d508d;
	font-weight: bold;
	font-size: 2.4rem;
}
.area-serch .inbound-btn a::after{
	content: "▼";
	display: block;
	position: absolute;
	top: 50%;
	right: 10%;
	margin: -11px 0 0;
	color: #1d508d;
}
.area-serch .article-list{
	width: 990px;
	margin: 60px auto 0;
}
.area-serch .article-list li:nth-of-type(4n){
	margin-right: 0;
}
.area-serch .article-list li:nth-of-type(n+5){
	margin-top: 40px;
}
.area-serch .article-img{
	height: 230px;
	background: #344457;
	border: none;
	border-radius: 50%;
}
.area-serch .article-img svg{
	display: block;
	width: 60%;
	height: 100%;
	margin: 0 auto;
	fill: #fff;
}
.area-serch h4{
	margin: 10px 0 0;
	font-size: 2rem;
	text-align: center;
}
.area-serch .article-list .sub-txt{
	margin: 10px 0 0;
	text-decoration: underline;
}
.area-serch .article-list li:hover svg{
	fill: #f3ed33;
	transition: .6s;
}
.area-serch .article-list li:hover .sub-txt{
	text-decoration: none;
}
.content .btn{
	margin: 70px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.content .btn a::before,
.content .btn a::after{
	content: "▲";
	padding: 0 10px;
}
.content .btn:hover a::before,
.content .btn:hover a::after{
	color: #f3ed33;
	transition: .6s;
}
.area-serch .content > div:nth-of-type(2) .article-img{
	height: 280px;
	background: none;
}
.area-serch .content > div:nth-of-type(2) .article-txt{
	padding: 10px 0 0;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: underline;
}
.area-serch .content > div:nth-of-type(2) a:hover .article-txt{
	text-decoration: none;
}


/* -------------------------------- 
.area-osusume
-------------------------------- */
.area-osusume{
	width: 1050px;
}
.area-osusume .sub-txt{
	margin-top: 25px;
}
.area-osusume .tab-wrap{
	width: 980px;
	margin: 120px auto 0;
}
.area-osusume .tab{
	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-osusume .tab li{
	width: 32%;
	padding: 30px 0 20px;
	background: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	cursor: pointer;
}
.area-osusume .tab li.select{
	background: #344457;
	color: #fff;
}
.area-osusume .pick-tab h3{
	margin: 10vw 0 0;
	font-size: 2.4rem;
}
.area-osusume .inbound-btn{
	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;
	text-align: center;
	margin: 50px 0 0;
}
.area-osusume .inbound-btn li{
	width: 32%;
	margin: 0 2% 0 0;
	background: #fff;
	border: 5px solid #1d508d;
	box-sizing: border-box;
}
.area-osusume .inbound-btn li:hover{
	border-color: #f3ed33;
	transition: .6s;
}
.area-osusume .inbound-btn li:nth-of-type(n+4){
	margin-top: 15px;
}
.area-osusume .inbound-btn li:nth-of-type(3n){
	margin-right: 0;
}
.area-osusume .inbound-btn a{
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 30px 20px 0;
	box-sizing: border-box;
	color: #1d508d;
	font-weight: bold;
	font-size: 3rem;
}
.area-osusume .inbound-btn a::after{
	content: "▼";
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	margin: -11px 0 0;
	color: #1d508d;
}
.area-osusume .area-osusume-inner h3{
	margin: 120px 0 0;
	line-height: 1.25;
}
.area-osusume-inner ul{
	margin: 30px 0 0;
}
.area-osusume-inner 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;
}
.area-osusume-inner li:nth-of-type(n+2){
	margin: 50px 0 0;
}
.area-osusume-inner picture{
	width: 50%;
}
.area-osusume-inner li a{
	display: block;
	position: relative;
	width: 45%;
}
.area-osusume-inner li a::after{
	content: "詳細はコチラ";
	display: block;
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 200px;
	padding: 15px 0;
	background: #1d508d;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}
.area-osusume-inner li a:hover::after{
	background: #f3ed33;
	color: #333;
	transition: .6s;
}
.area-osusume-inner .ttl{
	margin: 40px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
	word-break: keep-all;
}
.area-osusume-inner .price{
	margin: 20px 0 0;
	color: #f23333;
	font-size: 2rem;
	text-align: right;
}
.area-osusume-inner .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-osusume-inner .txt{
	margin: 40px 0 0;
	line-height: 1.75;
	text-decoration: underline;
}
.area-osusume-inner a:hover .txt{
	text-decoration: none;
}
.area-osusume-inner .btn{
	text-align: center;
}


/* -------------------------------- 
.area-blog
-------------------------------- */
section[class=area-blog]{
	padding: 240px 0 0;
}
section.area-blog::before{
	content: "";
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	background: url(https://www.free-spirits.co.jp/img/top_sect_img-04.jpg) no-repeat;
	background-size: cover;
}
.area-blog h2{
	width: 1050px;
	margin: 100px auto 0;
}
.area-blog > ul{
	width: 980px;
	margin: 0 auto;
}
.area-blog .article-list{
	margin-top: 70px;
}


/* -------------------------------- 
.area-shop
-------------------------------- */
section[class=area-shop]{
	padding: 240px 0 0;
}
section.area-shop::before{
	content: "";
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
	background: url(https://www.free-spirits.co.jp/img/top_sect_img-09.jpg) no-repeat;
	background-size: cover;
}
.area-shop h2{
	width: 1050px;
	margin: 100px auto 0;
}
.area-shop > .sub-txt{
	width: 1050px;
	margin: 25px auto;
}
.area-shop-wrap{
	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: 980px;
	margin: 70px auto 0;
}
.area-shop-inner{
	width: 460px;
}
.area-shop-inner h3{
	margin: 20px 0 0;
	font-size: 2.4rem;
}
.area-shop-inner .sub-txt{
	margin: 10px 0 0;
}
.area-shop-inner .more-btn{
	margin: 20px 0 0;
}
.area-shop-inner .more-btn a{
	width: 100%;
	padding: 20px 0 18px;
	box-sizing: border-box;
	font-size: 2.4rem;
}
.area-shop-inner .more-btn a::after{
	content: none;
}

}
