@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

body.add-set {
  width: 100%;
  color: #333;
  min-width: 1220px;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  body.add-set {
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  body.add-set.menu-open {
    overflow-y: hidden;
  }
}
body.add-set.modal-open {
  overflow-y: hidden;
}
body.add-set.modal-open .header {
  display: none;
}

#primary {
  width: 100%;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  transition: 0.2s linear;
}
a:hover {
  color: #333;
  opacity: 0.7;
}
a:visited {
  color: #333;
}
a:active {
  color: #707070;
}
a.link {
  text-decoration: underline;
}

input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333;
  content: "";
}

input[type=checkbox] {
  width: 100%;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 4px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 9px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
}

input[type=textarea],
input[type=select] {
  width: 100%;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 8px;
}

.add-set .common-container {
  width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .add-set .common-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .add-set .common-container__column {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .add-set .common-container__column .side {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side.active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side.active::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side .modal-body {
    width: calc(100% - 32px);
    max-height: 85vh;
    border-radius: 8px;
    padding: 24px 16px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) {
  .add-set .common-container__column .side .modal-close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side .modal-close {
    position: fixed;
    top: calc(7.5vh - 24px);
    right: 8px;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    z-index: 6;
  }
  .add-set .common-container__column .side .modal-close::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .add-set .common-container__column .side .modal-close::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.add-set .common-container__column .main {
  flex: 1;
}

.heading {
  font-size: 24px;
  font-weight: bold;
  margin: 120px 0 16px;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 20px;
    margin-top: 80px;
  }
}

#dvProductDetailArea h2.heading {
  font-size: 24px;
  font-weight: bold;
  margin: 80px 0 16px;
}
@media screen and (max-width: 767px) {
  #dvProductDetailArea h2.heading {
    font-size: 20px;
    margin-top: 56px;
  }
}

.tab__btn-wrap {
  display: flex;
  margin: 40px 0;
}
.tab__btn {
  font-size: 16px;
  color: #707070;
  border-bottom: 1px solid #ddd;
  padding: 0 24px 12px;
}
.tab__btn.is-active {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #333;
}

.common-slider .slide-arrow {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.common-slider .prev-arrow {
  left: 24px;
}
.common-slider .prev-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #707070;
  border-left: 3px solid #707070;
  position: absolute;
  left: 19px;
  top: 17px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .common-slider .prev-arrow {
    left: calc(50% - 100px);
  }
}
.common-slider .next-arrow {
  right: 24px;
}
.common-slider .next-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #707070;
  border-right: 3px solid #707070;
  position: absolute;
  right: 19px;
  top: 17px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .common-slider .next-arrow {
    right: calc(50% - 100px);
  }
}
.common-slider .slick-dots {
  bottom: -32px;
}
.common-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .common-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}
.common-slider .slick-dots li.slick-active {
  background: rgba(0, 0, 0, 0.5);
}
.common-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.common-slider .slick-dots li button::before {
  font-size: 0;
  line-height: 0;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  content: "";
  opacity: 1;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 40px;
}

.btn {
  min-width: 160px;
  border-radius: 4px;
  padding: 8px 24px;
}
.btn--secondary {
  background: #333;
  color: #fff !important;
}
.btn--secondary:hover {
  background: #333;
  color: #fff !important;
}

.accordion-trigger {
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.accordion-trigger:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.accordion-trigger::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.accordion-trigger.is-active::after {
  transform: translateY(-20%) rotate(-135deg);
}

.accordion-content {
  display: none;
}

#dvCheckList .productCheckList {
  float: none;
  margin: 0;
}

#dvCheckList .productCheckList ul {
  width: 100%;
}

#dvCheckList .productCheckList ul li {
  margin: 4px 0;
}

#dvCheckList .productCheckList ul li.thumnail a {
  display: inline-block;
  line-height: 1;
}

#dvCheckList .productCheckList ul li.thumnail img {
  width: 100%;
}

#dvCheckList .productCheckList ul li.thumnail .soldout {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
  width: auto;
  height: auto;
  line-height: 1.4;
  opacity: 1;
}

