@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.area-pala{
	display: none;
}

@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-lead
-------------------------------- */
section[class=area-lead]{
	width: 92vw;
	margin: 8vw auto 0;
}
.area-lead .img,
.area-lead .sub-txt{
	margin: 5vw auto 0;
}


/* -------------------------------- 
.area-info
-------------------------------- */
.area-info{
	width: 92vw;
	margin: 8vw auto 0;
}
.info-list{
	overflow: scroll;
	max-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:last-of-type{
	padding: 8vw 0 0;
}
.area-info .info-list li:first-of-type{
	padding: 0 0 8vw;
}
.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-select
-------------------------------- */
.area-select{
	width: 92vw;
}
.area-select dl{
	margin-top: 8.5vw;
}
.area-select #acMenu dt{
	padding: 4.5vw;
	background: #344457;
	color: #fff;
	text-align: center;
}
.area-select #acMenu dd{
	font-size: 4vw;
}
.area-select #acMenu dd li{
	background: #e6e6e6;
}
.area-select #acMenu dd li:nth-of-type(2n){
	background: #dadada;
}
.area-select #acMenu dd a{
	display: block;
	position: relative;
	padding: 4vw 0;
	font-weight: bold;
	text-align: center;
}
.area-select #acMenu dd a::before{
	content: "▶";
	position: absolute;
	top: 50%;
	right: 10vw;
	margin: -2vw 0 0;
}


