@charset "UTF-8";
body {
  padding-top: 180px !important;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 42.6666666667vw !important;
  }
}

#sub-column {
  display: none !important;
}

#contents {
  max-width: unset !important;
  padding: 0 0 0 !important;
  width: 100% !important;
  overflow: unset !important;
}

#main-column {
  float: unset !important;
  width: 100% !important;
  padding: 0 !important;
}

#main-column {
  margin-bottom: 0 !important;
}

.w100 .freeArea2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*MV*/
.l_home_mv {
  width: 100%;
  overflow-x: hidden;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .l_home_mv {
    padding: 0 5.3333333333vw;
  }
}

.p_home_mv {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p_home_mv {
    padding-bottom: 9.6vw;
  }
}
.p_home_mv .swiper-pagination-bullet-active {
  color: #3B3B3B;
  background: #3B3B3B;
}
@media screen and (max-width: 768px) {
  .p_home_mv .swiper-button-prev, .p_home_mv .swiper-button-next {
    display: none;
  }
}

.p_home_mvSlide a {
  display: block;
}
.p_home_mvSlide a img {
  width: 100%;
  vertical-align: bottom;
}

.l_homeBnr {
  padding: 40px 40px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l_homeBnr {
    padding: 9.3333333333vw 5.3333333333vw;
  }
}

.p_bnrSlider {
  position: relative;
  padding: 0 5px;
  overflow: hidden;
}
.p_bnrSlider .swiper-button-prev, .p_bnrSlider .swiper-button-next {
  width: 20px;
  height: 20px;
  top: 65%;
}
@media screen and (max-width: 768px) {
  .p_bnrSlider .swiper-button-prev, .p_bnrSlider .swiper-button-next {
    top: 55%;
    width: 30px;
    height: 30px;
  }
}
.p_bnrSlider .swiper-button-prev img, .p_bnrSlider .swiper-button-next img {
  background: #fff;
  border-radius: 50%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p_bnrSlider .swiper-button-prev img, .p_bnrSlider .swiper-button-next img {
    width: 30px;
  }
}
.p_bnrSlider .swiper-button-prev {
  left: 0;
}
.p_bnrSlider .swiper-button-next {
  right: 0;
}

.l_productList {
  padding: 50px 40px;
}
.l_productList .p_moreBtn.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .l_productList {
    padding: 17.0666666667vw 6.6666666667vw;
  }
  .l_productList .p_moreBtn.is-sp {
    display: block !important;
  }
  .l_productList .p_moreBtn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .l_home_pickup, .l_home_limited {
    padding: 17.0666666667vw 0;
  }
  .l_home_pickup .l_sectionTtl, .l_home_limited .l_sectionTtl {
    padding: 0 6.6666666667vw;
  }
  .l_home_pickup .p_productLists, .l_home_limited .p_productLists {
    display: flex;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    width: -moz-max-content;
    width: max-content;
  }
  .l_home_pickup .p_productList, .l_home_limited .p_productList {
    width: 134px;
  }
  .l_home_pickup .p_productListWrap, .l_home_limited .p_productListWrap {
    width: 100%;
    margin-bottom: 8vw;
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .l_home_pickup .p_productListWrap::-webkit-scrollbar, .l_home_limited .p_productListWrap::-webkit-scrollbar {
    display: none;
  }
}

/* @media screen and (max-width: 768px) {
  .l_home_newArrival .p_productList:last-child {
    display: none;
  }
} */

.l_home_limited {
  background: #F9F9F9;
}

.l_home_category {
  border-top: 1px solid #D5D5D5;
  padding: 55px 0 80px;
}
@media screen and (max-width: 768px) {
  .l_home_category {
    padding: 19.2vw 0;
  }
}

.p_category_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_category_ttl {
    align-items: flex-start;
    padding: 0 6.6666666667vw;
  }
}
.p_category_ttl span {
  margin-left: 0;
  margin-top: 8px;
}

