@charset "UTF-8";
/* --------------------
	contents
-------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* variables */
/* --------------------
 body
-------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5% !important;
  /* 10px基準 */
}
@media (min-width: 961px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw !important;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 2.4154589372vw !important;
  }
}

body {
  color: #211A06;
  line-height: 1.2;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media print {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  }
}
body * {
  box-sizing: border-box;
}
body.is-fixed {
  position: fixed;
  inset: 0;
}

::before,
::after {
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  color: #211A06;
  text-decoration: none;
  transition: all 200ms 0s ease;
}
a:hover {
  color: #f00;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none !important;
}
a i {
  text-decoration: none;
}
a img {
  transition: all 200ms 0s ease;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

em {
  font-style: italic;
}

.sp {
  display: none;
}

.pcbr {
  display: block;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img.sp {
    display: inline-block;
  }
  .pcbr {
    display: inline;
  }
  .spbr {
    display: block;
  }
}
.ffmin {
  font-family: "Noto Serif JP", serif;
}

ol {
  margin: 0;
  padding: 0;
}
ol li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
}
table td {
  position: relative;
  z-index: 1;
  padding: 0;
}
table td.sp {
  z-index: 2;
}
table th {
  padding: 0;
}

figure {
  margin: 0;
}

/* contents */
.section-title {
  width: fit-content;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  background-color: #4D5F81;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .section-title {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1rem 2rem;
  }
}
.section-title.m--inversion {
  color: #4D5F81;
  background-color: #fff;
}

.lp-main {
  background-color: #F6F4EF;
  position: relative;
}
.lp-main * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lp-fixed {
  position: fixed;
  bottom: -5.4rem;
  right: -5.4rem;
  z-index: 99;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .lp-fixed {
    bottom: 2rem;
    right: 3rem;
  }
}
.lp-fixed.is-opened {
  display: none;
}
.lp-fixed.is-intersecting {
  opacity: 0;
  pointer-events: none;
}
.lp-fixed__btn {
  display: grid;
  place-items: center;
  place-content: center;
  width: 20.3rem;
  aspect-ratio: 1;
  border-radius: 100vmax;
  background-color: #EF7735;
  padding-bottom: 3.4rem;
  padding-right: 3rem;
}
@media screen and (min-width: 961px) {
  .lp-fixed__btn {
    width: 25.6rem;
    padding: 0;
  }
}
.lp-fixed__btn .text {
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.lp-fixed__btn .text-small {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding-inline: 1.2rem;
}
@media screen and (min-width: 961px) {
  .lp-fixed__btn .text-small {
    font-size: 1.6rem;
    padding-inline: 1.5rem;
  }
}
.lp-fixed__btn .text-small::before, .lp-fixed__btn .text-small::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../img/lp/lp_fixed_btn_line.svg") no-repeat center/contain;
  width: 1rem;
  height: 1.3rem;
  transform: translate(0, -50%);
}
@media screen and (min-width: 961px) {
  .lp-fixed__btn .text-small::before, .lp-fixed__btn .text-small::after {
    width: 1.3rem;
    height: 1.7rem;
  }
}
.lp-fixed__btn .text-small::before {
  left: 0;
}
.lp-fixed__btn .text-small::after {
  right: 0;
  transform: translate(0, -50%) scale(-1, 1);
}
.lp-fixed__btn .text-large {
  margin-top: 0.3rem;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 961px) {
  .lp-fixed__btn .text-large {
    margin-top: 0.5rem;
    font-size: 3rem;
  }
}
.lp-fixed__btn .text-en {
  margin-top: 0.5rem;
}
@media screen and (min-width: 961px) {
  .lp-fixed__btn .text-en {
    margin-top: 2.1rem;
  }
}
.lp-fixed__btn .text-en img {
  width: 6.8rem;
}
@media screen and (min-width: 961px) {
  .lp-fixed__btn .text-en img {
    width: 10.9rem;
  }
}

