@charset "UTF-8";
br {
  display: block;
}

@media (max-width: 768px) {
  br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.newsWrap_box--cts {
  margin: 0 auto 178px;
}

.newsWrap_box--cts .Title {
  margin-bottom: 41px;
}

@media (max-width: 768px) {
  .newsWrap_box--cts .Title {
    margin-bottom: 18px;
  }
}

.newsWrap_box--cts .linkThis {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #333;
  margin-bottom: 90px;
}

.colectionArea__ttl {
  width: 799px;
  margin: 0 auto;
  background: #fff;
  border: solid 2px #653A3A;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 28px;
  text-align: center;
  color: #653a3a;
  padding-top: 18px;
  padding-bottom: 17px;
  margin: 90px auto 20px;
}

@media (max-width: 768px) {
  .colectionArea__ttl {
    width: 100%;
    margin: 64px auto 20px;
  }
}

.colectionArea .deng {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #333;
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .colectionArea .deng {
    font-size: 12px;
  }
}

.colectionArea__wrap {
  width: 763px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .colectionArea__wrap {
    width: 100%;
    display: block;
  }
}

.colectionArea__wrap .pic {
  margin-bottom: 41px;
}

@media (max-width: 768px) {
  .colectionArea__wrap .pic {
    margin-bottom: 32px;
  }
}

.colectionArea__wrap .pic img {
  width: 358px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .colectionArea__wrap .pic img {
    width: 95%;
  }
}

.colectionArea__wrap .text-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.85;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}

.colectionArea__wrap .text-name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #333;
}
/*# sourceMappingURL=style.css.map */