@charset "UTF-8";
#column {
  margin: 12rem auto;
}
#column .ex-wrap {
  width: 91%;
  overflow: hidden;
  margin: 3rem 0 0 auto;
  padding: 2rem 0rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  #column .ex-wrap {
    width: 100%;
    padding: 2rem 0;
  }
}
#column .column-category-filter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  color: var(--main-color-text);
  margin: 4.8rem 0;
}
#column .column-category-filter ul li {
  background: #f3f3f6;
  padding: 1rem 2.5rem;
  border-radius: 15rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #column .column-category-filter ul li {
    font-size: 2.4rem;
  }
}
#column .column-li {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem;
  width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #column .column-li {
    width: 67.5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #column .column-li .column-item {
    width: 67.5rem;
    height: 67.5rem;
  }
}
#column .column-li .column-item-mv-img {
  position: relative;
  width: 30rem;
  height: 20rem;
}
#column .column-li .column-item-mv-img img {
  width: auto;
  margin: 0;
  height: 20rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #column .column-li .column-item-mv-img {
    width: 57rem;
    max-height: 38rem;
    height: 38rem;
  }
  #column .column-li .column-item-mv-img img {
    height: 38rem;
  }
}
@media screen and (max-width: 767px) {
  #column .column-li .column-item-mv-ttl {
    font-size: 2.4rem;
    margin: 3.3rem 0 0 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #column .column-li .column-item-ttl-inner p {
    font-size: 8.2rem;
  }
  #column .column-li .column-item-ttl-inner p span {
    width: 4.7rem;
  }
  #column .column-li .column-item-ttl-inner span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #column .column-li .column-item-ttl h6 {
    font-size: 3.6rem;
    width: 42rem;
  }
}
@media screen and (max-width: 767px) {
  #column .column-li .column-item-footer {
    margin: 5rem 2.2rem 0 auto;
  }
}
#column .column-header {
  width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #column .column-header {
    width: 67.5rem;
  }
}
#column .column-header p {
  font-size: 1.6rem;
  color: var(--main-color-black);
  line-height: 1.75;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  #column .column-header p {
    font-size: 2.4rem;
  }
}
#column .column-pagination {
  margin: 5rem 0 0;
}
#column .column-pagination ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
#column .column-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  #column .column-pagination .page-numbers {
    font-size: 2.6rem;
  }
}
#column .column-pagination .current {
  background-color: var(--main-color-red);
  color: #fff;
}
#column .column-body-ttl {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #column .column-body-ttl {
    width: 67.5rem;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#column .column-body-ttl p {
  color: var(--main-color-text);
  width: 57.3rem;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-left: 4.6rem;
}
@media screen and (max-width: 767px) {
  #column .column-body-ttl p {
    order: 3;
    width: 100%;
    font-size: 2.4rem;
    margin: 4rem 0 0;
  }
}
#column .column-body-ttl .btn-m {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  #column .column-body-ttl .btn-m {
    width: 38rem;
  }
}
#column .column-slider {
  width: 92rem;
}
@media screen and (max-width: 767px) {
  #column .column-slider {
    width: auto;
  }
}
#column .column-item {
  border: 1px solid transparent;
  box-shadow: 0px 0.4rem 1.4rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 2rem;
  width: 35.2rem;
  height: 35.2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #column .column-item {
    width: auto;
    height: 52rem;
  }
}
#column .column-item:hover {
  border-radius: 2rem;
  opacity: 0.5;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #column .column-item:hover {
    border: 1px solid var(--main-color-black);
    box-shadow: inherit;
  }
}
#column .column-item:hover .column-item-mv-ttl {
  color: var(--main-color-red) !important;
  font-weight: 800 !important;
  transition: 0.3s;
}
#column .column-item-link:hover {
  opacity: 1;
}
#column .column-item-mv {
  display: flex;
}
#column .column-item-mv-ttl {
  writing-mode: vertical-rl;
  font-weight: 500;
  letter-spacing: 0.015em;
  font-size: 1.2rem;
  margin: 2.3rem 0 0 1.8rem;
  color: var(--main-color-black);
}
@media screen and (max-width: 767px) {
  #column .column-item-mv-ttl {
    margin: 2.3rem 0 0 3rem;
    font-size: 2rem;
  }
}
#column .column-item-mv-img {
  width: 30rem;
  border-radius: 0 1.8rem;
  margin: 0 0 2.2rem auto;
  overflow: hidden;
  max-height: 20rem;
  height: 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #column .column-item-mv-img {
    width: 40.5rem;
    margin: 0 0 2.2rem auto;
    max-height: 27rem;
    height: 27rem;
  }
}
#column .column-item-mv-img img {
  width: auto;
  height: 20rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #column .column-item-mv-img img {
    height: 27rem;
  }
}
#column .column-item-ttl {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #column .column-item-ttl {
    gap: 3.2rem;
  }
}
#column .column-item-ttl-inner span {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0 0 auto;
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  #column .column-item-ttl-inner span {
    font-size: 2rem;
  }
}
#column .column-item-ttl-inner p {
  color: #fff;
  -webkit-text-stroke: 1px var(--main-color-black);
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #column .column-item-ttl-inner p {
    font-size: 6.2rem;
  }
}
#column .column-item-ttl-inner p span {
  width: 1.9rem;
}
@media screen and (max-width: 767px) {
  #column .column-item-ttl-inner p span {
    width: 3.7rem;
  }
}
#column .column-item-ttl h6 {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.018em;
  line-height: normal;
  width: 23.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #column .column-item-ttl h6 {
    width: 30rem;
    font-size: 2.8rem;
  }
}
#column .column-item-footer {
  display: flex;
  align-items: center;
  margin: 2rem 2.2rem 0 auto;
  justify-content: flex-end;
  gap: 1.5rem;
}
#column .column-item-footer .column-cat {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  padding: 0.2rem 1.2rem;
  color: #474f71;
  background-color: #f3f3f6;
  border-radius: 99px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #column .column-item-footer .column-cat {
    font-size: 2.4rem;
    padding: 0.5rem 2rem;
  }
}
#column .column-item-footer .column-cat::before {
  content: "●";
  color: var(--main-color-red);
  font-size: 1.4rem;
  vertical-align: -0.1rem;
}
@media screen and (max-width: 767px) {
  #column .column-item-footer .column-cat::before {
    font-size: 2.6rem;
  }
}
#column .column-item-footer time {
  color: #6a6e81;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #column .column-item-footer time {
    font-size: 2.4rem;
  }
}
#column .category-column-interview::before {
  color: #232b4f !important;
}
#column .category-column-tips::before {
  color: #43cd7b !important;
}
#column .category-column-story::before {
  color: #5d64e0 !important;
}
#column .category-column-etc::before {
  color: #ffa654 !important;
}
#column .category-color-column-interview {
  background: #232b4f !important;
}
#column .category-color-column-tips {
  background: #43cd7b !important;
}
#column .category-color-column-story {
  background: #5d64e0 !important;
}
#column .category-color-column-etc {
  background: #ffa654 !important;
}
#column .common-category {
  color: #fff !important;
  transition: 0.3s !important;
}
#column .main-ttl-column {
  text-align: left;
}
#column .main-ttl-column .main-ttl-jp {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #column .main-ttl-column .main-ttl-jp {
    font-size: 4rem;
  }
}
#column .main-ttl-column .main-ttl-en {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.btn-m-interview {
  margin-left: 75rem !important;
}
@media screen and (max-width: 767px) {
  .btn-m-interview {
    margin-left: 12rem !important;
  }
}

.column-interview-wrap {
  margin: 0 !important;
}

#top-interview {
  margin: 10rem 0 0;
  padding: 7rem 0;
  background: #f3f3f6;
}
#top-interview .ex-wrap {
  width: 117rem;
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  #top-interview .ex-wrap {
    width: 100%;
  }
}
#top-interview .column-body-ttl {
  width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top-interview .column-body-ttl {
    width: 67.5rem;
  }
}/*# sourceMappingURL=column.css.map */