@charset "UTF-8";
.header {
  position: fixed;
  top: 0;
} 
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SETTING
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240116 {
  --color-white: #fff;
  --color-black: #000;
  --bg-white: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 0%);
  --bg-darkgray: #4d4d4d;
  --font-gothic-txt: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", "Meiryo", sans-serif;
  --font-hiragino-txt: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  --font-nimbus-txt: "nimbus-sans", sans-serif;
  --font-trajan-txt: "trajan-pro-3", serif;
  width: 100%;
  overflow: hidden;
  font-feature-settings: "palt";
}
.aoure_240116 picture {
  width: 100%;
  height: 100%;
}
.aoure_240116 img,
.aoure_240116 video,
.aoure_240116 svg {
  display: block;
  width: 100%;
  height: auto;
}
.aoure_240116 .font_ja {
  font-family: var(--font-gothic-txt);
  font-weight: 500;
  font-feature-settings: "palt";
}
.aoure_240116 .font_en {
  font-family: var(--font-goldenbook-txt);
  font-weight: 400;
}
.aoure_240116 .font_en02 {
  font-family: var(--font-trajan-txt);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .aoure_240116 {
    margin-top: 21rem;
    margin-bottom: 9rem;
  }
  .aoure_240116 .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .aoure_240116 .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
  .aoure_240116 {
    margin-top: calc(100*100vw/750);
    margin-bottom: calc(0*100vw/750);
    padding-bottom: calc(0*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                メインエリア
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240116 .mv_area {
  position: relative;
  width: 120rem;
  margin-inline: auto;
  padding-bottom: 6.5rem;
  border-bottom: 1px solid #000;
}
.aoure_240116 .mv_area::before {
  position: absolute;
  content: "";
  display: block;
  width: 4.5rem;
  height: 2rem;
  bottom: -1rem;
  left: 50%;
  background-color: var(--color-white);
  z-index: 2;
  transform: translateX(-50%);
}
.aoure_240116 .mv_area::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid var(--color-black);
  border-top: 0;
  border-left: 0;
  z-index: 2;
  transform: rotate(45deg);
  bottom: -0.3rem;
  left: calc(50% - 1rem);
}
.aoure_240116 .mv_area .mv_area-title {
  position: absolute;
  top: 38.1rem;
  left: 37.8%;
  z-index: 2;
  color: var(--color-white);
  text-align: center;
}
.aoure_240116 .mv_area .mv_area-title--sub {
  display: block;
  border: 0.2rem solid var(--color-white);
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  padding: 0.6rem 1rem;
}
.aoure_240116 .mv_area .mv_area-title--main {
  display: block;
  margin-top: 1.6rem;
  font-size: 4.3rem;
  letter-spacing: 0.045em;
}
.aoure_240116 .mv_area .mv_area-lead {
  margin-top: 10.3rem;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  color: var(--color-black);
  font-weight: 500;
  text-align: center;
}
.aoure_240116 .mv_area .mv_area-imagelist {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 0.8rem;
  margin-top: 10.4rem;
}
@media screen and (max-width: 767px) {
  .aoure_240116 .mv_area {
    width: calc(750*100vw/750);
    padding-bottom: calc(57*100vw/750);
    border-bottom: calc(1*100vw/750) solid #000;
  }
  .aoure_240116 .mv_area::before {
    width: calc(49.5*100vw/750);
    height: calc(21*100vw/750);
    bottom: calc(-20*100vw/750);
  }
  .aoure_240116 .mv_area::after {
    width: calc(20*100vw/750);
    height: calc(20*100vw/750);
    border: calc(1*100vw/750) solid var(--color-black);
    bottom: calc(-4*100vw/750);
    left: calc(50% - calc(10*100vw/750));
    border-top: 0;
    border-left: 0;
  }
  .aoure_240116 .mv_area .mv_area-title {
    top: calc(455*100vw/750);
    left: calc(165*100vw/750);
  }
  .aoure_240116 .mv_area .mv_area-title--sub {
    border: calc(2*100vw/750) solid var(--color-white);
    font-size: calc(33*100vw/750);
    padding: calc(12*100vw/750) calc(12*100vw/750) calc(5*100vw/750);
  }
  .aoure_240116 .mv_area .mv_area-title--main {
    margin-top: calc(25*100vw/750);
    font-size: calc(65*100vw/750);
  }
  .aoure_240116 .mv_area .mv_area-lead {
    margin-top: calc(95*100vw/750);
    font-size: calc(23*100vw/750);
    line-height: 1.9565217391;
    letter-spacing: 0.07em;
  }
  .aoure_240116 .mv_area .mv_area-imagelist {
    display: block;
    width: calc(726*100vw/750);
    height: calc(340*100vw/750);
    margin-top: calc(96*100vw/750);
    margin-left: auto;
    overflow: hidden;
  }
  .aoure_240116 .mv_area .mv_area-imagelist_item {
    width: calc(273*100vw/750);;
    margin-inline: calc(5*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                COMMON
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240116 .common_section {
  position: relative;
  z-index: 2;
  width: 120rem;
  margin-inline: auto;
}
.aoure_240116 .common_section-lead {
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.05em;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: var(--color-black);
  text-align: justify;
}
.aoure_240116 .common_section-lead--frame {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  font-weight: 300;
  padding: 2rem;
}
.aoure_240116 .common_section-lead--frame::before,
.aoure_240116 .common_section-lead--frame::after {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  z-index: 2;
  width: 2.8rem;
  height: 3rem;
}
.aoure_240116 .common_section-lead--frame::before {
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-black);
  border-left: 0.1rem solid var(--color-black);
}
.aoure_240116 .common_section-lead--frame::after {
  bottom: 0;
  right: 0;
  border-bottom: 0.1rem solid var(--color-black);
  border-right: 0.1rem solid var(--color-black);
}
.aoure_240116 .common_section-title {
  font-size: 2rem;
  line-height: 1.35em;
  letter-spacing: 0.065em;
  color: var(--color-black);
  font-weight: 400;
}
.aoure_240116 .common_section-image {
  position: relative;
}
.aoure_240116 .common_section-image--sidetxt {
  position: absolute;
  content: "";
  top: 0;
  transform: rotate(-90deg);
}
.aoure_240116 .common_section-credit {
  margin-top: 3.2rem;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  letter-spacing: 0.05em;
  color: var(--color-black);
  font-weight: 400;
}
.aoure_240116 .common_section-credit > span {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  display: inline-block;
}
.aoure_240116 .common_section-mainproduct_text {
  position: absolute;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}
.aoure_240116 .common_section-mainproduct_text-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background: var(--bg-white);
  padding: 1rem 1.1rem;
}
.aoure_240116 .common_section-mainproduct_text-description {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: var(--color-white);
}
.aoure_240116 .common_section-btn {
  width: 35rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .aoure_240116 .common_section {
    width: calc(750*100vw/750);
  }
  .aoure_240116 .common_section-lead {
    margin-top: calc(30*100vw/750);
    width: calc(650*100vw/750);
    margin-inline: auto;
    font-size: calc(23*100vw/750);
    line-height: 1.8695652174;
    letter-spacing: 0.075em;
    font-weight: 500;
  }
  .aoure_240116 .common_section-lead--frame {
    font-size: calc(23*100vw/750);
    line-height: 1.8695652174;
    font-weight: 500;
    padding: calc(24*100vw/750) calc(24*100vw/750) calc(14*100vw/750);
  }
  .aoure_240116 .common_section-lead--frame::before,
  .aoure_240116 .common_section-lead--frame::after {
    width: calc(42*100vw/750);
    height: calc(45*100vw/750);
  }
  .aoure_240116 .common_section-lead--frame::before {
    border-top: calc(1*100vw/750) solid var(--color-black);
    border-left: calc(1*100vw/750) solid var(--color-black);
  }
  .aoure_240116 .common_section-lead--frame::after {
    border-bottom: calc(1*100vw/750) solid var(--color-black);
    border-right: calc(1*100vw/750) solid var(--color-black);
  }
  .aoure_240116 .common_section-title {
    font-size: calc(30*100vw/750);
    line-height: 1.5;
  }
  .aoure_240116 .common_section-image--sidetxt {
    transform: rotate(-90deg);
  }
  .aoure_240116 .common_section-credit {
    margin-top: calc(24*100vw/750);
    font-size: calc(24*100vw/750);
    line-height: 2.0833333333;
  }
  .aoure_240116 .common_section-mainproduct_text {
    position: relative;
  }
  .aoure_240116 .common_section-mainproduct_text-title {
    font-size: calc(30*100vw/750);
    line-height: 1.4333333333;
    padding: calc(9*100vw/750) calc(34*100vw/750);
    border: 1px solid var(--color-black);
  }
  .aoure_240116 .common_section-mainproduct_text-description {
    position: relative;
    margin-top: calc(44*100vw/750);
    font-size: calc(23*100vw/750);
    line-height: 1.8695652174;
    letter-spacing: 0.075em;
    color: var(--color-black);
    z-index: 2;
  }
  .aoure_240116 .common_section-mainproduct_text-description::before {
    position: absolute;
    content: "";
    display: block;
    width: calc(863*100vw/750);
    height: calc(303*100vw/750);
    left: 50%;
    background-image: url(../img/sp/bg-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transform: translateX(-50%);
    top: calc(60*100vw/750);
  }
  .aoure_240116 .common_section-btn {
    width: calc(553*100vw/750);;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                        common_section type01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240116 .common_section.type01 {
  margin-top: 21.8rem;
}
.aoure_240116 .common_section.type01 .common_section-mainproduct {
  position: relative;
}
.aoure_240116 .common_section.type01 .common_section-mainproduct .common_section-mainproduct_image  {
  text-align: right;
}
.aoure_240116 .common_section.type01 .common_section-mainproduct .common_section-mainproduct_text {
  top: 28.2rem;
  right: 20.7rem;
}
.aoure_240116 .common_section.type01 .common_section-mainproduct_description {
  position: absolute;
  display: flex;
  width: 68.9rem;
  bottom: -6.4rem;
  column-gap: 3.2rem;
}
.aoure_240116 .common_section.type01 .common_section-credit > span {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .aoure_240116 .common_section.type01 {
    margin-top: calc(122*100vw/750);
  }
  .aoure_240116 .common_section.type01 .common_section-mainproduct_description {
    position: static;
    display: block;
    width: calc(650*100vw/750);
    text-align: center;
    margin-inline: auto;
    margin-top: calc(80*100vw/750);
  }
  .aoure_240116 .common_section.type01 .common_section-mainproduct .common_section-mainproduct_text {
    top: initial;
    right: initial;
  }
  .aoure_240116 .common_section.type01 .common_section-mainproduct .common_section-mainproduct_image  {
    margin-top: calc(-125*100vw/750);
    text-align: center;
  }
  .aoure_240116 .common_section.type01 .common_section-credit > span {
    margin-inline: calc(10*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                        common_section type02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240116 .common_section.type02 {
  display: grid;
  grid-template-columns: 55rem 5.4rem 2.4rem 26.3rem 31rem;
  grid-template-rows: 1.7rem 23.7rem 7.6rem 26.6rem 3.8rem 14.5rem;
  margin-top: 15.7rem;
}
.aoure_240116 .common_section.type02 .common_section-images {
  grid-column: 4/6;
  display: grid;
  grid-template-columns: 30.1rem 4.9rem 22.2rem;
  grid-template-rows: 29.1rem 22.8rem 11.8rem;
}
.aoure_240116 .common_section.type02 .common_section-images_item--whole {
  position: relative;
  grid-column: 1/3;
  grid-row: 1/3;
}
.aoure_240116 .common_section.type02 .common_section-images_item--whole .common_section-image--sidetxt {
  transform: rotate(90deg);
  right: -12.9rem;
  top: 9.4rem;
}
.aoure_240116 .common_section.type02 .common_section-images_item--lower {
  grid-column: 2/4;
  grid-row: 2/4;
  text-align: right;
}
.aoure_240116 .common_section.type02 .common_section-lead {
  grid-column: 3/5;
  grid-row: 5/7;
}
.aoure_240116 .common_section.type02 .common_section-lead--frame {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 54.9rem;
  padding-top: 3.5rem;
  margin-left: 0.5rem;
}
.aoure_240116 .common_section.type02 .common_section-image {
  grid-column: 1/2;
  grid-row: 4/7;
  text-align: right;
}
.aoure_240116 .common_section.type02 .common_section-image .common_section-image--sidetxt {
  transform: rotate(90deg);
  top: 9.1rem;
  right: -12.9rem;
}
.aoure_240116 .common_section.type02 .common_section-credit > span {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .aoure_240116 .common_section.type02 {
    display: block;
    margin-top: calc(152*100vw/750);
  }
  .aoure_240116 .common_section.type02 .common_section-images {
    width: calc(700*100vw/750);
    margin-inline: auto;
    grid-template-columns: calc(370*100vw/750) calc(59*100vw/750) calc(271*100vw/750);
    grid-template-rows: calc(427*100vw/750) calc(207*100vw/750) calc(215*100vw/750);
  }
  .aoure_240116 .common_section.type02 .common_section-images_item--lower {
    position: relative;
    grid-row: 2/4;
  }
  .aoure_240116 .common_section.type02 .common_section-images_item--lower .common_section-credit {
    position: absolute;
    bottom: calc(-12*100vw/750);
    left: calc(-270*100vw/750);
  }
  .aoure_240116 .common_section.type02 .common_section-lead {
    width: calc(650*100vw/750);
    margin-top: calc(90*100vw/750);
    margin-inline: auto;
    letter-spacing: 0.1em;
  }
  .aoure_240116 .common_section.type02 .common_section-lead--frame {
    width: calc(650*100vw/750);
    margin-top: calc(112*100vw/750);
    padding-top: calc(16*100vw/750);
    margin-inline: auto;
  }
  .aoure_240116 .common_section.type02 .common_section-image {
    width: calc(600*100vw/750);
    margin-top: calc(88*100vw/750);
    margin-inline: auto;
    text-align: center;
  }
  .aoure_240116 .common_section.type02 .common_section-image .common_section-credit {
    margin-top: calc(21*100vw/750);;
  }
  .aoure_240116 .common_section.type02 .common_section-image .common_section-image--sidetxt {
    top: calc(140*100vw/750);
    right: calc(-190*100vw/750);
  }
  .aoure_240116 .common_section.type02 .common_section-credit > span {
    margin-inline: calc(10*100vw/750);;
  }
  .aoure_240116 .common_section.type02 .common_section-images_item--whole .common_section-image--sidetxt {
    right: calc(-188*100vw/750);
    top: calc(140*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                        common_section type03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240116 .common_section.type03 {
  display: flex;
  justify-content: space-between;
  width: 85.5rem;
  margin-top: 23.1rem;
  padding-bottom: 14.1rem;
}
.aoure_240116 .common_section.type03 .common_section-col:first-of-type {
  width: 43rem;
}
.aoure_240116 .common_section.type03 .common_section-col:first-of-type .common_section-image--sidetxt {
  transform: rotate(90deg);
  top: 29rem;
  right: -21.1rem;
}
.aoure_240116 .common_section.type03 .common_section-col:nth-of-type(2) {
  width: 33rem;
  margin-top: -0.5rem;
}
.aoure_240116 .common_section.type03 .common_section-col:nth-of-type(2) .common_section-image {
  width: 29.7rem;
  margin: 7.4rem auto 0;
}
.aoure_240116 .common_section.type03 .common_section-credit {
  position: relative;
  white-space: nowrap;
  left: -0.5rem;
}
.aoure_240116 .common_section.type03 .common_section-credit > span {
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .aoure_240116 .common_section.type03 {
    display: block;
    width: calc(650*100vw/750);
    margin-top: calc(120*100vw/750);
    padding-bottom: calc(180*100vw/750);
  }
  .aoure_240116 .common_section.type03 .common_section-col:first-of-type {
    width: calc(600*100vw/750);
    margin-inline: auto;
    text-align: center;
  }
  .aoure_240116 .common_section.type03 .common_section-col:first-of-type .common_section-image--sidetxt {
    top: calc(260*100vw/750);
    right: calc(-313*100vw/750);
  }
  .aoure_240116 .common_section.type03 .common_section-col:nth-of-type(2) {
    width: calc(650*100vw/750);
    margin-top: calc(78*100vw/750);
    margin-inline: auto;
  }
  .aoure_240116 .common_section.type03 .common_section-col:nth-of-type(2) .common_section-image {
    width: calc(500*100vw/750);
    margin-top: calc(86*100vw/750);
  }
  .aoure_240116 .common_section.type03 .common_section-credit {
    position: static;
  }
  .aoure_240116 .common_section.type03 .common_section-credit > span {
    margin-inline: calc(10*100vw/750);;
  }
  /* .aoure_240116 .common_section.type03 .common_section-credit > span:nth-of-type(2),
  .aoure_240116 .common_section.type03 .common_section-credit > span:nth-of-type(4) {
    margin-left: calc(10*100vw/750);;
  } */
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                        common_section type04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240116 .common_section.type04 {
  margin-top: 16.8rem;
}
.aoure_240116 .common_section.type04 .common_section-mainproduct {
  position: relative;
}
.aoure_240116 .common_section.type04 .common_section-mainproduct .common_section-mainproduct_image  {
  text-align: right;
}
.aoure_240116 .common_section.type04 .common_section-mainproduct .common_section-mainproduct_text {
  top: 26rem;
  left: 12rem;
}
.aoure_240116 .common_section.type04 .common_section-mainproduct_description {
  position: absolute;
  display: flex;
  bottom: 2.4rem;
}
.aoure_240116 .common_section.type04 .common_section-credit > span {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .aoure_240116 .common_section.type04 {
    margin-top: calc(200*100vw/750);
  }
  .aoure_240116 .common_section.type04 .common_section-mainproduct_text-title {
    padding: calc(11*100vw/750) calc(37*100vw/750) calc(5*100vw/750);
  }
  .aoure_240116 .common_section.type04 .common_section-mainproduct .common_section-mainproduct_image {
    position: relative;
    text-align: center;
    margin-top: calc(8*100vw/750);;
  }
  .aoure_240116 .common_section.type04 .common_section-mainproduct .common_section-mainproduct_text {
    top: initial;
    left: initial;
  }
  .aoure_240116 .common_section.type04 .common_section-mainproduct .common_section-mainproduct_image .common_section-credit {
    margin-top: calc(26*100vw/750);
  }
  .aoure_240116 .common_section.type04 .common_section-mainproduct .common_section-mainproduct_image .common_section-image--sidetxt {
    color: var(--color-white);
    white-space: nowrap;
    top: calc(322*100vw/750);
    left: calc(-117*100vw/750);
  }
  .aoure_240116 .common_section.type04 .common_section-mainproduct_description {
    position: static;
    display: block;
  }
  .aoure_240116 .common_section.type04 .common_section-credit > span {
    margin-inline: calc(10*100vw/750);;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                        common_section type05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240116 .common_section.type05 {
  display: grid;
  grid-template-columns: 38.3rem 40rem 7.5rem 3.6rem 40rem;
  grid-template-rows: 11.9rem 7.9rem 9.7rem 39.8rem 1.2rem 5.1rem 15.4rem;
  margin-top: 16.4rem;
  width: 140rem;
}
.aoure_240116 .common_section.type05 .common_section-images {
  grid-column: 1/3;
  grid-row: 1/6;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.aoure_240116 .common_section.type05 .common_section-images .common_section-images_item--whole {
  position: relative;
  width: 43rem;
}
.aoure_240116 .common_section.type05 .common_section-images .common_section-images_item--whole .common_section-image--sidetxt {
  left: -13rem;
  top: 9.2rem;
}
.aoure_240116 .common_section.type05 .common_section-images .common_section-images_item--lower {
  width: 32.1rem;
  margin-top: 29.5rem;
  text-align: right;
}
.aoure_240116 .common_section.type05 .common_section-lead,
.aoure_240116 .common_section.type05 .common_section-image {
  grid-column: 5/6;
}
.aoure_240116 .common_section.type05 .common_section-lead {
  margin-top: -0.6rem;
}
.aoure_240116 .common_section.type05 .common_section-image {
  grid-row: 3/7;
  text-align: right;
}
.aoure_240116 .common_section.type05 .common_section-image .common_section-image--sidetxt {
  transform: rotate(0);
  white-space: nowrap;
  right: 0;
  top: -3.5rem;
}
.aoure_240116 .common_section.type05 .common_section-lead--frame {
  grid-column: 2/4;
  grid-row: 5/8;
  padding-top: 1.5rem;
}
.aoure_240116 .common_section.type05 .common_section-lead:nth-of-type(2) {
  grid-row: 5/8;
  margin-top: 0;
}
.aoure_240116 .common_section.type05 .common_section-credit > span {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .aoure_240116 .common_section.type05 {
    display: block;
    width: calc(650*100vw/750);
    margin-top: calc(133*100vw/750);
    margin-inline: auto;
  }
  .aoure_240116 .common_section.type05 .common_section-images {
    display: block;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .aoure_240116 .common_section.type05 .common_section-lead {
    margin-top: calc(130*100vw/750);
  }
  .aoure_240116 .common_section.type05 .common_section-images .common_section-images_item--whole {
    width: calc(600*100vw/750);
    margin-inline: auto;
  }
  .aoure_240116 .common_section.type05 .common_section-images .common_section-images_item--whole .common_section-image--sidetxt {
    left: calc(-184*100vw/750);
    top: calc(138*100vw/750);
  }
  .aoure_240116 .common_section.type05 .common_section-images .common_section-images_item--lower {
    width: calc(500*100vw/750);
    margin-top: calc(100*100vw/750);
    margin-inline: auto;
    text-align: center;
  }
  .aoure_240116 .common_section.type05 .common_section-lead:nth-of-type(2) {
    margin-top: calc(107*100vw/750);
  }
  .aoure_240116 .common_section.type05 .common_section-image {
    width: calc(600*100vw/750);
    margin-top: calc(125*100vw/750);
    margin-inline: auto;
    text-align: center;
  }
  .aoure_240116 .common_section.type05 .common_section-image .common_section-credit {
    margin-top: calc(26*100vw/750);;
  }
  .aoure_240116 .common_section.type05 .common_section-lead--frame {
    padding-top: calc(18*100vw/750);
  }
  .aoure_240116 .common_section.type05 .common_section-credit > span {
    margin-inline: calc(10*100vw/750);;
  }
  .aoure_240116 .common_section.type05 .common_section-image .common_section-image--sidetxt {
    right: calc(110*100vw/750);
    top: calc(-50*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                        common_section type06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.aoure_240116 .common_section.type06 {
  margin-top: 7.3rem;
  display: flex;
  margin-bottom: 9.4rem;
}
.aoure_240116 .common_section.type06 .common_section-col:first-of-type {
  width: 54.7rem;
  margin-left: 11rem;
}
.aoure_240116 .common_section.type06 .common_section-col:nth-of-type(2) {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 43rem;
  margin-top: 7.7rem;
  margin-left: 3.6rem;
}
.aoure_240116 .common_section.type06 .common_section-col:nth-of-type(2) .common_section-image {
  width: 35rem;
}
.aoure_240116 .common_section.type06 .common_section-col:nth-of-type(2) .common_section-image .common_section-image--sidetxt {
  transform: rotate(90deg);
  right: -13.2rem;
  top: 9.7rem;
}
.aoure_240116 .common_section.type06 .common_section-col:nth-of-type(2) .common_section-lead {
  margin-top: 5.6rem;
}
.aoure_240116 .common_section.type06 .common_section-credit > span {
  margin-right: 0.9rem;
}
@media screen and (max-width: 767px) {
  .aoure_240116 .common_section.type06 {
    margin-top: calc(122*100vw/750);
    display: block;
    margin-bottom: calc(180*100vw/750);
  }
  .aoure_240116 .common_section.type06 .common_section-col:first-of-type {
    width: calc(700*100vw/750);
    margin-inline: auto;
    text-align: center;
  }
  .aoure_240116 .common_section.type06 .common_section-col:nth-of-type(2) {
    display: block;
    width: calc(700*100vw/750);
    margin-top: calc(0*100vw/750);
    margin-inline: auto;
  }
  .aoure_240116 .common_section.type06 .common_section-col:nth-of-type(2) .common_section-image {
    width: calc(500*100vw/750);
    margin: calc(90*100vw/750) auto calc(0*100vw/750);
  }
  .aoure_240116 .common_section.type06 .common_section-col:nth-of-type(2) .common_section-lead {
    margin-top: calc(78*100vw/750);
    letter-spacing: 0.05em;
  }
  .aoure_240116 .common_section.type06 .common_section-credit {
    margin-top: calc(28*100vw/750);
  }
  .aoure_240116 .common_section.type06 .common_section-credit > span {
    margin-inline: calc(10*100vw/750);
  }
  .aoure_240116 .common_section.type06 .common_section-col:nth-of-type(2) .common_section-image .common_section-image--sidetxt {
    right: calc(-195*100vw/750);
    top: calc(142*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  ev_area
//////////////////////////////////////////////////////////////////////////////////////////////
*/


.aoure_240116 .article_section-ev {
  position: relative;
  width: 100%;
  padding-block: 16.8rem 17rem;
  margin-inline: auto;
  z-index: 1;
}
.aoure_240116 .article_section-ev .article_btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.4rem;
  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 (max-width: 767px) {
  .aoure_240116 .article_section-ev {
    padding-block: calc(197*100vw/750) calc(200*100vw/750);
  }
  .aoure_240116 .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_240116 .js-apper {
  opacity: 0;
}
.aoure_240116 .js-apper.active {
  transition: opacity 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 1;
}
.aoure_240116 .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_240116 .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_240116 .js-apper_pc {
    opacity: 0;
  }
  .aoure_240116 .js-apper_pc.active {
    transition: opacity 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    opacity: 1;
  }
  .aoure_240116 .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_240116 .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_240116 .js-apper_sp {
    opacity: 0;
  }
  .aoure_240116 .js-apper_sp.active {
    transition: opacity 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    opacity: 1;
  }
  .aoure_240116 .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_240116 .js-fade_sp.active {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}