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


@media only screen and (max-width: 768px) {
/* -------------------------------- 
common
-------------------------------- */
	#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 .sect-inner{
	/* position: relative; */
	padding-top: 10vw;
}
	
	
.area-brand .brand-logo{
	width: 50vw;
	height: auto;
	margin: auto;
}
.area-brand picture{
	width: 92vw;
	height: auto;
}

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

/* -------------------------------- 
.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 ul{
	padding: 8vw 4vw;
	background: rgba(34, 101, 140, .1);
}
.area-type li{
	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;
	line-height: 1.75;
	font-size: 1.6rem;
}
.area-type li:nth-of-type(n+2){
	margin: 5vw 0 0;
	padding: 5vw 0 0;
	border-top: 2px dotted rgba(34, 101, 140, .2);
}
.area-type li span{
	display: block;
	width: 13%;
}
.area-type li span:nth-of-type(2){
	width: 87%;
}
.area-type .bnr-sp{
	margin-top: 10vw;
}
.area-type .bnr-pc{
	display: none;
}


/* -------------------------------- 
.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-flow .sub-txt{
	margin-top: 5vw;
}
.area-flow .block{
	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-flow .block:nth-of-type(n+2){
	margin-top: 18vw;
}
.area-flow .block::after{
	content: "▼";
	position: absolute;
	bottom: -10vw;
	left: 14%;
	color: #22658c;
	font-size: 5vw;
}
.area-flow .block:last-of-type::after{
	display: none;
}
.area-flow .block h3{
	width: 100%;
	margin-bottom: 3vw;
}
.area-flow .block .img{
	width: 34%;
}
.area-flow .block .txt{
	width: 63%;
	font-size: 1.6rem;
	line-height: 1.75;
}
.area-flow .ttl{
	margin-top: 13vw;
	padding: 4.5vw 0 4vw;
	background: #d4e1e8;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
}
.area-flow ul{
	padding: 8vw 4vw;
	background: rgba(34, 101, 140, .1);
}
.area-flow li{
	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;
	line-height: 1.75;
	font-size: 1.6rem;
}
.area-flow li:nth-of-type(n+2){
	margin: 5vw 0 0;
	padding: 5vw 0 0;
	border-top: 2px dotted rgba(34, 101, 140, .2);
}
.area-flow li::before{
	content: "・";
	display: contents;
}
.area-flow .bnr-sp{
	margin-top: 10vw;
}
.area-flow .bnr-pc{
	display: none;
}

/* -------------------------------- 
.area-color
-------------------------------- */
section .area-color{
	position: relative;
	margin: 8vw 0 0;
	padding: 12vw 0 0;
}
.area-color .block{
	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-color .block:nth-of-type(n+2){
	margin-top: 10vw;
}
.area-color .block:last-of-type::after{
	display: none;
}
.area-color .block h3{
	width: 100%;
	margin-top: 2vw;
	margin-bottom: 3vw;
}
.area-color .block .img{
	width: 100%;
}
	
	.sp-br{
		display: inline-block;
	}
	
}


@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: 50px;
}
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-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;
	padding-top: 60px;
}
.area-brand .block{
	width: 485px;
}
.area-brand .sub-txt{
	margin-top: 20px;
}
.area-brand .brand-logo{
	width: 305px;
	height: auto;
	margin:auto;
}
.area-brand picture{
	width: 520px;
}


/* -------------------------------- 
.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 ul{
	width: 80%;
	margin: 0 auto;
	padding: 40px 65px;
	background: rgba(34, 101, 140, .1);
	box-sizing: border-box;
}
.area-type li{
	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;
	padding: 0 10%;
	line-height: 1.75;
}
.area-type li:nth-of-type(n+2){
	margin: 30px 5% 0;
	padding: 30px 5% 0;
	border-top: 2px dotted rgba(34, 101, 140, .2);
}
.area-type li span{
	display: block;
	width: 13%;
}
.area-type li span:nth-of-type(2){
	width: 87%;
}
.area-type .bnr-sp{
	display: none;
}
.area-type .bnr-pc{
	width: 520px;
	height: auto;
	margin: 60px auto 0;
}


/* -------------------------------- 
.area-flow
-------------------------------- */
.area-flow .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: 50px;
}
.area-flow .block{
	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: 48%;
}
.area-flow .block:nth-of-type(n+3){
	margin-top: 50px;
}
.area-flow .block:last-of-type::after{
	display: none;
}
.area-flow .block h3{
	width: 100%;
	margin-bottom: 15px;
}
.area-flow .block .img{
	width: auto;
}
.area-flow .block .txt{
	    line-height: 1.75;
	width: 63%;
}
.area-flow .ttl{
	width: 780px;
	margin: 100px auto 0;
	padding: 15px 0;
	background: #d4e1e8;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}
.area-flow ul{
	width: 780px;
	margin: 0 auto;
	padding: 40px 65px;
	background: rgba(34, 101, 140, .1);
	box-sizing: border-box;
}
.area-flow li{
	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;
	padding: 0 10%;
	line-height: 1.75;
}
.area-flow li:nth-of-type(n+2){
	margin: 30px 0 0;
	padding: 30px 10% 0;
	border-top: 2px dotted rgba(34, 101, 140, .2);
}
.area-flow li span{
	display: block;
	width: 13%;
}
.area-flow li span:nth-of-type(2){
	width: 87%;
}
.area-flow li::before{
	content: "・";
	display: contents;
}
.area-flow .bnr-sp{
	display: none;
}
.area-flow .bnr-pc{
	width: 520px;
	height: auto;
	margin: 60px auto 0;
}

/* -------------------------------- 
.area-color
-------------------------------- */
section .area-color{
	position: relative;
	margin: 40px auto 0;
	padding: 60px 0 0;
}
.area-color .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-color .block{
	width: 48%;
}
.area-color .block:nth-of-type(n+3){
	margin-top: 50px;
}
.area-color .block:last-of-type::after{
	display: none;
}
.area-color .block h3{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.area-color .block .img{
	width: 100%;
}
.area-color .ttl{
	width: 780px;
	margin: 100px auto 0;
	padding: 15px 0;
	background: #d4e1e8;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}
.area-color ul{
	width: 780px;
	margin: 0 auto;
	padding: 40px 65px;
	background: rgba(34, 101, 140, .1);
	box-sizing: border-box;
}
.area-color li{
	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;
	padding: 0 10%;
	line-height: 1.75;
}
.area-color li:nth-of-type(n+2){
	margin: 30px 0 0;
	padding: 30px 10% 0;
	border-top: 2px dotted rgba(34, 101, 140, .2);
}
.area-color li span{
	display: block;
	width: 13%;
}
.area-color li span:nth-of-type(2){
	width: 87%;
}
.area-color li::before{
	content: "・";
	display: contents;
}
.area-color .bnr-sp{
	display: none;
}
.area-color .bnr-pc{
	width: 780px;
	height: auto;
	margin: 60px auto 0;
}
	
.sp-br{
		display: none;
	}
}


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