@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
#MainContent {
  font-family: "Noto Sans JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 16px;
  height: auto !important;
  display: block;
  /* 念のためブロック要素に指定 */
  overflow: visible;
  /* 高さの計算を阻害しないようにする */ }
  @media (max-width: 879px) {
    #MainContent {
      overflow-x: hidden;
      font-size: 13px; } }

header {
  will-change: transform; }

.f-serif {
  font-family: "Noto Serif JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
  font-weight: 400; }

.f-crimson {
  font-family: "Crimson Text", "Noto Sans JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
  font-weight: 400;
  letter-spacing: 0; }

.f-inter {
  font-family: "Inter", "Noto Sans JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif; }

.gray {
  color: rgba(0, 0, 0, 0.4); }

.container {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto; }
  @media (max-width: 879px) {
    .container {
      padding: 0 16px; } }

@keyframes line {
  0% {
    transform: translateX(0); }
  40% {
    transform: translateX(100%); }
  41% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes link-word {
  0% {
    opacity: 0;
    transition: transform 1.2s var(--ease-out), opacity 1.2s var(--ease-out);
    transform: translateX(0.3em) scaleX(2); }
  100% {
    opacity: 1;
    transform: translateX(0) scaleX(1); } }

.top-link {
  width: 124px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  display: block;
  font-family: "Inter", "Noto Sans JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
  overflow: hidden;
  padding-bottom: 8px;
  overflow: hidden; }
  @media (max-width: 879px) {
    .top-link {
      width: 101px; } }
  .top-link:after {
    display: block;
    content: "";
    width: 4px;
    height: 8px;
    background: url(https://magazine.knot-designs.com/shopify/img/top-renewal-2025/arrow-b.svg) no-repeat center center/contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .top-link:before {
    display: block;
    content: attr(data-txt);
    position: absolute;
    top: 100%;
    transition: 0.5s ease-in-out; }
  .top-link__text {
    transition: 0.5s ease-in-out;
    display: block; }
  .top-link__bar {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    bottom: 0; }
    .top-link__bar:after {
      display: block;
      content: "";
      width: 100%;
      height: 1px;
      background: #000;
      transform: translateX(0); }
  .top-link:hover:before {
    top: 0; }
  .top-link:hover .top-link__text {
    transform: translateY(-100%); }
  .top-link:hover .top-link__bar:after {
    animation: line 1s forwards; }
  .top-link.white:after {
    background: url(https://magazine.knot-designs.com/shopify/img/top-renewal-2025/arrow-w.svg) no-repeat center center/contain; }
  .top-link.white .top-link__bar:after {
    background: #fff; }

.title-left {
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Crimson Text", "Noto Sans JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif; }
  @media (max-width: 879px) {
    .title-left {
      font-size: 44px;
      margin-bottom: 7px; } }
  .title-left span {
    font-family: "Noto Serif JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
    font-weight: 500;
    font-size: 20px;
    display: block;
    line-height: 1.8;
    margin-top: 8px;
    letter-spacing: 0.05em; }
    @media (max-width: 879px) {
      .title-left span {
        font-size: 16px; } }

.title-center {
  font-family: knot, "Noto Sans JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0; }
  @media (max-width: 879px) {
    .title-center {
      font-size: 36px;
      line-height: 1.2; } }
  .title-center span {
    display: block;
    margin-top: 24px;
    font-family: "Noto Sans JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em; }
    @media (max-width: 879px) {
      .title-center span {
        margin-top: 3px; } }

.link-img {
  position: relative;
  color: #fff;
  display: block;
  font-family: "Noto Serif JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif; }
  @media (max-width: 879px) {
    .link-img {
      width: 100%; } }
  .link-img img,
  .link-img video {
    object-fit: cover;
    width: 100%;
    height: 100%; }
    @media (max-width: 879px) {
      .link-img img,
      .link-img video {
        object-fit: unset;
        height: auto;
        width: 100%; } }
  .link-img h3 {
    position: absolute;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    left: 3.3%;
    bottom: 56px;
    font-family: "Noto Serif JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif; }
    @media screen and (max-width: 1280px) {
      .link-img h3 {
        font-size: 1.875vw;
        bottom: 4.3vw; } }
    @media (max-width: 879px) {
      .link-img h3 {
        font-size: 6.1vw;
        bottom: 13.8vw;
        left: 5.5vw; } }
  .link-img p {
    position: absolute;
    left: 3.3%;
    font-size: 14px;
    bottom: 25px; }
    @media screen and (max-width: 1280px) {
      .link-img p {
        font-size: 1vw;
        bottom: 1.95vw; } }
    @media (max-width: 879px) {
      .link-img p {
        font-size: 3.8vw;
        bottom: 6.9vw;
        left: 5.5vw; } }

@media (max-width: 879px) {
  .link-list {
    padding: 0 32px; } }

.link-list li:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 879px) {
    .link-list li:not(:last-child) {
      margin-bottom: 48px; } }

.link-list a {
  display: flex;
  gap: 5.19%; }
  @media (max-width: 879px) {
    .link-list a {
      display: block; } }

.link-list__img {
  width: 46.1%;
  flex-shrink: 0;
  overflow: hidden; }
  @media (max-width: 879px) {
    .link-list__img {
      margin-bottom: 12px;
      display: block;
      width: 100%;
      object-fit: cover; } }

.link-list__text h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 600;
  font-family: "Noto Serif JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
  color: inherit; }
  @media (max-width: 879px) {
    .link-list__text h3 {
      font-size: 17px;
      margin-bottom: 4px;
      line-height: 1.76; } }

.link-list__text p {
  font-size: 13px; }

@media (max-width: 879px) {
  .scroll-wrapper {
    width: 100vw;
    overflow-x: scroll; } }

.img-hover {
  overflow: hidden; }
  .img-hover img {
    transform: scale(1);
    transition: 0.5s; }
  .img-hover:hover img {
    transform: scale(1.07); }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.js-fadein {
  opacity: 0; }
  .js-fadein.visible {
    animation: fadein 1s linear 0.2s forwards; }

@keyframes scroll {
  0% {
    top: -30vw; }
  80% {
    top: 100%; }
  100% {
    top: 100%; } }

@keyframes tab-show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fixed {
  width: 100%;
  position: absolute;
  bottom: 0; }

#header {
  transition: 0.5s;
  transform: translateY(0); }
  #header.h-hide {
    transform: translateY(-100%); }
  #header.h-transparent {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    /*.header-bnr {
            background: none;
        }*/ }
    #header.h-transparent .child-list::after {
      background: rgba(0, 0, 0, 0.2); }
    #header.h-transparent .logo a {
      background: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/knot_logo_b0f3fff0-40ba-4451-b0aa-449af91afef1.svg?v=1756274358) no-repeat center center/contain; }
    #header.h-transparent .nav-list .nav-item:nth-child(2) .child-list .child-item:nth-child(4)::before {
      background-color: #fff; }
    @media (min-width: 880px) {
      #header.h-transparent .nav-link {
        color: #fff; } }
    #header.h-transparent .nav-link::before {
      background-color: #fff; }
    #header.h-transparent .global-site::before {
      background-color: #fff; }
    @media (min-width: 880px) {
      #header.h-transparent .global-site a {
        color: #fff; } }
    #header.h-transparent .global-site a::after {
      background-color: #fff; }
    #header.h-transparent .search-area .search-button {
      background: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_search_icon_white.svg?v=1756274812) no-repeat center center/contain; }
    #header.h-transparent .search-area .login a {
      background: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_login_icon_white.svg?v=1756275950) no-repeat center center/contain; }
    #header.h-transparent .search-area .cart a {
      background: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_cart_icon_white.svg?v=1756276083) no-repeat center center/contain; }
    #header.h-transparent .search-area .wk-button .wk-icon {
      --stroke: #fff; }
    @media (min-width: 880px) {
      #header.h-transparent .child-link span:last-child {
        color: #fff; } }
    @media (min-width: 880px) {
      #header.h-transparent .child-link .icon-watch {
        background-image: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_watch_icon_white_svg.svg?v=1756293530); } }
    @media (min-width: 880px) {
      #header.h-transparent .child-link .icon-strap {
        background-image: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_strap_icon_white.svg?v=1756299523); } }
    @media (min-width: 880px) {
      #header.h-transparent .child-link .icon-clock {
        background-image: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_clock_icon_white.svg?v=1756299982); } }
    @media (min-width: 880px) {
      #header.h-transparent .child-link .icon-leather {
        background-image: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_leather_icon_white.svg?v=1756301407); } }
    @media (min-width: 880px) {
      #header.h-transparent .child-link .icon-company {
        background-image: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_company_icon_white.svg?v=1756304983); } }
    @media (min-width: 880px) {
      #header.h-transparent .child-link .icon-partner {
        background-image: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_musubu_icon_white.svg?v=1756305482); } }
    #header.h-transparent .sp-cart a {
      background: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_cart_icon_white.svg?v=1756276083) no-repeat center center/contain; }
    #header.h-transparent .sp-login a {
      background: url(https://cdn.shopify.com/s/files/1/0749/5001/7326/files/header_login_icon_white.svg?v=1756275950) no-repeat center center/contain; }
    #header.h-transparent .sp-hamburger a span {
      background-color: #fff; }
  @media (min-width: 880px) {
    #header .child-nav {
      bottom: -63px; } }