.lp-fixed-tel {
  display: none;
}
@media screen and (min-width: 961px) {
  .lp-fixed-tel {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 33.8rem;
    height: 5.8rem;
    display: grid;
    grid-template-columns: 10.8rem max-content;
    align-items: center;
    gap: 1.3rem;
    background-color: #fff;
    padding: 2rem 2.5rem;
    border-radius: 0 2rem 0 0;
  }
  .lp-fixed-tel > .tag {
    font-weight: 500;
    width: 10.8rem;
    height: 1.8rem;
    display: grid;
    place-content: center;
    place-items: center;
    border: 1px solid #8C6E5B;
    color: #8C6E5B;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .lp-fixed-tel > .phone-num {
    font-family: "Montserrat", sans-serif;
    color: #8C6E5B;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}

.header-lp {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .header-lp {
    height: 12rem;
  }
}
.header-lp__overlay {
  position: fixed;
  z-index: 30;
  inset: 0;
  background-color: rgba(54, 30, 15, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header-lp__overlay.is-opened {
  opacity: 1;
  pointer-events: all;
}
.header-lp__logo {
  position: relative;
  z-index: 35;
  top: 2rem;
  left: 2rem;
}
@media screen and (min-width: 961px) {
  .header-lp__logo {
    top: 5.7rem;
    left: 5.7rem;
  }
}
.header-lp__logo img {
  width: 18rem;
  aspect-ratio: 591/86;
}
@media screen and (min-width: 961px) {
  .header-lp__logo img {
    width: 29.5rem;
  }
}
.header-lp__menu-wrap {
  position: relative;
}
.header-lp__sp-tel {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 6rem;
  z-index: 50;
  width: 9rem;
  aspect-ratio: 90/60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 961px) {
  .header-lp__sp-tel {
    display: none;
  }
}
.header-lp__sp-img {
  width: 1.3rem;
}
.header-lp__sp-img img {
  vertical-align: baseline;
}
.header-lp__sp-text {
  color: #8C6E5B;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.header-lp__menu-line {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  width: 6rem;
  aspect-ratio: 1;
  background-color: rgba(140, 110, 91, 0.9);
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .header-lp__menu-line {
    width: 12rem;
  }
}
.header-lp__menu-line > .line {
  position: absolute;
  top: 2.8rem;
  left: 50%;
  width: 2rem;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
  transform-origin: left;
  transform: translate(-50%, 0) rotate(0deg);
}
@media screen and (min-width: 961px) {
  .header-lp__menu-line > .line {
    top: 5.6rem;
    width: 4rem;
    height: 0.2rem;
  }
}
.header-lp__menu-line > .line::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: 0;
  width: 1.3rem;
  height: inherit;
  background-color: inherit;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .header-lp__menu-line > .line::before {
    top: 0.6rem;
    width: 2.5rem;
  }
}
.header-lp__menu-line > .line.is-opened {
  transform: translate(-50%, 0) rotate(20deg);
}
.header-lp__menu-line > .line.is-opened::before {
  width: inherit;
  transform: translate(0, -0.4rem) rotate(-40deg);
}
@media screen and (min-width: 961px) {
  .header-lp__menu-line > .line.is-opened::before {
    transform: translate(0, -0.6rem) rotate(-40deg);
  }
}
.header-lp__list-wrap {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  background-color: #F6F4EF;
  max-width: 60rem;
  width: 100%;
  height: 100vh;
  translate: 56rem 0;
  transition: all 0.3s;
  padding: 18.6rem 4rem 0;
}
@media screen and (min-width: 961px) {
  .header-lp__list-wrap {
    max-width: none;
    width: 56rem;
    height: 100%;
    padding: 20rem 8rem 0;
  }
}
.header-lp__list-wrap.is-opened {
  translate: 0 0;
}
.header-lp__menu-list:not(:nth-of-type(1)) {
  margin-top: 3rem;
}
.header-lp__menu-link {
  position: relative;
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.2em;
  padding-left: 2.5rem;
}
.header-lp__menu-link:hover {
  color: #EF7735;
}
@media screen and (min-width: 961px) {
  .header-lp__menu-link {
    font-size: 2.2rem;
  }
}
.header-lp__menu-link::before {
  content: "";
  background: url("../img/lp/header_menu_arrow.svg") no-repeat center/contain;
  width: 1rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.mv {
  overflow: hidden;
  position: relative;
  height: 92.1rem;
}
@media screen and (min-width: 961px) {
  .mv {
    max-width: 192rem;
    width: 100%;
    height: 139.4rem;
    margin-inline: auto;
  }
}
.mv__img-box {
  position: relative;
}
.mv__img-box.m--main {
  position: absolute;
  top: 0;
  right: 0;
  width: 37.4rem;
  height: 52.5rem;
}
@media screen and (min-width: 961px) {
  .mv__img-box.m--main {
    width: 128rem;
    height: 99rem;
  }
}
.mv__img-box.m--main img.main_main {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 29rem;
}
@media screen and (min-width: 961px) {
  .mv__img-box.m--main img.main_main {
    width: clamp(70rem, 20.6rem + 38.59375vw, 94.7rem);
  }
}
.mv__img-box.m--main img.main_lt {
  position: absolute;
  top: 0;
  right: 14rem;
  width: 25.9rem;
}
@media screen and (min-width: 961px) {
  .mv__img-box.m--main img.main_lt {
    right: clamp(60rem, 39.4rem + 16.09375vw, 70.3rem);
    width: clamp(40rem, 19.6rem + 15.9375vw, 50.2rem);
  }
}
.mv__img-box.m--main img.main_rb {
  position: absolute;
  top: 37.6rem;
  right: 0;
  width: 13.75rem;
}
@media screen and (min-width: 961px) {
  .mv__img-box.m--main img.main_rb {
    top: clamp(40rem, 2rem + 29.6875vw, 59rem);
    right: -4.8rem;
    width: 58.8rem;
  }
}
.mv__img-box.m--left {
  position: absolute;
  top: 15.4rem;
  left: 0;
  width: 9.4rem;
}
@media screen and (min-width: 961px) {
  .mv__img-box.m--left {
    top: 24.8rem;
    left: -12.3rem;
    width: clamp(35rem, 21rem + 10.9375vw, 42rem);
  }
}
.mv__img-box.m--left img.left {
  width: 100%;
  height: auto;
  aspect-ratio: 187/408;
}
@media screen and (min-width: 961px) {
  .mv__img-box.m--left img.left {
    aspect-ratio: 420/612;
  }
}
.mv__img-box.m--bottom {
  position: absolute;
  top: 74.5rem;
  right: 0;
  width: 100%;
  height: 17.6rem;
}
@media screen and (min-width: 961px) {
  .mv__img-box.m--bottom {
    top: clamp(70rem, 46rem + 18.75vw, 82rem);
    left: -22rem;
    right: auto;
    width: 190rem;
    height: 57.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .mv__img-box.m--bottom {
    left: -13.9rem;
  }
}
.mv__img-box.m--bottom img.bottom_main {
  position: absolute;
  top: 0;
  right: 0;
  width: 25.4rem;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .mv__img-box.m--bottom img.bottom_main {
    width: 96rem;
  }
}
.mv__img-box.m--bottom img.bottom_sub {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 29.5rem;
}
@media screen and (min-width: 961px) {
  .mv__img-box.m--bottom img.bottom_sub {
    top: clamp(15rem, 3.4rem + 9.0625vw, 20.8rem);
    width: clamp(60rem, 23.2rem + 28.75vw, 78.4rem);
  }
}
.mv__text-wrap {
  position: absolute;
  z-index: 3;
  top: 42rem;
  left: 4rem;
}
@media screen and (min-width: 961px) {
  .mv__text-wrap {
    top: 29.9rem;
    left: clamp(26rem, 2rem + 18.75vw, 38rem);
  }
}
.mv__catch {
  line-height: 1;
}
.mv__catch img {
  width: 23.3333333333rem;
}
@media screen and (min-width: 961px) {
  .mv__catch img {
    width: clamp(38rem, 27.6rem + 8.125vw, 43.2rem);
  }
}
.mv__text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .mv__text {
    margin-top: 3rem;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}
.mv__text-en {
  position: absolute;
  z-index: 2;
  top: 22.5rem;
  right: 0;
}
@media screen and (min-width: 961px) {
  .mv__text-en {
    top: clamp(28rem, 15.2rem + 10vw, 34.4rem);
    right: 1rem;
  }
}
.mv__text-en img {
  width: 33rem;
}
@media screen and (min-width: 961px) {
  .mv__text-en img {
    width: clamp(65rem, 32.4rem + 25.46875vw, 81.3rem);
  }
}

.news-slide {
  margin-top: -1.6rem;
}
@media screen and (min-width: 961px) {
  .news-slide {
    margin-top: -15.4rem;
  }
}
.news-slide__inner {
  padding-left: 4rem;
}
@media screen and (min-width: 961px) {
  .news-slide__inner {
    max-width: 192rem;
    margin-inline: auto;
  }
}
.news-slide__contents {
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .news-slide__contents {
    max-width: 160rem;
    margin-left: auto;
    display: grid;
    grid-template-columns: 11.6rem 101.2rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .news-slide__contents {
    grid-template-columns: 11.6rem 136.2rem;
    gap: 11.8rem;
    justify-content: flex-start;
  }
}
.news-slide__title {
  position: relative;
  z-index: 1;
  line-height: 1.2;
  display: flex;
}
@media screen and (min-width: 961px) {
  .news-slide__title {
    display: inline-block;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
  }
}
.news-slide__title > .text {
  border-bottom: 1px solid #211A06;
  font-weight: 700;
  color: #211A06;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 961px) {
  .news-slide__title > .text {
    display: inline-block;
    border-bottom: none;
    border-right: 1px solid #211A06;
    font-size: 3.6rem;
    padding-right: 1.2rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 961px) {
  .news-slide__title > .text.mr {
    margin-right: 1rem;
  }
}
.news-slide__slide-wrap {
  position: relative;
  padding-bottom: 7.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 961px) {
  .news-slide__slide-wrap {
    margin-top: 0;
    padding-bottom: 8rem;
  }
}
.news-slide__line-bar {
  position: absolute;
  bottom: 6.5rem;
  left: 0;
  width: calc(100% - 12.4rem);
  height: 0.3rem;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .news-slide__line-bar {
    bottom: 2.5rem;
    width: calc(100% - 20.5rem);
  }
}
.news-slide__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 0.3rem;
  background-color: #BEA771;
  transition: all 0.3s;
}
.news-slide__slide-item {
  aspect-ratio: 200/400;
  width: 20rem;
  height: auto;
  margin-inline: 1.5rem;
}
@media screen and (min-width: 961px) {
  .news-slide__slide-item {
    width: 30.9rem;
    max-height: 52rem;
    height: 100%;
    margin-inline: 2.1rem;
  }
}
.news-slide__slide-item:hover {
  text-decoration: none;
}
.news-slide__slide-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 200/250;
  vertical-align: bottom;
}
@media screen and (min-width: 961px) {
  .news-slide__slide-img img {
    aspect-ratio: 309/386;
  }
}
.news-slide__slide-title {
  color: #211A06;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 961px) {
  .news-slide__slide-title {
    margin-top: 1.9rem;
    font-size: 1.8rem;
  }
}
.news-slide__slide-date {
  font-family: "Montserrat", sans-serif;
  margin-top: 1rem;
  font-weight: 500;
  color: #BEA771;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .news-slide__slide-date {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.news-slide .lp-slide-arrow {
  position: absolute;
  bottom: -2.4rem;
  right: 3.8rem;
  width: 3.2rem;
  aspect-ratio: 1;
  cursor: pointer;
  z-index: 3;
}
@media screen and (min-width: 961px) {
  .news-slide .lp-slide-arrow {
    bottom: -8rem;
    right: 8.2rem;
    width: 4.8rem;
  }
}
.news-slide .lp-slide-arrow.prev-arrow {
  background: url("../img/lp/slide_prev_icon.svg") no-repeat center/contain;
  right: 8rem;
}
@media screen and (min-width: 961px) {
  .news-slide .lp-slide-arrow.prev-arrow {
    right: 13.7rem;
  }
}
.news-slide .lp-slide-arrow.next-arrow {
  background: url("../img/lp/slide_prev_icon.svg") no-repeat center/contain;
  transform: scale(-1, 1);
}

.reason {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .reason {
    padding-top: 24.1rem;
  }
}
@media screen and (min-width: 961px) {
  .reason__wrapper {
    max-width: 192rem;
    margin-inline: auto;
  }
}
.reason__inner {
  position: relative;
}
@media screen and (min-width: 961px) {
  .reason__inner {
    max-width: 164rem;
    margin-right: auto;
  }
}
.reason__contents {
  background-color: #fff;
  padding-block: 14rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 961px) {
  .reason__contents {
    display: contents;
  }
}
.reason__img {
  margin-top: 3rem;
  order: 1;
}
@media screen and (min-width: 961px) {
  .reason__img {
    position: absolute;
    top: -10.3rem;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .reason__img {
    top: -14.3rem;
  }
}
.reason__img img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .reason__img img {
    width: clamp(80rem, 47.2rem + 25.625vw, 96.4rem);
  }
}
.reason__inline-box {
  display: contents;
}
@media screen and (min-width: 961px) {
  .reason__inline-box {
    display: block;
    background-color: #fff;
    padding-block: clamp(8rem, 4rem + 3.125vw, 10rem);
    padding-inline: clamp(3rem, -11rem + 10.9375vw, 10rem);
  }
}
.reason__title-wrap {
  position: relative;
  width: fit-content;
  padding-left: 3rem;
  order: 0;
}
@media screen and (min-width: 961px) {
  .reason__title-wrap {
    padding-right: clamp(0rem, -12rem + 9.375vw, 6rem);
    padding-left: 0;
    margin-left: auto;
  }
}
.reason__title-en {
  position: absolute;
  top: 8rem;
  right: -12.5rem;
}
@media screen and (min-width: 961px) {
  .reason__title-en {
    top: -19rem;
    right: -27rem;
  }
}
.reason__title-en img {
  width: 16.9rem;
}
@media screen and (min-width: 961px) {
  .reason__title-en img {
    width: 46.1rem;
  }
}
.reason__catch {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .reason__catch {
    margin-top: 2rem;
    font-size: 4rem;
    letter-spacing: 0.2em;
  }
}
.reason__reasons {
  margin-top: 4rem;
  order: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 32.3rem), 1fr));
  row-gap: 4rem;
}
@media screen and (min-width: 961px) {
  .reason__reasons {
    margin-top: 13rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 8rem;
  }
}
.reason__list {
  position: relative;
  padding-inline: 4rem;
}
@media screen and (min-width: 961px) {
  .reason__list {
    padding-inline: 5rem;
  }
}
.reason__list-num {
  position: absolute;
  top: -2.8rem;
  right: 2.4rem;
  font-family: "Montserrat", sans-serif;
  color: #BEA771;
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  opacity: 0.2;
}
@media screen and (min-width: 961px) {
  .reason__list-num {
    font-size: 7rem;
    top: -4.7rem;
    left: 2rem;
    right: auto;
  }
}
.reason__list-contents {
  position: relative;
  z-index: 1;
}
.reason__list-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .reason__list-title {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}
.reason__list-text {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .reason__list-text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}

.merit {
  position: relative;
  padding-block: 16rem 0;
}
@media screen and (min-width: 961px) {
  .merit {
    padding-block: 23rem 14rem;
  }
}
.merit__tree {
  position: absolute;
  top: 5rem;
  right: 0;
}
@media screen and (min-width: 961px) {
  .merit__tree {
    top: -42rem;
  }
}
.merit__tree img {
  width: 30.1rem;
}
@media screen and (min-width: 961px) {
  .merit__tree img {
    width: 77.7rem;
  }
}
.merit__title-wrap {
  padding-left: 4rem;
}
@media screen and (min-width: 961px) {
  .merit__title-wrap {
    padding-left: 14rem;
  }
}
.merit__catch {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .merit__catch {
    margin-top: -6rem;
    font-size: 4rem;
    letter-spacing: 0.2em;
  }
}
.merit__catch .base {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .merit__catch .base {
    font-size: 4rem;
    letter-spacing: 0.2em;
  }
}
.merit__catch .large-wrap {
  margin-top: -1rem;
  display: inline-block;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 961px) {
  .merit__catch .large-wrap {
    margin-top: 0;
    font-size: 10rem;
  }
}
.merit__catch .large {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 961px) {
  .merit__catch .large {
    font-size: 10rem;
  }
}
.merit__catch .mlsp {
  margin-left: -0.5em;
}
@media screen and (min-width: 961px) {
  .merit__catch .mlsp {
    margin-left: 0;
  }
}
.merit__catch .black {
  color: "Zen Kaku Gothic New", sans-serif;
}
.merit__catch .ken {
  color: #826451;
}
.merit__catch .uri {
  color: #9A7C52;
}
.merit__catch .good {
  color: #7F7445;
}
.merit__catch .point {
  color: #7F9A94;
}
.merit__merits {
  margin-top: 2rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 961px) {
  .merit__merits {
    margin-top: 0.3rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr) 43rem;
    gap: 5rem;
  }
}
.merit__list {
  position: relative;
}
@media screen and (min-width: 961px) {
  .merit__list {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media screen and (min-width: 961px) {
  .merit__list:has(img) {
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  .merit__list:has(img).reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 961px) {
  .merit__list.num1 {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 961px) {
  .merit__list.num2 {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 961px) {
  .merit__list.num3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 961px) {
  .merit__list.num4 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.merit__list-num {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  width: 8rem;
  aspect-ratio: 1;
  background-color: #E6F420;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  text-align: center;
  padding-top: 0.7rem;
  padding-left: 4.6rem;
}
@media screen and (min-width: 961px) {
  .merit__list-num {
    left: -1px;
    right: auto;
    width: 11.5rem;
    padding-top: 1.4rem;
    padding-left: 1.6rem;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
.merit__list-num.right {
  left: auto;
  right: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  padding-left: 4.6rem;
}
@media screen and (min-width: 961px) {
  .merit__list-num.right {
    padding-left: 6.7rem;
  }
}
.merit__list-num .en {
  width: fit-content;
  display: block;
  color: #826451;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .merit__list-num .en {
    font-size: 1.2rem;
  }
}
.merit__list-num .num {
  width: fit-content;
  display: block;
  color: #826451;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .merit__list-num .num {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 961px) {
  .merit__list-img {
    flex: 0 1 clamp(65rem, -29rem + 73.4375vw, 112rem);
  }
}
.merit__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 414/200;
  vertical-align: bottom;
}
@media screen and (min-width: 961px) {
  .merit__list-img img {
    aspect-ratio: 1120/493;
  }
}
.merit__list-text-wrap {
  padding: 3rem 4rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .merit__list-text-wrap {
    padding: 10rem 13rem;
  }
}
.merit__list-text-wrap.with-img {
  padding: 3rem 4rem;
}
@media screen and (min-width: 961px) {
  .merit__list-text-wrap.with-img {
    padding: 12.7rem;
    flex: 1;
  }
}
.merit__list-text-wrap.num1 {
  background-color: #826451;
}
.merit__list-text-wrap.num2 {
  background-color: #9A7C52;
}
.merit__list-text-wrap.num3 {
  background-color: #7F7445;
}
.merit__list-text-wrap.num4 {
  background-color: #7F9A94;
}
.merit__list-catch {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .merit__list-catch {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
.merit__list-title {
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .merit__list-title {
    font-size: 3.4rem;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
}
.merit__list-text {
  margin-top: 1rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .merit__list-text {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}

.order {
  padding: 10rem 2rem;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .order {
    padding: 18rem 2rem 10rem;
  }
}
.order__catch {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 961px) {
  .order__catch {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
.order__catch::before, .order__catch::after {
  content: "";
  position: absolute;
  background: url("../img/lp/order_line_sp.svg") no-repeat center/contain;
  width: 4.4rem;
  height: 7.6rem;
}
@media screen and (min-width: 961px) {
  .order__catch::before, .order__catch::after {
    background: url("../img/lp/order_line.svg") no-repeat center/contain;
    width: 6.3rem;
    height: 11rem;
  }
}
.order__catch::before {
  left: -4.4rem;
  bottom: 0;
}
@media screen and (min-width: 961px) {
  .order__catch::before {
    top: 0;
    left: -9.4rem;
    bottom: auto;
  }
}
.order__catch::after {
  right: -4.4rem;
  bottom: 0;
  transform: scale(-1, 1);
}
@media screen and (min-width: 961px) {
  .order__catch::after {
    top: 0;
    right: -9.4rem;
    bottom: auto;
  }
}
.order__catch > .small {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .order__catch > .small {
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}
.order__catch > .large {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .order__catch > .large {
    font-size: 4.4rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}
.order__inline-box {
  margin-top: 2rem;
  outline: 0.3rem solid #8C6E5B;
  outline-offset: -0.3rem;
}
@media screen and (min-width: 961px) {
  .order__inline-box {
    margin-top: 0;
    outline: 1rem solid #8C6E5B;
    outline-offset: -1rem;
    max-width: 128rem;
    width: 100%;
    margin: 3rem auto 0;
    display: grid;
    grid-template-columns: 56rem 1fr;
    gap: 8rem;
    padding-right: 7rem;
  }
}
.order__box-img img {
  width: 100%;
  vertical-align: bottom;
  aspect-ratio: 748/401;
}
@media screen and (min-width: 961px) {
  .order__box-img img {
    width: 56rem;
    aspect-ratio: 560/451;
  }
}
.order__box-title-wrap {
  padding: 2rem 1.7rem 2.7rem;
}
@media screen and (min-width: 961px) {
  .order__box-title-wrap {
    margin-top: 7.4rem;
    padding: 0;
  }
}
.order__title .small {
  padding: 0.5rem 1rem;
  background-color: #8C6E5B;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .order__title .small {
    padding: 1rem 2rem;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}
.order__title .large {
  display: inline-block;
  padding-inline: 1rem;
  background-color: #8C6E5B;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .order__title .large {
    padding-inline: 2rem;
    font-size: 3.6rem;
    letter-spacing: 0.2em;
  }
}
.order__text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .order__text {
    margin-top: 2.4rem;
    font-size: 2rem;
    line-height: 2.4;
  }
}
.order__link {
  color: #211A06 !important;
  position: relative;
  margin-top: 2.1rem;
  display: block;
  width: fit-content;
  margin-left: auto;
  padding-left: 1.8rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .order__link {
    padding-left: 2.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
}
.order__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  translate: 0 -50%;
  background: url("../img/lp/order_link_icon.svg") no-repeat center/contain;
  width: 1.8rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 961px) {
  .order__link::before {
    left: -1.5rem;
    width: 2.6rem;
  }
}

.campaign {
  overflow: hidden;
}
.campaign__inner {
  background: url("../img/lp/campaign_bg_sp.jpg") no-repeat center/cover;
  padding-block: 10rem 9rem;
}
@media screen and (min-width: 961px) {
  .campaign__inner {
    background: url("../img/lp/campaign_bg.jpg") no-repeat center/cover;
    max-width: 192rem;
    margin-inline: auto;
    padding-block: 12rem 14rem;
    padding-inline: 4rem 0;
  }
}
.campaign__contents-box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .campaign__contents-box {
    max-width: 160rem;
    margin-left: auto;
    display: grid;
    grid-template-columns: 1fr 72.5rem;
    gap: clamp(6rem, -8.8rem + 11.5625vw, 13.4rem);
  }
}
.campaign__text-wrap {
  padding-inline: 3rem;
}
@media screen and (min-width: 961px) {
  .campaign__text-wrap {
    padding-inline: 0;
  }
}
.campaign__title-wrap {
  margin-top: 2rem;
  position: relative;
}
.campaign__title-en {
  position: absolute;
  top: -6rem;
  left: 2rem;
}
@media screen and (min-width: 961px) {
  .campaign__title-en {
    top: -7rem;
    left: -4rem;
  }
}
.campaign__title-en img {
  width: 15.3rem;
}
@media screen and (min-width: 961px) {
  .campaign__title-en img {
    width: 23.4rem;
  }
}
.campaign__catch {
  position: absolute;
  top: -29.1rem;
  right: 0.5rem;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  height: 18.7rem;
}
@media screen and (min-width: 961px) {
  .campaign__catch {
    top: 2rem;
    right: 1rem;
    writing-mode: horizontal-tb;
  }
}
.campaign__catch .first,
.campaign__catch .second {
  color: #EF7735;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 1rem 1rem 0.5rem;
}
@media screen and (min-width: 961px) {
  .campaign__catch .first,
  .campaign__catch .second {
    color: #fff;
    background-color: transparent;
    font-size: 2.7rem;
    padding: 0;
  }
}
.campaign__catch .first {
  display: block;
}
@media screen and (min-width: 961px) {
  .campaign__catch .first {
    display: inline;
  }
}
.campaign__catch .second {
  display: inline;
}
@media screen and (min-width: 961px) {
  .campaign__catch .second {
    display: block;
    margin-top: 1.6rem;
  }
}
.campaign__title {
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-block: 0 1rem;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .campaign__title {
    text-align: start;
    font-size: 8.5rem;
    padding-block: 0 3.6rem;
  }
}
.campaign__title .first,
.campaign__title .second {
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .campaign__title .first,
  .campaign__title .second {
    font-size: 8.5rem;
  }
}
.campaign__title .second {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .campaign__title .second {
    margin-top: 1.1rem;
  }
}
.campaign__gift-wrap {
  position: relative;
  padding: 1.5rem 0 3.2rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 961px) {
  .campaign__gift-wrap {
    padding: 2.6rem 2rem 2.4rem;
  }
}
.campaign__gift-small {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .campaign__gift-small {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    white-space: auto;
  }
}
.campaign__gift-large {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
@media screen and (min-width: 961px) {
  .campaign__gift-large {
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
.campaign__gift-large .num {
  color: #E6F420;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .campaign__gift-large .num {
    font-size: 7.2rem;
  }
}
.campaign__gift-large .int {
  color: #E6F420;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .campaign__gift-large .int {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}
.campaign__gift-link {
  position: absolute;
  right: 50%;
  bottom: -1.5rem;
  translate: 50% 0;
  width: 20rem;
  height: 3.7rem;
  border-radius: 10rem;
  background-color: #fff;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (min-width: 961px) {
  .campaign__gift-link {
    right: 5rem;
    bottom: -3.6rem;
    width: 15.8rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 100vmax;
    gap: 1.3rem;
  }
}
.campaign__gift-link:hover {
  text-decoration: none;
}
.campaign__gift-link .text {
  text-align: center;
  color: #EF7735;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .campaign__gift-link .text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.campaign__gift-link img {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  translate: 0 -50%;
  width: 1.3rem;
}
@media screen and (min-width: 961px) {
  .campaign__gift-link img {
    position: static;
    translate: 0 0;
    width: 2rem;
  }
}
.campaign__note {
  margin-top: 3rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .campaign__note {
    margin-top: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.campaign__img-wrap img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .campaign__img-wrap img {
    width: 72.5rem;
  }
}
.campaign__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.campaign__imgs img {
  vertical-align: bottom;
  width: 13.8rem;
  width: 100%;
  aspect-ratio: 276/481;
}
@media screen and (min-width: 961px) {
  .campaign__imgs img {
    width: 64rem;
    width: 100%;
    aspect-ratio: 640/702;
  }
}

.step-flow {
  padding: 6rem 0 3rem;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .step-flow {
    padding: 12rem 2rem 10rem;
  }
}
.step-flow__title {
  width: fit-content;
  margin-inline: auto;
}
.step-flow__catch {
  width: fit-content;
  margin: 1rem auto 0;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .step-flow__catch {
    margin: 2rem auto 0;
    font-size: 4rem;
    letter-spacing: 0.2em;
  }
}
.step-flow__steps {
  margin-top: 2rem;
}
@media screen and (min-width: 961px) {
  .step-flow__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 128rem;
    margin: 4rem auto 0;
  }
}
.step-flow__step {
  padding: 1rem 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #211A06;
}
@media screen and (min-width: 961px) {
  .step-flow__step {
    border-top: none;
    padding: 3rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 961px) {
  .step-flow__step:not(:nth-of-type(1)) {
    border-left: 1px solid #211A06;
  }
}
.step-flow__step-num {
  color: #4D5F81;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 961px) {
  .step-flow__step-num {
    font-size: 1.4rem;
  }
}
.step-flow__step-img img {
  width: 7.5rem;
}
@media screen and (min-width: 961px) {
  .step-flow__step-img img {
    width: 10rem;
  }
}
.step-flow__step-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .step-flow__step-text {
    margin-top: -1rem;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.07em;
  }
}

.voices {
  overflow: hidden;
  padding: 10rem 0 4rem;
}
@media screen and (min-width: 961px) {
  .voices {
    padding: 15rem 2rem;
  }
}
.voices__title {
  width: fit-content;
  margin-inline: auto;
}
.voices__catch {
  text-align: center;
  width: fit-content;
  margin: 1rem auto 0;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .voices__catch {
    text-align: start;
    margin: 2rem auto 0;
    font-size: 4rem;
    letter-spacing: 0.2em;
  }
}
.voices__list {
  margin-top: 2rem;
}
@media screen and (min-width: 961px) {
  .voices__list {
    max-width: 128rem;
    margin: 5rem auto 0;
  }
}
.voices__list-item:not(:nth-of-type(1)) {
  margin-top: 4rem;
}
@media screen and (min-width: 961px) {
  .voices__list-item:not(:nth-of-type(1)) {
    margin-top: 8rem;
  }
}
.voices__list-inner {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 961px) {
  .voices__list-inner {
    grid-template-columns: 51.3rem 1fr;
    gap: 6rem;
  }
}
.voices__list-img {
  aspect-ratio: 414/210;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .voices__list-img {
    aspect-ratio: 513/435;
  }
}
.voices__list-img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 2560/1707;
}
.voices__list-text-wrap {
  position: relative;
  z-index: 1;
  padding: 4rem 4rem 3rem;
}
@media screen and (min-width: 961px) {
  .voices__list-text-wrap {
    margin-top: 6rem;
    padding: 0;
  }
}
.voices__list-num {
  position: absolute;
  right: 0;
  top: -1.2rem;
  display: flex;
  align-items: flex-start;
  opacity: 0.3;
}
@media screen and (min-width: 961px) {
  .voices__list-num {
    top: -8rem;
  }
}
.voices__list-num .mark,
.voices__list-num .num {
  font-family: "Montserrat", sans-serif;
  color: #BEA771;
  font-weight: 600;
  line-height: 1;
}
.voices__list-num .mark {
  display: inline-block;
  margin-top: 1rem;
  font-size: 3.5rem;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 961px) {
  .voices__list-num .mark {
    font-size: 5.6rem;
  }
}
.voices__list-num .num {
  font-size: 8.1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .voices__list-num .num {
    font-size: 13rem;
  }
}
.voices__list-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  max-width: 50rem;
}
@media screen and (min-width: 961px) {
  .voices__list-title {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}
.voices__list-voice {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .voices__list-voice {
    margin-top: 2rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}
.voices__list-staff-wrap {
  position: relative;
  background-color: #fff;
  width: calc(100% - 8rem);
  margin-inline: auto;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 961px) {
  .voices__list-staff-wrap {
    top: -4rem;
    width: 96.875%;
    margin-inline: 0;
    margin-left: auto;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 13.1rem;
    align-items: center;
    padding: 4rem 9rem;
  }
}
.voices__list-staff-wrap::before {
  content: "";
  position: absolute;
  top: -1.9rem;
  left: 2rem;
  width: 2rem;
  aspect-ratio: 1;
  background-color: #fff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
@media screen and (min-width: 961px) {
  .voices__list-staff-wrap::before {
    top: -2.9rem;
    left: 3.7rem;
    width: 3rem;
  }
}
.voices__list-staff-comment {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .voices__list-staff-comment {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
}
.voices__list-staff-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .voices__list-staff-text {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}

.message {
  padding: 10rem 0 6rem;
  background-color: #4D5F81;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .message {
    padding: 10rem 4rem;
  }
}
.message__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 961px) {
  .message__inner {
    max-width: 128rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 64.9rem 1fr;
    gap: clamp(8rem, 0rem + 6.25vw, 12rem);
  }
}
.message__contents {
  display: contents;
}
@media screen and (min-width: 961px) {
  .message__contents {
    display: block;
    position: relative;
  }
}
.message__title-wrap {
  position: relative;
  order: 0;
}
.message__text-wrap {
  position: relative;
  order: 2;
  padding: 0 4rem;
}
@media screen and (min-width: 961px) {
  .message__text-wrap {
    margin-top: 1rem;
    padding: 0;
  }
}
.message__title-en {
  position: absolute;
  top: -6rem;
  left: -50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 7.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #F6F4EF;
  opacity: 0.1;
}
@media screen and (min-width: 1500px) {
  .message__title-en {
    top: -10rem;
    left: -9.4rem;
    font-size: 13.1rem;
  }
}
@media screen and (min-width: 961px) {
  .message__title {
    margin-top: -2rem;
  }
}
.message__catch {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .message__catch {
    text-align: start;
    margin-top: 5rem;
    font-size: 3.6rem;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
}
.message__text {
  margin-top: 1rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 961px) {
  .message__text {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.message__img-wrap {
  order: 1;
}
.message__img-wrap img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .message__img-wrap img {
    width: 51.1rem;
  }
}

.houses {
  padding: 6rem 2rem;
  background: url("../img/lp/houses_bg_sp.jpg") no-repeat center/124.2rem 100%;
}
@media screen and (min-width: 961px) {
  .houses {
    padding: 12rem 2rem;
    background: url("../img/lp/houses_bg.jpg") no-repeat center/cover;
  }
}
.houses__title {
  width: fit-content;
  margin-inline: auto;
}
.houses__catch {
  text-align: center;
  width: fit-content;
  margin: 1rem auto 0;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .houses__catch {
    text-align: start;
    margin: 2rem auto 0;
    font-size: 4rem;
    letter-spacing: 0.2em;
  }
}
.houses__inner {
  margin-top: 2rem;
}
@media screen and (min-width: 961px) {
  .houses__inner {
    max-width: 128rem;
    margin: 5rem auto 0;
  }
}
.houses__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 37.4rem), 1fr));
  gap: 1rem;
}
@media screen and (min-width: 961px) {
  .houses__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
.houses__list-item {
  position: relative;
  padding: 2rem;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .houses__list-item {
    padding: 3rem;
  }
}
.houses__list-item > a:hover {
  text-decoration: none;
}
.houses__list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 961px) {
  .houses__list-link {
    display: block;
  }
}
.houses__list-area-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0.5rem 1rem;
  display: grid;
  place-content: center;
  place-items: center;
  color: #fff;
  background-color: #211A06;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .houses__list-area-tag {
    padding: 0;
    width: 9.2rem;
    height: 3.9rem;
    font-size: 1.6rem;
  }
}
.houses__list-img {
  flex: 0 1 19.2rem;
  aspect-ratio: 96/120;
}
@media screen and (min-width: 961px) {
  .houses__list-img {
    aspect-ratio: 238/297;
  }
}
.houses__list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.houses__list-text-wrap {
  flex: 1 0 21.8rem;
}
.houses__list-title {
  color: #211A06;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  .houses__list-title {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
  }
}
.houses__list-tag-wrap {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.houses__list-tag {
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(33, 26, 6, 0.5);
  display: grid;
  place-content: center;
  place-items: center;
  color: rgba(33, 26, 6, 0.5);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 961px) {
  .houses__list-tag {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
  }
}

.cta__link {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  padding: 4rem 2rem;
  background-color: #EF7735;
}
@media screen and (min-width: 961px) {
  .cta__link {
    padding: 10rem 2rem;
  }
}
.cta__link:hover {
  text-decoration: none;
}
.cta__text-en {
  position: absolute;
  top: 1.2rem;
  left: calc(50% - 13rem);
  translate: -50% 0;
  rotate: -7deg;
}
@media screen and (min-width: 961px) {
  .cta__text-en {
    top: 1.6rem;
    left: calc(50% - 30rem);
    rotate: 0deg;
  }
}
.cta__text-en img {
  width: 10.6rem;
}
@media screen and (min-width: 961px) {
  .cta__text-en img {
    width: 32rem;
  }
}
.cta__text {
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .cta__text {
    font-size: 4.4rem;
  }
}

/*============================
#footer
============================*/
#footer {
  border-top: 0.6rem solid #b9dc8c;
  width: 100%;
}

#footer .navipc {
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
@media screen and (min-width: 961px) {
  #footer .navipc {
    display: flex;
  }
}

#footer .navipc ul {
  margin: 0 auto;
  padding: 1.8rem 0;
  position: relative;
  /* height: 24px; */
  height: 6rem;
  display: flex;
}
@media screen and (min-width: 961px) {
  #footer .navipc ul {
    max-width: 102.4rem;
    width: 100%;
  }
}

#footer .navipc ul .searchbox {
  width: 19.2rem;
  height: 2.8rem;
  background: url(/wp/wp-content/themes/hokkai/shared/img/bg_search.png) no-repeat left top;
  position: absolute;
  top: 5rem;
  right: -3rem;
  z-index: 100;
  display: none;
}

#footer .navipc ul .searchbox input {
  border: none !important;
}

#footer .navipc ul #saerch-box-input {
  width: 15.2rem !important;
  height: 2rem !important;
  margin: 0.4rem 0 0 0.3rem !important;
  padding: 0 !important;
  vertical-align: top !important;
}

#footer .navipc ul #saerch-box-btn {
  margin: 0.6rem 0 0 0.6rem !important;
  padding: 0 !important;
  vertical-align: top !important;
}

#footer .navipc ul li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  padding-top: 0.5rem;
  padding-inline: 2rem;
}

#footer .navipc ul li a {
  display: block;
  color: #2b1100;
  line-height: 1;
}

#footer .navipc ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#footer .navipc ul li img {
  vertical-align: bottom;
}

