body {
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
}

._f-impact {
  font-family: Impact;
  letter-spacing: 0.04em;
}

img {
  vertical-align: bottom;
}

.borderdButton {
  display: flex;
  width: 240px;
  height: 63px;
  border: rgba(0, 0, 0, 0.4) solid 1px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.borderdButton::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(../images/common/borderdButtonTriangle.svg) no-repeat center;
  background-size: contain;
  transform: translateY(2px);
  margin-right: 20px;
}

.articleList {
  max-width: 1020px;
  margin: 0 auto;
}
.articleList article a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #000;
  transition: all 200ms ease;
}
.articleList article a:hover {
  background-color: #000;
  color: #FFF;
}
.articleList article a div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.articleList article a div .cat {
  font-size: 12px;
  line-height: 17px;
  padding: 0 5px;
  background: #000;
  color: #FFE800;
}
.articleList article a > p {
  font-size: 16px;
  font-weight: bold;
}

#wrapper {
  margin: 0 auto;
  padding-right: 340px;
}
@media (max-width: 1079px) {
  #wrapper {
    padding-right: 0;
    width: 100%;
    overflow: hidden;
  }
}

#globalSidebar {
  width: 340px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 0 0;
  z-index: 2;
  height: 100vh;
}
#globalSidebar > * {
  position: relative;
  z-index: 2;
}
#globalSidebar:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 780px;
  height: 361px;
  background: url(../images/common/sidebar/effect.png) no-repeat center;
  background-size: contain;
}
#globalSidebar h1 {
  position: relative;
  z-index: 3;
}
#globalSidebar .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#globalSidebar .wrapper .center {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#globalSidebar .wrapper .center nav {
  padding: 0 60px;
}
#globalSidebar .wrapper .center nav ul {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-direction: column;
}
#globalSidebar .wrapper .center nav ul li a {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
}
#globalSidebar .wrapper .center .sns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  padding: 10px;
  gap: 21px;
}
#globalSidebar .wrapper .center .sns a {
  transition: opacity 200ms ease;
}
#globalSidebar .wrapper .center .sns a:hover {
  opacity: 0.5;
}
#globalSidebar .wrapper .center .sns a .tiktok,
#globalSidebar .wrapper .center .sns a .x {
  mix-blend-mode: difference;
}
#globalSidebar .wrapper .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  font-size: 12px;
  text-align: center;
}
#globalSidebar .wrapper .footer .lang {
  font-size: 16px;
}
#globalSidebar .wrapper .footer .lang .slash {
  padding: 0 0.7em;
}
#globalSidebar .wrapper .footer .lang .notActive {
  opacity: 0.2;
}
#globalSidebar .wrapper .footer ul {
  display: flex;
  gap: 10px 40px;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
#globalSidebar .wrapper .footer ul li {
  flex-shrink: 0;
}
#globalSidebar .wrapper .footer ul li a {
  text-decoration: underline;
}
#globalSidebar .openMenu {
  display: none;
}
@media (max-width: 1079px) {
  #globalSidebar {
    width: auto;
    left: 0;
    bottom: auto;
    padding: 0;
    z-index: 4;
    height: auto;
  }
  #globalSidebar:before {
    display: none;
  }
  #globalSidebar h1 {
    padding: 10px;
    z-index: 3;
    display: none;
  }
  #globalSidebar h1 a {
    display: inline;
  }
  #globalSidebar h1 a picture {
    display: inline-block;
  }
  #globalSidebar .openMenu {
    display: flex;
    width: 60px;
    height: 60px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    justify-content: center;
    align-items: center;
    z-index: 3;
  }
  #globalSidebar .openMenu img:first-child {
    display: block;
  }
  #globalSidebar .openMenu img:first-child + img {
    display: none;
  }
  #globalSidebar._open h1 {
    display: block;
  }
  #globalSidebar._open .openMenu img:first-child {
    display: none;
  }
  #globalSidebar._open .openMenu img:first-child + img {
    display: block;
  }
  #globalSidebar._open .wrapper {
    display: block;
  }
  #globalSidebar .wrapper {
    display: none;
    padding-top: 100px;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/common/sidebar/sp/logo-bg.png) no-repeat center bottom #000;
    background-size: 390px auto;
  }
  #globalSidebar .wrapper .center {
    position: relative;
    top: 0;
    transform: none;
  }
  #globalSidebar .wrapper .center nav {
    padding: 0;
  }
  #globalSidebar .wrapper .center nav ul li a {
    justify-content: center;
  }
  #globalSidebar .wrapper .footer {
    position: relative;
    bottom: auto;
    color: #D1F300;
  }
}