#data-scroll {
  overflow-y: hidden; }

@keyframes kv-title {
  0% {
    transform: translateY(100%);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.slide-bnr__wrapper {
  width: 280px;
  height: 128px;
  border-radius: 4px;
  position: fixed;
  left: 24px;
  top: 148px;
  overflow: hidden;
  z-index: 8888;
  transition: 0.8s; }
  @media (max-width: 879px) {
    .slide-bnr__wrapper {
      width: 217px;
      height: 98px;
      right: 9px;
      top: 83px;
      left: auto; } }
  .slide-bnr__wrapper.close {
    transform: translateX(calc(-100% - 24px)); }
    @media (max-width: 879px) {
      .slide-bnr__wrapper.close {
        transform: translateX(calc(100% + 9px)); } }

.slide-bnr__close {
  display: block !important;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1; }
  .slide-bnr__close:before, .slide-bnr__close:after {
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .slide-bnr__close:before {
    transform: rotate(45deg); }
  .slide-bnr__close:after {
    transform: rotate(-45deg); }
  .slide-bnr__close:hover {
    cursor: pointer; }

.slide-bnr .slick-slide {
  width: 280px;
  color: #fff;
  position: relative; }

.slide-bnr__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slide-bnr__top {
  font-size: 10px;
  position: absolute;
  top: 14px;
  left: 18px;
  letter-spacing: 0.02em; }
  @media (max-width: 879px) {
    .slide-bnr__top {
      left: 14px;
      top: 10px; } }

.slide-bnr__title {
  font-size: 13px;
  position: absolute;
  left: 18px;
  top: 56px;
  line-height: 1.6;
  letter-spacing: 0.02em; }
  @media (max-width: 879px) {
    .slide-bnr__title {
      left: 12px;
      top: 33px; } }

.slide-bnr__date {
  font-size: 11px;
  position: absolute;
  left: 18px;
  top: 102px;
  letter-spacing: 0.02em; }
  @media (max-width: 879px) {
    .slide-bnr__date {
      left: 12px;
      top: 79px;
      line-height: 1.2; } }

.slide-bnr .slick-dots {
  bottom: 8px;
  display: flex;
  justify-content: end;
  gap: 5px;
  padding-right: 8px; }
  @media (max-width: 879px) {
    .slide-bnr .slick-dots {
      gap: 6px; } }
  .slide-bnr .slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0; }
    .slide-bnr .slick-dots li button {
      width: 4px;
      height: 4px;
      color: rgba(255, 255, 255, 0.2);
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      padding: 0; }
    .slide-bnr .slick-dots li.slick-active button {
      color: #fff;
      background: #fff; }

.kv {
  position: relative;
  color: #fff;
  font-size: 16px; }
  @media (max-width: 879px) {
    .kv {
      font-size: 14px; } }
  .kv:after {
    width: 100%;
    height: calc(100% - 100vh);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 26%, rgba(0, 0, 0, 0.2) 100%); }
  .kv__video {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;
    transform: none !important;
    top: 0; }
    .kv__video img,
    .kv__video video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .kv__top {
    width: 100%;
    height: calc(100vh - 124px);
    position: relative; }
    @media (max-width: 879px) {
      .kv__top {
        height: calc(100svh - 74px); } }
    .kv__top h2 {
      font-size: 1.79vw;
      position: absolute;
      top: 5.6vw;
      right: 3.4vw;
      color: #fff;
      opacity: 0; }
      @media (max-width: 457px) {
        .kv__top h2 {
          font-size: 5vw;
          padding: 0 4vw;
          width: 100%;
          right: 0;
          top: 30.3vw; } }
      @media (min-width: 458px) and (max-width: 879px) {
        .kv__top h2 {
          font-size: 18px;
          top: 95px; } }
      .kv__top h2 .f-serif {
        text-align: right;
        margin-bottom: 3.1vw;
        letter-spacing: 0.18em;
        display: block;
        overflow: hidden; }
        @media (max-width: 457px) {
          .kv__top h2 .f-serif {
            margin: 0 0 11.1vw 0;
            text-align: left; } }
        @media (min-width: 458px) and (max-width: 879px) {
          .kv__top h2 .f-serif {
            margin: 0 0 40px 0; } }
      .kv__top h2 .f-crimson {
        font-size: 11.4vw;
        text-align: right;
        display: block;
        line-height: 1; }
        @media (max-width: 457px) {
          .kv__top h2 .f-crimson {
            /*font-size: 30.5vw;*/
            font-size: 24vw; } }
        @media (min-width: 458px) and (max-width: 879px) {
          .kv__top h2 .f-crimson {
            font-size: 110px; } }
      .kv__top h2 .kv-title-inner {
        overflow: hidden;
        display: block; }
  .kv__logo {
    position: fixed;
    bottom: 0.78vw;
    left: 1.25vw;
    color: #fff;
    transition: 0.5s;
    opacity: 0; }
    @media (max-width: 457px) {
      .kv__logo {
        bottom: 5.4vw;
        left: 3.3vw; } }
    @media (min-width: 458px) and (max-width: 879px) {
      .kv__logo {
        left: 12px;
        bottom: 20px; } }
    .kv__logo.active {
      opacity: 1; }
    .kv__logo-img {
      width: 1.48vw;
      margin: 0 auto 9px; }
      @media (max-width: 457px) {
        .kv__logo-img {
          width: 4.2vw;
          margin-bottom: 6px; } }
      @media (min-width: 458px) and (max-width: 879px) {
        .kv__logo-img {
          width: 15px;
          height: 33px;
          margin-bottom: 6px; } }
    .kv__logo-h {
      font-size: 1.48vw;
      margin-bottom: 0.429vw;
      line-height: 1; }
      @media (max-width: 457px) {
        .kv__logo-h {
          font-size: 5vw;
          margin-bottom: 1.8vw; } }
      @media (min-width: 458px) and (max-width: 879px) {
        .kv__logo-h {
          font-size: 18;
          margin-bottom: 6.5px; } }
    .kv__logo-text {
      font-size: 0.78vw;
      letter-spacing: 0.06em; }
      @media (max-width: 457px) {
        .kv__logo-text {
          font-size: 2.7vw; } }
      @media (min-width: 458px) and (max-width: 879px) {
        .kv__logo-text {
          font-size: 10px; } }
  .kv .top-scroll {
    width: 2.3vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.97vw;
    margin: auto; }
    @media (max-width: 457px) {
      .kv .top-scroll {
        width: 10vw;
        right: 3.8vw;
        bottom: 5.5vw;
        left: auto; } }
    @media (min-width: 458px) and (max-width: 879px) {
      .kv .top-scroll {
        right: 14px;
        bottom: 20px;
        width: 36px;
        left: auto; } }
    .kv .top-scroll__text {
      font-size: 0.93vw;
      margin-bottom: 0.58vw; }
      @media (max-width: 457px) {
        .kv .top-scroll__text {
          font-size: 3.8vw;
          margin-bottom: 2.7vw; } }
      @media (min-width: 458px) and (max-width: 879px) {
        .kv .top-scroll__text {
          font-size: 14px;
          margin-bottom: 12px; } }
    .kv .top-scroll__bar {
      height: 3.1vw;
      width: 1px;
      background: rgba(255, 255, 255, 0.2);
      margin: auto;
      overflow: hidden;
      position: relative; }
      @media (max-width: 457px) {
        .kv .top-scroll__bar {
          height: 16.3vw; } }
      @media (min-width: 458px) and (max-width: 879px) {
        .kv .top-scroll__bar {
          height: 59px; } }
      .kv .top-scroll__bar:after {
        display: block;
        content: "";
        width: 1px;
        position: absolute;
        height: 30vw;
        background: #fff;
        animation: scroll 2s infinite; }
  .kv__text {
    background: rgba(0, 0, 0, 0.45);
    margin: 20px 0 120px auto;
    max-width: 680px;
    padding: 50px 20px 50px 55px; }
    @media (max-width: 879px) {
      .kv__text {
        padding: 20px;
        margin: 0 0 0 auto;
        width: 78.2%;
        max-width: none; } }
    .kv__text p {
      line-height: 2; }
      .kv__text p:not(:last-of-type) {
        margin-bottom: 2em; }
      .kv__text p:last-of-type {
        margin-bottom: 48px; }
        @media (max-width: 879px) {
          .kv__text p:last-of-type {
            margin-bottom: 93px; } }
      @media (max-width: 879px) {
        .kv__text p {
          line-height: 1.6; } }
    @media (max-width: 879px) {
      .kv__text .top-link {
        width: 124px; } }
  .kv__items {
    padding-bottom: 120px;
    background: #fcf9f5;
    background: linear-gradient(180deg, rgba(252, 249, 245, 0) 0%, rgba(252, 249, 245, 0.52) 100%); }
    @media (max-width: 879px) {
      .kv__items {
        background: linear-gradient(rgba(252, 249, 245, 0) 0%, rgba(252, 249, 245, 0.55) 41.88%, #fcf9f5 100%);
        padding-bottom: 60px; } }
    .kv__items__inner {
      max-width: 1280px;
      padding: 0 40px;
      margin: auto;
      display: grid;
      grid-template-columns: 30.75% 30% 30%;
      grid-template-rows: auto auto auto;
      justify-content: space-between;
      align-items: baseline; }
      @media (max-width: 879px) {
        .kv__items__inner {
          width: 100%;
          padding: 0 16px;
          grid-template-columns: 47.5% 47.5%;
          grid-template-rows: auto auto auto auto;
          align-items: flex-start;
          gap: 24px 0; } }
      .kv__items__inner li {
        backdrop-filter: blur(30px) brightness(95%); }
        .kv__items__inner li:first-child {
          grid-column: 1 / 2;
          grid-row: 1 / 2;
          margin-right: 4.25%; }
          @media (max-width: 879px) {
            .kv__items__inner li:first-child {
              margin: 0; } }
        .kv__items__inner li:nth-child(2) {
          grid-column: 2 / 4;
          grid-row: 1 / 2;
          margin-bottom: 96px; }
          @media (max-width: 879px) {
            .kv__items__inner li:nth-child(2) {
              grid-column: 2 / 3;
              margin-bottom: 10px; } }
        .kv__items__inner li:nth-child(3) {
          grid-column: 2 / 3;
          grid-row: 2 / 3;
          margin-bottom: 17px; }
          @media (max-width: 879px) {
            .kv__items__inner li:nth-child(3) {
              grid-column: 1 / 2;
              margin-bottom: 10px; } }
        .kv__items__inner li:nth-child(4) {
          grid-column: 3 / 4;
          grid-row: 2 / 3; }
          @media (max-width: 879px) {
            .kv__items__inner li:nth-child(4) {
              grid-column: 2 / 3;
              grid-row: 3 / 4;
              margin-bottom: 10px; } }
        .kv__items__inner li:nth-child(5) {
          grid-column: 1 / 2;
          grid-row: 3 / 4; }
          @media (max-width: 879px) {
            .kv__items__inner li:nth-child(5) {
              grid-column: 2 / 3;
              grid-row: 4 / 5;
              align-self: end; } }
        .kv__items__inner li:nth-child(6) {
          grid-column: 2 / 4;
          grid-row: 3 / 4; }
          @media (min-width: 880px) {
            .kv__items__inner li:nth-child(6) {
              align-self: end; } }
          @media (max-width: 879px) {
            .kv__items__inner li:nth-child(6) {
              grid-column: 1 / 2;
              grid-row: 3 / 5; } }
    .kv__items__img {
      position: relative;
      display: block;
      will-change: backdrop-filter; }
      .kv__items__img img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%; }
    .kv__items .square .kv__items__img:after {
      display: inline-block;
      content: "";
      width: 100%;
      padding-bottom: 100%; }
    .kv__items .rectangle .kv__items__img:after {
      display: inline-block;
      content: "";
      width: 100%;
      padding-bottom: 36%; }
      @media (max-width: 879px) {
        .kv__items .rectangle .kv__items__img:after {
          padding-bottom: 224%; } }
    .kv__items .f-inter {
      color: #000;
      font-size: 11px;
      position: absolute;
      top: calc(100% + 4px); }
      @media (max-width: 879px) {
        .kv__items .f-inter {
          font-size: 10px;
          line-height: 1.4; } }
  .kv #kv-bg {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 100%);
    z-index: -1; }
  @media (max-width: 879px) {
    .kv .container {
      padding: 127px 16px 120px; } }
  @media (min-width: 880px) {
    .kv .container {
      max-width: 100%;
      padding: 0 60px; } }

.sns {
  position: fixed;
  left: 32px;
  bottom: 20vh;
  mix-blend-mode: difference;
  z-index: 1000; }
  @media (max-width: 879px) {
    .sns {
      top: 94px;
      left: 10px; } }
  .sns .box {
    display: flex;
    flex-direction: column;
    z-index: 99; }
    @media (min-width: 880px) {
      .sns .box {
        left: 32px;
        bottom: 8vh; } }
  .sns .icon {
    display: block; }
    @media (min-width: 880px) {
      .sns .icon {
        width: 20px; } }
    @media (max-width: 879px) {
      .sns .icon {
        width: 18px; } }
    @media (min-width: 880px) {
      .sns .icon:not(:last-child) {
        margin-bottom: 25px; } }
    @media (max-width: 879px) {
      .sns .icon:not(:last-child) {
        margin-bottom: 20px; } }
    .sns .icon::before {
      display: inline-block;
      width: 100%; }

.has-scroll-init .kv__top h2 {
  opacity: 1; }
  .has-scroll-init .kv__top h2 .js-kv-title {
    animation: kv-title 1s forwards;
    display: block;
    opacity: 0; }
  .has-scroll-init .kv__top h2 .f-serif .js-kv-title {
    animation-delay: 0.5s; }
  .has-scroll-init .kv__top h2 .f-crimson .js-kv-title {
    animation-delay: 1s; }
  .has-scroll-init .kv__top h2 .f-crimson:nth-of-type(3) .js-kv-title {
    animation-delay: 1.5s; }

.timepieces {
  background: #fcf9f5;
  background: linear-gradient(180deg, rgba(252, 249, 245, 0.52) 0%, #fcf9f5 100%);
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative; }
  @media (max-width: 879px) {
    .timepieces {
      background: #FCF9F5; } }
  .timepieces:after {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.25) 100%); }
  .timepieces .container {
    padding: 120px 40px 200px; }
    @media (max-width: 879px) {
      .timepieces .container {
        padding: 60px 0 170px; } }
  .timepieces .title-left {
    margin-bottom: 47px; }
    @media (max-width: 879px) {
      .timepieces .title-left {
        margin: 0 0 50px 16px; } }
  .timepieces ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%; }
    @media (max-width: 879px) {
      .timepieces ul {
        display: flex;
        flex-direction: column;
        gap: 48px; } }
  .timepieces__thum {
    margin-bottom: 24px;
    display: block;
    position: relative;
    overflow: hidden; }
    @media (max-width: 879px) {
      .timepieces__thum {
        width: 100%;
        margin-bottom: 12px; } }
    .timepieces__thum img {
      width: 100%; }
  .timepieces .f-crimson {
    font-size: 36px;
    margin-bottom: 5px; }
    @media (max-width: 879px) {
      .timepieces .f-crimson {
        padding: 0 11.6%;
        margin-bottom: 4px;
        font-size: 28px; } }
  .timepieces .f-serif {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 22px;
    letter-spacing: 0.06em; }
    @media (max-width: 879px) {
      .timepieces .f-serif {
        padding: 0 11.6%;
        margin-bottom: 12px;
        font-size: 15px; } }
  .timepieces .note {
    font-size: 13px;
    letter-spacing: 0.06em; }
    @media (max-width: 879px) {
      .timepieces .note {
        padding: 0 11.6%; } }

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0%); } }

