/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*
@import url(//fonts.googleapis.com/css?family=Sawarabi+Mincho);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

/* フォント */
/* 共通設定 */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro','Hiragino Kaku Gothic ProN',Meiryo,'MS PGothic',sans-serif;
  color: #222;
  font-size: 1.4rem;
  background-color: #fff;
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

/* コンテンツ */
#wrapper {
  position: relative;
  overflow: hidden;
}

main {
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/body_bg.jpg?cmsp_timestamp=20190422162041);
  background-position: center top;
}

article {
  padding: 60px 0 90px;
  display: block;
}

/* PC */
@media screen and (min-width: 768px) {
  /* 共通設定 */
  a:hover {
    text-decoration: underline;
  }
  a img {
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  a:hover img {
    opacity: 0.7;
  }
  .sp {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  /* 共通設定 */
  body {
    font-size: 1.4rem;
  }
  main {
    background-size: 700px;
  }
  .pc {
    display: none;
  }
  article {
    padding: 30px 0 50px;
  }
}

#header {
  height: 120px;
  position: relative;
  width: 100%;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/bg.jpg?cmsp_timestamp=20190422162210);
  background-position: center top;
  padding-top: 15px;
}

#header .logo {
  display: block;
  width: 190px;
}

#header .cart-container {
  position: absolute;
  top: 0;
  right: 25px;
}

#header .cart-container > ul > li {
  height: 50px;
  display: inline-block;
  margin-right: 30px;
  text-align: center;
}

#header .cart-container > ul > li:last-of-type {
  margin: 0;
}

#header .cart-container > ul > li a {
  display: block;
  line-height: 50px;
  color: #fff;
}

#header .cart-container > ul > li.item-box {
  width: 180px;
}

#header .cart-container > ul > li.item-box a {
  background-color: #c41a1a;
  border-radius: 0 0 5px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header .cart-container > ul > li.item-box a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/icon_cart.png?cmsp_timestamp=20190423145700);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

#header .cart-container > ul > li.item-box a:hover {
  text-decoration: none;
  color: #c41a1a;
  background-color: #fff;
}

#header .cart-container > ul > li.item-box a:hover:before {
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/icon_cart_red.png?cmsp_timestamp=20190423145729);
}

#header .cart-container > ul > li.item-box a .item-num {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 3px;
}

#header nav {
  position: absolute;
  bottom: 0;
  right: 25px;
}

#header nav > ul > li {
  height: 45px;
  float: left;
  width: 150px;
  text-align: center;
  border-bottom: 2px solid #e90000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header nav > ul > li > a {
  border-right: 1px solid #888785;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header nav > ul > li > a:hover {
  text-decoration: none;
}

#header nav > ul > li:first-of-type > a {
  border-left: 1px solid #888785;
}

#header nav > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#header nav > ul > li:hover > a {
  color: #222;
}

@media screen and (max-width: 767px) {
  #header {
    background-size: 372px;
    padding-top: 5px;
    height: 75px;
  }
  #header .logo {
    width: 70px;
  }
  #header .cart-container {
    right: 5px;
  }
  #header .cart-container > ul > li {
    height: 35px;
    margin-right: 10px;
    font-size: 1.2rem;
  }
  #header .cart-container > ul > li a {
    line-height: 35px;
  }
  #header .cart-container > ul > li.item-box {
    width: 60px;
  }
  #header .cart-container > ul > li.item-box a {
    background-color: #c41a1a;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .cart-container > ul > li.item-box a:before {
    width: 16px;
    height: 16px;
  }
  #header .cart-container > ul > li.item-box a:hover {
    text-decoration: none;
    color: #c41a1a;
    background-color: #fff;
  }
  #header .cart-container > ul > li.item-box a:hover:before {
    background-image: url(/assets/img/common/icon_cart_red.svg);
  }
  #header .cart-container > ul > li.item-box a .item-num {
    font-size: 1.4rem;
  }
  #header .cart-container > ul > li.item-box a .item-text {
    display: none;
  }
  #header nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  #header nav > ul {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header nav > ul > li {
    height: 30px;
    width: 25%;
    border-bottom: 1px solid #e90000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header nav > ul > li > a {
    line-height: 30px;
    color: #222;
    font-size: 1.2rem;
  }
  #header nav > ul > li:first-of-type > a {
    border-left: none;
  }
}

