/*!
 * index.css
 * createdAt: 2016.06.28
 * updatedAt: 2016.07.06
 */

/*========================================

  article

========================================*/
article {
  margin: 0 auto;
  max-width: 1980px;
  overflow: hidden;
}
article.main {
  padding-bottom: 70px;
  background: #e4e4e4;
}
article .origin {
  margin-top: 25px;
}
article .usage,
article .other {
  margin-top: 60px;
}

@media (max-width: 640px) {
  article.main {
    padding-bottom: 0;
  }
  article .origin {
    margin-top: 0;
  }
  article .usage,
  article .other {
    margin-top: 0;
  }
}

/*----------------------------------------
  .store
----------------------------------------*/
article.store .mod-wrap {
  margin-top: 60px;
}
article.store .campaign {
  margin: 50px auto 0;
}
article.store .campaign a {
  display: block;
  line-height: 0;
}
article.store .campaign img {
  width: 100%;
  height: auto;
}
article.store .list {
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
}
article.store .list li {
  float: left;
  display: block;
  margin-left: 0.5%;
  width: 24.5833334%;
  line-height: 0;
}
article.store .list li:first-child {
  margin-left: 0;
}
article.store .list a {
  position: relative;
  display: block;
}
article.store .list img {
  width: 100%;
  height: auto;
}
article.store .list span {
  position: absolute;
  display: block;
  text-align: center;
  z-index: 1;
  top: 50%;
  margin-top: -2%;
  width: 100%;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
}

@media (max-width: 640px) {
  article.store {
    margin: 0 auto;
    width: 93.75%;
  }
  article.store .campaign {
    margin: 20px auto 0;
  }
  article.store .list li {
    margin: 3% 0 0 3%;
    width: 48.5%;
  }
  article.store .list li:nth-child(2n+1) {
    margin-left: 0;
  }
  article.store .list span {
    font-size: 93.8%;
  }
}

/*----------------------------------------
  .enquete
----------------------------------------*/
article.enquete .mod-wrap {
  margin-top: 60px;
}
article.enquete p {
  text-align: center;
  font-size: 112.5%;
  color: #666;
}
article.enquete .btn {
  margin-top: 25px;
  width: 72%;
  font-size: 137.5%;
  line-height: 1.4;
}

@media (max-width: 640px) {
  article.enquete {
    margin: 0 auto;
    width: 93.75%;
  }
  article.enquete h1 {
    margin-bottom: 10px;
  }
  article.enquete p {
    font-size: 100%;
  }
  article.enquete .btn {
    font-size: 125%;
    width: 100%;
  }
}


/*========================================

  .mainvisual

========================================*/
.mainvisual {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  line-height: 0;
  margin-top:30px;
}
.mainvisual .txt-box {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 2.35% 2.9%;
}
.mainvisual h1 {
  text-align: left;
  font-size: 175%;
  font-weight: 700;
  line-height: 1.2;
  color: #6c7f9a;
}
.mainvisual h1 span {
  display: none;
}
.mainvisual p {
  margin-top: 10px;
  font-size: 112.5%;
  line-height: 1.6;
  color: #bd7500;
}
.mainvisual img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .mainvisual {
  margin-top:0px;
  }
}
@media (max-width: 640px) {
  .mainvisual .txt-box {
    position: static;
    margin: 0;
  }
  .mainvisual h1 {
    display: block;
    text-align: center;
    padding: 22px 0 20px;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.2;
    color: #262626;
  }
  .mainvisual h1 span {
    display: block;
    font-weight: 700;
  }
  .mainvisual p {
    display: none;
  }
  .mainvisual img {
    display: none;
  }
}
@media (max-width: 320px) {
  .mainvisual h1 {
    font-size: 15px;
  }
}
