/* TOP CSS */
/******************************/
/* SLIDER */
/******************************/
/* #slider
{
	margin-left: 50%;
}
 
#slider > div 
{
	margin-right: 600px;
	margin-left: -600px;
} */

.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
}
.p-main-slider .bx-wrapper .bx-pager {
  box-sizing: border-box;
  padding-top: 0;
  /* padding-right: 25px; */
  /* bottom: 45px; */
  /* text-align: right; */
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper img {
    margin: 0 auto;
    width: 100%;
    height: calc(100vh - 120px);
    object-fit: cover;
  }
  .p-main-slider {
    margin-top: -55px;
  }
  .p-main-slider .bx-wrapper .bx-pager {
    /* display: none; */
    padding-right: 25px;
    top: 45px;
    text-align: right;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 5px;
  margin-right: 5px;
  background: #707070;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFFFFF;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #FF8000;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #333333;
}
.p-main-slider .bx-wrapper .bx-pager-item {
  text-align: left;
}
.p-main-slider .bx-wrapper .bx-controls-direction a {
  z-index: 100;
}
.p-main-slider .bx-wrapper .bx-prev, .p-main-slider .bx-wrapper .bx-next {
  margin-top: 0;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-prev, .p-main-slider .bx-wrapper .bx-next {
    width: 40px;
    height: 40px;
  }
}
.p-main-slider .bx-wrapper .bx-prev::before, .p-main-slider .bx-wrapper .bx-next::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-prev::before, .p-main-slider .bx-wrapper .bx-next::before {
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
  }
}
.p-main-slider .bx-wrapper .bx-prev:hover, .p-main-slider .bx-wrapper .bx-next:hover {
  background: rgba(255, 255, 255, 0.9);
}
.p-main-slider .bx-wrapper .bx-prev {
  left: 0;
}
.p-main-slider .bx-wrapper .bx-prev::before {
  transform: rotate(135deg);
}
.p-main-slider .bx-wrapper .bx-next {
  right: 0;
}
.p-main-slider .bx-wrapper .bx-next::before {
  transform: rotate(-45deg);
}
.p-main-slider + .p-line-informaiton {
  margin-top: 0;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-line-informaiton + .p-concept {
  margin-top: 0;
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-line-informaiton-list__item {
  overflow: hidden;
  display: flex !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    overflow: visible;
    display: block !important;
  }
}
.p-line-informaiton-list__date {
  width: 160px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton-list__date {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__date {
    margin-bottom: 5px;
    width: auto;
  }
}
.p-line-informaiton-list__ttl {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__ttl {
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
}
.p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
  z-index: 10;
  height: 35px;
  width: 35px;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
    height: 45px;
    width: 45px;
  }
}
.p-line-informaiton-list .slick-prev:before, .p-line-informaiton-list .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateX(-50%);
}
.p-line-informaiton-list .slick-prev:hover, .p-line-informaiton-list .slick-next:hover {
  background: #f5f5f5;
}
.p-line-informaiton-list .slick-prev {
  left: auto;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-prev {
    right: auto;
    left: -50px;
  }
}
.p-line-informaiton-list .slick-prev:before {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
}
.p-line-informaiton-list .slick-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-next {
    right: -50px;
  }
}
.p-line-informaiton-list .slick-next:before {
  margin-left: -3px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.js-news-slider {
  display: none;
}
.js-news-slider.slick-initialized{
  display: block;
}
/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 600px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    width: auto;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 45px 20px;
    width: auto;
  }
}
.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-concept__body {
  line-height: 2;
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
}
.p-recommend-item-list__item:first-child, .p-recommend-item-list__item:nth-child(2), .p-recommend-item-list__item:nth-child(3) {
  width: 33.3333%;
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  word-break: break-all;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 20px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    width: 50%;
  }
  .p-recommend-item-list__item:first-child, .p-recommend-item-list__item:nth-child(2), .p-recommend-item-list__item:nth-child(3) {
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}
.p-recommend-item-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.p-recommend-bg img {
  width: 100%;
}
.p-recommend-item-list__item .c-item-list__txt {
  position: static;
  padding: 10px;
  background: transparent;
  opacity: 1;
  color: #704112;
}
.p-recommend-item-list__item .c-item-list__ttl a {
  color: #704112;
}

