br[data-show="pc"] {
  display: block;
}
br[data-show="sp"] {
  display: none;
}
@media (max-width: 768px) {
  br[data-show="pc"] {
    display: none;
  }
  br[data-show="sp"] {
    display: block;
  }
}

.topSlider {
  position: relative;
  height: 400px;
}
.topSlider-img {
  position: relative;
  list-style: none;
  margin: 0;
}
.slick-track {
  width: 100% !important;
  height: 400px;
}
.slick-track > div {
  position: absolute !important;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.slick-track > div:nth-of-type(2) {
  background-position: left center;
}
.slick-track div:nth-of-type(2).slick-active .topSlider-text,
.slick-track div:nth-of-type(3).slick-active .topSlider-text{
  color: #fff;
}
.slick-track div:nth-of-type(2).slick-active .topSlider-text__02,
.slick-track div:nth-of-type(3).slick-active .topSlider-text__02{
  border-color: #fff;
}
.topSlider-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  color: #000;
  z-index: 100;
}
.topSlider-text > div {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-right: 30px;
}
.topSlider-text__01 {
  margin-bottom: 20px;
  font-size: 24px;
}
.topSlider-text__02 {
  display: inline-block;
  padding: 10px 15px;
  font-size: 18px;
  border: 1px solid #000;
}

.topSlider-text.colorF {
  animation: topSlider-textColor 1s;
  animation-fill-mode:forwards;
}
.topSlider-text.colorF .topSlider-text__02 {
  animation: topSlider-borderColor 1s;
  animation-fill-mode:forwards;
}
@keyframes topSlider-textColor {
  0% { color: #000 }
  100% { color: #fff }
}
@keyframes topSlider-borderColor {
  0% { border-color: #000 }
  100% { border-color: #fff }
}

@media (max-width: 768px) {
  .topSlider {
    height: 360px;
  }
  .slick-track {
    height: 360px;
  }
  .slick-track > div {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .slick-track div:nth-of-type(1) {
    background-image: url(//img21.shop-pro.jp/PA01375/970/etc/catch01_sp.jpg?cmsp_timestamp=20190531223705) !important;
  }
  .slick-track div:nth-of-type(2) {
    background-image: url(//img21.shop-pro.jp/PA01375/970/etc/catch02_sp.jpg?cmsp_timestamp=20190531223719) !important;
  }
  .slick-track div:nth-of-type(3) {
    background-image: url(//img07.shop-pro.jp/PA01375/970/etc_base64/dGViaWNoaV9zcA.jpg) !important;
  }
  .topSlider-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    color: #000;
  }
  .topSlider-text > div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-right: 0;
    padding-top: 10%;
    text-align: center;
  }
  .topSlider-text__01 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .topSlider-text__02 {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #000;
  }
}
@media (max-width: 370px) {
  /* .topSlider-text__01 {
    font-size: 20px;
  }
  .topSlider-text__02 {
    font-size: 16px;
  } */
}


.container {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}
.items-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.items-wrap.-otherItems {
  max-width: 100%;
  margin-bottom: 50px;
  padding-top: 50px;
  background: #fbf5e8;
}
.items-wrap.-otherItems .prd-lst {
  max-width: 1000px;
  margin: 0 auto;
}

.ttl-h2 {
  margin: 0 1.4% 30px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color: #000;
}
.ttl-h2 span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5af3f;
}
.description {
  margin-bottom: 40px;
  color: #444;
  text-align: center;
}
.description.-gift {
  text-align: center;
}
.description.-gift span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.description.-gift span:before,
.description.-gift span:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  margin: 0 20px;
  background: #d5af3f;
}

/* Items List */
.prd-lst-unit {
  margin-bottom: 50px;
}
.items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.items > .items-section {
  width: calc(100% / 3 - 2.6%);
  margin-bottom: 3.4%;
  padding: 0 1.3%;
}
.items-section {
  padding: 0 3.5%;
}
.items-section:nth-child(3) {
  margin-right: 0;
}
.items-section img {
  transition: .5s;
}
.items-section a {
  display: block;
  color: #666;
  transition: .5s;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.items-section a:hover {
  opacity: .7;
}
.items-section a:hover img {
  transform: scale(1.05);
}
.items-section__img {
  margin-bottom: 20px;
  overflow: hidden;
}
.items-section__title {
  margin: 0 0 10px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.items-section__text {
  margin-bottom: 20px;
  font-size: 14px;
}
.items-section__btn {
  display: inline-block;
  padding: 10px 60px;
  border: 1px solid #db9a1f;
  border-radius: 30px;
  color: #d5ae3e !important;
  transition: .5s;
}
.items-section a:hover .items-section__btn {
  background: #db9a1f;
  color: #fff !important;
  opacity: 1 !important;
}
.items-wrap.-otherItems .items-section__btn {
  background: #fff;
}
.-column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.-column2 .items-section__img {
  position: relative;
  width: 100%;
  padding-top: 70%;
}
.-column2 .items-section__img img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.-column2 .items-section a:hover .items-section__img img {
  transform: translateY(-50%) scale(1.05);
}
.-column2 .items-section__img.-modan img {
  bottom: -40px;
}

.btn-list {
  margin-bottom: 100px;
  text-align: center;
}
.btn-list a {
  display: inline-block;
  padding: 10px 60px;
  border: 2px solid #db9a1f;
  border-radius: 30px;
  font-size: 16px;
  color: #d5ae3e !important;
}
.btn-list a:hover {
  background: #db9a1f;
  color: #fff !important;
  opacity: 1 !important;
}
/* --------------------------- Items List SP */
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
  .items-wrap {
    padding: 0 20px;
  }
  .items-wrap.-otherItems {
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .prd-lst-unit {
    margin-bottom: 20px;
  }
  .items {
    /* display: block; */
    /* padding: 0 20px; */
  }
  .items-section {
    /* width: auto; */
    margin-bottom: 0;
    padding: 0 3%;
  }
  .items-section__img {
    height: auto;
  }
  .description.-gift {
    margin-right: -10px;
    margin-left: -10px;
  }
  .description.-gift span:before,
  .description.-gift span:after {
    width: 35px;
    margin: 0;
  }
  .description.-gift span:before {
    margin-right: 10px;
  }
  .description.-gift span:after {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .items {
    display: block;
  }
  .items > .items-section {
    width: auto;
  }
}
@media (max-width: 320px) {
  .description.-gift span:before,
  .description.-gift span:after {
    width: 25px;
  }
}

/* Information */
.information {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.information-section {
  display: flex;
  margin: 0 1.4% 20px;
  padding-top: 20px;
  border-top: 1px dotted #ddd;
}
.information-section:last-child {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}
.information-section .date {
  margin: 0;
  margin-right: 100px;
  color: #666;
  font-size: 14px;
}
.information-section .title {
  margin: 0;
}
.information-section p:last-child {
  margin-bottom: 0;
}
.information-section a {
  color: #666;
}
/* --------------------------- Information SP */
@media (max-width: 768px) {
  .information {
    padding: 0 20px;
  }
  .information-section {
    display: block;
  }
}
