.top .mb10 {
  margin-bottom: 10px;
}

.top .mb20 {
  margin-bottom: 20px;
}

.top .mainvisual {
  margin-bottom: 70px;
  text-align: center;
}

.top .mainvisual img {
  width: 100%;
}

.top .content .campaignMore img {
  cursor: pointer;
}

.top .moreBtn {
  border: 1px solid #7d7d7d;
  cursor: pointer;
  font-size: 17px;
  margin: 0 auto;
  padding: 2px 5px 6px;
  width: 207px;
}

.top .moreBtn img {
  /* transform: rotate(180deg); */
  height: 9px;
  transition: transform 0.1s ease-in-out;
  width: 17px;
}

.top .fadeIn {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  display: block !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top .fadeOut {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  display: none !important;
  z-index: -1;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    height: 100vw;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    height: 100vw;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

.top .contentBuyersSelect .contentHead .title .titleText {
  left: 194px;
  left: 51.73vw;
}

.top .contentCategory {
  background-color: #efefef;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 60px 30px;
}

.top .contentCategory img {
  width: 100%;
}

.top .contentCategory .contentBody {
  margin: 0 auto;
  max-width: 1100px;
}

.top .contentCategory .swiper-wrapper {
  margin-bottom: 0;
}

.top .contentCategory .list .item .itemImg a:after {
  box-shadow: none;
}

.top .contentCategory .swiper-wrapper .itemImg {
  margin-bottom: 0;
}

/*TOP スペシャル #freeArea2*/
.top #freeArea2 .contentBody:nth-child(n+2){
  margin-top: 20px;
}

/*TOP 5つカテゴリー #freeArea11*/
.top #freeArea11 .contentCategory .contentBody .item.itemColumn4 {
  margin-bottom: 14px !important;
}

.top #freeArea11 .content .contentBody .item .itemImg {
  margin-bottom: 0 !important;
}

.top #freeArea11 .content .contentBody .item.miyagitohoku {
  margin-bottom: 0 !important;
}

