@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  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.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

.l-header {
  padding: 2.3rem 1.5rem;
  padding-right: 3.8rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0.8rem 0;
    padding-right: 1.2rem;
  }
}
.l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-logo img {
    width: 20rem;
  }
}
.l-header-menu .menu-logo {
  display: none;
}
.l-header-menu .menu-list {
  display: flex;
  gap: 6rem;
}
.l-header-menu .menu-list .menu-item a {
  font-weight: normal;
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .l-header-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    background-color: #D3C2B8;
    padding-top: 12rem;
  }
  .l-header-menu .menu-logo {
    display: block;
    text-align: center;
  }
  .l-header-menu .menu-list {
    display: block;
    min-width: 20rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.8rem;
  }
  .l-header-menu .menu-list .menu-item + .menu-item {
    margin-top: 2rem;
  }
  .l-header-menu .menu-list .menu-item a {
    font-size: 2.4rem;
    text-align: left;
    text-shadow: none;
  }
}

.menu-button {
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  border-radius: 3rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu-button span {
  display: block;
  width: 1.2rem;
  height: 0.1rem;
  border-radius: 0.2rem;
  background-color: #707070;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.2s;
}
.menu-button span:nth-child(1) {
  transform: translateX(-50%) translateY(calc(-50% + 0.2rem));
}
.menu-button span:nth-child(2) {
  transform: translateX(-50%) translateY(calc(-50% - 0.2rem));
}
.menu-button.is-active span {
  width: 1.5rem;
}
.menu-button.is-active span:nth-child(1) {
  transform: translateX(-50%) rotate(-45deg);
}
.menu-button.is-active span:nth-child(2) {
  transform: translateX(-50%) rotate(45deg);
}

.l-footer {
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 2.9rem;
    padding-bottom: 3.5rem;
  }
}
.l-footer-inner {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer-nav {
    position: absolute;
    left: 0;
    top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    margin-top: 2.9rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer-nav li a {
  font-weight: 500;
  font-size: 1.7rem;
}
.l-footer-nav li + li {
  margin-top: 0.2em;
}
.l-footer-logo {
  text-align: center;
}
.l-footer-sns {
  display: flex;
  gap: 2.9rem;
}
@media screen and (min-width: 768px) {
  .l-footer-sns {
    position: absolute;
    top: 1rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-sns {
    justify-content: center;
    margin-top: 2.4rem;
    gap: 2.4rem;
  }
}
.l-footer-copyright {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    margin-top: 3.5rem;
  }
}

:root {
  --font-mincho: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}

.hidden {
  overflow: hidden;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #595757;
  word-break: break-word;
}

.en {
  font-family: var(--font-en);
}

.ja {
  font-family: var(--font-ja);
}

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

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: default;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}
a[href] {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.inner {
  max-width: 154rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -2;
  background: var(--img) no-repeat center/cover;
  --img: url(../img/top/lq_top_base_img_sp.jpg);
  /* video {
    // width: 300rem;
    object-fit: cover;
    height: 100vw;
    min-height: 99rem;
    aspect-ratio: 3/2;
    position: absolute;
    transform: translate(-50%, 0%) rotate(90deg);
    left: 50%;
    top: 0%;
  } */
}
@media screen and (min-width: 768px) {
  .bg-video {
    --img: url(../img/top/lq_top_base_img_pc.jpg);
  }
}

.title {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
  font-family: var(--font-mincho);
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

main {
  position: relative;
  overflow: hidden;
}

.lactic {
  padding-top: 9rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lactic {
    padding-top: 2.7rem;
    padding-bottom: 2rem;
  }
}
.lactic::after {
  content: "";
  position: absolute;
  top: 146rem;
  left: 0;
  right: 0;
  z-index: -2;
  background: url(../img/top/top-bg.svg) no-repeat center top/contain;
  background-size: 100vw;
  height: 120%;
}
@media screen and (max-width: 767px) {
  .lactic::after {
    top: 50rem;
    background-size: 115vw;
  }
}
.lactic .lactic-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.lactic .lactic-desc {
  font-size: 2.4rem;
  line-height: 1.7;
  text-align: left;
  max-width: 135rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
.lactic .lactic-desc span {
  color: #aa7b75;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-desc {
    margin-top: 4.5rem;
    font-size: 1.2rem;
  }
}
.lactic .lactic-spec {
  max-width: 56.4rem;
  margin-top: 33.3rem;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-spec {
    margin-top: 7.7rem;
  }
}
.lactic .lactic-spec .text {
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
}
.lactic .lactic-spec .text .small {
  font-size: 0.5em;
  letter-spacing: 0;
}
.lactic .lactic-spec .more {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-spec .more {
    margin-top: 2.4rem;
  }
}
.lactic .lactic-spec .more .more-btn {
  display: block;
  width: 26rem;
  height: 6rem;
  border-radius: 1.6rem;
  background-color: #fcf1ee;
  font-family: var(--font-mincho);
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-spec .more .more-btn {
    width: 13.5rem;
    height: 3rem;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lactic .lactic-spec .text {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.lactic .lactic-section {
  position: relative;
  height: 150rem;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-section {
    height: 49rem;
  }
}
.lactic .lactic-section .lactic-img {
  position: absolute;
  max-width: 150rem;
  z-index: -1;
}
.lactic .lactic-section .lactic-img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-section .lactic-img {
    width: 93.33vw;
  }
}
.lactic .lactic-section.s-01 .lactic-inner {
  position: relative;
}
.lactic .lactic-section.s-01 .lactic-img {
  top: 0rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-section.s-01 .lactic-img {
    top: 14rem;
  }
}
.lactic .lactic-section.s-01 .lactic-acc {
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  top: 13rem;
  right: 56.4rem;
  width: 50rem;
}
.lactic .lactic-section.s-01 .lactic-acc img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-section.s-01 .lactic-acc {
    width: 15rem;
    top: 12rem;
    right: -4rem;
  }
}
.lactic .lactic-section.s-02 {
  margin-top: -30rem;
  position: relative;
}
.lactic .lactic-section.s-02 .lactic-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-section.s-02 {
    margin-top: 0;
    height: 40rem;
  }
}
.lactic .lactic-section.s-02 .lactic-spec {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .lactic .lactic-section.s-02 .lactic-spec {
    margin-left: auto;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .lactic .lactic-section.s-02 .lactic-spec {
    text-align: right;
  }
  .lactic .lactic-section.s-02 .lactic-spec .more .more-btn {
    margin-left: auto;
  }
}
.lactic .lactic-section.s-02 .lactic-img {
  top: 0rem;
  left: 0;
}
.lactic .lactic-section.s-02 .lactic-acc {
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  width: 50rem;
}
.lactic .lactic-section.s-02 .lactic-acc img {
  width: 100%;
  display: block;
}
.lactic .lactic-section.s-02 .lactic-acc_a3 {
  transform: rotate(1deg);
  right: 40rem;
  top: 8rem;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-section.s-02 .lactic-acc_a3 {
    right: 13rem;
    top: -8rem;
  }
}
.lactic .lactic-section.s-02 .lactic-acc_a4 {
  transform: rotate(29deg);
  top: 26.7rem;
  right: 14rem;
}
@media screen and (max-width: 767px) {
  .lactic .lactic-section.s-02 .lactic-acc_a4 {
    right: 5.5rem;
    top: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .lactic .lactic-section.s-02 .lactic-acc {
    width: 15rem;
  }
}

.mind {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mind {
    padding-bottom: 0;
    padding-top: 2rem;
  }
}
.mind .mind-ttl {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mind .mind-ttl {
    font-size: 2.4rem;
    letter-spacing: 0;
    color: #595757;
  }
}
.mind .mind-subttl {
  font-size: 2.4rem;
  text-align: center;
  color: #e8c3be;
}
@media screen and (max-width: 767px) {
  .mind .mind-subttl {
    margin-top: 1.1rem;
    font-size: 1.2rem;
  }
}
.mind .mind-img {
  text-align: center;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .mind .mind-img {
    margin-top: 0;
  }
}

.product {
  background-color: #fff;
  padding-top: 10rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
}
.product .product-ttl-01 {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product .product-ttl-01 {
    font-size: 1.6rem;
  }
}
.product .product-ttl {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .product .product-ttl {
    font-size: 2.4rem;
    letter-spacing: 0;
    color: #595757;
  }
}
.product .product-subttl {
  font-size: 2.4rem;
  text-align: center;
  color: #e8c3be;
}
@media screen and (max-width: 767px) {
  .product .product-subttl {
    font-size: 1.2rem;
  }
}
.product .product-img {
  margin-top: 1.9rem;
  text-align: center;
}
.product .lineup .inner {
  max-width: 99rem;
}
.product .lineup .lineup-list {
  margin-top: 7.5rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem 2rem;
}
.product .lineup .lineup-list .item {
  width: 35rem;
  max-width: 100%;
}
.product .lineup .lineup-list .item .item-img {
  text-align: center;
}
.product .lineup .lineup-list .item .item-img img {
  max-height: 34rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .lineup .lineup-list .item .item-body {
  padding-top: 2.3rem;
}
.product .lineup .lineup-list .item .item-ttl {
  text-align: center;
}
.product .lineup .lineup-list .item .item-ttl .item-ttl-en {
  font-size: 2rem;
  color: #000;
}
.product .lineup .lineup-list .item .item-ttl .item-ttl-ja {
  font-size: 1.2rem;
}
.product .lineup .lineup-list .item .item-desc {
  margin-top: 1.4rem;
  font-family: var(--font-mincho);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}
.product .lineup .lineup-list .item .item-text {
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: left;
  margin-top: 1.9rem;
}
.product .lineup .lineup-list .item .item-price {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product .lineup .lineup-list .item .item-price {
    margin-top: 1.9rem;
  }
}
.product .lineup .lineup-list .item .item-button {
  margin-top: 1rem;
}
.product .lineup .lineup-list .item .item-button .item-button-more {
  height: 4.5rem;
  background: #fcf1ee;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.product .lineup .lineup-list .item .item-button .item-button-more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  right: 7rem;
  z-index: -1;
  background: url(../img/lq_link_icon_bk.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .product .lineup .lineup-list {
    flex-direction: column;
  }
}
.product .lineup .lineup-note {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: left;
  margin-top: 11rem;
}

.kv {
  position: relative;
  z-index: 2;
}
.kv img {
  width: 100%;
  display: block;
}
.kv .kv-inner {
  position: absolute;
  inset: 0;
  max-width: 154rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.kv .kv-text {
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 50%;
  font-family: var(--font-mincho);
  font-size: 4.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  color: #000;
  text-align: left;
  animation: fadeIn 2.5s ease-in-out forwards;
}
@media screen and (max-width: 767px) {
  .kv .kv-text {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    top: 14rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: calc(100% - 4rem);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-bottom {
  background-color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-bottom {
    padding-top: 5rem;
    padding-bottom: 16rem;
  }
}
.page-bottom .inner {
  max-width: 99rem;
}
.page-bottom .page-note {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-bottom .page-note {
    font-size: 0.8rem;
    line-height: 1.375;
  }
}

.concept-content {
  padding-top: 9rem;
  padding-bottom: 15rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .concept-content {
    padding-top: 2.7rem;
    padding-bottom: 6rem;
  }
}
.concept-content .concept-ttl {
  font-family: var(--font-mincho);
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .concept-content .concept-ttl {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
.concept-content .concept-text {
  font-size: 2.4rem;
  line-height: 3.3333333333;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .concept-content .concept-text {
    font-size: 1.6rem;
    line-height: 3.25;
  }
}
.concept-content .concept-text--bottom {
  margin-top: 67rem;
}
@media screen and (max-width: 767px) {
  .concept-content .concept-text--bottom {
    margin-top: 32rem;
  }
}
.concept-content .concept-img {
  position: absolute;
  left: 0;
  top: 46.8rem;
  width: 100rem;
  aspect-ratio: 1;
  max-width: 100%;
  pointer-events: none;
  z-index: -1;
}
.concept-content .concept-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .concept-content .concept-img {
    top: 27rem;
    width: 93.33vw;
  }
}
.concept-content .concept-inner {
  position: relative;
}
.concept-content .concept-inner .concept-acc {
  width: 50rem;
  max-width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .concept-content .concept-inner .concept-acc {
    width: 40vw;
  }
}
.concept-content .concept-inner .concept-acc1 {
  top: 55.5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .concept-content .concept-inner .concept-acc1 {
    top: 24rem;
  }
}
.concept-content .concept-inner .concept-acc2 {
  bottom: -14rem;
  right: 8.5rem;
  transform: rotate(1deg);
}
@media screen and (max-width: 767px) {
  .concept-content .concept-inner .concept-acc2 {
    bottom: 28rem;
    right: auto;
    left: -1rem;
  }
}
.concept-content .concept-inner .concept-acc3 {
  bottom: 5rem;
  left: -18rem;
  transform: rotate(29deg);
}
@media screen and (max-width: 767px) {
  .concept-content .concept-inner .concept-acc3 {
    bottom: -8rem;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .benefit-section .benefit-inner {
    padding-left: 3.3rem;
    padding-right: 3.3rem;
  }
}
.benefit-section .benefit-content--top {
  padding-top: 9rem;
  min-height: 185.7rem;
  background-image: url(../img/benefit1/lq_benefit1_illust1.jpg);
  background-size: 150rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--top {
    padding-top: 4rem;
    background-size: 100vw;
    min-height: 60.4rem;
  }
}
.benefit-section .benefit-content--top .benefit-ttl {
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--top .benefit-ttl {
    font-size: 2.4rem;
    letter-spacing: 0;
    text-align: center;
  }
  .benefit-section .benefit-content--top .benefit-ttl.ttl-02 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.3125;
  }
}
.benefit-section .benefit-content--top .benefit-text {
  margin-top: 13rem;
  margin-bottom: 14rem;
  max-width: 74.6rem;
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--top .benefit-text {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10rem;
    letter-spacing: 0;
  }
}
.benefit-section .benefit-content--top .benefit-text-02 {
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 3;
  color: #595757;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--top .benefit-text-02 {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 2.5;
  }
}
.benefit-section .benefit-content--top .benefit-text-02.-left {
  bottom: -4rem;
  left: 0;
}
.benefit-section .benefit-content--top .benefit-text-02.-right {
  text-align: right;
  bottom: 47rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--top .benefit-text-02.-right {
    top: 22rem;
    bottom: auto;
  }
}
.benefit-section .benefit-content--top .benefit-acc {
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.benefit-section .benefit-content--top .benefit-acc img {
  width: 100%;
  display: block;
}
.benefit-section .benefit-content--top .benefit-acc1 {
  transform: rotate(29deg);
  top: 0;
  left: -43.5rem;
  width: 75.7rem;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--top .benefit-acc1 {
    left: -10rem;
    top: -1rem;
    width: 35rem;
  }
}
.benefit-section .benefit-content--top .benefit-acc2 {
  transform: rotate(1deg);
  top: 6.2rem;
  width: 78.5rem;
  right: -43.4rem;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--top .benefit-acc2 {
    left: -15.6rem;
    top: 32.3rem;
    width: 35rem;
  }
}
.benefit-section .benefit-content--top .benefit-acc3 {
  left: -37.5rem;
  bottom: -17rem;
  width: 114.8rem;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--top .benefit-acc3 {
    left: auto;
    right: -16rem;
    top: 38.6rem;
    width: 35rem;
  }
}
.benefit-section .benefit-content--top .benefit-acc4 {
  transform: rotate(22deg);
  right: -50rem;
  bottom: -11rem;
  width: 142.1rem;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--top .benefit-acc4 {
    display: none;
  }
}
.benefit-section .benefit-content--bottom {
  margin-top: 13rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom {
    margin-top: 6rem;
    padding-bottom: 4rem;
  }
}
.benefit-section .benefit-content--bottom .txt-01 {
  font-size: 2.4rem;
  text-align: center;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .txt-01 {
    font-size: 0.8rem;
  }
}
.benefit-section .benefit-content--bottom .txt-02 {
  margin-top: 2.4rem;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #aa7b75;
}
.benefit-section .benefit-content--bottom .txt-02 span {
  color: #000;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .txt-02 {
    margin-top: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.benefit-section .benefit-content--bottom .txt-03 {
  margin-top: 3.5rem;
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .txt-03 {
    margin-top: 2.5rem;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0;
    color: #595757;
  }
}
.benefit-section .benefit-content--bottom .txt-04 {
  margin-top: 10rem;
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .txt-04 {
    margin-top: 5rem;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0;
    margin-right: -0.5em;
    margin-left: -0.5em;
    color: #595757;
  }
}
.benefit-section .benefit-content--bottom .img-text {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .img-text {
    margin-top: 3rem;
  }
}
.benefit-section .benefit-content--bottom .img-text .txt-wrap {
  display: flex;
  justify-content: center;
  gap: 25rem;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .img-text .txt-wrap {
    gap: 5.5rem;
  }
}
.benefit-section .benefit-content--bottom .img-text .txt-wrap .txt {
  font-size: 2.4rem;
  text-align: center;
  color: #595757;
  background-color: #fcf1ee;
  width: 37.8rem;
  height: 6.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .img-text .txt-wrap .txt {
    font-size: 0.8rem;
    width: 10rem;
    height: 2rem;
  }
}
.benefit-section .benefit-content--bottom .txt-box {
  margin-top: 10rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefit-section .benefit-content--bottom .txt-box {
    background-color: #fcf1ee;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.benefit-section .benefit-content--bottom .txt-box::before {
  content: "";
  width: 26rem;
  height: 26rem;
  background: url(../img/benefit1/lq_benefit1_illust_nyusankin1_sp.png) no-repeat center/contain;
  position: absolute;
  left: 16rem;
  top: -11rem;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .txt-box::before {
    width: 15rem;
    height: 15rem;
    left: -5rem;
    top: -10rem;
  }
}
.benefit-section .benefit-content--bottom .txt-box::after {
  content: "";
  position: absolute;
  width: 40rem;
  height: 28.5rem;
  position: absolute;
  right: 6.5rem;
  top: -13rem;
  background: url(../img/benefit1/lq_benefit1_illust_nyusankin2_sp.png) no-repeat bottom left/contain, url(../img/benefit1/lq_benefit1_illust_nyusankin3_sp.png) no-repeat top right/contain;
  background-size: 25.4rem, 25.4rem;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .txt-box::after {
    width: 25.4rem;
    height: 18.8rem;
    background-size: 15rem, 15rem;
    top: auto;
    bottom: -22rem;
    right: 0;
  }
}
.benefit-section .benefit-content--bottom .txt-box-ttl {
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .txt-box-ttl {
    font-size: 1.6rem;
    line-height: 1.3125;
    letter-spacing: 0;
  }
}
.benefit-section .benefit-content--bottom .txt-box-wrap {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.4rem;
}
.benefit-section .benefit-content--bottom .txt-box-wrap .item {
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .txt-box-wrap {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2.3rem;
  }
  .benefit-section .benefit-content--bottom .txt-box-wrap .item {
    font-size: 1.2rem;
  }
}
.benefit-section .benefit-content--bottom .note {
  margin-top: 15rem;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .benefit-section .benefit-content--bottom .note {
    margin-top: 20rem;
    font-size: 0.8rem;
  }
}
.benefit-section .benefit-content--bottom .benefit-acc {
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  width: 50rem;
}
@media screen and (min-width: 768px) {
  .benefit-section .benefit-content--bottom .benefit-acc {
    display: none;
  }
}
.benefit-section .benefit-content--bottom .benefit-acc img {
  width: 100%;
  display: block;
}
.benefit-section .benefit-content--bottom .benefit-acc_b1 {
  transform: rotate(9deg);
  left: -14.8rem;
  bottom: 26.3rem;
}
.benefit-section .benefit-content--bottom .benefit-acc_b2 {
  transform: rotate(133deg);
  bottom: -2rem;
  right: -11.9rem;
}

.texture .kv-text {
  top: 22rem;
}
.texture .texture-section {
  padding-top: 8rem;
}
.texture .texture-section .texture-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .texture .texture-section .texture-inner {
    padding-left: 3.7rem;
    padding-right: 3.7rem;
  }
}
.texture .texture-section .texture-text-01 {
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  line-height: 1.625;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .texture .texture-section .texture-text-01 {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-inline: -1.5em;
  }
}
.texture .texture-section .texture-text-02 {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  line-height: 1.625;
  text-align: left;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .texture .texture-section .texture-text-02 {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
.texture .texture-section .texture-img {
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .texture .texture-section .texture-img {
    margin-top: 3rem;
  }
}
.texture .texture-section .texture-wrap-bg {
  margin-top: 11rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .texture .texture-section .texture-wrap-bg {
    margin-top: 0;
  }
}
.texture .texture-section .texture-wrap-bg .item {
  display: flex;
  align-items: center;
}
.texture .texture-section .texture-wrap-bg .item .item-text {
  font-size: 2.4rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .texture .texture-section .texture-wrap-bg .item:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: -17.7rem;
  }
  .texture .texture-section .texture-wrap-bg .item:nth-child(2) .item-text {
    text-align: right;
  }
  .texture .texture-section .texture-wrap-bg .item:nth-child(2) .item-img,
  .texture .texture-section .texture-wrap-bg .item:nth-child(2) .item-text {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .texture .texture-section .texture-wrap-bg .item {
    display: block;
  }
  .texture .texture-section .texture-wrap-bg .item + .item {
    margin-top: 1.3rem;
  }
  .texture .texture-section .texture-wrap-bg .item .item-text {
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: -3rem;
  }
}
.texture .texture-section .texture-ttl {
  margin-top: 3.2rem;
  font-size: 4.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #aa7b75;
}
@media screen and (max-width: 767px) {
  .texture .texture-section .texture-ttl {
    margin-top: 7.5rem;
    font-size: 1.6rem;
    line-height: 1.3125;
    letter-spacing: 0;
  }
}
.texture .texture-section .texture-acc {
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.texture .texture-section .texture-acc_b1 {
  width: 114.8rem;
  top: 67rem;
  left: -40rem;
}
@media screen and (max-width: 767px) {
  .texture .texture-section .texture-acc_b1 {
    width: 50rem;
    bottom: -3rem;
    top: auto;
    left: -17rem;
  }
}
.texture .texture-section .texture-acc_b2 {
  transform: rotate(22deg);
  top: -16rem;
  right: -59rem;
  width: 142.1rem;
}
@media screen and (max-width: 767px) {
  .texture .texture-section .texture-acc_b2 {
    width: 55rem;
    top: -13rem;
    right: -13rem;
  }
}
@media screen and (max-width: 767px) {
  .texture .texture-section {
    padding-top: 3rem;
  }
}