@charset "UTF-8";
.naviSection {
  margin: 69px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .naviSection {
    margin: 11.2vw auto 0;
  }
}

.bnArea {
  width: 960px;
  margin: 30px auto 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bnArea {
    width: 100%;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 767px) {
  .bnArea::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
  }
  .bnArea:hover::before {
    -webkit-animation: shine .75s;
            animation: shine .75s;
  }
}

.bnArea img {
  width: 100%;
  height: auto;
}

.naviSection .titleArea {
  text-align: center;
  margin: 55px auto 0;
}

@media screen and (max-width: 767px) {
  .naviSection .titleArea {
    margin: 0 auto;
  }
}

.naviSection .titleArea h2.title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #2a2a2a;
}

@media screen and (max-width: 767px) {
  .naviSection .titleArea h2.title {
    margin: 11.33333vw auto 0;
    font-size: 5.33333vw;
    display: inline-block;
    letter-spacing: 0.08em;
  }
}

.naviSection .titleArea .title_line {
  width: 441px;
  height: 3px;
  margin: 5px auto 0;
  background: #000;
}

@media screen and (max-width: 767px) {
  .naviSection .titleArea .title_line {
    width: 92vw;
    height: 0.66667vw;
    margin: 3.33333vw auto 0;
  }
}

.naviSection .naviArea {
  position: relative;
  margin: 31px auto 0;
  padding: 5px 0 0;
  width: 100%;
  background: url(/products/photoprinter/images/tab_bg.png);
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea {
    margin: 11.06667vw auto 0;
    padding: 3.33333vw 0 3.33333vw;
    background-size: 3.2vw 3.2vw;
  }
}

.naviSection .naviArea:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b1b1b9;
}

.naviSection .naviArea ul.list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.naviSection .naviArea ul.list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 192px;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list li {
    width: 100%;
    margin: 0.26667vw 0 0;
  }
}

.naviSection .naviArea ul.list li + li {
  margin: 0 0 0 3px;
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list li + li {
    margin: 0.26667vw 0 0;
  }
}

