@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans');
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@media only screen and (max-width: 768px) {
/* -------------------------------- 

common

-------------------------------- */
main{
	position: relative;
	background: #f6efe6;
}
.mainvisual{
	position: relative;
}
footer{
	margin-top: 0;
}
section[class^=area]{
	margin: 0 auto 0;
}
h2{
	font-size: 6vw;
	line-height: 3.2;
	text-align: center;
	color: #fff;
	background: url(https://www.free-spirits.co.jp/img/christmas_2018_parts-h2-background-green.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	height: 18vw;
}
.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;
}

/* -------------------------------- 
.area-main
-------------------------------- */
section[class=area-main]{
	position: relative;
	margin: 0 auto;
}
.area-main .block h2{
	color: #b83326;
	font-size: 4.8vw;
	text-align: center;
}
.area-main .block .sub-txt{
	margin: 2vw 0 0;
}
.area-main .img-pc{
	display: none;
}
.area-main *{
	box-sizing: border-box;
}

/* -------------------------------- 
.area-category
-------------------------------- */
.area-category{
    overflow: hidden;
    position: relative;
}
.area-category .section-lead .block .sub-txt{
	background: rgba(255, 255, 255, .8);
	box-sizing: border-box;
	padding: 6vw 4vw;
	width: 92vw;
	margin: 8vw auto;
}
.area-category .inner {
	position: relative;
	width: 92vw;
	margin: 0 auto 15vw;
	z-index: 11;
}
.area-category h3{
    position: relative;
    padding: 1vw 1vw 1vw 8vw;
    border-bottom: 1px solid #b83326;
	font-size: 1.3rem;
}
.area-category h3::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6.2vw;
    height: 5vw;
    background: url(https://www.free-spirits.co.jp/img/christmas_2018_parts-leaf.png) no-repeat;
    background-size: cover;
}
.area-category .inner .block{
	width: 60%;
}
.area-category .inner:nth-of-type(2n-1) .block{
	margin-left: 40%;
}
.area-category .inner:nth-of-type(2n) .block{
	margin-left: 0;
}

.area-category .background{
	background-color: rgba(46,106,14,0.2);
	background-image: url(https://www.free-spirits.co.jp/img/christmas_2018_category_background-snow.png?11);
	background-repeat: no-repeat;
	background-size: 120%;
	width: 100vw;
	height: 150vw;
	clip-path: polygon(0% 0%, 100% 15%, 100% 85%, 0% 100%);
	position: absolute;
    top: 95vw;
    left: 0;
	z-index: -1;
}
.area-category .background{
	background-color: rgba(46,106,14,0.2);
	background-image: url(https://www.free-spirits.co.jp/img/christmas_2018_category_background-snow.png?11);
	background-repeat: no-repeat;
	background-size: 120%;
	width: 100vw;
	height: 150vw;
	clip-path: polygon(0% 0%, 100% 15%, 100% 85%, 0% 100%);
	position: absolute;
    top: 95vw;
    left: 0;
	z-index: 1;
}
.area-category .background:nth-of-type(2){
	top: 335vw;
}
.area-category .background:nth-of-type(3){
	top: 580vw;
}
.area-category .lead .sub-txt{
    width: 67vw;
    margin-left: auto;
    padding: 4vw;
    background: #faf9f7;
    border: .3vw solid #b83326;
    box-sizing: border-box;
}
.area-category .lead::after{
	content: "";
    display: block;
    position: absolute;
    top: 74vw;
    left: 28vw;
    width: 66vw;
    height: 40vw;
    background: #d2d2d2;
    z-index: -1;
}
.area-category .label{
	font-weight: bold;
	line-height: 1.75;
}
.area-category .txt{
	line-height: 1.75;
}
.area-category .block .price{
	margin: 3vw 0 0;
	text-align: right;
	color: #f23333;
}
.area-category .block .price span{
	padding: 0 5px;
    font-size: 2vw;
}

.area-category .section-part{
    overflow: hidden;
    width: 100%;
    height: 20vw;
    position: relative;
}
}


@media only screen and (min-width: 769px) {
/* -------------------------------- 

common

-------------------------------- */
main{
	background: #f6efe6;
	position: relative;
}
footer{
	margin-top: 0;
    z-index: 11;
    position: relative;
}
section[class^=area]{
	position: relative;
	margin: 0 auto 0;
}
.more-btn{
	margin: 50px 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;
}

/* -------------------------------- 
.area-main
-------------------------------- */
section[class=area-main]{
	position: relative;
	margin: 0 auto;
}
.mainvisual{
	overflow-y: hidden;
	max-height: 680px;
}
.area-main .block{
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 650px;
	margin-left: -325px;
	padding: 30px 65px;
	background: rgba(255, 255, 255, .8);
	border-radius: 20px;
	box-sizing: border-box;
}
.area-category h2{
	font-size: 2.1rem;
	text-align: center;
	color: #fff;
	background: url(https://www.free-spirits.co.jp/img/christmas_2018_parts-h2-background-green-pc.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 6.5vw;
	line-height: 4.5;
}
.area-main .block .sub-txt{
	margin: 20px 0 0;
}
.area-main .img-pc{
	position: absolute;
	top: 20px;
	left: 50%;
	width: 1050px;
	margin-left: -525px;
}
.area-main .img-pc img{
	width: 660px;
	height: 320px;
}


/* -------------------------------- 
.area-category
-------------------------------- */
.area-category{
	position: relative;
	padding-bottom: 50px;
}
.area-category .section-lead .block .sub-txt{
	background: rgba(255, 255, 255, .8);
	box-sizing: border-box;
	width: 910px;
	margin: 5vw auto;
	padding: 30px 65px;
}
.area-category .section-lead .block{
	position: relative;
}
.area-category .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;
	position: relative;
	width: 910px;
	margin: 110px auto;
	position: relative;
	z-index: 11;
}
.area-category .inner .block{
	width: 300px;
}
.area-category .inner:nth-of-type(n+3){
    margin-top: -200px;
}
.area-category .inner:nth-of-type(2n-1) .block{
	margin-left: 610px;
}
.area-category .inner:nth-of-type(2n) .block{
	margin-left: 0;
}
.area-category .background{
	background-color: rgba(46,106,14,0.2);
	background-image: url(https://www.free-spirits.co.jp/img/christmas_2018_category_background-snow.png?11);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100vw;
	height: 600px;
	clip-path: polygon(0% 0%, 100% 25%, 100% 75%, 0% 100%);
	position: absolute;
    top: 500px;
    left: 0;
	z-index: 1;
}
.area-category .background:nth-of-type(2){
	top: 1450px;
}
.area-category .background:nth-of-type(3){
	top: 2400px;
	clip-path: polygon(0% 0%, 100% 25%, 100% 100%, 0% 100%);
	height: 750px;
}
.area-category h3{
    position: relative;
    padding: 10px 10px 10px 40px;
    border-bottom: 2px solid #b83326;
}
.area-category h3::before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 30px;
    background: url(https://www.free-spirits.co.jp/img/christmas_2018_parts-leaf.png) no-repeat;
    background-size: cover;
}
.area-category .label,
.area-category .txt{
	line-height: 1.75;
}
.area-category .label{
	font-weight: bold;
}
.area-category .price{
    margin: 10px 0 0;
    color: #f23333;
    text-align: right;
}
.area-category .price span{
	padding: 0 5px;
    font-size: 1.2rem;
}


}


