.clumn_wp a{
    text-decoration: none;
    transition: .3s;
  }

  .clumn_wp a:hover{
    opacity: 0.7;
  }

  .l-columnTop__body{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 55px;
  }

  .l-columnTop__body .p-columnLink{
    width: 30%;
    margin-right: 5%;
    position: relative;
    margin-bottom: 5%;
  }

  .l-columnTop__body .p-columnLink:nth-child(3n):before{
    display: none;
  }

  .l-columnTop__body .p-columnLink:before{
    width: 1px;
    height: 100%;
    background: #989999;
    content: "";
    position: absolute;
    right: -8%;
    top: 0;
  }

  .l-columnTop__body .p-columnLink:nth-child(3n){
    margin-right: 0;
  }

  .column_wp{
    background: #fff;
  }

  .column_inr{
    max-width: 1130px;
    width: 93.33%;
    margin: 0 auto;
    padding: 100px 0 0;
  }

  .p-columnHead {
      display: flex;
      align-items: center;
  }

  .p-columnHead__label {
      width: calc(100% - 64px - 25px);
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      color: #FFF;
      border-radius: 12px;
      padding: 13px 0;
      font-weight: bold;
  }

  .p-columnHead__label h1{
    font-weight: bold;
    line-height: 1.6;
  }

  .p-columnHead {
    display: flex;
    align-items: center;
  }

  .p-columnHead__icon {
      width: 64px;
      height: 64px;
      margin-right: 25px;
  }

  .u-sp {
    display: none !important;
  }

  .p-columnLink__img .new {
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-18px, -18px);
      background-color: #5C4D2B;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 700;
      color: #FFF;
  }

  .p-columnLink__img {
      position: relative;
      width: 24.5rem;
      height: 16.5rem;
      margin-right: 3.3rem;
  }

  .p-columnLink__img-inner {
      overflow: hidden;
  }

  .p-columnLink__img:hover img {
    transform: scale(1.2)
  }

  .p-columnLink__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover;";
      transition: transform 0.3s;
  }

  /* 一覧 */
  .p-columnLink__category {
      display: inline-block;
  }

  .p-columnLink__category a {
    display: block;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 23px;
    transition: opacity 0.4s ease;
}

.p-columnLink__title a {
    color: inherit;
    transition: opacity 0.4s ease;
}

.p-columnLink__tags {
    margin-top: 11px;
    display: flex;
    overflow: auto;
    flex-wrap: wrap;
}

.p-columnLink__tags li {
    font-size: 13px;
    margin-right: 11px;
    margin-bottom:1px;
    line-height: 1.8;
}

.p-columnLink__tags li a {
    display: block;
    white-space: nowrap;
    color: #000;
    background-color: #EFEFEF;
    border-radius: 999px;
    padding:0px 22px;
    transition: opacity 0.4s ease;
}


.p-categoryList__item .icon {
  width: 18px;
  height: 20px;
  margin-right: 9px;
}

.p-categoryList__item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-categoryList__item .text {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  line-height: 20px;
  letter-spacing: 0
}

.p-categoryList__item {
  width: 30%;
  padding: 15px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-columnLink__title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #5C4D2B;
    margin-top: 8px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

  /* ボタン */
  .p-categoryList {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }


  .clumn_cate_wp{
    background: #FDFBEB;
    padding: 35px 5% 40px;
    border-radius: 10px;
  }

  .clumn_cate_wp h2{
    font-size: 22px;
    text-align: center;
    color: #5C4D2B;
    font-weight: bold;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #5C4D2B;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }

  .clumn_cate_wp h2:before{
    position: absolute;
    content: "";
    right: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background: #5C4D2B;
  }


  .clumn_btn a{
    background: #986D33;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    border-radius: 10px;
    max-width: 340px;
    font-weight: bold;
    font-size: 22px;
    margin: 0 auto 50px;
    padding: 20px 0;
  }


  .clumn_btn a:after {
    content: "\e904";
    font-family: 'dogfood' !important;
    font-weight: normal;
    font-size: 25px;
    margin-left: 0.5em;
}

  @media screen and (max-width: 768px){
    .p-categoryList__item{
      width: 100%;
      margin-bottom: 3%;
    }

    .l-columnTop__body .p-columnLink{
      width: 100%;
      margin-right: 0;
    }

    .p-columnLink__article{
      display: flex;
    }

    .p-columnLink__article>a{
      width: 30%;
      height: 16vw;
      margin-right: 3%;
    }
    
    .p-columnLink__content{
      flex: 1;
    }

    .l-columnTop__body .p-columnLink:before{
      display: none;
    }

    .p-columnLink__img{
      height: 0;
    }

    .column_inr{
      padding-top: 10px;
    }

    .regularly{
      margin-bottom: 0;
    }

    .u-sp {
      display: block !important;
    }

    .p-columnHead__label {
        width: calc(100% - 20vw);
        border-radius: 0;
        font-size: 6vw;
        text-align: center;
        padding: 8px 10px;
    }

    .p-columnHead__icon {
        width: 20vw;
        height: auto;
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p-columnHead__label h1 span{
      font-size: 4.3vw;
    }

    .p-columnHead__icon img, .p-columnHead__icon svg {
      width: 8vw;
      height: 8vw;
    }

    .p-columnHead {
      border-width: 1px;
      border-style: solid;
      border-radius: 0.8rem;
      overflow: hidden;
    }

    .p-columnLink__img .new {
      position: absolute;
      transform: translate(-10px, -10px);
      width: 30px;
      height: 30px;
      font-size: 10px;
    }

    .l-columnTop__body .p-columnLink{
      margin-bottom: 30px;
      margin-left: 12px;
    }

    .l-columnTop__body{
      margin-top: 25px;
    }

    .p-columnHead__label h1{
      line-height: 1.2;
    }

    .clumn_cate_wp h2{
      font-size: 4.3vw;
    }
    
    .clumn_cate_wp{
      padding: 35px 5% 20px;
    }

    .clumn_btn a {
      max-width: 70%;
      font-weight: bold;
      font-size: 3.6vw;
      margin: 0 auto 30px;
      padding: 4vw 0;
    }

    .clumn_btn a:after{
      font-size: 4vw;
    }

    .p-categoryList__item .text{
      font-size: 3vw;
    }

    .p-columnLink__category a,
    .p-columnLink__tags li{
      font-size: 10px;
    }

    .p-columnLink__title{
      font-size: 13px;
    }

    .regularly{
      margin-bottom: 0!important;
    }
    

  } 