@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.p-keyvisual {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.p-keyvisual__inner {
  max-width: 1080px;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .p-keyvisual__inner {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
  }
}
.p-keyvisual__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 14px;
  width: calc(50% - 5px);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__content {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .p-keyvisual__content {
    width: 100%;
  }
}
.p-keyvisual__box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #222;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex-grow: 1;
}
.p-keyvisual__box:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: 0;
}
* + .p-keyvisual__box {
  margin-top: 1.8867924528%;
}
@media screen and (max-width: 820px) {
  .p-keyvisual__box {
    padding: 15px;
    order: 1;
    margin-bottom: 1.8867924528%;
  }
}
.p-keyvisual__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .p-keyvisual__title {
    font-size: 18px;
  }
}
.p-keyvisual__text {
  position: relative;
  z-index: 2;
}
.p-keyvisual__large {
  width: calc(50% - 5px);
  padding-top: 61.6666666667%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ext-affiliate .p-keyvisual__large {
  padding-top: 49.537037037%;
}
@media screen and (max-width: 820px) {
  .p-keyvisual__large {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .ext-affiliate .p-keyvisual__large {
    padding-top: 100%;
  }
}
.p-keyvisual__date {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #787878;
  line-height: 1;
  margin-top: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__date {
    font-size: 14px;
  }
}
.p-keyvisual__name {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__name {
    font-size: 20px;
  }
}
.p-keyvisual__name strong {
  display: block;
  color: #E35D54;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__name strong {
    display: inline-block;
    margin-right: 23px;
  }
}
.p-keyvisual__price {
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.p-keyvisual__price strong {
  font-size: 24px;
  margin: 0 10px 0 0;
  color: #E35D54;
}
.p-keyvisual__label {
  line-height: 1;
  position: relative;
  z-index: 2;
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-keyvisual__label a,
.p-keyvisual__label span {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5em 7px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  background: #f0f0f0;
  color: #222;
  margin-top: 6px;
  margin-right: 6px;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__label a,
  .p-keyvisual__label span {
    font-size: 13px;
  }
}
@media screen and (min-width: 821px) {
  .p-keyvisual__label a,
  .p-keyvisual__label span {
    padding: 0.5em 10px;
    margin-top: 6px;
    margin-right: 10px;
  }
}
.p-keyvisual__label a {
  text-decoration: underline;
}
.p-keyvisual__label a:after {
  content: "?";
  color: #ffffff;
  background-color: #3C3C3C;
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-left: 3px;
  vertical-align: text-top;
}
.p-keyvisual__label span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.p-keyvisual__label span img {
  max-width: 14px;
  max-height: 14px;
  position: absolute;
  left: 12px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 821px) {
  .p-keyvisual__label span img {
    left: 17px;
  }
}
.p-keyvisual.ext-harf .p-keyvisual__large {
  padding-top: 30%;
}
@media screen and (min-width: 821px) {
  .p-keyvisual__small {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 120px;
  }
  * + .p-keyvisual__small {
    margin-top: 1.8867924528%;
  }
  .p-keyvisual__small div {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-keyvisual__small div + div {
    margin-left: 1.8867924528%;
  }
}
@media screen and (max-width: 820px) {
  .p-keyvisual__small {
    width: calc(50% - 5px);
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    margin-left: 10px;
  }
  .p-keyvisual__small div {
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-keyvisual__small div + div {
    margin-top: 10px;
  }
}

.c-contentNavi {
  margin-top: 30px;
}
.c-contentNavi + .c-section {
  margin-top: 30px;
}

.p-line__item + .p-line__item {
  margin-top: 30px;
}