/* CSS Document */ :root {
  --color-sale: #f00;
  --color-sale-dark: #e51769;
  --color-sale-light: #fbe1e3;
  --color-base-text-dark: #565456;
  --color-base-line-light: #EDEFEF;
  --color-base-line-dark: #565456;
  --fontfamily-english: "Dosis", sans-serif;
  --fontfamily-icon: "Material Symbols Outlined";
  --box-radius-small: 8px;
  --box-radius-medium: 10px;
  --box-radius-large: 15px;
  --box-radius-xlarge: 20px;
  --box-radius-full: 50%;
  scroll-padding-top: 70px;
}
body.ex-salepage.pc #contents .sp_only {
  display: none;
}
body.ex-salepage.sp #contents .pc_only {
  display: none;
}
/*-----------------------------------
PC
body.ex-salepage
-----------------------------------*/
body.ex-salepage #contents {
  padding: 0;
  .inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  h2 {
    padding: 0;
    border: 0;
    margin: 0 auto;
    width: 960px;
    text-align: center;
  }
}
body.ex-salepage #contents-main {
  padding: 0;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background: #fff;
}
/*æ–°ç€ã‚»ãƒ¼ãƒ«è¡¨ç¤º*/
body.ex-salepage div.salepage_btn {
  .splide {
    width: calc(100% - 80px);
    margin: 10px auto 20px;
  }
  .splide__arrow {
    background: var(--color-base-text-dark);
  }
  .splide__arrow svg {
    fill: #fff;
  }
  .splide__arrow--prev {
    left: -30px;
  }
  .splide__arrow--next {
    right: -30px;
  }
  .splide__list {
    .item {
      padding: 10px;
      .date {
        font-size: 10px;
        font-family: var(--fontfamily-english);
        font-weight: 700;
        line-height: 1em;
        padding: 0 0 0.2em;
      }
      p.image {
        height: 140px;
		  img{border: 4px solid var(--color-base-line-light);box-sizing: border-box;}
      }
      p.image .item_image_noimg {
        background: #fff;
        padding-top: 50px;
        border-radius: var(--box-radius-small);
        box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
        img {
          height: 50px;
          border-radius: 0;
          box-shadow: none;
          object-fit: contain;
        }
      }
      p.image:before {
        content: "SALE";
        font-family: var(--fontfamily-english);
        font-weight: 700;
        position: absolute;
        background: var(--color-sale);
        color: #fff;
        line-height: 1em;
        right: 10px;
        top: 30px;
        font-size: 0.8em;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 4px;
      }
      .name a {
        background: #0006;
        display: block;
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff;
        width: calc(100% - 20px);
        text-align: left;
        font-size: 12px;
        line-height: 1.4em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 0 0 var(--box-radius-small) var(--box-radius-small);
      }
    }
  }
}
/*ãƒœã‚¿ãƒ³*/
body.ex-salepage .list_menu ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  li {
    text-align: center;
    width: calc(100% / 3 - 20px);
    a br {
      display: none;
    }
    a {
      display: block;
      text-decoration: none;
      font-size: 18px;
      line-height: 80px;
      border-radius: var(--box-radius-large);
      border: 4px solid var(--color-sale-dark);
      background: #fff;
      color: var(--color-sale-dark);
      box-shadow: 0 10px 4px -6px rgba(0, 0, 0, .2);
      box-sizing: border-box;
      position: relative;
    }
  }
  li:last-child {
    margin-right: 0;
    float: right;
  }
}
body.ex-salepage .cat1 .list_menu ul li:nth-child(1) a, body.ex-salepage .cat2 .list_menu ul li:nth-child(2) a, body.ex-salepage .cat3 .list_menu ul li:nth-child(3) a {
  color: #fff;
  background: var(--color-sale-dark);
}
body.ex-salepage .cat1 .list_menu:not(.bottom) ul li:nth-child(1) a:after, body.ex-salepage .cat2 .list_menu:not(.bottom) ul li:nth-child(2) a:after, body.ex-salepage .cat3 .list_menu:not(.bottom) ul li:nth-child(3) a:after {
  font-family: var(--fontfamily-icon);
  content: "\e5c5";
  display: block;
  font-size: 42px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -26px;
  line-height: 1em;
  color: var(--color-sale-dark);
}

