@charset "utf-8";

/* ----------------------PC_ON/OFF---------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc2 {
  display: block;
}
.sp2 {
  display: none;
}
/* 中間設定_1000px--------------------------------------------*/
@media screen and (max-width: 1000px) {
  /* ----------------------SP_ON/OFF---------------------- */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* ----------------------instant--------------------- */
  .left, .right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* ----------------------home--------------------- */
  .mrpig2 {
    width: 40%;
    margin: -35px auto 10px;
  }
  .categoly dd {
    margin-top: 5px;
  }
  .pre1 {
    margin: 20px auto 50px;
    padding: 0 1% 2% 1%;
  }
  .pre1 dt {
    float: none;
    width: 90%;
    font-size: 100%;
    font-weight: bold;
    line-height: 1em;
    margin: 3% auto;
  }
  .pre1 dt span {
    font-size: 125%;
    line-height: 1.2em;
  }
  .pre1 dd {
    float: none;
    width: 20%;
    margin: 5px auto;
  }
  .box_c .right {
    margin-top: 20px;
  }
  /* ----------------------1000px_so far--------------------- */
}
/* 中間設定_770px--------------------------------------------*/
@media screen and (max-width: 770px) {
.box_in {
  width: 100%;
}
  .pc2 {
    display: none;
  }
  .sp2 {
    display: block;
  }
  .categoly {
    width: 100%;
  }
  .categoly dt {
    width: 26%;
  }
  .categoly dd {
    margin-top: 5px;
  }
  .ctg_in2 {
    clear: both;
  }
  .title .right p {
    font-size: 137.5%;
  }
  .cth {
    line-height: 1.2em;
  }
  .pre1 dd {
    width: 40%;
  }

  .box_c {
    padding: 50px 0 40px;
    width: 80%;
  }
  .box_c .left {
    width: 100%;
  }
  .box_c .right {
    width: 55%;
  }
  .seihin .image li:nth-child(1) {
    width: 70%;
    float: none;
    margin: 0 auto 10px;
  }
  .seihin .image li:nth-child(2) {
    clear: both;
    width: 48%;
  }
  .seihin .image li:nth-child(3) {
    width: 48%;
  }
.seihin .image2 li {
  width: 70%;
  margin: 0 auto;
}
  .seihin dt {
    font-size: 112.5%;
  }
  .seihin dd {
    font-weight: bold;
    font-size: 150%;
    margin: 20px 0;
    line-height: 1.2em;
  }
  .text, .spec {
    float: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
  }
  .text {
    width: 100%;
    padding-top: 20px;
  }
  .spec {
    width: 85%;
  }
  .button008 {
    width: 92%;
  }
  .button008 a {
    font-size: 125%;
    font-weight: bold;
    line-height: 1.2em;
    width: 100%;
    padding: 4% 3% 2.5%;
    margin: 0 auto 0;
  }
  .button008 a span {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
  }
  .side_bnr {
    width: 62px;
    height: 170px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 70px;
    right: 0px;
  }
  .footlogo {
    width: 45%;
  }
  .boxfooter p, .boxsmall p {
    font-size: 50%;
  }
  /* ----------------------770px_so far--------------------- */
}