@charset "UTF-8";
/* カスタムプロパティ */
:root {
  --color-01: #fbf1f1;
  --color-02: #a5a5a5;
  --color-03: #f79088;
  --color-04: #000;
  --color-05: #fff;
  --color-06: #919090;
}

/* 全体設定 */
a,
a:hover {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}

.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 上書き */
.footer-section-navi li a {
  height: auto;
}

/* 非表示設定 */
.css-contp:not(:has(.css-contc:not(:empty))) {
  display: none;
}

.css-contp2:not(:has(.css-contc2:not(:empty))) {
  display: none;
}

.css-contp-img:not(:has(img[src]:empty)) {
  display: none;
}

/* セクション */
.section-main-visual {
  width: 100vw;
  margin-left: -16px;
}
.section-magazine {
  width: 96%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8em auto 0;
}
.section-magazine .magazine-main {
  width: 70%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-magazine .magazine-side {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 5%;
}

@media (max-width: 769px) {
  .section-magazine .magazine-main {
    width: 100%;
  }
  .section-magazine .magazine-side {
    width: 100%;
    margin-left: 0;
  }
}
/* メインビジュアル */
.main-visual {
  position: relative;
}
.main-visual-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-visual-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: radial-gradient(#0d0d0d 70%, transparent 90%);
  background-size: 4px 4px;
  background-position: 0 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: screen;
}
.main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.main-visual-title {
  max-width: 90%;
  margin: 0 auto;
  padding: 4em 1em;
  font-size: 1.8em;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

@media (max-width: 599px) {
  .main-visual {
    margin-top: 64px;
  }
}
/* サイド */
.magazine-side-item + .magazine-side-item {
  margin-top: 2em;
}
.magazine-side-title {
  margin-bottom: 1em;
  padding: 0 0 0.25em 0.15em;
  font-weight: 500;
  font-size: 1.1em;
  border-bottom: 1px solid var(--color-02);
}
.magazine-side-list {
  padding: 0.25em;
}
.magazine-side-list li {
  padding-left: 1em;
  font-size: 0.8em;
  position: relative;
}
.magazine-side-list li + li {
  margin-top: 0.75em;
}
.magazine-side-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background-color: var(--color-02);
  position: absolute;
  top: 0.65em;
  left: 0.25em;
}
.magazine-side-list li a {
  color: var(--color-03);
}
.magazine-side-list li a:hover {
  text-decoration: underline;
}

@media (max-width: 769px) {
  .magazine-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3em;
  }
  .magazine-side-item {
    width: 48%;
  }
  .magazine-side-item + .magazine-side-item {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .magazine-side-item {
    width: 100%;
  }
  .magazine-side-item + .magazine-side-item {
    margin-top: 3em;
  }
}
/* リスト */
.list-magazine li + li {
  margin-top: 2em;
}

/* カード */
.card + .card {
  margin-top: 1em;
}
.card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.card a:hover {
  opacity: 0.6;
}
.card-img {
  width: 22%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.card-img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.card-content {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 5%;
  padding: 0.5em 0.5em 1.5em 0.5em;
  position: relative;
}
.card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-info-catefory, .card-info-date {
  display: inline-block;
}
.card-info-category {
  padding: 0.3em 0.75em 0.25em 0.75em;
  font-size: 12px;
  color: var(--color-05);
  line-height: 1;
  border-radius: 0.25em;
  background-color: var(--color-04);
}
.card-info-date {
  margin-left: 1em;
  font-size: 12px;
  color: var(--color-02);
}
.card-title {
  margin: 0.5em 0 0.5em;
  font-weight: 600;
  font-size: 1.2em;
}
.card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 1em 0;
  font-size: 90%;
  color: var(--color-06);
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.card-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.card-btn-inner {
  padding-right: 1em;
  position: relative;
}
.card-btn-inner::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-top: 2px solid var(--color-03);
  border-right: 2px solid var(--color-03);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0.25em;
}

@media (max-width: 1025px) {
  .card-img {
    width: 27%;
  }
  .card-content {
    margin-left: 2.5%;
  }
}
@media (max-width: 769px) {
  .card-img {
    width: 25%;
  }
}
@media (max-width: 599px) {
  .card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-img {
    width: 100%;
  }
  .card-img::after {
    padding-top: 75%;
  }
  .card-content {
    width: 100%;
    margin-left: 0;
  }
  .card-text {
    margin: 0 0 1em 0;
  }
}
