.home .mainvisual {
  width: 100%;
  height: calc(100vh - 44px);
  background: #333333;
  overflow: hidden;
  margin-top: -58px;
  margin-bottom: 35px;
  position: relative;
}
.home .mainvisual :focus {
  outline: none;
}
.home .mainvisual .heroSlide {
  width: 100%;
  height: calc(100vh - 44px);
  position: relative;
}
.home .mainvisual .heroImgWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home .mainvisual .heroImgWrap img {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  display: block;
}
.home .mainvisual .heroSlideTxt {
  position: absolute;
  top: 50%;
  left: 65px;
  font-size: 18px;
  color: #ffffff;
  line-height: 2;
  text-shadow: 1px 1px 4px #000000;
}
.home .mainvisual .heroSlideTxt p:not(:last-child) {
  margin-bottom: 7px;
}
.home .mainvisual .mainvisualVideo {
  width: 100%;
  height: 100%;
  position: relative;
}
.home .mainvisual .mainvisualVideo .mainvisualVideoContent {
  position: absolute;
  width: calc(100vh * 1.78);
  min-width: 100vw;
  height: 100vh;
  min-height: calc(100vw / 1.78);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .mainvisual .mainvisualVideo iframe {
  width: calc(100vh * 1.78);
  min-width: 100vw;
  height: 100vh;
  min-height: calc(100vw / 1.78);
  pointer-events: none;
}
.home .mainvisual .mvContentsNav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 22px;
}
.home .mainvisual .mvContentsNav span {
  display: block;
  text-align: center;
  line-height: 0;
}
.home .mainvisual .mvContentsNav .mvContentsTxt {
  margin-bottom: 16px;
}
.home .mainvisual .mvContentsNav .mvContentsTxt svg {
  width: 60px;
  height: auto;
}
.home .mainvisual .mvContentsNav .mvContentsArrow svg {
  width: 22px;
  height: auto;
}
.home .heading {
  text-align: center;
}
.home .homeSection {
  width: auto;
  max-width: 1150px;
  padding: 0 65px;
  margin: 120px auto 0;
}
.home .ourStory {
  margin-top: 55px;
  text-align: center;
  font-size: 16px;
}
.home .ourStory .imgHeading {
  margin-bottom: 23px;
}
.home .ourStory .heading {
  line-height: 1;
  margin-bottom: 10px;
}
.home .ourStory img {
  display: block;
  margin: 0 auto;
}
.home .ourStory .ourStoryLink {
  display: inline-block;
}
.home .weekRecommend {
  margin-bottom: 90px;
}
.home .weekRecommend .heading {
  line-height: 1;
  margin-bottom: 32px;
}
.home .weekRecommend .productList .productInfoWrap {
  font-size: 14px;
}
.home .latestNews .newsLink {
  width: 100%;
  max-width: 100%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home .latestNews .newsBanner {
  display: block;
  width: 100%;
  height: auto;
}
.home .madeToOrder {
  text-align: center;
}
.home .madeToOrder .madeToOrderHeader {
  margin-bottom: 30px;
  font-size: 16px;
}
.home .madeToOrder .orderNavList {
  display: flex;
  flex-wrap: wrap;
}
.home .madeToOrder .orderNavList li {
  width: 50%;
}
.home .madeToOrder .orderNavList .orderNavImg {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.home .madeToOrder .orderNavLink {
  display: block;
}
.home .madeToOrder .orderNavLink .heading {
  transition: all 0.3s ease-out;
}
.home .madeToOrder .orderNavLink:hover .heading {
  opacity: 0.6;
}
.home .productLineUp .collectionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .productLineUp .collectionList .collectionListItem {
  width: 374px;
  margin-top: 32px;
  text-align: center;
}
.home .productLineUp .collectionList .collectionListItem .collectionListImgWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home .productLineUp .collectionList .collectionListItem .collectionListImgWrap::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.home .productLineUp .collectionList .collectionListItem .collectionListImgWrap .collectionListImg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
.home .productLineUp .collectionList .collectionListItem .collectionListImgWrap img {
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.home .productLineUp .collectionList .collectionTitle {
  text-align: center;
}
.home .homeContentBannerWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home .homeContentBanner {
  border-radius: 10px;
  width: 340px;
  height: auto;
  margin: 0 15px;
  box-sizing: border-box;
}
.home .homeContentBanner .contentBannerLink {
  display: block;
  height: 100%;
  padding: 10px 30px 17px;
  box-sizing: border-box;
}
.home .homeContentBanner .heading {
  text-align: center;
  margin-bottom: 45px;
}
.home .homeContentBanner .contentTxt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.home .homeContentBanner .contentImg {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.home .homeContentBanner .contentImg img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}
.home .homeContentBanner .tenTxt {
  border-top: 1px solid #C2D7E6;
  border-bottom: 1px solid #C2D7E6;
  padding: 7px 5px;
}
.home .homeContentBanner.learn .contentImg img {
  width: 254px;
  height: auto;
  margin-bottom: 38px;
}
.home .homeContentBanner.stores .contentImg img {
  width: 273px;
  height: auto;
  margin-bottom: 10px;
}
.home .homeContentBanner.other .contentImg img {
  width: 290px;
  height: auto;
}

@media (min-width: 1280px) {
  .home {
    margin-bottom: 160px;
  }
  .home .instaFeed {
    margin-bottom: 100px;
  }
  .home .madeToOrder {
    margin-bottom: 110px;
  }
  .home .productLineUp {
    margin-bottom: 140px;
  }
}
@media (max-width: 1279px) {
  .home {
    margin-bottom: 160px;
  }
  .home .mainvisual {
    margin-bottom: 55px;
    height: calc(100vh - 40px);
  }
  .home .mainvisual .heroSlide {
    height: calc(100vh - 40px);
  }
  .home .mainvisual .heroSlideTxt {
    left: 32px;
  }
  .home .mainvisual .mvContentsNav {
    bottom: 20px;
  }
  .home .mainvisual .mvContentsNav .mvContentsTxt {
    margin-bottom: 8px;
  }
  .home .homeSection {
    padding: 0 7.7%;
  }
  .home .ourStory .imgHeading {
    margin-bottom: 34px;
  }
  .home .ourStory .imgHeading img {
    width: 23px;
    height: auto;
  }
  .home .ourStory .heading {
    margin-bottom: 20px;
  }
  .home .ourStory .ourStoryLink img {
    width: 269px;
    height: auto;
    margin-bottom: 25px;
  }
  .home .weekRecommend .productList .productInfoWrap {
    font-size: 12px;
  }
  .home .madeToOrder .madeToOrderHeader {
    margin-bottom: 20px;
  }
  .home .madeToOrder .orderNavList .orderNavImg {
    height: 154px;
  }
  .home .productLineUp .collectionList .collectionListItem {
    width: calc((100% - 14px) / 2);
  }
  .home .productLineUp .collectionList .collectionListItem .collectionListImgWrap::before {
    padding-top: 70%;
  }
  .home .productLineUp .collectionList .collectionTitle {
    text-align: center;
  }
  .home .homeContentBannerWrap {
    justify-content: flex-start;
    margin-top: 70px;
  }
  .home .homeContentBanner {
    width: calc((100% - 24px) / 2);
    min-height: 439px;
    margin: 0;
  }
  .home .homeContentBanner:nth-child(1) {
    margin-right: 24px;
    margin-bottom: 38px;
  }
  .home .homeContentBanner:nth-child(2) {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .home {
    margin-bottom: 80px;
  }
  .home .mainvisual .heroSlideTxt {
    font-size: 14px;
  }
  .home .ourStory .imgHeading {
    margin-bottom: 20px;
  }
  .home .ourStory .imgHeading img {
    width: 21px;
    height: auto;
  }
  .home .ourStory .ourStoryLink img {
    width: 248px;
  }
  .home .weekRecommend {
    padding-right: 32px;
    padding-left: 32px;
  }
  .home .weekRecommend .heading.is-secondary {
    font-size: 16px;
  }
  .home .weekRecommend .productListComponent .productList {
    width: 100%;
  }
  .home .weekRecommend .productListComponent .productList li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .home .weekRecommend .productListComponent .productList li:nth-child(2n) {
    margin-right: 0;
  }
  .home .latestNews .heading {
    font-size: 16px;
  }
  .home .instaFeed {
    padding: 0 22px 0 32px;
  }
  .home .instaFeed .heading.is-secondary {
    font-size: 16px;
  }
  .home .instaFeed #insta-feed {
    min-height: 300px;
  }
  .home .madeToOrder .madeToOrderHeader {
    font-size: 14px;
  }
  .home .madeToOrder .heading.is-secondary {
    font-size: 16px;
  }
  .home .madeToOrder .heading.is-tertiary {
    font-size: 16px;
  }
  .home .madeToOrder .orderNavList img {
    margin-bottom: 0;
  }
  .home .madeToOrder .orderNavList li {
    width: 100%;
  }
  .home .madeToOrder .orderNavList li:not(:last-child) {
    margin-bottom: 30px;
  }
  .home .madeToOrder .orderNavList .orderNavImg {
    height: 200px;
  }
  .home .productLineUp .heading.is-secondary {
    font-size: 16px;
  }
  .home .productLineUp .collectionList .collectionListItem {
    width: calc((100% - 10px)/2);
  }
  .home .productLineUp .collectionList .collectionTitle {
    font-size: 14px;
  }
  .home .homeContentBannerWrap {
    justify-content: center;
    margin-top: 40px;
  }
  .home .homeContentBanner {
    width: 286px;
    min-height: 388px;
  }
  .home .homeContentBanner .heading.is-secondary {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .home .homeContentBanner .contentBannerLink {
    padding: 24px 30px 32px;
  }
  .home .homeContentBanner .contentTxt {
    width: 100%;
    margin-left: 0;
    font-size: 12px;
  }
  .home .homeContentBanner .contentImg {
    width: 100%;
  }
  .home .homeContentBanner:nth-child(1) {
    margin-right: 0;
  }
  .home .homeContentBanner.learn .contentImg img {
    margin-bottom: 20px;
  }
}