.list-product {
  display: grid;
  gap: 40px 24px;
}
@media screen and (max-width: 767px) {
  .list-product {
    gap: 16px;
  }
}
.list-product__col3-2 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col3-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col4-2 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col4-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col5-2 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col5-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col6-2 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col6-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col3-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col3-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-product__col4-3 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col4-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-product__col5-3 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col5-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-product__col6-3 {
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 16px;
}
@media screen and (max-width: 767px) {
  .list-product__col6-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 8px;
  }
}
.list-product .thumb {
  position: relative;
  line-height: 1;
}
.list-product .thumb a {
  display: inline-block;
}
.list-product .thumb img {
  width: 100%;
  margin: 0 auto;
}
.list-product .thumb .soldout {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
}
.list-product .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.list-product .icon img {
  height: 22px;
}
.list-product .productName,
.list-product .name {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}
.list-product .productPrice,
.list-product .price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 8px;
}
.list-product .productPrice .tax,
.list-product .price .tax {
  font-size: 12px;
}
.list-product .productPrice .teiki,
.list-product .price .teiki {
  font-size: 14px;
}
.list-product .sale {
  color: #C5412D;
}
.list-product__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
}
.list-product__icon img {
  height: 22px;
}
.list-product .rank {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

#breadcrumb {
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    font-size: 12px;
    margin: 16px 0;
    overflow-x: auto;
  }
}
#breadcrumb ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #breadcrumb ul {
    flex-wrap: nowrap;
    width: fit-content;
  }
}
#breadcrumb ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #breadcrumb ul li a {
    white-space: nowrap;
  }
}

#Head {
  background-color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  gap: 40px;
  transition: 0.5s;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 16px 8px;
    gap: 8px;
    justify-content: space-between;
  }
}
.header.hide {
  top: -100%;
  transition: 1s;
}
.header__logo img {
  width: 88px;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 170px;
  }
}
.header__logo a {
  display: inline-block;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .header__nav {
    flex: none;
  }
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
.header__menu .has-child {
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
.header__menu .has-child::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(45deg);
}
.header__menu .has-child.is-active::after {
  top: 7px;
  transform: rotate(-135deg);
}
.header__menu-child {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 64px 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header__menu-child {
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__menu-child .common-container {
    padding: 0;
  }
}
.header__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .header__item {
    gap: 16px 40px;
  }
}
.header__item > li {
  border-bottom: 1px solid #ccc;
}
.header__item a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
}
.header__item a span {
  flex: 1;
}
.header__utility {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .header__utility {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .header__utility .search {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__utility img {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .header__search {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .hamburger-menu {
    display: none;
  }
}

#HeadSearch {
  position: relative;
  width: 240px;
  height: auto;
  padding: 0;
  float: none;
}

#HeadSearch .wrapSearch,
#HeadSearch .textBox {
  width: 100%;
}

#HeadSearch .textBox input {
  width: 100%;
  font-size: 14px;
  color: #333;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 12px 10px;
}

#HeadSearch .textBox input::-webkit-input-placeholder {
  color: #999;
}

#HeadSearch .btnSearch {
  width: auto;
  line-height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

#HeadSearch .btnSearch a {
  display: inline-block;
}

#HeadSearch .btnSearch a img {
  width: 36px;
}

#HeadCartView {
  width: auto;
  height: auto;
  float: none;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #HeadCartView img {
    width: 20px;
  }
}
#HeadCartView .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #C5412D;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: -6px;
  right: -8px;
}
#HeadCartView .menu {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  background-color: #f0f0f0;
  border-radius: 8px;
  min-width: 220px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #HeadCartView .menu {
    display: none !important;
  }
}
#HeadCartView .dvMiniCart {
  background: none;
}

#HeadCartView > a {
  height: auto;
  line-height: 1;
}

.dvMiniCart {
  border-radius: 8px;
  padding: 8px;
}
.dvMiniCart .miniCart {
  display: flex;
  gap: 16px;
  margin: 16px 0;
}
.dvMiniCart .miniCart__img {
  width: 30%;
}
.dvMiniCart .miniCart__text {
  flex: 1;
}

.dvMiniCart ul li.productInfo .productName,
.dvMiniCart ul li.productInfo .productPrice {
  float: none;
  display: block;
  width: 200px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .hamburger-menu .menu-trigger {
    position: relative;
    width: 32px;
    height: 32px;
  }
  .hamburger-menu .menu-trigger span {
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #333;
    position: absolute;
  }
  .hamburger-menu .menu-trigger span:first-child {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hamburger-menu .menu-trigger span:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger-menu .menu-trigger span:last-child {
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hamburger-menu .menu-content {
    position: fixed;
    left: -85vw;
    top: 0;
    width: 85vw;
    height: 100%;
    background: #fff;
    transition: all 0.5s;
    z-index: 3;
  }
  .hamburger-menu .menu-content.open {
    left: 0;
  }
  .hamburger-menu .menu-content .header__menu {
    display: block;
  }
  .hamburger-menu .menu-content .header__menu > li {
    border-bottom: 1px solid #ddd;
  }
  .hamburger-menu .menu-content .header__menu > li a {
    display: block;
    padding: 12px 16px;
  }
  .hamburger-menu .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .hamburger-menu .overlay.open {
    display: block;
    opacity: 1;
  }
  .hamburger-menu .menu-close {
    display: none;
    position: fixed;
    top: 24px;
    left: calc(85vw + 8px);
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    z-index: 3;
  }
  .hamburger-menu .menu-close::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hamburger-menu .menu-close::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .hamburger-menu .menu-close.open {
    display: block;
  }
  .hamburger-menu .btn-wrap {
    padding: 32px 16px;
    margin-top: 0;
  }
  .hamburger-menu .header__menu {
    border-top: 1px solid #ddd;
  }
  .hamburger-menu .header__menu .has-child {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
  .hamburger-menu .header__menu .has-child::after {
    top: 18px;
    right: 16px;
  }
  .hamburger-menu .header__menu .has-child.is-active::after {
    top: 20px;
  }
  .hamburger-menu .header__item {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hamburger-menu .header__item > li {
    border-bottom: none;
    border-top: 1px solid #ddd;
  }
  .hamburger-menu .header__item a {
    gap: 8px;
    padding: 8px 16px;
  }
  .hamburger-menu .header__category {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }
  .hamburger-menu .header__category li {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .hamburger-menu .header__category-parent {
    display: none;
  }
  .hamburger-menu .header__category-list {
    display: block;
  }
  .hamburger-menu .header__category-list a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
  }
  .hamburger-menu .header__category-list a:not(.header__category-parent) {
    padding-left: 56px;
  }
  .hamburger-menu .header__category-list a:not(.header__category-parent)::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    left: 32px;
    top: 16px;
  }
  .hamburger-menu .menu-content__list li {
    border-bottom: 1px solid #333;
    padding: 0 16px;
  }
  .hamburger-menu .menu-content__list li a {
    display: block;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#Foot {
  border-top: none;
  padding: 0;
}

.footer {
  background-color: #f0f0f0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    letter-spacing: 0;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
  }
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 120px;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__nav {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
  }
}
.footer__nav-item {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .footer__nav-item {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
.footer__nav-item p {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .footer__nav-item p {
    width: calc(50% - 8px);
  }
}
.footer__nav-item ul {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer__nav-item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
.footer__nav-item li {
  font-size: 14px;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .footer__nav-item li {
    width: calc(50% - 8px);
  }
}
.footer__nav-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .footer__nav-title {
    width: 100% !important;
  }
}
.footer__copy {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    text-align: center;
  }
}

.main-slider {
  margin: 24px 0 -40px;
}
@media screen and (max-width: 767px) {
  .main-slider {
    margin: 16px 0 0;
  }
}
.main-slider .slick-slide {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .main-slider .slick-slide {
    padding: 0 4px;
  }
}
.main-slider .slick-slide img {
  width: 100%;
}

.list-feature {
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .list-feature {
    width: 100vw;
    margin: 0 -16px;
  }
}
.list-feature__item {
  position: relative;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .list-feature__item {
    margin: 0 8px;
  }
}
.list-feature__img {
  text-align: center;
}
.list-feature__img img {
  max-width: 100%;
}
.list-feature__text {
  line-height: 1.7;
  margin-top: 12px;
}
.list-feature__title {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-feature__desc {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}

.list-info li {
  display: flex;
  gap: 56px;
  padding: 24px;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .list-info li {
    flex-wrap: wrap;
    gap: 8px 0;
    padding: 16px 0;
  }
}
.list-info li:last-child {
  border-bottom: none;
}
.list-info span {
  width: 100px;
  font-size: 14px;
  color: #707070;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .list-info span {
    width: 100%;
  }
}
.list-info__text {
  flex: 1;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list-info__text {
    width: 100%;
  }
}
.list-info__text a {
  text-decoration: underline;
}

.product-list-page__title {
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  margin: 32px 0 16px;
}
@media screen and (max-width: 767px) {
  .product-list-page__title {
    font-size: 20px;
  }
}
.product-list-page__sort-wrap {
  display: flex;
  gap: 16px 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product-list-page__sort-wrap {
    flex-direction: column;
    margin: 24px 0;
  }
}
.product-list-page .sp-search-btn {
  position: static;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .product-list-page .sp-search-btn {
    display: none;
  }
}
.product-list-page .sp-search-btn.fixed-bottom {
  position: fixed;
  bottom: 8px;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 2;
}
.product-list-page .sp-search-btn a {
  display: block;
  text-align: center;
  width: 100%;
  background: url(../img/common/icon_filter_white.svg) left 16px center #333 no-repeat;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 24px;
}

#pagination.above {
  margin: 0;
}
#pagination.above .add-pager__link-wrapper {
  display: none;
}
#pagination.above .add-pager__wrapper {
  padding: 4px 0;
}
#pagination.above .add-total {
  flex: 1;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #pagination.above .add-total {
    width: 100%;
  }
}
#pagination.above .add-total span {
  font-size: 20px;
}
#pagination.below {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #pagination.below {
    margin-top: 56px;
  }
}
#pagination.below .add-total {
  display: none;
}
#pagination.below .add-pager__wrapper {
  display: block;
}
#pagination.below .add-pager__link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#pagination.below .add-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
}
#pagination.below .add-back a {
  position: relative;
  color: rgba(0, 0, 0, 0);
}
#pagination.below .add-back a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(45deg);
}
#pagination.below .add-next a {
  position: relative;
  color: rgba(0, 0, 0, 0);
}
#pagination.below .add-next a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #707070;
  border-top: 2px solid #707070;
  position: absolute;
  top: 4px;
  right: 0;
  transform: rotate(45deg);
}