@media screen and (min-width: 768px) {
  #wrapper.current-top #header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-image: none;
  }
  #wrapper.current-top #header .logo {
    display: none;
  }
  #wrapper.current-top #header nav > ul {
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
  }
  #wrapper.current-top #header nav > ul > li > a {
    border-right: 1px solid #ededed;
    color: #222;
  }
  #wrapper.current-top #header nav > ul > li:first-of-type > a {
    border-left: none;
  }
  #wrapper.current-top #header nav > ul > li:last-of-type > a {
    border-right: none;
  }
  #wrapper.current-top #header nav > ul > li:hover {
    background-color: #e90000;
  }
  #wrapper.current-top #header nav > ul > li:hover > a {
    color: #fff;
  }
}

#wrapper.current-info #header nav > ul > li:nth-of-type(1) {
  background-color: #fff;
}

#wrapper.current-info #header nav > ul > li:nth-of-type(1) > a {
  color: #222;
}

#wrapper.current-menu #header nav > ul > li:nth-of-type(2) {
  background-color: #fff;
}

#wrapper.current-menu #header nav > ul > li:nth-of-type(2) > a {
  color: #222;
}

#wrapper.current-shopping #header nav > ul > li:nth-of-type(3) {
  background-color: #fff;
}

#wrapper.current-shopping #header nav > ul > li:nth-of-type(3) > a {
  color: #222;
}

#wrapper.current-contact #header nav > ul > li:nth-of-type(4) {
  background-color: #fff;
}

#wrapper.current-contact #header nav > ul > li:nth-of-type(4) > a {
  color: #222;
}

#footer {
  color: #fff;
  padding-bottom: 20px;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/footer_bg.jpg?cmsp_timestamp=20190422162248);
  background-position: center top;
}

#footer a {
  color: #fff;
}

#footer .attention-container {
  padding: 60px 0;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/bg.jpg?cmsp_timestamp=20190422162345);
  background-position: center top;
}

#footer .attention-container ul > li {
  float: left;
  width: 28%;
  margin-right: 8%;
}

#footer .attention-container ul > li:last-of-type {
  margin: 0;
}

#footer .attention-container ul > li > dl > dt {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

#footer .attention-container ul > li > dl > dd {
  line-height: 1.7;
}

#footer .attention-container ul > li > dl > dd .pay-box {
  margin: 20px 0 15px;
}

#footer .attention-container ul > li > dl > dd .pay-box p {
  font-weight: bold;
  margin-bottom: 5px;
}

#footer .attention-container ul > li > dl > dd > dl > dt {
  font-weight: bold;
}

#footer .attention-container ul > li > dl > dd > dl > dd {
  margin-bottom: 1rem;
}

#footer .attention-container ul > li > dl > dd > dl > dd span{
	font-size: 1.2rem;
}

#footer nav ul {
  padding: 20px 0;
  text-align: center;
}

#footer nav ul > li {
  display: inline-block;
}

#footer nav ul > li:after {
  content: '｜';
  margin: 0 10px;
  line-height: 1.5;
}

#footer nav ul > li:last-of-type:after {
  display: none;
}

#footer .copyright {
  text-align: center;
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  #footer {
    background-size: 15px;
  }
  #footer .attention-container {
    padding: 30px 0;
    background-size: 372px;
  }
  #footer .attention-container ul > li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #footer .attention-container ul > li > dl > dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  #footer .attention-container ul > li > dl > dd {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  #footer .attention-container ul > li > dl > dd .pay-box {
    margin: 10px 0 5px;
  }
  #footer .attention-container ul > li > dl > dd .pay-box p {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #footer nav ul {
    padding: 15px 0 20px;
    text-align: center;
  }
  #footer nav ul > li {
    font-size: 1.2rem;
  }
  #footer nav ul > li:after {
    content: '｜';
    margin: 0 10px;
    line-height: 1.5;
  }
  #footer nav ul > li:last-of-type:after {
    display: none;
  }
}

#menu-nav {
  width: 270px;
  float: left;
}

#menu-nav .nav-container {
  width: 100%;
  height: 100%;
}

#menu-nav .nav-container .search-container {
  background-color: rgba(198, 187, 173, 0.6);
  padding: 5px;
  margin-bottom: 20px;
}

