@charset "utf-8";
/* CSS Document
Resetting browser default styles
All
Header
Welcome block
Text block
Featured block
Video block
Features list
Hero slider
Product list
Banner slider
Footer
Bottom menu
Media Queries
*/


/* Resetting browser default styles */
html,
body {
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	font: 18px 'Roboto', "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
	color: #939c9e;
	background: #fff;
}

div,
html,
body,
p,
ul,
ol,
li,
a,
form,
img,
table,
td,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
header,
section,
footer,
aside,
nav,
article,
figure,
figcaption,
dt,
dd,
dl {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
article,
figure,
figcaption {
	display: block;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe,
object,
embed {
	max-width: 100%;
}

ul,
li {
	list-style: none;
}

input {
	vertical-align: middle;
}

input:focus,
textarea:focus {
	outline: none;
}

button,
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
}

a,
a:active,
a:visited {
	text-decoration: none;
	color: #004ea1;
	-webkit-transition: color linear .2s;
	transition: color linear .2s;
}

a:hover {
	text-decoration: none;
	color: #004ea1;
}


/* All */
.wrapper {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}

.wrapper.narrow {
	width: 960px;
}

.clear:after,
.wrapper:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

h1 {
	font: 38px/48px 'Lora';
}

h2 {
	font: 700 34px/43px 'Lora', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #d3af37;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(left top, #a18832, #a18832, #dfc76f, #a18832, #a18832, #a18832);
	background-image: linear-gradient(to right bottom, #a18832, #a18832, #dfc76f, #a18832, #a18832, #a18832);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h3 {
	font: 700 32px/39px 'Lora', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #282828;
}

h4 {
	font: 700 30px/44px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	padding-bottom: 15px;
}

h5 {
	font: 24px/41px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
}

h5 strong {
	font-weight: 700;
}

h6 {
	font: 20px/28px 'Lora', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	padding-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

.dark_block {
	background: #000;
	color: #fff;
}

.light_block {
	background: #f5f7fa;
}

.grey_block {
	background: #edf1f5;
	color: #373737;
}

.dark_grey_block {
	background: #282828;
}

.beige_block {
	background: #f5f2e6 !important;
	color: #373737;
}

.cover {
	display: none;
}

strong {
	font-weight: 700;
}

*[data-cover] {
	min-height: 480px;
	background: url(../images/blank.gif) center center no-repeat;
	background-size: cover;
}


.button,
.button:visited {
	color: #fff;
	padding: 0 40px;
	min-height: 46px;
	font: 700 15px/46px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	letter-spacing: 1px;
	border: 2px solid #004ea1;
	border-radius: 25px;
	background: #004ea1;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: background-color linear .2s;
	transition: background-color linear .2s;
}

.button:hover {
	color: #fff;
	background: #004ea1;
}

.button.button_yellow,
.button.button_yellow:visited,
.button.button_yellow:hover {
	background: #d1a729;
	border-color: #d1a729;
}

.button.button_transparent_white,
.button.button_transparent_white:visited,
.button.button_transparent_white:hover {
	background: transparent;
	border-color: #fff;
}

.button+.button {
	margin-left: 38px;
}

.button.button_orange,
.button.button_orange:visited,
.button.button_orange:hover {
	background: #c14b27;
	border-color: #c14b27;
}




/* Header */
.header {
	padding: 20px 0;
	position: relative;
	z-index: 999;
	box-shadow: rgba(0, 0, 0, .08) 0 4px 8px 0;
}

.header .logo {
	width: 162px;
	height: 38px;
	background: url(../images/logo.png) 0 0 no-repeat;
	background-image: url(../images/logo.svg), none;
	background-size: 163px auto;
	float: left;
	display: block;
}

.header ul {
	position: absolute;
	top: 6px;
	right: 0;
	font-size: 0;
	line-height: 0;
}

.header ul li {
	float: left;
	padding-left: 10px;
	display: none;
}

.header ul:hover li,
.header ul li:first-child,
.header ul li:nth-child(2) {
	display: block;
}

.header ul li figure figcaption {
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}

.header .tourist-model {
	position: relative;
	top: 8px;
	left: 10px;
	width: 150px;
	float: left;
}
.header .tourist-model:lang(vi) {
	width: auto;
}

/* BreadCrum */
.breadcrumb {
	background-color: #f5f7fa;
}

.breadcrumb .wrapper ul {
	padding: 10px 16px;
	list-style: none;
}

.breadcrumb .wrapper ul li {
	display: inline;
	font-size: 14px;
}

.breadcrumb .wrapper ul li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

.breadcrumb .wrapper ul li a {
	color: #0275d8;
	text-decoration: none;
}

.breadcrumb .wrapper ul li a:hover {
	color: #01447e;
	text-decoration: underline;
}

/* Welcome block */
.welcome_block {
	background: url(../images/demo/welcome_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 155px 0;
}

.welcome_block_jpb {
	background: url(../images/demo/welcome_bg_jpb.jpg) center top no-repeat;
	background-size: cover;
	padding: 152px 0;
}

.welcome_block .wrapper>div,
.welcome_block_jpb .wrapper>div {
	padding: 0 65px 0 50%;
	margin-left: -80px;
}

.welcome_block_jpb .wrapper>div h5 {
	font: 400 32px/39px 'Lora', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #fff;
}

.welcome_block_jpb .wrapper>div h1 {
	font: 700 39px/49px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #fff;
}


/* Text block */
.text_block {
	padding: 60px 0;
	text-align: center;
}

.buttons_block {
	padding: 40px 0;
	background: #282828;
}

.text_block .wrapper {
	max-width: 850px;
}

.jpb_text .wrapper h3 {
	color: #992d3c;
}


/* Featured block */
.featured_block {
	background: url(../images/demo/featured_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 90px 0 110px 0;
}

.jpb {
	background: url(../images/demo/featured_bg_jpb.jpg) center top no-repeat;
	background-size: cover;
	padding: 90px 0 110px 0;
}

.featured_block .wrapper>div {
	padding: 0 0 0 155px;
	max-width: 450px;
}

.jpb .wrapper>div {
	padding: 0 0 0 100px;
}

.featured_block .wrapper>div h2 {
	font-size: 50px;
}

.featured_block .wrapper>div p:nth-child(2) {
	font-size: 15px;
}

.jpb .wrapper>div h2 {
	color: #992d3c;
	-webkit-text-fill-color: #992d3c;
}

.featured_block table th,
td {
	padding: 2px 0;
	text-align: left;
	width: 160px;
}

.featured_block table th {
	font: 700 18px/22px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #992d3c;
}

.featured_block table td {
	font: 400 18px/22px 'Lora', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #373737;
}



/* Video block  */
.video_block {
	padding: 85px 0;
	text-align: center;
}

.video_block.dark_grey_block {
	margin: 30px 0;
}

.video_row {
	display: flex;
	column-gap: 20px;
}

@media only screen and (max-width: 767px) {
	.video_row {
		flex-direction: column;
		row-gap: calc(20/375*100vw);
	}
}

/* Features list */
.features_list {
	background: #000;
	padding: 70px 0;
}

.features_list ul li:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.features_list ul li figure>div {
	float: right;
	width: 50%;
	padding-bottom: 40px;
}

.features_list ul li figure figcaption {
	float: left;
	width: 50%;
	padding: 80px 40px 40px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.features_list ul li figure figcaption p {
	color: #fff;
}

.features_list ul li:nth-child(even) figure>div {
	float: left;
}

.features_list ul li:nth-child(even) figure figcaption {
	float: right;
	padding-top: 170px;
}

.beige_block .wrapper ul li figure figcaption h2 {
	color: #992d3c;
	-webkit-text-fill-color: #992d3c;
}

.beige_block ul li figure figcaption p {
	color: #373737;
}

.beige_block ul li figure figcaption {
	padding: 120px 40px 40px 40px;
	;
}

.beige_block ul li:nth-child(even) figure figcaption {
	padding-top: 130px;
}




/* Hero slider */
.hero_slider {
	position: relative;
}

.hero_slider li figure figcaption {
	max-width: 580px;
	padding: 100px 0 50px 0;
}

.hero_slider li figure figcaption h1 {
	color: #936f5a;
	font: 300 40px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	padding: 5px 0 20px 0;
}

.hero_slider li figure figcaption h1 strong {
	font-weight: 700;
	font-size: 46px;
}

.hero_slider li figure figcaption p span {
	display: inline-block;
	background: #fff;
	color: #936f5a;
	font-weight: 700;
	padding: 5px 10px;
}

.hero_slider li figure figcaption.light h1 {
	color: #fff;
}

.hero_slider li figure figcaption.light p span {
	color: #000;
}

.bx-pager {
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 100;
	text-align: center;
	transform: translateX(-50%);
}

.splide__pagination.bx-pager > li,
.bx-pager .bx-pager-item {
	display: inline-block;
	padding: 0 6px;
}

.splide__pagination.bx-pager:not(:has(> li:nth-child(2))) {
	display: none;
}

.splide__pagination.bx-pager > li > button,
.splide__pagination.bx-pager > li > button:visited {
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 50%;
	padding: 0;
}

.bx-pager .bx-pager-item .bx-pager-link,
.bx-pager .bx-pager-item .bx-pager-link:visited {
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 50%;
}

.splide__pagination.bx-pager > li > button:hover,
.splide__pagination.bx-pager > li > button.is-active,
.bx-pager .bx-pager-item .bx-pager-link:hover,
.bx-pager .bx-pager-item .active,
.bx-pager .bx-pager-item .active:visited {
	background: #fff;
}

/**/
.Slide {
	position: relative;
}

.SlidePanel__item {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.SlidePanel__image {
	width: 100%;
	height: auto;
}

.SlidePanel__body {
	display: flex;
	align-items: center;
	max-width: 1140px;
	height: 480px;
	margin: auto;
	padding: 0 20px;
}

.SlidePanel__button {
	color: #fff;
	padding: 0 40px;
	height: 46px;
	font: 700 15px/46px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	letter-spacing: 1px;
	border-radius: 23px;
	background: #004ea1;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: background-color linear .2s;
	transition: background-color linear
}

.SlidePanel__subLabel {
	display: inline-block;
	background: #fff;
	color: #936f5a;
	font-weight: 700;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.SlidePanel__label {
	color: #936f5a;
	font-size: 40px;
	font-weight: 300;
	font-family: 'Roboto', "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", sans-serif;
	padding: 5px 0 20px 0;
}

.SlidePanel__label--shadow {
	text-shadow: 0 0 2px #fff;
}

.SlidePanel__label strong {
	font-weight: 700;
	font-size: 46px;
}

.rollOver {
	transition: opacity .3s;
}

.rollOver img {
	background-color: rgba(255, 255, 255, .01)
}

.rollOver:hover {
	opacity: .7;
	text-decoration: none;
}

.HeadPanel {
	display: flex;
	align-items: center;
}

.HeadPanel__label {
	color: #004ea1;
}

@media only screen and (max-width: 767px) {
	.HeadPanel {
		display: block;
	}
}

/* Product list */
.product_list {
	margin: 50px 0 50px 0;
}

.product_list .wrapper>div {
	position: relative;
}

.product_list .wrapper>div .caution {
	font-size: 14px;
	color: #939c9e;
	position: relative;
	top: 0px;
	left: 26px;
	padding-left: 24px;
	text-decoration: underline;
}

.product_list .wrapper>div .caution:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icons/caution_small_2.png) no-repeat;
	position: absolute;
	left: 0;
	top: -2px;
}

.product_list ul {
	margin: 10px -15px;
}

.product_list ul li {
	float: left;
	width: 33.33%;
	padding: 0 15px 15px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 960px) {
	.product_list__2col {
		width: 660px;
		margin: auto;
	}

	.product_list__2col ul li {
		width: 50%;
	}
}

.product_list ul li:nth-child(3n+1) {
	clear: both;
}

.product_list ul li figure {
	border: 1px solid #ededed;
	border-radius: 10px;
	min-height: 190px;
	position: relative;
}


.product_list ul li figure .link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.product_list ul li figure>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	padding: 10px;
	line-height: 170px;
	text-align: center;
}

.product_list ul li figure>div img {
	vertical-align: middle;
}

.product_list ul li figure figcaption {
	padding: 50px 15px 10px 180px;
}

.product_list ul li figure figcaption p a {
	font-weight: 500;
}

.product_list ul li figure figcaption p {
	-webkit-transition: color linear .2s;
	transition: color linear .2s;
}

.product_list ul li figure:hover figcaption p {
	color: #000;
}

.product_list.small ul {
	margin: 10px 0px;
}

.product_list.small ul li {
	width: 16.60550459%;
	padding-left: 0.08771929825%;
}

.product_list.small ul li:last-child {
	padding-left: 0;
}

.product_list.small ul li:nth-child(3n+1) {
	clear: none;
}

.product_list__head {
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

.product_list__head-noPadding {
	padding: 0;
}

.product_list__head-noPadding img {
	width: 100%;
}

.product_list__body {}

.product_list__mainText {
	font-size: 15px;
	font-weight: 500;
}

.product_list__text {
	font-size: 14px;
}


.productLabel {
	font: 700 28px/32px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #004ea1;
	display: inline;
	padding-bottom: 10px;
	font-size: 20px;
}

.barLabel {
	font: 700 28px/32px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	margin-bottom: 15px;
	border-bottom: 4px solid #004ea1;
	padding-bottom: 18px;
	color: #004ea1;
	-webkit-text-fill-color: #004ea1;
}

.product_list.small h5 {
	font-size: 20px;
}

.product_list ul li p {}

.product_list.small .left {
	float: left;
	width: 50%;
}

.product_list.small .left ul li,
.product_list.small .right ul li {
	width: 33.2%;
}

.product_list.small .right {
	float: right;
	width: 50%;
}

/**/

.ProductPanel {}

.ProductPanel__item {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #ededed;
	border-radius: 10px;
	padding: 20px;
	min-height: 190px;
	position: relative;
}

.ProductPanel__head {
	position: static;
	max-width: 170px;
	margin-right: 5%;
	flex: 0 0 45%;
}

.ProductPanel__body {
	flex: 1 1 auto;
}

.ProductPanel__subName {
	font-weight: 300;
	color: #939c9e;
	font-size: 15px;
}

.ProductPanel__name {
	color: #004ea1;
	font-weight: bold;
	word-wrap: break-word;
	font-size: 18px;
}

@media only screen and (min-width: 768px) {
	.LineupPanel {
		display: flex;
	}

	.LineupPanel__oneColumn {
		flex: 0 0 16.66%;
		max-width: 16.66%;
	}

	.LineupPanel__twoColumn {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}

	.LineupPanel__threeColumn {
		flex: 0 0 50.00%;
		max-width: 50.00%;
	}

	.product_list.small .LineupPanel ul li {
		box-sizing: border-box;
		padding-left: 0;
	}

	.product_list.small .LineupPanel__oneColumn ul li {
		width: 100%;
	}

	.product_list.small .LineupPanel__twoColumn ul li {
		width: 50.00%;
	}

	.product_list.small .LineupPanel__threeColumn ul li {
		width: 33.33%;
	}

}

@media only screen and (max-width: 768px) {
	.LineupPanel__item {
		display: block;
	}

}

/* Banner slider */
.banner_slider {
	position: relative;
	margin-bottom: 20px;
}

.banner_slider li {
	min-height: 290px;
}

.banner_slider li figure figcaption {
	text-align: center;
	min-height: 290px;
}

.banner_slider li figure figcaption h5 {
	font: 700 22px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #000;
	padding: 82px 0 10px 0;
}

.banner_slider li:nth-child(2) figure figcaption {
	text-align: left;
	color: #323232;
}

.banner_slider li:nth-child(2) figure figcaption p {
	padding: 120px 0 0 50%;
	margin-left: 115px;
	font: 700 22px/30px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	text-transform: uppercase;
}


.BannerSlider {
	position: relative;
	margin-bottom: 20px;
}

.BannerSlider__item {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.BannerSlider__body {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 290px;
	margin: auto;
	padding: 0 20px;
}

.BannerSlider__image:first-child {
	position: absolute;
	z-index: -1;
	height: 100%;
	object-fit: cover;
}

.BannerSlider__text {
	font-weight: 700;
	font-size: 22px;
	font-family: 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #000;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 1.5;
}

.BannerSlider__item--statement .BannerSlider__text {
	margin: -30px auto 30px;
}

.BannerSlider__item--story .BannerSlider__text {
	margin: -30px auto 30px;
}

.BannerSlider__item--guidance .BannerSlider__body {
	justify-content: flex-end;
}

.BannerSlider__item--guidance .BannerSlider__body__inner {
	width: 40%;
}

/* Footer */
.footer {
	color: #333;
	text-align: center;
	font-size: 12px;
	padding: 48px 0 0 0;
}

/* Bottom menu */
.footer nav ul {
	border-top: 1px solid #f5f7fa;
	text-align: left
}

.footer nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 15px 35px;
}

.footer nav ul li a,
.footer nav ul li a:visited {
	color: #333;
}

.footer nav ul li a:hover {
	color: #004ea1;
}

.footer .copyright {
	background: #c5c5c5;
	padding: 10px 0;
}

.footer .copyright p {
	padding-bottom: 0;
}


/* Content */
.content .wrapper {
	padding: 40px 0;
	text-align: left;
}

.content .wrapper ul {
	display: block;
	margin-bottom: 14px;
}

.content .wrapper ul li {
	font-size: 16px;
	color: #545454;
	list-style: outside none disc;
	padding: 2px 0;
	margin-left: 30px;
}

.content .wrapper ol {
	display: block;
	margin-bottom: 14px;
}

.content .wrapper ol li {
	font-size: 16px;
	color: #545454;
	list-style: decimal outside;
	padding: 2px 0;
	margin-left: 30px;
}

.content .wrapper p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #545454;
	padding-bottom: 15px;
}

/*.content .wrapper p {font-size:16px; font-weight: 400; line-height:20px; font:400 16px/20px 'Roboto',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #545454;padding-bottom:15px;}*/
.content .wrapper h4 {
	color: #545454;
}

/* Product Details */

/* Top part */
.main {
	padding: 40px 0 60px;
}

.main .wrapper .title {
	float: right;
	padding-top: 18px;
	width: 580px;
	margin-bottom: 30px;
}

.main .wrapper .title h2 {
	color: #004ea1;
	font: 700 26px/36px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	line-height: 32px;
	-webkit-text-fill-color: #004ea1;
}

.main .wrapper .product_img {
	float: left;
	border: 1px solid #ccc;
	max-width: 500px;
}

.main .wrapper .desc_prod {
	float: right;
	width: 580px;
	color: #000;
}

.main .wrapper .desc_prod table {
	width: 100%;
}

.main .wrapper .desc_prod table th,
.desc_prod table tr,
.desc_prod table td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	text-align: left;
	color: 004ea1;
}

.desc_prod .warning {
	margin-top: 20px;
	position: relative;
	padding-left: 25px;
}

.desc_prod .warning a {
	text-decoration: underline;
	color: #000;
}

.desc_prod .warning p:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icons/caution_small_2.png) no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}

/* Product Feature */
.product_details {
	margin: 60px 0;
}

.product_details .wrapper>div h3 {
	font: 700 20px/26px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	margin-bottom: 15px;
	border-bottom: 4px solid #004ea1;
	padding-bottom: 18px;
	color: #004ea1
}

.product_details .wrapper .conten_details {
	margin-bottom: 50px;
}

.product_details .wrapper>div img {
	float: right;
	margin-left: 30px;
	display: block;
}

p.small {
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	.product_details .wrapper .conten_details {
		margin-bottom: 30px;
	}
}

/* Table */
.details {
	overflow-x: auto;
}

.details table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
}

.details table thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

.details table thead tr th {
	background-color: #afafaf;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.details table tbody tr td {
	font-size: 16px;
	text-align: center
}

.details table tbody tr:nth-of-type(odd) {
	background-color: #e6e7e8;
}

.details table th,
.details table td {
	border: none;
	text-align: left;
	padding: 10px;
	font: 400 16px/20px 'Roboto', "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, sans-serif;
	color: #000;
}

.details tr:nth-child(even) {
	background-color: #f2f2f2
}

/* Videos Details */
.movies {
	margin-top: 20px;
}

.movies ul li {
	float: left;
	width: 33.33%;
	padding: 0 15px 30px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.movies ul li a {
	position: relative;
	display: block;
}

.movies ul li a::before {
	content: '';
	display: block;
	width: 43px;
	height: 43px;
	background: url(../images/demo/icon_play.png) transparent left top no-repeat;
	background-size: 43px;
	position: absolute;
	top: 60px;
	left: 40%;
}

.movies ul li:nth-child(3n+1) {
	clear: both;
}




/*ADDITIONAL*/

.banner-mobile {
	display: none;
}


/* Media Queries */
/* Desktop */
@media only screen and (min-width: 960px) and (max-width: 1139px) {

	.wrapper,
	.wrapper.narrow {
		width: 960px;
	}

	.main .wrapper .title {
		width: 400px;
	}

	.main .wrapper .desc_prod {
		width: 400px;
	}
}


/* Tablets and mobiles */
@media only screen and (max-width: 959px) {
	.main .wrapper .title {
		float: none;
	}

	.main .wrapper .desc_prod {
		float: none;
	}

	.main .wrapper .product_img {
		float: none;
	}

	.welcome_block_jpb {
		background-position: right -47em top;
	}

}

@media only screen and (min-width: 768px) {
	.pcNone {
		display: none;
	}
}

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.wrapper,
	.wrapper.narrow {
		width: 774px;
	}

	/* Featured block */
	.featured_block .wrapper>div {
		padding-left: 10px;
	}

	/* Features list */
	.features_list ul li figure figcaption {
		padding-top: 20px;
	}

	.features_list ul li:nth-child(even) figure figcaption {
		padding-top: 70px;
	}

	/* Hero slider */
	.hero_slider *[data-cover]:nth-child(2) {
		background: url(../images/blank.gif) right -20em top no-repeat;
		background-size: cover;
	}

	.hero_slider li figure figcaption {
		padding: 100px 10px 50px 10px;
	}

	/* Product list */
	.product_list ul li {
		width: 50%;
	}

	.product_list ul li:nth-child(3n+1) {
		clear: none;
	}

	.product_list ul li:nth-child(2n+1) {
		clear: both;
	}

	.main .wrapper .title {
		float: right;
		width: 300px;
	}

	.main .wrapper .product_img {
		float: left;
		width: 55%;
	}

	.main .wrapper .desc_prod {
		float: right;
		width: 300px;
	}

	.product_list.small ul li:nth-child(2n+1) {
		clear: none;
	}

	.product_list.small h5 {
		font-size: 20px;
	}

	.product_list.small ul li p {
		font-size: 14px;
	}

	.banner_slider *[data-cover]:nth-child(1) {
		background: url(../images/blank.gif) right -20em top no-repeat;
		background-size: cover;
	}

	/* Movies */
	.movies ul li {
		width: 50%;
	}

	.movies ul li:nth-child(3n+1) {
		clear: none;
	}

	.movies ul li:nth-child(2n+1) {
		clear: both;
	}

	.movies ul li a::before {
		top: 80px;
		left: 43%;
	}

	.product_details {
		margin: 30px 0;
	}
}


/* Mobile portrait and landscape modes */
@media only screen and (max-width: 767px) {
	.spNone {
		display: none;
	}

	.SlidePanel__body {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		min-height: auto;
	}

	.SlidePanel__subLabel {
		font-size: 3vw;
	}

	.SlidePanel__label {
		font-size: 5vw;
		line-height: 1.3;
	}

	.SlidePanel__label strong {
		font-size: 6vw;
	}

	.SlidePanel__button {
		font-size: 2.5vw;
		line-height: 1;
		padding: 1.1em 2em;
		height: auto;
		border-radius: 2em;
	}

	/**/
	.BannerSlider {}

	.BannerSlider__item {
		background: none !important;
	}

	.BannerSlider__image {
		width: 100%;
		height: auto;
	}

	.BannerSlider__body {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		display: block;
		height: auto;
		margin: auto;
		padding: 20px;
	}

	.BannerSlider__text {
		font-size: 18px;
		line-height: 1.3;
	}

	.BannerSlider__item--story .BannerSlider__body {
		top: 10%;
	}

	.BannerSlider__item--story .BannerSlider__text {
		margin: 0;
	}

	.BannerSlider__item--statement .BannerSlider__body {
		top: 10%;
	}

	.BannerSlider__item--statement .BannerSlider__text {
		margin: 0;
	}

	.BannerSlider__item--guidance .BannerSlider__body {
		top: 5%;
	}

	.BannerSlider__item--guidance .BannerSlider__body__inner {
		width: 100%;
	}

	/**/


	.banner-desktop {
		display: none;
	}

	li.mobile {
		/*display:none;*/
		background-image: none !important;
	}

	li.mobile .banner-mobile {
		height: 700%;
	}

	li.mobile .wrapper {
		width: auto;
	}

	.banner-mobile {
		display: inline;
		position: absolute;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
	}

	.main {
		padding: 20px 0 30px;
	}

	/* Header */
	.header .logo {
		margin: 0;
	}

	/* Welcome block */
	.welcome_block,
	.welcome_block_jpb {
		padding: 50px 0;
	}

	.welcome_block .wrapper>div,
	.welcome_block_jpb .wrapper>div {
		padding: 0 10px 0 10px;
		margin-left: 0;
	}

	/* Text block */
	.text_block {
		padding: 50px 0;
	}

	.buttons_block .button {
		margin-bottom: 10px;
	}

	.buttons_block .button+.button {
		margin: 0 0 10px 0;
	}

	/* Featured block */
	.featured_block {
		padding: 50px 0;
	}

	.featured_block .wrapper>div {
		padding: 0 10px;
	}

	/* Features list */
	.features_list {
		padding: 50px 0 25px 0;
	}

	.features_list ul li figure>div {
		float: none;
		width: auto;
		padding-bottom: 25px;
	}

	.features_list ul li figure figcaption {
		float: none;
		width: auto;
		padding: 0 10px 50px 10px;
	}

	.features_list ul li:nth-child(even) figure>div {
		float: none;
	}

	.features_list ul li:nth-child(even) figure figcaption {
		float: none;
		padding-top: 0;
	}

	/* Hero slider */
	.hero_slider li figure figcaption {
		padding: 20px 10px 50px 10px;
	}

	/* Product list */
	.product_list ul li {
		width: auto;
		float: none;
	}

	.product_list ul li:nth-child(3n+1) {
		clear: none;
	}

	.product_list.small ul li {
		width: 33.2%;
		float: left;
	}

	.product_list.small ul li:nth-child(3n+1) {
		clear: both;
	}

	.product_list .wrapper>div .caution {
		position: relative;
		top: 0px;
		left: 0px;
		display: block;
		margin-bottom: 20px;
		margin-top: 6px;
	}

	.product_list.small .left {
		float: left;
		width: 100%;
	}

	.product_list.small .right {
		float: right;
		width: 100%;
	}

	/**/
	.ProductPanel__subName {
		font-size: 15px;
	}

	.ProductPanel__name {
		font-size: 16px;
	}



	/* top part details */
	.main .wrapper .desc_prod {
		margin-top: 20px;
	}

	/* Banner slider */
	.banner_slider li:nth-child(2) figure figcaption {
		text-align: center;
	}

	.banner_slider li:nth-child(2) figure figcaption p {
		padding: 120px 0 0 0;
		margin-left: 0;
	}

	.banner_slider *[data-cover]:nth-child(1) {
		background: url(../images/blank.gif) right -36em top no-repeat;
		background-size: cover;
	}

	.banner_slider *[data-cover]:nth-child(2) {
		background: url(../images/blank.gif) right -23em top no-repeat;
		background-size: cover;
	}

	.main .wrapper .title {
		float: none;
		width: 100%;
	}

	.main .wrapper .product_img {
		float: none;
	}

	.main .wrapper .desc_prod {
		float: none;
		width: 100%;
	}

	.product_details .wrapper>div img {
		float: none;
		margin-bottom: 20px;
		margin-left: 0;
	}

	/* Movies */
	.movies ul li {
		width: auto;
		float: none;
	}

	.movies ul li:nth-child(3n+1) {
		clear: none;
	}


}


/* Mobile landscape mode */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.hero_slider *[data-cover]:nth-child(2) {
		background: url(../images/blank.gif) right -20em top no-repeat;
		background-size: cover;
	}

	.wrapper,
	.wrapper.narrow {
		width: 480px;
	}

	.jpb .wrapper>div h2 {
		font-size: 40px;
	}

	.main .wrapper .title {
		float: none;
		width: 100%;
	}

	.main .wrapper .product_img {
		float: none;
	}

	.main .wrapper .desc_prod {
		float: none;
		width: 100%;
	}

	.welcome_block_jpb {
		background-position: right -17em top;
	}

	.movies ul li a::before {
		top: 112px;
		left: 44%;
	}
}


