@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button,
pre {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  a:hover {
    filter: brightness(1.12);
  }
}

button {
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  button:hover {
    filter: brightness(1.12);
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.scroll_rock {
  overflow: hidden;
}

a[target=_blank]:not([data-platform])::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

:root {
  --color-green-dark: #003C16;
  --color-gray: #F5F5F5;
  --color-dark: #262626;
  --color-white: white;
}

#header pre,
#footer pre {
  white-space: pre-line;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  filter: drop-shadow(0 4px 13px rgba(0, 0, 0, 0.18));
}
.header.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 48rem) {
  .header {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  }
}

.main {
  color: var(--color-green-dark);
  background-color: var(--color-gray);
}

.preface {
  overflow: hidden;
  padding-block: 2.9rem 4.2rem;
  container: preface/inline-size;
}
.preface .logo {
  grid-area: logo;
  margin: 0 0 2.2rem 8.5333333333%;
}
.preface h1 {
  grid-area: h1;
  justify-self: end;
  margin: 0 4% 1.5rem 0;
  font-size: min(5.6176cqi, 3.2rem);
  line-height: 1.55;
  letter-spacing: 0.11em;
  text-align: right;
}
.preface .cover {
  grid-area: cover;
}
.preface .yodogawa {
  grid-area: yodogawa;
}
@media (min-width: 48rem) {
  .preface .logo {
    width: 18.78rem;
    height: auto;
  }
}
@media (min-width: 75rem) {
  .preface {
    display: grid;
    grid-template-areas: "logo h1" "yodogawa cover";
    grid-template-columns: 31.3rem auto;
    gap: 3.3rem 3.2rem;
    padding: 3.9rem 0 7.7rem 8.0687830688%;
  }
  .preface .logo {
    margin: 0;
  }
  .preface h1 {
    margin: 3.4rem 14.0669856459% 0 0;
    font-size: min(3.8277511962cqi, 4rem);
  }
}

.cover {
  height: fit-content;
  display: grid;
  gap: 1.5rem 0;
}
.cover .l-a {
  letter-spacing: 0.12em;
}
.cover .l-i {
  letter-spacing: 0.1em;
}
.cover .l-ru {
  letter-spacing: 0.13em;
}
.cover .l-do {
  letter-spacing: 0.14em;
}
.cover .l-era {
  letter-spacing: 0.18em;
}
.cover .l-bu {
  letter-spacing: 0.16em;
}
.cover picture {
  justify-self: end;
  width: min(100%, 96rem);
  overflow: hidden;
}
.cover picture img {
  width: 100%;
  height: auto;
}
@media (min-width: 75rem) {
  .cover picture {
    width: 100%;
  }
}

.yodogawa {
  width: min(85.3333333333%, 32rem);
  margin-inline: auto;
  padding-top: 2.8rem;
}
.yodogawa p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.yodogawa p + p {
  margin-top: 2em;
}
.yodogawa .annotation {
  display: inline-block;
  font-size: 0.6666666667em;
  transform: translateY(-0.5em);
}
.yodogawa small {
  font-size: 0.8em;
}
.yodogawa br {
  display: none;
}
@media (min-width: 32.5rem) {
  .yodogawa br {
    display: block;
  }
}
@media (min-width: 75rem) {
  .yodogawa {
    width: 100%;
    padding-top: 0;
  }
}

