@charset "utf-8";
/* ============== 共通 =================== */
#contents {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/bg_beige.png);
  background-repeat: repeat;
  background-position: 0 0;
  padding: 0 0 10px;
  color: #421a10;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
#contents * {
  box-sizing: border-box;
}
#pagetop {
  background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/bg_beige.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.inner a {
  color: #0099cc;
  font-weight: 700;
  text-decoration: underline;
}
.inner a:hover {
  opacity: 0.7;
}
.end_txt {
  line-height: 1;
  padding: 18px 0;
  background-color: #fff;
  font-weight: bold;
  color: #FF0004;
  font-size: 200%;
  text-align: center;
}
.display-sp {
  display: none;
}
.note-txt {
  text-align: left;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.ly-head {
  height: 80px;
  margin-bottom: 30px;
  display: flex;
}
.ly-head h3 {
  font-size: 30px;
  font-weight: 600;
}
.ly-band {
  background-color: rgba(203, 143, 0, 0.4);
}
.ly_block {
  width: calc(100% - 36px);
  max-width: 880px;
  margin: auto;
}
.ft-em {
  font-weight: 600;
}
/* ▼▼▼---終了対応---▼▼▼ */
.btn_close {
  position: relative;
  pointer-events: none;
}
.btn_close::after {
  content:"※本キャンペーンは終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110%;
  height: 120%;
  background: rgba(0,0,0,0.7);
  margin: 0 auto;
  z-index: 10;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
/* ============== slider =================== */
/* slider */
.slider-wrap {
  width: 58%;
  max-width: 504px;
  margin: 0 auto;
  position: relative;
}
.slider {
  position: relative;
  margin: 0;
  padding: 0;
}
.slider .slick-img {
  position: relative;
  height: 100%;
}
.slider .slick-img::before {
  display: block;
  padding-top: 75%;
  content: "";
  position: relative;
  overflow: hidden;
}
.slider .slick-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slider > .slick-list,
.slider > .slick-list > .slick-track,
.slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* thumbnail */
.thumbnail {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.thumbnail .thumbnail-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: calc(100% / 3);
  max-width: 168px;
  height: 100%;
  padding: 0;
  opacity: 0.5;
  transition: opacity .2s;
}
.thumbnail .current {
  opacity: 1;
}
.thumbnail .thumbnail-img::before {
  display: block;
  padding-top: 75%;
  content: "";
}
.thumbnail .thumbnail-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 168px;
}
/* ============== top =================== */
.top__mv {
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/mv_bg.png) 0 0 repeat;
}
.top__trem {
  padding: 18px 10px 14px;
  text-align: center;
}
.top__trem-date img {
  height: 32px;
}
.top__trem-note {
  color: #d52c00;
  width: 86%;
  max-width: 880px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  transform: translateX(4%);
}
/* ============== nav =================== */
.nav {
  margin: 30px auto 20px;
  width: calc(100% - 36px);
  max-width: 880px;
}
.nav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.nav__box {
  width: calc((100% - 36px) / 3);
}
.nav__txt {
  text-align: center;
  font-weight: bold;
  color: #d52c00;
  font-size: 20px;
}

