.container {
  width: 84.375vw;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1080px;
  }
}

main {
  margin-top: 213px;
}

.container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    width: 90vw;
    margin: 0 auto 50px;
  }
}
.container .left {
  width: 730px;
}
@media screen and (max-width: 767px) {
  .container .left {
    width: 100%;
  }
}
.container .left h2 {
  color: #66503E;
  font-family: "Josefin Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #D1BAA7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .container .left h2 {
    font-size: 24px;
    letter-spacing: 1.2px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.container .left h2 span {
  color: #9C8878;
  font-family: "Noto sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .container .left h2 span {
    margin-left: 0;
    font-size: 12px;
  }
}
.container .left .recommend {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .container .left .recommend {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.container .left .recommend li {
  width: 355px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container .left .recommend li {
    width: 100%;
  }
}
.container .left .recommend li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .left .recommend li .thumb {
  margin-bottom: 20px;
}
.container .left .recommend li .thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .container .left .recommend li .thumb img {
    height: 200px;
  }
}
.container .left .recommend li .tag {
  color: #F1EEEA;
  font-family: "Noto sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  border-radius: 4px;
  background: #66503E;
  padding: 5px 10px;
}
.container .left .recommend li .ttl {
  color: #66503E;
  font-family: "Noto sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.8px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .container .left .recommend li .ttl {
    font-size: 14px;
    line-height: 1.4;
  }
}
.container .left .news-list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 3.125vw;
  border-bottom: 0.15625vw solid #d4d4d4;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 767px) {
  .container .left .news-list li {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.container .left .news-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .container .left .news-list li {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.container .left .news-list li .thumb {
  width: 18.75vw;
  height: 13.28125vw;
  object-fit: cover;
  border-radius: 0.78125vw;
}
@media screen and (max-width: 767px) {
  .container .left .news-list li .thumb {
    width: 100%;
    height: 150px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .container .left .news-list li .thumb {
    width: 240px;
    height: 170px;
    border-radius: 10px;
  }
}
.container .left .news-list li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .container .left .news-list li .content-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .container .left .news-list li .content-wrap {
    width: 460px;
  }
}
.container .left .news-list li .content-wrap .tag {
  font-size: 0.9375vw;
  padding: 0.46875vw 0.78125vw;
  background: #66503E;
  color: #fff;
  border-radius: 0.3125vw;
  font-weight: 700;
  margin-bottom: 0.78125vw;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .container .left .news-list li .content-wrap .tag {
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .container .left .news-list li .content-wrap .tag {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
}
.container .left .news-list li .content-wrap .ttl {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .container .left .news-list li .content-wrap .ttl {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1280px) {
  .container .left .news-list li .content-wrap .ttl {
    font-size: 20px;
  }
}
.container .left .news-list li .content-wrap time {
  position: absolute;
  right: 0;
  bottom: 3.125vw;
  color: #66503E;
  font-family: "Josefin Sans";
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09375vw;
}
@media screen and (max-width: 767px) {
  .container .left .news-list li .content-wrap time {
    position: static;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .container .left .news-list li .content-wrap time {
    bottom: 40px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.container .right {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .container .right {
    display: none;
  }
}
.container .right h3 {
  color: #66503E;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.container .right .search-field {
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #F8F8F8;
  color: #9C8878;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
  border: none;
  box-sizing: border-box;
  padding: 0 0px;
}
.container .right .sidebar-widget {
  margin-bottom: 30px;
}
.container .right .tag-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.container .right .tag-list li {
  margin-right: 10px;
}
.container .right .tag-list li a {
  color: #F1EEEA;
  font-family: "Noto sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  border-radius: 4px;
  background: #66503E;
  text-decoration: none;
  padding: 5px 10px;
}
.container .right .ranking-list li {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.container .right .ranking-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .right .ranking-list li .thumb {
  width: 118.421px;
  height: 78.947px;
  flex-shrink: 0;
}
.container .right .ranking-list li .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.container .right .ranking-list li .content-wrap {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 19.5px */
  letter-spacing: 0.65px;
  width: 165px;
}

/*# sourceMappingURL=column.css.map */
