@charset "UTF-8";
.issue-sec {
  border-bottom: 1px solid #e1e1e1;
  margin-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-family: "Pretendard";
}
.issue-sec .relation a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 0.5em;
}
.issue-sec .relation a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #bbb;
  border-radius: 50%;
}
.issue-sec__card {
  width: calc(69% - 40px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(69% - 40px);
          flex: 0 0 calc(69% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.issue-sec__card > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 calc((100% - 20px) / 2);
          flex: 0 calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
}
.issue-sec__card > li a {
  display: block;
}
.issue-sec__card > li figure {
  margin-bottom: 11px;
  aspect-ratio: 390/210;
  overflow: hidden;
  position: relative;
  background-color: #eee;
}
.issue-sec__card > li strong,
.issue-sec__card > li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  -webkit-box-orient: vertical;
}
.issue-sec__card > li strong {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  font-family: var(--font-serif);
}
.issue-sec__card > li strong span {
  color: #34b8b5;
  padding-right: 5px;
}
.issue-sec__card > li .desc,
.issue-sec__card > li .relation {
  margin: 13px 0 0 0;
  font-size: 16px;
}
.issue-sec__card > li .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  color: #666;
  font-weight: 400;
}
.issue-sec__card .relation {
  color: #111;
}
.issue-sec__card .relation li {
  margin-top: 4px;
}
.issue-sec__card .relation li:nth-child(1) {
  margin-top: 0;
}
.issue-sec__list {
  width: 31%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
}
.issue-sec__list > li {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.issue-sec__list > li:nth-child(1) {
  padding-top: 0;
}
.issue-sec__list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.issue-sec__list > li a {
  display: block;
}
.issue-sec__list > li strong,
.issue-sec__list > li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  -webkit-box-orient: vertical;
}
.issue-sec__list > li strong {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  font-family: var(--font-serif);
  letter-spacing: var(--font-serif-letter);
}
.issue-sec__list > li strong span {
  color: #34b8b5;
  padding-right: 5px;
}
.issue-sec__list > li p {
  margin: 13px 0 0 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.issue-sec__list .relation {
  color: #111;
  font-size: 15px;
  margin-top: 13px;
}
.issue-sec__list .relation li {
  margin-top: 4px;
}
.issue-sec__list .relation li:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 819.98px) {
  .issue-sec {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 0;
    padding: 0;
    gap: initial;
  }
  .issue-sec__card > li, .issue-sec__list {
    background-color: #fff;
    border-radius: 7px;
    padding: 15px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .issue-sec__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    gap: 0;
  }
  .issue-sec__card > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .issue-sec__card > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
  }
  .issue-sec__card > li figure {
    margin-bottom: 0;
    border-radius: 7px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 120px;
    aspect-ratio: 120/75;
    margin-left: 20px;
  }
  .issue-sec__card > li strong {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 18px;
    -webkit-line-clamp: 3;
  }
  .issue-sec__card > li strong br {
    display: none;
  }
  .issue-sec__card > li .desc {
    display: none;
  }
  .issue-sec__card > li .desc,
  .issue-sec__card > li .relation {
    margin: 10px 0 0 0;
    font-size: 15px;
  }
  .issue-sec__list > li strong {
    font-size: 17px;
  }
  .issue-sec__list > li p {
    margin-top: 10px;
  }
  .issue-sec__list .relation {
    margin-top: 10px;
  }
}

body:has(.main-issue--type_b) #header > .inner:after {
  display: none;
}
body:has(.main-issue--type_b) #container {
  padding-top: 0;
}