#footer .navipc ul li.home img {
  width: 9.8rem;
}

#footer .navipc ul li.plan img {
  width: 8.6rem;
}

#footer .navipc ul li.flow img {
  width: 10.1rem;
}

#footer .navipc ul li.voice img {
  width: 14.6rem;
}

#footer .navipc ul li.article img {
  width: 10.2rem;
}

#footer .navipc ul li.reform img {
  width: 6.7rem;
}

#footer .navipc ul li.news img {
  width: 11.7rem;
}

#footer .navipc ul li.search_btn {
  border: none;
  position: absolute;
  right: -4rem;
  top: 0.5rem;
}
#footer .navipc ul li.search_btn img {
  width: 3.7rem;
  aspect-ratio: 1;
}

@media screen and (min-width: 961px) {
  #footer #address {
    flex: 1 0 34rem;
    margin: 3rem 0 3.8rem 0;
  }
}

#footer #address dl {
  padding: 2rem 5rem;
}
@media screen and (min-width: 961px) {
  #footer #address dl {
    padding: 0;
  }
}

@media screen and (min-width: 961px) {
  #footer #address dt {
    width: 29.7rem;
    line-height: 1.5714285714;
  }
}

#footer #address dt img {
  width: 100%;
}

#footer #address dd {
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  #footer #address dd {
    line-height: 1.5714285714;
    margin-top: 1.5rem;
    margin-left: -1rem;
  }
}