#menu-nav .nav-container .search-container input {
  width: calc(100% - 60px);
  height: 32px;
  vertical-align: bottom;
  font-size: 1.6rem;
  padding: 0 5px;
  outline: none;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  -webkit-appearance: none;
}

#menu-nav .nav-container .search-container button {
  width: 50px;
  height: 32px;
  background-color: #353535;
  border-radius: 3px;
  vertical-align: bottom;
  border: none;
  cursor: pointer;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/nav_menu_search.png?cmsp_timestamp=20190423145756);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  -webkit-appearance: none;
}

#menu-nav .nav-container .menu-container {
  margin-bottom: 30px;
}

#menu-nav .nav-container .menu-container .menu-box {
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}

#menu-nav .nav-container .menu-container .menu-box:last-of-type {
  margin-bottom: 0;
}

#menu-nav .nav-container .menu-container .menu-box.on > dt p > span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#menu-nav .nav-container .menu-container .menu-box > dt {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  padding: 0 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: table;
  width: 100%;
  height: 80px;
}

#menu-nav .nav-container .menu-container .menu-box > dt > a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

#menu-nav .nav-container .menu-container .menu-box > dt p {
  display: table-cell;
  vertical-align: middle;
  width: 110px;
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}

#menu-nav .nav-container .menu-container .menu-box > dt p > span {
  position: relative;
}

#menu-nav .nav-container .menu-container .menu-box > dt p > span:after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/nav_menu_head_arrow.png?cmsp_timestamp=20190422183117);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}

#menu-nav .nav-container .menu-container .menu-box > dd {
  background-color: #fff;
  display: none;
}

#menu-nav .nav-container .menu-container .menu-box > dd > ul > li {
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/nav_menu_arrow.png?cmsp_timestamp=20190422183203);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

#menu-nav .nav-container .menu-container .menu-box > dd > ul > li > a {
  display: block;
  padding: 20px;
}

#menu-nav .nav-container .menu-container .menu-box > dd > ul > li > a:hover {
  text-decoration: none;
}

#menu-nav .nav-container .menu-container .menu-box > dd > ul > li:hover {
  background-color: #eee;
}

#menu-nav .nav-container .menu-container .menu-box > dd > ul > li:last-of-type {
  border-bottom: none;
}

#menu-nav .nav-container .pickup-container > ul > li {
  margin-bottom: 25px;
  position: relative;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

#menu-nav .nav-container .pickup-container > ul > li:last-of-type {
  margin-bottom: 0;
}

#menu-nav .nav-container .pickup-container > ul > li:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/nav_pickup_label.png?cmsp_timestamp=20190422182519);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: -15px;
  z-index: 2;
}

#menu-nav .nav-container .pickup-container > ul > li:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/nav_pickup_arrow.png?cmsp_timestamp=20190422182537);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

#menu-nav .btn-nav {
  display: none;
  background-color: #c41a1a;
  width: 40px;
  height: 100px;
  position: absolute;
  top: 110px;
  left: 0;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px 0 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#menu-nav .btn-nav.on {
  left: -40px;
}

@media (max-width: 979px) {
  #menu-nav {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  #menu-nav {
    width: 270px;
    float: none;
    position: fixed;
    top: 0;
    right: -270px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #menu-nav .nav-container {
    overflow: auto;
    padding: 20px 10px;
    -webkit-overflow-scrolling: touch;
  }
  #menu-nav .nav-container .menu-container .menu-box {
    margin-bottom: 20px;
  }
  #menu-nav .nav-container .menu-container .menu-box > dt {
    padding: 0 20px;
  }
  #menu-nav .nav-container .menu-container .menu-box > dd {
    background-color: #fff;
    display: none;
  }
  #menu-nav .nav-container .menu-container .menu-box > dd > ul > li > a {
    padding: 15px 20px;
  }
  #menu-nav .nav-container .pickup-container > ul > li:before {
    top: -15px;
    left: -5px;
  }
  #menu-nav .btn-nav {
    display: block;
  }
  #menu-nav .btn-nav img{
	width: 30px;
	margin: 5px auto;
	display: block;
  }
  #menu-nav.on {
    right: 0;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
  }
}

.font-mincho {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: normal;
}

