@charset "UTF-8";
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共通設定 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
}
.aoure_240327 {
  width: 100%;
  overflow: hidden;
  font-feature-settings: "palt";
}
.aoure_240327 img, .aoure_240327 video, .aoure_240327 svg {
  display: block;
  width: 100%;
  height: auto;
}
.aoure_240327 section {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .aoure_240327 .pcOnly {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .aoure_240327 .spOnly {
    display: none !important;
  }
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ 共通設定 ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ contents-setting ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.aoure_240327 {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-gray: #d2d2d2;
  --bgcolor-gray: #eeeeee;
  --fontJa: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --fontEn: "nimbus-sans", sans-serif;
  --fontEn02: "trajan-pro-3", serif;
  --index-num01: 1;
  --index-num02: 2;
  --index-num03: 3;
  --index-num04: 4;
  --index-num05: 5;
}
.aoure_240327 .colorBlack {color: var(--color-black);}
.aoure_240327 .colorWhite {color: var(--color-white);}
.aoure_240327 .colorGray {color: var(--color-gray);}
.aoure_240327 .fontJa {font-family: var(--fontJa)}
.aoure_240327 .fontEn {font-family: var(--fontEn)}
.aoure_240327 .fontEn02 {font-family: var(--fontEn02)}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ contents-setting ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ contents-firstview ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.aoure_240327 .firstview {
  width: 100%;
  text-align: center;
}
.aoure_240327 .firstview__inner {
  position: relative;
  width: 110rem;
  margin-inline: auto;
}
.aoure_240327 .firstview__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-inline: auto;
}
.aoure_240327 .firstview__text {
  position: absolute;
  top: 33rem;
  left: 50%;
  transform: translateX(-50%);
}
.aoure_240327 .firstview__text__title {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 0.2rem solid var(--color-white);
}
.aoure_240327 .firstview__text__title01 {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
.aoure_240327 .firstview__text__title02 {
  margin-top: 0.7rem;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.aoure_240327 .firstview__text__lead {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.056em;
  font-weight: 500;
}
.aoure_240327 .firstview__lead {
  margin-top: 11.8rem;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .aoure_240327 .firstview__inner {
    width: calc(750*100vw/750);;
  }
  .aoure_240327 .firstview__text {
    top: calc(265* 100vw / 750);
  }
  .aoure_240327 .firstview__text__title {
    border-bottom: 2px solid var(--color-white);
  }
  .aoure_240327 .firstview__text__title01 {
    font-size: calc(51.07*100vw/750);;
  }
  .aoure_240327 .firstview__text__title02 {
    margin-top: calc(10*100vw/750);;
    font-size: calc(47.04*100vw/750);;
    white-space: nowrap;
  }
  .aoure_240327 .firstview__text__lead {
    margin-top: calc(40* 100vw / 750);
    font-size: 1.4rem;
    font-size: calc(23*100vw/750);
    letter-spacing: 0.07em;
    white-space: nowrap;
  }
  .aoure_240327 .firstview__lead {
    margin-top: calc(139* 100vw / 750);
    font-size: calc(23*100vw/750);;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ contents-firstview ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/



/*------------------------------------
≡≡≡≡≡ ▼ contents-model_common ▼ ≡≡≡≡≡
------------------------------------*/
.aoure_240327 .model__credit {
  position: relative;
  margin-top: 3rem;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.025em;
  text-align: center;
  white-space: nowrap;
}
.aoure_240327 .model__credit__item {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  margin-inline: 0.4rem;
}
.aoure_240327 .model__image__list {
  display: grid;
  width: 100%;
}
.aoure_240327 .model__text__title {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.aoure_240327 .model__text__lead {
  position: relative;
  margin-top: 2.4rem;
  margin-top: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.09em;
  font-weight: 300;
  text-align: justify;
  padding: 1rem 1.7rem;
}
.aoure_240327 .model__text__lead::after,
.aoure_240327 .model__text__lead::before {
  position: absolute;
  content: "";
  width: 3.6rem;
  height: 3.6rem;
}
.aoure_240327 .model__text__lead::after {
  border-top: 0.1rem solid var(--color-black);
  border-left: 0.1rem solid var(--color-black);
  top: 0rem;
  left: 0rem;
}
.aoure_240327 .model__text__lead::before {
  border-bottom: 0.1rem solid var(--color-black);
  border-right: 0.1rem solid var(--color-black);
  bottom: 0rem;
  right: 0rem;
}
@media (max-width: 767px) {
  .aoure_240327 .model__credit {
    margin-top: calc(38* 100vw / 750);
    font-size: calc(24*100vw/750);;
    line-height: 2.0833333333;
  }
  .aoure_240327 .model__credit__item {
    margin-inline: calc(9*100vw/750);;
  }
  .aoure_240327 .model__text__title {
    font-size: calc(45*100vw/750);
    line-height: 0.8888888889;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .aoure_240327 .model__text__lead {
    margin-top: calc(43* 100vw / 750);
    font-size: calc(24* 100vw / 750);
    line-height: 1.8;
    padding: calc(19* 100vw / 750) calc(25* 100vw / 750) calc(15* 100vw / 750);
    letter-spacing: 0.04em;
  }
  .aoure_240327 .model__text__lead::after,
  .aoure_240327 .model__text__lead::before {
    width: calc(65*100vw/750);;
    height: calc(65*100vw/750);;
  }
  .aoure_240327 .model__text__lead::after {
    border-top: 1px solid var(--color-black);
    border-left: 1px solid var(--color-black);
  }
  .aoure_240327 .model__text__lead::before {
    border-bottom: 1px solid var(--color-black);
    border-right: 1px solid var(--color-black);
  }
}
/*------------------------------------
≡≡≡≡≡ ▲ contents-model_common ▲ ≡≡≡≡≡
------------------------------------*/


/*------------------------------------
≡≡≡≡≡ ▼ contents-model_common ▼ ≡≡≡≡≡
------------------------------------*/
/*------------------------------------
≡≡≡≡≡ ▲ contents-model_common ▲ ≡≡≡≡≡
------------------------------------*/
.aoure_240327 .text__slider {
  margin-top: 12.7rem;
  padding-block: 1.2rem;
  border-block: 0.2rem solid var(--color-gray);
}
.aoure_240327 .text__slider p {
  font-size: 7rem;
  font-weight: 300;
  margin-inline: 1rem;
}
@media (max-width: 767px) {
  .aoure_240327 .text__slider {
    margin-top: calc(153* 100vw / 750);
    padding-block: calc(14* 100vw / 750);
    border-block: 1px solid var(--color-gray);
  }
  .aoure_240327 .text__slider p {
    font-size: calc(84*100vw/750);;
    margin-inline: calc(20*100vw/750);;
  }
}

/*------------------------------------
≡≡≡≡≡ ▼ contents-model01 ▼ ≡≡≡≡≡
------------------------------------*/
.aoure_240327 .model__inner {
  position: relative;
  display: grid;
  width: 107.5rem;
  margin-inline: auto;
}
.aoure_240327 .model__inner::before {
  position: absolute;
  content: "";
  width: 90rem;
  background-color: var(--bgcolor-gray);
  z-index: -1;
}
.aoure_240327 .type01 {
  margin-top: 14.5rem;
}
.aoure_240327 .type01 .model__inner {
  grid-template-columns: 5.8rem 48.1rem 9.4rem 43rem;
  grid-template-rows: 5.9rem 61.5rem 7.4rem 22.9rem 43.3rem;
}
.aoure_240327 .type01 .model__inner::before {
  top: 7.5rem;
  left: -1.3rem;
  height: 110rem;
}
.aoure_240327 .type01 .model__wrap01 {
  width: 43rem;
  grid-column: 2;
  grid-row: 1;
}
.aoure_240327 .type01 .model__wrap01 .model__credit {
  left: -1.4rem;
}
.aoure_240327 .type01 .model__wrap02 {
  width: 49.4rem;
  grid-column: 3;
  grid-row: 2;
}
.aoure_240327 .type01 .model__wrap02 .model__image__list {
  grid-template-columns: 26.3rem 23rem;
  grid-template-rows: 9.4rem 18.3rem 20.6rem;
}
.aoure_240327 .type01 .model__wrap02 .model__image__list__item01 {
  width: 29rem;
  grid-column: 1;
  grid-row: 2;
}
.aoure_240327 .type01 .model__wrap02 .model__image__list__item02 {
  width: 23rem;
  grid-column: 2;
  grid-row: 1;
}
.aoure_240327 .type01 .model__wrap03 {
  width: 53.6rem;
  grid-column: 2;
  grid-row: 3;
}
.aoure_240327 .type01 .model__wrap03 .model__text {
  position: relative;
  left: -1rem;
}
.aoure_240327 .type01 .model__wrap04 {
  width: 43rem;
  grid-column: 4;
  grid-row: 4;
}
.aoure_240327 .type01 .model__wrap04 .model__credit {
  margin-top: 3.4rem;
}
.aoure_240327 .type01 .model__wrap05 {
  grid-column: 2;
  grid-row: 5;
  width: 48.7rem;
  margin-left: 0.3rem;
}
.aoure_240327 .type01 .model__wrap05 .model__image__list {
  grid-template-columns: 25.7rem 23rem;
  grid-template-rows: 4.4rem 28.2rem 10.7rem;
}
.aoure_240327 .type01 .model__wrap05 .model__image__list__item01 {
  position: relative;
  width: 29rem;
  grid-column: 1;
  grid-row: 2;
  z-index: var(--index-num02);
}
.aoure_240327 .type01 .model__wrap05 .model__image__list__item02 {
  width: 23rem;
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 767px) {
  .aoure_240327 .model__inner {
    display: block;
    width: calc(750*100vw/750);
  }
  .aoure_240327 .model__inner::before {
    width: calc(750*100vw/750);;
  }
  .aoure_240327 .type01 {
    margin-top: calc(140*100vw/750);
  }
  .aoure_240327 .type01 .model__inner::before {
    top: calc(80*100vw/750);;
    left: 0;
    height: calc(3600*100vw/750);;
  }
  .aoure_240327 .type01 .model__wrap01 {
    width: calc(600*100vw/750);
    margin-inline: auto;
  }
  .aoure_240327 .type01 .model__wrap01 .model__credit {
    left: calc(0*100vw/750);;
  }
  .aoure_240327 .type01 .model__wrap02 {
    width: calc(750*100vw/750);
    margin-top: calc(35* 100vw / 750);
  }
  .aoure_240327 .type01 .model__wrap02 .model__image__list {
    grid-template-columns: calc(400*100vw/750) calc(350*100vw/750);
    grid-template-rows: calc(143*100vw/750) calc(278*100vw/750) calc(313*100vw/750);
  }
  .aoure_240327 .type01 .model__wrap02 .model__image__list__item01 {
    width: calc(440*100vw/750);;
  }
  .aoure_240327 .type01 .model__wrap02 .model__image__list__item02 {
    width: calc(350*100vw/750);;
  }
  .aoure_240327 .type01 .model__wrap03 {
    width: calc(750*100vw/750);;
    margin-top: calc(97* 100vw / 750);
  }
  .aoure_240327 .type01 .model__wrap03 .model__text {
    left: calc(0* 100vw / 750);
    width: calc(700* 100vw / 750);
    margin-inline: auto;
  }
  .aoure_240327 .type01 .model__wrap04 {
    width: calc(600*100vw/750);;
    margin: calc(90*100vw/750) auto 0;;
  }
  .aoure_240327 .type01 .model__wrap04 .model__credit {
    position: relative;
    left: calc(-25* 100vw / 750);
    margin-top: calc(37* 100vw / 750);
  }
  .aoure_240327 .type01 .model__wrap05 {
    width: calc(750*100vw/750);
    margin: calc(35*100vw/750) auto 0;
  }
  .aoure_240327 .type01 .model__wrap05 .model__image__list {
    grid-template-columns: calc(397*100vw/750) calc(353*100vw/750);
    grid-template-rows: calc(65* 100vw / 750) calc(278* 100vw / 750) calc(313* 100vw / 750);
  }
  .aoure_240327 .type01 .model__wrap05 .model__image__list__item01 {
    width: calc(448*100vw/750);;
  }
  .aoure_240327 .type01 .model__wrap05 .model__image__list__item02 {
    width: calc(354*100vw/750);;
  }
}
/*------------------------------------
≡≡≡≡≡ ▲ contents-model01 ▲ ≡≡≡≡≡
------------------------------------*/


/*------------------------------------
≡≡≡≡≡ ▼ contents-model02 ▼ ≡≡≡≡≡
------------------------------------*/
.aoure_240327 .type02 {
  margin-top: 17.2rem;
}
.aoure_240327 .type02 .model__inner {
  grid-template-columns: 3.2rem 4.3rem 43.3rem 12.6rem 43rem;
  grid-template-rows: 3.3rem 29rem 46.4rem 2.4rem
}
.aoure_240327 .type02 .model__inner::before {
  top: -4.6rem;
  right: -1.3rem;
  height: 120rem;
}
.aoure_240327 .type02 .model__wrap01 {
  width: 43rem;
  grid-column: 2;
  grid-row: 2;
}
.aoure_240327 .type02 .model__wrap02 {
  width: 50rem;
  grid-column: 4;
  grid-row: 3;
}
.aoure_240327 .type02 .model__wrap02 .model__image__list {
  grid-template-columns: 27rem 23rem;
  grid-template-rows: 1.7rem 26rem 8.9rem;
}
.aoure_240327 .type02 .model__wrap02 .model__image__list__item01 {
  position: relative;
  width: 29rem;
  grid-column: 1;
  grid-row: 2;
  z-index: var(--index-num02);
}
.aoure_240327 .type02 .model__wrap02 .model__image__list__item02 {
  width: 23rem;
  grid-column: 2;
  grid-row: 1;
}
.aoure_240327 .type02 .model__wrap03 {
  width: 54.8rem;
  grid-column: 4;
  grid-row: 1;
  margin-left: 0.2rem;
}
.aoure_240327 .type02 .model__wrap04 {
  width: 43rem;
  grid-column: 5;
  grid-row: 5;
}
.aoure_240327 .type02 .model__wrap04 .model__credit {
  margin-top: 3.3rem;
}
.aoure_240327 .type02 .model__wrap05 {
  position: relative;
  grid-column: 3;
  grid-row: 4;
  width: 58.4rem;
  z-index: 2;
}
.aoure_240327 .type02 .model__wrap05 .model__image__list {
  display: flex;
  justify-content: space-between;
}
.aoure_240327 .type02 .model__wrap05 .model__image__list__item01 {
  width: 31rem;
  margin-top: 6rem;
}
.aoure_240327 .type02 .model__wrap05 .model__image__list__item02 {
  width: 23rem;
}
@media (max-width: 767px) {
  .aoure_240327 .type02 {
    margin-top: calc(221* 100vw / 750);
  }
  .aoure_240327 .type02 .model__inner::before {
    top: calc(-80*100vw/750);;
    right: calc(0*100vw/750);;
    height: calc(3800*100vw/750);;
  }
  .aoure_240327 .type02 .model__wrap01 {
    width: calc(600*100vw/750);;
    margin-inline: auto;
  }
  .aoure_240327 .type02 .model__wrap02 {
    width: calc(750*100vw/750);
    margin-top: calc(35* 100vw / 750);
  }
  .aoure_240327 .type02 .model__wrap02 .model__image__list {
    grid-template-columns: calc(404*100vw/750) calc(344*100vw/750);
    grid-template-rows: calc(25*100vw/750) calc(390*100vw/750) calc(133*100vw/750);
  }
  .aoure_240327 .type02 .model__wrap02 .model__image__list__item01 {
    width: calc(434*100vw/750);;
  }
  .aoure_240327 .type02 .model__wrap02 .model__image__list__item02 {
    width: calc(344*100vw/750);;
  }
  .aoure_240327 .type02 .model__wrap03 {
    width: calc(700*100vw/750);;
    margin-top: calc(97* 100vw / 750);
    margin-inline: auto;
  }
  .aoure_240327 .type02 .model__wrap04 {
    width: calc(600*100vw/750);;
    margin-top: calc(87* 100vw / 750);
    margin-inline: auto;
  }
  .aoure_240327 .type02 .model__wrap04 .model__credit {
    margin-top: calc(36* 100vw / 750);
  }
  .aoure_240327 .type02 .model__wrap05 {
    width: calc(750*100vw/750);;
    margin-top: calc(35* 100vw / 750);
  }
  .aoure_240327 .type02 .model__wrap05 .model__image__list__item01 {
    width: calc(398*100vw/750);;
    margin-top: calc(76*100vw/750);;
  }
  .aoure_240327 .type02 .model__wrap05 .model__image__list__item02 {
    width: calc(295*100vw/750);;
  }
}
/*------------------------------------
≡≡≡≡≡ ▲ contents-model02 ▲ ≡≡≡≡≡
------------------------------------*/


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ contents-model ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/




.aoure_240327 .check__btn {
  position: relative;
  width: 100%;
  padding-block: 16.2rem;
  margin-inline: auto;
  z-index: 1;
  text-align: center;
}
.aoure_240327 .check__btn > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: var(--color-black);
  line-height: 1;
  letter-spacing: 0.037em;
  font-weight: 400;
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid var(--color-black);
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .aoure_240327 .check__btn {
    padding-block: calc(200 * 100vw / 750) calc(90 * 100vw / 750);
  }
  .aoure_240327 .check__btn > a {
    padding-bottom: calc(4* 100vw / 750);
    border-block: 1px solid var(--color-black);
    font-size: calc(30* 100vw / 750);
  }
}





.aoure_240327 .jsFade {
  opacity: 0;
}
.aoure_240327 .jsFade.isActive {
  opacity: 1;
  transition: opacity 520ms 440ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aoure_240327 .jsShow {
  opacity: 0;
}
.aoure_240327 .jsShow.isActive {
  opacity: 1;
  transition: opacity 880ms 440ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.aoure_240327 .jsShow + .firstview__text {
  opacity: 0;
  transform: translate3d(-50%,2%,0);
}
.aoure_240327 .jsShow.isActive + .firstview__text {
  opacity: 1;
  transform: translate3d(-50%,0,0);
  transition: opacity 380ms 1220ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 380ms 1220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡ ▲ contents ▲ ≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*//*# sourceMappingURL=style.css.map */