@charset "UTF-8";

/* header photo */
@media screen and (max-width: 767px) {
  /* sp only */
  #header .photo section {
    padding-bottom: 1.2rem;
    display: grid;
    grid-template-columns: 1fr 11rem;
    grid-template-rows: auto 1fr;
  }
  #header .photo section > h2 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #header .photo section > .desc {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  #header .photo section > .ill {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
}
@media screen and (min-width: 768px) {
  #header .photo {
    position: relative;
  }
  #header .photo section {
    padding: 0 10rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#header .photo h2 {
  padding: 0.5em 0 0.125em 0;
  margin: auto 0 0 0;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #header .photo h2 {
    margin: 0;
    font-size: 5.5rem;
    color: rgb(255, 255, 255);
  }
}
#header .photo .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  #header .photo .desc {
    padding: 0.61em 0;
    max-width: 78.2rem;
    font-size: 1.8rem;
    line-height: 2.22;
  }
}
#header .photo .desc p {
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #header .photo .desc p {
    font-weight: 500;
    color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  #header .photo .ill {
    margin-left: auto;
    order: -10;
  }
}
#header .photo .ill .image {
  margin-top: -3.3rem;
  width: 11.9rem;
  height: 11.9rem;
  border: solid 1px rgb(230, 230, 230);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #header .photo .ill .image {
    margin-top: -16.3rem;
    width: 23.8rem;
    height: 23.8rem;
  }
}
#header .photo .ill .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .cmp_heading */
#wrapper h2.cmp_heading {
  margin-top: 4.2rem;
}
h2.cmp_heading + .pgcmp_about {
  padding-bottom: 4.4rem;
}
@media screen and (min-width: 768px) {
  #wrapper h2.cmp_heading {
    margin-top: 7rem;
    display: flex;
    align-items: flex-end;
  }
  h2.cmp_heading + .pgcmp_about {
    padding-bottom: 7rem;
  }
}
#wrapper h2.cmp_heading .dsc {
  padding: 0.1em 0.5em;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 67, 124);
}
@media screen and (min-width: 768px) {
  #wrapper h2.cmp_heading .dsc {
    margin: 0.4em 1em;
    font-size: 2.6rem;
  }
}
#wrapper h2.cmp_heading .dsc::before {
  content: none;
}

/* cmp_accordion */
@supports (-webkit-hyphens: none) {
  /* safari only */
  .cmp_accordion > .detail:not(:has(.video > .overlay.visible)) {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.cmp_accordion .detail > dt {
  pointer-events: none;
}
.cmp_accordion .detail > dt .name {
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .cmp_accordion .detail > dt .name {
    transition: 0.2s color ease-out;
  }
  .cmp_accordion .detail > dt:hover:not(:has(.video:hover)) .name {
    color: rgb(0, 0, 0, 0.6);
  }
}
.cmp_accordion .detail > dt .video a {
  pointer-events: auto;
}
.cmp_accordion .detail > dt .button::before {
  pointer-events: auto;
  cursor: pointer;
  transition: 0.2s rotate ease-out;
}
.cmp_accordion .detail.open > dt .button::before {
  rotate: -90deg;
}
.cmp_accordion .detail > dt:hover .video:not(:hover) ~ .button::before {
  -webkit-animation: 0.4s arrow ease-out;
  animation: 0.4s arrow ease-out;
}

/* series video overlay */
.cmp_accordion > div:has(.overlay.visible) {
  z-index: auto;
}
#series .video .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51, 0.95);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
#series .video .overlay:not(.visible) {
  translate: -100% 0;
  opacity: 0;
  transition:
    0.4s opacity ease-out,
    0s translate linear 0.4s;
}
#series .video .overlay.visible {
  pointer-events: auto;
  translate: none;
  opacity: 1;
  transition: 0.4s opacity ease-out;
}
#series .video .overlay iframe {
  width: 34rem;
  height: 19.125rem;
  border: none;
}
@media screen and (min-width: 768px) {
  #series .video .overlay iframe {
    width: 128rem;
    height: 72rem;
    max-width: 1280px;
    max-height: 720px;
  }
}
#series .video .overlay button {
  padding-bottom: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  bottom: calc(50% + 9.5625rem + 0.5em);
  right: calc(50% - 17rem);
  z-index: 10;
  font-size: 44px;
  font-weight: 100;
  line-height: 1;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.2s opacity ease-out;
}
@media screen and (min-width: 768px) {
  #series .video .overlay button {
    top: calc(50% - min(36rem, 360px));
    bottom: 0;
    left: calc(50% + min(64rem, 640px) + 0.5em);
    right: 0;
  }
}
#series .video .overlay button:hover {
  opacity: 0.75;
}

