a {
  color: #bf551c;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-moz-selection {
  background: #fae9e0;
  text-shadow: none;
}

::selection {
  background: #fae9e0;
  text-shadow: none;
}

.section__wrapper--clearfix {
  *zoom: 1;
}
.section__wrapper--clearfix::before, .section__wrapper--clearfix::after {
  content: " ";
  display: table;
}
.section__wrapper--clearfix::after {
  clear: both;
}

.alert__browser-upgrade {
  background: #bf551c;
  color: white;
  padding: 1rem 2rem;
  border-radius: 2px;
}

.alert__browser-upgrade__link {
  color: white;
  text-shadow: none;
  text-decoration: underline;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #606060;
  background: white;
  padding: 1rem;
  animation: fade-in 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s 1 backwards;
}
@media only screen and (min-width: 1024px) {
  body {
    padding: 2rem;
    font-family: "Noto Serif JP", serif;
    font-size: 1.375rem;
    line-height: 1.6;
    font-weight: 400;
    color: #606060;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
  }
}

.section-header.section__wrapper {
  background-image: radial-gradient(circle, white 50%, #f5f5f5 100%);
  background-color: white;
}

.section-header {
  position: relative;
  padding: 6.5rem 0;
}

.section-header--homepage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 2rem);
}
@media only screen and (min-width: 1024px) {
  .section-header--homepage {
    justify-content: flex-end;
    min-height: calc(100vh - 4rem);
  }
  .section-header--homepage::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10vw;
    width: 35vw;
    height: 80vh;
    background: url(../img/ritasevero/ritasevero__portrait.png) no-repeat;
    background-size: contain;
    background-position: bottom right;
    object-fit: contain;
    filter: contrast(102%) saturate(102%);
  }
}

.section-header .section__container {
  margin: 0 2rem;
}
@media only screen and (min-width: 1024px) {
  .section-header .section__container {
    max-width: 1170px;
    margin: 0 auto;
  }
}

.section__title--homepage {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  line-height: 1.6;
  font-weight: 900;
  color: #bf551c;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .section__title--homepage {
    font-family: "Noto Serif JP", serif;
    font-size: 4rem;
    line-height: 1.6;
    font-weight: 900;
    color: #bf551c;
  }
}

.list-social,
.list-keywords {
  margin: 2rem 0 3rem;
  list-style: none;
  max-width: 100%;
}
@media only screen and (min-width: 560px) {
  .list-social,
  .list-keywords {
    max-width: 30rem;
  }
}

.list-social__item,
.list-keywords__item {
  display: inline-block;
}

.list-keywords__item {
  border: 1px solid rgba(176, 176, 176, 0.5);
  border-radius: 2px;
  word-break: keep-all;
  padding: 0.25rem 0.5rem 0.25rem 2rem;
  margin: 0 0.25rem 0.25rem 0;
  font-family: "Noto Serif JP", serif;
  font-size: 0.8rem;
  line-height: 1.6;
  font-weight: 400;
  color: #606060;
}
.list-keywords__item::before {
  content: "#";
  margin-left: -1.25rem;
}
@media only screen and (min-width: 1024px) {
  .list-keywords__item {
    max-width: 30vw;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    color: #606060;
  }
}

.list-social__item {
  width: 2rem;
  height: 2rem;
  margin-right: 1.75rem;
}
@media only screen and (min-width: 1024px) {
  .list-social__item {
    margin-right: 2rem;
  }
}

.list-social__item svg {
  width: 100%;
  height: 100%;
}

.list-social:hover .icon {
  mix-blend-mode: luminosity;
  opacity: 0.9;
}

.list-social:hover .icon:hover {
  mix-blend-mode: unset;
}

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