footer {
  background-color: #1f1f1f;
  padding: 4rem 0;
  margin-top: auto;
}
@media only screen and (max-width: 1025px) {
  footer {
    padding: 2rem;
  }
}
footer ul {
  display: flex;
  justify-content: space-between;
  color: #999;
  line-height: 1.4;
  font-size: 1.2rem;
  align-items: flex-end;
}
@media only screen and (max-width: 1025px) {
  footer ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1025px) {
  footer ul li.left {
    width: 100%;
  }
}
footer ul li.left div.logo {
  width: 40px;
  background-image: url("./../../img/footer/footer-logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1025px) {
  footer ul li.left div.logo {
    margin: 2rem auto 0;
  }
}
footer ul li.left div.logo span {
  display: block;
  padding-bottom: 100%;
}
footer ul li.left ul.footer-menu {
  margin-top: 2rem;
  display: flex;
}
@media only screen and (max-width: 1025px) {
  footer ul li.left ul.footer-menu {
    justify-content: center;
  }
}
footer ul li.left ul.footer-menu li {
  margin-right: 1rem;
  color: #fff;
  border-right: 1px solid #999;
  padding-right: 1rem;
}
@media only screen and (max-width: 1025px) {
  footer ul li.left ul.footer-menu li {
    text-align: center;
  }
}
@media only screen and (max-width: 740px) {
  footer ul li.left ul.footer-menu li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #444;
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}
footer ul li.left ul.footer-menu li:last-child {
  border: 0;
}
@media only screen and (max-width: 740px) {
  footer ul li.left ul.footer-menu li:last-child {
    border-bottom: 1px solid #444;
  }
}
footer ul li.left ul.footer-menu li a {
  color: #fff;
}
footer ul li.left div.info {
  margin-top: 1rem;
}
@media only screen and (max-width: 1025px) {
  footer ul li.left div.info {
    text-align: center;
  }
}
footer ul li.left div.info p:first-child {
  display: inline-block;
  padding-top: 1rem;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1025px) {
  footer ul li.right {
    width: 100%;
    margin: 4rem 0;
  }
}
footer ul li.right div.copy {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1025px) {
  footer ul li.right div.copy {
    justify-content: center;
    margin-top: 4rem;
  }
}
footer ul li.right div.copy img {
  width: 2rem;
  margin-left: 1rem;
}
footer ul li.right ul.sns {
  display: flex;
}
@media only screen and (max-width: 1025px) {
  footer ul li.right ul.sns {
    justify-content: center;
  }
}
footer ul li.right ul.sns li {
  width: 3rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 1025px) {
  footer ul li.right ul.sns li {
    width: 4rem;
    margin: 0 1rem;
  }
}
footer ul li.right ul.sns li a {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
}
footer ul li.right ul.sns li a span {
  display: block;
  padding-bottom: 100%;
}
header.main-header {
  width: 100%;
  padding: 1rem;
  margin: 0;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
@media only screen and (max-width: 1025px) {
  header.main-header {
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 740px) {
  header.main-header {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 2px #eee;
    padding: 0 1rem 0;
  }
}
@media only screen and (max-width: 740px) {
  header.main-header {
    width: 100%;
  }
}
header.main-header ul.left {
  display: flex;
  align-items: center;
  width: 55%;
  padding-left: 1rem;
  position: relative;
}
@media only screen and (max-width: 1367px) {
  header.main-header ul.left {
    width: 60%;
  }
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.left {
    width: 100%;
    padding: 1rem 0 0;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.left li.logo-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
header.main-header ul.left div.logo {
  width: 160px;
  height: auto;
  background-image: url("./../../img/header/header-logo.svg");
  background-size: 100% 100%;
  background-position: center center;
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.left div.logo {
    width: 9rem;
  }
}
header.main-header ul.left div.logo span {
  display: block;
  padding-bottom: 50%;
}
@media only screen and (max-width: 740px) {
  header.main-header ul.left div.logo span {
    padding-bottom: 45%;
  }
}
header.main-header ul.left ul.menu {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}
@media only screen and (max-width: 1367px) {
  header.main-header ul.left ul.menu {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.left ul.menu {
    display: none;
  }
}
header.main-header ul.left ul.menu li {
  padding-left: 3rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1367px) {
  header.main-header ul.left ul.menu li {
    padding-left: 2.5rem;
  }
}
header.main-header ul.left ul.menu li a {
  color: #333;
}
header.main-header ul.left ul.menu li a:hover {
  text-decoration: none;
}
header.main-header ul.left ul.menu li a:hover:after {
  width: 100%;
}
header.main-header ul.left ul.menu li a:after {
  content: '';
  background-color: #333;
  transition: 0.2s;
  margin-top: 0.5rem;
  display: block;
  width: 0;
  height: 1px;
}
header.main-header ul.left li.mobile-menu-button {
  width: 3rem;
  height: 3rem;
  background-image: url("./../../img/header/menu.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: none;
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.left li.mobile-menu-button {
    display: block;
  }
}
header.main-header ul.left li.mobile-menu-button a {
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.left li.left-menu {
    display: none;
  }
}
header.main-header ul.left li.left-button {
  display: none;
  justify-content: center;
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.left li.left-button {
    display: flex;
    justify-content: flex-end;
  }
}
header.main-header ul.left li.left-button a {
  width: 3rem;
  margin-left: 2rem;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-positoin: center center;
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.left li.left-button a {
    width: 3rem;
    background-size: 80% 90%;
  }
}
@media only screen and (max-width: 740px) {
  header.main-header ul.left li.left-button a {
    margin-left: 1.5rem;
  }
}
header.main-header ul.left li.left-button a span {
  display: block;
  width: 100%;
  padding-bottom: 130%;
}
header.main-header ul.left li.left-button a.login {
  background-image: url("./../../img/header/login.png");
}
header.main-header ul.left li.left-button a.mypage {
  background-image: url("./../../img/header/mypage.png");
}
header.main-header ul.left li.left-button a.cart {
  background-image: url("./../../img/header/cart.png");
}
header.main-header ul.right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.right {
    width: 100%;
  }
}
header.main-header ul.right li.search {
  width: 75%;
}
@media only screen and (max-width: 1367px) {
  header.main-header ul.right li.search {
    width: 75%;
  }
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.right li.search {
    width: 100%;
    margin: 0.5rem 0;
  }
}
header.main-header ul.right li.search form {
  display: flex;
  align-items: center;
  position: relative;
}
header.main-header ul.right li.search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
}
header.main-header ul.right li.search input.searchfield {
  background-color: #f2f2f2;
  padding: 1rem 1rem;
  border-radius: 3px 0 0 3px;
  height: 4rem;
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1025px) {
  header.main-header ul.right li.search input.searchfield {
    padding: 0 1rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 740px) {
  header.main-header ul.right li.search input.searchfield {
    padding: 0 0.5rem;
    height: 3rem;
  }
}
header.main-header ul.right li.search input.searchsubmit {
  background-color: #db492e;
  padding: 0.5rem;
  border-radius: 0 3px 3px 0;
  height: 4rem;
  width: 6rem;
  background-image: url("./../../img/header/seach.svg");
  background-size: 1.8rem 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 740px) {
  header.main-header ul.right li.search input.searchsubmit {
    height: 3rem;
    width: 4rem;
  }
}
header.main-header li.header-button {
  display: flex;
  justify-content: center;
  width: 20%;
}
@media only screen and (max-width: 1025px) {
  header.main-header li.header-button {
    display: none;
  }
}
header.main-header li.header-button a {
  width: 3rem;
  margin: 0 1rem;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-positoin: center center;
}
header.main-header li.header-button a span {
  display: block;
  width: 100%;
  padding-bottom: 140%;
}
header.main-header li.header-button a.login {
  background-image: url("./../../img/header/login.png");
}
header.main-header li.header-button a.mypage {
  background-image: url("./../../img/header/mypage.png");
}
header.main-header li.header-button a.cart {
  background-image: url("./../../img/header/cart.png");
}
div#mobile-menu h3 {
  font-weight: bold;
  margin-top: 4rem;
}
div#mobile-menu ul li {
  font-size: 1.6rem;
  padding: 2rem 1rem;
  border-bottom: 1px solid #444;
}
div#mobile-menu ul li.pict {
  padding: 1rem 0;
}
div#mobile-menu ul li.pict a {
  display: flex;
  align-items: center;
}
div#mobile-menu ul li.pict img {
  width: 20%;
  display: block;
  margin-right: 1rem;
}
div.items {
  width: 100%;
  background-color: #fff;
  padding: 2rem 0;
}
@media only screen and (max-width: 740px) {
  div.items {
    padding-top: 0;
  }
}
div.items div.cat-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.items div.cat-wrapper div.soldout img {
  opacity: 0.2;
}
div.items div.cat-wrapper div.item_wrap {
  width: 23%;
  margin: 1rem 0;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
@media only screen and (max-width: 740px) {
  div.items div.cat-wrapper div.item_wrap {
    width: 100%;
    margin: 0;
  }
}
div.items div.cat-wrapper div.item_wrap a {
  color: #333;
}
@media only screen and (max-width: 740px) {
  div.items div.cat-wrapper div.item_wrap ul.shop-top-block {
    display: flex;
    align-items: center;
  }
}
div.items div.cat-wrapper div.item_wrap li.shop-top-thumbs {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  div.items div.cat-wrapper div.item_wrap li.shop-top-thumbs {
    width: 25%;
    margin-right: 5%;
  }
}
div.items div.cat-wrapper div.item_wrap li.shop-top-thumbs img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 740px) {
  div.items div.cat-wrapper div.item_wrap div.item-meta {
    width: 70%;
  }
}
div.items div.cat-wrapper div.item_wrap div.item-meta p.decksize {
  background-color: #1e87f0;
  color: #fff;
  width: 4rem;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
}
@media only screen and (max-width: 740px) {
  div.items div.cat-wrapper div.item_wrap div.item-meta p.decksize {
    position: relative;
  }
}
div.items div.cat-wrapper div.item_wrap div.item-meta li.item-name {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  div.items div.cat-wrapper div.item_wrap div.item-meta li.item-name {
    font-size: 1.4rem;
  }
}
div.items div.cat-wrapper div.item_wrap div.item-meta li.field_price {
  color: #db492e;
  font-size: 1.3rem;
  margin-top: 0.4rem;
  letter-spacing: 1px;
  font-weight: bold;
}
div.items div.cat-wrapper div.item_wrap div.item-meta div.price_field_soldout {
  color: #fff;
  display: inline-block;
  background-color: #db492e;
  padding: 0.5rem;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
div.items div.cat-wrapper div.item_wrap div.item-meta div.price_field_soldout span {
  color: #fff;
}
div.items div.cat-wrapper div.item_wrap div.item-meta div.price_field_wait {
  color: #fff;
  display: inline-block;
  background-color: #1e87f0;
  padding: 0.5rem;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
div.items div.cat-wrapper div.item_wrap div.item-meta div.price_field_wait span {
  color: #fff;
}
div.items div.cat-wrapper div.item_wrap div.item-meta div.price_field {
  color: #db492e;
  font-size: 1.3rem;
  margin-top: 0.4rem;
}
div.items div.cat-wrapper div.item_wrap div.item-meta div.price_field span.sale_teika {
  color: #ccc;
  text-decoration: line-through;
}
div.items div.cat-wrapper div.item_wrap div.item-meta div.price_field span.sale_kakaku {
  color: #ff6c00;
  font-weight: bold;
}
div.items div.cat-wrapper div.is-empty {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  border: 0;
}
p.noitem {
  font-size: 2rem;
  margin-top: 4rem;
}
ul.sort_navigation {
  display: flex;
}
ul.sort_navigation li {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #ccc;
}
ul.sort_navigation li:last-child {
  border: 0;
}
ul.sort_navigation li a {
  color: #db492e;
  font-size: 1.4rem;
}
ul.category-page-category-list {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
ul.category-page-category-list li {
  margin-right: 1rem;
}
ul.category-page-category-list li a {
  border: 1px solid #1e87f0;
  padding: 0.5rem 1rem;
  line-height: 3;
}
ul.category-page-category-list li a:hover {
  background-color: #1e87f0;
  color: #fff;
}
div#side-cat {
  width: 22%;
  min-height: 300px;
}
@media only screen and (max-width: 1025px) {
  div#side-cat {
    display: none;
  }
}
div#side-cat #fixed-sidebar {
  top: 2rem;
}
div#side-cat ul {
  background-color: #fff;
  padding: 0 0.5rem;
}
div#side-cat ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0.2rem 0;
}
div#side-cat ul li:last-child {
  border: 0;
}
div#side-cat ul li a {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: #333;
  transition: 0.2s;
}
div#side-cat ul li a:hover {
  opacity: 0.5;
}
div#side-cat ul li a img {
  width: 5rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 1919px) {
  div#side-cat ul li a img {
    width: 6rem;
  }
}
@media only screen and (max-width: 1367px) {
  div#side-cat ul li a img {
    width: 4rem;
  }
}
