.description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 80px !important;
  margin-top: 80px !important;
}

.product__description--title {
  font-size: 26px !important;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.product__description--title::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #2f2f2f;
  display: block;
  margin: 10px auto 0;
}
.product__description--text {
  line-height: 1.7;
  font-size: 14px !important;
  margin-top: 30px;
}

.product__contents {
  margin-top: 40px;
}
.product__contents--title {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.product__contents--title span {
  background: #fff;
  padding: 0 8px;
  position: relative;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  z-index: 2;
  font-size: 22px !important;
}
.product__contents--title::after {
  content: "";
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: #2f2f2f;
  display: block;
  position: absolute;
}
.product__contents--text p {
  font-size: 14px !important;
}

.product__movie {
  padding: 80px 0;
}
.product__movie--title {
  font-size: 26px !important;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.product__movie--title::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #2f2f2f;
  display: block;
  margin: 10px auto 0;
}
.product__movie--thumb {
  max-width: 500px;
  margin: 30px auto 0;
}

.product__styling--title {
  font-size: 26px !important;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.product__styling--title::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #2f2f2f;
  display: block;
  margin: 10px auto 0;
}
.product__styling .pickup__lists {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 13px;
}
@media screen and (max-width: 768px) {
  .product__styling .pickup__lists {
    margin-top: 8vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product__styling .pickup__list--img {
  margin-bottom: 10px;
}
.product__styling .pickup__list--title {
  font-size: 14px !important;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  display: block;
}
.product__styling .pickup__list--cat {
  font-size: 14px !important;
  line-height: 1.5;
  margin-bottom: 5px;
  display: block;
}
.product__styling .pickup__list--price {
  font-size: 14px !important;
  display: block;
  line-height: 1.5;
}

.product__imgs {
  margin: 80px auto;
}
.product__imgs--item img {
  width: 100%;
}

.side__pickup--title {
  text-align: center;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 22px !important;
  margin-bottom: 0;
}
.side__pickup--subTitle {
  display: block;
  text-align: center;
  font-size: 10px;
}

.side__nav {
  margin-top: 30px;
}
.side__nav > ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.side__nav > ul li {
  list-style: none !important;
}
.side__nav > ul li:nth-child(1) {
  margin-top: 10px;
}
.side__nav > ul li a {
  font-size: 12px;
  padding: 5px 0;
  display: block;
}
.side__nav--title {
  background-color: #707070;
  color: #fff;
  font-size: 14px !important;
  padding: 8px 10px;
}
.side__nav--parent {
  border-bottom: 1px solid #2f2f2f;
}
.side__nav--parent > span {
  display: block;
  font-size: 13px;
  padding: 8px 10px;
  background-image: url(../img/common/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94%;
  cursor: pointer;
}
.side__nav--parent > span.active {
  background-image: url(../img/common/icon_minus.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94%;
}
.side__nav--parent > span.active {
  background-color: #f2f2f2;
  border: none;
}
.side__nav--parent ul {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
  list-style: none !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.side__nav--parent ul li {
  list-style: none !important;
}
.side__nav--parent ul li a {
  font-size: 12px;
  padding: 5px 0;
  display: block;
}
.side__nav--parent ul li a.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side__nav--parent ul li a .brand__logo {
  width: 35%;
}
.side__nav--parent ul li a .brand__name {
  width: 60%;
}
.side__nav--parent ul li:nth-child(1) {
  margin-top: 10px;
}
.side__nav--parent ul li:last-child {
  margin-bottom: 30px;
}

.side__store {
  margin-top: 30px;
}
.side__store img {
  width: 100%;
}

.side__bnrs {
  margin-top: 30px;
}
.side__bnrs a {
  display: block;
}
.side__bnrs a img {
  width: 100%;
}

.side__point {
  margin-top: 30px;
}

.side__shop {
  margin-top: 40px;
}
.side__shop--title {
  text-align: center;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  margin-bottom: 0;
}
.side__shop--subTitle {
  display: block;
  text-align: center;
  font-size: 10px;
}
.side__shop--img {
  margin: 20px auto;
}
.side__shop--text {
  line-height: 1.7;
  font-size: 12px;
}

.snsList {
  margin-top: 30px !important;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-right: 0 !important;
  margin-left: 0 !important;
  list-style: none !important;
}
.snsList li {
  list-style: none !important;
}

.shopping_form {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .shopping_form {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #to-cart {
    margin-bottom: 35px !important;
  }
}
#to-cart img {
  display: none !important;
  pointer-events: none;
}
#to-cart a {
  display: block;
  width: 39px;
  height: 39px;
  background: url(../img/common/anker_btn.svg) no-repeat !important;
  background-size: contain !important;
}
#to-cart a:hover {
  background: url(../img/common/anker_btn.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .description.main {
    margin-top: 20px !important;
    padding-bottom: 20px !important;
  }
}/*# sourceMappingURL=product.css.map */