.cover h1 {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.cover img {
  opacity: 0;
  scale: 1.1;
  filter: brightness(1.2);
  transition: all 2s 0.5s ease-out;
}
.cover.in-view h1,
.cover.in-view img {
  opacity: 1;
  filter: brightness(1);
}
.cover.in-view img {
  scale: 1;
}

.yodogawa p {
  opacity: 0;
  transition: opacity 1s var(--a-delay, 1s) cubic-bezier(0.37, 0, 0.63, 1);
}
.yodogawa p:nth-of-type(2) {
  --a-delay: 1.5s;
}
.yodogawa p:nth-of-type(3) {
  --a-delay: 2s;
}
.yodogawa.in-view p {
  opacity: 1;
}

.positioning-map {
  padding-block: 2.4rem 2rem;
  color: var(--color-green-dark);
  background-color: #E7E8E9;
}
.positioning-map h2 {
  margin: 0 0 2rem 8%;
}
.positioning-map h2 img {
  width: min(45.8666666667%, 36.05rem);
  height: auto;
}
.positioning-map .g-name {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-green-dark);
  font-size: min(2.1712907117cqi, 1.8rem);
  line-height: 1.2222222222;
  text-align: left;
  white-space: nowrap;
}
.positioning-map .g-name .brand {
  display: block;
  font-size: 1rem;
  line-height: 2.2;
}
.positioning-map .g-name .prod-name {
  display: none;
}
.positioning-map .g-name small {
  display: block;
  font-size: 0.6666666667em;
}
.positioning-map .gra-jo-02 .g-name .brand {
  line-height: 1.3;
}
.positioning-map .gra-uk-gish-01 .g-name .brand,
.positioning-map .gra-uk-pasa-01 .g-name .brand {
  line-height: 1.2;
}
.positioning-map .gra-uk-gish-01 .g-name .prod-name,
.positioning-map .gra-uk-pasa-01 .g-name .prod-name {
  display: block;
}
.positioning-map .gra-je-01 .g-name {
  margin: -27.2727272727% 0 0 47.2727272727%;
}
.positioning-map .gra-uk-pasa-01 .g-name {
  margin: -81.25% 0 0 53.125%;
}
.positioning-map .gra-jo-02 .g-name {
  margin: 8.9285714286% 0 0 78.5714285714%;
}
.positioning-map .gra-un-oi-01 .g-name {
  margin: 98.1818181818% 0 0 81.8181818182%;
}
.positioning-map .gra-at-haoi .g-name {
  margin: 20.7547169811% 0 0 81.1320754717%;
}
.positioning-map .gra-uk-gish-01 .g-name {
  margin: -8.6956521739% 0 0 82.6086956522%;
}
@media (min-width: 48rem) {
  .positioning-map {
    padding-block: 8.4rem 12.2rem;
  }
  .positioning-map-wrapper {
    width: min(90%, 110rem);
    margin-inline: auto;
  }
  .positioning-map h2 {
    margin: 0 0 5.8rem 0;
  }
  .positioning-map .g-name .brand {
    display: block;
    font-size: 0.8333333333em;
    line-height: inherit;
  }
  .positioning-map .g-name .prod-name {
    display: block;
  }
  .positioning-map .gra-jo-02 .g-name .brand {
    line-height: inherit;
  }
  .positioning-map .gra-jo-02 br {
    display: none;
  }
  .positioning-map .gra-uk-gish-01 .g-name .brand,
  .positioning-map .gra-uk-pasa-01 .g-name .brand {
    line-height: inherit;
  }
  .positioning-map .gra-je-01 .g-name {
    margin: -43.023255814% 0 0 31.3953488372%;
  }
  .positioning-map .gra-uk-pasa-01 .g-name {
    margin: -96.0784313725% 0 0 7.8431372549%;
  }
  .positioning-map .gra-jo-02 .g-name {
    margin: -20.4545454545% 0 0 76.1363636364%;
  }
  .positioning-map .gra-un-oi-01 .g-name {
    margin: 100% 0 0 81.3953488372%;
  }
  .positioning-map .gra-at-haoi .g-name {
    margin: 84.3373493976% 0 0 77.1084337349%;
  }
  .positioning-map .gra-uk-gish-01 .g-name {
    margin: 141.6666666667% 0 0 76.3888888889%;
  }
}

