@charset "utf-8";

@font-face {
  font-family: "Nissan Brand L";
  font-style: normal;
  src: url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Light.eot);
  src: url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Light.eot?#iefix) format("embedded-opentype"), url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Light.woff) format("woff"), url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Light.ttf) format("truetype")
}
.brand_L {
  font-family: "Nissan Brand L", sans-serif !important;
  font-style: normal;
  font-size: 115%;
}

@font-face {
  font-family: "Nissan Brand B";
  font-style: normal;
  src: url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Bold.eot);
  src: url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Bold.eot?#iefix) format("embedded-opentype"), url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Bold.woff) format("woff"), url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Bold.ttf) format("truetype");
}
.brand_B {
  font-family: "Nissan Brand B", sans-serif !important;
  font-style: normal;
  font-size: 120%;
}
@font-face {
  font-family:"Nissan Brand R";
  font-style: normal;
  src:url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Regular.woff) format("woff"),
  url(/SP/CHOICE/ASSETS/CSS/FONTS/NissanBrandW01-Regular.ttf) format("ttf");
}
.brand_R {
  font-family: "Nissan Brand R", sans-serif !important;
  font-style: normal;
  font-size: 115%;
}

body::-webkit-scrollbar{
  display:none;
}

html {
	scrollbar-width: none;
}

body {
	margin: 0;
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
	background-color: #1B1F23;
}

li {
  list-style-type: none;
}
ul {
  margin: 0;
  padding: 0;
}

/* android tap-highlight-color disable*/
a, .swiper-button-prev, .swiper-button-next, .modaal-inner-wrapper{
	-webkit-tap-highlight-color:rgba(0,0,0,0) !important;
	cursor:pointer ;
}

.modaal-wrapper {
	overflow-x: hidden;
}

/*****************/
/* header */
/*****************/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 60px;
}
header .logo_pc {
  display: none;
  width: 100px;
}
header .logo_sp {
  display: block;
  width: 120px;
  margin-left: 20px;
  margin-top: 10px;
}
.headerLogoArea {
  display: inline-block;
  vertical-align: bottom;
}

.is-sp {
  display: block;
}
.is-pc {
  display: none;
}

@media only screen and (min-width: 769px) {
  header {
    height: 120px;
  }
  .headerLogoArea {
    margin-left: 50px;
    margin-top: 20px;
  }
  header .logo_pc {
    display: block;
  }
  header .logo_sp {
    display: none;
  }
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}

#gn_footer .gn_element .grid-row.bleed {
  max-width: none !important;
}
#gn_footer .gn_element .grid-row.bleed {
  max-width: none !important;
}

/*****************/
/* main */
/*****************/
main {
	display: block;
	overflow-x: hidden;
}

main::-webkit-scrollbar{
  display:none;
}
main {
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}



/*****************/
/* section kv */
/*****************/
section.kv {
	overflow: hidden;
	background-color: #000;
	position: relative;
	height: 100svh;
	box-sizing: border-box;
	padding-top: 12.4svh;
}
section.kv .logo{
	width: 34.103vw;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	z-index: 1;
	position: relative;
}
section.kv .logo img{
	width: 100%;
	transform: translateZ(0); /*safari etc*/
	filter: blur(100px);
}
section.kv .title{
	position: relative;
	line-height: 0;
	font-size: 0;
	z-index: 1;
	margin: auto;
	width: 36.6vw;
	margin-top: 4.5svh;
}
section.kv .title img{
	width: 100%;
}

section.kv .kv_text {
	position: absolute;
	top: 79svh;
	left: 6.4vw;
	width: 54vw;
	line-height: 0;
	z-index: 1;
}
section.kv .main_img {
	width: 100%;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	top: 41svh;
}
section.kv .main_img img{
	width: 100%;
}
section.kv .kv_note {
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 2.564vw;
	font-family: ShinGoPro-Light,sans-serif !important;
	text-align: right;
	bottom: 2.844svh;
	right: 2.844svh;
}

/*KV TAB style*/
@media screen and (min-width: 500px) and (max-width: 768px) {
	section.kv {
		padding-top: 104px;
	}
	section.kv .logo {
		width: 170px;
	}
	section.kv .title {
		width: 183px;
		margin-top: 38px;
	}
	section.kv .kv_text {
		top: auto;
		bottom: 100px;
		left: 32px;
		width: 270px;
	}
	section.kv .main_img {
		top: 300px;
	}
	section.kv .kv_note {
		bottom: 5px;
		right: 10px;
		font-size: 10px;
	}

}

@media screen and (min-width: 769px) {
	section.kv {
		padding-top: 9.5svh;
	}
	section.kv .logo {
		position: absolute;
		width: 7.24vw;
		top: auto;
		bottom: 5.208vw;
		left: auto;
		right: 5.208vw;
	}
	section.kv .title {
		width: 19.323vw;
		margin-top: 0;
	}
	section.kv .kv_text {
		width: 23.906vw;
		left: 2.396vw;
		top: auto;
		bottom: 4.271vw;
	}
	section.kv .main_img {
		top: 0;
	}
	section.kv .main_img img {
		width: 100%;
		object-fit: cover;
		height: 100svh;
		object-position: center;
	}
	section.kv .kv_note {
		font-size: 14px;
		bottom: 0.521vw;
		right: 4.167vw;
	}
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	section.kv {
		padding-top: 130px;
	}
	section.kv .title {
		width: 290px;
	}
	section.kv .kv_text {
		width: 359px;
		left: 30px;
		bottom: 60px;
	}
	section.kv .logo {
		width: 109px;
		right: 30px;
		bottom: 60px;
	}
	section.kv .main_img img {
		height: 90svh;
		margin-top: 10svh;
	}
	section.kv .kv_note {
		font-size: 12px;
		bottom: 5px;
		right: 20px;
	}
}


/*****************/
/* section title common */
/*****************/
.sec_title_wrap {
	text-align: center;
	margin-top: 23.59vw;
}
.sec_title_wrap .sec_title_logo{
	width: 22.051vw;
}
.sec_title_wrap .sec_title_en {
	font-family: "Nissan Brand B", sans-serif !important;
	font-size: 6.154vw;
	color: #fff;
	letter-spacing: 0.1em;
	margin-top: 3.333vw;
	margin-bottom: 4.615vw;
}
.carlineup .sec_title_wrap .sec_title_en {
	font-size: 7.384vw;
}

.sec_title_wrap .sec_title_jp {
	margin: 0;
	color: rgba(255,255,255,0.2);
	font-size: 3.077vw;
	letter-spacing: 0.1em;
}
.carlineup .sec_title_wrap .sec_title_jp {
	font-size: 4.615vw;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 5.128vw;
}
.carlineup .sec_title_wrap .sec_title_jp .sub_txt {
	font-size: 2.564vw;
	letter-spacing: 0.1em;
}



@media screen and (min-width: 769px) and (max-width: 1919px) {
	.sec_title_wrap {
		margin-top: 12.5vw;
	}
	.carlineup .sec_title_wrap {
		margin-top: 7.292vw;
	}
	.sec_title_wrap .sec_title_logo {
		width: 10.313vw;
	}
	.sec_title_wrap .sec_title_en {
		margin-top: 2.396vw;
		font-size: 2.083vw;
		margin-bottom: 2.604vw;
	}
	.sec_title_wrap .sec_title_jp {
		font-size: 1.042vw;
	}
	.carlineup .sec_title_wrap .sec_title_en {
		font-size: 2.499vw;
	}
	.carlineup .sec_title_wrap .sec_title_jp {
		font-size: 1.667vw;
		line-height: 1;
		margin-top: 3.125vw;
		margin-bottom: 2.083vw;
	}
	.carlineup .sec_title_wrap .sec_title_jp .sub_txt {
		font-size: 0.938vw;
	}
}

@media screen and (min-width: 1920px) {
	.sec_title_wrap {
		margin-top: 240px;
	}
	.carlineup .sec_title_wrap {
		margin-top: 140px;
	}
	.sec_title_wrap .sec_title_logo {
		width: 198px;
	}
	.sec_title_wrap .sec_title_en {
		margin-top: 46px;
		font-size: 40px;
		margin-bottom: 50px;
	}
	.sec_title_wrap .sec_title_jp {
		font-size: 20px;
	}
	.carlineup .sec_title_wrap .sec_title_en {
		font-size: 48px;
	}
	.carlineup .sec_title_wrap .sec_title_jp {
		font-size: 32px;
		line-height: 1;
		margin-top: 60px;
		margin-bottom: 40px;
	}
	.carlineup .sec_title_wrap .sec_title_jp .sub_txt {
		font-size: 18px;
	}
}

/*****************/
/* section carlineup */
/*****************/
section.carlineup {
	overflow: hidden;
}
section.carlineup .swiper {
	overflow: unset;
	width: 76.923vw;
	margin-top: 12.821vw;
}
section.carlineup .swiper .swiper-slide .outer{
	overflow: hidden;
	border-radius: 3.333vw;
	box-shadow: 5px -5px 10px rgba(0,0,0,0.3);
}
section.carlineup .swiper .swiper-slide img{
	width: 100%;
}
section.carlineup .swiper .swiper-slide picture img{
	display: block;
	line-height: 0;
	font-size: 0;
}
section.carlineup .swiper .swiper-slide .img_num{
	position: absolute;
	left: 5.128vw;
	bottom: 4.615vw;
	font-size: 3.59vw;
	display: inline-block;
	line-height: 1;
	padding-bottom: 0.769vw;
	border-bottom: solid 5px #fff;
	opacity: 0.5;
	font-family: "Nissan Brand B", sans-serif !important;
	color: #fff;
}
section.carlineup .carlineup_text {
	color: #fff;
	text-align: center;
/*	font-size: 2.821vw;*/
	font-size: 3.385vw;
	letter-spacing: 0.09em;
	margin-top: 5.128vw;
	margin-bottom: 6.41vw;
}
section.carlineup .carlineup_text.txt_note {
	font-size: 2.564vw;
	margin-top: 0;
}

section.carlineup .carlineup_text .name {
	display: inline-block;
	font-size: 155%;
	margin-bottom: 1em;
	line-height: 1.2;
}

section.carlineup .swiper-btn-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
section.carlineup .swiper-btn-wrap .webCatalog_btn {
	display: flex;
	color: #fff;
	text-decoration: none;
	width: 43.59vw;
	height: 10.256vw;
	background-color: rgba(255,255,255,0.1);
	border-radius: 6.923vw;
	justify-content: center;
	align-items: center;
	margin-right: 11.538vw;
	font-size: 3.59vw;
}
section.carlineup .swiper .swiper-button-prev {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 7.692vw;
	height: 7.692vw;
	margin-right: 1.282vw;
}
section.carlineup .swiper .swiper-button-next {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 7.692vw;
	height: 7.692vw;
}
section.carlineup .swiper .swiper-button-prev img,
section.carlineup .swiper .swiper-button-next img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	section.carlineup .carlineup_text .name.sp_position {
		margin-left: -1em;
	}
}


@media screen and (min-width: 769px) and (max-width: 1919px) {
	section.carlineup .swiper {
		overflow: hidden;
		width: 100%;
		padding-top: 4.583vw;
		margin-top: 50px;
	}
/*
	section.carlineup .swiper#swiper_CL_2 {
		margin-top: 5.208vw;
	}
*/
	section.carlineup .swiper .swiper-slide {
		opacity: 0.3;
	}
	section.carlineup .swiper .swiper-slide.swiper-slide-active {
		opacity: 1;
		z-index: 2;
	}
	section.carlineup .swiper .swiper-slide.swiper-slide-prev,
	section.carlineup .swiper .swiper-slide.swiper-slide-next {
		z-index: 1;
	}
	section.carlineup .swiper .swiper-slide .outer {
		transform: scale(1.1) translateY(-2.187vw);
		transition: 0.3s;
		overflow: hidden;
		border-radius: 13px;
		box-shadow: 5px -5px 10px rgba(0,0,0,0.3);
	}
	section.carlineup .swiper .swiper-slide.swiper-slide-prev .outer,
	section.carlineup .swiper .swiper-slide.swiper-slide-next .outer{
		transform: scale(1.1) translateY(-1.042vw);
	}
	section.carlineup .swiper .swiper-slide.swiper-slide-active .outer{
		overflow: hidden;
		border-radius: 13px;
		box-shadow: 5px -5px 10px rgba(0,0,0,0.3);
		transform: scale(1.1) translateY(0px);
	}
	section.carlineup .carlineup_text {
		margin-top: 3.125vw;
		/*font-size: 0.833vw;*/
		font-size: 0.999vw;
		margin-bottom: 1.563vw;
	}
	section.carlineup .carlineup_text.txt_note {
		font-size: 0.625vw;
		margin-top: 0;
	}
	section.carlineup .swiper-btn-wrap .webCatalog_btn {
		width: 14.688vw;
		height: 3.438vw;
		border-radius: 1.719vw;
		font-size: 1.25vw;
		margin-right: 45px;
	}
	section.carlineup .swiper .swiper-button-prev {
		width: 3.438vw;
		height: 3.438vw;
		margin-right: 0.521vw;
	}
	section.carlineup .swiper .swiper-button-next {
		width: 3.438vw;
		height: 3.438vw;
	}
	section.carlineup .swiper .swiper-slide .img_num {
		left: 20px;
		bottom: 18px;
		font-size: 14px;
		line-height: 1;
		padding-bottom: 3px;
		border-bottom: solid 5px #fff;
		opacity: 0.5;
	}
	section.carlineup .carlineup_text .name {
		font-size: 1.449vw;
	}
}

