/***** トップページのスライドショー *****/
.top-slider .slick-slider,
.top-slider .slick-list {
  margin: 0 auto !important;
  max-width: 1200px;
}

.top-slider .slick-list {
  overflow: visible;
}

.top-slider .slick-slide img {
  width: 100%;
}

/*** 前へ・次へ ***/
.top-slider .slick-arrow {
  height: 40px;
  opacity: .8;
  top: calc(50% - 40px);
  width: 40px;
  z-index: 1;
}

.top-slider .slick-arrow::before {
  content: none;
}

.top-slider .slick-prev {
  background-image: url(https://www.ginza-west.com/pic-labo/slider_prev.png);
  left: -20px;
}

.top-slider .slick-next {
  background-image: url(https://www.ginza-west.com/pic-labo/slider_next.png);
  right: -20px;
}

/*** ページャー ***/
.top-slider .slick-dots {
  bottom: auto;
  box-sizing: border-box;
  margin: 15px auto 0 !important;
  padding: 0;
  position: relative;
  width: 100%;
}

.top-slider .slick-dots button::before {
  content: none !important;
}

.top-slider .slick-dots li {
  aspect-ratio: 2.45/1;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  height: auto;
  margin: 0 0 0 1%;
  width: calc(96% / 5);
}

.top-slider .slick-dots li:hover {
  opacity: .7;
}

.top-slider .slick-dots .slick-active {
  outline: 2px solid #c22727;
  outline-offset: -2px;
}

.top-slider .slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li button font {
  color: transparent;
}

@media screen and (max-width: 1240px) {
  .top-slider .slick-prev {
    left: 10px;
  }

  .top-slider .slick-next {
    right: 10px;
  }

  .top-slider .slick-dots {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .top-slider {
    overflow: hidden;
  }

  .top-slider .slick-prev {
    left: 20px;
  }

  .top-slider .slick-next {
    right: 20px;
  }

  .top-slider .slick-dots {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .top-slider .slick-arrow {
    background-size: contain;
    height: 30px;
    top: calc(50% - 30px);
    width: 30px;
  }

  .top-slider .slick-prev {
    left: 10px;
  }

  .top-slider .slick-next {
    right: 10px;
  }

  .top-slider .slick-dots li {
    aspect-ratio: auto;
    margin: 0 1.2%;
    width: auto;
  }

  .top-slider .slick-dots li button {
    background: #ddd;
    border-radius: 25px;
    height: 8px;
    padding: 0;
    width: 8px;
  }

  .top-slider .slick-dots .slick-active {
    outline: none;
  }

  .top-slider .slick-dots .slick-active button {
    background: #461608;
  }
}


/********** トップページ用 **********/
/***** 基本レイアウト *****/
#sub-column {
  display: none;
}

#wrapper #contents {
  max-width: none;
  padding: 0 !important;
}

#contents article {
  order: inherit;
  width: 100%;
}

#contents #main-column {
  float: none;
}

#contents #main-column .freeArea2 {
  margin: 0;
  padding: 0;
}

#contents #main-column img[src*="TRACKING/tracking.php"] {
  position: absolute;
}

#main-column .news,
#main-column .newItem,
#main-column .pickup,
#main-column .ranking,
#main-column .top-kakaku,
#main-column .top-category,
#main-column .top-banner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

#main-column .ranking,
#main-column .pickup,
#main-column .top-kakaku,
#main-column .top-category,
#main-column .top-banner,
#main-column .top-shop,
#main-column .top-shop .kodawari-box {
  margin-top: 100px;
}

#main-column .top-shop .cake,
#main-column .top-shop .article,
#main-column .top-shop .recruit {
  margin-top: 80px;
}

#main-column .top-shop {
  background: #f7f6f4;
  padding: 80px 20px;
}

#main-column .top-shop .shop,
#main-column .top-shop .cake,
#main-column .top-shop .article,
#main-column .top-shop .recruit,
#main-column .top-shop .kodawari-box {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/*** 見出し ***/
#main-column .news h2,
#main-column .newItem h2,
#main-column .pickup h2,
#main-column .ranking h2,
#main-column .top-kakaku h2,
#main-column .top-category h2,
#main-column .top-shop h2 {
  color: #461608;
  font-size: 30px;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0 0 35px;
  position: relative;
  text-align: center;
}

#main-column .news h2::after,
#main-column .newItem h2::after,
#main-column .pickup h2::after,
#main-column .ranking h2::after,
#main-column .top-kakaku h2::after,
#main-column .top-category h2::after,
#main-column .top-shop h2::after {
  border-bottom: 1px solid #6e5a4d;
  bottom: 6px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
}

