@charset "UTF-8";

/*===========================
reset
===========================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}

/*===========================
base
===========================*/
:root {
  font-size: 62.5% !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  line-height: 1.5;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    position: relative;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* 要検討 */
a {
  color: #003490;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  a:hover {
    color: #48c0eb;
  }
}

sup {
  font-size: 50%;
}

/* contents */
@media print, screen and (min-width: 769px) {
  .forSP {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .forSP {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .forPC {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
}

/* h1 */
.headingMain {
  position: relative;
  z-index: 2;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .headingMain {
    max-width: 1160px;
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .headingMain {
    margin-top: 15px;
    padding: 0 10px;
  }
}
.headingMain_item {
  font-weight: bold;
}
.headingMain_main {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .headingMain_main {
    font-size: 1.8rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .headingMain_main {
    margin-right: 14px;
  }
}
.headingMain_sub {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .headingMain_sub {
    font-size: 1.4rem;
  }
}
.headingMain-none {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .seriesBanner {
    max-width: 1160px;
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .seriesBanner {
    margin-top: 3px;
  }
}

/* h2 */
.seriesLineup_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .seriesLineup_heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .seriesLineup_heading {
    font-size: 2.4rem;
  }
}
.seriesLineup_heading-center {
  text-align: center;
}

/* h3 */
.seriesFeature_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .seriesFeature_heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .seriesFeature_heading {
    font-size: 2rem;
  }
}
.seriesFeature_heading-center {
  text-align: center;
}

/* lineup_price */
.lineup_price {
  color: #cc0000;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .lineup_num {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup_num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup_num span {
    font-size: 1.2rem;
  }
}
.lineup_tax {
  font-size: 1.2rem;
}

/* lineupList */
@media print, screen and (min-width: 768px) {
  .lineupList {
    max-width: 1160px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .lineupList {
    margin-top: 35px;
    padding: 0 10px;
  }
}
.lineupList_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  .lineupList_heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_heading {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .lineupList_lead {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_lead {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.lineupList_list {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .lineupList_list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_list {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.lineupList_item {
  border: 1px solid #cccccc;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .lineupList_item {
    flex: 1;
    padding: 5px 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_item {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
    padding: 5px 5px 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .lineupList_item + .lineupList_item {
    margin-left: 10px;
  }
}
.lineupList_item-AH .lineupList_series {
  color: #503c73;
}
.lineupList_item-NH .lineupList_series {
  color: #78655f;
}
.lineupList_item-UH .lineupList_series {
  color: #b93928;
}
.lineupList_item-SH .lineupList_series {
  color: #347a63;
}
.lineupList_item-MH .lineupList_series {
  color: #7290c6;
}
.lineupList_series {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3;
}
.lineupList_series span {
  font-size: 3rem;
}
.lineupList_imageBoxWrap {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .lineupList_imageBoxWrap {
    width: 160px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_imageBoxWrap {
    margin-top: 5px;
  }
}
.lineupList_imageBox {
  text-align: center;
}
.lineupList_image.dn {
  display: none;
}
@media screen and (max-width: 767px) {
  .lineupList_image {
    width: 130px;
  }
}
.lineupList_info {
  width: 100%;
  margin-bottom: auto;
}
@media print, screen and (min-width: 768px) {
  .lineupList_info {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_info {
    margin-top: 10px;
  }
}

.lineupList_colorListWrap {
  margin-top: 5px;
}
.lineupList_colorList {
  display: flex;
  justify-content: center;
}
.lineupList_colorItem {
  padding: 0 3px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .lineupList_colorItem {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_colorItem {
    height: 15px;
    pointer-events: none;
  }
}
.lineupList_color {
  display: inline-block;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .lineupList_color {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_color {
    width: 15px;
    height: 15px;
  }
}
.lineupList_color-black {
  background-color: #010101;
}
.lineupList_color-white {
  background-color: #fff;
  border: solid 1px #cccccc;
}
.lineupList_color-red {
  background-color: #e50112;
}
.lineupList_color-blue {
  background-color: #497cbb;
}

.lineupList_catch {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lineupList_catch {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_catch {
    margin-top: 15px;
  }
}
.lineupList_text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lineupList_text {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .lineupList_button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lineupList_button {
    margin-top: 5px;
  }
}
.lineupList_button a {
  display: block;
  position: relative;
  font-weight: bold;
  background-color: #606a76;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lineupList_button a {
    font-size: 1.4rem;
  }
}
.lineupList_button a:after {
  font-family: "FontAwesome";
  content: "\f105";
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .lineupList_button a:hover {
    opacity: 0.8;
  }
}

.basicSlider_heading {
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  .basicSlider_heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .basicSlider_heading {
    font-size: 2.4rem;
  }
}

.seriesAnchor {
  background: #fff;
  margin: 40px auto 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .seriesAnchor_inner {
    margin: 0 auto;
    max-width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  .seriesAnchor_inner {
    margin-top: 40px;
    padding: 0 5px;
  }
}
.seriesAnchor_list {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .seriesAnchor_list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .seriesAnchor_list {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .seriesAnchor_item {
    width: calc((100% - 6px) / 4);
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .seriesAnchor_item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
.seriesAnchor_item a {
  border-radius: 3px;
  background-color: #d2dce6;
  line-height: 1.2;
  color: #333;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .seriesAnchor_item a {
    font-size: 1.8rem;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .seriesAnchor_item a {
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .seriesAnchor_item a:hover {
    background-color: #232b35;
    color: #ffffff;
  }
}
.seriesAnchor_item a:after {
  font-family: "FontAwesome";
  content: "\f107";
  line-height: 1;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .seriesAnchor_item a:after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .seriesAnchor_item a:after {
    right: 5px;
  }
}
.seriesAnchor_text {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .seriesAnchor_text span {
    font-size: 1.4rem;
  }
}
.seriesAnchor.isFixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@media print, screen and (min-width: 768px) {
  .seriesRanking {
    max-width: 1160px;
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking {
    padding: 0 10px;
    margin-top: 60px;
  }
}
.seriesRanking_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  .seriesRanking_heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking_heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking_heading-short {
    padding-right: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .seriesRanking_list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking_list {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .seriesRanking_item {
    margin: 0 0 10px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking_item {
    width: 150px;
  }
}
.seriesRanking_item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-decoration: none;
}
.seriesRanking_item a:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border: 1px solid #cccccc;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .seriesRanking_item a:hover:before {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: 2px solid #0784e8;
  }
}
@media print, screen and (min-width: 768px) {
  .seriesRanking_item a {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking_item a {
    padding: 15px 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking_item + .seriesRanking_item {
    margin-left: 10px;
  }
}
.seriesRanking_num {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #232b35;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .seriesRanking_num {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking_num {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}
.seriesRanking_img {
  text-align: center;
}
.seriesRanking_text {
  color: #333333;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .seriesRanking_text {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking_text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .seriesRanking .slick-list {
    overflow: visible;
  }
}
.seriesRanking .slick-arrow {
  position: absolute;
  z-index: 2;
}
.seriesRanking .slick-arrow.slick-next {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.seriesRanking .slick-arrow.slick-next:before {
  content: none;
}
.seriesRanking .slick-arrow.slick-next:after {
  line-height: 1;
  font-size: 3rem;
  color: #6b6b6d;
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: -4px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .seriesRanking .slick-arrow.slick-next {
    top: -33px;
    right: 0;
  }
}
.seriesRanking .slick-arrow.slick-prev {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.seriesRanking .slick-arrow.slick-prev:before {
  content: none;
}
.seriesRanking .slick-arrow.slick-prev:after {
  line-height: 1;
  font-size: 3rem;
  color: #6b6b6d;
  font-family: "FontAwesome";
  content: "\f104";
  margin-left: -4px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .seriesRanking .slick-arrow.slick-prev {
    top: -33px;
    left: auto;
    right: 56px;
  }
}

@media print, screen and (min-width: 768px) {
  .seriesFeature {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .seriesFeature {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .seriesFeature_tabList_new {
    width: 100% !important;
  }
  .seriesFeature .contentsArea {
    width: 100% !important;
  }
  .seriesRecommend_inner {
    width: 90% !important;
  }
  .seriesLineup_spSearch {
    width: 100% !important;
  }
  .seriesRanking_new.column2,
  .seriesRanking_new.column3,
  .seriesRanking_new.column4 {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .msMovie {
    width: 100% !important;
  }
  .recommend_pointBox {
    width: 100% !important;
  }
  .seriesRanking_new_label {
    right: 0px !important;
  }
  .seriesReview_inner {
    width: 100% !important;
  }
  .seriesCustom_account {
    width: 90% !important;
  }
  /* .msMovie_inner {
    display: flex;
    margin: 50px auto;
    padding: 0 10px;
    position: static !important;
  } */
  .seriesNewContents_inner {
    max-width: 100% !important;
    height: auto !important;
    background-position: top center !important;
    background-size: 70% !important;
    padding: 0 10px !important;
  }
  .seriesNewTitle_inner {
    width: 100% !important;
    padding: 53vw 0 0 !important;
  }
}
/*===========================
lineup
===========================*/
@media print, screen and (min-width: 768px) {
  .lineup {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lineup {
    margin-top: 30px;
  }
}
.lineup_inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .lineup_inner {
    max-width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_inner {
    padding: 0 10px 0;
  }
}
.lineup_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #333;
}
@media print, screen and (min-width: 768px) {
  .lineup_heading {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup_heading {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.lineup_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lineup_list {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .lineup_item {
    width: 280px;
    margin: 0 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_item {
    width: calc(50% - 4px);
  }
  .lineup_item:nth-child(n + 3) {
    margin-top: 18px;
  }
}
.lineup_item a {
  color: #333;
  text-decoration: none;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .lineup_item a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    padding: 10px 8px 20px;
  }
  .lineup_item a:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .lineup_item a:hover:before {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: 2px solid #0784e8;
  }
}

@media screen and (max-width: 767px) {
  .lineup_item a {
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 5px 5px 10px;
  }
}
.lineup_imageBox {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lineup_imageBox {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_imageBox {
    height: 95px;
  }
}
.lineup_image.dn {
  display: none;
}
@media screen and (max-width: 767px) {
  .lineup_image {
    width: 130px;
  }
}
.lineup_info {
  margin-top: 5px;
}
.lineup_colorList {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .lineup_colorList {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_colorList {
    margin-bottom: 10px;
  }
}
.lineup_colorItem {
  padding: 0 3px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .lineup_colorItem {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_colorItem {
    height: 15px;
    pointer-events: none;
  }
}
.lineup_color {
  display: inline-block;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .lineup_color {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_color {
    width: 15px;
    height: 15px;
  }
}
.lineup_color-black {
  background-color: #010101;
}
.lineup_color-white {
  background-color: #fff;
  border: solid 1px #cccccc;
}
.lineup_color-red {
  background-color: #e50112;
}
.lineup_color-blue {
  background-color: #497cbb;
}
.lineup_label {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.lineup_labelItem {
  padding: 4px 8px;
  border: solid 1px #ccc;
  text-align: center;
  font-size: 1.2rem;
}
.lineup_labelItem + span {
  margin-left: 5px;
}
@media print, screen and (min-width: 768px) {
  .lineup_labelItem {
    font-weight: bold;
  }
}
.lineup_name {
  line-height: 1.3;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .lineup_name {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  .lineup_name {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.lineup_type {
  margin-bottom: 10px;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .lineup_type {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup_type {
    font-weight: bold;
    font-size: 1.4rem;
  }
}
.lineup_price {
  color: #cc0000;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .lineup_num {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup_num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup_num span {
    font-size: 1.2rem;
  }
}
.lineup_tax {
  font-size: 1.2rem;
}