/* Mobile portrait mode */
@media only screen and (max-width: 479px) {
	.hero_slider *[data-cover]:nth-child(1) {
		background: url(../images/blank.gif) left -55em top no-repeat;
		background-size: cover;
	}

	.hero_slider *[data-cover]:nth-child(2) {
		background: url(../images/blank.gif) right -20em top no-repeat;
		background-size: cover;
	}

	.banner_slider *[data-cover]:nth-child(1) {
		background: url(../images/blank.gif) right -47em top no-repeat;
		background-size: cover;
	}

	.banner_slider *[data-cover]:nth-child(2) {
		background: url(../images/blank.gif) right -38em top no-repeat;
		background-size: cover;
	}

	.hero_slider li figure figcaption h1 {
		font-size: 16px;
	}

	.hero_slider li figure figcaption h1 strong {
		font-weight: 700;
		font-size: 22px;
	}

	.welcome_block {
		background-position: right -38em top;
	}

	.welcome_block_jpb {
		background-position: right -40em top;
	}

	.wrapper,
	.wrapper.narrow {
		width: 300px;
	}

	.jpb .wrapper>div h2 {
		font-size: 40px;
	}

	.wrapper--sp100 {
		width: 100%;
	}

	.product_list .wrapper>div .caution {
		position: relative;
		top: 0px;
		left: 0px;
		display: block;
		margin-bottom: 10px;
	}

	.header .tourist-model {
		font-size: 12px;
	}

	.main .wrapper .title {
		float: none;
	}

	.main .wrapper .desc_prod {
		float: none;
		width: 100%;
	}

	.product_list.small ul {
		display: flex;
		flex-wrap: wrap;
	}

	.product_list.small ul li {
		width: 50%;
		float: none;
	}

	.product_list.small ul li:nth-child(3n+1) {
		clear: none;
	}

	.product_list.small .left {
		float: left;
		width: 100%;
	}

	.product_list.small .right {
		float: right;
		width: 100%;
	}

	.product_list.small .left ul li,
	.product_list.small .right ul li {
		width: 50%;
	}

	.details .wrapper {
		overflow-x: scroll;
	}

	.hero_slider li figure figcaption:nth-child(2) {
		padding: 130px 0 50px 0;
	}

	.product_details {
		margin: 30px 0;
	}
}