.graph {
  position: relative;
  display: grid;
  grid-template-areas: "layer";
  width: 95.7333333333%;
  aspect-ratio: 359/357;
  container: graph/inline-size;
  margin-left: 2.1333333333%;
}
.graph > * {
  grid-area: layer;
}
.graph .base {
  width: 100%;
  height: 100%;
}
.graph .base img {
  width: 100%;
  height: auto;
}
.graph [class^=gra-] {
  position: relative;
}
.graph [class^=gra-] img {
  width: 100%;
  height: 100%;
}
.graph .gra-je-01 {
  --a-delay: 0s;
  width: 15.3203342618%;
  height: auto;
  aspect-ratio: 55/72;
  margin: 0.5571030641% 0 0 16.43454039%;
}
.graph .gra-uk-pasa-01 {
  --a-delay: 0.25s;
  width: 8.9136490251%;
  height: auto;
  aspect-ratio: 32/64;
  margin: 20.6128133705% 0 0 28.4122562674%;
}
.graph .gra-jo-02 {
  --a-delay: 0.5s;
  width: 15.5988857939%;
  height: auto;
  aspect-ratio: 56/79;
  margin: 33.9832869081% 0 0 42.6183844011%;
}
.graph .gra-un-oi-01 {
  --a-delay: 0.75s;
  width: 15.3203342618%;
  height: auto;
  aspect-ratio: 55/67;
  margin: 55.7103064067% 0 0 42.8969359331%;
}
.graph .gra-at-haoi {
  --a-delay: 1s;
  width: 14.7632311978%;
  height: auto;
  aspect-ratio: 53/65;
  margin: 47.9108635097% 0 0 59.6100278552%;
}
.graph .gra-uk-gish-01 {
  --a-delay: 1.25s;
  width: 12.8133704735%;
  height: auto;
  aspect-ratio: 46/78;
  margin: 61.0027855153% 0 0 69.0807799443%;
}
@media (min-width: 48rem) {
  .graph {
    width: min(90%, 77.7rem);
    aspect-ratio: 777/772;
    margin-inline: auto;
    transform: translateX(-1.6731016731%);
  }
  .graph .gra-je-01 {
    width: 11.0682110682%;
    height: auto;
    aspect-ratio: 86/113;
    margin: 6.1776061776% 0 0 18.2754182754%;
  }
  .graph .gra-uk-pasa-01 {
    width: 6.5637065637%;
    height: auto;
    aspect-ratio: 51/100;
    margin: 23.4234234234% 0 0 29.3436293436%;
  }
  .graph .gra-jo-02 {
    width: 11.3256113256%;
    height: auto;
    aspect-ratio: 88/123;
    margin: 39.7683397683% 0 0 44.1441441441%;
  }
  .graph .gra-un-oi-01 {
    width: 11.0682110682%;
    height: auto;
    aspect-ratio: 86/105;
    margin: 58.1724581725% 0 0 44.6589446589%;
  }
  .graph .gra-at-haoi {
    width: 10.6821106821%;
    height: auto;
    aspect-ratio: 83/101;
    margin: 50.3217503218% 0 0 62.1621621622%;
  }
  .graph .gra-uk-gish-01 {
    width: 9.2664092664%;
    height: auto;
    aspect-ratio: 72/122;
    margin: 66.6666666667% 0 0 71.685971686%;
  }
}

.graph button img {
  opacity: 0;
}
.graph button .g-name {
  opacity: 0;
}
.graph.in-view button img {
  animation: pop 0.75s var(--a-delay, 0s) ease forwards;
}
.graph.in-view button .g-name {
  animation: fade-in 0.6s calc(var(--a-delay) + 0.5s) linear forwards;
}

