@charset "UTF-8";
/* ---------------------------------------------------
resset
---------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body, html {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, p, figure, picture, blockquote, ul, li, dl, dd {
  margin: 0;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

i, s {
  font-style: normal;
}

a:not([class]) {
  color: currentColor;
}

img, figure, picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

button {
  all: unset;
  display: revert;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*-------------------------------------------
config
-------------------------------------------*/
/* color */
/* width */
/*-------------------------------------------
font
-------------------------------------------*/
/*
font-family: "Noto Serif JP", serif;
font-weight: 200; //ExtraLight

font-family: "Noto Sans JP", sans-serif;
font-weight: 300; //Light
font-weight: 400; //Regular
font-weight: 700; //Bold

font-family: "Montserrat", sans-serif;
font-weight: 600; //SemiBold
font-weight: 900; //Black

*/
/*-------------------------------------------
base
-------------------------------------------*/
html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

body {
  position: relative;
  text-align: center;
  color: #231815;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

.head {
  position: relative;
  text-align: center;
  display: block;
  line-height: 1;
}
.head i {
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
}

.subHead {
  line-height: 1.5;
}

p {
  text-align: left;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.center {
  text-align: center;
}

.btn {
  text-align: center;
}
.btn a {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border: 2px solid #88a1d3;
  background: #88a1d3;
  border-radius: 21px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #88a1d3), color-stop(50%, transparent));
  background-image: linear-gradient(90deg, #88a1d3 50%, transparent 50%);
  background-position: 100%;
  line-height: 1;
  margin: 0 auto 0;
  max-width: 240px;
  height: 42px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 520px) {
  .btn a {
    font-size: 14px;
    height: 38px;
  }
}
.btn a[target=_blank] {
  min-width: 278px;
}
.btn a[target=_blank] i {
  position: relative;
  display: block;
}
.btn a[target=_blank] i::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -50px;
  bottom: 0;
  background: url("/125th/common/img/icon_blank01.svg") no-repeat 50% 50%/contain;
  width: 21px;
  height: 21px;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.btn a[target=_blank]:hover i::after {
  background-image: url("/125th/common/img/icon_blank01_w.svg");
}
.btn a:hover {
  color: #88a1d3;
  opacity: 1;
}
.btn a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn a:hover::after {
  background-position: 16px;
}
.btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.btn.white a {
  color: #000;
  border-color: #fff;
  border: none;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: linear-gradient(90deg, #fff 50%, transparent 50%);
}
.btn.white a:hover {
  color: #fff;
}
.btn.white a::before {
  background: #88a1d3;
}

.indent {
  margin-left: 1em;
  text-align: left;
}
.indent > li {
  text-indent: -1em;
}
.indent.number {
  margin-left: 1.5em;
}
.indent.number li {
  text-indent: -1.5em;
}

.numberList {
  text-align: left;
}
.numberList > li {
  position: relative;
  counter-increment: count;
  padding-left: 1.2em;
}
.numberList > li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  content: counter(count) ".";
}
.numberList.margin > li + li {
  margin-top: 15px;
}
.numberList .numberList_k {
  margin-top: 15px;
}

.numberList_k {
  text-align: left;
}
.numberList_k > li {
  position: relative;
  counter-increment: count_k;
  padding-left: 1.6em;
}
.numberList_k > li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em;
  content: "(" counter(count_k) ")";
}
.numberList_k.margin > li + li {
  margin-top: 15px;
}

.fadein {
  position: relative;
  top: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.fadein.visible {
  top: 0;
  opacity: 1;
}

.forSP {
  display: none;
}
@media (max-width: 520px) {
  .forSP {
    display: block;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 239, 248, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, scale 0s 0.5s;
  transition: opacity 0.5s, scale 0s 0.5s;
  padding: 60px;
  scale: 0;
  z-index: 200;
  /* 背景クリックでモーダルを閉じる */
}
@media (max-width: 520px) {
  .modal {
    padding: 34px;
  }
}
.modal:target {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  scale: 1;
  /* モーダルがターゲットされたときに .modal-wrapper を表示 */
}
.modal:target .modal-wrapper {
  opacity: 1;
}
.modal .modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* 背景がクリック可能であることを明示 */
}
.modal .modal-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
  max-width: 750px;
  max-height: 90%;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; /* 表示を遅延させる */
  z-index: 210;
}
@media (max-width: 520px) {
  .modal .modal-wrapper {
    max-height: 70%;
  }
}
.modal .modal-wrapper .modal-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 70px 60px;
}
@media (max-width: 520px) {
  .modal .modal-wrapper .modal-content-wrapper {
    padding: 32px 28px 32px;
  }
}
.modal .modal-wrapper .btnClose {
  position: sticky;
  top: 0;
  right: 0;
  text-align: right;
  height: 0;
}
.modal .modal-wrapper .btnClose .close {
  position: relative;
  top: -48px;
  right: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #250e62;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 520px) {
  .modal .modal-wrapper .btnClose .close {
    top: -42px;
    right: 10px;
  }
}
.modal .modal-wrapper .modal-content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1060px) {
  .modal .modal-wrapper .modal-content {
    gap: 3.125vw;
  }
}
@media (max-width: 768px) {
  .modal .modal-wrapper .modal-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
.modal .modal-wrapper .modal-content .figure {
  width: 240px;
}
@media (max-width: 1060px) {
  .modal .modal-wrapper .modal-content .figure {
    width: 18.75vw;
  }
}
@media (max-width: 768px) {
  .modal .modal-wrapper .modal-content .figure {
    width: 100%;
  }
}
.modal .modal-wrapper .modal-content > div {
  width: calc(100% - 280px);
}
@media (max-width: 1060px) {
  .modal .modal-wrapper .modal-content > div {
    width: calc(100% - 21.875vw);
  }
}
@media (max-width: 768px) {
  .modal .modal-wrapper .modal-content > div {
    width: 100%;
  }
}
.modal .modal-wrapper .modal-content .ttl {
  color: #250e62;
  margin-bottom: 20px;
}
@media (max-width: 520px) {
  .modal .modal-wrapper .modal-content .ttl {
    margin-bottom: 15px;
  }
}
.modal .modal-wrapper .modal-content .ttl span {
  display: block;
  font-size: 16px;
}
.modal .modal-wrapper .modal-content .ttl span i {
  display: inline-block;
}
.modal .modal-wrapper .modal-content .ttl b {
  display: block;
  margin-top: 6px;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 520px) {
  .modal .modal-wrapper .modal-content .ttl b {
    margin-bottom: 20px;
  }
}
.modal .modal-wrapper .modal-content .ttl b i {
  display: inline;
  margin-left: 0.3em;
}
.modal .modal-wrapper .modal-content .ttl b + b {
  margin-top: -25px;
}
@media (max-width: 520px) {
  .modal .modal-wrapper .modal-content .ttl b + b {
    margin-top: -10px;
  }
}
.modal .modal-wrapper .modal-content .subTtl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.modal .modal-wrapper .modal-content .subTtl i {
  display: block;
}
.modal .modal-wrapper .modal-content .text {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*-------------------------------------------
common
-------------------------------------------*/
#wrapper {
  text-align: center;
}
#wrapper.open #header.scroll #menuTrigger::before, #wrapper.open #header.scroll #menuTrigger::after,
#wrapper.open #header.scroll #menuTrigger i:before {
  background: #fff;
}
#wrapper.open nav {
  visibility: visible;
  opacity: 1;
  left: calc(100vw - 440px);
}
@media (max-width: 520px) {
  #wrapper.open nav {
    left: 0;
  }
}
@media (max-width: 520px) {
  #wrapper.open #menuTrigger::before, #wrapper.open #menuTrigger::after,
  #wrapper.open #menuTrigger i:before {
    background: #fff;
  }
}

#main {
  max-width: 1060px;
  margin-inline: auto;
}
@media (max-width: 1136px) {
  #main {
    padding-inline: 38px;
  }
}
@media (max-width: 520px) {
  body:not(.index) #main {
    margin-top: 70px;
  }
}

