/******************************/
/* SLIDER */
/******************************/
.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%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    display: none;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #ffffff;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #ffffff;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #eeeeee;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media only screen and (max-width: 1023px) {
  .p-line-informaiton__wrap {
    margin-left: 25px;
    margin-right: 25px;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-line-informaiton-list {
  overflow-y: auto;
  max-height: 100px;
}
.p-line-informaiton-list__item {
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    display: block;
  }
}
.p-line-informaiton-list__item:last-child {
  margin-bottom: 0;
}
.p-line-informaiton-list__date {
  width: 120px;
  font-family: "Noto Sans JP", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", "Meiryo", "Lucida Grande", sans-serif;
}
.p-line-informaiton-list__ttl {
  flex: 1;
}
/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #b3a37e;
}
@media screen and (max-width: 1023px) {
  .p-concept {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  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 {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 40px 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;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-concept__body {
    font-size: 13px;
  }
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  padding-bottom: 45px;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -27px;
  margin-right: -27px;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list {
    margin-left: -17px;
    margin-right: -17px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-left: 27px;
  padding-right: 27px;
  width: 25%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 30px;
    padding-left: 17px;
    padding-right: 17px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    margin-bottom: 25px;
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}
/******************************/
/* TOP GALLERY */
/******************************/
.p-gallery {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-top: 50px;
  }
}
.p-gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-gallery__wrap {
    display: block;
  }
}
.p-gallery__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-gallery__img {
    width: auto;
  }
}
.p-gallery__img img {
  width: 100%;
}
.p-gallery__img .slick-dots {
  bottom: -40px;
}
.p-gallery__img .slick-dots li {
  height: auto;
  padding: 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-gallery__img .slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d2d2d;
}
.p-gallery__img .slick-dots li.slick-active button:before {
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #2d2d2d;
  border-radius: 50%;
}
.p-gallery__img .p-gallery-slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery__img .p-gallery-slider__item {
    min-height: 250px;
    height: 0;
  }
}
.p-gallery__img .p-gallery-slider__item01 {
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
}
.p-gallery__img .p-gallery-slider__item02 {
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
}
.p-gallery__img .p-gallery-slider__item03 {
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
}
.p-gallery__txt {
  box-sizing: border-box;
  padding: 30px 0px 30px 90px;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .p-gallery__txt {
    padding: 30px 0px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-gallery__txt {
    padding: 35px 0px 0px 0px;
    width: auto;
  }
}
.p-gallery__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-gallery__ttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.p-gallery__body {
  line-height: 2;
  font-size: 14px;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .p-ranking {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
.p-ranking-list {
  box-sizing: border-box;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.p-ranking-list .slick-list {
  overflow: visible;
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__item {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}
.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .p-ranking-list__txt {
  text-align: center;
} */
.p-ranking-list__ttl {
  font-size: 14px;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}
.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
/******************************/
/* TOP Å¹ÊÞ¾Ò²ð */
/******************************/
.p-shop {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 120px;
  background: #b3a37e;
}
@media screen and (max-width: 1023px) {
  .p-shop {
    margin-top: 60px;
    margin-bottom: 75px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shop__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    display: block;
    width: auto;
    min-height: 200px;
    height: 0;
    padding-bottom: 54.29%;
  }
}
.p-shop__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .p-shop__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__txt {
    padding: 40px 20px;
    width: auto;
  }
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-shop__ttl-s {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl-s {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.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: #ffffff;
}



















@media screen and (max-width:767px) {
  .l-main .u-container {
    padding: 0;
  }
}

.p-ranking,
.p-recommend,
.p-feature,
.p-column,
.p-voice,
.p-news {
  padding: 100px 0 120px;
  box-sizing: border-box;
}

.p-column {
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.p-ranking {
  position: relative;
}

.p-ranking::before,
.p-column::before {
  position: absolute;
  content: '';
  width: 94%;
  height: 100%;
  z-index: -1;
  left: 3%;
  top: 160px;
  background-color: #F5F5F5;
}

.p-column::before {
  height: calc(100% - 160px);
}

@media screen and (max-width:767px) {
  .p-ranking,
  .p-recommend,
  .p-feature,
  .p-voice,
  .p-news {
    padding: 80px 20px;
  }

  .p-ranking::before {
    width: calc(100% - 40px);
    left: 20px;
    top: 140px;
  }

  .p-column::before {
    width: 100%;
    height: calc(100% - 140px);
    left: 0;
    top: 140px;
  }
}

.slider-mv a:hover {
  opacity: 0.7;
}

.slider-mv img {
  width: 100%;
}

.slider-mv .slick-dots {
  bottom: 20px;
}

.slider-mv .slick-dots li button {
  color: #2F2F2F;
  background-color: #2F2F2F;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}

.slider-mv .slick-dots li.slick-active button::before {
  width: 17px;
  height: 17px;
  border: 1px solid #2F2F2F;
  border-radius: 50%;
  left: -3px;
  top: -3px;
}

@media screen and (max-width:767px) {
  .slider-mv .slick-dots {
    bottom: -10px;
  }

  .slider-mv .slick-dots li {
    width: 17px;
    height: 17px;
  }

  .slider-mv .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slider-mv .slick-dots li.slick-active button::before {
    width: 14px;
    height: 14px;
    left: -3px;
    top: -3px;
  }
}

.p-concept__ttl {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width:767px) {
  .p-concept__button .p-home__button a {
    margin-top: 0;
  }
}

.p-feature {
  background-image: url('https://file001.shop-pro.jp/PA01312/022/images/top/feature-bg.jpg');
  background-size: cover;
  color: #fff;
}

@media screen and (max-width:767px) {
  .p-feature {
    background-image: url('https://file001.shop-pro.jp/PA01312/022/images/top/feature-bg_sp.jpg');
  }
}

.p-feature .c-ttl-main::before,
.p-voice .c-ttl-main::before {
  background-color: #fff;
}

.p-feature .english-heading,
.p-voice .english-heading {
  color: #fff;
}

.p-feature ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1130px;
  margin: 0 auto;
}

.p-feature li {
  width: calc((100% - 90px) / 4);
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-feature ul {
    gap: 30px 10px;
  }

  .p-feature li {
    width: calc((100% - 10px) / 2);
    max-width: none;
  }
}

.p-feature li p {
  margin: 14px 0 0;
  line-height: 1.4;
}

.p-category__inner {
  position: relative;
  margin-top: 100px;
}

.p-category__inner::before {
  position: absolute;
  content: '';
  width: 40%;
  background-color: #F5F5F5;
  z-index: -1;
}

.p-category__inner:nth-child(2) {
  margin-top: 200px;
}

.p-category__inner:nth-child(1)::before {
  height: 70%;
  max-height: 600px;
  bottom: 0;
  left: 0;
}

.p-category__inner:nth-child(2)::before {
  height: calc(100% + 100px);
  top: -100px;
  right: 0;
}

.p-category__inner:nth-child(3)::before {
  height: calc(100% + 100px);
  left: 0;
  top: 0;
}

.p-category__row {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.p-category__inner:nth-child(even) .p-category__row {
  flex-direction: row-reverse;
}

@media screen and (max-width:767px) {
  .p-category__inner,
  .p-category__inner:nth-child(2) {
    margin-top: 50px;
  }

  .p-category__inner::before {
    width: calc(100% - 40px);
    aspect-ratio: 333/342;
  }

  .p-category__inner:nth-child(1)::before {
    display: none;
  }

  .p-category__inner:nth-child(2)::before {
    height: auto;
    top: auto;
    bottom: 0;
  }

  .p-category__inner:nth-child(3)::before {
    height: auto;
    top: auto;
    bottom: 0;
  }

  .p-category__row,
  .p-category__inner:nth-child(even) .p-category__row {
    flex-direction: column-reverse;
    gap: 70px;
  }
}

.p-category__image {
  width: calc((650 / 1200) * 100%);
  max-width: 650px;
}

.p-category__lead {
  padding: 0 15px;
  max-width: 500px;
}

@media screen and (max-width:767px) {
  .p-category__image,
  .p-category__lead {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .p-category__image {
    width: 100%;
  }
}

.p-category__switching-images {
  width: 100%;
  height: 769px;
  display: none;
}

.p-category__switching-images.active {
  display: block;
  position: relative;
}

.p-category__switching-images img {
  position: absolute;
}

.p-category__switching-images img:nth-child(1) {
  max-width: 600px;
  width: 90%;
  left: 0;
  top: 0;
}

.p-category__switching-images img:nth-child(2) {
  width: 250px;
  right: 0;
  bottom: 0;
}

.p-category__image-sp {
  display: none;
}

@media screen and (max-width:767px) {
  .p-category__image-sp {
    display: block;
  }

  .p-category__inner:nth-child(1) .p-category__image {
    display: none;
  }
}

.p-category__inner:nth-child(odd) .p-category__lead {
  padding-left: 65px;
}

.p-category__inner:nth-child(even) .p-category__lead {
  padding-right: 65px;
}

@media screen and (max-width:767px) {
  .p-category__inner:nth-child(odd) .p-category__lead {
    padding-left: 20px;
  }

  .p-category__inner:nth-child(even) .p-category__lead {
    padding-right: 20px;
  }
}

.p-category__lead ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.p-category__lead li {
  width: calc((100% - 30px) / 2);
  height: 44px;
}

@media screen and (max-width:767px) {
  .p-category__lead ul {
    gap: 15px;
  }

  .p-category__lead li {
    width: calc((100% - 15px) / 2);
  }
}

.p-category__lead li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 2px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #2F2F2F;
}

@media screen and (max-width:767px) {
  .p-category__lead li a {
    font-size: 0.85em;
  }
}

.p-category__lead li a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #2F2F2F;
  border-right: 1px solid #2F2F2F;
  top: 19px;
  right: 3px;
  transform: rotate(45deg);
}

.p-category__lead li a:hover {
  color: #fff;
  background-color: #2F2F2F;
  text-decoration: none;
}

.p-category__lead li a:hover::after {
  border-color: #fff;
}

@media screen and (max-width:767px) {
  .p-category__inner:nth-child(1) ul {
    gap: 15px 0;
  }

  .p-category__inner:nth-child(1) li {
    width: 50%;
    height: auto;
  }

  .p-category__inner:nth-child(1) a {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    padding: 0;
  }

  .p-category__inner:nth-child(1) a::after {
    top: auto;
    bottom: 14px;
    right: 15px;
  }

  .p-category__inner:nth-child(1) .p-category__lead {
    padding: 0;
  }

  .p-category__inner:nth-child(1) img {
    display: block;
    margin-bottom: 5px;
  }

  .p-category__inner:nth-child(1) span {
    padding: 0 15px 5px 5px;
    box-sizing: border-box;
    font-size: 0.9rem;
  }
}

.p-banner {
  max-width: 1200px;
  margin: 200px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.p-banner a {
  width: calc((100% - 40px) / 2);
}

.p-banner a:hover {
  opacity: 0.7;
}

@media screen and (max-width:767px) {
  .p-banner {
    margin-top: 100px;
  }

  .p-banner a {
    width: 100%;
  }
}

.p-column li {
  width: calc((100% - 78px) / 4) !important;
}

@media screen and (max-width:767px) {
  .p-column ul {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-column li {
    width: calc((100% - 16px) / 2) !important;
  }
}

.p-voice,
.p-voice a {
  color: #fff;
}

.p-voice {
  padding: 100px 0 120px;
  background-image: url('https://file001.shop-pro.jp/PA01312/022/images/top/voice-bg_2.jpg');
  background-size: cover;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .p-voice {
    padding: 80px 20px;
    background-image: url('https://file001.shop-pro.jp/PA01312/022/images/top/voice-bg_sp_2.webp');
  }
}

.slider-voice {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .slider-voice {
    overflow: inherit;
  }
}

.slider-voice .slick-list {
  margin-right: -4px;
  overflow: visible;
  padding-left: 100px;
}

@media screen and (max-width:767px) {
  .slider-voice .slick-list {
    padding-left: 0;
    overflow: hidden;
  }
}

.slider-voice .slick-slide {
  margin-right: 4px;
  width: calc((100vw - 100px) / 1.4);
  padding: 80px 100px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media screen and (max-width:767px) {
  .slider-voice .slick-slide {
    width: calc(100vw - 20px);
    padding: 30px 20px 40px;
  }
}

.slider-voice .slick-slide,
.slider-voice .slick-slide a {
  color: #2F2F2F;
}

.slider-voice .slick-prev,
.slider-voice .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #fff;
  border: none;
  padding: 0;
  width: 60px;
  height: 120px;
}

.slider-voice .slick-prev:focus,
.slider-voice .slick-next:focus {
  opacity: 1;
  background: #fff;
}

.slider-voice .slick-prev:hover,
.slider-voice .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.slider-voice .slick-prev {
  /* right: calc(50% + 20px); */
  left: calc(((100vw - 100px) / 1.4) + 42px);
  border-radius: 100% 0 0 100% / 50%;
}

.slider-voice .slick-next {
  left: calc(((100vw - 100px) / 1.4) + 102px);
  border-radius: 0 100% 100% 0 / 50%;
}

@media (max-width: 767px) {
  .slider-voice .slick-prev,
  .slider-voice .slick-next {
    left: auto;
    top: -70px;
    transform: none;
    width: 30px;
    height: 60px;
  }

  .slider-voice .slick-prev {
    right: 30px;
  }

  .slider-voice .slick-next {
    right: 0;
  }
}

.slider-voice .slick-prev.slick-disabled,
.slider-voice .slick-next.slick-disabled {
  background-color: rgba(255, 255, 255, 1);
}

.slider-voice .slick-prev.slick-disabled:hover,
.slider-voice .slick-next.slick-disabled:hover {
  cursor: default;
}

.slider-voice .slick-prev:before,
.slider-voice .slick-next:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  top: 50px;
}

.slider-voice .slick-prev:before {
  border-bottom: 1px solid #2F2F2F;
  border-left: 1px solid #2F2F2F;
}

.slider-voice .slick-next:before {
  border-top: 1px solid #2F2F2F;
  border-right: 1px solid #2F2F2F;
  right: 25px;
}

@media screen and (max-width:767px) {
  .slider-voice .slick-prev:before,
  .slider-voice .slick-next:before {
    width: 7px;
    height: 7px;
    top: 26px;
  }

  .slider-voice .slick-prev:before {}

  .slider-voice .slick-next:before {
    right: 16px;
  }
}

.c-voice__stars {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.c-voice__stars::before,
.c-voice__stars::after {
  content: '¡ú¡ú¡ú¡ú¡ú';
}

.c-voice__stars::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #2F2F2F;
}

.c-voice__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.2rem;
  text-decoration: underline;
  margin-top: 15px;
}

.slider-voice .slick-slide p {
  margin-top: 15px;
}

.slider-voice a::after {
  border-color: #fff;
}

.slider-voice a:hover {
  opacity: 0.7;
}

.p-voice .p-home__button a,
.p-voice .p-home__button a::after {
  border-color: #fff;
}

.p-voice .p-home__button a:hover {
  background-color: #fff;
  color: #2F2F2F;
}

.p-voice .p-home__button a:hover::after {
  border-color: #2F2F2F;
}

.p-text__button a {
  position: relative;
  padding-right: 15px;
  text-decoration: underline;
  margin-top: 30px;
  font-size: 1rem;
}

.p-text__button a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #2F2F2F;
  border-right: 2px solid #2F2F2F;
  top: 10px;
  right: 2px;
  transform: rotate(45deg);
}

.c-voice__user {
  position: absolute;
  right: 100px;
  bottom: 80px;
  font-size: 0.9rem;
  color: #9E9E9E;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-voice__user {
    right: 20px;
    bottom: 145px;
  }
}

.p-ranking-list .slick-prev,
.p-ranking-list .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.p-ranking-list .slick-prev::before,
.p-ranking-list .slick-next::before {
  opacity: 1;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  top: 8px;
  display: block;
  position: absolute;
}

.p-ranking-list .slick-prev::before {
  left: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.p-ranking-list .slick-next::before {
  right: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}