@charset "UTF-8";
/* topicPath 
================================================== */
#topicPath {
  position: relative;
  overflow: hidden;
}
#topicPath .breadcrumb {
  margin: 0;
}
#topicPath .breadcrumb a {
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  color: #000;
}
@media (min-width: 768px) {
  #topicPath .breadcrumb {
    position: absolute;
    right: 0;
    top: 44px;
    display: flex;
  }
  #topicPath .breadcrumb div + div {
    border-left: solid 1px #999;
    margin-left: 15px;
    padding-left: 15px;
  }
  #topicPath .breadcrumb a:hover, #topicPath .breadcrumb a.is-current {
    border-bottom: #333 2px solid;
  }
}
@media only screen and (max-width: 767px) {
  #topicPath {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  #topicPath ul {
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }
  #topicPath .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
    justify-content: center;
  }
  #topicPath .breadcrumb div {
    box-sizing: border-box;
    flex: 0 0 50%;
    margin-bottom: 6px;
    padding: 0 3px;
  }
  #topicPath .breadcrumb a {
    display: block;
    height: 28px;
    line-height: 28px;
    background: #eee;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  #topicPath .breadcrumb a.is-current {
    color: #888888;
  }
}

/* pageHeader
================================================== */
.pageHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #6eb92b;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  margin-top: 15px;
}
.pageHeader a {
  color: #fff;
  text-decoration: none;
}
.pageHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  height: 64px;
}
.pageHeader__title {
  font-size: 21px;
  color: #fff;
}
.pageHeader__title sub {
  display: inline-block;
  font-size: 12px;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .pageHeader__anchors {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .pageHeader__anchors > li + li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px rgba(255, 255, 255, 0.5);
  }
  .pageHeader__anchors a {
    display: inline-block;
    opacity: 1;
  }
  .pageHeader__anchors a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeader {
    box-shadow: none;
    margin-top: 0;
  }
  .pageHeader__inner {
    position: relative;
    display: block;
    height: auto;
  }
  .pageHeader__title {
    position: relative;
    padding: 0 10px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .pageHeader__title sub {
    font-size: 10px;
  }
  .pageHeader__title::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    transform: rotate(45deg);
    right: 15px;
    top: 50%;
    margin-top: -7px;
  }
  .pageHeader__title.is-open::after {
    transform: rotate(225deg);
    margin-top: -2px;
  }
  .pageHeader__anchors {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    display: none;
    padding: 10px 15px;
    background: #6eb92b;
  }
  .pageHeader__anchors > li {
    border-bottom: solid 1px #fff;
  }
  .pageHeader__anchors a {
    display: block;
    padding: 1em 1.15em;
    line-height: 1;
  }
}

/* p-top
================================================== */
.p-top {
  overflow: hidden;
}
.p-top * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-top * img {
    width: 100%;
    height: auto;
  }
}

/* p-topkv
================================================== */
.p-topkv {
  background: #6eb92b url("/products/ecotank/images/index_202109/kv_bg-pc.png") repeat-x left top;
}
.p-topkv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  height: 245px;
  color: #fff;
  margin: 0 auto;
}
.p-topkv__title {
  flex: 0 0 365px;
  position: relative;
  margin-right: 10px;
  padding: 0 10px 8px 5px;
  border-bottom: solid 2px #fff;
}
.p-topkv__title span,
.p-topkv__title em {
  display: block;
  line-height: 1;
  font-style: italic;
  font-weight: normal;
}
.p-topkv__title span {
  margin-bottom: 10px;
  font-size: 18px;
}
.p-topkv__title em {
  font-size: 34px;
}
.p-topkv__title i {
  position: absolute;
  right: -23px;
  bottom: 10px;
}
.p-topkv__title i svg {
  width: 20px;
  height: 29px;
  stroke: #fff;
}
.p-topkv__image {
  flex: 0 0 558px;
}
@media only screen and (max-width: 767px) {
  .p-topkv {
    background: #6eb92b none;
  }
  .p-topkv__inner {
    display: block;
    height: auto;
  }
  .p-topkv__title {
    margin: 0 30px 20px 20px;
    padding: 20px 0 6px 0;
  }
  .p-topkv__title span {
    font-size: 4.8vw;
  }
  .p-topkv__title em {
    font-size: 8.53333vw;
  }
  .p-topkv__title i {
    right: -17px;
    bottom: 0;
  }
  .p-topkv__title i svg {
    width: 15px;
    height: 22px;
  }
}

