html {
  font-size: 100%;
}

body {
  color: #050507;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-title {
  border-bottom: solid 1px #fff;
  display: inline-block;
  font-size: 3.75rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-bottom: 45px;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadein.show {
  transform: translate(0, 0);
  opacity: 1;
}

.wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

.content {
  padding-top: 120px;
  padding-bottom: 160px;
}

.page-title {
  font-size: 1.45rem;
  font-weight: normal;
  margin-bottom: 30px;
}

#header .logo {
  position: fixed;
  top: 28px;
  left: 30px;
  z-index: 40;
  display: block;
}
#header .logo a {
  display: inline-block;
  font-size: 1.225rem;
  margin-left: 10px;
}
#header .logo a:nth-child(1) {
  margin-left: 0;
}
#header .logo .SeeLogo {
  display: flex;
  flex-direction: column;
}
#header .logo .SeeLogo .sub-logo {
  font-size: 1.225rem;
  padding-top: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#header .logo .SeeLogo:hover .sub-logo {
  opacity: 1;
}
#header .logo #cart-icon {
  position: fixed;
  top: 28px;
  right: 75px;
  z-index: 40;
  display: block;
}
#header .logo #cart-icon.active {
  color: goldenrod;
}
#header #navi {
  width: 100%;
  background-color: #fff;
  color: #050507;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: 0.6s;
  z-index: 30;
}
#header #navi ul {
  width: 100%;
  background-color: #050507;
  padding: 80px 0 30px 0;
}
#header #navi ul li {
  padding: 10px 0;
}
#header #navi ul li a {
  display: block;
}
#header #navi.active {
  transform: translateY(0%);
}
#header .hamburger {
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 25px;
  z-index: 40;
  display: block;
}
#header .hamburger span {
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 6px;
  transition: 0.5s ease-in-out;
}
#header .hamburger span:nth-child(1) {
  top: 11px;
}
#header .hamburger span:nth-child(2) {
  top: 21px;
}
#header .hamburger span:nth-child(3) {
  top: 31px;
}
#header .hamburger.active span:nth-child(1) {
  top: 21px;
  left: 6px;
  transform: rotate(-45deg);
}
#header .hamburger.active span:nth-child(2), #header .hamburger.active span:nth-child(3) {
  top: 21px;
  transform: rotate(45deg);
}

.container {
  background: #050507;
  color: #fff;
}
.container #top {
  padding-top: 120px;
  padding-bottom: 160px;
}
.container .itemList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.container .itemList img {
  margin-bottom: 10px;
  vertical-align: top;
}
.container .itemList p {
  font-size: 1rem;
}
.container .link-text {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.container .pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.container .pagination li {
  padding: 0 20px;
}
.container #item #ans {
  padding-top: 20vh;
  display: flex;
  justify-content: center;
  padding-bottom: 150px;
}
.container #item #ans .ansImg {
  width: 50%;
  max-width: 500px;
  margin-right: 2%;
}
.container #item #ans .ansInfo {
  z-index: 5;
  width: 42%;
  margin-left: 2%;
  text-align: left;
}
.container #item #ans .ansInfo .ansTitle {
  margin-bottom: 30px;
  border-top: #7d7d7d solid 1px;
  border-bottom: #7d7d7d solid 1px;
  font-weight: normal;
}
.container #item #ans .ansInfo .ansName {
  text-align: center;
  margin-bottom: 30px;
}
.container #item #ans .ansInfo p {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
.container #item #ans .ansInfo .order-table {
  width: 100%;
  margin-bottom: 20px;
}
.container #item #ans .ansInfo .order-table .color {
  width: 20%;
}
.container #item #ans .ansInfo .order-table .size,
.container #item #ans .ansInfo .order-table .quantity {
  width: 30%;
}
.container #item #ans .ansInfo .order-table td {
  border-top: #7d7d7d solid 1px;
}
.container #item #ans .ansInfo .order-table th,
.container #item #ans .ansInfo .order-table td {
  font-weight: normal;
  padding: 10px;
  border-right: #7d7d7d solid 1px;
  text-align: center;
}
.container #item #ans .ansInfo .order-table th:last-child,
.container #item #ans .ansInfo .order-table td:last-child {
  border-right: none;
}
.container #item #ans .ansInfo .order-table select {
  color: #fff;
  width: 100%;
  border: #7d7d7d solid 1px;
  padding: 0 10px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
.container #item #ans .ansInfo .cart-btn {
  width: 100%;
  background-color: #7b4747;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 18px 0;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
  border-bottom: 4px solid #7d7d7d;
  border-right: 4px solid #7d7d7d;
}
.container #item #ans .ansInfo .cart-btn:hover {
  background-color: #9a321d;
  transform: translateY(4px);
  transform: translateX(4px);
  border: none;
}

#footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: solid 1px #fff;
  font-size: 0.75rem;
  padding: 80px 30px;
  text-align: left;
}
#footer p {
  line-height: 1.6;
}
#footer .sns {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#footer .sns li {
  margin-right: 15px;
}
#footer .copyright {
  display: flex;
  align-items: center;
}
#footer .copyright li:last-child {
  margin-left: 30px;
}

@media screen and (max-width: 900px) {
  #header .logo > a:nth-child(n+2) {
    display: flex;
    margin-left: 0;
  }
  .container {
    padding: 0 10%;
  }
  .container .itemList {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .container #item #ans {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }
  .container #item #ans .ansImg {
    width: 100%;
    margin-bottom: 30px;
  }
  .container #item #ans .ansInfo {
    width: 100%;
  }
  .container #footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 30px;
  }
  .container #footer .sns {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=itemList.css.map */