#header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  padding-inline: 40px;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  -webkit-animation: menuFadeIn 1s ease 1.5s;
          animation: menuFadeIn 1s ease 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes menuFadeIn {
  0% {
    top: -90px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes menuFadeIn {
  0% {
    top: -90px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@media (max-width: 520px) {
  #header {
    height: 70px;
    padding-inline: 12px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
  }
}
body:not(.index) #header {
  -webkit-animation: none;
          animation: none;
  top: 0px;
  opacity: 1;
}
#header.scroll {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
}
#header.scroll .headerLogo a {
  background-image: url("/125th/common/img/logo_header_b_pc.svg");
}
@media (max-width: 520px) {
  #header.scroll .headerLogo a {
    background-image: url("/125th/common/img/logo_header_b_sp.svg");
  }
}
#header .headerLogo {
  position: relative;
  display: inline-block;
  line-height: 1;
  z-index: 1;
}
#header .headerLogo a {
  display: inline-block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/125th/common/img/logo_header_w_pc.svg") no-repeat 0 0/contain;
  width: 471px;
  height: 73px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 520px) {
  #header .headerLogo a {
    background-image: url("/125th/common/img/logo_header_b_sp.svg");
    width: 226px;
    height: 50px;
  }
}
#header #menuTrigger {
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
  width: 78px;
  height: 90px;
  z-index: 101;
  cursor: pointer;
}
@media (max-width: 520px) {
  #header #menuTrigger {
    right: 10px;
    width: 58px;
    height: 70px;
  }
}
#header #menuTrigger i {
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
}
#header #menuTrigger::before, #header #menuTrigger::after,
#header #menuTrigger i:before {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 24px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 520px) {
  #header #menuTrigger::before, #header #menuTrigger::after,
  #header #menuTrigger i:before {
    height: 1.5px;
    background: #250e62;
  }
}
#header #menuTrigger:before {
  top: -30px;
}
@media (max-width: 520px) {
  #header #menuTrigger:before {
    top: -26px;
  }
}
#header #menuTrigger::after {
  bottom: -30px;
}
@media (max-width: 520px) {
  #header #menuTrigger::after {
    bottom: -26px;
  }
}
#header #menuTrigger.open::before {
  top: 0;
  rotate: 45deg;
}
#header #menuTrigger.open::after {
  bottom: 0;
  rotate: -45deg;
}
#header #menuTrigger.open i:before {
  display: none;
}
#header.scroll #menuTrigger::before, #header.scroll #menuTrigger::after,
#header.scroll #menuTrigger i:before {
  background: #250e62;
}
#header nav {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 100%;
  width: 440px;
  height: 100vh;
  color: #fff;
  background: #250e62;
  padding: 130px 60px 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 100;
}
@media (max-width: 520px) {
  #header nav {
    width: 100%;
    padding: 100px 40px 60px;
  }
}
#header nav .navLogo img {
  width: 280px;
  margin: 0;
}
#header nav .navList {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 520px) {
  #header nav .navList {
    padding-bottom: 40px;
  }
}
@media (max-width: 520px) {
  #header nav .navList::before {
    position: absolute;
    content: "";
    display: block;
    top: -9px;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
}
#header nav .navList li {
  position: relative;
  text-align: left;
}
@media (max-width: 520px) {
  #header nav .navList li {
    text-align: center;
  }
}
@media (max-width: 520px) {
  #header nav .navList li::before {
    position: absolute;
    content: "";
    display: block;
    bottom: -13px;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
}
#header nav .navList li + li {
  margin-top: 30px;
}
@media (max-width: 520px) {
  #header nav .navList li + li {
    margin-top: 24px;
  }
}
#header nav .navList li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
  padding: 2px 0;
}
@media (max-width: 520px) {
  #header nav .navList li a {
    font-size: 16px;
  }
}
#header nav .navList li a::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -8px;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header nav .navList li a:hover::after {
  width: 100%;
}
@media (max-width: 520px) {
  #header nav .navList li a:hover::after {
    width: 0;
  }
}
#header nav .navList li.disabled::after {
  content: "Coming Soon";
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  margin-top: 7px;
}
@media (max-width: 520px) {
  #header nav .navList li.disabled::after {
    font-size: 11px;
    margin-top: 5px;
  }
}
#header nav .navList li.disabled a {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

#footer {
  position: relative;
  padding: 40px 40px 25px;
  text-align: center;
  background: #250e62;
  color: #fff;
  z-index: 1;
}
@media (max-width: 520px) {
  #footer {
    padding-bottom: 20px;
  }
}
#footer > * {
  text-align: center;
}
#footer .footerLogo a {
  display: inline-block;
}
@media (max-width: 520px) {
  #footer .footerLogo a img {
    max-width: 298px;
  }
}
#footer .ttl {
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 520px) {
  #footer .ttl {
    margin-top: 13px;
  }
}
#footer .ttl i {
  display: inline-block;
}
@media (max-width: 520px) {
  #footer .ttl i {
    display: block;
  }
}
#footer .ttl i + i {
  margin-left: 0.5em;
}
@media (max-width: 520px) {
  #footer .ttl i + i {
    margin-left: 0;
  }
}
#footer .address {
  font-size: 16px;
  margin-top: 13px;
}
@media (max-width: 520px) {
  #footer .address {
    font-size: 14px;
    margin-top: 28px;
  }
}
#footer .address i {
  display: inline-block;
}
@media (max-width: 520px) {
  #footer .address i {
    display: block;
  }
}
#footer .address i + i {
  margin-left: 1em;
}
@media (max-width: 520px) {
  #footer .address i + i {
    margin-left: 0;
  }
}
#footer .officialLink {
  margin-top: 25px;
}
#footer .officialLink a {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1;
  padding: 15px 50px;
  text-decoration: none;
}
@media (max-width: 520px) {
  #footer .officialLink a {
    padding-inline: 35px;
  }
}
#footer .footerNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  gap: 0 2em;
  margin-top: 40px;
}
@media (max-width: 520px) {
  #footer .footerNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    margin-top: 46px;
  }
}
#footer .footerNavList > li {
  position: relative;
  line-height: 1;
}
#footer .footerNavList > li + li::after {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  left: -1em;
  margin: auto;
  width: 1px;
  height: 16px;
  background: #fff;
}
@media (max-width: 520px) {
  #footer .footerNavList > li + li::after {
    top: -60px;
    left: 0;
    right: 0;
    width: 1px;
    height: 1px;
    width: 35px;
  }
}
#footer .footerNavList > li a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  display: inline-block;
  padding: 7px 0;
}
#footer .footerNavList > li a:hover {
  opacity: 0.9;
  text-decoration: underline;
}
#footer .copyright {
  margin-top: 40px;
}
@media (max-width: 520px) {
  #footer .copyright {
    text-align: center;
    margin-top: 90px;
  }
}
#footer .copyright small {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 520px) {
  #footer .copyright small {
    font-size: 12px;
  }
}
#footer .forTop {
  position: absolute;
  bottom: 30px;
  right: 47px;
  width: 58px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 520px) {
  #footer .forTop {
    bottom: 54px;
    right: 20px;
  }
}
#footer .forTop a {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
}
#footer .forTop a::after {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  rotate: 45deg;
}
#footer .forTop a i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  width: 2px;
  height: 28px;
  background: #fff;
  border-radius: 1px;
}

section {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  padding-top: 105px;
  padding-bottom: 125px;
  scroll-margin-top: 90px;
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding-inline: calc(50vw - 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 520px) {
  section {
    padding-top: 40px;
    padding-bottom: 55px;
    scroll-margin-top: 70px;
  }
}
section.sticky {
  position: sticky;
  top: 0;
}
section.comingsoon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
section.comingsoon::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  text-align: center;
  line-height: 1;
  width: 345px;
  height: 47px;
  background: url("/125th/img/text_coming Soon01.svg") no-repeat 0 0/contain;
  z-index: 3;
}
@media (max-width: 520px) {
  section.comingsoon::after {
    width: 165px;
    height: 81px;
    background-image: url("/125th/img/text_coming Soon01_sp.svg");
  }
}
section.comingsoon .fadein {
  top: 0;
  opacity: 1;
}

body.message #mainImg {
  background: url("/125th/message/img/main_message01.webp") no-repeat 50% 50%/cover;
}
@media (max-width: 520px) {
  body.message #mainImg {
    background: url("/125th/message/img/main_message01_sp.webp") no-repeat 50% 50%/cover;
  }
}