/*ADDITIONAL*/
@media (min-width:577px) and (max-width:990px) {
	.tiger-banner {
		background-position: 50% 50% !important;
	}
}

/* 20191202追加 */
.l-row {
	display: flex;
	flex-wrap: wrap;
}

.l-halfList {
	width: calc(50.00% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {

	.l-halfList:last-child,
	.l-halfList:nth-last-child(2).l-halfList:nth-child(2n+1) {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.l-halfList {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.l-halfList:nth-child(even),
.l-halfList:last-child {
	margin-right: 0;
}

.List {
	padding: 0 1em 0 1.9em;
	position: relative;
}

.List li {
	line-height: 1.5;
	margin: .5em 0;
	list-style-type: none !important;
}

.List--bar li::before {
	content: "－";
	/**/
	position: absolute;
	left: .7em;
	/*左端からのアイコンまでの距離*/
}

.largeText {
	font-size: 18px;
	line-height: 1.5;
}

/* 20191202追加ここまで */

.normalText {
	font-size: 16px;
	line-height: 1.5;
}

.smallText {
	font-size: 14px;
	line-height: 1.5;
}

/*Utility*/
/* 20191202追加 */
.u-noPadding {
	padding: 0;
}

.u-miniBlock {
	margin: 5px 0;
}

/* 20191202追加ここまで */
.u-block {
	margin: 10px 0;
}

.u-contentsBlock {
	margin: 20px 0;
}

.u-dpBlock {
	display: block;
}

.u-fcBlack {
	color: #000;
}

.u-fcWhite {
	color: #fff;
}

.u-fcTigerBrown {
	color: #936f5a;
}

.u-fcTigerBlue {
	color: #004ea1;
}

.u-left {
	text-align: left;
}

.u-center {
	text-align: center;
}



/* 20230802追記
---------------------------------------- */
.thumb-list-wrapper {}

.thumb-list {
	display: flex;
	justify-content: center;
	gap: 100px;
}

.thumb-list__image {
	max-width: 200px;
}

.thumb-list__body {
	padding-top: 0.5em;
}

@media screen and (max-width:767px) {
	.thumb-list {
		max-width: 80%;
		margin: 0 auto;
		gap: 20%;
	}

	.thumb-list__image {
		max-width: 100%;
	}
}

.row {
	display: flex;
	justify-content: space-between;
	gap: calc(20/960*100%);
}

.product_details .row .col>img {
	float: none;
	margin: 0;
}

.note {
	padding-top: 0.5em;
	font-size: 1rem;
	text-align: right;
}


@media screen and (min-width:768px) {
	.col {
		width: calc(470/960*100vw);
	}

	.pc\:flex-row {
		flex-direction: row;
	}

	.pc\:order-1 {
		order: 1;
	}

	.pc\:order-2 {
		order: 2;
	}
}

@media screen and (max-width:767px) {
	.row {
		flex-direction: column;
	}

	.col {
		width: 100%;
	}

	.pc\:flex-col {
		flex-direction: column;
	}

	.sp\:order-1 {
		order: 1;
	}

	.sp\:order-2 {
		order: 2;
	}
}