@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
.pane-left-menu {
  display: none;
}

.pane-right-menu {
  margin: 0 auto;
}

.block-top-event--goods {
  margin: 0 auto 130px;
}

.contentWrapper {
  color: #333333;
  overflow: hidden;
}
.contentWrapper .sp {
  display: none;
}

/*------------------------------
 ページ
------------------------------*/
/* mainVisual
------------------------------*/
.mainVisual {
  margin-bottom: 124px;
}

.mainVisual__title {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 auto 62px;
}

.mainVisual__caption {
  font-size: 24px;
  text-align: center;
  color: #6F5847;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  position: relative;
}
.mainVisual__caption::before {
  position: absolute;
  content: "";
  background-image: url(/img/event/xmas25/obj_01.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 85px;
  height: 84px;
  left: 2%;
  top: 50%;
  transform: translateY(-40%);
}
.mainVisual__caption::after {
  position: absolute;
  content: "";
  background-image: url(/img/event/xmas25/obj_02.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 76px;
  height: 82px;
  right: 2%;
  top: 50%;
  transform: translateY(-58%);
}
/* content
------------------------------*/
.content__anchor {
  margin-bottom: 85px;
}

.content__anchorItemBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-right: -12px;
}

.content__anchorItem {
  width: 390px;
  margin-right: 20px;
  margin-bottom: 24px;
}

.content__anchorItem:nth-child(3n) {
  margin-right: 0;
}

.content__anchorItem:last-child {
  margin-right: 0;
}
.content__anchorLink {
  width: 390px;
  height: 185px;
  background-size: contain;
  font-size: 27px;
  color: #ffffff;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content__anchorLink[href="#anchor01"] {
  background-image: url(/img/event/xmas25/anchor_nagoya.png);
}
.content__anchorLink[href="#anchor02"] {
  background-image: url(/img/event/xmas25/anchor_toyohashi.png);
}
.content__anchorLink[href="#anchor03"] {
  background-image: url(/img/event/xmas25/anchor_shizuoka.png);
}
.content__anchorLink[href="#anchor04"] {
  background-image: url(/img/event/xmas25/anchor_color.png);
}
.content__anchorLink[href="#anchor05"] {
  background-image: url(/img/event/xmas25/anchor_piyorin.png);
}
.content__anchorLink[href="#anchor06"] {
  background-image: url(/img/event/xmas25/anchor_gift.png);
}
.content__anchorLink span {
  position: relative;
  top: -5px;
}
.content__title, .content__mainTitle {
  text-align: center;
}
.content__title .sp, .content__mainTitle .sp {
  display: none;
}

.content__title {
  margin: 0 auto 42px;
  font-size: 32px;
  color: #6F5847;
  letter-spacing: 4px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
}

.content__mainTitle {
  margin: 0 auto 60px;
}
.content__title-inner {
  border-top: 2px solid #6F5847;
  border-bottom: 2px solid #6F5847;
  display: inline-block;
  position: relative;
  width: 650px;
  box-sizing: border-box;
  padding: 20px 0;
}
.content__title-inner::before,
.content__title-inner::after {
  position: absolute;
  content: "";
  border-top: 1px solid #6F5847;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 10px;
}
.content__title-inner::after {
  border-bottom: 1px solid #6F5847;
  bottom: 10px;
}
.content__image {
  display: inline-block;
}

.content__comingSoon {
  margin: 60px auto 132px;
}

.content__comingSoon + .block-top-event--goods {
  display: none;
}

.content__comingSoon .sp {
  display: none;
}
.content__comingSoon-text {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #6F5847;
  padding: 94px 50px;
  color: #6F5847;
  font-family: 'Noto Serif JP', sans-serif;
}
#bt_banner {
  margin-bottom: 132px;
  text-align: center;
}

#bt_banner a {
  display: inline-block;
}

#bt_banner a img {
  max-width: 100%;
  height: auto;
}
/*------------------------------
 最近みた商品
------------------------------*/
.block-recent-item--message {
  margin-bottom: 30px;
}
.block-recent-item--body {
  margin-bottom: 30px;
}
.slick-track {
  margin: 0;
} 
/*------------------------------
 SP（スマートフォン）
------------------------------*/
@media screen and (max-width: 767px) {
  /* 767pxまでの幅の場合に適応される */
  /*------------------------------
   共通・既存調整修正
  ------------------------------*/
  .block-top-event--goods {
    margin-bottom: 35px;
  }
  .contentWrapper .pc {
    display: none;
  }
  .contentWrapper .sp {
    display: block;
  }
  ul.block-goods-detail-j--items {
    margin-bottom: 66px;
  }
  /*------------------------------
   ページ
  ------------------------------*/
  /* mainVisual
  ------------------------------*/
  .mainVisual {
    margin-bottom: 48px;
  }
  .mainVisual__title {
    padding: 0;
    margin-bottom: 33px;
  }
  .mainVisual__image {
    width: 100%;
    height: auto;
  }
  .mainVisual__caption {
    font-size: 14px;
    padding-bottom: 70px;
    margin: 14px;
  }
  .mainVisual__caption::before {
    width: 60px;
    height: 59px;
    left: 30%;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    background-size: contain;
  }
  .mainVisual__caption::after {
    width: 60px;
    height: 59px;
    right: 30%;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    background-size: contain;
  }
  /* content
  ------------------------------*/
  .content__anchor {
    margin: 0 20.5px 40px;
  }
  .content__anchorItemBox {
    display: block;
    margin: 0;
  }
  .content__anchorItem {
    width: 100%;
    margin: 0 auto 2px;
  }
  .content__anchorItem:nth-child(even) {
    margin-right: 0;
  }
  .content__anchorItem:last-child {
    margin-bottom: 0;
  }
  .content__anchorLink {
    width: 100%;
    aspect-ratio: 690 / 260;
    background-size: contain;
    font-size: 20px;
    color: #ffffff;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: bold;
    display: block;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    text-align: center;
  }
  .content__anchorLink[href="#anchor01"] {
    background-image: url(/img/event/xmas25/anchor_nagoya_sp.png);
  }
  .content__anchorLink[href="#anchor02"] {
    background-image: url(/img/event/xmas25/anchor_toyohashi_sp.png);
  }
  .content__anchorLink[href="#anchor03"] {
    background-image: url(/img/event/xmas25/anchor_shizuoka_sp.png);
  }
  .content__anchorLink[href="#anchor04"] {
    background-image: url(/img/event/xmas25/anchor_color_sp.png);
  }
  .content__anchorLink[href="#anchor05"] {
    background-image: url(/img/event/xmas25/anchor_piyorin_sp.png);
  }
  .content__anchorLink[href="#anchor06"] {
    background-image: url(/img/event/xmas25/anchor_gift_sp.png);
  }
  .content__anchorLink span {
    position: relative;
    top: -10px;
  }
  .content__title, .content__mainTitle {
    background-color: rgba(255, 255, 255, 0);
    padding: 55px 0 0 0;
  }

  .content__title {
    margin: -55px auto 20px;
    font-size: 21px;
    letter-spacing: 1px;
  }

  .content__title-inner {
    width: 350px;
    padding: 20px 0px;
  }
  .content__mainTitle {
    margin: -55px auto 20px;
  }
  .content__image {
    width: 100%;
    height: auto;
  }
  .content__comingSoon {
    margin: 0 15px 66px;
  }
  .content__comingSoon-text {
    font-size: 21px;
    padding: 62px 20px;
  }
  #bt_banner {
    padding: 0 15px;
    margin-bottom: 66px;
  }
}
