@charset "UTF-8";
/* CSS Document */
.c5-br-only-sp,
.c5-br-only-840sp {
	display: none;
}
@media screen and (max-width: 840px) {
	.c5-br-only-840sp {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.c5-br-only-pc {
		display: none;
	}
	.c5-br-only-sp {
		display: block;
	}
}
.c5-br-mgtop170 {
    margin-top: 170px!important;
}
.c5-br-mgtop150 {
    margin-top: 150px!important;
}
.c5-br-mgtop130 {
    margin-top: 130px!important;
}
.c5-br-mgtop120 {
    margin-top: 120px!important;
}
@media screen and (max-width: 640px) {
	.c5-br-mgtop120 {
		margin-top: 18.666666666666668vw!important;
	}
}
.c5-br-mgtop110 {
    margin-top: 110px!important;
}
.c5-br-mgtop100 {
    margin-top: 100px!important;
}
.c5-br-mgtop90 {
    margin-top: 90px!important;
}
.c5-br-mgtop85 {
    margin-top: 85px!important;
}
.c5-br-mgtop80 {
    margin-top: 80px!important;
}
.c5-br-mgtop70 {
    margin-top: 70px!important;
}
.c5-br-mgtop60 {
    margin-top: 60px!important;
}
.c5-br-mgtop50 {
    margin-top: 50px!important;
}
.c5-br-mgtop40 {
    margin-top: 40px!important;
}
.c5-br-mgtop35 {
    margin-top: 35px!important;
}
.c5-br-mgtop30 {
    margin-top: 30px!important;
}
.c5-br-mgtop25 {
    margin-top: 25px!important;
}
.c5-br-mgtop20 {
    margin-top: 20px!important;
}
.c5-br-mgtop15 {
    margin-top: 15px!important;
}
.c5-br-mgtop10 {
    margin-top: 10px!important;
}
.c5-br-mgtop8 {
    margin-top: 8px!important;
}
.c5-br-mgtop5 {
    margin-top: 5px!important;
}

.c5-br-mgbottom60 {
    margin-bottom: 60px!important;
}
.c5-br-mgbottom85 {
    margin-bottom: 85px!important;
}

.c5-container {
	padding-top: 80.0938px!important;
}
/*========================================

  .c5-cr-mainvisual

========================================*/
.c5-cr-mainvisual_bg {
	background-color: #F0E6DC;
	height: 554px;
	position: relative;
	z-index: 10;
	margin: 0;
}
.c5-cr-mainvisual_parts01 {
	position: absolute;
	width: 100%;
	height: 600px;
	background-image: url("../img/main_bg01_pc.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 600px;
}
.c5-cr-mainvisual_parts02 {
	position: absolute;
	width: 100%;
	height: 700px;
	background-image: url("../img/main_bg02_pc.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto 273px;
}
.c5-cr-mainvisual__img {
	position: absolute;
	margin-top: 76px;
	margin-left: calc(50% - 555px);
	width: 1110px;
	line-height: 0;
}
.c5-cr-mainvisual__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
	.c5-cr-mainvisual_bg {
		height: auto;
		background-color: #fff;
	}
	.c5-cr-mainvisual_parts01,
	.c5-cr-mainvisual_parts02 {
		position: relative;
		height: auto;
		width: 100%;
		background-image: none;
	}
	.c5-cr-mainvisual__img {
		position: absolute;
		top: 31%;
		left: 0;
		right: 0;
		bottom: 0;
		width: 77%;
		margin: auto;
	}
}
/*========================================

  .c5-cr-

========================================*/
.sf-articleContent__meta {
	margin-top: 0;
}
.c5-cr-article {
  overflow: hidden;
}
.c5-cr-article * {
  box-sizing: border-box;
}
.c5-read-bg-start {
	position: relative;
	width: 100%;
	height: 565px;
	background-image: url("../img/intro_bg01_start_pc.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 2500px 430px;
}
.c5-read-bg-inner {
	width: 100%;
	height: 565px;
	background-image: url("../img/intro_bg02_pc.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 1767px auto;
	position: relative;
}
@media screen and (max-width: 640px) {
	.c5-read-bg-start {
		background-size: 100% 25vw;
		background-position: top 16% center;
		height: auto;
		margin-top: 10px;
	}
	.c5-read-bg-inner {
		height: auto;
		background-image: none;
	}
}
.c5-read-cont {
	width: 641px;
	margin: 0 auto;
	padding-top: 313px;
}
.c5-read-text {
	text-align: center;
	font-size: 24px!important;
	color: #000!important;
	line-height: 1.9em!important;
}
.c5-read-text .stripe {
	line-height: 1.8em!important;
	display: inline;
	font-size: 28px!important;
	color: #000!important;
	font-weight: bold;
	padding: 0.3em 0;
	background: repeating-linear-gradient(-45deg, #00FFFF, #00FFFF 2px, #fff 2px, #fff 6px);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: bottom;
}
@media screen and (max-width: 640px) {
	.c5-read-cont {
		width: 100%;
		margin: 0 auto;
		padding-top: 8vw;
	}
	.c5-read-text {
		font-size: 4.5vw!important;
		line-height: 1.7em!important;
	}
	.c5-read-text .stripe {
		font-size: 5vw!important;
	}
}
.c5-index-outer {
	width: 100%;
	position: relative;
}
.c5-index-inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.c5-read-cont .c5-br-mgtop40 {
		margin-top: 8vw!important;
	}
	.c5-index-inner .c5-br-mgtop40 {
		margin-top: 6vw!important;
	}
	.c5-index-outer {
		background-image: url("../img/intro_bg01_end_pc.jpg");
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100% 25vw;
		padding-bottom: 6.7vw;
	}
}
.c5-read-bg-end {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url("../img/intro_bg01_end_pc.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 2500px 430px;
}
@media screen and (max-width: 640px) {
	.c5-read-bg-end {
		background-color: #F0E6DC;
		margin-top: -1px;
		background-image: url("../img/intro_bg01_start_pc.jpg");
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100% 25vw;
	}
	.c5-read-bg-end .c5-br-mgtop70 {
		margin-top: 0!important;
	}
}
.c5-flex-index {
	width: 90%;
	max-width: 719px;
	margin: 0 auto;
	padding-bottom: 210px;
	overflow: hidden;
}
.c5-flex-index li {
	width: 45%;
	margin-right: 10%;
}
.c5-flex-index li:last-child {
	margin-right: 0;
}
.c5-flex-index li img {
	width: 100%;
}
.c5-index-arrow {
	margin: 0 auto;
	width: 60px;
}
@media screen and (max-width: 640px) {
	.c5-flex-index {
		display:block;
		padding-bottom: 12vw;
	}
	.c5-flex-index li {
		width: 100%;
		margin-right: 0;
		padding-bottom: 9vw;
	}
}
#section01 {
	width: 100%;
	padding-top: 50px;
	margin-top: -175px;
	position: relative;
	overflow: hidden;
}
#section02 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#section01 {
		margin-top: -14vw!important;
		padding-top: 14vw!important;
	}
	#section02 {
		margin-top: 0!important;
	}
}
.c5-main-bg {
	width: 100%;
	background-color: #F0E6DC;
	overflow: hidden;
}
.c5-section01_intro {
	width: 100%;
	height: 400px;
	background-image: url("../img/section01_intro_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.c5-section01_intro .c5-section01_intro_cont {
	position: absolute;
	width: 1750px;
	margin-left: calc(50% - 875px);
}
.c5-section_intro_text {
	position: absolute;
	left: 0;
	right: 0;
	margin: 75px auto 0;
	width: 456px;
}
.c5-section02_intro {
	width: 100%;
	height: 400px;
	background-image: url("../img/section02_intro_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.c5-section02_intro .c5-section02_intro_cont {
	position: absolute;
	width: 1750px;
	margin-left: calc(50% - 875px);
}
@media screen and (max-width: 640px) {
	.c5-section01_intro {
		height: auto;
		background-image: url("../img/section01_intro_bg_sp.jpg"), url("../img/intro_bg01_end_pc.jpg");
		background-size: 100%, 100% 25vw;
		background-position: top center, bottom center;
		background-color: #fff;
		padding-bottom: 13vw;
	}
	.c5-section02_intro {
		height: auto;
		background-image: url("../img/section02_intro_bg_sp.jpg"), url("../img/intro_bg01_end_pc.jpg");
		background-size: 100%, 100% 25vw;
		background-position: top center, bottom center;
		background-color: #fff;
		padding-bottom: 13vw;
	}
	.c5-section01_intro .c5-section01_intro_cont,
	.c5-section02_intro .c5-section02_intro_cont {
		position: relative;
		width: 100%;
		margin: 0;
	}
	.c5-section_intro_text {
		position: relative;
		width: 90%;
		margin: 5vw auto 0;
	}
	#section01 .c5-inner-800,
	#section02 .c5-inner-800 {
		margin-top: 0!important;
	}
}


.c5-title {
	text-align: center!important;
}
.c5-title .stripe {
	display: inline;
	font-size: 29px!important;
	color: #000!important;
	font-weight: bold;
	padding: 0.3em 0;
	background: repeating-linear-gradient(-45deg, #00FFFF, #00FFFF 2px, #F0E6DC 2px, #F0E6DC 6px);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: bottom;
}
.c5-ann-text {
	font-size: 13px!important;
	color: #000!important;
}
.c5-ann-text-center {
	font-size: 13px!important;
	color: #000!important;
	text-align: center;
	width: 90%;
	margin: 25px auto 35px;
}
.c5-img_cont,
.c5-img_cont01,
.c5-img_cont02,
.c5-img_cont03,
.c5-img_cont04 {
	width: 100%;
}
.c5-main-text {
	font-size: 18px!important;
	color: #000!important;
	line-height: 2em!important;
}
@media screen and (max-width: 640px) {
	.c5-title .stripe {
		font-size: 5vw!important;
	}
	#section01 .c5-inner-800 .c5-br-mgtop50,
	#section01 .c5-inner-800 .c5-br-mgtop40,
	#section02 .c5-inner-800 .c5-br-mgtop50,
	#section02 .c5-inner-800 .c5-br-mgtop40,
	#section02 .c5-inner-1000 {
		margin-top: 5vw!important;
	}
	.c5-ann-text {
		font-size: 3vw!important;
	}
	.c5-ann-text-center {
		font-size: 3vw!important;
		text-align: left;
	}
	.c5-main-text {
		font-size: 4vw!important;
	}
	.c5-br-mgtop90 {
		margin-top: 10vw!important;
	}
	.c5-img_cont01 {
		margin-top: 6.666666666666667vw!important;
		margin-bottom: 10vw!important;
	}
	.c5-img_cont02,
	.c5-img_cont03 {
		margin-top: 8.666666666666668vw!important;
	}
	.c5-img_cont04 {
		margin-top: 4.666666666666667vw!important;
		margin-bottom: 8vw!important;
	}
}

.c5-flex-2col {
	width: 100%;
	display: flex;
}
.c5-left-text {
	width: 55%;
	font-size: 18px!important;
	color: #000!important;
	line-height: 2em!important;
}
.c5-text-bold {
	font-size: 18px!important;
	color: #000!important;
	line-height: 2em!important;
	font-weight: bold;
}
.c5-left-text .c5-left-text-logo {
	width: 90%;
	max-width: 280px;
	margin: 0 auto;
}
.c5-right-img {
	width: 42%;
	margin-left: 3%;
}
@media screen and (max-width: 640px) {
	.c5-flex-2col {
		display: block;
	}
	.c5-left-text {
		width: 100%;
		font-size: 4vw!important;
	}
	.c5-text-bold {
		font-size: 4vw!important;
	}
	.c5-left-text .c5-left-text-logo {
		width: 70%;
	}
	.c5-right-img {
		width: 70%;
		margin: 6vw auto;
	}
	#section01 .c5-inner-800 .c5-br-mgtop130 {
		margin-top: 18vw!important;
	}
	#section02 .c5-inner-800 .c5-br-mgtop100 {
		margin-top: 15vw!important;
	}
}
.c5-herf-img-left {
	width: 48%;
}
.c5-herf-img-right {
	width: 48%;
	margin-left: 4%;
}
.c5-herf-img-cap {
	text-align: center;
	font-size: 18px!important;
	color: #000!important;
}
.c5-herf-img-cap big {
	text-align: center;
	font-size: 22px!important;
	font-weight: bold!important;
	color: #000!important;
}
@media screen and (max-width: 640px) {
	.c5-herf-img-left {
		width: 100%;
		margin-bottom: 6vw;
	}
	.c5-herf-img-right {
		width: 100%;
		margin-left: 0;
	}
	.c5-herf-img-cap {
		font-size: 4vw!important;
	}
	.c5-herf-img-cap big {
		font-size: 4.5vw!important;
	}
	.c5-herf-img-left .c5-br-mgtop20,
	.c5-herf-img-right .c5-br-mgtop20 {
		margin-top: 3vw!important;
	}
}
.c5-pd-section {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.c5-pd-text {
	font-size: 17px!important;
	color: #000!important;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.c5-pd-img {
	width: 90%;
	max-width: 180px;
	margin: 0 auto;
}
.c5-pd-btn {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
}
.c5-pd-info {
    width: 48%;
    background-color: #6088EC;
    padding: 13px 0;
    transition: .5s;
    cursor: pointer;
    text-align: center;
	z-index: 99;
}
.c5-pd-buy {
    width: 48%;
    background-color: #E47048;
    padding: 13px 0;
    transition: .5s;
    cursor: pointer;
    text-align: center;
	margin-left: 4%;
	z-index: 99;
}
.c5-pd-info a,
.c5-pd-buy a {
	display: block;
}
.c5-pd-info span,
.c5-pd-buy span {
	font-size: 16px!important;
}
@media screen and (max-width: 640px) {
	.c5-pd-section {
		margin-top: 10vw!important;
	}
	#section02 .c5-pd-section {
		margin-bottom: 0!important;
	}
	.c5-pd-text {
		font-size: 3.5vw!important;
		margin-top: 8vw!important;
	}
	.c5-pd-btn {
		display: block;
	}
	#section02 .c5-pd-btn {
		margin-bottom: 10vw!important;
	}
	.c5-pd-info {
		width: 100%;
		margin-bottom: 3vw;
	}
	.c5-pd-buy {
		width: 100%;
		margin-left: 0;
	}
}
.c5-pd-arrow {
    position: relative;
    padding-left: 18px;
    color: #fff!important;
}
.c5-pd-info:hover,
.c5-pd-buy:hover {
	opacity: .5;
}
.c5-pd-arrow::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 8px #fff;
    top: 50%;
    left: 0;
    margin-top: -5px;
}
.c5-pd-colum {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 11px;
	border: solid #000 1px;
}
.c5-pd-colum::before {
	content: "";
	position: absolute;
	top: 11px;
	bottom: -11px;
	right: -11px;
	left: 11px;
	border-right: solid #000 2px;
	border-bottom: solid #000 2px;
}
.c5-pd-colum-inner {
	position: relative;
	width: 100%;
	background-color: #F0E6DC;
	padding: 48px;
}
.c5-pd-colum-title-wrap {
	margin: 0 auto;
	display: block;
}
.c5-pd-colum-title {
	font-size: 21px!important;
	font-weight: bold;
	color: #000!important;
	line-height: 2em!important;
	background: linear-gradient(transparent 65%, #fff 65%);
	display: inline;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.c5-pd-colum {
		margin-top: 15vw!important;
	}
	.c5-pd-colum-inner {
		padding: 7vw;
	}
	.c5-pd-colum-title {
		font-size: 4.5vw!important;
		line-height: 1.7em!important;
	}
	.c5-pd-colum-inner .c5-br-mgtop50 {
		margin-top: 7vw!important;
	}
	.c5-pd-colum-inner .c5-br-mgtop30 {
		margin-top: 4vw!important;
	}
	.c5-pd-colum .c5-pd-section {
		margin-top: 0!important;
	}
}
.c5-model-list {
	position: relative;
	width: 100%;
	padding: 7px 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.c5-model-list::before,
.c5-model-list::after {
  position: absolute;
  top: 0;
  content: '';
  width: 25px;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c5-model-list::before {
  left: 0;
  border-left: 1px solid #000;
}
.c5-model-list::after {
  right: 0;
  border-right: 1px solid #000;
}
.c5-model-list-title {
	font-size: 16px!important;
	font-weight: bold;
	color: #000!important;
}
.c5-model-list-title span,
.c5-model-list-text {
	font-size: 13px!important;
	font-weight: normal;
	color: #000;
}
@media screen and (max-width: 640px) {
	.c5-model-list {
		padding: 2vw 3vw;
	}
	.c5-model-list::before,
	.c5-model-list::after {
		width: 3vw;
	}
	.c5-model-list-title {
		font-size: 4vw!important;
	}
	.c5-model-list-title span,
	.c5-model-list-text {
		font-size: 3vw!important;
	}
}
.c5-pd-colum2-title {
	position: absolute;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.c5-pd-colum2-title span {
	font-size: 21px!important;
	font-weight: bold;
	color: #000!important;
	text-align: center;
	padding: 20px 45px;
	background-color: #fff;
	border-radius: 45px;
	margin: 0 auto;
	display: inline-block;
}
@media screen and (max-width: 900px) {
	.c5-pd-colum2-title span {
		line-height: 1.3em!important;
	}
}
.c5-pd-colum2 {
	width: 100%;
	background-color: #e2cfbe;
	border: solid 3px #fff;
	border-radius: 45px;
}
.c5-pd-colum2-subtitle {
	width: 90%;
	margin: 0 auto;
	display: flex;
}
.c5-pd-colum2-subtitle-left {
	font-size: 29px!important;
	color: #000!important;
	font-weight: bold;
	line-height: 1.5em;
	width: 64%;
	padding-left: 40px;
	display: flex;
	align-items: center;
}
.c5-pd-colum2-subtitle-right {
	width: 36%;
}
@media screen and (max-width: 850px) {
	.c5-pd-colum2-subtitle-left {
		font-size: 3vw!important;
	}
}
@media screen and (max-width: 640px) {
	.c5-pd-colum2-title {
		width: 70%;
		left: 22%;
		transform: translateY(-50%) translateX(0);
	}
	.c5-pd-colum2-title span {
		font-size: 4vw!important;
		line-height: 1.3em!important;
		padding: 2vw 10vw;
	}
	.c5-pd-colum2 {
		border-radius: 6vw;
		margin-bottom: 15vw!important;
	}
	.c5-pd-colum2-subtitle {
		display: block;
		text-align: center;
	}
	.c5-pd-colum2-subtitle-left {
		width: 100%;
		padding-left: 0;
		font-size: 4.9vw!important;
		display: inline-block;
		text-align: left;
	}
	.c5-pd-colum2-subtitle-right {
		width: 65%;
		margin: 3vw auto;
	}
}
.c5-pd-colum2-cap {
	max-width: 408px;
	width: 80%;
	margin: 0 auto;
}
.c5-pd-colum2-img {
	width: 88%;
	margin: 0 auto;
}
.c5-pd-colum2-text {
	width: 88%;
	text-align: center;
	font-size: 18px!important;
	color: #000!important;
	line-height: 1.8em!important;
	margin-left: 6%;
}
.c5-pd-colum2-text-underline {
	width: 88%;
	text-align: center;
	font-size: 18px!important;
	color: #000!important;
	line-height: 1.8em!important;
	margin-left: 6%;
	border-bottom: solid #fff 3px;
	padding-bottom: 45px;
}
.c5-pd-colum2-text big {
	font-size: 25px!important;
	color: #000!important;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.c5-pd-colum2-text {
		font-size: 4vw!important;
	}
	.c5-pd-colum2-text big {
		font-size: 5.5vw!important;
	}
	.c5-pd-colum2-text-underline {
		font-size: 4vw!important;
		text-align: left;
		padding-bottom: 7vw;
	}
}


.c5-inner-800 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.c5-inner-900 {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.c5-inner-1000 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	.c5-inner-900 {
		margin-top: 18vw!important;
	}
}













.c5-footer {
	background-color: #ededed;
	padding: 60px 0;
	text-align: center;
}
.c5-footer p {
	color: #000!important;
	line-height: 2;
}
.c5-footer-title {
	font-size: 1.5rem!important;
	font-weight: 700!important;
	color: #000!important;
}
.c5-footer a {
	color: #fff!important;
	padding: 13px 110px;
}
@media screen and (max-width: 640px) {
	.c5-footer p {
		font-size: 4.2vw;
	}
	.c5-footer-title {
		font-size: 4.5vw!important;
	}
	.c5-footer a {
		width: 90%;
		padding: 15px 0;
		margin: 0 auto;
	}
}
.s5-returnToTop {
	margin-top: 0;
}

/*========================================

  .c5-br-

========================================*/

.c5-br-sp1200 {
	display: none;
}
@media screen and (max-width:1200px) {
	.c5-br-sp1200 {
		display: block;
	}
	.c5-br-pc1200 {
		display: none;
	}
}
.c5-br-sp1100 {
	display: none;
}
@media screen and (max-width:1100px) {
	.c5-br-sp1100 {
		display: block;
	}
	.c5-br-pc1100 {
		display: none;
	}
}
.c5-br-sp1000 {
	display: none;
}
@media screen and (max-width:1000px) {
	.c5-br-sp1000 {
		display: block;
	}
	.c5-br-pc1000 {
		display: none;
	}
}
.c5-br-sp900 {
	display: none;
}
@media screen and (max-width:900px) {
	.c5-br-sp900 {
		display: block;
	}
	.c5-br-pc900 {
		display: none;
	}
}
.c5-br-sp800 {
	display: none;
}
@media screen and (max-width:800px) {
	.c5-br-sp800 {
		display: block;
	}
	.c5-br-pc800 {
		display: none;
	}
}
.c5-br-sp780 {
	display: none;
}
@media screen and (max-width:780px) {
	.c5-br-pc780 {
		display: none;
	}
	.c5-br-sp780 {
		display: block;
	}
}
.c5-br-sp700 {
	display: none;
}
@media screen and (max-width:700px) {
	.c5-br-pc700 {
		display: none;
	}
	.c5-br-sp700 {
		display: block;
	}
}
.c5-br-sp640 {
	display: none;
}
@media screen and (max-width:640px) {
	.c5-br-sp640 {
		display: block;
	}
	.c5-br-pc640 {
		display: none;
	}
}
.c5-br-sp500 {
	display: none;
}
@media screen and (max-width:500px) {
	.c5-br-sp500 {
		display: block;
	}
	.c5-br-pc500 {
		display: none;
	}
}
.c5-br-sp420 {
	display: none;
}
@media screen and (max-width:420px) {
	.c5-br-sp420 {
		display: block;
	}
	.c5-br-pc420 {
		display: none;
	}
}



@-webkit-keyframes slideIn {
  0% {
    visibility: visible;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes slideIn {
  0% {
    visibility: visible;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 3.125vw, 0);
    transform: translate3d(0, 3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 3.125vw, 0);
    transform: translate3d(0, 3.125vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -0.5vw, 0);
    transform: translate3d(0, -0.5vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -0.5vw, 0);
    transform: translate3d(0, -0.5vw, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    visibility: visible;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    visibility: visible;
  }
  to {
    opacity: 1;
  }
}

.slideInUp,
.slideDown,
.slideIn,
.fadeIn {
  opacity: 0
}

.animateIn.slideInUp, .animateIn .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.slideDown, .animateIn .slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.slideIn, .animateIn .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.animateIn.fadeIn, .animateIn .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}

.animateDelay-0 {
  -webkit-animation-delay: 0.4s!important;
  animation-delay: 0.4s!important
}

.animateDelay-1 {
  -webkit-animation-delay: 0.7s!important;
  animation-delay: 0.7s!important
}

.animateDelay-2 {
  -webkit-animation-delay: 1s!important;
  animation-delay: 1s!important
}

.animateDelay-3 {
  -webkit-animation-delay: 1.3s!important;
  animation-delay: 1.3s!important
}

.animateDelay-4 {
  -webkit-animation-delay: 1.6s!important;
  animation-delay: 1.6s!important
}

.animateDelay-5 {
  -webkit-animation-delay: 1.9s!important;
  animation-delay: 1.9s!important
}

.animateDelay-6 {
  -webkit-animation-delay: 2.2s!important;
  animation-delay: 2.2s!important
}

.animateDelay-7 {
  -webkit-animation-delay: 2.5s!important;
  animation-delay: 2.5s!important
}

.animateDelay-8 {
  -webkit-animation-delay: 2.8s!important;
  animation-delay: 2.8s!important
}

.animateDelay-9 {
  -webkit-animation-delay: 3.1s!important;
  animation-delay: 3.1s!important
}

.animateDelay-10 {
  -webkit-animation-delay: 3.4s!important;
  animation-delay: 3.4s!important
}
.animateDelay-11 {
  -webkit-animation-delay: 3.7s!important;
  animation-delay: 3.7s!important
}
.animateDelay-12 {
  -webkit-animation-delay: 4.0s!important;
  animation-delay: 4.0s!important
}
.animateDelay-13 {
  -webkit-animation-delay: 4.3s!important;
  animation-delay: 4.3s!important
}