@charset "UTF-8";
@keyframes fade_in {
  0% {
    filter: opacity(0);
  }
  100% {
    filter: opacity(1);
  }
}
body {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "游明朝 Medium", serif;
  color: #000000;
  background-color: #000000;
}
body.modal_opened {
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  body.modal_opened {
    overflow-y: auto;
  }
}

a {
  transition: filter 0.4s;
  text-decoration: none;
}
a:hover {
  filter: opacity(0.65);
}
@media screen and (max-width: 767px) {
  a:hover {
    filter: opacity(1);
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#imageData #imageDetails #controls {
  display: none;
}

header {
  position: sticky;
  transform: translateZ(1px);
  z-index: 102;
  width: 100%;
  top: 0px;
  left: 0;
  background-color: #000;
  box-sizing: border-box;
  padding: min(15px, 1.25%) 0;
}
@media screen and (max-width: 767px) {
  header {
    height: auto;
    padding-bottom: 3.7333333333vw;
  }
}
header h1 {
  font-size: 0;
  line-height: 0;
}
header h1 a {
  display: block;
  width: 29.1666666667vw;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header h1 a {
    width: 46.6666666667vw;
    max-width: 350px;
    padding-top: 8vw;
  }
}
header h1 a img {
  width: 100%;
}
header .reach {
  position: absolute;
  top: 50%;
  right: min(68px, 5.6666666667%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  header .reach {
    position: absolute;
    right: 50%;
    top: 2.6666666667vw;
    transform: translateX(50%);
    margin: 0 auto 0 auto;
    width: 26.6666666667vw;
    max-width: 200px;
  }
}
header .reach img {
  width: 16.6666666667vw;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  header .reach img {
    width: 26.6666666667vw;
    max-width: 200px;
  }
}
header .reach.reach.left {
  right: auto;
  left: min(68px, 5.6666666667%);
}
@media screen and (max-width: 767px) {
  header .reach.reach.left {
    left: 50%;
    transform: translateX(-50%);
  }
}

.menubtn {
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.menubtn span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 12px;
  width: 50%;
  height: 2px;
  background-color: #FFFFFF;
}
.menubtn span:nth-of-type(1) {
  top: 16px;
}
.menubtn span:nth-of-type(2) {
  top: 24px;
}
.menubtn span:nth-of-type(3) {
  top: 32px;
}
.menubtn.open span:nth-of-type(1) {
  top: 18px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
}
.menubtn.open span:nth-of-type(2) {
  opacity: 0;
}
.menubtn.open span:nth-of-type(3) {
  top: 30px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
}

#gmenu {
  position: fixed;
  z-index: 101;
  transform: translateZ(1px);
  top: 0;
  right: min(-500px, -60vw);
  width: min(500px, 60vw);
  height: 100vh;
  background-color: #EAEAEA;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  #gmenu {
    right: -100vw;
    width: 100vw;
  }
}
#gmenu.open {
  right: 0;
  /* メニューが増えた場合はメンテナンスが必要 */
}
#gmenu.open #gmenulist h3, #gmenu.open #gmenulist h4 {
  filter: opacity(0);
  animation-name: fade_in;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#gmenu.open #gmenulist h3:nth-of-type(1), #gmenu.open #gmenulist h4:nth-of-type(1) {
  animation-delay: 0.3s;
}
#gmenu.open #gmenulist h3:nth-of-type(2), #gmenu.open #gmenulist h4:nth-of-type(2) {
  animation-delay: 0.6s;
}
#gmenu.open #gmenulist ul li {
  filter: opacity(0);
  animation-name: fade_in;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(1) {
  animation-delay: 0.335s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(2) {
  animation-delay: 0.37s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(3) {
  animation-delay: 0.405s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(4) {
  animation-delay: 0.44s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(5) {
  animation-delay: 0.475s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(6) {
  animation-delay: 0.51s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(7) {
  animation-delay: 0.545s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(8) {
  animation-delay: 0.58s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(9) {
  animation-delay: 0.615s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(10) {
  animation-delay: 0.65s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(11) {
  animation-delay: 0.685s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(12) {
  animation-delay: 0.72s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(13) {
  animation-delay: 0.755s;
}
#gmenu.open #gmenulist ul:nth-of-type(1) li:nth-of-type(14) {
  animation-delay: 0.79s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(1) {
  animation-delay: 0.635s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(2) {
  animation-delay: 0.67s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(3) {
  animation-delay: 0.705s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(4) {
  animation-delay: 0.74s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(5) {
  animation-delay: 0.775s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(6) {
  animation-delay: 0.81s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(7) {
  animation-delay: 0.845s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(8) {
  animation-delay: 0.88s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(9) {
  animation-delay: 0.915s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(10) {
  animation-delay: 0.95s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(11) {
  animation-delay: 0.985s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(12) {
  animation-delay: 1.02s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(13) {
  animation-delay: 1.055s;
}
#gmenu.open #gmenulist ul:nth-of-type(2) li:nth-of-type(14) {
  animation-delay: 1.09s;
}
#gmenu #gmenulist {
  position: fixed;
  z-index: 5;
  width: min(500px, 60vw);
  height: 100vh;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 110px 45px 15px;
}
@media screen and (max-width: 767px) {
  #gmenu #gmenulist {
    width: 100vw;
    padding: 25.5813953488vw 6.976744186vw 6.976744186vw;
  }
}
#gmenu #gmenulist h3, #gmenu #gmenulist h4 {
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin: 0 0 30px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000000;
  filter: opacity(0);
  will-change: filter, transform;
}
@media screen and (max-width: 767px) {
  #gmenu #gmenulist h3, #gmenu #gmenulist h4 {
    font-size: 42px;
    font-size: 9.7674418605vw;
  }
}
#gmenu #gmenulist h3 a, #gmenu #gmenulist h4 a {
  color: #000000;
}
#gmenu #gmenulist.underlayer h3 {
  border-bottom: none;
  padding-bottom: 0px;
}
#gmenu #gmenulist.underlayer h4 {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  #gmenu #gmenulist.underlayer h4 {
    font-size: 34px;
    font-size: 7.9069767442vw;
  }
}
#gmenu #gmenulist ul {
  margin-bottom: 60px;
}
#gmenu #gmenulist ul li {
  margin-bottom: 20px;
  filter: opacity(0);
  will-change: filter, transform;
}
#gmenu #gmenulist ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
#gmenu #gmenulist ul li a i.new3 {
  font-family: "Aldrich", sans-serif;
  border-radius: 3px;
  border: solid 1px #FF0000;
  color: #FF0000;
  padding: 4px 4px;
  font-style: normal;
  line-height: 1;
  margin-left: 10px;
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  transform: translateY(-2px);
}

footer {
  background-color: #000000;
  color: #FFFFFF;
}
footer p.copyright {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  padding: 14px 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer p.copyright {
    font-size: 14px;
    font-size: 3.2558139535vw;
    padding: 3.2558139535vw 0;
  }
}

a.totop {
  position: fixed;
  right: 3rem;
  bottom: 6rem;
  display: block;
  z-index: 100;
  transform: translateZ(1px);
  font-size: 0;
  filter: opacity(0);
  transition: filter 0.4s;
}
@media screen and (max-width: 767px) {
  a.totop {
    right: 14.6666666667vw;
    bottom: 14.6666666667vw;
  }
}
a.totop::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  transform: rotate(-45deg) translateX(-50%);
  top: 0;
  left: 44%;
  border-top: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
}
a.totop.disp {
  filter: opacity(1);
}

@media screen and (max-width: 767px) {
  main {
    position: relative;
    margin-top: 26vh;
  }
}
main .inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  main .inner {
    padding: 0 20px;
  }
}
main .movie {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
main .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section.kv {
  position: fixed;
  top: 74px;
  left: 0px;
  z-index: -1;
  line-height: 0;
  font-size: 0;
  width: 100%;
  background: #000000;
}
@media screen and (max-width: 767px) {
  main section.kv {
    position: fixed;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
}
main section.kv video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100vh - 74px);
}
@media screen and (max-width: 767px) {
  main section.kv video {
    width: 100vw;
    height: auto;
    /*
    transform: translateX(-206vw)
    */
  }
}
main section.lineup {
  overflow: hidden;
  margin-top: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section.lineup {
    background: none;
    margin-top: 0;
  }
}
main section.lineup .front {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main section.lineup .front {
    background-color: #FFFFFF;
  }
}
main section.lineup .front .lead {
  font-size: 0;
  line-height: 0;
  margin-bottom: 10.8333333333%;
  padding-top: 48.3333333333%;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .lead {
    margin-bottom: 0;
    padding-top: 0;
  }
}
main section.lineup .front .lead .logo {
  width: min(1000px, 85%);
  margin-left: auto;
  margin-right: auto;
}
main section.lineup .front .lead .lead1 {
  width: 76.5vw;
  max-width: 918px;
  margin: 0 auto 4.1666666667% auto;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .lead .lead1 {
    position: fixed;
    top: 34vh;
    z-index: -1;
    left: 0;
    width: 100vw;
    background-color: #000000;
    text-align: center;
    padding-top: 18.6046511628vw;
    padding-bottom: 23.2558139535vw;
  }
}
main section.lineup .front .lead .lead1 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .lead .lead1 img {
    width: 69.6vw;
    max-width: 522px;
  }
}
main section.lineup .front .lead .lead2 {
  font-size: 23px;
  line-height: 260.8695652174%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .lead .lead2 {
    font-size: 18px;
    font-size: 4.1860465116vw;
    line-height: 217.3913043478%;
    width: 100vw;
    margin-left: -20px;
    margin-top: 79.0697674419vw;
    padding: 18.6046511628vw 20px 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
  }
}
main section.lineup .front dl.list_index {
  margin-bottom: 125px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list_index {
    margin-top: 0px;
    margin-bottom: 16vw;
    flex-wrap: wrap;
    gap: 4.6511627907vw;
  }
}
main section.lineup .front dl.list_index dt {
  text-align: center;
}
main section.lineup .front dl.list_index dt h3 {
  margin: 0;
}
main section.lineup .front dl.list_index dt h3 a {
  display: block;
  padding: 8px 60px;
  /*border-radius: 28px;*/
  font-size: min(38px, 3.8vw);
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 500;
  position: relative;
  color: #000000;
}
main section.lineup .front dl.list_index dt h3 a:hover {
  filter: opacity(1);
}
main section.lineup .front dl.list_index dt h3 a:hover::before {
  background-color: #e9e9e9;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list_index dt h3 a {
    padding: 8px 40px;
    font-size: 30px;
    font-size: 6.976744186vw;
    width: 60.4651162791vw;
  }
}
main section.lineup .front dl.list_index dt h3 a i.new {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
  font-style: normal;
  font-size: min(18px, 3.8vw);
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list_index dt h3 a i.new {
    left: 10px;
  }
}
main section.lineup .front dl.list_index dt h3 a p {
  position: relative;
  z-index: 2;
  margin: 0;
}
main section.lineup .front dl.list_index dt h3 a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #FFFFFF;
  transform: skewX(-15deg);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
main section.lineup .front dl.list_index dt h3 a::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: -16px;
  background-color: #e60012;
  transform: skewX(-15deg);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
main section.lineup .front dl.list_index dt h3.lightgamemodel a {
  color: #FF0000;
}
main section.lineup .front dl.list_index dt h3.hardrockgamemodel a {
  color: #188E0F;
}
main section.lineup .front dl.list {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list {
    margin-top: 0px;
    margin-bottom: 10vw;
  }
}
main section.lineup .front dl.list dt {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dt {
    margin-bottom: 5.3333333333vw;
  }
}
main section.lineup .front dl.list dt h3 {
  margin: 0;
  padding: 0;
}
main section.lineup .front dl.list dt h3 a {
  font-size: 45px;
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dt h3 a {
    font-size: 35px;
    font-size: 8.1395348837vw;
  }
}
main section.lineup .front dl.list dt h3.lightgamemodel a {
  color: #FF0000;
}
main section.lineup .front dl.list dt h3.hardrockgamemodel a {
  color: #188E0F;
}
main section.lineup .front dl.list dd {
  margin: 0;
  text-align: center;
}
main section.lineup .front dl.list dd h4 {
  margin: 25px 0 0 15px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd h4 {
    margin-left: 5.3333333333vw;
  }
}
main section.lineup .front dl.list dd h4 a {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd h4 a {
    font-size: 20px;
    font-size: 4.6511627907vw;
  }
}
main section.lineup .front dl.list dd ul {
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd ul {
    text-align: left;
    margin-top: 5.8139534884vw;
  }
}
main section.lineup .front dl.list dd ul.border-top {
  border-top: solid 1px #000000;
  display: inline-block;
  margin-top: 0;
  padding-top: 25px;
}
main section.lineup .front dl.list dd ul li {
  vertical-align: top;
  display: inline-block;
  margin: 0 15px 20px 15px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd ul li {
    margin: 0 0 4vw 0;
    width: 45%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd ul li:nth-child(odd) {
    margin-left: 5.3333333333vw;
  }
}
main section.lineup .front dl.list dd ul li a {
  position: relative;
  line-height: 1;
  color: #000000;
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  font-size: 35px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd ul li a {
    font-size: 25px;
    font-size: 5.8139534884vw;
  }
}
main section.lineup .front dl.list dd ul li a i.new {
  position: absolute;
  left: 0px;
  top: -11px;
  font-family: "Aldrich", sans-serif;
  color: #FF0000;
  /*
  border-radius: 3px;
  border: solid 1px #FF0000;
  padding: 4px 4px;
  transform: translateY(-2px);
  margin-left: 10px;
  */
  font-style: normal;
  line-height: 1;
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd ul li a i.new {
    font-size: 12px;
    font-size: 2.7906976744vw;
  }
}
main section.lineup .front dl.list dd ul li a span {
  font-size: 0px;
  line-height: 0;
  margin-left: 10px;
  display: inline-block;
  background: url(../img/arrow1@3x.png) no-repeat;
  background-size: contain;
  height: 19px;
  width: 13px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd ul li a span {
    margin-left: 1.3333333333vw;
    width: 1.7333333333vw;
    height: 2.5333333333vw;
  }
}
main section.lineup .front dl.list dd.mediummodel, main section.lineup .front dl.list dd.spinningmodel, main section.lineup .front dl.list dd.baitmodel {
  text-align: left;
  width: min(740px, 100%);
  margin: 0 auto;
}
main section.lineup .front dl.list dd.mediummodel.center, main section.lineup .front dl.list dd.spinningmodel.center, main section.lineup .front dl.list dd.baitmodel.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd.mediummodel ul, main section.lineup .front dl.list dd.spinningmodel ul, main section.lineup .front dl.list dd.baitmodel ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd.mediummodel ul li, main section.lineup .front dl.list dd.spinningmodel ul li, main section.lineup .front dl.list dd.baitmodel ul li {
    width: 40%;
    margin-left: 5.3333333333vw;
  }
}
main section.lineup .front dl.list dd.spinningmodel {
  border-top: solid 1px #000000;
}
main section.lineup .front dl.list dd.baitmodel {
  border-top: dotted 1px #000000;
}
main section.lineup .front dl.list dd.mediummodel {
  border-bottom: dotted 1px #000000;
}
main section.lineup .front dl.list dd.first {
  border-top: solid 1px #000000;
  width: min(740px, 100%);
  margin: 0 auto 70px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main section.lineup .front dl.list dd.first {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  main section.lineup .front .spwhitebg {
    background-color: #FFFFFF;
    box-sizing: border-box;
    width: 100vw;
    margin-left: -20px;
    padding: 0 20px 10vw;
  }
}
main section.lineup .front p.txt1 {
  font-size: 23px;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 0 auto min(40px, 3.3333333333%) auto;
}
@media screen and (max-width: 767px) {
  main section.lineup .front p.txt1 {
    line-height: 2.2;
    font-size: 18px;
    font-size: 4.1860465116vw;
    padding: 0 4vw;
    margin-bottom: 14.6666666667vw;
  }
}
main section.lineup .front ul.models {
  text-align: center;
  margin-bottom: 12.0833333333%;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main section.lineup .front ul.models {
    gap: 2.3255813953vw;
    justify-content: flex-start;
  }
}
main section.lineup .front ul.models li {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main section.lineup .front ul.models li {
    width: calc(50% - 1.1627906977vw);
  }
}
main section.lineup .front ul.models li.ttl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main section.lineup .front ul.models li.center {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main section.lineup .front ul.models li.center a {
    width: auto;
    padding: 1.1627906977vw 13.9534883721vw;
  }
}
main section.lineup .front ul.models li p {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "游明朝 Medium", serif;
  font-size: 25px;
  text-align: center;
  margin: 0 auto 0px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main section.lineup .front ul.models li p {
    font-size: 18px;
    font-size: 4.1860465116vw;
    margin-bottom: 2.3255813953vw;
  }
}
main section.lineup .front ul.models li a {
  font-family: "Aldrich", sans-serif;
  border: solid 1px #707070;
  padding: 4px 70px;
  font-size: 36px;
  border-radius: 3px;
  color: #000000;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main section.lineup .front ul.models li a {
    font-size: 18px;
    font-size: 4.1860465116vw;
    padding: 1.1627906977vw 0;
    width: 100%;
  }
}
main section.lineup .front ul.models li a.new {
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front ul.models li a.new {
    margin-left: 9.3023255814vw;
  }
}
main section.lineup .front ul.models li a.new i {
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  border: solid 1px #FF0000;
  color: #FF0000;
  padding: 4px 9px;
  font-size: 50%;
  font-style: normal;
  line-height: 1;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front ul.models li a.new i {
    left: -13.9534883721vw;
  }
}
main section.lineup .front ul.models li a::after {
  display: block;
  content: "";
  background-image: url(../img/common/icon_triangle.png);
  background-size: cover;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main section.lineup .front ul.models li a::after {
    right: 6%;
    width: 2.1705426357vw;
    height: 2.480620155vw;
  }
}
main section.lineup .front .future {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: min(60px, 5%);
}
main section.lineup .front .future .r360,
main section.lineup .front .future .nanoalloy,
main section.lineup .front .future .frame {
  box-sizing: border-box;
  border: solid 1px #000000;
  background-color: #333333;
  padding: 30px;
  border-radius: 30px;
  color: #FFFFFF;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360,
  main section.lineup .front .future .nanoalloy,
  main section.lineup .front .future .frame {
    padding: 4vw;
    border-radius: 8px;
  }
}
main section.lineup .front .future .r360_2,
main section.lineup .front .future .nanoalloy_2,
main section.lineup .front .future .frame_2 {
  color: #000000;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 18px;
}
main section.lineup .front .future.column3 {
  gap: 20px;
  padding-bottom: min(169px, 14.0833333333%);
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future.column3 {
    gap: 5.8139534884vw;
    flex-wrap: wrap;
  }
}
main section.lineup .front .future.column3 .r360_2,
main section.lineup .front .future.column3 .nanoalloy_2,
main section.lineup .front .future.column3 .frame_2 {
  width: calc(33% - 10px);
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future.column3 .r360_2,
  main section.lineup .front .future.column3 .nanoalloy_2,
  main section.lineup .front .future.column3 .frame_2 {
    width: 100%;
  }
}
main section.lineup .front .future.column2 {
  gap: 20px;
  padding-bottom: min(169px, 14.0833333333%);
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future.column2 {
    gap: 5.8139534884vw;
    flex-wrap: wrap;
  }
}
main section.lineup .front .future.column2 .r360_2,
main section.lineup .front .future.column2 .nanoalloy_2,
main section.lineup .front .future.column2 .frame_2 {
  width: min(50% - 10px, 380px);
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future.column2 .r360_2,
  main section.lineup .front .future.column2 .nanoalloy_2,
  main section.lineup .front .future.column2 .frame_2 {
    width: 100%;
  }
}
main section.lineup .front .future .r360_2 dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
main section.lineup .front .future .r360_2 dl dt {
  width: 100%;
}
main section.lineup .front .future .r360_2 dl dt h4 {
  margin-top: min(27px, 7.012987013%);
  margin-bottom: min(32px, 8.3116883117%);
  text-align: center;
}
main section.lineup .front .future .r360_2 dl dt h4 img {
  width: 48.3116883117%;
}
main section.lineup .front .future .r360_2 dl dt p {
  margin: 0;
  font-size: 15px;
  line-height: 133.3333333333%;
  padding: 0 5.1948051948% 5.1948051948% 5.1948051948%;
}
main section.lineup .front .future .r360_2 dl dd {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360_2 dl dd {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4.6511627907vw 4.6511627907vw 4.6511627907vw;
  }
}
main section.lineup .front .future .r360_2 dl dd a {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360_2 dl dd a {
    font-size: 15px;
    font-size: 3.488372093vw;
    color: #000000;
    border-bottom: solid 1px #333333;
    padding-bottom: 0.4651162791vw;
  }
}
main section.lineup .front .future .r360_2 dl dd a img {
  width: 84.6753246753%;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360_2 dl dd a img {
    display: none;
  }
}
main section.lineup .front .future .nanoalloy_2 p.title {
  font-size: 20px;
  margin-top: 14.2857142857%;
  margin-bottom: 8.8311688312%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .nanoalloy_2 p.title {
    margin-top: 4.6511627907vw;
  }
}
main section.lineup .front .future .nanoalloy_2 p.description {
  font-size: 16px;
  line-height: 125%;
  margin: 0 auto 20.7792207792%;
  padding: 0 5.1948051948%;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .nanoalloy_2 p.description {
    margin-bottom: 11.6279069767vw;
  }
}
main section.lineup .front .future .nanoalloy_2 .logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .nanoalloy_2 .logo {
    margin-bottom: 6.976744186vw;
  }
}
main section.lineup .front .future .nanoalloy_2 .logo img {
  width: 77.6623376623%;
}
main section.lineup .front .future .frame_2 {
  padding-bottom: 10px;
}
main section.lineup .front .future .frame_2 p.txt {
  margin-top: 9.0909090909%;
  margin-bottom: 2.5974025974%;
  padding: 0 5.974025974%;
  font-size: 15px;
  line-height: 133.3333333333%;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .frame_2 p.txt {
    margin-top: 4.6511627907vw;
  }
}
main section.lineup .front .future .frame_2 .img img {
  width: 100%;
}
main section.lineup .front .future .r360 {
  width: 100%;
  margin-bottom: min(50px, 4.1666666667%);
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360 {
    margin-bottom: 4.6666666667vw;
  }
}
main section.lineup .front .future .r360 dl {
  margin: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360 dl {
    flex-wrap: wrap;
  }
}
main section.lineup .front .future .r360 dl dt {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360 dl dt {
    width: 100%;
  }
}
main section.lineup .front .future .r360 dl dt h4 {
  margin: 10px 0 30px 15.9259259259%;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360 dl dt h4 {
    margin: 0 0 4vw 0;
    text-align: center;
  }
}
main section.lineup .front .future .r360 dl dt h4 img {
  width: min(286px, 90%);
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360 dl dt h4 img {
    width: 38.1333333333vw;
  }
}
main section.lineup .front .future .r360 dl dt p {
  font-size: 17px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360 dl dt p {
    font-size: 17px;
    font-size: 3.9534883721vw;
    margin-bottom: 4.6666666667vw;
  }
}
main section.lineup .front .future .r360 dl dd {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360 dl dd {
    width: 100%;
  }
}
main section.lineup .front .future .r360 dl dd img {
  width: min(518px, 90%);
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .r360 dl dd img {
    width: 76.2666666667vw;
  }
}
main section.lineup .front .future .nanoalloy,
main section.lineup .front .future .frame {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .nanoalloy,
  main section.lineup .front .future .frame {
    width: 100%;
  }
}
main section.lineup .front .future .nanoalloy p.title,
main section.lineup .front .future .frame p.title {
  font-size: 23px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .nanoalloy p.title,
  main section.lineup .front .future .frame p.title {
    font-size: 23px;
    font-size: 5.3488372093vw;
  }
}
main section.lineup .front .future .nanoalloy {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .nanoalloy {
    margin-right: 0;
    margin-bottom: 4.6666666667vw;
  }
}
main section.lineup .front .future .nanoalloy p.title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .nanoalloy p.title {
    margin-bottom: 5.3333333333vw;
  }
}
main section.lineup .front .future .nanoalloy p.description {
  font-size: 17px;
  margin-bottom: 100px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .nanoalloy p.description {
    font-size: 17px;
    font-size: 3.9534883721vw;
    margin-bottom: 12vw;
  }
}
main section.lineup .front .future .nanoalloy .logo {
  text-align: center;
}
main section.lineup .front .future .nanoalloy .logo img {
  width: min(408px, 80%);
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .nanoalloy .logo img {
    width: 74.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
main section.lineup .front .future .frame {
  padding: 30px 0px;
}
main section.lineup .front .future .frame p.title {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .future .frame p.title {
    padding: 0 4vw;
  }
}
main section.lineup .front .future .frame .img img {
  width: 100%;
}
main section.lineup .front .rod {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main section.lineup .front .rod {
    top: -6.976744186vw;
    z-index: 2;
  }
}
main section.lineup .front .rod img {
  width: 100%;
}
main section.lineup .bg {
  width: 100%;
  height: 83.3333333333%;
  background-color: #FFF;
  bottom: 0px;
  left: 0%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section.lineup .bg {
    height: 0px;
    background-color: #FFFFFF;
  }
}
main .movie2-2column {
  padding: 0 0 min(60px, 5%) 0;
  background-color: #FFFFFF;
}
main .movie2-2column .inner {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main .movie2-2column .inner {
    flex-wrap: wrap;
    gap: 6.6666666667vw;
  }
}
main .movie2-2column .inner .movie2 {
  width: 50%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main .movie2-2column .inner .movie2 {
    padding: 0;
    width: 100%;
  }
}
main .movie2-2column .inner .movie2 .inner {
  padding: 0;
  display: block;
}
main .movie2-2column .inner .movie2 .inner i.new {
  position: absolute;
  top: -30px;
  left: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  main .movie2-2column .inner .movie2 .inner i.new {
    top: -5.8666666667vw;
    left: 3.2vw;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
main .movie2 {
  background-color: #FFF;
  padding: 0 0 min(60px, 5%) 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  main .movie2 {
    padding: 0 0 8vw;
  }
}
main .movie2 i.new {
  margin-bottom: 10px;
  margin-left: 24px;
  font-family: "Aldrich", sans-serif;
  color: #FF0000;
  font-style: normal;
  line-height: 1;
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 767px) {
  main .movie2 i.new {
    font-size: 20px;
    font-size: 4.6511627907vw;
    margin-bottom: 1.3333333333vw;
    margin-left: 3.2vw;
  }
}
main .movie2 .movie {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .movie2 .movie {
    border-radius: 8px;
  }
}
main .model-header {
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #000000;
}
main .model-header .inner {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  main .model-header .inner {
    padding-top: 6.6666666667vw;
  }
}
main .model-header .inner .title {
  position: relative;
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: min(480px, 40%);
}
@media screen and (max-width: 767px) {
  main .model-header .inner .title {
    margin-bottom: 29.3333333333vw;
  }
}
main .model-header .inner .title h3 {
  padding: 140px 0 60px;
  text-align: center;
  color: #FF0000;
  line-height: 1.4;
  font-size: 45px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main .model-header .inner .title h3 {
    font-size: 30px;
    font-size: 6.976744186vw;
    padding: 23.3333333333vw 0 6.6666666667vw;
  }
}
main .model-header .inner .title ul {
  margin: 0;
  padding: 0px;
  display: flex;
  justify-content: center;
  gap: 62px;
}
@media screen and (max-width: 767px) {
  main .model-header .inner .title ul {
    flex-wrap: wrap;
    gap: 2.6666666667vw 9.3333333333vw;
    justify-content: flex-start;
    margin-left: 16vw;
  }
}
main .model-header .inner .title ul li a {
  color: #FFFFFF;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  main .model-header .inner .title ul li a {
    font-size: 25px;
    font-size: 5.8139534884vw;
    width: auto;
  }
}
main .model-header .inner .title ul li a p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
main .model-header .inner .title ul li a:hover {
  filter: opacity(0.7);
}
main .model-header .inner p.lead3 {
  color: #FFFFFF;
  font-size: 23px;
  line-height: 217.3913043478%;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "游明朝 Medium", serif;
  margin-top: min(-60px, -5%);
  margin-bottom: min(84px, 7%);
}
@media screen and (max-width: 767px) {
  main .model-header .inner p.lead3 {
    font-size: 16px;
    font-size: 3.7209302326vw;
    margin-top: 0;
    margin-bottom: 4vw;
    padding: 0 2.6666666667vw;
  }
}
main .model-header .inner .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1200px, 100%);
}
@media screen and (max-width: 767px) {
  main .model-header .inner .bg {
    width: 94.6666666667vw;
  }
}
main .model-header .inner .bg img {
  width: 100%;
}
main .model-header ul.concept {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: min(130px, 10.8333333333%);
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  main .model-header ul.concept {
    grid-gap: 1.3953488372vw;
    margin-bottom: 9.3023255814vw;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
    padding: 0 0;
  }
}
main .model-header ul.concept li {
  position: relative;
  background-color: #EAEAEA;
  font-size: 0;
  line-height: 0;
}
main .model-header ul.concept li p {
  position: absolute;
  color: #000000;
  font-size: 35px;
  line-height: 1;
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  top: 12px;
  left: 15px;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  main .model-header ul.concept li p {
    top: 1.1627906977vw;
    left: 1.1627906977vw;
    font-size: 18px;
    font-size: 4.1860465116vw;
  }
}
main .model-header ul.concept li p.sub {
  top: auto;
  bottom: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #FFFFFF;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  main .model-header ul.concept li p.sub {
    bottom: 1.1627906977vw;
    font-size: 10px;
    font-size: 2.3255813953vw;
  }
}
main .model-header ul.concept li img {
  width: 100%;
}
main .model-header .rod {
  position: absolute;
  top: min(580px, 48.3333333333%);
  left: 0;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .model-header .rod {
    top: 66.6666666667vw;
  }
}
main .model-header .rod img {
  width: 100%;
}
main #hardrockgamespinningmodel .inner .title h3,
main #hardrockgamebaitmodel .inner .title h3 {
  color: #188E0F;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  main #hardrockgamespinningmodel .inner .title h3,
  main #hardrockgamebaitmodel .inner .title h3 {
    padding-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main #hardrockgamespinningmodel .inner .rod,
  main #hardrockgamebaitmodel .inner .rod {
    top: 72vw;
  }
}
main .rodlist {
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
main .rodlist.first, main .rodlist.second {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main .rodlist.first, main .rodlist.second {
    padding-bottom: 6.6666666667vw;
  }
}
main .rodlist.third {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main .rodlist.third {
    padding-bottom: 18.6046511628vw;
  }
}
main .rodlist .inner .rodarea {
  margin-bottom: min(90px, 7.5%);
}
@media screen and (max-width: 767px) {
  main .rodlist .inner .rodarea {
    margin-bottom: 6.976744186vw;
  }
}
main .rodlist .inner .rodarea p.title {
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 min(50px, 4.1666666667%) 0;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner .rodarea p.title {
    font-size: 35px;
    font-size: 8.1395348837vw;
    margin-bottom: 6.976744186vw;
  }
}
main .rodlist .inner .rodarea .rod {
  margin: 0 0 min(45px, 3.75%) 0;
  padding-bottom: min(30px, 2.5%);
  position: relative;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner .rodarea .rod {
    margin-bottom: 6.976744186vw;
    padding-bottom: 4.6511627907vw;
  }
}
main .rodlist .inner .rodarea .rod img {
  width: 100%;
  filter: drop-shadow(3px 3px 3px #aaa);
}
main .rodlist .inner .rodarea .rod p {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner .rodarea .rod p {
    font-size: 14px;
    font-size: 3.2558139535vw;
  }
}
main .rodlist .inner .moviearea {
  border: solid 1px #FFFFFF;
  padding-top: min(114px, 9.5%);
  margin-bottom: min(150px, 12.5%);
}
main .rodlist .inner article {
  padding: 0;
  margin: 0 0 110px 0;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article {
    margin-bottom: 9.3333333333vw;
  }
}
main .rodlist .inner article .namearea {
  display: grid;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article .namearea {
    grid-template-columns: auto;
  }
}
main .rodlist .inner article .namearea h4 {
  padding-right: 50px;
}
main .rodlist .inner article .namearea p.txt1 {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article .namearea p.txt1 {
    padding-top: 0px;
  }
}
main .rodlist .inner article h4 {
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 min(50px, 4.1666666667%) 0;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article h4 {
    font-size: 35px;
    font-size: 8.1395348837vw;
    margin-bottom: 6.976744186vw;
  }
}
main .rodlist .inner article .rod {
  margin: 0 0 min(45px, 3.75%) 0;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article .rod {
    margin-bottom: 6.976744186vw;
  }
}
main .rodlist .inner article .rod img {
  width: 100%;
}
main .rodlist .inner article p.txt1 {
  line-height: 1.5;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article p.txt1 {
    font-size: 16px;
    font-size: 3.7209302326vw;
    margin-bottom: 9.3023255814vw;
  }
}
main .rodlist .inner article ul.layout {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article ul.layout {
    display: block;
    margin-bottom: 4.6511627907vw;
  }
}
main .rodlist .inner article ul.layout li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article ul.layout li {
    width: 100%;
  }
}
main .rodlist .inner article ul.layout li .lure {
  background-color: #EAEAEA;
  border-radius: 5px;
  box-sizing: border-box;
  width: 95%;
  max-width: 580px;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article ul.layout li .lure {
    width: 100%;
    max-width: none;
    padding: 3.488372093vw 4.6511627907vw;
    margin-bottom: 3.488372093vw;
  }
}
main .rodlist .inner article ul.layout li .lure p.title {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article ul.layout li .lure p.title {
    margin-bottom: 2.3255813953vw;
    font-size: 20px;
    font-size: 4.6511627907vw;
  }
}
main .rodlist .inner article ul.layout li .lure p.list {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article ul.layout li .lure p.list {
    font-size: 16px;
    font-size: 3.7209302326vw;
  }
}
main .rodlist .inner article div.spec p.title {
  font-family: "Oswald", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article div.spec p.title {
    font-size: 24px;
    font-size: 5.5813953488vw;
    margin-bottom: 2.3255813953vw;
  }
}
main .rodlist .inner article div.spec .tablewrap {
  width: 100%;
  overflow-x: auto;
}
main .rodlist .inner article div.spec table {
  font-size: 14px;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article div.spec table {
    font-size: 16px;
    font-size: 3.7209302326vw;
    margin-bottom: 4.1860465116vw;
  }
}
main .rodlist .inner article div.spec table thead th {
  font-weight: normal;
  text-align: center;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 12px 5px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article div.spec table thead th {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 2.7906976744vw 2.7906976744vw;
  }
}
main .rodlist .inner article div.spec table tbody td {
  border-bottom: solid 1px #707070;
  text-align: center;
  padding: 12px 5px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article div.spec table tbody td {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 2.7906976744vw 2.7906976744vw;
  }
}
main .rodlist .inner article div.spec p.hosoku {
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  main .rodlist .inner article div.spec p.hosoku {
    font-size: 14px;
    font-size: 3.2558139535vw;
  }
}/*# sourceMappingURL=common.css.map */