/* p-topRecommend
================================================== */
.p-topRecommend {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 65px 0;
}
.p-topRecommend__section {
  margin: 0 -30px;
  padding: 100px 0 0 0;
}
.p-topRecommend__panel {
  position: relative;
  padding: 85px 0 60px;
  background: #f1f4f6;
}
.p-topRecommend__title {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
}
.p-topRecommend__title span {
  display: block;
  max-width: 780px;
  margin: 0 auto;
  padding: .75em;
  background: #e4a726;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.p-topRecommend__title--biz span {
  background: #3b8ecd;
}
.p-topRecommend__subtitle {
  position: relative;
  display: table;
  margin: 0 auto 50px;
  border-bottom: solid 2px #e4a726;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
}
.p-topRecommend__subtitle i {
  position: absolute;
  right: -24px;
  bottom: 10px;
}
.p-topRecommend__subtitle i svg {
  width: 20px;
  height: 29px;
  stroke: #e4a726;
}
.p-topRecommend__subtitle--biz {
  border-bottom-color: #3b8ecd;
}
.p-topRecommend__subtitle--biz i svg {
  stroke: #3b8ecd;
}
.p-topRecommend__items {
  display: flex;
}
.p-topRecommend__item {
  line-height: 1;
  text-align: center;
}
.p-topRecommend__item__wrap {
  transition: opacity .3s ease;
  display: table;
  margin: 0 auto;
  text-decoration: none !important;
}
.p-topRecommend__item__wrap:hover {
  opacity: .6;
}
.p-topRecommend__item__size {
  margin-bottom: 1.5em;
  font-size: 12px;
  line-height: 1.3;
  color: #333;
}
.p-topRecommend__item__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: .25em;
  font-size: 20px;
  color: #333;
}
.p-topRecommend__item__name i {
  padding: 3px 5px 1px;
  background: #f00;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.p-topRecommend__item__link {
  margin-bottom: 2.5em;
  font-size: 14px;
  font-weight: bold;
}
.p-topRecommend__item__link span {
  transition: opacity .3s ease;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #005ab4 !important;
  text-decoration: none;
}
.p-topRecommend__item__link span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #005ab4;
  border-right: solid 2px #005ab4;
  transform: translateY(-50%) rotate(45deg);
}
.p-topRecommend__item__link span:hover {
  opacity: .75;
}
.p-topRecommend__item__rating {
  display: table;
  margin: 0 auto;
}
.p-topRecommend__item__rating > li {
  display: flex;
  align-items: center;
  line-height: 1.3;
  text-align: left;
}
.p-topRecommend__item__rating > li + li {
  margin-top: 8px;
}
.p-topRecommend__item__rating > li > div:nth-child(1) {
  width: 5em;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.p-topRecommend__item__rating > li > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.p-topRecommend__item__rating > li > div:nth-child(2) svg {
  width: 15px;
  height: 15px;
}
.p-topRecommend__item__rating > li > div:nth-child(2) > div + div {
  margin-left: 5px;
}
.p-topRecommend__btn {
  margin-top: 70px;
}
.p-topRecommend__btn a {
  transition: all .3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border: solid 2px #6eb92b;
  color: #6eb92b !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-topRecommend__btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #6eb92b;
  transform: rotate(45deg);
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
.p-topRecommend__btn a:hover {
  background: #6eb92b;
  color: #fff !important;
}
.p-topRecommend__btn a:hover::after {
  border-color: #fff;
}
@media (min-width: 768px) {
  .p-topRecommend__item {
    flex: 1 0 0%;
  }
  .p-topRecommend__btn a:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-topRecommend {
    padding-bottom: 60px;
  }
  .p-topRecommend__section {
    margin: 0;
    padding: 60px 0 0 0;
  }
  .p-topRecommend__panel {
    padding: 50px 0 35px;
  }
  .p-topRecommend__title span {
    margin: 0 30px;
    font-size: 4.66667vw;
  }
  .p-topRecommend__subtitle {
    font-size: 6vw;
  }
  .p-topRecommend__subtitle i {
    right: -18px;
    bottom: 2px;
  }
  .p-topRecommend__subtitle i svg {
    width: 15px;
    height: 22px;
  }
  .p-topRecommend__item__size {
    font-size: 4vw;
  }
  .p-topRecommend__item__name {
    font-size: 5.6vw;
  }
  .p-topRecommend__item__name i {
    padding: 3px 5px 2px;
    font-size: 3.2vw;
  }
  .p-topRecommend__item__link {
    font-size: 4vw;
  }
  .p-topRecommend__btn {
    margin-top: 35px;
  }
  .p-topRecommend__btn a {
    width: 100%;
    max-width: 310px;
    height: 40px;
    font-size: 15px;
  }
  .p-topRecommend__btn a::after {
    width: 6px;
    height: 6px;
    right: 10px;
    margin-top: -5px;
  }
  .p-topRecommend__btn a:nth-of-type(1) {
    display: none;
  }
  .p-topRecommend .swiper-button-prev,
  .p-topRecommend .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #fff;
    border: solid 1px #c6c6c6;
  }
  .p-topRecommend .swiper-button-prev::after,
  .p-topRecommend .swiper-button-next::after {
    display: none;
  }
  .p-topRecommend .swiper-button-prev::before,
  .p-topRecommend .swiper-button-next::before {
    top: 15px;
  }
  .p-topRecommend .swiper-button-prev.swiper-button-disabled,
  .p-topRecommend .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background: #ccc;
  }
  .p-topRecommend .swiper-button-prev.swiper-button-disabled::before,
  .p-topRecommend .swiper-button-next.swiper-button-disabled::before {
    border-color: #fff;
  }
  .p-topRecommend .swiper-button-prev {
    left: 10px;
  }
  .p-topRecommend .swiper-button-prev::before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #c9c9c9;
    transform: rotate(135deg);
    right: 12px;
  }
  .p-topRecommend .swiper-button-next {
    right: 10px;
  }
  .p-topRecommend .swiper-button-next::before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #c9c9c9;
    transform: rotate(-45deg);
    left: 12px;
  }
}

