@charset "UTF-8";
/* Scss Document */
.header .naviArea ul li:nth-child(2) a {
  background: #ffcc01;
  color: #000;
}

.footer .footerNavi ul li:nth-child(2) a {
  color: #ffcc01;
}

.mainImg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url("../images/customrod/main_bg_pc.jpg") no-repeat center center;
  background-size: cover;
  height: 480px;
  line-height: 0;
}

@media (max-width: 480px) {
  .mainImg {
    height: 200px;
    background: url("../images/customrod/main_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

.mainImg .container {
  padding-bottom: 35px;
}

@media (max-width: 480px) {
  .mainImg .container {
    padding-bottom: 10px;
  }
}

.mainImg .container img {
  width: 256.259px;
}

@media (max-width: 480px) {
  .mainImg .container img {
    width: 45%;
  }
}

#navi {
  background: #ffcc01;
}

#navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

@media (max-width: 480px) {
  #navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}

#navi ul li {
  padding: 0 25px;
  border-right: 1px solid #000;
}

@media (max-width: 1000px) {
  #navi ul li {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  #navi ul li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 0;
  }
}

#navi ul li:first-child {
  border-left: 1px solid #000;
}

@media (max-width: 480px) {
  #navi ul li:first-child {
    border-left: none;
  }
}

#navi ul li:nth-child(odd) {
  border-right: 1px solid #000;
}

#navi ul li:last-child {
  border-bottom: none;
}

#navi ul li a {
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  #navi ul li a {
    width: 100%;
    height: 30px;
    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;
    border-right: none;
    line-height: 1.0;
    letter-spacing: 0;
  }
}

#navi ul li a:hover {
  color: #fff;
}

#concept {
  padding-top: 110px;
  background: url("../images/customrod/concept_b.jpg") no-repeat center 100% #141414;
  background-size: 100%;
  padding-bottom: 600px;
}

@media (max-width: 480px) {
  #concept {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}

#concept .title {
  margin-bottom: 60px;
  font-weight: 900;
  color: #ffcc01;
  letter-spacing: 15px;
  text-align: center;
}

#concept .title span {
  display: block;
  width: 54px;
  margin: 0 auto 15px;
}

#concept .text {
  width: 550px;
  margin: 0 auto;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}

@media (max-width: 480px) {
  #concept .text {
    width: 94%;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
}

@media (max-width: 480px) {
  #concept .text .br_pc {
    display: none;
  }
}

#concept .image {
  width: 278px;
  margin: 60px auto 150px;
}

@media (max-width: 480px) {
  #concept .image {
    width: 50%;
    margin: 50px auto;
  }
}

#menu {
  line-height: 0;
  margin-bottom: 300px;
}

@media (max-width: 480px) {
  #menu {
    margin-bottom: 200px;
  }
}

@media (max-width: 480px) {
  #menu ul li {
    margin-bottom: 100px;
  }
}

#menu ul li a {
  position: relative;
  overflow: hidden;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  #menu ul li a {
    height: 150px;
  }
}

#menu ul li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  z-index: 1;
}

@media (max-width: 480px) {
  #menu ul li a:after {
    height: 85%;
  }
}

#menu ul li a:hover:after {
  opacity: .8;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#menu ul li a:hover img {
  opacity: .5;
}

#menu ul li a img {
  opacity: 1;
  z-index: 2;
}

#menu ul li:nth-child(1) a:after {
  background: url("../images/customrod/paradox.jpg") no-repeat center center;
  background-size: cover;
}

#menu ul li:nth-child(1) a img {
  width: 320px;
}

@media (max-width: 480px) {
  #menu ul li:nth-child(1) a img {
    width: 40%;
  }
}

#menu ul li:nth-child(2) a:after {
  background: url("../images/customrod/forthebeast.jpg") no-repeat center center;
  background-size: cover;
}

#menu ul li:nth-child(2) a img {
  width: 320px;
}

@media (max-width: 480px) {
  #menu ul li:nth-child(2) a img {
    width: 60%;
  }
}

#menu ul li:nth-child(3) a:after {
  background: url("../images/customrod/tranceworld.jpg") no-repeat center center;
  background-size: cover;
}