/* pgcmp_prodlist detail dt */
.pgcmp_prodlist .detail > dt {
  padding: 1.8rem 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  /* sp only */
  .pgcmp_prodlist .detail > dt {
    display: grid;
    grid-template-columns: 1fr 7.7rem;
    grid-template-rows: auto auto;
    -moz-column-gap: 0.5rem;
    column-gap: 0.8rem;
    row-gap: 0.8rem;
  }
  .pgcmp_prodlist .detail > dt > .name {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .pgcmp_prodlist .detail > dt:not(:has(> .video)) > .name {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .pgcmp_prodlist .detail > dt > .video {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .pgcmp_prodlist .detail > dt > .type {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .pgcmp_prodlist .detail > dt > .button {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt {
    padding: 4rem 0;
    display: flex;
    align-items: center;
  }
}
.pgcmp_prodlist .detail:not(:first-of-type) > dt {
  border-top: 1px solid rgb(230, 230, 230);
}
.pgcmp_prodlist .detail > dd {
  padding-bottom: 4rem;
}
.pgcmp_prodlist .detail > dt .name {
  padding: 0.125em 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .name {
    padding: 0.14em 0;
    font-size: 6rem;
    line-height: 1.28;
    letter-spacing: calc(1.2 / 60 * 1em);
  }
}
.pgcmp_prodlist .detail > dt .name span {
  font-size: calc(45 / 60 * 100%);
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .video {
    padding: 0 5.6rem;
  }
}
.pgcmp_prodlist .detail > dt .video a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  min-width: 7.7rem;
  min-height: 2.9rem;
  border-radius: 2px;
  border: solid 1px rgb(230, 230, 230);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .video a {
    -moz-column-gap: 1.1rem;
    column-gap: 1.1rem;
    min-width: 15.4rem;
    min-height: 5.8rem;
    border-radius: 4px;
  }
}
.pgcmp_prodlist .detail > dt .video .icon {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .video .icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.pgcmp_prodlist .detail > dt .video .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pgcmp_prodlist .detail > dt .video .text {
  width: 3.6rem;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .video .text {
    width: 7.3rem;
  }
}
.pgcmp_prodlist .detail > dt .video .text img {
  width: 100%;
  vertical-align: top;
}
.pgcmp_prodlist .detail > dt .type {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.7rem;
  column-gap: 0.7rem;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .type {
    margin-left: auto;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
}
.pgcmp_prodlist .detail > dt .type li {
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 8.8rem;
  min-height: 2.9rem;
  border-radius: 1.45rem;
  box-sizing: border-box;
  background-color: rgb(250, 239, 240);
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .type li {
    padding: 0 1.4rem 0 2.4rem;
    min-width: 17.6rem;
    min-height: 5.8rem;
    border-radius: 2.9rem;
  }
}
.pgcmp_prodlist .detail > dt .type li::before {
  content: "";
  flex-shrink: 0;
  width: 1.9rem;
  height: 1.9rem;
  background: no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .type li::before {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.pgcmp_prodlist .detail > dt .type li.milling::before {
  background-image: url(../images/ico_home_milling.svg);
}
.pgcmp_prodlist .detail > dt .type li.mixing::before {
  background-image: url(../images/ico_home_mixing.svg);
}
.pgcmp_prodlist .detail > dt .type li.drying::before {
  background-image: url(../images/ico_home_drying.svg);
}
.pgcmp_prodlist .detail > dt .type li.concentration::before {
  background-image: url(../images/ico_home_concentration.svg);
}
.pgcmp_prodlist .detail > dt .type li.recovery::before {
  background-image: url(../images/ico_home_recovery.svg);
}
.pgcmp_prodlist .detail > dt .type li span {
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  text-align: center;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .type li span {
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
.pgcmp_prodlist .detail > dt .button {
  padding-left: 1.2rem;
  margin-left: auto;
  border-left: 1px dotted rgb(35, 24, 21);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .button {
    padding-left: 2.4rem;
    margin-left: 2.4rem;
  }
}
.pgcmp_prodlist .detail > dt .button::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: rgb(242, 242, 242) url(../images/ico_arrow2.svg) no-repeat 50% 50% / auto 1.1rem;
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dt .button::before {
    width: 6.2rem;
    height: 6.2rem;
    background-size: auto 2.2rem;
  }
}

/* series detail dd */
.pgcmp_prodlist .detail > dd {
  display: flex;
  flex-direction: column;
}
.pgcmp_prodlist .detail > dd > .photo {
  order: -10;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail > dd {
    flex-direction: row;
    -moz-column-gap: 15.4rem;
    column-gap: 15.4rem;
  }
  .pgcmp_prodlist .detail > dd > .text {
    flex-grow: 1;
  }
  .pgcmp_prodlist .detail > dd > .photo {
    order: 0;
    flex-basis: 67.8rem;
    flex-shrink: 0;
  }
}

/* series detail ft */
.pgcmp_prodlist .detail .ft {
  padding: 2.6rem 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail .ft {
    padding: 0 0 2.2rem 0;
  }
}
.pgcmp_prodlist .detail .ft > div + div {
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail .ft > div {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem;
  }
  .pgcmp_prodlist .detail .ft > div > dt {
    flex-basis: 16.8rem;
    flex-shrink: 0;
  }
  .pgcmp_prodlist .detail .ft > div > dd {
    flex-grow: 1;
  }
}
.pgcmp_prodlist .detail .ft dt {
  padding: 0.238em 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: rgb(0, 0, 0);
  background-color: rgb(242, 242, 242);
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail .ft dt {
    padding: 0.1em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 8.8rem;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
.pgcmp_prodlist .detail .ft dd {
  padding: 0.5em 0 0.28em 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail .ft dd {
    padding: 0.325em 0;
    font-size: 2rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
    color: rgb(0, 0, 0);
  }
}

/* series detail spec */
.pgcmp_prodlist .detail .spec {
  margin: 0;
  border-top: 1px solid rgb(172, 40, 44);
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail .spec {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-top: none;
  }
  .pgcmp_prodlist .detail .spec:has(> div:last-of-type:nth-of-type(n + 7)) {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
  .pgcmp_prodlist .detail .spec > div {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.pgcmp_prodlist .detail .spec > div {
  padding: 0.15em 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
  column-gap: 1em;
  min-height: 2.7rem;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: calc(0.72 / 24 * 1em);
}
@media screen and (min-width: 768px) {
  .pgcmp_prodlist .detail .spec > div {
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem;
    min-height: 2.5em;
    font-size: 1.6rem;
    letter-spacing: calc(0.48 / 16 * 1em);
  }
}
.pgcmp_prodlist .detail .spec > div:nth-of-type(even) {
  background-color: rgb(251, 244, 244);
}
.pgcmp_prodlist .detail .spec dt {
  padding-left: calc(11 / 16 * 1em);
  flex-basis: calc(168 / 16 * 1em);
  flex-shrink: 0;
  box-sizing: border-box;
  font-weight: 500;
  color: rgb(184, 28, 43);
}
.pgcmp_prodlist .detail .spec dd {
  padding-right: calc(11 / 16 * 1em);
  margin: 0;
  flex-grow: 1;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  min-width: 19.2rem;
}
.pgcmp_prodlist .detail .spec dd[aria-label="false"] {
  font-weight: 300;
  font-size: calc(32 / 20 * 100%);
}

/* pgcmp_about */
.pgcmp_about {
  padding: 1rem 0;
  display: flow-root;
}
.pgcmp_about h3 {
  padding: 0.2em 0;
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .pgcmp_about h3 {
    font-size: 3.3rem;
  }
}
.pgcmp_about h3::before {
  content: "";
  margin-right: calc(11 / 33 * 1em);
  display: inline-block;
  vertical-align: middle;
  height: calc(35 / 33 * 1em);
  width: 3px;
  background-color: rgb(0, 67, 124);
}
@media screen and (min-width: 768px) {
  .pgcmp_about h3::before {
    width: 5px;
  }
}
.pgcmp_about .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  .pgcmp_about .desc {
    padding: 0.25em 0;
    max-width: 129rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.pgcmp_about .desc p {
  margin: 0;
  letter-spacing: 0.01em;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .pgcmp_about .desc p {
    letter-spacing: calc(1.8 / 20 * 1em);
  }
}

/* pgcmp_table */
.pgcmp_table {
  padding: 4.7rem calc(50vw - 50%) 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(0, 67, 124);
}
@media screen and (min-width: 768px) {
  .pgcmp_table {
    padding-top: 7.8rem;
    padding-bottom: 7.8rem;
  }
}
.pgcmp_table h3 {
  padding: 0.14em 0;
  margin: 0;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .pgcmp_table h3 {
    font-size: 5.4rem;
  }
}
.pgcmp_table .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.01em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .pgcmp_table .desc {
    font-size: 2rem;
    letter-spacing: calc(1.8 / 20 * 1em);
  }
}
@media screen and (max-width: 767px) {
  /* sp only */
  .pgcmp_table .wrap {
    padding: 0 calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    box-sizing: border-box;
    overflow: scroll auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(0, 67, 124) rgb(230, 230, 230);
    background-color: inherit;
  }
  .pgcmp_table .wrap::-webkit-scrollbar {
    height: 3px;
  }
  .pgcmp_table .wrap::-webkit-scrollbar-thumb {
    background-color: rgb(0, 67, 124);
  }
  .pgcmp_table .wrap::-webkit-scrollbar-track {
    background-color: rgb(230, 230, 230);
  }
}
.pgcmp_table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
  empty-cells: hide;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pgcmp_table table {
    table-layout: fixed;
  }
}
.pgcmp_table table caption {
  padding: 1.15em 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: start;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .pgcmp_table table caption {
    font-size: 3.3rem;
  }
}
.pgcmp_table table caption::before {
  content: "";
  margin-top: -0.2em;
  margin-right: calc(11 / 33 * 1em);
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: calc(35 / 33 * 1em);
  background-color: rgb(230, 224, 190);
}
.pgcmp_table td,
.pgcmp_table th {
  padding: 0;
}
.pgcmp_table thead th:not(:empty) {
  background-color: rgb(255, 255, 255);
}
.pgcmp_table tbody tr:nth-of-type(odd) td:not(:empty) {
  background-color: rgb(245, 247, 250);
}
.pgcmp_table tbody tr:nth-of-type(even) td:not(:empty) {
  background-color: rgb(255, 255, 255);
}

.pgcmp_table tbody th:not(:empty) {
  background-color: rgb(76, 73, 72);
}
.pgcmp_table thead th:not(:last-of-type),
.pgcmp_table tbody td:not(:last-of-type):not(:empty) {
  border-right: 1px solid rgb(204, 204, 204);
}
.pgcmp_table thead tr:not(.sub) th {
  border-bottom: 1px solid rgb(0, 67, 124);
}
.pgcmp_table tbody th:not(:empty),
.pgcmp_table tbody td:not(:empty) {
  border-top: 1px solid rgb(230, 230, 230);
}
.pgcmp_table tbody tr:last-of-type th,
.pgcmp_table tbody tr:last-of-type td {
  border-bottom: 1px solid rgb(230, 230, 230);
}
.pgcmp_table td > span,
.pgcmp_table th > span {
  padding: 0.1em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  box-sizing: border-box;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .pgcmp_table td > span,
  .pgcmp_table th > span {
    min-height: 7.4rem;
  }
}
.pgcmp_table th > span span {
  font-size: 80%;
  font-weight: normal;
}
.pgcmp_table thead tr:not(.sub) th span {
  padding: 0.2em 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: calc(0.72 / 24 * 1em);
  color: rgb(0, 67, 124);
}
@media screen and (min-width: 768px) {
  .pgcmp_table thead tr:not(.sub) th span {
    font-size: 2.4rem;
  }
}
.pgcmp_table tbody th > span {
  min-width: 15.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .pgcmp_table tbody th > span {
    min-width: auto;
    font-size: 2.3rem;
  }
}
.pgcmp_table thead tr.sub th > span,
.pgcmp_table tbody td > span {
  min-width: 15.6rem;
  font-size: 1.4rem;
  letter-spacing: calc(0.6 / 20 * 1em);
}
@media screen and (min-width: 768px) {
  .pgcmp_table thead tr.sub th > span,
  .pgcmp_table tbody td > span {
    min-width: auto;
    font-size: 2rem;
    font-weight: 500;
  }
}
.pgcmp_table tbody td[aria-label="true"] > span {
  color: rgb(184, 28, 43);
}
.pgcmp_table tbody td[aria-label="false"] > span {
  color: rgb(0, 67, 124);
  font-size: 2.3rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .pgcmp_table tbody td[aria-label="false"] > span {
    font-size: 3.2rem;
  }
}
.pgcmp_table tbody td[aria-label="true"] > span a {
  margin-left: 1em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.pgcmp_table th > span a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: rgb(0, 67, 124);
}

/* pgcmp_table others */
.pgcmp_table .others {
  padding: 2rem;
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  max-width: 135rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .pgcmp_table .others {
    margin-top: 0;
    margin-left: auto;
    flex-direction: row;
    justify-content: center;
    row-gap: 0;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    max-width: 135rem;
    box-sizing: border-box;
    position: static;
    z-index: auto;
    background-color: rgb(255, 255, 255);
  }
}
.pgcmp_table .others::before {
  content: "";
  position: absolute;
  top: 10.5rem;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -10;
  background-color: inherit;
}
@media screen and (min-width: 768px) {
  .pgcmp_table .others::before {
    content: none;
  }
}
.pgcmp_table .others p {
  padding: 0.09em 0;
  margin: 0;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  text-align: center;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .pgcmp_table .others p {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
.pgcmp_table .others p a {
  color: rgb(0, 67, 124);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.pgcmp_table .others .cmp_button a {
  color: rgb(0, 67, 124);
}
.pgcmp_table .others .cmp_button a::after {
  background-image: url(../images/ico_more_bl.svg);
}

/* pgcmp_apps */
.pgcmp_apps {
  padding: 2.8rem 1.25rem;
  margin: 2.8rem 0;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .pgcmp_apps {
    padding: 7.8rem;
    margin: 7.8rem 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
.pgcmp_apps h4 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pgcmp_apps h4 {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.6rem;
    column-gap: 2.6rem;
  }
}
.pgcmp_apps h4 .ttl {
  display: block;
  width: 18rem;
}
@media screen and (min-width: 768px) {
  .pgcmp_apps h4 .ttl {
    width: 45.7rem;
  }
}
.pgcmp_apps h4 .ttl img {
  width: 100%;
}
.pgcmp_apps h4 .dsc {
  padding: 0.165em 0;
  margin-top: 0.4em;
  display: block;
  max-width: 18rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: calc(0.9 / 15 * 1em);
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .pgcmp_apps h4 .dsc {
    padding: 0.75em 0 0 0;
    margin-top: 0;
    max-width: none;
    font-size: 2.9rem;
    letter-spacing: calc(2.03 / 20 * 1em);
  }
}
.pgcmp_apps dl {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pgcmp_apps dl {
    padding-top: 3.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pgcmp_apps dl > div {
    flex-basis: 77.6rem;
  }
}
.pgcmp_apps dl > div {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  grid-template-rows: 7.2rem auto;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
}
.pgcmp_apps dl > div > dt {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin: auto 0;
}
.pgcmp_apps dl > div > dd:nth-of-type(1) {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
.pgcmp_apps dl > div > dd:has(img) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
@media screen and (min-width: 768px) {
  .pgcmp_apps dl > div {
    grid-template-columns: 14.4rem 1fr;
    grid-template-rows: auto 1fr;
    -moz-column-gap: 3.4rem;
    column-gap: 3.4rem;
  }
  .pgcmp_apps dl > div > dt {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: auto 0;
  }
  .pgcmp_apps dl > div > dd:nth-of-type(1) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .pgcmp_apps dl > div > dd:has(img) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}
.pgcmp_apps dt {
  padding: 0.115em 0;
  font-size: 2rem;
  line-height: 1.23;
  color: rgb(0, 67, 124);
}
@media screen and (min-width: 768px) {
  .pgcmp_apps dt {
    padding: 0.3em 0;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
.pgcmp_apps dd {
  padding: 0.28em 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.56;
  color: rgb(35, 24, 21);
}
@media screen and (min-width: 768px) {
  .pgcmp_apps dd {
    padding: 0.3em 0;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: calc(1.08 / 18 * 1em);
  }
}
.pgcmp_apps dd:has(img) {
  padding: 0;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background-color: rgb(229, 236, 242);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pgcmp_apps dd:has(img) {
    width: 14.4rem;
    height: 14.4rem;
  }
}
.pgcmp_apps dd img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* pgcmp_stickyhd */
.pgcmp_stickyhd > header {
  padding-top: 7.4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .pgcmp_stickyhd > header {
    padding-top: 13.2rem;
  }
}
@media screen and (min-width: 768px) {
  .pgcmp_stickyhd .toc {
    padding-top: 1.6rem;
    display: flex;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
  .pgcmp_stickyhd .toc li {
    flex-basis: 100%;
  }
}
.pgcmp_stickyhd .toc li a {
  padding: 0.15em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  border-bottom: 1px solid rgba(0, 0, 0);
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: calc(0.48 / 16 * 1em);
}
@media screen and (min-width: 768px) {
  .pgcmp_stickyhd .toc li a {
    padding: 0.25em 0 0.25em 0.5em;
    min-height: 6.2rem;
    border-bottom-width: 2px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.pgcmp_stickyhd .toc li a::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 5.2rem;
  height: 1.3rem;
  background: url(../images/ico_arrow2.svg) no-repeat 50% 50% / contain;
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .pgcmp_stickyhd .toc li a::after {
    width: 5.8rem;
    height: 1.8rem;
  }
}
.pgcmp_stickyhd .toc li a:hover::after {
  -webkit-animation: 0.4s arrow ease-out;
  animation: 0.4s arrow ease-out;
}

/* gotop */
.pgcmp_stickyhd > .gotop {
  padding: 3.2rem 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .pgcmp_stickyhd > .gotop {
    padding: 4.4rem 0;
    margin-right: 0;
  }
}
.pgcmp_stickyhd > .gotop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 16.2rem;
  min-height: 3.2rem;
  border: solid 1px rgb(183, 28, 43);
  border-radius: 2.2rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  color: rgb(183, 28, 43);
  background-color: rgb(255, 255, 255, 0.75);
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .pgcmp_stickyhd > .gotop a {
    min-width: 23rem;
    min-height: 4.4rem;
    border-radius: 2.2rem;
    font-size: 1.6rem;
  }
}
.pgcmp_stickyhd > .gotop a::before {
  content: "";
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/ico_arrow4.svg) no-repeat 50% 50% / contain;
  rotate: -90deg;
}
@media screen and (min-width: 768px) {
  .pgcmp_stickyhd > .gotop a::before {
    margin-right: 0.8rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* pgcmp_prodslide */
.pgcmp_prodslide {
  border-radius: 6px;
  position: relative;
  z-index: 0;
  background-color: rgb(246, 246, 246);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pgcmp_prodslide {
    width: 67.8rem;
    border-radius: 10px;
  }
}
.pgcmp_prodslide ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.pgcmp_prodslide li {
  flex-basis: 100%;
  flex-shrink: 0;
}
.pgcmp_prodslide li .image {
  aspect-ratio: 678 / 464;
}
.pgcmp_prodslide li .image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pgcmp_prodslide .pagination {
  padding: calc(11 / 678 * 100%) calc(14 / 678 * 100%) 0 0;
  margin: auto;
  width: calc(203 / 678 * 100%);
  height: calc(49 / 464 * 100%);
  box-sizing: border-box;
  position: absolute;
  left: -1px;
  bottom: -1px;
  z-index: 10;
  background: url(../images/bg_product_slidepager.svg) no-repeat 0 100% / cover;
}
.pgcmp_prodslide .pagination:has(.swiper-pagination-lock) {
  display: none;
}
.pgcmp_prodslide .pagination > .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(12 / 189 * 100%);
  column-gap: calc(12 / 189 * 100%);
  height: 100%;
}
.pgcmp_prodslide .pagination > .swiper-pagination .swiper-pagination-bullet {
  width: calc(10 / 189 * 100%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: rgb(230, 230, 230);
  transition: 0.2s background-color ease-out;
}
.pgcmp_prodslide .pagination > .swiper-pagination .swiper-pagination-bullet:hover,
.pgcmp_prodslide .pagination > .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(184, 28, 43);
}
.pgcmp_prodslide .navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
}
.pgcmp_prodslide .navigation > div {
  width: calc(37 / 678 * 100%);
  aspect-ratio: 1 / 1;
  background: url(../images/ico_arrow3.svg) no-repeat 0 50% / contain;
  pointer-events: auto;
  cursor: pointer;
  transition: 0.2s opacity ease-out;
}
.pgcmp_prodslide .navigation > div.swiper-button-lock {
  display: none;
}
.pgcmp_prodslide .navigation > div:first-of-type {
  scale: -1 1;
}
.pgcmp_prodslide .navigation > div:hover {
  opacity: 0.75;
}
.pgcmp_prodslide .navigation > div svg {
  display: none;
}
.pgcmp_prodslide .zoom {
  padding: 0;
  display: none;
  width: calc(65 / 678 * 100%);
  aspect-ratio: 65 / 61;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 10;
  background: url(../images/bg_product_slidezoom.svg) no-repeat 100% 0 / contain;
}
.pgcmp_prodslide .swiper:has(li.swiper-slide-active .image.zoomable) + .zoom {
  display: block;
}
.pgcmp_prodslide .zoom button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  transition: 0.2s opacity ease-out;
  cursor: zoom-in;
}
.pgcmp_prodslide .zoom button:hover {
  opacity: 0.75;
}
.pgcmp_prodslide .zoom button .icon {
  margin: 0 0 calc(8 / 65 * 100%) calc(9 / 65 * 100%);
  display: inline-block;
  vertical-align: top;
  width: calc(25 / 56 * 100%);
}
.pgcmp_prodslide .zoom button .icon img {
  width: 100%;
}
.zoom-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51, 0.95);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  transition: 0.4s opacity ease-out;
}
.zoom-backdrop:not(.visible) {
  opacity: 0;
}
.zoom-backdrop .zoom-modal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 95vw;
  max-height: 95svh;
  position: relative;
  background-color: rgb(246, 246, 246);
}
@media screen and (min-width: 768px) {
  .zoom-backdrop .zoom-modal {
    max-width: 75vw;
    max-height: 75svh;
  }
}
.zoom-backdrop .zoom-modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.zoom-backdrop .zoom-close {
  padding-bottom: 0.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  bottom: calc(100% + 0.5em);
  right: 0;
  z-index: 10;
  font-size: 44px;
  font-weight: 100;
  line-height: 1;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.2s opacity ease-out;
}
@media (min-aspect-ratio: 1 / 1) {
  .zoom-backdrop .zoom-close {
    top: 0;
    bottom: auto;
    left: calc(100% + 0.5em);
    right: auto;
  }
}
.zoom-backdrop .zoom-close:hover {
  opacity: 0.75;
}

/* features */
#features {
  padding: 3.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  #features {
    padding: 9rem 0 0 0;
  }
}
#features h3 {
  margin: 0;
}
#features h3 .image {
  display: block;
  width: 12.3rem;
}
@media screen and (min-width: 768px) {
  #features h3 .image {
    width: 29.2rem;
  }
}
#features h3 .image img {
  width: 100%;
}
#features ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#features > ul {
  padding: 2rem 0;
  counter-reset: ftnum;
}
@media screen and (min-width: 768px) {
  #features > ul {
    padding: 4rem 0;
    display: grid;
    grid-template-columns: 96rem 80rem;
    grid-template-rows: 1fr auto auto;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 4rem;
  }
  #features > ul > li:nth-of-type(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  #features > ul > li:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }
  #features > ul > li:nth-of-type(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #features > ul > li:nth-of-type(4) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
}
#features > ul > li {
  padding: 1.8rem 1.25rem;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
  counter-increment: ftnum;
}
#features > ul > li:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #features > ul > li {
    padding: 3.2rem 4rem;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    display: grid;
  }
  #features > ul > li:not(:first-of-type) {
    margin-top: 0;
  }
  #features > ul > li:nth-of-type(1) {
    grid-template-columns: 13.8rem 49.5rem 1fr;
    grid-template-rows: 1fr 1fr;
  }
  #features > ul > li:nth-of-type(1)::before {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    margin: auto 0;
  }
  #features > ul > li:nth-of-type(1) > figure {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  #features > ul > li:nth-of-type(1) > h4 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    margin-top: auto;
    padding-left: 7.6rem;
    margin-bottom: 0.5em;
  }
  #features > ul > li:nth-of-type(1) > .desc {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    padding-left: 7.6rem;
  }
  #features > ul > li:nth-of-type(2) {
    grid-template-columns: 10.4rem 26rem auto;
    grid-template-rows: auto 1fr;
    gap: 3.2rem;
  }
  #features > ul > li:nth-of-type(2)::before {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: auto 0;
  }
  #features > ul > li:nth-of-type(2) > h4 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }
  #features > ul > li:nth-of-type(2) > .desc {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  #features > ul > li:nth-of-type(2) > figure {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }
  #features > ul > li:nth-of-type(3),
  #features > ul > li:nth-of-type(4) {
    margin-top: 0;
    grid-template-columns: 13rem 1fr;
    grid-template-rows: auto auto;
  }
  #features > ul > li:nth-of-type(3)::before,
  #features > ul > li:nth-of-type(4)::before {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  #features > ul > li:nth-of-type(3) > h4,
  #features > ul > li:nth-of-type(4) > h4 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #features > ul > li:nth-of-type(3) > .desc,
  #features > ul > li:nth-of-type(4) > .desc {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}
