#buyer-recommend .pc-only {
  display: block;
}
#buyer-recommend .sp-only {
  display: none;
}
.buyer-recommend a:link,
.buyer-recommend a:visited {
  color: #333;
}
.buyer-recommend a {
  transition: all 0.3s;
}
.buyer-recommend a:hover {
  opacity: 0.6;
}
#buyer-recommend {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  padding-bottom: 150px;
}
#buyer-recommend-mv {
  width: 1230px;
  margin: 0 auto 65px;
}

#buyer-recommend-mv img {
  border-radius: 20px;
  overflow: hidden;
}
.mv-lead {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin: 50px 0 0;
}
.contents-inner {
  width: 1190px;
  margin: 0 auto;
}
.buyer-recommend-items:nth-last-of-type(n + 1) {
  margin-top: 80px;
}
.buyer-recommend-items .items-ttl {
  width: 100%;
  height: 60px;
  background-color: #ce4b21;
  display: flex;
  align-items: center;
  line-height: 1em;
  padding-left: 20px;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
.items-subttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.items-subttl.goods {
  margin-top: 50px;
}
.items-subttl h3 {
  font-size: 24px;
  font-weight: bold;
}
.items-subttl a {
  font-size: 18px;
  font-weight: normal;
  display: flex;
  line-height: 1em;
}
.items-subttl a::after {
  background-image: url(../images/icon-arrow-bk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  width: 10px;
  height: 16px;
  margin-left: 10px;
  display: block;
  content: "";
  align-items: center;
}
.items-list {
  position: relative;
}
.items-list .slick-track {
  margin-left: 0;
}

.items-list .slick-arrow {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 100;
  background-image: url(../images/prev-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  font-size: 1px;
  transition: all 0.3s;
}
.items-list .slick-arrow::before {
  display: none;
}
.items-list .slick-arrow.slick-next {
  right: 0;
  left: auto;
  background-image: url(../images/next-arrow.png);
}
.items-list .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.items-list .item {
  width: 278px !important;
  display: block;
  margin: 0 10px;
}
.items-list .item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 10px #ddd;
  margin-bottom: 15px;
}
.items-list .item span {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}
.items-list .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.items-list .slick-dots button {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.items-list .slick-dots button::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ccc;
  border-radius: 5px;
  transition: background 0.2s ease;
}
.items-list .slick-dots .slick-active button::after {
  background: #333;
}

.modal-item {
  width: 860px;
  margin: 0 auto;
}
.modal-inner {
  width: 860px;
  /* min-height: 800px; */
  background-color: #fff1dc;
  border-radius: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
.modal-inner a[href] {
  transition: opacity 0.2s ease;
}
.modal-inner a[href]:hover {
  opacity: 0.6;
}
.modal-inner a:not([href]) {
  cursor: default;
}
.modal-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
.modal-thumbnail img {
  width: 280px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.modal-thumbnail span {
  text-align: center;
  color: #000 !important;
  text-decoration: unset;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}

.modal-inner .modal-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 35px;
  border-top: 1px solid #333;
  margin-top: 35px;
}
.modal-inner .modal-item-inner .buyer {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-inner .modal-item-inner .buyer p {
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 15px;
}
.modal-inner .modal-item-inner .buyer p span {
  font-size: 22px;
  display: block;
}
.modal-inner .modal-item-inner .buyer-comment {
  width: 530px;
}
.modal-inner .modal-item-inner .buyer-comment p {
  font-size: 15px;
  line-height: 1.4em;
}
.modal-inner .modal-item-inner .buyer-button {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #ce4b21;
  margin: 20px 0 0 auto;
  width: 280px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.mfp-close,
button.mfp-close:active {
  width: 40px;
  height: 40px;
  line-height: 1em;
  position: absolute;
  right: calc(50% - 410px);
  top: 20px;
  font-size: 1px;
  color: transparent;
  background-image: url(../images/close-btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.mfp-bg {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
  /* font-family: "Yu Mincho","YuMincho",serif; */
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}

@media screen and (max-width: 599px) {
  #buyer-recommend {
    padding-bottom: 20vw;
  }
  #buyer-recommend .sp-only {
    display: block;
  }
  #buyer-recommend .pc-only {
    display: none;
  }

  #buyer-recommend-mv {
    width: 100vw;
    margin: 0 auto 3rem;
  }

  #buyer-recommend-mv img {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .mv-lead {
    font-size: 1rem;
    margin: 2rem 0 0;
  }
  .contents-inner {
    width: 100vw;
    margin: 0 auto;
  }
  .buyer-recommend-items:nth-last-of-type(n + 1) {
    margin-top: 14vw;
  }
  .buyer-recommend-items .items-ttl {
    width: 92vw;
    height: 12vw;
    background-color: #ce4b21;
    display: flex;
    align-items: center;
    line-height: 1em;
    padding-left: 4vw;
    font-size: 4.4vw;
    color: #fff;
    border-radius: 2vw;
    margin: 0 auto 5vw;
    font-weight: bold;
    box-sizing: border-box;
  }
  .items-subttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 5vw; */
    width: 92vw;
    margin: 0 auto 3vw;
  }
  .items-subttl.goods {
    margin-top: 10vw;
  }
  .items-subttl h3 {
    font-size: 4vw;
    font-weight: bold;
  }
  .items-subttl a {
    font-size: 3.6vw;
    font-weight: normal;
    display: flex;
    line-height: 1em;
  }
  .items-subttl a::after {
    background-image: url(../images/icon-arrow-bk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 2.4vw;
    height: 4vw;
    margin-left: 2vw;
    display: block;
    content: "";
    align-items: center;
  }
  .items-list {
    position: relative;
  }

  .items-list .slick-arrow {
    height: 10vw;
    width: 10vw;
    position: absolute;
    top: 16vw;
    left: 0;
    z-index: 100;
    background-image: url(../images/prev-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    font-size: 1px;
    transition: all 0.3s;
  }
  .items-list .slick-arrow.slick-next {
    right: 0;
    left: auto;
    background-image: url(../images/next-arrow.png);
  }
  .items-list .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
  }
  .items-list .slick-dots {
    gap: 0;
  }
  .items-list .slick-dots button {
    width: 2rem;
    height: 2rem;
  }
  .items-list .slick-dots button::after {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
  }
  .items-list .item {
    width: 42vw !important;
    display: block;
    margin: 0 4vw;
  }
  .items-list .item img {
    width: 100%;
    height: auto;
    border-radius: 3vw;
    overflow: hidden;
    box-shadow: 0px 1vw 3vw #ddd;
    margin-bottom: 3.6vw;
  }
  .items-list .item span {
    font-size: 3.2vw;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
  }

  .modal-item {
    width: 86vw;
    margin: 0 auto;
  }
  .modal-inner {
    width: 100%;
    height: auto;
    background-color: #fff1dc;
    border-radius: 5vw;
    box-shadow: 0px 1vw 3vw rgba(0, 0, 0, 0.15);
    padding: 6vw 5vw;
    box-sizing: border-box;
  }
  .modal-thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .modal-thumbnail img {
    width: 40vw;
    height: auto;
    border-radius: 4vw;
    overflow: hidden;
    margin-bottom: 4vw;
    box-shadow: 0px 1vw 3vw rgba(0, 0, 0, 0.15);
  }
  .modal-thumbnail span {
    text-align: center;
    color: #000 !important;
    text-decoration: unset;
    font-size: 3.6vw;
    line-height: 1.4em;
    font-weight: bold;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .modal-inner .modal-item-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 5vw;
    border-top: 1px solid #333;
    margin-top: 5vw;
  }
  .modal-inner .modal-item-inner .buyer {
    width: 100%;
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
  .modal-inner .modal-item-inner .buyer img {
    width: 12vw;
    margin-right: 3vw;
  }
  .modal-inner .modal-item-inner .buyer p {
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: 0;
    margin-right: 3vw;
    display: flex;
    align-items: center;
  }
  .modal-inner .modal-item-inner .buyer p span {
    font-size: 3.6vw;
    display: block;
    margin-left: 1vw;
  }
  .modal-inner .modal-item-inner .buyer-comment {
    width: 100%;
  }
  .modal-inner .modal-item-inner .buyer-comment p {
    font-size: 3vw;
    line-height: 1.3em;
  }
  .modal-inner .modal-item-inner .buyer-button {
    font-size: 1rem;
    margin: 2rem 0 0;
    width: 100%;
    height: 3rem;
    border-radius: 3rem;
  }
  button.mfp-close,
  button.mfp-close:active {
    width: 5vw;
    height: 5vw;
    line-height: 1em;
    position: absolute;
    right: calc(50% - 39vw);
    top: 4vw;
    font-size: 1px;
    color: transparent;
    background-image: url(../images/close-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
  }
  .mfp-bg {
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
  }
}
