@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-SPY */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
h1 {
	font-size: 4.2rem;
}
h2 {
	font-size: 3.4rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 1.8rem;
}
.note {
	font-size: 1.2rem;
}
.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px;
}
@media all and (max-width: 767px) {
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	.note {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
	margin-bottom: 5px;
	padding-bottom: 1px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: calc(28/18);
	letter-spacing: 0.08em;
	font-family: var(--en-font);
	border-bottom: 2px solid #b90000;
}
.headline01.size-h2 {
	margin-bottom: 27px;
	padding-bottom: 17px;
	font-size: 3.4rem;
	font-weight: 700;
	font-family: inherit;
}
@media all and (max-width: 767px) {
	.headline01 {
		margin-bottom: 6px;
		padding-bottom: 3px;
		font-size: 1.7rem;
		line-height: 1;
		border-bottom-width: 1px;
	}
	.headline01.size-h2 {
		padding-bottom: 13px;
		margin-bottom: 13px;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headline02
------------------------------------------------------------*/
.headline02 {
	margin: 0 0 40px;
	padding: 0 0 0 24px;
	position: relative;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
.headline02::before {
	width: 6px;
	position: absolute;
	left: 0;
	top: 11px;
    bottom: 14px;
	background-color: #b90000;
	content: "";
}
.headline02.size-h3 {
	margin-bottom: 8px;
	padding-left: 22px;
	font-size: 2.4rem;
}
.headline02.size-h3::before {
	top: 5px;
    bottom: 8px;
}
@media all and (max-width: 767px) {
	.headline02 {
		margin-bottom: 45px;
		padding-left: 11px;
		font-size: 2rem;
	}
	.headline02::before {
		width: 2px;
		top: 6px;
		bottom: 7px;
	}
	.headline02.size-h3 {
		padding-left: 13px;
		font-size: 1.8rem;
	}
	.headline02.size-h3::before {
		top: 4px;
		bottom: 4px;
		width: 4px;
	}
}
/*------------------------------------------------------------
	headline04
------------------------------------------------------------*/
.headline04 {
	margin: 0 0 40px 30px;
	padding: 0 0 0 24px;
	position: relative;
	font-size: 3.4rem;
	letter-spacing: 0.08em;
}
.headline04::before {
	width: 6px;
	position: absolute;
	left: 0;
	top: 11px;
    bottom: 14px;
	background-color: #b90000;
	content: "";
}
.headline04.size-h3 {
	margin-bottom: 8px;
	padding-left: 22px;
	font-size: 2.4rem;
}
.headline04.size-h3::before {
	top: 5px;
    bottom: 8px;
}
@media all and (max-width: 400px) {
	.headline04 {
		padding-left: 11px;
		font-size: 2rem;
		margin: 0 0 40px 0;
	}
	.headline04::before {
		width: 2px;
		top: 6px;
		bottom: 7px;
	}
	.headline04.size-h3 {
		padding-left: 13px;
		font-size: 1.2rem;
	}
	.headline04.size-h3::before {
		top: 4px;
		bottom: 4px;
		width: 4px;
	}
}
@media all and (min-width:401px) and (max-width: 767px) {
	.headline04 {
		margin: 0 0 40px 10px;
		padding-left: 11px;
		font-size: 2rem;
	}
	.headline04::before {
		width: 2px;
		top: 6px;
		bottom: 7px;
	}
	.headline04.size-h3 {
		padding-left: 13px;
		font-size: 1.8rem;
	}
	.headline04.size-h3::before {
		top: 4px;
		bottom: 4px;
		width: 4px;
	}
}
@media all and (min-width:768px) and (max-width: 1500px) {
	.headline04 {
		margin-bottom: 45px;
		padding-left: 11px;
		font-size: 2.5rem;
	}
	.headline04::before {
		width: 2px;
		top: 6px;
		bottom: 7px;
	}
	.headline04.size-h3 {
		padding-left: 13px;
		font-size: 1.8rem;
	}
	.headline04.size-h3::before {
		top: 4px;
		bottom: 4px;
		width: 4px;
	}
}
/*------------------------------------------------------------
	headline05
------------------------------------------------------------*/
.headline05 {
	width:40%;
	height: 25%;
	margin-bottom: 5px;
	margin-bottom: 3%;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: calc(28/18);
	letter-spacing: 0.08em;
	font-family: var(--sc-font);
	color: White;
	text-align: center;
	font-weight: bold;
}
.headline05.size-h2 {
	margin-bottom: 27px;
	padding-bottom: 17px;
	font-size: 3.2rem;
	font-weight: 700;
	font-family: inherit;
}
.headline05none {
	display:none;
}
@media all and (max-width: 767px) {
	.headline05 {
		display:none;
	}
	.headline05.size-h2 {
		padding-bottom: 13px;
		margin-bottom: 13px;
		font-size: 2rem;
	}
	.headline05none {
		display:block;
		width:40%;
		height: 25%;
		margin-bottom: 6px;
		padding-bottom: 3px;
		padding-left: 5px;
		font-size: 1.7rem;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.08em;
		font-family: var(--sc-font);
		color: White;
		text-align: center;
		font-weight: bold;
		border-bottom-width: 1px;
		margin-top: 5%;
	}
}
/*------------------------------------------------------------
	com-dots
------------------------------------------------------------*/
.com-dots {
	padding: 15px 0 44px;
	display: flex;
	justify-content: center;
	gap: 0 59px;
	background-color: #2c2c2c;
}
.com-dots li {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #d6d6d6;
	position: relative;
	cursor: pointer;
}
.com-dots li.slick-active {
	background-color: #c00;
}
.com-dots li button {
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
}
@media all and (max-width: 767px) {
	.com-dots {
		padding: 15px 0 49px;
		gap: 0 36px;
	}
	.com-dots li {
		width: 7px;
		height: 7px;
	}
}
/*------------------------------------------------------------
	headline03
------------------------------------------------------------*/
.headline03 {
	margin-bottom: 14px;
	padding-bottom: 12px;
	line-height: calc(46/34);
	border-bottom: 2px solid #b90000;
	letter-spacing: 0.08em;
}
@media all and (max-width: 767px) {
	.headline03 {
		margin-bottom: 12px;
		padding-bottom: 9px;
		line-height: calc(60/40);
		border-bottom-width: 1px;
	}
}
/*------------------------------------------------------------
	page-path
------------------------------------------------------------*/
.page-path {
	margin: 0 auto;
	padding: 6px 20px 8px;
	max-width: 1194px;
}
.page-path ul {
	display: flex;
	flex-wrap: wrap;
}
.page-path ul li,
.page-path ul li a {
	font-size: 1.2rem;
	letter-spacing: -0.03em;
}
.page-path ul li::after {
	margin: 0 9px;
	display: inline-block;
	content: "＞";
}
.page-path ul li:last-child::after {
	display: none;
}
.page-path ul li a {
	text-decoration: underline;
}
@media all and (min-width: 768px) {
	.page-path ul li a:hover {
		text-decoration: none;
		opacity: 1;
	}
}
@media all and (max-width: 767px) {
	.page-path {
		padding: 7px 19px 8px;
	}
	.page-path ul li, .page-path ul li a {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	key-visual
------------------------------------------------------------*/
.key-visual {
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.key-visual .img {
	width: auto;
}
.key-visual .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.key-visual .text {
	padding: 8px 0 0;
	width: calc(50% - 32px);
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
}
.key-visual .text h1 {
	padding: 0 0 6px;
	width: 100%;
	font-size: 4.2rem;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	border-bottom: 2px solid #b90000;
}
.key-visual .text h1.en {
	font-family: var(--en-font);
	letter-spacing: 0.05em;
}
.key-visual .text h1 .red {
	color: #c00;
}
.key-visual .text.lower h1 {
	border-bottom: none;
}
.key-visual .text.lower h1 small {
	margin-bottom: -2px;
	padding-bottom: 2px;
	display: block;
	font-size: 3rem;
	border-bottom: 2px solid #b90000;
}
@media all and (min-width: 768px) {
	.key-visual .img {
		aspect-ratio: 1400/280;
	}
}
@media all and (max-width: 767px) {
	.key-visual .img {
		aspect-ratio: 375/222;
	}
	.key-visual .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.key-visual .text {
		padding: 0 0 20px;
		width: calc(50% + 83px);
	}
	.key-visual .text h1 {
		padding-bottom: 0;
		font-size: 2.2rem;
		border-bottom-width: 1px;
	}
	.key-visual .text.lower h1 small {
		font-size: 1.8rem;
		border-bottom-width: 1px;
	}
}
/*------------------------------------------------------------
	fadein
------------------------------------------------------------*/
.fadein-up {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fadein-up.show {
    transform: translateY(0);
    opacity: 1;
}
/*------------------------------------------------------------
	common-link-list
------------------------------------------------------------*/
.common-link-list {
	padding: 10px 10px 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	background-color: #2c2c2c;
}
.common-link-list li {
	width: calc((100% - 20px) / 3);
	background-color: #fff;
}
.common-link-list li a {
	position: relative;
	display: block;
	height: 100%;
	transition: none;
}
.common-link-list li.none a {
	pointer-events: none;
}
.common-link-list li a .text {
	padding: 10px 37px 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
.common-link-list li a .title {
	padding: 0 10px 5px 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #b90000;
	box-sizing: border-box;
	letter-spacing: 0.08em;
}
.common-link-list li a .title::after {
	width: 12px;
	height: 15px;
	background: url(../img/common/icon-arrow01.png) no-repeat center / 100%;
	content: "";
}
.common-link-list li a .title .red {
	color: #c00;
}
.common-link-list li a .title.en {
	letter-spacing: 0.05em;
	font-family: var(--en-font);
}
.common-link-list li a .title.en::after {
	margin-top: 4px;
}
.common-link-list li a .photo img {
	width: 100%;
}
@media all and (min-width: 768px) {
	.common-link-list li a:hover {
		opacity: 0.75;
	}
}
@media all and (max-width: 1100px) and (min-width: 768px) {
	.common-link-list li a .title {
		font-size: 2.1rem;
	}
	.common-link-list li a .title::after {
		top: 8px;
	}
}
@media all and (max-width: 767px) {
	.common-link-list {
		display: block;
	}
	.common-link-list li {
		margin-bottom: 10px;
		width: auto;
	}
	.common-link-list li:last-child {
		margin-bottom: 0;
	}
	.common-link-list li a {
		display: block;
	}
	.common-link-list li .photo {
		aspect-ratio: 711/300;
		overflow: hidden;
	}
	.common-link-list li .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.common-link-list li a .title {
		padding: 0 6px 2px 6px;
		border-bottom-width: 1px;
	}
	.common-link-list li a .text {
		padding: 4px 20px 0;
	}
	.common-link-list li a .title::after,
	.common-link-list li a .title.en::after {
		width: 6px;
		height: 8px;
	}
}
/* wrap */
.common-link-list.wrap li .photo {
	height: 100%;
	position: relative;
}
.common-link-list.wrap li a .photo::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;
	background-color: #000;
	content: "";
}
@media all and (min-width: 768px) {
	.common-link-list.wrap {
		gap: 12px 10px;
	}
	.common-link-list.wrap li {
		aspect-ratio: 454/150;
		width: calc((100% - 20px) / 3);
		overflow: hidden;
	}
	.common-link-list.wrap li .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.common-link-list.wrap li .text {
		padding: 0 30px 5px;
	}
	.common-link-list li a .title {
		padding: 0 0 5px;
		font-size:2.5rem;
	}
	.common-link-list li a .title.compact {
		letter-spacing: 0.015em;
		font-feature-settings: "palt";
	}
}
/* wrap02 */
.common-link-list.wrap02 li a .photo {
	position: relative;
}
.common-link-list.wrap02 li a .photo::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.3;
	background-color: #000;
	content: "";
}
@media all and (min-width: 768px) {
	.common-link-list.wrap02 {
		gap: 12px 10px;
	}
	.common-link-list.wrap02 li {
		width: calc(50% - 5px);
	}
	.common-link-list.wrap02 li a .text {
		padding: 0 37px 8px;
	}
	.common-link-list.wrap02 li a .title {
		max-width: 493px;
		border-bottom-width: 3px;
		border-color: #b90000;
	}
}
/*------------------------------------------------------------
	common-pop-box
------------------------------------------------------------*/
.mfp-content {
    text-align: center;
    vertical-align: middle;
}
.mfp-bg {
	background-color: rgba(0, 0, 0, 0.8);
}
.common-pop-box .mfp-close {
    width: 50px;
    aspect-ratio: 1/1;
    position: absolute;
    right: -25px;
    top: -80px;
    font-size: 0;
    opacity: 1;
}
.common-pop-box .mfp-close::before,
.common-pop-box .mfp-close::after {
    width: 67px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #b90000;
    content: "";
}
.common-pop-box .mfp-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.common-pop-box {
	margin: 100px auto;
	max-width: 1000px;
    display: block;
    position: relative;
    text-align: left;
}
.common-pop-box .pop-inner-box {
    margin: 0 auto;
    padding: 100px 107px 84px;
    max-width: 1000px;
    position: relative;
    border: 1px solid #b90000;
    box-sizing: border-box;
    background-color: #000;
}
.common-pop-box .pop-inner-box .headline02 {
	margin-bottom: 9px;
	padding-left: 22px;
	font-size: 2.4rem;
}
.common-pop-box .pop-inner-box .headline02::before {
	width: 5px;
	top: 6px;
    bottom: 7px;
}
.common-pop-box .pop-inner-box .img-box {
	margin-bottom: 12px;
}
.common-pop-box .pop-inner-box .text-list {
	margin-bottom: 13px;
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}
.common-pop-box .pop-inner-box .text-list li {
	padding-left: 55px;
	position: relative;
}
.common-pop-box .pop-inner-box .text-list li:last-child {
	margin-bottom: 0;
}
.common-pop-box .pop-inner-box .text-list li::before {
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #00b0f0;
	content: "";
}
.common-pop-box .pop-inner-box .text-list li:nth-child(2)::before {
	background-color: #ff0;
}
.common-pop-box .pop-inner-box p {
	margin-bottom: 13px;
	letter-spacing: 0.08em;
}
.common-pop-box .pop-inner-box p .ital {
	font-style: italic;
}
.common-pop-box .pop-inner-box p.mb0 {
	margin-bottom: 0 !important;
}
.common-pop-box .pop-inner-box p:last-child {
	margin-bottom: 0;
}
.common-pop-box .pop-inner-box p.size01 {
	text-align: left;
	font-size: 1.8rem;
}
.common-pop-box .pop-inner-box .indent-list {
	margin-bottom: 13px;
}
.common-pop-box .pop-inner-box .indent-list li {
	display: flex;
	letter-spacing: 0.08em;
}
.common-pop-box .pop-inner-box .photo {
	margin-bottom: 20px;
	text-align: center;
}
.common-pop-box .pop-inner-box video {
	width: 100%;
}
.common-pop-box .pop-inner-box .photo:last-child {
	margin-bottom: 0;
}
.common-pop-box .pop-inner-box sup,
.common-pop-box .pop-inner-box .note {
	font-size: 1.2rem;
}
.common-pop-box .pop-inner-box .note {
	display: flex;
	gap: 4px;
}
.common-pop-box .pop-inner-box .pop-btn {
	margin-top: 24px;
	flex-wrap: wrap;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.common-pop-box .pop-inner-box .pop-btn-prev,
.common-pop-box .pop-inner-box .pop-btn-next {
	display: flex;
	text-decoration: underline;
	position: relative;
}
.common-pop-box .pop-inner-box .pop-btn-prev.none,
.common-pop-box .pop-inner-box .pop-btn-next.none {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.common-pop-box .pop-inner-box .pop-btn-prev {
	padding-left: 38px;
}
.common-pop-box .pop-inner-box .pop-btn-next {
	padding-right: 38px;
	margin-left: auto;
}
.common-pop-box .pop-inner-box .pop-btn-prev::before,
.common-pop-box .pop-inner-box .pop-btn-next::after {
	position: absolute;
	top: 0;
}
.common-pop-box .pop-inner-box .pop-btn-prev::before {
	left: 6px;
	content: "<<";
}
.common-pop-box .pop-inner-box .pop-btn-next::after {
	right: 6px;
	content: ">>";
}
.common-pop-box .pop-inner-box p.text-right {
	text-align: right;
	display: block;
}
@media all and (min-width: 768px) {
	.common-pop-box .mfp-close:hover {
		opacity: 0.7;
	}
	.common-pop-box .pop-inner-box .pop-btn-prev:hover,
	.common-pop-box .pop-inner-box .pop-btn-next:hover {
		opacity: 1;
		text-decoration: none;
	}
	.common-pop-box .pop-inner-box p.text-center--pc {
		text-align: center;
	}
	.common-pop-box .pop-inner-box p.text-left--pc {
		text-align: left;
	}
	.common-pop-box .pop-inner-box p.text-right--pc {
		text-align: right;
	}
}
@media all and (max-width: 1100px) and (min-width: 768px) {
	.mfp-container {
		padding: 0 38px;
	}
}
@media all and (max-width: 767px) {
	.mfp-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.common-pop-box {
		margin: 100px 0;
		max-width: inherit;
	}
	.common-pop-box .mfp-close {
		right: -5px;
		top: -62px;
	}
	.common-pop-box .mfp-close::before,
	.common-pop-box .mfp-close::after {
		width: 56px;
	}
	.common-pop-box .pop-inner-box {
		padding: 18px;
	}
	.common-pop-box .pop-inner-box .headline02 {
		font-size: 1.8rem;
	}
	.common-pop-box .pop-inner-box sup,
	.common-pop-box .pop-inner-box .note {
		font-size: 1rem;
	}
	.common-pop-box .pop-inner-box p.size01 {
		font-size: 1.6rem;
	}
	.common-pop-box .pop-inner-box p.text-left--sp {
		text-align: left;
	}
	.common-pop-box .pop-inner-box p.text-right--sp {
		text-align: right;
	}
	.common-pop-box .pop-inner-box p.text-center--sp {
		text-align: center;
	}
	.common-pop-box .pop-inner-box .pop-btn-prev,
	.common-pop-box .pop-inner-box .pop-btn-next {
		font-size: 1.2rem;
	}
	.common-pop-box .pop-inner-box .pop-btn-prev {
		padding-left: 22px;
	}
	.common-pop-box .pop-inner-box .pop-btn-next {
		margin-left: auto;
		padding-right: 22px;
	}
	.common-pop-box .pop-inner-box .pop-btn-prev::before {
		left: 0;
	}
	.common-pop-box .pop-inner-box .pop-btn-next::before {
		right: 0;
	}
	.common-pop-box .pop-inner-box .pop-btn {
		flex-wrap: wrap;
		gap: 6px 10px;
	}
	.common-pop-box .pop-inner-box .text-list {
		flex-direction: column;
	}
}
/*------------------------------------------------------------
	common-ttl-box
------------------------------------------------------------*/
.common-ttl-box {
	padding: 92px 0 74px;
	text-align: center;
}
.common-ttl-box .ttl {
	margin-bottom: 14px;
}
.common-ttl-box p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.556;
	letter-spacing: 0.08em;
}
@media all and (max-width: 767px) {
	.common-ttl-box {
		padding: 50px 0;
	}
	.common-ttl-box p {
		font-size: 1.6rem;
		text-align: left;
	}
}
/*------------------------------------------------------------
	common-bg
------------------------------------------------------------*/
.common-bg {
	background: url(../img/common/bg.jpg) repeat-x left top / 1px 100%;
}
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common-body
------------------------------------------------------------*/
.common-body {
	background-color: #2c2c2c;
}
@media all and (max-width: 767px) {
}
/*------------------------------------------------------------
	common-fade-swiper
------------------------------------------------------------*/
.common-fade-swiper {
	padding-bottom: 16px;
	width: 483px;
}
.common-fade-swiper .photo {
	margin-bottom: 13px;
	aspect-ratio: 483/320;
}
.common-fade-swiper .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.common-fade-swiper .text p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.common-fade-swiper-control {
	position: relative;
	z-index: 1;
}
.common-fade-swiper-button-next,
.common-fade-swiper-button-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	aspect-ratio: 5/3;
	cursor: pointer;
}
.common-fade-swiper-button-next::after,
.common-fade-swiper-button-prev::after {
	width: 25px;
	aspect-ratio: 5/3;
	display: block;
	background: url(../img/common/icon-arrow02.png) no-repeat center / 100%;
	content: "";
}
.common-fade-swiper-button-next {
	left: auto;
	right: 0;
}
.common-fade-swiper-button-prev::after {
	transform: rotate(180deg);
}
.common-fade-swiper-scrollbar {
	position: relative;
	left: 8.5%;
	max-width: 82.8%;
	height: 2px;
	background-color: #fff;
	cursor: pointer;
}
.common-fade-swiper-scrollbar:before,
.common-fade-swiper-scrollbar:after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #fff;
	content: '';
}
.common-fade-swiper-scrollbar:after {
	left: auto;
	right: 0;
}
.common-fade-swiper-scrollbar .swiper-scrollbar-drag {
	height: 12px !important;
	top: -7px;
	background: #b90000;
	border: 2px solid #000;
	border-radius: 50%;
	z-index: 1;
}
@media all and (max-width: 767px) {
	.common-fade-swiper {
		padding-bottom: 8px;
		width: auto;
	}
	.common-fade-swiper .photo {
		margin-bottom: 10px;
	}
	.common-fade-swiper .text p {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 374px) {
	.common-fade-swiper-button-next,
	.common-fade-swiper-button-prev,
	.common-fade-swiper-button-next::after,
	.common-fade-swiper-button-prev::after {
		width: 16px;
	}
}
/*------------------------------------------------------------
	page-top
------------------------------------------------------------*/
.page-top {
	margin-top: 35px;
	text-align: right;
}
.page-top img {
	width: 90px;
}
@media all and (max-width: 767px) {
	.page-top img {
		width: 55px;
	}
}

.logo-con {
    /* position:fixed; */
    height: 65px;
    /* z-index: 10000; */
    width:100%;
    /* top:0px;
    left:0px; */
    background-color: #fff;
}
.logo-con .wrapper .item-con-logo {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 10px 30px;
}
.logo-con .wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.logo-con .wrapper .left {
    height: 45px;
}
.logo-con .wrapper .right {
    height: 45px;
    margin: 8px 30px 12px 30px;
}
.logo-con .wrapper .item-con-logo img {
    height: 80%;
}
@media all and (max-width: 764px) {	
	.logo-con .wrapper .item-con-logo {
		display: inline-block;
		width: auto;
		height: 30px;
		margin: 10px 30px;
	}
	.logo-con .wrapper {
		height: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.logo-con .wrapper .left {
		height: 30px;
	}
	.logo-con .wrapper .right {
		height: 30px;
		margin: 8px 30px 12px 30px;
	}
	.logo-con .wrapper .item-con-logo img {
		height: 100%;
	}
}
.fr {
  float: right;
}
.fl {
  float: left;
}
/* footer */
.container-bottom {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    /* position: fixed;
    left: 0;
    right: 0;
    bottom: 0; */
    height: 60px;
    background-color: #000;
    /* z-index: 1501; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -50px; */
}
.footer {
    text-align: center;
    /* padding-bottom: 5px; */
    padding-top: 5px;
}
.link-con{
    /* position: absolute;
    top: 22%;
    left: 45%;
    transform: translateX(-50%); */
    position: relative;
    float: left;
}
.links{
    margin: 5px;
    position: absolute;
    left: 25%;
    top: 10%;
    font-size: 16px;
}

.container-bottom a, .container-bottom span {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.links a{
    font-size: 16px;
}
.icon a{
    float: left;
}
.footer * {
    vertical-align: bottom;
}
.footer .sns {
    text-align: center;
    position: relative;
    display: inline-block;
    /* position: absolute;
    right: 24%;
    top: 18%; */
    margin-left: 40px;
    float: left;
}
.footer .sns .title {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.footer .sns .wechat {
    position: relative;
}
.footer .sns .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.popup_wechat {
    display: none;
    position: absolute;
    padding: 5px;
    bottom: 35px;
    left: 85%;
    background: #fff;
    border: 2px solid #000;
    z-index: 15;
    transform: translateX(-50%);
}
.popup_wechat h3 {
    margin: 0 0 20px 0;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.5em;
    border-bottom: 1px solid #969696;
    color: #666;
}
.popup_wechat p {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    color: #666;
}
.popup_wechat .pop-inner-box {
    margin: 0 auto;
    padding: 40px 34px 48px;
    max-width: 1000px;
    position: relative;
    border: 1px solid #b90000;
    box-sizing: border-box;
    background-color: #fff;
}
.footer .sns .icon img {
    width: 100%;
    height: auto;
	cursor: pointer;
}
.popup_wechat.open {
    display: block;
    animation: anim_wechat_qr .5s ease-out;
}
.popup_wechat:after {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 11px);
    content: " ";
    pointer-events: none;
    width: 20px;
    height: 13px;
    background: url() 0 0 no-repeat;
    background-size: 100% 100%;
}
@media all and (max-width: 764px) {
	.links{
		font-size: 10px;
	}
	.container-bottom a, .container-bottom span {
		font-size: 10px;
	}
	.links a{
		font-size: 10px;
	}
	.footer {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        height: 95px!important;
        /* margin-top: -90px!important; */
        width: 100% !important;
    }
    .container-bottom{
        flex-direction: column;
    }
    .container-bottom >a, .container-bottom > span {
        color: #666;
        font-size: 12px;
        display: block;
        margin-top: 5px;
        text-decoration: none;
		font-size: 10px;
    }
    .footer .sns {
        text-align: center!important;
        position: relative!important;
        display: inline-block!important;
        margin: 5px auto!important;
        width: 100%!important;
        right: 0!important;
        top: 0px!important;
    }
    .link-con {
        position: relative!important;
        left: 0px!important;
        top: 0px!important;
        transform: translateX(0px)!important;
        margin: 0 auto!important;
        width: 96%!important;
    }
    .container-bottom a, .container-bottom span{
        font-size: 11px;
    }
    .gongan{
        width: 12px;
        height: 12px;
    }
    .footer .sns .title {
        display: inline-block;
        color: #fff;
		font-size: 10px;
    }
    .footer .sns .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }
    .footer .sns .icon img {
        width: 100%;
        height: auto;
    }
    .footer .sns .icon.wechat .popup_wechat {
        display: none;
        position: absolute;
        padding: 15px;
        bottom: 35px;
        left: 50%;
        background: #fff;
        border: 2px solid #000;
        z-index: 15;
        transform: translateX(-50%);
    }
}
.opinionvideoli{
	width:45%;
	float:left;
	display:block;
	margin-left:3%;
	margin-bottom:5%;
}
.opinionvideoli-first{
	width:45%;
	float:left;
	display:block;
	margin-left:3%;
	margin-top:5%;
	margin-bottom:5%;
}
@media all and (max-width: 1919px) {
	.opinionvideoli{
		height:500px;
	}
}
@media all and (max-width: 1280px) {
	.opinionvideoli{
		height:400px;
	}
}

@media all and (max-width: 800px) {
	.opinionvideoli{
		width:100%;
		height:300px;
	}
	.opinionvideoli-first{
		width:100%;
		height:300px;
	}
}
.opinionvideo{
	width:100%;
	height:450px;
	float:left;
}
@media all and (max-width: 1919px) {
	.opinionvideo{
		height:400px;
	}
}
@media all and (max-width: 1280px) {
	.opinionvideo{
		height:350px;
	}
}
@media all and (max-width: 800px) {
	.opinionvideo{
		height:200px;
	}
}
.topvideo{
	width:470px;
	height:264px;
}
@media all and (max-width: 800px) {
	.topvideo{
		width:150%;
		height:150px;
	}
}
.devvideo{
	width:470px;
	height:264px;
}
@media all and (max-width: 800px) {
	.devvideo{
		width:150%;
		height:150px;
	}
}
.techvideo{
	width:720px;
	height:406px;
}
@media all and (max-width: 800px) {
	.techvideo{
		width:320px;
		height:306px;
		margin-left:0%
	}
}
.fevideo{
	width:470px;
	height:263px;
	margin-left:10%
}
@media all and (max-width: 800px) {
	.fevideo{
		width:380px;
		height:206px;
		margin-left:0%
	}
}
.bg0{
	position:fixed;
	z-index:4000;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
	display:none;
}
.swiper-container9
{
	width:100%;
	overflow:hidden;
	background:#000;
}
.swiper-pagination9{
	background:#000000;
	padding:10px 0px;
	text-align:center;
}
@media screen and (min-width:1281px){
	.dnff1{
		float:left;
		width:80%;
	}
	.dnc1 h4{
		font-size:22px;
		color:#494747;
		line-height:180%;
	}
	.dnff1{
		float:left;
		width:80%;
	}
	.dnffr{
		float:right;width:20%;}
	.dnc1{float:left;width:22%;margin-right:3%;}
	.dnffr{margin-top:46px;}
	.guide_recomfsffs{width:90%;margin:20px auto 40px;overflow:hidden;}
	.guide_recomfsffs li{float:left;margin-right:20px;margin-bottom:20px;}
	.pdc8{font-size:30px;color:#494747;line-height:180%;}
	.pay1{width:100%;margin:0 auto;}
	.pdc1 .select_picBlock{border:2px solid #B7B7B7;border-radius:10px;width:40%;float:left;margin:20px 0 0px;height:40px;}
	.pdc1 .select_button{border:0px;background:#B93D3F;width:28%;float:left;right:0px;height:40px;top:20px;font-size:22px;color:#FFF;border-radius:10px;}
	.ayou1{overflow:hidden;margin-top:40px;}.ayou1 h2{line-height:150%;padding:10px;font-size:26px;text-align:center;color:#000;font-weight:500;}
	.ayou1 p{line-height:150%;padding:0px 0px 20px 0px;font-size:12px;text-align:center;color:#999;}.goback{margin:40px 0px 0px;}
	.goback a{font-size:13px;color:#B93D3F}
	.pagrt{margin:30px 0px;overflow:hidden;}
	.pagrt .dsss1{float:left;}
	.pagrt .dsss2{float:right;}
	.bottom_toolbar{width:980px !important;}
	.bb0{
	position:fixed;z-index:4001;left:50%;top:50%;margin-left:-550px;margin-top:-300px;width:1100px;height:600px;padding:0%;display:none;}
	.bb1{overflow:hidden;position:absolute;z-index:4001;top:0px;right:0px;}
	.bb2{overflow:hidden;width:900px;height:506px;margin:0 auto;}
	.bb2 video{width:100%;object-fit:fill;}
	.bb3{position:relative;top:10px;left:100px;color:#eee;font-size:16px;z-index:200;}
	.swiper-container9 .swiper-pagination-bullet{width:15px;height:15px;border-radius:100%;background:#4F5050;opacity:1;cursor:pointer;}
	.swiper-container9 .swiper-pagination-bullet-active{width:80px;height:15px;border-radius:10px;background:#7B7C7C;}
	}

@media screen and (min-width:975px) and (max-width:1280px){
	.dnff1{
		float:left;
		width:80%;
	}
	.dnc1 h4{
		font-size:22px;
		color:#494747;
		line-height:180%;
	}
	.dnff1{
		float:left;
		width:80%;
	}
	.dnffr{
		float:right;width:20%;}
	.dnc1{float:left;width:22%;margin-right:3%;}
	.dnffr{margin-top:46px;}
	.guide_recomfsffs{width:90%;margin:20px auto 40px;overflow:hidden;}
	.guide_recomfsffs li{float:left;margin-right:20px;margin-bottom:20px;}
	.pdc8{font-size:30px;color:#494747;line-height:180%;}
	.pay1{width:100%;margin:0 auto;}
	.pdc1 .select_picBlock{border:2px solid #B7B7B7;border-radius:10px;width:40%;float:left;margin:20px 0 0px;height:40px;}
	.pdc1 .select_button{border:0px;background:#B93D3F;width:28%;float:left;right:0px;height:40px;top:20px;font-size:22px;color:#FFF;border-radius:10px;}
	.ayou1{overflow:hidden;margin-top:40px;}.ayou1 h2{line-height:150%;padding:10px;font-size:26px;text-align:center;color:#000;font-weight:500;}
	.ayou1 p{line-height:150%;padding:0px 0px 20px 0px;font-size:12px;text-align:center;color:#999;}.goback{margin:40px 0px 0px;}
	.goback a{font-size:13px;color:#B93D3F}
	.pagrt{margin:30px 0px;overflow:hidden;}
	.pagrt .dsss1{float:left;}
	.pagrt .dsss2{float:right;}
	.bottom_toolbar{width:980px !important;}
	.bb0{
	position:fixed;z-index:4001;left:50%;top:50%;margin-left:-550px;margin-top:-300px;width:1100px;height:600px;padding:0%;display:none;}
	.bb1{overflow:hidden;position:absolute;z-index:4001;top:5%;right:5%;}
	.bb2{position:relative;overflow:hidden;width:800px;height:450px;margin:0 auto;top:5%;}
	.bb2 video{width:100%;object-fit:fill;}
	.bb3{position:relative;top:30px;left:150px;color:#eee;font-size:16px;z-index:200;}
	.swiper-container9 .swiper-pagination-bullet{width:15px;height:15px;border-radius:100%;background:#4F5050;opacity:1;cursor:pointer;}
	.swiper-container9 .swiper-pagination-bullet-active{width:80px;height:15px;border-radius:10px;background:#7B7C7C;}
	}
	@media screen and (max-width:974px){
		.dnc1 h4{font-size:30px;line-height:200%; }	
	
	.pdc6 .search_content select{font-size:18px;color:#494747;width:100%;margin-left:0px;height:48px;border:2px solid #B7B7B7;border-radius:10px;margin-top:10px;}
	.pay1{width:90%;margin:0 auto;}
	.headpc{position:fixed;top:0px;left:0px;width:100%;z-index:999999;}
	.pdc6 .dealer_search{padding:0px;background:none;width:100%;height:auto;min-height:118px;overflow:hidden;}
	.pdc8{font-size:30px;color:#494747;margin-left:1%;padding-left:15px;}
	.pdc1 .select_button{border:0px;background:#B93D3F;width:28%;float:left;right:0px;height:48px;top:20px;font-size:22px;color:#FFF;border-radius:10px;}
	.ayou1{overflow:hidden;margin-top:40px;}
	.ayou1 h2{line-height:150%;padding:10px;font-size:36px;text-align:center;color:#000;font-weight:500;}
	.ayou1 p{line-height:150%;padding:0px 0px 20px 0px;font-size:20px;text-align:center;color:#999;}
	.goback{margin:40px 0px 0px;}
	.goback a{font-size:24px;color:#B93D3F}
	.pagrt{margin:30px 0px;overflow:hidden;}
	.bottom_toolbar{width:100% !important;}
	.bb0{position:fixed;z-index:4001;left:0%;top:0%;width:100%;height:90%;padding:3% 0px;display:none;}
	.bb1{overflow:hidden;position:absolute;z-index:4004;top:20%;right:2%;}
	.bb2{overflow:hidden;width:100%;height:40%;margin:0 auto;position:fixed;z-index:4004;top:30%;}
	.bb2 video{width:95%;}
	.bb3{overflow:hidden;width:100%;margin:0 auto;margin-top:0px;margin-left:auto;position:fixed;z-index:4004;top:55%;left:5%;margin-top:150px;color:#fff;font-size:10px;}
	.swiper-container9 .swiper-pagination-bullet{width:80px;height:8px;border-radius:10px;background:#4F5050;opacity:1;cursor:pointer;}
	.swiper-container9 .swiper-pagination-bullet-active{width:80px;height:8px;border-radius:10px;background:#7B7C7C;}	
	}
	.guanggao {
	    position: absolute;
		z-index: 12;
		line-height: 1em;
		padding: 5px 10px;
		background-color: #cccccc;
		text-align: center;
		font-size: 16px;
		border: 1px solid #dddddd;
		right: 36px;
		top: 25px;
	}
	@media screen and (max-width:767px){
	.guanggao {
	    position: absolute;
		z-index: 12;
		line-height: 1em;
		padding: 5px 10px;
		background-color: #cccccc;
		text-align: center;
		font-size: 10px;
		border: 1px solid #dddddd;
		right: 52px;
		top: 10px;
		}
	}
	@media screen and (min-width:768px) and (max-width:1280px){
	.guanggao {
	    position: absolute;
		z-index: 12;
		line-height: 1em;
		padding: 5px 10px;
		background-color: #cccccc;
		text-align: center;
		font-size: 16px;
		border: 1px solid #dddddd;
		right: 20px;
		top: 25px;
		}
	}
	.rfvideo{
		display:flex;
		align-items: center;
		width:100%;
		height:20%;
	}
	.rfarrow {
		border-bottom:2px solid #b90000;
		text-align:left;
		padding-bottom: 20px;
		background: url(../img/common/icon-arrow01.png) no-repeat 45% center;
	}	
	@media screen and (min-width:768px) and (max-width:1280px){
	.rfarrow {
			padding-bottom: 10px;
			border-bottom:1px solid #b90000;
			text-align:left;
			margin-top: 10%;
			background: url(../img/common/icon-arrow01.png) no-repeat 70% center;
		}
	}
	@media screen and (max-width:767px){
		.rfvideo {
			flex-direction:column;
			}
		.model_block {
			margin: 20px auto 20px;
			width: 90%;
		}
		.new_video {
			margin-bottom: 0px;
		}
		.rfarrow {
			padding-bottom: 15px;
			padding-top: 10px;
			background: url(../img/common/icon-arrow01.png) no-repeat 75% center;
		}
	}
