@charset "UTF-8";
body {
  padding-top: 220px !important;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 50.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: #595652;
  background: #595652;
}
@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_homeBnr2 {
  padding: 0 40px 40px;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .l_homeBnr2 {
    padding: 0 5.3333333333vw 9.3333333333vw;
  }
}
.p_bnrSlider2 {
  position: relative;
  padding: 0 5px;
  overflow: hidden;
}

.p_bnrSlider2 .swiper-button-prev, .p_bnrSlider2 .swiper-button-next {
  width: 20px;
  height: 20px;
  top: 65%;
}

@media screen and (max-width: 768px) {
  .p_bnrSlider2 .swiper-button-prev, .p_bnrSlider2 .swiper-button-next {
    top: 55%;
    width: 30px;
    height: 30px;
  }
}
.p_bnrSlider2 .swiper-button-prev img, .p_bnrSlider2 .swiper-button-next img {
  background: #fff;
  border-radius: 50%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .p_bnrSlider2 .swiper-button-prev img, .p_bnrSlider2 .swiper-button-next img {
    width: 30px;
  }
}
.p_bnrSlider2 .swiper-button-prev {
  left: 0;
}

.p_bnrSlider2 .swiper-button-next {
  right: 0;
}

.l_homeBnr {
  padding: 40px 40px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l_homeBnr {
    padding: 9.3333333333vw 5.3333333333vw 0;
  }
}
.l_homeBnr .swiper-pagination-bullet-active {
  color: #595652;
  background: #595652;
}
.l_homeBnr .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_homeBnr .swiper-pagination {
    display: block;
  }
}

.p_bnrTtl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: normal;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  .p_bnrTtl {
    font-size: 4.2666666667vw;
    margin-bottom: 15px;
  }
}

.p_bnrSlider {
  position: relative;
  padding: 0 5px 30px;
}
.p_bnrSlider .swiper-wrapper {
  display: flex !important;
  justify-content: center;
  gap: 12px;
}
.p_bnrSlider .swiper-wrapper .swiper-slide {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .p_bnrSlider .swiper-wrapper .swiper-slide {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p_bnrSlider .swiper-wrapper {
    display: flex !important;
    gap: 0 !important;
    justify-content: flex-start;
  }
}

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

.l_home_pickup .p_moreBtn, .l_home_limited .p_moreBtn {
  margin: 32px auto 0;
}
@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;
  }
}

.l_home_newArrival {
  background: #E9E5E0;
  padding: 70px 40px;
}
@media screen and (max-width: 768px) {
  .l_home_newArrival {
    padding: 19.2vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l_home_newArrival .p_productList:last-child {
    display: none;
  }
}
.l_home_newArrival .p_moreBtn {
  margin: 32px auto 0;
}

.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: 13.3333333333vw 6.6666666667vw;
  }
}

.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;
  }
}
.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: 11.2vw 8.5333333333vw 21.8666666667vw;
    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: 24px !important;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  font-weight: normal;
  color: #3B3B3B;
}
.p_categoryPickup_main h3 span {
  font-size: 24px !important;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p_categoryPickup_main h3 span {
    font-size: 6.4vw !important;
  }
}
.p_categoryPickup_main h3 img {
  position: absolute;
  right: -60px;
  bottom: -20px;
}
.p_categoryPickup_main.p_categoryPickup_main03 span, .p_categoryPickup_main.p_categoryPickup_main03 h3 {
  color: #fff;
}
.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;
  }
}

.l_middleBnr {
  margin-bottom: 40px;
}
.l_middleBnr .l_wrap {
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .l_middleBnr {
    margin-bottom: 6.4vw;
    padding: 0 6.6666666667vw;
  }
}

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

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

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

.p_aboutLogo {
  text-align: center;
  margin-bottom: 24px;
  border: none !important;
}
.p_aboutLogo img {
  width: 198px;
}

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

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

.p_aboutIcon img {
  width: 145px;
}

.l_present {
  padding: 60px 40px;
  background: #D8ADAD;
  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;
}
@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: #595652;
  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;
  }
}

.p_nuuunoImg {
  max-width: 720px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .p_nuuunoImg {
    margin-bottom: 0;
  }
}
.p_nuuunoImg img {
  width: 100%;
  vertical-align: bottom;
}

.l_nuuuno {
  padding: 115px 40px;
  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;
  }
}
.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;
  margin-left: auto;
  display: flex;
  gap: 42px;
}
.p_nuuunoContents .p_moreBtn {
  margin: 25px auto 0;
  background: #967B66;
  border: 1px solid #967B66;
}
.p_nuuunoContents .p_moreBtn:hover {
  background: #fff;
}
.p_nuuunoContents .icon {
  transform: translateY(-50px);
}
.p_nuuunoContents .icon img {
  width: 96px;
  height: 96px;
}

.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: 55px 40px;
  background: #E9E5E0;
}
@media screen and (max-width: 768px) {
  .l_hotWord {
    padding: 8vw 5.3333333333vw;
  }
}

.p_category_sec {
  margin-top: 32px;
}

.p_category_secTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (max-width: 768px) {
  .p_category_secTtl {
    padding: 16px;
    background-image: url(../img/common/icon_plus.svg);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 20px;
  }
  .p_category_secTtl.is_active {
    background-image: url(../img/common/icon_minus.svg);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 20px;
  }
}
.p_category_secTtl h3 {
  font-size: 16px;
}
.p_category_secTtl a {
  text-align: center;
  width: 230px;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  line-height: 30px;
  border-radius: 28px;
  border: 1px solid #3B3B3B;
  transition: 0.3s ease;
}
.p_category_secTtl a:hover {
  opacity: 1;
  background: #3B3B3B;
  color: #fff;
}

.more__btn {
  text-align: center;
  width: 230px;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  line-height: 30px;
  border-radius: 28px;
  border: 1px solid #3B3B3B;
  transition: 0.3s ease;
  margin: 16px auto 0;
}
.more__btn:hover {
  opacity: 1;
  background: #3B3B3B;
  color: #fff;
}

.p_category_secLists {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_category_secLists {
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 10px;
  }
}

.p_category_secList p {
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p_category_secList p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p_category_secLists {
    overflow: hidden;
    max-height: 1000px; /* 初期表示（十分な高さ） */
    transition: max-height 0.4s ease;
  }
  .p_category_secLists.is-collapsed {
    max-height: 0;
    transition: max-height 0.4s ease;
  }
}
.l_feature {
  background: #E9E5E0;
  padding: 72px 40px;
}
@media screen and (max-width: 768px) {
  .l_feature {
    padding: 13.3333333333vw 6.6666666667vw;
  }
}

.p_featureBox {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_featureBox {
    flex-direction: column;
  }
}

.p_featureItem {
  max-width: 325px;
}
@media screen and (max-width: 768px) {
  .p_featureItem {
    max-width: 100%;
  }
}

.free-contents > p:first-of-type {
  line-height: 0 !important;
  display: none !important;
}
.free-contents > p:last-of-type {
  line-height: 0 !important;
  display: none !important;
}

article p {
  margin-bottom: 0;
}

.l_footerContact2, .l_footerMagazine2 {
  display: none !important;
}/*# sourceMappingURL=top.css.map */