@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-furisode-fair-202604 {
  color: #333;
}
@media screen and (max-width: 768px) {
  .l-furisode-fair-202604 {
    overflow: hidden;
  }
}
.l-furisode-fair-202604 img {
  display: inline;
  max-width: unset;
}
.l-furisode-fair-202604 section {
  padding: 0;
}
.l-furisode-fair-202604 input,
.l-furisode-fair-202604 select,
.l-furisode-fair-202604 textarea {
  border: 1px solid #767676;
}

.side-btn {
  display: none;
}

/* ========================================================
プロジェクト
=========================================================*/
/* CTA
---------------------------------------------------------*/
.p-cta__button {
  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;
  width: 510px;
  height: 120px;
  line-height: 1;
  margin-inline: auto;
  border-radius: 60px;
  background-color: #FB9F9F;
  color: #ffffff;
  letter-spacing: 0.145em;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-cta__button {
    width: 100%;
    max-width: 400px;
    height: 70px;
    border-radius: 35px;
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
}

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

.p-cta__button > i {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
@media screen and (max-width: 768px) {
  .p-cta__button > i {
    width: 28px;
    height: 28px;
  }
}

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

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

/* 導入文
---------------------------------------------------------*/
.p-about {
  -webkit-margin-before: -30px;
          margin-block-start: -30px;
  background: url(../../img/lp/furisode-fair-202604/bg_about.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-about {
    background-position: right top;
  }
}

.p-about__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 88px;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    padding-inline: 20px;
  }
}
.p-about__inner {
  padding-block: 120px 150px;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    padding-block: 80px 60px;
  }
}

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

.p-about__lead::before {
  content: "";
  display: block;
  width: 900px;
  height: 150px;
  position: absolute;
  left: calc(50% - 450px);
  top: 30px;
  z-index: 1;
  background: url(../../img/lp/furisode-fair-202604/bg_about-heading.webp) center center no-repeat;
  background-size: 900px 150px;
}
@media screen and (max-width: 768px) {
  .p-about__lead::before {
    display: none;
  }
}

