@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__1023 {
  --color-white: #fff;
  --color-black: #000;
  --color-orange: #C04E2A;
  --font-hiragino: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  --font-trajan: "trajan-pro-3", sans-serif;;
  --font-nimbus: "nimbus-sans", sans-serif;;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  font-feature-settings: "palt";
  overflow: clip;
  background-color: var(--color-orange);
}
@media screen and (min-width: 768px) {
  .lp--aoure__1023 {
    --width-primary: 140rem;
    margin-top: -14rem;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .top_button {
    margin-top: calc(-115*100vw/750);;
  }
  .lp--aoure__1023 {
    --width-primary: calc(750*100vw/750);
    margin-top: calc(-115*100vw/750);
  }
}
@media screen and (min-width: 768px) {
  .lp--aoure__1023 .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1023 .hidden-smartphone {
    display: none !important;
  }
}
.lp--aoure__1023 img,
.lp--aoure__1023 picture,
.lp--aoure__1023 video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - sitionpo
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1023 .common-position {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .lp--aoure__1023 .desktop-position {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1023 .smartphone-position {
    position: absolute;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - grid
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1023 .common-grid {
  display: grid;
  gap: var(--row, 0) var(--column, 0);
}
@media screen and (min-width: 768px) {
  .lp--aoure__1023 .desktop-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
}
@media screen and (max-width: 767px) {
  .lp--aoure__1023 .smartphone-grid {
    display: grid;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - flex
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1023 .common-flex__row {
  display: flex;
  flex-direction: row;
  gap: var(--row, 0) var(--column, 0);
}
.lp--aoure__1023 .common-flex__row__reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: var(--row, 0) var(--column, 0);
}
.lp--aoure__1023 .common-flex__column {
  display: flex;
  flex-direction: column;
  gap: var(--row, 0) var(--column, 0);
}
.lp--aoure__1023 .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__1023 .desktop-flex__row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1023 .desktop-flex__row__reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1023 .desktop-flex__column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1023 .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__1023 .smartphone-flex__row {
    display: flex;
    flex-direction: row;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1023 .smartphone-flex__row__reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1023 .smartphone-flex__column {
    display: flex;
    flex-direction: column;
    gap: var(--row, 0) var(--column, 0);
  }
  .lp--aoure__1023 .smartphone-flex__column__reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--row, 0) var(--column, 0);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - hero
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1023 .hero {
  padding-top: 10rem;
}
.lp--aoure__1023 .hero__container {
  width: 116rem;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lp--aoure__1023 .hero__content {
  width: 100%;
  order: 1;
}
.lp--aoure__1023 .hero__image {
  width: 55.5rem;
}
.lp--aoure__1023 .hero__maintitle {
  width: 20rem;
  margin-top: 9rem;
  margin-left: auto;
}
.lp--aoure__1023 .hero__text {
  margin-top: 4.2rem;
}
.lp--aoure__1023 .hero__concept {
  font-size: 1.1rem;
  line-height: 1.6936363636;
  letter-spacing: .44em;
  font-weight: var(--fw-bold);
  color: var(--color-black)
}
.lp--aoure__1023 .hero__title {
  margin-top: 3.8rem;
  font-size: 3rem;
  line-height: 0.6996666667;
  letter-spacing: -.03em;
  color: var(--color-black);
  font-weight: var(--fw-regular);
  font-family: var(--font-trajan);
}
.lp--aoure__1023 .hero__lead {
  margin-top: 2.5rem;
  font-size: 2.3rem;
  line-height: 1.1739130435;
  letter-spacing: -.03em;
  color: var(--color-black);
  font-weight: var(--fw-regular);
  font-family: var(--font-trajan);
}
@media screen and (max-width: 767px) {
  .lp--aoure__1023 .hero {
    padding-top: calc(145*100vw/750);
  }
  .lp--aoure__1023 .hero__container {
    width: var(--width-primary);
    justify-content: initial;
    flex-wrap: initial;
  }
  .lp--aoure__1023 .hero__content {
    order: initial;
  }
  .lp--aoure__1023 .hero__image {
    width: calc(580*100vw/750);
    margin: 0 auto;
  }
  .lp--aoure__1023 .hero__image--02 {
    margin-top: calc(183*100vw/750);
  }
  .lp--aoure__1023 .hero__maintitle {
    width: calc(310*100vw/750);
    margin-top: calc(85*100vw/750);
    margin-right: calc(40*100vw/750);;
  }
  .lp--aoure__1023 .hero__text {
    margin-top: calc(93*100vw/750);
    margin-left: calc(41*100vw/750);;
  }
  .lp--aoure__1023 .hero__concept {
    font-size: calc(17*100vw/750);
    line-height: 1.09588235294;
    letter-spacing: .44em;
  }
  .lp--aoure__1023 .hero__title {
    margin-top: calc(58*100vw/750);
    font-size: calc(32.81*100vw/750);
    line-height: 0.6997866504;
  }
  .lp--aoure__1023 .hero__lead {
    margin-top: calc(21*100vw/750);
    font-size: calc(29.53*100vw/750);
    line-height: 1.1110734846;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1023 .product {
  margin-top: 9.8rem;
  padding-bottom: 16.5rem;
}
.lp--aoure__1023 .product__inner {
  width: 116rem;
  margin: 0 auto;
}
.lp--aoure__1023 .product__wrapper {
  grid-template-columns: repeat(2, 1fr);
  --column: 5rem;
  --row: 17.6rem;
}
.lp--aoure__1023 .product__image {
  width: 55.5rem;
}
.lp--aoure__1023 .product__image--01 {
  grid-column: 1;
  grid-row: 1;
}
.lp--aoure__1023 .product__image--02 {
  grid-column: 1;
  grid-row: 2;
}
.lp--aoure__1023 .product__image--03 {
  grid-column: 2;
  grid-row: 2;
}
.lp--aoure__1023 .product__image--04 {
  grid-column: 1;
  grid-row: 3;
}
.lp--aoure__1023 .product__image--05 {
  grid-column: 2;
  grid-row: 3;
}
.lp--aoure__1023 .product__image--06 {
  grid-column: 2;
  grid-row: 4;
}
.lp--aoure__1023 .product__content {
  grid-column: 1;
  grid-row: 4;
  --row: 5.5rem;
  margin-top: auto;
  margin-bottom: 0.5rem;
}
.lp--aoure__1023 .product__link {
  width: fit-content;
  padding: 0 0.5rem 0.3rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: var(--fw-light);
  font-family: var(--font-hiragino);
  color: var(--color-black);
  border-bottom: 0.1rem solid;
}
.lp--aoure__1023 .product__staff {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: var(--fw-regular);
  font-family: var(--font-nimbus);
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .lp--aoure__1023 .product {
    margin-top: calc(150*100vw/750);
    padding-bottom: calc(160*100vw/750);
  }
  .lp--aoure__1023 .product__inner {
    width: var(--width-primary);
  }
  .lp--aoure__1023 .product__wrapper {
    --column: calc(0*100vw/750);
    --row: calc(150*100vw/750);
  }
  .lp--aoure__1023 .product__image {
    width: calc(580*100vw/750);
    margin: 0 auto;
  }
  .lp--aoure__1023 .product__content {
    --row: calc(250*100vw/750);
    margin-top: calc(110*100vw/750);;
    margin-bottom: calc(10*100vw/750);
    text-align: center;
  }
  .lp--aoure__1023 .product__link {
    padding: 0 calc(10*100vw/750) calc(6*100vw/750);;
    font-size: calc(28*100vw/750);
    border-bottom: 1px solid;
    margin: 0 auto;
  }
  .lp--aoure__1023 .product__staff {
    font-size: calc(24*100vw/750);
    line-height: 1.5;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - animation
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.lp--aoure__1023 .js-Fade {
  opacity: 0;
  transition: 1s;
  transform: translate(0px, 80px);
}
.lp--aoure__1023 .js-Fade.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.lp--aoure__1023 .js-triggerFade * {
  opacity: 0;
  transition: 1s;
  transform: translate(0px, 80px);
}
.lp--aoure__1023 .js-triggerFade.is-active * {
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
}