@media screen and (min-width: 1920px) {
	section.carlineup .swiper {
		overflow: hidden;
		width: 100%;
		padding-top: 88px;
		margin-top: 50px;
	}
/*
	section.carlineup .swiper#swiper_CL_2 {
		margin-top: 100px;
	}
*/
	section.carlineup .swiper .swiper-slide {
		opacity: 0.3;
	}
	section.carlineup .swiper .swiper-slide.swiper-slide-active {
		opacity: 1;
		z-index: 2;
	}
	section.carlineup .swiper .swiper-slide.swiper-slide-prev,
	section.carlineup .swiper .swiper-slide.swiper-slide-next {
		z-index: 1;
	}
	section.carlineup .swiper .swiper-slide .outer {
		transform: scale(1.1) translateY(-42px);
		transition: 0.3s;
		border-radius: 13px;
		box-shadow: 5px -5px 10px rgba(0,0,0,0.3);
	}
	section.carlineup .swiper .swiper-slide.swiper-slide-prev .outer,
	section.carlineup .swiper .swiper-slide.swiper-slide-next .outer{
		transform: scale(1.1) translateY(-20px);
	}
	section.carlineup .swiper .swiper-slide.swiper-slide-active .outer{
		transform: scale(1.1) translateY(0px);
	}
	section.carlineup .carlineup_text {
		margin-top: 60px;
/*		font-size: 16px; */
		font-size: 19px;
		margin-bottom: 30px;
	}
	section.carlineup .carlineup_text.txt_note {
		font-size: 12px;
		margin-top: 0;
	}
	section.carlineup .swiper-btn-wrap .webCatalog_btn {
		width: 282px;
		height: 66px;
		border-radius: 33px;
		font-size: 24px;
		margin-right: 45px;
	}
	section.carlineup .swiper .swiper-button-prev {
		width: 66px;
		height: 66px;
		margin-right: 10px;
	}
	section.carlineup .swiper .swiper-button-next {
		width: 66px;
		height: 66px;
	}
	section.carlineup .swiper .swiper-slide .img_num {
		left: 20px;
		bottom: 18px;
		font-size: 14px;
		line-height: 1;
		padding-bottom: 3px;
		border-bottom: solid 5px #fff;
		opacity: 0.5;
	}
	section.carlineup .carlineup_text .name {
		font-size: 27.82px;
	}
}

section.carlineup .CL_tab_1_item .swiper .swiper-slide .img_num {
	color: rgba(69,72,75,0.5);
	border-color: rgba(69,72,75,0.5);
}


/*underline*/
.carlineup .pcsp_underline {
	position: relative;
}
.carlineup .text_inner {
	position: relative;
	z-index: 1;
	white-space: nowrap;
}
.carlineup .pcsp_underline::before {
	content: '';
	position: absolute;
	bottom: -0.1em;
	width: 110%;
	height: 0.72em;
	background: #000;
	border-radius: 50px;
	left: 50%;
	transform: translate(-50%,0);
}

@media screen and (max-width: 768px) {
	.carlineup .sp_underline {
		position: relative;
		display: inline-block;
	}
	.carlineup .sp_underline::before {
		content: '';
		position: absolute;
		bottom: -0.1em;
		width: calc(100% + 1em);
		height: 0.72em;
		background: #000;
		border-radius: 50px;
		left: 50%;
		transform: translate(-50%,0);
	}
}

@media screen and (min-width: 769px) {
	.carlineup .pc_underline {
		position: relative;
	}
	.carlineup .pc_underline::before {
		content: '';
		position: absolute;
		bottom: -0.1em;
		width: calc(100% + 1em);
		height: 0.72em;
		background: #000;
		border-radius: 50px;
		left: 50%;
		transform: translate(-50%,0);
	}
}

/*hover animation*/
@media screen and (min-width: 769px) {
	section.carlineup .swiper-btn-wrap .webCatalog_btn {
		transition: 0.25s;
	}
	section.carlineup .swiper-btn-wrap .webCatalog_btn:hover {
		background-color: rgba(255,255,255,0.3);
		transition: 0.5s;
	}
	section.carlineup .swiper .swiper-button-prev,
	section.carlineup .swiper .swiper-button-next {
		transition: 0.25s;
		border-radius: 50%;
	}
	section.carlineup .swiper .swiper-button-prev:hover,
	section.carlineup .swiper .swiper-button-next:hover {
		background: rgba(255,255,255,0.5);
		transition: 0.5s;
	}
}
/*****************/
/* section quiz */
/*****************/
.quiz .sec_title_wrap .sec_title_en {
	font-size: 7.692vw;
}
.quiz .quiz_content .top_line{
	position: relative;
	width: 84.615vw;
	border-top: solid 1px #fff;
	margin: 0 auto;
	margin-top: 6.923vw;
}
.quiz .quiz_content .top_line::after{
	content: '';
	display: block;
	position: absolute;
	width: 1.282vw;
	height: 1.282vw;
	border-radius: 50%;
	background-color: #fff;
	top: -0.769vw;
	right: 0;
}
.quiz .quiz_content .bottom_line{
	position: relative;
	width: 84.615vw;
	border-top: solid 1px #fff;
	margin: 0 auto;
	margin-top: 7.692vw;
}
.quiz .quiz_content .bottom_line::after{
	content: '';
	display: block;
	position: absolute;
	width: 1.282vw;
	height: 1.282vw;
	border-radius: 50%;
	background-color: #fff;
	top: -0.769vw;
	left: 0;
}
.quiz_content .sub-title-wrap {
	width: 84.615vw;
	margin: 0 auto;
	margin-top: 7.692vw;
	margin-bottom: 7.692vw;
	position: relative;
}
.quiz_content .sub-title-wrap h3{
	margin: 0;
	text-align: center;
	color: #fff;
	font-family: ShinGoPro-Bold,sans-serif !important;
	letter-spacing: 0.08em;
	font-size: 3.846vw;
	line-height: 1.7;
}
.quiz_content .sub-title-wrap .icon_q{
	position: absolute;
	font-family: "Nissan Brand B", sans-serif !important;
	color: rgba(255,255,255,0.3);
	rotate: 7deg;
	font-size: 21.538vw;
	line-height: 1;
	right: 3.59vw;
	top: -1.026vw;
}
.quiz_content .sub-txt {
	font-size: 3.59vw;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.08em;
	margin: 7.692vw 0;
	color: #fff;
}
.quiz_content .quiz_start_btn {
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	text-decoration: none;
	font-family: ShinGoPro-Bold,sans-serif !important;
	color: #000;
	letter-spacing: 0.08em;
	line-height: 1;
	font-size: 3.846vw;
	width: 42.564vw;
	height: 10.769vw;
	border-radius: 8.462vw;
}
.quiz_content .quiz_panel_parent {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 84.615vw;
}
.quiz_content .quiz_panel_item{
	margin-bottom: 3.077vw;
}
.quiz_content .quiz_panel_item:nth-child(even){
	margin-left: 3.077vw;
}

.quiz_content .quiz_panel_item a{
	box-sizing: border-box;
	display: block;
	width: 40.769vw;
	height: 31.026vw;
	text-decoration: none;
	position: relative;
	perspective: 205.128vw;
	border-radius: 2.564vw;
	overflow: hidden;
}

.quiz_content .quiz_panel_item a .panel_stats_normal {
	width: 100%;
	height: 100%;
	background-color: #1B1F23;
	position: absolute;
	transition-duration: 0.8s;
	transition-property: transform;
	backface-visibility: hidden;
	z-index:999;
	transform-style: preserve-3d;
	border-radius: 2.564vw;
	overflow: hidden;
}
.quiz_content .quiz_panel_item a .panel_stats_normal .outer {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12.821vw;
	color: #fff;
	font-family: "Nissan Brand B", sans-serif !important;
	line-height: 1;
	background-color: rgba(77,81,83,0.2);
	border-radius: 2.564vw;
	overflow: hidden;
}
.quiz_content .quiz_panel_item a .panel_stats_normal .outer.icon_lock img {
	width: 11.795vw;
}
.quiz_content .quiz_panel_item a .panel_stats_retry {
	width: 100%;
	height: 100%;
	background-color: #1B1F23;
	position: absolute;
	transition-duration: 0.8s;
	transition-property: transform;
	backface-visibility: hidden;
	z-index:999;
	transform-style: preserve-3d;
	border-radius: 2.564vw;
	overflow: hidden;
	opacity: 0;
}
.quiz_content .quiz_panel_item a .panel_stats_retry .outer {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.846vw;
	color: #fff;
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
	line-height: 1;
	background-color: #CE7777;
	border-radius: 2.564vw;
	overflow: hidden;
}

.quiz_content .quiz_panel_item a .panel_stats_open {
	width: 100%;
	height: 100%;
	background-color: #1B1F23;
	position: absolute;
	transition-duration: 0.8s;
	transition-property: transform;
	backface-visibility: hidden;
	z-index:999;
	transform-style: preserve-3d;
	border-radius: 2.564vw;
	overflow: hidden;
	opacity: 0;
}
.quiz_content .quiz_panel_item a .panel_stats_open .outer {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "Nissan Brand B", sans-serif !important;
	line-height: 1;
	border-radius: 2.564vw;
	overflow: hidden;
	font-weight: normal;
	font-size: 6.154vw;
	letter-spacing: 0.05em;
	background: radial-gradient(rgba(40,60,80,0.2),rgba(10,10,10,0.8));
}
.quiz_content .quiz_panel_item a .panel_stats_open .outer img{
	width: 16.41vw;
	height: 18.205vw;
	position: absolute;
	top: 2.564vw;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 0;
	font-size: 0;
	opacity: 0.1;
}

.info_next_quiz {
	font-size: 3.846vw;
	color: #fff;
	text-align: center;
	margin: 7.692vw 0;
	margin-bottom: 5.128vw;
}
.info_quiz_disclaimer {
	width: 84.615vw;
	margin: 0 auto;
	margin-bottom: 7.692vw;
}
.info_quiz_disclaimer p{
	font-size: 2.564vw;
	color: #fff;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2;
	margin: 0;
	letter-spacing: 0.02em;
}
.info_quiz_disclaimer p a{
	color: #fff;
}


@media screen and (min-width: 769px) and (max-width: 1919px) {
	.quiz .sec_title_wrap .sec_title_en {
		font-size: 3.646vw;
	}
	.quiz .quiz_content .top_line {
		width: 47.604vw;
		margin-top: 5.208vw;
	}
	.quiz .quiz_content .top_line::after {
		width: 0.677vw;
		height: 0.677vw;
		top: -0.365vw;
		right: 0;
	}
	.quiz_content .sub-title-wrap {
		width: 42.5vw;
		margin-top: 3.125vw;
		margin-bottom: 3.125vw;
	}
	.quiz_content .sub-title-wrap h3 {
		font-size: 1.563vw;
	}
	.quiz_content .sub-title-wrap .icon_q {
		font-size: 10.417vw;
		right: -2.812vw;
		top: -2.969vw;
	}
	.quiz_content .sub-txt {
		font-size: 0.938vw;
		margin: 3.125vw 0;
	}
	.quiz_content .quiz_start_btn {
		font-size: 1.406vw;
		width: 14.688vw;
		height: 3.438vw;
		border-radius: 1.719vw;
	}
	.quiz .quiz_content .bottom_line {
		width: 47.604vw;
		margin-top: 3.177vw;
	}
	.quiz .quiz_content .bottom_line::after {
		width: 0.677vw;
		height: 0.677vw;
		top: -0.365vw;
	}
	.quiz_content .quiz_panel_parent {
		width: 46.875vw;
	}
	.quiz_content .quiz_panel_item {
		margin-bottom: 0.469vw;
	}
	.quiz_content .quiz_panel_item a {
		width: 11.198vw;
		height: 8.333vw;
		perspective: 41.667vw;
		border-radius: 0.521vw;
	}
	.quiz_content .quiz_panel_item a .panel_stats_normal {
		border-radius: 0.521vw;
	}
	.quiz_content .quiz_panel_item a .panel_stats_normal .outer {
		border-radius: 0.521vw;
		font-size: 3.125vw;
	}
	.quiz_content .quiz_panel_item a .panel_stats_retry {
		border-radius: 0.521vw;
	}
	.quiz_content .quiz_panel_item a .panel_stats_retry .outer {
		border-radius: 0.521vw;
		font-size: 0.938vw;
	}
	.quiz_content .quiz_panel_item a .panel_stats_open {
		border-radius: 0.521vw;
	}
	.quiz_content .quiz_panel_item a .panel_stats_open .outer {
		font-size: 1.563vw;
		border-radius: 0.521vw;
	}
	.quiz_content .quiz_panel_item a .panel_stats_open .outer img {
		width: 4.479vw;
		height: 5vw;
		top: 0.625vw;
	}
	.quiz_content .quiz_panel_item a .panel_stats_answered {
		border-radius: 0.521vw;
	}
	.quiz_content .quiz_panel_item a .panel_stats_answered img {
		border-radius: 0.521vw;
	}
	.quiz_content .quiz_panel_item {
		margin-left: 0.469vw !important;
	}
	.quiz_content .quiz_panel_item:nth-child(1),
	.quiz_content .quiz_panel_item:nth-child(5),
	.quiz_content .quiz_panel_item:nth-child(9),
	.quiz_content .quiz_panel_item:nth-child(13){
		margin-left: 0 !important;
	}
	.quiz_content .quiz_panel_item a .panel_stats_normal .outer.icon_lock img {
		width: 2.76vw;
	}
	.info_next_quiz {
		font-size: 1.302vw;
		margin-top: 2.917vw;
		margin-bottom: 1.563vw;
	}
	.info_quiz_disclaimer {
		width: 46.198vw;
		margin-bottom: 3.125vw;
	}
	.info_quiz_disclaimer p{
		font-size: 0.781vw;
	}

}

