@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}


@media only screen and (max-width: 768px) {
/* -------------------------------- 
common
-------------------------------- */
html{
	color: #333333;
	}
	
	#Container{
		margin-top: 60px;
	}
	
	#Pan{
		margin: 27vw auto 0;
	}
	
	h2.bigf{
		text-align: center;
		font-size: 5.6vw
	}
	
section[class^=area]{
	position: relative;
	margin: 15vw 0 0;
	padding: 6vw 0 0;
}
.small-en{
	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;
    color: #22658c;
    font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
    font-weight: bold;
	font-size: 3.5vw;
	position: absolute;
	top: 0;
	left: 0;

}
	
.small-en::before {
    content: "";
    display: block;
    width: 8vw;
    height: 1px;
    margin: 0 9px 0 0;
    background: #22658c;
}
	
.sect-inner{
	padding-top: 5vw;
	width: 92vw;
    margin: 0 auto;
    background: #fff;
}
	

.img + .sub-txt{
	margin-top: 3vw;
}
h2.ico{
	position: relative;
	padding-top: 18vw;
}
h2.ico span{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 22vw;
	height: 14vw;
	margin-left: -11vw;
}
.sp-only {
    display: block;
}


/* -------------------------------- 
.area-brand
-------------------------------- */
section[class=area-brand]{
	margin: 10vw 0 0;
}

.area-brand .brand-logo{
	display: block;
	width: 195px;
	height: auto;
	margin: auto;
}

.area-brand .sect-container{
	padding-top: 30px;
}
	
.area-brand .sect-container h2{
	display: block;
	font-size: 5.6vw !important;
	font-weight: bold;
	line-height: 3.6rem;
	margin: auto;
	margin-bottom: 0;
        text-align: center;
}
	
.area-brand .sect-container h2::after {
    content: "";
    display: block;
    width: 0.4vw;
    height: 4vw;
    margin: 2.5vw auto 3vw;
    background: #333;
}
	
.area-brand .sect-inner{
	/* position: relative; */
	display: flex;
	padding-top: 0;
	flex-wrap: wrap;
}

.area-brand .block{
	margin:0 0 3vw 0;
}

.area-brand ul {
        background: rgba(34,101,140,.1);
        box-sizing: border-box;
        padding: 35px 35px 50px 35px;
}
.area-brand ul li:nth-of-type(n+2) {
    margin-top: 15px;
}
.area-brand li span::after {
    content: "：";
}

.area-brand .sect-container .sub-ttl{
        font-size: 5.6vw !important;
	font-weight: bold;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 20px;
        
}        
.area-brand .sect-container .sub-txt{
	width: 100%;
	font-size: 1.8rem;
	font-weight: normal;
}

/* -------------------------------- 
.area-disc
-------------------------------- */
	
section[class=area-disc] {
    background: url(https://www.freespirits-kobe.mom/tasca_new/img/bg_sp.png) center /cover no-repeat;
    margin: 19vw auto 0;
    width: 100%;
    padding: 9vw 0;
}
.area-disc .sect-inner {
    width: 92vw;
    margin: 0 auto;
    padding: 6.4vw 4vw 7vw;
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    color: #fff;
}
.area-disc .sect-inner h2 {
    font-size: 4vw;
    text-align: center;
}

/* -------------------------------- 
.area-type
-------------------------------- */
.area-type .sub-txt{
	margin-top: 5vw;
}
.area-type .ttl{
	margin-top: 13vw;
	padding: 4.5vw 0 4vw;
	background: #d4e1e8;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
}
	
.area-type .sect-bg{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 50px 0;
	background: url("../../sciva_popup/img/sp/contents_bg_sp.jpg") center /cover no-repeat;
	}
.area-type .sect-bg .sect-text-area{
	width: 95%;
    margin: 0 auto;
    padding:20px 10px;
    background: rgba(105,0,0,.6);
    box-sizing: border-box;
    color: #fff;
	}
.area-type .sect-bg .sect-text-area p{
	margin: 0 auto 20px;
	font-size: 1.8rem;
	line-height: 3rem;
	text-align: left;
	}
.area-type .sect-bg .sect-text-area p:first-of-type{
	text-align: center;
	margin-bottom: 10px
	}
.area-type .sect-bg .sect-text-area p:last-of-type{
	margin-bottom: 0;
	}


/* -------------------------------- 
.area-flow
-------------------------------- */
	
h2.bigf::after {
    content: "";
    display: block;
    width: 0.4vw;
    height: 4vw;
    margin: 2.5vw auto 3vw;
    background: #333;
}
	
.area-flow h2.bigf::after{
	background: initial;
}
	
.area-feature .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;
	position: relative;
	align-items: stretch;
        margin-top: 20px;
}
.area-feature .inner .block {
    width: 100%;
}
.area-feature .inner .img {
    display: block;
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin: 0 0 3vw 0;
}
        