@media screen and (min-width: 768px) {
  #features > ul > li::before {
    font-size: 6.8rem;
    content: counter(ftnum, decimal-leading-zero);
    font-weight: bold;
    line-height: 1;
    color: rgb(0, 67, 124);
    text-decoration: underline;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.16em;
  }
}
#features h4 {
  padding: 0.1em 0;
  margin: 0;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 1.7rem;
  column-gap: 1.7rem;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #features h4 {
    display: block;
    font-size: 4.2rem;
  }
}
#features h4::before {
  content: counter(ftnum, decimal-leading-zero);
  padding-bottom: 1rem;
  flex-shrink: 0;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(0, 67, 124);
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.16em;
}
@media screen and (min-width: 768px) {
  #features h4::before {
    content: none;
  }
}
#features h4 strong {
  font-size: 2.8rem;
  font-weight: 900;
  color: rgb(0, 67, 124);
}
@media screen and (min-width: 768px) {
  #features h4 strong {
    font-size: 5.7rem;
    line-height: 1.4;
  }
}
#features .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #features .desc {
    padding: 0.225em 0;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.05em;
  }
}
#features .desc p {
  margin: 0;
}
#features .desc li {
  padding-left: calc((14.5 + 4.8) / 20 * 1em);
  text-indent: calc((14.5 + 4.8) / 20 * -1em);
}
#features .desc li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: calc(14.5 / 20 * 1em);
  width: calc(4.8 / 20 * 1em);
  height: 2px;
  text-indent: 0;
  background-color: currentColor;
}
#features figure {
  padding: 1.25rem;
  margin: 0.5rem 0;
}
#features li:first-of-type figure {
  padding: 0;
}
#features figure img {
  width: 100%;
  max-width: none;
  border: solid 1px rgb(237, 237, 237);
}
@media screen and (min-width: 768px) {
  #features figure {
    padding: 2.8rem;
    margin: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  #features figure img {
    width: var(--width-img, auto);
  }
}
#features figcaption {
  padding: 0.27em 0;
  font-size: 1.3rem;
  line-height: 1.54;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #features figcaption {
    font-size: 1.5rem;
  }
}

