@charset "UTF-8";

body {
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  html {
    font-size: 2.083333vw;
  }
}

@media screen and (min-width: 960px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.666667vw;
  }
}

.inview {
  opacity: 0;
  -webkit-transform: translate(0px, 1.5rem);
  transform: translate(0px, 1.5rem);
  -webkit-transition: background-color 0.3s linear, opacity 0.5s linear 0s, -webkit-transform 1.5s ease 0s;
  transition: background-color 0.3s linear, opacity 0.5s linear 0s, -webkit-transform 1.5s ease 0s;
  transition: background-color 0.3s linear, transform 1.5s ease 0s, opacity 0.5s linear 0s;
  transition: background-color 0.3s linear, transform 1.5s ease 0s, opacity 0.5s linear 0s, -webkit-transform 1.5s ease 0s;
}

.inview.view {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  will-change: transform;
}
@media print {
  .inview {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    will-change: transform;
  }
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.pc_ib {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .pc_ib {
    display: none !important;
  }
}

.sp_ib {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_ib {
    display: inline-block !important;
  }
}

/* ------ headSection ------ */
@media screen and (max-width: 767px) {
  #topicPath {
    padding: 0.25rem 2% 0 2%;
  }

  #contents {
    padding: 0;
  }

  #contents .detailSection {
    width: 35.5rem;
  }
}

#contents .headSection {
  position: relative;
  margin: 1rem auto 0;
}

@media screen and (max-width: 767px) {
  #contents .headSection {
    margin: 0.95rem auto 0;
    padding-bottom: 5.5rem;
  }
}

#contents .headSection .innerBlock {
  width: 48rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #contents .headSection .innerBlock {
    margin: 2.5rem auto 0;
    width: 35.5rem;
  }
}

#contents .headSection .leftArea {
  width: 40%;
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}

#contents .headSection .leftArea .title {
  font-size: 1rem;
  line-height: 1em;
  padding: 0 0 0 1rem;
  background: none;
  background: url(/common/images/bg_dline_01.gif) repeat-y left bottom;
}

#contents .headSection .ttl {
  display: block;
  width: 100%;
  float: none;
  overflow: inherit;
}

#contents .headSection .ttl p {
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  padding-right: 0;
}

#contents .headSection .ttl p a {
  color: #000 !important;
}

#contents .headSection .ttl .productsLogo {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1em;
  padding-left: 0;
  background: none;
  padding: 0 0.75rem 0 0;
}

@media screen and (max-width: 767px) {
  #contents .headSection .ttl .productsLogo {
    font-size: 1.25rem;
    padding: 0 0.35rem 0 0;
  }
}

#contents .headSection .ttl .productsLogo a {
  color: #000 !important;
}

#contents .headSection .ttl .productsLogo a:hover {
  text-decoration: none !important;
}

#contents .headSection .rightArea {
  width: 60%;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  position: absolute;
  top: -0.9rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  #contents .headSection .rightArea {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0 0;
    margin: 3.33vw 0 0;
  }
}

#contents .headSection .naviLink {
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents .headSection .naviLink + .naviLink {
    margin: 10px 0 0;
    margin: 1.33vw 0 0;
  }
}

#contents .headSection .naviLink a {
  display: block;
  height: 0.7rem;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  color: #000;
  border: 0.05rem solid;
  border-radius: 1.15rem;
  padding: 0.8rem 2rem 0.75rem 1rem;
  margin: 0 0 0 0.55rem;
}

@media screen and (max-width: 767px) {
  #contents .headSection .naviLink a {
    height: 1.15rem;
    font-size: 1.3rem;
    border-radius: 1.25rem;
    padding: 0.65rem 2.6rem 0.55rem 1.2rem;
    border: 0.1rem solid;
  }
}

#contents .headSection .naviLink a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

#contents .headSection .naviLink a img {
  position: absolute;
  top: 0.65rem;
  right: 0.6rem;
  display: block;
  width: 1.05rem;
  height: auto;
}

#contents .headSection .naviLink a img.rotate {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  #contents .headSection .naviLink a img {
    top: 0.6rem;
    right: 0.65rem;
    margin: 0;
    width: 1.4rem;
    height: auto;
  }
}

#contents .headSection .naviLink a.line2 {
  height: 1.85rem;
  line-height: 1.2;
  padding: 0.4rem 2rem 0.05rem 0.55rem;
}

