@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
#whim_231116news {
  margin: 0 auto;
}
@media screen and (min-width: 970px) {
  #whim_231116news {
    font-size: 12px;
    max-width: 710px;
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #whim_231116news {
    font-size: 11px;
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  #whim_231116news .sp_none {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  #whim_231116news .pc_none {
    display: none;
  }
}
#whim_231116news a {
  display: block;
  text-decoration: none;
  color: #222;
}
#whim_231116news .soon {
  pointer-events: none;
  text-decoration: none !important;
}
#whim_231116news p.whim_read {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 970px) {
  #whim_231116news p.whim_read {
    text-align: left;
  }
}
#whim_231116news p {
  margin: 0;
}
#whim_231116news .container {
  margin-top: 100px;
}
#whim_231116news .container .flexbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-between;
  gap: 5px;
}
#whim_231116news .container .flexbox .box_img {
  position: relative;
}
@media screen and (min-width: 970px) {
  #whim_231116news .container .flexbox .box_img {
    width: calc(20% - 5px);
  }
}
@media screen and (max-width: 970px) {
  #whim_231116news .container .flexbox .box_img {
    width: calc(33% - 5px);
  }
}
#whim_231116news .container .flexbox .box_img::after {
  content: "+";
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 20px;
}
#whim_231116news .container .flexbox .narrow {
  position: relative;
  transform: rotateZ(5deg);
  transform-origin: center top;
  animation: yurayura 2s linear infinite;
}
#whim_231116news .container .flexbox .narrow .pin {
  position: absolute;
  top: -3px;
  left: 44%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 18px;
  z-index: 100;
}
#whim_231116news .container .ttl {
  width: 80%;
  margin: 60px auto;
}
@media screen and (max-width: 970px) {
  #whim_231116news .container .ttl {
    margin: 40px auto;
  }
}
#whim_231116news .container .ttl .top {
  position: absolute;
  top: 10%;
  left: 13%;
}
@media screen and (max-width: 970px) {
  #whim_231116news .container .ttl .top {
    left: 7%;
  }
}
#whim_231116news .container .ttl .top span,
#whim_231116news .container .ttl .bottom span {
  font-weight: 100;
}
#whim_231116news .container .ttl .bottom {
  position: absolute;
}
@media screen and (min-width: 970px) {
  #whim_231116news .container .ttl .bottom {
    top: 25%;
    left: 46%;
  }
}
@media screen and (max-width: 970px) {
  #whim_231116news .container .ttl .bottom {
    top: 37%;
    right: 7%;
  }
}
#whim_231116news .w_btn {
  text-align: center;
  margin: 100px 0px;
}
@media screen and (min-width: 970px) {
  #whim_231116news .w_btn {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 970px) {
  #whim_231116news .w_btn {
    padding: 0px 0;
  }
}
#whim_231116news .w_btn a {
  background-color: #222;
  color: #fff !important;
  display: block;
  margin: 15px auto 0;
  text-decoration: none;
}
@media screen and (min-width: 970px) {
  #whim_231116news .w_btn a {
    padding: 9px 0;
    width: 350px;
  }
}
@media screen and (max-width: 970px) {
  #whim_231116news .w_btn a {
    padding: 9px 0;
    width: 80%;
  }
}
#whim_231116news .w_btn a:hover {
  background-color: #808080;
}

/* ANIMATION
--------------------------------------*/
@keyframes yurayura {
  0%,
  100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
} /*# sourceMappingURL=style.css.map */
