@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p&amp;subset=japanese');

/* ====================================
	共通スタイル
 ==================================== */

.B	{ font-weight:bold !important; }
.red	{ color:#d13218 !important; }


h4 {
  color: #f27e64;
  font-size: 174%;
  font-weight: 700;

}
.txt-strong {
     background-color: #ffdc62;
	 font-weight:700;
}



/*----------------
  scroll-up
----------------*/
.scroll-up {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(30%);
	transition: all 1s;
}
.scroll-up.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}


/*----------------
  main
----------------*/
#main {
	background:#02add2;
}


.base-width .whitebk {
	max-width: 110rem;
	margin-left: auto;
	margin-right: auto;
	background:#fff;
	padding: 4rem;
	border-radius: 2.5rem;
}
.dotte{
	border-bottom:dotted 5px;
	color: #007a9a;
	font-size: 146.5%;
	font-weight: 700;
	padding-bottom: 1rem;
	margin-bottom: 1.2em;
	text-align: center;
	font-family: "M PLUS 1p", sans-serif;
}
.display_block {
	display: block;
}



/*----------------
  tab
----------------*/

.tab_box .btn_area {
    display: flex;
    justify-content: center;
}
.tab_box .tab_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 450px;
	width: 45%;
	min-height: 66px;
	padding: 10px 20px 10px;
	border: 3px solid #ef8457;
	border-radius: 33px;
	color: #ef8457;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	background-color: #fff;
	cursor:pointer
}
.tab_box .tab_btn::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom:-14px;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 16px 0;
	border-color: #ef8457 transparent transparent transparent;
	opacity: 0;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
.tab_box .tab_btn.active{
	background-color: #ef8457;
	color: #fff;
}
.tab_box .tab_btn:hover::after,
.tab_box .tab_btn.active::after{
	bottom:-16px;
	opacity: 1;
}
.tab_box .tab_btn + .tab_btn{
	margin-left: 2%;
}



.tab_box .panel_area {
	padding-top: 35px;
}
.tab_box .tab_panel {
    display: none;
}
.tab_box .tab_panel.active {
    display: block;
}


#power, #lightweight {
	margin-top: -460px;
	padding-top: 460px;
}



/*----------------
  ランキング
----------------*/



