:root {
  --elements-webflow-library-neutral--100: white;
  --dim-grey: #4d4e52;
  --black: #0e0e0e;
  --dark-grey: #979797;
  --waffle: #e0dbd6;
  --deep: #000;
  --tan: #bba18e;
  --gainsboro: #e9e5e2;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-general--shadow-03: rgba(20, 20, 43, .1);
  --elements-webflow-library-neutral--500: #a0a3bd;
  --red: red;
  --transparent: rgba(0, 0, 0, 0);
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--elements-webflow-library-neutral--100);
  font-family: Yakuhan-jps, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

a {
  text-decoration: none;
}

.navbar {
  z-index: 100;
  width: 100vw;
  height: 50px;
  background-color: var(--dim-grey);
  color: var(--dim-grey);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
}

.body {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.mainlogo {
  height: 25px;
}

.contents-txt-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 100px;
}

.footer {
  width: 100%;
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  padding-top: 36px;
  display: flex;
}

.footer.v4 {
  z-index: 10;
  position: relative;
}

.store-lottie-wrapper {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-left: -2px;
  position: relative;
  overflow: hidden;
}

.store-txt {
  color: var(--dim-grey);
  letter-spacing: .5px;
  padding-top: 4px;
  font-weight: 700;
  text-decoration: none;
}

