@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
.loading {
  /*ローディング画面の縦横幅を画面いっぱいになるように指定*/
  width: 100vw;
  height: 100vh;
  /*ローディング画面の表示位置を固定*/
  position: fixed;
  top: 0;
  left: 0;
  background: #1082ce;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*ローディング画面を0.5秒かけて非表示にする*/
  transition: all 0.5s linear;
  z-index: 1000;
}

/*ローディング画面を非表示にする*/
.loading.loaded {
  /*0.5秒かけてopacityを0にする*/
  opacity: 0;
  visibility: hidden;
}

.loading-text {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #FFF;
  border-left-color: #1082ce;
  /* アニメーションを1秒かけて実行 */
  animation: spinner-rotation 1s linear infinite;
}

/* アニメーションの設定 */
@keyframes spinner-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.kv video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .kv-sp {
    padding-top: 3.2552083333vw;
    background-color: #e4eff9;
    position: relative;
    overflow-y: hidden;
  }
  .kv-sp::before, .kv-sp::after {
    content: "";
    width: 12.890625vw;
    height: 104.296875vw;
    position: absolute;
    top: 20.1822916667vw;
  }
  .kv-sp::before {
    background: url(../img/curtain-side-left.png) no-repeat center center/contain;
    left: -3.515625vw;
  }
  .kv-sp::after {
    background: url(../img/curtain-side-right.png) no-repeat center center/contain;
    right: -3.515625vw;
  }
}
@media screen and (max-width: 1023px) {
  .kv__logo {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .kv__logo img {
    width: 32.6822916667vw;
  }
}
@media screen and (max-width: 1023px) {
  .kv__house {
    text-align: center;
    padding-top: 4.5572916667vw;
    position: relative;
    width: fit-content;
    margin: 1.3020833333vw auto 0;
    padding-right: 1.171875vw;
  }
}
@media screen and (max-width: 1023px) {
  .kv__house img.img__kv-house {
    width: 14.9739583333vw;
  }
}
@media screen and (max-width: 1023px) {
  .kv__house img.img__kv-cloud {
    width: 8.203125vw;
    position: absolute;
    top: 0;
    right: -1.4322916667vw;
    animation: fuwafuwa 1.5s ease-in-out infinite alternate-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .kv__txt1 {
    text-align: center;
    padding-top: 1.5625vw;
  }
}
@media screen and (max-width: 1023px) {
  .kv__txt1 img {
    width: 67.1875vw;
  }
}
@media screen and (max-width: 1023px) {
  .kv__ttl {
    text-align: center;
    padding-top: 1.0416666667vw;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 1023px) {
  .kv__ttl img {
    width: 79.9479166667vw;
  }
}
.kv__bottom {
  padding-top: 2.6041666667vw;
  position: relative;
  z-index: 2;
}
.kv-fukidashi-left {
  position: absolute;
  top: -14.9739583333vw;
  left: -0.1302083333vw;
  animation: poyo 2s infinite ease-in-out;
}
.kv-fukidashi-left img {
  width: 33.203125vw;
}
.kv-fukidashi-right {
  position: absolute;
  top: -16.40625vw;
  right: 0.5208333333vw;
  z-index: 2;
  animation: poyo 2s infinite ease-in-out;
}
.kv-fukidashi-right img {
  width: 26.953125vw;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-8%);
  }
  100% {
    transform: translateY(8%);
  }
}
.about {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #2977d8;
  color: #FFFFFF;
  margin-top: -2px;
  padding-top: 25px;
  padding-bottom: 197px;
}
@media screen and (max-width: 1023px) {
  .about {
    padding-top: 4.296875vw;
    padding-bottom: 15.1041666667vw;
  }
}
.about-inner {
  max-width: 1010px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .about-inner {
    padding: 0 3.90625vw;
  }
}
.about-inner::before {
  content: "";
  width: 6px;
  height: 95%;
  background-color: #FFFFFF;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .about-inner::before {
    content: none;
  }
}
.about__ttl {
  font-weight: 700;
  font-size: 1.5625rem;
  letter-spacing: 0.06em;
  line-height: 1.7857142857;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .about__ttl {
    font-size: 6.9010416667vw;
    margin-bottom: 0.78125vw;
    letter-spacing: 0;
  }
}
.about__ttl--sub {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: -0.06em;
  line-height: 1.2;
  padding-left: 25px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1023px) {
  .about__ttl--sub {
    font-size: 5.5989583333vw;
    line-height: 1.3953488372;
    margin-bottom: 4.5572916667vw;
  }
}
.about__txt {
  font-weight: 400;
  line-height: 1.6875;
  letter-spacing: 0.02em;
  padding-left: 25px;
}
@media screen and (max-width: 1023px) {
  .about__txt {
    font-size: 4.5572916667vw;
    line-height: 1.4285714286;
    letter-spacing: -0.005em;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .about__txt::before {
    content: "";
    width: 0.5208333333vw;
    height: 96%;
    background-color: #FFFFFF;
    position: absolute;
    top: 2.2135416667vw;
    left: 0;
  }
}
.about__img {
  text-align: center;
  margin-top: 27px;
}
.about__img img {
  width: 1168px;
}
@media screen and (max-width: 1023px) {
  .about__img img {
    width: 95.4427083333vw;
  }
}

.prize {
  padding-bottom: 91px;
}
@media screen and (max-width: 1023px) {
  .prize {
    padding-bottom: 10.2864583333vw;
  }
}
.prize__ttl {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: -61px auto 0;
}
@media screen and (max-width: 1279px) {
  .prize__ttl {
    margin-top: -4.7693510555vw;
  }
}
@media screen and (max-width: 1023px) {
  .prize__ttl {
    margin-top: -5.5989583333vw;
  }
}
.prize__ttl::before {
  content: "";
  width: min(360px, 18.75vw);
  height: min(349px, 18.1770833333vw);
  background: url(../img/prize-dolphin.webp) no-repeat center center/contain;
  position: absolute;
  top: max(-106px, -5.5208333333vw);
  left: max(-292px, -15.2083333333vw);
}
@media screen and (max-width: 1439px) {
  .prize__ttl::before {
    left: -9.6875vw;
  }
}
@media screen and (max-width: 1023px) {
  .prize__ttl::before {
    top: -4.8177083333vw;
    left: -2.9947916667vw;
    transform: rotate(-6deg);
    width: 20.0520833333vw;
    height: 19.53125vw;
  }
}
.prize__ttl::after {
  content: "";
  width: 190px;
  height: 212px;
  background: url(../img/prize-trophy.png) no-repeat center center/contain;
  position: absolute;
  top: -71px;
  left: 210px;
  animation: yurayura 3s linear infinite;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .prize__ttl::after {
    width: 14.8553557467vw;
    height: 16.57544957vw;
    top: -5.5512118843vw;
    left: 16.4190774042vw;
  }
}
@media screen and (max-width: 1023px) {
  .prize__ttl::after {
    width: 17.0572916667vw;
    height: 19.140625vw;
    top: -6.640625vw;
    left: 23.3072916667vw;
  }
}
.prize__ttl img {
  width: 935px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .prize__ttl img {
    width: 73.1039874902vw;
  }
}
@media screen and (max-width: 1023px) {
  .prize__ttl img {
    width: 92.7083333333vw;
  }
}
.prize-list {
  display: flex;
  margin-left: -41px;
  margin-right: -41px;
}
@media screen and (max-width: 1023px) {
  .prize-list {
    flex-wrap: wrap;
    row-gap: 9.2447916667vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.prize-list-wrapper {
  max-width: 1331px;
  margin: 0 auto;
  margin-top: -29px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .prize-list-wrapper {
    padding: 0 3.90625vw;
    margin-top: -5.078125vw;
  }
}
.prize-list-item:first-of-type {
  padding: 0 9px 0 41px;
  width: 34.68%;
}
@media screen and (max-width: 1023px) {
  .prize-list-item:first-of-type {
    width: 100%;
    padding: 0;
  }
}
.prize-list-item:first-of-type .prize-list-item__img img {
  width: 73.86%;
  margin-left: 38px;
}
@media screen and (max-width: 1023px) {
  .prize-list-item:first-of-type .prize-list-item__img img {
    width: 65.7552083333vw;
    margin-left: 10.546875vw;
  }
}
.prize-list-item:first-of-type .prize-list-prize-type-list {
  max-width: 342px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .prize-list-item:first-of-type .prize-list-prize-type-list {
    max-width: none;
  }
}
.prize-list-item:nth-of-type(2) {
  padding: 0 32px 0 9px;
  width: 36.7658%;
  animation-delay: 0.4s;
}
@media screen and (max-width: 1023px) {
  .prize-list-item:nth-of-type(2) {
    width: 100%;
    animation-delay: 0s;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .prize-list-item:nth-of-type(2) .prize-list-item__img {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .prize-list-item:nth-of-type(2) .prize-list-item__img img {
    width: 79.6875vw;
  }
}
.prize-list-item:nth-of-type(2) .prize-list-item__ttl {
  text-align: left;
  padding-left: 72px;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 1023px) {
  .prize-list-item:nth-of-type(2) .prize-list-item__ttl {
    padding-left: 0;
    text-align: center;
  }
}
.prize-list-item:nth-of-type(2) .prize-list-prize-type-list {
  max-width: 399px;
  margin-left: 64px;
}
@media screen and (max-width: 1023px) {
  .prize-list-item:nth-of-type(2) .prize-list-prize-type-list {
    max-width: none;
    margin-left: 0;
  }
}
.prize-list-item:nth-of-type(3) {
  padding: 0 41px 0 35.5px;
  width: 28.5542%;
  animation-delay: 0.8s;
}
@media screen and (max-width: 1023px) {
  .prize-list-item:nth-of-type(3) {
    width: 100%;
    animation-delay: 0s;
    padding: 0;
  }
}
.prize-list-item:nth-of-type(3) .prize-list-item__img {
  margin-top: -10px;
}
@media screen and (max-width: 1023px) {
  .prize-list-item:nth-of-type(3) .prize-list-item__img {
    text-align: center;
    margin-top: -0.78125vw;
  }
}
.prize-list-item:nth-of-type(3) .prize-list-item__img img {
  width: 99%;
}
@media screen and (max-width: 1023px) {
  .prize-list-item:nth-of-type(3) .prize-list-item__img img {
    width: 66.015625vw;
  }
}
.prize-list-item__ttl {
  font-size: 2.5rem;
  color: #2a77d7;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1279px) {
  .prize-list-item__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .prize-list-item__ttl {
    font-size: 8.2174479167vw;
    letter-spacing: 0.1em;
    margin-top: 2.2135416667vw;
    margin-bottom: 1.5625vw;
  }
}
.prize-list-item--special .prize-list-item__ttl {
  font-family: "DFLeiGaSo-W9-WING";
  position: relative;
  padding-left: 70px;
  color: #f80d5e;
  line-height: 1;
  letter-spacing: -0.08em;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .prize-list-item--special .prize-list-item__ttl {
    width: fit-content;
    margin: 0 auto;
    margin-top: 4.6875vw;
    padding-left: 12.3697916667vw;
  }
}
.prize-list-item--special .prize-list-item__ttl::before {
  content: "";
  width: 58px;
  height: 51px;
  background: url(../img/prize-flower.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .prize-list-item--special .prize-list-item__ttl::before {
    width: 11.71875vw;
    height: 10.4166666667vw;
    top: -1.0416666667vw;
    left: -1.3020833333vw;
  }
}
.prize-list-item__txt {
  font-family: "RyuminPro";
  font-weight: 900;
  font-size: 1.5625rem;
  margin-left: 59px;
  padding-top: 3px;
  letter-spacing: -0.05em;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .prize-list-item__txt {
    font-size: 7.7018229167vw;
    margin: 2.8645833333vw auto 0;
  }
}
.prize-list-item__txt::before {
  content: "";
  width: 96.5%;
  height: 16px;
  background-color: #fafd02;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .prize-list-item__txt::before {
    width: 103%;
    height: 4.5572916667vw;
    bottom: 1.3020833333vw;
    left: -0.1302083333vw;
  }
}
.prize-list-prize-type-list-item.gold .prize-list-prize-type-list-item-name-inner {
  background: linear-gradient(to top right, #ffc871, #fae994, #ca8924);
}
.prize-list-prize-type-list-item.bronze .prize-list-prize-type-list-item-name-inner {
  background: linear-gradient(to top right, #ac5a26, #d8934d, #cc6d02);
}
.prize-list-prize-type-list-item.pink .prize-list-prize-type-list-item-name-inner {
  background: linear-gradient(to top right, #ff9ca0, #fecfee);
}
@media screen and (max-width: 1023px) {
  .prize-list-prize-type-list-item.pink .prize-list-prize-type-list-item__contents {
    font-size: 5.078125vw;
  }
}
@media screen and (max-width: 1023px) {
  .prize-list-prize-type-list-item.pink .prize-list-prize-type-list-item__contents span:last-of-type {
    font-size: 6.4609375vw;
  }
}
.prize-list-prize-type-list-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.prize-list-prize-type-list-item-inner {
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 1023px) {
  .prize-list-prize-type-list-item-inner {
    gap: 14px;
    align-items: center;
  }
}
.prize-list-prize-type-list-item-name {
  width: 190px;
}
@media screen and (max-width: 1279px) {
  .prize-list-prize-type-list-item-name {
    width: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .prize-list-prize-type-list-item-name {
    width: 39.0625vw;
  }
}
.prize-list-prize-type-list-item-name-inner {
  position: relative;
  border-radius: 100vw;
}
.prize-list-prize-type-list-item-name-inner::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #FFFFFF;
  border-radius: 100vw;
  position: absolute;
  top: 4px;
  left: 4px;
}
.prize-list-prize-type-list-item-name__txt {
  position: relative;
  font-size: 1.5625rem;
  text-align: center;
  font-weight: 500;
  padding: 1px 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .prize-list-prize-type-list-item-name__txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .prize-list-prize-type-list-item-name__txt {
    font-size: 5.9921875vw;
  }
}
.prize-list-prize-type-list-item-name__txt .txt-small {
  font-size: 1.25rem;
}
@media screen and (max-width: 1279px) {
  .prize-list-prize-type-list-item-name__txt .txt-small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .prize-list-prize-type-list-item-name__txt .txt-small {
    font-size: 4.5572916667vw;
  }
}
.prize-list-prize-type-list-item__contents {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1;
  width: calc(100% - 190px);
}
@media screen and (max-width: 1439px) {
  .prize-list-prize-type-list-item__contents {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .prize-list-prize-type-list-item__contents {
    font-size: 1.1875rem;
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 1023px) {
  .prize-list-prize-type-list-item__contents {
    font-family: "DFLeiGaSo-W9-WING";
    width: calc(100% - 39.0625vw);
    font-size: 6.4609375vw;
    color: #722414;
    display: flex;
    align-items: center;
  }
}
.prize-list-prize-type-list-item__contents .txt-large {
  font-size: 2.5rem;
  color: #fc0707;
}
@media screen and (max-width: 1279px) {
  .prize-list-prize-type-list-item__contents .txt-large {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .prize-list-prize-type-list-item__contents .txt-large {
    font-size: 11.0768229167vw;
    line-height: 0;
    padding-bottom: 2.4739583333vw;
    padding-left: 1.4322916667vw;
  }
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
.category-link-inner {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .category-link-inner {
    flex-wrap: wrap;
  }
}
.category-link-item {
  width: 50%;
  padding-top: 38px;
  padding-bottom: 37px;
}
@media screen and (max-width: 1023px) {
  .category-link-item {
    width: 100%;
  }
}
.category-link-item--illustration {
  background-color: #b7d4fa;
  padding-right: 102px;
}
@media screen and (max-width: 1279px) {
  .category-link-item--illustration {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .category-link-item--illustration {
    padding-right: 0;
  }
}
.category-link-item--illustration .category-link-item-btn-wrapper {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .category-link-item--illustration .category-link-item-btn-wrapper {
    margin-right: auto;
  }
}
.category-link-item--illustration .category-link-item__btn {
  letter-spacing: 0.05em;
}
.category-link-item--poster {
  background-color: #2977d8;
  padding-left: 102px;
}
@media screen and (max-width: 1279px) {
  .category-link-item--poster {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .category-link-item--poster {
    padding-left: 0;
  }
}
.category-link-item--poster .category-link-item-btn-wrapper {
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .category-link-item--poster .category-link-item-btn-wrapper {
    margin-left: auto;
  }
}
.category-link-item-btn-wrapper {
  width: 495px;
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  .category-link-item-btn-wrapper {
    width: 430px;
  }
}
@media screen and (max-width: 1023px) {
  .category-link-item-btn-wrapper {
    width: 84.1145833333vw;
  }
}
.category-link-item__btn {
  font-size: 2.23625rem;
  color: #603813;
  text-align: center;
  box-shadow: -3.5px 3.5px 30px rgba(54, 55, 137, 0.6), 0 0 20px rgba(225, 207, 207, 0.5); /* Outer Glow */
  background: url(../img/category-link-btn-bg.png) no-repeat center center/cover;
  display: block;
  padding-top: 22px;
  padding-bottom: 23px;
  border-radius: 100vw;
}
@media screen and (max-width: 1279px) {
  .category-link-item__btn {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .category-link-item__btn {
    font-size: 6.2604166667vw;
    padding-top: 3.7760416667vw;
    padding-bottom: 4.4270833333vw;
  }
}
.category-link-item__btn:hover {
  animation: poyo 1s;
  opacity: 1;
}

@keyframes poyo {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1.04);
  }
  80% {
    transform: scale(0.98);
  }
}
.application-guideline {
  background-color: #e3f0fe;
}
.application-guideline-top-wrapper {
  padding-top: 82px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .application-guideline-top-wrapper {
    padding-top: 6.9010416667vw;
  }
}
.application-guideline-top-wrapper.lazyloaded::before {
  content: "";
  width: 100%;
  height: 134%;
  background: url(../img/application-guideline-bg.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.application-guideline-top-wrapper .container-1000 {
  position: relative;
}
.application-guideline-top__img {
  position: relative;
  text-align: center;
}
.application-guideline-top__img::before {
  content: "";
  width: 281px;
  height: 334px;
  background: url(../img/emimama.webp) no-repeat center center/contain;
  position: absolute;
  top: 38px;
  right: -172px;
}
@media screen and (max-width: 1439px) {
  .application-guideline-top__img::before {
    width: 15.625vw;
    height: 18.59375vw;
    top: 3.90625vw;
    right: -8.59375vw;
  }
}
@media screen and (max-width: 1279px) {
  .application-guideline-top__img::before {
    width: 160px;
    height: 190px;
    right: -0.9765625vw;
  }
}
@media screen and (max-width: 1023px) {
  .application-guideline-top__img::before {
    content: none;
  }
}
.application-guideline-top__img img {
  width: 723px;
}
@media screen and (max-width: 1279px) {
  .application-guideline-top__img img {
    width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .application-guideline-top__img img {
    width: 100%;
  }
}
.application-guideline-top__ttl {
  font-weight: 700;
  font-size: 2.3125rem;
  letter-spacing: -0.06em;
  text-align: center;
  margin-top: 21px;
  text-shadow: 2px 2px 10px #b2d7ff, -2px 2px 10px #b2d7ff, 2px -2px 10px #b2d7ff, -2px -2px 10px #b2d7ff;
}
@media screen and (max-width: 1279px) {
  .application-guideline-top__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .application-guideline-top__ttl {
    font-size: 6.9010416667vw;
    margin-top: 4.8177083333vw;
  }
}
.application-guideline-top__txt {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: fit-content;
  margin: 7px auto 0;
  text-shadow: 2px 2px 10px #b2d7ff, -2px 2px 10px #b2d7ff, 2px -2px 10px #b2d7ff, -2px -2px 10px #b2d7ff;
}
@media screen and (max-width: 1023px) {
  .application-guideline-top__txt {
    font-size: 4.5572916667vw;
    line-height: 1.4285714286;
    margin-top: 3.7760416667vw;
  }
}
.application-guideline-top-btn-wrapper {
  width: 312px;
  margin: 26px auto 0;
}
@media screen and (max-width: 1023px) {
  .application-guideline-top-btn-wrapper {
    width: 82.8776041667vw;
    margin-top: 11.9791666667vw;
  }
}
.application-guideline-top__btn {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #3e3e3e;
  border-radius: 100vw;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.25);
  overflow: hidden;
  position: relative;
  display: block;
  padding: 17px 0 20px;
}
@media screen and (max-width: 1023px) {
  .application-guideline-top__btn {
    font-size: 5.46484375vw;
    border-radius: 1.5885416667vw;
    padding: 4.6875vw 0 5.3385416667vw;
  }
}
.application-guideline-top__btn:hover {
  opacity: 1;
}
.application-guideline-top__btn:hover span::before {
  transform: translateY(calc(-50% + 8px));
}
.application-guideline-top__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #333, #000); /* ストローク用グラデ */
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
  z-index: 2;
}
.application-guideline-top__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000, #fff, #ccc); /* 黒→白→グレー（仮） */
  opacity: 0.4; /* 40% 不透明度 */
  mix-blend-mode: overlay; /* Photoshopの「Overlay」モード再現 */
  pointer-events: none;
  z-index: 1;
}
.application-guideline-top__btn span {
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  .application-guideline-top__btn span {
    padding-right: 8.4635416667vw;
  }
}
.application-guideline-top__btn span::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/application-guideline-btn-arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .application-guideline-top__btn span::before {
    width: 8.4635416667vw;
    height: 8.4635416667vw;
    right: -1.8229166667vw;
  }
}
.application-guideline-inner {
  background-color: #FFFFFF;
  width: 94%;
  margin: -87px auto;
  position: relative;
  z-index: 1;
  padding: 0 21px 40px;
}
@media screen and (max-width: 1023px) {
  .application-guideline-inner {
    width: 97%;
    margin-top: -7.8125vw;
    padding-bottom: 10.6666666667vw;
  }
}
.application-guideline-wrapper {
  position: relative;
  padding-top: 46px;
}
@media screen and (max-width: 1023px) {
  .application-guideline-wrapper {
    padding-top: 11.9791666667vw;
  }
}
.application-guideline-wrapper .container-1000 {
  position: relative;
  padding-bottom: 170px;
}
@media screen and (max-width: 1023px) {
  .application-guideline-wrapper .container-1000 {
    padding-bottom: 130px;
  }
}
.application-guideline-wrapper .container-1000::before {
  content: "";
  width: calc(100% - 60px);
  height: 100%;
  background: url(../img/application-gudeline-frame.png) no-repeat center center/contain;
  position: absolute;
  top: -36px;
  left: 30px;
}
@media screen and (max-width: 1023px) {
  .application-guideline-wrapper .container-1000::before {
    content: none;
  }
}
.application-guideline__ttl {
  text-align: center;
  position: relative;
  z-index: 2;
}
.application-guideline__ttl img {
  width: 934px;
}
@media screen and (max-width: 1279px) {
  .application-guideline__ttl img {
    width: 900px;
  }
}
@media screen and (max-width: 1023px) {
  .application-guideline__ttl img {
    width: 89.3229166667vw;
  }
}

.sumairuka-family-wrapper {
  padding-top: 43px;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-wrapper {
    padding-top: 1.5625vw;
  }
}
.sumairuka-family-wrapper::before, .sumairuka-family-wrapper::after {
  content: "";
  width: 96.6%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.sumairuka-family-wrapper::before {
  background-color: #743829;
  bottom: 0;
}
.sumairuka-family-wrapper::after {
  background-color: #c1c1c1;
  bottom: -2px;
}
.sumairuka-family__ttl {
  font-size: min(45px, 2.34375vw);
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family__ttl {
    font-size: 5.2083333333vw;
  }
}
.sumairuka-family__img {
  text-align: center;
  margin-top: max(-8px, -0.4166666667vw);
}
@media screen and (max-width: 1023px) {
  .sumairuka-family__img {
    margin-top: 0.5208333333vw;
  }
}
.sumairuka-family__img img {
  width: max(540px, 44.1666666667vw);
}
@media screen and (max-width: 1023px) {
  .sumairuka-family__img img {
    width: 87.7604166667vw;
  }
}
.sumairuka-family-info-list-wrapper {
  max-width: 897px;
  margin-top: 12px;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list-wrapper {
    margin-top: 4.4270833333vw;
  }
}
.sumairuka-family-info-list-inner {
  display: flex;
  margin-left: -4.5px;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list-inner {
    flex-wrap: wrap;
    row-gap: 4.6875vw;
  }
}
.sumairuka-family-info-list-item:first-of-type {
  padding: 0 4.5px;
  width: 27.261%;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list-item:first-of-type {
    padding: 0;
    width: 100%;
  }
}
.sumairuka-family-info-list-item:nth-of-type(2) {
  padding: 0 2px;
  width: 26.327%;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list-item:nth-of-type(2) {
    padding: 0;
    width: 100%;
  }
}
.sumairuka-family-info-list-item:nth-of-type(3) {
  padding-right: 8.5px;
  width: 25.6%;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list-item:nth-of-type(3) {
    padding: 0;
    width: 100%;
  }
}
.sumairuka-family-info-list-item:last-of-type {
  padding-left: 4px;
  width: 20.812%;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list-item:last-of-type {
    padding: 0;
    width: 100%;
  }
}
.sumairuka-family-info-list-item__name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list-item__name {
    font-size: 4.5572916667vw;
    line-height: 1.1628571429;
    margin-bottom: 1.171875vw;
  }
}
.sumairuka-family-info-list__li {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.8333333333;
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list__li {
    font-size: 3.2552083333vw;
    line-height: 1.48;
    padding-left: 4.296875vw;
  }
}
.sumairuka-family-info-list__li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 2px;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list__li::before {
    width: 2.8645833333vw;
    height: 2.8645833333vw;
    top: 1.3020833333vw;
    left: 1.3020833333vw;
  }
}
.sumairuka-family-info-list__li--has-kome::before {
  content: "※";
  font-size: 0.75rem;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .sumairuka-family-info-list__li--has-kome::before {
    font-size: 3.2552083333vw;
    left: 1.0416666667vw;
  }
}
.sumairuka-family__txt {
  font-size: 1.125rem;
  line-height: 1.9444444444;
  letter-spacing: -0.06em;
  text-align: center;
  font-weight: 500;
  background: url(../img/txt-sumairuka-bg.webp) no-repeat center center/cover;
  width: 99%;
  margin: 32px auto 0;
  padding: 19px 0 24px;
}
@media screen and (max-width: 1279px) {
  .sumairuka-family__txt {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1023px) {
  .sumairuka-family__txt {
    background: url(../img/txt-sumairuka-bg-sp.webp) no-repeat center center/cover;
    font-size: 4.296875vw;
    line-height: 1.4285714286;
    margin-top: 4.4270833333vw;
    padding-top: 4.9479166667vw;
  }
}
@media screen and (max-width: 767px) {
  .sumairuka-family__txt {
    font-size: 4.3333333333vw;
  }
}
@media screen and (max-width: 599px) {
  .sumairuka-family__txt {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 479px) {
  .sumairuka-family__txt {
    font-size: 4vw;
  }
}

.category-inner {
  border-radius: 15px;
  width: 99.5%;
  margin: 0 auto 35px;
  padding: 29px 22px 20px 23px;
}
.category__ttl {
  text-align: center;
  margin-bottom: 30px;
}
.category__ttl img {
  width: 646px;
}
.category-dl-wrapper dl {
  display: flex;
  padding-left: 28px;
}
@media screen and (max-width: 1023px) {
  .category-dl-wrapper dl {
    flex-wrap: wrap;
    padding-left: 0;
    row-gap: 1.953125vw;
  }
}
.category-dl-wrapper dl:not(:last-of-type) {
  border-bottom: 2px solid #3fa9f5;
  padding-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .category-dl-wrapper dl:not(:last-of-type) {
    padding-bottom: 3.90625vw;
  }
}
.category-dl-wrapper dl:not(:first-of-type) {
  padding-top: 20px;
}
.category-dl-wrapper dl dt {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  width: 80px;
  padding-top: 2px;
}
@media screen and (max-width: 1023px) {
  .category-dl-wrapper dl dt {
    width: 100%;
    font-size: 5.2083333333vw;
    font-weight: 700;
  }
}
.category-dl-wrapper dl dd {
  width: calc(100% - 80px);
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  .category-dl-wrapper dl dd {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .category-dl-wrapper dl dd ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.3020833333vw;
  }
}
.category-dl-wrapper dl dd ul li {
  line-height: 2.1875;
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 1023px) {
  .category-dl-wrapper dl dd ul li {
    line-height: 1.6;
    font-size: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 479px) {
  .category-dl-wrapper dl dd ul li {
    letter-spacing: -0.03em;
  }
}
.category-dl-wrapper dl dd ul li::before {
  content: "・";
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .category-dl-wrapper dl dd ul li::before {
    font-size: 4.2666666667vw;
  }
}
.category-dl-wrapper dl dd p {
  line-height: 2.1875;
  padding-left: 6px;
}
@media screen and (max-width: 1023px) {
  .category-dl-wrapper dl dd p {
    line-height: 1.6;
    font-size: 4.2666666667vw;
    padding-left: 0;
  }
}

.category-illustration-wrapper {
  padding-top: 47px;
  padding-bottom: 56px;
  position: relative;
}
.category-illustration-wrapper::before, .category-illustration-wrapper::after {
  content: "";
  width: 101%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.category-illustration-wrapper::before {
  background-color: #743829;
  bottom: 0;
}
.category-illustration-wrapper::after {
  background-color: #c1c1c1;
  bottom: -2px;
}
.category-illustration-inner {
  background-color: #d9efff;
}
.category-illustration-dl-wrapper dl:not(:last-of-type) {
  border-bottom: 2px solid #3fa9f5;
}
.category-illustration-dl-wrapper dl:nth-of-type(3), .category-illustration-dl-wrapper dl:last-of-type {
  padding-top: 16px;
}

.category-poster-wrapper {
  padding-top: 74px;
}
.category-poster-inner {
  background-color: #ffdeb7;
}
.category-poster__ttl {
  margin-bottom: 38px;
}
.category-poster-dl-wrapper dl:not(:last-of-type) {
  border-bottom: 2px solid #ff931e;
}
.category-poster-dl-wrapper dl:first-of-type {
  padding-bottom: 23px;
}
.category-poster-dl-wrapper dl:nth-of-type(2) {
  padding-top: 13px;
  padding-bottom: 13px;
}
.category-poster-dl-wrapper dl:nth-of-type(3) {
  padding-bottom: 20px;
}

.apply-btn-wrapper {
  width: 367px;
  margin: 0 auto;
  max-width: 100%;
}

.apply__btn {
  position: relative;
  background-color: #30af4a;
  display: block;
  font-size: 2.42375rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  border-radius: 100vw;
  padding: 12px 0 14px;
  /* Inner Shadow & Drop Shadow */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.25); /* Inner Shadow: 下方向2px、白25% */
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .apply__btn {
    font-size: 6.4vw;
  }
}
.apply__btn:hover {
  opacity: 1;
}
.apply__btn:hover span::before {
  transform: translate(10px, -50%);
}
.apply__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #5dcc75, #009820); /* 緑グラデーション */
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
  z-index: 2;
}
.apply__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000000, #FFFFFF); /* 黒→白 */
  opacity: 0.4; /* 40% */
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.apply__btn span {
  position: relative;
  padding-right: 30px;
}
.apply__btn span::before {
  content: "";
  width: 37px;
  height: 39px;
  background: url(../img/apply-btn-arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 55%;
  transform: translatey(-50%);
  right: -18px;
  transition: all 0.3s;
}

.deco {
  position: absolute;
}
.deco-house-blue {
  animation: yurayura 3s linear infinite;
}
@media screen and (max-width: 1279px) {
  .deco-house-blue {
    display: none;
  }
}
.deco-house-blue--1 {
  top: min(302px, 15.7291666667vw);
  left: max(-300px, -15.625vw);
}
@media screen and (max-width: 1919px) {
  .deco-house-blue--1 {
    left: -10.4166666667vw;
  }
}
@media screen and (max-width: 1439px) {
  .deco-house-blue--1 {
    left: -7.03125vw;
  }
}
.deco-house-blue--2 {
  top: min(435px, 22.65625vw);
  right: max(-291px, -15.15625vw);
}
@media screen and (max-width: 1919px) {
  .deco-house-blue--2 {
    right: -10.4166666667vw;
  }
}
@media screen and (max-width: 1439px) {
  .deco-house-blue--2 {
    right: -6.25vw;
  }
}
.deco-house-blue img {
  width: min(238px, 12.3958333333vw);
}
@media screen and (max-width: 1919px) {
  .deco-house-blue img {
    width: 10.4166666667vw;
  }
}
@media screen and (max-width: 1439px) {
  .deco-house-blue img {
    width: 7.03125vw;
  }
}
@media screen and (max-width: 1279px) {
  .deco-flower {
    display: none;
  }
}
.deco-flower--1 {
  top: min(459px, 23.90625vw);
  right: max(-192px, -10vw);
}
@media screen and (max-width: 1439px) {
  .deco-flower--1 {
    right: -4.6875vw;
  }
}
.deco-flower--2 {
  top: min(2774px, 144.4791666667vw);
  left: max(-192px, -10vw);
}
@media screen and (max-width: 1439px) {
  .deco-flower--2 {
    left: -4.6875vw;
  }
}
.deco-flower img {
  width: min(66px, 3.4375vw);
}
.deco-house-green {
  animation: yurayura 3s linear infinite;
}
@media screen and (max-width: 1279px) {
  .deco-house-green {
    display: none;
  }
}
.deco-house-green--1 {
  top: min(909px, 47.34375vw);
  right: max(-351px, -18.28125vw);
}
@media screen and (max-width: 1919px) {
  .deco-house-green--1 {
    right: -12.5vw;
  }
}
@media screen and (max-width: 1439px) {
  .deco-house-green--1 {
    right: -7.8125vw;
  }
}
.deco-house-green--2 {
  top: min(730px, 38.0208333333vw);
  left: max(-320px, -16.6666666667vw);
}
@media screen and (max-width: 1919px) {
  .deco-house-green--2 {
    left: -11.8055555556vw;
  }
}
@media screen and (max-width: 1439px) {
  .deco-house-green--2 {
    left: -7.03125vw;
  }
}
.deco-house-green img {
  width: min(292px, 15.2083333333vw);
}
@media screen and (max-width: 1919px) {
  .deco-house-green img {
    width: 13.8888888889vw;
  }
}
@media screen and (max-width: 1439px) {
  .deco-house-green img {
    width: 9.375vw;
  }
}
@media screen and (max-width: 1279px) {
  .deco-trees {
    display: none;
  }
}
.deco-trees--1 {
  top: min(1242px, 64.6875vw);
  left: max(-244px, -12.7083333333vw);
}
@media screen and (max-width: 1439px) {
  .deco-trees--1 {
    left: -5.46875vw;
  }
}
.deco-trees--2 {
  bottom: min(542px, 28.2291666667vw);
  right: max(-235px, -12.2395833333vw);
}
@media screen and (max-width: 1439px) {
  .deco-trees--2 {
    right: -4.6875vw;
  }
}
.deco-trees--3 {
  bottom: max(-9px, -0.46875vw);
  left: max(-230px, -11.9791666667vw);
}
@media screen and (max-width: 1439px) {
  .deco-trees--3 {
    left: -4.6875vw;
  }
}
.deco-trees img {
  width: min(128px, 6.6666666667vw);
}
@media screen and (max-width: 1439px) {
  .deco-trees img {
    width: 5.46875vw;
  }
}
@media screen and (max-width: 1279px) {
  .deco-tree {
    display: none;
  }
}
.deco-tree--1 {
  top: min(1774px, 92.3958333333vw);
  right: max(-221px, -11.5104166667vw);
}
@media screen and (max-width: 1439px) {
  .deco-tree--1 {
    right: -3.90625vw;
  }
}
.deco-tree img {
  width: min(62px, 3.2291666667vw);
}
@media screen and (max-width: 1439px) {
  .deco-tree img {
    width: 3.125vw;
  }
}
.deco-house-orange {
  animation: yurayura 3s linear infinite;
}
@media screen and (max-width: 1279px) {
  .deco-house-orange {
    display: none;
  }
}
.deco-house-orange--1 {
  top: min(1951px, 101.6145833333vw);
  left: max(-298px, -15.5208333333vw);
}
@media screen and (max-width: 1919px) {
  .deco-house-orange--1 {
    left: -10.4166666667vw;
  }
}
@media screen and (max-width: 1439px) {
  .deco-house-orange--1 {
    left: -7.03125vw;
  }
}
.deco-house-orange img {
  width: min(236px, 12.2916666667vw);
}
@media screen and (max-width: 1919px) {
  .deco-house-orange img {
    width: 11.1111111111vw;
  }
}
@media screen and (max-width: 1439px) {
  .deco-house-orange img {
    width: 7.8125vw;
  }
}
.deco-sumairuka {
  top: 2413px;
  right: max(-249px, -12.96875vw);
}
@media screen and (max-width: 1919px) {
  .deco-sumairuka {
    right: -12.4305555556vw;
  }
}
@media screen and (max-width: 1439px) {
  .deco-sumairuka {
    right: -7.8125vw;
  }
}
@media screen and (max-width: 1279px) {
  .deco-sumairuka {
    display: none;
  }
}
.deco-sumairuka img {
  width: min(280px, 14.5833333333vw);
}
@media screen and (max-width: 1439px) {
  .deco-sumairuka img {
    width: 10.15625vw;
  }
}

.overview__ttl {
  position: relative;
  font-size: 1.5rem;
  width: fit-content;
  padding-bottom: 2px;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .overview__ttl {
    font-size: 5.3333333333vw;
  }
}
.overview__ttl::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3fa9f5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.overview__ttl--illustration::before {
  background-color: #3fa9f5;
}
.overview__ttl--poster::before {
  background-color: #ff931e;
}
.overview__ttl:nth-of-type(2) {
  margin-top: 50px;
}

.terms {
  padding-top: 52px;
  padding-bottom: 86px;
  background-color: #e3f0fe;
}
@media screen and (max-width: 1023px) {
  .terms {
    padding-top: 0;
  }
}
.terms-inner {
  background-color: #FFFFFF;
  width: 94%;
  margin: 0 auto;
  padding-top: 36px;
  padding-bottom: 48px;
}
.terms__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .terms__ttl {
    font-size: 7.4666666667vw;
  }
}
.terms .container-1000 {
  position: relative;
}
.terms-container {
  width: 95%;
  margin: 0 auto;
}
.terms-wrapper {
  background-color: #e3e3e3;
  padding: 52px 31px 43px 40px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1023px) {
  .terms-wrapper {
    padding: 8vw 5.3333333333vw 11.4666666667vw;
  }
}
.terms-wrapper dl:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .terms-wrapper dl:not(:last-of-type) {
    margin-bottom: 9.1145833333vw;
  }
}
.terms-wrapper dl dt {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .terms-wrapper dl dt {
    font-size: 4.8vw;
  }
}
.terms-wrapper dl dd {
  line-height: 1.76;
  padding-left: 9px;
}
@media screen and (max-width: 1023px) {
  .terms-wrapper dl dd {
    font-size: 4.2666666667vw;
  }
}/*# sourceMappingURL=style-main.css.map */