@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/_test/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}


/* -------------------------------- 
common-tokusetsu
-------------------------------- */
#Content{
	background: url(../img/christmas_tokusetsu_head_bg.png) no-repeat;
	background-size: contain;
	background-position: 0 -8vw;
}
aside{
	position: fixed;
	z-index: -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;
	width: 100vw;
}
.img-pala{
	position: relative;
}
.img-pala:nth-of-type(1){
	position: absolute;
	top: 24vw;
	left: 4vw;
	width: 20.8vw;
	height: 26.7vw;
}
.img-pala:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 50%;
	width: 17.5vw;
	height: 18.8vw;
	margin-left: -8.75vw;
}
.img-pala:nth-of-type(3){
	position: absolute;
	top: 15vw;
	right: 4vw;
	width: 19.8vw;
	height: 21.1vw;
}


/* -------------------------------- 
.area-cont
-------------------------------- */
section[class=area-cont]{
	width: 92vw;
	margin: 5vw auto 0;
}
.area-cont .sub-txt{
	margin: 5vw auto 0;
}
.area-cont 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;
	width: 92vw;
	margin: 5vw auto 0;
	background: #faf9f7;
}
.area-cont li{
	width: 49%;
}
.area-cont li:nth-of-type(2n){
	margin-left: 2%;
}
.area-cont li:nth-of-type(n+3){
	margin-top: 2%;
}


/* -------------------------------- 
.area-item
-------------------------------- */
.area-item h2{
	padding: 4vw 4vw;
	background: url(../img/christmas_tokusetsu_h2_bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.area-item ul{
	width: 92vw;
	margin: 10vw auto 0;
	background: #faf9f7;
}
.area-item ul:nth-of-type(1) li:nth-of-type(n+2){
	margin: 10vw 0 0;
}
.area-item ul:nth-of-type(1) .label{
	margin: 4vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-item ul:nth-of-type(1) .price{
	margin: 2.8vw 0 0;
	color: #f23333;
	text-align: right;
}
.area-item ul .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-item ul:nth-of-type(1) .txt{
	margin: 2.8vw 0 0;
	line-height: 1.5;
}
.area-item ul: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-item ul:nth-of-type(2) li{
	width: 49%;
}
.area-item ul:nth-of-type(2) li:nth-of-type(n+3){
	margin-top: 5vw;
}
.area-item ul:nth-of-type(2) .label{
	margin: 2vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-item ul:nth-of-type(2) .price{
	margin: 2vw 0 0;
	color: #f23333;
	text-align: right;
}
.area-item .btn{
	margin: 4vw auto 0;
	text-align: right;
}
.area-item .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #b01e23;
	color: #fff;	
}
.area-item .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;
}
}

@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: 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/_test/img/top_arrow-type02.png) no-repeat;
	background-size: contain;
}
.hide{
	display:none;
}


/* -------------------------------- 
common-tokusetsu
-------------------------------- */
#Content{
	background: url(../img/christmas_tokusetsu_head_bg.png) no-repeat;
	background-size: contain;
	background-position: 0 -156px;
}
aside{
	position: fixed;
	z-index: -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;
	width: 100%;
}
.img-pala{
	position: relative;
}
.img-pala:nth-of-type(1){
	position: absolute;
	top: 240px;
	left: 50px;
	width: 208px;
	height: 267px;
}
.img-pala:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 50%;
	width: 175px;
	height: 188px;
	margin-left: -87.5px;
}
.img-pala:nth-of-type(3){
	position: absolute;
	top: 150px;
	right: 50px;
	width: 198px;
	height: 211px;
}


/* -------------------------------- 
.area-cont
-------------------------------- */
section[class=area-cont]{
	width: 1050px;
	margin: 100px auto 0;
}
.area-cont .sub-txt{
	margin: 5vw auto 0;
}
.area-cont 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;
	width: 980px;
	margin: 50px auto 0;
	background: #faf9f7;
}
.area-cont li{
	width: 24%;
	margin-right: calc(4%/3);
}
.area-cont li:nth-of-type(4n){
	margin-right: 0;
}
.area-cont li:nth-of-type(n+5){
	margin-top: calc(4%/3);
}


/* -------------------------------- 
.area-item
-------------------------------- */
.area-item h2{
	padding: 50px 0;
	background: url(../img/christmas_tokusetsu_h2_bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	line-height: 1.5;
}
.area-item h2 span{
	display: block;
	width: 1050px;
	margin: 0 auto;
}
.area-item ul{
	width: 1050px;
	margin: 100px auto 0;
	padding: 40px 35px;
	background: #faf9f7;
	box-sizing: border-box;
}
.area-item ul:nth-of-type(1) 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-item ul:nth-of-type(1) li:nth-of-type(n+2){
	margin: 100px 0 0;
}
.area-item ul:nth-of-type(1) .img{
	width: 55%;
}
.area-item ul:nth-of-type(1) .block{
	width: 42%;
}
.area-item ul:nth-of-type(1) .label{
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-item ul:nth-of-type(1) .price{
	margin: 10px 0 0;
	color: #f23333;
	font-size: 2rem;
	text-align: right;
}
.area-item ul .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-item ul:nth-of-type(1) .txt{
	margin: 20px 0 0;
	line-height: 1.5;
}
.area-item ul:nth-of-type(2){
	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: 50px auto 0;
}
.area-item ul:nth-of-type(2) li{
	width: 24%;
	margin-right: calc(4%/3);
}
.area-item ul:nth-of-type(2) li:nth-of-type(4n){
	margin-right: 0;
}
.area-item ul:nth-of-type(2) li:nth-of-type(n+5){
	margin-top: 50px;
}
.area-item ul:nth-of-type(2) .label{
	margin: 10px 0 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-item ul:nth-of-type(2) .price{
	margin: 10px 0 0;
	color: #f23333;
	text-align: right;
}
.area-item .btn{
	margin: 30px 0 0;
	text-align: right;
}
.area-item .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #b01e23;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-item .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-item .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;
}
}