@media screen and (max-width: 1023px) {
  .p-recommend-bg img {
    object-fit: cover;
    height: 270px;
  }
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
.p-ranking-list {
  box-sizing: border-box;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}
.p-ranking-list__item.is-hidden {
  display: none;
}
.p-ranking-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  padding-top: 3px;
  min-width: 60px;
  line-height: 57px;
  font-size: 28px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  transition: all ease 0.1s;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__num {
    top: 20px;
    left: 20px;
    padding-top: 3px;
    min-width: 45px;
    line-height: 42px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__num {
    top: 10px;
    left: 10px;
    padding-top: 3px;
    min-width: 30px;
    line-height: 27px;
    font-size: 17px;
  }
}
.p-ranking-list__num.is-1 {
  background: #dbc131;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #bababa;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #c09257;
  color: #ffffff;
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/******************************/
/* TOP 店舗紹介 */
/******************************/
.p-shop {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.p-shop__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-shop__txt {
  text-align: center;
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #2d2d2d;
}
.p-free {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-free {
    margin-top: 60px;
  }
}
.p-free img {
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1023px) {
  .p-free img {
    object-fit: cover;
    height: 270px;
  }
}


/* 数量 */
.p-product-form {
  text-align: center;
  position: absolute;
  bottom: -180px;
  width: 100%;
}
.p-product-form-stock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.p-product-form-stock__ttl {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-form-stock__ttl {
    font-size: 13px;
  }
}
.p-product-form-stock__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-product-form-stock__box {
    font-size: 13px;
  }
}
.p-product-form-stock__input {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b3b2b2;
}
.p-product-form-stock__input input[type=text] {
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  width: 50px;
  height: 50px;
  font-size: 18px;
  text-align: center;
}
.p-product-form-stock__add {
  overflow: hidden;
  display: block;
  position: relative;
  white-space: nowrap;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}
.p-product-form-stock__add:hover {
  background: #f5f5f5;
}
.p-product-form-stock__add::before, .p-product-form-stock__add::after {
  content: "";
  position: absolute;
}
.p-product-form-stock__add.is-down::before {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000000;
  transform: translate(-50%, -50%);
}
.p-product-form-stock__add.is-up::before {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000000;
  transform: translate(-50%, -50%);
}
.p-product-form-stock__add.is-up::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #000000;
  transform: translate(-50%, -50%);
}
.p-product-form-stock__unit {
  margin-left: 10px;
}
.p-product-form-stock__stock {
  flex: 1;
  margin-left: 15px;
  font-size: rem(14px);
}
/* ボタン */
.p-product-form-btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .p-product-form-btn {
    /* width: 335px; */
  }
}
.p-product-form-btn__cart {
  margin-top: 25px;
  margin-bottom: 30px;
}
.p-product-form-btn-member {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.p-product-form-btn-member__item {
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
.p-product-form-btn__favorite {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite svg {
  position: relative;
  top: 1px;
  fill: #d8d8d8;
}
.p-product-form__error-message {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #a10000;
  text-align: center;
}

/******************************/
/* PICK UP */
/******************************/
.p-push {
  margin: 70px 0;
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: url("https://labo.bigfive-shop.com/shop_img/01_top/03_pickup/back_pc.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-push {
    margin: 40px 0;
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: url("https://labo.bigfive-shop.com/shop_img/01_top/03_pickup/back_sp.png");
  }
}
.c-title {
  font-size: 1.5rem;
}

.p-yaku {
  position: relative;
  background-color: #FF8000;
  margin-top: 250px;
  padding: 200px 0 60px 0;
}
@media screen and (max-width: 767px) {
  .p-yaku {
    margin-top: 200px;
    padding: 100px 0 60px 0;
  }
}
.p-yaku .center {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 65px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-yaku .center {
    position: absolute;
    width: 80%;
    text-align: center;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-category {
  padding-top: 30px;
}

.p-event {
  margin-top: 100px;
}

.p-bigfive {
  margin-top: 100px;
}

.p-insta {
  margin-top: 100px;
}

.p-stand {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-category {
    padding-top: 30px;
  }
  
  .p-event {
    margin-top: 40px;
  }  

  .p-bigfive {
    margin-top: 40px;
  }

  .p-insta {
    margin-top: 40px;
  }

  .p-stand {
    margin-top: 40px;
  }
}

.p-push .c-item-list__txt, .p-category .c-item-list__txt, .p-event .c-item-list__txt, .p-bigfive .c-item-list__txt, .p-insta .c-item-list__txt, .p-stand .c-item-list__txt, .p-yaku .c-item-list__txt {
  position: static;
  padding: 10px;
  background: transparent;
  opacity: 1;
  color: #704112;
}

.p-product-form-stock__add {
  overflow: hidden;
  display: block;
  position: relative;
  white-space: nowrap;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.p-product-form-stock__add.is-down::before {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000000;
  transform: translate(-50%, -50%);
}

.p-product-form-stock__add.is-up::before {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000000;
  transform: translate(-50%, -50%);
}

.p-product-form-stock__add.is-up::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #000000;
  transform: translate(-50%, -50%);
}

.insta_btn {
  width: 360px;
  margin: 0 auto;
}

.insta_btn a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .insta_btn {
    width: 280px;
  }
  .youtube_v {
    height: 210px !important;
  }
}

.slick-dots li {
  width: 10px !important;
  height: 10px !important;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #707070 !important;
}

.slick-dots li.slick-active button {
  background: #FF8000 !important;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    top: 20px !important;
    bottom: unset !important;
    text-align: right !important;
    padding-right: 25px !important;
  }
  .slick-dots li button {
    background: #FFFFFF !important;
  }
}
.slider_pc img {
  width: 100%;
}

/******************************/
/* 知る楽しむ！餃子ラボ */
/******************************/
.p-labo {
  margin-top: 100px;
}

.p-labo .labo_ttl {
  margin-bottom: 2rem;
}

.p-labo #wp-posts .my-md-3 {
  margin-bottom: 0;

}

.p-labo #wp-posts .wp_card .wp_img {
  position: relative;
  margin-bottom: 1rem;
}

.p-labo #wp-posts .wp_card .wp_cat {
  position: absolute;
  top: 0;
  left: 0;
}

.p-labo #wp-posts .wp_card .wp_cat a {
  display: flex;
  min-width: 108px;
  padding: 3px 0;
  text-decoration: none;
  color: #fff;
  justify-content: center;
}

.p-labo #wp-posts .wp_card .wp_ttl {
  text-decoration: none;
  min-height: 5rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-labo {
    margin-top: 40px;
  }
  .p-labo .labo_ttl {
    margin-bottom: 0;
  }
  .p-labo #wp-posts{
    padding-top: 1.5rem;
  }
  .p-labo #wp-posts .wp_card {
    margin-bottom: 1rem;
  }
  .p-labo #wp-posts .wp_card .wp_cat a {
    font-size: 12px;
    min-width: 65px;
  }
  .p-labo #wp-posts .wp_card .wp_ttl {
    min-height: 8rem;
  }
}