.pd-r11 {
  --pd-color-white: #ffffff;
  --pd-color-base: #2d2e33;
  --pd-color-bg: #1e1f24;
  --pd-color-black: #000000;
  --pd-color-line: #454549;
  --pd-color-muted: #8a8b8d;
  overflow: clip;
  line-height: 1.75;
  color: var(--pd-color-white);
  background-color: var(--pd-color-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  .pd-r11 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 {
    font-size: calc(32 * 100vw / 750);
  }
}
.pd-r11 :where(*) {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.pd-r11 :where(img, svg, video, canvas) {
  display: block;
  width: 100%;
  height: auto;
}
.pd-r11 :where(sup) {
  font-size: max(60%, 12px);
  letter-spacing: 0;
}
.pd-r11 :where(a) {
  color: currentcolor;
  text-decoration: none;
}
.pd-r11-container {
  max-width: 940px;
  margin-inline: auto;
  background-color: var(--pd-color-bg);
}

@media screen and (max-width: 767px) {
  .pd-u-display-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pd-u-display-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pd-r11 .pd-nav-list {
    display: flex;
    column-gap: 64px;
    padding: 27px 28px 26px;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-nav-item {
    position: relative;
    flex: 1;
  }
  .pd-r11 .pd-nav-item:nth-child(n+2)::before {
    position: absolute;
    top: 50%;
    left: -32px;
    width: 1px;
    height: 96px;
    content: "";
    background-color: var(--pd-color-base);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-nav-item {
    border-bottom: 1px solid var(--pd-color-line);
  }
  .pd-r11 .pd-nav-item:nth-child(1) .pd-nav-link {
    background-image: url("/flcache_data/product/sh51g/nav_bg01.jpg");
  }
  .pd-r11 .pd-nav-item:nth-child(2) .pd-nav-link {
    background-image: url("/flcache_data/product/sh51g/nav_bg02.jpg");
  }
  .pd-r11 .pd-nav-item:nth-child(3) .pd-nav-link {
    background-image: url("/flcache_data/product/sh51g/nav_bg03.jpg");
  }
}
.pd-r11 .pd-nav-link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-nav-link {
    padding: calc(31 * 100vw / 750) calc(40 * 100vw / 750) calc(40 * 100vw / 750);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.pd-r11 .pd-nav-inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-nav-inner {
    row-gap: 11px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-nav-inner {
    row-gap: calc(22 * 100vw / 750);
  }
}
.pd-r11 .pd-nav-label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-nav-label {
    column-gap: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-nav-label {
    column-gap: calc(11 * 100vw / 750);
  }
}
.pd-r11 .pd-nav-label-en {
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-nav-label-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-nav-label-en {
    font-size: calc(28 * 100vw / 750);
  }
}
.pd-r11 .pd-nav-label-ja {
  position: relative;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-nav-label-ja {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-nav-label-ja {
    font-size: calc(28 * 100vw / 750);
  }
}
.pd-r11 .pd-nav-title {
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-nav-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-nav-title {
    font-size: calc(32 * 100vw / 750);
    line-height: 1.5;
  }
}

.pd-r11 .pd-copy {
  text-align: center;
  letter-spacing: 0.96em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-copy {
    padding-top: 66px;
    padding-bottom: 80px;
    padding-left: 28px;
    font-size: 28px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-copy {
    padding-block: calc(96 * 100vw / 750);
    padding-left: calc(44 * 100vw / 750);
    font-size: calc(48 * 100vw / 750);
    line-height: 2;
  }
}

.pd-r11 .pd-hero {
  position: relative;
  isolation: isolate;
}
.pd-r11 .pd-hero-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-hero-contents {
    padding: 80px 64px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-hero-contents {
    padding: calc(160 * 100vw / 750) calc(55 * 100vw / 750) calc(128 * 100vw / 750);
  }
}
.pd-r11 .pd-hero-heading {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-hero-heading {
    row-gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-hero-heading {
    row-gap: calc(24 * 100vw / 750);
  }
}
.pd-r11 .pd-hero-heading-en {
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-hero-heading-en {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-hero-heading-en {
    font-size: calc(64 * 100vw / 750);
  }
}
.pd-r11 .pd-hero-heading-ja {
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-hero-heading-ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-hero-heading-ja {
    font-size: calc(28 * 100vw / 750);
  }
}
.pd-r11 .pd-hero-description {
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-hero-description {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-hero-description {
    font-size: calc(40 * 100vw / 750);
    line-height: 2.25;
  }
}

.pd-r11 .pd-heading {
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-heading {
    font-size: calc(36 * 100vw / 750);
  }
}
.pd-r11 .pd-heading-l {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-heading-l {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-heading-l {
    font-size: calc(40 * 100vw / 750);
    letter-spacing: 0.08em;
  }
}

.pd-r11 .pd-text {
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-text {
    font-size: calc(32 * 100vw / 750);
  }
}

@media screen and (min-width: 768px) {
  .pd-r11 .pd-note {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-note {
    margin-top: calc(24 * 100vw / 750);
  }
}
.pd-r11 .pd-note-item {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-note-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-note-item {
    font-size: calc(28 * 100vw / 750);
  }
}
.pd-r11 .pd-note-item[data-pd-digit="1"] {
  padding-left: 2.3em;
}
.pd-r11 .pd-note-item[data-pd-digit="2"] {
  padding-left: 2.8em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-note-item:nth-child(n+2) {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-note-item:nth-child(n+2) {
    margin-top: calc(16 * 100vw / 750);
  }
}
.pd-r11 .pd-note-prefix {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .pd-r11 .pd-block {
    display: flex;
    column-gap: 68px;
    align-items: center;
    padding-inline: 64px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-block {
    padding-inline: calc(55 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-bottom {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-figure {
    flex: none;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-block-figure {
    margin-bottom: calc(64 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-figure img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-block-figure img {
    border-radius: calc(16 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-body {
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-label {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-block-label {
    margin-top: calc(46 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-text {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-block-text {
    margin-top: calc(24 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-minimal {
    padding-inline: 64px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-block-minimal {
    padding-inline: calc(55 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-minimal .pd-heading-l {
    text-align: center;
    letter-spacing: 0.16em;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-block-minimal .pd-heading-l + .pd-text {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-block-minimal .pd-heading-l + .pd-text {
    margin-top: calc(48 * 100vw / 750);
  }
}

@media screen and (max-width: 767px) {
  .pd-r11 .pd-card {
    padding-inline: calc(55 * 100vw / 750);
  }
}
.pd-r11 .pd-card-heading {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-card-heading {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-card-heading {
    font-size: calc(40 * 100vw / 750);
    letter-spacing: 0.08em;
  }
}
.pd-r11 .pd-card-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-card-list {
    column-gap: 22px;
    justify-content: center;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-card-list {
    flex-direction: column;
    row-gap: calc(64 * 100vw / 750);
    margin-top: calc(64 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-card-item {
    flex: none;
    width: 256px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-card-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-card-figure img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-card-figure img {
    border-radius: calc(16 * 100vw / 750);
  }
}
.pd-r11 .pd-card-caption {
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-card-caption {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-card-caption {
    margin-top: calc(38 * 100vw / 750);
    font-size: calc(36 * 100vw / 750);
  }
}

.pd-r11 .pd-camera-section-01, .pd-r11 .pd-camera-section-02 {
  border-bottom: 1px solid var(--pd-color-line);
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-camera-section-01, .pd-r11 .pd-camera-section-02 {
    padding-block: 96px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-camera-section-01, .pd-r11 .pd-camera-section-02 {
    padding-block: calc(128 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-camera-section-02-image {
    padding-inline: 64px;
    margin-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-camera-section-02-image {
    padding-inline: calc(55 * 100vw / 750);
    margin-top: calc(96 * 100vw / 750);
  }
}
.pd-r11 .pd-camera-section-02 .pd-block-figure img {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-camera-section-03 {
    padding-top: 96px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-camera-section-03 {
    padding-top: calc(128 * 100vw / 750);
    padding-bottom: calc(192 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-camera-section-03 .pd-block-minimal {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-camera-section-03 .pd-block-minimal {
    margin-top: calc(64 * 100vw / 750);
  }
}

@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-01 {
    padding-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-display-section-01 {
    padding-top: calc(128 * 100vw / 750);
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-display-section-01 .pd-card-heading {
    margin-right: -1em;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-01 .pd-card-list {
    column-gap: 33px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-01 .pd-card-item:nth-child(1) {
    width: 463px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-display-section-01 .pd-card-item:nth-child(1) .pd-card-figure {
    margin-inline: calc(-40 * 100vw / 750);
  }
}
.pd-r11 .pd-display-section-01 .pd-card-item:nth-child(1) .pd-card-figure img {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-01 .pd-card-item:nth-child(1) .pd-card-caption {
    padding-left: 22px;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-01 .pd-card-item:nth-child(2) {
    width: 278px;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-01 .pd-card-caption {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-01 .pd-block-minimal {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-display-section-01 .pd-block-minimal {
    margin-top: calc(64 * 100vw / 750);
  }
}
.pd-r11 .pd-display-section-02 {
  border-bottom: 1px solid var(--pd-color-line);
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-02 {
    padding-bottom: 96px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-display-section-02 {
    padding-bottom: calc(128 * 100vw / 750);
    margin-top: calc(96 * 100vw / 750);
  }
}
.pd-r11 .pd-display-section-02 .pd-block-figure img {
  border-radius: 0;
}
.pd-r11 .pd-display-section-03 {
  border-bottom: 1px solid var(--pd-color-line);
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-03 {
    padding-block: 96px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-display-section-03 {
    padding-block: calc(128 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-04 {
    padding-top: 96px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-display-section-04 {
    padding-top: calc(128 * 100vw / 750);
    padding-bottom: calc(192 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-display-section-04 .pd-block-minimal {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-display-section-04 .pd-block-minimal {
    margin-top: calc(64 * 100vw / 750);
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-display-section-04 .pd-text {
    text-align: left;
  }
}

.pd-r11 .pd-design-section-01, .pd-r11 .pd-design-section-02 {
  border-bottom: 1px solid var(--pd-color-line);
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-design-section-01, .pd-r11 .pd-design-section-02 {
    padding-block: 96px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-design-section-01, .pd-r11 .pd-design-section-02 {
    padding-block: calc(128 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-design-section-03 {
    padding-top: 96px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-design-section-03 {
    padding-top: calc(128 * 100vw / 750);
    padding-bottom: calc(192 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-design-section-03 .pd-block-figure {
    width: 256px;
    margin-bottom: auto;
  }
}
.pd-r11 .pd-design-device {
  display: flex;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-design-device {
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-design-device {
    column-gap: calc(32 * 100vw / 750);
  }
}
.pd-r11 .pd-design-device-item {
  flex: 1;
}
.pd-r11 .pd-design-device-caption {
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-design-device-caption {
    margin-top: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-design-device-caption {
    margin-top: calc(32 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
  }
}

.pd-r11 .pd-safety-section-01 {
  border-bottom: 1px solid var(--pd-color-line);
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-safety-section-01 {
    padding-block: 96px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-safety-section-01 {
    padding-block: calc(128 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-safety-section-01 .pd-block-figure {
    width: 256px;
  }
}
.pd-r11 .pd-safety-section-02 {
  border-bottom: 1px solid var(--pd-color-line);
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-safety-section-02 {
    padding-block: 96px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-safety-section-02 {
    padding-block: calc(128 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-safety-section-02 .pd-block-minimal {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-safety-section-02 .pd-block-minimal {
    margin-top: calc(64 * 100vw / 750);
  }
}
.pd-r11 .pd-safety-section-02 .pd-block-minimal .pd-text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-safety-section-03 {
    padding-top: 96px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .pd-r11 .pd-safety-section-03 {
    padding-top: calc(128 * 100vw / 750);
    padding-bottom: calc(192 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  .pd-r11 .pd-safety-section-03 .pd-block-figure {
    width: 256px;
  }
}

/* 追加 */
.pd-r11 p.pd-mv,
.pd-r11 p.pd-copy,
.pd-r11 p.pd-text {
  margin-bottom: 0;
}