@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;
}


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

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

.area-brand .sect-container{
	padding-top: 30px;
}
	
.area-brand .sect-container h2{
	display: block;
	width: 70%;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 3.6rem;
	margin: auto;
	margin-bottom: 0;
}
	
.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 picture{
	order: 2;
	width: 92vw;
	height: auto;
}

.area-brand .block{
	order: 1;
	margin:0 0 3vw 0;
	}
	
.area-brand .sect-container .sub-txt{
	width: 100%;
	font-size: 1.8rem;
	font-weight: normal;
}

	

/* -------------------------------- 
.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;
}
	.area-feature .inner p{
		font-size: 1.8rem;
		line-height: 2.8rem;
		margin: 0 0 3vw 0;
	}
}

@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;
}


/* -------------------------------- 
.area-store
-------------------------------- */
section[class=area-store]{
	margin: 20px auto 0;
	padding: 60px 0 0;
}
.area-brand .sect-container{
	padding-top: 60px;
}
	
.area-brand .sect-container h2{
	display: inline-block;
	width: 100%;
	font-size: 2.4rem;
	margin-bottom: 30px;
}
	
.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;
	-webkit-align-items: stretch;
	align-items: stretch;
	
}
.area-brand .block{
	order: 1;
	width: 485px;
}
.area-brand .sect-container .sub-txt{
	font-size: 1.6rem;
}
.area-brand .brand-logo{
	display: block;
    width: 110px;
	height: auto;
	margin:auto;
}
.area-brand picture{
	order: 2;
	width: 506px;
}


/* -------------------------------- 
.area-type
-------------------------------- */
.area-type picture{
	display: block;
}
.area-type .sub-txt{
	margin-top: 30px;
}
.area-type .ttl{
	width: 80%;
	margin: 60px auto 0;
	padding: 15px 0;
	background: #d4e1e8;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}
	
.area-type .sect-bg{
	width: calc(100% + 160px);
    margin: 0 0 0 -80px;
    padding: 90px 0 145px;
	background: url("../../sciva_popup/img/pc/contents_bg_pc.jpg") center /cover no-repeat;
	}
.area-type .sect-bg .sect-text-area{
	width: 650px;
    margin: 0 auto;
    padding: 45px 70px;
    background: rgba(105,0,0,.6);
    box-sizing: border-box;
    color: #fff;
	}
.area-type .sect-bg .sect-text-area p{
	margin: 0 auto 25px;
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-align: left;
	}
.area-type .sect-bg .sect-text-area p:first-of-type{
	text-align: center;
	font-weight: bold;
	}
.area-type .sect-bg .sect-text-area p:last-of-type{
	margin-bottom: 0;
	}
	
	
/* -------------------------------- 
.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: 30px;
}
	
	.area-feature .inner p{
		line-height: 2.5rem;
		margin-bottom: 40px;
	}
}

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