:root {
  color-scheme: light;
  --bg: #ffffff;
  --text: #444444;
  --muted: #444444;
  --line: #ebe1d4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
}

.hero {
  position: relative;
  width: 1440px;
  height: 892px;
  margin: 0 auto;
  background: var(--bg);
}

.hero__strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: var(--line);
}

@media (min-width: 1440px) {
  .hero__strip {
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
  }
}

.brand {
  position: absolute;
  top: 59px;
  left: 23px;
}

.brand__logo {
  width: 88px;
  height: 60px;
  object-fit: contain;
}

.site-nav {
  position: absolute;
  top: 87px;
  right: 100px;
  width: 132px;
  height: 214px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  overflow: visible;
}

.site-nav a {
  font-size: 28px;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
  line-height: 28px;
  text-transform: none;
}

.site-nav .contact-button {
  width: 185px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5c5c5c;
  color: #ffffff;
  border-radius: 999px;
  line-height: 28px;
  flex-shrink: 0;
  transform: translateX(47px);
  position: relative;
}

.site-nav .contact-button span {
  display: block;
  position: relative;
  top: -3px;
}

.hero__text {
  position: absolute;
  top: 151px;
  left: 100px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero__text p {
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 43px;
  color: #444444;
}

.hero__signature {
  position: absolute;
  top: 278px;
  left: 100px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero__signature-image {
  width: 412px;
  height: 76px;
  object-fit: contain;
}

.hero__author {
  position: absolute;
  top: 311px;
  left: 536px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #444444;
  white-space: nowrap;
}

.hero__job {
  letter-spacing: 0.05em;
}

.hero__desk {
  position: absolute;
  top: 388px;
  left: 96px;
  width: 1344px;
  height: 410px;
  overflow: hidden;
}

.hero__desk-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

@media (min-width: 1441px) {
  .hero__desk {
    width: 1344px;
    max-width: 1344px;
  }
}

.works {
  position: relative;
  width: 1440px;
  height: 3310px;
  margin: 0 auto;
  background-image: url("../images/bg-works.png.jpg");
  background-size: 1440px 3310px;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
}

.works__inner {
  position: absolute;
  inset: 0;
  width: 1440px;
  height: 3310px;
  margin: 0;
  padding: 0;
}

.works__heading {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}

.works__title {
  margin: 0;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #2f2d2a;
}

.works__subtitle {
  margin: 14px auto 0;
  font-size: 26px;
  font-weight: 400;
  color: #7c7468;
}

.works__group {
  /* hide flow groups while EC Design absolute layout is in effect */
  display: none;
}

.works__category {
  margin: 0 0 28px;
  font-size: 26px;
  font-weight: 400;
  color: #a4752c;
}



.works__ec {
  position: absolute;
  top: 0;
  left: 0;
  width: 1440px;
  height: 3310px;
}

.works__category--ec {
  position: absolute;
  top: 307px;
  left: 180px;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  color: #a4752c;
}

.works__category--lp {
  position: absolute;
  top: 1051px;
  left: 177px;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  color: #a4752c;
}

.works__thumb {
  position: absolute;
  object-fit: cover;
}

/* サムネイル・ラベルを包むだけの無地aタグに余白・背景・影・outlineが
   出ないようリセットする（白い四角の対策。.works__link自体は文字を
   持つため display/line-height は変更しない） */
.works__ec a:not(.works__link) {
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.works__link {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

.works__thumb--purebar {
  top: 367px;
  left: 180px;
  width: 268px;
  height: 368px;
}

.works__thumb--aura {
  top: 367px;
  left: 660px;
  width: 126px;
  height: 367px;
}

.works__thumb--hana {
  position: absolute;
  top: 1102px;
  left: 180px;
  width: 268px;
  height: 360px;
  object-fit: cover;
}

.works__label,
.works__meta,
.works__link,
.works__arrow {
  position: absolute;
  margin: 0;
}

.works__label--purebar {
  top: 764px;
  left: 173px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__link--purebar {
  top: 766px;
  left: 387px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__arrow--purebar {
  top: 775px;
  left: 490px;
  width: 12px;
  height: 12px;
}

.works__meta--purebar {
  top: 806px;
  left: 173px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__label--aura {
  top: 764px;
  left: 651px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__link--aura {
  top: 766px;
  left: 870px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__arrow--aura {
  top: 775px;
  left: 970px;
  width: 12px;
  height: 12px;
}

.works__meta--aura {
  top: 806px;
  left: 651px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__label--hana {
  top: 1487px;
  left: 172px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__link--hana {
  top: 1487px;
  left: 376px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__arrow--hana {
  top: 1495px;
  left: 478px;
  width: 12px;
  height: 12px;
}

.works__meta--hana {
  top: 1532px;
  left: 172px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__thumb--minute-flow {
  position: absolute;
  top: 1102px;
  left: 660px;
  width: 297px;
  height: 355px;
  object-fit: cover;
}

.works__label--minute-flow {
  top: 1487px;
  left: 631px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__link--minute-flow {
  top: 1487px;
  left: 967px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__arrow--minute-flow {
  top: 1495px;
  left: 1065px;
  width: 12px;
  height: 12px;
}

.works__meta--minute-flow {
  top: 1532px;
  left: 630px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__category--website {
  position: absolute;
  top: 1732px;
  left: 180px;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  color: #a4752c;
}

.works__thumb--stable-pc {
  position: absolute;
  top: 1778px;
  left: 180px;
  width: 399px;
  height: 252px;
  object-fit: cover;
}

.works__label--stable-pc {
  top: 2056px;
  left: 177px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__meta--stable-pc {
  top: 2106px;
  left: 177px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__link--stable-pc {
  top: 2057px;
  left: 513px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__arrow--stable-pc {
  top: 2064px;
  left: 615px;
  width: 12px;
  height: 12px;
}

.works__thumb--stable-sp {
  position: absolute;
  top: 1778px;
  left: 694px;
  width: 132px;
  height: 251px;
  object-fit: cover;
}

.works__label--stable-sp {
  top: 2056px;
  left: 693px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__meta--stable-sp {
  top: 2106px;
  left: 693px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__thumb--organic-a {
  position: absolute;
  top: 2396px;
  left: 180px;
  width: 330px;
  height: 162px;
  object-fit: cover;
}

.works__thumb--organic-b {
  position: absolute;
  top: 2396px;
  left: 547px;
  width: 330px;
  height: 162px;
  object-fit: cover;
}

.works__category--banner {
  position: absolute;
  top: 2343px;
  left: 180px;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  color: #a4752c;
}

.works__label--organic-a {
  top: 2583px;
  left: 180px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__meta--organic-a {
  top: 2626px;
  left: 180px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__link--organic-a {
  top: 2757px;
  left: 180px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__arrow--organic-a {
  top: 2766px;
  left: 286px;
  width: 12px;
  height: 12px;
}

.works__label--organic-b {
  top: 2583px;
  left: 547px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__meta--organic-b {
  top: 2626px;
  left: 547px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__link--organic-b {
  top: 2757px;
  left: 547px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__arrow--organic-b {
  top: 2766px;
  left: 658px;
  width: 12px;
  height: 12px;
}

.works__label--ingredient {
  top: 2583px;
  left: 915px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__thumb--ingredient {
  position: absolute;
  top: 2396px;
  left: 915px;
  width: 330px;
  height: 162px;
  object-fit: cover;
}

.works__meta--ingredient {
  top: 2626px;
  left: 915px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__link--ingredient {
  top: 2757px;
  left: 915px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__arrow--ingredient {
  top: 2766px;
  left: 1020px;
  width: 12px;
  height: 12px;
}

.works__thumb--coupon {
  position: absolute;
  top: 2810px;
  left: 180px;
  width: 330px;
  height: 162px;
  object-fit: cover;
}

.work-return-anchor {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  scroll-margin-top: 70px;
  z-index: -1;
}

.work-return-anchor--purebar {
  top: 367px;
}

.work-return-anchor--aura {
  top: 367px;
}

.work-return-anchor--hana {
  top: 1102px;
}

.work-return-anchor--minuteflow {
  top: 1102px;
}

.work-return-anchor--nishistable {
  top: 1778px;
}

.work-return-anchor--organic-a {
  top: 2396px;
}

.work-return-anchor--organic-b {
  top: 2396px;
}

.work-return-anchor--ingredient {
  top: 2396px;
}

.work-return-anchor--coupon {
  top: 2810px;
}

.works__label--coupon {
  top: 3001px;
  left: 180px;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__meta--coupon {
  top: 3043px;
  left: 180px;
  font-size: 20px;
  font-weight: 400;
  color: #5f5b54;
}

.works__link--coupon {
  top: 3179px;
  left: 180px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__arrow--coupon {
  top: 3188px;
  left: 281px;
  width: 12px;
  height: 12px;
}

.works__cards {
  display: block;
  gap: 0;
}

.works__cards--two {
  display: block;
}

.works__cards--banner {
  display: block;
}

.works__card {
  display: block;
  gap: 0;
}

.works__card-image {
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}

.works__card-image img {
  width: 100%;
  display: block;
}

.works__card-info {
  display: block;
  gap: 0;
}

.works__card-top {
  display: block;
}

.works__card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #2f2d2a;
}

.works__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 400;
  color: #2f2d2a;
  text-decoration: none;
}

.works__card-link img {
  width: 12px;
  height: 12px;
}

.works__card-type,
.works__card-text {
  margin: 0;
  color: #5f5b54;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}

/* PURE BAR thumbnail exact placement */
.works__card--purebar .works__card-image img {
  width: 268px;
  height: 368px;
  position: absolute;
  top: 364px;
  left: 173px;
  object-fit: cover;
}

.works__card--banner-four {
  align-self: start;
}

.hero__mobile-bg,
.hero__mobile-logo,
.hero__mobile-menu,
.hero__mobile-signature,
.hero__mobile-desk,
.works__mobile,
.strength__mobile,
.about__mobile,
.skill__mobile,
.contact__mobile,
.drawer {
  display: none;
}

@media (max-width: 1023px) {
  .hero {
    width: 390px;
    height: 816px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    background-color: #ffffff;
  }

  .brand,
  .site-nav,
  .site-nav *,
  .hero__signature,
  .hero__desk {
    display: none;
  }

  .site-nav .contact-button {
    display: none !important;
  }

  .hero__strip {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 38px;
    background: var(--line);
    z-index: 1;
  }

  .hero__mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 390px;
    max-width: none;
    height: 816px;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
  }

  .hero__mobile-logo {
    display: block;
    position: absolute;
    top: 42px;
    left: 12px;
    width: 82px;
    height: 60px;
    object-fit: contain;
    z-index: 1;
  }

  .hero__mobile-menu {
    display: block;
    position: absolute;
    top: 50px;
    left: 332px;
    width: 53px;
    height: 19px;
    object-fit: contain;
    z-index: 1;
  }

  .hero__mobile-signature {
    display: block;
    position: absolute;
    top: 240px;
    left: 20px;
    width: 288px;
    height: 53px;
    object-fit: contain;
    z-index: 1;
  }

  .hero__mobile-desk {
    display: block;
    position: absolute;
    top: 387px;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    max-width: none;
    height: 364px;
    object-fit: cover;
    z-index: 1;
  }

  .hero__text {
    display: block;
    position: absolute;
    top: 132px;
    left: 21px;
    z-index: 2;
  }

  .hero__text p {
    display: block;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.18em;
    margin: 0;
    color: #444444;
  }

  .hero__author {
    display: block;
    position: absolute;
    top: 313px;
    left: 22px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    white-space: nowrap;
    color: #444444;
    z-index: 2;
  }

  html,
  body,
  .page-shell {
    width: 100%;
    overflow-x: hidden;
  }

  .hero__mobile-menu {
    cursor: pointer;
  }

  .drawer {
    display: none;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 200;
  }

  .drawer.is-open {
    display: block;
  }

  .drawer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .drawer__batu {
    position: absolute;
    top: 2.706%;
    left: 85.128%;
    width: 7.692%;
    height: 3.529%;
    object-fit: contain;
    cursor: pointer;
    z-index: 1;
  }

  .drawer__s8 {
    position: absolute;
    top: 64.588%;
    left: 25.385%;
    width: 51.538%;
    height: 17.529%;
    object-fit: contain;
    z-index: 1;
  }

  .drawer__text {
    position: absolute;
    margin: 0;
    font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
    font-size: 28pt;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #444444;
    text-decoration: none;
    z-index: 1;
  }

  .drawer__text--work {
    top: 18%;
    left: 13.077%;
  }

  .drawer__text--strength {
    top: 25.529%;
    left: 13.077%;
  }

  .drawer__text--about {
    top: 32.706%;
    left: 13.077%;
  }

  .drawer__text--skill {
    top: 39.882%;
    left: 13.077%;
  }

  .drawer__text--contact {
    top: 46.941%;
    left: 13.077%;
  }

  .works {
    width: 390px;
    height: 3268px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .works__inner {
    display: none;
  }

  .works__mobile {
    display: block;
  }

  .works__mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 3268px;
    object-fit: cover;
  }

  .works__mobile-s12 {
    display: block;
    position: absolute;
    top: 227px;
    left: 36px;
    width: 138px;
    height: 197px;
    object-fit: cover;
  }

  .works__mobile-s13 {
    display: block;
    position: absolute;
    top: 227px;
    left: 259px;
    width: 70px;
    height: 197px;
    object-fit: cover;
  }

  .works__mobile-s11 {
    display: block;
    position: absolute;
    top: 632px;
    left: 36px;
    width: 143px;
    height: 182px;
    object-fit: cover;
  }

  .works__mobile-s10 {
    display: block;
    position: absolute;
    width: 13px;
    height: 18px;
    object-fit: contain;
  }

  .works__mobile-s10--1 {
    top: 474px;
    left: 150px;
  }

  .works__mobile-s10--2 {
    top: 474px;
    left: 337px;
  }

  .works__mobile-s10--3 {
    top: 870px;
    left: 153px;
    width: 13px;
    height: 18px;
  }

  .works__mobile-s14 {
    display: block;
    position: absolute;
    top: 1089px;
    left: 36px;
    width: 136px;
    height: 180px;
    object-fit: cover;
  }

  .works__mobile-s15 {
    display: block;
    position: absolute;
    top: 1089px;
    left: 222px;
    width: 143px;
    height: 180px;
    object-fit: cover;
  }

  .works__mobile-s11-2 {
    display: block;
    position: absolute;
    top: 1477px;
    left: 36px;
    width: 140px;
    height: 186px;
    object-fit: cover;
  }

  .works__mobile-s10--4 {
    top: 1325px;
    left: 146px;
  }

  .works__mobile-s10--5 {
    top: 1325px;
    left: 341px;
  }

  .works__mobile-s10--6 {
    top: 1717px;
    left: 153px;
  }

  .works__mobile-link--4 {
    top: 1317px;
    left: 31px;
  }

  .works__mobile-link--5 {
    top: 1317px;
    left: 222px;
  }

  .works__mobile-link--6 {
    top: 1709px;
    left: 31px;
  }

  .works__mobile-s16 {
    display: block;
    position: absolute;
    top: 1924px;
    left: 19px;
    width: 189px;
    height: 122px;
    object-fit: cover;
  }

  .works__mobile-s17 {
    display: block;
    position: absolute;
    top: 1924px;
    left: 261px;
    width: 68px;
    height: 121px;
    object-fit: cover;
  }

  .works__mobile-s11-3 {
    display: block;
    position: absolute;
    top: 2250px;
    left: 32px;
    width: 140px;
    height: 186px;
    object-fit: cover;
  }

  .works__mobile-s11-4 {
    display: block;
    position: absolute;
    top: 2250px;
    left: 220px;
    width: 140px;
    height: 186px;
    object-fit: cover;
  }

  .works__mobile-s10--7 {
    top: 2099px;
    left: 152px;
  }

  .works__mobile-s10--8 {
    top: 2099px;
    left: 345px;
  }

  .works__mobile-s10--9 {
    top: 2492px;
    left: 152px;
  }

  .works__mobile-s10--10 {
    top: 2492px;
    left: 340px;
  }

  .works__mobile-link--7 {
    top: 2092px;
    left: 30px;
  }

  .works__mobile-link--8 {
    top: 2092px;
    left: 226px;
  }

  .works__mobile-link--9 {
    top: 2484px;
    left: 30px;
  }

  .works__mobile-link--10 {
    top: 2484px;
    left: 220px;
  }

  .works__mobile-s18 {
    display: block;
    position: absolute;
    bottom: 439px;
    left: 30px;
    width: 145px;
    height: 70px;
    object-fit: cover;
  }

  .works__mobile-s19 {
    display: block;
    position: absolute;
    bottom: 439px;
    left: 212px;
    width: 145px;
    height: 70px;
    object-fit: cover;
  }

  .works__mobile-s20 {
    display: block;
    position: absolute;
    bottom: 199px;
    left: 30px;
    width: 145px;
    height: 70px;
    object-fit: cover;
  }

  .works__mobile-s21 {
    display: block;
    position: absolute;
    bottom: 199px;
    left: 212px;
    width: 145px;
    height: 70px;
    object-fit: cover;
  }

  .work-return-anchor--purebar {
    top: 227px;
  }

  .work-return-anchor--aura {
    top: 227px;
  }

  .work-return-anchor--hana {
    top: 1089px;
  }

  .work-return-anchor--minuteflow {
    top: 1089px;
  }

  .work-return-anchor--nishistable {
    top: 1924px;
  }

  .work-return-anchor--organic-a,
  .work-return-anchor--organic-b {
    top: auto;
    bottom: 439px;
  }

  .work-return-anchor--ingredient,
  .work-return-anchor--coupon {
    top: auto;
    bottom: 199px;
  }

  .works__mobile-s10--11 {
    bottom: 377px;
    left: 151px;
  }

  .works__mobile-s10--12 {
    bottom: 377px;
    left: 336px;
  }

  .works__mobile-s10--13 {
    bottom: 141px;
    left: 152px;
  }

  .works__mobile-s10--14 {
    bottom: 141px;
    left: 336px;
  }

  .strength {
    width: 390px;
    height: 512px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .strength__bg,
  .strength__b,
  .strength__a,
  .strength__main {
    display: none;
  }

  .strength__mobile {
    display: block;
  }

  .strength__mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 512px;
    object-fit: cover;
  }

  .strength__mobile-s1 {
    display: block;
    position: absolute;
    top: 0;
    left: 135px;
    width: 255px;
    height: 172px;
    object-fit: cover;
  }

  .strength__mobile-s2 {
    display: block;
    position: absolute;
    top: 163px;
    left: 32px;
    width: 175px;
    height: 116px;
    object-fit: cover;
  }

  .strength__mobile-s3 {
    display: block;
    position: absolute;
    top: 69px;
    left: 41px;
    width: 224px;
    height: 68px;
    object-fit: contain;
  }

  .strength__mobile-s8 {
    display: block;
    position: absolute;
    top: 251px;
    left: 244px;
    width: 67px;
    height: 47px;
    object-fit: contain;
  }

  .about {
    width: 390px;
    height: 1620px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .about__bg,
  .about__photo,
  .about__name,
  .about__job {
    display: none;
  }

  .about__mobile {
    display: block;
  }

  .about__mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 1620px;
    object-fit: cover;
  }

  .about__mobile-s4 {
    display: block;
    position: absolute;
    top: 78px;
    left: 19px;
    width: 150px;
    height: 219px;
    object-fit: cover;
  }

  .about__mobile-s5 {
    display: block;
    position: absolute;
    top: 37px;
    left: 146px;
    width: 220px;
    height: 110px;
    object-fit: cover;
  }

  .about__mobile-text {
    position: absolute;
    font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
    font-size: 14pt;
    font-weight: 400;
    color: #444444;
    line-height: 1.4;
    margin: 0;
  }

  .about__mobile-text--herteck {
    top: 1488px;
    left: 146px;
  }

  .about__mobile-text--nihon {
    top: 1532px;
    left: 146px;
    font-size: 13pt;
  }

  .works__mobile-link--11 {
    bottom: 372px;
    left: 30px;
  }

  .works__mobile-link--12 {
    bottom: 372px;
    left: 212px;
  }

  .works__mobile-link--13 {
    bottom: 136px;
    left: 32px;
  }

  .works__mobile-link--14 {
    bottom: 136px;
    left: 214px;
  }

  .works__mobile-link {
    display: block;
    position: absolute;
    font-size: 16pt;
    font-weight: 400;
    color: #966934;
    text-decoration: none;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
  }

  /* サムネイルを包むだけの無地aタグの余白・背景・影・outlineをリセット
     （白い四角の対策。position指定は無いため画像の位置には影響しない） */
  .works__mobile-thumb-link {
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0;
    line-height: 0;
  }

  .works__mobile-link--1 {
    top: 467px;
    left: 34px;
  }

  .works__mobile-link--2 {
    top: 467px;
    left: 220px;
  }

  .works__mobile-link--3 {
    top: 863px;
    left: 34px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .hero__mobile-desk {
    display: none;
  }

  .hero__desk {
    display: block;
    position: absolute;
    top: 387px;
    left: 50%;
    width: 100vw;
    height: 364px;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
  }

  .hero__desk-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
  }
}

@media (max-width: 599px) {
  .hero__desk {
    display: none;
  }

  .hero__mobile-desk {
    display: block;
    position: absolute;
    top: 387px;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    max-width: none;
    height: 364px;
    object-fit: cover;
    object-position: center bottom;
    z-index: 1;
  }
}

.strength {
  position: relative;
  width: 1440px;
  height: 1178px;
  margin: 0 auto;
}

.strength__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1440px;
  height: 1178px;
  object-fit: cover;
}

.strength__a {
  position: absolute;
  top: 463px;
  left: 240px;
  width: 435px;
  height: 290px;
  object-fit: cover;
}

.strength__b {
  position: absolute;
  top: 0px;
  left: 415px;
  width: 844px;
  height: 532px;
  object-fit: cover;
}

.strength__main {
  position: absolute;
  top: 157px;
  left: 172px;
  width: 582px;
  height: 178px;
  object-fit: cover;
}

.about {
  position: relative;
  width: 1440px;
  height: 1191px;
  margin: 0 auto;
}

.about__bg {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 1440px;
  height: 1191px;
  object-fit: cover;
}

.about__photo {
  position: absolute;
  top: 198px;
  left: 160px;
  width: 418px;
  height: 572px;
  object-fit: cover;
}

.about__name {
  position: absolute;
  top: 282px;
  left: 655px;
  margin: 0;
  font-size: 38px;
  font-weight: 400;
  color: #444444;
}

.about__job {
  position: absolute;
  top: 298px;
  left: 862px;
  margin: 0;
  font-size: 25px;
  font-weight: 400;
  color: #a4752c;
}

.skill {
  position: relative;
  width: 1440px;
  height: 1438px;
  margin: 0 auto;
}

.skill__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1440px;
  height: 1438px;
  object-fit: cover;
}

.skill__title {
  position: absolute;
  top: 140px;
  left: 647px;
  margin: 0;
  font-size: 40px;
  font-weight: 400;
}

.skill__item {
  position: absolute;
  margin: 0;
  font-size: 20pt;
  font-weight: 400;
  color: #a4752c;
}

.skill__item--website {
  top: 406px;
  left: 290px;
  letter-spacing: -0.03em;
}

.skill__item--lp {
  top: 406px;
  left: 693px;
}

.skill__item--ec {
  top: 406px;
  left: 993px;
}

.skill__item--banner {
  top: 758px;
  left: 400px;
}

.skill__item--flyer {
  top: 758px;
  left: 890px;
  letter-spacing: -0.03em;
}

.skill__tool {
  position: absolute;
  margin: 0;
  font-size: 17pt;
  font-weight: 400;
  color: #444444;
  letter-spacing: 0.1em;
}

.skill__tool--photoshop {
  top: 1095px;
  left: 425px;
}

.skill__tool--figma {
  top: 1095px;
  left: 661px;
}

.skill__tool--canva {
  top: 1095px;
  left: 873px;
}

.skill__tool--claude-code {
  top: 1163px;
  left: 507px;
}

.skill__tool--ai-tool {
  top: 1163px;
  left: 779px;
}

.contact {
  position: relative;
  width: 1440px;
  height: 818px;
  margin: 0 auto;
}

.contact__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1440px;
  height: 818px;
  object-fit: cover;
}

.contact__title {
  position: absolute;
  top: 258px;
  left: 587px;
  margin: 0;
  font-size: 40pt;
  font-weight: 400;
  color: #444444;
  letter-spacing: 0.04em;
}

.contact__vertical {
  position: absolute;
  top: 374px;
  left: 691px;
  margin: 0;
  font-size: 14pt;
  font-weight: 400;
  color: #444444;
  writing-mode: vertical-rl;
}

.contact__line-text {
  position: absolute;
  top: 520px;
  left: 456px;
  width: 528px;
  margin: 0;
  font-size: 15pt;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #444444;
  text-align: center;
}

.contact__footer-nav {
  position: absolute;
  margin: 0;
  font-size: 25pt;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
}

.contact__footer-nav--work {
  top: 751px;
  left: 103px;
}

.contact__footer-nav--strength {
  top: 751px;
  left: 230px;
}

.contact__footer-nav--about {
  top: 751px;
  left: 422px;
}

.contact__footer-nav--skill {
  top: 751px;
  left: 555px;
}

.contact__footer-nav--contact {
  top: 751px;
  left: 663px;
}

@media (min-width: 1024px) {
  .drawer,
  .drawer.is-open {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .strength {
    width: 390px;
    height: 512px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .about {
    width: 390px;
    height: 1620px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .strength__bg,
  .strength__b,
  .strength__a,
  .strength__main {
    display: none;
  }

  .about__bg,
  .about__photo,
  .about__name,
  .about__job {
    display: none;
  }

  .strength__mobile,
  .about__mobile {
    display: block;
  }

  .skill {
    width: 390px;
    height: 1233px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .skill__bg,
  .skill__title,
  .skill__item,
  .skill__tool {
    display: none;
  }

  .skill__mobile {
    display: block;
  }

  .skill__mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 1233px;
    object-fit: cover;
  }

  .contact {
    width: 390px;
    height: 614px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }

  .contact__bg,
  .contact__title,
  .contact__vertical,
  .contact__line-text,
  .contact__footer-nav {
    display: none;
  }

  .contact__mobile {
    display: block;
  }

  .contact__mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 614px;
    object-fit: cover;
  }

  .contact__mobile-s8 {
    display: block;
    position: absolute;
    top: 51px;
    left: 142px;
    width: 108px;
    height: 83px;
    object-fit: contain;
  }

  .contact__mobile-line-text {
    display: block;
    position: absolute;
    top: 292px;
    left: 45px;
    width: 300px;
    margin: 30px 0 0;
    font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.02em;
    color: #444444;
    text-align: center;
  }

  .contact__mobile-nav {
    display: block;
    position: absolute;
    top: 542px;
    font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #444444;
    letter-spacing: 0.025em;
    text-decoration: none;
    margin: 0;
  }

  .contact__mobile-nav--work {
    left: 23px;
  }

  .contact__mobile-nav--strength {
    left: 85px;
  }

  .contact__mobile-nav--about {
    left: 177px;
  }

  .contact__mobile-nav--skill {
    left: 251px;
  }

  .contact__mobile-nav--contact {
    left: 305px;
  }

  .contact__mobile-nav.js-reveal--footer {
    opacity: 0;
    transform: none;
    filter: none;
    transition: opacity 2.8s ease-in-out;
  }

  .contact__mobile-nav.js-reveal--footer.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* ==========================================================
   FV 初回表示アニメーション
   ========================================================== */

.fv-bg,
.fv-logo,
.fv-heading,
.fv-sub,
.fv-cta {
  opacity: 0;
}

.fv-bg {
  transform: scale(1.06);
  animation: fvBgIn 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.fv-logo {
  transform: translateY(25px);
  animation: fvLogoIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}

.fv-heading {
  transform: translateY(30px);
  animation: fvHeadingIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.55s forwards;
}

.fv-sub {
  transform: translateY(25px);
  animation: fvSubIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.75s forwards;
}

.fv-cta {
  transform: scale(0.92);
  animation: fvCtaIn 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.95s forwards;
}

.fv-contact {
  display: inline-block;
  transform-origin: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 1.2s ease-out;
}

/* JS側で2.05秒後に付与。opacityはanimationではなくtransitionで管理することで、
   hover時にanimationプロパティを差し替えてもopacityがリセットされず
   文字が消えない状態を保証する。 */
.fv-contact.fv-contact--in {
  opacity: 1;
  transform: translateY(0) translateX(0) rotate(0deg);
  animation: fvContactIntro 1.2s ease-out forwards;
}

@keyframes fvBgIn {
  from { opacity: 0; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fvLogoIn {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fvHeadingIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fvSubIn {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fvCtaIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes fvContactIntro {
  0% {
    transform: translateY(6px) translateX(0) rotate(0deg);
  }
  58% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
  67% {
    transform: translateY(0) translateX(-2px) rotate(-0.8deg);
  }
  75% {
    transform: translateY(0) translateX(2px) rotate(0.8deg);
  }
  83% {
    transform: translateY(0) translateX(-1px) rotate(-0.4deg);
  }
  92% {
    transform: translateY(0) translateX(1px) rotate(0.4deg);
  }
  100% {
    transform: translateY(0) translateX(0) rotate(0deg);
  }
}

/* ==========================================================
   スマホ版FV：PC版と同じくらいゆっくり表示させるための調整
   （PC版の値・アニメーションは一切変更しない）
   ========================================================== */

@media (max-width: 1023px) {
  .fv-bg {
    animation-duration: 1.8s;
    animation-delay: 0s;
  }

  .fv-logo {
    animation-duration: 1.1s;
    animation-delay: 0.45s;
  }

  .fv-heading {
    transform: translateY(25px);
    animation-name: fvHeadingInMobile;
    animation-duration: 1.2s;
    animation-delay: 0.85s;
  }

  .fv-sub {
    transform: translateY(20px);
    animation-name: fvSubInMobile;
    animation-duration: 1.1s;
    animation-delay: 1.4s;
  }

  .fv-cta {
    animation-delay: 0.5s;
  }
}

@keyframes fvHeadingInMobile {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fvSubInMobile {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================
   Work以降 スクロールリビール（IntersectionObserver制御）
   ========================================================== */

.js-reveal {
  opacity: 0;
  transition-property: opacity, transform, filter;
  transition-timing-function: ease-out;
  transition-duration: 0.75s;
}

.js-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.js-reveal--up {
  transform: translateY(30px);
}

.js-reveal--heading {
  transform: translateY(25px);
  transition-duration: 0.7s;
}

.js-reveal--body {
  transform: translateY(20px);
  transition-duration: 0.7s;
}

.js-reveal--left {
  transform: translateX(-20px);
  transition-duration: 0.75s;
}

.js-reveal--right {
  transform: translateX(20px);
  transition-duration: 0.75s;
}

.js-reveal--icon {
  transform: translateY(20px) scale(0.96);
  transition-duration: 0.6s;
}

.js-reveal--cta {
  transform: scale(0.88);
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.js-reveal--fade {
  transform: none;
  transition-duration: 0.8s;
}

.js-reveal--linefade {
  transform: translateY(10px);
  transition-duration: 0.6s;
}

.js-reveal--footer {
  transform: translateY(18px);
  transition-duration: 0.55s;
}

/* ==========================================================
   PC hover演出（hoverが使える端末のみ）
   ========================================================== */

@media (hover: hover) and (pointer: fine) {
  .works__thumb {
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .works__thumb:hover {
    transform: translateY(-5px) scale(1.03);
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.1));
  }

  .works__link span {
    transition: text-decoration-color 0.2s ease;
  }

  .works__link:hover span {
    text-decoration: underline;
  }

  .works__arrow {
    transition: transform 0.25s ease;
  }

  .works__link--purebar:hover ~ .works__arrow--purebar,
  .works__link--aura:hover ~ .works__arrow--aura,
  .works__link--hana:hover ~ .works__arrow--hana,
  .works__link--minute-flow:hover ~ .works__arrow--minute-flow,
  .works__link--stable-pc:hover ~ .works__arrow--stable-pc,
  .works__link--organic-a:hover ~ .works__arrow--organic-a,
  .works__link--organic-b:hover ~ .works__arrow--organic-b,
  .works__link--ingredient:hover ~ .works__arrow--ingredient,
  .works__link--coupon:hover ~ .works__arrow--coupon {
    transform: translateX(3px);
  }

  .site-nav a:not(.contact-button) {
    position: relative;
  }

  .site-nav a:not(.contact-button)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.25s ease;
  }

  .site-nav a:not(.contact-button):hover::after {
    width: 100%;
  }

  .contact__footer-nav {
    transition: transform 0.28s ease;
  }

  .contact__footer-nav::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width 0.28s ease;
  }

  .contact__footer-nav:hover {
    transform: translateY(-3px);
  }

  .contact__footer-nav:hover::after {
    width: 100%;
  }

}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .site-nav .contact-button {
    transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  .site-nav .contact-button:hover {
    transform:
      translateX(47px)
      translateY(3px)
      scale(0.965);
    background-color: #505050;
    box-shadow:
      inset 0 4px 7px rgba(0, 0, 0, 0.3),
      0 1px 1px rgba(0, 0, 0, 0.08);
  }

  .site-nav .contact-button:active {
    transform:
      translateX(47px)
      translateY(4px)
      scale(0.945);
    background-color: #4b4b4b;
    box-shadow:
      inset 0 5px 9px rgba(0, 0, 0, 0.38);
  }

  /* CONTACTの文字は押し込み中も必ず白のまま表示する */
  .site-nav .contact-button:hover .fv-contact,
  .site-nav .contact-button:active .fv-contact {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
  }
}

/* ==========================================================
   スマホ版 ドロワーメニュー：登場アニメーションとタップ演出
   ========================================================== */

@media (max-width: 1023px) {
  .drawer__reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .drawer--reveal .drawer__reveal {
    opacity: 1;
    transform: translateY(0);
  }

  /* 登場アニメーション完了後は、タップ操作への反応を素早くする */
  .drawer--settled .drawer__reveal {
    transition-duration: 0.18s;
  }

  .drawer__text--work.drawer__reveal {
    transition-delay: 0s;
  }

  .drawer__text--strength.drawer__reveal {
    transition-delay: 0.13s;
  }

  .drawer__text--about.drawer__reveal {
    transition-delay: 0.26s;
  }

  .drawer__text--skill.drawer__reveal {
    transition-delay: 0.39s;
  }

  .drawer__text--contact.drawer__reveal {
    transition-delay: 0.52s;
  }

  .drawer__s8.drawer__reveal {
    transition-delay: 0.65s;
  }

  .drawer--settled .drawer__text--work,
  .drawer--settled .drawer__text--strength,
  .drawer--settled .drawer__text--about,
  .drawer--settled .drawer__text--skill,
  .drawer--settled .drawer__text--contact,
  .drawer--settled .drawer__s8 {
    transition-delay: 0s;
  }

  .drawer__text {
    transform-origin: left center;
  }

  /* JSでpointerdown/touchstart時に付与される押下演出
     transitionは.drawer__reveal側（opacity/transform/filterをまとめて管理）に
     一本化し、.drawer--settled適用後はduration 0.18sで素早く反応する */
  .drawer__text.is-pressed {
    transform: translateX(5px) scale(0.97);
  }

  /* .drawer__revealやdrawer--reveal側のtransformに負けないよう詳細度を上げておく */
  .drawer--settled .drawer__text.is-pressed {
    transform: translateX(5px) scale(0.97);
  }
}

@media (hover: hover) and (pointer: fine) and (max-width: 1023px) {
  .drawer__text:hover {
    transform: translateX(2px);
  }
}

/* ==========================================================
   スマホ版Work：サムネイル・「詳しくみる」のタップ演出
   （準備中の4枠：--3 / --6 / --9 / --10 は対象外）
   ========================================================== */

@media (max-width: 1023px) {
  /* サムネイルimgは既に.js-revealでtransition-propertyを持っているため、
     transitionを丸ごと再宣言せず、is-visible後にdurationだけ短縮する */
  .works__mobile-thumb-link img {
    transform-origin: center;
  }

  .works__mobile-thumb-link img.is-visible {
    transition-duration: 0.22s;
  }

  .works__mobile-thumb-link.is-pressed img {
    transform: scale(0.96);
    filter: brightness(0.96);
  }

  .works__mobile-link--1,
  .works__mobile-link--2,
  .works__mobile-link--4,
  .works__mobile-link--5,
  .works__mobile-link--7,
  .works__mobile-link--8,
  .works__mobile-link--11,
  .works__mobile-link--12,
  .works__mobile-link--13,
  .works__mobile-link--14 {
    transition: transform 0.18s ease;
  }

  .works__mobile-link--1.is-pressed,
  .works__mobile-link--2.is-pressed,
  .works__mobile-link--4.is-pressed,
  .works__mobile-link--5.is-pressed,
  .works__mobile-link--7.is-pressed,
  .works__mobile-link--8.is-pressed,
  .works__mobile-link--11.is-pressed,
  .works__mobile-link--12.is-pressed,
  .works__mobile-link--13.is-pressed,
  .works__mobile-link--14.is-pressed {
    transform: translateX(4px) scale(0.97);
  }

  .works__mobile-s10 {
    transition: transform 0.18s ease;
  }

  .works__mobile-s10.arrow-nudge {
    transform: translateX(3px);
  }
}

/* ==========================================================
   スマホ版Contact：フッターナビのタップ演出
   ========================================================== */

@media (max-width: 1023px) {
  /* .contact__mobile-nav は既に.js-revealでtransition-propertyを持っているため、
     transitionを丸ごと再宣言せず、is-visible後にdurationだけ短縮してタップ反応を素早くする */
  .contact__mobile-nav.is-visible {
    transition-duration: 0.18s;
  }

  .contact__mobile-nav.is-pressed {
    transform: translateY(2px) scale(0.96);
  }
}

/* ==========================================================
   アクセシビリティ：動きを減らす設定への対応
   ========================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .fv-bg,
  .fv-logo,
  .fv-heading,
  .fv-sub,
  .fv-cta,
  .fv-contact,
  .fv-contact--in,
  .js-reveal,
  .works__thumb,
  .works__arrow,
  .works__mobile-link,
  .works__mobile-thumb-link,
  .works__mobile-s10,
  .site-nav a::after,
  .contact__footer-nav,
  .contact__footer-nav::after,
  .contact__mobile-nav,
  .contact-button,
  .drawer__reveal,
  .drawer__text,
  .works__mobile-thumb-link img {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1023px) {
  .hero__mobile-logo {
    top: 54px;
  }
  .hero__mobile-menu {
    top: 62px;
  }
}