@media screen and (min-width: 1920px) {
	.quiz .sec_title_wrap .sec_title_en {
		font-size: 70px;
	}
	.quiz .quiz_content .top_line {
		width: 914px;
		margin-top: 100px;
	}
	.quiz .quiz_content .top_line::after {
		width: 13px;
		height: 13px;
		top: -7px;
		right: 0;
	}
	.quiz_content .sub-title-wrap {
		width: 816px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.quiz_content .sub-title-wrap h3 {
		font-size: 30px;
	}
	.quiz_content .sub-title-wrap .icon_q {
		font-size: 200px;
		right: -54px;
		top: -57px;
	}
	.quiz_content .sub-txt {
		font-size: 18px;
		margin: 60px 0;
	}
	.quiz_content .quiz_start_btn {
		font-size: 27px;
		width: 282px;
		height: 66px;
		border-radius: 33px;
	}
	.quiz .quiz_content .bottom_line {
		width: 914px;
		margin-top: 61px;
	}
	.quiz .quiz_content .bottom_line::after {
		width: 13px;
		height: 13px;
		top: -7px;
	}
	.quiz_content .quiz_panel_parent {
		width: 900px;
	}
	.quiz_content .quiz_panel_item {
		margin-bottom: 9px;
	}
	.quiz_content .quiz_panel_item a {
		width: 215px;
		height: 160px;
		perspective: 800px;
		border-radius: 10px;
	}
	.quiz_content .quiz_panel_item a .panel_stats_normal {
		border-radius: 10px;
	}
	.quiz_content .quiz_panel_item a .panel_stats_normal .outer {
		border-radius: 10px;
		font-size: 60px;
	}
	.quiz_content .quiz_panel_item a .panel_stats_retry {
		border-radius: 10px;
	}
	.quiz_content .quiz_panel_item a .panel_stats_retry .outer {
		border-radius: 10px;
		font-size: 18px;
	}
	.quiz_content .quiz_panel_item a .panel_stats_open {
		border-radius: 10px;
	}
	.quiz_content .quiz_panel_item a .panel_stats_open .outer {
		font-size: 30px;
		border-radius: 10px;
	}
	.quiz_content .quiz_panel_item a .panel_stats_open .outer img {
		width: 86px;
		height: 96px;
		top: 12px;
	}
	.quiz_content .quiz_panel_item a .panel_stats_answered {
		border-radius: 10px;
	}
	.quiz_content .quiz_panel_item a .panel_stats_answered img {
		border-radius: 10px;
	}
	.quiz_content .quiz_panel_item {
		margin-left: 9px !important;
	}
	.quiz_content .quiz_panel_item:nth-child(1),
	.quiz_content .quiz_panel_item:nth-child(5),
	.quiz_content .quiz_panel_item:nth-child(9),
	.quiz_content .quiz_panel_item:nth-child(13){
		margin-left: 0 !important;
	}
	.quiz_content .quiz_panel_item a .panel_stats_normal .outer.icon_lock img {
		width: 53px;
	}
	.info_next_quiz {
		font-size: 25px;
		margin-top: 56px;
		margin-bottom: 30px;
	}
	.info_quiz_disclaimer {
		width: 887px;
		margin-bottom: 60px;
	}
	.info_quiz_disclaimer p{
		font-size: 15px;
	}

}


/*quiz common style*/
.quiz_content .quiz_panel_item a .panel_stats_answered {
	width: 100%;
	height: 100%;
	transition-duration: 0.8s;
	transition-property: transform;
	opacity: 0;
	transform-style: preserve-3d;
	transform: rotateY(-180deg);
	overflow: hidden;
}
.quiz_content .quiz_panel_item a .panel_stats_answered img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	overflow: hidden;
}
.quiz_content .quiz_panel_item.panel_next a .panel_stats_normal {
	background-color: #4D5153;
}

.quiz_content .quiz_panel_item.open a .panel_stats_normal {
	opacity: 0;
}
.quiz_content .quiz_panel_item.open a .panel_stats_open {
	opacity: 1;
}
.quiz_content .quiz_panel_item.retry a .panel_stats_retry {
	opacity: 1;
}

.quiz_content .quiz_panel_item.answered a .panel_stats_normal,
.quiz_content .quiz_panel_item.answered a .panel_stats_retry,
.quiz_content .quiz_panel_item.answered a .panel_stats_open {
	transform: rotateY(180deg);
}
.quiz_content .quiz_panel_item.answered a .panel_stats_answered {
	transform: rotateY(0deg);
	opacity: 1;
}

.quiz_content .quiz_panel_item a{
	pointer-events: none;
}
.quiz_content .quiz_panel_item.open a{
	pointer-events: auto;
}
.quiz_content .quiz_panel_item.retry a{
	pointer-events: auto;
}
.quiz_content .quiz_panel_item.answered a{
	pointer-events: auto;
}
.quiz_content .quiz_panel_item.open:hover {
	opacity: 0.8 !important;
}
.quiz_content .quiz_panel_item.answered:hover {
	opacity: 0.8 !important;
}


/*****************/
/* quiz modal question */
/*****************/
.question_style .modaal-container{
	max-width: none;
	width: 84.615vw;
	border-radius: 2.564vw;
}
.question_style .modaal-content-container {
	padding-top: 0;
	padding-left: 7.692vw;
	padding-right: 7.692vw;
	padding-bottom: 7.692vw;
}
.question_style .question_close {
	position: absolute;
	width: 4.615vw;
	height: 4.615vw;
	top: 5.897vw;
	right: 5.128vw;
}
.question_style .question_close img{
	width: 100%;
}
.question_style .title_wrap {
	width: 57.949vw;
	position: relative;
	margin: 0 auto;
	margin-top: -4.872vw;
	height: 9.487vw;
}
.question_style .title_wrap img{
	width: 100%;
}
.question_style .title_wrap h3 {
	font-size: 4.103vw;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: auto;
	text-align: center;
	height: 4.615vw;
	line-height: 1;
	letter-spacing: 0.08em;
	font-family: "Nissan Brand B", sans-serif !important;
	font-weight: normal;
}
.question_style.question_complete .title_wrap h3 {
	color: #fff;
}

.question_style .question_txt {
	font-size: 4.615vw;
	text-align: center;
	letter-spacing: 0.08em;
	text-align: left;
	margin-top: 13.59vw;
	margin-bottom: 4.359vw;
	line-height: 1.4;
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
}
.question_style .question_txt_note {
	font-size: 2.564vw;
	font-family: ShinGoPro-Regular,sans-serif !important;
}

.question_style .question_img_wrap {
	width: 69.231vw;
	height: 37.692vw;
	background-color: #16181C;
	border-radius: 2.564vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6.154vw;
}
.question_style .question_img_wrap img{
	width: 24.615vw;
	line-height: 0;
	font-size: 0;
}
.question_style .question_answer_item {
	margin-bottom: 3.333vw;
}
.question_style .question_answer_item a{
	display: flex;
	width: 69.231vw;
	height: 14.359vw;
	border: solid 2px #ADADAD;
	border-radius: 7.692vw;
	text-decoration: none;
	font-size: 4.103vw;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1;
	align-items: center;
	padding-top: 0.3em;
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
}
.question_style .question_answer_item a .txt_head{
	font-size: 5.641vw;
	padding-right: 0.3em;
	padding-bottom: 0.4em;
	margin-left: 0.7em;
	color: #ACACAC;
	font-family: "Nissan Brand B", sans-serif !important;
	font-weight: normal;
}
.question_style .question_hint {
	display: flex;
	width: 40vw;
	height: 7.179vw;
	margin: 0 auto;
	justify-content: center;
	text-decoration: none;
	font-size: 4.103vw;
	font-weight: 600;
	color: #FF4A4A;
	margin-top: 7.692vw;
	position: relative;
}
.question_style .question_hint img{
	width: 3.333vw;
	margin-right: 1.282vw;
	margin-top: -1.282vw;
	transition: margin .6s cubic-bezier(.11,.85,.14,1);
}
.question_style .question_hint:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 0.513vw;
	height: 0.513vw;
	width: 100%;
	background-color: #FF4A4A;
	transition: width .6s cubic-bezier(.11,.85,.14,1);
}
.question_style.question_style_common .question_txt {
	font-size: 3.846vw;
}
.question_txt_small {
	font-size: 2.821vw;
	font-family: ShinGoPro-Bold,sans-serif !important;
	white-space: nowrap;
	letter-spacing: 0.08em;
}

.question_style .question_main_img {
	width: 68.974vw;
	overflow: hidden;
	border-radius: 2.564vw;
	line-height: 0;
	margin: 0 auto;
	margin-bottom: 5.128vw;
}
.question_style .question_main_img img{
	width: 100%;
}

.question_style.quiz_panel_02 .question_main_img {
	width: 68.974vw;
}
.question_style.quiz_panel_03 .question_main_img {
	width: 53.846vw;
}
.question_style.quiz_panel_04 .question_main_img {
	width: 59.231vw;
}
.question_style.quiz_panel_05 .question_main_img {
	width: 65.128vw;
}
.question_style.quiz_panel_06 .question_main_img {
	width: 59.231vw;
}
.question_style.quiz_panel_07 .question_main_img {
	width: 69.231vw;
}
.question_style.quiz_panel_08 .question_main_img {
	width: 46.923vw;
}
.question_style.quiz_panel_09 .question_main_img {
	width: 62.564vw;
}
.question_style.quiz_panel_10 .question_main_img {
	width: 48.462vw;
}
.question_style.quiz_panel_11 .question_main_img {
	width: 70vw;
}
.question_style.quiz_panel_12 .question_main_img {
	width: 61.282vw;
	border-radius: 0;
}
.question_style.quiz_panel_13 .question_main_img {
	width: 58.205vw;
	border-radius: 0;
}
.question_style.quiz_panel_14 .question_main_img {
	width: 53.077vw;
	border-radius: 0;
	margin-top: -3.59vw;
	margin-bottom: -1.282vw;
}


@media screen and (max-width: 768px) {
	.question_style.question_style_common .question_txt.txtbox_wide {
		width: 72.821vw;
		margin-left: -0.5em;
	}
	.question_style.question_style_common .question_txt.txtbox_center {
		text-align: center;
	}
	.question_style.question_style_common .question_txt.txt_min {
		white-space: nowrap;
		font-size: 3.59vw;
		margin-left: -0.4em;
	}
	.question_style .question_answer_wrap.txt_min .question_answer_item a {
		font-size: 3.077vw;
	}
}

