* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-size: 16px;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  position: relative;
  font-size: 0.75rem;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6666666667;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #828282;
  font-feature-settings: "palt";
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  pointer-events: none;
}

li {
  list-style: none;
}

em, address {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: currentColor;
}
a:not([class]) {
  text-decoration: underline;
}
@media (any-hover: hover) {
  a:not([class]):hover:not([disabled]) {
    text-decoration: none;
  }
}
a img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

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

.pc-only {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .js-transform, .js-transform--pc {
    transition: transform 0.2s ease-in;
  }
  .js-transform:hover:not([disabled]), .js-transform--pc:hover:not([disabled]) {
    transform: rotate(0) !important;
  }
}
.frame {
  overflow: hidden;
}

.overlay {
  transition: all 0.1s ease-in;
  position: fixed;
  z-index: 90;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1200px) {
  .overlay {
    display: none;
  }
}
.overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.overlay__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24.6vh;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 1.0625rem;
  line-height: 2;
  padding: 1.875rem;
}

/*.button{
  width        : g.sizeRem(100);
  font-size    : g.sizeRem(17);
  line-height  : g.lineHeight('narrowed');
  border-radius: g.sizeRem(40);
  color        : g.$white;

  &:focus{
    outline       : 3px solid #4191CE;
    outline-offset: 4px;
  }

  &--cancel{
    @extend .button;
    background-color: rgba(g.$color1,0.5);
    &.is-hide{
      opacity   : 0;
      visibility: hidden;
    }
  }
  &--allow{
    @extend .button;
    background-color: g.$color1;
    &.is-hide{
      opacity   : 0;
      visibility: hidden;
    }
  }
  &__area{
    @include g.layoutD($jc:center);
    flex-wrap       : wrap;
    gap             : g.sizeRem(10) g.sizeRem(20);
    min-width       : g.sizeRem(281);
    width           : g.sizePercent(281,333);
    background-color: g.$white;
    padding         : g.sizeRem(20);
    color           : g.$color1;
    font-size       : g.sizeRem(15);
    line-height     : calc(18/15);
    border-radius   : g.sizeRem(30);
  }
}*/
.footer, .mainV {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
}
.footer-image, .mainV-image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.footer-image__wrap, .mainV-image__wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-image__picture, .mainV-image__picture {
  position: absolute;
  max-width: none;
  max-height: none;
  width: calc(1rem * var(--widthSp, 0) / 16);
  top: calc(var(--topSp, 0) / 852 * 100%);
  left: calc(var(--leftSp, 0) / 393 * 100%);
}
@media screen and (min-width: 600px) {
  .footer-image__picture, .mainV-image__picture {
    height: 100%;
    top: 0;
    left: calc(50% - 1rem * var(--widthSp, 0) / 16 * 0.5);
  }
}
@media screen and (min-width: 1200px) {
  .footer-image__picture, .mainV-image__picture {
    width: 100%;
    position: static;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.footer-logo, .mainV-logo {
  display: block;
  width: 8.875rem;
  height: 24.125rem;
  line-height: 1;
}
.footer-logo svg, .mainV-logo svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}
.footer-logo, .mainV-logo {
  position: absolute;
  left: calc(50% - 4.4375rem);
  top: calc(50% - 12.0625rem);
}
@media screen and (min-width: 600px) {
  .footer-logo, .mainV-logo {
    width: 27.2569444444%;
    height: 17.75rem;
    left: 36.3715277778%;
    top: calc(50% - 8.875rem);
  }
}

.zen-section {
  position: relative;
  padding: 6.875rem 0 4.375rem;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .zen-section {
    padding: 6.875rem 0 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .zen-section {
    padding: 13.75rem 0 12.5rem;
  }
}
.zen-section__title {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 600px) {
  .zen-section__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .zen-section__title br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .zen-section__wrap {
    width: 96%;
    max-width: 71.625rem;
    margin: 0 auto;
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .zen-section__wrap {
    width: 100%;
  }
}
.zen-section__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 5.0890585242%;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  line-height: 1.5555555556;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .zen-section__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    gap: 1.25rem;
    padding: 0;
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .zen-section__head {
    font-size: 1.5625rem;
    line-height: 0.8;
  }
  .zen-section__head br {
    display: none;
  }
}

.zen-products-visual {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 393/574;
  background-color: #000;
}
@media screen and (min-width: 600px) {
  .zen-products-visual {
    margin-bottom: 3.125rem;
    aspect-ratio: 1146/764;
  }
}
.zen-products-visual__wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.zen-products-visual__picture {
  position: absolute;
  max-width: none;
  max-height: none;
  width: calc(1rem * var(--widthSp, 0) / 16);
  top: calc(var(--topSp, 0) / 574 * 100%);
  left: calc(var(--leftSp, 0) / 393 * 100%);
}
@media screen and (min-width: 600px) {
  .zen-products-visual__picture {
    width: 100%;
    position: static;
  }
}
@media screen and (min-width: 600px) {
  .zen-products__group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 0.9375rem), 1fr));
    grid-gap: 1.875rem;
  }
  .zen-products__group + .zen-products-visual {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .zen-products__group {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1.5625rem), 1fr));
    grid-gap: 3.125rem;
  }
}
.zen-products-image {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 393/var(--heightSp, 0);
  background-color: #000;
}
@media screen and (min-width: 600px) {
  .zen-products-image {
    grid-row: span 2;
    order: var(--order);
    margin-top: calc(1rem * var(--margint, 0) / 16 * 0.5);
    aspect-ratio: 548/var(--heightPc, 0);
  }
}
@media screen and (min-width: 1200px) {
  .zen-products-image {
    margin-top: calc(1rem * var(--margint, 0) / 16);
  }
}
.zen-products-image__wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.zen-products-image__picture {
  position: absolute;
  max-width: none;
  max-height: none;
  width: calc(1rem * var(--widthSp, 0) / 16);
  top: calc(var(--topSp, 0) / var(--heightSp, 0) * 100%);
  left: calc(var(--leftSp, 0) / 393 * 100%);
}
@media screen and (min-width: 600px) {
  .zen-products-image__picture {
    width: 100%;
    position: static;
  }
}
.zen-products__contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 1rem;
  width: 100%;
  padding: 2.5rem 5.0890585242%;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .zen-products__contents {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    padding: 0 0.3125rem 0 0.9375rem;
    grid-row: span 1;
    order: var(--order);
    margin-top: calc(1rem * var(--margint, 0) / 16);
  }
}
@media screen and (min-width: 1200px) {
  .zen-products__contents {
    padding-right: 1.875rem;
  }
}
.zen-products__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.3125rem;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .zen-products__head {
    width: auto;
    gap: 0;
  }
}
.zen-products__code {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  line-height: 1.25;
}
@media screen and (min-width: 600px) {
  .zen-products__code {
    font-size: 0.75rem;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .zen-products__code {
    font-size: 0.9375rem;
    margin-top: 0.5rem;
  }
}
.zen-products__price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .zen-products__price {
    align-items: flex-start;
    width: auto;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .zen-products__price {
    font-size: 2.5rem;
  }
}
.zen-products__column {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 600px) {
  .zen-products__column {
    width: auto;
  }
}
.zen-products-desc {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 600px) {
  .zen-products-desc {
    margin-bottom: 3.125rem;
    margin-top: 2.5rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .zen-products-desc {
    font-size: 0.9375rem;
  }
}
.zen-products-spec {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  gap: 0.9375rem;
}
@media screen and (min-width: 600px) {
  .zen-products-spec {
    line-height: 1.3333333333;
    font-size: 0.8125rem;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .zen-products-spec {
    font-size: 0.9375rem;
  }
}
.zen-products__link {
  position: absolute;
  bottom: 2.5rem;
  left: 5.0890585242%;
  text-decoration: underline;
  line-height: 1;
  font-size: 1.0625rem;
}
@media screen and (min-width: 600px) {
  .zen-products__link {
    position: static;
  }
}
@media (any-hover: hover) {
  .zen-products__link:hover:not([disabled]) {
    text-decoration: none;
  }
}

.zen-other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem 5.0890585242% 0;
}
@media screen and (min-width: 600px) {
  .zen-other {
    padding: 5rem 0 0;
  }
}
.zen-other__title {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .zen-other__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .zen-other__title {
    font-size: 2.5rem;
  }
}
.zen-other-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem 0.625rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .zen-other-list {
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .zen-other-list {
    gap: 3.125rem;
  }
}
.zen-other-item {
  width: calc(50% - 0.3125rem);
}
@media screen and (min-width: 600px) {
  .zen-other-item {
    width: calc((100% - 3.75rem) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .zen-other-item {
    width: calc((100% - 6.25rem) / 3);
  }
}
@media (any-hover: hover) {
  .zen-other-item:hover:not([disabled]) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
    text-decoration-color: inherit;
  }
}
.zen-other-item__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.zen-other-item-image {
  background-color: #f5f5f5;
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
}
.zen-other-item-image__wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.zen-other-item-image img {
  max-width: none;
  max-height: none;
  position: absolute;
  width: 20rem;
  top: calc(50% - 10rem);
  left: calc(50% - 10rem);
}
@media screen and (min-width: 600px) {
  .zen-other-item-image img {
    width: 183.3810888252%;
    top: -41.6905444126%;
    left: -41.6905444126%;
  }
}
@media screen and (min-width: 1200px) {
  .zen-other-item-image img {
    width: 100%;
    position: static;
  }
}
.zen-other-item__container {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.3125rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 600px) {
  .zen-other-item__container {
    gap: 0.625rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .zen-other-item__container {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.statement {
  background-color: #828282;
  padding: 9.0625rem 7.6335877863% 2.0625rem;
}
@media screen and (min-width: 600px) {
  .statement {
    padding: 6.25rem 0 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .statement {
    padding: 12.5rem 0 6.25rem;
    z-index: 80;
  }
}
.statement__wrap {
  position: relative;
}
.statement__head {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  margin-bottom: 6.875rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .statement__head {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row;
    height: 5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .statement__head {
    height: 9.375rem;
  }
}
.statement-logo {
  display: block;
  width: 4.3125rem;
  height: 11.4375rem;
  line-height: 1;
}
.statement-logo svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}
.statement-logo {
  position: absolute;
  left: -0.6006006006%;
  top: -7.1875rem;
}
@media screen and (min-width: 600px) {
  .statement-logo {
    width: 8.3125rem;
    height: 5rem;
    left: 1.25rem;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .statement-logo {
    width: 15.5625rem;
    height: 9.375rem;
  }
}
.statement-title {
  width: 17.1875rem;
}
@media screen and (min-width: 600px) {
  .statement-title {
    width: 12.1875rem;
  }
}
@media screen and (min-width: 1200px) {
  .statement-title {
    width: 17.1875rem;
  }
}
.statement__desc {
  width: 100%;
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
@media screen and (min-width: 1200px) {
  .statement__desc {
    font-size: 1.25rem;
  }
}
.statement__desc .notice {
  margin-top: 3.125rem;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1200px) {
  .statement__desc .notice {
    margin-top: 3.75rem;
  }
}

.fixed {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  height: 5.625rem;
}
.fixed__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  background-color: #828282;
  width: 100%;
  position: relative;
  padding: 0.625rem 1.25rem;
  height: 3.75rem;
}
@media screen and (min-width: 1200px) {
  .fixed__wrap {
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 3.125rem;
    height: 5.625rem;
  }
}
.fixed__wrap.is-fixed {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 70;
}
.fixed-logo {
  width: 2.125rem;
}
@media screen and (min-width: 1200px) {
  .fixed-logo {
    width: 2.8125rem;
  }
}
.fixed-switcher {
  position: absolute;
  width: 3.125rem;
  right: 1.875rem;
  bottom: 13.125rem;
  z-index: 80;
}
@media screen and (min-width: 1200px) {
  .fixed-switcher {
    position: static;
  }
}
.fixed-switcher.is-fixed {
  position: fixed;
  bottom: 1.875rem;
}
@media screen and (min-width: 1200px) {
  .fixed-switcher.is-fixed {
    bottom: auto;
  }
}

.poize {
  background: linear-gradient(to bottom, #828282 50%, #908171 100%);
}
.poize__title {
  width: 12.6875rem;
}
@media screen and (min-width: 600px) {
  .poize__title {
    width: 37.4345549738%;
  }
}
@media screen and (min-width: 1200px) {
  .poize__title {
    width: 26.8125rem;
  }
}
.poize__term--01 {
  width: 15.8125rem;
}
@media screen and (min-width: 600px) {
  .poize__term--01 {
    width: 69.2007797271%;
  }
}
@media screen and (min-width: 1200px) {
  .poize__term--01 {
    width: 22.1875rem;
  }
}
.poize__term--02 {
  width: 17rem;
}
@media screen and (min-width: 600px) {
  .poize__term--02 {
    width: 74.269005848%;
  }
}
@media screen and (min-width: 1200px) {
  .poize__term--02 {
    width: 23.8125rem;
  }
}

.pivta {
  background: linear-gradient(to bottom, #908171 50%, #62666F 100%);
}
.pivta__title {
  width: 13.125rem;
}
@media screen and (min-width: 600px) {
  .pivta__title {
    width: 38.8307155323%;
  }
}
@media screen and (min-width: 1200px) {
  .pivta__title {
    width: 27.8125rem;
  }
}
.pivta__term--01 {
  width: 15.875rem;
}
@media screen and (min-width: 600px) {
  .pivta__term--01 {
    width: 69.395711501%;
  }
}
@media screen and (min-width: 1200px) {
  .pivta__term--01 {
    width: 22.25rem;
  }
}
.pivta__term--02 {
  width: 13.25rem;
}
@media screen and (min-width: 600px) {
  .pivta__term--02 {
    width: 58.089668616%;
  }
}
@media screen and (min-width: 1200px) {
  .pivta__term--02 {
    width: 18.625rem;
  }
}

.stansa {
  background: linear-gradient(to bottom, #62666F 0%, #77876C 100%);
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 600px) {
  .stansa {
    padding-bottom: 6.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .stansa {
    padding-bottom: 12.5rem;
  }
}
.stansa__title {
  width: 13.1875rem;
}
@media screen and (min-width: 600px) {
  .stansa__title {
    width: 38.6561954625%;
  }
}
@media screen and (min-width: 1200px) {
  .stansa__title {
    width: 27.6875rem;
  }
}
.stansa__term--01 {
  width: 16.5625rem;
}
@media screen and (min-width: 600px) {
  .stansa__term--01 {
    width: 72.3196881092%;
  }
}
@media screen and (min-width: 1200px) {
  .stansa__term--01 {
    width: 23.1875rem;
  }
}
.stansa__term--02 {
  width: 100%;
  height: 3.125rem;
}
@media screen and (min-width: 600px) {
  .stansa__term--02 {
    width: 84.6003898635%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .stansa__term--02 {
    width: 27.125rem;
  }
}
.stansa__term--02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.stansa__term--03 {
  width: 100%;
  height: 3.125rem;
}
@media screen and (min-width: 600px) {
  .stansa__term--03 {
    width: 89.6686159844%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .stansa__term--03 {
    width: 28.75rem;
  }
}
.stansa__term--03 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.collection {
  background: linear-gradient(to bottom, #77876C 0%, #828282 100%);
  padding: 6.875rem 0 5rem;
}
@media screen and (min-width: 600px) {
  .collection {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .collection {
    padding: 6.25rem 0 6.875rem;
  }
}
.collection__wrap {
  padding: 0 5.0890585242%;
}
@media screen and (min-width: 600px) {
  .collection__wrap {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .collection__wrap {
    padding: 0;
  }
}
.collection__title {
  width: 17.375rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .collection__title {
    width: 87.4345549738%;
  }
}
@media screen and (min-width: 1200px) {
  .collection__title {
    width: 62.625rem;
  }
}
.collection__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 600px) {
  .collection__container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.125rem 1.875rem;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .collection__container {
    gap: 3.125rem;
  }
}
@media screen and (min-width: 600px) {
  .collection-group--01 {
    width: 100%;
    order: 1;
  }
  .collection-group--01 .collection-item {
    width: calc((100% - 5.625rem) / 4);
  }
}
@media screen and (min-width: 1200px) {
  .collection-group--01 .collection-item {
    width: calc((100% - 9.375rem) / 4);
  }
}
@media screen and (min-width: 600px) {
  .collection-group--02 {
    width: calc(75% - 0.46875rem);
    order: 2;
  }
  .collection-group--02 .collection-item {
    width: calc((100% - 3.75rem) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .collection-group--02 {
    width: calc(75% - 0.78125rem);
  }
  .collection-group--02 .collection-item {
    width: calc((100% - 6.25rem) / 3);
  }
}
@media screen and (min-width: 600px) {
  .collection-group--03 {
    order: 4;
  }
}
@media screen and (min-width: 600px) {
  .collection-group--04 {
    order: 5;
  }
}
@media screen and (min-width: 600px) {
  .collection-group--05 {
    width: calc(25% - 1.40625rem);
    order: 3;
  }
  .collection-group--05 .collection-item {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .collection-group--05 {
    width: calc(25% - 2.34375rem);
  }
  .collection-group--05 .collection-item {
    width: 100%;
  }
}
.collection-group--01, .collection-group--02, .collection-group--03, .collection-group--04, .collection-group--05 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .collection-group--03, .collection-group--04 {
    width: calc(50% - 0.9375rem);
  }
  .collection-group--03 .collection-item, .collection-group--04 .collection-item {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .collection-group--03, .collection-group--04 {
    width: calc(50% - 1.5625rem);
  }
  .collection-group--03 .collection-item, .collection-group--04 .collection-item {
    width: calc((100% - 3.125rem) / 2);
  }
}
.collection-group__term {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .collection-group__term {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .collection-group__term {
    font-size: 3.75rem;
  }
}
.collection-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.625rem;
}
@media screen and (min-width: 600px) {
  .collection-list {
    gap: 0 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .collection-list {
    gap: 0 3.125rem;
  }
}
.collection-item {
  width: calc(50% - 0.3125rem);
}
@media (any-hover: hover) {
  .collection-item:hover:not([disabled]) {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
    text-decoration-color: inherit;
  }
}
.collection-item__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.collection-item-image {
  background-color: #f5f5f5;
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
}
.collection-item-image__wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.collection-item-image img {
  max-width: none;
  max-height: none;
  position: absolute;
  width: 20rem;
  top: calc(50% - 10rem);
  left: calc(50% - 10rem);
}
@media screen and (min-width: 600px) {
  .collection-item-image img {
    width: 192.7710843373%;
    top: -46.3855421687%;
    left: -46.3855421687%;
  }
}
@media screen and (min-width: 1200px) {
  .collection-item-image img {
    width: 100%;
    position: static;
  }
}
.collection-item__contents {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
  gap: 0.3125rem;
  font-size: 0.625rem;
  margin-top: 0.625rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .collection-item__contents {
    gap: 0.625rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .collection-item__contents {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.profile {
  background-color: #828282;
  padding-top: 0;
}
@media screen and (min-width: 600px) {
  .profile {
    padding-bottom: 6.25rem;
  }
}
.profile__wrap {
  padding: 0 5.0890585242%;
}
@media screen and (min-width: 600px) {
  .profile__wrap {
    padding: 0 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .profile__wrap {
    padding: 0;
  }
}
.profile__title {
  width: 4.9375rem;
}
@media screen and (min-width: 600px) {
  .profile__title {
    width: 12.3909249564%;
  }
}
@media screen and (min-width: 1200px) {
  .profile__title {
    width: 8.875rem;
  }
}
.profile__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 600px) {
  .profile__container {
    flex-direction: row;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}
.profile-image {
  background-color: #000;
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  position: relative;
}
@media screen and (min-width: 600px) {
  .profile-image {
    width: 15.5625rem;
  }
}
.profile-image__wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.profile-image img {
  position: absolute;
  max-width: none;
  max-height: none;
  width: calc(1rem * var(--widthSp, 0) / 16);
  top: calc(50% - 1rem * var(--widthSp, 0) / 16 * 0.5);
  left: calc(50% - 1rem * var(--widthSp, 0) / 16 * 0.5);
}
@media screen and (min-width: 600px) {
  .profile-image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
  }
}
.profile__contents {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.3125rem;
  width: 100%;
  font-size: 0.625rem;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .profile__contents {
    gap: 0rem;
    width: calc(100% - 17.4375rem);
    font-size: 0.8125rem;
    line-height: 2.4;
  }
}
@media screen and (min-width: 1200px) {
  .profile__contents {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 600px) {
  .profile__desc {
    margin-bottom: 1.0625rem;
  }
}
.profile__link {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem;
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .profile__link {
    line-height: 1.3333333333;
    margin-bottom: 0.75rem;
  }
}
