@charset "UTF-8";
@media screen and (max-width: 1200px) and (min-width: 881px) {
  .tabtest {
    background-color: red;
  }
}

.sp-only-block {
  display: none;
}

@media screen and (max-width: 881px) {
  .sp-only-block {
    display: block;
  }
}

.sp-only-inline {
  display: none;
}

@media screen and (max-width: 881px) {
  .sp-only-inline {
    display: inline-block;
  }
}

.pc-only-block {
  display: block;
}

@media screen and (max-width: 881px) {
  .pc-only-block {
    display: none;
  }
}

.pc-only-inline {
  display: inline-block;
}

@media screen and (max-width: 881px) {
  .pc-only-inline {
    display: none;
  }
}

.tab-only-block {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .tab-only-block {
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scrollanime {
  0% {
    top: 100%;
  }
  100% {
    top: -65%;
  }
}

@keyframes scrollanimesp {
  0% {
    top: 100%;
  }
  100% {
    top: -153%;
  }
}

.aeon50th_contents {
  font-family: 'Noto Sans JP', -apple-system, blinkMacSystemFont, Helvetica Neue, Segoe UI, Yu Gothic, YuGothic, 游ゴシック体, Meiryo, sans-serif;
  font-feature-settings: "palt";
}

.aeon50th_contents img {
  width: 100%;
}

.aeon50th_contents h1, .aeon50th_contents h2, .aeon50th_contents h3, .aeon50th_contents h4, .aeon50th_contents h5, .aeon50th_contents h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1px;
  font-weight: normal;
}

.aeon50th_contents .aeon50th_contents-wrap {
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner {
  position: relative;
  border-top: 1px solid white;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage {
  position: relative;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt1 {
  opacity: 0;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt1.fadein {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt1.fadeout {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt1 .aeonlogo {
  width: 46.6%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 881px) {
  .aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt1 .aeonlogo {
    width: 90%;
  }
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2 {
  opacity: 0;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2.fadein {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2.fadeout {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2 .logohead {
  width: 39.5%;
  position: absolute;
  top: 19.5%;
  left: 30.6%;
}

@media screen and (max-width: 881px) {
  .aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2 .logohead {
    width: 69.5%;
    top: 17.5%;
    left: 13.6%;
  }
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2 .logotext {
  width: 33.5%;
  height: 67%;
  position: absolute;
  top: 33.1%;
  left: 33.5%;
  overflow: hidden;
  /*
																width: 33.3%;
																height: auto;
																position: absolute;
																top: 33.1%;
																left: 33.8%;
								//								background-color: green;
																overflow: hidden;
								*/
}

@media screen and (max-width: 881px) {
  .aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2 .logotext {
    width: 86.5%;
    height: 50%;
    top: 50.1%;
    left: 5.6%;
  }
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2 .logotext .scrollimage {
  position: relative;
  top: 100%;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2 .logotext .scrollimage.scrollin {
  animation: scrollanime 29s linear 1s;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 881px) {
  .aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt2 .logotext .scrollimage.scrollin {
    animation: scrollanimesp 29s linear 1s;
    animation-fill-mode: forwards;
  }
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt3 {
  opacity: 0;
  visibility: hidden;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt3.fadein {
  visibility: visible;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt3.fadeout {
  visibility: hidden;
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt3 .replaybtn {
  width: 17%;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

@media screen and (max-width: 881px) {
  .aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt3 .replaybtn {
    width: 45.5%;
    top: 64%;
    left: 50%;
  }
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_image .section_top_image_inner .bgimage .bgimage-wrap .logopt3 .replaybtn:hover {
  opacity: 0.8;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_text {
  height: 200px;
  background: #f7f7f7;
  border-top: 10px solid #af1d7b;
  border-bottom: 10px solid #af1d7b;
  margin-bottom: 216px;
}

@media screen and (max-width: 881px) {
  .aeon50th_contents .aeon50th_contents-wrap .section_top_text {
    height: 26.66667vw;
    border-top: 1.33333vw solid #af1d7b;
    border-bottom: 1.33333vw solid #af1d7b;
    margin-bottom: 12vw;
  }
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_text .section_top_text_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aeon50th_contents .aeon50th_contents-wrap .section_top_text .section_top_text_inner .texthead {
  line-height: 1;
  text-align: center;
  color: #af1d7b;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 881px) {
  .aeon50th_contents .aeon50th_contents-wrap .section_top_text .section_top_text_inner .texthead {
    font-size: 5.336vw;
  }
}

.aeon50th_contents .aeon50th_contents-wrap .basic-section {
  position: relative;
}

.aeon50th_contents .aeon50th_contents-wrap .basic-section .section_inner {
  max-width: 1400px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 881px) {
  .aeon50th_contents .aeon50th_contents-wrap .basic-section .section_inner {
    max-width: 100vw;
  }
}

.aeon50th_contents .aeon50th_contents-wrap .basic-section1480 {
  position: relative;
}

.aeon50th_contents .aeon50th_contents-wrap .basic-section1480 .section_inner {
  max-width: 1480px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 881px) {
  .aeon50th_contents .aeon50th_contents-wrap .basic-section1480 .section_inner {
    max-width: 100vw;
  }
}

.page50th_top .sec_catch h1 {
  font-family: 'Noto Serif JP', 'Noto Sans JP', -apple-system, blinkMacSystemFont, Helvetica Neue, Segoe UI, Yu Gothic, YuGothic, 游ゴシック体, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 22.8px;
  line-height: 1.8;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec_catch h1 {
    font-size: 3.04vw;
    margin-top: 14vw;
    margin-bottom: 10vw;
  }
}

.page50th_top .sec-rinen {
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-rinen {
    max-width: 100vw;
  }
}

.page50th_top .sec-rinen .rinen-head {
  font-size: 35px;
  text-align: center;
  color: #af1d7b;
  padding-bottom: 26px;
  border-bottom: 3px solid #af1d7b;
  max-width: 1090px;
  margin: auto;
  margin-bottom: 80px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-rinen .rinen-head {
    font-size: 4.2vw;
    max-width: 87vw;
    padding-bottom: 3.5vw;
    margin-bottom: 10vw;
    border-bottom: 0.4vw solid #af1d7b;
  }
}

.page50th_top .sec-rinen .sec-btn {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-rinen .sec-btn {
    margin-bottom: 12vw;
  }
}

.page50th_top .sec-rinen .sec-accordion-wrap {
  display: none;
  position: relative;
  margin-bottom: 150px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-rinen .sec-accordion-wrap {
    margin-bottom: 9vw;
  }
}

.page50th_top .sec-rinen .sec-accordion-wrap .movieplayer {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 64px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-rinen .sec-accordion-wrap .movieplayer {
    max-width: 87vw;
    margin-bottom: 7vw;
  }
}

.page50th_top .sec-rinen .sec-accordion-wrap .movieplayer .movieplayer-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.page50th_top .sec-rinen .sec-accordion-wrap .movieplayer .movieplayer-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page50th_top .sec-rinen .sec-accordion-wrap .catch {
  text-align: center;
  margin-bottom: 54px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 2em;
  padding-right: 2em;
}

.page50th_top .sec-rinen .sec-accordion-wrap .catch p:first-child {
  margin-bottom: 68px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-rinen .sec-accordion-wrap .catch p:first-child {
    margin-bottom: 7vw;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1201px) {
  .page50th_top .sec-rinen .sec-accordion-wrap .catch {
    font-size: 2vw;
  }
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top .sec-rinen .sec-accordion-wrap .catch {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-rinen .sec-accordion-wrap .catch {
    font-size: 2.68vw;
    line-height: 2.115384615384615;
    margin-bottom: 7.5vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.page50th_top .sec-rinen .sec-accordion-wrap .detail {
  max-width: 1000px;
  margin: auto;
  color: #1a1311;
  margin-bottom: -32px;
  font-weight: normal;
  font-size: 16.8px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top .sec-rinen .sec-accordion-wrap .detail {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-rinen .sec-accordion-wrap .detail {
    font-size: 3.3vw;
    line-height: 1.8;
    max-width: 87vw;
    margin-bottom: 0;
  }
}

.page50th_top .sec-rinen .sec-accordion-wrap .detail p {
  /*
					行間のスタイルはhttps://www.aeon.info/company/concept/に準じる
					*/
  margin-bottom: 4.4em;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-rinen .sec-accordion-wrap .detail p {
    margin-bottom: 2.5em;
  }
}

.page50th_top .sec-message {
  max-width: 1090px;
  margin: auto;
  margin-bottom: 212px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-message {
    max-width: 100vw;
    margin-bottom: 22vw;
  }
}

.page50th_top .sec-message .sec-message-head {
  font-family: 'Barlow', 'Noto Sans JP', -apple-system, blinkMacSystemFont, Helvetica Neue, Segoe UI, Yu Gothic, YuGothic, 游ゴシック体, Meiryo, sans-serif;
  font-size: 35px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #af1d7b;
  margin-bottom: 45px;
  font-weight: bold;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-message .sec-message-head {
    font-size: 4.2vw;
    margin-bottom: 4vw;
  }
}

.page50th_top .sec-message .sec-message-head span {
  font-size: 32px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-message .sec-message-head span {
    font-size: 4.2666vw;
  }
}

.page50th_top .sec-message .sec-btn {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-message .sec-btn {
    margin-bottom: 7vw;
  }
}

.page50th_top .sec-message .sec-btn a {
  display: block;
}

.page50th_top .sec-message .sec-btn a:hover {
  text-decoration: none;
}

.page50th_top .sec-contents {
  position: relative;
  margin-bottom: 93px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-contents {
    margin-bottom: 7vw;
  }
}

.page50th_top .sec-contents .sec-contents-head {
  font-family: 'EB Garamond', 'Noto Sans JP', -apple-system, blinkMacSystemFont, Helvetica Neue, Segoe UI, Yu Gothic, YuGothic, 游ゴシック体, Meiryo, sans-serif;
  font-size: 64px;
  line-height: 1;
  text-align: center;
  margin-bottom: 38px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-contents .sec-contents-head {
    font-size: 8.528vw;
    margin-bottom: 5vw;
  }
}

.page50th_top .sec-contents .sec-head-separator {
  width: 118px;
  margin: auto;
  margin-bottom: 86px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-contents .sec-head-separator {
    width: 15.73333vw;
    margin-bottom: 3vw;
  }
}

.page50th_top .sec-contents .sec-contents-topics {
  max-width: 1400px;
  background-color: #F7F7F7;
  border-radius: 30px;
  padding-top: 82px;
  padding-bottom: 78px;
  margin: auto;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-contents .sec-contents-topics {
    max-width: 100vw;
    border-radius: 0;
    padding-top: 5vw;
    padding-bottom: 4vw;
  }
}

.page50th_top .sec-contents .sec-contents-topics .topics-head {
  font-family: 'Barlow', 'Noto Sans JP', -apple-system, blinkMacSystemFont, Helvetica Neue, Segoe UI, Yu Gothic, YuGothic, 游ゴシック体, Meiryo, sans-serif;
  font-size: 28.8px;
  letter-spacing: 0.5em;
  line-height: 1;
  text-align: center;
  color: #af1d7b;
  margin-bottom: 34px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-contents .sec-contents-topics .topics-head {
    font-size: 3.84vw;
    margin-bottom: 6vw;
  }
}

.page50th_top .sec-contents .sec-contents-topics .topics-list {
  width: 79%;
  margin: auto;
  background-color: white;
  border-radius: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-contents .sec-contents-topics .topics-list {
    width: 87%;
    border-radius: 3.33333vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}

.page50th_top .sec-panelbtn {
  position: relative;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 160px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-panelbtn {
    max-width: 100vw;
    margin-bottom: 17vw;
  }
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item {
  width: 390px;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top .sec-panelbtn .sec-panelbtn-wrap .item {
    width: 45%;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-panelbtn .sec-panelbtn-wrap .item {
    width: 90%;
    margin: auto;
    margin-bottom: 0;
  }
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image {
  position: relative;
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image:hover {
  opacity: 0.8;
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text {
  position: absolute;
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text h3 {
    font-size: 6vw;
  }
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text .text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.470588235294118;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text .text {
    font-size: 3.8vw;
  }
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text.btn1 {
  width: 79%;
  top: 59%;
  left: 10%;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text.btn1 {
    width: 78%;
    top: 61%;
    left: 11%;
  }
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text.btn1 h3 {
  color: #19a300;
  margin-bottom: 0.5em;
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text.btn2 {
  width: 79%;
  top: 58%;
  left: 10%;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text.btn2 {
    width: 78%;
    top: 61%;
    left: 11%;
  }
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text.btn2 h3 {
  color: #0046B7;
  margin-bottom: 0.9em;
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text.btn3 {
  width: 79%;
  top: 58%;
  left: 10%;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text.btn3 {
    width: 78%;
    top: 61%;
    left: 11%;
  }
}

.page50th_top .sec-panelbtn .sec-panelbtn-wrap .item .btn-image .btn-text.btn3 h3 {
  color: #B60081;
  margin-bottom: 0.5em;
}

.page50th_top .sec-foot-btn {
  position: relative;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-foot-btn {
    max-width: 100vw;
  }
}

.page50th_top .sec-foot-btn .sec-foot-btn-wrap {
  max-width: 980px;
  margin: auto;
  gap: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top .sec-foot-btn .sec-foot-btn-wrap {
    justify-content: center;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-foot-btn .sec-foot-btn-wrap {
    max-width: 100vw;
    gap: 0;
  }
}

.page50th_top .sec-foot-btn .sec-foot-btn-wrap .item {
  width: auto;
  margin-bottom: 17px;
}

@media screen and (max-width: 881px) {
  .page50th_top .sec-foot-btn .sec-foot-btn-wrap .item {
    width: 76vw;
    margin: auto;
    margin-bottom: 7vw;
  }
}

.page50th_top .sec-foot-btn .sec-foot-btn-wrap .item a {
  text-decoration: none;
}

.page50th_top2 .top2 {
  position: relative;
  max-width: 1170px;
  margin: auto;
  margin-bottom: 218px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 {
    max-width: 88vw;
    margin: auto;
    margin-bottom: 18vw;
  }
}

.page50th_top2 .top2 .sec_head {
  text-align: center;
  color: #af1d7b;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 38px;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .top2 .sec_head {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .sec_head {
    font-size: 7.36vw;
    margin-bottom: 6vw;
    line-height: 1.5;
    padding-left: 0;
    padding-right: 0;
  }
}

.page50th_top2 .top2 .sec_head.soukai-head {
  margin-bottom: 41px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .sec_head.soukai-head {
    margin-bottom: 6vw;
  }
}

.page50th_top2 .top2 .sec_subhead {
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  text-align: center;
  color: #af1d7b;
  margin-bottom: 81px;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .top2 .sec_subhead {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .sec_subhead {
    font-size: 4.4vw;
    margin-bottom: 6vw;
  }
}

.page50th_top2 .top2 .text {
  font-size: 20.8px;
  line-height: 1.84;
  color: #272727;
  margin-bottom: 49px;
}

.page50th_top2 .top2 .text .atention {
  font-size: 0.8em;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .top2 .text {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .text {
    font-size: 3.2vw;
    margin-bottom: 6vw;
  }
}

.page50th_top2 .top2 .text p {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .text p {
    margin-bottom: 6vw;
  }
}

.page50th_top2 .top2 .text p:last-child {
  margin-bottom: 0;
}

.page50th_top2 .top2 .text.gt1 {
  margin-bottom: 67px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .text.gt1 {
    margin-bottom: 6vw;
  }
}

.page50th_top2 .top2 .text.gt2 {
  margin-bottom: 75px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .text.gt2 {
    margin-bottom: 6vw;
  }
}

.page50th_top2 .top2 .text.gt3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .text.gt3 {
    margin-bottom: 6vw;
  }
}

.page50th_top2 .top2 .minihead {
  width: 260px;
  height: 38px;
  background-color: #af1d7b;
  color: #fff;
  font-weight: bold;
  font-size: 20.8px;
  line-height: 1;
  text-align: center;
  padding: 0.2em;
  border-radius: 22px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .top2 .minihead {
    margin-left: 2em;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .minihead {
    font-size: 3.2vw;
    border-radius: 2.93333vw;
    margin-bottom: 0.5em;
    height: auto;
    padding: 1em;
  }
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .top2 .image {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.page50th_top2 .top2 .image.gi1 {
  margin-bottom: 23px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .image.gi1 {
    margin-bottom: 6vw;
  }
}

.page50th_top2 .top2 .image2col {
  display: flex;
  margin-bottom: 42px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .image2col {
    flex-wrap: wrap;
    gap: 0 0;
    margin-bottom: 6vw;
  }
}

.page50th_top2 .top2 .image2col .item {
  width: 50%;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .image2col .item {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.page50th_top2 .top2 .image2col .item .image.i1 {
  max-width: 570px;
  margin: auto;
  margin-bottom: 1em;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .image2col .item .image.i1 {
    width: 100%;
  }
}

.page50th_top2 .top2 .image2col .item .image.i2 {
  max-width: 570px;
  margin: auto;
  margin-bottom: 1em;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .image2col .item .image.i2 {
    width: 100%;
    margin-bottom: 1em;
  }
}

.page50th_top2 .top2 .image2col .item .text {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #1a1311;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .image2col .item .text {
    font-size: 2.6vw;
  }
}

.page50th_top2 .top2 .text-ginfo {
  font-size: 20.8px;
  line-height: 1;
  color: #272727;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .top2 .text-ginfo {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .top2 .text-ginfo {
    font-size: 2.8vw;
  }
}

.page50th_top2 .sec_mirai {
  max-width: 1170px;
  margin: auto;
  margin-bottom: 193px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai {
    max-width: 88vw;
    margin-bottom: 18vw;
  }
}

.page50th_top2 .sec_mirai .sec_head {
  text-align: center;
  color: #af1d7b;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 41px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec_head {
    font-size: 7.4666vw;
    margin-bottom: 6vw;
  }
}

.page50th_top2 .sec_mirai .sec_subhead {
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  text-align: center;
  color: #af1d7b;
  margin-bottom: 83px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec_subhead {
    font-size: 4.4vw;
    margin-bottom: 6vw;
  }
}

.page50th_top2 .sec_mirai .sec_detailhead {
  font-weight: bold;
  font-size: 28.8px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 77px;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .sec_mirai .sec_detailhead {
    font-size: 21.6px;
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec_detailhead {
    font-size: 3.84vw;
    margin-bottom: 12vw;
  }
}

.page50th_top2 .sec_mirai .sec_detailhead2 {
  font-weight: bold;
  font-size: 28.8px;
  line-height: 1.328;
  text-align: center;
  margin-bottom: 71px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec_detailhead2 {
    font-size: 3.84vw;
    margin-bottom: 6vw;
  }
}

.page50th_top2 .sec_mirai .infopanel2-wrap {
  position: relative;
  margin-bottom: 7.5em;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2-wrap {
    margin-bottom: 4.5em;
  }
}

.page50th_top2 .sec_mirai .infopanel2-wrap.last {
  margin-bottom: 11em;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2-wrap.last {
    margin-bottom: 6.5em;
  }
}

.page50th_top2 .sec_mirai .infopanel2 {
  position: relative;
  margin-bottom: 3em;
}

.page50th_top2 .sec_mirai .infopanel2 .panelhead {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #af1d7b;
  margin-bottom: 36px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .panelhead {
    font-size: 6.6vw;
    line-height: 1.35;
    margin-bottom: 6vw;
  }
}

.page50th_top2 .sec_mirai .infopanel2 .headcatch {
  border-bottom: 2px solid #af1d7b;
  margin-bottom: 1.5em;
}

.page50th_top2 .sec_mirai .infopanel2 .headcatch .catch {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  color: #af1d7b;
  padding-bottom: 0.6em;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .headcatch .catch {
    font-size: 4.4vw;
    line-height: 1.35;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .headcatch .catch.pt2 {
    font-size: 4vw;
    line-height: 1.35;
  }
}

.page50th_top2 .sec_mirai .infopanel2 .detail {
  display: flex;
  gap: 40px;
  width: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .detail {
    width: 96%;
    margin: auto;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .detail {
    flex-wrap: wrap;
    gap: 0;
  }
}

.page50th_top2 .sec_mirai .infopanel2 .detail .image {
  width: 38%;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .detail .image {
    width: 100%;
    margin-bottom: 0;
    order: 1;
  }
}

.page50th_top2 .sec_mirai .infopanel2 .detail .text {
  flex: 1;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .detail .text {
    width: 100%;
    margin-bottom: 6vw;
    order: 0;
  }
}

.page50th_top2 .sec_mirai .infopanel2 .detail .text .year {
  font-family: 'Barlow', 'Noto Sans JP', -apple-system, blinkMacSystemFont, Helvetica Neue, Segoe UI, Yu Gothic, YuGothic, 游ゴシック体, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background-color: #af1d7b;
  padding: 0.3em 1.2em;
  margin-bottom: 4em;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .detail .text .year {
    font-size: 3.1vw;
    line-height: 1.35;
    margin: 0;
  }
}

.page50th_top2 .sec_mirai .infopanel2 .detail .text .detailcatch {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.328;
  color: #af1d7b;
  margin-bottom: 0.3em;
  margin-top: 30px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .detail .text .detailcatch {
    font-size: 4vw;
    margin-top: 3vw;
  }
}

.page50th_top2 .sec_mirai .infopanel2 .detail .text .detailtext {
  font-size: 20.8px;
  line-height: 1.8456;
  color: #272727;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .infopanel2 .detail .text .detailtext {
    font-size: 3.13vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list {
  position: relative;
  margin-bottom: 119px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list {
    margin-bottom: 18vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn {
  position: relative;
  border: 8px solid #af1d7b;
  border-radius: 63px;
  padding: 15px 0 11px 0;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn {
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn {
    border: 1.06667vw solid #af1d7b;
    border-radius: 8.4vw;
    padding: 2vw 0 2vw 0;
    margin-bottom: 6vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn .image {
  margin: auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn .image {
    margin-bottom: 2vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn .text {
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn .text {
    font-size: 3.1vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn.btn1 .image {
  width: 186px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn.btn1 .image {
    width: 24.8vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn.btn2 .image {
  width: 420px;
  margin-bottom: 11px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn.btn2 .image {
    width: 54.13333vw;
    margin-bottom: 0;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn.btn3 {
  padding: 42px 0 38px 0;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn.btn3 {
    padding: 5.6vw 0 5.06667vw 0;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn.btn3 .text {
  font-size: 28px;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec_imagebtn.btn3 .text {
    font-size: 3.68vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail {
  position: relative;
  width: 100%;
  display: flex;
  gap: 38px;
  margin-bottom: 46px;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 4vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail .image-wrap {
  width: 38%;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail .image-wrap {
    width: 100%;
    order: 1;
    margin-bottom: 3vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail .image-wrap .image {
  margin-bottom: 5px;
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail .image-wrap .text {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.392;
  text-align: center;
  color: #1a1311;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail .image-wrap .text {
    font-size: 2.6vw;
    margin-bottom: 3vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail .detail {
  flex: 1;
  font-size: 20.8px;
  line-height: 1.84;
  color: #272727;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail .detail {
    width: 100%;
    order: 0;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec-aeon-list-detail .detail {
    font-size: 2.72vw;
    margin-bottom: 4vw;
  }
}

.page50th_top2 .sec_mirai .sec-aeon-list .sec-detailtext {
  font-size: 20.8px;
  line-height: 1.84;
  color: #272727;
  margin-bottom: 69px;
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec-detailtext {
    margin-left: 2em;
    margin-right: 2em;
  }
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-aeon-list .sec-detailtext {
    font-size: 2.72vw;
    margin-bottom: 6vw;
  }
}

.page50th_top2 .sec_mirai .sec-detailbtn {
  width: 500px;
  margin: auto;
}

@media screen and (max-width: 881px) {
  .page50th_top2 .sec_mirai .sec-detailbtn {
    width: 66.66667vw;
    height: 12vw;
  }
}

.page50th_top2 .sec_mirai .sec-detailbtn a:hover {
  text-decoration: none !important;
}

.nav-wrap {
  position: relative;
}

.nav-wrap .nav-pc {
  background-color: #af1d7b;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 881px) {
  .nav-wrap .nav-pc {
    display: none;
  }
}

.nav-wrap .nav-pc .crumbs {
  max-width: 1100px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-wrap .nav-pc .crumbs .lists {
  display: flex;
  justify-content: center;
  gap: 52px;
}

.nav-wrap .nav-pc .crumbs .lists .item {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.nav-wrap .nav-pc .crumbs .lists .item .active {
  text-decoration: none;
  opacity: 0.4;
  color: #fff;
}

.nav-wrap .nav-pc .crumbs .lists .item .active:hover {
  opacity: 0.6;
}

.nav-wrap .nav-pc .crumbs .lists .item .link {
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-wrap .nav-pc .crumbs .lists .item .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent white;
  display: inline-block;
  width: 0;
  height: 0;
}

.nav-wrap .nav-pc .crumbs .lists .item .link:hover {
  opacity: 0.6;
}

.nav-wrap .nav-sp {
  display: none;
  position: relative;
}

@media screen and (max-width: 881px) {
  .nav-wrap .nav-sp {
    display: block;
  }
}

.nav-wrap .nav-sp .head {
  background-color: #af1d7b;
  width: 100%;
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 3vw;
}

.nav-wrap .nav-sp .head .menuitem {
  font-size: 3.9vw;
  line-height: 1;
  color: white;
  position: relative;
}

.nav-wrap .nav-sp .head .menuitem:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4.5vw;
  border-style: solid;
  border-width: 1.5vw 1.5vw 0 1.5vw;
  border-color: white transparent transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
}

.nav-wrap .nav-sp .head .menuitem.active:after {
  border-width: 0  1.5vw 1.5vw 1.5vw;
  border-color: transparent transparent white transparent;
  display: inline-block;
  width: 0;
  height: 0;
}

.nav-wrap .nav-sp .crumbs {
  display: none;
  background-color: #af1d7b;
  width: 100%;
  position: relative;
  padding-bottom: 16vw;
}

.nav-wrap .nav-sp .crumbs .lists {
  border-top: 1px solid white;
  max-width: 79%;
  margin: auto;
  position: relative;
}

.nav-wrap .nav-sp .crumbs .lists .item {
  font-weight: bold;
  font-size: 3.73333vw;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-top: 8vw;
  padding-bottom: 8.9vw;
  border-bottom: 1px solid white;
}

.nav-wrap .nav-sp .crumbs .lists .item .active {
  opacity: 0.4;
  color: white;
  text-decoration: none;
}

.nav-wrap .nav-sp .crumbs .lists .item .link {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.nav-wrap .nav-sp .crumbs .lists .item .link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4.5vw;
  border-style: solid;
  border-width: 1.5vw 0 1.5vw 1.5vw;
  border-color: transparent transparent transparent white;
  display: inline-block;
  width: 0;
  height: 0;
}

/*# sourceMappingURL=style.css.map */