@media screen and (min-width: 769px) and (max-width: 1799px) {
	.question_style .modaal-container {
		width: 55.278vw;
		border-radius: 1.111vw;
	}
	.question_style .modaal-content-container {
		padding-left: 2.778vw;
		padding-right: 2.778vw;
		padding-bottom: 2.778vw;
	}
	.question_style .question_close {
		width: 1.389vw;
		height: 1.389vw;
		top: 2.222vw;
		right: 2.222vw;
	}
	.question_style .title_wrap {
		width: 20.333vw;
		height: 3.389vw;
		margin-top: -1.722vw;
	}
	.question_style .title_wrap h3 {
		font-size: 1.333vw;
		height: 1.5vw;
	}
	.question_style .question_txt {
		text-align: center;
		font-size: 1.5vw;
		margin-top: 3.167vw;
		margin-bottom: 1.611vw;
	}
	.question_style .question_img_wrap {
		width: 27vw;
		height: 14.667vw;
		margin: 0 auto;
		border-radius: 0.778vw;
		margin-bottom: 2.222vw;
	}
	.question_style .question_img_wrap img {
		width: 8.556vw;
	}
	.question_style .question_answer_wrap {
		width: 50.722vw;
		display: flex;
		flex-wrap: wrap;
	}
	.question_style .question_answer_item {
		margin-bottom: 1.667vw;
	}
	.question_style .question_answer_item:nth-child(1),
	.question_style .question_answer_item:nth-child(3) {
		margin-right: 1.389vw;
	}
	.question_style .question_answer_item a {
		width: 24.167vw;
		height: 5vw;
		border-radius: 2.778vw;
		font-size: 1vw;
	}
	.question_style .question_answer_item a .txt_head {
		font-size: 1.444vw;
		margin-left: 1.3em;
	}
	.question_style .question_answer_item a:hover {
		background-color: #323639;
		color: #FFFFFF;
	}
	.question_style .question_answer_item a:hover .txt_head {
		color: #FFFFFF;
	}
	.question_style .question_hint {
		width: 8.667vw;
		height: 1.556vw;
		font-size: 1vw;
		margin-top: 1.667vw;
		white-space: nowrap;
	}
	.question_style .question_hint img {
		width: 0.833vw;
		margin-right: 0.333vw;
		margin-top: 0.222vw;
	}
	.question_style .question_hint:after {
		margin-top: 2px;
		height: 2px;
		width: 5%;
	}
	.question_style .question_hint:hover img{
		margin-top: -0.389vw;
	}
	.question_style .question_hint:hover:after{
		width: 100%;
	}
	.question_style.question_style_common .question_txt {
		font-size: 1.389vw;
	}
	.question_style .question_txt_note {
		font-size: 1vw;
	}
	.question_txt_small {
		font-size: 1vw;
	}
	.question_style .question_main_img {
		width: 24.278vw;
		border-radius: 0.556vw;
		margin: 0 auto;
		margin-bottom: 2.056vw;
	}
	.question_style.quiz_panel_02 .question_main_img {
		width: 24.278vw;
	}
	.question_style.quiz_panel_03 .question_main_img {
		width: 21.278vw;
	}
	.question_style.quiz_panel_04 .question_main_img {
		width: 23.056vw;
	}
	.question_style.quiz_panel_05 .question_main_img {
		width: 20.333vw;
	}
	.question_style.quiz_panel_06 .question_main_img {
		width: 21vw;
	}
	.question_style.quiz_panel_07 .question_main_img {
		width: 30.167vw;
	}
	.question_style.quiz_panel_08 .question_main_img {
		width: 17.722vw;
	}
	.question_style.quiz_panel_09 .question_main_img {
		width: 49.111vw;
	}
	.question_style.quiz_panel_10 .question_main_img {
		width: 16.444vw;
	}
	.question_style.quiz_panel_11 .question_main_img {
		width: 22.865vw;
	}
	.question_style.quiz_panel_12 .question_main_img {
		width: 46.146vw;
	}
	.question_style.quiz_panel_13 .question_main_img {
		width: 46.354vw;
	}
	.question_style.quiz_panel_14 .question_main_img {
		width: 19.278vw;
		margin-top: -1.444vw;
		margin-bottom: 0.611vw;
	}

}

@media screen and (min-width: 1800px) {
	.question_style .modaal-container {
		width: 995px;
		border-radius: 20px;
	}
	.question_style .modaal-content-container {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 50px;
	}
	.question_style .question_close {
		width: 25px;
		height: 25px;
		top: 40px;
		right: 40px;
	}
	.question_style .title_wrap {
		width: 366px;
		height: 61px;
		margin-top: -31px;
	}
	.question_style .title_wrap h3 {
		font-size: 24px;
		height: 27px;
	}
	.question_style .question_txt {
		text-align: center;
		font-size: 27px;
		margin-top: 57px;
		margin-bottom: 29px;
	}
	.question_style .question_img_wrap {
		width: 486px;
		height: 264px;
		margin: 0 auto;
		border-radius: 14px;
		margin-bottom: 40px;
	}
	.question_style .question_img_wrap img {
		width: 154px;
	}
	.question_style .question_answer_wrap {
		width: 895px;
		display: flex;
		flex-wrap: wrap;
	}
	.question_style .question_answer_item {
		margin-bottom: 30px;
	}
	.question_style .question_answer_item:nth-child(1),
	.question_style .question_answer_item:nth-child(3) {
		margin-right: 25px;
	}
	.question_style .question_answer_item a {
		width: 435px;
		height: 90px;
		border-radius: 50px;
		font-size: 18px;
	}
	.question_style .question_answer_item a .txt_head {
		font-size: 26px;
		margin-left: 1.3em;
	}
	.question_style .question_answer_item a:hover {
		background-color: #323639;
		color: #FFFFFF;
	}
	.question_style .question_answer_item a:hover .txt_head {
		color: #FFFFFF;
	}
	.question_style .question_hint {
		width: 156px;
		height: 28px;
		font-size: 18px;
		margin-top: 30px;
	}
	.question_style .question_hint img {
		width: 15px;
		margin-right: 6px;
		margin-top: 4px;
	}
	.question_style .question_hint:after {
		margin-top: 2px;
		height: 2px;
		width: 5%;
	}
	.question_style .question_hint:hover img{
		margin-top: -7px;
	}
	.question_style .question_hint:hover:after{
		width: 100%;
	}
	.question_style.question_style_common .question_txt {
		font-size: 25px;
	}
	.question_style .question_txt_note {
		font-size: 18px;
	}
	.question_txt_small {
		font-size: 18px;
	}
	.question_style .question_main_img {
		width: 437px;
		border-radius: 10px;
		margin: 0 auto;
		margin-bottom: 37px;
	}
	.question_style.quiz_panel_02 .question_main_img {
		width: 437px;
	}
	.question_style.quiz_panel_03 .question_main_img {
		width: 383px;
	}
	.question_style.quiz_panel_04 .question_main_img {
		width: 415px;
	}
	.question_style.quiz_panel_05 .question_main_img {
		width: 366px;
	}
	.question_style.quiz_panel_06 .question_main_img {
		width: 378px;
	}
	.question_style.quiz_panel_07 .question_main_img {
		width: 543px;
	}
	.question_style.quiz_panel_08 .question_main_img {
		width: 319px;
	}
	.question_style.quiz_panel_09 .question_main_img {
		width: 884px;
	}
	.question_style.quiz_panel_10 .question_main_img {
		width: 296px;
	}
	.question_style.quiz_panel_11 .question_main_img {
		width: 439px;
	}
	.question_style.quiz_panel_12 .question_main_img {
		width: 886px;
	}
	.question_style.quiz_panel_13 .question_main_img {
		width: 890px;
	}
	.question_style.quiz_panel_14 .question_main_img {
		width: 347px;
		margin-top: -26px;
		margin-bottom: 11px;
	}
}

/*****************/
/* quiz modal result correct */
/*****************/
.question_style .correct_title {
	font-size: 4.615vw;
	font-weight: normal;
	line-height: 1;
	margin: 5.128vw 0;
	text-align: center;
	letter-spacing: 0.08em;
	font-family: ShinGoPro-Bold,sans-serif !important;
}
.question_style .correct_txt {
	font-size: 6.154vw;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	margin: 0;
	margin-bottom: 2.564vw;
	letter-spacing: 0.1em;
	font-family: ShinGoPro-Bold,sans-serif !important;
}
.question_style.question_complete .correct_txt {
	font-size: 24px;
	margin-top: 52px;
	margin-bottom: 25px;
	white-space: nowrap;
	line-height: 1.5;
	margin-left: -0.5em;
}

