@charset "UTF-8";
@media (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
}
body {
  -webkit-backface-visibility: hidden;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共通設定 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lilybrown_240216 {
  width: 100%;
  overflow: hidden;
  font-feature-settings: "palt";
}
.lilybrown_240216 img {
  width: 100%;
  height: auto;
}
.lilybrown_240216 section {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .lilybrown_240216 {
    margin-bottom: calc(200 * 100vw / 750);
  }
  .lilybrown_240216 .pcOnly {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .lilybrown_240216 .spOnly {
    display: none !important;
  }
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ 共通設定 ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ contents ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lilybrown_240216 {
  --color-black: #161616;
  --color-white: #ffffff;
  --bg-color: #fff8f5;
  color: var(--color-black);
  background-color: var(--bg-color);
}
@media (min-width: 768px) {
  .lilybrown_240216 {
    margin-bottom: 15rem;
  }
  .lilybrown_240216 .bgWhite {
    background-color: var(--color-white);
  }
  .lilybrown_240216 .bgWhite__image {
    position: relative;
  }
  .lilybrown_240216 .bgWhite__image::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.lilybrown_240216 .firstview {
  width: calc(750 * 100vw / 750);
  padding-top: calc(80 * 100vw / 750);
  text-align: center;
}
.lilybrown_240216 .firstview__title--large {
  width: calc(470 * 100vw / 750);
  margin-inline: auto;
}
.lilybrown_240216 .firstview__title--small {
  display: block;
  font-family: "futura-pt", sans-serif;
  margin-top: calc(24 * 100vw / 750);
  font-size: calc(35 * 100vw / 750);
  line-height: 1.3714285714;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.lilybrown_240216 .firstview__lead {
  margin-top: calc(35 * 100vw / 750);
  font-size: calc(24 * 100vw / 750);
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 100;
}
.lilybrown_240216 .firstview__lead > span {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
}
@media (min-width: 768px) {
  .lilybrown_240216 .firstview {
    width: 100%;
    padding-top: 7rem;
  }
  .lilybrown_240216 .firstview__title--large {
    width: 33.6rem;
  }
  .lilybrown_240216 .firstview__title--small {
    margin-top: 0.3rem;
    font-size: 2rem;
    line-height: 2.4;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .lilybrown_240216 .firstview__lead {
    margin-top: 2.6rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
.lilybrown_240216 .model {
  width: calc(750 * 100vw / 750);
  margin-inline: auto;
}
.lilybrown_240216 .model__inner {
  position: relative;
  margin-inline: auto;
}
.lilybrown_240216 .model__wrapper {
  margin-inline: auto;
}
.lilybrown_240216 .model__wrapper--flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.lilybrown_240216 .model__image--bg {
  position: relative;
}
.lilybrown_240216 .model__image--bg::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
  height: -moz-fit-content;
  height: fit-content;
}
.lilybrown_240216 .model__credit {
  font-family: "futura-pt", sans-serif;
  margin-top: calc(27 * 100vw / 750);
  font-size: calc(24 * 100vw / 750);
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.lilybrown_240216 .model__credit__item {
  display: inline-block;
  margin-right: calc(15 * 100vw / 750);
  font-weight: 500;
}
@media (min-width: 768px) {
  .lilybrown_240216 .model {
    width: 100%;
  }
  .lilybrown_240216 .model__inner {
    width: 140rem;
  }
  .lilybrown_240216 .model__wrapper--grid {
    display: grid;
  }
  .lilybrown_240216 .model__credit {
    margin-top: 2.4rem;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .lilybrown_240216 .model__credit__item {
    margin-right: 0.7rem;
  }
}
.lilybrown_240216 .type01 {
  margin-top: calc(85 * 100vw / 750);
}
.lilybrown_240216 .type01 .model__image0101 {
  width: calc(500 * 100vw / 750);
}
.lilybrown_240216 .type01 .model__image--slider {
  width: calc(500 * 100vw / 750);
}
.lilybrown_240216 .type01 .model__image0102 {
  margin-top: calc(50.3 * 100vw / 750);
  width: calc(630 * 100vw / 750);
  margin-left: auto;
}
.lilybrown_240216 .type01 .model__image--bg::before {
  width: calc(690 * 100vw / 750);
  height: calc(690 * 100vw / 750);
  top: calc(-334 * 100vw / 750);
  right: 0;
  background-image: url(../img/background__image01.jpg);
}
@media (min-width: 768px) {
  .lilybrown_240216 .type01 {
    margin-top: 6.2rem;
  }
  .lilybrown_240216 .type01 .model__wrapper--grid {
    width: 84rem;
    margin-inline: auto;
    grid-template-columns: 39rem 45rem;
  }
  .lilybrown_240216 .type01 .model__image0101 {
    width: 38rem;
    grid-column: 1;
  }
  .lilybrown_240216 .type01 .model__image--slider {
    width: 38rem;
  }
  .lilybrown_240216 .type01 .model__image0102 {
    position: relative;
    margin-top: 7rem;
    width: 45rem;
    margin-left: initial;
    grid-column: 2;
  }
  .lilybrown_240216 .type01 .model__image--bg::before {
    width: 29rem;
    height: 29rem;
    top: -7rem;
    right: -9rem;
  }
  .lilybrown_240216 .type01 .model__credit {
    position: absolute;
    left: -24.1rem;
    bottom: -0.5rem;
  }
  .lilybrown_240216 .type01 .bgWhite__image::after {
    background-image: url(../img/white/model__image0102.png);
  }
}
.lilybrown_240216 .type02 {
  margin-top: calc(206 * 100vw / 750);
}
.lilybrown_240216 .type02 .model__image0201 {
  width: calc(690 * 100vw / 750);
  margin-inline: auto;
}
.lilybrown_240216 .type02 .model__image--slider {
  width: calc(690 * 100vw / 750);
}
.lilybrown_240216 .type02 .model__image--bg::before {
  width: calc(350 * 100vw / 750);
  height: calc(666 * 100vw / 750);
  top: calc(-80 * 100vw / 750);
  left: calc(-30 * 100vw / 750);
  background-image: url(../img/background__image02.jpg);
}
.lilybrown_240216 .type02 .model__credit {
  margin-top: calc(63 * 100vw / 750);
}
@media (min-width: 768px) {
  .lilybrown_240216 .type02 {
    position: relative;
    z-index: 5;
    margin-top: 12rem;
  }
  .lilybrown_240216 .type02 .model__wrapper--grid {
    width: 65rem;
    height: 60rem;
    grid-template-rows: 60rem;
  }
  .lilybrown_240216 .type02 .model__image0201 {
    grid-row: 1;
    width: 45rem;
    margin-inline: initial;
    margin-left: 20rem;
  }
  .lilybrown_240216 .type02 .model__image--slider {
    width: 45rem;
  }
  .lilybrown_240216 .type02 .model__image--bg::before {
    width: 21rem;
    height: 40rem;
    top: 36rem;
    left: -13rem;
  }
  .lilybrown_240216 .type02 .model__credit {
    margin-top: 4.1rem;
  }
}
.lilybrown_240216 .type03 {
  margin-top: calc(204 * 100vw / 750);
}
.lilybrown_240216 .type03 .model__image0301 {
  width: calc(520 * 100vw / 750);
  margin-left: calc(30 * 100vw / 750);
}
.lilybrown_240216 .type03 .model__image0302 {
  width: calc(630 * 100vw / 750);
  margin: calc(67 * 100vw / 750) auto 0;
}
.lilybrown_240216 .type03 .model__image--slider {
  width: calc(630 * 100vw / 750);
}
.lilybrown_240216 .type03 .model__image--bg::before {
  width: calc(430 * 100vw / 750);
  height: calc(430 * 100vw / 750);
  top: calc(-80 * 100vw / 750);
  left: calc(290 * 100vw / 750);
  background-image: url(../img/background__image03.jpg);
}
@media (min-width: 768px) {
  .lilybrown_240216 .type03 {
    margin-top: 0;
  }
  .lilybrown_240216 .type03 .model__wrapper--grid {
    width: 76rem;
    margin-left: 46.2rem;
    grid-template-columns: 38.8rem;
    grid-template-rows: 17rem;
  }
  .lilybrown_240216 .type03 .model__image0301 {
    width: 38rem;
    margin-left: 0;
    grid-column: 2;
  }
  .lilybrown_240216 .type03 .model__image0302 {
    width: 37rem;
    margin-top: 0;
    grid-column: 1;
  }
  .lilybrown_240216 .type03 .model__image--slider {
    width: 37rem;
  }
  .lilybrown_240216 .type03 .model__image--bg::before {
    width: 21rem;
    height: 21rem;
    top: -13rem;
    left: 27rem;
  }
  .lilybrown_240216 .type03 .bgWhite__image::after {
    background-image: url(../img/white/model__image0302.png);
  }
}
.lilybrown_240216 .type04 {
  margin-top: calc(176 * 100vw / 750);
}
.lilybrown_240216 .type04 .model__image0401 {
  position: relative;
  z-index: 2;
  width: calc(460 * 100vw / 750);
}
.lilybrown_240216 .type04 .model__image0402 {
  position: absolute;
  width: calc(460 * 100vw / 750);
  top: calc(550 * 100vw / 750);
  left: calc(290 * 100vw / 750);
}
.lilybrown_240216 .type04 .model__image0403 {
  width: calc(650 * 100vw / 750);
  margin: calc(130 * 100vw / 750) auto 0;
}
.lilybrown_240216 .type04 .model__credit {
  margin-top: calc(368 * 100vw / 750);
  margin-left: calc(69 * 100vw / 750);
}
@media (min-width: 768px) {
  .lilybrown_240216 .type04 {
    margin-top: 13.7rem;
  }
  .lilybrown_240216 .type04 .model__wrapper--flex {
    width: 74.4rem;
    margin-left: 4rem;
    justify-content: space-between;
  }
  .lilybrown_240216 .type04 .model__image0401 {
    width: 37rem;
  }
  .lilybrown_240216 .type04 .model__image0402 {
    position: static;
    width: 37rem;
  }
  .lilybrown_240216 .type04 .model__image0403 {
    position: absolute;
    width: 37.3rem;
    margin-top: initial;
    top: 24.95rem;
    right: 9rem;
  }
  .lilybrown_240216 .type04 .model__credit {
    margin-top: 2.4rem;
    margin-left: 0;
  }
  .lilybrown_240216 .type04 .bgWhite__image::after {
    background-image: url(../img/white/model__image0403.png);
    width: 36rem;
    height: 48rem;
  }
}
.lilybrown_240216 .type05 {
  margin-top: calc(240 * 100vw / 750);
}
.lilybrown_240216 .type05 .model__image0501 {
  width: calc(600 * 100vw / 750);
  margin-left: calc(30 * 100vw / 750);
}
.lilybrown_240216 .type05 .model__image0502 {
  width: calc(750 * 100vw / 750);
  margin-top: calc(123 * 100vw / 750);
}
.lilybrown_240216 .type05 .model__image--bg::before {
  width: calc(410 * 100vw / 750);
  height: calc(410 * 100vw / 750);
  top: calc(-100 * 100vw / 750);
  left: calc(310 * 100vw / 750);
  background-image: url(../img/background__image04.jpg);
}
@media (min-width: 768px) {
  .lilybrown_240216 .type05 {
    margin-top: 19.5rem;
  }
  .lilybrown_240216 .type05 .model__wrapper--grid {
    width: 115rem;
    margin-left: 15rem;
    grid-template-columns: 53rem;
  }
  .lilybrown_240216 .type05 .model__image0501 {
    width: 40rem;
    margin-left: 0;
    grid-column: 1;
  }
  .lilybrown_240216 .type05 .model__image0502 {
    margin-top: 24rem;
    width: 62rem;
    grid-column: 2;
  }
  .lilybrown_240216 .type05 .model__image--bg::before {
    width: 20rem;
    height: 20rem;
    top: -8rem;
    left: 31rem;
  }
  .lilybrown_240216 .type05 .bgWhite__image::after {
    background-image: url(../img/white/model__image0501.png);
  }
}
.lilybrown_240216 .type06 {
  margin-top: calc(152 * 100vw / 750);
}
.lilybrown_240216 .type06 .model__image {
  width: calc(640 * 100vw / 750);
  margin-inline: auto;
}
.lilybrown_240216 .type06 .model__credit {
  margin-top: calc(73 * 100vw / 750);
}
.lilybrown_240216 .type06 .bgWhite__image {
  position: relative;
  z-index: 2;
}
.lilybrown_240216 .type06 .bgWhite__image::before {
  position: absolute;
  content: "";
  width: calc(660 * 100vw / 750);
  height: calc(873 * 100vw / 750);
  border: 1px solid var(--color-black);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  border-radius: 31px;
}
@media (min-width: 768px) {
  .lilybrown_240216 .type06 {
    margin-top: 12.6rem;
  }
  .lilybrown_240216 .type06 .model__image {
    width: 46rem;
  }
  .lilybrown_240216 .type06 .model__credit {
    margin-top: 4.8rem;
  }
  .lilybrown_240216 .type06 .bgWhite__image::before {
    width: 47rem;
    height: 62.3rem;
    border-radius: 3.9rem;
  }
  .lilybrown_240216 .type06 .bgWhite__image::after {
    background-image: url(../img/white/model__image0601.png);
    width: 45.6rem;
    height: 60.8rem;
  }
}
.lilybrown_240216 .type07 {
  margin-top: calc(125 * 100vw / 750);
  padding-bottom: calc(125 * 100vw / 750);
}
.lilybrown_240216 .type07 .model__image0701 {
  width: calc(450 * 100vw / 750);
  margin-left: calc(270 * 100vw / 750);
}
.lilybrown_240216 .type07 .model__image0702 {
  width: calc(600 * 100vw / 750);
  margin-top: calc(50 * 100vw / 750);
  margin-left: calc(30 * 100vw / 750);
}
.lilybrown_240216 .type07 .model__image--bg::before {
  width: calc(570 * 100vw / 750);
  height: calc(570 * 100vw / 750);
  top: calc(300 * 100vw / 750);
  left: calc(-270 * 100vw / 750);
  background-image: url(../img/background__image05.jpg);
}
@media (min-width: 768px) {
  .lilybrown_240216 .type07 {
    margin-top: 17.1rem;
    padding-bottom: 12rem;
  }
  .lilybrown_240216 .type07 .model__wrapper--grid {
    width: 108rem;
    height: 66rem;
    margin-left: 14rem;
    grid-template-columns: 75rem;
    grid-template-rows: 10rem;
  }
  .lilybrown_240216 .type07 .model__image0701 {
    width: 33rem;
    margin-left: 0;
    grid-column: 2;
    grid-row: 1;
  }
  .lilybrown_240216 .type07 .model__image0702 {
    position: relative;
    width: 42rem;
    margin-top: 0;
    margin-left: 0;
    grid-column: 1;
    grid-row: 2;
  }
  .lilybrown_240216 .type07 .model__image--bg::before {
    width: 26rem;
    height: 26rem;
    top: -6rem;
    left: -12rem;
  }
  .lilybrown_240216 .type07 .model__credit {
    position: absolute;
    bottom: -0.5rem;
    right: -23.9rem;
  }
}
.lilybrown_240216 .item {
  background-color: var(--color-white);
  padding-block: calc(97 * 100vw / 750) calc(100 * 100vw / 750);
}
.lilybrown_240216 .item__title {
  font-family: "futura-pt", sans-serif;
  text-align: center;
  margin-bottom: calc(35 * 100vw / 750);
  font-size: calc(56 * 100vw / 750);
  line-height: 0.8571428571;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.lilybrown_240216 .item__image {
  width: calc(750 * 100vw / 750);
  margin-inline: auto;
}
.lilybrown_240216 .item__image--slow {
  margin-top: calc(27 * 100vw / 750);
}
.lilybrown_240216 .item__image__item {
  width: calc(230 * 100vw / 750);
  margin-inline: calc(15 * 100vw / 750) !important;
}
.lilybrown_240216 .item .slick-slider div {
  transition: none;
}
@media (min-width: 768px) {
  .lilybrown_240216 .item {
    padding-block: 5.9rem 6.9rem;
  }
  .lilybrown_240216 .item__title {
    margin-bottom: 3rem;
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .lilybrown_240216 .item__image {
    width: 100%;
  }
  .lilybrown_240216 .item__image--slow {
    margin-top: 6rem;
  }
  .lilybrown_240216 .item__image__item {
    width: 17rem;
    margin-inline: 2rem !important;
  }
}
.lilybrown_240216 .model__btn {
  display: flex;
  flex-direction: column;
  row-gap: calc(30 * 100vw / 750);
  padding-block: calc(138 * 100vw / 750) calc(140 * 100vw / 750);
}
.lilybrown_240216 .model__btn__image {
  width: calc(675 * 100vw / 750);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lilybrown_240216 .model__btn {
    row-gap: 2rem;
    padding-block: 12.1rem 11.8rem;
  }
  .lilybrown_240216 .model__btn__image {
    width: 42rem;
  }
}
.lilybrown_240216 .jsFade {
  opacity: 0;
  transform: translateY(10rem);
  transition: all ease 1s;
}
.lilybrown_240216 .jsFade.isActive {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ contents ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lilybrown_240216 {
  --color-black: #161616;
  --color-white: #fff;
}
.lilybrown_240216 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.lilybrown_240216 .slick-dots {
  position: absolute;
  margin: 0;
  width: initial;
  z-index: 10;
}
@media (max-width: 767px) {
  .lilybrown_240216 .slick-dots {
    bottom: calc(-36 * 100vw / 750);
    left: calc(-10 * 100vw / 750);
  }
}
.lilybrown_240216 .slick-dots li {
  width: calc(16 * 100vw / 750);
  height: calc(16 * 100vw / 750);
  margin-inline: calc(10 * 100vw / 750);
}
.lilybrown_240216 .slick-dots li.slick-active button {
  background-color: var(--color-black);
}
.lilybrown_240216 .slick-dots li button {
  width: calc(16 * 100vw / 750);
  height: calc(16 * 100vw / 750);
  border: calc(1.5 * 100vw / 750) solid var(--color-black);
  border-radius: 50%;
  padding: 0;
  opacity: initial;
}
.lilybrown_240216 .slick-dots li button::before {
  display: none;
}
.lilybrown_240216 .slick-dots li .slick-active button {
  background-color: var(--color-black);
}
@media (min-width: 768px) {
  .lilybrown_240216 .slick-dots {
    bottom: -1.8rem;
    left: -0.5rem;
  }
  .lilybrown_240216 .slick-dots li {
    width: 0.8rem;
    height: 0.8rem;
    margin-inline: 0.5rem;
  }
  .lilybrown_240216 .slick-dots li.slick-active button {
    background-color: var(--color-black);
  }
  .lilybrown_240216 .slick-dots li button {
    width: 0.8rem;
    height: 0.8rem;
    border: 0.1rem solid var(--color-black);
  }
  .lilybrown_240216 .slick-dots li .slick-active button {
    background-color: var(--color-black);
  }
}
@media (max-width: 767px) {
  .lilybrown_240216 .type01 .slick-dots {
    left: calc(10 * 100vw / 750);
  }
  .lilybrown_240216 .type06 .slick-dots {
    bottom: calc(-46 * 100vw / 750);
  }
}
@media (min-width: 768px) {
  .lilybrown_240216 .type06 .slick-dots {
    bottom: -2.5rem;
  }
}/*# sourceMappingURL=style.css.map */