@charset "utf-8";

/* -------------------------------------------------------------------
#CREATOR
------------------------------------------------------------------- */
#CREATOR {
  padding-bottom: 70px;
}





/* mv */
.mv {
  padding-top: 55px;
  padding-bottom: 50px;
}
.mv h1 {
  max-width: 582px;
  margin: 0 auto;
}





/* copy */
.copy {
  padding-bottom: 80px;
}
.copy p:first-of-type {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
.copy p:last-of-type {
  font-weight: 500;
}





/* content */
.content {
  padding-bottom: 80px;
}
.content h2 {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #d8e4e5;
}
.content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content ul li {
  width: 31.3%;
}
.content ul li:nth-of-type(n + 4) {
  margin-top: 60px;
}
.content ul li a div {
  position: relative;
  margin-bottom: 15px;
}
.content ul li a div::after {
  content: "";
  background-image: url(../../../../img/gatun2023/index/icon.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
}
.content ul li a h3 {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.content ul li a h3 span {
  font-size: 2rem;
}
.content ul li a p {
  font-size: 1.6rem;
  font-weight: 500;
}