@media screen and (max-width: 767px) {
  #contents .headSection .naviLink a.line2 {
    height: 2.8rem;
    line-height: 1.3;
    font-size: 1rem;
    border-radius: 1.9rem;
    padding: 0.5rem 2.6rem 0.3rem 0.8rem;
    margin: 0 0 0.5rem 0;
    border: 0.1rem solid;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #contents .headSection .naviLink a.line2 img {
    top: 1.15rem;
  }
}

#contents .headSection .aside {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  float: none;
  padding-top: 0px;
}

#contents .headSection .aside .guide li {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  letter-spacing: 0;
}

#contents .headSection .topicSubMenu {
  width: 24rem;
  margin: 0;
  position: absolute;
  top: -3.25rem;
  left: 50%;
}

@media screen and (max-width: 767px) {
  #contents .headSection .topicSubMenu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
    /* background-color: #eeeeee; */
  }
}

#contents .headSection .topicSubMenu ul.list {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #contents .headSection .topicSubMenu ul.list {
    text-align: center;
  }
}

#contents .headSection .topicSubMenu ul.list li {
  display: inline-block;
  vertical-align: top;
  height: 0.9rem;
}

@media screen and (max-width: 767px) {
  #contents .headSection .topicSubMenu ul.list li {
    width: 49.2%;
    height: 2.85rem;
    background: #eeeeee;
  }
}

@media screen and (max-width: 767px) {
  #contents .headSection .topicSubMenu ul.list li+li {
    width: 49.2%;
  }
}

#contents .headSection .topicSubMenu ul.list li.on {
  border-bottom: #333333 0.1rem solid;
}

@media screen and (max-width: 767px) {
  #contents .headSection .topicSubMenu ul.list li.on {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  #contents .headSection .topicSubMenu ul.list li.on a {
    color: #888888;
  }
}

#contents .headSection .topicSubMenu ul.list li a {
  font-size: 0.55rem;
  line-height: 0.9rem;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #contents .headSection .topicSubMenu ul.list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.85rem;
    text-align: center;
  }
}

#contents .headSection .topicSubMenu ul.list li:hover a {
  text-decoration: none;
  border-bottom: #333333 0.1rem solid;
  opacity: 0.6;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

#contents .headSection .topicSubMenu ul.list li.on:hover a {
  border-bottom: 0px;
  opacity: 1;
}

#contents .headSection .topicSubMenu ul.list li.line {
  margin: 0 0.65rem 0;
  width: 1px;
  height: 0.9rem;
  background: #999999;
}

/* ------ lineupArea ------ */
.lineupArea {
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .lineupArea {
    padding: 0;
  }

  .lineupArea img {
    width: 100%;
    height: auto;
  }
}

.lineupArea a {
  text-decoration: none !important;
}

.lineupArea .inner {
  position: relative;
  margin: 0 auto 0;
  width: 48rem;
}

@media screen and (max-width: 767px) {
  .lineupArea .inner {
    width: 100%;
  }
}

.lineupArea .bnEcotank {
  position: relative;
  margin: 2.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .lineupArea .bnEcotank {
    margin: 2.25rem auto 0;
    width: 35.5rem;
  }
}

@media screen and (min-width: 767px) {
  .lineupArea .bnEcotank a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s linear, border 0.2s linear;
    transition: opacity 0.2s linear, border 0.2s linear;
  }
}

.lineupArea .hikakuBtn {
  position: relative;
  margin: 0.85rem auto 0;
}

@media screen and (max-width: 767px) {
  .lineupArea .hikakuBtn {
    margin: 2.25rem auto 0;
    width: 35.5rem;
  }
}

@media screen and (min-width: 767px) {
  .lineupArea .hikakuBtn a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s linear, border 0.2s linear;
    transition: opacity 0.2s linear, border 0.2s linear;
  }
}

.lineupArea .mainTitleArea {
  margin: 90px auto 0;
  margin: 4.5rem auto 0;
  padding: 90px 0 0;
  padding: 4.5rem 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lineupArea .mainTitleArea {
    margin: 75px auto 0;
    margin: 10.00vw auto 0;
    padding: 75px 0 0;
    padding: 10.00vw 0 0;
  }
}

