.index-main {
  padding-top: 50px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .index-main {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .index-main {
    padding-top: 70px;
  }
}

.index-mainvisual {
  position: relative;
  width: 100%;
  height: 900px;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .index-mainvisual {
    height: 640px;
  }
}
@media (max-width: 768px) {
  .index-mainvisual {
    height: auto;
  }
}
.index-mainvisual .half-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1280px) {
  .index-mainvisual .half-cover {
    width: 100%;
  }
}
.index-mainvisual .container {
  position: relative;
  width: 95%;
  height: 100%;
  max-width: 1720px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 10;
}
@media (max-width: 1280px) {
  .index-mainvisual .container {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .index-mainvisual .container {
    height: auto;
    padding: 100px 0 48px;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .index-mainvisual .container {
    padding: 120px 0 40px;
  }
}
.index-mainvisual .container .mv-left-swiper {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  gap: 36px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .index-mainvisual .container .mv-left-swiper {
    flex: 0 0 35%;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-mainvisual .container .mv-left-swiper {
    flex: unset;
    width: 100%;
    max-width: 540px;
  }
}
.index-mainvisual .container .mv-left-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.18;
  overflow: hidden;
}
.index-mainvisual .container .mv-left-swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-mainvisual .container .mv-left-swiper .swiper-controller {
  position: relative;
  width: 100%;
  height: auto;
}
.index-mainvisual .container .mv-left-swiper .swiper-controller .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-mainvisual .container .mv-left-swiper .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background: #2D2104;
}
.index-mainvisual .container .mv-left-swiper .swiper-controller .swiper-navigation {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.index-mainvisual .container .mv-left-swiper .swiper-controller .swiper-navigation > div {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.index-mainvisual .container .mv-left-swiper .swiper-controller .swiper-navigation > div > svg {
  width: 100%;
  height: 100%;
  fill: #2D2104;
}
.index-mainvisual .container .mv-contents {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1280px) {
  .index-mainvisual .container .mv-contents {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    flex: 1 1 auto;
  }
}
.index-mainvisual .container .mv-contents > h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  color: #2D2104;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-mainvisual .container .mv-contents > h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .index-mainvisual .container .mv-contents > h2 {
    font-size: 24px;
  }
}
.index-mainvisual .container .mv-contents > p {
  font-size: 20px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #2D2104;
}
@media (max-width: 1280px) {
  .index-mainvisual .container .mv-contents > p {
    font-size: 16px;
  }
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1280px) {
  .section-head {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .section-head {
    gap: 16px;
  }
}
.section-head .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.section-head .title-wrap > h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  color: #2D2104;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .section-head .title-wrap > h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section-head .title-wrap > h1 {
    font-size: 24px;
  }
}
.section-head .title-wrap > p {
  font-size: 16px;
  line-height: 1.2;
  color: #2D2104;
  word-break: keep-all;
  text-align: center;
}

.view-more {
  width: 160px;
  height: 42px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #F37006;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .view-more {
    width: 140px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .view-more {
    width: 120px;
    height: 36px;
  }
}
.view-more > span {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.2;
  color: #F37006;
  word-break: keep-all;
}
.view-more > svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #F37006;
}