#menu ul li:nth-child(3) a img {
  width: 277px;
}

@media (max-width: 480px) {
  #menu ul li:nth-child(3) a img {
    width: 50%;
  }
}
#menu ul li:nth-child(4) a:after {
  background: url("../images/customrod/GRAYGHOST.jpg") no-repeat center center;
  background-size: cover;
}

#menu ul li:nth-child(4) a img {
  width: 200px;
}

@media (max-width: 480px) {
  #menu ul li:nth-child(4) a img {
    width: 20%;
  }
}


#custumorder {
  padding-bottom: 200px;
}

#custumorder .title {
  width: 247.652px;
  margin: 0 auto 45px;
}

@media (max-width: 480px) {
  #custumorder .title {
    width: 50%;
  }
}

#custumorder .text {
  text-align: center;
  line-height: 2.2;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  #custumorder .text {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
    margin: 0 3% 50px;
  }
}

@media (max-width: 480px) {
  #custumorder .text .br_pc {
    display: none;
  }
}

#paradox {
  padding-top: 90px;
  background: url("../images/customrod/paradox/photo0.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #paradox {
    height: 400px;
    padding-top: 50px;
  }
}

#paradox .title {
  width: 267px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #paradox .title {
    width: 60%;
  }
}

#forthebeast {
  padding-top: 90px;
  background: url("../images/customrod/forthebeast/ftb.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #forthebeast {
    height: 400px;
    padding-top: 50px;
  }
}

#forthebeast .title {
  width: 381px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #forthebeast .title {
    width: 35%;
  }
}

#tranceworld {
  padding-top: 90px;
  background: url("../images/customrod/tranceworld/top.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #tranceworld {
    height: 400px;
    padding-top: 50px;
  }
}

#tranceworld .title {
  width: 277px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #tranceworld .title {
    width: 50%;
  }
}
#grayghost {
  padding-top: 90px;
  background: url("../images/customrod/grayghost/ggtop3.jpeg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #grayghost {
    height: 400px;
    padding-top: 50px;
  }
}

#grayghost .title {
  width: 277px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #grayghost .title {
    width: 40%;
  }
}

#section01 {
  padding: 100px 0;
}

#section01 .illust {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  #section01 .illust {
    width: 50%;
    margin: 0 auto 40px;
  }
}

#section01 .text {
  width: 800px;
  margin: 0 auto 100px;
}

@media (max-width: 1000px) {
  #section01 .text {
    width: 96%;
  }
}

@media (max-width: 480px) {
  #section01 .text {
    font-size: 14px;
    width: 94%;
  }
}

#section01 .text p {
  text-align: center;
  line-height: 2.2;
  margin-bottom: 2em;
}

@media (max-width: 480px) {
  #section01 .text p {
    text-align: left;
    line-height: 1.75;
    margin-bottom: 1em;
  }
}

@media (max-width: 480px) {
  #section01 .text p .br_pc {
    display: none;
  }
}

#contact {
  background: #ffcc01;
  padding: 90px 0;
}

@media (max-width: 480px) {
  #contact {
    padding: 30px 0;
  }
}

#contact .title01 {
  width: 192px;
  margin: 0 auto 100px;
}

@media (max-width: 480px) {
  #contact .title01 {
    width: 60%;
    margin: 0 auto 50px;
  }
}

#contact .text {
  width: 650px;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto 100px;
}

@media (max-width: 480px) {
  #contact .text {
    width: 94%;
    font-size: 14px;
    margin: 0 auto 50px;
  }
}

#contact .text .br_sp {
  display: none;
}

@media (max-width: 480px) {
  #contact .text .br_sp {
    display: block;
  }
}

#contact .container {
  padding: 0 25px;
}

@media (max-width: 480px) {
  #contact .container {
    padding: 0;
  }
}

#contact .container dl {
  border-top: 1px solid #e1e6e6;
  padding: 25px 30px 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #contact .container dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 20px 3%;
  }
}

@media (max-width: 1000px) {
  #contact .container dl:nth-child(1) dd input, #contact .container dl:nth-child(2) dd input {
    width: 45%;
  }
}