.lineupArea .mainTitleArea.hikaku {
  margin: 0 auto 0;
}

.lineupArea .mainTitleArea h3.title {
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.2;
  display: inline;
  padding: 0 8px 5px;
  border-bottom: 3px #000 solid;
}

@media screen and (max-width: 767px) {
  .lineupArea .mainTitleArea h3.title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    display: inline-block;
    border-bottom: #000 0.25rem solid;
  }
}

.lineupArea .mainTitleArea .title_line {
  width: 13.2rem;
  height: 0.15rem;
  margin: 0.25rem auto 0;
  background: #000;
}

.lineupArea .area1 {
  margin: 75px auto 0;
  margin: 3.75vw auto 0;
}

@media screen and (max-width: 767px) {
  .lineupArea .area1 {
    margin: 81px auto 0;
    margin: 10.80vw auto 0;
  }
}

.lineupArea .area2,
.lineupArea .area3,
.lineupArea .area4 {
  margin: 2.5rem auto 0;
}

@media screen and (max-width: 767px) {

  .lineupArea .area2,
  .lineupArea .area3,
  .lineupArea .area4 {
    margin: 2.7rem auto 0;
  }
}

.lineupArea h4.modelTitle {
  position: relative;
  margin: 0 auto 0;
  width: 48rem;
  height: 2.4rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background: #6db92b;
}

@media screen and (max-width: 767px) {
  .lineupArea h4.modelTitle {
    width: 35.5rem;
    height: 4.25rem;
    border-radius: 0.35rem;
    font-size: 1.4rem;
    line-height: 4.25rem;
    letter-spacing: 0.01em;
  }

  .lineupArea h4.modelTitle.line2 {
    height: auto;
    line-height: 1.4;
    padding: 1.25rem 0;
  }
}

.ie .lineupArea h4.modelTitle {
  line-height: 2.6rem;
}

@media screen and (max-width: 767px) {
  .lineupArea .area2 h4.modelTitle {
    width: 35.5rem;
    height: 4.25rem;
    border-radius: 0.35rem;
    font-size: 1.4rem;
    line-height: 4.25rem;
    letter-spacing: 0.01em;
  }

  .lineupArea .area3 h4.modelTitle {
    width: 35.5rem;
    height: 4.25rem;
    border-radius: 0.35rem;
    font-size: 1.4rem;
    line-height: 4.25rem;
    letter-spacing: 0.01em;
  }

  .lineupArea .area4 h4.modelTitle {
    width: 35.5rem;
    height: 5rem;
    border-radius: 0.35rem;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
    padding-top: 1.1rem;
  }
}

.lineupArea .area2 h4.modelTitle,
.lineupArea .area3 h4.modelTitle {
  background: #4694d1;
}

.lineupArea .area4 h4.modelTitle {
  background: #656565;
}

.lineupArea h4.modelTitle span.title {
  display: inline-block;
  vertical-align: middle;
}

.lineupArea h4.modelTitle span.small {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  margin: 0 1.1rem 0 0;
}

@media screen and (max-width: 767px) {
  .lineupArea h4.modelTitle span.small {
    font-size: 1rem;
  }
}

.lineupArea h4.modelTitle span.ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem 0 0;
}

@media screen and (max-width: 767px) {
  .lineupArea h4.modelTitle span.ico {
    display: block;
    width: 19rem;
    margin: 0 auto 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .lineupArea h4.modelTitle span .area3 h4.modelTitle span.ico {
    width: 16.2rem;
  }
}

.lineupArea h4.modelTitle span.arrow {
  position: absolute;
  bottom: -0.85rem;
  left: 50%;
  margin: 0 0 0 -0.45rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0.45rem 0 0.45rem;
  border-color: #6db92b transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .lineupArea h4.modelTitle span.arrow {
    bottom: -1.1rem;
    margin: 0 0 0 -0.7rem;
    border-width: 1.2rem 0.7rem 0 0.7rem;
  }
}

.lineupArea .area2 h4.modelTitle span.arrow,
.lineupArea .area3 h4.modelTitle span.arrow {
  border-color: #4694d1 transparent transparent transparent;
}

.lineupArea .area4 h4.modelTitle span.arrow {
  border-color: #656565 transparent transparent transparent;
}

