@charset "UTF-8";
@media screen and (max-width: 767px) {
  .l-container{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}


.pconly{
  display: none;
}

.sponly{
  display: block;
}

.p-page-home{
  background-color: #fafafa;
  padding-bottom: 8rem;
  overflow: hidden;
}

.p-homeSection{
  padding: 6rem 0;
}

.p-homeSection a{
  transition: opacity var(--transition-default);
}

.p-homeSection a:hover{
  opacity: var(--hover-opacity);
}

.p-homeSection:last-of-type:not(:has(.p-homeShopInfo)){
  padding-bottom: 0;
}

.p-homeSection__title{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: var(--fw-bold);
  font-family: var(--font-ja);
}
.p-homeSection__title::before{
  content: '';
  display: block;
  width: 2rem;
  height: 1rem;
  margin-bottom: 2rem;
  background-image: url(../img/common/icon_title_logo.svg);
  background-repeat: no-repeat;
}

.p-homeSection__title--sub{
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-family: var(--font-en);
  line-height: 1;
  font-weight: var(--fw-regular);
}

/* mv */
.js-mvSlider .swiper-slide img{
  width: 100%;
}

.swiper-pagination-bullet{
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  background: var(--color-gray-400);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: var(--color-black);
}

.m-homeMainVisual-slidePagination{
  gap: 2rem;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0;
}

.m-homeMainVisual-slideController{
  display: none;
}

/* バナー */
.p-top-banner__list{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 4rem;
  font-family: var(--font-ja);
}


/* 商品系 */

/* 共通 */
.m-productLineHome__item{

}



/* トップ用 */
.p-homeViewMoreBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto 0;
  padding: 1rem;
  width: 20rem;
  height: 4.8rem;
  font-size: 1.4rem;
  border: 1px solid #707070;
}

.p-homeViewMoreBtn::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  display: block;
  width: 1.4rem;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../../assets/img/common/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-product-head__rank{
  display: none;
}

/* カテゴリ */
.p-homeCategoryList{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem 1.5rem;
}