body.history #mainImg {
  background: url("/125th/history/img/main_history01.webp") no-repeat 50% 50%/cover;
}
@media (max-width: 520px) {
  body.history #mainImg {
    background: url("/125th/history/img/main_history01_sp.webp") no-repeat 50% 50%/cover;
  }
}

body.memorial #mainImg {
  background: url("/125th/memorial/img/main_memorial01.webp") no-repeat 50% 50%/cover;
}
@media (max-width: 520px) {
  body.memorial #mainImg {
    background: url("/125th/memorial/img/main_memorial01_sp.webp") no-repeat 50% 50%/cover;
  }
}

body.future #mainImg {
  background: url("/125th/future/img/main_future01.webp") no-repeat 50% 50%/cover;
}
@media (max-width: 520px) {
  body.future #mainImg {
    background: url("/125th/future/img/main_future01_sp.webp") no-repeat 50% 50%/cover;
  }
}

body.magazine #mainImg {
  background: url("/125th/magazine/img/main_magazine01.webp") no-repeat 50% 50%/cover;
}
@media (max-width: 520px) {
  body.magazine #mainImg {
    background: url("/125th/magazine/img/main_magazine01_sp.webp") no-repeat 50% 50%/cover;
  }
}

#mainImg {
  height: 450px;
  color: #fff;
  padding-top: 90px;
  z-index: -1;
}
@media (max-width: 520px) {
  #mainImg {
    height: 375px;
    padding-top: 70px;
  }
}
@media (max-width: 520px) {
  #mainImg.sticky {
    top: 70px;
  }
}

/*-------------------------------------------
top
-------------------------------------------*/
#hero {
  padding: 0;
  z-index: -1;
}
#hero #hero_video {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/8;
}
#hero #hero_video video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 520px) {
  #hero #hero_video {
    margin-top: 70px;
    height: auto;
    aspect-ratio: 375/210;
  }
}
#hero #hero_video figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
  background: #fff;
  aspect-ratio: 375/210;
  -webkit-animation: bgFadeInFigure 2.5s ease 0s;
          animation: bgFadeInFigure 2.5s ease 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes bgFadeInFigure {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgFadeInFigure {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#hero #hero_video figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}
#hero .scrollIcon {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  height: 56px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  z-index: 1;
  opacity: 0;
  -webkit-animation: iconFadeIn 2s ease 0.5s;
          animation: iconFadeIn 2s ease 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes iconFadeIn {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 60px;
    opacity: 1;
  }
}
@keyframes iconFadeIn {
  0% {
    bottom: -40px;
    opacity: 0;
  }
  100% {
    bottom: 60px;
    opacity: 1;
  }
}
@media (max-width: 520px) {
  #hero .scrollIcon {
    display: none;
  }
}
#hero .scrollIcon i {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
}
#hero .scrollIcon i:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 44px;
  width: 1px;
  background: #fff;
  -webkit-animation: scrollIcon 1.5s linear 0s;
          animation: scrollIcon 1.5s linear 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@-webkit-keyframes scrollIcon {
  0% {
    top: -44px;
    opacity: 1;
  }
  30% {
    top: 0;
  }
  70% {
    top: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: 44px;
    opacity: 0;
  }
}
@keyframes scrollIcon {
  0% {
    top: -44px;
    opacity: 1;
  }
  30% {
    top: 0;
  }
  70% {
    top: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: 44px;
    opacity: 0;
  }
}

#introduction {
  padding-top: 110px;
  padding-bottom: 600px;
}
@media (min-width: 1280px) {
  #introduction {
    padding-bottom: 46.875vw;
  }
}
@media (max-width: 520px) {
  #introduction {
    padding-top: 85px;
    padding-bottom: 385px;
  }
}
#introduction::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 1280px;
  height: 600px;
  aspect-ratio: 1200/600;
  background: url("/125th/img/bg_introduction01.webp") no-repeat 50% 100%;
  background-size: 1280px auto;
  z-index: 1;
}
@media (min-width: 1280px) {
  #introduction::after {
    width: 100%;
    height: auto;
    background-size: contain;
  }
}
@media (max-width: 520px) {
  #introduction::after {
    background-size: auto 375px;
  }
}
#introduction .parallaxBg {
  position: absolute;
  content: "";
  top: -924px;
  left: -2901px;
  width: 3894px;
  height: 1508px;
  background: url("/125th/img/bg_lighting01.webp") no-repeat 0 0/contain;
  z-index: -1;
}
@media (max-width: 520px) {
  #introduction .parallaxBg {
    top: -498px;
    left: -1638px;
    width: 2104px;
    height: 846px;
  }
}
#introduction .countdown dt {
  color: #250e62;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 520px) {
  #introduction .countdown dt {
    font-size: 19px;
  }
}
#introduction .countdown.finish {
  margin-bottom: 100px;
}
@media (max-width: 520px) {
  #introduction .countdown.finish {
    margin-bottom: 40px;
  }
}
#introduction .countdown.finish dt {
  line-height: 1.4;
}
#introduction .countdown.finish dt br {
  display: none;
}
@media (max-width: 520px) {
  #introduction .countdown.finish dt br {
    display: block;
  }
}
#introduction .countdown dd {
  margin-top: 45px;
}
@media (max-width: 520px) {
  #introduction .countdown dd {
    margin-top: 22px;
  }
}
#introduction .countdown dd .countdown_days {
  position: relative;
  text-align: center;
  line-height: 1;
  width: 402px;
  margin-inline: auto;
}
@media (max-width: 520px) {
  #introduction .countdown dd .countdown_days {
    width: 278px;
  }
}
#introduction .countdown dd .countdown_days::before, #introduction .countdown dd .countdown_days::after {
  position: absolute;
  display: block;
  content: "";
  top: -9px;
  width: 29px;
  height: 129px;
  background: url("/125th/img/bg_line.svg") no-repeat 0 0/contain;
  -webkit-animation: flashSeconds 2s linear 0s;
          animation: flashSeconds 2s linear 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 520px) {
  #introduction .countdown dd .countdown_days::before, #introduction .countdown dd .countdown_days::after {
    top: -5px;
    left: 5px;
    width: 20px;
    height: 89px;
  }
}
@-webkit-keyframes flashSeconds {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes flashSeconds {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#introduction .countdown dd .countdown_days::after {
  right: 0;
}
@media (max-width: 520px) {
  #introduction .countdown dd .countdown_days::after {
    left: auto;
    right: -7px;
  }
}
#introduction .countdown dd .countdown_days i {
  display: inline-block;
  font-size: 30px;
  padding-bottom: 10px;
}
@media (max-width: 520px) {
  #introduction .countdown dd .countdown_days i {
    font-size: 20px;
  }
}
#introduction .countdown dd .countdown_days b {
  display: inline-block;
  width: 59px;
  height: 75px;
  font-size: 60px;
  font-weight: 200;
  color: #c5a346;
  background: #fff;
  border: 2px solid #eaddba;
  margin-inline: 4px;
  padding-top: 4px;
}
@media (max-width: 520px) {
  #introduction .countdown dd .countdown_days b {
    width: 41px;
    height: 52px;
    font-size: 41px;
    margin-inline: 2.5px;
    padding-top: 2px;
  }
}
#introduction .countdown dd .countdown_days b + i {
  margin-left: 5px;
}
@media (max-width: 520px) {
  #introduction .countdown dd .countdown_days b + i {
    margin-left: 3px;
  }
}
#introduction .countdown dd .countdown_text {
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 520px) {
  #introduction .countdown dd .countdown_text {
    font-size: 11px;
  }
}
#introduction .ttl {
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #c5a346;
  margin-top: 80px;
}
@media (max-width: 520px) {
  #introduction .ttl {
    font-size: 14px;
    margin-top: 56px;
  }
}
#introduction .text {
  text-align: center;
  font-size: 34px;
  margin-top: 5px;
  letter-spacing: 0;
}
@media (max-width: 520px) {
  #introduction .text {
    font-size: 16px;
    letter-spacing: -0.05em;
  }
}
#introduction .text i {
  display: inline-block;
}
#introduction .head {
  background: url("/125th/common/img/head_message.svg") no-repeat 0 0/contain;
  width: 276px;
  height: 65px;
  margin-top: 170px;
  margin-bottom: 55px;
}
@media (max-width: 520px) {
  #introduction .head {
    width: 178px;
    height: 42px;
    margin-top: 80px;
    margin-bottom: 42px;
  }
}
#introduction .head::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -25px;
  height: 1px;
  width: 54px;
  background: #000;
}
@media (max-width: 520px) {
  #introduction .head::after {
    bottom: -18px;
    width: 35px;
  }
}
#introduction .introductionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.90625vw;
}
@media (max-width: 960px) {
  #introduction .introductionList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  #introduction .introductionList {
    gap: 24px;
  }
}
#introduction .introductionList > li.chairman {
  text-align: left;
  width: 29.296875vw;
}
@media (max-width: 960px) {
  #introduction .introductionList > li.chairman {
    width: 100%;
  }
}
#introduction .introductionList > li.chairman p {
  font-size: 24px;
}
@media (max-width: 960px) {
  #introduction .introductionList > li.chairman p {
    text-align: center;
  }
}
@media (max-width: 520px) {
  #introduction .introductionList > li.chairman p {
    text-align: left;
  }
}
#introduction .introductionList > li.chairman p span {
  display: block;
  font-size: clamp(14px, 1.25vw, 16px);
}
#introduction .introductionList > li.chairman p span i {
  display: inline-block;
}
#introduction .introductionList > li.chairman p span i:first-child {
  margin-right: 0.5em;
}
#introduction .introductionList > li.chairman figure {
  margin: 0;
  margin-top: 78px;
  max-width: 245px;
}
@media (max-width: 960px) {
  #introduction .introductionList > li.chairman figure {
    margin-top: 30px;
    margin-inline: auto;
  }
}
@media (max-width: 520px) {
  #introduction .introductionList > li.chairman figure {
    max-width: 100%;
    width: 100%;
  }
}
#introduction .introductionList > li.chairman_ttl {
  text-align: left;
  width: 142px;
  height: 566px;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: auto;
}
@media (min-width: 1280) {
  #introduction .introductionList > li.chairman_ttl {
    width: 11.09375vw;
    height: 44.21875vw;
  }
}
#introduction .introductionList > li.chairman_ttl.vertical {
  background: url("/125th/img/txt_chairman_ttl01.svg") no-repeat 0 0/contain;
}
@media (max-width: 960px) {
  #introduction .introductionList > li.chairman_ttl.vertical {
    background: none;
  }
}
#introduction .introductionList > li.chairman_ttl.landscape {
  width: 150px;
  background: url("/125th/img/txt_chairman_ttl02.svg") no-repeat 0 0/contain;
}
@media (max-width: 960px) {
  #introduction .introductionList > li.chairman_ttl.landscape {
    background: none;
  }
}
@media (max-width: 960px) {
  #introduction .introductionList > li.chairman_ttl {
    text-indent: 0 !important;
    white-space: normal !important;
    font-size: 24px;
    width: 100% !important;
    height: auto !important;
    line-height: 1.5;
    margin-top: 5px;
  }
}
#introduction .introductionList > li.chairman_ttl i {
  display: inline-block;
}
@media (max-width: 960px) {
  #introduction .introductionList > li.chairman_ttl i {
    display: inline;
  }
}
#introduction .introductionList > li.chairman_ttl span {
  display: block;
  font-size: clamp(16px, 2.03125vw, 26px);
}
#introduction .introductionList > li.chairman_text {
  text-align: left;
  width: 456px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 960px) {
  #introduction .introductionList > li.chairman_text {
    width: 436px;
  }
}
@media (max-width: 960px) {
  #introduction .introductionList > li.chairman_text {
    width: 100%;
  }
}