/* series */
#series {
  display: flow-root;
}

/* series header */
#series #series h3 {
  margin: 0;
}
#series h3 .ttl {
  display: block;
  width: 20.6rem;
}
@media screen and (min-width: 768px) {
  #series h3 .ttl {
    width: 54.3rem;
  }
}
#series h3 .ttl img {
  width: 100%;
}

/* others */
#others {
  padding: 2.6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  #others {
    padding: 2.6rem 0;
  }
}
#others dl {
  margin: 0;
}
#others .detail dt .button {
  visibility: hidden;
}
#others .detail > dd {
  margin: 0;
}
#others .detail > dd:first-of-type {
  padding-bottom: 0;
}
#others section {
  padding: 3.2rem 1.25rem;
  margin: 4rem 0;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: rgb(246, 246, 246);
}
@media screen and (min-width: 768px) {
  #others section {
    padding: 2rem 4.8rem;
    margin: 0;
    max-width: 100.5rem;
    border-radius: 6px;
  }
}
#others section h4 {
  padding: 0.2em 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: calc(0.6 / 30 * 1em);
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #others section h4 {
    padding: 0.4em 0;
    font-size: 3rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #others section .container {
    display: flex;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  #others section .container > .desc {
    flex-grow: 1;
  }
  #others section .container > .photo {
    flex-basis: 29.4rem;
    flex-shrink: 0;
  }
}
#others section .desc {
  padding: 0.28em 0;
  margin: 1em 0;
  font-size: 1.6rem;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  #others section .desc {
    padding: 0.325em 0;
    font-size: 2rem;
    line-height: 1.65;
  }
}
#others section .desc p {
  margin: 0;
  letter-spacing: 0.01em;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #others section .desc p {
    letter-spacing: 0.05em;
  }
}
#others section .photo {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
#others section .photo .image {
  width: 31.5rem;
}
@media screen and (min-width: 768px) {
  #others section .photo .image {
    width: 29.4rem;
  }
}
#others section .photo .image img {
  width: 100%;
}