#main-column .news h2::before,
#main-column .newItem h2::before,
#main-column .pickup h2::before,
#main-column .ranking h2::before,
#main-column .top-kakaku h2::before,
#main-column .top-category h2::before,
#main-column .top-shop h2::before {
  background: #fff;
  bottom: 0;
  color: #6e5a4d;
  display: block;
  font-style: italic;
  font-size: 15px;
  height: 1em;
  left: 50%;
  margin: 0;
  padding: 0 1.5em;
  position: absolute;
  top: auto;
  transform: translateX(-50%);
  width: auto;
  z-index: 2;
}

#main-column .top-shop h2::before {
  background: #f7f6f4;
}

#main-column .news h2::before {
  content: "News";
}

#main-column .newItem h2::before {
  content: "New Arrival";
}

#main-column .ranking h2::before {
  content: "Best seller";
}

#main-column .pickup h2::before {
  content: "Recommended";
}

#main-column .top-kakaku h2::before {
  content: "Price";
}

#main-column .top-category h2::before {
  content: "Category";
}

#main-column .top-shop .shop h2::before {
  content: "Shop";
}

#main-column .top-shop .cake h2::before {
  content: "自店舗のみ";
}

#main-column .top-shop .article h2::before {
  content: "Information";
}

#main-column .top-shop .recruit h2::before {
  content: "Recruit";
}

/*** フッター ***/
footer,
div#cart-footer {
  margin: 0;
}

#footer-box .guide-area > div {
  background: #fff;
  width: calc((100% - 20px) / 3);
}

#footer-box .guide-area #footer-calendar {
  display: block;
}

#footer-calendar #subc_calendar .subc_cal_cont {
  margin-top: 0;
}

#footer-calendar #subc_calendar h2 {
  font-size: 18px;
  height: 18px;
  padding: 0;
}

#footer-calendar #subc_calendar h2::before {
  background: none;
  color: #000;
  content: "カレンダー";
  font-size: 18px;
  font-style: normal;
  height: 18px;
  line-height: 1;
  top: 0;
}

#footer-calendar #subc_calendar h2::after {
  content: none;
}

#footer-calendar #subc_calendar .cal_wrapper {
  margin: 20px auto 0;
}

#footer-calendar #subc_calendar .cap {
  margin: 0 auto;
}

#footer-calendar #subc_calendar .cal_wrapper,
#footer-calendar #subc_calendar .cap {
  width: 90%;
}

/***** お知らせ *****/
#main-column .news {
  margin-top: 80px;
}

#main-column .news-contents {
  background: #f5f5f5;
  border-radius: 15px;
  margin-top: 50px;
  padding: 10px 0 !important;
}

#main-column .news-box {
  margin: 0 auto;
  padding: 40px 0 !important;
  width: 90%;
}

#main-column .news-box:nth-child(n+2) {
  border-top: 1px dashed #999 !important;
}

#main-column .news .news-box dd,
#main-column .news .news-box a {
  color: #000;
}

/***** 人気商品・おすすめ商品 *****/
#main-column .column-set {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 !important;
}

#main-column .column5 {
  margin: 3% 0 0 2% !important;
  padding: 0;
  width: calc(92% / 5);
}

#main-column .column5:nth-child(5n+1) {
  margin-left: 0 !important;
}

#main-column .column5 img {
  transition: all .3s;
}

#main-column .column5:hover img {
  opacity: .6;
}

#main-column .column5 .itemThumb-wrap {
  max-width: none !important;
  width: auto !important;
}

#main-column .column5 .itemThumb a {
  aspect-ratio: 1/1;
  overflow: hidden;
}

#main-column .column5 .itemThumb a span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#main-column .column5 .itemThumb a img {
  max-width: none;
  max-height: none;
  height: 100%;
  width: auto;
}

#main-column .column5 h3 {
  font-size: 14px;
}

#main-column .column5 .selling_price {
  font-size: 15px !important;
  letter-spacing: 1px;
}

#main-column .column5 .taxin {
  font-size: 11px;
  margin-left: 3px;
}

/***** 価格からギフトを選ぶ *****/
#main-column .top-kakaku .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

#main-column .top-kakaku .link a {
  background: #461608;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 1.5%;
  padding: 1em 0;
  position: relative;
  text-align: center;
  transition: all .3s;
  width: calc(92.5% / 6);
}

#main-column .top-kakaku .link a font {
  color: #fff;
}

#main-column .top-kakaku .link a:first-child {
  margin-left: 0;
}

#main-column .top-kakaku .link a:hover {
  opacity: .7;
}

/***** 商品カテゴリーから選ぶ *****/
#main-column .top-category > div {
  display: flex;
  flex-wrap: wrap;
}