#contact .container dl:nth-child(3) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contact .container dl:nth-child(3) dt {
  padding-top: 10px;
}

#contact .container dl:nth-child(3) dd input[type="text"] {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #contact .container dl:nth-child(3) dd input[type="text"] {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  #contact .container dl:nth-child(3) dd .textFormS {
    width: 30%;
  }
}

@media (max-width: 480px) {
  #contact .container dl:nth-child(4) dd .textFormM {
    width: 60%;
  }
}

#contact .container dl:nth-child(6) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contact .container dl:nth-child(6) dt {
  padding-top: 10px;
}

@media (max-width: 480px) {
  #contact .container dl:nth-child(6) dd .textArea {
    height: 200px;
  }
}

#contact .container dl dt {
  width: 215px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 480px) {
  #contact .container dl dt {
    width: auto;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

#contact .container dl dt span {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  color: #ff0000;
}

#contact .container dl dd {
  width: 680px;
  font-size: 16px;
}

@media (max-width: 480px) {
  #contact .container dl dd {
    width: 100%;
  }
}

#contact .container .point {
  padding: 0 0 65px 225px;
}

@media (max-width: 1000px) {
  #contact .container .point {
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  #contact .container .point {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 0 3% 20px;
  }
}

#contact .container .send_btn {
  text-align: center;
}

#contact .container .send_btn .btnS {
  width: 300px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  border: none;
  line-height: 60px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
}

@media (max-width: 480px) {
  #contact .container .send_btn .btnS {
    width: 70%;
  }
}

#order {
  padding: 70px 0 120px;
}

@media (max-width: 480px) {
  #order {
    padding: 50px 0;
  }
}

#order .title {
  width: 247.652px;
  margin: 0 auto 80px;
}

@media (max-width: 480px) {
  #order .title {
    width: 60%;
    margin: 0 auto 50px;
  }
}

#order .text {
  width: 550px;
  margin: 0 auto 130px;
  line-height: 2.2;
}

@media (max-width: 480px) {
  #order .text {
    width: 94%;
    font-size: 14px;
    line-height: 1.75;
    margin: 0 auto 100px;
  }
}

@media (max-width: 480px) {
  #order .text .br_pc {
    display: none;
  }
}

#order .orderBlock {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  #order .orderBlock {
    width: 96%;
  }
}

@media (max-width: 1000px) {
  #order .orderBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  #order .orderBlock {
    width: 94%;
  }
}

@media (max-width: 480px) {
  #order .orderBlock dl:nth-child(1) dd {
    width: 182px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #order .orderBlock dl:nth-child(2) dd {
    width: 283px;
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  #order .orderBlock dl {
    margin: 0 auto 50px;
  }
}

@media (max-width: 480px) {
  #order .orderBlock dl {
    margin: 0 0 50px 0;
  }
}

#order .orderBlock dl dt {
  text-align: center;
  height: 85px;
}

@media (max-width: 1000px) {
  #order .orderBlock dl dt {
    height: auto;
    margin-bottom: 10px;
  }
}

#order .orderBlock dl dd {
  line-height: 2.2;
}

@media (max-width: 1024px) {
  #order .orderBlock dl dd {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #order .orderBlock dl dd {
    font-size: 14px;
  }
}

#order .orderBlock dl dd p {
  text-align: right;
  margin-top: 20px;
  font-size: 14rem;
}

@media (max-width: 480px) {
  #order .orderBlock dl dd p {
    font-size: 12px;
  }
}

#order .orderBlock dl:first-child {
  width: 24%;
}

@media (max-width: 1000px) {
  #order .orderBlock dl:first-child {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #order .orderBlock dl:first-child {
    width: auto;
  }
}

#order .orderBlock dl:first-child dt img {
  width: 201px;
}

@media (max-width: 1000px) {
  #order .orderBlock dl:nth-child(2) {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #order .orderBlock dl:nth-child(2) {
    width: auto;
  }
}

#order .orderBlock dl:nth-child(2) dt img {
  width: 243px;
}

#order .orderBlock dl:nth-child(2) dd span {
  display: block;
  text-align: center;
  margin-top: 50px;
  font-size: 14rem;
}

