@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
.p-entry .p-mv {
  width: 100%;
  height: 50rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-entry .p-mv {
    height: 15rem;
  }
}
.p-entry .p-mv__img {
  width: 100%;
  height: 100%;
}
.p-entry .p-mv__img picture {
  width: 100%;
  height: 100%;
}
.p-entry .p-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-entry__cross, .p-entry__cross--02, .p-entry__cross--01 {
  position: absolute;
  width: 20%;
  z-index: -1;
}
.p-entry__cross img, .p-entry__cross--02 img, .p-entry__cross--01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-entry__cross--01 {
  top: 0;
  left: 0;
  width: 12%;
}
.p-entry__cross--02 {
  bottom: 0%;
  right: 0;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .p-entry__cross--02 {
    bottom: 0%;
  }
}
.p-entry-intro {
  position: relative;
  padding-top: 15rem;
}
@media only screen and (max-width: 768px) {
  .p-entry-intro {
    padding-top: 10rem;
  }
}
.p-entry-intro__heading {
  text-align: center;
  color: #a37f53;
  font-size: 5rem;
  line-height: 0.8;
  font-family: "EB Garamond", serif;
}
@media only screen and (max-width: 768px) {
  .p-entry-intro__heading {
    font-size: 3rem;
  }
}
.p-entry-intro__heading span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-entry-intro__heading span {
    font-size: 1.2rem;
  }
}
.p-entry-intro__inner {
  margin-top: 3rem;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5rem;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .p-entry-intro__inner {
    padding: 2rem;
  }
}
.p-entry-intro__lead {
  text-align: center;
  color: #fff;
}
.p-entry-intro__txt {
  text-align: center;
  line-height: 3;
  font-size: 1.6rem;
  margin-top: 5em;
}
@media only screen and (max-width: 768px) {
  .p-entry-intro__txt {
    font-size: 1.4rem;
  }
}
.p-entry__cont {
  position: relative;
  padding-bottom: 15rem;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .p-entry__cont {
    padding-bottom: 5rem;
  }
}
.p-entry__cont__ttl {
  margin-top: 5em;
  text-align: center;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-entry__cont__ttl {
    font-size: 2.4rem;
  }
}
.p-entry__cont__sub {
  text-align: center;
  color: #a37f53;
  border-block: solid 1px #a37f53;
  width: 90%;
  max-width: 40rem;
  margin-top: 0.5em;
  padding: 0 5rem;
  margin-inline: auto;
  font-size: 2.4rem;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .p-entry__cont__sub {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=../../map/members_01/style.css.map */