.body {
  margin: 0;
  padding: 0
}

.root {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.header {
  width: 1200px;
  margin: 0 auto;
}

.header, .headerLogo {
  display: flex;
  align-items: center;
}

.headerLogo {
  margin-left: 48px;
  align-items: center;
}

.headerLogo svg {
  width: 202px;
  height: 20px;
}


.headerLogoCaption {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-left: 16px;
}

.border {
  border-color: #e6e6e6;
  border-top-width: 1px;
  border-top-style: solid;
}

.main {
  width: 1200px;
  margin: 0 auto 40px;
}

.preview > svg {
  width: 278px;
  height: 156.47px;
}

.title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 40px 0 0 48px;
}

.paywall {
  box-sizing: border-box;
  background-color: #F1F5FF;
  padding: 24px 24px 32px 24px;
  text-align: center;
  width: 468px;
  height: 293px;
}

.paywallTitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #223DCB;
  margin: 0;
}

.paywallTitle > svg {
  position: relative;
  top: 5px;
}

.paywallSubText {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #222222;
  text-align: left;
  margin-top: 24px;
}

.paywallActions {
  margin-top: 33px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.paywallActions > a {
  width: 50%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.paywallActionRegister {
  background-color: #223DCB;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  display: block;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
}

.paywallActionLogin {
  background-color: #FFFFFF;
  color: #223DCB;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border-color: #223DCB;
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
}

.footer {
  width: 100%;
  background-color: #1C32A5;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  padding: 24px 0;
  text-align: center;
  margin-top: auto;
}

.footer > h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.footer > ul {
  list-style: none;
  margin: 8px auto 30px;
  padding: 0;
  width: 540px;
}

.footer > ul > li {
  display: inline-block;
  margin-bottom: 8px;
}

.footer > ul > li:last-child a:after, .footer > ul > li:nth-child(5) a:after {
  content: ""
}

.footer > ul > li a:after {
  content: "|";
  margin: 0 4px;
}

.footer > ul > li > a > svg {
  position: relative;
  top: 3px;
  margin-left: 4px;
}

.nikkeiLogo {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.nikkeiLogo > span {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
}

@media screen and (min-width: 835px) {
  .contents {
    display: flex;
    margin: 20px 0 0 48px;
    gap: 40px;
  }

  .preview {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 16px;
    width: 572px;
  }
}

@media screen and (max-width: 834px) {
  .header {
    width: 100%;
    border-color: #E6E6E6;
    box-sizing: border-box;
  }

  .headerLogo {
    margin: 0;
  }

  .headerLogo > h1 {
    margin: 3px 0 3px 16px;
  }

  .headerLogo > h1 > a > svg {
    width: 135px;
    height: 13px;
    vertical-align: middle;
  }

  .headerLogoCaption {
    display: none;
  }

  .main {
    width: 100%;
  }

  .title {
    margin: 16px 0 16px 24px;
  }

  .contents {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .preview {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .paywall {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 24px 16px;
  }

  .paywallSubText {
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .paywallActions {
    flex-direction: column;
    margin: 0;
  }

  .paywallActions > a {
    width: 100%;
    box-sizing: border-box;
  }

  .footer {
    display: block;
    position: relative;
    padding: 22px 0;
  }

  .footer > h4 {
    line-height: 1.5;
  }

  .footer > ul {
    width: 300px;
    margin-bottom: 24px;
  }

  .footer > ul:nth-child(n+3) {
    margin-top: calc(-1 * 12px);
  }

  .footer > ul > li {
    margin-bottom: 8px;
  }

  .footer > ul > li:nth-child(3) a:after, .footer > ul > li:nth-child(5) a:after, .footer > ul > li:nth-child(7) a:after {
    content: ""
  }

  .nikkeiLogo > span {
    display: block;
    margin: 12px 0 0 0;
    width: auto;
    text-align: center;
  }
}