@charset "UTF-8";
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*================================
  header
=================================*/
#header .header__inner svg{
  fill: #fff;
}
.cls-4{
  stroke: #fff;
}
.header .navigation__list{
  color: #fff;
}
.header .drawer-btn__border{
  background: #fff;
}
.header .drawer-btn__border::after{
  background: #fff;
}
.header .drawer-btn__border::before{
  background: #fff;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - custom property
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #e0e0e0;  
  --font-yu: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
  --font-hiragino: "Hiragino Sans";
  --font-nimbus: "nimbus-sans";
  --font-trajan: "trajan-pro-3";
  --font-ja: var(--font-hiragino), sans-serif;
  --font-en: var(--font-nimbus), sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  font-feature-settings: "palt";
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .lp--aoure__1016 {
    --width-primary: 140rem;
    --fz-text__hero__subtitle: calc(14*100vw/1400);
    --fz-text__hero__lead: 1.5rem;
    --fz-text__title: 1.6rem;
    --fz-text__price: 1.2rem;
    --fz-text__lead: 1.3rem;
    --fz-text__btn: 1.8rem;
    margin-top: -14rem;
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 {
    --width-primary: calc(750*100vw/750);
    --fz-text__hero__subtitle: calc(23*100vw/750);
    --fz-text__hero__lead: calc(23*100vw/750);
    --fz-text__title: calc(28*100vw/750);
    --fz-text__price: calc(24*100vw/750);
    --fz-text__lead: calc(23*100vw/750);
    --fz-text__btn: calc(30*100vw/750);
    margin-top: calc(-115*100vw/750);
  }
}
@media screen and (min-width: 768px) {
  .lp--aoure__1016 .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .hidden-smartphone {
    display: none !important;
  }
}
.lp--aoure__1016 img,
.lp--aoure__1016 picture,
.lp--aoure__1016 video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - sitionpo
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .common-position {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .lp--aoure__1016 .desktop-position {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .smartphone-position {
    position: absolute;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - grid
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .common-grid {
  display: grid;
  gap: var(--row, 0) var(--column, 0);
}
@media screen and (min-width: 768px) {
  .lp--aoure__1016 .desktop-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .smartphone-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - flex
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .common-flex__row {
  display: flex;
  flex-direction: row;
  gap: var(--row, 0) var(--column, 0);
}
.lp--aoure__1016 .common-flex__row__reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--row, 0) var(--column, 0);
}
.lp--aoure__1016 .common-flex__column {
  display: flex;
  flex-direction: column;
  gap: var(--row, 0) var(--column, 0);
}
.lp--aoure__1016 .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__1016 .desktop-flex__row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1016 .desktop-flex__row__reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1016 .desktop-flex__column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1016 .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__1016 .smartphone-flex__row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1016 .smartphone-flex__row__reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1016 .smartphone-flex__column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1016 .smartphone-flex__column__reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - text
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .common-text__hero__subtitle {
  font-size: var(--fz-text__hero__subtitle);
  line-height: 2.1428571429;
  letter-spacing: .051em;
  font-weight: var(--fw-medium);
  font-family: var(--font-ja);
  color: var(--color-white);
  text-align: center;
}
.lp--aoure__1016 .common-text__hero__lead {
  font-size: var(--fz-text__hero__lead);
  line-height: 2;
  letter-spacing: .14em;
  font-weight: var(--fw-medium);
  font-family: var(--font-ja);
  color: var(--color-black);
  text-align: center;
}
.lp--aoure__1016 .common-text__title {
  font-size: var(--fz-text__title);
  line-height: 2.0625;
  letter-spacing: .16em;
  font-weight: var(--fw-medium);
  font-family: var(--font-ja);
  color: var(--color-black);
}
.lp--aoure__1016 .common-text__price {
  font-size: var(--fz-text__price);
  line-height: 2.17;
  letter-spacing: .005em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-black);
}
.lp--aoure__1016 .common-text__price li {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.lp--aoure__1016 .common-text__lead {
  font-size: var(--fz-text__lead);
  line-height: 2.07692307692;
  letter-spacing: .05em;
  font-weight: var(--fw-regular);
  font-family: var(--font-ja);
  color: var(--color-black);
  text-align: justify;
}
.lp--aoure__1016 .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__1016 .common-text__hero__subtitle {
    line-height: 2;
    letter-spacing: .07em;
    white-space: nowrap;
  }
  .lp--aoure__1016 .common-text__hero__lead {
    letter-spacing: .07em;
  }
  .lp--aoure__1016 .common-text__title {
    line-height: 1.9642857143;
    letter-spacing: .05em;
  }
  .lp--aoure__1016 .common-text__price {
    line-height: 2.08333333333;
  }
  .lp--aoure__1016 .common-text__lead {
    line-height: 1.8695652174;
    letter-spacing: .075em;
    font-weight: var(--fw-medium);
  }
  .lp--aoure__1016 .common-text__btn {
    line-height: 1.2;
    letter-spacing: .037em;
    border-bottom: calc(2*100vw/750) solid var(--color-black);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .product__inner {
  width: var(--width-primary);
  margin: 0 auto;
}
.lp--aoure__1016 .product__wrapper {
  position: relative;
}
.lp--aoure__1016 .product__card {
  width: fit-content;
  height: fit-content;
}
.lp--aoure__1016 .product__price {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .product__price {
    margin-top: calc(26*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - hero
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .hero__container {
  position: relative;
  --row: 13rem;
}
.lp--aoure__1016 .hero__content {
  --row: calc(24*100vw/1400);
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  top: calc(537*100vw/1400);
}
.lp--aoure__1016 .hero__maintitle {
  width: calc(379*100vw/1400);
}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .hero__container {
    --row: calc(120*100vw/750);
  }
  .lp--aoure__1016 .hero__content {
    --row: calc(33*100vw/750);
    top: calc(542*100vw/750);
  }
  .lp--aoure__1016 .hero__maintitle {
    width: calc(487*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - product01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .product01 {
  margin-top: 13.2rem;
}
.lp--aoure__1016 .product01 .product__wrapper {
  margin-left: 17rem;
  grid-template-columns: 16.3rem 9.6rem 30.7rem 3.5rem 5rem;
  grid-template-rows: 14.6rem 40.7rem 65.4rem 32.9rem 40.8rem;
}
.lp--aoure__1016 .product01 .product__card01 {
  grid-column: 1;
  grid-row: 1;
}
.lp--aoure__1016 .product01 .product__card02 {
  grid-column: 4;
  grid-row: 3;
}
.lp--aoure__1016 .product01 .product__card03 {
  grid-column: 6;
  grid-row: 2;
}
.lp--aoure__1016 .product01 .product__card04 {
  grid-column: 5;
  grid-row: 4;
}
.lp--aoure__1016 .product01 .product__card05 {
  grid-column: 1;
  grid-row: 4;
  z-index: 3;
}
.lp--aoure__1016 .product01 .product__card06 {
  grid-column: 2;
  grid-row: 5;
}
.lp--aoure__1016 .product01 .product__card07 {
  grid-column: 3;
  grid-row: 6;
}
.lp--aoure__1016 .product01 .product__card01 .product__price li {
  margin-right: .8rem;
}
.lp--aoure__1016 .product01 .product__card07 .product__price {
  text-align: center;
}
.lp--aoure__1016 .product01 .product__card07 .product__price li {
  margin: 0 .4rem;
}
.lp--aoure__1016 .product01 .product__lead {
  width: 39.6rem;
  margin-top: -0.3rem;
}
.lp--aoure__1016 .product__image0101 {width: 60rem;}
.lp--aoure__1016 .product__image0102 {width: 43rem;}
.lp--aoure__1016 .product__image0103 {width: 54rem;}
.lp--aoure__1016 .product__image0104 {width: 73.7rem;}
.lp--aoure__1016 .product__image0105 {width: 55rem;}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .product01 {
    margin-top: calc(119*100vw/750);
  }
  .lp--aoure__1016 .product01 .product__wrapper {
    margin: 0 auto;
  }
  .lp--aoure__1016 .product01 .product__card01 {
    z-index: 10;
  }
  .lp--aoure__1016 .product01 .product__card02 {
    top: calc(700*100vw/750);
    right: calc(0*100vw/750);
  }
  .lp--aoure__1016 .product01 .product__card03 {
    margin: calc(76*100vw/750) auto 0;
    text-align: center;
  }
  .lp--aoure__1016 .product01 .product__card04 {
    margin: calc(71*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product01 .product__card05 {
    position: relative;
    z-index: 5;
    margin: calc(110*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product01 .product__card06 {
    margin: calc(-60*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product01 .product__card07 {
    margin: calc(-92*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product01 .product__card01 .product__price {
    margin-top: calc(413*100vw/750);
    margin-left: calc(66*100vw/750);
  }
  .lp--aoure__1016 .product01 .product__card01 .product__price li {
    margin-right: calc(10*100vw/750);
  }
  .lp--aoure__1016 .product01 .product__card07 .product__price {
    text-align: center;
  }
  .lp--aoure__1016 .product01 .product__card07 .product__price li {
    margin: 0 calc(10*100vw/750);
  }
  .lp--aoure__1016 .product01 .product__lead {
    width: calc(650*100vw/750);
    margin-top: calc(10*100vw/750);
  }
  .lp--aoure__1016 .product__image0101 {width: calc(600*100vw/750);}
  .lp--aoure__1016 .product__image0102 {width: calc(452*100vw/750);}
  .lp--aoure__1016 .product__image0103 {width: calc(700*100vw/750);}
  .lp--aoure__1016 .product__image0104 {width: calc(750*100vw/750);}
  .lp--aoure__1016 .product__image0105 {width: calc(600*100vw/750);margin-inline: auto;}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - product02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .product02 {
  margin-top: 24.4rem;
}
.lp--aoure__1016 .product02 .product__wrapper {
  margin-left: 23.5rem;
  grid-template-columns: 19.6rem 39.2rem;
  grid-template-rows: 57.7rem 45.3rem 11.6rem 60.8rem;
}
.lp--aoure__1016 .product02 .product__card01 {
  grid-column: 1;
  grid-row: 1;
  z-index: 10;
}
.lp--aoure__1016 .product02 .product__card02 {
  grid-column: 2;
  grid-row: 2;
}
.lp--aoure__1016 .product02 .product__card03 {
  position: relative;
  grid-column: 1;
  grid-row: 3;
}
.lp--aoure__1016 .product02 .product__card04 {
  grid-column: 3;
  grid-row: 4/5;
}
.lp--aoure__1016 .product02 .product__card01 .product__title {
  line-height: 1.875;
  top: 4.8rem;
  left: 3.4rem;
  padding: 1.5rem 1.1rem 1.5rem 2.2rem;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  pointer-events: none;
}
.lp--aoure__1016 .product02 .product__card03 .product__price {
  bottom: -.6rem;
  right: -14.1rem;
}
.lp--aoure__1016 .product02 .product__card04 .product__lead {
  width: 30.6rem;
}
.lp--aoure__1016 .product__image0201 {width: 93rem;}
.lp--aoure__1016 .product__image0202 {width: 82rem;}
.lp--aoure__1016 .product__image0203 {width: 53rem;}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .product02 {
    margin-top: calc(192*100vw/750);
  }
  .lp--aoure__1016 .product02 .product__wrapper {
    margin: 0 auto;
  }
  .lp--aoure__1016 .product02 .product__card01 {
    text-align: center;
    --row: calc(60*100vw/750);
  }
  .lp--aoure__1016 .product02 .product__card02 {
    margin-left: auto;
  }
  .lp--aoure__1016 .product02 .product__card03 {
    margin-top: calc(-60*100vw/750);
  }
  .lp--aoure__1016 .product02 .product__card04 {
    margin: calc(88*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product02 .product__card01 .product__title {
    line-height: 1.9642857143;
    top: calc(0*100vw/750);
    left: calc(0*100vw/750);
    padding: 0;
  }
  .lp--aoure__1016 .product02 .product__card03 .product__price {
    bottom: calc(-10*100vw/750);
    right: calc(-242*100vw/750);
  }
  .lp--aoure__1016 .product02 .product__card04 .product__lead {
    width: calc(650*100vw/750);
  }
  .lp--aoure__1016 .product__image0201 {width: calc(750*100vw/750);}
  .lp--aoure__1016 .product__image0202 {width: calc(630*100vw/750);}
  .lp--aoure__1016 .product__image0203 {width: calc(470*100vw/750);}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - product03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .product03 {
  margin-top: 30.7rem;
}
.lp--aoure__1016 .product03 .product__wrapper {
  grid-template-columns: 20.6rem 1.5rem 37rem 21.4rem;
  grid-template-rows: 16.9rem 43.3rem 55.1rem 25rem 43.2rem;
}
.lp--aoure__1016 .product03 .product__card01 {
  grid-column: 5;
  grid-row: 2;
}
.lp--aoure__1016 .product03 .product__card02 {
  position: relative;
  grid-column: 3;
  grid-row: 1;
  z-index: 3;
}
.lp--aoure__1016 .product03 .product__card03 {
  grid-column: 1;
  grid-row: 3;
}
.lp--aoure__1016 .product03 .product__card04 {
  grid-column: 4;
  grid-row: 4;
}
.lp--aoure__1016 .product03 .product__card05 {
  grid-column: 2;
  grid-row: 6;
}
.lp--aoure__1016 .product03 .product__card06 {
  grid-column: 2;
  grid-row: 5;
}
.lp--aoure__1016 .product03 .product__card02 .product__price {
  top: 45.8rem;
  right: -16.1rem;
}
.lp--aoure__1016 .product03 .product__lead {
  width: 32.4rem;
}
.lp--aoure__1016 .product03 .product__card04 .product__price {
  text-align: right;
}
.lp--aoure__1016 .product03 .product__card04 .product__price li {
  margin-left: .8rem;
}
.lp--aoure__1016 .product__image0301 {width: 53rem;}
.lp--aoure__1016 .product__image0302 {width: 99.5rem;}
.lp--aoure__1016 .product__image0303 {width: 53rem;}
.lp--aoure__1016 .product__image0304 {width: 44rem;}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .product03 {
    margin-top: calc(197*100vw/750);
  }
  .lp--aoure__1016 .product03 .product__wrapper {
  }
  .lp--aoure__1016 .product03 .product__card01 {
    margin: calc(0*100vw/750) auto 0;
    text-align: center;
  }
  .lp--aoure__1016 .product03 .product__card02 {
    width: var(--width-primary);
    margin: calc(67*100vw/750) auto 0;
    text-align: center;
  }
  .lp--aoure__1016 .product03 .product__card03 {
    margin: calc(-127*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product03 .product__card04 {
    margin-top: calc(-100* 100vw / 750);
    margin-left: calc(180* 100vw / 750);
  }
  .lp--aoure__1016 .product03 .product__card05 {
    margin: calc(83*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product03 .product__card06 {
    margin: calc(90*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product03 .product__card02 .product__price {
    color: var(--color-white);
  }
  .lp--aoure__1016 .product03 .product__lead {
    width: calc(650*100vw/750);
  }
  .lp--aoure__1016 .product03 .product__card04 .product__price {
    text-align: left;
  }
  .lp--aoure__1016 .product03 .product__card04 .product__price li {
    margin-left: .8rem;
  }
  .lp--aoure__1016 .product__image0301 {width: calc(530*100vw/750);margin-left: calc(50*100vw/750);}
  .lp--aoure__1016 .product__image0302 {width: calc(750*100vw/750);}
  .lp--aoure__1016 .product__image0303 {width: calc(530*100vw/750);}
  .lp--aoure__1016 .product__image0304 {width: calc(550*100vw/750);}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - product04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .product04 {
  margin-top: 30.1rem;
}
.lp--aoure__1016 .product04 .product__wrapper {
  margin-left: 19.7rem;
  grid-template-columns: 3rem 25.7rem 15.6rem;
  grid-template-rows: 7.1rem 60.8rem 47.3rem 17.9rem 32.7rem;
}
.lp--aoure__1016 .product04 .product__card01 {
  grid-column: 1;
  grid-row: 2;
  z-index: 5;
}
.lp--aoure__1016 .product04 .product__card02 {
  grid-column: 3;
  grid-row: 1;
  z-index: 3;
}
.lp--aoure__1016 .product04 .product__card03 {
  grid-column: 2;
  grid-row: 3;
}
.lp--aoure__1016 .product04 .product__card04 {
  grid-column: 4;
  grid-row: 4;
}
.lp--aoure__1016 .product04 .product__card05 {
  grid-column: 2;
  grid-row: 5;
}
.lp--aoure__1016 .product04 .product__card06 {
  grid-column: 2;
  grid-row: 6;
}
.lp--aoure__1016 .product04 .product__lead {
  width: 36.9rem;
}
.lp--aoure__1016 .product04 .product__card02 .product__price {
  top: 50.9rem;
  left: 12.4rem;
  text-align: right;
}
.lp--aoure__1016 .product__image0401 {width: 52rem;}
.lp--aoure__1016 .product__image0402 {width: 80rem;}
.lp--aoure__1016 .product__image0403 {width: 60rem;}
.lp--aoure__1016 .product__image0404 {width: 35rem;}
@media screen and (min-width: 768px) {
  .lp--aoure__1016 .product04 .product__title {
    text-align: justify;
    width: 25.6rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .product04 {
    margin-top: calc(197*100vw/750);
  }
  .lp--aoure__1016 .product04 .product__wrapper {
    margin: 0 auto;
  }
  .lp--aoure__1016 .product04 .product__card01 {
    text-align: center;
    margin: 0 auto;
  }
  .lp--aoure__1016 .product04 .product__card02 {
    margin: calc(63*100vw/750) auto 0;
    position: relative;
    z-index: 5;
  }
  .lp--aoure__1016 .product04 .product__card03 {
    margin: calc(-196*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product04 .product__card04 {
    margin-top: calc(-74*100vw/750);
  }
  .lp--aoure__1016 .product04 .product__card05 {
    margin: calc(88*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product04 .product__card06 {
    margin: calc(90*100vw/750) auto 0;
  }
  .lp--aoure__1016 .product04 .product__title {
    white-space: nowrap;
  }
  .lp--aoure__1016 .product04 .product__lead {
    width: calc(650*100vw/750);
    letter-spacing: .05em;
  }
  .lp--aoure__1016 .product04 .product__card02 .product__price {
    color: var(--color-white);
    text-align: center;
  }
  .lp--aoure__1016 .product__image0401 {width: calc(550*100vw/750);}
  .lp--aoure__1016 .product__image0402 {width: calc(750*100vw/750);}
  .lp--aoure__1016 .product__image0403 {width: calc(630*100vw/750);}
  .lp--aoure__1016 .product__image0404 {width: calc(500*100vw/750);}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - lastview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .lastview {
  margin-top: 23.6rem;
  padding-bottom: 17.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp--aoure__1016 .lastview {
    margin-top: calc(199*100vw/750);
    padding-bottom: calc(84*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - lastview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1016 .js-imgShow {
  opacity: 0;
  filter: alpha(opacity = 0);
  transform: scale(1.07);
}
.lp--aoure__1016 .js-imgShow.is-active {
  transition: opacity 2s cubic-bezier(0.77, 0, 0.175, 1), transform 3.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  transform: scale(1);
}
.lp--aoure__1016 .js-txtShow {
  opacity: 0;
}
.lp--aoure__1016 .is-active + .js-txtShow {
  opacity: 1;
  transition: opacity 1.4s 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.lp--aoure__1016 .js-imgFade {
  opacity: 0;
}
.lp--aoure__1016 .js-imgFade.is-active {
  opacity: 1;
  transition: opacity .8s;
}
.lp--aoure__1016 .js-txtFade {
  transform: translate(1.875rem, 0);
  opacity: 0;
}
.lp--aoure__1016 .js-txtFade.is-active {
  transition: transform 1s cubic-bezier(0.3, 0.05, 0.05, 1), opacity 1s cubic-bezier(0.3, 0.05, 0.05, 1), -webkit-transform 1s cubic-bezier(0.3, 0.05, 0.05, 1);
  transform: translate(0rem, 0);
  opacity: 1;
}
