@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
#whim_knitnews {
  margin: 0 auto;
}

@media screen and (min-width: 970px) {
  #whim_knitnews {
    font-size: 12px;
    /* max-width: 710px; */
    width: 100%;
  }
}

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

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

@media screen and (min-width: 970px) {
  #whim_knitnews .pc_none {
    display: none;
  }
}

#whim_knitnews a {
  display: block;
  color: #222;
}

#whim_knitnews .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whim_knitnews .whim_read {
  width: 90%;
  margin: 30px auto;
  text-align: left;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .point_1 {
    margin-top: 200px;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 {
    margin-top: 150px;
  }
}

#whim_knitnews .point_1 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .point_1 .title {
    font-size: 26px;
  }
}

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

#whim_knitnews .point_1 .title span {
  display: block;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .point_1 .title span.point {
    font-size: 12px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 .title span.point {
    font-size: 12px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 970px) {
  #whim_knitnews .point_1 .title span.num {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 .title span.num {
    font-size: 18px;
  }
}

#whim_knitnews .point_1 .title_sub {
  text-align: center;
  padding-top: 30px;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .point_1 .title_sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .point_1 .title_sub {
    font-size: 11px;
  }
}

#whim_knitnews .item_box {
  margin-top: 50px;
  position: relative;
}

#whim_knitnews .color_box{
  margin-top: 100px;
  position: relative;
}

#whim_knitnews .item_box span.item_line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #222;
}

#whim_knitnews .item_box p.section_name {
  background-color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .item_box p.section_name {
    padding: 0 0 0 30px;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: -1.5%;
  }
  #whim_knitnews .item_box p.pants {
    padding: 0 0 0 30px;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: -1.5%;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .item_box p.section_name {
    padding: 0 0 0 20px;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: -1.5%;
  }
  #whim_knitnews .item_box p.pants {
    padding: 0 0 0 20px;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: -4%;
  }
}

@media screen and (min-width: 970px) {
  #whim_knitnews .item_box .box1_img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .item_box .box1_img {
    margin-top: 25px;
  }
}

@media screen and (min-width: 970px) {
  #whim_knitnews .item_box .box2_img {
    margin-top: 60px;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .item_box .box2_img {
    margin-top: 50px;
  }
}

@media screen and (min-width: 970px) {
  #whim_knitnews .item_box .item_txt {
    padding-top: 20px;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .item_box .item_txt {
    padding-top: 10px;
  }
}

#whim_knitnews .item_box .item_txt span {
  letter-spacing: 0.08em;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .item_box .item_txt span {
    font-size: 15px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .item_box .item_txt span {
    font-size: 12px;
    padding-right: 20px;
  }
}

#whim_knitnews .item_box a {
  text-decoration: none;
  padding: 5px;
  border: 1px solid #222;
  width: 50px;
  margin: 10px auto;
  text-align: center;
}



@media screen and (min-width: 970px) {
  #whim_knitnews .list_box p.list_title {
    padding: 0 0 0 30px;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: -0.5%;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .list_box p.list_title {
    padding: 0 0 0 20px;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: -0.7%;
  }
}

.color_txt {
  padding: 10px 0;
}

/* color variation */
#whim_knitnews .item_box .flexbox {
  padding-left: 0px;
  justify-content: space-between;
}

#whim_knitnews .item_box ul li {
  list-style: none; 
}

#whim_knitnews .item_box ul:first-of-type {
  padding-top: 10px; 
}

@media screen and (min-width: 970px) {
  #whim_knitnews .item_box .color{
    display: inline;
    text-align: right;
    font-size: 16px;
    width: 40%;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .item_box .color{
    padding-bottom: 3px;
    display: inline;
    text-align: right;
    font-size: 14px;
    width: 30%;
  }
}


@media screen and (min-width: 970px) {
  #whim_knitnews .item_box .color_comment{
    width: 56%;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .item_box .color_comment{
    padding-bottom: 3px;
    width: 65%;
  }
}


/* coordinate */
#whim_knitnews .coordinate_box {
  margin-top: 100px;
  position: relative;
}

