@charset "utf-8";
/*===========CATEGORY===========*/
#compare .inner {
  padding-top: 250px;
}
@media screen and ( max-width:768px) {
  #compare .inner {
    padding-top: 120px;
  }
}
/*tab style*/
.tab-list {
  display: flex;
  -ms-flex-pack: distribute;
  /*max-width: 850px;*/
  max-width: 650px;
  justify-content: space-around;	
  margin: 0 auto 50px;
}
.tab-list li {
  width: auto;
  text-align: center;
  cursor: pointer;
}
.tab-list li span {
  display: block;
  margin-bottom: 15px;
}
.tab-list li img {
  width: 100%;
  margin: 0 auto;
}
.tab-on img {
  display: none;
}
.tab-list li.active .tab-on img.pc {
  display: block;
}
.tab-list li.active .tab-off {
  margin-bottom: 0;
}
.tab-list li.active .tab-off img {
  display: none;
}
/*simple-spec-area*/
.simple-spec-area__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.simple-spec-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  width: calc(100% / 4 - clamp(15px, calc(-67px + 9vw), 50px));
  margin-right: clamp(15px, calc(-67px + 9vw), 50px);
  padding: 45px 0 65px;
}
.simple-spec-box:last-child {
  margin-right: 0;
}
.simple-spec__product-name {
  font-weight: bold;
}
.simple-spec__text {
  flex-grow: 1;
  padding: 0 2% 18px;
  font-size: 16px;
}
.simple-spec__bottom {
  width: 100%;
  margin-bottom: 40px;
  border-top: 2px solid #c9c9c9;
}
.simple-spec__bottom h3 {
  padding-top: 18px;
  font-size: 14px;
  font-weight: normal;
}
.simple-spec__bottom p {
  font-size: 16px;
}
.simple-spec__bottom p span {
  font-size: 22px;
  line-height: 1;
}
.simple-spec__btn .simple-spec__btn-link {
  font-size: 15px;
  padding: 5px 25px 4px 14px;
  border: 1px solid #1A1A1A;
  border-radius: 5px;
  background-color: #fff;
  color: #1A1A1A;
}
.simple-spec__btn .btn-arrow1::after {
  border: 6px solid transparent;
  border-left: 10px solid #1A1A1A;
  right: 3px;
  margin-top: -5px;
}

.award-banner {
  text-align: center;
  margin-bottom: 50px;
}

.tab-panel .compare-btn {
  margin-bottom: 40px;
}
.tab-panel .compare-btn a {
  display: flex;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.50);
}
.tab-panel .compare-btn a:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 900px) {
  /*.tab-list {
    width: auto;
    margin: 0 auto 50px;
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 750px;
	flex-direction: row;
  }
  
  .tab-list li {
    width: 30%;
    margin-right: 3%;
  }
  .tab-list li:last-child {
    margin-right: 0;
  }
  .tab-list li:nth-child(1) {
    order: 1;
  }
  .tab-list li:nth-child(2) {
    order: 2;
  }
  .tab-list li:nth-child(3) {
    order: 3;
  }
  .tab-list li:nth-child(4) {
    order: 4;
  }
  .tab-list li:nth-child(5) {
    order: 5;
  }
  .tab-list li:nth-child(6) {
    order: 6;
  }
  .tab-list li:nth-child(7) {
    order: 7;
  }*/
  .tab-list li img {
    width: auto;
  }
  /*simple-spec-area*/
  .simple-spec-box {
    width: 48%;
    max-width: 100%;
    margin-right: 3%;
    padding: 5% 0 65px;
  }
  .simple-spec-box:nth-child(even) {
    margin-right: 0;
  }
  .simple-spec__product-name {
    font-size: clamp(15px, calc(5px + 3.1vw), 33px);
  }
  .simple-spec__text {
    padding-bottom: 1.2em;
    font-size: clamp(12px, calc(6px + 1.9vw), 23px);
  }
  .simple-spec__bottom h3 {
    padding-top: 1.3em;
    font-size: clamp(11px, calc(5px + 1.8vw), 21px);
  }
  .simple-spec__bottom p {
    font-size: clamp(12px, calc(6px + 1.9vw), 23px);
  }
  .simple-spec__bottom p span {
    font-size: clamp(17px, calc(6px + 3.2vw), 36px);
  }
  .simple-spec__btn .simple-spec__btn-link {
    font-size: clamp(14px, calc(10px + 1vw), 20px);
    padding: 7px 50px 7px 30px;
    border-radius: 6px;
  }
  .simple-spec__btn .btn-arrow1::after {
    border: 10px solid transparent;
    border-left: 14px solid #1A1A1A;
    margin-top: -8px;
    right: 9px;
  }
}
@media screen and (max-width: 768px) {
  .tab-list li.active .tab-on img.pc {
    display: none;
  }
  .tab-list li.active .tab-on img.sp {
    display: block;
  }
  .tab-list-b-wrapper .tab-list li{
		width: 26%;
		/*margin-right: 0;*/
    display: flex;
  }
	.tab-list-b-wrapper .tab-list li:nth-child(3) img.sp {
		height: 100%;
    object-fit: cover;
    object-position: 50% -3px;
	}
  .tab-list-b-wrapper .tab-list li:nth-child(4) {
		position: relative;
	}
  .tab-list-b-wrapper .tab-list li:nth-child(4) img.sp {
		position: absolute;
    top: -2px;
    left: 0;
	}
}
@media only screen and (max-width: 480px) {
  .tab-list {
    margin-bottom: 20px;
  }
  /*simple-spec-area*/
  .simple-spec__btn .simple-spec__btn-link {
    padding: 5px 32px 5px 16px;
  }
  .simple-spec__btn .btn-arrow1::after {
    border: 7px solid transparent;
    border-left: 11px solid #1A1A1A;
    margin-top: -5px;
    right: 6px;
  }
  .tab-panel .compare-btn a {
    font-size: 15px;
    width: 100%;
    height: 55px;
    max-width: 240px;
  }
}


