body {
  font-family: "Noto Sans", "Noto Sans Japanese";
}

p,
h1,
h2,
h3,
h4,
span,
li {
  color: #333333;
}

/* header */
header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 1;
}

.logo {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.logo img {
  max-width: 100%;
}

nav {
  width: 100%;
  background-color: #333333;
}

.menu {
  display: flex;
  max-width: 1200px;
  font-size: 14px;
  margin: auto;
  padding: 14px 17px;
}

.menu li {
  color: white;
  padding-right: 60px;
  line-height: 17px;
}

/* pickup */

#pickup {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 115px;
  padding: 39px 16px 0 16px;
  justify-content: space-between;
}

.pickup_content {
  width: 32%;
}

.pickup_content:last-child {
  padding-right: 0;
}

.pickup_content img {
  width: 100%;
  height: auto;
}

.pickup_content figure + h2 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 13px;
  line-height: 19px;
}
.text_center {
  text-align: center;
}

.pickup_content .text_center {
  font-size: 14px;
  padding-top: 21px;
}

.text_center a {
  border-bottom: 1px solid #333333;
}

.text_center a:hover {
  border: none;
}

/* container */
#container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  margin-top: 77px;
  padding: 0 16px;
}

/* main */
#main {
  max-width: 65%;
}

.main_title {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}

.date {
  padding-top: 26px;
}

.date span {
  font-size: 14px;
  line-height: 17px;
}

.date > span {
  padding-right: 32px;
}

.main_content:nth-child(n + 2) {
  margin-top: 87px;
}

.main_content img {
  width: 100%;
  padding-top: 13px;
}

.main_content_text {
  width: 85%;
  margin: auto;
  padding-top: 13px;
}

.main_content .text_center {
  padding-top: 33px;
}

/* aside */
#aside {
  max-width: 33%;
  padding: 0 16px;
}

h3 {
  font-size: 18px;
  line-height: 22px;
}

#aside h4,
#aside li {
  font-size: 14px;
  line-height: 17px;
}

/* author */
.author img {
  width: 130px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.name {
  font-weight: bold;
}

.author .name {
  padding-top: 35px;
}

.author_text {
  font-size: 14px;
  padding-top: 37px;
  line-height: 17px;
}

/* ranking */
.ranking {
  margin-top: 57px;
}

.ranking > section:first-of-type {
  padding-top: 34px;
}

.ranking > section:nth-child(n + 3) {
  padding-top: 31px;
}

.ranking img {
  width: 100%;
}

.ranking h4 {
  padding-top: 3px;
  text-align: left;
}

/* Archive */
.archive {
  margin-top: 66px;
}

.date_list {
  padding-top: 34px;
}

.border {
  display: block;
  border-top: 1px solid #777777;
  padding: 23px;
}

.border:last-of-type {
  border-bottom: 1px solid #777777;
}

/* footer */
#footer {
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 140px;
  padding-top: 55px;
}

#footer article {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
}

/* footer_about */
.footer_about {
  width: 30%;
}

.footer_about ul {
  padding-top: 15px;
}

.footer_about p {
  font-size: 14px;
  line-height: 17px;
  padding-top: 37px;
}

.footer_about li {
  font-size: 14px;
  line-height: 17px;
}

.footer_about li:nth-child(n + 2) {
  padding-top: 12px;
}

.footer_about a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}

.footer_about a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 8px solid #333333;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

/* footer_menu */
.footer_menu {
  width: 30%;
}

.footer_menu ul {
  padding-top: 37px;
  font-size: 14px;
  line-height: 17px;
}

.footer_menu .border2 {
  display: block;
  border-top: 1px solid #777777;
  padding: 19px;
}

.border2:last-of-type {
  border-bottom: 1px solid #777777;
}

/* twitter */
.twitter {
  width: 30%;
}

.timeline {
  padding-top: 27px;
}

/* copyright */
.copyright {
  text-align: center;
  margin: 64px 0 12px 0;
}

.copyright p {
  font-size: 12px;
  line-height: 14px;
}

/* スマホ画面 */
@media screen and (max-width: 767px) {
  /* .display_none {
    display: none;
  } */

  /* pickup */

  #pickup {
    flex-direction: column;
    align-items: center;
    padding-top: 29px;
  }

  .pickup_content {
    width: 100%;
    padding-right: 0;
  }

  .pickup_content:nth-child(n + 2) {
    margin-top: 33px;
  }

  /* main */

  #container {
    margin-top: 107px;
    flex-direction: column;
    align-items: center;
  }

  #main {
    max-width: 100%;
    margin-right: 0;
  }

  .date {
    padding-top: 21px;
  }

  .main_content .text_center {
    padding-top: 21px;
  }

  /* aside */
  #aside {
    max-width: 100%;
    padding: 80px 0 0 0;
  }

  /* footer */
  #footer {
    margin-top: 120px;
  }

  #footer article {
    flex-direction: column;
    align-items: center;
  }

  .footer_about,
  .footer_menu,
  .twitter {
    width: 100%;
  }

  .footer_menu {
    margin-top: 59px;
  }

  .footer_menu ul {
    padding-top: 34px;
  }

  .twitter {
    margin-top: 35px;
  }

  .copyright {
    margin-top: 94px;
  }
}

p {
  letter-spacing: 0.1rem;
}
