/*=============================================================
 01_base
=============================================================*/
.bg-shine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_shine.jpg") repeat-x top center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bg-shine {
    background: url("../img/bg_shine-sp.jpg") no-repeat top center;
    background-size: cover;
  }
}

.bg-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/bg.png") repeat-x top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .bg-con {
    background: url("../img/bg-sp.png") no-repeat top center;
    background-size: cover;
  }
}

.page-con {
  position: relative;
  margin-top: 135px;
}
@media only screen and (max-width: 768px) {
  .page-con {
    margin-top: 11.71875vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-con img {
    width: 100%;
  }
}
.page-con .bg-round {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 2000px;
  transform: translateX(-50%);
  background: url("../img/bg_round.png") no-repeat top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  .page-con .bg-round {
    top: 0;
    min-width: unset;
    background: url("../img/bg_round-sp.png") no-repeat top center;
    background-size: 100% auto;
  }
}
.page-con .bg-round img {
  width: 100%;
}
.page-con .bg-round::before {
  content: "";
  width: 100%;
  height: calc(100% - 650px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.page-con .bg-round::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: url("../img/bg_cloud.png") no-repeat bottom center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  .page-con .bg-round::after {
    bottom: 0;
    background: url("../img/bg_cloud-sp.png") no-repeat bottom center;
    background-size: 100% auto;
  }
}
.page-con .breadcrumb {
  position: relative;
  width: 989px;
  margin: 0 auto 50px;
  padding: 20px 40px;
  background-color: rgba(100, 80, 124, 0.03);
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .page-con .breadcrumb {
    width: 93.75vw;
    margin: 0 auto 7.8125vw;
    padding: 2.34375vw 5.625vw;
    border-radius: 7.8125vw;
  }
}
.page-con .breadcrumb::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("../img/icon/star.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page-con .breadcrumb::before {
    width: 1.25vw;
    height: 1.25vw;
    left: 2.5vw;
  }
}
.page-con .breadcrumb ul {
  display: flex;
  align-items: center;
}
.page-con .breadcrumb ul li {
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-family: "Fredoka", sans-serif;
  margin-right: 50px;
  color: #B9B1C4;
}
@media only screen and (max-width: 768px) {
  .page-con .breadcrumb ul li {
    font-size: 2.5vw;
    margin-right: 8.4375vw;
  }
}
.page-con .breadcrumb ul li a {
  color: #64507C;
  text-decoration: none;
}
.page-con .breadcrumb ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background: url("../img/icon/breadcrumb_arrow.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page-con .breadcrumb ul li:not(:last-child)::after {
    width: 1.25vw;
    height: 2.03125vw;
    right: -5vw;
  }
}
.page-con .breadcrumb ul li:last-child {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-con .breadcrumb ul li:last-child {
    width: 50vw;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.page-con .btn-top, .page-con .btn-back {
  width: 292px;
}
@media only screen and (max-width: 768px) {
  .page-con .btn-top, .page-con .btn-back {
    width: 45.625vw;
  }
}
.page-con .btn-top a, .page-con .btn-back a {
  width: auto;
  font-size: 20px;
  font-weight: 800;
  padding: 16px 10px 16px 45px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-con .btn-top a, .page-con .btn-back a {
    font-size: 3.125vw;
    padding: 2.5vw 1.5625vw 2.5vw 7.8125vw;
  }
}
.page-con .btn-top a::before, .page-con .btn-back a::before {
  left: 14px;
}
@media only screen and (max-width: 768px) {
  .page-con .btn-top a::before, .page-con .btn-back a::before {
    left: 2.1875vw;
  }
}
.page-con .btn-top a::after, .page-con .btn-back a::after {
  left: 24px;
  transform: scale(-1, -1);
  transform-origin: 49% 25%;
}
@media only screen and (max-width: 768px) {
  .page-con .btn-top a::after, .page-con .btn-back a::after {
    left: 3.75vw;
  }
}

.ttl-box {
  position: relative;
  text-align: center;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .ttl-box {
    margin-bottom: 4.375vw;
  }
}
.ttl-box .wrap {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .ttl-box .wrap {
    position: static;
  }
}
.ttl-box .aelu {
  position: absolute;
  top: 70px;
  left: -155px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .ttl-box .aelu {
    width: 18.59375vw;
    top: 1.875vw;
    left: 0vw;
  }
}
.ttl-box .lagu {
  position: absolute;
  top: 75px;
  right: -160px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .ttl-box .lagu {
    width: 19.0625vw;
    top: 2.8125vw;
    right: 0vw;
  }
}
.ttl-box .deco {
  width: 220px;
  margin: 0 auto 35px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .ttl-box .deco {
    width: 27.8125vw;
    margin-bottom: 3.125vw;
    margin-top: 2.96875vw;
  }
}
.ttl-box .deco img {
  margin-top: -22px;
}
@media only screen and (max-width: 768px) {
  .ttl-box .deco img {
    margin-top: -3.4375vw;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-box .deco svg {
    width: 100%;
  }
}
.ttl-box .deco svg path {
  fill: #fff;
}
.ttl-box .deco.bg-on {
  position: relative;
}
.ttl-box .deco.bg-on::after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 7px;
  width: 204px;
  height: 50px;
  background: url("../img/bg_txt_deco.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .ttl-box .deco.bg-on::after {
    width: 100%;
    top: -0.9375vw;
    left: -0.171875vw;
  }
}
.ttl-box .deco.bg-on svg {
  position: relative;
  z-index: 2;
}
.ttl-box .txt-deco {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .ttl-box .txt-deco {
    margin-bottom: 4.0625vw;
  }
}
.ttl-box .txt-deco p {
  font-size: 18px;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .ttl-box .txt-deco p {
    font-size: 2.8125vw;
  }
}
.ttl-box .txt-deco span {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 15px;
  background: url("../img/icon/txt_deco_w.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .ttl-box .txt-deco span {
    width: 58.4375vw;
  }
}
.ttl-box h1 {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .ttl-box h1 {
    margin: 0 auto;
  }
}
.ttl-box .jp {
  opacity: 0;
  font-size: 22px;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .ttl-box .jp {
    margin-top: 1.5625vw;
    font-size: 3.75vw;
  }
}
.ttl-box.dark .deco svg path {
  fill: #64507C;
}
.ttl-box.dark .txt-deco p {
  color: #64507C;
}
.ttl-box.dark .txt-deco span {
  background: url("../img/icon/txt_deco_d.svg") no-repeat top center;
  background-size: contain;
}
.ttl-box.dark .jp {
  color: #64507C;
}

h2 {
  position: relative;
  width: 334px;
  margin: 0 auto 40px;
  padding: 55px 0 35px;
  font-size: 34px;
  line-height: 1;
  color: #64507C;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h2 {
    width: 52.1875vw;
    padding: 8.59375vw 0 5.46875vw;
    font-size: 5.3125vw;
    margin-bottom: 8.4375vw;
  }
}
h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 334px;
  height: 45px;
  background: url("../img/page/h2_deco01.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  h2::before {
    width: 52.1875vw;
    height: 7.03125vw;
  }
}
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 334px;
  height: 23px;
  background: url("../img/page/h2_deco02.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  h2::after {
    width: 52.1875vw;
    height: 3.59375vw;
  }
}