body.ex-salepage .shoplist_cat {
  overflow: hidden;
  margin: 0 auto 20px;
}
body.ex-salepage #contents-main .shoplist_cat .cat_ttl {
  font-weight: bold;
	font-size: 18px;
  background: var(--color-sale-dark);
  color: #fff;
  text-align: center;
  border: none;
  padding: 16px 10px;
}
body.ex-salepage .shoplist_cat .item_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 30px 0;
}
body.ex-salepage .shoplist_cat .item_group > li {
  position: relative;
  border: 1px solid var(--color-base-line-dark);
  width: calc((100% - 20px) / 2);
  border-radius: var(--box-radius-large);
  overflow: hidden;
  box-sizing: border-box;
}
body.ex-salepage .shoplist_cat .item {
  .detail {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .shopname {
    font-weight: bold;
    width: 60%;
    h4 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0.2em;
    }
    span {
      padding-bottom: 4px;
      font-weight: normal;
      font-size: 14px;
      display: block;
    }
    .floor {
      background: var(--color-base-text-dark);
      text-align: center;
      font-size: 14px;
      padding: 6px 10px 5px;
      line-height: 1em;
      font-weight: normal;
      margin-bottom: 4px;
      display: inline-block;
      color: #fff;
      font-family: var(--fontfamily-english);
      font-weight: 700;
    }
  }
  .logo {
    width: 30%;
	          text-align: center;
    img {
      max-height: 50px;
    }
  }
  .service .text {
    white-space: pre-wrap;
    padding: 15px 20px;
    border-top: 4px solid var(--color-sale);
    min-height: 3rem;
    span {
      font-size: 20px;
      font-weight: bold;
      color: var(--color-sale);
    }
  }
  .shopitem {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 20px 20px;
    position: relative;
  }
  .shopitem:before {
    content: "WHAT'S NEW!";
    display: block;
    width: 100%;
    text-align: center;
    background: var(--color-sale-light);
    color: var(--color-sale-dark);
    font-family: var(--fontfamily-english);
    font-weight: 700;
    margin: 0 0 8px;
    border-radius: var(--box-radius-large);
  }
  .shopitem:after {
    font-family: var(--fontfamily-icon);
    content: "\e5c5";
    display: block;
    font-size: 42px;
    position: absolute;
    left: calc(50% - 20px);
    top: 4px;
    line-height: 1em;
    color: var(--color-sale-light);
  }
  .shopitem .item {
    box-sizing: border-box;
    border-radius: var(--box-radius-medium);
    cursor: pointer;
    width: calc(100% / 2 - 4px);
    height: 120px;
    position: relative;
    background: #fff;
  }
/* =============
ショップニュースもっと見るボタン
============= */
/* ボタン */
  .shopitemMoreBtn {
    width: 50%;
    display: none;
    color: var(--color-base-text-dark);
    border-radius: var(--box-radius-xlarge);
    font-weight: bold;
    box-sizing: border-box;
    margin: -10px auto 20px;
    position: relative;
    background: #EEE700;
  }
  .shopitem:has(article:nth-of-type(n+3)) + .shopitemMoreBtn {
    display: block;
  }
  .shopitemMoreBtn input {
    appearance: none;
    width: 100%;
    height: 25px;
    display: block;
    cursor: pointer;
  }
/* 記事 */
  .shopitem_articleList {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    overflow: hidden;
    /* transition: max-height 0.7s;
    will-change: max-height; */
  }
  .shopitem_articleList:has(article:nth-of-type(n+3)) {
    max-height: 120px;
  }
  .service:has(.shopitemMoreBtn input:checked) .shopitem_articleList:has(article:nth-of-type(n+3)) {
    max-height: 100vh;
  }
  /* label*/
  .shopitemMoreBtn label {
    visibility: hidden;
    width: 0;
    height: 0;
    display: block;
  }
  .shopitemMoreBtn::before {
    content: "more";
    font-family: var(--fontfamily-english);
    font-weight: 700;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .service:has(.shopitemMoreBtn input:checked) .shopitemMoreBtn::before {
    content: "× close";
    font-family: var(--fontfamily-english);
    font-weight: 700;
  }
  .shopitemMoreBtn:has(input:hover), .shopitemMoreBtn:has(input:hover)::before {
    opacity: 0.8;
  }
  /* .shopitem .item:nth-child(n+6){
    display: none;
  } */
  .shopitem .shopvoice.item {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .shopitem .shopvoice {
    padding: 10px 10px 0;
    line-height: 1.4em;
    word-break: break-all;
    border: 2px solid var(--color-sale);
    li:before {
      font-family: var(--fontfamily-icon);
      content: "\e7f7";
      font-size: 20px;
      font-variation-settings: 'FILL'1;
      vertical-align: middle;
      color: var(--color-sale);
      position: absolute;
      top: -10px;
      left: 5px;
      background: #fff;
    }
    .sendtime {
      color: var(--color-sale);
      font-weight: bold;
      font-size: 12px;
      display: inline-block;
    }
  }
  .shopitem .item .image, .shopitem .item .desc {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .shopitem .item .image {
    height: 100%;
    border-radius: var(--box-radius-medium);
    overflow: hidden;
	  border: 4px solid var(--color-base-line-light);
	  box-sizing: border-box;
  }
  .shopitem .item .image .no_img_logo {
    border: 2px solid var(--color-base-line-light);
    border-radius: var(--box-radius-medium);
    background-size: 40% auto;
  }
  .shopitem .item .desc {
    text-align: left;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    bottom: 0;
    padding: 4px 6px;
    border-radius: 0 0 var(--box-radius-medium) var(--box-radius-medium);
    .icon {
      font-family: var(--fontfamily-english);
      font-weight: 700;
      position: absolute;
      background: var(--color-sale);
      color: #fff;
      line-height: 1em;
      right: -6px;
      top: -88px;
      z-index: 3;
      border-radius: 0;
      padding: 4px;
    }
    a {
      color: #fff;
      font-size: 10px;
    }
    h4 {
      text-align: left;
      font-size: 12px;
      line-height: 1.4em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
}
body.ex-salepage .shoplist_cat .item .shopitem .item .desc .date, body.ex-salepage .shoplist_cat .item .shopitem .item .desc .price, body.ex-salepage .shoplist_cat .item .shopitem .morelink {
  display: none;
}

body.ex-salepage #voicelist {
  display: none;
}
body.ex-salepage .shoplist_cat .item .shopitem:not(:has(.item)), body.ex-salepage .shoplist_cat .item .shopvoice:empty {
  display: none;
}
body.ex-salepage .attention p {
  font-size: 10px;
  text-align: center;
  line-height: 1.4em;
  strong {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 8px;
  }
}
/*-----------------------------------
SP
body.ex-salepage.sp
-----------------------------------*/
body.ex-salepage.sp #contents {
  .inner {
    border: none;
    padding: 0;
  }
}
body.ex-salepage.sp #contents-main {
  width: 100%;
  margin-bottom: 16px;
}
body.ex-salepage.sp #contents, body.ex-salepage.sp #contents h2, body.ex-salepage.sp #contents div.salepage_btn, body.ex-salepage.sp div.salepage_btn .splide, body.ex-salepage.sp #list_menu, body.ex-salepage.sp #contents ul.shoplist_cat ul li .service {
  width: 100%;
  box-sizing: border-box;
}
body.ex-salepage.sp h2, body.ex-salepage.sp h2 img {
  width: 100%;
  margin-bottom: 0;
}
body.ex-salepage.sp div.salepage_btn {
  margin: 0;
  padding: 0 11px;
  .splide {
    margin-bottom: 10px;
  }
  .splide__arrow--prev {
    left: -10px;
  }
  .splide__arrow--next {
    right: -10px;
  }
  .splide__list .item {
    padding: 0 5px;
    .name a {
      width: calc(100% - 10px);
      font-size: 0.8em;
      bottom: 0;
      left: 5px;
    }
    p.image {
      height: 120px;
    }
    p.image .item_image_noimg {
      padding-top: 30px;
      img {
        height: 40px;
      }
    }
    p.image:before {
      right: 5px;
      top: 20px;
    }
  }
}
body.ex-salepage.sp .list_menu ul {
  gap: 0;
  padding: 0 16px 16px;
  box-sizing: border-box;
  li {
    width: calc(100% / 3);
    a {
      height: 60px;
      font-size: 88%;
      line-height: 1.3em;
      padding: 10px 10px 8px;
      font-weight: bold;
      border-radius: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      box-shadow: none;
    }
  }
  li:nth-child(1) a {
    border-right: none;
    border-top-left-radius: var(--box-radius-medium);
    border-bottom-left-radius: var(--box-radius-medium);
  }
  li:nth-child(3) a {
    border-left: none;
    border-top-right-radius: var(--box-radius-medium);
    border-bottom-right-radius: var(--box-radius-medium);
  }
}
body.ex-salepage.sp .shoplist_cat {
  padding: 16px 16px 0;
  margin: 0;
  background: #eae719
}
body.ex-salepage.sp .shoplist_cat:last-of-type {
  padding-bottom: 16px;
}
body.ex-salepage.sp #contents-main .shoplist_cat .cat_ttl {
  border-top-left-radius: var(--box-radius-medium);
  border-top-right-radius: var(--box-radius-medium);
}
body.ex-salepage.sp .shoplist_cat .item_group {
  padding: 0;
  width: 100%;
  gap: 0;
  background: #fff;
  border-bottom-left-radius: var(--box-radius-medium);
  border-bottom-right-radius: var(--box-radius-medium);
}
body.ex-salepage.sp .shoplist_cat .item_group > li {
  border-width: 0 0 1px;
  width: 100%;
  padding: 16px;
  border-radius: 0;
}
body.ex-salepage.sp .shoplist_cat .item_group > li:last-of-type {
  border: none;
}
body.ex-salepage.sp .shoplist_cat .item .detail {
  padding: 0;
}
body.ex-salepage.sp .shoplist_cat .item_group li .service {
  width: 100%;
  padding: 10px 0 0;
}
body.ex-salepage.sp .shoplist_cat .item .service .text {
  padding: 10px 0 0;
  margin: 0;
  min-height: auto;
}
body.ex-salepage.sp .shoplist_cat .item .service .shopitem {
  padding: 0 0 20px;
  margin: 10px 0 0;
}
body.ex-salepage.sp .shoplist_cat .item .service .shopitemMoreBtn {
  margin-bottom: 0;
}
body.ex-salepage.sp .attention {
  padding: 0 16px 16px;
}