#main-column .top-category a {
  margin: 40px 0 0 2%;
  width: calc(94% / 4);
}

#main-column .top-category a:nth-child(4n+1) {
  margin-left: 0;
}

#main-column .top-category figure div {
  border-radius: 10px;
  overflow: hidden;
}

#main-column .top-category figure img {
  transition: all .5s;
  vertical-align: bottom;
  width: 100%;
}

#main-column .top-category a:hover figure img {
  transform: scale(1.2);
}

#main-column .top-category figcaption span {
  font-size: 18px;
  display: block;
  margin: .5em 0 0;
  text-align: center;
}

#main-column .top-category figcaption span + span {
  font-size: 13px;
  font-style: italic;
  margin: 0;
}

/***** バナー *****/
#main-column .top-banner div {
  display: flex;
  flex-wrap: wrap;
}

#main-column .top-banner a {
  border-radius: 10px;
  display: block;
  margin: 0 0 0 2%;
  overflow: hidden;
  transition: all .3s;
  width: calc(96% / 3);
}

#main-column .top-banner a:nth-child(3n+1) {
  margin-left: 0;
}

#main-column .top-banner a img {
  vertical-align: bottom;
}

/***** 店舗のご案内 *****/
#main-column .top-shop .shop > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

#main-column .top-shop .shop a {
  background: #fff;
  border-radius: 10px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
  width: 49%;
}

#main-column .top-shop .shop figure {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

#main-column .top-shop .shop figcaption {
  font-size: 16px;
  order: 1;
  text-align: center;
  width: 12em;
}

#main-column .top-shop .shop img {
  order: 2;
  transition: all .3s;
  width: calc(100% - 12em);
}

#main-column .top-shop .shop a:hover img {
  opacity: .7;
}

/***** ケーキのご案内 *****/
#main-column .top-shop .cake > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

#main-column .top-shop .cake a {
  background: #fff;
  border-radius: 10px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
  width: 49%;
}

#main-column .top-shop .cake figure {
  position: relative;
}

#main-column .top-shop .cake figcaption {
  font-size: 28px;
  left: 6%;
  letter-spacing: 2px;
  position: absolute;
  top: calc(50% - 20px);
}

#main-column .top-shop .cake img {
  transition: all .3s;
  vertical-align: bottom;
}

#main-column .top-shop .cake a:hover img {
  opacity: .7;
}

/***** 掲載情報 *****/
#main-column .top-shop .article > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

#main-column .top-shop .article a {
  border-radius: 10px;
  display: block;
  margin: 20px 0 0 2%;
  overflow: hidden;
  width: calc(96% / 3);
}

#main-column .top-shop .article figure {
  position: relative;
}

#main-column .top-shop .article figcaption {
  text-shadow: 2px 1px 1px #000;
  color: #fff;
  position: absolute;
  left: 8%;
  top: 32%;
  font-size: 30px;
  line-height: 1.2;
}

#main-column .top-shop .article figcaption font {
  color: #fff;
}

#main-column .top-shop .article a:nth-of-type(2) figcaption {
  left: 0;
  padding-left: 10px;
  text-indent: 18px;
}

#main-column .top-shop .article a:last-child figcaption {
  top: 40%;
}

#main-column .top-shop .article figcaption span {
  color: #fff;
  display: block;
  font-size: 18px;
}

#main-column .top-shop .article a:nth-child(3n+1) {
  margin-left: 0;
}

#main-column .top-shop .article img {
  transition: all .3s;
  vertical-align: bottom;
}

#main-column .top-shop .article a:hover img {
  opacity: .7;
}

/***** 掲載情報 *****/
#main-column .top-shop .recruit > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

#main-column .top-shop .recruit a {
  border-radius: 10px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
}

#main-column .top-shop .recruit figure {
  position: relative;
}

#main-column .top-shop .recruit figcaption {
  color: #000;
  font-size: 26px;
  left: 5%;
  position: absolute;
  top: calc(50% - 13px);
}

#main-column .top-shop .recruit img {
  transition: all .3s;
  vertical-align: bottom;
}

#main-column .top-shop .recruit a:hover img {
  opacity: .7;
}


/********** トップページ用（タブレット） **********/
@media screen and (max-width: 768px) {
  #footer-box .guide-area > div {
    width: calc((100% - 10px) / 2);
  }

  #footer-box .guide-area #footer-calendar {
    display: none;
  }
}


