.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1920px;
  position: static;
}

.container.footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 100;
  width: 100vw;
  height: 80px;
  max-width: 1024px;
  color: #4d4e52;
  background-color: #4d4e52;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
}

.body {
  color: #4d4e52;
  flex-direction: column;
  align-items: center;
  font-family: Helvetica Neue-LtStd Bold, Arial, sans-serif;
  display: flex;
}

.nav-container {
  z-index: 100;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #979797;
  letter-spacing: 1px;
  padding: 2px 30px 0;
  font-family: Helvetica Neue-LtStd Roman, Arial, sans-serif;
  font-size: 12px;
}

.nav-link:hover {
  color: #bba18e;
}

.mainlogo {
  width: 140px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 5px;
}

.hero-section {
  width: 100%;
  flex: 1;
  margin-top: 100px;
}

.arrow-r {
  opacity: .5;
  mix-blend-mode: darken;
  margin: 10px;
}

.arrow-l {
  opacity: .5;
  transform-style: preserve-3d;
  margin: 10px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.paragraph {
  max-width: 1000px;
  text-align: justify;
  letter-spacing: .05ch;
  margin-top: 25px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.gray-line {
  width: 400px;
  height: 1px;
  background-color: #c3c3c5;
}

.gray-line.item {
  width: auto;
  text-align: center;
}

.gray-line.wide100 {
  width: 100%;
  max-width: 1200px;
}

.gray-line.wide100._1500 {
  max-width: 1500px;
}

.lead-div {
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.main-photo-div {
  display: none;
}

.main-title-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 100px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-grid-wapper {
  grid-column-gap: 0vw;
  grid-row-gap: 1vw;
  grid-template-columns: 1fr 0 1fr;
  margin: 51px 4vw 4vw;
}

.main-image-grid {
  height: 60vh;
  min-height: 800px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  position: relative;
}

.div-block {
  width: 33.3%;
  height: 80%;
}

.div-block-2 {
  height: 100%;
}

.div-block-3 {
  width: 33.3%;
  height: 80%;
}

.div-block-4 {
  height: 100%;
}

.main-image-grid-in-grid {
  width: 33.3%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40% 40%;
  grid-template-columns: 1fr;
  align-content: end;
  align-items: stretch;
}

.image-2 {
  width: 12vw;
  margin-top: 0;
  display: block;
  position: static;
  top: 9vw;
  left: auto;
  right: -4%;
}

.jacket-section {
  width: 100%;
  margin-top: 10vw;
  position: relative;
}

.contents-div {
  background-color: #e2e2e9;
  background-image: linear-gradient(rgba(226, 226, 233, .25), rgba(226, 226, 233, .25)), url('../images/annie-spratt-pKpipZVVEC0-unsplash.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contents-div.vest {
  min-height: 40vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(226, 226, 233, .4), rgba(226, 226, 233, .4)), url('../images/windfan_felix-berger-PfYaLrYS1Oc-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  grid-template-rows: auto;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 0;
  display: grid;
}

.contents-div.jacket {
  min-height: 40vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(rgba(226, 226, 233, .4), rgba(226, 226, 233, .4)), url('../images/windfan_felix-berger-PfYaLrYS1Oc-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  grid-template-rows: auto;
  grid-template-columns: 35% 65%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 4vw;
  display: grid;
}

.item-div {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
  position: relative;
}

.contents-txt-grid {
  max-width: 550px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-top: 50px;
  margin-bottom: 50px;
}

.contents-txt-grid.vest {
  max-width: 550px;
  margin-left: 0;
}

.title-acce {
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Helvetica Neue-LtStd Roman, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.contents-paragraf {
  text-align: justify;
  letter-spacing: .1ch;
  margin-bottom: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.contents-paragraf.spec {
  text-align: left;
  line-height: 28px;
}

.contents-paragraf.kakko {
  text-indent: -8px;
}

.contents-paragraf.zone-txt {
  line-height: 28px;
}

.contents-paragraf.zone-txt.center {
  text-align: center;
  white-space: normal;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
}

.contents-paragraf.zone-txt.center.mobile {
  display: none;
}

.contents-title {
  text-align: left;
  letter-spacing: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.contents-image-grid {
  width: 100vw;
  max-height: 300px;
  max-width: 1920px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: cover;
  grid-template-rows: 16vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.contents-image-grid.profile-image {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: 10vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.image-photo-yoko {
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  position: static;
  overflow: hidden;
}

.text-block-2 {
  text-align: center;
  letter-spacing: -.1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.item-title-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.slide-item-div {
  width: 200px;
  height: 200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  border: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: block;
  overflow: hidden;
}

.slide-item-div._1st {
  width: 200px;
  height: 200px;
  border: 1px #000;
}

.slide-item-div.function-list {
  width: 100%;
  height: 100%;
}

.item-name {
  letter-spacing: .5px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.item-name.center {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  bottom: 2.5vw;
}

.item-txt {
  text-align: justify;
  margin-top: 1vw;
  margin-bottom: 12px;
  font-family: Helvetica Neue-LtStd Roman, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.item-txt.center {
  text-align: center;
}

.slide-txt-div {
  width: 90%;
  margin-top: 0;
  margin-bottom: 50px;
}

.slide-txt-div.vest_a {
  width: 12.5vw;
  max-width: 180px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.image-6 {
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.item-wrapper {
  width: 200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.item-wrapper.function-list {
  width: auto;
  margin-right: 1px;
}

.image-wapper {
  border-radius: 2px;
  display: flex;
  overflow: hidden;
}

.jacket-function-section, .vest-section, .vest-function-section {
  width: 100%;
  position: relative;
}

.end-spec-section {
  width: 100%;
  background-color: #e2e2e9;
  background-image: linear-gradient(rgba(226, 226, 233, .25), rgba(226, 226, 233, .25)), url('../images/annie-spratt-pKpipZVVEC0-unsplash.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.footer {
  width: 100%;
  height: 80px;
  background-color: #4d4e52;
}

.link {
  color: #979797;
  letter-spacing: 1px;
  flex-direction: row;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Helvetica Neue-LtStd Roman, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  color: #bba18e;
  align-items: flex-start;
  padding-bottom: 5px;
  display: inline-block;
}

.copywright-credit {
  color: #979797;
  letter-spacing: 1px;
  font-family: Helvetica Neue-LtStd Roman, Arial, sans-serif;
  font-size: 12px;
}

.div-block-8 {
  z-index: 100;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.div-block-9 {
  height: 20px;
  align-items: center;
  padding-top: 2px;
  display: flex;
}

.cw-title-svg {
  width: 30vw;
  min-width: 350px;
  margin-top: 35px;
  display: block;
}

.footer-brand-logo.w--current:hover, .top-brand-logo.w--current:hover {
  opacity: .5;
}

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

.store-txt {
  color: #4d4e52;
  margin-top: 4px;
  font-weight: 700;
  display: flex;
}

.store-link-btn {
  width: 360px;
  height: 40px;
  object-fit: cover;
  background-color: rgba(77, 78, 82, .15);
  border-radius: 1px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 0;
  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;
}

.item-slide-mask {
  width: auto;
  height: auto;
  align-self: flex-start;
  overflow: visible;
}

.item-slide-mask.function-list {
  width: 12vw;
  max-width: 180px;
  align-self: flex-start;
  margin-left: 0;
}

.item-slide-mask.function-list.vest {
  margin-left: 3vw;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  width: 42px;
  height: 42px;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0%;
  right: 40px;
}

.left-arrow-2.function {
  margin-bottom: 30px;
  display: block;
}

.right-arrow-2 {
  width: 42px;
  height: 42px;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 40px;
  right: 0%;
}

.right-arrow-2.function {
  margin-bottom: 30px;
  display: block;
}

.item-slider {
  width: 100vw;
  height: auto;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.item-slider.function-list {
  width: 800%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  position: static;
  overflow: visible;
}

.item-slider.function-list.vest {
  width: 600%;
}

.item-slide {
  width: auto;
  height: auto;
  position: static;
}

.aid-wrapper {
  height: 500px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.background-apparel-image {
  width: 1350px;
  max-width: none;
  object-fit: cover;
  flex: none;
}

.background-apparel-image.pw {
  width: 100vw;
  margin: 256px 0 0;
}

.background-apparel-image.ls {
  width: 100vw;
  margin-top: 273px;
}

.background-apparel-image.vest {
  left: -12%;
  right: auto;
}

.lightbox-link {
  height: 100%;
  max-width: 100%;
  cursor: zoom-in;
  justify-content: center;
  display: flex;
}

.photo-credit {
  text-align: right;
  margin-top: -25px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-family: Helvetica Neue-LtStd Roman, Arial, sans-serif;
  font-size: 12px;
}

.modal-div {
  z-index: 300;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  width: 500px;
  height: 300px;
  opacity: .95;
  background-color: #4d4e52;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .2);
}

.text-block-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-5 {
  color: #fff;
  cursor: pointer;
  font-family: Helvetica Neue-LtStd Roman, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.head-catch-txt {
  max-width: 1000px;
  margin-top: 4vw;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.head-catch-txt.mobile {
  display: none;
}

.kuchofuku_logo_svg {
  width: 13vw;
  min-width: 150px;
  align-self: center;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  display: none;
}

.jacket_main {
  width: 80%;
  margin-top: 15px;
  margin-bottom: -10px;
}

.vest_main {
  width: 60%;
  margin-bottom: -15px;
}

.main-vest-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  right: 80px;
}

.main-jacket-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  left: 20px;
}

.top-weargraf-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
}

.weargraf-grid {
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto auto 1fr;
  align-items: center;
  justify-items: center;
}

.weargraf-grid.foooter-sec {
  max-width: 1440px;
  grid-row-gap: 0px;
  grid-template-columns: 180px auto auto auto 180px;
}

.paragraph-2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-2.samall {
  font-size: 14px;
  line-height: 22px;
}

.paragraph-2.samall.mobile, .paragraph-2.comparation.mobile {
  display: none;
}

.image-12 {
  height: 100%;
  object-fit: cover;
  overflow: visible;
}

.image-13 {
  object-fit: cover;
  overflow: visible;
}

.div-block-15 {
  width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.item_overview {
  object-fit: contain;
}

.item-caption {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.caption-wrapper {
  margin-top: 75px;
}

.image-15.mobile {
  display: none;
}

.function_txt_svg {
  margin-top: -20px;
  position: absolute;
  top: 72.75px;
}

.function-contents-wrapper {
  max-width: 1500px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.title-head-txt {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}

.title-head-txt.center {
  text-align: center;
  margin-top: 50px;
}

.title-head-txt.center.mobile, .title-head-txt.vest-silet-title.mobile {
  display: none;
}

.title-head-txt.footer-sec {
  margin-bottom: 25px;
}

.function-fun-image-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 1vw;
  display: flex;
}

.function-fun-image {
  margin-bottom: 10px;
}

.function-desc-block {
  width: 430px;
}

.function-desc-block.vest {
  width: 500px;
  margin-top: -50px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  justify-items: center;
  margin-top: 1vw;
}

.list {
  width: 770px;
  margin-top: 50px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  line-height: 32px;
  list-style-type: disc;
}

.function-onoff-grid {
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 0 auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  justify-content: center;
  justify-items: center;
  margin-left: 2vw;
  margin-right: 2vw;
  overflow: hidden;
}

.function-onoff-grid.vest {
  width: auto;
  grid-template-rows: 0 auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
}

.fun-onoff-div {
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.fun-onoff-div.jacket {
  width: 100vw;
}

.fan-onoff_txt {
  text-align: center;
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 700;
}

.fan-onoff_txt.vest {
  text-align: left;
  margin-top: 2vw;
  margin-left: -13px;
  margin-right: 0;
}

.image-17 {
  width: 10.5vw;
  max-width: 150%;
  margin-top: 30px;
  margin-left: 13px;
}

.centaling-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centaling-div.vest {
  margin-top: 50px;
}

.image-18 {
  height: 25px;
  margin-top: -20px;
}

.new-icon {
  width: 45px;
  border: 2px solid #cc0f0f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.new-icon.jacket {
  width: 45px;
  left: 5%;
}

.new-icon.main-jacket {
  position: relative;
}

.new-icon-txt {
  color: #cc0f0f;
  letter-spacing: 1px;
  margin-top: 1px;
  margin-bottom: -2.5px;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
}

.image-19 {
  margin-top: -1vw;
}

.image-20 {
  mix-blend-mode: darken;
}

.image-21 {
  object-fit: contain;
  margin-bottom: -30px;
}

.grid-5 {
  grid-row-gap: 10px;
  grid-template-columns: max-content 1fr;
  margin-top: 50px;
}

.zone-icon {
  margin-top: 7px;
}

.image-22 {
  height: 30vw;
  max-height: 400px;
  object-fit: cover;
  margin-right: 15px;
  overflow: visible;
}

.silhouette-image, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29 {
  height: 30vw;
  max-height: 400px;
  object-fit: cover;
  overflow: visible;
}

.vest-function-guide-wrapper {
  width: auto;
  grid-column-gap: 20px;
  align-self: center;
  margin-top: 100px;
  display: flex;
}

.footer-weargraf-div {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.weargraf-image-wrapper {
  width: 20vw;
  justify-content: center;
  display: flex;
}

.weargraf-image-wrapper.vest {
  margin-right: 0;
}

.image-30 {
  width: 20vw;
  max-width: 350px;
  min-width: 250px;
  position: static;
  top: -7vw;
}

.image-30.mobile {
  display: none;
}

.graf-wrapper {
  width: 20vw;
  max-width: 350px;
  object-fit: cover;
  justify-content: center;
  display: flex;
  position: relative;
}

.text-block-6 {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
}

.big-apparel-wrapper {
  height: 50vw;
  margin-top: 59px;
  margin-left: -119px;
  position: relative;
  top: -7.4vw;
  left: 3vw;
}

.big-apparel-wrapper.vest {
  margin-left: 0;
  margin-right: -150px;
  right: 0;
}

.image-31 {
  height: 100%;
}

.other-photos-wrapper {
  padding-top: 100px;
  padding-bottom: 40px;
}

.ditails_txt_svg {
  margin-top: -50px;
  margin-bottom: -50px;
  position: static;
  top: 30px;
}

.comparison_txt_svg {
  margin-bottom: -30px;
}

.div-block-21 {
  width: 100%;
  grid-column-gap: 10px;
  display: flex;
}

.item-wrapper-copy {
  width: 200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.item-wrapper-copy.function-list {
  width: auto;
  margin-right: 1px;
}

.item-wrapper-copy {
  width: 200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.item-wrapper-copy.function-list {
  width: auto;
  margin-right: 1px;
}

.item-wrapper-copy {
  width: 200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.item-wrapper-copy.function-list {
  width: auto;
  margin-right: 1px;
}

.item-wrapper-copy {
  width: 200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.item-wrapper-copy.function-list {
  width: auto;
  margin-right: 1px;
}

.item-wrapper-copy {
  width: 200px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.item-wrapper-copy.function-list {
  width: auto;
  margin-right: 1px;
}

.div-block-22 {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-34 {
  height: 100%;
  object-fit: cover;
}

.bold-text-3 {
  font-family: Helvetica Neue-LtStd Bold, Arial, sans-serif;
  font-size: 1.6rem;
  position: relative;
  top: 1px;
}

@media screen and (min-width: 1920px) {
  .hero-grid-wapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 6rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .main-image-grid {
    height: 60rem;
  }

  .image-2 {
    width: 14.5rem;
    margin-top: 15px;
  }

  .jacket-section {
    margin-top: 10rem;
  }

  .contents-div.vest {
    height: 80rem;
    max-width: 2500px;
    min-height: auto;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .contents-div.jacket {
    height: 80rem;
    max-width: 2500px;
    min-height: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .item-div {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .contents-image-grid.profile-image {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: 11.5rem;
  }

  .item-name.center {
    bottom: 3rem;
  }

  .item-txt {
    margin-top: 1rem;
  }

  .div-block-8 {
    margin-top: -1rem;
  }

  .cw-title-svg {
    width: 36rem;
    margin-top: 35px;
  }

  .item-slide-mask.function-list.vest {
    margin-left: 3rem;
  }

  .aid-wrapper {
    height: 20vw;
  }

  .background-apparel-image {
    width: 110rem;
    max-width: none;
  }

  .background-apparel-image.pw {
    width: 100vw;
    max-width: none;
    margin-top: 425px;
    margin-right: 0;
  }

  .background-apparel-image.ls {
    width: 100vw;
    max-width: none;
    margin-left: 0;
  }

  .photo-credit {
    padding-right: 5px;
  }

  .head-catch-txt {
    margin-top: 6rem;
  }

  .kuchofuku_logo_svg {
    width: 15.5rem;
    margin-top: 1.8rem;
    margin-bottom: 0;
  }

  .jacket_main {
    margin-top: 0;
    margin-bottom: -5px;
  }

  .top-weargraf-div {
    margin-left: auto;
    margin-right: auto;
  }

  .weargraf-grid {
    max-width: 1000%;
    grid-template-columns: 15rem 24rem 18rem 24rem 15rem;
  }

  .weargraf-grid.foooter-sec {
    grid-template-columns: 180px 24rem 18rem 24rem 180px;
  }

  .function-onoff-grid.vest {
    margin-left: 2rem;
    margin-right: 2rem;
    overflow: visible;
  }

  .fun-onoff-div.jacket {
    width: auto;
  }

  .fan-onoff_txt.vest {
    margin-top: 2rem;
  }

  .image-17 {
    max-width: 150%;
    margin-top: 30px;
  }

  .image-20 {
    margin-left: -10px;
  }

  .image-21 {
    margin-left: 10px;
  }

  .silhouette-image {
    overflow: visible;
  }

  .vest-function-guide-wrapper {
    margin-left: 6rem;
  }

  .footer-weargraf-div {
    position: relative;
  }

  .weargraf-image-wrapper {
    width: 25rem;
  }

  .image-30, .graf-wrapper {
    width: 22rem;
  }

  .big-apparel-wrapper {
    height: 60rem;
    top: -11.6rem;
    left: 3rem;
  }

  .div-block-21 {
    width: auto;
  }

  .max-wide-saver {
    width: 100vw;
    background-color: #e2e2e9;
    background-image: linear-gradient(rgba(226, 226, 233, .4), rgba(226, 226, 233, .4)), url('../images/windfan_felix-berger-PfYaLrYS1Oc-unsplash.webp'), url('../images/annie-spratt-pKpipZVVEC0-unsplash.webp');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, cover;
    background-attachment: scroll, fixed, fixed;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container.footer {
    grid-column-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .navbar {
    width: 100%;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .hero-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .paragraph {
    font-size: 17px;
    line-height: 30px;
  }

  .gray-line.wide100._1500.positionup35 {
    position: relative;
    top: -35px;
  }

  .lead-div {
    margin-top: 8vw;
  }

  .main-photo-div {
    margin-top: -120px;
  }

  .main-title-div {
    margin-bottom: -164px;
    position: static;
  }

  .hero-grid-wapper {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0;
    grid-auto-columns: 1fr;
    margin-bottom: 8vw;
    margin-left: 0;
    margin-right: 0;
  }

  .main-image-grid {
    height: 40vh;
  }

  .div-block-3 {
    margin-top: 70px;
  }

  .image-2 {
    width: 20vw;
    margin-top: -1.5vw;
    margin-right: 0;
  }

  .contents-div {
    padding: 80px 4rem;
  }

  .contents-div.vest {
    grid-template-columns: auto;
  }

  .contents-div.jacket {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .item-div {
    padding: 4rem;
    overflow: hidden;
  }

  .contents-txt-grid {
    max-width: none;
    margin-top: 0;
  }

  .contents-txt-grid.vest {
    max-width: none;
    margin-top: -50px;
    margin-left: 0;
  }

  .title-acce {
    text-align: center;
  }

  .contents-paragraf {
    width: 100%;
  }

  .contents-paragraf.spec {
    text-align: center;
  }

  .contents-paragraf.zone-txt.center {
    margin-top: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .contents-paragraf.upper {
    max-width: 200px;
  }

  .contents-title {
    text-align: center;
  }

  .contents-image-grid {
    max-height: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .contents-image-grid.profile-image {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-name {
    text-align: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 18px;
  }

  .item-name.center {
    font-size: 16px;
    line-height: 18px;
  }

  .item-name.hearo-center {
    justify-content: center;
  }

  .slide-txt-div.vest_a {
    width: 8rem;
  }

  .footer {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .div-block-9 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .cw-title-svg {
    width: 60vw;
    display: block;
  }

  .item-slide-mask {
    left: auto;
  }

  .item-slide-mask.function-list {
    width: 8rem;
    position: static;
  }

  .item-slide-mask.function-list.vest {
    margin-left: 0;
  }

  .left-arrow-2 {
    display: none;
    bottom: 50px;
  }

  .left-arrow-2.function {
    display: block;
  }

  .right-arrow-2 {
    display: none;
    bottom: 50px;
  }

  .right-arrow-2.function {
    display: block;
  }

  .item-slider {
    justify-content: center;
  }

  .item-slider.function-list {
    width: 100%;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .item-slider.function-list.vest {
    width: 48rem;
    align-self: center;
    margin-left: 0;
  }

  .aid-wrapper {
    height: 300px;
  }

  .background-apparel-image {
    width: 100%;
  }

  .background-apparel-image.pw {
    width: 150vw;
    margin-top: 207px;
  }

  .background-apparel-image.ls {
    margin-top: -94px;
  }

  .head-catch-txt {
    margin-top: 8vw;
    font-size: 26px;
    display: none;
  }

  .head-catch-txt.mobile {
    text-align: center;
    display: block;
  }

  .kuchofuku_logo_svg {
    width: 23vw;
  }

  .jacket_main {
    width: 130%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .vest_main {
    width: 105%;
    max-width: none;
    margin-bottom: -10px;
  }

  .main-vest-wrapper {
    margin-right: 0;
    right: auto;
  }

  .main-jacket-wrapper {
    margin-left: 0;
    left: auto;
  }

  .top-weargraf-div {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .weargraf-grid, .weargraf-grid.foooter-sec {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-2, .paragraph-2.samall {
    text-align: center;
  }

  .paragraph-2.comparation {
    font-size: 14px;
  }

  .div-block-15 {
    overflow: visible;
  }

  .item_overview {
    height: 42vw;
  }

  .title-head-txt {
    text-align: center;
  }

  .title-head-txt.center {
    margin-top: 0;
    display: none;
    position: relative;
    top: -78px;
  }

  .title-head-txt.center.mobile {
    display: block;
    top: -50px;
  }

  .title-head-txt.vest-silet-title {
    display: none;
  }

  .title-head-txt.vest-silet-title.mobile {
    margin-bottom: 25px;
    display: block;
  }

  .div-block-17 {
    width: auto;
    margin-top: 0;
  }

  .function-desc-block {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    display: grid;
  }

  .function-desc-block.vest {
    width: auto;
    grid-template-columns: auto;
    align-items: start;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2.5rem;
    display: grid;
  }

  .list {
    width: 84%;
  }

  .function-onoff-grid {
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    margin-left: -2rem;
    margin-right: -2rem;
    overflow: visible;
  }

  .function-onoff-grid.vest {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fun-onoff-div {
    width: 100%;
    margin-top: 50px;
  }

  .fun-onoff-div.jacket {
    margin-top: 100px;
    overflow: visible;
  }

  .fan-onoff_txt {
    margin-top: 15px;
    position: static;
    top: 35px;
  }

  .fan-onoff_txt.vest {
    margin-top: 11px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    position: static;
  }

  .image-17 {
    width: auto;
    max-width: 100%;
  }

  .centaling-div {
    margin-bottom: 30px;
    margin-left: 0;
  }

  .centaling-div.vest {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-19 {
    width: 50%;
    margin-top: -42px;
    margin-bottom: 60px;
  }

  .grid-5 {
    margin-top: 10px;
  }

  .image-24, .image-25, .image-26, .image-27 {
    height: 30vw;
    max-height: 400px;
  }

  .vest-function-guide-wrapper {
    width: auto;
    margin-left: 0%;
  }

  .footer-weargraf-div {
    margin-top: 50px;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .weargraf-image-wrapper {
    width: 30vw;
    margin-right: 14px;
  }

  .weargraf-image-wrapper.vest {
    width: 30vw;
  }

  .image-30 {
    width: 30vw;
    max-width: none;
    min-width: 210px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -5px;
    position: absolute;
    top: -13vw;
  }

  .graf-wrapper {
    width: 150px;
  }

  .big-apparel-wrapper {
    height: auto;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .big-apparel-wrapper.vest {
    margin-right: 0;
  }

  .image-31 {
    width: 60%;
  }

  .image-32, .image-33 {
    height: 280px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container.hero {
    overflow: visible;
  }

  .navbar {
    height: 60px;
    padding-right: 0;
  }

  .nav-container {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    display: none;
  }

  .mainlogo {
    width: 110px;
  }

  .hero-section {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .paragraph {
    margin-top: 30px;
  }

  .lead-div {
    max-width: 600px;
    margin-top: 2vw;
  }

  .main-photo-div {
    margin-top: -68px;
  }

  .main-title-div {
    width: 230px;
  }

  .hero-grid-wapper {
    grid-template-columns: 1fr;
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .main-image-grid {
    width: 100vw;
    height: 500px;
    min-height: auto;
  }

  .div-block-3 {
    margin-top: 30px;
  }

  .main-image-grid-in-grid {
    grid-template-columns: auto;
  }

  .image-2 {
    width: 100px;
    margin-top: .4rem;
    margin-right: 0;
  }

  .contents-div {
    padding-top: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contents-div.jacket {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .item-div {
    margin-bottom: 0;
    padding: 50px 2rem;
  }

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

  .contents-txt-grid.vest {
    margin-top: -45px;
    margin-bottom: 50px;
  }

  .contents-paragraf {
    font-size: 15px;
    line-height: 28px;
  }

  .contents-paragraf.zone-txt.center {
    width: 80%;
    margin-right: 0;
    display: none;
  }

  .contents-paragraf.zone-txt.center.mobile {
    display: block;
  }

  .contents-paragraf.upper {
    max-width: 80%;
  }

  .contents-title {
    font-size: 30px;
    line-height: 30px;
  }

  .contents-image-grid {
    max-height: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 32vw 32vw;
    grid-template-columns: 1fr 1fr;
  }

  .contents-image-grid.profile-image {
    grid-row-gap: 20px;
    grid-template-rows: 20vw 20vw;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    overflow: hidden;
  }

  .image-photo-yoko {
    height: auto;
    max-height: none;
  }

  .slide-item-div, .slide-item-div._1st {
    width: 150px;
    height: 150px;
  }

  .item-name.center {
    margin-top: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .item-name.hearo-center {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .slide-txt-div {
    flex-direction: column;
    justify-content: flex-end;
  }

  .slide-txt-div.vest_a {
    width: 8rem;
  }

  .item-wrapper {
    width: 150px;
  }

  .link:hover {
    padding-bottom: 0;
  }

  .div-block-8 {
    width: auto;
    justify-content: center;
    margin-top: -12px;
  }

  .div-block-9 {
    height: 130px;
    flex-direction: column;
    align-items: center;
  }

  .cw-title-svg {
    width: auto;
    min-width: 250px;
    margin-top: 0;
  }

  .footer-brand-logo.w--current:hover {
    padding-bottom: 0;
  }

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

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

  .left-arrow-2, .right-arrow-2 {
    bottom: 60px;
  }

  .item-slider.function-list.vest {
    align-self: auto;
  }

  .aid-wrapper {
    height: 200px;
  }

  .background-apparel-image {
    width: 70vw;
    margin-top: 0;
  }

  .background-apparel-image.pw {
    width: 150vw;
    margin-top: 129px;
    margin-right: 10vw;
  }

  .background-apparel-image.ls {
    margin-top: -44px;
  }

  .photo-credit {
    text-align: center;
    padding-right: 0;
  }

  .head-catch-txt.mobile {
    margin-top: 2rem;
  }

  .kuchofuku_logo_svg {
    width: 130px;
    min-width: auto;
    margin-top: .5rem;
  }

  .jacket_main {
    width: 70%;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .vest_main {
    width: 57%;
    margin-bottom: -16px;
  }

  .main-vest-wrapper {
    left: 22.2vw;
  }

  .main-jacket-wrapper {
    right: 19vw;
  }

  .weargraf-grid {
    max-width: 600px;
    grid-template-columns: 1fr 1fr;
  }

  .weargraf-grid.foooter-sec {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-2.samall {
    display: none;
  }

  .paragraph-2.samall.mobile {
    display: block;
  }

  .paragraph-2.comparation {
    display: none;
  }

  .paragraph-2.comparation.mobile {
    margin-top: 5px;
    line-height: 20px;
    display: block;
  }

  .image-13 {
    margin-left: 0;
  }

  .div-block-13, .div-block-14 {
    width: 90%;
  }

  .caption-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-15 {
    display: none;
  }

  .image-15.mobile {
    display: block;
  }

  .function_txt_svg {
    width: 25vw;
  }

  .title-head-txt {
    font-size: 1rem;
    line-height: 1rem;
  }

  .div-block-17 {
    max-width: 80%;
    justify-content: center;
    align-self: center;
    margin-bottom: .5rem;
  }

  .function-desc-block {
    max-width: 600px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .list {
    width: 100%;
  }

  .function-onoff-grid {
    width: 100vw;
  }

  .function-onoff-grid.vest {
    justify-items: center;
  }

  .image-18 {
    height: 20px;
    margin-top: -10px;
  }

  .new-icon {
    width: 40px;
  }

  .new-icon-txt {
    margin-top: 0;
    margin-bottom: -4.5px;
    margin-left: 2px;
    font-size: 11px;
  }

  .image-20 {
    width: 35%;
    object-fit: contain;
  }

  .image-21 {
    width: 50%;
  }

  .image-22, .silhouette-image, .image-28, .image-29 {
    height: 32vw;
  }

  .vest-function-guide-wrapper {
    flex-direction: column;
  }

  .footer-weargraf-div {
    margin-top: 25px;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .weargraf-image-wrapper {
    width: auto;
  }

  .weargraf-image-wrapper.vest {
    width: auto;
    margin-left: 0;
  }

  .image-30 {
    width: auto;
    min-width: 250px;
    margin-left: 0;
    display: none;
    position: static;
  }

  .image-30.mobile {
    display: block;
  }

  .graf-wrapper {
    position: static;
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 16px;
  }

  .ditails_txt_svg {
    width: 40vw;
    margin-top: -42px;
  }

  .image-32, .image-33 {
    height: 200px;
  }

  .div-block-21 {
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .bold-text, .bold-text-2 {
    font-size: 12px;
  }

  .item-wrapper-copy {
    width: 150px;
    width: 150px;
    width: 150px;
    width: 150px;
    width: 150px;
  }

  .bold-text-3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .container.hero {
    overflow: visible;
  }

  .navbar {
    height: 50px;
  }

  .mainlogo {
    width: 90px;
    padding-bottom: 0;
  }

  .hero-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph {
    width: auto;
    font-size: 15px;
    line-height: 28px;
  }

  .gray-line {
    width: 240px;
  }

  .main-photo-div {
    margin-top: -44px;
  }

  .main-title-div {
    width: 180px;
    margin-bottom: 0;
  }

  .hero-grid-wapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .main-image-grid {
    height: 80vw;
  }

  .div-block-3 {
    margin-top: 7px;
  }

  .image-2 {
    margin-top: 0;
  }

  .contents-div {
    background-image: linear-gradient(to bottom, null, null), url('../images/annie-spratt-pKpipZVVEC0-unsplash.webp');
    background-size: auto, cover;
    padding-top: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contents-div.vest {
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .item-div {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .contents-txt-grid {
    min-width: 240px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contents-txt-grid.vest {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .title-acce {
    margin-bottom: 0;
  }

  .contents-paragraf.spec {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .contents-paragraf.zone-txt {
    font-size: 14px;
    line-height: 26px;
  }

  .contents-paragraf.zone-txt.center.mobile {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .contents-paragraf.upper {
    max-width: none;
  }

  .contents-image-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contents-image-grid.profile-image {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 30vw 30vw 30vw;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-2 {
    white-space: nowrap;
    margin-top: 10px;
    line-height: 22px;
  }

  .item-title-div {
    margin-bottom: 40px;
  }

  .slide-item-div.vest {
    margin-bottom: 10px;
  }

  .item-name {
    font-size: 18px;
    line-height: 20px;
  }

  .item-name.hearo-center {
    font-size: 12px;
    line-height: 16px;
  }

  .item-txt {
    margin-top: 1rem;
    font-size: 13px;
    line-height: 20px;
  }

  .slide-txt-div {
    margin-bottom: 25px;
  }

  .item-wrapper {
    width: 100px;
    overflow: hidden;
  }

  .item-wrapper.jackt {
    width: 130px;
  }

  .cw-title-svg {
    width: 80vw;
    max-width: 300px;
    min-width: auto;
  }

  .footer-brand-logo {
    width: 80px;
  }

  .footer-brand-logo.w--current {
    width: 100px;
  }

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

  .left-arrow-2.function, .right-arrow-2.function {
    bottom: 40px;
  }

  .product-images.vest {
    margin-top: 10px;
  }

  .aid-wrapper {
    height: 150px;
  }

  .background-apparel-image {
    width: 100vw;
    margin-top: 29px;
  }

  .background-apparel-image.pw {
    margin-top: 44px;
  }

  .background-apparel-image.ls {
    width: 120vw;
    margin-top: -23px;
    margin-left: -31px;
  }

  .background-apparel-image.vest {
    width: 80vw;
    margin-bottom: 30px;
  }

  .modal-div {
    margin: 40px;
  }

  .head-catch-txt.mobile {
    white-space: nowrap;
    font-size: 22px;
    line-height: 30px;
  }

  .kuchofuku_logo_svg {
    width: 30vw;
    min-width: 100px;
  }

  .jacket_main {
    width: 100%;
    margin-top: 0;
    position: relative;
    bottom: 4.5vw;
    right: 12.7vw;
  }

  .vest_main {
    width: 80%;
    margin-bottom: 0;
    position: relative;
    bottom: 5vw;
    left: 20.4vw;
  }

  .main-vest-wrapper {
    top: 36px;
    left: auto;
  }

  .main-jacket-wrapper {
    right: auto;
  }

  .paragraph-2.samall.mobile {
    white-space: nowrap;
  }

  .div-block-15 {
    margin-top: 21px;
    margin-bottom: 40px;
  }

  .caption-wrapper {
    margin-top: 50px;
  }

  .function_txt_svg {
    margin-top: -30px;
  }

  .function-contents-wrapper {
    margin-top: 20px;
  }

  .div-block-17 {
    max-width: none;
  }

  .function-desc-block.vest {
    align-items: center;
  }

  .grid-3 {
    max-width: 300px;
  }

  .list {
    margin-top: 30px;
    padding-left: 20px;
  }

  .function-onoff-grid.vest {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .centaling-div {
    margin-top: 50px;
  }

  .new-icon.jacket {
    left: 0%;
  }

  .image-19 {
    width: 75%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .image-22 {
    height: 45vw;
    margin-right: 0;
  }

  .silhouette-image, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29 {
    height: 45vw;
  }

  .footer-weargraf-div {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .image-31 {
    width: 100%;
  }

  .ditails_txt_svg {
    margin-top: -17px;
  }

  .image-32, .image-33 {
    height: 55vw;
  }

  .item-wrapper-copy {
    width: 100px;
    overflow: hidden;
  }

  .item-wrapper-copy.jackt {
    width: 130px;
  }

  .item-wrapper-copy {
    width: 100px;
    overflow: hidden;
  }

  .item-wrapper-copy.jackt {
    width: 130px;
  }

  .item-wrapper-copy {
    width: 100px;
    overflow: hidden;
  }

  .item-wrapper-copy.jackt {
    width: 130px;
  }

  .item-wrapper-copy {
    width: 100px;
    overflow: hidden;
  }

  .item-wrapper-copy.jackt {
    width: 130px;
  }

  .item-wrapper-copy {
    width: 100px;
    overflow: hidden;
  }

  .item-wrapper-copy.jackt {
    width: 130px;
  }
}

#w-node-_89ee5f7f-fd70-a644-374b-834f71bd6eaf-5ca40d5e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6da13ad7-cdae-b988-09ed-7e8f7abffc31-5ca40d5e {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_2f0a7e09-4e25-7d62-6e38-c82be434fccc-5ca40d5e, #w-node-d3f6ffd6-1654-86e7-402e-118780433421-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_314cbe9a-78d7-91ae-1cd8-3b5aa8aeb67b-5ca40d5e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_049871af-618f-cfc7-e4a2-81e8fe7d7a83-5ca40d5e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_288502b0-ebf7-1bff-4aec-26697ea84dd2-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_288502b0-ebf7-1bff-4aec-26697ea84dd7-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_288502b0-ebf7-1bff-4aec-26697ea84dd9-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_288502b0-ebf7-1bff-4aec-26697ea84dda-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_288502b0-ebf7-1bff-4aec-26697ea84ddb-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_288502b0-ebf7-1bff-4aec-26697ea84ddd-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_288502b0-ebf7-1bff-4aec-26697ea84de2-5ca40d5e {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_30fba989-c29c-2382-4d77-b9c2f5677942-5ca40d5e {
  justify-self: end;
}

#w-node-e64e7b83-a820-2142-108e-4790cbc371fe-5ca40d5e, #w-node-ea97e77d-b470-e7c3-d19c-7dab6dc2e6fd-5ca40d5e, #w-node-_7f18126b-2943-33f9-163f-8f7415aebca1-5ca40d5e, #w-node-_28c212f6-fd9d-7c1f-dfc4-ae9a7c26c8a5-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c487379-108f-1a73-ab28-c32acaf57d34-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_66347b06-6a5e-3992-6666-37ab814c62c1-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c6370430-9b0a-4175-7c51-4b69d9d1a156-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d08540-af72-667b-052b-1d79a61cf28d-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_69baf2a1-af1c-d47d-ef1b-413cd08594c9-5ca40d5e {
  align-self: center;
  justify-self: start;
}

#w-node-_6eea633e-1dae-5c29-819a-670ba7278050-5ca40d5e {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-a7d24443-acda-2175-652b-f4a6ebc95fbd-5ca40d5e, #w-node-_509bda0c-5096-4fe3-ca8a-a33ef2a3fe7e-5ca40d5e {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
}

#w-node-cedd736e-b1e5-7614-d962-54e420a7ddf6-5ca40d5e {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_7c5a971a-e1b1-359a-9022-c00e5a5569df-5ca40d5e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e19b7b77-7086-619a-f0b3-a3581f71fddb-5ca40d5e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3fd3544a-3fa9-83ce-1cfe-d8771acbb4e4-5ca40d5e {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-adb516a7-cbfc-70d5-98e4-0074de0e1717-5ca40d5e {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_6363861f-fc43-02c4-6249-81d7bd874b48-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6363861f-fc43-02c4-6249-81d7bd874b4a-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6363861f-fc43-02c4-6249-81d7bd874b45-5ca40d5e, #w-node-_6363861f-fc43-02c4-6249-81d7bd874b3f-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6363861f-fc43-02c4-6249-81d7bd874b41-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6363861f-fc43-02c4-6249-81d7bd874b42-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfef526f-1c0d-3b1e-b719-2351abd79548-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_64645330-6f62-47ed-9a98-d9dfb947adbb-5ca40d5e, #w-node-_64645330-6f62-47ed-9a98-d9dfb947adbd-5ca40d5e, #w-node-_67e74c10-e50e-3254-a542-f4d48ead8f76-5ca40d5e, #w-node-_64645330-6f62-47ed-9a98-d9dfb947adc0-5ca40d5e, #w-node-_64645330-6f62-47ed-9a98-d9dfb947adcb-5ca40d5e, #w-node-_03c827c5-f8f5-63e4-5535-f53af50bde31-5ca40d5e, #w-node-_03c827c5-f8f5-63e4-5535-f53af50bde32-5ca40d5e, #w-node-_03c827c5-f8f5-63e4-5535-f53af50bde33-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21aed-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21aee-5ca40d5e {
  align-self: center;
  justify-self: start;
}

#w-node-_4c43ee6e-23ca-097b-bda0-d29c1d96ede0-5ca40d5e, #w-node-_3b3eb914-6c85-b578-8cb4-b5433e4b3cf4-5ca40d5e, #w-node-e3863f08-99ef-b63e-b0cf-905e7338fbe6-5ca40d5e, #w-node-c9e31761-8185-b95d-1341-56c885d9b06d-5ca40d5e, #w-node-_31b7422c-cfbc-a867-1b6e-28f7e9fc62e8-5ca40d5e, #w-node-e2de006a-a4e9-658d-5110-3612e52780ef-5ca40d5e, #w-node-a2c4b650-7d58-e279-2f30-fc9215827a9a-5ca40d5e, #w-node-_9f443751-d1c7-f1ac-5d23-8d6290da2aac-5ca40d5e, #w-node-_26420079-feb0-17c4-471e-1b0852f97c26-5ca40d5e, #w-node-_71b48ea2-c95a-4455-1260-b5370d27167c-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b0a-5ca40d5e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b0c-5ca40d5e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b0e-5ca40d5e, #w-node-b0d33275-69c5-a1f3-6593-dc718ed85b06-5ca40d5e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_0cafc183-38db-fc9b-623b-857521124a3a-5ca40d5e {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: start;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b15-5ca40d5e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b14-5ca40d5e {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b16-5ca40d5e {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b17-5ca40d5e {
  grid-area: 2 / 5 / 3 / 6;
  justify-self: start;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b18-5ca40d5e {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-d1b7e998-756f-4b1f-6c6b-6547991eca1a-5ca40d5e, #w-node-_4dbf0109-08f2-d6db-19d7-54f0fea8bbc2-5ca40d5e {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-ef8227b6-7f6f-54a2-87a8-1dfc01c03da5-5ca40d5e {
  grid-area: 4 / 4 / 4 / 6;
}

#w-node-_8b5e90ea-b036-855d-f4a7-9482e4a805ce-5ca40d5e {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b72-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b74-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b6f-5ca40d5e, #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b78-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b7a-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b75-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35ef-5ca40d5e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35f1-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_479229ed-e424-31b7-f647-1ef94b862690-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8f0596ea-4991-e283-a003-ce61ff6fc129-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35f9-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6edae2d7-207c-b797-59c0-dc89498056b4-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35fb-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd3602-5ca40d5e {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_4770fc1e-1744-d751-af78-2ada57ed3c58-5ca40d5e {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_4770fc1e-1744-d751-af78-2ada57ed3c5c-5ca40d5e {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-dbd74482-ae9b-4281-8047-a87243394906-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbd74482-ae9b-4281-8047-a87243394907-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dbd74482-ae9b-4281-8047-a87243394908-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbd74482-ae9b-4281-8047-a87243394909-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dbd74482-ae9b-4281-8047-a8724339490a-5ca40d5e, #w-node-dbd74482-ae9b-4281-8047-a8724339490c-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbd74482-ae9b-4281-8047-a8724339490d-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_36ca8e7d-ae06-57e9-b91e-9eb8729ae67d-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36ca8e7d-ae06-57e9-b91e-9eb8729ae67e-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d657227f-3cc0-2616-acc6-05ce24b97aff-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d657227f-3cc0-2616-acc6-05ce24b97b00-5ca40d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_89813949-291b-3e34-f5ef-a246fcea4a8a-5ca40d5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7c5a971a-e1b1-359a-9022-c00e5a5569df-5ca40d5e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e19b7b77-7086-619a-f0b3-a3581f71fddb-5ca40d5e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3fd3544a-3fa9-83ce-1cfe-d8771acbb4e4-5ca40d5e {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-adb516a7-cbfc-70d5-98e4-0074de0e1717-5ca40d5e {
    grid-area: 2 / 5 / 3 / 6;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b15-5ca40d5e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b14-5ca40d5e {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b16-5ca40d5e {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b17-5ca40d5e {
    grid-area: 2 / 5 / 3 / 6;
  }

  #w-node-_479229ed-e424-31b7-f647-1ef94b862690-5ca40d5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_4770fc1e-1744-d751-af78-2ada57ed3c58-5ca40d5e {
    grid-area: 4 / 2 / 5 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_89ee5f7f-fd70-a644-374b-834f71bd6eaf-5ca40d5e {
    justify-self: center;
  }

  #w-node-_6da13ad7-cdae-b988-09ed-7e8f7abffc31-5ca40d5e {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_049871af-618f-cfc7-e4a2-81e8fe7d7a83-5ca40d5e {
    grid-column-end: 4;
  }

  #w-node-_288502b0-ebf7-1bff-4aec-26697ea84dd2-5ca40d5e {
    grid-area: 4 / 1 / 5 / 2;
    align-self: start;
  }

  #w-node-_288502b0-ebf7-1bff-4aec-26697ea84ddd-5ca40d5e {
    grid-area: 4 / 3 / 5 / 4;
  }

  #w-node-_288502b0-ebf7-1bff-4aec-26697ea84de2-5ca40d5e {
    grid-column-end: 4;
  }

  #w-node-_30fba989-c29c-2382-4d77-b9c2f5677942-5ca40d5e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a6416f01-55cb-70c8-567b-5530520a0785-5ca40d5e, #w-node-e64e7b83-a820-2142-108e-4790cbc371fe-5ca40d5e, #w-node-ea97e77d-b470-e7c3-d19c-7dab6dc2e6fd-5ca40d5e, #w-node-_7f18126b-2943-33f9-163f-8f7415aebca1-5ca40d5e {
    justify-self: center;
  }

  #w-node-_3c487379-108f-1a73-ab28-c32acaf57d34-5ca40d5e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_25d08540-af72-667b-052b-1d79a61cf28d-5ca40d5e {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_69baf2a1-af1c-d47d-ef1b-413cd08594c9-5ca40d5e {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: center;
  }

  #w-node-fe847c15-496c-351d-cb5d-40a0105588a1-5ca40d5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7f266ab-df91-ba74-15ee-e1eeea87d9eb-5ca40d5e {
    align-self: center;
  }

  #w-node-_6eea633e-1dae-5c29-819a-670ba7278050-5ca40d5e {
    grid-row: 3 / 4;
  }

  #w-node-a7d24443-acda-2175-652b-f4a6ebc95fbd-5ca40d5e, #w-node-_509bda0c-5096-4fe3-ca8a-a33ef2a3fe7e-5ca40d5e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-cedd736e-b1e5-7614-d962-54e420a7ddf6-5ca40d5e {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_7c5a971a-e1b1-359a-9022-c00e5a5569df-5ca40d5e, #w-node-e19b7b77-7086-619a-f0b3-a3581f71fddb-5ca40d5e {
    grid-row: 2 / 3;
  }

  #w-node-_3fd3544a-3fa9-83ce-1cfe-d8771acbb4e4-5ca40d5e {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-adb516a7-cbfc-70d5-98e4-0074de0e1717-5ca40d5e {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_6363861f-fc43-02c4-6249-81d7bd874b48-5ca40d5e, #w-node-_6363861f-fc43-02c4-6249-81d7bd874b45-5ca40d5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64645330-6f62-47ed-9a98-d9dfb947adbb-5ca40d5e, #w-node-_64645330-6f62-47ed-9a98-d9dfb947adbd-5ca40d5e {
    justify-self: center;
  }

  #w-node-_67e74c10-e50e-3254-a542-f4d48ead8f76-5ca40d5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21aed-5ca40d5e, #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21af1-5ca40d5e {
    justify-self: center;
  }

  #w-node-_52e5fee8-2e9c-c694-24f8-a425a0bdb394-5ca40d5e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b0a-5ca40d5e {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b0c-5ca40d5e {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: center;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b0e-5ca40d5e {
    grid-column-end: 5;
    align-self: start;
  }

  #w-node-b0d33275-69c5-a1f3-6593-dc718ed85b06-5ca40d5e {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_0cafc183-38db-fc9b-623b-857521124a3a-5ca40d5e {
    grid-area: 5 / 2 / 6 / 3;
    justify-self: center;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b15-5ca40d5e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b14-5ca40d5e {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b16-5ca40d5e {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b17-5ca40d5e {
    grid-area: 3 / 4 / 4 / 5;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b18-5ca40d5e {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-d1b7e998-756f-4b1f-6c6b-6547991eca1a-5ca40d5e {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_4dbf0109-08f2-d6db-19d7-54f0fea8bbc2-5ca40d5e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ef8227b6-7f6f-54a2-87a8-1dfc01c03da5-5ca40d5e {
    grid-area: 6 / 3 / 7 / 5;
  }

  #w-node-_8b5e90ea-b036-855d-f4a7-9482e4a805ce-5ca40d5e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35ef-5ca40d5e {
    grid-column-end: 4;
  }

  #w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35f1-5ca40d5e {
    grid-area: 5 / 1 / 6 / 2;
    align-self: start;
  }

  #w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35fb-5ca40d5e {
    grid-area: 5 / 3 / 6 / 4;
    align-self: start;
  }

  #w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd3602-5ca40d5e {
    grid-column-end: 4;
  }

  #w-node-_4770fc1e-1744-d751-af78-2ada57ed3c58-5ca40d5e {
    grid-column: 1 / 2;
  }

  #w-node-_4770fc1e-1744-d751-af78-2ada57ed3c5c-5ca40d5e {
    grid-column: 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6da13ad7-cdae-b988-09ed-7e8f7abffc31-5ca40d5e {
    grid-column-end: 2;
    justify-self: center;
  }

  #w-node-_2f0a7e09-4e25-7d62-6e38-c82be434fccc-5ca40d5e, #w-node-_314cbe9a-78d7-91ae-1cd8-3b5aa8aeb67b-5ca40d5e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_049871af-618f-cfc7-e4a2-81e8fe7d7a83-5ca40d5e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_288502b0-ebf7-1bff-4aec-26697ea84dd2-5ca40d5e {
    grid-row: 5 / 6;
  }

  #w-node-_288502b0-ebf7-1bff-4aec-26697ea84dd7-5ca40d5e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_288502b0-ebf7-1bff-4aec-26697ea84dd9-5ca40d5e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_288502b0-ebf7-1bff-4aec-26697ea84ddb-5ca40d5e {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_288502b0-ebf7-1bff-4aec-26697ea84ddd-5ca40d5e {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_288502b0-ebf7-1bff-4aec-26697ea84de2-5ca40d5e {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_30fba989-c29c-2382-4d77-b9c2f5677942-5ca40d5e, #w-node-_3c487379-108f-1a73-ab28-c32acaf57d34-5ca40d5e, #w-node-bfef526f-1c0d-3b1e-b719-2351abd79548-5ca40d5e, #w-node-d1b7e998-756f-4b1f-6c6b-6547991eca1a-5ca40d5e {
    justify-self: center;
  }

  #w-node-_4dbf0109-08f2-d6db-19d7-54f0fea8bbc2-5ca40d5e {
    grid-area: 6 / 1 / 7 / 3;
    justify-self: center;
  }

  #w-node-ef8227b6-7f6f-54a2-87a8-1dfc01c03da5-5ca40d5e, #w-node-_8b5e90ea-b036-855d-f4a7-9482e4a805ce-5ca40d5e {
    grid-area: 6 / 3 / 7 / 5;
  }

  #w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35ef-5ca40d5e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35f1-5ca40d5e {
    grid-row: 6 / 6;
  }

  #w-node-_479229ed-e424-31b7-f647-1ef94b862690-5ca40d5e {
    grid-area: 3 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-_8f0596ea-4991-e283-a003-ce61ff6fc129-5ca40d5e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6edae2d7-207c-b797-59c0-dc89498056b4-5ca40d5e {
    grid-area: 3 / 2 / 3 / 3;
  }

  #w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd35fb-5ca40d5e {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_8a6ae7cb-ec81-fca9-1e98-b0daf7dd3602-5ca40d5e {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_4770fc1e-1744-d751-af78-2ada57ed3c58-5ca40d5e {
    grid-row: 5 / 6;
  }

  #w-node-_4770fc1e-1744-d751-af78-2ada57ed3c5c-5ca40d5e {
    grid-area: 5 / 2 / 6 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6da13ad7-cdae-b988-09ed-7e8f7abffc31-5ca40d5e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_314cbe9a-78d7-91ae-1cd8-3b5aa8aeb67b-5ca40d5e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6eea633e-1dae-5c29-819a-670ba7278050-5ca40d5e {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-a7d24443-acda-2175-652b-f4a6ebc95fbd-5ca40d5e, #w-node-_509bda0c-5096-4fe3-ca8a-a33ef2a3fe7e-5ca40d5e {
    grid-column-end: 3;
  }

  #w-node-cedd736e-b1e5-7614-d962-54e420a7ddf6-5ca40d5e {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_7c5a971a-e1b1-359a-9022-c00e5a5569df-5ca40d5e {
    justify-self: center;
  }

  #w-node-e19b7b77-7086-619a-f0b3-a3581f71fddb-5ca40d5e {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_3fd3544a-3fa9-83ce-1cfe-d8771acbb4e4-5ca40d5e {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-adb516a7-cbfc-70d5-98e4-0074de0e1717-5ca40d5e {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-_3b3eb914-6c85-b578-8cb4-b5433e4b3cf4-5ca40d5e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b0a-5ca40d5e {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b0c-5ca40d5e {
    grid-row: 4 / 5;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b0e-5ca40d5e {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-b0d33275-69c5-a1f3-6593-dc718ed85b06-5ca40d5e {
    grid-column-end: 3;
  }

  #w-node-_0cafc183-38db-fc9b-623b-857521124a3a-5ca40d5e {
    grid-row: 4 / 5;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b15-5ca40d5e, #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b14-5ca40d5e {
    grid-row: 3 / 4;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b16-5ca40d5e {
    grid-area: 7 / 1 / 8 / 2;
    justify-self: center;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b17-5ca40d5e {
    grid-area: 7 / 2 / 8 / 3;
    justify-self: center;
  }

  #w-node-_9d0c938a-e7e8-4876-f7ad-777408a21b18-5ca40d5e {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_4dbf0109-08f2-d6db-19d7-54f0fea8bbc2-5ca40d5e {
    grid-row: 5 / 6;
  }

  #w-node-ef8227b6-7f6f-54a2-87a8-1dfc01c03da5-5ca40d5e {
    grid-column: 1 / 3;
  }

  #w-node-_8b5e90ea-b036-855d-f4a7-9482e4a805ce-5ca40d5e {
    grid-area: 8 / 1 / 9 / 3;
  }
}


@font-face {
  font-family: 'Helvetica Neue-LtStd Bold';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Neue-LtStd Roman';
  src: url('../fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}