/******************************/
/* SLIDER */
/******************************/
/*TOPキャンペーンバナー*/
.top-campaign{
  text-align: center;
}
/*Swiper*/
.swiper{
  padding:0 50px;
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 400px;
}
.swiper-slide img:hover{
  cursor: pointer;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
  text-align: center;
}
.swiper-slide:nth-child {
  background-color: #f7f7ff;
}
.swiper-button-prev,
.swiper-button-next {
  width: 24px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  background-size: 27px 44px; /* 表示したいサイズ */
  transform: translateY(-50%);
  margin-top: 0;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url('https://kiomiru.co.jp/blog/wp-content/uploads/2021/09/img_arrow_black_01.png');
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url('https://kiomiru.co.jp/blog/wp-content/uploads/2021/09/img_arrow_black_01.png');
  transform: translateY(-50%) scale(-1, 1); /* 左右反転 */
}
.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}
.mySwiper2 {
/*  height: 400px;*/
  width: 100%;
}
.mySwiper {
/*  height: 100px;*/
  box-sizing: border-box;
  margin: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
/****Swiperここまで****/
@media screen and (min-width: 1030px) {
  .slider {
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1030px;
  }
}
/*@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
@media screen and (min-width: 1030px) {
  .bx-wrapper .bx-pager {
  bottom: -27px !important;
}
}
/* PAGER 
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
*/
/***ホットワード***/
.hot-word{
  display: flex;
    position: relative;
    line-height: 18px;
    justify-content: center;
    background: #ffc4c4;
    padding: 10px;
    margin: 10px 15px 0;
}
.hot-word ul{
  display: flex;
}
.hot-word li{
  border: solid 1px #FF7B7C;
    border-radius: 30px;
    color: #FF7B7C;
    background: #fff;
    padding: 8px 15px;
    margin-left: 8px;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 1030px) {
  .hot-word{
    display: none;
  }
}
.l-header.is-open2 .hot-word{
  display: none;
}
.hot-word span{
  padding-top: 10px;
}
.hot-word li:hover{
  color: #fff;
  background: #FF7B7C;
  transition: all 0.3s;
  border: solid 1px #FF7B7C;
}
.hot-word a:hover{
  color: #fff;
  text-decoration: none;
  transition: all 0.3s
}
.l-header.is-fixed .hot-word {
  left: 100px;
}
.l-header.is-fixed .hot-word span{
  display: none;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 10px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .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: 18px;
  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: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.top-ranking{
  background: #fff;
  border-radius: 20px 20px 10px 10px;
}
.p-ranking-list{
  display: flex;
  flex-wrap: wrap;
}
.p-ranking-list__item {
    position: relative;
    padding: 0.5em;
    width: 31%;
    transition: opacity 0.2s;
/*    border: solid 1px #909090;*/
    margin: 0.1em;
    border-radius: 10px;
    background: #fff;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
    width: 48%;
    margin: 0.2em;
  }
}
.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__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;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 50px;
  left: 1px;
  width: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-size: 45px;
  background-position-x: -5px;
  background-position-y: -5px; 
}
.p-ranking-list__num.is-1{
  background-image: url(https://img21.shop-pro.jp/PA01481/647/etc/icon_ranking_1.png?cmsp_timestamp=20220304122152);
  font-size: 0px;
}
.p-ranking-list__num.is-2{
  background-image: url(https://img21.shop-pro.jp/PA01481/647/etc/icon_ranking_2.png?cmsp_timestamp=20220304124021);
  font-size: 0px;
}
.p-ranking-list__num.is-3{
  background-image: url(https://img21.shop-pro.jp/PA01481/647/etc/icon_ranking_3.png?cmsp_timestamp=20220304124045); 
  font-size: 0px;
}
.p-ranking-list__ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  	font-size: 0.9rem;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
    color: #000;
    margin: 10px 10px 0;
    text-align: right;
}
.p-ranking-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.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;
}
/******************************/
/* カテゴリーから探す*/
/******************************/
.p-category{
  background: #F0F0F3;
}
.p-category__body {
  line-height: 1;
}
@media screen and (max-width: 1030px) {
  .p-category__body {
    margin-left: 0;
    margin-right: 0;
  }
}
.category-bnr-parent{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.category-bnr{
  display: block;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .category-bnr{
    width: 33%;
    text-align: center
  }
  .line{
    display: none;
  }
}
.category-bnr img{
  width: 72px;
}
@media screen and (max-width: 767px){
.category-bnr img {
    width: 60%;
    padding-top: 10px;
  }
}
.category-bnr p{
  text-align: center;
  font-size: 0.8em;
  padding-top: 1em;
}
.category-bnr p:hover{
  background: #e4e4ec; 
}
.category-bnr:hover{
  background: #e4e4ec;
}
.line { 
  margin: 2.0rem 1.5rem;
  width: 1px;
  background-color: #999;
}
/******************************/
/* TOP INFORMATION (悩みから探す)*/
/******************************/
.p-information {
  margin-top: 75px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #D8E3E8;
  filter: drop-shadow(0px 3px 4px rgba(0,0,0,0.6));
}
@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;
  }
}
.p-information button, .p-free button, .p-bnr button{
  margin-top:14px;
  cursor: pointer;
}
.problem-bnr-parent{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.problem-bnr{
  display: block;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .problem-bnr{
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
.problem-bnr img{
  width: 90%;
  }
}
/******************************/
/* TOP FREE (シーン別に探す)*/
/******************************/
.p-free{
  margin-top: 75px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f7f7ff;
  filter: drop-shadow(0px 3px 4px rgba(0,0,0,0.6));
}
@media screen and (max-width: 1030px) {
  .p-free {
    padding-bottom: 45px;
  }
}
.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;
  }
}
@media screen and (max-width: 1030px) {
 .p-information, .p-free{
   width: 100%;
  }
}
.scene-bnr-parent{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  }
.scene-bnr{
  display: block;
  width: 33.333%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .scene-bnr{
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
.scene-bnr img{
  width: 90%;
  }
}
.category, .problem, .scene{
  	padding: 9px 15px;
    width: 200px;
    margin: 5px auto 10px;
  	font-size: 16px;
  	color: #545454;
    background: #fbc1c1;
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid thick #dacde5;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr h3 img{
  max-width: 400px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 2px 4px gray;
}
@media screen and (max-width: 1030px) {
  .p-bnr h3 img{
    max-width:100%;
  }
}
.p-bnr-intro{
  text-align: center;
}
.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: flex;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 7px;
  padding-right: 7px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    margin-bottom: 10px;
    width: auto;
    text-align: center;
    width: 50%;
  }
}
.p-bnr-list__item a:hover{
  border-radius: 20px;
  transition: all 0.3s;
}
.p-checked{
  display: none;
}
.c-inquiry {
  text-align: center;
}
.c-inquiry button{
  background: #F7E8B6;
}
.c-inquiry button:hover{
  background: #FFE384;
  color: #000;
} 
//*******************//
/*ABOUT PIBOLA.*/
//*******************//
.about{
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
@media screen and (max-width: 1030px) {
  .about {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*****************/
/*お気に入り*/
/*****************/
.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}
.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.product-list__fav-items .fav-items {
  color: #ff7373;
}
.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.u-overflow-slide {
  overflow-x: scroll;
}
.product-list {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -920px;
}
.product-list__unit-sm  {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-left: 9px;
    padding-right: 9px;
    width: 12.5%;
}
/***************/
/*shopping-guide*/
/***************/
.shopping-guide__pc,.shopping-guide__sp{
  text-align: center;
}
.shopping-guide__sp{
  display: flex;
}
@media screen and (max-width: 1030px) {
/*.shopping-guide__sp img{
    width: 45%;
    padding: 1% 2%;
  }*/
  .shopping-guide__pc {
  display: none;
  }
}
@media screen and (min-width: 1031px) {
.shopping-guide__sp img{
  display: none;
  }
.shopping-guide__pc img{
  padding: 1%;
  }
}

/***************/
/*TOP上部コンテンツ*/
/***************/
.original-contents{
  padding-top: 0!important;
}
.contents-box-parents{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
  .contents-box{
    width: 46%;
    padding: 2%;
    text-align: center;
}
@media screen and (max-width: 1030px) {
.contents-box{
  width: 46%;
  }
}
.contents-box-3column{
  width: 31%;
  padding: 1%;
  text-align: center;
}
.contents-box img, .contents-box-3column img, .contents-box-ful img{
    border: 1px solid #909090;
}
@media screen and (max-width: 767px) {
  .contents-box img,.contents-box-3column img{
    width: 100%;
  }
}
.contents-box-ful{
  padding: 1%;
  text-align: center;
}

.infomation a{
  color: red;
}