﻿/* CSS Document */ :root {
  --color-sale-dark: #e3007f;
  --color-base-text-dark: #231815;
  --color-base-line-dark: #231815;
}
/*個別画像表示*/
body.ex-salepage .shoplist_cat .item .service .text:after {
  width: 100%;
  height: 140px;
  margin-top: 6px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
body.ex-salepage .shoplist_cat .item.shop20 .service .text:after {
  content: "";
  background-image: url(shop20.jpg);
}
body.ex-salepage .shoplist_cat .item.shop69 .service .text:after {
  content: "";
  background-image: url(shop69.jpg);
}
body.ex-salepage .shoplist_cat .item.shop103 .service .text:after {
  content: "";
  background-image: url(shop103.jpg);
}
body.ex-salepage .shoplist_cat .item.shop180 .service .text:after {
  content: "";
  height: 150px;
  background-image: url(shop180.jpg);
}
body.ex-salepage .shoplist_cat .item.shop285 .service .text:after {
  content: "";
  background-image: url(shop285.jpg);
}
body.ex-salepage .shoplist_cat .item.shop297 .service .text:after {
  content: "";
  background-image: url(shop297.jpg);
}
body.ex-salepage .shoplist_cat .item.shop320 .service .text:after {
  content: "";
  height: 160px;
  background-image: url(shop320.jpg);
}
body.ex-salepage .shoplist_cat .item.shop328 .service .text:after {
  content: "";
  background-image: url(shop328.jpg);
}
body.ex-salepage .shoplist_cat .item.shop382 .service .text:after {
  content: "";
  height: 57px;
  margin-top: 12px;
  background-image: url(shop382.jpg);
}
body.ex-salepage .shoplist_cat .item.shop388 .service .text:after {
  content: "";
  height: 160px;
  margin-top: 12px;
  background-image: url(shop388.jpg);
}
/*-----------------------------------
PC・スマホ共通スタイル
body.ex-salepage
-----------------------------------*/
body.pc #e_navi_foot.common_e_navi {
  display: none !important;
}
body.ex-salepage #contents {
  background: #231815;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
body.ex-salepage #contents:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 620px;
  left: 0;
  border-style: solid;
  border-width: 300px 0 300px 160vw;
  border-color: transparent transparent transparent #FFF000;
}
body.ex-salepage #contents:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -300px;
  right: 0;
  border-style: solid;
  border-width: 300px 140vw 300px 0;
  border-color: transparent #FFF000 transparent transparent;
}
body.ex-salepage #f3.shoplist_cat:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 200px;
  right: 0;
  border-style: solid;
  border-width: 200px 140vw 200px 0;
  border-color: transparent #FFF000 transparent transparent;
}
body.ex-salepage #contents-main, body.ex-salepage .shoplist_cat {
  max-width: 100%;
  margin: 0 auto;
  background: none;
  position: relative;
  overflow: visible;
}
body.ex-salepage #contents .inner {
  background: none;
  padding: 50px 0 0;
  z-index: 1;
  max-width: 100%;
  position: relative;
}
body.ex-salepage #contents .inner:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0px 0 100px 360px;
  border-color: transparent transparent transparent #FFF000;
}
body.ex-salepage #contents .inner h2 {
  background: none;
  width: 60%;
}
body.ex-salepage #contents .inner .exsale_header .catch {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0 24px;
}
body.ex-salepage #contents .inner .salepage_btn, body.ex-salepage #contents .inner .list_menu {
  padding-top: 14px;
  max-width: 960px;
  margin: 0 auto;
}
body.ex-salepage #contents .inner .salepage_btn {
  background: #ffccea;
  padding: 8px 0 20px;
  margin-top: -10px;
}
body.ex-salepage #contents .inner .salepage_btn .splide {
  margin: 10px auto 0;
}
body.ex-salepage .list_menu ul {
  font-weight: bold;
}
body.ex-salepage .list_menu ul li:nth-child(odd) a {
  color: #2e59a7;
  border-color: #2e59a7;
}
body.ex-salepage .list_menu ul li a:after {
  font-family: "Material Symbols Outlined";
  content: "\e5c5";
  display: block;
  font-size: 22px;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
body.ex-salepage .shoplist_cat .item .shopname a {
  color: var(--color-base-text-dark);
}
body.ex-salepage .shoplist_cat .item .shopname span {
  padding: 4px 0 0;
  font-size: 12px;
	line-height: 1.3em;
}
body.ex-salepage #contents .inner .page_btn a:after {
  font-family: var(--fontfamily-icon);
  content: "\e5c5";
  display: block;
  font-size: 24px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  line-height: 0;
  color: #fff;
}
body.ex-salepage #contents-main .shoplist_cat .cat_ttl {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
body.ex-salepage #contents-main .shoplist_cat:nth-child(odd) .cat_ttl {
  background: #2e59a7;
}
body.ex-salepage .shoplist_cat .item_group {
  max-width: 960px;
  padding: 20px 0 60px;
  z-index: 1;
  position: relative;
}
body.ex-salepage .shoplist_cat .item_group > li {
  background: #fff;
  border: none;
  border-radius: 8px;
}
body.ex-salepage .shoplist_cat .item .service .text {
  padding-bottom: 20px;
}
body.ex-salepage .attention {
  padding: 0 0 30px;
  margin: 0 auto 50px;
  max-width: 960px;
}
/*-----------------------------------
PCスタイル
body.ex-salepage
-----------------------------------*/
body.ex-salepage.pc #contents .inner .salepage_btn .splide {
  width: calc(100% - 60px);
  display: flex;
  align-items: stretch;
  padding-right: 5px;
}
body.ex-salepage.pc #contents .inner .splide__track {
  width: calc(100% - 120px);
}
body.ex-salepage div.salepage_btn .splide__list .item {
  padding: 6px;
}
body.ex-salepage div.salepage_btn .splide__list .item .date {
  display: none;
}
body.ex-salepage div.salepage_btn .splide__list .item p.image {
  height: 110px;
}
body.ex-salepage div.salepage_btn .splide__list .item p.image:before {
  top: 16px;
  right: 6px;
}
body.ex-salepage div.salepage_btn .splide__list .item .name a {
  bottom: 9px;
  left: 9px;
  width: calc(100% - 18px);
}
body.ex-salepage div.salepage_btn .splide__list .item p.image img {
  border-color: #fff;
  border-width: 3px;
}
body.ex-salepage.pc #contents .inner .page_btn a {
  width: 110px;
  height: calc(100% - 14px);
  margin: 6px 0 8px 6px;
  padding: 0 0 10px;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
  background: var(--color-sale);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