/********** トップページ用（スマホ） **********/
@media screen and (max-width: 600px) {
  /***** 基本レイアウト調整 *****/
  #wrapper #contents {
    padding: 0 !important;
  }

  #main-column .news,
  #main-column .newItem,
  #main-column .pickup,
  #main-column .ranking,
  #main-column .top-kakaku,
  #main-column .top-category,
  #main-column .top-banner {
    padding: 0 15px;
  }

  /*** 見出し ***/
  #main-column .news h2,
  #main-column .newItem h2,
  #main-column .pickup h2,
  #main-column .ranking h2,
  #main-column .top-kakaku h2,
  #main-column .top-category h2,
  #main-column .top-shop h2 {
    font-size: 18px !important;
    padding-bottom: 20px !important;
  }

  #main-column .news h2::before,
  #main-column .newItem h2::before,
  #main-column .pickup h2::before,
  #main-column .ranking h2::before,
  #main-column .top-kakaku h2::before,
  #main-column .top-category h2::before,
  #main-column .top-shop h2::before {
    font-size: 12px !important;
  }

  /*** コンテンツ ***/
  #main-column .ranking,
  #main-column .pickup,
  #main-column .top-kakaku,
  #main-column .top-category,
  #main-column .top-shop,
  #main-column .top-shop .kodawari-box {
    margin-top: 50px;
  }

  /*** 商品リスト ***/
  #main-column .column-set .column5 {
    margin-left: 4% !important;
    width: 48%;
  }

  #main-column .column-set .column5:nth-child(2n+1) {
    margin-left: 0 !important;
  }

  /*** フッター ***/
  #footer-box .guide-area > div {
    width: 100%;
  }

  /***** コンテンツ *****/
  /*** お知らせ ***/
  #main-column .news {
    margin-top: 30px;
  }

  #main-column .news-contents {
    border-radius: 5px;
    margin-top: 20px;
    padding: 0 !important;
  }

  #main-column .news-contents dd {
    font-size: 14px;
  }

  #main-column .news-box {
    padding: 20px 0 !important;
  }

  /*** 価格からギフトを選ぶ・商品カテゴリーから選ぶ ***/
  #main-column .top-kakaku .link,
  #main-column .top-category > div {
    margin-top: 20px;
  }

  #main-column .top-kakaku .link a,
  #main-column .top-category a {
    margin-left: 4% !important;
    width: calc(96% / 2);
  }

  #main-column .top-kakaku .link a:nth-child(2n+1),
  #main-column .top-category a:nth-child(2n+1) {
    margin-left: 0 !important;
  }

  #main-column .top-kakaku .link a {
    margin-top: 10px;
  }

  #main-column .top-category a {
    margin-top: 15px;
  }

  #main-column .top-kakaku .link a,
  #main-column .top-category figure div {
    border-radius: 5px;
  }

  #main-column .top-category figcaption span {
    font-size: 13px;
  }

  #main-column .top-category figcaption span + span {
    font-size: 11px;
  }

  #main-column .top-banner {
    margin-top: 25px;
  }

  #main-column .top-banner a {
    border-radius: 5px;
    margin: 15px 0 0 0;
    width: 100%;
  }

  /*** 店舗のご案内 ***/
  #main-column .top-shop {
    padding: 40px 15px 20px;
  }

  #main-column .top-shop .shop > div {
    margin-top: 10px;
  }

  #main-column .top-shop .shop a {
    border-radius: 5px;
    width: calc(96% / 2);
  }

  #main-column .top-shop .shop img,
  #main-column .top-shop .shop figcaption {
    width: 100%;
  }

  #main-column .top-shop .shop img {
    order: 1;
  }

  #main-column .top-shop .shop figcaption {
    font-size: 13px;
    padding: 4px 0 8px;
  }

  /*** その他 ***/
  #main-column .top-shop .cake,
  #main-column .top-shop .article,
  #main-column .top-shop .recruit {
    margin-top: 40px;
  }

  #main-column .top-shop .cake figcaption,
  #main-column .top-shop .article figcaption,
  #main-column .top-shop .recruit figcaption {
    font-size: 18px;
  }

  #main-column .top-shop .cake > div,
  #main-column .top-shop .article > div {
    margin-top: 15px;
  }

  #main-column .top-shop .cake a,
  #main-column .top-shop .article a {
    border-radius: 5px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px;
    width: 100%;
  }

  #main-column .top-shop .article a {
    max-width: 400px;
  }

  #main-column .top-shop .recruit > div {
    margin-top: 10px;
  }

  #main-column .top-shop .recruit a {
    border-radius: 5px;
    max-height: 100px;
  }

  #main-column .top-shop .recruit figure {
    align-items: center;
    display: flex;
    height: 100%;
  }

  #main-column .top-shop .recruit figure img {
    height: 100%;
    margin-left: -15%;
    max-width: none;
    width: auto;
  }

  #main-column .top-shop .article figcaption span {
    font-size: 13px;
  }
}