.naviSection .naviArea ul.list li .inner {
  width: 192px;
  height: 76px;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  background: #f3f1f1;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(118, 118, 118, 0.4);
          box-shadow: 1px 1px 3px 1px rgba(118, 118, 118, 0.4);
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list li .inner {
    width: 100%;
    height: 13.33333vw;
    background: #eeeeee url(/products/photoprinter/images/tab_arr.png) right center no-repeat;
    background-size: 8.53333vw 3.73333vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media print, screen and (min-width: 767px) {
  .naviSection .naviArea ul.list li:first-child.on .inner {
    background: #000;
  }
  .naviSection .naviArea ul.list li:first-child.on .inner a {
    color: #fff;
  }
}

.naviSection .naviArea ul.list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}

.naviSection .naviArea ul.list li a:hover {
  color: #000;
  text-decoration: none;
}

.naviSection .naviArea ul.list li a .text {
  display: inline-block;
  padding: 15px 0 0;
  margin: 0 auto 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list li a .text {
    display: block;
    padding: 0 0 0 5.33333vw;
    font-size: 4.26667vw;
    line-height: 13.33333vw;
    letter-spacing: 0.03em;
  }
}

.naviSection .naviArea ul.list li a .text.line1 {
  padding: 29px 0 0;
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list li a .text.line1 {
    padding: 0 0 0 5.33333vw;
  }
}

@media print, screen and (min-width: 767px) {
  .naviSection .naviArea ul.list li.off {
    bottom: 1px;
  }
}

@media print, screen and (min-width: 767px) {
  .naviSection .naviArea ul.list li:hover {
    bottom: 0;
  }
}

.naviSection .naviArea ul.list li.off .inner {
  height: 70px;
  margin: 6px auto 0;
  background-color: #ededed;
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list li.off .inner {
    height: 13.33333vw;
    margin: 0;
  }
}

.naviSection .naviArea ul.list li.off a .text {
  padding: 11px 0 0;
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list li.off a .text {
    padding: 0 0 0 5.33333vw;
  }
}

.naviSection .naviArea ul.list li.off a .text.line1 {
  padding: 26px 0 0;
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list li.off a .text.line1 {
    padding: 0 0 0 5.33333vw;
  }
}

@media print, screen and (min-width: 767px) {
  .naviSection .naviArea ul.list li.off:hover .inner {
    height: 76px;
    margin: 0 auto 0;
    background: #f3f1f1;
    -webkit-transition: height 0.2s linear, margin 0.2s linear;
    transition: height 0.2s linear, margin 0.2s linear;
  }
  .naviSection .naviArea ul.list li.off:hover .inner a .text {
    padding: 15px 0 0;
  }
  .naviSection .naviArea ul.list li.off:hover .inner a .text.line1 {
    padding: 29px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .naviSection .naviArea ul.list li.on .inner {
    background: #eeeeee url(/products/photoprinter/images/tab_arr_on.png) right center no-repeat;
    background-size: 8.53333vw 3.73333vw;
  }
  .naviSection .naviArea ul.list li.on a {
    color: #878787;
  }
}

.contentsSection {
  position: relative;
  z-index: 1;
  padding: 0 0 53px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* content_1 */
  /* content_2,3,4,5 */
}

.contentsSection .content h3.title {
  position: relative;
  margin: 0 auto 0;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-size: 28px;
  color: #336699;
}

@media screen and (max-width: 767px) {
  .contentsSection .content h3.title {
    font-size: 5.33333vw;
  }
}

.contentsSection .content h3.title span.mini {
  font-size: 14px;
  font-weight: normal;
}

.contentsSection .content h3.title span.logo {
  position: absolute;
  top: 8px;
  left: 50%;
  margin: 0 0 0 343px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content h3.title span.logo {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin: 5.86667vw auto 0;
    width: 27.6vw;
  }
  .contentsSection .content h3.title span.logo img {
    width: 100%;
    height: auto;
  }
}

.contentsSection .content .inner {
  position: relative;
  margin: 0 auto 0;
  padding: 49px 0px;
  width: 960px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .inner {
    padding: 0;
    width: 100vw;
  }
}

.contentsSection #lineup .inner {
  width: 100%;
  position: relative;
  margin: 0 auto 0;
}

.contentsSection #lineup img {
  width: 100%;
  height: auto;
}

.contentsSection #lineup .titleArea {
  text-align: center;
  position: relative;
}

.contentsSection #lineup .titleArea h3.title {
  margin: 0 auto 0;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #000;
  background-color: #fff;
  display: none;
  margin-bottom: 25px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .titleArea h3.title {
    font-size: 8vw;
  }
}

.contentsSection #lineup .titleArea h3.title.other {
  font-size: 24px;
  position: relative;
  display: inline;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .titleArea h3.title.other {
    font-size: 4.53333vw;
  }
}

.contentsSection #lineup .titleArea h3.title.other::after {
  content: '';
  height: 3px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.contentsSection #lineup .hikakuBtn {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: 0 0 0 292px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .hikakuBtn {
    width: 38.8vw;
    right: 2.66667vw;
    left: auto;
    top: -6vw;
  }
}

.contentsSection #lineup .lineups {
  position: relative;
  padding: 100px 0 30px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups {
    padding: 12.66667vw 0 7.73333vw;
  }
}

.contentsSection #lineup .lineups h4.seriesTitle {
  width: 209px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups h4.seriesTitle {
    width: 76.66667vw;
  }
}

.contentsSection #lineup .lineups .listWrapper {
  position: relative;
  margin: 40px auto 0;
  width: 960px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups .listWrapper {
    width: 94.66667vw;
    margin: 8.8vw auto 0;
    border-bottom: #808080 1px solid;
  }
}