#message {
  padding-top: 17px;
  padding-bottom: 30px;
  background: #fff url("/125th/img/bg_message01.webp") no-repeat 50% 100%;
  background-size: 1280px auto;
  z-index: 1;
}
@media (min-width: 1280px) {
  #message {
    background-size: 100% 328px;
  }
}
@media (max-width: 960px) {
  #message {
    padding-top: 30px;
  }
}
@media (max-width: 520px) {
  #message {
    padding-bottom: 25px;
    background-image: url("/125th/img/bg_message01_sp.webp");
    background-size: 100% 342px;
  }
}
#message .head {
  background: url("/125th/common/img/head_message_jp.svg") no-repeat 0 0/contain;
  width: 402px;
  height: 47px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  #message .head {
    margin-top: 20px;
    margin-inline: auto;
  }
}
@media (max-width: 520px) {
  #message .head {
    width: 257px;
    height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  #message .text {
    text-align: center;
  }
}
@media (max-width: 960px) {
  #message .text i {
    display: inline-block;
  }
}
#message .messageColumnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  #message .messageColumnList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#message .messageColumnList > li:first-child {
  width: 41.40625vw;
  min-width: clamp(300px, 41.40625vw, 530px);
  padding-inline: 30px;
}
@media (max-width: 960px) {
  #message .messageColumnList > li:first-child {
    width: 100%;
  }
}
#message .messageColumnList > li:first-child figure img {
  margin-right: 0;
}
@media (max-width: 960px) {
  #message .messageColumnList > li:first-child figure img {
    margin-right: auto;
    max-width: 350px;
  }
}
@media (max-width: 520px) {
  #message .messageColumnList > li:first-child figure img {
    max-width: 242px;
  }
}
#message .messageColumnList > li:last-child {
  padding-inline: 4.6875vw;
}
#message .messageColumnList > li:last-child .indent {
  margin-top: 20px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 520px) {
  #message .messageColumnList > li:last-child .indent {
    text-align: center;
  }
}
#message .btn {
  margin-top: 10px;
}
@media (max-width: 960px) {
  #message .btn {
    margin-top: 30px;
  }
}

#history {
  padding-top: 75px;
  padding-bottom: 30px;
  background: #fff url("/125th/img/bg_history01.webp") no-repeat 50% 50%;
  background-size: 1280px auto;
  height: 600px;
  color: #fff;
}
@media (min-width: 1280px) {
  #history {
    background-size: 100% auto;
  }
}
@media (max-width: 960px) {
  #history {
    height: auto;
    padding-top: 55px;
    background-image: url("/125th/img/bg_history01_sp.webp");
    background-size: 100% auto;
  }
}
#history.hover {
  background-size: 1536px auto;
}
@media (max-width: 960px) {
  #history.hover {
    background-size: 120% auto;
  }
}
#history .head.en {
  margin-top: 78px;
  background: url("/125th/common/img/head_history.svg") no-repeat 0 0/contain;
  width: 245px;
  height: 67px;
  margin-bottom: 55px;
}
@media (max-width: 960px) {
  #history .head.en {
    margin-top: 0;
    margin-inline: auto;
  }
}
@media (max-width: 520px) {
  #history .head.en {
    width: 158px;
    height: 43px;
    margin-bottom: 35px;
  }
}
#history .head.en::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -25px;
  height: 1px;
  width: 54px;
  background: #fff;
}
@media (max-width: 960px) {
  #history .head.en::after {
    right: 0;
    margin-inline: auto;
  }
}
@media (max-width: 520px) {
  #history .head.en::after {
    bottom: -18px;
    width: 35px;
  }
}
#history .head.jp {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/125th/common/img/head_history_jp.svg") no-repeat 0 0/contain;
  width: 48px;
  height: 306px;
}
@media (max-width: 960px) {
  #history .head.jp {
    position: relative;
    margin-top: 32px;
  }
}
@media (max-width: 520px) {
  #history .head.jp {
    width: 36px;
    height: 234px;
  }
}
#history .head.jp.fadein {
  position: absolute;
  top: 115px;
}
@media (max-width: 960px) {
  #history .head.jp.fadein {
    position: relative;
    top: 40px;
  }
}
#history .head.jp.fadein.visible {
  top: 75px;
}
@media (max-width: 960px) {
  #history .head.jp.fadein.visible {
    top: 0;
  }
}
@media (max-width: 960px) {
  #history .text {
    text-align: center;
  }
}
#history .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
@media (max-width: 960px) {
  #history .btn {
    position: relative;
    margin-top: 84px;
  }
}
#history .btn.fadein {
  position: absolute;
  top: auto;
  bottom: -10px;
}
@media (max-width: 960px) {
  #history .btn.fadein {
    position: relative;
    top: 40px;
    bottom: auto;
  }
}
#history .btn.fadein.visible {
  top: auto;
  bottom: 30px;
}
@media (max-width: 960px) {
  #history .btn.fadein.visible {
    top: 0;
    bottom: auto;
  }
}