@keyframes pop {
  0% {
    opacity: 0;
    scale: 0.75;
  }
  30% {
    opacity: 1;
  }
  70% {
    scale: 1.05;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dialog {
  width: 27rem;
  height: 43rem;
  padding: 0;
  border: none;
  border-radius: 1.6rem;
  background-color: var(--color-white);
}
.dialog h3 {
  color: var(--color-green-dark);
  font-family: "Yu Gothic Pr6N B", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  text-align: center;
}
.dialog-je-01 img {
  margin: 3.5rem auto -0.3rem;
}
.dialog-uk-pasa-01 img {
  margin: 4.2rem auto 0.6rem;
}
.dialog-jo-02 img {
  margin: 4.7rem auto -1.5rem;
}
.dialog-un-oi-01 img {
  margin: 2.9rem auto 0rem;
}
.dialog-at-haoi img {
  margin: 9.3rem auto 0rem;
}
.dialog-uk-gish-01 img {
  margin: 1.7rem auto -1.9rem;
}
.dialog-close {
  position: absolute;
  left: calc(50% - 1.6rem);
  bottom: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M0.707108 0.707153L21.2071 21.2072" stroke="%23003C16" stroke-width="2"/><path d="M21.2071 0.707153L0.707107 21.2072" stroke="%23003C16" stroke-width="2"/></svg>') center/2.2rem no-repeat;
}

.guide-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  padding-right: 13.3333333333%;
}
@media (min-width: 48rem) {
  .guide-wrapper {
    margin-bottom: 3.2rem;
  }
}
.guide-wrapper .guide {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.guide-wrapper .guide.in-view {
  opacity: 1;
  animation: move-r-l 1.5s linear 3;
}
.guide-wrapper .guide.is-ended {
  opacity: 0;
}
@media (min-width: 75rem) {
  .guide-wrapper .guide {
    display: none;
  }
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 5rem 4.4rem;
}
.feature-wrapper {
  width: min(100%, 110rem);
}
.feature h2 {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  font-size: 2rem;
  line-height: 1.66855;
  letter-spacing: 0.29em;
  text-indent: 1.4em;
}
.feature-note {
  margin-inline: auto;
  padding-top: 4rem;
  width: 85.3333333333%;
  font-size: 1.5rem;
  line-height: 1.8;
}
.feature-note br {
  display: none;
}
.feature-note-link {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 3.2rem;
  padding: 0.7em 1.1em 0.5666666667em 1.2333333333em;
  color: #D16F4C;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 1.5rem;
  line-height: 1.5;
  border: 1.5px solid currentColor;
}
.feature-note-link .icon-cart {
  display: block;
  width: 1.6em;
  height: 1.6em;
  margin-inline: 0.1333333333em 0.2em;
  background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.16895 19.8359C8.27604 19.836 9.17383 20.7336 9.17383 21.8408C9.17382 22.948 8.27604 23.8456 7.16895 23.8457C6.06178 23.8457 5.16407 22.9481 5.16406 21.8408C5.16406 20.7336 6.06177 19.8359 7.16895 19.8359Z" fill="%23D16F4C"/><path d="M17.1846 19.8359C18.2917 19.836 19.1895 20.7336 19.1895 21.8408C19.1894 22.948 18.2917 23.8456 17.1846 23.8457C16.0774 23.8457 15.1797 22.9481 15.1797 21.8408C15.1797 20.7336 16.0774 19.8359 17.1846 19.8359Z" fill="%23D16F4C"/><path d="M5.61621 0C6.30656 0 6.86709 0.559627 6.86719 1.25V15.3594H18.2148L20.7793 5.68066H11.5615C10.8713 5.68056 10.3117 5.1209 10.3115 4.43066C10.3115 3.74027 10.8712 3.17979 11.5615 3.17969H22.4033C22.7913 3.17969 23.1569 3.36053 23.3936 3.66797C23.6301 3.9754 23.7106 4.37499 23.6113 4.75L20.3857 16.9297C20.2405 17.4777 19.7446 17.8592 19.1777 17.8594H5.61621C4.92604 17.8591 4.36624 17.2996 4.36621 16.6094V2.5H1.25C0.559636 2.49995 0 1.94043 0 1.25C9.94023e-05 0.559657 0.559697 4.88313e-05 1.25 0H5.61621Z" fill="%23D16F4C"/></svg>') center/2.4rem no-repeat;
}
.feature-note-link .icon-arrow {
  display: block;
  width: 1.6666666667em;
  height: 0.8em;
  margin-left: 0.5333333333em;
  background: url('data:image/svg+xml,<svg viewBox="0 0 25 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 11.6777H0V9.67773H21V11.6777Z" fill="%23D16F4C"/><path d="M24.291 10.001L22.8291 11.3545L14.4688 1.35547L15.9316 0L24.291 10.001Z" fill="%23D16F4C"/></svg>') center/2.5rem 1.2rem no-repeat;
}
@media (min-width: 48rem) {
  .feature {
    padding-block: 9.6rem 8rem;
  }
  .feature h2 {
    font-size: 3.4rem;
    line-height: 0.9815;
  }
  .feature-note {
    width: fit-content;
    padding-top: 5.6rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .feature-note br {
    display: block;
  }
  .feature-note-link {
    margin-top: 4.8rem;
  }
}
@media (min-width: 75rem) {
  .feature h2 {
    text-indent: 0;
  }
}

@keyframes move-r-l {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
.table-wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.table {
  position: relative;
  width: 100%;
  min-width: 54.2rem;
  max-width: 110rem;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  background-color: #E7E8E9;
}
.table th,
.table td {
  font-weight: normal;
}
.table thead th:first-of-type {
  width: 6.8rem;
}
.table thead th:nth-of-type(2) {
  width: 12.8rem;
}
.table thead th:nth-of-type(3) {
  width: 13rem;
}
.table thead th:nth-of-type(4) {
  width: 8.6rem;
}
.table thead th:nth-of-type(5) {
  width: 12.4rem;
}
.table th:first-of-type {
  position: sticky;
  top: 0;
  left: 0;
}
.table thead th:not(:last-of-type),
.table tfoot th:not(:last-of-type) {
  background-image: linear-gradient(to right, var(--color-white), var(--color-white));
  background-size: 1.5px 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.table tbody th {
  background-image: linear-gradient(to right, var(--color-green-dark), var(--color-green-dark)), linear-gradient(to bottom, var(--color-green-dark), var(--color-green-dark)), linear-gradient(to right, var(--color-green-dark), var(--color-green-dark));
  background-size: 1.5px 100%, 100% 1.5px, 1.5px 100%;
  background-position: left top, left bottom, right top;
  background-repeat: no-repeat;
}
.table tbody td {
  background-image: linear-gradient(to bottom, var(--color-green-dark), var(--color-green-dark)), linear-gradient(to right, var(--color-green-dark), var(--color-green-dark));
  background-size: 100% 1.5px, 1.5px 100%;
  background-position: left bottom, right top;
  background-repeat: no-repeat;
}
.table thead th,
.table tfoot th {
  height: 3.3rem;
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.29em;
  background-color: var(--color-green-dark);
}
.table tbody th {
  background-color: #E7E8E9;
}
.table tbody th img {
  display: inline-block;
  height: auto;
}
.table tbody th.un-oi-01 p {
  margin-top: 0rem;
}
.table tbody th.at-haoi p {
  margin-top: 0rem;
}
.table tbody th.uk-gish-01 p {
  margin-top: -0.5rem;
}
.table tbody th.uk-pasa-01 p {
  margin-top: 0rem;
}
.table tbody th.jo-02 p {
  margin-top: -0.7rem;
}
.table tbody th.je-01 p {
  margin-top: -0.2rem;
}
.table tbody th p {
  font-size: 0.8rem;
  line-height: 1.125;
}
.table tbody th .brand {
  display: block;
}
.table tbody td {
  padding: 0.8rem 1rem;
  font-size: 0.8rem;
  vertical-align: top;
}
.table tbody td small {
  display: block;
  font-size: 0.8em;
}
.table ul li + li {
  margin-top: 0.75em;
}
@media (min-width: 75rem) {
  .table thead th:first-of-type {
    width: 20.8rem;
  }
  .table thead th:nth-of-type(2) {
    width: 24.9rem;
  }
  .table thead th:nth-of-type(3) {
    width: 24.1rem;
  }
  .table thead th:nth-of-type(4) {
    width: 16.5rem;
  }
  .table thead th:nth-of-type(5) {
    width: 23.7rem;
  }
  .table thead th,
  .table tfoot th {
    height: 8.6rem;
    font-size: 2rem;
    line-height: 1.35;
  }
  .table tbody th p {
    font-size: 1.8rem;
    line-height: 1.46667;
  }
  .table tbody th .brand {
    font-size: 0.8333333333em;
  }
  .table tbody th small {
    display: block;
    font-size: 0.6666666667em;
  }
  .table tbody th br {
    display: none;
  }
  .table tbody th.un-oi-01 img {
    width: 8.6rem;
  }
  .table tbody th.un-oi-01 p {
    margin-top: 0.8rem;
  }
  .table tbody th.at-haoi img {
    width: 8.3rem;
  }
  .table tbody th.at-haoi p {
    margin-top: 0rem;
  }
  .table tbody th.uk-gish-01 img {
    width: 7.2rem;
  }
  .table tbody th.uk-gish-01 p {
    margin-top: -0.7rem;
  }
  .table tbody th.uk-pasa-01 img {
    width: 5.1rem;
  }
  .table tbody th.uk-pasa-01 p {
    margin-top: 0.4rem;
  }
  .table tbody th.jo-02 img {
    width: 8.8rem;
  }
  .table tbody th.jo-02 p {
    margin-top: -1.6rem;
  }
  .table tbody th.je-01 img {
    width: 8.6rem;
  }
  .table tbody th.je-01 p {
    margin-top: -0.2rem;
  }
  .table tbody td {
    padding: 3rem 1.6rem 3rem 2.4rem;
    font-size: 1.5rem;
    line-height: 1.3333333333em;
  }
  .table tbody .row-span-t {
    background-image: linear-gradient(to right, var(--color-green-dark), var(--color-green-dark));
    background-size: 1.5px 100%;
    background-position: right top;
    background-repeat: no-repeat;
  }
  .table tbody .row-span-b {
    color: transparent;
  }
}

.swiper-wrapper {
  height: fit-content;
  padding: 0;
}
.swiper .swiper-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  margin-top: 1.5rem;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: relative;
  width: 3.2rem;
  height: 2rem;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,%3Csvg width="21" height="10" viewBox="0 0 21 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.0076 8.5592H0" stroke="black" stroke-width="1.5"/%3E%3Cpath d="M19.5277 8.87402L12.5986 1" stroke="black" stroke-width="1.5"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper .swiper-button-next {
  --swiper-navigation-sides-offset: 2.8rem;
}
.swiper .swiper-button-prev {
  --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
}
.swiper .swiper-button-prev::after {
  transform: scale(-1, 1);
}
.swiper .swiper-button-disabled {
  opacity: 0;
}
@media (min-width: 67rem) {
  .swiper .swiper-button-next {
    --swiper-navigation-sides-offset: calc(3.2rem * 0.32);
  }
}

.related-contents-section {
  --color-black: black;
  width: 100%;
  padding-left: 2.8rem;
  background-color: var(--color-rcs-bg, #B7C0C1);
}
.related-contents-section h3 {
  margin-bottom: 3rem;
  padding-bottom: 0.4rem;
  font-size: 2rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border-bottom: 1.5px solid var(--color-black);
}
@media (min-width: 67rem) {
  .related-contents-section {
    padding-inline: calc((100% - 102rem) / 2);
  }
}

.related-contents {
  margin-inline: auto;
}
.related-contents a {
  color: var(--color-black);
  transition: filter 0.1s ease;
}
@media (hover: hover) {
  .related-contents a:hover {
    opacity: 1;
    filter: brightness(1.12);
  }
}
.related-contents .swiper-wrapper {
  height: auto;
}

.related-content {
  display: block;
}
.related-content img {
  aspect-ratio: 1;
  border: var(--border, 1.5px solid var(--color-black));
}
.related-content h4 {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 142.857%;
}
@media (min-width: 600px) {
  .related-content h4 {
    margin-top: 1.6rem;
  }
}

.related-product-section {
  --color-black: black;
  --color-white: white;
  width: 100%;
  padding-block: var(--rps-padding-block, 0 min(14.9333333333vw, 9.6rem));
  padding-left: 2.8rem;
  background-color: var(--color-rps-bg, #B7C0C1);
}
.related-product-section h3 {
  margin-bottom: 3rem;
  padding-bottom: 0.4rem;
  font-size: 2rem;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.03em;
  border-bottom: 1.5px solid #000;
}
@media (min-width: 67rem) {
  .related-product-section {
    padding-inline: calc((100% - 102rem) / 2);
  }
}

.related-product {
  margin-inline: auto;
}
.related-product a {
  color: var(--color-black);
  transition: filter 0.1s ease;
}
@media (hover: hover) {
  .related-product a:hover {
    opacity: 1;
    filter: brightness(1.12);
  }
}
.related-product .swiper .brand,
.related-product .swiper .name,
.related-product .swiper .price small {
  font-family: "Yu Gothic Pr6N B", sans-serif;
  letter-spacing: 0.02em;
}
.related-product .swiper .brand {
  font-size: 1rem;
  line-height: 160%;
}
.related-product .swiper .name {
  font-size: 1.2rem;
  line-height: 133.3333333333%;
}
.related-product .swiper .price {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.03em;
}
.related-product .swiper .price:last-child {
  margin-top: 0.8rem;
}
@media (min-width: 67rem) {
  .related-product .swiper .price {
    font-size: 1.2rem;
  }
}
.related-product figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 0.8rem;
  border: var(--border, 1px solid var(--color-black));
}
.related-product figure figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.5333333333vw;
  background-color: rgba(0, 0, 0, 0.4);
}
.related-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-product .price-wrap {
  margin-top: 0.8rem;
}
.related-product .price-wrap small {
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .related-product figure figcaption {
    font-size: min(3vw, 2rem);
  }
}

@keyframes arrow-tap-next {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-tap-prev {
  0% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  68% {
    transform: translateX(-32%);
  }
  76% {
    transform: translateX(0);
  }
  84% {
    transform: translateX(-24%);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.aside {
  padding-top: 5.3rem;
  background-color: #B7C0C1;
}
.aside .related-contents {
  margin-bottom: 6rem;
}
@media (min-width: 48rem) {
  .aside {
    padding-top: 9rem;
  }
}