#globalFooter {
  display: none;
}
@media (max-width: 1079px) {
  #globalFooter {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  #globalFooter ul {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 10px;
  }
  #globalFooter a {
    text-decoration: underline;
  }
}

#wrapper.lang-en #kv {
  background-image: url(../images/top/sp/kv-en.jpg);
}

#kv {
  position: relative;
  z-index: 1;
  background: url(../images/top/sp/kv.jpg) no-repeat center;
  background-size: cover;
  height: 0;
  padding-top: 191.2%;
}
#kv .logo,
#kv .lead {
  display: none;
}
@media (min-width: 1080px) {
  #kv {
    height: auto;
    padding-top: 0;
    background: none;
  }
  #kv .wrapper {
    height: 160vh;
    overflow: hidden;
    background: url(../images/top/bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
  }
  #kv .wrapper:before, #kv .wrapper:after {
    content: "";
    display: block;
    position: absolute;
  }
  #kv .wrapper:before {
    width: 232px;
    height: 953px;
    background: url(../images/top/kv-effect-left.png) no-repeat center center;
    background-size: contain;
    left: 0;
    top: 0;
    z-index: 2;
  }
  #kv .wrapper .copy {
    width: 515px;
    height: 490px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    transform: scale(1.1);
    opacity: 0;
    transition: all 300ms ease 500ms;
  }
  #kv .wrapper .copy:after {
    content: "";
    display: block;
    position: absolute;
    top: 119px;
    left: 99px;
    width: 274px;
    height: 348px;
    background: url(../images/top/kv-copy.png) no-repeat center center;
    background-size: contain;
    transform: scale(1.1);
    opacity: 0;
    transition: all 600ms ease 1000ms;
  }
  #kv .wrapper .kv {
    margin: auto;
    text-align: center;
    position: absolute;
    top: -40vh;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/top/kv.webp) no-repeat center center;
    background-size: cover;
    transform: translateY(30vh);
    z-index: 3;
    opacity: 0;
    transition: all 400ms ease;
  }
  #kv .wrapper .logo {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
    mix-blend-mode: hard-light;
  }
  #kv .wrapper .logo img {
    display: inline;
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 2;
  }
  #kv .wrapper .logo:before {
    content: "";
    display: block;
    width: 613px;
    height: 564px;
    background: url(../images/top/kv-bg-splash.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    mix-blend-mode: hard-light;
  }
  #kv._shown .kv {
    transform: translateY(40vh);
    opacity: 1;
  }
  #kv._shown .copy {
    transform: scale(1);
    opacity: 1;
  }
  #kv._shown .copy:after {
    transform: scale(1);
    opacity: 1;
  }
  #kv .lead {
    display: block;
    width: 100%;
    background: #000;
    text-align: center;
  }
  #kv .lead img {
    display: inline;
    width: 100%;
    max-width: 1100px;
  }
}

#wrapper.lang-en #kv .wrapper .copy:after {
  top: 98px;
  left: 87px;
  width: 304px;
  height: 286px;
  background-image: url(../images/top/kv-copy-en.png);
}

#loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
#loading div {
  width: 66px;
  height: 61px;
}
#loading div canvas {
  width: 100%;
  height: 100%;
}