.contentsSection #lineup .lineups .listWrapper.list2 {
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups .listWrapper.list2 {
    margin: 0 auto 0;
    border-bottom: 0px;
  }
}

@media print {
  .contentsSection #lineup .lineups .listWrapper.list2 {
    margin: 250px auto 0;
  }
}

.contentsSection #lineup .lineups .listWrapper .productsImage {
  position: absolute;
  top: -18px;
  left: 50%;
  margin: 0 0 0 -502px;
  width: 1004px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups .listWrapper .productsImage {
    display: none;
  }
}

@media print {
  .contentsSection #lineup .lineups .listWrapper .productsImage {
    top: 0;
  }
}

.contentsSection #lineup .lineups ul.list {
  position: relative;
  width: 960px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list {
    display: block;
    width: 94.66667vw;
  }
}

.contentsSection #lineup .lineups ul.list > li {
  position: relative;
  width: 320px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li {
    width: 94.66667vw;
  }
  .contentsSection #lineup .lineups ul.list > li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    border-bottom: #808080 1px solid;
  }
}

.contentsSection #lineup .lineups ul.list > li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 0 0;
  height: 450px;
  -webkit-transition: width .2s;
  transition: width .2s;
}

@media print {
  .contentsSection #lineup .lineups ul.list > li a {
    padding: 40px 0 0;
  }
}

