@charset "UTF-8";
/* ========================================
 list
======================================== */
#contents {
  min-height: 1000px;
}

.p-breadcrumb {
  display: block;
  width: 100%;
  padding: 0 2.66vw;
  box-sizing: border-box;
  color: #999999;
}

.device-pc.is-sp .p-breadcrumb {
  padding: 0 2.6vw;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb {
    padding: 0 0 10px;
  }
}

.p-breadcrumb li {
  display: inline-block;
  font-size: 2.4vw;
  line-height: 2.4vw;
}

.device-pc.is-sp .p-breadcrumb li {
  font-size: 2.6vw;
  line-height: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb li {
    font-size: 12px;
    line-height: 20px;
  }
}

.p-breadcrumb li:not(:last-child):after {
  content: ' > ';
  font-size: 2.4vw;
  line-height: 2.4vw;
}

.device-pc.is-sp .p-breadcrumb li:not(:last-child):after {
  font-size: 2.6vw;
  line-height: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb li:not(:last-child):after {
    font-size: 12px;
    line-height: 20px;
  }
}

.p-breadcrumb a {
  color: #999999;
  font-size: 2.4vw;
  line-height: 2.4vw;
}

.device-pc.is-sp .p-breadcrumb a {
  font-size: 2.6vw;
  line-height: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .p-breadcrumb a {
    font-size: 12px;
    line-height: 20px;
  }
}

.list-wrap:first-child {
  margin-top: 1vw;
}

@media screen and (min-width: 768px), print {
  .list-wrap:first-child {
    margin-top: 10px;
  }
}

.list-wrap--bg1 {
  margin-bottom: 8vw;
  background-color: #f5f5f5;
}

.device-pc.is-sp .list-wrap--bg1 {
  margin-bottom: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .list-wrap--bg1 {
    margin-bottom: 35px;
  }
}

.list-wrap--refine {
  display: none;
}

.list-contents {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .list-contents {
    width: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .list-contents {
    max-width: 1000px;
  }
}

#contents {
  position: relative;
}

.list-header {
  position: relative;
}

#contents .list-header {
  position: static;
}

.list-title {
  padding: 5.33vw 1.86vw 8vw;
  width: 60vw;
  font-size: 5.33vw;
  font-weight: bold;
}

.device-pc.is-sp .list-title {
  padding: 5.21vw 1.82vw 7.82vw;
  width: 58.67vw;
  font-size: 5.21vw;
}

@media screen and (min-width: 768px), print {
  .list-title {
    width: 100%;
    padding: 30px 10px 45px;
    font-size: 28px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-title {
    width: 800px;
    padding: 30px 0 45px;
  }
}

.list-refine-btn {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 1vw;
  right: 2.66vw;
  border: 1px solid #222;
  border-radius: 3px;
  width: 32vw;
  height: 8vw;
  font-size: 3.2vw;
  line-height: 8vw;
  text-align: center;
  background: #fff;
}

.device-pc.is-sp .list-refine-btn {
  top: 1vw;
  right: 2.6vw;
  width: 31.29vw;
  height: 7.82vw;
  font-size: 3.12vw;
  line-height: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .list-refine-btn {
    position: fixed;
    top: 150px;
    right: auto;
    left: calc(100% - 170px);
    width: 160px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-refine-btn {
    position: absolute;
    top: 0;
  }
}

.list-refine-btn--open:after {
  position: absolute;
  display: block;
  width: 3.33vw;
  height: 2px;
  top: 3.86vw;
  right: 2vw;
  content: '';
  background-color: #3d3d3d;
}

.device-pc.is-sp .list-refine-btn--open:after {
  width: 3.25vw;
  top: 3.78vw;
  right: 1.95vw;
}

@media screen and (min-width: 768px), print {
  .list-refine-btn--open:after {
    width: 16px;
    top: 19px;
    right: 10px;
  }
}

.list-refine-btn--close:before {
  position: absolute;
  display: block;
  width: 2px;
  height: 3.33vw;
  top: 2.4vw;
  right: 3.59vw;
  content: '';
  background-color: #3d3d3d;
}

.device-pc.is-sp .list-refine-btn--close:before {
  height: 3.25vw;
  top: 2.34vw;
  right: 3.52vw;
}

@media screen and (min-width: 768px), print {
  .list-refine-btn--close:before {
    height: 16px;
    top: 12px;
    right: 17px;
  }
}

.list-refine-btn--close:after {
  position: absolute;
  display: block;
  width: 3.33vw;
  height: 0.26vw;
  top: 3.86vw;
  right: 2vw;
  content: '';
  background-color: #3d3d3d;
}

.device-pc.is-sp .list-refine-btn--close:after {
  width: 3.25vw;
  height: 0.26vw;
  top: 3.78vw;
  right: 1.95vw;
}

@media screen and (min-width: 768px), print {
  .list-refine-btn--close:after {
    width: 16px;
    height: 2px;
    top: 19px;
    right: 10px;
  }
}

.list-refine-btn--fixed {
  position: fixed;
  top: 14vw;
  right: 2.66vw;
}

.device-pc.is-sp .list-refine-btn--fixed {
  top: 14vw;
  right: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .list-refine-btn--fixed {
    top: 150px;
    left: calc(100% - 170px);
  }
  #contents .list-refine-btn--fixed {
    left: auto;
    right: 10px !important;
  }
}

@media screen and (min-width: 1000px), print {
  .list-refine-btn--fixed {
    top: 150px;
    right: 10px;
    left: calc(50% + 330px);
  }
  #contents .list-refine-btn--fixed {
    left: auto;
    right: 10px !important;
  }
}

.list-refine-btn--fixed:before, .list-refine-btn--fixed:after {
  display: none;
}

.list-refine__id {
  padding-top: 8vw;
}

