@charset "UTF-8";
/* CSS Document */
body {
  background: #4E1000;
}
body * {
  box-sizing: border-box;
}

#wrapper {
  background: none;
}

#motor {
  background: url(../images/motor_topbg.png) no-repeat top 17rem center/contain, linear-gradient(#C12103 17rem, transparent 17rem);
  padding-top: 17rem;
}
#motor h3 {
  display: block;
  width: 100%;
  height: 23.2rem;
  padding: 4rem 5rem 0;
  margin: auto;
}
#motor h3 img {
  height: 100%;
}
#motor ul.btn_wrap {
  width: 100%;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-right-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 4.5rem 0.5rem;
  margin: 2rem 0 0;
}
#motor ul.btn_wrap li {
  display: block;
  width: 10rem;
  height: 8rem;
  border-radius: 1rem;
  margin: 0 0.5rem 1.5rem;
  background: linear-gradient(130deg, #ffd600, rgba(255, 214, 0, 0.7));
  text-align: center;
  position: relative;
}
#motor ul.btn_wrap li.btn_2nd {
  background: linear-gradient(130deg, #ff8800, rgba(255, 136, 0, 0.7));
}
#motor ul.btn_wrap li a {
  display: block;
  height: 100%;
  color: #000;
  font-size: 4.8rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-shadow: rgba(255, 255, 255, 0.6) 0 0 0.6rem;
}
#motor ul.btn_wrap li a span {
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  line-height: 1.1;
}
#motor ul.btn_wrap li::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.8rem;
  background: #fff;
  bottom: 0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#motor p.notice {
  color: #fff;
  font-size: 2rem;
  text-align: right;
  padding: 0 5rem;
  margin-bottom: 2rem;
}
#motor ul.content_wrap li {
  width: 100%;
  padding: 2rem 5rem 5rem;
  background: url(../images/motor_namebg.png) no-repeat top -9rem left -11rem/91rem;
}
#motor ul.content_wrap li:nth-of-type(even) {
  background: url(../images/motor_namebg.png) no-repeat top -9rem left -11rem/91rem, rgba(242, 40, 0, 0.12);
}
#motor ul.content_wrap li h4 {
  width: 100%;
  height: 27rem;
  background: url(../images/motor_nameline_1.svg) no-repeat bottom center/contain;
  position: relative;
}
#motor ul.content_wrap li h4 p {
  position: absolute;
  color: rgb(255, 214, 0);
}
#motor ul.content_wrap li h4 p.rank {
  font-size: 4.8rem;
  font-family: "GFS Didot", serif;
  font-weight: 300;
  letter-spacing: -0.05em;
}
#motor ul.content_wrap li h4 p.rank span {
  font-size: 8rem;
  margin-left: -0.1em;
}
#motor ul.content_wrap li h4 p.num {
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  bottom: 0;
}
#motor ul.content_wrap li h4 p.num span {
  font-size: 16rem;
  font-family: "GFS Didot", serif;
  font-weight: 300;
}
#motor ul.content_wrap li h4 p.trial {
  font-size: 2rem;
  color: #000 !important;
  display: inline-block;
  background: #fff !important;
  border-radius: 5rem;
  line-height: 3.2rem;
  padding: 0 1.5rem;
  font-weight: 400;
  bottom: 12.4rem;
  left: 19rem;
}
#motor ul.content_wrap li h4 p.name-head {
  font-size: 3rem;
  color: #000 !important;
  font-family: "Noto Serif JP", serif;
  bottom: 16.5rem;
  left: 41rem;
}
#motor ul.content_wrap li h4 p.name {
  font-size: 2.4rem;
  color: #fff !important;
  font-weight: 400;
  bottom: 3.5rem;
  left: 39rem;
}
#motor ul.content_wrap li h4 p.name span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5rem;
  text-shadow: rgba(255, 255, 255, 0.6) 0 0 0.6rem;
  font-weight: bold;
}
#motor ul.content_wrap li p.column {
  font-size: 2.8rem;
  color: #fff;
  margin: 3rem 0;
  line-height: 1.6;
  text-align: justify;
}
#motor ul.content_wrap li div.data .table1 {
  background: linear-gradient(130deg, #ffd600, rgba(255, 214, 0, 0.9) 40%);
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
}
#motor ul.content_wrap li div.data .table1 table {
  border-spacing: 3.5rem 0.8rem;
  text-align: center;
}
#motor ul.content_wrap li div.data .table1 table th {
  width: 18rem;
  height: 5rem;
  line-height: 4.5rem;
  font-size: 3.2rem;
  font-weight: 800;
  border: 0.1rem solid #000;
  border-top-width: 0;
  border-left-width: 0;
}
#motor ul.content_wrap li div.data .table1 table td {
  height: 5.6rem;
}
#motor ul.content_wrap li div.data .table1 table td img {
  height: 100%;
}
#motor ul.content_wrap li div.data .table2 {
  background: linear-gradient(130deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.9) 40%);
  padding: 0.8rem 0;
  display: flex;
  justify-content: center;
}
#motor ul.content_wrap li div.data .table2 table {
  border-spacing: 2rem 0.8rem;
  text-align: center;
}
#motor ul.content_wrap li div.data .table2 table th {
  width: 10rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 2.8rem;
  font-weight: 800;
  border: 0.1rem solid #000;
}
#motor ul.content_wrap li div.data .table2 table th.red {
  color: #fff;
  background: #BC1D00;
  border: none;
}
#motor ul.content_wrap li div.data .table2 table td {
  font-size: 4rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 0;
  font-weight: 900;
  transform: translateY(0.2rem);
  text-align: left;
}
#motor ul.content_wrap li div.data .table2 table td:nth-of-type(odd) {
  padding-right: 4rem;
}
#motor ul.content_wrap li div.data .table2 table td.red {
  color: #BC1D00;
}
#motor ul.content_wrap li div.data .table2 table td span {
  font-size: 0.8em;
  transform: translateY(-0.2rem);
  display: inline-block;
}
#motor ul.content_wrap li div.graph {
  background: linear-gradient(130deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
  margin-top: 2rem;
  padding: 1rem 0;
}
#motor ul.content_wrap li div.graph h5 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  text-align: center;
}
#motor ul.content_wrap li div.graph .scroll-area {
  width: 100%;
  overflow-x: scroll;
}
#motor ul.content_wrap li div.graph .scroll-area img {
  padding: 0 2rem 1rem;
  height: 26rem;
}
#motor ul.content_wrap li.content_2nd h4 {
  background: url(../images/motor_nameline_2.svg) no-repeat bottom center/contain;
}
#motor ul.content_wrap li.content_2nd h4 p {
  color: rgb(255, 136, 0);
}
#motor ul.content_wrap li.content_2nd div.data .table1 {
  background: linear-gradient(130deg, #ff8800, rgba(255, 136, 0, 0.9) 40%);
}
#motor ul.content_wrap li.content_2nd div.data .table1 table td img {
  filter: brightness(0) invert(1);
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  #motor {
    background: url(../images/motor_topbg_pc.png) no-repeat top center/contain;
    padding: 0;
  }
  #motor h3 {
    width: fit-content;
    height: 24.6rem;
    padding: 10rem 0 0;
  }
  #motor ul.btn_wrap {
    padding: 1rem 28.5rem;
  }
  #motor ul.btn_wrap li {
    width: 14rem;
    height: 5rem;
    margin: 0.5rem;
  }
  #motor ul.btn_wrap li a {
    font-size: 3.6rem;
    margin-right: 1rem;
  }
  #motor ul.btn_wrap li a span {
    writing-mode: horizontal-tb;
    font-size: 2rem;
  }
  #motor ul.btn_wrap li::after {
    bottom: 2.1rem;
    right: 1.8rem;
    left: auto;
  }
  #motor p.notice {
    font-size: 1.4rem;
    padding: 0 29rem;
    margin: 0.4rem 0 2rem;
  }
  #motor ul.content_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #motor ul.content_wrap li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    background: url(../images/motor_namebg.png) no-repeat top -3rem left 1.5rem/51.6rem;
  }
  #motor ul.content_wrap li:nth-of-type(odd) {
    padding: 2rem 3rem 5rem 8rem;
  }
  #motor ul.content_wrap li:nth-of-type(even) {
    padding: 2rem 8rem 5rem 3rem;
    background: url(../images/motor_namebg.png) no-repeat top -3rem left -3.5rem/51.6rem;
  }
  #motor ul.content_wrap li:nth-of-type(4n + 3) {
    background: url(../images/motor_namebg.png) no-repeat top -3rem left 1.5rem/51.6rem, rgba(242, 40, 0, 0.12);
  }
  #motor ul.content_wrap li:nth-of-type(4n + 4) {
    background: url(../images/motor_namebg.png) no-repeat top -3rem left -3.5rem/51.6rem, rgba(242, 40, 0, 0.12);
  }
  #motor ul.content_wrap li h4 {
    width: 44rem;
    height: 18.2rem;
    margin-bottom: 1.6rem;
  }
  #motor ul.content_wrap li h4 p.rank {
    font-size: 3.2rem;
  }
  #motor ul.content_wrap li h4 p.rank span {
    font-size: 5rem;
  }
  #motor ul.content_wrap li h4 p.num {
    font-size: 3.2rem;
  }
  #motor ul.content_wrap li h4 p.num span {
    font-size: 11rem;
  }
  #motor ul.content_wrap li h4 p.trial {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0 0.8rem;
    bottom: 8.8rem;
    left: 13rem;
  }
  #motor ul.content_wrap li h4 p.name-head {
    font-size: 2rem;
    bottom: 11.2rem;
    left: 28rem;
  }
  #motor ul.content_wrap li h4 p.name {
    font-size: 1.6rem;
    bottom: 2.4rem;
    left: 26rem;
  }
  #motor ul.content_wrap li h4 p.name span {
    font-size: 3.2rem;
  }
  #motor ul.content_wrap li p.column {
    font-size: 1.6rem;
    margin: 3rem 0 1.6rem;
    display: inline-block;
    width: 39rem;
  }
  #motor ul.content_wrap li div.data {
    display: flex;
    width: 100%;
  }
  #motor ul.content_wrap li div.data .table1 {
    width: calc(100% - 39rem);
    padding: 0.4rem 0;
  }
  #motor ul.content_wrap li div.data .table1 table {
    border-spacing: 2rem 0.8rem;
    text-align: center;
  }
  #motor ul.content_wrap li div.data .table1 table th {
    width: 12.4rem;
    height: 2.8rem;
    line-height: 3.2rem;
    font-size: 2rem;
  }
  #motor ul.content_wrap li div.data .table1 table td {
    height: 4.2rem;
  }
  #motor ul.content_wrap li div.data .table2 {
    width: 39rem;
    padding: 0.4rem 0;
  }
  #motor ul.content_wrap li div.data .table2 table {
    border-spacing: 1.6rem 0.8rem;
  }
  #motor ul.content_wrap li div.data .table2 table th {
    width: 6.4rem;
    height: 2.8rem;
    line-height: 3.2rem;
    font-size: 1.8rem;
  }
  #motor ul.content_wrap li div.data .table2 table td {
    font-size: 2.6rem;
    transform: translateY(0.3rem);
  }
  #motor ul.content_wrap li div.data .table2 table td:nth-of-type(odd) {
    padding-right: 1rem;
  }
  #motor ul.content_wrap li div.graph {
    margin-top: 0;
  }
  #motor ul.content_wrap li div.graph h5 {
    font-size: 2.8rem;
  }
  #motor ul.content_wrap li div.graph .scroll-area {
    width: 100%;
    overflow-x: auto;
  }
  #motor ul.content_wrap li div.graph .scroll-area img {
    padding: 0 2rem 1rem;
    height: auto;
    width: 100%;
  }
  #motor ul.content_wrap li.content_2nd h4 {
    background: url(../images/motor_nameline_2.svg) no-repeat bottom center/contain;
  }
  #motor ul.content_wrap li.content_2nd h4 p {
    color: rgb(255, 136, 0);
  }
  #motor ul.content_wrap li.content_2nd div.data .table1 {
    background: linear-gradient(130deg, #ff8800, rgba(255, 136, 0, 0.9) 40%);
  }
  #motor ul.content_wrap li.content_2nd div.data .table1 table td img {
    filter: brightness(0) invert(1);
  }
}
/* アニメーション */
@keyframes logotape {
  from {
    background-position: 0rem 0rem;
  }
  to {
    background-position: 0rem -32rem;
  }
}/*# sourceMappingURL=motor.css.map */