@charset "utf-8";

/* -------------------------------------------------------------------
#LICENCE
------------------------------------------------------------------- */
#LICENCE {}
/* copy */
.copy img {
  width: 100%;
  max-width: 582px;
  margin: 0 auto;
  margin-bottom: 56px;
}





/* message */
.message {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: rgba(197, 245, 80, .3);
}
.message .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.message__video {
  width: 48.5%;
}
.message__video div {
  margin-bottom: 20px;
  background-color: #000;
}
.message__video div video {
  display: block;
  width: 100%;
}
.message__video p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.message__content {
  max-width: 379px;
  margin-left: 2.75%;
}
.message__content p:first-of-type {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.message__content p:first-of-type span {
  background-image: linear-gradient(transparent 70%, #fff 70%);
}
.message__content p:last-of-type {
  font-size: 1.6rem;
  line-height: 2.25;
}





/* pickup */
.pickup {
  padding-top: 80px;
  padding-bottom: 150px;
}
.pickup ul {
  display: flex;
  justify-content: space-between;
}
.pickup ul li {
  display: flex;
  flex-direction: column;
  width: 31.3%;
}
.pickup ul li img {
  margin-bottom: 20px;
}
.pickup ul li h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.pickup ul li h3 span {
  background-image: linear-gradient(transparent 70%, #c5f550 70%);
}
.pickup ul li p {
  margin-bottom: 60px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.pickup ul li .common-button {
  margin: 0 auto;
  margin-top: auto;
}