.main-issue--type_b {
  font-family: "Pretendard";
  padding: 20px 0;
  position: relative;
  background-color: #f9f9f9;
  text-align: left;
}
.main-issue--type_b .container {
  z-index: 10;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-issue--type_b .img-bx {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.main-issue--type_b .img-bx:after {
  content: "";
  background: linear-gradient(103deg, rgba(0, 0, 0, 0.8) 24.93%, rgba(0, 0, 0, 0) 75.65%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media all and (min-width: 2560px) {
  .main-issue--type_b {
    background-color: #222;
  }
  .main-issue--type_b .img-bx {
    max-width: 2560px;
    -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, black 80px, black calc(100% - 80px), rgba(0, 0, 0, 0) 100%);
            mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, black 80px, black calc(100% - 80px), rgba(0, 0, 0, 0) 100%);
  }
}
.main-issue--type_b .main-txt-bx {
  z-index: 10;
  color: #fff;
}
.main-issue--type_b .main-txt-bx .badge {
  color: #fff;
  border-radius: 6px;
  background: #ce1d25;
  padding: 0 10px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 500;
  min-width: 3.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
.main-issue--type_b .main-txt-bx .title,
.main-issue--type_b .main-txt-bx .desc,
.main-issue--type_b .main-txt-bx .relation {
  text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.5), 0.05em 0.05em 0.2em black;
}
.main-issue--type_b .main-txt-bx .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.16;
  -webkit-box-orient: vertical;
  padding-bottom: 0.1em;
  padding-right: 0.1em;
  margin: 15px auto;
  font-size: 38px;
  font-weight: 700;
  font-family: var(--font-serif);
  letter-spacing: -0.25px;
}
.main-issue--type_b .main-txt-bx .title a {
  text-decoration-thickness: 0.05em;
}
.main-issue--type_b .main-txt-bx .desc {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-issue--type_b .main-txt-bx .relation {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}
.main-issue--type_b .main-txt-bx .relation:before {
  content: "";
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 0;
  border-left: 3px solid #fff;
  display: block;
}
.main-issue--type_b .main-txt-bx .relation li {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 820px) {
  .main-issue--type_b {
    height: 600px;
    margin-top: -1px;
  }
  .main-issue--type_b .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-issue--type_b .main-txt-bx {
    max-width: 620px;
    width: 100%;
  }
}
@media (min-width: 820px) and (max-width: 1279.98px) {
  .main-issue--type_b .container {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 820px) and (max-width: 1023.98px) {
  .main-issue--type_b .container {
    max-width: 920px;
  }
}
@media (max-width: 819.98px) {
  .main-issue--type_b {
    padding: 0;
    padding-top: 60px;
    background-color: #111;
  }
  .main-issue--type_b .img-bx {
    aspect-ratio: 1.5900900901;
    position: relative;
    min-height: 222px;
  }
  .main-issue--type_b .img-bx:after {
    background: linear-gradient(18deg, rgba(0, 0, 0, 0.8) 30.88%, rgba(0, 0, 0, 0) 72.2%);
  }
  .main-issue--type_b .container {
    position: static;
    padding: 0;
    padding: 15px 40px 20px;
  }
  .main-issue--type_b .main-txt-bx {
    position: relative;
  }
  .main-issue--type_b .main-txt-bx__top {
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    padding-bottom: 20px;
  }
  .main-issue--type_b .main-txt-bx .badge {
    font-size: 14px;
    height: 30px;
    border-radius: 6px;
  }
  .main-issue--type_b .main-txt-bx .relation {
    margin-top: 0;
    padding-left: 16px;
  }
  .main-issue--type_b .main-txt-bx .relation:before {
    border-color: #ccc;
  }
  .main-issue--type_b .main-txt-bx .title {
    margin: 4px 0 12px;
    font-size: 30px;
    letter-spacing: -1.5px;
    line-height: 1.25;
  }
  .main-issue--type_b .main-txt-bx .title br {
    display: none;
  }
  .main-issue--type_b .main-txt-bx .desc {
    display: none;
    margin-top: 12px;
    font-size: 18px;
    letter-spacing: -1px;
  }
}
@media (max-width: 639.98px) {
  .main-issue--type_b .main-txt-bx .badge {
    height: 28px;
    min-width: 3em;
  }
  .main-issue--type_b .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 359.98px) {
  .main-issue--type_b .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-issue--type_b .main-txt-bx .relation {
    padding-left: 12px;
  }
}

body:has(.main-issue--type_c) #container {
  padding-top: 0;
}
@media (min-width: 820px) {
  body:has(.main-issue--type_c) .issue-sec {
    border-top: 2px solid #e1e1e1;
    padding-top: 40px;
  }
}
@media (max-width: 819.98px) {
  body:has(.main-issue--type_c) #header {
    border-bottom: 1px solid #e1e1e1;
  }
}

.main-issue--type_c {
  font-family: "Pretendard";
  margin: 40px auto;
  position: relative;
}
.main-issue--type_c .container {
  z-index: 10;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-issue--type_c .img-bx {
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50%;
  aspect-ratio: 2.4;
  margin-top: 20px;
  position: relative;
}
.main-issue--type_c .img-bx .stretched-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-issue--type_c .main-txt-bx {
  text-align: center;
}
@media (min-width: 820px) {
  .main-issue--type_c .main-txt-bx {
    width: 80%;
    margin: 0 auto;
  }
}
.main-issue--type_c .main-txt-bx .badge {
  color: #fff;
  background: #111;
  border-radius: 6px;
  padding: 0 10px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 500;
  min-width: 3.25em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
.main-issue--type_c .main-txt-bx .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin: 24px auto 8px;
  font-family: var(--font-serif);
}
.main-issue--type_c .main-txt-bx .title a {
  text-decoration-thickness: 0.05em;
}
.main-issue--type_c .main-txt-bx .desc {
  color: #666;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-issue--type_c .relation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em;
  font-size: 16px;
  color: #fff;
}
.main-issue--type_c .relation__bx {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.main-issue--type_c .relation:before {
  content: "";
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 0;
  border-left: 3px solid #fff;
  display: block;
}
.main-issue--type_c .relation li {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1279.98px) {
  .main-issue--type_c .container {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1023.98px) {
  .main-issue--type_c .container {
    max-width: 920px;
  }
}
@media (max-width: 819.98px) {
  .main-issue--type_c {
    padding: 0;
    margin: 0;
    background: #f2f3f5;
  }
  .main-issue--type_c > .container:nth-child(1) {
    padding: 0;
    background-color: #fff;
  }
  .main-issue--type_c .img-bx {
    aspect-ratio: 1.5;
    position: relative;
    min-height: 222px;
  }
  .main-issue--type_c .main-txt-bx {
    padding: 80px 40px 0;
    text-align: left;
  }
  .main-issue--type_c .main-txt-bx .badge {
    font-size: 14px;
    height: 30px;
    border-radius: 6px;
    min-width: 3em;
  }
  .main-issue--type_c .main-txt-bx .title {
    margin: 8px 0 0;
    font-size: 28px;
    line-height: 1.3;
  }
  .main-issue--type_c .main-txt-bx .title br {
    display: none;
  }
  .main-issue--type_c .main-txt-bx .desc {
    margin-top: 8px;
    font-size: 18px;
  }
  .main-issue--type_c .relation {
    padding-left: 16px;
    color: #ccc;
  }
}
@media (max-width: 819.98px) and (min-width: 640px) {
  .main-issue--type_c .relation {
    margin: 0 20px;
  }
}
@media (max-width: 819.98px) {
  .main-issue--type_c .relation__bx {
    padding: 20px;
  }
  .main-issue--type_c .relation:before {
    border-color: #ccc;
  }
  .main-issue--type_c .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 639.98px) {
  .main-issue--type_c .container,
  .main-issue--type_c .main-txt-bx {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-issue--type_c .main-txt-bx .badge {
    height: 28px;
    min-width: 3em;
  }
}
@media (max-width: 359.98px) {
  .main-issue--type_c .relation {
    padding-left: 12px;
  }
  .main-issue--type_c .relation__bx,
  .main-issue--type_c .container,
  .main-issue--type_c .main-txt-bx {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body:has(.main-issue--type_d) #container {
  padding-top: 0;
}
@media (min-width: 820px) {
  body:has(.main-issue--type_d) .issue-sec {
    border-top: 2px solid #e1e1e1;
    padding-top: 40px;
  }
}
@media (max-width: 819.98px) {
  body:has(.main-issue--type_d) #header {
    border-bottom: 1px solid #e1e1e1;
  }
}

.main-issue--type_d {
  font-family: "Pretendard";
  margin: 40px auto 22px;
  position: relative;
}
.main-issue--type_d .container {
  z-index: 10;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-issue--type_d .headline-bx {
  position: relative;
  text-align: left;
}
.main-issue--type_d .headline-bx,
.main-issue--type_d .headline-bx a {
  color: #111;
}
.main-issue--type_d .headline-bx .img-bx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-issue--type_d .headline-bx .img-bx .img {
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50%;
  aspect-ratio: 1.5789473684;
  position: relative;
}
.main-issue--type_d .headline-bx .img-bx .stretched-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1280px) {
  .main-issue--type_d .headline-bx .txt-bx {
    margin-top: 20px;
  }
}
.main-issue--type_d .headline-bx .txt-bx .badge {
  color: #fff;
  background: #111;
  border-radius: 6px;
  padding: 0 12px;
  margin-bottom: 10px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
.main-issue--type_d .headline-bx .txt-bx .title {
  font-family: var(--font-serif);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  color: #000;
  font-size: 37px;
  font-weight: 800;
  margin-bottom: 10px;
}
.main-issue--type_d .headline-bx .txt-bx .title a {
  text-decoration-thickness: 0.05em;
}
.main-issue--type_d .headline-bx .txt-bx .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.main-issue--type_d .headline-bx .relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.23;
}
.main-issue--type_d .headline-bx .relation li {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-issue--type_d .headline-bx .relation li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-issue--type_d .headline-bx .relation li:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "·";
  color: #bbb;
  padding-right: 4px;
}
@media (min-width: 820px) {
  .main-issue--type_d .headline-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-issue--type_d .headline-bx .img-bx,
  .main-issue--type_d .headline-bx .txt-bx {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 600px;
  }
  .main-issue--type_d .headline-bx .txt-bx {
    max-width: 550px;
    padding-right: 30px;
    min-height: 330px;
  }
}
@media (min-width: 820px) and (max-width: 1023.98px) {
  .main-issue--type_d .headline-bx .txt-bx {
    margin-top: 0;
    min-height: 276px;
  }
}
@media (min-width: 820px) {
  .main-issue--type_d .headline-bx .relation {
    max-width: 50%;
    padding-right: 30px;
    position: absolute;
    left: 0;
    top: 268px;
  }
}
@media (min-width: 820px) and (max-width: 1279.98px) {
  .main-issue--type_d .headline-bx .relation {
    top: 237px;
  }
}
@media (min-width: 820px) and (max-width: 1023.98px) {
  .main-issue--type_d .headline-bx .relation {
    top: 188px;
  }
}
@media (max-width: 1023.98px) {
  .main-issue--type_d .headline-bx .txt-bx .badge {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 14px;
    height: 28px;
  }
  .main-issue--type_d .headline-bx .txt-bx .title {
    font-size: 27px;
  }
  .main-issue--type_d .headline-bx .txt-bx .desc {
    font-size: 16px;
  }
  .main-issue--type_d .headline-bx .relation {
    font-size: 16px;
  }
}
@media (max-width: 1279.98px) {
  .main-issue--type_d .container {
    max-width: 1180px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1023.98px) {
  .main-issue--type_d .container {
    max-width: 920px;
  }
}
@media (max-width: 819.98px) {
  .main-issue--type_d {
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
  .main-issue--type_d .headline-bx {
    padding-top: 80px;
  }
  .main-issue--type_d:has(.main-issue__timeline, .relation) .headline-bx {
    padding-bottom: 30px;
  }
  .main-issue--type_d .headline-bx .img-bx .img {
    aspect-ratio: 1.5115384615;
  }
  .main-issue--type_d .container {
    padding: 0;
  }
  .main-issue--type_d .main-issue__timeline,
  .main-issue--type_d .headline-bx .txt-bx,
  .main-issue--type_d .relation {
    padding-right: 40px;
    padding-left: 40px;
  }
  .main-issue--type_d .img-bx {
    margin: 20px auto 0;
  }
  .main-issue--type_d:has(.relation) .img-bx {
    margin-bottom: 20px;
  }
}
@media (max-width: 639.98px) {
  .main-issue--type_d .main-issue__timeline,
  .main-issue--type_d .headline-bx .txt-bx,
  .main-issue--type_d .relation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-issue--type_d .timeline-swiper .swiper-slide .dot {
    margin-right: 10px;
  }
}
@media (max-width: 359.98px) {
  .main-issue--type_d .main-issue__timeline,
  .main-issue--type_d .headline-bx .txt-bx,
  .main-issue--type_d .relation {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.headline {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .headline {
    max-width: 1180px;
  }
}
@media (min-width: 820px) and (max-width: 1023.98px) {
  .headline {
    max-width: 920px;
  }
}
@media (max-width: 1279.98px) {
  .headline {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639.98px) {
  .headline {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 359.98px) {
  .headline {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 820px) {
  body:has(.timeline--simple) .major_news01 {
    border-top: 0 !important;
  }
  body:has(.timeline--simple) .headline {
    padding-bottom: 0;
  }
}
@media (max-width: 819.98px) {
  body:has(.timeline--simple) .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body:has(.timeline--simple) .headline .wr_box01 {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 10px;
  }
  body:has(.timeline--simple) .headline .wr_box02 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body:has(.timeline--simple) .headline .mobile-banner-area {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body:has(.timeline--simple) .headline .timeline--simple {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body:has(.timeline--simple) .headline .wr_box03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}