.brand-bonwood {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1920px;
  background: white;
}
.brand-bonwood .right-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1280px) {
  .brand-bonwood .right-img {
    width: 100%;
  }
}
.brand-bonwood .right-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-bonwood .container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 130px;
  z-index: 5;
}
@media (max-width: 1280px) {
  .brand-bonwood .container {
    padding-top: 100px;
    align-items: center;
    gap: 64px;
  }
}
@media (max-width: 768px) {
  .brand-bonwood .container {
    padding-top: 80px;
    gap: 48px;
  }
}
.brand-bonwood .container .section-head {
  width: 50%;
  height: auto;
}
@media (max-width: 1280px) {
  .brand-bonwood .container .section-head {
    width: 95%;
  }
}
.brand-bonwood .container .brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1280px) {
  .brand-bonwood .container .brand-grid {
    width: 100%;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .brand-bonwood .container .brand-grid {
    grid-template-columns: 1fr;
  }
}
.brand-bonwood .container .brand-grid .cell {
  position: relative;
  width: 400px;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .brand-bonwood .container .brand-grid .cell {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .brand-bonwood .container .brand-grid .cell {
    height: auto;
    padding-top: 240px;
  }
}
@media (max-width: 480px) {
  .brand-bonwood .container .brand-grid .cell {
    padding-top: 200px;
  }
}
.brand-bonwood .container .brand-grid .cell .cell-title {
  width: 100%;
  height: 140px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 1280px) {
  .brand-bonwood .container .brand-grid .cell .cell-title {
    height: auto;
    padding: 16px 12px;
  }
}
.brand-bonwood .container .brand-grid .cell .cell-title > h6 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: white;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .brand-bonwood .container .brand-grid .cell .cell-title > h6 {
    font-size: 18px;
  }
}
.brand-bonwood .container .brand-grid .cell .cell-title > p {
  font-size: 16px;
  line-height: 1.4;
  color: white;
  word-break: keep-all;
}

.best-products-section {
  width: 100%;
  height: auto;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.best-products-section .container {
  width: 95%;
  height: auto;
  padding: 130px 0 100px;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .best-products-section .container {
    padding: 100px 0 64px;
    gap: 48px;
  }
}
.best-products-section .container .best-product-body {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.best-products-section .container .best-product-body .best-swiper {
  width: 90%;
  height: auto;
  max-width: 1400px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .best-products-section .container .best-product-body .best-swiper {
    width: calc(100% - 76px);
  }
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-tags {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-tags .tag {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  background: #cf4838;
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -35px;
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #A05B41;
}
@media (max-width: 1280px) {
  .best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area {
    margin-top: -30px;
    padding-bottom: 16px;
  }
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .plus {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .plus {
    width: 60px;
    height: 60px;
  }
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .plus > svg {
  width: 60%;
  height: 60%;
  fill: #A05B41;
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .name-box {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1280px) {
  .best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .name-box {
    margin-bottom: 12px;
  }
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .name-box .it-name {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  color: #2D2104;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .name-box .it-name {
    font-size: 18px;
  }
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .name-box .it-desc {
  font-size: 16px;
  line-height: 1.2;
  color: #aaa;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .name-box .it-desc {
    font-size: 14px;
  }
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .price-spec-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .price-spec-box .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #2D2D2D;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .price-spec-box .price {
    font-size: 16px;
  }
}
.best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .price-spec-box .spec {
  font-size: 16px;
  line-height: 1.2;
  color: #aaa;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .best-products-section .container .best-product-body .best-swiper .swiper-slide > a .prod-info-area .price-spec-box .spec {
    font-size: 14px;
  }
}
.best-products-section .container .best-product-body .best-custom-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.best-products-section .container .best-product-body .best-custom-navigation > div {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.best-products-section .container .best-product-body .best-custom-navigation > div > svg {
  width: 100%;
  height: 100%;
  fill: #F37006;
}

.index-whole-section {
  width: 100%;
  height: auto;
  max-width: 1920px;
  padding: 120px 0;
  background: #FBF8F5;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .index-whole-section {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .index-whole-section {
    padding: 48px 0;
  }
}
.index-whole-section .container {
  width: 95%;
  height: auto;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1280px) {
  .index-whole-section .container {
    gap: 24px;
  }
}
.index-whole-section .container .whole-product-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-whole-section .container .whole-product-body .product-cate-tabs {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  background: #F5EEE5;
  border-radius: 10000rem;
}
@media (max-width: 1280px) {
  .index-whole-section .container .whole-product-body .product-cate-tabs {
    width: 100%;
    gap: 16px;
    justify-content: space-evenly;
    border-radius: 0;
  }
}
.index-whole-section .container .whole-product-body .product-cate-tabs .tab {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: #A05B41;
  word-break: keep-all;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 1280px) {
  .index-whole-section .container .whole-product-body .product-cate-tabs .tab {
    font-size: 16px;
  }
}
.index-whole-section .container .whole-product-body .product-cate-tabs .tab.on {
  font-weight: 800;
}
.index-whole-section .container .whole-product-body .whole-product-grid {
  width: 100%;
  height: auto;
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 48px 56px;
}
@media (max-width: 1280px) {
  .index-whole-section .container .whole-product-body .whole-product-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
    gap: 24px 16px;
  }
}
@media (max-width: 768px) {
  .index-whole-section .container .whole-product-body .whole-product-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
  }
}
.index-whole-section .container .whole-product-body .whole-product-grid .item {
  width: 100%;
  height: auto;
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-tags {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-tags .tag {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
  background: #cf4838;
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area .name-box {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1280px) {
  .index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area .name-box {
    margin-bottom: 12px;
  }
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area .name-box .it-name {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  color: #2D2104;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area .name-box .it-name {
    font-size: 18px;
  }
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area .price-spec-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area .price-spec-box .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #2D2D2D;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area .price-spec-box .price {
    font-size: 16px;
  }
}
.index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area .price-spec-box .spec {
  font-size: 16px;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-whole-section .container .whole-product-body .whole-product-grid .item > a .prod-info-area .price-spec-box .spec {
    font-size: 14px;
  }
}

.portfolio-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 120px 10px 10px;
  background: white;
}
@media (max-width: 1280px) {
  .portfolio-section {
    padding: 100px 10px 10px;
  }
}
@media (max-width: 768px) {
  .portfolio-section {
    padding: 48px 10px 10px;
  }
}
.portfolio-section .container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.portfolio-section .container .portfolio-grid {
  width: 50%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1280px) {
  .portfolio-section .container .portfolio-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .portfolio-section .container .portfolio-grid {
    grid-template-columns: 1fr;
  }
}
.portfolio-section .container .portfolio-grid .cell {
  width: 100%;
  height: 840px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1280px) {
  .portfolio-section .container .portfolio-grid .cell {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section .container .portfolio-grid .cell {
    height: auto;
  }
}
.portfolio-section .container .portfolio-grid .cell > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .portfolio-section .container .portfolio-grid .cell > a {
    aspect-ratio: 1/1.4;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.portfolio-section .container .portfolio-grid .cell > a:hover .cover {
  opacity: 1;
}
.portfolio-section .container .portfolio-grid .cell > a .cover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 52px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .portfolio-section .container .portfolio-grid .cell > a .cover {
    height: auto;
    padding: 16px;
    gap: 16px;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .portfolio-section .container .portfolio-grid .cell > a .cover {
    gap: 12px;
  }
}
.portfolio-section .container .portfolio-grid .cell > a .cover > span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .portfolio-section .container .portfolio-grid .cell > a .cover > span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .portfolio-section .container .portfolio-grid .cell > a .cover > span {
    font-size: 16px;
  }
}
.portfolio-section .container .portfolio-grid .cell > a .cover > svg {
  width: 80px;
  height: 80px;
  fill: white;
}
@media (max-width: 1280px) {
  .portfolio-section .container .portfolio-grid .cell > a .cover > svg {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 768px) {
  .portfolio-section .container .portfolio-grid .cell > a .cover > svg {
    width: 40px;
    height: 40px;
  }
}
.portfolio-section .container .portfolio-grid .cell:nth-of-type(odd) > a:nth-of-type(1) {
  flex: 1 1 55%;
}
.portfolio-section .container .portfolio-grid .cell:nth-of-type(odd) > a:nth-of-type(2) {
  flex: 1 1 45%;
}
@media (max-width: 1024px) {
  .portfolio-section .container .portfolio-grid .cell:nth-of-type(odd) > a:nth-of-type(1) {
    flex: unset;
  }
  .portfolio-section .container .portfolio-grid .cell:nth-of-type(odd) > a:nth-of-type(2) {
    flex: unset;
  }
}
.portfolio-section .container .portfolio-grid .cell:nth-of-type(even) > a:nth-of-type(1) {
  flex: 1 1 45%;
}
.portfolio-section .container .portfolio-grid .cell:nth-of-type(even) > a:nth-of-type(2) {
  flex: 1 1 55%;
}
@media (max-width: 1024px) {
  .portfolio-section .container .portfolio-grid .cell:nth-of-type(even) > a:nth-of-type(1) {
    flex: unset;
  }
  .portfolio-section .container .portfolio-grid .cell:nth-of-type(even) > a:nth-of-type(2) {
    flex: unset;
  }
}

.brand-flow-section {
  width: 100%;
  height: auto;
  padding: 120px 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .brand-flow-section {
    padding: 100px 1rem;
  }
}
@media (max-width: 768px) {
  .brand-flow-section {
    padding: 48px 1rem;
  }
}
.brand-flow-section .container {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .brand-flow-section .container {
    width: 100%;
    gap: 24px;
  }
}
.brand-flow-section .container > p {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: #2D2104;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .brand-flow-section .container > p {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .brand-flow-section .container > p {
    font-size: 24px;
  }
}
.brand-flow-section .container .brand-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1280px) {
  .brand-flow-section .container .brand-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.brand-flow-section .container .brand-links > a {
  display: flex;
  width: 100%;
  height: auto;
}
.brand-flow-section .container .brand-links > a > img {
  width: 100%;
  height: auto;
}

.service-grid {
  width: 100%;
  height: 880px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 1280px) {
  .service-grid {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
  }
}
@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}
.service-grid .service-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .service-grid .service-cell {
    width: 100%;
    height: 320px;
  }
  .service-grid .service-cell:nth-child(1) {
    order: 1;
  }
  .service-grid .service-cell:nth-child(2) {
    order: 2;
  }
  .service-grid .service-cell:nth-child(3) {
    order: 4;
  }
  .service-grid .service-cell:nth-child(4) {
    order: 3;
  }
  .service-grid .service-cell:nth-child(5) {
    order: 5;
  }
  .service-grid .service-cell:nth-child(6) {
    order: 6;
  }
}
@media (max-width: 768px) {
  .service-grid .service-cell {
    height: auto;
  }
  .service-grid .service-cell:nth-child(1) {
    aspect-ratio: 16/9;
    order: unset;
  }
  .service-grid .service-cell:nth-child(2) {
    order: unset;
  }
  .service-grid .service-cell:nth-child(3) {
    aspect-ratio: 16/9;
    order: unset;
  }
  .service-grid .service-cell:nth-child(4) {
    order: unset;
  }
  .service-grid .service-cell:nth-child(5) {
    aspect-ratio: 16/9;
    order: unset;
  }
  .service-grid .service-cell:nth-child(6) {
    order: unset;
  }
}
.service-grid .service-cell .cell-contents {
  width: 100%;
  height: 100%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  background: #F5EEE5;
}
@media (max-width: 768px) {
  .service-grid .service-cell .cell-contents {
    padding: 16px 5%;
  }
}
.service-grid .service-cell .cell-contents > strong {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #2D2104;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .service-grid .service-cell .cell-contents > strong {
    font-size: 24px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .service-grid .service-cell .cell-contents > strong {
    font-size: 18px;
    text-align: left;
  }
}
.service-grid .service-cell .cell-contents > p {
  font-size: 16px;
  line-height: 1.3;
  word-break: keep-all;
  color: #2D2104;
  text-align: center;
}
@media (max-width: 1280px) {
  .service-grid .service-cell .cell-contents > p {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .service-grid .service-cell .cell-contents > p {
    text-align: left;
  }
}
.service-grid .service-cell .cell-contents.center {
  align-items: center;
}
@media (max-width: 1280px) {
  .service-grid .service-cell .cell-contents.center {
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .service-grid .service-cell .cell-contents.center {
    align-items: flex-start;
  }
}
.service-grid .service-cell .cell-contents.left {
  align-items: flex-start;
}
.service-grid .service-cell .cell-contents.left > strong {
  text-align: left;
}
.service-grid .service-cell .cell-contents.left > p {
  text-align: left;
}
.service-grid .service-cell .cell-contents.right {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .service-grid .service-cell .cell-contents.right {
    align-items: flex-start;
  }
}
.service-grid .service-cell .cell-contents.right > strong {
  text-align: right;
}
@media (max-width: 768px) {
  .service-grid .service-cell .cell-contents.right > strong {
    text-align: left;
  }
}
.service-grid .service-cell .cell-contents.right > p {
  text-align: right;
}
@media (max-width: 768px) {
  .service-grid .service-cell .cell-contents.right > p {
    text-align: left;
  }
}/*# sourceMappingURL=main.css.map */