@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body h1, body h2, body h3, body p, body div, body section, body ul, body li {
  margin: 0;
  padding: 0;
}
body ul, body li {
  list-style: none;
}
body p {
  display: inline-block;
}
body a {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

.section-popup {
  width: 1025px;
  height: 806px;
  display: block;
  margin: 0 auto;
}
.section-popup .page-popup {
  background: url("../assets/bg_popup.png") no-repeat;
}
.section-popup .page-popup .inner-popup {
  width: 885px;
  margin: 0 auto;
  padding: 65px 0;
  display: flex;
  justify-content: space-between;
}
.section-popup .page-popup .inner-popup p {
  color: #fff;
}
.section-popup .page-popup ul.list-product {
  width: 540px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-popup .page-popup ul.list-product li {
  width: 250px;
  margin-bottom: 30px;
}
.section-popup .page-popup ul.list-product li:hover a p {
  text-decoration: underline;
}
.section-popup .page-popup ul.list-product li:nth-child(3) {
  margin-bottom: 0;
}
.section-popup .page-popup ul.list-product li:nth-child(4) {
  margin-bottom: 0;
}
.section-popup .page-popup ul.list-product li img {
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
}
.section-popup .page-popup ul.list-product li .product-name {
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-popup .page-popup ul.list-product li .product-price {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #ffeb53;
}
.section-popup .page-popup ul.list-product li .product-price span {
  margin-left: 2px;
  font-size: 14px;
}
.section-popup .page-popup .wrapper-creator {
  width: 250px;
}
.section-popup .page-popup .wrapper-creator img {
  margin-bottom: 20px;
}
.section-popup .page-popup .wrapper-creator img:hover {
  opacity: 0.9;
  transition: 0.2s;
}
.section-popup .page-popup .wrapper-creator .creator-name {
  color: #fff;
  font-size: 18px;
  margin-bottom: 26px;
}
.section-popup .page-popup .wrapper-creator p.ttl-creator-comment {
  font-size: 14px;
  margin-bottom: 10px;
}
.section-popup .page-popup .wrapper-creator p.creator-comment {
  width: 246px;
  height: 180px;
  padding-right: 4px;
  font-size: 14px;
  margin-bottom: 25px;
  white-space: pre-wrap;
  overflow-y: scroll;
}
.section-popup .page-popup .wrapper-creator ::-webkit-scrollbar {
  width: 3px;
}
.section-popup .page-popup .wrapper-creator ::-webkit-scrollbar-thumb {
  background: #8f8f8f;
}
.section-popup .page-popup .wrapper-creator ::-webkit-scrollbar-track {
  background: #000;
}
.section-popup .page-popup .wrapper-creator .btn-popup-more {
  display: block;
  width: 235px;
  height: 58px;
  background: url("../assets/btn_popup.png") no-repeat, url("../assets/btn_popup_hover.png") no-repeat;
}
.section-popup .page-popup .wrapper-creator .btn-popup-more:hover {
  background: url("../assets/btn_popup_hover.png") no-repeat;
  transition: 0.2s;
}
.section-popup .page-popup .wrapper-creator .copyright {
  padding-top: 15px;
}
.section-popup .page-popup .wrapper-creator .copyright p {
  width: 246px;
  text-align: left;
  font-size: 11px;
}