.top .contentCategory .prevCategory,
.top .contentCategory .nextCategory {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top .contentCategory .nextCategory {
  top: 50% !important;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.top .content.contentRegistration {
  background-image: url(/d_images/top/bg-registration01.gif);
  margin-bottom: 0;
}

.top .content.contentRegistration .contentRegistrationInner {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}

.top .content.contentRegistration .contentRegistrationInner p {
  font-size: 16px;
}

.top .content.contentRegistration .contentRegistrationInner .btnArea {
  padding-left: 20px;
}

.top .content.contentRegistration .contentRegistrationInner .btnArea a {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #1b1b1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 20px;
  height: 51px;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0.055em;
  width: 206px;
}

.top .trendKeyword {
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
  background-color: #ded1c0;
  bottom: 0;
  -webkit-box-shadow: 0 -1px 3px #ded1c0;
  box-shadow: 0 -1px 3px #ded1c0;
  color: #000;
  left: 50%;
  letter-spacing: 0.055em;
  padding: 13px 15px 4px;
  position: fixed;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 1 !important;
}

.top .trendKeyword .trendKeywordTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.top .trendKeyword .trendKeywordList {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  -webkit-justify-content: center;
  justify-content: center;
}

.top .trendKeyword .trendKeywordList li {
  margin-bottom: 18px;
  -webkit-transition: opacity 0.3 ease-in-out;
  transition: opacity 0.3 ease-in-out;
}

.top .trendKeyword .trendKeywordList li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.top .trendKeyword .trendKeywordList li:first-child a {
  padding-left: 0;
}

.top .trendKeyword .trendKeywordList li:last-child a {
  border-right: none;
  padding-right: 0;
}

.top .trendKeyword .trendKeywordList li a {
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px solid #a3a3a3;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  padding: 0 16px;
}

.top .trendKeyword .toTop {
  position: absolute;
  top: -65px;
}

/*バイヤーズセレクト*/
.top .BuyerPrimary {
  background-color: #e8e8e8;
  padding: 40px 0;
  position: relative;
  width: 100%;
}

.top .BuyerPrimary .swiperSlideBuyer .swiper-wrapper {
  display: flex;
  margin-bottom: 0;
}

.top .BuyerPrimary .swiperSlideBuyer .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto;
}

.top .BuyerPrimary .swiperSlideBuyer .swiperContents {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  width: 100%;
}

.top .BuyerPrimary .swiperSlideBuyer .swiperContents > a {
  display: flex;
  flex-wrap: wrap;
}

.top .BuyerPrimary .swiperSlideBuyer .swiperContents > a,
.top .BuyerPrimary .swiperSlideBuyer .swiperContents > a img{
  transition: opacity 0.3s ease-in-out;
}

.top .BuyerPrimary .swiperSlideBuyer .swiperContents > a:hover,
.top .BuyerPrimary .swiperSlideBuyer .swiperContents > a:hover img{
  opacity: 0.7;
}

.top .BuyerPrimary .swiperSlideBuyer .swiperContents .dataGroup {
  margin-right: 15px;
  width: 50%;
}

.top .BuyerPrimary .swiperSlideBuyer .swiperContents .dataGroup .buyerWrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.top .BuyerPrimary .swiperSlideBuyer .swiperContents .dataGroup .buyerWrap .buyerImg {
  margin-right: 10px;
  width: 80px;
}

.top .BuyerPrimary .swiperSlideBuyer .swiperContents .dataGroup .buyerWrap .buyerImg {
  margin-right: 10px;
  width: 80px;
}

.top .BuyerPrimary .dataGroup .goodsText {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
}

.top .BuyerPrimary .dataGroup .goodData .name {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.top .BuyerPrimary .dataGroup .goodData .name span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.top .BuyerPrimary .dataGroup .goodData .price {
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}

.top .BuyerPrimary .dataGroup .goodData .price b {
  font-size: 18px;
  font-weight: bold;
}

.top .BuyerPrimary .dataGroup .comment {
  display: flex;
  width: calc(100% - 80px);
}

.top .BuyerPrimary .dataGroup .comment .speaker {
  height: 26px;
  width: 14px;
}

.top .BuyerPrimary .dataGroup .comment span {
  color: #7d6b53;
  font-size: 16px;
  margin-left: 5px;
}

.top .BuyerPrimary .swiperContents .goodsImg {
  width: calc(50% - 15px);
}

.top .BuyerPrimary .nextBuyer,
.top .BuyerPrimary .prevBuyer {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  cursor: pointer;
  height: calc(98px / 2);
  position: absolute;
  top: 50% !important;
  width: calc(32px / 2);
  z-index: 1;
}

.top .BuyerPrimary .prevBuyer,
.top .BuyerPrimary .swiper-container-rtl .nextBuyer {
  left: 4.5em;
  right: auto;
}

.top .BuyerPrimary .nextBuyer,
.top .BuyerPrimary .swiper-container-rtl .prevBuyer {
  left: auto;
  right: 4.5em;
  transform: scale(-1, 1);
}

.top .BuyerPrimary .swiper-pagination {
  display: block;
  left: 0;
  margin: 10px auto;
  right: 0;
  text-align: center;
  z-index: 1;
}

.top .BuyerPrimary .swiper-pagination-bullet {
  height: 12px;
  margin: 0 5px;
  width: 12px;
}

.top .BuyerPrimary .swiper-button-next.swiper-button-disabled,
.top .BuyerPrimary .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto !important;
}

/*バナー用*/
.top .trendKeyword .tbOn{
  display: none;
}
.top .trendKeyword.appBnr{
  background: url(/d_images/top/appbnr/bg.gif);
  box-shadow: 0 -1px 3px #ffee62;
  padding: 0;
  height: 120px;
}
.top .trendKeyword.appBnr .trendKeywordListWrap{
  position: relative;
}
.top .trendKeyword.appBnr .bnrImg{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -117px;
}

.top .trendKeyword.appBnr .bnrImg a{
  display: block;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top .trendKeyword.appBnr {
    height: 80px;
  }

  .top .trendKeyword.appBnr .bnrImg{
    bottom: -80px;
  }
  .top .trendKeyword .tbOn{
    display: block;
  }
  .top .trendKeyword.appBnr .bnrImg.spNone{
    display: none;
  }
  .top .trendKeyword.appBnr .bnrImg.pcNone{
    display: none;
  }
  
}
@media screen and (max-width: 767px) {
  .top .trendKeyword.appBnr {
    padding:0;
}

  .top .trendKeyword.appBnr{
    height: 70px;
  }

  .top .trendKeyword.appBnr .bnrImg {
    width: 90%;
    max-width: 100%;
    left: auto;
    bottom: -71px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 744px) {
  .top .trendKeyword .tbOn{
    display: block;
  }
  .top .trendKeyword.appBnr{
    padding: 0;
    height: 70px;
  }
  .top .trendKeyword.appBnr .trendKeywordListWrap{
    position: relative;
  }
  .top .trendKeyword.appBnr .bnrImg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    margin: 0 auto;
    width: 90%;
    max-width: 90%;
  }

  .top .trendKeyword.appBnr .bnrImg.spNone{
    display: none;
  }
  .top .trendKeyword.appBnr .bnrImg.pcNone{
    display: none;
  }



}


/*バナー用ここまで*/

/*バナー用 2024年差し替え用*/
.top .trendKeyword.app2024{
  box-shadow: none;
  /* 2024夏の時に使用↓ */
  /* background : -moz-linear-gradient(50% 100% 90deg,rgba(164, 205, 154, 1) 0%,rgba(160, 204, 157, 1) 3.22%,rgba(132, 200, 177, 1) 27.25%,rgba(112, 197, 192, 1) 51.43%,rgba(100, 195, 200, 1) 75.65%,rgba(96, 194, 203, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(164, 205, 154, 1) 0%, rgba(160, 204, 157, 1) 3.22%, rgba(132, 200, 177, 1) 27.25%, rgba(112, 197, 192, 1) 51.43%, rgba(100, 195, 200, 1) 75.65%, rgba(96, 194, 203, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(164, 205, 154, 1) ),color-stop(0.0322,rgba(160, 204, 157, 1) ),color-stop(0.2725,rgba(132, 200, 177, 1) ),color-stop(0.5143,rgba(112, 197, 192, 1) ),color-stop(0.7565,rgba(100, 195, 200, 1) ),color-stop(1,rgba(96, 194, 203, 1) ));
  background : -o-linear-gradient(90deg, rgba(164, 205, 154, 1) 0%, rgba(160, 204, 157, 1) 3.22%, rgba(132, 200, 177, 1) 27.25%, rgba(112, 197, 192, 1) 51.43%, rgba(100, 195, 200, 1) 75.65%, rgba(96, 194, 203, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(164, 205, 154, 1) 0%, rgba(160, 204, 157, 1) 3.22%, rgba(132, 200, 177, 1) 27.25%, rgba(112, 197, 192, 1) 51.43%, rgba(100, 195, 200, 1) 75.65%, rgba(96, 194, 203, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A4CD9A', endColorstr='#60C2CB' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(164, 205, 154, 1) 0%, rgba(160, 204, 157, 1) 3.22%, rgba(132, 200, 177, 1) 27.25%, rgba(112, 197, 192, 1) 51.43%, rgba(100, 195, 200, 1) 75.65%, rgba(96, 194, 203, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60C2CB',endColorstr='#A4CD9A' , GradientType=0); */
  padding: 0;
  height: 140px;
}

.top .trendKeyword.app2024 .bnrImg{
  bottom: -133px;
}

/* TB */
@media screen and (max-width: 1024px) and (min-width: 834px) {
  .top .trendKeyword.app2024 {
      height: 140px;
  }
  .top .trendKeyword.app2024 .bnrImg{
    bottom: -127px;
  }
}
@media screen and (max-width: 834px) and (min-width: 820px) {
  .top .trendKeyword.app2024 {
    height: 110px;
}
.top .trendKeyword.app2024 .bnrImg{
  bottom: -103px;
}
}
@media screen and (max-width: 820px) and (min-width: 600px) {
  .top .trendKeyword.app2024 {
      height: 100px;
  }
  .top .trendKeyword.app2024 .bnrImg{
    bottom: -93px;
  }
}

@media screen and (max-width: 600px) and (min-width: 480px) {
  .top .trendKeyword.app2024 {
    height: 70px;
}
.top .trendKeyword.app2024 .bnrImg{
  bottom: -65px;
}
}
/* SP */
@media screen and (max-width: 480px) {
  .top .trendKeyword.app2024{
    height: 110px;
  }

  .top .trendKeyword.app2024 .bnrImg{
    bottom: -100px;
  }
}

/*バナー用 表示管理*/
.top .trendKeyword.app2024 .tbOn,
.top .trendKeyword.app2024W .tbOn{
display: none;
}

@media screen and (max-width: 1024px) and (min-width: 745px) {
  .top .trendKeyword.app2024 .pcNone,
  .top .trendKeyword.app2024 .spNone,
  .top .trendKeyword.app2024W .pcNone,
  .top .trendKeyword.app2024W .spNone{
  display: none;
  }

  .top .trendKeyword.app2024 .tbOn,
  .top .trendKeyword.app2024W .tbOn{
    display: block !important;
  }
}

@media screen and (max-width: 744px) and (min-width: 600px) {
  .top .trendKeyword.app2024 .tbOn,
  .top .trendKeyword.app2024W .tbOn{
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .top .trendKeyword.app2024 .spNone,
  .top .trendKeyword.app2024 .tbOn,
  .top .trendKeyword.app2024W .spNone,
  .top .trendKeyword.app2024W .tbOn{
  display: none !important;
  }

  .top .trendKeyword.app2024 .pcNone,
  .top .trendKeyword.app2024W .pcNone{
    display: block;
  }
}


/*バナー用 2024年差し替え用 ここまで*/

/*バナー用 2024年冬差し替え用*/
.top .trendKeyword.app2024W{
  height: auto !important; 
  /* 2024冬の時に使用↓ */
  background: #ded1c0 !important;
  padding: 10px 0;
}

.top .trendKeyword.app2024W .bnrImg{
  position: static;
}

.top .trendKeyword.app2024W .bnrImg a{
  display: inline-block !important;
}


@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .top .contentRegistration .contentRegistrationInner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top .contentRegistration .contentRegistrationInner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .top .mainvisual {
    margin-bottom: 30px;
  }
  .top .contentSpecial .contentHead .title .titleText {
    left: 102px;
    left: 27.2vw;
  }

  /*TOP スペシャル #freeArea2*/
.top #freeArea2 .contentBody:nth-child(n+2){
  margin-top: 17px;
}

  /*TOP 5つカテゴリー #freeArea11*/
  .top #freeArea11 .contentCategory {
    padding: 34px 48px 34px 48px;
  }

  .top .content .contentBodyMore {
    margin-top: 17px;
  }
  .top .moreBtn {
    font-size: 14px;
    width: 200px;
  }
  .top .contentCategory {
    padding: 34px 48px 25px 48px;
  }
  .top .contentCategory .list .item:nth-last-child(n + 5) {
    margin-bottom: 0;
  }
  .top .content.contentRegistration {
    background-image: url(/d_images/top/sp/bg-registration01.gif);
    background-size: 2px 5px;
    margin-bottom: 0;
  }
  .top .content.contentRegistration .contentRegistrationInner {
    display: block;
    padding: 30px 15px;
  }
  .top .content.contentRegistration .contentRegistrationInner p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .top .content.contentRegistration .contentRegistrationInner .btnArea {
    margin: 0;
    padding-left: 0;
  }
  .top .content.contentRegistration .contentRegistrationInner .btnArea a {
    font-size: 15px;
    height: 37.5px;
    height: 10vw;
    width: 206px;
    width: 54.93vw;
  }
  .top .trendKeyword {
    padding: 5px 5px 0;
  }
  .top .trendKeyword .trendKeywordTitle {
    font-size: 16px;
    font-size: 4.27vw;
    margin-bottom: 3px;
  }

  .top .trendKeyword .trendKeywordListWrap {
    display: flex;
    justify-content: flex-end;
  }

  .top .trendKeyword .trendKeywordList {
    font-size: 12px;
    font-size: 3.2vw;
    width: 85%;
    justify-content: flex-end;
  }
  .top .trendKeyword .trendKeywordList li {
    margin-bottom: 6px;
  }
  .top .trendKeyword .trendKeywordList li a {
    padding: 1.6vw 1.6vw;
  }

  .top .trendKeyword .trendKeywordList li a.lineNone {
    border-right: none;
  }

  .top .trendKeyword .trendKeywordList li:last-child a {
    padding: 1.6vw 1.6vw;
  }

  .top .trendKeyword .toTop {
    position: absolute;
    top: -50px;
  }
  .top .trendKeyword .toTop img {
    height: 50px;
  }

  /*バイヤーズセレクト*/
  .top .BuyerPrimary {
    padding: 30px 0 40px;
  }

  .top .BuyerPrimary .swiperSlideBuyer .swiperContents {
    padding: 0;
  }

  .top .BuyerPrimary .swiperSlideBuyer .swiperContents > a {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .top .BuyerPrimary .swiperSlideBuyer .swiperContents .dataGroup {
    margin-right: 0;
    padding: 15px;
    width: 100%;
  }

  .top .BuyerPrimary .dataGroup .goodData {
    margin-bottom: 15px;
  }

  .top .BuyerPrimary .dataGroup .goodData .price {
    margin-top: 5px;
    text-align: left;
  }

  .top .BuyerPrimary .swiperContents .goodsImg {
    width: 100%;
  }

  .top .BuyerPrimary .swiperContents .buyerImg {
    left: 75%;
    width: 25%;
  }

  .top .BuyerPrimary .prevBuyer,
  .top .BuyerPrimary .swiper-container-rtl .nextBuyer {
    left: 0.5em;
  }

  .top .BuyerPrimary .nextBuyer,
  .top .BuyerPrimary .swiper-container-rtl .prevBuyer {
    right: 0.5em;
  }


}


.top_20221101 .contentRanking .moreBtn {
  width: calc(100% + 166px);
  margin-left: -166px;
  padding: 0;
  margin-top: 30px;
  border: none;
  cursor: auto;
}

.top_20221101 .contentRanking .fontCormorant {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.top_20221101 .contentRanking .moreBtn img {
  transform: rotate(270deg);
  height: 9px;
  transition: transform 0.1s ease-in-out;
  width: 17px;
}

.top_20221101 .contentRanking .moreBtn a {
  background-image: url(/d_images/top/icon-arrow-right01.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 7px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7d7d7d;
  width: 350px;
}

.top_20221101 .contentRanking .contentBody:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .top_20221101 .contentRanking .fontCormorant {
    height: 45px;
  }

  .top_20221101 .contentRanking .moreBtn {
    width: 100%;
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
  }

  .top_20221101 .contentRanking .contentBody:not(:last-child) {
    margin-bottom: 60px;
  }

  .top_20221101 .contentRanking .moreBtn a {
    background-position: calc(100% - 7px) 50%;
  }
}