#topMainContent {
  position: relative;
  z-index: 3;
}
#topMainContent .bottomLogo {
  height: 626px;
  position: sticky;
  bottom: 0;
  z-index: -1;
}
#topMainContent .bottomLogo > div {
  width: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#topMainContent .bottomLogo > div div {
  padding-top: 23.33%;
}
#topMainContent .bottomLogo > div canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1079px) {
  #topMainContent .bottomLogo > div {
    width: 100%;
    background-size: 100% auto;
  }
  #topMainContent .bottomLogo > div canvas {
    width: 100%;
    height: 100%;
  }
  #topMainContent #globalFooter {
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}
#topMainContent section._1 {
  background-color: #D1F300;
  padding: 80px 40px;
}
#topMainContent section._1 h2 {
  text-align: center;
  font-size: 36px;
}
#topMainContent section._1 .index {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#topMainContent section._1 .index .borderdButton {
  transition: all 200ms ease;
}
#topMainContent section._1 .index .borderdButton:hover {
  background-color: #000;
  color: #FFF;
}
#topMainContent section._1 .index .borderdButton:hover:before {
  background: url(../images/common/borderdButtonTriangleWhite.svg) no-repeat center;
}
@media (max-width: 1079px) {
  #topMainContent section._1 {
    padding: 80px 20px;
  }
}
#topMainContent section._2 {
  text-align: center;
  display: flex;
  background: #000;
}
#topMainContent section._2 .left,
#topMainContent section._2 .right {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#topMainContent section._2 .left img,
#topMainContent section._2 .right img {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 500ms ease;
}
#topMainContent section._2 .left img {
  transform: translateY(100px);
}
#topMainContent section._2._shown .left img,
#topMainContent section._2._shown .right img {
  transform: translateY(0px);
  opacity: 1;
}
#topMainContent section._2 .left {
  width: 56px;
}
#topMainContent section._2 .right {
  width: 32px;
}
#topMainContent section._2 .center {
  width: 100%;
  display: flex;
  gap: 40px;
  flex-direction: column;
  background-color: #FC0048;
  padding: 148px 40px;
}
#topMainContent section._2 .center .highlight {
  color: #D1F300;
}
#topMainContent section._2 .center h2 {
  font-size: 36px;
}
#topMainContent section._2 .center .upper {
  font-size: 24px;
  font-weight: bold;
}
#topMainContent section._2 .center .middle {
  font-size: 16px;
}
#topMainContent section._2 .center .lower {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1079px) {
  #topMainContent section._2 {
    text-align: left;
  }
  #topMainContent section._2 h2 {
    text-align: center;
  }
  #topMainContent section._2 .center {
    padding: 80px 20px;
  }
  #topMainContent section._2 .center .upper {
    font-size: 18px;
  }
  #topMainContent section._2 .center .middle {
    font-size: 14px;
  }
  #topMainContent section._2 .center .lower {
    font-size: 16px;
  }
}
#topMainContent section._3 a {
  display: block;
  position: relative;
}
#topMainContent section._3 a .playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1079px) {
  #topMainContent section._3 a {
    height: 177vw;
  }
  #topMainContent section._3 a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#topMainContent section._4 {
  padding: 80px 40px;
  background-color: #D129F5;
}
#topMainContent section._4 h2 {
  text-align: center;
  font-size: 36px;
}
#topMainContent section._4 .wrapper {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 16px;
  color: #D1F300;
}
#topMainContent section._4 .wrapper .left,
#topMainContent section._4 .wrapper .right {
  width: 100%;
  max-width: 400px;
}
#topMainContent section._4 .wrapper .left ul,
#topMainContent section._4 .wrapper .right ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#topMainContent section._4 .wrapper .left ul li,
#topMainContent section._4 .wrapper .right ul li {
  display: flex;
}
#topMainContent section._4 .wrapper .left ul li p:first-child,
#topMainContent section._4 .wrapper .right ul li p:first-child {
  flex-shrink: 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