.p-homeCategoryList__item img{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.p-homeCategoryList-text{
  margin-top: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.714;
  text-align: center;
  font-weight: var(--fw-bold);
}

/* 店舗情報 */
.p-homeShopInfo{
  position: relative;
  text-align: center;
}

.p-homeShopInfo__inner{
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.p-homeShopInfo [class^="p-homeShopInfo__decoration"]{
  position: absolute;
  height: auto;
}

.p-homeShopInfo .p-homeShopInfo__decoration--1{
  width: 9.6rem;
  top: -21.3rem;
  left: 4.3rem;
}
.p-homeShopInfo .p-homeShopInfo__decoration--2{
  top: -10rem;
  left: -1rem;
  width: 6.7rem;
}
.p-homeShopInfo .p-homeShopInfo__decoration--3{
  top: -15rem;
  right: 0;
  width: 7.7rem;
}
.p-homeShopInfo .p-homeShopInfo__decoration--4{
  bottom: 1rem;
  left: 0;
  width: 8.9rem;
}
.p-homeShopInfo .p-homeShopInfo__decoration--5{
  bottom: 23.4rem;
  right: 8rem;
  width: 10.8rem;
}
.p-homeShopInfo .p-homeShopInfo__decoration--6{
  bottom: 19.8rem;
  right: 0;
  width: 8.5rem;
}
.p-homeShopInfo .p-homeShopInfo__decoration--7{
  right: -1rem;
  bottom: -8rem;
  width: 16.2rem;
}

.p-homeShopInfo .p-homeShopInfo__heading{
  /* margin-top: 1rem; */
  margin-bottom: 1.3rem;
  font-size: 2.4rem;
  font-weight: var(--fw-bold);
}

.p-homeShopInfo .p-homeShopInfo__text{
  margin-bottom: 2.7rem;
  padding: 0 1.9rem;
  font-size: 1.8rem;
  line-height: 2;
}

.p-homeShopInfo .p-homeShopInfo__access{
  display: inline-block;
  text-align: left;
}

.p-homeShopInfo .p-homeShopInfo__access li{
  font-size: 1.4rem;
  line-height: 1.714;
}

.p-homeShopInfo__access li span{
  display: inline-block;
  margin-left: 1em;
}

.p-homeShopInfo .p-homeShopInfo__access li + li{
  margin-top: 1.2rem;
}

.p-homeShopInfo .p-homeShopInfo__access li.googlMap{
  margin-top: 1.7rem;
}

.p-homeShopInfo .p-homeShopInfo__access li.googlMap a{
  text-decoration: underline;
}

/* news */
.p-homeNewsList{
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .news-section .l-container{
    padding-right: 0;
    padding-left: 0;
  }
}

.p-homeNewsList__item a{
  background-color: #fff;
}

.p-homeNewsList__item + .p-homeNewsList__item{
  margin-top: 2rem;
}

.p-homeNewsList-body{
  padding: 2rem 2rem 1.5rem;
  border-bottom: 0;
}
.p-homeNewsList-body__time{
  position: relative;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  line-height: 1;
}

.p-homeNewsList-body__time::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #ACACAC;
}

.p-homeNewsList-body__title{
  font-size: 1.4rem;
  line-height: 1.714;
}

.p-homeSection:has(.p-homeNewsList) .p-homeContentsUnderBtn{
  background-color: #fff;
}

@media (min-width: 600px) and (max-width: 768px) {
  .p-homeShopInfo .p-homeShopInfo__text .pconly{
    display: block;
  }
  .p-homeShopInfo .p-homeShopInfo__text .sponly{
    display: none;
  }
}

@media screen and (min-width: 768px) {
  :root{
    --container-default: 134rem;
  }
  .pconly{
    display: block;
  }

  .sponly{
    display: none;
  }

  .p-page-home{
    padding-bottom: 10rem;
  }

  .p-homeSection{
    overflow: hidden;
    padding: 10rem 0;
  }

  /* mv */
   
  /* バナー */
  .p-top-banner{
    --container-default: 94rem;
  }
  .p-top-banner__list{
    flex-direction: row;
    gap: 6rem;
    padding-top: 10rem;
  }


  /* 商品系 */
  .c-product-body__price--sale{
    display: flex;
    gap: 1.5rem;
  }

  .c-product-body__price--discount{
    margin-top: 0;
  }

  /* 共通 */

  /* トップ用 */
  .p-homeViewMoreBtn{
    margin: 3rem auto 0;
  }

  .p-homeSection:has(.m-productLineHome-col3-md6){
    padding-top: 6.5rem;
  }

  /* カテゴリ */
  .p-homeCategoryList{
    grid-template-columns: repeat(4,1fr); 
    gap: 5rem 4.7rem;
  }

  /* 店舗情報 */
  .p-homeSection:has(.p-homeShopInfo) .p-homeSection__title{
    margin-bottom: 4rem;
  }

  .p-homeShopInfo__inner{
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 6rem;
    height: 48rem;
  }

  .p-homeShopInfo__img{
    display: block;
    max-width: 68rem;
    min-width: 32rem;
    flex: 1;
  }

  .p-homeShopInfo__info{
    text-align: left;
    min-width: 0;
  }

  .p-homeShopInfo .p-homeShopInfo__decoration--1{
    width: 16.9rem;
    top: -22.7rem;
    left: 0rem;
  }
  .p-homeShopInfo .p-homeShopInfo__decoration--2{
    width: 15.1rem;
    top: -10.6rem;
    left: 14rem;
  }
  .p-homeShopInfo .p-homeShopInfo__decoration--3{
    width: 13.2rem;
    top: -6.3rem;
    right: 0;
  }
  .p-homeShopInfo .p-homeShopInfo__decoration--4{
    width: 12.9rem;
    bottom: -4.1rem;
    left: -4.3rem;
  }
  .p-homeShopInfo .p-homeShopInfo__decoration--5{
    width: 18.4rem;
    bottom: -6.6rem;
    right: 9rem;
  }
  .p-homeShopInfo .p-homeShopInfo__decoration--6{
    width: 15rem;
    bottom: 0.8rem;
    right: -5rem;
  }
  .p-homeShopInfo .p-homeShopInfo__decoration--7{
    width: 28rem;
    left: unset;
    right: 58.9rem;
    bottom: -11.7rem;
  }

  .p-homeShopInfo .p-homeShopInfo__heading{
    margin-bottom: 0.8rem;
  }

  .p-homeShopInfo .p-homeShopInfo__text{
    margin-bottom: 2.5rem;
    padding: 0;
    padding-right: 14.5rem;
    font-size: 1.6rem;
    line-height: 2.25;
  }

  .p-homeShopInfo__access li span{
    display: block;
    margin-left: 0;
  }

  .p-homeShopInfo .p-homeShopInfo__access li + li{
    margin-top: 0.6rem;
  }

  .p-homeShopInfo .p-homeShopInfo__access li.googlMap{
    margin-top: 2rem;
  }

  /* news */
  .news-section .l-container{
    display: flex;
    gap: 7.7%;
  }
  
  .news-section .p-homeSection__title{
    align-items: flex-start;
  }

  .news-section .news-heading{
    flex: 0 0 15.4%;
  }

  .news-section .p-homeNewsList{
    flex: 1;
  }

  .p-homeNewsList-body{
    padding: 3rem;
  }
  .p-homeNewsList-body__time{
    width: 14rem;
    padding-bottom: 0;
    font-size: 1.6rem;
    padding-right: 0;
  }

  .p-homeNewsList-body__time::before{
    content: '';
    position: absolute;
    bottom: unset;
    top: 50%;
    left: unset;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 200%;
  }

  .p-homeNewsList-body__title{
    padding-left: 5rem;
    font-size: 1.6rem;
    line-height: 1.6875;
  }

}

@media (min-width: 768px) and (max-width: 930px) {
  .p-homeShopInfo .p-homeShopInfo__decoration--4{
    bottom: 8rem;
  }

  .p-homeShopInfo .p-homeShopInfo__decoration--6{
    width: 11rem;
    bottom: -2rem;
  }

  .p-homeShopInfo__inner{
    gap: 2rem;
  }
  
  .p-homeShopInfo .p-homeShopInfo__text{
    padding-right: 1rem;
  }
}

.wf-loading body{
  opacity: 0;
	transition: opacity 0.3s ease;
}

.wf-active body {
	opacity: 1;
}

.wf-inactive body {
	opacity: 1;
}

/* ==========================
  1021 BRX J edit 
========================== */
[data-bg="white"] {
  background-color: rgba(255,255,255,0.7);
}

[data-section="shop-info"] {
  padding-top: 6.4rem;
  padding-bottom: 6rem;
  overflow: visible;
}