@charset "UTF-8";

/* ラインナップ
-------------------------------------------------------- */
.lineupList_button a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .lineupList_item:hover {
    border: solid 2px #0784E8;
    padding: 4px 4px 15px; }
}

@media print, screen and (min-width: 768px) {
  .lineupList_item:hover {
    border: solid 2px #0784E8;
    padding: 4px 7px 15px;
  }
}

.lineupList_item-TH .lineupList_series {
  color: #c77667;
}

.lineupList_item-EH .lineupList_series {
  color: #327878;
}

.lineupList_item-CH .lineupList_series {
  color: #587026;
}

.lineupList_item-Entry .lineupList_series {
  color: #828282;
}

.lineupList_item-CB .lineupList_series {
  color: #808080;
}

.lineupList_item-Zero .lineupList_series {
  color: #282828;
}

.lineupList_series span {
  margin-right: 1rem;
}

/* --------------------------------------------------------
230524 追加設定
-------------------------------------------------------- */
#typeNote h3,#typeMobile h3 {
    margin: 20px 0 10px;
    padding: 10px;
    background: #f7f7f7;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

/* ラインナップ（t01_design.cssをカスタマイズ）
-------------------------------------------------------- */
.lineup02_list {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.lineup02_list a {
  display: block;
  text-decoration: none;
  color: #333;
}
.lineup02_listChild {
  width: 100%;
  /* margin: 0 5px 10px; */
}
.lineup02_listChild > a {
  text-align: center;
  padding: 10px;
}
.lineup02_listChild > a:hover {
  opacity: 0.7;
}
.lineup02_listImage {
  height: 120px;
}
.lineup02_listTtl {
  margin-top: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.lineup02_itemBox {
  /* position: absolute; */
  /* left: 0; */
  /* top: 200px; */
  /* z-index: 4; */
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  /* background: #eeeeee; */
  width: 100%;
  /* visibility: hidden; */
  /* opacity: 0; */
  /* transition: all .3s; */
  padding: 10px;
  /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); */
}
/*
.lineup02_listChild:hover > .lineup02_itemBox {
  visibility: visible;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.lineup02_itemBox::before {
  content: "";
  position: absolute;
  top: -40px;
  border: 20px solid transparent;
  border-bottom: 20px solid #eee;
  z-index: 2;
}
.lineup02_listChild:nth-of-type(1) .lineup02_itemBox:before {
  left: 11%;
}
.lineup02_listChild:nth-of-type(2) .lineup02_itemBox:before {
  left: 35%;
}
.lineup02_listChild:nth-of-type(3) .lineup02_itemBox:before {
  left: 60%;
}
.lineup02_listChild:nth-of-type(4) .lineup02_itemBox:before {
  left: 86%;
}
*/
.lineup02_item {
  width: 278px;
  height: auto;
  background: #fff;
  border-radius: 3px;
}
.lineup02_item:nth-of-type(n+2) {
  margin-left: 9px;
}
.lineup02_item:nth-of-type(5) {
  margin-left: 0;
}
.lineup02_item:nth-of-type(n+5) {
  margin-top: 10px;
}
.lineup02_item > a {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  height: 100%;
}
.lineup02_item > a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.lineup02_item > a:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  border-radius: 3px;
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  /*! border: 1px solid #fff; */
}
.lineup02_item > a:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
  z-index: 4;
}
.lineup02_imageBox {
  position: relative;
  height: 120px;
  background: #f5f7fa;
  text-align: center;
  padding: 10px
}
.lineup02_image {
  height: 100px;
  margin-right: 40px;
}

.lineup02_DH1 .lineup02_image {
  margin-right: 70px;
}