/* -------------------------------- 
.area-osusume
-------------------------------- */
.area-osusume h2{
	width: 92vw;
	margin: 0 auto;
}
.area-osusume .tab-wrap{
	margin: 15vw 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: 33%;
	padding: 3vw 0 2vw;
	background: #344457;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
}
.area-osusume .tab li.select{
	position: relative;
	background: #435870;
	color: #fff;
}
.area-osusume .tab li.select::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -38%;
	width: 4.9vw;
	height: 6vw;
	margin-left: -2.45vw;
	background: url(https://www.free-spirits.co.jp/img/common_tab-parts.png) no-repeat;
	background-size: contain;
}
.area-osusume .content{
	padding: 17vw 4vw 19.5vw;
	background: #e6e6e6;
}
.area-osusume .content li:nth-of-type(n+2){
	margin: 10vw 0 0;
}
.area-osusume .content h3{
	font-size: 5vw;
	line-height: 1.25;
}
.area-osusume .content .txt{
	margin: 3vw 0 0;
	line-height: 1.75;
}
.area-osusume .content .img{
	margin: 3vw 0 0;
}
.area-osusume .label{
	margin: 3vw 0 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-osusume .price{
	margin: 2vw 0 0;
	color: #f23333;
	text-align: right;
}
.area-osusume .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-osusume .btn{
	margin: 4vw 0 0;
	text-align: right;
}
.area-osusume .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-osusume .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 2vw;
	height: 3.2vw;
	margin: -1.6vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-name
-------------------------------- */
.area-name h2{
	width: 92vw;
	margin: 0 auto;
}
.area-name .sub-txt{
	width: 92vw;
	margin: 5vw auto 0;
}
.area-name ul{
	margin: 10vw 0 0;
}
.area-name li:nth-of-type(n+2){
	margin: 10vw 0 0;
}
.area-name h3{
	position: relative;
	padding: 0 4vw 0 20vw;
	font-size: 5vw;
}
.area-name li:nth-of-type(2n) h3{
	padding: 0 20vw 0 4vw;
	text-align: right;
}
.area-name h3::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16vw;
	height: 1.4vw;
	margin: -.8vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/category_name_parts.png) no-repeat;
	background-size: cover;
}
.area-name li:nth-of-type(2n) h3::before{
	left: auto;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.area-name .img{
	display: block;
	margin: 5vw 0 0;
}
.area-name .label,
.area-name .price,
.area-name .txt,
.area-name .btn{
	width: 92vw;
}
.area-name .label{
	margin: 3vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-name .price{
	margin: 2vw auto 0;
	color: #f23333;
	text-align: right;
}
.area-name .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-name .txt{
	margin: 2vw auto 0;
	line-height: 1.5;
}
.area-name .btn{
	margin: 4vw auto 0;
	text-align: right;
}
.area-name .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-name .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 3vw;
	width: 2vw;
	height: 3.2vw;
	margin: -1.6vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-ranking
-------------------------------- */
.area-ranking{
	padding: 10vw 4vw;
	background: url(https://www.free-spirits.co.jp/img/category_ranking_bk.jpg) no-repeat;
	background-size: cover;
}
.area-ranking ol{
	margin: 10vw 0 0;
}
.area-ranking li:nth-of-type(1){
	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-ranking li:nth-of-type(n+2){
	margin: 10vw 0 0;
}
.area-ranking h3{
	font-size: 5vw;
}
.area-ranking h3 br{
	display: none;
}
.area-ranking .img{
	margin: 3vw auto 0;
}
.area-ranking .label{
	margin: 3vw auto 0;
	line-height: 1.75;
}
.area-ranking .price{
	margin: 2vw 0 0;
	color: #f23333;
	text-align: right;
}
.area-ranking .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-ranking li:nth-of-type(2n) .price{
	text-align: left;
}


/* -------------------------------- 
.area-gift
-------------------------------- */
.area-gift{
	width: 92vw;
	margin: 0 auto;
}
.area-gift .sub-txt{
	margin: 5vw 0 0;
}
.area-gift .img{
	margin: 5vw 0 0;
}
.area-gift h3{
	margin: 5vw 0 0;
	font-size: 5vw;
}
.area-gift .txt{
	margin: 3vw 0 0;
	line-height: 1.5;
}


/* -------------------------------- 
.area-itemblog
-------------------------------- */
.area-itemblog{
	width: 92vw;
}
.area-itemblog .article-list{
	margin-top: 5vw;
}


/* -------------------------------- 
.area-contentblog
-------------------------------- */
.area-contentblog{
	width: 92vw;
}
.area-contentblog .article-list{
	margin-top: 5vw;
}


/* -------------------------------- 
.area-shop
-------------------------------- */
.area-shop{
	padding: 10vw 4vw;
	background: url(https://www.free-spirits.co.jp/img/category_shop_bk.jpg) no-repeat;
	background-size: cover;
}
.area-shop > .sub-txt{
	margin: 5vw auto 0;
}
.area-shop .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;
	margin: 10vw 0 0;
}
.area-shop .img{
	width: 50%;
}
.area-shop .in{
	width: 45%;
	color: #fff;
}
.area-shop .ttl{
	margin: 2vw 0 0;
	font-weight: bold;
}
.area-shop .txt{
	margin: 3vw 0 0;
	line-height: 1.5;
}
.area-shop .btn{
	margin: 4vw auto 0;
	text-align: center;
}
.area-shop .btn a{
	display: inline-block;
	width: 100%;
	padding: 2vw 0;
	background: #1d508d;
	color: #fff;	
}


/* -------------------------------- 
.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;
}
.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;
}
.pala{
	position:fixed;
	left:50%;
	z-index:-1;
}
.cloud_1{
	width:595px;
	height:842px;
	margin-left:-292px;
	top:120%;
	left:10%;
}
.cloud_4{
	width:595px;
	height:842px;
	margin-left:-292px;
	top:200%;
	left:10%;
}
.cloud_3{
	width:595px;
	height:842px;
	margin-left:-292px;
	top:100%;
	left:20%;
}
.cloud_5{
	width:595px;
	height:842px;
	margin-left:-292px;
	top:60%;
	left:90%;
}
.cloud_6{
	width:595px;
	height:842px;
	margin-left:-292px;
	top:70%;
	left:30%;
}
.cloud_7{
	width:595px;
	height:842px;
	margin-left:-292px;
	top:90%;
	left:80%;
}


/* -------------------------------- 
.area-lead
-------------------------------- */
section[class=area-lead]{
	margin: 50px auto 0;
	width: 1050px;
}
.area-lead .block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-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: 50px auto 0;
}
.area-lead .block .img{
	width: 32%;
}
.area-lead .block .sub-txt{
	width: 66%;
}


/* -------------------------------- 
.area-info
-------------------------------- */
.area-info{
	width: 1050px;;
	margin: 50px auto 0;
}
.area-info .inner{
	margin: 50px 0 0;
	background-size: auto;
}
.area-info .info-list{
	overflow: scroll;
	max-height: 680px;
	margin: 20px 35px 0 35px;
	padding: 35px 40px 25px;
	border: 3px solid #334356;
	box-sizing: border-box;
}
.area-info .info-list li:nth-of-type(n+2){
	padding: 20px 0;
	border-top: 1px solid #cdcdcd;
}
.area-info .info-list li:last-of-type{
	padding: 20px 0 0;
}
.area-info .info-list li:first-of-type{
	padding: 0 0 20px;
}
.area-info .info-list 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;
}
.area-info .date{
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
	margin: 4px 35px 0px 35px;
	font-size: 2.3rem;
}
.info-ico span{
	display: inline-block;
	padding: 9px;
	width:130px;
	background: #344457;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}
.info-txt{
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
	font-size: 1.8rem;
	line-height: 1.6;
	text-decoration: underline;
}
a:hover .info-txt{
	text-decoration: none;
}


/* -------------------------------- 
.area-select
-------------------------------- */
.area-select{
	width: 1050px;
}
.area-select dl{
	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: 50px auto 0;
}
.area-select dt{
	width: 20%;
	padding: 15px 0;
	background: #334356;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
.area-select dt::after{
	content: "";
	display: block;
	text-align: center;
	width: 70px;
	height: 70px;
	margin: 5px auto 0;
}
.area-select dt:nth-of-type(1)::after{
	background: url(https://www.free-spirits.co.jp/img/category_common_ico-keijo.png) no-repeat;
	background-size: contain;
}
.area-select dt:nth-of-type(2)::after{
	background: url(https://www.free-spirits.co.jp/img/category_common_ico-sozi.png) no-repeat;
	background-size: contain;
}
.area-select dt:nth-of-type(3)::after{
	background: url(https://www.free-spirits.co.jp/img/category_common_ico-tokucho.png) no-repeat;
	background-size: contain;
}
.area-select dt:nth-of-type(4)::after{
	background: url(https://www.free-spirits.co.jp/img/category_common_ico-yosan.png) no-repeat;
	background-size: contain;
}
.area-select dt:nth-of-type(5)::after{
	background: url(https://www.free-spirits.co.jp/img/category_common_ico-scene.png) no-repeat;
	background-size: contain;
}
.area-select dt:nth-of-type(n+2){
	margin: 20px 0 0;
}
.area-select dd{
	width: 80%;
	padding: 53px 40px;
	border: 3px solid #334356;
	box-sizing: border-box;
}
.area-select dd.line01{
	padding: 53px 40px;
}
.area-select dd.line02{
	padding: 38px 40px;
}
.area-select dd.line03{
	padding: 22px 40px;
}
.area-select dd:nth-of-type(n+2){
	margin: 20px 0 0;
}
.area-select dd 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;
}
.area-select dd li{
	width: 22%;
	margin: 0 calc(8%/3) 0 0;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.area-select dd li:nth-of-type(4n){
	margin-right: 0;
}
.area-select dd li:nth-of-type(n+5){
	margin-top: 15px;
}
.area-select dd a{
	display: block;
	position: relative;
	font-weight: bold;
}
.area-select dd a::after{
	content: "▶";
	display: block;
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -6px;
	color: #154e8a;
	font-size: 1.2rem;
}
.area-select dd li:hover a::after{
	color: #f3ed33;	
}


/* -------------------------------- 
.area-osusume
-------------------------------- */
.area-osusume h2{
	width: 1050px;
	margin: 0 auto;
}
.area-osusume .tab-wrap{
	width: 980px;
	margin: 50px 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: 33%;
	padding: 25px 0;
	background: #344457;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
	cursor: pointer;
}
.area-osusume .tab li.select{
	position: relative;
	background: #435870;
	color: #fff;
}
.area-osusume .tab li.select::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: 37px;
	height: 40px;
	margin-left: -18.5px;
	background: url(https://www.free-spirits.co.jp/img/common_tab-parts.png) no-repeat;
	background-size: contain;
}
.area-osusume .content{
	padding: 80px 40px;
	background: #e6e6e6;
}
.area-osusume .content 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;
}
.area-osusume .content li{
	width: 48%;
}
.area-osusume .content li:nth-of-type(n+3){
	width: 31%;
	margin: 50px 0 0;
}
.area-osusume .content h3{
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-osusume .content li:nth-of-type(n+3) h3{
	font-size: 1.6rem;
}
.area-osusume .content .txt{
	margin: 10px 0 0;
	font-size: 1.6rem;
	line-height: 1.5;
}
.area-osusume .content .img{
	margin: 10px 0 0;
}
.area-osusume .content li:nth-of-type(n+3) .txt{
	font-size: 1.2rem;
}
.area-osusume .label{
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-osusume .content li:nth-of-type(n+3) .label{
	font-size: 1.6rem;
}
.area-osusume .price{
	margin: 10px 0 0;
	color: #f23333;
	font-size: 2rem;
	text-align: right;
}
.area-osusume .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-osusume .btn{
	margin: 15px 0 0;
	text-align: right;
}
.area-osusume .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-osusume li:nth-of-type(n+3) .btn a{
	font-size: 1.6rem;
}
.area-osusume .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-osusume .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 16px;
	margin: -8px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-name
-------------------------------- */
.area-name{
	width: 1050px;
}
.area-name .sub-txt{
	margin: 25px 0 0;
}
.area-name 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;
	width: 980px;
	margin: 50px auto 0;
}
.area-name li{
	width: 48%;
}
.area-name li:nth-of-type(n+3){
	margin: 50px 0 0;
}
.area-name h3{
	position: relative;
	font-size: 2.4rem;
}
.area-name .img{
	display: block;
	margin: 20px 0 0;
}
.area-name .label{
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-name .price{
	margin: 10px 0 0;
	color: #f23333;
	font-size: 2rem;
	text-align: right;
}
.area-name .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-name .txt{
	margin: 10px auto 0;
	line-height: 1.5;
}
.area-name .btn{
	margin: 20px 0 0;
	text-align: right;
}
.area-name .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-name .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-name .btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 16px;
	margin: -8px 0 0;
	background: url(https://www.free-spirits.co.jp/img/top_arrow-type01.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-ranking
-------------------------------- */
.area-ranking{
	padding: 100px 0;
	background: url(https://www.free-spirits.co.jp/img/category_ranking_bk.jpg) no-repeat;
	background-size: cover;
}
.area-ranking h2{
	width: 1050px;
	margin: 0 auto;
}
.area-ranking ol{
	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: 50px auto 0;
}
.area-ranking li:nth-of-type(n+2){
	width: 48%;
	margin: 50px 0 0;
}
.area-ranking li::before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 50px;
	font-size: 28rem;
	font-family: 'Crimson Text', serif;
}
.area-ranking li:nth-of-type(n-2) 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;
}
.area-ranking h3{
	width: 100%;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-ranking .img{
	margin: 20px 0 0;
}
.area-ranking li:nth-of-type(n-2) .img{
	width: 50%;
}
.area-ranking li:nth-of-type(2) picture::before{
	content: "2";
	bottom: -120px;
	left: auto;
	right: 50px;
}
.area-ranking li:nth-of-type(3) picture::before{
	content: "3";
}
.area-ranking li:nth-of-type(4) picture::before{
	content: "4";
	bottom: -120px;
	left: auto;
	right: 50px;
}
.area-ranking li:nth-of-type(5) picture::before{
	content: "5";
}
.area-ranking .in{
	width: 48%;
	margin: 20px 0 0;
}
.area-ranking .label{
	line-height: 1.75;
}
.area-ranking a:hover .label{
	text-decoration: none;
}
.area-ranking .price{
	margin: 20px 0 0;
	color: #f23333;
	text-align: right;
}
.area-ranking .price span{
	padding: 0 5px;
	font-size: 1rem;
}
.area-ranking li:nth-of-type(2n) .price{
	text-align: left;
}


/* -------------------------------- 
.area-gift
-------------------------------- */
.area-gift{
	width: 1050px;
	margin: 0 auto;
}
.area-gift .sub-txt{
	margin: 25px 0 0;
}
.area-gift .img{
	margin: 20px 0 0;
}
.area-gift h3{
	margin: 30px 0 0;
	font-size: 2.4rem;
}
.area-gift .txt{
	margin: 20px 0 0;
	line-height: 1.75;
}


/* -------------------------------- 
.area-itemblog
-------------------------------- */
.area-itemblog{
	width: 1050px;
}
.area-itemblog > ul{
	width: 980px;
	margin: 50px auto 0;
}
.area-itemblog li:nth-of-type(n+5){
	margin-top: 40px;
}


/* -------------------------------- 
.area-contentblog
-------------------------------- */
.area-contentblog{
	width: 1050px;
}
.area-contentblog .article-list{
	width: 980px;
	margin: 50px auto 0;
}


/* -------------------------------- 
.area-shop
-------------------------------- */
.area-shop{
	padding: 100px 0;
	background: url(https://www.free-spirits.co.jp/img/category_shop_bk.jpg) no-repeat;
	background-size: cover;
}
.area-shop h2{
	width: 1050px;
	margin: 0 auto;
}
.area-shop > .sub-txt{
	width: 980px;
	margin: 25px auto 0;
}
.area-sho-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: 980px;
	margin: 0 auto;
}
.area-shop .block{
	width: 48%;
	margin: 50px 0 0;
}
.area-shop .in{
	color: #fff;
}
.area-shop .ttl{
	margin: 20px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
}
.area-shop .txt{
	margin: 10px 0 0;
	line-height: 1.5;
}
.area-shop .btn{
	margin: 20px auto 0;
	text-align: center;
}
.area-shop .btn a{
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2.4rem;
}
.area-shop .btn a:hover{
	background: #f3ed33;
	color: #333;	
}


/* -------------------------------- 
.area-seotxt
-------------------------------- */
.area-seotxt{
	width: 1050px;
}
.area-seotxt .txt{
	width: 980px;
	margin: 25px auto 0;
	line-height: 1.75;
	column-count: 2;
}
}