body.ex-salepage.pc .list_menu ul {
  gap: 8px;
  margin-top: 18px;
  max-width: 100%;
}
body.ex-salepage.pc .list_menu ul li {
  width: auto;
}
body.ex-salepage.pc .list_menu ul li a {
  font-size: 16px;
  line-height: 60px;
  padding: 0 20px 8px;
  border-width: 3px;
}

body.ex-salepage.pc .shoplist_cat .item_group > li .detail{
	        min-height: 50px;
}

/*-----------------------------------
SPスタイル
body.ex-salepage
-----------------------------------*/
body.ex-salepage.sp #contents .inner h2 {
  width: 90%;
  padding: 24px 0px 10px;
}
body.ex-salepage.sp #contents .inner:before {
  border-width: 0px 0 30px 80px;
}
body.ex-salepage.sp #contents div.salepage_btn {
  width: 94%;
  padding: 1px 10px 10px 5px;
	    margin-top: -14px;
}
body.ex-salepage.sp #contents div.salepage_btn .splide {
  display: flex;
  justify-content: space-between;
}
body.ex-salepage.sp div.salepage_btn .splide__track {
  width: calc(100% - 80px);
}
body.ex-salepage.sp div.salepage_btn .splide__list .item p.image {
  height: 80px;
}
body.ex-salepage.sp div.salepage_btn .splide__list .item p.image:before {
  top: 8px;
}
body.ex-salepage.sp div.salepage_btn .page_btn a {
  width: 76px;
  height: 100%;
  box-sizing: border-box;
  background: var(--color-sale);
  color: #fff;
  font-size: 82%;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  margin: 0;
  padding: 4px 4px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body.ex-salepage.sp #contents .inner .page_btn a:after {
  font-size: 18px;
}
body.ex-salepage.sp #contents .inner .list_menu {
  width: 94%;
  padding: 10px 0 20px;
  box-sizing: border-box;
  background: none;
}
body.ex-salepage.sp #contents .inner .list_menu ul {
  padding: 0;
  gap: 6px;
}
body.ex-salepage.sp #contents .inner .list_menu li {
  width: auto;
}
body.ex-salepage.sp #contents .inner .list_menu li a {
  height: auto;
  border-width: 2px;
  padding: 12px 12px 18px;
  border-radius: 6px;
}
body.ex-salepage.sp #contents .inner .list_menu li:nth-child(1) a, body.ex-salepage.sp #contents .inner .list_menu li:nth-child(3) a {
  border: 2px solid;
}
body.ex-salepage.sp .list_menu ul li a:after {
  font-size: 14px;
}
body.ex-salepage.sp .shoplist_cat, body.ex-salepage.sp #contents-main {
  background: none;
}
body.ex-salepage.sp .shoplist_cat {
  padding: 0;
  margin: 0 auto;
}
body.ex-salepage.sp #contents-main .shoplist_cat .cat_ttl {
  font-size: 16px;
  border-radius: 0;
  padding: 8px;
  margin-bottom: 6px;
}
body.ex-salepage.sp .shoplist_cat .item_group {
  background: none;
  margin-bottom: 20px;
}
body.ex-salepage.sp .shoplist_cat .item_group > li {
  width: 94%;
  margin: 6px 0;
  border-width: 0;
  border-radius: 8px;
  background: #fff;
}
body.ex-salepage.sp .attention {
  margin-bottom: 0;
  padding: 16px;
  background: none;
}