/* p-topInd {
================================================== */
.p-topInd {
  position: relative;
  padding: 70px 0 90px 0;
  background: #f1f4f6;
  overflow: hidden;
}
.p-topInd__inner {
  position: relative;
  max-width: 906px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-topInd {
    padding: 40px 10px;
  }
}

/* p-topIndInfo
================================================== */
.p-topIndInfo {
  position: relative;
  background: #e5e7e8;
  padding: 45px;
}
.p-topIndInfo + .p-topIndInfo {
  margin-top: 50px;
}
.p-topIndInfo__ttl {
  margin-bottom: 60px;
  text-align: center;
}
.p-topIndInfo__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 42px;
  margin: 0 auto;
  background: #6eb92b;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  padding-top: 5px;
  font-weight: bold;
  text-align: center;
}
.p-topIndInfo__tag--h {
  height: 3.5em;
}
.p-topIndInfo__tag--wide {
  width: 460px;
}
@media only screen and (max-width: 767px) {
  .p-topIndInfo {
    padding: 15px;
  }
  .p-topIndInfo + .p-topIndInfo {
    margin-top: 35px;
  }
  .p-topIndInfo__ttl {
    margin-bottom: 35px;
  }
  .p-topIndInfo__ttl img {
    max-width: 315px;
  }
  .p-topIndInfo__tag {
    margin-top: 7.04225%;
    font-size: 15px;
    font-size: 4vw;
    width: 65vw;
    padding-top: 0;
    height: 10.66667vw;
  }
  .p-topIndInfo__tag--wide {
    width: 65vw;
    height: 3.5em;
  }
}