#footer #address dd.ads {
  font-style: normal;
}

#footer #address dd.tel {
  margin-top: 0;
  font-style: normal;
}
@media screen and (min-width: 961px) {
  #footer #address dd.tel {
    margin-top: -0.5rem;
  }
}

#footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 961px) {
  #footer .wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 102.4rem;
    width: 104rem;
    margin: 0 auto;
  }
}

#footer .navi {
  width: 100%;
  padding: 3rem 0;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 961px) {
  #footer .navi {
    margin: 3rem 0;
    padding: 0;
    border: none;
  }
}

#footer .navi .text {
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  color: #42210b;
  font-size: 2rem;
}
@media screen and (min-width: 961px) {
  #footer .navi .text {
    display: none;
  }
}

#footer .navi ul {
  overflow: hidden;
  *zoom: 1;
}
@media screen and (min-width: 961px) {
  #footer .navi ul {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    gap: 1rem;
  }
}

#footer .navi ul.navi_link {
  margin-top: 1.2rem;
  display: none;
}
@media screen and (min-width: 961px) {
  #footer .navi ul.navi_link {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    gap: 1rem;
  }
}

#footer .navi ul.navi_link li a {
  font-size: 1.4rem;
}

#footer .navi ul.navi_btn {
  padding-inline: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  #footer .navi ul.navi_btn {
    padding-inline: 0;
    margin-top: 0;
  }
}

