@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, h4,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, h4, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーム部品の初期化 */
input, button, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
}

/* 画像のレスポンシブ化 */
img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* ユーザー選択の許可 */
*, *::before, *::after {
  box-sizing: border-box;
}

.supremeclass .main-contents {
  background-color: var(--color-bg);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .main-contents {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .main-contents {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}

@media print, screen and (min-width: 1441px) {
  .supremeclass .c-section {
    margin: 0 auto;
    width: 1280px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .supremeclass .c-section {
    margin: 0 80px;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-section {
    margin: 0 auto;
    width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-section--has-margin + .c-section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-section--has-margin + .c-section {
    margin-top: 21.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass * + .c-subsection {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass * + .c-subsection {
    margin-top: 10.6666666667vw;
  }
}

@media print, screen and (min-width: 1441px) {
  .supremeclass .c-anchor-navi-layout {
    margin: 0 auto;
    width: 1280px;
    max-width: 1280px;
    display: flex;
    gap: 40px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .supremeclass .c-anchor-navi-layout {
    margin: 0 80px;
    width: auto;
    display: flex;
    gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-anchor-navi-layout {
    margin: 0 auto;
    width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-anchor-navi-layout__nav {
    width: 180px;
    flex-shrink: 0;
  }
  .supremeclass .c-anchor-navi-layout__nav ul {
    position: sticky;
    z-index: 4000;
    top: calc(var(--scroll-margin-top) + 20px);
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .supremeclass .c-anchor-navi-layout__nav ul li a {
    position: relative;
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.6;
    padding-left: 16px;
    text-decoration: none;
    transition: all var(--duration-hover);
  }
  .supremeclass .c-anchor-navi-layout__nav ul li a:hover {
    opacity: var(--opacity-textlink-hover);
  }
  .supremeclass .c-anchor-navi-layout__nav ul li a.active {
    color: var(--color-text-accent);
  }
  .supremeclass .c-anchor-navi-layout__nav ul li a.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9.8px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background-color: var(--color-text-accent);
  }
  .supremeclass .c-anchor-navi-layout__nav ul li ul {
    margin-top: 14px;
    gap: 12px;
    padding-left: 14px;
  }
  .supremeclass .c-anchor-navi-layout__nav ul li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-anchor-navi-layout__nav {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
}
@media print, screen and (min-width: 1441px) {
  .supremeclass .c-anchor-navi-layout__body {
    flex-grow: 1;
    width: 1060px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .supremeclass .c-anchor-navi-layout__body {
    flex-grow: 1;
    width: calc(100% - 380px);
  }
}
@media print, screen and (min-width: 1441px) {
  .supremeclass .c-anchor-navi-layout__body .c-section {
    margin: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .supremeclass .c-anchor-navi-layout__body .c-section {
    margin: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-anchor-navi-layout__body .c-section--has-margin + .c-section {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-anchor-navi-layout__body .c-section--has-margin + .c-section {
    margin-top: 21.3333333333vw;
  }
}

.supremeclass .c-breadcrumb {
  background-color: var(--color-bg);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-breadcrumb {
    padding-top: 28px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-breadcrumb {
    padding-top: 5.3333333333vw;
  }
}
.supremeclass .c-breadcrumb ol {
  display: flex;
}
@media print, screen and (min-width: 1441px) {
  .supremeclass .c-breadcrumb ol {
    margin: 0 auto;
    width: 1280px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .supremeclass .c-breadcrumb ol {
    margin: 0 80px;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-breadcrumb ol {
    margin: 0 auto;
    width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-breadcrumb ol li {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-breadcrumb ol li {
    font-size: 3.2vw;
  }
}
.supremeclass .c-breadcrumb ol li + li {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-breadcrumb ol li + li {
    margin-left: 39px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-breadcrumb ol li + li {
    margin-left: 9.6vw;
  }
}
.supremeclass .c-breadcrumb ol li + li:before {
  content: ">";
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-breadcrumb ol li + li:before {
    left: -26px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-breadcrumb ol li + li:before {
    left: -6.4vw;
  }
}
.supremeclass .c-breadcrumb ol li a {
  color: var(--color-text);
}
.supremeclass .c-breadcrumb + .main-contents {
  margin-top: -1px;
}

@media print, screen and (min-width: 751px) {
  .supremeclass .c-section-title + * {
    margin-top: 32px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-section-title + * {
    margin-top: 2.6666666667vw;
  }
}
.supremeclass .c-section-title__title {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: var(--color-sectiontitle);
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-section-title__title {
    padding-top: 9px;
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-section-title__title {
    padding-top: 2.4vw;
    font-size: 6.4vw;
  }
}
.supremeclass .c-section-title__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--color-border-sectiontitle);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-section-title__title:before {
    height: 1px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-section-title__title:before {
    height: 0.2666666667vw;
  }
}
.supremeclass .c-section-title__title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-border-sectiontitle-accent);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-section-title__title:after {
    width: 60px;
    height: 1px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-section-title__title:after {
    width: 16vw;
    height: 0.2666666667vw;
  }
}
.supremeclass .c-section-title__title-note {
  font-size: 90%;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-section-title__lead {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-section-title__lead {
    margin-top: 4.2666666667vw;
  }
}
.supremeclass .c-section-title__lead p {
  line-height: 1.6;
  color: var(--color-text);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-section-title__lead p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-section-title__lead p {
    font-size: 3.7333333333vw;
  }
}
.supremeclass .c-section-title__lead p.note {
  padding-left: 1.1em;
  position: relative;
}
.supremeclass .c-section-title__lead p.note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-section-title__lead p.note {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-section-title__lead p.note {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-subsection-title + * {
    margin-top: 32px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-subsection-title + * {
    margin-top: 5.8666666667vw;
  }
}
.supremeclass .c-subsection-title__title {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-subsection-title__title {
    padding-left: 28px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-subsection-title__title {
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.supremeclass .c-subsection-title__title:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: var(--color-text-accent);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-subsection-title__title:before {
    width: 20px;
    height: 1px;
    top: 13.9px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-subsection-title__title:before {
    width: 3.7333333333vw;
    height: 0.2666666667vw;
    top: 3.28vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-subsection-title__lead {
    margin-top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-subsection-title__lead {
    margin-top: 4.2666666667vw;
  }
}
.supremeclass .c-subsection-title__lead p {
  color: var(--color-text);
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-subsection-title__lead p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-subsection-title__lead p {
    font-size: 3.7333333333vw;
  }
}
.supremeclass .c-subsection-title__lead p.note {
  padding-left: 1.1em;
  position: relative;
}
.supremeclass .c-subsection-title__lead p.note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-subsection-title__lead p.note {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-subsection-title__lead p.note {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-subsection-title__lead p + * {
    margin-top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-subsection-title__lead p + * {
    margin-top: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-subsection-title__lead p + *.note {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-subsection-title__lead p + *.note {
    margin-top: 0;
  }
}
.supremeclass .c-subsection-title__lead div.note p {
  color: var(--color-text);
  line-height: 1.6;
  padding-left: 1.1em;
  position: relative;
}
.supremeclass .c-subsection-title__lead div.note p:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-subsection-title__lead div.note p {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-subsection-title__lead div.note p {
    font-size: 3.2vw;
  }
}
.supremeclass .c-subsection-title__lead div.note--right {
  display: flex;
  justify-content: flex-end;
}

.supremeclass .c-text-link {
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-text-link {
    transition: opacity var(--duration-hover);
  }
  .supremeclass .c-text-link:hover {
    opacity: var(--opacity-textlink-hover);
  }
}
.supremeclass .c-text-link-icon {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-text-link-icon {
    gap: 8px;
  }
  .supremeclass .c-text-link-icon .label {
    transition: opacity var(--duration-hover);
  }
  .supremeclass .c-text-link-icon:hover .label {
    opacity: var(--opacity-textlink-hover);
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-text-link-icon {
    gap: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-text-link-icon .icon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-text-link-icon .icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.supremeclass .c-button-icon {
  display: inline-block;
  position: relative;
  text-decoration: none;
  align-items: center;
  color: var(--color-text);
  background-color: var(--color-bg-button-icon);
  transition: all var(--duration-hover);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-button-icon {
    padding: 13.5px 69px 13.5px 30px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-button-icon {
    padding: 4vw 13.8666666667vw 4vw 8vw;
    border-radius: 1.6vw;
  }
}
.supremeclass .c-button-icon .icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-button-icon .icon {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-button-icon .icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-button-icon:hover {
    color: var(--color-text-white);
    background-color: var(--color-bg-icon);
  }
}

.c-accordionset {
  --height: 0;
}
.c-accordionset > [role=tabpanel] {
  height: var(--height);
  overflow: hidden;
}
.c-accordionset.is-open > [role=tabpanel].lock {
  overflow: visible;
}
.c-accordionset.is-ready > [role=tabpanel] {
  transition: height 0.5s;
}

.supremeclass .c-card--standard,
.supremeclass .card--standard {
  background-color: var(--color-bg-foot-navi);
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--standard,
  .supremeclass .card--standard {
    width: 400px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--standard,
  .supremeclass .card--standard {
    width: 89.3333333333vw;
    border-radius: 1.6vw;
  }
}
.supremeclass .c-card--standard a,
.supremeclass .card--standard a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--color-text);
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--standard a,
  .supremeclass .card--standard a {
    gap: 14px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--standard a,
  .supremeclass .card--standard a {
    gap: 3.7333333333vw;
  }
}
.supremeclass .c-card--standard figure,
.supremeclass .card--standard figure {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--standard figure,
  .supremeclass .card--standard figure {
    padding: 20px 20px 26px 20px;
    gap: 26px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--standard figure,
  .supremeclass .card--standard figure {
    padding: 3.2vw 2.6666666667vw 6.4vw 2.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.supremeclass .c-card--standard figure .image,
.supremeclass .card--standard figure .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.5555555556%;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--standard figure .image,
  .supremeclass .card--standard figure .image {
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--standard figure .image,
  .supremeclass .card--standard figure .image {
    border-radius: 2.6666666667vw;
  }
}
.supremeclass .c-card--standard figure .image img,
.supremeclass .card--standard figure .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--duration-hover);
}
.supremeclass .c-card--standard figure figcaption,
.supremeclass .card--standard figure figcaption {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--standard figure figcaption,
  .supremeclass .card--standard figure figcaption {
    gap: 16px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--standard figure figcaption,
  .supremeclass .card--standard figure figcaption {
    gap: 4.2666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.supremeclass .c-card--standard figure figcaption .title,
.supremeclass .card--standard figure figcaption .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--standard figure figcaption .title,
  .supremeclass .card--standard figure figcaption .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--standard figure figcaption .title,
  .supremeclass .card--standard figure figcaption .title {
    font-size: 4.2666666667vw;
  }
}
.supremeclass .c-card--standard figure figcaption .description,
.supremeclass .card--standard figure figcaption .description {
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--standard figure figcaption .description,
  .supremeclass .card--standard figure figcaption .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--standard figure figcaption .description,
  .supremeclass .card--standard figure figcaption .description {
    font-size: 3.2vw;
  }
}
.supremeclass .c-card--standard .arrow,
.supremeclass .card--standard .arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--standard a:hover figure .image img,
  .supremeclass .card--standard a:hover figure .image img {
    transform: scale(1.05);
  }
}
.supremeclass .c-card--foot-navi,
.supremeclass .card--foot-navi {
  background-color: var(--color-bg-foot-navi);
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--foot-navi,
  .supremeclass .card--foot-navi {
    width: 47.619047619%;
    border-radius: 10px;
  }
  .supremeclass .c-card--foot-navi:only-child,
  .supremeclass .card--foot-navi:only-child {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--foot-navi,
  .supremeclass .card--foot-navi {
    width: 89.3333333333vw;
    border-radius: 1.6vw;
  }
}
.supremeclass .c-card--foot-navi a,
.supremeclass .card--foot-navi a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--color-text);
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--foot-navi a,
  .supremeclass .card--foot-navi a {
    padding: 20px;
    gap: 14px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--foot-navi a,
  .supremeclass .card--foot-navi a {
    padding: 3.2vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
    gap: 3.7333333333vw;
  }
}
.supremeclass .c-card--foot-navi figure,
.supremeclass .card--foot-navi figure {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--foot-navi figure,
  .supremeclass .card--foot-navi figure {
    gap: 26px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--foot-navi figure,
  .supremeclass .card--foot-navi figure {
    gap: 5.3333333333vw;
  }
}
.supremeclass .c-card--foot-navi figure .image,
.supremeclass .card--foot-navi figure .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.5555555556%;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--foot-navi figure .image,
  .supremeclass .card--foot-navi figure .image {
    border-radius: 10px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--foot-navi figure .image,
  .supremeclass .card--foot-navi figure .image {
    border-radius: 2.6666666667vw;
  }
}
.supremeclass .c-card--foot-navi figure .image img,
.supremeclass .card--foot-navi figure .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--duration-hover);
}
.supremeclass .c-card--foot-navi figure figcaption,
.supremeclass .card--foot-navi figure figcaption {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--foot-navi figure figcaption,
  .supremeclass .card--foot-navi figure figcaption {
    gap: 16px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--foot-navi figure figcaption,
  .supremeclass .card--foot-navi figure figcaption {
    gap: 4.2666666667vw;
  }
}
.supremeclass .c-card--foot-navi figure figcaption .title,
.supremeclass .card--foot-navi figure figcaption .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--foot-navi figure figcaption .title,
  .supremeclass .card--foot-navi figure figcaption .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--foot-navi figure figcaption .title,
  .supremeclass .card--foot-navi figure figcaption .title {
    font-size: 4.2666666667vw;
  }
}
.supremeclass .c-card--foot-navi figure figcaption .description,
.supremeclass .card--foot-navi figure figcaption .description {
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--foot-navi figure figcaption .description,
  .supremeclass .card--foot-navi figure figcaption .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-card--foot-navi figure figcaption .description,
  .supremeclass .card--foot-navi figure figcaption .description {
    font-size: 3.2vw;
  }
}
.supremeclass .c-card--foot-navi .arrow,
.supremeclass .card--foot-navi .arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-card--foot-navi a:hover figure .image img,
  .supremeclass .card--foot-navi a:hover figure .image img {
    transform: scale(1.05);
  }
}

.supremeclass .c-icon {
  display: inline-block;
  position: relative;
  background-color: var(--color-bg-icon);
  transition: all var(--duration-hover);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-icon {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 1.6vw;
  }
}
.supremeclass .c-icon svg {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  fill: var(--color-text-white);
  transition: all var(--duration-hover);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-icon svg {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-icon svg {
    width: 1.7066666667vw;
    height: 1.7066666667vw;
  }
}
.supremeclass .c-icon__right svg.s1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.supremeclass .c-icon__right svg.s2 {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.supremeclass .c-icon__left svg.s1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.supremeclass .c-icon__left svg.s2 {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.supremeclass .c-icon__up svg.s1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.supremeclass .c-icon__up svg.s2 {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.supremeclass .c-icon__down svg.s1 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.supremeclass .c-icon__down svg.s2 {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.supremeclass .c-icon--invert-color {
  background-color: var(--color-bg-icon-hover);
}
.supremeclass .c-icon--invert-color svg {
  fill: var(--color-bg-icon);
}
.supremeclass .c-icon--no-bg {
  background-color: transparent;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-icon--no-bg {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-icon--no-bg {
    width: 1.7066666667vw;
    height: 1.7066666667vw;
  }
}
.supremeclass .c-icon--no-bg svg {
  fill: var(--color-bg-icon);
}
.supremeclass a:hover .c-icon__right svg.s1,
.supremeclass button:hover .c-icon__right svg.s1 {
  animation: rightS1Out var(--duration-hover) forwards;
}
.supremeclass a:hover .c-icon__right svg.s2,
.supremeclass button:hover .c-icon__right svg.s2 {
  animation: rightS1Enter var(--duration-hover) forwards;
}
.supremeclass a:hover .c-icon__left svg.s1,
.supremeclass button:hover .c-icon__left svg.s1 {
  animation: leftS1Out var(--duration-hover) forwards;
}
.supremeclass a:hover .c-icon__left svg.s2,
.supremeclass button:hover .c-icon__left svg.s2 {
  animation: leftS1Enter var(--duration-hover) forwards;
}
.supremeclass a:hover .c-icon__up svg.s1,
.supremeclass button:hover .c-icon__up svg.s1 {
  animation: upS1Out var(--duration-hover) forwards;
}
.supremeclass a:hover .c-icon__up svg.s2,
.supremeclass button:hover .c-icon__up svg.s2 {
  animation: upS1Enter var(--duration-hover) forwards;
}
.supremeclass a:hover .c-icon__down svg.s1,
.supremeclass button:hover .c-icon__down svg.s1 {
  animation: downS1Out var(--duration-hover) forwards;
}
.supremeclass a:hover .c-icon__down svg.s2,
.supremeclass button:hover .c-icon__down svg.s2 {
  animation: downS1Enter var(--duration-hover) forwards;
}
.supremeclass a:hover .c-icon:not(.color-fixed),
.supremeclass button:hover .c-icon:not(.color-fixed) {
  background-color: var(--color-bg-icon-hover);
}
.supremeclass a:hover .c-icon:not(.color-fixed) svg,
.supremeclass button:hover .c-icon:not(.color-fixed) svg {
  fill: var(--color-bg-icon);
}
.supremeclass a:hover .c-icon--invert-color:not(.color-fixed),
.supremeclass button:hover .c-icon--invert-color:not(.color-fixed) {
  background-color: var(--color-bg-icon);
}
.supremeclass a:hover .c-icon--invert-color:not(.color-fixed) svg,
.supremeclass button:hover .c-icon--invert-color:not(.color-fixed) svg {
  fill: var(--color-bg-icon-hover);
}
.supremeclass a:hover .c-icon--no-bg:not(.color-fixed),
.supremeclass button:hover .c-icon--no-bg:not(.color-fixed) {
  background-color: transparent;
}
.supremeclass a:hover .c-icon--no-bg:not(.color-fixed) svg,
.supremeclass button:hover .c-icon--no-bg:not(.color-fixed) svg {
  fill: var(--color-bg-icon);
}

@keyframes rightS1Out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
@keyframes rightS1Enter {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes leftS1Out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}
@keyframes leftS1Enter {
  0% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes upS1Out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
@keyframes upS1Enter {
  0% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes downS1Out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
@keyframes downS1Enter {
  0% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.supremeclass .c-kv {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-kv {
    height: 380px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-kv {
    height: 53.3333333333vw;
  }
}
.supremeclass .c-kv .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.supremeclass .c-kv .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supremeclass .c-kv > .wrap {
  position: relative;
}
@media print, screen and (min-width: 1441px) {
  .supremeclass .c-kv > .wrap {
    margin: 0 auto;
    width: 1280px;
    padding-bottom: 48px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .supremeclass .c-kv > .wrap {
    margin: 0 80px;
    width: auto;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-kv > .wrap {
    margin: 0 auto;
    width: 89.3333333333vw;
    padding-bottom: 3.4666666667vw;
  }
}
.supremeclass .c-kv > .wrap .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: var(--color-kv-title);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .c-kv > .wrap .title {
    font-size: 42px;
    line-height: 54px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .c-kv > .wrap .title {
    font-size: 7.4666666667vw;
    line-height: 14.4vw;
  }
}

:root {
  --color-bg: #EDE5DC;
  --color-bg-accent: #ffffff;
  --color-bg-white: #ffffff;
  --color-bg-black: #000000;
  --color-bg-icon: #A4925E;
  --color-bg-icon-hover: #ffffff;
  --color-bg-button: #A4925E;
  --color-bg-button-icon: #ffffff;
  --color-bg-header: rgba(0, 0, 0, 0.75);
  --color-bg-subnavi: #A4925E;
  --color-bg-spnavi: #EDE5DC;
  --color-bg-spnavi-curtain: rgba(20, 20, 20, 0.3);
  --color-bg-spnavi-button: #000000;
  --color-bg-spnavi-button-bar: #ffffff;
  --color-bg-foot-navi: #ffffff;
  --color-bg-footer-cjrc: #ffffff;
  --color-text: #141414;
  --color-text-white: #ffffff;
  --color-text-accent: #7F6825;
  --color-text-header: #ffffff;
  --color-text-header-sp: #141414;
  --color-text-subnavi: #ffffff;
  --color-text-footer-sc: #ffffff;
  --color-text-footer-cjrc: #ffffff;
  --color-kv-title: #ffffff;
  --color-kv-breadcrumb: #ffffff;
  --color-sectiontitle: #141414;
  --color-border-white: #ffffff;
  --color-border-sectiontitle: #D9D2BE;
  --color-border-sectiontitle-accent: #7F6825;
  --color-border-footer-cjrc: #ffffff;
  --font-family-base: 'Zen Old Mincho', serif;
  --opacity-textlink-hover: 0.6;
  --duration-hover: 0.4s;
}
@media print, screen and (min-width: 751px) {
  :root {
    --scroll-margin-top: 120px;
    --font-size-base: 16px;
    --line-height-base: 1.6;
    --font-size-navi: 14px;
    --font-size-subnavi: 15px;
  }
}
@media screen and (max-width: 750px) {
  :root {
    --scroll-margin-top: 21.3333333333vw;
    --font-size-base: 3.7333333333vw;
    --line-height-base: 1.6;
    --font-size-navi: 4.8vw;
    --font-size-subnavi: 4vw;
    --height-subnavi: 13.3333333333vw;
  }
}

html {
  scrollbar-gutter: stable;
}

.supremeclass body {
  position: relative;
  background-color: var(--color-bg-black);
  min-height: 100dvh;
}
.supremeclass body:before {
  content: "";
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 751px) {
  .supremeclass body:before {
    background-image: url("/supremeclass/assets/img/common/_kv_bg_pc.webp");
  }
}
@media screen and (max-width: 750px) {
  .supremeclass body:before {
    background-image: url("/supremeclass/assets/img/common/_kv_bg_sp.webp");
  }
}
.supremeclass body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}
.supremeclass body.scroll-lock {
  position: fixed;
  width: 100%;
}
.supremeclass body * {
  scroll-margin-top: var(--scroll-margin-top);
}
.supremeclass .blockskip {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.supremeclass .svg-symbols {
  width: 0;
  height: 0;
  overflow: hidden;
}
.supremeclass code,
.supremeclass pre.code {
  font-family: "Ricty", "Ricty Diminished", "inconsolata", "consolas", "Courier New", monospace;
}
.supremeclass sup {
  font-size: 0.5em;
  line-height: 1;
  vertical-align: super;
}
.supremeclass .main {
  position: relative;
}
.supremeclass button:not([disabled]) {
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .supremeclass *.pc {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass *.sp {
    display: none;
  }
}
.supremeclass .site-logo {
  position: absolute;
  z-index: 6010;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-logo {
    width: 65px;
    height: 76.4705882353px;
    left: 40px;
    top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-logo {
    width: 11.4666666667vw;
    height: 13.4901960784vw;
    left: 5.3333333333vw;
    top: 5.3333333333vw;
  }
}
.supremeclass .site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.supremeclass .site-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.supremeclass .site-header {
  position: fixed;
  z-index: 6000;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-header {
    padding: 40px 40px 0 40px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-header {
    padding: 5.3333333333vw 5.3333333333vw 0 5.3333333333vw;
  }
}
@media print, screen and (min-width: 881px) {
  .supremeclass .site-header .pc-navi {
    background-color: var(--color-bg-header);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 22px 36px 22px 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .supremeclass .site-header .pc-navi .link {
    display: flex;
    gap: 32px;
  }
  .supremeclass .site-header .pc-navi .link li {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
  }
  .supremeclass .site-header .pc-navi .link li a {
    color: var(--color-text-header);
    text-decoration: none;
  }
  .supremeclass .site-header .pc-navi .lang {
    position: relative;
  }
  .supremeclass .site-header .pc-navi .lang:before {
    content: "";
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -30px;
    display: block;
    width: 0;
    height: 16px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: var(--color-border-white);
  }
  .supremeclass .site-header .pc-navi .lang a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-header);
    text-decoration: none;
  }
  .supremeclass .site-header .pc-navi .lang a .icon {
    width: 15px;
    height: 15px;
  }
  .supremeclass .site-header .pc-navi .lang a .icon svg {
    width: 100%;
    height: 100%;
    fill: var(--color-text-header);
  }
  .supremeclass .site-header .pc-navi .lang a .label {
    font-size: var(--font-size-navi);
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .pc-navi {
    display: none;
  }
}
@media print, screen and (min-width: 881px) {
  .supremeclass .site-header .sp-navi {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content {
    position: absolute;
    z-index: 6008;
    background-color: var(--color-bg-spnavi);
    overflow: auto;
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content {
    width: calc(100% - 20px);
    border-radius: 6px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content {
    width: calc(100% - 5.3333333333vw);
    border-radius: 1.6vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap {
    height: calc(100dvh - 20px);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap {
    height: calc(100dvh - 5.3333333333vw);
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .link {
    gap: 36px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .link {
    gap: 9.6vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .link li a {
    color: var(--color-text-header-sp);
    text-decoration: none;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .link li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .link li a {
    font-size: var(--font-size-navi);
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link {
    gap: 10px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link {
    gap: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-bg-button);
    color: var(--color-text-white);
    text-decoration: none;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    transition: all var(--duration-hover);
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a {
    width: 240px;
    height: 60px;
    border-radius: 6px;
    gap: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a {
    width: 48vw;
    height: 10.6666666667vw;
    border-radius: 1.6vw;
    gap: 2.6666666667vw;
    font-size: var(--font-size-subnavi);
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a .icon {
    width: 20px;
    height: 20px;
    transition: all var(--duration-hover);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a .icon {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a .icon svg {
    width: 100%;
    height: 100%;
    fill: var(--color-text-white);
    transition: all var(--duration-hover);
  }
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a .label {
    position: relative;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a .label {
    top: -1px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a .label {
    top: -0.2666666667vw;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a:hover {
    background-color: var(--color-text-white);
    color: var(--color-bg-button);
  }
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .sub-link li a:hover .icon svg {
    fill: var(--color-bg-button);
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang {
    gap: 8px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang {
    gap: 2.1333333333vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang a {
    display: flex;
    align-items: center;
    color: var(--color-text-header-sp);
    text-decoration: none;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang a {
    font-size: 20px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang a {
    font-size: 4.2666666667vw;
    column-gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang a .icon {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang a .icon {
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang a .icon svg {
    width: 100%;
    height: 100%;
    fill: var(--color-text-header-sp);
  }
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang a .label {
    position: relative;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang a .label {
    top: -1px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-content > .wrap .lang a .label {
    top: -0.2666666667vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-curtain {
    position: absolute;
    z-index: 6007;
    background-color: var(--color-bg-spnavi-curtain);
    width: 100%;
    height: 100dvh;
    overflow: auto;
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
  .supremeclass .site-header .sp-navi .sp-navi-button {
    position: relative;
    z-index: 6009;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-button {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-button {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button {
    width: 100%;
    height: 100%;
    background-color: var(--color-bg-spnavi-button);
    -webkit-backdrop-filter: blur(1.3333333333vw);
            backdrop-filter: blur(1.3333333333vw);
    border-width: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button {
    border-radius: 6px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button {
    border-radius: 1.6vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    display: block;
    background-color: var(--color-bg-spnavi-button-bar);
    transition: all var(--duration-hover);
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar {
    width: 9px;
    height: 1px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar {
    width: 2.4vw;
    height: 0.2666666667vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b1L {
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b1L {
    transform: translate3d(-4.5px, -5px, 0);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b1L {
    transform: translate3d(-1.2vw, -1.3333333333vw, 0);
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b1R {
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b1R {
    transform: translate3d(4.5px, -5px, 0);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b1R {
    transform: translate3d(1.2vw, -1.3333333333vw, 0);
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b2 {
    transform: translate3d(0, 0, 0);
    transform-origin: center center;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b2 {
    width: 18px;
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b2 {
    width: 4.8vw;
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b3L {
    transform-origin: right top;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b3L {
    transform: translate3d(-4.5px, 5px, 0);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b3L {
    transform: translate3d(-1.2vw, 1.3333333333vw, 0);
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b3R {
    transform-origin: left top;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b3R {
    transform: translate3d(4.5px, 5px, 0);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi .sp-navi-button button .icon .bar.b3R {
    transform: translate3d(1.2vw, 1.3333333333vw, 0);
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-content {
    animation: spNaviShowPC forwards var(--duration-hover);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-content {
    animation: spNaviShowSP forwards var(--duration-hover);
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-curtain {
    animation: spNaviCurtainShow forwards var(--duration-hover);
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-button button .icon .bar.b1L {
    transform: translate3d(-4.5px, 0, 0) rotate(45deg);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-button button .icon .bar.b1L {
    transform: translate3d(-1.2vw, 0, 0) rotate(45deg);
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-button button .icon .bar.b1R {
    transform: translate3d(4.5px, 0, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-button button .icon .bar.b1R {
    transform: translate3d(1.2vw, 0, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-button button .icon .bar.b2 {
    width: 0;
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-button button .icon .bar.b3L {
    transform: translate3d(-4.5px, 0, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-button button .icon .bar.b3L {
    transform: translate3d(-1.2vw, 0, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-button button .icon .bar.b3R {
    transform: translate3d(4.5px, 0, 0) rotate(45deg);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi.is-show .sp-navi-button button .icon .bar.b3R {
    transform: translate3d(1.2vw, 0, 0) rotate(45deg);
  }
}
@media screen and (max-width: 880px) and (min-width: 751px) {
  .supremeclass .site-header .sp-navi.is-hide .sp-navi-content {
    animation: spNaviHidePC forwards var(--duration-hover);
  }
}
@media screen and (max-width: 880px) and (max-width: 750px) {
  .supremeclass .site-header .sp-navi.is-hide .sp-navi-content {
    animation: spNaviHideSP forwards var(--duration-hover);
  }
}
@media screen and (max-width: 880px) {
  .supremeclass .site-header .sp-navi.is-hide .sp-navi-curtain {
    animation: spNaviCurtainHide forwards var(--duration-hover);
  }
}
.supremeclass .sub-navi {
  position: fixed;
  z-index: 5000;
  background-color: var(--color-bg-subnavi);
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .sub-navi {
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    right: 0;
    width: 60px;
    height: 322px;
    display: flex;
    border-radius: 6px 0 0 6px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .sub-navi {
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--height-subnavi);
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.supremeclass .sub-navi ul {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .sub-navi ul {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .sub-navi ul {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .sub-navi ul li {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.supremeclass .sub-navi ul li + li {
  position: relative;
}
.supremeclass .sub-navi ul li + li:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: var(--color-border-white);
  display: block;
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .sub-navi ul li + li:before {
    left: -9999px;
    right: -9999px;
    top: -25px;
    width: 16px;
    height: 0;
    border-width: 1px 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .sub-navi ul li + li:before {
    left: 0;
    top: -9999px;
    bottom: -9999px;
    width: 0;
    height: 4.2666666667vw;
    border-width: 0 0 0 0.2666666667vw;
  }
}
.supremeclass .sub-navi ul li a {
  display: flex;
  color: var(--color-text-subnavi);
  text-decoration: none;
  align-items: center;
  font-size: var(--font-size-subnavi);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .sub-navi ul li a {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .sub-navi ul li a {
    gap: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .sub-navi ul li a .icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .sub-navi ul li a .icon {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.supremeclass .sub-navi ul li a .icon svg {
  width: 100%;
  height: 100%;
  fill: var(--color-text-subnavi);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .sub-navi ul li a .label {
    writing-mode: vertical-rl;
  }
}
@keyframes spNaviShowPC {
  0% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
  0.1% {
    left: 10px;
    top: 10px;
    opacity: 0;
  }
  100% {
    left: 10px;
    top: 10px;
    opacity: 1;
  }
}
@keyframes spNaviHidePC {
  0% {
    left: 10px;
    top: 10px;
    opacity: 1;
  }
  99.9% {
    left: 10px;
    top: 10px;
    opacity: 0;
  }
  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}
@keyframes spNaviShowSP {
  0% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
  0.1% {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 0;
  }
  100% {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 1;
  }
}
@keyframes spNaviHideSP {
  0% {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 1;
  }
  99.9% {
    left: 2.6666666667vw;
    top: 2.6666666667vw;
    opacity: 0;
  }
  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}
@keyframes spNaviCurtainShow {
  0% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
  0.1% {
    left: 0;
    top: 0;
    opacity: 0;
  }
  100% {
    left: 0;
    top: 0;
    opacity: 1;
  }
}
@keyframes spNaviCurtainHide {
  0% {
    left: 0;
    top: 0;
    opacity: 1;
  }
  99.9% {
    left: 0;
    top: 0;
    opacity: 0;
  }
  100% {
    left: -9999px;
    top: -9999px;
    opacity: 0;
  }
}
.supremeclass .site-footer {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer {
    margin-top: 21.3333333333vw;
  }
}
.supremeclass .site-footer .sc .wrap {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .sc .wrap {
    margin: 0 80px;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .sc .wrap {
    flex-direction: column;
    align-items: center;
    gap: 13.8666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .sc .wrap .logo {
    width: 90px;
    height: 105.8823529412px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .sc .wrap .logo {
    width: 23.4666666667vw;
    height: 27.6078431373vw;
  }
}
.supremeclass .site-footer .sc .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.supremeclass .site-footer .sc .wrap .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.supremeclass .site-footer .sc .wrap .navi .link {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .sc .wrap .navi .link {
    gap: 32px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .sc .wrap .navi .link {
    flex-direction: column;
    justify-content: center;
    gap: 6.4vw;
  }
}
.supremeclass .site-footer .sc .wrap .navi .link li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .sc .wrap .navi .link li {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .sc .wrap .navi .link li {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.supremeclass .site-footer .sc .wrap .navi .link li a {
  color: var(--color-text-footer-sc);
  transition: all var(--duration-hover);
}
.supremeclass .site-footer .sc .disclaimer {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .sc .disclaimer {
    justify-content: flex-end;
    margin: 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .sc .disclaimer {
    margin: 10.6666666667vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.supremeclass .site-footer .sc .disclaimer p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  padding-left: 1.1em;
  position: relative;
}
.supremeclass .site-footer .sc .disclaimer p:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.supremeclass .site-footer .sc .disclaimer p {
  color: var(--color-text-footer-sc);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .sc .disclaimer p {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .sc .disclaimer p {
    font-size: 3.2vw;
  }
}
.supremeclass .site-footer .cjrc {
  border-style: solid;
  border-color: var(--color-border-footer-cjrc);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .cjrc {
    margin: 56px 0 0 0;
    padding: 36px 60px;
    border-width: 1px 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .cjrc {
    margin: 5.3333333333vw 0 0 0;
    padding: 10.6666666667vw 5.3333333333vw 12.5333333333vw 5.3333333333vw;
    border-width: 0.2666666667vw 0 0 0;
  }
}
.supremeclass .site-footer .cjrc .wrap {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .cjrc .wrap {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .cjrc .wrap {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .cjrc .wrap .logo {
    width: 189px;
    height: 47.6220472441px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .cjrc .wrap .logo {
    width: 36.2666666667vw;
    height: 9.1380577428vw;
  }
}
.supremeclass .site-footer .cjrc .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.supremeclass .site-footer .cjrc .wrap .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .cjrc .wrap .navi {
    margin-top: 10.6666666667vw;
  }
}
.supremeclass .site-footer .cjrc .wrap .navi .link {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .cjrc .wrap .navi .link {
    gap: 28px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .cjrc .wrap .navi .link {
    gap: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .cjrc .wrap .navi .link li {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .cjrc .wrap .navi .link li {
    font-size: 3.2vw;
  }
}
.supremeclass .site-footer .cjrc .wrap .navi .link a {
  color: var(--color-text-footer-cjrc);
  transition: all var(--duration-hover);
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .cjrc .wrap .copyright {
    margin-top: 5.3333333333vw;
  }
}
.supremeclass .site-footer .cjrc .wrap .copyright p {
  color: var(--color-text-footer-cjrc);
}
@media print, screen and (min-width: 751px) {
  .supremeclass .site-footer .cjrc .wrap .copyright p {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .site-footer .cjrc .wrap .copyright p {
    font-size: 3.2vw;
  }
}

@media print, screen and (min-width: 751px) {
  .supremeclass .foot-navi {
    padding-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .foot-navi {
    padding-top: 10.6666666667vw;
  }
}
.supremeclass .foot-navi .list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 751px) {
  .supremeclass .foot-navi .list {
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 751px) and (min-width: 751px) {
  .supremeclass .foot-navi .list:has(> *:only-child) {
    justify-content: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .supremeclass .foot-navi .list {
    width: 840px;
    row-gap: 40px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1000px) {
  .supremeclass .foot-navi .list {
    margin: 0 80px;
    row-gap: clamp(20px, 4vw, 40px);
  }
}
@media screen and (max-width: 750px) {
  .supremeclass .foot-navi .list {
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
  }
}