@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 rarity
==================================================================================*/
#rarity .sp-container .text01 {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#rarity .sp-container .text02 {
  font-size: 11px;
  line-height: 1.9;
}
#rarity .intro {
  text-align: center;
}
#rarity .intro .title {
  font-size: 22px;
  line-height: 1.8;
  font-weight: normal;
  color: #c9bda9;
  margin-bottom: 60px;
}
#rarity .intro .list {
  max-width: 900px;
  margin: 0 auto 150px;
}
#rarity .intro .list li {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-right: 2%;
}
#rarity .intro .list li:last-child {
  margin: auto;
}
#rarity .intro .list .txt {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin-bottom: 30px;
}
#rarity .sec01 {
  background: url(../imgs/bg.png);
  background-size: cover;
  padding: 150px 0;
  text-align: center;
}
#rarity .sec01 .title {
  font-size: 22px;
  line-height: 1.8;
  font-weight: normal;
  color: #c9bda9;
  margin-bottom: 60px;
}
#rarity .sec01 .lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 60px;
}
#rarity .sec01 .list {
  max-width: 900px;
  margin: 0 auto;
}
#rarity .sec01 .list li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-right: 2%;
}
#rarity .sec01 .list li:last-child {
  width: 64%;
  margin: auto;
}
#rarity .sec01 .mini {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
  padding: 5px 15px;
  border: 1px solid;
}
#rarity .sec01 .mini span {
  font-size: 11px;
}
#rarity .sec01 .mini .font120 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
#rarity .sec02 {
  text-align: center;
  background: #ede8e2;
  padding: 150px 0;
  color: #395751;
}
#rarity .sec02 .title {
  font-size: 22px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 60px;
}
#rarity .sec02 .image {
  max-width: 1000px;
  margin: 0 auto;
}
#rarity .sec02 .mini {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 20px;
}
#rarity .sec02 .lead {
  font-size: 14px;
  line-height: 2;
  margin-top: 60px;
  margin-bottom: 60px;
}
#rarity .sec02 .txt {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 20px;
}
#rarity .sec02 .txt span {
  color: red;
}
#rarity .sec03 {
  display: none;
  background: url(../imgs/bg.png);
  background-size: cover;
  padding: 150px 0;
  text-align: center;
}
#rarity .sec03 .title {
  font-size: 22px;
  line-height: 1.8;
  font-weight: normal;
  color: #c9bda9;
  margin-bottom: 60px;
}
#rarity .sec03 .image {
  max-width: 683px;
  margin: auto;
}
#rarity .sec03 .mini {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 20px;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   rarity
  ==================================================================================*/
  #rarity .sp-info-button {
    display: none !important;
  }
  #rarity .intro .title {
    text-align: left;
    margin-bottom: 40px;
  }
  #rarity .intro .list {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  #rarity .intro .list li {
    display: block;
    width: 100%;
  }
  #rarity .intro .list li:last-child {
    margin: auto;
  }
  #rarity .intro .list .txt {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin-bottom: 50px;
  }
  #rarity .intro .list .img02 {
    margin-top: 50px;
  }
  #rarity .sec01 {
    background: url(../imgs/bg-sp.png);
    background-size: cover;
    padding: 60px 0;
    text-align: center;
  }
  #rarity .sec01 .title {
    text-align: left;
    margin-bottom: 40px;
  }
  #rarity .sec01 .lead {
    text-align: left;
    margin-bottom: 50px;
  }
  #rarity .sec01 .list li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  #rarity .sec01 .list li:last-child {
    width: 90%;
    margin: auto;
  }
  #rarity .sec01 .mini {
    text-align: left;
    margin-top: 50px;
  }
  #rarity .sec02 {
    padding: 60px 0;
  }
  #rarity .sec02 .title {
    text-align: left;
    margin-bottom: 40px;
  }
  #rarity .sec02 .image {
    max-width: 1000px;
    margin: 0 auto 20px;
  }
  #rarity .sec02 .mini {
    text-align: left;
  }
  #rarity .sec02 .lead {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #rarity .sec02 .txt {
    text-align: left;
    margin-bottom: 40px;
  }
  #rarity .sec03 {
    background: url(../imgs/bg-sp.png);
    background-size: cover;
    padding: 60px 0;
  }
  #rarity .sec03 .title {
    text-align: left;
    margin-bottom: 40px;
  }
  #rarity .sec03 .lead {
    text-align: left;
    margin-bottom: 50px;
  }
  #rarity .sec03 .image {
    max-width: 683px;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */