@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-lead
-------------------------------- */
section[class=area-lead]{
	width: 92vw;
	margin: 8vw auto 0;
}
.area-lead .sub-txt{
	margin: 5vw auto 0;
}


/* -------------------------------- 
.area-tokuchou
-------------------------------- */
.area-tokuchou{
	width: 92vw;
}
.area-tokuchou .sub-txt{
	margin: 5vw auto 0;
}
.area-tokuchou ol{
	margin: 5vw 0 0;
}
.area-tokuchou li{
	position: relative;
	padding: 2vw 0 2vw 17vw;
	font-weight: bold;
	line-height: 1.25;
}
.area-tokuchou li:nth-of-type(2n){
	padding-left: 0;
	padding-right: 17vw;
}
.area-tokuchou li:nth-of-type(n+2){
	margin: 3vw 0 0;
}
.area-tokuchou li::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 11vw;
	height: 12.5vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(1)::before{
	left: 5.5vw;
	width: 6vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(2)::before{
	right: 6vw;
	width: 9vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-02.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(3)::before{
	left: 4.5vw;
	width: 8vw;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-03.png) no-repeat;
	background-size: contain;
}
.area-tokuchou .block{
	margin: 10vw auto 0;
}
.area-tokuchou h3{
	font-size: 4.6vw;
	line-height: 1.25;
}
.area-tokuchou .txt{
	margin: 5vw auto 0;
	line-height: 1.5;
}
.area-tokuchou picture{
	display: block;
}
.area-tokuchou .img{
	margin: 5vw 0 0;
}
.area-tokuchou .btn{
	margin: 4vw 0 0;
	text-align: right;
}
.area-tokuchou .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-tokuchou .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-tokuchou dl{
	margin-top: 5vw;
}
.area-tokuchou .acMenu dt{
	padding: 4.5vw;
	background: #cccccc;
}
.area-tokuchou .acMenu dt:nth-of-type(2n){
	background: #e1e1e1;
}
.area-tokuchou .ttl{
	position: relative;
	font-weight: bold;
	font-size: 4vw;
}
.area-tokuchou .ttl::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6vw;
	height: 6.5vw;
	margin: -3.25vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_faq_ico-question.png) no-repeat;
	background-size: contain;
}
.area-tokuchou .txt{
	display: inline-block;
	width: 67vw;
	margin: 0 0 0 10vw;
	line-height: 1.25;
}
.area-tokuchou .acMenu .btn{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 5.7vw;
	height: 5.7vw;
	margin: -2.85vw 0 0;
}
.area-tokuchou .open .btn img{
	transition: all .4s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.area-tokuchou .btn img{
	transition: all .4s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.area-tokuchou .acMenu dd{
	display: none;
	position: relative;
	padding: 0 12vw 4.5vw 15vw;
	background: #cccccc;
	font-size: 4vw;
	line-height: 1.5;
}
.area-tokuchou .acMenu dd:nth-of-type(2n){
	background: #e1e1e1;
}
.area-tokuchou .acMenu dd::before{
	content: "";
	display: block;
	position: absolute;
	top: 4.5vw;
	left: 4.5vw;
	width: 6vw;
	height: 6vw;
	margin: -3.25vw 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_faq_ico-answer.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-pop
-------------------------------- */
.area-pop{
	width: 92vw;
}
.area-pop li{
	margin: 10vw auto 0;
}
.area-pop .label{
	margin: 3vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-pop .price{
	margin: 2vw auto 0;
	color: #f23333;
	text-align: right;
}
.area-pop .price span{
	padding: 0 1vw;
	font-size: 2vw;
}


/* -------------------------------- 
.area-new
-------------------------------- */
.area-new{
	width: 92vw;
}
.area-new li{
	margin: 10vw auto 0;
}
.area-new .label{
	margin: 3vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-new .price{
	margin: 2vw auto 0;
	color: #f23333;
	text-align: right;
}
.area-new .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-new .txt{
	margin: 2vw auto 0;
	line-height: 1.5;
}
.area-new .btn{
	margin: 4vw auto 0;
	text-align: right;
}
.area-new .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-new .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-choose
-------------------------------- */
.area-choose{
	width: 92vw;
}
.area-choose .tab-wrap{
	margin: 5vw 0 0;
}
.area-choose .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-choose .tab li{
	width: 32%;
	padding: 4vw 0 3vw;
	background: #fff;
	font-weight: bold;
	font-size: 4vw;
}
.area-choose .tab li.select{
	background: #344457;
	color: #fff;
}
.area-choose h3{
	margin: 7vw 0 0;
	font-size: 4.6vw;
	line-height: 1.25;
}
.area-choose .pick-tab 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 auto 0;
}
.area-choose .pick-tab li{
	width: 49%;
	margin: 0 2% 0 0;
}
.area-choose .pick-tab li:nth-of-type(2n){
	margin-right: 0;
}
.area-choose .pick-tab li:nth-of-type(n+3){
	margin-top: 5vw;
}
.area-choose .pick-tab .label{
	margin: 2vw auto 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.25;
}
.area-choose .pick-tab .price{
	margin: 2vw auto 0;
	color: #f23333;
	text-align: right;
}
.area-choose .pick-tab .price span{
	padding: 0 1vw;
	font-size: 2vw;
}
.area-choose .btn{
	margin: 7vw 0 0;
	font-weight: bold;
	text-align: center;
}
.area-choose .btn a::before,
.area-choose .btn a::after{
	content: "▲";
	padding: 0 1vw;
}


/* -------------------------------- 
.area-brand
-------------------------------- */
.area-brand{
	width: 92vw;
}
.area-brand .article-list{
	margin: 10vw auto 0;
}
.area-brand .article-img{
	height: 23.3vw;
	border: none;
}
.area-brand .article-img img{
	border: 1px solid rgba(52,68,87,.6);
	border-radius: 50%;
}
.area-brand .article-txt{
	position: relative;
	padding: 3vw 0 0;
}
.area-brand h3{
	font-size: 6vw;
}
.area-brand h3 + .sub-txt{
	margin: 2vw 0 0;
	font-size: 3.4vw;
	text-decoration: underline;
}


/* -------------------------------- 
.area-outbound
-------------------------------- */
.area-outbound{
	width: 92vw;
}
.area-outbound .txt{
	margin: 5vw 0 0;
	line-height: 1.5;
}
.area-outbound .btn{
	margin: 4vw 0 0;
	text-align: right;
}
.area-outbound .btn a{
	display: inline-block;
	position: relative;
	padding: 3vw 7.5vw 3vw 4.5vw;
	background: #1d508d;
	color: #fff;	
}
.area-outbound .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;
}
.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-lead
-------------------------------- */
section[class=area-lead]{
	width: 1050px;
	margin: 100px auto 0;
}
.area-lead .sub-txt{
	margin: 25px 0 0;
}


/* -------------------------------- 
.area-tokuchou
-------------------------------- */
.area-tokuchou{
	width: 1050px;
}
.area-tokuchou .sub-txt{
	width: 100%;
	margin: 25px auto 0;
}
.area-tokuchou ol{
	width: 980px;
	margin: 30px auto 0;
}
.area-tokuchou li{
	position: relative;
	padding: 20px 0 20px 120px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-tokuchou li:nth-of-type(2n){
	padding-left: 0;
	padding-right: 120px;
}
.area-tokuchou li:nth-of-type(n+2){
	margin: 30px 0 0;
}
.area-tokuchou li::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 110px;
	height: 120px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(1)::before{
	left: 30px;
	width: 40px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-01.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(2)::before{
	right: 65px;
	width: 51px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-02.png) no-repeat;
	background-size: contain;
}
.area-tokuchou li:nth-of-type(3)::before{
	left: 30px;
	width: 56px;
	background: url(https://www.free-spirits.co.jp/img/name_tokuchou_ico-03.png) no-repeat;
	background-size: contain;
}
.area-tokuchou .block{
	width: 980px;
	margin: 100px auto 0;
}
.area-tokuchou .block: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-tokuchou h3{
	width: 100%;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-tokuchou .txt{
	margin: 25px auto 0;
	line-height: 1.5;
}
.area-tokuchou picture{
	display: block;
	width: 49%;
}
.area-tokuchou .img{
	margin: 50px 0 0;
}
.area-tokuchou .btn{
	margin: 30px 0 0;
	text-align: right;
}
.area-tokuchou .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-tokuchou .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-tokuchou .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-tokuchou dl{
	margin: 50px auto 0;
}
.area-tokuchou .acMenu dt{
	padding: 33px 50px;
	background: #cccccc;
	box-sizing: border-box;
	cursor: pointer;
}
.area-tokuchou .acMenu dt:nth-of-type(2n){
	background: #e1e1e1;
}
.area-tokuchou .ttl{
	position: relative;
	font-weight: bold;
	font-size: 2.4rem;
}
.area-tokuchou .ttl::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 65px;
	margin: -32.5px 0 0;
	background: url(https://www.free-spirits.co.jp/img/common_faq_ico-question.png) no-repeat;
	background-size: contain;
}
.area-tokuchou .txt{
	display: inline-block;
	width: 810px;
	margin: 0 50px 0 90px;
	line-height: 1.25;
}
.area-tokuchou .acMenu .btn{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 41px;
	height: 41px;
	margin: -21px 0 0;
}
.area-tokuchou .open .btn img{
	transition: all .4s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.area-tokuchou .btn img{
	transition: all .4s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.area-tokuchou .acMenu dd{
	display: none;
}
.area-tokuchou .acMenu dd{
	display: none;
	position: relative;
	padding: 0 100px 33px 140px;
	background: #cccccc;
	font-size: 2.4rem;
	line-height: 1.75;
}
.area-tokuchou .acMenu dd:nth-of-type(2n){
	background: #e1e1e1;
}
.area-tokuchou .acMenu dd::before{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 50px;
	width: 60px;
	height: 55px;
	background: url(https://www.free-spirits.co.jp/img/common_faq_ico-answer.png) no-repeat;
	background-size: contain;
}


/* -------------------------------- 
.area-pop
-------------------------------- */
.area-pop{
	width: 1050px;
}
.area-pop 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-pop li{
	width: 48%;
}
.area-pop li:nth-of-type(n+3){
	margin: 50px 0 0;
}
.area-pop h3{
	position: relative;
	font-size: 2.4rem;
}
.area-pop .img{
	display: block;
}
.area-pop .label{
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-pop .price{
	margin: 10px 0 0;
	color: #f23333;
	text-align: right;
}
.area-pop .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-pop .txt{
	margin: 10px auto 0;
	line-height: 1.5;
}
.area-pop .btn{
	margin: 20px 0 0;
	text-align: right;
}


/* -------------------------------- 
.area-new
-------------------------------- */
.area-new{
	width: 1050px;
}
.area-new 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;
	margin: 50px 0 0;
}
.area-new li:nth-of-type(n+2){
	margin: 50px 0 0;
}
.area-new .img{
	width: 50%;
}
.area-new .in{
	width: 48%;
}
.area-new .label{
	margin: 40px 0 0;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.25;
	word-break: keep-all;
}
.area-new .price{
	margin: 20px 0 0;
	color: #f23333;
	font-size: 2rem;
	text-align: right;
}
.area-new .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-new .txt{
	margin: 40px 0 0;
	line-height: 1.75;
}
.area-new .btn{
	margin: 70px 0 0;
	text-align: right;
}
.area-new .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-new .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-new .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-choose
-------------------------------- */
.area-choose{
	width: 1050px;
}
.area-choose .tab-wrap{
	margin: 50px 0 0;
}
.area-choose .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-choose .tab li{
	width: 32%;
	padding: 30px 0 20px;
	background: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	cursor: pointer;
}
.area-choose .tab li.select{
	background: #344457;
	color: #fff;
}
.area-choose h3{
	margin: 50px auto 0;
	font-size: 2.4rem;
	line-height: 1.25;
}
.area-choose .pick-tab  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;
}
.area-choose .pick-tab li{
	width: 230px;
	margin-right: calc(60px/3);
}
.area-choose .pick-tab li:nth-of-type(4n){
	margin-right: 0;
}
.area-choose .pick-tab .label{
	margin: 10px 0 0;
	font-weight: bold;
	line-height: 1.25;
}
.area-choose .pick-tab .price{
	margin: 10px 0 0;
	color: #f23333;
	text-align: right;
}
.area-choose .pick-tab .price span{
	padding: 0 5px;
	font-size: 1.2rem;
}
.area-choose .btn{
	display: none;
}


/* -------------------------------- 
.area-brand
-------------------------------- */
.area-brand{
	width: 1050px;
}
.area-brand .article-list{
	width: 980px;
	margin: 50px auto 0;
}
.area-brand h3{
	margin: 20px 0 0;
	font-size: 2rem;
}
.area-brand .article-img img{
	border: 1px solid rgba(52,68,87,.6);
	box-sizing: border-box;
	border-radius: 50%;
}
.area-brand .article-list .sub-txt{
	margin: 10px 0 0;
	font-size: 1.6rem;
	text-decoration: underline;
}
.area-brand li:hover .sub-txt{
	text-decoration: none;
}


/* -------------------------------- 
.area-outbound
-------------------------------- */
.area-outbound{
	width: 1050px;
}
.area-outbound .txt{
	margin: 25px 0 0;
	line-height: 1.75;
}
.area-outbound .btn{
	margin: 30px 0 0;
	text-align: right;
}
.area-outbound .btn a{
	display: inline-block;
	position: relative;
	padding: 15px 60px 15px 45px;
	background: #1d508d;
	color: #fff;	
	font-weight: bold;
	font-size: 2rem;
}
.area-outbound .btn a:hover{
	background: #f3ed33;
	color: #333;	
}
.area-outbound .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;
}
}
