@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/**
 * Correct cursors for clickable elements.
 */
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
/**
 * Reset to invisible
 */
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* =========================================
font
========================================= */
/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
/* ========================================================
レイアウト
=========================================================*/
.l-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

/* リセット用
---------------------------------------------------------*/
.l-family-sale-2025 img {
  display: inline;
  max-width: unset;
}
.l-family-sale-2025 section {
  padding: 0;
}

.side-btn {
  display: none;
}

/* ========================================================
コンポーネント
=========================================================*/
.c-section-heading {
  position: relative;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-section-heading {
    font-size: 2.4rem;
  }
}

.c-section-heading > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}

.c-section-heading > span::before,
.c-section-heading > span::after {
  content: "";
  display: block;
  width: 70px;
  height: 9px;
  background: url(../../img/lp/family-sale-2025/bg_heading.svg) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-section-heading > span::before,
  .c-section-heading > span::after {
    width: 35px;
    height: 5px;
    display: none;
  }
}

/* ========================================================
プロジェクト
=========================================================*/
/* 共通
---------------------------------------------------------*/
/* CVボタン */
.p-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
  }
}

.p-cta__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 440px;
  height: 80px;
  -webkit-padding-end: 0.5em;
          padding-inline-end: 0.5em;
  border-radius: 5px;
  background: #D64B4B;
  background: -webkit-gradient(linear, left top, right top, from(#d64b4b), to(#da5d5d));
  background: linear-gradient(90deg, #d64b4b 0%, #da5d5d 100%);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-cta__link {
    width: 100%;
    max-width: 400px;
    height: 60px;
    font-size: 1.6rem;
  }
}

.p-cta__link:hover {
  color: #ffffff;
}

.p-cta__link span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
}

.p-cta__link span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../img/lp/family-sale-2025/icon_anchor.svg") left top no-repeat;
  background-size: contain;
}

/* メインビジュアル
---------------------------------------------------------*/
.p-visual img {
  width: 100%;
}

/* 年に一度のファミリーセール
---------------------------------------------------------*/
.p-intro {
  background: url(../../img/lp/family-sale-2025/bg_intro.png) center -40px no-repeat;
  background-size: 1440px 208px;
}
@media screen and (max-width: 768px) {
  .p-intro {
    background-position: center 10px;
    background-size: 720px 104px;
  }
}

.p-intro__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 30px;
  padding-block: 100px 100px;
}
@media screen and (max-width: 768px) {
  .p-intro__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-intro__inner {
    padding-block: 60px;
  }
}

.p-intro__inner > h2 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-intro__inner > h2 {
    line-height: 1.4;
    font-size: 2.4rem;
  }
}
.p-intro__inner > h2 span {
  color: #D1303B;
}
@media screen and (max-width: 768px) {
  .p-intro__inner > h2 span {
    display: block;
  }
}

.p-intro__inner > p {
  margin-block: 30px 60px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-intro__inner > p {
    margin-block: 30px;
    font-size: 1.4rem;
  }
}

/* 3つの見どころ
---------------------------------------------------------*/
.p-feature {
  background: url(../../img/lp/family-sale-2025/bg_feature.png) left top no-repeat;
  background-size: cover;
}

.p-feature__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 30px;
  padding-block: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-feature__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__inner {
    padding-block: 100px 60px;
  }
}

.p-feature__inner::after {
  content: "";
  display: block;
  width: 300px;
  height: 550px;
  position: absolute;
  right: -150px;
  bottom: 0;
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/bg_feature-model.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__inner::after {
    display: none;
  }
}

.p-feature__heading {
  position: relative;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-feature__heading {
    font-size: 2.8rem;
  }
}

.p-feature__heading::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../img/lp/family-sale-2025/icon_sakura.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__heading::before {
    width: 36px;
    height: 36px;
    top: -60px;
  }
}

.p-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 800px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (max-width: 768px) {
  .p-feature__list {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-feature__item {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  padding: 24px 140px 24px 0;
  background-color: #ffffff;
  border: 1px solid #E2D8C7;
  border-left: 5px solid #D1303B;
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    padding: 1.5em;
  }
}

.p-feature__item::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/icon_feature-arrow.svg) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-feature__item::after {
    width: 28px;
    height: 28px;
    right: 15px;
    top: 15px;
    -webkit-transform: none;
            transform: none;
    display: none;
  }
}

.p-feature__no {
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature__no {
    width: 60px;
    position: absolute;
    left: 20px;
    top: -20px;
    z-index: 1;
  }
}

