@media screen and (max-width: 600px) {
  .sp-head {
    background: #fafafa;
    padding: 40px 0 40px 8.5%;
  }
}
.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 31%;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
    top: 0;
    left: 0;
    border: 0;
    background: #f8f8f8;
    box-shadow: none;
    margin-bottom: 80px;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #eaeaea;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
    line-height: 1.6;
    margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
    margin-top: 0;
}

.p-news__label {
    font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
    content: '-';
}

.p-info {
    line-height: 1.5;
    padding: 0 20px;
}

.p-contents {
    line-height: 1.5;
    margin-bottom: 40px;
}

.p-contents__list {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
    opacity: .66;
}

.p-contents__list a:active {
    opacity: 1;
}

.p-custom-banner {
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
}

.p-custom-banner__unit {
    background: #fafafa;
    background: #f7f7f7;
}

.p-custom-banner__unit--text {
    font-family: "こぶりなゴシック W1 JIS2004";
    padding: 30px 10px;
    color: #333333;
    background: #fafafa;
    background: #f7f7f7;
}

.p-custom-banner__unit--text a {
    color: #333333;
    text-decoration: none;
}

.p-custom-banner__image {
    width: 100%;
}

.p-custom-banner__heading {
    font-size: 19px;
    padding: 10px 0;
}

.p-custom-banner__body {
    line-height: 1.5;
    padding: 10px 0;
}
.p-custom-banner__body a {
    text-decoration: none;
    color: #EB697B;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
      display: table;
      width: 100%;
      margin-top: 100px;
      table-layout: fixed;
      max-width: 1060px;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 100px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 19px;
  }
}



/*追加CSS*/

.toppage-title {
    font-family: "Koburina Gothic W3 JIS2004";
    font-size: 1.2rem;
    margin-bottom: .8em;
    letter-spacing: .1em;
}
.toppage-subtitle {
    font-size: 0.75rem;
    margin-bottom: 2em;
}
.toppage-title2 {
    font-size: 1.3rem;
    margin-bottom: .8em;
    line-height: 1.6;
}
.toppage-subtitle2 {
    font-size: 0.9rem;
    margin-bottom: 3em;
    line-height: 1.8;
}
.toppage-subtitle2 span {
    color: #EB697B;
}

.free-box {
    margin: 60px auto 30px;
}
.news-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-flex .news--box {
    width: 46%;
    margin: 0 2% 4%;
}
@media screen and (min-width: 780px) {
    .news-flex .news--box {
        width: 31.3%;
        margin: 0 1% 6%;
    }
}
.news-flex .news--box a {
    text-decoration: none;
    color: #333;
}
.news--box-tit {
    font-size: 0.9rem;
    font-family: "Koburina Gothic W1 JIS2004";
    line-height: 1.4;
    margin: 15px 0 0 0;
    color: #330000;
    text-align: center;
}
.news-flex br {
    display: none;
  }