@media print, screen and (min-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li a::before, .contentsSection #lineup .lineups ul.list > li a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
  }
  .contentsSection #lineup .lineups ul.list > li a::before {
    top: -1px;
    left: -1px;
  }
  .contentsSection #lineup .lineups ul.list > li a::after {
    bottom: -1px;
    right: -1px;
  }
  .contentsSection #lineup .lineups ul.list > li a:hover::before {
    width: 100%;
    height: 100%;
    border-bottom-color: #434343;
    border-left-color: #434343;
    -webkit-transition: height .15s, width .15s .15s;
    transition: height .15s, width .15s .15s;
  }
  .contentsSection #lineup .lineups ul.list > li a:hover::after {
    width: 100%;
    height: 100%;
    border-top-color: #434343;
    border-right-color: #434343;
    -webkit-transition: height .15s, width .15s .15s;
    transition: height .15s, width .15s .15s;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    padding: 0 0 4vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .imageArea {
  margin: 0 auto 0;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .imageArea {
    margin: 0;
    width: 45.33333vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .imageArea .image {
  position: relative;
  margin: 0 auto 0;
  width: 262px;
  height: 153px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .imageArea .image {
    width: 44.26667vw;
    height: 25.86667vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .imageArea .image img {
  display: none;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .imageArea .image img {
    display: block;
    position: absolute;
    width: 54vw;
    height: 34.8vw;
    top: -5.33333vw;
    left: -5.2vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .imageArea p.limit {
  background: #fff;
  color: #000;
  display: inline;
  padding: 2px 6px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.ie .contentsSection #lineup .lineups ul.list > li .imageArea p.limit {
  padding: 5px 6px 0;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .imageArea p.limit {
    position: relative;
    font-size: 3.06667vw;
    margin: 0 auto;
    top: 0;
    display: block;
    width: 14.26667vw;
    padding: 0.4vw 0;
    text-align: center;
    letter-spacing: 0.08em;
  }
}

.contentsSection #lineup .lineups ul.list > li .productName {
  position: relative;
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .productName {
    margin: 2vw auto 0;
  }
}

.contentsSection #lineup .lineups ul.list > li .productName p.model {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .productName p.model {
    font-size: 5.33333vw;
    margin: 0 0 6.66667vw 0;
  }
}

.contentsSection #lineup .lineups ul.list > li .productName p.model .small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .productName p.model .small {
    font-size: 4.66667vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .productName ul.spec {
  position: relative;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .productName ul.spec {
    margin: 0;
  }
}

.contentsSection #lineup .lineups ul.list > li .productName ul.spec li {
  width: auto;
  height: auto;
  border: 1px solid #fff;
  border-radius: 16px;
  display: inline-block;
  padding: 2px 12px;
  margin: 0 3px;
}

.ie .contentsSection #lineup .lineups ul.list > li .productName ul.spec li {
  padding: 4px 12px 0px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .productName ul.spec li {
    font-size: 3.2vw;
    border-radius: 2.8vw;
    margin: 0 1.2vw 1.2vw 0;
    padding: 0.26667vw 1.6vw;
  }
  .contentsSection #lineup .lineups ul.list > li .productName ul.spec li + li {
    margin: 0 0 9px 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .productName ul.spec li + li {
    margin: 0 0 1.2vw 0;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea {
  position: relative;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea {
    margin: 5.33333vw 0 0 2.13333vw;
    text-align: left;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea p.color {
  position: relative;
  width: 180px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea p.color {
    width: 43.2vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea p.color span.chuui {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 11px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea p.color span.chuui {
    bottom: 0.53333vw;
    right: -0.66667vw;
    font-size: 2.4vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea .paper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea .paper {
    display: block;
    padding: 0;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea .paper .title {
  margin: 0 8px 0 0;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea .paper .title {
    margin: 0;
    font-size: 3.2vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea .paper .starList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea .paper .starList {
    margin: 0.66667vw 0 0 0;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea .paper .starList .star {
  width: 22px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea .paper .starList .star {
    width: 5.33333vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea .paper .starList .star + .star {
  margin: 0 0 0 4px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea .paper .starList .star + .star {
    margin: 0 0 0 1.06667vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea .paper.paper1 {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea .paper.paper1 {
    margin: 4vw 0 0;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea .paper + .paper {
  margin: 8px 0 20px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea .paper + .paper {
    margin: 2vw 0 0;
    padding: 0 0 8vw;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea p.link {
  font-size: 16px;
  display: inline;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.list > li .specArea p.link {
    font-size: 3.2vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.contentsSection #lineup .lineups ul.list > li .specArea p.link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.contentsSection #lineup .lineups.colorioArea {
  background: #0e123e;
  padding: 80px 0 62px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups.colorioArea {
    padding: 8.4vw 0 10.66667vw;
  }
}

.contentsSection #lineup .lineups.colorioArea h4.seriesTitle {
  width: 177px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups.colorioArea h4.seriesTitle {
    width: 64.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups.colorioArea ul.list {
    margin: 13.33333vw auto 0;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups.colorioArea ul.list li .paper.paper1 {
    margin: 8vw 0 0;
  }
}

.contentsSection #lineup .lineups.colorioArea ul.list li a .imageArea .image img {
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: relative;
}

.contentsSection #lineup .lineups ul.note {
  margin: 40px auto 0;
  width: 920px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.note {
    margin: 3.73333vw auto 0;
    width: 94.66667vw;
  }
}

.contentsSection #lineup .lineups ul.note li {
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup .lineups ul.note li {
    font-size: 2.66667vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
}

.contentsSection .sectionBox {
  text-align: left;
}

.contentsSection .sectionBox img {
  width: 100%;
  height: auto;
}

.contentsSection .sectionBox .left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  width: 453px;
  margin: 46px 27px 0 0;
}

@media screen and (max-width: 767px) {
  .contentsSection .sectionBox .left {
    display: block;
    margin: 9.06667vw auto 0;
    width: 94.66667vw;
  }
}

.contentsSection .sectionBox h4.title span.mini {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .contentsSection .sectionBox h4.title span.mini {
    font-size: 2.66667vw;
  }
}

.contentsSection .sectionBox .left h4.title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .contentsSection .sectionBox .left h4.title {
    font-size: 4.66667vw;
    letter-spacing: -0.01em;
  }
}

.contentsSection .sectionBox .left h5.title {
  margin: 16px auto 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .contentsSection .sectionBox .left h5.title {
    margin: 3.2vw auto 0;
    font-size: 3.73333vw;
    letter-spacing: -0.01em;
  }
}

.contentsSection .sectionBox .left p.lead {
  margin: 14px auto 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .contentsSection .sectionBox .left p.lead {
    margin: 3.2vw auto 0;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
}

.contentsSection .sectionBox .left p.note {
  margin: 13px auto 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #797979;
}

@media screen and (max-width: 767px) {
  .contentsSection .sectionBox .left p.note {
    margin: 3.2vw auto 0;
    font-size: 2.93333vw;
    line-height: 1.4;
  }
}

.contentsSection .sectionBox .right {
  margin: 46px auto 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .contentsSection .sectionBox .right {
    margin: 6.53333vw auto 0;
    text-align: center;
    display: block;
    width: 100%;
  }
}

.contentsSection #lineup.content_1 .titleArea h3.title {
  display: block;
}

.contentsSection #lineup.content_1 .titleArea h3.title.other {
  display: none;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup.content_1 .lineups {
    padding: 30vw 0 10.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup.content_1 .lineups h4.seriesTitle {
    width: 53.6vw;
  }
}

.contentsSection #lineup.content_1 .lineups.colorioArea {
  padding: 90px 0 80px;
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup.content_1 .lineups.colorioArea {
    padding: 8.4vw 0 10.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection #lineup.content_1 .lineups.colorioArea h4.seriesTitle {
    width: 46.93333vw;
  }
}

.contentsSection .content {
  /* content_2 */
  /* content_3 */
  /* content_4 */
  /* content_5 */
}

.contentsSection .content .contentImage {
  margin: 46px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .contentImage {
    margin: 9.06667vw auto 0;
  }
  .contentsSection .content .contentImage img {
    width: 100%;
    height: auto;
  }
}

.contentsSection .content .productArea h4.recommend {
  margin: 62px auto 25px;
  width: 290px;
  white-space: nowrap;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #2a71b9;
  border-bottom: #2a71b9 2px solid;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea h4.recommend {
    margin: 20vw auto 2.66667vw;
    width: 53.33333vw;
    font-size: 5.33333vw;
    letter-spacing: 0.01em;
    border-bottom: #2a71b9 0.4vw solid;
  }
}

.contentsSection .content .productArea ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea ul.products {
    width: 96vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 0;
  }
}

.contentsSection .content .productArea ul.products li {
  width: 310px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea ul.products li {
    width: 48vw;
    margin: 9.6vw 0 0;
  }
}

.contentsSection .content .productArea ul.products li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.contentsSection .content .productArea ul.products li a:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.contentsSection .content .productArea ul.products li .image {
  width: 243px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea ul.products li .image {
    width: 47.86667vw;
  }
}

.contentsSection .content .productArea ul.products li .image img {
  width: 100%;
  height: auto;
}

.contentsSection .content .productArea ul.products .productName {
  color: #000;
  text-align: center;
}

.contentsSection .content .productArea ul.products .productName p.series {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin: 0 0 6px 0;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea ul.products .productName p.series {
    font-size: 3.2vw;
  }
}

.contentsSection .content .productArea ul.products .productName p.series.vedition, .contentsSection .content .productArea ul.products .productName p.series.pro {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea ul.products .productName p.series.vedition, .contentsSection .content .productArea ul.products .productName p.series.pro {
    font-size: 3.2vw;
  }
}

.contentsSection .content .productArea ul.products .productName p.type {
  width: 150px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #000;
  margin: 0 auto 4px;
  padding: 2px 0;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea ul.products .productName p.type {
    font-size: 3.2vw;
  }
}

.contentsSection .content .productArea ul.products .productName p.model {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea ul.products .productName p.model {
    font-size: 6.66667vw;
    margin: 0 0 4vw 0;
  }
}

.contentsSection .content .productArea ul.products .productName p.model .small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea ul.products .productName p.model .small {
    font-size: 4.66667vw;
  }
}

.contentsSection .content .productArea ul.products .productName p.link {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .productArea ul.products .productName p.link {
    font-size: 3.2vw;
  }
}

.contentsSection .content .productArea ul.products .productName p.link::after {
  content: '';
  height: 1px;
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contentsSection .content .veditionBnArea {
  width: 760px;
  margin: 50px auto 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .veditionBnArea {
    width: 89.33333vw;
    margin: 10.4vw auto 0;
    text-align: center;
  }
}

@media print, screen and (min-width: 767px) {
  .contentsSection .content .veditionBnArea::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
  }
  .contentsSection .content .veditionBnArea:hover::before {
    -webkit-animation: shine .75s;
            animation: shine .75s;
  }
}

.contentsSection .content .veditionBnArea img {
  width: 100%;
  height: auto;
}

.contentsSection .content .proselectionBnArea {
  width: 761px;
  margin: 65px auto 60px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .proselectionBnArea {
    width: 89.33333vw;
    margin: 8vw auto 2.66667vw;
  }
}

@media print, screen and (min-width: 767px) {
  .contentsSection .content .proselectionBnArea::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
  }
  .contentsSection .content .proselectionBnArea:hover::before {
    -webkit-animation: shine .75s;
            animation: shine .75s;
  }
}

.contentsSection .content .proselectionBnArea img {
  width: 100%;
  height: auto;
}

.contentsSection .content p.note {
  margin: 38px auto 0;
  width: 926px;
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .contentsSection .content p.note {
    margin: 4.53333vw auto 0;
    width: 94.66667vw;
    font-size: 2.66667vw;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection .content p.note img {
    width: 2vw;
    height: auto;
    margin-right: 0.66667vw;
    margin-left: 0.66667vw;
  }
}

.contentsSection .content p.attention {
  margin: -8px auto 0;
  width: 960px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .contentsSection .content p.attention {
    margin: 5.06667vw auto 0;
    width: 94.66667vw;
    font-size: 2.93333vw;
  }
}

.contentsSection .content .catchArea {
  margin: 51px auto 0;
  width: 918px;
  height: 118px;
  border: #000 1px solid;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .catchArea {
    margin: 8.8vw auto 0;
    padding: 8vw 0 8vw;
    width: 94.66667vw;
    height: auto;
  }
}

.contentsSection .content .catchArea p.text {
  line-height: 115px;
  font-size: 28px;
  letter-spacing: 0.01em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .catchArea p.text {
    line-height: 1.4;
    font-size: 4.8vw;
  }
}

.contentsSection .content .catchArea p.text span.mini {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .catchArea p.text span.mini {
    font-size: 2.4vw;
  }
}

.contentsSection .content .catchArea p.text span.num {
  font-size: 42px;
  color: #ff0090;
}

@media screen and (max-width: 767px) {
  .contentsSection .content .catchArea p.text span.num {
    font-size: 7.2vw;
  }
}

.contentsSection .content.content_3 .inner {
  padding: 49px 0 70px 0;
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_3 .inner {
    padding: 9.33333vw 0 8.4vw 0;
  }
}

.contentsSection .content.content_3 .sectionBox .left {
  width: 453px;
  margin: 46px 27px 0 0;
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_3 .sectionBox .left {
    margin: 9.06667vw auto 0;
    width: 93.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_3 .sectionBox .right img {
    width: 89.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_3 .sectionBox.box2 .right img {
    width: 100%;
  }
}

.contentsSection .content.content_4 .sectionBox .right {
  text-align: right;
}

.contentsSection .content.content_4 .sectionBox .right img {
  width: 448px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_4 .sectionBox .right {
    text-align: center;
  }
  .contentsSection .content.content_4 .sectionBox .right img {
    width: 89.33333vw;
  }
}

.contentsSection .content.content_4 .sectionBox.box2 .right img {
  width: 395px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_4 .sectionBox.box2 .right img {
    width: 89.33333vw;
  }
}

.contentsSection .content.content_5 .sectionBox .right {
  text-align: center;
}

.contentsSection .content.content_5 .sectionBox .right img {
  width: 218px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_5 .sectionBox .right img {
    width: 67.6vw;
  }
}

.contentsSection .content.content_5 .sectionBox.box2 .right img {
  width: 295px;
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_5 .sectionBox.box2 .right img {
    width: 72.13333vw;
  }
}

.contentsSection .content.content_5 p.attention {
  width: 868px;
  margin: 34px auto 0;
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_5 p.attention {
    margin: 5.06667vw auto 0;
    width: 94.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .contentsSection .content.content_5 .productArea h4.recommend {
    margin: 13.33333vw auto 2.66667vw;
  }
}

.pickupArea {
  width: 970px;
  margin: 66px auto 0;
}

@media screen and (max-width: 767px) {
  .pickupArea {
    width: 94.13333vw;
    margin: 7.33333vw auto 0;
  }
}

@media screen and (max-width: 767px) {
  .pickupArea #slide {
    text-align: center;
  }
}

.pickupArea #slide li {
  margin: 50px 26px 0 0;
  width: 223px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pickupArea #slide li {
    margin: 0 auto 0;
    padding: 2.93333vw 0 2.93333vw;
    width: 90.4vw;
    border-bottom: #cccccc 1px dotted;
  }
}

@media print, screen and (min-width: 767px) {
  .pickupArea #slide li:nth-child(4n) {
    margin: 50px 0 0;
  }
}

.pickupArea #slide li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pickupArea #slide li img {
    width: 36vw;
    height: auto;
    float: left;
    margin: 0 2vw 2vw 0;
  }
}

.pickupArea #slide li span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .pickupArea #slide li span {
    font-size: 3.46667vw;
    font-weight: bold;
  }
}

.pickupArea #slide li dd {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .pickupArea #slide li dd {
    font-size: 3.33333vw;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

.movieArea {
  position: relative;
  margin: 0 auto 0;
  width: 1040px;
  padding-top: 585px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1040px) {
  .movieArea {
    width: 100%;
    padding-top: 56.25%;
  }
}

@media screen and (max-width: 767px) {
  .movieArea {
    margin: 1.06667vw auto 0;
  }
}

.movieArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

p.movieNote {
  width: 1040px;
  margin: 6px auto 0;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 1040px) {
  p.movieNote {
    width: 96%;
  }
}

@media screen and (max-width: 767px) {
  p.movieNote {
    width: 96%;
    margin: 1.33333vw auto 0;
    font-size: 2.66667vw;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }
}

/* ancArea-------------------------------------- */
.ancArea {
  width: 960px;
  margin: 0 auto 60px;
}

.anc-ttl {
  width: 570px;
  margin: 0 auto 25px;
}

.anc-ttl img {
  width: 100%;
}

/* デバイスフォントの場合 */
/* .anc-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
} */
.anc-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.anc-cont {
  width: calc(100% / 3);
  position: relative;
}

.anc-cont a:hover {
  opacity: .8;
}

/* .anc-cont::after {
  width: 32px;
  height: 12px;
  position: absolute;
  content:"";
  top: 20%;
  right: 50%;
  transform: translateX(-50%);
  background-image: ("/products/photoprinter/images/anc/arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
} */
.anc-cont img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ancArea {
    width: 100%;
    margin: 0 auto 15vw;
  }
  .anc-ttl {
    width: 82vw;
    margin: 0 auto 5vw;
  }
  .anc-wrap {
    display: block;
  }
  .anc-cont {
    width: 100%;
  }
  /* .anc-cont::after {
    width: .8vw;
    height: 1.2vw;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  } */
}

/* lineup---------------------------------------------- */
.lineup {
  background-color: #000314;
  padding: 60px 0;
}

.lineup--2 {
  background-color: #042138;
}

.lineup--3 {
  background-color: #064366;
}

.lineup-ttl {
  margin: 0 auto 20px;
}

/* デバイスフォントの場合 */
/* .lineup-ttl {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
} */
.lineup-ttl--1 {
  width: 326px;
}

.lineup-ttl--2 {
  width: 302px;
}

.lineup-ttl--3 {
  width: 452px;
}

.lineup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 960px;
  margin: 0 auto;
}

.lineup-cont {
  width: calc(100% / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
}

.lineup-click {
  display: block;
  padding: 20px 35px;
}

.lineup-cont:hover {
  border: 1px solid grey;
}

.lineup-click:hover {
  color: transparent !important;
}

.lineup-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}

.lineup-left {
  width: 55%;
}

.lineup-left__img {
  width: 100%;
}

.lineup-tag {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup-tag p {
  width: auto;
  padding: 2px 8px;
  color: #fff;
  border-radius: 50em;
  border: 1px solid #fff;
  margin: 0 5px 4px 0;
  font-size: 11px;
}

.lineup-right {
  width: 45%;
}

.linup-right__img {
  margin: 20px auto 5px;
}

.linup-right__img--pro {
  width: 120px;
}

.linup-right__img--colorio {
  width: 130px;
}

.linup-right__img--ecotank {
  width: 150px;
}

.linup-right__txt {
  font-size: 16px;
  margin: 20px auto 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.lineup-name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.lineup-link {
  font-size: 13px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

.lineup-list {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid grey;
}

.lineup-list:last-child {
  border-bottom: none;
}

.lineup-list__left {
  width: 45%;
}

.lineup-list__left p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.1em;
}

.lineup-list__right {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lineup-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lineup-star__cont {
  width: 22px;
  margin-right: 2px;
}

.lineup-list__ink {
  display: block;
  width: 188px;
  height: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lineup-list__right p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lineup {
    padding: 8vw 6.6vw;
  }
  .lineup-ttl {
    margin: 0 auto 7vw;
  }
  /* デバイスフォントの場合 */
  /*   .lineup-ttl {
    font-size: 4.5vw;
    margin-bottom: 7vw;
    letter-spacing: 0.09em;
  }
} */
  .lineup-ttl--1 {
    width: 80vw;
  }
  .lineup-ttl--2 {
    width: 75vw;
  }
  .lineup-ttl--3 {
    width: 64vw;
  }
  .lineup-wrap {
    display: block;
    width: 100%;
  }
  .lineup-cont {
    width: 100%;
    margin-bottom: 5vw;
  }
  .lineup-click {
    padding: 0;
  }
  .lineup-up {
    margin-bottom: 1.8vw;
  }
  .lineup-tag p {
    padding: .4vw 1.8vw;
    margin: 0 1vw .8vw 0;
    font-size: 1.5vw;
  }
  .linup-right__img {
    width: 30vw;
    margin: 4vw auto 1.6vw;
  }
  .linup-right__txt {
    font-size: 3.5vw;
    margin: 4vw auto 0;
  }
  .lineup-name {
    font-size: 5.5vw;
    margin-bottom: 2vw;
  }
  .lineup-link {
    font-size: 3vw;
  }
  .lineup-list {
    padding: 2.2vw 0;
  }
  .lineup-list__left {
    width: 50%;
  }
  .lineup-list__left p {
    font-size: 3vw;
    white-space: nowrap;
  }
  .lineup-list__right {
    width: 50%;
  }
  .lineup-star__cont {
    width: 4.6vw;
    margin-right: .5vw;
  }
  .lineup-list__ink {
    width: 37vw;
    height: auto;
  }
  .lineup-list__right p {
    font-size: 3vw;
    color: #fff;
    text-align: center;
  }
}
/*# sourceMappingURL=index.css.map */