
.familysale2410 {
  padding: 50px 0 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
html[data-browse-mode="S"] .familysale2410 {
  padding: 0;
}
.familysale_head {
  width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
html[data-browse-mode="S"] .familysale_head {
  width: 100%;
}
.kv {
  width: 90%;
  aspect-ratio: 60/23;
  height: auto;
  margin: 0 auto 40px;
}
html[data-browse-mode="S"] .kv {
  width: 90%;
  aspect-ratio: 375/440; 
  margin: 0 auto 30px;
}
.kv img {
  object-fit: contain; 
  width: 100%;
  height: 100%;
}
.familysale_item_subtitle {
  width: 100%;
  margin-top: 40px;
}
html[data-browse-mode="S"] .familysale_item_subtitle {
  margin-top: 28px;
  padding: 0 15px;
}
a.btn_skip {
  width: 300px;
  height: 60px;
  margin: 50px auto 0;
  background: #014d9e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
html[data-browse-mode="S"] a.btn_skip {
  margin: 20px auto 0;
  font-size: 16px;
}
a.btn_skip:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
}
a.btn_skip:hover {
  opacity: 0.8;
}
.familysale_body {
  width: 100%;
  margin-top: 77px;
  padding-bottom: 100px;
  background: #fcf8ea;
}
html[data-browse-mode="S"] .familysale_body {
  margin-top: 30px;
  padding: 0 10px 70px;
}
.familysale_body_head {
  width: 1400px;
  margin: 0 auto;
  padding: 36px 40px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
html[data-browse-mode="S"] .familysale_body_head {
  width: 100%;
  flex-direction: column;
}
.familysale_body_head_inner {
  display: grid;
  gap: 44px;
  place-content: center;
}
html[data-browse-mode="S"] .familysale_body_head_inner {
  padding: 10px 0 30px;
  gap: 18px;
}
.familysale_body_ttl,
.familysale_body_intro {
  font-family: "Noto Sans JP", sans-serif;
}
.familysale_body_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all; /* 譌･譛ｬ隱槭�謾ｹ陦悟宛蠕｡ */
}
html[data-browse-mode="S"] .familysale_body_ttl {
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
  text-align: left; /* 蟾ｦ蟇�○縺ｫ螟画峩 */
}
.familysale_body_intro {
  font-size: 18px;
  font-weight: 500;
  word-break: keep-all;
}
html[data-browse-mode="S"] .familysale_body_intro {
  font-size: 14px;
  line-height: 1.8;
  word-break: keep-all;
  text-align: left;
}
.familysale_howto {
  width: 1000px;
  height: 786px;
  margin: 0 auto;
  padding: 40px 50px;
  background: #fff;
  border-radius: 20px;
}
html[data-browse-mode="S"] .familysale_howto {
  width: 100%;
  height: auto;
  padding: 35px 15px;
}
.familysale_howto_title,
.familysale_container_title {
  width: 504px;
  height: 66px;
  margin: 0 auto;
  display: grid;
  place-content: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-image: url("/img/usr/pages/familysale2410/howto_title_bg_pc.png");
  background-size: cover;
}
html[data-browse-mode="S"] .familysale_howto_title,
html[data-browse-mode="S"] .familysale_container_title {
  width: 100%;
  height: 58px;
  font-size: 20px;
  background-image: url("/img/usr/pages/familysale2410/howto_title_bg_sp.png");
}
.familysale_howto_item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 50px;
}
.familysale_howto_item:nth-of-type(1) {
  margin-top: 50px;
}
.familysale_howto_item:not(:nth-of-type(1)) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #b1b1b1;
}
html[data-browse-mode="S"] .familysale_howto_item {
  grid-template-columns: unset;
  gap: 30px;
}
html[data-browse-mode="S"] .familysale_howto_item:nth-of-type(1) {
  margin-top: 37px;
}
html[data-browse-mode="S"] .familysale_howto_item:not(:nth-of-type(1)) {
  margin-top: 40px;
  padding-top: 40px;
}
.familysale_howto_item_left {
  width: 100%;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
}
html[data-browse-mode="S"] .familysale_howto_item_left {
  grid-template-columns: 35px 1fr;
  gap: 10px;
}
.familysale_howto_item_left p {
  font-size: 16px;
}
html[data-browse-mode="S"] .familysale_howto_item_left p {
  font-size: 14px;
  letter-spacing: 0.005em;
  line-height: 1.8;
}
.familysale_howto_item_right {
  max-height: 327px;
  display: flex;
  justify-content: center;
}
.familysale_howto_item_right img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.familysale_howto_note {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
html[data-browse-mode="S"] .familysale_howto_note {
  font-size: 13px;
  margin-top: 18px;
}
.familysale_item_container {
  width: 100%;
  padding: 70px 0 120px;
  background: #fcefcd;
}
html[data-browse-mode="S"] .familysale_item_container {
  padding: 70px 10px 120px;
}
.familysale_item_subtitle {
  width: 1000px;
  height: 64px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #014d9e;
  background: #fff;
  border-radius: 32px;
}
html[data-browse-mode="S"] .familysale_item_subtitle {
  width: 100%;
  height: 56px;
  border-radius: 28px;
  font-size: 20px;
}
.familysale_items {
  width: 1000px;
  margin: 50px auto 0;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
html[data-browse-mode="S"] .familysale_items {
  width: 100%;
  margin: 32px auto 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 19px;
}
a.familysale_item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.3s ease;
}
a.familysale_item:hover {
  transform: translateY(-5px);
}
.familysale_item_img {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
a.familysale_item:hover .familysale_item_img {
  transform: scale(1.05);
}
.familysale_item_img img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.familysale_item_name {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #393939;
}
html[data-browse-mode="S"] .familysale_item_name {
  margin-top: 15px;
  font-size: 14px;
}
.familysale_item_price.default {
  color: #393939;
  margin-top: 30px;
}
html[data-browse-mode="S"] .familysale_item_price.default {
  margin-top: 11px;
}
.familysale_item_price.default .price_head {
  font-size: 15px;
}
html[data-browse-mode="S"] .familysale_item_price.default .price_head {
  font-size: 13px;
}
.familysale_item_price.default .price_body {
  padding: 0 0 0 5px;
  font-size: 15px;
}
html[data-browse-mode="S"] .familysale_item_price.default .price_body {
  font-size: 13px;
}
.familysale_item_price.default .price_sub {
  padding: 0 0 0 5px;
  font-size: 12px;
}
html[data-browse-mode="S"] .familysale_item_price.default .price_sub {
  padding: 0 0 0 2px;
  font-size: 11px;
}
.familysale_item_price.default .price_body,
.familysale_item_price.default .strike {
  text-decoration: line-through;
}
.familysale_item_price.sale {
  font-weight: 600;
  color: #d30019;
}
.familysale_item_price.sale .price_head {
  font-size: 16px;
}
html[data-browse-mode="S"] .familysale_item_price.sale .price_head {
  font-size: 15px;
}
.familysale_item_price.sale .price_body {
  padding: 0 0 0 5px;
  font-size: 20px;
}
html[data-browse-mode="S"] .familysale_item_price.sale .price_body {
  font-size: 18px;
}
.familysale_item_price.sale .price_sub {
  padding: 0 0 0 5px;
  font-size: 14px;
}
html[data-browse-mode="S"] .familysale_item_price.sale .price_sub {
  font-size: 12px;
}
.familysale_item_label {
  width: 100%;
  height: 34px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  background: #d30019;
}
.familysale_item_label .large {
  font-size: 20px;
  font-weight: 600;
}
html[data-browse-mode="S"] .familysale_item_label .large {
  font-size: 18px;
}
.familysale_item_label .slmall {
  font-size: 14px;
}
html[data-browse-mode="S"] .familysale_item_label .slmall {
  font-size: 12px;
}

.sp-only {
  display: none;
}
html[data-browse-mode="S"] .sp-only {
  display: block;
}
html[data-browse-mode="S"] .sp_block {
  display: block;
}