/*===========製品比較===========*/
@media screen and (min-width: 768px) {
  .productLineup_title {
    margin-bottom: 5px;
  }
}
.productLineup_contents {
  position: relative;
  display: flex;
  font-size: 12px;
  margin-bottom: 20px;
}
.productLineup_contents .productLineup_label {
  width: 140px;
  flex-shrink: 0;
  border-left: 1px solid #cfd0d0;
  background-color: #f5f5f5;
}
.productLineup_contents .productLineup_label .productLineup_head {
  justify-content: center;
  border-right: 1px solid #cfd0d0;
  background-color: inherit;
}
.productLineup_contents .productLineup_body {
  flex-grow: 1;
  overflow: hidden;
}
.productLineup_contents .productLineup_bodyInner {
  position: relative;
  display: flex;
}
.productLineup_contents .productLineup_head {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #cfd0d0;
  border-bottom: 1px solid #cfd0d0;
  text-align: center;
  z-index: 1;
}
.productLineup_contents .productLineup_series .productLineup_head .series_title {
  width: 100%;
  padding: 3px;
  color: #fff;
}
.productLineup_contents .productLineup_series.ph .productLineup_head .series_title {
  background-color: #617C95;
}
.productLineup_contents .productLineup_series.nh .productLineup_head .series_title {
  background-color: #6f5a4f;
}
.productLineup_contents .productLineup_series.ah .productLineup_head .series_title {
  background-color: #394878;
}
.productLineup_contents .productLineup_series.uh .productLineup_head .series_title {
  background-color: #000;
}
.productLineup_contents .productLineup_series.ch .productLineup_head .series_title {
  background-color: #9eb7b5;
}
.productLineup_contents .productLineup_series.mh .productLineup_head .series_title {
  background-color: #939598;
}
.productLineup_contents .productLineup_series.fh .productLineup_head .series_title {
  background-color: #6e3f43;
}
.productLineup_contents .productLineup_head .series_title {
  border-right: 1px solid #cfd0d0;
  border-bottom: 1px solid #cfd0d0;
}
.productLineup_contents .productLineup_head .series_title span {
  font-size: 16px;
}
.productLineup_contents .productLineup_head .product_row {
  display: flex;
  width: 100%;
  height: 141px;
  background-color: #fff;
}
.productLineup_contents .productLineup_head .productName_block {
  width: 100%;
  padding: 7px 5px;
  border-right: 1px solid #cfd0d0;
}
.productLineup_contents .productLineup_head .productName_block img {
  margin: 0 auto;
}
.productLineup_contents .productLineup_head .productName {
  margin-top: 5px;
}
.productLineup_contents .item {
  width: 277px;
}
.productLineup_contents table {
  width: 100%;
}
.productLineup_contents td {
  border-right: 1px solid #cfd0d0;
  border-bottom: 1px solid #cfd0d0;
  padding: 7px;
  text-align: center;
  vertical-align: middle;
  height: auto;
}
.productLineup_contents .slideBtn {
  position: fixed;
  top: 355px;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  visibility: hidden;
  opacity: .7;
}
.productLineup_contents .slideBtn.fixed {
  visibility: visible;
}
.productLineup_contents .slideBtn.left {
  left: 2px;
}
.productLineup_contents .slideBtn.right {
  right: 2px;
  visibility: visible;
}
.productLineup_contents .slideBtn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.productLineup_contents .slideBtn.left:after {
  background: url(/fmv/compare/images/ic_scroll_arrow_left.svg) no-repeat;
  background-size: 50px;
}
.productLineup_contents .slideBtn.right:after {
  background: url(/fmv/compare/images/ic_scroll_arrow_right.svg) no-repeat;
  background-size: 50px;
}
.productLineup_contents .slideBtn:hover {
  opacity: 1;
}
#compare .notes  {
  display:flex;
  flex-wrap: wrap;
  width: 98%;
  font-size: 12px;
}
#compare .notes dt {
  width: 40px;
}
#compare .notes dd {
  width: calc(100% - 40px);
}
#compare .notes a {
  display: inline;
  text-decoration: underline;
}
#compare .notes a:link {
  color: #003399;
}
#compare .notes a:visited {
  color: #660099;
}
#compare .compareTop-btn {
  margin: 60px 0 100px;
}
#compare .compareTop-btn a {
  display: flex;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.50);
}
#compare .compareTop-btn a:hover {
  color: #000;
  background: #fff;
}