.sub-txt + .sub-txt {
        margin-top: 30px;
}
}

@media only screen and (min-width: 769px) {
/* -------------------------------- 
common
-------------------------------- */
	#Container{
		margin-top: 87px;
	}
	
	#Pan{
		margin-top: 180px;
	}
	
section[class^=area]{
	position: relative;
	margin: 150px auto 0;
	padding: 60px 0 0;
	width: 1040px;
}
h2.bigf{
	font-size: 2.4rem;
	text-align: left;
	margin-bottom: 40px;
}
h2.bigf::after{
	display: none;
}
.sect-inner{
	width: 100%;
	padding: 0;
	box-shadow: none;
}
	
.small-en{
	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;
	position: absolute;
	top: 0;
	left: 0;
	color: #22658c;
	font-family: 'Rozha One', serif;
}
.small-en::before{
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	margin: 0 9px 0 0;
	background: #22658c;
}
	
.img + .sub-txt{
	margin-top: 15px;
}
span.line{
	display: inline;
}
h2.ico{
	position: relative;
	padding-top: 85px;
	text-align: center;
}
h2.ico span{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: auto;
	margin-left: -50px;
}
.sp-only {
    display: none;
}

/* -------------------------------- 
.area-store
-------------------------------- */
section[class=area-store]{
	margin: 20px auto 0;
	padding: 60px 0 0;
}
.area-brand .sect-container{
	padding-top: 40px;
}
	
.area-brand .sect-container h2{
	display: inline-block;
	width: 100%;
	font-size: 2.4rem;
	margin-bottom: 60px;
        text-align: center;
}
	
.area-brand .sect-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	
}
.area-brand .block{
	width: 520px;
}
.area-brand ul {
    width: 485px;
    padding: 35px 35px 50px 35px;
    background: rgba(34,101,140,.1);
    box-sizing: border-box;
}
.area-brand ul li:nth-of-type(n+2) {
    margin-top: 15px;
}
.area-brand li span::after {
    content: "：";
}
.area-brand .sect-container .sub-ttl {
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 20px;
}
.area-brand .sect-container .sub-txt{
	font-size: 1.6rem;
}
.area-brand .brand-logo{
	display: block;
    width: 260px;
	height: auto;
	margin:auto;
}
.area-brand img {
	order: 2;
	width: 455px;
}


/* -------------------------------- 
.area-disc
-------------------------------- */
section[class=area-disc] {
    background: url(https://www.freespirits-kobe.mom/tasca_new/img/bg.png) center /cover no-repeat;
    width: 100%;
    margin: 110px auto 0;
    padding: 122px 0 104px;
    position: relative;
}
.area-disc .sect-inner {
    width: 580px;
    margin: 0 auto;
    padding: 44px 45px 46px;
    background: rgba(0,0,0,.6);
    box-sizing: border-box;
    color: #fff;
}
.area-disc .sect-inner h2 {
    font-size: 1.8rem;
    text-align: center;
}
	
/* -------------------------------- 
.area-feature
-------------------------------- */
	
section .area-feature{
	position: relative;
	margin: 40px auto 0;
	padding: 60px 0 0;
}
.area-feature .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;
	margin-top: 40px;
}
	
.area-feature .inner .img {
    display: block;
	line-height: 2.5rem;
	margin-bottom: 40px;
}

.sub-txt + .sub-txt {
        margin-top: 30px;
}
}

@media only screen and (min-width: 1400px) {
	html{
		font-size: 62.5%;
		    color: #333333;
	}
}
