@charset "UTF-8";

/* -------------------------
Common
------------------------- */
body {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: .1rem;
}
h1 {
  margin: auto;
  font-size: 4rem;
  padding-top: 3rem;
}
section {
  margin: 2rem auto;
  padding: 0 2rem;
}

/* -------------------------
Header
------------------------- */
header {
  max-width: 80rem;
  margin: auto;
  margin-top: 1.8rem;
  padding:0 2rem;
}
#link {
  max-width: 120rem;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}
#link a span {
  color: transparent;
  font-size: 1rem;
}
#link a i {
  width: 8rem;
  height: 6rem;
  font-size: 2.6rem;
  line-height: 5.7rem;
}
#link a i, #modal div.modal-open {
  border-width: .2rem;
}

/* -------------------------
Log
------------------------- */
#modal {
  max-width: 120rem;
  gap: 0 2%;
  margin: 0 auto -4rem;
  padding-top: 2rem;
}
#modal div.modal-open {
  border-radius: 100%;
}
#modal::before, #modal::after {
  width: 23%;
}
#modal div.modal-open::before {
  top: -2rem;
  transform: rotate(20deg);
  width: 2.6rem;
  font-size: 2.4rem;
}
#modal div.modal-open > p {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: .2rem;
}
/*
#modal div.modal-open{
	padding: 2rem;
	width: 100%;
}
*/
@media screen and (min-width: 320px) {
  #modal {
    flex-direction: row;
    gap: 2rem 1.5%;
  }

  #modal div.modal-open {
    width: 30%;
  }
}
.tmb::before {
  padding-top: 100%;
}

/* -------------------------
About
------------------------- */
#about {
  text-align: center;
}
.memo {
  margin-top: 1.5rem;
}
.button {
  margin-top: 2rem;
  padding: 1.3rem 2rem;
  border-radius: 4rem;
  text-align: center;
}

/* -------------------------
(ΦωΦ)
------------------------- */