.question_style .correct_img_wrap {
	width: 65.385vw;
	margin: 0 auto;
	margin-bottom: 2.564vw;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.question_style .correct_img_wrap img {
	width: 100%;
}
.question_style .correct_img_caption {
	font-size: 2.564vw;
	font-weight: 600;
	color: #8D8D8D;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1.7;
	margin: 0;
	margin-bottom: 7.692vw;
}
.question_style .correct_main_txt {
	font-size: 3.846vw;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin: 0;
	margin-top: 5.641vw;
	margin-bottom: 5.641vw;
}
.question_style .correct_next_btn {
	width: 69.231vw;
	display: flex;
	height: 14.359vw;
	text-decoration: none;
	color: #fff;
	background-color: #323639;
	align-items: center;
	justify-content: center;
	font-size: 4.103vw;
	font-weight: normal;
	letter-spacing: 0.08em;
	border-radius: 17.949vw;
	font-family: "Nissan Brand B", sans-serif !important;
	margin: 0 auto;
}
.question_style.question_complete .correct_next_btn {
	font-family: ShinGoPro-Regular,sans-serif !important;
}


.question_style.question_02 .correct_img_wrap {
	width: 65.385vw;
	border-radius: 2.564vw;
}
.question_style.question_03 .correct_img_wrap {
	width: 65.897vw;
	border-radius: 2.564vw;
}
.question_style.question_04 .correct_img_wrap {
	width: 54.359vw;
	border-radius: 2.564vw;
}
.question_style.question_05 .correct_img_wrap {
	width: 54.359vw;
	border-radius: 2.564vw;
}
.question_style.question_06 .correct_img_wrap {
	width: 54.359vw;
	border-radius: 2.564vw;
}
.question_style.question_07 .correct_img_wrap {
	width: 65.897vw;
	border-radius: 2.564vw;
}
.question_style.question_08 .correct_img_wrap {
	width: 42.308vw;
}
.question_style.question_09 .correct_img_wrap {
	width: 57.949vw;
}
.question_style.question_10 .correct_img_wrap {
	width: 68.974vw;
	border-radius: 2.564vw;
}
.question_style.question_11 .correct_img_wrap {
	width: 61.026vw;
	border-radius: 2.564vw;
}
.question_style.question_12 .correct_img_wrap {
	width: 100%;
}
.question_style.question_13 .correct_img_wrap {
	width: 50vw;
}
.question_style.question_14 .correct_img_wrap {
	width: 60.513vw;
	border-radius: 2.564vw;
}

@media screen and (max-width: 768px) {
	.question_style .correct_txt.min_txt {
		font-size: 5.641vw;
		white-space: nowrap;
		margin-left: -0.3em;
		margin-bottom: 3.846vw;
	}
	.question_style.question_complete .correct_img_wrap {
		width: 68.974vw;
		height: 53.077vw;
	}
	.question_style.question_complete .correct_img_wrap img {
		height: 100%;
		object-fit: cover;
	}
	.question_style.question_complete .correct_main_txt {
		text-align: center;
		font-size: 3.077vw;
		white-space: nowrap;
		margin-left: -0.2em;
	}

}

@media screen and (min-width: 769px) and (max-width: 1799px) {
	.question_style .correct_title {
		font-size: 1.5vw;
		margin: 2.778vw 0 0.556vw 0;
	}
	.question_style .correct_txt {
		font-size: 2.333vw;
		margin-bottom: 1.389vw;
	}
	.question_style.question_complete .correct_txt {
		font-size: 1.778vw;
		margin-top: 3.389vw;
		margin-bottom: 0.278vw;
		line-height: 1.4;
	}
	.question_style .correct_img_wrap {
		width: 19.222vw;
		margin-bottom: 0.833vw;
	}
	.question_style .correct_img_caption {
		font-size: 0.833vw;
		font-weight: normal;
		margin-bottom: 1.389vw;
	}
	.question_style .correct_main_txt {
		font-size: 1vw;
		text-align: center;
		margin-top: 2.056vw;
		margin-bottom: 2.056vw;
	}
	.question_style .correct_next_btn {
		width: 24.167vw;
		height: 5vw;
		border-radius: 3.889vw;
		font-size: 1vw;
		margin: 0 auto;
	}
	.question_style .correct_next_btn:hover {
		background-color: #000;
	}
	.question_style.question_02 .correct_img_wrap {
		width: 19.222vw;
		border-radius: 0.556vw;
	}
	.question_style.question_03 .correct_img_wrap {
		width: 23.333vw;
		border-radius: 0.556vw;
	}
	.question_style.question_04 .correct_img_wrap {
		width: 19.222vw;
		border-radius: 0.556vw;
	}
	.question_style.question_05 .correct_img_wrap {
		width: 19.222vw;
		border-radius: 0.556vw;
	}
	.question_style.question_06 .correct_img_wrap {
		width: 23.333vw;
		border-radius: 0.556vw;
	}
	.question_style.question_07 .correct_img_wrap {
		width: 31vw;
		border-radius: 0.556vw;
	}
	.question_style.question_08 .correct_img_wrap {
		width: 17.111vw;
	}
	.question_style.question_09 .correct_img_wrap {
		width: 19.944vw;
	}
	.question_style.question_10 .correct_img_wrap {
		width: 28.333vw;
		border-radius: 0.556vw;
	}
	.question_style.question_11 .correct_img_wrap {
		width: 21.875vw;
		border-radius: 0.521vw;
	}
	.question_style.question_12 .correct_img_wrap {
		width: 31.198vw;
	}
	.question_style.question_13 .correct_img_wrap {
		width: 17.292vw;
	}
	.question_style.question_14 .correct_img_wrap {
		width: 21.146vw;
		border-radius: 0.521vw;
	}
	.question_style.question_complete .correct_img_wrap {
		width: 23.222vw;
	}
	.question_style.question_complete .correct_main_txt {
		font-size: 1.389vw;
		margin-top: 0;
		line-height: 1.4;
	}

}

@media screen and (min-width: 1800px) {
	.question_style .correct_title {
		font-size: 27px;
		margin: 50px 0 10px 0;
	}
	.question_style .correct_txt {
		font-size: 42px;
		margin-bottom: 25px;
	}
	.question_style.question_complete .correct_txt {
		font-size: 32px;
		margin-top: 61px;
		margin-bottom: 5px;
		line-height: 1.4;
	}
	.question_style .correct_img_wrap {
		width: 346px;
		margin-bottom: 15px;
	}
	.question_style .correct_img_caption {
		font-size: 15px;
		font-weight: normal;
		margin-bottom: 25px;
	}
	.question_style .correct_main_txt {
		font-size: 18px;
		text-align: center;
		margin-top: 37px;
		margin-bottom: 37px;
	}
	.question_style .correct_next_btn {
		width: 435px;
		height: 90px;
		border-radius: 70px;
		font-size: 18px;
		margin: 0 auto;
	}
	.question_style .correct_next_btn:hover {
		background-color: #000;
	}
	.question_style.question_02 .correct_img_wrap {
		width: 346px;
		border-radius: 10px;
	}
	.question_style.question_03 .correct_img_wrap {
		width: 420px;
		border-radius: 10px;
	}
	.question_style.question_04 .correct_img_wrap {
		width: 346px;
		border-radius: 10px;
	}
	.question_style.question_05 .correct_img_wrap {
		width: 346px;
		border-radius: 10px;
	}
	.question_style.question_06 .correct_img_wrap {
		width: 420px;
		border-radius: 10px;
	}
	.question_style.question_07 .correct_img_wrap {
		width: 558px;
		border-radius: 10px;
	}
	.question_style.question_08 .correct_img_wrap {
		width: 308px;
	}
	.question_style.question_09 .correct_img_wrap {
		width: 359px;
	}
	.question_style.question_10 .correct_img_wrap {
		width: 510px;
		border-radius: 10px;
	}
	.question_style.question_11 .correct_img_wrap {
		width: 420px;
		border-radius: 10px;
	}
	.question_style.question_12 .correct_img_wrap {
		width: 599px;
	}
	.question_style.question_13 .correct_img_wrap {
		width: 332px;
	}
	.question_style.question_14 .correct_img_wrap {
		width: 406px;
		border-radius: 10px;
	}
	.question_style.question_complete .correct_img_wrap {
		width: 418px;
	}
	.question_style.question_complete .correct_main_txt {
		font-size: 25px;
		margin-top: 0;
		line-height: 1.4;
	}

}


/*****************/
/* quiz modal result incorrect */
/*****************/
.question_style .incorrect_title {
	font-size: 6.154vw;
	font-weight: normal;
	text-align: center;
	margin-top: 10.256vw;
	margin-bottom: 5.128vw;
	line-height: 1;
	letter-spacing: 0.08em;
	font-family: ShinGoPro-Bold,sans-serif !important;
}
.question_style .incorrect_txt {
	font-size: 4.103vw;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.08em;
	margin-bottom: 12.821vw;
	margin-top: 0;
}
.question_style .incorrect_retry_btn {
	display: flex;
	width: 69.231vw;
	height: 14.359vw;
	text-decoration: none;
	color: #fff;
	background-color: #323639;
	border-radius: 17.949vw;
	align-items: center;
	justify-content: center;
	line-height: 1;
	letter-spacing: 0.08em;
	margin-bottom: 3.077vw;
	font-family: ShinGoPro-Bold,sans-serif !important;
}

.question_style .incorrect_next_btn {
	display: flex;
	font-size: 4.103vw;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.08em;
	width: 15.385vw;
	height: 6.41vw;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-family: "Nissan Brand B", sans-serif !important;
}

@media screen and (min-width: 769px) and (max-width: 1799px) {
	.question_style .incorrect_title {
		font-size: 2.333vw;
		margin-top: 5vw;
		margin-bottom: 1.333vw;
	}
	.question_style .incorrect_txt {
		font-size: 1vw;
		margin-bottom: 2.889vw;
	}
	.question_style .incorrect_retry_btn {
		margin: 0 auto;
		width: 24.167vw;
		height: 5vw;
		border-radius: 3.889vw;
		font-size: 1vw;
		margin-bottom: 0.556vw;
	}
	.question_style .incorrect_retry_btn:hover {
		background-color: #000;
	}
	.question_style .incorrect_next_btn {
		width: 3.333vw;
		height: 1.389vw;
		font-size: 1vw;
	}
}

@media screen and (min-width: 1800px) {
	.question_style .incorrect_title {
		font-size: 42px;
		margin-top: 90px;
		margin-bottom: 24px;
	}
	.question_style .incorrect_txt {
		font-size: 18px;
		margin-bottom: 52px;
	}
	.question_style .incorrect_retry_btn {
		margin: 0 auto;
		width: 435px;
		height: 90px;
		border-radius: 70px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.question_style .incorrect_retry_btn:hover {
		background-color: #000;
	}
	.question_style .incorrect_next_btn {
		width: 60px;
		height: 25px;
		font-size: 18px;
	}

}

/*****************/
/* section topics */
/*****************/
section.topics .comingsoon_content{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -3.077vw;
}
section.topics .comingsoon_content .img_light{
	width: 129.744vw;
	position: relative;
	left: -14.615vw;
	mix-blend-mode: lighten;
}
section.topics .comingsoon_content .img_light img{
	width: 100%;
}
section.topics .comingsoon_content .text_1 {
	position: absolute;
	top: 43.077vw;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	font-size: 8.205vw;
	color: #000;
	font-family: "Nissan Brand B", sans-serif !important;
	letter-spacing: 0.01em;
}
section.topics .comingsoon_content .text_2 {
	position: absolute;
	top: 58.974vw;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	font-size: 4.872vw;
	color: #000;
	font-family: "Nissan Brand R", sans-serif !important;
	letter-spacing: 0.01em;
}
section.topics .comingsoon_content.play .text_1,
section.topics .comingsoon_content.play .text_2 {
	color: #fff;
}

section.topics #swiper_topics {
	margin-top:11.538vw;
}
section.topics .topics_outer {
	width: 76.923vw;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5.128vw;
	background-color: rgba(255,255,255,0.05);
	border-radius: 2.564vw;
	text-decoration: none;
	height: 144.872vw;
	position: relative;
}
section.topics .topics_outer img{
	width: 67.179vw;
	font-size: 0;
	line-height: 0;
}
section.topics .topics_title {
	color: #fff;
	font-size: 4.359vw;
	line-height: 1.6;
	letter-spacing: 0.08em;
	margin-top: 0;
	margin-bottom: 4.615vw;
	text-align: center;
	white-space: nowrap;
}

section.topics .topics_txt {
	font-size: 3.333vw;
	letter-spacing: 0.02em;
	color: #fff;
	margin: 0;
}

section.topics .topics_link_btn {
	display: flex;
	width: 43.59vw;
	height: 10.769vw;
	background-color: #fff;
	border-radius: 8.462vw;
	margin: auto;
	font-size: 3.846vw;
	text-decoration: none;
	color: #000;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.08em;
	font-family: ShinGoPro-Bold,sans-serif !important;
	transition: 0.25s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5.128vw;
}
section.topics .topics_link_btn img{
	width: 2.564vw;
	margin-left: 0;
	position: relative;
	left: 3.077vw;
	top: 0.256vw;
}

.swiper-pagination-topics {
	width: 6.667vw; /* pagenation 2 style */
/*	width: 11.795vw; pagenation 3 style */
	margin: auto;
	margin-top: 2.564vw;
	display: flex;
	justify-content: space-between;
}
.swiper-pagination-topics .circle{
	width: 2.564vw;
	height: 2.564vw;
	background-color: #4D5153;
	border-radius: 50%;
}

@media screen and (max-width: 768px){
	section.topics .topics_title.txt_line_1 {
		font-size: 3.846vw;
		margin-bottom: 13.077vw;
	}
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
	section.topics .comingsoon_content{
		margin-top: -1.562vw;
	}
	section.topics .comingsoon_content .img_light {
		margin: 0 auto;
		width: 50.26vw;
		mix-blend-mode: lighten;
		left: 0;
	}
	section.topics .comingsoon_content .text_1 {
		top: 13.177vw;
		font-size: 3.75vw;
		letter-spacing: 0.05em;
	}
	section.topics .comingsoon_content .text_2 {
		font-size: 1.667vw;
		top: 19.271vw;
		letter-spacing: 0.05em;
	}
	section.topics #swiper_topics {
		margin-top: 4.688vw;
	}
	section.topics .topics_outer {
		width: 33.542vw;
		border-radius: 0.521vw;
		padding: 1.927vw 3.125vw;
		height: 46.302vw;
	}
	section.topics .topics_outer img {
		width: 27.292vw;
	}
	section.topics .topics_title {
		font-size: 1.458vw;
		margin-top: 0;
		margin-bottom: 1.042vw;
	}
	section.topics .topics_txt {
		font-size: 1.094vw;
		letter-spacing: 0.08em;
		line-height: 2.2;
		margin: 0;
		white-space: nowrap;
	}
	section.topics .topics_link_btn {
		width: 13.646vw;
		height: 2.552vw;
		font-size: 0.938vw;
		bottom: 1.823vw;
	}
	section.topics .topics_link_btn img {
		width: 0.521vw;
		margin-left: 0;
		position: relative;
		left: 1.354vw;
		top: 0.104vw;
	}
	.swiper-pagination-topics {
		width: 1.667vw; /* pagination 2 style*/
/*		width: 2.813vw; pagination 3 style*/


		margin-top: 1.042vw;
	}
	.swiper-pagination-topics .circle{
		width: 0.625vw;
		height: 0.625vw;
	}
}

@media screen and (min-width: 1920px) {
	section.topics .comingsoon_content{
		margin-top: -30px;
	}
	section.topics .comingsoon_content .img_light {
		margin: 0 auto;
		width: 965px;
		mix-blend-mode: lighten;
		left: 0;
	}
	section.topics .comingsoon_content .text_1 {
		top: 253px;
		font-size: 72px;
		letter-spacing: 0.05em;
	}
	section.topics .comingsoon_content .text_2 {
		font-size: 32px;
		top: 370px;
		letter-spacing: 0.05em;
	}
	section.topics #swiper_topics {
		margin-top: 90px;
		width: 1920px;
		overflow: hidden;
	}
	section.topics .topics_outer {
		width: 644px;
		border-radius: 10px;
		padding: 37px 60px;
		height: 889px;
	}
	section.topics .topics_outer img {
		width: 524px;
	}
	section.topics .topics_title {
		font-size: 28px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	section.topics .topics_txt {
		font-size: 21px;
		letter-spacing: 0.08em;
		line-height: 2.2;
		margin: 0;
		white-space: nowrap;
	}
	section.topics .topics_link_btn {
		width: 262px;
		height: 49px;
		font-size: 18px;
		bottom: 35px;
	}
	section.topics .topics_link_btn img {
		width: 10px;
		margin-left: 0;
		position: relative;
		left: 26px;
		top: 2px;
	}
	.swiper-pagination-topics {
		width: 32px; /* pagination 2 style*/
/*		width: 54px; pagination 3 style*/
		margin-top: 20px;
	}
	.swiper-pagination-topics .circle{
		width: 12px;
		height: 12px;
	}
}

section.topics .topics_link_btn:hover {
	opacity: 0.5;
}
/* Topics swiper */
/*
section.topics .swiper .swiper-slide {
	opacity: 0.3;
	transition: 0.3s;
}
*/

section.topics .swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}
section.topics .swiper .swiper-slide.swiper-slide-prev .topics_outer, section.topics .swiper .swiper-slide.swiper-slide-next .topics_outer {
	transform: scale(0.83);
}

.swiper-pagination-topics .circle.active{
	background-color: #fff;
}



/*****************/
/* section history */
/*****************/
section.history #swiper_history {
	width: 100%;
	margin-top: 5.128vw;
	transform: rotate(353deg);
	padding-top: 10.256vw;
	overflow: unset;
}
section.history #swiper_history .swiper-slide .outer {
	transform: rotate(7deg);
	transition: 1s;
}
section.history #swiper_history .swiper-slide.swiper-slide-active .outer {
	transform: rotate(7deg) scale(1.4) translateY(-2.564vw);
	transition: 2s;
	transition-timing-function: ease-out;
}

section.history #swiper_history .swiper-slide img{
	width: 100%;
}

section.history #swiper_history .swiper-button-prev{
	position: absolute;
	width: 10vw;
	height: 18vw;
	z-index: 20;
	bottom: 8.205vw;
	left: 10.256vw;
	transform: rotate(7deg);
