@charset "UTF-8";
/**
 * Color
 */
/**
* Container
*/
/**
* Screen
*/
/**
 * Space
 * 定義所有使用的 Space
 */
/**
 * Font
 */
/**
* Z-index
*/
/**
* Radius
*/
/**
* Opacity
*/
/**
* Header
*/
/**
*3rd-party
*/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
}
@-webkit-keyframes fadeInLeftDelay {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeftDelay {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gradient {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-49%, -49%);
            transform: translate(-49%, -49%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes gradient {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-49%, -49%);
            transform: translate(-49%, -49%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.articleBlock .title a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}

main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1132px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 575px) {
  main {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

main {
  min-height: 100vh;
}
@media screen and (max-width: 1023px) {
  main {
    min-height: calc(100vh - 6.4rem);
  }
}

.noResult {
  font-size: 2.8rem;
  line-height: 4rem;
}
@media screen and (max-width: 1023px) {
  .noResult {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .noResult {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.pageTitle {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 1023px) {
  .pageTitle {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.suggestSearch .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.articleBlock .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .articleBlock .title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.articleBlock .tagsWrap a, .articleBlock .bottomInfo {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.articleBlock .imgBtn {
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .articleBlock .imgBtn {
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .articleBlock .imgBtn {
    padding-bottom: 1.2rem;
  }
}

.noResult {
  padding-top: 16rem;
}
@media screen and (max-width: 1023px) {
  .noResult {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 575px) {
  .noResult {
    padding-top: 8rem;
  }
}

.noResult {
  padding-bottom: 16rem;
}
@media screen and (max-width: 1023px) {
  .noResult {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 575px) {
  .noResult {
    padding-bottom: 8rem;
  }
}

.tagsWrap li + li {
  margin-left: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .tagsWrap li + li {
    margin-left: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .tagsWrap li + li {
    margin-left: 1.2rem;
  }
}

.suggestSearch .title, .noResult p:first-of-type {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .suggestSearch .title, .noResult p:first-of-type {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .suggestSearch .title, .noResult p:first-of-type {
    margin-bottom: 1.2rem;
  }
}

.listWrap .articleBlock:nth-of-type(4n + 3), .listWrap .articleBlock:nth-of-type(4n + 2), .listWrap .articleBlock:nth-of-type(4n + 1) {
  margin-right: 2rem;
}
@media screen and (max-width: 1023px) {
  .listWrap .articleBlock:nth-of-type(4n + 3), .listWrap .articleBlock:nth-of-type(4n + 2), .listWrap .articleBlock:nth-of-type(4n + 1) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .listWrap .articleBlock:nth-of-type(4n + 3), .listWrap .articleBlock:nth-of-type(4n + 2), .listWrap .articleBlock:nth-of-type(4n + 1) {
    margin-right: 1.6rem;
  }
}

.articleBlock .title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .articleBlock .title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .articleBlock .title {
    margin-bottom: 1.6rem;
  }
}

.pageTitle {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .pageTitle {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .pageTitle {
    margin-top: 2rem;
  }
}

.listWrap .articleBlock {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .listWrap .articleBlock {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .listWrap .articleBlock {
    margin-bottom: 2rem;
  }
}

.suggestSearch .title {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .suggestSearch .title {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .suggestSearch .title {
    margin-top: 2.4rem;
  }
}

.pageTitle {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .pageTitle {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .pageTitle {
    margin-bottom: 2.4rem;
  }
}

.js-loadMoreBtn {
  margin-top: 8rem;
}
@media screen and (max-width: 1023px) {
  .js-loadMoreBtn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .js-loadMoreBtn {
    margin-top: 4.8rem;
  }
}

.listWrap.js-finished {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .listWrap.js-finished {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .listWrap.js-finished {
    margin-bottom: 4.8rem;
  }
}

.js-loadMoreBtn {
  margin-bottom: 16rem;
}
@media screen and (max-width: 1023px) {
  .js-loadMoreBtn {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 575px) {
  .js-loadMoreBtn {
    margin-bottom: 8rem;
  }
}

.articleBlock .title:hover, .js-loadMoreBtn:hover, .tagsWrap a:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
}

.tagsWrap a, .articleBlock .tagsWrap a {
  position: relative;
}
.tagsWrap a::before, .articleBlock .tagsWrap a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 3px solid var(--primary-1-color);
  bottom: 1px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.js-loadMoreBtn {
  outline: none;
  border: none;
  border-radius: 0.8rem;
  text-align: center;
  font-size: 1.2rem;
  cursor: pointer;
  display: inline-block;
  background-color: var(--secondary-1-color);
  color: var(--secondary-6-color);
  font-weight: 500;
}

.js-loadMoreBtn {
  background-color: var(--secondary-6-color);
  color: var(--secondary-1-color);
  border: 1px solid var(--secondary-1-color);
}

.js-loadMoreBtn {
  padding: 1.2rem;
  width: 100%;
}

main {
  box-sizing: border-box;
}
main * {
  box-sizing: border-box;
}

.articleBlock {
  width: 100%;
}
.articleBlock .imgBtn {
  width: 100%;
}
.articleBlock .imgBtn:hover + .info .title {
  opacity: 0.6;
}
.articleBlock .imgWrap {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.articleBlock .imgWrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.articleBlock .imgWrap img.imgBase {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 0;
}
.articleBlock .imgWrap .imgBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background: linear-gradient(-45deg, var(--secondary-5-color), var(--secondary-3-color));
  -webkit-animation: gradient 3s ease infinite;
          animation: gradient 3s ease infinite;
  z-index: 0;
  will-change: transform;
}
.articleBlock .imgWrap.js-lazyloaded .imgBg {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  display: none;
}
.articleBlock .imgWrap.js-lazyloaded.imgBase {
  display: none;
}
.articleBlock .title {
  width: 100%;
  font-weight: 500;
}
.articleBlock .title.line2 a {
  -webkit-line-clamp: 2;
}
.articleBlock .title.line3 a {
  -webkit-line-clamp: 3;
}
.articleBlock .bottomInfo {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.3px;
}
.articleBlock .tagsWrap {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--secondary-2-color);
}
.articleBlock .date {
  color: var(--secondary-4-color);
  margin-left: auto;
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .articleBlock {
    margin-left: auto;
    margin-right: auto;
  }
}
.js-loadMoreBtn {
  max-width: 34.8rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 1023px) {
  .js-loadMoreBtn {
    max-width: 30.2rem;
  }
}
.tagsWrap li {
  display: inline-block;
  margin-bottom: 0.8rem;
}
.tagsWrap a {
  font-size: 1.6rem;
}

.noResult {
  text-align: center;
}
.noResult p {
  font-weight: 700;
}
.pageTitle {
  font-weight: 700;
  text-align: center;
}

.listWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.listWrap .articleBlock {
  width: calc( 25% - 6rem/4 );
}
.listWrap .articleBlock:last-of-type {
  margin-bottom: 0;
}
.listWrap .articleBlock:nth-last-of-type(2) {
  margin-bottom: 0;
}
.listWrap .articleBlock:nth-last-of-type(3) {
  margin-bottom: 0;
}
.listWrap .articleBlock:nth-last-of-type(4) {
  margin-bottom: 0;
}
.listWrap .articleBlock .title {
  height: 7.2rem;
}

@media screen and (max-width: 1023px) {
  .listWrap .articleBlock {
    width: 100%;
  }
  .listWrap .articleBlock:nth-of-type(4n + 1) {
    margin-right: auto;
  }
  .listWrap .articleBlock:nth-of-type(4n + 2) {
    margin-right: auto;
  }
  .listWrap .articleBlock:nth-of-type(4n + 3) {
    margin-right: auto;
  }
  .listWrap .articleBlock:nth-last-of-type(2) {
    margin-bottom: 2rem;
  }
  .listWrap .articleBlock:nth-last-of-type(3) {
    margin-bottom: 2rem;
  }
  .listWrap .articleBlock:nth-last-of-type(4) {
    margin-bottom: 2rem;
  }
  .listWrap .articleBlock .title {
    height: auto;
  }
}