@media (max-width: 480px) {
  #order .orderBlock dl:nth-child(2) dd span {
    font-size: 12px;
    text-align: right;
  }
}

#order .orderBlock dl:nth-child(3) {
  width: 32%;
}

@media (max-width: 1000px) {
  #order .orderBlock dl:nth-child(3) {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #order .orderBlock dl:nth-child(3) {
    width: auto;
  }
}

#order .orderBlock dl:nth-child(3) dt img {
  width: 243px;
}

#order .orderBlock dl:nth-child(3) dd span {
  display: block;
  text-align: center;
  margin-top: 50px;
  font-size: 14rem;
}

#customcolor {
  padding-bottom: 100px;
}

#customcolor .title {
  width: 232px;
  margin: 0 auto 80px;
}

@media (max-width: 480px) {
  #customcolor .title {
    width: 60%;
    margin: 0 auto 50px;
  }
}

#customcolor .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  #customcolor .subtitle {
    margin-bottom: 20px;
  }
}

#customcolor .subtitle span {
  background: #ffcc01;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  padding: 0 40px;
}

@media (max-width: 480px) {
  #customcolor .subtitle span {
    font-size: 14px;
    padding: 0 10%;
    line-height: 2.5;
  }
}

#customcolor .logocolor {
  margin-bottom: 150px;
}

@media (max-width: 480px) {
  #customcolor .logocolor {
    margin-bottom: 100px;
  }
}

#customcolor .logocolor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  #customcolor .logocolor ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  #customcolor .logocolor ul li {
    margin-bottom: 10px;
  }
}

#customcolor .logocolor .text {
  text-align: center;
}

@media (max-width: 480px) {
  #customcolor .logocolor .text {
    font-size: 14px;
    text-align: left;
  }
}

#customcolor .threadcolor {
  margin-bottom: 150px;
}

@media (max-width: 480px) {
  #customcolor .threadcolor {
    margin-bottom: 100px;
  }
}

#customcolor .threadcolor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  #customcolor .threadcolor ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#customcolor .threadcolor ul li {
  width: 49%;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #customcolor .threadcolor ul li {
    width: auto;
    margin-bottom: 30px;
  }
}

#customcolor .threadcolor ul li span {
  display: block;
}

@media (max-width: 480px) {
  #customcolor .threadcolor ul li span {
    font-size: 14px;
  }
}

#customcolor .guide {
  margin-bottom: 150px;
}

@media (max-width: 480px) {
  #customcolor .guide {
    margin-bottom: 100px;
  }
}

#customcolor .guide .photo {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  #customcolor .guide .photo {
    margin-bottom: 30px;
  }
}

#customcolor .guide .text {
  text-align: center;
  line-height: 2.2;
}

@media (max-width: 480px) {
  #customcolor .guide .text {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
}

@media (max-width: 480px) {
  #customcolor .guide .text .br_pc {
    display: none;
  }
}

#customcolor .sample {
  margin-bottom: 150px;
}

@media (max-width: 480px) {
  #customcolor .sample {
    margin-bottom: 100px;
  }
}

#customcolor .sample .photo {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  #customcolor .sample .photo {
    margin-bottom: 30px;
  }
}

#customcolor .sample .text {
  text-align: center;
  line-height: 2.2;
}

@media (max-width: 480px) {
  #customcolor .sample .text {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
}

@media (max-width: 480px) {
  #customcolor .sample .text .br_pc {
    display: none;
  }
}

@media (max-width: 480px) {
  #customcolor .textBlock {
    font-size: 14px;
    line-height: 1.75;
  }
}

#customcolor .grip {
  margin-bottom: 150px;
}

@media (max-width: 480px) {
  #customcolor .grip {
    margin-bottom: 100px;
  }
}

#customcolor .grip ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  #customcolor .grip ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#customcolor .grip ul li {
  width: 49%;
  margin-bottom: 2%;
}

@media (max-width: 480px) {
  #customcolor .grip ul li {
    width: auto;
    margin-bottom: 20px;
  }
}

#customcolor .grip .text {
  text-align: center;
  line-height: 2.2;
}

@media (max-width: 480px) {
  #customcolor .grip .text {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
}