.b_category_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 24px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .b_category_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.b_category_list_item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 0 28px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .b_category_list_item a {
    height: 53.3333333333vw;
    padding: 0 4.2666666667vw;
  }
}
.b_category_list_item a .b_category_list_itemTtl {
  position: relative;
  z-index: 2;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .b_category_list_item a .b_category_list_itemTtl {
    font-size: 4.2666666667vw;
  }
}
.b_category_list_item a .b_category_list_itemBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s ease;
}
.b_category_list_item a .b_category_list_itemBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b_category_list_item a:hover .b_category_list_itemBg {
  transform: scale(1.05);
}
.b_category_list_item:first-child .b_category_list_itemTtl {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.l_home_categoryPickup {
  padding-bottom: 72px;
}
.l_home_categoryPickup .p_moreBtn {
  margin: 32px auto 0;
}

.p_categoryPickup_main {
  padding: 115px 60px;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p_categoryPickup_main {
    padding: 19.2vw 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p_categoryPickup_main span {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p_categoryPickup_main span {
    margin-bottom: 10px;
  }
}
.p_categoryPickup_main h3 {
  font-size: 32px;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  font-weight: normal;
  color: #3B3B3B;
}
@media screen and (max-width: 768px) {
  .p_categoryPickup_main h3 {
    font-size: 6.4vw;
  }
}
.p_categoryPickup_main .p_categoryPickup_mainImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p_categoryPickup_main .p_categoryPickup_mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media screen and (max-width: 1200px) {
  .p_categoryPickup_lists {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_categoryPickup_lists {
    padding: 0 6.6666666667vw;
  }
  .p_categoryPickup_lists .p_categoryPickup_list:last-child {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l_middleBnr {
    padding: 0 6.6666666667vw;
  }
}

.l_about {
  padding: 55px 40px;
  background: url(../img/top/bg_about.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .l_about {
    padding: 22.6666666667vw 6.6666666667vw;
    margin-top: 8.5333333333vw;
    background: url(../img/top/bg_about_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.p_aboutContents {
  max-width: 720px;
  margin: 0 auto;
}

.p_aboutContents_wrap {
  max-width: 330px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p_aboutContents_wrap {
    margin: 0 auto;
  }
}

.p_aboutLogo {
  text-align: center;
  margin-bottom: 24px;
}
.p_aboutLogo img {
  width: 152px;
}

.p_aboutTtl {
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p_aboutTtl {
    font-size: 6.4vw;
  }
}

.p_aboutTxt {
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p_aboutTxt {
    font-size: 3.2vw;
    line-height: 2.5;
  }
}

.l_present {
  padding: 60px 40px;
  background: #CEC2A0;
  display: block;
}
@media screen and (max-width: 768px) {
  .l_present {
    padding: 14.9333333333vw 6.6666666667vw 8vw;
  }
}

.p_presentTtl {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  border-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .p_presentTtl {
    line-height: 1.3;
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p_presentTtl span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .p_presentTtl span {
    font-size: 6.4vw;
  }
}

.b_presentList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
  list-style: none !important;
}
@media screen and (max-width: 768px) {
  .b_presentList {
    display: block;
  }
}

.b_presentList_item {
  list-style: none !important;
  width: 31%;
  background: #fff;
  padding: 40px 20px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b_presentList_item {
    padding: 40px 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .b_presentList_item {
    width: 100%;
    margin-bottom: 11.2vw;
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.b_presentList_item h3 {
  font-size: 60px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", serif !important;
  color: #3B3B3B;
}
@media screen and (max-width: 1200px) {
  .b_presentList_item h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b_presentList_item h3 {
    font-size: 13.3333333333vw;
  }
}
.b_presentList_item h3 span {
  color: #BC6D6D;
  font-family: "Outfit", serif !important;
}
@media screen and (max-width: 768px) {
  .b_presentList_item h3 span {
    font-size: 14.4vw;
  }
}

.b_presentList_itemNum {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 16px;
  background: #BC6D6D;
  color: #fff;
  font-size: 20px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .b_presentList_itemNum {
    top: -20px;
  }
}

.b_presentList_itemTxt {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .b_presentList_itemTxt {
    font-size: 14px;
  }
}

.l_nuuuno {
  padding: 55px 40px 35px;
  background: url(../img/top/bg_nuuuno.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .l_nuuuno {
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .l_nuuuno .p_nuuunoImg {
    width: 100%;
  }
}
.l_nuuuno .p_nuuunoImg img {
  width: 100%;
  vertical-align: bottom;
}
.l_nuuuno .l_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l_nuuuno .l_wrap {
    display: none;
  }
}

.p_nuuunoLogo img {
  max-width: 232px;
}

.p_nuuunoContents {
  width: 35%;
  text-align: center;
}
.p_nuuunoContents .p_moreBtn {
  margin: 25px auto 0;
}

.p_nuuunoImg {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .p_nuuunoImg {
    width: 100%;
  }
  .p_nuuunoImg img {
    vertical-align: bottom;
  }
}

.swiper-button-next,
.swiper-button-prev {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 32px;
    width: 32px;
  }
  .swiper-button-next img,
  .swiper-button-prev img {
    width: 8px;
  }
}

.swiper-button-next {
  right: -20px;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.footer_area {
  display: none !important;
}

.l_hotWord {
  padding: 80px 40px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (max-width: 768px) {
  .l_hotWord {
    padding: 8vw 5.3333333333vw;
  }
}/*# sourceMappingURL=top.css.map */