.lineupArea .listArea {
  position: relative;
  margin: 1.35rem auto 0;
  width: 48rem;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea {
    margin: 2.2rem auto 0;
    width: 35.5rem;
  }

  .lineupArea .listArea.list2,
  .lineupArea .listArea.list3 {
    margin: 1.25rem auto 0;
  }
}

.lineupArea .listArea .headerBox {
  position: absolute;
  top: 0;
  z-index: 5;
  margin: 0 auto 0;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox {
    position: fixed;
    width: 35.5rem;
    -webkit-transform: translateY(-9.3rem);
    transform: translateY(-9.3rem);
  }
}

.lineupArea .listArea .headerBox.view {
  position: fixed;
  top: 0;
}

@media screen and (min-width: 767px) {
  .lineupArea .listArea .headerBox.view {
    -webkit-animation: topView 0.3s linear 0s 1 normal forwards;
    animation: topView 0.3s linear 0s 1 normal forwards;
  }
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox.view {
    -webkit-animation: topViewSp 0.3s linear 0s 1 normal forwards;
    animation: topViewSp 0.3s linear 0s 1 normal forwards;
  }
}

.lineupArea .listArea .headerBox.noview {
  position: fixed;
  top: 0;
}

@media screen and (min-width: 767px) {
  .lineupArea .listArea .headerBox.noview {
    -webkit-animation: topNoView 0.3s linear 0s 1 normal forwards;
    animation: topNoView 0.3s linear 0s 1 normal forwards;
  }
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox.noview {
    -webkit-animation: topNoViewSp 0.3s linear 0s 1 normal forwards;
    animation: topNoViewSp 0.3s linear 0s 1 normal forwards;
  }
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox table {
    width: 35.5rem;
  }
}

.lineupArea .listArea .headerBox table.list th {
  border: 1px #dddbdb solid;
  width: 8.45rem;
  height: 7.15rem;
  background: #fff;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox table.list th {
    border: 0.1rem #dddbdb solid;
    width: 10.5rem;
    height: 7.05rem;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
    font-weight: bold;
    color: #656565;
  }
}

.lineupArea .listArea .headerBox table.list6 th {
  width: 8.4rem;
}

.lineupArea .listArea .headerBox table.list7 th {
  width: 7.15rem;
}

.lineupArea .listArea .headerBox table.list td {
  border: 1px #dddbdb solid;
  background: #fff;
  padding: 0;
}

.lineupArea .listArea .headerBox table.list tr:first-child td {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox table.list tr:first-child td.lineAll {
    width: 24.8rem;
  }
}

.lineupArea .listArea .headerBox table.list tr:first-child td a {
  position: relative;
  padding: 1rem 0;
}

.lineupArea .listArea .headerBox table.list tr:first-child td a:before,
.lineupArea .listArea .headerBox table.list tr:first-child td a:after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 2;
  display: inline-block;
  padding: 0.15rem 0.25rem 0.1rem;
  border-radius: 0.25rem;
  color: #fff;
  line-height: 1;
  font-size: 0.6rem;
  font-weight: normal;
}

.ie .lineupArea .listArea .headerBox table.list tr:first-child td a:before,
.ie .lineupArea .listArea .headerBox table.list tr:first-child td a:after {
  padding: 0.25rem 0.25rem 0px;
}

@media screen and (max-width: 767px) {

  .lineupArea .listArea .headerBox table.list tr:first-child td a:before,
  .lineupArea .listArea .headerBox table.list tr:first-child td a:after {
    padding: 0.25rem 0.25rem 0.1rem;
    border-radius: 0.4rem;
    font-size: 0.9rem;
  }
}

.lineupArea .listArea .headerBox table.list tr:first-child td a.is-limit:before {
  content: '在庫限り';
  background: #999;
}

.lineupArea .listArea .headerBox table.list tr:first-child td a.is-new:before {
  content: 'NEW';
  background: #f00;
}

.lineupArea .listArea .headerBox table.list tr:first-child td a.is-cpn .image {
  -webkit-transform: translateY(-0.8rem);
  transform: translateY(-0.8rem);
}

.lineupArea .listArea .headerBox table.list tr:first-child td a.is-cpn .model {
  bottom: 0.4rem;
}