.howto {
  background: #fff;
  overflow: hidden;
  z-index: 2;
  position: relative; }
  .howto .js-section-inner {
    padding: 80px 0 200px; }
    @media (max-width: 879px) {
      .howto .js-section-inner {
        padding-bottom: 170px; } }
  .howto .title-center {
    margin-bottom: 112px; }
    @media (max-width: 879px) {
      .howto .title-center {
        margin-bottom: 49px; } }
  .howto__tab {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 80px; }
    @media (max-width: 879px) {
      .howto__tab {
        margin-bottom: 32px; } }
    .howto__tab .tab {
      width: 240px;
      font-size: 15px;
      font-weight: 500;
      padding-bottom: 18px;
      text-align: center;
      letter-spacing: 0.06em;
      opacity: 0.2;
      transform: 0.3s; }
      @media (max-width: 879px) {
        .howto__tab .tab {
          width: 33.3333%;
          font-size: 13px;
          font-weight: 400;
          letter-spacing: 0.02em;
          padding-bottom: 10px;
          text-align: left;
          display: flex;
          justify-content: center; } }
      .howto__tab .tab:hover {
        cursor: pointer; }
      .howto__tab .tab.active {
        border-bottom: 2px solid #000;
        opacity: 1; }
  .howto__content {
    display: none; }
    .howto__content.show {
      display: block;
      animation: tab-show 0.5s; }
  .howto .rec {
    padding-top: 110px; }
    @media (max-width: 879px) {
      .howto .rec {
        padding-top: 55px; } }
    .howto .rec ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 72px;
      gap: 80px 0;
      padding-top: 8px; }
      @media (max-width: 879px) {
        .howto .rec ul {
          gap: 24px;
          margin-bottom: 49px;
          padding: 8px 38px 0 24px;
          width: 1170px; } }
      .howto .rec ul li {
        width: 22.5%;
        position: relative; }
        @media (max-width: 879px) {
          .howto .rec ul li {
            width: 258px; } }
        .howto .rec ul li.new:after {
          display: block;
          content: "NEW";
          background: #999;
          color: #fff;
          padding: 0 10px;
          position: absolute;
          top: 10px;
          right: 10px;
          border-radius: 10px;
          font-family: knot, "Noto Sans JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
          font-size: 11px;
          line-height: 1;
          padding: 6px 10px 3px 10px;
          z-index: 50; }
        @media (max-width: 879px) {
          .howto .rec ul li:last-child {
            /*padding-right: 24px;*/ } }
    .howto .rec .title-center {
      margin-bottom: 80px; }
      @media (max-width: 879px) {
        .howto .rec .title-center {
          margin-bottom: 40px; } }
    .howto .rec__img {
      position: relative;
      overflow: hidden;
      background: #efefef;
      border-radius: 5px;
      margin-bottom: 16px; }
      .howto .rec__img:after {
        display: inline-block;
        content: "";
        width: 100%;
        padding-bottom: 96.3%; }
        @media (max-width: 879px) {
          .howto .rec__img:after {
            padding-bottom: 100%; } }
      .howto .rec__img__item {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        /*width: 40%;*/
        display: flex;
        align-items: center;
        z-index: 1;
        height: 86.5%;
        justify-content: center; }
        @media (max-width: 879px) {
          .howto .rec__img__item {
            /*width: 41.8%;*/ } }
        .howto .rec__img__item img {
          height: 100%;
          width: auto; }
      .howto .rec__img__hover {
        opacity: 0;
        transition: 0.3s;
        position: relative;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
        .howto .rec__img__hover img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .howto .rec__img:hover .rec__img__hover {
        opacity: 1; }
    .howto .rec .f-serif {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0.06em; }
      @media (max-width: 879px) {
        .howto .rec .f-serif {
          margin-bottom: 12px; } }
    .howto .rec__inner {
      display: flex;
      gap: 20px;
      margin-bottom: 20px; }
    .howto .rec__price {
      font-family: knot, "Noto Sans JP", ZenKakuGothicNew, YuGothic, Yu Gothic, YuGothic, sans-serif;
      font-size: 14px; }
    .howto .rec__point {
      height: 20px;
      background: #999;
      color: #fff;
      font-size: 11px;
      color: #fff;
      display: flex;
      align-items: center;
      border-radius: 10px;
      padding: 0 10px; }
      .howto .rec__point span {
        display: inline-block;
        margin-right: 4px; }
    .howto .rec__tag p {
      padding: 2px 10px 2px 10px;
      font-size: 12px;
      border-radius: 5px;
      border: 1px solid #000;
      opacity: 0.4;
      display: inline-block;
      letter-spacing: 0.06em; }
      .howto .rec__tag p:not(:last-child) {
        margin: 0 4px 4px 0; }
    .howto .rec .top-link {
      margin: 0 0 0 auto; }
      @media (max-width: 879px) {
        .howto .rec .top-link {
          margin: 0 16px 0 auto; } }
  .howto .base {
    /*.casual {
            background: url(https://magazine.knot-designs.com/shopify/img/top-renewal-2025/casual.webp)no-repeat center center/cover;
        }
        .business {
            background: url(https://magazine.knot-designs.com/shopify/img/top-renewal-2025/business.webp)no-repeat center center/cover;
        }
        .occasion {
            background: url(https://magazine.knot-designs.com/shopify/img/top-renewal-2025/occasion.webp)no-repeat center center/cover;
        }*/ }
    .howto .base .center {
      text-align: center;
      margin-bottom: 38px; }
      @media (max-width: 879px) {
        .howto .base .center {
          margin-bottom: 34px; } }
    .howto .base__list {
      display: flex; }
      @media (max-width: 879px) {
        .howto .base__list {
          flex-wrap: nowrap; } }
      .howto .base__list > li {
        width: 33.33333333333%;
        color: #fff;
        transition: 0.5s;
        position: relative;
        height: 44vw; }
        @media (max-width: 879px) {
          .howto .base__list > li {
            width: 306px;
            flex-shrink: 0;
            height: 456px; } }
        .howto .base__list > li a {
          padding: 33px 25px;
          display: block;
          width: 100%;
          height: 100%; }
          @media (max-width: 879px) {
            .howto .base__list > li a {
              padding: 13.5px 16px 49px; } }
        .howto .base__list > li .img-hover {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          z-index: 1;
          margin: auto; }
          .howto .base__list > li .img-hover img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .howto .base__list > li .f-crimson {
          font-size: 56px;
          margin-bottom: 10px;
          color: #fff;
          z-index: 2;
          position: relative; }
          @media (max-width: 879px) {
            .howto .base__list > li .f-crimson {
              margin-bottom: 6px; } }
        .howto .base__list > li p {
          z-index: 2;
          position: relative; }
    .howto .base__inner {
      display: flex;
      justify-content: space-between; }
      .howto .base__inner li {
        position: relative;
        width: 48.9%;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(20px);
        border-radius: 5px; }
        .howto .base__inner li:after {
          display: inline-block;
          content: "";
          width: 100%;
          padding-bottom: 100%; }
        .howto .base__inner li a {
          display: block;
          width: 100%;
          height: 100%; }
      .howto .base__inner__img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
        display: flex; }
        .howto .base__inner__img.strap {
          width: 32%; }
          @media (max-width: 879px) {
            .howto .base__inner__img.strap {
              width: 33.3%; } }
        .howto .base__inner__img.watch {
          width: 51%; }
          @media (max-width: 879px) {
            .howto .base__inner__img.watch {
              width: 53.3%; } }
        .howto .base__inner__img img {
          margin: auto; }
  .howto .customize .center {
    margin-bottom: 39px; }
  .howto .customize__main {
    padding: 47px 0 58px;
    background: rgba(83, 83, 83, 0.1);
    position: relative; }
    @media (max-width: 879px) {
      .howto .customize__main {
        padding: 0; } }
  .howto .customize__inner {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media (max-width: 879px) {
      .howto .customize__inner {
        gap: 25px;
        padding: 20px 0; } }
  .howto .customize .scroll-infinity__wrap {
    display: flex;
    overflow: hidden; }
  .howto .customize .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0; }
    .howto .customize .scroll-infinity__list--left {
      animation: infinity-scroll-left 20s infinite linear 0.5s both; }
    .howto .customize .scroll-infinity__list--right {
      animation: infinity-scroll-right 20s infinite linear 0.5s both; }
    .howto .customize .scroll-infinity__list li {
      width: calc(100vw / 7); }
      @media (max-width: 879px) {
        .howto .customize .scroll-infinity__list li {
          width: 30vw; } }
    .howto .customize .scroll-infinity__list img {
      width: 100%; }
  .howto .customize .scroll-infinity:nth-child(3) .scroll-infinity__list--left {
    animation-delay: -10s; }
  .howto .customize .scroll-infinity:nth-child(4) .scroll-infinity__list--right {
    animation-delay: -10s; }
  .howto .customize .scroll-infinity__watch {
    width: 61.2%; }
    @media (max-width: 879px) {
      .howto .customize .scroll-infinity__watch {
        width: 68%; } }
  .howto .customize .scroll-infinity__strap {
    width: 36.6%; }
    @media (max-width: 879px) {
      .howto .customize .scroll-infinity__strap {
        width: 39.5%; } }
  .howto .customize-btn {
    font-family: "knot", sans-serif;
    height: 60px;
    width: 36.25%;
    max-width: 464px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.3s;
    padding: 3px 0 0; }
    @media (max-width: 879px) {
      .howto .customize-btn {
        width: 202px; } }
    .howto .customize-btn:after {
      display: block;
      content: "";
      width: 4px;
      height: 8px;
      background: url(https://magazine.knot-designs.com/shopify/img/top-renewal-2025/arrow-w.svg) no-repeat center center/contain;
      position: absolute;
      right: 5.5%;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: 0.3s; }
      @media (max-width: 879px) {
        .howto .customize-btn:after {
          right: 16px; } }
    .howto .customize-btn:hover {
      background: #fff;
      color: #000; }
      .howto .customize-btn:hover:after {
        background: url(https://magazine.knot-designs.com/shopify/img/top-renewal-2025/arrow-b.svg) no-repeat center center/contain; }

.bg-img-inner {
  filter: blur(25px);
  width: 100%;
  height: 100%;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s; }

.experience {
  background: #FDF9F5;
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: center;
  transition: 0.5s; }
  .experience.onmouse {
    color: #fff !important; }
  .experience .container {
    padding: 120px 40px 200px;
    position: relative;
    z-index: 10; }
    @media (max-width: 879px) {
      .experience .container {
        padding: 59px 0 170px;
        margin: 0; } }
  .experience__inner {
    display: grid;
    grid-template-columns: 50% 43.25%;
    grid-template-rows: auto auto;
    justify-content: space-between; }
    @media (max-width: 879px) {
      .experience__inner {
        display: block; } }
  .experience .title-left {
    color: inherit;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin-bottom: 125px; }
    @media screen and (max-width: 1280px) {
      .experience .title-left {
        font-size: 7.5vw;
        margin-bottom: 32px;
        padding: 0 16px; } }
  .experience .link-img {
    grid-row: 2 / 3;
    grid-column: 1 / 2; }
    @media (max-width: 879px) {
      .experience .link-img {
        margin-bottom: 56px; } }
  .experience .link-list {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    margin: auto; }

.pickup {
  background: #fff;
  z-index: 4;
  position: relative;
  display: flex;
  justify-content: center; }
  .pickup .container {
    padding: 64px 40px 180px; }
    @media (max-width: 879px) {
      .pickup .container {
        padding: 56px 0 170px; } }
  .pickup .title-center {
    margin-bottom: 88px; }
    @media (max-width: 879px) {
      .pickup .title-center {
        margin-bottom: 48px; } }
  .pickup-wrapper {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 879px) {
      .pickup-wrapper {
        display: block; } }
    .pickup-wrapper:not(:last-child) {
      margin-bottom: 50px; }
      @media (max-width: 879px) {
        .pickup-wrapper:not(:last-child) {
          margin-bottom: 40px;
          padding-bottom: 40px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }
  @media (max-width: 879px) {
    .pickup__head {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      margin-bottom: 24px;
      padding: 0 16px; } }
  .pickup__head .f-crimson {
    font-size: 26px;
    letter-spacing: 0.06em; }
    @media (min-width: 880px) {
      .pickup__head .f-crimson {
        margin-bottom: 17px; } }
    @media (max-width: 879px) {
      .pickup__head .f-crimson {
        font-size: 24px; } }
  @media (min-width: 880px) {
    .pickup .scroll-wrapper {
      width: 80%; } }
  .pickup__list {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 879px) {
      .pickup__list {
        width: auto;
        flex-wrap: nowrap;
        gap: 16px;
        padding-left: 16px; } }
    .pickup__list li {
      width: 31.25%; }
      @media (max-width: 879px) {
        .pickup__list li {
          width: 258px;
          flex-shrink: 0; } }
  .pickup__thum {
    margin-bottom: 20px;
    overflow: hidden; }
    @media (max-width: 879px) {
      .pickup__thum {
        margin-bottom: 16px; } }
    .pickup__thum img {
      width: 100%; }
  .pickup__title {
    font-size: 13px;
    margin-bottom: 12px; }
    @media (max-width: 879px) {
      .pickup__title {
        margin-bottom: 10px; } }
  .pickup__date {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.3); }

.made {
  background: #FDF9F5;
  position: relative;
  z-index: 5;
  justify-content: center;
  display: flex;
  transition: 0.5s; }
  .made.onmouse {
    color: #fff !important; }
  .made .container {
    padding: 120px 40px 200px; }
    @media (max-width: 879px) {
      .made .container {
        padding: 58px 0 170px; } }
  .made .title-left {
    color: inherit;
    margin-bottom: 65px; }
    @media (max-width: 879px) {
      .made .title-left {
        margin-bottom: 13px;
        padding: 0 16px; } }
  .made__inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 879px) {
      .made__inner {
        display: block; } }
  @media (min-width: 880px) {
    .made .link-img {
      width: 50%; } }
  @media (max-width: 879px) {
    .made .link-img {
      margin-bottom: 56px; } }
  .made .link-img h3 {
    bottom: 6.3vw; }
    @media (max-width: 879px) {
      .made .link-img h3 {
        bottom: 22.5vw; } }
  .made .link-img p {
    bottom: 1.9vw; }
    @media (max-width: 879px) {
      .made .link-img p {
        bottom: 6.9vw; } }
  .made .link-list {
    width: 43.25%; }
    @media (max-width: 879px) {
      .made .link-list {
        width: 100%; } }

.insta {
  background: #fff;
  position: relative;
  z-index: 6; }
  .insta .js-section-inner {
    padding: 64px 0 96px; }
    @media (max-width: 879px) {
      .insta .js-section-inner {
        padding: 56px 0 80px; } }
  .insta .title-center {
    margin-bottom: 40px; }
    @media (max-width: 879px) {
      .insta .title-center {
        margin-bottom: 48px; } }
  .insta__tab {
    display: flex;
    justify-content: center;
    gap: 62px;
    margin-bottom: 41px; }
    @media (max-width: 879px) {
      .insta__tab {
        justify-content: space-around;
        gap: 0;
        margin-bottom: 24px; } }
  .insta .tab {
    display: flex;
    gap: 12.8px;
    align-items: center;
    opacity: 0.2;
    transition: 0.3s; }
    @media (max-width: 879px) {
      .insta .tab {
        flex-direction: column;
        gap: 11px; } }
    .insta .tab.active {
      opacity: 1; }
    .insta .tab:hover {
      cursor: pointer; }
  .insta-icon {
    width: 60px;
    border-radius: 50%;
    overflow: hidden; }
  .insta-account p {
    font-size: 14px;
    /*&:first-child {
                font-size: 14px;
                margin-bottom: 3px;
                @media (max-width: 879px) {
                    font-size: 15px;
                }
            }
            &:nth-child(2) {
                font-size: 11px;
            }*/ }
    @media (max-width: 879px) {
      .insta-account p {
        font-size: 15px; } }
  .insta__content {
    display: none; }
    .insta__content.show {
      display: block;
      animation: tab-show 0.5s; }
    .insta__content-wrapper {
      padding-left: 40px; }
      @media (max-width: 879px) {
        .insta__content-wrapper {
          padding: 0;
          margin-bottom: 33px; } }
  .insta .f-inter {
    padding: 10px 24px 33px;
    font-size: 11px; }
    @media (max-width: 879px) {
      .insta .f-inter {
        display: none; } }
  .insta .slick-arrow {
    width: 64px;
    height: 64px;
    z-index: 1;
    top: 36.4%; }
    .insta .slick-arrow:before {
      display: none; }
    .insta .slick-arrow.slick-next {
      right: 0; }
    .insta .slick-arrow.slick-prev {
      left: -40px;
      transform: scale(-1, 1); }
    .insta .slick-arrow.slick-disabled {
      opacity: 0.2; }
  .insta .official-slide,
  .insta .maker-slide {
    flex-wrap: wrap;
    display: flex; }
  .insta .official-slide > div,
  .insta .maker-slide > div {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 879px) {
      .insta .official-slide > div,
      .insta .maker-slide > div {
        width: 50%; } }
  @media (max-width: 879px) {
    .insta .top-link {
      margin: auto; } }

.shopify-section-group-footer-group {
  z-index: 7;
  position: relative; }

.top-links {
  padding: 0 0 60px;
  background-color: #fff;
  position: relative;
  z-index: 100; }
  .top-links__container {
    padding-top: 60px;
    border-top: solid 1px #16171710;
    margin: 0 auto;
    max-width: 1000px; }
    @media (max-width: 879px) {
      .top-links__container {
        padding-top: 35px;
        border-top: solid 1px #16171710;
        margin: 0 auto;
        max-width: 350px; } }
  .top-links__inner {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 879px) {
      .top-links__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0; } }
  .top-links__content {
    font-family: 'knot', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    padding: 0 40px; }
    @media (max-width: 879px) {
      .top-links__content {
        width: 100%;
        justify-content: flex-start;
        padding: 0 15px;
        gap: 0 20px; } }
    .top-links__content:hover .top-links__logo {
      opacity: 0.7; }
    .top-links__content:hover .top-links__text {
      border-bottom: solid 1px #000; }
    .top-links__content:nth-child(1) .top-links__logo {
      width: 24px;
      height: 40px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: -5px;
      display: inline-block; }
      @media (max-width: 879px) {
        .top-links__content:nth-child(1) .top-links__logo {
          width: 33px;
          height: 33px; } }
    .top-links__content:nth-child(2) .top-links__logo {
      width: 40px;
      height: 34px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block; }
      @media (max-width: 879px) {
        .top-links__content:nth-child(2) .top-links__logo {
          width: 33px;
          height: 33px; } }
    .top-links__content:nth-child(3) .top-links__logo {
      width: 32px;
      height: 40px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block; }
      @media (max-width: 879px) {
        .top-links__content:nth-child(3) .top-links__logo {
          width: 33px;
          height: 33px; } }
  .top-links__text {
    font-size: 16px;
    padding: 0 0 5px;
    margin: 5px 0 0;
    border-bottom: solid 1px transparent; }

.js-bg-hide.is-hidden {
  visibility: hidden; }
