@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 970px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 970px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 970px) {
  .sp_none {
    display: none;
  }
}

#whim_220609news {
  margin: 0 auto;
  font-size: 12px;
  color: #2d2d2d;
}

@media screen and (min-width: 970px) {
  #whim_220609news {
    max-width: 710px;
    width: 100%;
  }
}

@media screen and (max-width: 970px) {
  #whim_220609news {
    width: 100%;
    font-size: 11px;
  }
}

#whim_220609news .read {
  margin: 5% 10%;
}

@media screen and (max-width: 970px) {
  #whim_220609news .read {
    margin: 5% 0;
  }
}

#whim_220609news .title {
  text-align: center;
  text-decoration: underline;
  font-family: serif;
  font-size: 26px;
  padding-top: 10%;
  padding-bottom: 10px;
}

@media screen and (max-width: 970px) {
  #whim_220609news .title {
    font-size: 23px;
  }
}

#whim_220609news ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-family: serif;
}

#whim_220609news ul li {
  width: 30%;
}

@media screen and (max-width: 970px) {
  #whim_220609news ul li {
    width: 30%;
  }
}

#whim_220609news ul li p {
  text-align: center;
  margin: 0;
}

#whim_220609news ul li p:first-child {
  font-size: 22px;
}

@media screen and (max-width: 970px) {
  #whim_220609news ul li p:first-child {
    font-size: 18px;
  }
}

#whim_220609news ul li p:nth-child(2) {
  font-size: 10px;
}

@media screen and (max-width: 970px) {
  #whim_220609news ul li p:nth-child(2) {
    font-size: 10px;
  }
}

#whim_220609news .bottom_text,
#whim_220609news .price {
  text-align: center;
}

@media screen and (max-width: 970px) {
  #whim_220609news .bottom_text,
  #whim_220609news .price {
    font-size: 11px;
  }
}

#whim_220609news .color {
  font-family: "Hiragino Kaku Gothic ProN";
}

#whim_220609news .price {
  font-family: serif;
  padding: 10px 0;
}

@media screen and (max-width: 970px) {
  #whim_220609news .price {
    font-size: 12px;
  }
}

#whim_220609news .buy {
  display: block;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  text-align: center;
  width: 10%;
  margin: 0 auto 100px;
  font-family: serif;
  padding: 0.5% 0;
}

@media screen and (max-width: 970px) {
  #whim_220609news .buy {
    width: 50%;
  }
}

#whim_220609news .bg {
  background-color: #fbf7f1;
  padding-bottom: 80px;
}

#whim_220609news .code {
  gap: 5%;
}

#whim_220609news .code li {
  width: 40%;
}

#whim_220609news .code li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5%;
  margin-bottom: 5%;
  margin-top: 50px;
}

#whim_220609news .code li .text p {
  width: 60px;
}

@media screen and (max-width: 970px) {
  #whim_220609news .code li .text p {
    width: 50px;
  }
}

#whim_220609news .code li .text .plus {
  font-size: 30px;
}

@media screen and (max-width: 970px) {
  #whim_220609news .code li .text .plus {
    font-size: 20px;
  }
}

#whim_220609news .more {
  width: 50%;
  margin-top: 30px;
  font-family: "Hiragino Kaku Gothic ProN";
  padding: 10px;
}

@media screen and (max-width: 970px) {
  #whim_220609news .more {
    width: 80%;
  }
}

/* ANIMATION
--------------------------------------*/
/*# sourceMappingURL=style.css.map */