#memorial {
  height: 600px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  background: #94c8e9;
}
@media (max-width: 520px) {
  #memorial {
    height: auto;
    padding: 0;
  }
}
#memorial.hover figure img {
  scale: 1.2;
}
#memorial .head {
  background: url("/125th/common/img/head_memorial.svg") no-repeat 50% 50%/contain;
  width: 205px;
  height: 49px;
  margin-bottom: 25px;
}
@media (max-width: 520px) {
  #memorial .head {
    margin-inline: auto;
    width: 226px;
    height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  #memorial .text {
    text-align: center;
  }
}
#memorial .text i {
  display: inline-block;
}
#memorial .btn {
  margin-top: 45px;
}
@media (max-width: 520px) {
  #memorial .btn {
    margin-top: 20px;
  }
}
#memorial .btn a {
  margin-left: 0;
}
@media (max-width: 520px) {
  #memorial .btn a {
    margin-inline: auto;
  }
}
#memorial .memorialColumnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 520px) {
  #memorial .memorialColumnList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#memorial .memorialColumnList > li:first-child {
  width: 41.40625vw;
  padding-right: 35px;
}
@media (max-width: 960px) {
  #memorial .memorialColumnList > li:first-child {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #memorial .memorialColumnList > li:first-child {
    width: 50%;
  }
}
@media (max-width: 520px) {
  #memorial .memorialColumnList > li:first-child {
    padding: 60px 38px 48px;
    width: 100%;
  }
}
#memorial .memorialColumnList > li:last-child {
  width: 100%;
}
@media (max-width: 960px) {
  #memorial .memorialColumnList > li:last-child {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #memorial .memorialColumnList > li:last-child {
    width: 50%;
  }
}
@media (max-width: 520px) {
  #memorial .memorialColumnList > li:last-child {
    width: 100%;
  }
}
#memorial .memorialColumnList > li:last-child figure {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 520px) {
  #memorial .memorialColumnList > li:last-child figure {
    height: 300px;
  }
}
#memorial .memorialColumnList > li:last-child figure img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 300%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1140px) {
  #memorial .memorialColumnList > li:last-child figure img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 520px) {
  #memorial .memorialColumnList > li:last-child figure img {
    width: 100%;
    height: auto;
  }
}

#future {
  padding-top: 220px;
  padding-bottom: 0;
  padding-right: 0;
  background: #fff url("/125th/img/bg_future01.webp") no-repeat 50% 50%/cover;
  color: #000;
}
@media (max-width: 520px) {
  #future {
    height: auto;
    padding: 0;
    background-image: url("/125th/img/bg_future01_sp.webp");
  }
}
#future.hover figure img {
  scale: 1.2;
}
#future .head.en {
  background: url("/125th/common/img/head_future.svg") no-repeat 0 0/contain;
  width: 221px;
  height: 49px;
  margin-top: 14px;
  margin-bottom: 55px;
}
@media (max-width: 520px) {
  #future .head.en {
    margin-inline: auto;
    width: 143px;
    height: 32px;
    margin-top: 0px;
    margin-bottom: 35px;
  }
}
#future .head.en::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: -25px;
  height: 1px;
  width: 54px;
  background: #000;
}
@media (max-width: 520px) {
  #future .head.en::after {
    right: 0;
    margin-inline: auto;
    bottom: -18px;
    width: 35px;
  }
}
#future .head.jp {
  background: url("/125th/common/img/head_future_jp.svg") no-repeat 0 0/contain;
  width: 471px;
  height: 37px;
  margin-inline: auto;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 520px) {
  #future .head.jp {
    position: relative;
    background-image: url("/125th/common/img/head_future_jp_sp.svg");
    width: 195px;
    height: 72px;
    top: auto;
    margin-top: 25px;
  }
}
#future .head.jp.fadein {
  position: absolute;
  top: 150px;
}
@media (max-width: 520px) {
  #future .head.jp.fadein {
    position: relative;
    top: 40px;
  }
}
#future .head.jp.fadein.visible {
  top: 110px;
}
@media (max-width: 520px) {
  #future .head.jp.fadein.visible {
    top: 0;
  }
}
@media (max-width: 520px) {
  #future .text {
    text-align: center;
  }
}
#future .text i {
  display: inline-block;
}
#future .btn {
  margin-top: 45px;
}
@media (max-width: 520px) {
  #future .btn {
    margin-top: 20px;
  }
}
#future .btn a {
  margin-left: 0;
}
@media (max-width: 520px) {
  #future .btn a {
    margin-inline: auto;
  }
}
#future .futureColumnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 520px) {
  #future .futureColumnList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#future .futureColumnList > li:first-child {
  width: 41.40625vw;
  padding-right: 35px;
}
@media (max-width: 960px) {
  #future .futureColumnList > li:first-child {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #future .futureColumnList > li:first-child {
    width: 50%;
  }
}
@media (max-width: 520px) {
  #future .futureColumnList > li:first-child {
    padding: 45px 38px 30px;
    width: 100%;
  }
}
#future .futureColumnList > li:last-child {
  width: 100%;
}
@media (max-width: 960px) {
  #future .futureColumnList > li:last-child {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #future .futureColumnList > li:last-child {
    width: 50%;
  }
}
@media (max-width: 520px) {
  #future .futureColumnList > li:last-child {
    width: 100%;
  }
}
#future .futureColumnList > li:last-child figure {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 520px) {
  #future .futureColumnList > li:last-child figure {
    height: 246px;
  }
}
#future .futureColumnList > li:last-child figure img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 300%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1140px) {
  #future .futureColumnList > li:last-child figure img {
    height: 100%;
    width: auto;
  }
}

#magazine {
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  background: #c6bba5;
}
@media (max-width: 520px) {
  #magazine {
    height: auto;
    padding: 0;
  }
}
#magazine.hover figure img {
  scale: 1.2;
}
#magazine .head {
  background: url("/125th/common/img/head_magazine2.svg") no-repeat 0 0/contain;
  width: 446px;
  height: 50px;
  margin-bottom: 25px;
  z-index: 2;
}
@media (max-width: 520px) {
  #magazine .head {
    margin-inline: auto;
    width: 264px;
    height: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  #magazine .text {
    text-align: center;
  }
}
#magazine .text i {
  display: inline-block;
}
#magazine .btn {
  margin-top: 45px;
}
@media (max-width: 520px) {
  #magazine .btn {
    margin-top: 30px;
  }
}
#magazine .btn a {
  margin-left: 0;
}
@media (max-width: 520px) {
  #magazine .btn a {
    margin-inline: auto;
  }
}
#magazine .magazineColumnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 520px) {
  #magazine .magazineColumnList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#magazine .magazineColumnList > li {
  position: relative;
}
#magazine .magazineColumnList > li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48.125vw;
}
@media (max-width: 960px) {
  #magazine .magazineColumnList > li:first-child {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #magazine .magazineColumnList > li:first-child {
    width: 50%;
  }
}
@media (max-width: 520px) {
  #magazine .magazineColumnList > li:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 64px 38px 0;
    width: 100%;
  }
}
#magazine .magazineColumnList > li:first-child::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 100%;
  width: 161px;
  height: 100%;
  background: url("/125th/img/bg_magazine01.webp") no-repeat 0 0/cover;
  z-index: 1;
}
@media (max-width: 520px) {
  #magazine .magazineColumnList > li:first-child::after {
    display: none;
  }
}
#magazine .magazineColumnList > li:last-child {
  width: 100%;
}
@media (max-width: 960px) {
  #magazine .magazineColumnList > li:last-child {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #magazine .magazineColumnList > li:last-child {
    width: 50%;
  }
}
@media (max-width: 520px) {
  #magazine .magazineColumnList > li:last-child {
    width: 100%;
    margin-top: -25px;
    z-index: -1;
  }
}
#magazine .magazineColumnList > li:last-child figure {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 520px) {
  #magazine .magazineColumnList > li:last-child figure {
    height: 310px;
  }
}
@media (max-width: 520px) {
  #magazine .magazineColumnList > li:last-child figure::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px;
    background: url("/125th/img/bg_magazine01_sp.webp") no-repeat 0 0/cover;
    background-size: 100% 83px;
    z-index: 1;
  }
}
#magazine .magazineColumnList > li:last-child figure img {
  position: absolute;
  bottom: 0;
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 300%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1140px) {
  #magazine .magazineColumnList > li:last-child figure img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 520px) {
  #magazine .magazineColumnList > li:last-child figure img {
    height: auto;
    width: 120%;
    top: 0;
  }
}

