@charset "utf-8";

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

.new {
  display: inline-block;
  vertical-align: middle;
  margin: -.1em .8em 0 0;
  padding: .1em .8em;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  background-color: #ff0000;
}

/* ----------------------------------------
contents
----------------------------------------- */

#contents {
  color: #fff;
  background-color: #181a1f;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

.contents_inner {
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
}

.mv_top {
  overflow: hidden;
}

.mv_wrap {
  margin-top: 3.5%;
}

.mv_wrap {
  width: 100%;
  height: 32vw;
  margin-bottom: -0.6%;
  -webkit-transform: skewY(-4deg);
  transform: skewY(-4deg);
  overflow: hidden;
}

.mv {
  margin-top: -4vw;
  height: 40vw;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
  background-image: url(../img/lineup/img_lineup01.jpg);
  background-size: cover;
}

.page_ttl {
  padding-top: 8%;
}

.product {
  padding-top: 5%;
}

.product .list {
  width: 86%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.product_ttl {
  display: table;
  margin: 0 auto 9.8%;
  font-family: 'Karla', sans-serif;
  font-size: 1.28rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.26em;
}

.product_ttl:after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 20%;
  width: 80px;
  border-bottom: 3px solid #fff;
}


/*introduction*/

.introduction {
  margin: 0 auto;
  padding-top: 7.5%;
  padding-left: 9%;
}

.introduction .left {
  width: 54%;
  padding-top: 1%;
  float: left;
}

.introduction .right {
  width: 38%;
  float: right;
  position: relative;
}

.introduction h1 {
  margin-bottom: 8%;
  line-height: 1.77;
  font-size: 1.56rem;
}

.introduction .txt {
  line-height: 2;
  z-index: 10;
  position: relative;
  text-shadow: 0px 0px 5px #181a1f, 0px 0px 8px #181a1f, 0px 0px 10px #181a1f;
}

.introduction .img {
  width: 168%;
  position: absolute;
  right: 0;
  top: -18%;
}


/* lineup */

.lineup {
  max-width: 82%;
  margin: 0 auto 5%;
  padding: 23% 3% 0;
  clear: both;
}

.lineup ul {
  font-size: 0;
}

.lineup li {
  width: 21.2%;
  margin-bottom: 4%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}

.lineup li:nth-child(4n) {
  margin-right: 0;
}

.lineup li .img {
  margin-bottom: 7%;
}

.lineup li.wideimg .img {
  width: 110%;
}

.lineup li h2 {
  margin-bottom: 7%;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
}

.lineup li .txt {
  line-height: 1.5;
  font-size: 0.75rem;
}

.lineup li .target {
  margin-top: 4%;
  display: block;
}


/*spec*/

.spec {
  max-width: 88%;
  margin: 0 auto 6%;
}

.spec .product_ttl {
  margin-bottom: 7%;
}

.spec table {
  width: 100%;
  margin-bottom: 1.5%;
  line-height: 1.66;
  font-size: 0.75rem;
  text-align: center;
}

.spec table ul li {
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #5f6164;
}

.spec table ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.spec tr {
  border-bottom: 1px solid #5f6164;
}

.spec tr:first-child {
  border-top: 1px solid #5f6164;
}

.spec tr:nth-child(even) {
  background-color: #26292f;
}

.spec thead tr:first-child {
  background-color: #26292f;
}

.spec tr th, .spec tr td {
  padding: 0.8% 0;
}
.spec tr td .asterisk {
  margin-left: .3em;
  font-size: .7rem;
}
.spec tr td .new {
  margin: 0 0 .5em;
  font-size: .6rem;
}

.spec tr td.roll {
  width: 17%;
}

.spec tr td.roll li {
  text-align: left;
}

.spec tr .drag {
  padding: 0 1%;
}

.spec .attention {
  line-height: 2;
  font-size: 0.75rem;
}
.spec .attention .new {
  margin: 0 0.5em;
  padding: 0 .6em;
  font-size: 0.6rem;
}


/* comparison */

.product .comparison {
  max-width: 88%;
  margin: 0 auto;
}

.product .comparison h3 {
  margin-bottom: 2em;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
}

.product .comparison table {
  width: 100%;
}

.product .comparison table tr th:first-child {
  width: 8%;
}

.product .comparison table tr th:nth-child(2) {
  width: 6%;
}

.product .comparison table tr th:nth-child(3) {
  width: 13%;
}

.product .comparison table tr th {
  padding: 0.5em;
  border: 1px solid #57595c;
}

.product .comparison table tr td {
  padding: 0.5em;
  border: 1px solid #57595c;
}

.product .comparison table tr th {
  font-size: 0.68rem;
}

.product .comparison table tr td {
  text-align: center;
  font-size: 0.87rem;
}

.product .comparison table tr td.method {
  background-color: #26292f;
  text-align: left;
}


/*pagelink*/

.product .pagelink {
  margin: 6% auto 0;
  padding: 0;
}

.product .pagelink li a {
  width: 31vw;
  padding: 1.3em 0;
}

.shimanotv {
  width: 100%;
  margin: 5% 0;
  background-color: #051921;
}

.shimanotv .wrap {
  max-width: 74%;
  margin: 0 auto;
  padding: 3%;
}

.shimanotv h1 {
  display: inline-block;
  width: 194px;
  margin: 0 2% 3% 0;
}

