.l-main.top{
  background-color:#e6e3db;
}



/******************************/
/* SLIDER */
/******************************/

.p-main-slider{
  position:relative;
  margin-bottom:100px
}

.p-main-slider .slider{
      display: block;
}


.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
  max-height:750px;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
  max-height:720px;
  object-fit: cover;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
@media screen and (max-width: 1030px) {
  .p-main-slider .bx-wrapper .bx-viewport {
  height: 420px;
}
  .p-main-slider .bx-wrapper img {
    height:420px;
}
}
  
@media screen and (max-width: 767px) {
  .p-main-slider{
  margin-bottom:50px
}
  .p-main-slider #slider{
      margin-top:0;
}
  
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -25px;
  } 
  .p-main-slider .bx-wrapper .bx-viewport {
  height: auto;
}
  .p-main-slider .bx-wrapper img {
    height:auto;
}
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
}

.p-main-slider .slider-text{
  position:absolute;
  top: 25%;
  left: 14%;
}

.p-main-slider .slider-text h3{
  color: #fff;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.4rem;
    line-height: 6rem;
}

@media screen and (max-width: 1030px) {
  .p-main-slider .slider-text{
    top: 15%;
    left: 10%;
  }
  .p-main-slider #slider{
      margin-top:0;
}
}

@media screen and (max-width: 767px) {
  .p-main-slider .slider-text{
   top: 20%;
    left: 5%;
    width:auto;
    height:auto;
  }
  .p-main-slider .slider-text h3{
    font-size: 1.4rem;
    line-height: 2.7rem;
    letter-spacing: 0.2rem;
  }
}


/******************************/
/* top 固定バナー小 */
/******************************/
.p-group-bnr-fix-s {
    margin-bottom: 50px;
}
.bnr_fix_s {
    display: flex;
    justify-content: center;
    gap: 50px;
  margin-left: -10px;
}

.bnr_slider a,
.bnr_fix_s a {
    transition: .5s;
}
.bnr_slider a:hover,
.bnr_fix_s a:hover {
    opacity: .8;
    transition: .5s;
}
@media screen and (max-width: 559px) {
    .bnr_fix_s {
      flex-direction: column;
      gap: 50px; 
      align-items: center;
      margin-left: 0px;
    }
}


/******************************/
/* top 固定バナー */
/******************************/
.p-group-bnr-fix {
    margin-bottom: 95px;
}
.bnr_fix {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.bnr_slider a,
.bnr_fix a {
    transition: .5s;
}
.bnr_slider a:hover,
.bnr_fix a:hover {
    opacity: .8;
    transition: .5s;
}
@media screen and (max-width: 559px) {
    .bnr_fix {
      flex-direction: column;
      gap: 50px; 
    }
}


/******************************/
/* NEWS */
/******************************/
.infomaition-bg{
  background-color:#e6e3db;
}

.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin: 110px auto 60px;
  border-radius: 15px;
  border: solid 1px #fff;
  padding: 50px 30px 40px;
}

.p-line-informaiton .c-ttl-bg{
  width:25%;
  background-size: 120px 120px;
  height:120px;
  margin:auto;
}

.p-line-informaiton .c-ttl-main h2{
  font-size:2.5rem;
}

.p-line-informaiton ul{
  width:60%;
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
}



@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: 90%;
    padding: 30px;
        margin: 80px auto 60px;
  } 
  .p-line-informaiton ul li a{
    display:inline-block;
    width:100%;
  padding-left:0;
}
  
  .p-line-informaiton ul li span{
    display:inline-block;
    width:100%;
  padding-left:0;
}
  
  .p-line-informaiton .info-date{
    margin-bottom:10px;
}
  
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 1.4rem;
  margin:auto;
}

@media screen and (max-width: 1030px) {
.p-line-informaiton ul {
    width:100%;
    max-height:100%;
  }
  .p-line-informaiton .c-ttl-bg{
    margin:auto;
}
}
@media screen and (max-width: 767px) {
  .p-line-informaiton .c-ttl-bg{
    width:100%;
    margin:auto;
    margin-bottom: 30px;
}
  
  .p-line-informaiton ul {
    font-size: 1.4rem;
    width:100%;
    max-height:100%;
  }
}
.p-line-informaiton li {
  display:flex;
  margin: 15px 0;
}

.p-line-informaiton li:first-child {
  margin:0 0 15px;
}

.p-line-informaiton li:last-child {
  margin:15px 0 0;
}

.p-line-informaiton li .info-text{
  margin-left:15px;
}

.p-line-informaiton .info-more {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
}
.p-line-informaiton .info-more a{
  position:relative;
  padding: 0px 30px 0px 10px;
  color:#999999;
}

.p-line-informaiton .info-more a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    transform: rotate(-45deg);
    transition: all ease 0.2s;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton .info-more {
    margin-top:30px;
  }
}