/* p-topIndInfoBox
================================================== */
.p-topIndInfoBox {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.p-topIndInfoBox__item {
  width: 340px;
  margin: 0 10px;
}
.p-topIndInfoBox__att {
  margin-top: 10px;
  font-size: 12px;
}
.p-topIndGraph + .p-topIndInfoBox__att {
  width: 756px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .p-topIndInfoBox {
    margin-top: 10%;
  }
  .p-topIndInfoBox__item {
    width: 49.29577%;
    margin: 0 1%;
  }
  .p-topIndInfoBox__att {
    font-size: 11px;
    font-size: 2.93333vw;
    margin-top: 10px;
    margin-top: 4vw;
  }
  .p-topIndGraph + .p-topIndInfoBox__att {
    width: auto;
  }
}

/* p-topIndInfoBoxTtl
================================================== */
.p-topIndInfoBoxTtl {
  padding: 16px 0;
}
.p-topIndInfoBoxTtl--eco {
  background: #6eb92b url("/products/ecotank/images/index_202109/h_icon_ecotank.png") no-repeat right 10px center;
}
.p-topIndInfoBoxTtl--cart {
  background: #0595d3 url(/products/ecotank/images/index_202109/h_icon_cartridge.png) no-repeat right 10px center;
}
.p-topIndInfoBoxTtl__name {
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.p-topIndInfoBoxTtl__small {
  font-size: 13px;
  color: #FFF;
  margin-top: 0;
  text-align: center;
}
.p-topIndInfoBoxTtl__name, .p-topIndInfoBoxTtl__small {
  width: 74%;
}
@media only screen and (max-width: 767px) {
  .p-topIndInfoBoxTtl {
    padding: 3.33333vw 0;
  }
  .p-topIndInfoBoxTtl--eco {
    background: #6eb92b none;
  }
  .p-topIndInfoBoxTtl--cart {
    background: #0595d3 none;
  }
  .p-topIndInfoBoxTtl__name {
    font-size: 17px;
    font-size: 4.53333vw;
  }
  .p-topIndInfoBoxTtl__small {
    font-size: 12px;
    font-size: 3.2vw;
    margin-top: 0%;
  }
  .p-topIndInfoBoxTtl__name, .p-topIndInfoBoxTtl__small {
    width: auto;
  }
}

/* lineup
================================================== */
.lineup {
  padding: 90px 0;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lineup__inner {
  max-width: 960px;
  margin: 0 auto;
}
.lineup__title {
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
.lineup__tabs {
  display: flex;
  justify-content: center;
}
.lineup__tabs > li + li {
  margin-left: 10px;
}
.lineup__tab {
  width: 245px;
  height: 80px;
}
.lineup__tab > span {
  transition: opacity .3s ease;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #e4a726;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  opacity: .5;
  cursor: pointer;
}
.lineup__tab > span:hover, .lineup__tab > span.is-active {
  opacity: 1;
}
.lineup__tab--biz > span {
  background: #3b8ecd;
}
.lineup__tab--mono > span {
  background: #6b6b6b;
}
.lineup__content__body {
  position: relative;
  border-top: solid 2px #e4a726;
}
.lineup__content__body--biz {
  border-top-color: #3b8ecd;
}
.lineup__content__body--mono {
  border-top-color: #6b6b6b;
}
.lineup__button {
  position: absolute;
  width: 38px;
  height: 237px;
  background: #202020;
  top: 60px;
  margin-top: 0;
  cursor: pointer;
  z-index: 8;
}
.lineup__button:hover {
  background: #8f8f8f;
}
.lineup__button--prev {
  left: -38px;
  border-radius: 10px 0 0 10px;
}
.lineup__button--prev::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: #fff;
  transform: rotate(135deg);
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.lineup__button--next {
  right: -38px;
  border-radius: 0 10px 10px 0;
}
.lineup__button--next::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lineup__items {
  display: flex;
  padding: 10px 0;
}
.lineup__items > div:first-child {
  border-left: solid 1px #ccc;
}
.lineup__item {
  flex: 0 0 240px;
  max-width: 240px;
  border-right: solid 1px #ccc;
}
.lineup__item__inner {
  padding: 0 10px;
}
.lineup__item__model {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -.1em;
  text-align: center;
}
.lineup__item__image {
  position: relative;
  margin-bottom: 14px;
}
.lineup__item__image img {
  width: 100%;
  height: auto;
}
.lineup__item__image i {
  position: absolute;
  left: 0;
  top: 0;
  padding: .3em .5em .2em;
  background: #ff3232;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
}
.lineup__item__name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.lineup__item__name i {
  display: inline-block;
  padding: 1px 5px 2px;
  background: #f00;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}
.lineup__item__price {
  margin-bottom: 10px;
  background: #f1f4f6;
  border: solid 1px #ccc;
  text-align: center;
}
.lineup__item__price dt {
  padding: 18px 5px;
  border-bottom: solid 1px #ccc;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}
.lineup__item__price dd {
  padding: 5px 5px 2px;
  font-size: 11px;
  line-height: 1.33;
}
.lineup__item__price dd span {
  font-size: 18px;
  font-weight: bold;
  color: #ff3232;
}
.lineup__item__btn {
  margin-bottom: 20px;
}
.lineup__item__btn a {
  transition: opacity .3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  border-radius: 5px;
  background: #000;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}
.lineup__item__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.lineup__item__btn a:hover {
  opacity: .75;
}
.lineup__item__ratings {
  padding: 20px 10px 20px 5px;
  border-top: solid 1px #ccc;
}
.lineup__item__ratings ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3;
  text-align: left;
}
.lineup__item__ratings ul > li + li {
  margin-top: 8px;
}
.lineup__item__ratings ul > li > div:nth-child(1) {
  width: 5em;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.lineup__item__ratings ul > li > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.lineup__item__ratings ul > li > div:nth-child(2) svg {
  width: 18px;
  height: 18px;
}
.lineup__item__ratings ul > li > div:nth-child(2) > div + div {
  margin-left: 10px;
}
.lineup__item__box {
  padding: 14px 10px;
  background: #e4e8ea;
}
.lineup__item__box + .lineup__item__box {
  margin-top: 5px;
}
.lineup__item__box dt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}
.lineup__item__box dt span {
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 70%, #eabc49 65%);
}
.lineup__item__box ul > li {
  position: relative;
  padding: 15px 2px;
  background: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
.lineup__item__box ul > li + li {
  margin-top: 8px;
}
.lineup__item__box ul > li.is-star::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 2px #6eb92b;
}
.lineup__item__box ul > li.is-star::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/products/ecotank/images/index_202109/lineup_star.svg") no-repeat;
  background-size: 15px 15px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .lineup__content__title {
    display: none;
  }
  .lineup__content__body .p-topIndInfoBox__att {
    margin-top: 0;
  }
  .lineup__container {
    overflow: hidden !important;
  }
  .lineup__container .scroll-hint-icon-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .lineup {
    padding: 45px 0;
  }
  .lineup__title {
    margin-bottom: 40px;
    font-size: 5.33333vw;
  }
  .lineup__tabs {
    display: none;
  }
  .lineup__content + .lineup__content {
    margin-top: 10px;
  }
  .lineup__content__title {
    position: relative;
    display: flex;
    align-items: center;
    height: 42px;
    margin: 0 10px;
    padding: 0 10px;
    background: #e4a726;
    font-size: 3.86667vw;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  .lineup__content__title--biz {
    background: #3b8ecd;
  }
  .lineup__content__title--mono {
    background: #8f8f8f;
  }
  .lineup__content__title i {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 33px;
    height: 33px;
    background: #ccc;
  }
  .lineup__content__title i::before, .lineup__content__title i::after {
    transition: transform .3s ease;
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    left: 7px;
    top: 15px;
  }
  .lineup__content__title.is-open i::after {
    transform: rotate(90deg);
  }
  .lineup__content__body {
    padding-bottom: 10px;
  }
  .lineup__content__body .p-topIndInfoBox__att {
    padding: 0 15px;
  }
  .lineup__container {
    padding-bottom: 0;
    overflow: auto;
  }
  .lineup__container::-webkit-scrollbar {
    height: 6px;
  }
  .lineup__container::-webkit-scrollbar-track {
    margin: 0 5px;
    background: #ccc;
    border-radius: 3px;
  }
  .lineup__container::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
  }
  .lineup__item {
    flex: 0 0 60%;
    max-width: 50%;
    border: none !important;
  }
  .lineup__item__inner {
    padding: 0 8px;
  }
  .lineup__item__model {
    font-size: 2.93333vw;
  }
  .lineup__item__image {
    position: relative;
    margin-bottom: 10px;
  }
  .lineup__item__image img {
    width: 100%;
    height: auto;
  }
  .lineup__item__image i {
    font-size: 2.66667vw;
  }
  .lineup__item__name {
    font-size: 3.2vw;
  }
  .lineup__item__name i {
    font-size: 2.66667vw;
  }
  .lineup__item__price dt {
    font-size: 3.33333vw;
  }
  .lineup__item__price dd {
    font-size: 2.66667vw;
  }
  .lineup__item__price dd span {
    font-size: 4vw;
  }
  .lineup__item__btn {
    margin-bottom: 10px;
  }
  .lineup__item__btn a {
    height: 2.3em;
    font-size: 3.06667vw;
  }
  .lineup__item__ratings {
    padding: 10px 5px;
  }
  .lineup__item__ratings ul > li + li {
    margin-top: 8px;
  }
  .lineup__item__ratings ul > li > div:nth-child(1) {
    padding-top: 5px;
    font-size: 3.06667vw;
  }
  .lineup__item__ratings ul > li > div:nth-child(2) svg {
    width: 16px;
    height: 16px;
  }
  .lineup__item__ratings ul > li > div:nth-child(2) > div + div {
    margin-left: 5px;
  }
  .lineup__item__box {
    padding: 10px 8px;
  }
  .lineup__item__box + .lineup__item__box {
    margin-top: 3px;
  }
  .lineup__item__box dt {
    margin-bottom: 8px;
    font-size: 3.2vw;
  }
  .lineup__item__box ul > li {
    padding: 8px 2px;
    font-size: 2.93333vw;
  }
  .lineup__item__box ul > li + li {
    margin-top: 5px;
  }
  .lineup__item__box ul > li.is-star::before {
    border-width: 1px;
  }
  .lineup__item__box ul > li.is-star::after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
}

/* movieBanner
================================================== */
.movieBanner {
  padding: 60px 0 120px;
}
.movieBanner h2 {
  margin-bottom: 1.5em;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
.movieBanner h2 span {
  display: inline-block;
  padding-bottom: .15em;
  border-bottom: solid 3px #000;
}
.movieBanner__inner {
  max-width: 960px;
  margin: 0 auto;
}
.movieBanner__youtube {
  margin-bottom: 90px;
}
.movieBanner__youtube > div {
  position: relative;
  padding-top: 56.8%;
}
.movieBanner__youtube > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieBanner__youtube > ul {
  margin-top: 10px;
  font-size: 12px;
}
.movieBanner__banner p {
  max-width: 901px;
  margin: 0 auto;
}
.movieBanner__banner p a {
  transition: opacity .3s ease;
  display: block;
}
.movieBanner__banner p a:hover {
  opacity: .75;
}
@media only screen and (max-width: 767px) {
  .movieBanner {
    padding: 0 0 20px;
  }
  .movieBanner h2 {
    margin-bottom: 1.5em;
    font-size: 4.8vw;
  }
  .movieBanner__inner {
    padding: 0 10px;
  }
  .movieBanner__youtube {
    margin-bottom: 60px;
  }
  .movieBanner__youtube ul {
    font-size: 10px;
  }
}

/* Utility
================================================== */
.u-pci {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-pci {
    display: none;
  }
}
.u-spi {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-spi {
    display: inline-block;
  }
}
.u-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