.add-set #sortBox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex: 1;
  padding: 0;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox {
    flex-wrap: nowrap;
    gap: 8px;
  }
}
.add-set #sortBox .box {
  position: relative;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .box {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .box:last-child .nav {
    left: auto;
    right: 0;
  }
}
.add-set #sortBox .title {
  position: relative;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 11px;
    letter-spacing: 0;
    margin-right: 0 !important;
  }
}
.add-set #sortBox .title:hover {
  opacity: 0.7;
}
.add-set #sortBox .title .selected {
  position: relative;
  font-weight: bold;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title .selected {
    width: calc((100vw - 24px - 32px) / 4);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: normal;
    overflow-x: hidden;
    word-break: keep-all;
  }
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title .selected::before {
    content: "";
    width: 16px;
    height: 100%;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.add-set #sortBox .title .selected::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: absolute;
  right: 0;
  top: 2px;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title .selected::after {
    top: 14px;
    right: 4px;
  }
}
.add-set #sortBox .nav {
  display: none;
  width: 160px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .nav {
    right: auto;
    left: 0;
  }
}
.add-set #sortBox .nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.add-set #sortBox .nav li.active {
  font-size: 100%;
  padding: 6px 16px;
  height: auto;
  line-height: inherit;
  color: #333;
  background-color: #e9e9e9;
}
.add-set #sortBox .nav li a {
  padding: 6px 16px !important;
  height: auto !important;
  background-color: #f9f9f9 !important;
}

.side .categoryList:not(:first-child) {
  margin-top: 8px;
}
.side .categoryList .title {
  position: relative;
  display: block;
  font-weight: bold;
  background-color: #eee;
  border-radius: 4px;
  padding: 8px 32px 8px 8px;
}
.side .categoryList .title::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.side .categoryList .title.is-active::after {
  content: "";
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: contain;
}
.side .categoryList ul:not(.search-color) li a {
  display: block;
  padding: 8px;
}
.side .categoryList ul:not(.search-color) li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.side .categoryList .child {
  background-color: #f7f7f7;
}
.side .categoryList .child li {
  position: relative;
  padding-left: 16px;
}
.side .categoryList .child li::before {
  content: "";
  width: 6px;
  height: 8px;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  position: absolute;
  left: 12px;
  top: 12px;
}
.side .search-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 16px 0;
}
.side .search-color li {
  font-size: 11px;
}
.side .search-color a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.side .search-color img {
  width: 32px;
  max-width: 100%;
}

