@charset "UTF-8";
/* ------------------------------------
// contents
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
#contents {
  background: #000;
  color: #fff;
  padding: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

#contents .pc {
  display: block;
}

#contents .sp {
  display: none;
}

#contents .p_right {
  text-align: right;
}

#contents .p_center {
  text-align: center;
}

#contents .mb0 {
  margin-bottom: 0 !important;
}

#contents .mb1 {
  margin-bottom: 1em !important;
}

#contents .mb3 {
  margin-bottom: 3em !important;
}

#contents .mb4 {
  margin-bottom: 4em !important;
}

#contents .mb5 {
  margin-bottom: 5em !important;
}

.shareaholic-share-buttons-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  #contents .pc {
    display: none;
  }
  #contents .sp {
    display: block;
  }
}
/* ------------------------------------
// forcus header
------------------------------------ */
#forcus_header {
  background: #333333;
  padding: 0 0 75px;
}
#forcus_header .forcus_header {
  max-width: 1200px;
  margin: 0 auto;
}
#forcus_header .forcus_header .logo {
  max-width: 647px;
  margin-bottom: 60px;
}
#forcus_header .forcus_header .page_header {
  display: flex;
  position: relative;
  gap: 0 75px;
}
#forcus_header .forcus_header .page_header .image {
  width: 33%;
  flex-shrink: 0;
}
#forcus_header .forcus_header .page_header .text {
  flex: 1;
  max-width: 580px;
  margin-right: 30px;
}
#forcus_header .forcus_header .page_header .text .logo_belgium {
  max-width: 290px;
  margin-bottom: 45px;
}
#forcus_header .forcus_header .page_header .text .title {
  margin-bottom: 10px;
}
#forcus_header .forcus_header .page_header .text .title h1 {
  font-size: 3.2rem;
  font-weight: 500;
}
#forcus_header .forcus_header .page_header .text .title p {
  font-size: 2.2rem;
}
#forcus_header .forcus_header .page_header .text .author {
  text-align: right;
  margin-bottom: 50px;
}
#forcus_header .forcus_header .page_header .text .lead {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #forcus_header {
    padding: 0 0 3.5rem;
  }
  #forcus_header .forcus_header .logo {
    max-width: 26rem;
    margin: 0 auto 4rem;
  }
  #forcus_header .forcus_header .page_header {
    display: block;
  }
  #forcus_header .forcus_header .page_header .image {
    width: 26rem;
    margin-bottom: 2rem;
  }
  #forcus_header .forcus_header .page_header .text {
    max-width: none;
    margin: 0 3rem;
  }
  #forcus_header .forcus_header .page_header .text .logo_belgium {
    position: absolute;
    right: 4rem;
    top: 0.8rem;
    max-width: 4.5rem;
    margin-bottom: 0;
  }
  #forcus_header .forcus_header .page_header .text .title {
    margin-bottom: 2rem;
  }
  #forcus_header .forcus_header .page_header .text .title h1 {
    font-size: 2.2rem;
  }
  #forcus_header .forcus_header .page_header .text .title p {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  #forcus_header .forcus_header .page_header .text .author {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
  #forcus_header .forcus_header .page_header .text .lead {
    font-size: 1.4rem;
  }
}

/* ------------------------------------
// main
------------------------------------ */
main {
  max-width: 1260px;
  margin: 0 auto;
  padding: 150px 30px;
  display: grid;
  grid-template-columns: minmax(70px, 1fr) minmax(0, 600px) minmax(70px, 1fr);
}
main .logo_belgium {
  grid-column: 1/2;
  text-align: center;
  padding: 15px 30px 0 0;
}
main .logo_belgium span {
  display: inline-block;
  max-width: 90px;
  position: sticky;
  top: 15px;
}
main article {
  grid-column: 2/3;
}
main article a {
  color: #fff;
}
main article section + * {
  margin-top: 60px;
}
main article h2 {
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 1em;
}
main article p {
  line-height: 2;
}
main article p + * {
  margin-top: 2em;
}
main article p.note {
  font-size: 1.3rem;
  line-height: 1.5;
}
main article .image {
  margin: 2em 0;
}
main article .image .caption {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
}
main article .history {
  line-height: 2;
  margin-left: 2em;
}
main article .history dt {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 2em 0 0.2em;
  position: relative;
}
main article .history dt::before {
  content: "・";
  position: absolute;
  left: -1em;
}
main article .history dd {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  main {
    max-width: none;
    padding: 5rem 3rem;
    display: block;
  }
  main .logo_belgium {
    display: none;
  }
  main article section + * {
    margin-top: 5rem;
  }
  main article h2 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  main article p {
    font-size: 1.4rem;
  }
  main article p + * {
    margin-top: 2em;
  }
  main article p.note {
    font-size: 1.2rem;
  }
  main article .image {
    margin: 2em 0;
  }
  main article .image .caption {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  main article .history dt {
    font-size: 1.6rem;
  }
  main article .history dd {
    font-size: 1.4rem;
  }
}

/* ------------------------------------
// pager_focus
------------------------------------ */
.pager_focus {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.pager_focus > * a,
.pager_focus > * span {
  display: grid;
  place-content: center;
  width: 80px;
  aspect-ratio: 1/1;
  border: solid 1px #fff;
  border-radius: 50%;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.1rem;
  font-weight: 300;
  color: #fff;
}
.pager_focus > * span {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .pager_focus {
    margin-top: 8rem;
    gap: 1.5rem;
  }
  .pager_focus > * a,
  .pager_focus > * span {
    width: 4rem;
    font-size: 1.8rem;
  }
}

/* ------------------------------------
// pagetop
------------------------------------ */
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  max-width: clamp(7px, 5.4vw, 65px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#pagetop.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #pagetop {
    display: none;
  }
}