@charset "UTF-8";
.main-area .main-inner {
  width: 100%;
}

#LB260216kireme .lp-page {
  --pc-width: 1400;
  --sp-width: 750;
  --pc-artboard-width: 420;
  --sp-artboard-width: 750;
  --formula: calc(var(--variable) * var(--ratio));
  --formula_pc: calc(var(--variable) * 1);
  --animation-duration: 1s;
  --animation-ease: cubic-bezier(0.34, 1.56, 0.64, 1);
  --animation-delay: 0.5s;
  --animation-distance: 100;
  --color-primary: #000;
  overflow: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-family: var(--font-body);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: var(--color-primary);
  background-color: #eaeaea;
}
@media (max-width: 767px) {
  #LB260216kireme .lp-page {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}
@media (min-width: 1400px) {
  #LB260216kireme .lp-page {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #LB260216kireme .lp-page {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}
#LB260216kireme .lp-page * {
  font-feature-settings: "palt";
  box-sizing: border-box;
}
#LB260216kireme .lp-page img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  transition: unset;
  display: block;
}
#LB260216kireme .lp-page svg {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  transform: translateZ(0);
  backface-visibility: hidden;
  image-rendering: crisp-edges;
}
#LB260216kireme .lp-page img[src$=".svg"] {
  image-rendering: crisp-edges;
}
#LB260216kireme .lp-page picture {
  display: block;
}
#LB260216kireme .lp-page button {
  padding: 0;
  cursor: pointer;
  appearance: none;
}
@media (max-width: 767px) {
  #LB260216kireme .is-hidden--mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #LB260216kireme .is-hidden--desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #LB260216kireme .lp-layout__sub.is-desktop-sticky {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100dvh - var(--before-main-offset));
    overflow: hidden;
    position: sticky;
    left: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
  #LB260216kireme .lp-layout--column-03 {
    display: grid;
    grid-template-columns: 1fr calc(var(--pc-artboard-width) * var(--formula_pc)) 1fr;
  }
}
#LB260216kireme .lp-inner {
  width: calc(var(--sp-artboard-width) * var(--formula));
  margin-inline: auto;
}
@media (min-width: 768px) {
  #LB260216kireme .lp-inner {
    width: calc(var(--pc-artboard-width) * var(--formula_pc));
  }
}
#LB260216kireme .lp-look {
  position: relative;
  z-index: 1;
}
#LB260216kireme .lp-look .lead {
  width: fit-content;
  pointer-events: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  z-index: 2;
}
#LB260216kireme .lp-look .title {
  width: fit-content;
  pointer-events: none;
  z-index: 2;
  position: relative;
}
#LB260216kireme .lp-look .title span {
  display: block;
  width: fit-content;
  position: relative;
  overflow: hidden;
}
#LB260216kireme .lp-look .media .slider {
  width: 100%;
  margin: 0;
}
#LB260216kireme .lp-look .media .img {
  display: block;
  background-color: #fff;
}
#LB260216kireme .lp-look .text {
  width: calc(645 * var(--formula));
  margin-inline: auto;
  margin-top: calc(73 * var(--formula));
  font-size: calc(24 * var(--formula));
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: justify;
}
#LB260216kireme .lp-look .item-credit {
  margin-top: calc(40 * var(--formula));
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 * var(--formula));
  line-height: 1.75;
  letter-spacing: 0em;
  width: calc(647 * var(--formula));
  margin-inline: auto;
}
#LB260216kireme .lp-look .item-credit p {
  display: inline-block;
  margin-right: calc(16 * var(--formula));
}
#LB260216kireme .lp-look--top {
  padding-bottom: calc(107 * var(--formula));
  padding-top: calc(181 * var(--formula));
  background-color: #4c5d55;
  color: #fff;
}
#LB260216kireme .lp-look--top .lead {
  font-size: calc(24 * var(--formula));
  line-height: 1.7020833333;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: absolute;
  top: calc(158 * var(--formula));
  left: calc(19 * var(--formula));
}
#LB260216kireme .lp-look--top .title {
  font-size: calc(122 * var(--formula));
  line-height: 0.5655737705;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#LB260216kireme .lp-look--top .title span {
  position: absolute;
}
#LB260216kireme .lp-look--top .title span:nth-of-type(1) {
  top: calc(27 * var(--formula));
  left: calc(0 * var(--formula));
  width: calc(454 * var(--formula));
}
#LB260216kireme .lp-look--top .title span:nth-of-type(2) {
  top: calc(136 * var(--formula));
  right: calc(1 * var(--formula));
  width: calc(362 * var(--formula));
}
#LB260216kireme .lp-look--top .title span:before {
  background-color: #fff;
}
#LB260216kireme .lp-look--top .media .img:nth-of-type(1) {
  width: calc(630 * var(--formula));
}
#LB260216kireme .lp-look--top .media .img:nth-of-type(2) {
  width: calc(590 * var(--formula));
}
#LB260216kireme .lp-look--top .media img {
  width: calc(750 * var(--formula));
  height: auto;
}
#LB260216kireme .lp-look--top .text {
  text-align: center;
  margin-top: calc(71 * var(--formula));
  letter-spacing: 0.07em;
}
#LB260216kireme .lp-look--01 {
  margin-top: calc(125 * var(--formula));
}
#LB260216kireme .lp-look--01 .title {
  margin-left: auto;
}
#LB260216kireme .lp-look--01 .title span:nth-of-type(1) {
  margin-right: calc(141 * var(--formula));
  width: calc(452 * var(--formula));
}
#LB260216kireme .lp-look--01 .title span:nth-of-type(2) {
  margin-left: auto;
  margin-top: calc(4 * var(--formula));
  width: calc(350 * var(--formula));
}
#LB260216kireme .lp-look--01 .media {
  margin-top: calc(59 * var(--formula));
}
#LB260216kireme .lp-look--01 .media .img:nth-of-type(1) {
  width: calc(630 * var(--formula));
}
#LB260216kireme .lp-look--01 .media .img:nth-of-type(2) {
  margin-top: calc(50 * var(--formula));
  width: calc(590 * var(--formula));
  margin-left: auto;
}
#LB260216kireme .lp-look--02 {
  margin-top: calc(112 * var(--formula));
}
#LB260216kireme .lp-look--02 .title {
  margin-top: calc(69 * var(--formula));
  margin-inline: 0 auto;
  width: calc(631 * var(--formula));
}
#LB260216kireme .lp-look--02 .media {
  width: calc(650 * var(--formula));
  margin-inline: auto;
}
#LB260216kireme .lp-look--02 .irem-credit {
  margin-top: calc(42 * var(--formula));
}
#LB260216kireme .lp-look--03 {
  margin-top: calc(112 * var(--formula));
}
#LB260216kireme .lp-look--03 .title {
  position: absolute;
  width: calc(75 * var(--formula));
  top: calc(0 * var(--formula));
  right: calc(29 * var(--formula));
}
#LB260216kireme .lp-look--03 .media {
  width: calc(610 * var(--formula));
}
#LB260216kireme .lp-look--04 {
  margin-top: calc(128 * var(--formula));
}
#LB260216kireme .lp-look--04 .title {
  position: absolute;
  top: calc(0 * var(--formula));
  left: calc(35 * var(--formula));
  z-index: 2;
  color: #fff;
  width: calc(58.6 * var(--formula));
}
#LB260216kireme .lp-look--04 .text {
  width: calc(658 * var(--formula));
  margin-left: calc(52 * var(--formula));
  margin-top: calc(69 * var(--formula));
}
#LB260216kireme .lp-look--04 .irem-credit {
  margin-top: calc(43 * var(--formula));
}
#LB260216kireme .lp-look--05 {
  margin-top: calc(111 * var(--formula));
}
#LB260216kireme .lp-look--05 .title {
  position: absolute;
  top: 0;
  left: 0;
}
#LB260216kireme .lp-look--05 .title span:nth-of-type(1) {
  width: calc(59 * var(--formula));
  left: calc(105 * var(--formula));
  position: absolute;
}
#LB260216kireme .lp-look--05 .title span:nth-of-type(2) {
  width: calc(74 * var(--formula));
  left: calc(12 * var(--formula));
  position: absolute;
  top: calc(303 * var(--formula));
}
#LB260216kireme .lp-look--05 .media .img:nth-of-type(1) {
  width: calc(570 * var(--formula));
  margin-left: auto;
}
#LB260216kireme .lp-look--05 .media .img:nth-of-type(2) {
  width: calc(610 * var(--formula));
  margin-top: calc(58 * var(--formula));
}
#LB260216kireme .lp-look--05 .text {
  margin-top: calc(70 * var(--formula));
}
#LB260216kireme .lp-look--06 {
  margin-top: calc(120 * var(--formula));
}
#LB260216kireme .lp-look--06 .title {
  color: #fff;
  position: absolute;
  right: calc(69 * var(--formula));
  top: calc(0 * var(--formula));
  width: calc(75 * var(--formula));
}
#LB260216kireme .lp-look--06 .media {
  width: calc(650 * var(--formula));
  margin-inline: auto;
}
#LB260216kireme .lp-look--06 .text {
  width: calc(648 * var(--formula));
  position: relative;
  left: calc(0 * var(--formula));
  margin-top: calc(71 * var(--formula));
}
#LB260216kireme .lp-look--07 {
  margin-top: calc(117 * var(--formula));
}
#LB260216kireme .lp-look--07 .title {
  width: 100%;
}
#LB260216kireme .lp-look--07 .title span:nth-of-type(1) {
  width: calc(603 * var(--formula));
  margin-left: calc(50 * var(--formula));
}
#LB260216kireme .lp-look--07 .title span:nth-of-type(2) {
  width: calc(458 * var(--formula));
  margin-inline: auto 0;
  margin-top: calc(4 * var(--formula));
}
#LB260216kireme .lp-look--07 .media {
  margin-top: calc(63 * var(--formula));
}
#LB260216kireme .lp-look--07 .media .img:nth-of-type(2) {
  margin-top: calc(78 * var(--formula));
}
#LB260216kireme .lp-look--07 .media .img:nth-of-type(3) {
  margin-left: auto;
  margin-top: calc(-287 * var(--formula));
}
#LB260216kireme .lp-look--07 .media .img:not(:first-child) {
  width: calc(410 * var(--formula));
}
#LB260216kireme .lp-look--07 .text {
  margin-top: calc(71 * var(--formula));
  margin-top: calc(71 * var(--formula));
  width: calc(653 * var(--formula));
}
#LB260216kireme .lp-look--08 {
  margin-top: calc(107 * var(--formula));
}
#LB260216kireme .lp-look--08 .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#LB260216kireme .lp-look--08 .title span {
  width: 100%;
}
#LB260216kireme .lp-look--08 .title span:nth-of-type(1) {
  position: absolute;
  right: calc(19 * var(--formula));
  top: calc(0 * var(--formula));
  width: calc(75 * var(--formula));
}
#LB260216kireme .lp-look--08 .title span:nth-of-type(2) {
  position: absolute;
  right: calc(96 * var(--formula));
  top: calc(319 * var(--formula));
  width: calc(75 * var(--formula));
}
#LB260216kireme .lp-look--08 .media {
  width: calc(570 * var(--formula));
}
#LB260216kireme .lp-look--08 .text {
  width: calc(653 * var(--formula));
  margin-left: calc(50 * var(--formula));
  margin-top: calc(71 * var(--formula));
}
#LB260216kireme .lp-layout__primary {
  padding-bottom: calc(197 * var(--formula));
  background: #fff;
}
#LB260216kireme .lp-layout__primary .lp-button {
  margin-top: calc(115 * var(--formula));
  display: block;
  margin-inline: auto;
  width: calc(650 * var(--formula));
  border: max(2 * var(--formula), 1px) solid #000;
  font-family: ivybodoni-condensed, sans-serif;
  font-size: calc(58 * var(--formula));
  line-height: 1.1896551724;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  min-height: calc(150 * var(--formula));
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  #LB260216kireme .lp-layout__left .title {
    width: calc(354 * var(--formula_pc));
    position: relative;
    left: calc(-38 * var(--formula_pc));
    top: calc(5 * var(--formula_pc));
  }
  #LB260216kireme .lp-layout__left .title span {
    display: block;
  }
  #LB260216kireme .lp-layout__left .title span:nth-of-type(1) {
    width: calc(288 * var(--formula_pc));
  }
  #LB260216kireme .lp-layout__left .title span:nth-of-type(2) {
    width: calc(324 * var(--formula_pc));
    margin-top: calc(8 * var(--formula_pc));
    margin-left: auto;
  }
  #LB260216kireme .lp-layout__left .lead {
    font-size: calc(14 * var(--formula_pc));
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-top: calc(40 * var(--formula_pc));
    margin-right: auto;
    width: fit-content;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    position: relative;
    margin-inline: auto;
    left: calc(-81 * var(--formula_pc));
  }
  #LB260216kireme .lp-layout__right .lp-button {
    display: block;
    margin-inline: auto;
    width: calc(280 * var(--formula_pc));
    border: max(1 * var(--formula_pc), 1px) solid #000;
    font-family: ivybodoni-condensed, sans-serif;
    font-size: calc(28 * var(--formula_pc));
    line-height: 1.0567857143;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: center;
    min-height: calc(68 * var(--formula_pc));
    display: grid;
    place-items: center;
  }
  #LB260216kireme .lp-layout__sub {
    opacity: 0;
    transition-delay: 0s;
    transition: opacity 1s ease-in, transform 1s ease-in, filter 1s ease-in;
    will-change: opacity, transform, filter;
  }
  #LB260216kireme .lp-layout__sub.is-active {
    opacity: 1;
  }
}
#LB260216kireme .ani-fade {
  opacity: 0;
  transition-delay: 0s;
  transition: opacity 1s ease-in, transform 1s ease-in;
  will-change: opacity, transform, filter;
}
#LB260216kireme .ani-scroll-up {
  translate: 0 120%;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), translate 1s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  will-change: opacity, translate, filter;
}
#LB260216kireme .ani-scroll-right {
  translate: -120% 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), translate 1s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  will-change: opacity, translate, filter;
}
#LB260216kireme .is-active .ani-fade {
  opacity: 1;
}
#LB260216kireme .is-active .ani-scroll-up {
  translate: 0;
}
#LB260216kireme .is-active .ani-scroll-right {
  translate: 0;
}
#LB260216kireme .lp-look .title span + span .ani-scroll-up,
#LB260216kireme .lp-look .title span + span .ani-scroll-right {
  transition-delay: 0.4s !important;
}/*# sourceMappingURL=style.css.map */