#whim_knitnews .coordinate_box span.coordinate_line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #222;
}

#whim_knitnews .coordinate_box p.coorde_title {
  background-color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .coordinate_box p.coorde_title {
    padding: 0 0 0 30px;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: -3%;
  }
  #whim_knitnews .coordinate_box p.pants_title {
    padding: 0 0 0 30px;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: -4%;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .coordinate_box p.coorde_title {
    padding: 0 0 0 20px;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: -6%;
  }
  #whim_knitnews .coordinate_box p.coorde_title {
    padding: 0 0 0 20px;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: -4%;
  }
}

#whim_knitnews .coordinate1{
  margin: 0 auto;
  width: 50%;
  padding-top: 50px;
}

#whim_knitnews .coordinate1 .flexbox{
  padding-left: 0;
}

#whim_knitnews .coordinate1 ul li{
  list-style: none;
}

#whim_knitnews .coordinate_box .noborder a {
  text-decoration: underline;
  padding: 5px;
  border: none;
  width: 90%;
  margin: 10px auto;
  text-align: center;
}

#whim_knitnews .coordinate1 a {
  text-decoration: none;
  padding: 5px;
  border: 1px solid #222;
  width: 50px;
  margin: 10px auto;
  text-align: center;
}

#whim_knitnews .coordinate_box .flexbox {
  align-items: flex-start;
  margin-top: 30px;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#whim_knitnews .coordinate_box ul {
  list-style: none;
}

#whim_knitnews .coordinate_box ul li {
  width: 32%;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .coordinate_box ul li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .coordinate_box ul li {
    margin-bottom: 30px;
  }
}

#whim_knitnews .coordinate_box ul li p {
  margin-bottom: 10px;
}

#whim_knitnews .coordinate_box ul li span {
  border-bottom: 1px solid #222;
  font-size: 10px;
}

/* coordinate2 */
#whim_knitnews .coordinate_box ul .coordinate2 {
  width: 33%;
}
@media screen and (min-width: 970px) {
  #whim_knitnews .coordinate_box .coordinate2 a {
    font-size: 12px;
    text-decoration: underline;
    padding: 5px;
    border: none;
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .coordinate_box .coordinate2 a {
    font-size: 10px;
    text-decoration: underline;
    padding: 5px;
    border: none;
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
}

#whim_knitnews .coordinate_box a {
  text-decoration: underline;
  margin: 10px auto;
  text-align: center;
}

#whim_knitnews .coordinate_box p {
  font-size: 15px;
  text-align: center;
}

#whim_knitnews .coordinate_box .detail {
  font-size: 12px;
}

#whim_knitnews .archive_box {
  margin-top: 100px;
  position: relative;
}

#whim_knitnews .archive_box span.archive_line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #222;
}

#whim_knitnews .archive_box p.archive_title {
  background-color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .archive_box p.archive_title {
    padding: 0 0 0 30px;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: -5%;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .archive_box p.archive_title {
    padding: 0 0 0 20px;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: -3%;
  }
}

#whim_knitnews .archive_box ul {
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 970px) {
  #whim_knitnews .archive_box ul li {
    width: 350px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 970px) {
  #whim_knitnews .archive_box ul li {
    width: 80%;
    margin: 0 auto;
  }
}

#whim_knitnews .archive_box ul li img {
  width: 100%;
  display: block;
  margin: 15px auto 0;
  text-decoration: none;
}

.w_btn {
  text-align: center;
}

@media screen and (min-width: 970px) {
  .w_btn {
    padding: 50px 0 50px;
  }
}

@media screen and (max-width: 970px) {
  .w_btn {
    padding: 40px 0;
  }
}

.w_btn a {
  background-color: #222;
  color: #fff !important;
  display: block;
  margin: 15px auto 0;
  text-decoration: none;
}

@media screen and (min-width: 970px) {
  .w_btn a {
    padding: 9px 0;
    width: 350px;
  }
}

@media screen and (max-width: 970px) {
  .w_btn a {
    padding: 9px 0;
    width: 80%;
  }
}

.w_btn a:hover {
  background-color: #808080;
}

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