#donation {
  padding-top: 62px;
  padding-bottom: 150px;
}
#donation > div {
  height: 514px;
  background: url("/125th/img/bg_donation01.webp") no-repeat 50% 50%/cover;
  padding: 40px;
  margin-inline: 8px;
}
@media (max-width: 768px) {
  #donation > div {
    height: auto;
    padding: 52px 34px;
    background-image: url("/125th/img/bg_donation01_sp.webp");
    height: 366px;
  }
}
#donation.hover figure img {
  scale: 1.2;
}
#donation .head {
  background: url("/125th/common/img/head_donation.svg") no-repeat 50% 50%/contain;
  width: 310px;
  height: 120px;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  #donation .head {
    width: 24.21875vw;
    height: 9.375vw;
  }
}
@media (max-width: 768px) {
  #donation .head {
    margin-inline: auto;
    background-image: url("/125th/common/img/head_donation_sp.svg");
    width: 190px;
    height: 72px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #donation .text {
    text-align: center;
  }
}
#donation .text i {
  display: inline-block;
}
#donation .btn {
  margin-top: 40px;
}
@media (max-width: 768px) {
  #donation .btn {
    margin-top: 30px;
  }
}
#donation .btn a {
  margin-left: 0;
}
@media (max-width: 960px) {
  #donation .btn a {
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  #donation .btn a {
    font-size: 14px;
    margin-inline: auto;
    min-width: 216px;
  }
}
@media (max-width: 768px) {
  #donation .btn a i::after {
    right: -35px;
  }
}
#donation .donationColumnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (max-width: 768px) {
  #donation .donationColumnList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
#donation .donationColumnList > li:first-child {
  width: 432px;
}
@media (max-width: 768px) {
  #donation .donationColumnList > li:first-child {
    width: 100%;
  }
}
#donation .donationColumnList > li:first-child figure {
  position: relative;
  width: 100%;
  height: 432px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #donation .donationColumnList > li:first-child figure {
    height: 246px;
  }
}
#donation .donationColumnList > li:first-child figure img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 300%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1140px) {
  #donation .donationColumnList > li:first-child figure img {
    height: 100%;
    width: auto;
  }
}

/*-------------------------------------------
history
-------------------------------------------*/
body.history #mainImg .head {
  margin-inline: auto;
}
body.history #mainImg .head.en {
  background: url("/125th/common/img/head_history.svg") no-repeat 0 0/contain;
  width: 206px;
  height: 55px;
  margin-bottom: 36px;
  margin-top: 40px;
}
@media (max-width: 520px) {
  body.history #mainImg .head.en {
    width: 158px;
    height: 43px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
body.history #mainImg .head.en::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: -16px;
  height: 1px;
  width: 54px;
  margin: auto;
  background: #fff;
}
@media (max-width: 520px) {
  body.history #mainImg .head.en::after {
    width: 35px;
  }
}
body.history #mainImg .head.jp {
  background: url("/125th/common/img/head_history_jp_w.svg") no-repeat 0 0/contain;
  width: 366px;
  height: 58px;
  margin-top: 25px;
}
@media (max-width: 520px) {
  body.history #mainImg .head.jp {
    width: 236px;
    height: 37px;
    margin-top: 20px;
  }
}
body.history #mainImg .text {
  text-align: center;
}
body.history #timeline {
  background-color: #f4f1ec;
}
body.history #timeline::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(100% - 27.34375vw);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  aspect-ratio: 1280/350;
  background: url("/125th/history/img/bg_bottom_history01.webp") no-repeat 50% 100%/contain;
  z-index: -1;
}
@media (max-width: 520px) {
  body.history #timeline::after {
    top: calc(100% - 54.6666666667vw);
    aspect-ratio: 375/205;
    background-image: url("/125th/history/img/bg_bottom_history01_sp.webp");
  }
}
body.history #timeline dl {
  position: relative;
}
@media (max-width: 768px) {
  body.history #timeline dl {
    padding-left: 22px;
  }
}
body.history #timeline dl::after {
  position: absolute;
  display: block;
  content: "";
  top: -110px;
  left: 280px;
  height: 150%;
  width: 2px;
  background: #bdae8d;
  z-index: -1;
}
@media (max-width: 768px) {
  body.history #timeline dl::after {
    left: 0;
    width: 1px;
  }
}
body.history #timeline dl > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1;
}
@media (max-width: 768px) {
  body.history #timeline dl > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.history #timeline dl > div + div {
  margin-top: 60px;
}
@media (max-width: 768px) {
  body.history #timeline dl > div + div {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  body.history #timeline dl > div > * {
    width: 100%;
  }
}
body.history #timeline dl > div dt {
  position: relative;
  line-height: 1;
  margin: 8px 40px 0 30px;
}
@media (max-width: 768px) {
  body.history #timeline dl > div dt {
    margin: 0;
  }
}
body.history #timeline dl > div dt i {
  display: block;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  width: 88px;
  height: 29px;
}
@media (max-width: 520px) {
  body.history #timeline dl > div dt i {
    width: 68px;
    height: 25px;
  }
}
body.history #timeline dl > div dt[class^=y] {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 28px;
}
@media (max-width: 520px) {
  body.history #timeline dl > div dt[class^=y] {
    background-size: auto 25px;
  }
}
body.history #timeline dl > div dt.y1900 {
  background-image: url("/125th/history/img/y_1900.svg");
}
body.history #timeline dl > div dt.y1909 {
  background-image: url("/125th/history/img/y_1909.svg");
}
body.history #timeline dl > div dt.y1915 {
  background-image: url("/125th/history/img/y_1915.svg");
}
body.history #timeline dl > div dt.y1945 {
  background-image: url("/125th/history/img/y_1945.svg");
}
body.history #timeline dl > div dt.y1946 {
  background-image: url("/125th/history/img/y_1946.svg");
}
body.history #timeline dl > div dt.y1948 {
  background-image: url("/125th/history/img/y_1948.svg");
}
body.history #timeline dl > div dt.y1949 {
  background-image: url("/125th/history/img/y_1949.svg");
}
body.history #timeline dl > div dt.y1950 {
  background-image: url("/125th/history/img/y_1950.svg");
}
body.history #timeline dl > div dt.y1951 {
  background-image: url("/125th/history/img/y_1951.svg");
}
body.history #timeline dl > div dt.y1979 {
  background-image: url("/125th/history/img/y_1979.svg");
}
body.history #timeline dl > div dt.y1992 {
  background-image: url("/125th/history/img/y_1992.svg");
}
body.history #timeline dl > div dt.y2000 {
  background-image: url("/125th/history/img/y_2000.svg");
}
body.history #timeline dl > div dt.y2001 {
  background-image: url("/125th/history/img/y_2001.svg");
}
body.history #timeline dl > div dt.y2008 {
  background-image: url("/125th/history/img/y_2008.svg");
}
body.history #timeline dl > div dt.y2010 {
  background-image: url("/125th/history/img/y_2010.svg");
}
body.history #timeline dl > div dt.y2020 {
  background-image: url("/125th/history/img/y_2020.svg");
}
body.history #timeline dl > div dt.y2025 {
  background-image: url("/125th/history/img/y_2025.svg");
}
body.history #timeline dl > div dt::after {
  position: absolute;
  display: block;
  content: "";
  top: -3px;
  left: -45px;
  height: 32px;
  width: 32px;
  background: #f4f1ec;
  border: 2px solid #bdae8d;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 768px) {
  body.history #timeline dl > div dt::after {
    top: 4px;
    left: -30px;
    left: -30.5px;
    height: 18px;
    width: 18px;
    border-width: 1px;
  }
}
body.history #timeline dl > div dd .ttl {
  color: #250e62;
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body.history #timeline dl > div dd .ttl {
    font-size: 20px;
    margin-top: 13px;
  }
}
body.history #timeline dl > div dd .ttl span {
  display: block;
}
@media (max-width: 768px) {
  body.history #timeline dl > div dd .ttl span {
    margin-right: -1em;
  }
}
body.history #timeline dl > div dd .ttl span i {
  display: inline-block;
}
body.history #timeline dl > div dd .text {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  max-width: 432px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 768px) {
  body.history #timeline dl > div dd .text {
    max-width: 600px;
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  body.history #timeline dl > div dd .text {
    max-width: 100%;
  }
}
body.history #timeline dl > div dd.img {
  position: relative;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 7px;
  min-width: 280px;
}
@media (max-width: 768px) {
  body.history #timeline dl > div dd.img {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    margin-top: 15px;
  }
}
body.history #timeline dl > div dd.img.l20 {
  padding-left: 20px;
}
@media (max-width: 768px) {
  body.history #timeline dl > div dd.img.l20 {
    padding-left: 0;
  }
}
body.history #timeline dl > div dd.img figure img {
  margin-left: 0;
}
body.history #timeline > div {
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  max-width: 100vw;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #bdae8d;
  color: #fff;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  body.history #timeline > div {
    padding-inline: calc(50vw - 50%);
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 28px;
  }
}
body.history #timeline > div span {
  line-height: 1;
}
body.history #timeline > div span i {
  line-height: 1.2;
  display: inline-block;
}