.p-feature__no > img {
  max-width: 100%;
}

.p-feature__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-feature__body h3 {
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-feature__body h3 {
    font-size: 2rem;
  }
}

.p-feature__body p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-feature__body p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-feature__body p br {
    display: none;
  }
}

/* クーポンプレゼント
---------------------------------------------------------*/
.p-coupon {
  background: url(../../img/lp/family-sale-2025/bg_yellow.png) left top repeat;
  background-size: 1440px 1700px;
}
@media screen and (max-width: 768px) {
  .p-coupon {
    background-size: 720px 850px;
  }
}

.p-coupon__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 30px;
  padding-block: 130px 80px;
}
@media screen and (max-width: 768px) {
  .p-coupon__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-coupon__inner {
    padding-block: 100px 60px;
  }
}

.p-coupon__heading::before {
  content: "";
  display: block;
  width: 140px;
  height: 30px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/txt_coupon.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-coupon__heading::before {
    aspect-ratio: 140/30;
    width: 120px;
    height: auto;
    top: -40px;
  }
}

.p-coupon__lead {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-coupon__lead {
    font-size: 1.4rem;
  }
}

.p-coupon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
  margin-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-coupon__list {
    gap: 15px;
    margin-block: 30px;
  }
}

.p-coupon__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .p-coupon__item {
    width: 100%;
    text-align: center;
  }
}

.p-coupon__item > img {
  max-width: 100%;
}

.p-coupon__notice {
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}

.p-coupon__notice li:not(:first-child) {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

.p-coupon__notice li b {
  color: #D1303B;
}

/* 特別ご提供品
---------------------------------------------------------*/
.p-special {
  background: url(../../img/lp/family-sale-2025/bg_special.png) left top no-repeat;
  background-size: cover;
}

.p-special__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .p-special__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-special__inner {
    padding-block: 60px;
  }
}

.p-special__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  border-radius: 5px;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 600;
  background: #D1BA3F;
  background: -webkit-gradient(linear, left bottom, left top, from(#b09a23), to(#d1ba3f));
  background: linear-gradient(0deg, #b09a23 0%, #d1ba3f 100%);
  color: #ffffff;
  -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-special__heading {
    height: 60px;
    font-size: 2.4rem;
  }
}

.p-special__heading::before,
.p-special__heading::after {
  content: "";
  display: block;
  width: 270px;
  height: 27px;
  position: absolute;
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/bg_special-heading.png) left top no-repeat;
  background-size: contain;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  .p-special__heading::before,
  .p-special__heading::after {
    aspect-ratio: 270/27;
    width: 170px;
    height: auto;
  }
}

.p-special__heading::before {
  left: -20px;
  top: 28px;
}
@media screen and (max-width: 768px) {
  .p-special__heading::before {
    left: -80px;
    top: 14px;
  }
}

.p-special__heading::after {
  right: -20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .p-special__heading::after {
    right: -80px;
    top: 24px;
  }
}

.p-special__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 768px) {
  .p-special__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding-inline: 20px;
  }
}

.p-special__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .p-special__item {
    width: 100%;
    text-align: center;
  }
}

.p-special__item img {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

.p-special__notice {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ffffff;
}

.p-special__notice p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-special__notice p {
    font-size: 1.5rem;
  }
}

.p-special__notice p:last-child {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-special__notice p:last-child {
    font-size: 1.2rem;
  }
}

/* お買い得商品
---------------------------------------------------------*/
.p-bargain {
  background: url(../../img/lp/family-sale-2025/bg_gray.png) left top repeat;
  background-size: 1228px 1228px;
}

.p-bargain__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 80px;
  padding-block: 130px 100px;
}
@media screen and (max-width: 768px) {
  .p-bargain__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-bargain__inner {
    padding-block: 100px 60px;
  }
}

.p-bargain__heading::before {
  content: "";
  display: block;
  width: 140px;
  height: 30px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/txt_bargain.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-bargain__heading::before {
    aspect-ratio: 140/30;
    width: 120px;
    height: auto;
    top: -40px;
  }
}

.p-bargain__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  margin-block: 60px;
}
@media screen and (max-width: 768px) {
  .p-bargain__list {
    row-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-block: 30px 60px;
  }
}

.p-bargain__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .p-bargain__item {
    width: 100%;
    text-align: center;
  }
}

