main {
  background-color: #273962;
}
h1 {
  font-family: "garamond-premier-pro-display", serif;
  font-size: clamp(10px, 12vw, 60px);
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 0.8;
  letter-spacing: 0.1rem;
  padding: 6rem 3rem 0;
  color: #ffffff;
}
h1 span {
  font-family: "Roboto", sans-serif;
  font-size: clamp(10px, 3.56vw, 14px);
  text-align: left;
  line-height: 4;
  letter-spacing: 0;
}

h2 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 1.9rem;
  display: block;
  line-height: 2;
  padding: 3rem 3rem 0;
  font-weight: 600;
}

.intro {
  color: #ffffff;
}
.intro_text {
  padding: 2rem 3rem 4rem;
}
.intro_text p {
  padding-top: 1rem;
}

.way {
  background-color: #fff;
  color: #343434;
  margin: 3rem;
  padding: 3rem;
  border-radius: 3rem;
  font-weight: 600;
}
.way_ttl {
  background-color: #bd3628;
  color: #fff;
  border-radius: 100px;
  margin: 0 auto;
  max-width: 200px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}
.way_text {
  border-left: #bd3628 2px solid;
  padding-left: 2rem;
  margin: 1.5rem 0;
  font-size: 1.5rem;
}
.way_sub {
  line-height: 1.2;
  margin-top: 1rem;
}

.btn-dp-link {
  cursor: pointer;
  color: #bd3628;
  font-weight: 600;
  font-size: 17px;
  padding: 13px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1000px;
  border: 1px solid #bd3628;
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-dp-link_text {
  color: #bd3628;
}
.dp-link-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transition: transform 0.3s ease;
}
.dp-link-icon::before,
.dp-link-icon::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background: #bd3628;
  position: absolute;
  top: calc(50% - 0.05rem);
  border-radius: 100px;
  transform: rotate(30deg);
  transform-origin: 100% 50%;
}
.dp-link-icon::after {
  transform: rotate(-30deg);
}

.btn-dp-link:hover {
  background-color: #bd3628;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-dp-link:hover .btn-dp-link_text {
  color: #fff;
}
.btn-dp-link:hover .dp-link-icon::before,
.btn-dp-link:hover .dp-link-icon::after {
  background: #f4f4f4;
}

.report {
  color: #fff;
  padding: 0 3rem;
}
.report h2 {
  text-align: center;
  font-size: 2.5rem;
}
.report-contents {
  background-color: #a18342;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10rem 0;
  margin: 1rem 0;
  border-radius: 2rem;
  text-align: center;
}

.wish {
  color: #273962;
  text-align: center;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 8rem 0 10rem;
  clip-path: ellipse(200% 100% at 50% 100%);
  margin-top: 6rem;
}
.wish h2 {
  color: #273962;
  padding: 3rem 0 0;
}
.wish-ttl_sub {
  font-family: "garamond-premier-pro-display", serif;
  font-size: 20px;
  border-bottom: #a18342 3px dotted;
  display: inline-block;
  padding: 0 3rem;
}
.wish-list_item {
  padding: 2rem 3rem;
}
.wish-list img {
  border-radius: 1.7rem;
}
.wish-list_text {
  font-weight: 600;
  margin-top: 1rem;
  line-height: 1.4;
  color: #343434;
}
.dia {
  font-size: 2rem;
  margin-right: 3px;
  color: #273962;
}

.custom-title {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
}
.custom-title::after {
  content: url(../../assets/img/dp/dp_06.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

.wish-list_under {
  text-align: left;
  background-color: rgba(39, 57, 98, 0.05);
  padding: 3rem;
  margin: 2rem 3rem;
}
.wish-list_under li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.wish-list_under li p {
  margin-top: 7px;
  font-weight: 600;
  padding-left: 10px;
  color: #343434;
}

.close {
  font-weight: 600;
  color: #343434;
}
.close P {
  padding-top: 2rem;
}