/*-------------------------------------------
message
-------------------------------------------*/
body.message #messageContainer {
  background: #fff2fb url("/125th/message/img/bg_message01_w.webp") no-repeat 0 0/100% auto;
}
body.message #messageContainer .head {
  background: url("/125th/common/img/head_message_jp.svg") no-repeat 0 0/contain;
  width: 434px;
  height: 51px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  body.message #messageContainer .head {
    width: 257px;
    height: 30px;
    margin-bottom: 15px;
  }
}
body.message #messageContainer .text {
  text-align: center;
}
body.message #messageContainer .text span {
  display: block;
}
body.message #messageContainer .text span i {
  display: inline-block;
}
body.message #messageContainer .indent {
  margin-top: 40px;
  text-align: right;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 520px) {
  body.message #messageContainer .indent {
    margin-top: 25px;
    text-align: center;
    font-size: 10px;
  }
}
body.message #messageContainer .messageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 70px 36px;
  padding-top: 110px;
  margin-top: 15px;
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList {
    gap: 44px 25px;
    padding-top: 44px;
    margin-top: 45px;
  }
}
body.message #messageContainer .messageList > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 108px) / 4);
}
@media (max-width: 1060px) {
  body.message #messageContainer .messageList > li {
    width: calc((100% - 72px) / 3);
  }
}
@media (max-width: 768px) {
  body.message #messageContainer .messageList > li {
    width: calc((100% - 36px) / 2);
  }
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li {
    width: calc((100% - 25px) / 2);
  }
}
body.message #messageContainer .messageList > li.new::after {
  position: absolute;
  content: "NEW!";
  display: block;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  color: #250e62;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 1;
  height: 1em;
  width: 100%;
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li.new::after {
    top: -30px;
    font-size: 18px;
  }
}
body.message #messageContainer .messageList > li.new::before {
  position: absolute;
  content: "";
  display: block;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #250e62;
  line-height: 1;
  height: 1px;
  width: 74px;
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li.new::before {
    top: -9px;
    width: 60px;
  }
}
body.message #messageContainer .messageList > li a, body.message #messageContainer .messageList > li > span {
  display: block;
  background: #fff;
  border: 1px solid rgba(37, 14, 98, 0.3);
  padding: 23px;
  width: 100%;
  aspect-ratio: 238/325;
  text-decoration: none;
}
@media (max-width: 1060px) {
  body.message #messageContainer .messageList > li a, body.message #messageContainer .messageList > li > span {
    aspect-ratio: 238/265;
  }
}
@media (max-width: 768px) {
  body.message #messageContainer .messageList > li a, body.message #messageContainer .messageList > li > span {
    aspect-ratio: 238/235;
  }
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li a, body.message #messageContainer .messageList > li > span {
    aspect-ratio: 238/325;
    padding: 14px;
  }
}
body.message #messageContainer .messageList > li a figure, body.message #messageContainer .messageList > li > span figure {
  overflow: hidden;
}
body.message #messageContainer .messageList > li a figure img, body.message #messageContainer .messageList > li > span figure img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.message #messageContainer .messageList > li a .ttl, body.message #messageContainer .messageList > li > span .ttl {
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
  color: #231815;
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li a .ttl, body.message #messageContainer .messageList > li > span .ttl {
    margin-top: 10px;
  }
}
body.message #messageContainer .messageList > li a .ttl span, body.message #messageContainer .messageList > li > span .ttl span {
  display: block;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0;
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li a .ttl span, body.message #messageContainer .messageList > li > span .ttl span {
    font-size: 10px;
    margin-right: -5px;
  }
}
body.message #messageContainer .messageList > li a .ttl b, body.message #messageContainer .messageList > li > span .ttl b {
  display: block;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0;
  color: #231815;
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li a .ttl b, body.message #messageContainer .messageList > li > span .ttl b {
    font-size: 16px;
    margin-right: -5px;
  }
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li a .ttl b.s, body.message #messageContainer .messageList > li > span .ttl b.s {
    font-size: 15px;
  }
}
body.message #messageContainer .messageList > li a .ttl b i, body.message #messageContainer .messageList > li > span .ttl b i {
  display: inline;
  margin-left: 0.3em;
  font-size: 17px;
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li a .ttl b i, body.message #messageContainer .messageList > li > span .ttl b i {
    font-size: 13px;
  }
}
body.message #messageContainer .messageList > li a:hover {
  opacity: 1;
  background: #e4dbfa;
}
body.message #messageContainer .messageList > li a:hover figure img {
  scale: 1.2;
}
body.message #messageContainer .messageList > li > span {
  background: #f5e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
body.message #messageContainer .messageList > li > span p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #b1b1b1;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 520px) {
  body.message #messageContainer .messageList > li > span p {
    font-size: 14px;
  }
}
body.message #messageContainer .messageList > li > span p i {
  display: block;
}

