.l-headerC .is-fixed_upper {
  position: fixed !important;
}

.owned #header {
  position: fixed !important;
}

.header-Sp.is-fixd {
  position: fixed !important;
}

.pageContents {
  padding-top: 0;
}

.container {
  padding: 0;
  position: relative;
}

#fixedMenu {
  display: none;
}

@media (min-width: 768px) {
  body {
    padding-top: 50px !important;
  }
  .container {
    width: 1030px;
    max-width: 1030px;
    margin: 0 auto;
  }
  .anchor_link {
    padding-bottom: 50px;
    margin-top: -50px;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 55px !important;
  }
  .container {
    width: 100%;
  }
  .anchor_link {
    padding-bottom: 50px;
    margin-top: -50px;
  }
}
.fl_main_visual {
  position: relative;
}
.fl_main_visual .fl_main_wankeru > span {
  position: absolute;
  bottom: -400px;
}
.fl_main_visual .fl_main_wankeru > span:nth-child(1) {
  transition: bottom 0.6s 0.2s;
}
.fl_main_visual .fl_main_wankeru > span:nth-child(2) {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: bottom 0.6s;
}
.fl_main_visual .fl_main_wankeru > span:nth-child(3) {
  transition: bottom 0.6s 0.3s;
}
.fl_main_visual .fl_main_deco {
  position: absolute;
  animation: fl_main_deco_anim 3s ease-in-out infinite;
}
.fl_main_visual .fl_main_logo {
  position: absolute;
}

