@charset "UTF-8";
@import url("https://use.typekit.net/frl8hdr.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
section#archive {
  width: 100%;
  padding: 110px 0 0 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#archive .thumbs {
  width: calc(100% - 180px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 80px 30px;
}
section#archive .thumbs:not(:last-child) {
  margin-bottom: 150px;
}
section#archive .thumbs.news .thumb {
  padding: 0 0 20px 0;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
section#archive .thumbs.news .thumb a .title dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: normal;
}
section#archive .thumbs.news .thumb a .title dl dd:nth-child(n+3) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
section#archive .thumbs .thumb {
  width: calc(50% - 15px);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.2s;
}
section#archive .thumbs .thumb.on {
  opacity: 1;
}
section#archive .thumbs .thumb a {
  width: 100%;
  display: block;
}
section#archive .thumbs .thumb a:hover .img {
  opacity: 0.8;
}
section#archive .thumbs .thumb a:hover .title dl dt span:nth-child(1) {
  color: #999999;
}
section#archive .thumbs .thumb a:hover .title dl dt span:nth-child(2) {
  color: #999999;
}
section#archive .thumbs .thumb a:hover .title dl dd {
  color: #999999;
}
section#archive .thumbs .thumb a:hover .title dl dd:nth-child(n+3) {
  color: #999999;
}
section#archive .thumbs .thumb a:hover .title p span {
  color: #999999;
}
section#archive .thumbs .thumb a .img {
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.25s ease-in 0s;
}
section#archive .thumbs .thumb a .title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section#archive .thumbs .thumb a .title dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
section#archive .thumbs .thumb a .title dl dt {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
section#archive .thumbs .thumb a .title dl dt > span:nth-child(1) {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 5px 10px;
  border: solid 1px #000;
  border-radius: 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#archive .thumbs .thumb a .title dl dt > span:nth-child(2) {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  transition: all 0.25s ease-in 0s;
}
section#archive .thumbs .thumb a .title dl dt > span:nth-child(2) > span {
  padding: 4px 0;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 4px 1px;
}
section#archive .thumbs .thumb a .title dl dd {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
section#archive .thumbs .thumb a .title dl dd:nth-child(n+3) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
section#archive .thumbs .thumb a .title dl dd span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section#archive .thumbs .thumb a .title p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
section#archive .thumbs .thumb a .title p span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  transition: all 0.25s ease-in 0s;
}
section#archive .pager {
  width: 100%;
  padding: 50px 0;
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#archive .pager > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
section#archive .pager > div a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
section#archive .pager > div a:hover {
  color: #999999;
}
section#archive .pager > div a.previouspostslink {
  width: 6px;
  height: 9px;
  background-image: url(../images/arrow_nextprev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  transform: rotate(0deg) translateX(-10px);
}
section#archive .pager > div a.nextpostslink {
  width: 6px;
  height: 9px;
  background-image: url(../images/arrow_nextprev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  transform: rotate(180deg) translateX(-10px);
}
section#archive .pager > div span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
section#archive .pager > div span.pages {
  display: none;
}
section#archive .link {
  width: 100%;
  padding: 20px 20px 36px 20px;
}
section#archive .link .btn {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
section#archive .link .btn a {
  transition: all 0.25s ease-in 0s;
}
section#archive .link .btn a dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
section#archive .link .btn a dl dt {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
section#archive .link .btn a dl dt:not(:last-child) {
  margin-bottom: 10px;
}
section#archive .link .btn a dl dd {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  section#archive {
    padding: 70px 0 0 0;
  }
  section#archive .thumbs {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 0px;
  }
  section#archive .thumbs:not(:last-child) {
    margin-bottom: 50px;
  }
  section#archive .thumbs.news {
    gap: 20px 0px;
  }
  section#archive .thumbs.news .thumb a .title dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    white-space: normal;
  }
  section#archive .thumbs.news .thumb a .title dl dd:nth-child(2) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  section#archive .thumbs .thumb {
    width: 100%;
  }
  section#archive .thumbs .thumb a .img {
    width: 100%;
    margin-bottom: 15px;
  }
  section#archive .thumbs .thumb a .title {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#archive .thumbs .thumb a .title dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section#archive .thumbs .thumb a .title dl dt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
  }
  section#archive .thumbs .thumb a .title dl dt > span:nth-child(1) {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2px 8px;
    border-radius: 12px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section#archive .thumbs .thumb a .title dl dt > span:nth-child(2) {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section#archive .thumbs .thumb a .title dl dd {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0em;
    text-align: left;
    white-space: normal;
  }
  section#archive .thumbs .thumb a .title dl dd:nth-child(2) {
    font-size: 4rem;
    width: 100%;
    margin-bottom: 0px;
  }
  section#archive .thumbs .thumb a .title dl dd:nth-child(n+3) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  section#archive .thumbs .thumb a .title p {
    gap: 0 4px;
  }
  section#archive .thumbs .thumb a .title p span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  section#archive .pager {
    padding: 30px 0;
  }
  section#archive .pager > div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }
  section#archive .pager > div li:not(.a) a {
    text-decoration: underline;
  }
  section#archive .pager > div li.a a {
    width: 5px;
    height: 7px;
  }
  section#archive .pager > div li.a.prev {
    padding: 0 10px 0 0;
  }
  section#archive .pager > div li.a.next {
    padding: 0 0 0 10px;
  }
  section#archive .pager > div li.a.next a {
    transform: rotate(180deg);
  }
  section#archive .pager > div li a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  section#archive .pager > div li a:hover {
    color: #000;
  }
  section#archive .pager > div li span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  section#archive .link {
    width: 100%;
    padding: 20px 20px 36px 20px;
  }
  section#archive .link .btn {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  section#archive .link .btn a {
    transition: all 0.25s ease-in 0s;
  }
  section#archive .link .btn a dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section#archive .link .btn a dl dt {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  section#archive .link .btn a dl dt:not(:last-child) {
    margin-bottom: 10px;
  }
  section#archive .link .btn a dl dd {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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