.store-link-btn {
  height: 40px;
  object-fit: cover;
  background-color: rgba(77, 78, 82, .15);
  border-radius: 1px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-lottie {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  bottom: 2.5px;
  transform: rotate(-90deg);
}

.cartn-icon-png {
  width: 20px;
  opacity: .65;
  margin-right: 5px;
}

.div-block-10 {
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.cart-background-color {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(151, 151, 151, .2);
  position: absolute;
  left: 0;
}

.cart-btn-txt {
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-contents-wrapper {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.section {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
}

.copywright-div {
  height: 30px;
  background-color: var(--black);
  color: var(--dark-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-family: Helvetica Neue-LtStd Roman;
  font-size: 12px;
  display: flex;
}

.link-3 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  font-family: Helvetica Neue-LtStd, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-block-22 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Helvetica Neue-LtStd, sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.footer-title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-title-wrapper.v4 {
  margin-bottom: 0;
}

.link-block {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scrollbar-placeholder {
  z-index: 100;
  width: 10px;
  height: 100vh;
  background-color: rgba(224, 116, 70, 0);
  position: fixed;
  right: 0;
  overflow: hidden;
}

.scrollbar-filled {
  width: 100%;
  height: 100%;
  background-color: var(--dim-grey);
}

.all-pages {
  margin-bottom: -4px;
}

.image-wrapper {
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.navi-logo {
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  z-index: 1;
  height: 100vh;
  position: static;
}

.popup-video-group {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 5vw;
  margin-right: auto;
  line-height: 1.25em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-video-group.v4 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.popup-open {
  background-color: var(--elements-webflow-library-neutral--100);
  color: #000;
  border-radius: 2em;
  padding: 12px 20px 13px;
  display: none;
}

.popup-open.lightbox {
  display: block;
}

.dark-filter {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-pause-button {
  display: none;
}

.background-video-wrapper.v4 {
  z-index: 1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  overflow: hidden;
}

.lightbox-link.v4 {
  position: absolute;
  overflow: visible;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 300px;
  display: flex;
}

.paragraph-7 {
  max-width: 610px;
  color: var(--dim-grey);
  text-align: justify;
  line-height: 1.75em;
}

.paragraph-7.white {
  color: var(--elements-webflow-library-neutral--100);
}

.wear-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wear-grid.v4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr;
}

.bold-text-8 {
  color: var(--black);
  font-family: Helvetica Neue-LtStd, sans-serif;
  text-decoration: underline;
}

.bold-text-8:hover {
  color: var(--dim-grey);
}

.v4-wear {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.v4-wear-wrapper {
  width: 350px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-39 {
  height: 5vw;
  margin-top: -1.4vw;
  margin-bottom: -1.4vw;
  overflow: hidden;
}

.transition {
  z-index: 9999;
  background-color: var(--dim-grey);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wear-div {
  margin-bottom: 50px;
}

.wear-div.v4 {
  margin-top: 50px;
  margin-bottom: 0;
}

.text-block-32 {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: 50px;
  white-space: nowrap;
  padding-top: 15px;
  font-family: Helvetica Neue-LtStd, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
  transition: all 1s;
}

.text-block-32:hover {
  color: var(--waffle);
  letter-spacing: 0;
}

.text-block-32.v4 {
  color: var(--elements-webflow-library-neutral--100);
  letter-spacing: 40px;
  text-indent: 50px;
  text-transform: uppercase;
}

.typo-wrap {
  width: 100vw;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex: none;
  justify-content: center;
  margin-bottom: -5px;
  display: flex;
  overflow: hidden;
}

.typo-wrap.v4 {
  z-index: 20;
  position: absolute;
  top: -35px;
}

.typo-wrap.v4.under {
  text-indent: 50px;
  top: auto;
  bottom: -35px;
}

.sub-title {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Helvetica Neue-LtStd, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: .9em;
}

.sub-title.white {
  color: var(--elements-webflow-library-neutral--100);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 1em;
}

.wear-credit-div {
  width: 270px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: 0%;
}

.text-block-30-copy {
  color: var(--dim-grey);
  text-align: center;
  font-family: Helvetica Neue-LtStd, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

.flex-block-copy {
  width: 800px;
  align-items: center;
  padding-top: 10vw;
}

.fs-scrolldisable_button-visible {
  color: #fff;
  background-color: #5c2aff;
  border-radius: 500px;
  padding: .6rem 2rem;
}

.hero-v4-div {
  z-index: 10;
  width: 100%;
  height: 80vh;
  max-height: 1480px;
  min-height: 1080px;
  background-color: var(--deep);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-main-image {
  z-index: 1;
  height: 60vh;
  min-height: 850px;
  min-width: 100vw;
  object-fit: cover;
  object-position: 40% 0%;
  align-self: flex-start;
  position: relative;
  top: 0;
}

.hero-title {
  z-index: 10;
  height: 8vw;
  min-height: 60px;
  flex: none;
}

.hero-title.small {
  height: 2.5vw;
  min-height: 30px;
}

.hero-title-wrapper {
  z-index: 10;
  align-self: auto;
  position: absolute;
  bottom: 109px;
}

.hero-logo {
  width: 30%;
  position: absolute;
  top: -7px;
  right: 0;
}

.paragraph-7-copy {
  max-width: 610px;
  color: var(--elements-webflow-library-neutral--100);
  text-align: justify;
  line-height: 1.75em;
}

.paragraph-7-copy.v4 {
  line-height: 2em;
}

.copy-div {
  z-index: 10;
  width: 100%;
  height: 70vh;
  max-height: 1040px;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._3image-div {
  z-index: 10;
  width: 100%;
  height: 30vh;
  min-height: 500px;
  background-color: var(--deep);
  align-items: flex-start;
  padding-top: 3vh;
  display: flex;
  position: relative;
}

._3image-grid {
  width: 100%;
  height: 100%;
  max-height: 25vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 150px;
}

.div-block-66 {
  object-fit: cover;
  display: flex;
  overflow: hidden;
}

.image-69 {
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: 10% 50%;
  align-self: center;
}

.image-69-copy {
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: 93% 50%;
  align-self: center;
}

.image-69-copy2 {
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: 60% 100%;
  align-self: center;
}

.mike-video-div {
  z-index: 10;
  width: 100%;
  height: 100vh;
  max-height: 1040px;
  background-color: var(--black);
  align-items: center;
  transition: background-color 1.5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.mike-video-div:hover {
  background-color: #e85400;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-70 {
  width: 80vw;
  max-width: 1000px;
  opacity: .8;
  border-radius: 10px;
}

.product-section {
  z-index: 10;
  background-color: var(--elements-webflow-library-neutral--100);
  opacity: 1;
  background-image: url('../images/backimage_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.material-div {
  z-index: 10;
  background-image: url('../images/AntiMellting_Ill_back.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
}

.material-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  overflow: hidden;
}

.material-image {
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: 20% 50%;
}

.image-71 {
  height: 50px;
  flex: none;
  align-self: stretch;
  padding: 10px 20px;
  display: block;
}

.text-block-35 {
  color: #e85400;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 1.5em;
}

.div-block-67 {
  width: 75%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  margin: 10vw auto;
  display: flex;
}

.div-block-68 {
  background-color: #e85400;
  border-radius: 3px;
  justify-content: center;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.div-block-69 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--elements-webflow-library-neutral--100);
  border-radius: 3px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.antimelt-illustration {
  border-radius: 2px;
  display: none;
}

.antimelt-illustration.yoko {
  display: block;
}

.text-block-36 {
  color: var(--dim-grey);
  font-size: 14px;
  line-height: 1.5em;
}

.text-block-31-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 3px;
  font-family: Helvetica Neue-LtStd, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.text-block-30-copy {
  color: var(--dim-grey);
  text-align: left;
  font-family: Helvetica Neue-LtStd, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

.div-block-70 {
  z-index: 10;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-73 {
  width: 105%;
  height: 105%;
  object-fit: cover;
  align-self: center;
}

.flex-block-5 {
  margin-bottom: 2em;
}

.bold-text-14 {
  font-weight: 300;
}

.title-wrap-div {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrap-div.bottom {
  z-index: 20;
  position: absolute;
  left: 5%;
}

.typo-wrap2 {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex: none;
  justify-content: center;
  margin-bottom: -5px;
  display: flex;
  overflow: hidden;
}

.paragraph-8 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.div-block-71 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

html.w-mod-js [data-ix="hover-zoom"] {
  transform: scale(1);
}

html.w-mod-js [data-ix="botton-hover-2"] {
  opacity: 1;
  transform: scale(1);
}

html.w-mod-js [data-ix="slideup"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="text-slidein"] {
  opacity: 0;
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="scroll-into-view"] {
  opacity: 0;
  transform: scale(1.2);
}

@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 50px;
  }

  .copywright-div {
    margin-top: 60px;
  }

  .container-3 {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-main-image {
    object-position: 50% 100%;
  }

  .hero-title {
    height: 120px;
    min-height: auto;
  }

  ._3image-div {
    padding-top: 0;
    padding-bottom: 5vw;
  }
}

@media screen and (min-width: 1920px) {
  .popup-video-group {
    margin-left: 7vw;
  }

  .paragraph-7.white {
    margin-left: auto;
    margin-right: auto;
  }

  .wear-grid.v4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sub-title {
    font-size: 3em;
  }

  .hero-v4-div {
    height: auto;
  }

  .hero-main-image {
    width: 100vw;
    height: 1500px;
    max-width: 2500px;
    min-width: auto;
    object-position: 50% 70%;
    margin-top: -300px;
    margin-bottom: 200px;
    padding-top: 0;
  }

  ._3image-div {
    min-height: 700px;
  }

  ._3image-grid {
    height: 20vw;
    max-height: 500px;
    max-width: 2500px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .material-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .material-image {
    max-height: 1280px;
  }

  .div-block-67 {
    max-width: 750px;
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .div-block-69 {
    align-items: center;
  }

  .title-wrap-div {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 100%;
  }

  .mainlogo {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contents-txt-grid {
    width: 600px;
  }

  .popup-video-group {
    width: 75vw;
  }

  .popup-video-group.v4 {
    width: auto;
  }

  .container-3 {
    max-width: 85vw;
    padding-top: 0;
    padding-bottom: 10vw;
  }

  .paragraph-7 {
    width: 60vw;
    font-size: 14px;
  }

  .paragraph-7.white {
    width: auto;
  }

  .wear-grid.v4 {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
  }

  .div-block-39 {
    height: 2.5em;
    margin-bottom: -.7em;
    padding-top: 7px;
    overflow: hidden;
  }

  .text-block-32 {
    letter-spacing: 30px;
    font-size: 3em;
  }

  .text-block-32.v4 {
    letter-spacing: 25px;
    text-indent: 30px;
  }

  .typo-wrap.v4 {
    top: -30px;
  }

  .typo-wrap.v4.under {
    bottom: -26px;
  }

  .sub-title {
    font-size: 1.9em;
  }

  .wear-credit-div {
    bottom: 0%;
  }

  .flex-block-copy {
    width: auto;
  }

  .paragraph-7-copy {
    width: 60vw;
    font-size: 14px;
  }

  .mike-video-div {
    width: auto;
  }

  .product-section {
    overflow: hidden;
  }

  .image-71 {
    height: 42px;
  }

  .text-block-35 {
    font-size: 1.5em;
  }

  .title-wrap-div {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: 40px;
    padding-right: 0;
    overflow: hidden;
  }

  .mainlogo {
    width: 80px;
    margin-bottom: 5px;
  }

  .contents-txt-grid {
    width: 400px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 80px;
  }

  .cart-background-color {
    display: none;
  }

  .navi-logo.w--current {
    padding-left: 0;
  }

  .popup-video-group {
    width: 90vw;
  }

  .popup-open {
    padding: 10px 19px 11px;
    font-size: 14px;
  }

  .container-3 {
    max-width: 85vw;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .paragraph-7 {
    width: 61vw;
    font-size: 13px;
  }

  .wear-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wear-grid.v4 {
    width: 90vw;
    grid-column-gap: 1em;
  }

  .v4-wear {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .v4-wear-wrapper {
    width: auto;
  }

  .div-block-39 {
    height: 2.5em;
    margin-top: -1em;
    margin-bottom: -.6em;
    padding-top: 0;
    overflow: hidden;
  }

  .text-block-32 {
    letter-spacing: 20px;
    padding-top: 7px;
    font-size: 2em;
  }

  .text-block-32.v4 {
    letter-spacing: 15px;
  }

  .typo-wrap.v4 {
    top: -99px;
  }

  .typo-wrap.v4.under {
    bottom: -94px;
  }

  .sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.9em;
  }

  .wear-credit-div {
    width: 45vw;
    bottom: -10%;
  }

  .flex-block-copy {
    max-width: 400px;
  }

  .hero-v4-div {
    min-height: 500px;
  }

  .hero-main-image {
    min-height: 400px;
    object-position: 50% 50%;
  }

  .hero-title {
    height: 7vw;
    min-height: 40px;
  }

  .hero-title.small {
    min-height: 20px;
  }

  .hero-title-wrapper {
    bottom: 10vh;
  }

  .paragraph-7-copy {
    font-size: 13px;
  }

  .paragraph-7-copy.v4 {
    width: 62vw;
    max-width: 610px;
  }

  .copy-div {
    min-height: 500px;
  }

  ._3image-div {
    height: 30vh;
    min-height: 300px;
  }

  ._3image-grid {
    max-height: 23vw;
  }

  .mike-video-div {
    min-height: 600px;
    position: relative;
  }

  .material-grid {
    grid-template-rows: minmax(300px, 50vh) auto;
    grid-template-columns: 1fr;
  }

  .div-block-67 {
    width: 380px;
    margin-top: -7px;
  }

  .text-block-36 {
    font-size: 13px;
  }

  .text-block-31-copy {
    width: 100%;
  }

  .title-wrap-div {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
  }
}

@media screen and (max-width: 479px) {
  .contents-txt-grid {
    width: 70vw;
    min-width: 240px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .store-link-btn {
    justify-content: center;
  }

  .footer-title-wrapper {
    margin-bottom: 31px;
  }

  .scrollbar-placeholder {
    display: none;
  }

  .lightbox-link.v4 {
    bottom: -40vw;
  }

  .container-3 {
    margin-bottom: 50px;
    padding-top: 5em;
  }

  .paragraph-7 {
    width: auto;
    overflow: hidden;
  }

  .wear-grid {
    width: 80%;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wear-grid.v4 {
    width: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .v4-wear {
    width: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 0;
  }

  .v4-wear-wrapper {
    width: auto;
  }

  .wear-div {
    align-self: stretch;
  }

  .text-block-32 {
    letter-spacing: 10px;
    text-indent: 4vw;
    padding-top: 12px;
    font-size: 8vw;
  }

  .text-block-32.v4 {
    letter-spacing: 3vw;
    text-indent: 10px;
    padding-top: 3px;
    font-size: 5vw;
  }

  .typo-wrap {
    width: auto;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .typo-wrap.v4 {
    width: 100%;
    padding-top: 2px;
    top: -15vw;
  }

  .typo-wrap.v4.under {
    bottom: -15vw;
  }

  .sub-title {
    font-size: 1.5em;
  }

  .wear-credit-div {
    width: 60vw;
    max-width: 270px;
    bottom: -16%;
  }

  .text-block-30-copy {
    white-space: nowrap;
  }

  .hero-v4-div {
    height: 85vh;
    max-height: 600px;
    min-height: 400px;
  }

  .hero-main-image {
    height: 65vh;
    max-height: 500px;
  }

  .hero-title {
    height: 8vw;
    min-height: 25px;
  }

  .hero-title.small {
    height: 4vw;
    min-height: auto;
  }

  .hero-title-wrapper {
    bottom: 3.3em;
  }

  .paragraph-7-copy {
    width: auto;
    overflow: hidden;
  }

  .paragraph-7-copy.v4 {
    width: auto;
  }

  .copy-div {
    width: 80%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  ._3image-div {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }

  ._3image-grid {
    max-height: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    display: grid;
  }

  .material-grid {
    grid-template-rows: 70vw;
    grid-template-columns: 1fr;
  }

  .image-71 {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text-block-35 {
    font-size: 1.25em;
    line-height: 1em;
  }

  .div-block-67 {
    width: 400px;
    max-width: 80vw;
    margin-top: -.9em;
  }

  .antimelt-illustration {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .antimelt-illustration.yoko {
    display: none;
  }

  .text-block-36 {
    font-size: 13px;
  }

  .text-block-30-copy {
    white-space: normal;
  }

  .bold-text-14 {
    font-size: 5vw;
  }

  .title-wrap-div {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .title-wrap-div.bottom {
    display: none;
  }

  .typo-wrap2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .paragraph-8 {
    font-size: 1.25em;
  }
}

#w-node-_3834ed33-39fc-5bbb-07bd-a6c6fbab77e9-d380a4a9, #w-node-d31af9a1-de83-f620-6581-5eb83941147a-d380a4a9, #w-node-f425a157-f77a-0a7e-c39a-b477b2823891-d380a4a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8aba396a-4478-5f3b-9744-243418d4bd8b-d380a4a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_24e3060d-0b67-888d-c4bd-7f7c32864d0a-d380a4a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-ff22d702-cfd6-00bc-4982-a8d3c88f9e1e-d380a4a9, #w-node-b3e44185-e420-f2db-1aa7-bca0cabac896-d380a4a9, #w-node-_2b6f211f-8601-a41b-4606-499207e79f39-d380a4a9, #w-node-_2b0e14b4-8ac6-fd3f-813f-702265557493-d380a4a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_8aba396a-4478-5f3b-9744-243418d4bd8b-d380a4a9 {
    justify-self: end;
  }

  #w-node-_24e3060d-0b67-888d-c4bd-7f7c32864d0a-d380a4a9 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f425a157-f77a-0a7e-c39a-b477b2823891-d380a4a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Notosans-cjkjp';
  src: url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans-cjkjp';
  src: url('../fonts/NotoSansCJKjp-DemiLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans-cjkjp';
  src: url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yakuhan-jps';
  src: url('../fonts/YakuHanJPs-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yakuhan-jps';
  src: url('../fonts/YakuHanJPs-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yakuhan-jps';
  src: url('../fonts/YakuHanJPs-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue-LtStd';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue-LtStd';
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue-LtStd';
  src: url('../fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}