.p-bargain__item > img {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
/* ふりそで
---------------------------------------------------------*/
.p-furisode {
  background: url(../../img/lp/family-sale-2025/bg_yellow.png) left top repeat;
  background-size: 1440px 1700px;
}

.p-furisode__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 130px 100px;
}
@media screen and (max-width: 768px) {
  .p-furisode__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-furisode__inner {
    padding-block: 100px 60px;
  }
}

.p-furisode__heading {
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
@media screen and (max-width: 768px) {
  .p-furisode__heading {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.p-furisode__heading::before {
  content: "";
  display: block;
  width: 160px;
  height: 30px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/txt_furisode.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-furisode__heading::before {
    aspect-ratio: 160/30;
    width: 140px;
    height: auto;
    top: -40px;
  }
}

.p-furisode__sub-heading {
  position: relative;
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-furisode__sub-heading {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
    font-size: 2rem;
  }
}

.p-furisode__sub-heading::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../img/lp/family-sale-2025/icon_sakura.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-furisode__sub-heading::before {
    width: 28px;
    height: 28px;
    top: -50px;
  }
}

/* ふりそで概要 */
.p-furisode-about {
  text-align: center;
}

.p-furisode-about img {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-furisode-about img {
    max-width: 500px;
  }
}

/* プラン・特典 */
.p-furisode-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 1040px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-furisode-plan__list {
    gap: 30px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.p-furisode-plan__item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .p-furisode-plan__item {
    width: 100%;
    text-align: center;
  }
}

.p-furisode-plan__item > img {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

/* ふりそで撮影会 */
.p-furisode-photo__lead {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-furisode-photo__lead {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    font-size: 1.4rem;
  }
}

.p-furisode-photo__lead p + p {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.p-furisode-photo__wrap {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 70px 78px 60px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-furisode-photo__wrap {
    max-width: 500px;
    padding: 40px 20px;
    margin-inline: auto;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-furisode-photo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-furisode-photo__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}

.p-furisode-photo__item {
  position: relative;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  .p-furisode-photo__item {
    width: 100%;
    max-width: 452px;
  }
}

.p-furisode-photo__item::before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-furisode-photo__item::before {
    width: 60px;
    height: 60px;
    left: -10px;
  }
}

.p-furisode-photo__item:nth-of-type(1)::before {
  background: url(../../img/lp/family-sale-2025/txt_furisode-step-1.png) left top no-repeat;
  background-size: contain;
}

.p-furisode-photo__item:nth-of-type(2)::before {
  background: url(../../img/lp/family-sale-2025/txt_furisode-step-2.png) left top no-repeat;
  background-size: contain;
}

.p-furisode-photo__item:nth-of-type(3)::before {
  background: url(../../img/lp/family-sale-2025/txt_furisode-step-3.png) left top no-repeat;
  background-size: contain;
}

.p-furisode-photo__item:nth-of-type(4)::before {
  background: url(../../img/lp/family-sale-2025/txt_furisode-step-4.png) left top no-repeat;
  background-size: contain;
}

.p-furisode-photo__item > img {
  max-width: 100%;
}

.p-furisode-photo__etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 70px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  background-color: #FBF9EF;
  border: 1px solid #B7AC4E;
}
@media screen and (max-width: 1200px) {
  .p-furisode-photo__etc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-furisode-photo__etc {
    padding: 30px 0;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-furisode-photo__etc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3em;
  text-align: center;
  font-size: 2.2rem;
  color: #A29032;
}
@media screen and (max-width: 768px) {
  .p-furisode-photo__etc-text {
    font-size: 1.6rem;
  }
}

.p-furisode-photo__etc-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-furisode-photo__etc-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

.p-furisode-photo__etc-image > img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-furisode-photo__etc-image > img {
    max-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-furisode-photo__etc-image > img {
    max-width: 120px;
  }
}

/* 会期・会場
---------------------------------------------------------*/
.p-venue {
  background: url(../../img/lp/family-sale-2025/bg_gray.png) left top repeat;
  background-size: 1228px 1228px;
}

.p-venue__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 80px;
  padding-block: 130px 100px;
}
@media screen and (max-width: 768px) {
  .p-venue__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-venue__inner {
    padding-block: 100px 60px;
  }
}

.p-venue__heading::before {
  content: "";
  display: block;
  width: 110px;
  height: 30px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/txt_venue.png) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-venue__heading::before {
    aspect-ratio: 110/30;
    width: 90px;
    height: auto;
    top: -40px;
  }
}

.p-venue__lead {
  margin-block: 20px 40px;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-venue__lead {
    font-size: 1.4rem;
  }
}

.p-venue__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 660px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-venue__anchor {
    width: 100%;
    max-width: 500px;
  }
}

.p-venue__anchor > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  height: 64px;
  background-color: #DF6E76;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-venue__anchor > a {
    width: calc((100% - 10px) / 2);
    height: 44px;
    font-size: 1.6rem;
  }
}