.shop-news {
    margin-left: 20px;
    margin-bottom: 0px;
    text-align: left;
}
.shop-news a {
    text-decoration: none;
    /*color: rgb(51, 51, 51);*/
}
.shop-news a:hover {
    text-decoration: underline;
}
.shop-news-border {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.shop-news-box {
    margin: 0 auto;
    max-width: 600px;
}
.shop-news dt {
    padding-bottom: 5px;
    clear: left;
    float: left;
    width: 33%;
}
.shop-news dd {
    padding-left: 0;
    padding-bottom: 15px;
    margin-inline-start: 0;
    margin-left: 33%;
}
@media screen and (min-width: 375px) {
    .shop-news dt {
        width: 28%;
    }
    .shop-news dd {
        margin-left: 28%;
    }
}
@media screen and (min-width: 768px) {
    .shop-news dt {
        clear: left;
        float: left;
        width: 14%;
    }
    .shop-news dd {
        margin-left: 16%;
    }
}

.product-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-flex .product--box {
    width: 46%;
    margin: 0 2% 4%;
}
@media screen and (min-width: 780px) {
    .product-flex .product--box {
        width: 31%;
        margin: 0 1% 4%;
    }
}
.product-flex .product--box a {
    text-decoration: none;
    color: #333;
    text-align: center;
}
.product--box-tit {
    font-size: 13px;
    font-family: "Koburina Gothic W1 JIS2004";
}
.product--box-txt {
    font-size: 0.6rem;
    line-height: 1.4;
}
.concept-box-inner {
    padding: 60px 0 30px;
}
.pickup-box-inner {
    padding: 40px 0 30px;
}

@media screen and (min-width: 780px) {
    .product--box-txt {
        font-size: 0.75rem;
    }
}
.product-box-inner {
    padding: 40px 0;
}
.pickup--box-txt {
    font-size: 0.7rem;
    line-height: 1.6;
}
@media screen and (min-width: 780px) {
    .product--box-txt {
        font-size: 0.75rem;
    }
    .pickup--box-txt {
        font-size: 0.8rem;
        line-height: 1.8;
    }
}



@media screen and (min-width: 760px) {
    #p-slider .bx-wrapper img {
        margin: 25px auto 10px;
        width: 60%;
        max-width: 500px;
        background: #fafafa;
    }
}

body {
    background: #fafafa;
}
hr.news {
    height: 1px;
    background-color: #eaeaea;
    width: 90%;
    border: none;
    margin-bottom: 20px;
}
.bg-fff {
    background: #FFF;
    padding: 10px 0 50px;
}
.bg-fff2 {
    background: #FFF;
    padding: 10px 0 30px;
}
.c-section__heading {
    margin: 50px 0 40px;
}
.c-section__heading-news {
    margin: 30px 0;
}
.c-section__heading--title span {
    background: #fafafa;
}
.p-shop-info {
    border-top: none;
}


/*追加CSS */
.p-cart-form__list-price {
    font-size: 12px;
    line-height: 2;
    opacity: .7;
    text-decoration: line-through;
    color: #EB697B;
}
.news-topbox {
    max-width: 1040px;
}
.top-product-list__name {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    margin-top: .5em;
    transition: opacity .2s;
    text-decoration: none;
    color: #333;
}
.top-product-list__price {
    font-weight: bold;
    margin-top: 1em;
    letter-spacing: 0.1em;
    text-align: center;
}
.top-product-list__text {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
}
.top-product-list__textit {
    font-size: 0.75rem;
    color: #EB697B;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .sp {
        display: none;
    }
}

@media screen and (min-width: 760px) {
    .br_sp {
        display: none;
    }
}

.shop_topimg {
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
}


/*2022 petit*/

#p-slider .bx-pager {
    bottom: -20px !important;
    padding-top: 0;
}
#p-slider .bx-pager a:hover, #p-slider .bx-pager a.active {
    background: #EB697B !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    -moz-border-radius: 0px !important;
     -webkit-border-radius: 0px !important; 
     border-radius: 0px !important; 
}

.top-concept-silk {padding: 30px 0;}
.top-concept-silktext {font-weight: normal; font-size: 0.9rem; padding: 0 20px; line-height: 1.8; margin-bottom: 50px;}
.top-concept-silk h3 {letter-spacing: 1px; margin-bottom: 30px}
.top-concept-silk ul {padding-left: 0;}
.top-concept-silklink li {list-style: none; font-size: 0.8rem; display: inline-block; margin: 0 25px;} 
.top-concept-silklink li a {color: #333; text-decoration: none; border-bottom: 0.8px solid #333; padding-bottom: 10px; transition: all 0.7s 0s ease;} 

.sp-br{display: block;}
.pc-br{display: none;}

@media screen and (min-width: 768px) {
    .puntoe-product-list {text-align: center; width: 30.3%;}
    .sp-br{display: none;}
    .pc-br{display: block;}
}