.sample {
  color: black;
}

:root {
  --mth10-white: #ffffff;
  --mth10-black: #000000;
  --mth10-gray: #ededed;
  --mth10-yellow: #EEDC46;
  --mth10-pink: #E4007E;
  --mth10-shadow: #C89108;
}

.p-hero {
  position: relative;
  padding-top: 65px;
  z-index: 1;
}
.p-hero__inner {
  padding: 66px 0 33px;
}
.p-hero__contents {
  margin: 0 auto;
}
.p-hero__title {
  width: 65%;
  margin: 0 auto;
}
.p-hero__logo {
  width: 92%;
  margin: 40px auto 0;
}

.p-voice {
  padding-top: 0;
}
.p-voice__title {
  width: 64.5%;
  margin: 0 auto;
}
@media screen and (min-width: 933px) {
  .p-voice__title {
    width: 58%;
  }
}
.p-voice__btn {
  margin: 40px auto 0;
}

.p-calendar {
  width: 95.5%;
  position: relative;
  margin: 27px auto 0;
  border-radius: 10px;
  padding: 16px 19px 24px;
  background-color: var(--mth10-gray);
}
@media screen and (min-width: 933px) {
  .p-calendar {
    width: 86%;
  }
}
.p-calendar__inner {
  position: relative;
}
.p-calendar__contents {
  position: relative;
  margin: 0 auto;
}
.p-calendar__year {
  position: absolute;
  left: -4px;
  top: 12px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0em;
}
.p-calendar__cap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.42em;
  margin: 0 auto;
  border-radius: 20px;
  padding: 0px 0 0px;
  background-color: var(--mth10-black);
  font-size: 24px;
  font-weight: bold;
  color: var(--mth10-yellow);
}
.p-calendar__cap span {
  margin-left: 0.3em;
  font-size: 11.5px;
}
.p-calendar__area {
  display: flex;
  flex-wrap: wrap;
  margin: 6px auto 0;
  font-size: 11px;
  font-weight: bold;
}
.p-calendar__cell {
  width: 11%;
  padding-top: 11%;
  position: relative;
  margin-left: 3.8333333333%;
  border-radius: 100%;
  color: var(--mth10-black);
}
.p-calendar__cell.is-archive {
  cursor: pointer;
  color: var(--mth10-yellow);
}
.p-calendar__cell:nth-of-type(7n + 1) {
  margin-left: 0;
}
.p-calendar__cell:nth-of-type(n + 8) {
  margin-top: 2px;
}
.p-calendar__cell.is-special-archive {
  cursor: pointer;
}
.p-calendar__cell.is-special-archive::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/files/53/jwb/blog/marumaru_10th_anniv/assets/img/cont_02_calendar_icon_red.png) center center no-repeat;
  background-size: 86% auto;
}
.p-calendar__cell.is-archive::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: var(--mth10-black);
}
.p-calendar__cell span,
.p-calendar__cell a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.p-calendar-btn {
  margin-top: 36px;
}

.p-live {
  padding-top: 100px;
}
.p-live__contents {
  width: 97%;
  margin: 0 auto;
  border-radius: 180px;
  padding: 96px 0 88px;
  background-color: var(--mth10-gray);
  box-shadow: 8px 8px 0px 0px #C89108;
}
@media screen and (min-width: 933px) {
  .p-live__contents {
    width: 87%;
  }
}
.p-live__title {
  width: 54.5%;
}
.p-live__lead {
  margin: 32px auto 0;
}
.p-live__btn {
  width: 53.5%;
  margin: 26px auto 0;
}
.p-live__btn-link {
  display: block;
}