#compare sup {
  vertical-align: baseline;
  position: relative;
  top: -0.2em;
  font-size: 1.2rem;
  line-height: 0;
}

.flex {
  display: flex;
}

.bg_best {
  background-color: #fff9e5;
}

.color_icn {
  display: inline-block;
  margin: 2px 0;
  padding-left: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 90px;
  text-align: left;
}
.color_icn.black { background-image: url(/fmv/images/common/spec_cc_black.gif);}
.color_icn.white { background-image: url(/fmv/images/common/spec_cc_white.gif);}
.color_icn.red { background-image: url(/fmv/images/common/spec_cc_red.gif);}
.color_icn.silver { background-image: url(/fmv/images/common/spec_cc_silver2.gif);}
.color_icn.gold { background-image: url(/fmv/images/common/spec_cc_gold.gif);}
.color_icn.green { background-image: url(/fmv/images/common/spec_cc_green.gif);}
.color_icn.pink { background-image: url(/fmv/images/common/spec_cc_pink.gif);}
.color_icn.blue { background-image: url(/fmv/images/common/spec_cc_blue2.gif);}
.color_icn.brown { background-image: url(/fmv/images/common/spec_cc_brown.gif);}
.color_icn.cloudblue { background-image: url(/fmv/images/common/cloudblue.gif);}

.color_icn.ecrubeige { background-image: url(/fmv/images/common/spec_cc_ecrubeige.png);}
.color_icn.mistgreen { background-image: url(/fmv/images/common/spec_cc_mistgreen.png);}
.color_icn.smokegray { background-image: url(/fmv/images/common/spec_cc_smokegray.png);}


@media screen and (max-width: 1020px){
  .productLineup_contents .item {
    width: 220px;
  }
}
@media screen and (max-width: 768px){
  .productLineup_contents .slideBtn {
    width: 40px;
    height: 40px;
  }
  .productLineup_contents .slideBtn.left {
    left: 5px;
  }
  .productLineup_contents .slideBtn.right {
    right: 10px;
  }
  .productLineup_contents .slideBtn.left:after {
    background-size: 40px;
  }
  .productLineup_contents .slideBtn.right:after {
    background-size: 40px;
  }
  #compare .compareTop-btn {
    margin: 60px 0 30px;
  }
}
@media screen and (max-width: 640px){
  .productLineup_contents .productLineup_label {
    width: 70px;
  }
  .productLineup_contents .productLineup_head .productName {
    font-size: 13px;
  }
  .productLineup_contents .item {
    width: 150px;
  }
  #compare .compareTop-btn a {
    font-size: 15px;
    width: 100%;
    height: 55px;
    max-width: 240px;
  }
}
@media screen and (max-width: 410px){
  .productLineup_contents .item {
    width: 100px;
  }
  .productLineup_contents td {
    padding: 4px;
  }
}
.fs10 {
  font-size: 10px;
}
.fs14 {
  font-size: 14px;
}