/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 2 version
*/

@charset "UTF-8";

:where(.pinkhouse_lp) * {
  box-sizing: border-box;
}

:where(.pinkhouse_lp) .u-spNone {
  display: none;
}
:where(.pinkhouse_lp) .border {
  background-color: #b94f4f;
  display: block;
  height: 2px;
  width: 95%;
  margin: 28px auto;
}
:where(.pinkhouse_lp) .fw-bold{
  font-weight: bold;
  font-size: clamp(12px,3vw,24px) !important;
}

@media screen and (max-width: 760px) {
:where(.pinkhouse_lp) .fw-bold{
  font-weight: bold;
  font-size: 3.9vw !important;
}
}

@media screen and (min-width: 1024px) {
  :where(.pinkhouse_lp) .u-spNone {
    display: block;
  }
}

:where(.pinkhouse_lp) .u-pcNone {
  display: block;
}

@media screen and (min-width: 1024px) {
  :where(.pinkhouse_lp) .u-pcNone {
    display: none;
  }
}

:where(.pinkhouse_lp) .mt100 {
  margin-top: 100px;
}

.contents {
  max-width: 100%;
}

.main{
  padding-bottom: 0;
}

@media screen and (min-width: 761px) {
  :where(.pinkhouse_lp) .sp_only {
    display: none;
  }
  :where(.pinkhouse_lp) .pc_only {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  :where(.pinkhouse_lp) .sp_only {
    display: block;
  }
  :where(.pinkhouse_lp) .pc_only {
    display: none;
  }
}

.PinkHouse {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
  color: #000;
  background: #F1EBED;
}

.PinkHouse img,
.PinkHouse picture {
  width: 100%;
  height: auto;
}

.PinkHouse img.lozad,
.PinkHouse picture.lozad {
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.PinkHouse img.lozad[data-loaded="true"],
.PinkHouse picture.lozad[data-loaded="true"] {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.PinkHouse .spl-c-visual--full img {
  width: 100%;
}

.PinkHouse .spl-c-content {
  padding: 60px 3.0vw 12vw;
  font-size: 3.733vw;
  position: relative;
}

.PinkHouse .spl-c-content.spl-c-content--full {
  width: 100%;
  max-width: 100%;
  background-color: #F2CBD5;
  margin: 0 auto;
}

.PinkHouse .spl-c-content.spl-c-content--lead {
  width: 100%;
  max-width: 100%;
  background-color: #B94F4F;
  margin: 0 auto;
  text-align: center;
}

.PinkHouse .spl-c-content.spl-c-content--lead .spl-c-text p {
  color: #fff;
  margin: 0 0 30px 0;
  font-size: 16px;
}

.PinkHouse .spl-c-content.spl-c-content--lead .spl-c-text p a {
  text-decoration: underline;
}

.PinkHouse .spl-c-content.spl-c-content--lead .spl-c-text.--lead-sub {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 40px 100px;
  border-radius: 40px;
  margin: 0 0 0 0;
}

.PinkHouse .spl-c-content.spl-c-content--lead .spl-c-text.--lead-sub p {
  color: #000;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 760px) {
  .PinkHouse .spl-c-content.spl-c-content--lead .spl-c-text.--lead-sub.--lead-top p {
    padding: 0;
  }
  .PinkHouse .spl-c-content.spl-c-content--lead .spl-c-text.--lead-sub.--lead-bottom {
    padding: calc(60 * (100vw / 750)) calc(40 * (100vw / 750));
  }
}

.PinkHouse .__text-left {
  text-align: left;
}


.PinkHouse .spl-c-content .spl-c-buttons.offcial {
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-content {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 20px;
  }
  .PinkHouse .spl-c-content.spl-c-content--full {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 60px;
    background-color: #F2CBD5;
  }

  .PinkHouse .spl-c-content.btn{
    margin-top: 0;
    margin-bottom: 0;
  }
}

.PinkHouse .spl-c-heading {
  display: grid;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 2.667vw;
  font-weight: bold;
}

.PinkHouse .spl-c-heading .heading_02 {
  font-size: 80px;
  color: #fff;
  padding: 0;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-heading {
    font-size: 32px;
    line-height: 1.05;
    margin-top: 0;
  }
}

.PinkHouse .spl-c-heading span {
  display: block;
  font-size: 3.733vw;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-heading span {
    display: block;
    font-size: 16px;
    padding: 0 0 0 0;
  }
}

.PinkHouse .spl-c-heading span.ttl {
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-heading span.ttl {
    font-size: 38px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 760px) {
  .PinkHouse .spl-c-heading {
    width: calc(420 * (100vw / 750));
    margin: 0 auto;
  }
  .PinkHouse .spl-c-heading .heading_02 {
    font-size: calc(100 * (100vw / 750));
  }

  .PinkHouse .spl-c-content {
    padding: calc(80 * (100vw / 750)) 0;
  }
}


.PinkHouse .spl-c-button {
  /*font-size: 3.733vw;*/
  font-size: 2.773vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 10.667vw;
  background: #B94F4F;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  padding: 5.333vw 1.333vw 4.266vw;
  max-width: 680px;
  margin: 60px auto 0;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-button {
    font-size: 18px;
    line-height: 1.8;
    padding: 24px 24px;
    max-width: 680px;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 760px) {
  .PinkHouse .spl-c-button {
    width: 90%;
    margin: calc(80 * (100vw / 750)) auto 0;
    font-size: calc(26 * (100vw / 750));
  }
}

.spl-c-button span {
  font-size: 16px;
  line-height: 1.111111111111111;
  padding-bottom: 1.866666666666667vw;
  display: block;
}

@media screen and (min-width: 1024px){
  .spl-c-button span {
    font-size: 18px;
    line-height: 1.777777777777778;
    padding-bottom: 0;
    display: inline-block;
  }
}

.spl-c-button .lp-c-icon--arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5.333333333333333vw;
}

@media screen and (min-width: 1024px){
  .spl-c-button .lp-c-icon--arrow {
    right: 43px;
  }
}

.spl-c-button svg {
  fill: #fff;
  height: 3.733333333333333vw;
  width: 2.133333333333333vw;
}
@media screen and (min-width: 1024px){
  .spl-c-button svg {
    width: 8px;
    height: 14px;
  }
}


@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-text {
    text-align: center;
  }
}

.PinkHouse .spl-c-text p {
  line-height: 2;
  font-size: 3.9vw;
  padding-left: 5.333vw;
  padding-right: 5.333vw;
}

.PinkHouse .spl-c-text.--lead p {
  padding: 0;
  text-align: center;
}
.PinkHouse .spl-c-content.spl-c-content--lead .spl-c-text.--lead-sub .lead__heading {
  width: 240px;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 760px) {
  .PinkHouse .spl-c-content.spl-c-content--lead .spl-c-text.--lead-sub .lead__heading {
    width: calc(420 * (100vw / 750));
    margin: 0 0 calc(40 * (100vw / 750)) 0;
  }
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-text p {
    font-size: 16px;
    padding: 0;
  }
}

.PinkHouse .spl-c-section {
  padding: 13.333vw 0;
  /* background: #ffd100; */
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section {
    padding: 80px 0;
  }
}

@media screen and (max-width: 760px) {
  .PinkHouse .spl-c-content.spl-c-content--lead .spl-c-text.--lead-sub {
    width: 95%;
    padding: calc(60 * (100vw / 750)) calc(0 * (100vw / 750));
    border-radius: calc(40 * (100vw / 750));
    margin: 0 auto;
  }
}

/* .PinkHouse .spl-c-section.second {
  margin-bottom: 60px;
} */


.PinkHouse .spl-c-section .spl-c-section__container {
  /*background: #fff;*/
  border-radius: 20px;
  position: relative;
}

.PinkHouse .spl-c-section .spl-c-section__container-block {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section .spl-c-section__container {
    /*background: #fff;*/
    border-radius: 40px;
  }
  .PinkHouse .spl-c-section .spl-c-section__container-block {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 760px) {
  .PinkHouse .spl-c-section .spl-c-section__container-block {
    margin-bottom: calc(100 * (100vw / 750));
  }
}

.PinkHouse .spl-c-section.-blue .spl-c-section__container:nth-of-type(2) .spl-c-heading {
  margin-top: 5.333vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section.-blue .spl-c-section__container:nth-of-type(2) .spl-c-heading {
    margin-top: 0;
  }
}

.PinkHouse .spl-c-section.-blue .spl-c-heading {
  margin-top: 1.667vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section.-blue .spl-c-heading {
    margin-top: 0;
  }
}

.PinkHouse .spl-c-section.-blue .spl-c-section__images {
  width: calc(100% - 1.333vw);
  margin-top: 9.667vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section.-blue.spl-c-section__images {
    margin-top: 45px;
  }
}

.PinkHouse .spl-c-section .spl-c-buttons {
  padding: 0 5.333vw;
  margin-top: 8vw;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section .spl-c-buttons {
    margin-top: 30px;
  }
}

.PinkHouse .spl-c-section + .spl-c-buttons {
  margin-top: 12.6667vw;
  padding: 0 5.333vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section + .spl-c-buttons {
    padding: 0;
    max-width: 1000px;
    margin: 55px auto 0;
  }
}

.PinkHouse .spl-c-section__heading {
  font-size: 8vw;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section__heading {
    font-size: 42px;
  }
}

.PinkHouse .spl-c-section__heading span {
  line-height: 2;
  display: block;
  font-size: 3.733vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section__heading span {
    font-size: 16px;
  }
}

.PinkHouse .spl-c-section__heading + .spl-c-section__container {
  margin-top: 10.667vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section__heading + .spl-c-section__container {
    margin-top: 50px;
  }
}

.PinkHouse .spl-c-section__container {
  /*background: #fff;*/
  width: calc(100% - 5.333vw);
  margin-left: auto;
  margin-right: auto;
  /*padding: 3vw 0 14.667vw 0;*/
}
.PinkHouse .spl-c-section.-navy .spl-c-section__container {
  /*padding: 16vw 0 14.667vw 0;*/
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section__container {
    padding: 0;
    max-width: 1200px;
  }
  .PinkHouse .spl-c-section.-navy .spl-c-section__container {
    padding: 80px 0 80px;
    max-width: 1200px;
  }
}

.PinkHouse .spl-c-catch + .spl-c-buttons {
  margin-bottom: 13.333vw;
  width: calc(100% - 5.333vw);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.PinkHouse .spl-c-catch + .spl-c-buttons,
.PinkHouse .spl-c-section__container + .spl-c-buttons {
  margin-top: 13.333vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-catch + .spl-c-buttons {
    margin-bottom: 50px;
    padding: 0;
  }

  .PinkHouse .spl-c-catch + .spl-c-buttons,
  .PinkHouse .spl-c-section__container + .spl-c-buttons {
    margin-top: 50px;
  }
}

.PinkHouse .spl-c-section__container + .spl-c-buttons {
  margin-top: 40px;
}

.PinkHouse .spl-c-section__container + .spl-c-section__container {
  margin-top: 5.333vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section__container + .spl-c-section__container {
    margin-top: 30px;
  }
}

ul.lp-p-card__link{
  font-size: 3.7333vw;
  text-decoration: underline;
  margin-top: 20px;
  padding: 0 4.267vw;
}

ul.lp-p-card__link li{
   margin-top: 10px;
   line-height: 1.7;
}

@media screen and (min-width: 1024px) {
  ul.lp-p-card__link{
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0;
  }
  ul.lp-p-card__link li{
  margin: 0 20px;
  }
}

ul.lp-p-card__link li p{
   line-height: 1.7;
   text-align: center;
  }

.PinkHouse .spl-c-section__header{
  position: relative;
}

.PinkHouse .spl-c-section__header .spl-c-text {
  margin-top: 9.333vw;
  /*padding: 0 5.333vw;*/
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section__header .spl-c-text {
    margin-top: 24px;
    padding:0 100px;
  }
}

.PinkHouse .spl-c-section__images {
  width: calc(100% -5.333vw);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.667vw;
}


@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-section__images {
    margin-top: 45px;
    width: 100%;
    max-width: 1000px;
  }
}

.PinkHouse .spl-c-section__images img {
  width: 100%;
}

.PinkHouse .spl-p-product-list.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.PinkHouse .spl-p-product-list.-col2 .spl-p-product-list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-p-product-list.-col2 .spl-p-product-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.PinkHouse .spl-p-product-list .spl-p-product-list__item .spl-c-link {
  padding-left: 0;
  text-align: center;
}

.PinkHouse .spl-p-product-list__name {
  font-weight: 500;
  text-align: center;
  font-size: 5.333vw;
  line-height: 1.6;
  margin-top: 4.333vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-p-product-list__name {
    font-size: 24px;
    margin-top: 15px;
  }
}

.PinkHouse .spl-c-link {
  margin: 2.733vw 0 0 0;
  font-size: 3.733vw;
  line-height: 1.7;
  padding: 0 5.333vw;
}

.PinkHouse ol.spl-c-link {
  margin: 2.733vw 0 0 0;
  font-size: 3.733vw;
  line-height: 1.7;
  padding: 0 2.733vw 0 0;
  list-style-position: inside;
}

@media screen and (min-width: 1024px) {
  .PinkHouse ol.spl-c-link {
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    list-style-position: inside;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 900px;
    margin: 10px auto 0;
    padding: 0;
  }
}

.PinkHouse .spl-c-link li {
  margin: 2.733vw 0 0 0;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-link li {
    margin: 10px;
    text-align:left;
  }  
}


@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-link a li {
    padding: 0 20px 0 0;
    margin: 10px 10px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .PinkHouse .spl-c-link a:nth-last-of-type(1) li{
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-link li span {
    display: block;
  }
}

.PinkHouse .spl-c-link a {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-catch .spl-c-heading {
    margin: 10px auto 0;
    width: 300px;
  }
}

.spl-c-content.sub_banner{
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .spl-c-content.sub_banner{
    padding-bottom: 60px;
  }
}

.sub_banner .spl-c-heading {
  width: 280px;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (min-width: 1024px) {
  .sub_banner .spl-c-heading{
    width: 420px;
    text-align: center;
    margin: 30px auto 0;
  }
}

.sub_banner .spl-c-section__header .spl-c-text p{
  padding: 0;
  margin-top: -10px;
  font-size: 4vw;
}

@media screen and (min-width: 1024px) {
  .sub_banner .spl-c-section__header .spl-c-text p{
    margin-top: 20px;
    font-size: 15px;
  }
}

.spl-c-heading_sub {
  width: 280px;
  text-align: left;
  margin-top: 20px;
}

.PinkHouse .spl-c-catch .spl-c-buttons {
  margin-top: 10.667vw;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-catch .spl-c-buttons {
    margin: 50px 0 0;
  }
}

.PinkHouse .spl-c-catch .spl-c-text {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-catch .spl-c-text {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .PinkHouse .spl-c-catch .spl-c-date p {
    font-size: 20px;
    padding: 15px 0 0;
  }
}



@media screen and (max-width: 1023px) {
  .spl-banner {
    margin-bottom: 5.333vw;
  }
  .spl-c-content.btn {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.lp-p-product-list {
  /*background: #fff;*/
  padding-top: 2.421307506053269vw;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
    -ms-flex-pack: center;
  padding-top: 40px;
  padding-bottom: 0;
  flex-wrap: wrap;
  max-width: 1000px;
  margin:0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

@media screen and (min-width: 1024px) {
  .lp-p-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
    -ms-flex-pack: center;
  padding-top: 40px;
  padding-bottom: 0;
  flex-wrap: wrap;
  max-width: 1000px;
  margin:0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
  }
}

.lp-p-product-list{
  flex-wrap: wrap;
  justify-content: center;
}

.lp-p-product-list .lp-p-product-list__item.size_large {
  width: calc(100% / 1.8);
  flex: 0 1 390px;
}

@media screen and (min-width: 1024px) {
  .lp-p-product-list .lp-p-product-list__item{
        margin: 0;
        width: calc(80% / 2);
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 calc(80% / 2);
        -ms-flex: 0 1 calc(80% / 2);
        flex: 0 1 calc(80% / 2);
        padding: 0;
        margin: 0 20px;
        overflow: hidden;
  }
  .lp-p-product-list .lp-p-product-list__item.size_large {
    width: calc(100% / 1.8);
    flex: 0 1 390px;
  }
}

@media screen and (max-width: 760px) {
  .lp-p-product-list .lp-p-product-list__item.size_large {
    flex: 0 1 calc(90% / 1.7);
    width: calc(90% / 1.7);
  }
}

.lp-p-product-list .slick-arrow {
  top: 50%;
  width: 4vw;
  height: 4vw;
  border-top: 2px solid #c4c4c4;
  border-right: 2px solid #c4c4c4;
  z-index: 1;
}
.lp-p-product-list .lp-p-product-list__item .spl-c-link__02 {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 760px) {
  .lp-p-product-list .lp-p-product-list__item .spl-c-link__02 {
  margin: calc(20 * (100vw / 750)) 0 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .lp-p-product-list .slick-arrow {
  width: 20px;
  height: 20px;
  }
}
.lp-p-product-list .slick-prev {
  left: 1vw;
}
@media screen and (min-width: 1024px) {
  .lp-p-product-list .slick-prev {
  left: 4px;
  }
}
.lp-p-product-list .slick-next {
  right: 1vw;
}
@media screen and (min-width: 1024px) {
  .lp-p-product-list .slick-next {
  right: 4px;
  }
}

.lp-p-product__heading {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #B94F4F;
}

@media screen and (max-width: 760px) {
  .lp-p-product__heading {
    font-size: calc(80 * (100vw / 750));
  }
}

.lp-p-product-list__item {
  /*width: 177px;*/
/*border-top: 1px solid #fcfcfc;*/
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 330px;
    -ms-flex: 0 1 330px;
      flex: 0 1 330px;
  /* width: 220px; */
  width: calc(100%/2);
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
  padding-left: 2.421307506053269vw;
  padding-right: 2.421307506053269vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp-p-product-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 330px;
    -ms-flex: 0 1 330px;
      flex: 0 1 330px;
  /* width: 220px; */
  width: calc(100%/2);
  padding: 0;
  margin: 0 20px;
  overflow: hidden;
  }

}
@media screen and (max-width: 760px) {
  .lp-p-product-list {
    gap: 10%;
  }
  .lp-p-product-list__item {
    flex: 0 1 calc(90% / 2);
    width: calc(90% / 2);
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
}



.lp-p-media--slider {
	margin: 45px auto 0;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (min-width: 1024px) {
.lp-p-media--slider {
  max-width: 690px;
	margin: 0 auto;
}
}

.slick-prev {
	left: 20px;
  z-index: 2;
}
.slick-next {
	right: 20px;
}
@media screen and (min-width: 1024px) {
.slick-prev {
	left: 20px;
}
.slick-next {
	right: 20px;
}
}



section.second .lp-p-media--slider {
	margin-top: 0;
}

.js-slider2{
  margin: 0 auto;
}

.js-slider2 img{
  width: 100%;
  height: auto;
}

.js-slider2 .lp-p-media-catch__images a{
  opacity: 999;
}

.js-slider2 .lp-p-media-catch__images a img{
  padding: 0;
}

.js-slider2 .slick-arrow {
  position: absolute;
  width: 8vw;
  height: 8vw;
  -webkit-transform: translateY(-114%);
  transform: translateY(-114%);
  opacity: 0.8;
  border: none;
  top: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.js-slider2 .slick-arrow::after {
  content: "";
  display: block;
  width: 2.8vw;
  height: 2.8vw;
  border-top: 0.533333333333333vw #707070 solid;
  border-left: 0.533333333333333vw #707070 solid;
}


.js-slider2 .slick-next {
  right: -65px;
  font-size: 0;
}

.js-slider2 .slick-next::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 1.866666666666667vw;
}

.js-slider2 .slick-prev {
  z-index: 1;
  left: -65px;
  font-size: 0;
}

.js-slider2 .slick-prev::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 1.866666666666667vw;
}

/* 1024px以上 */
@media screen and (min-width: 1024px) {
  .js-slider2 .slick-arrow {
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(-83%);
    transform: translateY(-83%);
  }
  .js-slider2 .slick-arrow::after {
    width: 15px;
    height: 15px;
    border-top-width: 2px;
    border-left-width: 2px;
  }

  .js-slider2 .slick-next::after {
    margin-right: 10px;
  }

  .js-slider2 .slick-prev::after {
    margin-left: 10px;
  }
}
