@charset "utf-8";

sup {
  vertical-align: text-top;
  vertical-align: top;
  font-size: 70%;
}

.row-reverse {
  flex-direction: row-reverse;
}

/* ------ caption ------ */
figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:
    0px 0px 1px #000,
    0 0 5px #000,
    0 0 6px #000,
    0 0 7px #000,
    0 0 8px #000,
    0 0 9px #000,
    0 0 10px #000;
  z-index: 5;
}

figcaption.mv_cap {
  bottom: auto;
  top: 0;
  right: 0;
}
figcaption.cap_b {
  color: #000;
  bottom: 10px;
  right: auto;
  left: 0;
  text-shadow: none;
}

figcaption.cap_b_right {
  color: #000;
  bottom: -22px;
  text-shadow: none;
}

@media only screen and (max-width: 768px) {
  figcaption.cap_b {
    bottom: 24px;
    padding: 0;
  }
}

.mvCap {
  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 6px #000,
    0 0 7px #000,
    0 0 8px #000,
    0 0 9px #000,
    0 0 10px #000;
  z-index: 5;
}

/* ------ inner ------ */
.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
}

/* mv
=============================== */
.mv {
  position: relative;
}

/* top_area
================================ */
.top_area {
  font-family: "Noto Serif JP", serif;
  background: url(../images/top_area_bg.jpg) no-repeat center top / cover;
  padding-bottom: 140px;
}
.top_area_wrap {
  display: flex;
  justify-content: center;
}
.top_area_lead {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 500;
}
.top_area_lead.lead_l {
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 2;
}
.top_area_lead + .top_area_lead {
  margin-top: 24px;
}
.top_area_lead.lead_l span {
  position: relative;
}
.top_area_lead.lead_l span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 7px;
}
.top_area_lead.lead_l span.lead01::before {
  background: url(../images/lead01_under.png) no-repeat center center / cover;
}
.top_area_lead.lead_l span.lead02::before {
  background: url(../images/lead02_under.png) no-repeat center center / cover;
}
.top_area_lead.lead_l span.lead03::before {
  background: url(../images/lead03_under.png) no-repeat center center / cover;
}

@media only screen and (max-width: 768px) {
  .top_area {
    padding-bottom: 60px;
  }
  .top_area_wrap {
    margin-top: 20px;
  }
  .top_area_lead {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .top_area_lead.lead_l {
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .top_area_lead + .top_area_lead {
    margin-top: 24px;
  }
  .top_area_lead.lead_l span {
    position: relative;
  }
  .top_area_lead.lead_l span::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 7px;
  }
}

/* contents_head
================================ */
.wide_area {
  position: relative;
  padding-block: 120px;
  background: url(../images/wide_area_bg.jpg) no-repeat center center / cover;
}
.wide_area_lead {
  width: 80%;
  max-width: 720px;
  margin-inline: auto;
}
.contents_item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.contents_box {
  position: relative;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents_box_icon {
  width: 90px;
  margin-bottom: 16px;
}
.contents_box_lead {
  font-size: 26px;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}
.contents_box_labels {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.contents_box_label {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4px 4px;
  border-radius: 4px;
}
.contents_box.item01_1 {
  background: url(../images/item01_1.jpg) no-repeat center center / cover;
}
.contents_box.item01_2 {
  background: url(../images/item01_2.jpg) no-repeat center center / cover;
}
.contents_box.item02_1 {
  background: url(../images/item02_1.jpg) no-repeat center center / cover;
}
.contents_box.item02_2 {
  background: url(../images/item02_2.jpg) no-repeat center center / cover;
}
.contents_box.item02_3 {
  background: url(../images/item02_3.jpg) no-repeat center center / cover;
}
.contents_box.item02_4 {
  background: url(../images/item02_4.jpg) no-repeat center center / cover;
}
.contents_box.item03_1 {
  background: url(../images/item03_1.jpg) no-repeat center center / cover;
}
.contents_box.item03_2 {
  background: url(../images/item03_2.jpg) no-repeat center center / cover;
}
.contents_box.item04_1 {
  background: url(../images/item04_1.jpg) no-repeat center center / cover;
}
.contents_box.item04_2 {
  background: url(../images/item04_2.jpg) no-repeat center center / cover;
}
.contents_box.item04_3 {
  background: url(../images/item04_3.jpg) no-repeat center center / cover;
}
.contents_box.item04_4 {
  background: url(../images/item04_4.jpg) no-repeat center center / cover;
}
.contents_box.item04_5 {
  background: url(../images/item04_5.jpg) no-repeat center center / cover;
}
.contents_box.item04_6 {
  background: url(../images/item04_6.jpg) no-repeat center center / cover;
}
.contents_box.item04_7 {
  background: url(../images/item04_7.jpg) no-repeat center center / cover;
}
.contents_box.item04_8 {
  background: url(../images/item04_8.jpg) no-repeat center center / cover;
}

@media only screen and (max-width: 768px) {
  .wide_area {
    padding-block: 60px;
  }
  .wide_area_lead {
    width: 80%;
    max-width: 720px;
    margin-inline: auto;
  }
  .contents_item_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .contents_box {
    aspect-ratio: 1.5/1;
    justify-content: start;
  }
  .contents_box_body {
    padding-left: 30px;
  }
  .contents_box_icon {
    width: 50px;
    margin-bottom: 6px;
  }
  .contents_box_lead {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .contents_box_labels {
    gap: 6px;
  }
  .contents_box_label {
    font-size: 11px;
    letter-spacing: 0.04em;
    padding: 4px 4px;
  }
  .contents_box.item01_1 {
    background: url(../images/item01_1_sp.jpg) no-repeat center center / cover;
  }
  .contents_box.item02_3 {
    background: url(../images/item02_3_sp.jpg) no-repeat center center / cover;
  }
  .contents_box.item02_4 {
    background: url(../images/item02_4_sp.jpg) no-repeat center center / cover;
  }
  .contents_box.item04_7 {
    background: url(../images/item04_7_sp.jpg) no-repeat center center / cover;
  }
  .contents_box.item04_8 {
    background: url(../images/item04_8_sp.jpg) no-repeat center center / cover;
  }
}
