/* Scss Document */
.header .naviArea ul li:nth-child(4) a {
  background: #ffcc01;
  color: #000;
}

.footer .footerNavi ul li:nth-child(4) 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/twin/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/twin/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: 480px) {
  #navi ul li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: none;
    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 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;
}

@media (max-width: 1000px) {
  #concept {
    margin: 0 2%;
  }
}

@media (max-width: 480px) {
  #concept {
    padding-top: 50px;
    margin: 0 3%;
  }
}

#concept .title {
  margin-bottom: 45px;
  font-weight: 900;
  text-align: center;
}

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

#concept .title span {
  display: block;
  width: 517px;
  margin: 0 auto 25px;
  padding-right: 80px;
}

@media (max-width: 480px) {
  #concept .title span {
    width: 85%;
    padding-right: 10%;
  }
}

#concept .subtitle {
  font-size: 30rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 480px) {
  #concept .subtitle {
    font-size: 20rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

#concept .subtitle .br_sp {
  display: none;
}

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

#concept .text {
  margin: 0 auto 70px;
  line-height: 2.2;
  text-align: center;
}

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

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

#concept .photoArea {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

@media (max-width: 1000px) {
  #concept .photoArea {
    width: auto;
  }
}

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

#concept .photoArea dl {
  width: 46%;
  margin: 0 1% 50px;
}

@media (max-width: 480px) {
  #concept .photoArea dl {
    width: auto;
    margin: 0 0 20px;
  }
}

#concept .photoArea dl dt {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  #concept .photoArea dl dt {
    margin-bottom: 5px;
  }
}

#concept .photoArea dl dd {
  font-size: 14rem;
  line-height: 1.5;
}

@media (max-width: 480px) {
  #concept .photoArea dl dd {
    font-size: 12rem;
  }
}

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

#concept .note {
  text-align: center;
  font-size: 10rem;
  color: #808080;
  line-height: 1.4;
  margin-bottom: 115px;
}

@media (max-width: 480px) {
  #concept .note {
    text-align: left;
    margin-bottom: 100px;
  }
}

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

#concept .image {
  width: 550px;
  margin: 0 auto 100px;
  text-align: center;
  line-height: 2.0;
}

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

#concept .image .title .br_sp {
  display: none;
}

@media (max-width: 480px) {
  #concept .image .title .br_sp {
    display: block;
  }
}

#concept .image img {
  width: 228px;
}

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

#concept .image figcaption {
  font-size: 14px;
}

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

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

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

#menu ul li {
  width: 50%;
}

#menu ul li a {
  position: relative;
  overflow: hidden;
  height: 640px;
  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: calc( 100vw * 0.5);
  }
}

#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;
}

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

#menu ul li a span {
  font-size: 30px;
  font-weight: 900;
  color: #ffcc01;
  z-index: 2;
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  #menu ul li a span {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}

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

#menu ul li.no {
  background: url("../images/top/custombait_bg.jpg");
  background-size: cover;
  height: 640px;
  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.no {
    height: calc( 100vw * 0.5);
  }
}

#menu ul li.no span {
  font-size: 30px;
  font-weight: 900;
  color: #000;
  z-index: 2;
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  #menu ul li.no span {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}

#first {
  text-align: center;
}

#first .photo img {
  width: 100%;
}

#first .name {
  font-size: 24rem;
  font-weight: bold;
}

#first .name span {
  display: block;
  font-size: 14rem;
  font-weight: normal;
  margin: 20px 0;
}

#first .price {
  font-size: 24rem;
  font-weight: bold;
  margin-bottom: 50px;
}

#first .image {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  #first .image {
    margin: 0 2% 80px;
  }
}

@media (max-width: 480px) {
  #first .image {
    margin: 0 3% 80px;
  }
}

#first .text {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  line-height: 2.2;
}

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

@media (max-width: 480px) {
  #first .text {
    width: 94%;
    font-size: 14px;
    line-height: 1.75;
  }
}
/*# sourceMappingURL=twin.css.map */