.breadcrumbs{
  margin-top: 30px;
}

.product-list__mv {
  position: relative;
}
.product-list__mv img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
@media only screen and (max-width: 896px) {
  .product-list__mv img {
    height: 240px;
  }
}
.product-list__mv::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 100px;
  width: 100%;
  height: 580px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20120%20100%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C0%20v50%20q10%2C10%2020%2C0%20t20%2C0%20t20%2C0%20t20%2C0%20t20%2C0%20t20%2C0%20v-50%20Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") repeat-x center top 180px;
  background-size: auto 240px;
  pointer-events: none;
}
@media only screen and (max-width: 896px) {
  .product-list__mv::after {
    left: 50%;
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 850px;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
    background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2040%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20transform%3D%22scale(1%200.35)%22%3E%3Cpath%20d%3D%22m0%200v50q10%2010%2020%200t20%200%2020%200%2020%200v-50z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") repeat-x center top;
    background-size: 60px auto;
    pointer-events: none;
  }
}
.product-list__inner {
  max-width: 1064px;
  margin: 0 auto;
}
@media only screen and (max-width: 896px) {
  .product-list__inner {
    width: calc(100% - 40px);
    max-width: inherit;
    margin-top: 0;
  }
}
.sec_search__subtitle {
  position: relative;
  margin-bottom: 45px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.1;
}
@media only screen and (max-width: 896px) {
  .sec_search__subtitle {
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.sec_search__subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 22px;
  background-image: radial-gradient(#6dc6d4 35%, transparent 35%);
  background-size: 10px 10px;
  background-repeat: repeat;
}
.sec_search__subtitle span {
  position: relative;
  top: -2px;
  padding: 0 25px;
  background: #fff;
}
@media only screen and (max-width: 896px) {
  .sec_search__subtitle span {
    padding: 0 10px;
  }
}
.product-list__inner p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 50px;
}
.product-list__detail {
  display: flex;
  padding: 41px 48px 40px;
  background-color: #6DC6D4;
  min-width: 1160px;
  position: relative;
  left: -50px;
  border-radius: 20px;
  margin-bottom: 70px;
}
.product-list__detail .product-list__detail--image {
  margin-right: 38px;
  width: 370px;
  height: 247px;
  border-radius: 10px;
  overflow: hidden;
}
.product-list__detail .product-list__detail--image2 {
  margin-right: 38px;
  width: 370px;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
}
.product-list__detail .product-list__detail--image img,
.product-list__detail .product-list__detail--image2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
.product-list__detail dl {
  width: 656px;
}
.product-list__detail dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.product-list__detail dl dd {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.9;
  letter-spacing: .1rem;
  margin-top: 10px;
}
.product-list__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-list__inner ul li {
  width: calc(25% - 15.75px);
  margin-right: 21px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 896px) {
  .product-list__inner p{
    margin-bottom: 30px;
  }
  .product-list__detail{
    flex-direction: column;
    left: 0;
    min-width: inherit;
    padding: 30px 20px 30px;
  }
  .product-list__detail .product-list__detail--image{
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    height: 0;
    padding-bottom: 66.75%;
  }
  .product-list__detail .product-list__detail--image2{
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    height: 0;
    padding-bottom: 99%;
  }
  .product-list__detail dl {
    width: 100%;
  }
  .product-list__detail dl dt {
    font-size: 2rem;
    margin-top: 8px;
  }
  .product-list__detail dl dd {
    margin-top: 8px;
  }
  .product-list__inner ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .product-list__inner ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product-list__inner ul li:last-child, .product-list__inner ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .product-list__inner ul li:nth-last-child(3), .product-list__inner ul li:nth-last-child(4) {
    margin-bottom: 30px !important;
  }
}
.product-list__inner ul li:nth-child(4n) {
  margin-right: 0;
}
.product-list__inner ul li:last-child, .product-list__inner ul li:nth-last-child(2), .product-list__inner ul li:nth-last-child(3), .product-list__inner ul li:nth-last-child(4) {
  margin-bottom: 0;
}
.product-list__inner ul li a {
  display: block;
}
.product-list__inner ul li a img {
  width: 100%;
  height: 252px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 896px) {
  .product-list__inner ul li a img {
    height: 157px;
  }
}
.product-list__inner ul li span {
  display: block;
}
.product-list__inner ul li .prd_lst_name a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
}
@media only screen and (max-width: 896px) {
  .product-list__inner ul li .prd_lst_name a {
    font-size: 1.6rem;
  }
}
.product-list__inner ul li .prd_lst_price {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.81;
  letter-spacing: 0;
  color: #333;
  opacity: 0.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 896px) {
  .product-list__inner ul li .prd_lst_price {
    font-size: 1.5rem;
  }
}
.product-list__inner ul li .favorite-button {
  content: "";
  background-image: url(https://file001.shop-pro.jp/PA01327/351/assets/images/product-list/favorite.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 19px;
  background-size: 22px auto;
  background-color: inherit;
  border: inherit;
  outline: none;
}
.product-list__inner ul li .favorite-button.fav-items {
  background-image: url(https://file001.shop-pro.jp/PA01327/351/assets/images/product-list/favorite_active.svg);
}
.product-list__results {
  margin-bottom: 60px;
}
@media only screen and (max-width: 896px) {
  .product-list__results {
    margin-bottom: 30px;
  }
}
.product-list__results--title {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 36px 0 35px 39px;
  margin: 60px 0 60px;
}
@media only screen and (max-width: 896px) {
  .product-list__results--title {
    padding: 20px;
    margin: 30px 0;
  }
}
.product-list__results--title span {
  display: block;
}
.product-list__results--title span:first-child {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #333;
}
@media only screen and (max-width: 896px) {
  .product-list__results--title span:first-child {
    font-size: 1.3rem;
  }
}
.product-list__results--title span:nth-child(2) {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #333;
}
@media only screen and (max-width: 896px) {
  .product-list__results--title span:nth-child(2) {
    font-size: 1.6rem;
  }
}
.product-list__results--title span:nth-child(2) span {
  display: inline;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #3CB5C8;
}
@media only screen and (max-width: 896px) {
  .product-list__results--title span:nth-child(2) span {
    font-size: 1.8rem;
  }
}
.pager {

}
.product-list__check-list {
  margin-bottom: 50px;
}
.product-list__check-list h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8;
  letter-spacing: 0.12em;
  color: #333;
  margin-bottom: 40px;
}
@media only screen and (max-width: 896px) {
  .product-list__check-list h3 {
    font-size: 2rem;
  }
}
.product-list__check-list h3::after {
  position: absolute;
  content: "";
  background-image: url(https://file001.shop-pro.jp/PA01327/351/assets/images/product-list/line_dot.svg);
  background-repeat: no-repeat;
  width: 1064px;
  height: 2px;
  background-size: 100% auto;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 896px) {
  .product-list__check-list h3::after {
    width: 100%;
    background-size: auto;
  }
}

/* pager01
------------------------------- */
ul.pager01 {
  margin: 30px -15px 0;
  text-align: center;
  display: block;
}
@media (min-width: 769px) {
    ul.pager01 {
      margin-top: 50px;
    }
}
#wrapper ul.pager01 li,
#wrapper ul.pager01 ol {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 !important;
}
ul.pager01 ol {
	margin: 0;
    border-left: 1px solid #ddd;
}
ul.pager01 ol li {
    border-right: 1px solid #ddd;
}
ul.pager01 ol li:last-child {
	margin-right: 0;
}
ul.pager01 .sendPage {
  width: 43px !important;
}
ul.pager01 .sendPage span,
ul.pager01 .sendPage a,
ul.pager01 ol li a,
ul.pager01 ol li span {
	display: inline-block;
	width: 43px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
    color: #999;
}
ul.pager01 .sendPage a:hover,
ul.pager01 ol li a:hover,
ul.pager01 ol li span.current {
	text-decoration: none;
    color: #555;
}
ul.pager01 .sendPage,
ul.pager01 .sendPage a {
  color: #555;
  position: relative;
}
ul.pager01 .sendPage a i {
  top: 3px;
  width: 24px;
  height: 26px;
  margin-left: 15px;
  content: "";
  position: absolute;
  display: block;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2211.941%22%20viewBox%3D%220%200%207.246%2011.941%22%20width%3D%227.246%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m3.431-4.786a.656.656%200%200%200%200-.928l-5.314-5.314a.656.656%200%200%200%20-.928%200l-.62.62a.656.656%200%200%200%200%20.927l4.21%204.231-4.211%204.231a.656.656%200%200%200%200%20.927l.62.62a.656.656%200%200%200%20.928%200z%22%20fill%3D%22%23ccc%22%20transform%3D%22translate(3.623%2011.22)%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: auto 10px;
}
ul.pager01 .sendPage.sendPage_prev a i {
  margin-left: 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*20221104º£°æÄÉµ­*/
.product__other--youtube {
  width: 1000px;
  margin: 0 auto;
  border:45px solid #dceff4;
  border-radius:5px;
}
.product__other--youtube > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.product__other--youtube > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 896px) {
  .product__other--youtube {
    width:100%;
  }
 .product__other--youtube {
  border:none;
  }
}