.device-pc.is-sp .list-refine__id {
  padding-top: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .list-refine__id {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dotted #aaa;
  }
}

.list-id__heading {
  margin-left: 2.66vw;
  font-size: 3.73vw;
  line-height: 8vw;
  font-weight: bold;
}

.device-pc.is-sp .list-id__heading {
  margin-left: 2.6vw;
  font-size: 3.65vw;
  line-height: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .list-id__heading {
    margin-left: 0;
    padding-left: 80px;
    width: 27.8%;
    font-size: 20px;
    line-height: 40px;
    box-sizing: border-box;
  }
}

@media pc {
  .list-id__heading {
    margin-left: 0;
    padding-left: 80px;
    width: 278px;
    font-size: 20px;
    line-height: 40px;
    box-sizing: border-box;
  }
}

.list-id__contents {
  display: flex;
  margin: 0 2.66vw;
  padding-bottom: 8vw;
  border-bottom: 1px dotted #aaa;
}

.device-pc.is-sp .list-id__contents {
  margin: 0 2.6vw;
  padding-bottom: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .list-id__contents {
    width: 72.2%;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (min-width: 1000px), print {
  .list-id__contents {
    width: 722px;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.list-id__input {
  width: 80vw;
  margin-right: 1.33vw;
}

.device-pc.is-sp .list-id__input {
  width: 78.22vw;
  margin-right: 1.3vw;
}

.list-id__input input {
  width: 100%;
  height: 9.6vw;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 3.2vw;
  text-indent: 1.33vw;
}

.device-pc.is-sp .list-id__input input {
  height: 9.38vw;
  font-size: 3.12vw;
  text-indent: 1.3vw;
}

@media screen and (min-width: 768px), print {
  .list-id__input input {
    width: 56vw;
    height: 36px;
    font-size: 16px;
    text-indent: 10px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-id__input input {
    width: 560px;
  }
}

.list-id__btn {
  cursor: pointer;
  width: 13.33vw;
}

.device-pc.is-sp .list-id__btn {
  width: 13.03vw;
}

@media screen and (min-width: 768px), print {
  .list-id__btn {
    margin-right: 70px;
  }
}

.list-id__btn input {
  width: 100%;
  height: 9.6vw;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 3.2vw;
  background-color: #000;
  color: #fff;
}

.device-pc.is-sp .list-id__btn input {
  height: 9.38vw;
  font-size: 3.12vw;
}

@media screen and (min-width: 768px), print {
  .list-id__btn input {
    height: 40px;
    font-size: 16px;
  }
}

.list-refine__condition {
  padding-top: 8vw;
  padding-bottom: 12vw;
}

.device-pc.is-sp .list-refine__condition {
  padding-top: 7.82vw;
  padding-bottom: 11.73vw;
}

@media screen and (min-width: 768px), print {
  .list-refine__condition {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.list-condition__heading {
  margin-left: 2.66vw;
  font-size: 3.73vw;
  line-height: 8vw;
  font-weight: bold;
}

.device-pc.is-sp .list-condition__heading {
  margin-left: 2.6vw;
  font-size: 3.65vw;
  line-height: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .list-condition__heading {
    margin-left: 80px;
    font-size: 20px;
    line-height: 40px;
  }
}

.list-condition__contents {
  overflow: hidden;
  padding-top: 2.66vw;
}

.device-pc.is-sp .list-condition__contents {
  padding-top: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .list-condition__contents {
    padding-top: 20px;
  }
}

.list-category,
.list-price,
.list-order {
  display: flex;
}

.list-category__heading,
.list-price__heading,
.list-order__heading {
  width: 22.66vw;
  padding: 2.4vw 0 2.4vw 5.33vw;
  box-sizing: border-box;
  font-size: 3.2vw;
  line-height: 4.8vw;
  font-weight: bold;
}

.device-pc.is-sp .list-category__heading, .device-pc.is-sp
.list-price__heading, .device-pc.is-sp
.list-order__heading {
  width: 22.16vw;
  padding: 2.34vw 0 2.34vw 5.21vw;
  font-size: 3.12vw;
  line-height: 4.69vw;
}

@media screen and (min-width: 768px), print {
  .list-category__heading,
  .list-price__heading,
  .list-order__heading {
    width: 280px;
    padding: 8px 0 8px 100px;
    font-size: 16px;
    line-height: 24px;
  }
}

.list-features__heading {
  padding-left: 5.33vw;
  box-sizing: border-box;
  font-size: 3.2vw;
  line-height: 9.6vw;
  font-weight: bold;
  cursor: pointer;
}

.device-pc.is-sp .list-features__heading {
  padding-left: 5.21vw;
  font-size: 3.12vw;
  line-height: 9.38vw;
}

@media screen and (min-width: 768px), print {
  .list-features__heading {
    width: auto;
    padding: 8px 0 8px 100px;
    font-size: 16px;
    line-height: 24px;
  }
}

.list-features__heading--open {
  position: relative;
}

.list-features__heading--open:before {
  position: absolute;
  top: 0.5vw;
  left: 22.16vw;
  width: 74.66vw;
  height: 9.38vw;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  content: ' ';
}

@media screen and (min-width: 768px), print {
  .list-features__heading--open:before {
    top: 5px;
    left: 280px;
    width: 56vw;
    height: 36px;
    border-radius: 3px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-features__heading--open:before {
    top: 5px;
    left: 27.8%;
    width: 56%;
    height: 36px;
    border-radius: 3px;
  }
}

.list-features__heading--open:after {
  position: absolute;
  top: 3.3vw;
  right: 5.21vw;
  display: block;
  width: 2.08vw;
  height: 2.08vw;
  content: "";
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}

@media screen and (min-width: 768px), print {
  .list-features__heading--open:after {
    top: 15px;
    left: calc(52vw + 280px);
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-features__heading--open:after {
    left: calc(535px + 280px);
  }
}

.list-features__heading--open span {
  position: relative;
}

.list-features__heading--open span:after {
  position: absolute;
  display: block;
  width: 3.33vw;
  height: 0.26vw;
  top: 2.26vw;
  right: -5.87vw;
  content: '';
  background-color: #3d3d3d;
}

.device-pc.is-sp .list-features__heading--open span:after {
  width: 3.25vw;
  height: 0.26vw;
  top: 2.21vw;
  right: -5.74vw;
}

@media screen and (min-width: 768px), print {
  .list-features__heading--open span:after {
    width: 16px;
    height: 2px;
    top: 10px;
    right: -28px;
  }
}

.list-features__heading--close {
  position: relative;
}

.list-features__heading--close:before {
  position: absolute;
  top: 0.5vw;
  left: 22.66vw;
  width: 74.66vw;
  height: 9.66vw;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
  content: ' ';
}

@media screen and (min-width: 768px), print {
  .list-features__heading--close:before {
    top: 5px;
    left: 280px;
    width: 56vw;
    height: 36px;
    border-radius: 3px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-features__heading--close:before {
    top: 5px;
    left: 27.8%;
    width: 56%;
    height: 36px;
    border-radius: 3px;
  }
}

.list-features__heading--close:after {
  position: absolute;
  top: 3.3vw;
  right: 5.21vw;
  display: block;
  width: 2.08vw;
  height: 2.08vw;
  content: "";
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}

@media screen and (min-width: 768px), print {
  .list-features__heading--close:after {
    top: 15px;
    left: calc(52vw + 280px);
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-features__heading--close:after {
    left: calc(535px + 280px);
  }
}

.list-features__heading--close span {
  position: relative;
}

.list-features__heading--close span:before {
  position: absolute;
  display: block;
  width: 2px;
  height: 3.33vw;
  top: 0.66vw;
  right: -4.27vw;
  content: '';
  background-color: #3d3d3d;
}

.device-pc.is-sp .list-features__heading--close span:before {
  height: 3.25vw;
  top: 0.65vw;
  right: -4.18vw;
}

@media screen and (min-width: 768px), print {
  .list-features__heading--close span:before {
    height: 16px;
    top: 3px;
    right: -21px;
  }
}

.list-features__heading--close span:after {
  position: absolute;
  display: block;
  width: 3.33vw;
  height: 0.26vw;
  top: 2.26vw;
  right: -5.87vw;
  content: '';
  background-color: #3d3d3d;
}

.device-pc.is-sp .list-features__heading--close span:after {
  width: 3.25vw;
  height: 0.26vw;
  top: 2.21vw;
  right: -5.74vw;
}

@media screen and (min-width: 768px), print {
  .list-features__heading--close span:after {
    width: 16px;
    height: 2px;
    top: 10px;
    right: -28px;
  }
}

.list-category__contents,
.list-price__contents,
.list-order__contents {
  width: 77.33vw;
}

.device-pc.is-sp .list-category__contents, .device-pc.is-sp
.list-price__contents, .device-pc.is-sp
.list-order__contents {
  width: 75.61vw;
}

@media screen and (min-width: 768px), print {
  .list-category__contents,
  .list-price__contents,
  .list-order__contents {
    width: 56vw;
  }
}

@media screen and (min-width: 1000px), print {
  .list-category__contents,
  .list-price__contents,
  .list-order__contents {
    width: 720px;
  }
}

.list-category__contents select,
.list-price__contents select,
.list-order__contents select {
  box-sizing: border-box;
  width: 74.66vw;
  height: 9.6vw;
  margin-bottom: 4vw;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
  font-size: 3.2vw;
  text-indent: 1.33vw;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

.device-pc.is-sp .list-category__contents select, .device-pc.is-sp
.list-price__contents select, .device-pc.is-sp
.list-order__contents select {
  width: 73.01vw;
  height: 9.38vw;
  margin-bottom: 3.91vw;
  font-size: 3.12vw;
  text-indent: sp_px_tsp_px_to_vw_on_pco_vw(10);
}

@media screen and (min-width: 768px), print {
  .list-category__contents select,
  .list-price__contents select,
  .list-order__contents select {
    width: 56vw;
    height: 36px;
    margin-bottom: 30px;
    font-size: 16px;
    text-indent: 10px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-category__contents select,
  .list-price__contents select,
  .list-order__contents select {
    width: 560px;
  }
}

.list-category__contents select::-ms-expand,
.list-price__contents select::-ms-expand,
.list-order__contents select::-ms-expand {
  display: none;
}

.list-category__contents option,
.list-price__contents option,
.list-order__contents option {
  font-size: 3.2vw;
}

.device-pc.is-sp .list-category__contents option, .device-pc.is-sp
.list-price__contents option, .device-pc.is-sp
.list-order__contents option {
  font-size: 3.12vw;
}

@media screen and (min-width: 768px), print {
  .list-category__contents option,
  .list-price__contents option,
  .list-order__contents option {
    font-size: 16px;
  }
}

.list-category__select,
.list-price__select {
  position: relative;
}

.list-category__select::after,
.list-price__select::after {
  position: absolute;
  top: 2.66vw;
  right: 5.33vw;
  display: block;
  width: 2.13vw;
  height: 2.13vw;
  content: "";
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  pointer-events: none;
}

.device-pc.is-sp .list-category__select::after, .device-pc.is-sp
.list-price__select::after {
  top: 2.6vw;
  right: 5.21vw;
  width: 2.08vw;
  height: 2.08vw;
}

@media screen and (min-width: 768px), print {
  .list-category__select::after,
  .list-price__select::after {
    top: 10px;
    left: 52vw;
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-category__select::after,
  .list-price__select::after {
    top: 10px;
    left: 535px;
    width: 10px;
    height: 10px;
  }
}

.list-features__contents {
  background-color: #fff;
  padding: 1.33vw;
  border: 1px solid #999999;
}

@media screen and (min-width: 768px), print {
  .list-features__contents {
    padding: 16px;
    border: 1px solid #999999;
  }
}

.list-order__contents {
  cursor: pointer;
  width: 5.33vw;
  height: 5.33vw;
  margin-top: 2.4vw;
}

.device-pc.is-sp .list-order__contents {
  width: 5.21vw;
  height: 5.21vw;
  margin-top: 2.34vw;
}

@media screen and (min-width: 768px), print {
  .list-order__contents {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-bottom: 30px;
  }
}

.list-order__check {
  display: none;
}

.list-order__icon {
  width: 5.33vw;
  height: 5.33vw;
  border: 0.13vw solid #999;
  border-radius: 0.26vw;
  background-color: #fff;
}

.device-pc.is-sp .list-order__icon {
  width: 5.21vw;
  height: 5.21vw;
  border: 0.13vw solid #999;
  border-radius: 0.26vw;
}

@media screen and (min-width: 768px), print {
  .list-order__icon {
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 2px;
  }
}

.list-order__contents--check .list-order__icon {
  position: relative;
}

.list-order__contents--check .list-order__icon:after {
  position: absolute;
  top: 1.6vw;
  right: 1.2vw;
  width: 2.66vw;
  height: 1.33vw;
  content: "";
  transition: all .1s;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}

.device-pc.is-sp .list-order__contents--check .list-order__icon:after {
  top: 1.56vw;
  right: 1.17vw;
  width: 2.6vw;
  height: 1.3vw;
}

@media screen and (min-width: 768px), print {
  .list-order__contents--check .list-order__icon:after {
    top: 3px;
    right: 3px;
    width: 14px;
    height: 7px;
  }
}

.list-features__contents {
  display: flex;
  visibility: hidden;
  height: 0;
  flex-wrap: wrap;
  margin-left: 3.33vw;
  margin-bottom: 6.66vw;
}

.device-pc.is-sp .list-features__contents {
  margin-left: 3.25vw;
  margin-bottom: 6.51vw;
}

@media screen and (min-width: 768px), print {
  .list-features__contents {
    margin-left: 87px;
    margin-bottom: 16px;
  }
}

.show + .list-features__contents {
  visibility: visible;
  height: auto;
}

.list-features__item {
  cursor: pointer;
  width: 14.39vw;
  margin-right: calc((100% - 86.4vw) / 6);
  margin-bottom: 3.46vw;
}

.device-pc.is-sp .list-features__item {
  width: 14.08vw;
  margin-right: calc((100% - 84.48vw) / 6);
  margin-bottom: 3.38vw;
}

@media screen and (min-width: 768px), print {
  .list-features__item {
    width: 80px;
    margin-right: 16px;
    margin-bottom: 12px;
  }
}

.list-features__item--long1 {
  width: 16vw;
}

.device-pc.is-sp .list-features__item--long1 {
  width: 15.64vw;
}

@media screen and (min-width: 768px), print {
  .list-features__item--long1 {
    width: 120px;
    margin-right: 16px;
    margin-bottom: 12px;
  }
}

.list-features__item--long2 {
  width: 20vw;
}

.device-pc.is-sp .list-features__item--long2 {
  width: 19.55vw;
}

@media screen and (min-width: 768px), print {
  .list-features__item--long2 {
    width: 180px;
  }
}

.list-features__item--long3 {
  width: 29.33vw;
}

.device-pc.is-sp .list-features__item--long3 {
  width: 28.68vw;
}

@media screen and (min-width: 768px), print {
  .list-features__item--long3 {
    width: 180px;
  }
}

.list-features__check {
  display: none;
}

.list-features__image {
  text-align: center;
}

.list-features__image img {
  border: 0.53vw solid #f5f5f5;
  border-radius: 0.53vw;
}

.device-pc.is-sp .list-features__image img {
  border: 0.52vw solid #f5f5f5;
  border-radius: 0.52vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image img {
    border: 2px solid #f5f5f5;
    border-radius: 2px;
  }
}

.list-features__item--check .list-features__image img {
  border: 0.53vw solid #d00202;
}

.device-pc.is-sp .list-features__item--check .list-features__image img {
  border: 0.52vw solid #d00202;
}

@media screen and (min-width: 768px), print {
  .list-features__item--check .list-features__image img {
    border: 2px solid #d00202;
  }
}

.list-features__image--01 img, .list-features__image--02 img, .list-features__image--03 img, .list-features__image--07 img, .list-features__image--12 img {
  width: 10.53vw;
}

.device-pc.is-sp .list-features__image--01 img, .device-pc.is-sp .list-features__image--02 img, .device-pc.is-sp .list-features__image--03 img, .device-pc.is-sp .list-features__image--07 img, .device-pc.is-sp .list-features__image--12 img {
  width: 10.29vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--01 img, .list-features__image--02 img, .list-features__image--03 img, .list-features__image--07 img, .list-features__image--12 img {
    width: 63px;
  }
}

.list-features__image--08 img, .list-features__image--10 img, .list-features__image--16 img, .list-features__image--19 img, .list-features__image--21 img, .list-features__image--22 img {
  width: 10.8vw;
}

.device-pc.is-sp .list-features__image--08 img, .device-pc.is-sp .list-features__image--10 img, .device-pc.is-sp .list-features__image--16 img, .device-pc.is-sp .list-features__image--19 img, .device-pc.is-sp .list-features__image--21 img, .device-pc.is-sp .list-features__image--22 img {
  width: 10.56vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--08 img, .list-features__image--10 img, .list-features__image--16 img, .list-features__image--19 img, .list-features__image--21 img, .list-features__image--22 img {
    width: 65px;
  }
}

.list-features__image--14 img, .list-features__image--23 img {
  width: 10.93vw;
}

.device-pc.is-sp .list-features__image--14 img, .device-pc.is-sp .list-features__image--23 img {
  width: 10.69vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--14 img, .list-features__image--23 img {
    width: 66px;
  }
}

.list-features__image--04 img, .list-features__image--05 img, .list-features__image--06 img, .list-features__image--11 img, .list-features__image--15 img, .list-features__image--17 img {
  width: 11.06vw;
}

.device-pc.is-sp .list-features__image--04 img, .device-pc.is-sp .list-features__image--05 img, .device-pc.is-sp .list-features__image--06 img, .device-pc.is-sp .list-features__image--11 img, .device-pc.is-sp .list-features__image--15 img, .device-pc.is-sp .list-features__image--17 img {
  width: 10.82vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--04 img, .list-features__image--05 img, .list-features__image--06 img, .list-features__image--11 img, .list-features__image--15 img, .list-features__image--17 img {
    width: 67px;
  }
}

.list-features__image--27 img {
  width: 11.33vw;
}

.device-pc.is-sp .list-features__image--27 img {
  width: 11.08vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--27 img {
    width: 69px;
  }
}

.list-features__image--09 img {
  width: 11.6vw;
}

.device-pc.is-sp .list-features__image--09 img {
  width: 11.34vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--09 img {
    width: 71px;
  }
}

.list-features__image--26 img {
  width: 12vw;
}

.device-pc.is-sp .list-features__image--26 img {
  width: 11.73vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--26 img {
    width: 74px;
  }
}

.list-features__image--18 img, .list-features__image--20 img, .list-features__image--24 img, .list-features__image--29 img, .list-features__image--30 img {
  width: 13.33vw;
}

.device-pc.is-sp .list-features__image--18 img, .device-pc.is-sp .list-features__image--20 img, .device-pc.is-sp .list-features__image--24 img, .device-pc.is-sp .list-features__image--29 img, .device-pc.is-sp .list-features__image--30 img {
  width: 13.03vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--18 img, .list-features__image--20 img, .list-features__image--24 img, .list-features__image--29 img, .list-features__image--30 img {
    width: 79px;
  }
}

.list-features__image--25 img {
  width: 15.46vw;
}

.device-pc.is-sp .list-features__image--25 img {
  width: 15.12vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--25 img {
    width: 95px;
  }
}

.list-features__image--13 img, .list-features__image--28 img {
  width: 20vw;
}

.device-pc.is-sp .list-features__image--13 img, .device-pc.is-sp .list-features__image--28 img {
  width: 19.55vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--13 img, .list-features__image--28 img {
    width: 110px;
  }
}

.list-features__image--31 img {
  width: 21.06vw;
}

.device-pc.is-sp .list-features__image--31 img {
  width: 20.59vw;
}

@media screen and (min-width: 768px), print {
  .list-features__image--31 img {
    width: 127px;
  }
}

.list-features__text {
  font-size: 2.4vw;
  line-height: 2.93vw;
  text-align: center;
}

.device-pc.is-sp .list-features__text {
  font-size: 2.34vw;
  line-height: 2.86vw;
}

@media screen and (min-width: 768px), print {
  .list-features__text {
    font-size: 12px;
    line-height: 16px;
  }
}

.list-condition__btn {
  text-align: center;
  padding-bottom: 1vw;
}

@media screen and (min-width: 768px), print {
  .list-condition__btn {
    padding-bottom: 0;
  }
}

.list-condition__btn div {
  display: inline-block;
}

.list-condition__btn div:not(:last-child) {
  margin-right: 2.66vw;
}

.device-pc.is-sp .list-condition__btn div:not(:last-child) {
  margin-right: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .list-condition__btn div:not(:last-child) {
    margin-right: 20px;
  }
}

.list-condition__clear {
  cursor: pointer;
}

.list-condition__clear input {
  width: 40vw;
  height: 10.66vw;
  font-size: 3.2vw;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
}

.device-pc.is-sp .list-condition__clear input {
  width: 39.11vw;
  height: 10.43vw;
  font-size: 3.12vw;
}

@media screen and (min-width: 768px), print {
  .list-condition__clear input {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
}

.list-condition__search {
  cursor: pointer;
}

.list-condition__search input {
  width: 40vw;
  height: 10.66vw;
  font-size: 3.2vw;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
}

.device-pc.is-sp .list-condition__search input {
  width: 39.11vw;
  height: 10.43vw;
  font-size: 3.12vw;
}

@media screen and (min-width: 768px), print {
  .list-condition__search input {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
}

.list-selected {
  padding: 2.66vw;
  font-size: 3.2vw;
}

.device-pc.is-sp .list-selected {
  padding: 2.6vw;
  font-size: 3.12vw;
}

@media screen and (min-width: 768px), print {
  .list-selected {
    padding: 10px 0;
    font-size: 14px;
  }
}

.list-selected__item {
  display: inline-block;
  margin-top: 0.8vw;
  margin-bottom: 0.8vw;
}

.device-pc.is-sp .list-selected__item {
  margin-top: 0.78vw;
  margin-bottom: 0.78vw;
}

@media screen and (min-width: 768px), print {
  .list-selected__item {
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: right;
  }
}

.list-selected__item:not(:last-child) {
  margin-right: 2vw;
  border-right: 1px solid #999;
  padding-right: 2vw;
}

.device-pc.is-sp .list-selected__item:not(:last-child) {
  margin-right: 1.95vw;
  padding-right: 1.95vw;
}

@media screen and (min-width: 768px), print {
  .list-selected__item:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }
}

.list-selected__item--current {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .list-result {
    display: flex;
    flex-wrap: wrap;
  }
}

.list-result__no {
  margin: 0 0 4.66vw 2.66vw;
  font-size: 3.73vw;
  font-weight: bold;
}

.device-pc.is-sp .list-result__no {
  margin: 0 0 4.56vw 2.6vw;
  font-size: 3.65vw;
}

@media screen and (min-width: 768px), print {
  .list-result__no {
    width: 100%;
    margin: 0 0 20px 0;
    text-indent: 12px;
    font-size: 22px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-result__no {
    width: 50%;
  }
}

.list-result__sort {
  margin: 0 0 5.33vw 2.66vw;
  font-size: 2.93vw;
}

.device-pc.is-sp .list-result__sort {
  margin: 0 0 5.21vw 2.6vw;
  font-size: 2.86vw;
}

@media screen and (min-width: 768px), print {
  .list-result__sort {
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-result__sort {
    width: 50%;
    margin: 0 0 20px 0;
  }
}

.list-result__sort-item {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .list-result__sort-item {
    text-align: right;
  }
}

.list-result__sort-item:not(:last-child) {
  margin-right: 2vw;
  border-right: 1px solid #999;
  padding-right: 2vw;
}

.device-pc.is-sp .list-result__sort-item:not(:last-child) {
  margin-right: 1.95vw;
  padding-right: 1.95vw;
}

@media screen and (min-width: 768px), print {
  .list-result__sort-item:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }
}

.list-result__sort-item--current {
  font-weight: bold;
}

.list-result__btn {
  margin: 0 0 8.66vw 2.66vw;
  font-size: 2.93vw;
}

.device-pc.is-sp .list-result__btn {
  margin: 0 0 8.47vw 2.6vw;
  font-size: 2.86vw;
}

@media screen and (min-width: 768px), print {
  .list-result__btn {
    margin: 0 10px 60px 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-result__btn {
    margin: 0 10px 60px 575px;
    font-size: 16px;
  }
}

.list-result__btn-item {
  display: inline-block;
  width: 32vw;
  height: 8vw;
  border: 1px solid #000;
}

.device-pc.is-sp .list-result__btn-item {
  width: 31.29vw;
  height: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .list-result__btn-item {
    width: 200px;
    height: 40px;
  }
}

.list-result__btn-item a {
  display: inline-block;
  width: 32vw;
  height: 8vw;
  text-align: center;
  font-size: 2.93vw;
  line-height: 8vw;
}

.device-pc.is-sp .list-result__btn-item a {
  width: 31.29vw;
  height: 7.82vw;
  font-size: 2.86vw;
  line-height: 7.82vw;
}

@media screen and (min-width: 768px), print {
  .list-result__btn-item a {
    width: 200px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}

.list-result__btn-item:first-child {
  border-radius: 3px 0 0 3px;
}

.list-result__btn-item:last-child {
  border-radius: 0 3px 3px 0;
}

.list-result__btn-item--current {
  background-color: #000;
  color: #fff;
}

.list-result__noitem {
  width: 100%;
  margin-top: 13.33vw;
  margin-bottom: 13.33vw;
}

.device-pc.is-sp .list-result__noitem {
  margin-top: 13.03vw;
  margin-bottom: 13.03vw;
}

@media screen and (min-width: 768px), print {
  .list-result__noitem {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

.list-result__noitem p {
  font-size: 2.93vw;
  line-height: 4.39vw;
  text-align: center;
}

.device-pc.is-sp .list-result__noitem p {
  font-size: 2.86vw;
  line-height: 4.3vw;
}

@media screen and (min-width: 768px), print {
  .list-result__noitem p {
    font-size: 16px;
    line-height: 24px;
  }
}

.list-result__noitem div {
  margin-top: 4.39vw;
  font-size: 2.93vw;
  line-height: 4.39vw;
  text-align: center;
}

.device-pc.is-sp .list-result__noitem div {
  margin-top: 4.3vw;
  font-size: 2.86vw;
  line-height: 4.3vw;
}

@media screen and (min-width: 768px), print {
  .list-result__noitem div {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

.list-result__item-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.list-result__item {
  width: 50%;
  margin-bottom: 9.33vw;
  box-sizing: border-box;
}

.device-pc.is-sp .list-result__item {
  margin-bottom: 9.12vw;
}

@media screen and (min-width: 768px), print {
  .list-result__item {
    width: 23%;
    margin: 0 1% 40px 1%;
  }
}

.list-result__item:nth-child(odd) {
  padding-left: 3.33vw;
}

.device-pc.is-sp .list-result__item:nth-child(odd) {
  padding-left: 3.25vw;
}

@media screen and (min-width: 768px), print {
  .list-result__item:nth-child(odd) {
    padding-left: 0;
  }
}

.list-result__item:nth-child(even) {
  padding-left: 2.66vw;
}

.device-pc.is-sp .list-result__item:nth-child(even) {
  padding-left: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .list-result__item:nth-child(even) {
    padding-left: 0;
  }
}

.list-result__item > a {
  display: block;
}

.list-result__image img {
  width: 44vw;
}

.device-pc.is-sp .list-result__image img {
  width: 43.02vw;
}

@media screen and (min-width: 768px), print {
  .list-result__image img {
    width: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .list-result__image img {
    width: 230px;
  }
}

a:hover .list-result__image img,
a:active .list-result__image img {
  opacity: 0.5;
}

.list-result__image span {
  display: block;
  width: 44vw;
  background-color: #eeeeee;
  color: #666666;
  font-size: 3.2vw;
  line-height: 44vw;
  text-align: center;
}

.device-pc.is-sp .list-result__image span {
  width: 43.02vw;
  font-size: 3.12vw;
  line-height: 43.02vw;
}

@media screen and (min-width: 768px), print {
  .list-result__image span {
    width: 100%;
    font-size: 12px;
    line-height: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .list-result__image span {
    width: 230px;
    font-size: 16px;
    line-height: 230px;
  }
}

.list-result__name {
  width: 44vw;
  margin-top: 1.73vw;
  font-size: 3.2vw;
  line-height: 4.53vw;
}

.device-pc.is-sp .list-result__name {
  width: 43.02vw;
  margin-top: 1.69vw;
  font-size: 3.12vw;
  line-height: 4.43vw;
}

a:hover .list-result__name,
a:active .list-result__name {
  text-decoration: underline;
}

@media screen and (min-width: 768px), print {
  .list-result__name {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-result__name {
    width: 230px;
  }
}

.list-result__price {
  width: 44vw;
  margin-top: 0.66vw;
  font-size: 2.93vw;
  line-height: 4.53vw;
}

.device-pc.is-sp .list-result__price {
  width: 43.02vw;
  margin-top: 0.65vw;
  font-size: 2.86vw;
  line-height: 4.43vw;
}

@media screen and (min-width: 768px), print {
  .list-result__price {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-result__price {
    width: 230px;
  }
}

.list-result__variations {
  margin-top: 2.66vw;
  text-align: center;
}

.device-pc.is-sp .list-result__variations {
  margin-top: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .list-result__variations {
    margin-top: 15px;
  }
}

.list-result__variations ul {
  display: flex;
  flex-wrap: wrap;
}

.list-result__variations li {
  width: 10vw;
  margin-right: 1.33vw;
  margin-bottom: 1.33vw;
}

.device-pc.is-sp .list-result__variations li {
  width: 9.77vw;
  margin-right: 1.3vw;
  margin-bottom: 1.3vw;
}

@media screen and (min-width: 768px), print {
  .list-result__variations li {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
  .list-result__variations li:nth-child(4n) {
    margin-right: 0;
  }
}

.list-result__variations span {
  font-size: 4.26vw;
  line-height: 10vw;
}

.device-pc.is-sp .list-result__variations span {
  font-size: 4.17vw;
  line-height: 9.77vw;
}

@media screen and (min-width: 768px), print {
  .list-result__variations span {
    font-size: 25px;
    line-height: 50px;
  }
}

.list-result__variations img {
  width: 100%;
  vertical-align: bottom;
}

.list-result__variations img:hover, .list-result__variations img:active {
  opacity: 0.5;
}

.list-pager {
  width: 100%;
  margin-bottom: 13.33vw;
  text-align: center;
}

.device-pc.is-sp .list-pager {
  margin-bottom: 13.03vw;
}

@media screen and (min-width: 768px), print {
  .list-pager {
    margin-bottom: 120px;
  }
}

.list-pager * {
  display: inline-block;
}

.list-pager__prev {
  padding-right: 4vw;
  font-size: 4vw;
}

.device-pc.is-sp .list-pager__prev {
  padding-right: 3.91vw;
  font-size: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .list-pager__prev {
    padding-right: 25px;
    font-size: 24px;
  }
}

.list-pager__next {
  padding-left: 4vw;
  font-size: 4vw;
}

.device-pc.is-sp .list-pager__next {
  padding-left: 3.91vw;
  font-size: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .list-pager__next {
    padding-left: 25px;
    font-size: 24px;
  }
}

.list-pager__item {
  padding: 0 1.6vw;
  font-size: 3.2vw;
}

.device-pc.is-sp .list-pager__item {
  padding: 0 1.56vw;
  font-size: 3.12vw;
}

@media screen and (min-width: 768px), print {
  .list-pager__item {
    padding: 0 10px;
    font-size: 18px;
  }
}

.list-pager__item--current {
  font-size: 4vw;
  font-weight: bold;
}

.device-pc.is-sp .list-pager__item--current {
  font-size: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .list-pager__item--current {
    font-size: 24px;
  }
}

.list-digitalbook {
  padding: 2.66vw;
}

.device-pc.is-sp .list-digitalbook {
  padding: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .list-digitalbook {
    padding: 0 0 80px 0;
  }
}

.list-digitalbook__title {
  margin-bottom: 3.33vw;
  border-bottom: 1px solid #888;
  padding-bottom: 4.66vw;
  font-size: 4vw;
  font-weight: bold;
}

.device-pc.is-sp .list-digitalbook__title {
  margin-bottom: 3.25vw;
  padding-bottom: 4.56vw;
  font-size: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .list-digitalbook__title {
    margin-bottom: 25px;
    padding-bottom: 35px;
    font-size: 24px;
  }
}

.list-digitalbook__text {
  margin-bottom: 3.33vw;
}

.device-pc.is-sp .list-digitalbook__text {
  margin-bottom: 3.25vw;
}

@media screen and (min-width: 768px), print {
  .list-digitalbook__text {
    margin-bottom: 35px;
  }
}

.list-digitalbook__text p {
  font-size: 3.2vw;
  line-height: 5.33vw;
}

.device-pc.is-sp .list-digitalbook__text p {
  font-size: 3.12vw;
  line-height: 5.21vw;
}

@media screen and (min-width: 768px), print {
  .list-digitalbook__text p {
    font-size: 16px;
    line-height: 28px;
  }
}

.list-digitalbook__text p:not(last-child) {
  margin-bottom: 3.33vw;
}

.device-pc.is-sp .list-digitalbook__text p:not(last-child) {
  margin-bottom: 3.25vw;
}

@media screen and (min-width: 768px), print {
  .list-digitalbook__text p:not(last-child) {
    margin-bottom: 15px;
  }
}

.list-digitalbook__item-wrap {
  display: flex;
  flex-wrap: wrap;
}

.list-digitalbook__item {
  display: block;
  width: 26.66vw;
  margin-right: calc((100% - 80vw) / 2);
  margin-bottom: 4.66vw;
}

.device-pc.is-sp .list-digitalbook__item {
  width: 26.07vw;
  margin-right: calc((100% - 78.22vw) / 2);
  margin-bottom: 4.56vw;
}

@media screen and (min-width: 768px), print {
  .list-digitalbook__item {
    width: 15%;
    margin-right: 1.5%;
  }
}

@media screen and (min-width: 1000px), print {
  .list-digitalbook__item {
    margin-bottom: 40px;
  }
}

.list-digitalbook__item:nth-child(3n) {
  margin-right: 0;
}

.device-pc.is-sp .list-digitalbook__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 768px), print {
  .list-digitalbook__item:nth-child(3n) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .list-digitalbook__item:nth-child(6n) {
    margin-right: 0;
  }
}

.list-digitalbook__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6vw;
}

.device-pc.is-sp .list-digitalbook__image {
  margin-bottom: 1.56vw;
}

@media screen and (min-width: 768px), print {
  .list-digitalbook__image {
    margin-bottom: 10px;
  }
}

.list-digitalbook__image img {
  width: 100%;
}

a:hover .list-digitalbook__image img,
a:active .list-digitalbook__image img {
  opacity: 0.5;
}

.list-digitalbook__name {
  font-size: 2.93vw;
  line-height: 4.53vw;
}

.device-pc.is-sp .list-digitalbook__name {
  font-size: 2.86vw;
  line-height: 4.43vw;
}

@media screen and (min-width: 768px), print {
  .list-digitalbook__name {
    font-size: 14px;
    line-height: 22px;
  }
}

a:hover .list-digitalbook__name,
a:active .list-digitalbook__name {
  text-decoration: underline;
}

.list-useful {
  padding: 2.66vw;
  width: 100%;
}

.device-pc.is-sp .list-useful {
  padding: 2.6vw;
}

@media screen and (min-width: 768px), print {
  .list-useful {
    padding: 0 0 80px 0;
  }
}

.list-useful__title {
  margin-bottom: 5.33vw;
  border-bottom: 1px solid #888;
  padding-bottom: 4.66vw;
  font-size: 4vw;
  font-weight: bold;
}

.device-pc.is-sp .list-useful__title {
  margin-bottom: 5.21vw;
  padding-bottom: 4.56vw;
  font-size: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .list-useful__title {
    margin-bottom: 25px;
    padding-bottom: 35px;
    font-size: 24px;
  }
}

.list-useful__text {
  margin-bottom: 3.33vw;
}

.device-pc.is-sp .list-useful__text {
  margin-bottom: 3.25vw;
}

@media screen and (min-width: 768px), print {
  .list-useful__text {
    margin-bottom: 80px;
  }
}

.list-useful__text p {
  font-size: 3.2vw;
  line-height: 5.33vw;
}

.device-pc.is-sp .list-useful__text p {
  font-size: 3.12vw;
  line-height: 5.21vw;
}

@media screen and (min-width: 768px), print {
  .list-useful__text p {
    font-size: 15px;
    line-height: 28px;
  }
}

.list-useful__text p:not(last-child) {
  margin-bottom: 3.33vw;
}

.device-pc.is-sp .list-useful__text p:not(last-child) {
  margin-bottom: 3.25vw;
}

@media screen and (min-width: 768px), print {
  .list-useful__text p:not(last-child) {
    margin-bottom: 0;
  }
}

.list-useful__item-wrap {
  display: flex;
  flex-wrap: wrap;
}

.list-useful__item {
  display: block;
  width: 45.33vw;
  margin-right: calc(100% - 90.66vw);
  margin-bottom: 4vw;
}

.device-pc.is-sp .list-useful__item {
  width: 44.32vw;
  margin-right: calc(100% - 88.65vw);
  margin-bottom: 3.91vw;
}

@media screen and (min-width: 768px), print {
  .list-useful__item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 1000px), print {
  .list-useful__item {
    width: 247px;
    margin-right: 4px;
  }
}

.list-useful__item:nth-child(2n) {
  margin-right: 0;
}

.device-pc.is-sp .list-useful__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px), print {
  .list-useful__item:nth-child(2n) {
    margin-right: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .list-useful__item:nth-child(4n) {
    margin-right: 0;
  }
}

.list-useful__image {
  position: relative;
}

.list-useful__image img {
  width: 100%;
  vertical-align: bottom;
}

a:hover .list-useful__image img,
a:active .list-useful__image img {
  opacity: 0.5;
}

.u-sponly {
  display: block;
}

@media screen and (min-width: 768px), print {
  .u-sponly {
    display: none;
  }
}

.u-pconly {
  display: none;
}

@media screen and (min-width: 768px), print {
  .u-pconly {
    display: block;
  }
}

/* ローディングアニメーション */
.list-result__loading div {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .6;
  z-index: 10001;
}

.list-result__loading span {
  display: block;
  font-size: 25px;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ccc, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ccc, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ccc, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ccc, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ccc, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ccc, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ccc, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ccc;
  }
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ccc, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ccc, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ccc, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ccc, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ccc, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ccc, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ccc, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ccc;
  }
}

/* 総カタ カミングスーン用 10/26 */
.list-digitalbook__soon {
  position: relative;
}

.list-digitalbook__soon .list-digitalbook__soon-txt {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #666666;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.list-digitalbook__soon .list-digitalbook__soon-txt span {
  text-align: center;
  line-height: 1.5;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 767px), print {
  .list-digitalbook__soon .list-digitalbook__soon-txt span {
    top: 13.333vw;
    font-size: 2.4vw;
  }
}