#content {
  position: relative;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  #content .block {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  #content .block {
    left: 0;
    transform: unset;
  }
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .inner {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: auto;
  }
}
#content .pagination ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #content .pagination ul {
    margin-bottom: 9.375vw;
  }
}
#content .pagination ul li {
  position: relative;
  font-size: 24px;
  font-family: "Fredoka", sans-serif;
  width: 45px;
  height: 45px;
  margin: 0 11px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #content .pagination ul li {
    font-size: 3.75vw;
    width: 7.03125vw;
    height: 7.03125vw;
    margin: 0 1.71875vw;
    border-width: 0.3125vw;
    border-radius: 7.8125vw;
  }
}
#content .pagination ul li a {
  text-decoration: none;
}
#content .pagination ul li p {
  position: absolute;
  top: 50%;
  left: 49%;
  line-height: 1;
  transform: translate(-50%, -50%);
}
#content .pagination ul li.prev p {
  top: 46%;
  transform: scale(-1, -1);
  transform-origin: 25% 35%;
}
#content .pagination ul li.next p {
  top: 46%;
}
#content .pagination ul li.active {
  border-color: #F61AAD;
}
#content .pagination ul li.active p {
  color: #F61AAD;
}
#content .pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #content .pagination {
    margin-bottom: 9.375vw;
  }
}
#content .pagination a, #content .pagination span {
  position: relative;
  font-size: 24px;
  font-family: "Fredoka", sans-serif;
  width: 45px;
  height: 45px;
  margin: 0 11px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  color: #64507C;
}
@media only screen and (max-width: 768px) {
  #content .pagination a, #content .pagination span {
    font-size: 3.75vw;
    width: 7.03125vw;
    height: 7.03125vw;
    margin: 0 1.71875vw;
    border-width: 0.3125vw;
    border-radius: 7.8125vw;
  }
}
#content .pagination a p, #content .pagination span p {
  position: absolute;
  top: 50%;
  left: 49%;
  line-height: 1;
  font-size: 24px;
  transform: translate(-50%, -50%);
}
#content .pagination a.prev, #content .pagination span.prev {
  font-size: 0;
}
#content .pagination a.prev::after, #content .pagination span.prev::after {
  content: "";
  position: absolute;
  left: 49%;
  top: 46%;
  transform: scale(-1, -1);
  transform-origin: 25% 35%;
  width: 14px;
  height: 14px;
  background: url("../img/icon/arrow_dark.svg") no-repeat top center;
  background-size: contain;
}
#content .pagination a.next, #content .pagination span.next {
  font-size: 0;
}
#content .pagination a.next::after, #content .pagination span.next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url("../img/icon/arrow_dark.svg") no-repeat top center;
  background-size: contain;
}
#content .pagination a.current, #content .pagination span.current {
  border-color: #F61AAD;
}
#content .pagination a.current p, #content .pagination span.current p {
  color: #F61AAD;
}