@charset "UTF-8";
/*================================================================
 *FILE          :style.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)Mynavi Corporation
=================================================================*/
/* クリアフィックス
-----------------------------------------------------------------*/
/* 色変数
-----------------------------------------------------------------*/
/* ブレークポイント
-----------------------------------------------------------------*/
/* font
-----------------------------------------------------------------*/
@font-face {
  font-family: 'DIN Alternate Bold';
  src: url("../font/DIN Alternate Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Alternate Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Alternate Bold.woff") format("woff"), url("../font/DIN Alternate Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'DIN Condensed Bold';
  src: url("../font/DIN Condensed Bold.woff");
  /* IE9 Compat Modes */
  src: url("../font/DIN Condensed Bold.eot?#iefix") format("embedded-opentype"), url("../font/DIN Condensed Bold.woff") format("woff"), url("../font/DIN Condensed Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }

.goodsList {
  font-size: 0;
  width: 980px;
  margin: 0 auto 20px; }
  @media only screen and (max-width: 767px) {
    .goodsList {
      width: auto; } }

.goodsList_node {
  display: inline-block;
  vertical-align: top;
  width: 325px;
  margin: 0 0 40px;
  cursor: pointer;
  -webkit-transition: all .5s ease .0s;
  transition: all .5s ease .0s; }
  @media only screen and (max-width: 767px) {
    .goodsList_node {
      width: 50%;
      margin: 0 0 20px; } }
  .goodsList_node:hover {
    opacity: 0.5; }
  .goodsList_node img {
    width: 100%; }

.goodsList_node_name, .goodsList_node_infoText, .goodsList_node_price {
  font-family: "DIN Condensed Bold", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 20px 0 0;
  -webkit-transition: all .5s ease .0s;
  transition: all .5s ease .0s; }
  .goodsList_node_name:hover, .goodsList_node_infoText:hover, .goodsList_node_price:hover {
    opacity: 0.5; }
  @media only screen and (max-width: 767px) {
    .goodsList_node_name, .goodsList_node_infoText, .goodsList_node_price {
      font-size: 13px;
      margin: 7px 0 0; } }

.main {
  position: relative;
  z-index: 900;
  padding: 0 0 100px; }
  @media only screen and (max-width: 767px) {
    .main {
      padding: 15px 0 30px;
      background-color: #f3f3f3; } }
  .main:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/common/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .main:before {
        display: none; } }

.wrapper {
  position: relative;
  z-index: 100;
  width: 1120px;
  margin: 50px auto;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.95); }
  @media only screen and (max-width: 767px) {
    .wrapper {
      width: auto;
      padding: 25px 15px 30px;
      margin: 0 15px; } }

.pageSub {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 45px;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .pageSub {
      font-size: 23px;
      margin: 0 0 25px; } }

.pageText {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .pageText {
      font-size: 15px; } }

.goodsList_node {
  text-align: center; }

.goodsList_node_name {
  letter-spacing: .08em; }

.goodsList_node_infoText {
  letter-spacing: .08em;
  margin-top: 8px; }
  @media only screen and (max-width: 767px) {
    .goodsList_node_infoText {
      margin-top: 4px; } }

.goodsList_node_catch {
  font-size: 14px;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .goodsList_node_catch {
      font-size: 12px; } }

.goodsList_node_price {
  margin-top: 10px; }
  @media only screen and (max-width: 767px) {
    .goodsList_node_price {
      margin-top: 5px; } }