/*
	background: yellow;
	opacity: 0.5;
*/
}
section.history #swiper_history .swiper-button-next{
	position: absolute;
	width: 10vw;
	height: 18vw;
	z-index: 20;
	right: 10.769vw;
	bottom: 7.179vw;
	transform: rotate(7deg);
/*
	background: yellow;
	opacity: 0.5;
*/
}

section.history #swiper_history .swiper-button-prev-img{
	position: absolute;
	width: 6.41vw;
	bottom: 8.205vw;
	left: 10.256vw;
	transform: rotate(7deg);
}
section.history #swiper_history .swiper-button-prev-img img{
	width: 100%;
}
section.history #swiper_history .swiper-button-next-img{
	position: absolute;
	width: 8.087vw;
	right: 10.769vw;
	bottom: 7.179vw;
	transform: rotate(7deg);
}
section.history #swiper_history .swiper-button-next-img img{
	width: 100%;
}


section.history #swiper_history .history_circle {
	position: absolute;
	width: 69.487vw;
	left: 0;
	right: 0;
	bottom: 1.538vw;
	transform: rotate(7deg);
	margin: 0 auto;
}
section.history #swiper_history .history_circle img{
	width: 100%;
}


@media screen and (min-width: 769px) {
	section.history #swiper_history {
		margin-top: 2.604vw;
		padding-top: 7.813vw;
		transform: rotate(353deg);
		padding-bottom: 1.563vw;
	}
	section.history #swiper_history .swiper-slide .outer {
		transform: rotate(7deg);
	}
	section.history #swiper_history .swiper-slide.swiper-slide-active .outer {
		transform: rotate(7deg) scale(1.4) translateY(-1.302vw);
	}
	section.history #swiper_history .swiper-button-prev {
		width: 5vw;
		height: 10vw;
		left: 28.906vw;
		bottom: 5.625vw;
		transform: rotate(7deg);
	}
	section.history #swiper_history .history_circle {
		width: 37.344vw;
		bottom: 1.979vw;
		transform: rotate(7deg);
	}
	section.history #swiper_history .swiper-button-next {
		width: 5vw;
		height: 10vw;
		right: 29.375vw;
		bottom: 4.948vw;
		transform: rotate(7deg);
	}
	section.history #swiper_history .swiper-button-prev-img {
		width: 3.443vw;
		left: 28.906vw;
		bottom: 5.625vw;
		transform: rotate(7deg);
	}
	section.history #swiper_history .swiper-button-next-img {
		width: 4.343vw;
		right: 29.375vw;
		bottom: 4.948vw;
		transform: rotate(7deg);
	}


}
/*****************/
/* section history thumb */
/*****************/
section.history #swiper_history_thumb {
	width: 84.615vw;
	margin-top: 5vw;
}
section.history #swiper_history_thumb .swiper-slide .outer {
	width: 100%;
	position: relative;
	padding: 7.692vw 8.718vw;
	box-sizing: border-box;
}
section.history #swiper_history_thumb .swiper-slide .outer .year_txt {
	font-family: "Nissan Brand R", sans-serif !important;
	font-size: 15.385vw;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	color: rgba(255,255,255,0.3);
}
section.history #swiper_history_thumb .swiper-slide .outer h3 {
	color: #fff;
	text-align: right;
	font-size: 5.385vw;
	margin-top: 7.179vw;
	margin-bottom: 5.385vw;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
section.history #swiper_history_thumb .swiper-slide .outer p{
	color: #fff;
	font-size: 2.821vw;
	line-height: 2.5;
	letter-spacing: 0.1em;
	text-align: justify;
}
section.history #swiper_history_thumb .swiper-slide .outer p .note{
	display: block;
	font-size: 0.7em;
	line-height: 1.8;
}

section.history #swiper_history_thumb .top_line {
	position: absolute;
	border-top: solid 1px #fff;
	width: 44.872vw;
	top: 6.154vw;
	right: 0;
}
section.history #swiper_history_thumb .top_line::after {
	content: '';
	display: block;
	position: absolute;
	width: 1.282vw;
	height: 1.282vw;
	border-radius: 50%;
	background-color: #fff;
	right: 0;
	top: -0.769vw;
}

section.history #swiper_history_thumb .bottom_line {
	position: absolute;
	border-top: solid 1px #fff;
	width: 47.436vw;
	bottom: 3.077vw;
	left: 0;
}
section.history #swiper_history_thumb .bottom_line::after {
	content: '';
	display: block;
	position: absolute;
	width: 1.282vw;
	height: 1.282vw;
	border-radius: 50%;
	background-color: #fff;
	left: 0;
	bottom: -0.513vw;
}


@media screen and (min-width: 769px) and (max-width: 1919px) {
	section.history #swiper_history_thumb {
		width: 46.146vw;
		margin-top: 0;
	}
	section.history #swiper_history_thumb .swiper-slide .outer {
		padding: 3.958vw 5.104vw;
	}
	section.history #swiper_history_thumb .swiper-slide .outer .year_txt {
		font-size: 8.229vw;
	}
	section.history #swiper_history_thumb .swiper-slide .outer h3 {
		font-size: 2.656vw;
		margin-top: 3.594vw;
		margin-bottom: 1.094vw;
	}
	section.history #swiper_history_thumb .swiper-slide .outer p {
		font-size: 0.938vw;
		line-height: 1.8;
	}
	section.history #swiper_history_thumb .top_line {
		border-top: solid 1px #fff;
		width: 23.438vw;
		top: 2.604vw;
		right: 0;
	}
	section.history #swiper_history_thumb .top_line::after {
		width: 0.689vw;
		height: 0.689vw;
		right: 0;
		top: -0.365vw;
	}
	section.history #swiper_history_thumb .bottom_line {
		border-top: solid 1px #fff;
		width: 25.521vw;
		bottom: 1.302vw;
		left: 0;
	}
	section.history #swiper_history_thumb .bottom_line::after {
		width: 0.689vw;
		height: 0.689vw;
		left: 0;
		bottom: -0.312vw;
	}
}

@media screen and (min-width: 1920px) {
	section.history #swiper_history_thumb {
		width: 886px;
		margin-top: 0;
	}
	section.history #swiper_history_thumb .swiper-slide .outer {
		padding: 76px 98px;
	}
	section.history #swiper_history_thumb .swiper-slide .outer .year_txt {
		font-size: 158px;
	}
	section.history #swiper_history_thumb .swiper-slide .outer h3 {
		font-size: 51px;
		margin-top: 69px;
		margin-bottom: 21px;
	}
	section.history #swiper_history_thumb .swiper-slide .outer p {
		font-size: 18px;
		line-height: 1.8;
	}
	section.history #swiper_history_thumb .top_line {
		border-top: solid 1px #fff;
		width: 450px;
		top: 50px;
		right: 0;
	}
	section.history #swiper_history_thumb .top_line::after {
		width: 13.22px;
		height: 13.22px;
		right: 0;
		top: -7px;
	}
	section.history #swiper_history_thumb .bottom_line {
		border-top: solid 1px #fff;
		width: 490px;
		bottom: 25px;
		left: 0;
	}
	section.history #swiper_history_thumb .bottom_line::after {
		width: 13.22px;
		height: 13.22px;
		left: 0;
		bottom: -6px;
	}
}

/*****************/
/* section share */
/*****************/
.share{
	margin-top: 5.128vw;
}
.share .title {
	text-align: center;
}
.share .title h2{
	font-family: "Nissan Brand B", sans-serif !important;
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.1em;
	margin-top: 13px;
	margin-bottom: 18px;
}