.lineupArea .listArea .headerBox table.list tr:first-child td a.is-cpn .model:after {
  display: block;
  background: #c62b2c;
  width: 5.95rem;
  margin: 0.3rem auto 0;
  padding: 0.25rem 0;
  content: "キャッシュバック\Aキャンペーン実施中！";
  white-space: pre;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox table.list tr:first-child td a.is-cpn .model:after {
    width: 11.5rem;
    margin: 0.2rem auto 0;
    padding: 0.2rem 0;
    font-size: 0.7rem;
  }
}

.lineupArea .listArea .headerBox table.list tr:first-child td a.is-cpn .model.line2 {
  bottom: 0.2rem;
}

.lineupArea .listArea .headerBox table.list tr:first-child td a.is-cpn .model.line2:after {
  margin: 0.1rem auto 0;
}

.lineupArea .listArea .headerBox table.list5 td {
  width: 9.75rem;
}

.lineupArea .listArea .headerBox table.list5 td.line2,
.lineupArea .listArea .headerBox table.list5 td.line3 {
  width: 9.85rem;
}

.lineupArea .listArea .headerBox table.list5 td.line4 {
  width: 9.8rem;
}

.lineupArea .listArea .headerBox table.list6 td {
  width: 7.85rem;
}

.lineupArea .listArea .headerBox table.list6 td.line2,
.lineupArea .listArea .headerBox table.list6 td.line3,
.lineupArea .listArea .headerBox table.list6 td.line4,
.lineupArea .listArea .headerBox table.list6 td.line5 {
  width: 7.85rem;
}

.lineupArea .listArea .headerBox table.list7 td {
  width: 6.75rem;
}

.lineupArea .listArea .headerBox table.list7 td.line1,
.lineupArea .listArea .headerBox table.list7 td.line2,
.lineupArea .listArea .headerBox table.list7 td.line3,
.lineupArea .listArea .headerBox table.list7 td.line4,
.lineupArea .listArea .headerBox table.list7 td.line5,
.lineupArea .listArea .headerBox table.list7 td.line6 {
  width: 6.75rem;
}

.lineupArea .listArea .headerBox table.list td .box {
  position: relative;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox table.list td .box a {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.lineupArea .listArea .headerBox table.list td .image {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox table.list td .image {
    width: 10rem;
    margin: 0 auto 0;
  }
}

.lineupArea .listArea .headerBox table.list td p.model {
  position: absolute;
  bottom: 1.6rem;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #000;
}

.lineupArea .listArea .headerBox table.list td p.model.narrow {
  letter-spacing: -0.08em;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .headerBox table.list td p.model {
    left: 0;
    font-size: 0.9rem;
    line-height: 1.1;
  }
}

.lineupArea .listArea .headerBox table.list td p.model.line2 {
  line-height: 1.1;
  bottom: 1.4rem;
}

.lineupArea .listArea .headerBox table.list td a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lineupArea .listArea .headerBox table.list td a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .productBox {
    position: relative;
    width: 35.4rem;
    height: auto;
    border-top: #97979a 1px solid;
    border-left: #97979a 1px solid;
    border-right: #97979a 1px solid;
    border-radius: 0.25rem 0.25rem 0 0;
  }

  .lineupArea .listArea .productBox a {
    position: relative;
    display: block;
    padding: 0.8rem 0 0.8rem;
  }

  .lineupArea .listArea .productBox a:before,
  .lineupArea .listArea .productBox a:after {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    display: inline-block;
    padding: 0.3rem 0.5rem 0.2rem;
    border-radius: 0.5rem;
    color: #fff;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .lineupArea .listArea .productBox a.is-limit:before {
    content: '在庫限り';
    background: #999;
  }

  .lineupArea .listArea .productBox a.is-new:after {
    content: 'NEW';
    background: #f00;
  }

  .lineupArea .listArea .productBox a.is-cpn {
    padding: 0 0 1.6rem;
  }

  .lineupArea .listArea .productBox a.is-cpn .model:after {
    display: block;
    background: #c62b2c;
    width: 16.7rem;
    margin: 0.2rem auto 0;
    padding: 0.3rem 0;
    content: "キャッシュバック\Aキャンペーン実施中！";
    white-space: pre;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.1em;
    color: #fff;
    /*
              transform: scale(0.8, 1);
              transform-origin: top left;
              width: 125%;
*/
  }

  .lineupArea .listArea .productBox .left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: #97979a 1px solid;
    width: 17.6rem;
  }

  .lineupArea .listArea .productBox .right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 17.65rem;
  }

  .lineupArea .listArea .productBox .image {
    width: 17.45rem;
    margin: 0 auto 0;
  }

  .lineupArea .listArea .productBox p.model {
    position: absolute;
    top: 10.1rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
  }
}

