@charset "UTF-8";
.header {
  position: fixed;
  top: 0;
}
@media only screen and (max-width: 1400px) and (min-width: 767px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SETTING
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240117 {
  --color-white: #fff;
  --color-black: #000;
  --bg-black: #333333;
  --bg-pouple: #d1d0e0;
  --font-gothic-txt: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", "Meiryo", sans-serif;
  --font-hiragino: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  --font-nimbus: "nimbus-sans", sans-serif;
  --font-trajan: "trajan-pro-3", serif;
  width: 100%;
  overflow: hidden;
}
.aoure_240117 .color-white {
  color: var(--color-white);
}
.aoure_240117 picture {
  width: 100%;
  height: 100%;
}
.aoure_240117 img,
.aoure_240117 video,
.aoure_240117 svg {
  display: block;
  width: 100%;
  height: auto;
}
.aoure_240117 .font_ja {
  font-family: var(--font-gothic-txt);
  font-weight: 500;
  font-feature-settings: "palt";
}
.aoure_240117 .font_en {
  font-family: var(--font-goldenbook-txt);
  font-weight: 400;
}
.aoure_240117 figure[data-bg="bg-white"],
.aoure_240117 [data-btn="btn-black"] {
  position: relative;
  z-index: 2;
  height: fit-content;
}
.aoure_240117 figure[data-bg="bg-white"]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: -1;
  pointer-events: none;
}
.aoure_240117 [data-btn="btn-black"] {
  display: flex;
  align-items: center;
  margin-inline: auto;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 2rem;
}
.aoure_240117 [data-btn="btn-black"] > a::before,
.aoure_240117 [data-btn="btn-black"] > a::after {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  right: 2.9rem;
  transform: rotate(-45deg);
  border-right: 0.1rem solid var(--color-white);
  border-bottom: 0.1rem solid var(--color-white);
  pointer-events: none;
}
.aoure_240117 [data-btn="btn-black"] > a::after {
  right: 2.4rem;
}
.aoure_240117 [data-btn="btn-black"] > a,
.aoure_240117 [data-btn="btn-black"] > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .aoure_240117 .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .aoure_240117 .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
  .aoure_240117 {
    margin-bottom: calc(0*100vw/750);
    padding-bottom: calc(0*100vw/750);
  }
  .aoure_240117 [data-btn="btn-black"] > a {
    border-radius: calc(40*100vw/750);
  }
  .aoure_240117 [data-btn="btn-black"] > a::before,
  .aoure_240117 [data-btn="btn-black"] > a::after {
    width: calc(20*100vw/750);;
    height: calc(20*100vw/750);;
    right: calc(49*100vw/750);
    border-right: calc(2*100vw/750) solid var(--color-white);
    border-bottom: calc(2*100vw/750) solid var(--color-white);
  }
  .aoure_240117 [data-btn="btn-black"] > a::after {
    right: calc(41*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                COMMON
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240117 .article_section {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
.aoure_240117 .article_section-inner::before,
.aoure_240117 .article_section-inner::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
  pointer-events: none;
}
.aoure_240117 .article_section-inner {
  position: relative;
  width: 140rem;
  margin-inline: auto;
}
.aoure_240117 .article_section-wrapper {
  position: relative;
  margin-inline: auto;
}
.aoure_240117 .article_modelitem-price {
  margin-top: 3.2rem;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
}
.aoure_240117 .article_modelitem-price > span {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  margin-right: 0.9rem;
}
.aoure_240117 .article_modelitem-txt--device {
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.055em;
  color: var(--color-black);
  font-weight: bold;
}
.aoure_240117 .article_modelitem-txt--ttl {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 3rem;
  letter-spacing: 0.095em;
  background-color: var(--bg-black);
  color: var(--color-white);
}
.aoure_240117 .article_modelitem-txt--detail,
.aoure_240117 .article_modelitem-lead {
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.05em;
  color: var(--color-black);
  text-align: justify;
}
.aoure_240117 .article_modelitem-lead {
  margin-top: 3.1rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 767px) {
  .aoure_240117 .article_section-inner {
    width: calc(750*100vw/750);;
  }
  .aoure_240117 .article_modelitem-price {
    margin-top: calc(21*100vw/750);;
    font-size: calc(24*100vw/750);;
  }
  .aoure_240117 .article_modelitem-price > span {
    margin-right: calc(18*100vw/750);;
  }
  .aoure_240117 .article_modelitem-txt--device {
    font-size: calc(23*100vw/750);;
  }
  .aoure_240117 .article_modelitem-txt--ttl {
    font-size: calc(35*100vw/750);;
  }
  .aoure_240117 .article_modelitem-txt--detail,
  .aoure_240117 .article_modelitem-lead {
    font-size: calc(23*100vw/750);;
    line-height: 1.8695652174;
    font-weight: 500;
  }
  .aoure_240117 .article_modelitem-lead {
    margin-top: calc(89*100vw/750);;
    margin-left: calc(2*100vw/750);;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                メインエリア
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240117 .article_section-fv {
  width: 85rem;
  margin-top: 24rem;
  margin-inline: auto;
  z-index: 5;
}
.aoure_240117 .article_section-fv .fv_lead {
  margin-top: 9.6rem;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.12em;
  color: var(--color-black);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aoure_240117 .article_section-fv {
    width: calc(750*100vw/750);;
    margin-top: calc(100*100vw/750);
  }
  .aoure_240117 .article_section-fv .fv_lead {
    margin-top: calc(131*100vw/750);
    font-size: calc(23*100vw/750);
    line-height: 1.9565217391;
    letter-spacing: 0.07em;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ECエリア
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240117 .article_section-ec {
  margin-top: 3.2rem;
  padding-block: 6.4rem 7.4rem;
  background-color: var(--bg-pouple);
}
.aoure_240117 .article_section-ec::before {
  position: absolute;
  content: "";
  width: calc(1530*100vw/1400);
  /* width: 146rem; */
  height: 110rem;
  /* height: calc(1100*100vw/1400); */
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pc/bg-pouple.png);
  z-index: -1;
  top: -39.3rem;
  top: calc(-393*100vw/1400);
  left: 50%;
  transform: translateX(-50%);
}
.aoure_240117 .article_section-ec .article_section-wrapper {
  display: grid;
  grid-template-columns: 48rem 56.2rem;
  column-gap: 10.6rem;
  margin-block: 9rem;
  margin-left: 9.4rem;
}
.aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:first-of-type {
  grid-column: 1/2;
}
.aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) {
  grid-column: 2/3;
  margin-top: -0.6rem;
}
.aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--device {
  margin-left: 0.5rem;
}
.aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl {
  margin-top: 0.1rem;
  margin-left: 0.4rem;
  padding-inline: 1.6rem 1rem;
  font-size: 2.8rem;
  letter-spacing: 0.095em;
  padding-block: 0.8rem;
}
.aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl > span:nth-of-type(2) {
  margin-left: 2.3rem;
  color: #00d1e7;
}
.aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl > span:nth-of-type(2) > span {
  font-size: 2.5rem;
}
.aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--detail {
  margin-top: 1.6rem;
}
.aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img {
  display: flex;
  justify-content: space-between;
  column-gap: 5rem;
  margin-top: 3.6rem;
}
.aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img > :first-child {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .aoure_240117 .article_section-ec {
    margin-top: calc(60*100vw/750);;
    padding-block: calc(80*100vw/750) calc(96*100vw/750);
  }
  .aoure_240117 .article_section-ec::before {
    width: calc(793*100vw/750);;
    height: calc(670*100vw/750);;
    background-image: url(../img/sp/bg-pouple.png);
    top: calc(-415*100vw/750);
  }
  .aoure_240117 .article_section-ec .article_section-wrapper {
    display: block;
    margin-block: calc(90*100vw/750) calc(130*100vw/750);
    margin-left: calc(0*100vw/750);;
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:first-of-type {
    width: calc(580*100vw/750);
    margin-inline: auto;
    text-align: center;
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) {
    width: calc(655*100vw/750);
    margin-top: calc(70*100vw/750);
    margin-inline: auto;
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--device {
    margin-left: calc(5*100vw/750);
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl {
    margin-top: calc(0*100vw/750);
    margin-left: calc(2*100vw/750);
    padding-inline: calc(19*100vw/750) calc(13*100vw/750);
    font-size: calc(35*100vw/750);
    padding-block: calc(10*100vw/750) calc(5*100vw/750);
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl > span:nth-of-type(2) {
    margin-left: calc(26*100vw/750);;
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl > span:nth-of-type(2) > span {
    font-size: calc(30*100vw/750);;
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--detail {
    margin-top: calc(26*100vw/750);;
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img {
    display: block;
    margin-top: calc(92*100vw/750);;
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img > :first-child {
    width: calc(450*100vw/750);;
    margin-top: calc(0*100vw/750);;
    margin-left: calc(37*100vw/750);
  }
  .aoure_240117 .article_section-ec .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img > :nth-of-type(2) {
    width: calc(450*100vw/750);
    margin-top: calc(98*100vw/750);
    margin-left: calc(168*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                PLANEエリア
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240117 .article_section-plane {
  margin-top: 20.1rem;
}
.aoure_240117 .article_section-plane .article_section-wrapper {
  display: grid;
  grid-template-rows: 17.5rem 33rem 17.5rem;
  grid-template-columns: 25rem 5.9rem 25rem 5.9rem 25rem 5.2rem 48rem;
}
.aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:first-of-type {
  grid-column: 7/8;
  grid-row: 1/4;
}
.aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) {
  grid-column: 3/6;
  margin-top: -0.3rem;
}
.aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl {
  padding-block: 0.7rem;
  padding-inline: 1.5rem 1rem;
  margin-top: 0.2rem;
}
.aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--detail {
  margin-top: 2.4rem;
}
.aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img {
  display: flex;
  justify-content: space-between;
  column-gap: 5.9rem;
  margin-top: 7.4rem;
}
.aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img > :nth-of-type(2) {
  margin-top: 5.9rem;
}
.aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .aoure_240117 .article_section-plane {
    margin-top: calc(230*100vw/750);
  }
  .aoure_240117 .article_section-plane .article_section-wrapper {
    display: block;
  }
  .aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:first-of-type {
    width: calc(580*100vw/750);;
    margin-inline: auto;
    text-align: center;
  }
  .aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) {
    width: calc(650*100vw/750);;
    margin-top: calc(79*100vw/750);
    margin-inline: auto;
  }
  .aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl {
    padding-block: calc(8*100vw/750) calc(6*100vw/750);
    padding-inline: calc(18*100vw/750) calc(10*100vw/750);
    margin-top: calc(0*100vw/750);
  }
  .aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--detail {
    margin-top: calc(25*100vw/750);
  }
  .aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img {
    display: block;
    margin-top: calc(90*100vw/750);
  }
  .aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img > :first-child {
    width: calc(450*100vw/750);;
    margin-left: calc(100*100vw/750);
  }
  .aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img > :nth-of-type(2) {
    width: calc(450*100vw/750);
    margin-top: calc(101*100vw/750);
    margin-left: calc(35*100vw/750);
  }
  .aoure_240117 .article_section-plane .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img > figure:nth-of-type(3) {
    width: calc(450*100vw/750);
    margin-top: calc(86*100vw/750);
    margin-left: calc(165*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                STAMPエリア
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240117 .article_section-stamp {
  margin-top: 36.5rem;
}
.aoure_240117 .article_section-stamp .article_section-wrapper {
  display: grid;
  grid-template-columns: 25rem 5.6rem 48rem 4.4rem 50.3rem;
  grid-template-rows: 16.5rem 35rem 16.5rem;
}
.aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:first-of-type {
  grid-column: 3/4;
}
.aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) {
  grid-column: 5/6;
  margin-top: -0.8rem;
}
.aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl {
  padding-block: 0.7rem 0.6rem;
  padding-inline: 1.5rem 1rem;
  margin-top: 0.2rem;
}
.aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--detail {
  margin-top: 2.6rem;
  letter-spacing: 0.04em;
}
.aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img {
  width: 25rem;
  margin: 4.8rem auto 0;
}
.aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-lead {
  margin-top: 5.3rem;
}
.aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(3) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .aoure_240117 .article_section-stamp {
    margin-top: calc(248*100vw/750);
  }
  .aoure_240117 .article_section-stamp .article_section-wrapper {
    display: block;
  }
  .aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:first-of-type {
    width: calc(580*100vw/750);;
    margin-inline: auto;
    text-align: center;
  }
  .aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) {
    width: calc(650*100vw/750);
    margin-top: calc(82*100vw/750);
    margin-inline: auto;
  }
  .aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--ttl {
    padding-block: calc(8*100vw/750) calc(6*100vw/750);
    padding-inline: calc(18*100vw/750) calc(15*100vw/750);
    margin-top: calc(0*100vw/750);
  }
  .aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-txt--detail {
    margin-top: calc(26*100vw/750);
  }
  .aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img {
    width: calc(650*100vw/750);;
    margin-top: calc(87*100vw/750);
  }
  .aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img > :first-child {
    width: calc(450*100vw/750);;
    margin-left: calc(36*100vw/750);
  }
  .aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-img > :nth-of-type(2) {
    width: calc(450*100vw/750);
    margin-top: calc(101*100vw/750);
    margin-left: calc(165*100vw/750);
  }
  .aoure_240117 .article_section-stamp .article_section-wrapper .article_modelitem-col:nth-of-type(2) .article_modelitem-lead {
    margin-top: calc(89*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ラストエリア
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240117 .article_section-ev {
  position: relative;
  width: 100%;
  padding-block: 29.2rem 17.6rem;
  margin-inline: auto;
  z-index: 1;
}
.aoure_240117 .article_section-ev .article_btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.037em;
  border-bottom: 0.1rem solid var(--color-black);
  text-align: center;
  color: var(--color_black);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .aoure_240117 .article_section-ev {
    padding-block: calc(292*100vw/1400) calc(176*100vw/1400);
  }
  .aoure_240117 .article_section-ev .article_btn {
    padding-bottom: calc(5*100vw/1400);
    font-size: calc(18*100vw/1400);
    border-bottom: calc(1*100vw/1400) solid var(--color-black);
  }
}
@media screen and (max-width: 767px) {
  .aoure_240117 .article_section-ev {
    padding-block: calc(190*100vw/750) calc(200*100vw/750);
  }
  .aoure_240117 .article_section-ev .article_btn {
    padding-bottom: calc(4*100vw/750);
    font-size: calc(30*100vw/750);
    border-bottom: calc(1*100vw/750) solid var(--color-black);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                アニメーション
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240117 .js-fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.aoure_240117 .js-fade.active {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .aoure_240117 .js-fade_pc {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .aoure_240117 .js-fade_pc.active {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .aoure_240117 .js-fade_sp {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 1.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .aoure_240117 .js-fade_sp.active {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.article_section-flowing {
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}
.article_section-flowing--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.article_section-flowing--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.article_section-flowing p {
  font-size: 9rem;
  letter-spacing: 0.035em;
  font-weight: 300;
  transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
  .article_section-flowing p {
    font-size: calc(80*100vw/750);
  }
}
/* .article_section-flowing--left p {
  -webkit-animation: flowing_left 15s linear infinite;
  animation: flowing_left 15s linear infinite;
}
.article_section-flowing--right p {
  -webkit-animation: flowing_right 15s linear infinite;
  animation: flowing_right 15s linear infinite;
}
@keyframes flowing_left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-150%);
  }
}
@keyframes flowing_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(100%);
      transform: translateX(150%);
  }
} */