/*	.panel
============================== */
div.panel {
  text-align: left;
}
div.panel ul {
  display: flex;
  flex-wrap: wrap;
}
div.panel ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 4px solid #6D1300;
}
div.panel ul li a, div.panel ul li a span, div.panel ul li a span img {
  display: block;
}
div.panel ul li a {
  text-decoration: none;
  color: #0d0d0d;
  background-color: #f5f2ee;
  /**/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /**/
  overflow: hidden;
  box-shadow: 8px 8px 10px rgba(84, 67, 37, 0.2);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
div.panel ul li a:hover {
  opacity: 0.8;
}
div.panel ul li a span.thumb {
  position: relative;
  height: 0;
  padding-top: -webkit-calc(9 / 16 * 100%);
  padding-top: calc(9 / 16 * 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
div.panel ul li a span.thumb.lazy-done {
  -webkit-animation: fadeIn 800ms;
  animation: fadeIn 800ms;
}
div.panel ul li a span.thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
div.panel ul li a span.txt-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
div.panel ul li a span.title {
  /**/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /**/
  flex-grow: 1;
  /**/
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
div.panel ul li a span.txt-area span.title {
  /**/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /**/
  flex-grow: 1;
  /**/
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
div.panel ul li a span.txt-area span.date {
  line-height: 1.3;
  margin-bottom: 0.25em;
  color: #6D1300;
  font-weight: 700;
}
div.panel ul li a span.txt-area span.category {
  line-height: 1.3;
  text-align: right;
}
@media all and (min-width: 1200px) {
  div.panel {
    max-width: 1000px;
    margin: 0 auto;
  }
  div.panel ul li a span.txt-area span.title {
    line-height: 1.6;
  }
}
@media all and (min-width: 992px) {
  div.panel ul li {
    width: -webkit-calc((100% - 2*20px)/3);
    width: calc((100% - 2*20px)/3);
    margin-bottom: 20px;
  }
  div.panel ul li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  div.panel ul li a {
    /*	border-radius:16px;*/
  }
  div.panel ul li a span.thumb {
    margin-bottom: 16px;
  }
  div.panel ul li a span.txt-area {
    margin: 0 16px 16px;
  }
  div.panel ul li a span.title {
    font-size: 105%;
  }
  div.panel ul li a span.date {
    font-size: 87.5%;
  }
  div.panel ul li a span.category {
    font-size: 75%;
  }
}
@media all and (max-width: 991.98px) {
  div.panel {
    padding: 0 3.125vw;
  }
  div.panel ul li {
    width: -webkit-calc((100% - 3.125vw)/2);
    width: calc((100% - 3.125vw)/2);
    margin-bottom: 3.125vw;
  }
  div.panel ul li:nth-child(odd) {
    margin-right: 3.125vw;
  }
  div.panel ul li a {
    /*	border-radius:8px;*/
  }
  div.panel ul li a span.thumb {
    margin-bottom: 8px;
  }
  div.panel ul li a span.txt-area {
    margin: 0 8px 8px;
  }
  div.panel ul li a span.title {
    font-size: 105%;
  }
  div.panel ul li a span.date {
    font-size: 75%;
  }
  div.panel ul li a span.category {
    font-size: 62.5%;
  }
}
@media all and (min-width: 768px) and (max-width: 991.98px) {
  div.panel ul li a span.txt-area {
    margin: 0 12px 12px;
  }
  div.panel ul li a span.title {
    font-size: 100%;
  }
  div.panel ul li a span.date {
    font-size: 83%;
  }
  div.panel ul li a span.category {
    font-size: 62.5%;
  }
}
/*	more btn
============================== */
div.panel ul li.hidden {
  display: none;
}
div.btn-more {
  text-align: center;
  margin: 1.25em auto;
}
div.btn-more a {
  display: block;
  line-height: 1.25;
  align-items: center;
  text-decoration: none;
  position: relative;
  left: 0;
  padding: 0 2em;
  width: 40%;
  text-align: center;
  color: #fff;
  background: linear-gradient(11deg, #252525 0 50%, #0D0D0D 50% 100%);
  padding: 1em 0;
  transform: skewX(-21deg);
  margin: 0 auto;
}
div.btn-more a:before {
  content: "MORE";
  display: inline-block;
  letter-spacing: 0.1em;
}
div.btn-more a > span {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  margin-left: 1em;
  top: .15em;
}
div.btn-more a > span:before, div.btn-more a > span:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
}
div.btn-more a > span:before {
  width: .9em;
  height: 2px;
  left: 0;
  top: 49%;
  margin-top: -2px;
}
div.btn-more a > span:after {
  width: 2px;
  height: .9em;
  top: 0;
  left: 50%;
  margin-left: -2px;
}
@media all and (min-width: 992px) {
  div.btn-more a {
    font-size: 150%;
    /*	height:64px;*/
  }
}
@media all and (max-width: 991.98px) {
  div.btn-more a {
    font-size: 112.5%;
    width: 70%;
  }
  div.btn-more a > span:before {
    width: .9em;
    height: 1.5px;
    left: 0;
    top: 49%;
    margin-top: -2px;
  }
  div.btn-more a > span:after {
    width: 1.5px;
    height: .9em;
    top: 0;
    left: 50%;
    margin-left: -2px;
  }
}
/*	.first-large
============================== */
@media all and (min-width: 992px) {
  div.first-large.panel ul li:first-child {
    /* margin-bottom:64px; */
  }
  div.first-large.panel ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  div.first-large.panel ul li:not(:nth-child(3n+1)) {
    margin-right: 20px;
  }
  div.first-large.panel ul li:first-child a span.txt-area {
    margin: 0 32px 24px;
  }
  div.first-large.panel ul li:first-child a span.thumb:not(:last-child) {
    margin-bottom: 16px;
  }
  div.first-large.panel ul li:first-child a span.txt-area span.txt {
    font-size: 175%;
  }
  div.first-large.panel ul li:first-child a span.txt-area span.date {
    font-size: 112.5%;
  }
}
@media all and (max-width: 991.98px) {
  div.first-large.panel ul li:first-child {
    /* margin-bottom:24px; */
  }
  div.first-large.panel ul li:nth-child(odd) {
    margin-right: 0;
  }
  div.first-large.panel ul li:nth-child(even) {
    margin-right: 3.125vw;
  }
  div.first-large.panel ul li:first-child a span.thumb:not(:last-child) {
    margin-bottom: 12px;
  }
  div.first-large.panel ul li:first-child a span.txt-area {
    margin: 0 24px 12px;
  }
  div.first-large.panel ul li:first-child a span.txt-area span.txt {
    font-size: 112.5%;
  }
  div.first-large.panel ul li:first-child a span.txt-area span.date {
    font-size: 87.5%;
  }
  div.first-large.panel ul li:first-child a span.txt-area span.outgoing {
    font-size: 83%;
  }
}
@media all and (min-width: 768px) and (max-width: 991.98px) {
  div.first-large.panel ul li:first-child a span.txt-area span.txt {
    font-size: 125%;
  }
  div.first-large.panel ul li:first-child a span.txt-area span.date {
    font-size: 100%;
  }
  div.first-large.panel ul li:first-child a span.txt-area span.outgoing {
    font-size: 87.5%;
  }
}
div.first-large.panel ul li:first-child {
  width: 100%;
  margin-right: 0;
}