@media (max-width: 480px) {
  #customcolor .grip .text .br_pc {
    display: none;
  }
}

#important {
  padding: 0 0 200px;
}

@media (max-width: 480px) {
  #important {
    padding: 0 0 50px;
  }
}

#important h2.title {
  text-align: center;
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  #important h2.title {
    margin-bottom: 20px;
  }
}

#important h2.title span {
  display: inline-block;
  line-height: 30px;
  padding: 0 25px;
  background: #000;
  color: #ffcc01;
  font-size: 16rem;
}

#important ul {
  width: 800px;
  margin: 0 auto 100px;
}

@media (max-width: 1000px) {
  #important ul {
    width: 96%;
  }
}

@media (max-width: 480px) {
  #important ul {
    width: 94%;
    margin: 0 auto 50px;
  }
}

#important ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.77;
  font-size: 14rem;
}

@media (max-width: 480px) {
  #important ul li {
    font-size: 12rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

#important ul li:before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
}

#prz75 {
  padding-top: 90px;
  background: url("../images/customrod/paradox/przimage.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #prz75 {
    height: 400px;
    padding-top: 50px;
  }
}
#prz75 .title {
  width: 403px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #prz75 .title {
    width: 70%;
  }
}
#ftb70 {
  padding-top: 90px;
  background: url("../images/customrod/forthebeast.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #ftb70 {
    height: 400px;
    padding-top: 50px;
  }
}
#ftb70 .title {
  width: 403px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #ftb70 .title {
    width: 70%;
  }
}
#ftb71 {
  padding-top: 90px;
  background: url("../images/customrod/forthebeast/ftb71name.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #ftb71 {
    height: 400px;
    padding-top: 50px;
  }
}
#ftb71 .title {
  width: 403px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #ftb71 .title {
    width: 70%;
  }
}
#ftb73 {
  padding-top: 90px;
  background: url("../images/customrod/forthebeast/ftb73name.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #ftb73 {
    height: 400px;
    padding-top: 50px;
  }
}
#ftb73 .title {
  width: 403px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #ftb73 .title {
    width: 70%;
  }
}

#ftb76 {
  padding-top: 90px;
  background: url("../images/customrod/forthebeast/ftb76xxh name.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #ftb76 {
    height: 400px;
    padding-top: 50px;
  }
}
#ftb76 .title {
  width: 403px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #ftb76 .title {
    width: 70%;
  }
}

#ftb783 {
  padding-top: 90px;
  background: url("../images/customrod/forthebeast/ftb78xxxhname.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #ftb783 {
    height: 400px;
    padding-top: 50px;
  }
}
#ftb783 .title {
  width: 403px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #ftb783 .title {
    width: 70%;
  }
}

#prd {
  padding-top: 90px;
  background: url("../images/customrod/paradox/prdtop1.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #prd {
    height: 400px;
    padding-top: 50px;
  }
}
#prd .title {
  width: 403px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #prd .title {
    width: 70%;
  }
}
#tw2023 {
  padding-top: 90px;
  background: url("../images/customrod/tranceworld/2023.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #tw2023 {
    height: 400px;
    padding-top: 50px;
  }
}
#tw2023 .title {
  width: 403px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #tw2023 .title {
    width: 50%;
  }
}

.paradoxcqc_illust {
  width: 315px;
  margin: 0 auto 80px;
}

@media (max-width: 480px) {
  .paradoxcqc_illust {
    width: 50%;
    margin: 0 auto 50px;
  }
}

#2023pr {
  padding-top: 90px;
  background: url("../images/customrod/paradox/prdtop1.jpg") no-repeat center center;
  background-size: cover;
  height: 1040px;
}

@media (max-width: 480px) {
  #2023pr {
    height: 400px;
    padding-top: 50px;
  }
}

#2023pr .title {
  width: 403px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #2023pr .title {
    width: 70%;
  }
}

.paradoxcqc_illust {
  width: 315px;
  margin: 0 auto 80px;
}

@media (max-width: 480px) {
  .paradoxcqc_illust {
    width: 50%;
    margin: 0 auto 50px;
  }
}
/*# sourceMappingURL=customrod.css.map */