/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./themes/lions/src/styles/app.scss ***!
  \*********************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
/* 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.
 */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 */
  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;
}

/*
====================================================
■ EASING
====================================================
*/
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #d7d2cb;
  color: #3f2021;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.085em;
  line-height: 1.15; /* 1 */
  min-width: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
body a {
  color: #3f2021;
  text-decoration: none;
}
body a:hover {
  opacity: 1;
}

svg {
  width: 100%;
  height: auto;
}

.mainContents {
  position: relative;
  padding-top: var(--header-h);
  overflow: hidden;
}
body.home .mainContents, body.lions-top .mainContents {
  padding-top: 0;
}

.modal-video {
  background-color: rgba(18, 18, 18, 0.95) !important;
}

.modal-video-body {
  max-width: 1390px !important;
}

.lb2-kv {
  position: relative;
  width: 100%;
  height: 100dvh;
  max-height: var(--vh);
}
.lb2-kv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lb2-kv__logo {
    width: 60vw;
  }
}
.lb2-kv__video {
  height: 100%;
  height: 100%;
  background-color: #121212;
}
.lb2-kv__video-bg {
  opacity: 0;
  transform: scale(1.1);
  transition: all 6s cubic-bezier(0.19, 1, 0.22, 1);
}
.lb2-kv__video-bg.is-ready {
  opacity: 1;
  transform: scale(1);
}
.lb2-kv__inner {
  height: 100%;
  opacity: 0;
}
.lb2-kv__inner .swiper-slide {
  transition-property: opacity !important;
}
.lb2-kv__inner .swiper-slide[class*=-active] figure {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .lb2-kv__inner .swiper-slide[class*=-active] figure {
    transform: scale(1) translateX(-30vw);
  }
}
.lb2-kv__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.33;
  background: radial-gradient(86.97% 63.04% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000 100%);
  mix-blend-mode: darken;
  z-index: 33;
  pointer-events: none;
}
.lb2-kv__pagination {
  width: fit-content !important;
  height: fit-content !important;
  top: calc(100% - 30px) !important;
  left: 30px !important;
  z-index: 99 !important;
}
@media screen and (max-width: 768px) {
  .lb2-kv__pagination {
    top: 50% !important;
    left: 20px !important;
    transform: translate(-50%, 0) rotate(90deg) !important;
  }
}
.lb2-kv__pagination > .swiper-pagination-bullet {
  width: 25px !important;
  height: 1px !important;
  border-radius: 0;
  background-color: white;
  opacity: 0.35;
  margin: 0 2.5px;
}
.lb2-kv__pagination > .swiper-pagination-bullet-active {
  opacity: 1;
}
.lb2-kv__figure {
  width: 100%;
  height: 100%;
  transition: all 7s 1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .lb2-kv__figure {
    width: 130vw;
    transform: scale(1) translateX(0%);
  }
}
.lb2-kv__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lb2-kv__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 44;
  padding-bottom: 95px;
  width: 100%;
}
.lb2-kv__bottom__copy {
  opacity: 0;
  fill: #e5e1dc;
  width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-kv__bottom__copy {
    width: 82.6666666667%;
    max-width: 380px;
  }
}
.lb2-kv__bottom__label {
  opacity: 0;
  text-align: center;
  color: #e5e1dc;
  padding-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  user-select: none;
}
.lb2-kv__bottom__line {
  position: relative;
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.lb2-kv__bottom__line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e5e1dc;
  transform: scaleY(0);
}
.lb2-kv__bottom__line.is-active::before {
  animation: line-anim 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@keyframes line-anim {
  0% {
    transform-origin: 0 0;
    transform: scaleY(0);
  }
  57% {
    transform: scaleY(1);
    transform-origin: 0 0;
  }
  58% {
    transform: scaleY(1);
    transform-origin: 0 100%;
  }
  100% {
    transform-origin: 0 100%;
    transform: scaleY(0);
  }
}
.lb2-kv__logo .lb2-kv__svg {
  fill: #3f2021;
}
.lb2-kv__bottom .lb2-kv__svg {
  fill: #e5e1dc;
}
.lb2-kv__side {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: rotate(90deg) translate(-50%, -50%);
  transform-origin: 0 50%;
  display: flex;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0 !important;
}
.lb2-kv__side:focus {
  outline: none;
}
.lb2-kv__side.is-ready {
  opacity: 1 !important;
}
@media (hover: hover) and (pointer: fine) {
  .lb2-kv__side:hover {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 768px) {
  .lb2-kv__side {
    left: 20px;
    top: calc(50% - 50px);
  }
}
.lb2-kv__side__prepend {
  transform: rotate(-90deg);
}
.lb2-kv__side__prepend > svg {
  fill: #e5e1dc;
}
.lb2-kv__side__label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.25em;
  color: #e5e1dc;
  padding-left: 10px;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .lb2-kv__side__label {
    color: #e5e1dc;
  }
}

.lb2-top-news {
  position: relative;
  padding: 70px 0;
  background-color: #e5e1dc;
}
@media screen and (max-width: 768px) {
  .lb2-top-news {
    padding: 50px 0;
  }
}
.lb2-top-news__title {
  position: absolute;
  top: 70px;
  left: 40px;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3f2021;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .lb2-top-news__title {
    left: 5vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-news__title {
    position: absolute;
    top: 50px;
    left: 40px;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: 0 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #3f2021;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    user-select: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .lb2-top-news__title {
    left: 5vw;
    font-size: 1.6rem;
  }
}
.lb2-top-news__body {
  max-width: 600px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-top-news__body {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-news__body {
    width: 100%;
    padding: 0 7vw 0 19vw;
  }
}
.lb2-top-news__item {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
}
.lb2-top-news__item:not(:first-child) {
  padding-top: 20px;
}
.lb2-top-news__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #3f2021;
  opacity: 0.5;
  position: absolute;
  left: -100px;
  transform: translateY(0.2em);
}
@media screen and (max-width: 1000px) {
  .lb2-top-news__date {
    position: static;
    transform: translateY(0);
    padding-bottom: 5px;
  }
}
.lb2-top-news__link {
  color: #3f2021;
  font-size: 1.3rem;
  align-items: center;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.lb2-top-news__link--ex::after {
  content: "\e89e";
  display: inline-block;
  font-family: "Material Icons";
  color: #3f2021;
  font-size: 14px;
  transform: translateY(0.2em);
}
@media (hover: hover) and (pointer: fine) {
  .lb2-top-news__link:hover {
    opacity: 0.5 !important;
  }
}

.lb2-top-statement {
  position: relative;
  padding: 95px 0 180px;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement {
    padding: 60px 0 70px;
  }
}
.lb2-top-statement__title {
  position: absolute;
  top: 95px;
  left: 40px;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3f2021;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__title {
    left: 5vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__title {
    position: absolute;
    top: 60px;
    left: 40px;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: 0 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #3f2021;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    user-select: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .lb2-top-statement__title {
    left: 5vw;
    font-size: 1.6rem;
  }
}
.lb2-top-statement__body {
  position: relative;
  max-width: 600px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__body {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__body {
    width: 100%;
    padding: 0 7vw 0 19vw;
  }
}
.lb2-top-statement__content {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__content {
    padding-top: 45px;
  }
}
.lb2-top-statement__headline__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.2em;
}
.lb2-top-statement__headline__subtitle {
  padding-top: 10px;
  font-size: 2rem;
}
.lb2-top-statement__headline__subtitle--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
}
.lb2-top-statement__copy {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
}
.lb2-top-statement__copy:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__copy:not(:first-child) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__copy {
    font-size: 1.2rem;
  }
}
.lb2-top-statement__bottom {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__bottom {
    padding-top: 40px;
  }
}
.lb2-top-statement__tagline {
  width: 224px;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__tagline {
    width: 147px;
  }
}
.lb2-top-statement__taglineBrand {
  width: 224px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__taglineBrand {
    width: 147px;
  }
}
.lb2-top-statement__logo {
  width: 326px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__logo {
    width: 215px;
  }
}
.lb2-top-statement__logoTop {
  width: 326px;
}
@media screen and (max-width: 768px) {
  .lb2-top-statement__logoTop {
    width: 215px;
  }
}
.lb2-top-statement__svg {
  fill: #3f2021;
}
.lb2-top-statement .lb2-top-statement__button {
  position: absolute;
  bottom: 0;
  left: 458px;
}
@media screen and (max-width: 1000px) {
  .lb2-top-statement .lb2-top-statement__button {
    position: static;
    margin-top: 40px;
  }
}

.lb2-top-movie {
  position: relative;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .lb2-top-movie {
    padding-bottom: 70px;
  }
}
.lb2-top-movie__title {
  position: absolute;
  top: 0;
  left: 40px;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3f2021;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .lb2-top-movie__title {
    left: 5vw;
    font-size: 1.6rem;
  }
}
.lb2-top-movie__body {
  position: relative;
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-top-movie__body {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-movie__body {
    width: 100%;
    padding: 0 0 0 19vw;
  }
}
.lb2-top-movie__content {
  position: relative;
  width: calc(100vw - (100vw - 916px) / 2);
  height: 620px;
  background-color: #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lb2-top-movie__content {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}
.lb2-top-movie__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.33;
  background: radial-gradient(86.97% 63.04% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000 100%);
  mix-blend-mode: darken;
  z-index: 2;
}
.lb2-top-movie__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .lb2-top-movie__link:hover .lb2-top-movie__image {
    opacity: 0.8;
    transform: scale(1.035);
  }
}
.lb2-top-movie__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .lb2-top-movie__icon {
    width: 36px;
  }
}

.lb2-top-project {
  position: relative;
}
.lb2-top-project__title {
  position: absolute;
  top: 0;
  left: 40px;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3f2021;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .lb2-top-project__title {
    left: 5vw;
    font-size: 1.6rem;
  }
}
.lb2-top-project__content {
  position: relative;
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-top-project__content {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-project__content {
    width: 100%;
    padding: 0 0 0 19vw;
  }
}
.lb2-top-project__header {
  width: 82.7510917031%;
}
@media screen and (max-width: 768px) {
  .lb2-top-project__header {
    width: 100%;
  }
}
.lb2-top-project__body {
  width: 82.7510917031%;
  padding-left: 34.4978165939%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .lb2-top-project__body {
    width: 100%;
    padding: 20px 7vw 0 0;
  }
}
.lb2-top-project__body__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .lb2-top-project__body__title {
    font-size: 1.6rem;
  }
}
.lb2-top-project__body__title--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.lb2-top-project__body__copy {
  font-size: 1.3rem;
  line-height: 1.7;
  padding-top: 20px;
  padding: 20px 0 0;
}
.lb2-top-project__body__copy:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .lb2-top-project__body__copy {
    padding: 10px 0 0;
  }
}

