/*
** Main
*/
.hero {
  margin: 0 0 84px;
}

@media screen and (max-width: 896px) {
  .hero {
    margin: 0 auto 68px;
  }
}

.hero__inner {
  display: none;
}

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

.hero__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero__item a:focus {
  outline: unset;
}

.hero__item img {
  width: 100%;
}

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

.hero .slick-list {
  overflow: visible;
}

.hero .slick-dots {
  font-size: 0;
  bottom: -18px;
}

@media screen and (max-width: 896px) {
  .hero .slick-dots {
    bottom: -19px;
  }
}

.hero .slick-dots li {
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 896px) {
  .hero .slick-dots li {
    width: 9px;
    height: 9px;
  }
}

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

@media screen and (max-width: 896px) {
  .hero .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}

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

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

.hero .slick-prev, .hero .slick-next {
  z-index: 5;
  transition: .3s;
}

.hero .slick-prev:hover, .hero .slick-next:hover {
  opacity: .5;
}

.hero .slick-prev {
  width: 55px;
  height: 55px;
  background: #fff url(/common/img/icon_hero_prev.png) center/19px no-repeat;
  border-radius: 50%;
  left: 1.0981vw;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.hero .slick-next {
  width: 55px;
  height: 55px;
  background: #fff url(/common/img/icon_hero_next.png) center/19px no-repeat;
  border-radius: 50%;
  right: 1.0981vw;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.hero .slick-prev:before, .hero .slick-next:before {
  display: none;
}

.bnrList:last-child {
  margin-bottom: 55px;
}

@media screen and (max-width: 896px) {
  .bnrList:last-child {
    margin-bottom: 50px;
  }
}

.bnrListS {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .bnrListS {
    margin: 0 15px;
    flex-wrap: wrap;
  }
}

.bnrListS__item {
  width: calc(25% - 2px);
  margin: 0 1px;
}

@media screen and (max-width: 896px) {
  .bnrListS__item {
    width: calc(50% - 1px);
    margin: 0 1px 0 0;
  }
}

@media screen and (min-width: 897px) {
  .bnrListS__item:first-child {
    width: calc(25% - 1px);
    margin-left: 0;
  }
}

@media screen and (min-width: 897px) {
  .bnrListS__item:last-child {
    width: calc(25% - 1px);
    margin-right: 0;
  }
}

@media screen and (max-width: 896px) {
  .bnrListS__item:nth-child(2n) {
    margin: 0 0 0 1px;
  }
}

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

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

.bnrListS__pic img {
  width: 100%;
}

.bnrListS__ttl {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 16px;
}

@media screen and (max-width: 896px) {
  .bnrListS__ttl {
    line-height: 17px;
    margin: 10px 0 15px;
  }
}

.bnrListM {
  display: flex;
  justify-content: center;
}

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

.bnrListM__item {
  width: 50%;
}

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

.bnrListM__item:first-child {
  margin-right: 1px;
}

.bnrListM__item:last-child {
  margin-left: 1px;
}

.bnrListM__pic img {
  width: 100%;
}

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

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

.bnrListM__ttl {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin: 10px 16px;
}

@media screen and (max-width: 896px) {
  .bnrListM__ttl {
    margin: 10px 0;
  }
}

.section__headline {
  text-align: center;
}

.section__headline .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 600;
  margin-bottom: 13px;
}

@media screen and (max-width: 896px) {
  .section__headline .jp {
    font-size: 22px;
    margin-bottom: 11px;
  }
}

.section__headline .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: .12em;
  text-indent: .12em;
  color: #c2c2c2;
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  .section__headline .en {
    font-size: 13px;
  }
}

.btn__more a {
  display: block;
  width: 270px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  color: #b6b6b6;
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
  border-radius: 2px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btn__more a {
    width: 290px;
    font-size: 14px;
    line-height: 41px;
    border-radius: 3px;
  }
}

.btn__more a:hover {
  color: #fff;
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
}

@media screen and (max-width: 896px) {
  .btn__more--newItem a {
    width: 186px;
  }
}

.section__newItem {
  padding-bottom: 65px;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .section__newItem {
    padding-bottom: 50px;
    border-bottom: 1px solid #f9f9f9;
  }
}

.newItem {
  margin-top: 30px;
}

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

.newItem__list {
  margin-bottom: 45px;
  display: none;
}

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

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

.newItem__item {
  width: 25%;
}

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

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

.newItem__item a:focus {
  outline: unset;
}

.newItem__pic {
  margin-bottom: 13px;
}

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

.newItem__pic img {
  width: 100%;
}

.newItem__detail {
  padding: 0 45px;
}

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

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

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

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

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

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

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

.newItem__price .discount__price {
  color: #d73838;
}

.newItem .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) {
  .newItem .slick-prev {
    width: 43px;
    height: 43px;
    bottom: -70px;
    left: 50%;
    margin-left: -145px;
  }
}

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

.newItem .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) {
  .newItem .slick-prev::after {
    width: 13px;
    height: 13px;
    left: 17px;
  }
}

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

.newItem .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) {
  .newItem .slick-next {
    width: 43px;
    height: 43px;
    bottom: -70px;
    right: 50%;
    margin-right: -145px;
  }
}

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

.newItem .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) {
  .newItem .slick-next::after {
    width: 13px;
    height: 13px;
    right: 17px;
  }
}

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

.section__pickUp {
  margin-top: 65px;
  padding-bottom: 60px;
}

@media screen and (max-width: 896px) {
  .section__pickUp {
    margin-top: 50px;
    padding-bottom: 54px;
  }
}

.pickUp {
  margin-top: 35px;
}

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

.pickUpList {
  width: 1000px;
  margin: 0 auto 30px;
  display: flex;
}

@media screen and (max-width: 896px) {
  .pickUpList {
    width: auto;
    flex-wrap: wrap;
    margin: 0 15px 25px;
  }
}

.pickUpList__item {
  width: 332px;
  margin-right: 2px;
}

@media screen and (max-width: 896px) {
  .pickUpList__item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
  }
}

.pickUpList__item:last-child {
  margin-right: 0;
}

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

.pickUpList__item a:hover {
  opacity: .7;
}

@media screen and (max-width: 896px) {
  .pickUpList__item:nth-of-type(2) a, .pickUpList__item:nth-of-type(3) a {
    display: flex;
    padding: 15px 0;
  }
  .pickUpList__item:nth-of-type(2) a .pickUpList__pic, .pickUpList__item:nth-of-type(3) a .pickUpList__pic {
    width: 35%;
  }
  .pickUpList__item:nth-of-type(2) a .pickUpList__detail, .pickUpList__item:nth-of-type(3) a .pickUpList__detail {
    width: calc(100% - 35%);
    margin: 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }
  .pickUpList__item:nth-of-type(2) a .pickUpList__detailHead, .pickUpList__item:nth-of-type(3) a .pickUpList__detailHead {
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 3px;
  }
  .pickUpList__item:nth-of-type(2) a .pickUpList__detail--cat, .pickUpList__item:nth-of-type(3) a .pickUpList__detail--cat {
    font-size: 13px;
    margin-right: 10px;
  }
  .pickUpList__item:nth-of-type(2) a .pickUpList__detail--date, .pickUpList__item:nth-of-type(3) a .pickUpList__detail--date {
    font-size: 12px;
  }
  .pickUpList__item:nth-of-type(2) a .pickUpList__detail--headline, .pickUpList__item:nth-of-type(3) a .pickUpList__detail--headline {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .pickUpList__item:nth-of-type(2) a .pickUpList__detail--description, .pickUpList__item:nth-of-type(3) a .pickUpList__detail--description {
    display: none;
  }
}

.pickUpList__pic img {
  width: 100%;
}

.pickUpList__detail {
  width: 310px;
  margin: -15px auto 0;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 896px) {
  .pickUpList__detail {
    width: 95%;
    padding: 5px 0 20px;
  }
}

.pickUpList__detailHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 896px) {
  .pickUpList__detailHead {
    padding: 0 10px;
    margin-bottom: 14px;
  }
}

.pickUpList__detail--cat {
  font-size: 12px;
  letter-spacing: .08em;
  text-indent: .08em;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 896px) {
  .pickUpList__detail--cat {
    font-size: 14px;
  }
}

.pickUpList__detail--date {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #9f9f9f;
}

@media screen and (max-width: 896px) {
  .pickUpList__detail--date {
    font-size: 13px;
  }
}

.pickUpList__detail--new {
  vertical-align: middle;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #daae67;
  margin-right: 6px;
}

@media screen and (max-width: 896px) {
  .pickUpList__detail--new {
    font-size: 13px;
    margin-right: 4px;
  }
}

.pickUpList__detail--headline {
  font-size: 15px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}

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

.pickUpList__detail--headline br {
  display: none;
}

.pickUpList__detail--description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 350;
  color: #333;
}

@media screen and (max-width: 896px) {
  .pickUpList__detail--description {
    font-size: 13px;
    line-height: 20px;
  }
}

.section__ranking {
  padding: 49px 0 60px;
  background: #f9f9f9;
}

@media screen and (max-width: 896px) {
  .section__ranking {
    padding: 50px 0 43px;
  }
}

.ranking {
  margin-top: 35px;
}

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

.rankingList {
  display: flex;
  margin: 0 4px;
}

@media screen and (max-width: 896px) {
  .rankingList {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
}

.rankingList__item {
  width: 20%;
  margin-right: 2px;
}

@media screen and (max-width: 896px) {
  .rankingList__item {
    width: 45%;
    margin-right: .6%;
  }
}

@media screen and (max-width: 896px) {
  .rankingList__item:nth-of-type(1) {
    width: 100%;
    padding: 15px;
    margin: 0 0 25px;
    background: #f2f2f2;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 896px) {
  .rankingList__item:nth-of-type(1) a {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 896px) {
  .rankingList__item:nth-of-type(1) .rankingList__pic {
    width: 50%;
  }
}

.rankingList__item:nth-of-type(1) .rankingList__pic::after {
  content: "01";
}

@media screen and (max-width: 896px) {
  .rankingList__item:nth-of-type(1) .rankingList__detail {
    width: calc(100% - 49%);
    padding: 0 0 0 12px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 896px) {
  .rankingList__item:nth-of-type(1) .rankingList__headline {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 896px) {
  .rankingList__item:nth-of-type(1) .rankingList__price {
    font-size: 14px;
  }
}

@media screen and (max-width: 896px) {
  .rankingList__item:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

.rankingList__item:nth-of-type(2) .rankingList__pic::after {
  content: "02";
}

@media screen and (max-width: 896px) {
  .rankingList__item:nth-of-type(3) {
    margin: 0 0 20px;
  }
}

.rankingList__item:nth-of-type(3) .rankingList__pic::after {
  content: "03";
}

.rankingList__item:nth-of-type(4) .rankingList__pic::after {
  content: "04";
}

.rankingList__item:nth-of-type(5) {
  margin-right: 0;
}

.rankingList__item:nth-of-type(5) .rankingList__pic::after {
  content: "05";
}

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

.rankingList__item a:hover {
  opacity: .8;
}

.rankingList__pic {
  position: relative;
}

.rankingList__pic::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .06em;
  text-indent: .06em;
  color: #daae67;
  border: 1px solid #ddb575;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 896px) {
  .rankingList__pic::after {
    width: 8.125vw;
    height: 8.125vw;
    font-size: 3.75vw;
    top: 1.875vw;
    left: 1.875vw;
  }
}

.rankingList__pic img {
  width: 100%;
}

.rankingList__detail {
  padding: 13px 20px 0;
}

@media screen and (max-width: 896px) {
  .rankingList__detail {
    padding: 8px 9px;
  }
}

.rankingList__headline {
  font-size: 13px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 13px;
}

@media screen and (max-width: 896px) {
  .rankingList__headline {
    font-size: 13px;
    line-height: 18px;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    margin-bottom: 6px;
  }
}

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

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

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

.rankingList__price .discount__price {
  color: #d73838;
}

.section__news {
  padding: 65px 0 80px;
}

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

.news {
  margin-top: 35px;
}

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

.newsList {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 17px;
}

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

.newsList__item {
  width: 480px;
  margin: 0 40px 30px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  position: relative;
}

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

.newsList__item:nth-child(2n) {
  margin-right: 0;
}

.newsList__item a {
  display: flex;
  transition: .3s;
}

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

.newsList__pic {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 896px) {
  .newsList__pic {
    width: 26.5625vw;
    height: 26.5625vw;
  }
}

.newsList__pic img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.newsList__detail {
  width: calc(100% - 130px);
  box-sizing: border-box;
  padding: 10px 0 0 20px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .newsList__detail {
    width: calc(100% - 26.5625vw);
    padding: 0 0 0 15px;
  }
}

.newsList__new {
  vertical-align: middle;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #daae67;
  margin-right: 3px;
}

@media screen and (max-width: 896px) {
  .newsList__new {
    margin-right: 6px;
  }
}

.newsList__date {
  vertical-align: middle;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #adadad;
}

.newsList__headline {
  max-height: 63px;
  overflow: hidden;
  font-size: 15px;
  line-height: 21px;
  color: #333;
  margin-top: 15px;
}

@media screen and (max-width: 896px) {
  .newsList__headline {
    max-height: 100%;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
  }
}

.section__instagram {
  display: none;
  padding: 0 0 65px;
  border-bottom: 1px solid #eee;
}

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

.section__instagram .section__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  .section__instagram .section__headline {
    font-size: 22px;
  }
}

.instagram {
  margin-top: 50px;
}

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

.instagramList {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .instagramList {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: auto;
    margin: 0 15px;
  }
}

.instagramList__item {
  width: 198px;
}

@media screen and (max-width: 896px) {
  .instagramList__item {
    width: 33%;
    margin: 0 .5% .5% 0;
  }
  .instagramList__item:nth-child(3n) {
    margin-right: 0;
  }
}

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

.instagramList__item a:hover {
  opacity: .7;
}

.instagramList__item img {
  width: 100%;
}

.instagramList__item--all a {
  height: 100%;
  background: #333333 url(/common/img/icon_instagram.png) center/40px no-repeat;
}

@media screen and (max-width: 896px) {
  .instagramList__item--all a {
    background: #333333 url(/common/img/icon_instagram.png) center/20px no-repeat;
  }
}