.color-red {
  color: #c41a1a;
}

.color-gray {
  color: #777777;
}

.default-layout {
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.nav-layout .nav-layout-main {
  width: calc(100% - 310px);
  float: right;
}

@media (max-width: 979px) {
  .nav-layout .nav-layout-main {
    width: calc(100% - 270px);
  }
}

@media screen and (max-width: 767px) {
  .nav-layout .nav-layout-main {
    width: 100%;
    float: none;
  }
}

.kv-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.kv-container .kv-title {
  height: 295px;
  width: 100%;
  display: table;
  text-align: center;
}

.kv-container .kv-title h1 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .kv-container .kv-title {
    height: 150px;
  }
  .kv-container .kv-title h1 {
    font-size: 2.4rem;
  }
}

.breadcrumb-container {
  padding-top: 25px;
}

.breadcrumb-container > li {
  float: left;
  color: #666;
  font-size: 1.4rem;
}

.breadcrumb-container > li:after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb-container > li:last-of-type:after {
  display: none;
}

.breadcrumb-container > li > a > br {
  display: none;
}

@media screen and (max-width: 767px) {
  .breadcrumb-container {
    display: none;
  }
}

.nav-layout-main .breadcrumb-container {
  padding-top: 0;
  margin-bottom: 40px;
}

.product-container h2 {
  font-weight: normal;
  font-size: 3.0rem;
  padding-bottom: 15px;
  background-image: url(https://img21.shop-pro.jp/PA01431/480/etc/title_line.png?cmsp_timestamp=20190423155941);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 25px;
}

.product-container h2 > br {
  display: none;
}

.product-container h2 .title-head {
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .product-container h2 {
    font-size: 2.5rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .product-container h2 .title-head {
    font-size: 3.2rem;
  }
}

.product-container .product-list > li {
  float: left;
}

@media (min-width: 980px) {
  .product-container .product-list > li {
    width: 30%;
    margin-right: 5%;
  }
  .product-container .product-list > li:nth-of-type(3n + 1) {
    clear: both;
  }
  .product-container .product-list > li:nth-of-type(3n) {
    margin-right: 0;
  }
  .product-container .product-list > li:nth-of-type(n+4) {
    margin-top: 5%;
  }
}

@media (max-width: 979px) {
  .product-container .product-list > li {
    width: 48%;
    margin-right: 0;
  }
  .product-container .product-list > li:nth-of-type(odd) {
    clear: both;
  }
  .product-container .product-list > li:nth-of-type(even) {
    float: right;
  }
  .product-container .product-list > li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .product-container .product-list > li:nth-of-type(n+3) {
    margin-top: 6%;
  }
}

.product-container .product-list .product-box {
  display: block;
}

.product-container .product-list .product-box:hover {
  text-decoration: none;
}

.product-container .product-list .product-box .photo {
  position: relative;
  padding-top: 70%;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  overflow: hidden;
}

.product-container .product-list .product-box .photo img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-container .product-list .product-box .name {
  margin-bottom: 10px;
  line-height: 1.3;
}

.product-container .product-list .product-box .price {
  color: #c41a1a;
  font-weight: bold;
  text-align: right;
}

.product-container .product-list .product-box .price span {
  color: #777;
}

@media screen and (max-width: 767px) {
  .product-container .product-list .product-box img {
    margin-bottom: 5px;
  }
  .product-container .product-list .product-box .name {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
  .product-container .product-list .product-box .price {
    font-size: 1.2rem;
  }
}

.pager-container {
  margin-top: 60px;
}

.pager-container > ul {
  text-align: center;
}

.pager-container > ul > li {
  display: inline-block;
  margin: 0 10px;
}

.pager-container > ul > li span {
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .pager-container {
    margin-top: 40px;
    font-size: 1.2rem;
  }
  .pager-container > ul > li {
    margin: 0 5px;
  }
}

.sort-list {
  text-align: right;
  margin-bottom: 30px;
}

.sort-list > li {
  display: inline-block;
  font-size: 1.6rem;
}

.sort-list > li:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

.sort-list > li:last-of-type:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .sort-list {
    text-align: center;
    margin-bottom: 20px;
  }
  .sort-list > li {
    font-size: 1.4rem;
  }
  .sort-list > li:after {
    margin: 0 5px;
  }
}