.dvProductAdvancedSearch {
  margin-top: 24px;
}
.dvProductAdvancedSearch__title {
  position: relative;
  display: block;
  font-weight: bold;
  background: url(../img/common/icon_search_white.svg) left 4px center #777 no-repeat;
  background-size: 24px;
  color: #fff;
  border-radius: 4px;
  padding: 8px 32px 8px 28px;
}
.dvProductAdvancedSearch__content .title {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: left;
  background-color: #eee;
  border-radius: 4px;
  padding: 8px 32px 8px 8px;
  margin-top: 8px;
}
.dvProductAdvancedSearch__content .title.accordion-trigger::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.dvProductAdvancedSearch__content .title.accordion-trigger.is-active::after {
  content: "";
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: contain;
}
.dvProductAdvancedSearch__content .accordion-content {
  display: none;
}
.dvProductAdvancedSearch__content input[type=search] {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}
.dvProductAdvancedSearch__content table td {
  padding: 8px 0;
}
.dvProductAdvancedSearch__content table td select {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}
.dvProductAdvancedSearch .search-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  font-size: 11px;
  margin: 16px 0;
}
.dvProductAdvancedSearch .search-color__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.dvProductAdvancedSearch .search-color__trigger {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.dvProductAdvancedSearch .button {
  padding: 0;
  margin-top: 16px;
}

.product-detail__container {
  display: flex;
  gap: 24px 80px;
}
@media screen and (max-width: 767px) {
  .product-detail__container {
    flex-direction: column;
  }
}
.product-detail #dvProductDetailArea #detailImage {
  width: 558px;
}
@media screen and (max-width: 767px) {
  .product-detail #dvProductDetailArea #detailImage {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.product-detail #dvProductDetailArea #detailOne {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .product-detail #dvProductDetailArea #detailOne {
    width: 100%;
  }
}
.product-detail__slider img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail__thumbnail {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .product-detail__thumbnail {
    margin: 8px 8px 0;
  }
}
.product-detail__thumbnail img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail__thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .product-detail__thumbnail .slick-track {
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
  }
}
.product-detail__thumbnail .slick-track::before {
  content: none;
}
.product-detail__thumbnail .slick-track::after {
  content: none;
}
.product-detail__thumbnail .slick-slide {
  width: auto !important;
  cursor: pointer;
}
.product-detail__thumbnail .slick-current img {
  border: 2px solid #333;
}
.product-detail .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product-detail .icon .soldout {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 12px;
}
.product-detail__copy {
  margin: 16px 0 8px;
}
.product-detail__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.product-detail__id {
  font-size: 13px;
  color: #707070;
}
.product-detail .wrapProductPrice {
  margin: 24px 0;
}
.product-detail .wrapProductPrice .productPrice {
  font-size: 14px;
  font-weight: bold;
}
.product-detail .wrapProductPrice .productPrice span {
  font-size: 28px;
}
.product-detail__set-promotion {
  background-color: #f9f0dc;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 16px 0 !important;
}
.product-detail__novelty {
  margin: 24px 0;
}
.product-detail__novelty .noveltyProduct {
  gap: 16px;
  padding: 8px;
  border: none;
  border-radius: 8px;
  background: #f7f7f7;
  margin-bottom: 0;
}
.product-detail__novelty .noveltyProduct .image {
  width: 72px;
  line-height: 1;
}
.product-detail__novelty .noveltyProduct .image img {
  width: 100% !important;
  height: auto !important;
}
.product-detail__novelty-head {
  margin-bottom: 10px;
}
.product-detail__novelty-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.product-detail__novelty-name {
  font-weight: bold;
  margin-bottom: 8px;
}
.product-detail .productSellInfo {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-detail .productSellInfo .selectVariation {
  margin: 24px 0;
}
.product-detail .productSellInfo .selectVariation__wrap + .selectVariation__wrap {
  margin-top: 8px;
}
.product-detail .productSellInfo .selectVariation__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .product-detail .productSellInfo .selectVariation__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-detail .productSellInfo .selectVariation__item a {
  display: block;
}
.product-detail .productSellInfo .selectVariation__img {
  width: 100%;
}
.product-detail .productSellInfo .selectVariation__name {
  font-size: 12px;
  text-align: center;
  margin: 4px 0 0 !important;
}
.product-detail .productSellInfo .selectVariation .VariationPanel__img {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 0;
}
.product-detail .productSellInfo .selectVariation .VariationPanel__img.selected {
  border: 2px solid #333;
  border-radius: 4px;
}
.product-detail .productSellInfo .selectVariation .VariationPanel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.product-detail .productSellInfo .selectVariation .VariationPanel.selected {
  border: 2px solid #333;
}
.product-detail .productSellInfo .selectVariation select {
  min-width: 300px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail .option-value {
  margin: 24px 0;
}
.product-detail .option-value__title {
  display: block;
  margin: 8px 0 4px;
}
.product-detail .option-value__checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 12px 0;
}
.product-detail .option-value__textbox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail .option-value__selectbox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail__btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0 16px;
}
@media screen and (max-width: 767px) {
  .product-detail .addCart {
    flex: 1;
  }
}
.product-detail .addCart .btnCart {
  padding: 0;
  margin: 0 !important;
}
.product-detail .addCart .btnCart .btn {
  min-width: 300px;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .product-detail .addCart .btnCart .btn {
    min-width: auto;
    width: 100%;
    max-width: 300px;
  }
}
.product-detail .btn-mail {
  min-width: 300px;
}
.product-detail .productAmount {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin: 24px 0;
}
.product-detail .productAmount input {
  width: 72px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail #divProductArrivalMail {
  padding: 0;
}
.product-detail #divProductArrivalMail td {
  padding: 16px !important;
}
.product-detail #divProductArrivalMail input {
  width: 100% !important;
  background: #F7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.product-detail .btnListContact li + li {
  margin-top: 4px;
}
.product-detail .snsList {
  margin: 24px 0;
}
.product-detail .multi-variation {
  border-bottom: 1px solid #ddd;
  margin: 40px 0 !important;
}
.product-detail .multi-variation__item {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  border-top: 1px solid #ddd;
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .product-detail .multi-variation__item {
    flex-wrap: wrap;
    padding: 12px 0;
  }
}
.product-detail .multi-variation__text {
  flex: 1;
  font-size: 13px;
}
.product-detail .multi-variation__kind {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.product-detail .multi-variation__btn-area {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .product-detail .multi-variation__btn-area {
    width: 100%;
  }
}
.product-detail .multi-variation__btn-area .addCart {
  display: flex;
  align-items: center;
}
.product-detail .multi-variation__btn-area .btnCart .btn {
  min-width: 200px;
  font-size: 14px;
  margin-right: 8px;
}
.product-detail .multi-variation__btn-area .btnCart:empty {
  display: none;
}
.product-detail .multi-variation .error {
  font-size: 12px;
}
.product-detail .multi-variation .product-detail__set-promotion {
  font-size: 12px;
  padding: 2px 8px;
  margin: 8px 0 !important;
}
.product-detail .multi-variation .product-detail__set-promotion:empty {
  display: none;
}
.product-detail .tblReviewInput {
  background: #f9f9f9;
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  .product-detail .tblReviewInput {
    padding: 16px;
  }
}
.product-detail .tblReviewInput tr {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.product-detail .tblReviewInput th {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .product-detail .tblReviewInput th {
    width: 110px;
  }
}
.product-detail .tblReviewInput td {
  flex: 1;
}
.product-detail .tblReviewInput input,
.product-detail .tblReviewInput textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail .tblReviewInput select {
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail .tblReviewInput .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
}
.product-detail .review .spMessage {
  margin-bottom: 16px;
}
.product-detail .review__item {
  border-top: 1px solid #ccc;
  padding: 24px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .product-detail .review__item {
    padding: 24px 0;
  }
}
.product-detail .review__info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-detail .review__info span {
  display: flex;
  align-items: center;
}
.product-detail .review__title {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}
.product-detail .review__comment {
  margin-bottom: 0 !important;
}

#dvProductDetailArea .wrapProductPrice p strike {
  color: #333 !important;
}

#dvProductDetailArea .wrapProductPrice p .sale {
  color: #C5412D;
}
#dvProductDetailArea .wrapProductPrice p .sale span {
  color: #C5412D;
}