.lineup02_label {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.lineup02_labelItem {
  display: block;
  padding: 2px 5px;
  border: solid 1px #ccc;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.lineup02_labelItem + .lineup02_labelItem {
  margin-top: 3px;
}
.lineup02_info {
  padding: 10px 5px;
}
.lineup02_name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.lineup02_type {
  font-size: 1.2rem;
  margin-top: 5px;
}
.lineup_num {
  font-size: 1.6rem;
}
.lineup02_2col {
  width: 565px;
}
.lineup02_2col > a {
  flex-direction: initial;
  height: 100%;
}
.lineup02_2col.lineup02_zero > a {
  background: #464646;
	color: #fff;
}
.lineup02_2col .lineup02_imageBox {
  height: auto;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lineup02_2col.lineup02_zero .lineup02_imageBox {
  background: #464646;
}
.lineup02_zero .lineup02_labelItem {
  background: #464646;
}
.lineup02_2col .lineup02_info {
  width: 55%;
  padding: 10px;
}
.productLineupTable_noteBottom {
  position: absolute;
  margin: 0;
  bottom: 5px;
}
.lineup02_listChild:nth-of-type(2) .lineup02_itemBox {
  padding: 10px 10px 30px;
}

/* 比較表
-------------------------------------------------------- */
.productLineupTable_list-TH .productLineupTable_head {
  background-color: #c77667;
}

.productLineupTable_list-EH .productLineupTable_head {
  background-color: #327878;
}

.productLineupTable_list-CH .productLineupTable_head {
  background-color: #587026;
}

.productLineupTable_list-Entry .productLineupTable_head {
  background-color: #828282;
}

.productLineupTable_list-CB .productLineupTable_head {
  background-color: #808080;
}

.productLineupTable_list-Zero .productLineupTable_head {
  background-color: #282828;
}

.productLineupTable_list-PH .productLineupTable_head {
  background-color: #63768D;
}


li.js-heightLine-pLT-group2.maru {
  padding-bottom: 42px;
  background-image: url(ui2001_ic06.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-position: center bottom 10px\9;
  *background-position: center bottom 10px;
}

li.js-heightLine-pLT-group2.maru2 {
  padding-bottom: 42px;
  background-image: url(ui2001_ic07.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-position: center bottom 10px\9;
  *background-position: center bottom 10px;
}

li.js-heightLine-pLT-group3.maru {
  padding-bottom: 20px;
  background-image: url(ui2001_ic06.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-position: center bottom 10px\9;
  *background-position: center bottom 10px;
}

li.js-heightLine-pLT-group3.maru2 {
  padding-bottom: 20px;
  background-image: url(ui2001_ic07.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  background-position: center bottom 10px\9;
  *background-position: center bottom 10px;
}

.productLineupTable_red.maru {
  display: inline-block;
  padding-top: 36px;
  background-image: url(ui2001_ic06.png);
  background-repeat: no-repeat;
  background-position: center top 5px;
  background-position: center top 5px\9;
  *background-position: center top 5px;
}

.productLineupTable_red.maru2 {
  display: inline-block;
  padding-top: 36px;
  background-image: url(ui2001_ic07.png);
  background-repeat: no-repeat;
  background-position: center top 5px;
  background-position: center top 5px\9;
  *background-position: center top 5px;
}

/* 230524 追加設定 */
.productLineupTable_headList li {
    padding: 5px 0 !important;
}

.productLineupTable_head {
    padding: 5px 10px !important;
}

.productLineupTable_item {
    padding: 5px 10px !important;
}

.productLineupTable_item.js-heightLine-pLT-group3 {
    flex-direction: column;
}

.lineupList_colorItem {
    height: 26px !important;
}

.lineupList_colorItem {
    pointer-events: auto;
    cursor: pointer;
}

.lineupList_colorItem {
    margin: 1px !important;
    padding: 1px !important;
    border: 2px solid #fff;
    border-radius: 3px !important;
}

.lineupList_colorItem.active {
    margin: 1px !important;
    padding: 1px !important;
    border: 2px solid #FFCC00;
    border-radius: 3px !important;
}

.productLineupTable h3 {
    margin: 0 0 0 117px;
    padding: 10px;
    background: #f7f7f7;
    border-top: 5px solid #ccc;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.productLineupTable_contents .lineupList_imageBoxWrap {
    margin-top: 0 !important;
}

.movieImg a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* モーダル　230524 追加設定
-------------------------------------------------------- */
.mdlOverLay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.mdlWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.mdlWin {
  position: relative;
  width: 844px;
  height: 475px;
  border: 3px solid #000;
}

/* バナー（FMV Zero）
-------------------------------------------------------- */
.bannerBox {
	margin-top:30px;
	text-align:center;
}
.bannerBox a {
	display:inline-block;
}
.bannerBox a:hover {
	opacity:0.7;
}

/* 商品比較表
-------------------------------------------------------- */
.comparisonTable{
  margin: 40px auto 0;
  text-align: center;
  width: 1160px;
}
.comparisonTable_heading{
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.comparisonTable_heading span{
  background:linear-gradient(transparent 60%, #f2f2f2 60%);
  padding: 0 5px;
}
.comparisonTable_heading span::before {
  content: url(../ui2012/ui2012_spec_ico.png);
  vertical-align: middle;
  padding-right: 10px;
}
.comparisonTable_txt{
  margin-top: 20px;
}
.comparisonTable_area{
  /* width: 1050px; */
  margin: 30px auto;
}
.comparisonTable_area .cauTxt {
    margin-top: 10px;
    text-align: left;
}
.comparisonTable_box {
  background: #f5f7fa;
}
.comparisonTable_headline {
  background: #606a76;
  color: #fff;
  font-size: 1.7rem;
}
.comparisonTable_box th{
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.comparisonTable_box th, .comparisonTable_box td{
  padding: 10px 5px 8px;
}
.comparisonTable_box tr:nth-of-type(n+3){
  border-top: 1px solid #d2dce6;
}
.td_product{
  font-weight: bold;
}
.td_product span{
  font-size: 1.2rem;
}
.td_price{
  color: #c00;
}
.td_price span{
  font-weight: bold;
}
.seriesRecommend_color{
  cursor: auto;
}
.seriesRecommend_color-gray {
  background-color: #ccc;
  border: solid 1px #ccc;
}
.td_point{
  text-align: left;
}


/* 追加設定
-------------------------------------------------------- */
@media print,
screen and (min-width: 768px) {

  #main .lineupList_imageBoxWrap {
    /* width: 260px; */
    width: auto;
  }

  #main .seriesAnchor_item {
    width: calc((100% - 6px) / 2);
    margin: 0 0 4px;
  }

}

@media screen and (max-width: 767px) {

  #main .lineupList_imageBoxWrap {
    width: 160px;
  }

  #main .lineupList_image {
    width: 160px;
  }

}

/* --------------------------------------------------------
230524 追加設定　スマホ用
-------------------------------------------------------- */
@media screen and (max-width: 767px) {

/* ラインナップ
-------------------------------------------------------- */
#typeNote h3,#typeMobile h3 {
    font-size: 1.8rem;
}

/* ラインナップ（t01_design.cssをカスタマイズ）
-------------------------------------------------------- */
.lineup02_itemBox {
  padding-bottom: 0;
}
.lineup02_item {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.lineup02_item:nth-of-type(n+2) {
  margin-left: 0;
}
.lineup02_item:nth-of-type(2n) {
  margin-left: 10px;
}
.lineup02_label {
  position: absolute;
  bottom: -15px;
  left: 5px;
}
.lineup02_labelItem {
  display: inline-block;
  font-size: 1.0rem;
}
.lineup02_labelItem.forPC {
  display: none;
}
.lineup02_name {
  font-size: 1.6rem;
}
.lineup02_type {
  font-size: 1.4rem;
}
.lineup02_price{
  font-size: 1.4rem;
}
.lineup02_info {
  padding: 20px 5px 10px;
}

/* 比較表
-------------------------------------------------------- */
#main .productLineupTable_contents .lineupList_imageBoxWrap {
    width: auto;
}

#main .productLineupTable_contents .lineupList_image {
    max-width: 100%;
}

.productLineupTable_list {
    min-width: 160px !important;
}

.lineupList_colorItem {
    height: 22px !important;
}

.productLineupTable h3 {
    margin: 0 10px 10px 0;
    font-size: 1.6rem;
}

/* モーダル
-------------------------------------------------------- */
.mdlWin {
    width: 100%;
    height: 425px;
    border: none;
}
  
  /* バナー（FMV Zero）
-------------------------------------------------------- */
.bannerBox {
  padding: 0 10px;
  width: 100%;
}

/* 商品比較表
-------------------------------------------------------- */
.comparisonTable{
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  padding: 0 10px;
}
.comparisonTable_heading{
  font-size: 2rem;
}
.comparisonTable_heading span {
  padding: 0;
}
.comparisonTable_heading span::before {
  content: '';
  padding-right: 0;
}

.comparisonTable_area {overflow-x: auto;overflow-y: hidden;padding-bottom: 10px;margin: 0 auto 5px;width: 100%;}
.comparisonTable_box img {
  width: 200%;
  max-width: 200%;
  font-size: 1.2rem;
}
.comparisonTable_box{
  width: 260%;
  text-align: center;
  margin: 20px auto 0;
}
.comparisonTable_headline {
  background: #606a76;
  color: #fff;
  font-size: 1.5rem;
}
.comparisonTable_box th, .comparisonTable_box td{
  padding: 8px 5px
}
  
}