.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  
  .p-line-informaiton li {
  flex-wrap: wrap;
    margin:0;
  margin-bottom: 30px;
}
  
.p-line-informaiton li:first-child {
  margin:0 0 30px;
}

.p-line-informaiton li:last-child {
  margin:30px 0 0;
}
  
  .p-line-informaiton li .info-text{
  width:100%;
    margin-left:0;
    line-height: 2.4rem;
}
  
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 1.2rem;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}

/******************************/
/* ITEM LIST */
/******************************/
.item-list-bg{
  background-color:#edebe6;
  padding:50px 0 15px;
}
@media screen and (max-width: 767px) {
  .item-list-bg{
  padding:50px 0 35px;
}
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container.u-contents {
  padding-bottom: 15px;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking{
  padding-left:0;
  padding-right:0;
  padding-bottom:40px;
}

.p-ranking-list .slick-track {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  border-radius:25px;
  background: rgba(255,255,255);
}
@media screen and (max-width: 767px) {
  .p-ranking{
  padding-left:0;
  padding-right:0;
  padding-top: 40px;
  padding-bottom:40px;
}
  
  .p-ranking-list{
    width:90%;
    margin:auto;
  }
  .p-ranking-list .slick-list {
  margin:0 -10px;
} 
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 85px;
    width: 25px;
    height: 25px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 10px;
    width:5px;
    height:5px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: -14px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 10px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: -11px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 8px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  max-width:190px;
  padding-bottom: 25px;
  word-break: break-all;
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
}

.p-ranking-list__item:first-child {
  margin-left: 0;
}

.p-ranking-list__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
   margin-right: 5px;
  margin-left: 5px;
    max-width:140px;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom:0;
    max-width:165px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
  
  .p-ranking-list__item:first-child {
  margin-left: 10px;
}

.p-ranking-list__item:last-child {
  margin-right: 10px;
}
  
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height:100vh;
  object-fit:cover;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  right: 1px;
  width: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #fff;
  color: #000;
  text-align: center;
}

.p-ranking-list__num.is-1{
  background-color:#a1924a;
  color:#fff;
}

.p-ranking-list__num.is-2{
  background-color:#8e9da3;
  color:#fff;
}

.p-ranking-list__num.is-3{
  background-color:#ab8056;
  color:#fff;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  margin-top: 10px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

/******************************/
/* 用途で選ぶギフトセット */
/******************************/

.giftset{
  background-color:#e6e3db;
  padding:40px 0 75px;
}

@media screen and (max-width: 767px) {
  .giftset{
  padding:30px 0 50px;
}
}

.giftset .u-container{
  padding-left: 0;
    padding-right: 0;
}

.p-pickup {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fafafa;
}
@media screen and (max-width: 1023px) {
  .giftset .u-container{
  padding-left: 0;
    padding-right: 0;
    width:100%;
}
  .p-pickup {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.p-pickup-list {
  display:inline-block;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-pickup-list {
    margin-top: 0;
    width:100%;
  }
}

.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__item {
    display: inline-block;
    margin:30px auto;
    max-width: 600px;
  }
  .p-pickup-list__item:first-child {
    margin-top:5px;
  }
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  order: -1;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  }
}

.p-pickup-list__img {
  overflow: hidden;
  position: relative;
  width: 53%;
  height: 28vw;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (min-width: 1270px) {
  .p-pickup-list__img {
    max-height: 310px;
  }
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__img {
    width: 53%;
    height: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__img {
    width: auto;
    height: 55vw;
  }
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #000000;
}
.p-pickup-list__img:after {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img:before {
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: #fff;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
.p-pickup-list__img img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 75px;
  padding-right: 75px;
  text-align:center;
}
@media screen and (max-width: 1023px) {
  .p-pickup-list__txt {
    padding-left: 60px;
    padding-right: 25px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup-list__txt {
    margin-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}

.p-pickup-list__ttl {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 3.8rem;
  font-weight: normal!important;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__ttl {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}

.p-pickup-list__body {
  font-size: 1.8rem;
   font-weight: normal;
  font-family: YuGothic, /* Mac用 */ 'Yu Gothic', /* Windows用 */ sans-serif;
}
@media screen and (max-width: 767px) {
  .p-pickup-list__body {
    font-size: 1.6rem;
    margin-bottom:30px;
  }
}

.p-pickup-list__ttl img {
  display: none !important;
}

.p-pickup-list__btn a{
      display: inline-block;
    font-size: 1.4rem;
    width: 150px;
    height: 35px;
    border-radius: 5px;
    margin-top: 20px;
    line-height: 35px;
    background-color: #fff;
    font-weight: normal;
    text-decoration: none;
}

.p-pickup-list__btn a:hover {
    background-color: #2b3438;
    color: #fff;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .p-pickup-list__btn {
    margin-top: 0;
  }
  .p-pickup-list__btn a{
    margin-top: 0;
  }
}

/******************************/
/* Concept */
/******************************/

.concept{
  background-image: url(https://img21.shop-pro.jp/PA01485/096/etc/top_img_concept-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color:#fff;
  text-align:center;
}

.concept .u-contents{
  padding-top:90px;
  padding-bottom:90px;
}
@media screen and (max-width: 1030px) {
 .concept .u-contents{ 
  padding-top:70px;
   padding-bottom:70px;
  }
}

@media screen and (max-width: 767px) {
  .concept .u-contents{ 
  }
}

.concept .c-ttl-bg {
  background-size: 100px 100px;
  height:100px;
}

.concept .c-ttl-bg .c-ttl-main{
  top:50%;
  font-size:2.8rem;
}

.concept .u-container h4{
  font-size:2.8rem;
  font-weight:normal;
  letter-spacing: 0.2rem;
  text-shadow: 0 0 6px #000000;
}

.concept .u-container p{
  font-size:1.5rem;
  margin:15px 0;
  letter-spacing: 0.2rem;
  line-height: 2.6rem;
  text-shadow: 0 0 6px #000000;
}
.concept .concept-text p:last-child{
    margin-bottom:0;
  }
@media screen and (max-width: 1030px) {
  .concept .c-ttl-bg{
    margin-bottom:50px;
  }
}

@media screen and (max-width: 767px) {
  .concept{
    background-image: url(https://img21.shop-pro.jp/PA01485/096/etc/top_img_concept-bg_sp.png);
  }
  
  .concept .c-ttl-bg{
    margin-bottom:65px;
  }
  .concept .u-container{
    padding-left: 40px;
    padding-right: 40px;
    padding-top:70px;
    padding-bottom: 70px;
  }
  
  .concept .c-ttl-bg .c-ttl-main{
  font-size:2.4rem;
}
  
  .concept .u-container h4{
    font-size:2.4rem;
    margin-bottom:50px;
  }
   .concept .u-container .sp-br{
     display:none;
  }
  
  .concept .u-container p{
    font-size:1.4rem;
    text-align:left;
    margin: 35px 0;
    line-height:2.6rem;
  }
   .concept .concept-text p{
    margin: 5px 0;
  }
  
  
}

/******************************/
/* グループバナー */
/******************************/
.p-group-bnr{
  margin-bottom: 50px;
}

.p-group-bnr .slick-track{
  display:flex;
}

.p-group-bnr .slick-slider {
    margin:0 -40px;
}

.slick-slide img{
  display:inline-block!important;
}


.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.bnr_slider p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  max-width:310px;
  color: #666;
  margin:0 25px;
  text-align: center;
}

@media screen and (max-width: 1030px) {
  .p-group-bnr .slick-slider {
    margin: 0 -30px;
}
  .bnr_slider p {
  margin:0 15px;
}
}

@media screen and (max-width: 767px) {
  .p-group-bnr .slick-slider {
    margin:0 -10px;
}
  .slick-slide img{
  width:100%;
}
  .bnr_slider p {
    max-width:100%;
  margin:0 10px;
}
}

.buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: rgba(255,255,255)!important;
}

.p-group-bnr .slick-prev, .p-group-bnr .slick-next {
  top: 100px;
  width: 28px;
  height: 28px;
  transition: all 0.4s ease;
  z-index: 1;
  border-radius:25px;
  background: rgba(255,255,255);
}

@media screen and (max-width: 1030px) {
  .p-group-bnr .slick-prev, .p-group-bnr .slick-next {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-group-bnr .slick-prev, .p-group-bnr .slick-next {
    width: 27px;
    height: 27px;
  }
}
.p-group-bnr .slick-prev:before, .p-group-bnr .slick-next:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-group-bnr .slick-prev:before, .p-group-bnr .slick-next:before {
    top: 10px;
    width:5px;
    height:5px;
  }
}
.p-group-bnr .slick-prev {
  left: 14px;
}
@media screen and (max-width: 1030px) {
  .p-group-bnr .slick-prev {
  left: 5px;
}
}
@media screen and (max-width: 767px) {
  .p-group-bnr .slick-prev {
    left: 0px;
  }
}
.p-group-bnr .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-group-bnr .slick-prev:before {
    left: 10px;
  }
}
.p-group-bnr .slick-next {
  right: 14px;
}
@media screen and (max-width: 1030px) {
  .p-group-bnr .slick-next {
  right: 5px;
}
}
@media screen and (max-width: 767px) {
  .p-group-bnr .slick-next {
    right: 1px;
  }
}
.p-group-bnr .slick-next:before {
  left: 11px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-group-bnr .slick-next:before {
    left: 10px;
  }
}



