html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

body {
  position: relative;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #181818;
  background: #fff;
  line-break: strict;
}
body * {
  box-sizing: border-box;
}
body img {
  max-width: 100%;
  height: auto;
}

#content {
  overflow: hidden;
}

#header-container {
  background: #181818;
  color: #fff;
}
@media (max-width: 1024px) {
  #header-container {
    display: none;
  }
}

#header-container-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1600px;
  max-width: calc(100% - 10px * 2);
  margin-inline: auto;
}

.mobile-menu-buttons .menu-button > a {
  line-height: 1.4;
}

.header {
  background: transparent none;
  width: 400px;
}
.header h1 a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  padding-block: 1rem;
}

.navi {
  background: transparent none;
}

#navi-in {
  width: 100%;
}
#navi-in a {
  color: #fff;
}
#navi-in a:hover {
  background: transparent;
  transform: translateY(-5px);
}

.content-footer {
  margin-block: 2rem;
  display: flex;
}
@media (max-width: 768px) {
  .content-footer {
    flex-direction: column;
  }
}
.content-footer h3 {
  flex-shrink: 0;
  margin: 3px;
  margin-right: 2rem;
  background: #181818;
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .content-footer h3 {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.content-footer .sc-industries-terms li {
  display: inline-block;
}
.content-footer .sc-industries-terms a {
  display: block;
  margin: 3px;
  padding: 0 5px;
  border: solid 1px #181818;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.9375rem;
  color: #181818;
  text-align: center;
  transition: 0.4s;
}
.content-footer .sc-industries-terms a:hover {
  transform: translateY(-5px);
}

#footer {
  background: #181818;
  color: #fff;
}

.footer-contents {
  width: 1600px;
  max-width: calc(100% - 10px * 2);
  margin-inline: auto;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.footer-contents h2 {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding-block: 1rem;
}
.footer-contents a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-contents {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-contents h2 {
    font-size: 1.5rem;
  }
}

.footer-nav {
  font-size: 0.9375rem;
}
.footer-nav a {
  color: #e0e0e0;
}
.footer-nav a:hover {
  color: #fff;
}

.footer-nav-flex {
  display: flex;
}
.footer-nav-flex > div {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .footer-nav-flex {
    flex-direction: column;
  }
  .footer-nav-flex > div {
    margin-bottom: 2rem;
  }
}

.footer-sns h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-sns h2 {
    text-align: left;
  }
}
.footer-sns ul {
  display: flex;
}
.footer-sns ul li {
  margin-inline: 1rem;
}
.footer-sns ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.footer-sns ul li a:hover {
  transform: translateY(-5px);
}
.footer-sns ul i {
  text-align: center;
  font-size: 3rem;
}
.footer-sns ul span {
  display: block;
  font-size: 0.75rem;
}

.footer-copy {
  text-align: center;
  font-size: 0.875rem;
}

#breadcrumb {
  display: none;
}

#content-in {
  width: 1600px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}

#archive-header {
  margin-bottom: 2rem;
}
#archive-header h2 {
  font-size: 2.4rem;
  font-weight: 900;
}

#list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -2rem;
  row-gap: 0;
}
#list .entry-card-wrap-container {
  width: calc(50% - 2rem);
  margin-right: 2rem;
  margin-bottom: 2rem;
  background: #f8f8f8;
}
#list article {
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  #list {
    margin-right: 0;
  }
  #list .entry-card-wrap-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #list .entry-card-wrap-container {
    margin-bottom: 1rem;
  }
}

.entry-magicians-card-thumb {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 2rem;
  flex-shrink: 0;
}
.entry-magicians-card-thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .entry-magicians-card-thumb {
    width: 30vw;
    height: 30vw;
  }
}

.entry-card-wrap:hover .entry-magicians-card-thumb img {
  transform: scale(1.2);
}

.entry-card-title {
  font-size: 1.25rem;
}
.entry-card-title .name-kana {
  font-size: 0.9375rem;
}
.entry-card-title .name-info {
  font-size: 0.9375rem;
  font-weight: normal;
  display: block;
}

.entry-magicians-card-content a {
  color: #181818;
  text-decoration: none;
}

.social-links a {
  display: inline-block;
  width: 50px;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .social-links a {
    width: 40px;
    margin-right: 1rem;
  }
}

/*# sourceMappingURL=magicians.css.map */
