@charset "utf-8";
/* volks 50th anniversary project _ contents PJ04 css - update: 2022.07.05-01 */
/*-------------------------------
 project 04
---------------------------------*/
.cont-title-pj04--deco {
  display: inline-block;
  position: relative;
}
.cont-title-pj04--deco::after {
  content: "";
  width: 2em;
  height: 1.5em;
  background-image: url(/50th/assets/image/pj04_img_kirakira.png);
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -1em;
  top: -1em;
}
.pj04-cont {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.pj04-cont_text-block {
  width: min(100%, 34rem);
  flex: 1 1 55%;
}
.pj04-cont_img-block {
  width: min(100%, 34rem);
  margin-top: calc(var(--rs) * -8);
  margin-right: calc(var(--rs) * -2);
  flex: 1 1 auto;
  text-align: right;
}
/* text block */
.pj04-cont_text-block b {
  font-size: 125%;
}
.pj04-cont_text-block b span {
  color: var(--c-l-pc-red);
}
.pj04-point {
  color: var(--c-mc);
  font-size: 125%;
}
/* tenshi type */
.pj04-tenshi {
  padding: 0 calc(var(--fs) * 1);
  margin: calc(var(--rs) * 1);
  font-size: calc(var(--rs) * 3.2);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.pj04-tenshi_type {
  color: var(--c-l-pc-red);
  display: inline-block;
}
.pj04-tenshi_type > small {
  margin-right: 1em;
  color: var(--c-txt-base);
  font-size: calc(var(--fs) * 1.6);
  font-weight: normal;
}
.pj04-tenshi_deco {
  width: 2em;
  position: relative;
  top: -0.8em;
  left: -0.2em;
}
/*-------------------------------
 project 04 - dolpa47
---------------------------------*/
.cont-box-heading--dolpalogo {
  padding-left: calc(var(--fs) * 9);
  margin-top: 0;
  font-size: calc(var(--fs) * 1.8);
  z-index: 1;
}
.cont-box-heading_dolpalogo {
  width: calc(var(--fs) * 10);
  display: inline-block;
  position: absolute;
  left: calc(var(--fs) * -2);
  top: calc(var(--fs) * -2);
  z-index: 1;
}
.pj04-dolpa {
  width: min(96%, 92rem);
  padding: 0;
  margin: 0 auto;
  background: #f5e9eb;
  font-size: calc(var(--fs) * 1.8);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row nowrap;
}
.pj04-dolpa_bigo {
  width: calc(var(--fs) * 12);
  margin-top: calc(var(--rs) * -1);
  margin-right: calc(var(--rs) * -2);
  margin-bottom: calc(var(--rs) * -2);
  position: relative;
}