.nav__list-item {
  background-color: #e9c669;
  background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/nav_bg_base.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  border: 1px solid #e9c669;
  border-radius: 10px;
  overflow: hidden;
}
.nav__list-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  color: #421a10;
  font-weight: normal;
  line-height: 1.8;
  text-decoration: none;
  height: 98px;
  padding-bottom: 20px;
  background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/nav_bg_left.png), 
  url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/nav_bg_right.png);
  background-position: left bottom 20px, right top;
  background-repeat: no-repeat;
  background-size: 32px auto, 37px auto;
}
.nav__list-item a span {
  display: block;
  color: #b46c00;
  font-size: 17px;
  font-weight: 600;
}
.nav__list-item a span sup {
  font-size: 10px;
  top: -0.8em;
}
.nav__list-item.nav__list-item--att {
  margin-top: 16px;
  /* background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/nav_att_pc.png); */
  background-image: none;
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
}
.nav__list-item.nav__list-item--att a {
  background-image: none;
  height: 36px;
  padding-bottom: 0;
  font-size: 18px;
}
.nav__list-item a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  display: block;
  content: "";
  border-style:solid;
  border-width: 9px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.nav__list-item.nav__list-item--att a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  left: initial;
  bottom: initial;
  border-color: #E7C468 transparent transparent transparent;
}
/* ============== product =================== */
.product {
  margin-bottom: 60px;
}
.product__item + .product__item {
  margin-top: 60px;
}
.product__head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.product__ttl {
  margin-left: 126px;
}
.product__badge {
  position: absolute;
  z-index: 10;
  top: -22px;
  width: 106px;
  left: 0;
  z-index: 100;
}
#miyabiiro .product__badge,
#yasaka .product__badge {
  width: 92px;
  top: -23px;
}
.product__icon-wrap {
  display: flex;
}
.product__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 5px;
  height: 30px;
  width: 100px;
}
.product__icon + .product__icon {
  margin-left: 14px;
}
.product__icon--servings {
  background-color: #fff;
}
.product__icon--frozen {
  background-color: #0099cc;
  color: #fff;
}
.product__main {
  display: flex;
}
.product__detail {
  width: 40%;
  max-width: 346px;
  margin-left: 30px;
  text-align: left;
}
.product__detail-list > li {
  border-bottom: 1px solid #b56c00;
  padding-bottom: 24px;
}
.product__detail-list > li + li {
  margin-top: 20px;
}
.product__detail-list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.product__code dl > dt {
  color: #b56c00;
  font-weight: 600;
  margin-bottom: 6px;
}
.product__code dl + dl {
  margin-top: 24px;
}
.product__code-table {
  text-align: center;
}
.product__code-table th {
  background-color: #e8c569;
}
.product__code-table td {
  background-color: #fff;
}
.product__code-table th:nth-child(n + 2),
.product__code-table td:nth-child(n + 2) {
  border-left: 1px solid #fcf9e8;
}
.product__price-breakdown {
  text-align: right;
}
.product__price-breakdown dt .ft-em {
  font-size: 24px;
  line-height: 1.8;
}
.product__detail .order-btn {
  margin: 12px auto 20px;
  text-align: center;
}
.product__detail .order-etc__list {
  margin-bottom: 15px;
}
.product__detail .order-etc__list li + li {
  margin-top: 15px;
}
.product__detail .order-etc__list a {
  text-decoration: none;
  font-size: 22px;
  line-height: 1.2;
  display: block;
  color: #d52c00;
}
.product__type {
  margin-top: 24px;
  border-radius: 10px;
  background: #fff;
  padding: 20px 30px;
  text-align: left;
}
.product__type > dt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product__type-list li + li {
  margin-top: 15px;
}
.product__type-list li > dl {
  display: flex;
}
.product__type-list li > dl dt {
  flex: 0 0 4em;
  margin-right: 12px;
  font-weight: 600;
  color: #b56c00;
}
.product__manuale ul > li + li {
  margin-top: 10px;
}
.product__manual .note-txt{
  color: #421a10;
}
.product__manual .note-txt .note-txt{
  color: #999;
}
/* ============== att =================== */
.att__inner {
  background-color: #fff;
  border-radius: 10px;
  margin: 35px auto;
  padding: 30px;
  text-align: left;
  line-height: 1.7;
}
.att__head-inner {
  text-align: left;
  padding-left: 30px;
  position: relative;
}
.att__head-inner::before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: -28px;
  z-index: 10;
  width: 194px;
  height: 134px;
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/att_ttl_pic.png) 0 0 / contain no-repeat;
}
.att__item + .att__item {
  margin-top: 30px;
}
.att__item-ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.3; 
}
.att__item-ttl::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #b56c00;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.att__item-inner p + p {
  margin-top: 0;
}
.att__list-style {
  padding-left: 1em;
  text-indent: -1em
}
.att__list-style li > ul, .att__list-style li > ol {
  margin-left: 1em;
  margin-bottom: 5px;
}
.att__small-indent {
  padding-left: 1em;
}
.att__small-unit {
  margin: 10px auto;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
  /* ============== 共通 =================== */
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  .end_txt {
    font-size: 155%;
  }
  .ly_block {
    width: calc(100% - 18px);
  }
  .ly-head {
    font-size: 23px;
    line-height: 1;
  }
  .ly-head h3 {
    font-size: 23px;
  }
  /* ▼▼▼---終了対応---▼▼▼ */
  .btn_close::after {
    font-size: 1.8rem;
  }
  /* ▲▲▲---終了対応用のcssです！---▲▲▲ */
  /* ============== slider =================== */
.slider-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
/* ============== top =================== */
.top__mv {
  padding-top: 78%;
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/mv_2023_sp.png) 0 0 / contain no-repeat;
}
.top__trem {
  padding: 8px 0px;
}
.top__trem-note {
  font-size: 13px;
  line-height: 1.8;
  width: calc(100% - 18px);
  margin-top: 10px;
  transform: none;
}
.top__trem-date img {
  height: 23px;
}
/* ============== nav =================== */
.nav {
  margin: 20px auto 15px;
  width: calc(100% - 18px);
}
.nav__list {
  display: block;
  margin-bottom: 12px;
}
.nav__box{
  width: 100%;
  margin-top: 25px;
}
.nav__txt{
  font-size: 15px;
}
.nav__list-item {
  width: 85%;
  margin: 0 auto;
}
.nav__list-item:nth-child(n + 3) {
  margin-top: 25px;
  width: 85%;
}
.nav__list-item a {
  line-height: 1.4;
  padding-bottom: 10px;
  background-position: left bottom 14px, right top;
  background-size: 23px auto, 27px auto;
  height: 70px;
}
.nav__list-item a span {
  font-size: 14px;
}
.nav__list-item a span sup {
  top: -0.5em;
}
/* .nav__list-item.nav__list-item--att {
  width: calc((100% - 9px) / 2);
} */
/* .nav__list-item.nav__list-item--att {
  background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/nav_bg_base.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}
.nav__list-item.nav__list-item--att a {
  padding-bottom: 18px;
  background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/nav_bg_left.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/nav_bg_right.png);
  height: 70px;
  padding-bottom: 10px;
  font-size: 14px;
} */
.nav__list-item a::after {
  bottom: 3.5%;
  border-width: 6px 4px 0 4px;
}
/* .nav__list-item.nav__list-item--att a::after {
  left: 50%;
  transform: translateX(-50%);
  right: initial;
  top: initial;
  bottom: 3.5%;
  border-color: #fff transparent transparent transparent;
} */
.nav .note-txt {
  width: 95%;
  margin: auto;
}
/* ============== product =================== */
.product__head {
  margin-bottom: 20px;
  position: relative;
}
.product__head-inner {
  position: static;
  flex-direction: column;
  align-items: baseline;
  margin-left: 130px;
}
.product__ttl {
  margin-left: 0;
  margin-bottom: 6px;
}
.product__badge {
  left: 9px;
  top: -6px;
}
#miyabiiro .product__badge,
#yasaka .product__badge {
  left: 18px;
  top: -8px;
}
.product__icon {
  font-size: 14px;
  height: 23px;
  width: 80px;
  margin-top: 5px;
}
.product__icon + .product__icon {
  margin-left: 10px;
}
.product__main {
  display: block;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.product__summary {
  line-height: 1.8;
}
.product__detail {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.product__detail-list {
  margin: 20px auto;
}
.product__detail-list > li {
  padding-bottom: 24px;
}
.product__detail-list > li + li {
  margin-top: 24px;
}
.product__detail-list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.product__code dl > dt {
  margin-bottom: 2px;
}
.product__code dl + dl {
  margin-bottom: 6px;
}
.product__code-table td {
  background-color: #f9f6e4;
}
.product__code-table th:nth-child(n + 2),
.product__code-table td:nth-child(n + 2) {
  border-left: 1px solid #fff;
}
.product__price-breakdown {
  text-align: right;
}
.product__price-breakdown dt .ft-em {
  line-height: 1.6;
}
.product__price-breakdown dd p:last-child {
  font-size: 12px;
}
.product__detail .order-btn a,
.product__detail .order-btn p {
  display: block;
  padding-top: 20.5%;
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/takashimaya_2309/img/order-btn_sp.png) 0 0 / contain no-repeat;
}
.product__manuale ul > li + li {
  margin-top: 2px;
}
  /* ============== att =================== */
  .att__item + .att__item {
    margin-top: 8%;
  }
  .att__item-ttl {
    font-size: 1.8rem;
    padding-left: 1.3em;
    margin-bottom: 5px;
  }
  .att__head-inner {
    padding-left: 20px;
  }
  .att__inner {
    padding: 20px;
  }
  /*「●」タイプのリスト用*/
  .att__item-ttl::before {
    width: 18px;
    height: 18px;
    transform: none;
    top: 0.05em;
  }
  .att__head-inner::before {
    top: -36px;
    width: 140px;
    height: 94px;
  }
  .att__item-inner p, .att__list-style {
    margin-top: 5px;
  }
}