/* equip */
#equip {
  padding: 6.6rem 0;
  border-top: 1px solid rgb(230, 230, 230);
}
#equip dl {
  margin: 0;
}
#equip .detail > dd {
  margin: 0;
}
#equip .detail section {
  padding: 4rem 0;
}
#equip .detail section h4 {
  padding: 0.2em 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: calc(0.6 / 30 * 1em);
  color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  #equip .detail section h4 {
    padding: 0.2em 0;
    margin: 0;
    font-size: 3rem;
    line-height: 1.4;
  }
}
#equip .detail section .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  #equip .detail section .desc {
    padding: 0.325em 0;
    max-width: 80rem;
    font-size: 2rem;
    line-height: 1.65;
  }
}
#equip .detail section .desc p {
  margin: 0;
  letter-spacing: 0.05em;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #equip .detail section .desc p {
    letter-spacing: 0.01em;
  }
}

/* notes */
#notes {
  padding: 2.2rem 0;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #notes {
    font-size: 1.8rem;
  }
}
#notes p {
  margin: 0;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #notes p {
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
  }
}

/* related */
#related {
  padding: 3rem 0 5.5rem 0;
}
@media screen and (min-width: 768px) {
  #related {
    padding: 3rem 0 11rem 0;
    display: flex;
    justify-content: space-between;
  }
}
#related > article {
  padding: 0;
  margin: 0 auto;
  max-width: 30rem;
  border-radius: 6px;
  position: relative;
  z-index: 0;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  #related > article {
    margin: 0;
    max-width: none;
    border-radius: 10px;
    flex-basis: 57.9rem;
  }
}
#related > article + article {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #related > article + article {
    margin-top: 0;
  }
}
#related > article .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(310 / 579 * 100%);
  background-color: rgba(0, 0, 0, 0.4);
}
#related > article h2 {
  margin: 0;
}
#related > article h2 .ttl {
  --width-img-sp: calc(var(--width-img) * 0.5);
  display: block;
  width: var(--width-img-sp, -webkit-fit-content);
  width: var(--width-img-sp, -moz-fit-content);
  width: var(--width-img-sp, fit-content);
}
@media screen and (min-width: 768px) {
  #related > article h2 .ttl {
    width: var(--width-img, -webkit-fit-content);
    width: var(--width-img, -moz-fit-content);
    width: var(--width-img, fit-content);
  }
}
#related > article h2 .ttl img {
  width: 100%;
}
#related > article p {
  padding: 1em 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #related > article p {
    padding: 1.2em 0;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  /* sp only */
  #related > article h2 {
    padding: 2rem 0 1rem 0;
  }
  #related > article .cmp_button a {
    padding-left: 1em !important;
    min-width: 11.4rem !important;
    min-height: 2.5rem !important;
    border-radius: 1.25rem !important;
  }
  #related > article .cmp_button a::after {
    margin: 0 0.8rem;
    width: 1.2rem;
    height: 1.1rem;
  }
  #related > article .cmp_button a .image {
    width: 6rem !important;
    font-size: 0.8rem !important;
  }
}
#related > article .bg {
  position: relative;
  z-index: -10;
}
#related > article .bg img {
  width: 100%;
  aspect-ratio: 579 / 296;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s scale ease-out;
}
#related > article:has(a:hover) .bg img {
  scale: 1.1;
}
