@charset "utf-8";
/* CSS Document */
/*****************************************************************************
viking index
*****************************************************************************/
.viking_white {
	background-color: #fff;
}
.viking_black {
	background-color: #000;
}
.viking_top {
	line-height: 1;
}
/*****************************************************************************
*****************************************************************************/
.viking {
	position: relative;
	line-height: 1.2;
}
.viking_tire {
	position: absolute;
	bottom: 0;
	right: 55%;
}
.viking_main_top {
	background-color: #004898;
	color: #ffffff;
	padding: 75px 0 30px;
}
.viking_boxtop {
	width: 620px;
	margin-left: 48%;
}
.viking_boxtop .text1 {
	font-size: 1.8rem;
}
.viking_boxtop .text2 {
	font-size: 2.7rem;
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #fff;
}
.viking_boxtop .text2 .org {
	color: #ffa500;
}
.viking_main_bottom {
	background-color: #ffa500;
	padding: 40px 0 95px;
}
.viking_main_bottom .text {
	font-size: 2.7rem;
}
.viking_main_bottom .label {
	text-align: right;
	margin-top: 10px;
}
.viking_main_bottom .label span {
	display: inline-block;
	color: #ffffff;
	border: 1px solid #fff;
	padding: 10px;
	font-weight: 600;
	font-size: 1.5rem;
}
.viking_relative2 {
	position: relative;
}
@media screen and (max-width: 600px) {
	.viking {
		margin: 0 auto;
	}
	.viking img {
		width: 100%;
	}
	.viking_boxtop {
		width: auto;
		margin: 0 20px;
		text-align: center;
	}
	.viking_main_top {
		padding: 5% 0;
	}
	.viking_boxtop .text1 {
		font-size: 1rem;
	}
	.viking_boxtop .text2 {
		font-size: 1.7rem;
	}
	.viking_boxtop .text2 .l {
		font-size: 2.8rem;
	}
	.viking_main_bottom {
		padding: 5% 0 5%;
	}
	.viking_main_bottom .text {
		font-size: 1.3rem;
	}
	.viking_main_bottom .label {
		text-align: center;
	}
	.viking_main_bottom .label span {
		font-size: 1rem;
		width: 80%;
	}
	.viking_tire {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		padding-top: 20px;
		background-color: #004898;
		text-align: center;
	}
	.viking_tire img {
		width: 78%;
	}
}
/*****************************************************************************
viking_variegated
*****************************************************************************/
.viking_variegated {
	display: flex;
	justify-content: center;
	position: relative;
	padding-top: 170px;
}
.viking_techno {
	color: #dc0012;
	font-size: 130px;
	text-align: center;
	position: absolute;
	top: -70px;
	left: 0;
	width: 100%;
	padding: 0 0 56px;
}
.viking_techno::after {
	content: "";
	width: 20px;
	height: 20px;
	background: #dc0012;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.viking_variegated_inner {
	text-align: center;
}
.viking_variegated .hd {
	font-size: 3.8rem;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #000;
}
.viking_variegated .text {
	font-size: 2.7rem;
	line-height: 1.4;
}
.viking_tire2 {
	padding: 60px 0 85px;
	text-align: center;
}
.viking_tire2 img {
	width: 100%;
	max-width: 1060px;
}
@media screen and (max-width: 600px) {
	.viking_techno {
		font-size: 45px;
		top: 30px;
		padding-bottom: 35px;
	}
	.viking_variegated {
		padding-top: 125px;
	}
	.viking_variegated .hd {
		font-size: 2.7em;
		line-height: 1.2;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.viking_variegated .text {
		font-size: 1.3rem;
	}
	.viking_tire2 {
		padding: 10% 10px;
	}
}
/*****************************************************************************
viking_content
*****************************************************************************/
.viking_content {
	padding: 70px 0;
	line-height: 1;
}
.viking_content_inner {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
.viking_content_left {
	flex: 1;
	color: #ffffff;
	margin-right: 40px;
}
.viking_content_left .hd > span {
	display: block;
}
.viking_content_left .hd .en {
	color: #dc0012;
	font-size: 2rem;
	position: relative;
	padding: 0 0 22px;
}
.viking_content_left .hd .en::after {
	content: "";
	border-bottom: 3px solid #dc0012;
	width: 86px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.viking_content_left .hd .jp {
	font-size: 1.65rem;
	margin: 20px 0 0;
}
.viking_content_left .text {
	margin: 20px 0 0;
	font-size: 1rem;
	line-height: 1.5;
}
.viking_content_right {
	width: 800px;
}
.viking_border {
	border-bottom: 20px solid #f9efe3;
}
@media screen and (max-width: 600px) {
	.viking_content {
		padding: 10% 10px;
	}
	.viking_content_inner {
		display: block;
		width: auto;
	}
	.viking_content_left {
		width: auto;
		margin: 0;
	}
	.viking_content_left .hd .en {
		font-size: 1.6rem;
		padding: 0 0 17px;
	}
	.viking_content_left .hd .jp {
		margin: 15px 0 0;
	}
	.viking_content_right {
		width: auto;
		margin: 20px 0 0;
	}
	.viking_content_right iframe {
		width: 100%;
		height: 200px
	}
	.viking_border {
		border-bottom: none;
	}
}
.viking_blakc {
	line-height: 1;
	overflow-x: hidden;
	position: relative;
}
.viking_blakc::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -650px;
	background: #004898;
	height: 254px;
	width: 2000px;
	z-index: 0;
}
.viking_brand {
	margin: 0 auto;
	max-width: 1420px;
	width: 100%;
	font-weight: 600;
	display: flex;
	position: relative;
	z-index: 2;
	line-height: 1;
}
.vdum {
	flex: 1;
}
.viking_car {
	position: absolute;
	top: 0;
	right: 710px;
	background: url(../images2/top/viking_continental3.jpg) 100% 0 no-repeat;
	background-size: cover;
	height: 100%;
	width: 1000px;
}
.viking_mind_text {
	width: 710px;
	padding: 40px 0 70px 40px;
	position: relative;
	z-index: 2;
}
.viking_section_hd {
	position: relative;
}
.viking_section_hd > span {
	display: block;
	position: relative;
}
.viking_section_hd > .jp {
	font-size: 2.5rem;
	line-height: 1.2;
	color: #ffffff;
	position: relative;
	padding-left: 1.2em;
}
.viking_section_hd > .jp::before {
	content: "";
	width: 0.9em;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.viking_section_hd > .en {
	font-size: 160px;
	color: #ffffff;
	opacity: 0.2;
	position: absolute;
}
@media screen and (max-width: 600px) {
	.viking_section_hd > .jp {
		font-size: 2rem;
	}
	.viking_section_hd > .jp::before {}
	.viking_section_hd > .en {
		font-size: 110px;
	}
}
.viking_mind {
	padding: 65px 0 0;
}
.viking_mind span {
	display: block;
}
.viking_mind .jp {
	z-index: 2;
}
.viking_mind .en {
	top: 30px;
	left: 0;
	z-index: 1;
}
.viking_mind::after {
	content: "";
	height: 130px;
	width: 1000px;
	background: #ffa500;
	position: absolute;
	top: 0;
	left: -40px;
	z-index: -1;
}
@media screen and (max-width: 600px) {
	.viking_mind {
		padding: 30px 0 20px;
	}
	.viking_mind .en {
		top: 10px;
		left: 30px;
	}
	.viking_mind::after {
		height: 100%;
		width: calc(100% - 25px);
		top: 0;
		left: 0;
	}
	.viking_section_hd {
		overflow-x: hidden;
		overflow-y: visible;
	}
}
.viking_text {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 600;
	color: #ffffff;
	margin-top: 85px;
}
.viking_text span {
	color: #ffa500;
}
.viking_btn {
	display: block;
	font-size: 2rem;
	line-height: 2.6em;
	font-weight: 600;
	color: #fff;
	background-color: #dc0012;
	width: 623px;
	padding-left: 20px;
	text-decoration: none;
	margin: 40px 0 0 -60px;
	position: relative;
}
.viking_btn::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
	.viking_brand {
		display: block;
	}
	.vdum {
		display: none;
	}
	.viking_mind_text {
		width: auto;
		padding: 10% 0;
		background: rgba(0, 0, 0, 0.65);
	}
	.viking_car {
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
	}
	.viking_text {
		margin-top: 20px;
		padding: 0 20px 0;
		font-size: 2.1rem;
	}
	.viking_btn {
		font-size: 1rem;
		width: auto;
		margin: 20px 20px 0;
		line-height: 3em;
	}
}
.viking_viking {
	padding: 40px 0 30px;
	line-height: 1;
}
.viking_viking::after {
	content: "";
	width: 2000px;
	height: 366px;
	background: #004898;
	position: absolute;
	top: -100px;
	right: 50%;
	margin-right: -515px;
}
.viking_viking .jp {
	width: 1200px;
	margin: 0 auto;
	z-index: 2;
}
.viking_viking .en {
	top: -5px;
	right: 50%;
	margin-right: -170px;
	z-index: 1;
}
@media screen and (max-width: 600px) {
	.viking_viking {
		padding: 30px 0 20px;
	}
	.viking_viking::after {
		width: calc(100% - 25px);
		height: 120%;
		top: 0;
		right: 25px;
		margin-right: auto;
	}
	.viking_viking .jp {
		width: auto;
	}
	.viking_viking .en {
		top: 30px;
		left: 30px;
	}
}
.viking_wetgrio {
	width: 1200px;
	margin: 0 auto;
	line-height: 1;
	position: relative;
	z-index: 1;
	padding: 0 0 100px;
	overflow-x: hidden;
}
.viking_wetgrio_box {
	display: flex;
	min-height: 600px;
	position: relative;
	z-index: 2;
}
.viking_wetgrio_box.revs {
	flex-direction: row-reverse;
}
.viking_wetgrio_box > * {
	width: 50%;
}
.viking_wetgrio_text {
	background-color: #fff;
	padding: 110px 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.viking_wetgrio_text .hd {
	padding: 0 0 40px;
	text-align: center;
}
.viking_wetgrio_text .hd > span {
	display: block;
}
.viking_wetgrio_text .en {
	height: 65px;
	color: #dc0002;
	position: relative;
}
.viking_wetgrio_text .en i {
	font-size: 4rem;
	display: block;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	white-space: nowrap;
}
.viking_wetgrio_text .en.sub i {
	transform: translateX(-50%) scale(0.85, 1);
}
.viking_wetgrio_text .jp {
	font-size: 2.8rem;
	font-weight: 900;
	margin-top: 5px;
}
.viking_wetgrio_text .text {
	font-size: 1rem;
	line-height: 1.5;
}
.viking_wetgrio_btn {
	font-size: 22px;
	line-height: 2.6em;
	font-weight: 600;
	color: #fff;
	background-color: #dc0012;
	padding: 0 5%;
	text-decoration: none;
	display: block;
	margin-top: 55px;
	position: relative;
}
.viking_wetgrio_btn::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.viking_wetgrio_pic {
	background: 50% 50% no-repeat;
	background-size: cover;
}
.viking_wetgrio_pic.pic01 {
	background-image: url(../images2/top/viking_continental6.jpg);
}
.viking_wetgrio_pic.pic02 {
	background-image: url(../images2/top/viking_continental7.jpg);
}
.viking_wetgrio_pic.pic03 {
	background-image: url(../images2/top/viking_continental8.jpg);
}
.viking_wetgrio_pic.pic04 {
	background-image: url(../images2/top/viking_continental9.jpg);
}

@media screen and (max-width: 600px) {
	.viking_relative2 {
		padding: 10% 0 0;
	}
	.viking_wetgrio {
		width: auto;
		padding: 0 10px 50px;
	}
	.viking_wetgrio_box {
		display: block;
		min-height: initial;
	}
	.viking_wetgrio_box > * {
		width: auto;
	}
	.viking_wetgrio_pic {
		padding: 67% 0 0;
	}
	.viking_wetgrio_text {
		width: auto;
		padding: 10% 5%;
	}
	.viking_wetgrio_text .hd {
		padding-bottom: 35px;
	}
	.viking_wetgrio_text .hd.sub {
		font-size: 35px;
	}
	.viking_wetgrio_text .en {
		height: 45px;
	}
	.viking_wetgrio_text .en i {
		font-size: 2.8rem;
	}
	.viking_wetgrio_text .en.sub i {
		transform: translateX(-50%) scale(0.8, 1);
	}
	.viking_wetgrio_text .jp {
		font-size: 1.8rem;
	}
	.viking_wetgrio_btn {
		width: auto;
		margin-top: 20px;
		font-size: 1rem;
	}
}
/*****************************************************************************
viking_lineup
*****************************************************************************/
.viking_lineup {
	padding: 70px 0 120px;
	text-align: center;
	line-height: 1;
}
.viking_lineup h2 span {
	display: block;
}
.viking_lineup .en {
	font-size: 4.5rem;
	color: #004898;
	margin-bottom: 25px;
	background: url(../images2/top/viking_continental11.png) 50% 100% no-repeat;
	padding: 0 0 20px;
}
.viking_lineup .shoulder {
	font-size: 1.25rem;
	color: #777777;
	display: block;
	margin: 20px 0 10px;
}
.viking_lineup .jp {
	font-size: 2.8rem;
}
.viking_listbox {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 90px;
	display: flex;
	line-height: 1;
}
.viking_list {
	width: calc((100% - 8px)/3);
	margin-left: 4px;
	background-color: #f1f1f1;
	position: relative;
	z-index: 1;
	padding: 220px 0 80px;
	transition: all .3s;
}
.viking_list:hover {
	transform: scale(1.04, 1.04);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .15);
	z-index: 2;
}
.viking_list:nth-child(3n + 1) {
	margin-left: 0;
}
.viking_list a {
	display: block;
	text-decoration: none;
	color: #333333;
}
.viking_list .img {
	position: absolute;
	top: -50px;
	left: 0;
	background: 50% 0 no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 245px;
}
.viking_list.vl01 .img {
	background-image: url(../images2/top/viking_continental12-1.png);
}
.viking_list.vl02 .img {
	background-image: url(../images2/top/viking_continental12-2.png);
}
.viking_list.vl03 .img {
	background-image: url(../images2/top/viking_continental12-3.png);
}
.viking_list .hd {
	padding-bottom: 33px;
	position: relative;
}
.viking_list .hd::after {
	content: "";
	width: 15px;
	height: 15px;
	background: #dc0002;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.viking_list .hd span {
	display: block;
	text-align: center;
}
.viking_list .hd .en {
	font-size: 2.2rem;
	color: #dc0002;
}
.viking_list .hd .en em {
	font-size: 1.3em;
}
.viking_list .hd .jp {
	font-size: 1.4rem;
	margin-top: 5px;
	font-weight: 900;
}
.viking_list .text {
	padding: 20px 35px 20px;
	text-align: left;
	line-height: 1.5;
	font-size: 1rem;
}
.viking_list_btn {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 35px;
	text-align: center;
}
.viking_list_btn span {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	line-height: 48px;
	font-weight: 600;
	color: #ffffff;
	background-color: #dc0012;
	padding: 0 20px;
	text-align: left;
	position: relative;
}
.viking_list_btn span::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
@media screen and (max-width: 600px) {
	.viking_lineup {
		padding: 35px 0 80px;
	}
	.viking_lineup .en {
		font-size: 2.4rem;
	}
	.viking_list .hd .en em {
		display: block;
		text-align: center;
		width: 100%;
	}
	.viking_lineup .shoulder {
		font-size: 1rem;
	}
	.viking_lineup .jp {
		font-size: 2.0rem;
	}
	.viking_listbox {
		display: block;
		width: auto;
		padding: 0 15px 50px;
		margin-top: -70px;
		font-size: 1.1rem;
	}
	.viking_list, .viking_list:nth-child(3n + 1) {
		margin-left: 0;
		margin-top: 70px;
		width: auto;
		padding: 175px 0 20px;
	}
	.viking_list span.img {
		position: absolute;
		top: -50px;
		left: 0;
		right: 0;
		margin: auto;
		background-size: auto 100%;
		width: 100%;
		height: 210px;
	}
	.viking_list .text {
		padding: 15px 20px;
	}
	.viking_list_btn {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		width: auto;
		padding: 0 20px;
	}
}
/*****************************************************************************
viking continental
*****************************************************************************/
.continental {
	line-height: 1;
}
.continental_mv {
	line-height: 1;
	background-image: url(../images2/continental/continental_back1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 120px;
	text-align: center;
}
.continental_mv h1 {
	font-size: 3.7rem;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 900;
}
.continental_mv span {
	color: #ffa500;
}
.continental_mv .en {
	font-size: 1.6rem;
	color: #666e85;
	margin: 20px 0;
}
.continental_mv .text {
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.4;
}
@media screen and (max-width: 600px) {
	.continental_mv {
		padding: 40px 5% 70px;
	}
	.continental_mv h1 {
		font-size: 2.5rem;
	}
	.continental_mv .en {
		font-size: 1rem;
	}
	.continental_mv .text {
		font-size: 1.2rem;
		line-height: 1.3;
	}
}
/* section
------------------------------------------*/
.continental_section {
	padding: 165px 0 190px;
	position: relative;
	background-repeat: no-repeat;
}
.continental_section_eu {
	background-image: url(../images2/continental/continental_back2.jpg);
	background-position: center center;
	background-size: cover;
	color: #ffffff;
}
.continental_section_jp {
	background-image: url(../images2/continental/continental_back3.jpg);
	background-position: top center;
	background-size: cover;
}
.continental_section_passion {
	background-image: url(../images2/continental/continental_back4.jpg);
	background-position: center center;
	background-size: cover;
	color: #ffffff;
}
.continental_section .lead {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 30px;
	font-weight: 700;
}
@media screen and (max-width: 600px) {
	.continental_section {
		padding: 95px 10px 85px;
	}
	.continental_section .lead {
		font-size: 1.2rem;
		padding: 0 3%;
	}
}
/* common
------------------------------------------*/
.en_header {
	position: absolute;
	left: 0;
	top: -90px;
	width: 100%;
	color: #dc0012;
	font-weight: 900;
	line-height: 180px;
	height: 220px;
	text-align: center;
}
.en_header::after {
	content: "";
	width: 15px;
	height: 15px;
	background: #dc0002;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.continental_section_share .en_header {
	font-size: 240px;
}
.continental_section_share .en_header span {
	font-size: 0.5em;
	font-weight: 600;
}
.continental_section_eu .en_header {
	font-size: 190px;
}
.continental_section_eu .en_header span {
	display: inline-block;
}
.continental_section_eu .en_header .one {
	transform: translateY(-15px);
}
.continental_section_eu .en_header .third {
	transform: translateY(25px);
}
.continental_section_jp .en_header, .continental_section_passion .en_header {
	font-size: 160px;
	font-weight: 900;
}
@media screen and (max-width: 600px) {
	.en_header {
		width: 100%;
		color: #dc0012;
		height: 160px;
	}
	.continental_section_share .en_header {
		font-size: 110px;
	}
	.continental_section_eu .en_header {
		font-size: 80px;
	}
	.continental_section_jp .en_header, .continental_section_passion .en_header {
		font-size: 80px;
	}
}
.jp_header {
	font-size: 3.4rem;
	line-height: 1.2;
	text-align: center;
	font-weight: 900;
}
.title_type01 {
	margin: 0 0 35px;
}
.title_type01 .title01 {
	font-size: 2rem;
	color: #dc0012;
	padding: 0 0 20px;
	position: relative;
}
.title_type01 .title01::after {
	content: "";
	width: 86px;
	height: 3px;
	background: #dc0012;
	position: absolute;
	bottom: 0;
	left: 0;
}
.title_type01 .title02 {
	font-size: 1.63rem;
	line-height: 1.3;
	margin: 15px 0 0;
	font-weight: 900;
}
.title_type02 {
	margin: 55px 0 15px;
}
.title_type02 .title01 {
	font-size: 1.2rem;
	color: #dc0012;
	position: relative;
	padding: 0 0 10px;
}
.title_type02 .title01::after {
	content: "";
	width: 86px;
	height: 3px;
	background: #dc0012;
	position: absolute;
	bottom: 0;
	left: 0;
}
.title_type02 .title02 {
	font-size: 1.35rem;
	margin: 7px 0 0;
	line-height: 1.2;
	font-weight: 700;
}
.title_type02 .title02 .s {
	font-size: 0.7em;
}
.title_type03 {
	margin: 0 0 20px;
}
.title_type03 .title01 {
	font-size: 1.25rem;
	color: #dc0012;
	padding: 0 0 12px;
	position: relative;
}
.title_type03 .title01::after {
	content: "";
	width: 86px;
	height: 3px;
	background: #dc0012;
	position: absolute;
	bottom: 0;
	left: 0;
}
.title_type03 .title02 {
	font-size: 1.63rem;
	line-height: 1.3;
	margin: 10px 0 0;
	font-weight: 900;
}
@media screen and (max-width: 600px) {
	.jp_header {
		font-size: 2.2rem;
	}
	.lead {
		font-size: 1.2rem;
	}
	.lead.left {
		text-align: left;
	}
	.title_type01 {
		margin: 0 0 15px;
	}
	.title_type01 .title01 {
		font-size: 1.5rem;
		padding: 0 0 16px;
	}
	.title_type02 {
		margin: 35px 0 20px;
	}
	.title_type02 .title01 {
		padding: 0 0 8px;
	}
	.title_type02 .title02 {
		font-size: 1.2rem;
		margin: 10px 0 0;
	}
}
.ft_note1, .ft_note {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #777;
}
.ft_note1 {
	margin-top: 1em;
}
.ft_note {
	margin-top: 45px;
}
.ft_note1 a, .ft_note a {
	color: #777;
}
.sup {
	font-size: 0.5em;
}
@media screen and (max-width: 600px) {
	.ft_note1, .ft_note {
		margin-top: 1em;
		font-size: 0.875rem;
	}
}
.ft_note1 .list {}
.ft_note1 .list li {
	display: inline-block;
	margin-right: 15px;
}
.ft_note1 .list li::before {
	content: "●";
}
.ft_note1 .ast, .ft_note .ast {
	padding-left: 1.2em;
	position: relative;
}
.ft_note1 .ast::before, .ft_note .ast::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
/* continental_section_share_01
------------------------------------------*/
.continental_section_share_01 {
	margin: 0 auto;
	width: 1060px;
	text-align: left;
}
.continental_section_share_01 .data img {
	width: 100%;
}
.continental_section_share_01 .quote {
	background-color: #f8f8f8;
	margin-top: 80px;
	padding: 40px 40px;
	position: relative;
}
.continental_section_share_01 .quote blockquote {
	padding: 20px 60px;
	font-size: 1.25rem;
	line-height: 1.6;
	position: relative;
}
.continental_section_share_01 .quote blockquote::before, .continental_section_share_01 .quote blockquote::after {
	content: "";
	width: 41px;
	height: 31px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.continental_section_share_01 .quote blockquote::before {
	background-image: url(../images2/continental/continental_before.png);
	background-position: 0 0;
	top: 0;
	left: 0;
}
.continental_section_share_01 .quote blockquote::after {
	background-image: url(../images2/continental/continental_after.png);
	background-position: 100% 100%;
	bottom: 0;
	right: 0;
}
.continental_section_share_01 .quote .speaker {
	margin-top: 20px;
	font-size: 1rem;
	text-align: right;
	padding: 0 20px;
}
@media screen and (max-width: 600px) {
	.continental_section_share_01 .quote {
		margin-top: 40px;
	}
	.continental_section_share_01 {
		width: auto;
	}
	.continental_section_share_01 .quote {
		padding: 15px;
	}
	.continental_section_share_01 .quote blockquote {
		padding: 20px;
		font-size: 1rem;
	}
	.continental_section_share_01 .quote blockquote::before, .continental_section_share_01 .quote blockquote::after {
		width: 20px;
	}
	.continental_section_share_01 .quote .speaker {
		font-size: 0.85rem;
	}
}
/* continental_content_examples
------------------------------------------*/
.continental_content_examples {
	width: 1200px;
	margin: 0 auto;
}
.continental_content_examples .photos ul {
	display: flex;
}
.continental_content_examples .photos li {
	width: 25%;
}
.continental_content_examples .photos li img {
	width: 99%;
}
.continental_content_examples .photos .ft {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.continental_content_examples {
		width: auto;
	}
	.continental_content_examples .photos .ft {
		font-size: 1.1rem;
		line-height: 1.4;
		margin-top: 20px;
		text-align: left;
	}
	.continental_content_examples .photos .scroll {
		width: calc(100% + 20px);
		margin-left: -10px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.continental_content_examples .photos .scroll .inner {
		display: inline-block;
		width: 360%;
		padding: 0 10px;
	}
}
/* continental_table
------------------------------------------*/
.continental_table {
	width: 1200px;
	margin: 30px auto 0;
}
.continental_table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1rem;
	text-align: center;
}
.continental_table th, .continental_table td {
	padding: 10px;
}
.continental_table thead th {
	background: #bfbfbf;
	border: #fff solid 2px;
	text-align: center;
}
.continental_table thead th:last-child {
	border-right: #bfbfbf solid 1px;
}
.continental_table tbody th.color_g, .continental_table tbody td.color_g {
	background-color: #f5f5f5;
}
.continental_table tbody th {
	background: #ebebeb;
	border: #fff solid 2px;
	text-align: center;
}
.continental_table tbody td {
	background: #ebebeb;
	border: #fff solid 2px;
}
@media screen and (max-width: 600px) {
	.continental_table {
		width: auto;
		margin: 20px auto 0;
	}
	.continental_table thead, .continental_table tbody, .continental_table tr, .continental_table th, .continental_table td {
		display: block;
		border: none !important;
	}
	.continental_table tbody th {
		margin-top: 3px;
	}
	.continental_table thead th:nth-child(2) {
		padding: 0 !important;
	}
	.continental_table td {
		font-size: 1rem !important;
		padding: 0 8px 8px !important;
		font-weight: normal !important;
	}
}
/* continental_passion
------------------------------------------*/
.continental_passion {
	width: 1200px;
	margin: 80px auto 0;
	color: #ffffff;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.continental_passion_left, .continental_passion_right {
	width: 530px;
	position: relative;
	padding-bottom: 335px;
}
.continental_passion_right {
	margin-left: 120px;
}
.continental_passion_center {
	margin-top: 120px;
	width: 900px;
}
.continental_passion .text {
	font-size: 1rem;
	line-height: 1.5;
}
.continental_passion_left .img, .continental_passion_right .img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 59%;
	overflow: hidden;
}
.continental_passion_left .img img, .continental_passion_right .img img {
	position: absolute;
	width: 100%;
}
.continental_passion_center .img {
	margin-top: 40px;
	padding: 55.5% 0 0;
	position: relative;
}
.continental_passion_center .img iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 600px) {
	.continental_passion {
		width: auto;
		margin: 0;
	}
	.continental_passion_left, .continental_passion_right, .continental_passion_center {
		width: auto !important;
		margin: 60px auto 0 !important;
		padding-bottom: 0 !important;
	}
	.continental_passion .text {
		font-size: 1rem;
		line-height: 1.6;
	}
	.continental_passion_left .img, .continental_passion_right .img, .continental_passion_center .img {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 20px;
	}
}
/* continental_foot
------------------------------------------*/
.continental_foot {
	background-image: url(../images2/continental/continental_back5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 10%;
	text-align: center;
}
.continental_foot .text {
	font-size: 2rem;
	line-height: 1.7;
	font-weight: 900;
}
.continental_foot .img {
	margin-top: 40px;
	padding-top: 45px;
	position: relative;
	text-align: center;
}
.continental_foot .img::after {
	content: "";
	width: 15px;
	height: 15px;
	background: #dc0002;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.continental_foot .img img {
	width: 80%;
	max-width: 393px;
}
@media screen and (max-width: 600px) {
	.continental_foot {
		padding: 40px 10%;
	}
	.continental_foot .text {
		font-size: 1.5rem;
		line-height: 1.4;
		text-align: left;
	}
}
/*****************************************************************************
customers
*****************************************************************************/
.customers_main {
	width: 1200px;
	margin: -100px auto 0;
	padding: 0 0 60px;
}
.customersvoice {
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}
.customers {
	width: calc((100% - 42px)/3);
	margin-top: 20px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 300;
	padding: 0 0 65px;
	background-color: #fff;
	position: relative;
}
.customers:nth-child(3n +1) {
	margin-left: 0;
}
.customers .hd {
	line-height: 27px;
	margin: 0 20px;
	padding-top: 20px;
	position: relative;
}
.customers .hd::after {
	content: "";
	width: 116px;
	height: 6px;
	background-color: #dc0002;
	position: absolute;
	top: 0;
	left: 0;
}
.customers .hd .en {
	color: #dc0002;
	font-size: 24px;
	font-weight: 600;
}
.customers .hd .jp {
	font-size: 0.9rem;
}
.customers .voice {
	font-size: 1.1rem;
	padding: 25px 20px;
	line-height: 1.6;
}
.customers .data {
	padding: 20px 18px;
	background: #f1f1f1;
	border: 2px solid #ffffff;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
@media screen and (max-width: 600px) {
	.customers_main {
		width: auto;
		padding: 0 10px 35px;
		margin-top: -50px;
	}
	.customersvoice {
		display: block;
	}
	.customers_back {
		padding-bottom: 130px;
	}
	.customers, .customers:nth-child(3n + 1) {
		width: auto;
		margin-left: 0;
		margin-top: 15px;
		padding-bottom: 5px;
	}
	.customers .hd {
		margin: 0 10px;
	}
	.customers .voice {
		padding: 15px 10px;
	}
	.customers .data {
		position: relative;
		bottom: auto;
		left: auto;
		padding: 10px 10px;
	}
}
/*****************************************************************************
*****************************************************************************
viking_nav
*****************************************************************************
*****************************************************************************/
.viking_nav01 {
	background: #222222;
	position: relative;
	border-bottom: 10px solid #004898;
}
.viking_nav01 > .inner {
	width: 1200px;
	margin: 0 auto;
}
.viking_nav01 a {
	position: relative;
}
.viking_nav01 a p {
	position: relative;
	z-index: 2;
}
.viking_nav01 ul {
	display: flex;
}
.viking_nav01 ul a {
	display: block;
	line-height: 46px;
	padding: 0 20px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}
.viking_nav01 ul li a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #184e98;
	transform: skewX(-11.5deg);
	opacity: 0;
	transition: all .3s;
}
.viking_nav01 ul .logo a {
	padding-left: 0;
}
.viking_nav01 ul .on a::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #004898;
	transform: skewX(-11.5deg);
}
.viking_nav01 ul li.on a::after {
	opacity: 1;
}
.viking_nav01 ul li:not(.on):hover a::after {
	opacity: 0.75;
}
.viking_nav01 ul .logo:hover a::after {
	opacity: 0 !important;
}
.viking_nav01 .shop {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 465px;
	width: 135px;
}
.viking_nav01 .shop::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #dc0012;
	transform: skewX(-11.5deg);
}
.viking_nav01 .shop a {
	display: block;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
.viking_nav02 {
	background: #004898;
	position: relative;
	font-size: 1rem;
}
.viking_nav02 ul {
	display: flex;
	width: 1200px;
	margin: -10px auto 0;
}
.viking_nav02 ul li {
	margin-left: 50px;
}
.viking_nav02 ul li:nth-child(1) {
	margin-left: 0;
}
.viking_nav02 ul a {
	display: block;
	line-height: 47px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
}
.viking_nav02 ul li a::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #dc0002;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: skewX(-45deg);
	opacity: 0;
	transition: all .3s;
}
.viking_nav02 ul li.on a::after, .viking_nav02 ul li:hover a::after {
	opacity: 1;
}
.viking_nav02 ul a .jp {
	font-size: 0.85em;
	opacity: 0.5;
	padding-left: 5px;
}
.viking_nav02 ul a .jp {
	font-size: 0.85em;
	opacity: 0.5;
	padding-left: 5px;
}
@media screen and (max-width: 600px) {
	.viking_nav01 {
		border-bottom: 7px solid #004898;
	}
	.viking_nav01 > .inner {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0 0 0 15px;
	}
	.viking_nav01 ul li.logo {
		display: none;
	}
	.viking_nav01 .shop {
		position: relative;
		top: auto;
		left: auto;
		margin-left: 0;
	}
	.viking_nav02 {
		font-size: 0.875rem;
	}
	.viking_nav02 ul {
		width: auto;
		margin: -7px auto 0;
		padding: 0 6px 8px;
		flex-wrap: wrap;
	}
	.viking_nav02 ul li {
		margin: 8px 0 0 8px;
	}
	.viking_nav02.performance ul li {
		width: calc((100% - 8px)/2);
	}
	.viking_nav02.performance ul li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.viking_nav02.lineup ul li {
		width: calc((100% - 16px)/3);
	}
	.viking_nav02.lineup ul li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.viking_nav02 ul li a {
		border: 1px solid rgba(255, 255, 255, 0.3);
	}
	.viking_nav02.lineup ul li a {
		line-height: 1;
	}
	.viking_nav02.lineup a {
		padding: 10px 0;
	}
	.viking_nav02.lineup a span {
		display: block;
		padding: 0;
	}
	.viking_nav02 ul li.on a::after, .viking_nav02 ul li:not(.on) a:hover::after {
		bottom: -1px;
		transform: skewX(0);
	}
	.viking_nav02 ul a .jp {
		padding-top: 5px;
		line-height: 1.2;
	}
	.viking_nav02 ul a .jp .dot {
		display: none;
	}
}
/*****************************************************************************
performance
*****************************************************************************/
.performance {
	line-height: 1;
	position: relative;
}
/* performance_mvback 背景
------------------------------------------*/
.performance_mvback {
	background-image: url(../images2/performance/performance_mv3.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 526px;
	width: 100%;
	z-index: -1;
}
.performance1_mvback {
	background-image: url(../images2/performance/performance_mv.png);
}
.performance1_2_mvback {
	background-image: url(../images2/performance/performance_mv1_3.png);
}
.performance2_mvback {
	background-image: url(../images2/performance/performance_mv2.png);
}
.performance4_mvback {
	background-image: url(../images2/performance/performance_mv4.png);
}
@media screen and (max-width: 600px) {
	.performance_mvback {
		height: 410px;
	}
}
/* performance_mv　ページタイトル
------------------------------------------*/
.performance_mv {
	color: #ffffff;
	padding: 45px 0 25px;
	text-align: center;
}
.performance_mv .en {
	color: #dc0002;
	font-size: 4.9rem;
}
.performance_mv .label {
	margin-top: 10px;
}
.performance_mv .label span {
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	border: 1px solid #ff9c00;
	color: #ff9c00;
	font-size: 1.1rem;
	font-weight: 700;
}
.performance_mv h1 {
	font-size: 4.5rem;
	line-height: 1.2;
	color: #ff9c00;
	font-weight: 900;
	margin-top: 10px;
}
.performance_mv h1.s {
	font-size: 3.4rem;
}
.performance_mv .text {
	font-size: 1.25rem;
	margin-top: 30px;
	line-height: 1.4;
}
@media screen and (max-width: 600px) {
	.performance_mv {
		padding: 30px 0 15px;
	}
	.performance_mv .en {
		font-size: 2.8rem;
	}
	.performance_mv h1, .performance_mv h1.s {
		font-size: 2.2rem;
	}
	.performance_mv .text {
		font-size: 1.1rem;
		margin-top: 20px;
		line-height: 1.4;
		padding: 0 5%;
	}
	.performance_mv .text.left {
		text-align: left;
	}
}
/* performance_mv_option　レイアウト
------------------------------------------*/
.performance_mv_option_900 {
	width: 900px;
	margin: 0 auto;
}
.performance_mv_option_1000 {
	width: 1000px;
	margin: 0 auto;
}
.performance_mv_option_1200 {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	.performance_mv_option_900, .performance_mv_option_1000, .performance_mv_option_1200 {
		width: auto;
		padding: 0 15px;
	}
}
/* performance_title　大見出し
------------------------------------------*/
.performance_title {
	text-align: center;
	position: relative;
	padding: 0 0 45px;
	margin: 100px 0 40px;
}
.performance_title::after {
	content: "";
	width: 15px;
	height: 15px;
	background: #dc0002;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.performance_title .title01 {
	font-size: 3.4rem;
	color: #dc0002;
}
.performance_title .title02 {
	font-size: 2.25rem;
	margin-top: 0.2em;
	line-height: 1.2;
	font-weight: 900;
}
@media screen and (max-width: 600px) {
	.performance_title {
		padding: 0 0 35px;
		margin: 60px 0 30px;
	}
	.performance_title .title01 {
		font-size: 2rem;
	}
	.performance_title .title02 {
		font-size: 1.8rem;
	}
}
/* performance_content_bottom　注
------------------------------------------*/
.performance_content_bottom {
	border-top: 1px dashed #333;
	font-size: 0.9rem;
	line-height: 1.5;
	padding-top: 15px;
	margin-top: 30px;
	color: #777;
}
.performance_content_bottom a {
	color: #777;
}
@media screen and (max-width: 600px) {
	.performance_content_bottom {
		margin-top: 15px;
	}
}
/* performance_footer_back　まとめ
------------------------------------------*/
.performance_footer_back {
	background: #004898;
	padding: 45px 0;
	margin: 140px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.performance_footer_back::before {
	content: "";
	position: absolute;
	background: #f9efe3;
	width: 20px;
	height: 20px;
	top: 0;
	left: 50%;
	transform-origin: 50% 0;
	transform: rotate(45deg) translateX(-50%);
}
.performance_footer {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #fff;
	position: relative;
	text-align: center;
}
.performance_footer .img {
	position: absolute;
	top: -125px;
	right: -175px;
}
.performance_footer .img img {
	width: 100%;
}
@media screen and (max-width: 600px) {
	.performance_footer_back {
		padding: 0;
		margin-top: 80px;
	}
	.performance_footer {
		width: auto;
		font-size: 1.2rem;
		padding: 65px 10% 10%;
		text-align: left;
	}
	.performance_footer .img {
		width: 100px;
		top: -50px;
		transform: translateX(50%);
		right: 50%;
	}
}
.top_fig img {
	width: 100%;
}
@media screen and (max-width: 600px) {
	.top_fig {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 -15px;
		padding: 5px 0;
	}
	.top_fig .inner {
		display: inline-block;
		padding: 0 15px;
	}
	.top_fig .box {
		border: 1px solid rgba(255, 255, 255, 0.35);
		background: rgba(0, 0, 0, 0.85);
		width: 650px;
		padding: 25px;
	}
}
.top_fig .box .deco {
	display: flex;
	justify-content: flex-end;
}
.top_fig .box .deco .outer {
	border-left: 1px solid #004898;
	border-right: 1px solid #004898;
	height: 40px;
	width: 215px;
	display: flex;
	align-items: center;
}
.top_fig .box .deco .inner {
	background: #004898;
	height: 1px;
	width: 100%;
	position: relative;
}
.top_fig .box .deco .inner::after, .top_fig .box .deco .inner::before {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	border-color: #004898;
	border-style: solid;
}
.top_fig .box .deco .inner::after {
	border-width: 1px 1px 0 0;
	right: 0;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}
.top_fig .box .deco .inner::before {
	border-width: 1px 0 0 1px;
	left: 0;
	transform-origin: 0 0;
	transform: rotate(-45deg);
}
.top_fig .box .fig_ft {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 900;
	color: #004898;
	text-align: right;
}
@media screen and (max-width: 600px) {
	.top_fig .box .deco .outer {
		border-color: #fff;
		height: 30px;
		width: 144px;
	}
	.top_fig .box .deco .inner {
		background: #fff;
	}
	.top_fig .box .deco .inner::after, .top_fig .box .deco .inner::before {
		width: 12px;
		height: 12px;
		border-color: #fff;
	}
	.top_fig .box .fig_ft {
		font-size: 1.2rem;
		color: #fff;
	}
}
/* wet
------------------------------------------*/
/*.wet01 .top_fig {
	background: rgba(0,0,0,0.75);
	padding: 50px;
}*/
.wet01 .box {
	background: rgba(0, 0, 0, 0.75);
	padding: 40px;
}
.wet01 .top_fig .hd {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 45px;
}
.wet01 .top_fig .hd .s {
	font-size: 0.7em;
}
.wet01 .ft {
	margin-top: 30px;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #777;
}
@media screen and (max-width: 600px) {
	.wet01 .top_fig .hd {
		margin-bottom: 15px;
	}
	.wet01 .ft {
		margin-top: 15px;
	}
}
.wet02 {
	display: flex;
}
.wet02 > * {
	width: 50%;
}
.wet02 .right {
	background: url(../images2/performance/performance.png) 50% 50% no-repeat;
	background-size: cover;
}
.wet02 .left {
	background-color: rgba(0, 44, 85, 0.7);
	padding: 45px;
	color: #ffffff;
}
.wet02 .left .hd {
	font-size: 1.5rem;
	border-left: 9px solid #dc0002;
	padding-left: 0.5em;
	line-height: 1.4;
}
.wet02 .left .text {
	margin-top: 30px;
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (max-width: 600px) {
	.wet02 {
		display: block;
	}
	.wet02 > * {
		width: auto;
	}
	.wet02 .right {
		padding: 67% 0 0;
	}
	.wet02 .left {
		padding: 15px;
	}
	.wet02 .left .text {
		margin-top: 15px;
	}
}
.wet02_2 {
	margin-top: 35px;
	display: flex;
}
.wet02_2 .left {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	color: #45627d;
	border: 1px solid #45627d;
	text-align: center;
	margin: 0;
	padding: 0 30px;
	white-space: nowrap;
}
.wet02_2 .right {
	padding-left: 30px;
	font-size: 1rem;
	line-height: 1.5;
}
.wet02_3 .hd {
	font-size: 2rem;
	text-align: center;
	line-height: 1.6;
}
.wet02_3 .hd span {
	display: inline-block;
	padding: 0 10px;
}
.wet02_3 .hd .r, .wet02_3 .hd .g {
	color: #ffffff;
	margin: 0 10px;
}
.wet02_3 .hd .r {
	background: #dc0002;
}
.wet02_3 .hd .g {
	background: #017236;
}
.wet02_3 .fig img {
	width: 100%;
	height: auto;
	margin-top: 50px;
}
@media screen and (max-width: 600px) {
	.wet02_2 {
		display: block;
	}
	.wet02_2 > * {
		width: auto;
	}
	.wet02_2 .left {
		display: block;
		padding: 15px;
	}
	.wet02_2 .right {
		padding: 15px 0 0;
	}
	.wet02_3 .hd {
		font-size: 1.5rem;
	}
	.wet02_3 .fig {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 -15px;
	}
	.wet02_3 .fig .inner {
		width: 650px;
		display: inline-block;
		padding: 0 15px;
	}
	.wet02_3 .fig .inner img {
		background: #fff;
		padding: 20px;
	}
}
/* STABILITY
------------------------------------------*/
.stability01 .fig img {
	width: 100%;
}
.stability01 .text {
	margin-top: 50px;
	font-size: 1rem;
	line-height: 1.5;
}
.stability01 .photo {
	margin-top: 30px;
}
.stability01 .photo img {
	width: 100%;
}
.stability02 .text {
	font-size: 1rem;
	line-height: 1.5;
}
.stability02 .wrap {
	margin-top: 30px;
	display: flex;
}
.stability02 .wrap > * {
	width: calc((100% - 35px)/2);
}
.stability02 .wrap .right {
	margin-left: 35px;
}
.stability02 .wrap .img {
	padding: 66% 0 0;
	position: relative;
	overflow: hidden;
}
.stability02 .wrap .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.stability02 .wrap .text {
	margin-top: 0.8em;
}
@media screen and (max-width: 600px) {
	.stability02 .wrap {
		display: block;
	}
	.stability01 .text {
		margin-top: 30px;
	}
	.stability02 .wrap > *, .stability02 .wrap .right {
		width: auto;
		margin: 30px 0 0;
	}
}
/* LONG-LIFE
------------------------------------------*/
.longlinfe01 .fig img {
	width: 100%;
}
.longlinfe02 .wrap {
	margin-top: 30px;
	display: flex;
}
.longlinfe02 .wrap > * {
	width: calc((100% - 40px)/2);
}
.longlinfe02 .wrap .right {
	margin-left: 40px;
}
.longlinfe02 .wrap .img {
	padding: 46.4% 0 0;
	position: relative;
	overflow: hidden;
}
.longlinfe02 .wrap .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.longlinfe02 .wrap .text {
	margin-top: 0.9em;
	font-size: 1.05rem;
	line-height: 1.6;
}
@media screen and (max-width: 600px) {
	.longlinfe02 .wrap {
		display: block;
	}
	.longlinfe02 .wrap > *, .longlinfe02 .wrap .right {
		width: auto;
		margin: 30px 0 0;
	}
}
/* COMFORTABLITY
------------------------------------------*/
.comfort01 .wrap {
	display: flex;
}
.comfort01 .wrap > * {
	width: 50%;
}
.comfort01 .wrap02 {
	flex-direction: row-reverse;
}
.comfort01 .wrap01 .text_box {
	padding-left: 40px;
}
.comfort01 .wrap02 .text_box {
	padding-right: 40px;
}
.comfort01 .wrap .img {
	background: 50% 50% no-repeat;
	background-size: cover;
	height: 345px;
}
.comfort01 .wrap01 .img {
	background-image: url(../images2/performance/performance4_1_1.jpg);
}
.comfort01 .wrap02 .img {
	background-image: url(../images2/performance/performance4_1_3.jpg);
}
.comfort01 .wrap .text_box {
	display: flex;
	align-items: center;
}
.comfort01 .wrap01 .text_box {
	text-align: right;
}
.comfort01 .wrap .text_box > .inner {
	width: 100%;
}
.comfort01 .wrap .text_box .hd {
	height: 91px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.comfort01 .wrap01 .text_box .hd {
	background-image: url(../images2/performance/performance4_1_2.png);
	background-position: 100% 50%;
	padding-right: 150px;
}
.comfort01 .wrap02 .text_box .hd {
	background-image: url(../images2/performance/performance4_1_4.png);
	background-position: 0 50%;
	padding-left: 150px;
}
.comfort01 .wrap .text_box .hd > .inner {
	width: 100%;
}
.comfort01 .wrap .text_box .hd span {
	display: block;
}
.comfort01 .wrap .text_box .hd .en {
	font-size: 1.25rem;
	color: #dc0002;
	padding: 0 0 11px;
	margin: 0 0 10px;
	position: relative;
}
.comfort01 .wrap .text_box .hd .en::after {
	content: "";
	border-bottom: 1px solid #dc0002;
	position: absolute;
	bottom: 0;
	width: 150%;
	height: 35px;
}
.comfort01 .wrap01 .text_box .hd .en::after {
	right: 0;
	border-left: 1px solid #dc0002;
	transform-origin: 100% 100%;
	transform: skewX(-45deg);
}
.comfort01 .wrap02 .text_box .hd .en::after {
	left: 0;
	border-right: 1px solid #dc0002;
	transform-origin: 0 100%;
	transform: skewX(45deg);
}
.comfort01 .wrap .text_box .hd .jp {
	font-size: 1.5rem;
}
.comfort01 .wrap .text_box .text {
	margin-top: 20px;
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (max-width: 600px) {
	.comfort01 .wrap {
		display: block;
	}
	.comfort01 .wrap > * {
		width: auto;
	}
	.comfort01 .wrap .img {
		padding: 65% 0 0;
		height: auto;
	}
	.comfort01 .wrap .text_box {
		display: block;
		padding: 20px 0;
	}
	.comfort01 .wrap .text_box .hd {
		height: 60px;
	}
	.comfort01 .wrap01 .text_box .hd {
		padding-right: 100px;
	}
	.comfort01 .wrap02 .text_box .hd {
		padding-left: 100px;
	}
	.comfort01 .wrap .text_box .hd .en::after {
		width: calc(100% - 15px);
		height: 75px;
		transform: skewX(0);
	}
	.comfort01 .wrap .text_box .hd .en {
		padding: 0 0 6px;
		margin: 0 0 5px;
		font-size: 0.9rem;
	}
	.comfort01 .wrap .text_box .hd .jp {
		font-size: 1.25rem;
	}
	.comfort01 .wrap .text_box .text {
		margin-top: 15px;
	}
}
.comfort02 .wrap {
	display: flex;
}
.comfort02 .left {
	flex: 1;
	background: url(../images2/performance/performance4.png) 50% 50% no-repeat;
	background-size: cover;
}
.comfort02 .right {
	width: 40%;
	background-color: #dc0012;
	padding: 45px;
	color: #ffffff;
}
.comfort02 .right .hd {
	font-size: 1.5rem;
	border-left: 9px solid #ffffff;
	padding-left: 0.5em;
	line-height: 1.4;
}
.comfort02 .right .text {
	margin-top: 30px;
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (max-width: 600px) {
	.comfort02 .wrap {
		display: block;
	}
	.comfort02 .wrap > * {
		width: auto;
	}
	.comfort02 .right {
		padding: 15px;
	}
	.comfort02 .right .text {
		margin-top: 15px;
	}
	.comfort02 .left {
		padding: 66.7% 0 0;
	}
}
/*****************************************************************************
performance
*****************************************************************************/
.viking_lineup_fv {
	background: url(../images2/lineup/lineup.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: 2000px auto;
	color: #ffffff;
	padding: 75px 0 210px;
	line-height: 1;
	position: relative;
}
.viking_lineup_fv::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.viking_lineup_fv > .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 250px 0 0;
	position: relative;
	z-index: 2;
}
.viking_lineup_fv > .inner .img {
	position: absolute;
	top: 0;
	right: -60px;
}
.viking_lineup_fv .title {
	padding-bottom: 25px;
	background: url(../images2/top/viking_continental11.png) 0 100% no-repeat;
}
.viking_lineup_fv .title span {
	display: block;
}
.viking_lineup_fv .title span.en {
	font-size: 2.9rem;
}
.viking_lineup_fv .title span.en em {
	font-size: 1.3em;
	font-weight: 900;
}
.viking_lineup_fv .title span.jp {
	margin-top: 10px;
	font-size: 2rem;
	opacity: .5;
}
.viking_lineup_fv .lead {
	margin-top: 35px;
	font-size: 2.25rem;
	line-height: 1.2;
}
.viking_lineup_fv .points {
	margin-top: 35px;
	font-size: 1.05rem;
	line-height: 1.2;
}
.viking_lineup_fv .points li {
	padding-left: 18px;
	margin-top: 10px;
	position: relative;
}
.viking_lineup_fv .points li::before {
	content: "";
	background: #fff;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 0.2em;
	left: 0;
}
.viking_price {
	margin-top: -260px;
	position: relative;
	z-index: 2;
}
.linupTopLinksOuter {
	margin-top: 25px;
	position: relative;
}
@media screen and (max-width: 600px) {
	.viking_lineup_fv {
		padding: 40px 5% 220px;
		background-position: 50% 0;
		background-size: cover;
	}
	.viking_lineup_fv > .inner {
		width: auto;
		margin: 0 auto;
		padding: 0;
	}
	.viking_lineup_fv > .inner .img {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		margin: 25px 0;
	}
	.viking_lineup_fv > .inner .img img {
		height: 260px;
	}
	.viking_lineup_fv .title {
		background-position: 50% 100%;
		text-align: center;
	}
	.viking_lineup_fv .title span.en {
		font-size: 2.8rem;
		line-height: 0.9;
	}
	.viking_lineup_fv .title span.jp {
		margin-top: 10px;
		font-size: 1.7rem;
	}
	.viking_lineup_fv .lead {
		margin-top: 20px;
		font-size: 1.7rem;
		text-align: center;
	}
	.viking_lineup_fv .points {
		font-size: 1rem;
	}
	.linupTopLinksOuter {
		margin-top: 17px;
		padding: 23px 0;
		position: relative;
	}
	.linupTopLinksOuter::before {
		content: "";
		border: 1px solid #ffffff;
		width: 30%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.section.viking_price > .inner {
		margin: 0 0;
	}
}