.lineupArea .listArea .listBox {
  margin: 0 auto 0;
  padding: 9.2rem 0 0;
  width: 48rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox {
    padding: 0;
    width: 35.5rem;
  }
}

.lineupArea .listArea .listBox .listOpen {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.75rem;
  background: #656565;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.75rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox .listOpen {
    height: 4.25rem;
    font-size: 1.4rem;
    line-height: 4.25rem;
  }
}

.ie .lineupArea .listArea .listBox .listOpen {
  line-height: 3rem;
}

.lineupArea .listArea .listBox .listOpen .icon {
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  margin: 0 0 0 4.75rem;
  width: 1.15rem;
  height: 1.15rem;
  background: url(/products/homeprinter/images/footer/btn_arr.png) no-repeat;
  background-size: 1.15rem 1.15rem;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox .listOpen .icon {
    top: 1.15rem;
    margin: 0 0 0 6.4rem;
    width: 1.75rem;
    height: 1.75rem;
    background: url(/products/homeprinter/images/footer/s/btn_arr.png) no-repeat;
    background-size: 1.75rem 1.75rem;
  }
}

.lineupArea .listArea .listBox .listClose {
  position: relative;
  top: -0.05rem;
  left: 0;
  width: 100%;
  height: 2.75rem;
  background: #656565;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.75rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox .listClose {
    display: none;
    height: 4.25rem;
    font-size: 1.4rem;
    line-height: 4.25rem;
  }
}

.ie .lineupArea .listArea .listBox .listClose {
  line-height: 3rem;
}

.lineupArea .listArea .listBox .listClose .icon {
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  margin: 0 0 0 3.6rem;
  width: 1.15rem;
  height: 1.15rem;
  background: url(/products/homeprinter/images/footer/btn_arr.png) no-repeat;
  background-size: 1.15rem 1.15rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox .listClose .icon {
    top: 1.15rem;
    margin: 0 0 0 6.4rem;
    width: 1.75rem;
    height: 1.75rem;
    background: url(/products/homeprinter/images/footer/s/btn_arr.png) no-repeat;
    background-size: 1.75rem 1.75rem;
  }
}

.lineupArea .listArea .listBox .viewBox {
  display: none;
}

.lineupArea .listArea .listBox table.list {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .lineupArea .listArea .listBox table.list.second {
    position: relative;
    top: -0.05rem;
  }
}

.lineupArea .listArea .listBox table.list tr:nth-child(2n+1) th,
.lineupArea .listArea .listBox table.list tr:nth-child(2n+1) td {
  background: #f8fafa;
}

.lineupArea .listArea .listBox table.list th {
  border: 1px #dddbdb solid;
  width: 8.45rem;
  height: 2rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 0 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox table.list th {
    border: 0.1rem #dddbdb solid;
    width: 10.5rem;
    height: 2.4rem;
    font-size: 0.9rem;
  }
}

.ie .lineupArea .listArea .listBox table.list th {
  padding: 0.6rem 0 0.4rem;
}

.lineupArea .listArea .listBox table.list th.link {
  height: 3.35rem;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox table.list th.link {
    height: 4.4rem;
  }
}

.lineupArea .listArea .listBox table.list.list7 th {
  width: 7.15rem;
  font-size: 0.7rem;
}

.lineupArea .listArea .listBox table.list td {
  border: 1px #dddbdb solid;
  height: 2.7rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.15rem 0 0.15rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox table.list td {
    border: 0.1rem #dddbdb solid;
    width: 12.3rem;
    height: 2.4rem;
    font-size: 0.9rem;
  }
}

.ie .lineupArea .listArea .listBox table.list td {
  padding: 0.25rem 0 1px;
}

.lineupArea .listArea .listBox table.list td.link {
  height: 3.35rem;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox table.list td.link {
    height: 4.4rem;
  }
}