#topMainContent section._4 .wrapper .left ul li p:first-child {
  width: 68px;
}
#topMainContent section._4 .wrapper .right ul li p:first-child {
  flex-shrink: 0;
  width: 180px;
  margin-right: 20px;
}
@media (max-width: 1079px) {
  #topMainContent section._4 {
    padding: 80px 20px;
  }
  #topMainContent section._4 .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
}
#topMainContent section._5 {
  padding: 120px 0;
  background: #000;
}
#topMainContent section._5 h2 {
  font-size: 36px;
  color: #D1F300;
  text-align: center;
}
#topMainContent section._5 p {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  padding: 0 40px;
}
#topMainContent section._5 p span {
  display: block;
  font-size: 28px;
}
#topMainContent section._5 .images {
  overflow: hidden;
}
#topMainContent section._5 .images div {
  overflow-x: auto;
  margin-top: 40px;
  height: 171px;
  width: 7200px;
  background: url(../images/top/section5-books.jpg) repeat-x center;
  background-size: auto 100%;
  transform: translateX(0);
  animation: top-books-loop 70s linear infinite;
}
@keyframes top-books-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3600px);
  }
}
#topMainContent section._5 .links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#topMainContent section._5 .links li a {
  border: 1px solid #FFF;
  color: #FFF;
  transition: all 200ms ease;
}
#topMainContent section._5 .links li a:before {
  background-image: url(../images/common/borderdButtonTriangleWhite.svg);
}
#topMainContent section._5 .links li a:hover {
  background-color: #D1F300;
  border-color: #D1F300;
  color: #000;
}
#topMainContent section._5 .links li a:hover:before {
  background-image: url(../images/common/borderdButtonTriangle.svg);
}
@media (max-width: 1079px) {
  #topMainContent section._5 {
    padding: 120px 0 80px;
  }
  #topMainContent section._5 .links {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  #topMainContent section._5 .links li {
    width: 100%;
  }
  #topMainContent section._5 .links li a {
    width: 100%;
  }
}
#topMainContent section._6 {
  background: #00A1E9;
  font-weight: bold;
}
#topMainContent section._6:before, #topMainContent section._6:after {
  content: "";
  display: block;
  height: 48px;
  background: url(../images/top/section6-bg.png) repeat-x center #000;
  background-size: 420px 48px;
}
#topMainContent section._6 .wrapper .upper {
  margin-top: 80px;
  text-align: center;
}
#topMainContent section._6 .wrapper .upper h2 {
  color: #D1F300;
  font-size: 36px;
}
#topMainContent section._6 .wrapper .upper h2 br {
  display: none;
}
#topMainContent section._6 .wrapper .upper h2 span {
  font-size: 24px;
  display: block;
}
#topMainContent section._6 .wrapper .upper h2 + p {
  color: #D1F300;
  margin-top: 20px;
  font-size: 20px;
}
#topMainContent section._6 .wrapper .upper h2 + p br {
  display: none;
}
#topMainContent section._6 .wrapper .upper h2 + p + p {
  font-size: 18px;
  margin-top: 20px;
}
#topMainContent section._6 .wrapper .detail {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  margin-top: 40px;
  margin-bottom: 80px;
}
#topMainContent section._6 .wrapper .detail .left {
  width: 580px;
  margin-right: 40px;
}
#topMainContent section._6 .wrapper .detail .left ul {
  margin-top: 10px;
}
#topMainContent section._6 .wrapper .detail .left ul li {
  font-size: 20px;
  padding: 20px 0;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #D1F300;
}
#topMainContent section._6 .wrapper .detail .left ul li span {
  font-size: 24px;
  color: #D1F300;
  padding: 0 20px 0 10px;
}
#topMainContent section._6 .wrapper .detail .right {
  width: 400px;
}
#topMainContent section._6 .wrapper .detail .right ul {
  margin-top: 20px;
}
#topMainContent section._6 .wrapper .detail .right ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}
#topMainContent section._6 .wrapper .detail .right ul li > p {
  width: 30%;
}
#topMainContent section._6 .wrapper .detail .right ul li > p img {
  width: 120px;
}
#topMainContent section._6 .wrapper .detail .right ul li > div {
  width: 70%;
  word-break: break-all;
}
#topMainContent section._6 .wrapper .detail .right ul li > div p:first-child {
  font-size: 18px;
  color: #D1F300;
}
#topMainContent section._6 .wrapper .detail .right ul li > div p:first-child + p {
  font-size: 16px;
  margin-top: 5px;
}
#topMainContent section._6 .wrapper .detail .right ul li > div p:first-child + p a {
  color: #D1F300;
}
#topMainContent section._6 .wrapper .detail .right ul li + li {
  margin-top: 20px;
}
#topMainContent section._6 .wrapper .detail h3 {
  font-size: 20px;
  color: #D1F300;
}
@media (max-width: 1079px) {
  #topMainContent section._6 .wrapper {
    padding: 80px 20px;
  }
  #topMainContent section._6 .wrapper .upper {
    margin-top: 0;
  }
  #topMainContent section._6 .wrapper .upper h2 {
    font-size: 24px;
  }
  #topMainContent section._6 .wrapper .upper h2 br {
    display: block;
  }
  #topMainContent section._6 .wrapper .upper h2 span {
    font-size: 16px;
  }
  #topMainContent section._6 .wrapper .upper h2 + p br {
    display: block;
  }
  #topMainContent section._6 .wrapper .upper h2 + p + p {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
  }
  #topMainContent section._6 .wrapper .upper h2 + p + p br {
    display: none;
  }
  #topMainContent section._6 .wrapper .upper h2 + p + p .onlyPc {
    display: none;
  }
  #topMainContent section._6 .wrapper .detail {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0px;
    gap: 40px;
  }
  #topMainContent section._6 .wrapper .detail .left {
    width: auto;
    margin-right: 0;
  }
  #topMainContent section._6 .wrapper .detail .left ul li {
    font-size: 16px;
    padding: 20px 10px;
  }
  #topMainContent section._6 .wrapper .detail .left ul li span {
    padding: 0 20px 0 0;
  }
  #topMainContent section._6 .wrapper .detail .right {
    width: auto;
  }
  #topMainContent section._6 .wrapper .detail .right ul li > p {
    width: 120px;
    flex-shrink: 0;
  }
  #topMainContent section._6 .wrapper .detail .right ul li > div {
    width: 100%;
  }
  #topMainContent section._6 .wrapper .detail .right ul li > div p:first-child {
    font-size: 16px;
  }
  #topMainContent section._6 .wrapper .detail .right ul li > div p:first-child + p {
    font-size: 14px;
  }
  #topMainContent section._6 .wrapper .detail h3 {
    font-size: 16px;
  }
}

#topMovieModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
}
#topMovieModal .content {
  width: 890px;
  height: 501px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#topMovieModal .content iframe {
  width: 100%;
  height: 100%;
}
#topMovieModal .content a {
  position: absolute;
  top: -80px;
  right: 0;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  #topMovieModal .content {
    width: 100%;
    height: 56.25vw;
  }
}

#newsMainContent {
  position: relative;
  z-index: 2;
  background: #D1F300;
  padding: 120px 0 40px;
  min-height: 100vh;
}
#newsMainContent h2 {
  font-size: 36px;
  text-align: center;
}
#newsMainContent .articleList {
  max-width: 800px;
}
#newsMainContent .pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
#newsMainContent .pagination > a,
#newsMainContent .pagination > span {
  display: flex;
  width: 50px;
  height: 50px;
  background: #000;
  align-items: center;
  justify-content: center;
}
#newsMainContent .pagination > span {
  opacity: 0.5;
}
#newsMainContent .pagination ul {
  display: flex;
  gap: 10px;
  padding: 0 10px;
  align-items: center;
}
#newsMainContent .pagination ul li a,
#newsMainContent .pagination ul li span {
  font-size: 32px;
}
#newsMainContent .pagination ul li .current {
  color: #FC0048;
}
#newsMainContent .pagination ul + a img, #newsMainContent .pagination ul + span img {
  transform: rotate(180deg);
}
@media (max-width: 1079px) {
  #newsMainContent {
    padding: 120px 20px 40px;
  }
  #newsMainContent #globalFooter {
    margin-top: 120px;
  }
}

#newsSingleMainContent {
  position: relative;
  z-index: 2;
  background: #D1F300;
  padding: 120px 0;
  min-height: 100vh;
}
#newsSingleMainContent .newsSingleArticle {
  max-width: 800px;
  margin: 0 auto;
}
#newsSingleMainContent .newsSingleArticle header p {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
#newsSingleMainContent .newsSingleArticle header p span {
  font-size: 12px;
  background: #000;
  display: block;
  color: #FFE800;
  padding: 0 5px;
}
#newsSingleMainContent .newsSingleArticle header h2 {
  font-size: 36px;
  margin-top: 10px;
}
#newsSingleMainContent .newsSingleArticle .body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 40px;
}
#newsSingleMainContent .newsSingleArticle .body > p {
  margin-bottom: 40px;
}
#newsSingleMainContent .newsSingleArticle .body > div p {
  margin-top: 1em;
}
#newsSingleMainContent .newsSingleArticle .body > div a {
  text-decoration: underline;
}
#newsSingleMainContent .backToList {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1079px) {
  #newsSingleMainContent {
    padding: 120px 20px 40px;
  }
  #newsSingleMainContent .newsSingleArticle header h2 {
    font-size: 24px;
  }
  #newsSingleMainContent .newsSingleArticle .body {
    font-size: 14px;
  }
  #newsSingleMainContent #globalFooter {
    margin-top: 120px;
  }
}