@keyframes fl_main_deco_anim {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fl_main_visual {
  position: relative;
}
.fl_main_visual .fl_main_wankeru > span {
  position: absolute;
  bottom: -400px;
}
.fl_main_visual .fl_main_wankeru > span:nth-child(1) {
  transition: bottom 0.6s 0.2s;
}
.fl_main_visual .fl_main_wankeru > span:nth-child(2) {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: bottom 0.6s;
}
.fl_main_visual .fl_main_wankeru > span:nth-child(3) {
  transition: bottom 0.6s 0.3s;
}
.fl_main_visual .fl_main_deco {
  position: absolute;
  animation: fl_main_deco_anim 3s ease-in-out infinite;
}
.fl_main_visual .fl_main_deco2 {
  position: absolute;
}
.fl_main_visual .fl_main_deco3 > span {
  position: absolute;
}

@keyframes fl_main_deco_anim {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main_back .fl_main_logo {
  position: absolute;
  z-index: 5;
}

.fl_main_visual .fl_main_ttl .ribbon {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .main_back_b {
    background-color: #00216b;
    position: relative;
    z-index: 0;
  }
  .main_back_b .wave {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .main_back {
    height: 900px;
    position: relative;
  }
  .main_back::before {
    content: "";
    width: 1168px;
    height: 100%;
    background: url("../img/closing/main/side.avif") no-repeat center/100%;
    position: absolute;
    top: 0;
    right: calc(50% + 100px);
    z-index: -1;
  }
  .main_back::after {
    content: "";
    width: 1168px;
    height: 100%;
    background: url("../img/closing/main/side.avif") no-repeat center/100%;
    position: absolute;
    top: 0;
    left: calc(50% + 100px);
    transform: scale(-1, 1);
    z-index: -1;
  }
  .main_back .dark_back_left {
    position: absolute;
    width: 75%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 33, 107, 0.9) 40%, rgba(0, 33, 107, 0.8) 65%, rgba(0, 33, 107, 0) 100%);
    top: 0;
    right: calc(50% + 400px);
  }
  .main_back .dark_back_right {
    position: absolute;
    width: 75%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 33, 107, 0.9) 40%, rgba(0, 33, 107, 0.8) 65%, rgba(0, 33, 107, 0) 100%);
    top: 0;
    left: calc(50% + 400px);
  }
  .main_back .fl_main_logo {
    width: 140px;
    top: 20px;
    left: 30px;
  }
  .fl_main_visual {
    width: 100%;
    height: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fl_main_visual::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -2;
  }
  .fl_main_visual.close_back::before {
    background: url("../img/closing/main/back.avif") no-repeat center/cover;
    z-index: -2;
  }
  .fl_main_visual .fl_main_ttl {
    width: 638px;
    margin: 0 auto;
  }
  .fl_main_visual .fl_main_ttl .title {
    width: 326px;
    margin: 90px auto 40px;
    padding-left: 20px;
  }
  .fl_main_visual .fl_main_chara {
    width: 627px;
    margin: 35px auto 0;
    z-index: 5;
  }
}
@media (max-width: 767.98px) {
  .fl_main_visual .fl_main_ttl {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .fl_main_visual .fl_main_ttl > .title {
    width: 70%;
    padding-left: 3%;
    margin: 15% 0 20px;
  }
  .fl_main_visual .fl_main_chara {
    padding: 0 9% 0 5%;
    margin: 20px 0 30px;
  }
}
@media (max-width: 767.98px) {
  .closing_sp_back {
    background: url("../img/closing/main/main_sp_back.avif") no-repeat center/100%;
    position: relative;
  }
  .closing_sp_back .wave {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
}
.closing_lead .closing_lead_p {
  text-align: center;
  font-weight: 500;
}
.closing_lead .closing_lead_p > strong {
  display: block;
  background-color: #faf8c6;
  font-weight: bold;
}
.closing_lead .closing_lead_bnr > p {
  background-color: #e8687f;
  color: #fff;
  font-weight: 500;
}

@media (min-width: 768px) {
  .closing_lead {
    margin: 50px 0 30px;
    background-color: #fff;
  }
  .closing_lead .closing_lead_p {
    font-size: 20px;
    line-height: 1.6em;
  }
  .closing_lead .closing_lead_p > strong {
    font-size: 24px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
    padding-left: 12px;
  }
  .closing_lead .closing_lead_bnr {
    width: 595px;
    margin: 30px auto 0;
  }
  .closing_lead .closing_lead_bnr > p {
    width: 205px;
    height: 44px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .closing_lead .closing_lead_p {
    font-size: 15px;
    line-height: 1.6em;
    color: #fff;
  }
  .closing_lead .closing_lead_p > strong {
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    color: #004ea2;
    padding-left: 5px;
  }
  .closing_lead .closing_lead_bnr {
    margin-bottom: 30px;
  }
  .closing_lead .closing_lead_bnr > p {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 20px 20px 0;
    font-size: 15px;
    padding: 5px 10px 5px 5px;
    margin: 30px 0 10px;
  }
  .closing_lead .closing_lead_bnr > a {
    margin: 0 10px;
    display: block;
  }
  .closing_lead .closing_lead_sp_pd {
    aspect-ratio: 749/158;
  }
}
.closing_schedule {
  background-color: #cffbff;
}

@media (min-width: 768px) {
  .closing_schedule_top img {
    width: 100%;
  }
  .closing_schedule {
    position: relative;
    z-index: 0;
    padding: 10px 0 130px;
  }
  .closing_schedule h2 {
    width: 577px;
    margin: 0 auto 50px;
    position: relative;
  }
  .closing_schedule h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 5%, rgba(154, 201, 43, 0) 60%);
    width: 600px;
    height: 600px;
    top: -100px;
    z-index: -1;
  }
  .closing_schedule .closing_schedule_img {
    width: 750px;
    margin: 0 auto;
  }
  .closing_schedule .closing_schedule_deco span {
    position: absolute;
  }
  .closing_schedule .closing_schedule_deco span:nth-child(1) {
    width: 32px;
    top: 40px;
    left: calc(50% + 380px);
  }
  .closing_schedule .closing_schedule_deco span:nth-child(2) {
    width: 64px;
    top: -50px;
    right: calc(50% + 380px);
  }
  .closing_schedule .closing_schedule_deco span:nth-child(3) {
    width: 64px;
    top: 800px;
    right: calc(50% + 590px);
  }
  .closing_schedule .closing_schedule_deco span:nth-child(4) {
    width: 43px;
    top: 700px;
    left: calc(50% + 590px);
  }
}
@media (max-width: 767.98px) {
  .closing_schedule {
    padding: 0 20px;
    position: relative;
    z-index: 0;
  }
  .closing_schedule h2 {
    width: 80%;
    margin: 0 auto 15px;
    position: relative;
  }
  .closing_schedule h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: radial-gradient(circle, white 5%, rgba(154, 201, 43, 0) 70%);
    width: 100%;
    aspect-ratio: 1/1.2;
    top: -50px;
    z-index: -1;
  }
  .closing_schedule .closing_schedule_deco span {
    position: absolute;
    width: 5%;
    right: 3%;
    top: 8%;
  }
}
.closing_footer {
  background-color: #cffbff;
}

@media (min-width: 768px) {
  .closing_footer {
    position: relative;
  }
  .closing_footer .footer_txt {
    position: absolute;
    width: 615px;
    margin: auto;
    left: 0;
    right: 0;
    top: 30px;
  }
}
.switch_img {
  display: none;
}

@media screen and (min-width: 1500px) {
  .img01 {
    display: block;
  }
  .closing_footer .footer_txt {
    top: 100px;
  }
}
@media screen and (min-width: 767.98px) and (max-width: 1500px) {
  .img02 {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .img03 {
    display: block;
  }
}/*# sourceMappingURL=closing.css.map */