.lineupArea .listArea .listBox table.list td.link a {
  position: relative;
  display: block;
  margin: 0 auto 0;
  width: 8.85rem;
  height: 2.1rem;
  border-radius: 0.25rem;
  background: #6db92b;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 2.1rem;
  letter-spacing: -0.05em;
  text-align: left;
  text-indent: 1.7rem;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox table.list td.link a {
    width: 11.2rem;
    height: 3.65rem;
    font-size: 1.1rem;
    line-height: 3.65rem;
    text-indent: 1.3rem;
  }
}

.lineupArea .listArea .listBox table.list td.link a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.lineupArea .listArea .listBox table.list td.link a span.arrow {
  position: absolute;
  top: 1.05rem;
  right: 0.25rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox table.list td.link a span.arrow {
    top: 1.8rem;
    right: 0.25rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}

.lineupArea .listArea .listBox table.list td.link a span.arrow:before {
  content: '';
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox table.list td.link a span.arrow:before {
    height: 0.15rem;
  }
}

.lineupArea .listArea .listBox table.list td.link a span.arrow:after {
  content: '';
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: -0.05rem;
  left: 0.1rem;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox table.list td.link a span.arrow:after {
    height: 0.15rem;
  }
}

.lineupArea .listArea .listBox table.list td span.black {
  color: #000;
}

.lineupArea .listArea .listBox table.list td span.cyan {
  color: #0066ff;
}

.lineupArea .listArea .listBox table.list td span.lcyan {
  color: #61c5ee;
}

.lineupArea .listArea .listBox table.list td span.magenta {
  color: #ff0000;
}

.lineupArea .listArea .listBox table.list td span.lmagenta {
  color: #ff5de2;
}

.lineupArea .listArea .listBox table.list td span.yellow {
  color: #ffea00;
}

.lineupArea .listArea .listBox table.list.list5 td.line1 {
  width: 9.75rem;
}

.lineupArea .listArea .listBox table.list.list5 td.line2,
.lineupArea .listArea .listBox table.list.list5 td.line3 {
  width: 9.85rem;
}

.lineupArea .listArea .listBox table.list.list5 td.line4 {
  width: 9.8rem;
}

.lineupArea .listArea .listBox table.list.list6 td.link a {
  width: 7.2rem;
  font-size: 0.7rem;
  text-indent: 0.9rem;
}

.lineupArea .listArea .listBox table.list.list7 td.link a {
  width: 6.3rem;
  font-size: 0.6rem;
  text-indent: 0.9rem;
}

.lineupArea .listArea .listBox table.list.list6 td {
  font-size: 0.65rem;
}

.lineupArea .listArea .listBox table.list.list6 td.line1,
.lineupArea .listArea .listBox table.list.list6 td.line2,
.lineupArea .listArea .listBox table.list.list6 td.line3,
.lineupArea .listArea .listBox table.list.list6 td.line4,
.lineupArea .listArea .listBox table.list.list6 td.line5 {
  width: 7.85rem;
}

.lineupArea .listArea .listBox table.list.list7 td {
  font-size: 0.65rem;
}

.lineupArea .listArea .listBox table.list.list7 td.line1,
.lineupArea .listArea .listBox table.list.list7 td.line2,
.lineupArea .listArea .listBox table.list.list7 td.line3,
.lineupArea .listArea .listBox table.list.list7 td.line4,
.lineupArea .listArea .listBox table.list.list7 td.line5,
.lineupArea .listArea .listBox table.list.list7 td.line6 {
  width: 6.75rem;
}

.lineupArea .listArea .listBox table.list.list6 td.link a span.arrow:after,
.lineupArea .listArea .listBox table.list.list7 td.link a span.arrow:after {
  top: -0.05rem;
}

@media screen and (max-width: 767px) {
  .lineupArea .listArea .listBox table.list.list6 td.link a span.arrow {
    width: 0.5rem;
    height: 0.5rem;
  }

  .lineupArea .listArea .listBox table.list.list6 td.link a span.arrow:after {
    top: -0.1rem;
  }
}

.lineupArea ul.note {
  margin: 0.75rem auto 0;
}

@media screen and (max-width: 767px) {
  .lineupArea ul.note {
    margin: 0.7rem auto 0;
    width: 35.5rem;
    text-align: left;
  }
}

.lineupArea ul.note li {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .lineupArea ul.note li {
    font-size: 1rem;
    line-height: 1.4;
    text-indent: -1.7em;
    margin: 0 0 0 1.7rem;
  }

  .lineupArea ul.note li img {
    width: 0.75rem;
  }
}

@-webkit-keyframes topView {
  0% {
    -webkit-transform: translateY(-7.7rem);
    transform: translateY(-7.7rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes topView {
  0% {
    -webkit-transform: translateY(-7.7rem);
    transform: translateY(-7.7rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes topNoView {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-7.7rem);
    transform: translateY(-7.7rem);
  }
}

@keyframes topNoView {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-7.7rem);
    transform: translateY(-7.7rem);
  }
}

@keyframes topViewSp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes topViewSp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes topNoViewSp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {}
}

@-webkit-keyframes topNoViewSp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {}
}

.contentsSection .trademarkArea ul.note {
  width: 48.5rem;
  margin: 2.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .contentsSection .trademarkArea ul.note {
    width: 33.9rem;
    margin: 2.5rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection .trademarkArea ul.note li {
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection .trademarkArea ul.note li strong {
    font-weight: bold;
  }
}

/* ------ .pickupArea ------ */
#contents .pickupArea {
  width: var(--contents-width);
  margin: 3.3rem auto 0;
}

@media screen and (max-width: 767px) {
  #contents .pickupArea {
    width: 35.3rem;
    margin: 4.45rem auto 0;
    border: #cccccc 0.1rem solid;
  }
}

#contents .pickupArea h3 {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: -apple-system, "Open Sans", Sans-Serif;
  margin-block-end: 60px;
}

