/*
** Main
*/
.main__headline {
  padding-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .main__headline {
    padding-bottom: 0;
  }
}

.searchBox {
  width: 1000px;
  margin: 40px auto;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .searchBox {
    width: auto;
    margin: 25px 15px 0;
    padding-bottom: 15px;
    display: block;
  }
}

.searchBox__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: .04em;
  text-indent: .04em;
  color: #fff;
  text-align: center;
  background: #333;
  border-radius: 20px;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .searchBox__btn {
    width: 100%;
    line-height: 38px;
    border-radius: 7px;
    margin-bottom: 9px;
  }
}

.searchBox__btn::after {
  content: "";
  display: block;
  width: 19px;
  height: 13px;
  background: url(/common/img/icon_refine.png) center/cover no-repeat;
  margin-left: 8px;
}

@media screen and (max-width: 896px) {
  .searchBox__btn::after {
    width: 16px;
    height: 11px;
    background: url(/common/img/icon_refine_sp.png) center/cover no-repeat;
    margin-left: 6px;
  }
}

.searchBox__order {
  display: flex;
}

.searchBox__order--item {
  width: 112px;
}

@media screen and (max-width: 896px) {
  .searchBox__order--item {
    width: 33.3%;
  }
}

.searchBox__order--item a {
  display: block;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: .02em;
  text-indent: .02em;
  text-align: center;
  color: #333;
  border: 1px solid #eee;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .searchBox__order--item a {
    font-size: 12px;
    line-height: 31px;
    letter-spacing: -.01em;
    text-indent: -.01em;
  }
}

.searchBox__order--item a:hover {
  background: #fafafa;
}

.searchBox__order--item:first-child a {
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 896px) {
  .searchBox__order--item:first-child a {
    border-radius: 7px 0 0 7px;
  }
}

.searchBox__order--item:last-child a {
  border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 896px) {
  .searchBox__order--item:last-child a {
    border-radius: 0 7px 7px 0;
  }
}

.searchBox__order--item.active a {
  background: #fafafa;
}

.items {
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .items {
    margin-top: 27px;
  }
}

.items__list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .items__list {
    padding-bottom: 27px;
  }
}

.items__list.slick-initialized {
  display: block;
}

.items__item {
  width: 25%;
  margin-bottom: 60px;
}

@media screen and (max-width: 896px) {
  .items__item {
    width: 50%;
    margin-bottom: 33px;
  }
}

.items__item a {
  display: block;
  transition: .3s;
}

.items__item a:hover {
  opacity: .5;
}

.items__item a:focus {
  outline: unset;
}

.items__pic {
  margin-bottom: 13px;
}

@media screen and (max-width: 896px) {
  .items__pic {
    margin-bottom: 5px;
  }
}

.items__pic img {
  width: 100%;
}

.items__detail {
  padding: 0 45px;
}

@media screen and (max-width: 896px) {
  .items__detail {
    padding: 0 15px;
  }
}

.items__headline {
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 896px) {
  .items__headline {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 7px;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }
}

.items__price {
  display: block;
  font-size: 13px;
  color: #6f6f6f;
}

@media screen and (max-width: 896px) {
  .items__price {
    font-size: 12px;
  }
}

.items__price .normal__price {
  text-decoration: line-through;
}

.items__price .sale__price {
  font-weight: bold;
  letter-spacing: .02em;
  text-indent: .02em;
}

.items__price .discount__price {
  color: #d73838;
}

.items .slick-prev {
  width: 50px;
  height: 50px;
  background: #e5e5e5;
  top: auto;
  left: 13vw;
  bottom: -95px;
  z-index: 2;
  border-radius: 2px;
  transform: translate(0, 0);
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .items .slick-prev {
    width: 43px;
    height: 43px;
    bottom: -70px;
    left: 50%;
    margin-left: -145px;
  }
}

.items .slick-prev::before {
  display: none;
}

.items .slick-prev::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -7px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 896px) {
  .items .slick-prev::after {
    width: 13px;
    height: 13px;
    left: 17px;
  }
}

.items .slick-prev:hover {
  background: #cecece;
}

.items .slick-next {
  width: 50px;
  height: 50px;
  background: #e5e5e5;
  top: auto;
  right: 13vw;
  bottom: -95px;
  z-index: 2;
  border-radius: 2px;
  transform: translate(0, 0);
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .items .slick-next {
    width: 43px;
    height: 43px;
    bottom: -70px;
    right: 50%;
    margin-right: -145px;
  }
}

.items .slick-next::before {
  display: none;
}

.items .slick-next::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -7px;
  transform: rotate(45deg);
}

@media screen and (max-width: 896px) {
  .items .slick-next::after {
    width: 13px;
    height: 13px;
    right: 17px;
  }
}

.items .slick-next:hover {
  background: #cecece;
}

.brandHead {
  background: #f9f9f9;
  padding: 30px 0;
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .brandHead {
    padding: 16px 0 23px;
    margin-top: 0;
  }
}

.brandHead__inner {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .brandHead__inner {
    display: block;
    width: auto;
    margin: 0 15px;
  }
}

.brandHead__pic {
  width: 430px;
  background: #fff;
}

@media screen and (max-width: 896px) {
  .brandHead__pic {
    width: 100%;
    margin-bottom: 22px;
  }
}

.brandHead__pic img {
  width: 100%;
}

.brandHead__detail {
  width: calc(100% - 430px);
  box-sizing: border-box;
  padding: 0 30px 0 52px;
}

@media screen and (max-width: 896px) {
  .brandHead__detail {
    width: 100%;
    padding: 0;
  }
}

.brandHead__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .brandHead__headline {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.brandHead__headline::before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #333;
  margin-right: 6px;
}

@media screen and (max-width: 896px) {
  .brandHead__headline::before {
    margin-right: 5px;
  }
}

.brandHead__copy {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .brandHead__copy {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 8px;
  }
}

.brandHead__description {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 27px;
  padding-left: 16px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .brandHead__description {
    font-size: 13px;
    line-height: 23px;
    padding-left: 11px;
  }
}

.brandHead__description::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 12px);
  background: #333;
  position: absolute;
  top: 6px;
  left: 0;
}

@media screen and (max-width: 896px) {
  .brandHead__description::after {
    height: calc(100% - 10px);
    top: 5px;
  }
}

.detail {
  position: relative;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .detail {
    padding-bottom: 45px;
  }
}

.detail.show {
  opacity: 1;
}

.detail__inner {
  overflow: hidden;
}

.detail__pic {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.detail__pic img {
  width: 100%;
}

.detail__carousel {
  width: auto;
  padding: 16px 16px 32px;
  background: #f9f9f9;
}

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

.detail__carousel .carouselList.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.detail__carousel .carouselList__item {
  width: 100%;
}

.detail__carousel .carouselList__item img {
  width: 100%;
}

.detail__carousel .carouselList .slick-prev {
  width: 13px;
  height: 29px;
  background: url(/common/img/arrow_carousel-prev.png) center/cover no-repeat;
  left: -7px;
  z-index: 2;
}

.detail__carousel .carouselList .slick-prev::before {
  display: none;
}

.detail__carousel .carouselList .slick-next {
  width: 13px;
  height: 29px;
  background: url(/common/img/arrow_carousel-next.png) center/cover no-repeat;
  right: -7px;
  z-index: 2;
}

.detail__carousel .carouselList .slick-next::before {
  display: none;
}

.detail__carousel .carouselList .slick-dots {
  font-size: 0;
  line-height: 1;
  bottom: -16px;
}

.detail__carousel .carouselList .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
}

.detail__carousel .carouselList .slick-dots li.slick-active button {
  background: #333;
}

.detail__carousel .carouselList .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #dcdcdc;
  border-radius: 50%;
}

.detail__carousel .carouselList .slick-dots li button::before {
  display: none;
}

.detail__box {
  float: right;
  width: 50%;
  padding: 55px 0 0 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 896px) {
  .detail__box {
    float: none;
    width: 100%;
    padding: 30px 15px 0;
  }
}

.detail__box .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 380px;
}

@media screen and (max-width: 896px) {
  .detail__box .inner {
    max-width: 100%;
  }
}

.detail__box .type {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
  text-indent: .08em;
  margin-bottom: 13px;
}

@media screen and (max-width: 896px) {
  .detail__box .type {
    margin-bottom: 8px;
  }
}

.detail__box .headline {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 896px) {
  .detail__box .headline {
    font-size: 17px;
    line-height: 29px;
  }
}

.detail__box .itemNum {
  width: 100%;
  font-size: 12px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #8e8e8e;
  margin-bottom: 20px;
}

.detail__box .price {
  letter-spacing: .08em;
  text-indent: .08em;
}

.detail__box .price .normal__price {
  display: block;
  margin-bottom: 10px;
}

.detail__box .price .sale__price {
  display: block;
  font-weight: bold;
}

.detail__box .price .discount__price {
  color: #d73838;
}

.detail__box .price .tax {
  font-size: 12px;
}

.detail__box .price .normal__price {
  color: #818181;
  position: relative;
}

.detail__box .price .normal__price::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #818181;
  position: absolute;
  top: 50%;
  left: 0;
}

.detail__box .point {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -.01em;
  text-indent: -.01em;
  color: #daae67;
}

.detail__box .description {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  margin: 25px 0 22px;
}

@media screen and (max-width: 896px) {
  .detail__box .description {
    margin: 20px 0 20px;
  }
}

.detail__box .description a {
  color: #333;
  text-decoration: underline;
}

.detail__box .shop {
  width: 100%;
  border: 1px solid #eee;
  padding: 25px;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .detail__box .shop {
    box-sizing: border-box;
    padding: 22px 15px;
  }
}

.detail__box .shop .attention {
  display: block;
  font-size: 15px;
  color: #d23838;
  margin: 10px 0;
}

.detail__box .shop__noItem {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
}

.detail__box .shop__noItem em {
  font-weight: bold;
}

.detail__box .shopRow {
  margin-bottom: 15px;
}

.detail__box .shopRow .theme {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  text-indent: .05em;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .detail__box .shopRow .theme {
    margin-bottom: 12px;
  }
}

.detail__box .shopRow .select {
  width: 100%;
  box-sizing: border-box;
}

.detail__box .shopRow .select select {
  width: 100%;
  height: 33px;
  font-size: 13px;
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #fff url(/common/img/icon_select.png) center right/19px no-repeat;
  padding: 0 25px 0 10px;
}

@media screen and (max-width: 896px) {
  .detail__box .shopRow .select select {
    height: 36px;
    background: #fff url(/common/img/icon_select_sp.png) center right/20px no-repeat;
  }
}

.detail__box .shopRow .select label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}

.detail__box .shopRow .select label:last-child {
  margin-bottom: 0;
}

.detail__box .shopRow .select label input {
  width: 18px;
  height: 18px;
  border: 1px solid #404040;
  border-radius: 50%;
  margin-right: 8px;
}

.detail__box .shopRow .select label input:checked {
  background: url(/common/img/icon_radio_checked.png) center/12px no-repeat;
}

.detail__box .shopRow .select label input:focus {
  outline: none;
}

.detail__box .shopRow .status {
  font-size: 13px;
  padding: 0 5px;
}

@media screen and (max-width: 896px) {
  .detail__box .shopRow .status {
    padding: 0 10px;
  }
}

.detail__box .shopRow--material {
  display: none;
  padding: 15px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.detail__box .shopRow--material.show {
  display: block;
}

.detail__box .shopRow .attention {
  display: block;
  font-size: 12px;
  color: #d23838;
  margin: 7px 0 0;
}

.detail__box .shop__notes {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
}

.detail__box .shop__bag {
  margin-bottom: 12px;
}

.detail__box .shop__bag input {
  width: 100%;
  height: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 700;
  color: #fff;
  border: 1px solid #404040;
  background: #404040;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}

.detail__box .shop__favorite input {
  width: 100%;
  height: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 700;
  color: #b6b6b6;
  border: 1px solid #b6b6b6;
  background: #fff url(/common/img/icon_favorite.png) center right 15px/20px no-repeat;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}

.detail__box .shop__favorite input.favorite--on {
  background: #fafafa url(/common/img/icon_favorite_on.png) center right 15px/20px no-repeat;
  border: 1px solid #fafafa;
}

.detail__box .shop .share {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.detail__box .shop .share .theme {
  width: 118px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .03em;
  text-indent: .03em;
  font-weight: bold;
  color: #b6b6b6;
}

@media screen and (max-width: 896px) {
  .detail__box .shop .share .theme {
    width: auto;
    margin-right: 25px;
  }
}

.detail__box .shop .shareList {
  width: calc(100% - 118px);
  display: flex;
}

@media screen and (max-width: 896px) {
  .detail__box .shop .shareList {
    width: auto;
  }
}

.detail__box .shop .shareList__item {
  margin-right: 20px;
}

.detail__box .shop .shareList__item a {
  display: block;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
  border-radius: 50%;
  transition: .3s;
}

.detail__box .shop .shareList__item a:hover {
  border: 1px solid #b6b6b6;
}

@media screen and (max-width: 896px) {
  .detail__box .shop .shareList__item a:hover {
    border: 1px solid #b6b6b6;
  }
}

.detail__box .shop .shareList__item--facebook a {
  background: url(/common/img/icon_facebook_products.png) center/8px no-repeat;
}

@media screen and (max-width: 896px) {
  .detail__box .shop .shareList__item--facebook a {
    background: url(/common/img/icon_facebook_products.png) center/8px no-repeat;
  }
}

.detail__box .shop .shareList__item--facebook a:hover {
  background: #b6b6b6 url(/common/img/icon_facebook_products_hov.png) center/8px no-repeat;
}

@media screen and (max-width: 896px) {
  .detail__box .shop .shareList__item--facebook a:hover {
    background: url(/common/img/icon_facebook_products.png) center/8px no-repeat;
  }
}

.detail__box .shop .shareList__item--line a {
  background: url(/common/img/icon_line_products.png) center/20px no-repeat;
}

@media screen and (max-width: 896px) {
  .detail__box .shop .shareList__item--line a {
    background: url(/common/img/icon_line_products.png) center/20px no-repeat;
  }
}

.detail__box .shop .shareList__item--line a:hover {
  background: #b6b6b6 url(/common/img/icon_line_products_hov.png) center/20px no-repeat;
}

@media screen and (max-width: 896px) {
  .detail__box .shop .shareList__item--line a:hover {
    background: url(/common/img/icon_line_products.png) center/20px no-repeat;
  }
}

.detail__box .shop .shareList__item--mail {
  margin-right: 0;
}

.detail__box .shop .shareList__item--mail a {
  background: url(/common/img/icon_mail_products.png) center/18px no-repeat;
}

@media screen and (max-width: 896px) {
  .detail__box .shop .shareList__item--mail a {
    background: url(/common/img/icon_mail_products.png) center/17px no-repeat;
  }
}

.detail__box .shop .shareList__item--mail a:hover {
  background: #b6b6b6 url(/common/img/icon_mail_products_hov.png) center/18px no-repeat;
}

@media screen and (max-width: 896px) {
  .detail__box .shop .shareList__item--mail a:hover {
    background: url(/common/img/icon_mail_products.png) center/17px no-repeat;
  }
}

.detail__box .detailArea {
  width: 100%;
}

.detail__box .detailArea__ttl {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  letter-spacing: .06em;
  text-indent: .06em;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.detail__box .detailArea__txt {
  font-size: 14px;
  line-height: 25px;
}

@media screen and (max-width: 896px) {
  .detail__box .detailArea__txt {
    font-size: 13px;
    line-height: 26px;
  }
}

.detail__otherPic {
  min-height: 33.3vw;
}

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

.detail__otherPic .otherPicList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
}

.detail__otherPic .otherPicList__item {
  width: 33.3%;
}

.detail__otherPic .otherPicList__item img {
  width: 100%;
}

.noItem {
  width: 1000px;
  margin: 0 auto;
  padding: 67px 0;
  text-align: center;
  background: #f9f9f9;
  border-radius: 3px;
}

@media screen and (max-width: 896px) {
  .noItem {
    width: auto;
    margin: 30px 15px 0;
    padding: 43px 0;
    font-size: 14px;
  }
}
