@charset "UTF-8";
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - custom property
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #e0e0e0;  
  --bgcolor-beige: #f0e6d2;
  --bgcolor-gray: #dcdcdc;
  --bgcolor-darkbeige: #8d8582;
  --font-yu: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  --font-hiragino: "Hiragino Sans" sans-serif;
  --font-nimbus: "nimbus-sans" sans-serif;
  --font-trajan: "trajan-pro-3", serif;
  --font-ja: var(--font-hiragino);
  --font-en: var(--font-nimbus);
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  background-color: var(--bgcolor-gray);
  font-feature-settings: "palt";
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .lp--aoure__1120 {
    --width-primary: 140rem;
  }
}
@media screen and (max-width: 767px) {
  .top_button {
    margin-top: calc(-115*100vw/750);
  }
  .lp--aoure__1120 {
    --width-primary: calc(750*100vw/750);
  }
}
@media screen and (min-width: 768px) {
  .lp--aoure__1120 .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .hidden-smartphone {
    display: none !important;
  }
}
.lp--aoure__1120 img,
.lp--aoure__1120 picture,
.lp--aoure__1120 video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - position
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .common-position {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .lp--aoure__1120 .desktop-position {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .smartphone-position {
    position: absolute;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - grid
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .common-grid {
  display: grid;
  gap: var(--row, 0) var(--column, 0);
}
@media screen and (min-width: 768px) {
  .lp--aoure__1120 .desktop-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .smartphone-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - flex
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .common-flex__row {
  display: flex;
  flex-direction: row;
  gap: var(--row, 0) var(--column, 0);
}
.lp--aoure__1120 .common-flex__row__reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--row, 0) var(--column, 0);
}
.lp--aoure__1120 .common-flex__column {
  display: flex;
  flex-direction: column;
  gap: var(--row, 0) var(--column, 0);
}
.lp--aoure__1120 .common-flex__column__reverse {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--row, 0) var(--column, 0);
}
@media screen and (min-width: 768px) {
  .lp--aoure__1120 .desktop-flex__row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1120 .desktop-flex__row__reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1120 .desktop-flex__column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1120 .desktop-flex__column__reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .smartphone-flex__row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1120 .smartphone-flex__row__reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1120 .smartphone-flex__column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1120 .smartphone-flex__column__reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - text
//////////////////////////////////////////////////////////////////////////////////////////////
*/

.lp--aoure__1120 .common-text__btn {
  width: fit-content;
  margin: 0 auto;
  font-size: var(--fz-text__btn);
  line-height: 1.4;
  letter-spacing: .08em;
  font-family: var(--font-en);
  color: var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .common-text__btn {
    line-height: 1.2;
    letter-spacing: .037em;
    border-bottom: calc(2*100vw/750) solid var(--color-black);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .product__inner {
  width: var(--width-primary);
  margin: 0 auto;
}
.lp--aoure__1120 .product__wrapper {
  position: relative;
}
.lp--aoure__1120 .product__card {
  position: relative;
  width: fit-content;
  height: fit-content;
}
.lp--aoure__1120 .product__card:has(.product__price):before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: 2;
  pointer-events: none;
}
.lp--aoure__1120 .product__price {
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-black);
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.lp--aoure__1120 .product__card .product__price,
.lp--aoure__1120 .product__card::before {
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none;
}
.lp--aoure__1120 .product__card:hover .product__price {
  opacity: 1;
  pointer-events: initial;
}
.lp--aoure__1120 .product__card:hover::before {
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .product__price {
    width: 101%;
    height: 101%;
    font-size: calc(24*100vw/750);
    line-height: 2.08333333333;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - hero
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .hero {
  position: relative;
  z-index: 2;
  width: calc(1400*100vw/1400);
  margin: 0 auto;
}
.lp--aoure__1120 .hero__image {
  width: calc(700*100vw/1400);
}
.lp--aoure__1120 .hero__text {
  top: calc(465*100vw/1400);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-align: center;
  --row: calc(20*100vw/1400);
}
.lp--aoure__1120 .hero__text__title {
  font-size: calc(35*100vw/1400);
  line-height: 1.5714285714;
  letter-spacing: .1em;
  font-weight: var(--fw-medium);
  font-family: var(--font-hiragino);
}
.lp--aoure__1120 .hero__text__lead {
  font-size: calc(15*100vw/1400);
  line-height: 1.8666666667;
  letter-spacing: .14em;
  font-weight: var(--fw-medium);
  font-family: var(--font-hiragino);
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .hero {
    width: calc(750*100vw/750);
  }
  .lp--aoure__1120 .hero__image {
    width: calc(375*100vw/750);
  }
  .lp--aoure__1120 .hero__text {
    top: calc(335*100vw/750);
    --row: calc(22*100vw/750);
  }
  .lp--aoure__1120 .hero__text__title {
    font-size: calc(40*100vw/750);
    line-height: 1.5;
    white-space: nowrap;
  }
  .lp--aoure__1120 .hero__text__lead {
    font-size: calc(23*100vw/750);
    line-height: 2;
    letter-spacing: .09em;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - product01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .product {
  margin-top: 25.2rem;
}
.lp--aoure__1120 .product__inner {
  width: 130rem;
  margin: 0 auto;
  --row: 33rem;
}
.lp--aoure__1120 .product__container {
  --row: 2.7rem;
  align-items: center;
  justify-content: center;
}
.lp--aoure__1120 .product__wrapper {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 63rem);
  --column: 0.5rem;
  --row: 0;
}
.lp--aoure__1120 .product__card {
  width: 100%;
  height: 100%;
}
.lp--aoure__1120 .product__card:has(.product__title),
.lp--aoure__1120 .product__card:has(.product__lead) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp--aoure__1120 .product__title {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: .075em;
  font-weight: var(--fw-semibold);
  font-family: var(--font-trajan);
  color: var(--color-black);
  text-align: center;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.lp--aoure__1120 .product__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  font-size: 1.3rem;
  line-height: 2.07692307692;
  letter-spacing: .075em;
  font-weight: var(--fw-regular);
  font-family: var(--font-hiragino);
  color: var(--color-black);
  text-align: justify;
}
.lp--aoure__1120 .product__price {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.lp--aoure__1120 .product__detail {
  position: relative;
  z-index: 2;
  width: 70rem;
  --row: 2rem;
  align-items: center;
}
.lp--aoure__1120 .product__detail::after {
  position: absolute;
  content: "";
  width: 70rem;
  height: 58rem;
  background-color: var(--bgcolor-darkbeige);
  top: 14.9rem;
  left: 0;
  z-index: -1;
}
.lp--aoure__1120 .product__detail__lead {
  width: 50rem;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2.07692307692;
  letter-spacing: .05em;
  font-weight: var(--fw-regular);
  font-family: var(--font-hiragino);
  color: var(--color-black);
  text-align: justify;
}
.lp--aoure__1120 .product__detail__image {
  width: 52rem;
  margin-top: 0.5rem;
  padding-top: 2.1rem;
  border-top: 0.1rem solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .product {
    margin-top: calc(164*100vw/750);
  }
  .lp--aoure__1120 .product__inner {
    width: var(--width-primary);
    --row: calc(205*100vw/750);
  }
  .lp--aoure__1120 .product__container {
    --row: calc(149*100vw/750);
  }
  .lp--aoure__1120 .product__card {
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    overflow: hidden;
  }
  .lp--aoure__1120 .product__card:has(.product__title),
  .lp--aoure__1120 .product__card:has(.product__lead) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lp--aoure__1120 .product__image {
    width: calc(550*100vw/750);
    margin: 0 auto;
  }
  .lp--aoure__1120 .product__title {
    font-size: calc(50*100vw/750);
    line-height: 1.4;
  }
  .lp--aoure__1120 .product__lead {
    width: calc(650*100vw/750);
    font-size: calc(23*100vw/750);
    line-height: 1.8695652174;
    letter-spacing: .1em;
    font-weight: var(--fw-medium);
  }
  .lp--aoure__1120 .product__price {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .lp--aoure__1120 .product__detail {
    width: var(--width-primary);
    --row: calc(52*100vw/750);
  }
  .lp--aoure__1120 .product__detail::after {
    width: calc(750*100vw/750);
    height: calc(1000*100vw/750);
    top: calc(125*100vw/750);
  }
  .lp--aoure__1120 .product__detail__lead {
    width: calc(650*100vw/750);
    font-size: calc(23*100vw/750);
    line-height: 1.8695652174;
    letter-spacing: .1em;
    font-weight: var(--fw-medium);
  }
  .lp--aoure__1120 .product__detail__image {
    width: calc(700*100vw/750);
    padding-top: calc(27*100vw/750);
    border-top: calc(2*100vw/750) solid var(--color-black);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - container01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .product__container01 .product__card01 {
  grid-column: 2;
  grid-row: 1;
}
.lp--aoure__1120 .product__container01 .product__card02 {
  grid-column: 1;
  grid-row: 1;
}
.lp--aoure__1120 .product__container01 .product__card03 {
  grid-column: 3;
  grid-row: 1;
}
.lp--aoure__1120 .product__container01 .product__card04 {
  grid-column: 1;
  grid-row: 2;
}
.lp--aoure__1120 .product__container01 .product__card05 {
  grid-column: 2;
  grid-row: 2;
}
.lp--aoure__1120 .product__container01 .product__card06 {
  grid-column: 2;
  grid-row: 3;
}
.lp--aoure__1120 .product__container01 .product__card07 {
  grid-column: 1;
  grid-row: 3;
}
.lp--aoure__1120 .product__container01 .product__card08 {
  grid-column: 3;
  grid-row: 3;
}
.lp--aoure__1120 .product__container01 .product__title {
  position: relative;
  top: -0.8rem;;
}
.lp--aoure__1120 .product__container01 .product__detail__title {
  width: 92.1rem;
  top: -14.9rem;
  left: -9.8rem;
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .product__container01 .product__card01 {
  }
  .lp--aoure__1120 .product__container01 .product__card02 {
    margin-top: calc(87*100vw/750);
  }
  .lp--aoure__1120 .product__container01 .product__card03 {
    margin-top: calc(50*100vw/750);;
  }
  .lp--aoure__1120 .product__container01 .product__card04 {
    margin-top: calc(95*100vw/750);
  }
  .lp--aoure__1120 .product__container01 .product__card05 {
    margin-top: calc(80*100vw/750);;
  }
  .lp--aoure__1120 .product__container01 .product__card06 {
    margin-top: calc(94*100vw/750);;
  }
  .lp--aoure__1120 .product__container01 .product__card07 {
    margin-top: calc(83*100vw/750);
  }
  .lp--aoure__1120 .product__container01 .product__card08 {
    margin-top: calc(50*100vw/750);
  }
  .lp--aoure__1120 .product__container01 .product__title {
    top: calc(0*100vw/750);
  }
  .lp--aoure__1120 .product__container01 .product__detail__title {
    width: calc(700*100vw/750);
    top: calc(-126*100vw/750);
    left: calc(30*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - container02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .product__container02 .product__wrapper {
  --row: 0.5rem;
}
.lp--aoure__1120 .product__container02 .product__card01 {
  grid-column: 1;
  grid-row: 1;
}
.lp--aoure__1120 .product__container02 .product__card02 {
  grid-column: 2;
  grid-row: 1;
}
.lp--aoure__1120 .product__container02 .product__card03 {
  grid-column: 3;
  grid-row: 2;
}
.lp--aoure__1120 .product__container02 .product__card04 {
  grid-column: 3;
  grid-row: 1;
}
.lp--aoure__1120 .product__container02 .product__card05 {
  grid-column: 1;
  grid-row: 2;
}
.lp--aoure__1120 .product__container02 .product__card06 {
  grid-column: 2;
  grid-row: 2;
}
.lp--aoure__1120 .product__container02 .product__card07 {
  grid-column: 2;
  grid-row: 3;
}
.lp--aoure__1120 .product__container02 .product__detail__title {
  width: 60.2rem;
  top: -15.2rem;
  left: 5.7rem;
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .product__container02 .product__wrapper {
    --row: calc(0*100vw/750);
  }
  .lp--aoure__1120 .product__container02 .product__card01 {
    margin-top: calc(0*100vw/750);
  }
  .lp--aoure__1120 .product__container02 .product__card02 {
    margin-top: calc(90*100vw/750);
  }
  .lp--aoure__1120 .product__container02 .product__card03 {
    margin-top: calc(52*100vw/750);
  }
  .lp--aoure__1120 .product__container02 .product__card04 {
    margin-top: calc(93*100vw/750);
  }
  .lp--aoure__1120 .product__container02 .product__card05 {
    margin-top: calc(84*100vw/750);
  }
  .lp--aoure__1120 .product__container02 .product__card06 {
    margin-top: calc(50*100vw/750);
  }
  .lp--aoure__1120 .product__container02 .product__card07 {
    margin-top: calc(50*100vw/750);
  }
  .lp--aoure__1120 .product__container02 .product__detail__title {
    width: calc(457*100vw/750);
    top: calc(-125*100vw/750);
    left: calc(150*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - closing
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .closing {
  margin-top: 16.2rem;
  padding-bottom: 17.3rem;
  text-align: center;
}
.lp--aoure__1120 .closing__btn {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: .037em;
  font-family: var(--font-en);
  color: var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .closing {
    margin-top: calc(260*100vw/750);
    padding-bottom: calc(204*100vw/750);
  }
  .lp--aoure__1120 .closing__btn {
    font-size: calc(30*100vw/750);
    line-height: 1.2;
    letter-spacing: .037em;
    border-bottom: calc(2*100vw/750) solid var(--color-black);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - animation
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1120 .js-showImage {
  opacity: 0;
  transition: opacity .5s ease;
}
.lp--aoure__1120 .is-active .js-showImage {
  opacity: 1;
}
.lp--aoure__1120 .js-fadeText {
  opacity: 0;
  transform: translateX(-50%) translateY(5%);
  transition: .6s ease 1.5s;
}
.lp--aoure__1120 .is-active .js-fadeText {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.lp--aoure__1120 .js-fadeImage {
  opacity: 0;
  transition: opacity 520ms 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lp--aoure__1120 .js-fadeImage02 {
  transition-delay: .5s;
}
.lp--aoure__1120 .js-fadeImage03 {
  transition-delay: 1s;
}
.lp--aoure__1120 .js-fadeImage.is-active {
  opacity: 1;
}
.lp--aoure__1120 .js-showText {
  animation: img-opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  position: relative;
}
.lp--aoure__1120 .js-showText::before {
  background: var(--bgcolor-gray);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.lp--aoure__1120 .product__detail__lead.js-showText::before {
  background-color: var(--bgcolor-darkbeige);
}
.lp--aoure__1120 .js-showText.is-active::before {
  animation: img-animation .75s cubic-bezier(0.4, 0, 0.2, 1) forwards .5s;
}
@media screen and (min-width: 768px) {
  .lp--aoure__1120 .product__detail.js-showText::before {
    width: 93rem;
    height: 80rem;
    left: -11rem;
  }
  .lp--aoure__1120 .product__detail.js-showText.is-active::before {
    animation: img-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards .5s;
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1120 .product__detail.js-showText::before {
    height: calc(1500*100vw/750);
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(120%);
  }
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