.p-venue__anchor > a::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/lp/family-sale-2025/icon_venue-arrow.svg) right center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-venue__anchor > a::after {
    width: 14px;
    height: 8px;
  }
}

.p-venue__wrap {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 80px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .p-venue__wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-venue__wrap {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin-inline: auto;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-venue__area {
  -webkit-padding-after: 0.4em;
          padding-block-end: 0.4em;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
  font-weight: 700;
  color: #DF6E76;
  border-bottom: 3px solid #DF6E76;
}
@media screen and (max-width: 1200px) {
  .p-venue__area {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-venue__area {
    font-size: 1.8rem;
    border-width: 2px;
  }
}

.p-venue__area:not(:first-child) {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}

.p-venue__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5em;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-venue__list {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-venue__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  .p-venue__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-venue__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.4rem;
  }
}

.p-venue__item > dt {
  width: 25%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-venue__item > dt {
    width: 100%;
  }
}

.p-venue__item > dd:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-venue__item > dd:nth-of-type(2) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-venue__item > dd:nth-of-type(2) {
    width: 100%;
  }
}
.p-venue__item > dd:nth-of-type(2) span {
  display: block;
  font-size: 1.2rem;
}

/* 来店予約フォーム
---------------------------------------------------------*/
.p-contact {
  position: relative;
  background: url(../../img/lp/family-sale-2025/bg_paper.webp) center top repeat;
  background-size: 2000px 1000px;
}

.p-contact::before {
  content: "";
  display: block;
  width: 309px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/bg_contact-matsu01.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-contact::before {
    display: none;
  }
}

.p-contact::after {
  content: "";
  display: block;
  width: 208px;
  height: 84px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/bg_contact-matsu02.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-contact::after {
    display: none;
  }
}

.p-contact__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-inline: 0;
    padding-block: 50px 50px;
  }
}

.p-contact__heading {
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact__heading {
    font-size: 2.2rem;
  }
}

.p-contact__heading::after {
  content: "";
  display: block;
  width: 120px;
  height: 20px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: url(../../img/lp/family-sale-2025/bg_contact-ribbon.webp) left top no-repeat;
  background-size: contain;
}

.p-contact__lead {
  margin-block: 80px 60px;
  text-align: center;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact__lead {
    padding-inline: 20px;
    margin-block: 60px 30px;
    font-size: 1.2rem;
  }
}

/* ----- 予約フォーム ----- */
.zip-search,
.personal-information__title {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.agree-check .mwform-checkbox-field-text,
.scroll-box * {
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.hope-shelf__title {
  font-weight: normal;
}

.form-item-kinds select,
.form-item-name input,
.form-item-furigana input,
.form-item-mail input,
.form-item-tel input,
.form-item-zip input,
.form-item-address input,
.form-item-text textarea,
.hope-shelf__input input,
.hope-shelf__input select,
.form-item-shop select,
.form-item-purpose .mwform-radio-field-text,
.form-item-checkbox .mwform-checkbox-field-text {
  border: 1px solid #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}

.hope-shelf__input input,
.hope-shelf__input select {
  width: 220px;
}

.inform-head {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 40px 0 5px;
}

.form-item-checkbox .mwform-checkbox-field-text {
  font-size: 1.6rem;
}

.form-item-checkbox input,
.form-item-checkbox .mwform-checkbox-field-text {
  vertical-align: middle;
}

.form-item-checkbox .mwform-checkbox-field input {
  margin-right: 3px;
}

.form-item-checkbox .mwform-checkbox-field {
  margin-right: 26px;
}

.form-item-purpose .form-item__title,
.form-item-checkbox .form-item__title {
  margin-bottom: 15px;
}

.error {
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.required {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.form-thanks {
  max-width: 864px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .form-thanks {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form-thanks__head {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 24px;
}

.form-thanks__text {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8em;
}

@media screen and (max-width: 540px) {
  .form-thanks__text {
    line-height: 1.7em;
  }
}
/* ========================================================
ユーティリティ
=========================================================*/
.u-display--ib {
  display: inline-block;
}