.p-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
@media screen and (max-width: 768px) {
  .p-about__list {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

.p-about__list > li {
  width: calc((100% - 16px) / 3);
}
@media screen and (max-width: 768px) {
  .p-about__list > li {
    width: calc((100% - 8px) / 2);
  }
}

.p-about__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  letter-spacing: 0.22em;
  font-size: 2.2rem;
  font-weight: 300;
  border: 1px solid #FB9F9F;
  background-color: #FFF8F8;
  color: #FB9F9F;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-about__link {
    height: auto;
    padding-block: 15px 30px;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}

.p-about__link:hover {
  color: #FB9F9F;
}

.p-about__link::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../img/lp/furisode-fair-202604/icon_anchor.svg) left top no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-about__link::before {
    width: 14px;
    height: 14px;
    right: unset;
    top: unset;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* ご成約特典
---------------------------------------------------------*/
.p-special {
  position: relative;
  padding: 120px !important;
  background: url(../../img/lp/furisode-fair-202604/bg_special-band.webp) center top repeat #FFEEEE;
  background-size: 97px 97px;
}
@media screen and (max-width: 768px) {
  .p-special {
    padding: 60px 20px !important;
  }
}

.p-special::before {
  content: "";
  display: block;
  width: 1220px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background-color: #FFEEEE;
}
@media screen and (max-width: 1200px) {
  .p-special::before {
    width: 90%;
  }
}

.p-special__inner {
  max-width: 1024px;
  margin-inline: auto;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-special__inner {
    padding-inline: 20px;
  }
}
.p-special__inner {
  position: relative;
  z-index: 2;
  padding: 80px 60px 40px;
  border-radius: 45px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-special__inner {
    max-width: 600px;
    padding: 40px 20px;
    border-radius: 10px;
  }
}

.p-special__heading {
  text-align: center;
  letter-spacing: 0.157em;
  color: #FB9F9F;
  font-family: "Shippori Mincho", serif;
  font-size: 3.1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-special__heading {
    font-size: 2rem;
  }
}

.p-special__heading > span {
  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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  letter-spacing: 0.136em;
  font-size: 7.1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-special__heading > span {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 3.2rem;
  }
}

.p-special__heading > span::before,
.p-special__heading > span::after {
  content: "";
  display: block;
  width: 52px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .p-special__heading > span::before,
  .p-special__heading > span::after {
    aspect-ratio: 52/90;
    width: 28px;
    height: auto;
  }
}

.p-special__heading > span::before {
  background: url(../../img/lp/furisode-fair-202604/bg_special-heading-01.webp) left top no-repeat;
  background-size: contain;
}

.p-special__heading > span::after {
  background: url(../../img/lp/furisode-fair-202604/bg_special-heading-02.webp) left top no-repeat;
  background-size: contain;
}

.p-special__body {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px auto;
  grid-template-columns: 1fr auto;
  grid-auto-rows: auto auto auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-margin-before: 90px;
          margin-block-start: 90px;
}
@media screen and (max-width: 1200px) {
  .p-special__body {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-special__body {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-special__body::before {
  content: "";
  display: block;
  width: 107px;
  height: 50px;
  position: absolute;
  left: -130px;
  top: -140px;
  z-index: 1;
  background: url(../../img/lp/furisode-fair-202604/bg_special-cloud.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-special__body::before {
    aspect-ratio: 107/50;
    width: 80px;
    left: -60px;
    top: 20px;
  }
}

.p-special__body-main {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  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: 20px;
}
@media screen and (max-width: 1200px) {
  .p-special__body-main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-special__body-main > img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-special__body-main > img {
    max-width: 543px;
  }
}
.p-special__body-photo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-special__body-photo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-special__body-photo {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
}

@media screen and (max-width: 480px) {
  .p-special__body-photo > img {
    max-width: 200px;
  }
}

.p-special__body-notice {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-special__body-notice {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
}

.p-special__body-heading {
  position: relative;
  top: -0.5em;
  text-align: center;
  letter-spacing: 0.049em;
  font-family: "Shippori Mincho", serif;
  font-size: 3.4rem;
  font-weight: 600;
  color: #FB9F9F;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-special__body-heading {
    top: 0;
    font-size: 2.4rem;
  }
}

.p-special__body-heading > span {
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .p-special__body-heading > span {
    display: block;
    font-size: 2rem;
  }
}

.p-special__body-heading::before,
.p-special__body-heading::after {
  content: "";
  display: block;
  width: 1px;
  height: 120%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #FB9F9F;
}
@media screen and (max-width: 768px) {
  .p-special__body-heading::before,
  .p-special__body-heading::after {
    height: 50%;
    top: unset;
    bottom: 0;
  }
}

.p-special__body-heading::before {
  left: -0.25em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .p-special__body-heading::before {
    left: -1em;
  }
}

.p-special__body-heading::after {
  right: -0.25em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .p-special__body-heading::after {
    right: -1em;
  }
}

.p-special__list {
  text-indent: -1em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  line-height: 1.9;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-special__list {
    font-size: 1.2rem;
  }
}

.p-special__item::before {
  content: "※";
}

.p-special__etc {
  position: relative;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  border-top: 1px dotted #FB9F9F;
}

.p-special__etc::before,
.p-special__etc::after {
  content: "";
  display: block;
  width: 107px;
  height: 50px;
  position: absolute;
  z-index: 1;
  background: url(../../img/lp/furisode-fair-202604/bg_special-cloud.webp) left top no-repeat;
  background-size: contain;
}

.p-special__etc::before {
  left: -110px;
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-special__etc::before {
    aspect-ratio: 107/50;
    width: 80px;
    left: -80px;
    bottom: 120px;
  }
}

.p-special__etc::after {
  right: -100px;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .p-special__etc::after {
    aspect-ratio: 107/50;
    width: 80px;
    right: -50px;
    top: 20px;
  }
}

.p-special__etc-lead {
  text-align: center;
  color: #FB9F9F;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-special__etc-lead {
    font-size: 2rem;
  }
}

.p-special__etc-lead > span {
  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;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  letter-spacing: 0.07em;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-special__etc-lead > span {
    -webkit-column-gap: 0.8em;
       -moz-column-gap: 0.8em;
            column-gap: 0.8em;
    font-size: 2.6rem;
  }
}

.p-special__etc-lead > span::before,
.p-special__etc-lead > span::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #FB9F9F;
}
@media screen and (max-width: 768px) {
  .p-special__etc-lead > span::before,
  .p-special__etc-lead > span::after {
    height: 24px;
  }
}

.p-special__etc-lead > span::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.p-special__etc-lead > span::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.p-special__etc-lead > b {
  display: inline-block;
  -webkit-padding-start: 0.1em;
          padding-inline-start: 0.1em;
  font-size: 3.3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-special__etc-lead > b {
    font-size: 2.2rem;
  }
}

.p-special__etc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 130px;
     -moz-column-gap: 130px;
          column-gap: 130px;
  padding-block: 100px 80px;
}
@media screen and (max-width: 768px) {
  .p-special__etc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 80px;
    padding-block: 50px 40px;
  }
}

.p-special__etc-item {
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-special__etc-item > img {
    max-width: 180px;
  }
}

.p-special__etc-item::after {
  content: "";
  display: block;
  width: 94px;
  height: 94px;
  position: absolute;
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-160px);
          transform: translateX(-160px);
  z-index: 2;
  background: url(../../img/lp/furisode-fair-202604/pic_special-etc-01-num.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-special__etc-item::after {
    width: 70px;
    height: 70px;
    top: -20px;
    -webkit-transform: translateX(-125px);
            transform: translateX(-125px);
  }
}

.p-special__etc-item:nth-of-type(2):after {
  background: url(../../img/lp/furisode-fair-202604/pic_special-etc-02-num.webp) left top no-repeat;
  background-size: contain;
}

.p-special__etc-item::before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-52%);
          transform: translateX(-50%) translateY(-52%);
  z-index: -1;
  background-color: #FFF8EE;
}
@media screen and (max-width: 768px) {
  .p-special__etc-item::before {
    width: 280px;
    height: 280px;
  }
}

.p-special__etc-item > p {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-special__etc-item > p {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-special__etc-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* コレクション紹介
---------------------------------------------------------*/
.p-collection {
  background: url(../../img/lp/furisode-fair-202604/bg_collection.webp) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-collection {
    background-position: right top;
  }
}

.p-collection__inner {
  max-width: 1024px;
  margin-inline: auto;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-collection__inner {
    padding-inline: 20px;
  }
}
.p-collection__inner {
  padding-block: 100px 200px;
}
@media screen and (max-width: 768px) {
  .p-collection__inner {
    padding-block: 60px;
  }
}

.p-collection__heading {
  position: relative;
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-collection__heading {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.p-collection__heading::before {
  content: attr(data-text) "";
  display: block;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  letter-spacing: 0.1em;
  color: #FB9F9F;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-collection__heading::before {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
    font-size: 1.8rem;
  }
}

.p-collection__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
  -ms-grid-rows: minmax(409px, 1fr);
  grid-template-rows: minmax(409px, 1fr);
  gap: 150px 13px;
  -webkit-margin-after: 200px;
          margin-block-end: 200px;
}
@media screen and (max-width: 768px) {
  .p-collection__list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: minmax(333px, 1fr);
    grid-template-rows: minmax(333px, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .p-collection__list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    -ms-grid-rows: minmax(166px, 1fr);
    grid-template-rows: minmax(166px, 1fr);
    gap: 60px 13px;
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
}

.p-collection__item {
  text-align: center;
}

.p-collection__item > img {
  mix-blend-mode: darken;
}
@media screen and (max-width: 768px) {
  .p-collection__item > img {
    max-width: 100%;
  }
}

/* PLAN
---------------------------------------------------------*/
.p-plan {
  position: relative;
  background: url(../../img/lp/furisode-fair-202604/bg_plan.webp) center top no-repeat;
  background-size: cover;
}

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

.p-plan__heading {
  position: relative;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-plan__heading {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.p-plan__heading::before {
  content: attr(data-plan) "";
  display: block;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  letter-spacing: 0.1em;
  color: #FB9F9F;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-plan__heading::before {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
    font-size: 1.8rem;
  }
}

.p-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 30px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-plan__list {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

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

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

/* SERVICE 三松のふりそで撮影会
---------------------------------------------------------*/
.p-service {
  background: url(../../img/lp/furisode-fair-202604/bg_service.webp) center top no-repeat;
  background-size: cover;
}

.p-service__inner {
  padding-block: 140px 200px;
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    padding-block: 60px;
  }
}

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

.p-service__heading::before {
  content: "SERVICE";
  display: block;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  color: #FB9F9F;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-service__heading::before {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
    font-size: 1.8rem;
  }
}

.p-service__lead {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.025em;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service__lead {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    margin-inline: 20px;
    font-size: 1.5rem;
  }
}

.p-service__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: 60px 80px;
  max-width: 1024px;
  margin-inline: auto;
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}
@media screen and (max-width: 1024px) {
  .p-service__list {
    gap: 60px 40px;
    margin-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__list {
    gap: 40px 40px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-service__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__item {
    width: 100%;
    max-width: 452px;
    text-align: center;
  }
}

.p-service__item::before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  position: absolute;
  left: -20px;
  top: -20px;
  background: url(../../img/lp/furisode-fair-202604/txt_step-01.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-service__item::before {
    width: 60px;
    height: 60px;
    left: -5px;
    top: -10px;
  }
}

.p-service__item:nth-of-type(2):before {
  background: url(../../img/lp/furisode-fair-202604/txt_step-02.webp) left top no-repeat;
  background-size: contain;
}

.p-service__item:nth-of-type(3):before {
  background: url(../../img/lp/furisode-fair-202604/txt_step-03.webp) left top no-repeat;
  background-size: contain;
}

.p-service__item:nth-of-type(4):before {
  background: url(../../img/lp/furisode-fair-202604/txt_step-04.webp) left top no-repeat;
  background-size: contain;
}

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

/* 思い出の品や大切なペットとも撮影できます */
.p-service-etc {
  max-width: 984px;
  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;
  margin-inline: auto;
  background-color: #FFF8EE;
  border: 1px solid #FB9F9F;
}
@media screen and (max-width: 1024px) {
  .p-service-etc {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-etc {
    padding: 30px 0;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    margin-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p-service-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;
  letter-spacing: 0.09em;
  font-size: 2.2rem;
  color: #FB9F9F;
}
@media screen and (max-width: 768px) {
  .p-service-etc__text {
    font-size: 1.6rem;
  }
}

.p-service-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-service-etc__image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

.p-service-etc__image > img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-service-etc__image > img {
    max-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-etc__image > img {
    max-width: 120px;
  }
}

/* 撮影会の写真 */
.p-service-photo {
  margin-block: 140px 180px;
}
@media screen and (max-width: 768px) {
  .p-service-photo {
    margin-block: 40px 60px;
  }
}

.p-service-photo > p {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-service-photo > p {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    text-align: left;
    padding-inline: 20px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-service-cta {
    margin-inline: 20px;
  }
}

/* 会期・会場
---------------------------------------------------------*/
.p-venue {
  position: relative;
  background: url(../../img/lp/furisode-fair-202604/bg_special-band.webp) center top repeat #FFCCCC;
  background-size: 97px 97px;
}

.p-venue::before {
  content: "";
  display: block;
  width: 1220px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background-color: #FFCCCC;
}
@media screen and (max-width: 1200px) {
  .p-venue::before {
    width: 90%;
  }
}

.p-venue__inner {
  max-width: 1024px;
  margin-inline: auto;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-venue__inner {
    padding-inline: 20px;
  }
}
.p-venue__inner {
  padding-block: 160px 200px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-venue__inner {
    padding-block: 60px;
  }
}

.p-venue__heading {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.p-venue__heading::before {
  content: attr(data-venue) "";
  display: block;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-venue__heading::before {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
    font-size: 1.8rem;
  }
}

.p-venue__wrap {
  position: relative;
  padding: 80px;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  margin-inline: 20px;
  border-radius: 24px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-venue__wrap {
    width: 100%;
    max-width: 500px;
    padding: 30px 25px;
    margin-inline: auto;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    border-radius: 12px;
  }
}

.p-venue__petal:nth-of-type(1) {
  display: block;
  width: 53px;
  height: 47px;
  position: absolute;
  right: 155px;
  top: -35px;
  background: url(../../img/lp/furisode-fair-202604/bg_venue-petal-01.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-venue__petal:nth-of-type(1) {
    aspect-ratio: 53/47;
    width: 40px;
    right: 40px;
    top: -15px;
  }
}

.p-venue__petal:nth-of-type(2) {
  display: block;
  width: 92px;
  height: 70px;
  position: absolute;
  left: -65px;
  top: 300px;
  background: url(../../img/lp/furisode-fair-202604/bg_venue-petal-02.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-venue__petal:nth-of-type(2) {
    aspect-ratio: 92/70;
    width: 60px;
    left: -40px;
  }
}

.p-venue__petal:nth-of-type(3) {
  display: block;
  width: 86px;
  height: 54px;
  position: absolute;
  right: 50px;
  bottom: 55px;
  background: url(../../img/lp/furisode-fair-202604/bg_venue-petal-03.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-venue__petal:nth-of-type(3) {
    aspect-ratio: 86/54;
    width: 60px;
    right: 30px;
    bottom: 20px;
  }
}

.p-venue__wrap-inner {
  max-width: 700px;
  margin-inline: auto;
}

.p-venue__area {
  -webkit-padding-after: 0.4em;
          padding-block-end: 0.4em;
  letter-spacing: 0.3em;
  font-size: 2.3rem;
  font-weight: 700;
  color: #FB9F9F;
  border-bottom: 1px solid #FB9F9F;
}
@media screen and (max-width: 768px) {
  .p-venue__area {
    -webkit-padding-after: 0.3em;
            padding-block-end: 0.3em;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
    border-width: 2px;
  }
}

.p-venue__area:not(:first-child) {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
}
@media screen and (max-width: 768px) {
  .p-venue__area:not(:first-child) {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}

.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: 0.8em;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-venue__list {
    row-gap: 1em;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    letter-spacing: 0.05em;
  }
}

.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: 2.2rem;
}
@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.5rem;
  }
}

.p-venue__item > dt {
  width: 32%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-venue__item > dt {
    width: 100%;
    -webkit-margin-after: 0.2em;
            margin-block-end: 0.2em;
    font-weight: 700;
  }
}

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

/* 来店予約フォーム
---------------------------------------------------------*/
.p-contact {
  position: relative;
}

.p-contact::before {
  content: "";
  display: block;
  width: 240px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  background: url(../../img/lp/furisode-fair-202604/bg_contact-01.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: 240px;
  height: 140px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1;
  background: url(../../img/lp/furisode-fair-202604/bg_contact-02.webp) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-contact::after {
    display: none;
  }
}

.p-contact__inner {
  max-width: 1024px;
  margin-inline: auto;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-inline: 20px;
  }
}
.p-contact__inner {
  position: relative;
  z-index: 2;
  padding-block: 100px;
}
@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 {
    line-height: 1.6;
    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/furisode-fair-202604/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;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-contact__lead {
    padding-inline: 20px;
    text-align: left;
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .p-contact__lead {
    font-size: 1.4rem;
  }
}

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

.p-contact__lead > p + p {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-contact__lead > p + p {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}

.p-contact__lead > p > a {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-decoration: underline;
  color: #1a63ad;
}
@media screen and (max-width: 768px) {
  .p-contact__lead > p > a {
    display: block;
  }
}

/* ----- 予約フォーム ----- */
.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 {
  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;
  font-weight: 700;
  margin: 40px 0 5px;
}
@media screen and (max-width: 768px) {
  .inform-head {
    font-size: 1.6rem;
  }
}

.form-item-checkbox .mwform-checkbox-field-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .form-item-checkbox .mwform-checkbox-field-text {
    font-size: 1.4rem;
  }
}

.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;
}

@media screen and (max-width: 768px) {
  .form-item-checkbox .mwform-checkbox-field {
    display: block;
    font-size: 1.4rem;
  }
}

.error {
  color: #d10000;
  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;
}