@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.spec-download {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .spec-download {
    row-gap: calc(48 / 1920 * 100vw);
    margin: calc(114 / 1920 * 100vw) 0 calc(228 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .spec-download {
    row-gap: calc(64 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(calc(132 / 750 * 100vw) + env(safe-area-inset-bottom));
  }
}
.spec-download .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .spec-download .title {
    row-gap: calc(32 / 1920 * 100vw);
    margin-bottom: calc(14 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .title {
    row-gap: calc(32 / 750 * 100vw);
  }
}
.spec-download .title h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .spec-download .title h1 {
    font-size: calc(42 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .title h1 {
    font-size: calc(42 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .spec-download .title img {
    width: calc(128 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .title img {
    width: calc(128 / 750 * 100vw);
  }
}
.spec-download .table {
  box-sizing: border-box;
  background: #ffffff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .spec-download .table {
    --line: calc(1.4 / 1920 * 100vw) solid #626262;
    border-top: var(--line);
    border-left: var(--line);
    display: grid;
    grid-template-columns: calc(575 / 1920 * 100vw) calc(340 / 1920 * 100vw) calc(490 / 1920 * 100vw) calc(135 / 1920 * 100vw) calc(140 / 1920 * 100vw);
    grid-auto-rows: minmax(calc(57.3333 / 1920 * 100vw), auto);
    width: calc(1680 / 1920 * 100vw);
    margin: 0 auto;
  }
}
.spec-download .table .header,
.spec-download .table .overview,
.spec-download .table .product,
.spec-download .table .size,
.spec-download .table .code,
.spec-download .table .pdf {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .spec-download .table .header,
  .spec-download .table .overview,
  .spec-download .table .product,
  .spec-download .table .size,
  .spec-download .table .code,
  .spec-download .table .pdf {
    border-right: var(--line);
    border-bottom: var(--line);
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .header {
    display: flex;
    align-items: center;
    min-height: calc(51 / 1920 * 100vw);
    background: var(--item-color);
  }
}
.spec-download .table .header .inner {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .spec-download .table .header:first-child .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 calc(24 / 1920 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .header:not(:first-child) .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.spec-download .table .header h2,
.spec-download .table .header p {
  margin: 0;
  font-weight: 700;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .spec-download .table .header h2 {
    font-size: calc(18 / 1920 * 100vw);
    line-height: calc(32 / 1920 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .header p {
    font-size: calc(18 / 1920 * 100vw);
    line-height: calc(14 / 1920 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .overview {
    grid-row: span var(--row-span);
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .overview .inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(12 / 1920 * 100vw);
    height: 100%;
    padding: calc(18 / 1920 * 100vw) calc(33 / 1920 * 100vw);
  }
}
.spec-download .table .overview .summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: var(--item-color);
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .spec-download .table .overview .summary {
    width: calc(80 / 1920 * 100vw);
  }
}
.spec-download .table .overview .summary p {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .spec-download .table .overview .summary p {
    padding: calc(4 / 1920 * 100vw) calc(12 / 1920 * 100vw);
    font-size: calc(14 / 1920 * 100vw);
    line-height: calc(14 / 1920 * 100vw);
  }
}
.spec-download .table .overview .content {
  display: flex;
}
@media screen and (min-width: 768px) {
  .spec-download .table .overview .content {
    align-items: center;
    gap: calc(12 / 1920 * 100vw);
    width: 100%;
  }
}
.spec-download .table .overview .content img {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .spec-download .table .overview .content img {
    width: calc(80 / 1920 * 100vw);
  }
}
.spec-download .table .overview .content ul {
  margin: 0;
  padding-left: 1.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .spec-download .table .overview .content ul {
    font-size: calc(16 / 1920 * 100vw);
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .product {
    grid-row: span var(--row-span);
  }
}
.spec-download .table .product .inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .spec-download .table .product .inner {
    gap: calc(8 / 1920 * 100vw);
    height: 100%;
    padding: calc(18 / 1920 * 100vw) calc(24 / 1920 * 100vw);
  }
}
.spec-download .table .product .inner img {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .spec-download .table .product .inner img {
    width: calc(52 / 1920 * 100vw);
  }
}
.spec-download .table .product .inner p {
  margin: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .spec-download .table .product .inner p {
    font-size: calc(16 / 1920 * 100vw);
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .size,
  .spec-download .table .code {
    background: #ffffff;
  }
}
.spec-download .table .size.alt,
.spec-download .table .code.alt {
  background: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .spec-download .table .pdf {
    background: #ffffff;
  }
}
.spec-download .table .pdf.alt {
  background: #f3f3f3;
}
.spec-download .table .size .inner,
.spec-download .table .code .inner,
.spec-download .table .pdf .inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .spec-download .table .size .inner,
  .spec-download .table .code .inner,
  .spec-download .table .pdf .inner {
    height: 100%;
    min-height: calc(57.3333 / 1920 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .size .inner {
    padding-left: calc(24 / 1920 * 100vw);
    padding-right: 0;
  }
}
.spec-download .table .size .inner p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .spec-download .table .size .inner p {
    font-size: calc(16 / 1920 * 100vw);
    line-height: calc(16 / 1920 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .code .inner {
    padding: 0 calc(24 / 1920 * 100vw);
  }
}
.spec-download .table .code .inner p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .spec-download .table .code .inner p {
    font-size: calc(16 / 1920 * 100vw);
    line-height: calc(16 / 1920 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .spec-download .table .pdf .inner {
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.spec-download .table .pdf .inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .spec-download .table .pdf .inner a {
    gap: calc(4 / 1920 * 100vw);
    padding: calc(4 / 1920 * 100vw) calc(8 / 1920 * 100vw);
    box-sizing: border-box;
    border-radius: calc(2 / 1920 * 100vw);
    background: linear-gradient(180deg, #f8f8f8 50.962%, #e6e6e6 50.972%);
    box-shadow: 0 calc(1 / 1920 * 100vw) calc(4 / 1920 * 100vw) rgba(0, 0, 0, 0.25);
  }
}
.spec-download .table .pdf .inner span {
  display: block;
  font-weight: 500;
  color: #1c1b1f;
}
@media screen and (min-width: 768px) {
  .spec-download .table .pdf .inner span {
    font-size: calc(8 / 1920 * 100vw);
    line-height: 1.6;
  }
}
.spec-download .table .pdf .inner img {
  display: block;
}
@media screen and (min-width: 768px) {
  .spec-download .table .pdf .inner img {
    width: calc(8 / 1920 * 100vw);
    height: calc(8 / 1920 * 100vw);
  }
}
.spec-download .card {
  box-sizing: border-box;
  background: #ffffff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .spec-download .card {
    --line: calc(1.4 / 750 * 100vw) solid #626262;
    width: calc(686 / 750 * 100vw);
    margin: 0 auto;
    border: var(--line);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .header,
  .spec-download .card .overview,
  .spec-download .card .product,
  .spec-download .card .detail {
    border-top: var(--line);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .header {
    margin-top: calc(calc(1.4 / 750 * 100vw) * -1);
    background: var(--item-color);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .header .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(68 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) calc(24 / 750 * 100vw);
    box-sizing: border-box;
  }
}
.spec-download .card .header h2 {
  margin: 0;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .spec-download .card .header h2 {
    font-size: calc(24 / 750 * 100vw);
    line-height: calc(32 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .overview .inner {
    display: flex;
    flex-direction: column;
    gap: calc(18 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) calc(24 / 750 * 100vw);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .overview .label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: calc(4 / 750 * 100vw) calc(12 / 750 * 100vw);
    border-radius: 999px;
    background: var(--item-color);
  }
}
.spec-download .card .overview .label p {
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .spec-download .card .overview .label p {
    font-size: calc(14 / 750 * 100vw);
    line-height: calc(14 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .overview .content {
    display: flex;
    align-items: center;
    gap: calc(18 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .overview .content img {
    width: calc(80 / 750 * 100vw);
    flex: 0 0 auto;
  }
}
.spec-download .card .overview .content ul {
  margin: 0;
  padding-left: 1.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .spec-download .card .overview .content ul {
    font-size: calc(16 / 750 * 100vw);
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .product {
    background: var(--item-soft-color);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .product .inner {
    display: flex;
    align-items: center;
    gap: calc(18 / 750 * 100vw);
    min-height: calc(118 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) calc(24 / 750 * 100vw);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .product img {
    width: calc(52 / 750 * 100vw);
    flex: 0 0 auto;
  }
}
.spec-download .card .product p {
  margin: 0;
  font-weight: 700;
  color: #1c1b1f;
}
@media screen and (max-width: 767px) {
  .spec-download .card .product p {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail {
    padding: calc(18 / 750 * 100vw) calc(24 / 750 * 100vw);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail.alt {
    background: #f3f3f3;
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .size .inner {
    display: flex;
    flex-direction: column;
    gap: calc(12 / 750 * 100vw);
  }
}
.spec-download .card .detail .size .label {
  margin: 0;
  font-weight: 500;
  color: #626262;
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .size .label {
    font-size: calc(12 / 750 * 100vw);
    line-height: 1;
  }
}
.spec-download .card .detail .size .value {
  margin: 0;
  color: #1c1b1f;
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .size .value {
    font-size: calc(16 / 750 * 100vw);
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .line {
    width: 100%;
    height: 1px;
    margin: calc(12 / 750 * 100vw) 0;
    background: #d9d9d9;
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .meta-head .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.spec-download .card .detail .meta-head p {
  margin: 0;
  font-weight: 500;
  color: #626262;
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .meta-head p {
    font-size: calc(12 / 750 * 100vw);
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .meta-body {
    margin-top: calc(12 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .meta-body .inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.spec-download .card .detail .meta-body p {
  margin: 0;
  font-weight: 700;
  color: #1c1b1f;
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .meta-body p {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
  }
}
.spec-download .card .detail .meta-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .meta-body a {
    gap: calc(4 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw);
    box-sizing: border-box;
    border-radius: calc(2 / 750 * 100vw);
    background: linear-gradient(180deg, #f8f8f8 50.962%, #e6e6e6 50.972%);
    box-shadow: 0 calc(1 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.25);
  }
}
.spec-download .card .detail .meta-body span {
  display: block;
  font-weight: 500;
  color: #1c1b1f;
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .meta-body span {
    font-size: calc(8 / 750 * 100vw);
    line-height: 1.6;
  }
}
.spec-download .card .detail .meta-body img {
  display: block;
}
@media screen and (max-width: 767px) {
  .spec-download .card .detail .meta-body img {
    width: calc(8 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .overlay {
    position: fixed;
    left: calc(20 / 750 * 100vw);
    bottom: calc(calc(24 / 750 * 100vw) + env(safe-area-inset-bottom));
    width: calc(450 / 750 * 100vw);
    z-index: 300;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .overlay .trigger {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: calc(12 / 750 * 100vw);
    width: 100%;
    height: calc(72 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(18 / 750 * 100vw);
    box-sizing: border-box;
    border: 0;
    border-radius: calc(4 / 750 * 100vw);
    background: #ffffff;
    box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .overlay .title {
    color: #1c1b1f;
    font-family: "Yu Gothic", "YuGothic", sans-serif;
    font-size: calc(24 / 750 * 100vw);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .overlay .select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(12 / 750 * 100vw);
    width: calc(306 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(12 / 750 * 100vw);
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: calc(8 / 750 * 100vw);
    background: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .overlay .label {
    display: block;
    overflow: hidden;
    color: #000000;
    font-family: "Yu Gothic", "YuGothic", sans-serif;
    font-size: calc(18 / 750 * 100vw);
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .overlay .label.is-placeholder {
    opacity: 0.42;
  }
}
@media screen and (max-width: 767px) {
  .overlay .arrow {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    flex: 0 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .overlay .arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(8 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
    border-right: 1.5px solid #000000;
    border-bottom: 1.5px solid #000000;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: transform 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  .overlay .backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .overlay .panel {
    position: absolute;
    bottom: 100%;
    width: 100%;
    z-index: 1;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(calc(8 / 750 * 100vw));
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .overlay .list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .overlay .option {
    display: flex;
    align-items: center;
    gap: calc(12 / 750 * 100vw);
    width: 100%;
    height: calc(56 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(32 / 750 * 100vw);
    box-sizing: border-box;
    border: 0;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: #ffffff;
    text-align: left;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .overlay .dot {
    display: block;
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--dot-color);
  }
}
@media screen and (max-width: 767px) {
  .overlay .text {
    display: block;
    color: #000000;
    font-size: calc(18 / 750 * 100vw);
    font-weight: 700;
    line-height: calc(32 / 750 * 100vw);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .overlay.is-open .backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .overlay.is-open .panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .overlay.is-open .arrow::before {
    transform: translate(-50%, -35%) rotate(-135deg);
  }
}