.lb2-top-search {
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lb2-top-search {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.lb2-top-search::before {
  content: "";
  width: 100%;
  height: calc(100% - 460px);
  position: absolute;
  bottom: 0;
  background-color: #e5e1dc;
}
@media screen and (max-width: 768px) {
  .lb2-top-search::before {
    height: calc(109% - 196px);
    bottom: -9%;
  }
}
.lb2-top-search__content {
  position: relative;
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-top-search__content {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-search__content {
    width: 100%;
  }
}
.lb2-top-search__header {
  display: block;
  position: relative;
  height: 620px;
}
@media screen and (max-width: 768px) {
  .lb2-top-search__header {
    height: 252px;
    width: 92vw;
  }
}
.lb2-top-search__header .lb2-top-search__figure {
  width: calc(100vw - (100vw - 916px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lb2-top-search__header .lb2-top-search__figure {
    width: 100%;
  }
}
.lb2-top-search__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lb2-top-search__body {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lb2-top-search__body {
    padding: 40px 7vw 0;
  }
}
.lb2-top-search__row {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .lb2-top-search__row {
    flex-direction: column;
    gap: 25px;
  }
}
.lb2-top-search__row:not(:first-child) {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .lb2-top-search__row:not(:first-child) {
    padding-top: 70px;
  }
}
.lb2-top-search__col {
  flex: 1;
}
.lb2-top-search__col--v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lb2-top-search__headline__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.2em;
}
.lb2-top-search__headline__subtitle {
  padding-top: 10px;
  font-size: 2rem;
}
.lb2-top-search__headline__subtitle--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
}
.lb2-top-search__title {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .lb2-top-search__title {
    font-size: 1.6rem;
  }
}
.lb2-top-search__title--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.lb2-top-search__copy {
  font-size: 1.3rem;
  line-height: 1.7;
  padding-top: 20px;
}
.lb2-top-search__copy:first-child {
  padding-top: 0;
}

.lb2-top-support {
  position: relative;
  z-index: 1;
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .lb2-top-support {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-support {
    width: 100%;
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-support--lions {
    padding-top: 50px;
  }
}
.lb2-top-support--header {
  padding-bottom: 0;
}
.lb2-top-support__copy {
  font-size: 1.3rem;
  line-height: 1.7;
  padding-top: 20px;
}
.lb2-top-support__copy:first-child {
  padding-top: 0;
}
.lb2-top-support__row {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .lb2-top-support__row {
    flex-direction: column;
    gap: 25px;
  }
}
.lb2-top-support__col {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lb2-top-support__col {
    order: 1;
    padding-left: 7vw;
  }
}
.lb2-top-support__col--v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lb2-top-support__col--v-center {
    order: 2;
    padding: 0 7vw;
  }
}

.lb2-top-kodawari {
  position: relative;
  z-index: 1;
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .lb2-top-kodawari {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-kodawari {
    width: 100%;
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-kodawari--lions {
    padding-top: 50px;
  }
}
.lb2-top-kodawari--header {
  padding-bottom: 0;
}
.lb2-top-kodawari__copy {
  font-size: 1.3rem;
  line-height: 1.7;
  padding-top: 20px;
}
.lb2-top-kodawari__copy:first-child {
  padding-top: 0;
}
.lb2-top-kodawari__copyDetail {
  font-size: 1.3rem;
  line-height: 1.7;
  padding-top: 20px;
  line-height: 2;
}
.lb2-top-kodawari__copyDetail:first-child {
  padding-top: 0;
}
.lb2-top-kodawari__row {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .lb2-top-kodawari__row {
    flex-direction: column;
    gap: 25px;
  }
}
.lb2-top-kodawari__col {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lb2-top-kodawari__col {
    order: 1;
    padding-left: 7vw;
  }
}
.lb2-top-kodawari__col--v-top {
  display: flex;
  flex-direction: column;
  justify-content: top;
}
@media screen and (max-width: 768px) {
  .lb2-top-kodawari__col--v-top {
    order: 2;
    padding: 0 7vw;
  }
}

.lb2-top-column {
  padding: 120px 0;
  background-color: #e5e1dc;
}
@media screen and (max-width: 768px) {
  .lb2-top-column {
    padding: 50px 0 0;
  }
}
.lb2-top-column__inner {
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-top-column__inner {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-column__inner {
    width: 100%;
    padding: 0 7vw;
  }
}
.lb2-top-column__row {
  display: flex;
  gap: 60px;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lb2-top-column__row {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.lb2-top-column__col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .lb2-top-column__col {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-column__col {
    width: 100%;
  }
}
.lb2-top-column__header {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lb2-top-column__header {
    padding-bottom: 25px;
  }
}
.lb2-top-column__title {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .lb2-top-column__title {
    font-size: 1.6rem;
  }
}
.lb2-top-column__title--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.lb2-top-column__copy {
  font-size: 1.3rem;
  line-height: 1.7;
  padding-top: 20px;
  padding-bottom: 30px;
}
.lb2-top-column__copy:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .lb2-top-column__copy {
    padding-bottom: 20px;
  }
}
.lb2-top-column__footer .lb2-top-column__copy {
  padding-bottom: 0;
}
.lb2-top-column__button {
  margin-top: auto !important;
}
.lb2-top-column__footer {
  background-color: #d7d2cb;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  .lb2-top-column__footer {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lb2-top-column__footer {
    flex-direction: column;
    width: 100vw;
    margin-left: -7vw;
    padding: 50px 7vw;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .lb2-statement-head {
    width: 100%;
    padding: 0 7vw 0 19vw;
    overflow: hidden;
  }
}

.lb2-statement {
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-statement {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-statement {
    width: 100%;
  }
}
.lb2-statement__side-title {
  position: absolute;
  top: 210px;
  left: 40px;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3f2021;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .lb2-statement__side-title {
    left: 5vw;
    font-size: 1.6rem;
  }
}
.lb2-statement__row {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 768px) {
  .lb2-statement__row {
    display: flex;
    flex-direction: column;
  }
}
.lb2-statement__aside {
  width: 354px;
}
@media screen and (max-width: 768px) {
  .lb2-statement__aside {
    width: 100%;
    order: 3;
  }
}
.lb2-statement__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .lb2-statement__body {
    order: 1;
    width: 100%;
    padding: 0 7vw 50px 19vw;
    justify-content: flex-start;
    gap: 35px;
  }
}
.lb2-statement__copy {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lb2-statement__copy {
    font-size: 1.2rem;
  }
}
.lb2-statement__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .lb2-statement__list {
    display: block;
    flex-direction: row;
    gap: 0px;
  }
}
@media screen and (max-width: 768px) {
  .lb2-statement__item {
    width: 50%;
  }
}
.lb2-statement__bottom {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .lb2-statement__bottom {
    order: 2;
    padding-top: 0;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .lb2-project-head {
    width: 100%;
    padding: 0 7vw 0 19vw;
    overflow: hidden;
  }
}

.lb2-project {
  position: relative;
  overflow: hidden;
}
.lb2-project__side-title {
  position: absolute;
  top: 50px;
  left: 40px;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3f2021;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .lb2-project__side-title {
    left: 5vw;
    font-size: 1.6rem;
  }
}
.lb2-project__content {
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lb2-project__content {
    max-width: none;
    width: 86vw;
  }
}
.lb2-project__content--main {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--main {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 9vw;
  }
}
.lb2-project__content--product, .lb2-project__content--pickup {
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--product, .lb2-project__content--pickup {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-project__content--product, .lb2-project__content--pickup {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 9vw;
  }
}
.lb2-project__content--product .swiper-pagination, .lb2-project__content--pickup .swiper-pagination {
  position: absolute;
  top: auto !important;
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 1px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--product .swiper-pagination, .lb2-project__content--pickup .swiper-pagination {
    justify-content: flex-start;
    padding: 0;
  }
}
.lb2-project__content--product .swiper-pagination-bullet, .lb2-project__content--pickup .swiper-pagination-bullet {
  margin: 0 !important;
  border-radius: 0 !important;
  width: 25px !important;
  height: 1px !important;
  overflow: hidden !important;
  font-size: 0 !important;
  vertical-align: top !important;
  background-color: #707070 !important;
}
.lb2-project__content--product .swiper-pagination-bullet:not(:last-child), .lb2-project__content--pickup .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px !important;
}
.lb2-project__content--product .swiper-pagination-bullet-active, .lb2-project__content--pickup .swiper-pagination-bullet-active {
  background-color: #3f2021 !important;
}
.lb2-project__content--pickup {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--pickup {
    margin-bottom: 60px;
  }
}
.lb2-project__content--productDetail {
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
  flex-wrap: wrap;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
  }
}
.lb2-project__content--productDetail--max {
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
  flex-wrap: wrap;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail--max {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail--max {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .lb2-project__content {
    overflow: visible !important;
  }
}
.lb2-project__content--main .lb2-project__body {
  padding-top: 50px;
  display: grid;
  align-items: end;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--main .lb2-project__body {
    display: block;
    padding-top: 20px;
  }
}
.lb2-project__item .lb2-project__body {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  flex: auto;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail .lb2-project__body {
    padding-top: 15px;
  }
}
.lb2-project__content--productDetail--one .lb2-project__body, .lb2-project__content--productDetail--onetwo .lb2-project__body {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  flex: auto;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail--one .lb2-project__body, .lb2-project__content--productDetail--onetwo .lb2-project__body {
    padding-top: 20px;
  }
}
.lb2-project__content--productDetail--twoone .lb2-project__body {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  flex: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail--twoone .lb2-project__body {
    padding-top: 20px;
  }
}
.lb2-project__content--pickup .lb2-project__body {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--pickup .lb2-project__body {
    padding-top: 0;
  }
}
.lb2-project__catname {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.lb2-project__catname.life-recipe {
  color: #185557;
}
.lb2-project__catname.interior-recipe {
  color: #966E22;
}
.lb2-project__catname.technique-recipe {
  color: #A55B3C;
}
.lb2-project__point {
  padding-top: 20px;
}
.lb2-project__point dl {
  display: flex;
  margin-bottom: 10px;
}
.lb2-project__point dl dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  background-color: rgba(63, 32, 33, 0.1);
  margin-right: 2.2624434389%;
  height: 20px;
  line-height: 20px;
  width: 13.1221719457%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lb2-project__point dl dt {
    width: 18.4126984127%;
    margin-right: 3.1746031746%;
  }
}
.lb2-project__point dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  width: 84.6153846154%;
}
@media screen and (max-width: 768px) {
  .lb2-project__point dl dd {
    width: 78.0952380952%;
  }
}
.lb2-project__tag {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  background-color: rgba(229, 225, 220, 0.7);
  padding: 8px 10px;
  display: inline-block;
  width: fit-content;
}
.lb2-project__content--main .lb2-project__title {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--main .lb2-project__title {
    font-size: 1.6rem;
  }
}
.lb2-project__item .lb2-project__title {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.lb2-project__content--product .lb2-project__title {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.lb2-project__content--productDetail .lb2-project__title, .lb2-project__content--productDetail--one .lb2-project__title, .lb2-project__content--productDetail--onetwo .lb2-project__title, .lb2-project__content--productDetail--twoone .lb2-project__title {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}
.lb2-project__subtitle {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 5px;
}
.lb2-project__copy {
  font-size: 1.3rem;
  line-height: 2;
  padding-top: 10px;
}
.lb2-project__content--main .lb2-project__copy {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 75%;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--main .lb2-project__copy {
    padding-top: 10px;
    width: 100%;
  }
}
.lb2-project__content--top .lb2-project__copy {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--top .lb2-project__copy {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.lb2-project__content--sub .lb2-project__copy {
  padding-top: 10px;
}
.lb2-project__content--product .lb2-project__copy {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail .lb2-project__copy {
    line-height: 1.6;
    padding-top: 10px;
  }
}
.lb2-project__content--productDetail--twoone .lb2-project__copy {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail--twoone .lb2-project__copy {
    margin-bottom: 20px;
  }
}
.lb2-project__guideline .lb2-project__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #f62c11;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .lb2-project__guideline .lb2-project__copy {
    margin-bottom: 0px;
  }
}
.lb2-project__subcopy {
  font-size: 1.1rem;
  line-height: 1.6;
  padding-top: 10px;
}
.lb2-project__content--main .lb2-project__append {
  grid-column: 2/3;
  grid-row: 2/3;
}
.lb2-project__content--sub .lb2-project__append {
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--sub .lb2-project__append {
    width: 100%;
  }
}
.lb2-project__content--product .lb2-project__append {
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--product .lb2-project__append {
    width: 100%;
  }
}
.lb2-project__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .lb2-project__list {
    gap: 0;
  }
}
.lb2-project__content--product .lb2-project__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--product .lb2-project__list {
    display: flex;
    grid-template-columns: none;
    column-gap: 0px;
    row-gap: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.lb2-project__content--productDetail .lb2-project__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail .lb2-project__list {
    display: initial;
    grid-template-columns: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.lb2-project__content--productDetail--onetwo .lb2-project__list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 30px;
  row-gap: 40px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail--onetwo .lb2-project__list {
    display: initial;
    grid-template-columns: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.lb2-project__content--productDetail--one .lb2-project__list {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail--one .lb2-project__list {
    display: initial;
    grid-template-columns: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.lb2-project__content--productDetail--twoone .lb2-project__list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 30px;
  row-gap: 40px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail--twoone .lb2-project__list {
    display: flex;
    flex-wrap: wrap-reverse;
    grid-template-columns: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
.lb2-project__guideline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .lb2-project__guideline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    row-gap: 10px;
  }
}
.lb2-project__item {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .lb2-project__item {
    flex: auto;
    display: flex !important;
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .lb2-project__content--productDetail .lb2-project__item {
    margin-bottom: 30px;
  }
  .lb2-project__content--productDetail .lb2-project__item:last-child {
    margin-bottom: 0;
  }
}
.lb2-project__item .lb2-cover {
  background: none;
}
@media screen and (max-width: 768px) {
  .lb2-project__guideline .lb2-project__item {
    margin-bottom: 20px;
  }
}
.lb2-project__header {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.lb2-project__header img.life-recipe {
  border-top: 5px solid #185557;
}
.lb2-project__header img.interior-recipe {
  border-top: 5px solid #966E22;
}
.lb2-project__header img.technique-recipe {
  border-top: 5px solid #A55B3C;
}
.lb2-project__image {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) and (pointer: fine) {
  .lb2-project:hover .lb2-project__image {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

.laundrybottom {
  max-width: 916px;
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 50px;
  border: 1px solid rgba(63, 32, 33, 0.35);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .laundrybottom {
    max-width: none;
    width: 86vw;
  }
}
@media screen and (max-width: 768px) {
  .laundrybottom {
    padding: 15px;
    margin-bottom: 45px;
  }
}
.laundrybottom .lb2-project__copy {
  margin-bottom: 0;
  padding-top: 0;
}
.laundrybottom .lb2-project__title {
  margin-top: 10px;
}
.laundrybottom .lb2-project__list {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .laundrybottom .lb2-project__list {
    row-gap: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.laundrybottom .lb2-project__body {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .laundrybottom .lb2-project__body {
    padding-top: 0px;
  }
}

.span-two {
  grid-column: span 2;
}

.twocolumn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .twocolumn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .twocolumn .lb2-project__image:first-child {
    padding-bottom: 15px;
  }
}
