* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .to-pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .to-sp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/*------------------------------------------
fade up
------------------------------------------*/
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

/*------------------------------------------
fonts
------------------------------------------*/
.ft-poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ft-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

.ft-lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------------
2025happy_archive
------------------------------------------*/
.happy_archive_2025 {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  background: #fcf2e7;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.wrapper {
  min-width: 320px;
  width: 100%;
  position: relative;
}

.fix__bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.main__cnt {
  padding-top: 56.149341142vw;
}
@media (max-width: 1024px) {
  .main__cnt {
    padding-top: 667px;
  }
}

/*------------------------------------------
header__container
------------------------------------------*/
.header__container {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 8px 0;
}
@media (min-width: 1025px) {
  .header__container {
    padding: 20px 0;
  }
}
.header__container .inner {
  padding: 0 15px 0 8px;
}
@media (min-width: 1025px) {
  .header__container .inner {
    padding: 0 30px;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .header__container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__container .inner .logo {
  width: 132px;
}
@media (min-width: 1025px) {
  .header__container .inner .logo {
    width: 180px;
    position: absolute;
    top: 0;
    left: 30px;
  }
}
.header__container .inner .name {
  color: #767676;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .header__container .inner .name {
    line-height: 2;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .header__container .inner .name {
    text-align: right;
  }
}

/*------------------------------------------
footer__container
------------------------------------------*/
.footer__container {
  background: #007fff;
  padding: 30px 0;
}
@media (min-width: 1025px) {
  .footer__container {
    padding: 40px 0;
  }
}
.footer__container .copyright {
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 11px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .footer__container .copyright {
    font-size: 16px;
  }
}
.footer__container .logo {
  width: 160px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .footer__container .logo {
    width: 188px;
  }
}

/*------------------------------------------
mv__container
------------------------------------------*/
.mv__container {
  width: 100%;
  height: 56.149341142vw;
  position: relative;
}
@media (max-width: 1024px) {
  .mv__container {
    height: 667px;
  }
}
.mv__container .mv__movie {
  width: 100%;
  height: 100%;
}
.mv__container .mv__movie > video {
  max-width: 100%;
}
.mv__container .mv__ttl {
  position: absolute;
  width: 362px;
  top: 138px;
  left: -6px;
}
@media (min-width: 1025px) {
  .mv__container .mv__ttl {
    width: 42.4597364568vw;
    top: 8.9311859444vw;
    left: 0;
  }
}

/*------------------------------------------
step__container
------------------------------------------*/
.step__container {
  color: #fff;
  background: #007fff;
  padding: 90px 0 75px;
  position: relative;
}
@media (min-width: 1025px) {
  .step__container {
    padding: 100px 0 80px;
  }
}
.step__container::before, .step__container::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.step__container::before {
  background: url(../images/wave_1_sp.png) no-repeat center/100%;
  height: 9.3333333333vw;
  top: -9.3333333333vw;
}
@media (min-width: 1025px) {
  .step__container::before {
    background: url(../images/wave_1_pc.png) no-repeat center/100%;
    height: 9.5900439239vw;
    top: -9.5900439239vw;
  }
}
.step__container::after {
  background: url(../images/wave_2_sp.png) no-repeat center/100%;
  height: 16.2666666667vw;
  bottom: -16vw;
}
@media (min-width: 1025px) {
  .step__container::after {
    background: url(../images/wave_2_pc.png) no-repeat center/100%;
    height: 16.8374816984vw;
    bottom: -16.7642752562vw;
  }
}
.step__container .inner {
  width: 100%;
  max-width: 355px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .step__container .inner {
    max-width: 800px;
  }
}
.step__container .inner .lead {
  text-align: center;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 46px;
}
@media (min-width: 1025px) {
  .step__container .inner .lead {
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-bottom: 86px;
  }
}
.step__container .inner .ttl {
  line-height: 1.7;
  text-align: center;
  font-size: 20px;
  margin-bottom: 106px;
}
@media (min-width: 1025px) {
  .step__container .inner .ttl {
    letter-spacing: 0.1em;
    font-size: 30px;
    margin-bottom: 92px;
  }
}
.step__container .step__info {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 120px 0 88px;
  position: relative;
}
@media (min-width: 1025px) {
  .step__container .step__info {
    padding: 200px 80px 80px;
  }
}
.step__container .step__info .info__ttl {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  background: #007fff;
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .step__container .step__info .info__ttl {
    top: -30px;
    font-size: 20px;
  }
}
.step__container .step__info .cpn__ttl {
  width: 320px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
@media (min-width: 1025px) {
  .step__container .step__info .cpn__ttl {
    width: 448px;
    top: 130px;
  }
}
.step__container .step__info .info__txt {
  line-height: 2;
  text-align: center;
  font-size: 14px;
}
.step__container .step__info .info__txt.mg-btm {
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .step__container .step__info .info__txt.mg-btm {
    margin-bottom: 50px;
  }
}
.step__container .step__info .info__txt .txt-under {
  position: relative;
}
.step__container .step__info .info__txt .txt-under::before {
  content: "";
  background: #ffff00;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
}
.step__container .step__info .info__txt .l-txt {
  font-weight: 700;
  font-size: 16px;
}
.step__container .step__info .info__box {
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .step__container .step__info .info__box {
    margin-bottom: 88px;
  }
}
.step__container .step__info .info__box:last-child {
  margin-bottom: 0;
}
.step__container .step__info .info__img--ttl {
  width: 314px;
  margin: 0 auto 30px;
}
.step__container .step__info .info__srcoll {
  width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  .step__container .step__info .info__srcoll {
    width: 100%;
    margin: 0 auto 42px;
  }
}
@media (max-width: 1024px) {
  .step__container .step__info .info__srcoll {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #c9c9c9 #ededed;
  }
  .step__container .step__info .info__srcoll .srcoll--img {
    min-width: 898px;
  }
}
.step__container .step__info .info__btn {
  width: 278px;
  height: 46px;
  margin: 0 auto;
}
.step__container .step__info .info__btn > a {
  width: 100%;
  height: 100%;
  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: 1px solid #fff;
  border-radius: 30px;
  cursor: pointer;
}
.step__container .step__info .info__btn > a .txt {
  padding-right: 26px;
  line-height: 1;
  font-size: 16px;
  position: relative;
}
.step__container .step__info .info__btn > a .txt::after {
  content: "";
  background: url(../images/btn_icon.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 19px;
}
.step__container .step__info .info__op {
  line-height: 2;
  text-align: center;
  font-size: 14px;
  margin: 40px auto 0;
}
.step__container .step__info .info__cpn {
  width: 278px;
  margin: 0 auto 10px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1025px) {
  .step__container .step__info .info__cpn {
    width: 484px;
    gap: 10px;
  }
}
.step__container .step__info .info__cpn .cpn--1 {
  width: 100%;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .step__container .step__info .info__cpn .cpn--1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1024px) {
  .step__container .step__info .info__cpn .cpn--1 {
    text-align: center;
  }
}
.step__container .step__info .info__cpn .cpn--2 {
  width: 100%;
}
@media (min-width: 1025px) {
  .step__container .step__info .info__cpn .cpn--2 {
    width: 278px;
    position: relative;
  }
  .step__container .step__info .info__cpn .cpn--2::after {
    content: "";
    background: url(../images/step_img_30.png) no-repeat center/100%;
    width: 136px;
    height: 139px;
    position: absolute;
    top: -108px;
    right: -72px;
  }
}

/*------------------------------------------
history__container
------------------------------------------*/
@-webkit-keyframes height-100 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes height-100 {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes width-100 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes width-100 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes height-25 {
  from {
    height: 0;
  }
  to {
    height: 25vw;
  }
}
@keyframes height-25 {
  from {
    height: 0;
  }
  to {
    height: 25vw;
  }
}
@-webkit-keyframes height-50 {
  from {
    height: 0;
  }
  to {
    height: 50vw;
  }
}
@keyframes height-50 {
  from {
    height: 0;
  }
  to {
    height: 50vw;
  }
}
.history__container {
  background: #fcf2e7;
  padding: 42.6666666667vw 0 170px;
}
@media (min-width: 1025px) {
  .history__container {
    padding: 27.5256222548vw 0 24.1581259151vw;
  }
}
.history__container .history__concept {
  max-width: 370px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
@media (min-width: 1025px) {
  .history__container .history__concept {
    max-width: 810px;
    margin: 0 auto 60px;
  }
}
.history__container .history__concept .ttl {
  line-height: 1.2;
  color: #027fff;
  font-size: 32px;
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .history__container .history__concept .ttl {
    font-size: 50px;
    margin-bottom: 16px;
  }
}
.history__container .history__concept .sub__ttl {
  color: #027fff;
  font-size: 20px;
  margin-bottom: 25px;
}
@media (min-width: 1025px) {
  .history__container .history__concept .sub__ttl {
    font-size: 50px;
    margin-bottom: 56px;
  }
}
.history__container .history__concept .lead {
  line-height: 2;
  color: #686868;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .history__container .history__concept .lead {
    font-size: 16px;
  }
}
.history__container .history__info {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1025px) {
  .history__container .history__info {
    max-width: 1166px;
  }
}
.history__container .history__item {
  position: relative;
}
.history__container .history__item .in {
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .history__container .history__item .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.history__container .history__item .item__ttl {
  text-align: center;
  color: #027fff;
  font-size: 50px;
  padding-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .history__container .history__item .item__ttl {
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
    font-size: 101px;
    position: absolute;
    top: 0;
    right: 250px;
  }
}
.history__container .history__item .item__ttl > span {
  background: #fcf2e7;
}
.history__container .history__item .history__detail {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .history__container .history__item .history__detail {
    max-width: 480px;
    padding: 30px;
    margin-bottom: 100px;
    position: relative;
  }
  .history__container .history__item .history__detail::before, .history__container .history__item .history__detail:after {
    content: "";
    height: 10px;
    position: absolute;
    top: 145px;
  }
  .history__container .history__item .history__detail::before {
    width: 100%;
    max-width: 100px;
    background: #fff;
  }
}
.history__container .history__item .history__detail .d__img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .history__container .history__item .history__detail .d__img {
    margin-bottom: 14px;
  }
}
.history__container .history__item .history__detail .d__ttl {
  color: #027fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (min-width: 1025px) {
  .history__container .history__item .history__detail .d__ttl {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.history__container .history__item .history__detail .d__txt {
  line-height: 2;
  color: #686868;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .history__container .history__item .history__detail .d__txt {
    font-size: 18px;
  }
}
.history__container .history__item .history__detail--2 {
  width: 100%;
  color: #686868;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1025px) {
  .history__container .history__item .history__detail--2 {
    max-width: 480px;
    padding: 40px;
    font-size: 26px;
    margin-top: 280px;
    position: relative;
  }
  .history__container .history__item .history__detail--2::before, .history__container .history__item .history__detail--2:after {
    content: "";
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .history__container .history__item .history__detail--2::before {
    width: 100%;
    max-width: 100px;
    background: #fff;
  }
}
.history__container .history__item::before, .history__container .history__item::after {
  content: "";
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.history__container .history__item::before {
  height: 100%;
  background: #fff;
}
@media (min-width: 1025px) {
  .history__container .history__item:nth-child(odd) .in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .history__container .history__item:nth-child(odd) .in .item__ttl {
    left: 250px;
    right: auto;
  }
  .history__container .history__item:nth-child(odd) .in .history__detail::before, .history__container .history__item:nth-child(odd) .in .history__detail::after {
    left: -98px;
  }
  .history__container .history__item:nth-child(odd) .in .history__detail--2::before, .history__container .history__item:nth-child(odd) .in .history__detail--2::after {
    right: -98px;
  }
}
@media (min-width: 1025px) {
  .history__container .history__item:nth-child(even) .in .history__detail::before, .history__container .history__item:nth-child(even) .in .history__detail::after {
    right: -98px;
  }
  .history__container .history__item:nth-child(even) .in .history__detail--2::before, .history__container .history__item:nth-child(even) .in .history__detail--2::after {
    left: -98px;
  }
}
@media (min-width: 1025px) {
  .history__container .history__item:last-child .history__detail {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .history__container .history__item:first-child {
    padding-top: 25px;
  }
}
.history__container .history__item.is-active::after {
  background: #027fff;
  height: 0%;
  -webkit-animation: height-100 2s 0.5s ease-in-out forwards;
          animation: height-100 2s 0.5s ease-in-out forwards;
}
@media (min-width: 1025px) {
  .history__container .history__item.is-active .history__detail::after,
  .history__container .history__item.is-active .history__detail--2::after {
    background: #027fff;
    width: 0;
    max-width: 100px;
    -webkit-animation: width-100 2s 1s ease-in-out forwards;
            animation: width-100 2s 1s ease-in-out forwards;
  }
}
.history__container .history__line {
  position: relative;
  width: 10px;
  height: 100%;
  margin: 0 auto;
}
.history__container .history__line::before, .history__container .history__line::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.history__container .history__line::before {
  height: 50vw;
  background: #fff;
}
@media (min-width: 1025px) {
  .history__container .history__line::before {
    height: 25vw;
  }
}
.history__container .history__line.is-active::after {
  background: #027fff;
  height: 0;
  -webkit-animation: height-50 2s 0.5s ease-in-out forwards;
          animation: height-50 2s 0.5s ease-in-out forwards;
}
@media (min-width: 1025px) {
  .history__container .history__line.is-active::after {
    -webkit-animation: height-25 2s 0.5s ease-in-out forwards;
            animation: height-25 2s 0.5s ease-in-out forwards;
  }
}

/*------------------------------------------
facility__container
------------------------------------------*/
.facility__container {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -9.6vw;
}
@media (min-width: 1025px) {
  .facility__container {
    margin-top: -9.0775988287vw;
  }
}
.facility__container .facility__ttl {
  width: 77.3333333333vw;
  position: absolute;
  top: 45.3333333333vw;
  left: 9.3333333333vw;
}
@media (min-width: 1025px) {
  .facility__container .facility__ttl {
    width: 51.8301610542vw;
    top: 33.5285505124vw;
    left: 22.6939970717vw;
  }
}

/*------------------------------------------
terms__container
------------------------------------------*/
.terms__container {
  background: #007fff;
  color: #fff;
  margin-top: -9.6vw;
  padding: 100px 0 60px;
}
@media (min-width: 1025px) {
  .terms__container {
    margin-top: -9.224011713vw;
    padding: calc(100px + 9.224011713vw) 0 65px;
  }
}
.terms__container .inner {
  width: 100%;
  max-width: 276px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .terms__container .inner {
    max-width: 600px;
  }
}
.terms__container .terms__txt {
  line-height: 1.8;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .terms__container .terms__txt {
    font-size: 14px;
  }
}
.terms__container .terms__btn {
  width: 100%;
  height: 46px;
  margin: 40px auto 0;
}
@media (min-width: 1025px) {
  .terms__container .terms__btn {
    margin: 50px auto 0;
  }
}
.terms__container .terms__btn > a {
  width: 100%;
  height: 100%;
  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;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 30px;
}

.fix__btn {
  width: 140px;
  height: 137px;
  background: url(../images/fix_btn_bg.png) no-repeat center/100%;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
@media (min-width: 1025px) {
  .fix__btn {
    width: 172px;
    height: 168px;
    right: 20px;
    bottom: 20px;
  }
}
.fix__btn > a {
  width: 100%;
  height: 100%;
  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;
}
.fix__btn > a .fix__in {
  color: #027fff;
  text-align: center;
}
.fix__btn > a span {
  display: block;
}
.fix__btn > a .txt--1 {
  font-size: 10px;
}
@media (min-width: 1025px) {
  .fix__btn > a .txt--1 {
    font-size: 12px;
  }
}
.fix__btn > a .txt--2 {
  line-height: 1;
  font-size: 30px;
}
@media (min-width: 1025px) {
  .fix__btn > a .txt--2 {
    font-size: 40px;
  }
}
.fix__btn > a .txt--2 > small {
  font-size: 50%;
}

/*------------------------------------------
dist__wrapper
------------------------------------------*/
.dist__wrapper {
  min-width: 320px;
  width: 100%;
  position: relative;
}
.dist__wrapper .list--item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  padding-top: 78px;
}
@media (min-width: 1025px) {
  .dist__wrapper .list--item {
    padding-top: 9.224011713vw;
    gap: 4px;
  }
}
.dist__wrapper .list--item .items {
  width: calc(33.3333333333% - 1.4px);
}
@media (min-width: 1025px) {
  .dist__wrapper .list--item .items {
    width: calc(14.2857142857% - 4px);
  }
}
@media (min-width: 1025px) {
  .dist__wrapper .list--item .items .dist__item {
    margin-bottom: 0;
  }
}
.dist__wrapper .list--item .items .img {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.dist__wrapper .list--item .items .img img.w100 {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dist__wrapper .dist__header {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #007fff;
  padding: 8px 0;
}
@media (min-width: 1025px) {
  .dist__wrapper .dist__header {
    padding: 0;
  }
}
.dist__wrapper .dist__header::before {
  content: "";
  background: url(../images/wave_3_sp.png) no-repeat center/100%;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  width: 100%;
  height: 9.6vw;
  bottom: -9.0666666667vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .dist__wrapper .dist__header::before {
    background: url(../images/wave_3_pc.png) no-repeat center/100%;
    height: 6.0029282577vw;
    bottom: -5.8565153734vw;
  }
}
.dist__wrapper .dist__header .inner {
  padding: 0 20px;
}
@media (min-width: 1025px) {
  .dist__wrapper .dist__header .inner {
    padding: 0 36px 0 46px;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@media (max-width: 1024px) {
  .dist__wrapper .dist__header .years {
    position: relative;
  }
}
.dist__wrapper .dist__header .years span {
  display: block;
}
.dist__wrapper .dist__header .years .now {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 44px;
}
@media (min-width: 1025px) {
  .dist__wrapper .dist__header .years .now {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .dist__wrapper .dist__header .years .now {
    text-align: center;
  }
}
.dist__wrapper .dist__header .years .before,
.dist__wrapper .dist__header .years .after {
  font-size: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .dist__wrapper .dist__header .years .before,
  .dist__wrapper .dist__header .years .after {
    font-size: 15px;
    bottom: auto;
  }
}
.dist__wrapper .dist__header .years .before::before,
.dist__wrapper .dist__header .years .after::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
@media (min-width: 1025px) {
  .dist__wrapper .dist__header .years .before::before,
  .dist__wrapper .dist__header .years .after::before {
    width: 10px;
    height: 10px;
  }
}
.dist__wrapper .dist__header .years .before.no--item::before,
.dist__wrapper .dist__header .years .after.no--item::before {
  display: none;
}
.dist__wrapper .dist__header .years .before {
  padding-left: 12px;
  left: 0;
}
@media (min-width: 1025px) {
  .dist__wrapper .dist__header .years .before {
    padding-left: 20px;
    left: auto;
    right: 130px;
  }
}
.dist__wrapper .dist__header .years .before::before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  left: 0;
}
.dist__wrapper .dist__header .years .after {
  padding-right: 12px;
  right: 0;
}
@media (min-width: 1025px) {
  .dist__wrapper .dist__header .years .after {
    padding-right: 20px;
    right: 36px;
  }
}
.dist__wrapper .dist__header .years .after::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}
.dist__wrapper .dist__header .lead {
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 8px;
}
@media (min-width: 1025px) {
  .dist__wrapper .dist__header .lead {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .dist__wrapper .dist__header .lead {
    text-align: center;
    margin-bottom: 8px;
  }
}
.dist__wrapper .years__nav {
  width: 100%;
  background: #007fff;
  color: #fff;
  padding: 40px 0;
}
.dist__wrapper .years__nav .nav__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  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;
  gap: 30px;
}
.dist__wrapper .years__nav .nav__list > li > a {
  font-size: 18px;
}
.dist__wrapper .wave__area {
  width: 100%;
  background: #007fff;
  color: #fff;
  position: relative;
  padding: 45px 0;
}
.dist__wrapper .wave__area::before {
  content: "";
  background: url(../images/wave_3_sp.png) no-repeat center/100%;
  width: 100%;
  height: 9.6vw;
  position: absolute;
  top: -9.0666666667vw;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .dist__wrapper .wave__area::before {
    background: url(../images/wave_3_pc.png) no-repeat center/100%;
    height: 6.0029282577vw;
    top: -5.8565153734vw;
  }
}
.dist__wrapper .wave__area .btn__back {
  position: fixed;
  z-index: 10;
  width: 106px;
  bottom: 10px;
  right: 10px;
}
@media (min-width: 1025px) {
  .dist__wrapper .wave__area .btn__back {
    width: 150px;
    bottom: 2.196193265vw;
    right: 2.196193265vw;
  }
}
.dist__wrapper .wave__area .btn__more {
  width: 44px;
  margin: 0 auto;
}

/* =========================================================
modal
========================================================= */
.modal-block {
  width: 100vw;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
  z-index: 9999;
  display: none;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.15);
}
@media (min-width: 769px) {
  .modal-block {
    padding: 118px 0;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .modal-block {
    padding: 64px 0;
  }
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.modal-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 0 28px;
}
@media (min-width: 1025px) {
  .modal-wrap {
    max-width: 770px;
    padding: 0;
  }
}

.modal-cont {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 14px 14px 38px;
}
@media (min-width: 1025px) {
  .modal-cont {
    padding: 30px;
  }
}
.modal-cont .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8;
  gap: 16px;
}
@media (min-width: 1025px) {
  .modal-cont .contents {
    gap: 30px;
  }
}
.modal-cont .contents .img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 1025px) {
  .modal-cont .contents .img {
    max-width: 380px;
  }
}
.modal-cont .contents .img img.w100 {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-cont .contents .box {
  width: 100%;
  padding: 0 10px 0 16px;
}
@media (min-width: 769px) {
  .modal-cont .contents .box {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.modal-cont .contents .date,
.modal-cont .contents .name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.modal-cont .contents .date {
  color: #007fff;
  text-align: left;
  font-size: 18px;
  margin-bottom: 5px;
}
.modal-cont .contents .name {
  line-height: 1;
  text-align: right;
  font-size: 14px;
  margin: 0 0 15px;
}
.modal-cont .contents .detail {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 14px;
}
.modal-cont .contents .detail .tag--1 {
  margin-bottom: 20px;
}
.modal-cont .contents .detail .tag--1 > a {
  color: #027fff;
}

.modal-bottom-close {
  position: absolute;
  width: 51px;
  height: 51px;
  top: -14px;
  right: -14px;
}