/* **************************************************************
MV
************************************************************** */
.mv__container {
  background-image: url("../img/mv-bg.jpg");
}

.mv__img {
  background-image: url("../img/mv-img.jpg");
}

.mv__grid {
  box-shadow: 3px 8px 15px rgba(0, 0, 0, 0.55);
}

/* **************************************************************
.l-cv-block
************************************************************** */
.l-cv-block {
  background-image: url("../img/mv-bg.jpg");
}

/* table */
.table-caption {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
.comp_table {
  table-layout: fixed;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  min-width: 800px;
}
.comp_table .d-gray {
  background-color: #525b5c;
  color: #ffffff;
}
.comp_table .d-red {
  background-color: #bb5454;
  color: #ffffff;
}
.comp_table .l-gray {
  background-color: #f6f6f7;
  font-weight: bold;
}
.comp_table .m-pink {
  background-color: #f7cfcf;
  font-weight: bold;
  color: #535353;
}
.comp_table .l-pink {
  background-color: #fff4f4;
}
.comp_table .l-size {
  font-size: 1.8rem;
}
.comp_table tr th.width {
  width: 180px;
  background-color: #f6f6f7;
  /* border-top:none;
  border-left:none; */
}
.comp_table th,
.comp_table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #edeeee;
  padding: 13px 20px;
  font-size: 1.4rem;
}
.comp_table .item th {
  font-size: 1.5rem;
  font-weight: bold;
}
.comp_table .item th .icon {
  display: block;
  width: 80%;
  margin: 5px auto 0;
}
.comp_table .emphasis {
  border-left: 3px solid var(--color-main1);
  border-right: 3px solid var(--color-main1);
  font-size: 2.5rem;
  position: relative;
}
.comp_table .emphasis .quality {
  color: var(--ft-color-main);
}
.comp_table .emphasis .cap {
  color: var(--ft-color-main);
  font-weight: bold;
  font-size: 1.4rem;
}
.comp_table .emphasis .note {
  font-size: 1.2rem;
  color: #535353;
  position: absolute;
  right: 10px;
  top: 13px;
}
.comp_table .emphasis-top {
  border-top: 3px solid var(--color-main1);
}
.comp_table .emphasis-bottom {
  border-bottom: 3px solid var(--color-main1);
}

.m-list.liststyle__num {
  margin-left: 30px;
}

@media screen and (max-width: 768.9px) {
  /* table */
  .table-caption {
    font-size: 1.6rem;
    margin: 15px 0 15px 0;
  }
  .comp_table {
    min-width: 800px;
  }
  .comp_table tr th.width {
    width: 120px;
  }
  .comp_table th,
  .comp_table td {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  .comp_table .item th {
    font-size: 1.3rem;
  }
  .comp_table .item th .icon {
    width: 70%;
  }
  .comp_table .emphasis {
    font-size: 2rem;
  }
  .comp_table .emphasis .cap {
    font-size: 1.3rem;
  }
  .comp_table .emphasis .note {
    font-size: 1.2rem;
    right: 10px;
    top: 13px;
  }
  .comp_table .sp-fixed {
    position: sticky;
    left: -11px;
    z-index: 1;
  }
  .comp_table .sp-fixed::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 2px solid #edeeee;
  }
  .comp_table .sp-fixed.first::before {
    top: -2px;
    border-top: 3px solid #edeeee;
  }
  .comp_table .sp-fixed.last::before {
    bottom: -2px;
    border-bottom: 3px solid #edeeee;
  }

  .m-list.liststyle__num {
    margin-left: 24px;
  }

}

/* .fortes {
  display: grid;
  gap: 5rem;
}

.forte {
  counter-increment: num;
}
.forte__head {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  min-width: 0;
  margin-bottom: 3rem;
}
.forte__head span {
  background-color: var(--color-main1);
  color: var(--bg-color-white);
  display: flex;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  padding: 1rem;
  font-size: 0.85em;
  font-family: var(--font-en-R);
  flex-shrink: 0;
  height: 100%;
}
.forte__head span::after {
  content: counter(num, decimal-leading-zero);
  font-size: 1.5em;
  font-weight: var(--weight-b);
}
.forte__headline {
  font-size: var(--fz-headline-md);
  font-weight: var(--weight-b);
}
.forte__imgs {
  display: flex;
  gap: 2rem;
} */

figcaption {
  font-weight: var(--weight-b);
  text-align: center;
}

.scenes {
  display: grid;
  gap: 5rem;
}
.scene {
  counter-increment: num;
}
.scene__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  min-width: 0;
  margin-bottom: 3rem;
}
.scene__head span {
  /* background: var(--color-main1); */
  /* color: var(--bg-color-white); */
  color: var(--ft-color-main);
  display: flex;
  flex-direction: row;
  line-height: 1;
  gap: 0.5rem;
  align-items: center;
  /* font-family: var(--font-en-R); */
  font-size: var(--fz-txt-lg);
  font-family: var(--font-mincho);
  font-weight: var(--weight-b);
  /* border-bottom: 3px solid var(--color-main1); */
  /* padding: 0.15em 0.5em; */
}
.scene__head span::after {
  content: counter(num, decimal-leading-zero);
  font-size: var(--theme-headline-lg);
  font-weight: var(--weight-b);
}
.scene__headline {
  font-size: var(--fz-headline-md);
  font-weight: var(--weight-b);
  font-family: var(--font-mincho);
}
.scene__imgs {
  display: flex;
  gap: 2rem;
}

@media (max-width: 768px) {
  .m-pagetop {
    bottom: 100px;
  }
}