@charset "UTF-8";
/* Scss Document */
h1 {
  font-size: 2.2rem;
  line-height: 130%;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em; }

h2 {
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em;
  background: #000;
  color: #FFF;
  border-bottom: 4px solid #C1C332;
  padding: 5px; }

h3 {
  font-size: 1.2rem;
  line-height: 130%;
  margin: 0 0 0.5em 0;
  padding: 10px;
  text-align: center;
  color: #FFF;
  background: #009CAC;
  border-radius: 5px; }

h4 {
  font-size: 1.2rem;
  line-height: 130%;
  margin: 0 0 0.5em 0;
  padding: 5px;
  text-align: center;
  color: #FFF;
  background: #F092A5;
  border-radius: 15px; }

a {
  text-decoration: underline;
  font-weight: 800; }
  a:link {
    color: #06C; }
  a:active {
    color: #C00; }
  a:hover {
    color: #C00; }
  a:visited {
    color: #06C; }

p {
  margin: 0 0 1em 0;
  line-height: 140%; }

em {
  color: #C00;
  text-decoration: none;
  font-style: normal; }

small,
.small {
  font-size: 0.75rem;
  /*12px*/ }

/*----------------------------*/
/*ヘッダー部  -->heder.css*/
/*ソーシャルボタン  -->heder.css*/
/*----------------------------*/
/*title color*/
.camp_title {
  background: #004893; }
  .camp_title h1 {
    padding: 5px;
    color: #FFF;
    font-size: 1.4rem;
    margin-bottom: 0; }

/*----------------------------*/
/*main contents*/
/*----------------------------*/
article {
  list-style: none;
  margin: 0;
  padding: 0 0 50px 0;
  position: relative; }

article#hunting {
  background: url("bg01.png"), url("bg.jpg"), -webkit-linear-gradient(top, #01000D 10%, #009CAC 30%, #008469 60%, #00200D 90%);
  background: url("bg01.png"), url("bg.jpg"), linear-gradient(to bottom, #01000D 10%, #009CAC 30%, #008469 60%, #00200D 90%);
  background-repeat: repeat,repeat-x;
  background-position: center top, center top;
  background-attachment: fixed,scroll ,scroll; }

section {
  width: 1000px;
  margin: 0 auto;
  padding: 0; }

section img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

/*----------------------------*/
/*セクションごと */
/*----------------------------*/
section#title {
  margin-bottom: 3em;
  background: url("bg_h1.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%; }
  section#title h1 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  section#title h1 img {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  section#title h1 + div {
    margin: 0 0 1em 0;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5); }
    section#title h1 + div p {
      font-size: 1.4rem;
      line-height: 130%; }
    section#title h1 + div p:last-of-type {
      text-align: center;
      font-size: 1rem; }

@media (max-width: 1000px) {
  section#title h1 {
    width: 100%; } }
.note {
  list-style: none;
  margin: 0 0 0 1em;
  text-indent: -1em;
  padding: 15px 15px 15px 2em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px; }
  .note strong {
    color: #C00; }

/*   .product  */
section.product h1 {
  font-size: 2rem;
  line-height: 130%;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em;
  color: #FFF;
  border-bottom: 4px solid #C1C332;
  padding: 20px 5px;
  background: url("stanp.png"), #000;
  background-repeat: no-repeat;
  background-position: left top; }

ul.product h2 {
  font-size: 1.2rem;
  border-bottom: none;
  margin-bottom: 10px; }

ul.product {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.product li {
    margin: 0 0 1em 0;
    width: calc(33% - 20px); }

ul.gyro li {
  width: calc(50% - 20px); }
ul.gyro li:last-child {
  margin-left: calc(25% + 10px);
  margin-right: calc(25% + 10px); }

ul.product::after {
  display: block;
  content: "";
  width: calc(33% - 20px); }

ul.gyro::after {
  display: none;
  content: none;
  width: 0; }

/*価格  ul.product内*/
ul dl dt {
  background: #333;
  color: #FFF;
  text-align: center;
  padding: 2px; }
ul dl dd {
  background: #E50003;
  color: #FFF;
  padding: 15px 0;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 800; }
  ul dl dd span {
    font-size: 1.2rem; }

/*318セール割引*/
.off {
  background: #FFF100;
  text-align: center; }
  .off span {
    font-size: 1.4rem;
    font-weight: 800; }

/*製品詳細へのリンク ul.product内*/
/* cpproduct no pagelink */
.prolink {
  margin-top: 10px;
  margin-bottom: 10px; }
  .prolink a {
    display: block;
    text-align: center;
    text-decoration: none;
    position/*\**/: relative\9;
    /*ieハック　IE7,IE8のみ適応　背景消え対策*/
    margin: 5px 0;
    padding: 15px;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background: #FFA214;
    color: #FFF;
    background: -webkit-linear-gradient(top, #99CCFF, #000);
    background: linear-gradient(to bottom, #99CCFF, #000); }
  .prolink a:link,
  .prolink a:visited {
    color: #FFF;
    text-decoration: none; }
  .prolink a:active,
  .prolink a:hover {
    background: #EB1C00;
    color: #FFF;
    text-decoration: none; }

/*   pop   */
div.pop {
  margin: 0 0 5em 0;
  padding: 0;
  border-radius: 0; }
  div.pop a {
    font-weight: normal; }
  div.pop p {
    font-size: 1.4rem;
    line-height: 130%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5); }

@media (max-width: 1040px) {
  section {
    width: calc(100% - 40px); } }
@media (max-width: 900px) {
  .camp_ttitle h1 {
    font-size: 1.2rem; }

  ul.product {
    display: block; }
    ul.product h2 {
      min-height: initial;
      min-height: auto; }
    ul.product li {
      margin: 0 auto 40px auto;
      width: calc(100% - 20px);
      max-width: 500px; }

  ul.gyro li:last-child {
    margin-left: auto;
    margin-right: auto; } }