.share-links-item {
  display: flex;
  justify-content: center;
  margin-top: 12.051vw;
  margin-bottom: 20.513vw;
}
.share-links-item .icon {
  width: 11.538vw;
  line-height: 0;
}
.share-links-item .icon img{
  width: 100%;
}
.share-links-item li:not(:last-of-type) {
  margin-right: 7.692vw;
}
.share .page-top {
  width: 14.872vw;
  margin: 0 auto;
  margin-bottom: 16.205vw;
}
.share .page-top img{
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
	.share{
		margin-top: 6.25vw;
	}
  .share .title h2{
		margin-top: 2.396vw;
		font-size: 2.083vw;
		margin-bottom: 2.604vw;
  }
  .share-links-item {
    margin-top: 5.729vw;
    margin-bottom: 7.604vw;
  }
  .share-links-item li:not(:last-of-type) {
    margin-right: 2.552vw;
  }
  .share-links-item .icon {
    width: 3.906vw;
  }
  .share .page-top {
    width: 7.292vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (min-width: 1920px) {
	.share{
		margin-top: 120px;
	}
  .share .title h2{
		margin-top: 46px;
		font-size: 40px;
		margin-bottom: 50px;
  }
  .share-links-item {
    margin-top: 110px;
    margin-bottom: 146px;
  }
  .share-links-item li:not(:last-of-type) {
    margin-right: 49px;
  }
  .share-links-item .icon {
    width: 75px;
  }
  .share .page-top {
    width: 140px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .share-links-item a:hover {
    opacity: 0.7;
  }
  .page-top a:hover {
    opacity: 0.7;
  }
}


/*****************/
/* TOPICS modal contents */
/*****************/
.topics_modal_02 .modaal-container {
	max-width: none;
	width: 93.077vw;
	height: 170vw;
	padding-top: 0;
	padding-left: 3.333vw;
	padding-right: 3.333vw;
	padding-bottom: 5.641vw;
	border-radius: 1.282vw;
	background-color: #323639;
}
.topics_modal_02 .modaal-inner-wrapper {
	padding-left: 3.333vw;
	padding-right: 3.333vw;
}
.topics_modal_02 .modaal-content-container {
	padding: 0;
}
.topics_modal_02 .main-img {
	width: 100%;
	margin-top: 9.744vw;
	line-height: 0;
}
.topics_modal_02 .main-img img{
	width: 100%;
}
.topics_modal_02 .topics_modal_close {
	width: 2.564vw;
	height: 2.564vw;
	position: absolute;
	top: 3.846vw;
	right: 2.821vw;
	line-height: 0;
}
.info-list-item {
	margin-top: 3.846vw;
	background-color: #5B5E61;
}
.info-list-item .item-outer {
	display: flex;
	width: 100%;
}
.info-list-item .shop-name {
	width: 14.872vw;
	height: 23.077vw;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-right: dotted 1px #9A9A9A;
}
.info-list-item .shop-info {
	width: 71.282vw;
	height: 23.077vw;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	padding-left: 2.821vw;
}
.info-list-item.wide_style .shop-name {
	height: 27.692vw;
}
.info-list-item.wide_style .shop-info {
	height: 27.692vw;
}

.info-list-item .shop-name a{
	font-size: 3.077vw;
	color: #fff;
}
.info-list-item .shop-info li {
	font-size: 2.821vw;
	color: #fff;
}
.info-list-item .shop-info li a{
	color: #fff;
}

.topics_modal_title_wrap {
	text-align: center;
	margin-top: 3.077vw;
	margin-bottom: 3.846vw;
}
.topics_modal_title {
	font-family: "Nissan Brand R", sans-serif !important;
	font-weight: normal;
	color: #fff;
	text-align: center;
	font-size: 4.615vw;
	letter-spacing: 0.09em;
	margin-top: 3.077vw;
	margin-bottom: 3.846vw;
	display: inline-block;
	line-height: 1.2;
	position: relative;
	margin: 0;
}
.topics_modal_title span{
	position: relative;
}
.topics_modal_title::before {
	content: '';
	position: absolute;
	bottom: -0.1em;
	width: 105%;
	height: 0.4em;
	background: #000;
	border-radius: 12.821vw;
	left: 50%;
	transform: translate(-50%,0);
}
.tab_btn_wrap {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 4.615vw;
}

.tab_btn_wrap .tab_btn {
	display: flex;
	width: 28.974vw;
	height: 6.41vw;
	justify-content: center;
	align-items: center;
	font-size: 2.564vw;
	color: #fff;
	background-color: #4D5153;
	text-decoration: none;
	opacity: 0.3;
	pointer-events: none;
}

.tab_btn_wrap .tab_btn.active {
	opacity: 1;
}
.tab_btn_wrap .tab_btn:first-child {
	border-radius: 3.846vw 0 0 3.846vw;
}
/*
.tab_btn_wrap .tab_btn:last-child {
	border-radius: 0 3.846vw 3.846vw 0;
}
*/
.tab_btn_wrap .tab_btn:last-child {
	border-radius: 3.846vw;
}

.info-list-item .shop-name p {
	margin: 0;
	font-size: 3.077vw;
	color: #fff;
}
.tab_inner {
	display: none;
}
.tab_inner.active {
	display: block;
}
.shop-info-note {
	font-size: 2.564vw;
	margin: 0;
	margin-top: -0.1em;
	color: #fff;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (min-width: 769px) and (max-width: 899px) {
	.topics_modal_02 .modaal-inner-wrapper {
		padding-left: 10.667vw;
		padding-right: 10.667vw;
	}
	.topics_modal_02 .modaal-container {
		width: 78.667vw;
		height: 106.333vw;
		padding-left: 5.111vw;
		padding-right: 5.111vw;
		padding-bottom: 5.111vw;
		border-radius: 2.222vw;
	}
	.topics_modal_02 .topics_modal_close {
		width: 2.778vw;
		height: 2.778vw;
		top: 1.778vw;
		right: 1.889vw;
	}
	.topics_modal_02 .main-img {
		margin-top: 6.667vw;
	}
	.info-list-item {
		margin-top: 1.667vw;
	}
	.info-list-item .shop-name {
		width: 13vw;
		height: 12.889vw;
	}
	.info-list-item .shop-name a {
		font-size: 2.222vw;
	}
	.info-list-item .shop-info {
		width: 55.556vw;
		height: 12.889vw;
		padding-left: 3.111vw;
	}
	.info-list-item .shop-info li {
		font-size: 2vw;
		line-height: 1.7;
	}
	.info-list-item.wide_style .shop-name {
		height: 15.333vw;
	}
	.info-list-item.wide_style .shop-info {
		height: 15.333vw;
	}
	.topics_modal_title_wrap {
		margin-top: 2.333vw;
		margin-bottom: 2.333vw;
	}
	.topics_modal_title {
		font-size: 2.667vw;
	}
	.topics_modal_title::before {
		border-radius: 2.667vw;
	}
	.tab_btn_wrap {
		margin-bottom: 2vw;
	}
	.tab_btn_wrap .tab_btn {
		width: 17.667vw;
		height: 4.444vw;
		font-size: 1.667vw;
	}
	.tab_btn_wrap .tab_btn:first-child {
		border-radius: 2.222vw 0 0 2.222vw;
	}
/*
	.tab_btn_wrap .tab_btn:last-child {
		border-radius: 0 2.222vw 2.222vw 0;
	}
*/
	.tab_btn_wrap .tab_btn:last-child {
		border-radius: 2.222vw;
	}

	.info-list-item .shop-name p {
		font-size: 2.222vw;
	}
	.shop-info-note {
		font-size: 1.111vw;
		margin-top: -0.2em;
	}
}

@media screen and (min-width: 900px) {
	.topics_modal_02 .modaal-inner-wrapper {
		padding-left: 96px;
		padding-right: 96px;
	}
	.topics_modal_02 .modaal-container {
		width: 708px;
		height: 957px;
		padding-left: 46px;
		padding-right: 46px;
		padding-bottom: 46px;
		border-radius: 20px;
	}
	.topics_modal_02 .topics_modal_close {
		width: 25px;
		height: 25px;
		top: 16px;
		right: 17px;
	}
	.topics_modal_02 .main-img {
		margin-top: 60px;
	}
	.info-list-item {
		margin-top: 15px;
	}
	.info-list-item .shop-name {
		width: 117px;
		height: 116px;
	}
	.info-list-item .shop-name a {
		font-size: 20px;
	}
	.info-list-item .shop-info {
		width: 500px;
		height: 116px;
		padding-left: 28px;
	}
	.info-list-item .shop-info li {
		font-size: 18px;
		line-height: 1.7;
	}
	.info-list-item.wide_style .shop-name {
		height: 138px;
	}
	.info-list-item.wide_style .shop-info {
		height: 138px;
	}
	.topics_modal_title_wrap {
		margin-top: 21px;
		margin-bottom: 21px;
	}
	.topics_modal_title {
		font-size: 24px;
	}
	.topics_modal_title::before {
		border-radius: 24px;
	}
	.tab_btn_wrap {
		margin-bottom: 18px;
	}
	.tab_btn_wrap .tab_btn {
		width: 159px;
		height: 40px;
		font-size: 15px;
	}
	.tab_btn_wrap .tab_btn:first-child {
		border-radius: 20px 0 0 20px;
	}
/*
	.tab_btn_wrap .tab_btn:last-child {
		border-radius: 0 20px 20px 0;
	}
*/
	.tab_btn_wrap .tab_btn:last-child {
		border-radius: 20px;
	}

	.info-list-item .shop-name p {
		font-size: 20px;
	}
	.shop-info-note {
		font-size: 10px;
		margin-top: -0.2em;
	}
}


/*****************/
/* CARLINEUP add style */
/*****************/

.CL_tab_2 {
	display: flex;
	justify-content: center;
	margin-top: 19.231vw;
}
.car_img_wrap {
	text-align: center;
}
.CL_tab_2 .tab_btn_item {
	width: 33.333vw;
}
.CL_tab_2 .tab_btn_item:first-child {
	margin-right: 10.513vw;
}
.CL_tab_2 .car_img_wrap .car_img img{
	width: 33.333vw;
}
.CL_tab_2 .car_img_wrap .car_txt {
	width: 29.487vw;
	opacity: 0.3;
}
.CL_tab_1 {
	width: 390px;
	height: 179px;
	position: relative;
	background-image: url(../IMAGES/CARLINEUP/carlineup_bg.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.CL_tab_1 .tab_balloon_img{
	width: 71px;
	height: 19px;
	position: relative;
	top: 0;
	left: 20px;
	line-height: 0;
}
.CL_tab_1 {
	width: 100vw;
	height: 41.646vw;
	position: relative;
	background-image: url(../IMAGES/CARLINEUP/carlineup_bg.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.CL_tab_1 .tab_balloon_img{
	width: 18.205vw;
	height: 4.872vw;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 0;
}
.CL_tab_1 .tab_balloon_01 {
	display: block;
	position: absolute;
	line-height: 0;
	width: 31.487vw;
	height: 22.564vw;
	top: 12.974vw;
	left: 53.641vw;
	clip-path: polygon(23% 0, 77% 0,77% 35%, 100% 53%, 100% 77%,71% 87%,25% 70%,24% 44%);
}
.CL_tab_1 .tab_balloon_02 {
	display: block;
	position: absolute;
	line-height: 0;
	width: 29.487vw;
	height: 26.923vw;
	top: 13.718vw;
	left: 33.59vw;
	clip-path: polygon(22% 0, 78% 0,79% 27%, 86% 55%, 60% 79%,10% 76%,13% 48%,20% 41%);
}
.CL_tab_1 .tab_balloon_03 {
	display: block;
	width: 29.487vw;
	height: 24.615vw;
	position: absolute;
	line-height: 0;
	top: 12.436vw;
	left: 11.308vw;
	clip-path: polygon(22% 0, 77% 0,79% 27%, 84% 70%, 37% 85%,8% 77%,7% 53%,21% 40%);
}
.CL_tab_1 .tab_balloon_04 {
	display: block;
	position: absolute;
	line-height: 0;
	width: 25.641vw;
	height: 17.692vw;
	top: -0.544vw;
	left: 45.205vw;
	clip-path: polygon(15% 0, 83% 0,84% 35%, 88% 51%, 89% 75%,60% 75%,60% 84%,15% 79%);
}
.CL_tab_1 .tab_balloon_05 {
	display: block;
	position: absolute;
	line-height: 0;
	width: 26.923vw;
	height: 14.359vw;
	top: 0.608vw;
	left: 25.8vw;
	clip-path: polygon(18% 0, 82% 0,82% 90%, 53% 91%, 53% 101%,32% 97%,30% 81%,18% 81%);
}

.CL_tab_1 .tab_balloon_06 {
	display: block;
	position: absolute;
	line-height: 0;
	width: 31.487vw;
	height: 22.564vw;
	top: 7.974vw;
	left: 70.641vw;
	clip-path: polygon(23% 0, 77% 0,78% 40%, 79% 49%, 83% 52%,85% 72%,52% 78%,23% 58%);
}

.CL_tab_1 .tab_balloon_07 {
	display: block;
	position: absolute;
	line-height: 0;
	width: 26.923vw;
	height: 15.359vw;
	top: 9.308vw;
	left: -3.6vw;
	clip-path: polygon(18% 0, 80.5% 0,80.5% 86%, 73% 91%, 53% 101%,21% 94%,19% 49%,18% 32%);
}

/*debug 
a[class*="tab_btn_item"] {
	background-color: rgba(200,30,0,0.5);
}
*/


.balloon_img img{
	width: 100%;
}



@media screen and (min-width: 769px) and (max-width: 1919px) {
	.CL_tab_2 {
		margin-top: 7.813vw;
	}
	.CL_tab_2 .tab_btn_item {
		width: 19.531vw;
	}
	.CL_tab_2 .tab_btn_item:first-child {
		margin-right: 2.604vw;
	}
	.CL_tab_2 .car_img_wrap .car_img img {
		width: 19.531vw;
	}
	.CL_tab_2 .car_img_wrap .car_txt {
		width: 11.146vw;
	}
	.CL_tab_1 {
		width: 59.271vw;
		height: 24.74vw;
		margin: auto;
	}
	.CL_tab_1 .tab_balloon_img {
		width: 7.656vw;
		height: 2.76vw;
		left: 0;
		top: 0;
	}
	.CL_tab_1 .tab_balloon_01 {
		width: 19.01vw;
		height: 12.812vw;
		top: 8.49vw;
		left: 31.667vw;
	}

	.CL_tab_1 .tab_balloon_02 {
		width: 19.531vw;
		height: 15.885vw;
		top: 8.594vw;
		left: 19.167vw;
	}

	.CL_tab_1 .tab_balloon_03 {
		width: 16.927vw;
		height: 12.76vw;
		top: 8.229vw;
		left: 7.24vw;
	}

	.CL_tab_1 .tab_balloon_04 {
		width: 15.521vw;
		height: 10.677vw;
		top: 0.313vw;
		left: 26.406vw;
	}

	.CL_tab_1 .tab_balloon_05 {
		width: 15.156vw;
		height: 8.073vw;
		top: 1.302vw;
		left: 15.573vw;
	}
	.CL_tab_1 .tab_balloon_06 {
		width: 18.333vw;
		height: 10.677vw;
		top: 6.771vw;
		left: 42.083vw;
	}
	.CL_tab_1 .tab_balloon_07 {
		width: 15.573vw;
		height: 8.594vw;
		top: 6.042vw;
		left: -1.667vw;
	}


}
@media screen and (min-width: 1920px) {
	.CL_tab_2 {
		margin-top: 150px;
	}
	.CL_tab_2 .tab_btn_item {
		width: 375px;
	}
	.CL_tab_2 .tab_btn_item:first-child {
		margin-right: 50px;
	}
	.CL_tab_2 .car_img_wrap .car_img img {
		width: 375px;
	}
	.CL_tab_2 .car_img_wrap .car_txt {
		width: 214px;
	}
	.CL_tab_1 {
		width: 1138px;
		height: 475px;
		margin: auto;
	}
	.CL_tab_1 .tab_balloon_img {
		width: 147px;
		height: 53px;
		left: 0;
		top: 0;
	}
	.CL_tab_1 .tab_balloon_01 {
		width: 365px;
		height: 246px;
		top: 163px;
		left: 608px;
	}

	.CL_tab_1 .tab_balloon_02 {
		width: 375px;
		height: 305px;
		top: 165px;
		left: 368px;
	}

	.CL_tab_1 .tab_balloon_03 {
		width: 325px;
		height: 245px;
		top: 158px;
		left: 139px;
	}

	.CL_tab_1 .tab_balloon_04 {
		width: 298px;
		height: 205px;
		top: 6px;
		left: 507px;
	}

	.CL_tab_1 .tab_balloon_05 {
		width: 291px;
		height: 155px;
		top: 25px;
		left: 299px;
	}
	.CL_tab_1 .tab_balloon_06 {
		width: 352px;
		height: 205px;
		top: 130px;
		left: 808px;
	}
	.CL_tab_1 .tab_balloon_07 {
		width: 299px;
		height: 165px;
		top: 116px;
		left: -32px;
	}

}

/*js tab status*/
.CL_tab_2_item.iniState {
	display: none;
}
.CL_tab_2_item.active{
	display: block;
}
.CL_tab_2 .tab_btn_item.active .car_img_wrap .car_txt {
	opacity: 1;
}

.CL_tab_1_item.iniState {
	display: none;
}
.CL_tab_1_item.active{
	display: block;
}


/*tab_baloon ini*/
.CL_tab_1 .tab_btn_item .tab_balloon_img .baloon_off{
	display: block;
}
.CL_tab_1 .tab_btn_item .tab_balloon_img .baloon_on{
	display: none;
}
/*tab_baloon hover*/
.CL_tab_1 .tab_btn_item:hover .tab_balloon_img .baloon_off{
	display: none;
}
.CL_tab_1 .tab_btn_item:hover .tab_balloon_img .baloon_on{
	display: block;
}


/*tab_baloon active*/
.CL_tab_1 .tab_btn_item.active .tab_balloon_img .baloon_off{
	display: none;
}
.CL_tab_1 .tab_btn_item.active .tab_balloon_img .baloon_on{
	display: block;
}

/*tab baloon animation*/
.tab_btn_item.active .tab_balloon_img {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
	0% {
		transform: translateY(-3px);
	}
	100% {
		transform: translateY(3px);
	}
}

/*****************/
/* OTHER style */
/*****************/
section.other {
	margin-bottom: 32.051vw;
}
.bnr_wrap {
	margin-top: 11.538vw;
}
.bnr_wrap ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bnr_item {
	background-color: rgba(228,228,228,0.05);
	width: 84.615vw;
	border-radius: 2.564vw;
	padding-top: 2.564vw;
	padding-bottom: 5.128vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 7.692vw;
}
.bnr_item::last-child { 
	margin-bottom: 0;
}

.bnr_inner {
	width: 76.923vw;
	display: flex;
}
.bnr_item_title {
	font-size: 3.846vw;
	color: #fff;
	text-align: center;
	margin: 0;
	margin-bottom: 3.846vw;
	letter-spacing: 0.08em;
	font-family: ShinGoPro-Regular,sans-serif !important;
	font-weight: normal;
}
.bnr_item_img {
	width: 33.333vw;
	line-height: 0;
}
.bnr_item_img img{
	width: 100%;
}
.bnr_item_txt_wrap {
	position: relative;
	box-sizing: border-box;
	width: 43.59vw;
	padding-left: 3.077vw;
}
.bnr_item_txt {
	font-size: 2.564vw;
	color: #fff;
	margin: 0;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
.bnr_item_link {
	width: 40.769vw;
	height: 5.513vw;
	font-size: 2.564vw;
	position: absolute;
	border-radius: 8.462vw;
	bottom: 0;
	display: flex;
	background-color: #fff;
	margin: auto;
	text-decoration: none;
	color: #000;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.08em;
	font-family: ShinGoPro-Bold,sans-serif !important;
	transition: 0.25s;
}
.bnr_item_link img{
	width: 1.795vw;
	margin-left: 0;
	position: relative;
	left: 7.949vw;
	top: 0.256vw;
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
	section.other {
		margin-bottom: 14.323vw;
	}
	.bnr_wrap {
		width: 49.375vw; /* column-2 style*/
		margin: 0 auto;
		margin-top: 5.208vw;
	}
	.bnr_wrap ul {
		gap: 2.604vw 1.563vw;
	}
	.bnr_item {
		width: 23.438vw;
		border-radius: 0.521vw;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.bnr_inner {
		flex-wrap: wrap;
		width: 23.438vw;
	}
	.bnr_item_img {
		width: 23.438vw;
	}
	.bnr_item_txt_wrap {
		width: 23.438vw;
		height: 16.458vw;
		padding-left: 1.302vw;
		padding-right: 0.781vw;
	}
	.bnr_item_title {
		font-size: 1.302vw;
		margin-top: 1.302vw;
		margin-bottom: 1.563vw;
	}
	.bnr_item_txt {
		font-size: 0.938vw;
		letter-spacing: 0.08em;
		line-height: 1.5;
	}
	.bnr_item_link {
		width: 13.646vw;
		height: 2.552vw;
		font-size: 0.938vw;
		border-radius: 1.354vw;
		left: 0;
		right: 0;
		bottom: 1.563vw;
	}
	.bnr_item_link img {
		width: 0.625vw;
		top: 0.104vw;
		left: 1.823vw;
	}

}

@media screen and (min-width: 1920px) {
	section.other {
		margin-bottom: 275px;
	}
	.bnr_wrap {
		width: 948px; /*2colum style*/
		margin: 0 auto;
		margin-top: 100px;
	}
	.bnr_wrap ul {
		gap: 50px 30px;
	}
	.bnr_item {
		width: 450px;
		border-radius: 10px;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.bnr_inner {
		flex-wrap: wrap;
		width: 450px;
	}
	.bnr_item_img {
		width: 450px;
	}
	.bnr_item_txt_wrap {
		width: 450px;
		height: 316px;
		padding-left: 25px;
		padding-right: 15px;
	}
	.bnr_item_title {
		font-size: 25px;
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.bnr_item_txt {
		font-size: 18px;
		letter-spacing: 0.08em;
		line-height: 1.5;
	}
	.bnr_item_link {
		width: 262px;
		height: 49px;
		font-size: 18px;
		border-radius: 26px;
		left: 0;
		right: 0;
		bottom: 30px;
	}
	.bnr_item_link img {
		width: 12px;
		top: 2px;
		left: 35px;
	}

}

.bnr_item_link:hover {
	opacity: 0.5;
}

/*****************/
/* MOVIE section */
/*****************/
.sec_title_movie {
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
	font-size: 5.641vw;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.08em;
	margin-top: 3.077vw;
	margin-bottom: 11.538vw;
}

.modal_movie_style {
	width: 84.615vw;
	display: block;
	margin: 0 auto;
	position: relative;
	line-height: 0;
}
.modal_movie_style img{
	width: 100%;
}
.play_svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 12.821vw;
	height: 12.821vw;
}
.play_svg svg{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.modaal-video-wrap {
		margin: auto 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
	.sec_title_movie {
		font-size: 1.979vw;
		margin-top: 2.604vw;
		margin-bottom: 3.125vw;
	}
	.modal_movie_style {
		width: 59.271vw;
	}
	.play_svg {
		width: 93px;
		height: 93px;
	}
}

@media screen and (min-width: 1920px) {
	.sec_title_movie {
		font-size: 38px;
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.modal_movie_style {
		width: 1138px;
	}
	.play_svg {
		width: 93px;
		height: 93px;
	}

}

.movie_playBorder_under {
	stroke-dasharray: 252;
	stroke-dashoffset: 252;
}

/*play btn hover animation*/
@media screen and (min-width: 769px) {
	.movie_playBorder_under {
		-webkit-transition: stroke-dashoffset 1s ease;
		transition: stroke-dashoffset 1s ease;
	}
	.movie_playBody {
		transition: fill 0.5s ease-out .8s;
	}
	.modal_movie:hover .movie_playBorder_under {
		stroke-dashoffset: 0;
	}
	.modal_movie:hover .movie_playBody {
		fill: rgba(195,0,47,0.9);
	}
}

/*****************/
/* Message section */
/*****************/
.message .sec_title_sub_txt {
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
	font-size: 3.077vw;
	color: #fff;
	line-height: 2.1;
	letter-spacing: 0.08em;
	margin-top: 7.692vw;
	margin-bottom: 7.692vw;
}
.message_thumb_list {
	display: flex;
	column-gap: 3.846vw;
	justify-content: center;
	width: 100%;
	margin-top: 11.538vw;
	margin-bottom: 6.154vw;
}
.message_thumb_list_item {
	display: block;
	width: 25.641vw;
	height: 17.949vw;
	position: relative;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	border-radius: 1.282vw;
	box-shadow: 0 3px 10px rgba(0,0,0,0.48);
}
.message_thumb_list_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.message_thumb_list_item_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 2.231vw;
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
	white-space: nowrap;
	line-height: 1.2;
}
.small_and {
	font-size: 0.8em;
	margin-left: 0.2em;
	margin-right: 0.25em;
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
	.message .sec_title_sub_txt {
		font-size: 1.458vw;
		font-family: ShinGoPro-Regular,sans-serif !important;
		margin-top: 2.083vw;
		margin-bottom: 4.167vw;
	}
	.message_thumb_list {
		width: 47.604vw;
		margin: 0 auto;
		column-gap: 2.604vw;
		margin-top: 6.406vw;
		margin-bottom: 5.208vw;
	}
	.message_thumb_list_item {
		width: 13.542vw;
		height: 9.479vw;
		border-radius: 0.26vw;
	}
	.message_thumb_list_item_txt {
		font-size: 1.042vw;
	}

}

@media screen and (min-width: 1920px) {
	.message .sec_title_sub_txt {
		font-size: 28px;
		font-family: ShinGoPro-Regular,sans-serif !important;
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.message_thumb_list {
		width: 914px;
		margin: 0 auto;
		column-gap: 50px;
		margin-top: 123px;
		margin-bottom: 100px;
	}
	.message_thumb_list_item {
		width: 260px;
		height: 182px;
		border-radius: 5px;
	}
	.message_thumb_list_item_txt {
		font-size: 20px;
	}
}

/*****************/
/* Message section message card*/
/*****************/
.messageSwiper {
	padding-left: 3.59vw;
}
.swiper_message_outer {
	width: 41.026vw;
	height: 59.487vw;
	box-sizing: border-box;
	position: relative;
	background-color: #25292C;
	border-radius: 2.564vw;
	border: solid 1px #fff;
	padding-left: 3.077vw;
	padding-right: 3.077vw;
	display: flex;
	align-items: center;
}
.swiper_message_top_txt {
	font-size: 1.333vw;
	position: absolute;
	top: 1.538vw;
	left: 1.538vw;
	color: #6D6C6C;
	line-height: 1;
	margin: 0;
}
.swiper_message_main_txt {
	font-size: 2.564vw;
	margin: 0;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.02em;
	text-align: justify;
}
.swiper_message_icon_wrap {
	display: flex;
	align-items: center;
	position: absolute;
	right: 2.821vw;
	bottom: 4.359vw;
}
.swiper_message_icon_wrap img{
	width: 4.103vw;
	line-height: 0;
	font-size: 0;
}
.swiper_message_person_txt {
	margin: 0;
	line-height: 1;
	font-size: 2.564vw;
	color: #fff;
	margin-left: 1.538vw;
}
.swiper_message_bottom_txt {
	font-size: 1.333vw;
	position: absolute;
	bottom: 1.538vw;
	right: 1.538vw;
	color: #6D6C6C;
	line-height: 1;
	margin: 0;
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
	.messageSwiper {
		padding-left: 0;
		width: 90.521vw;
	}
	.messageSwiper .swiper-wrapper {
		column-gap: 1.563vw;
	}
	.messageSwiper .swiper-slide {
		width: auto;
	}
	.swiper_message_outer {
		width: 21.458vw;
		height: 23.594vw;
		border-radius: 0.521vw;
		padding-left: 2.813vw;
		padding-right: 2.813vw;
	}
	.swiper_message_top_txt {
		font-size: 0.781vw;
		top: 0.781vw;
		left: 0.781vw;
	}
	.swiper_message_main_txt {
		font-size: 0.938vw;
	}
	.swiper_message_icon_wrap {
		right: 2.083vw;
		bottom: 3.073vw;
	}
	.swiper_message_icon_wrap img {
		width: 2.188vw;
	}
	.swiper_message_person_txt {
		font-size: 0.938vw;
		margin-left: 0.521vw;
	}
	.swiper_message_bottom_txt {
		font-size: 0.781vw;
		bottom: 0.781vw;
		right: 0.781vw;
	}

}
@media screen and (min-width: 1920px) {
	.messageSwiper {
		padding-left: 0;
		width: 1738px;
	}
	.messageSwiper .swiper-wrapper {
		column-gap: 30px;
	}
	.messageSwiper .swiper-slide {
		width: auto;
	}
	.swiper_message_outer {
		width: 412px;
		height: 453px;
		border-radius: 10px;
		padding-left: 54px;
		padding-right: 54px;
	}
	.swiper_message_top_txt {
		font-size: 15px;
		top: 15px;
		left: 15px;
	}
	.swiper_message_main_txt {
		font-size: 18px;
	}
	.swiper_message_icon_wrap {
		right: 40px;
		bottom: 59px;
	}
	.swiper_message_icon_wrap img {
		width: 42px;
	}
	.swiper_message_person_txt {
		font-size: 18px;
		margin-left: 10px;
	}
	.swiper_message_bottom_txt {
		font-size: 15px;
		bottom: 15px;
		right: 15px;
	}
}

/*message_thumb click*/
.message_thumb_list_item.active {
	opacity: 0.3;
}

.messageSwiper {
	display: none;
	opacity: 0;
}
.messageSwiper.active {
	display: block;
	animation-name: fadeIn;
	animation-fill-mode:forwards;
	animation-duration:2s;
}
@keyframes fadeIn{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*message movie iframe*/
.message_movie_wrap {
	width: 100%;
	height: 74.872vw;
	overflow: hidden;
	position: relative;
}

iframe.message_movie_youtube {
	width: 170%;
	height: auto;
	aspect-ratio: 4 / 3;
	/* scale: 1.65; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	pointer-events: none;
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
	.message_movie_wrap {
		width: 59.375vw;
		height: 44.531vw;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1920px) {
	.message_movie_wrap {
		width: 1140px;
		height: 855px;
		margin: 0 auto;
	}
}

.message_note_wrap {
	width: 84.615vw;
	margin: 0 auto;
	margin-top: 6.154vw;
}
.message_note_wrap p{
	color: #fff;
	font-size: 2.564vw;
	margin: 0;
	letter-spacing: 0.04em;
	line-height: 2;
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
	.message_note_wrap {
		width: 90.521vw;
		margin-top: 1.25vw;
	}
	.message_note_wrap p {
		font-size: 0.625vw;
	}
}


@media screen and (min-width: 1920px) {
	.message_note_wrap {
		width: 1738px;
		margin-top: 24px;
	}
	.message_note_wrap p {
		font-size: 12px;
	}
}
