/*----------------------------------
	PC LAYOUT
 */
.u-hide--pc {
  display: none;
}

.l-body {
  min-width: 1280px;
}

.l-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.l-text--en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.l-container {
  background-color: var(--color-blue2);
  padding: 2rem;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1280px;
  overflow-y: clip;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-container__inner {
  background: #FFFFFF url(/ydb15th/33starmans/asset_i/img/bg_star.png) repeat;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.l-container__logo {
  background: var(--color-blue2);
  padding: 0 2rem 2rem 0;
  border-radius: 0 0 20px 0;
  display: inline-block;
  position: relative;
}
.l-container__logo img {
  width: 98px;
  height: auto;
}
.l-container__logo::before, .l-container__logo::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent url(/ydb15th/33starmans/asset_i/img/corner_radius20px.png) no-repeat;
  background-size: contain;
}
.l-container__logo::before {
  top: 0;
  left: 118px;
}
.l-container__logo::after {
  bottom: -20px;
  left: 0;
}
.l-container__side {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 40px;
  height: 322px;
}
.l-container__side img {
  width: 100%;
  height: auto;
}
.l-container__heading {
  width: 43vw;
  height: 24vw;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5vw;
  right: auto;
}
.l-container__heading img {
  max-width: 800px;
  min-width: 500px;
  width: 100%;
  height: auto;
}

.l-main {
  width: 100%;
  position: relative;
}
.l-main-wrapper {
  width: 40vw;
  max-width: 600px;
  min-width: 540px;
  background: var(--color-blue2);
  margin: 0 auto 0 53vw;
}

@media screen and (max-width: 1024px) {
  .u-hide--pc {
    display: block;
  }
  .u-hide--sp {
    display: none;
  }
  .l-body {
    min-width: auto;
  }
  .l-container {
    padding: 0;
    width: 100vw;
    min-width: 100%;
  }
  .l-container__inner {
    display: none;
  }
  .l-main {
    width: 100%;
  }
  .l-main-wrapper {
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    margin: 0 auto;
  }
}
/*----------------------------------
	PC
 */