h2.main_v {
	width: 100%;
	max-width: 110rem;
	padding-top: 4rem;
	padding-bottom: 1rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
h2.main_v img, h2.lineup-title img {
	pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

.overlap {
	margin-top: -6rem;
}

.container_block {
	display: flex;
}
.container_block .con_l {
	width : calc(100% - 52%);
	text-align: center;
	justify-content: center;
}
.container_block .con_r {
	flex: 1;
	width: 48%;
	margin-left: 4%;
	text-align: center;
	justify-content: center;
}
.graph {
	margin: 2rem 0;
}
.graph img {
	width: 100%;
	max-width: 45rem;
	text-align: center;
	justify-content: center;
}

.ranking_block {
	display: flex;
	border-radius: 30px;
	font-size: 116%;
	font-weight: 600;
	padding: 7px;
	font-family: "M PLUS 1p", sans-serif;
}
.ranking_block .ranking_l {
	width : 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ranking_block .ranking_r {
	width: 77%;
	padding-left: 1%;
}
.ranking_block.bg-01 {
	background-color:#fddf55;
	font-size: 153.9%;
	font-weight: 700;
	margin-bottom: 1.2rem;
	margin-left: -1%;
}
.ranking_block.bg-02 {
	background-color:#b8dae9;
	font-size: 131%;
	font-weight: 700;
	margin-bottom: 1.2rem;
}
.ranking_block.bg-03 {
	background-color:#e7b13d;
	font-size: 131%;
	font-weight: 700;
	margin-bottom: 0.6rem;
}

/*----------------
  運転音に対するお声
----------------*/

#contents {
	padding-top: 4rem;
}
.voice-area {
	max-width: 760px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.voice_block {
	display: flex;
	padding-bottom: 30px;
}
.voice_block .voice_l {
	width : 117px;
	margin-right: 8px;
	text-align: center;
}
.voice_block .voice_r {
	flex: 1;
	width : calc(100% - 125px);
}
.voice_block img {
	max-width: 117px;
	height: auto;
}
.voice_block .voice_l p {
	margin-top: 2px;
	font-size: 93%;
}


.voice_heading {
	color: #da5323;
	font-size: 138.5%;
	font-weight: 700;
	margin-bottom: 0.2em;
	margin-left: 35px;
	font-family: "M PLUS 1p", sans-serif;
	line-height: 140%;
	text-align: left;
}

.fukidashi {
  position: relative;
  display: inline-block;
  width : calc(100% - 22px);
  margin-left: 30px;
  padding: 16px;
  border: 3px solid #fdde55;
  border-radius: 20px;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  min-height: 80px;
  display: flex;
  align-items: center;

}

.fukidashi::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  border-style: solid;
  border-width: 0 35px 18px 0;
  border-color: transparent #fdde55 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -10deg);
  transform-origin: right;
}

.fukidashi::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  border-style: solid;
  border-width: 0 22px 11.7px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% calc(-50% - 0.1px);
  transform: skew(0, -10deg);
  transform-origin: right;
}
.fukidashi p {
	display: block;
}
.fukidashi span {
	font-weight: 500;
	background: linear-gradient(transparent 50%, #fce375 50%);
}



/*----------------
  ラインアップ
----------------*/

#lineup {
	padding-top: 8rem;
}

.lineup-title {
	width: 100%;
	max-width: 110rem;
	text-align: center;
	justify-content: center;
	margin: 0 auto 3rem;
}
.lineup-title img {
	max-width: 96rem;
	margin-left: auto;
	margin-right: auto;
}



/*----------------
  table
----------------*/

.table-area {
	margin: 2rem 0 0;
	overflow-x: scroll;
}

.table-area img {
	max-width: 15.5rem;
	padding-top:1rem
}

table.sp-table {
	max-width: 100%;
	margin: 0 auto 1.5rem;
	width:fit-content;
	border-collapse: separate;
	border-spacing: 0rem 0rem;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 500;
}

table.sp-table th,
table.sp-table td {
	width: 37rem;
	min-width: 20rem;
	max-width: 37rem;
	padding: 0.5rem 0.25rem;
	line-height: 140%;
}

table.sp-table th {
	font-size: 1.5rem;
	max-width: 19rem !important;
}
table.sp-table th.name div {
	background-color: #ffb5a9;
	font-size:123.1%;
	height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

table.sp-table th, table.sp-table td {
	padding-left: 0.8rem !important;
}

table.sp-table td {
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	align-items: center;
}

table.sp-table td.koumoku {
	font-size: 1.5rem;
}

table.sp-table tr.transparent td {
	background: none;
	padding: 0;
	height: 110px;
}

table.sp-table tr th:first-child,
tr td:first-child {
	text-align: right;
	justify-content: right;
	min-width: 15rem;
	max-width: 15rem;
	padding-right: 5px;
}

.fixed01{
	position: sticky;
	overflow:hidden;
	left: 0;
	background: #fff;
	z-index:10;
	&:before{
	content: "";
	position: absolute;
  }
}


.solid-color {
	background: #00acff;
	padding: 0.5rem;
	color: #fff;
	border-radius: 2rem;
	font-size: 1.5rem;
}

.line-color {
	padding: 0.4em;
	border: 2px solid #ffb5a9;
	border-radius: 1rem;
	font-size: 1.4rem;
	min-height: 5.4rem;
	display: flex;
	justify-content: center;
	align-items: center;

}

.line-color.pink {
	background: #ffefec;
}

.line-color sup {
	color: #0079fa;
}

.line-color.green sup {
	color: #fff;
}

.line-color img {
	margin-top: -7px;
	margin-bottom: 5px;
	max-width: 150px;
	pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

table.sp-table td.type div {
	padding-left: 0;
	padding-right: 0;
	height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line-color2 {
	padding: 0.4em;
	font-size: 1.6rem;
	justify-content: center;
	align-items: center;
	background: #ef8457;
	color: #fff;
	width: 100%;
}

.col-1,.col-2,.col-3,.col-4 {
	display: inline-block;
}
@media print , screen and (min-width: 768px) {
.col-1 {
	width: 6em;
	text-align: right;
}
.col-2 {
	width: 1em;
	text-align: center;
}
.col-3 {
	width: 7em;
	text-align: left;
}
.col-4 {
	width: 10em;
	text-align: left;
}
}


/*----------------
  button001
----------------*/

.button001 a {
	background: #ffdc62;
	border-radius: 0.3rem;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 1.5rem auto 0;
	max-width: 37rem;
	padding: 0.7rem 1.5rem;
	color: #000;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	height: 5rem;
	font-size: 1.4rem;
}

.button001 a:hover {
	background: #ffba00;
	text-decoration: none;
}

.button001 a:after {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

.button001 a:hover:after {
	border-color: #000;
}

/*----------------
  button002
----------------*/

.button002 a {
	background: #fff;
	border-radius: 0.6rem;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 1.5rem auto 0;
	padding: 0.7rem 1.5rem;
	color: #000;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	height: 5rem;
	font-size: 1.6rem;
}

.button002 a:hover {
	background: rgba(255,255,255,0.8);
	text-decoration: none;
}

.button002 a:after {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

.button002 a:hover:after {
	border-color: #000;
}

.u_button_block {
	display: flex;
	max-width: 110rem;
	margin-top: 4rem;
	margin-left: auto;
	margin-right: auto;
}
.u_button_block .contents_1 {
	width : calc(100% - 52%);
}
.u_button_block .contents_2 {
	flex: 1;
	width: 48%;
	margin-left: 4%;
}


/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {}



/* ====================================
	1025
===================================== */

@media screen and (min-width: 1025px) {
	.table-area {
		overflow-x: auto;
	}
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {

	h2.main_v {
		max-width: 600px:
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
		
	h4 {
		font-size: 146.5%;
	}
	
	.tab .tab_box{
		margin-bottom: 40px;
	}
	.tab_box .tab_btn{
		width: 47%;
		font-size: 1.7rem;
		border-radius: 23px;

	}
	#power, #lightweight {
		margin-top: -400px;
		padding-top: 400px;
	}
	
	.base-width .whitebk {
		padding: 2rem;
	}
		
	.dotte{
		font-size: 118%;
	}
	
	/*----------------
	  ランキング
	----------------*/
	.overlap {
		margin-top: -3rem;
	}
	.container_block {
		display: block;
	}
	.container_block .con_l {
		width: 100%;
	}
	.container_block .con_r {
		width: 100%;
		margin-left: 0;
		margin-top: 4rem;
	}
	.ranking_block {
		font-size: 108%;
	}
	.ranking_block.bg-01 {
		font-size: 123.1%;
	}
	.ranking_block.bg-02, .ranking_block.bg-03 {
		font-size: 116%;
	}

	/*----------------
	  運転音に対するお声
	----------------*/

	.voice_block .voice_l {
		display: flex;
		width : 72px;
		margin-right: 4px;
		align-items: flex-end;
		max-height: 175px;
	}
	.voice_block .voice_r {
		flex: 1;
		width : calc(100% - 76px);
	}
	.voice_heading {
		font-size: 116%;
		margin-left: 30px;
	}
	
	.voice_block .voice_l p {
		font-size: 75%;
	}
	.fukidashi {
		margin-left: 21px;
		min-height: 110px;
	}
	.fukidashi::before {
		border-width: 0 21px 16px 0;
		top: 80px;
	}
	.fukidashi::after {
		border-width: 0 12.1px 9.2px 0;
		top: 80px;
	}
		
	/*----------------
	  ラインアップ
	----------------*/
	
	#lineup {
		padding-top: 6rem;
	}

	.lineup-title {
		margin: 0 auto 2rem;
	}

	/*----------------
	  table
	----------------*/
	.table-area {
		margin: 0;	
	}
	table.sp-table tr th:first-child,
	tr td:first-child {
		min-width: 9.8rem;
		max-width: 9.8rem;
	}
	
	/*----------------
	  button002
	----------------*/
	.u_button_block {
		display: block;
	}
	.u_button_block .contents_1 {
		width: 100%;
	}
	.u_button_block .contents_2 {
		width: 100%;
		margin-left: 0%;
		margin-top: 1rem;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {

	/*----------------
	  運転音に対するお声
	----------------*/
	.voice_heading {
		min-height: 18px;
	}


}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {}