.top {
  overflow-x: hidden;
}

.top .contentsTop {
  margin-bottom: 50px;
}

.top .contentsBottom {
  margin-bottom: 80px;
}

.top .contentsBottom.contentNews {
  margin-bottom: 5em;
}

.top .content:not(:last-child) {
  margin-bottom: 60px;
}

.top .content .contentHead {
  margin-bottom: 35px;
}

.top .content .contentHead .title {
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.top .content .contentHead .title .titleText {
  color: #010101;
  font-size: 12px;
  letter-spacing: .055em;
  padding-left: 13px;
  padding-top: 19px;
}

.top .content .contentHead .lead {
  line-height: 1.6;
  margin-bottom: -5px;
}

.top .content .contentBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.top .content .contentBody .item {
  margin-bottom: 25px;
}

.top .content .contentBody .item .itemDescription {
  line-height: 1.6;
}

.top .content .contentBody .item .itemImg {
  font-size: 14px;
  margin-bottom: 9px;
}

.top .content .contentBody .item .itemImg a img{
  transition: opacity 0.3s ease-in-out;
}

.top .content .contentBody .item .itemImg a:hover img{
  opacity: 0.7;
}

.top .content .contentBody .itemColumn2 {
  width: calc((100% - 20px) / 2);
}

.top .content .contentBody .itemColumn2:not(:nth-child(2n)) {
  margin-right: 20px;
}

.top .content .contentBody .itemColumn2:not(:nth-last-child(n + 3)) {
  margin-bottom: 0;
}

.top .content .contentBody .itemColumn4 {
  width: calc((100% - (14px * 3)) / 4);
}

.top .content .contentBody .itemColumn4:not(:nth-child(4n)) {
  margin-right: 14px;
}

.top .content .contentBody .itemColumn4:not(:nth-last-child(n + 5)) {
  margin-bottom: 0;
}

.top .content .contentBody .itemColumn3 {
  width: calc((100% - (14px * 2)) / 3);
}

.top .content .contentBody .itemColumn3:not(:nth-child(3n)) {
  margin-right: 14px;
}

.top .content .contentBody .itemColumn3:not(:nth-last-child(n + 4)) {
  margin-bottom: 0;
}

.top .content .contentBody .swiper-wrapper,
.top .content .contentBody .swiper-slide {
  margin-bottom: 0;
}

.top .content .contentBodyMore {
  display: none;
  margin-top: 25px;
}

.top .content .contentBody--pick-up .subTitle {
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-align: baseline;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: baseline;
  -ms-flex-pack: start;
  font-size: 12px;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0 0 20px 0;
}

.top .content .contentBody--pick-up .subTitle .subTitleText {
  padding-left: 10px;
  white-space: nowrap;
}

.top .content .contentFoot {
  margin-top: 40px;
}

.top .content .contentFoot a {
  display: inline-block;
}

.top .content .contentFoot img {
  margin: 0 auto;
}

.top .contentPickUp .contentBody:not(:last-child) {
  margin-bottom: 45px;
}

.top .contentPickUp .item .hoverSquare {
  background-color: rgba(0, 0, 0, .63);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  width: 100%;
}

.top .contentPickUp .item .itemNamePrice {
  color: #fff;
  opacity: 0;
}

.top .contentPickUp .item:hover .hoverSquare {
  opacity: 1;
}

.top .contentPickUp .item:hover .itemInfo {
  opacity: 1;
}

.top .contentPickUp .item:hover .itemImg a::after {
  content: none;
}

.top .contentPickUp .item:hover .itemNamePrice {
  opacity: 1;
}

.top .contentPickUp .itemImg {
  position: relative;
}

.top .contentPickUp .itemImg .itemNamePrice {
  bottom: 0;
  left: 0;
  padding: 0 10px 5px;
  position: absolute;
}

.top .contentPickUp .itemImg .itemNamePrice .itemName {
  font-size: 14px;
  margin-bottom: 0;
  word-break: break-all;
}

.top .contentPickUp .itemImg .itemNamePrice .itemPrice {
  font-size: 13px;
  margin-bottom: 0;
}

.top .contentSwiper .contentBody {
  margin-bottom: -12px;
}

.top .contentRanking .contentBody {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.top .contentRanking .item {
  display: block;
}

.top .subContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.top .subContent:first-child {
  margin-right: 70px;
}

.top .subContent .subTitle {
  margin: 0 0 20px 0;
  width: 166px;
}

.top .subContent .subTitle .subTitleText {
  font-size: 12px;
  margin-top: 6px;
  white-space: nowrap;
  display: block;
}

.top .subContent .thumbsnailItem {
  width: calc(100% - 166px);
}

.top .subContent .subItem .item {
  counter-increment: number;
  cursor: pointer;
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
}

.top .subContent .subItem .item .hoverSquare {
  background-color: rgba(0, 0, 0, .63);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  width: 100%;
}

.top .subContent .subItem .item:hover .hoverSquare {
  opacity: 1;
}

.top .subContent .subItem .item:hover .itemInfo {
  opacity: 1;
}

.top .subContent .subItem .item .itemImg {
  margin-bottom: 0;
  position: relative;
}

.top .subContent .subItem .item .itemInfo {
  bottom: 5px;
  color: #fff;
  left: 72px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.top .subContent .subItem .item .itemInfo .itemName {
  font-size: 14px;
  padding-right: 5px;
  word-break: break-all;
}

.top .subContent .subItem .item .itemInfo .itemPrice {
  font-size: 13px;
}

.top .subContent .subItem .item::before {
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-size: 50px;
  font-weight: 400;
  height: 35px;
  left: 0;
  line-height: 1;
  margin-top: -7px;
  min-width: 35px;
  padding-left: 10px;
  position: absolute;
  top: 7px;
  width: 35px;
}

.top .subContent .subItem .item:first-child {
  color: #c19a5b;
}

.top .subContent .subItem .item:nth-child(1)::before {
  background-image: url(/d_images/top/icon-number01.svg);
}

.top .subContent .subItem .item:nth-child(2) {
  color: #aeb3b5;
}

.top .subContent .subItem .item:nth-child(2)::before {
  background-image: url(/d_images/top/icon-number02.svg);
}

.top .subContent .subItem .item:last-child {
  color: #ae6938;
  margin-bottom: 0;
}

.top .subContent .subItem .item:nth-child(3)::before {
  background-image: url(/d_images/top/icon-number03.svg);
}

.top .swiperItemList,
.top .swiper-container {
  max-width: 1100px;
  width: 100%;
}

.top .swiperItemList .list .item .itemCondition {
  margin-top: 10px;
}

.top .content.contentNews {
  margin-bottom: 85px;
}

.top .content.contentNews .top .content .contentBody .itemColumn3:not(:nth-child(3n)) {
  margin-right: 0;
}

.top .content.contentNews .contentBody {
  display: block;
}

.top .content.contentNews .news {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 16px;
  letter-spacing: .055em;
}

.top .content.contentNews .news .date {
  color: #000;
  font-weight: 100;
  width: 130px;
}

.top .content.contentNews .news .text {
  width: calc(100% - 130px);
}

.top .content.contentNews .news .linkHover dt {
  text-decoration: underline;
}

.top .content.contentNews .news .text dl {
  width: 100%;
}

.top .content.contentNews .news .text dl dt {
  color: #7d6b53;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}

.top .content.contentNews .news .text dl dd {
  font-size: 16px;
}

.top .content.contentNews .news {
  border-bottom: 1px solid #7d6b53;
  padding-bottom: 17px;
  width: 100%;
}

.top .content.contentNews .news:not(:first-child) {
  padding-top: 17px;
}

.top .displayNone {
  display: none;
}

.top .fontCormorant {
  font-family: "Cormorant Garamond", serif;
}

.top .contentRanking .fontCormorant {
  font-family: "Noto Sans JP", sans-serif;
}

.top .fontCormorant600 {
  font-weight: 600;
}

.top .fontCormorant700 {
  font-weight: 700;
}

.top .saleColor {
  color: #ff6162;
}

.top .swiperItemList {
  z-index: 0;
}

.top .footer .toTop {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .top .content .contentBody .swiper-wrapper,
  .top .content .contentBody .swiper-slide {
    min-width: 260px;
  }
}

.top .subContent .subTitle .tohokuTb {
  display: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top .subContent .subTitle img {
    height: 15px;
  }
  .top .subContent .subTitle img.tohokuPc {
    height: 34px;
  }
  .top .subContent:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 800px) and (min-width: 768px) {
  .top .subContent .subTitle img {
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .top .subContent {
    display: block;
    width: calc((100% - 40px) / 2);
  }
  .top .subContent:first-child {
    margin-right: 10px;
  }
  .top .contents {
    padding: 0 15px;
  }
  .top .contentsTop {
    margin-bottom: 40px;
  }
  .top .contentsBottom {
    margin-bottom: 50px;
  }
  .top .content:not(:last-child) {
    margin-bottom: 40px;
  }
  .top .content .contentHead {
    margin-bottom: 18px;
  }
  .top .content .contentHead .title {
    display: block;
    margin-bottom: 12px;
    position: relative;
  }
  .top .content .contentHead .title .titleText {
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .top .contentCampaign .contentHead .title .titleText {
    left: 133px;
    left: 35.47vw;
  }
  .top .contentRanking .contentHead .title .titleText {
    left: 110px;
    left: 29.33vw;
  }
  .top .contentPickUp .contentHead .title .titleText {
    left: 113px;
    left: 30.13vw;
  }
  .top .contentPickUpBottom .contentHead .title .titleText {
    left: 113px;
    left: 30.13vw;
  }
  .top .contentNews .contentHead .title .titleText {
    left: 77px;
    left: 20vw;
  }
  .top .content .contentHead .lead {
    font-size: 14px;
    margin-bottom: -5px;
  }
  .top .content .contentBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top .content .contentBody .item {
    margin-bottom: 17px;
  }
  .top .content .contentBody .item .itemImg {
    font-size: 14px;
    overflow: hidden;
  }
  .top .content .contentBody .item .itemText {
    font-size: 13.5px;
  }
  .top .content .contentBody .itemColumn2 {
    width: 100%;
  }
  .top .content .contentBody .itemColumn2:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .top .content .contentBody .itemColumn2:not(:last-child) {
    margin-bottom: 17px;
  }
  .top .content .contentBody .itemColumn4 {
    width: calc((100% - 15px) / 2);
  }
  .top .content .contentBody .itemColumn4:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .top .content .contentBody .itemColumn4:nth-child(2n-1) {
    margin-right: 15px;
  }
  .top .content .contentBody .itemColumn4:nth-last-child(n + 3) {
    margin-bottom: 17px;
  }
  .top .content .contentBody .itemColumn3 {
    width: 100%;
  }
  .top .content .contentBody .itemColumn3:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .top .content .contentBody .itemColumn3:not(:last-child) {
    margin-bottom: 17px;
  }
  .top .content .contentFoot {
    margin-top: 20px;
  }

  .top .contentPickUp .subTitle {
    -webkit-align-items: center !important;
            align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    margin: 0 0 8px !important;
  }
  .top .contentPickUp .subTitle .subTitleText {
    font-size: 12px;
    line-height: 1;
    padding-left: 8px !important;
    padding-top: 3px;
    white-space: nowrap;
  }
  .top .contentPickUp .subTitle img {
    height: 15px;
  }
  .top .contentPickUp .contentBody:not(:last-child) {
    margin-bottom: 25px;
  }
  .top .contentPickUp .item .itemDescription--top {
    font-size: 12px;
    line-height: 1.6;
  }
  .top .contentPickUp .itemImg .itemNamePrice {
    color: #010101;
    opacity: 1;
    padding: 5px 0;
    position: relative;
  }
  .top .contentPickUp .itemImg .itemNamePrice .itemName {
    font-size: 12px;
  }
  .top .contentPickUp .itemImg .itemNamePrice .itemPrice {
    font-size: 11px;
  }
  .top .contentRanking .contentBody {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .top .subContent {
    display: block;
  }
  .top .subContent:first-child {
    margin-right: 40px;
  }
  .top .subContent .subTitle {
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
  .top .subContent .subTitle img {
    height: 15px;
  }

  .top .subContent .subTitle .pcNone.spTitle {
    height: 33px;
  }

  .top .subContent .subTitle .pcNone.spTitle.tohoku img {
    height: 33px;
  }

  .top .subContent .subItem .item {
    padding-left: 25px;
  }
  .top .subContent .subItem .item .itemImg {
    margin-bottom: 8px;
  }
  .top .subContent .subItem .item .itemImg .hoverSquare {
    display: none;
  }
  .top .subContent .subItem .item .itemInfo {
    bottom: auto;
    color: #010101;
    left: auto;
    opacity: 1;
    position: relative;
  }
  .top .subContent .subItem .item .itemInfo .itemName {
    font-size: 14px;
  }
  .top .subContent .subItem .item .itemInfo .itemPrice {
    font-size: 12px;
  }
  .top .subContent .subItem .item::before {
    font-size: 16px;
    height: 15px;
    margin-top: 0;
    padding-left: 1px;
    top: 0;
    width: 9px;
  }
  .top .content.contentNews {
    margin-bottom: 50px;
  }
  .top .content.contentNews .contentBody {
    display: block;
  }
  .top .content.contentNews .news {
    display: block;
  }
  .top .content.contentNews .news .date {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .top .content.contentNews .news .text {
    width: auto;
  }
  .top .content.contentNews .news .text dl {
    width: 100%;
  }
  .top .content.contentNews .news .text dl dt {
    font-size: 14px;
  }
  .top .content.contentNews .news .text dl dd {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 9px;
  }
  .top .content.contentNews .news {
    padding-bottom: 2px;
  }
  .top .content.contentNews .news:not(:first-child) {
    padding-top: 9px;
  }
  .top .contentPickUp .itemImg .itemNamePrice .itemName {
    font-size: 14px;
  }
  .top .contentPickUp .itemImg .itemNamePrice .itemPrice {
    font-size: 12px;
  }
  .top .contentPickUp .item .hoverSquare {
    background-color: transparent;
  }
  .top .content .contentBody .item .itemDescription {
    margin-top: -11px;
  }
}

/* ランキング部分3カテゴリー表示時対応 */
.contentRanking .contentBody:nth-child(3) .subContent .item {
  max-width: 325px;
}
.contentRanking .contentBody:nth-child(3) .subContent:first-child,
.contentRanking .contentBody:nth-child(3) .subContent:last-child {
  width: calc((100% - 70px) / 2);
}
.contentRanking .contentBody:nth-child(3) .subContent:first-child .hoverSquare ,
.contentRanking .contentBody:nth-child(3) .subContent:last-child .hoverSquare {
  max-width: 265px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contentRanking .contentBody:nth-child(3) .subContent:first-child,
  .contentRanking .contentBody:nth-child(3) .subContent:last-child {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .contentRanking .contentBody:nth-child(3) .subContent:first-child,
  .contentRanking .contentBody:nth-child(3) .subContent:last-child {
    width: calc((100% - 40px) / 2);
  }
}

/* iPad mini 6*/
@media screen and (max-width: 767px) and (min-width: 744px) {
  .top .contentSpecial .contentBody .itemColumn2 {
    width: calc((100% - 20px) / 2);
  }

  .top .contentSpecial .contentBody .itemColumn2:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .top .contentSpecial .contentBody .itemColumn2:not(:nth-last-child(n + 3)) {
    margin-bottom: 0;
  }
  .top .content .contentBody .itemColumn3 {
    width: calc((100% - (14px * 2)) / 3);
  }

  .top .content .contentBody .itemColumn3:not(:nth-child(3n)) {
    margin-right: 14px;
  }

  .top .content .contentBody .itemColumn3:not(:nth-last-child(n + 4)) {
    margin-bottom: 0;
  }
}
/* /iPad mini 6*/