#footer .navi ul li {
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (min-width: 961px) {
  #footer .navi ul li {
    max-width: none;
    margin-inline: 0;
  }
}
#footer .navi ul li img.tel {
  width: 100%;
  aspect-ratio: 580/116;
}
@media screen and (min-width: 961px) {
  #footer .navi ul li img.tel {
    height: 5.4rem;
    aspect-ratio: 229/54;
  }
}
#footer .navi ul li img.form {
  width: 100%;
  aspect-ratio: 748/121;
}
@media screen and (min-width: 961px) {
  #footer .navi ul li img.form {
    height: 4.7rem;
    width: auto;
    aspect-ratio: 139/47;
  }
}
#footer .navi ul li img.contact {
  height: auto;
  width: 100%;
  aspect-ratio: 580/90;
}
@media screen and (min-width: 961px) {
  #footer .navi ul li img.contact {
    height: 4.7rem;
    width: auto;
    aspect-ratio: 218/54;
  }
}
#footer .navi ul li img.house {
  display: none;
}
@media screen and (min-width: 961px) {
  #footer .navi ul li img.house {
    display: block;
    height: 4.7rem;
    width: auto;
    aspect-ratio: 133/54;
  }
}

#footer .navi ul li.tel {
  margin-top: 0;
}

#footer .navi ul li.contact {
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  #footer .navi ul li.contact {
    margin-top: 0;
  }
}

#footer .navi ul li.house {
  margin-top: 1rem;
}
@media screen and (min-width: 961px) {
  #footer .navi ul li.house {
    margin-top: 0;
  }
}

#footer .navi ul li a {
  color: #666666;
  display: block;
}

#footer .copy {
  -webkit-box-shadow: #b9b9b9 0px 0.8rem 0.8rem -0.8rem inset;
  -moz-box-shadow: #b9b9b9 0px 0.8rem 0.8rem -0.8rem inset;
  box-shadow: #b9b9b9 0px 0.8rem 0.8rem -0.8rem inset;
  text-align: center;
  background-color: #f9f9f9;
  font-size: 1.2rem;
  color: #4d4d4d;
  padding: 1em 14.0625% 5em;
}
@media screen and (min-width: 961px) {
  #footer .copy {
    padding: 0;
    line-height: 4;
  }
}/*# sourceMappingURL=lp.css.map */