/* 
---------------------------------------- */

body {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #332e29;
  line-height: 1.75rem;
  background-color: #989183;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding: 0;
  margin: 0;
}

section {
  padding: 10rem 1.5rem 0;
}

a,
a:hover,
a:visited {
  text-decoration: underline !important;
  cursor: pointer;
}

/* Common
---------------------------------------- */

.section__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 2.5rem;
}

.section__title h2 {
  order: 2;
  font-size: 0.7rem;
  letter-spacing: 0.3rem;
}

.section__title p {
  order: 1;
  font-family: "Nerko One", cursive;
  font-size: 1.5rem;
}

.section__title h2::before {
  content: "= ";
}

.section__title h2::after {
  content: " =";
}

/* Container
---------------------------------------- */

.container {
  background-color: #cdc2b1;
  margin: 0 auto;
  max-width: 400px;
}

/* Header
---------------------------------------- */

.header {
  position: relative;
  display: block;
  width: 100%;
  height: 3rem;
  text-align: right;
  padding: 0 2.5rem 0 0;
}

.nav {
  position: fixed;
  top: 1rem;
  font-family: "Nerko One", cursive;
  font-size: 2rem;
}

/* Main Visual
---------------------------------------- */

.main_visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  text-align: center;
}

.main_visual img {
  width: 60%;
  padding-bottom: 6rem;
}

.main_visual p {
  position: absolute;
  bottom: 1.5rem;
  font-family: "Nerko One", cursive;
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
}

/* About
---------------------------------------- */

.about__description {
  order: 2;
  padding-bottom: 6rem;
  text-align: center;
  font-size: 0.9rem;
}

.about__character__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
  text-align: center;
}

.about__character__item h3 {
  order: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.about__character__item p {
  order: 3;
  font-size: 0.9rem;
}

.about__character__item img {
  order: 1;
  margin: 0 auto 1.25rem;
  width: 80%;
}

.about__character__item a {
  text-decoration: none !important;
}

/* Gallery
---------------------------------------- */

.gallery__image ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 2rem;
}

.gallery__image li {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
}

.gallery__image img {
  width: 100%;
  height: auto;
}

.gallery__link {
  text-align: center;
}

/* Pick Up
---------------------------------------- */

.pick_up__item {
  margin-bottom: 1.5rem;
}

/* Profile
---------------------------------------- */

.profile__detail {
  text-align: center;
}

.profile__detail img {
  width: 50%;
  border-radius: 50%;
  margin-bottom: 2rem;
}

.profile__detail h3 {
  margin-bottom: -0.2rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.profile__detail h3 span {
  font-size: 0.75rem;
}

.profile__detail__account {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}

.profile__detail__description {
  font-size: 0.9rem;
}

/* Link
---------------------------------------- */

.link ul {
  margin-bottom: -1rem;
}

.link ul li {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.link ul li a {
  display: block;
  padding: 0.5rem;
  width: 100%;
  border-radius: 1000rem;
  border: 1px solid #332e29;
  text-decoration: none !important;
  font-size: 0.9rem;
}

/* Footer
---------------------------------------- */

.footer {
  background: #999182 url("/image/footer_01.jpg") no-repeat top center;
  background-size: contain;
  padding-top: 5rem;
  margin-top: 10rem;
  font-size: 0.75rem;
  text-align: center;
}

.footer__message {
  margin-bottom: 0.5rem;
}

.footer__copyright {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
