@charset "utf-8";

@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

figure {
  position: relative;
}

.cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 5px #000,
    0 0 10px #000,
    0 0 15px #000,
    0 0 20px #000,
    0 0 30px #000,
    0 0 40px #000;
  z-index: 3;
}

.cap.black {
  bottom: 15px;
  right: 30px;
  color: #000;
  font-size: 10px;
  text-shadow: none;
}
@media only screen and (max-width: 768px) {
  .cap.black {
    bottom: -5px;
    right: 10px;
  }
}

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

 commonKeyvisual

--------------------------------------------------------------- */
.mainvisual {
  position: relative;
}
.mainvisual img {
  width: 100%;
}
.mv_cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 5px #000,
    0 0 10px #000,
    0 0 15px #000,
    0 0 20px #000,
    0 0 30px #000,
    0 0 40px #000;
  z-index: 3;
}

/* section
================================ */
.bg_color {
  background-color: #fff;
}
.inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
  z-index: 2;
}

/* top_title_area
================================ */
.top_title_area {
  margin-top: -30px;
  padding-bottom: 40px;
}
.top_title {
  text-align: center;
  font-size: 56px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.top_title .title_l {
  font-size: 74px;
}
.top_title_img {
  margin-top: 20px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .top_title_area {
    margin-top: 0px;
    padding-bottom: 10px;
  }
  .top_title {
    font-size: 22px;
  }
  .top_title .title_l {
    font-size: 32px;
  }
  .top_title_img {
    margin-top: 14px;
  }
}

/* contents_area
================================ */
.contents_area {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.contents_area + .contents_area {
  margin-top: 100px;
}
.section_head {
  margin-bottom: 60px;
}
.section_title_en {
  font-family: "Cinzel", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.section_title {
  font-size: 45px;
  letter-spacing: 0.15em;
  color: #95826c;
}
.contents_lead {
  position: relative;
  margin-top: 30px;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.wide_img img {
  width: 100%;
}
.contents_wrap {
  margin-top: 80px;
  display: flex;
  align-items: end;
  column-gap: 40px;
}
.contents_wrap_img {
  width: 56%;
}
.contents_area_cap {
  font-size: 12px;
  text-align: right;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    margin-top: 40px;
  }
  .contents_area + .contents_area {
    margin-top: 60px;
  }
  .section_head {
    margin-bottom: 20px;
  }
  .section_title_en {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section_title {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .contents_lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .contents_wrap {
    margin-top: 20px;
    flex-direction: column-reverse;
    align-items: start;
    row-gap: 20px;
  }
  .contents_wrap_img {
    width: 100%;
  }
  .contents_area_cap {
    font-size: 12px;
    text-align: left;
    margin-top: 8px;
    margin-inline: 10px;
  }
}