.shimanotv .intro_txt {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
}

.shimanotv .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0 2%;
}

.shimanotv .list li {
  width: 11.6%;
  margin: 2% 2.5% 0;
}

.shimanotv .list li .txt {
  margin-top: .8em;
  font-size: 0.75rem;
  color: #fff;
}

.relation_item {
  /*width: 810px;*/
  max-width: 72%;
  margin: 0 auto;
}

.relation_item h2 {
  margin-bottom: .5em;
  font-size: 1.25rem;
  text-align: center;
}

.relation_item .list {
  display: inline-flex;
  flex-wrap: wrap;
}

.relation_item .list li {
  width: 27.2%;
  margin: 5% 3% 0;
}

.relation_item .list li h3 {
  margin-top: 2em;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.571;
  text-align: center;
}

.relation_item .list li .ico {
  margin-top: .8em;
  text-align: center;
}

.relation_item .list li .ico li {
  display: inline-block;
  width: auto;
  margin: 0 .2em;
  padding: .1em .7em;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  background-color: #7f0e0e;
}

.pagelink {
  margin-top: 0;
}

@media screen and (max-width: 786px) {
  .product_ttl {
    margin-bottom: 14%;
    font-size: 1rem;
  }
  .product_ttl:after {
    padding-top: 14%;
    border-bottom: 2px solid #fff;
  }
  /*introduction*/
  .introduction {
    width: 91%;
    padding: 10% 0 8% 9%;
  }
  .introduction h1 {
    margin-bottom: 6%;
    font-size: 1.5rem;
  }
  .introduction .txt {
    font-size: 0.9rem;
  }
  .introduction .left {
    width: 91%;
    margin-bottom: 10%;
    float: none;
  }
  .introduction .right {
    width: 55%;
  }
  /*lineup*/
  .lineup {
    margin-bottom: 14%;
    padding-top: 34%;
  }
  .lineup li {
    width: 48%;
    margin: 0 0 10% 0;
  }
  .lineup li:nth-child(odd) {
    margin-right: 4%;
  }
  .lineup li:last-child {
    margin-bottom: 0;
  }
  .lineup li .txt br {
    display: none;
  }
  /*spec */
  .spec {
    width: 74%;
    margin-bottom: 14%;
  }
  .spec .product_ttl {
    margin-bottom: 10%;
  }
  .spec tr td.roll li br {
    display: none;
  }
  .spec .wrap {
    width: 100%;
    margin-bottom: 6%;
  }
  .product .freely {
    width: 100% !important;
  }
  .spec .table_top_left, .spec .table_bottom_left {
    width: 29% !important;
  }
  .product .table_top_right, .product .table_bottom_right {
    width: 71% !important;
  }
  .comparison .table_top_right, .comparison .table_bottom_right {
    width: 100% !important;
  }
  .comparison table {
    position: relative;
  }
  .comparison table * {
    border-collspace: separate;
    box-sizing: border-box;
  }
  .product .comparison table tbody tr:first-child td {
    border-top: none;
  }
  .comparison table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .product .comparison table tr th {
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  .product .comparison table tr th span {
    border-top: 1px solid #57595c;
    border-bottom: 1px solid #57595c;
  }
  .product .comparison table thead tr {
    border-right: 1px solid #57595c;
  }
  .product .comparison table tr th span {
    width: 100%;
    height: 100%;
    padding: 0.5em;
    display: block;
    background-color: #181a1f;
    z-index: 2;
  }
  .comparison .wrap {
    width: 100% !important;
    height: 400px;
    overflow: scroll;
    position: relative;
  }
  .spec .spec_table {
    width: 240vw;
    margin-bottom: 8%;
  }
  .spec .attention.sp {
    margin-bottom: 4%;
  }
  .product .list {
    width: 74%;
  }
  .product .list li {
    max-width: 100%;
    margin: 15% 0 0;
  }
  .product .list li .txt {
    min-height: auto;
  }
  .product .attention_ex {
    width: 74%;
    margin: 8% auto 12%;
    padding: 0;
  }
  .product .comparison {
    width: 75%;
  }
  .product .comparison h3 {
    margin-bottom: 6%;
    font-size: 1rem;
  }
  .product .comparison table tr th, .product .comparison table tr td {
    font-size: 0.75rem;
  }
  .comparison .attention {
    margin-bottom: 4%;
    line-height: 2;
    font-size: 0.75rem;
  }
  .product .comparison table {
    width: 270vw;
  }
  .product .comparison table tr th:nth-child(2) {
    width: 12%;
  }
  .product .pagelink {
    max-width: 74%;
  }
  .product .pagelink li {
    width: 100%;
    margin-top: 2%;
  }
  .product .pagelink li a {
    width: 100%;
  }
  .shimanotv {
    margin: 12% 0;
  }
  .shimanotv .wrap {
    max-width: 100%;
    padding: 8%;
  }
  .shimanotv h1 {
    display: block;
    width: 180px;
    margin: 0 auto 0.5em;
  }
  .shimanotv .intro_txt {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  .shimanotv .list li {
    width: 28%;
    margin-top: 5%;
  }
  .relation_item {
    max-width: 82%;
  }
  .relation_item .list li .ico li {
    width: 100%;
    margin-top: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