@media screen and (max-width: 767px) {
  #contents .pickupArea h3 {
    height: 4.4rem;
    font-size: 1.8rem;
    line-height: 4.4rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-indent: 1.5rem;
    background: #eaeaea;
    border-bottom: #e2e2e2 0.1rem solid;
  }
}

#contents .pickupArea h3 span {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  #contents .pickupArea h3 span {
    font-size: 1.2rem;
  }
}



#contents .pickupArea #slide li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  #contents .pickupArea #slide{
    max-inline-size: 1185px;
  }

  #contents .pickupArea #slide{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 1.1rem;
  }
}

@media screen and (max-width: 767px) {

  #contents .pickupArea #slide li {
    display: block;
    padding: 1.1rem 0 1.1rem;
    width: 33.9rem;
    border-bottom: #cccccc 1px dotted;
  }
}

/* #contents .pickupArea #slide li:nth-child(4n) {
  margin: 2.5rem 0 0;
} */

/* @media screen and (max-width: 767px) {
  #contents .pickupArea #slide li:nth-child(4n) {
    margin: 0 auto 0;
  }
} */

#contents .pickupArea #slide li a:hover {
  text-decoration: underline!important;
 }

#contents .pickupArea #slide li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #contents .pickupArea #slide li img {
    width: 13.5rem;
    height: auto;
    float: left;
    margin: 0 0.75rem 0.75rem 0;
  }
}

#contents .pickupArea #slide li span {
  display: block;
  font-size: 0.6rem;
}

@media screen and (max-width: 767px) {
  #contents .pickupArea #slide li span {
    font-size: 1.3rem;
    font-weight: bold;
  }
}

#contents .pickupArea #slide li dd {
  font-size: 0.6rem;
}

@media screen and (max-width: 767px) {
  #contents .pickupArea #slide li dd {
    font-size: 1.25rem;
  }
}

#contents .share {
  margin: 3.3rem auto 0;
  display: flex;
  max-inline-size: var(--contents-width);
  justify-content: flex-end;
  gap: 54px;
  align-items: center;
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  #contents .share {
    margin: 4.9rem auto 0;
  }
}

#contents .share h3 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: -apple-system, "Open Sans", Sans-Serif;
}

@media screen and (max-width: 767px) {
  #contents .share h3 {
    font-size: 1.3rem;
  }
}

#contents .snsList ul {
  text-align: center;
  display: flex;
  gap: 16px;
}

#contents .snsList ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  #contents .snsList ul li {
    width: 4.6rem;
  }

  #contents .snsList ul li img {
    width: 100%;
    height: auto;
  }
}

#contents .snsList ul li:hover img {
  opacity: 0.6;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
