@charset "UTF-8";
:root {
  --sans: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  --serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
  --font: var(--sans);
  --color: #000;
  --color-inverse: #fff;
  --color-accent: #f00;
  --header-height: 3.75rem;
}
@media screen and (min-width: 1023.5px) {
  :root {
    --header-height: 7.5rem;
  }
}
:root {
  --gap: 0.75rem;
  --padding-section: 6.75rem;
  --padding-page: 16.625rem;
}
@media screen and (min-width: 1023.5px) {
  :root {
    --gap: 1rem;
    --padding-section: 10.25rem;
    --padding-page: 24.5rem;
  }
}

:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --duration: .3s;
  --easeTheme: var(--easeOutSine);
}

.is-section-dark,
.is-nav-open {
  --color: #fff;
}

.c-25th-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1023.5px) {
  .c-25th-heading {
    gap: 4px;
  }
}

.c-25th-heading__en {
  position: relative;
  margin-left: -4px;
}
.c-25th-heading__en:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -26px;
  top: -28px;
  pointer-events: none;
  background: url(../img/heading-blob-gr.svg) 0 0/contain no-repeat;
}
.c-25th-heading--message .c-25th-heading__en:before {
  background-image: url(../img/heading-blob-or.svg);
}
.c-25th-heading__en img {
  position: relative;
  width: auto;
  height: 33px;
}
@media screen and (min-width: 1023.5px) {
  .c-25th-heading__en img {
    height: 44px;
  }
}

.c-25th-heading__ja {
  position: relative;
}
.c-25th-heading__ja img {
  position: relative;
  width: auto;
  height: 13px;
}
@media screen and (min-width: 1023.5px) {
  .c-25th-heading__ja img {
    height: 17px;
  }
}

.c-25th-heading-sm {
  position: relative;
}
.c-25th-heading-sm:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -12px;
  top: -14px;
  pointer-events: none;
  background: url(../img/heading-blob-ye.svg) 0 0/contain no-repeat;
}
.c-25th-heading-sm img {
  position: relative;
  width: auto;
  height: 19px;
}
@media screen and (min-width: 1023.5px) {
  .c-25th-heading-sm img {
    height: 22px;
  }
}

