/* CSS Document */ :root {
  --color-sale: #f00;
  --color-sale-dark: #e51769;
  --color-sale-light: #fbe1e3;

}
body.anniversary2026.pc #contents .sp_only {
  display: none;
}
body.anniversary2026.sp #contents .pc_only {
  display: none;
}
/*-----------------------------------
PC
body.anniversary2026
-----------------------------------*/



body.anniversary2026 .shoplist_cat {
  overflow: hidden;
  margin: 0 auto 20px;
}

body.anniversary2026 .shoplist_cat #goodslist-navi dl{
	display: flex;
    justify-content: center;
}

body.anniversary2026 .shoplist_cat #goodslist-navi dt,
body.anniversary2026 .shoplist_cat #goodslist-navi dd {
	color:var(--color-base-text-dark);
	    box-sizing: border-box;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 14px;
    border-left: 1px solid var(--color-base-line-dark);
    padding: 8px 16px;
	cursor: pointer;
}

body.anniversary2026.pc .shoplist_cat #goodslist-navi dd:last-of-type{
	border-right: 1px solid var(--color-base-line-dark);
}

body.anniversary2026 .shoplist_cat #goodslist-navi dt.current,
body.anniversary2026 .shoplist_cat #goodslist-navi dd.current{
	            color: #e50031;
	font-weight: bold;
}

body.anniversary2026 #contents-main .shoplist_cat .cat_ttl {
  font-weight: bold;
	font-size: 18px;
     background: linear-gradient(90deg, rgba(211, 130, 179, 1) 0%, rgba(235, 104, 150, 1) 30%, rgba(245, 180, 169, 1) 70%, rgba(246, 185, 154, 1) 100%);
  color: #fff;
  text-align: center;
  border: none;
	border-radius: 100px;
  padding: 14px 10px;
	margin:20px 0;
}
body.anniversary2026 .shoplist_cat .item_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
}
body.anniversary2026 .shoplist_cat .item_group > li {
  position: relative;
  border: 4px solid #eee;
  width: calc((100% - 20px) / 2);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
background: linear-gradient(90deg, rgba(211, 130, 179, 0.2) 0%, rgba(235, 104, 150, 0.2) 30%, rgba(245, 180, 169, 0.2) 70%, rgba(246, 185, 154, 0.2) 100%);
}
body.anniversary2026 .shoplist_cat .item {
  .detail {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }
  .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-light);
      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 #e50031; */
    min-height: 3rem;
	  
    
    span {
      font-size: 20px;
		line-height: 1.5em;
      font-weight: bold;
      color: #e50031;
    }
  }
  .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: rgba(235, 104, 150, 1);
    color: #fff;
    font-family: var(--fontfamily-english);
    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:  rgba(235, 104, 150, 1);
  }
  .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:rgba(235, 104, 150, 1);
    border-radius: var(--box-radius-xlarge);
    font-weight: bold;
    box-sizing: border-box;
    margin: -10px auto 20px;
    position: relative;
    background: #fff;
  }
  .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);
    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 #e50031;
    li:before {
                   font-family: var(--fontfamily-icon);
            content: "\e7f7";
            font-size: 16px;
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 0;
            position: relative;
            top: -1px;
            font-variation-settings: 'FILL' 1;
            vertical-align: middle;
            color: #e50031;
    }
    .sendtime {
      color: #e50031;
      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: 2px solid #fff;
	  box-sizing: border-box;
  }
  .shopitem .item .image .no_img_logo {
    border: 2px solid #fff;
    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: #e50031;
      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.anniversary2026 .shoplist_cat .item .shopitem .item .desc .date, body.anniversary2026 .shoplist_cat .item .shopitem .item .desc .price, body.anniversary2026 .shoplist_cat .item .shopitem .morelink {
  display: none;
}

body.anniversary2026 #voicelist {
  display: none;
}
body.anniversary2026 .shoplist_cat .item .shopitem:not(:has(.item)),
body.anniversary2026 .shoplist_cat .item .shopvoice:empty {
  display: none;
}

body.anniversary2026 .attention p {
  font-size: 10px;
  text-align: center;
  line-height: 1.4em;
  strong {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 8px;
  }
}
/*-----------------------------------
SP
body.anniversary2026.sp
-----------------------------------*/

body.anniversary2026.sp #contents-main {
  width: 100%;
  margin-bottom: 16px;
}
body.anniversary2026.sp #contents, body.anniversary2026.sp #contents h2, body.anniversary2026.sp #contents div.salepage_btn, body.anniversary2026.sp div.salepage_btn .splide, body.anniversary2026.sp #list_menu, body.anniversary2026.sp #contents ul.shoplist_cat ul li .service {
  width: 100%;
  box-sizing: border-box;
}
body.anniversary2026.sp h2, body.anniversary2026.sp h2 img {
  width: 100%;
  margin-bottom: 0;
}
body.anniversary2026.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.anniversary2026.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.anniversary2026.sp .shoplist_cat {
position: relative;
}
body.anniversary2026.sp .shoplist_cat:last-of-type {
  padding-bottom: 0;
	margin-bottom: 0;
}
body.anniversary2026.sp #contents-main .shoplist_cat .cat_ttl {
font-size: 16px;
    padding: 10px;
	margin-bottom: 0;
}

body.anniversary2026.sp div#goodslist-navi{
	padding: 0;
	margin: 20px 0 0;
	
}

body.anniversary2026.sp div#goodslist-navi #goodslist-navi-sp{
	display: flex;
	
}

body.anniversary2026.sp div#goodslist-navi #goodslist-navi-sp .all{
    height: 40px;
    text-align: center;
    position: relative;
    padding: 0;
	margin-right: 4%;
    line-height: 40px;
    width: 36%;
    border: 1px solid var(--color-base-line-dark);
    border-radius: var(--box-radius-small);
    box-sizing: border-box;
    font-size: 3.3vw;
   
    display: inline-block;
    font-family: var(--fontfamily-english);
    font-weight: 700;
}

body.anniversary2026.sp div#goodslist-navi #goodslist-navi-sp .all.current{
	 color: #e50031;
}

body.anniversary2026.sp div#goodslist-navi #goodslist-navi-sp .cat_sel{
    border: 1px solid var(--color-base-line-dark);
    border-radius: var(--box-radius-small);
    width: 60%;
    line-height: 38px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    padding-left: 16px;
    margin: 0 auto;
	font-size: 3.3vw;
}

body.anniversary2026.sp div#goodslist-navi #goodslist-navi-sp .cat_sel::before {
    content: "";
    display: inline-block;
    width: 1px;
    border-left: 1px solid var(--color-base-line-dark);
    height: 24px;
    position: absolute;
    right: 36px;
    top: 8px;
}

body.anniversary2026.sp div#goodslist-navi #goodslist-navi-sp .cat_sel::after {
    font-family: var(--fontfamily-icon);
    content: "\e5cf";
    vertical-align: middle;
    position: absolute;
    right: 0px;
    top: 0px;
	    width: 36px;
    font-size: 24px;
    text-align: center;
	color: var(--color-base-line-dark);
}

body.anniversary2026.sp div#goodslist-navi #goodslist-navi-sp .cat_sel.is-open::after {
content: "\e316";
}
body.anniversary2026.sp .shoplist_cat #goodslist-navi dl{
	display: none;
	flex-wrap: wrap;
	position: absolute;
    top: 67px;
    left: 0;
    width: calc(100% - 80px);
    border: 1px solid var(--color-base-line-dark);
    z-index: 20;
    background: #fff;
    box-sizing: border-box;
    margin: 0 40px;
}

body.anniversary2026.sp .shoplist_cat #goodslist-navi dl:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    left: calc(50% - 4px);
    border-bottom: 8px solid #888888;
}


body.anniversary2026.sp .shoplist_cat #goodslist-navi dt{
	display: none;
}


body.anniversary2026.sp .shoplist_cat #goodslist-navi dd{
	width: 100%;
	font-size: 12px;
	    display: block;
    border-bottom: 1px solid #888;
	border-left: none;
    margin: 0;
    text-align: left;
}

body.anniversary2026.sp .shoplist_cat #goodslist-navi dd:last-of-type{
	border-bottom: none;
}

body.anniversary2026.sp .shoplist_cat #goodslist-navi dd:after{
    font-family: var(--fontfamily-icon);
    content: "\e5cc";
    margin: 0 0 0 4px;
    font-size: 22px;
    color: var(--color-base-line-dark);
    font-weight: normal;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}

body.anniversary2026.sp .shoplist_cat .item_group {
  padding: 0;
	margin-top: 10px;
  width: 100%;
  gap: 0;
  background: #fff;
  border-bottom-left-radius: var(--box-radius-medium);
  border-bottom-right-radius: var(--box-radius-medium);
	position: relative;
	
}

body.anniversary2026.sp .shoplist_cat .item_group:after{
	content: "";
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 6px;
	display: block;
}

body.anniversary2026.sp .shoplist_cat .item_group > li {
  border-width: 0 0 4px;
  width: 100%;
	margin-bottom: 6px;
	padding-bottom: 16px;
	background: #fff;
	border-radius: 0;
}
body.anniversary2026.sp .shoplist_cat .item_group > li:last-of-type {
  border: none;
}
body.anniversary2026.sp .shoplist_cat .item .detail {
  padding: 10px 0;
}

body.anniversary2026.sp .shoplist_cat .item .detail h4{
	            margin-bottom: 0;
}

body.anniversary2026.sp .shoplist_cat .item_group li .service {
      padding: 14px 16px 16px;
	    background: linear-gradient(90deg, rgba(211, 130, 179, 0.2) 0%, rgba(235, 104, 150, 0.2) 30%, rgba(245, 180, 169, 0.2) 70%, rgba(246, 185, 154, 0.2) 100%);
}
body.anniversary2026.sp .shoplist_cat .item .service .text {
  padding: 0;
  margin: 0;
  min-height: auto;
}
body.anniversary2026.sp .shoplist_cat .item .service .text span{
	font-size: 16px;
}
body.anniversary2026.sp .shoplist_cat .item .service .shopitem {
  padding: 0;
  margin: 10px 0 0;
}
body.anniversary2026.sp .shoplist_cat .item .service .shopitemMoreBtn {
      margin: 10px auto 0;
}
body.anniversary2026.sp .attention {
  padding: 0 16px 16px;
}