.p-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-mask-image: url(../img/loading/star.svg);
          mask-image: url(../img/loading/star.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1000vw;
          mask-size: 1000vw;
  opacity: 0;
  -webkit-animation: loadingContainer 0.6s linear forwards;
          animation: loadingContainer 0.6s linear forwards;
}
.p-loading__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  height: 100%;
}
.p-loading__container img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}
.p-loading__slider {
  position: absolute;
  height: 25%;
}
.p-loading__slider--01 {
  -webkit-animation: anime-right 20s linear infinite;
          animation: anime-right 20s linear infinite;
  top: 0;
  right: 0;
}
.p-loading__slider--02 {
  -webkit-animation: anime-left 20s linear infinite;
          animation: anime-left 20s linear infinite;
  top: 25%;
  left: 0;
}
.p-loading__slider--03 {
  -webkit-animation: anime-right 20s linear infinite;
          animation: anime-right 20s linear infinite;
  top: 50%;
  right: 0;
}
.p-loading__slider--04 {
  -webkit-animation: anime-left 20s linear infinite;
          animation: anime-left 20s linear infinite;
  top: 75%;
  left: 0;
}
.p-loading__slider--05 {
  display: none;
  -webkit-animation: anime-right 20s linear infinite;
          animation: anime-right 20s linear infinite;
}
.p-loading__title {
  position: absolute;
  z-index: 10001;
  width: 945px;
  height: 540px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: fadeInZoom 0.5s cubic-bezier(0.76, 0, 0.24, 1) 3s 1 both;
          animation: fadeInZoom 0.5s cubic-bezier(0.76, 0, 0.24, 1) 3s 1 both;
}
.p-loading__skip {
  position: absolute;
  z-index: 10001;
  right: 50px;
  bottom: 50px;
  text-align: center;
  width: 110px;
  background: var(--color-blue2);
  color: #FFFFFF;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background 0.2s cubic-bezier(0.25, 1, 0.5, 1), color 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-loading__skip:hover {
  background: #ffffff;
  color: var(--color-blue2);
}
.p-loading.js-nextScene {
  opacity: 1;
  -webkit-animation: starFront 0.5s cubic-bezier(0.25, 1, 0.5, 1) both;
          animation: starFront 0.5s cubic-bezier(0.25, 1, 0.5, 1) both;
}
.p-loading__background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.p-loading__background--blue {
  z-index: 9999;
  -webkit-mask-image: url(../img/loading/star.svg);
          mask-image: url(../img/loading/star.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1000vw;
          mask-size: 1000vw;
}
.p-loading__background--blue.js-nextScene {
  background: var(--color-blue2);
  -webkit-animation: starBack 1.4s ease-in-out both;
          animation: starBack 1.4s ease-in-out both;
}
.p-loading__background--yellow {
  z-index: 9990;
  -webkit-mask-image: url(../img/loading/star.svg);
          mask-image: url(../img/loading/star.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 1000vw;
          mask-size: 1000vw;
}
.p-loading__background--yellow.js-nextScene {
  background: var(--color-yellow);
  -webkit-animation: starFront 1.1s ease-out 0.4s both;
          animation: starFront 1.1s ease-out 0.4s both;
}

@-webkit-keyframes anime-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes anime-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes anime-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@keyframes anime-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@-webkit-keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes loadingContainer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingContainer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes starBack {
  0% {
    -webkit-mask-size: 500vw;
            mask-size: 500vw;
  }
  40% {
    -webkit-mask-size: 20vw;
            mask-size: 20vw;
  }
  80% {
    -webkit-mask-size: 20vw;
            mask-size: 20vw;
  }
  100% {
    -webkit-mask-size: 0vw;
            mask-size: 0vw;
  }
}
@keyframes starBack {
  0% {
    -webkit-mask-size: 500vw;
            mask-size: 500vw;
  }
  40% {
    -webkit-mask-size: 20vw;
            mask-size: 20vw;
  }
  80% {
    -webkit-mask-size: 20vw;
            mask-size: 20vw;
  }
  100% {
    -webkit-mask-size: 0vw;
            mask-size: 0vw;
  }
}
@-webkit-keyframes starBack2 {
  0% {
    -webkit-mask-size: 500vw;
            mask-size: 500vw;
  }
  40% {
    -webkit-mask-size: 28vw;
            mask-size: 28vw;
  }
  80% {
    -webkit-mask-size: 28vw;
            mask-size: 28vw;
  }
  100% {
    -webkit-mask-size: 0vw;
            mask-size: 0vw;
  }
}
@keyframes starBack2 {
  0% {
    -webkit-mask-size: 500vw;
            mask-size: 500vw;
  }
  40% {
    -webkit-mask-size: 28vw;
            mask-size: 28vw;
  }
  80% {
    -webkit-mask-size: 28vw;
            mask-size: 28vw;
  }
  100% {
    -webkit-mask-size: 0vw;
            mask-size: 0vw;
  }
}
@-webkit-keyframes starFront {
  0% {
    -webkit-mask-size: 500vw;
            mask-size: 500vw;
  }
  100% {
    -webkit-mask-size: 0vw;
            mask-size: 0vw;
  }
}
@keyframes starFront {
  0% {
    -webkit-mask-size: 500vw;
            mask-size: 500vw;
  }
  100% {
    -webkit-mask-size: 0vw;
            mask-size: 0vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-loading__slider {
    height: 20%;
  }
  .p-loading__slider--01 {
    top: 0;
    right: 0;
  }
  .p-loading__slider--02 {
    top: 20%;
    left: 0;
  }
  .p-loading__slider--03 {
    top: 40%;
    right: 0;
  }
  .p-loading__slider--04 {
    top: 60%;
    left: 0;
  }
  .p-loading__slider--05 {
    display: block;
    top: 80%;
    right: 0;
  }
  .p-loading__title {
    position: absolute;
    z-index: 10001;
    width: 90%;
    height: 51.4285%;
    margin: auto;
  }
  .p-loading__title img {
    width: 100%;
    height: auto;
  }
  .p-loading__skip {
    position: absolute;
    z-index: 10001;
    right: 15px;
    bottom: 15px;
    text-align: center;
    width: 80px;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    cursor: pointer;
  }
}
:root {
  interpolate-size: allow-keywords;
  --color-blue: #003a8f;
  --color-blue2: #0033a0;
  --color-yellow: #ffe10d;
  --color-gray: #dddddd;
  --color-red: #cc0000;
}

.color--01 {
  color: #3aa7dd;
}

.color--02 {
  color: #226b02;
}

.color--03 {
  color: #cf000e;
}

.color--04 {
  color: #171c61;
}

.color--05 {
  color: #e62924;
}

.color--06 {
  color: #7fbe26;
}

.color--07 {
  color: #e93b3b;
}

.color--08 {
  color: #717071;
}

.color--09 {
  color: #5238a8;
}

.color--10 {
  color: #8f7a45;
}

.color--11 {
  color: #009fe8;
}

.color--12 {
  color: #3697d5;
}

.color--13 {
  color: #f2bc00;
}

.color--14 {
  color: #69b72d;
}

.color--15 {
  color: #e50038;
}

.color--16 {
  color: #47b7ee;
}

.color--17 {
  color: #a5bc00;
}

.color--18 {
  color: #6dba55;
}

.color--19 {
  color: #6a3906;
}

.color--20 {
  color: #678723;
}

.color--21 {
  color: #c13526;
}

.color--22 {
  color: #00693e;
}

.color--23 {
  color: #49b3e4;
}

.color--24 {
  color: #6bc7f1;
}

.color--25 {
  color: #4c4948;
}

.color--26 {
  color: #2ca6e0;
}

.color--27 {
  color: #d2ac50;
}

.color--28 {
  color: #e4bb00;
}

.color--29 {
  color: #3f3f3f;
}

.color--30 {
  color: #303c70;
}

.color--31 {
  color: #1eaa39;
}

.color--32 {
  color: #c30d23;
}

.color--33 {
  color: #003b90;
}

.p-main-wrapper {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .p-main-wrapper {
    height: 100vh;
    width: 100%;
    scroll-behavior: smooth;
  }
}
.p-main-header {
  background: #FFFFFF;
  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;
  padding: 30px 0;
}
.p-main-header__logo {
  margin-right: 15px;
}
.p-main-header__title {
  font-size: 20px;
  text-align: center;
  color: var(--color-blue);
  font-weight: 700;
  lighting-color: 1.1;
}
.p-main-header__title span {
  font-size: 30px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-main-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 10px;
  }
  .p-main-header__logo {
    margin-right: 10px;
  }
  .p-main-header__logo img {
    width: 70px;
    height: auto;
  }
  .p-main-header__title {
    font-size: 15px;
  }
  .p-main-header__title span {
    font-size: 22px;
    white-space: nowrap;
  }
}
.p-main-contents {
  background-color: var(--color-blue2);
  padding: 2rem;
}
.p-main-contents__inner {
  background: #FFFFFF url(/ydb15th/33starmans/asset_i/img/bg_star.png) repeat;
  border-radius: 20px;
  padding: 1px 0;
}
.p-main-contents__heading {
  padding: 60px 4%;
}
.p-main-contents__heading img {
  width: 100%;
  height: auto;
}
.p-main-contents__text {
  font-size: 24px;
  line-height: 1.8;
  color: var(--color-blue2);
  text-align: center;
  padding: 0 2%;
}
.p-main-contents__figure {
  text-align: center;
  margin: 50px 1%;
}
.p-main-contents__figure img {
  width: 100%;
  height: auto;
}
.p-main-contents__subheading {
  background: var(--color-yellow);
  padding: 4px 0;
  margin: 40px 0;
}
.p-main-contents__subheading span {
  width: 100%;
  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;
  text-align: center;
  border-top: 4px solid var(--color-blue2);
  border-bottom: 4px solid var(--color-blue2);
  font-size: 26px;
  font-weight: 700;
  color: var(--color-blue2);
  padding: 10px;
}
.p-main-contents__subheading span::before, .p-main-contents__subheading span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(/ydb15th/33starmans/asset_i/img/star.png) no-repeat 0 0;
  background-size: 20px 20px;
  margin: 0 0.5em;
}

@media screen and (max-width: 768px) {
  .p-main-contents {
    padding: 1.5rem;
  }
  .p-main-contents__inner {
    background-size: 100%;
    border-radius: 20px;
    padding: 1px 0;
  }
  .p-main-contents__heading {
    padding: 40px 4%;
    text-align: center;
  }
  .p-main-contents__heading img {
    width: 100%;
    height: auto;
    max-width: 600px;
  }
  .p-main-contents__text {
    font-size: 16px;
  }
  .p-main-contents__figure {
    margin: 30px 1%;
  }
  .p-main-contents__figure img {
    max-width: 600px;
  }
  .p-main-contents__subheading {
    margin: 20px 0;
  }
  .p-main-contents__subheading span {
    font-size: 18px;
    line-height: 1.1;
    padding: 15px 0;
  }
  .p-main-contents__subheading span::before, .p-main-contents__subheading span::after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
}
.p-main-municipality {
  position: relative;
  padding-top: 60px;
}
.p-main-municipality__search {
  position: sticky;
  z-index: 1000;
  text-align: right;
  margin: 0 0 0 auto;
  top: 60px;
  right: 0;
  width: 150px;
  height: 0;
}
.p-main-municipality__search__text {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  background: var(--color-blue2);
  width: 150px;
  padding: 15px 0;
  border-radius: 20px 0 0 20px;
  margin: 0 0 0 auto;
  cursor: pointer;
  font-size: 16px;
}
.p-main-municipality__search__icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(269deg) brightness(110%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(269deg) brightness(110%) contrast(97%);
}
.p-main-municipality__search__list {
  margin: 0 0 0 auto;
  width: 60px;
  display: none;
}
.p-main-municipality__search__item {
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  background: #335cb3;
  font-size: 18px;
  position: relative;
}
.p-main-municipality__search__item::after {
  content: "";
  display: block;
  height: 2px;
  background: var(--color-blue2);
  border-radius: 2px;
  position: absolute;
  margin: auto;
  top: -2px;
  bottom: auto;
  left: 0;
  right: 0;
  width: 80%;
}
.p-main-municipality__search__item--close {
  border-radius: 16px 0 0 0;
  padding: 8px 0;
}
.p-main-municipality__search__item--close::after {
  display: none;
}
.p-main-municipality__search__item.is-current {
  background: var(--color-blue2);
}
.p-main-municipality__search__item.is-current::after {
  display: none;
}
.p-main-municipality__search__item a {
  display: block;
  padding: 10px 10px 12px 10px;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
}
.p-main-municipality__search__item:last-child {
  border-radius: 0 0 0 16px;
}
.p-main-municipality__search__item:last-child a {
  padding-bottom: 15px;
}
.p-main-municipality__item {
  margin: 10px 0 60px;
}
.p-main-municipality__button {
  display: block;
  width: 260px;
  height: 56px;
  line-height: 56px;
  color: #FFFFFF;
  background: #335cb3;
  border-radius: 30px;
  margin: 30px auto 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: 0.3s background ease-out;
  transition: 0.3s background ease-out;
}
.p-main-municipality__button::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent url(/ydb15th/33starmans/asset_i/img/ic_exlink.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: baseline;
  margin-left: 10px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(269deg) brightness(110%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(269deg) brightness(110%) contrast(97%);
}
.p-main-municipality__button:hover {
  background: var(--color-blue2);
}

.p-main-card {
  margin: 0 auto;
  position: relative;
  width: 435px;
  height: 550px;
  cursor: pointer;
}
.p-main-card__side {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-shadow: 4px 4px 0px 0px var(--color-blue2);
          box-shadow: 4px 4px 0px 0px var(--color-blue2);
  border-radius: 46px;
}
.p-main-card__side::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border: 4px solid var(--color-blue2);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 42px;
}
.p-main-card__side img {
  width: 100%;
  height: auto;
}
.p-main-card--back {
  text-align: center;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.p-main-card .back--01 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card01_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--02 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card02_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--03 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card03_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--04 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card04_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--05 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card05_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--06 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card06_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--07 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card07_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--08 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card08_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--09 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card09_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--10 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card10_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--11 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card11_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--12 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card12_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--13 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card13_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--14 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card14_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--15 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card15_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--16 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card16_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--17 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card17_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--18 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card18_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--19 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card19_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--20 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card20_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--21 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card21_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--22 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card22_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--23 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card23_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--24 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card24_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--25 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card25_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--26 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card26_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--27 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card27_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--28 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card28_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--29 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card29_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--30 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card30_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--31 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card31_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--32 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card32_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card .back--33 {
  background: url(/ydb15th/33starmans/asset_i/img/card/card33_ura.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card__num {
  font-size: 25px;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  line-height: 66px;
  text-align: center;
  margin: 70px auto 10px auto;
}
.p-main-card .num--01 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star01.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--02 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star02.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--03 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star03.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--04 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star04.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--05 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star05.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--06 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star06.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--07 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star07.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--08 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star08.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--09 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star09.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--10 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star10.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--11 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star11.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--12 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star12.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--13 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star13.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--14 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star14.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--15 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star15.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--16 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star16.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--17 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star17.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--18 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star18.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--19 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star19.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--20 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star20.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--21 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star21.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--22 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star22.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--23 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star23.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--24 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star24.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--25 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star25.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--26 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star26.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--27 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star27.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--28 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star28.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--29 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star29.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--30 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star30.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--31 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star31.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--32 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star32.png) no-repeat center center;
  background-size: contain;
}
.p-main-card .num--33 {
  background: url(/ydb15th/33starmans/asset_i/img/star/star33.png) no-repeat center center;
  background-size: contain;
}
.p-main-card__heading {
  font-size: 44px;
  font-weight: 700;
}
.p-main-card__text {
  margin: 30px 60px;
  position: relative;
  padding-top: 30px;
  color: var(--color-blue2);
  text-align: left;
  font-size: 22px;
  line-height: 1.8;
}
.p-main-card__text::before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: var(--color-blue2);
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-main-card__rotate {
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -8px;
  right: -16px;
  background: transparent url(/ydb15th/33starmans/asset_i/img/btn/btn_more.png) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  z-index: 999;
}
.p-main-card__rotate.is-back {
  background: transparent url(/ydb15th/33starmans/asset_i/img/btn/btn_back.png) no-repeat 0 0;
  background-size: contain;
}
.p-main-card__rotate.is-rotate {
  -webkit-animation: rotateAnime 0.5s linear;
          animation: rotateAnime 0.5s linear;
}
.p-main-card.is-back .p-main-card--front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.p-main-card.is-back .p-main-card--back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

@-webkit-keyframes rotateAnime {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnime {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-main-municipality {
    padding-top: 20px;
  }
  .p-main-municipality__search {
    top: 30px;
    right: 0;
    width: 120px;
    height: 0;
  }
  .p-main-municipality__search__text {
    width: 120px;
    padding: 15px 0;
    font-size: 14px;
  }
  .p-main-municipality__search__icon {
    width: 16px;
    height: 16px;
  }
  .p-main-municipality__search__list {
    margin: 0 0 0 auto;
    width: 54px;
    display: none;
  }
  .p-main-municipality__search__list a {
    padding: 10px 5px 12px 5px;
    font-size: 16px;
  }
  .p-main-card {
    margin: 0 auto;
    position: relative;
    width: 380px;
    height: 480px;
  }
  .p-main-card__side {
    border-radius: 35px;
  }
  .p-main-card__side::before {
    border: 6px solid var(--color-blue2);
    border-radius: 32px;
  }
  .p-main-card__num {
    margin: 60px auto 10px auto;
  }
  .p-main-card__heading {
    font-size: 32px;
  }
  .p-main-card__text {
    margin: 20px 60px 0 60px;
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
  .p-main-card__text::before {
    height: 4px;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .p-main-municipality {
    padding-top: 20px;
  }
  .p-main-municipality__search {
    top: 30px;
    right: 0;
    width: 120px;
    height: 0;
  }
  .p-main-municipality__search__text {
    width: 120px;
    padding: 15px 0;
    font-size: 14px;
  }
  .p-main-municipality__search__icon {
    width: 16px;
    height: 16px;
  }
  .p-main-municipality__search__list {
    margin: 0 0 0 auto;
    width: 54px;
    display: none;
  }
  .p-main-municipality__search__list a {
    padding: 10px 5px 12px 5px;
    font-size: 16px;
  }
  .p-main-municipality__button {
    display: block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
  }
  .p-main-municipality__button::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
  }
  .p-main-card {
    margin: 0 auto;
    position: relative;
    width: 275px;
    height: 348px;
  }
  .p-main-card__side {
    border-radius: 26px;
  }
  .p-main-card__side::before {
    border: 6px solid var(--color-blue2);
    border-radius: 25px;
  }
  .p-main-card__num {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    margin: 40px auto 10px auto;
  }
  .p-main-card__heading {
    font-size: 26px;
  }
  .p-main-card__text {
    margin: 15px 40px 0 40px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .p-main-card__text::before {
    height: 2px;
    width: 100%;
  }
  .p-main-card__rotate {
    width: 72px;
    height: 72px;
  }
}
.p-main-banner {
  text-align: center;
  padding: 60px 0 80px;
  position: relative;
}
.p-main-banner::before {
  content: "";
  display: block;
  height: 4px;
  width: 90%;
  border-radius: 2px;
  background: var(--color-blue2);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}
.p-main-banner__banner {
  display: block;
  width: 80%;
  border: 1px solid #dddddd;
  border-radius: 20px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}
.p-main-banner__banner img {
  width: 100%;
  height: auto;
}
.p-main-banner__text img {
  height: 30px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .p-main-banner {
    text-align: center;
    padding: 60px 0 60px;
    position: relative;
  }
  .p-main-banner::before {
    content: "";
    display: block;
    height: 2px;
    width: 90%;
  }
  .p-main-banner__banner {
    display: block;
    width: 90%;
    border-radius: 12px;
    margin: 20px auto 0 auto;
    overflow: hidden;
  }
  .p-main-banner__text img {
    height: 20px;
    width: auto;
  }
}
/*# sourceMappingURL=styles.css.map */