.c-25th-heading--message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.5px) {
  .c-25th-heading--message {
    margin-left: 20px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-25th-btn-more {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  background: none;
  border: none;
  color: #000;
}
.c-25th-btn-more svg {
  width: 24px;
  height: auto;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
svg {
  overflow: initial;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-25th-opener {
  position: fixed;
  inset: 0;
  z-index: 10;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  padding-top: 60px;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-opener {
    padding-top: 80px;
  }
}

.p-25th-opener__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #FFE100;
}
.p-25th-opener__copy {
  position: relative;
  padding: 0 20px;
}
.p-25th-opener__copy svg {
  width: 260px;
  height: auto;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-opener__copy svg {
    width: 385px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-25th-mv {
  position: relative;
}
.p-25th-mv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -20.9895052474vh;
  pointer-events: none;
}
.p-25th-mv__bg img {
  width: 100%;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-mv__bg picture {
    top: -140px;
  }
}

.p-25th-mv__circle img {
  position: absolute;
}
.p-25th-mv__circle img:nth-child(1) {
  left: calc(50% - min(370px, 25.6944444444vw));
  top: min(20px, 1.3888888889vw);
}
.p-25th-mv__circle img:nth-child(2) {
  left: calc(50% - min(600px, 41.6666666667vw));
  top: min(151px, 10.4861111111vw);
}
.p-25th-mv__circle img:nth-child(3) {
  left: calc(50% - min(360px, 25vw));
  top: min(466px, 32.3611111111vw);
}
.p-25th-mv__circle img:nth-child(4) {
  left: calc(50% - min(550px, 38.1944444444vw));
  top: min(641px, 44.5138888889vw);
}
.p-25th-mv__circle img:nth-child(5) {
  left: calc(50% - min(640px, 44.4444444444vw));
  top: min(800px, 55.5555555556vw);
}
.p-25th-mv__circle img:nth-child(6) {
  left: calc(50% - min(510px, 35.4166666667vw));
  top: min(1000px, 69.4444444444vw);
}
.p-25th-mv__circle img:nth-child(7) {
  left: calc(50% + min(280px, 19.4444444444vw));
  top: min(30px, 2.0833333333vw);
}
.p-25th-mv__circle img:nth-child(8) {
  left: calc(50% + min(585px, 40.625vw));
  top: min(70px, 4.8611111111vw);
}
.p-25th-mv__circle img:nth-child(9) {
  left: calc(50% + min(390px, 27.0833333333vw));
  top: min(305px, 21.1805555556vw);
}
.p-25th-mv__circle img:nth-child(10) {
  left: calc(50% + min(478px, 33.1944444444vw));
  top: min(775px, 53.8194444444vw);
}
.p-25th-mv__circle img:nth-child(11) {
  left: calc(50% + min(564px, 39.1666666667vw));
  top: min(887px, 61.5972222222vw);
}
@media screen and (min-width: 767.5px) and (max-width: 1023.5px) {
  .p-25th-mv__circle img:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 767.5px) {
  .p-25th-mv__circle img {
    width: 25px;
  }
  .p-25th-mv__circle img:nth-child(1) {
    left: calc(50% - 130px);
    top: 16px;
  }
  .p-25th-mv__circle img:nth-child(2) {
    width: 16px;
    left: calc(50% - 163px);
    top: 75.23px;
  }
  .p-25th-mv__circle img:nth-child(3) {
    left: calc(50% - 150px);
    top: 275px;
  }
  .p-25th-mv__circle img:nth-child(7) {
    width: 15px;
    left: calc(50% + 126px);
    top: -40px;
  }
  .p-25th-mv__circle img:nth-child(8) {
    width: 30px;
    left: calc(50% + 145px);
    top: 0;
  }
  .p-25th-mv__circle img:nth-child(9) {
    width: 20px;
    left: calc(50% + 144px);
    top: 84px;
  }
  .p-25th-mv__circle img:nth-child(4),
  .p-25th-mv__circle img:nth-child(5),
  .p-25th-mv__circle img:nth-child(6),
  .p-25th-mv__circle img:nth-child(10),
  .p-25th-mv__circle img:nth-child(11) {
    display: none;
  }
}

.p-25th-mv__logo {
  position: relative;
  padding: 11.3943028486vh 0 0;
  text-align: center;
}
.p-25th-mv__logo img {
  width: 40.179910045vh;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-mv__logo {
    padding: 12.3456790123vh 0 0;
  }
  .p-25th-mv__logo img {
    width: min(36.5277777778vw, 64.9382716049vh);
  }
}

.p-25th-mv__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 767.5px) {
  .p-25th-mv__container {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1023.5px) {
  .p-25th-mv__container {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 1023.5px) {
  .p-25th-mv__container {
    padding-left: 21.875vw;
    padding-right: 21.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-25th-mv__container {
    padding-left: 315px;
    padding-right: 315px;
  }
}
.p-25th-mv__container {
  margin-top: 26.9865067466vh;
}
@media screen and (min-width: 767.5px) and (max-width: 1023.5px) {
  .p-25th-mv__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1023.5px) {
  .p-25th-mv__container {
    margin-top: 19.012345679vh;
  }
}

.p-25th-mv__catch {
  display: block;
}
.p-25th-mv__catch svg,
.p-25th-mv__catch img {
  width: auto;
  height: 67px;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-mv__catch {
    text-align: center;
  }
  .p-25th-mv__catch svg,
  .p-25th-mv__catch img {
    height: min(98px, 6.8055555556vw);
  }
}

.p-25th-mv__desc {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-mv__desc {
    margin-top: 48px;
    gap: 24px;
    text-align: center;
    font-size: 20px;
  }
}

.p-25th-mv__gallery {
  margin-top: 32px;
  position: relative;
  z-index: 5;
  height: 207px;
  background-image: url(../img/mv-gallery.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  -webkit-animation: loopLeftSP linear 30s infinite;
          animation: loopLeftSP linear 30s infinite;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-mv__gallery {
    margin-top: 48px;
    height: min(320px, 22.2222222222vw);
    background-size: auto 100%;
    background-position: 0 50%;
    -webkit-animation-name: loopLeftPC;
            animation-name: loopLeftPC;
    -webkit-animation-duration: 50s;
            animation-duration: 50s;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-25th-message {
  position: relative;
  padding: 108px 0 0;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-message {
    padding: 206px 0 0;
  }
}

.p-25th-message__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -39.8936170213vw;
  pointer-events: none;
}
.p-25th-message__bg img {
  width: 100%;
}
.p-25th-message__bg:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 39.8936170213vw);
  position: absolute;
  left: 0;
  bottom: -39.8936170213vw;
  pointer-events: none;
  background: #FDE300;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-message__bg {
    top: max(-200px, -13.8888888889vw);
  }
  .p-25th-message__bg:before {
    bottom: max(-200px, -13.8888888889vw);
    height: calc(100% - min(1000px, 69.4444444444vw));
  }
}

.p-25th-message__line {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.p-25th-message__line img {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1023.5px) {
  .p-25th-message__line img {
    max-width: none;
    top: 1260px;
    right: 0;
    width: 900px;
  }
}
@media screen and (min-width: 1023.5px) {
  .p-25th-message__line img {
    top: min(377px, 26.1805555556vw);
  }
}

.p-25th-message__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 767.5px) {
  .p-25th-message__container {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1023.5px) {
  .p-25th-message__container {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 1023.5px) {
  .p-25th-message__container {
    padding-left: 21.875vw;
    padding-right: 21.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-25th-message__container {
    padding-left: 315px;
    padding-right: 315px;
  }
}
.p-25th-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-message__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-25th-message__pic {
  position: absolute;
  width: 216px;
  top: 80px;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-message__pic {
    width: min(394px, 27.3611111111vw);
    left: max(-120px, -8.3333333333vw);
    top: max(-50px, -3.4722222222vw);
  }
}

.p-25th-message__picCircle {
  width: 58px;
  height: auto;
  left: 0;
  top: 22px;
  position: absolute;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-message__picCircle {
    top: min(22px, 1.5277777778vw);
    width: min(108px, 7.5vw);
  }
}

.p-25th-message__content {
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-message__content {
    width: min(493px, 34.2361111111vw);
    margin: 0 max(-116px, -8.0555555556vw) 0 auto;
  }
}

.p-25th-message__body {
  margin-top: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-message__body {
    margin-top: 50px;
  }
}

.p-25th-message__sign {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  font-size: 15px;
  line-height: 2.2;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-25th-history {
  padding: 142px 0 100px;
  background: #FDE300;
  position: relative;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-history {
    padding: min(142px, 9.8611111111vw) 0 min(100px, 6.9444444444vw);
  }
}

.p-25th-history__circle img {
  position: absolute;
  z-index: 5;
}
.p-25th-history__circle img:nth-child(1) {
  left: calc(50% - min(520px, 36.1111111111vw));
  top: max(-70px, -4.8611111111vw);
}
.p-25th-history__circle img:nth-child(2) {
  left: calc(50% - min(650px, 45.1388888889vw));
  top: min(70px, 4.8611111111vw);
}
.p-25th-history__circle img:nth-child(3) {
  left: calc(50% - min(610px, 42.3611111111vw));
  top: min(471px, 32.7083333333vw);
}
.p-25th-history__circle img:nth-child(4) {
  left: calc(50% - min(580px, 40.2777777778vw));
  top: min(556px, 38.6111111111vw);
}
.p-25th-history__circle img:nth-child(5) {
  left: calc(50% - min(630px, 43.75vw));
  top: min(760px, 52.7777777778vw);
}
.p-25th-history__circle img:nth-child(6) {
  left: calc(50% - min(550px, 38.1944444444vw));
  top: min(1230px, 85.4166666667vw);
}
.p-25th-history__circle img:nth-child(7) {
  left: calc(50% - min(630px, 43.75vw));
  top: min(1327px, 92.1527777778vw);
}
.p-25th-history__circle img:nth-child(8) {
  left: calc(50% + min(580px, 40.2777777778vw));
  top: min(144px, 10vw);
}
.p-25th-history__circle img:nth-child(9) {
  left: calc(50% + min(505px, 35.0694444444vw));
  top: min(234px, 16.25vw);
}
.p-25th-history__circle img:nth-child(10) {
  left: calc(50% + min(540px, 37.5vw));
  top: min(757px, 52.5694444444vw);
}
.p-25th-history__circle img:nth-child(11) {
  left: calc(50% + min(528px, 36.6666666667vw));
  top: min(1134px, 78.75vw);
}
.p-25th-history__circle img:nth-child(12) {
  left: calc(50% + min(570px, 39.5833333333vw));
  top: min(1218px, 84.5833333333vw);
}
.p-25th-history__circle img:nth-child(13) {
  left: calc(50% + min(510px, 35.4166666667vw));
  top: min(1424px, 98.8888888889vw);
}
@media screen and (max-width: 767.5px) {
  .p-25th-history__circle img {
    width: 25px;
  }
  .p-25th-history__circle img:nth-child(1) {
    width: 32px;
    left: calc(50% - 100px);
    top: 0px;
  }
  .p-25th-history__circle img:nth-child(2) {
    left: calc(50% - 150px);
    top: 50px;
  }
  .p-25th-history__circle img:nth-child(8) {
    left: calc(50% + 124px);
    top: 50px;
  }
  .p-25th-history__circle img:nth-child(9) {
    width: 20px;
    left: calc(50% + 143px);
    top: 130px;
  }
  .p-25th-history__circle img:nth-child(3),
  .p-25th-history__circle img:nth-child(4),
  .p-25th-history__circle img:nth-child(5),
  .p-25th-history__circle img:nth-child(6),
  .p-25th-history__circle img:nth-child(7),
  .p-25th-history__circle img:nth-child(10),
  .p-25th-history__circle img:nth-child(11),
  .p-25th-history__circle img:nth-child(12),
  .p-25th-history__circle img:nth-child(13) {
    display: none;
  }
}

.p-25th-history__container {
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 767.5px) {
  .p-25th-history__container {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1023.5px) {
  .p-25th-history__container {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 1023.5px) {
  .p-25th-history__container {
    padding-left: 21.875vw;
    padding-right: 21.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-25th-history__container {
    padding-left: 315px;
    padding-right: 315px;
  }
}
@media screen and (min-width: 767.5px) {
  .p-25th-history__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-25th-history__head {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.p-25th-history__head button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  height: 42px;
  border-radius: 100px;
  background: #000;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767.5px) {
  .p-25th-history__head button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-25th-history__head button:not(.is-current) {
    background: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 767.5px) {
  .p-25th-history__head {
    margin-top: 68px;
    margin-left: 106px;
    gap: 26px;
  }
  .p-25th-history__head button {
    cursor: initial;
  }
  .p-25th-history__head button:nth-child(1) {
    width: min(494px, 34.3055555556vw);
  }
  .p-25th-history__head button:nth-child(2) {
    width: min(188px, 13.0555555556vw);
  }
}

.p-25th-history__timeline {
  position: relative;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.p-25th-history__timeline:before, .p-25th-history__timeline:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 30px;
  top: 19px;
  pointer-events: none;
  background: url(../img/line-timeline.png) center center/contain repeat-y;
}
@media screen and (max-width: 767.5px) {
  .p-25th-history__timeline {
    max-height: 678px;
    overflow: hidden;
  }
  .p-25th-history__timeline:after {
    width: 100%;
    height: 126px;
    bottom: 0;
    left: 0;
    top: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 227, 0, 0)), color-stop(70.82%, #FDE300));
    background: linear-gradient(to bottom, rgba(253, 227, 0, 0) 0%, #FDE300 70.82%);
    z-index: 5;
  }
  .p-25th-history__timeline.is-expanded:after, .p-25th-history__timeline.is-logo-view:after {
    display: none;
  }
  .p-25th-history__timeline.is-expanded {
    max-height: none;
  }
}
@media screen and (min-width: 1023.5px) {
  .p-25th-history__timeline:after {
    left: auto;
    right: min(90px, 6.25vw);
  }
}

.p-25th-history-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-25th-history-year:not(:nth-last-child(2)) {
  padding-bottom: 24px;
}
.p-25th-history-year__label {
  margin-top: 12px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 31px;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-history-year__label {
    height: 42px;
    margin-top: 8px;
  }
}

.p-25th-history-year__service {
  margin-left: 20px;
  font-size: 16px;
}
@media screen and (min-width: 767.5px) {
  .p-25th-history-year__service {
    margin-left: min(40px, 2.7777777778vw);
    width: min(493px, 34.2361111111vw);
  }
}

.p-25th-history-year__service,
.p-25th-history-year__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 22px;
  border-radius: 20px;
  background: #FFF;
  position: relative;
  z-index: 5;
}
.p-25th-history-year__service:before,
.p-25th-history-year__logo:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  left: -12px;
  top: 19px;
  pointer-events: none;
  background: url(../img/ico-fukidashi.png) center center/contain no-repeat;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-history-year__service,
  .p-25th-history-year__logo {
    padding: min(18px, 1.25vw) min(22px, 1.5277777778vw) min(14px, 0.9722222222vw) min(22px, 1.5277777778vw);
  }
}

.p-25th-history-year__logo {
  margin-left: 20px;
}
@media screen and (max-width: 767.5px) {
  .p-25th-history-year__logo {
    display: none;
    padding: 18px 38px;
    height: 140px;
  }
}
@media screen and (min-width: 767.5px) {
  .p-25th-history-year__logo {
    margin-left: min(26px, 1.8055555556vw);
    width: min(188px, 13.0555555556vw);
  }
}

.p-25th-history__more {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 25px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 767.5px) {
  .p-25th-history__more {
    display: none;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-25th-campaign {
  padding: 75px 0 60px;
  background: #F5F5F5;
}
@media screen and (min-width: 1023.5px) {
  .p-25th-campaign {
    padding: 96px 0 80px;
  }
}

.p-25th-campaign__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-inline: auto;
}
.p-25th-campaign__container a img {
  border: 2px solid transparent;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.p-25th-campaign__container a:hover img {
  border-color: #F57E00;
}
.p-25th-campaign__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 767.5px) {
  .p-25th-campaign__container {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1023.5px) {
  .p-25th-campaign__container {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 1023.5px) {
  .p-25th-campaign__container {
    padding-left: 21.875vw;
    padding-right: 21.875vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-25th-campaign__container {
    padding-left: 315px;
    padding-right: 315px;
  }
}
@media screen and (min-width: 1023.5px) {
  .p-25th-campaign__container {
    gap: 40px;
    max-width: 1440px;
    margin-inline: auto;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@-webkit-keyframes loopLeftSP {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1199px 0;
  }
}
@keyframes loopLeftSP {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1199px 0;
  }
}
@-webkit-keyframes loopLeftPC {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -1854px 50%;
  }
}
@keyframes loopLeftPC {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -1854px 50%;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/