@charset "UTF-8";

.cNav {
  text-align: center;
  padding-top: 20px;
  background: #000;
}

.cNav li {
  display: inline-block;
  margin: 0;
  padding: 16px 0 0 0;
}

.cNav li:first-child {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 0;
  vertical-align: top;
}

.midashi {
  position: relative;
  height: 270px;
  background: url("../_image/ttlBg3.png")repeat-x center top/auto 344px;
  margin: 16px 0 0 0;

}

.midashi img {
  position: absolute;
  width: 536px;
  margin: -1px auto 0 -680px;
  top: 0;
  left: 50%;

}

br.pc {
  display: block;
}
br.sp {
  display: none;
}




.keyvisual {
  width: 100%;
  height: 896px;
  position: relative;
}


.keyvisual .visual {
  width: 1192px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.keyvisual .visual picture {
  display: block;
  width: 100%;
}

.keyvisual .visual picture img {
  display: block;
  width: 100%;
}





.read {
  font-size: 16px;
  background-color: #eceddf;
  text-align: center;

  margin: 0 auto;
  padding: 36px;
}

.goods {
  width: 100%;

}

.goods ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  list-style: none;
}

.goods ul li {
  width: 31%;
  margin: 1%;
  background: #FFF;
  color: #333;
}

.goods ul li strong {
  font-size: 24px;
  color: #ff9500;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.goods ul li strong i {
  font-size: 16px;
  color: #ff9500;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.goods ul li p {
  font-size: 15px;
  margin: 0 auto;
  padding: 0 8px 24px;
}

.goods .next {
  text-align: center;
  width: 100%;
  height: 779px;
  margin: 0 auto;
  background: url(nextBg.png)repeat-x center top/auto 779px;
}


/*文字関係*/
.fontImpact {
  font-family: 'Anton', sans-serif;
}

.goods ul.sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  margin: 0 auto 24px;
  padding: 0;
}
.goods ul.sub li {
  display: block;
  width: 100%;
  background: #000;
  margin:0 auto 4px;
  padding: 0;
  line-height: 46px;
  color: #FFF;
  font-size: 22px;
  border-bottom: 3px solid #ca9420;

}

.goods ul.sub li  a  {
  color: #FFF;
text-decoration: none;
}

.goods ul.sub li  a:visited  {
  color: #FFF;
text-decoration: none;
}




.goods ul.sub li img {
  margin-right: 8px;
}

.goods ul.sub li:last-child {
border: none;
}

p.sub2 {
  font-size: 24px;
}




/*-----------------------------------------*/

@media screen and (max-width: 667px) {

  /*-----------------------------------------*/
  /*SP版キャラクターレイアウト*/
  /*-----------------------------------------*/
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }




  .zoids40th{
    background: #000;
  }

  .cNav {
    width: 90%;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
  }
  
  .cNav li {
    display: inline-block;
    width: 30%;
    margin: 0;
    padding: 0;
  }

  .cNav li img {
    width: auto;
    height: 36px;
  }
  .cNav li:first-child {
    display: inline-block;
    width: 80%;
    margin: 0;
    padding: 16px 16px 0  16px;
    vertical-align: top;
  }

  .cNav li:first-child img {
    width: auto;
    height: 56px;
  }


  
  .midashi {
      position: relative;
      height: auto;
      background: url("../_image/ttlBg2.png")repeat-x center top/auto 344px;
      margin: 12px 0 0 0;
      padding-bottom: calc(100% * 240/800);
  
  }
  
  .midashi img {
      position: absolute;
      width: 80%;
      margin: -4% auto 0 -60%;
      top: 0;
      left: 50%;
  
  }





.keyvisual {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: calc(100% * 580/800);
}




.keyvisual .logo {
  width: 80%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: 24px;
}

.keyvisual .visual {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: calc(100% * 580/800);


}

.keyvisual .visual picture {
  display: block;
  width: 100%;
}

.keyvisual .visual picture img {
  display: block;
  width: 100%;
}

.spttl {
  width: 80%;
  margin: 0 auto;
}





.read {
  position:relative;
  font-size: 14px;
  text-align: center;

  margin: 0 auto;
  padding: 12px;
}



.goods {
  width: 100%;
  padding-top: 0;
  margin: 0 auto;
}

.goods ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
  list-style: none;
}

.goods ul li {
  width: 48%;
  margin: 1%;
  background: #FFF;
}

.goods ul li strong {
  font-size: 16px;
  color: #ab7326;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.goods ul li strong i {
  font-size: 13px;
  color: #ab7326;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.goods ul li p {
  font-size: 13px;
  padding: 8px 8px 24px;
}

.goods .next {
  text-align: center;
  width: 100%;
  height:auto;
  margin: 0 auto;
  background: url(nextBg.png)repeat-x center top/100% auto;
}


/*文字関係*/
.fontImpact {
  font-family: 'Anton', sans-serif;
}


.goods ul.sub {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  margin: 12px auto 24px;
  padding: 0;
}
.goods ul.sub li {
  display: block;
  width: 100%;
  background: #000;
  margin:0 auto 4px;
  padding: 0 0 8px;
  line-height: 1.4;
  color: #FFF;
  font-size: 15px;
  border-bottom: 3px solid #ca9420;

}

.goods ul.sub li img {
  display: block;
  max-width: 70%;
  margin-right: 8px;
  margin-left: 0;
  margin-bottom: 8px;
}

.goods ul.sub li:last-child {
border: none;
padding: 0 0;
}

p.sub2 {
  font-size: 15px;
}




  /*end media----------------------------------*/
}