@charset "utf-8";

/*! SOMÈS SADDLE 60th Anniversary v1.1.02fx7i */

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes iv {
  0% {
    opacity: 0;
    transform: translate(0, 1.25rem);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

html {
  word-break: normal;
  tab-size: 4;
}

*, ::after, ::before {
  background-repeat: no-repeat;
}

*, html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

::after, ::before {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

a, hr {
  color: inherit;
}

hr {
  overflow: visible;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--ss60th-border-color);
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe, img {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  --vh: 1vh;
  --ss60th-green: #172219;
  --ss60th-gray: #d1d1d1;
  --ss60th-gray-lighten: #e2e2de;
  --ss60th-text-color: var(--ss60th-gray-lighten);
  --ss60th-background-color: var(--ss60th-green);
  --ss60th-border-color: rgba(226, 226, 222, .2);
  --ss60th-ease: cubic-bezier(.65, 0, .35, 1);
}

ol, ul {
  list-style: none;
}

a img {
  outline: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.u-ja, html {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

.c-btn, .c-h1__caption, .c-history__header p, .c-item__label, .c-item__price,
.c-news-li time, .c-process-li__meta, .u-sans {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 300;
}

.c-h1, .u-aktiv-grotesk-ex {
  font-family: aktiv-grotesk-extended, sans-serif;
}

.u-aktiv-grotesk-ex {
  font-weight: 400;
}

html {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: var(--ss60th-background-color);
  color: var(--ss60th-text-color);
  font-size: 3.720930232558139vw;
}

body {
  font-size: .9375rem;
  letter-spacing: .03em;
  line-height: 1.866666666666667;
  visibility: hidden;
  pointer-events: none;
}

body.-disable-scroll {
  overflow: hidden;
}

body.no-transition * {
  transition: none !important;
}

body.is-opening {
  overflow: hidden;
  pointer-events: none;
}

.wf-active body, .wf-inactive body {
  visibility: visible;
  pointer-events: auto;
}

.l-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: f;
}

.c-item>.l-footer, .l-header, .l-wrapper>.l-header, .l-wrapper>.l-main__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 64;
  grid-area: h;
}

.l-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  display: grid;
  grid-area: m;
  grid-template: "h"max-content"c"auto/1fr;
  width: 100%;
}

.l-main__heading, .l-main__inr {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: h;
}

.l-main__inr {
  -ms-grid-row: 2;
  grid-area: c;
}

.l-side {
  grid-area: s;
}

.l-wrapper {
  display: grid;
  grid-template: "h"max-content"m"auto"f"max-content/1fr;
  width: 100vw;
  min-height: calc(100*var(--vh));
}

.c-flc, .c-flc--c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-flc--c {
  flex-flow: column;
}

.c-gc {
  display: grid;
  grid-template-areas: "a";
  position: relative;
}

.c-gc__ly {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
  z-index: 0;
}

.c-in {
  opacity: 0;
  pointer-events: none;
}

.c-in.is-show {
  animation: iv 1.2s forwards ease;
}

.c-article>p a, .c-ln.-u {
  text-decoration: underline;
}

.c-article>p a:hover, .c-ln.-u:hover {
  text-decoration: none;
}

.c-ln--l {
  position: relative;
  display: block;
  width: max-content;
  overflow: hidden;
  --w: calc(100% + .5rem);
}

.c-ln--l:after, .c-ln--l:before {
  content: "";
  background: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  transition: transform .6s var(--ss60th-ease);
}

.c-ln--l:before {
  right: 0;
}

.c-ln--l:hover:after, .c-ln--l:hover:before {
  transform: translate(var(--w), 0);
}

.c-ln--l:after {
  right: var(--w);
}

.c-fit {
  object-fit: cover;
}

.c-fit--contain {
  object-fit: contain;
}

.c-pic, .c-pic img {
  display: block;
}

.c-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-btn {
  appearance: none;
  outline: 0;
  --c: var(--ss60th-text-color);
  --b: #8c918c;
  --g: var(--ss60th-background-color);
  --w: 100%;
  --h: 2.0625rem;
  color: var(--c);
  border: .0625rem solid var(--b);
  background: var(--g);
  transition: .4s var(--ss60th-ease);
  transition-property: background-color, color;
  font-size: .75rem;
  line-height: 1.25;
  width: var(--w);
  height: var(--h);
  border-radius: calc(var(--h)/2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.c-btn:not([disabled]):not([aria-disabled=true]) {
  cursor: pointer;
}

.c-btn:not([disabled]):not([aria-disabled=true]):hover {
  --g: var(--b);
  --c: var(--ss60th-green);
}

.c-h1 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}

.c-404 h1, .c-h1__caption {
  font-size: .6875rem;
  line-height: 1.272727272727273;
  display: block;
  margin: .25rem 0 0;
}

.c-spr {
  pointer-events: none;
  height: 3rem;
}

.c-404 {
  text-align: center;
  font-size: .75rem;
  letter-spacing: .06em;
  line-height: 1.25;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.c-404 h1 {
  font-size: 2.1875rem;
  line-height: 1.285714285714286;
  margin: 0 0 .125rem;
}

.l-header:has(+.c-404) .g-header {
  padding-bottom: 1.25rem;
}

.c-404+.l-footer .g-footer {
  padding-top: 2.625rem;
}

.c-arrow {
  width: .615384615384615em;
  height: .615384615384615em;
}

.c-arrow svg {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  fill: currentColor;
}

.c-arrow__wrapper {
  display: inline-flex;
  align-items: baseline;
  gap: .230769230769231em;
}

.c-item {
  position: relative;
  display: grid;
  grid-template: "f . l"/1fr .375rem .875rem;
  font-weight: 500;
}

.c-item img, .c-item-img {
  display: block;
  aspect-ratio: .766666666666667;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-item img {
  aspect-ratio: .700389105058366;
}

.c-item.-saddle img {
  aspect-ratio: 1.19205298013245;
}

.c-item__fig {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: f;
}

.c-item>.c-item__fig {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-item__label {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  display: flex;
  flex-flow: column;
  grid-area: l;
  font-size: .6875rem;
  line-height: 1.272727272727273;
  opacity: .8;
}

.c-article__item__caption>.c-item__label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.c-item__label span {
  order: 1;
  font-feature-settings: "pkna"1;
  writing-mode: vertical-rl;
  opacity: .8;
}

.c-item__label span:last-child {
  order: 3;
}

.c-item__label:before {
  content: "";
  order: 2;
  width: 1px;
  height: 2.8125rem;
  background: rgba(112, 112, 112, .7);
  margin: .625rem .375rem;
}

.c-item__name {
  font-size: .9375rem;
  line-height: 1;
}

.c-item__name__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.c-item__name__wrapper :has(+a) {
  margin: 0 0 1.5625rem;
}

.c-item__note {
  font-size: .75rem;
  line-height: 1;
  margin: .6875rem 0 0;
}

.c-item__price {
  font-size: .8125rem;
  line-height: 1.230769230769231;
}

.c-item__caption {
  margin: 1.75rem 0 0;
}

:where(.c-page__heading) {
  text-align: center;
  padding: 0 1.25rem 3.75rem;
}

:where(.c-page__content) {
  padding: 0 1.25rem;
}

.c-article {
  padding: 0 .3125rem;
}

.c-article>:first-child {
  margin-top: 0 !important;
}

.c-article>:last-child {
  margin-bottom: 0 !important;
}

.c-article__header {
  padding: 0 .3125rem .9375rem;
  margin: 0 0 4.28125rem;
  border-bottom: .0625rem solid #c6c6c6;
}

.c-article__header h1 {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 500;
}

.c-article__header time {
  display: block;
  font-size: .6875rem;
  letter-spacing: .05em;
  line-height: 1.272727272727273;
  opacity: .5;
  margin: 1.46875rem 0 0;
}

.c-article h1, .c-article h2, .c-article h3 {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 500;
  margin: 4.1875rem 0 1.375rem;
}

.c-article h3 {
  font-size: .9375rem;
  line-height: 1.866666666666667;
  padding: 0 0 0 .75rem;
  position: relative;
}

.c-article h3:before {
  content: "";
  display: block;
  background: currentColor;
  width: .0625rem;
  height: 1.125rem;
  position: absolute;
  left: 0;
  top: .3125rem;
}

:where(.c-article p) {
  color: rgba(209, 209, 209, .8);
}

.c-article>p a[target=_blank] {
  vertical-align: baseline;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.c-article>p a[target=_blank]:hover {
  border-bottom-color: transparent;
}

.c-article>p a[target=_blank]:after {
  content: "";
  text-decoration: underline;
  width: .666666666666667em;
  display: inline-flex;
  aspect-ratio: 1.111111111111111;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg height='9' viewBox='0 0 10 9' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d1d1d1'%3E%3Cpath d='m10 7.023h-7.86v-7.023h7.86zm-6.87-.998h5.879v-5.027h-5.879z'/%3E%3Cpath d='m8.257 9h-8.257v-7.423h.99v6.425h7.267z'/%3E%3C/g%3E%3C/svg%3E")no-repeat 50% 50%/contain;
          mask: url("data:image/svg+xml;charset=utf-8,%3Csvg height='9' viewBox='0 0 10 9' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d1d1d1'%3E%3Cpath d='m10 7.023h-7.86v-7.023h7.86zm-6.87-.998h5.879v-5.027h-5.879z'/%3E%3Cpath d='m8.257 9h-8.257v-7.423h.99v6.425h7.267z'/%3E%3C/g%3E%3C/svg%3E")no-repeat 50% 50%/contain;
  margin: 0 0 .2em .333333333333333em;
}

:where(.c-article p+p) {
  margin-top: 1.75rem;
}

.c-article img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.c-article img+img {
  margin-top: .625rem;
}

.c-article p:has(>img), .c-article>img {
  margin: 4.375rem -.3125rem;
}

.c-article>img:has(+img) {
  margin-bottom: 0;
}

.c-article__item {
  margin: 5.96875rem 0;
  display: flex;
  gap: .9375rem;
}

.c-article__item p {
  margin: 0;
  color: inherit;
}

.c-article__item__img {
  width: 7.6875rem;
  flex-shrink: 0;
}

.c-article__item__caption {
  --p0: .4375rem;
  --p1: 5rem;
  --p2: 1.25rem;
  flex: 1 1;
  display: grid;
  grid-template: "l l"max-content". ."1fr"n b"max-content". b"var(--p0)"p b"max-content/1fr var(--p1);
  padding: 0 0 var(--p2);
  border-bottom: 1px solid rgba(198, 198, 198, .4);
}

.c-article__item__label {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: l;
  font-size: .6875rem;
  letter-spacing: .04em;
  line-height: 1.272727272727273;
}

.c-article__item__caption>.c-article__item__label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.c-article__item__name {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: n;
  font-weight: 500;
}

.c-article__item__price {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: p;
  font-size: .75rem;
  line-height: 1.25;
}

.c-article__item__button {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: b;
  display: flex;
  align-items: end;
}

.c-article__item .c-btn {
  --h: 1.8125rem;
  text-decoration: none;
}

.c-article__nav a {
  transition: opacity .3s;
  backface-visibility: hidden;
}

.c-article__nav a:hover, .c-process-li a:hover, .g-menu a:hover {
  opacity: .7;
}

.c-article__nav.-above {
  display: none;
}

.c-article__nav.-below {
  margin: 8.75rem auto 0;
  display: flex;
  justify-content: center;
  width: 14.6875rem;
  font-size: 1rem;
  line-height: 1.25;
}

.c-article__nav.-below p {
  flex: 1 0;
  text-align: center;
}

.c-article__nav.-below p:first-child {
  text-align: left;
}

.c-article__nav.-below p:last-child {
  text-align: right;
}

.c-article__event {
  border: 1px solid rgba(198, 198, 198, .4);
  padding: 2.40625rem 1.25rem 2.84375rem;
  text-align: center;
  font-size: .875rem;
  letter-spacing: .03em;
  line-height: 1.785714285714286;
  color: var(--ss60th-gray);
  margin: 4.28125rem 0;
}

.c-article__event__heading {
  font-size: .9375rem;
  line-height: 1.866666666666667;
}

.c-article__event__inner {
  margin: .75rem 0 0;
}

.c-article__event p+p {
  margin: .875rem 0 0;
}

.c-article__event__note {
  margin-top: 1.5625rem;
  font-size: .75rem;
  line-height: 1.75;
  opacity: .8;
}

.c-article>:is(h1,h2,h3)+p:has(>img) {
  margin-top: 0;
}

.c-article p:has(>img)+:is(h1,h2,h3) {
  margin-top: 4.59375rem;
}

.c-history__header {
  margin: 0 0 1.4375rem;
}

.c-history__header__inner {
  display: flex;
  align-items: start;
}

.c-history__header p {
  width: 1.3125rem;
  font-size: .75rem;
  line-height: 1.25;
}

.c-history__header h3 {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}

.c-history__text {
  font-size: .875rem;
  line-height: 2;
  color: var(--ss60th-gray-lighten);
}

.c-history__text p {
  opacity: .8;
}

.c-history__text p+p {
  margin-top: 1.75rem;
}

.c-history__fig__wrapper {
  margin: 3rem 0 0;
}

.c-history__fig img, .c-process-li img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.c-history__fig img {
  height: auto;
  aspect-ratio: 1.338028169014085;
}

.c-history__num {
  font-size: .6875rem;
  line-height: 1.272727272727273;
  text-align: center;
  width: .4375rem;
  opacity: .5;
  transition: opacity .5s var(--ss60th-ease);
}

.c-history__nums {
  display: none;
}

.c-history__num.is-current {
  opacity: 1;
}

.c-news-li p, .c-process-li p {
  font-size: .9375rem;
  line-height: 1.533333333333333;
  font-weight: 500;
}

.c-news-li time, .c-process-li__meta {
  font-size: .6875rem;
  line-height: 1.272727272727273;
  opacity: .5;
}

.c-news-li time {
  letter-spacing: .05em;
  display: block;
  margin: .5rem 0 0;
}

.c-news-li a {
  display: block;
  position: relative;
  padding: 1.34375rem 0 1.59375rem;
}

.c-news-li a:after, .c-news-li a:before {
  content: "";
  background: currentColor;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.c-news-li a:before {
  z-index: 0;
  opacity: .2;
}

.c-news-li a:after {
  transition: transform .5s var(--ss60th-ease);
  transform-origin: 0;
  transform: scaleX(0);
  z-index: 1;
}

.c-news-li a:hover:after {
  transform: none;
}

.c-process-li img {
  aspect-ratio: 1.333333333333333;
  margin: 0 0 .71875rem;
}

.c-process-li p {
  line-height: 1.466666666666667;
}

.c-process-li a {
  display: block;
  transition: opacity .3s;
  backface-visibility: hidden;
}

.c-process-li__meta {
  margin: .40625rem 0 0;
  display: flex;
  gap: .9375rem;
}

.c-op, .c-op__y {
  display: flex;
  justify-content: center;
}

.c-op {
  position: fixed;
  z-index: 2048;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--ss60th-background-color);
  align-items: center;
}

.c-op__y {
  align-items: baseline;
  gap: .24609375rem;
}

.-s1 .c-op__y, .-s2 .c-op {
  animation: fade-out .5s forwards var(--ss60th-ease);
}

.c-op__y svg {
  fill: var(--ss60th-gray);
  stroke: var(--ss60th-gray);
  stroke-width: .0625rem;
  width: auto;
  height: 1.3125rem;
  overflow: visible;
}

.-s3 .c-op {
  visibility: hidden;
}

.u-center {
  text-align: center;
}

.u-w4 {
  font-weight: 400;
}

.u-w5 {
  font-weight: 500;
}

.u-lighten {
  color: var(--ss60th-gray-lighten);
}

.u-hide--b, .u-hide--m {
  display: none;
}

.u-hidden {
  visibility: hidden;
}

.g-footer, .g-footer__ln {
  display: flex;
  align-items: end;
}

.g-footer {
  flex-flow: row-reverse;
  justify-content: space-between;
  font-size: .8125rem;
  line-height: 1.230769230769231;
  padding: 11.875rem 1.25rem 1.875rem;
}

.g-footer__ln {
  flex-flow: column;
  gap: .5rem;
}

.g-header, .p-home__fv figcaption {
  font-size: .6875rem;
  line-height: 1.545454545454545;
}

.g-header {
  padding: .9375rem 1.25rem 4.375rem;
}

.is-opening .g-header {
  opacity: 0;
}

.is-opening.-s3 .g-header {
  animation: fade-in .5s forwards var(--ss60th-ease);
}

.g-header img {
  aspect-ratio: 8.722222222222221;
  width: 8.75rem;
}

.g-header__ln {
  margin: 1.05625rem 0 0;
}

.p-home {
  grid-area: 1/1/3/2;
}

.p-home__concept {
  padding: 10rem 0 5.6875rem;
}

.p-home__concept__inner {
  padding: 1.25rem 2.5rem 1.25rem 1.875rem;
  position: relative;
}

.p-home__concept__inner h2 {
  font-size: 1.25rem;
  letter-spacing: .04em;
  line-height: 1.75;
  font-weight: 500;
  margin: 0 0 2.875rem;
}

.p-home__concept__text p, .p-home__original-items__inner p {
  opacity: .8;
}

.p-home__concept__label {
  position: absolute;
  top: 0;
  right: .625rem;
  font-feature-settings: "pkna"1;
  writing-mode: vertical-rl;
  font-size: .625rem;
  line-height: 1.3;
}

.p-home__concept__fig {
  display: flex;
  flex-flow: column;
  padding: 5.84375rem 1.25rem 0;
  gap: .625rem;
}

.p-home__concept__p {
  display: block;
}

.p-home__concept__p img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-home__concept__p.-p0 {
  aspect-ratio: .836909871244635;
}

.p-home__concept__p.-p1 {
  aspect-ratio: 1.354166666666667;
}

.p-home__fv {
  display: grid;
  --h: 100vh;
  --h: 100svh;
  --th: 6.25rem;
  grid-template: auto auto/1fr;
  width: 100vw;
}

.p-home__fv__inner {
  grid-area: 1/1/2/2;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: sticky;
  top: calc((var(--h) - var(--th))/2);
  height: var(--th);
}

.p-home__fv__fig.-f0 {
  width: 18.5rem;
  margin: -1.25rem -.6875rem 0 auto;
}

.p-home__fv__fig.-f1 {
  width: 18.75rem;
  margin: 14.0625rem 0 0 .9375rem;
}

.p-home__fv__fig.-f2 {
  width: 15.625rem;
  margin: 11.9375rem 2.1875rem 0 auto;
}

.p-home__fv__fig.-f3 {
  width: 18.4375rem;
  margin: 11.125rem 0 0 .9375rem;
}

.p-home__fv__fig.-f4 {
  width: 24.375rem;
  margin: 11.875rem 0 0 auto;
}

.p-home__fv__fig.-f5 {
  width: 17.5rem;
  margin: 11.9375rem 0 0 .9375rem;
}

.p-home__fv__img, .p-home__p img, .p-home__title img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-home__fv__imgs {
  grid-area: 1/1/3/2;
  z-index: 0;
  overflow: hidden;
  padding: 0 0 17.5rem;
}

.p-home__fv__imgs__inner {
  width: 100%;
}

.is-opening .p-home__fv__imgs__inner {
  transform: translate(0, 200vh);
  transition: transform 2s cubic-bezier(.25, 1, .5, 1);
}

.is-opening.-s3 .p-home__fv__imgs__inner {
  transform: none;
}

.p-home__fv__img.-i0 {
  aspect-ratio: 1.626373626373626;
}

.p-home__fv__img.-i1 {
  aspect-ratio: .699300699300699;
}

.p-home__fv__img.-i2 {
  aspect-ratio: .773993808049536;
}

.p-home__fv__img.-i3 {
  aspect-ratio: 1.316964285714286;
}

.p-home__fv__img.-i4 {
  aspect-ratio: 1.397849462365591;
}

.p-home__fv__img.-i5 {
  aspect-ratio: .797720797720798;
}

.p-home__fv figcaption {
  margin: .8125rem 0 0;
}

.p-home__fv__scroll {
  font-feature-settings: "pkna"1;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  right: .625rem;
  transform: translate(0, -50%);
  font-size: .625rem;
  line-height: 1.3;
  white-space: nowrap;
  transition: opacity .5s var(--ss60th-ease);
}

.is-opening .p-home__fv__scroll, .p-home__fv__scroll.-hide {
  opacity: 0;
}

.is-opening.-s3 .p-home__fv__scroll {
  opacity: 1;
}

.p-home__history {
  padding: 3.125rem 1.5625rem 0;
}

.p-home__history__heading {
  font-size: 1.125rem;
  line-height: 1.277777777777778;
  margin: 0 0 4.9375rem;
}

.p-home__news {
  padding: 7.25rem 1.25rem 1.875rem;
}

.p-home__news__heading {
  font-size: 1.125rem;
  line-height: 1.277777777777778;
  margin: 0 0 1.40625rem;
}

.p-home__news__inner {
  flex: 1 0;
}

.p-home__news__footer {
  font-size: .75rem;
  line-height: 1.25;
  padding: 1.875rem 0 0;
}

.p-home__news__footer a {
  margin: 0 0 0 auto;
}

.p-home__original-items {
  padding: 6.25rem 0 .625rem;
}

.p-home__original-items__wrapper {
  padding: 3.125rem 0 0;
}

.p-home__original-items__heading {
  font-size: 1.125rem;
  line-height: 1.277777777777778;
  padding: 0 1.5625rem;
  margin: 0 0 1.75rem;
}

.p-home__original-items__inner {
  padding: 0 1.25rem 5.25rem;
  font-size: .875rem;
  line-height: 1.857142857142857;
}

.p-home__p {
  display: block;
  padding: 10.625rem 0 0;
}

.p-home__p img, .p-home__title img {
  aspect-ratio: 1.433333333333333;
}

.p-home__process__heading {
  padding: 0 1.5625rem 2.0625rem;
  font-size: .8125rem;
  line-height: 1.307692307692308;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.p-home__process__heading a {
  font-size: .75rem;
  line-height: 1.25;
}

.p-home__process__inner {
  width: 100vw;
  padding: 0 .9375rem;
}

.p-home__process__li {
  width: 22.5rem;
  padding: 0 .625rem;
}

.p-home__process .swiper-scrollbar {
  --swiper-scrollbar-drag-bg-color: var(--ss60th-gray-lighten);
  --swiper-scrollbar-bg-color: rgba(226, 226, 222, .2);
  --swiper-scrollbar-bottom: 0;
  --swiper-scrollbar-sides-offset: 1.5625rem;
  --swiper-scrollbar-size: 1px;
  --swiper-scrollbar-border-radius: 0;
  position: revert;
  margin: 4.375rem var(--swiper-scrollbar-sides-offset)0;
}

.p-home__products--ln {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9.78125rem 0 1.25rem;
}

.p-home__products__heading {
  padding: 7.4375rem 1.5625rem 2.0625rem;
  font-size: .8125rem;
  line-height: 1.307692307692308;
}

.p-home__products__inner {
  padding: 0 1.5625rem;
}

.p-home__products__wrapper {
  display: flex;
  flex-flow: column;
  gap: 4.375rem;
}

.p-home__products__footer {
  margin-top: 3.6875rem;
  font-size: .8125rem;
  letter-spacing: .03em;
  line-height: 1.923076923076923;
  color: rgba(209, 209, 209, .6);
}

.p-home__title {
  width: 13.75rem;
}

.p-home__title img {
  aspect-ratio: 5.294871794871795;
}

.g-menu {
  pointer-events: none;
  font-size: .75rem;
  line-height: 2;
}

.g-header:has(>.g-menu) {
  position: relative;
}

.g-menu__btn {
  position: absolute;
  --s: 1.875rem;
  top: .25rem;
  right: .9375rem;
  width: var(--s);
  height: var(--s);
  --g: #fff;
  pointer-events: auto;
  cursor: pointer;
}

.is-menu-active .g-menu__btn {
  --g: var(--ss60th-green);
}

.g-menu__btn:after, .g-menu__btn:before {
  content: "";
  display: block;
  position: absolute;
  width: var(--s);
  height: 1px;
  background: var(--g);
  top: calc(50% - .5px);
  left: 0;
  transition: .4s var(--ss60th-ease);
  transition-property: background-color, transform;
}

.g-menu__btn:before {
  transform: translate(0, -.15625rem);
}

.is-menu-active .g-menu__btn:before {
  transform: translate(.3125rem, 0) rotate(-45deg);
}

.g-menu__btn:after {
  transform: translate(0, .15625rem);
}

.is-menu-active .g-menu__btn:after {
  transform: translate(.3125rem, 0) rotate(45deg);
}

.g-menu__ul {
  display: flex;
  font-weight: 500;
  pointer-events: none;
}

.g-menu a {
  transition: opacity .3s;
  backface-visibility: hidden;
  pointer-events: auto;
}

.p-news-list__heading {
  padding-bottom: 2.46875rem;
}

.p-news-list__content, .p-process-list__content {
  padding-bottom: .625rem;
}

.p-process-list__ul {
  display: flex;
  flex-flow: wrap;
  --gy: 3.75rem;
  --gx: 1.25rem;
  --c: 2;
  gap: var(--gy) var(--gx);
}

.p-process-list__ul li {
  width: calc((100% - var(--gx)*(var(--c) - 1))/var(--c));
}

.p-process__eyecatch {
  grid-area: e;
  padding: 0 1.25rem;
  margin: 0 0 4.90625rem;
}

.p-process__eyecatch img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.363636363636364;
  object-fit: cover;
}

.p-process .c-article__header {
  padding-bottom: 0;
  margin-bottom: 3.65625rem;
  border-bottom: none;
}

.p-process .c-article h1, .p-process .c-article h2 {
  font-size: 1.125rem;
  line-height: 1.722222222222222;
  margin: 4.8125rem 0 2.71875rem;
  padding: 0 0 .375rem;
  border-bottom: 1px solid rgba(226, 226, 222, .8);
}

@media only screen and (min-width:841px) {
  html {
    font-size: 1.111111111111111vw;
  }

  .l-main {
    grid-template: ". h c ."auto/10.625rem 23.4375rem 1fr 15rem;
  }

  .c-btn {
    --h: 1.8125rem;
  }

  .c-h1 {
    font-size: 1.6875rem;
    line-height: 1.296296296296296;
  }

  .c-h1__caption {
    margin: .4375rem 0 0;
  }

  .c-spr {
    height: 3.0625rem;
  }

  .c-404 {
    font-size: 1.125rem;
    line-height: 1.277777777777778;
  }

  .c-404 h1 {
    font-size: 3.125rem;
    line-height: 1.28;
    margin: 0 0 .5625rem;
  }

  .c-404+.l-footer .g-footer {
    padding-top: 3.6875rem;
  }

  .c-item img {
    aspect-ratio: .766666666666667;
  }

  .c-item.-saddle img {
    aspect-ratio: 1.333333333333333;
  }

  .c-item__name__wrapper {
    display: block;
  }

  .c-item__name__wrapper :has(+a) {
    margin: 0 0 1.25rem;
  }

  .c-item__note {
    font-size: .8125rem;
    margin: 1.1875rem 0 0;
  }

  .c-item__price {
    font-size: .75rem;
    line-height: 1.25;
    margin: .5625rem 0 0;
  }

  .c-item__caption {
    margin: 1.25rem 0 0;
  }

  :where(.c-page__heading) {
    text-align: left;
    padding: 0 2.5rem 0 0;
    position: sticky;
    top: 11.875rem;
  }

  :where(.c-page__content) {
    padding: 0;
  }

  .c-article {
    padding: 0;
  }

  .c-article__header {
    margin: 0 0 5.21875rem;
  }

  .c-article__header time {
    margin: .96875rem 0 0;
  }

  .c-article p:has(>img), .c-article>img {
    margin: 4.6875rem 0;
  }

  .c-article__item {
    margin: 10.84375rem 0;
    gap: 1.875rem;
  }

  .c-article__item__caption {
    --p0: .625rem;
    --p1: 8.75rem;
    --p2: 1.875rem;
  }

  .c-article__item .c-btn {
    --h: 2.0625rem;
  }

  .c-article__nav.-above {
    display: block;
    font-size: .625rem;
    line-height: 1.8;
    margin: 4.1875rem 0 0;
  }

  .c-article__nav.-above.-process {
    margin: 2.875rem 0 0;
  }

  .c-article__nav.-below {
    display: none;
  }

  .c-article__event {
    margin: 7.09375rem 0;
    padding: 2.71875rem 1.875rem 3.46875rem;
  }

  .c-article__event p+p, .c-article__event__inner {
    margin: .6875rem 0 0;
  }

  .c-article__event__note {
    margin-top: 1.25rem;
  }

  .c-history__wrapper {
    display: grid;
    grid-template: "c";
    --history-size: 42.5rem;
  }

  .c-history {
    display: grid;
    grid-template: "f . t ."/var(--history-size) 6.25rem 26.25rem 9.375rem;
    grid-area: c;
    pointer-events: none;
  }

  .c-history.is-current {
    pointer-events: auto;
  }

  .c-history.-h0 {
    z-index: 4;
  }

  .c-history.-h1 {
    z-index: 3;
  }

  .c-history.-h2 {
    z-index: 2;
  }

  .c-history.-h3 {
    z-index: 1;
  }

  .c-history__header {
    overflow: hidden;
    margin: 0 0 1.5rem;
  }

  .c-history__header__inner {
    transition: transform .5s var(--ss60th-ease);
    transform: translate(0, 100%);
  }

  .is-appeared .c-history__header__inner {
    transition-delay: 0;
    transform: translate(0, -100%);
  }

  .is-current .c-history__header__inner {
    transition-delay: .2s;
    transform: none;
  }

  .c-history__inner {
    grid-area: t;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .c-history__text {
    line-height: 1.857142857142857;
    opacity: 0;
    transition: opacity .5s var(--ss60th-ease);
    height: var(--th, auto);
  }

  .is-appeared .c-history__text {
    transition-delay: 0;
    opacity: 0;
  }

  .is-current .c-history__text {
    transition-delay: .2s;
    opacity: 1;
  }

  .c-history__text p+p {
    margin-top: 1.625rem;
  }

  .c-history__fig__wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    margin: 0;
    grid-area: f;
    overflow: hidden;
  }

  .c-item>.c-history__fig__wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .c-history__fig {
    width: var(--history-size);
    overflow: hidden;
  }

  .c-history__fig img {
    width: var(--history-size);
    aspect-ratio: 1.307692307692308;
  }

  .c-history__nums {
    pointer-events: none;
    grid-area: c;
    z-index: 5;
    display: flex;
    flex-flow: column;
    align-items: end;
    justify-content: center;
    gap: .9375rem;
  }

  .c-news-li:first-child {
    margin-top: -.84375rem;
  }

  .c-news-li p {
    line-height: 1.866666666666667;
  }

  .c-news-li time {
    margin: .34375rem 0 0;
  }

  .c-news-li a {
    padding: .84375rem 0 1.25rem;
  }

  .c-process-li p {
    line-height: 1.666666666666667;
  }

  .c-process-li__meta {
    margin: .3125rem 0 0;
  }

  .c-op__y {
    gap: .375rem;
  }

  .c-op__y svg {
    height: 2rem;
  }

  .u-hide {
    display: none;
  }

  .u-hide--m, .u-hide.-d {
    display: inline;
  }

  .u-hide--b {
    display: block;
  }

  .g-footer {
    padding: 19.375rem 2.8125rem 2.1875rem;
  }

  .g-footer__ln {
    flex-flow: row;
    gap: 2.5rem;
  }

  .g-header {
    font-size: .625rem;
    line-height: 1.7;
    padding: 1.6875rem 2.1875rem 6.25rem;
  }

  .g-header img {
    width: 9.8125rem;
  }

  .g-header__ln, .p-home__fv figcaption {
    margin: 1.4375rem 0 0;
  }

  .p-home__concept {
    padding: 8.75rem 0 14.8125rem;
  }

  .p-home__concept__inner {
    display: flex;
    justify-content: space-between;
    padding: 12.5rem 12.625rem 17.09375rem;
  }

  .p-home__concept__inner h2 {
    font-size: 1.6875rem;
    line-height: 1.814814814814815;
    flex-shrink: 0;
    margin: 0;
  }

  .p-home__concept__text {
    width: 30rem;
    flex-shrink: 0;
    text-align: justify;
    padding: .28125rem 0 0;
  }

  .p-home__concept__label {
    top: 50%;
    right: 1.25rem;
    transform: translate(0, -50%);
  }

  .p-home__concept__fig {
    flex-flow: row;
    justify-content: space-between;
    padding: 2.3125rem 0 0 3.75rem;
    gap: none;
  }

  .p-home__concept__p.-p0 {
    aspect-ratio: .769230769230769;
    width: 18.75rem;
  }

  .p-home__concept__p.-p1 {
    aspect-ratio: 1.344;
    width: 52.5rem;
  }

  .p-home__fv {
    --th: 6.25rem;
  }

  .p-home__fv__fig.-f0 {
    width: 43.75rem;
    margin: -13.4375rem -3.375rem 0 auto;
  }

  .p-home__fv__fig.-f1 {
    width: 21.875rem;
    margin: 9.0625rem 0 0 3.75rem;
  }

  .p-home__fv__fig.-f2 {
    width: 21.875rem;
    margin: -11.5625rem 9.375rem 0 auto;
  }

  .p-home__fv__fig.-f3 {
    width: 23.75rem;
    margin: -3.75rem 0 0 10rem;
  }

  .p-home__fv__fig.-f4 {
    width: 39.6875rem;
    margin: 13.25rem 1.875rem 0 auto;
  }

  .p-home__fv__fig.-f5 {
    width: 21.25rem;
    margin: -3.0625rem 0 0 2.5rem;
  }

  .p-home__fv__imgs {
    padding: 0 0 12.5rem;
  }

  .p-home__fv__img.-i0 {
    aspect-ratio: 1.627906976744186;
  }

  .p-home__fv__img.-i1 {
    aspect-ratio: .7;
  }

  .p-home__fv__img.-i2 {
    aspect-ratio: .774336283185841;
  }

  .p-home__fv__img.-i3 {
    aspect-ratio: 1.319444444444444;
  }

  .p-home__fv__img.-i4 {
    aspect-ratio: 1.395604395604396;
  }

  .p-home__fv__img.-i5 {
    aspect-ratio: .796252927400468;
  }

  .p-home__fv__scroll {
    right: 1.875rem;
    font-size: .75rem;
    line-height: 1.25;
  }

  .p-home__history {
    padding: 0 1.875rem 0 3.75rem;
    display: grid;
    grid-template: "a";
    width: 100%;
    height: 400vh;
  }

  .p-home__history__heading {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0 4.3125rem;
  }

  .p-home__history__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    padding: 9.375rem 0;
    position: sticky;
    top: 0;
    grid-area: a;
    height: max-content;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  @media only screen and (min-width:841px) {
    .p-home__history>.p-home__history__inner {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
  }

  .p-home__news {
    padding: 14.625rem 3.75rem 5rem;
    display: flex;
  }

  .p-home__news__heading {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
    width: 40.625rem;
  }

  .p-home__news__footer {
    font-size: .8125rem;
    line-height: 1.230769230769231;
    padding: 2.1875rem 0 0;
  }

  .p-home__original-items {
    padding: 12.75rem 0 0;
  }

  .p-home__original-items__wrapper {
    display: flex;
    padding: 6.25rem 5rem 11.5rem 3.75rem;
  }

  .p-home__original-items__heading {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    flex: 1 0;
  }

  .p-home__original-items__inner {
    padding: 0;
    width: 36.25rem;
    flex-shrink: 0;
  }

  .p-home__p {
    padding: 25.5rem 1.25rem 0;
  }

  .p-home__p img {
    aspect-ratio: 1.75;
  }

  .p-home__process__heading {
    padding: 0 3.75rem 2.0625rem;
  }

  .p-home__process__inner {
    padding: 0 1.875rem;
  }

  .p-home__process__li {
    width: 28.75rem;
    padding: 0 1.875rem;
  }

  .p-home__process .swiper-scrollbar {
    --swiper-scrollbar-sides-offset: 3.75rem;
    margin-top: 8.75rem;
  }

  .p-home__products--ln {
    padding: 14.375rem 0 5rem;
  }

  .p-home__products__heading {
    padding: 14.375rem 3.75rem 2.0625rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  .p-home__products__inner {
    padding: 0 3.75rem;
  }

  .p-home__products__wrapper {
    flex-flow: row;
    gap: 3.25rem;
  }

  .p-home__products__li {
    flex: 1 0;
  }

  .p-home__products__li:first-child {
    flex-grow: 1.685483870967742;
  }

  .p-home__products__footer {
    margin-top: 5.0625rem;
  }

  .p-home__title {
    width: 25.8125rem;
  }

  .g-menu {
    font-size: .625rem;
    line-height: 1.3;
  }

  .g-header:has(>.g-menu) {
    display: flex;
    align-items: baseline;
    gap: 3.125rem;
  }

  .g-menu__btn {
    display: none;
  }

  .g-menu__btn:after, .g-menu__btn:before {
    content: none;
  }

  .g-menu__ul {
    gap: 1.25rem;
  }

  .p-news-list__content {
    padding-bottom: .625rem;
  }

  .p-news {
    padding-bottom: 1.875rem;
  }

  .p-process-list {
    grid-template: "h"auto"c"1fr/1fr;
  }

  .p-process-list__heading {
    text-align: center;
    padding: 0 2.5rem 6.5625rem;
  }

  .p-process-list__content {
    padding: 0 3.75rem 2.1875rem;
  }

  .p-process-list__ul {
    --gy: 5.5rem;
    --gx: 2.5rem;
    --c: 4;
  }

  .p-process {
    grid-template: ". h c"auto/10.625rem 23.4375rem 1fr;
    padding-bottom: 6.875rem;
  }

  .p-process__wrapper {
    display: grid;
    grid-template: "e e .""c . ."/1fr 14.375rem .625rem;
  }

  .p-process__content {
    grid-area: c;
  }

  .p-process__eyecatch {
    padding: 0;
    margin: 0 0 7.71875rem;
  }

  .p-process .c-article__header {
    margin-bottom: 4.59375rem;
  }

  .p-process .c-article h1, .p-process .c-article h2 {
    margin: 5.125rem 0 3.03125rem;
    padding: 0 0 .4375rem;
  }

  .c-history>.l-footer, .p-process-list>.l-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .l-header, .l-main__heading, .p-process>.l-header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .p-process-list>.l-main__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .l-main__inr, .p-process>.l-main__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .l-main__inr {
    -ms-grid-column: 3;
  }

  .c-history__wrapper>.l-main__inr {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-process-list>.l-main__inr {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .p-process>.l-main__inr {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .p-process__wrapper>.l-main__inr {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .c-history>.c-item__fig, .c-history__wrapper>.c-history,
  .p-home__history>.c-gc__ly, .p-process__eyecatch {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-process__eyecatch {
    -ms-grid-column-span: 2;
  }

  .p-process-list>.c-history {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .c-history, .c-history__inner, .c-history__nums, .p-process>.c-history {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .p-process__wrapper>.c-history {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .c-history>.c-history__fig__wrapper, .c-history__wrapper>.c-history__nums {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-process-list>.c-history__nums {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .p-process>.c-history__nums, .p-process__content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .p-process__wrapper>.c-history__nums {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .c-history__wrapper>.p-process__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-process-list>.p-process__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .p-process>.p-process__content {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .p-process__wrapper>.p-process__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media only screen and (min-width:841px) and (min-aspect-ratio:1350/715) {
  .c-history__wrapper {
    --history-size: 30rem;
  }

  .c-history__text {
    font-size: .75rem;
  }

  .c-history {
    grid-template: "f . t ."/var(--history-size) 6.25rem 1fr 9.375rem;
  }

  .p-home__history__inner {
    height: 100vh;
  }

  .c-history>.c-item__fig, .c-history>.l-footer {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .c-history>.c-history__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .c-history>.c-history__fig__wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media only screen and (min-width:961px) {
  .u-hide.-d {
    display: none;
  }
}

@media only screen and (max-width:840px) {
  .-saddle .c-item__caption {
    margin: 1.5625rem 0 0;
  }

  .c-history+.c-history {
    margin-top: 7.5rem;
  }

  .g-menu {
    position: absolute;
    top: .3125rem;
    right: .3125rem;
    padding: 3.71875rem 1.0625rem 2.59375rem;
    background: 0 0;
    color: var(--ss60th-green);
    border-radius: .3125rem;
    width: 9.375rem;
    transition: background-color .4s var(--ss60th-ease);
  }

  .g-menu.is-menu-active {
    background: var(--ss60th-gray-lighten);
    pointer-events: auto;
  }

  .g-menu__ul {
    flex-flow: column;
    gap: .0625rem;
    opacity: 0;
    transition: opacity .4s var(--ss60th-ease);
  }

  .g-menu__ul a {
    pointer-events: none;
  }

  .is-menu-active .g-menu__ul {
    pointer-events: auto;
    opacity: 1;
  }

  .is-menu-active .g-menu__ul a {
    pointer-events: auto;
  }
}

@media only screen and (max-width:320px) {
  html {
    font-size: 87.5%;
  }
}

@media screen and (min-aspect-ratio:1350/715) {
  .c-history__header h3 {
    font-size: .9375rem;
  }
}