.search-coordinate {
  margin-bottom: 8px;
}
.search-coordinate__item:not(:first-child) {
  margin-top: 8px;
}
.search-coordinate .title {
  position: relative;
  display: block;
  font-weight: bold;
  background-color: #eee;
  border-radius: 4px;
  padding: 8px 32px 8px 8px;
}
.search-coordinate ul li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.search-coordinate ul li a {
  display: block;
  padding: 8px;
}
.search-coordinate .keyword-search {
  display: block;
  margin-bottom: 16px;
}
.search-coordinate .keyword-search input {
  width: 100%;
  height: auto;
  line-height: 1.4;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0;
  width: 100%;
  border-radius: 4px;
  background: #fff url(../img/common/icon_search.svg) right center no-repeat;
  background-size: 32px;
}

.coordinate-list-page #pagination.above {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .coordinate-list-page #pagination.above {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .coordinate-list-page .sp-search-btn {
    display: none;
  }
}
.coordinate-list-page .sp-search-btn a {
  display: block;
  text-align: center;
  width: 100%;
  background: url(../img/common/icon_filter_white.svg) left 16px center #333 no-repeat;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 24px;
}
.coordinate-list-page .sp-search-btn.fixed-bottom {
  position: fixed;
  bottom: 8px;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .coordinate-top-page {
    padding-top: 40px;
  }
}
.coordinate-top-page main > .unit:first-child .heading {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .coordinate-top-page main > .unit:first-child .heading {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .coordinate-top-page .sp-search-btn {
    display: none;
  }
}
.coordinate-top-page .sp-search-btn a {
  display: block;
  text-align: center;
  width: 100%;
  background: url(../img/common/icon_filter_white.svg) left 16px center #333 no-repeat;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 24px;
}
.coordinate-top-page .sp-search-btn.fixed-bottom {
  position: fixed;
  bottom: 8px;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 2;
}

.list-coordinate__img img {
  max-width: 100%;
}
.list-coordinate__name {
  margin: 12px 0;
}
.list-coordinate__staff {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.list-coordinate__staff-img {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.list-coordinate__staff-img img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.list-coordinate__info {
  margin-top: 8px;
}
.list-coordinate__info + .list-coordinate__info {
  margin-top: 0px;
}

.top_recommend_curetor {
  padding: 40px !important;
  margin-top: 80px;
}
.top_recommend_curetor__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.top_recommend_curetor__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.top_recommend_curetor__item {
  width: calc((100% - 72px) / 4);
}
.top_recommend_curetor__img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
}
.top_recommend_curetor__img img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_recommend_curetor__name {
  text-align: center;
}

.coordinate-detail-page #dvProductDetailArea #detailImage {
  width: 558px;
}
@media screen and (max-width: 767px) {
  .coordinate-detail-page #dvProductDetailArea #detailImage {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.coordinate-detail-page #dvProductDetailArea #detailOne {
  flex: 1;
  width: auto;
  float: none;
}
.coordinate-detail-page__staff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.coordinate-detail-page__staff-img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.coordinate-detail-page__staff-img img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.coordinate-detail-page__staff-info {
  flex: 1;
}
.coordinate-detail-page__staff-name {
  font-size: 20px;
  font-weight: bold;
}
.coordinate-detail-page__staff-insta {
  margin-top: 4px;
}
.coordinate-detail-page__staff-insta a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: bold;
}
.coordinate-detail-page__staff-insta img {
  width: 24px;
}
.coordinate-detail-page__follow-btn .btn {
  min-width: auto;
  border-radius: 24px;
  padding: 8px 16px;
}
.coordinate-detail-page .afterfollow {
  border: 1px solid #ccc;
}
.coordinate-detail-page__info {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-top: 24px;
}
.coordinate-detail-page__title {
  font-size: 20px;
  margin: 8px 0;
}
.coordinate-detail-page__like-btn {
  margin-top: 24px;
}
.coordinate-detail-page__like-btn a {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.coordinate-detail-page__like-btn img {
  width: 24px;
}
.coordinate-detail-page .snsList {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-top: 24px;
}
.coordinate-detail-page__use {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-top: 24px;
}
.coordinate-detail-page__use-heading {
  font-size: 16px !important;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 20px !important;
}
.coordinate-detail-page__use-item {
  display: flex;
  gap: 24px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.coordinate-detail-page__use-item:last-of-type {
  border-bottom: 1px solid #ddd;
}
.coordinate-detail-page__use-img {
  width: 136px;
}
.coordinate-detail-page__use-img img {
  max-width: 100%;
}
.coordinate-detail-page__use-detail {
  flex: 1;
}
.coordinate-detail-page__use-name {
  font-size: 16px;
}
.coordinate-detail-page__use-variation select {
  width: 100%;
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 4px;
}
.coordinate-detail-page__use-btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.coordinate-detail-page__tags {
  background: #f7f7f7;
  padding: 16px 16px 1px;
  border-radius: 8px;
  margin-top: 40px;
}
.coordinate-detail-page__tags p {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.coordinate-detail-page__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}
.coordinate-detail-page__tags ul a {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 4px 12px;
}