@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : event.css
Description : イベント関連
===================================================================== */
/* =====================================================================
    contents
======================================================================*/
.contents {
  padding: 12rem 0;
}
.contents h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 94.1176470588%;
  aspect-ratio: 640/191;
  margin: 0 auto 12rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.contents h2.frame01 {
  background-image: url(../images/common/bg_frame01.png);
}
.contents h2.frame02 {
  background-image: url(../images/common/bg_frame02.png);
}
.contents h2 span {
  display: block;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.2em;
}

.contents_lead {
  position: relative;
  width: 100%;
  margin-bottom: 12rem;
}
.contents_lead h3 {
  position: relative;
  width: 100%;
  padding-bottom: 1.6rem;
}
.contents_lead h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #c9a16b;
}
.contents_lead h3 span {
  display: inline-block;
  color: #c9a16b;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.contents_lead_txt {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.2rem;
  line-height: 1.666;
}
.contents_lead_txt p {
  width: 100%;
  margin: 0;
}
.contents_lead_txt dl {
  width: 100%;
  margin: 0.6em 0 0 0;
}
.contents_lead_txt dl dt {
  color: #e95a0d;
  font-weight: 500;
}

.contents_list {
  position: relative;
  margin-bottom: -12rem;
}
.contents_list li {
  margin-bottom: 12rem;
}
.contents_list li h3 {
  position: relative;
  display: block;
  padding: 2.4rem 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(to right, #c9a16b, #f1d89d);
}
.contents_list li figure {
  margin-top: 0;
}
.contents_list_txt {
  margin-top: 0.6em;
  line-height: 1.666;
}
.contents_list_txt:has(+ figure) {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #008077;
}
.contents_list_txt > *:not(:last-child) {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #008077;
}
.contents_list_txt h4 {
  color: #e95a0d;
  font-weight: 500;
}
.contents_list_txt a {
  display: inline;
  text-decoration: underline;
  word-wrap: break-word;
}
.contents_list_txt small {
  display: block;
  line-height: 1.8;
}
.contents_list_txt dl dt {
  color: #e95a0d;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .contents {
    padding: 9rem 0;
  }
  .contents h2 {
    width: 37.5%;
    margin: 0 auto 9rem auto;
  }
  .contents h2 span {
    font-size: 2.6rem;
  }
  .contents_lead {
    margin-bottom: 9rem;
  }
  .contents_lead h3 {
    padding-bottom: 1.2rem;
  }
  .contents_lead h3 span {
    font-size: 2.6rem;
  }
  .contents_lead_txt {
    margin-top: 2.4rem;
    line-height: 1.727;
  }
  .contents_lead_txt p {
    width: 54.6875%;
  }
  .contents_lead_txt dl {
    width: 39.0625%;
    margin: 0;
  }
  .contents_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -9rem;
  }
  .contents_list li {
    margin: 0 calc(13 / 1280 * 100%) 9rem;
    width: calc(400 / 1280 * 100%);
  }
  .contents_list li h3 {
    padding: 1.8rem 2rem;
    font-size: 2.2rem;
  }
  .contents_list_txt {
    line-height: 1.727;
  }
  .contents_list_txt a:hover {
    color: #e95a0d;
  }
}
@media screen and (min-width: 1920px) {
  .contents_list {
    margin-left: calc(-280 / 1280 * 100%);
    width: calc(1840 / 1280 * 100%);
  }
  .contents_list li {
    margin-right: 4.347826087%;
    margin-left: 0;
    width: 21.7391304348%;
  }
  .contents_list li:nth-child(4n) {
    margin-right: 0;
  }
}
/* =====================================================================
    background
======================================================================*/
.wrapper {
  background-image: url(../images/common/common_bg03.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto auto;
}
.wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -1;
}

.contents {
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}/*# sourceMappingURL=event.css.map */