/*-------------------------------------------
memorial
-------------------------------------------*/
body.memorial #memorialContainer,
body.magazine #memorialContainer {
  background: #94c8e9;
  padding-top: 38px;
}
@media (max-width: 520px) {
  body.memorial #memorialContainer,
  body.magazine #memorialContainer {
    padding-top: 28px;
  }
}
body.memorial #memorialContainer .head,
body.magazine #memorialContainer .head {
  background: url("/125th/common/img/head_memorial.svg") no-repeat 0 0/contain;
  width: 212px;
  height: 50px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  body.memorial #memorialContainer .head,
  body.magazine #memorialContainer .head {
    width: 126px;
    height: 30px;
    margin-bottom: 15px;
  }
}
body.memorial #memorialContainer .subHead,
body.magazine #memorialContainer .subHead {
  color: #fff;
  font-size: 36px;
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 28px;
}
@media (max-width: 520px) {
  body.memorial #memorialContainer .subHead,
  body.magazine #memorialContainer .subHead {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
body.memorial #memorialContainer > .text,
body.magazine #memorialContainer > .text {
  text-align: center;
  color: #fff;
}
body.memorial #memorialContainer > .text i,
body.magazine #memorialContainer > .text i {
  display: inline-block;
}
body.memorial #memorialContainer .memorialList + .subHead,
body.magazine #memorialContainer .memorialList + .subHead {
  margin-top: 80px;
}
body.memorial #memorialContainer .memorialList > li,
body.magazine #memorialContainer .memorialList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
  padding: 50px;
  background: #faf5f7;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  body.memorial #memorialContainer .memorialList > li,
  body.magazine #memorialContainer .memorialList > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    padding: 35px 32px 32px;
  }
}
body.memorial #memorialContainer .memorialList > li + li,
body.magazine #memorialContainer .memorialList > li + li {
  margin-top: 30px;
}
body.memorial #memorialContainer .memorialList > li .ttl,
body.magazine #memorialContainer .memorialList > li .ttl {
  text-align: left;
  color: #250e62;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 520px) {
  body.memorial #memorialContainer .memorialList > li .ttl,
  body.magazine #memorialContainer .memorialList > li .ttl {
    font-size: 22px;
  }
}
body.memorial #memorialContainer .memorialList > li .text,
body.magazine #memorialContainer .memorialList > li .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
}
body.memorial #memorialContainer .memorialList > li .link,
body.magazine #memorialContainer .memorialList > li .link {
  margin-top: 15px;
}
@media (max-width: 520px) {
  body.memorial #memorialContainer .memorialList > li .link,
  body.magazine #memorialContainer .memorialList > li .link {
    margin-top: 20px;
  }
}
body.memorial #memorialContainer .memorialList > li .link a,
body.magazine #memorialContainer .memorialList > li .link a {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
body.memorial #memorialContainer .memorialList > li .link a i,
body.magazine #memorialContainer .memorialList > li .link a i {
  position: relative;
  display: block;
}
body.memorial #memorialContainer .memorialList > li .link a i::after,
body.magazine #memorialContainer .memorialList > li .link a i::after {
  position: relative;
  content: "";
  display: inline-block;
  top: -3px;
  bottom: 0;
  right: -13px;
  background: url("/125th/common/img/icon_blank01.svg") no-repeat 50% 50%/contain;
  width: 21px;
  height: 21px;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
body.memorial #memorialContainer .memorialList > li > div,
body.magazine #memorialContainer .memorialList > li > div {
  width: calc(100% - 360px - 32px);
}
@media (max-width: 1060px) {
  body.memorial #memorialContainer .memorialList > li > div,
  body.magazine #memorialContainer .memorialList > li > div {
    width: calc(100% - 28.125vw - 32px);
  }
}
@media (max-width: 768px) {
  body.memorial #memorialContainer .memorialList > li > div,
  body.magazine #memorialContainer .memorialList > li > div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.memorial #memorialContainer .memorialList > li a:has(figure),
  body.magazine #memorialContainer .memorialList > li a:has(figure) {
    width: calc(100% + 64px);
    margin-inline: -32px;
    margin-bottom: -32px;
  }
}
body.memorial #memorialContainer .memorialList > li figure,
body.magazine #memorialContainer .memorialList > li figure {
  position: relative;
  width: 360px;
  overflow: hidden;
}
@media (max-width: 1060px) {
  body.memorial #memorialContainer .memorialList > li figure,
  body.magazine #memorialContainer .memorialList > li figure {
    width: 29.296875vw;
  }
}
@media (max-width: 768px) {
  body.memorial #memorialContainer .memorialList > li figure,
  body.magazine #memorialContainer .memorialList > li figure {
    width: 100%;
  }
}
body.memorial #memorialContainer .memorialList > li figure img,
body.magazine #memorialContainer .memorialList > li figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  body.memorial #memorialContainer .memorialList > li figure img,
  body.magazine #memorialContainer .memorialList > li figure img {
    width: 100%;
  }
}
body.memorial #memorialContainer .memorialList > li.hover figure img,
body.memorial #memorialContainer .memorialList > li > a:hover figure img,
body.magazine #memorialContainer .memorialList > li.hover figure img,
body.magazine #memorialContainer .memorialList > li > a:hover figure img {
  scale: 1.1;
}

body.memorial #memorialContainer > .text {
  font-size: 20px;
}
@media (max-width: 520px) {
  body.memorial #memorialContainer > .text {
    font-size: 18px;
  }
}

/*-------------------------------------------
magazine
-------------------------------------------*/
body.magazine #memorialContainer {
  background: #c5baa4;
  padding-top: 38px;
}
@media (max-width: 520px) {
  body.magazine #memorialContainer {
    padding-top: 28px;
  }
}
body.magazine #memorialContainer .head {
  background-image: url("/125th/common/img/head_magazine2.svg");
  width: 474px;
  height: 50px;
}
@media (max-width: 520px) {
  body.magazine #memorialContainer .head {
    width: 283px;
    height: 30px;
  }
}
body.magazine #memorialContainer .text {
  color: #231815;
}
body.magazine #memorialContainer .memorialList {
  margin-top: 50px;
}
@media (max-width: 520px) {
  body.magazine #memorialContainer .memorialList {
    margin-top: 25px;
  }
}
body.magazine #memorialContainer .memorialList > li .ttl {
  text-align: center;
}
body.magazine #memorialContainer .memorialList > li .ttl_s {
  text-align: left;
  color: #250e62;
  font-size: 18px;
  font-weight: 200;
}
body.magazine #memorialContainer .memorialList > li .text + .ttl_s {
  margin-top: 38px;
}
body.magazine #memorialContainer .memorialList > li dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 520px) {
  body.magazine #memorialContainer .memorialList > li dl {
    max-width: 100%;
  }
}
body.magazine #memorialContainer .memorialList > li dl dt {
  width: 8em;
}
@media (max-width: 520px) {
  body.magazine #memorialContainer .memorialList > li dl dt {
    width: 100%;
  }
}
body.magazine #memorialContainer .memorialList > li dl dd {
  width: calc(100% - 8em);
}
@media (max-width: 520px) {
  body.magazine #memorialContainer .memorialList > li dl dd {
    width: 100%;
  }
}
@media (max-width: 520px) {
  body.magazine #memorialContainer .memorialList > li dl dd + dt {
    margin-top: 20px;
  }
}
body.magazine #memorialContainer .memorialList > li > div {
  width: 100%;
}
@media (max-width: 1060px) {
  body.magazine #memorialContainer .memorialList > li > div {
    width: 100%;
  }
}

/*-------------------------------------------
future
-------------------------------------------*/
body.future #futureContainer {
  background: #fff url("/125th/future/img/bg_future01.webp") no-repeat 50% 50%/cover;
  padding-top: 38px;
  padding-bottom: 60px;
}
@media (max-width: 520px) {
  body.future #futureContainer {
    padding-top: 28px;
  }
}
body.future #futureContainer .head {
  margin-inline: auto;
}
body.future #futureContainer .head.en {
  background: url("/125th/common/img/head_future.svg") no-repeat 0 0/contain;
  width: 185px;
  height: 41px;
  margin-bottom: 60px;
}
@media (max-width: 520px) {
  body.future #futureContainer .head.en {
    width: 143px;
    height: 31px;
    margin-bottom: 48px;
  }
}
body.future #futureContainer .head.en::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  bottom: -30px;
  height: 1px;
  width: 54px;
  margin: auto;
  background: #231815;
}
@media (max-width: 520px) {
  body.future #futureContainer .head.en::after {
    width: 35px;
    bottom: -24px;
  }
}
body.future #futureContainer .head.jp {
  background: url("/125th/common/img/head_future_jp.svg") no-repeat 0 0/contain;
  width: 471px;
  height: 37px;
  margin-bottom: 25px;
}
@media (max-width: 520px) {
  body.future #futureContainer .head.jp {
    width: 303px;
    height: 24px;
    margin-bottom: 20px;
  }
}
body.future #futureContainer > .text {
  text-align: center;
}
body.future #futureContainer > .text i {
  display: inline-block;
}
body.future #futureContainer .futureVideo {
  margin-top: 50px;
}
@media (max-width: 520px) {
  body.future #futureContainer .futureVideo {
    margin-top: 25px;
  }
}
body.future #futureContainer .futureVideo > div {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 580px;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
body.future #futureContainer .futureVideo > div iframe {
  width: 100%;
  height: 100%;
}
body.future #futureContainer .futureVideo p {
  margin-top: 25px;
  text-align: center;
  font-size: 32px;
  color: #250e62;
}
@media (max-width: 520px) {
  body.future #futureContainer .futureVideo p {
    margin-top: 15px;
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */